* gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
b6ba6518 2@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
7d51c7de 3@c 1999, 2000, 2001, 2002, 2003, 2004, 2005
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.
03727ca6 41@dircategory Software development
96a2c332 42@direntry
03727ca6 43* Gdb: (gdb). The 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,@*
7d51c7de
BR
55 1999, 2000, 2001, 2002, 2003, 2004, 2005@*
56 Free Software Foundation, Inc.
c906108c 57
e9c75b65
EZ
58Permission is granted to copy, distribute and/or modify this document
59under the terms of the GNU Free Documentation License, Version 1.1 or
60any later version published by the Free Software Foundation; with the
959acfd1
EZ
61Invariant Sections being ``Free Software'' and ``Free Software Needs
62Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
63and with the Back-Cover Texts as in (a) below.
c906108c 64
6826cf00
EZ
65(a) The Free Software Foundation's Back-Cover Text is: ``You have
66freedom to copy and modify this GNU Manual, like GNU software. Copies
67published by the Free Software Foundation raise funds for GNU
68development.''
c906108c
SS
69@end ifinfo
70
71@titlepage
72@title Debugging with @value{GDBN}
73@subtitle The @sc{gnu} Source-Level Debugger
c906108c 74@sp 1
c906108c 75@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
9e9c5ae7 76@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 77@page
c906108c
SS
78@tex
79{\parskip=0pt
53a5351d 80\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
81\hfill {\it Debugging with @value{GDBN}}\par
82\hfill \TeX{}info \texinfoversion\par
83}
84@end tex
53a5351d 85
c906108c 86@vskip 0pt plus 1filll
8a037dd7 87Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
7d51c7de
BR
881996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
89Free Software Foundation, Inc.
c906108c 90@sp 2
c906108c
SS
91Published by the Free Software Foundation @*
9259 Temple Place - Suite 330, @*
93Boston, MA 02111-1307 USA @*
6d2ebf8b 94ISBN 1-882114-77-9 @*
e9c75b65
EZ
95
96Permission is granted to copy, distribute and/or modify this document
97under the terms of the GNU Free Documentation License, Version 1.1 or
98any later version published by the Free Software Foundation; with the
959acfd1
EZ
99Invariant Sections being ``Free Software'' and ``Free Software Needs
100Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
101and with the Back-Cover Texts as in (a) below.
e9c75b65 102
6826cf00
EZ
103(a) The Free Software Foundation's Back-Cover Text is: ``You have
104freedom to copy and modify this GNU Manual, like GNU software. Copies
105published by the Free Software Foundation raise funds for GNU
106development.''
c906108c
SS
107@end titlepage
108@page
109
6c0e9fb3 110@ifnottex
6d2ebf8b
SS
111@node Top, Summary, (dir), (dir)
112
c906108c
SS
113@top Debugging with @value{GDBN}
114
115This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
116
9fe8321b 117This is the @value{EDITION} Edition, for @value{GDBN} Version
c906108c
SS
118@value{GDBVN}.
119
7d51c7de 120Copyright (C) 1988-2005 Free Software Foundation, Inc.
6d2ebf8b
SS
121
122@menu
123* Summary:: Summary of @value{GDBN}
124* Sample Session:: A sample @value{GDBN} session
125
126* Invocation:: Getting in and out of @value{GDBN}
127* Commands:: @value{GDBN} commands
128* Running:: Running programs under @value{GDBN}
129* Stopping:: Stopping and continuing
130* Stack:: Examining the stack
131* Source:: Examining source files
132* Data:: Examining data
e2e0bcd1 133* Macros:: Preprocessor Macros
b37052ae 134* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 135* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
136
137* Languages:: Using @value{GDBN} with different languages
138
139* Symbols:: Examining the symbol table
140* Altering:: Altering execution
141* GDB Files:: @value{GDBN} files
142* Targets:: Specifying a debugging target
6b2f586d 143* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
144* Configurations:: Configuration-specific information
145* Controlling GDB:: Controlling @value{GDBN}
146* Sequences:: Canned sequences of commands
c4555f82 147* TUI:: @value{GDBN} Text User Interface
21c294e6 148* Interpreters:: Command Interpreters
6d2ebf8b
SS
149* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
150* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 151* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
152
153* GDB Bugs:: Reporting bugs in @value{GDBN}
154* Formatting Documentation:: How to format and print @value{GDBN} documentation
155
156* Command Line Editing:: Command Line Editing
157* Using History Interactively:: Using History Interactively
158* Installing GDB:: Installing GDB
eb12ee30 159* Maintenance Commands:: Maintenance Commands
e0ce93ac 160* Remote Protocol:: GDB Remote Serial Protocol
f418dd93 161* Agent Expressions:: The GDB Agent Expression Mechanism
aab4e0ec
AC
162* Copying:: GNU General Public License says
163 how you can copy and share GDB
6826cf00 164* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
165* Index:: Index
166@end menu
167
6c0e9fb3 168@end ifnottex
c906108c 169
449f3b6c 170@contents
449f3b6c 171
6d2ebf8b 172@node Summary
c906108c
SS
173@unnumbered Summary of @value{GDBN}
174
175The purpose of a debugger such as @value{GDBN} is to allow you to see what is
176going on ``inside'' another program while it executes---or what another
177program was doing at the moment it crashed.
178
179@value{GDBN} can do four main kinds of things (plus other things in support of
180these) to help you catch bugs in the act:
181
182@itemize @bullet
183@item
184Start your program, specifying anything that might affect its behavior.
185
186@item
187Make your program stop on specified conditions.
188
189@item
190Examine what has happened, when your program has stopped.
191
192@item
193Change things in your program, so you can experiment with correcting the
194effects of one bug and go on to learn about another.
195@end itemize
196
49efadf5 197You can use @value{GDBN} to debug programs written in C and C@t{++}.
9c16f35a 198For more information, see @ref{Supported languages,,Supported languages}.
c906108c
SS
199For more information, see @ref{C,,C and C++}.
200
cce74817 201@cindex Modula-2
e632838e
AC
202Support for Modula-2 is partial. For information on Modula-2, see
203@ref{Modula-2,,Modula-2}.
c906108c 204
cce74817
JM
205@cindex Pascal
206Debugging Pascal programs which use sets, subranges, file variables, or
207nested functions does not currently work. @value{GDBN} does not support
208entering expressions, printing values, or similar features using Pascal
209syntax.
c906108c 210
c906108c
SS
211@cindex Fortran
212@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 213it may be necessary to refer to some variables with a trailing
cce74817 214underscore.
c906108c 215
b37303ee
AF
216@value{GDBN} can be used to debug programs written in Objective-C,
217using either the Apple/NeXT or the GNU Objective-C runtime.
218
c906108c
SS
219@menu
220* Free Software:: Freely redistributable software
221* Contributors:: Contributors to GDB
222@end menu
223
6d2ebf8b 224@node Free Software
c906108c
SS
225@unnumberedsec Free software
226
5d161b24 227@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
228General Public License
229(GPL). The GPL gives you the freedom to copy or adapt a licensed
230program---but every person getting a copy also gets with it the
231freedom to modify that copy (which means that they must get access to
232the source code), and the freedom to distribute further copies.
233Typical software companies use copyrights to limit your freedoms; the
234Free Software Foundation uses the GPL to preserve these freedoms.
235
236Fundamentally, the General Public License is a license which says that
237you have these freedoms and that you cannot take these freedoms away
238from anyone else.
239
2666264b 240@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
241
242The biggest deficiency in the free software community today is not in
243the software---it is the lack of good free documentation that we can
244include with the free software. Many of our most important
245programs do not come with free reference manuals and free introductory
246texts. Documentation is an essential part of any software package;
247when an important free software package does not come with a free
248manual and a free tutorial, that is a major gap. We have many such
249gaps today.
250
251Consider Perl, for instance. The tutorial manuals that people
252normally use are non-free. How did this come about? Because the
253authors of those manuals published them with restrictive terms---no
254copying, no modification, source files not available---which exclude
255them from the free software world.
256
257That wasn't the first time this sort of thing happened, and it was far
258from the last. Many times we have heard a GNU user eagerly describe a
259manual that he is writing, his intended contribution to the community,
260only to learn that he had ruined everything by signing a publication
261contract to make it non-free.
262
263Free documentation, like free software, is a matter of freedom, not
264price. The problem with the non-free manual is not that publishers
265charge a price for printed copies---that in itself is fine. (The Free
266Software Foundation sells printed copies of manuals, too.) The
267problem is the restrictions on the use of the manual. Free manuals
268are available in source code form, and give you permission to copy and
269modify. Non-free manuals do not allow this.
270
271The criteria of freedom for a free manual are roughly the same as for
272free software. Redistribution (including the normal kinds of
273commercial redistribution) must be permitted, so that the manual can
274accompany every copy of the program, both on-line and on paper.
275
276Permission for modification of the technical content is crucial too.
277When people modify the software, adding or changing features, if they
278are conscientious they will change the manual too---so they can
279provide accurate and clear documentation for the modified program. A
280manual that leaves you no choice but to write a new manual to document
281a changed version of the program is not really available to our
282community.
283
284Some kinds of limits on the way modification is handled are
285acceptable. For example, requirements to preserve the original
286author's copyright notice, the distribution terms, or the list of
287authors, are ok. It is also no problem to require modified versions
288to include notice that they were modified. Even entire sections that
289may not be deleted or changed are acceptable, as long as they deal
290with nontechnical topics (like this one). These kinds of restrictions
291are acceptable because they don't obstruct the community's normal use
292of the manual.
293
294However, it must be possible to modify all the @emph{technical}
295content of the manual, and then distribute the result in all the usual
296media, through all the usual channels. Otherwise, the restrictions
297obstruct the use of the manual, it is not free, and we need another
298manual to replace it.
299
300Please spread the word about this issue. Our community continues to
301lose manuals to proprietary publishing. If we spread the word that
302free software needs free reference manuals and free tutorials, perhaps
303the next person who wants to contribute by writing documentation will
304realize, before it is too late, that only free manuals contribute to
305the free software community.
306
307If you are writing documentation, please insist on publishing it under
308the GNU Free Documentation License or another free documentation
309license. Remember that this decision requires your approval---you
310don't have to let the publisher decide. Some commercial publishers
311will use a free license if you insist, but they will not propose the
312option; it is up to you to raise the issue and say firmly that this is
313what you want. If the publisher you are dealing with refuses, please
314try other publishers. If you're not sure whether a proposed license
42584a72 315is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
316
317You can encourage commercial publishers to sell more free, copylefted
318manuals and tutorials by buying them, and particularly by buying
319copies from the publishers that paid for their writing or for major
320improvements. Meanwhile, try to avoid buying non-free documentation
321at all. Check the distribution terms of a manual before you buy it,
322and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
323Check the history of the book, and try to reward the publishers that
324have paid or pay the authors to work on it.
959acfd1
EZ
325
326The Free Software Foundation maintains a list of free documentation
327published by other publishers, at
328@url{http://www.fsf.org/doc/other-free-books.html}.
329
6d2ebf8b 330@node Contributors
96a2c332
SS
331@unnumberedsec Contributors to @value{GDBN}
332
333Richard Stallman was the original author of @value{GDBN}, and of many
334other @sc{gnu} programs. Many others have contributed to its
335development. This section attempts to credit major contributors. One
336of the virtues of free software is that everyone is free to contribute
337to it; with regret, we cannot actually acknowledge everyone here. The
338file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
339blow-by-blow account.
340
341Changes much prior to version 2.0 are lost in the mists of time.
342
343@quotation
344@emph{Plea:} Additions to this section are particularly welcome. If you
345or your friends (or enemies, to be evenhanded) have been unfairly
346omitted from this list, we would like to add your names!
347@end quotation
348
349So that they may not regard their many labors as thankless, we
350particularly thank those who shepherded @value{GDBN} through major
351releases:
faae5abe 352Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
353Jim Blandy (release 4.18);
354Jason Molenda (release 4.17);
355Stan Shebs (release 4.14);
356Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
357Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
358John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
359Jim Kingdon (releases 3.5, 3.4, and 3.3);
360and Randy Smith (releases 3.2, 3.1, and 3.0).
361
362Richard Stallman, assisted at various times by Peter TerMaat, Chris
363Hanson, and Richard Mlynarik, handled releases through 2.8.
364
b37052ae
EZ
365Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
366in @value{GDBN}, with significant additional contributions from Per
367Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
368demangler. Early work on C@t{++} was by Peter TerMaat (who also did
369much general update work leading to release 3.0).
c906108c 370
b37052ae 371@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
372object-file formats; BFD was a joint project of David V.
373Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
374
375David Johnson wrote the original COFF support; Pace Willison did
376the original support for encapsulated COFF.
377
0179ffac 378Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
379
380Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
381Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
382support.
383Jean-Daniel Fekete contributed Sun 386i support.
384Chris Hanson improved the HP9000 support.
385Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
386David Johnson contributed Encore Umax support.
387Jyrki Kuoppala contributed Altos 3068 support.
388Jeff Law contributed HP PA and SOM support.
389Keith Packard contributed NS32K support.
390Doug Rabson contributed Acorn Risc Machine support.
391Bob Rusk contributed Harris Nighthawk CX-UX support.
392Chris Smith contributed Convex support (and Fortran debugging).
393Jonathan Stone contributed Pyramid support.
394Michael Tiemann contributed SPARC support.
395Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
396Pace Willison contributed Intel 386 support.
397Jay Vosburgh contributed Symmetry support.
a37295f9 398Marko Mlinar contributed OpenRISC 1000 support.
c906108c 399
1104b9e7 400Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
401
402Rich Schaefer and Peter Schauer helped with support of SunOS shared
403libraries.
404
405Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
406about several machine instruction sets.
407
408Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
409remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
410contributed remote debugging modules for the i960, VxWorks, A29K UDI,
411and RDI targets, respectively.
412
413Brian Fox is the author of the readline libraries providing
414command-line editing and command history.
415
7a292a7a
SS
416Andrew Beers of SUNY Buffalo wrote the language-switching code, the
417Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 418
5d161b24 419Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 420He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 421symbols.
c906108c 422
f24c5e49
KI
423Hitachi America (now Renesas America), Ltd. sponsored the support for
424H8/300, H8/500, and Super-H processors.
c906108c
SS
425
426NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
427
f24c5e49
KI
428Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
429processors.
c906108c
SS
430
431Toshiba sponsored the support for the TX39 Mips processor.
432
433Matsushita sponsored the support for the MN10200 and MN10300 processors.
434
96a2c332 435Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
436
437Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
438watchpoints.
439
440Michael Snyder added support for tracepoints.
441
442Stu Grossman wrote gdbserver.
443
444Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 445nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
446
447The following people at the Hewlett-Packard Company contributed
448support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 449(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
d0d5df6f
AC
450compiler, and the Text User Interface (nee Terminal User Interface):
451Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
452Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
453provided HP-specific information in this manual.
c906108c 454
b37052ae
EZ
455DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
456Robert Hoehne made significant contributions to the DJGPP port.
457
96a2c332
SS
458Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
459development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
460fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
461Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
462Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
463Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
464Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
465addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
466JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
467Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
468Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
469Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
470Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
471Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
472Zuhn have made contributions both large and small.
c906108c 473
e2e0bcd1
JB
474Jim Blandy added support for preprocessor macros, while working for Red
475Hat.
c906108c 476
6d2ebf8b 477@node Sample Session
c906108c
SS
478@chapter A Sample @value{GDBN} Session
479
480You can use this manual at your leisure to read all about @value{GDBN}.
481However, a handful of commands are enough to get started using the
482debugger. This chapter illustrates those commands.
483
484@iftex
485In this sample session, we emphasize user input like this: @b{input},
486to make it easier to pick out from the surrounding output.
487@end iftex
488
489@c FIXME: this example may not be appropriate for some configs, where
490@c FIXME...primary interest is in remote use.
491
492One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
493processor) exhibits the following bug: sometimes, when we change its
494quote strings from the default, the commands used to capture one macro
495definition within another stop working. In the following short @code{m4}
496session, we define a macro @code{foo} which expands to @code{0000}; we
497then use the @code{m4} built-in @code{defn} to define @code{bar} as the
498same thing. However, when we change the open quote string to
499@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
500procedure fails to define a new synonym @code{baz}:
501
502@smallexample
503$ @b{cd gnu/m4}
504$ @b{./m4}
505@b{define(foo,0000)}
506
507@b{foo}
5080000
509@b{define(bar,defn(`foo'))}
510
511@b{bar}
5120000
513@b{changequote(<QUOTE>,<UNQUOTE>)}
514
515@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
516@b{baz}
517@b{C-d}
518m4: End of input: 0: fatal error: EOF in string
519@end smallexample
520
521@noindent
522Let us use @value{GDBN} to try to see what is going on.
523
c906108c
SS
524@smallexample
525$ @b{@value{GDBP} m4}
526@c FIXME: this falsifies the exact text played out, to permit smallbook
527@c FIXME... format to come out better.
528@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 529 of it under certain conditions; type "show copying" to see
c906108c 530 the conditions.
5d161b24 531There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
532 for details.
533
534@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
535(@value{GDBP})
536@end smallexample
c906108c
SS
537
538@noindent
539@value{GDBN} reads only enough symbol data to know where to find the
540rest when needed; as a result, the first prompt comes up very quickly.
541We now tell @value{GDBN} to use a narrower display width than usual, so
542that examples fit in this manual.
543
544@smallexample
545(@value{GDBP}) @b{set width 70}
546@end smallexample
547
548@noindent
549We need to see how the @code{m4} built-in @code{changequote} works.
550Having looked at the source, we know the relevant subroutine is
551@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
552@code{break} command.
553
554@smallexample
555(@value{GDBP}) @b{break m4_changequote}
556Breakpoint 1 at 0x62f4: file builtin.c, line 879.
557@end smallexample
558
559@noindent
560Using the @code{run} command, we start @code{m4} running under @value{GDBN}
561control; as long as control does not reach the @code{m4_changequote}
562subroutine, the program runs as usual:
563
564@smallexample
565(@value{GDBP}) @b{run}
566Starting program: /work/Editorial/gdb/gnu/m4/m4
567@b{define(foo,0000)}
568
569@b{foo}
5700000
571@end smallexample
572
573@noindent
574To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
575suspends execution of @code{m4}, displaying information about the
576context where it stops.
577
578@smallexample
579@b{changequote(<QUOTE>,<UNQUOTE>)}
580
5d161b24 581Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
582 at builtin.c:879
583879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
584@end smallexample
585
586@noindent
587Now we use the command @code{n} (@code{next}) to advance execution to
588the next line of the current function.
589
590@smallexample
591(@value{GDBP}) @b{n}
592882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
593 : nil,
594@end smallexample
595
596@noindent
597@code{set_quotes} looks like a promising subroutine. We can go into it
598by using the command @code{s} (@code{step}) instead of @code{next}.
599@code{step} goes to the next line to be executed in @emph{any}
600subroutine, so it steps into @code{set_quotes}.
601
602@smallexample
603(@value{GDBP}) @b{s}
604set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
605 at input.c:530
606530 if (lquote != def_lquote)
607@end smallexample
608
609@noindent
610The display that shows the subroutine where @code{m4} is now
611suspended (and its arguments) is called a stack frame display. It
612shows a summary of the stack. We can use the @code{backtrace}
613command (which can also be spelled @code{bt}), to see where we are
614in the stack as a whole: the @code{backtrace} command displays a
615stack frame for each active subroutine.
616
617@smallexample
618(@value{GDBP}) @b{bt}
619#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
620 at input.c:530
5d161b24 621#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
622 at builtin.c:882
623#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
624#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
625 at macro.c:71
626#4 0x79dc in expand_input () at macro.c:40
627#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
628@end smallexample
629
630@noindent
631We step through a few more lines to see what happens. The first two
632times, we can use @samp{s}; the next two times we use @code{n} to avoid
633falling into the @code{xstrdup} subroutine.
634
635@smallexample
636(@value{GDBP}) @b{s}
6370x3b5c 532 if (rquote != def_rquote)
638(@value{GDBP}) @b{s}
6390x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
640def_lquote : xstrdup(lq);
641(@value{GDBP}) @b{n}
642536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
643 : xstrdup(rq);
644(@value{GDBP}) @b{n}
645538 len_lquote = strlen(rquote);
646@end smallexample
647
648@noindent
649The last line displayed looks a little odd; we can examine the variables
650@code{lquote} and @code{rquote} to see if they are in fact the new left
651and right quotes we specified. We use the command @code{p}
652(@code{print}) to see their values.
653
654@smallexample
655(@value{GDBP}) @b{p lquote}
656$1 = 0x35d40 "<QUOTE>"
657(@value{GDBP}) @b{p rquote}
658$2 = 0x35d50 "<UNQUOTE>"
659@end smallexample
660
661@noindent
662@code{lquote} and @code{rquote} are indeed the new left and right quotes.
663To look at some context, we can display ten lines of source
664surrounding the current line with the @code{l} (@code{list}) command.
665
666@smallexample
667(@value{GDBP}) @b{l}
668533 xfree(rquote);
669534
670535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
671 : xstrdup (lq);
672536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
673 : xstrdup (rq);
674537
675538 len_lquote = strlen(rquote);
676539 len_rquote = strlen(lquote);
677540 @}
678541
679542 void
680@end smallexample
681
682@noindent
683Let us step past the two lines that set @code{len_lquote} and
684@code{len_rquote}, and then examine the values of those variables.
685
686@smallexample
687(@value{GDBP}) @b{n}
688539 len_rquote = strlen(lquote);
689(@value{GDBP}) @b{n}
690540 @}
691(@value{GDBP}) @b{p len_lquote}
692$3 = 9
693(@value{GDBP}) @b{p len_rquote}
694$4 = 7
695@end smallexample
696
697@noindent
698That certainly looks wrong, assuming @code{len_lquote} and
699@code{len_rquote} are meant to be the lengths of @code{lquote} and
700@code{rquote} respectively. We can set them to better values using
701the @code{p} command, since it can print the value of
702any expression---and that expression can include subroutine calls and
703assignments.
704
705@smallexample
706(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
707$5 = 7
708(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
709$6 = 9
710@end smallexample
711
712@noindent
713Is that enough to fix the problem of using the new quotes with the
714@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
715executing with the @code{c} (@code{continue}) command, and then try the
716example that caused trouble initially:
717
718@smallexample
719(@value{GDBP}) @b{c}
720Continuing.
721
722@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
723
724baz
7250000
726@end smallexample
727
728@noindent
729Success! The new quotes now work just as well as the default ones. The
730problem seems to have been just the two typos defining the wrong
731lengths. We allow @code{m4} exit by giving it an EOF as input:
732
733@smallexample
734@b{C-d}
735Program exited normally.
736@end smallexample
737
738@noindent
739The message @samp{Program exited normally.} is from @value{GDBN}; it
740indicates @code{m4} has finished executing. We can end our @value{GDBN}
741session with the @value{GDBN} @code{quit} command.
742
743@smallexample
744(@value{GDBP}) @b{quit}
745@end smallexample
c906108c 746
6d2ebf8b 747@node Invocation
c906108c
SS
748@chapter Getting In and Out of @value{GDBN}
749
750This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 751The essentials are:
c906108c 752@itemize @bullet
5d161b24 753@item
53a5351d 754type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 755@item
c906108c
SS
756type @kbd{quit} or @kbd{C-d} to exit.
757@end itemize
758
759@menu
760* Invoking GDB:: How to start @value{GDBN}
761* Quitting GDB:: How to quit @value{GDBN}
762* Shell Commands:: How to use shell commands inside @value{GDBN}
0fac0b41 763* Logging output:: How to log @value{GDBN}'s output to a file
c906108c
SS
764@end menu
765
6d2ebf8b 766@node Invoking GDB
c906108c
SS
767@section Invoking @value{GDBN}
768
c906108c
SS
769Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
770@value{GDBN} reads commands from the terminal until you tell it to exit.
771
772You can also run @code{@value{GDBP}} with a variety of arguments and options,
773to specify more of your debugging environment at the outset.
774
c906108c
SS
775The command-line options described here are designed
776to cover a variety of situations; in some environments, some of these
5d161b24 777options may effectively be unavailable.
c906108c
SS
778
779The most usual way to start @value{GDBN} is with one argument,
780specifying an executable program:
781
474c8240 782@smallexample
c906108c 783@value{GDBP} @var{program}
474c8240 784@end smallexample
c906108c 785
c906108c
SS
786@noindent
787You can also start with both an executable program and a core file
788specified:
789
474c8240 790@smallexample
c906108c 791@value{GDBP} @var{program} @var{core}
474c8240 792@end smallexample
c906108c
SS
793
794You can, instead, specify a process ID as a second argument, if you want
795to debug a running process:
796
474c8240 797@smallexample
c906108c 798@value{GDBP} @var{program} 1234
474c8240 799@end smallexample
c906108c
SS
800
801@noindent
802would attach @value{GDBN} to process @code{1234} (unless you also have a file
803named @file{1234}; @value{GDBN} does check for a core file first).
804
c906108c 805Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
806complete operating system; when you use @value{GDBN} as a remote
807debugger attached to a bare board, there may not be any notion of
808``process'', and there is often no way to get a core dump. @value{GDBN}
809will warn you if it is unable to attach or to read core dumps.
c906108c 810
aa26fa3a
TT
811You can optionally have @code{@value{GDBP}} pass any arguments after the
812executable file to the inferior using @code{--args}. This option stops
813option processing.
474c8240 814@smallexample
aa26fa3a 815gdb --args gcc -O2 -c foo.c
474c8240 816@end smallexample
aa26fa3a
TT
817This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
818@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
819
96a2c332 820You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
821@value{GDBN}'s non-warranty, by specifying @code{-silent}:
822
823@smallexample
824@value{GDBP} -silent
825@end smallexample
826
827@noindent
828You can further control how @value{GDBN} starts up by using command-line
829options. @value{GDBN} itself can remind you of the options available.
830
831@noindent
832Type
833
474c8240 834@smallexample
c906108c 835@value{GDBP} -help
474c8240 836@end smallexample
c906108c
SS
837
838@noindent
839to display all available options and briefly describe their use
840(@samp{@value{GDBP} -h} is a shorter equivalent).
841
842All options and command line arguments you give are processed
843in sequential order. The order makes a difference when the
844@samp{-x} option is used.
845
846
847@menu
c906108c
SS
848* File Options:: Choosing files
849* Mode Options:: Choosing modes
850@end menu
851
6d2ebf8b 852@node File Options
c906108c
SS
853@subsection Choosing files
854
2df3850c 855When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
856specifying an executable file and core file (or process ID). This is
857the same as if the arguments were specified by the @samp{-se} and
19837790
MS
858@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
859first argument that does not have an associated option flag as
860equivalent to the @samp{-se} option followed by that argument; and the
861second argument that does not have an associated option flag, if any, as
862equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
863If the second argument begins with a decimal digit, @value{GDBN} will
864first attempt to attach to it as a process, and if that fails, attempt
865to open it as a corefile. If you have a corefile whose name begins with
b383017d 866a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 867prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
868
869If @value{GDBN} has not been configured to included core file support,
870such as for most embedded targets, then it will complain about a second
871argument and ignore it.
c906108c
SS
872
873Many options have both long and short forms; both are shown in the
874following list. @value{GDBN} also recognizes the long forms if you truncate
875them, so long as enough of the option is present to be unambiguous.
876(If you prefer, you can flag option arguments with @samp{--} rather
877than @samp{-}, though we illustrate the more usual convention.)
878
d700128c
EZ
879@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
880@c way, both those who look for -foo and --foo in the index, will find
881@c it.
882
c906108c
SS
883@table @code
884@item -symbols @var{file}
885@itemx -s @var{file}
d700128c
EZ
886@cindex @code{--symbols}
887@cindex @code{-s}
c906108c
SS
888Read symbol table from file @var{file}.
889
890@item -exec @var{file}
891@itemx -e @var{file}
d700128c
EZ
892@cindex @code{--exec}
893@cindex @code{-e}
7a292a7a
SS
894Use file @var{file} as the executable file to execute when appropriate,
895and for examining pure data in conjunction with a core dump.
c906108c
SS
896
897@item -se @var{file}
d700128c 898@cindex @code{--se}
c906108c
SS
899Read symbol table from file @var{file} and use it as the executable
900file.
901
c906108c
SS
902@item -core @var{file}
903@itemx -c @var{file}
d700128c
EZ
904@cindex @code{--core}
905@cindex @code{-c}
b383017d 906Use file @var{file} as a core dump to examine.
c906108c
SS
907
908@item -c @var{number}
19837790
MS
909@item -pid @var{number}
910@itemx -p @var{number}
911@cindex @code{--pid}
912@cindex @code{-p}
913Connect to process ID @var{number}, as with the @code{attach} command.
914If there is no such process, @value{GDBN} will attempt to open a core
915file named @var{number}.
c906108c
SS
916
917@item -command @var{file}
918@itemx -x @var{file}
d700128c
EZ
919@cindex @code{--command}
920@cindex @code{-x}
c906108c
SS
921Execute @value{GDBN} commands from file @var{file}. @xref{Command
922Files,, Command files}.
923
924@item -directory @var{directory}
925@itemx -d @var{directory}
d700128c
EZ
926@cindex @code{--directory}
927@cindex @code{-d}
c906108c
SS
928Add @var{directory} to the path to search for source files.
929
c906108c
SS
930@item -m
931@itemx -mapped
d700128c
EZ
932@cindex @code{--mapped}
933@cindex @code{-m}
c906108c
SS
934@emph{Warning: this option depends on operating system facilities that are not
935supported on all systems.}@*
936If memory-mapped files are available on your system through the @code{mmap}
5d161b24 937system call, you can use this option
c906108c
SS
938to have @value{GDBN} write the symbols from your
939program into a reusable file in the current directory. If the program you are debugging is
96a2c332 940called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
941Future @value{GDBN} debugging sessions notice the presence of this file,
942and can quickly map in symbol information from it, rather than reading
943the symbol table from the executable program.
944
945The @file{.syms} file is specific to the host machine where @value{GDBN}
946is run. It holds an exact image of the internal @value{GDBN} symbol
947table. It cannot be shared across multiple host platforms.
c906108c 948
c906108c
SS
949@item -r
950@itemx -readnow
d700128c
EZ
951@cindex @code{--readnow}
952@cindex @code{-r}
c906108c
SS
953Read each symbol file's entire symbol table immediately, rather than
954the default, which is to read it incrementally as it is needed.
955This makes startup slower, but makes future operations faster.
53a5351d 956
c906108c
SS
957@end table
958
2df3850c 959You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 960order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
961information. (@xref{Files,,Commands to specify files}, for information
962on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
963but build a @file{.syms} file for future use is:
c906108c 964
474c8240 965@smallexample
2df3850c 966gdb -batch -nx -mapped -readnow programname
474c8240 967@end smallexample
c906108c 968
6d2ebf8b 969@node Mode Options
c906108c
SS
970@subsection Choosing modes
971
972You can run @value{GDBN} in various alternative modes---for example, in
973batch mode or quiet mode.
974
975@table @code
976@item -nx
977@itemx -n
d700128c
EZ
978@cindex @code{--nx}
979@cindex @code{-n}
96565e91 980Do not execute commands found in any initialization files. Normally,
2df3850c
JM
981@value{GDBN} executes the commands in these files after all the command
982options and arguments have been processed. @xref{Command Files,,Command
983files}.
c906108c
SS
984
985@item -quiet
d700128c 986@itemx -silent
c906108c 987@itemx -q
d700128c
EZ
988@cindex @code{--quiet}
989@cindex @code{--silent}
990@cindex @code{-q}
c906108c
SS
991``Quiet''. Do not print the introductory and copyright messages. These
992messages are also suppressed in batch mode.
993
994@item -batch
d700128c 995@cindex @code{--batch}
c906108c
SS
996Run in batch mode. Exit with status @code{0} after processing all the
997command files specified with @samp{-x} (and all commands from
998initialization files, if not inhibited with @samp{-n}). Exit with
999nonzero status if an error occurs in executing the @value{GDBN} commands
1000in the command files.
1001
2df3850c
JM
1002Batch mode may be useful for running @value{GDBN} as a filter, for
1003example to download and run a program on another computer; in order to
1004make this more useful, the message
c906108c 1005
474c8240 1006@smallexample
c906108c 1007Program exited normally.
474c8240 1008@end smallexample
c906108c
SS
1009
1010@noindent
2df3850c
JM
1011(which is ordinarily issued whenever a program running under
1012@value{GDBN} control terminates) is not issued when running in batch
1013mode.
1014
1015@item -nowindows
1016@itemx -nw
d700128c
EZ
1017@cindex @code{--nowindows}
1018@cindex @code{-nw}
2df3850c 1019``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1020(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1021interface. If no GUI is available, this option has no effect.
1022
1023@item -windows
1024@itemx -w
d700128c
EZ
1025@cindex @code{--windows}
1026@cindex @code{-w}
2df3850c
JM
1027If @value{GDBN} includes a GUI, then this option requires it to be
1028used if possible.
c906108c
SS
1029
1030@item -cd @var{directory}
d700128c 1031@cindex @code{--cd}
c906108c
SS
1032Run @value{GDBN} using @var{directory} as its working directory,
1033instead of the current directory.
1034
c906108c
SS
1035@item -fullname
1036@itemx -f
d700128c
EZ
1037@cindex @code{--fullname}
1038@cindex @code{-f}
7a292a7a
SS
1039@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1040subprocess. It tells @value{GDBN} to output the full file name and line
1041number in a standard, recognizable fashion each time a stack frame is
1042displayed (which includes each time your program stops). This
1043recognizable format looks like two @samp{\032} characters, followed by
1044the file name, line number and character position separated by colons,
1045and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1046@samp{\032} characters as a signal to display the source code for the
1047frame.
c906108c 1048
d700128c
EZ
1049@item -epoch
1050@cindex @code{--epoch}
1051The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1052@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1053routines so as to allow Epoch to display values of expressions in a
1054separate window.
1055
1056@item -annotate @var{level}
1057@cindex @code{--annotate}
1058This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1059effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1060(@pxref{Annotations}). The annotation @var{level} controls how much
1061information @value{GDBN} prints together with its prompt, values of
1062expressions, source lines, and other types of output. Level 0 is the
1063normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1064@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1065that control @value{GDBN}, and level 2 has been deprecated.
1066
1067The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1068(@pxref{GDB/MI}).
d700128c 1069
aa26fa3a
TT
1070@item --args
1071@cindex @code{--args}
1072Change interpretation of command line so that arguments following the
1073executable file are passed as command line arguments to the inferior.
1074This option stops option processing.
1075
2df3850c
JM
1076@item -baud @var{bps}
1077@itemx -b @var{bps}
d700128c
EZ
1078@cindex @code{--baud}
1079@cindex @code{-b}
c906108c
SS
1080Set the line speed (baud rate or bits per second) of any serial
1081interface used by @value{GDBN} for remote debugging.
c906108c 1082
f47b1503
AS
1083@item -l @var{timeout}
1084@cindex @code{-l}
1085Set the timeout (in seconds) of any communication used by @value{GDBN}
1086for remote debugging.
1087
c906108c 1088@item -tty @var{device}
d700128c
EZ
1089@itemx -t @var{device}
1090@cindex @code{--tty}
1091@cindex @code{-t}
c906108c
SS
1092Run using @var{device} for your program's standard input and output.
1093@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1094
53a5351d 1095@c resolve the situation of these eventually
c4555f82
SC
1096@item -tui
1097@cindex @code{--tui}
d0d5df6f
AC
1098Activate the @dfn{Text User Interface} when starting. The Text User
1099Interface manages several text windows on the terminal, showing
1100source, assembly, registers and @value{GDBN} command outputs
1101(@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1102Text User Interface can be enabled by invoking the program
1103@samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1104Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1105
1106@c @item -xdb
d700128c 1107@c @cindex @code{--xdb}
53a5351d
JM
1108@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1109@c For information, see the file @file{xdb_trans.html}, which is usually
1110@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1111@c systems.
1112
d700128c
EZ
1113@item -interpreter @var{interp}
1114@cindex @code{--interpreter}
1115Use the interpreter @var{interp} for interface with the controlling
1116program or device. This option is meant to be set by programs which
94bbb2c0 1117communicate with @value{GDBN} using it as a back end.
21c294e6 1118@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1119
da0f9dcd 1120@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1121@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6c74ac8b
AC
1122The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The
1123previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1124selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1125@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1126
1127@item -write
1128@cindex @code{--write}
1129Open the executable and core files for both reading and writing. This
1130is equivalent to the @samp{set write on} command inside @value{GDBN}
1131(@pxref{Patching}).
1132
1133@item -statistics
1134@cindex @code{--statistics}
1135This option causes @value{GDBN} to print statistics about time and
1136memory usage after it completes each command and returns to the prompt.
1137
1138@item -version
1139@cindex @code{--version}
1140This option causes @value{GDBN} to print its version number and
1141no-warranty blurb, and exit.
1142
c906108c
SS
1143@end table
1144
6d2ebf8b 1145@node Quitting GDB
c906108c
SS
1146@section Quitting @value{GDBN}
1147@cindex exiting @value{GDBN}
1148@cindex leaving @value{GDBN}
1149
1150@table @code
1151@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1152@kindex q @r{(@code{quit})}
96a2c332
SS
1153@item quit @r{[}@var{expression}@r{]}
1154@itemx q
1155To exit @value{GDBN}, use the @code{quit} command (abbreviated
1156@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1157do not supply @var{expression}, @value{GDBN} will terminate normally;
1158otherwise it will terminate using the result of @var{expression} as the
1159error code.
c906108c
SS
1160@end table
1161
1162@cindex interrupt
1163An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1164terminates the action of any @value{GDBN} command that is in progress and
1165returns to @value{GDBN} command level. It is safe to type the interrupt
1166character at any time because @value{GDBN} does not allow it to take effect
1167until a time when it is safe.
1168
c906108c
SS
1169If you have been using @value{GDBN} to control an attached process or
1170device, you can release it with the @code{detach} command
1171(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1172
6d2ebf8b 1173@node Shell Commands
c906108c
SS
1174@section Shell commands
1175
1176If you need to execute occasional shell commands during your
1177debugging session, there is no need to leave or suspend @value{GDBN}; you can
1178just use the @code{shell} command.
1179
1180@table @code
1181@kindex shell
1182@cindex shell escape
1183@item shell @var{command string}
1184Invoke a standard shell to execute @var{command string}.
c906108c 1185If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1186shell to run. Otherwise @value{GDBN} uses the default shell
1187(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1188@end table
1189
1190The utility @code{make} is often needed in development environments.
1191You do not have to use the @code{shell} command for this purpose in
1192@value{GDBN}:
1193
1194@table @code
1195@kindex make
1196@cindex calling make
1197@item make @var{make-args}
1198Execute the @code{make} program with the specified
1199arguments. This is equivalent to @samp{shell make @var{make-args}}.
1200@end table
1201
0fac0b41
DJ
1202@node Logging output
1203@section Logging output
1204@cindex logging @value{GDBN} output
9c16f35a 1205@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1206
1207You may want to save the output of @value{GDBN} commands to a file.
1208There are several commands to control @value{GDBN}'s logging.
1209
1210@table @code
1211@kindex set logging
1212@item set logging on
1213Enable logging.
1214@item set logging off
1215Disable logging.
9c16f35a 1216@cindex logging file name
0fac0b41
DJ
1217@item set logging file @var{file}
1218Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1219@item set logging overwrite [on|off]
1220By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1221you want @code{set logging on} to overwrite the logfile instead.
1222@item set logging redirect [on|off]
1223By default, @value{GDBN} output will go to both the terminal and the logfile.
1224Set @code{redirect} if you want output to go only to the log file.
1225@kindex show logging
1226@item show logging
1227Show the current values of the logging settings.
1228@end table
1229
6d2ebf8b 1230@node Commands
c906108c
SS
1231@chapter @value{GDBN} Commands
1232
1233You can abbreviate a @value{GDBN} command to the first few letters of the command
1234name, if that abbreviation is unambiguous; and you can repeat certain
1235@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1236key to get @value{GDBN} to fill out the rest of a word in a command (or to
1237show you the alternatives available, if there is more than one possibility).
1238
1239@menu
1240* Command Syntax:: How to give commands to @value{GDBN}
1241* Completion:: Command completion
1242* Help:: How to ask @value{GDBN} for help
1243@end menu
1244
6d2ebf8b 1245@node Command Syntax
c906108c
SS
1246@section Command syntax
1247
1248A @value{GDBN} command is a single line of input. There is no limit on
1249how long it can be. It starts with a command name, which is followed by
1250arguments whose meaning depends on the command name. For example, the
1251command @code{step} accepts an argument which is the number of times to
1252step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1253with no arguments. Some commands do not allow any arguments.
c906108c
SS
1254
1255@cindex abbreviation
1256@value{GDBN} command names may always be truncated if that abbreviation is
1257unambiguous. Other possible command abbreviations are listed in the
1258documentation for individual commands. In some cases, even ambiguous
1259abbreviations are allowed; for example, @code{s} is specially defined as
1260equivalent to @code{step} even though there are other commands whose
1261names start with @code{s}. You can test abbreviations by using them as
1262arguments to the @code{help} command.
1263
1264@cindex repeating commands
41afff9a 1265@kindex RET @r{(repeat last command)}
c906108c 1266A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1267repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1268will not repeat this way; these are commands whose unintentional
1269repetition might cause trouble and which you are unlikely to want to
1270repeat.
1271
1272The @code{list} and @code{x} commands, when you repeat them with
1273@key{RET}, construct new arguments rather than repeating
1274exactly as typed. This permits easy scanning of source or memory.
1275
1276@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1277output, in a way similar to the common utility @code{more}
1278(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1279@key{RET} too many in this situation, @value{GDBN} disables command
1280repetition after any command that generates this sort of display.
1281
41afff9a 1282@kindex # @r{(a comment)}
c906108c
SS
1283@cindex comment
1284Any text from a @kbd{#} to the end of the line is a comment; it does
1285nothing. This is useful mainly in command files (@pxref{Command
1286Files,,Command files}).
1287
88118b3a
TT
1288@cindex repeating command sequences
1289@kindex C-o @r{(operate-and-get-next)}
1290The @kbd{C-o} binding is useful for repeating a complex sequence of
1291commands. This command accepts the current line, like @kbd{RET}, and
1292then fetches the next line relative to the current line from the history
1293for editing.
1294
6d2ebf8b 1295@node Completion
c906108c
SS
1296@section Command completion
1297
1298@cindex completion
1299@cindex word completion
1300@value{GDBN} can fill in the rest of a word in a command for you, if there is
1301only one possibility; it can also show you what the valid possibilities
1302are for the next word in a command, at any time. This works for @value{GDBN}
1303commands, @value{GDBN} subcommands, and the names of symbols in your program.
1304
1305Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1306of a word. If there is only one possibility, @value{GDBN} fills in the
1307word, and waits for you to finish the command (or press @key{RET} to
1308enter it). For example, if you type
1309
1310@c FIXME "@key" does not distinguish its argument sufficiently to permit
1311@c complete accuracy in these examples; space introduced for clarity.
1312@c If texinfo enhancements make it unnecessary, it would be nice to
1313@c replace " @key" by "@key" in the following...
474c8240 1314@smallexample
c906108c 1315(@value{GDBP}) info bre @key{TAB}
474c8240 1316@end smallexample
c906108c
SS
1317
1318@noindent
1319@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1320the only @code{info} subcommand beginning with @samp{bre}:
1321
474c8240 1322@smallexample
c906108c 1323(@value{GDBP}) info breakpoints
474c8240 1324@end smallexample
c906108c
SS
1325
1326@noindent
1327You can either press @key{RET} at this point, to run the @code{info
1328breakpoints} command, or backspace and enter something else, if
1329@samp{breakpoints} does not look like the command you expected. (If you
1330were sure you wanted @code{info breakpoints} in the first place, you
1331might as well just type @key{RET} immediately after @samp{info bre},
1332to exploit command abbreviations rather than command completion).
1333
1334If there is more than one possibility for the next word when you press
1335@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1336characters and try again, or just press @key{TAB} a second time;
1337@value{GDBN} displays all the possible completions for that word. For
1338example, you might want to set a breakpoint on a subroutine whose name
1339begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1340just sounds the bell. Typing @key{TAB} again displays all the
1341function names in your program that begin with those characters, for
1342example:
1343
474c8240 1344@smallexample
c906108c
SS
1345(@value{GDBP}) b make_ @key{TAB}
1346@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1347make_a_section_from_file make_environ
1348make_abs_section make_function_type
1349make_blockvector make_pointer_type
1350make_cleanup make_reference_type
c906108c
SS
1351make_command make_symbol_completion_list
1352(@value{GDBP}) b make_
474c8240 1353@end smallexample
c906108c
SS
1354
1355@noindent
1356After displaying the available possibilities, @value{GDBN} copies your
1357partial input (@samp{b make_} in the example) so you can finish the
1358command.
1359
1360If you just want to see the list of alternatives in the first place, you
b37052ae 1361can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1362means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1363key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1364one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1365
1366@cindex quotes in commands
1367@cindex completion of quoted strings
1368Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1369parentheses or other characters that @value{GDBN} normally excludes from
1370its notion of a word. To permit word completion to work in this
1371situation, you may enclose words in @code{'} (single quote marks) in
1372@value{GDBN} commands.
c906108c 1373
c906108c 1374The most likely situation where you might need this is in typing the
b37052ae
EZ
1375name of a C@t{++} function. This is because C@t{++} allows function
1376overloading (multiple definitions of the same function, distinguished
1377by argument type). For example, when you want to set a breakpoint you
1378may need to distinguish whether you mean the version of @code{name}
1379that takes an @code{int} parameter, @code{name(int)}, or the version
1380that takes a @code{float} parameter, @code{name(float)}. To use the
1381word-completion facilities in this situation, type a single quote
1382@code{'} at the beginning of the function name. This alerts
1383@value{GDBN} that it may need to consider more information than usual
1384when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1385
474c8240 1386@smallexample
96a2c332 1387(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1388bubble(double,double) bubble(int,int)
1389(@value{GDBP}) b 'bubble(
474c8240 1390@end smallexample
c906108c
SS
1391
1392In some cases, @value{GDBN} can tell that completing a name requires using
1393quotes. When this happens, @value{GDBN} inserts the quote for you (while
1394completing as much as it can) if you do not type the quote in the first
1395place:
1396
474c8240 1397@smallexample
c906108c
SS
1398(@value{GDBP}) b bub @key{TAB}
1399@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1400(@value{GDBP}) b 'bubble(
474c8240 1401@end smallexample
c906108c
SS
1402
1403@noindent
1404In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1405you have not yet started typing the argument list when you ask for
1406completion on an overloaded symbol.
1407
d4f3574e 1408For more information about overloaded functions, see @ref{C plus plus
b37052ae 1409expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1410overload-resolution off} to disable overload resolution;
b37052ae 1411see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1412
1413
6d2ebf8b 1414@node Help
c906108c
SS
1415@section Getting help
1416@cindex online documentation
1417@kindex help
1418
5d161b24 1419You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1420using the command @code{help}.
1421
1422@table @code
41afff9a 1423@kindex h @r{(@code{help})}
c906108c
SS
1424@item help
1425@itemx h
1426You can use @code{help} (abbreviated @code{h}) with no arguments to
1427display a short list of named classes of commands:
1428
1429@smallexample
1430(@value{GDBP}) help
1431List of classes of commands:
1432
2df3850c 1433aliases -- Aliases of other commands
c906108c 1434breakpoints -- Making program stop at certain points
2df3850c 1435data -- Examining data
c906108c 1436files -- Specifying and examining files
2df3850c
JM
1437internals -- Maintenance commands
1438obscure -- Obscure features
1439running -- Running the program
1440stack -- Examining the stack
c906108c
SS
1441status -- Status inquiries
1442support -- Support facilities
96a2c332
SS
1443tracepoints -- Tracing of program execution without@*
1444 stopping the program
c906108c 1445user-defined -- User-defined commands
c906108c 1446
5d161b24 1447Type "help" followed by a class name for a list of
c906108c 1448commands in that class.
5d161b24 1449Type "help" followed by command name for full
c906108c
SS
1450documentation.
1451Command name abbreviations are allowed if unambiguous.
1452(@value{GDBP})
1453@end smallexample
96a2c332 1454@c the above line break eliminates huge line overfull...
c906108c
SS
1455
1456@item help @var{class}
1457Using one of the general help classes as an argument, you can get a
1458list of the individual commands in that class. For example, here is the
1459help display for the class @code{status}:
1460
1461@smallexample
1462(@value{GDBP}) help status
1463Status inquiries.
1464
1465List of commands:
1466
1467@c Line break in "show" line falsifies real output, but needed
1468@c to fit in smallbook page size.
2df3850c
JM
1469info -- Generic command for showing things
1470 about the program being debugged
1471show -- Generic command for showing things
1472 about the debugger
c906108c 1473
5d161b24 1474Type "help" followed by command name for full
c906108c
SS
1475documentation.
1476Command name abbreviations are allowed if unambiguous.
1477(@value{GDBP})
1478@end smallexample
1479
1480@item help @var{command}
1481With a command name as @code{help} argument, @value{GDBN} displays a
1482short paragraph on how to use that command.
1483
6837a0a2
DB
1484@kindex apropos
1485@item apropos @var{args}
09d4efe1 1486The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2
DB
1487commands, and their documentation, for the regular expression specified in
1488@var{args}. It prints out all matches found. For example:
1489
1490@smallexample
1491apropos reload
1492@end smallexample
1493
b37052ae
EZ
1494@noindent
1495results in:
6837a0a2
DB
1496
1497@smallexample
6d2ebf8b
SS
1498@c @group
1499set symbol-reloading -- Set dynamic symbol table reloading
1500 multiple times in one run
1501show symbol-reloading -- Show dynamic symbol table reloading
1502 multiple times in one run
1503@c @end group
6837a0a2
DB
1504@end smallexample
1505
c906108c
SS
1506@kindex complete
1507@item complete @var{args}
1508The @code{complete @var{args}} command lists all the possible completions
1509for the beginning of a command. Use @var{args} to specify the beginning of the
1510command you want completed. For example:
1511
1512@smallexample
1513complete i
1514@end smallexample
1515
1516@noindent results in:
1517
1518@smallexample
1519@group
2df3850c
JM
1520if
1521ignore
c906108c
SS
1522info
1523inspect
c906108c
SS
1524@end group
1525@end smallexample
1526
1527@noindent This is intended for use by @sc{gnu} Emacs.
1528@end table
1529
1530In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1531and @code{show} to inquire about the state of your program, or the state
1532of @value{GDBN} itself. Each command supports many topics of inquiry; this
1533manual introduces each of them in the appropriate context. The listings
1534under @code{info} and under @code{show} in the Index point to
1535all the sub-commands. @xref{Index}.
1536
1537@c @group
1538@table @code
1539@kindex info
41afff9a 1540@kindex i @r{(@code{info})}
c906108c
SS
1541@item info
1542This command (abbreviated @code{i}) is for describing the state of your
1543program. For example, you can list the arguments given to your program
1544with @code{info args}, list the registers currently in use with @code{info
1545registers}, or list the breakpoints you have set with @code{info breakpoints}.
1546You can get a complete list of the @code{info} sub-commands with
1547@w{@code{help info}}.
1548
1549@kindex set
1550@item set
5d161b24 1551You can assign the result of an expression to an environment variable with
c906108c
SS
1552@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1553@code{set prompt $}.
1554
1555@kindex show
1556@item show
5d161b24 1557In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1558@value{GDBN} itself.
1559You can change most of the things you can @code{show}, by using the
1560related command @code{set}; for example, you can control what number
1561system is used for displays with @code{set radix}, or simply inquire
1562which is currently in use with @code{show radix}.
1563
1564@kindex info set
1565To display all the settable parameters and their current
1566values, you can use @code{show} with no arguments; you may also use
1567@code{info set}. Both commands produce the same display.
1568@c FIXME: "info set" violates the rule that "info" is for state of
1569@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1570@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1571@end table
1572@c @end group
1573
1574Here are three miscellaneous @code{show} subcommands, all of which are
1575exceptional in lacking corresponding @code{set} commands:
1576
1577@table @code
1578@kindex show version
9c16f35a 1579@cindex @value{GDBN} version number
c906108c
SS
1580@item show version
1581Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1582information in @value{GDBN} bug-reports. If multiple versions of
1583@value{GDBN} are in use at your site, you may need to determine which
1584version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1585commands are introduced, and old ones may wither away. Also, many
1586system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1587variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1588The version number is the same as the one announced when you start
1589@value{GDBN}.
c906108c
SS
1590
1591@kindex show copying
09d4efe1 1592@kindex info copying
9c16f35a 1593@cindex display @value{GDBN} copyright
c906108c 1594@item show copying
09d4efe1 1595@itemx info copying
c906108c
SS
1596Display information about permission for copying @value{GDBN}.
1597
1598@kindex show warranty
09d4efe1 1599@kindex info warranty
c906108c 1600@item show warranty
09d4efe1 1601@itemx info warranty
2df3850c 1602Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1603if your version of @value{GDBN} comes with one.
2df3850c 1604
c906108c
SS
1605@end table
1606
6d2ebf8b 1607@node Running
c906108c
SS
1608@chapter Running Programs Under @value{GDBN}
1609
1610When you run a program under @value{GDBN}, you must first generate
1611debugging information when you compile it.
7a292a7a
SS
1612
1613You may start @value{GDBN} with its arguments, if any, in an environment
1614of your choice. If you are doing native debugging, you may redirect
1615your program's input and output, debug an already running process, or
1616kill a child process.
c906108c
SS
1617
1618@menu
1619* Compilation:: Compiling for debugging
1620* Starting:: Starting your program
c906108c
SS
1621* Arguments:: Your program's arguments
1622* Environment:: Your program's environment
c906108c
SS
1623
1624* Working Directory:: Your program's working directory
1625* Input/Output:: Your program's input and output
1626* Attach:: Debugging an already-running process
1627* Kill Process:: Killing the child process
c906108c
SS
1628
1629* Threads:: Debugging programs with multiple threads
1630* Processes:: Debugging programs with multiple processes
1631@end menu
1632
6d2ebf8b 1633@node Compilation
c906108c
SS
1634@section Compiling for debugging
1635
1636In order to debug a program effectively, you need to generate
1637debugging information when you compile it. This debugging information
1638is stored in the object file; it describes the data type of each
1639variable or function and the correspondence between source line numbers
1640and addresses in the executable code.
1641
1642To request debugging information, specify the @samp{-g} option when you run
1643the compiler.
1644
e2e0bcd1
JB
1645Most compilers do not include information about preprocessor macros in
1646the debugging information if you specify the @option{-g} flag alone,
1647because this information is rather large. Version 3.1 of @value{NGCC},
1648the @sc{gnu} C compiler, provides macro information if you specify the
1649options @option{-gdwarf-2} and @option{-g3}; the former option requests
1650debugging information in the Dwarf 2 format, and the latter requests
1651``extra information''. In the future, we hope to find more compact ways
1652to represent macro information, so that it can be included with
1653@option{-g} alone.
1654
c906108c
SS
1655Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1656options together. Using those compilers, you cannot generate optimized
1657executables containing debugging information.
1658
53a5351d
JM
1659@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1660without @samp{-O}, making it possible to debug optimized code. We
1661recommend that you @emph{always} use @samp{-g} whenever you compile a
1662program. You may think your program is correct, but there is no sense
1663in pushing your luck.
c906108c
SS
1664
1665@cindex optimized code, debugging
1666@cindex debugging optimized code
1667When you debug a program compiled with @samp{-g -O}, remember that the
1668optimizer is rearranging your code; the debugger shows you what is
1669really there. Do not be too surprised when the execution path does not
1670exactly match your source file! An extreme example: if you define a
1671variable, but never use it, @value{GDBN} never sees that
1672variable---because the compiler optimizes it out of existence.
1673
1674Some things do not work as well with @samp{-g -O} as with just
1675@samp{-g}, particularly on machines with instruction scheduling. If in
1676doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1677please report it to us as a bug (including a test case!).
15387254 1678@xref{Variables}, for more information about debugging optimized code.
c906108c
SS
1679
1680Older versions of the @sc{gnu} C compiler permitted a variant option
1681@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1682format; if your @sc{gnu} C compiler has this option, do not use it.
1683
1684@need 2000
6d2ebf8b 1685@node Starting
c906108c
SS
1686@section Starting your program
1687@cindex starting
1688@cindex running
1689
1690@table @code
1691@kindex run
41afff9a 1692@kindex r @r{(@code{run})}
c906108c
SS
1693@item run
1694@itemx r
7a292a7a
SS
1695Use the @code{run} command to start your program under @value{GDBN}.
1696You must first specify the program name (except on VxWorks) with an
1697argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1698@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1699(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1700
1701@end table
1702
c906108c
SS
1703If you are running your program in an execution environment that
1704supports processes, @code{run} creates an inferior process and makes
1705that process run your program. (In environments without processes,
1706@code{run} jumps to the start of your program.)
1707
1708The execution of a program is affected by certain information it
1709receives from its superior. @value{GDBN} provides ways to specify this
1710information, which you must do @emph{before} starting your program. (You
1711can change it after starting your program, but such changes only affect
1712your program the next time you start it.) This information may be
1713divided into four categories:
1714
1715@table @asis
1716@item The @emph{arguments.}
1717Specify the arguments to give your program as the arguments of the
1718@code{run} command. If a shell is available on your target, the shell
1719is used to pass the arguments, so that you may use normal conventions
1720(such as wildcard expansion or variable substitution) in describing
1721the arguments.
1722In Unix systems, you can control which shell is used with the
1723@code{SHELL} environment variable.
1724@xref{Arguments, ,Your program's arguments}.
1725
1726@item The @emph{environment.}
1727Your program normally inherits its environment from @value{GDBN}, but you can
1728use the @value{GDBN} commands @code{set environment} and @code{unset
1729environment} to change parts of the environment that affect
1730your program. @xref{Environment, ,Your program's environment}.
1731
1732@item The @emph{working directory.}
1733Your program inherits its working directory from @value{GDBN}. You can set
1734the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1735@xref{Working Directory, ,Your program's working directory}.
1736
1737@item The @emph{standard input and output.}
1738Your program normally uses the same device for standard input and
1739standard output as @value{GDBN} is using. You can redirect input and output
1740in the @code{run} command line, or you can use the @code{tty} command to
1741set a different device for your program.
1742@xref{Input/Output, ,Your program's input and output}.
1743
1744@cindex pipes
1745@emph{Warning:} While input and output redirection work, you cannot use
1746pipes to pass the output of the program you are debugging to another
1747program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1748wrong program.
1749@end table
c906108c
SS
1750
1751When you issue the @code{run} command, your program begins to execute
1752immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1753of how to arrange for your program to stop. Once your program has
1754stopped, you may call functions in your program, using the @code{print}
1755or @code{call} commands. @xref{Data, ,Examining Data}.
1756
1757If the modification time of your symbol file has changed since the last
1758time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1759table, and reads it again. When it does this, @value{GDBN} tries to retain
1760your current breakpoints.
1761
4e8b0763
JB
1762@table @code
1763@kindex start
1764@item start
1765@cindex run to main procedure
1766The name of the main procedure can vary from language to language.
1767With C or C@t{++}, the main procedure name is always @code{main}, but
1768other languages such as Ada do not require a specific name for their
1769main procedure. The debugger provides a convenient way to start the
1770execution of the program and to stop at the beginning of the main
1771procedure, depending on the language used.
1772
1773The @samp{start} command does the equivalent of setting a temporary
1774breakpoint at the beginning of the main procedure and then invoking
1775the @samp{run} command.
1776
f018e82f
EZ
1777@cindex elaboration phase
1778Some programs contain an @dfn{elaboration} phase where some startup code is
1779executed before the main procedure is called. This depends on the
1780languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
1781constructors for static and global objects are executed before
1782@code{main} is called. It is therefore possible that the debugger stops
1783before reaching the main procedure. However, the temporary breakpoint
1784will remain to halt execution.
1785
1786Specify the arguments to give to your program as arguments to the
1787@samp{start} command. These arguments will be given verbatim to the
1788underlying @samp{run} command. Note that the same arguments will be
1789reused if no argument is provided during subsequent calls to
1790@samp{start} or @samp{run}.
1791
1792It is sometimes necessary to debug the program during elaboration. In
1793these cases, using the @code{start} command would stop the execution of
1794your program too late, as the program would have already completed the
1795elaboration phase. Under these circumstances, insert breakpoints in your
1796elaboration code before running your program.
1797@end table
1798
6d2ebf8b 1799@node Arguments
c906108c
SS
1800@section Your program's arguments
1801
1802@cindex arguments (to your program)
1803The arguments to your program can be specified by the arguments of the
5d161b24 1804@code{run} command.
c906108c
SS
1805They are passed to a shell, which expands wildcard characters and
1806performs redirection of I/O, and thence to your program. Your
1807@code{SHELL} environment variable (if it exists) specifies what shell
1808@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1809the default shell (@file{/bin/sh} on Unix).
1810
1811On non-Unix systems, the program is usually invoked directly by
1812@value{GDBN}, which emulates I/O redirection via the appropriate system
1813calls, and the wildcard characters are expanded by the startup code of
1814the program, not by the shell.
c906108c
SS
1815
1816@code{run} with no arguments uses the same arguments used by the previous
1817@code{run}, or those set by the @code{set args} command.
1818
c906108c 1819@table @code
41afff9a 1820@kindex set args
c906108c
SS
1821@item set args
1822Specify the arguments to be used the next time your program is run. If
1823@code{set args} has no arguments, @code{run} executes your program
1824with no arguments. Once you have run your program with arguments,
1825using @code{set args} before the next @code{run} is the only way to run
1826it again without arguments.
1827
1828@kindex show args
1829@item show args
1830Show the arguments to give your program when it is started.
1831@end table
1832
6d2ebf8b 1833@node Environment
c906108c
SS
1834@section Your program's environment
1835
1836@cindex environment (of your program)
1837The @dfn{environment} consists of a set of environment variables and
1838their values. Environment variables conventionally record such things as
1839your user name, your home directory, your terminal type, and your search
1840path for programs to run. Usually you set up environment variables with
1841the shell and they are inherited by all the other programs you run. When
1842debugging, it can be useful to try running your program with a modified
1843environment without having to start @value{GDBN} over again.
1844
1845@table @code
1846@kindex path
1847@item path @var{directory}
1848Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1849(the search path for executables) that will be passed to your program.
1850The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1851You may specify several directory names, separated by whitespace or by a
1852system-dependent separator character (@samp{:} on Unix, @samp{;} on
1853MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1854is moved to the front, so it is searched sooner.
c906108c
SS
1855
1856You can use the string @samp{$cwd} to refer to whatever is the current
1857working directory at the time @value{GDBN} searches the path. If you
1858use @samp{.} instead, it refers to the directory where you executed the
1859@code{path} command. @value{GDBN} replaces @samp{.} in the
1860@var{directory} argument (with the current path) before adding
1861@var{directory} to the search path.
1862@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1863@c document that, since repeating it would be a no-op.
1864
1865@kindex show paths
1866@item show paths
1867Display the list of search paths for executables (the @code{PATH}
1868environment variable).
1869
1870@kindex show environment
1871@item show environment @r{[}@var{varname}@r{]}
1872Print the value of environment variable @var{varname} to be given to
1873your program when it starts. If you do not supply @var{varname},
1874print the names and values of all environment variables to be given to
1875your program. You can abbreviate @code{environment} as @code{env}.
1876
1877@kindex set environment
53a5351d 1878@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1879Set environment variable @var{varname} to @var{value}. The value
1880changes for your program only, not for @value{GDBN} itself. @var{value} may
1881be any string; the values of environment variables are just strings, and
1882any interpretation is supplied by your program itself. The @var{value}
1883parameter is optional; if it is eliminated, the variable is set to a
1884null value.
1885@c "any string" here does not include leading, trailing
1886@c blanks. Gnu asks: does anyone care?
1887
1888For example, this command:
1889
474c8240 1890@smallexample
c906108c 1891set env USER = foo
474c8240 1892@end smallexample
c906108c
SS
1893
1894@noindent
d4f3574e 1895tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1896@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1897are not actually required.)
1898
1899@kindex unset environment
1900@item unset environment @var{varname}
1901Remove variable @var{varname} from the environment to be passed to your
1902program. This is different from @samp{set env @var{varname} =};
1903@code{unset environment} removes the variable from the environment,
1904rather than assigning it an empty value.
1905@end table
1906
d4f3574e
SS
1907@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1908the shell indicated
c906108c
SS
1909by your @code{SHELL} environment variable if it exists (or
1910@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1911that runs an initialization file---such as @file{.cshrc} for C-shell, or
1912@file{.bashrc} for BASH---any variables you set in that file affect
1913your program. You may wish to move setting of environment variables to
1914files that are only run when you sign on, such as @file{.login} or
1915@file{.profile}.
1916
6d2ebf8b 1917@node Working Directory
c906108c
SS
1918@section Your program's working directory
1919
1920@cindex working directory (of your program)
1921Each time you start your program with @code{run}, it inherits its
1922working directory from the current working directory of @value{GDBN}.
1923The @value{GDBN} working directory is initially whatever it inherited
1924from its parent process (typically the shell), but you can specify a new
1925working directory in @value{GDBN} with the @code{cd} command.
1926
1927The @value{GDBN} working directory also serves as a default for the commands
1928that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1929specify files}.
1930
1931@table @code
1932@kindex cd
721c2651 1933@cindex change working directory
c906108c
SS
1934@item cd @var{directory}
1935Set the @value{GDBN} working directory to @var{directory}.
1936
1937@kindex pwd
1938@item pwd
1939Print the @value{GDBN} working directory.
1940@end table
1941
60bf7e09
EZ
1942It is generally impossible to find the current working directory of
1943the process being debugged (since a program can change its directory
1944during its run). If you work on a system where @value{GDBN} is
1945configured with the @file{/proc} support, you can use the @code{info
1946proc} command (@pxref{SVR4 Process Information}) to find out the
1947current working directory of the debuggee.
1948
6d2ebf8b 1949@node Input/Output
c906108c
SS
1950@section Your program's input and output
1951
1952@cindex redirection
1953@cindex i/o
1954@cindex terminal
1955By default, the program you run under @value{GDBN} does input and output to
5d161b24 1956the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1957to its own terminal modes to interact with you, but it records the terminal
1958modes your program was using and switches back to them when you continue
1959running your program.
1960
1961@table @code
1962@kindex info terminal
1963@item info terminal
1964Displays information recorded by @value{GDBN} about the terminal modes your
1965program is using.
1966@end table
1967
1968You can redirect your program's input and/or output using shell
1969redirection with the @code{run} command. For example,
1970
474c8240 1971@smallexample
c906108c 1972run > outfile
474c8240 1973@end smallexample
c906108c
SS
1974
1975@noindent
1976starts your program, diverting its output to the file @file{outfile}.
1977
1978@kindex tty
1979@cindex controlling terminal
1980Another way to specify where your program should do input and output is
1981with the @code{tty} command. This command accepts a file name as
1982argument, and causes this file to be the default for future @code{run}
1983commands. It also resets the controlling terminal for the child
1984process, for future @code{run} commands. For example,
1985
474c8240 1986@smallexample
c906108c 1987tty /dev/ttyb
474c8240 1988@end smallexample
c906108c
SS
1989
1990@noindent
1991directs that processes started with subsequent @code{run} commands
1992default to do input and output on the terminal @file{/dev/ttyb} and have
1993that as their controlling terminal.
1994
1995An explicit redirection in @code{run} overrides the @code{tty} command's
1996effect on the input/output device, but not its effect on the controlling
1997terminal.
1998
1999When you use the @code{tty} command or redirect input in the @code{run}
2000command, only the input @emph{for your program} is affected. The input
2001for @value{GDBN} still comes from your terminal.
2002
6d2ebf8b 2003@node Attach
c906108c
SS
2004@section Debugging an already-running process
2005@kindex attach
2006@cindex attach
2007
2008@table @code
2009@item attach @var{process-id}
2010This command attaches to a running process---one that was started
2011outside @value{GDBN}. (@code{info files} shows your active
2012targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2013find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2014or with the @samp{jobs -l} shell command.
2015
2016@code{attach} does not repeat if you press @key{RET} a second time after
2017executing the command.
2018@end table
2019
2020To use @code{attach}, your program must be running in an environment
2021which supports processes; for example, @code{attach} does not work for
2022programs on bare-board targets that lack an operating system. You must
2023also have permission to send the process a signal.
2024
2025When you use @code{attach}, the debugger finds the program running in
2026the process first by looking in the current working directory, then (if
2027the program is not found) by using the source file search path
2028(@pxref{Source Path, ,Specifying source directories}). You can also use
2029the @code{file} command to load the program. @xref{Files, ,Commands to
2030Specify Files}.
2031
2032The first thing @value{GDBN} does after arranging to debug the specified
2033process is to stop it. You can examine and modify an attached process
53a5351d
JM
2034with all the @value{GDBN} commands that are ordinarily available when
2035you start processes with @code{run}. You can insert breakpoints; you
2036can step and continue; you can modify storage. If you would rather the
2037process continue running, you may use the @code{continue} command after
c906108c
SS
2038attaching @value{GDBN} to the process.
2039
2040@table @code
2041@kindex detach
2042@item detach
2043When you have finished debugging the attached process, you can use the
2044@code{detach} command to release it from @value{GDBN} control. Detaching
2045the process continues its execution. After the @code{detach} command,
2046that process and @value{GDBN} become completely independent once more, and you
2047are ready to @code{attach} another process or start one with @code{run}.
2048@code{detach} does not repeat if you press @key{RET} again after
2049executing the command.
2050@end table
2051
2052If you exit @value{GDBN} or use the @code{run} command while you have an
2053attached process, you kill that process. By default, @value{GDBN} asks
2054for confirmation if you try to do either of these things; you can
2055control whether or not you need to confirm by using the @code{set
2056confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2057messages}).
2058
6d2ebf8b 2059@node Kill Process
c906108c 2060@section Killing the child process
c906108c
SS
2061
2062@table @code
2063@kindex kill
2064@item kill
2065Kill the child process in which your program is running under @value{GDBN}.
2066@end table
2067
2068This command is useful if you wish to debug a core dump instead of a
2069running process. @value{GDBN} ignores any core dump file while your program
2070is running.
2071
2072On some operating systems, a program cannot be executed outside @value{GDBN}
2073while you have breakpoints set on it inside @value{GDBN}. You can use the
2074@code{kill} command in this situation to permit running your program
2075outside the debugger.
2076
2077The @code{kill} command is also useful if you wish to recompile and
2078relink your program, since on many systems it is impossible to modify an
2079executable file while it is running in a process. In this case, when you
2080next type @code{run}, @value{GDBN} notices that the file has changed, and
2081reads the symbol table again (while trying to preserve your current
2082breakpoint settings).
2083
6d2ebf8b 2084@node Threads
c906108c 2085@section Debugging programs with multiple threads
c906108c
SS
2086
2087@cindex threads of execution
2088@cindex multiple threads
2089@cindex switching threads
2090In some operating systems, such as HP-UX and Solaris, a single program
2091may have more than one @dfn{thread} of execution. The precise semantics
2092of threads differ from one operating system to another, but in general
2093the threads of a single program are akin to multiple processes---except
2094that they share one address space (that is, they can all examine and
2095modify the same variables). On the other hand, each thread has its own
2096registers and execution stack, and perhaps private memory.
2097
2098@value{GDBN} provides these facilities for debugging multi-thread
2099programs:
2100
2101@itemize @bullet
2102@item automatic notification of new threads
2103@item @samp{thread @var{threadno}}, a command to switch among threads
2104@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2105@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2106a command to apply a command to a list of threads
2107@item thread-specific breakpoints
2108@end itemize
2109
c906108c
SS
2110@quotation
2111@emph{Warning:} These facilities are not yet available on every
2112@value{GDBN} configuration where the operating system supports threads.
2113If your @value{GDBN} does not support threads, these commands have no
2114effect. For example, a system without thread support shows no output
2115from @samp{info threads}, and always rejects the @code{thread} command,
2116like this:
2117
2118@smallexample
2119(@value{GDBP}) info threads
2120(@value{GDBP}) thread 1
2121Thread ID 1 not known. Use the "info threads" command to
2122see the IDs of currently known threads.
2123@end smallexample
2124@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2125@c doesn't support threads"?
2126@end quotation
c906108c
SS
2127
2128@cindex focus of debugging
2129@cindex current thread
2130The @value{GDBN} thread debugging facility allows you to observe all
2131threads while your program runs---but whenever @value{GDBN} takes
2132control, one thread in particular is always the focus of debugging.
2133This thread is called the @dfn{current thread}. Debugging commands show
2134program information from the perspective of the current thread.
2135
41afff9a 2136@cindex @code{New} @var{systag} message
c906108c
SS
2137@cindex thread identifier (system)
2138@c FIXME-implementors!! It would be more helpful if the [New...] message
2139@c included GDB's numeric thread handle, so you could just go to that
2140@c thread without first checking `info threads'.
2141Whenever @value{GDBN} detects a new thread in your program, it displays
2142the target system's identification for the thread with a message in the
2143form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2144whose form varies depending on the particular system. For example, on
2145LynxOS, you might see
2146
474c8240 2147@smallexample
c906108c 2148[New process 35 thread 27]
474c8240 2149@end smallexample
c906108c
SS
2150
2151@noindent
2152when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2153the @var{systag} is simply something like @samp{process 368}, with no
2154further qualifier.
2155
2156@c FIXME!! (1) Does the [New...] message appear even for the very first
2157@c thread of a program, or does it only appear for the
6ca652b0 2158@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2159@c program?
2160@c (2) *Is* there necessarily a first thread always? Or do some
2161@c multithread systems permit starting a program with multiple
5d161b24 2162@c threads ab initio?
c906108c
SS
2163
2164@cindex thread number
2165@cindex thread identifier (GDB)
2166For debugging purposes, @value{GDBN} associates its own thread
2167number---always a single integer---with each thread in your program.
2168
2169@table @code
2170@kindex info threads
2171@item info threads
2172Display a summary of all threads currently in your
2173program. @value{GDBN} displays for each thread (in this order):
2174
2175@enumerate
09d4efe1
EZ
2176@item
2177the thread number assigned by @value{GDBN}
c906108c 2178
09d4efe1
EZ
2179@item
2180the target system's thread identifier (@var{systag})
c906108c 2181
09d4efe1
EZ
2182@item
2183the current stack frame summary for that thread
c906108c
SS
2184@end enumerate
2185
2186@noindent
2187An asterisk @samp{*} to the left of the @value{GDBN} thread number
2188indicates the current thread.
2189
5d161b24 2190For example,
c906108c
SS
2191@end table
2192@c end table here to get a little more width for example
2193
2194@smallexample
2195(@value{GDBP}) info threads
2196 3 process 35 thread 27 0x34e5 in sigpause ()
2197 2 process 35 thread 23 0x34e5 in sigpause ()
2198* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2199 at threadtest.c:68
2200@end smallexample
53a5351d
JM
2201
2202On HP-UX systems:
c906108c 2203
4644b6e3
EZ
2204@cindex debugging multithreaded programs (on HP-UX)
2205@cindex thread identifier (GDB), on HP-UX
c906108c
SS
2206For debugging purposes, @value{GDBN} associates its own thread
2207number---a small integer assigned in thread-creation order---with each
2208thread in your program.
2209
41afff9a
EZ
2210@cindex @code{New} @var{systag} message, on HP-UX
2211@cindex thread identifier (system), on HP-UX
c906108c
SS
2212@c FIXME-implementors!! It would be more helpful if the [New...] message
2213@c included GDB's numeric thread handle, so you could just go to that
2214@c thread without first checking `info threads'.
2215Whenever @value{GDBN} detects a new thread in your program, it displays
2216both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2217form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2218whose form varies depending on the particular system. For example, on
2219HP-UX, you see
2220
474c8240 2221@smallexample
c906108c 2222[New thread 2 (system thread 26594)]
474c8240 2223@end smallexample
c906108c
SS
2224
2225@noindent
5d161b24 2226when @value{GDBN} notices a new thread.
c906108c
SS
2227
2228@table @code
4644b6e3 2229@kindex info threads (HP-UX)
c906108c
SS
2230@item info threads
2231Display a summary of all threads currently in your
2232program. @value{GDBN} displays for each thread (in this order):
2233
2234@enumerate
2235@item the thread number assigned by @value{GDBN}
2236
2237@item the target system's thread identifier (@var{systag})
2238
2239@item the current stack frame summary for that thread
2240@end enumerate
2241
2242@noindent
2243An asterisk @samp{*} to the left of the @value{GDBN} thread number
2244indicates the current thread.
2245
5d161b24 2246For example,
c906108c
SS
2247@end table
2248@c end table here to get a little more width for example
2249
474c8240 2250@smallexample
c906108c 2251(@value{GDBP}) info threads
6d2ebf8b
SS
2252 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2253 at quicksort.c:137
2254 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2255 from /usr/lib/libc.2
2256 1 system thread 27905 0x7b003498 in _brk () \@*
2257 from /usr/lib/libc.2
474c8240 2258@end smallexample
c906108c
SS
2259
2260@table @code
2261@kindex thread @var{threadno}
2262@item thread @var{threadno}
2263Make thread number @var{threadno} the current thread. The command
2264argument @var{threadno} is the internal @value{GDBN} thread number, as
2265shown in the first field of the @samp{info threads} display.
2266@value{GDBN} responds by displaying the system identifier of the thread
2267you selected, and its current stack frame summary:
2268
2269@smallexample
2270@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2271(@value{GDBP}) thread 2
c906108c 2272[Switching to process 35 thread 23]
c906108c
SS
22730x34e5 in sigpause ()
2274@end smallexample
2275
2276@noindent
2277As with the @samp{[New @dots{}]} message, the form of the text after
2278@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2279threads.
c906108c 2280
9c16f35a 2281@kindex thread apply
c906108c
SS
2282@item thread apply [@var{threadno}] [@var{all}] @var{args}
2283The @code{thread apply} command allows you to apply a command to one or
2284more threads. Specify the numbers of the threads that you want affected
2285with the command argument @var{threadno}. @var{threadno} is the internal
2286@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2287threads} display. To apply a command to all threads, use
2288@code{thread apply all} @var{args}.
c906108c
SS
2289@end table
2290
2291@cindex automatic thread selection
2292@cindex switching threads automatically
2293@cindex threads, automatic switching
2294Whenever @value{GDBN} stops your program, due to a breakpoint or a
2295signal, it automatically selects the thread where that breakpoint or
2296signal happened. @value{GDBN} alerts you to the context switch with a
2297message of the form @samp{[Switching to @var{systag}]} to identify the
2298thread.
2299
2300@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2301more information about how @value{GDBN} behaves when you stop and start
2302programs with multiple threads.
2303
2304@xref{Set Watchpoints,,Setting watchpoints}, for information about
2305watchpoints in programs with multiple threads.
c906108c 2306
6d2ebf8b 2307@node Processes
c906108c
SS
2308@section Debugging programs with multiple processes
2309
2310@cindex fork, debugging programs which call
2311@cindex multiple processes
2312@cindex processes, multiple
53a5351d
JM
2313On most systems, @value{GDBN} has no special support for debugging
2314programs which create additional processes using the @code{fork}
2315function. When a program forks, @value{GDBN} will continue to debug the
2316parent process and the child process will run unimpeded. If you have
2317set a breakpoint in any code which the child then executes, the child
2318will get a @code{SIGTRAP} signal which (unless it catches the signal)
2319will cause it to terminate.
c906108c
SS
2320
2321However, if you want to debug the child process there is a workaround
2322which isn't too painful. Put a call to @code{sleep} in the code which
2323the child process executes after the fork. It may be useful to sleep
2324only if a certain environment variable is set, or a certain file exists,
2325so that the delay need not occur when you don't want to run @value{GDBN}
2326on the child. While the child is sleeping, use the @code{ps} program to
2327get its process ID. Then tell @value{GDBN} (a new invocation of
2328@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2329the child process (@pxref{Attach}). From that point on you can debug
c906108c 2330the child process just like any other process which you attached to.
c906108c 2331
b51970ac
DJ
2332On some systems, @value{GDBN} provides support for debugging programs that
2333create additional processes using the @code{fork} or @code{vfork} functions.
2334Currently, the only platforms with this feature are HP-UX (11.x and later
2335only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2336
2337By default, when a program forks, @value{GDBN} will continue to debug
2338the parent process and the child process will run unimpeded.
2339
2340If you want to follow the child process instead of the parent process,
2341use the command @w{@code{set follow-fork-mode}}.
2342
2343@table @code
2344@kindex set follow-fork-mode
2345@item set follow-fork-mode @var{mode}
2346Set the debugger response to a program call of @code{fork} or
2347@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 2348process. The @var{mode} argument can be:
c906108c
SS
2349
2350@table @code
2351@item parent
2352The original process is debugged after a fork. The child process runs
2df3850c 2353unimpeded. This is the default.
c906108c
SS
2354
2355@item child
2356The new process is debugged after a fork. The parent process runs
2357unimpeded.
2358
c906108c
SS
2359@end table
2360
9c16f35a 2361@kindex show follow-fork-mode
c906108c 2362@item show follow-fork-mode
2df3850c 2363Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2364@end table
2365
2366If you ask to debug a child process and a @code{vfork} is followed by an
2367@code{exec}, @value{GDBN} executes the new target up to the first
2368breakpoint in the new target. If you have a breakpoint set on
2369@code{main} in your original program, the breakpoint will also be set on
2370the child process's @code{main}.
2371
2372When a child process is spawned by @code{vfork}, you cannot debug the
2373child or parent until an @code{exec} call completes.
2374
2375If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2376call executes, the new target restarts. To restart the parent process,
2377use the @code{file} command with the parent executable name as its
2378argument.
2379
2380You can use the @code{catch} command to make @value{GDBN} stop whenever
2381a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2382Catchpoints, ,Setting catchpoints}.
c906108c 2383
6d2ebf8b 2384@node Stopping
c906108c
SS
2385@chapter Stopping and Continuing
2386
2387The principal purposes of using a debugger are so that you can stop your
2388program before it terminates; or so that, if your program runs into
2389trouble, you can investigate and find out why.
2390
7a292a7a
SS
2391Inside @value{GDBN}, your program may stop for any of several reasons,
2392such as a signal, a breakpoint, or reaching a new line after a
2393@value{GDBN} command such as @code{step}. You may then examine and
2394change variables, set new breakpoints or remove old ones, and then
2395continue execution. Usually, the messages shown by @value{GDBN} provide
2396ample explanation of the status of your program---but you can also
2397explicitly request this information at any time.
c906108c
SS
2398
2399@table @code
2400@kindex info program
2401@item info program
2402Display information about the status of your program: whether it is
7a292a7a 2403running or not, what process it is, and why it stopped.
c906108c
SS
2404@end table
2405
2406@menu
2407* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2408* Continuing and Stepping:: Resuming execution
c906108c 2409* Signals:: Signals
c906108c 2410* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2411@end menu
2412
6d2ebf8b 2413@node Breakpoints
c906108c
SS
2414@section Breakpoints, watchpoints, and catchpoints
2415
2416@cindex breakpoints
2417A @dfn{breakpoint} makes your program stop whenever a certain point in
2418the program is reached. For each breakpoint, you can add conditions to
2419control in finer detail whether your program stops. You can set
2420breakpoints with the @code{break} command and its variants (@pxref{Set
2421Breaks, ,Setting breakpoints}), to specify the place where your program
2422should stop by line number, function name or exact address in the
2423program.
2424
09d4efe1
EZ
2425On some systems, you can set breakpoints in shared libraries before
2426the executable is run. There is a minor limitation on HP-UX systems:
2427you must wait until the executable is run in order to set breakpoints
2428in shared library routines that are not called directly by the program
2429(for example, routines that are arguments in a @code{pthread_create}
2430call).
c906108c
SS
2431
2432@cindex watchpoints
2433@cindex memory tracing
2434@cindex breakpoint on memory address
2435@cindex breakpoint on variable modification
2436A @dfn{watchpoint} is a special breakpoint that stops your program
2437when the value of an expression changes. You must use a different
2438command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2439watchpoints}), but aside from that, you can manage a watchpoint like
2440any other breakpoint: you enable, disable, and delete both breakpoints
2441and watchpoints using the same commands.
2442
2443You can arrange to have values from your program displayed automatically
2444whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2445Automatic display}.
2446
2447@cindex catchpoints
2448@cindex breakpoint on events
2449A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2450when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2451exception or the loading of a library. As with watchpoints, you use a
2452different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2453catchpoints}), but aside from that, you can manage a catchpoint like any
2454other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2455@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2456
2457@cindex breakpoint numbers
2458@cindex numbers for breakpoints
2459@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2460catchpoint when you create it; these numbers are successive integers
2461starting with one. In many of the commands for controlling various
2462features of breakpoints you use the breakpoint number to say which
2463breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2464@dfn{disabled}; if disabled, it has no effect on your program until you
2465enable it again.
2466
c5394b80
JM
2467@cindex breakpoint ranges
2468@cindex ranges of breakpoints
2469Some @value{GDBN} commands accept a range of breakpoints on which to
2470operate. A breakpoint range is either a single breakpoint number, like
2471@samp{5}, or two such numbers, in increasing order, separated by a
2472hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2473all breakpoint in that range are operated on.
2474
c906108c
SS
2475@menu
2476* Set Breaks:: Setting breakpoints
2477* Set Watchpoints:: Setting watchpoints
2478* Set Catchpoints:: Setting catchpoints
2479* Delete Breaks:: Deleting breakpoints
2480* Disabling:: Disabling breakpoints
2481* Conditions:: Break conditions
2482* Break Commands:: Breakpoint command lists
c906108c 2483* Breakpoint Menus:: Breakpoint menus
d4f3574e 2484* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2485* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2486@end menu
2487
6d2ebf8b 2488@node Set Breaks
c906108c
SS
2489@subsection Setting breakpoints
2490
5d161b24 2491@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2492@c consider in particular declaration with/without initialization.
2493@c
2494@c FIXME 2 is there stuff on this already? break at fun start, already init?
2495
2496@kindex break
41afff9a
EZ
2497@kindex b @r{(@code{break})}
2498@vindex $bpnum@r{, convenience variable}
c906108c
SS
2499@cindex latest breakpoint
2500Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2501@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2502number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2503Vars,, Convenience variables}, for a discussion of what you can do with
2504convenience variables.
2505
2506You have several ways to say where the breakpoint should go.
2507
2508@table @code
2509@item break @var{function}
5d161b24 2510Set a breakpoint at entry to function @var{function}.
c906108c 2511When using source languages that permit overloading of symbols, such as
b37052ae 2512C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2513@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2514
2515@item break +@var{offset}
2516@itemx break -@var{offset}
2517Set a breakpoint some number of lines forward or back from the position
d4f3574e 2518at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2519(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2520
2521@item break @var{linenum}
2522Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2523The current source file is the last file whose source text was printed.
2524The breakpoint will stop your program just before it executes any of the
c906108c
SS
2525code on that line.
2526
2527@item break @var{filename}:@var{linenum}
2528Set a breakpoint at line @var{linenum} in source file @var{filename}.
2529
2530@item break @var{filename}:@var{function}
2531Set a breakpoint at entry to function @var{function} found in file
2532@var{filename}. Specifying a file name as well as a function name is
2533superfluous except when multiple files contain similarly named
2534functions.
2535
2536@item break *@var{address}
2537Set a breakpoint at address @var{address}. You can use this to set
2538breakpoints in parts of your program which do not have debugging
2539information or source files.
2540
2541@item break
2542When called without any arguments, @code{break} sets a breakpoint at
2543the next instruction to be executed in the selected stack frame
2544(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2545innermost, this makes your program stop as soon as control
2546returns to that frame. This is similar to the effect of a
2547@code{finish} command in the frame inside the selected frame---except
2548that @code{finish} does not leave an active breakpoint. If you use
2549@code{break} without an argument in the innermost frame, @value{GDBN} stops
2550the next time it reaches the current location; this may be useful
2551inside loops.
2552
2553@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2554least one instruction has been executed. If it did not do this, you
2555would be unable to proceed past a breakpoint without first disabling the
2556breakpoint. This rule applies whether or not the breakpoint already
2557existed when your program stopped.
2558
2559@item break @dots{} if @var{cond}
2560Set a breakpoint with condition @var{cond}; evaluate the expression
2561@var{cond} each time the breakpoint is reached, and stop only if the
2562value is nonzero---that is, if @var{cond} evaluates as true.
2563@samp{@dots{}} stands for one of the possible arguments described
2564above (or no argument) specifying where to break. @xref{Conditions,
2565,Break conditions}, for more information on breakpoint conditions.
2566
2567@kindex tbreak
2568@item tbreak @var{args}
2569Set a breakpoint enabled only for one stop. @var{args} are the
2570same as for the @code{break} command, and the breakpoint is set in the same
2571way, but the breakpoint is automatically deleted after the first time your
2572program stops there. @xref{Disabling, ,Disabling breakpoints}.
2573
c906108c
SS
2574@kindex hbreak
2575@item hbreak @var{args}
d4f3574e
SS
2576Set a hardware-assisted breakpoint. @var{args} are the same as for the
2577@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2578breakpoint requires hardware support and some target hardware may not
2579have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2580debugging, so you can set a breakpoint at an instruction without
2581changing the instruction. This can be used with the new trap-generation
09d4efe1 2582provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
2583will generate traps when a program accesses some data or instruction
2584address that is assigned to the debug registers. However the hardware
2585breakpoint registers can take a limited number of breakpoints. For
2586example, on the DSU, only two data breakpoints can be set at a time, and
2587@value{GDBN} will reject this command if more than two are used. Delete
2588or disable unused hardware breakpoints before setting new ones
2589(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
9c16f35a
EZ
2590For remote targets, you can restrict the number of hardware
2591breakpoints @value{GDBN} will use, see @ref{set remote
2592hardware-breakpoint-limit}.
501eef12 2593
c906108c
SS
2594
2595@kindex thbreak
2596@item thbreak @var{args}
2597Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2598are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2599the same way. However, like the @code{tbreak} command,
c906108c
SS
2600the breakpoint is automatically deleted after the
2601first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2602command, the breakpoint requires hardware support and some target hardware
2603may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2604See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2605
2606@kindex rbreak
2607@cindex regular expression
2608@item rbreak @var{regex}
c906108c 2609Set breakpoints on all functions matching the regular expression
11cf8741
JM
2610@var{regex}. This command sets an unconditional breakpoint on all
2611matches, printing a list of all breakpoints it set. Once these
2612breakpoints are set, they are treated just like the breakpoints set with
2613the @code{break} command. You can delete them, disable them, or make
2614them conditional the same way as any other breakpoint.
2615
2616The syntax of the regular expression is the standard one used with tools
2617like @file{grep}. Note that this is different from the syntax used by
2618shells, so for instance @code{foo*} matches all functions that include
2619an @code{fo} followed by zero or more @code{o}s. There is an implicit
2620@code{.*} leading and trailing the regular expression you supply, so to
2621match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2622
f7dc1244 2623@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 2624When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2625breakpoints on overloaded functions that are not members of any special
2626classes.
c906108c 2627
f7dc1244
EZ
2628@cindex set breakpoints on all functions
2629The @code{rbreak} command can be used to set breakpoints in
2630@strong{all} the functions in a program, like this:
2631
2632@smallexample
2633(@value{GDBP}) rbreak .
2634@end smallexample
2635
c906108c
SS
2636@kindex info breakpoints
2637@cindex @code{$_} and @code{info breakpoints}
2638@item info breakpoints @r{[}@var{n}@r{]}
2639@itemx info break @r{[}@var{n}@r{]}
2640@itemx info watchpoints @r{[}@var{n}@r{]}
2641Print a table of all breakpoints, watchpoints, and catchpoints set and
2642not deleted, with the following columns for each breakpoint:
2643
2644@table @emph
2645@item Breakpoint Numbers
2646@item Type
2647Breakpoint, watchpoint, or catchpoint.
2648@item Disposition
2649Whether the breakpoint is marked to be disabled or deleted when hit.
2650@item Enabled or Disabled
2651Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2652that are not enabled.
2653@item Address
2650777c
JJ
2654Where the breakpoint is in your program, as a memory address. If the
2655breakpoint is pending (see below for details) on a future load of a shared library, the address
2656will be listed as @samp{<PENDING>}.
c906108c
SS
2657@item What
2658Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2659line number. For a pending breakpoint, the original string passed to
2660the breakpoint command will be listed as it cannot be resolved until
2661the appropriate shared library is loaded in the future.
c906108c
SS
2662@end table
2663
2664@noindent
2665If a breakpoint is conditional, @code{info break} shows the condition on
2666the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2667are listed after that. A pending breakpoint is allowed to have a condition
2668specified for it. The condition is not parsed for validity until a shared
2669library is loaded that allows the pending breakpoint to resolve to a
2670valid location.
c906108c
SS
2671
2672@noindent
2673@code{info break} with a breakpoint
2674number @var{n} as argument lists only that breakpoint. The
2675convenience variable @code{$_} and the default examining-address for
2676the @code{x} command are set to the address of the last breakpoint
5d161b24 2677listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2678
2679@noindent
2680@code{info break} displays a count of the number of times the breakpoint
2681has been hit. This is especially useful in conjunction with the
2682@code{ignore} command. You can ignore a large number of breakpoint
2683hits, look at the breakpoint info to see how many times the breakpoint
2684was hit, and then run again, ignoring one less than that number. This
2685will get you quickly to the last hit of that breakpoint.
2686@end table
2687
2688@value{GDBN} allows you to set any number of breakpoints at the same place in
2689your program. There is nothing silly or meaningless about this. When
2690the breakpoints are conditional, this is even useful
2691(@pxref{Conditions, ,Break conditions}).
2692
2650777c 2693@cindex pending breakpoints
dd79a6cf
JJ
2694If a specified breakpoint location cannot be found, it may be due to the fact
2695that the location is in a shared library that is yet to be loaded. In such
2696a case, you may want @value{GDBN} to create a special breakpoint (known as
2697a @dfn{pending breakpoint}) that
2698attempts to resolve itself in the future when an appropriate shared library
2699gets loaded.
2700
2701Pending breakpoints are useful to set at the start of your
2650777c
JJ
2702@value{GDBN} session for locations that you know will be dynamically loaded
2703later by the program being debugged. When shared libraries are loaded,
dd79a6cf
JJ
2704a check is made to see if the load resolves any pending breakpoint locations.
2705If a pending breakpoint location gets resolved,
2706a regular breakpoint is created and the original pending breakpoint is removed.
2707
2708@value{GDBN} provides some additional commands for controlling pending
2709breakpoint support:
2710
2711@kindex set breakpoint pending
2712@kindex show breakpoint pending
2713@table @code
2714@item set breakpoint pending auto
2715This is the default behavior. When @value{GDBN} cannot find the breakpoint
2716location, it queries you whether a pending breakpoint should be created.
2717
2718@item set breakpoint pending on
2719This indicates that an unrecognized breakpoint location should automatically
2720result in a pending breakpoint being created.
2721
2722@item set breakpoint pending off
2723This indicates that pending breakpoints are not to be created. Any
2724unrecognized breakpoint location results in an error. This setting does
2725not affect any pending breakpoints previously created.
2726
2727@item show breakpoint pending
2728Show the current behavior setting for creating pending breakpoints.
2729@end table
2650777c 2730
649e03f6
RM
2731@cindex operations allowed on pending breakpoints
2732Normal breakpoint operations apply to pending breakpoints as well. You may
2733specify a condition for a pending breakpoint and/or commands to run when the
2650777c
JJ
2734breakpoint is reached. You can also enable or disable
2735the pending breakpoint. When you specify a condition for a pending breakpoint,
2736the parsing of the condition will be deferred until the point where the
2737pending breakpoint location is resolved. Disabling a pending breakpoint
2738tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2739shared library load. When a pending breakpoint is re-enabled,
649e03f6 2740@value{GDBN} checks to see if the location is already resolved.
2650777c
JJ
2741This is done because any number of shared library loads could have
2742occurred since the time the breakpoint was disabled and one or more
2743of these loads could resolve the location.
2744
c906108c
SS
2745@cindex negative breakpoint numbers
2746@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2747@value{GDBN} itself sometimes sets breakpoints in your program for
2748special purposes, such as proper handling of @code{longjmp} (in C
2749programs). These internal breakpoints are assigned negative numbers,
2750starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2751You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2752@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2753
2754
6d2ebf8b 2755@node Set Watchpoints
c906108c
SS
2756@subsection Setting watchpoints
2757
2758@cindex setting watchpoints
c906108c
SS
2759You can use a watchpoint to stop execution whenever the value of an
2760expression changes, without having to predict a particular place where
2761this may happen.
2762
82f2d802
EZ
2763@cindex software watchpoints
2764@cindex hardware watchpoints
c906108c 2765Depending on your system, watchpoints may be implemented in software or
2df3850c 2766hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2767program and testing the variable's value each time, which is hundreds of
2768times slower than normal execution. (But this may still be worth it, to
2769catch errors where you have no clue what part of your program is the
2770culprit.)
2771
82f2d802
EZ
2772On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2773x86-based targets, @value{GDBN} includes support for hardware
2774watchpoints, which do not slow down the running of your program.
c906108c
SS
2775
2776@table @code
2777@kindex watch
2778@item watch @var{expr}
2779Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2780is written into by the program and its value changes.
2781
2782@kindex rwatch
2783@item rwatch @var{expr}
09d4efe1
EZ
2784Set a watchpoint that will break when the value of @var{expr} is read
2785by the program.
c906108c
SS
2786
2787@kindex awatch
2788@item awatch @var{expr}
09d4efe1
EZ
2789Set a watchpoint that will break when @var{expr} is either read from
2790or written into by the program.
c906108c
SS
2791
2792@kindex info watchpoints
2793@item info watchpoints
2794This command prints a list of watchpoints, breakpoints, and catchpoints;
09d4efe1 2795it is the same as @code{info break} (@pxref{Set Breaks}).
c906108c
SS
2796@end table
2797
2798@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2799watchpoints execute very quickly, and the debugger reports a change in
2800value at the exact instruction where the change occurs. If @value{GDBN}
2801cannot set a hardware watchpoint, it sets a software watchpoint, which
2802executes more slowly and reports the change in value at the next
82f2d802
EZ
2803@emph{statement}, not the instruction, after the change occurs.
2804
2805@vindex can-use-hw-watchpoints
2806@cindex use only software watchpoints
2807You can force @value{GDBN} to use only software watchpoints with the
2808@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2809zero, @value{GDBN} will never try to use hardware watchpoints, even if
2810the underlying system supports them. (Note that hardware-assisted
2811watchpoints that were set @emph{before} setting
2812@code{can-use-hw-watchpoints} to zero will still use the hardware
2813mechanism of watching expressiion values.)
c906108c 2814
9c16f35a
EZ
2815@table @code
2816@item set can-use-hw-watchpoints
2817@kindex set can-use-hw-watchpoints
2818Set whether or not to use hardware watchpoints.
2819
2820@item show can-use-hw-watchpoints
2821@kindex show can-use-hw-watchpoints
2822Show the current mode of using hardware watchpoints.
2823@end table
2824
2825For remote targets, you can restrict the number of hardware
2826watchpoints @value{GDBN} will use, see @ref{set remote
2827hardware-breakpoint-limit}.
2828
c906108c
SS
2829When you issue the @code{watch} command, @value{GDBN} reports
2830
474c8240 2831@smallexample
c906108c 2832Hardware watchpoint @var{num}: @var{expr}
474c8240 2833@end smallexample
c906108c
SS
2834
2835@noindent
2836if it was able to set a hardware watchpoint.
2837
7be570e7
JM
2838Currently, the @code{awatch} and @code{rwatch} commands can only set
2839hardware watchpoints, because accesses to data that don't change the
2840value of the watched expression cannot be detected without examining
2841every instruction as it is being executed, and @value{GDBN} does not do
2842that currently. If @value{GDBN} finds that it is unable to set a
2843hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2844will print a message like this:
2845
2846@smallexample
2847Expression cannot be implemented with read/access watchpoint.
2848@end smallexample
2849
2850Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2851data type of the watched expression is wider than what a hardware
2852watchpoint on the target machine can handle. For example, some systems
2853can only watch regions that are up to 4 bytes wide; on such systems you
2854cannot set hardware watchpoints for an expression that yields a
2855double-precision floating-point number (which is typically 8 bytes
2856wide). As a work-around, it might be possible to break the large region
2857into a series of smaller ones and watch them with separate watchpoints.
2858
2859If you set too many hardware watchpoints, @value{GDBN} might be unable
2860to insert all of them when you resume the execution of your program.
2861Since the precise number of active watchpoints is unknown until such
2862time as the program is about to be resumed, @value{GDBN} might not be
2863able to warn you about this when you set the watchpoints, and the
2864warning will be printed only when the program is resumed:
2865
2866@smallexample
2867Hardware watchpoint @var{num}: Could not insert watchpoint
2868@end smallexample
2869
2870@noindent
2871If this happens, delete or disable some of the watchpoints.
2872
2873The SPARClite DSU will generate traps when a program accesses some data
2874or instruction address that is assigned to the debug registers. For the
2875data addresses, DSU facilitates the @code{watch} command. However the
2876hardware breakpoint registers can only take two data watchpoints, and
2877both watchpoints must be the same kind. For example, you can set two
2878watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2879@strong{or} two with @code{awatch} commands, but you cannot set one
2880watchpoint with one command and the other with a different command.
c906108c
SS
2881@value{GDBN} will reject the command if you try to mix watchpoints.
2882Delete or disable unused watchpoint commands before setting new ones.
2883
2884If you call a function interactively using @code{print} or @code{call},
2df3850c 2885any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2886kind of breakpoint or the call completes.
2887
7be570e7
JM
2888@value{GDBN} automatically deletes watchpoints that watch local
2889(automatic) variables, or expressions that involve such variables, when
2890they go out of scope, that is, when the execution leaves the block in
2891which these variables were defined. In particular, when the program
2892being debugged terminates, @emph{all} local variables go out of scope,
2893and so only watchpoints that watch global variables remain set. If you
2894rerun the program, you will need to set all such watchpoints again. One
2895way of doing that would be to set a code breakpoint at the entry to the
2896@code{main} function and when it breaks, set all the watchpoints.
2897
c906108c
SS
2898@quotation
2899@cindex watchpoints and threads
2900@cindex threads and watchpoints
c906108c
SS
2901@emph{Warning:} In multi-thread programs, watchpoints have only limited
2902usefulness. With the current watchpoint implementation, @value{GDBN}
2903can only watch the value of an expression @emph{in a single thread}. If
2904you are confident that the expression can only change due to the current
2905thread's activity (and if you are also confident that no other thread
2906can become current), then you can use watchpoints as usual. However,
2907@value{GDBN} may not notice when a non-current thread's activity changes
2908the expression.
53a5351d 2909
d4f3574e 2910@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2911@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2912have only limited usefulness. If @value{GDBN} creates a software
2913watchpoint, it can only watch the value of an expression @emph{in a
2914single thread}. If you are confident that the expression can only
2915change due to the current thread's activity (and if you are also
2916confident that no other thread can become current), then you can use
2917software watchpoints as usual. However, @value{GDBN} may not notice
2918when a non-current thread's activity changes the expression. (Hardware
2919watchpoints, in contrast, watch an expression in all threads.)
c906108c 2920@end quotation
c906108c 2921
501eef12
AC
2922@xref{set remote hardware-watchpoint-limit}.
2923
6d2ebf8b 2924@node Set Catchpoints
c906108c 2925@subsection Setting catchpoints
d4f3574e 2926@cindex catchpoints, setting
c906108c
SS
2927@cindex exception handlers
2928@cindex event handling
2929
2930You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2931kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2932shared library. Use the @code{catch} command to set a catchpoint.
2933
2934@table @code
2935@kindex catch
2936@item catch @var{event}
2937Stop when @var{event} occurs. @var{event} can be any of the following:
2938@table @code
2939@item throw
4644b6e3 2940@cindex stop on C@t{++} exceptions
b37052ae 2941The throwing of a C@t{++} exception.
c906108c
SS
2942
2943@item catch
b37052ae 2944The catching of a C@t{++} exception.
c906108c
SS
2945
2946@item exec
4644b6e3 2947@cindex break on fork/exec
c906108c
SS
2948A call to @code{exec}. This is currently only available for HP-UX.
2949
2950@item fork
c906108c
SS
2951A call to @code{fork}. This is currently only available for HP-UX.
2952
2953@item vfork
c906108c
SS
2954A call to @code{vfork}. This is currently only available for HP-UX.
2955
2956@item load
2957@itemx load @var{libname}
4644b6e3 2958@cindex break on load/unload of shared library
c906108c
SS
2959The dynamic loading of any shared library, or the loading of the library
2960@var{libname}. This is currently only available for HP-UX.
2961
2962@item unload
2963@itemx unload @var{libname}
c906108c
SS
2964The unloading of any dynamically loaded shared library, or the unloading
2965of the library @var{libname}. This is currently only available for HP-UX.
2966@end table
2967
2968@item tcatch @var{event}
2969Set a catchpoint that is enabled only for one stop. The catchpoint is
2970automatically deleted after the first time the event is caught.
2971
2972@end table
2973
2974Use the @code{info break} command to list the current catchpoints.
2975
b37052ae 2976There are currently some limitations to C@t{++} exception handling
c906108c
SS
2977(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2978
2979@itemize @bullet
2980@item
2981If you call a function interactively, @value{GDBN} normally returns
2982control to you when the function has finished executing. If the call
2983raises an exception, however, the call may bypass the mechanism that
2984returns control to you and cause your program either to abort or to
2985simply continue running until it hits a breakpoint, catches a signal
2986that @value{GDBN} is listening for, or exits. This is the case even if
2987you set a catchpoint for the exception; catchpoints on exceptions are
2988disabled within interactive calls.
2989
2990@item
2991You cannot raise an exception interactively.
2992
2993@item
2994You cannot install an exception handler interactively.
2995@end itemize
2996
2997@cindex raise exceptions
2998Sometimes @code{catch} is not the best way to debug exception handling:
2999if you need to know exactly where an exception is raised, it is better to
3000stop @emph{before} the exception handler is called, since that way you
3001can see the stack before any unwinding takes place. If you set a
3002breakpoint in an exception handler instead, it may not be easy to find
3003out where the exception was raised.
3004
3005To stop just before an exception handler is called, you need some
b37052ae 3006knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
3007raised by calling a library function named @code{__raise_exception}
3008which has the following ANSI C interface:
3009
474c8240 3010@smallexample
c906108c 3011 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
3012 @var{id} is the exception identifier. */
3013 void __raise_exception (void **addr, void *id);
474c8240 3014@end smallexample
c906108c
SS
3015
3016@noindent
3017To make the debugger catch all exceptions before any stack
3018unwinding takes place, set a breakpoint on @code{__raise_exception}
3019(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3020
3021With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3022that depends on the value of @var{id}, you can stop your program when
3023a specific exception is raised. You can use multiple conditional
3024breakpoints to stop your program when any of a number of exceptions are
3025raised.
3026
3027
6d2ebf8b 3028@node Delete Breaks
c906108c
SS
3029@subsection Deleting breakpoints
3030
3031@cindex clearing breakpoints, watchpoints, catchpoints
3032@cindex deleting breakpoints, watchpoints, catchpoints
3033It is often necessary to eliminate a breakpoint, watchpoint, or
3034catchpoint once it has done its job and you no longer want your program
3035to stop there. This is called @dfn{deleting} the breakpoint. A
3036breakpoint that has been deleted no longer exists; it is forgotten.
3037
3038With the @code{clear} command you can delete breakpoints according to
3039where they are in your program. With the @code{delete} command you can
3040delete individual breakpoints, watchpoints, or catchpoints by specifying
3041their breakpoint numbers.
3042
3043It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3044automatically ignores breakpoints on the first instruction to be executed
3045when you continue execution without changing the execution address.
3046
3047@table @code
3048@kindex clear
3049@item clear
3050Delete any breakpoints at the next instruction to be executed in the
3051selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3052the innermost frame is selected, this is a good way to delete a
3053breakpoint where your program just stopped.
3054
3055@item clear @var{function}
3056@itemx clear @var{filename}:@var{function}
09d4efe1 3057Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
3058
3059@item clear @var{linenum}
3060@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
3061Delete any breakpoints set at or within the code of the specified
3062@var{linenum} of the specified @var{filename}.
c906108c
SS
3063
3064@cindex delete breakpoints
3065@kindex delete
41afff9a 3066@kindex d @r{(@code{delete})}
c5394b80
JM
3067@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3068Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3069ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
3070breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3071confirm off}). You can abbreviate this command as @code{d}.
3072@end table
3073
6d2ebf8b 3074@node Disabling
c906108c
SS
3075@subsection Disabling breakpoints
3076
4644b6e3 3077@cindex enable/disable a breakpoint
c906108c
SS
3078Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3079prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3080it had been deleted, but remembers the information on the breakpoint so
3081that you can @dfn{enable} it again later.
3082
3083You disable and enable breakpoints, watchpoints, and catchpoints with
3084the @code{enable} and @code{disable} commands, optionally specifying one
3085or more breakpoint numbers as arguments. Use @code{info break} or
3086@code{info watch} to print a list of breakpoints, watchpoints, and
3087catchpoints if you do not know which numbers to use.
3088
3089A breakpoint, watchpoint, or catchpoint can have any of four different
3090states of enablement:
3091
3092@itemize @bullet
3093@item
3094Enabled. The breakpoint stops your program. A breakpoint set
3095with the @code{break} command starts out in this state.
3096@item
3097Disabled. The breakpoint has no effect on your program.
3098@item
3099Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3100disabled.
c906108c
SS
3101@item
3102Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3103immediately after it does so it is deleted permanently. A breakpoint
3104set with the @code{tbreak} command starts out in this state.
c906108c
SS
3105@end itemize
3106
3107You can use the following commands to enable or disable breakpoints,
3108watchpoints, and catchpoints:
3109
3110@table @code
c906108c 3111@kindex disable
41afff9a 3112@kindex dis @r{(@code{disable})}
c5394b80 3113@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3114Disable the specified breakpoints---or all breakpoints, if none are
3115listed. A disabled breakpoint has no effect but is not forgotten. All
3116options such as ignore-counts, conditions and commands are remembered in
3117case the breakpoint is enabled again later. You may abbreviate
3118@code{disable} as @code{dis}.
3119
c906108c 3120@kindex enable
c5394b80 3121@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3122Enable the specified breakpoints (or all defined breakpoints). They
3123become effective once again in stopping your program.
3124
c5394b80 3125@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3126Enable the specified breakpoints temporarily. @value{GDBN} disables any
3127of these breakpoints immediately after stopping your program.
3128
c5394b80 3129@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3130Enable the specified breakpoints to work once, then die. @value{GDBN}
3131deletes any of these breakpoints as soon as your program stops there.
09d4efe1 3132Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
3133@end table
3134
d4f3574e
SS
3135@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3136@c confusing: tbreak is also initially enabled.
c906108c
SS
3137Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3138,Setting breakpoints}), breakpoints that you set are initially enabled;
3139subsequently, they become disabled or enabled only when you use one of
3140the commands above. (The command @code{until} can set and delete a
3141breakpoint of its own, but it does not change the state of your other
3142breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3143stepping}.)
3144
6d2ebf8b 3145@node Conditions
c906108c
SS
3146@subsection Break conditions
3147@cindex conditional breakpoints
3148@cindex breakpoint conditions
3149
3150@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3151@c in particular for a watchpoint?
c906108c
SS
3152The simplest sort of breakpoint breaks every time your program reaches a
3153specified place. You can also specify a @dfn{condition} for a
3154breakpoint. A condition is just a Boolean expression in your
3155programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3156a condition evaluates the expression each time your program reaches it,
3157and your program stops only if the condition is @emph{true}.
3158
3159This is the converse of using assertions for program validation; in that
3160situation, you want to stop when the assertion is violated---that is,
3161when the condition is false. In C, if you want to test an assertion expressed
3162by the condition @var{assert}, you should set the condition
3163@samp{! @var{assert}} on the appropriate breakpoint.
3164
3165Conditions are also accepted for watchpoints; you may not need them,
3166since a watchpoint is inspecting the value of an expression anyhow---but
3167it might be simpler, say, to just set a watchpoint on a variable name,
3168and specify a condition that tests whether the new value is an interesting
3169one.
3170
3171Break conditions can have side effects, and may even call functions in
3172your program. This can be useful, for example, to activate functions
3173that log program progress, or to use your own print functions to
3174format special data structures. The effects are completely predictable
3175unless there is another enabled breakpoint at the same address. (In
3176that case, @value{GDBN} might see the other breakpoint first and stop your
3177program without checking the condition of this one.) Note that
d4f3574e
SS
3178breakpoint commands are usually more convenient and flexible than break
3179conditions for the
c906108c
SS
3180purpose of performing side effects when a breakpoint is reached
3181(@pxref{Break Commands, ,Breakpoint command lists}).
3182
3183Break conditions can be specified when a breakpoint is set, by using
3184@samp{if} in the arguments to the @code{break} command. @xref{Set
3185Breaks, ,Setting breakpoints}. They can also be changed at any time
3186with the @code{condition} command.
53a5351d 3187
c906108c
SS
3188You can also use the @code{if} keyword with the @code{watch} command.
3189The @code{catch} command does not recognize the @code{if} keyword;
3190@code{condition} is the only way to impose a further condition on a
3191catchpoint.
c906108c
SS
3192
3193@table @code
3194@kindex condition
3195@item condition @var{bnum} @var{expression}
3196Specify @var{expression} as the break condition for breakpoint,
3197watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3198breakpoint @var{bnum} stops your program only if the value of
3199@var{expression} is true (nonzero, in C). When you use
3200@code{condition}, @value{GDBN} checks @var{expression} immediately for
3201syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3202referents in the context of your breakpoint. If @var{expression} uses
3203symbols not referenced in the context of the breakpoint, @value{GDBN}
3204prints an error message:
3205
474c8240 3206@smallexample
d4f3574e 3207No symbol "foo" in current context.
474c8240 3208@end smallexample
d4f3574e
SS
3209
3210@noindent
c906108c
SS
3211@value{GDBN} does
3212not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3213command (or a command that sets a breakpoint with a condition, like
3214@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3215
3216@item condition @var{bnum}
3217Remove the condition from breakpoint number @var{bnum}. It becomes
3218an ordinary unconditional breakpoint.
3219@end table
3220
3221@cindex ignore count (of breakpoint)
3222A special case of a breakpoint condition is to stop only when the
3223breakpoint has been reached a certain number of times. This is so
3224useful that there is a special way to do it, using the @dfn{ignore
3225count} of the breakpoint. Every breakpoint has an ignore count, which
3226is an integer. Most of the time, the ignore count is zero, and
3227therefore has no effect. But if your program reaches a breakpoint whose
3228ignore count is positive, then instead of stopping, it just decrements
3229the ignore count by one and continues. As a result, if the ignore count
3230value is @var{n}, the breakpoint does not stop the next @var{n} times
3231your program reaches it.
3232
3233@table @code
3234@kindex ignore
3235@item ignore @var{bnum} @var{count}
3236Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3237The next @var{count} times the breakpoint is reached, your program's
3238execution does not stop; other than to decrement the ignore count, @value{GDBN}
3239takes no action.
3240
3241To make the breakpoint stop the next time it is reached, specify
3242a count of zero.
3243
3244When you use @code{continue} to resume execution of your program from a
3245breakpoint, you can specify an ignore count directly as an argument to
3246@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3247Stepping,,Continuing and stepping}.
3248
3249If a breakpoint has a positive ignore count and a condition, the
3250condition is not checked. Once the ignore count reaches zero,
3251@value{GDBN} resumes checking the condition.
3252
3253You could achieve the effect of the ignore count with a condition such
3254as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3255is decremented each time. @xref{Convenience Vars, ,Convenience
3256variables}.
3257@end table
3258
3259Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3260
3261
6d2ebf8b 3262@node Break Commands
c906108c
SS
3263@subsection Breakpoint command lists
3264
3265@cindex breakpoint commands
3266You can give any breakpoint (or watchpoint or catchpoint) a series of
3267commands to execute when your program stops due to that breakpoint. For
3268example, you might want to print the values of certain expressions, or
3269enable other breakpoints.
3270
3271@table @code
3272@kindex commands
3273@kindex end
3274@item commands @r{[}@var{bnum}@r{]}
3275@itemx @dots{} @var{command-list} @dots{}
3276@itemx end
3277Specify a list of commands for breakpoint number @var{bnum}. The commands
3278themselves appear on the following lines. Type a line containing just
3279@code{end} to terminate the commands.
3280
3281To remove all commands from a breakpoint, type @code{commands} and
3282follow it immediately with @code{end}; that is, give no commands.
3283
3284With no @var{bnum} argument, @code{commands} refers to the last
3285breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3286recently encountered).
3287@end table
3288
3289Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3290disabled within a @var{command-list}.
3291
3292You can use breakpoint commands to start your program up again. Simply
3293use the @code{continue} command, or @code{step}, or any other command
3294that resumes execution.
3295
3296Any other commands in the command list, after a command that resumes
3297execution, are ignored. This is because any time you resume execution
3298(even with a simple @code{next} or @code{step}), you may encounter
3299another breakpoint---which could have its own command list, leading to
3300ambiguities about which list to execute.
3301
3302@kindex silent
3303If the first command you specify in a command list is @code{silent}, the
3304usual message about stopping at a breakpoint is not printed. This may
3305be desirable for breakpoints that are to print a specific message and
3306then continue. If none of the remaining commands print anything, you
3307see no sign that the breakpoint was reached. @code{silent} is
3308meaningful only at the beginning of a breakpoint command list.
3309
3310The commands @code{echo}, @code{output}, and @code{printf} allow you to
3311print precisely controlled output, and are often useful in silent
3312breakpoints. @xref{Output, ,Commands for controlled output}.
3313
3314For example, here is how you could use breakpoint commands to print the
3315value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3316
474c8240 3317@smallexample
c906108c
SS
3318break foo if x>0
3319commands
3320silent
3321printf "x is %d\n",x
3322cont
3323end
474c8240 3324@end smallexample
c906108c
SS
3325
3326One application for breakpoint commands is to compensate for one bug so
3327you can test for another. Put a breakpoint just after the erroneous line
3328of code, give it a condition to detect the case in which something
3329erroneous has been done, and give it commands to assign correct values
3330to any variables that need them. End with the @code{continue} command
3331so that your program does not stop, and start with the @code{silent}
3332command so that no output is produced. Here is an example:
3333
474c8240 3334@smallexample
c906108c
SS
3335break 403
3336commands
3337silent
3338set x = y + 4
3339cont
3340end
474c8240 3341@end smallexample
c906108c 3342
6d2ebf8b 3343@node Breakpoint Menus
c906108c
SS
3344@subsection Breakpoint menus
3345@cindex overloading
3346@cindex symbol overloading
3347
b383017d 3348Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3349single function name
c906108c
SS
3350to be defined several times, for application in different contexts.
3351This is called @dfn{overloading}. When a function name is overloaded,
3352@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3353a breakpoint. If you realize this is a problem, you can use
3354something like @samp{break @var{function}(@var{types})} to specify which
3355particular version of the function you want. Otherwise, @value{GDBN} offers
3356you a menu of numbered choices for different possible breakpoints, and
3357waits for your selection with the prompt @samp{>}. The first two
3358options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3359sets a breakpoint at each definition of @var{function}, and typing
3360@kbd{0} aborts the @code{break} command without setting any new
3361breakpoints.
3362
3363For example, the following session excerpt shows an attempt to set a
3364breakpoint at the overloaded symbol @code{String::after}.
3365We choose three particular definitions of that function name:
3366
3367@c FIXME! This is likely to change to show arg type lists, at least
3368@smallexample
3369@group
3370(@value{GDBP}) b String::after
3371[0] cancel
3372[1] all
3373[2] file:String.cc; line number:867
3374[3] file:String.cc; line number:860
3375[4] file:String.cc; line number:875
3376[5] file:String.cc; line number:853
3377[6] file:String.cc; line number:846
3378[7] file:String.cc; line number:735
3379> 2 4 6
3380Breakpoint 1 at 0xb26c: file String.cc, line 867.
3381Breakpoint 2 at 0xb344: file String.cc, line 875.
3382Breakpoint 3 at 0xafcc: file String.cc, line 846.
3383Multiple breakpoints were set.
3384Use the "delete" command to delete unwanted
3385 breakpoints.
3386(@value{GDBP})
3387@end group
3388@end smallexample
c906108c
SS
3389
3390@c @ifclear BARETARGET
6d2ebf8b 3391@node Error in Breakpoints
d4f3574e 3392@subsection ``Cannot insert breakpoints''
c906108c
SS
3393@c
3394@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3395@c
d4f3574e
SS
3396Under some operating systems, breakpoints cannot be used in a program if
3397any other process is running that program. In this situation,
5d161b24 3398attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3399@value{GDBN} to print an error message:
3400
474c8240 3401@smallexample
d4f3574e
SS
3402Cannot insert breakpoints.
3403The same program may be running in another process.
474c8240 3404@end smallexample
d4f3574e
SS
3405
3406When this happens, you have three ways to proceed:
3407
3408@enumerate
3409@item
3410Remove or disable the breakpoints, then continue.
3411
3412@item
5d161b24 3413Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3414name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3415that @value{GDBN} should run your program under that name.
d4f3574e
SS
3416Then start your program again.
3417
3418@item
3419Relink your program so that the text segment is nonsharable, using the
3420linker option @samp{-N}. The operating system limitation may not apply
3421to nonsharable executables.
3422@end enumerate
c906108c
SS
3423@c @end ifclear
3424
d4f3574e
SS
3425A similar message can be printed if you request too many active
3426hardware-assisted breakpoints and watchpoints:
3427
3428@c FIXME: the precise wording of this message may change; the relevant
3429@c source change is not committed yet (Sep 3, 1999).
3430@smallexample
3431Stopped; cannot insert breakpoints.
3432You may have requested too many hardware breakpoints and watchpoints.
3433@end smallexample
3434
3435@noindent
3436This message is printed when you attempt to resume the program, since
3437only then @value{GDBN} knows exactly how many hardware breakpoints and
3438watchpoints it needs to insert.
3439
3440When this message is printed, you need to disable or remove some of the
3441hardware-assisted breakpoints and watchpoints, and then continue.
3442
1485d690
KB
3443@node Breakpoint related warnings
3444@subsection ``Breakpoint address adjusted...''
3445@cindex breakpoint address adjusted
3446
3447Some processor architectures place constraints on the addresses at
3448which breakpoints may be placed. For architectures thus constrained,
3449@value{GDBN} will attempt to adjust the breakpoint's address to comply
3450with the constraints dictated by the architecture.
3451
3452One example of such an architecture is the Fujitsu FR-V. The FR-V is
3453a VLIW architecture in which a number of RISC-like instructions may be
3454bundled together for parallel execution. The FR-V architecture
3455constrains the location of a breakpoint instruction within such a
3456bundle to the instruction with the lowest address. @value{GDBN}
3457honors this constraint by adjusting a breakpoint's address to the
3458first in the bundle.
3459
3460It is not uncommon for optimized code to have bundles which contain
3461instructions from different source statements, thus it may happen that
3462a breakpoint's address will be adjusted from one source statement to
3463another. Since this adjustment may significantly alter @value{GDBN}'s
3464breakpoint related behavior from what the user expects, a warning is
3465printed when the breakpoint is first set and also when the breakpoint
3466is hit.
3467
3468A warning like the one below is printed when setting a breakpoint
3469that's been subject to address adjustment:
3470
3471@smallexample
3472warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3473@end smallexample
3474
3475Such warnings are printed both for user settable and @value{GDBN}'s
3476internal breakpoints. If you see one of these warnings, you should
3477verify that a breakpoint set at the adjusted address will have the
3478desired affect. If not, the breakpoint in question may be removed and
b383017d 3479other breakpoints may be set which will have the desired behavior.
1485d690
KB
3480E.g., it may be sufficient to place the breakpoint at a later
3481instruction. A conditional breakpoint may also be useful in some
3482cases to prevent the breakpoint from triggering too often.
3483
3484@value{GDBN} will also issue a warning when stopping at one of these
3485adjusted breakpoints:
3486
3487@smallexample
3488warning: Breakpoint 1 address previously adjusted from 0x00010414
3489to 0x00010410.
3490@end smallexample
3491
3492When this warning is encountered, it may be too late to take remedial
3493action except in cases where the breakpoint is hit earlier or more
3494frequently than expected.
d4f3574e 3495
6d2ebf8b 3496@node Continuing and Stepping
c906108c
SS
3497@section Continuing and stepping
3498
3499@cindex stepping
3500@cindex continuing
3501@cindex resuming execution
3502@dfn{Continuing} means resuming program execution until your program
3503completes normally. In contrast, @dfn{stepping} means executing just
3504one more ``step'' of your program, where ``step'' may mean either one
3505line of source code, or one machine instruction (depending on what
7a292a7a
SS
3506particular command you use). Either when continuing or when stepping,
3507your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3508it stops due to a signal, you may want to use @code{handle}, or use
3509@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3510
3511@table @code
3512@kindex continue
41afff9a
EZ
3513@kindex c @r{(@code{continue})}
3514@kindex fg @r{(resume foreground execution)}
c906108c
SS
3515@item continue @r{[}@var{ignore-count}@r{]}
3516@itemx c @r{[}@var{ignore-count}@r{]}
3517@itemx fg @r{[}@var{ignore-count}@r{]}
3518Resume program execution, at the address where your program last stopped;
3519any breakpoints set at that address are bypassed. The optional argument
3520@var{ignore-count} allows you to specify a further number of times to
3521ignore a breakpoint at this location; its effect is like that of
3522@code{ignore} (@pxref{Conditions, ,Break conditions}).
3523
3524The argument @var{ignore-count} is meaningful only when your program
3525stopped due to a breakpoint. At other times, the argument to
3526@code{continue} is ignored.
3527
d4f3574e
SS
3528The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3529debugged program is deemed to be the foreground program) are provided
3530purely for convenience, and have exactly the same behavior as
3531@code{continue}.
c906108c
SS
3532@end table
3533
3534To resume execution at a different place, you can use @code{return}
3535(@pxref{Returning, ,Returning from a function}) to go back to the
3536calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3537different address}) to go to an arbitrary location in your program.
3538
3539A typical technique for using stepping is to set a breakpoint
3540(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3541beginning of the function or the section of your program where a problem
3542is believed to lie, run your program until it stops at that breakpoint,
3543and then step through the suspect area, examining the variables that are
3544interesting, until you see the problem happen.
3545
3546@table @code
3547@kindex step
41afff9a 3548@kindex s @r{(@code{step})}
c906108c
SS
3549@item step
3550Continue running your program until control reaches a different source
3551line, then stop it and return control to @value{GDBN}. This command is
3552abbreviated @code{s}.
3553
3554@quotation
3555@c "without debugging information" is imprecise; actually "without line
3556@c numbers in the debugging information". (gcc -g1 has debugging info but
3557@c not line numbers). But it seems complex to try to make that
3558@c distinction here.
3559@emph{Warning:} If you use the @code{step} command while control is
3560within a function that was compiled without debugging information,
3561execution proceeds until control reaches a function that does have
3562debugging information. Likewise, it will not step into a function which
3563is compiled without debugging information. To step through functions
3564without debugging information, use the @code{stepi} command, described
3565below.
3566@end quotation
3567
4a92d011
EZ
3568The @code{step} command only stops at the first instruction of a source
3569line. This prevents the multiple stops that could otherwise occur in
3570@code{switch} statements, @code{for} loops, etc. @code{step} continues
3571to stop if a function that has debugging information is called within
3572the line. In other words, @code{step} @emph{steps inside} any functions
3573called within the line.
c906108c 3574
d4f3574e
SS
3575Also, the @code{step} command only enters a function if there is line
3576number information for the function. Otherwise it acts like the
5d161b24 3577@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3578on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3579was any debugging information about the routine.
c906108c
SS
3580
3581@item step @var{count}
3582Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3583breakpoint is reached, or a signal not related to stepping occurs before
3584@var{count} steps, stepping stops right away.
c906108c
SS
3585
3586@kindex next
41afff9a 3587@kindex n @r{(@code{next})}
c906108c
SS
3588@item next @r{[}@var{count}@r{]}
3589Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3590This is similar to @code{step}, but function calls that appear within
3591the line of code are executed without stopping. Execution stops when
3592control reaches a different line of code at the original stack level
3593that was executing when you gave the @code{next} command. This command
3594is abbreviated @code{n}.
c906108c
SS
3595
3596An argument @var{count} is a repeat count, as for @code{step}.
3597
3598
3599@c FIX ME!! Do we delete this, or is there a way it fits in with
3600@c the following paragraph? --- Vctoria
3601@c
3602@c @code{next} within a function that lacks debugging information acts like
3603@c @code{step}, but any function calls appearing within the code of the
3604@c function are executed without stopping.
3605
d4f3574e
SS
3606The @code{next} command only stops at the first instruction of a
3607source line. This prevents multiple stops that could otherwise occur in
4a92d011 3608@code{switch} statements, @code{for} loops, etc.
c906108c 3609
b90a5f51
CF
3610@kindex set step-mode
3611@item set step-mode
3612@cindex functions without line info, and stepping
3613@cindex stepping into functions with no line info
3614@itemx set step-mode on
4a92d011 3615The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3616stop at the first instruction of a function which contains no debug line
3617information rather than stepping over it.
3618
4a92d011
EZ
3619This is useful in cases where you may be interested in inspecting the
3620machine instructions of a function which has no symbolic info and do not
3621want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3622
3623@item set step-mode off
4a92d011 3624Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3625debug information. This is the default.
3626
9c16f35a
EZ
3627@item show step-mode
3628Show whether @value{GDBN} will stop in or step over functions without
3629source line debug information.
3630
c906108c
SS
3631@kindex finish
3632@item finish
3633Continue running until just after function in the selected stack frame
3634returns. Print the returned value (if any).
3635
3636Contrast this with the @code{return} command (@pxref{Returning,
3637,Returning from a function}).
3638
3639@kindex until
41afff9a 3640@kindex u @r{(@code{until})}
09d4efe1 3641@cindex run until specified location
c906108c
SS
3642@item until
3643@itemx u
3644Continue running until a source line past the current line, in the
3645current stack frame, is reached. This command is used to avoid single
3646stepping through a loop more than once. It is like the @code{next}
3647command, except that when @code{until} encounters a jump, it
3648automatically continues execution until the program counter is greater
3649than the address of the jump.
3650
3651This means that when you reach the end of a loop after single stepping
3652though it, @code{until} makes your program continue execution until it
3653exits the loop. In contrast, a @code{next} command at the end of a loop
3654simply steps back to the beginning of the loop, which forces you to step
3655through the next iteration.
3656
3657@code{until} always stops your program if it attempts to exit the current
3658stack frame.
3659
3660@code{until} may produce somewhat counterintuitive results if the order
3661of machine code does not match the order of the source lines. For
3662example, in the following excerpt from a debugging session, the @code{f}
3663(@code{frame}) command shows that execution is stopped at line
3664@code{206}; yet when we use @code{until}, we get to line @code{195}:
3665
474c8240 3666@smallexample
c906108c
SS
3667(@value{GDBP}) f
3668#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3669206 expand_input();
3670(@value{GDBP}) until
3671195 for ( ; argc > 0; NEXTARG) @{
474c8240 3672@end smallexample
c906108c
SS
3673
3674This happened because, for execution efficiency, the compiler had
3675generated code for the loop closure test at the end, rather than the
3676start, of the loop---even though the test in a C @code{for}-loop is
3677written before the body of the loop. The @code{until} command appeared
3678to step back to the beginning of the loop when it advanced to this
3679expression; however, it has not really gone to an earlier
3680statement---not in terms of the actual machine code.
3681
3682@code{until} with no argument works by means of single
3683instruction stepping, and hence is slower than @code{until} with an
3684argument.
3685
3686@item until @var{location}
3687@itemx u @var{location}
3688Continue running your program until either the specified location is
3689reached, or the current stack frame returns. @var{location} is any of
3690the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3691,Setting breakpoints}). This form of the command uses breakpoints, and
3692hence is quicker than @code{until} without an argument. The specified
3693location is actually reached only if it is in the current frame. This
3694implies that @code{until} can be used to skip over recursive function
3695invocations. For instance in the code below, if the current location is
3696line @code{96}, issuing @code{until 99} will execute the program up to
3697line @code{99} in the same invocation of factorial, i.e. after the inner
3698invocations have returned.
3699
3700@smallexample
370194 int factorial (int value)
370295 @{
370396 if (value > 1) @{
370497 value *= factorial (value - 1);
370598 @}
370699 return (value);
3707100 @}
3708@end smallexample
3709
3710
3711@kindex advance @var{location}
3712@itemx advance @var{location}
09d4efe1
EZ
3713Continue running the program up to the given @var{location}. An argument is
3714required, which should be of the same form as arguments for the @code{break}
c60eb6f1
EZ
3715command. Execution will also stop upon exit from the current stack
3716frame. This command is similar to @code{until}, but @code{advance} will
3717not skip over recursive function calls, and the target location doesn't
3718have to be in the same frame as the current one.
3719
c906108c
SS
3720
3721@kindex stepi
41afff9a 3722@kindex si @r{(@code{stepi})}
c906108c 3723@item stepi
96a2c332 3724@itemx stepi @var{arg}
c906108c
SS
3725@itemx si
3726Execute one machine instruction, then stop and return to the debugger.
3727
3728It is often useful to do @samp{display/i $pc} when stepping by machine
3729instructions. This makes @value{GDBN} automatically display the next
3730instruction to be executed, each time your program stops. @xref{Auto
3731Display,, Automatic display}.
3732
3733An argument is a repeat count, as in @code{step}.
3734
3735@need 750
3736@kindex nexti
41afff9a 3737@kindex ni @r{(@code{nexti})}
c906108c 3738@item nexti
96a2c332 3739@itemx nexti @var{arg}
c906108c
SS
3740@itemx ni
3741Execute one machine instruction, but if it is a function call,
3742proceed until the function returns.
3743
3744An argument is a repeat count, as in @code{next}.
3745@end table
3746
6d2ebf8b 3747@node Signals
c906108c
SS
3748@section Signals
3749@cindex signals
3750
3751A signal is an asynchronous event that can happen in a program. The
3752operating system defines the possible kinds of signals, and gives each
3753kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3754signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3755@code{SIGSEGV} is the signal a program gets from referencing a place in
3756memory far away from all the areas in use; @code{SIGALRM} occurs when
3757the alarm clock timer goes off (which happens only if your program has
3758requested an alarm).
3759
3760@cindex fatal signals
3761Some signals, including @code{SIGALRM}, are a normal part of the
3762functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3763errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3764program has not specified in advance some other way to handle the signal.
3765@code{SIGINT} does not indicate an error in your program, but it is normally
3766fatal so it can carry out the purpose of the interrupt: to kill the program.
3767
3768@value{GDBN} has the ability to detect any occurrence of a signal in your
3769program. You can tell @value{GDBN} in advance what to do for each kind of
3770signal.
3771
3772@cindex handling signals
24f93129
EZ
3773Normally, @value{GDBN} is set up to let the non-erroneous signals like
3774@code{SIGALRM} be silently passed to your program
3775(so as not to interfere with their role in the program's functioning)
c906108c
SS
3776but to stop your program immediately whenever an error signal happens.
3777You can change these settings with the @code{handle} command.
3778
3779@table @code
3780@kindex info signals
09d4efe1 3781@kindex info handle
c906108c 3782@item info signals
96a2c332 3783@itemx info handle
c906108c
SS
3784Print a table of all the kinds of signals and how @value{GDBN} has been told to
3785handle each one. You can use this to see the signal numbers of all
3786the defined types of signals.
3787
d4f3574e 3788@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3789
3790@kindex handle
3791@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3792Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3793can be the number of a signal or its name (with or without the
24f93129 3794@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3795@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3796known signals. The @var{keywords} say what change to make.
c906108c
SS
3797@end table
3798
3799@c @group
3800The keywords allowed by the @code{handle} command can be abbreviated.
3801Their full names are:
3802
3803@table @code
3804@item nostop
3805@value{GDBN} should not stop your program when this signal happens. It may
3806still print a message telling you that the signal has come in.
3807
3808@item stop
3809@value{GDBN} should stop your program when this signal happens. This implies
3810the @code{print} keyword as well.
3811
3812@item print
3813@value{GDBN} should print a message when this signal happens.
3814
3815@item noprint
3816@value{GDBN} should not mention the occurrence of the signal at all. This
3817implies the @code{nostop} keyword as well.
3818
3819@item pass
5ece1a18 3820@itemx noignore
c906108c
SS
3821@value{GDBN} should allow your program to see this signal; your program
3822can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3823and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3824
3825@item nopass
5ece1a18 3826@itemx ignore
c906108c 3827@value{GDBN} should not allow your program to see this signal.
5ece1a18 3828@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3829@end table
3830@c @end group
3831
d4f3574e
SS
3832When a signal stops your program, the signal is not visible to the
3833program until you
c906108c
SS
3834continue. Your program sees the signal then, if @code{pass} is in
3835effect for the signal in question @emph{at that time}. In other words,
3836after @value{GDBN} reports a signal, you can use the @code{handle}
3837command with @code{pass} or @code{nopass} to control whether your
3838program sees that signal when you continue.
3839
24f93129
EZ
3840The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3841non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3842@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3843erroneous signals.
3844
c906108c
SS
3845You can also use the @code{signal} command to prevent your program from
3846seeing a signal, or cause it to see a signal it normally would not see,
3847or to give it any signal at any time. For example, if your program stopped
3848due to some sort of memory reference error, you might store correct
3849values into the erroneous variables and continue, hoping to see more
3850execution; but your program would probably terminate immediately as
3851a result of the fatal signal once it saw the signal. To prevent this,
3852you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3853program a signal}.
c906108c 3854
6d2ebf8b 3855@node Thread Stops
c906108c
SS
3856@section Stopping and starting multi-thread programs
3857
3858When your program has multiple threads (@pxref{Threads,, Debugging
3859programs with multiple threads}), you can choose whether to set
3860breakpoints on all threads, or on a particular thread.
3861
3862@table @code
3863@cindex breakpoints and threads
3864@cindex thread breakpoints
3865@kindex break @dots{} thread @var{threadno}
3866@item break @var{linespec} thread @var{threadno}
3867@itemx break @var{linespec} thread @var{threadno} if @dots{}
3868@var{linespec} specifies source lines; there are several ways of
3869writing them, but the effect is always to specify some source line.
3870
3871Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3872to specify that you only want @value{GDBN} to stop the program when a
3873particular thread reaches this breakpoint. @var{threadno} is one of the
3874numeric thread identifiers assigned by @value{GDBN}, shown in the first
3875column of the @samp{info threads} display.
3876
3877If you do not specify @samp{thread @var{threadno}} when you set a
3878breakpoint, the breakpoint applies to @emph{all} threads of your
3879program.
3880
3881You can use the @code{thread} qualifier on conditional breakpoints as
3882well; in this case, place @samp{thread @var{threadno}} before the
3883breakpoint condition, like this:
3884
3885@smallexample
2df3850c 3886(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3887@end smallexample
3888
3889@end table
3890
3891@cindex stopped threads
3892@cindex threads, stopped
3893Whenever your program stops under @value{GDBN} for any reason,
3894@emph{all} threads of execution stop, not just the current thread. This
3895allows you to examine the overall state of the program, including
3896switching between threads, without worrying that things may change
3897underfoot.
3898
36d86913
MC
3899@cindex thread breakpoints and system calls
3900@cindex system calls and thread breakpoints
3901@cindex premature return from system calls
3902There is an unfortunate side effect. If one thread stops for a
3903breakpoint, or for some other reason, and another thread is blocked in a
3904system call, then the system call may return prematurely. This is a
3905consequence of the interaction between multiple threads and the signals
3906that @value{GDBN} uses to implement breakpoints and other events that
3907stop execution.
3908
3909To handle this problem, your program should check the return value of
3910each system call and react appropriately. This is good programming
3911style anyways.
3912
3913For example, do not write code like this:
3914
3915@smallexample
3916 sleep (10);
3917@end smallexample
3918
3919The call to @code{sleep} will return early if a different thread stops
3920at a breakpoint or for some other reason.
3921
3922Instead, write this:
3923
3924@smallexample
3925 int unslept = 10;
3926 while (unslept > 0)
3927 unslept = sleep (unslept);
3928@end smallexample
3929
3930A system call is allowed to return early, so the system is still
3931conforming to its specification. But @value{GDBN} does cause your
3932multi-threaded program to behave differently than it would without
3933@value{GDBN}.
3934
3935Also, @value{GDBN} uses internal breakpoints in the thread library to
3936monitor certain events such as thread creation and thread destruction.
3937When such an event happens, a system call in another thread may return
3938prematurely, even though your program does not appear to stop.
3939
c906108c
SS
3940@cindex continuing threads
3941@cindex threads, continuing
3942Conversely, whenever you restart the program, @emph{all} threads start
3943executing. @emph{This is true even when single-stepping} with commands
5d161b24 3944like @code{step} or @code{next}.
c906108c
SS
3945
3946In particular, @value{GDBN} cannot single-step all threads in lockstep.
3947Since thread scheduling is up to your debugging target's operating
3948system (not controlled by @value{GDBN}), other threads may
3949execute more than one statement while the current thread completes a
3950single step. Moreover, in general other threads stop in the middle of a
3951statement, rather than at a clean statement boundary, when the program
3952stops.
3953
3954You might even find your program stopped in another thread after
3955continuing or even single-stepping. This happens whenever some other
3956thread runs into a breakpoint, a signal, or an exception before the
3957first thread completes whatever you requested.
3958
3959On some OSes, you can lock the OS scheduler and thus allow only a single
3960thread to run.
3961
3962@table @code
3963@item set scheduler-locking @var{mode}
9c16f35a
EZ
3964@cindex scheduler locking mode
3965@cindex lock scheduler
c906108c
SS
3966Set the scheduler locking mode. If it is @code{off}, then there is no
3967locking and any thread may run at any time. If @code{on}, then only the
3968current thread may run when the inferior is resumed. The @code{step}
3969mode optimizes for single-stepping. It stops other threads from
3970``seizing the prompt'' by preempting the current thread while you are
3971stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3972when you step. They are more likely to run when you @samp{next} over a
c906108c 3973function call, and they are completely free to run when you use commands
d4f3574e 3974like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3975thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3976@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3977
3978@item show scheduler-locking
3979Display the current scheduler locking mode.
3980@end table
3981
c906108c 3982
6d2ebf8b 3983@node Stack
c906108c
SS
3984@chapter Examining the Stack
3985
3986When your program has stopped, the first thing you need to know is where it
3987stopped and how it got there.
3988
3989@cindex call stack
5d161b24
DB
3990Each time your program performs a function call, information about the call
3991is generated.
3992That information includes the location of the call in your program,
3993the arguments of the call,
c906108c 3994and the local variables of the function being called.
5d161b24 3995The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3996The stack frames are allocated in a region of memory called the @dfn{call
3997stack}.
3998
3999When your program stops, the @value{GDBN} commands for examining the
4000stack allow you to see all of this information.
4001
4002@cindex selected frame
4003One of the stack frames is @dfn{selected} by @value{GDBN} and many
4004@value{GDBN} commands refer implicitly to the selected frame. In
4005particular, whenever you ask @value{GDBN} for the value of a variable in
4006your program, the value is found in the selected frame. There are
4007special @value{GDBN} commands to select whichever frame you are
4008interested in. @xref{Selection, ,Selecting a frame}.
4009
4010When your program stops, @value{GDBN} automatically selects the
5d161b24 4011currently executing frame and describes it briefly, similar to the
c906108c
SS
4012@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4013
4014@menu
4015* Frames:: Stack frames
4016* Backtrace:: Backtraces
4017* Selection:: Selecting a frame
4018* Frame Info:: Information on a frame
c906108c
SS
4019
4020@end menu
4021
6d2ebf8b 4022@node Frames
c906108c
SS
4023@section Stack frames
4024
d4f3574e 4025@cindex frame, definition
c906108c
SS
4026@cindex stack frame
4027The call stack is divided up into contiguous pieces called @dfn{stack
4028frames}, or @dfn{frames} for short; each frame is the data associated
4029with one call to one function. The frame contains the arguments given
4030to the function, the function's local variables, and the address at
4031which the function is executing.
4032
4033@cindex initial frame
4034@cindex outermost frame
4035@cindex innermost frame
4036When your program is started, the stack has only one frame, that of the
4037function @code{main}. This is called the @dfn{initial} frame or the
4038@dfn{outermost} frame. Each time a function is called, a new frame is
4039made. Each time a function returns, the frame for that function invocation
4040is eliminated. If a function is recursive, there can be many frames for
4041the same function. The frame for the function in which execution is
4042actually occurring is called the @dfn{innermost} frame. This is the most
4043recently created of all the stack frames that still exist.
4044
4045@cindex frame pointer
4046Inside your program, stack frames are identified by their addresses. A
4047stack frame consists of many bytes, each of which has its own address; each
4048kind of computer has a convention for choosing one byte whose
4049address serves as the address of the frame. Usually this address is kept
4050in a register called the @dfn{frame pointer register} while execution is
4051going on in that frame.
4052
4053@cindex frame number
4054@value{GDBN} assigns numbers to all existing stack frames, starting with
4055zero for the innermost frame, one for the frame that called it,
4056and so on upward. These numbers do not really exist in your program;
4057they are assigned by @value{GDBN} to give you a way of designating stack
4058frames in @value{GDBN} commands.
4059
6d2ebf8b
SS
4060@c The -fomit-frame-pointer below perennially causes hbox overflow
4061@c underflow problems.
c906108c
SS
4062@cindex frameless execution
4063Some compilers provide a way to compile functions so that they operate
6d2ebf8b 4064without stack frames. (For example, the @value{GCC} option
474c8240 4065@smallexample
6d2ebf8b 4066@samp{-fomit-frame-pointer}
474c8240 4067@end smallexample
6d2ebf8b 4068generates functions without a frame.)
c906108c
SS
4069This is occasionally done with heavily used library functions to save
4070the frame setup time. @value{GDBN} has limited facilities for dealing
4071with these function invocations. If the innermost function invocation
4072has no stack frame, @value{GDBN} nevertheless regards it as though
4073it had a separate frame, which is numbered zero as usual, allowing
4074correct tracing of the function call chain. However, @value{GDBN} has
4075no provision for frameless functions elsewhere in the stack.
4076
4077@table @code
d4f3574e 4078@kindex frame@r{, command}
41afff9a 4079@cindex current stack frame
c906108c 4080@item frame @var{args}
5d161b24 4081The @code{frame} command allows you to move from one stack frame to another,
c906108c 4082and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
4083address of the frame or the stack frame number. Without an argument,
4084@code{frame} prints the current stack frame.
c906108c
SS
4085
4086@kindex select-frame
41afff9a 4087@cindex selecting frame silently
c906108c
SS
4088@item select-frame
4089The @code{select-frame} command allows you to move from one stack frame
4090to another without printing the frame. This is the silent version of
4091@code{frame}.
4092@end table
4093
6d2ebf8b 4094@node Backtrace
c906108c
SS
4095@section Backtraces
4096
09d4efe1
EZ
4097@cindex traceback
4098@cindex call stack traces
c906108c
SS
4099A backtrace is a summary of how your program got where it is. It shows one
4100line per frame, for many frames, starting with the currently executing
4101frame (frame zero), followed by its caller (frame one), and on up the
4102stack.
4103
4104@table @code
4105@kindex backtrace
41afff9a 4106@kindex bt @r{(@code{backtrace})}
c906108c
SS
4107@item backtrace
4108@itemx bt
4109Print a backtrace of the entire stack: one line per frame for all
4110frames in the stack.
4111
4112You can stop the backtrace at any time by typing the system interrupt
4113character, normally @kbd{C-c}.
4114
4115@item backtrace @var{n}
4116@itemx bt @var{n}
4117Similar, but print only the innermost @var{n} frames.
4118
4119@item backtrace -@var{n}
4120@itemx bt -@var{n}
4121Similar, but print only the outermost @var{n} frames.
4122@end table
4123
4124@kindex where
4125@kindex info stack
c906108c
SS
4126The names @code{where} and @code{info stack} (abbreviated @code{info s})
4127are additional aliases for @code{backtrace}.
4128
4129Each line in the backtrace shows the frame number and the function name.
4130The program counter value is also shown---unless you use @code{set
4131print address off}. The backtrace also shows the source file name and
4132line number, as well as the arguments to the function. The program
4133counter value is omitted if it is at the beginning of the code for that
4134line number.
4135
4136Here is an example of a backtrace. It was made with the command
4137@samp{bt 3}, so it shows the innermost three frames.
4138
4139@smallexample
4140@group
5d161b24 4141#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4142 at builtin.c:993
4143#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4144#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4145 at macro.c:71
4146(More stack frames follow...)
4147@end group
4148@end smallexample
4149
4150@noindent
4151The display for frame zero does not begin with a program counter
4152value, indicating that your program has stopped at the beginning of the
4153code for line @code{993} of @code{builtin.c}.
4154
a8f24a35
EZ
4155@cindex backtrace beyond @code{main} function
4156@cindex program entry point
4157@cindex startup code, and backtrace
25d29d70
AC
4158Most programs have a standard user entry point---a place where system
4159libraries and startup code transition into user code. For C this is
4160@code{main}. When @value{GDBN} finds the entry function in a backtrace
4161it will terminate the backtrace, to avoid tracing into highly
4162system-specific (and generally uninteresting) code.
4163
4164If you need to examine the startup code, or limit the number of levels
4165in a backtrace, you can change this behavior:
95f90d25
DJ
4166
4167@table @code
25d29d70
AC
4168@item set backtrace past-main
4169@itemx set backtrace past-main on
4644b6e3 4170@kindex set backtrace
25d29d70
AC
4171Backtraces will continue past the user entry point.
4172
4173@item set backtrace past-main off
95f90d25
DJ
4174Backtraces will stop when they encounter the user entry point. This is the
4175default.
4176
25d29d70 4177@item show backtrace past-main
4644b6e3 4178@kindex show backtrace
25d29d70
AC
4179Display the current user entry point backtrace policy.
4180
2315ffec
RC
4181@item set backtrace past-entry
4182@itemx set backtrace past-entry on
a8f24a35 4183Backtraces will continue past the internal entry point of an application.
2315ffec
RC
4184This entry point is encoded by the linker when the application is built,
4185and is likely before the user entry point @code{main} (or equivalent) is called.
4186
4187@item set backtrace past-entry off
4188Backtraces will stop when they encouter the internal entry point of an
4189application. This is the default.
4190
4191@item show backtrace past-entry
4192Display the current internal entry point backtrace policy.
4193
25d29d70
AC
4194@item set backtrace limit @var{n}
4195@itemx set backtrace limit 0
4196@cindex backtrace limit
4197Limit the backtrace to @var{n} levels. A value of zero means
4198unlimited.
95f90d25 4199
25d29d70
AC
4200@item show backtrace limit
4201Display the current limit on backtrace levels.
95f90d25
DJ
4202@end table
4203
6d2ebf8b 4204@node Selection
c906108c
SS
4205@section Selecting a frame
4206
4207Most commands for examining the stack and other data in your program work on
4208whichever stack frame is selected at the moment. Here are the commands for
4209selecting a stack frame; all of them finish by printing a brief description
4210of the stack frame just selected.
4211
4212@table @code
d4f3574e 4213@kindex frame@r{, selecting}
41afff9a 4214@kindex f @r{(@code{frame})}
c906108c
SS
4215@item frame @var{n}
4216@itemx f @var{n}
4217Select frame number @var{n}. Recall that frame zero is the innermost
4218(currently executing) frame, frame one is the frame that called the
4219innermost one, and so on. The highest-numbered frame is the one for
4220@code{main}.
4221
4222@item frame @var{addr}
4223@itemx f @var{addr}
4224Select the frame at address @var{addr}. This is useful mainly if the
4225chaining of stack frames has been damaged by a bug, making it
4226impossible for @value{GDBN} to assign numbers properly to all frames. In
4227addition, this can be useful when your program has multiple stacks and
4228switches between them.
4229
c906108c
SS
4230On the SPARC architecture, @code{frame} needs two addresses to
4231select an arbitrary frame: a frame pointer and a stack pointer.
4232
4233On the MIPS and Alpha architecture, it needs two addresses: a stack
4234pointer and a program counter.
4235
4236On the 29k architecture, it needs three addresses: a register stack
4237pointer, a program counter, and a memory stack pointer.
4238@c note to future updaters: this is conditioned on a flag
4239@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4240@c as of 27 Jan 1994.
c906108c
SS
4241
4242@kindex up
4243@item up @var{n}
4244Move @var{n} frames up the stack. For positive numbers @var{n}, this
4245advances toward the outermost frame, to higher frame numbers, to frames
4246that have existed longer. @var{n} defaults to one.
4247
4248@kindex down
41afff9a 4249@kindex do @r{(@code{down})}
c906108c
SS
4250@item down @var{n}
4251Move @var{n} frames down the stack. For positive numbers @var{n}, this
4252advances toward the innermost frame, to lower frame numbers, to frames
4253that were created more recently. @var{n} defaults to one. You may
4254abbreviate @code{down} as @code{do}.
4255@end table
4256
4257All of these commands end by printing two lines of output describing the
4258frame. The first line shows the frame number, the function name, the
4259arguments, and the source file and line number of execution in that
5d161b24 4260frame. The second line shows the text of that source line.
c906108c
SS
4261
4262@need 1000
4263For example:
4264
4265@smallexample
4266@group
4267(@value{GDBP}) up
4268#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4269 at env.c:10
427010 read_input_file (argv[i]);
4271@end group
4272@end smallexample
4273
4274After such a printout, the @code{list} command with no arguments
4275prints ten lines centered on the point of execution in the frame.
87885426
FN
4276You can also edit the program at the point of execution with your favorite
4277editing program by typing @code{edit}.
4278@xref{List, ,Printing source lines},
4279for details.
c906108c
SS
4280
4281@table @code
4282@kindex down-silently
4283@kindex up-silently
4284@item up-silently @var{n}
4285@itemx down-silently @var{n}
4286These two commands are variants of @code{up} and @code{down},
4287respectively; they differ in that they do their work silently, without
4288causing display of the new frame. They are intended primarily for use
4289in @value{GDBN} command scripts, where the output might be unnecessary and
4290distracting.
4291@end table
4292
6d2ebf8b 4293@node Frame Info
c906108c
SS
4294@section Information about a frame
4295
4296There are several other commands to print information about the selected
4297stack frame.
4298
4299@table @code
4300@item frame
4301@itemx f
4302When used without any argument, this command does not change which
4303frame is selected, but prints a brief description of the currently
4304selected stack frame. It can be abbreviated @code{f}. With an
4305argument, this command is used to select a stack frame.
4306@xref{Selection, ,Selecting a frame}.
4307
4308@kindex info frame
41afff9a 4309@kindex info f @r{(@code{info frame})}
c906108c
SS
4310@item info frame
4311@itemx info f
4312This command prints a verbose description of the selected stack frame,
4313including:
4314
4315@itemize @bullet
5d161b24
DB
4316@item
4317the address of the frame
c906108c
SS
4318@item
4319the address of the next frame down (called by this frame)
4320@item
4321the address of the next frame up (caller of this frame)
4322@item
4323the language in which the source code corresponding to this frame is written
4324@item
4325the address of the frame's arguments
4326@item
d4f3574e
SS
4327the address of the frame's local variables
4328@item
c906108c
SS
4329the program counter saved in it (the address of execution in the caller frame)
4330@item
4331which registers were saved in the frame
4332@end itemize
4333
4334@noindent The verbose description is useful when
4335something has gone wrong that has made the stack format fail to fit
4336the usual conventions.
4337
4338@item info frame @var{addr}
4339@itemx info f @var{addr}
4340Print a verbose description of the frame at address @var{addr}, without
4341selecting that frame. The selected frame remains unchanged by this
4342command. This requires the same kind of address (more than one for some
4343architectures) that you specify in the @code{frame} command.
4344@xref{Selection, ,Selecting a frame}.
4345
4346@kindex info args
4347@item info args
4348Print the arguments of the selected frame, each on a separate line.
4349
4350@item info locals
4351@kindex info locals
4352Print the local variables of the selected frame, each on a separate
4353line. These are all variables (declared either static or automatic)
4354accessible at the point of execution of the selected frame.
4355
c906108c 4356@kindex info catch
d4f3574e
SS
4357@cindex catch exceptions, list active handlers
4358@cindex exception handlers, how to list
c906108c
SS
4359@item info catch
4360Print a list of all the exception handlers that are active in the
4361current stack frame at the current point of execution. To see other
4362exception handlers, visit the associated frame (using the @code{up},
4363@code{down}, or @code{frame} commands); then type @code{info catch}.
4364@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4365
c906108c
SS
4366@end table
4367
c906108c 4368
6d2ebf8b 4369@node Source
c906108c
SS
4370@chapter Examining Source Files
4371
4372@value{GDBN} can print parts of your program's source, since the debugging
4373information recorded in the program tells @value{GDBN} what source files were
4374used to build it. When your program stops, @value{GDBN} spontaneously prints
4375the line where it stopped. Likewise, when you select a stack frame
4376(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4377execution in that frame has stopped. You can print other portions of
4378source files by explicit command.
4379
7a292a7a 4380If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4381prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4382@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4383
4384@menu
4385* List:: Printing source lines
87885426 4386* Edit:: Editing source files
c906108c 4387* Search:: Searching source files
c906108c
SS
4388* Source Path:: Specifying source directories
4389* Machine Code:: Source and machine code
4390@end menu
4391
6d2ebf8b 4392@node List
c906108c
SS
4393@section Printing source lines
4394
4395@kindex list
41afff9a 4396@kindex l @r{(@code{list})}
c906108c 4397To print lines from a source file, use the @code{list} command
5d161b24 4398(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4399There are several ways to specify what part of the file you want to print.
4400
4401Here are the forms of the @code{list} command most commonly used:
4402
4403@table @code
4404@item list @var{linenum}
4405Print lines centered around line number @var{linenum} in the
4406current source file.
4407
4408@item list @var{function}
4409Print lines centered around the beginning of function
4410@var{function}.
4411
4412@item list
4413Print more lines. If the last lines printed were printed with a
4414@code{list} command, this prints lines following the last lines
4415printed; however, if the last line printed was a solitary line printed
4416as part of displaying a stack frame (@pxref{Stack, ,Examining the
4417Stack}), this prints lines centered around that line.
4418
4419@item list -
4420Print lines just before the lines last printed.
4421@end table
4422
9c16f35a 4423@cindex @code{list}, how many lines to display
c906108c
SS
4424By default, @value{GDBN} prints ten source lines with any of these forms of
4425the @code{list} command. You can change this using @code{set listsize}:
4426
4427@table @code
4428@kindex set listsize
4429@item set listsize @var{count}
4430Make the @code{list} command display @var{count} source lines (unless
4431the @code{list} argument explicitly specifies some other number).
4432
4433@kindex show listsize
4434@item show listsize
4435Display the number of lines that @code{list} prints.
4436@end table
4437
4438Repeating a @code{list} command with @key{RET} discards the argument,
4439so it is equivalent to typing just @code{list}. This is more useful
4440than listing the same lines again. An exception is made for an
4441argument of @samp{-}; that argument is preserved in repetition so that
4442each repetition moves up in the source file.
4443
4444@cindex linespec
4445In general, the @code{list} command expects you to supply zero, one or two
4446@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4447of writing them, but the effect is always to specify some source line.
c906108c
SS
4448Here is a complete description of the possible arguments for @code{list}:
4449
4450@table @code
4451@item list @var{linespec}
4452Print lines centered around the line specified by @var{linespec}.
4453
4454@item list @var{first},@var{last}
4455Print lines from @var{first} to @var{last}. Both arguments are
4456linespecs.
4457
4458@item list ,@var{last}
4459Print lines ending with @var{last}.
4460
4461@item list @var{first},
4462Print lines starting with @var{first}.
4463
4464@item list +
4465Print lines just after the lines last printed.
4466
4467@item list -
4468Print lines just before the lines last printed.
4469
4470@item list
4471As described in the preceding table.
4472@end table
4473
4474Here are the ways of specifying a single source line---all the
4475kinds of linespec.
4476
4477@table @code
4478@item @var{number}
4479Specifies line @var{number} of the current source file.
4480When a @code{list} command has two linespecs, this refers to
4481the same source file as the first linespec.
4482
4483@item +@var{offset}
4484Specifies the line @var{offset} lines after the last line printed.
4485When used as the second linespec in a @code{list} command that has
4486two, this specifies the line @var{offset} lines down from the
4487first linespec.
4488
4489@item -@var{offset}
4490Specifies the line @var{offset} lines before the last line printed.
4491
4492@item @var{filename}:@var{number}
4493Specifies line @var{number} in the source file @var{filename}.
4494
4495@item @var{function}
4496Specifies the line that begins the body of the function @var{function}.
4497For example: in C, this is the line with the open brace.
4498
4499@item @var{filename}:@var{function}
4500Specifies the line of the open-brace that begins the body of the
4501function @var{function} in the file @var{filename}. You only need the
4502file name with a function name to avoid ambiguity when there are
4503identically named functions in different source files.
4504
4505@item *@var{address}
4506Specifies the line containing the program address @var{address}.
4507@var{address} may be any expression.
4508@end table
4509
87885426
FN
4510@node Edit
4511@section Editing source files
4512@cindex editing source files
4513
4514@kindex edit
4515@kindex e @r{(@code{edit})}
4516To edit the lines in a source file, use the @code{edit} command.
4517The editing program of your choice
4518is invoked with the current line set to
4519the active line in the program.
4520Alternatively, there are several ways to specify what part of the file you
4521want to print if you want to see other parts of the program.
4522
4523Here are the forms of the @code{edit} command most commonly used:
4524
4525@table @code
4526@item edit
4527Edit the current source file at the active line number in the program.
4528
4529@item edit @var{number}
4530Edit the current source file with @var{number} as the active line number.
4531
4532@item edit @var{function}
4533Edit the file containing @var{function} at the beginning of its definition.
4534
4535@item edit @var{filename}:@var{number}
4536Specifies line @var{number} in the source file @var{filename}.
4537
4538@item edit @var{filename}:@var{function}
4539Specifies the line that begins the body of the
4540function @var{function} in the file @var{filename}. You only need the
4541file name with a function name to avoid ambiguity when there are
4542identically named functions in different source files.
4543
4544@item edit *@var{address}
4545Specifies the line containing the program address @var{address}.
4546@var{address} may be any expression.
4547@end table
4548
4549@subsection Choosing your editor
4550You can customize @value{GDBN} to use any editor you want
4551@footnote{
4552The only restriction is that your editor (say @code{ex}), recognizes the
4553following command-line syntax:
10998722 4554@smallexample
87885426 4555ex +@var{number} file
10998722 4556@end smallexample
15387254
EZ
4557The optional numeric value +@var{number} specifies the number of the line in
4558the file where to start editing.}.
4559By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
4560by setting the environment variable @code{EDITOR} before using
4561@value{GDBN}. For example, to configure @value{GDBN} to use the
4562@code{vi} editor, you could use these commands with the @code{sh} shell:
4563@smallexample
87885426
FN
4564EDITOR=/usr/bin/vi
4565export EDITOR
15387254 4566gdb @dots{}
10998722 4567@end smallexample
87885426 4568or in the @code{csh} shell,
10998722 4569@smallexample
87885426 4570setenv EDITOR /usr/bin/vi
15387254 4571gdb @dots{}
10998722 4572@end smallexample
87885426 4573
6d2ebf8b 4574@node Search
c906108c 4575@section Searching source files
15387254 4576@cindex searching source files
c906108c
SS
4577
4578There are two commands for searching through the current source file for a
4579regular expression.
4580
4581@table @code
4582@kindex search
4583@kindex forward-search
4584@item forward-search @var{regexp}
4585@itemx search @var{regexp}
4586The command @samp{forward-search @var{regexp}} checks each line,
4587starting with the one following the last line listed, for a match for
5d161b24 4588@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4589synonym @samp{search @var{regexp}} or abbreviate the command name as
4590@code{fo}.
4591
09d4efe1 4592@kindex reverse-search
c906108c
SS
4593@item reverse-search @var{regexp}
4594The command @samp{reverse-search @var{regexp}} checks each line, starting
4595with the one before the last line listed and going backward, for a match
4596for @var{regexp}. It lists the line that is found. You can abbreviate
4597this command as @code{rev}.
4598@end table
c906108c 4599
6d2ebf8b 4600@node Source Path
c906108c
SS
4601@section Specifying source directories
4602
4603@cindex source path
4604@cindex directories for source files
4605Executable programs sometimes do not record the directories of the source
4606files from which they were compiled, just the names. Even when they do,
4607the directories could be moved between the compilation and your debugging
4608session. @value{GDBN} has a list of directories to search for source files;
4609this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4610it tries all the directories in the list, in the order they are present
0b66e38c
EZ
4611in the list, until it finds a file with the desired name.
4612
4613For example, suppose an executable references the file
4614@file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4615@file{/mnt/cross}. The file is first looked up literally; if this
4616fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4617fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4618message is printed. @value{GDBN} does not look up the parts of the
4619source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4620Likewise, the subdirectories of the source path are not searched: if
4621the source path is @file{/mnt/cross}, and the binary refers to
4622@file{foo.c}, @value{GDBN} would not find it under
4623@file{/mnt/cross/usr/src/foo-1.0/lib}.
4624
4625Plain file names, relative file names with leading directories, file
4626names containing dots, etc.@: are all treated as described above; for
4627instance, if the source path is @file{/mnt/cross}, and the source file
4628is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4629@file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4630that---@file{/mnt/cross/foo.c}.
4631
4632Note that the executable search path is @emph{not} used to locate the
4633source files. Neither is the current working directory, unless it
4634happens to be in the source path.
c906108c
SS
4635
4636Whenever you reset or rearrange the source path, @value{GDBN} clears out
4637any information it has cached about where source files are found and where
4638each line is in the file.
4639
4640@kindex directory
4641@kindex dir
d4f3574e
SS
4642When you start @value{GDBN}, its source path includes only @samp{cdir}
4643and @samp{cwd}, in that order.
c906108c
SS
4644To add other directories, use the @code{directory} command.
4645
4646@table @code
4647@item directory @var{dirname} @dots{}
4648@item dir @var{dirname} @dots{}
4649Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4650directory names may be given to this command, separated by @samp{:}
4651(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4652part of absolute file names) or
c906108c
SS
4653whitespace. You may specify a directory that is already in the source
4654path; this moves it forward, so @value{GDBN} searches it sooner.
4655
4656@kindex cdir
4657@kindex cwd
41afff9a
EZ
4658@vindex $cdir@r{, convenience variable}
4659@vindex $cwdr@r{, convenience variable}
c906108c
SS
4660@cindex compilation directory
4661@cindex current directory
4662@cindex working directory
4663@cindex directory, current
4664@cindex directory, compilation
4665You can use the string @samp{$cdir} to refer to the compilation
4666directory (if one is recorded), and @samp{$cwd} to refer to the current
4667working directory. @samp{$cwd} is not the same as @samp{.}---the former
4668tracks the current working directory as it changes during your @value{GDBN}
4669session, while the latter is immediately expanded to the current
4670directory at the time you add an entry to the source path.
4671
4672@item directory
4673Reset the source path to empty again. This requires confirmation.
4674
4675@c RET-repeat for @code{directory} is explicitly disabled, but since
4676@c repeating it would be a no-op we do not say that. (thanks to RMS)
4677
4678@item show directories
4679@kindex show directories
4680Print the source path: show which directories it contains.
4681@end table
4682
4683If your source path is cluttered with directories that are no longer of
4684interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4685versions of source. You can correct the situation as follows:
4686
4687@enumerate
4688@item
4689Use @code{directory} with no argument to reset the source path to empty.
4690
4691@item
4692Use @code{directory} with suitable arguments to reinstall the
4693directories you want in the source path. You can add all the
4694directories in one command.
4695@end enumerate
4696
6d2ebf8b 4697@node Machine Code
c906108c 4698@section Source and machine code
15387254 4699@cindex source line and its code address
c906108c
SS
4700
4701You can use the command @code{info line} to map source lines to program
4702addresses (and vice versa), and the command @code{disassemble} to display
4703a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4704mode, the @code{info line} command causes the arrow to point to the
5d161b24 4705line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4706well as hex.
4707
4708@table @code
4709@kindex info line
4710@item info line @var{linespec}
4711Print the starting and ending addresses of the compiled code for
4712source line @var{linespec}. You can specify source lines in any of
4713the ways understood by the @code{list} command (@pxref{List, ,Printing
4714source lines}).
4715@end table
4716
4717For example, we can use @code{info line} to discover the location of
4718the object code for the first line of function
4719@code{m4_changequote}:
4720
d4f3574e
SS
4721@c FIXME: I think this example should also show the addresses in
4722@c symbolic form, as they usually would be displayed.
c906108c 4723@smallexample
96a2c332 4724(@value{GDBP}) info line m4_changequote
c906108c
SS
4725Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4726@end smallexample
4727
4728@noindent
15387254 4729@cindex code address and its source line
c906108c
SS
4730We can also inquire (using @code{*@var{addr}} as the form for
4731@var{linespec}) what source line covers a particular address:
4732@smallexample
4733(@value{GDBP}) info line *0x63ff
4734Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4735@end smallexample
4736
4737@cindex @code{$_} and @code{info line}
15387254 4738@cindex @code{x} command, default address
41afff9a 4739@kindex x@r{(examine), and} info line
c906108c
SS
4740After @code{info line}, the default address for the @code{x} command
4741is changed to the starting address of the line, so that @samp{x/i} is
4742sufficient to begin examining the machine code (@pxref{Memory,
4743,Examining memory}). Also, this address is saved as the value of the
4744convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4745variables}).
4746
4747@table @code
4748@kindex disassemble
4749@cindex assembly instructions
4750@cindex instructions, assembly
4751@cindex machine instructions
4752@cindex listing machine instructions
4753@item disassemble
4754This specialized command dumps a range of memory as machine
4755instructions. The default memory range is the function surrounding the
4756program counter of the selected frame. A single argument to this
4757command is a program counter value; @value{GDBN} dumps the function
4758surrounding this value. Two arguments specify a range of addresses
4759(first inclusive, second exclusive) to dump.
4760@end table
4761
c906108c
SS
4762The following example shows the disassembly of a range of addresses of
4763HP PA-RISC 2.0 code:
4764
4765@smallexample
4766(@value{GDBP}) disas 0x32c4 0x32e4
4767Dump of assembler code from 0x32c4 to 0x32e4:
47680x32c4 <main+204>: addil 0,dp
47690x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
47700x32cc <main+212>: ldil 0x3000,r31
47710x32d0 <main+216>: ble 0x3f8(sr4,r31)
47720x32d4 <main+220>: ldo 0(r31),rp
47730x32d8 <main+224>: addil -0x800,dp
47740x32dc <main+228>: ldo 0x588(r1),r26
47750x32e0 <main+232>: ldil 0x3000,r31
4776End of assembler dump.
4777@end smallexample
c906108c
SS
4778
4779Some architectures have more than one commonly-used set of instruction
4780mnemonics or other syntax.
4781
4782@table @code
d4f3574e 4783@kindex set disassembly-flavor
d4f3574e
SS
4784@cindex Intel disassembly flavor
4785@cindex AT&T disassembly flavor
4786@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4787Select the instruction set to use when disassembling the
4788program via the @code{disassemble} or @code{x/i} commands.
4789
4790Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4791can set @var{instruction-set} to either @code{intel} or @code{att}.
4792The default is @code{att}, the AT&T flavor used by default by Unix
4793assemblers for x86-based targets.
9c16f35a
EZ
4794
4795@kindex show disassembly-flavor
4796@item show disassembly-flavor
4797Show the current setting of the disassembly flavor.
c906108c
SS
4798@end table
4799
4800
6d2ebf8b 4801@node Data
c906108c
SS
4802@chapter Examining Data
4803
4804@cindex printing data
4805@cindex examining data
4806@kindex print
4807@kindex inspect
4808@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4809@c document because it is nonstandard... Under Epoch it displays in a
4810@c different window or something like that.
4811The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4812command (abbreviated @code{p}), or its synonym @code{inspect}. It
4813evaluates and prints the value of an expression of the language your
4814program is written in (@pxref{Languages, ,Using @value{GDBN} with
4815Different Languages}).
c906108c
SS
4816
4817@table @code
d4f3574e
SS
4818@item print @var{expr}
4819@itemx print /@var{f} @var{expr}
4820@var{expr} is an expression (in the source language). By default the
4821value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4822you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4823@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4824formats}.
4825
4826@item print
4827@itemx print /@var{f}
15387254 4828@cindex reprint the last value
d4f3574e 4829If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4830@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4831conveniently inspect the same value in an alternative format.
4832@end table
4833
4834A more low-level way of examining data is with the @code{x} command.
4835It examines data in memory at a specified address and prints it in a
4836specified format. @xref{Memory, ,Examining memory}.
4837
7a292a7a 4838If you are interested in information about types, or about how the
d4f3574e
SS
4839fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4840command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4841Table}.
c906108c
SS
4842
4843@menu
4844* Expressions:: Expressions
4845* Variables:: Program variables
4846* Arrays:: Artificial arrays
4847* Output Formats:: Output formats
4848* Memory:: Examining memory
4849* Auto Display:: Automatic display
4850* Print Settings:: Print settings
4851* Value History:: Value history
4852* Convenience Vars:: Convenience variables
4853* Registers:: Registers
c906108c 4854* Floating Point Hardware:: Floating point hardware
53c69bd7 4855* Vector Unit:: Vector Unit
721c2651 4856* OS Information:: Auxiliary data provided by operating system
29e57380 4857* Memory Region Attributes:: Memory region attributes
16d9dec6 4858* Dump/Restore Files:: Copy between memory and a file
384ee23f 4859* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
4860* Character Sets:: Debugging programs that use a different
4861 character set than GDB does
09d4efe1 4862* Caching Remote Data:: Data caching for remote targets
c906108c
SS
4863@end menu
4864
6d2ebf8b 4865@node Expressions
c906108c
SS
4866@section Expressions
4867
4868@cindex expressions
4869@code{print} and many other @value{GDBN} commands accept an expression and
4870compute its value. Any kind of constant, variable or operator defined
4871by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4872@value{GDBN}. This includes conditional expressions, function calls,
4873casts, and string constants. It also includes preprocessor macros, if
4874you compiled your program to include this information; see
4875@ref{Compilation}.
c906108c 4876
15387254 4877@cindex arrays in expressions
d4f3574e
SS
4878@value{GDBN} supports array constants in expressions input by
4879the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4880you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4881memory that is @code{malloc}ed in the target program.
c906108c 4882
c906108c
SS
4883Because C is so widespread, most of the expressions shown in examples in
4884this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4885Languages}, for information on how to use expressions in other
4886languages.
4887
4888In this section, we discuss operators that you can use in @value{GDBN}
4889expressions regardless of your programming language.
4890
15387254 4891@cindex casts, in expressions
c906108c
SS
4892Casts are supported in all languages, not just in C, because it is so
4893useful to cast a number into a pointer in order to examine a structure
4894at that address in memory.
4895@c FIXME: casts supported---Mod2 true?
c906108c
SS
4896
4897@value{GDBN} supports these operators, in addition to those common
4898to programming languages:
4899
4900@table @code
4901@item @@
4902@samp{@@} is a binary operator for treating parts of memory as arrays.
4903@xref{Arrays, ,Artificial arrays}, for more information.
4904
4905@item ::
4906@samp{::} allows you to specify a variable in terms of the file or
4907function where it is defined. @xref{Variables, ,Program variables}.
4908
4909@cindex @{@var{type}@}
4910@cindex type casting memory
4911@cindex memory, viewing as typed object
4912@cindex casts, to view memory
4913@item @{@var{type}@} @var{addr}
4914Refers to an object of type @var{type} stored at address @var{addr} in
4915memory. @var{addr} may be any expression whose value is an integer or
4916pointer (but parentheses are required around binary operators, just as in
4917a cast). This construct is allowed regardless of what kind of data is
4918normally supposed to reside at @var{addr}.
4919@end table
4920
6d2ebf8b 4921@node Variables
c906108c
SS
4922@section Program variables
4923
4924The most common kind of expression to use is the name of a variable
4925in your program.
4926
4927Variables in expressions are understood in the selected stack frame
4928(@pxref{Selection, ,Selecting a frame}); they must be either:
4929
4930@itemize @bullet
4931@item
4932global (or file-static)
4933@end itemize
4934
5d161b24 4935@noindent or
c906108c
SS
4936
4937@itemize @bullet
4938@item
4939visible according to the scope rules of the
4940programming language from the point of execution in that frame
5d161b24 4941@end itemize
c906108c
SS
4942
4943@noindent This means that in the function
4944
474c8240 4945@smallexample
c906108c
SS
4946foo (a)
4947 int a;
4948@{
4949 bar (a);
4950 @{
4951 int b = test ();
4952 bar (b);
4953 @}
4954@}
474c8240 4955@end smallexample
c906108c
SS
4956
4957@noindent
4958you can examine and use the variable @code{a} whenever your program is
4959executing within the function @code{foo}, but you can only use or
4960examine the variable @code{b} while your program is executing inside
4961the block where @code{b} is declared.
4962
4963@cindex variable name conflict
4964There is an exception: you can refer to a variable or function whose
4965scope is a single source file even if the current execution point is not
4966in this file. But it is possible to have more than one such variable or
4967function with the same name (in different source files). If that
4968happens, referring to that name has unpredictable effects. If you wish,
4969you can specify a static variable in a particular function or file,
15387254 4970using the colon-colon (@code{::}) notation:
c906108c 4971
d4f3574e 4972@cindex colon-colon, context for variables/functions
c906108c
SS
4973@iftex
4974@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4975@cindex @code{::}, context for variables/functions
c906108c 4976@end iftex
474c8240 4977@smallexample
c906108c
SS
4978@var{file}::@var{variable}
4979@var{function}::@var{variable}
474c8240 4980@end smallexample
c906108c
SS
4981
4982@noindent
4983Here @var{file} or @var{function} is the name of the context for the
4984static @var{variable}. In the case of file names, you can use quotes to
4985make sure @value{GDBN} parses the file name as a single word---for example,
4986to print a global value of @code{x} defined in @file{f2.c}:
4987
474c8240 4988@smallexample
c906108c 4989(@value{GDBP}) p 'f2.c'::x
474c8240 4990@end smallexample
c906108c 4991
b37052ae 4992@cindex C@t{++} scope resolution
c906108c 4993This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4994use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4995scope resolution operator in @value{GDBN} expressions.
4996@c FIXME: Um, so what happens in one of those rare cases where it's in
4997@c conflict?? --mew
c906108c
SS
4998
4999@cindex wrong values
5000@cindex variable values, wrong
15387254
EZ
5001@cindex function entry/exit, wrong values of variables
5002@cindex optimized code, wrong values of variables
c906108c
SS
5003@quotation
5004@emph{Warning:} Occasionally, a local variable may appear to have the
5005wrong value at certain points in a function---just after entry to a new
5006scope, and just before exit.
5007@end quotation
5008You may see this problem when you are stepping by machine instructions.
5009This is because, on most machines, it takes more than one instruction to
5010set up a stack frame (including local variable definitions); if you are
5011stepping by machine instructions, variables may appear to have the wrong
5012values until the stack frame is completely built. On exit, it usually
5013also takes more than one machine instruction to destroy a stack frame;
5014after you begin stepping through that group of instructions, local
5015variable definitions may be gone.
5016
5017This may also happen when the compiler does significant optimizations.
5018To be sure of always seeing accurate values, turn off all optimization
5019when compiling.
5020
d4f3574e
SS
5021@cindex ``No symbol "foo" in current context''
5022Another possible effect of compiler optimizations is to optimize
5023unused variables out of existence, or assign variables to registers (as
5024opposed to memory addresses). Depending on the support for such cases
5025offered by the debug info format used by the compiler, @value{GDBN}
5026might not be able to display values for such local variables. If that
5027happens, @value{GDBN} will print a message like this:
5028
474c8240 5029@smallexample
d4f3574e 5030No symbol "foo" in current context.
474c8240 5031@end smallexample
d4f3574e
SS
5032
5033To solve such problems, either recompile without optimizations, or use a
5034different debug info format, if the compiler supports several such
15387254 5035formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
0179ffac
DC
5036usually supports the @option{-gstabs+} option. @option{-gstabs+}
5037produces debug info in a format that is superior to formats such as
5038COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5039an effective form for debug info. @xref{Debugging Options,,Options
5040for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
15387254
EZ
5041@xref{C, , Debugging C++}, for more info about debug info formats
5042that are best suited to C@t{++} programs.
d4f3574e 5043
6d2ebf8b 5044@node Arrays
c906108c
SS
5045@section Artificial arrays
5046
5047@cindex artificial array
15387254 5048@cindex arrays
41afff9a 5049@kindex @@@r{, referencing memory as an array}
c906108c
SS
5050It is often useful to print out several successive objects of the
5051same type in memory; a section of an array, or an array of
5052dynamically determined size for which only a pointer exists in the
5053program.
5054
5055You can do this by referring to a contiguous span of memory as an
5056@dfn{artificial array}, using the binary operator @samp{@@}. The left
5057operand of @samp{@@} should be the first element of the desired array
5058and be an individual object. The right operand should be the desired length
5059of the array. The result is an array value whose elements are all of
5060the type of the left argument. The first element is actually the left
5061argument; the second element comes from bytes of memory immediately
5062following those that hold the first element, and so on. Here is an
5063example. If a program says
5064
474c8240 5065@smallexample
c906108c 5066int *array = (int *) malloc (len * sizeof (int));
474c8240 5067@end smallexample
c906108c
SS
5068
5069@noindent
5070you can print the contents of @code{array} with
5071
474c8240 5072@smallexample
c906108c 5073p *array@@len
474c8240 5074@end smallexample
c906108c
SS
5075
5076The left operand of @samp{@@} must reside in memory. Array values made
5077with @samp{@@} in this way behave just like other arrays in terms of
5078subscripting, and are coerced to pointers when used in expressions.
5079Artificial arrays most often appear in expressions via the value history
5080(@pxref{Value History, ,Value history}), after printing one out.
5081
5082Another way to create an artificial array is to use a cast.
5083This re-interprets a value as if it were an array.
5084The value need not be in memory:
474c8240 5085@smallexample
c906108c
SS
5086(@value{GDBP}) p/x (short[2])0x12345678
5087$1 = @{0x1234, 0x5678@}
474c8240 5088@end smallexample
c906108c
SS
5089
5090As a convenience, if you leave the array length out (as in
c3f6f71d 5091@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 5092the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 5093@smallexample
c906108c
SS
5094(@value{GDBP}) p/x (short[])0x12345678
5095$2 = @{0x1234, 0x5678@}
474c8240 5096@end smallexample
c906108c
SS
5097
5098Sometimes the artificial array mechanism is not quite enough; in
5099moderately complex data structures, the elements of interest may not
5100actually be adjacent---for example, if you are interested in the values
5101of pointers in an array. One useful work-around in this situation is
5102to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5103variables}) as a counter in an expression that prints the first
5104interesting value, and then repeat that expression via @key{RET}. For
5105instance, suppose you have an array @code{dtab} of pointers to
5106structures, and you are interested in the values of a field @code{fv}
5107in each structure. Here is an example of what you might type:
5108
474c8240 5109@smallexample
c906108c
SS
5110set $i = 0
5111p dtab[$i++]->fv
5112@key{RET}
5113@key{RET}
5114@dots{}
474c8240 5115@end smallexample
c906108c 5116
6d2ebf8b 5117@node Output Formats
c906108c
SS
5118@section Output formats
5119
5120@cindex formatted output
5121@cindex output formats
5122By default, @value{GDBN} prints a value according to its data type. Sometimes
5123this is not what you want. For example, you might want to print a number
5124in hex, or a pointer in decimal. Or you might want to view data in memory
5125at a certain address as a character string or as an instruction. To do
5126these things, specify an @dfn{output format} when you print a value.
5127
5128The simplest use of output formats is to say how to print a value
5129already computed. This is done by starting the arguments of the
5130@code{print} command with a slash and a format letter. The format
5131letters supported are:
5132
5133@table @code
5134@item x
5135Regard the bits of the value as an integer, and print the integer in
5136hexadecimal.
5137
5138@item d
5139Print as integer in signed decimal.
5140
5141@item u
5142Print as integer in unsigned decimal.
5143
5144@item o
5145Print as integer in octal.
5146
5147@item t
5148Print as integer in binary. The letter @samp{t} stands for ``two''.
5149@footnote{@samp{b} cannot be used because these format letters are also
5150used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5151see @ref{Memory,,Examining memory}.}
c906108c
SS
5152
5153@item a
5154@cindex unknown address, locating
3d67e040 5155@cindex locate address
c906108c
SS
5156Print as an address, both absolute in hexadecimal and as an offset from
5157the nearest preceding symbol. You can use this format used to discover
5158where (in what function) an unknown address is located:
5159
474c8240 5160@smallexample
c906108c
SS
5161(@value{GDBP}) p/a 0x54320
5162$3 = 0x54320 <_initialize_vx+396>
474c8240 5163@end smallexample
c906108c 5164
3d67e040
EZ
5165@noindent
5166The command @code{info symbol 0x54320} yields similar results.
5167@xref{Symbols, info symbol}.
5168
c906108c
SS
5169@item c
5170Regard as an integer and print it as a character constant.
5171
5172@item f
5173Regard the bits of the value as a floating point number and print
5174using typical floating point syntax.
5175@end table
5176
5177For example, to print the program counter in hex (@pxref{Registers}), type
5178
474c8240 5179@smallexample
c906108c 5180p/x $pc
474c8240 5181@end smallexample
c906108c
SS
5182
5183@noindent
5184Note that no space is required before the slash; this is because command
5185names in @value{GDBN} cannot contain a slash.
5186
5187To reprint the last value in the value history with a different format,
5188you can use the @code{print} command with just a format and no
5189expression. For example, @samp{p/x} reprints the last value in hex.
5190
6d2ebf8b 5191@node Memory
c906108c
SS
5192@section Examining memory
5193
5194You can use the command @code{x} (for ``examine'') to examine memory in
5195any of several formats, independently of your program's data types.
5196
5197@cindex examining memory
5198@table @code
41afff9a 5199@kindex x @r{(examine memory)}
c906108c
SS
5200@item x/@var{nfu} @var{addr}
5201@itemx x @var{addr}
5202@itemx x
5203Use the @code{x} command to examine memory.
5204@end table
5205
5206@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5207much memory to display and how to format it; @var{addr} is an
5208expression giving the address where you want to start displaying memory.
5209If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5210Several commands set convenient defaults for @var{addr}.
5211
5212@table @r
5213@item @var{n}, the repeat count
5214The repeat count is a decimal integer; the default is 1. It specifies
5215how much memory (counting by units @var{u}) to display.
5216@c This really is **decimal**; unaffected by 'set radix' as of GDB
5217@c 4.1.2.
5218
5219@item @var{f}, the display format
5220The display format is one of the formats used by @code{print},
5221@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5222The default is @samp{x} (hexadecimal) initially.
5223The default changes each time you use either @code{x} or @code{print}.
5224
5225@item @var{u}, the unit size
5226The unit size is any of
5227
5228@table @code
5229@item b
5230Bytes.
5231@item h
5232Halfwords (two bytes).
5233@item w
5234Words (four bytes). This is the initial default.
5235@item g
5236Giant words (eight bytes).
5237@end table
5238
5239Each time you specify a unit size with @code{x}, that size becomes the
5240default unit the next time you use @code{x}. (For the @samp{s} and
5241@samp{i} formats, the unit size is ignored and is normally not written.)
5242
5243@item @var{addr}, starting display address
5244@var{addr} is the address where you want @value{GDBN} to begin displaying
5245memory. The expression need not have a pointer value (though it may);
5246it is always interpreted as an integer address of a byte of memory.
5247@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5248@var{addr} is usually just after the last address examined---but several
5249other commands also set the default address: @code{info breakpoints} (to
5250the address of the last breakpoint listed), @code{info line} (to the
5251starting address of a line), and @code{print} (if you use it to display
5252a value from memory).
5253@end table
5254
5255For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5256(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5257starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5258words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5259@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5260
5261Since the letters indicating unit sizes are all distinct from the
5262letters specifying output formats, you do not have to remember whether
5263unit size or format comes first; either order works. The output
5264specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5265(However, the count @var{n} must come first; @samp{wx4} does not work.)
5266
5267Even though the unit size @var{u} is ignored for the formats @samp{s}
5268and @samp{i}, you might still want to use a count @var{n}; for example,
5269@samp{3i} specifies that you want to see three machine instructions,
5270including any operands. The command @code{disassemble} gives an
d4f3574e 5271alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5272Code,,Source and machine code}.
5273
5274All the defaults for the arguments to @code{x} are designed to make it
5275easy to continue scanning memory with minimal specifications each time
5276you use @code{x}. For example, after you have inspected three machine
5277instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5278with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5279the repeat count @var{n} is used again; the other arguments default as
5280for successive uses of @code{x}.
5281
5282@cindex @code{$_}, @code{$__}, and value history
5283The addresses and contents printed by the @code{x} command are not saved
5284in the value history because there is often too much of them and they
5285would get in the way. Instead, @value{GDBN} makes these values available for
5286subsequent use in expressions as values of the convenience variables
5287@code{$_} and @code{$__}. After an @code{x} command, the last address
5288examined is available for use in expressions in the convenience variable
5289@code{$_}. The contents of that address, as examined, are available in
5290the convenience variable @code{$__}.
5291
5292If the @code{x} command has a repeat count, the address and contents saved
5293are from the last memory unit printed; this is not the same as the last
5294address printed if several units were printed on the last line of output.
5295
09d4efe1
EZ
5296@cindex remote memory comparison
5297@cindex verify remote memory image
5298When you are debugging a program running on a remote target machine
5299(@pxref{Remote}), you may wish to verify the program's image in the
5300remote machine's memory against the executable file you downloaded to
5301the target. The @code{compare-sections} command is provided for such
5302situations.
5303
5304@table @code
5305@kindex compare-sections
5306@item compare-sections @r{[}@var{section-name}@r{]}
5307Compare the data of a loadable section @var{section-name} in the
5308executable file of the program being debugged with the same section in
5309the remote machine's memory, and report any mismatches. With no
5310arguments, compares all loadable sections. This command's
5311availability depends on the target's support for the @code{"qCRC"}
5312remote request.
5313@end table
5314
6d2ebf8b 5315@node Auto Display
c906108c
SS
5316@section Automatic display
5317@cindex automatic display
5318@cindex display of expressions
5319
5320If you find that you want to print the value of an expression frequently
5321(to see how it changes), you might want to add it to the @dfn{automatic
5322display list} so that @value{GDBN} prints its value each time your program stops.
5323Each expression added to the list is given a number to identify it;
5324to remove an expression from the list, you specify that number.
5325The automatic display looks like this:
5326
474c8240 5327@smallexample
c906108c
SS
53282: foo = 38
53293: bar[5] = (struct hack *) 0x3804
474c8240 5330@end smallexample
c906108c
SS
5331
5332@noindent
5333This display shows item numbers, expressions and their current values. As with
5334displays you request manually using @code{x} or @code{print}, you can
5335specify the output format you prefer; in fact, @code{display} decides
5336whether to use @code{print} or @code{x} depending on how elaborate your
5337format specification is---it uses @code{x} if you specify a unit size,
5338or one of the two formats (@samp{i} and @samp{s}) that are only
5339supported by @code{x}; otherwise it uses @code{print}.
5340
5341@table @code
5342@kindex display
d4f3574e
SS
5343@item display @var{expr}
5344Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5345each time your program stops. @xref{Expressions, ,Expressions}.
5346
5347@code{display} does not repeat if you press @key{RET} again after using it.
5348
d4f3574e 5349@item display/@var{fmt} @var{expr}
c906108c 5350For @var{fmt} specifying only a display format and not a size or
d4f3574e 5351count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5352arrange to display it each time in the specified format @var{fmt}.
5353@xref{Output Formats,,Output formats}.
5354
5355@item display/@var{fmt} @var{addr}
5356For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5357number of units, add the expression @var{addr} as a memory address to
5358be examined each time your program stops. Examining means in effect
5359doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5360@end table
5361
5362For example, @samp{display/i $pc} can be helpful, to see the machine
5363instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5364is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5365
5366@table @code
5367@kindex delete display
5368@kindex undisplay
5369@item undisplay @var{dnums}@dots{}
5370@itemx delete display @var{dnums}@dots{}
5371Remove item numbers @var{dnums} from the list of expressions to display.
5372
5373@code{undisplay} does not repeat if you press @key{RET} after using it.
5374(Otherwise you would just get the error @samp{No display number @dots{}}.)
5375
5376@kindex disable display
5377@item disable display @var{dnums}@dots{}
5378Disable the display of item numbers @var{dnums}. A disabled display
5379item is not printed automatically, but is not forgotten. It may be
5380enabled again later.
5381
5382@kindex enable display
5383@item enable display @var{dnums}@dots{}
5384Enable display of item numbers @var{dnums}. It becomes effective once
5385again in auto display of its expression, until you specify otherwise.
5386
5387@item display
5388Display the current values of the expressions on the list, just as is
5389done when your program stops.
5390
5391@kindex info display
5392@item info display
5393Print the list of expressions previously set up to display
5394automatically, each one with its item number, but without showing the
5395values. This includes disabled expressions, which are marked as such.
5396It also includes expressions which would not be displayed right now
5397because they refer to automatic variables not currently available.
5398@end table
5399
15387254 5400@cindex display disabled out of scope
c906108c
SS
5401If a display expression refers to local variables, then it does not make
5402sense outside the lexical context for which it was set up. Such an
5403expression is disabled when execution enters a context where one of its
5404variables is not defined. For example, if you give the command
5405@code{display last_char} while inside a function with an argument
5406@code{last_char}, @value{GDBN} displays this argument while your program
5407continues to stop inside that function. When it stops elsewhere---where
5408there is no variable @code{last_char}---the display is disabled
5409automatically. The next time your program stops where @code{last_char}
5410is meaningful, you can enable the display expression once again.
5411
6d2ebf8b 5412@node Print Settings
c906108c
SS
5413@section Print settings
5414
5415@cindex format options
5416@cindex print settings
5417@value{GDBN} provides the following ways to control how arrays, structures,
5418and symbols are printed.
5419
5420@noindent
5421These settings are useful for debugging programs in any language:
5422
5423@table @code
4644b6e3 5424@kindex set print
c906108c
SS
5425@item set print address
5426@itemx set print address on
4644b6e3 5427@cindex print/don't print memory addresses
c906108c
SS
5428@value{GDBN} prints memory addresses showing the location of stack
5429traces, structure values, pointer values, breakpoints, and so forth,
5430even when it also displays the contents of those addresses. The default
5431is @code{on}. For example, this is what a stack frame display looks like with
5432@code{set print address on}:
5433
5434@smallexample
5435@group
5436(@value{GDBP}) f
5437#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5438 at input.c:530
5439530 if (lquote != def_lquote)
5440@end group
5441@end smallexample
5442
5443@item set print address off
5444Do not print addresses when displaying their contents. For example,
5445this is the same stack frame displayed with @code{set print address off}:
5446
5447@smallexample
5448@group
5449(@value{GDBP}) set print addr off
5450(@value{GDBP}) f
5451#0 set_quotes (lq="<<", rq=">>") at input.c:530
5452530 if (lquote != def_lquote)
5453@end group
5454@end smallexample
5455
5456You can use @samp{set print address off} to eliminate all machine
5457dependent displays from the @value{GDBN} interface. For example, with
5458@code{print address off}, you should get the same text for backtraces on
5459all machines---whether or not they involve pointer arguments.
5460
4644b6e3 5461@kindex show print
c906108c
SS
5462@item show print address
5463Show whether or not addresses are to be printed.
5464@end table
5465
5466When @value{GDBN} prints a symbolic address, it normally prints the
5467closest earlier symbol plus an offset. If that symbol does not uniquely
5468identify the address (for example, it is a name whose scope is a single
5469source file), you may need to clarify. One way to do this is with
5470@code{info line}, for example @samp{info line *0x4537}. Alternately,
5471you can set @value{GDBN} to print the source file and line number when
5472it prints a symbolic address:
5473
5474@table @code
c906108c 5475@item set print symbol-filename on
9c16f35a
EZ
5476@cindex source file and line of a symbol
5477@cindex symbol, source file and line
c906108c
SS
5478Tell @value{GDBN} to print the source file name and line number of a
5479symbol in the symbolic form of an address.
5480
5481@item set print symbol-filename off
5482Do not print source file name and line number of a symbol. This is the
5483default.
5484
c906108c
SS
5485@item show print symbol-filename
5486Show whether or not @value{GDBN} will print the source file name and
5487line number of a symbol in the symbolic form of an address.
5488@end table
5489
5490Another situation where it is helpful to show symbol filenames and line
5491numbers is when disassembling code; @value{GDBN} shows you the line
5492number and source file that corresponds to each instruction.
5493
5494Also, you may wish to see the symbolic form only if the address being
5495printed is reasonably close to the closest earlier symbol:
5496
5497@table @code
c906108c 5498@item set print max-symbolic-offset @var{max-offset}
4644b6e3 5499@cindex maximum value for offset of closest symbol
c906108c
SS
5500Tell @value{GDBN} to only display the symbolic form of an address if the
5501offset between the closest earlier symbol and the address is less than
5d161b24 5502@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5503to always print the symbolic form of an address if any symbol precedes it.
5504
c906108c
SS
5505@item show print max-symbolic-offset
5506Ask how large the maximum offset is that @value{GDBN} prints in a
5507symbolic address.
5508@end table
5509
5510@cindex wild pointer, interpreting
5511@cindex pointer, finding referent
5512If you have a pointer and you are not sure where it points, try
5513@samp{set print symbol-filename on}. Then you can determine the name
5514and source file location of the variable where it points, using
5515@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5516For example, here @value{GDBN} shows that a variable @code{ptt} points
5517at another variable @code{t}, defined in @file{hi2.c}:
5518
474c8240 5519@smallexample
c906108c
SS
5520(@value{GDBP}) set print symbol-filename on
5521(@value{GDBP}) p/a ptt
5522$4 = 0xe008 <t in hi2.c>
474c8240 5523@end smallexample
c906108c
SS
5524
5525@quotation
5526@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5527does not show the symbol name and filename of the referent, even with
5528the appropriate @code{set print} options turned on.
5529@end quotation
5530
5531Other settings control how different kinds of objects are printed:
5532
5533@table @code
c906108c
SS
5534@item set print array
5535@itemx set print array on
4644b6e3 5536@cindex pretty print arrays
c906108c
SS
5537Pretty print arrays. This format is more convenient to read,
5538but uses more space. The default is off.
5539
5540@item set print array off
5541Return to compressed format for arrays.
5542
c906108c
SS
5543@item show print array
5544Show whether compressed or pretty format is selected for displaying
5545arrays.
5546
c906108c 5547@item set print elements @var{number-of-elements}
4644b6e3 5548@cindex number of array elements to print
9c16f35a 5549@cindex limit on number of printed array elements
c906108c
SS
5550Set a limit on how many elements of an array @value{GDBN} will print.
5551If @value{GDBN} is printing a large array, it stops printing after it has
5552printed the number of elements set by the @code{set print elements} command.
5553This limit also applies to the display of strings.
d4f3574e 5554When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5555Setting @var{number-of-elements} to zero means that the printing is unlimited.
5556
c906108c
SS
5557@item show print elements
5558Display the number of elements of a large array that @value{GDBN} will print.
5559If the number is 0, then the printing is unlimited.
5560
9c16f35a
EZ
5561@item set print repeats
5562@cindex repeated array elements
5563Set the threshold for suppressing display of repeated array
5564elelments. When the number of consecutive identical elements of an
5565array exceeds the threshold, @value{GDBN} prints the string
5566@code{"<repeats @var{n} times>"}, where @var{n} is the number of
5567identical repetitions, instead of displaying the identical elements
5568themselves. Setting the threshold to zero will cause all elements to
5569be individually printed. The default threshold is 10.
5570
5571@item show print repeats
5572Display the current threshold for printing repeated identical
5573elements.
5574
c906108c 5575@item set print null-stop
4644b6e3 5576@cindex @sc{null} elements in arrays
c906108c 5577Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5578@sc{null} is encountered. This is useful when large arrays actually
c906108c 5579contain only short strings.
d4f3574e 5580The default is off.
c906108c 5581
9c16f35a
EZ
5582@item show print null-stop
5583Show whether @value{GDBN} stops printing an array on the first
5584@sc{null} character.
5585
c906108c 5586@item set print pretty on
9c16f35a
EZ
5587@cindex print structures in indented form
5588@cindex indentation in structure display
5d161b24 5589Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5590per line, like this:
5591
5592@smallexample
5593@group
5594$1 = @{
5595 next = 0x0,
5596 flags = @{
5597 sweet = 1,
5598 sour = 1
5599 @},
5600 meat = 0x54 "Pork"
5601@}
5602@end group
5603@end smallexample
5604
5605@item set print pretty off
5606Cause @value{GDBN} to print structures in a compact format, like this:
5607
5608@smallexample
5609@group
5610$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5611meat = 0x54 "Pork"@}
5612@end group
5613@end smallexample
5614
5615@noindent
5616This is the default format.
5617
c906108c
SS
5618@item show print pretty
5619Show which format @value{GDBN} is using to print structures.
5620
c906108c 5621@item set print sevenbit-strings on
4644b6e3
EZ
5622@cindex eight-bit characters in strings
5623@cindex octal escapes in strings
c906108c
SS
5624Print using only seven-bit characters; if this option is set,
5625@value{GDBN} displays any eight-bit characters (in strings or
5626character values) using the notation @code{\}@var{nnn}. This setting is
5627best if you are working in English (@sc{ascii}) and you use the
5628high-order bit of characters as a marker or ``meta'' bit.
5629
5630@item set print sevenbit-strings off
5631Print full eight-bit characters. This allows the use of more
5632international character sets, and is the default.
5633
c906108c
SS
5634@item show print sevenbit-strings
5635Show whether or not @value{GDBN} is printing only seven-bit characters.
5636
c906108c 5637@item set print union on
4644b6e3 5638@cindex unions in structures, printing
9c16f35a
EZ
5639Tell @value{GDBN} to print unions which are contained in structures
5640and other unions. This is the default setting.
c906108c
SS
5641
5642@item set print union off
9c16f35a
EZ
5643Tell @value{GDBN} not to print unions which are contained in
5644structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5645instead.
c906108c 5646
c906108c
SS
5647@item show print union
5648Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 5649structures and other unions.
c906108c
SS
5650
5651For example, given the declarations
5652
5653@smallexample
5654typedef enum @{Tree, Bug@} Species;
5655typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5656typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5657 Bug_forms;
5658
5659struct thing @{
5660 Species it;
5661 union @{
5662 Tree_forms tree;
5663 Bug_forms bug;
5664 @} form;
5665@};
5666
5667struct thing foo = @{Tree, @{Acorn@}@};
5668@end smallexample
5669
5670@noindent
5671with @code{set print union on} in effect @samp{p foo} would print
5672
5673@smallexample
5674$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5675@end smallexample
5676
5677@noindent
5678and with @code{set print union off} in effect it would print
5679
5680@smallexample
5681$1 = @{it = Tree, form = @{...@}@}
5682@end smallexample
9c16f35a
EZ
5683
5684@noindent
5685@code{set print union} affects programs written in C-like languages
5686and in Pascal.
c906108c
SS
5687@end table
5688
c906108c
SS
5689@need 1000
5690@noindent
b37052ae 5691These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5692
5693@table @code
4644b6e3 5694@cindex demangling C@t{++} names
c906108c
SS
5695@item set print demangle
5696@itemx set print demangle on
b37052ae 5697Print C@t{++} names in their source form rather than in the encoded
c906108c 5698(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5699linkage. The default is on.
c906108c 5700
c906108c 5701@item show print demangle
b37052ae 5702Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 5703
c906108c
SS
5704@item set print asm-demangle
5705@itemx set print asm-demangle on
b37052ae 5706Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5707in assembler code printouts such as instruction disassemblies.
5708The default is off.
5709
c906108c 5710@item show print asm-demangle
b37052ae 5711Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5712or demangled form.
5713
b37052ae
EZ
5714@cindex C@t{++} symbol decoding style
5715@cindex symbol decoding style, C@t{++}
a8f24a35 5716@kindex set demangle-style
c906108c
SS
5717@item set demangle-style @var{style}
5718Choose among several encoding schemes used by different compilers to
b37052ae 5719represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5720
5721@table @code
5722@item auto
5723Allow @value{GDBN} to choose a decoding style by inspecting your program.
5724
5725@item gnu
b37052ae 5726Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5727This is the default.
c906108c
SS
5728
5729@item hp
b37052ae 5730Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5731
5732@item lucid
b37052ae 5733Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5734
5735@item arm
b37052ae 5736Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5737@strong{Warning:} this setting alone is not sufficient to allow
5738debugging @code{cfront}-generated executables. @value{GDBN} would
5739require further enhancement to permit that.
5740
5741@end table
5742If you omit @var{style}, you will see a list of possible formats.
5743
c906108c 5744@item show demangle-style
b37052ae 5745Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 5746
c906108c
SS
5747@item set print object
5748@itemx set print object on
4644b6e3 5749@cindex derived type of an object, printing
9c16f35a 5750@cindex display derived types
c906108c
SS
5751When displaying a pointer to an object, identify the @emph{actual}
5752(derived) type of the object rather than the @emph{declared} type, using
5753the virtual function table.
5754
5755@item set print object off
5756Display only the declared type of objects, without reference to the
5757virtual function table. This is the default setting.
5758
c906108c
SS
5759@item show print object
5760Show whether actual, or declared, object types are displayed.
5761
c906108c
SS
5762@item set print static-members
5763@itemx set print static-members on
4644b6e3 5764@cindex static members of C@t{++} objects
b37052ae 5765Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5766
5767@item set print static-members off
b37052ae 5768Do not print static members when displaying a C@t{++} object.
c906108c 5769
c906108c 5770@item show print static-members
9c16f35a
EZ
5771Show whether C@t{++} static members are printed or not.
5772
5773@item set print pascal_static-members
5774@itemx set print pascal_static-members on
5775@cindex static members of Pacal objects
5776@cindex Pacal objects, static members display
5777Print static members when displaying a Pascal object. The default is on.
5778
5779@item set print pascal_static-members off
5780Do not print static members when displaying a Pascal object.
5781
5782@item show print pascal_static-members
5783Show whether Pascal static members are printed or not.
c906108c
SS
5784
5785@c These don't work with HP ANSI C++ yet.
c906108c
SS
5786@item set print vtbl
5787@itemx set print vtbl on
4644b6e3 5788@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
5789@cindex virtual functions (C@t{++}) display
5790@cindex VTBL display
b37052ae 5791Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5792(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5793ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5794
5795@item set print vtbl off
b37052ae 5796Do not pretty print C@t{++} virtual function tables.
c906108c 5797
c906108c 5798@item show print vtbl
b37052ae 5799Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5800@end table
c906108c 5801
6d2ebf8b 5802@node Value History
c906108c
SS
5803@section Value history
5804
5805@cindex value history
9c16f35a 5806@cindex history of values printed by @value{GDBN}
5d161b24
DB
5807Values printed by the @code{print} command are saved in the @value{GDBN}
5808@dfn{value history}. This allows you to refer to them in other expressions.
5809Values are kept until the symbol table is re-read or discarded
5810(for example with the @code{file} or @code{symbol-file} commands).
5811When the symbol table changes, the value history is discarded,
5812since the values may contain pointers back to the types defined in the
c906108c
SS
5813symbol table.
5814
5815@cindex @code{$}
5816@cindex @code{$$}
5817@cindex history number
5818The values printed are given @dfn{history numbers} by which you can
5819refer to them. These are successive integers starting with one.
5820@code{print} shows you the history number assigned to a value by
5821printing @samp{$@var{num} = } before the value; here @var{num} is the
5822history number.
5823
5824To refer to any previous value, use @samp{$} followed by the value's
5825history number. The way @code{print} labels its output is designed to
5826remind you of this. Just @code{$} refers to the most recent value in
5827the history, and @code{$$} refers to the value before that.
5828@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5829is the value just prior to @code{$$}, @code{$$1} is equivalent to
5830@code{$$}, and @code{$$0} is equivalent to @code{$}.
5831
5832For example, suppose you have just printed a pointer to a structure and
5833want to see the contents of the structure. It suffices to type
5834
474c8240 5835@smallexample
c906108c 5836p *$
474c8240 5837@end smallexample
c906108c
SS
5838
5839If you have a chain of structures where the component @code{next} points
5840to the next one, you can print the contents of the next one with this:
5841
474c8240 5842@smallexample
c906108c 5843p *$.next
474c8240 5844@end smallexample
c906108c
SS
5845
5846@noindent
5847You can print successive links in the chain by repeating this
5848command---which you can do by just typing @key{RET}.
5849
5850Note that the history records values, not expressions. If the value of
5851@code{x} is 4 and you type these commands:
5852
474c8240 5853@smallexample
c906108c
SS
5854print x
5855set x=5
474c8240 5856@end smallexample
c906108c
SS
5857
5858@noindent
5859then the value recorded in the value history by the @code{print} command
5860remains 4 even though the value of @code{x} has changed.
5861
5862@table @code
5863@kindex show values
5864@item show values
5865Print the last ten values in the value history, with their item numbers.
5866This is like @samp{p@ $$9} repeated ten times, except that @code{show
5867values} does not change the history.
5868
5869@item show values @var{n}
5870Print ten history values centered on history item number @var{n}.
5871
5872@item show values +
5873Print ten history values just after the values last printed. If no more
5874values are available, @code{show values +} produces no display.
5875@end table
5876
5877Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5878same effect as @samp{show values +}.
5879
6d2ebf8b 5880@node Convenience Vars
c906108c
SS
5881@section Convenience variables
5882
5883@cindex convenience variables
9c16f35a 5884@cindex user-defined variables
c906108c
SS
5885@value{GDBN} provides @dfn{convenience variables} that you can use within
5886@value{GDBN} to hold on to a value and refer to it later. These variables
5887exist entirely within @value{GDBN}; they are not part of your program, and
5888setting a convenience variable has no direct effect on further execution
5889of your program. That is why you can use them freely.
5890
5891Convenience variables are prefixed with @samp{$}. Any name preceded by
5892@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5893the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5894(Value history references, in contrast, are @emph{numbers} preceded
5895by @samp{$}. @xref{Value History, ,Value history}.)
5896
5897You can save a value in a convenience variable with an assignment
5898expression, just as you would set a variable in your program.
5899For example:
5900
474c8240 5901@smallexample
c906108c 5902set $foo = *object_ptr
474c8240 5903@end smallexample
c906108c
SS
5904
5905@noindent
5906would save in @code{$foo} the value contained in the object pointed to by
5907@code{object_ptr}.
5908
5909Using a convenience variable for the first time creates it, but its
5910value is @code{void} until you assign a new value. You can alter the
5911value with another assignment at any time.
5912
5913Convenience variables have no fixed types. You can assign a convenience
5914variable any type of value, including structures and arrays, even if
5915that variable already has a value of a different type. The convenience
5916variable, when used as an expression, has the type of its current value.
5917
5918@table @code
5919@kindex show convenience
9c16f35a 5920@cindex show all user variables
c906108c
SS
5921@item show convenience
5922Print a list of convenience variables used so far, and their values.
d4f3574e 5923Abbreviated @code{show conv}.
c906108c
SS
5924@end table
5925
5926One of the ways to use a convenience variable is as a counter to be
5927incremented or a pointer to be advanced. For example, to print
5928a field from successive elements of an array of structures:
5929
474c8240 5930@smallexample
c906108c
SS
5931set $i = 0
5932print bar[$i++]->contents
474c8240 5933@end smallexample
c906108c 5934
d4f3574e
SS
5935@noindent
5936Repeat that command by typing @key{RET}.
c906108c
SS
5937
5938Some convenience variables are created automatically by @value{GDBN} and given
5939values likely to be useful.
5940
5941@table @code
41afff9a 5942@vindex $_@r{, convenience variable}
c906108c
SS
5943@item $_
5944The variable @code{$_} is automatically set by the @code{x} command to
5945the last address examined (@pxref{Memory, ,Examining memory}). Other
5946commands which provide a default address for @code{x} to examine also
5947set @code{$_} to that address; these commands include @code{info line}
5948and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5949except when set by the @code{x} command, in which case it is a pointer
5950to the type of @code{$__}.
5951
41afff9a 5952@vindex $__@r{, convenience variable}
c906108c
SS
5953@item $__
5954The variable @code{$__} is automatically set by the @code{x} command
5955to the value found in the last address examined. Its type is chosen
5956to match the format in which the data was printed.
5957
5958@item $_exitcode
41afff9a 5959@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5960The variable @code{$_exitcode} is automatically set to the exit code when
5961the program being debugged terminates.
5962@end table
5963
53a5351d
JM
5964On HP-UX systems, if you refer to a function or variable name that
5965begins with a dollar sign, @value{GDBN} searches for a user or system
5966name first, before it searches for a convenience variable.
c906108c 5967
6d2ebf8b 5968@node Registers
c906108c
SS
5969@section Registers
5970
5971@cindex registers
5972You can refer to machine register contents, in expressions, as variables
5973with names starting with @samp{$}. The names of registers are different
5974for each machine; use @code{info registers} to see the names used on
5975your machine.
5976
5977@table @code
5978@kindex info registers
5979@item info registers
5980Print the names and values of all registers except floating-point
c85508ee 5981and vector registers (in the selected stack frame).
c906108c
SS
5982
5983@kindex info all-registers
5984@cindex floating point registers
5985@item info all-registers
5986Print the names and values of all registers, including floating-point
c85508ee 5987and vector registers (in the selected stack frame).
c906108c
SS
5988
5989@item info registers @var{regname} @dots{}
5990Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5991As discussed in detail below, register values are normally relative to
5992the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5993the machine you are using, with or without the initial @samp{$}.
5994@end table
5995
5996@value{GDBN} has four ``standard'' register names that are available (in
5997expressions) on most machines---whenever they do not conflict with an
5998architecture's canonical mnemonics for registers. The register names
5999@code{$pc} and @code{$sp} are used for the program counter register and
6000the stack pointer. @code{$fp} is used for a register that contains a
6001pointer to the current stack frame, and @code{$ps} is used for a
6002register that contains the processor status. For example,
6003you could print the program counter in hex with
6004
474c8240 6005@smallexample
c906108c 6006p/x $pc
474c8240 6007@end smallexample
c906108c
SS
6008
6009@noindent
6010or print the instruction to be executed next with
6011
474c8240 6012@smallexample
c906108c 6013x/i $pc
474c8240 6014@end smallexample
c906108c
SS
6015
6016@noindent
6017or add four to the stack pointer@footnote{This is a way of removing
6018one word from the stack, on machines where stacks grow downward in
6019memory (most machines, nowadays). This assumes that the innermost
6020stack frame is selected; setting @code{$sp} is not allowed when other
6021stack frames are selected. To pop entire frames off the stack,
6022regardless of machine architecture, use @code{return};
d4f3574e 6023see @ref{Returning, ,Returning from a function}.} with
c906108c 6024
474c8240 6025@smallexample
c906108c 6026set $sp += 4
474c8240 6027@end smallexample
c906108c
SS
6028
6029Whenever possible, these four standard register names are available on
6030your machine even though the machine has different canonical mnemonics,
6031so long as there is no conflict. The @code{info registers} command
6032shows the canonical names. For example, on the SPARC, @code{info
6033registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
6034can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6035is an alias for the @sc{eflags} register.
c906108c
SS
6036
6037@value{GDBN} always considers the contents of an ordinary register as an
6038integer when the register is examined in this way. Some machines have
6039special registers which can hold nothing but floating point; these
6040registers are considered to have floating point values. There is no way
6041to refer to the contents of an ordinary register as floating point value
6042(although you can @emph{print} it as a floating point value with
6043@samp{print/f $@var{regname}}).
6044
6045Some registers have distinct ``raw'' and ``virtual'' data formats. This
6046means that the data format in which the register contents are saved by
6047the operating system is not the same one that your program normally
6048sees. For example, the registers of the 68881 floating point
6049coprocessor are always saved in ``extended'' (raw) format, but all C
6050programs expect to work with ``double'' (virtual) format. In such
5d161b24 6051cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
6052that makes sense for your program), but the @code{info registers} command
6053prints the data in both formats.
6054
6055Normally, register values are relative to the selected stack frame
6056(@pxref{Selection, ,Selecting a frame}). This means that you get the
6057value that the register would contain if all stack frames farther in
6058were exited and their saved registers restored. In order to see the
6059true contents of hardware registers, you must select the innermost
6060frame (with @samp{frame 0}).
6061
6062However, @value{GDBN} must deduce where registers are saved, from the machine
6063code generated by your compiler. If some registers are not saved, or if
6064@value{GDBN} is unable to locate the saved registers, the selected stack
6065frame makes no difference.
6066
6d2ebf8b 6067@node Floating Point Hardware
c906108c
SS
6068@section Floating point hardware
6069@cindex floating point
6070
6071Depending on the configuration, @value{GDBN} may be able to give
6072you more information about the status of the floating point hardware.
6073
6074@table @code
6075@kindex info float
6076@item info float
6077Display hardware-dependent information about the floating
6078point unit. The exact contents and layout vary depending on the
6079floating point chip. Currently, @samp{info float} is supported on
6080the ARM and x86 machines.
6081@end table
c906108c 6082
e76f1f2e
AC
6083@node Vector Unit
6084@section Vector Unit
6085@cindex vector unit
6086
6087Depending on the configuration, @value{GDBN} may be able to give you
6088more information about the status of the vector unit.
6089
6090@table @code
6091@kindex info vector
6092@item info vector
6093Display information about the vector unit. The exact contents and
6094layout vary depending on the hardware.
6095@end table
6096
721c2651
EZ
6097@node OS Information
6098@section Operating system auxiliary information
6099@cindex OS information
6100
6101@value{GDBN} provides interfaces to useful OS facilities that can help
6102you debug your program.
6103
6104@cindex @code{ptrace} system call
6105@cindex @code{struct user} contents
6106When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6107machines), it interfaces with the inferior via the @code{ptrace}
6108system call. The operating system creates a special sata structure,
6109called @code{struct user}, for this interface. You can use the
6110command @code{info udot} to display the contents of this data
6111structure.
6112
6113@table @code
6114@item info udot
6115@kindex info udot
6116Display the contents of the @code{struct user} maintained by the OS
6117kernel for the program being debugged. @value{GDBN} displays the
6118contents of @code{struct user} as a list of hex numbers, similar to
6119the @code{examine} command.
6120@end table
6121
b383017d
RM
6122@cindex auxiliary vector
6123@cindex vector, auxiliary
b383017d
RM
6124Some operating systems supply an @dfn{auxiliary vector} to programs at
6125startup. This is akin to the arguments and environment that you
6126specify for a program, but contains a system-dependent variety of
6127binary values that tell system libraries important details about the
6128hardware, operating system, and process. Each value's purpose is
6129identified by an integer tag; the meanings are well-known but system-specific.
6130Depending on the configuration and operating system facilities,
9c16f35a
EZ
6131@value{GDBN} may be able to show you this information. For remote
6132targets, this functionality may further depend on the remote stub's
6133support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6134configuration, auxiliary vector}.
b383017d
RM
6135
6136@table @code
6137@kindex info auxv
6138@item info auxv
6139Display the auxiliary vector of the inferior, which can be either a
e4937fc1 6140live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
6141numerically, and also shows names and text descriptions for recognized
6142tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 6143pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
6144most appropriate form for a recognized tag, and in hexadecimal for
6145an unrecognized tag.
6146@end table
6147
721c2651 6148
29e57380 6149@node Memory Region Attributes
b383017d 6150@section Memory region attributes
29e57380
C
6151@cindex memory region attributes
6152
b383017d
RM
6153@dfn{Memory region attributes} allow you to describe special handling
6154required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
6155to determine whether to allow certain types of memory accesses; whether to
6156use specific width accesses; and whether to cache target memory.
6157
6158Defined memory regions can be individually enabled and disabled. When a
6159memory region is disabled, @value{GDBN} uses the default attributes when
6160accessing memory in that region. Similarly, if no memory regions have
6161been defined, @value{GDBN} uses the default attributes when accessing
6162all memory.
6163
b383017d 6164When a memory region is defined, it is given a number to identify it;
29e57380
C
6165to enable, disable, or remove a memory region, you specify that number.
6166
6167@table @code
6168@kindex mem
bfac230e 6169@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
6170Define a memory region bounded by @var{lower} and @var{upper} with
6171attributes @var{attributes}@dots{}, and add it to the list of regions
6172monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6173case: it is treated as the the target's maximum memory address.
bfac230e 6174(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
6175
6176@kindex delete mem
6177@item delete mem @var{nums}@dots{}
09d4efe1
EZ
6178Remove memory regions @var{nums}@dots{} from the list of regions
6179monitored by @value{GDBN}.
29e57380
C
6180
6181@kindex disable mem
6182@item disable mem @var{nums}@dots{}
09d4efe1 6183Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 6184A disabled memory region is not forgotten.
29e57380
C
6185It may be enabled again later.
6186
6187@kindex enable mem
6188@item enable mem @var{nums}@dots{}
09d4efe1 6189Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
6190
6191@kindex info mem
6192@item info mem
6193Print a table of all defined memory regions, with the following columns
09d4efe1 6194for each region:
29e57380
C
6195
6196@table @emph
6197@item Memory Region Number
6198@item Enabled or Disabled.
b383017d 6199Enabled memory regions are marked with @samp{y}.
29e57380
C
6200Disabled memory regions are marked with @samp{n}.
6201
6202@item Lo Address
6203The address defining the inclusive lower bound of the memory region.
6204
6205@item Hi Address
6206The address defining the exclusive upper bound of the memory region.
6207
6208@item Attributes
6209The list of attributes set for this memory region.
6210@end table
6211@end table
6212
6213
6214@subsection Attributes
6215
b383017d 6216@subsubsection Memory Access Mode
29e57380
C
6217The access mode attributes set whether @value{GDBN} may make read or
6218write accesses to a memory region.
6219
6220While these attributes prevent @value{GDBN} from performing invalid
6221memory accesses, they do nothing to prevent the target system, I/O DMA,
6222etc. from accessing memory.
6223
6224@table @code
6225@item ro
6226Memory is read only.
6227@item wo
6228Memory is write only.
6229@item rw
6ca652b0 6230Memory is read/write. This is the default.
29e57380
C
6231@end table
6232
6233@subsubsection Memory Access Size
6234The acccess size attributes tells @value{GDBN} to use specific sized
6235accesses in the memory region. Often memory mapped device registers
6236require specific sized accesses. If no access size attribute is
6237specified, @value{GDBN} may use accesses of any size.
6238
6239@table @code
6240@item 8
6241Use 8 bit memory accesses.
6242@item 16
6243Use 16 bit memory accesses.
6244@item 32
6245Use 32 bit memory accesses.
6246@item 64
6247Use 64 bit memory accesses.
6248@end table
6249
6250@c @subsubsection Hardware/Software Breakpoints
6251@c The hardware/software breakpoint attributes set whether @value{GDBN}
6252@c will use hardware or software breakpoints for the internal breakpoints
6253@c used by the step, next, finish, until, etc. commands.
6254@c
6255@c @table @code
6256@c @item hwbreak
b383017d 6257@c Always use hardware breakpoints
29e57380
C
6258@c @item swbreak (default)
6259@c @end table
6260
6261@subsubsection Data Cache
6262The data cache attributes set whether @value{GDBN} will cache target
6263memory. While this generally improves performance by reducing debug
6264protocol overhead, it can lead to incorrect results because @value{GDBN}
6265does not know about volatile variables or memory mapped device
6266registers.
6267
6268@table @code
6269@item cache
b383017d 6270Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6271@item nocache
6272Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6273@end table
6274
6275@c @subsubsection Memory Write Verification
b383017d 6276@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6277@c will re-reads data after each write to verify the write was successful.
6278@c
6279@c @table @code
6280@c @item verify
6281@c @item noverify (default)
6282@c @end table
6283
16d9dec6
MS
6284@node Dump/Restore Files
6285@section Copy between memory and a file
6286@cindex dump/restore files
6287@cindex append data to a file
6288@cindex dump data to a file
6289@cindex restore data from a file
16d9dec6 6290
df5215a6
JB
6291You can use the commands @code{dump}, @code{append}, and
6292@code{restore} to copy data between target memory and a file. The
6293@code{dump} and @code{append} commands write data to a file, and the
6294@code{restore} command reads data from a file back into the inferior's
6295memory. Files may be in binary, Motorola S-record, Intel hex, or
6296Tektronix Hex format; however, @value{GDBN} can only append to binary
6297files.
6298
6299@table @code
6300
6301@kindex dump
6302@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6303@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6304Dump the contents of memory from @var{start_addr} to @var{end_addr},
6305or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6306
df5215a6 6307The @var{format} parameter may be any one of:
16d9dec6 6308@table @code
df5215a6
JB
6309@item binary
6310Raw binary form.
6311@item ihex
6312Intel hex format.
6313@item srec
6314Motorola S-record format.
6315@item tekhex
6316Tektronix Hex format.
6317@end table
6318
6319@value{GDBN} uses the same definitions of these formats as the
6320@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6321@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6322form.
6323
6324@kindex append
6325@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6326@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6327Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 6328or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
6329(@value{GDBN} can only append data to files in raw binary form.)
6330
6331@kindex restore
6332@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6333Restore the contents of file @var{filename} into memory. The
6334@code{restore} command can automatically recognize any known @sc{bfd}
6335file format, except for raw binary. To restore a raw binary file you
6336must specify the optional keyword @code{binary} after the filename.
16d9dec6 6337
b383017d 6338If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6339contained in the file. Binary files always start at address zero, so
6340they will be restored at address @var{bias}. Other bfd files have
6341a built-in location; they will be restored at offset @var{bias}
6342from that location.
6343
6344If @var{start} and/or @var{end} are non-zero, then only data between
6345file offset @var{start} and file offset @var{end} will be restored.
b383017d 6346These offsets are relative to the addresses in the file, before
16d9dec6
MS
6347the @var{bias} argument is applied.
6348
6349@end table
6350
384ee23f
EZ
6351@node Core File Generation
6352@section How to Produce a Core File from Your Program
6353@cindex dump core from inferior
6354
6355A @dfn{core file} or @dfn{core dump} is a file that records the memory
6356image of a running process and its process status (register values
6357etc.). Its primary use is post-mortem debugging of a program that
6358crashed while it ran outside a debugger. A program that crashes
6359automatically produces a core file, unless this feature is disabled by
6360the user. @xref{Files}, for information on invoking @value{GDBN} in
6361the post-mortem debugging mode.
6362
6363Occasionally, you may wish to produce a core file of the program you
6364are debugging in order to preserve a snapshot of its state.
6365@value{GDBN} has a special command for that.
6366
6367@table @code
6368@kindex gcore
6369@kindex generate-core-file
6370@item generate-core-file [@var{file}]
6371@itemx gcore [@var{file}]
6372Produce a core dump of the inferior process. The optional argument
6373@var{file} specifies the file name where to put the core dump. If not
6374specified, the file name defaults to @file{core.@var{pid}}, where
6375@var{pid} is the inferior process ID.
6376
6377Note that this command is implemented only for some systems (as of
6378this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6379@end table
6380
a0eb71c5
KB
6381@node Character Sets
6382@section Character Sets
6383@cindex character sets
6384@cindex charset
6385@cindex translating between character sets
6386@cindex host character set
6387@cindex target character set
6388
6389If the program you are debugging uses a different character set to
6390represent characters and strings than the one @value{GDBN} uses itself,
6391@value{GDBN} can automatically translate between the character sets for
6392you. The character set @value{GDBN} uses we call the @dfn{host
6393character set}; the one the inferior program uses we call the
6394@dfn{target character set}.
6395
6396For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6397uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6398remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6399running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6400then the host character set is Latin-1, and the target character set is
6401@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6402target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6403@sc{ebcdic} and Latin 1 as you print character or string values, or use
6404character and string literals in expressions.
6405
6406@value{GDBN} has no way to automatically recognize which character set
6407the inferior program uses; you must tell it, using the @code{set
6408target-charset} command, described below.
6409
6410Here are the commands for controlling @value{GDBN}'s character set
6411support:
6412
6413@table @code
6414@item set target-charset @var{charset}
6415@kindex set target-charset
6416Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6417character set names @value{GDBN} recognizes below, but if you type
6418@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6419list the target character sets it supports.
a0eb71c5
KB
6420@end table
6421
6422@table @code
6423@item set host-charset @var{charset}
6424@kindex set host-charset
6425Set the current host character set to @var{charset}.
6426
6427By default, @value{GDBN} uses a host character set appropriate to the
6428system it is running on; you can override that default using the
6429@code{set host-charset} command.
6430
6431@value{GDBN} can only use certain character sets as its host character
6432set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6433indicate which can be host character sets, but if you type
6434@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6435list the host character sets it supports.
a0eb71c5
KB
6436
6437@item set charset @var{charset}
6438@kindex set charset
e33d66ec
EZ
6439Set the current host and target character sets to @var{charset}. As
6440above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6441@value{GDBN} will list the name of the character sets that can be used
6442for both host and target.
6443
a0eb71c5
KB
6444
6445@item show charset
a0eb71c5 6446@kindex show charset
b383017d 6447Show the names of the current host and target charsets.
e33d66ec
EZ
6448
6449@itemx show host-charset
a0eb71c5 6450@kindex show host-charset
b383017d 6451Show the name of the current host charset.
e33d66ec
EZ
6452
6453@itemx show target-charset
a0eb71c5 6454@kindex show target-charset
b383017d 6455Show the name of the current target charset.
a0eb71c5
KB
6456
6457@end table
6458
6459@value{GDBN} currently includes support for the following character
6460sets:
6461
6462@table @code
6463
6464@item ASCII
6465@cindex ASCII character set
6466Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6467character set.
6468
6469@item ISO-8859-1
6470@cindex ISO 8859-1 character set
6471@cindex ISO Latin 1 character set
e33d66ec 6472The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6473characters needed for French, German, and Spanish. @value{GDBN} can use
6474this as its host character set.
6475
6476@item EBCDIC-US
6477@itemx IBM1047
6478@cindex EBCDIC character set
6479@cindex IBM1047 character set
6480Variants of the @sc{ebcdic} character set, used on some of IBM's
6481mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6482@value{GDBN} cannot use these as its host character set.
6483
6484@end table
6485
6486Note that these are all single-byte character sets. More work inside
6487GDB is needed to support multi-byte or variable-width character
6488encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6489
6490Here is an example of @value{GDBN}'s character set support in action.
6491Assume that the following source code has been placed in the file
6492@file{charset-test.c}:
6493
6494@smallexample
6495#include <stdio.h>
6496
6497char ascii_hello[]
6498 = @{72, 101, 108, 108, 111, 44, 32, 119,
6499 111, 114, 108, 100, 33, 10, 0@};
6500char ibm1047_hello[]
6501 = @{200, 133, 147, 147, 150, 107, 64, 166,
6502 150, 153, 147, 132, 90, 37, 0@};
6503
6504main ()
6505@{
6506 printf ("Hello, world!\n");
6507@}
10998722 6508@end smallexample
a0eb71c5
KB
6509
6510In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6511containing the string @samp{Hello, world!} followed by a newline,
6512encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6513
6514We compile the program, and invoke the debugger on it:
6515
6516@smallexample
6517$ gcc -g charset-test.c -o charset-test
6518$ gdb -nw charset-test
6519GNU gdb 2001-12-19-cvs
6520Copyright 2001 Free Software Foundation, Inc.
6521@dots{}
f7dc1244 6522(@value{GDBP})
10998722 6523@end smallexample
a0eb71c5
KB
6524
6525We can use the @code{show charset} command to see what character sets
6526@value{GDBN} is currently using to interpret and display characters and
6527strings:
6528
6529@smallexample
f7dc1244 6530(@value{GDBP}) show charset
e33d66ec 6531The current host and target character set is `ISO-8859-1'.
f7dc1244 6532(@value{GDBP})
10998722 6533@end smallexample
a0eb71c5
KB
6534
6535For the sake of printing this manual, let's use @sc{ascii} as our
6536initial character set:
6537@smallexample
f7dc1244
EZ
6538(@value{GDBP}) set charset ASCII
6539(@value{GDBP}) show charset
e33d66ec 6540The current host and target character set is `ASCII'.
f7dc1244 6541(@value{GDBP})
10998722 6542@end smallexample
a0eb71c5
KB
6543
6544Let's assume that @sc{ascii} is indeed the correct character set for our
6545host system --- in other words, let's assume that if @value{GDBN} prints
6546characters using the @sc{ascii} character set, our terminal will display
6547them properly. Since our current target character set is also
6548@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6549
6550@smallexample
f7dc1244 6551(@value{GDBP}) print ascii_hello
a0eb71c5 6552$1 = 0x401698 "Hello, world!\n"
f7dc1244 6553(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6554$2 = 72 'H'
f7dc1244 6555(@value{GDBP})
10998722 6556@end smallexample
a0eb71c5
KB
6557
6558@value{GDBN} uses the target character set for character and string
6559literals you use in expressions:
6560
6561@smallexample
f7dc1244 6562(@value{GDBP}) print '+'
a0eb71c5 6563$3 = 43 '+'
f7dc1244 6564(@value{GDBP})
10998722 6565@end smallexample
a0eb71c5
KB
6566
6567The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6568character.
6569
6570@value{GDBN} relies on the user to tell it which character set the
6571target program uses. If we print @code{ibm1047_hello} while our target
6572character set is still @sc{ascii}, we get jibberish:
6573
6574@smallexample
f7dc1244 6575(@value{GDBP}) print ibm1047_hello
a0eb71c5 6576$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 6577(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6578$5 = 200 '\310'
f7dc1244 6579(@value{GDBP})
10998722 6580@end smallexample
a0eb71c5 6581
e33d66ec 6582If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6583@value{GDBN} tells us the character sets it supports:
6584
6585@smallexample
f7dc1244 6586(@value{GDBP}) set target-charset
b383017d 6587ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 6588(@value{GDBP}) set target-charset
10998722 6589@end smallexample
a0eb71c5
KB
6590
6591We can select @sc{ibm1047} as our target character set, and examine the
6592program's strings again. Now the @sc{ascii} string is wrong, but
6593@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6594target character set, @sc{ibm1047}, to the host character set,
6595@sc{ascii}, and they display correctly:
6596
6597@smallexample
f7dc1244
EZ
6598(@value{GDBP}) set target-charset IBM1047
6599(@value{GDBP}) show charset
e33d66ec
EZ
6600The current host character set is `ASCII'.
6601The current target character set is `IBM1047'.
f7dc1244 6602(@value{GDBP}) print ascii_hello
a0eb71c5 6603$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 6604(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6605$7 = 72 '\110'
f7dc1244 6606(@value{GDBP}) print ibm1047_hello
a0eb71c5 6607$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 6608(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6609$9 = 200 'H'
f7dc1244 6610(@value{GDBP})
10998722 6611@end smallexample
a0eb71c5
KB
6612
6613As above, @value{GDBN} uses the target character set for character and
6614string literals you use in expressions:
6615
6616@smallexample
f7dc1244 6617(@value{GDBP}) print '+'
a0eb71c5 6618$10 = 78 '+'
f7dc1244 6619(@value{GDBP})
10998722 6620@end smallexample
a0eb71c5 6621
e33d66ec 6622The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6623character.
6624
09d4efe1
EZ
6625@node Caching Remote Data
6626@section Caching Data of Remote Targets
6627@cindex caching data of remote targets
6628
6629@value{GDBN} can cache data exchanged between the debugger and a
6630remote target (@pxref{Remote}). Such caching generally improves
6631performance, because it reduces the overhead of the remote protocol by
6632bundling memory reads and writes into large chunks. Unfortunately,
6633@value{GDBN} does not currently know anything about volatile
6634registers, and thus data caching will produce incorrect results when
6635volatile registers are in use.
6636
6637@table @code
6638@kindex set remotecache
6639@item set remotecache on
6640@itemx set remotecache off
6641Set caching state for remote targets. When @code{ON}, use data
6642caching. By default, this option is @code{OFF}.
6643
6644@kindex show remotecache
6645@item show remotecache
6646Show the current state of data caching for remote targets.
6647
6648@kindex info dcache
6649@item info dcache
6650Print the information about the data cache performance. The
6651information displayed includes: the dcache width and depth; and for
6652each cache line, how many times it was referenced, and its data and
6653state (dirty, bad, ok, etc.). This command is useful for debugging
6654the data cache operation.
6655@end table
6656
a0eb71c5 6657
e2e0bcd1
JB
6658@node Macros
6659@chapter C Preprocessor Macros
6660
49efadf5 6661Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
6662``preprocessor macros'' which expand into strings of tokens.
6663@value{GDBN} can evaluate expressions containing macro invocations, show
6664the result of macro expansion, and show a macro's definition, including
6665where it was defined.
6666
6667You may need to compile your program specially to provide @value{GDBN}
6668with information about preprocessor macros. Most compilers do not
6669include macros in their debugging information, even when you compile
6670with the @option{-g} flag. @xref{Compilation}.
6671
6672A program may define a macro at one point, remove that definition later,
6673and then provide a different definition after that. Thus, at different
6674points in the program, a macro may have different definitions, or have
6675no definition at all. If there is a current stack frame, @value{GDBN}
6676uses the macros in scope at that frame's source code line. Otherwise,
6677@value{GDBN} uses the macros in scope at the current listing location;
6678see @ref{List}.
6679
6680At the moment, @value{GDBN} does not support the @code{##}
6681token-splicing operator, the @code{#} stringification operator, or
6682variable-arity macros.
6683
6684Whenever @value{GDBN} evaluates an expression, it always expands any
6685macro invocations present in the expression. @value{GDBN} also provides
6686the following commands for working with macros explicitly.
6687
6688@table @code
6689
6690@kindex macro expand
6691@cindex macro expansion, showing the results of preprocessor
6692@cindex preprocessor macro expansion, showing the results of
6693@cindex expanding preprocessor macros
6694@item macro expand @var{expression}
6695@itemx macro exp @var{expression}
6696Show the results of expanding all preprocessor macro invocations in
6697@var{expression}. Since @value{GDBN} simply expands macros, but does
6698not parse the result, @var{expression} need not be a valid expression;
6699it can be any string of tokens.
6700
09d4efe1 6701@kindex macro exp1
e2e0bcd1
JB
6702@item macro expand-once @var{expression}
6703@itemx macro exp1 @var{expression}
4644b6e3 6704@cindex expand macro once
e2e0bcd1
JB
6705@i{(This command is not yet implemented.)} Show the results of
6706expanding those preprocessor macro invocations that appear explicitly in
6707@var{expression}. Macro invocations appearing in that expansion are
6708left unchanged. This command allows you to see the effect of a
6709particular macro more clearly, without being confused by further
6710expansions. Since @value{GDBN} simply expands macros, but does not
6711parse the result, @var{expression} need not be a valid expression; it
6712can be any string of tokens.
6713
475b0867 6714@kindex info macro
e2e0bcd1
JB
6715@cindex macro definition, showing
6716@cindex definition, showing a macro's
475b0867 6717@item info macro @var{macro}
e2e0bcd1
JB
6718Show the definition of the macro named @var{macro}, and describe the
6719source location where that definition was established.
6720
6721@kindex macro define
6722@cindex user-defined macros
6723@cindex defining macros interactively
6724@cindex macros, user-defined
6725@item macro define @var{macro} @var{replacement-list}
6726@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6727@i{(This command is not yet implemented.)} Introduce a definition for a
6728preprocessor macro named @var{macro}, invocations of which are replaced
6729by the tokens given in @var{replacement-list}. The first form of this
6730command defines an ``object-like'' macro, which takes no arguments; the
6731second form defines a ``function-like'' macro, which takes the arguments
6732given in @var{arglist}.
6733
6734A definition introduced by this command is in scope in every expression
6735evaluated in @value{GDBN}, until it is removed with the @command{macro
6736undef} command, described below. The definition overrides all
6737definitions for @var{macro} present in the program being debugged, as
6738well as any previous user-supplied definition.
6739
6740@kindex macro undef
6741@item macro undef @var{macro}
6742@i{(This command is not yet implemented.)} Remove any user-supplied
6743definition for the macro named @var{macro}. This command only affects
6744definitions provided with the @command{macro define} command, described
6745above; it cannot remove definitions present in the program being
6746debugged.
6747
09d4efe1
EZ
6748@kindex macro list
6749@item macro list
6750@i{(This command is not yet implemented.)} List all the macros
6751defined using the @code{macro define} command.
e2e0bcd1
JB
6752@end table
6753
6754@cindex macros, example of debugging with
6755Here is a transcript showing the above commands in action. First, we
6756show our source files:
6757
6758@smallexample
6759$ cat sample.c
6760#include <stdio.h>
6761#include "sample.h"
6762
6763#define M 42
6764#define ADD(x) (M + x)
6765
6766main ()
6767@{
6768#define N 28
6769 printf ("Hello, world!\n");
6770#undef N
6771 printf ("We're so creative.\n");
6772#define N 1729
6773 printf ("Goodbye, world!\n");
6774@}
6775$ cat sample.h
6776#define Q <
6777$
6778@end smallexample
6779
6780Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6781We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6782compiler includes information about preprocessor macros in the debugging
6783information.
6784
6785@smallexample
6786$ gcc -gdwarf-2 -g3 sample.c -o sample
6787$
6788@end smallexample
6789
6790Now, we start @value{GDBN} on our sample program:
6791
6792@smallexample
6793$ gdb -nw sample
6794GNU gdb 2002-05-06-cvs
6795Copyright 2002 Free Software Foundation, Inc.
6796GDB is free software, @dots{}
f7dc1244 6797(@value{GDBP})
e2e0bcd1
JB
6798@end smallexample
6799
6800We can expand macros and examine their definitions, even when the
6801program is not running. @value{GDBN} uses the current listing position
6802to decide which macro definitions are in scope:
6803
6804@smallexample
f7dc1244 6805(@value{GDBP}) list main
e2e0bcd1
JB
68063
68074 #define M 42
68085 #define ADD(x) (M + x)
68096
68107 main ()
68118 @{
68129 #define N 28
681310 printf ("Hello, world!\n");
681411 #undef N
681512 printf ("We're so creative.\n");
f7dc1244 6816(@value{GDBP}) info macro ADD
e2e0bcd1
JB
6817Defined at /home/jimb/gdb/macros/play/sample.c:5
6818#define ADD(x) (M + x)
f7dc1244 6819(@value{GDBP}) info macro Q
e2e0bcd1
JB
6820Defined at /home/jimb/gdb/macros/play/sample.h:1
6821 included at /home/jimb/gdb/macros/play/sample.c:2
6822#define Q <
f7dc1244 6823(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 6824expands to: (42 + 1)
f7dc1244 6825(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 6826expands to: once (M + 1)
f7dc1244 6827(@value{GDBP})
e2e0bcd1
JB
6828@end smallexample
6829
6830In the example above, note that @command{macro expand-once} expands only
6831the macro invocation explicit in the original text --- the invocation of
6832@code{ADD} --- but does not expand the invocation of the macro @code{M},
6833which was introduced by @code{ADD}.
6834
6835Once the program is running, GDB uses the macro definitions in force at
6836the source line of the current stack frame:
6837
6838@smallexample
f7dc1244 6839(@value{GDBP}) break main
e2e0bcd1 6840Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 6841(@value{GDBP}) run
b383017d 6842Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6843
6844Breakpoint 1, main () at sample.c:10
684510 printf ("Hello, world!\n");
f7dc1244 6846(@value{GDBP})
e2e0bcd1
JB
6847@end smallexample
6848
6849At line 10, the definition of the macro @code{N} at line 9 is in force:
6850
6851@smallexample
f7dc1244 6852(@value{GDBP}) info macro N
e2e0bcd1
JB
6853Defined at /home/jimb/gdb/macros/play/sample.c:9
6854#define N 28
f7dc1244 6855(@value{GDBP}) macro expand N Q M
e2e0bcd1 6856expands to: 28 < 42
f7dc1244 6857(@value{GDBP}) print N Q M
e2e0bcd1 6858$1 = 1
f7dc1244 6859(@value{GDBP})
e2e0bcd1
JB
6860@end smallexample
6861
6862As we step over directives that remove @code{N}'s definition, and then
6863give it a new definition, @value{GDBN} finds the definition (or lack
6864thereof) in force at each point:
6865
6866@smallexample
f7dc1244 6867(@value{GDBP}) next
e2e0bcd1
JB
6868Hello, world!
686912 printf ("We're so creative.\n");
f7dc1244 6870(@value{GDBP}) info macro N
e2e0bcd1
JB
6871The symbol `N' has no definition as a C/C++ preprocessor macro
6872at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 6873(@value{GDBP}) next
e2e0bcd1
JB
6874We're so creative.
687514 printf ("Goodbye, world!\n");
f7dc1244 6876(@value{GDBP}) info macro N
e2e0bcd1
JB
6877Defined at /home/jimb/gdb/macros/play/sample.c:13
6878#define N 1729
f7dc1244 6879(@value{GDBP}) macro expand N Q M
e2e0bcd1 6880expands to: 1729 < 42
f7dc1244 6881(@value{GDBP}) print N Q M
e2e0bcd1 6882$2 = 0
f7dc1244 6883(@value{GDBP})
e2e0bcd1
JB
6884@end smallexample
6885
6886
b37052ae
EZ
6887@node Tracepoints
6888@chapter Tracepoints
6889@c This chapter is based on the documentation written by Michael
6890@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6891
6892@cindex tracepoints
6893In some applications, it is not feasible for the debugger to interrupt
6894the program's execution long enough for the developer to learn
6895anything helpful about its behavior. If the program's correctness
6896depends on its real-time behavior, delays introduced by a debugger
6897might cause the program to change its behavior drastically, or perhaps
6898fail, even when the code itself is correct. It is useful to be able
6899to observe the program's behavior without interrupting it.
6900
6901Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6902specify locations in the program, called @dfn{tracepoints}, and
6903arbitrary expressions to evaluate when those tracepoints are reached.
6904Later, using the @code{tfind} command, you can examine the values
6905those expressions had when the program hit the tracepoints. The
6906expressions may also denote objects in memory---structures or arrays,
6907for example---whose values @value{GDBN} should record; while visiting
6908a particular tracepoint, you may inspect those objects as if they were
6909in memory at that moment. However, because @value{GDBN} records these
6910values without interacting with you, it can do so quickly and
6911unobtrusively, hopefully not disturbing the program's behavior.
6912
6913The tracepoint facility is currently available only for remote
2c0069bb
EZ
6914targets. @xref{Targets}. In addition, your remote target must know how
6915to collect trace data. This functionality is implemented in the remote
6916stub; however, none of the stubs distributed with @value{GDBN} support
6917tracepoints as of this writing.
b37052ae
EZ
6918
6919This chapter describes the tracepoint commands and features.
6920
6921@menu
b383017d
RM
6922* Set Tracepoints::
6923* Analyze Collected Data::
6924* Tracepoint Variables::
b37052ae
EZ
6925@end menu
6926
6927@node Set Tracepoints
6928@section Commands to Set Tracepoints
6929
6930Before running such a @dfn{trace experiment}, an arbitrary number of
6931tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6932tracepoint has a number assigned to it by @value{GDBN}. Like with
6933breakpoints, tracepoint numbers are successive integers starting from
6934one. Many of the commands associated with tracepoints take the
6935tracepoint number as their argument, to identify which tracepoint to
6936work on.
6937
6938For each tracepoint, you can specify, in advance, some arbitrary set
6939of data that you want the target to collect in the trace buffer when
6940it hits that tracepoint. The collected data can include registers,
6941local variables, or global data. Later, you can use @value{GDBN}
6942commands to examine the values these data had at the time the
6943tracepoint was hit.
6944
6945This section describes commands to set tracepoints and associated
6946conditions and actions.
6947
6948@menu
b383017d
RM
6949* Create and Delete Tracepoints::
6950* Enable and Disable Tracepoints::
6951* Tracepoint Passcounts::
6952* Tracepoint Actions::
6953* Listing Tracepoints::
6954* Starting and Stopping Trace Experiment::
b37052ae
EZ
6955@end menu
6956
6957@node Create and Delete Tracepoints
6958@subsection Create and Delete Tracepoints
6959
6960@table @code
6961@cindex set tracepoint
6962@kindex trace
6963@item trace
6964The @code{trace} command is very similar to the @code{break} command.
6965Its argument can be a source line, a function name, or an address in
6966the target program. @xref{Set Breaks}. The @code{trace} command
6967defines a tracepoint, which is a point in the target program where the
6968debugger will briefly stop, collect some data, and then allow the
6969program to continue. Setting a tracepoint or changing its commands
6970doesn't take effect until the next @code{tstart} command; thus, you
6971cannot change the tracepoint attributes once a trace experiment is
6972running.
6973
6974Here are some examples of using the @code{trace} command:
6975
6976@smallexample
6977(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6978
6979(@value{GDBP}) @b{trace +2} // 2 lines forward
6980
6981(@value{GDBP}) @b{trace my_function} // first source line of function
6982
6983(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6984
6985(@value{GDBP}) @b{trace *0x2117c4} // an address
6986@end smallexample
6987
6988@noindent
6989You can abbreviate @code{trace} as @code{tr}.
6990
6991@vindex $tpnum
6992@cindex last tracepoint number
6993@cindex recent tracepoint number
6994@cindex tracepoint number
6995The convenience variable @code{$tpnum} records the tracepoint number
6996of the most recently set tracepoint.
6997
6998@kindex delete tracepoint
6999@cindex tracepoint deletion
7000@item delete tracepoint @r{[}@var{num}@r{]}
7001Permanently delete one or more tracepoints. With no argument, the
7002default is to delete all tracepoints.
7003
7004Examples:
7005
7006@smallexample
7007(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7008
7009(@value{GDBP}) @b{delete trace} // remove all tracepoints
7010@end smallexample
7011
7012@noindent
7013You can abbreviate this command as @code{del tr}.
7014@end table
7015
7016@node Enable and Disable Tracepoints
7017@subsection Enable and Disable Tracepoints
7018
7019@table @code
7020@kindex disable tracepoint
7021@item disable tracepoint @r{[}@var{num}@r{]}
7022Disable tracepoint @var{num}, or all tracepoints if no argument
7023@var{num} is given. A disabled tracepoint will have no effect during
7024the next trace experiment, but it is not forgotten. You can re-enable
7025a disabled tracepoint using the @code{enable tracepoint} command.
7026
7027@kindex enable tracepoint
7028@item enable tracepoint @r{[}@var{num}@r{]}
7029Enable tracepoint @var{num}, or all tracepoints. The enabled
7030tracepoints will become effective the next time a trace experiment is
7031run.
7032@end table
7033
7034@node Tracepoint Passcounts
7035@subsection Tracepoint Passcounts
7036
7037@table @code
7038@kindex passcount
7039@cindex tracepoint pass count
7040@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7041Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7042automatically stop a trace experiment. If a tracepoint's passcount is
7043@var{n}, then the trace experiment will be automatically stopped on
7044the @var{n}'th time that tracepoint is hit. If the tracepoint number
7045@var{num} is not specified, the @code{passcount} command sets the
7046passcount of the most recently defined tracepoint. If no passcount is
7047given, the trace experiment will run until stopped explicitly by the
7048user.
7049
7050Examples:
7051
7052@smallexample
b383017d 7053(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 7054@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
7055
7056(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 7057@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
7058(@value{GDBP}) @b{trace foo}
7059(@value{GDBP}) @b{pass 3}
7060(@value{GDBP}) @b{trace bar}
7061(@value{GDBP}) @b{pass 2}
7062(@value{GDBP}) @b{trace baz}
7063(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
7064@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7065@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7066@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
7067@end smallexample
7068@end table
7069
7070@node Tracepoint Actions
7071@subsection Tracepoint Action Lists
7072
7073@table @code
7074@kindex actions
7075@cindex tracepoint actions
7076@item actions @r{[}@var{num}@r{]}
7077This command will prompt for a list of actions to be taken when the
7078tracepoint is hit. If the tracepoint number @var{num} is not
7079specified, this command sets the actions for the one that was most
7080recently defined (so that you can define a tracepoint and then say
7081@code{actions} without bothering about its number). You specify the
7082actions themselves on the following lines, one action at a time, and
7083terminate the actions list with a line containing just @code{end}. So
7084far, the only defined actions are @code{collect} and
7085@code{while-stepping}.
7086
7087@cindex remove actions from a tracepoint
7088To remove all actions from a tracepoint, type @samp{actions @var{num}}
7089and follow it immediately with @samp{end}.
7090
7091@smallexample
7092(@value{GDBP}) @b{collect @var{data}} // collect some data
7093
6826cf00 7094(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 7095
6826cf00 7096(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
7097@end smallexample
7098
7099In the following example, the action list begins with @code{collect}
7100commands indicating the things to be collected when the tracepoint is
7101hit. Then, in order to single-step and collect additional data
7102following the tracepoint, a @code{while-stepping} command is used,
7103followed by the list of things to be collected while stepping. The
7104@code{while-stepping} command is terminated by its own separate
7105@code{end} command. Lastly, the action list is terminated by an
7106@code{end} command.
7107
7108@smallexample
7109(@value{GDBP}) @b{trace foo}
7110(@value{GDBP}) @b{actions}
7111Enter actions for tracepoint 1, one per line:
7112> collect bar,baz
7113> collect $regs
7114> while-stepping 12
7115 > collect $fp, $sp
7116 > end
7117end
7118@end smallexample
7119
7120@kindex collect @r{(tracepoints)}
7121@item collect @var{expr1}, @var{expr2}, @dots{}
7122Collect values of the given expressions when the tracepoint is hit.
7123This command accepts a comma-separated list of any valid expressions.
7124In addition to global, static, or local variables, the following
7125special arguments are supported:
7126
7127@table @code
7128@item $regs
7129collect all registers
7130
7131@item $args
7132collect all function arguments
7133
7134@item $locals
7135collect all local variables.
7136@end table
7137
7138You can give several consecutive @code{collect} commands, each one
7139with a single argument, or one @code{collect} command with several
7140arguments separated by commas: the effect is the same.
7141
f5c37c66
EZ
7142The command @code{info scope} (@pxref{Symbols, info scope}) is
7143particularly useful for figuring out what data to collect.
7144
b37052ae
EZ
7145@kindex while-stepping @r{(tracepoints)}
7146@item while-stepping @var{n}
7147Perform @var{n} single-step traces after the tracepoint, collecting
7148new data at each step. The @code{while-stepping} command is
7149followed by the list of what to collect while stepping (followed by
7150its own @code{end} command):
7151
7152@smallexample
7153> while-stepping 12
7154 > collect $regs, myglobal
7155 > end
7156>
7157@end smallexample
7158
7159@noindent
7160You may abbreviate @code{while-stepping} as @code{ws} or
7161@code{stepping}.
7162@end table
7163
7164@node Listing Tracepoints
7165@subsection Listing Tracepoints
7166
7167@table @code
7168@kindex info tracepoints
09d4efe1 7169@kindex info tp
b37052ae
EZ
7170@cindex information about tracepoints
7171@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 7172Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 7173a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
7174defined so far. For each tracepoint, the following information is
7175shown:
7176
7177@itemize @bullet
7178@item
7179its number
7180@item
7181whether it is enabled or disabled
7182@item
7183its address
7184@item
7185its passcount as given by the @code{passcount @var{n}} command
7186@item
7187its step count as given by the @code{while-stepping @var{n}} command
7188@item
7189where in the source files is the tracepoint set
7190@item
7191its action list as given by the @code{actions} command
7192@end itemize
7193
7194@smallexample
7195(@value{GDBP}) @b{info trace}
7196Num Enb Address PassC StepC What
71971 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
71982 y 0x0020dc64 0 0 in g_test at g_test.c:1375
71993 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
7200(@value{GDBP})
7201@end smallexample
7202
7203@noindent
7204This command can be abbreviated @code{info tp}.
7205@end table
7206
7207@node Starting and Stopping Trace Experiment
7208@subsection Starting and Stopping Trace Experiment
7209
7210@table @code
7211@kindex tstart
7212@cindex start a new trace experiment
7213@cindex collected data discarded
7214@item tstart
7215This command takes no arguments. It starts the trace experiment, and
7216begins collecting data. This has the side effect of discarding all
7217the data collected in the trace buffer during the previous trace
7218experiment.
7219
7220@kindex tstop
7221@cindex stop a running trace experiment
7222@item tstop
7223This command takes no arguments. It ends the trace experiment, and
7224stops collecting data.
7225
68c71a2e 7226@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
7227automatically if any tracepoint's passcount is reached
7228(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7229
7230@kindex tstatus
7231@cindex status of trace data collection
7232@cindex trace experiment, status of
7233@item tstatus
7234This command displays the status of the current trace data
7235collection.
7236@end table
7237
7238Here is an example of the commands we described so far:
7239
7240@smallexample
7241(@value{GDBP}) @b{trace gdb_c_test}
7242(@value{GDBP}) @b{actions}
7243Enter actions for tracepoint #1, one per line.
7244> collect $regs,$locals,$args
7245> while-stepping 11
7246 > collect $regs
7247 > end
7248> end
7249(@value{GDBP}) @b{tstart}
7250 [time passes @dots{}]
7251(@value{GDBP}) @b{tstop}
7252@end smallexample
7253
7254
7255@node Analyze Collected Data
7256@section Using the collected data
7257
7258After the tracepoint experiment ends, you use @value{GDBN} commands
7259for examining the trace data. The basic idea is that each tracepoint
7260collects a trace @dfn{snapshot} every time it is hit and another
7261snapshot every time it single-steps. All these snapshots are
7262consecutively numbered from zero and go into a buffer, and you can
7263examine them later. The way you examine them is to @dfn{focus} on a
7264specific trace snapshot. When the remote stub is focused on a trace
7265snapshot, it will respond to all @value{GDBN} requests for memory and
7266registers by reading from the buffer which belongs to that snapshot,
7267rather than from @emph{real} memory or registers of the program being
7268debugged. This means that @strong{all} @value{GDBN} commands
7269(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7270behave as if we were currently debugging the program state as it was
7271when the tracepoint occurred. Any requests for data that are not in
7272the buffer will fail.
7273
7274@menu
7275* tfind:: How to select a trace snapshot
7276* tdump:: How to display all data for a snapshot
7277* save-tracepoints:: How to save tracepoints for a future run
7278@end menu
7279
7280@node tfind
7281@subsection @code{tfind @var{n}}
7282
7283@kindex tfind
7284@cindex select trace snapshot
7285@cindex find trace snapshot
7286The basic command for selecting a trace snapshot from the buffer is
7287@code{tfind @var{n}}, which finds trace snapshot number @var{n},
7288counting from zero. If no argument @var{n} is given, the next
7289snapshot is selected.
7290
7291Here are the various forms of using the @code{tfind} command.
7292
7293@table @code
7294@item tfind start
7295Find the first snapshot in the buffer. This is a synonym for
7296@code{tfind 0} (since 0 is the number of the first snapshot).
7297
7298@item tfind none
7299Stop debugging trace snapshots, resume @emph{live} debugging.
7300
7301@item tfind end
7302Same as @samp{tfind none}.
7303
7304@item tfind
7305No argument means find the next trace snapshot.
7306
7307@item tfind -
7308Find the previous trace snapshot before the current one. This permits
7309retracing earlier steps.
7310
7311@item tfind tracepoint @var{num}
7312Find the next snapshot associated with tracepoint @var{num}. Search
7313proceeds forward from the last examined trace snapshot. If no
7314argument @var{num} is given, it means find the next snapshot collected
7315for the same tracepoint as the current snapshot.
7316
7317@item tfind pc @var{addr}
7318Find the next snapshot associated with the value @var{addr} of the
7319program counter. Search proceeds forward from the last examined trace
7320snapshot. If no argument @var{addr} is given, it means find the next
7321snapshot with the same value of PC as the current snapshot.
7322
7323@item tfind outside @var{addr1}, @var{addr2}
7324Find the next snapshot whose PC is outside the given range of
7325addresses.
7326
7327@item tfind range @var{addr1}, @var{addr2}
7328Find the next snapshot whose PC is between @var{addr1} and
7329@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7330
7331@item tfind line @r{[}@var{file}:@r{]}@var{n}
7332Find the next snapshot associated with the source line @var{n}. If
7333the optional argument @var{file} is given, refer to line @var{n} in
7334that source file. Search proceeds forward from the last examined
7335trace snapshot. If no argument @var{n} is given, it means find the
7336next line other than the one currently being examined; thus saying
7337@code{tfind line} repeatedly can appear to have the same effect as
7338stepping from line to line in a @emph{live} debugging session.
7339@end table
7340
7341The default arguments for the @code{tfind} commands are specifically
7342designed to make it easy to scan through the trace buffer. For
7343instance, @code{tfind} with no argument selects the next trace
7344snapshot, and @code{tfind -} with no argument selects the previous
7345trace snapshot. So, by giving one @code{tfind} command, and then
7346simply hitting @key{RET} repeatedly you can examine all the trace
7347snapshots in order. Or, by saying @code{tfind -} and then hitting
7348@key{RET} repeatedly you can examine the snapshots in reverse order.
7349The @code{tfind line} command with no argument selects the snapshot
7350for the next source line executed. The @code{tfind pc} command with
7351no argument selects the next snapshot with the same program counter
7352(PC) as the current frame. The @code{tfind tracepoint} command with
7353no argument selects the next trace snapshot collected by the same
7354tracepoint as the current one.
7355
7356In addition to letting you scan through the trace buffer manually,
7357these commands make it easy to construct @value{GDBN} scripts that
7358scan through the trace buffer and print out whatever collected data
7359you are interested in. Thus, if we want to examine the PC, FP, and SP
7360registers from each trace frame in the buffer, we can say this:
7361
7362@smallexample
7363(@value{GDBP}) @b{tfind start}
7364(@value{GDBP}) @b{while ($trace_frame != -1)}
7365> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7366 $trace_frame, $pc, $sp, $fp
7367> tfind
7368> end
7369
7370Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7371Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7372Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7373Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7374Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7375Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7376Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7377Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7378Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7379Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7380Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7381@end smallexample
7382
7383Or, if we want to examine the variable @code{X} at each source line in
7384the buffer:
7385
7386@smallexample
7387(@value{GDBP}) @b{tfind start}
7388(@value{GDBP}) @b{while ($trace_frame != -1)}
7389> printf "Frame %d, X == %d\n", $trace_frame, X
7390> tfind line
7391> end
7392
7393Frame 0, X = 1
7394Frame 7, X = 2
7395Frame 13, X = 255
7396@end smallexample
7397
7398@node tdump
7399@subsection @code{tdump}
7400@kindex tdump
7401@cindex dump all data collected at tracepoint
7402@cindex tracepoint data, display
7403
7404This command takes no arguments. It prints all the data collected at
7405the current trace snapshot.
7406
7407@smallexample
7408(@value{GDBP}) @b{trace 444}
7409(@value{GDBP}) @b{actions}
7410Enter actions for tracepoint #2, one per line:
7411> collect $regs, $locals, $args, gdb_long_test
7412> end
7413
7414(@value{GDBP}) @b{tstart}
7415
7416(@value{GDBP}) @b{tfind line 444}
7417#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7418at gdb_test.c:444
7419444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7420
7421(@value{GDBP}) @b{tdump}
7422Data collected at tracepoint 2, trace frame 1:
7423d0 0xc4aa0085 -995491707
7424d1 0x18 24
7425d2 0x80 128
7426d3 0x33 51
7427d4 0x71aea3d 119204413
7428d5 0x22 34
7429d6 0xe0 224
7430d7 0x380035 3670069
7431a0 0x19e24a 1696330
7432a1 0x3000668 50333288
7433a2 0x100 256
7434a3 0x322000 3284992
7435a4 0x3000698 50333336
7436a5 0x1ad3cc 1758156
7437fp 0x30bf3c 0x30bf3c
7438sp 0x30bf34 0x30bf34
7439ps 0x0 0
7440pc 0x20b2c8 0x20b2c8
7441fpcontrol 0x0 0
7442fpstatus 0x0 0
7443fpiaddr 0x0 0
7444p = 0x20e5b4 "gdb-test"
7445p1 = (void *) 0x11
7446p2 = (void *) 0x22
7447p3 = (void *) 0x33
7448p4 = (void *) 0x44
7449p5 = (void *) 0x55
7450p6 = (void *) 0x66
7451gdb_long_test = 17 '\021'
7452
7453(@value{GDBP})
7454@end smallexample
7455
7456@node save-tracepoints
7457@subsection @code{save-tracepoints @var{filename}}
7458@kindex save-tracepoints
7459@cindex save tracepoints for future sessions
7460
7461This command saves all current tracepoint definitions together with
7462their actions and passcounts, into a file @file{@var{filename}}
7463suitable for use in a later debugging session. To read the saved
7464tracepoint definitions, use the @code{source} command (@pxref{Command
7465Files}).
7466
7467@node Tracepoint Variables
7468@section Convenience Variables for Tracepoints
7469@cindex tracepoint variables
7470@cindex convenience variables for tracepoints
7471
7472@table @code
7473@vindex $trace_frame
7474@item (int) $trace_frame
7475The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7476snapshot is selected.
7477
7478@vindex $tracepoint
7479@item (int) $tracepoint
7480The tracepoint for the current trace snapshot.
7481
7482@vindex $trace_line
7483@item (int) $trace_line
7484The line number for the current trace snapshot.
7485
7486@vindex $trace_file
7487@item (char []) $trace_file
7488The source file for the current trace snapshot.
7489
7490@vindex $trace_func
7491@item (char []) $trace_func
7492The name of the function containing @code{$tracepoint}.
7493@end table
7494
7495Note: @code{$trace_file} is not suitable for use in @code{printf},
7496use @code{output} instead.
7497
7498Here's a simple example of using these convenience variables for
7499stepping through all the trace snapshots and printing some of their
7500data.
7501
7502@smallexample
7503(@value{GDBP}) @b{tfind start}
7504
7505(@value{GDBP}) @b{while $trace_frame != -1}
7506> output $trace_file
7507> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7508> tfind
7509> end
7510@end smallexample
7511
df0cd8c5
JB
7512@node Overlays
7513@chapter Debugging Programs That Use Overlays
7514@cindex overlays
7515
7516If your program is too large to fit completely in your target system's
7517memory, you can sometimes use @dfn{overlays} to work around this
7518problem. @value{GDBN} provides some support for debugging programs that
7519use overlays.
7520
7521@menu
7522* How Overlays Work:: A general explanation of overlays.
7523* Overlay Commands:: Managing overlays in @value{GDBN}.
7524* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7525 mapped by asking the inferior.
7526* Overlay Sample Program:: A sample program using overlays.
7527@end menu
7528
7529@node How Overlays Work
7530@section How Overlays Work
7531@cindex mapped overlays
7532@cindex unmapped overlays
7533@cindex load address, overlay's
7534@cindex mapped address
7535@cindex overlay area
7536
7537Suppose you have a computer whose instruction address space is only 64
7538kilobytes long, but which has much more memory which can be accessed by
7539other means: special instructions, segment registers, or memory
7540management hardware, for example. Suppose further that you want to
7541adapt a program which is larger than 64 kilobytes to run on this system.
7542
7543One solution is to identify modules of your program which are relatively
7544independent, and need not call each other directly; call these modules
7545@dfn{overlays}. Separate the overlays from the main program, and place
7546their machine code in the larger memory. Place your main program in
7547instruction memory, but leave at least enough space there to hold the
7548largest overlay as well.
7549
7550Now, to call a function located in an overlay, you must first copy that
7551overlay's machine code from the large memory into the space set aside
7552for it in the instruction memory, and then jump to its entry point
7553there.
7554
c928edc0
AC
7555@c NB: In the below the mapped area's size is greater or equal to the
7556@c size of all overlays. This is intentional to remind the developer
7557@c that overlays don't necessarily need to be the same size.
7558
474c8240 7559@smallexample
df0cd8c5 7560@group
c928edc0
AC
7561 Data Instruction Larger
7562Address Space Address Space Address Space
7563+-----------+ +-----------+ +-----------+
7564| | | | | |
7565+-----------+ +-----------+ +-----------+<-- overlay 1
7566| program | | main | .----| overlay 1 | load address
7567| variables | | program | | +-----------+
7568| and heap | | | | | |
7569+-----------+ | | | +-----------+<-- overlay 2
7570| | +-----------+ | | | load address
7571+-----------+ | | | .-| overlay 2 |
7572 | | | | | |
7573 mapped --->+-----------+ | | +-----------+
7574 address | | | | | |
7575 | overlay | <-' | | |
7576 | area | <---' +-----------+<-- overlay 3
7577 | | <---. | | load address
7578 +-----------+ `--| overlay 3 |
7579 | | | |
7580 +-----------+ | |
7581 +-----------+
7582 | |
7583 +-----------+
7584
7585 @anchor{A code overlay}A code overlay
df0cd8c5 7586@end group
474c8240 7587@end smallexample
df0cd8c5 7588
c928edc0
AC
7589The diagram (@pxref{A code overlay}) shows a system with separate data
7590and instruction address spaces. To map an overlay, the program copies
7591its code from the larger address space to the instruction address space.
7592Since the overlays shown here all use the same mapped address, only one
7593may be mapped at a time. For a system with a single address space for
7594data and instructions, the diagram would be similar, except that the
7595program variables and heap would share an address space with the main
7596program and the overlay area.
df0cd8c5
JB
7597
7598An overlay loaded into instruction memory and ready for use is called a
7599@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7600instruction memory. An overlay not present (or only partially present)
7601in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7602is its address in the larger memory. The mapped address is also called
7603the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7604called the @dfn{load memory address}, or @dfn{LMA}.
7605
7606Unfortunately, overlays are not a completely transparent way to adapt a
7607program to limited instruction memory. They introduce a new set of
7608global constraints you must keep in mind as you design your program:
7609
7610@itemize @bullet
7611
7612@item
7613Before calling or returning to a function in an overlay, your program
7614must make sure that overlay is actually mapped. Otherwise, the call or
7615return will transfer control to the right address, but in the wrong
7616overlay, and your program will probably crash.
7617
7618@item
7619If the process of mapping an overlay is expensive on your system, you
7620will need to choose your overlays carefully to minimize their effect on
7621your program's performance.
7622
7623@item
7624The executable file you load onto your system must contain each
7625overlay's instructions, appearing at the overlay's load address, not its
7626mapped address. However, each overlay's instructions must be relocated
7627and its symbols defined as if the overlay were at its mapped address.
7628You can use GNU linker scripts to specify different load and relocation
7629addresses for pieces of your program; see @ref{Overlay Description,,,
7630ld.info, Using ld: the GNU linker}.
7631
7632@item
7633The procedure for loading executable files onto your system must be able
7634to load their contents into the larger address space as well as the
7635instruction and data spaces.
7636
7637@end itemize
7638
7639The overlay system described above is rather simple, and could be
7640improved in many ways:
7641
7642@itemize @bullet
7643
7644@item
7645If your system has suitable bank switch registers or memory management
7646hardware, you could use those facilities to make an overlay's load area
7647contents simply appear at their mapped address in instruction space.
7648This would probably be faster than copying the overlay to its mapped
7649area in the usual way.
7650
7651@item
7652If your overlays are small enough, you could set aside more than one
7653overlay area, and have more than one overlay mapped at a time.
7654
7655@item
7656You can use overlays to manage data, as well as instructions. In
7657general, data overlays are even less transparent to your design than
7658code overlays: whereas code overlays only require care when you call or
7659return to functions, data overlays require care every time you access
7660the data. Also, if you change the contents of a data overlay, you
7661must copy its contents back out to its load address before you can copy a
7662different data overlay into the same mapped area.
7663
7664@end itemize
7665
7666
7667@node Overlay Commands
7668@section Overlay Commands
7669
7670To use @value{GDBN}'s overlay support, each overlay in your program must
7671correspond to a separate section of the executable file. The section's
7672virtual memory address and load memory address must be the overlay's
7673mapped and load addresses. Identifying overlays with sections allows
7674@value{GDBN} to determine the appropriate address of a function or
7675variable, depending on whether the overlay is mapped or not.
7676
7677@value{GDBN}'s overlay commands all start with the word @code{overlay};
7678you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7679
7680@table @code
7681@item overlay off
4644b6e3 7682@kindex overlay
df0cd8c5
JB
7683Disable @value{GDBN}'s overlay support. When overlay support is
7684disabled, @value{GDBN} assumes that all functions and variables are
7685always present at their mapped addresses. By default, @value{GDBN}'s
7686overlay support is disabled.
7687
7688@item overlay manual
df0cd8c5
JB
7689@cindex manual overlay debugging
7690Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7691relies on you to tell it which overlays are mapped, and which are not,
7692using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7693commands described below.
7694
7695@item overlay map-overlay @var{overlay}
7696@itemx overlay map @var{overlay}
df0cd8c5
JB
7697@cindex map an overlay
7698Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7699be the name of the object file section containing the overlay. When an
7700overlay is mapped, @value{GDBN} assumes it can find the overlay's
7701functions and variables at their mapped addresses. @value{GDBN} assumes
7702that any other overlays whose mapped ranges overlap that of
7703@var{overlay} are now unmapped.
7704
7705@item overlay unmap-overlay @var{overlay}
7706@itemx overlay unmap @var{overlay}
df0cd8c5
JB
7707@cindex unmap an overlay
7708Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7709must be the name of the object file section containing the overlay.
7710When an overlay is unmapped, @value{GDBN} assumes it can find the
7711overlay's functions and variables at their load addresses.
7712
7713@item overlay auto
df0cd8c5
JB
7714Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7715consults a data structure the overlay manager maintains in the inferior
7716to see which overlays are mapped. For details, see @ref{Automatic
7717Overlay Debugging}.
7718
7719@item overlay load-target
7720@itemx overlay load
df0cd8c5
JB
7721@cindex reloading the overlay table
7722Re-read the overlay table from the inferior. Normally, @value{GDBN}
7723re-reads the table @value{GDBN} automatically each time the inferior
7724stops, so this command should only be necessary if you have changed the
7725overlay mapping yourself using @value{GDBN}. This command is only
7726useful when using automatic overlay debugging.
7727
7728@item overlay list-overlays
7729@itemx overlay list
7730@cindex listing mapped overlays
7731Display a list of the overlays currently mapped, along with their mapped
7732addresses, load addresses, and sizes.
7733
7734@end table
7735
7736Normally, when @value{GDBN} prints a code address, it includes the name
7737of the function the address falls in:
7738
474c8240 7739@smallexample
f7dc1244 7740(@value{GDBP}) print main
df0cd8c5 7741$3 = @{int ()@} 0x11a0 <main>
474c8240 7742@end smallexample
df0cd8c5
JB
7743@noindent
7744When overlay debugging is enabled, @value{GDBN} recognizes code in
7745unmapped overlays, and prints the names of unmapped functions with
7746asterisks around them. For example, if @code{foo} is a function in an
7747unmapped overlay, @value{GDBN} prints it this way:
7748
474c8240 7749@smallexample
f7dc1244 7750(@value{GDBP}) overlay list
df0cd8c5 7751No sections are mapped.
f7dc1244 7752(@value{GDBP}) print foo
df0cd8c5 7753$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7754@end smallexample
df0cd8c5
JB
7755@noindent
7756When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7757name normally:
7758
474c8240 7759@smallexample
f7dc1244 7760(@value{GDBP}) overlay list
b383017d 7761Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 7762 mapped at 0x1016 - 0x104a
f7dc1244 7763(@value{GDBP}) print foo
df0cd8c5 7764$6 = @{int (int)@} 0x1016 <foo>
474c8240 7765@end smallexample
df0cd8c5
JB
7766
7767When overlay debugging is enabled, @value{GDBN} can find the correct
7768address for functions and variables in an overlay, whether or not the
7769overlay is mapped. This allows most @value{GDBN} commands, like
7770@code{break} and @code{disassemble}, to work normally, even on unmapped
7771code. However, @value{GDBN}'s breakpoint support has some limitations:
7772
7773@itemize @bullet
7774@item
7775@cindex breakpoints in overlays
7776@cindex overlays, setting breakpoints in
7777You can set breakpoints in functions in unmapped overlays, as long as
7778@value{GDBN} can write to the overlay at its load address.
7779@item
7780@value{GDBN} can not set hardware or simulator-based breakpoints in
7781unmapped overlays. However, if you set a breakpoint at the end of your
7782overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7783you are using manual overlay management), @value{GDBN} will re-set its
7784breakpoints properly.
7785@end itemize
7786
7787
7788@node Automatic Overlay Debugging
7789@section Automatic Overlay Debugging
7790@cindex automatic overlay debugging
7791
7792@value{GDBN} can automatically track which overlays are mapped and which
7793are not, given some simple co-operation from the overlay manager in the
7794inferior. If you enable automatic overlay debugging with the
7795@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7796looks in the inferior's memory for certain variables describing the
7797current state of the overlays.
7798
7799Here are the variables your overlay manager must define to support
7800@value{GDBN}'s automatic overlay debugging:
7801
7802@table @asis
7803
7804@item @code{_ovly_table}:
7805This variable must be an array of the following structures:
7806
474c8240 7807@smallexample
df0cd8c5
JB
7808struct
7809@{
7810 /* The overlay's mapped address. */
7811 unsigned long vma;
7812
7813 /* The size of the overlay, in bytes. */
7814 unsigned long size;
7815
7816 /* The overlay's load address. */
7817 unsigned long lma;
7818
7819 /* Non-zero if the overlay is currently mapped;
7820 zero otherwise. */
7821 unsigned long mapped;
7822@}
474c8240 7823@end smallexample
df0cd8c5
JB
7824
7825@item @code{_novlys}:
7826This variable must be a four-byte signed integer, holding the total
7827number of elements in @code{_ovly_table}.
7828
7829@end table
7830
7831To decide whether a particular overlay is mapped or not, @value{GDBN}
7832looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7833@code{lma} members equal the VMA and LMA of the overlay's section in the
7834executable file. When @value{GDBN} finds a matching entry, it consults
7835the entry's @code{mapped} member to determine whether the overlay is
7836currently mapped.
7837
81d46470 7838In addition, your overlay manager may define a function called
def71bfa 7839@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7840will silently set a breakpoint there. If the overlay manager then
7841calls this function whenever it has changed the overlay table, this
7842will enable @value{GDBN} to accurately keep track of which overlays
7843are in program memory, and update any breakpoints that may be set
b383017d 7844in overlays. This will allow breakpoints to work even if the
81d46470
MS
7845overlays are kept in ROM or other non-writable memory while they
7846are not being executed.
df0cd8c5
JB
7847
7848@node Overlay Sample Program
7849@section Overlay Sample Program
7850@cindex overlay example program
7851
7852When linking a program which uses overlays, you must place the overlays
7853at their load addresses, while relocating them to run at their mapped
7854addresses. To do this, you must write a linker script (@pxref{Overlay
7855Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7856since linker scripts are specific to a particular host system, target
7857architecture, and target memory layout, this manual cannot provide
7858portable sample code demonstrating @value{GDBN}'s overlay support.
7859
7860However, the @value{GDBN} source distribution does contain an overlaid
7861program, with linker scripts for a few systems, as part of its test
7862suite. The program consists of the following files from
7863@file{gdb/testsuite/gdb.base}:
7864
7865@table @file
7866@item overlays.c
7867The main program file.
7868@item ovlymgr.c
7869A simple overlay manager, used by @file{overlays.c}.
7870@item foo.c
7871@itemx bar.c
7872@itemx baz.c
7873@itemx grbx.c
7874Overlay modules, loaded and used by @file{overlays.c}.
7875@item d10v.ld
7876@itemx m32r.ld
7877Linker scripts for linking the test program on the @code{d10v-elf}
7878and @code{m32r-elf} targets.
7879@end table
7880
7881You can build the test program using the @code{d10v-elf} GCC
7882cross-compiler like this:
7883
474c8240 7884@smallexample
df0cd8c5
JB
7885$ d10v-elf-gcc -g -c overlays.c
7886$ d10v-elf-gcc -g -c ovlymgr.c
7887$ d10v-elf-gcc -g -c foo.c
7888$ d10v-elf-gcc -g -c bar.c
7889$ d10v-elf-gcc -g -c baz.c
7890$ d10v-elf-gcc -g -c grbx.c
7891$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7892 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7893@end smallexample
df0cd8c5
JB
7894
7895The build process is identical for any other architecture, except that
7896you must substitute the appropriate compiler and linker script for the
7897target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7898
7899
6d2ebf8b 7900@node Languages
c906108c
SS
7901@chapter Using @value{GDBN} with Different Languages
7902@cindex languages
7903
c906108c
SS
7904Although programming languages generally have common aspects, they are
7905rarely expressed in the same manner. For instance, in ANSI C,
7906dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7907Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7908represented (and displayed) differently. Hex numbers in C appear as
c906108c 7909@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7910
7911@cindex working language
7912Language-specific information is built into @value{GDBN} for some languages,
7913allowing you to express operations like the above in your program's
7914native language, and allowing @value{GDBN} to output values in a manner
7915consistent with the syntax of your program's native language. The
7916language you use to build expressions is called the @dfn{working
7917language}.
7918
7919@menu
7920* Setting:: Switching between source languages
7921* Show:: Displaying the language
c906108c 7922* Checks:: Type and range checks
9c16f35a 7923* Supported languages:: Supported languages
4e562065 7924* Unsupported languages:: Unsupported languages
c906108c
SS
7925@end menu
7926
6d2ebf8b 7927@node Setting
c906108c
SS
7928@section Switching between source languages
7929
7930There are two ways to control the working language---either have @value{GDBN}
7931set it automatically, or select it manually yourself. You can use the
7932@code{set language} command for either purpose. On startup, @value{GDBN}
7933defaults to setting the language automatically. The working language is
7934used to determine how expressions you type are interpreted, how values
7935are printed, etc.
7936
7937In addition to the working language, every source file that
7938@value{GDBN} knows about has its own working language. For some object
7939file formats, the compiler might indicate which language a particular
7940source file is in. However, most of the time @value{GDBN} infers the
7941language from the name of the file. The language of a source file
b37052ae 7942controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7943show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7944set the language of a source file from within @value{GDBN}, but you can
7945set the language associated with a filename extension. @xref{Show, ,
7946Displaying the language}.
c906108c
SS
7947
7948This is most commonly a problem when you use a program, such
5d161b24 7949as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7950another language. In that case, make the
7951program use @code{#line} directives in its C output; that way
7952@value{GDBN} will know the correct language of the source code of the original
7953program, and will display that source code, not the generated C code.
7954
7955@menu
7956* Filenames:: Filename extensions and languages.
7957* Manually:: Setting the working language manually
7958* Automatically:: Having @value{GDBN} infer the source language
7959@end menu
7960
6d2ebf8b 7961@node Filenames
c906108c
SS
7962@subsection List of filename extensions and languages
7963
7964If a source file name ends in one of the following extensions, then
7965@value{GDBN} infers that its language is the one indicated.
7966
7967@table @file
e07c999f
PH
7968@item .ada
7969@itemx .ads
7970@itemx .adb
7971@itemx .a
7972Ada source file.
c906108c
SS
7973
7974@item .c
7975C source file
7976
7977@item .C
7978@itemx .cc
7979@itemx .cp
7980@itemx .cpp
7981@itemx .cxx
7982@itemx .c++
b37052ae 7983C@t{++} source file
c906108c 7984
b37303ee
AF
7985@item .m
7986Objective-C source file
7987
c906108c
SS
7988@item .f
7989@itemx .F
7990Fortran source file
7991
c906108c
SS
7992@item .mod
7993Modula-2 source file
c906108c
SS
7994
7995@item .s
7996@itemx .S
7997Assembler source file. This actually behaves almost like C, but
7998@value{GDBN} does not skip over function prologues when stepping.
7999@end table
8000
8001In addition, you may set the language associated with a filename
8002extension. @xref{Show, , Displaying the language}.
8003
6d2ebf8b 8004@node Manually
c906108c
SS
8005@subsection Setting the working language
8006
8007If you allow @value{GDBN} to set the language automatically,
8008expressions are interpreted the same way in your debugging session and
8009your program.
8010
8011@kindex set language
8012If you wish, you may set the language manually. To do this, issue the
8013command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 8014a language, such as
c906108c 8015@code{c} or @code{modula-2}.
c906108c
SS
8016For a list of the supported languages, type @samp{set language}.
8017
c906108c
SS
8018Setting the language manually prevents @value{GDBN} from updating the working
8019language automatically. This can lead to confusion if you try
8020to debug a program when the working language is not the same as the
8021source language, when an expression is acceptable to both
8022languages---but means different things. For instance, if the current
8023source file were written in C, and @value{GDBN} was parsing Modula-2, a
8024command such as:
8025
474c8240 8026@smallexample
c906108c 8027print a = b + c
474c8240 8028@end smallexample
c906108c
SS
8029
8030@noindent
8031might not have the effect you intended. In C, this means to add
8032@code{b} and @code{c} and place the result in @code{a}. The result
8033printed would be the value of @code{a}. In Modula-2, this means to compare
8034@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 8035
6d2ebf8b 8036@node Automatically
c906108c
SS
8037@subsection Having @value{GDBN} infer the source language
8038
8039To have @value{GDBN} set the working language automatically, use
8040@samp{set language local} or @samp{set language auto}. @value{GDBN}
8041then infers the working language. That is, when your program stops in a
8042frame (usually by encountering a breakpoint), @value{GDBN} sets the
8043working language to the language recorded for the function in that
8044frame. If the language for a frame is unknown (that is, if the function
8045or block corresponding to the frame was defined in a source file that
8046does not have a recognized extension), the current working language is
8047not changed, and @value{GDBN} issues a warning.
8048
8049This may not seem necessary for most programs, which are written
8050entirely in one source language. However, program modules and libraries
8051written in one source language can be used by a main program written in
8052a different source language. Using @samp{set language auto} in this
8053case frees you from having to set the working language manually.
8054
6d2ebf8b 8055@node Show
c906108c 8056@section Displaying the language
c906108c
SS
8057
8058The following commands help you find out which language is the
8059working language, and also what language source files were written in.
8060
c906108c
SS
8061@table @code
8062@item show language
9c16f35a 8063@kindex show language
c906108c
SS
8064Display the current working language. This is the
8065language you can use with commands such as @code{print} to
8066build and compute expressions that may involve variables in your program.
8067
8068@item info frame
4644b6e3 8069@kindex info frame@r{, show the source language}
5d161b24 8070Display the source language for this frame. This language becomes the
c906108c 8071working language if you use an identifier from this frame.
5d161b24 8072@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
8073information listed here.
8074
8075@item info source
4644b6e3 8076@kindex info source@r{, show the source language}
c906108c 8077Display the source language of this source file.
5d161b24 8078@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
8079information listed here.
8080@end table
8081
8082In unusual circumstances, you may have source files with extensions
8083not in the standard list. You can then set the extension associated
8084with a language explicitly:
8085
c906108c 8086@table @code
09d4efe1 8087@item set extension-language @var{ext} @var{language}
9c16f35a 8088@kindex set extension-language
09d4efe1
EZ
8089Tell @value{GDBN} that source files with extension @var{ext} are to be
8090assumed as written in the source language @var{language}.
c906108c
SS
8091
8092@item info extensions
9c16f35a 8093@kindex info extensions
c906108c
SS
8094List all the filename extensions and the associated languages.
8095@end table
8096
6d2ebf8b 8097@node Checks
c906108c
SS
8098@section Type and range checking
8099
8100@quotation
8101@emph{Warning:} In this release, the @value{GDBN} commands for type and range
8102checking are included, but they do not yet have any effect. This
8103section documents the intended facilities.
8104@end quotation
8105@c FIXME remove warning when type/range code added
8106
8107Some languages are designed to guard you against making seemingly common
8108errors through a series of compile- and run-time checks. These include
8109checking the type of arguments to functions and operators, and making
8110sure mathematical overflows are caught at run time. Checks such as
8111these help to ensure a program's correctness once it has been compiled
8112by eliminating type mismatches, and providing active checks for range
8113errors when your program is running.
8114
8115@value{GDBN} can check for conditions like the above if you wish.
9c16f35a
EZ
8116Although @value{GDBN} does not check the statements in your program,
8117it can check expressions entered directly into @value{GDBN} for
8118evaluation via the @code{print} command, for example. As with the
8119working language, @value{GDBN} can also decide whether or not to check
8120automatically based on your program's source language.
8121@xref{Supported languages, ,Supported languages}, for the default
8122settings of supported languages.
c906108c
SS
8123
8124@menu
8125* Type Checking:: An overview of type checking
8126* Range Checking:: An overview of range checking
8127@end menu
8128
8129@cindex type checking
8130@cindex checks, type
6d2ebf8b 8131@node Type Checking
c906108c
SS
8132@subsection An overview of type checking
8133
8134Some languages, such as Modula-2, are strongly typed, meaning that the
8135arguments to operators and functions have to be of the correct type,
8136otherwise an error occurs. These checks prevent type mismatch
8137errors from ever causing any run-time problems. For example,
8138
8139@smallexample
81401 + 2 @result{} 3
8141@exdent but
8142@error{} 1 + 2.3
8143@end smallexample
8144
8145The second example fails because the @code{CARDINAL} 1 is not
8146type-compatible with the @code{REAL} 2.3.
8147
5d161b24
DB
8148For the expressions you use in @value{GDBN} commands, you can tell the
8149@value{GDBN} type checker to skip checking;
8150to treat any mismatches as errors and abandon the expression;
8151or to only issue warnings when type mismatches occur,
c906108c
SS
8152but evaluate the expression anyway. When you choose the last of
8153these, @value{GDBN} evaluates expressions like the second example above, but
8154also issues a warning.
8155
5d161b24
DB
8156Even if you turn type checking off, there may be other reasons
8157related to type that prevent @value{GDBN} from evaluating an expression.
8158For instance, @value{GDBN} does not know how to add an @code{int} and
8159a @code{struct foo}. These particular type errors have nothing to do
8160with the language in use, and usually arise from expressions, such as
c906108c
SS
8161the one described above, which make little sense to evaluate anyway.
8162
8163Each language defines to what degree it is strict about type. For
8164instance, both Modula-2 and C require the arguments to arithmetical
8165operators to be numbers. In C, enumerated types and pointers can be
8166represented as numbers, so that they are valid arguments to mathematical
9c16f35a 8167operators. @xref{Supported languages, ,Supported languages}, for further
c906108c
SS
8168details on specific languages.
8169
8170@value{GDBN} provides some additional commands for controlling the type checker:
8171
c906108c
SS
8172@kindex set check type
8173@kindex show check type
8174@table @code
8175@item set check type auto
8176Set type checking on or off based on the current working language.
9c16f35a 8177@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8178each language.
8179
8180@item set check type on
8181@itemx set check type off
8182Set type checking on or off, overriding the default setting for the
8183current working language. Issue a warning if the setting does not
8184match the language default. If any type mismatches occur in
d4f3574e 8185evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
8186message and aborts evaluation of the expression.
8187
8188@item set check type warn
8189Cause the type checker to issue warnings, but to always attempt to
8190evaluate the expression. Evaluating the expression may still
8191be impossible for other reasons. For example, @value{GDBN} cannot add
8192numbers and structures.
8193
8194@item show type
5d161b24 8195Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
8196is setting it automatically.
8197@end table
8198
8199@cindex range checking
8200@cindex checks, range
6d2ebf8b 8201@node Range Checking
c906108c
SS
8202@subsection An overview of range checking
8203
8204In some languages (such as Modula-2), it is an error to exceed the
8205bounds of a type; this is enforced with run-time checks. Such range
8206checking is meant to ensure program correctness by making sure
8207computations do not overflow, or indices on an array element access do
8208not exceed the bounds of the array.
8209
8210For expressions you use in @value{GDBN} commands, you can tell
8211@value{GDBN} to treat range errors in one of three ways: ignore them,
8212always treat them as errors and abandon the expression, or issue
8213warnings but evaluate the expression anyway.
8214
8215A range error can result from numerical overflow, from exceeding an
8216array index bound, or when you type a constant that is not a member
8217of any type. Some languages, however, do not treat overflows as an
8218error. In many implementations of C, mathematical overflow causes the
8219result to ``wrap around'' to lower values---for example, if @var{m} is
8220the largest integer value, and @var{s} is the smallest, then
8221
474c8240 8222@smallexample
c906108c 8223@var{m} + 1 @result{} @var{s}
474c8240 8224@end smallexample
c906108c
SS
8225
8226This, too, is specific to individual languages, and in some cases
9c16f35a 8227specific to individual compilers or machines. @xref{Supported languages, ,
c906108c
SS
8228Supported languages}, for further details on specific languages.
8229
8230@value{GDBN} provides some additional commands for controlling the range checker:
8231
c906108c
SS
8232@kindex set check range
8233@kindex show check range
8234@table @code
8235@item set check range auto
8236Set range checking on or off based on the current working language.
9c16f35a 8237@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8238each language.
8239
8240@item set check range on
8241@itemx set check range off
8242Set range checking on or off, overriding the default setting for the
8243current working language. A warning is issued if the setting does not
c3f6f71d
JM
8244match the language default. If a range error occurs and range checking is on,
8245then a message is printed and evaluation of the expression is aborted.
c906108c
SS
8246
8247@item set check range warn
8248Output messages when the @value{GDBN} range checker detects a range error,
8249but attempt to evaluate the expression anyway. Evaluating the
8250expression may still be impossible for other reasons, such as accessing
8251memory that the process does not own (a typical example from many Unix
8252systems).
8253
8254@item show range
8255Show the current setting of the range checker, and whether or not it is
8256being set automatically by @value{GDBN}.
8257@end table
c906108c 8258
9c16f35a 8259@node Supported languages
c906108c 8260@section Supported languages
c906108c 8261
9c16f35a
EZ
8262@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8263assembly, Modula-2, and Ada.
cce74817 8264@c This is false ...
c906108c
SS
8265Some @value{GDBN} features may be used in expressions regardless of the
8266language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8267and the @samp{@{type@}addr} construct (@pxref{Expressions,
8268,Expressions}) can be used with the constructs of any supported
8269language.
8270
8271The following sections detail to what degree each source language is
8272supported by @value{GDBN}. These sections are not meant to be language
8273tutorials or references, but serve only as a reference guide to what the
8274@value{GDBN} expression parser accepts, and what input and output
8275formats should look like for different languages. There are many good
8276books written on each of these languages; please look to these for a
8277language reference or tutorial.
8278
c906108c 8279@menu
b37303ee 8280* C:: C and C@t{++}
b383017d 8281* Objective-C:: Objective-C
09d4efe1 8282* Fortran:: Fortran
9c16f35a 8283* Pascal:: Pascal
b37303ee 8284* Modula-2:: Modula-2
e07c999f 8285* Ada:: Ada
c906108c
SS
8286@end menu
8287
6d2ebf8b 8288@node C
b37052ae 8289@subsection C and C@t{++}
7a292a7a 8290
b37052ae
EZ
8291@cindex C and C@t{++}
8292@cindex expressions in C or C@t{++}
c906108c 8293
b37052ae 8294Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
8295to both languages. Whenever this is the case, we discuss those languages
8296together.
8297
41afff9a
EZ
8298@cindex C@t{++}
8299@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8300@cindex @sc{gnu} C@t{++}
8301The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8302compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8303effectively, you must compile your C@t{++} programs with a supported
8304C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8305compiler (@code{aCC}).
8306
0179ffac
DC
8307For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8308format; if it doesn't work on your system, try the stabs+ debugging
8309format. You can select those formats explicitly with the @code{g++}
8310command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8311@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8312CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8313
c906108c 8314@menu
b37052ae
EZ
8315* C Operators:: C and C@t{++} operators
8316* C Constants:: C and C@t{++} constants
8317* C plus plus expressions:: C@t{++} expressions
8318* C Defaults:: Default settings for C and C@t{++}
8319* C Checks:: C and C@t{++} type and range checks
c906108c 8320* Debugging C:: @value{GDBN} and C
b37052ae 8321* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8322@end menu
c906108c 8323
6d2ebf8b 8324@node C Operators
b37052ae 8325@subsubsection C and C@t{++} operators
7a292a7a 8326
b37052ae 8327@cindex C and C@t{++} operators
c906108c
SS
8328
8329Operators must be defined on values of specific types. For instance,
8330@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8331often defined on groups of types.
c906108c 8332
b37052ae 8333For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8334
8335@itemize @bullet
53a5351d 8336
c906108c 8337@item
c906108c 8338@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8339specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8340
8341@item
d4f3574e
SS
8342@emph{Floating-point types} include @code{float}, @code{double}, and
8343@code{long double} (if supported by the target platform).
c906108c
SS
8344
8345@item
53a5351d 8346@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8347
8348@item
8349@emph{Scalar types} include all of the above.
53a5351d 8350
c906108c
SS
8351@end itemize
8352
8353@noindent
8354The following operators are supported. They are listed here
8355in order of increasing precedence:
8356
8357@table @code
8358@item ,
8359The comma or sequencing operator. Expressions in a comma-separated list
8360are evaluated from left to right, with the result of the entire
8361expression being the last expression evaluated.
8362
8363@item =
8364Assignment. The value of an assignment expression is the value
8365assigned. Defined on scalar types.
8366
8367@item @var{op}=
8368Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8369and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8370@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8371@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8372@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8373
8374@item ?:
8375The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8376of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8377integral type.
8378
8379@item ||
8380Logical @sc{or}. Defined on integral types.
8381
8382@item &&
8383Logical @sc{and}. Defined on integral types.
8384
8385@item |
8386Bitwise @sc{or}. Defined on integral types.
8387
8388@item ^
8389Bitwise exclusive-@sc{or}. Defined on integral types.
8390
8391@item &
8392Bitwise @sc{and}. Defined on integral types.
8393
8394@item ==@r{, }!=
8395Equality and inequality. Defined on scalar types. The value of these
8396expressions is 0 for false and non-zero for true.
8397
8398@item <@r{, }>@r{, }<=@r{, }>=
8399Less than, greater than, less than or equal, greater than or equal.
8400Defined on scalar types. The value of these expressions is 0 for false
8401and non-zero for true.
8402
8403@item <<@r{, }>>
8404left shift, and right shift. Defined on integral types.
8405
8406@item @@
8407The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8408
8409@item +@r{, }-
8410Addition and subtraction. Defined on integral types, floating-point types and
8411pointer types.
8412
8413@item *@r{, }/@r{, }%
8414Multiplication, division, and modulus. Multiplication and division are
8415defined on integral and floating-point types. Modulus is defined on
8416integral types.
8417
8418@item ++@r{, }--
8419Increment and decrement. When appearing before a variable, the
8420operation is performed before the variable is used in an expression;
8421when appearing after it, the variable's value is used before the
8422operation takes place.
8423
8424@item *
8425Pointer dereferencing. Defined on pointer types. Same precedence as
8426@code{++}.
8427
8428@item &
8429Address operator. Defined on variables. Same precedence as @code{++}.
8430
b37052ae
EZ
8431For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8432allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8433(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8434where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8435stored.
c906108c
SS
8436
8437@item -
8438Negative. Defined on integral and floating-point types. Same
8439precedence as @code{++}.
8440
8441@item !
8442Logical negation. Defined on integral types. Same precedence as
8443@code{++}.
8444
8445@item ~
8446Bitwise complement operator. Defined on integral types. Same precedence as
8447@code{++}.
8448
8449
8450@item .@r{, }->
8451Structure member, and pointer-to-structure member. For convenience,
8452@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8453pointer based on the stored type information.
8454Defined on @code{struct} and @code{union} data.
8455
c906108c
SS
8456@item .*@r{, }->*
8457Dereferences of pointers to members.
c906108c
SS
8458
8459@item []
8460Array indexing. @code{@var{a}[@var{i}]} is defined as
8461@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8462
8463@item ()
8464Function parameter list. Same precedence as @code{->}.
8465
c906108c 8466@item ::
b37052ae 8467C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8468and @code{class} types.
c906108c
SS
8469
8470@item ::
7a292a7a
SS
8471Doubled colons also represent the @value{GDBN} scope operator
8472(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8473above.
c906108c
SS
8474@end table
8475
c906108c
SS
8476If an operator is redefined in the user code, @value{GDBN} usually
8477attempts to invoke the redefined version instead of using the operator's
8478predefined meaning.
c906108c 8479
c906108c 8480@menu
5d161b24 8481* C Constants::
c906108c
SS
8482@end menu
8483
6d2ebf8b 8484@node C Constants
b37052ae 8485@subsubsection C and C@t{++} constants
c906108c 8486
b37052ae 8487@cindex C and C@t{++} constants
c906108c 8488
b37052ae 8489@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8490following ways:
c906108c
SS
8491
8492@itemize @bullet
8493@item
8494Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8495specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8496by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8497@samp{l}, specifying that the constant should be treated as a
8498@code{long} value.
8499
8500@item
8501Floating point constants are a sequence of digits, followed by a decimal
8502point, followed by a sequence of digits, and optionally followed by an
8503exponent. An exponent is of the form:
8504@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8505sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8506A floating-point constant may also end with a letter @samp{f} or
8507@samp{F}, specifying that the constant should be treated as being of
8508the @code{float} (as opposed to the default @code{double}) type; or with
8509a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8510constant.
c906108c
SS
8511
8512@item
8513Enumerated constants consist of enumerated identifiers, or their
8514integral equivalents.
8515
8516@item
8517Character constants are a single character surrounded by single quotes
8518(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8519(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8520be represented by a letter or by @dfn{escape sequences}, which are of
8521the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8522of the character's ordinal value; or of the form @samp{\@var{x}}, where
8523@samp{@var{x}} is a predefined special character---for example,
8524@samp{\n} for newline.
8525
8526@item
96a2c332
SS
8527String constants are a sequence of character constants surrounded by
8528double quotes (@code{"}). Any valid character constant (as described
8529above) may appear. Double quotes within the string must be preceded by
8530a backslash, so for instance @samp{"a\"b'c"} is a string of five
8531characters.
c906108c
SS
8532
8533@item
8534Pointer constants are an integral value. You can also write pointers
8535to constants using the C operator @samp{&}.
8536
8537@item
8538Array constants are comma-separated lists surrounded by braces @samp{@{}
8539and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8540integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8541and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8542@end itemize
8543
c906108c 8544@menu
5d161b24
DB
8545* C plus plus expressions::
8546* C Defaults::
8547* C Checks::
c906108c 8548
5d161b24 8549* Debugging C::
c906108c
SS
8550@end menu
8551
6d2ebf8b 8552@node C plus plus expressions
b37052ae
EZ
8553@subsubsection C@t{++} expressions
8554
8555@cindex expressions in C@t{++}
8556@value{GDBN} expression handling can interpret most C@t{++} expressions.
8557
0179ffac
DC
8558@cindex debugging C@t{++} programs
8559@cindex C@t{++} compilers
8560@cindex debug formats and C@t{++}
8561@cindex @value{NGCC} and C@t{++}
c906108c 8562@quotation
b37052ae 8563@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8564proper compiler and the proper debug format. Currently, @value{GDBN}
8565works best when debugging C@t{++} code that is compiled with
8566@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8567@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8568stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8569stabs+ as their default debug format, so you usually don't need to
8570specify a debug format explicitly. Other compilers and/or debug formats
8571are likely to work badly or not at all when using @value{GDBN} to debug
8572C@t{++} code.
c906108c 8573@end quotation
c906108c
SS
8574
8575@enumerate
8576
8577@cindex member functions
8578@item
8579Member function calls are allowed; you can use expressions like
8580
474c8240 8581@smallexample
c906108c 8582count = aml->GetOriginal(x, y)
474c8240 8583@end smallexample
c906108c 8584
41afff9a 8585@vindex this@r{, inside C@t{++} member functions}
b37052ae 8586@cindex namespace in C@t{++}
c906108c
SS
8587@item
8588While a member function is active (in the selected stack frame), your
8589expressions have the same namespace available as the member function;
8590that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8591pointer @code{this} following the same rules as C@t{++}.
c906108c 8592
c906108c 8593@cindex call overloaded functions
d4f3574e 8594@cindex overloaded functions, calling
b37052ae 8595@cindex type conversions in C@t{++}
c906108c
SS
8596@item
8597You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8598call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8599perform overload resolution involving user-defined type conversions,
8600calls to constructors, or instantiations of templates that do not exist
8601in the program. It also cannot handle ellipsis argument lists or
8602default arguments.
8603
8604It does perform integral conversions and promotions, floating-point
8605promotions, arithmetic conversions, pointer conversions, conversions of
8606class objects to base classes, and standard conversions such as those of
8607functions or arrays to pointers; it requires an exact match on the
8608number of function arguments.
8609
8610Overload resolution is always performed, unless you have specified
8611@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8612,@value{GDBN} features for C@t{++}}.
c906108c 8613
d4f3574e 8614You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8615explicit function signature to call an overloaded function, as in
8616@smallexample
8617p 'foo(char,int)'('x', 13)
8618@end smallexample
d4f3574e 8619
c906108c 8620The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8621see @ref{Completion, ,Command completion}.
c906108c 8622
c906108c
SS
8623@cindex reference declarations
8624@item
b37052ae
EZ
8625@value{GDBN} understands variables declared as C@t{++} references; you can use
8626them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8627dereferenced.
8628
8629In the parameter list shown when @value{GDBN} displays a frame, the values of
8630reference variables are not displayed (unlike other variables); this
8631avoids clutter, since references are often used for large structures.
8632The @emph{address} of a reference variable is always shown, unless
8633you have specified @samp{set print address off}.
8634
8635@item
b37052ae 8636@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8637expressions can use it just as expressions in your program do. Since
8638one scope may be defined in another, you can use @code{::} repeatedly if
8639necessary, for example in an expression like
8640@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8641resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8642debugging (@pxref{Variables, ,Program variables}).
8643@end enumerate
8644
b37052ae 8645In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8646calling virtual functions correctly, printing out virtual bases of
8647objects, calling functions in a base subobject, casting objects, and
8648invoking user-defined operators.
c906108c 8649
6d2ebf8b 8650@node C Defaults
b37052ae 8651@subsubsection C and C@t{++} defaults
7a292a7a 8652
b37052ae 8653@cindex C and C@t{++} defaults
c906108c 8654
c906108c
SS
8655If you allow @value{GDBN} to set type and range checking automatically, they
8656both default to @code{off} whenever the working language changes to
b37052ae 8657C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8658selects the working language.
c906108c
SS
8659
8660If you allow @value{GDBN} to set the language automatically, it
8661recognizes source files whose names end with @file{.c}, @file{.C}, or
8662@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8663these files, it sets the working language to C or C@t{++}.
c906108c
SS
8664@xref{Automatically, ,Having @value{GDBN} infer the source language},
8665for further details.
8666
c906108c
SS
8667@c Type checking is (a) primarily motivated by Modula-2, and (b)
8668@c unimplemented. If (b) changes, it might make sense to let this node
8669@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8670
6d2ebf8b 8671@node C Checks
b37052ae 8672@subsubsection C and C@t{++} type and range checks
7a292a7a 8673
b37052ae 8674@cindex C and C@t{++} checks
c906108c 8675
b37052ae 8676By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8677is not used. However, if you turn type checking on, @value{GDBN}
8678considers two variables type equivalent if:
8679
8680@itemize @bullet
8681@item
8682The two variables are structured and have the same structure, union, or
8683enumerated tag.
8684
8685@item
8686The two variables have the same type name, or types that have been
8687declared equivalent through @code{typedef}.
8688
8689@ignore
8690@c leaving this out because neither J Gilmore nor R Pesch understand it.
8691@c FIXME--beers?
8692@item
8693The two @code{struct}, @code{union}, or @code{enum} variables are
8694declared in the same declaration. (Note: this may not be true for all C
8695compilers.)
8696@end ignore
8697@end itemize
8698
8699Range checking, if turned on, is done on mathematical operations. Array
8700indices are not checked, since they are often used to index a pointer
8701that is not itself an array.
c906108c 8702
6d2ebf8b 8703@node Debugging C
c906108c 8704@subsubsection @value{GDBN} and C
c906108c
SS
8705
8706The @code{set print union} and @code{show print union} commands apply to
8707the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8708inside a @code{struct} or @code{class} is also printed. Otherwise, it
8709appears as @samp{@{...@}}.
c906108c
SS
8710
8711The @code{@@} operator aids in the debugging of dynamic arrays, formed
8712with pointers and a memory allocation function. @xref{Expressions,
8713,Expressions}.
8714
c906108c 8715@menu
5d161b24 8716* Debugging C plus plus::
c906108c
SS
8717@end menu
8718
6d2ebf8b 8719@node Debugging C plus plus
b37052ae 8720@subsubsection @value{GDBN} features for C@t{++}
c906108c 8721
b37052ae 8722@cindex commands for C@t{++}
7a292a7a 8723
b37052ae
EZ
8724Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8725designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8726
8727@table @code
8728@cindex break in overloaded functions
8729@item @r{breakpoint menus}
8730When you want a breakpoint in a function whose name is overloaded,
8731@value{GDBN} breakpoint menus help you specify which function definition
8732you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8733
b37052ae 8734@cindex overloading in C@t{++}
c906108c
SS
8735@item rbreak @var{regex}
8736Setting breakpoints using regular expressions is helpful for setting
8737breakpoints on overloaded functions that are not members of any special
8738classes.
8739@xref{Set Breaks, ,Setting breakpoints}.
8740
b37052ae 8741@cindex C@t{++} exception handling
c906108c
SS
8742@item catch throw
8743@itemx catch catch
b37052ae 8744Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8745Catchpoints, , Setting catchpoints}.
8746
8747@cindex inheritance
8748@item ptype @var{typename}
8749Print inheritance relationships as well as other information for type
8750@var{typename}.
8751@xref{Symbols, ,Examining the Symbol Table}.
8752
b37052ae 8753@cindex C@t{++} symbol display
c906108c
SS
8754@item set print demangle
8755@itemx show print demangle
8756@itemx set print asm-demangle
8757@itemx show print asm-demangle
b37052ae
EZ
8758Control whether C@t{++} symbols display in their source form, both when
8759displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8760@xref{Print Settings, ,Print settings}.
8761
8762@item set print object
8763@itemx show print object
8764Choose whether to print derived (actual) or declared types of objects.
8765@xref{Print Settings, ,Print settings}.
8766
8767@item set print vtbl
8768@itemx show print vtbl
8769Control the format for printing virtual function tables.
8770@xref{Print Settings, ,Print settings}.
c906108c 8771(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8772ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8773
8774@kindex set overload-resolution
d4f3574e 8775@cindex overloaded functions, overload resolution
c906108c 8776@item set overload-resolution on
b37052ae 8777Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8778is on. For overloaded functions, @value{GDBN} evaluates the arguments
8779and searches for a function whose signature matches the argument types,
b37052ae 8780using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8781expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8782message.
8783
8784@item set overload-resolution off
b37052ae 8785Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8786overloaded functions that are not class member functions, @value{GDBN}
8787chooses the first function of the specified name that it finds in the
8788symbol table, whether or not its arguments are of the correct type. For
8789overloaded functions that are class member functions, @value{GDBN}
8790searches for a function whose signature @emph{exactly} matches the
8791argument types.
c906108c 8792
9c16f35a
EZ
8793@kindex show overload-resolution
8794@item show overload-resolution
8795Show the current setting of overload resolution.
8796
c906108c
SS
8797@item @r{Overloaded symbol names}
8798You can specify a particular definition of an overloaded symbol, using
b37052ae 8799the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8800@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8801also use the @value{GDBN} command-line word completion facilities to list the
8802available choices, or to finish the type list for you.
8803@xref{Completion,, Command completion}, for details on how to do this.
8804@end table
c906108c 8805
b37303ee
AF
8806@node Objective-C
8807@subsection Objective-C
8808
8809@cindex Objective-C
8810This section provides information about some commands and command
721c2651
EZ
8811options that are useful for debugging Objective-C code. See also
8812@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8813few more commands specific to Objective-C support.
b37303ee
AF
8814
8815@menu
b383017d
RM
8816* Method Names in Commands::
8817* The Print Command with Objective-C::
b37303ee
AF
8818@end menu
8819
8820@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8821@subsubsection Method Names in Commands
8822
8823The following commands have been extended to accept Objective-C method
8824names as line specifications:
8825
8826@kindex clear@r{, and Objective-C}
8827@kindex break@r{, and Objective-C}
8828@kindex info line@r{, and Objective-C}
8829@kindex jump@r{, and Objective-C}
8830@kindex list@r{, and Objective-C}
8831@itemize
8832@item @code{clear}
8833@item @code{break}
8834@item @code{info line}
8835@item @code{jump}
8836@item @code{list}
8837@end itemize
8838
8839A fully qualified Objective-C method name is specified as
8840
8841@smallexample
8842-[@var{Class} @var{methodName}]
8843@end smallexample
8844
c552b3bb
JM
8845where the minus sign is used to indicate an instance method and a
8846plus sign (not shown) is used to indicate a class method. The class
8847name @var{Class} and method name @var{methodName} are enclosed in
8848brackets, similar to the way messages are specified in Objective-C
8849source code. For example, to set a breakpoint at the @code{create}
8850instance method of class @code{Fruit} in the program currently being
8851debugged, enter:
b37303ee
AF
8852
8853@smallexample
8854break -[Fruit create]
8855@end smallexample
8856
8857To list ten program lines around the @code{initialize} class method,
8858enter:
8859
8860@smallexample
8861list +[NSText initialize]
8862@end smallexample
8863
c552b3bb
JM
8864In the current version of @value{GDBN}, the plus or minus sign is
8865required. In future versions of @value{GDBN}, the plus or minus
8866sign will be optional, but you can use it to narrow the search. It
8867is also possible to specify just a method name:
b37303ee
AF
8868
8869@smallexample
8870break create
8871@end smallexample
8872
8873You must specify the complete method name, including any colons. If
8874your program's source files contain more than one @code{create} method,
8875you'll be presented with a numbered list of classes that implement that
8876method. Indicate your choice by number, or type @samp{0} to exit if
8877none apply.
8878
8879As another example, to clear a breakpoint established at the
8880@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8881
8882@smallexample
8883clear -[NSWindow makeKeyAndOrderFront:]
8884@end smallexample
8885
8886@node The Print Command with Objective-C
8887@subsubsection The Print Command With Objective-C
721c2651 8888@cindex Objective-C, print objects
c552b3bb
JM
8889@kindex print-object
8890@kindex po @r{(@code{print-object})}
b37303ee 8891
c552b3bb 8892The print command has also been extended to accept methods. For example:
b37303ee
AF
8893
8894@smallexample
c552b3bb 8895print -[@var{object} hash]
b37303ee
AF
8896@end smallexample
8897
8898@cindex print an Objective-C object description
c552b3bb
JM
8899@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8900@noindent
8901will tell @value{GDBN} to send the @code{hash} message to @var{object}
8902and print the result. Also, an additional command has been added,
8903@code{print-object} or @code{po} for short, which is meant to print
8904the description of an object. However, this command may only work
8905with certain Objective-C libraries that have a particular hook
8906function, @code{_NSPrintForDebugger}, defined.
b37303ee 8907
09d4efe1
EZ
8908@node Fortran
8909@subsection Fortran
8910@cindex Fortran-specific support in @value{GDBN}
8911
8912@table @code
8913@cindex @code{COMMON} blocks, Fortran
8914@kindex info common
8915@item info common @r{[}@var{common-name}@r{]}
8916This command prints the values contained in the Fortran @code{COMMON}
8917block whose name is @var{common-name}. With no argument, the names of
8918all @code{COMMON} blocks visible at current program location are
8919printed.
8920@end table
8921
a8f24a35
EZ
8922Fortran symbols are usually case-insensitive, so @value{GDBN} by
8923default uses case-insensitive matches for Fortran symbols. You can
8924change that with the @samp{set case-insensitive} command, see
8925@ref{Symbols}, for the details.
8926
9c16f35a
EZ
8927@node Pascal
8928@subsection Pascal
8929
8930@cindex Pascal support in @value{GDBN}, limitations
8931Debugging Pascal programs which use sets, subranges, file variables, or
8932nested functions does not currently work. @value{GDBN} does not support
8933entering expressions, printing values, or similar features using Pascal
8934syntax.
8935
8936The Pascal-specific command @code{set print pascal_static-members}
8937controls whether static members of Pascal objects are displayed.
8938@xref{Print Settings, pascal_static-members}.
8939
09d4efe1 8940@node Modula-2
c906108c 8941@subsection Modula-2
7a292a7a 8942
d4f3574e 8943@cindex Modula-2, @value{GDBN} support
c906108c
SS
8944
8945The extensions made to @value{GDBN} to support Modula-2 only support
8946output from the @sc{gnu} Modula-2 compiler (which is currently being
8947developed). Other Modula-2 compilers are not currently supported, and
8948attempting to debug executables produced by them is most likely
8949to give an error as @value{GDBN} reads in the executable's symbol
8950table.
8951
8952@cindex expressions in Modula-2
8953@menu
8954* M2 Operators:: Built-in operators
8955* Built-In Func/Proc:: Built-in functions and procedures
8956* M2 Constants:: Modula-2 constants
8957* M2 Defaults:: Default settings for Modula-2
8958* Deviations:: Deviations from standard Modula-2
8959* M2 Checks:: Modula-2 type and range checks
8960* M2 Scope:: The scope operators @code{::} and @code{.}
8961* GDB/M2:: @value{GDBN} and Modula-2
8962@end menu
8963
6d2ebf8b 8964@node M2 Operators
c906108c
SS
8965@subsubsection Operators
8966@cindex Modula-2 operators
8967
8968Operators must be defined on values of specific types. For instance,
8969@code{+} is defined on numbers, but not on structures. Operators are
8970often defined on groups of types. For the purposes of Modula-2, the
8971following definitions hold:
8972
8973@itemize @bullet
8974
8975@item
8976@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8977their subranges.
8978
8979@item
8980@emph{Character types} consist of @code{CHAR} and its subranges.
8981
8982@item
8983@emph{Floating-point types} consist of @code{REAL}.
8984
8985@item
8986@emph{Pointer types} consist of anything declared as @code{POINTER TO
8987@var{type}}.
8988
8989@item
8990@emph{Scalar types} consist of all of the above.
8991
8992@item
8993@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8994
8995@item
8996@emph{Boolean types} consist of @code{BOOLEAN}.
8997@end itemize
8998
8999@noindent
9000The following operators are supported, and appear in order of
9001increasing precedence:
9002
9003@table @code
9004@item ,
9005Function argument or array index separator.
9006
9007@item :=
9008Assignment. The value of @var{var} @code{:=} @var{value} is
9009@var{value}.
9010
9011@item <@r{, }>
9012Less than, greater than on integral, floating-point, or enumerated
9013types.
9014
9015@item <=@r{, }>=
96a2c332 9016Less than or equal to, greater than or equal to
c906108c
SS
9017on integral, floating-point and enumerated types, or set inclusion on
9018set types. Same precedence as @code{<}.
9019
9020@item =@r{, }<>@r{, }#
9021Equality and two ways of expressing inequality, valid on scalar types.
9022Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
9023available for inequality, since @code{#} conflicts with the script
9024comment character.
9025
9026@item IN
9027Set membership. Defined on set types and the types of their members.
9028Same precedence as @code{<}.
9029
9030@item OR
9031Boolean disjunction. Defined on boolean types.
9032
9033@item AND@r{, }&
d4f3574e 9034Boolean conjunction. Defined on boolean types.
c906108c
SS
9035
9036@item @@
9037The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9038
9039@item +@r{, }-
9040Addition and subtraction on integral and floating-point types, or union
9041and difference on set types.
9042
9043@item *
9044Multiplication on integral and floating-point types, or set intersection
9045on set types.
9046
9047@item /
9048Division on floating-point types, or symmetric set difference on set
9049types. Same precedence as @code{*}.
9050
9051@item DIV@r{, }MOD
9052Integer division and remainder. Defined on integral types. Same
9053precedence as @code{*}.
9054
9055@item -
9056Negative. Defined on @code{INTEGER} and @code{REAL} data.
9057
9058@item ^
9059Pointer dereferencing. Defined on pointer types.
9060
9061@item NOT
9062Boolean negation. Defined on boolean types. Same precedence as
9063@code{^}.
9064
9065@item .
9066@code{RECORD} field selector. Defined on @code{RECORD} data. Same
9067precedence as @code{^}.
9068
9069@item []
9070Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9071
9072@item ()
9073Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9074as @code{^}.
9075
9076@item ::@r{, }.
9077@value{GDBN} and Modula-2 scope operators.
9078@end table
9079
9080@quotation
9081@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9082treats the use of the operator @code{IN}, or the use of operators
9083@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9084@code{<=}, and @code{>=} on sets as an error.
9085@end quotation
9086
cb51c4e0 9087
6d2ebf8b 9088@node Built-In Func/Proc
c906108c 9089@subsubsection Built-in functions and procedures
cb51c4e0 9090@cindex Modula-2 built-ins
c906108c
SS
9091
9092Modula-2 also makes available several built-in procedures and functions.
9093In describing these, the following metavariables are used:
9094
9095@table @var
9096
9097@item a
9098represents an @code{ARRAY} variable.
9099
9100@item c
9101represents a @code{CHAR} constant or variable.
9102
9103@item i
9104represents a variable or constant of integral type.
9105
9106@item m
9107represents an identifier that belongs to a set. Generally used in the
9108same function with the metavariable @var{s}. The type of @var{s} should
9109be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9110
9111@item n
9112represents a variable or constant of integral or floating-point type.
9113
9114@item r
9115represents a variable or constant of floating-point type.
9116
9117@item t
9118represents a type.
9119
9120@item v
9121represents a variable.
9122
9123@item x
9124represents a variable or constant of one of many types. See the
9125explanation of the function for details.
9126@end table
9127
9128All Modula-2 built-in procedures also return a result, described below.
9129
9130@table @code
9131@item ABS(@var{n})
9132Returns the absolute value of @var{n}.
9133
9134@item CAP(@var{c})
9135If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 9136equivalent, otherwise it returns its argument.
c906108c
SS
9137
9138@item CHR(@var{i})
9139Returns the character whose ordinal value is @var{i}.
9140
9141@item DEC(@var{v})
c3f6f71d 9142Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9143
9144@item DEC(@var{v},@var{i})
9145Decrements the value in the variable @var{v} by @var{i}. Returns the
9146new value.
9147
9148@item EXCL(@var{m},@var{s})
9149Removes the element @var{m} from the set @var{s}. Returns the new
9150set.
9151
9152@item FLOAT(@var{i})
9153Returns the floating point equivalent of the integer @var{i}.
9154
9155@item HIGH(@var{a})
9156Returns the index of the last member of @var{a}.
9157
9158@item INC(@var{v})
c3f6f71d 9159Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9160
9161@item INC(@var{v},@var{i})
9162Increments the value in the variable @var{v} by @var{i}. Returns the
9163new value.
9164
9165@item INCL(@var{m},@var{s})
9166Adds the element @var{m} to the set @var{s} if it is not already
9167there. Returns the new set.
9168
9169@item MAX(@var{t})
9170Returns the maximum value of the type @var{t}.
9171
9172@item MIN(@var{t})
9173Returns the minimum value of the type @var{t}.
9174
9175@item ODD(@var{i})
9176Returns boolean TRUE if @var{i} is an odd number.
9177
9178@item ORD(@var{x})
9179Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
9180value of a character is its @sc{ascii} value (on machines supporting the
9181@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
9182integral, character and enumerated types.
9183
9184@item SIZE(@var{x})
9185Returns the size of its argument. @var{x} can be a variable or a type.
9186
9187@item TRUNC(@var{r})
9188Returns the integral part of @var{r}.
9189
9190@item VAL(@var{t},@var{i})
9191Returns the member of the type @var{t} whose ordinal value is @var{i}.
9192@end table
9193
9194@quotation
9195@emph{Warning:} Sets and their operations are not yet supported, so
9196@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9197an error.
9198@end quotation
9199
9200@cindex Modula-2 constants
6d2ebf8b 9201@node M2 Constants
c906108c
SS
9202@subsubsection Constants
9203
9204@value{GDBN} allows you to express the constants of Modula-2 in the following
9205ways:
9206
9207@itemize @bullet
9208
9209@item
9210Integer constants are simply a sequence of digits. When used in an
9211expression, a constant is interpreted to be type-compatible with the
9212rest of the expression. Hexadecimal integers are specified by a
9213trailing @samp{H}, and octal integers by a trailing @samp{B}.
9214
9215@item
9216Floating point constants appear as a sequence of digits, followed by a
9217decimal point and another sequence of digits. An optional exponent can
9218then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9219@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9220digits of the floating point constant must be valid decimal (base 10)
9221digits.
9222
9223@item
9224Character constants consist of a single character enclosed by a pair of
9225like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 9226also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
9227followed by a @samp{C}.
9228
9229@item
9230String constants consist of a sequence of characters enclosed by a
9231pair of like quotes, either single (@code{'}) or double (@code{"}).
9232Escape sequences in the style of C are also allowed. @xref{C
b37052ae 9233Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
9234sequences.
9235
9236@item
9237Enumerated constants consist of an enumerated identifier.
9238
9239@item
9240Boolean constants consist of the identifiers @code{TRUE} and
9241@code{FALSE}.
9242
9243@item
9244Pointer constants consist of integral values only.
9245
9246@item
9247Set constants are not yet supported.
9248@end itemize
9249
6d2ebf8b 9250@node M2 Defaults
c906108c
SS
9251@subsubsection Modula-2 defaults
9252@cindex Modula-2 defaults
9253
9254If type and range checking are set automatically by @value{GDBN}, they
9255both default to @code{on} whenever the working language changes to
d4f3574e 9256Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
9257selected the working language.
9258
9259If you allow @value{GDBN} to set the language automatically, then entering
9260code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 9261working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
9262the language automatically}, for further details.
9263
6d2ebf8b 9264@node Deviations
c906108c
SS
9265@subsubsection Deviations from standard Modula-2
9266@cindex Modula-2, deviations from
9267
9268A few changes have been made to make Modula-2 programs easier to debug.
9269This is done primarily via loosening its type strictness:
9270
9271@itemize @bullet
9272@item
9273Unlike in standard Modula-2, pointer constants can be formed by
9274integers. This allows you to modify pointer variables during
9275debugging. (In standard Modula-2, the actual address contained in a
9276pointer variable is hidden from you; it can only be modified
9277through direct assignment to another pointer variable or expression that
9278returned a pointer.)
9279
9280@item
9281C escape sequences can be used in strings and characters to represent
9282non-printable characters. @value{GDBN} prints out strings with these
9283escape sequences embedded. Single non-printable characters are
9284printed using the @samp{CHR(@var{nnn})} format.
9285
9286@item
9287The assignment operator (@code{:=}) returns the value of its right-hand
9288argument.
9289
9290@item
9291All built-in procedures both modify @emph{and} return their argument.
9292@end itemize
9293
6d2ebf8b 9294@node M2 Checks
c906108c
SS
9295@subsubsection Modula-2 type and range checks
9296@cindex Modula-2 checks
9297
9298@quotation
9299@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9300range checking.
9301@end quotation
9302@c FIXME remove warning when type/range checks added
9303
9304@value{GDBN} considers two Modula-2 variables type equivalent if:
9305
9306@itemize @bullet
9307@item
9308They are of types that have been declared equivalent via a @code{TYPE
9309@var{t1} = @var{t2}} statement
9310
9311@item
9312They have been declared on the same line. (Note: This is true of the
9313@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9314@end itemize
9315
9316As long as type checking is enabled, any attempt to combine variables
9317whose types are not equivalent is an error.
9318
9319Range checking is done on all mathematical operations, assignment, array
9320index bounds, and all built-in functions and procedures.
9321
6d2ebf8b 9322@node M2 Scope
c906108c
SS
9323@subsubsection The scope operators @code{::} and @code{.}
9324@cindex scope
41afff9a 9325@cindex @code{.}, Modula-2 scope operator
c906108c
SS
9326@cindex colon, doubled as scope operator
9327@ifinfo
41afff9a 9328@vindex colon-colon@r{, in Modula-2}
c906108c
SS
9329@c Info cannot handle :: but TeX can.
9330@end ifinfo
9331@iftex
41afff9a 9332@vindex ::@r{, in Modula-2}
c906108c
SS
9333@end iftex
9334
9335There are a few subtle differences between the Modula-2 scope operator
9336(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9337similar syntax:
9338
474c8240 9339@smallexample
c906108c
SS
9340
9341@var{module} . @var{id}
9342@var{scope} :: @var{id}
474c8240 9343@end smallexample
c906108c
SS
9344
9345@noindent
9346where @var{scope} is the name of a module or a procedure,
9347@var{module} the name of a module, and @var{id} is any declared
9348identifier within your program, except another module.
9349
9350Using the @code{::} operator makes @value{GDBN} search the scope
9351specified by @var{scope} for the identifier @var{id}. If it is not
9352found in the specified scope, then @value{GDBN} searches all scopes
9353enclosing the one specified by @var{scope}.
9354
9355Using the @code{.} operator makes @value{GDBN} search the current scope for
9356the identifier specified by @var{id} that was imported from the
9357definition module specified by @var{module}. With this operator, it is
9358an error if the identifier @var{id} was not imported from definition
9359module @var{module}, or if @var{id} is not an identifier in
9360@var{module}.
9361
6d2ebf8b 9362@node GDB/M2
c906108c
SS
9363@subsubsection @value{GDBN} and Modula-2
9364
9365Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9366Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9367specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9368@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9369apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9370analogue in Modula-2.
9371
9372The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9373with any language, is not useful with Modula-2. Its
c906108c 9374intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9375created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9376address can be specified by an integral constant, the construct
d4f3574e 9377@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9378
9379@cindex @code{#} in Modula-2
9380In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9381interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9382
e07c999f
PH
9383@node Ada
9384@subsection Ada
9385@cindex Ada
9386
9387The extensions made to @value{GDBN} for Ada only support
9388output from the @sc{gnu} Ada (GNAT) compiler.
9389Other Ada compilers are not currently supported, and
9390attempting to debug executables produced by them is most likely
9391to be difficult.
9392
9393
9394@cindex expressions in Ada
9395@menu
9396* Ada Mode Intro:: General remarks on the Ada syntax
9397 and semantics supported by Ada mode
9398 in @value{GDBN}.
9399* Omissions from Ada:: Restrictions on the Ada expression syntax.
9400* Additions to Ada:: Extensions of the Ada expression syntax.
9401* Stopping Before Main Program:: Debugging the program during elaboration.
9402* Ada Glitches:: Known peculiarities of Ada mode.
9403@end menu
9404
9405@node Ada Mode Intro
9406@subsubsection Introduction
9407@cindex Ada mode, general
9408
9409The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9410syntax, with some extensions.
9411The philosophy behind the design of this subset is
9412
9413@itemize @bullet
9414@item
9415That @value{GDBN} should provide basic literals and access to operations for
9416arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9417leaving more sophisticated computations to subprograms written into the
9418program (which therefore may be called from @value{GDBN}).
9419
9420@item
9421That type safety and strict adherence to Ada language restrictions
9422are not particularly important to the @value{GDBN} user.
9423
9424@item
9425That brevity is important to the @value{GDBN} user.
9426@end itemize
9427
9428Thus, for brevity, the debugger acts as if there were
9429implicit @code{with} and @code{use} clauses in effect for all user-written
9430packages, making it unnecessary to fully qualify most names with
9431their packages, regardless of context. Where this causes ambiguity,
9432@value{GDBN} asks the user's intent.
9433
9434The debugger will start in Ada mode if it detects an Ada main program.
9435As for other languages, it will enter Ada mode when stopped in a program that
9436was translated from an Ada source file.
9437
9438While in Ada mode, you may use `@t{--}' for comments. This is useful
9439mostly for documenting command files. The standard @value{GDBN} comment
9440(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9441middle (to allow based literals).
9442
9443The debugger supports limited overloading. Given a subprogram call in which
9444the function symbol has multiple definitions, it will use the number of
9445actual parameters and some information about their types to attempt to narrow
9446the set of definitions. It also makes very limited use of context, preferring
9447procedures to functions in the context of the @code{call} command, and
9448functions to procedures elsewhere.
9449
9450@node Omissions from Ada
9451@subsubsection Omissions from Ada
9452@cindex Ada, omissions from
9453
9454Here are the notable omissions from the subset:
9455
9456@itemize @bullet
9457@item
9458Only a subset of the attributes are supported:
9459
9460@itemize @minus
9461@item
9462@t{'First}, @t{'Last}, and @t{'Length}
9463 on array objects (not on types and subtypes).
9464
9465@item
9466@t{'Min} and @t{'Max}.
9467
9468@item
9469@t{'Pos} and @t{'Val}.
9470
9471@item
9472@t{'Tag}.
9473
9474@item
9475@t{'Range} on array objects (not subtypes), but only as the right
9476operand of the membership (@code{in}) operator.
9477
9478@item
9479@t{'Access}, @t{'Unchecked_Access}, and
9480@t{'Unrestricted_Access} (a GNAT extension).
9481
9482@item
9483@t{'Address}.
9484@end itemize
9485
9486@item
9487The names in
9488@code{Characters.Latin_1} are not available and
9489concatenation is not implemented. Thus, escape characters in strings are
9490not currently available.
9491
9492@item
9493Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9494equality of representations. They will generally work correctly
9495for strings and arrays whose elements have integer or enumeration types.
9496They may not work correctly for arrays whose element
9497types have user-defined equality, for arrays of real values
9498(in particular, IEEE-conformant floating point, because of negative
9499zeroes and NaNs), and for arrays whose elements contain unused bits with
9500indeterminate values.
9501
9502@item
9503The other component-by-component array operations (@code{and}, @code{or},
9504@code{xor}, @code{not}, and relational tests other than equality)
9505are not implemented.
9506
9507@item
9508There are no record or array aggregates.
9509
9510@item
9511Calls to dispatching subprograms are not implemented.
9512
9513@item
9514The overloading algorithm is much more limited (i.e., less selective)
9515than that of real Ada. It makes only limited use of the context in which a subexpression
9516appears to resolve its meaning, and it is much looser in its rules for allowing
9517type matches. As a result, some function calls will be ambiguous, and the user
9518will be asked to choose the proper resolution.
9519
9520@item
9521The @code{new} operator is not implemented.
9522
9523@item
9524Entry calls are not implemented.
9525
9526@item
9527Aside from printing, arithmetic operations on the native VAX floating-point
9528formats are not supported.
9529
9530@item
9531It is not possible to slice a packed array.
9532@end itemize
9533
9534@node Additions to Ada
9535@subsubsection Additions to Ada
9536@cindex Ada, deviations from
9537
9538As it does for other languages, @value{GDBN} makes certain generic
9539extensions to Ada (@pxref{Expressions}):
9540
9541@itemize @bullet
9542@item
9543If the expression @var{E} is a variable residing in memory
9544(typically a local variable or array element) and @var{N} is
9545a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9546@var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9547In Ada, this operator is generally not necessary, since its prime use
9548is in displaying parts of an array, and slicing will usually do this in Ada.
9549However, there are occasional uses when debugging programs
9550in which certain debugging information has been optimized away.
9551
9552@item
9553@code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9554in function or file @var{B}.'' When @var{B} is a file name, you must typically
9555surround it in single quotes.
9556
9557@item
9558The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9559@var{type} that appears at address @var{addr}.''
9560
9561@item
9562A name starting with @samp{$} is a convenience variable
9563(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9564@end itemize
9565
9566In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9567to Ada:
9568
9569@itemize @bullet
9570@item
9571The assignment statement is allowed as an expression, returning
9572its right-hand operand as its value. Thus, you may enter
9573
9574@smallexample
9575set x := y + 3
9576print A(tmp := y + 1)
9577@end smallexample
9578
9579@item
9580The semicolon is allowed as an ``operator,'' returning as its value
9581the value of its right-hand operand.
9582This allows, for example,
9583complex conditional breaks:
9584
9585@smallexample
9586break f
9587condition 1 (report(i); k += 1; A(k) > 100)
9588@end smallexample
9589
9590@item
9591Rather than use catenation and symbolic character names to introduce special
9592characters into strings, one may instead use a special bracket notation,
9593which is also used to print strings. A sequence of characters of the form
9594@samp{["@var{XX}"]} within a string or character literal denotes the
9595(single) character whose numeric encoding is @var{XX} in hexadecimal. The
9596sequence of characters @samp{["""]} also denotes a single quotation mark
9597in strings. For example,
9598@smallexample
9599 "One line.["0a"]Next line.["0a"]"
9600@end smallexample
9601@noindent
9602contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9603period.
9604
9605@item
9606The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9607@t{'Max} is optional (and is ignored in any case). For example, it is valid
9608to write
9609
9610@smallexample
9611print 'max(x, y)
9612@end smallexample
9613
9614@item
9615When printing arrays, @value{GDBN} uses positional notation when the
9616array has a lower bound of 1, and uses a modified named notation otherwise.
9617For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9618
9619@smallexample
9620(3 => 10, 17, 1)
9621@end smallexample
9622
9623@noindent
9624That is, in contrast to valid Ada, only the first component has a @code{=>}
9625clause.
9626
9627@item
9628You may abbreviate attributes in expressions with any unique,
9629multi-character subsequence of
9630their names (an exact match gets preference).
9631For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9632in place of @t{a'length}.
9633
9634@item
9635@cindex quoting Ada internal identifiers
9636Since Ada is case-insensitive, the debugger normally maps identifiers you type
9637to lower case. The GNAT compiler uses upper-case characters for
9638some of its internal identifiers, which are normally of no interest to users.
9639For the rare occasions when you actually have to look at them,
9640enclose them in angle brackets to avoid the lower-case mapping.
9641For example,
9642@smallexample
9643@value{GDBP} print <JMPBUF_SAVE>[0]
9644@end smallexample
9645
9646@item
9647Printing an object of class-wide type or dereferencing an
9648access-to-class-wide value will display all the components of the object's
9649specific type (as indicated by its run-time tag). Likewise, component
9650selection on such a value will operate on the specific type of the
9651object.
9652
9653@end itemize
9654
9655@node Stopping Before Main Program
9656@subsubsection Stopping at the Very Beginning
9657
9658@cindex breakpointing Ada elaboration code
9659It is sometimes necessary to debug the program during elaboration, and
9660before reaching the main procedure.
9661As defined in the Ada Reference
9662Manual, the elaboration code is invoked from a procedure called
9663@code{adainit}. To run your program up to the beginning of
9664elaboration, simply use the following two commands:
9665@code{tbreak adainit} and @code{run}.
9666
9667@node Ada Glitches
9668@subsubsection Known Peculiarities of Ada Mode
9669@cindex Ada, problems
9670
9671Besides the omissions listed previously (@pxref{Omissions from Ada}),
9672we know of several problems with and limitations of Ada mode in
9673@value{GDBN},
9674some of which will be fixed with planned future releases of the debugger
9675and the GNU Ada compiler.
9676
9677@itemize @bullet
9678@item
9679Currently, the debugger
9680has insufficient information to determine whether certain pointers represent
9681pointers to objects or the objects themselves.
9682Thus, the user may have to tack an extra @code{.all} after an expression
9683to get it printed properly.
9684
9685@item
9686Static constants that the compiler chooses not to materialize as objects in
9687storage are invisible to the debugger.
9688
9689@item
9690Named parameter associations in function argument lists are ignored (the
9691argument lists are treated as positional).
9692
9693@item
9694Many useful library packages are currently invisible to the debugger.
9695
9696@item
9697Fixed-point arithmetic, conversions, input, and output is carried out using
9698floating-point arithmetic, and may give results that only approximate those on
9699the host machine.
9700
9701@item
9702The type of the @t{'Address} attribute may not be @code{System.Address}.
9703
9704@item
9705The GNAT compiler never generates the prefix @code{Standard} for any of
9706the standard symbols defined by the Ada language. @value{GDBN} knows about
9707this: it will strip the prefix from names when you use it, and will never
9708look for a name you have so qualified among local symbols, nor match against
9709symbols in other packages or subprograms. If you have
9710defined entities anywhere in your program other than parameters and
9711local variables whose simple names match names in @code{Standard},
9712GNAT's lack of qualification here can cause confusion. When this happens,
9713you can usually resolve the confusion
9714by qualifying the problematic names with package
9715@code{Standard} explicitly.
9716@end itemize
9717
4e562065
JB
9718@node Unsupported languages
9719@section Unsupported languages
9720
9721@cindex unsupported languages
9722@cindex minimal language
9723In addition to the other fully-supported programming languages,
9724@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9725It does not represent a real programming language, but provides a set
9726of capabilities close to what the C or assembly languages provide.
9727This should allow most simple operations to be performed while debugging
9728an application that uses a language currently not supported by @value{GDBN}.
9729
9730If the language is set to @code{auto}, @value{GDBN} will automatically
9731select this language if the current frame corresponds to an unsupported
9732language.
9733
6d2ebf8b 9734@node Symbols
c906108c
SS
9735@chapter Examining the Symbol Table
9736
d4f3574e 9737The commands described in this chapter allow you to inquire about the
c906108c
SS
9738symbols (names of variables, functions and types) defined in your
9739program. This information is inherent in the text of your program and
9740does not change as your program executes. @value{GDBN} finds it in your
9741program's symbol table, in the file indicated when you started @value{GDBN}
9742(@pxref{File Options, ,Choosing files}), or by one of the
9743file-management commands (@pxref{Files, ,Commands to specify files}).
9744
9745@cindex symbol names
9746@cindex names of symbols
9747@cindex quoting names
9748Occasionally, you may need to refer to symbols that contain unusual
9749characters, which @value{GDBN} ordinarily treats as word delimiters. The
9750most frequent case is in referring to static variables in other
9751source files (@pxref{Variables,,Program variables}). File names
9752are recorded in object files as debugging symbols, but @value{GDBN} would
9753ordinarily parse a typical file name, like @file{foo.c}, as the three words
9754@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9755@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9756
474c8240 9757@smallexample
c906108c 9758p 'foo.c'::x
474c8240 9759@end smallexample
c906108c
SS
9760
9761@noindent
9762looks up the value of @code{x} in the scope of the file @file{foo.c}.
9763
9764@table @code
a8f24a35
EZ
9765@cindex case-insensitive symbol names
9766@cindex case sensitivity in symbol names
9767@kindex set case-sensitive
9768@item set case-sensitive on
9769@itemx set case-sensitive off
9770@itemx set case-sensitive auto
9771Normally, when @value{GDBN} looks up symbols, it matches their names
9772with case sensitivity determined by the current source language.
9773Occasionally, you may wish to control that. The command @code{set
9774case-sensitive} lets you do that by specifying @code{on} for
9775case-sensitive matches or @code{off} for case-insensitive ones. If
9776you specify @code{auto}, case sensitivity is reset to the default
9777suitable for the source language. The default is case-sensitive
9778matches for all languages except for Fortran, for which the default is
9779case-insensitive matches.
9780
9c16f35a
EZ
9781@kindex show case-sensitive
9782@item show case-sensitive
a8f24a35
EZ
9783This command shows the current setting of case sensitivity for symbols
9784lookups.
9785
c906108c 9786@kindex info address
b37052ae 9787@cindex address of a symbol
c906108c
SS
9788@item info address @var{symbol}
9789Describe where the data for @var{symbol} is stored. For a register
9790variable, this says which register it is kept in. For a non-register
9791local variable, this prints the stack-frame offset at which the variable
9792is always stored.
9793
9794Note the contrast with @samp{print &@var{symbol}}, which does not work
9795at all for a register variable, and for a stack local variable prints
9796the exact address of the current instantiation of the variable.
9797
3d67e040 9798@kindex info symbol
b37052ae 9799@cindex symbol from address
9c16f35a 9800@cindex closest symbol and offset for an address
3d67e040
EZ
9801@item info symbol @var{addr}
9802Print the name of a symbol which is stored at the address @var{addr}.
9803If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9804nearest symbol and an offset from it:
9805
474c8240 9806@smallexample
3d67e040
EZ
9807(@value{GDBP}) info symbol 0x54320
9808_initialize_vx + 396 in section .text
474c8240 9809@end smallexample
3d67e040
EZ
9810
9811@noindent
9812This is the opposite of the @code{info address} command. You can use
9813it to find out the name of a variable or a function given its address.
9814
c906108c 9815@kindex whatis
d4f3574e
SS
9816@item whatis @var{expr}
9817Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9818actually evaluated, and any side-effecting operations (such as
9819assignments or function calls) inside it do not take place.
9820@xref{Expressions, ,Expressions}.
9821
9822@item whatis
9823Print the data type of @code{$}, the last value in the value history.
9824
9825@kindex ptype
9826@item ptype @var{typename}
9827Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9828the name of a type, or for C code it may have the form @samp{class
9829@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9830@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9831
d4f3574e 9832@item ptype @var{expr}
c906108c 9833@itemx ptype
d4f3574e 9834Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9835differs from @code{whatis} by printing a detailed description, instead
9836of just the name of the type.
9837
9838For example, for this variable declaration:
9839
474c8240 9840@smallexample
c906108c 9841struct complex @{double real; double imag;@} v;
474c8240 9842@end smallexample
c906108c
SS
9843
9844@noindent
9845the two commands give this output:
9846
474c8240 9847@smallexample
c906108c
SS
9848@group
9849(@value{GDBP}) whatis v
9850type = struct complex
9851(@value{GDBP}) ptype v
9852type = struct complex @{
9853 double real;
9854 double imag;
9855@}
9856@end group
474c8240 9857@end smallexample
c906108c
SS
9858
9859@noindent
9860As with @code{whatis}, using @code{ptype} without an argument refers to
9861the type of @code{$}, the last value in the value history.
9862
9863@kindex info types
9864@item info types @var{regexp}
9865@itemx info types
09d4efe1
EZ
9866Print a brief description of all types whose names match the regular
9867expression @var{regexp} (or all types in your program, if you supply
9868no argument). Each complete typename is matched as though it were a
9869complete line; thus, @samp{i type value} gives information on all
9870types in your program whose names include the string @code{value}, but
9871@samp{i type ^value$} gives information only on types whose complete
9872name is @code{value}.
c906108c
SS
9873
9874This command differs from @code{ptype} in two ways: first, like
9875@code{whatis}, it does not print a detailed description; second, it
9876lists all source files where a type is defined.
9877
b37052ae
EZ
9878@kindex info scope
9879@cindex local variables
09d4efe1 9880@item info scope @var{location}
b37052ae 9881List all the variables local to a particular scope. This command
09d4efe1
EZ
9882accepts a @var{location} argument---a function name, a source line, or
9883an address preceded by a @samp{*}, and prints all the variables local
9884to the scope defined by that location. For example:
b37052ae
EZ
9885
9886@smallexample
9887(@value{GDBP}) @b{info scope command_line_handler}
9888Scope for command_line_handler:
9889Symbol rl is an argument at stack/frame offset 8, length 4.
9890Symbol linebuffer is in static storage at address 0x150a18, length 4.
9891Symbol linelength is in static storage at address 0x150a1c, length 4.
9892Symbol p is a local variable in register $esi, length 4.
9893Symbol p1 is a local variable in register $ebx, length 4.
9894Symbol nline is a local variable in register $edx, length 4.
9895Symbol repeat is a local variable at frame offset -8, length 4.
9896@end smallexample
9897
f5c37c66
EZ
9898@noindent
9899This command is especially useful for determining what data to collect
9900during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9901collect}.
9902
c906108c
SS
9903@kindex info source
9904@item info source
919d772c
JB
9905Show information about the current source file---that is, the source file for
9906the function containing the current point of execution:
9907@itemize @bullet
9908@item
9909the name of the source file, and the directory containing it,
9910@item
9911the directory it was compiled in,
9912@item
9913its length, in lines,
9914@item
9915which programming language it is written in,
9916@item
9917whether the executable includes debugging information for that file, and
9918if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9919@item
9920whether the debugging information includes information about
9921preprocessor macros.
9922@end itemize
9923
c906108c
SS
9924
9925@kindex info sources
9926@item info sources
9927Print the names of all source files in your program for which there is
9928debugging information, organized into two lists: files whose symbols
9929have already been read, and files whose symbols will be read when needed.
9930
9931@kindex info functions
9932@item info functions
9933Print the names and data types of all defined functions.
9934
9935@item info functions @var{regexp}
9936Print the names and data types of all defined functions
9937whose names contain a match for regular expression @var{regexp}.
9938Thus, @samp{info fun step} finds all functions whose names
9939include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
9940start with @code{step}. If a function name contains characters
9941that conflict with the regular expression language (eg.
1c5dfdad 9942@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9943
9944@kindex info variables
9945@item info variables
9946Print the names and data types of all variables that are declared
6ca652b0 9947outside of functions (i.e.@: excluding local variables).
c906108c
SS
9948
9949@item info variables @var{regexp}
9950Print the names and data types of all variables (except for local
9951variables) whose names contain a match for regular expression
9952@var{regexp}.
9953
b37303ee 9954@kindex info classes
721c2651 9955@cindex Objective-C, classes and selectors
b37303ee
AF
9956@item info classes
9957@itemx info classes @var{regexp}
9958Display all Objective-C classes in your program, or
9959(with the @var{regexp} argument) all those matching a particular regular
9960expression.
9961
9962@kindex info selectors
9963@item info selectors
9964@itemx info selectors @var{regexp}
9965Display all Objective-C selectors in your program, or
9966(with the @var{regexp} argument) all those matching a particular regular
9967expression.
9968
c906108c
SS
9969@ignore
9970This was never implemented.
9971@kindex info methods
9972@item info methods
9973@itemx info methods @var{regexp}
9974The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9975methods within C@t{++} program, or (with the @var{regexp} argument) a
9976specific set of methods found in the various C@t{++} classes. Many
9977C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9978from the @code{ptype} command can be overwhelming and hard to use. The
9979@code{info-methods} command filters the methods, printing only those
9980which match the regular-expression @var{regexp}.
9981@end ignore
9982
c906108c
SS
9983@cindex reloading symbols
9984Some systems allow individual object files that make up your program to
7a292a7a
SS
9985be replaced without stopping and restarting your program. For example,
9986in VxWorks you can simply recompile a defective object file and keep on
9987running. If you are running on one of these systems, you can allow
9988@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9989
9990@table @code
9991@kindex set symbol-reloading
9992@item set symbol-reloading on
9993Replace symbol definitions for the corresponding source file when an
9994object file with a particular name is seen again.
9995
9996@item set symbol-reloading off
6d2ebf8b
SS
9997Do not replace symbol definitions when encountering object files of the
9998same name more than once. This is the default state; if you are not
9999running on a system that permits automatic relinking of modules, you
10000should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10001may discard symbols when linking large programs, that may contain
10002several modules (from different directories or libraries) with the same
10003name.
c906108c
SS
10004
10005@kindex show symbol-reloading
10006@item show symbol-reloading
10007Show the current @code{on} or @code{off} setting.
10008@end table
c906108c 10009
9c16f35a 10010@cindex opaque data types
c906108c
SS
10011@kindex set opaque-type-resolution
10012@item set opaque-type-resolution on
10013Tell @value{GDBN} to resolve opaque types. An opaque type is a type
10014declared as a pointer to a @code{struct}, @code{class}, or
10015@code{union}---for example, @code{struct MyType *}---that is used in one
10016source file although the full declaration of @code{struct MyType} is in
10017another source file. The default is on.
10018
10019A change in the setting of this subcommand will not take effect until
10020the next time symbols for a file are loaded.
10021
10022@item set opaque-type-resolution off
10023Tell @value{GDBN} not to resolve opaque types. In this case, the type
10024is printed as follows:
10025@smallexample
10026@{<no data fields>@}
10027@end smallexample
10028
10029@kindex show opaque-type-resolution
10030@item show opaque-type-resolution
10031Show whether opaque types are resolved or not.
c906108c
SS
10032
10033@kindex maint print symbols
10034@cindex symbol dump
10035@kindex maint print psymbols
10036@cindex partial symbol dump
10037@item maint print symbols @var{filename}
10038@itemx maint print psymbols @var{filename}
10039@itemx maint print msymbols @var{filename}
10040Write a dump of debugging symbol data into the file @var{filename}.
10041These commands are used to debug the @value{GDBN} symbol-reading code. Only
10042symbols with debugging data are included. If you use @samp{maint print
10043symbols}, @value{GDBN} includes all the symbols for which it has already
10044collected full details: that is, @var{filename} reflects symbols for
10045only those files whose symbols @value{GDBN} has read. You can use the
10046command @code{info sources} to find out which files these are. If you
10047use @samp{maint print psymbols} instead, the dump shows information about
10048symbols that @value{GDBN} only knows partially---that is, symbols defined in
10049files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10050@samp{maint print msymbols} dumps just the minimal symbol information
10051required for each object file from which @value{GDBN} has read some symbols.
10052@xref{Files, ,Commands to specify files}, for a discussion of how
10053@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 10054
5e7b2f39
JB
10055@kindex maint info symtabs
10056@kindex maint info psymtabs
44ea7b70
JB
10057@cindex listing @value{GDBN}'s internal symbol tables
10058@cindex symbol tables, listing @value{GDBN}'s internal
10059@cindex full symbol tables, listing @value{GDBN}'s internal
10060@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
10061@item maint info symtabs @r{[} @var{regexp} @r{]}
10062@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
10063
10064List the @code{struct symtab} or @code{struct partial_symtab}
10065structures whose names match @var{regexp}. If @var{regexp} is not
10066given, list them all. The output includes expressions which you can
10067copy into a @value{GDBN} debugging this one to examine a particular
10068structure in more detail. For example:
10069
10070@smallexample
5e7b2f39 10071(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
10072@{ objfile /home/gnu/build/gdb/gdb
10073 ((struct objfile *) 0x82e69d0)
b383017d 10074 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10075 ((struct partial_symtab *) 0x8474b10)
10076 readin no
10077 fullname (null)
10078 text addresses 0x814d3c8 -- 0x8158074
10079 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10080 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10081 dependencies (none)
10082 @}
10083@}
5e7b2f39 10084(@value{GDBP}) maint info symtabs
44ea7b70
JB
10085(@value{GDBP})
10086@end smallexample
10087@noindent
10088We see that there is one partial symbol table whose filename contains
10089the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10090and we see that @value{GDBN} has not read in any symtabs yet at all.
10091If we set a breakpoint on a function, that will cause @value{GDBN} to
10092read the symtab for the compilation unit containing that function:
10093
10094@smallexample
10095(@value{GDBP}) break dwarf2_psymtab_to_symtab
10096Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10097line 1574.
5e7b2f39 10098(@value{GDBP}) maint info symtabs
b383017d 10099@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 10100 ((struct objfile *) 0x82e69d0)
b383017d 10101 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10102 ((struct symtab *) 0x86c1f38)
10103 dirname (null)
10104 fullname (null)
10105 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10106 debugformat DWARF 2
10107 @}
10108@}
b383017d 10109(@value{GDBP})
44ea7b70 10110@end smallexample
c906108c
SS
10111@end table
10112
44ea7b70 10113
6d2ebf8b 10114@node Altering
c906108c
SS
10115@chapter Altering Execution
10116
10117Once you think you have found an error in your program, you might want to
10118find out for certain whether correcting the apparent error would lead to
10119correct results in the rest of the run. You can find the answer by
10120experiment, using the @value{GDBN} features for altering execution of the
10121program.
10122
10123For example, you can store new values into variables or memory
7a292a7a
SS
10124locations, give your program a signal, restart it at a different
10125address, or even return prematurely from a function.
c906108c
SS
10126
10127@menu
10128* Assignment:: Assignment to variables
10129* Jumping:: Continuing at a different address
c906108c 10130* Signaling:: Giving your program a signal
c906108c
SS
10131* Returning:: Returning from a function
10132* Calling:: Calling your program's functions
10133* Patching:: Patching your program
10134@end menu
10135
6d2ebf8b 10136@node Assignment
c906108c
SS
10137@section Assignment to variables
10138
10139@cindex assignment
10140@cindex setting variables
10141To alter the value of a variable, evaluate an assignment expression.
10142@xref{Expressions, ,Expressions}. For example,
10143
474c8240 10144@smallexample
c906108c 10145print x=4
474c8240 10146@end smallexample
c906108c
SS
10147
10148@noindent
10149stores the value 4 into the variable @code{x}, and then prints the
5d161b24 10150value of the assignment expression (which is 4).
c906108c
SS
10151@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10152information on operators in supported languages.
c906108c
SS
10153
10154@kindex set variable
10155@cindex variables, setting
10156If you are not interested in seeing the value of the assignment, use the
10157@code{set} command instead of the @code{print} command. @code{set} is
10158really the same as @code{print} except that the expression's value is
10159not printed and is not put in the value history (@pxref{Value History,
10160,Value history}). The expression is evaluated only for its effects.
10161
c906108c
SS
10162If the beginning of the argument string of the @code{set} command
10163appears identical to a @code{set} subcommand, use the @code{set
10164variable} command instead of just @code{set}. This command is identical
10165to @code{set} except for its lack of subcommands. For example, if your
10166program has a variable @code{width}, you get an error if you try to set
10167a new value with just @samp{set width=13}, because @value{GDBN} has the
10168command @code{set width}:
10169
474c8240 10170@smallexample
c906108c
SS
10171(@value{GDBP}) whatis width
10172type = double
10173(@value{GDBP}) p width
10174$4 = 13
10175(@value{GDBP}) set width=47
10176Invalid syntax in expression.
474c8240 10177@end smallexample
c906108c
SS
10178
10179@noindent
10180The invalid expression, of course, is @samp{=47}. In
10181order to actually set the program's variable @code{width}, use
10182
474c8240 10183@smallexample
c906108c 10184(@value{GDBP}) set var width=47
474c8240 10185@end smallexample
53a5351d 10186
c906108c
SS
10187Because the @code{set} command has many subcommands that can conflict
10188with the names of program variables, it is a good idea to use the
10189@code{set variable} command instead of just @code{set}. For example, if
10190your program has a variable @code{g}, you run into problems if you try
10191to set a new value with just @samp{set g=4}, because @value{GDBN} has
10192the command @code{set gnutarget}, abbreviated @code{set g}:
10193
474c8240 10194@smallexample
c906108c
SS
10195@group
10196(@value{GDBP}) whatis g
10197type = double
10198(@value{GDBP}) p g
10199$1 = 1
10200(@value{GDBP}) set g=4
2df3850c 10201(@value{GDBP}) p g
c906108c
SS
10202$2 = 1
10203(@value{GDBP}) r
10204The program being debugged has been started already.
10205Start it from the beginning? (y or n) y
10206Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
10207"/home/smith/cc_progs/a.out": can't open to read symbols:
10208 Invalid bfd target.
c906108c
SS
10209(@value{GDBP}) show g
10210The current BFD target is "=4".
10211@end group
474c8240 10212@end smallexample
c906108c
SS
10213
10214@noindent
10215The program variable @code{g} did not change, and you silently set the
10216@code{gnutarget} to an invalid value. In order to set the variable
10217@code{g}, use
10218
474c8240 10219@smallexample
c906108c 10220(@value{GDBP}) set var g=4
474c8240 10221@end smallexample
c906108c
SS
10222
10223@value{GDBN} allows more implicit conversions in assignments than C; you can
10224freely store an integer value into a pointer variable or vice versa,
10225and you can convert any structure to any other structure that is the
10226same length or shorter.
10227@comment FIXME: how do structs align/pad in these conversions?
10228@comment /doc@cygnus.com 18dec1990
10229
10230To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10231construct to generate a value of specified type at a specified address
10232(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10233to memory location @code{0x83040} as an integer (which implies a certain size
10234and representation in memory), and
10235
474c8240 10236@smallexample
c906108c 10237set @{int@}0x83040 = 4
474c8240 10238@end smallexample
c906108c
SS
10239
10240@noindent
10241stores the value 4 into that memory location.
10242
6d2ebf8b 10243@node Jumping
c906108c
SS
10244@section Continuing at a different address
10245
10246Ordinarily, when you continue your program, you do so at the place where
10247it stopped, with the @code{continue} command. You can instead continue at
10248an address of your own choosing, with the following commands:
10249
10250@table @code
10251@kindex jump
10252@item jump @var{linespec}
10253Resume execution at line @var{linespec}. Execution stops again
10254immediately if there is a breakpoint there. @xref{List, ,Printing
10255source lines}, for a description of the different forms of
10256@var{linespec}. It is common practice to use the @code{tbreak} command
10257in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10258breakpoints}.
10259
10260The @code{jump} command does not change the current stack frame, or
10261the stack pointer, or the contents of any memory location or any
10262register other than the program counter. If line @var{linespec} is in
10263a different function from the one currently executing, the results may
10264be bizarre if the two functions expect different patterns of arguments or
10265of local variables. For this reason, the @code{jump} command requests
10266confirmation if the specified line is not in the function currently
10267executing. However, even bizarre results are predictable if you are
10268well acquainted with the machine-language code of your program.
10269
10270@item jump *@var{address}
10271Resume execution at the instruction at address @var{address}.
10272@end table
10273
c906108c 10274@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
10275On many systems, you can get much the same effect as the @code{jump}
10276command by storing a new value into the register @code{$pc}. The
10277difference is that this does not start your program running; it only
10278changes the address of where it @emph{will} run when you continue. For
10279example,
c906108c 10280
474c8240 10281@smallexample
c906108c 10282set $pc = 0x485
474c8240 10283@end smallexample
c906108c
SS
10284
10285@noindent
10286makes the next @code{continue} command or stepping command execute at
10287address @code{0x485}, rather than at the address where your program stopped.
10288@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
10289
10290The most common occasion to use the @code{jump} command is to back
10291up---perhaps with more breakpoints set---over a portion of a program
10292that has already executed, in order to examine its execution in more
10293detail.
10294
c906108c 10295@c @group
6d2ebf8b 10296@node Signaling
c906108c 10297@section Giving your program a signal
9c16f35a 10298@cindex deliver a signal to a program
c906108c
SS
10299
10300@table @code
10301@kindex signal
10302@item signal @var{signal}
10303Resume execution where your program stopped, but immediately give it the
10304signal @var{signal}. @var{signal} can be the name or the number of a
10305signal. For example, on many systems @code{signal 2} and @code{signal
10306SIGINT} are both ways of sending an interrupt signal.
10307
10308Alternatively, if @var{signal} is zero, continue execution without
10309giving a signal. This is useful when your program stopped on account of
10310a signal and would ordinary see the signal when resumed with the
10311@code{continue} command; @samp{signal 0} causes it to resume without a
10312signal.
10313
10314@code{signal} does not repeat when you press @key{RET} a second time
10315after executing the command.
10316@end table
10317@c @end group
10318
10319Invoking the @code{signal} command is not the same as invoking the
10320@code{kill} utility from the shell. Sending a signal with @code{kill}
10321causes @value{GDBN} to decide what to do with the signal depending on
10322the signal handling tables (@pxref{Signals}). The @code{signal} command
10323passes the signal directly to your program.
10324
c906108c 10325
6d2ebf8b 10326@node Returning
c906108c
SS
10327@section Returning from a function
10328
10329@table @code
10330@cindex returning from a function
10331@kindex return
10332@item return
10333@itemx return @var{expression}
10334You can cancel execution of a function call with the @code{return}
10335command. If you give an
10336@var{expression} argument, its value is used as the function's return
10337value.
10338@end table
10339
10340When you use @code{return}, @value{GDBN} discards the selected stack frame
10341(and all frames within it). You can think of this as making the
10342discarded frame return prematurely. If you wish to specify a value to
10343be returned, give that value as the argument to @code{return}.
10344
10345This pops the selected stack frame (@pxref{Selection, ,Selecting a
10346frame}), and any other frames inside of it, leaving its caller as the
10347innermost remaining frame. That frame becomes selected. The
10348specified value is stored in the registers used for returning values
10349of functions.
10350
10351The @code{return} command does not resume execution; it leaves the
10352program stopped in the state that would exist if the function had just
10353returned. In contrast, the @code{finish} command (@pxref{Continuing
10354and Stepping, ,Continuing and stepping}) resumes execution until the
10355selected stack frame returns naturally.
10356
6d2ebf8b 10357@node Calling
c906108c
SS
10358@section Calling program functions
10359
f8568604 10360@table @code
c906108c 10361@cindex calling functions
f8568604
EZ
10362@cindex inferior functions, calling
10363@item print @var{expr}
9c16f35a 10364Evaluate the expression @var{expr} and display the resuling value.
f8568604
EZ
10365@var{expr} may include calls to functions in the program being
10366debugged.
10367
c906108c 10368@kindex call
c906108c
SS
10369@item call @var{expr}
10370Evaluate the expression @var{expr} without displaying @code{void}
10371returned values.
c906108c
SS
10372
10373You can use this variant of the @code{print} command if you want to
f8568604
EZ
10374execute a function from your program that does not return anything
10375(a.k.a.@: @dfn{a void function}), but without cluttering the output
10376with @code{void} returned values that @value{GDBN} will otherwise
10377print. If the result is not void, it is printed and saved in the
10378value history.
10379@end table
10380
9c16f35a
EZ
10381It is possible for the function you call via the @code{print} or
10382@code{call} command to generate a signal (e.g., if there's a bug in
10383the function, or if you passed it incorrect arguments). What happens
10384in that case is controlled by the @code{set unwindonsignal} command.
10385
10386@table @code
10387@item set unwindonsignal
10388@kindex set unwindonsignal
10389@cindex unwind stack in called functions
10390@cindex call dummy stack unwinding
10391Set unwinding of the stack if a signal is received while in a function
10392that @value{GDBN} called in the program being debugged. If set to on,
10393@value{GDBN} unwinds the stack it created for the call and restores
10394the context to what it was before the call. If set to off (the
10395default), @value{GDBN} stops in the frame where the signal was
10396received.
10397
10398@item show unwindonsignal
10399@kindex show unwindonsignal
10400Show the current setting of stack unwinding in the functions called by
10401@value{GDBN}.
10402@end table
10403
f8568604
EZ
10404@cindex weak alias functions
10405Sometimes, a function you wish to call is actually a @dfn{weak alias}
10406for another function. In such case, @value{GDBN} might not pick up
10407the type information, including the types of the function arguments,
10408which causes @value{GDBN} to call the inferior function incorrectly.
10409As a result, the called function will function erroneously and may
10410even crash. A solution to that is to use the name of the aliased
10411function instead.
c906108c 10412
6d2ebf8b 10413@node Patching
c906108c 10414@section Patching programs
7a292a7a 10415
c906108c
SS
10416@cindex patching binaries
10417@cindex writing into executables
c906108c 10418@cindex writing into corefiles
c906108c 10419
7a292a7a
SS
10420By default, @value{GDBN} opens the file containing your program's
10421executable code (or the corefile) read-only. This prevents accidental
10422alterations to machine code; but it also prevents you from intentionally
10423patching your program's binary.
c906108c
SS
10424
10425If you'd like to be able to patch the binary, you can specify that
10426explicitly with the @code{set write} command. For example, you might
10427want to turn on internal debugging flags, or even to make emergency
10428repairs.
10429
10430@table @code
10431@kindex set write
10432@item set write on
10433@itemx set write off
7a292a7a
SS
10434If you specify @samp{set write on}, @value{GDBN} opens executable and
10435core files for both reading and writing; if you specify @samp{set write
c906108c
SS
10436off} (the default), @value{GDBN} opens them read-only.
10437
10438If you have already loaded a file, you must load it again (using the
7a292a7a
SS
10439@code{exec-file} or @code{core-file} command) after changing @code{set
10440write}, for your new setting to take effect.
c906108c
SS
10441
10442@item show write
10443@kindex show write
7a292a7a
SS
10444Display whether executable files and core files are opened for writing
10445as well as reading.
c906108c
SS
10446@end table
10447
6d2ebf8b 10448@node GDB Files
c906108c
SS
10449@chapter @value{GDBN} Files
10450
7a292a7a
SS
10451@value{GDBN} needs to know the file name of the program to be debugged,
10452both in order to read its symbol table and in order to start your
10453program. To debug a core dump of a previous run, you must also tell
10454@value{GDBN} the name of the core dump file.
c906108c
SS
10455
10456@menu
10457* Files:: Commands to specify files
5b5d99cf 10458* Separate Debug Files:: Debugging information in separate files
c906108c
SS
10459* Symbol Errors:: Errors reading symbol files
10460@end menu
10461
6d2ebf8b 10462@node Files
c906108c 10463@section Commands to specify files
c906108c 10464
7a292a7a 10465@cindex symbol table
c906108c 10466@cindex core dump file
7a292a7a
SS
10467
10468You may want to specify executable and core dump file names. The usual
10469way to do this is at start-up time, using the arguments to
10470@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10471Out of @value{GDBN}}).
c906108c
SS
10472
10473Occasionally it is necessary to change to a different file during a
10474@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
10475a file you want to use. In these situations the @value{GDBN} commands
10476to specify new files are useful.
10477
10478@table @code
10479@cindex executable file
10480@kindex file
10481@item file @var{filename}
10482Use @var{filename} as the program to be debugged. It is read for its
10483symbols and for the contents of pure memory. It is also the program
10484executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
10485directory and the file is not found in the @value{GDBN} working directory,
10486@value{GDBN} uses the environment variable @code{PATH} as a list of
10487directories to search, just as the shell does when looking for a program
10488to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
10489and your program, using the @code{path} command.
10490
6d2ebf8b 10491On systems with memory-mapped files, an auxiliary file named
c906108c
SS
10492@file{@var{filename}.syms} may hold symbol table information for
10493@var{filename}. If so, @value{GDBN} maps in the symbol table from
10494@file{@var{filename}.syms}, starting up more quickly. See the
10495descriptions of the file options @samp{-mapped} and @samp{-readnow}
7b5ba0cc
EZ
10496(available on the command line, see @ref{File Options, , -readnow},
10497and with the commands @code{file}, @code{symbol-file}, or
10498@code{add-symbol-file}, described below), for more information.
c906108c
SS
10499
10500@item file
10501@code{file} with no argument makes @value{GDBN} discard any information it
10502has on both executable file and the symbol table.
10503
10504@kindex exec-file
10505@item exec-file @r{[} @var{filename} @r{]}
10506Specify that the program to be run (but not the symbol table) is found
10507in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10508if necessary to locate your program. Omitting @var{filename} means to
10509discard information on the executable file.
10510
10511@kindex symbol-file
10512@item symbol-file @r{[} @var{filename} @r{]}
10513Read symbol table information from file @var{filename}. @code{PATH} is
10514searched when necessary. Use the @code{file} command to get both symbol
10515table and program to run from the same file.
10516
10517@code{symbol-file} with no argument clears out @value{GDBN} information on your
10518program's symbol table.
10519
5d161b24 10520The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
10521of its convenience variables, the value history, and all breakpoints and
10522auto-display expressions. This is because they may contain pointers to
10523the internal data recording symbols and data types, which are part of
10524the old symbol table data being discarded inside @value{GDBN}.
10525
10526@code{symbol-file} does not repeat if you press @key{RET} again after
10527executing it once.
10528
10529When @value{GDBN} is configured for a particular environment, it
10530understands debugging information in whatever format is the standard
10531generated for that environment; you may use either a @sc{gnu} compiler, or
10532other compilers that adhere to the local conventions.
c906108c
SS
10533Best results are usually obtained from @sc{gnu} compilers; for example,
10534using @code{@value{GCC}} you can generate debugging information for
10535optimized code.
c906108c
SS
10536
10537For most kinds of object files, with the exception of old SVR3 systems
10538using COFF, the @code{symbol-file} command does not normally read the
10539symbol table in full right away. Instead, it scans the symbol table
10540quickly to find which source files and which symbols are present. The
10541details are read later, one source file at a time, as they are needed.
10542
10543The purpose of this two-stage reading strategy is to make @value{GDBN}
10544start up faster. For the most part, it is invisible except for
10545occasional pauses while the symbol table details for a particular source
10546file are being read. (The @code{set verbose} command can turn these
10547pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10548warnings and messages}.)
10549
c906108c
SS
10550We have not implemented the two-stage strategy for COFF yet. When the
10551symbol table is stored in COFF format, @code{symbol-file} reads the
10552symbol table data in full right away. Note that ``stabs-in-COFF''
10553still does the two-stage strategy, since the debug info is actually
10554in stabs format.
10555
10556@kindex readnow
10557@cindex reading symbols immediately
10558@cindex symbols, reading immediately
10559@kindex mapped
10560@cindex memory-mapped symbol file
10561@cindex saving symbol table
10562@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10563@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10564You can override the @value{GDBN} two-stage strategy for reading symbol
10565tables by using the @samp{-readnow} option with any of the commands that
10566load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 10567entire symbol table available.
c906108c 10568
c906108c
SS
10569If memory-mapped files are available on your system through the
10570@code{mmap} system call, you can use another option, @samp{-mapped}, to
10571cause @value{GDBN} to write the symbols for your program into a reusable
10572file. Future @value{GDBN} debugging sessions map in symbol information
10573from this auxiliary symbol file (if the program has not changed), rather
10574than spending time reading the symbol table from the executable
10575program. Using the @samp{-mapped} option has the same effect as
10576starting @value{GDBN} with the @samp{-mapped} command-line option.
10577
10578You can use both options together, to make sure the auxiliary symbol
10579file has all the symbol information for your program.
10580
10581The auxiliary symbol file for a program called @var{myprog} is called
10582@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
10583than the corresponding executable), @value{GDBN} always attempts to use
10584it when you debug @var{myprog}; no special options or commands are
10585needed.
10586
10587The @file{.syms} file is specific to the host machine where you run
10588@value{GDBN}. It holds an exact image of the internal @value{GDBN}
10589symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
10590
10591@c FIXME: for now no mention of directories, since this seems to be in
10592@c flux. 13mar1992 status is that in theory GDB would look either in
10593@c current dir or in same dir as myprog; but issues like competing
10594@c GDB's, or clutter in system dirs, mean that in practice right now
10595@c only current dir is used. FFish says maybe a special GDB hierarchy
10596@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10597@c files.
10598
c906108c 10599@kindex core-file
09d4efe1 10600@item core-file @r{[}@var{filename}@r{]}
4644b6e3 10601@itemx core
c906108c
SS
10602Specify the whereabouts of a core dump file to be used as the ``contents
10603of memory''. Traditionally, core files contain only some parts of the
10604address space of the process that generated them; @value{GDBN} can access the
10605executable file itself for other parts.
10606
10607@code{core-file} with no argument specifies that no core file is
10608to be used.
10609
10610Note that the core file is ignored when your program is actually running
7a292a7a
SS
10611under @value{GDBN}. So, if you have been running your program and you
10612wish to debug a core file instead, you must kill the subprocess in which
10613the program is running. To do this, use the @code{kill} command
c906108c 10614(@pxref{Kill Process, ,Killing the child process}).
c906108c 10615
c906108c
SS
10616@kindex add-symbol-file
10617@cindex dynamic linking
10618@item add-symbol-file @var{filename} @var{address}
10619@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 10620@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
10621The @code{add-symbol-file} command reads additional symbol table
10622information from the file @var{filename}. You would use this command
10623when @var{filename} has been dynamically loaded (by some other means)
10624into the program that is running. @var{address} should be the memory
10625address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
10626this out for itself. You can additionally specify an arbitrary number
10627of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10628section name and base address for that section. You can specify any
10629@var{address} as an expression.
c906108c
SS
10630
10631The symbol table of the file @var{filename} is added to the symbol table
10632originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
10633@code{add-symbol-file} command any number of times; the new symbol data
10634thus read keeps adding to the old. To discard all old symbol data
10635instead, use the @code{symbol-file} command without any arguments.
c906108c 10636
17d9d558
JB
10637@cindex relocatable object files, reading symbols from
10638@cindex object files, relocatable, reading symbols from
10639@cindex reading symbols from relocatable object files
10640@cindex symbols, reading from relocatable object files
10641@cindex @file{.o} files, reading symbols from
10642Although @var{filename} is typically a shared library file, an
10643executable file, or some other object file which has been fully
10644relocated for loading into a process, you can also load symbolic
10645information from relocatable @file{.o} files, as long as:
10646
10647@itemize @bullet
10648@item
10649the file's symbolic information refers only to linker symbols defined in
10650that file, not to symbols defined by other object files,
10651@item
10652every section the file's symbolic information refers to has actually
10653been loaded into the inferior, as it appears in the file, and
10654@item
10655you can determine the address at which every section was loaded, and
10656provide these to the @code{add-symbol-file} command.
10657@end itemize
10658
10659@noindent
10660Some embedded operating systems, like Sun Chorus and VxWorks, can load
10661relocatable files into an already running program; such systems
10662typically make the requirements above easy to meet. However, it's
10663important to recognize that many native systems use complex link
49efadf5 10664procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
10665assembly, for example) that make the requirements difficult to meet. In
10666general, one cannot assume that using @code{add-symbol-file} to read a
10667relocatable object file's symbolic information will have the same effect
10668as linking the relocatable object file into the program in the normal
10669way.
10670
c906108c
SS
10671@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10672
10673You can use the @samp{-mapped} and @samp{-readnow} options just as with
10674the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10675table information for @var{filename}.
10676
09d4efe1
EZ
10677@kindex add-shared-symbol-files
10678@kindex assf
10679@item add-shared-symbol-files @var{library-file}
10680@itemx assf @var{library-file}
10681The @code{add-shared-symbol-files} command can currently be used only
10682in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10683alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10684@value{GDBN} automatically looks for shared libraries, however if
10685@value{GDBN} does not find yours, you can invoke
10686@code{add-shared-symbol-files}. It takes one argument: the shared
10687library's file name. @code{assf} is a shorthand alias for
10688@code{add-shared-symbol-files}.
c906108c 10689
c906108c 10690@kindex section
09d4efe1
EZ
10691@item section @var{section} @var{addr}
10692The @code{section} command changes the base address of the named
10693@var{section} of the exec file to @var{addr}. This can be used if the
10694exec file does not contain section addresses, (such as in the
10695@code{a.out} format), or when the addresses specified in the file
10696itself are wrong. Each section must be changed separately. The
10697@code{info files} command, described below, lists all the sections and
10698their addresses.
c906108c
SS
10699
10700@kindex info files
10701@kindex info target
10702@item info files
10703@itemx info target
7a292a7a
SS
10704@code{info files} and @code{info target} are synonymous; both print the
10705current target (@pxref{Targets, ,Specifying a Debugging Target}),
10706including the names of the executable and core dump files currently in
10707use by @value{GDBN}, and the files from which symbols were loaded. The
10708command @code{help target} lists all possible targets rather than
10709current ones.
10710
fe95c787
MS
10711@kindex maint info sections
10712@item maint info sections
10713Another command that can give you extra information about program sections
10714is @code{maint info sections}. In addition to the section information
10715displayed by @code{info files}, this command displays the flags and file
10716offset of each section in the executable and core dump files. In addition,
10717@code{maint info sections} provides the following command options (which
10718may be arbitrarily combined):
10719
10720@table @code
10721@item ALLOBJ
10722Display sections for all loaded object files, including shared libraries.
10723@item @var{sections}
6600abed 10724Display info only for named @var{sections}.
fe95c787
MS
10725@item @var{section-flags}
10726Display info only for sections for which @var{section-flags} are true.
10727The section flags that @value{GDBN} currently knows about are:
10728@table @code
10729@item ALLOC
10730Section will have space allocated in the process when loaded.
10731Set for all sections except those containing debug information.
10732@item LOAD
10733Section will be loaded from the file into the child process memory.
10734Set for pre-initialized code and data, clear for @code{.bss} sections.
10735@item RELOC
10736Section needs to be relocated before loading.
10737@item READONLY
10738Section cannot be modified by the child process.
10739@item CODE
10740Section contains executable code only.
6600abed 10741@item DATA
fe95c787
MS
10742Section contains data only (no executable code).
10743@item ROM
10744Section will reside in ROM.
10745@item CONSTRUCTOR
10746Section contains data for constructor/destructor lists.
10747@item HAS_CONTENTS
10748Section is not empty.
10749@item NEVER_LOAD
10750An instruction to the linker to not output the section.
10751@item COFF_SHARED_LIBRARY
10752A notification to the linker that the section contains
10753COFF shared library information.
10754@item IS_COMMON
10755Section contains common symbols.
10756@end table
10757@end table
6763aef9 10758@kindex set trust-readonly-sections
9c16f35a 10759@cindex read-only sections
6763aef9
MS
10760@item set trust-readonly-sections on
10761Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10762really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10763In that case, @value{GDBN} can fetch values from these sections
10764out of the object file, rather than from the target program.
10765For some targets (notably embedded ones), this can be a significant
10766enhancement to debugging performance.
10767
10768The default is off.
10769
10770@item set trust-readonly-sections off
15110bc3 10771Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10772the contents of the section might change while the program is running,
10773and must therefore be fetched from the target when needed.
9c16f35a
EZ
10774
10775@item show trust-readonly-sections
10776Show the current setting of trusting readonly sections.
c906108c
SS
10777@end table
10778
10779All file-specifying commands allow both absolute and relative file names
10780as arguments. @value{GDBN} always converts the file name to an absolute file
10781name and remembers it that way.
10782
c906108c 10783@cindex shared libraries
9c16f35a
EZ
10784@value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10785and IBM RS/6000 AIX shared libraries.
53a5351d 10786
c906108c
SS
10787@value{GDBN} automatically loads symbol definitions from shared libraries
10788when you use the @code{run} command, or when you examine a core file.
10789(Before you issue the @code{run} command, @value{GDBN} does not understand
10790references to a function in a shared library, however---unless you are
10791debugging a core file).
53a5351d
JM
10792
10793On HP-UX, if the program loads a library explicitly, @value{GDBN}
10794automatically loads the symbols at the time of the @code{shl_load} call.
10795
c906108c
SS
10796@c FIXME: some @value{GDBN} release may permit some refs to undef
10797@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10798@c FIXME...lib; check this from time to time when updating manual
10799
b7209cb4
FF
10800There are times, however, when you may wish to not automatically load
10801symbol definitions from shared libraries, such as when they are
10802particularly large or there are many of them.
10803
10804To control the automatic loading of shared library symbols, use the
10805commands:
10806
10807@table @code
10808@kindex set auto-solib-add
10809@item set auto-solib-add @var{mode}
10810If @var{mode} is @code{on}, symbols from all shared object libraries
10811will be loaded automatically when the inferior begins execution, you
10812attach to an independently started inferior, or when the dynamic linker
10813informs @value{GDBN} that a new library has been loaded. If @var{mode}
10814is @code{off}, symbols must be loaded manually, using the
10815@code{sharedlibrary} command. The default value is @code{on}.
10816
dcaf7c2c
EZ
10817@cindex memory used for symbol tables
10818If your program uses lots of shared libraries with debug info that
10819takes large amounts of memory, you can decrease the @value{GDBN}
10820memory footprint by preventing it from automatically loading the
10821symbols from shared libraries. To that end, type @kbd{set
10822auto-solib-add off} before running the inferior, then load each
10823library whose debug symbols you do need with @kbd{sharedlibrary
10824@var{regexp}}, where @var{regexp} is a regular expresion that matches
10825the libraries whose symbols you want to be loaded.
10826
b7209cb4
FF
10827@kindex show auto-solib-add
10828@item show auto-solib-add
10829Display the current autoloading mode.
10830@end table
10831
10832To explicitly load shared library symbols, use the @code{sharedlibrary}
10833command:
10834
c906108c
SS
10835@table @code
10836@kindex info sharedlibrary
10837@kindex info share
10838@item info share
10839@itemx info sharedlibrary
10840Print the names of the shared libraries which are currently loaded.
10841
10842@kindex sharedlibrary
10843@kindex share
10844@item sharedlibrary @var{regex}
10845@itemx share @var{regex}
c906108c
SS
10846Load shared object library symbols for files matching a
10847Unix regular expression.
10848As with files loaded automatically, it only loads shared libraries
10849required by your program for a core file or after typing @code{run}. If
10850@var{regex} is omitted all shared libraries required by your program are
10851loaded.
10852@end table
10853
b7209cb4
FF
10854On some systems, such as HP-UX systems, @value{GDBN} supports
10855autoloading shared library symbols until a limiting threshold size is
10856reached. This provides the benefit of allowing autoloading to remain on
10857by default, but avoids autoloading excessively large shared libraries,
10858up to a threshold that is initially set, but which you can modify if you
10859wish.
c906108c
SS
10860
10861Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10862loaded. To load these symbols, use the command @code{sharedlibrary
10863@var{filename}}. The base address of the shared library is determined
c906108c
SS
10864automatically by @value{GDBN} and need not be specified.
10865
10866To display or set the threshold, use the commands:
10867
10868@table @code
b7209cb4
FF
10869@kindex set auto-solib-limit
10870@item set auto-solib-limit @var{threshold}
10871Set the autoloading size threshold, in an integral number of megabytes.
10872If @var{threshold} is nonzero and shared library autoloading is enabled,
10873symbols from all shared object libraries will be loaded until the total
10874size of the loaded shared library symbols exceeds this threshold.
c906108c 10875Otherwise, symbols must be loaded manually, using the
6ca652b0 10876@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10877Mb).
c906108c 10878
b7209cb4
FF
10879@kindex show auto-solib-limit
10880@item show auto-solib-limit
c906108c
SS
10881Display the current autoloading size threshold, in megabytes.
10882@end table
c906108c 10883
721c2651
EZ
10884Sometimes you may wish that @value{GDBN} stops and gives you control
10885when any of shared library events happen. Use the @code{set
10886stop-on-solib-events} command for this:
10887
10888@table @code
10889@item set stop-on-solib-events
10890@kindex set stop-on-solib-events
10891This command controls whether @value{GDBN} should give you control
10892when the dynamic linker notifies it about some shared library event.
10893The most common event of interest is loading or unloading of a new
10894shared library.
10895
10896@item show stop-on-solib-events
10897@kindex show stop-on-solib-events
10898Show whether @value{GDBN} stops and gives you control when shared
10899library events happen.
10900@end table
10901
f5ebfba0
DJ
10902Shared libraries are also supported in many cross or remote debugging
10903configurations. A copy of the target's libraries need to be present on the
10904host system; they need to be the same as the target libraries, although the
10905copies on the target can be stripped as long as the copies on the host are
10906not.
10907
10908You need to tell @value{GDBN} where the target libraries are, so that it can
10909load the correct copies---otherwise, it may try to load the host's libraries.
10910@value{GDBN} has two variables to specify the search directories for target
10911libraries.
10912
10913@table @code
10914@kindex set solib-absolute-prefix
10915@item set solib-absolute-prefix @var{path}
10916If this variable is set, @var{path} will be used as a prefix for any
10917absolute shared library paths; many runtime loaders store the absolute
10918paths to the shared library in the target program's memory. If you use
10919@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10920out in the same way that they are on the target, with e.g.@: a
10921@file{/usr/lib} hierarchy under @var{path}.
10922
10923You can set the default value of @samp{solib-absolute-prefix} by using the
10924configure-time @samp{--with-sysroot} option.
10925
10926@kindex show solib-absolute-prefix
10927@item show solib-absolute-prefix
10928Display the current shared library prefix.
10929
10930@kindex set solib-search-path
10931@item set solib-search-path @var{path}
10932If this variable is set, @var{path} is a colon-separated list of directories
10933to search for shared libraries. @samp{solib-search-path} is used after
10934@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10935the library is relative instead of absolute. If you want to use
10936@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10937set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10938@value{GDBN} from finding your host's libraries.
10939
10940@kindex show solib-search-path
10941@item show solib-search-path
10942Display the current shared library search path.
10943@end table
10944
5b5d99cf
JB
10945
10946@node Separate Debug Files
10947@section Debugging Information in Separate Files
10948@cindex separate debugging information files
10949@cindex debugging information in separate files
10950@cindex @file{.debug} subdirectories
10951@cindex debugging information directory, global
10952@cindex global debugging information directory
10953
10954@value{GDBN} allows you to put a program's debugging information in a
10955file separate from the executable itself, in a way that allows
10956@value{GDBN} to find and load the debugging information automatically.
10957Since debugging information can be very large --- sometimes larger
10958than the executable code itself --- some systems distribute debugging
10959information for their executables in separate files, which users can
10960install only when they need to debug a problem.
10961
10962If an executable's debugging information has been extracted to a
10963separate file, the executable should contain a @dfn{debug link} giving
10964the name of the debugging information file (with no directory
10965components), and a checksum of its contents. (The exact form of a
10966debug link is described below.) If the full name of the directory
10967containing the executable is @var{execdir}, and the executable has a
10968debug link that specifies the name @var{debugfile}, then @value{GDBN}
10969will automatically search for the debugging information file in three
10970places:
10971
10972@itemize @bullet
10973@item
10974the directory containing the executable file (that is, it will look
10975for a file named @file{@var{execdir}/@var{debugfile}},
10976@item
10977a subdirectory of that directory named @file{.debug} (that is, the
10978file @file{@var{execdir}/.debug/@var{debugfile}}, and
10979@item
10980a subdirectory of the global debug file directory that includes the
10981executable's full path, and the name from the link (that is, the file
10982@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10983@var{globaldebugdir} is the global debug file directory, and
10984@var{execdir} has been turned into a relative path).
10985@end itemize
10986@noindent
10987@value{GDBN} checks under each of these names for a debugging
10988information file whose checksum matches that given in the link, and
10989reads the debugging information from the first one it finds.
10990
10991So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10992which has a link containing the name @file{ls.debug}, and the global
10993debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10994for debug information in @file{/usr/bin/ls.debug},
10995@file{/usr/bin/.debug/ls.debug}, and
10996@file{/usr/lib/debug/usr/bin/ls.debug}.
10997
10998You can set the global debugging info directory's name, and view the
10999name @value{GDBN} is currently using.
11000
11001@table @code
11002
11003@kindex set debug-file-directory
11004@item set debug-file-directory @var{directory}
11005Set the directory which @value{GDBN} searches for separate debugging
11006information files to @var{directory}.
11007
11008@kindex show debug-file-directory
11009@item show debug-file-directory
11010Show the directory @value{GDBN} searches for separate debugging
11011information files.
11012
11013@end table
11014
11015@cindex @code{.gnu_debuglink} sections
11016@cindex debug links
11017A debug link is a special section of the executable file named
11018@code{.gnu_debuglink}. The section must contain:
11019
11020@itemize
11021@item
11022A filename, with any leading directory components removed, followed by
11023a zero byte,
11024@item
11025zero to three bytes of padding, as needed to reach the next four-byte
11026boundary within the section, and
11027@item
11028a four-byte CRC checksum, stored in the same endianness used for the
11029executable file itself. The checksum is computed on the debugging
11030information file's full contents by the function given below, passing
11031zero as the @var{crc} argument.
11032@end itemize
11033
11034Any executable file format can carry a debug link, as long as it can
11035contain a section named @code{.gnu_debuglink} with the contents
11036described above.
11037
11038The debugging information file itself should be an ordinary
11039executable, containing a full set of linker symbols, sections, and
11040debugging information. The sections of the debugging information file
11041should have the same names, addresses and sizes as the original file,
11042but they need not contain any data --- much like a @code{.bss} section
11043in an ordinary executable.
11044
11045As of December 2002, there is no standard GNU utility to produce
11046separated executable / debugging information file pairs. Ulrich
11047Drepper's @file{elfutils} package, starting with version 0.53,
11048contains a version of the @code{strip} command such that the command
11049@kbd{strip foo -f foo.debug} removes the debugging information from
11050the executable file @file{foo}, places it in the file
11051@file{foo.debug}, and leaves behind a debug link in @file{foo}.
11052
11053Since there are many different ways to compute CRC's (different
11054polynomials, reversals, byte ordering, etc.), the simplest way to
11055describe the CRC used in @code{.gnu_debuglink} sections is to give the
11056complete code for a function that computes it:
11057
4644b6e3 11058@kindex gnu_debuglink_crc32
5b5d99cf
JB
11059@smallexample
11060unsigned long
11061gnu_debuglink_crc32 (unsigned long crc,
11062 unsigned char *buf, size_t len)
11063@{
11064 static const unsigned long crc32_table[256] =
11065 @{
11066 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11067 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11068 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11069 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11070 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11071 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11072 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11073 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11074 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11075 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11076 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11077 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11078 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11079 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11080 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11081 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11082 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11083 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11084 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11085 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11086 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11087 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11088 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11089 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11090 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11091 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11092 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11093 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11094 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11095 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11096 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11097 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11098 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11099 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11100 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11101 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11102 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11103 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11104 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11105 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11106 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11107 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11108 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11109 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11110 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11111 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11112 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11113 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11114 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11115 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11116 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11117 0x2d02ef8d
11118 @};
11119 unsigned char *end;
11120
11121 crc = ~crc & 0xffffffff;
11122 for (end = buf + len; buf < end; ++buf)
11123 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 11124 return ~crc & 0xffffffff;
5b5d99cf
JB
11125@}
11126@end smallexample
11127
11128
6d2ebf8b 11129@node Symbol Errors
c906108c
SS
11130@section Errors reading symbol files
11131
11132While reading a symbol file, @value{GDBN} occasionally encounters problems,
11133such as symbol types it does not recognize, or known bugs in compiler
11134output. By default, @value{GDBN} does not notify you of such problems, since
11135they are relatively common and primarily of interest to people
11136debugging compilers. If you are interested in seeing information
11137about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11138only one message about each such type of problem, no matter how many
11139times the problem occurs; or you can ask @value{GDBN} to print more messages,
11140to see how many times the problems occur, with the @code{set
11141complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11142messages}).
11143
11144The messages currently printed, and their meanings, include:
11145
11146@table @code
11147@item inner block not inside outer block in @var{symbol}
11148
11149The symbol information shows where symbol scopes begin and end
11150(such as at the start of a function or a block of statements). This
11151error indicates that an inner scope block is not fully contained
11152in its outer scope blocks.
11153
11154@value{GDBN} circumvents the problem by treating the inner block as if it had
11155the same scope as the outer block. In the error message, @var{symbol}
11156may be shown as ``@code{(don't know)}'' if the outer block is not a
11157function.
11158
11159@item block at @var{address} out of order
11160
11161The symbol information for symbol scope blocks should occur in
11162order of increasing addresses. This error indicates that it does not
11163do so.
11164
11165@value{GDBN} does not circumvent this problem, and has trouble
11166locating symbols in the source file whose symbols it is reading. (You
11167can often determine what source file is affected by specifying
11168@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11169messages}.)
11170
11171@item bad block start address patched
11172
11173The symbol information for a symbol scope block has a start address
11174smaller than the address of the preceding source line. This is known
11175to occur in the SunOS 4.1.1 (and earlier) C compiler.
11176
11177@value{GDBN} circumvents the problem by treating the symbol scope block as
11178starting on the previous source line.
11179
11180@item bad string table offset in symbol @var{n}
11181
11182@cindex foo
11183Symbol number @var{n} contains a pointer into the string table which is
11184larger than the size of the string table.
11185
11186@value{GDBN} circumvents the problem by considering the symbol to have the
11187name @code{foo}, which may cause other problems if many symbols end up
11188with this name.
11189
11190@item unknown symbol type @code{0x@var{nn}}
11191
7a292a7a
SS
11192The symbol information contains new data types that @value{GDBN} does
11193not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 11194uncomprehended information, in hexadecimal.
c906108c 11195
7a292a7a
SS
11196@value{GDBN} circumvents the error by ignoring this symbol information.
11197This usually allows you to debug your program, though certain symbols
c906108c 11198are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
11199debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11200on @code{complain}, then go up to the function @code{read_dbx_symtab}
11201and examine @code{*bufp} to see the symbol.
c906108c
SS
11202
11203@item stub type has NULL name
c906108c 11204
7a292a7a 11205@value{GDBN} could not find the full definition for a struct or class.
c906108c 11206
7a292a7a 11207@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 11208The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
11209information that recent versions of the compiler should have output for
11210it.
c906108c
SS
11211
11212@item info mismatch between compiler and debugger
11213
11214@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 11215
c906108c
SS
11216@end table
11217
6d2ebf8b 11218@node Targets
c906108c 11219@chapter Specifying a Debugging Target
7a292a7a 11220
c906108c 11221@cindex debugging target
c906108c 11222A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
11223
11224Often, @value{GDBN} runs in the same host environment as your program;
11225in that case, the debugging target is specified as a side effect when
11226you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
11227flexibility---for example, running @value{GDBN} on a physically separate
11228host, or controlling a standalone system over a serial port or a
53a5351d
JM
11229realtime system over a TCP/IP connection---you can use the @code{target}
11230command to specify one of the target types configured for @value{GDBN}
11231(@pxref{Target Commands, ,Commands for managing targets}).
c906108c 11232
a8f24a35
EZ
11233@cindex target architecture
11234It is possible to build @value{GDBN} for several different @dfn{target
11235architectures}. When @value{GDBN} is built like that, you can choose
11236one of the available architectures with the @kbd{set architecture}
11237command.
11238
11239@table @code
11240@kindex set architecture
11241@kindex show architecture
11242@item set architecture @var{arch}
11243This command sets the current target architecture to @var{arch}. The
11244value of @var{arch} can be @code{"auto"}, in addition to one of the
11245supported architectures.
11246
11247@item show architecture
11248Show the current target architecture.
9c16f35a
EZ
11249
11250@item set processor
11251@itemx processor
11252@kindex set processor
11253@kindex show processor
11254These are alias commands for, respectively, @code{set architecture}
11255and @code{show architecture}.
a8f24a35
EZ
11256@end table
11257
c906108c
SS
11258@menu
11259* Active Targets:: Active targets
11260* Target Commands:: Commands for managing targets
c906108c
SS
11261* Byte Order:: Choosing target byte order
11262* Remote:: Remote debugging
96baa820 11263* KOD:: Kernel Object Display
c906108c
SS
11264
11265@end menu
11266
6d2ebf8b 11267@node Active Targets
c906108c 11268@section Active targets
7a292a7a 11269
c906108c
SS
11270@cindex stacking targets
11271@cindex active targets
11272@cindex multiple targets
11273
c906108c 11274There are three classes of targets: processes, core files, and
7a292a7a
SS
11275executable files. @value{GDBN} can work concurrently on up to three
11276active targets, one in each class. This allows you to (for example)
11277start a process and inspect its activity without abandoning your work on
11278a core file.
c906108c
SS
11279
11280For example, if you execute @samp{gdb a.out}, then the executable file
11281@code{a.out} is the only active target. If you designate a core file as
11282well---presumably from a prior run that crashed and coredumped---then
11283@value{GDBN} has two active targets and uses them in tandem, looking
11284first in the corefile target, then in the executable file, to satisfy
11285requests for memory addresses. (Typically, these two classes of target
11286are complementary, since core files contain only a program's
11287read-write memory---variables and so on---plus machine status, while
11288executable files contain only the program text and initialized data.)
c906108c
SS
11289
11290When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
11291target as well. When a process target is active, all @value{GDBN}
11292commands requesting memory addresses refer to that target; addresses in
11293an active core file or executable file target are obscured while the
11294process target is active.
c906108c 11295
7a292a7a
SS
11296Use the @code{core-file} and @code{exec-file} commands to select a new
11297core file or executable target (@pxref{Files, ,Commands to specify
c906108c 11298files}). To specify as a target a process that is already running, use
7a292a7a
SS
11299the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11300process}).
c906108c 11301
6d2ebf8b 11302@node Target Commands
c906108c
SS
11303@section Commands for managing targets
11304
11305@table @code
11306@item target @var{type} @var{parameters}
7a292a7a
SS
11307Connects the @value{GDBN} host environment to a target machine or
11308process. A target is typically a protocol for talking to debugging
11309facilities. You use the argument @var{type} to specify the type or
11310protocol of the target machine.
c906108c
SS
11311
11312Further @var{parameters} are interpreted by the target protocol, but
11313typically include things like device names or host names to connect
11314with, process numbers, and baud rates.
c906108c
SS
11315
11316The @code{target} command does not repeat if you press @key{RET} again
11317after executing the command.
11318
11319@kindex help target
11320@item help target
11321Displays the names of all targets available. To display targets
11322currently selected, use either @code{info target} or @code{info files}
11323(@pxref{Files, ,Commands to specify files}).
11324
11325@item help target @var{name}
11326Describe a particular target, including any parameters necessary to
11327select it.
11328
11329@kindex set gnutarget
11330@item set gnutarget @var{args}
5d161b24 11331@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 11332knows whether it is reading an @dfn{executable},
5d161b24
DB
11333a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11334with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
11335with @code{gnutarget} the @code{target} refers to a program, not a machine.
11336
d4f3574e 11337@quotation
c906108c
SS
11338@emph{Warning:} To specify a file format with @code{set gnutarget},
11339you must know the actual BFD name.
d4f3574e 11340@end quotation
c906108c 11341
d4f3574e
SS
11342@noindent
11343@xref{Files, , Commands to specify files}.
c906108c 11344
5d161b24 11345@kindex show gnutarget
c906108c
SS
11346@item show gnutarget
11347Use the @code{show gnutarget} command to display what file format
11348@code{gnutarget} is set to read. If you have not set @code{gnutarget},
11349@value{GDBN} will determine the file format for each file automatically,
11350and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11351@end table
11352
4644b6e3 11353@cindex common targets
c906108c
SS
11354Here are some common targets (available, or not, depending on the GDB
11355configuration):
c906108c
SS
11356
11357@table @code
4644b6e3 11358@kindex target
c906108c 11359@item target exec @var{program}
4644b6e3 11360@cindex executable file target
c906108c
SS
11361An executable file. @samp{target exec @var{program}} is the same as
11362@samp{exec-file @var{program}}.
11363
c906108c 11364@item target core @var{filename}
4644b6e3 11365@cindex core dump file target
c906108c
SS
11366A core dump file. @samp{target core @var{filename}} is the same as
11367@samp{core-file @var{filename}}.
c906108c 11368
c906108c 11369@item target remote @var{dev}
4644b6e3 11370@cindex remote target
c906108c
SS
11371Remote serial target in GDB-specific protocol. The argument @var{dev}
11372specifies what serial device to use for the connection (e.g.
11373@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 11374supports the @code{load} command. This is only useful if you have
c906108c
SS
11375some other way of getting the stub to the target system, and you can put
11376it somewhere in memory where it won't get clobbered by the download.
11377
c906108c 11378@item target sim
4644b6e3 11379@cindex built-in simulator target
2df3850c 11380Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 11381In general,
474c8240 11382@smallexample
104c1213
JM
11383 target sim
11384 load
11385 run
474c8240 11386@end smallexample
d4f3574e 11387@noindent
104c1213 11388works; however, you cannot assume that a specific memory map, device
d4f3574e 11389drivers, or even basic I/O is available, although some simulators do
104c1213
JM
11390provide these. For info about any processor-specific simulator details,
11391see the appropriate section in @ref{Embedded Processors, ,Embedded
11392Processors}.
11393
c906108c
SS
11394@end table
11395
104c1213 11396Some configurations may include these targets as well:
c906108c
SS
11397
11398@table @code
11399
c906108c 11400@item target nrom @var{dev}
4644b6e3 11401@cindex NetROM ROM emulator target
c906108c
SS
11402NetROM ROM emulator. This target only supports downloading.
11403
c906108c
SS
11404@end table
11405
5d161b24 11406Different targets are available on different configurations of @value{GDBN};
c906108c 11407your configuration may have more or fewer targets.
c906108c 11408
721c2651
EZ
11409Many remote targets require you to download the executable's code once
11410you've successfully established a connection. You may wish to control
11411various aspects of this process, such as the size of the data chunks
11412used by @value{GDBN} to download program parts to the remote target.
a8f24a35
EZ
11413
11414@table @code
11415@kindex set download-write-size
11416@item set download-write-size @var{size}
11417Set the write size used when downloading a program. Only used when
11418downloading a program onto a remote target. Specify zero or a
11419negative value to disable blocked writes. The actual size of each
11420transfer is also limited by the size of the target packet and the
11421memory cache.
11422
11423@kindex show download-write-size
11424@item show download-write-size
721c2651 11425@kindex show download-write-size
a8f24a35 11426Show the current value of the write size.
721c2651
EZ
11427
11428@item set hash
11429@kindex set hash@r{, for remote monitors}
11430@cindex hash mark while downloading
11431This command controls whether a hash mark @samp{#} is displayed while
11432downloading a file to the remote monitor. If on, a hash mark is
11433displayed after each S-record is successfully downloaded to the
11434monitor.
11435
11436@item show hash
11437@kindex show hash@r{, for remote monitors}
11438Show the current status of displaying the hash mark.
11439
11440@item set debug monitor
11441@kindex set debug monitor
11442@cindex display remote monitor communications
11443Enable or disable display of communications messages between
11444@value{GDBN} and the remote monitor.
11445
11446@item show debug monitor
11447@kindex show debug monitor
11448Show the current status of displaying communications between
11449@value{GDBN} and the remote monitor.
a8f24a35 11450@end table
c906108c
SS
11451
11452@table @code
11453
11454@kindex load @var{filename}
11455@item load @var{filename}
c906108c
SS
11456Depending on what remote debugging facilities are configured into
11457@value{GDBN}, the @code{load} command may be available. Where it exists, it
11458is meant to make @var{filename} (an executable) available for debugging
11459on the remote system---by downloading, or dynamic linking, for example.
11460@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11461the @code{add-symbol-file} command.
11462
11463If your @value{GDBN} does not have a @code{load} command, attempting to
11464execute it gets the error message ``@code{You can't do that when your
11465target is @dots{}}''
c906108c
SS
11466
11467The file is loaded at whatever address is specified in the executable.
11468For some object file formats, you can specify the load address when you
11469link the program; for other formats, like a.out, the object file format
11470specifies a fixed address.
11471@c FIXME! This would be a good place for an xref to the GNU linker doc.
11472
c906108c
SS
11473@code{load} does not repeat if you press @key{RET} again after using it.
11474@end table
11475
6d2ebf8b 11476@node Byte Order
c906108c 11477@section Choosing target byte order
7a292a7a 11478
c906108c
SS
11479@cindex choosing target byte order
11480@cindex target byte order
c906108c 11481
172c2a43 11482Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
11483offer the ability to run either big-endian or little-endian byte
11484orders. Usually the executable or symbol will include a bit to
11485designate the endian-ness, and you will not need to worry about
11486which to use. However, you may still find it useful to adjust
d4f3574e 11487@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
11488
11489@table @code
4644b6e3 11490@kindex set endian
c906108c
SS
11491@item set endian big
11492Instruct @value{GDBN} to assume the target is big-endian.
11493
c906108c
SS
11494@item set endian little
11495Instruct @value{GDBN} to assume the target is little-endian.
11496
c906108c
SS
11497@item set endian auto
11498Instruct @value{GDBN} to use the byte order associated with the
11499executable.
11500
11501@item show endian
11502Display @value{GDBN}'s current idea of the target byte order.
11503
11504@end table
11505
11506Note that these commands merely adjust interpretation of symbolic
11507data on the host, and that they have absolutely no effect on the
11508target system.
11509
6d2ebf8b 11510@node Remote
c906108c
SS
11511@section Remote debugging
11512@cindex remote debugging
11513
11514If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
11515@value{GDBN} in the usual way, it is often useful to use remote debugging.
11516For example, you might use remote debugging on an operating system kernel,
c906108c
SS
11517or on a small system which does not have a general purpose operating system
11518powerful enough to run a full-featured debugger.
11519
11520Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11521to make this work with particular debugging targets. In addition,
5d161b24 11522@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
11523but not specific to any particular target system) which you can use if you
11524write the remote stubs---the code that runs on the remote system to
11525communicate with @value{GDBN}.
11526
11527Other remote targets may be available in your
11528configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 11529
6f05cf9f
AC
11530@node KOD
11531@section Kernel Object Display
6f05cf9f 11532@cindex kernel object display
6f05cf9f
AC
11533@cindex KOD
11534
11535Some targets support kernel object display. Using this facility,
11536@value{GDBN} communicates specially with the underlying operating system
11537and can display information about operating system-level objects such as
11538mutexes and other synchronization objects. Exactly which objects can be
11539displayed is determined on a per-OS basis.
11540
3bbe9696 11541@kindex set os
6f05cf9f
AC
11542Use the @code{set os} command to set the operating system. This tells
11543@value{GDBN} which kernel object display module to initialize:
11544
474c8240 11545@smallexample
6f05cf9f 11546(@value{GDBP}) set os cisco
474c8240 11547@end smallexample
6f05cf9f 11548
3bbe9696
EZ
11549@kindex show os
11550The associated command @code{show os} displays the operating system
11551set with the @code{set os} command; if no operating system has been
11552set, @code{show os} will display an empty string @samp{""}.
11553
6f05cf9f
AC
11554If @code{set os} succeeds, @value{GDBN} will display some information
11555about the operating system, and will create a new @code{info} command
11556which can be used to query the target. The @code{info} command is named
11557after the operating system:
c906108c 11558
3bbe9696 11559@kindex info cisco
474c8240 11560@smallexample
6f05cf9f
AC
11561(@value{GDBP}) info cisco
11562List of Cisco Kernel Objects
11563Object Description
11564any Any and all objects
474c8240 11565@end smallexample
6f05cf9f
AC
11566
11567Further subcommands can be used to query about particular objects known
11568by the kernel.
11569
3bbe9696
EZ
11570There is currently no way to determine whether a given operating
11571system is supported other than to try setting it with @kbd{set os
11572@var{name}}, where @var{name} is the name of the operating system you
11573want to try.
6f05cf9f
AC
11574
11575
11576@node Remote Debugging
11577@chapter Debugging remote programs
11578
6b2f586d 11579@menu
07f31aa6 11580* Connecting:: Connecting to a remote target
6b2f586d
AC
11581* Server:: Using the gdbserver program
11582* NetWare:: Using the gdbserve.nlm program
501eef12 11583* Remote configuration:: Remote configuration
6b2f586d 11584* remote stub:: Implementing a remote stub
6b2f586d
AC
11585@end menu
11586
07f31aa6
DJ
11587@node Connecting
11588@section Connecting to a remote target
11589
11590On the @value{GDBN} host machine, you will need an unstripped copy of
11591your program, since @value{GDBN} needs symobl and debugging information.
11592Start up @value{GDBN} as usual, using the name of the local copy of your
11593program as the first argument.
11594
11595@cindex serial line, @code{target remote}
11596If you're using a serial line, you may want to give @value{GDBN} the
11597@w{@samp{--baud}} option, or use the @code{set remotebaud} command
9c16f35a
EZ
11598(@pxref{Remote configuration, set remotebaud}) before the
11599@code{target} command.
07f31aa6
DJ
11600
11601After that, use @code{target remote} to establish communications with
11602the target machine. Its argument specifies how to communicate---either
11603via a devicename attached to a direct serial line, or a TCP or UDP port
11604(possibly to a terminal server which in turn has a serial line to the
11605target). For example, to use a serial line connected to the device
11606named @file{/dev/ttyb}:
11607
11608@smallexample
11609target remote /dev/ttyb
11610@end smallexample
11611
11612@cindex TCP port, @code{target remote}
11613To use a TCP connection, use an argument of the form
11614@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11615For example, to connect to port 2828 on a
11616terminal server named @code{manyfarms}:
11617
11618@smallexample
11619target remote manyfarms:2828
11620@end smallexample
11621
11622If your remote target is actually running on the same machine as
11623your debugger session (e.g.@: a simulator of your target running on
11624the same host), you can omit the hostname. For example, to connect
11625to port 1234 on your local machine:
11626
11627@smallexample
11628target remote :1234
11629@end smallexample
11630@noindent
11631
11632Note that the colon is still required here.
11633
11634@cindex UDP port, @code{target remote}
11635To use a UDP connection, use an argument of the form
11636@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11637on a terminal server named @code{manyfarms}:
11638
11639@smallexample
11640target remote udp:manyfarms:2828
11641@end smallexample
11642
11643When using a UDP connection for remote debugging, you should keep in mind
11644that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11645busy or unreliable networks, which will cause havoc with your debugging
11646session.
11647
11648Now you can use all the usual commands to examine and change data and to
11649step and continue the remote program.
11650
11651@cindex interrupting remote programs
11652@cindex remote programs, interrupting
11653Whenever @value{GDBN} is waiting for the remote program, if you type the
11654interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11655program. This may or may not succeed, depending in part on the hardware
11656and the serial drivers the remote system uses. If you type the
11657interrupt character once again, @value{GDBN} displays this prompt:
11658
11659@smallexample
11660Interrupted while waiting for the program.
11661Give up (and stop debugging it)? (y or n)
11662@end smallexample
11663
11664If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11665(If you decide you want to try again later, you can use @samp{target
11666remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11667goes back to waiting.
11668
11669@table @code
11670@kindex detach (remote)
11671@item detach
11672When you have finished debugging the remote program, you can use the
11673@code{detach} command to release it from @value{GDBN} control.
11674Detaching from the target normally resumes its execution, but the results
11675will depend on your particular remote stub. After the @code{detach}
11676command, @value{GDBN} is free to connect to another target.
11677
11678@kindex disconnect
11679@item disconnect
11680The @code{disconnect} command behaves like @code{detach}, except that
11681the target is generally not resumed. It will wait for @value{GDBN}
11682(this instance or another one) to connect and continue debugging. After
11683the @code{disconnect} command, @value{GDBN} is again free to connect to
11684another target.
09d4efe1
EZ
11685
11686@cindex send command to remote monitor
11687@kindex monitor
11688@item monitor @var{cmd}
11689This command allows you to send commands directly to the remote
11690monitor.
07f31aa6
DJ
11691@end table
11692
6f05cf9f
AC
11693@node Server
11694@section Using the @code{gdbserver} program
11695
11696@kindex gdbserver
11697@cindex remote connection without stubs
11698@code{gdbserver} is a control program for Unix-like systems, which
11699allows you to connect your program with a remote @value{GDBN} via
11700@code{target remote}---but without linking in the usual debugging stub.
11701
11702@code{gdbserver} is not a complete replacement for the debugging stubs,
11703because it requires essentially the same operating-system facilities
11704that @value{GDBN} itself does. In fact, a system that can run
11705@code{gdbserver} to connect to a remote @value{GDBN} could also run
11706@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11707because it is a much smaller program than @value{GDBN} itself. It is
11708also easier to port than all of @value{GDBN}, so you may be able to get
11709started more quickly on a new system by using @code{gdbserver}.
11710Finally, if you develop code for real-time systems, you may find that
11711the tradeoffs involved in real-time operation make it more convenient to
11712do as much development work as possible on another system, for example
11713by cross-compiling. You can use @code{gdbserver} to make a similar
11714choice for debugging.
11715
11716@value{GDBN} and @code{gdbserver} communicate via either a serial line
11717or a TCP connection, using the standard @value{GDBN} remote serial
11718protocol.
11719
11720@table @emph
11721@item On the target machine,
11722you need to have a copy of the program you want to debug.
11723@code{gdbserver} does not need your program's symbol table, so you can
11724strip the program if necessary to save space. @value{GDBN} on the host
11725system does all the symbol handling.
11726
11727To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 11728the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
11729syntax is:
11730
11731@smallexample
11732target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11733@end smallexample
11734
11735@var{comm} is either a device name (to use a serial line) or a TCP
11736hostname and portnumber. For example, to debug Emacs with the argument
11737@samp{foo.txt} and communicate with @value{GDBN} over the serial port
11738@file{/dev/com1}:
11739
11740@smallexample
11741target> gdbserver /dev/com1 emacs foo.txt
11742@end smallexample
11743
11744@code{gdbserver} waits passively for the host @value{GDBN} to communicate
11745with it.
11746
11747To use a TCP connection instead of a serial line:
11748
11749@smallexample
11750target> gdbserver host:2345 emacs foo.txt
11751@end smallexample
11752
11753The only difference from the previous example is the first argument,
11754specifying that you are communicating with the host @value{GDBN} via
11755TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11756expect a TCP connection from machine @samp{host} to local TCP port 2345.
11757(Currently, the @samp{host} part is ignored.) You can choose any number
11758you want for the port number as long as it does not conflict with any
11759TCP ports already in use on the target system (for example, @code{23} is
11760reserved for @code{telnet}).@footnote{If you choose a port number that
11761conflicts with another service, @code{gdbserver} prints an error message
11762and exits.} You must use the same port number with the host @value{GDBN}
11763@code{target remote} command.
11764
56460a61
DJ
11765On some targets, @code{gdbserver} can also attach to running programs.
11766This is accomplished via the @code{--attach} argument. The syntax is:
11767
11768@smallexample
11769target> gdbserver @var{comm} --attach @var{pid}
11770@end smallexample
11771
11772@var{pid} is the process ID of a currently running process. It isn't necessary
11773to point @code{gdbserver} at a binary for the running process.
11774
b1fe9455
DJ
11775@pindex pidof
11776@cindex attach to a program by name
11777You can debug processes by name instead of process ID if your target has the
11778@code{pidof} utility:
11779
11780@smallexample
11781target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11782@end smallexample
11783
11784In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11785has multiple threads, most versions of @code{pidof} support the
11786@code{-s} option to only return the first process ID.
11787
07f31aa6
DJ
11788@item On the host machine,
11789connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
11790For TCP connections, you must start up @code{gdbserver} prior to using
11791the @code{target remote} command. Otherwise you may get an error whose
11792text depends on the host system, but which usually looks something like
07f31aa6
DJ
11793@samp{Connection refused}. You don't need to use the @code{load}
11794command in @value{GDBN} when using gdbserver, since the program is
11795already on the target.
11796
6f05cf9f
AC
11797@end table
11798
11799@node NetWare
11800@section Using the @code{gdbserve.nlm} program
11801
11802@kindex gdbserve.nlm
11803@code{gdbserve.nlm} is a control program for NetWare systems, which
11804allows you to connect your program with a remote @value{GDBN} via
11805@code{target remote}.
11806
11807@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11808using the standard @value{GDBN} remote serial protocol.
11809
11810@table @emph
11811@item On the target machine,
11812you need to have a copy of the program you want to debug.
11813@code{gdbserve.nlm} does not need your program's symbol table, so you
11814can strip the program if necessary to save space. @value{GDBN} on the
11815host system does all the symbol handling.
11816
11817To use the server, you must tell it how to communicate with
11818@value{GDBN}; the name of your program; and the arguments for your
11819program. The syntax is:
11820
11821@smallexample
11822load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11823 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11824@end smallexample
11825
11826@var{board} and @var{port} specify the serial line; @var{baud} specifies
11827the baud rate used by the connection. @var{port} and @var{node} default
11828to 0, @var{baud} defaults to 9600@dmn{bps}.
11829
11830For example, to debug Emacs with the argument @samp{foo.txt}and
11831communicate with @value{GDBN} over serial port number 2 or board 1
11832using a 19200@dmn{bps} connection:
11833
11834@smallexample
11835load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11836@end smallexample
11837
07f31aa6
DJ
11838@item
11839On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11840Connecting to a remote target}).
6f05cf9f 11841
6f05cf9f
AC
11842@end table
11843
501eef12
AC
11844@node Remote configuration
11845@section Remote configuration
11846
9c16f35a
EZ
11847@kindex set remote
11848@kindex show remote
11849This section documents the configuration options available when
11850debugging remote programs. For the options related to the File I/O
11851extensions of the remote protocol, see @ref{The system call,
11852system-call-allowed}.
501eef12
AC
11853
11854@table @code
9c16f35a
EZ
11855@item set remoteaddresssize @var{bits}
11856@cindex adress size for remote targets
11857@cindex bits in remote address
11858Set the maximum size of address in a memory packet to the specified
11859number of bits. @value{GDBN} will mask off the address bits above
11860that number, when it passes addresses to the remote target. The
11861default value is the number of bits in the target's address.
11862
11863@item show remoteaddresssize
11864Show the current value of remote address size in bits.
11865
11866@item set remotebaud @var{n}
11867@cindex baud rate for remote targets
11868Set the baud rate for the remote serial I/O to @var{n} baud. The
11869value is used to set the speed of the serial port used for debugging
11870remote targets.
11871
11872@item show remotebaud
11873Show the current speed of the remote connection.
11874
11875@item set remotebreak
11876@cindex interrupt remote programs
11877@cindex BREAK signal instead of Ctrl-C
11878If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
11879when you press the @key{Ctrl-C} key to interrupt the program running
11880on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
11881character instead. The default is off, since most remote systems
11882expect to see @samp{Ctrl-C} as the interrupt signal.
11883
11884@item show remotebreak
11885Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
11886interrupt the remote program.
11887
11888@item set remotedebug
11889@cindex debug remote protocol
11890@cindex remote protocol debugging
11891@cindex display remote packets
11892Control the debugging of the remote protocol. When enabled, each
11893packet sent to or received from the remote target is displayed. The
11894defaults is off.
11895
11896@item show remotedebug
11897Show the current setting of the remote protocol debugging.
11898
11899@item set remotedevice @var{device}
11900@cindex serial port name
11901Set the name of the serial port through which to communicate to the
11902remote target to @var{device}. This is the device used by
11903@value{GDBN} to open the serial communications line to the remote
11904target. There's no default, so you must set a valid port name for the
11905remote serial communications to work. (Some varieties of the
11906@code{target} command accept the port name as part of their
11907arguments.)
11908
11909@item show remotedevice
11910Show the current name of the serial port.
11911
11912@item set remotelogbase @var{base}
11913Set the base (a.k.a.@: radix) of logging serial protocol
11914communications to @var{base}. Supported values of @var{base} are:
11915@code{ascii}, @code{octal}, and @code{hex}. The default is
11916@code{ascii}.
11917
11918@item show remotelogbase
11919Show the current setting of the radix for logging remote serial
11920protocol.
11921
11922@item set remotelogfile @var{file}
11923@cindex record serial communications on file
11924Record remote serial communications on the named @var{file}. The
11925default is not to record at all.
11926
11927@item show remotelogfile.
11928Show the current setting of the file name on which to record the
11929serial communications.
11930
11931@item set remotetimeout @var{num}
11932@cindex timeout for serial communications
11933@cindex remote timeout
11934Set the timeout limit to wait for the remote target to respond to
11935@var{num} seconds. The default is 2 seconds.
11936
11937@item show remotetimeout
11938Show the current number of seconds to wait for the remote target
11939responses.
11940
11941@cindex limit hardware breakpoints and watchpoints
11942@cindex remote target, limit break- and watchpoints
501eef12
AC
11943@anchor{set remote hardware-watchpoint-limit}
11944@anchor{set remote hardware-breakpoint-limit}
11945@item set remote hardware-watchpoint-limit @var{limit}
11946@itemx set remote hardware-breakpoint-limit @var{limit}
11947Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11948watchpoints. A limit of -1, the default, is treated as unlimited.
9c16f35a
EZ
11949
11950@item set remote fetch-register-packet
11951@itemx set remote set-register-packet
11952@itemx set remote P-packet
11953@itemx set remote p-packet
11954@cindex P-packet
11955@cindex fetch registers from remote targets
11956@cindex set registers in remote targets
11957Determine whether @value{GDBN} can set and fetch registers from the
11958remote target using the @samp{P} packets. The default depends on the
11959remote stub's support of the @samp{P} packets (@value{GDBN} queries
11960the stub when this packet is first required).
11961
11962@item show remote fetch-register-packet
11963@itemx show remote set-register-packet
11964@itemx show remote P-packet
11965@itemx show remote p-packet
11966Show the current setting of using the @samp{P} packets for setting and
11967fetching registers from the remote target.
11968
11969@cindex binary downloads
11970@cindex X-packet
11971@item set remote binary-download-packet
11972@itemx set remote X-packet
11973Determine whether @value{GDBN} sends downloads in binary mode using
11974the @samp{X} packets. The default is on.
11975
11976@item show remote binary-download-packet
11977@itemx show remote X-packet
11978Show the current setting of using the @samp{X} packets for binary
11979downloads.
11980
11981@item set remote read-aux-vector-packet
11982@cindex auxiliary vector of remote target
11983@cindex @code{auxv}, and remote targets
11984Set the use of the remote protocol's @samp{qPart:auxv:read} (target
11985auxiliary vector read) request. This request is used to fetch the
721c2651
EZ
11986remote target's @dfn{auxiliary vector}, see @ref{OS Information,
11987Auxiliary Vector}. The default setting depends on the remote stub's
11988support of this request (@value{GDBN} queries the stub when this
11989request is first required). @xref{General Query Packets, qPart}, for
11990more information about this request.
9c16f35a
EZ
11991
11992@item show remote read-aux-vector-packet
11993Show the current setting of use of the @samp{qPart:auxv:read} request.
11994
11995@item set remote symbol-lookup-packet
11996@cindex remote symbol lookup request
11997Set the use of the remote protocol's @samp{qSymbol} (target symbol
11998lookup) request. This request is used to communicate symbol
11999information to the remote target, e.g., whenever a new shared library
12000is loaded by the remote (@pxref{Files, shared libraries}). The
12001default setting depends on the remote stub's support of this request
12002(@value{GDBN} queries the stub when this request is first required).
12003@xref{General Query Packets, qSymbol}, for more information about this
12004request.
12005
12006@item show remote symbol-lookup-packet
12007Show the current setting of use of the @samp{qSymbol} request.
12008
12009@item set remote verbose-resume-packet
12010@cindex resume remote target
12011@cindex signal thread, and remote targets
12012@cindex single-step thread, and remote targets
12013@cindex thread-specific operations on remote targets
12014Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12015request. This request is used to resume specific threads in the
12016remote target, and to single-step or signal them. The default setting
12017depends on the remote stub's support of this request (@value{GDBN}
12018queries the stub when this request is first required). This setting
12019affects debugging of multithreaded programs: if @samp{vCont} cannot be
12020used, @value{GDBN} might be unable to single-step a specific thread,
12021especially under @code{set scheduler-locking off}; it is also
12022impossible to pause a specific thread. @xref{Packets, vCont}, for
12023more details.
12024
12025@item show remote verbose-resume-packet
12026Show the current setting of use of the @samp{vCont} request
12027
12028@item set remote software-breakpoint-packet
12029@itemx set remote hardware-breakpoint-packet
12030@itemx set remote write-watchpoint-packet
12031@itemx set remote read-watchpoint-packet
12032@itemx set remote access-watchpoint-packet
12033@itemx set remote Z-packet
12034@cindex Z-packet
12035@cindex remote hardware breakpoints and watchpoints
12036These commands enable or disable the use of @samp{Z} packets for
12037setting breakpoints and watchpoints in the remote target. The default
12038depends on the remote stub's support of the @samp{Z} packets
12039(@value{GDBN} queries the stub when each packet is first required).
12040The command @code{set remote Z-packet}, kept for back-compatibility,
12041turns on or off all the features that require the use of @samp{Z}
12042packets.
12043
12044@item show remote software-breakpoint-packet
12045@itemx show remote hardware-breakpoint-packet
12046@itemx show remote write-watchpoint-packet
12047@itemx show remote read-watchpoint-packet
12048@itemx show remote access-watchpoint-packet
12049@itemx show remote Z-packet
12050Show the current setting of @samp{Z} packets usage.
501eef12
AC
12051@end table
12052
6f05cf9f
AC
12053@node remote stub
12054@section Implementing a remote stub
7a292a7a 12055
8e04817f
AC
12056@cindex debugging stub, example
12057@cindex remote stub, example
12058@cindex stub example, remote debugging
12059The stub files provided with @value{GDBN} implement the target side of the
12060communication protocol, and the @value{GDBN} side is implemented in the
12061@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
12062these subroutines to communicate, and ignore the details. (If you're
12063implementing your own stub file, you can still ignore the details: start
12064with one of the existing stub files. @file{sparc-stub.c} is the best
12065organized, and therefore the easiest to read.)
12066
104c1213
JM
12067@cindex remote serial debugging, overview
12068To debug a program running on another machine (the debugging
12069@dfn{target} machine), you must first arrange for all the usual
12070prerequisites for the program to run by itself. For example, for a C
12071program, you need:
c906108c 12072
104c1213
JM
12073@enumerate
12074@item
12075A startup routine to set up the C runtime environment; these usually
12076have a name like @file{crt0}. The startup routine may be supplied by
12077your hardware supplier, or you may have to write your own.
96baa820 12078
5d161b24 12079@item
d4f3574e 12080A C subroutine library to support your program's
104c1213 12081subroutine calls, notably managing input and output.
96baa820 12082
104c1213
JM
12083@item
12084A way of getting your program to the other machine---for example, a
12085download program. These are often supplied by the hardware
12086manufacturer, but you may have to write your own from hardware
12087documentation.
12088@end enumerate
96baa820 12089
104c1213
JM
12090The next step is to arrange for your program to use a serial port to
12091communicate with the machine where @value{GDBN} is running (the @dfn{host}
12092machine). In general terms, the scheme looks like this:
96baa820 12093
104c1213
JM
12094@table @emph
12095@item On the host,
12096@value{GDBN} already understands how to use this protocol; when everything
12097else is set up, you can simply use the @samp{target remote} command
12098(@pxref{Targets,,Specifying a Debugging Target}).
12099
12100@item On the target,
12101you must link with your program a few special-purpose subroutines that
12102implement the @value{GDBN} remote serial protocol. The file containing these
12103subroutines is called a @dfn{debugging stub}.
12104
12105On certain remote targets, you can use an auxiliary program
12106@code{gdbserver} instead of linking a stub into your program.
12107@xref{Server,,Using the @code{gdbserver} program}, for details.
12108@end table
96baa820 12109
104c1213
JM
12110The debugging stub is specific to the architecture of the remote
12111machine; for example, use @file{sparc-stub.c} to debug programs on
12112@sc{sparc} boards.
96baa820 12113
104c1213
JM
12114@cindex remote serial stub list
12115These working remote stubs are distributed with @value{GDBN}:
96baa820 12116
104c1213
JM
12117@table @code
12118
12119@item i386-stub.c
41afff9a 12120@cindex @file{i386-stub.c}
104c1213
JM
12121@cindex Intel
12122@cindex i386
12123For Intel 386 and compatible architectures.
12124
12125@item m68k-stub.c
41afff9a 12126@cindex @file{m68k-stub.c}
104c1213
JM
12127@cindex Motorola 680x0
12128@cindex m680x0
12129For Motorola 680x0 architectures.
12130
12131@item sh-stub.c
41afff9a 12132@cindex @file{sh-stub.c}
172c2a43 12133@cindex Renesas
104c1213 12134@cindex SH
172c2a43 12135For Renesas SH architectures.
104c1213
JM
12136
12137@item sparc-stub.c
41afff9a 12138@cindex @file{sparc-stub.c}
104c1213
JM
12139@cindex Sparc
12140For @sc{sparc} architectures.
12141
12142@item sparcl-stub.c
41afff9a 12143@cindex @file{sparcl-stub.c}
104c1213
JM
12144@cindex Fujitsu
12145@cindex SparcLite
12146For Fujitsu @sc{sparclite} architectures.
12147
12148@end table
12149
12150The @file{README} file in the @value{GDBN} distribution may list other
12151recently added stubs.
12152
12153@menu
12154* Stub Contents:: What the stub can do for you
12155* Bootstrapping:: What you must do for the stub
12156* Debug Session:: Putting it all together
104c1213
JM
12157@end menu
12158
6d2ebf8b 12159@node Stub Contents
6f05cf9f 12160@subsection What the stub can do for you
104c1213
JM
12161
12162@cindex remote serial stub
12163The debugging stub for your architecture supplies these three
12164subroutines:
12165
12166@table @code
12167@item set_debug_traps
4644b6e3 12168@findex set_debug_traps
104c1213
JM
12169@cindex remote serial stub, initialization
12170This routine arranges for @code{handle_exception} to run when your
12171program stops. You must call this subroutine explicitly near the
12172beginning of your program.
12173
12174@item handle_exception
4644b6e3 12175@findex handle_exception
104c1213
JM
12176@cindex remote serial stub, main routine
12177This is the central workhorse, but your program never calls it
12178explicitly---the setup code arranges for @code{handle_exception} to
12179run when a trap is triggered.
12180
12181@code{handle_exception} takes control when your program stops during
12182execution (for example, on a breakpoint), and mediates communications
12183with @value{GDBN} on the host machine. This is where the communications
12184protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 12185representative on the target machine. It begins by sending summary
104c1213
JM
12186information on the state of your program, then continues to execute,
12187retrieving and transmitting any information @value{GDBN} needs, until you
12188execute a @value{GDBN} command that makes your program resume; at that point,
12189@code{handle_exception} returns control to your own code on the target
5d161b24 12190machine.
104c1213
JM
12191
12192@item breakpoint
12193@cindex @code{breakpoint} subroutine, remote
12194Use this auxiliary subroutine to make your program contain a
12195breakpoint. Depending on the particular situation, this may be the only
12196way for @value{GDBN} to get control. For instance, if your target
12197machine has some sort of interrupt button, you won't need to call this;
12198pressing the interrupt button transfers control to
12199@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12200simply receiving characters on the serial port may also trigger a trap;
12201again, in that situation, you don't need to call @code{breakpoint} from
12202your own program---simply running @samp{target remote} from the host
5d161b24 12203@value{GDBN} session gets control.
104c1213
JM
12204
12205Call @code{breakpoint} if none of these is true, or if you simply want
12206to make certain your program stops at a predetermined point for the
12207start of your debugging session.
12208@end table
12209
6d2ebf8b 12210@node Bootstrapping
6f05cf9f 12211@subsection What you must do for the stub
104c1213
JM
12212
12213@cindex remote stub, support routines
12214The debugging stubs that come with @value{GDBN} are set up for a particular
12215chip architecture, but they have no information about the rest of your
12216debugging target machine.
12217
12218First of all you need to tell the stub how to communicate with the
12219serial port.
12220
12221@table @code
12222@item int getDebugChar()
4644b6e3 12223@findex getDebugChar
104c1213
JM
12224Write this subroutine to read a single character from the serial port.
12225It may be identical to @code{getchar} for your target system; a
12226different name is used to allow you to distinguish the two if you wish.
12227
12228@item void putDebugChar(int)
4644b6e3 12229@findex putDebugChar
104c1213 12230Write this subroutine to write a single character to the serial port.
5d161b24 12231It may be identical to @code{putchar} for your target system; a
104c1213
JM
12232different name is used to allow you to distinguish the two if you wish.
12233@end table
12234
12235@cindex control C, and remote debugging
12236@cindex interrupting remote targets
12237If you want @value{GDBN} to be able to stop your program while it is
12238running, you need to use an interrupt-driven serial driver, and arrange
12239for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12240character). That is the character which @value{GDBN} uses to tell the
12241remote system to stop.
12242
12243Getting the debugging target to return the proper status to @value{GDBN}
12244probably requires changes to the standard stub; one quick and dirty way
12245is to just execute a breakpoint instruction (the ``dirty'' part is that
12246@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12247
12248Other routines you need to supply are:
12249
12250@table @code
12251@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 12252@findex exceptionHandler
104c1213
JM
12253Write this function to install @var{exception_address} in the exception
12254handling tables. You need to do this because the stub does not have any
12255way of knowing what the exception handling tables on your target system
12256are like (for example, the processor's table might be in @sc{rom},
12257containing entries which point to a table in @sc{ram}).
12258@var{exception_number} is the exception number which should be changed;
12259its meaning is architecture-dependent (for example, different numbers
12260might represent divide by zero, misaligned access, etc). When this
12261exception occurs, control should be transferred directly to
12262@var{exception_address}, and the processor state (stack, registers,
12263and so on) should be just as it is when a processor exception occurs. So if
12264you want to use a jump instruction to reach @var{exception_address}, it
12265should be a simple jump, not a jump to subroutine.
12266
12267For the 386, @var{exception_address} should be installed as an interrupt
12268gate so that interrupts are masked while the handler runs. The gate
12269should be at privilege level 0 (the most privileged level). The
12270@sc{sparc} and 68k stubs are able to mask interrupts themselves without
12271help from @code{exceptionHandler}.
12272
12273@item void flush_i_cache()
4644b6e3 12274@findex flush_i_cache
d4f3574e 12275On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
12276instruction cache, if any, on your target machine. If there is no
12277instruction cache, this subroutine may be a no-op.
12278
12279On target machines that have instruction caches, @value{GDBN} requires this
12280function to make certain that the state of your program is stable.
12281@end table
12282
12283@noindent
12284You must also make sure this library routine is available:
12285
12286@table @code
12287@item void *memset(void *, int, int)
4644b6e3 12288@findex memset
104c1213
JM
12289This is the standard library function @code{memset} that sets an area of
12290memory to a known value. If you have one of the free versions of
12291@code{libc.a}, @code{memset} can be found there; otherwise, you must
12292either obtain it from your hardware manufacturer, or write your own.
12293@end table
12294
12295If you do not use the GNU C compiler, you may need other standard
12296library subroutines as well; this varies from one stub to another,
12297but in general the stubs are likely to use any of the common library
d4f3574e 12298subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
12299
12300
6d2ebf8b 12301@node Debug Session
6f05cf9f 12302@subsection Putting it all together
104c1213
JM
12303
12304@cindex remote serial debugging summary
12305In summary, when your program is ready to debug, you must follow these
12306steps.
12307
12308@enumerate
12309@item
6d2ebf8b 12310Make sure you have defined the supporting low-level routines
104c1213
JM
12311(@pxref{Bootstrapping,,What you must do for the stub}):
12312@display
12313@code{getDebugChar}, @code{putDebugChar},
12314@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12315@end display
12316
12317@item
12318Insert these lines near the top of your program:
12319
474c8240 12320@smallexample
104c1213
JM
12321set_debug_traps();
12322breakpoint();
474c8240 12323@end smallexample
104c1213
JM
12324
12325@item
12326For the 680x0 stub only, you need to provide a variable called
12327@code{exceptionHook}. Normally you just use:
12328
474c8240 12329@smallexample
104c1213 12330void (*exceptionHook)() = 0;
474c8240 12331@end smallexample
104c1213 12332
d4f3574e 12333@noindent
104c1213 12334but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 12335function in your program, that function is called when
104c1213
JM
12336@code{@value{GDBN}} continues after stopping on a trap (for example, bus
12337error). The function indicated by @code{exceptionHook} is called with
12338one parameter: an @code{int} which is the exception number.
12339
12340@item
12341Compile and link together: your program, the @value{GDBN} debugging stub for
12342your target architecture, and the supporting subroutines.
12343
12344@item
12345Make sure you have a serial connection between your target machine and
12346the @value{GDBN} host, and identify the serial port on the host.
12347
12348@item
12349@c The "remote" target now provides a `load' command, so we should
12350@c document that. FIXME.
12351Download your program to your target machine (or get it there by
12352whatever means the manufacturer provides), and start it.
12353
12354@item
07f31aa6
DJ
12355Start @value{GDBN} on the host, and connect to the target
12356(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 12357
104c1213
JM
12358@end enumerate
12359
8e04817f
AC
12360@node Configurations
12361@chapter Configuration-Specific Information
104c1213 12362
8e04817f
AC
12363While nearly all @value{GDBN} commands are available for all native and
12364cross versions of the debugger, there are some exceptions. This chapter
12365describes things that are only available in certain configurations.
104c1213 12366
8e04817f
AC
12367There are three major categories of configurations: native
12368configurations, where the host and target are the same, embedded
12369operating system configurations, which are usually the same for several
12370different processor architectures, and bare embedded processors, which
12371are quite different from each other.
104c1213 12372
8e04817f
AC
12373@menu
12374* Native::
12375* Embedded OS::
12376* Embedded Processors::
12377* Architectures::
12378@end menu
104c1213 12379
8e04817f
AC
12380@node Native
12381@section Native
104c1213 12382
8e04817f
AC
12383This section describes details specific to particular native
12384configurations.
6cf7e474 12385
8e04817f
AC
12386@menu
12387* HP-UX:: HP-UX
7561d450 12388* BSD libkvm Interface:: Debugging BSD kernel memory images
8e04817f
AC
12389* SVR4 Process Information:: SVR4 process information
12390* DJGPP Native:: Features specific to the DJGPP port
78c47bea 12391* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 12392* Hurd Native:: Features specific to @sc{gnu} Hurd
a64548ea 12393* Neutrino:: Features specific to QNX Neutrino
8e04817f 12394@end menu
6cf7e474 12395
8e04817f
AC
12396@node HP-UX
12397@subsection HP-UX
104c1213 12398
8e04817f
AC
12399On HP-UX systems, if you refer to a function or variable name that
12400begins with a dollar sign, @value{GDBN} searches for a user or system
12401name first, before it searches for a convenience variable.
104c1213 12402
9c16f35a 12403
7561d450
MK
12404@node BSD libkvm Interface
12405@subsection BSD libkvm Interface
12406
12407@cindex libkvm
12408@cindex kernel memory image
12409@cindex kernel crash dump
12410
12411BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12412interface that provides a uniform interface for accessing kernel virtual
12413memory images, including live systems and crash dumps. @value{GDBN}
12414uses this interface to allow you to debug live kernels and kernel crash
12415dumps on many native BSD configurations. This is implemented as a
12416special @code{kvm} debugging target. For debugging a live system, load
12417the currently running kernel into @value{GDBN} and connect to the
12418@code{kvm} target:
12419
12420@smallexample
12421(@value{GDBP}) @b{target kvm}
12422@end smallexample
12423
12424For debugging crash dumps, provide the file name of the crash dump as an
12425argument:
12426
12427@smallexample
12428(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12429@end smallexample
12430
12431Once connected to the @code{kvm} target, the following commands are
12432available:
12433
12434@table @code
12435@kindex kvm
12436@item kvm pcb
721c2651 12437Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
12438
12439@item kvm proc
12440Set current context from proc address. This command isn't available on
12441modern FreeBSD systems.
12442@end table
12443
8e04817f
AC
12444@node SVR4 Process Information
12445@subsection SVR4 process information
60bf7e09
EZ
12446@cindex /proc
12447@cindex examine process image
12448@cindex process info via @file{/proc}
104c1213 12449
60bf7e09
EZ
12450Many versions of SVR4 and compatible systems provide a facility called
12451@samp{/proc} that can be used to examine the image of a running
12452process using file-system subroutines. If @value{GDBN} is configured
12453for an operating system with this facility, the command @code{info
12454proc} is available to report information about the process running
12455your program, or about any process running on your system. @code{info
12456proc} works only on SVR4 systems that include the @code{procfs} code.
12457This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12458Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
104c1213 12459
8e04817f
AC
12460@table @code
12461@kindex info proc
60bf7e09 12462@cindex process ID
8e04817f 12463@item info proc
60bf7e09
EZ
12464@itemx info proc @var{process-id}
12465Summarize available information about any running process. If a
12466process ID is specified by @var{process-id}, display information about
12467that process; otherwise display information about the program being
12468debugged. The summary includes the debugged process ID, the command
12469line used to invoke it, its current working directory, and its
12470executable file's absolute file name.
12471
12472On some systems, @var{process-id} can be of the form
12473@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12474within a process. If the optional @var{pid} part is missing, it means
12475a thread from the process being debugged (the leading @samp{/} still
12476needs to be present, or else @value{GDBN} will interpret the number as
12477a process ID rather than a thread ID).
6cf7e474 12478
8e04817f 12479@item info proc mappings
60bf7e09
EZ
12480@cindex memory address space mappings
12481Report the memory address space ranges accessible in the program, with
12482information on whether the process has read, write, or execute access
12483rights to each range. On @sc{gnu}/Linux systems, each memory range
12484includes the object file which is mapped to that range, instead of the
12485memory access rights to that range.
12486
12487@item info proc stat
12488@itemx info proc status
12489@cindex process detailed status information
12490These subcommands are specific to @sc{gnu}/Linux systems. They show
12491the process-related information, including the user ID and group ID;
12492how many threads are there in the process; its virtual memory usage;
12493the signals that are pending, blocked, and ignored; its TTY; its
12494consumption of system and user time; its stack size; its @samp{nice}
12495value; etc. For more information, see the @samp{proc(5)} man page
12496(type @kbd{man 5 proc} from your shell prompt).
12497
12498@item info proc all
12499Show all the information about the process described under all of the
12500above @code{info proc} subcommands.
12501
8e04817f
AC
12502@ignore
12503@comment These sub-options of 'info proc' were not included when
12504@comment procfs.c was re-written. Keep their descriptions around
12505@comment against the day when someone finds the time to put them back in.
12506@kindex info proc times
12507@item info proc times
12508Starting time, user CPU time, and system CPU time for your program and
12509its children.
6cf7e474 12510
8e04817f
AC
12511@kindex info proc id
12512@item info proc id
12513Report on the process IDs related to your program: its own process ID,
12514the ID of its parent, the process group ID, and the session ID.
8e04817f 12515@end ignore
721c2651
EZ
12516
12517@item set procfs-trace
12518@kindex set procfs-trace
12519@cindex @code{procfs} API calls
12520This command enables and disables tracing of @code{procfs} API calls.
12521
12522@item show procfs-trace
12523@kindex show procfs-trace
12524Show the current state of @code{procfs} API call tracing.
12525
12526@item set procfs-file @var{file}
12527@kindex set procfs-file
12528Tell @value{GDBN} to write @code{procfs} API trace to the named
12529@var{file}. @value{GDBN} appends the trace info to the previous
12530contents of the file. The default is to display the trace on the
12531standard output.
12532
12533@item show procfs-file
12534@kindex show procfs-file
12535Show the file to which @code{procfs} API trace is written.
12536
12537@item proc-trace-entry
12538@itemx proc-trace-exit
12539@itemx proc-untrace-entry
12540@itemx proc-untrace-exit
12541@kindex proc-trace-entry
12542@kindex proc-trace-exit
12543@kindex proc-untrace-entry
12544@kindex proc-untrace-exit
12545These commands enable and disable tracing of entries into and exits
12546from the @code{syscall} interface.
12547
12548@item info pidlist
12549@kindex info pidlist
12550@cindex process list, QNX Neutrino
12551For QNX Neutrino only, this command displays the list of all the
12552processes and all the threads within each process.
12553
12554@item info meminfo
12555@kindex info meminfo
12556@cindex mapinfo list, QNX Neutrino
12557For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 12558@end table
104c1213 12559
8e04817f
AC
12560@node DJGPP Native
12561@subsection Features for Debugging @sc{djgpp} Programs
12562@cindex @sc{djgpp} debugging
12563@cindex native @sc{djgpp} debugging
12564@cindex MS-DOS-specific commands
104c1213 12565
8e04817f
AC
12566@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
12567MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12568that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12569top of real-mode DOS systems and their emulations.
104c1213 12570
8e04817f
AC
12571@value{GDBN} supports native debugging of @sc{djgpp} programs, and
12572defines a few commands specific to the @sc{djgpp} port. This
12573subsection describes those commands.
104c1213 12574
8e04817f
AC
12575@table @code
12576@kindex info dos
12577@item info dos
12578This is a prefix of @sc{djgpp}-specific commands which print
12579information about the target system and important OS structures.
f1251bdd 12580
8e04817f
AC
12581@kindex sysinfo
12582@cindex MS-DOS system info
12583@cindex free memory information (MS-DOS)
12584@item info dos sysinfo
12585This command displays assorted information about the underlying
12586platform: the CPU type and features, the OS version and flavor, the
12587DPMI version, and the available conventional and DPMI memory.
104c1213 12588
8e04817f
AC
12589@cindex GDT
12590@cindex LDT
12591@cindex IDT
12592@cindex segment descriptor tables
12593@cindex descriptor tables display
12594@item info dos gdt
12595@itemx info dos ldt
12596@itemx info dos idt
12597These 3 commands display entries from, respectively, Global, Local,
12598and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12599tables are data structures which store a descriptor for each segment
12600that is currently in use. The segment's selector is an index into a
12601descriptor table; the table entry for that index holds the
12602descriptor's base address and limit, and its attributes and access
12603rights.
104c1213 12604
8e04817f
AC
12605A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12606segment (used for both data and the stack), and a DOS segment (which
12607allows access to DOS/BIOS data structures and absolute addresses in
12608conventional memory). However, the DPMI host will usually define
12609additional segments in order to support the DPMI environment.
d4f3574e 12610
8e04817f
AC
12611@cindex garbled pointers
12612These commands allow to display entries from the descriptor tables.
12613Without an argument, all entries from the specified table are
12614displayed. An argument, which should be an integer expression, means
12615display a single entry whose index is given by the argument. For
12616example, here's a convenient way to display information about the
12617debugged program's data segment:
104c1213 12618
8e04817f
AC
12619@smallexample
12620@exdent @code{(@value{GDBP}) info dos ldt $ds}
12621@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12622@end smallexample
104c1213 12623
8e04817f
AC
12624@noindent
12625This comes in handy when you want to see whether a pointer is outside
12626the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 12627
8e04817f
AC
12628@cindex page tables display (MS-DOS)
12629@item info dos pde
12630@itemx info dos pte
12631These two commands display entries from, respectively, the Page
12632Directory and the Page Tables. Page Directories and Page Tables are
12633data structures which control how virtual memory addresses are mapped
12634into physical addresses. A Page Table includes an entry for every
12635page of memory that is mapped into the program's address space; there
12636may be several Page Tables, each one holding up to 4096 entries. A
12637Page Directory has up to 4096 entries, one each for every Page Table
12638that is currently in use.
104c1213 12639
8e04817f
AC
12640Without an argument, @kbd{info dos pde} displays the entire Page
12641Directory, and @kbd{info dos pte} displays all the entries in all of
12642the Page Tables. An argument, an integer expression, given to the
12643@kbd{info dos pde} command means display only that entry from the Page
12644Directory table. An argument given to the @kbd{info dos pte} command
12645means display entries from a single Page Table, the one pointed to by
12646the specified entry in the Page Directory.
104c1213 12647
8e04817f
AC
12648@cindex direct memory access (DMA) on MS-DOS
12649These commands are useful when your program uses @dfn{DMA} (Direct
12650Memory Access), which needs physical addresses to program the DMA
12651controller.
104c1213 12652
8e04817f 12653These commands are supported only with some DPMI servers.
104c1213 12654
8e04817f
AC
12655@cindex physical address from linear address
12656@item info dos address-pte @var{addr}
12657This command displays the Page Table entry for a specified linear
12658address. The argument linear address @var{addr} should already have the
12659appropriate segment's base address added to it, because this command
12660accepts addresses which may belong to @emph{any} segment. For
12661example, here's how to display the Page Table entry for the page where
12662the variable @code{i} is stored:
104c1213 12663
b383017d 12664@smallexample
8e04817f
AC
12665@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12666@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 12667@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 12668@end smallexample
104c1213 12669
8e04817f
AC
12670@noindent
12671This says that @code{i} is stored at offset @code{0xd30} from the page
12672whose physical base address is @code{0x02698000}, and prints all the
12673attributes of that page.
104c1213 12674
8e04817f
AC
12675Note that you must cast the addresses of variables to a @code{char *},
12676since otherwise the value of @code{__djgpp_base_address}, the base
12677address of all variables and functions in a @sc{djgpp} program, will
12678be added using the rules of C pointer arithmetics: if @code{i} is
12679declared an @code{int}, @value{GDBN} will add 4 times the value of
12680@code{__djgpp_base_address} to the address of @code{i}.
104c1213 12681
8e04817f
AC
12682Here's another example, it displays the Page Table entry for the
12683transfer buffer:
104c1213 12684
8e04817f
AC
12685@smallexample
12686@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12687@exdent @code{Page Table entry for address 0x29110:}
12688@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12689@end smallexample
104c1213 12690
8e04817f
AC
12691@noindent
12692(The @code{+ 3} offset is because the transfer buffer's address is the
126933rd member of the @code{_go32_info_block} structure.) The output of
12694this command clearly shows that addresses in conventional memory are
12695mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 12696
8e04817f
AC
12697This command is supported only with some DPMI servers.
12698@end table
104c1213 12699
a8f24a35
EZ
12700In addition to native debugging, the DJGPP port supports remote
12701debugging via a serial data link. The following commands are specific
12702to remote serial debugging in the DJGPP port of @value{GDBN}.
12703
12704@table @code
12705@kindex set com1base
12706@kindex set com1irq
12707@kindex set com2base
12708@kindex set com2irq
12709@kindex set com3base
12710@kindex set com3irq
12711@kindex set com4base
12712@kindex set com4irq
12713@item set com1base @var{addr}
12714This command sets the base I/O port address of the @file{COM1} serial
12715port.
12716
12717@item set com1irq @var{irq}
12718This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12719for the @file{COM1} serial port.
12720
12721There are similar commands @samp{set com2base}, @samp{set com3irq},
12722etc.@: for setting the port address and the @code{IRQ} lines for the
12723other 3 COM ports.
12724
12725@kindex show com1base
12726@kindex show com1irq
12727@kindex show com2base
12728@kindex show com2irq
12729@kindex show com3base
12730@kindex show com3irq
12731@kindex show com4base
12732@kindex show com4irq
12733The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12734display the current settings of the base address and the @code{IRQ}
12735lines used by the COM ports.
12736@end table
12737
12738
78c47bea
PM
12739@node Cygwin Native
12740@subsection Features for Debugging MS Windows PE executables
12741@cindex MS Windows debugging
12742@cindex native Cygwin debugging
12743@cindex Cygwin-specific commands
12744
be448670
CF
12745@value{GDBN} supports native debugging of MS Windows programs, including
12746DLLs with and without symbolic debugging information. There are various
12747additional Cygwin-specific commands, described in this subsection. The
12748subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12749that have no debugging symbols.
12750
78c47bea
PM
12751
12752@table @code
12753@kindex info w32
12754@item info w32
12755This is a prefix of MS Windows specific commands which print
12756information about the target system and important OS structures.
12757
12758@item info w32 selector
12759This command displays information returned by
12760the Win32 API @code{GetThreadSelectorEntry} function.
12761It takes an optional argument that is evaluated to
12762a long value to give the information about this given selector.
12763Without argument, this command displays information
12764about the the six segment registers.
12765
12766@kindex info dll
12767@item info dll
12768This is a Cygwin specific alias of info shared.
12769
12770@kindex dll-symbols
12771@item dll-symbols
12772This command loads symbols from a dll similarly to
12773add-sym command but without the need to specify a base address.
12774
b383017d 12775@kindex set new-console
78c47bea 12776@item set new-console @var{mode}
b383017d 12777If @var{mode} is @code{on} the debuggee will
78c47bea
PM
12778be started in a new console on next start.
12779If @var{mode} is @code{off}i, the debuggee will
12780be started in the same console as the debugger.
12781
12782@kindex show new-console
12783@item show new-console
12784Displays whether a new console is used
12785when the debuggee is started.
12786
12787@kindex set new-group
12788@item set new-group @var{mode}
12789This boolean value controls whether the debuggee should
12790start a new group or stay in the same group as the debugger.
12791This affects the way the Windows OS handles
12792Ctrl-C.
12793
12794@kindex show new-group
12795@item show new-group
12796Displays current value of new-group boolean.
12797
12798@kindex set debugevents
12799@item set debugevents
12800This boolean value adds debug output concerning events seen by the debugger.
12801
12802@kindex set debugexec
12803@item set debugexec
b383017d 12804This boolean value adds debug output concerning execute events
78c47bea
PM
12805seen by the debugger.
12806
12807@kindex set debugexceptions
12808@item set debugexceptions
b383017d 12809This boolean value adds debug ouptut concerning exception events
78c47bea
PM
12810seen by the debugger.
12811
12812@kindex set debugmemory
12813@item set debugmemory
b383017d 12814This boolean value adds debug ouptut concerning memory events
78c47bea
PM
12815seen by the debugger.
12816
12817@kindex set shell
12818@item set shell
12819This boolean values specifies whether the debuggee is called
12820via a shell or directly (default value is on).
12821
12822@kindex show shell
12823@item show shell
12824Displays if the debuggee will be started with a shell.
12825
12826@end table
12827
be448670
CF
12828@menu
12829* Non-debug DLL symbols:: Support for DLLs without debugging symbols
12830@end menu
12831
12832@node Non-debug DLL symbols
12833@subsubsection Support for DLLs without debugging symbols
12834@cindex DLLs with no debugging symbols
12835@cindex Minimal symbols and DLLs
12836
12837Very often on windows, some of the DLLs that your program relies on do
12838not include symbolic debugging information (for example,
12839@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
12840symbols in a DLL, it relies on the minimal amount of symbolic
12841information contained in the DLL's export table. This subsubsection
12842describes working with such symbols, known internally to @value{GDBN} as
12843``minimal symbols''.
12844
12845Note that before the debugged program has started execution, no DLLs
12846will have been loaded. The easiest way around this problem is simply to
12847start the program --- either by setting a breakpoint or letting the
12848program run once to completion. It is also possible to force
12849@value{GDBN} to load a particular DLL before starting the executable ---
12850see the shared library information in @pxref{Files} or the
12851@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
12852explicitly loading symbols from a DLL with no debugging information will
12853cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
12854which may adversely affect symbol lookup performance.
12855
12856@subsubsection DLL name prefixes
12857
12858In keeping with the naming conventions used by the Microsoft debugging
12859tools, DLL export symbols are made available with a prefix based on the
12860DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
12861also entered into the symbol table, so @code{CreateFileA} is often
12862sufficient. In some cases there will be name clashes within a program
12863(particularly if the executable itself includes full debugging symbols)
12864necessitating the use of the fully qualified name when referring to the
12865contents of the DLL. Use single-quotes around the name to avoid the
12866exclamation mark (``!'') being interpreted as a language operator.
12867
12868Note that the internal name of the DLL may be all upper-case, even
12869though the file name of the DLL is lower-case, or vice-versa. Since
12870symbols within @value{GDBN} are @emph{case-sensitive} this may cause
12871some confusion. If in doubt, try the @code{info functions} and
12872@code{info variables} commands or even @code{maint print msymbols} (see
12873@pxref{Symbols}). Here's an example:
12874
12875@smallexample
f7dc1244 12876(@value{GDBP}) info function CreateFileA
be448670
CF
12877All functions matching regular expression "CreateFileA":
12878
12879Non-debugging symbols:
128800x77e885f4 CreateFileA
128810x77e885f4 KERNEL32!CreateFileA
12882@end smallexample
12883
12884@smallexample
f7dc1244 12885(@value{GDBP}) info function !
be448670
CF
12886All functions matching regular expression "!":
12887
12888Non-debugging symbols:
128890x6100114c cygwin1!__assert
128900x61004034 cygwin1!_dll_crt0@@0
128910x61004240 cygwin1!dll_crt0(per_process *)
12892[etc...]
12893@end smallexample
12894
12895@subsubsection Working with minimal symbols
12896
12897Symbols extracted from a DLL's export table do not contain very much
12898type information. All that @value{GDBN} can do is guess whether a symbol
12899refers to a function or variable depending on the linker section that
12900contains the symbol. Also note that the actual contents of the memory
12901contained in a DLL are not available unless the program is running. This
12902means that you cannot examine the contents of a variable or disassemble
12903a function within a DLL without a running program.
12904
12905Variables are generally treated as pointers and dereferenced
12906automatically. For this reason, it is often necessary to prefix a
12907variable name with the address-of operator (``&'') and provide explicit
12908type information in the command. Here's an example of the type of
12909problem:
12910
12911@smallexample
f7dc1244 12912(@value{GDBP}) print 'cygwin1!__argv'
be448670
CF
12913$1 = 268572168
12914@end smallexample
12915
12916@smallexample
f7dc1244 12917(@value{GDBP}) x 'cygwin1!__argv'
be448670
CF
129180x10021610: "\230y\""
12919@end smallexample
12920
12921And two possible solutions:
12922
12923@smallexample
f7dc1244 12924(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
12925$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
12926@end smallexample
12927
12928@smallexample
f7dc1244 12929(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 129300x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 12931(@value{GDBP}) x/x 0x10021608
be448670 129320x10021608: 0x0022fd98
f7dc1244 12933(@value{GDBP}) x/s 0x0022fd98
be448670
CF
129340x22fd98: "/cygdrive/c/mydirectory/myprogram"
12935@end smallexample
12936
12937Setting a break point within a DLL is possible even before the program
12938starts execution. However, under these circumstances, @value{GDBN} can't
12939examine the initial instructions of the function in order to skip the
12940function's frame set-up code. You can work around this by using ``*&''
12941to set the breakpoint at a raw memory address:
12942
12943@smallexample
f7dc1244 12944(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
12945Breakpoint 1 at 0x1e04eff0
12946@end smallexample
12947
12948The author of these extensions is not entirely convinced that setting a
12949break point within a shared DLL like @file{kernel32.dll} is completely
12950safe.
12951
14d6dd68
EZ
12952@node Hurd Native
12953@subsection Commands specific to @sc{gnu} Hurd systems
12954@cindex @sc{gnu} Hurd debugging
12955
12956This subsection describes @value{GDBN} commands specific to the
12957@sc{gnu} Hurd native debugging.
12958
12959@table @code
12960@item set signals
12961@itemx set sigs
12962@kindex set signals@r{, Hurd command}
12963@kindex set sigs@r{, Hurd command}
12964This command toggles the state of inferior signal interception by
12965@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
12966affected by this command. @code{sigs} is a shorthand alias for
12967@code{signals}.
12968
12969@item show signals
12970@itemx show sigs
12971@kindex show signals@r{, Hurd command}
12972@kindex show sigs@r{, Hurd command}
12973Show the current state of intercepting inferior's signals.
12974
12975@item set signal-thread
12976@itemx set sigthread
12977@kindex set signal-thread
12978@kindex set sigthread
12979This command tells @value{GDBN} which thread is the @code{libc} signal
12980thread. That thread is run when a signal is delivered to a running
12981process. @code{set sigthread} is the shorthand alias of @code{set
12982signal-thread}.
12983
12984@item show signal-thread
12985@itemx show sigthread
12986@kindex show signal-thread
12987@kindex show sigthread
12988These two commands show which thread will run when the inferior is
12989delivered a signal.
12990
12991@item set stopped
12992@kindex set stopped@r{, Hurd command}
12993This commands tells @value{GDBN} that the inferior process is stopped,
12994as with the @code{SIGSTOP} signal. The stopped process can be
12995continued by delivering a signal to it.
12996
12997@item show stopped
12998@kindex show stopped@r{, Hurd command}
12999This command shows whether @value{GDBN} thinks the debuggee is
13000stopped.
13001
13002@item set exceptions
13003@kindex set exceptions@r{, Hurd command}
13004Use this command to turn off trapping of exceptions in the inferior.
13005When exception trapping is off, neither breakpoints nor
13006single-stepping will work. To restore the default, set exception
13007trapping on.
13008
13009@item show exceptions
13010@kindex show exceptions@r{, Hurd command}
13011Show the current state of trapping exceptions in the inferior.
13012
13013@item set task pause
13014@kindex set task@r{, Hurd commands}
13015@cindex task attributes (@sc{gnu} Hurd)
13016@cindex pause current task (@sc{gnu} Hurd)
13017This command toggles task suspension when @value{GDBN} has control.
13018Setting it to on takes effect immediately, and the task is suspended
13019whenever @value{GDBN} gets control. Setting it to off will take
13020effect the next time the inferior is continued. If this option is set
13021to off, you can use @code{set thread default pause on} or @code{set
13022thread pause on} (see below) to pause individual threads.
13023
13024@item show task pause
13025@kindex show task@r{, Hurd commands}
13026Show the current state of task suspension.
13027
13028@item set task detach-suspend-count
13029@cindex task suspend count
13030@cindex detach from task, @sc{gnu} Hurd
13031This command sets the suspend count the task will be left with when
13032@value{GDBN} detaches from it.
13033
13034@item show task detach-suspend-count
13035Show the suspend count the task will be left with when detaching.
13036
13037@item set task exception-port
13038@itemx set task excp
13039@cindex task exception port, @sc{gnu} Hurd
13040This command sets the task exception port to which @value{GDBN} will
13041forward exceptions. The argument should be the value of the @dfn{send
13042rights} of the task. @code{set task excp} is a shorthand alias.
13043
13044@item set noninvasive
13045@cindex noninvasive task options
13046This command switches @value{GDBN} to a mode that is the least
13047invasive as far as interfering with the inferior is concerned. This
13048is the same as using @code{set task pause}, @code{set exceptions}, and
13049@code{set signals} to values opposite to the defaults.
13050
13051@item info send-rights
13052@itemx info receive-rights
13053@itemx info port-rights
13054@itemx info port-sets
13055@itemx info dead-names
13056@itemx info ports
13057@itemx info psets
13058@cindex send rights, @sc{gnu} Hurd
13059@cindex receive rights, @sc{gnu} Hurd
13060@cindex port rights, @sc{gnu} Hurd
13061@cindex port sets, @sc{gnu} Hurd
13062@cindex dead names, @sc{gnu} Hurd
13063These commands display information about, respectively, send rights,
13064receive rights, port rights, port sets, and dead names of a task.
13065There are also shorthand aliases: @code{info ports} for @code{info
13066port-rights} and @code{info psets} for @code{info port-sets}.
13067
13068@item set thread pause
13069@kindex set thread@r{, Hurd command}
13070@cindex thread properties, @sc{gnu} Hurd
13071@cindex pause current thread (@sc{gnu} Hurd)
13072This command toggles current thread suspension when @value{GDBN} has
13073control. Setting it to on takes effect immediately, and the current
13074thread is suspended whenever @value{GDBN} gets control. Setting it to
13075off will take effect the next time the inferior is continued.
13076Normally, this command has no effect, since when @value{GDBN} has
13077control, the whole task is suspended. However, if you used @code{set
13078task pause off} (see above), this command comes in handy to suspend
13079only the current thread.
13080
13081@item show thread pause
13082@kindex show thread@r{, Hurd command}
13083This command shows the state of current thread suspension.
13084
13085@item set thread run
13086This comamnd sets whether the current thread is allowed to run.
13087
13088@item show thread run
13089Show whether the current thread is allowed to run.
13090
13091@item set thread detach-suspend-count
13092@cindex thread suspend count, @sc{gnu} Hurd
13093@cindex detach from thread, @sc{gnu} Hurd
13094This command sets the suspend count @value{GDBN} will leave on a
13095thread when detaching. This number is relative to the suspend count
13096found by @value{GDBN} when it notices the thread; use @code{set thread
13097takeover-suspend-count} to force it to an absolute value.
13098
13099@item show thread detach-suspend-count
13100Show the suspend count @value{GDBN} will leave on the thread when
13101detaching.
13102
13103@item set thread exception-port
13104@itemx set thread excp
13105Set the thread exception port to which to forward exceptions. This
13106overrides the port set by @code{set task exception-port} (see above).
13107@code{set thread excp} is the shorthand alias.
13108
13109@item set thread takeover-suspend-count
13110Normally, @value{GDBN}'s thread suspend counts are relative to the
13111value @value{GDBN} finds when it notices each thread. This command
13112changes the suspend counts to be absolute instead.
13113
13114@item set thread default
13115@itemx show thread default
13116@cindex thread default settings, @sc{gnu} Hurd
13117Each of the above @code{set thread} commands has a @code{set thread
13118default} counterpart (e.g., @code{set thread default pause}, @code{set
13119thread default exception-port}, etc.). The @code{thread default}
13120variety of commands sets the default thread properties for all
13121threads; you can then change the properties of individual threads with
13122the non-default commands.
13123@end table
13124
13125
a64548ea
EZ
13126@node Neutrino
13127@subsection QNX Neutrino
13128@cindex QNX Neutrino
13129
13130@value{GDBN} provides the following commands specific to the QNX
13131Neutrino target:
13132
13133@table @code
13134@item set debug nto-debug
13135@kindex set debug nto-debug
13136When set to on, enables debugging messages specific to the QNX
13137Neutrino support.
13138
13139@item show debug nto-debug
13140@kindex show debug nto-debug
13141Show the current state of QNX Neutrino messages.
13142@end table
13143
13144
8e04817f
AC
13145@node Embedded OS
13146@section Embedded Operating Systems
104c1213 13147
8e04817f
AC
13148This section describes configurations involving the debugging of
13149embedded operating systems that are available for several different
13150architectures.
d4f3574e 13151
8e04817f
AC
13152@menu
13153* VxWorks:: Using @value{GDBN} with VxWorks
13154@end menu
104c1213 13155
8e04817f
AC
13156@value{GDBN} includes the ability to debug programs running on
13157various real-time operating systems.
104c1213 13158
8e04817f
AC
13159@node VxWorks
13160@subsection Using @value{GDBN} with VxWorks
104c1213 13161
8e04817f 13162@cindex VxWorks
104c1213 13163
8e04817f 13164@table @code
104c1213 13165
8e04817f
AC
13166@kindex target vxworks
13167@item target vxworks @var{machinename}
13168A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13169is the target system's machine name or IP address.
104c1213 13170
8e04817f 13171@end table
104c1213 13172
8e04817f
AC
13173On VxWorks, @code{load} links @var{filename} dynamically on the
13174current target system as well as adding its symbols in @value{GDBN}.
104c1213 13175
8e04817f
AC
13176@value{GDBN} enables developers to spawn and debug tasks running on networked
13177VxWorks targets from a Unix host. Already-running tasks spawned from
13178the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13179both the Unix host and on the VxWorks target. The program
13180@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13181installed with the name @code{vxgdb}, to distinguish it from a
13182@value{GDBN} for debugging programs on the host itself.)
104c1213 13183
8e04817f
AC
13184@table @code
13185@item VxWorks-timeout @var{args}
13186@kindex vxworks-timeout
13187All VxWorks-based targets now support the option @code{vxworks-timeout}.
13188This option is set by the user, and @var{args} represents the number of
13189seconds @value{GDBN} waits for responses to rpc's. You might use this if
13190your VxWorks target is a slow software simulator or is on the far side
13191of a thin network line.
13192@end table
104c1213 13193
8e04817f
AC
13194The following information on connecting to VxWorks was current when
13195this manual was produced; newer releases of VxWorks may use revised
13196procedures.
104c1213 13197
4644b6e3 13198@findex INCLUDE_RDB
8e04817f
AC
13199To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13200to include the remote debugging interface routines in the VxWorks
13201library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13202VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13203kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13204source debugging task @code{tRdbTask} when VxWorks is booted. For more
13205information on configuring and remaking VxWorks, see the manufacturer's
13206manual.
13207@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 13208
8e04817f
AC
13209Once you have included @file{rdb.a} in your VxWorks system image and set
13210your Unix execution search path to find @value{GDBN}, you are ready to
13211run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13212@code{vxgdb}, depending on your installation).
104c1213 13213
8e04817f 13214@value{GDBN} comes up showing the prompt:
104c1213 13215
474c8240 13216@smallexample
8e04817f 13217(vxgdb)
474c8240 13218@end smallexample
104c1213 13219
8e04817f
AC
13220@menu
13221* VxWorks Connection:: Connecting to VxWorks
13222* VxWorks Download:: VxWorks download
13223* VxWorks Attach:: Running tasks
13224@end menu
104c1213 13225
8e04817f
AC
13226@node VxWorks Connection
13227@subsubsection Connecting to VxWorks
104c1213 13228
8e04817f
AC
13229The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13230network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 13231
474c8240 13232@smallexample
8e04817f 13233(vxgdb) target vxworks tt
474c8240 13234@end smallexample
104c1213 13235
8e04817f
AC
13236@need 750
13237@value{GDBN} displays messages like these:
104c1213 13238
8e04817f
AC
13239@smallexample
13240Attaching remote machine across net...
13241Connected to tt.
13242@end smallexample
104c1213 13243
8e04817f
AC
13244@need 1000
13245@value{GDBN} then attempts to read the symbol tables of any object modules
13246loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13247these files by searching the directories listed in the command search
13248path (@pxref{Environment, ,Your program's environment}); if it fails
13249to find an object file, it displays a message such as:
5d161b24 13250
474c8240 13251@smallexample
8e04817f 13252prog.o: No such file or directory.
474c8240 13253@end smallexample
104c1213 13254
8e04817f
AC
13255When this happens, add the appropriate directory to the search path with
13256the @value{GDBN} command @code{path}, and execute the @code{target}
13257command again.
104c1213 13258
8e04817f
AC
13259@node VxWorks Download
13260@subsubsection VxWorks download
104c1213 13261
8e04817f
AC
13262@cindex download to VxWorks
13263If you have connected to the VxWorks target and you want to debug an
13264object that has not yet been loaded, you can use the @value{GDBN}
13265@code{load} command to download a file from Unix to VxWorks
13266incrementally. The object file given as an argument to the @code{load}
13267command is actually opened twice: first by the VxWorks target in order
13268to download the code, then by @value{GDBN} in order to read the symbol
13269table. This can lead to problems if the current working directories on
13270the two systems differ. If both systems have NFS mounted the same
13271filesystems, you can avoid these problems by using absolute paths.
13272Otherwise, it is simplest to set the working directory on both systems
13273to the directory in which the object file resides, and then to reference
13274the file by its name, without any path. For instance, a program
13275@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13276and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13277program, type this on VxWorks:
104c1213 13278
474c8240 13279@smallexample
8e04817f 13280-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 13281@end smallexample
104c1213 13282
8e04817f
AC
13283@noindent
13284Then, in @value{GDBN}, type:
104c1213 13285
474c8240 13286@smallexample
8e04817f
AC
13287(vxgdb) cd @var{hostpath}/vw/demo/rdb
13288(vxgdb) load prog.o
474c8240 13289@end smallexample
104c1213 13290
8e04817f 13291@value{GDBN} displays a response similar to this:
104c1213 13292
8e04817f
AC
13293@smallexample
13294Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13295@end smallexample
104c1213 13296
8e04817f
AC
13297You can also use the @code{load} command to reload an object module
13298after editing and recompiling the corresponding source file. Note that
13299this makes @value{GDBN} delete all currently-defined breakpoints,
13300auto-displays, and convenience variables, and to clear the value
13301history. (This is necessary in order to preserve the integrity of
13302debugger's data structures that reference the target system's symbol
13303table.)
104c1213 13304
8e04817f
AC
13305@node VxWorks Attach
13306@subsubsection Running tasks
104c1213
JM
13307
13308@cindex running VxWorks tasks
13309You can also attach to an existing task using the @code{attach} command as
13310follows:
13311
474c8240 13312@smallexample
104c1213 13313(vxgdb) attach @var{task}
474c8240 13314@end smallexample
104c1213
JM
13315
13316@noindent
13317where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13318or suspended when you attach to it. Running tasks are suspended at
13319the time of attachment.
13320
6d2ebf8b 13321@node Embedded Processors
104c1213
JM
13322@section Embedded Processors
13323
13324This section goes into details specific to particular embedded
13325configurations.
13326
7d86b5d5 13327
104c1213 13328@menu
104c1213 13329* ARM:: ARM
172c2a43
KI
13330* H8/300:: Renesas H8/300
13331* H8/500:: Renesas H8/500
13332* M32R/D:: Renesas M32R/D
104c1213 13333* M68K:: Motorola M68K
104c1213 13334* MIPS Embedded:: MIPS Embedded
a37295f9 13335* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
13336* PA:: HP PA Embedded
13337* PowerPC: PowerPC
172c2a43 13338* SH:: Renesas SH
104c1213
JM
13339* Sparclet:: Tsqware Sparclet
13340* Sparclite:: Fujitsu Sparclite
13341* ST2000:: Tandem ST2000
13342* Z8000:: Zilog Z8000
a64548ea
EZ
13343* AVR:: Atmel AVR
13344* CRIS:: CRIS
13345* Super-H:: Renesas Super-H
104c1213
JM
13346@end menu
13347
6d2ebf8b 13348@node ARM
104c1213
JM
13349@subsection ARM
13350
13351@table @code
13352
8e04817f
AC
13353@kindex target rdi
13354@item target rdi @var{dev}
13355ARM Angel monitor, via RDI library interface to ADP protocol. You may
13356use this target to communicate with both boards running the Angel
13357monitor, or with the EmbeddedICE JTAG debug device.
13358
13359@kindex target rdp
13360@item target rdp @var{dev}
13361ARM Demon monitor.
13362
13363@end table
13364
e2f4edfd
EZ
13365@value{GDBN} provides the following ARM-specific commands:
13366
13367@table @code
13368@item set arm disassembler
13369@kindex set arm
13370This commands selects from a list of disassembly styles. The
13371@code{"std"} style is the standard style.
13372
13373@item show arm disassembler
13374@kindex show arm
13375Show the current disassembly style.
13376
13377@item set arm apcs32
13378@cindex ARM 32-bit mode
13379This command toggles ARM operation mode between 32-bit and 26-bit.
13380
13381@item show arm apcs32
13382Display the current usage of the ARM 32-bit mode.
13383
13384@item set arm fpu @var{fputype}
13385This command sets the ARM floating-point unit (FPU) type. The
13386argument @var{fputype} can be one of these:
13387
13388@table @code
13389@item auto
13390Determine the FPU type by querying the OS ABI.
13391@item softfpa
13392Software FPU, with mixed-endian doubles on little-endian ARM
13393processors.
13394@item fpa
13395GCC-compiled FPA co-processor.
13396@item softvfp
13397Software FPU with pure-endian doubles.
13398@item vfp
13399VFP co-processor.
13400@end table
13401
13402@item show arm fpu
13403Show the current type of the FPU.
13404
13405@item set arm abi
13406This command forces @value{GDBN} to use the specified ABI.
13407
13408@item show arm abi
13409Show the currently used ABI.
13410
13411@item set debug arm
13412Toggle whether to display ARM-specific debugging messages from the ARM
13413target support subsystem.
13414
13415@item show debug arm
13416Show whether ARM-specific debugging messages are enabled.
13417@end table
13418
13419
8e04817f 13420@node H8/300
172c2a43 13421@subsection Renesas H8/300
8e04817f
AC
13422
13423@table @code
13424
13425@kindex target hms@r{, with H8/300}
13426@item target hms @var{dev}
172c2a43 13427A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
13428Use special commands @code{device} and @code{speed} to control the serial
13429line and the communications speed used.
13430
13431@kindex target e7000@r{, with H8/300}
13432@item target e7000 @var{dev}
172c2a43 13433E7000 emulator for Renesas H8 and SH.
8e04817f
AC
13434
13435@kindex target sh3@r{, with H8/300}
13436@kindex target sh3e@r{, with H8/300}
13437@item target sh3 @var{dev}
13438@itemx target sh3e @var{dev}
172c2a43 13439Renesas SH-3 and SH-3E target systems.
8e04817f
AC
13440
13441@end table
13442
13443@cindex download to H8/300 or H8/500
13444@cindex H8/300 or H8/500 download
172c2a43
KI
13445@cindex download to Renesas SH
13446@cindex Renesas SH download
13447When you select remote debugging to a Renesas SH, H8/300, or H8/500
13448board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
13449board and also opens it as the current executable target for
13450@value{GDBN} on your host (like the @code{file} command).
13451
13452@value{GDBN} needs to know these things to talk to your
172c2a43 13453Renesas SH, H8/300, or H8/500:
8e04817f
AC
13454
13455@enumerate
13456@item
13457that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
13458for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13459emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13460the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
13461H8/300, or H8/500.)
13462
13463@item
172c2a43 13464what serial device connects your host to your Renesas board (the first
8e04817f
AC
13465serial device available on your host is the default).
13466
13467@item
13468what speed to use over the serial device.
13469@end enumerate
13470
13471@menu
172c2a43
KI
13472* Renesas Boards:: Connecting to Renesas boards.
13473* Renesas ICE:: Using the E7000 In-Circuit Emulator.
13474* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
13475@end menu
13476
172c2a43
KI
13477@node Renesas Boards
13478@subsubsection Connecting to Renesas boards
8e04817f
AC
13479
13480@c only for Unix hosts
13481@kindex device
172c2a43 13482@cindex serial device, Renesas micros
8e04817f
AC
13483Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13484need to explicitly set the serial device. The default @var{port} is the
13485first available port on your host. This is only necessary on Unix
13486hosts, where it is typically something like @file{/dev/ttya}.
13487
13488@kindex speed
172c2a43 13489@cindex serial line speed, Renesas micros
8e04817f
AC
13490@code{@value{GDBN}} has another special command to set the communications
13491speed: @samp{speed @var{bps}}. This command also is only used from Unix
13492hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13493the DOS @code{mode} command (for instance,
13494@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13495
13496The @samp{device} and @samp{speed} commands are available only when you
172c2a43 13497use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
13498use a DOS host,
13499@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13500called @code{asynctsr} to communicate with the development board
13501through a PC serial port. You must also use the DOS @code{mode} command
13502to set up the serial port on the DOS side.
13503
13504The following sample session illustrates the steps needed to start a
13505program under @value{GDBN} control on an H8/300. The example uses a
13506sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 13507the Renesas SH and the H8/500.
8e04817f
AC
13508
13509First hook up your development board. In this example, we use a
13510board attached to serial port @code{COM2}; if you use a different serial
13511port, substitute its name in the argument of the @code{mode} command.
13512When you call @code{asynctsr}, the auxiliary comms program used by the
13513debugger, you give it just the numeric part of the serial port's name;
13514for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13515@code{COM2}.
13516
474c8240 13517@smallexample
8e04817f
AC
13518C:\H8300\TEST> asynctsr 2
13519C:\H8300\TEST> mode com2:9600,n,8,1,p
13520
13521Resident portion of MODE loaded
13522
13523COM2: 9600, n, 8, 1, p
13524
474c8240 13525@end smallexample
8e04817f
AC
13526
13527@quotation
13528@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13529@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13530disable it, or even boot without it, to use @code{asynctsr} to control
13531your development board.
13532@end quotation
13533
13534@kindex target hms@r{, and serial protocol}
13535Now that serial communications are set up, and the development board is
9c16f35a 13536connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
8e04817f
AC
13537the name of your program as the argument. @code{@value{GDBN}} prompts
13538you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13539commands to begin your debugging session: @samp{target hms} to specify
172c2a43 13540cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
13541download your program to the board. @code{load} displays the names of
13542the program's sections, and a @samp{*} for each 2K of data downloaded.
13543(If you want to refresh @value{GDBN} data on symbols or on the
13544executable file without downloading, use the @value{GDBN} commands
13545@code{file} or @code{symbol-file}. These commands, and @code{load}
13546itself, are described in @ref{Files,,Commands to specify files}.)
13547
13548@smallexample
13549(eg-C:\H8300\TEST) @value{GDBP} t.x
13550@value{GDBN} is free software and you are welcome to distribute copies
13551 of it under certain conditions; type "show copying" to see
13552 the conditions.
13553There is absolutely no warranty for @value{GDBN}; type "show warranty"
13554for details.
13555@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13556(@value{GDBP}) target hms
13557Connected to remote H8/300 HMS system.
13558(@value{GDBP}) load t.x
13559.text : 0x8000 .. 0xabde ***********
13560.data : 0xabde .. 0xad30 *
13561.stack : 0xf000 .. 0xf014 *
13562@end smallexample
13563
13564At this point, you're ready to run or debug your program. From here on,
13565you can use all the usual @value{GDBN} commands. The @code{break} command
13566sets breakpoints; the @code{run} command starts your program;
13567@code{print} or @code{x} display data; the @code{continue} command
13568resumes execution after stopping at a breakpoint. You can use the
13569@code{help} command at any time to find out more about @value{GDBN} commands.
13570
13571Remember, however, that @emph{operating system} facilities aren't
13572available on your development board; for example, if your program hangs,
13573you can't send an interrupt---but you can press the @sc{reset} switch!
13574
13575Use the @sc{reset} button on the development board
13576@itemize @bullet
13577@item
13578to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13579no way to pass an interrupt signal to the development board); and
13580
13581@item
13582to return to the @value{GDBN} command prompt after your program finishes
13583normally. The communications protocol provides no other way for @value{GDBN}
13584to detect program completion.
13585@end itemize
13586
13587In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13588development board as a ``normal exit'' of your program.
13589
172c2a43 13590@node Renesas ICE
8e04817f
AC
13591@subsubsection Using the E7000 in-circuit emulator
13592
172c2a43 13593@kindex target e7000@r{, with Renesas ICE}
8e04817f 13594You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 13595Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
13596e7000} command to connect @value{GDBN} to your E7000:
13597
13598@table @code
13599@item target e7000 @var{port} @var{speed}
13600Use this form if your E7000 is connected to a serial port. The
13601@var{port} argument identifies what serial port to use (for example,
13602@samp{com2}). The third argument is the line speed in bits per second
13603(for example, @samp{9600}).
13604
13605@item target e7000 @var{hostname}
13606If your E7000 is installed as a host on a TCP/IP network, you can just
13607specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13608@end table
13609
172c2a43
KI
13610@node Renesas Special
13611@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
13612
13613Some @value{GDBN} commands are available only for the H8/300:
13614
13615@table @code
13616
13617@kindex set machine
13618@kindex show machine
13619@item set machine h8300
13620@itemx set machine h8300h
13621Condition @value{GDBN} for one of the two variants of the H8/300
13622architecture with @samp{set machine}. You can use @samp{show machine}
13623to check which variant is currently in effect.
104c1213
JM
13624
13625@end table
13626
8e04817f
AC
13627@node H8/500
13628@subsection H8/500
104c1213
JM
13629
13630@table @code
13631
8e04817f
AC
13632@kindex set memory @var{mod}
13633@cindex memory models, H8/500
13634@item set memory @var{mod}
13635@itemx show memory
13636Specify which H8/500 memory model (@var{mod}) you are using with
13637@samp{set memory}; check which memory model is in effect with @samp{show
13638memory}. The accepted values for @var{mod} are @code{small},
13639@code{big}, @code{medium}, and @code{compact}.
104c1213 13640
8e04817f 13641@end table
104c1213 13642
8e04817f 13643@node M32R/D
172c2a43 13644@subsection Renesas M32R/D
8e04817f
AC
13645
13646@table @code
8e04817f
AC
13647@kindex target m32r
13648@item target m32r @var{dev}
172c2a43 13649Renesas M32R/D ROM monitor.
8e04817f 13650
fb3e19c0
KI
13651@kindex target m32rsdi
13652@item target m32rsdi @var{dev}
13653Renesas M32R SDI server, connected via parallel port to the board.
721c2651
EZ
13654@end table
13655
13656The following @value{GDBN} commands are specific to the M32R monitor:
13657
13658@table @code
13659@item set download-path @var{path}
13660@kindex set download-path
13661@cindex find downloadable @sc{srec} files (M32R)
13662Set the default path for finding donwloadable @sc{srec} files.
13663
13664@item show download-path
13665@kindex show download-path
13666Show the default path for downloadable @sc{srec} files.
fb3e19c0 13667
721c2651
EZ
13668@item set board-address @var{addr}
13669@kindex set board-address
13670@cindex M32-EVA target board address
13671Set the IP address for the M32R-EVA target board.
13672
13673@item show board-address
13674@kindex show board-address
13675Show the current IP address of the target board.
13676
13677@item set server-address @var{addr}
13678@kindex set server-address
13679@cindex download server address (M32R)
13680Set the IP address for the download server, which is the @value{GDBN}'s
13681host machine.
13682
13683@item show server-address
13684@kindex show server-address
13685Display the IP address of the download server.
13686
13687@item upload @r{[}@var{file}@r{]}
13688@kindex upload@r{, M32R}
13689Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13690upload capability. If no @var{file} argument is given, the current
13691executable file is uploaded.
13692
13693@item tload @r{[}@var{file}@r{]}
13694@kindex tload@r{, M32R}
13695Test the @code{upload} command.
8e04817f
AC
13696@end table
13697
13698@node M68K
13699@subsection M68k
13700
13701The Motorola m68k configuration includes ColdFire support, and
13702target command for the following ROM monitors.
13703
13704@table @code
13705
13706@kindex target abug
13707@item target abug @var{dev}
13708ABug ROM monitor for M68K.
13709
13710@kindex target cpu32bug
13711@item target cpu32bug @var{dev}
13712CPU32BUG monitor, running on a CPU32 (M68K) board.
13713
13714@kindex target dbug
13715@item target dbug @var{dev}
13716dBUG ROM monitor for Motorola ColdFire.
13717
13718@kindex target est
13719@item target est @var{dev}
13720EST-300 ICE monitor, running on a CPU32 (M68K) board.
13721
13722@kindex target rom68k
13723@item target rom68k @var{dev}
13724ROM 68K monitor, running on an M68K IDP board.
13725
13726@end table
13727
8e04817f
AC
13728@table @code
13729
13730@kindex target rombug
13731@item target rombug @var{dev}
13732ROMBUG ROM monitor for OS/9000.
13733
13734@end table
13735
8e04817f
AC
13736@node MIPS Embedded
13737@subsection MIPS Embedded
13738
13739@cindex MIPS boards
13740@value{GDBN} can use the MIPS remote debugging protocol to talk to a
13741MIPS board attached to a serial line. This is available when
13742you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 13743
8e04817f
AC
13744@need 1000
13745Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 13746
8e04817f
AC
13747@table @code
13748@item target mips @var{port}
13749@kindex target mips @var{port}
13750To run a program on the board, start up @code{@value{GDBP}} with the
13751name of your program as the argument. To connect to the board, use the
13752command @samp{target mips @var{port}}, where @var{port} is the name of
13753the serial port connected to the board. If the program has not already
13754been downloaded to the board, you may use the @code{load} command to
13755download it. You can then use all the usual @value{GDBN} commands.
104c1213 13756
8e04817f
AC
13757For example, this sequence connects to the target board through a serial
13758port, and loads and runs a program called @var{prog} through the
13759debugger:
104c1213 13760
474c8240 13761@smallexample
8e04817f
AC
13762host$ @value{GDBP} @var{prog}
13763@value{GDBN} is free software and @dots{}
13764(@value{GDBP}) target mips /dev/ttyb
13765(@value{GDBP}) load @var{prog}
13766(@value{GDBP}) run
474c8240 13767@end smallexample
104c1213 13768
8e04817f
AC
13769@item target mips @var{hostname}:@var{portnumber}
13770On some @value{GDBN} host configurations, you can specify a TCP
13771connection (for instance, to a serial line managed by a terminal
13772concentrator) instead of a serial port, using the syntax
13773@samp{@var{hostname}:@var{portnumber}}.
104c1213 13774
8e04817f
AC
13775@item target pmon @var{port}
13776@kindex target pmon @var{port}
13777PMON ROM monitor.
104c1213 13778
8e04817f
AC
13779@item target ddb @var{port}
13780@kindex target ddb @var{port}
13781NEC's DDB variant of PMON for Vr4300.
104c1213 13782
8e04817f
AC
13783@item target lsi @var{port}
13784@kindex target lsi @var{port}
13785LSI variant of PMON.
104c1213 13786
8e04817f
AC
13787@kindex target r3900
13788@item target r3900 @var{dev}
13789Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 13790
8e04817f
AC
13791@kindex target array
13792@item target array @var{dev}
13793Array Tech LSI33K RAID controller board.
104c1213 13794
8e04817f 13795@end table
104c1213 13796
104c1213 13797
8e04817f
AC
13798@noindent
13799@value{GDBN} also supports these special commands for MIPS targets:
104c1213 13800
8e04817f 13801@table @code
8e04817f
AC
13802@item set mipsfpu double
13803@itemx set mipsfpu single
13804@itemx set mipsfpu none
a64548ea 13805@itemx set mipsfpu auto
8e04817f
AC
13806@itemx show mipsfpu
13807@kindex set mipsfpu
13808@kindex show mipsfpu
13809@cindex MIPS remote floating point
13810@cindex floating point, MIPS remote
13811If your target board does not support the MIPS floating point
13812coprocessor, you should use the command @samp{set mipsfpu none} (if you
13813need this, you may wish to put the command in your @value{GDBN} init
13814file). This tells @value{GDBN} how to find the return value of
13815functions which return floating point values. It also allows
13816@value{GDBN} to avoid saving the floating point registers when calling
13817functions on the board. If you are using a floating point coprocessor
13818with only single precision floating point support, as on the @sc{r4650}
13819processor, use the command @samp{set mipsfpu single}. The default
13820double precision floating point coprocessor may be selected using
13821@samp{set mipsfpu double}.
104c1213 13822
8e04817f
AC
13823In previous versions the only choices were double precision or no
13824floating point, so @samp{set mipsfpu on} will select double precision
13825and @samp{set mipsfpu off} will select no floating point.
104c1213 13826
8e04817f
AC
13827As usual, you can inquire about the @code{mipsfpu} variable with
13828@samp{show mipsfpu}.
104c1213 13829
8e04817f
AC
13830@item set timeout @var{seconds}
13831@itemx set retransmit-timeout @var{seconds}
13832@itemx show timeout
13833@itemx show retransmit-timeout
13834@cindex @code{timeout}, MIPS protocol
13835@cindex @code{retransmit-timeout}, MIPS protocol
13836@kindex set timeout
13837@kindex show timeout
13838@kindex set retransmit-timeout
13839@kindex show retransmit-timeout
13840You can control the timeout used while waiting for a packet, in the MIPS
13841remote protocol, with the @code{set timeout @var{seconds}} command. The
13842default is 5 seconds. Similarly, you can control the timeout used while
13843waiting for an acknowledgement of a packet with the @code{set
13844retransmit-timeout @var{seconds}} command. The default is 3 seconds.
13845You can inspect both values with @code{show timeout} and @code{show
13846retransmit-timeout}. (These commands are @emph{only} available when
13847@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 13848
8e04817f
AC
13849The timeout set by @code{set timeout} does not apply when @value{GDBN}
13850is waiting for your program to stop. In that case, @value{GDBN} waits
13851forever because it has no way of knowing how long the program is going
13852to run before stopping.
13853@end table
104c1213 13854
a37295f9
MM
13855@node OpenRISC 1000
13856@subsection OpenRISC 1000
13857@cindex OpenRISC 1000
13858
13859@cindex or1k boards
13860See OR1k Architecture document (@uref{www.opencores.org}) for more information
13861about platform and commands.
13862
13863@table @code
13864
13865@kindex target jtag
13866@item target jtag jtag://@var{host}:@var{port}
13867
13868Connects to remote JTAG server.
13869JTAG remote server can be either an or1ksim or JTAG server,
13870connected via parallel port to the board.
13871
13872Example: @code{target jtag jtag://localhost:9999}
13873
13874@kindex or1ksim
13875@item or1ksim @var{command}
13876If connected to @code{or1ksim} OpenRISC 1000 Architectural
13877Simulator, proprietary commands can be executed.
13878
13879@kindex info or1k spr
13880@item info or1k spr
13881Displays spr groups.
13882
13883@item info or1k spr @var{group}
13884@itemx info or1k spr @var{groupno}
13885Displays register names in selected group.
13886
13887@item info or1k spr @var{group} @var{register}
13888@itemx info or1k spr @var{register}
13889@itemx info or1k spr @var{groupno} @var{registerno}
13890@itemx info or1k spr @var{registerno}
13891Shows information about specified spr register.
13892
13893@kindex spr
13894@item spr @var{group} @var{register} @var{value}
13895@itemx spr @var{register @var{value}}
13896@itemx spr @var{groupno} @var{registerno @var{value}}
13897@itemx spr @var{registerno @var{value}}
13898Writes @var{value} to specified spr register.
13899@end table
13900
13901Some implementations of OpenRISC 1000 Architecture also have hardware trace.
13902It is very similar to @value{GDBN} trace, except it does not interfere with normal
13903program execution and is thus much faster. Hardware breakpoints/watchpoint
13904triggers can be set using:
13905@table @code
13906@item $LEA/$LDATA
13907Load effective address/data
13908@item $SEA/$SDATA
13909Store effective address/data
13910@item $AEA/$ADATA
13911Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
13912@item $FETCH
13913Fetch data
13914@end table
13915
13916When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
13917@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
13918
13919@code{htrace} commands:
13920@cindex OpenRISC 1000 htrace
13921@table @code
13922@kindex hwatch
13923@item hwatch @var{conditional}
13924Set hardware watchpoint on combination of Load/Store Effecive Address(es)
13925or Data. For example:
13926
13927@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
13928
13929@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
13930
4644b6e3 13931@kindex htrace
a37295f9
MM
13932@item htrace info
13933Display information about current HW trace configuration.
13934
a37295f9
MM
13935@item htrace trigger @var{conditional}
13936Set starting criteria for HW trace.
13937
a37295f9
MM
13938@item htrace qualifier @var{conditional}
13939Set acquisition qualifier for HW trace.
13940
a37295f9
MM
13941@item htrace stop @var{conditional}
13942Set HW trace stopping criteria.
13943
f153cc92 13944@item htrace record [@var{data}]*
a37295f9
MM
13945Selects the data to be recorded, when qualifier is met and HW trace was
13946triggered.
13947
a37295f9 13948@item htrace enable
a37295f9
MM
13949@itemx htrace disable
13950Enables/disables the HW trace.
13951
f153cc92 13952@item htrace rewind [@var{filename}]
a37295f9
MM
13953Clears currently recorded trace data.
13954
13955If filename is specified, new trace file is made and any newly collected data
13956will be written there.
13957
f153cc92 13958@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
13959Prints trace buffer, using current record configuration.
13960
a37295f9
MM
13961@item htrace mode continuous
13962Set continuous trace mode.
13963
a37295f9
MM
13964@item htrace mode suspend
13965Set suspend trace mode.
13966
13967@end table
13968
8e04817f
AC
13969@node PowerPC
13970@subsection PowerPC
104c1213
JM
13971
13972@table @code
104c1213 13973
8e04817f
AC
13974@kindex target dink32
13975@item target dink32 @var{dev}
13976DINK32 ROM monitor.
104c1213 13977
8e04817f
AC
13978@kindex target ppcbug
13979@item target ppcbug @var{dev}
13980@kindex target ppcbug1
13981@item target ppcbug1 @var{dev}
13982PPCBUG ROM monitor for PowerPC.
104c1213 13983
8e04817f
AC
13984@kindex target sds
13985@item target sds @var{dev}
13986SDS monitor, running on a PowerPC board (such as Motorola's ADS).
13987
13988@end table
13989
13990@node PA
13991@subsection HP PA Embedded
104c1213
JM
13992
13993@table @code
13994
8e04817f
AC
13995@kindex target op50n
13996@item target op50n @var{dev}
13997OP50N monitor, running on an OKI HPPA board.
13998
13999@kindex target w89k
14000@item target w89k @var{dev}
14001W89K monitor, running on a Winbond HPPA board.
104c1213
JM
14002
14003@end table
14004
8e04817f 14005@node SH
172c2a43 14006@subsection Renesas SH
104c1213
JM
14007
14008@table @code
14009
172c2a43 14010@kindex target hms@r{, with Renesas SH}
8e04817f 14011@item target hms @var{dev}
172c2a43 14012A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
14013commands @code{device} and @code{speed} to control the serial line and
14014the communications speed used.
104c1213 14015
172c2a43 14016@kindex target e7000@r{, with Renesas SH}
8e04817f 14017@item target e7000 @var{dev}
172c2a43 14018E7000 emulator for Renesas SH.
104c1213 14019
8e04817f
AC
14020@kindex target sh3@r{, with SH}
14021@kindex target sh3e@r{, with SH}
14022@item target sh3 @var{dev}
14023@item target sh3e @var{dev}
172c2a43 14024Renesas SH-3 and SH-3E target systems.
104c1213 14025
8e04817f 14026@end table
104c1213 14027
8e04817f
AC
14028@node Sparclet
14029@subsection Tsqware Sparclet
104c1213 14030
8e04817f
AC
14031@cindex Sparclet
14032
14033@value{GDBN} enables developers to debug tasks running on
14034Sparclet targets from a Unix host.
14035@value{GDBN} uses code that runs on
14036both the Unix host and on the Sparclet target. The program
14037@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 14038
8e04817f
AC
14039@table @code
14040@item remotetimeout @var{args}
14041@kindex remotetimeout
14042@value{GDBN} supports the option @code{remotetimeout}.
14043This option is set by the user, and @var{args} represents the number of
14044seconds @value{GDBN} waits for responses.
104c1213
JM
14045@end table
14046
8e04817f
AC
14047@cindex compiling, on Sparclet
14048When compiling for debugging, include the options @samp{-g} to get debug
14049information and @samp{-Ttext} to relocate the program to where you wish to
14050load it on the target. You may also want to add the options @samp{-n} or
14051@samp{-N} in order to reduce the size of the sections. Example:
104c1213 14052
474c8240 14053@smallexample
8e04817f 14054sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 14055@end smallexample
104c1213 14056
8e04817f 14057You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 14058
474c8240 14059@smallexample
8e04817f 14060sparclet-aout-objdump --headers --syms prog
474c8240 14061@end smallexample
104c1213 14062
8e04817f
AC
14063@cindex running, on Sparclet
14064Once you have set
14065your Unix execution search path to find @value{GDBN}, you are ready to
14066run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
14067(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 14068
8e04817f
AC
14069@value{GDBN} comes up showing the prompt:
14070
474c8240 14071@smallexample
8e04817f 14072(gdbslet)
474c8240 14073@end smallexample
104c1213
JM
14074
14075@menu
8e04817f
AC
14076* Sparclet File:: Setting the file to debug
14077* Sparclet Connection:: Connecting to Sparclet
14078* Sparclet Download:: Sparclet download
14079* Sparclet Execution:: Running and debugging
104c1213
JM
14080@end menu
14081
8e04817f
AC
14082@node Sparclet File
14083@subsubsection Setting file to debug
104c1213 14084
8e04817f 14085The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 14086
474c8240 14087@smallexample
8e04817f 14088(gdbslet) file prog
474c8240 14089@end smallexample
104c1213 14090
8e04817f
AC
14091@need 1000
14092@value{GDBN} then attempts to read the symbol table of @file{prog}.
14093@value{GDBN} locates
14094the file by searching the directories listed in the command search
14095path.
14096If the file was compiled with debug information (option "-g"), source
14097files will be searched as well.
14098@value{GDBN} locates
14099the source files by searching the directories listed in the directory search
14100path (@pxref{Environment, ,Your program's environment}).
14101If it fails
14102to find a file, it displays a message such as:
104c1213 14103
474c8240 14104@smallexample
8e04817f 14105prog: No such file or directory.
474c8240 14106@end smallexample
104c1213 14107
8e04817f
AC
14108When this happens, add the appropriate directories to the search paths with
14109the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14110@code{target} command again.
104c1213 14111
8e04817f
AC
14112@node Sparclet Connection
14113@subsubsection Connecting to Sparclet
104c1213 14114
8e04817f
AC
14115The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14116To connect to a target on serial port ``@code{ttya}'', type:
104c1213 14117
474c8240 14118@smallexample
8e04817f
AC
14119(gdbslet) target sparclet /dev/ttya
14120Remote target sparclet connected to /dev/ttya
14121main () at ../prog.c:3
474c8240 14122@end smallexample
104c1213 14123
8e04817f
AC
14124@need 750
14125@value{GDBN} displays messages like these:
104c1213 14126
474c8240 14127@smallexample
8e04817f 14128Connected to ttya.
474c8240 14129@end smallexample
104c1213 14130
8e04817f
AC
14131@node Sparclet Download
14132@subsubsection Sparclet download
104c1213 14133
8e04817f
AC
14134@cindex download to Sparclet
14135Once connected to the Sparclet target,
14136you can use the @value{GDBN}
14137@code{load} command to download the file from the host to the target.
14138The file name and load offset should be given as arguments to the @code{load}
14139command.
14140Since the file format is aout, the program must be loaded to the starting
14141address. You can use @code{objdump} to find out what this value is. The load
14142offset is an offset which is added to the VMA (virtual memory address)
14143of each of the file's sections.
14144For instance, if the program
14145@file{prog} was linked to text address 0x1201000, with data at 0x12010160
14146and bss at 0x12010170, in @value{GDBN}, type:
104c1213 14147
474c8240 14148@smallexample
8e04817f
AC
14149(gdbslet) load prog 0x12010000
14150Loading section .text, size 0xdb0 vma 0x12010000
474c8240 14151@end smallexample
104c1213 14152
8e04817f
AC
14153If the code is loaded at a different address then what the program was linked
14154to, you may need to use the @code{section} and @code{add-symbol-file} commands
14155to tell @value{GDBN} where to map the symbol table.
14156
14157@node Sparclet Execution
14158@subsubsection Running and debugging
14159
14160@cindex running and debugging Sparclet programs
14161You can now begin debugging the task using @value{GDBN}'s execution control
14162commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
14163manual for the list of commands.
14164
474c8240 14165@smallexample
8e04817f
AC
14166(gdbslet) b main
14167Breakpoint 1 at 0x12010000: file prog.c, line 3.
14168(gdbslet) run
14169Starting program: prog
14170Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
141713 char *symarg = 0;
14172(gdbslet) step
141734 char *execarg = "hello!";
14174(gdbslet)
474c8240 14175@end smallexample
8e04817f
AC
14176
14177@node Sparclite
14178@subsection Fujitsu Sparclite
104c1213
JM
14179
14180@table @code
14181
8e04817f
AC
14182@kindex target sparclite
14183@item target sparclite @var{dev}
14184Fujitsu sparclite boards, used only for the purpose of loading.
14185You must use an additional command to debug the program.
14186For example: target remote @var{dev} using @value{GDBN} standard
14187remote protocol.
104c1213
JM
14188
14189@end table
14190
8e04817f
AC
14191@node ST2000
14192@subsection Tandem ST2000
104c1213 14193
8e04817f
AC
14194@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14195STDBUG protocol.
104c1213 14196
8e04817f
AC
14197To connect your ST2000 to the host system, see the manufacturer's
14198manual. Once the ST2000 is physically attached, you can run:
104c1213 14199
474c8240 14200@smallexample
8e04817f 14201target st2000 @var{dev} @var{speed}
474c8240 14202@end smallexample
104c1213 14203
8e04817f
AC
14204@noindent
14205to establish it as your debugging environment. @var{dev} is normally
14206the name of a serial device, such as @file{/dev/ttya}, connected to the
14207ST2000 via a serial line. You can instead specify @var{dev} as a TCP
14208connection (for example, to a serial line attached via a terminal
14209concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 14210
8e04817f
AC
14211The @code{load} and @code{attach} commands are @emph{not} defined for
14212this target; you must load your program into the ST2000 as you normally
14213would for standalone operation. @value{GDBN} reads debugging information
14214(such as symbols) from a separate, debugging version of the program
14215available on your host computer.
14216@c FIXME!! This is terribly vague; what little content is here is
14217@c basically hearsay.
104c1213 14218
8e04817f
AC
14219@cindex ST2000 auxiliary commands
14220These auxiliary @value{GDBN} commands are available to help you with the ST2000
14221environment:
104c1213 14222
8e04817f
AC
14223@table @code
14224@item st2000 @var{command}
14225@kindex st2000 @var{cmd}
14226@cindex STDBUG commands (ST2000)
14227@cindex commands to STDBUG (ST2000)
14228Send a @var{command} to the STDBUG monitor. See the manufacturer's
14229manual for available commands.
104c1213 14230
8e04817f
AC
14231@item connect
14232@cindex connect (to STDBUG)
14233Connect the controlling terminal to the STDBUG command monitor. When
14234you are done interacting with STDBUG, typing either of two character
14235sequences gets you back to the @value{GDBN} command prompt:
14236@kbd{@key{RET}~.} (Return, followed by tilde and period) or
14237@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
14238@end table
14239
8e04817f
AC
14240@node Z8000
14241@subsection Zilog Z8000
104c1213 14242
8e04817f
AC
14243@cindex Z8000
14244@cindex simulator, Z8000
14245@cindex Zilog Z8000 simulator
104c1213 14246
8e04817f
AC
14247When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14248a Z8000 simulator.
14249
14250For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14251unsegmented variant of the Z8000 architecture) or the Z8001 (the
14252segmented variant). The simulator recognizes which architecture is
14253appropriate by inspecting the object code.
104c1213 14254
8e04817f
AC
14255@table @code
14256@item target sim @var{args}
14257@kindex sim
14258@kindex target sim@r{, with Z8000}
14259Debug programs on a simulated CPU. If the simulator supports setup
14260options, specify them via @var{args}.
104c1213
JM
14261@end table
14262
8e04817f
AC
14263@noindent
14264After specifying this target, you can debug programs for the simulated
14265CPU in the same style as programs for your host computer; use the
14266@code{file} command to load a new program image, the @code{run} command
14267to run your program, and so on.
14268
14269As well as making available all the usual machine registers
14270(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14271additional items of information as specially named registers:
104c1213
JM
14272
14273@table @code
14274
8e04817f
AC
14275@item cycles
14276Counts clock-ticks in the simulator.
104c1213 14277
8e04817f
AC
14278@item insts
14279Counts instructions run in the simulator.
104c1213 14280
8e04817f
AC
14281@item time
14282Execution time in 60ths of a second.
104c1213 14283
8e04817f 14284@end table
104c1213 14285
8e04817f
AC
14286You can refer to these values in @value{GDBN} expressions with the usual
14287conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14288conditional breakpoint that suspends only after at least 5000
14289simulated clock ticks.
104c1213 14290
a64548ea
EZ
14291@node AVR
14292@subsection Atmel AVR
14293@cindex AVR
14294
14295When configured for debugging the Atmel AVR, @value{GDBN} supports the
14296following AVR-specific commands:
14297
14298@table @code
14299@item info io_registers
14300@kindex info io_registers@r{, AVR}
14301@cindex I/O registers (Atmel AVR)
14302This command displays information about the AVR I/O registers. For
14303each register, @value{GDBN} prints its number and value.
14304@end table
14305
14306@node CRIS
14307@subsection CRIS
14308@cindex CRIS
14309
14310When configured for debugging CRIS, @value{GDBN} provides the
14311following CRIS-specific commands:
14312
14313@table @code
14314@item set cris-version @var{ver}
14315@cindex CRIS version
14316Set the current CRIS version to @var{ver}. The CRIS version affects
14317register names and sizes. This command is useful in case
14318autodetection of the CRIS version fails.
14319
14320@item show cris-version
14321Show the current CRIS version.
14322
14323@item set cris-dwarf2-cfi
14324@cindex DWARF-2 CFI and CRIS
14325Set the usage of DWARF-2 CFI for CRIS debugging. The default is off
14326if using @code{gcc-cris} whose version is below @code{R59}, otherwise
14327on.
14328
14329@item show cris-dwarf2-cfi
14330Show the current state of using DWARF-2 CFI.
14331@end table
14332
14333@node Super-H
14334@subsection Renesas Super-H
14335@cindex Super-H
14336
14337For the Renesas Super-H processor, @value{GDBN} provides these
14338commands:
14339
14340@table @code
14341@item regs
14342@kindex regs@r{, Super-H}
14343Show the values of all Super-H registers.
14344@end table
14345
14346
8e04817f
AC
14347@node Architectures
14348@section Architectures
104c1213 14349
8e04817f
AC
14350This section describes characteristics of architectures that affect
14351all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 14352
8e04817f 14353@menu
9c16f35a 14354* i386::
8e04817f
AC
14355* A29K::
14356* Alpha::
14357* MIPS::
a64548ea 14358* HPPA:: HP PA architecture
8e04817f 14359@end menu
104c1213 14360
9c16f35a
EZ
14361@node i386
14362@subsection x86 Architecture-specific issues.
14363
14364@table @code
14365@item set struct-convention @var{mode}
14366@kindex set struct-convention
14367@cindex struct return convention
14368@cindex struct/union returned in registers
14369Set the convention used by the inferior to return @code{struct}s and
14370@code{union}s from functions to @var{mode}. Possible values of
14371@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14372default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14373are returned on the stack, while @code{"reg"} means that a
14374@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14375be returned in a register.
14376
14377@item show struct-convention
14378@kindex show struct-convention
14379Show the current setting of the convention to return @code{struct}s
14380from functions.
14381@end table
14382
8e04817f
AC
14383@node A29K
14384@subsection A29K
104c1213
JM
14385
14386@table @code
104c1213 14387
8e04817f
AC
14388@kindex set rstack_high_address
14389@cindex AMD 29K register stack
14390@cindex register stack, AMD29K
14391@item set rstack_high_address @var{address}
14392On AMD 29000 family processors, registers are saved in a separate
14393@dfn{register stack}. There is no way for @value{GDBN} to determine the
14394extent of this stack. Normally, @value{GDBN} just assumes that the
14395stack is ``large enough''. This may result in @value{GDBN} referencing
14396memory locations that do not exist. If necessary, you can get around
14397this problem by specifying the ending address of the register stack with
14398the @code{set rstack_high_address} command. The argument should be an
14399address, which you probably want to precede with @samp{0x} to specify in
14400hexadecimal.
104c1213 14401
8e04817f
AC
14402@kindex show rstack_high_address
14403@item show rstack_high_address
14404Display the current limit of the register stack, on AMD 29000 family
14405processors.
104c1213 14406
8e04817f 14407@end table
104c1213 14408
8e04817f
AC
14409@node Alpha
14410@subsection Alpha
104c1213 14411
8e04817f 14412See the following section.
104c1213 14413
8e04817f
AC
14414@node MIPS
14415@subsection MIPS
104c1213 14416
8e04817f
AC
14417@cindex stack on Alpha
14418@cindex stack on MIPS
14419@cindex Alpha stack
14420@cindex MIPS stack
14421Alpha- and MIPS-based computers use an unusual stack frame, which
14422sometimes requires @value{GDBN} to search backward in the object code to
14423find the beginning of a function.
104c1213 14424
8e04817f
AC
14425@cindex response time, MIPS debugging
14426To improve response time (especially for embedded applications, where
14427@value{GDBN} may be restricted to a slow serial line for this search)
14428you may want to limit the size of this search, using one of these
14429commands:
104c1213 14430
8e04817f
AC
14431@table @code
14432@cindex @code{heuristic-fence-post} (Alpha, MIPS)
14433@item set heuristic-fence-post @var{limit}
14434Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14435search for the beginning of a function. A value of @var{0} (the
14436default) means there is no limit. However, except for @var{0}, the
14437larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
14438and therefore the longer it takes to run. You should only need to use
14439this command when debugging a stripped executable.
104c1213 14440
8e04817f
AC
14441@item show heuristic-fence-post
14442Display the current limit.
14443@end table
104c1213
JM
14444
14445@noindent
8e04817f
AC
14446These commands are available @emph{only} when @value{GDBN} is configured
14447for debugging programs on Alpha or MIPS processors.
104c1213 14448
a64548ea
EZ
14449Several MIPS-specific commands are available when debugging MIPS
14450programs:
14451
14452@table @code
14453@item set mips saved-gpreg-size @var{size}
14454@kindex set mips saved-gpreg-size
14455@cindex MIPS GP register size on stack
14456Set the size of MIPS general-purpose registers saved on the stack.
14457The argument @var{size} can be one of the following:
14458
14459@table @samp
14460@item 32
1446132-bit GP registers
14462@item 64
1446364-bit GP registers
14464@item auto
14465Use the target's default setting or autodetect the saved size from the
14466information contained in the executable. This is the default
14467@end table
14468
14469@item show mips saved-gpreg-size
14470@kindex show mips saved-gpreg-size
14471Show the current size of MIPS GP registers on the stack.
14472
14473@item set mips stack-arg-size @var{size}
14474@kindex set mips stack-arg-size
14475@cindex MIPS stack space for arguments
14476Set the amount of stack space reserved for arguments to functions.
14477The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14478(the default).
14479
14480@item set mips abi @var{arg}
14481@kindex set mips abi
14482@cindex set ABI for MIPS
14483Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
14484values of @var{arg} are:
14485
14486@table @samp
14487@item auto
14488The default ABI associated with the current binary (this is the
14489default).
14490@item o32
14491@item o64
14492@item n32
14493@item n64
14494@item eabi32
14495@item eabi64
14496@item auto
14497@end table
14498
14499@item show mips abi
14500@kindex show mips abi
14501Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14502
14503@item set mipsfpu
14504@itemx show mipsfpu
14505@xref{MIPS Embedded, set mipsfpu}.
14506
14507@item set mips mask-address @var{arg}
14508@kindex set mips mask-address
14509@cindex MIPS addresses, masking
14510This command determines whether the most-significant 32 bits of 64-bit
14511MIPS addresses are masked off. The argument @var{arg} can be
14512@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
14513setting, which lets @value{GDBN} determine the correct value.
14514
14515@item show mips mask-address
14516@kindex show mips mask-address
14517Show whether the upper 32 bits of MIPS addresses are masked off or
14518not.
14519
14520@item set remote-mips64-transfers-32bit-regs
14521@kindex set remote-mips64-transfers-32bit-regs
14522This command controls compatibility with 64-bit MIPS targets that
14523transfer data in 32-bit quantities. If you have an old MIPS 64 target
14524that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14525and 64 bits for other registers, set this option to @samp{on}.
14526
14527@item show remote-mips64-transfers-32bit-regs
14528@kindex show remote-mips64-transfers-32bit-regs
14529Show the current setting of compatibility with older MIPS 64 targets.
14530
14531@item set debug mips
14532@kindex set debug mips
14533This command turns on and off debugging messages for the MIPS-specific
14534target code in @value{GDBN}.
14535
14536@item show debug mips
14537@kindex show debug mips
14538Show the current setting of MIPS debugging messages.
14539@end table
14540
14541
14542@node HPPA
14543@subsection HPPA
14544@cindex HPPA support
14545
14546When @value{GDBN} is debugging te HP PA architecture, it provides the
14547following special commands:
14548
14549@table @code
14550@item set debug hppa
14551@kindex set debug hppa
14552THis command determines whether HPPA architecture specific debugging
14553messages are to be displayed.
14554
14555@item show debug hppa
14556Show whether HPPA debugging messages are displayed.
14557
14558@item maint print unwind @var{address}
14559@kindex maint print unwind@r{, HPPA}
14560This command displays the contents of the unwind table entry at the
14561given @var{address}.
14562
14563@end table
14564
104c1213 14565
8e04817f
AC
14566@node Controlling GDB
14567@chapter Controlling @value{GDBN}
14568
14569You can alter the way @value{GDBN} interacts with you by using the
14570@code{set} command. For commands controlling how @value{GDBN} displays
14571data, see @ref{Print Settings, ,Print settings}. Other settings are
14572described here.
14573
14574@menu
14575* Prompt:: Prompt
14576* Editing:: Command editing
14577* History:: Command history
14578* Screen Size:: Screen size
14579* Numbers:: Numbers
1e698235 14580* ABI:: Configuring the current ABI
8e04817f
AC
14581* Messages/Warnings:: Optional warnings and messages
14582* Debugging Output:: Optional messages about internal happenings
14583@end menu
14584
14585@node Prompt
14586@section Prompt
104c1213 14587
8e04817f 14588@cindex prompt
104c1213 14589
8e04817f
AC
14590@value{GDBN} indicates its readiness to read a command by printing a string
14591called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
14592can change the prompt string with the @code{set prompt} command. For
14593instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
14594the prompt in one of the @value{GDBN} sessions so that you can always tell
14595which one you are talking to.
104c1213 14596
8e04817f
AC
14597@emph{Note:} @code{set prompt} does not add a space for you after the
14598prompt you set. This allows you to set a prompt which ends in a space
14599or a prompt that does not.
104c1213 14600
8e04817f
AC
14601@table @code
14602@kindex set prompt
14603@item set prompt @var{newprompt}
14604Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 14605
8e04817f
AC
14606@kindex show prompt
14607@item show prompt
14608Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
14609@end table
14610
8e04817f
AC
14611@node Editing
14612@section Command editing
14613@cindex readline
14614@cindex command line editing
104c1213 14615
703663ab 14616@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
14617@sc{gnu} library provides consistent behavior for programs which provide a
14618command line interface to the user. Advantages are @sc{gnu} Emacs-style
14619or @dfn{vi}-style inline editing of commands, @code{csh}-like history
14620substitution, and a storage and recall of command history across
14621debugging sessions.
104c1213 14622
8e04817f
AC
14623You may control the behavior of command line editing in @value{GDBN} with the
14624command @code{set}.
104c1213 14625
8e04817f
AC
14626@table @code
14627@kindex set editing
14628@cindex editing
14629@item set editing
14630@itemx set editing on
14631Enable command line editing (enabled by default).
104c1213 14632
8e04817f
AC
14633@item set editing off
14634Disable command line editing.
104c1213 14635
8e04817f
AC
14636@kindex show editing
14637@item show editing
14638Show whether command line editing is enabled.
104c1213
JM
14639@end table
14640
703663ab
EZ
14641@xref{Command Line Editing}, for more details about the Readline
14642interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
14643encouraged to read that chapter.
14644
8e04817f
AC
14645@node History
14646@section Command history
703663ab 14647@cindex command history
8e04817f
AC
14648
14649@value{GDBN} can keep track of the commands you type during your
14650debugging sessions, so that you can be certain of precisely what
14651happened. Use these commands to manage the @value{GDBN} command
14652history facility.
104c1213 14653
703663ab
EZ
14654@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
14655package, to provide the history facility. @xref{Using History
14656Interactively}, for the detailed description of the History library.
14657
14658Here is the description of @value{GDBN} commands related to command
14659history.
14660
104c1213 14661@table @code
8e04817f
AC
14662@cindex history substitution
14663@cindex history file
14664@kindex set history filename
4644b6e3 14665@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
14666@item set history filename @var{fname}
14667Set the name of the @value{GDBN} command history file to @var{fname}.
14668This is the file where @value{GDBN} reads an initial command history
14669list, and where it writes the command history from this session when it
14670exits. You can access this list through history expansion or through
14671the history command editing characters listed below. This file defaults
14672to the value of the environment variable @code{GDBHISTFILE}, or to
14673@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
14674is not set.
104c1213 14675
9c16f35a
EZ
14676@cindex save command history
14677@kindex set history save
8e04817f
AC
14678@item set history save
14679@itemx set history save on
14680Record command history in a file, whose name may be specified with the
14681@code{set history filename} command. By default, this option is disabled.
104c1213 14682
8e04817f
AC
14683@item set history save off
14684Stop recording command history in a file.
104c1213 14685
8e04817f 14686@cindex history size
9c16f35a 14687@kindex set history size
8e04817f
AC
14688@item set history size @var{size}
14689Set the number of commands which @value{GDBN} keeps in its history list.
14690This defaults to the value of the environment variable
14691@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
14692@end table
14693
8e04817f 14694History expansion assigns special meaning to the character @kbd{!}.
703663ab 14695@xref{Event Designators}, for more details.
8e04817f 14696
703663ab 14697@cindex history expansion, turn on/off
8e04817f
AC
14698Since @kbd{!} is also the logical not operator in C, history expansion
14699is off by default. If you decide to enable history expansion with the
14700@code{set history expansion on} command, you may sometimes need to
14701follow @kbd{!} (when it is used as logical not, in an expression) with
14702a space or a tab to prevent it from being expanded. The readline
14703history facilities do not attempt substitution on the strings
14704@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
14705
14706The commands to control history expansion are:
104c1213
JM
14707
14708@table @code
8e04817f
AC
14709@item set history expansion on
14710@itemx set history expansion
703663ab 14711@kindex set history expansion
8e04817f 14712Enable history expansion. History expansion is off by default.
104c1213 14713
8e04817f
AC
14714@item set history expansion off
14715Disable history expansion.
104c1213 14716
8e04817f
AC
14717@c @group
14718@kindex show history
14719@item show history
14720@itemx show history filename
14721@itemx show history save
14722@itemx show history size
14723@itemx show history expansion
14724These commands display the state of the @value{GDBN} history parameters.
14725@code{show history} by itself displays all four states.
14726@c @end group
14727@end table
14728
14729@table @code
9c16f35a
EZ
14730@kindex show commands
14731@cindex show last commands
14732@cindex display command history
8e04817f
AC
14733@item show commands
14734Display the last ten commands in the command history.
104c1213 14735
8e04817f
AC
14736@item show commands @var{n}
14737Print ten commands centered on command number @var{n}.
14738
14739@item show commands +
14740Print ten commands just after the commands last printed.
104c1213
JM
14741@end table
14742
8e04817f
AC
14743@node Screen Size
14744@section Screen size
14745@cindex size of screen
14746@cindex pauses in output
104c1213 14747
8e04817f
AC
14748Certain commands to @value{GDBN} may produce large amounts of
14749information output to the screen. To help you read all of it,
14750@value{GDBN} pauses and asks you for input at the end of each page of
14751output. Type @key{RET} when you want to continue the output, or @kbd{q}
14752to discard the remaining output. Also, the screen width setting
14753determines when to wrap lines of output. Depending on what is being
14754printed, @value{GDBN} tries to break the line at a readable place,
14755rather than simply letting it overflow onto the following line.
14756
14757Normally @value{GDBN} knows the size of the screen from the terminal
14758driver software. For example, on Unix @value{GDBN} uses the termcap data base
14759together with the value of the @code{TERM} environment variable and the
14760@code{stty rows} and @code{stty cols} settings. If this is not correct,
14761you can override it with the @code{set height} and @code{set
14762width} commands:
14763
14764@table @code
14765@kindex set height
14766@kindex set width
14767@kindex show width
14768@kindex show height
14769@item set height @var{lpp}
14770@itemx show height
14771@itemx set width @var{cpl}
14772@itemx show width
14773These @code{set} commands specify a screen height of @var{lpp} lines and
14774a screen width of @var{cpl} characters. The associated @code{show}
14775commands display the current settings.
104c1213 14776
8e04817f
AC
14777If you specify a height of zero lines, @value{GDBN} does not pause during
14778output no matter how long the output is. This is useful if output is to a
14779file or to an editor buffer.
104c1213 14780
8e04817f
AC
14781Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
14782from wrapping its output.
9c16f35a
EZ
14783
14784@item set pagination on
14785@itemx set pagination off
14786@kindex set pagination
14787Turn the output pagination on or off; the default is on. Turning
14788pagination off is the alternative to @code{set height 0}.
14789
14790@item show pagination
14791@kindex show pagination
14792Show the current pagination mode.
104c1213
JM
14793@end table
14794
8e04817f
AC
14795@node Numbers
14796@section Numbers
14797@cindex number representation
14798@cindex entering numbers
104c1213 14799
8e04817f
AC
14800You can always enter numbers in octal, decimal, or hexadecimal in
14801@value{GDBN} by the usual conventions: octal numbers begin with
14802@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
14803begin with @samp{0x}. Numbers that begin with none of these are, by
14804default, entered in base 10; likewise, the default display for
14805numbers---when no particular format is specified---is base 10. You can
14806change the default base for both input and output with the @code{set
14807radix} command.
104c1213 14808
8e04817f
AC
14809@table @code
14810@kindex set input-radix
14811@item set input-radix @var{base}
14812Set the default base for numeric input. Supported choices
14813for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
14814specified either unambiguously or using the current default radix; for
14815example, any of
104c1213 14816
8e04817f 14817@smallexample
9c16f35a
EZ
14818set input-radix 012
14819set input-radix 10.
14820set input-radix 0xa
8e04817f 14821@end smallexample
104c1213 14822
8e04817f 14823@noindent
9c16f35a
EZ
14824sets the input base to decimal. On the other hand, @samp{set input-radix 10}
14825leaves the input radix unchanged, no matter what it was.
104c1213 14826
8e04817f
AC
14827@kindex set output-radix
14828@item set output-radix @var{base}
14829Set the default base for numeric display. Supported choices
14830for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
14831specified either unambiguously or using the current default radix.
104c1213 14832
8e04817f
AC
14833@kindex show input-radix
14834@item show input-radix
14835Display the current default base for numeric input.
104c1213 14836
8e04817f
AC
14837@kindex show output-radix
14838@item show output-radix
14839Display the current default base for numeric display.
9c16f35a
EZ
14840
14841@item set radix @r{[}@var{base}@r{]}
14842@itemx show radix
14843@kindex set radix
14844@kindex show radix
14845These commands set and show the default base for both input and output
14846of numbers. @code{set radix} sets the radix of input and output to
14847the same base; without an argument, it resets the radix back to its
14848default value of 10.
14849
8e04817f 14850@end table
104c1213 14851
1e698235
DJ
14852@node ABI
14853@section Configuring the current ABI
14854
14855@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
14856application automatically. However, sometimes you need to override its
14857conclusions. Use these commands to manage @value{GDBN}'s view of the
14858current ABI.
14859
98b45e30
DJ
14860@cindex OS ABI
14861@kindex set osabi
b4e9345d 14862@kindex show osabi
98b45e30
DJ
14863
14864One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 14865system targets, either via remote debugging or native emulation.
98b45e30
DJ
14866@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
14867but you can override its conclusion using the @code{set osabi} command.
14868One example where this is useful is in debugging of binaries which use
14869an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
14870not have the same identifying marks that the standard C library for your
14871platform provides.
14872
14873@table @code
14874@item show osabi
14875Show the OS ABI currently in use.
14876
14877@item set osabi
14878With no argument, show the list of registered available OS ABI's.
14879
14880@item set osabi @var{abi}
14881Set the current OS ABI to @var{abi}.
14882@end table
14883
1e698235 14884@cindex float promotion
1e698235
DJ
14885
14886Generally, the way that an argument of type @code{float} is passed to a
14887function depends on whether the function is prototyped. For a prototyped
14888(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
14889according to the architecture's convention for @code{float}. For unprototyped
14890(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
14891@code{double} and then passed.
14892
14893Unfortunately, some forms of debug information do not reliably indicate whether
14894a function is prototyped. If @value{GDBN} calls a function that is not marked
14895as prototyped, it consults @kbd{set coerce-float-to-double}.
14896
14897@table @code
a8f24a35 14898@kindex set coerce-float-to-double
1e698235
DJ
14899@item set coerce-float-to-double
14900@itemx set coerce-float-to-double on
14901Arguments of type @code{float} will be promoted to @code{double} when passed
14902to an unprototyped function. This is the default setting.
14903
14904@item set coerce-float-to-double off
14905Arguments of type @code{float} will be passed directly to unprototyped
14906functions.
9c16f35a
EZ
14907
14908@kindex show coerce-float-to-double
14909@item show coerce-float-to-double
14910Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
14911@end table
14912
f1212245
DJ
14913@kindex set cp-abi
14914@kindex show cp-abi
14915@value{GDBN} needs to know the ABI used for your program's C@t{++}
14916objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
14917used to build your application. @value{GDBN} only fully supports
14918programs with a single C@t{++} ABI; if your program contains code using
14919multiple C@t{++} ABI's or if @value{GDBN} can not identify your
14920program's ABI correctly, you can tell @value{GDBN} which ABI to use.
14921Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
14922before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
14923``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
14924use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
14925``auto''.
14926
14927@table @code
14928@item show cp-abi
14929Show the C@t{++} ABI currently in use.
14930
14931@item set cp-abi
14932With no argument, show the list of supported C@t{++} ABI's.
14933
14934@item set cp-abi @var{abi}
14935@itemx set cp-abi auto
14936Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
14937@end table
14938
8e04817f
AC
14939@node Messages/Warnings
14940@section Optional warnings and messages
104c1213 14941
9c16f35a
EZ
14942@cindex verbose operation
14943@cindex optional warnings
8e04817f
AC
14944By default, @value{GDBN} is silent about its inner workings. If you are
14945running on a slow machine, you may want to use the @code{set verbose}
14946command. This makes @value{GDBN} tell you when it does a lengthy
14947internal operation, so you will not think it has crashed.
104c1213 14948
8e04817f
AC
14949Currently, the messages controlled by @code{set verbose} are those
14950which announce that the symbol table for a source file is being read;
14951see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 14952
8e04817f
AC
14953@table @code
14954@kindex set verbose
14955@item set verbose on
14956Enables @value{GDBN} output of certain informational messages.
104c1213 14957
8e04817f
AC
14958@item set verbose off
14959Disables @value{GDBN} output of certain informational messages.
104c1213 14960
8e04817f
AC
14961@kindex show verbose
14962@item show verbose
14963Displays whether @code{set verbose} is on or off.
14964@end table
104c1213 14965
8e04817f
AC
14966By default, if @value{GDBN} encounters bugs in the symbol table of an
14967object file, it is silent; but if you are debugging a compiler, you may
14968find this information useful (@pxref{Symbol Errors, ,Errors reading
14969symbol files}).
104c1213 14970
8e04817f 14971@table @code
104c1213 14972
8e04817f
AC
14973@kindex set complaints
14974@item set complaints @var{limit}
14975Permits @value{GDBN} to output @var{limit} complaints about each type of
14976unusual symbols before becoming silent about the problem. Set
14977@var{limit} to zero to suppress all complaints; set it to a large number
14978to prevent complaints from being suppressed.
104c1213 14979
8e04817f
AC
14980@kindex show complaints
14981@item show complaints
14982Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 14983
8e04817f 14984@end table
104c1213 14985
8e04817f
AC
14986By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
14987lot of stupid questions to confirm certain commands. For example, if
14988you try to run a program which is already running:
104c1213 14989
474c8240 14990@smallexample
8e04817f
AC
14991(@value{GDBP}) run
14992The program being debugged has been started already.
14993Start it from the beginning? (y or n)
474c8240 14994@end smallexample
104c1213 14995
8e04817f
AC
14996If you are willing to unflinchingly face the consequences of your own
14997commands, you can disable this ``feature'':
104c1213 14998
8e04817f 14999@table @code
104c1213 15000
8e04817f
AC
15001@kindex set confirm
15002@cindex flinching
15003@cindex confirmation
15004@cindex stupid questions
15005@item set confirm off
15006Disables confirmation requests.
104c1213 15007
8e04817f
AC
15008@item set confirm on
15009Enables confirmation requests (the default).
104c1213 15010
8e04817f
AC
15011@kindex show confirm
15012@item show confirm
15013Displays state of confirmation requests.
15014
15015@end table
104c1213 15016
8e04817f
AC
15017@node Debugging Output
15018@section Optional messages about internal happenings
4644b6e3
EZ
15019@cindex optional debugging messages
15020
da316a69
EZ
15021@value{GDBN} has commands that enable optional debugging messages from
15022various @value{GDBN} subsystems; normally these commands are of
15023interest to @value{GDBN} maintainers, or when reporting a bug. This
15024section documents those commands.
15025
104c1213 15026@table @code
a8f24a35
EZ
15027@kindex set exec-done-display
15028@item set exec-done-display
15029Turns on or off the notification of asynchronous commands'
15030completion. When on, @value{GDBN} will print a message when an
15031asynchronous command finishes its execution. The default is off.
15032@kindex show exec-done-display
15033@item show exec-done-display
15034Displays the current setting of asynchronous command completion
15035notification.
4644b6e3
EZ
15036@kindex set debug
15037@cindex gdbarch debugging info
a8f24a35 15038@cindex architecture debugging info
8e04817f 15039@item set debug arch
a8f24a35 15040Turns on or off display of gdbarch debugging info. The default is off
4644b6e3 15041@kindex show debug
8e04817f
AC
15042@item show debug arch
15043Displays the current state of displaying gdbarch debugging info.
721c2651
EZ
15044@item set debug aix-thread
15045@cindex AIX threads
15046Display debugging messages about inner workings of the AIX thread
15047module.
15048@item show debug aix-thread
15049Show the current state of AIX thread debugging info display.
8e04817f 15050@item set debug event
4644b6e3 15051@cindex event debugging info
a8f24a35 15052Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 15053default is off.
8e04817f
AC
15054@item show debug event
15055Displays the current state of displaying @value{GDBN} event debugging
15056info.
8e04817f 15057@item set debug expression
4644b6e3 15058@cindex expression debugging info
721c2651
EZ
15059Turns on or off display of debugging info about @value{GDBN}
15060expression parsing. The default is off.
8e04817f 15061@item show debug expression
721c2651
EZ
15062Displays the current state of displaying debugging info about
15063@value{GDBN} expression parsing.
7453dc06 15064@item set debug frame
4644b6e3 15065@cindex frame debugging info
7453dc06
AC
15066Turns on or off display of @value{GDBN} frame debugging info. The
15067default is off.
7453dc06
AC
15068@item show debug frame
15069Displays the current state of displaying @value{GDBN} frame debugging
15070info.
30e91e0b
RC
15071@item set debug infrun
15072@cindex inferior debugging info
15073Turns on or off display of @value{GDBN} debugging info for running the inferior.
15074The default is off. @file{infrun.c} contains GDB's runtime state machine used
15075for implementing operations such as single-stepping the inferior.
15076@item show debug infrun
15077Displays the current state of @value{GDBN} inferior debugging.
da316a69
EZ
15078@item set debug lin-lwp
15079@cindex @sc{gnu}/Linux LWP debug messages
15080@cindex Linux lightweight processes
721c2651 15081Turns on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
15082@item show debug lin-lwp
15083Show the current state of Linux LWP debugging messages.
2b4855ab 15084@item set debug observer
4644b6e3 15085@cindex observer debugging info
2b4855ab
AC
15086Turns on or off display of @value{GDBN} observer debugging. This
15087includes info such as the notification of observable events.
2b4855ab
AC
15088@item show debug observer
15089Displays the current state of observer debugging.
8e04817f 15090@item set debug overload
4644b6e3 15091@cindex C@t{++} overload debugging info
8e04817f
AC
15092Turns on or off display of @value{GDBN} C@t{++} overload debugging
15093info. This includes info such as ranking of functions, etc. The default
15094is off.
8e04817f
AC
15095@item show debug overload
15096Displays the current state of displaying @value{GDBN} C@t{++} overload
15097debugging info.
8e04817f
AC
15098@cindex packets, reporting on stdout
15099@cindex serial connections, debugging
15100@item set debug remote
15101Turns on or off display of reports on all packets sent back and forth across
15102the serial line to the remote machine. The info is printed on the
15103@value{GDBN} standard output stream. The default is off.
8e04817f
AC
15104@item show debug remote
15105Displays the state of display of remote packets.
8e04817f
AC
15106@item set debug serial
15107Turns on or off display of @value{GDBN} serial debugging info. The
15108default is off.
8e04817f
AC
15109@item show debug serial
15110Displays the current state of displaying @value{GDBN} serial debugging
15111info.
8e04817f 15112@item set debug target
4644b6e3 15113@cindex target debugging info
8e04817f
AC
15114Turns on or off display of @value{GDBN} target debugging info. This info
15115includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
15116default is 0. Set it to 1 to track events, and to 2 to also track the
15117value of large memory transfers. Changes to this flag do not take effect
15118until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
15119@item show debug target
15120Displays the current state of displaying @value{GDBN} target debugging
15121info.
8e04817f 15122@item set debug varobj
4644b6e3 15123@cindex variable object debugging info
8e04817f
AC
15124Turns on or off display of @value{GDBN} variable object debugging
15125info. The default is off.
8e04817f
AC
15126@item show debug varobj
15127Displays the current state of displaying @value{GDBN} variable object
15128debugging info.
15129@end table
104c1213 15130
8e04817f
AC
15131@node Sequences
15132@chapter Canned Sequences of Commands
104c1213 15133
8e04817f
AC
15134Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15135command lists}), @value{GDBN} provides two ways to store sequences of
15136commands for execution as a unit: user-defined commands and command
15137files.
104c1213 15138
8e04817f
AC
15139@menu
15140* Define:: User-defined commands
15141* Hooks:: User-defined command hooks
15142* Command Files:: Command files
15143* Output:: Commands for controlled output
15144@end menu
104c1213 15145
8e04817f
AC
15146@node Define
15147@section User-defined commands
104c1213 15148
8e04817f
AC
15149@cindex user-defined command
15150A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15151which you assign a new name as a command. This is done with the
15152@code{define} command. User commands may accept up to 10 arguments
15153separated by whitespace. Arguments are accessed within the user command
15154via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 15155
8e04817f
AC
15156@smallexample
15157define adder
15158 print $arg0 + $arg1 + $arg2
15159@end smallexample
104c1213
JM
15160
15161@noindent
8e04817f 15162To execute the command use:
104c1213 15163
8e04817f
AC
15164@smallexample
15165adder 1 2 3
15166@end smallexample
104c1213 15167
8e04817f
AC
15168@noindent
15169This defines the command @code{adder}, which prints the sum of
15170its three arguments. Note the arguments are text substitutions, so they may
15171reference variables, use complex expressions, or even perform inferior
15172functions calls.
104c1213
JM
15173
15174@table @code
104c1213 15175
8e04817f
AC
15176@kindex define
15177@item define @var{commandname}
15178Define a command named @var{commandname}. If there is already a command
15179by that name, you are asked to confirm that you want to redefine it.
104c1213 15180
8e04817f
AC
15181The definition of the command is made up of other @value{GDBN} command lines,
15182which are given following the @code{define} command. The end of these
15183commands is marked by a line containing @code{end}.
104c1213 15184
8e04817f
AC
15185@kindex if
15186@kindex else
15187@item if
09d4efe1 15188@itemx else
8e04817f
AC
15189Takes a single argument, which is an expression to evaluate.
15190It is followed by a series of commands that are executed
15191only if the expression is true (nonzero).
15192There can then optionally be a line @code{else}, followed
15193by a series of commands that are only executed if the expression
15194was false. The end of the list is marked by a line containing @code{end}.
104c1213 15195
8e04817f
AC
15196@kindex while
15197@item while
15198The syntax is similar to @code{if}: the command takes a single argument,
15199which is an expression to evaluate, and must be followed by the commands to
15200execute, one per line, terminated by an @code{end}.
15201The commands are executed repeatedly as long as the expression
15202evaluates to true.
104c1213 15203
8e04817f
AC
15204@kindex document
15205@item document @var{commandname}
15206Document the user-defined command @var{commandname}, so that it can be
15207accessed by @code{help}. The command @var{commandname} must already be
15208defined. This command reads lines of documentation just as @code{define}
15209reads the lines of the command definition, ending with @code{end}.
15210After the @code{document} command is finished, @code{help} on command
15211@var{commandname} displays the documentation you have written.
104c1213 15212
8e04817f
AC
15213You may use the @code{document} command again to change the
15214documentation of a command. Redefining the command with @code{define}
15215does not change the documentation.
104c1213 15216
8e04817f
AC
15217@kindex help user-defined
15218@item help user-defined
15219List all user-defined commands, with the first line of the documentation
15220(if any) for each.
104c1213 15221
8e04817f
AC
15222@kindex show user
15223@item show user
15224@itemx show user @var{commandname}
15225Display the @value{GDBN} commands used to define @var{commandname} (but
15226not its documentation). If no @var{commandname} is given, display the
15227definitions for all user-defined commands.
104c1213 15228
9c16f35a 15229@cindex infinite recusrion in user-defined commands
20f01a46
DH
15230@kindex show max-user-call-depth
15231@kindex set max-user-call-depth
15232@item show max-user-call-depth
5ca0cb28
DH
15233@itemx set max-user-call-depth
15234The value of @code{max-user-call-depth} controls how many recursion
15235levels are allowed in user-defined commands before GDB suspects an
15236infinite recursion and aborts the command.
20f01a46 15237
104c1213
JM
15238@end table
15239
8e04817f
AC
15240When user-defined commands are executed, the
15241commands of the definition are not printed. An error in any command
15242stops execution of the user-defined command.
104c1213 15243
8e04817f
AC
15244If used interactively, commands that would ask for confirmation proceed
15245without asking when used inside a user-defined command. Many @value{GDBN}
15246commands that normally print messages to say what they are doing omit the
15247messages when used in a user-defined command.
104c1213 15248
8e04817f
AC
15249@node Hooks
15250@section User-defined command hooks
15251@cindex command hooks
15252@cindex hooks, for commands
15253@cindex hooks, pre-command
104c1213 15254
8e04817f 15255@kindex hook
8e04817f
AC
15256You may define @dfn{hooks}, which are a special kind of user-defined
15257command. Whenever you run the command @samp{foo}, if the user-defined
15258command @samp{hook-foo} exists, it is executed (with no arguments)
15259before that command.
104c1213 15260
8e04817f
AC
15261@cindex hooks, post-command
15262@kindex hookpost
8e04817f
AC
15263A hook may also be defined which is run after the command you executed.
15264Whenever you run the command @samp{foo}, if the user-defined command
15265@samp{hookpost-foo} exists, it is executed (with no arguments) after
15266that command. Post-execution hooks may exist simultaneously with
15267pre-execution hooks, for the same command.
104c1213 15268
8e04817f 15269It is valid for a hook to call the command which it hooks. If this
9f1c6395 15270occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 15271
8e04817f
AC
15272@c It would be nice if hookpost could be passed a parameter indicating
15273@c if the command it hooks executed properly or not. FIXME!
104c1213 15274
8e04817f
AC
15275@kindex stop@r{, a pseudo-command}
15276In addition, a pseudo-command, @samp{stop} exists. Defining
15277(@samp{hook-stop}) makes the associated commands execute every time
15278execution stops in your program: before breakpoint commands are run,
15279displays are printed, or the stack frame is printed.
104c1213 15280
8e04817f
AC
15281For example, to ignore @code{SIGALRM} signals while
15282single-stepping, but treat them normally during normal execution,
15283you could define:
104c1213 15284
474c8240 15285@smallexample
8e04817f
AC
15286define hook-stop
15287handle SIGALRM nopass
15288end
104c1213 15289
8e04817f
AC
15290define hook-run
15291handle SIGALRM pass
15292end
104c1213 15293
8e04817f
AC
15294define hook-continue
15295handle SIGLARM pass
15296end
474c8240 15297@end smallexample
104c1213 15298
8e04817f 15299As a further example, to hook at the begining and end of the @code{echo}
b383017d 15300command, and to add extra text to the beginning and end of the message,
8e04817f 15301you could define:
104c1213 15302
474c8240 15303@smallexample
8e04817f
AC
15304define hook-echo
15305echo <<<---
15306end
104c1213 15307
8e04817f
AC
15308define hookpost-echo
15309echo --->>>\n
15310end
104c1213 15311
8e04817f
AC
15312(@value{GDBP}) echo Hello World
15313<<<---Hello World--->>>
15314(@value{GDBP})
104c1213 15315
474c8240 15316@end smallexample
104c1213 15317
8e04817f
AC
15318You can define a hook for any single-word command in @value{GDBN}, but
15319not for command aliases; you should define a hook for the basic command
15320name, e.g. @code{backtrace} rather than @code{bt}.
15321@c FIXME! So how does Joe User discover whether a command is an alias
15322@c or not?
15323If an error occurs during the execution of your hook, execution of
15324@value{GDBN} commands stops and @value{GDBN} issues a prompt
15325(before the command that you actually typed had a chance to run).
104c1213 15326
8e04817f
AC
15327If you try to define a hook which does not match any known command, you
15328get a warning from the @code{define} command.
c906108c 15329
8e04817f
AC
15330@node Command Files
15331@section Command files
c906108c 15332
8e04817f
AC
15333@cindex command files
15334A command file for @value{GDBN} is a file of lines that are @value{GDBN}
15335commands. Comments (lines starting with @kbd{#}) may also be included.
15336An empty line in a command file does nothing; it does not mean to repeat
15337the last command, as it would from the terminal.
c906108c 15338
8e04817f
AC
15339@cindex init file
15340@cindex @file{.gdbinit}
15341@cindex @file{gdb.ini}
15342When you start @value{GDBN}, it automatically executes commands from its
15343@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
15344port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
15345limitations of file names imposed by DOS filesystems.}.
15346During startup, @value{GDBN} does the following:
c906108c 15347
8e04817f
AC
15348@enumerate
15349@item
15350Reads the init file (if any) in your home directory@footnote{On
15351DOS/Windows systems, the home directory is the one pointed to by the
15352@code{HOME} environment variable.}.
c906108c 15353
8e04817f
AC
15354@item
15355Processes command line options and operands.
c906108c 15356
8e04817f
AC
15357@item
15358Reads the init file (if any) in the current working directory.
c906108c 15359
8e04817f
AC
15360@item
15361Reads command files specified by the @samp{-x} option.
15362@end enumerate
c906108c 15363
8e04817f
AC
15364The init file in your home directory can set options (such as @samp{set
15365complaints}) that affect subsequent processing of command line options
15366and operands. Init files are not executed if you use the @samp{-nx}
15367option (@pxref{Mode Options, ,Choosing modes}).
c906108c 15368
8e04817f
AC
15369@cindex init file name
15370On some configurations of @value{GDBN}, the init file is known by a
15371different name (these are typically environments where a specialized
15372form of @value{GDBN} may need to coexist with other forms, hence a
15373different name for the specialized version's init file). These are the
15374environments with special init file names:
c906108c 15375
8e04817f
AC
15376@cindex @file{.vxgdbinit}
15377@itemize @bullet
15378@item
15379VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 15380
8e04817f
AC
15381@cindex @file{.os68gdbinit}
15382@item
15383OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 15384
8e04817f
AC
15385@cindex @file{.esgdbinit}
15386@item
15387ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
15388@end itemize
c906108c 15389
8e04817f
AC
15390You can also request the execution of a command file with the
15391@code{source} command:
c906108c 15392
8e04817f
AC
15393@table @code
15394@kindex source
15395@item source @var{filename}
15396Execute the command file @var{filename}.
c906108c
SS
15397@end table
15398
8e04817f 15399The lines in a command file are executed sequentially. They are not
a71ec265
DH
15400printed as they are executed. An error in any command terminates
15401execution of the command file and control is returned to the console.
c906108c 15402
8e04817f
AC
15403Commands that would ask for confirmation if used interactively proceed
15404without asking when used in a command file. Many @value{GDBN} commands that
15405normally print messages to say what they are doing omit the messages
15406when called from command files.
c906108c 15407
8e04817f
AC
15408@value{GDBN} also accepts command input from standard input. In this
15409mode, normal output goes to standard output and error output goes to
15410standard error. Errors in a command file supplied on standard input do
15411not terminate execution of the command file --- execution continues with
15412the next command.
c906108c 15413
474c8240 15414@smallexample
8e04817f 15415gdb < cmds > log 2>&1
474c8240 15416@end smallexample
c906108c 15417
8e04817f
AC
15418(The syntax above will vary depending on the shell used.) This example
15419will execute commands from the file @file{cmds}. All output and errors
15420would be directed to @file{log}.
c906108c 15421
8e04817f
AC
15422@node Output
15423@section Commands for controlled output
c906108c 15424
8e04817f
AC
15425During the execution of a command file or a user-defined command, normal
15426@value{GDBN} output is suppressed; the only output that appears is what is
15427explicitly printed by the commands in the definition. This section
15428describes three commands useful for generating exactly the output you
15429want.
c906108c
SS
15430
15431@table @code
8e04817f
AC
15432@kindex echo
15433@item echo @var{text}
15434@c I do not consider backslash-space a standard C escape sequence
15435@c because it is not in ANSI.
15436Print @var{text}. Nonprinting characters can be included in
15437@var{text} using C escape sequences, such as @samp{\n} to print a
15438newline. @strong{No newline is printed unless you specify one.}
15439In addition to the standard C escape sequences, a backslash followed
15440by a space stands for a space. This is useful for displaying a
15441string with spaces at the beginning or the end, since leading and
15442trailing spaces are otherwise trimmed from all arguments.
15443To print @samp{@w{ }and foo =@w{ }}, use the command
15444@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 15445
8e04817f
AC
15446A backslash at the end of @var{text} can be used, as in C, to continue
15447the command onto subsequent lines. For example,
c906108c 15448
474c8240 15449@smallexample
8e04817f
AC
15450echo This is some text\n\
15451which is continued\n\
15452onto several lines.\n
474c8240 15453@end smallexample
c906108c 15454
8e04817f 15455produces the same output as
c906108c 15456
474c8240 15457@smallexample
8e04817f
AC
15458echo This is some text\n
15459echo which is continued\n
15460echo onto several lines.\n
474c8240 15461@end smallexample
c906108c 15462
8e04817f
AC
15463@kindex output
15464@item output @var{expression}
15465Print the value of @var{expression} and nothing but that value: no
15466newlines, no @samp{$@var{nn} = }. The value is not entered in the
15467value history either. @xref{Expressions, ,Expressions}, for more information
15468on expressions.
c906108c 15469
8e04817f
AC
15470@item output/@var{fmt} @var{expression}
15471Print the value of @var{expression} in format @var{fmt}. You can use
15472the same formats as for @code{print}. @xref{Output Formats,,Output
15473formats}, for more information.
c906108c 15474
8e04817f
AC
15475@kindex printf
15476@item printf @var{string}, @var{expressions}@dots{}
15477Print the values of the @var{expressions} under the control of
15478@var{string}. The @var{expressions} are separated by commas and may be
15479either numbers or pointers. Their values are printed as specified by
15480@var{string}, exactly as if your program were to execute the C
15481subroutine
15482@c FIXME: the above implies that at least all ANSI C formats are
15483@c supported, but it isn't true: %E and %G don't work (or so it seems).
15484@c Either this is a bug, or the manual should document what formats are
15485@c supported.
c906108c 15486
474c8240 15487@smallexample
8e04817f 15488printf (@var{string}, @var{expressions}@dots{});
474c8240 15489@end smallexample
c906108c 15490
8e04817f 15491For example, you can print two values in hex like this:
c906108c 15492
8e04817f
AC
15493@smallexample
15494printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15495@end smallexample
c906108c 15496
8e04817f
AC
15497The only backslash-escape sequences that you can use in the format
15498string are the simple ones that consist of backslash followed by a
15499letter.
c906108c
SS
15500@end table
15501
21c294e6
AC
15502@node Interpreters
15503@chapter Command Interpreters
15504@cindex command interpreters
15505
15506@value{GDBN} supports multiple command interpreters, and some command
15507infrastructure to allow users or user interface writers to switch
15508between interpreters or run commands in other interpreters.
15509
15510@value{GDBN} currently supports two command interpreters, the console
15511interpreter (sometimes called the command-line interpreter or @sc{cli})
15512and the machine interface interpreter (or @sc{gdb/mi}). This manual
15513describes both of these interfaces in great detail.
15514
15515By default, @value{GDBN} will start with the console interpreter.
15516However, the user may choose to start @value{GDBN} with another
15517interpreter by specifying the @option{-i} or @option{--interpreter}
15518startup options. Defined interpreters include:
15519
15520@table @code
15521@item console
15522@cindex console interpreter
15523The traditional console or command-line interpreter. This is the most often
15524used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15525@value{GDBN} will use this interpreter.
15526
15527@item mi
15528@cindex mi interpreter
15529The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15530by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15531or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15532Interface}.
15533
15534@item mi2
15535@cindex mi2 interpreter
15536The current @sc{gdb/mi} interface.
15537
15538@item mi1
15539@cindex mi1 interpreter
15540The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15541
15542@end table
15543
15544@cindex invoke another interpreter
15545The interpreter being used by @value{GDBN} may not be dynamically
15546switched at runtime. Although possible, this could lead to a very
15547precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15548enters the command "interpreter-set console" in a console view,
15549@value{GDBN} would switch to using the console interpreter, rendering
15550the IDE inoperable!
15551
15552@kindex interpreter-exec
15553Although you may only choose a single interpreter at startup, you may execute
15554commands in any interpreter from the current interpreter using the appropriate
15555command. If you are running the console interpreter, simply use the
15556@code{interpreter-exec} command:
15557
15558@smallexample
15559interpreter-exec mi "-data-list-register-names"
15560@end smallexample
15561
15562@sc{gdb/mi} has a similar command, although it is only available in versions of
15563@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15564
8e04817f
AC
15565@node TUI
15566@chapter @value{GDBN} Text User Interface
15567@cindex TUI
d0d5df6f 15568@cindex Text User Interface
c906108c 15569
8e04817f
AC
15570@menu
15571* TUI Overview:: TUI overview
15572* TUI Keys:: TUI key bindings
7cf36c78 15573* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
15574* TUI Commands:: TUI specific commands
15575* TUI Configuration:: TUI configuration variables
15576@end menu
c906108c 15577
d0d5df6f
AC
15578The @value{GDBN} Text User Interface, TUI in short, is a terminal
15579interface which uses the @code{curses} library to show the source
15580file, the assembly output, the program registers and @value{GDBN}
15581commands in separate text windows.
15582
15583The TUI is enabled by invoking @value{GDBN} using either
15584@pindex gdbtui
15585@samp{gdbtui} or @samp{gdb -tui}.
c906108c 15586
8e04817f
AC
15587@node TUI Overview
15588@section TUI overview
c906108c 15589
8e04817f
AC
15590The TUI has two display modes that can be switched while
15591@value{GDBN} runs:
c906108c 15592
8e04817f
AC
15593@itemize @bullet
15594@item
15595A curses (or TUI) mode in which it displays several text
15596windows on the terminal.
c906108c 15597
8e04817f
AC
15598@item
15599A standard mode which corresponds to the @value{GDBN} configured without
15600the TUI.
15601@end itemize
c906108c 15602
8e04817f
AC
15603In the TUI mode, @value{GDBN} can display several text window
15604on the terminal:
c906108c 15605
8e04817f
AC
15606@table @emph
15607@item command
15608This window is the @value{GDBN} command window with the @value{GDBN}
15609prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
15610managed using readline but through the TUI. The @emph{command}
15611window is always visible.
c906108c 15612
8e04817f
AC
15613@item source
15614The source window shows the source file of the program. The current
15615line as well as active breakpoints are displayed in this window.
c906108c 15616
8e04817f
AC
15617@item assembly
15618The assembly window shows the disassembly output of the program.
c906108c 15619
8e04817f
AC
15620@item register
15621This window shows the processor registers. It detects when
15622a register is changed and when this is the case, registers that have
6a1b180d 15623changed are highlighted.
c906108c 15624
c906108c
SS
15625@end table
15626
269c21fe
SC
15627The source and assembly windows show the current program position
15628by highlighting the current line and marking them with the @samp{>} marker.
15629Breakpoints are also indicated with two markers. A first one
15630indicates the breakpoint type:
15631
15632@table @code
15633@item B
15634Breakpoint which was hit at least once.
15635
15636@item b
15637Breakpoint which was never hit.
15638
15639@item H
15640Hardware breakpoint which was hit at least once.
15641
15642@item h
15643Hardware breakpoint which was never hit.
15644
15645@end table
15646
15647The second marker indicates whether the breakpoint is enabled or not:
15648
15649@table @code
15650@item +
15651Breakpoint is enabled.
15652
15653@item -
15654Breakpoint is disabled.
15655
15656@end table
15657
8e04817f
AC
15658The source, assembly and register windows are attached to the thread
15659and the frame position. They are updated when the current thread
15660changes, when the frame changes or when the program counter changes.
15661These three windows are arranged by the TUI according to several
15662layouts. The layout defines which of these three windows are visible.
15663The following layouts are available:
c906108c 15664
8e04817f
AC
15665@itemize @bullet
15666@item
15667source
2df3850c 15668
8e04817f
AC
15669@item
15670assembly
15671
15672@item
15673source and assembly
15674
15675@item
15676source and registers
c906108c 15677
8e04817f
AC
15678@item
15679assembly and registers
2df3850c 15680
8e04817f 15681@end itemize
c906108c 15682
b7bb15bc
SC
15683On top of the command window a status line gives various information
15684concerning the current process begin debugged. The status line is
15685updated when the information it shows changes. The following fields
15686are displayed:
15687
15688@table @emph
15689@item target
15690Indicates the current gdb target
15691(@pxref{Targets, ,Specifying a Debugging Target}).
15692
15693@item process
15694Gives information about the current process or thread number.
15695When no process is being debugged, this field is set to @code{No process}.
15696
15697@item function
15698Gives the current function name for the selected frame.
15699The name is demangled if demangling is turned on (@pxref{Print Settings}).
15700When there is no symbol corresponding to the current program counter
15701the string @code{??} is displayed.
15702
15703@item line
15704Indicates the current line number for the selected frame.
15705When the current line number is not known the string @code{??} is displayed.
15706
15707@item pc
15708Indicates the current program counter address.
15709
15710@end table
15711
8e04817f
AC
15712@node TUI Keys
15713@section TUI Key Bindings
15714@cindex TUI key bindings
c906108c 15715
8e04817f
AC
15716The TUI installs several key bindings in the readline keymaps
15717(@pxref{Command Line Editing}).
15718They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
15719directly on the TUI layout and windows. The TUI also provides
15720a @emph{SingleKey} keymap which binds several keys directly to
15721@value{GDBN} commands. The following key bindings
8e04817f 15722are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 15723
8e04817f
AC
15724@table @kbd
15725@kindex C-x C-a
15726@item C-x C-a
15727@kindex C-x a
15728@itemx C-x a
15729@kindex C-x A
15730@itemx C-x A
15731Enter or leave the TUI mode. When the TUI mode is left,
15732the curses window management is left and @value{GDBN} operates using
15733its standard mode writing on the terminal directly. When the TUI
15734mode is entered, the control is given back to the curses windows.
15735The screen is then refreshed.
c906108c 15736
8e04817f
AC
15737@kindex C-x 1
15738@item C-x 1
15739Use a TUI layout with only one window. The layout will
15740either be @samp{source} or @samp{assembly}. When the TUI mode
15741is not active, it will switch to the TUI mode.
2df3850c 15742
8e04817f 15743Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 15744
8e04817f
AC
15745@kindex C-x 2
15746@item C-x 2
15747Use a TUI layout with at least two windows. When the current
15748layout shows already two windows, a next layout with two windows is used.
15749When a new layout is chosen, one window will always be common to the
15750previous layout and the new one.
c906108c 15751
8e04817f 15752Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 15753
72ffddc9
SC
15754@kindex C-x o
15755@item C-x o
15756Change the active window. The TUI associates several key bindings
15757(like scrolling and arrow keys) to the active window. This command
15758gives the focus to the next TUI window.
15759
15760Think of it as the Emacs @kbd{C-x o} binding.
15761
7cf36c78
SC
15762@kindex C-x s
15763@item C-x s
15764Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
15765(@pxref{TUI Single Key Mode}).
15766
c906108c
SS
15767@end table
15768
8e04817f 15769The following key bindings are handled only by the TUI mode:
5d161b24 15770
8e04817f
AC
15771@table @key
15772@kindex PgUp
15773@item PgUp
15774Scroll the active window one page up.
c906108c 15775
8e04817f
AC
15776@kindex PgDn
15777@item PgDn
15778Scroll the active window one page down.
c906108c 15779
8e04817f
AC
15780@kindex Up
15781@item Up
15782Scroll the active window one line up.
c906108c 15783
8e04817f
AC
15784@kindex Down
15785@item Down
15786Scroll the active window one line down.
c906108c 15787
8e04817f
AC
15788@kindex Left
15789@item Left
15790Scroll the active window one column left.
c906108c 15791
8e04817f
AC
15792@kindex Right
15793@item Right
15794Scroll the active window one column right.
c906108c 15795
8e04817f
AC
15796@kindex C-L
15797@item C-L
15798Refresh the screen.
c906108c 15799
8e04817f 15800@end table
c906108c 15801
8e04817f 15802In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
15803for scrolling. This means they are available for readline when the
15804active window is the command window. When the command window
15805does not have the focus, it is necessary to use other readline
15806key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 15807
7cf36c78
SC
15808@node TUI Single Key Mode
15809@section TUI Single Key Mode
15810@cindex TUI single key mode
15811
15812The TUI provides a @emph{SingleKey} mode in which it installs a particular
15813key binding in the readline keymaps to connect single keys to
b383017d 15814some gdb commands.
7cf36c78
SC
15815
15816@table @kbd
15817@kindex c @r{(SingleKey TUI key)}
15818@item c
15819continue
15820
15821@kindex d @r{(SingleKey TUI key)}
15822@item d
15823down
15824
15825@kindex f @r{(SingleKey TUI key)}
15826@item f
15827finish
15828
15829@kindex n @r{(SingleKey TUI key)}
15830@item n
15831next
15832
15833@kindex q @r{(SingleKey TUI key)}
15834@item q
15835exit the @emph{SingleKey} mode.
15836
15837@kindex r @r{(SingleKey TUI key)}
15838@item r
15839run
15840
15841@kindex s @r{(SingleKey TUI key)}
15842@item s
15843step
15844
15845@kindex u @r{(SingleKey TUI key)}
15846@item u
15847up
15848
15849@kindex v @r{(SingleKey TUI key)}
15850@item v
15851info locals
15852
15853@kindex w @r{(SingleKey TUI key)}
15854@item w
15855where
15856
15857@end table
15858
15859Other keys temporarily switch to the @value{GDBN} command prompt.
15860The key that was pressed is inserted in the editing buffer so that
15861it is possible to type most @value{GDBN} commands without interaction
15862with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
15863@emph{SingleKey} mode is restored. The only way to permanently leave
15864this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
15865
15866
8e04817f
AC
15867@node TUI Commands
15868@section TUI specific commands
15869@cindex TUI commands
15870
15871The TUI has specific commands to control the text windows.
15872These commands are always available, that is they do not depend on
15873the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
15874is in the standard mode, using these commands will automatically switch
15875in the TUI mode.
c906108c
SS
15876
15877@table @code
3d757584
SC
15878@item info win
15879@kindex info win
15880List and give the size of all displayed windows.
15881
8e04817f 15882@item layout next
4644b6e3 15883@kindex layout
8e04817f 15884Display the next layout.
2df3850c 15885
8e04817f 15886@item layout prev
8e04817f 15887Display the previous layout.
c906108c 15888
8e04817f 15889@item layout src
8e04817f 15890Display the source window only.
c906108c 15891
8e04817f 15892@item layout asm
8e04817f 15893Display the assembly window only.
c906108c 15894
8e04817f 15895@item layout split
8e04817f 15896Display the source and assembly window.
c906108c 15897
8e04817f 15898@item layout regs
8e04817f
AC
15899Display the register window together with the source or assembly window.
15900
15901@item focus next | prev | src | asm | regs | split
15902@kindex focus
15903Set the focus to the named window.
15904This command allows to change the active window so that scrolling keys
15905can be affected to another window.
c906108c 15906
8e04817f
AC
15907@item refresh
15908@kindex refresh
15909Refresh the screen. This is similar to using @key{C-L} key.
c906108c 15910
6a1b180d
SC
15911@item tui reg float
15912@kindex tui reg
15913Show the floating point registers in the register window.
15914
15915@item tui reg general
15916Show the general registers in the register window.
15917
15918@item tui reg next
15919Show the next register group. The list of register groups as well as
15920their order is target specific. The predefined register groups are the
15921following: @code{general}, @code{float}, @code{system}, @code{vector},
15922@code{all}, @code{save}, @code{restore}.
15923
15924@item tui reg system
15925Show the system registers in the register window.
15926
8e04817f
AC
15927@item update
15928@kindex update
15929Update the source window and the current execution point.
c906108c 15930
8e04817f
AC
15931@item winheight @var{name} +@var{count}
15932@itemx winheight @var{name} -@var{count}
15933@kindex winheight
15934Change the height of the window @var{name} by @var{count}
15935lines. Positive counts increase the height, while negative counts
15936decrease it.
2df3850c 15937
c906108c
SS
15938@end table
15939
8e04817f
AC
15940@node TUI Configuration
15941@section TUI configuration variables
15942@cindex TUI configuration variables
c906108c 15943
8e04817f
AC
15944The TUI has several configuration variables that control the
15945appearance of windows on the terminal.
c906108c 15946
8e04817f
AC
15947@table @code
15948@item set tui border-kind @var{kind}
15949@kindex set tui border-kind
15950Select the border appearance for the source, assembly and register windows.
15951The possible values are the following:
15952@table @code
15953@item space
15954Use a space character to draw the border.
c906108c 15955
8e04817f
AC
15956@item ascii
15957Use ascii characters + - and | to draw the border.
c906108c 15958
8e04817f
AC
15959@item acs
15960Use the Alternate Character Set to draw the border. The border is
15961drawn using character line graphics if the terminal supports them.
c78b4128 15962
8e04817f 15963@end table
c78b4128 15964
8e04817f
AC
15965@item set tui active-border-mode @var{mode}
15966@kindex set tui active-border-mode
15967Select the attributes to display the border of the active window.
15968The possible values are @code{normal}, @code{standout}, @code{reverse},
15969@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 15970
8e04817f
AC
15971@item set tui border-mode @var{mode}
15972@kindex set tui border-mode
15973Select the attributes to display the border of other windows.
15974The @var{mode} can be one of the following:
15975@table @code
15976@item normal
15977Use normal attributes to display the border.
c906108c 15978
8e04817f
AC
15979@item standout
15980Use standout mode.
c906108c 15981
8e04817f
AC
15982@item reverse
15983Use reverse video mode.
c906108c 15984
8e04817f
AC
15985@item half
15986Use half bright mode.
c906108c 15987
8e04817f
AC
15988@item half-standout
15989Use half bright and standout mode.
c906108c 15990
8e04817f
AC
15991@item bold
15992Use extra bright or bold mode.
c78b4128 15993
8e04817f
AC
15994@item bold-standout
15995Use extra bright or bold and standout mode.
c78b4128 15996
8e04817f 15997@end table
c78b4128 15998
8e04817f 15999@end table
c78b4128 16000
8e04817f
AC
16001@node Emacs
16002@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 16003
8e04817f
AC
16004@cindex Emacs
16005@cindex @sc{gnu} Emacs
16006A special interface allows you to use @sc{gnu} Emacs to view (and
16007edit) the source files for the program you are debugging with
16008@value{GDBN}.
c906108c 16009
8e04817f
AC
16010To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
16011executable file you want to debug as an argument. This command starts
16012@value{GDBN} as a subprocess of Emacs, with input and output through a newly
16013created Emacs buffer.
16014@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 16015
8e04817f
AC
16016Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16017things:
c906108c 16018
8e04817f
AC
16019@itemize @bullet
16020@item
16021All ``terminal'' input and output goes through the Emacs buffer.
16022@end itemize
c906108c 16023
8e04817f
AC
16024This applies both to @value{GDBN} commands and their output, and to the input
16025and output done by the program you are debugging.
bf0184be 16026
8e04817f
AC
16027This is useful because it means that you can copy the text of previous
16028commands and input them again; you can even use parts of the output
16029in this way.
bf0184be 16030
8e04817f
AC
16031All the facilities of Emacs' Shell mode are available for interacting
16032with your program. In particular, you can send signals the usual
16033way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16034stop.
bf0184be 16035
8e04817f 16036@itemize @bullet
bf0184be 16037@item
8e04817f
AC
16038@value{GDBN} displays source code through Emacs.
16039@end itemize
bf0184be 16040
8e04817f
AC
16041Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16042source file for that frame and puts an arrow (@samp{=>}) at the
16043left margin of the current line. Emacs uses a separate buffer for
16044source display, and splits the screen to show both your @value{GDBN} session
16045and the source.
bf0184be 16046
8e04817f
AC
16047Explicit @value{GDBN} @code{list} or search commands still produce output as
16048usual, but you probably have no reason to use them from Emacs.
c906108c 16049
64fabec2
AC
16050If you specify an absolute file name when prompted for the @kbd{M-x
16051gdb} argument, then Emacs sets your current working directory to where
16052your program resides. If you only specify the file name, then Emacs
16053sets your current working directory to to the directory associated
16054with the previous buffer. In this case, @value{GDBN} may find your
16055program by searching your environment's @code{PATH} variable, but on
16056some operating systems it might not find the source. So, although the
16057@value{GDBN} input and output session proceeds normally, the auxiliary
16058buffer does not display the current source and line of execution.
16059
16060The initial working directory of @value{GDBN} is printed on the top
16061line of the @value{GDBN} I/O buffer and this serves as a default for
16062the commands that specify files for @value{GDBN} to operate
16063on. @xref{Files, ,Commands to specify files}.
16064
16065By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
16066need to call @value{GDBN} by a different name (for example, if you
16067keep several configurations around, with different names) you can
16068customize the Emacs variable @code{gud-gdb-command-name} to run the
16069one you want.
8e04817f
AC
16070
16071In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16072addition to the standard Shell mode commands:
c906108c 16073
8e04817f
AC
16074@table @kbd
16075@item C-h m
16076Describe the features of Emacs' @value{GDBN} Mode.
c906108c 16077
64fabec2 16078@item C-c C-s
8e04817f
AC
16079Execute to another source line, like the @value{GDBN} @code{step} command; also
16080update the display window to show the current file and location.
c906108c 16081
64fabec2 16082@item C-c C-n
8e04817f
AC
16083Execute to next source line in this function, skipping all function
16084calls, like the @value{GDBN} @code{next} command. Then update the display window
16085to show the current file and location.
c906108c 16086
64fabec2 16087@item C-c C-i
8e04817f
AC
16088Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16089display window accordingly.
c906108c 16090
8e04817f
AC
16091@item C-c C-f
16092Execute until exit from the selected stack frame, like the @value{GDBN}
16093@code{finish} command.
c906108c 16094
64fabec2 16095@item C-c C-r
8e04817f
AC
16096Continue execution of your program, like the @value{GDBN} @code{continue}
16097command.
b433d00b 16098
64fabec2 16099@item C-c <
8e04817f
AC
16100Go up the number of frames indicated by the numeric argument
16101(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16102like the @value{GDBN} @code{up} command.
b433d00b 16103
64fabec2 16104@item C-c >
8e04817f
AC
16105Go down the number of frames indicated by the numeric argument, like the
16106@value{GDBN} @code{down} command.
8e04817f 16107@end table
c906108c 16108
64fabec2 16109In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 16110tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 16111
64fabec2
AC
16112If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16113shows a backtrace when the @value{GDBN} I/O buffer is current. Move
16114point to any frame in the stack and type @key{RET} to make it become the
16115current frame and display the associated source in the source buffer.
16116Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16117current one.
16118
8e04817f
AC
16119If you accidentally delete the source-display buffer, an easy way to get
16120it back is to type the command @code{f} in the @value{GDBN} buffer, to
16121request a frame display; when you run under Emacs, this recreates
16122the source buffer if necessary to show you the context of the current
16123frame.
c906108c 16124
8e04817f
AC
16125The source files displayed in Emacs are in ordinary Emacs buffers
16126which are visiting the source files in the usual way. You can edit
16127the files with these buffers if you wish; but keep in mind that @value{GDBN}
16128communicates with Emacs in terms of line numbers. If you add or
16129delete lines from the text, the line numbers that @value{GDBN} knows cease
16130to correspond properly with the code.
b383017d 16131
64fabec2
AC
16132The description given here is for GNU Emacs version 21.3 and a more
16133detailed description of its interaction with @value{GDBN} is given in
16134the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 16135
8e04817f
AC
16136@c The following dropped because Epoch is nonstandard. Reactivate
16137@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16138@ignore
16139@kindex Emacs Epoch environment
16140@kindex Epoch
16141@kindex inspect
c906108c 16142
8e04817f
AC
16143Version 18 of @sc{gnu} Emacs has a built-in window system
16144called the @code{epoch}
16145environment. Users of this environment can use a new command,
16146@code{inspect} which performs identically to @code{print} except that
16147each value is printed in its own window.
16148@end ignore
c906108c 16149
922fbb7b
AC
16150
16151@node GDB/MI
16152@chapter The @sc{gdb/mi} Interface
16153
16154@unnumberedsec Function and Purpose
16155
16156@cindex @sc{gdb/mi}, its purpose
16157@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
16158specifically intended to support the development of systems which use
16159the debugger as just one small component of a larger system.
16160
16161This chapter is a specification of the @sc{gdb/mi} interface. It is written
16162in the form of a reference manual.
16163
16164Note that @sc{gdb/mi} is still under construction, so some of the
16165features described below are incomplete and subject to change.
16166
16167@unnumberedsec Notation and Terminology
16168
16169@cindex notational conventions, for @sc{gdb/mi}
16170This chapter uses the following notation:
16171
16172@itemize @bullet
16173@item
16174@code{|} separates two alternatives.
16175
16176@item
16177@code{[ @var{something} ]} indicates that @var{something} is optional:
16178it may or may not be given.
16179
16180@item
16181@code{( @var{group} )*} means that @var{group} inside the parentheses
16182may repeat zero or more times.
16183
16184@item
16185@code{( @var{group} )+} means that @var{group} inside the parentheses
16186may repeat one or more times.
16187
16188@item
16189@code{"@var{string}"} means a literal @var{string}.
16190@end itemize
16191
16192@ignore
16193@heading Dependencies
16194@end ignore
16195
16196@heading Acknowledgments
16197
16198In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16199Elena Zannoni.
16200
16201@menu
16202* GDB/MI Command Syntax::
16203* GDB/MI Compatibility with CLI::
16204* GDB/MI Output Records::
16205* GDB/MI Command Description Format::
16206* GDB/MI Breakpoint Table Commands::
16207* GDB/MI Data Manipulation::
16208* GDB/MI Program Control::
16209* GDB/MI Miscellaneous Commands::
16210@ignore
16211* GDB/MI Kod Commands::
16212* GDB/MI Memory Overlay Commands::
16213* GDB/MI Signal Handling Commands::
16214@end ignore
16215* GDB/MI Stack Manipulation::
16216* GDB/MI Symbol Query::
16217* GDB/MI Target Manipulation::
16218* GDB/MI Thread Commands::
16219* GDB/MI Tracepoint Commands::
16220* GDB/MI Variable Objects::
16221@end menu
16222
16223@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16224@node GDB/MI Command Syntax
16225@section @sc{gdb/mi} Command Syntax
16226
16227@menu
16228* GDB/MI Input Syntax::
16229* GDB/MI Output Syntax::
16230* GDB/MI Simple Examples::
16231@end menu
16232
16233@node GDB/MI Input Syntax
16234@subsection @sc{gdb/mi} Input Syntax
16235
16236@cindex input syntax for @sc{gdb/mi}
16237@cindex @sc{gdb/mi}, input syntax
16238@table @code
16239@item @var{command} @expansion{}
16240@code{@var{cli-command} | @var{mi-command}}
16241
16242@item @var{cli-command} @expansion{}
16243@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16244@var{cli-command} is any existing @value{GDBN} CLI command.
16245
16246@item @var{mi-command} @expansion{}
16247@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16248@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16249
16250@item @var{token} @expansion{}
16251"any sequence of digits"
16252
16253@item @var{option} @expansion{}
16254@code{"-" @var{parameter} [ " " @var{parameter} ]}
16255
16256@item @var{parameter} @expansion{}
16257@code{@var{non-blank-sequence} | @var{c-string}}
16258
16259@item @var{operation} @expansion{}
16260@emph{any of the operations described in this chapter}
16261
16262@item @var{non-blank-sequence} @expansion{}
16263@emph{anything, provided it doesn't contain special characters such as
16264"-", @var{nl}, """ and of course " "}
16265
16266@item @var{c-string} @expansion{}
16267@code{""" @var{seven-bit-iso-c-string-content} """}
16268
16269@item @var{nl} @expansion{}
16270@code{CR | CR-LF}
16271@end table
16272
16273@noindent
16274Notes:
16275
16276@itemize @bullet
16277@item
16278The CLI commands are still handled by the @sc{mi} interpreter; their
16279output is described below.
16280
16281@item
16282The @code{@var{token}}, when present, is passed back when the command
16283finishes.
16284
16285@item
16286Some @sc{mi} commands accept optional arguments as part of the parameter
16287list. Each option is identified by a leading @samp{-} (dash) and may be
16288followed by an optional argument parameter. Options occur first in the
16289parameter list and can be delimited from normal parameters using
16290@samp{--} (this is useful when some parameters begin with a dash).
16291@end itemize
16292
16293Pragmatics:
16294
16295@itemize @bullet
16296@item
16297We want easy access to the existing CLI syntax (for debugging).
16298
16299@item
16300We want it to be easy to spot a @sc{mi} operation.
16301@end itemize
16302
16303@node GDB/MI Output Syntax
16304@subsection @sc{gdb/mi} Output Syntax
16305
16306@cindex output syntax of @sc{gdb/mi}
16307@cindex @sc{gdb/mi}, output syntax
16308The output from @sc{gdb/mi} consists of zero or more out-of-band records
16309followed, optionally, by a single result record. This result record
16310is for the most recent command. The sequence of output records is
16311terminated by @samp{(@value{GDBP})}.
16312
16313If an input command was prefixed with a @code{@var{token}} then the
16314corresponding output for that command will also be prefixed by that same
16315@var{token}.
16316
16317@table @code
16318@item @var{output} @expansion{}
f7dc1244 16319@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
922fbb7b
AC
16320
16321@item @var{result-record} @expansion{}
16322@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16323
16324@item @var{out-of-band-record} @expansion{}
16325@code{@var{async-record} | @var{stream-record}}
16326
16327@item @var{async-record} @expansion{}
16328@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16329
16330@item @var{exec-async-output} @expansion{}
16331@code{[ @var{token} ] "*" @var{async-output}}
16332
16333@item @var{status-async-output} @expansion{}
16334@code{[ @var{token} ] "+" @var{async-output}}
16335
16336@item @var{notify-async-output} @expansion{}
16337@code{[ @var{token} ] "=" @var{async-output}}
16338
16339@item @var{async-output} @expansion{}
16340@code{@var{async-class} ( "," @var{result} )* @var{nl}}
16341
16342@item @var{result-class} @expansion{}
16343@code{"done" | "running" | "connected" | "error" | "exit"}
16344
16345@item @var{async-class} @expansion{}
16346@code{"stopped" | @var{others}} (where @var{others} will be added
16347depending on the needs---this is still in development).
16348
16349@item @var{result} @expansion{}
16350@code{ @var{variable} "=" @var{value}}
16351
16352@item @var{variable} @expansion{}
16353@code{ @var{string} }
16354
16355@item @var{value} @expansion{}
16356@code{ @var{const} | @var{tuple} | @var{list} }
16357
16358@item @var{const} @expansion{}
16359@code{@var{c-string}}
16360
16361@item @var{tuple} @expansion{}
16362@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16363
16364@item @var{list} @expansion{}
16365@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16366@var{result} ( "," @var{result} )* "]" }
16367
16368@item @var{stream-record} @expansion{}
16369@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16370
16371@item @var{console-stream-output} @expansion{}
16372@code{"~" @var{c-string}}
16373
16374@item @var{target-stream-output} @expansion{}
16375@code{"@@" @var{c-string}}
16376
16377@item @var{log-stream-output} @expansion{}
16378@code{"&" @var{c-string}}
16379
16380@item @var{nl} @expansion{}
16381@code{CR | CR-LF}
16382
16383@item @var{token} @expansion{}
16384@emph{any sequence of digits}.
16385@end table
16386
16387@noindent
16388Notes:
16389
16390@itemize @bullet
16391@item
16392All output sequences end in a single line containing a period.
16393
16394@item
16395The @code{@var{token}} is from the corresponding request. If an execution
16396command is interrupted by the @samp{-exec-interrupt} command, the
16397@var{token} associated with the @samp{*stopped} message is the one of the
16398original execution command, not the one of the interrupt command.
16399
16400@item
16401@cindex status output in @sc{gdb/mi}
16402@var{status-async-output} contains on-going status information about the
16403progress of a slow operation. It can be discarded. All status output is
16404prefixed by @samp{+}.
16405
16406@item
16407@cindex async output in @sc{gdb/mi}
16408@var{exec-async-output} contains asynchronous state change on the target
16409(stopped, started, disappeared). All async output is prefixed by
16410@samp{*}.
16411
16412@item
16413@cindex notify output in @sc{gdb/mi}
16414@var{notify-async-output} contains supplementary information that the
16415client should handle (e.g., a new breakpoint information). All notify
16416output is prefixed by @samp{=}.
16417
16418@item
16419@cindex console output in @sc{gdb/mi}
16420@var{console-stream-output} is output that should be displayed as is in the
16421console. It is the textual response to a CLI command. All the console
16422output is prefixed by @samp{~}.
16423
16424@item
16425@cindex target output in @sc{gdb/mi}
16426@var{target-stream-output} is the output produced by the target program.
16427All the target output is prefixed by @samp{@@}.
16428
16429@item
16430@cindex log output in @sc{gdb/mi}
16431@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16432instance messages that should be displayed as part of an error log. All
16433the log output is prefixed by @samp{&}.
16434
16435@item
16436@cindex list output in @sc{gdb/mi}
16437New @sc{gdb/mi} commands should only output @var{lists} containing
16438@var{values}.
16439
16440
16441@end itemize
16442
16443@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16444details about the various output records.
16445
16446@node GDB/MI Simple Examples
16447@subsection Simple Examples of @sc{gdb/mi} Interaction
16448@cindex @sc{gdb/mi}, simple examples
16449
16450This subsection presents several simple examples of interaction using
16451the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16452following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16453the output received from @sc{gdb/mi}.
16454
16455@subsubheading Target Stop
16456@c Ummm... There is no "-stop" command. This assumes async, no?
16457Here's an example of stopping the inferior process:
16458
16459@smallexample
16460-> -stop
16461<- (@value{GDBP})
16462@end smallexample
16463
16464@noindent
16465and later:
16466
16467@smallexample
16468<- *stop,reason="stop",address="0x123",source="a.c:123"
16469<- (@value{GDBP})
16470@end smallexample
16471
16472@subsubheading Simple CLI Command
16473
16474Here's an example of a simple CLI command being passed through
16475@sc{gdb/mi} and on to the CLI.
16476
16477@smallexample
16478-> print 1+2
16479<- &"print 1+2\n"
16480<- ~"$1 = 3\n"
16481<- ^done
16482<- (@value{GDBP})
16483@end smallexample
16484
16485@subsubheading Command With Side Effects
16486
16487@smallexample
16488-> -symbol-file xyz.exe
16489<- *breakpoint,nr="3",address="0x123",source="a.c:123"
16490<- (@value{GDBP})
16491@end smallexample
16492
16493@subsubheading A Bad Command
16494
16495Here's what happens if you pass a non-existent command:
16496
16497@smallexample
16498-> -rubbish
16499<- ^error,msg="Undefined MI command: rubbish"
16500<- (@value{GDBP})
16501@end smallexample
16502
16503@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16504@node GDB/MI Compatibility with CLI
16505@section @sc{gdb/mi} Compatibility with CLI
16506
16507@cindex compatibility, @sc{gdb/mi} and CLI
16508@cindex @sc{gdb/mi}, compatibility with CLI
16509To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16510accepts existing CLI commands. As specified by the syntax, such
16511commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16512respond.
16513
16514This mechanism is provided as an aid to developers of @sc{gdb/mi}
16515clients and not as a reliable interface into the CLI. Since the command
16516is being interpreteted in an environment that assumes @sc{gdb/mi}
16517behaviour, the exact output of such commands is likely to end up being
16518an un-supported hybrid of @sc{gdb/mi} and CLI output.
16519
16520@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16521@node GDB/MI Output Records
16522@section @sc{gdb/mi} Output Records
16523
16524@menu
16525* GDB/MI Result Records::
16526* GDB/MI Stream Records::
16527* GDB/MI Out-of-band Records::
16528@end menu
16529
16530@node GDB/MI Result Records
16531@subsection @sc{gdb/mi} Result Records
16532
16533@cindex result records in @sc{gdb/mi}
16534@cindex @sc{gdb/mi}, result records
16535In addition to a number of out-of-band notifications, the response to a
16536@sc{gdb/mi} command includes one of the following result indications:
16537
16538@table @code
16539@findex ^done
16540@item "^done" [ "," @var{results} ]
16541The synchronous operation was successful, @code{@var{results}} are the return
16542values.
16543
16544@item "^running"
16545@findex ^running
16546@c Is this one correct? Should it be an out-of-band notification?
16547The asynchronous operation was successfully started. The target is
16548running.
16549
16550@item "^error" "," @var{c-string}
16551@findex ^error
16552The operation failed. The @code{@var{c-string}} contains the corresponding
16553error message.
16554@end table
16555
16556@node GDB/MI Stream Records
16557@subsection @sc{gdb/mi} Stream Records
16558
16559@cindex @sc{gdb/mi}, stream records
16560@cindex stream records in @sc{gdb/mi}
16561@value{GDBN} internally maintains a number of output streams: the console, the
16562target, and the log. The output intended for each of these streams is
16563funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16564
16565Each stream record begins with a unique @dfn{prefix character} which
16566identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16567Syntax}). In addition to the prefix, each stream record contains a
16568@code{@var{string-output}}. This is either raw text (with an implicit new
16569line) or a quoted C string (which does not contain an implicit newline).
16570
16571@table @code
16572@item "~" @var{string-output}
16573The console output stream contains text that should be displayed in the
16574CLI console window. It contains the textual responses to CLI commands.
16575
16576@item "@@" @var{string-output}
16577The target output stream contains any textual output from the running
16578target.
16579
16580@item "&" @var{string-output}
16581The log stream contains debugging messages being produced by @value{GDBN}'s
16582internals.
16583@end table
16584
16585@node GDB/MI Out-of-band Records
16586@subsection @sc{gdb/mi} Out-of-band Records
16587
16588@cindex out-of-band records in @sc{gdb/mi}
16589@cindex @sc{gdb/mi}, out-of-band records
16590@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
16591additional changes that have occurred. Those changes can either be a
16592consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
16593target activity (e.g., target stopped).
16594
16595The following is a preliminary list of possible out-of-band records.
16596
16597@table @code
16598@item "*" "stop"
16599@end table
16600
16601
16602@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16603@node GDB/MI Command Description Format
16604@section @sc{gdb/mi} Command Description Format
16605
16606The remaining sections describe blocks of commands. Each block of
16607commands is laid out in a fashion similar to this section.
16608
16609Note the the line breaks shown in the examples are here only for
16610readability. They don't appear in the real output.
16611Also note that the commands with a non-available example (N.A.@:) are
16612not yet implemented.
16613
16614@subheading Motivation
16615
16616The motivation for this collection of commands.
16617
16618@subheading Introduction
16619
16620A brief introduction to this collection of commands as a whole.
16621
16622@subheading Commands
16623
16624For each command in the block, the following is described:
16625
16626@subsubheading Synopsis
16627
16628@smallexample
16629 -command @var{args}@dots{}
16630@end smallexample
16631
16632@subsubheading @value{GDBN} Command
16633
16634The corresponding @value{GDBN} CLI command.
16635
16636@subsubheading Result
16637
16638@subsubheading Out-of-band
16639
16640@subsubheading Notes
16641
16642@subsubheading Example
16643
16644
16645@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16646@node GDB/MI Breakpoint Table Commands
16647@section @sc{gdb/mi} Breakpoint table commands
16648
16649@cindex breakpoint commands for @sc{gdb/mi}
16650@cindex @sc{gdb/mi}, breakpoint commands
16651This section documents @sc{gdb/mi} commands for manipulating
16652breakpoints.
16653
16654@subheading The @code{-break-after} Command
16655@findex -break-after
16656
16657@subsubheading Synopsis
16658
16659@smallexample
16660 -break-after @var{number} @var{count}
16661@end smallexample
16662
16663The breakpoint number @var{number} is not in effect until it has been
16664hit @var{count} times. To see how this is reflected in the output of
16665the @samp{-break-list} command, see the description of the
16666@samp{-break-list} command below.
16667
16668@subsubheading @value{GDBN} Command
16669
16670The corresponding @value{GDBN} command is @samp{ignore}.
16671
16672@subsubheading Example
16673
16674@smallexample
16675(@value{GDBP})
16676-break-insert main
16677^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
16678(@value{GDBP})
16679-break-after 1 3
16680~
16681^done
16682(@value{GDBP})
16683-break-list
16684^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
16685hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16686@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16687@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16688@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16689@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16690@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16691body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
16692addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
16693ignore="3"@}]@}
16694(@value{GDBP})
16695@end smallexample
16696
16697@ignore
16698@subheading The @code{-break-catch} Command
16699@findex -break-catch
16700
16701@subheading The @code{-break-commands} Command
16702@findex -break-commands
16703@end ignore
16704
16705
16706@subheading The @code{-break-condition} Command
16707@findex -break-condition
16708
16709@subsubheading Synopsis
16710
16711@smallexample
16712 -break-condition @var{number} @var{expr}
16713@end smallexample
16714
16715Breakpoint @var{number} will stop the program only if the condition in
16716@var{expr} is true. The condition becomes part of the
16717@samp{-break-list} output (see the description of the @samp{-break-list}
16718command below).
16719
16720@subsubheading @value{GDBN} Command
16721
16722The corresponding @value{GDBN} command is @samp{condition}.
16723
16724@subsubheading Example
16725
16726@smallexample
16727(@value{GDBP})
16728-break-condition 1 1
16729^done
16730(@value{GDBP})
16731-break-list
16732^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
16733hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16734@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16735@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16736@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16737@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16738@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16739body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
16740addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
16741times="0",ignore="3"@}]@}
16742(@value{GDBP})
16743@end smallexample
16744
16745@subheading The @code{-break-delete} Command
16746@findex -break-delete
16747
16748@subsubheading Synopsis
16749
16750@smallexample
16751 -break-delete ( @var{breakpoint} )+
16752@end smallexample
16753
16754Delete the breakpoint(s) whose number(s) are specified in the argument
16755list. This is obviously reflected in the breakpoint list.
16756
16757@subsubheading @value{GDBN} command
16758
16759The corresponding @value{GDBN} command is @samp{delete}.
16760
16761@subsubheading Example
16762
16763@smallexample
16764(@value{GDBP})
16765-break-delete 1
16766^done
16767(@value{GDBP})
16768-break-list
16769^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
16770hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16771@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16772@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16773@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16774@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16775@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16776body=[]@}
16777(@value{GDBP})
16778@end smallexample
16779
16780@subheading The @code{-break-disable} Command
16781@findex -break-disable
16782
16783@subsubheading Synopsis
16784
16785@smallexample
16786 -break-disable ( @var{breakpoint} )+
16787@end smallexample
16788
16789Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
16790break list is now set to @samp{n} for the named @var{breakpoint}(s).
16791
16792@subsubheading @value{GDBN} Command
16793
16794The corresponding @value{GDBN} command is @samp{disable}.
16795
16796@subsubheading Example
16797
16798@smallexample
16799(@value{GDBP})
16800-break-disable 2
16801^done
16802(@value{GDBP})
16803-break-list
16804^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
16805hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16806@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16807@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16808@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16809@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16810@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16811body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
16812addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
16813(@value{GDBP})
16814@end smallexample
16815
16816@subheading The @code{-break-enable} Command
16817@findex -break-enable
16818
16819@subsubheading Synopsis
16820
16821@smallexample
16822 -break-enable ( @var{breakpoint} )+
16823@end smallexample
16824
16825Enable (previously disabled) @var{breakpoint}(s).
16826
16827@subsubheading @value{GDBN} Command
16828
16829The corresponding @value{GDBN} command is @samp{enable}.
16830
16831@subsubheading Example
16832
16833@smallexample
16834(@value{GDBP})
16835-break-enable 2
16836^done
16837(@value{GDBP})
16838-break-list
16839^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
16840hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16841@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16842@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16843@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16844@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16845@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16846body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
16847addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
16848(@value{GDBP})
16849@end smallexample
16850
16851@subheading The @code{-break-info} Command
16852@findex -break-info
16853
16854@subsubheading Synopsis
16855
16856@smallexample
16857 -break-info @var{breakpoint}
16858@end smallexample
16859
16860@c REDUNDANT???
16861Get information about a single breakpoint.
16862
16863@subsubheading @value{GDBN} command
16864
16865The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
16866
16867@subsubheading Example
16868N.A.
16869
16870@subheading The @code{-break-insert} Command
16871@findex -break-insert
16872
16873@subsubheading Synopsis
16874
16875@smallexample
16876 -break-insert [ -t ] [ -h ] [ -r ]
16877 [ -c @var{condition} ] [ -i @var{ignore-count} ]
16878 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
16879@end smallexample
16880
16881@noindent
16882If specified, @var{line}, can be one of:
16883
16884@itemize @bullet
16885@item function
16886@c @item +offset
16887@c @item -offset
16888@c @item linenum
16889@item filename:linenum
16890@item filename:function
16891@item *address
16892@end itemize
16893
16894The possible optional parameters of this command are:
16895
16896@table @samp
16897@item -t
16898Insert a tempoary breakpoint.
16899@item -h
16900Insert a hardware breakpoint.
16901@item -c @var{condition}
16902Make the breakpoint conditional on @var{condition}.
16903@item -i @var{ignore-count}
16904Initialize the @var{ignore-count}.
16905@item -r
16906Insert a regular breakpoint in all the functions whose names match the
16907given regular expression. Other flags are not applicable to regular
16908expresson.
16909@end table
16910
16911@subsubheading Result
16912
16913The result is in the form:
16914
16915@smallexample
16916 ^done,bkptno="@var{number}",func="@var{funcname}",
16917 file="@var{filename}",line="@var{lineno}"
16918@end smallexample
16919
16920@noindent
16921where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
16922is the name of the function where the breakpoint was inserted,
16923@var{filename} is the name of the source file which contains this
16924function, and @var{lineno} is the source line number within that file.
16925
16926Note: this format is open to change.
16927@c An out-of-band breakpoint instead of part of the result?
16928
16929@subsubheading @value{GDBN} Command
16930
16931The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
16932@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
16933
16934@subsubheading Example
16935
16936@smallexample
16937(@value{GDBP})
16938-break-insert main
16939^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16940(@value{GDBP})
16941-break-insert -t foo
16942^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
16943(@value{GDBP})
16944-break-list
16945^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
16946hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16947@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16948@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16949@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16950@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16951@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16952body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
16953addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
16954bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
16955addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
16956(@value{GDBP})
16957-break-insert -r foo.*
16958~int foo(int, int);
16959^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
16960(@value{GDBP})
16961@end smallexample
16962
16963@subheading The @code{-break-list} Command
16964@findex -break-list
16965
16966@subsubheading Synopsis
16967
16968@smallexample
16969 -break-list
16970@end smallexample
16971
16972Displays the list of inserted breakpoints, showing the following fields:
16973
16974@table @samp
16975@item Number
16976number of the breakpoint
16977@item Type
16978type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
16979@item Disposition
16980should the breakpoint be deleted or disabled when it is hit: @samp{keep}
16981or @samp{nokeep}
16982@item Enabled
16983is the breakpoint enabled or no: @samp{y} or @samp{n}
16984@item Address
16985memory location at which the breakpoint is set
16986@item What
16987logical location of the breakpoint, expressed by function name, file
16988name, line number
16989@item Times
16990number of times the breakpoint has been hit
16991@end table
16992
16993If there are no breakpoints or watchpoints, the @code{BreakpointTable}
16994@code{body} field is an empty list.
16995
16996@subsubheading @value{GDBN} Command
16997
16998The corresponding @value{GDBN} command is @samp{info break}.
16999
17000@subsubheading Example
17001
17002@smallexample
17003(@value{GDBP})
17004-break-list
17005^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17006hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17007@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17008@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17009@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17010@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17011@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17012body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17013addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17014bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17015addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17016(@value{GDBP})
17017@end smallexample
17018
17019Here's an example of the result when there are no breakpoints:
17020
17021@smallexample
17022(@value{GDBP})
17023-break-list
17024^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17025hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17026@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17027@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17028@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17029@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17030@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17031body=[]@}
17032(@value{GDBP})
17033@end smallexample
17034
17035@subheading The @code{-break-watch} Command
17036@findex -break-watch
17037
17038@subsubheading Synopsis
17039
17040@smallexample
17041 -break-watch [ -a | -r ]
17042@end smallexample
17043
17044Create a watchpoint. With the @samp{-a} option it will create an
17045@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17046read from or on a write to the memory location. With the @samp{-r}
17047option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17048trigger only when the memory location is accessed for reading. Without
17049either of the options, the watchpoint created is a regular watchpoint,
17050i.e. it will trigger when the memory location is accessed for writing.
17051@xref{Set Watchpoints, , Setting watchpoints}.
17052
17053Note that @samp{-break-list} will report a single list of watchpoints and
17054breakpoints inserted.
17055
17056@subsubheading @value{GDBN} Command
17057
17058The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17059@samp{rwatch}.
17060
17061@subsubheading Example
17062
17063Setting a watchpoint on a variable in the @code{main} function:
17064
17065@smallexample
17066(@value{GDBP})
17067-break-watch x
17068^done,wpt=@{number="2",exp="x"@}
17069(@value{GDBP})
17070-exec-continue
17071^running
17072^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17073value=@{old="-268439212",new="55"@},
17074frame=@{func="main",args=[],file="recursive2.c",line="5"@}
17075(@value{GDBP})
17076@end smallexample
17077
17078Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
17079the program execution twice: first for the variable changing value, then
17080for the watchpoint going out of scope.
17081
17082@smallexample
17083(@value{GDBP})
17084-break-watch C
17085^done,wpt=@{number="5",exp="C"@}
17086(@value{GDBP})
17087-exec-continue
17088^running
17089^done,reason="watchpoint-trigger",
17090wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17091frame=@{func="callee4",args=[],
17092file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17093(@value{GDBP})
17094-exec-continue
17095^running
17096^done,reason="watchpoint-scope",wpnum="5",
17097frame=@{func="callee3",args=[@{name="strarg",
17098value="0x11940 \"A string argument.\""@}],
17099file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17100(@value{GDBP})
17101@end smallexample
17102
17103Listing breakpoints and watchpoints, at different points in the program
17104execution. Note that once the watchpoint goes out of scope, it is
17105deleted.
17106
17107@smallexample
17108(@value{GDBP})
17109-break-watch C
17110^done,wpt=@{number="2",exp="C"@}
17111(@value{GDBP})
17112-break-list
17113^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17114hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17115@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17116@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17117@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17118@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17119@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17120body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17121addr="0x00010734",func="callee4",
17122file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17123bkpt=@{number="2",type="watchpoint",disp="keep",
17124enabled="y",addr="",what="C",times="0"@}]@}
17125(@value{GDBP})
17126-exec-continue
17127^running
17128^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17129value=@{old="-276895068",new="3"@},
17130frame=@{func="callee4",args=[],
17131file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17132(@value{GDBP})
17133-break-list
17134^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17135hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17136@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17137@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17138@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17139@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17140@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17141body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17142addr="0x00010734",func="callee4",
17143file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17144bkpt=@{number="2",type="watchpoint",disp="keep",
17145enabled="y",addr="",what="C",times="-5"@}]@}
17146(@value{GDBP})
17147-exec-continue
17148^running
17149^done,reason="watchpoint-scope",wpnum="2",
17150frame=@{func="callee3",args=[@{name="strarg",
17151value="0x11940 \"A string argument.\""@}],
17152file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17153(@value{GDBP})
17154-break-list
17155^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17156hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17157@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17158@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17159@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17160@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17161@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17162body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17163addr="0x00010734",func="callee4",
17164file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17165(@value{GDBP})
17166@end smallexample
17167
17168@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17169@node GDB/MI Data Manipulation
17170@section @sc{gdb/mi} Data Manipulation
17171
17172@cindex data manipulation, in @sc{gdb/mi}
17173@cindex @sc{gdb/mi}, data manipulation
17174This section describes the @sc{gdb/mi} commands that manipulate data:
17175examine memory and registers, evaluate expressions, etc.
17176
17177@c REMOVED FROM THE INTERFACE.
17178@c @subheading -data-assign
17179@c Change the value of a program variable. Plenty of side effects.
17180@c @subsubheading GDB command
17181@c set variable
17182@c @subsubheading Example
17183@c N.A.
17184
17185@subheading The @code{-data-disassemble} Command
17186@findex -data-disassemble
17187
17188@subsubheading Synopsis
17189
17190@smallexample
17191 -data-disassemble
17192 [ -s @var{start-addr} -e @var{end-addr} ]
17193 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17194 -- @var{mode}
17195@end smallexample
17196
17197@noindent
17198Where:
17199
17200@table @samp
17201@item @var{start-addr}
17202is the beginning address (or @code{$pc})
17203@item @var{end-addr}
17204is the end address
17205@item @var{filename}
17206is the name of the file to disassemble
17207@item @var{linenum}
17208is the line number to disassemble around
17209@item @var{lines}
17210is the the number of disassembly lines to be produced. If it is -1,
17211the whole function will be disassembled, in case no @var{end-addr} is
17212specified. If @var{end-addr} is specified as a non-zero value, and
17213@var{lines} is lower than the number of disassembly lines between
17214@var{start-addr} and @var{end-addr}, only @var{lines} lines are
17215displayed; if @var{lines} is higher than the number of lines between
17216@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17217are displayed.
17218@item @var{mode}
17219is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17220disassembly).
17221@end table
17222
17223@subsubheading Result
17224
17225The output for each instruction is composed of four fields:
17226
17227@itemize @bullet
17228@item Address
17229@item Func-name
17230@item Offset
17231@item Instruction
17232@end itemize
17233
17234Note that whatever included in the instruction field, is not manipulated
17235directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17236
17237@subsubheading @value{GDBN} Command
17238
17239There's no direct mapping from this command to the CLI.
17240
17241@subsubheading Example
17242
17243Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17244
17245@smallexample
17246(@value{GDBP})
17247-data-disassemble -s $pc -e "$pc + 20" -- 0
17248^done,
17249asm_insns=[
17250@{address="0x000107c0",func-name="main",offset="4",
17251inst="mov 2, %o0"@},
17252@{address="0x000107c4",func-name="main",offset="8",
17253inst="sethi %hi(0x11800), %o2"@},
17254@{address="0x000107c8",func-name="main",offset="12",
17255inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17256@{address="0x000107cc",func-name="main",offset="16",
17257inst="sethi %hi(0x11800), %o2"@},
17258@{address="0x000107d0",func-name="main",offset="20",
17259inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17260(@value{GDBP})
17261@end smallexample
17262
17263Disassemble the whole @code{main} function. Line 32 is part of
17264@code{main}.
17265
17266@smallexample
17267-data-disassemble -f basics.c -l 32 -- 0
17268^done,asm_insns=[
17269@{address="0x000107bc",func-name="main",offset="0",
17270inst="save %sp, -112, %sp"@},
17271@{address="0x000107c0",func-name="main",offset="4",
17272inst="mov 2, %o0"@},
17273@{address="0x000107c4",func-name="main",offset="8",
17274inst="sethi %hi(0x11800), %o2"@},
17275[@dots{}]
17276@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17277@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17278(@value{GDBP})
17279@end smallexample
17280
17281Disassemble 3 instructions from the start of @code{main}:
17282
17283@smallexample
17284(@value{GDBP})
17285-data-disassemble -f basics.c -l 32 -n 3 -- 0
17286^done,asm_insns=[
17287@{address="0x000107bc",func-name="main",offset="0",
17288inst="save %sp, -112, %sp"@},
17289@{address="0x000107c0",func-name="main",offset="4",
17290inst="mov 2, %o0"@},
17291@{address="0x000107c4",func-name="main",offset="8",
17292inst="sethi %hi(0x11800), %o2"@}]
17293(@value{GDBP})
17294@end smallexample
17295
17296Disassemble 3 instructions from the start of @code{main} in mixed mode:
17297
17298@smallexample
17299(@value{GDBP})
17300-data-disassemble -f basics.c -l 32 -n 3 -- 1
17301^done,asm_insns=[
17302src_and_asm_line=@{line="31",
17303file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17304 testsuite/gdb.mi/basics.c",line_asm_insn=[
17305@{address="0x000107bc",func-name="main",offset="0",
17306inst="save %sp, -112, %sp"@}]@},
17307src_and_asm_line=@{line="32",
17308file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17309 testsuite/gdb.mi/basics.c",line_asm_insn=[
17310@{address="0x000107c0",func-name="main",offset="4",
17311inst="mov 2, %o0"@},
17312@{address="0x000107c4",func-name="main",offset="8",
17313inst="sethi %hi(0x11800), %o2"@}]@}]
17314(@value{GDBP})
17315@end smallexample
17316
17317
17318@subheading The @code{-data-evaluate-expression} Command
17319@findex -data-evaluate-expression
17320
17321@subsubheading Synopsis
17322
17323@smallexample
17324 -data-evaluate-expression @var{expr}
17325@end smallexample
17326
17327Evaluate @var{expr} as an expression. The expression could contain an
17328inferior function call. The function call will execute synchronously.
17329If the expression contains spaces, it must be enclosed in double quotes.
17330
17331@subsubheading @value{GDBN} Command
17332
17333The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17334@samp{call}. In @code{gdbtk} only, there's a corresponding
17335@samp{gdb_eval} command.
17336
17337@subsubheading Example
17338
17339In the following example, the numbers that precede the commands are the
17340@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17341Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
17342output.
17343
17344@smallexample
17345211-data-evaluate-expression A
17346211^done,value="1"
17347(@value{GDBP})
17348311-data-evaluate-expression &A
17349311^done,value="0xefffeb7c"
17350(@value{GDBP})
17351411-data-evaluate-expression A+3
17352411^done,value="4"
17353(@value{GDBP})
17354511-data-evaluate-expression "A + 3"
17355511^done,value="4"
17356(@value{GDBP})
17357@end smallexample
17358
17359
17360@subheading The @code{-data-list-changed-registers} Command
17361@findex -data-list-changed-registers
17362
17363@subsubheading Synopsis
17364
17365@smallexample
17366 -data-list-changed-registers
17367@end smallexample
17368
17369Display a list of the registers that have changed.
17370
17371@subsubheading @value{GDBN} Command
17372
17373@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17374has the corresponding command @samp{gdb_changed_register_list}.
17375
17376@subsubheading Example
17377
17378On a PPC MBX board:
17379
17380@smallexample
17381(@value{GDBP})
17382-exec-continue
17383^running
17384
17385(@value{GDBP})
17386*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
17387args=[],file="try.c",line="5"@}
17388(@value{GDBP})
17389-data-list-changed-registers
17390^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17391"10","11","13","14","15","16","17","18","19","20","21","22","23",
17392"24","25","26","27","28","30","31","64","65","66","67","69"]
17393(@value{GDBP})
17394@end smallexample
17395
17396
17397@subheading The @code{-data-list-register-names} Command
17398@findex -data-list-register-names
17399
17400@subsubheading Synopsis
17401
17402@smallexample
17403 -data-list-register-names [ ( @var{regno} )+ ]
17404@end smallexample
17405
17406Show a list of register names for the current target. If no arguments
17407are given, it shows a list of the names of all the registers. If
17408integer numbers are given as arguments, it will print a list of the
17409names of the registers corresponding to the arguments. To ensure
17410consistency between a register name and its number, the output list may
17411include empty register names.
17412
17413@subsubheading @value{GDBN} Command
17414
17415@value{GDBN} does not have a command which corresponds to
17416@samp{-data-list-register-names}. In @code{gdbtk} there is a
17417corresponding command @samp{gdb_regnames}.
17418
17419@subsubheading Example
17420
17421For the PPC MBX board:
17422@smallexample
17423(@value{GDBP})
17424-data-list-register-names
17425^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17426"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17427"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17428"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17429"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17430"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17431"", "pc","ps","cr","lr","ctr","xer"]
17432(@value{GDBP})
17433-data-list-register-names 1 2 3
17434^done,register-names=["r1","r2","r3"]
17435(@value{GDBP})
17436@end smallexample
17437
17438@subheading The @code{-data-list-register-values} Command
17439@findex -data-list-register-values
17440
17441@subsubheading Synopsis
17442
17443@smallexample
17444 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17445@end smallexample
17446
17447Display the registers' contents. @var{fmt} is the format according to
17448which the registers' contents are to be returned, followed by an optional
17449list of numbers specifying the registers to display. A missing list of
17450numbers indicates that the contents of all the registers must be returned.
17451
17452Allowed formats for @var{fmt} are:
17453
17454@table @code
17455@item x
17456Hexadecimal
17457@item o
17458Octal
17459@item t
17460Binary
17461@item d
17462Decimal
17463@item r
17464Raw
17465@item N
17466Natural
17467@end table
17468
17469@subsubheading @value{GDBN} Command
17470
17471The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17472all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17473
17474@subsubheading Example
17475
17476For a PPC MBX board (note: line breaks are for readability only, they
17477don't appear in the actual output):
17478
17479@smallexample
17480(@value{GDBP})
17481-data-list-register-values r 64 65
17482^done,register-values=[@{number="64",value="0xfe00a300"@},
17483@{number="65",value="0x00029002"@}]
17484(@value{GDBP})
17485-data-list-register-values x
17486^done,register-values=[@{number="0",value="0xfe0043c8"@},
17487@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17488@{number="3",value="0x0"@},@{number="4",value="0xa"@},
17489@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17490@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17491@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17492@{number="11",value="0x1"@},@{number="12",value="0x0"@},
17493@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17494@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17495@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17496@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17497@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17498@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17499@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17500@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17501@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17502@{number="31",value="0x0"@},@{number="32",value="0x0"@},
17503@{number="33",value="0x0"@},@{number="34",value="0x0"@},
17504@{number="35",value="0x0"@},@{number="36",value="0x0"@},
17505@{number="37",value="0x0"@},@{number="38",value="0x0"@},
17506@{number="39",value="0x0"@},@{number="40",value="0x0"@},
17507@{number="41",value="0x0"@},@{number="42",value="0x0"@},
17508@{number="43",value="0x0"@},@{number="44",value="0x0"@},
17509@{number="45",value="0x0"@},@{number="46",value="0x0"@},
17510@{number="47",value="0x0"@},@{number="48",value="0x0"@},
17511@{number="49",value="0x0"@},@{number="50",value="0x0"@},
17512@{number="51",value="0x0"@},@{number="52",value="0x0"@},
17513@{number="53",value="0x0"@},@{number="54",value="0x0"@},
17514@{number="55",value="0x0"@},@{number="56",value="0x0"@},
17515@{number="57",value="0x0"@},@{number="58",value="0x0"@},
17516@{number="59",value="0x0"@},@{number="60",value="0x0"@},
17517@{number="61",value="0x0"@},@{number="62",value="0x0"@},
17518@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17519@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17520@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17521@{number="69",value="0x20002b03"@}]
17522(@value{GDBP})
17523@end smallexample
17524
17525
17526@subheading The @code{-data-read-memory} Command
17527@findex -data-read-memory
17528
17529@subsubheading Synopsis
17530
17531@smallexample
17532 -data-read-memory [ -o @var{byte-offset} ]
17533 @var{address} @var{word-format} @var{word-size}
17534 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17535@end smallexample
17536
17537@noindent
17538where:
17539
17540@table @samp
17541@item @var{address}
17542An expression specifying the address of the first memory word to be
17543read. Complex expressions containing embedded white space should be
17544quoted using the C convention.
17545
17546@item @var{word-format}
17547The format to be used to print the memory words. The notation is the
17548same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
17549,Output formats}).
17550
17551@item @var{word-size}
17552The size of each memory word in bytes.
17553
17554@item @var{nr-rows}
17555The number of rows in the output table.
17556
17557@item @var{nr-cols}
17558The number of columns in the output table.
17559
17560@item @var{aschar}
17561If present, indicates that each row should include an @sc{ascii} dump. The
17562value of @var{aschar} is used as a padding character when a byte is not a
17563member of the printable @sc{ascii} character set (printable @sc{ascii}
17564characters are those whose code is between 32 and 126, inclusively).
17565
17566@item @var{byte-offset}
17567An offset to add to the @var{address} before fetching memory.
17568@end table
17569
17570This command displays memory contents as a table of @var{nr-rows} by
17571@var{nr-cols} words, each word being @var{word-size} bytes. In total,
17572@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
17573(returned as @samp{total-bytes}). Should less than the requested number
17574of bytes be returned by the target, the missing words are identified
17575using @samp{N/A}. The number of bytes read from the target is returned
17576in @samp{nr-bytes} and the starting address used to read memory in
17577@samp{addr}.
17578
17579The address of the next/previous row or page is available in
17580@samp{next-row} and @samp{prev-row}, @samp{next-page} and
17581@samp{prev-page}.
17582
17583@subsubheading @value{GDBN} Command
17584
17585The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
17586@samp{gdb_get_mem} memory read command.
17587
17588@subsubheading Example
17589
17590Read six bytes of memory starting at @code{bytes+6} but then offset by
17591@code{-6} bytes. Format as three rows of two columns. One byte per
17592word. Display each word in hex.
17593
17594@smallexample
17595(@value{GDBP})
175969-data-read-memory -o -6 -- bytes+6 x 1 3 2
175979^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
17598next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
17599prev-page="0x0000138a",memory=[
17600@{addr="0x00001390",data=["0x00","0x01"]@},
17601@{addr="0x00001392",data=["0x02","0x03"]@},
17602@{addr="0x00001394",data=["0x04","0x05"]@}]
17603(@value{GDBP})
17604@end smallexample
17605
17606Read two bytes of memory starting at address @code{shorts + 64} and
17607display as a single word formatted in decimal.
17608
17609@smallexample
17610(@value{GDBP})
176115-data-read-memory shorts+64 d 2 1 1
176125^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
17613next-row="0x00001512",prev-row="0x0000150e",
17614next-page="0x00001512",prev-page="0x0000150e",memory=[
17615@{addr="0x00001510",data=["128"]@}]
17616(@value{GDBP})
17617@end smallexample
17618
17619Read thirty two bytes of memory starting at @code{bytes+16} and format
17620as eight rows of four columns. Include a string encoding with @samp{x}
17621used as the non-printable character.
17622
17623@smallexample
17624(@value{GDBP})
176254-data-read-memory bytes+16 x 1 8 4 x
176264^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
17627next-row="0x000013c0",prev-row="0x0000139c",
17628next-page="0x000013c0",prev-page="0x00001380",memory=[
17629@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
17630@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
17631@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
17632@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
17633@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
17634@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
17635@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
17636@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
17637(@value{GDBP})
17638@end smallexample
17639
17640@subheading The @code{-display-delete} Command
17641@findex -display-delete
17642
17643@subsubheading Synopsis
17644
17645@smallexample
17646 -display-delete @var{number}
17647@end smallexample
17648
17649Delete the display @var{number}.
17650
17651@subsubheading @value{GDBN} Command
17652
17653The corresponding @value{GDBN} command is @samp{delete display}.
17654
17655@subsubheading Example
17656N.A.
17657
17658
17659@subheading The @code{-display-disable} Command
17660@findex -display-disable
17661
17662@subsubheading Synopsis
17663
17664@smallexample
17665 -display-disable @var{number}
17666@end smallexample
17667
17668Disable display @var{number}.
17669
17670@subsubheading @value{GDBN} Command
17671
17672The corresponding @value{GDBN} command is @samp{disable display}.
17673
17674@subsubheading Example
17675N.A.
17676
17677
17678@subheading The @code{-display-enable} Command
17679@findex -display-enable
17680
17681@subsubheading Synopsis
17682
17683@smallexample
17684 -display-enable @var{number}
17685@end smallexample
17686
17687Enable display @var{number}.
17688
17689@subsubheading @value{GDBN} Command
17690
17691The corresponding @value{GDBN} command is @samp{enable display}.
17692
17693@subsubheading Example
17694N.A.
17695
17696
17697@subheading The @code{-display-insert} Command
17698@findex -display-insert
17699
17700@subsubheading Synopsis
17701
17702@smallexample
17703 -display-insert @var{expression}
17704@end smallexample
17705
17706Display @var{expression} every time the program stops.
17707
17708@subsubheading @value{GDBN} Command
17709
17710The corresponding @value{GDBN} command is @samp{display}.
17711
17712@subsubheading Example
17713N.A.
17714
17715
17716@subheading The @code{-display-list} Command
17717@findex -display-list
17718
17719@subsubheading Synopsis
17720
17721@smallexample
17722 -display-list
17723@end smallexample
17724
17725List the displays. Do not show the current values.
17726
17727@subsubheading @value{GDBN} Command
17728
17729The corresponding @value{GDBN} command is @samp{info display}.
17730
17731@subsubheading Example
17732N.A.
17733
17734
17735@subheading The @code{-environment-cd} Command
17736@findex -environment-cd
17737
17738@subsubheading Synopsis
17739
17740@smallexample
17741 -environment-cd @var{pathdir}
17742@end smallexample
17743
17744Set @value{GDBN}'s working directory.
17745
17746@subsubheading @value{GDBN} Command
17747
17748The corresponding @value{GDBN} command is @samp{cd}.
17749
17750@subsubheading Example
17751
17752@smallexample
17753(@value{GDBP})
17754-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
17755^done
17756(@value{GDBP})
17757@end smallexample
17758
17759
17760@subheading The @code{-environment-directory} Command
17761@findex -environment-directory
17762
17763@subsubheading Synopsis
17764
17765@smallexample
17766 -environment-directory [ -r ] [ @var{pathdir} ]+
17767@end smallexample
17768
17769Add directories @var{pathdir} to beginning of search path for source files.
17770If the @samp{-r} option is used, the search path is reset to the default
b383017d 17771search path. If directories @var{pathdir} are supplied in addition to the
922fbb7b
AC
17772@samp{-r} option, the search path is first reset and then addition
17773occurs as normal.
b383017d 17774Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
17775multiple directories in a single command
17776results in the directories added to the beginning of the
17777search path in the same order they were presented in the command.
17778If blanks are needed as
17779part of a directory name, double-quotes should be used around
17780the name. In the command output, the path will show up separated
b383017d 17781by the system directory-separator character. The directory-seperator
922fbb7b
AC
17782character must not be used
17783in any directory name.
17784If no directories are specified, the current search path is displayed.
17785
17786@subsubheading @value{GDBN} Command
17787
17788The corresponding @value{GDBN} command is @samp{dir}.
17789
17790@subsubheading Example
17791
17792@smallexample
17793(@value{GDBP})
17794-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
17795^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
17796(@value{GDBP})
17797-environment-directory ""
17798^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
17799(@value{GDBP})
17800-environment-directory -r /home/jjohnstn/src/gdb /usr/src
17801^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
17802(@value{GDBP})
17803-environment-directory -r
17804^done,source-path="$cdir:$cwd"
17805(@value{GDBP})
17806@end smallexample
17807
17808
17809@subheading The @code{-environment-path} Command
17810@findex -environment-path
17811
17812@subsubheading Synopsis
17813
17814@smallexample
17815 -environment-path [ -r ] [ @var{pathdir} ]+
17816@end smallexample
17817
17818Add directories @var{pathdir} to beginning of search path for object files.
17819If the @samp{-r} option is used, the search path is reset to the original
b383017d
RM
17820search path that existed at gdb start-up. If directories @var{pathdir} are
17821supplied in addition to the
922fbb7b
AC
17822@samp{-r} option, the search path is first reset and then addition
17823occurs as normal.
b383017d 17824Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
17825multiple directories in a single command
17826results in the directories added to the beginning of the
17827search path in the same order they were presented in the command.
17828If blanks are needed as
17829part of a directory name, double-quotes should be used around
17830the name. In the command output, the path will show up separated
b383017d 17831by the system directory-separator character. The directory-seperator
922fbb7b
AC
17832character must not be used
17833in any directory name.
17834If no directories are specified, the current path is displayed.
17835
17836
17837@subsubheading @value{GDBN} Command
17838
17839The corresponding @value{GDBN} command is @samp{path}.
17840
17841@subsubheading Example
17842
17843@smallexample
17844(@value{GDBP})
b383017d 17845-environment-path
922fbb7b
AC
17846^done,path="/usr/bin"
17847(@value{GDBP})
17848-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
17849^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
17850(@value{GDBP})
17851-environment-path -r /usr/local/bin
17852^done,path="/usr/local/bin:/usr/bin"
17853(@value{GDBP})
17854@end smallexample
17855
17856
17857@subheading The @code{-environment-pwd} Command
17858@findex -environment-pwd
17859
17860@subsubheading Synopsis
17861
17862@smallexample
17863 -environment-pwd
17864@end smallexample
17865
17866Show the current working directory.
17867
17868@subsubheading @value{GDBN} command
17869
17870The corresponding @value{GDBN} command is @samp{pwd}.
17871
17872@subsubheading Example
17873
17874@smallexample
17875(@value{GDBP})
17876-environment-pwd
17877^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
17878(@value{GDBP})
17879@end smallexample
17880
17881@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17882@node GDB/MI Program Control
17883@section @sc{gdb/mi} Program control
17884
17885@subsubheading Program termination
17886
17887As a result of execution, the inferior program can run to completion, if
17888it doesn't encounter any breakpoints. In this case the output will
17889include an exit code, if the program has exited exceptionally.
17890
17891@subsubheading Examples
17892
17893@noindent
17894Program exited normally:
17895
17896@smallexample
17897(@value{GDBP})
17898-exec-run
17899^running
17900(@value{GDBP})
17901x = 55
17902*stopped,reason="exited-normally"
17903(@value{GDBP})
17904@end smallexample
17905
17906@noindent
17907Program exited exceptionally:
17908
17909@smallexample
17910(@value{GDBP})
17911-exec-run
17912^running
17913(@value{GDBP})
17914x = 55
17915*stopped,reason="exited",exit-code="01"
17916(@value{GDBP})
17917@end smallexample
17918
17919Another way the program can terminate is if it receives a signal such as
17920@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
17921
17922@smallexample
17923(@value{GDBP})
17924*stopped,reason="exited-signalled",signal-name="SIGINT",
17925signal-meaning="Interrupt"
17926@end smallexample
17927
17928
17929@subheading The @code{-exec-abort} Command
17930@findex -exec-abort
17931
17932@subsubheading Synopsis
17933
17934@smallexample
17935 -exec-abort
17936@end smallexample
17937
17938Kill the inferior running program.
17939
17940@subsubheading @value{GDBN} Command
17941
17942The corresponding @value{GDBN} command is @samp{kill}.
17943
17944@subsubheading Example
17945N.A.
17946
17947
17948@subheading The @code{-exec-arguments} Command
17949@findex -exec-arguments
17950
17951@subsubheading Synopsis
17952
17953@smallexample
17954 -exec-arguments @var{args}
17955@end smallexample
17956
17957Set the inferior program arguments, to be used in the next
17958@samp{-exec-run}.
17959
17960@subsubheading @value{GDBN} Command
17961
17962The corresponding @value{GDBN} command is @samp{set args}.
17963
17964@subsubheading Example
17965
17966@c FIXME!
17967Don't have one around.
17968
17969
17970@subheading The @code{-exec-continue} Command
17971@findex -exec-continue
17972
17973@subsubheading Synopsis
17974
17975@smallexample
17976 -exec-continue
17977@end smallexample
17978
17979Asynchronous command. Resumes the execution of the inferior program
17980until a breakpoint is encountered, or until the inferior exits.
17981
17982@subsubheading @value{GDBN} Command
17983
17984The corresponding @value{GDBN} corresponding is @samp{continue}.
17985
17986@subsubheading Example
17987
17988@smallexample
17989-exec-continue
17990^running
17991(@value{GDBP})
17992@@Hello world
17993*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
17994file="hello.c",line="13"@}
17995(@value{GDBP})
17996@end smallexample
17997
17998
17999@subheading The @code{-exec-finish} Command
18000@findex -exec-finish
18001
18002@subsubheading Synopsis
18003
18004@smallexample
18005 -exec-finish
18006@end smallexample
18007
18008Asynchronous command. Resumes the execution of the inferior program
18009until the current function is exited. Displays the results returned by
18010the function.
18011
18012@subsubheading @value{GDBN} Command
18013
18014The corresponding @value{GDBN} command is @samp{finish}.
18015
18016@subsubheading Example
18017
18018Function returning @code{void}.
18019
18020@smallexample
18021-exec-finish
18022^running
18023(@value{GDBP})
18024@@hello from foo
18025*stopped,reason="function-finished",frame=@{func="main",args=[],
18026file="hello.c",line="7"@}
18027(@value{GDBP})
18028@end smallexample
18029
18030Function returning other than @code{void}. The name of the internal
18031@value{GDBN} variable storing the result is printed, together with the
18032value itself.
18033
18034@smallexample
18035-exec-finish
18036^running
18037(@value{GDBP})
18038*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18039args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18040file="recursive2.c",line="14"@},
18041gdb-result-var="$1",return-value="0"
18042(@value{GDBP})
18043@end smallexample
18044
18045
18046@subheading The @code{-exec-interrupt} Command
18047@findex -exec-interrupt
18048
18049@subsubheading Synopsis
18050
18051@smallexample
18052 -exec-interrupt
18053@end smallexample
18054
18055Asynchronous command. Interrupts the background execution of the target.
18056Note how the token associated with the stop message is the one for the
18057execution command that has been interrupted. The token for the interrupt
18058itself only appears in the @samp{^done} output. If the user is trying to
18059interrupt a non-running program, an error message will be printed.
18060
18061@subsubheading @value{GDBN} Command
18062
18063The corresponding @value{GDBN} command is @samp{interrupt}.
18064
18065@subsubheading Example
18066
18067@smallexample
18068(@value{GDBP})
18069111-exec-continue
18070111^running
18071
18072(@value{GDBP})
18073222-exec-interrupt
18074222^done
18075(@value{GDBP})
18076111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18077frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
18078(@value{GDBP})
18079
18080(@value{GDBP})
18081-exec-interrupt
18082^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18083(@value{GDBP})
18084@end smallexample
18085
18086
18087@subheading The @code{-exec-next} Command
18088@findex -exec-next
18089
18090@subsubheading Synopsis
18091
18092@smallexample
18093 -exec-next
18094@end smallexample
18095
18096Asynchronous command. Resumes execution of the inferior program, stopping
18097when the beginning of the next source line is reached.
18098
18099@subsubheading @value{GDBN} Command
18100
18101The corresponding @value{GDBN} command is @samp{next}.
18102
18103@subsubheading Example
18104
18105@smallexample
18106-exec-next
18107^running
18108(@value{GDBP})
18109*stopped,reason="end-stepping-range",line="8",file="hello.c"
18110(@value{GDBP})
18111@end smallexample
18112
18113
18114@subheading The @code{-exec-next-instruction} Command
18115@findex -exec-next-instruction
18116
18117@subsubheading Synopsis
18118
18119@smallexample
18120 -exec-next-instruction
18121@end smallexample
18122
18123Asynchronous command. Executes one machine instruction. If the
18124instruction is a function call continues until the function returns. If
18125the program stops at an instruction in the middle of a source line, the
18126address will be printed as well.
18127
18128@subsubheading @value{GDBN} Command
18129
18130The corresponding @value{GDBN} command is @samp{nexti}.
18131
18132@subsubheading Example
18133
18134@smallexample
18135(@value{GDBP})
18136-exec-next-instruction
18137^running
18138
18139(@value{GDBP})
18140*stopped,reason="end-stepping-range",
18141addr="0x000100d4",line="5",file="hello.c"
18142(@value{GDBP})
18143@end smallexample
18144
18145
18146@subheading The @code{-exec-return} Command
18147@findex -exec-return
18148
18149@subsubheading Synopsis
18150
18151@smallexample
18152 -exec-return
18153@end smallexample
18154
18155Makes current function return immediately. Doesn't execute the inferior.
18156Displays the new current frame.
18157
18158@subsubheading @value{GDBN} Command
18159
18160The corresponding @value{GDBN} command is @samp{return}.
18161
18162@subsubheading Example
18163
18164@smallexample
18165(@value{GDBP})
18166200-break-insert callee4
18167200^done,bkpt=@{number="1",addr="0x00010734",
18168file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18169(@value{GDBP})
18170000-exec-run
18171000^running
18172(@value{GDBP})
18173000*stopped,reason="breakpoint-hit",bkptno="1",
18174frame=@{func="callee4",args=[],
18175file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18176(@value{GDBP})
18177205-break-delete
18178205^done
18179(@value{GDBP})
18180111-exec-return
18181111^done,frame=@{level="0",func="callee3",
18182args=[@{name="strarg",
18183value="0x11940 \"A string argument.\""@}],
18184file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18185(@value{GDBP})
18186@end smallexample
18187
18188
18189@subheading The @code{-exec-run} Command
18190@findex -exec-run
18191
18192@subsubheading Synopsis
18193
18194@smallexample
18195 -exec-run
18196@end smallexample
18197
18198Asynchronous command. Starts execution of the inferior from the
18199beginning. The inferior executes until either a breakpoint is
18200encountered or the program exits.
18201
18202@subsubheading @value{GDBN} Command
18203
18204The corresponding @value{GDBN} command is @samp{run}.
18205
18206@subsubheading Example
18207
18208@smallexample
18209(@value{GDBP})
18210-break-insert main
18211^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18212(@value{GDBP})
18213-exec-run
18214^running
18215(@value{GDBP})
18216*stopped,reason="breakpoint-hit",bkptno="1",
18217frame=@{func="main",args=[],file="recursive2.c",line="4"@}
18218(@value{GDBP})
18219@end smallexample
18220
18221
18222@subheading The @code{-exec-show-arguments} Command
18223@findex -exec-show-arguments
18224
18225@subsubheading Synopsis
18226
18227@smallexample
18228 -exec-show-arguments
18229@end smallexample
18230
18231Print the arguments of the program.
18232
18233@subsubheading @value{GDBN} Command
18234
18235The corresponding @value{GDBN} command is @samp{show args}.
18236
18237@subsubheading Example
18238N.A.
18239
18240@c @subheading -exec-signal
18241
18242@subheading The @code{-exec-step} Command
18243@findex -exec-step
18244
18245@subsubheading Synopsis
18246
18247@smallexample
18248 -exec-step
18249@end smallexample
18250
18251Asynchronous command. Resumes execution of the inferior program, stopping
18252when the beginning of the next source line is reached, if the next
18253source line is not a function call. If it is, stop at the first
18254instruction of the called function.
18255
18256@subsubheading @value{GDBN} Command
18257
18258The corresponding @value{GDBN} command is @samp{step}.
18259
18260@subsubheading Example
18261
18262Stepping into a function:
18263
18264@smallexample
18265-exec-step
18266^running
18267(@value{GDBP})
18268*stopped,reason="end-stepping-range",
18269frame=@{func="foo",args=[@{name="a",value="10"@},
18270@{name="b",value="0"@}],file="recursive2.c",line="11"@}
18271(@value{GDBP})
18272@end smallexample
18273
18274Regular stepping:
18275
18276@smallexample
18277-exec-step
18278^running
18279(@value{GDBP})
18280*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18281(@value{GDBP})
18282@end smallexample
18283
18284
18285@subheading The @code{-exec-step-instruction} Command
18286@findex -exec-step-instruction
18287
18288@subsubheading Synopsis
18289
18290@smallexample
18291 -exec-step-instruction
18292@end smallexample
18293
18294Asynchronous command. Resumes the inferior which executes one machine
18295instruction. The output, once @value{GDBN} has stopped, will vary depending on
18296whether we have stopped in the middle of a source line or not. In the
18297former case, the address at which the program stopped will be printed as
18298well.
18299
18300@subsubheading @value{GDBN} Command
18301
18302The corresponding @value{GDBN} command is @samp{stepi}.
18303
18304@subsubheading Example
18305
18306@smallexample
18307(@value{GDBP})
18308-exec-step-instruction
18309^running
18310
18311(@value{GDBP})
18312*stopped,reason="end-stepping-range",
18313frame=@{func="foo",args=[],file="try.c",line="10"@}
18314(@value{GDBP})
18315-exec-step-instruction
18316^running
18317
18318(@value{GDBP})
18319*stopped,reason="end-stepping-range",
18320frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
18321(@value{GDBP})
18322@end smallexample
18323
18324
18325@subheading The @code{-exec-until} Command
18326@findex -exec-until
18327
18328@subsubheading Synopsis
18329
18330@smallexample
18331 -exec-until [ @var{location} ]
18332@end smallexample
18333
18334Asynchronous command. Executes the inferior until the @var{location}
18335specified in the argument is reached. If there is no argument, the inferior
18336executes until a source line greater than the current one is reached.
18337The reason for stopping in this case will be @samp{location-reached}.
18338
18339@subsubheading @value{GDBN} Command
18340
18341The corresponding @value{GDBN} command is @samp{until}.
18342
18343@subsubheading Example
18344
18345@smallexample
18346(@value{GDBP})
18347-exec-until recursive2.c:6
18348^running
18349(@value{GDBP})
18350x = 55
18351*stopped,reason="location-reached",frame=@{func="main",args=[],
18352file="recursive2.c",line="6"@}
18353(@value{GDBP})
18354@end smallexample
18355
18356@ignore
18357@subheading -file-clear
18358Is this going away????
18359@end ignore
18360
18361
18362@subheading The @code{-file-exec-and-symbols} Command
18363@findex -file-exec-and-symbols
18364
18365@subsubheading Synopsis
18366
18367@smallexample
18368 -file-exec-and-symbols @var{file}
18369@end smallexample
18370
18371Specify the executable file to be debugged. This file is the one from
18372which the symbol table is also read. If no file is specified, the
18373command clears the executable and symbol information. If breakpoints
18374are set when using this command with no arguments, @value{GDBN} will produce
18375error messages. Otherwise, no output is produced, except a completion
18376notification.
18377
18378@subsubheading @value{GDBN} Command
18379
18380The corresponding @value{GDBN} command is @samp{file}.
18381
18382@subsubheading Example
18383
18384@smallexample
18385(@value{GDBP})
18386-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18387^done
18388(@value{GDBP})
18389@end smallexample
18390
18391
18392@subheading The @code{-file-exec-file} Command
18393@findex -file-exec-file
18394
18395@subsubheading Synopsis
18396
18397@smallexample
18398 -file-exec-file @var{file}
18399@end smallexample
18400
18401Specify the executable file to be debugged. Unlike
18402@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18403from this file. If used without argument, @value{GDBN} clears the information
18404about the executable file. No output is produced, except a completion
18405notification.
18406
18407@subsubheading @value{GDBN} Command
18408
18409The corresponding @value{GDBN} command is @samp{exec-file}.
18410
18411@subsubheading Example
18412
18413@smallexample
18414(@value{GDBP})
18415-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18416^done
18417(@value{GDBP})
18418@end smallexample
18419
18420
18421@subheading The @code{-file-list-exec-sections} Command
18422@findex -file-list-exec-sections
18423
18424@subsubheading Synopsis
18425
18426@smallexample
18427 -file-list-exec-sections
18428@end smallexample
18429
18430List the sections of the current executable file.
18431
18432@subsubheading @value{GDBN} Command
18433
18434The @value{GDBN} command @samp{info file} shows, among the rest, the same
18435information as this command. @code{gdbtk} has a corresponding command
18436@samp{gdb_load_info}.
18437
18438@subsubheading Example
18439N.A.
18440
18441
1abaf70c
BR
18442@subheading The @code{-file-list-exec-source-file} Command
18443@findex -file-list-exec-source-file
18444
18445@subsubheading Synopsis
18446
18447@smallexample
18448 -file-list-exec-source-file
18449@end smallexample
18450
b383017d 18451List the line number, the current source file, and the absolute path
1abaf70c
BR
18452to the current source file for the current executable.
18453
18454@subsubheading @value{GDBN} Command
18455
18456There's no @value{GDBN} command which directly corresponds to this one.
18457
18458@subsubheading Example
18459
18460@smallexample
18461(@value{GDBP})
18462123-file-list-exec-source-file
18463123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18464(@value{GDBP})
18465@end smallexample
18466
18467
922fbb7b
AC
18468@subheading The @code{-file-list-exec-source-files} Command
18469@findex -file-list-exec-source-files
18470
18471@subsubheading Synopsis
18472
18473@smallexample
18474 -file-list-exec-source-files
18475@end smallexample
18476
18477List the source files for the current executable.
18478
57c22c6c
BR
18479It will always output the filename, but only when GDB can find the absolute
18480file name of a source file, will it output the fullname.
18481
922fbb7b
AC
18482@subsubheading @value{GDBN} Command
18483
18484There's no @value{GDBN} command which directly corresponds to this one.
18485@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18486
18487@subsubheading Example
57c22c6c
BR
18488@smallexample
18489(@value{GDBP})
18490-file-list-exec-source-files
18491^done,files=[
18492@{file=foo.c,fullname=/home/foo.c@},
18493@{file=/home/bar.c,fullname=/home/bar.c@},
18494@{file=gdb_could_not_find_fullpath.c@}]
18495(@value{GDBP})
18496@end smallexample
922fbb7b
AC
18497
18498@subheading The @code{-file-list-shared-libraries} Command
18499@findex -file-list-shared-libraries
18500
18501@subsubheading Synopsis
18502
18503@smallexample
18504 -file-list-shared-libraries
18505@end smallexample
18506
18507List the shared libraries in the program.
18508
18509@subsubheading @value{GDBN} Command
18510
18511The corresponding @value{GDBN} command is @samp{info shared}.
18512
18513@subsubheading Example
18514N.A.
18515
18516
18517@subheading The @code{-file-list-symbol-files} Command
18518@findex -file-list-symbol-files
18519
18520@subsubheading Synopsis
18521
18522@smallexample
18523 -file-list-symbol-files
18524@end smallexample
18525
18526List symbol files.
18527
18528@subsubheading @value{GDBN} Command
18529
18530The corresponding @value{GDBN} command is @samp{info file} (part of it).
18531
18532@subsubheading Example
18533N.A.
18534
18535
18536@subheading The @code{-file-symbol-file} Command
18537@findex -file-symbol-file
18538
18539@subsubheading Synopsis
18540
18541@smallexample
18542 -file-symbol-file @var{file}
18543@end smallexample
18544
18545Read symbol table info from the specified @var{file} argument. When
18546used without arguments, clears @value{GDBN}'s symbol table info. No output is
18547produced, except for a completion notification.
18548
18549@subsubheading @value{GDBN} Command
18550
18551The corresponding @value{GDBN} command is @samp{symbol-file}.
18552
18553@subsubheading Example
18554
18555@smallexample
18556(@value{GDBP})
18557-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18558^done
18559(@value{GDBP})
18560@end smallexample
18561
18562@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18563@node GDB/MI Miscellaneous Commands
18564@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
18565
18566@c @subheading -gdb-complete
18567
18568@subheading The @code{-gdb-exit} Command
18569@findex -gdb-exit
18570
18571@subsubheading Synopsis
18572
18573@smallexample
18574 -gdb-exit
18575@end smallexample
18576
18577Exit @value{GDBN} immediately.
18578
18579@subsubheading @value{GDBN} Command
18580
18581Approximately corresponds to @samp{quit}.
18582
18583@subsubheading Example
18584
18585@smallexample
18586(@value{GDBP})
18587-gdb-exit
18588@end smallexample
18589
18590@subheading The @code{-gdb-set} Command
18591@findex -gdb-set
18592
18593@subsubheading Synopsis
18594
18595@smallexample
18596 -gdb-set
18597@end smallexample
18598
18599Set an internal @value{GDBN} variable.
18600@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
18601
18602@subsubheading @value{GDBN} Command
18603
18604The corresponding @value{GDBN} command is @samp{set}.
18605
18606@subsubheading Example
18607
18608@smallexample
18609(@value{GDBP})
18610-gdb-set $foo=3
18611^done
18612(@value{GDBP})
18613@end smallexample
18614
18615
18616@subheading The @code{-gdb-show} Command
18617@findex -gdb-show
18618
18619@subsubheading Synopsis
18620
18621@smallexample
18622 -gdb-show
18623@end smallexample
18624
18625Show the current value of a @value{GDBN} variable.
18626
18627@subsubheading @value{GDBN} command
18628
18629The corresponding @value{GDBN} command is @samp{show}.
18630
18631@subsubheading Example
18632
18633@smallexample
18634(@value{GDBP})
18635-gdb-show annotate
18636^done,value="0"
18637(@value{GDBP})
18638@end smallexample
18639
18640@c @subheading -gdb-source
18641
18642
18643@subheading The @code{-gdb-version} Command
18644@findex -gdb-version
18645
18646@subsubheading Synopsis
18647
18648@smallexample
18649 -gdb-version
18650@end smallexample
18651
18652Show version information for @value{GDBN}. Used mostly in testing.
18653
18654@subsubheading @value{GDBN} Command
18655
18656There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
18657information when you start an interactive session.
18658
18659@subsubheading Example
18660
18661@c This example modifies the actual output from GDB to avoid overfull
18662@c box in TeX.
18663@smallexample
18664(@value{GDBP})
18665-gdb-version
18666~GNU gdb 5.2.1
18667~Copyright 2000 Free Software Foundation, Inc.
18668~GDB is free software, covered by the GNU General Public License, and
18669~you are welcome to change it and/or distribute copies of it under
18670~ certain conditions.
18671~Type "show copying" to see the conditions.
18672~There is absolutely no warranty for GDB. Type "show warranty" for
18673~ details.
b383017d 18674~This GDB was configured as
922fbb7b
AC
18675 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
18676^done
18677(@value{GDBP})
18678@end smallexample
18679
18680@subheading The @code{-interpreter-exec} Command
18681@findex -interpreter-exec
18682
18683@subheading Synopsis
18684
18685@smallexample
18686-interpreter-exec @var{interpreter} @var{command}
18687@end smallexample
18688
18689Execute the specified @var{command} in the given @var{interpreter}.
18690
18691@subheading @value{GDBN} Command
18692
18693The corresponding @value{GDBN} command is @samp{interpreter-exec}.
18694
18695@subheading Example
18696
18697@smallexample
18698(@value{GDBP})
18699-interpreter-exec console "break main"
18700&"During symbol reading, couldn't parse type; debugger out of date?.\n"
18701&"During symbol reading, bad structure-type format.\n"
18702~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
18703^done
18704(@value{GDBP})
18705@end smallexample
18706
18707@ignore
18708@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18709@node GDB/MI Kod Commands
18710@section @sc{gdb/mi} Kod Commands
18711
18712The Kod commands are not implemented.
18713
18714@c @subheading -kod-info
18715
18716@c @subheading -kod-list
18717
18718@c @subheading -kod-list-object-types
18719
18720@c @subheading -kod-show
18721
18722@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18723@node GDB/MI Memory Overlay Commands
18724@section @sc{gdb/mi} Memory Overlay Commands
18725
18726The memory overlay commands are not implemented.
18727
18728@c @subheading -overlay-auto
18729
18730@c @subheading -overlay-list-mapping-state
18731
18732@c @subheading -overlay-list-overlays
18733
18734@c @subheading -overlay-map
18735
18736@c @subheading -overlay-off
18737
18738@c @subheading -overlay-on
18739
18740@c @subheading -overlay-unmap
18741
18742@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18743@node GDB/MI Signal Handling Commands
18744@section @sc{gdb/mi} Signal Handling Commands
18745
18746Signal handling commands are not implemented.
18747
18748@c @subheading -signal-handle
18749
18750@c @subheading -signal-list-handle-actions
18751
18752@c @subheading -signal-list-signal-types
18753@end ignore
18754
18755
18756@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18757@node GDB/MI Stack Manipulation
18758@section @sc{gdb/mi} Stack Manipulation Commands
18759
18760
18761@subheading The @code{-stack-info-frame} Command
18762@findex -stack-info-frame
18763
18764@subsubheading Synopsis
18765
18766@smallexample
18767 -stack-info-frame
18768@end smallexample
18769
18770Get info on the current frame.
18771
18772@subsubheading @value{GDBN} Command
18773
18774The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
18775(without arguments).
18776
18777@subsubheading Example
18778N.A.
18779
18780@subheading The @code{-stack-info-depth} Command
18781@findex -stack-info-depth
18782
18783@subsubheading Synopsis
18784
18785@smallexample
18786 -stack-info-depth [ @var{max-depth} ]
18787@end smallexample
18788
18789Return the depth of the stack. If the integer argument @var{max-depth}
18790is specified, do not count beyond @var{max-depth} frames.
18791
18792@subsubheading @value{GDBN} Command
18793
18794There's no equivalent @value{GDBN} command.
18795
18796@subsubheading Example
18797
18798For a stack with frame levels 0 through 11:
18799
18800@smallexample
18801(@value{GDBP})
18802-stack-info-depth
18803^done,depth="12"
18804(@value{GDBP})
18805-stack-info-depth 4
18806^done,depth="4"
18807(@value{GDBP})
18808-stack-info-depth 12
18809^done,depth="12"
18810(@value{GDBP})
18811-stack-info-depth 11
18812^done,depth="11"
18813(@value{GDBP})
18814-stack-info-depth 13
18815^done,depth="12"
18816(@value{GDBP})
18817@end smallexample
18818
18819@subheading The @code{-stack-list-arguments} Command
18820@findex -stack-list-arguments
18821
18822@subsubheading Synopsis
18823
18824@smallexample
18825 -stack-list-arguments @var{show-values}
18826 [ @var{low-frame} @var{high-frame} ]
18827@end smallexample
18828
18829Display a list of the arguments for the frames between @var{low-frame}
18830and @var{high-frame} (inclusive). If @var{low-frame} and
18831@var{high-frame} are not provided, list the arguments for the whole call
18832stack.
18833
18834The @var{show-values} argument must have a value of 0 or 1. A value of
188350 means that only the names of the arguments are listed, a value of 1
18836means that both names and values of the arguments are printed.
18837
18838@subsubheading @value{GDBN} Command
18839
18840@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
18841@samp{gdb_get_args} command which partially overlaps with the
18842functionality of @samp{-stack-list-arguments}.
18843
18844@subsubheading Example
18845
18846@smallexample
18847(@value{GDBP})
18848-stack-list-frames
18849^done,
18850stack=[
18851frame=@{level="0",addr="0x00010734",func="callee4",
18852file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
18853frame=@{level="1",addr="0x0001076c",func="callee3",
18854file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
18855frame=@{level="2",addr="0x0001078c",func="callee2",
18856file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
18857frame=@{level="3",addr="0x000107b4",func="callee1",
18858file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
18859frame=@{level="4",addr="0x000107e0",func="main",
18860file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
18861(@value{GDBP})
18862-stack-list-arguments 0
18863^done,
18864stack-args=[
18865frame=@{level="0",args=[]@},
18866frame=@{level="1",args=[name="strarg"]@},
18867frame=@{level="2",args=[name="intarg",name="strarg"]@},
18868frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
18869frame=@{level="4",args=[]@}]
18870(@value{GDBP})
18871-stack-list-arguments 1
18872^done,
18873stack-args=[
18874frame=@{level="0",args=[]@},
18875frame=@{level="1",
18876 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
18877frame=@{level="2",args=[
18878@{name="intarg",value="2"@},
18879@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
18880@{frame=@{level="3",args=[
18881@{name="intarg",value="2"@},
18882@{name="strarg",value="0x11940 \"A string argument.\""@},
18883@{name="fltarg",value="3.5"@}]@},
18884frame=@{level="4",args=[]@}]
18885(@value{GDBP})
18886-stack-list-arguments 0 2 2
18887^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
18888(@value{GDBP})
18889-stack-list-arguments 1 2 2
18890^done,stack-args=[frame=@{level="2",
18891args=[@{name="intarg",value="2"@},
18892@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
18893(@value{GDBP})
18894@end smallexample
18895
18896@c @subheading -stack-list-exception-handlers
18897
18898
18899@subheading The @code{-stack-list-frames} Command
18900@findex -stack-list-frames
18901
18902@subsubheading Synopsis
18903
18904@smallexample
18905 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
18906@end smallexample
18907
18908List the frames currently on the stack. For each frame it displays the
18909following info:
18910
18911@table @samp
18912@item @var{level}
18913The frame number, 0 being the topmost frame, i.e. the innermost function.
18914@item @var{addr}
18915The @code{$pc} value for that frame.
18916@item @var{func}
18917Function name.
18918@item @var{file}
18919File name of the source file where the function lives.
18920@item @var{line}
18921Line number corresponding to the @code{$pc}.
18922@end table
18923
18924If invoked without arguments, this command prints a backtrace for the
18925whole stack. If given two integer arguments, it shows the frames whose
18926levels are between the two arguments (inclusive). If the two arguments
18927are equal, it shows the single frame at the corresponding level.
18928
18929@subsubheading @value{GDBN} Command
18930
18931The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
18932
18933@subsubheading Example
18934
18935Full stack backtrace:
18936
18937@smallexample
18938(@value{GDBP})
18939-stack-list-frames
18940^done,stack=
18941[frame=@{level="0",addr="0x0001076c",func="foo",
18942 file="recursive2.c",line="11"@},
18943frame=@{level="1",addr="0x000107a4",func="foo",
18944 file="recursive2.c",line="14"@},
18945frame=@{level="2",addr="0x000107a4",func="foo",
18946 file="recursive2.c",line="14"@},
18947frame=@{level="3",addr="0x000107a4",func="foo",
18948 file="recursive2.c",line="14"@},
18949frame=@{level="4",addr="0x000107a4",func="foo",
18950 file="recursive2.c",line="14"@},
18951frame=@{level="5",addr="0x000107a4",func="foo",
18952 file="recursive2.c",line="14"@},
18953frame=@{level="6",addr="0x000107a4",func="foo",
18954 file="recursive2.c",line="14"@},
18955frame=@{level="7",addr="0x000107a4",func="foo",
18956 file="recursive2.c",line="14"@},
18957frame=@{level="8",addr="0x000107a4",func="foo",
18958 file="recursive2.c",line="14"@},
18959frame=@{level="9",addr="0x000107a4",func="foo",
18960 file="recursive2.c",line="14"@},
18961frame=@{level="10",addr="0x000107a4",func="foo",
18962 file="recursive2.c",line="14"@},
18963frame=@{level="11",addr="0x00010738",func="main",
18964 file="recursive2.c",line="4"@}]
18965(@value{GDBP})
18966@end smallexample
18967
18968Show frames between @var{low_frame} and @var{high_frame}:
18969
18970@smallexample
18971(@value{GDBP})
18972-stack-list-frames 3 5
18973^done,stack=
18974[frame=@{level="3",addr="0x000107a4",func="foo",
18975 file="recursive2.c",line="14"@},
18976frame=@{level="4",addr="0x000107a4",func="foo",
18977 file="recursive2.c",line="14"@},
18978frame=@{level="5",addr="0x000107a4",func="foo",
18979 file="recursive2.c",line="14"@}]
18980(@value{GDBP})
18981@end smallexample
18982
18983Show a single frame:
18984
18985@smallexample
18986(@value{GDBP})
18987-stack-list-frames 3 3
18988^done,stack=
18989[frame=@{level="3",addr="0x000107a4",func="foo",
18990 file="recursive2.c",line="14"@}]
18991(@value{GDBP})
18992@end smallexample
18993
18994
18995@subheading The @code{-stack-list-locals} Command
18996@findex -stack-list-locals
18997
18998@subsubheading Synopsis
18999
19000@smallexample
19001 -stack-list-locals @var{print-values}
19002@end smallexample
19003
19004Display the local variable names for the current frame. With an
bc8ced35
NR
19005argument of 0 or @code{--no-values}, prints only the names of the variables.
19006With argument of 1 or @code{--all-values}, prints also their values. With
19007argument of 2 or @code{--simple-values}, prints the name, type and value for
19008simple data types and the name and type for arrays, structures and
19009unions. In this last case, the idea is that the user can see the
19010value of simple data types immediately and he can create variable
19011objects for other data types if he wishes to explore their values in
19012more detail.
922fbb7b
AC
19013
19014@subsubheading @value{GDBN} Command
19015
19016@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19017
19018@subsubheading Example
19019
19020@smallexample
19021(@value{GDBP})
19022-stack-list-locals 0
19023^done,locals=[name="A",name="B",name="C"]
19024(@value{GDBP})
bc8ced35 19025-stack-list-locals --all-values
922fbb7b 19026^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
19027 @{name="C",value="@{1, 2, 3@}"@}]
19028-stack-list-locals --simple-values
19029^done,locals=[@{name="A",type="int",value="1"@},
19030 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
19031(@value{GDBP})
19032@end smallexample
19033
19034
19035@subheading The @code{-stack-select-frame} Command
19036@findex -stack-select-frame
19037
19038@subsubheading Synopsis
19039
19040@smallexample
19041 -stack-select-frame @var{framenum}
19042@end smallexample
19043
19044Change the current frame. Select a different frame @var{framenum} on
19045the stack.
19046
19047@subsubheading @value{GDBN} Command
19048
19049The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19050@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19051
19052@subsubheading Example
19053
19054@smallexample
19055(@value{GDBP})
19056-stack-select-frame 2
19057^done
19058(@value{GDBP})
19059@end smallexample
19060
19061@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19062@node GDB/MI Symbol Query
19063@section @sc{gdb/mi} Symbol Query Commands
19064
19065
19066@subheading The @code{-symbol-info-address} Command
19067@findex -symbol-info-address
19068
19069@subsubheading Synopsis
19070
19071@smallexample
19072 -symbol-info-address @var{symbol}
19073@end smallexample
19074
19075Describe where @var{symbol} is stored.
19076
19077@subsubheading @value{GDBN} Command
19078
19079The corresponding @value{GDBN} command is @samp{info address}.
19080
19081@subsubheading Example
19082N.A.
19083
19084
19085@subheading The @code{-symbol-info-file} Command
19086@findex -symbol-info-file
19087
19088@subsubheading Synopsis
19089
19090@smallexample
19091 -symbol-info-file
19092@end smallexample
19093
19094Show the file for the symbol.
19095
19096@subsubheading @value{GDBN} Command
19097
19098There's no equivalent @value{GDBN} command. @code{gdbtk} has
19099@samp{gdb_find_file}.
19100
19101@subsubheading Example
19102N.A.
19103
19104
19105@subheading The @code{-symbol-info-function} Command
19106@findex -symbol-info-function
19107
19108@subsubheading Synopsis
19109
19110@smallexample
19111 -symbol-info-function
19112@end smallexample
19113
19114Show which function the symbol lives in.
19115
19116@subsubheading @value{GDBN} Command
19117
19118@samp{gdb_get_function} in @code{gdbtk}.
19119
19120@subsubheading Example
19121N.A.
19122
19123
19124@subheading The @code{-symbol-info-line} Command
19125@findex -symbol-info-line
19126
19127@subsubheading Synopsis
19128
19129@smallexample
19130 -symbol-info-line
19131@end smallexample
19132
19133Show the core addresses of the code for a source line.
19134
19135@subsubheading @value{GDBN} Command
19136
71952f4c 19137The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
19138@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19139
19140@subsubheading Example
19141N.A.
19142
19143
19144@subheading The @code{-symbol-info-symbol} Command
19145@findex -symbol-info-symbol
19146
19147@subsubheading Synopsis
19148
19149@smallexample
19150 -symbol-info-symbol @var{addr}
19151@end smallexample
19152
19153Describe what symbol is at location @var{addr}.
19154
19155@subsubheading @value{GDBN} Command
19156
19157The corresponding @value{GDBN} command is @samp{info symbol}.
19158
19159@subsubheading Example
19160N.A.
19161
19162
19163@subheading The @code{-symbol-list-functions} Command
19164@findex -symbol-list-functions
19165
19166@subsubheading Synopsis
19167
19168@smallexample
19169 -symbol-list-functions
19170@end smallexample
19171
19172List the functions in the executable.
19173
19174@subsubheading @value{GDBN} Command
19175
19176@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19177@samp{gdb_search} in @code{gdbtk}.
19178
19179@subsubheading Example
19180N.A.
19181
19182
32e7087d
JB
19183@subheading The @code{-symbol-list-lines} Command
19184@findex -symbol-list-lines
19185
19186@subsubheading Synopsis
19187
19188@smallexample
19189 -symbol-list-lines @var{filename}
19190@end smallexample
19191
19192Print the list of lines that contain code and their associated program
19193addresses for the given source filename. The entries are sorted in
19194ascending PC order.
19195
19196@subsubheading @value{GDBN} Command
19197
19198There is no corresponding @value{GDBN} command.
19199
19200@subsubheading Example
19201@smallexample
19202(@value{GDBP})
19203-symbol-list-lines basics.c
54ff5908 19204^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
19205(@value{GDBP})
19206@end smallexample
19207
19208
922fbb7b
AC
19209@subheading The @code{-symbol-list-types} Command
19210@findex -symbol-list-types
19211
19212@subsubheading Synopsis
19213
19214@smallexample
19215 -symbol-list-types
19216@end smallexample
19217
19218List all the type names.
19219
19220@subsubheading @value{GDBN} Command
19221
19222The corresponding commands are @samp{info types} in @value{GDBN},
19223@samp{gdb_search} in @code{gdbtk}.
19224
19225@subsubheading Example
19226N.A.
19227
19228
19229@subheading The @code{-symbol-list-variables} Command
19230@findex -symbol-list-variables
19231
19232@subsubheading Synopsis
19233
19234@smallexample
19235 -symbol-list-variables
19236@end smallexample
19237
19238List all the global and static variable names.
19239
19240@subsubheading @value{GDBN} Command
19241
19242@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19243
19244@subsubheading Example
19245N.A.
19246
19247
19248@subheading The @code{-symbol-locate} Command
19249@findex -symbol-locate
19250
19251@subsubheading Synopsis
19252
19253@smallexample
19254 -symbol-locate
19255@end smallexample
19256
19257@subsubheading @value{GDBN} Command
19258
19259@samp{gdb_loc} in @code{gdbtk}.
19260
19261@subsubheading Example
19262N.A.
19263
19264
19265@subheading The @code{-symbol-type} Command
19266@findex -symbol-type
19267
19268@subsubheading Synopsis
19269
19270@smallexample
19271 -symbol-type @var{variable}
19272@end smallexample
19273
19274Show type of @var{variable}.
19275
19276@subsubheading @value{GDBN} Command
19277
19278The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19279@samp{gdb_obj_variable}.
19280
19281@subsubheading Example
19282N.A.
19283
19284
19285@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19286@node GDB/MI Target Manipulation
19287@section @sc{gdb/mi} Target Manipulation Commands
19288
19289
19290@subheading The @code{-target-attach} Command
19291@findex -target-attach
19292
19293@subsubheading Synopsis
19294
19295@smallexample
19296 -target-attach @var{pid} | @var{file}
19297@end smallexample
19298
19299Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19300
19301@subsubheading @value{GDBN} command
19302
19303The corresponding @value{GDBN} command is @samp{attach}.
19304
19305@subsubheading Example
19306N.A.
19307
19308
19309@subheading The @code{-target-compare-sections} Command
19310@findex -target-compare-sections
19311
19312@subsubheading Synopsis
19313
19314@smallexample
19315 -target-compare-sections [ @var{section} ]
19316@end smallexample
19317
19318Compare data of section @var{section} on target to the exec file.
19319Without the argument, all sections are compared.
19320
19321@subsubheading @value{GDBN} Command
19322
19323The @value{GDBN} equivalent is @samp{compare-sections}.
19324
19325@subsubheading Example
19326N.A.
19327
19328
19329@subheading The @code{-target-detach} Command
19330@findex -target-detach
19331
19332@subsubheading Synopsis
19333
19334@smallexample
19335 -target-detach
19336@end smallexample
19337
19338Disconnect from the remote target. There's no output.
19339
19340@subsubheading @value{GDBN} command
19341
19342The corresponding @value{GDBN} command is @samp{detach}.
19343
19344@subsubheading Example
19345
19346@smallexample
19347(@value{GDBP})
19348-target-detach
19349^done
19350(@value{GDBP})
19351@end smallexample
19352
19353
07f31aa6
DJ
19354@subheading The @code{-target-disconnect} Command
19355@findex -target-disconnect
19356
19357@subsubheading Synopsis
19358
19359@example
19360 -target-disconnect
19361@end example
19362
19363Disconnect from the remote target. There's no output.
19364
19365@subsubheading @value{GDBN} command
19366
19367The corresponding @value{GDBN} command is @samp{disconnect}.
19368
19369@subsubheading Example
19370
19371@smallexample
19372(@value{GDBP})
19373-target-disconnect
19374^done
19375(@value{GDBP})
19376@end smallexample
19377
19378
922fbb7b
AC
19379@subheading The @code{-target-download} Command
19380@findex -target-download
19381
19382@subsubheading Synopsis
19383
19384@smallexample
19385 -target-download
19386@end smallexample
19387
19388Loads the executable onto the remote target.
19389It prints out an update message every half second, which includes the fields:
19390
19391@table @samp
19392@item section
19393The name of the section.
19394@item section-sent
19395The size of what has been sent so far for that section.
19396@item section-size
19397The size of the section.
19398@item total-sent
19399The total size of what was sent so far (the current and the previous sections).
19400@item total-size
19401The size of the overall executable to download.
19402@end table
19403
19404@noindent
19405Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19406@sc{gdb/mi} Output Syntax}).
19407
19408In addition, it prints the name and size of the sections, as they are
19409downloaded. These messages include the following fields:
19410
19411@table @samp
19412@item section
19413The name of the section.
19414@item section-size
19415The size of the section.
19416@item total-size
19417The size of the overall executable to download.
19418@end table
19419
19420@noindent
19421At the end, a summary is printed.
19422
19423@subsubheading @value{GDBN} Command
19424
19425The corresponding @value{GDBN} command is @samp{load}.
19426
19427@subsubheading Example
19428
19429Note: each status message appears on a single line. Here the messages
19430have been broken down so that they can fit onto a page.
19431
19432@smallexample
19433(@value{GDBP})
19434-target-download
19435+download,@{section=".text",section-size="6668",total-size="9880"@}
19436+download,@{section=".text",section-sent="512",section-size="6668",
19437total-sent="512",total-size="9880"@}
19438+download,@{section=".text",section-sent="1024",section-size="6668",
19439total-sent="1024",total-size="9880"@}
19440+download,@{section=".text",section-sent="1536",section-size="6668",
19441total-sent="1536",total-size="9880"@}
19442+download,@{section=".text",section-sent="2048",section-size="6668",
19443total-sent="2048",total-size="9880"@}
19444+download,@{section=".text",section-sent="2560",section-size="6668",
19445total-sent="2560",total-size="9880"@}
19446+download,@{section=".text",section-sent="3072",section-size="6668",
19447total-sent="3072",total-size="9880"@}
19448+download,@{section=".text",section-sent="3584",section-size="6668",
19449total-sent="3584",total-size="9880"@}
19450+download,@{section=".text",section-sent="4096",section-size="6668",
19451total-sent="4096",total-size="9880"@}
19452+download,@{section=".text",section-sent="4608",section-size="6668",
19453total-sent="4608",total-size="9880"@}
19454+download,@{section=".text",section-sent="5120",section-size="6668",
19455total-sent="5120",total-size="9880"@}
19456+download,@{section=".text",section-sent="5632",section-size="6668",
19457total-sent="5632",total-size="9880"@}
19458+download,@{section=".text",section-sent="6144",section-size="6668",
19459total-sent="6144",total-size="9880"@}
19460+download,@{section=".text",section-sent="6656",section-size="6668",
19461total-sent="6656",total-size="9880"@}
19462+download,@{section=".init",section-size="28",total-size="9880"@}
19463+download,@{section=".fini",section-size="28",total-size="9880"@}
19464+download,@{section=".data",section-size="3156",total-size="9880"@}
19465+download,@{section=".data",section-sent="512",section-size="3156",
19466total-sent="7236",total-size="9880"@}
19467+download,@{section=".data",section-sent="1024",section-size="3156",
19468total-sent="7748",total-size="9880"@}
19469+download,@{section=".data",section-sent="1536",section-size="3156",
19470total-sent="8260",total-size="9880"@}
19471+download,@{section=".data",section-sent="2048",section-size="3156",
19472total-sent="8772",total-size="9880"@}
19473+download,@{section=".data",section-sent="2560",section-size="3156",
19474total-sent="9284",total-size="9880"@}
19475+download,@{section=".data",section-sent="3072",section-size="3156",
19476total-sent="9796",total-size="9880"@}
19477^done,address="0x10004",load-size="9880",transfer-rate="6586",
19478write-rate="429"
19479(@value{GDBP})
19480@end smallexample
19481
19482
19483@subheading The @code{-target-exec-status} Command
19484@findex -target-exec-status
19485
19486@subsubheading Synopsis
19487
19488@smallexample
19489 -target-exec-status
19490@end smallexample
19491
19492Provide information on the state of the target (whether it is running or
19493not, for instance).
19494
19495@subsubheading @value{GDBN} Command
19496
19497There's no equivalent @value{GDBN} command.
19498
19499@subsubheading Example
19500N.A.
19501
19502
19503@subheading The @code{-target-list-available-targets} Command
19504@findex -target-list-available-targets
19505
19506@subsubheading Synopsis
19507
19508@smallexample
19509 -target-list-available-targets
19510@end smallexample
19511
19512List the possible targets to connect to.
19513
19514@subsubheading @value{GDBN} Command
19515
19516The corresponding @value{GDBN} command is @samp{help target}.
19517
19518@subsubheading Example
19519N.A.
19520
19521
19522@subheading The @code{-target-list-current-targets} Command
19523@findex -target-list-current-targets
19524
19525@subsubheading Synopsis
19526
19527@smallexample
19528 -target-list-current-targets
19529@end smallexample
19530
19531Describe the current target.
19532
19533@subsubheading @value{GDBN} Command
19534
19535The corresponding information is printed by @samp{info file} (among
19536other things).
19537
19538@subsubheading Example
19539N.A.
19540
19541
19542@subheading The @code{-target-list-parameters} Command
19543@findex -target-list-parameters
19544
19545@subsubheading Synopsis
19546
19547@smallexample
19548 -target-list-parameters
19549@end smallexample
19550
19551@c ????
19552
19553@subsubheading @value{GDBN} Command
19554
19555No equivalent.
19556
19557@subsubheading Example
19558N.A.
19559
19560
19561@subheading The @code{-target-select} Command
19562@findex -target-select
19563
19564@subsubheading Synopsis
19565
19566@smallexample
19567 -target-select @var{type} @var{parameters @dots{}}
19568@end smallexample
19569
19570Connect @value{GDBN} to the remote target. This command takes two args:
19571
19572@table @samp
19573@item @var{type}
19574The type of target, for instance @samp{async}, @samp{remote}, etc.
19575@item @var{parameters}
19576Device names, host names and the like. @xref{Target Commands, ,
19577Commands for managing targets}, for more details.
19578@end table
19579
19580The output is a connection notification, followed by the address at
19581which the target program is, in the following form:
19582
19583@smallexample
19584^connected,addr="@var{address}",func="@var{function name}",
19585 args=[@var{arg list}]
19586@end smallexample
19587
19588@subsubheading @value{GDBN} Command
19589
19590The corresponding @value{GDBN} command is @samp{target}.
19591
19592@subsubheading Example
19593
19594@smallexample
19595(@value{GDBP})
19596-target-select async /dev/ttya
19597^connected,addr="0xfe00a300",func="??",args=[]
19598(@value{GDBP})
19599@end smallexample
19600
19601@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19602@node GDB/MI Thread Commands
19603@section @sc{gdb/mi} Thread Commands
19604
19605
19606@subheading The @code{-thread-info} Command
19607@findex -thread-info
19608
19609@subsubheading Synopsis
19610
19611@smallexample
19612 -thread-info
19613@end smallexample
19614
19615@subsubheading @value{GDBN} command
19616
19617No equivalent.
19618
19619@subsubheading Example
19620N.A.
19621
19622
19623@subheading The @code{-thread-list-all-threads} Command
19624@findex -thread-list-all-threads
19625
19626@subsubheading Synopsis
19627
19628@smallexample
19629 -thread-list-all-threads
19630@end smallexample
19631
19632@subsubheading @value{GDBN} Command
19633
19634The equivalent @value{GDBN} command is @samp{info threads}.
19635
19636@subsubheading Example
19637N.A.
19638
19639
19640@subheading The @code{-thread-list-ids} Command
19641@findex -thread-list-ids
19642
19643@subsubheading Synopsis
19644
19645@smallexample
19646 -thread-list-ids
19647@end smallexample
19648
19649Produces a list of the currently known @value{GDBN} thread ids. At the
19650end of the list it also prints the total number of such threads.
19651
19652@subsubheading @value{GDBN} Command
19653
19654Part of @samp{info threads} supplies the same information.
19655
19656@subsubheading Example
19657
19658No threads present, besides the main process:
19659
19660@smallexample
19661(@value{GDBP})
19662-thread-list-ids
19663^done,thread-ids=@{@},number-of-threads="0"
19664(@value{GDBP})
19665@end smallexample
19666
19667
19668Several threads:
19669
19670@smallexample
19671(@value{GDBP})
19672-thread-list-ids
19673^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
19674number-of-threads="3"
19675(@value{GDBP})
19676@end smallexample
19677
19678
19679@subheading The @code{-thread-select} Command
19680@findex -thread-select
19681
19682@subsubheading Synopsis
19683
19684@smallexample
19685 -thread-select @var{threadnum}
19686@end smallexample
19687
19688Make @var{threadnum} the current thread. It prints the number of the new
19689current thread, and the topmost frame for that thread.
19690
19691@subsubheading @value{GDBN} Command
19692
19693The corresponding @value{GDBN} command is @samp{thread}.
19694
19695@subsubheading Example
19696
19697@smallexample
19698(@value{GDBP})
19699-exec-next
19700^running
19701(@value{GDBP})
19702*stopped,reason="end-stepping-range",thread-id="2",line="187",
19703file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
19704(@value{GDBP})
19705-thread-list-ids
19706^done,
19707thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
19708number-of-threads="3"
19709(@value{GDBP})
19710-thread-select 3
19711^done,new-thread-id="3",
19712frame=@{level="0",func="vprintf",
19713args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
19714@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
19715(@value{GDBP})
19716@end smallexample
19717
19718@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19719@node GDB/MI Tracepoint Commands
19720@section @sc{gdb/mi} Tracepoint Commands
19721
19722The tracepoint commands are not yet implemented.
19723
19724@c @subheading -trace-actions
19725
19726@c @subheading -trace-delete
19727
19728@c @subheading -trace-disable
19729
19730@c @subheading -trace-dump
19731
19732@c @subheading -trace-enable
19733
19734@c @subheading -trace-exists
19735
19736@c @subheading -trace-find
19737
19738@c @subheading -trace-frame-number
19739
19740@c @subheading -trace-info
19741
19742@c @subheading -trace-insert
19743
19744@c @subheading -trace-list
19745
19746@c @subheading -trace-pass-count
19747
19748@c @subheading -trace-save
19749
19750@c @subheading -trace-start
19751
19752@c @subheading -trace-stop
19753
19754
19755@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19756@node GDB/MI Variable Objects
19757@section @sc{gdb/mi} Variable Objects
19758
19759
19760@subheading Motivation for Variable Objects in @sc{gdb/mi}
19761
19762For the implementation of a variable debugger window (locals, watched
19763expressions, etc.), we are proposing the adaptation of the existing code
19764used by @code{Insight}.
19765
19766The two main reasons for that are:
19767
19768@enumerate 1
19769@item
19770It has been proven in practice (it is already on its second generation).
19771
19772@item
19773It will shorten development time (needless to say how important it is
19774now).
19775@end enumerate
19776
19777The original interface was designed to be used by Tcl code, so it was
19778slightly changed so it could be used through @sc{gdb/mi}. This section
19779describes the @sc{gdb/mi} operations that will be available and gives some
19780hints about their use.
19781
19782@emph{Note}: In addition to the set of operations described here, we
19783expect the @sc{gui} implementation of a variable window to require, at
19784least, the following operations:
19785
19786@itemize @bullet
19787@item @code{-gdb-show} @code{output-radix}
19788@item @code{-stack-list-arguments}
19789@item @code{-stack-list-locals}
19790@item @code{-stack-select-frame}
19791@end itemize
19792
19793@subheading Introduction to Variable Objects in @sc{gdb/mi}
19794
19795@cindex variable objects in @sc{gdb/mi}
19796The basic idea behind variable objects is the creation of a named object
19797to represent a variable, an expression, a memory location or even a CPU
19798register. For each object created, a set of operations is available for
19799examining or changing its properties.
19800
19801Furthermore, complex data types, such as C structures, are represented
19802in a tree format. For instance, the @code{struct} type variable is the
19803root and the children will represent the struct members. If a child
19804is itself of a complex type, it will also have children of its own.
19805Appropriate language differences are handled for C, C@t{++} and Java.
19806
19807When returning the actual values of the objects, this facility allows
19808for the individual selection of the display format used in the result
19809creation. It can be chosen among: binary, decimal, hexadecimal, octal
19810and natural. Natural refers to a default format automatically
19811chosen based on the variable type (like decimal for an @code{int}, hex
19812for pointers, etc.).
19813
19814The following is the complete set of @sc{gdb/mi} operations defined to
19815access this functionality:
19816
19817@multitable @columnfractions .4 .6
19818@item @strong{Operation}
19819@tab @strong{Description}
19820
19821@item @code{-var-create}
19822@tab create a variable object
19823@item @code{-var-delete}
19824@tab delete the variable object and its children
19825@item @code{-var-set-format}
19826@tab set the display format of this variable
19827@item @code{-var-show-format}
19828@tab show the display format of this variable
19829@item @code{-var-info-num-children}
19830@tab tells how many children this object has
19831@item @code{-var-list-children}
19832@tab return a list of the object's children
19833@item @code{-var-info-type}
19834@tab show the type of this variable object
19835@item @code{-var-info-expression}
19836@tab print what this variable object represents
19837@item @code{-var-show-attributes}
19838@tab is this variable editable? does it exist here?
19839@item @code{-var-evaluate-expression}
19840@tab get the value of this variable
19841@item @code{-var-assign}
19842@tab set the value of this variable
19843@item @code{-var-update}
19844@tab update the variable and its children
19845@end multitable
19846
19847In the next subsection we describe each operation in detail and suggest
19848how it can be used.
19849
19850@subheading Description And Use of Operations on Variable Objects
19851
19852@subheading The @code{-var-create} Command
19853@findex -var-create
19854
19855@subsubheading Synopsis
19856
19857@smallexample
19858 -var-create @{@var{name} | "-"@}
19859 @{@var{frame-addr} | "*"@} @var{expression}
19860@end smallexample
19861
19862This operation creates a variable object, which allows the monitoring of
19863a variable, the result of an expression, a memory cell or a CPU
19864register.
19865
19866The @var{name} parameter is the string by which the object can be
19867referenced. It must be unique. If @samp{-} is specified, the varobj
19868system will generate a string ``varNNNNNN'' automatically. It will be
19869unique provided that one does not specify @var{name} on that format.
19870The command fails if a duplicate name is found.
19871
19872The frame under which the expression should be evaluated can be
19873specified by @var{frame-addr}. A @samp{*} indicates that the current
19874frame should be used.
19875
19876@var{expression} is any expression valid on the current language set (must not
19877begin with a @samp{*}), or one of the following:
19878
19879@itemize @bullet
19880@item
19881@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
19882
19883@item
19884@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
19885
19886@item
19887@samp{$@var{regname}} --- a CPU register name
19888@end itemize
19889
19890@subsubheading Result
19891
19892This operation returns the name, number of children and the type of the
19893object created. Type is returned as a string as the ones generated by
19894the @value{GDBN} CLI:
19895
19896@smallexample
19897 name="@var{name}",numchild="N",type="@var{type}"
19898@end smallexample
19899
19900
19901@subheading The @code{-var-delete} Command
19902@findex -var-delete
19903
19904@subsubheading Synopsis
19905
19906@smallexample
19907 -var-delete @var{name}
19908@end smallexample
19909
19910Deletes a previously created variable object and all of its children.
19911
19912Returns an error if the object @var{name} is not found.
19913
19914
19915@subheading The @code{-var-set-format} Command
19916@findex -var-set-format
19917
19918@subsubheading Synopsis
19919
19920@smallexample
19921 -var-set-format @var{name} @var{format-spec}
19922@end smallexample
19923
19924Sets the output format for the value of the object @var{name} to be
19925@var{format-spec}.
19926
19927The syntax for the @var{format-spec} is as follows:
19928
19929@smallexample
19930 @var{format-spec} @expansion{}
19931 @{binary | decimal | hexadecimal | octal | natural@}
19932@end smallexample
19933
19934
19935@subheading The @code{-var-show-format} Command
19936@findex -var-show-format
19937
19938@subsubheading Synopsis
19939
19940@smallexample
19941 -var-show-format @var{name}
19942@end smallexample
19943
19944Returns the format used to display the value of the object @var{name}.
19945
19946@smallexample
19947 @var{format} @expansion{}
19948 @var{format-spec}
19949@end smallexample
19950
19951
19952@subheading The @code{-var-info-num-children} Command
19953@findex -var-info-num-children
19954
19955@subsubheading Synopsis
19956
19957@smallexample
19958 -var-info-num-children @var{name}
19959@end smallexample
19960
19961Returns the number of children of a variable object @var{name}:
19962
19963@smallexample
19964 numchild=@var{n}
19965@end smallexample
19966
19967
19968@subheading The @code{-var-list-children} Command
19969@findex -var-list-children
19970
19971@subsubheading Synopsis
19972
19973@smallexample
bc8ced35 19974 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
19975@end smallexample
19976
bc8ced35
NR
19977Returns a list of the children of the specified variable object. With
19978just the variable object name as an argument or with an optional
19979preceding argument of 0 or @code{--no-values}, prints only the names of the
19980variables. With an optional preceding argument of 1 or @code{--all-values},
19981also prints their values.
19982
19983@subsubheading Example
922fbb7b
AC
19984
19985@smallexample
bc8ced35
NR
19986(@value{GDBP})
19987 -var-list-children n
922fbb7b
AC
19988 numchild=@var{n},children=[@{name=@var{name},
19989 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
19990(@value{GDBP})
19991 -var-list-children --all-values n
19992 numchild=@var{n},children=[@{name=@var{name},
19993 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
19994@end smallexample
19995
19996
19997@subheading The @code{-var-info-type} Command
19998@findex -var-info-type
19999
20000@subsubheading Synopsis
20001
20002@smallexample
20003 -var-info-type @var{name}
20004@end smallexample
20005
20006Returns the type of the specified variable @var{name}. The type is
20007returned as a string in the same format as it is output by the
20008@value{GDBN} CLI:
20009
20010@smallexample
20011 type=@var{typename}
20012@end smallexample
20013
20014
20015@subheading The @code{-var-info-expression} Command
20016@findex -var-info-expression
20017
20018@subsubheading Synopsis
20019
20020@smallexample
20021 -var-info-expression @var{name}
20022@end smallexample
20023
20024Returns what is represented by the variable object @var{name}:
20025
20026@smallexample
20027 lang=@var{lang-spec},exp=@var{expression}
20028@end smallexample
20029
20030@noindent
20031where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20032
20033@subheading The @code{-var-show-attributes} Command
20034@findex -var-show-attributes
20035
20036@subsubheading Synopsis
20037
20038@smallexample
20039 -var-show-attributes @var{name}
20040@end smallexample
20041
20042List attributes of the specified variable object @var{name}:
20043
20044@smallexample
20045 status=@var{attr} [ ( ,@var{attr} )* ]
20046@end smallexample
20047
20048@noindent
20049where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20050
20051@subheading The @code{-var-evaluate-expression} Command
20052@findex -var-evaluate-expression
20053
20054@subsubheading Synopsis
20055
20056@smallexample
20057 -var-evaluate-expression @var{name}
20058@end smallexample
20059
20060Evaluates the expression that is represented by the specified variable
20061object and returns its value as a string in the current format specified
20062for the object:
20063
20064@smallexample
20065 value=@var{value}
20066@end smallexample
20067
20068Note that one must invoke @code{-var-list-children} for a variable
20069before the value of a child variable can be evaluated.
20070
20071@subheading The @code{-var-assign} Command
20072@findex -var-assign
20073
20074@subsubheading Synopsis
20075
20076@smallexample
20077 -var-assign @var{name} @var{expression}
20078@end smallexample
20079
20080Assigns the value of @var{expression} to the variable object specified
20081by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 20082value is altered by the assign, the variable will show up in any
922fbb7b
AC
20083subsequent @code{-var-update} list.
20084
20085@subsubheading Example
20086
20087@smallexample
20088(@value{GDBP})
20089-var-assign var1 3
20090^done,value="3"
20091(@value{GDBP})
20092-var-update *
20093^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20094(@value{GDBP})
20095@end smallexample
20096
20097@subheading The @code{-var-update} Command
20098@findex -var-update
20099
20100@subsubheading Synopsis
20101
20102@smallexample
20103 -var-update @{@var{name} | "*"@}
20104@end smallexample
20105
20106Update the value of the variable object @var{name} by evaluating its
20107expression after fetching all the new values from memory or registers.
20108A @samp{*} causes all existing variable objects to be updated.
20109
20110
20111@node Annotations
20112@chapter @value{GDBN} Annotations
20113
086432e2
AC
20114This chapter describes annotations in @value{GDBN}. Annotations were
20115designed to interface @value{GDBN} to graphical user interfaces or other
20116similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
20117relatively high level.
20118
086432e2
AC
20119The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20120(@pxref{GDB/MI}).
20121
922fbb7b
AC
20122@ignore
20123This is Edition @value{EDITION}, @value{DATE}.
20124@end ignore
20125
20126@menu
20127* Annotations Overview:: What annotations are; the general syntax.
20128* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
20129* Prompting:: Annotations marking @value{GDBN}'s need for input.
20130* Errors:: Annotations for error messages.
922fbb7b
AC
20131* Invalidation:: Some annotations describe things now invalid.
20132* Annotations for Running::
20133 Whether the program is running, how it stopped, etc.
20134* Source Annotations:: Annotations describing source code.
922fbb7b
AC
20135@end menu
20136
20137@node Annotations Overview
20138@section What is an Annotation?
20139@cindex annotations
20140
922fbb7b
AC
20141Annotations start with a newline character, two @samp{control-z}
20142characters, and the name of the annotation. If there is no additional
20143information associated with this annotation, the name of the annotation
20144is followed immediately by a newline. If there is additional
20145information, the name of the annotation is followed by a space, the
20146additional information, and a newline. The additional information
20147cannot contain newline characters.
20148
20149Any output not beginning with a newline and two @samp{control-z}
20150characters denotes literal output from @value{GDBN}. Currently there is
20151no need for @value{GDBN} to output a newline followed by two
20152@samp{control-z} characters, but if there was such a need, the
20153annotations could be extended with an @samp{escape} annotation which
20154means those three characters as output.
20155
086432e2
AC
20156The annotation @var{level}, which is specified using the
20157@option{--annotate} command line option (@pxref{Mode Options}), controls
20158how much information @value{GDBN} prints together with its prompt,
20159values of expressions, source lines, and other types of output. Level 0
20160is for no anntations, level 1 is for use when @value{GDBN} is run as a
20161subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20162for programs that control @value{GDBN}, and level 2 annotations have
20163been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
20164Interface, annotate, GDB's Obsolete Annotations}).
20165
20166@table @code
20167@kindex set annotate
20168@item set annotate @var{level}
20169The @value{GDB} command @code{set annotate} sets the level of
20170annotations to the specified @var{level}.
9c16f35a
EZ
20171
20172@item show annotate
20173@kindex show annotate
20174Show the current annotation level.
09d4efe1
EZ
20175@end table
20176
20177This chapter describes level 3 annotations.
086432e2 20178
922fbb7b
AC
20179A simple example of starting up @value{GDBN} with annotations is:
20180
20181@smallexample
086432e2
AC
20182$ @kbd{gdb --annotate=3}
20183GNU gdb 6.0
20184Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
20185GDB is free software, covered by the GNU General Public License,
20186and you are welcome to change it and/or distribute copies of it
20187under certain conditions.
20188Type "show copying" to see the conditions.
20189There is absolutely no warranty for GDB. Type "show warranty"
20190for details.
086432e2 20191This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
20192
20193^Z^Zpre-prompt
f7dc1244 20194(@value{GDBP})
922fbb7b 20195^Z^Zprompt
086432e2 20196@kbd{quit}
922fbb7b
AC
20197
20198^Z^Zpost-prompt
b383017d 20199$
922fbb7b
AC
20200@end smallexample
20201
20202Here @samp{quit} is input to @value{GDBN}; the rest is output from
20203@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20204denotes a @samp{control-z} character) are annotations; the rest is
20205output from @value{GDBN}.
20206
20207@node Server Prefix
20208@section The Server Prefix
20209@cindex server prefix for annotations
20210
20211To issue a command to @value{GDBN} without affecting certain aspects of
20212the state which is seen by users, prefix it with @samp{server }. This
20213means that this command will not affect the command history, nor will it
20214affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
20215pressed on a line by itself.
20216
20217The server prefix does not affect the recording of values into the value
20218history; to print a value without recording it into the value history,
20219use the @code{output} command instead of the @code{print} command.
20220
922fbb7b
AC
20221@node Prompting
20222@section Annotation for @value{GDBN} Input
20223
20224@cindex annotations for prompts
20225When @value{GDBN} prompts for input, it annotates this fact so it is possible
20226to know when to send output, when the output from a given command is
20227over, etc.
20228
20229Different kinds of input each have a different @dfn{input type}. Each
20230input type has three annotations: a @code{pre-} annotation, which
20231denotes the beginning of any prompt which is being output, a plain
20232annotation, which denotes the end of the prompt, and then a @code{post-}
20233annotation which denotes the end of any echo which may (or may not) be
20234associated with the input. For example, the @code{prompt} input type
20235features the following annotations:
20236
20237@smallexample
20238^Z^Zpre-prompt
20239^Z^Zprompt
20240^Z^Zpost-prompt
20241@end smallexample
20242
20243The input types are
20244
20245@table @code
20246@findex pre-prompt
20247@findex prompt
20248@findex post-prompt
20249@item prompt
20250When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20251
20252@findex pre-commands
20253@findex commands
20254@findex post-commands
20255@item commands
20256When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20257command. The annotations are repeated for each command which is input.
20258
20259@findex pre-overload-choice
20260@findex overload-choice
20261@findex post-overload-choice
20262@item overload-choice
20263When @value{GDBN} wants the user to select between various overloaded functions.
20264
20265@findex pre-query
20266@findex query
20267@findex post-query
20268@item query
20269When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20270
20271@findex pre-prompt-for-continue
20272@findex prompt-for-continue
20273@findex post-prompt-for-continue
20274@item prompt-for-continue
20275When @value{GDBN} is asking the user to press return to continue. Note: Don't
20276expect this to work well; instead use @code{set height 0} to disable
20277prompting. This is because the counting of lines is buggy in the
20278presence of annotations.
20279@end table
20280
20281@node Errors
20282@section Errors
20283@cindex annotations for errors, warnings and interrupts
20284
20285@findex quit
20286@smallexample
20287^Z^Zquit
20288@end smallexample
20289
20290This annotation occurs right before @value{GDBN} responds to an interrupt.
20291
20292@findex error
20293@smallexample
20294^Z^Zerror
20295@end smallexample
20296
20297This annotation occurs right before @value{GDBN} responds to an error.
20298
20299Quit and error annotations indicate that any annotations which @value{GDBN} was
20300in the middle of may end abruptly. For example, if a
20301@code{value-history-begin} annotation is followed by a @code{error}, one
20302cannot expect to receive the matching @code{value-history-end}. One
20303cannot expect not to receive it either, however; an error annotation
20304does not necessarily mean that @value{GDBN} is immediately returning all the way
20305to the top level.
20306
20307@findex error-begin
20308A quit or error annotation may be preceded by
20309
20310@smallexample
20311^Z^Zerror-begin
20312@end smallexample
20313
20314Any output between that and the quit or error annotation is the error
20315message.
20316
20317Warning messages are not yet annotated.
20318@c If we want to change that, need to fix warning(), type_error(),
20319@c range_error(), and possibly other places.
20320
922fbb7b
AC
20321@node Invalidation
20322@section Invalidation Notices
20323
20324@cindex annotations for invalidation messages
20325The following annotations say that certain pieces of state may have
20326changed.
20327
20328@table @code
20329@findex frames-invalid
20330@item ^Z^Zframes-invalid
20331
20332The frames (for example, output from the @code{backtrace} command) may
20333have changed.
20334
20335@findex breakpoints-invalid
20336@item ^Z^Zbreakpoints-invalid
20337
20338The breakpoints may have changed. For example, the user just added or
20339deleted a breakpoint.
20340@end table
20341
20342@node Annotations for Running
20343@section Running the Program
20344@cindex annotations for running programs
20345
20346@findex starting
20347@findex stopping
20348When the program starts executing due to a @value{GDBN} command such as
b383017d 20349@code{step} or @code{continue},
922fbb7b
AC
20350
20351@smallexample
20352^Z^Zstarting
20353@end smallexample
20354
b383017d 20355is output. When the program stops,
922fbb7b
AC
20356
20357@smallexample
20358^Z^Zstopped
20359@end smallexample
20360
20361is output. Before the @code{stopped} annotation, a variety of
20362annotations describe how the program stopped.
20363
20364@table @code
20365@findex exited
20366@item ^Z^Zexited @var{exit-status}
20367The program exited, and @var{exit-status} is the exit status (zero for
20368successful exit, otherwise nonzero).
20369
20370@findex signalled
20371@findex signal-name
20372@findex signal-name-end
20373@findex signal-string
20374@findex signal-string-end
20375@item ^Z^Zsignalled
20376The program exited with a signal. After the @code{^Z^Zsignalled}, the
20377annotation continues:
20378
20379@smallexample
20380@var{intro-text}
20381^Z^Zsignal-name
20382@var{name}
20383^Z^Zsignal-name-end
20384@var{middle-text}
20385^Z^Zsignal-string
20386@var{string}
20387^Z^Zsignal-string-end
20388@var{end-text}
20389@end smallexample
20390
20391@noindent
20392where @var{name} is the name of the signal, such as @code{SIGILL} or
20393@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20394as @code{Illegal Instruction} or @code{Segmentation fault}.
20395@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20396user's benefit and have no particular format.
20397
20398@findex signal
20399@item ^Z^Zsignal
20400The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20401just saying that the program received the signal, not that it was
20402terminated with it.
20403
20404@findex breakpoint
20405@item ^Z^Zbreakpoint @var{number}
20406The program hit breakpoint number @var{number}.
20407
20408@findex watchpoint
20409@item ^Z^Zwatchpoint @var{number}
20410The program hit watchpoint number @var{number}.
20411@end table
20412
20413@node Source Annotations
20414@section Displaying Source
20415@cindex annotations for source display
20416
20417@findex source
20418The following annotation is used instead of displaying source code:
20419
20420@smallexample
20421^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20422@end smallexample
20423
20424where @var{filename} is an absolute file name indicating which source
20425file, @var{line} is the line number within that file (where 1 is the
20426first line in the file), @var{character} is the character position
20427within the file (where 0 is the first character in the file) (for most
20428debug formats this will necessarily point to the beginning of a line),
20429@var{middle} is @samp{middle} if @var{addr} is in the middle of the
20430line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20431@var{addr} is the address in the target program associated with the
20432source which is being displayed. @var{addr} is in the form @samp{0x}
20433followed by one or more lowercase hex digits (note that this does not
20434depend on the language).
20435
8e04817f
AC
20436@node GDB Bugs
20437@chapter Reporting Bugs in @value{GDBN}
20438@cindex bugs in @value{GDBN}
20439@cindex reporting bugs in @value{GDBN}
c906108c 20440
8e04817f 20441Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 20442
8e04817f
AC
20443Reporting a bug may help you by bringing a solution to your problem, or it
20444may not. But in any case the principal function of a bug report is to help
20445the entire community by making the next version of @value{GDBN} work better. Bug
20446reports are your contribution to the maintenance of @value{GDBN}.
c906108c 20447
8e04817f
AC
20448In order for a bug report to serve its purpose, you must include the
20449information that enables us to fix the bug.
c4555f82
SC
20450
20451@menu
8e04817f
AC
20452* Bug Criteria:: Have you found a bug?
20453* Bug Reporting:: How to report bugs
c4555f82
SC
20454@end menu
20455
8e04817f
AC
20456@node Bug Criteria
20457@section Have you found a bug?
20458@cindex bug criteria
c4555f82 20459
8e04817f 20460If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
20461
20462@itemize @bullet
8e04817f
AC
20463@cindex fatal signal
20464@cindex debugger crash
20465@cindex crash of debugger
c4555f82 20466@item
8e04817f
AC
20467If the debugger gets a fatal signal, for any input whatever, that is a
20468@value{GDBN} bug. Reliable debuggers never crash.
20469
20470@cindex error on valid input
20471@item
20472If @value{GDBN} produces an error message for valid input, that is a
20473bug. (Note that if you're cross debugging, the problem may also be
20474somewhere in the connection to the target.)
c4555f82 20475
8e04817f 20476@cindex invalid input
c4555f82 20477@item
8e04817f
AC
20478If @value{GDBN} does not produce an error message for invalid input,
20479that is a bug. However, you should note that your idea of
20480``invalid input'' might be our idea of ``an extension'' or ``support
20481for traditional practice''.
20482
20483@item
20484If you are an experienced user of debugging tools, your suggestions
20485for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
20486@end itemize
20487
8e04817f
AC
20488@node Bug Reporting
20489@section How to report bugs
20490@cindex bug reports
20491@cindex @value{GDBN} bugs, reporting
20492
20493A number of companies and individuals offer support for @sc{gnu} products.
20494If you obtained @value{GDBN} from a support organization, we recommend you
20495contact that organization first.
20496
20497You can find contact information for many support companies and
20498individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20499distribution.
20500@c should add a web page ref...
20501
129188f6
AC
20502In any event, we also recommend that you submit bug reports for
20503@value{GDBN}. The prefered method is to submit them directly using
20504@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20505page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20506be used.
8e04817f
AC
20507
20508@strong{Do not send bug reports to @samp{info-gdb}, or to
20509@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
20510not want to receive bug reports. Those that do have arranged to receive
20511@samp{bug-gdb}.
20512
20513The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
20514serves as a repeater. The mailing list and the newsgroup carry exactly
20515the same messages. Often people think of posting bug reports to the
20516newsgroup instead of mailing them. This appears to work, but it has one
20517problem which can be crucial: a newsgroup posting often lacks a mail
20518path back to the sender. Thus, if we need to ask for more information,
20519we may be unable to reach you. For this reason, it is better to send
20520bug reports to the mailing list.
c4555f82 20521
8e04817f
AC
20522The fundamental principle of reporting bugs usefully is this:
20523@strong{report all the facts}. If you are not sure whether to state a
20524fact or leave it out, state it!
c4555f82 20525
8e04817f
AC
20526Often people omit facts because they think they know what causes the
20527problem and assume that some details do not matter. Thus, you might
20528assume that the name of the variable you use in an example does not matter.
20529Well, probably it does not, but one cannot be sure. Perhaps the bug is a
20530stray memory reference which happens to fetch from the location where that
20531name is stored in memory; perhaps, if the name were different, the contents
20532of that location would fool the debugger into doing the right thing despite
20533the bug. Play it safe and give a specific, complete example. That is the
20534easiest thing for you to do, and the most helpful.
c4555f82 20535
8e04817f
AC
20536Keep in mind that the purpose of a bug report is to enable us to fix the
20537bug. It may be that the bug has been reported previously, but neither
20538you nor we can know that unless your bug report is complete and
20539self-contained.
c4555f82 20540
8e04817f
AC
20541Sometimes people give a few sketchy facts and ask, ``Does this ring a
20542bell?'' Those bug reports are useless, and we urge everyone to
20543@emph{refuse to respond to them} except to chide the sender to report
20544bugs properly.
20545
20546To enable us to fix the bug, you should include all these things:
c4555f82
SC
20547
20548@itemize @bullet
20549@item
8e04817f
AC
20550The version of @value{GDBN}. @value{GDBN} announces it if you start
20551with no arguments; you can also print it at any time using @code{show
20552version}.
c4555f82 20553
8e04817f
AC
20554Without this, we will not know whether there is any point in looking for
20555the bug in the current version of @value{GDBN}.
c4555f82
SC
20556
20557@item
8e04817f
AC
20558The type of machine you are using, and the operating system name and
20559version number.
c4555f82
SC
20560
20561@item
8e04817f
AC
20562What compiler (and its version) was used to compile @value{GDBN}---e.g.
20563``@value{GCC}--2.8.1''.
c4555f82
SC
20564
20565@item
8e04817f
AC
20566What compiler (and its version) was used to compile the program you are
20567debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
20568C Compiler''. For GCC, you can say @code{gcc --version} to get this
20569information; for other compilers, see the documentation for those
20570compilers.
c4555f82 20571
8e04817f
AC
20572@item
20573The command arguments you gave the compiler to compile your example and
20574observe the bug. For example, did you use @samp{-O}? To guarantee
20575you will not omit something important, list them all. A copy of the
20576Makefile (or the output from make) is sufficient.
c4555f82 20577
8e04817f
AC
20578If we were to try to guess the arguments, we would probably guess wrong
20579and then we might not encounter the bug.
c4555f82 20580
8e04817f
AC
20581@item
20582A complete input script, and all necessary source files, that will
20583reproduce the bug.
c4555f82 20584
8e04817f
AC
20585@item
20586A description of what behavior you observe that you believe is
20587incorrect. For example, ``It gets a fatal signal.''
c4555f82 20588
8e04817f
AC
20589Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
20590will certainly notice it. But if the bug is incorrect output, we might
20591not notice unless it is glaringly wrong. You might as well not give us
20592a chance to make a mistake.
c4555f82 20593
8e04817f
AC
20594Even if the problem you experience is a fatal signal, you should still
20595say so explicitly. Suppose something strange is going on, such as, your
20596copy of @value{GDBN} is out of synch, or you have encountered a bug in
20597the C library on your system. (This has happened!) Your copy might
20598crash and ours would not. If you told us to expect a crash, then when
20599ours fails to crash, we would know that the bug was not happening for
20600us. If you had not told us to expect a crash, then we would not be able
20601to draw any conclusion from our observations.
c4555f82 20602
e0c07bf0
MC
20603@pindex script
20604@cindex recording a session script
20605To collect all this information, you can use a session recording program
20606such as @command{script}, which is available on many Unix systems.
20607Just run your @value{GDBN} session inside @command{script} and then
20608include the @file{typescript} file with your bug report.
20609
20610Another way to record a @value{GDBN} session is to run @value{GDBN}
20611inside Emacs and then save the entire buffer to a file.
20612
8e04817f
AC
20613@item
20614If you wish to suggest changes to the @value{GDBN} source, send us context
20615diffs. If you even discuss something in the @value{GDBN} source, refer to
20616it by context, not by line number.
c4555f82 20617
8e04817f
AC
20618The line numbers in our development sources will not match those in your
20619sources. Your line numbers would convey no useful information to us.
c4555f82 20620
8e04817f 20621@end itemize
c4555f82 20622
8e04817f 20623Here are some things that are not necessary:
c4555f82 20624
8e04817f
AC
20625@itemize @bullet
20626@item
20627A description of the envelope of the bug.
c4555f82 20628
8e04817f
AC
20629Often people who encounter a bug spend a lot of time investigating
20630which changes to the input file will make the bug go away and which
20631changes will not affect it.
c4555f82 20632
8e04817f
AC
20633This is often time consuming and not very useful, because the way we
20634will find the bug is by running a single example under the debugger
20635with breakpoints, not by pure deduction from a series of examples.
20636We recommend that you save your time for something else.
c4555f82 20637
8e04817f
AC
20638Of course, if you can find a simpler example to report @emph{instead}
20639of the original one, that is a convenience for us. Errors in the
20640output will be easier to spot, running under the debugger will take
20641less time, and so on.
c4555f82 20642
8e04817f
AC
20643However, simplification is not vital; if you do not want to do this,
20644report the bug anyway and send us the entire test case you used.
c4555f82 20645
8e04817f
AC
20646@item
20647A patch for the bug.
c4555f82 20648
8e04817f
AC
20649A patch for the bug does help us if it is a good one. But do not omit
20650the necessary information, such as the test case, on the assumption that
20651a patch is all we need. We might see problems with your patch and decide
20652to fix the problem another way, or we might not understand it at all.
c4555f82 20653
8e04817f
AC
20654Sometimes with a program as complicated as @value{GDBN} it is very hard to
20655construct an example that will make the program follow a certain path
20656through the code. If you do not send us the example, we will not be able
20657to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 20658
8e04817f
AC
20659And if we cannot understand what bug you are trying to fix, or why your
20660patch should be an improvement, we will not install it. A test case will
20661help us to understand.
c4555f82 20662
8e04817f
AC
20663@item
20664A guess about what the bug is or what it depends on.
c4555f82 20665
8e04817f
AC
20666Such guesses are usually wrong. Even we cannot guess right about such
20667things without first using the debugger to find the facts.
20668@end itemize
c4555f82 20669
8e04817f
AC
20670@c The readline documentation is distributed with the readline code
20671@c and consists of the two following files:
20672@c rluser.texinfo
20673@c inc-hist.texinfo
20674@c Use -I with makeinfo to point to the appropriate directory,
20675@c environment var TEXINPUTS with TeX.
20676@include rluser.texinfo
20677@include inc-hist.texinfo
c4555f82 20678
c4555f82 20679
8e04817f
AC
20680@node Formatting Documentation
20681@appendix Formatting Documentation
c4555f82 20682
8e04817f
AC
20683@cindex @value{GDBN} reference card
20684@cindex reference card
20685The @value{GDBN} 4 release includes an already-formatted reference card, ready
20686for printing with PostScript or Ghostscript, in the @file{gdb}
20687subdirectory of the main source directory@footnote{In
20688@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
20689release.}. If you can use PostScript or Ghostscript with your printer,
20690you can print the reference card immediately with @file{refcard.ps}.
c4555f82 20691
8e04817f
AC
20692The release also includes the source for the reference card. You
20693can format it, using @TeX{}, by typing:
c4555f82 20694
474c8240 20695@smallexample
8e04817f 20696make refcard.dvi
474c8240 20697@end smallexample
c4555f82 20698
8e04817f
AC
20699The @value{GDBN} reference card is designed to print in @dfn{landscape}
20700mode on US ``letter'' size paper;
20701that is, on a sheet 11 inches wide by 8.5 inches
20702high. You will need to specify this form of printing as an option to
20703your @sc{dvi} output program.
c4555f82 20704
8e04817f 20705@cindex documentation
c4555f82 20706
8e04817f
AC
20707All the documentation for @value{GDBN} comes as part of the machine-readable
20708distribution. The documentation is written in Texinfo format, which is
20709a documentation system that uses a single source file to produce both
20710on-line information and a printed manual. You can use one of the Info
20711formatting commands to create the on-line version of the documentation
20712and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 20713
8e04817f
AC
20714@value{GDBN} includes an already formatted copy of the on-line Info
20715version of this manual in the @file{gdb} subdirectory. The main Info
20716file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
20717subordinate files matching @samp{gdb.info*} in the same directory. If
20718necessary, you can print out these files, or read them with any editor;
20719but they are easier to read using the @code{info} subsystem in @sc{gnu}
20720Emacs or the standalone @code{info} program, available as part of the
20721@sc{gnu} Texinfo distribution.
c4555f82 20722
8e04817f
AC
20723If you want to format these Info files yourself, you need one of the
20724Info formatting programs, such as @code{texinfo-format-buffer} or
20725@code{makeinfo}.
c4555f82 20726
8e04817f
AC
20727If you have @code{makeinfo} installed, and are in the top level
20728@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
20729version @value{GDBVN}), you can make the Info file by typing:
c4555f82 20730
474c8240 20731@smallexample
8e04817f
AC
20732cd gdb
20733make gdb.info
474c8240 20734@end smallexample
c4555f82 20735
8e04817f
AC
20736If you want to typeset and print copies of this manual, you need @TeX{},
20737a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
20738Texinfo definitions file.
c4555f82 20739
8e04817f
AC
20740@TeX{} is a typesetting program; it does not print files directly, but
20741produces output files called @sc{dvi} files. To print a typeset
20742document, you need a program to print @sc{dvi} files. If your system
20743has @TeX{} installed, chances are it has such a program. The precise
20744command to use depends on your system; @kbd{lpr -d} is common; another
20745(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
20746require a file name without any extension or a @samp{.dvi} extension.
c4555f82 20747
8e04817f
AC
20748@TeX{} also requires a macro definitions file called
20749@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
20750written in Texinfo format. On its own, @TeX{} cannot either read or
20751typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
20752and is located in the @file{gdb-@var{version-number}/texinfo}
20753directory.
c4555f82 20754
8e04817f
AC
20755If you have @TeX{} and a @sc{dvi} printer program installed, you can
20756typeset and print this manual. First switch to the the @file{gdb}
20757subdirectory of the main source directory (for example, to
20758@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 20759
474c8240 20760@smallexample
8e04817f 20761make gdb.dvi
474c8240 20762@end smallexample
c4555f82 20763
8e04817f 20764Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 20765
8e04817f
AC
20766@node Installing GDB
20767@appendix Installing @value{GDBN}
20768@cindex configuring @value{GDBN}
20769@cindex installation
94e91d6d 20770@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 20771
8e04817f
AC
20772@value{GDBN} comes with a @code{configure} script that automates the process
20773of preparing @value{GDBN} for installation; you can then use @code{make} to
20774build the @code{gdb} program.
20775@iftex
20776@c irrelevant in info file; it's as current as the code it lives with.
20777@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
20778look at the @file{README} file in the sources; we may have improved the
20779installation procedures since publishing this manual.}
20780@end iftex
c4555f82 20781
8e04817f
AC
20782The @value{GDBN} distribution includes all the source code you need for
20783@value{GDBN} in a single directory, whose name is usually composed by
20784appending the version number to @samp{gdb}.
c4555f82 20785
8e04817f
AC
20786For example, the @value{GDBN} version @value{GDBVN} distribution is in the
20787@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 20788
8e04817f
AC
20789@table @code
20790@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
20791script for configuring @value{GDBN} and all its supporting libraries
c4555f82 20792
8e04817f
AC
20793@item gdb-@value{GDBVN}/gdb
20794the source specific to @value{GDBN} itself
c4555f82 20795
8e04817f
AC
20796@item gdb-@value{GDBVN}/bfd
20797source for the Binary File Descriptor library
c906108c 20798
8e04817f
AC
20799@item gdb-@value{GDBVN}/include
20800@sc{gnu} include files
c906108c 20801
8e04817f
AC
20802@item gdb-@value{GDBVN}/libiberty
20803source for the @samp{-liberty} free software library
c906108c 20804
8e04817f
AC
20805@item gdb-@value{GDBVN}/opcodes
20806source for the library of opcode tables and disassemblers
c906108c 20807
8e04817f
AC
20808@item gdb-@value{GDBVN}/readline
20809source for the @sc{gnu} command-line interface
c906108c 20810
8e04817f
AC
20811@item gdb-@value{GDBVN}/glob
20812source for the @sc{gnu} filename pattern-matching subroutine
c906108c 20813
8e04817f
AC
20814@item gdb-@value{GDBVN}/mmalloc
20815source for the @sc{gnu} memory-mapped malloc package
20816@end table
c906108c 20817
8e04817f
AC
20818The simplest way to configure and build @value{GDBN} is to run @code{configure}
20819from the @file{gdb-@var{version-number}} source directory, which in
20820this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 20821
8e04817f
AC
20822First switch to the @file{gdb-@var{version-number}} source directory
20823if you are not already in it; then run @code{configure}. Pass the
20824identifier for the platform on which @value{GDBN} will run as an
20825argument.
c906108c 20826
8e04817f 20827For example:
c906108c 20828
474c8240 20829@smallexample
8e04817f
AC
20830cd gdb-@value{GDBVN}
20831./configure @var{host}
20832make
474c8240 20833@end smallexample
c906108c 20834
8e04817f
AC
20835@noindent
20836where @var{host} is an identifier such as @samp{sun4} or
20837@samp{decstation}, that identifies the platform where @value{GDBN} will run.
20838(You can often leave off @var{host}; @code{configure} tries to guess the
20839correct value by examining your system.)
c906108c 20840
8e04817f
AC
20841Running @samp{configure @var{host}} and then running @code{make} builds the
20842@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
20843libraries, then @code{gdb} itself. The configured source files, and the
20844binaries, are left in the corresponding source directories.
c906108c 20845
8e04817f
AC
20846@need 750
20847@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
20848system does not recognize this automatically when you run a different
20849shell, you may need to run @code{sh} on it explicitly:
c906108c 20850
474c8240 20851@smallexample
8e04817f 20852sh configure @var{host}
474c8240 20853@end smallexample
c906108c 20854
8e04817f
AC
20855If you run @code{configure} from a directory that contains source
20856directories for multiple libraries or programs, such as the
20857@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
20858creates configuration files for every directory level underneath (unless
20859you tell it not to, with the @samp{--norecursion} option).
20860
94e91d6d
MC
20861You should run the @code{configure} script from the top directory in the
20862source tree, the @file{gdb-@var{version-number}} directory. If you run
20863@code{configure} from one of the subdirectories, you will configure only
20864that subdirectory. That is usually not what you want. In particular,
20865if you run the first @code{configure} from the @file{gdb} subdirectory
20866of the @file{gdb-@var{version-number}} directory, you will omit the
20867configuration of @file{bfd}, @file{readline}, and other sibling
20868directories of the @file{gdb} subdirectory. This leads to build errors
20869about missing include files such as @file{bfd/bfd.h}.
c906108c 20870
8e04817f
AC
20871You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
20872However, you should make sure that the shell on your path (named by
20873the @samp{SHELL} environment variable) is publicly readable. Remember
20874that @value{GDBN} uses the shell to start your program---some systems refuse to
20875let @value{GDBN} debug child processes whose programs are not readable.
c906108c 20876
8e04817f
AC
20877@menu
20878* Separate Objdir:: Compiling @value{GDBN} in another directory
20879* Config Names:: Specifying names for hosts and targets
20880* Configure Options:: Summary of options for configure
20881@end menu
c906108c 20882
8e04817f
AC
20883@node Separate Objdir
20884@section Compiling @value{GDBN} in another directory
c906108c 20885
8e04817f
AC
20886If you want to run @value{GDBN} versions for several host or target machines,
20887you need a different @code{gdb} compiled for each combination of
20888host and target. @code{configure} is designed to make this easy by
20889allowing you to generate each configuration in a separate subdirectory,
20890rather than in the source directory. If your @code{make} program
20891handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
20892@code{make} in each of these directories builds the @code{gdb}
20893program specified there.
c906108c 20894
8e04817f
AC
20895To build @code{gdb} in a separate directory, run @code{configure}
20896with the @samp{--srcdir} option to specify where to find the source.
20897(You also need to specify a path to find @code{configure}
20898itself from your working directory. If the path to @code{configure}
20899would be the same as the argument to @samp{--srcdir}, you can leave out
20900the @samp{--srcdir} option; it is assumed.)
c906108c 20901
8e04817f
AC
20902For example, with version @value{GDBVN}, you can build @value{GDBN} in a
20903separate directory for a Sun 4 like this:
c906108c 20904
474c8240 20905@smallexample
8e04817f
AC
20906@group
20907cd gdb-@value{GDBVN}
20908mkdir ../gdb-sun4
20909cd ../gdb-sun4
20910../gdb-@value{GDBVN}/configure sun4
20911make
20912@end group
474c8240 20913@end smallexample
c906108c 20914
8e04817f
AC
20915When @code{configure} builds a configuration using a remote source
20916directory, it creates a tree for the binaries with the same structure
20917(and using the same names) as the tree under the source directory. In
20918the example, you'd find the Sun 4 library @file{libiberty.a} in the
20919directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
20920@file{gdb-sun4/gdb}.
c906108c 20921
94e91d6d
MC
20922Make sure that your path to the @file{configure} script has just one
20923instance of @file{gdb} in it. If your path to @file{configure} looks
20924like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
20925one subdirectory of @value{GDBN}, not the whole package. This leads to
20926build errors about missing include files such as @file{bfd/bfd.h}.
20927
8e04817f
AC
20928One popular reason to build several @value{GDBN} configurations in separate
20929directories is to configure @value{GDBN} for cross-compiling (where
20930@value{GDBN} runs on one machine---the @dfn{host}---while debugging
20931programs that run on another machine---the @dfn{target}).
20932You specify a cross-debugging target by
20933giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 20934
8e04817f
AC
20935When you run @code{make} to build a program or library, you must run
20936it in a configured directory---whatever directory you were in when you
20937called @code{configure} (or one of its subdirectories).
c906108c 20938
8e04817f
AC
20939The @code{Makefile} that @code{configure} generates in each source
20940directory also runs recursively. If you type @code{make} in a source
20941directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
20942directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
20943will build all the required libraries, and then build GDB.
c906108c 20944
8e04817f
AC
20945When you have multiple hosts or targets configured in separate
20946directories, you can run @code{make} on them in parallel (for example,
20947if they are NFS-mounted on each of the hosts); they will not interfere
20948with each other.
c906108c 20949
8e04817f
AC
20950@node Config Names
20951@section Specifying names for hosts and targets
c906108c 20952
8e04817f
AC
20953The specifications used for hosts and targets in the @code{configure}
20954script are based on a three-part naming scheme, but some short predefined
20955aliases are also supported. The full naming scheme encodes three pieces
20956of information in the following pattern:
c906108c 20957
474c8240 20958@smallexample
8e04817f 20959@var{architecture}-@var{vendor}-@var{os}
474c8240 20960@end smallexample
c906108c 20961
8e04817f
AC
20962For example, you can use the alias @code{sun4} as a @var{host} argument,
20963or as the value for @var{target} in a @code{--target=@var{target}}
20964option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 20965
8e04817f
AC
20966The @code{configure} script accompanying @value{GDBN} does not provide
20967any query facility to list all supported host and target names or
20968aliases. @code{configure} calls the Bourne shell script
20969@code{config.sub} to map abbreviations to full names; you can read the
20970script, if you wish, or you can use it to test your guesses on
20971abbreviations---for example:
c906108c 20972
8e04817f
AC
20973@smallexample
20974% sh config.sub i386-linux
20975i386-pc-linux-gnu
20976% sh config.sub alpha-linux
20977alpha-unknown-linux-gnu
20978% sh config.sub hp9k700
20979hppa1.1-hp-hpux
20980% sh config.sub sun4
20981sparc-sun-sunos4.1.1
20982% sh config.sub sun3
20983m68k-sun-sunos4.1.1
20984% sh config.sub i986v
20985Invalid configuration `i986v': machine `i986v' not recognized
20986@end smallexample
c906108c 20987
8e04817f
AC
20988@noindent
20989@code{config.sub} is also distributed in the @value{GDBN} source
20990directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 20991
8e04817f
AC
20992@node Configure Options
20993@section @code{configure} options
c906108c 20994
8e04817f
AC
20995Here is a summary of the @code{configure} options and arguments that
20996are most often useful for building @value{GDBN}. @code{configure} also has
20997several other options not listed here. @inforef{What Configure
20998Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 20999
474c8240 21000@smallexample
8e04817f
AC
21001configure @r{[}--help@r{]}
21002 @r{[}--prefix=@var{dir}@r{]}
21003 @r{[}--exec-prefix=@var{dir}@r{]}
21004 @r{[}--srcdir=@var{dirname}@r{]}
21005 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21006 @r{[}--target=@var{target}@r{]}
21007 @var{host}
474c8240 21008@end smallexample
c906108c 21009
8e04817f
AC
21010@noindent
21011You may introduce options with a single @samp{-} rather than
21012@samp{--} if you prefer; but you may abbreviate option names if you use
21013@samp{--}.
c906108c 21014
8e04817f
AC
21015@table @code
21016@item --help
21017Display a quick summary of how to invoke @code{configure}.
c906108c 21018
8e04817f
AC
21019@item --prefix=@var{dir}
21020Configure the source to install programs and files under directory
21021@file{@var{dir}}.
c906108c 21022
8e04817f
AC
21023@item --exec-prefix=@var{dir}
21024Configure the source to install programs under directory
21025@file{@var{dir}}.
c906108c 21026
8e04817f
AC
21027@c avoid splitting the warning from the explanation:
21028@need 2000
21029@item --srcdir=@var{dirname}
21030@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21031@code{make} that implements the @code{VPATH} feature.}@*
21032Use this option to make configurations in directories separate from the
21033@value{GDBN} source directories. Among other things, you can use this to
21034build (or maintain) several configurations simultaneously, in separate
21035directories. @code{configure} writes configuration specific files in
21036the current directory, but arranges for them to use the source in the
21037directory @var{dirname}. @code{configure} creates directories under
21038the working directory in parallel to the source directories below
21039@var{dirname}.
c906108c 21040
8e04817f
AC
21041@item --norecursion
21042Configure only the directory level where @code{configure} is executed; do not
21043propagate configuration to subdirectories.
c906108c 21044
8e04817f
AC
21045@item --target=@var{target}
21046Configure @value{GDBN} for cross-debugging programs running on the specified
21047@var{target}. Without this option, @value{GDBN} is configured to debug
21048programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 21049
8e04817f 21050There is no convenient way to generate a list of all available targets.
c906108c 21051
8e04817f
AC
21052@item @var{host} @dots{}
21053Configure @value{GDBN} to run on the specified @var{host}.
c906108c 21054
8e04817f
AC
21055There is no convenient way to generate a list of all available hosts.
21056@end table
c906108c 21057
8e04817f
AC
21058There are many other options available as well, but they are generally
21059needed for special purposes only.
c906108c 21060
8e04817f
AC
21061@node Maintenance Commands
21062@appendix Maintenance Commands
21063@cindex maintenance commands
21064@cindex internal commands
c906108c 21065
8e04817f 21066In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
21067includes a number of commands intended for @value{GDBN} developers,
21068that are not documented elsewhere in this manual. These commands are
da316a69
EZ
21069provided here for reference. (For commands that turn on debugging
21070messages, see @ref{Debugging Output}.)
c906108c 21071
8e04817f 21072@table @code
09d4efe1
EZ
21073@kindex maint agent
21074@item maint agent @var{expression}
21075Translate the given @var{expression} into remote agent bytecodes.
21076This command is useful for debugging the Agent Expression mechanism
21077(@pxref{Agent Expressions}).
21078
8e04817f
AC
21079@kindex maint info breakpoints
21080@item @anchor{maint info breakpoints}maint info breakpoints
21081Using the same format as @samp{info breakpoints}, display both the
21082breakpoints you've set explicitly, and those @value{GDBN} is using for
21083internal purposes. Internal breakpoints are shown with negative
21084breakpoint numbers. The type column identifies what kind of breakpoint
21085is shown:
c906108c 21086
8e04817f
AC
21087@table @code
21088@item breakpoint
21089Normal, explicitly set breakpoint.
c906108c 21090
8e04817f
AC
21091@item watchpoint
21092Normal, explicitly set watchpoint.
c906108c 21093
8e04817f
AC
21094@item longjmp
21095Internal breakpoint, used to handle correctly stepping through
21096@code{longjmp} calls.
c906108c 21097
8e04817f
AC
21098@item longjmp resume
21099Internal breakpoint at the target of a @code{longjmp}.
c906108c 21100
8e04817f
AC
21101@item until
21102Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 21103
8e04817f
AC
21104@item finish
21105Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 21106
8e04817f
AC
21107@item shlib events
21108Shared library events.
c906108c 21109
8e04817f 21110@end table
c906108c 21111
09d4efe1
EZ
21112@kindex maint check-symtabs
21113@item maint check-symtabs
21114Check the consistency of psymtabs and symtabs.
21115
21116@kindex maint cplus first_component
21117@item maint cplus first_component @var{name}
21118Print the first C@t{++} class/namespace component of @var{name}.
21119
21120@kindex maint cplus namespace
21121@item maint cplus namespace
21122Print the list of possible C@t{++} namespaces.
21123
21124@kindex maint demangle
21125@item maint demangle @var{name}
21126Demangle a C@t{++} or Objective-C manled @var{name}.
21127
21128@kindex maint deprecate
21129@kindex maint undeprecate
21130@cindex deprecated commands
21131@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21132@itemx maint undeprecate @var{command}
21133Deprecate or undeprecate the named @var{command}. Deprecated commands
21134cause @value{GDBN} to issue a warning when you use them. The optional
21135argument @var{replacement} says which newer command should be used in
21136favor of the deprecated one; if it is given, @value{GDBN} will mention
21137the replacement as part of the warning.
21138
21139@kindex maint dump-me
21140@item maint dump-me
721c2651 21141@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 21142Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
21143This is supported only on systems which support aborting a program
21144with the @code{SIGQUIT} signal.
09d4efe1 21145
8d30a00d
AC
21146@kindex maint internal-error
21147@kindex maint internal-warning
09d4efe1
EZ
21148@item maint internal-error @r{[}@var{message-text}@r{]}
21149@itemx maint internal-warning @r{[}@var{message-text}@r{]}
8d30a00d
AC
21150Cause @value{GDBN} to call the internal function @code{internal_error}
21151or @code{internal_warning} and hence behave as though an internal error
21152or internal warning has been detected. In addition to reporting the
21153internal problem, these functions give the user the opportunity to
21154either quit @value{GDBN} or create a core file of the current
21155@value{GDBN} session.
21156
09d4efe1
EZ
21157These commands take an optional parameter @var{message-text} that is
21158used as the text of the error or warning message.
21159
21160Here's an example of using @code{indernal-error}:
21161
8d30a00d 21162@smallexample
f7dc1244 21163(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
21164@dots{}/maint.c:121: internal-error: testing, 1, 2
21165A problem internal to GDB has been detected. Further
21166debugging may prove unreliable.
21167Quit this debugging session? (y or n) @kbd{n}
21168Create a core file? (y or n) @kbd{n}
f7dc1244 21169(@value{GDBP})
8d30a00d
AC
21170@end smallexample
21171
09d4efe1
EZ
21172@kindex maint packet
21173@item maint packet @var{text}
21174If @value{GDBN} is talking to an inferior via the serial protocol,
21175then this command sends the string @var{text} to the inferior, and
21176displays the response packet. @value{GDBN} supplies the initial
21177@samp{$} character, the terminating @samp{#} character, and the
21178checksum.
21179
21180@kindex maint print architecture
21181@item maint print architecture @r{[}@var{file}@r{]}
21182Print the entire architecture configuration. The optional argument
21183@var{file} names the file where the output goes.
8d30a00d 21184
00905d52
AC
21185@kindex maint print dummy-frames
21186@item maint print dummy-frames
00905d52
AC
21187Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21188
21189@smallexample
f7dc1244 21190(@value{GDBP}) @kbd{b add}
00905d52 21191@dots{}
f7dc1244 21192(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
21193Breakpoint 2, add (a=2, b=3) at @dots{}
2119458 return (a + b);
21195The program being debugged stopped while in a function called from GDB.
21196@dots{}
f7dc1244 21197(@value{GDBP}) @kbd{maint print dummy-frames}
00905d52
AC
211980x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21199 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21200 call_lo=0x01014000 call_hi=0x01014001
f7dc1244 21201(@value{GDBP})
00905d52
AC
21202@end smallexample
21203
21204Takes an optional file parameter.
21205
0680b120
AC
21206@kindex maint print registers
21207@kindex maint print raw-registers
21208@kindex maint print cooked-registers
617073a9 21209@kindex maint print register-groups
09d4efe1
EZ
21210@item maint print registers @r{[}@var{file}@r{]}
21211@itemx maint print raw-registers @r{[}@var{file}@r{]}
21212@itemx maint print cooked-registers @r{[}@var{file}@r{]}
21213@itemx maint print register-groups @r{[}@var{file}@r{]}
0680b120
AC
21214Print @value{GDBN}'s internal register data structures.
21215
617073a9
AC
21216The command @code{maint print raw-registers} includes the contents of
21217the raw register cache; the command @code{maint print cooked-registers}
21218includes the (cooked) value of all registers; and the command
21219@code{maint print register-groups} includes the groups that each
21220register is a member of. @xref{Registers,, Registers, gdbint,
21221@value{GDBN} Internals}.
0680b120 21222
09d4efe1
EZ
21223These commands take an optional parameter, a file name to which to
21224write the information.
0680b120 21225
617073a9 21226@kindex maint print reggroups
09d4efe1
EZ
21227@item maint print reggroups @r{[}@var{file}@r{]}
21228Print @value{GDBN}'s internal register group data structures. The
21229optional argument @var{file} tells to what file to write the
21230information.
617073a9 21231
09d4efe1 21232The register groups info looks like this:
617073a9
AC
21233
21234@smallexample
f7dc1244 21235(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
21236 Group Type
21237 general user
21238 float user
21239 all user
21240 vector user
21241 system user
21242 save internal
21243 restore internal
617073a9
AC
21244@end smallexample
21245
09d4efe1
EZ
21246@kindex flushregs
21247@item flushregs
21248This command forces @value{GDBN} to flush its internal register cache.
21249
21250@kindex maint print objfiles
21251@cindex info for known object files
21252@item maint print objfiles
21253Print a dump of all known object files. For each object file, this
21254command prints its name, address in memory, and all of its psymtabs
21255and symtabs.
21256
21257@kindex maint print statistics
21258@cindex bcache statistics
21259@item maint print statistics
21260This command prints, for each object file in the program, various data
21261about that object file followed by the byte cache (@dfn{bcache})
21262statistics for the object file. The objfile data includes the number
21263of minimal, partical, full, and stabs symbols, the number of types
21264defined by the objfile, the number of as yet unexpanded psym tables,
21265the number of line tables and string tables, and the amount of memory
21266used by the various tables. The bcache statistics include the counts,
21267sizes, and counts of duplicates of all and unique objects, max,
21268average, and median entry size, total memory used and its overhead and
21269savings, and various measures of the hash table size and chain
21270lengths.
21271
21272@kindex maint print type
21273@cindex type chain of a data type
21274@item maint print type @var{expr}
21275Print the type chain for a type specified by @var{expr}. The argument
21276can be either a type name or a symbol. If it is a symbol, the type of
21277that symbol is described. The type chain produced by this command is
21278a recursive definition of the data type as stored in @value{GDBN}'s
21279data structures, including its flags and contained types.
21280
21281@kindex maint set dwarf2 max-cache-age
21282@kindex maint show dwarf2 max-cache-age
21283@item maint set dwarf2 max-cache-age
21284@itemx maint show dwarf2 max-cache-age
21285Control the DWARF 2 compilation unit cache.
21286
21287@cindex DWARF 2 compilation units cache
21288In object files with inter-compilation-unit references, such as those
21289produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21290reader needs to frequently refer to previously read compilation units.
21291This setting controls how long a compilation unit will remain in the
21292cache if it is not referenced. A higher limit means that cached
21293compilation units will be stored in memory longer, and more total
21294memory will be used. Setting it to zero disables caching, which will
21295slow down @value{GDBN} startup, but reduce memory consumption.
21296
e7ba9c65
DJ
21297@kindex maint set profile
21298@kindex maint show profile
21299@cindex profiling GDB
21300@item maint set profile
21301@itemx maint show profile
21302Control profiling of @value{GDBN}.
21303
21304Profiling will be disabled until you use the @samp{maint set profile}
21305command to enable it. When you enable profiling, the system will begin
21306collecting timing and execution count data; when you disable profiling or
21307exit @value{GDBN}, the results will be written to a log file. Remember that
21308if you use profiling, @value{GDBN} will overwrite the profiling log file
21309(often called @file{gmon.out}). If you have a record of important profiling
21310data in a @file{gmon.out} file, be sure to move it to a safe location.
21311
21312Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 21313compiled with the @samp{-pg} compiler option.
e7ba9c65 21314
09d4efe1
EZ
21315@kindex maint show-debug-regs
21316@cindex x86 hardware debug registers
21317@item maint show-debug-regs
21318Control whether to show variables that mirror the x86 hardware debug
21319registers. Use @code{ON} to enable, @code{OFF} to disable. If
21320enabled, the debug registers values are shown when GDB inserts or
21321removes a hardware breakpoint or watchpoint, and when the inferior
21322triggers a hardware-assisted breakpoint or watchpoint.
21323
21324@kindex maint space
21325@cindex memory used by commands
21326@item maint space
21327Control whether to display memory usage for each command. If set to a
21328nonzero value, @value{GDBN} will display how much memory each command
21329took, following the command's own output. This can also be requested
21330by invoking @value{GDBN} with the @option{--statistics} command-line
21331switch (@pxref{Mode Options}).
21332
21333@kindex maint time
21334@cindex time of command execution
21335@item maint time
21336Control whether to display the execution time for each command. If
21337set to a nonzero value, @value{GDBN} will display how much time it
21338took to execute each command, following the command's own output.
21339This can also be requested by invoking @value{GDBN} with the
21340@option{--statistics} command-line switch (@pxref{Mode Options}).
21341
21342@kindex maint translate-address
21343@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21344Find the symbol stored at the location specified by the address
21345@var{addr} and an optional section name @var{section}. If found,
21346@value{GDBN} prints the name of the closest symbol and an offset from
21347the symbol's location to the specified address. This is similar to
21348the @code{info address} command (@pxref{Symbols}), except that this
21349command also allows to find symbols in other sections.
ae038cb0 21350
8e04817f 21351@end table
c906108c 21352
9c16f35a
EZ
21353The following command is useful for non-interactive invocations of
21354@value{GDBN}, such as in the test suite.
21355
21356@table @code
21357@item set watchdog @var{nsec}
21358@kindex set watchdog
21359@cindex watchdog timer
21360@cindex timeout for commands
21361Set the maximum number of seconds @value{GDBN} will wait for the
21362target operation to finish. If this time expires, @value{GDBN}
21363reports and error and the command is aborted.
21364
21365@item show watchdog
21366Show the current setting of the target wait timeout.
21367@end table
c906108c 21368
e0ce93ac 21369@node Remote Protocol
8e04817f 21370@appendix @value{GDBN} Remote Serial Protocol
c906108c 21371
ee2d5c50
AC
21372@menu
21373* Overview::
21374* Packets::
21375* Stop Reply Packets::
21376* General Query Packets::
21377* Register Packet Format::
21378* Examples::
0ce1b118 21379* File-I/O remote protocol extension::
ee2d5c50
AC
21380@end menu
21381
21382@node Overview
21383@section Overview
21384
8e04817f
AC
21385There may be occasions when you need to know something about the
21386protocol---for example, if there is only one serial port to your target
21387machine, you might want your program to do something special if it
21388recognizes a packet meant for @value{GDBN}.
c906108c 21389
d2c6833e 21390In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 21391transmitted and received data respectfully.
c906108c 21392
8e04817f
AC
21393@cindex protocol, @value{GDBN} remote serial
21394@cindex serial protocol, @value{GDBN} remote
21395@cindex remote serial protocol
21396All @value{GDBN} commands and responses (other than acknowledgments) are
21397sent as a @var{packet}. A @var{packet} is introduced with the character
21398@samp{$}, the actual @var{packet-data}, and the terminating character
21399@samp{#} followed by a two-digit @var{checksum}:
c906108c 21400
474c8240 21401@smallexample
8e04817f 21402@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 21403@end smallexample
8e04817f 21404@noindent
c906108c 21405
8e04817f
AC
21406@cindex checksum, for @value{GDBN} remote
21407@noindent
21408The two-digit @var{checksum} is computed as the modulo 256 sum of all
21409characters between the leading @samp{$} and the trailing @samp{#} (an
21410eight bit unsigned checksum).
c906108c 21411
8e04817f
AC
21412Implementors should note that prior to @value{GDBN} 5.0 the protocol
21413specification also included an optional two-digit @var{sequence-id}:
c906108c 21414
474c8240 21415@smallexample
8e04817f 21416@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 21417@end smallexample
c906108c 21418
8e04817f
AC
21419@cindex sequence-id, for @value{GDBN} remote
21420@noindent
21421That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
21422has never output @var{sequence-id}s. Stubs that handle packets added
21423since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 21424
8e04817f
AC
21425@cindex acknowledgment, for @value{GDBN} remote
21426When either the host or the target machine receives a packet, the first
21427response expected is an acknowledgment: either @samp{+} (to indicate
21428the package was received correctly) or @samp{-} (to request
21429retransmission):
c906108c 21430
474c8240 21431@smallexample
d2c6833e
AC
21432-> @code{$}@var{packet-data}@code{#}@var{checksum}
21433<- @code{+}
474c8240 21434@end smallexample
8e04817f 21435@noindent
53a5351d 21436
8e04817f
AC
21437The host (@value{GDBN}) sends @var{command}s, and the target (the
21438debugging stub incorporated in your program) sends a @var{response}. In
21439the case of step and continue @var{command}s, the response is only sent
21440when the operation has completed (the target has again stopped).
c906108c 21441
8e04817f
AC
21442@var{packet-data} consists of a sequence of characters with the
21443exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21444exceptions).
c906108c 21445
8e04817f 21446Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 21447@cindex remote protocol, field separator
8e04817f 21448@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 21449@sc{hex} with leading zeros suppressed.
c906108c 21450
8e04817f
AC
21451Implementors should note that prior to @value{GDBN} 5.0, the character
21452@samp{:} could not appear as the third character in a packet (as it
21453would potentially conflict with the @var{sequence-id}).
c906108c 21454
8e04817f
AC
21455Response @var{data} can be run-length encoded to save space. A @samp{*}
21456means that the next character is an @sc{ascii} encoding giving a repeat count
21457which stands for that many repetitions of the character preceding the
21458@samp{*}. The encoding is @code{n+29}, yielding a printable character
21459where @code{n >=3} (which is where rle starts to win). The printable
21460characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21461value greater than 126 should not be used.
c906108c 21462
8e04817f 21463So:
474c8240 21464@smallexample
8e04817f 21465"@code{0* }"
474c8240 21466@end smallexample
8e04817f
AC
21467@noindent
21468means the same as "0000".
c906108c 21469
8e04817f
AC
21470The error response returned for some packets includes a two character
21471error number. That number is not well defined.
c906108c 21472
8e04817f
AC
21473For any @var{command} not supported by the stub, an empty response
21474(@samp{$#00}) should be returned. That way it is possible to extend the
21475protocol. A newer @value{GDBN} can tell if a packet is supported based
21476on that response.
c906108c 21477
b383017d
RM
21478A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21479@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 21480optional.
c906108c 21481
ee2d5c50
AC
21482@node Packets
21483@section Packets
21484
21485The following table provides a complete list of all currently defined
21486@var{command}s and their corresponding response @var{data}.
9c16f35a
EZ
21487@xref{File-I/O remote protocol extension}, for details about the File
21488I/O extension of the remote protocol.
ee2d5c50
AC
21489
21490@table @r
21491
21492@item @code{!} --- extended mode
21493@cindex @code{!} packet
21494
8e04817f
AC
21495Enable extended mode. In extended mode, the remote server is made
21496persistent. The @samp{R} packet is used to restart the program being
21497debugged.
ee2d5c50
AC
21498
21499Reply:
21500@table @samp
21501@item OK
8e04817f 21502The remote target both supports and has enabled extended mode.
ee2d5c50 21503@end table
c906108c 21504
ee2d5c50
AC
21505@item @code{?} --- last signal
21506@cindex @code{?} packet
c906108c 21507
ee2d5c50
AC
21508Indicate the reason the target halted. The reply is the same as for
21509step and continue.
c906108c 21510
ee2d5c50
AC
21511Reply:
21512@xref{Stop Reply Packets}, for the reply specifications.
21513
21514@item @code{a} --- reserved
21515
21516Reserved for future use.
21517
21518@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
21519@cindex @code{A} packet
c906108c 21520
8e04817f
AC
21521Initialized @samp{argv[]} array passed into program. @var{arglen}
21522specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
21523See @code{gdbserver} for more details.
21524
21525Reply:
21526@table @samp
21527@item OK
21528@item E@var{NN}
21529@end table
21530
21531@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
21532@cindex @code{b} packet
21533
21534Change the serial line speed to @var{baud}.
21535
21536JTC: @emph{When does the transport layer state change? When it's
21537received, or after the ACK is transmitted. In either case, there are
21538problems if the command or the acknowledgment packet is dropped.}
21539
21540Stan: @emph{If people really wanted to add something like this, and get
21541it working for the first time, they ought to modify ser-unix.c to send
21542some kind of out-of-band message to a specially-setup stub and have the
21543switch happen "in between" packets, so that from remote protocol's point
21544of view, nothing actually happened.}
21545
21546@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
21547@cindex @code{B} packet
21548
8e04817f 21549Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
21550breakpoint at @var{addr}.
21551
21552This packet has been replaced by the @samp{Z} and @samp{z} packets
21553(@pxref{insert breakpoint or watchpoint packet}).
c906108c 21554
ee2d5c50
AC
21555@item @code{c}@var{addr} --- continue
21556@cindex @code{c} packet
21557
21558@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 21559current address.
c906108c 21560
ee2d5c50
AC
21561Reply:
21562@xref{Stop Reply Packets}, for the reply specifications.
21563
21564@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
21565@cindex @code{C} packet
21566
8e04817f
AC
21567Continue with signal @var{sig} (hex signal number). If
21568@code{;}@var{addr} is omitted, resume at same address.
c906108c 21569
ee2d5c50
AC
21570Reply:
21571@xref{Stop Reply Packets}, for the reply specifications.
c906108c 21572
ee2d5c50
AC
21573@item @code{d} --- toggle debug @strong{(deprecated)}
21574@cindex @code{d} packet
21575
21576Toggle debug flag.
21577
21578@item @code{D} --- detach
21579@cindex @code{D} packet
21580
21581Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 21582before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
21583
21584Reply:
21585@table @samp
21586@item @emph{no response}
8e04817f 21587@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 21588@end table
c906108c 21589
ee2d5c50 21590@item @code{e} --- reserved
c906108c 21591
ee2d5c50 21592Reserved for future use.
c906108c 21593
ee2d5c50 21594@item @code{E} --- reserved
c906108c 21595
ee2d5c50 21596Reserved for future use.
c906108c 21597
ee2d5c50
AC
21598@item @code{f} --- reserved
21599
21600Reserved for future use.
21601
0ce1b118
CV
21602@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
21603@cindex @code{F} packet
ee2d5c50 21604
0ce1b118
CV
21605This packet is send by @value{GDBN} as reply to a @code{F} request packet
21606sent by the target. This is part of the File-I/O protocol extension.
21607@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
21608
21609@item @code{g} --- read registers
21610@anchor{read registers packet}
21611@cindex @code{g} packet
21612
21613Read general registers.
21614
21615Reply:
21616@table @samp
21617@item @var{XX@dots{}}
8e04817f
AC
21618Each byte of register data is described by two hex digits. The bytes
21619with the register are transmitted in target byte order. The size of
21620each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
21621determined by the @value{GDBN} internal macros
21622@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
21623specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
21624@item E@var{NN}
21625for an error.
21626@end table
c906108c 21627
ee2d5c50
AC
21628@item @code{G}@var{XX@dots{}} --- write regs
21629@cindex @code{G} packet
c906108c 21630
ee2d5c50
AC
21631@xref{read registers packet}, for a description of the @var{XX@dots{}}
21632data.
21633
21634Reply:
21635@table @samp
21636@item OK
21637for success
21638@item E@var{NN}
21639for an error
21640@end table
21641
21642@item @code{h} --- reserved
21643
21644Reserved for future use.
21645
b383017d 21646@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 21647@cindex @code{H} packet
c906108c 21648
8e04817f 21649Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
21650@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
21651should be @samp{c} for step and continue operations, @samp{g} for other
21652operations. The thread designator @var{t@dots{}} may be -1, meaning all
21653the threads, a thread number, or zero which means pick any thread.
21654
21655Reply:
21656@table @samp
21657@item OK
21658for success
21659@item E@var{NN}
21660for an error
21661@end table
c906108c 21662
8e04817f
AC
21663@c FIXME: JTC:
21664@c 'H': How restrictive (or permissive) is the thread model. If a
21665@c thread is selected and stopped, are other threads allowed
21666@c to continue to execute? As I mentioned above, I think the
21667@c semantics of each command when a thread is selected must be
21668@c described. For example:
21669@c
21670@c 'g': If the stub supports threads and a specific thread is
21671@c selected, returns the register block from that thread;
21672@c otherwise returns current registers.
21673@c
21674@c 'G' If the stub supports threads and a specific thread is
21675@c selected, sets the registers of the register block of
21676@c that thread; otherwise sets current registers.
c906108c 21677
ee2d5c50
AC
21678@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
21679@anchor{cycle step packet}
21680@cindex @code{i} packet
21681
8e04817f
AC
21682Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
21683present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
21684step starting at that address.
c906108c 21685
ee2d5c50
AC
21686@item @code{I} --- signal then cycle step @strong{(reserved)}
21687@cindex @code{I} packet
21688
21689@xref{step with signal packet}. @xref{cycle step packet}.
21690
21691@item @code{j} --- reserved
21692
21693Reserved for future use.
21694
21695@item @code{J} --- reserved
c906108c 21696
ee2d5c50 21697Reserved for future use.
c906108c 21698
ee2d5c50
AC
21699@item @code{k} --- kill request
21700@cindex @code{k} packet
c906108c 21701
ac282366 21702FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
21703thread context has been selected (i.e.@: does 'k' kill only that
21704thread?)}.
c906108c 21705
ee2d5c50 21706@item @code{K} --- reserved
c906108c 21707
ee2d5c50
AC
21708Reserved for future use.
21709
21710@item @code{l} --- reserved
21711
21712Reserved for future use.
21713
21714@item @code{L} --- reserved
21715
21716Reserved for future use.
21717
21718@item @code{m}@var{addr}@code{,}@var{length} --- read memory
21719@cindex @code{m} packet
c906108c 21720
8e04817f 21721Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 21722Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 21723assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 21724transfer mechanism is needed.}
c906108c 21725
ee2d5c50
AC
21726Reply:
21727@table @samp
21728@item @var{XX@dots{}}
21729@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
21730to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 21731that sized memory transfers are assumed using word aligned
ee2d5c50
AC
21732accesses. FIXME: @emph{A word aligned memory transfer mechanism is
21733needed.}
21734@item E@var{NN}
21735@var{NN} is errno
21736@end table
21737
21738@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
21739@cindex @code{M} packet
21740
8e04817f 21741Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
21742@var{XX@dots{}} is the data.
21743
21744Reply:
21745@table @samp
21746@item OK
21747for success
21748@item E@var{NN}
8e04817f
AC
21749for an error (this includes the case where only part of the data was
21750written).
ee2d5c50 21751@end table
c906108c 21752
ee2d5c50 21753@item @code{n} --- reserved
c906108c 21754
ee2d5c50 21755Reserved for future use.
c906108c 21756
ee2d5c50 21757@item @code{N} --- reserved
c906108c 21758
ee2d5c50 21759Reserved for future use.
c906108c 21760
ee2d5c50
AC
21761@item @code{o} --- reserved
21762
21763Reserved for future use.
21764
21765@item @code{O} --- reserved
21766
2e868123 21767@item @code{p}@var{hex number of register} --- read register packet
ee2d5c50
AC
21768@cindex @code{p} packet
21769
2e868123
AC
21770@xref{read registers packet}, for a description of how the returned
21771register value is encoded.
ee2d5c50
AC
21772
21773Reply:
21774@table @samp
2e868123
AC
21775@item @var{XX@dots{}}
21776the register's value
21777@item E@var{NN}
21778for an error
21779@item
21780Indicating an unrecognized @var{query}.
ee2d5c50
AC
21781@end table
21782
21783@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
21784@anchor{write register packet}
21785@cindex @code{P} packet
21786
21787Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 21788digits for each byte in the register (target byte order).
c906108c 21789
ee2d5c50
AC
21790Reply:
21791@table @samp
21792@item OK
21793for success
21794@item E@var{NN}
21795for an error
21796@end table
21797
21798@item @code{q}@var{query} --- general query
21799@anchor{general query packet}
21800@cindex @code{q} packet
21801
21802Request info about @var{query}. In general @value{GDBN} queries have a
21803leading upper case letter. Custom vendor queries should use a company
21804prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
21805be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
21806that they match the full @var{query} name.
21807
21808Reply:
21809@table @samp
21810@item @var{XX@dots{}}
21811Hex encoded data from query. The reply can not be empty.
21812@item E@var{NN}
21813error reply
8e04817f 21814@item
ee2d5c50
AC
21815Indicating an unrecognized @var{query}.
21816@end table
21817
21818@item @code{Q}@var{var}@code{=}@var{val} --- general set
21819@cindex @code{Q} packet
21820
21821Set value of @var{var} to @var{val}.
21822
21823@xref{general query packet}, for a discussion of naming conventions.
c906108c 21824
ee2d5c50
AC
21825@item @code{r} --- reset @strong{(deprecated)}
21826@cindex @code{r} packet
c906108c 21827
8e04817f 21828Reset the entire system.
c906108c 21829
ee2d5c50
AC
21830@item @code{R}@var{XX} --- remote restart
21831@cindex @code{R} packet
21832
8e04817f
AC
21833Restart the program being debugged. @var{XX}, while needed, is ignored.
21834This packet is only available in extended mode.
ee2d5c50
AC
21835
21836Reply:
21837@table @samp
21838@item @emph{no reply}
8e04817f 21839The @samp{R} packet has no reply.
ee2d5c50
AC
21840@end table
21841
21842@item @code{s}@var{addr} --- step
21843@cindex @code{s} packet
c906108c 21844
8e04817f
AC
21845@var{addr} is address to resume. If @var{addr} is omitted, resume at
21846same address.
c906108c 21847
ee2d5c50
AC
21848Reply:
21849@xref{Stop Reply Packets}, for the reply specifications.
21850
21851@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
21852@anchor{step with signal packet}
21853@cindex @code{S} packet
21854
8e04817f 21855Like @samp{C} but step not continue.
c906108c 21856
ee2d5c50
AC
21857Reply:
21858@xref{Stop Reply Packets}, for the reply specifications.
21859
b383017d 21860@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
21861@cindex @code{t} packet
21862
8e04817f 21863Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
21864@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
21865@var{addr} must be at least 3 digits.
c906108c 21866
ee2d5c50
AC
21867@item @code{T}@var{XX} --- thread alive
21868@cindex @code{T} packet
c906108c 21869
ee2d5c50 21870Find out if the thread XX is alive.
c906108c 21871
ee2d5c50
AC
21872Reply:
21873@table @samp
21874@item OK
21875thread is still alive
21876@item E@var{NN}
21877thread is dead
21878@end table
21879
21880@item @code{u} --- reserved
21881
21882Reserved for future use.
21883
21884@item @code{U} --- reserved
21885
21886Reserved for future use.
21887
86d30acc 21888@item @code{v} --- verbose packet prefix
ee2d5c50 21889
86d30acc
DJ
21890Packets starting with @code{v} are identified by a multi-letter name,
21891up to the first @code{;} or @code{?} (or the end of the packet).
21892
21893@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
21894@cindex @code{vCont} packet
21895
21896Resume the inferior. Different actions may be specified for each thread.
21897If an action is specified with no @var{tid}, then it is applied to any
21898threads that don't have a specific action specified; if no default action is
21899specified then other threads should remain stopped. Specifying multiple
21900default actions is an error; specifying no actions is also an error.
21901Thread IDs are specified in hexadecimal. Currently supported actions are:
21902
21903@table @code
21904@item c
21905Continue.
21906@item C@var{sig}
21907Continue with signal @var{sig}. @var{sig} should be two hex digits.
21908@item s
21909Step.
21910@item S@var{sig}
21911Step with signal @var{sig}. @var{sig} should be two hex digits.
21912@end table
21913
21914The optional @var{addr} argument normally associated with these packets is
21915not supported in @code{vCont}.
21916
21917Reply:
21918@xref{Stop Reply Packets}, for the reply specifications.
21919
21920@item @code{vCont?} --- extended resume query
21921@cindex @code{vCont?} packet
21922
21923Query support for the @code{vCont} packet.
21924
21925Reply:
21926@table @samp
21927@item @code{vCont}[;@var{action}]...
21928The @code{vCont} packet is supported. Each @var{action} is a supported
21929command in the @code{vCont} packet.
21930@item
21931The @code{vCont} packet is not supported.
21932@end table
ee2d5c50
AC
21933
21934@item @code{V} --- reserved
c906108c 21935
ee2d5c50 21936Reserved for future use.
c906108c 21937
ee2d5c50 21938@item @code{w} --- reserved
c906108c 21939
ee2d5c50 21940Reserved for future use.
c906108c 21941
ee2d5c50 21942@item @code{W} --- reserved
c906108c 21943
ee2d5c50 21944Reserved for future use.
c906108c 21945
ee2d5c50
AC
21946@item @code{x} --- reserved
21947
21948Reserved for future use.
21949
21950@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
21951@cindex @code{X} packet
21952
21953@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
21954is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
69065f5d
AC
21955escaped using @code{0x7d}, and then XORed with @code{0x20}.
21956For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
c906108c 21957
ee2d5c50
AC
21958Reply:
21959@table @samp
21960@item OK
21961for success
21962@item E@var{NN}
21963for an error
21964@end table
21965
21966@item @code{y} --- reserved
c906108c 21967
ee2d5c50 21968Reserved for future use.
c906108c 21969
ee2d5c50
AC
21970@item @code{Y} reserved
21971
21972Reserved for future use.
21973
2f870471
AC
21974@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
21975@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
21976@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 21977@cindex @code{z} packet
2f870471 21978@cindex @code{Z} packets
ee2d5c50 21979
2f870471
AC
21980Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
21981watchpoint starting at address @var{address} and covering the next
21982@var{length} bytes.
ee2d5c50 21983
2f870471
AC
21984Each breakpoint and watchpoint packet @var{type} is documented
21985separately.
21986
512217c7
AC
21987@emph{Implementation notes: A remote target shall return an empty string
21988for an unrecognized breakpoint or watchpoint packet @var{type}. A
21989remote target shall support either both or neither of a given
2f870471
AC
21990@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
21991avoid potential problems with duplicate packets, the operations should
21992be implemented in an idempotent way.}
21993
21994@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
21995@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
21996@cindex @code{z0} packet
21997@cindex @code{Z0} packet
21998
21999Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22000@code{addr} of size @code{length}.
22001
22002A memory breakpoint is implemented by replacing the instruction at
22003@var{addr} with a software breakpoint or trap instruction. The
22004@code{length} is used by targets that indicates the size of the
22005breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22006@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 22007
2f870471
AC
22008@emph{Implementation note: It is possible for a target to copy or move
22009code that contains memory breakpoints (e.g., when implementing
22010overlays). The behavior of this packet, in the presence of such a
22011target, is not defined.}
c906108c 22012
ee2d5c50
AC
22013Reply:
22014@table @samp
2f870471
AC
22015@item OK
22016success
22017@item
22018not supported
ee2d5c50
AC
22019@item E@var{NN}
22020for an error
2f870471
AC
22021@end table
22022
22023@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22024@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22025@cindex @code{z1} packet
22026@cindex @code{Z1} packet
22027
22028Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22029address @code{addr} of size @code{length}.
22030
22031A hardware breakpoint is implemented using a mechanism that is not
22032dependant on being able to modify the target's memory.
22033
22034@emph{Implementation note: A hardware breakpoint is not affected by code
22035movement.}
22036
22037Reply:
22038@table @samp
ee2d5c50 22039@item OK
2f870471
AC
22040success
22041@item
22042not supported
22043@item E@var{NN}
22044for an error
22045@end table
22046
22047@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22048@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22049@cindex @code{z2} packet
22050@cindex @code{Z2} packet
22051
22052Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22053
22054Reply:
22055@table @samp
22056@item OK
22057success
22058@item
22059not supported
22060@item E@var{NN}
22061for an error
22062@end table
22063
22064@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22065@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22066@cindex @code{z3} packet
22067@cindex @code{Z3} packet
22068
2e834e49 22069Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
22070
22071Reply:
22072@table @samp
22073@item OK
22074success
22075@item
22076not supported
22077@item E@var{NN}
22078for an error
22079@end table
22080
2e834e49
HPN
22081@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22082@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
22083@cindex @code{z4} packet
22084@cindex @code{Z4} packet
22085
22086Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22087
22088Reply:
22089@table @samp
22090@item OK
22091success
22092@item
22093not supported
22094@item E@var{NN}
22095for an error
ee2d5c50
AC
22096@end table
22097
22098@end table
c906108c 22099
ee2d5c50
AC
22100@node Stop Reply Packets
22101@section Stop Reply Packets
22102@cindex stop reply packets
c906108c 22103
8e04817f
AC
22104The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22105receive any of the below as a reply. In the case of the @samp{C},
22106@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22107when the target halts. In the below the exact meaning of @samp{signal
22108number} is poorly defined. In general one of the UNIX signal numbering
22109conventions is used.
c906108c 22110
ee2d5c50 22111@table @samp
c906108c 22112
ee2d5c50
AC
22113@item S@var{AA}
22114@var{AA} is the signal number
c906108c 22115
8e04817f 22116@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
22117@cindex @code{T} packet reply
22118
8e04817f
AC
22119@var{AA} = two hex digit signal number; @var{n...} = register number
22120(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
22121by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22122@var{r...} = thread process ID, this is a hex integer; @var{n...} =
22123(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22124address, this is a hex integer; @var{n...} = other string not starting
22125with valid hex digit. @value{GDBN} should ignore this @var{n...},
22126@var{r...} pair and go on to the next. This way we can extend the
22127protocol.
c906108c 22128
ee2d5c50
AC
22129@item W@var{AA}
22130
8e04817f 22131The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
22132applicable to certain targets.
22133
22134@item X@var{AA}
c906108c 22135
8e04817f 22136The process terminated with signal @var{AA}.
c906108c 22137
ee2d5c50 22138@item O@var{XX@dots{}}
c906108c 22139
ee2d5c50
AC
22140@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
22141any time while the program is running and the debugger should continue
22142to wait for @samp{W}, @samp{T}, etc.
22143
0ce1b118
CV
22144@item F@var{call-id}@code{,}@var{parameter@dots{}}
22145
22146@var{call-id} is the identifier which says which host system call should
22147be called. This is just the name of the function. Translation into the
22148correct system call is only applicable as it's defined in @value{GDBN}.
22149@xref{File-I/O remote protocol extension}, for a list of implemented
22150system calls.
22151
22152@var{parameter@dots{}} is a list of parameters as defined for this very
22153system call.
22154
22155The target replies with this packet when it expects @value{GDBN} to call
22156a host system call on behalf of the target. @value{GDBN} replies with
22157an appropriate @code{F} packet and keeps up waiting for the next reply
22158packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
22159@samp{s} action is expected to be continued.
22160@xref{File-I/O remote protocol extension}, for more details.
22161
ee2d5c50
AC
22162@end table
22163
22164@node General Query Packets
22165@section General Query Packets
9c16f35a 22166@cindex remote query requests
c906108c 22167
8e04817f 22168The following set and query packets have already been defined.
c906108c 22169
ee2d5c50 22170@table @r
c906108c 22171
ee2d5c50 22172@item @code{q}@code{C} --- current thread
9c16f35a
EZ
22173@cindex current thread, remote request
22174@cindex @code{qC} packet
ee2d5c50
AC
22175Return the current thread id.
22176
22177Reply:
22178@table @samp
22179@item @code{QC}@var{pid}
e1aac25b 22180Where @var{pid} is an unsigned hexidecimal process id.
ee2d5c50
AC
22181@item *
22182Any other reply implies the old pid.
22183@end table
22184
22185@item @code{q}@code{fThreadInfo} -- all thread ids
9c16f35a
EZ
22186@cindex list active threads, remote request
22187@cindex @code{qfThreadInfo} packet
ee2d5c50 22188@code{q}@code{sThreadInfo}
c906108c 22189
8e04817f
AC
22190Obtain a list of active thread ids from the target (OS). Since there
22191may be too many active threads to fit into one reply packet, this query
22192works iteratively: it may require more than one query/reply sequence to
22193obtain the entire list of threads. The first query of the sequence will
22194be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22195sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
22196
22197NOTE: replaces the @code{qL} query (see below).
22198
22199Reply:
22200@table @samp
22201@item @code{m}@var{id}
22202A single thread id
22203@item @code{m}@var{id},@var{id}@dots{}
22204a comma-separated list of thread ids
22205@item @code{l}
22206(lower case 'el') denotes end of list.
22207@end table
22208
22209In response to each query, the target will reply with a list of one or
e1aac25b
JB
22210more thread ids, in big-endian unsigned hex, separated by commas.
22211@value{GDBN} will respond to each reply with a request for more thread
22212ids (using the @code{qs} form of the query), until the target responds
22213with @code{l} (lower-case el, for @code{'last'}).
c906108c 22214
ee2d5c50 22215@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
9c16f35a
EZ
22216@cindex thread attributes info, remote request
22217@cindex @code{qThreadExtraInfo} packet
ee2d5c50
AC
22218Where @var{id} is a thread-id in big-endian hex. Obtain a printable
22219string description of a thread's attributes from the target OS. This
22220string may contain anything that the target OS thinks is interesting for
22221@value{GDBN} to tell the user about the thread. The string is displayed
22222in @value{GDBN}'s @samp{info threads} display. Some examples of
22223possible thread extra info strings are ``Runnable'', or ``Blocked on
22224Mutex''.
22225
22226Reply:
22227@table @samp
22228@item @var{XX@dots{}}
22229Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22230the printable string containing the extra information about the thread's
8e04817f 22231attributes.
ee2d5c50
AC
22232@end table
22233
22234@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 22235
8e04817f
AC
22236Obtain thread information from RTOS. Where: @var{startflag} (one hex
22237digit) is one to indicate the first query and zero to indicate a
22238subsequent query; @var{threadcount} (two hex digits) is the maximum
22239number of threads the response packet can contain; and @var{nextthread}
22240(eight hex digits), for subsequent queries (@var{startflag} is zero), is
22241returned in the response as @var{argthread}.
ee2d5c50
AC
22242
22243NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22244(see above).
22245
22246Reply:
22247@table @samp
22248@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
22249Where: @var{count} (two hex digits) is the number of threads being
22250returned; @var{done} (one hex digit) is zero to indicate more threads
22251and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
22252digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22253is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 22254digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 22255@end table
c906108c 22256
ee2d5c50 22257@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
9c16f35a
EZ
22258@cindex CRC of memory block, remote request
22259@cindex @code{qCRC} packet
ee2d5c50
AC
22260Reply:
22261@table @samp
22262@item @code{E}@var{NN}
22263An error (such as memory fault)
22264@item @code{C}@var{CRC32}
22265A 32 bit cyclic redundancy check of the specified memory region.
22266@end table
22267
22268@item @code{q}@code{Offsets} --- query sect offs
9c16f35a
EZ
22269@cindex section offsets, remote request
22270@cindex @code{qOffsets} packet
8e04817f
AC
22271Get section offsets that the target used when re-locating the downloaded
22272image. @emph{Note: while a @code{Bss} offset is included in the
22273response, @value{GDBN} ignores this and instead applies the @code{Data}
22274offset to the @code{Bss} section.}
c906108c 22275
ee2d5c50
AC
22276Reply:
22277@table @samp
22278@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22279@end table
22280
22281@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
9c16f35a
EZ
22282@cindex thread information, remote request
22283@cindex @code{qP} packet
8e04817f
AC
22284Returns information on @var{threadid}. Where: @var{mode} is a hex
22285encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
22286
22287Reply:
22288@table @samp
22289@item *
22290@end table
22291
8e04817f 22292See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 22293
ee2d5c50 22294@item @code{q}@code{Rcmd,}@var{command} --- remote command
9c16f35a
EZ
22295@cindex execute remote command, remote request
22296@cindex @code{qRcmd} packet
ee2d5c50 22297@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
22298execution. Invalid commands should be reported using the output string.
22299Before the final result packet, the target may also respond with a
ee2d5c50
AC
22300number of intermediate @code{O}@var{output} console output packets.
22301@emph{Implementors should note that providing access to a stubs's
22302interpreter may have security implications}.
22303
22304Reply:
22305@table @samp
22306@item OK
8e04817f 22307A command response with no output.
ee2d5c50 22308@item @var{OUTPUT}
8e04817f 22309A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 22310@item @code{E}@var{NN}
8e04817f 22311Indicate a badly formed request.
ee2d5c50 22312@item @samp{}
8e04817f 22313When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50 22314@end table
9c16f35a 22315z
ee2d5c50 22316@item @code{qSymbol::} --- symbol lookup
9c16f35a
EZ
22317@cindex symbol lookup, remote request
22318@cindex @code{qSymbol} packet
8e04817f
AC
22319Notify the target that @value{GDBN} is prepared to serve symbol lookup
22320requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
22321
22322Reply:
22323@table @samp
22324@item @code{OK}
8e04817f 22325The target does not need to look up any (more) symbols.
ee2d5c50
AC
22326@item @code{qSymbol:}@var{sym_name}
22327The target requests the value of symbol @var{sym_name} (hex encoded).
22328@value{GDBN} may provide the value by using the
22329@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22330@end table
22331
22332@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22333
22334Set the value of @var{sym_name} to @var{sym_value}.
22335
22336@var{sym_name} (hex encoded) is the name of a symbol whose value the
22337target has previously requested.
22338
22339@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
22340@value{GDBN} cannot supply a value for @var{sym_name}, then this field
22341will be empty.
22342
22343Reply:
22344@table @samp
22345@item @code{OK}
8e04817f 22346The target does not need to look up any (more) symbols.
ee2d5c50
AC
22347@item @code{qSymbol:}@var{sym_name}
22348The target requests the value of a new symbol @var{sym_name} (hex
22349encoded). @value{GDBN} will continue to supply the values of symbols
22350(if available), until the target ceases to request them.
22351@end table
eb12ee30 22352
649e03f6 22353@item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
9c16f35a
EZ
22354@cindex read special object, remote request
22355@cindex @code{qPart} packet
649e03f6
RM
22356Read uninterpreted bytes from the target's special data area
22357identified by the keyword @code{object}.
22358Request @var{length} bytes starting at @var{offset} bytes into the data.
22359The content and encoding of @var{annex} is specific to the object;
22360it can supply additional details about what data to access.
22361
22362Here are the specific requests of this form defined so far.
22363All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22364requests use the same reply formats, listed below.
22365
22366@table @asis
22367@item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
721c2651
EZ
22368Access the target's @dfn{auxiliary vector}. @xref{OS Information,
22369auxiliary vector}, and see @ref{Remote configuration,
22370read-aux-vector-packet}. Note @var{annex} must be empty.
649e03f6
RM
22371@end table
22372
22373Reply:
22374@table @asis
22375@item @code{OK}
22376The @var{offset} in the request is at the end of the data.
22377There is no more data to be read.
22378
22379@item @var{XX@dots{}}
22380Hex encoded data bytes read.
22381This may be fewer bytes than the @var{length} in the request.
22382
22383@item @code{E00}
22384The request was malformed, or @var{annex} was invalid.
22385
22386@item @code{E}@var{nn}
22387The offset was invalid, or there was an error encountered reading the data.
22388@var{nn} is a hex-encoded @code{errno} value.
22389
22390@item @code{""} (empty)
22391An empty reply indicates the @var{object} or @var{annex} string was not
22392recognized by the stub.
22393@end table
22394
22395@item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
9c16f35a 22396@cindex write data into object, remote request
649e03f6
RM
22397Write uninterpreted bytes into the target's special data area
22398identified by the keyword @code{object},
22399starting at @var{offset} bytes into the data.
22400@var{data@dots{}} is the hex-encoded data to be written.
22401The content and encoding of @var{annex} is specific to the object;
22402it can supply additional details about what data to access.
22403
22404No requests of this form are presently in use. This specification
22405serves as a placeholder to document the common format that new
22406specific request specifications ought to use.
22407
22408Reply:
22409@table @asis
22410@item @var{nn}
22411@var{nn} (hex encoded) is the number of bytes written.
22412This may be fewer bytes than supplied in the request.
22413
22414@item @code{E00}
22415The request was malformed, or @var{annex} was invalid.
22416
22417@item @code{E}@var{nn}
22418The offset was invalid, or there was an error encountered writing the data.
22419@var{nn} is a hex-encoded @code{errno} value.
22420
22421@item @code{""} (empty)
22422An empty reply indicates the @var{object} or @var{annex} string was not
22423recognized by the stub, or that the object does not support writing.
22424@end table
22425
22426@item @code{qPart}:@var{object}:@var{operation}:@dots{}
22427Requests of this form may be added in the future. When a stub does
22428not recognize the @var{object} keyword, or its support for
22429@var{object} does not recognize the @var{operation} keyword,
22430the stub must respond with an empty packet.
83761cbd
KB
22431
22432@item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
9c16f35a
EZ
22433@cindex get thread-local storage address, remote request
22434@cindex @code{qGetTLSAddr} packet
83761cbd
KB
22435Fetch the address associated with thread local storage specified
22436by @var{thread-id}, @var{offset}, and @var{lm}.
22437
22438@var{thread-id} is the (big endian, hex encoded) thread id associated with the
22439thread for which to fetch the TLS address.
22440
22441@var{offset} is the (big endian, hex encoded) offset associated with the
22442thread local variable. (This offset is obtained from the debug
22443information associated with the variable.)
22444
22445@var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22446the load module associated with the thread local storage. For example,
22447a @sc{gnu}/Linux system will pass the link map address of the shared
22448object associated with the thread local storage under consideration.
22449Other operating environments may choose to represent the load module
22450differently, so the precise meaning of this parameter will vary.
22451
22452Reply:
22453@table @asis
68c71a2e 22454@item @var{XX@dots{}}
83761cbd
KB
22455Hex encoded (big endian) bytes representing the address of the thread
22456local storage requested.
22457
22458@item @code{E}@var{nn} (where @var{nn} are hex digits)
22459An error occurred.
22460
22461@item @code{""} (empty)
22462An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22463@end table
22464
ee2d5c50
AC
22465@end table
22466
22467@node Register Packet Format
22468@section Register Packet Format
eb12ee30 22469
8e04817f 22470The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
22471In the below, some thirty-two bit registers are transferred as
22472sixty-four bits. Those registers should be zero/sign extended (which?)
22473to fill the space allocated. Register bytes are transfered in target
22474byte order. The two nibbles within a register byte are transfered
22475most-significant - least-significant.
eb12ee30 22476
ee2d5c50 22477@table @r
eb12ee30 22478
8e04817f 22479@item MIPS32
ee2d5c50 22480
8e04817f
AC
22481All registers are transfered as thirty-two bit quantities in the order:
2248232 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22483registers; fsr; fir; fp.
eb12ee30 22484
8e04817f 22485@item MIPS64
ee2d5c50 22486
8e04817f
AC
22487All registers are transfered as sixty-four bit quantities (including
22488thirty-two bit registers such as @code{sr}). The ordering is the same
22489as @code{MIPS32}.
eb12ee30 22490
ee2d5c50
AC
22491@end table
22492
22493@node Examples
22494@section Examples
eb12ee30 22495
8e04817f
AC
22496Example sequence of a target being re-started. Notice how the restart
22497does not get any direct output:
eb12ee30 22498
474c8240 22499@smallexample
d2c6833e
AC
22500-> @code{R00}
22501<- @code{+}
8e04817f 22502@emph{target restarts}
d2c6833e 22503-> @code{?}
8e04817f 22504<- @code{+}
d2c6833e
AC
22505<- @code{T001:1234123412341234}
22506-> @code{+}
474c8240 22507@end smallexample
eb12ee30 22508
8e04817f 22509Example sequence of a target being stepped by a single instruction:
eb12ee30 22510
474c8240 22511@smallexample
d2c6833e 22512-> @code{G1445@dots{}}
8e04817f 22513<- @code{+}
d2c6833e
AC
22514-> @code{s}
22515<- @code{+}
22516@emph{time passes}
22517<- @code{T001:1234123412341234}
8e04817f 22518-> @code{+}
d2c6833e 22519-> @code{g}
8e04817f 22520<- @code{+}
d2c6833e
AC
22521<- @code{1455@dots{}}
22522-> @code{+}
474c8240 22523@end smallexample
eb12ee30 22524
0ce1b118
CV
22525@node File-I/O remote protocol extension
22526@section File-I/O remote protocol extension
22527@cindex File-I/O remote protocol extension
22528
22529@menu
22530* File-I/O Overview::
22531* Protocol basics::
1d8b2f28
JB
22532* The F request packet::
22533* The F reply packet::
0ce1b118
CV
22534* Memory transfer::
22535* The Ctrl-C message::
22536* Console I/O::
22537* The isatty call::
22538* The system call::
22539* List of supported calls::
22540* Protocol specific representation of datatypes::
22541* Constants::
22542* File-I/O Examples::
22543@end menu
22544
22545@node File-I/O Overview
22546@subsection File-I/O Overview
22547@cindex file-i/o overview
22548
9c16f35a
EZ
22549The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
22550target to use the host's file system and console I/O when calling various
0ce1b118
CV
22551system calls. System calls on the target system are translated into a
22552remote protocol packet to the host system which then performs the needed
22553actions and returns with an adequate response packet to the target system.
22554This simulates file system operations even on targets that lack file systems.
22555
22556The protocol is defined host- and target-system independent. It uses
9c16f35a 22557its own independent representation of datatypes and values. Both,
0ce1b118
CV
22558@value{GDBN} and the target's @value{GDBN} stub are responsible for
22559translating the system dependent values into the unified protocol values
22560when data is transmitted.
22561
22562The communication is synchronous. A system call is possible only
22563when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
22564packets. While @value{GDBN} handles the request for a system call,
22565the target is stopped to allow deterministic access to the target's
22566memory. Therefore File-I/O is not interuptible by target signals. It
22567is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
22568
22569The target's request to perform a host system call does not finish
22570the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
22571after finishing the system call, the target returns to continuing the
22572previous activity (continue, step). No additional continue or step
22573request from @value{GDBN} is required.
22574
22575@smallexample
f7dc1244 22576(@value{GDBP}) continue
0ce1b118
CV
22577 <- target requests 'system call X'
22578 target is stopped, @value{GDBN} executes system call
22579 -> GDB returns result
22580 ... target continues, GDB returns to wait for the target
22581 <- target hits breakpoint and sends a Txx packet
22582@end smallexample
22583
22584The protocol is only used for files on the host file system and
22585for I/O on the console. Character or block special devices, pipes,
22586named pipes or sockets or any other communication method on the host
22587system are not supported by this protocol.
22588
22589@node Protocol basics
22590@subsection Protocol basics
22591@cindex protocol basics, file-i/o
22592
22593The File-I/O protocol uses the @code{F} packet, as request as well
22594as as reply packet. Since a File-I/O system call can only occur when
b383017d 22595@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
22596File-I/O request is a reply that @value{GDBN} has to expect as a result
22597of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
22598This @code{F} packet contains all information needed to allow @value{GDBN}
22599to call the appropriate host system call:
22600
22601@itemize @bullet
b383017d 22602@item
0ce1b118
CV
22603A unique identifier for the requested system call.
22604
22605@item
22606All parameters to the system call. Pointers are given as addresses
22607in the target memory address space. Pointers to strings are given as
b383017d 22608pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
22609Numerical control values are given in a protocol specific representation.
22610
22611@end itemize
22612
22613At that point @value{GDBN} has to perform the following actions.
22614
22615@itemize @bullet
b383017d 22616@item
0ce1b118
CV
22617If parameter pointer values are given, which point to data needed as input
22618to a system call, @value{GDBN} requests this data from the target with a
22619standard @code{m} packet request. This additional communication has to be
22620expected by the target implementation and is handled as any other @code{m}
22621packet.
22622
22623@item
22624@value{GDBN} translates all value from protocol representation to host
22625representation as needed. Datatypes are coerced into the host types.
22626
22627@item
22628@value{GDBN} calls the system call
22629
22630@item
22631It then coerces datatypes back to protocol representation.
22632
22633@item
22634If pointer parameters in the request packet point to buffer space in which
22635a system call is expected to copy data to, the data is transmitted to the
22636target using a @code{M} or @code{X} packet. This packet has to be expected
22637by the target implementation and is handled as any other @code{M} or @code{X}
22638packet.
22639
22640@end itemize
22641
22642Eventually @value{GDBN} replies with another @code{F} packet which contains all
22643necessary information for the target to continue. This at least contains
22644
22645@itemize @bullet
22646@item
22647Return value.
22648
22649@item
22650@code{errno}, if has been changed by the system call.
22651
22652@item
22653``Ctrl-C'' flag.
22654
22655@end itemize
22656
22657After having done the needed type and value coercion, the target continues
22658the latest continue or step action.
22659
1d8b2f28 22660@node The F request packet
0ce1b118
CV
22661@subsection The @code{F} request packet
22662@cindex file-i/o request packet
22663@cindex @code{F} request packet
22664
22665The @code{F} request packet has the following format:
22666
22667@table @samp
22668
22669@smallexample
22670@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
22671@end smallexample
22672
22673@var{call-id} is the identifier to indicate the host system call to be called.
22674This is just the name of the function.
22675
22676@var{parameter@dots{}} are the parameters to the system call.
22677
b383017d 22678@end table
0ce1b118
CV
22679
22680Parameters are hexadecimal integer values, either the real values in case
22681of scalar datatypes, as pointers to target buffer space in case of compound
22682datatypes and unspecified memory areas or as pointer/length pairs in case
22683of string parameters. These are appended to the call-id, each separated
22684from its predecessor by a comma. All values are transmitted in ASCII
22685string representation, pointer/length pairs separated by a slash.
22686
1d8b2f28 22687@node The F reply packet
0ce1b118
CV
22688@subsection The @code{F} reply packet
22689@cindex file-i/o reply packet
22690@cindex @code{F} reply packet
22691
22692The @code{F} reply packet has the following format:
22693
22694@table @samp
22695
22696@smallexample
22697@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
22698@end smallexample
22699
22700@var{retcode} is the return code of the system call as hexadecimal value.
22701
22702@var{errno} is the errno set by the call, in protocol specific representation.
22703This parameter can be omitted if the call was successful.
22704
22705@var{Ctrl-C flag} is only send if the user requested a break. In this
22706case, @var{errno} must be send as well, even if the call was successful.
22707The @var{Ctrl-C flag} itself consists of the character 'C':
22708
22709@smallexample
22710F0,0,C
22711@end smallexample
22712
22713@noindent
22714or, if the call was interupted before the host call has been performed:
22715
22716@smallexample
22717F-1,4,C
22718@end smallexample
22719
22720@noindent
22721assuming 4 is the protocol specific representation of @code{EINTR}.
22722
22723@end table
22724
22725@node Memory transfer
22726@subsection Memory transfer
22727@cindex memory transfer, in file-i/o protocol
22728
22729Structured data which is transferred using a memory read or write as e.g.@:
22730a @code{struct stat} is expected to be in a protocol specific format with
22731all scalar multibyte datatypes being big endian. This should be done by
22732the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
22733it transfers memory to the target. Transferred pointers to structured
22734data should point to the already coerced data at any time.
22735
22736@node The Ctrl-C message
22737@subsection The Ctrl-C message
22738@cindex ctrl-c message, in file-i/o protocol
22739
22740A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
22741reply packet. In this case the target should behave, as if it had
22742gotten a break message. The meaning for the target is ``system call
22743interupted by @code{SIGINT}''. Consequentially, the target should actually stop
22744(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 22745packet. In this case, it's important for the target to know, in which
0ce1b118
CV
22746state the system call was interrupted. Since this action is by design
22747not an atomic operation, we have to differ between two cases:
22748
22749@itemize @bullet
22750@item
22751The system call hasn't been performed on the host yet.
22752
22753@item
22754The system call on the host has been finished.
22755
22756@end itemize
22757
22758These two states can be distinguished by the target by the value of the
22759returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
22760call hasn't been performed. This is equivalent to the @code{EINTR} handling
22761on POSIX systems. In any other case, the target may presume that the
22762system call has been finished --- successful or not --- and should behave
22763as if the break message arrived right after the system call.
22764
22765@value{GDBN} must behave reliable. If the system call has not been called
22766yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
22767@code{errno} in the packet. If the system call on the host has been finished
22768before the user requests a break, the full action must be finshed by
22769@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
22770The @code{F} packet may only be send when either nothing has happened
22771or the full action has been completed.
22772
22773@node Console I/O
22774@subsection Console I/O
22775@cindex console i/o as part of file-i/o
22776
22777By default and if not explicitely closed by the target system, the file
22778descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
22779on the @value{GDBN} console is handled as any other file output operation
22780(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
22781by @value{GDBN} so that after the target read request from file descriptor
227820 all following typing is buffered until either one of the following
22783conditions is met:
22784
22785@itemize @bullet
22786@item
22787The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
22788@code{read}
22789system call is treated as finished.
22790
22791@item
22792The user presses @kbd{Enter}. This is treated as end of input with a trailing
22793line feed.
22794
22795@item
22796The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
22797character, especially no Ctrl-D is appended to the input.
22798
22799@end itemize
22800
22801If the user has typed more characters as fit in the buffer given to
22802the read call, the trailing characters are buffered in @value{GDBN} until
22803either another @code{read(0, @dots{})} is requested by the target or debugging
22804is stopped on users request.
22805
22806@node The isatty call
22807@subsection The isatty(3) call
22808@cindex isatty call, file-i/o protocol
22809
22810A special case in this protocol is the library call @code{isatty} which
9c16f35a 22811is implemented as its own call inside of this protocol. It returns
0ce1b118
CV
228121 to the target if the file descriptor given as parameter is attached
22813to the @value{GDBN} console, 0 otherwise. Implementing through system calls
22814would require implementing @code{ioctl} and would be more complex than
22815needed.
22816
22817@node The system call
22818@subsection The system(3) call
22819@cindex system call, file-i/o protocol
22820
22821The other special case in this protocol is the @code{system} call which
9c16f35a 22822is implemented as its own call, too. @value{GDBN} is taking over the full
0ce1b118
CV
22823task of calling the necessary host calls to perform the @code{system}
22824call. The return value of @code{system} is simplified before it's returned
22825to the target. Basically, the only signal transmitted back is @code{EINTR}
22826in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
22827entirely of the exit status of the called command.
22828
9c16f35a
EZ
22829Due to security concerns, the @code{system} call is by default refused
22830by @value{GDBN}. The user has to allow this call explicitly with the
22831@kbd{set remote system-call-allowed 1} command.
0ce1b118 22832
9c16f35a
EZ
22833@table @code
22834@item set remote system-call-allowed
22835@kindex set remote system-call-allowed
22836Control whether to allow the @code{system} calls in the File I/O
22837protocol for the remote target. The default is zero (disabled).
0ce1b118 22838
9c16f35a 22839@item show remote system-call-allowed
0ce1b118 22840@kindex show remote system-call-allowed
9c16f35a
EZ
22841Show the current setting of system calls for the remote File I/O
22842protocol.
0ce1b118
CV
22843@end table
22844
22845@node List of supported calls
22846@subsection List of supported calls
22847@cindex list of supported file-i/o calls
22848
22849@menu
22850* open::
22851* close::
22852* read::
22853* write::
22854* lseek::
22855* rename::
22856* unlink::
22857* stat/fstat::
22858* gettimeofday::
22859* isatty::
22860* system::
22861@end menu
22862
22863@node open
22864@unnumberedsubsubsec open
22865@cindex open, file-i/o system call
22866
22867@smallexample
22868@exdent Synopsis:
22869int open(const char *pathname, int flags);
22870int open(const char *pathname, int flags, mode_t mode);
22871
b383017d 22872@exdent Request:
0ce1b118
CV
22873Fopen,pathptr/len,flags,mode
22874@end smallexample
22875
22876@noindent
22877@code{flags} is the bitwise or of the following values:
22878
22879@table @code
b383017d 22880@item O_CREAT
0ce1b118
CV
22881If the file does not exist it will be created. The host
22882rules apply as far as file ownership and time stamps
22883are concerned.
22884
b383017d 22885@item O_EXCL
0ce1b118
CV
22886When used with O_CREAT, if the file already exists it is
22887an error and open() fails.
22888
b383017d 22889@item O_TRUNC
0ce1b118
CV
22890If the file already exists and the open mode allows
22891writing (O_RDWR or O_WRONLY is given) it will be
22892truncated to length 0.
22893
b383017d 22894@item O_APPEND
0ce1b118
CV
22895The file is opened in append mode.
22896
b383017d 22897@item O_RDONLY
0ce1b118
CV
22898The file is opened for reading only.
22899
b383017d 22900@item O_WRONLY
0ce1b118
CV
22901The file is opened for writing only.
22902
b383017d 22903@item O_RDWR
0ce1b118
CV
22904The file is opened for reading and writing.
22905
22906@noindent
22907Each other bit is silently ignored.
22908
22909@end table
22910
22911@noindent
22912@code{mode} is the bitwise or of the following values:
22913
22914@table @code
b383017d 22915@item S_IRUSR
0ce1b118
CV
22916User has read permission.
22917
b383017d 22918@item S_IWUSR
0ce1b118
CV
22919User has write permission.
22920
b383017d 22921@item S_IRGRP
0ce1b118
CV
22922Group has read permission.
22923
b383017d 22924@item S_IWGRP
0ce1b118
CV
22925Group has write permission.
22926
b383017d 22927@item S_IROTH
0ce1b118
CV
22928Others have read permission.
22929
b383017d 22930@item S_IWOTH
0ce1b118
CV
22931Others have write permission.
22932
22933@noindent
22934Each other bit is silently ignored.
22935
22936@end table
22937
22938@smallexample
22939@exdent Return value:
22940open returns the new file descriptor or -1 if an error
22941occured.
22942
22943@exdent Errors:
22944@end smallexample
22945
22946@table @code
b383017d 22947@item EEXIST
0ce1b118
CV
22948pathname already exists and O_CREAT and O_EXCL were used.
22949
b383017d 22950@item EISDIR
0ce1b118
CV
22951pathname refers to a directory.
22952
b383017d 22953@item EACCES
0ce1b118
CV
22954The requested access is not allowed.
22955
22956@item ENAMETOOLONG
22957pathname was too long.
22958
b383017d 22959@item ENOENT
0ce1b118
CV
22960A directory component in pathname does not exist.
22961
b383017d 22962@item ENODEV
0ce1b118
CV
22963pathname refers to a device, pipe, named pipe or socket.
22964
b383017d 22965@item EROFS
0ce1b118
CV
22966pathname refers to a file on a read-only filesystem and
22967write access was requested.
22968
b383017d 22969@item EFAULT
0ce1b118
CV
22970pathname is an invalid pointer value.
22971
b383017d 22972@item ENOSPC
0ce1b118
CV
22973No space on device to create the file.
22974
b383017d 22975@item EMFILE
0ce1b118
CV
22976The process already has the maximum number of files open.
22977
b383017d 22978@item ENFILE
0ce1b118
CV
22979The limit on the total number of files open on the system
22980has been reached.
22981
b383017d 22982@item EINTR
0ce1b118
CV
22983The call was interrupted by the user.
22984@end table
22985
22986@node close
22987@unnumberedsubsubsec close
22988@cindex close, file-i/o system call
22989
22990@smallexample
b383017d 22991@exdent Synopsis:
0ce1b118
CV
22992int close(int fd);
22993
b383017d 22994@exdent Request:
0ce1b118
CV
22995Fclose,fd
22996
22997@exdent Return value:
22998close returns zero on success, or -1 if an error occurred.
22999
23000@exdent Errors:
23001@end smallexample
23002
23003@table @code
b383017d 23004@item EBADF
0ce1b118
CV
23005fd isn't a valid open file descriptor.
23006
b383017d 23007@item EINTR
0ce1b118
CV
23008The call was interrupted by the user.
23009@end table
23010
23011@node read
23012@unnumberedsubsubsec read
23013@cindex read, file-i/o system call
23014
23015@smallexample
b383017d 23016@exdent Synopsis:
0ce1b118
CV
23017int read(int fd, void *buf, unsigned int count);
23018
b383017d 23019@exdent Request:
0ce1b118
CV
23020Fread,fd,bufptr,count
23021
23022@exdent Return value:
23023On success, the number of bytes read is returned.
23024Zero indicates end of file. If count is zero, read
b383017d 23025returns zero as well. On error, -1 is returned.
0ce1b118
CV
23026
23027@exdent Errors:
23028@end smallexample
23029
23030@table @code
b383017d 23031@item EBADF
0ce1b118
CV
23032fd is not a valid file descriptor or is not open for
23033reading.
23034
b383017d 23035@item EFAULT
0ce1b118
CV
23036buf is an invalid pointer value.
23037
b383017d 23038@item EINTR
0ce1b118
CV
23039The call was interrupted by the user.
23040@end table
23041
23042@node write
23043@unnumberedsubsubsec write
23044@cindex write, file-i/o system call
23045
23046@smallexample
b383017d 23047@exdent Synopsis:
0ce1b118
CV
23048int write(int fd, const void *buf, unsigned int count);
23049
b383017d 23050@exdent Request:
0ce1b118
CV
23051Fwrite,fd,bufptr,count
23052
23053@exdent Return value:
23054On success, the number of bytes written are returned.
23055Zero indicates nothing was written. On error, -1
23056is returned.
23057
23058@exdent Errors:
23059@end smallexample
23060
23061@table @code
b383017d 23062@item EBADF
0ce1b118
CV
23063fd is not a valid file descriptor or is not open for
23064writing.
23065
b383017d 23066@item EFAULT
0ce1b118
CV
23067buf is an invalid pointer value.
23068
b383017d 23069@item EFBIG
0ce1b118
CV
23070An attempt was made to write a file that exceeds the
23071host specific maximum file size allowed.
23072
b383017d 23073@item ENOSPC
0ce1b118
CV
23074No space on device to write the data.
23075
b383017d 23076@item EINTR
0ce1b118
CV
23077The call was interrupted by the user.
23078@end table
23079
23080@node lseek
23081@unnumberedsubsubsec lseek
23082@cindex lseek, file-i/o system call
23083
23084@smallexample
b383017d 23085@exdent Synopsis:
0ce1b118
CV
23086long lseek (int fd, long offset, int flag);
23087
b383017d 23088@exdent Request:
0ce1b118
CV
23089Flseek,fd,offset,flag
23090@end smallexample
23091
23092@code{flag} is one of:
23093
23094@table @code
b383017d 23095@item SEEK_SET
0ce1b118
CV
23096The offset is set to offset bytes.
23097
b383017d 23098@item SEEK_CUR
0ce1b118
CV
23099The offset is set to its current location plus offset
23100bytes.
23101
b383017d 23102@item SEEK_END
0ce1b118
CV
23103The offset is set to the size of the file plus offset
23104bytes.
23105@end table
23106
23107@smallexample
23108@exdent Return value:
23109On success, the resulting unsigned offset in bytes from
23110the beginning of the file is returned. Otherwise, a
23111value of -1 is returned.
23112
23113@exdent Errors:
23114@end smallexample
23115
23116@table @code
b383017d 23117@item EBADF
0ce1b118
CV
23118fd is not a valid open file descriptor.
23119
b383017d 23120@item ESPIPE
0ce1b118
CV
23121fd is associated with the @value{GDBN} console.
23122
b383017d 23123@item EINVAL
0ce1b118
CV
23124flag is not a proper value.
23125
b383017d 23126@item EINTR
0ce1b118
CV
23127The call was interrupted by the user.
23128@end table
23129
23130@node rename
23131@unnumberedsubsubsec rename
23132@cindex rename, file-i/o system call
23133
23134@smallexample
b383017d 23135@exdent Synopsis:
0ce1b118
CV
23136int rename(const char *oldpath, const char *newpath);
23137
b383017d 23138@exdent Request:
0ce1b118
CV
23139Frename,oldpathptr/len,newpathptr/len
23140
23141@exdent Return value:
23142On success, zero is returned. On error, -1 is returned.
23143
23144@exdent Errors:
23145@end smallexample
23146
23147@table @code
b383017d 23148@item EISDIR
0ce1b118
CV
23149newpath is an existing directory, but oldpath is not a
23150directory.
23151
b383017d 23152@item EEXIST
0ce1b118
CV
23153newpath is a non-empty directory.
23154
b383017d 23155@item EBUSY
0ce1b118
CV
23156oldpath or newpath is a directory that is in use by some
23157process.
23158
b383017d 23159@item EINVAL
0ce1b118
CV
23160An attempt was made to make a directory a subdirectory
23161of itself.
23162
b383017d 23163@item ENOTDIR
0ce1b118
CV
23164A component used as a directory in oldpath or new
23165path is not a directory. Or oldpath is a directory
23166and newpath exists but is not a directory.
23167
b383017d 23168@item EFAULT
0ce1b118
CV
23169oldpathptr or newpathptr are invalid pointer values.
23170
b383017d 23171@item EACCES
0ce1b118
CV
23172No access to the file or the path of the file.
23173
23174@item ENAMETOOLONG
b383017d 23175
0ce1b118
CV
23176oldpath or newpath was too long.
23177
b383017d 23178@item ENOENT
0ce1b118
CV
23179A directory component in oldpath or newpath does not exist.
23180
b383017d 23181@item EROFS
0ce1b118
CV
23182The file is on a read-only filesystem.
23183
b383017d 23184@item ENOSPC
0ce1b118
CV
23185The device containing the file has no room for the new
23186directory entry.
23187
b383017d 23188@item EINTR
0ce1b118
CV
23189The call was interrupted by the user.
23190@end table
23191
23192@node unlink
23193@unnumberedsubsubsec unlink
23194@cindex unlink, file-i/o system call
23195
23196@smallexample
b383017d 23197@exdent Synopsis:
0ce1b118
CV
23198int unlink(const char *pathname);
23199
b383017d 23200@exdent Request:
0ce1b118
CV
23201Funlink,pathnameptr/len
23202
23203@exdent Return value:
23204On success, zero is returned. On error, -1 is returned.
23205
23206@exdent Errors:
23207@end smallexample
23208
23209@table @code
b383017d 23210@item EACCES
0ce1b118
CV
23211No access to the file or the path of the file.
23212
b383017d 23213@item EPERM
0ce1b118
CV
23214The system does not allow unlinking of directories.
23215
b383017d 23216@item EBUSY
0ce1b118
CV
23217The file pathname cannot be unlinked because it's
23218being used by another process.
23219
b383017d 23220@item EFAULT
0ce1b118
CV
23221pathnameptr is an invalid pointer value.
23222
23223@item ENAMETOOLONG
23224pathname was too long.
23225
b383017d 23226@item ENOENT
0ce1b118
CV
23227A directory component in pathname does not exist.
23228
b383017d 23229@item ENOTDIR
0ce1b118
CV
23230A component of the path is not a directory.
23231
b383017d 23232@item EROFS
0ce1b118
CV
23233The file is on a read-only filesystem.
23234
b383017d 23235@item EINTR
0ce1b118
CV
23236The call was interrupted by the user.
23237@end table
23238
23239@node stat/fstat
23240@unnumberedsubsubsec stat/fstat
23241@cindex fstat, file-i/o system call
23242@cindex stat, file-i/o system call
23243
23244@smallexample
b383017d 23245@exdent Synopsis:
0ce1b118
CV
23246int stat(const char *pathname, struct stat *buf);
23247int fstat(int fd, struct stat *buf);
23248
b383017d 23249@exdent Request:
0ce1b118
CV
23250Fstat,pathnameptr/len,bufptr
23251Ffstat,fd,bufptr
23252
23253@exdent Return value:
23254On success, zero is returned. On error, -1 is returned.
23255
23256@exdent Errors:
23257@end smallexample
23258
23259@table @code
b383017d 23260@item EBADF
0ce1b118
CV
23261fd is not a valid open file.
23262
b383017d 23263@item ENOENT
0ce1b118
CV
23264A directory component in pathname does not exist or the
23265path is an empty string.
23266
b383017d 23267@item ENOTDIR
0ce1b118
CV
23268A component of the path is not a directory.
23269
b383017d 23270@item EFAULT
0ce1b118
CV
23271pathnameptr is an invalid pointer value.
23272
b383017d 23273@item EACCES
0ce1b118
CV
23274No access to the file or the path of the file.
23275
23276@item ENAMETOOLONG
23277pathname was too long.
23278
b383017d 23279@item EINTR
0ce1b118
CV
23280The call was interrupted by the user.
23281@end table
23282
23283@node gettimeofday
23284@unnumberedsubsubsec gettimeofday
23285@cindex gettimeofday, file-i/o system call
23286
23287@smallexample
b383017d 23288@exdent Synopsis:
0ce1b118
CV
23289int gettimeofday(struct timeval *tv, void *tz);
23290
b383017d 23291@exdent Request:
0ce1b118
CV
23292Fgettimeofday,tvptr,tzptr
23293
23294@exdent Return value:
23295On success, 0 is returned, -1 otherwise.
23296
23297@exdent Errors:
23298@end smallexample
23299
23300@table @code
b383017d 23301@item EINVAL
0ce1b118
CV
23302tz is a non-NULL pointer.
23303
b383017d 23304@item EFAULT
0ce1b118
CV
23305tvptr and/or tzptr is an invalid pointer value.
23306@end table
23307
23308@node isatty
23309@unnumberedsubsubsec isatty
23310@cindex isatty, file-i/o system call
23311
23312@smallexample
b383017d 23313@exdent Synopsis:
0ce1b118
CV
23314int isatty(int fd);
23315
b383017d 23316@exdent Request:
0ce1b118
CV
23317Fisatty,fd
23318
23319@exdent Return value:
23320Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23321
23322@exdent Errors:
23323@end smallexample
23324
23325@table @code
b383017d 23326@item EINTR
0ce1b118
CV
23327The call was interrupted by the user.
23328@end table
23329
23330@node system
23331@unnumberedsubsubsec system
23332@cindex system, file-i/o system call
23333
23334@smallexample
b383017d 23335@exdent Synopsis:
0ce1b118
CV
23336int system(const char *command);
23337
b383017d 23338@exdent Request:
0ce1b118
CV
23339Fsystem,commandptr/len
23340
23341@exdent Return value:
23342The value returned is -1 on error and the return status
23343of the command otherwise. Only the exit status of the
23344command is returned, which is extracted from the hosts
23345system return value by calling WEXITSTATUS(retval).
23346In case /bin/sh could not be executed, 127 is returned.
23347
23348@exdent Errors:
23349@end smallexample
23350
23351@table @code
b383017d 23352@item EINTR
0ce1b118
CV
23353The call was interrupted by the user.
23354@end table
23355
23356@node Protocol specific representation of datatypes
23357@subsection Protocol specific representation of datatypes
23358@cindex protocol specific representation of datatypes, in file-i/o protocol
23359
23360@menu
23361* Integral datatypes::
23362* Pointer values::
23363* struct stat::
23364* struct timeval::
23365@end menu
23366
23367@node Integral datatypes
23368@unnumberedsubsubsec Integral datatypes
23369@cindex integral datatypes, in file-i/o protocol
23370
23371The integral datatypes used in the system calls are
23372
23373@smallexample
23374int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23375@end smallexample
23376
23377@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23378implemented as 32 bit values in this protocol.
23379
b383017d
RM
23380@code{Long} and @code{unsigned long} are implemented as 64 bit types.
23381
0ce1b118
CV
23382@xref{Limits}, for corresponding MIN and MAX values (similar to those
23383in @file{limits.h}) to allow range checking on host and target.
23384
23385@code{time_t} datatypes are defined as seconds since the Epoch.
23386
23387All integral datatypes transferred as part of a memory read or write of a
23388structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23389byte order.
23390
23391@node Pointer values
23392@unnumberedsubsubsec Pointer values
23393@cindex pointer values, in file-i/o protocol
23394
23395Pointers to target data are transmitted as they are. An exception
23396is made for pointers to buffers for which the length isn't
23397transmitted as part of the function call, namely strings. Strings
23398are transmitted as a pointer/length pair, both as hex values, e.g.@:
23399
23400@smallexample
23401@code{1aaf/12}
23402@end smallexample
23403
23404@noindent
23405which is a pointer to data of length 18 bytes at position 0x1aaf.
23406The length is defined as the full string length in bytes, including
23407the trailing null byte. Example:
23408
23409@smallexample
23410``hello, world'' at address 0x123456
23411@end smallexample
23412
23413@noindent
23414is transmitted as
23415
23416@smallexample
23417@code{123456/d}
23418@end smallexample
23419
23420@node struct stat
23421@unnumberedsubsubsec struct stat
23422@cindex struct stat, in file-i/o protocol
23423
23424The buffer of type struct stat used by the target and @value{GDBN} is defined
23425as follows:
23426
23427@smallexample
23428struct stat @{
23429 unsigned int st_dev; /* device */
23430 unsigned int st_ino; /* inode */
23431 mode_t st_mode; /* protection */
23432 unsigned int st_nlink; /* number of hard links */
23433 unsigned int st_uid; /* user ID of owner */
23434 unsigned int st_gid; /* group ID of owner */
23435 unsigned int st_rdev; /* device type (if inode device) */
23436 unsigned long st_size; /* total size, in bytes */
23437 unsigned long st_blksize; /* blocksize for filesystem I/O */
23438 unsigned long st_blocks; /* number of blocks allocated */
23439 time_t st_atime; /* time of last access */
23440 time_t st_mtime; /* time of last modification */
23441 time_t st_ctime; /* time of last change */
23442@};
23443@end smallexample
23444
23445The integral datatypes are conforming to the definitions given in the
23446approriate section (see @ref{Integral datatypes}, for details) so this
23447structure is of size 64 bytes.
23448
23449The values of several fields have a restricted meaning and/or
23450range of values.
23451
23452@smallexample
23453st_dev: 0 file
23454 1 console
23455
23456st_ino: No valid meaning for the target. Transmitted unchanged.
23457
23458st_mode: Valid mode bits are described in Appendix C. Any other
23459 bits have currently no meaning for the target.
23460
23461st_uid: No valid meaning for the target. Transmitted unchanged.
23462
23463st_gid: No valid meaning for the target. Transmitted unchanged.
23464
23465st_rdev: No valid meaning for the target. Transmitted unchanged.
23466
23467st_atime, st_mtime, st_ctime:
23468 These values have a host and file system dependent
23469 accuracy. Especially on Windows hosts the file systems
23470 don't support exact timing values.
23471@end smallexample
23472
23473The target gets a struct stat of the above representation and is
23474responsible to coerce it to the target representation before
23475continuing.
23476
23477Note that due to size differences between the host and target
23478representation of stat members, these members could eventually
23479get truncated on the target.
23480
23481@node struct timeval
23482@unnumberedsubsubsec struct timeval
23483@cindex struct timeval, in file-i/o protocol
23484
23485The buffer of type struct timeval used by the target and @value{GDBN}
23486is defined as follows:
23487
23488@smallexample
b383017d 23489struct timeval @{
0ce1b118
CV
23490 time_t tv_sec; /* second */
23491 long tv_usec; /* microsecond */
23492@};
23493@end smallexample
23494
23495The integral datatypes are conforming to the definitions given in the
23496approriate section (see @ref{Integral datatypes}, for details) so this
23497structure is of size 8 bytes.
23498
23499@node Constants
23500@subsection Constants
23501@cindex constants, in file-i/o protocol
23502
23503The following values are used for the constants inside of the
23504protocol. @value{GDBN} and target are resposible to translate these
23505values before and after the call as needed.
23506
23507@menu
23508* Open flags::
23509* mode_t values::
23510* Errno values::
23511* Lseek flags::
23512* Limits::
23513@end menu
23514
23515@node Open flags
23516@unnumberedsubsubsec Open flags
23517@cindex open flags, in file-i/o protocol
23518
23519All values are given in hexadecimal representation.
23520
23521@smallexample
23522 O_RDONLY 0x0
23523 O_WRONLY 0x1
23524 O_RDWR 0x2
23525 O_APPEND 0x8
23526 O_CREAT 0x200
23527 O_TRUNC 0x400
23528 O_EXCL 0x800
23529@end smallexample
23530
23531@node mode_t values
23532@unnumberedsubsubsec mode_t values
23533@cindex mode_t values, in file-i/o protocol
23534
23535All values are given in octal representation.
23536
23537@smallexample
23538 S_IFREG 0100000
23539 S_IFDIR 040000
23540 S_IRUSR 0400
23541 S_IWUSR 0200
23542 S_IXUSR 0100
23543 S_IRGRP 040
23544 S_IWGRP 020
23545 S_IXGRP 010
23546 S_IROTH 04
23547 S_IWOTH 02
23548 S_IXOTH 01
23549@end smallexample
23550
23551@node Errno values
23552@unnumberedsubsubsec Errno values
23553@cindex errno values, in file-i/o protocol
23554
23555All values are given in decimal representation.
23556
23557@smallexample
23558 EPERM 1
23559 ENOENT 2
23560 EINTR 4
23561 EBADF 9
23562 EACCES 13
23563 EFAULT 14
23564 EBUSY 16
23565 EEXIST 17
23566 ENODEV 19
23567 ENOTDIR 20
23568 EISDIR 21
23569 EINVAL 22
23570 ENFILE 23
23571 EMFILE 24
23572 EFBIG 27
23573 ENOSPC 28
23574 ESPIPE 29
23575 EROFS 30
23576 ENAMETOOLONG 91
23577 EUNKNOWN 9999
23578@end smallexample
23579
23580 EUNKNOWN is used as a fallback error value if a host system returns
23581 any error value not in the list of supported error numbers.
23582
23583@node Lseek flags
23584@unnumberedsubsubsec Lseek flags
23585@cindex lseek flags, in file-i/o protocol
23586
23587@smallexample
23588 SEEK_SET 0
23589 SEEK_CUR 1
23590 SEEK_END 2
23591@end smallexample
23592
23593@node Limits
23594@unnumberedsubsubsec Limits
23595@cindex limits, in file-i/o protocol
23596
23597All values are given in decimal representation.
23598
23599@smallexample
23600 INT_MIN -2147483648
23601 INT_MAX 2147483647
23602 UINT_MAX 4294967295
23603 LONG_MIN -9223372036854775808
23604 LONG_MAX 9223372036854775807
23605 ULONG_MAX 18446744073709551615
23606@end smallexample
23607
23608@node File-I/O Examples
23609@subsection File-I/O Examples
23610@cindex file-i/o examples
23611
23612Example sequence of a write call, file descriptor 3, buffer is at target
23613address 0x1234, 6 bytes should be written:
23614
23615@smallexample
23616<- @code{Fwrite,3,1234,6}
23617@emph{request memory read from target}
23618-> @code{m1234,6}
23619<- XXXXXX
23620@emph{return "6 bytes written"}
23621-> @code{F6}
23622@end smallexample
23623
23624Example sequence of a read call, file descriptor 3, buffer is at target
23625address 0x1234, 6 bytes should be read:
23626
23627@smallexample
23628<- @code{Fread,3,1234,6}
23629@emph{request memory write to target}
23630-> @code{X1234,6:XXXXXX}
23631@emph{return "6 bytes read"}
23632-> @code{F6}
23633@end smallexample
23634
23635Example sequence of a read call, call fails on the host due to invalid
23636file descriptor (EBADF):
23637
23638@smallexample
23639<- @code{Fread,3,1234,6}
23640-> @code{F-1,9}
23641@end smallexample
23642
23643Example sequence of a read call, user presses Ctrl-C before syscall on
23644host is called:
23645
23646@smallexample
23647<- @code{Fread,3,1234,6}
23648-> @code{F-1,4,C}
23649<- @code{T02}
23650@end smallexample
23651
23652Example sequence of a read call, user presses Ctrl-C after syscall on
23653host is called:
23654
23655@smallexample
23656<- @code{Fread,3,1234,6}
23657-> @code{X1234,6:XXXXXX}
23658<- @code{T02}
23659@end smallexample
23660
f418dd93
DJ
23661@include agentexpr.texi
23662
aab4e0ec 23663@include gpl.texi
eb12ee30 23664
2154891a 23665@raisesections
6826cf00 23666@include fdl.texi
2154891a 23667@lowersections
6826cf00 23668
6d2ebf8b 23669@node Index
c906108c
SS
23670@unnumbered Index
23671
23672@printindex cp
23673
23674@tex
23675% I think something like @colophon should be in texinfo. In the
23676% meantime:
23677\long\def\colophon{\hbox to0pt{}\vfill
23678\centerline{The body of this manual is set in}
23679\centerline{\fontname\tenrm,}
23680\centerline{with headings in {\bf\fontname\tenbf}}
23681\centerline{and examples in {\tt\fontname\tentt}.}
23682\centerline{{\it\fontname\tenit\/},}
23683\centerline{{\bf\fontname\tenbf}, and}
23684\centerline{{\sl\fontname\tensl\/}}
23685\centerline{are used for emphasis.}\vfill}
23686\page\colophon
23687% Blame: doc@cygnus.com, 1991.
23688@end tex
23689
c906108c 23690@bye
This page took 1.795982 seconds and 4 git commands to generate.