]> Git Repo - binutils.git/blame - gdb/doc/gdb.texinfo
If pointer_size has not been found then assume that it is 4 in order to
[binutils.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
6fc08d32 850* Startup:: What @value{GDBN} does during startup
c906108c
SS
851@end menu
852
6d2ebf8b 853@node File Options
c906108c
SS
854@subsection Choosing files
855
2df3850c 856When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
857specifying an executable file and core file (or process ID). This is
858the same as if the arguments were specified by the @samp{-se} and
19837790
MS
859@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
860first argument that does not have an associated option flag as
861equivalent to the @samp{-se} option followed by that argument; and the
862second argument that does not have an associated option flag, if any, as
863equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
864If the second argument begins with a decimal digit, @value{GDBN} will
865first attempt to attach to it as a process, and if that fails, attempt
866to open it as a corefile. If you have a corefile whose name begins with
b383017d 867a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 868prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
869
870If @value{GDBN} has not been configured to included core file support,
871such as for most embedded targets, then it will complain about a second
872argument and ignore it.
c906108c
SS
873
874Many options have both long and short forms; both are shown in the
875following list. @value{GDBN} also recognizes the long forms if you truncate
876them, so long as enough of the option is present to be unambiguous.
877(If you prefer, you can flag option arguments with @samp{--} rather
878than @samp{-}, though we illustrate the more usual convention.)
879
d700128c
EZ
880@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
881@c way, both those who look for -foo and --foo in the index, will find
882@c it.
883
c906108c
SS
884@table @code
885@item -symbols @var{file}
886@itemx -s @var{file}
d700128c
EZ
887@cindex @code{--symbols}
888@cindex @code{-s}
c906108c
SS
889Read symbol table from file @var{file}.
890
891@item -exec @var{file}
892@itemx -e @var{file}
d700128c
EZ
893@cindex @code{--exec}
894@cindex @code{-e}
7a292a7a
SS
895Use file @var{file} as the executable file to execute when appropriate,
896and for examining pure data in conjunction with a core dump.
c906108c
SS
897
898@item -se @var{file}
d700128c 899@cindex @code{--se}
c906108c
SS
900Read symbol table from file @var{file} and use it as the executable
901file.
902
c906108c
SS
903@item -core @var{file}
904@itemx -c @var{file}
d700128c
EZ
905@cindex @code{--core}
906@cindex @code{-c}
b383017d 907Use file @var{file} as a core dump to examine.
c906108c
SS
908
909@item -c @var{number}
19837790
MS
910@item -pid @var{number}
911@itemx -p @var{number}
912@cindex @code{--pid}
913@cindex @code{-p}
914Connect to process ID @var{number}, as with the @code{attach} command.
915If there is no such process, @value{GDBN} will attempt to open a core
916file named @var{number}.
c906108c
SS
917
918@item -command @var{file}
919@itemx -x @var{file}
d700128c
EZ
920@cindex @code{--command}
921@cindex @code{-x}
c906108c
SS
922Execute @value{GDBN} commands from file @var{file}. @xref{Command
923Files,, Command files}.
924
925@item -directory @var{directory}
926@itemx -d @var{directory}
d700128c
EZ
927@cindex @code{--directory}
928@cindex @code{-d}
c906108c
SS
929Add @var{directory} to the path to search for source files.
930
c906108c
SS
931@item -m
932@itemx -mapped
d700128c
EZ
933@cindex @code{--mapped}
934@cindex @code{-m}
c906108c
SS
935@emph{Warning: this option depends on operating system facilities that are not
936supported on all systems.}@*
937If memory-mapped files are available on your system through the @code{mmap}
5d161b24 938system call, you can use this option
c906108c
SS
939to have @value{GDBN} write the symbols from your
940program into a reusable file in the current directory. If the program you are debugging is
96a2c332 941called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
942Future @value{GDBN} debugging sessions notice the presence of this file,
943and can quickly map in symbol information from it, rather than reading
944the symbol table from the executable program.
945
946The @file{.syms} file is specific to the host machine where @value{GDBN}
947is run. It holds an exact image of the internal @value{GDBN} symbol
948table. It cannot be shared across multiple host platforms.
c906108c 949
c906108c
SS
950@item -r
951@itemx -readnow
d700128c
EZ
952@cindex @code{--readnow}
953@cindex @code{-r}
c906108c
SS
954Read each symbol file's entire symbol table immediately, rather than
955the default, which is to read it incrementally as it is needed.
956This makes startup slower, but makes future operations faster.
53a5351d 957
c906108c
SS
958@end table
959
2df3850c 960You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 961order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
962information. (@xref{Files,,Commands to specify files}, for information
963on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
964but build a @file{.syms} file for future use is:
c906108c 965
474c8240 966@smallexample
2df3850c 967gdb -batch -nx -mapped -readnow programname
474c8240 968@end smallexample
c906108c 969
6d2ebf8b 970@node Mode Options
c906108c
SS
971@subsection Choosing modes
972
973You can run @value{GDBN} in various alternative modes---for example, in
974batch mode or quiet mode.
975
976@table @code
977@item -nx
978@itemx -n
d700128c
EZ
979@cindex @code{--nx}
980@cindex @code{-n}
96565e91 981Do not execute commands found in any initialization files. Normally,
2df3850c
JM
982@value{GDBN} executes the commands in these files after all the command
983options and arguments have been processed. @xref{Command Files,,Command
984files}.
c906108c
SS
985
986@item -quiet
d700128c 987@itemx -silent
c906108c 988@itemx -q
d700128c
EZ
989@cindex @code{--quiet}
990@cindex @code{--silent}
991@cindex @code{-q}
c906108c
SS
992``Quiet''. Do not print the introductory and copyright messages. These
993messages are also suppressed in batch mode.
994
995@item -batch
d700128c 996@cindex @code{--batch}
c906108c
SS
997Run in batch mode. Exit with status @code{0} after processing all the
998command files specified with @samp{-x} (and all commands from
999initialization files, if not inhibited with @samp{-n}). Exit with
1000nonzero status if an error occurs in executing the @value{GDBN} commands
1001in the command files.
1002
2df3850c
JM
1003Batch mode may be useful for running @value{GDBN} as a filter, for
1004example to download and run a program on another computer; in order to
1005make this more useful, the message
c906108c 1006
474c8240 1007@smallexample
c906108c 1008Program exited normally.
474c8240 1009@end smallexample
c906108c
SS
1010
1011@noindent
2df3850c
JM
1012(which is ordinarily issued whenever a program running under
1013@value{GDBN} control terminates) is not issued when running in batch
1014mode.
1015
1016@item -nowindows
1017@itemx -nw
d700128c
EZ
1018@cindex @code{--nowindows}
1019@cindex @code{-nw}
2df3850c 1020``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1021(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1022interface. If no GUI is available, this option has no effect.
1023
1024@item -windows
1025@itemx -w
d700128c
EZ
1026@cindex @code{--windows}
1027@cindex @code{-w}
2df3850c
JM
1028If @value{GDBN} includes a GUI, then this option requires it to be
1029used if possible.
c906108c
SS
1030
1031@item -cd @var{directory}
d700128c 1032@cindex @code{--cd}
c906108c
SS
1033Run @value{GDBN} using @var{directory} as its working directory,
1034instead of the current directory.
1035
c906108c
SS
1036@item -fullname
1037@itemx -f
d700128c
EZ
1038@cindex @code{--fullname}
1039@cindex @code{-f}
7a292a7a
SS
1040@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1041subprocess. It tells @value{GDBN} to output the full file name and line
1042number in a standard, recognizable fashion each time a stack frame is
1043displayed (which includes each time your program stops). This
1044recognizable format looks like two @samp{\032} characters, followed by
1045the file name, line number and character position separated by colons,
1046and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1047@samp{\032} characters as a signal to display the source code for the
1048frame.
c906108c 1049
d700128c
EZ
1050@item -epoch
1051@cindex @code{--epoch}
1052The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1053@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1054routines so as to allow Epoch to display values of expressions in a
1055separate window.
1056
1057@item -annotate @var{level}
1058@cindex @code{--annotate}
1059This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1060effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1061(@pxref{Annotations}). The annotation @var{level} controls how much
1062information @value{GDBN} prints together with its prompt, values of
1063expressions, source lines, and other types of output. Level 0 is the
1064normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1065@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1066that control @value{GDBN}, and level 2 has been deprecated.
1067
1068The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1069(@pxref{GDB/MI}).
d700128c 1070
aa26fa3a
TT
1071@item --args
1072@cindex @code{--args}
1073Change interpretation of command line so that arguments following the
1074executable file are passed as command line arguments to the inferior.
1075This option stops option processing.
1076
2df3850c
JM
1077@item -baud @var{bps}
1078@itemx -b @var{bps}
d700128c
EZ
1079@cindex @code{--baud}
1080@cindex @code{-b}
c906108c
SS
1081Set the line speed (baud rate or bits per second) of any serial
1082interface used by @value{GDBN} for remote debugging.
c906108c 1083
f47b1503
AS
1084@item -l @var{timeout}
1085@cindex @code{-l}
1086Set the timeout (in seconds) of any communication used by @value{GDBN}
1087for remote debugging.
1088
c906108c 1089@item -tty @var{device}
d700128c
EZ
1090@itemx -t @var{device}
1091@cindex @code{--tty}
1092@cindex @code{-t}
c906108c
SS
1093Run using @var{device} for your program's standard input and output.
1094@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1095
53a5351d 1096@c resolve the situation of these eventually
c4555f82
SC
1097@item -tui
1098@cindex @code{--tui}
d0d5df6f
AC
1099Activate the @dfn{Text User Interface} when starting. The Text User
1100Interface manages several text windows on the terminal, showing
1101source, assembly, registers and @value{GDBN} command outputs
1102(@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1103Text User Interface can be enabled by invoking the program
1104@samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1105Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1106
1107@c @item -xdb
d700128c 1108@c @cindex @code{--xdb}
53a5351d
JM
1109@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1110@c For information, see the file @file{xdb_trans.html}, which is usually
1111@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1112@c systems.
1113
d700128c
EZ
1114@item -interpreter @var{interp}
1115@cindex @code{--interpreter}
1116Use the interpreter @var{interp} for interface with the controlling
1117program or device. This option is meant to be set by programs which
94bbb2c0 1118communicate with @value{GDBN} using it as a back end.
21c294e6 1119@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1120
da0f9dcd 1121@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1122@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6b5e8c01 1123The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
6c74ac8b
AC
1124previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1125selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1126@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1127
1128@item -write
1129@cindex @code{--write}
1130Open the executable and core files for both reading and writing. This
1131is equivalent to the @samp{set write on} command inside @value{GDBN}
1132(@pxref{Patching}).
1133
1134@item -statistics
1135@cindex @code{--statistics}
1136This option causes @value{GDBN} to print statistics about time and
1137memory usage after it completes each command and returns to the prompt.
1138
1139@item -version
1140@cindex @code{--version}
1141This option causes @value{GDBN} to print its version number and
1142no-warranty blurb, and exit.
1143
c906108c
SS
1144@end table
1145
6fc08d32
EZ
1146@node Startup
1147@subsection What @value{GDBN} does during startup
1148@cindex @value{GDBN} startup
1149
1150Here's the description of what @value{GDBN} does during session startup:
1151
1152@enumerate
1153@item
1154Sets up the command interpreter as specified by the command line
1155(@pxref{Mode Options, interpreter}).
1156
1157@item
1158@cindex init file
1159Reads the @dfn{init file} (if any) in your home directory@footnote{On
1160DOS/Windows systems, the home directory is the one pointed to by the
1161@code{HOME} environment variable.} and executes all the commands in
1162that file.
1163
1164@item
1165Processes command line options and operands.
1166
1167@item
1168Reads and executes the commands from init file (if any) in the current
1169working directory. This is only done if (1) there's an init file in
1170your home directory, and (2) if the current directory is different
1171from your home directory. Thus, you can have more than one init file,
1172one generic in your home directory, and another, specific to the
1173program you are debugging, in the directory where you invoke
1174@value{GDBN}.
1175
1176@item
1177Reads command files specified by the @samp{-x} option. @xref{Command
1178Files}, for more details about @value{GDBN} command files.
1179
1180@item
1181Reads the command history recorded in the @dfn{history file}.
1182@xref{History}, for more details about the command history and the
1183files where @value{GDBN} records it.
1184@end enumerate
1185
1186Init files use the same syntax as @dfn{command files} (@pxref{Command
1187Files}) and are processed by @value{GDBN} in the same way. The init
1188file in your home directory can set options (such as @samp{set
1189complaints}) that affect subsequent processing of command line options
1190and operands. Init files are not executed if you use the @samp{-nx}
1191option (@pxref{Mode Options, ,Choosing modes}).
1192
1193@cindex init file name
1194@cindex @file{.gdbinit}
1195@cindex @file{gdb.ini}
1196The @value{GDBN} init files are normally called @file{.gdbinit}@footnote{
1197The DJGPP port of @value{GDBN} uses the name
1198@file{gdb.ini} instead, due to the limitations of file names imposed
1199by DOS filesystems.}.
1200On some configurations of @value{GDBN}, the init file is known by a
1201different name (these are typically environments where a specialized
1202form of @value{GDBN} may need to coexist with other forms, hence a
1203different name for the specialized version's init file). These are the
1204environments with special init file names:
1205
1206@cindex @file{.vxgdbinit}
1207@itemize @bullet
1208@item
1209VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
1210
1211@cindex @file{.os68gdbinit}
1212@item
1213OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
1214
1215@cindex @file{.esgdbinit}
1216@item
1217ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
1218
1219@item
1220CISCO 68k: @file{.cisco-gdbinit}
1221@end itemize
1222
1223
6d2ebf8b 1224@node Quitting GDB
c906108c
SS
1225@section Quitting @value{GDBN}
1226@cindex exiting @value{GDBN}
1227@cindex leaving @value{GDBN}
1228
1229@table @code
1230@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1231@kindex q @r{(@code{quit})}
96a2c332
SS
1232@item quit @r{[}@var{expression}@r{]}
1233@itemx q
1234To exit @value{GDBN}, use the @code{quit} command (abbreviated
1235@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1236do not supply @var{expression}, @value{GDBN} will terminate normally;
1237otherwise it will terminate using the result of @var{expression} as the
1238error code.
c906108c
SS
1239@end table
1240
1241@cindex interrupt
1242An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1243terminates the action of any @value{GDBN} command that is in progress and
1244returns to @value{GDBN} command level. It is safe to type the interrupt
1245character at any time because @value{GDBN} does not allow it to take effect
1246until a time when it is safe.
1247
c906108c
SS
1248If you have been using @value{GDBN} to control an attached process or
1249device, you can release it with the @code{detach} command
1250(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1251
6d2ebf8b 1252@node Shell Commands
c906108c
SS
1253@section Shell commands
1254
1255If you need to execute occasional shell commands during your
1256debugging session, there is no need to leave or suspend @value{GDBN}; you can
1257just use the @code{shell} command.
1258
1259@table @code
1260@kindex shell
1261@cindex shell escape
1262@item shell @var{command string}
1263Invoke a standard shell to execute @var{command string}.
c906108c 1264If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1265shell to run. Otherwise @value{GDBN} uses the default shell
1266(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1267@end table
1268
1269The utility @code{make} is often needed in development environments.
1270You do not have to use the @code{shell} command for this purpose in
1271@value{GDBN}:
1272
1273@table @code
1274@kindex make
1275@cindex calling make
1276@item make @var{make-args}
1277Execute the @code{make} program with the specified
1278arguments. This is equivalent to @samp{shell make @var{make-args}}.
1279@end table
1280
0fac0b41
DJ
1281@node Logging output
1282@section Logging output
1283@cindex logging @value{GDBN} output
9c16f35a 1284@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1285
1286You may want to save the output of @value{GDBN} commands to a file.
1287There are several commands to control @value{GDBN}'s logging.
1288
1289@table @code
1290@kindex set logging
1291@item set logging on
1292Enable logging.
1293@item set logging off
1294Disable logging.
9c16f35a 1295@cindex logging file name
0fac0b41
DJ
1296@item set logging file @var{file}
1297Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1298@item set logging overwrite [on|off]
1299By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1300you want @code{set logging on} to overwrite the logfile instead.
1301@item set logging redirect [on|off]
1302By default, @value{GDBN} output will go to both the terminal and the logfile.
1303Set @code{redirect} if you want output to go only to the log file.
1304@kindex show logging
1305@item show logging
1306Show the current values of the logging settings.
1307@end table
1308
6d2ebf8b 1309@node Commands
c906108c
SS
1310@chapter @value{GDBN} Commands
1311
1312You can abbreviate a @value{GDBN} command to the first few letters of the command
1313name, if that abbreviation is unambiguous; and you can repeat certain
1314@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1315key to get @value{GDBN} to fill out the rest of a word in a command (or to
1316show you the alternatives available, if there is more than one possibility).
1317
1318@menu
1319* Command Syntax:: How to give commands to @value{GDBN}
1320* Completion:: Command completion
1321* Help:: How to ask @value{GDBN} for help
1322@end menu
1323
6d2ebf8b 1324@node Command Syntax
c906108c
SS
1325@section Command syntax
1326
1327A @value{GDBN} command is a single line of input. There is no limit on
1328how long it can be. It starts with a command name, which is followed by
1329arguments whose meaning depends on the command name. For example, the
1330command @code{step} accepts an argument which is the number of times to
1331step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1332with no arguments. Some commands do not allow any arguments.
c906108c
SS
1333
1334@cindex abbreviation
1335@value{GDBN} command names may always be truncated if that abbreviation is
1336unambiguous. Other possible command abbreviations are listed in the
1337documentation for individual commands. In some cases, even ambiguous
1338abbreviations are allowed; for example, @code{s} is specially defined as
1339equivalent to @code{step} even though there are other commands whose
1340names start with @code{s}. You can test abbreviations by using them as
1341arguments to the @code{help} command.
1342
1343@cindex repeating commands
41afff9a 1344@kindex RET @r{(repeat last command)}
c906108c 1345A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1346repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1347will not repeat this way; these are commands whose unintentional
1348repetition might cause trouble and which you are unlikely to want to
c45da7e6
EZ
1349repeat. User-defined commands can disable this feature; see
1350@ref{Define, dont-repeat}.
c906108c
SS
1351
1352The @code{list} and @code{x} commands, when you repeat them with
1353@key{RET}, construct new arguments rather than repeating
1354exactly as typed. This permits easy scanning of source or memory.
1355
1356@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1357output, in a way similar to the common utility @code{more}
1358(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1359@key{RET} too many in this situation, @value{GDBN} disables command
1360repetition after any command that generates this sort of display.
1361
41afff9a 1362@kindex # @r{(a comment)}
c906108c
SS
1363@cindex comment
1364Any text from a @kbd{#} to the end of the line is a comment; it does
1365nothing. This is useful mainly in command files (@pxref{Command
1366Files,,Command files}).
1367
88118b3a
TT
1368@cindex repeating command sequences
1369@kindex C-o @r{(operate-and-get-next)}
1370The @kbd{C-o} binding is useful for repeating a complex sequence of
1371commands. This command accepts the current line, like @kbd{RET}, and
1372then fetches the next line relative to the current line from the history
1373for editing.
1374
6d2ebf8b 1375@node Completion
c906108c
SS
1376@section Command completion
1377
1378@cindex completion
1379@cindex word completion
1380@value{GDBN} can fill in the rest of a word in a command for you, if there is
1381only one possibility; it can also show you what the valid possibilities
1382are for the next word in a command, at any time. This works for @value{GDBN}
1383commands, @value{GDBN} subcommands, and the names of symbols in your program.
1384
1385Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1386of a word. If there is only one possibility, @value{GDBN} fills in the
1387word, and waits for you to finish the command (or press @key{RET} to
1388enter it). For example, if you type
1389
1390@c FIXME "@key" does not distinguish its argument sufficiently to permit
1391@c complete accuracy in these examples; space introduced for clarity.
1392@c If texinfo enhancements make it unnecessary, it would be nice to
1393@c replace " @key" by "@key" in the following...
474c8240 1394@smallexample
c906108c 1395(@value{GDBP}) info bre @key{TAB}
474c8240 1396@end smallexample
c906108c
SS
1397
1398@noindent
1399@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1400the only @code{info} subcommand beginning with @samp{bre}:
1401
474c8240 1402@smallexample
c906108c 1403(@value{GDBP}) info breakpoints
474c8240 1404@end smallexample
c906108c
SS
1405
1406@noindent
1407You can either press @key{RET} at this point, to run the @code{info
1408breakpoints} command, or backspace and enter something else, if
1409@samp{breakpoints} does not look like the command you expected. (If you
1410were sure you wanted @code{info breakpoints} in the first place, you
1411might as well just type @key{RET} immediately after @samp{info bre},
1412to exploit command abbreviations rather than command completion).
1413
1414If there is more than one possibility for the next word when you press
1415@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1416characters and try again, or just press @key{TAB} a second time;
1417@value{GDBN} displays all the possible completions for that word. For
1418example, you might want to set a breakpoint on a subroutine whose name
1419begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1420just sounds the bell. Typing @key{TAB} again displays all the
1421function names in your program that begin with those characters, for
1422example:
1423
474c8240 1424@smallexample
c906108c
SS
1425(@value{GDBP}) b make_ @key{TAB}
1426@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1427make_a_section_from_file make_environ
1428make_abs_section make_function_type
1429make_blockvector make_pointer_type
1430make_cleanup make_reference_type
c906108c
SS
1431make_command make_symbol_completion_list
1432(@value{GDBP}) b make_
474c8240 1433@end smallexample
c906108c
SS
1434
1435@noindent
1436After displaying the available possibilities, @value{GDBN} copies your
1437partial input (@samp{b make_} in the example) so you can finish the
1438command.
1439
1440If you just want to see the list of alternatives in the first place, you
b37052ae 1441can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1442means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1443key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1444one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1445
1446@cindex quotes in commands
1447@cindex completion of quoted strings
1448Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1449parentheses or other characters that @value{GDBN} normally excludes from
1450its notion of a word. To permit word completion to work in this
1451situation, you may enclose words in @code{'} (single quote marks) in
1452@value{GDBN} commands.
c906108c 1453
c906108c 1454The most likely situation where you might need this is in typing the
b37052ae
EZ
1455name of a C@t{++} function. This is because C@t{++} allows function
1456overloading (multiple definitions of the same function, distinguished
1457by argument type). For example, when you want to set a breakpoint you
1458may need to distinguish whether you mean the version of @code{name}
1459that takes an @code{int} parameter, @code{name(int)}, or the version
1460that takes a @code{float} parameter, @code{name(float)}. To use the
1461word-completion facilities in this situation, type a single quote
1462@code{'} at the beginning of the function name. This alerts
1463@value{GDBN} that it may need to consider more information than usual
1464when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1465
474c8240 1466@smallexample
96a2c332 1467(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1468bubble(double,double) bubble(int,int)
1469(@value{GDBP}) b 'bubble(
474c8240 1470@end smallexample
c906108c
SS
1471
1472In some cases, @value{GDBN} can tell that completing a name requires using
1473quotes. When this happens, @value{GDBN} inserts the quote for you (while
1474completing as much as it can) if you do not type the quote in the first
1475place:
1476
474c8240 1477@smallexample
c906108c
SS
1478(@value{GDBP}) b bub @key{TAB}
1479@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1480(@value{GDBP}) b 'bubble(
474c8240 1481@end smallexample
c906108c
SS
1482
1483@noindent
1484In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1485you have not yet started typing the argument list when you ask for
1486completion on an overloaded symbol.
1487
d4f3574e 1488For more information about overloaded functions, see @ref{C plus plus
b37052ae 1489expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1490overload-resolution off} to disable overload resolution;
b37052ae 1491see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1492
1493
6d2ebf8b 1494@node Help
c906108c
SS
1495@section Getting help
1496@cindex online documentation
1497@kindex help
1498
5d161b24 1499You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1500using the command @code{help}.
1501
1502@table @code
41afff9a 1503@kindex h @r{(@code{help})}
c906108c
SS
1504@item help
1505@itemx h
1506You can use @code{help} (abbreviated @code{h}) with no arguments to
1507display a short list of named classes of commands:
1508
1509@smallexample
1510(@value{GDBP}) help
1511List of classes of commands:
1512
2df3850c 1513aliases -- Aliases of other commands
c906108c 1514breakpoints -- Making program stop at certain points
2df3850c 1515data -- Examining data
c906108c 1516files -- Specifying and examining files
2df3850c
JM
1517internals -- Maintenance commands
1518obscure -- Obscure features
1519running -- Running the program
1520stack -- Examining the stack
c906108c
SS
1521status -- Status inquiries
1522support -- Support facilities
96a2c332
SS
1523tracepoints -- Tracing of program execution without@*
1524 stopping the program
c906108c 1525user-defined -- User-defined commands
c906108c 1526
5d161b24 1527Type "help" followed by a class name for a list of
c906108c 1528commands in that class.
5d161b24 1529Type "help" followed by command name for full
c906108c
SS
1530documentation.
1531Command name abbreviations are allowed if unambiguous.
1532(@value{GDBP})
1533@end smallexample
96a2c332 1534@c the above line break eliminates huge line overfull...
c906108c
SS
1535
1536@item help @var{class}
1537Using one of the general help classes as an argument, you can get a
1538list of the individual commands in that class. For example, here is the
1539help display for the class @code{status}:
1540
1541@smallexample
1542(@value{GDBP}) help status
1543Status inquiries.
1544
1545List of commands:
1546
1547@c Line break in "show" line falsifies real output, but needed
1548@c to fit in smallbook page size.
2df3850c
JM
1549info -- Generic command for showing things
1550 about the program being debugged
1551show -- Generic command for showing things
1552 about the debugger
c906108c 1553
5d161b24 1554Type "help" followed by command name for full
c906108c
SS
1555documentation.
1556Command name abbreviations are allowed if unambiguous.
1557(@value{GDBP})
1558@end smallexample
1559
1560@item help @var{command}
1561With a command name as @code{help} argument, @value{GDBN} displays a
1562short paragraph on how to use that command.
1563
6837a0a2
DB
1564@kindex apropos
1565@item apropos @var{args}
09d4efe1 1566The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2
DB
1567commands, and their documentation, for the regular expression specified in
1568@var{args}. It prints out all matches found. For example:
1569
1570@smallexample
1571apropos reload
1572@end smallexample
1573
b37052ae
EZ
1574@noindent
1575results in:
6837a0a2
DB
1576
1577@smallexample
6d2ebf8b
SS
1578@c @group
1579set symbol-reloading -- Set dynamic symbol table reloading
1580 multiple times in one run
1581show symbol-reloading -- Show dynamic symbol table reloading
1582 multiple times in one run
1583@c @end group
6837a0a2
DB
1584@end smallexample
1585
c906108c
SS
1586@kindex complete
1587@item complete @var{args}
1588The @code{complete @var{args}} command lists all the possible completions
1589for the beginning of a command. Use @var{args} to specify the beginning of the
1590command you want completed. For example:
1591
1592@smallexample
1593complete i
1594@end smallexample
1595
1596@noindent results in:
1597
1598@smallexample
1599@group
2df3850c
JM
1600if
1601ignore
c906108c
SS
1602info
1603inspect
c906108c
SS
1604@end group
1605@end smallexample
1606
1607@noindent This is intended for use by @sc{gnu} Emacs.
1608@end table
1609
1610In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1611and @code{show} to inquire about the state of your program, or the state
1612of @value{GDBN} itself. Each command supports many topics of inquiry; this
1613manual introduces each of them in the appropriate context. The listings
1614under @code{info} and under @code{show} in the Index point to
1615all the sub-commands. @xref{Index}.
1616
1617@c @group
1618@table @code
1619@kindex info
41afff9a 1620@kindex i @r{(@code{info})}
c906108c
SS
1621@item info
1622This command (abbreviated @code{i}) is for describing the state of your
1623program. For example, you can list the arguments given to your program
1624with @code{info args}, list the registers currently in use with @code{info
1625registers}, or list the breakpoints you have set with @code{info breakpoints}.
1626You can get a complete list of the @code{info} sub-commands with
1627@w{@code{help info}}.
1628
1629@kindex set
1630@item set
5d161b24 1631You can assign the result of an expression to an environment variable with
c906108c
SS
1632@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1633@code{set prompt $}.
1634
1635@kindex show
1636@item show
5d161b24 1637In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1638@value{GDBN} itself.
1639You can change most of the things you can @code{show}, by using the
1640related command @code{set}; for example, you can control what number
1641system is used for displays with @code{set radix}, or simply inquire
1642which is currently in use with @code{show radix}.
1643
1644@kindex info set
1645To display all the settable parameters and their current
1646values, you can use @code{show} with no arguments; you may also use
1647@code{info set}. Both commands produce the same display.
1648@c FIXME: "info set" violates the rule that "info" is for state of
1649@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1650@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1651@end table
1652@c @end group
1653
1654Here are three miscellaneous @code{show} subcommands, all of which are
1655exceptional in lacking corresponding @code{set} commands:
1656
1657@table @code
1658@kindex show version
9c16f35a 1659@cindex @value{GDBN} version number
c906108c
SS
1660@item show version
1661Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1662information in @value{GDBN} bug-reports. If multiple versions of
1663@value{GDBN} are in use at your site, you may need to determine which
1664version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1665commands are introduced, and old ones may wither away. Also, many
1666system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1667variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1668The version number is the same as the one announced when you start
1669@value{GDBN}.
c906108c
SS
1670
1671@kindex show copying
09d4efe1 1672@kindex info copying
9c16f35a 1673@cindex display @value{GDBN} copyright
c906108c 1674@item show copying
09d4efe1 1675@itemx info copying
c906108c
SS
1676Display information about permission for copying @value{GDBN}.
1677
1678@kindex show warranty
09d4efe1 1679@kindex info warranty
c906108c 1680@item show warranty
09d4efe1 1681@itemx info warranty
2df3850c 1682Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1683if your version of @value{GDBN} comes with one.
2df3850c 1684
c906108c
SS
1685@end table
1686
6d2ebf8b 1687@node Running
c906108c
SS
1688@chapter Running Programs Under @value{GDBN}
1689
1690When you run a program under @value{GDBN}, you must first generate
1691debugging information when you compile it.
7a292a7a
SS
1692
1693You may start @value{GDBN} with its arguments, if any, in an environment
1694of your choice. If you are doing native debugging, you may redirect
1695your program's input and output, debug an already running process, or
1696kill a child process.
c906108c
SS
1697
1698@menu
1699* Compilation:: Compiling for debugging
1700* Starting:: Starting your program
c906108c
SS
1701* Arguments:: Your program's arguments
1702* Environment:: Your program's environment
c906108c
SS
1703
1704* Working Directory:: Your program's working directory
1705* Input/Output:: Your program's input and output
1706* Attach:: Debugging an already-running process
1707* Kill Process:: Killing the child process
c906108c
SS
1708
1709* Threads:: Debugging programs with multiple threads
1710* Processes:: Debugging programs with multiple processes
1711@end menu
1712
6d2ebf8b 1713@node Compilation
c906108c
SS
1714@section Compiling for debugging
1715
1716In order to debug a program effectively, you need to generate
1717debugging information when you compile it. This debugging information
1718is stored in the object file; it describes the data type of each
1719variable or function and the correspondence between source line numbers
1720and addresses in the executable code.
1721
1722To request debugging information, specify the @samp{-g} option when you run
1723the compiler.
1724
514c4d71
EZ
1725Programs that are to be shipped to your customers are compiled with
1726optimizations, using the @samp{-O} compiler option. However, many
1727compilers are unable to handle the @samp{-g} and @samp{-O} options
1728together. Using those compilers, you cannot generate optimized
c906108c
SS
1729executables containing debugging information.
1730
514c4d71 1731@value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
53a5351d
JM
1732without @samp{-O}, making it possible to debug optimized code. We
1733recommend that you @emph{always} use @samp{-g} whenever you compile a
1734program. You may think your program is correct, but there is no sense
1735in pushing your luck.
c906108c
SS
1736
1737@cindex optimized code, debugging
1738@cindex debugging optimized code
1739When you debug a program compiled with @samp{-g -O}, remember that the
1740optimizer is rearranging your code; the debugger shows you what is
1741really there. Do not be too surprised when the execution path does not
1742exactly match your source file! An extreme example: if you define a
1743variable, but never use it, @value{GDBN} never sees that
1744variable---because the compiler optimizes it out of existence.
1745
1746Some things do not work as well with @samp{-g -O} as with just
1747@samp{-g}, particularly on machines with instruction scheduling. If in
1748doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1749please report it to us as a bug (including a test case!).
15387254 1750@xref{Variables}, for more information about debugging optimized code.
c906108c
SS
1751
1752Older versions of the @sc{gnu} C compiler permitted a variant option
1753@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1754format; if your @sc{gnu} C compiler has this option, do not use it.
1755
514c4d71
EZ
1756@value{GDBN} knows about preprocessor macros and can show you their
1757expansion (@pxref{Macros}). Most compilers do not include information
1758about preprocessor macros in the debugging information if you specify
1759the @option{-g} flag alone, because this information is rather large.
1760Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1761provides macro information if you specify the options
1762@option{-gdwarf-2} and @option{-g3}; the former option requests
1763debugging information in the Dwarf 2 format, and the latter requests
1764``extra information''. In the future, we hope to find more compact
1765ways to represent macro information, so that it can be included with
1766@option{-g} alone.
1767
c906108c 1768@need 2000
6d2ebf8b 1769@node Starting
c906108c
SS
1770@section Starting your program
1771@cindex starting
1772@cindex running
1773
1774@table @code
1775@kindex run
41afff9a 1776@kindex r @r{(@code{run})}
c906108c
SS
1777@item run
1778@itemx r
7a292a7a
SS
1779Use the @code{run} command to start your program under @value{GDBN}.
1780You must first specify the program name (except on VxWorks) with an
1781argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1782@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1783(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1784
1785@end table
1786
c906108c
SS
1787If you are running your program in an execution environment that
1788supports processes, @code{run} creates an inferior process and makes
1789that process run your program. (In environments without processes,
1790@code{run} jumps to the start of your program.)
1791
1792The execution of a program is affected by certain information it
1793receives from its superior. @value{GDBN} provides ways to specify this
1794information, which you must do @emph{before} starting your program. (You
1795can change it after starting your program, but such changes only affect
1796your program the next time you start it.) This information may be
1797divided into four categories:
1798
1799@table @asis
1800@item The @emph{arguments.}
1801Specify the arguments to give your program as the arguments of the
1802@code{run} command. If a shell is available on your target, the shell
1803is used to pass the arguments, so that you may use normal conventions
1804(such as wildcard expansion or variable substitution) in describing
1805the arguments.
1806In Unix systems, you can control which shell is used with the
1807@code{SHELL} environment variable.
1808@xref{Arguments, ,Your program's arguments}.
1809
1810@item The @emph{environment.}
1811Your program normally inherits its environment from @value{GDBN}, but you can
1812use the @value{GDBN} commands @code{set environment} and @code{unset
1813environment} to change parts of the environment that affect
1814your program. @xref{Environment, ,Your program's environment}.
1815
1816@item The @emph{working directory.}
1817Your program inherits its working directory from @value{GDBN}. You can set
1818the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1819@xref{Working Directory, ,Your program's working directory}.
1820
1821@item The @emph{standard input and output.}
1822Your program normally uses the same device for standard input and
1823standard output as @value{GDBN} is using. You can redirect input and output
1824in the @code{run} command line, or you can use the @code{tty} command to
1825set a different device for your program.
1826@xref{Input/Output, ,Your program's input and output}.
1827
1828@cindex pipes
1829@emph{Warning:} While input and output redirection work, you cannot use
1830pipes to pass the output of the program you are debugging to another
1831program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1832wrong program.
1833@end table
c906108c
SS
1834
1835When you issue the @code{run} command, your program begins to execute
1836immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1837of how to arrange for your program to stop. Once your program has
1838stopped, you may call functions in your program, using the @code{print}
1839or @code{call} commands. @xref{Data, ,Examining Data}.
1840
1841If the modification time of your symbol file has changed since the last
1842time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1843table, and reads it again. When it does this, @value{GDBN} tries to retain
1844your current breakpoints.
1845
4e8b0763
JB
1846@table @code
1847@kindex start
1848@item start
1849@cindex run to main procedure
1850The name of the main procedure can vary from language to language.
1851With C or C@t{++}, the main procedure name is always @code{main}, but
1852other languages such as Ada do not require a specific name for their
1853main procedure. The debugger provides a convenient way to start the
1854execution of the program and to stop at the beginning of the main
1855procedure, depending on the language used.
1856
1857The @samp{start} command does the equivalent of setting a temporary
1858breakpoint at the beginning of the main procedure and then invoking
1859the @samp{run} command.
1860
f018e82f
EZ
1861@cindex elaboration phase
1862Some programs contain an @dfn{elaboration} phase where some startup code is
1863executed before the main procedure is called. This depends on the
1864languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
1865constructors for static and global objects are executed before
1866@code{main} is called. It is therefore possible that the debugger stops
1867before reaching the main procedure. However, the temporary breakpoint
1868will remain to halt execution.
1869
1870Specify the arguments to give to your program as arguments to the
1871@samp{start} command. These arguments will be given verbatim to the
1872underlying @samp{run} command. Note that the same arguments will be
1873reused if no argument is provided during subsequent calls to
1874@samp{start} or @samp{run}.
1875
1876It is sometimes necessary to debug the program during elaboration. In
1877these cases, using the @code{start} command would stop the execution of
1878your program too late, as the program would have already completed the
1879elaboration phase. Under these circumstances, insert breakpoints in your
1880elaboration code before running your program.
1881@end table
1882
6d2ebf8b 1883@node Arguments
c906108c
SS
1884@section Your program's arguments
1885
1886@cindex arguments (to your program)
1887The arguments to your program can be specified by the arguments of the
5d161b24 1888@code{run} command.
c906108c
SS
1889They are passed to a shell, which expands wildcard characters and
1890performs redirection of I/O, and thence to your program. Your
1891@code{SHELL} environment variable (if it exists) specifies what shell
1892@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1893the default shell (@file{/bin/sh} on Unix).
1894
1895On non-Unix systems, the program is usually invoked directly by
1896@value{GDBN}, which emulates I/O redirection via the appropriate system
1897calls, and the wildcard characters are expanded by the startup code of
1898the program, not by the shell.
c906108c
SS
1899
1900@code{run} with no arguments uses the same arguments used by the previous
1901@code{run}, or those set by the @code{set args} command.
1902
c906108c 1903@table @code
41afff9a 1904@kindex set args
c906108c
SS
1905@item set args
1906Specify the arguments to be used the next time your program is run. If
1907@code{set args} has no arguments, @code{run} executes your program
1908with no arguments. Once you have run your program with arguments,
1909using @code{set args} before the next @code{run} is the only way to run
1910it again without arguments.
1911
1912@kindex show args
1913@item show args
1914Show the arguments to give your program when it is started.
1915@end table
1916
6d2ebf8b 1917@node Environment
c906108c
SS
1918@section Your program's environment
1919
1920@cindex environment (of your program)
1921The @dfn{environment} consists of a set of environment variables and
1922their values. Environment variables conventionally record such things as
1923your user name, your home directory, your terminal type, and your search
1924path for programs to run. Usually you set up environment variables with
1925the shell and they are inherited by all the other programs you run. When
1926debugging, it can be useful to try running your program with a modified
1927environment without having to start @value{GDBN} over again.
1928
1929@table @code
1930@kindex path
1931@item path @var{directory}
1932Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1933(the search path for executables) that will be passed to your program.
1934The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1935You may specify several directory names, separated by whitespace or by a
1936system-dependent separator character (@samp{:} on Unix, @samp{;} on
1937MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1938is moved to the front, so it is searched sooner.
c906108c
SS
1939
1940You can use the string @samp{$cwd} to refer to whatever is the current
1941working directory at the time @value{GDBN} searches the path. If you
1942use @samp{.} instead, it refers to the directory where you executed the
1943@code{path} command. @value{GDBN} replaces @samp{.} in the
1944@var{directory} argument (with the current path) before adding
1945@var{directory} to the search path.
1946@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1947@c document that, since repeating it would be a no-op.
1948
1949@kindex show paths
1950@item show paths
1951Display the list of search paths for executables (the @code{PATH}
1952environment variable).
1953
1954@kindex show environment
1955@item show environment @r{[}@var{varname}@r{]}
1956Print the value of environment variable @var{varname} to be given to
1957your program when it starts. If you do not supply @var{varname},
1958print the names and values of all environment variables to be given to
1959your program. You can abbreviate @code{environment} as @code{env}.
1960
1961@kindex set environment
53a5351d 1962@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1963Set environment variable @var{varname} to @var{value}. The value
1964changes for your program only, not for @value{GDBN} itself. @var{value} may
1965be any string; the values of environment variables are just strings, and
1966any interpretation is supplied by your program itself. The @var{value}
1967parameter is optional; if it is eliminated, the variable is set to a
1968null value.
1969@c "any string" here does not include leading, trailing
1970@c blanks. Gnu asks: does anyone care?
1971
1972For example, this command:
1973
474c8240 1974@smallexample
c906108c 1975set env USER = foo
474c8240 1976@end smallexample
c906108c
SS
1977
1978@noindent
d4f3574e 1979tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1980@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1981are not actually required.)
1982
1983@kindex unset environment
1984@item unset environment @var{varname}
1985Remove variable @var{varname} from the environment to be passed to your
1986program. This is different from @samp{set env @var{varname} =};
1987@code{unset environment} removes the variable from the environment,
1988rather than assigning it an empty value.
1989@end table
1990
d4f3574e
SS
1991@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1992the shell indicated
c906108c
SS
1993by your @code{SHELL} environment variable if it exists (or
1994@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1995that runs an initialization file---such as @file{.cshrc} for C-shell, or
1996@file{.bashrc} for BASH---any variables you set in that file affect
1997your program. You may wish to move setting of environment variables to
1998files that are only run when you sign on, such as @file{.login} or
1999@file{.profile}.
2000
6d2ebf8b 2001@node Working Directory
c906108c
SS
2002@section Your program's working directory
2003
2004@cindex working directory (of your program)
2005Each time you start your program with @code{run}, it inherits its
2006working directory from the current working directory of @value{GDBN}.
2007The @value{GDBN} working directory is initially whatever it inherited
2008from its parent process (typically the shell), but you can specify a new
2009working directory in @value{GDBN} with the @code{cd} command.
2010
2011The @value{GDBN} working directory also serves as a default for the commands
2012that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
2013specify files}.
2014
2015@table @code
2016@kindex cd
721c2651 2017@cindex change working directory
c906108c
SS
2018@item cd @var{directory}
2019Set the @value{GDBN} working directory to @var{directory}.
2020
2021@kindex pwd
2022@item pwd
2023Print the @value{GDBN} working directory.
2024@end table
2025
60bf7e09
EZ
2026It is generally impossible to find the current working directory of
2027the process being debugged (since a program can change its directory
2028during its run). If you work on a system where @value{GDBN} is
2029configured with the @file{/proc} support, you can use the @code{info
2030proc} command (@pxref{SVR4 Process Information}) to find out the
2031current working directory of the debuggee.
2032
6d2ebf8b 2033@node Input/Output
c906108c
SS
2034@section Your program's input and output
2035
2036@cindex redirection
2037@cindex i/o
2038@cindex terminal
2039By default, the program you run under @value{GDBN} does input and output to
5d161b24 2040the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
2041to its own terminal modes to interact with you, but it records the terminal
2042modes your program was using and switches back to them when you continue
2043running your program.
2044
2045@table @code
2046@kindex info terminal
2047@item info terminal
2048Displays information recorded by @value{GDBN} about the terminal modes your
2049program is using.
2050@end table
2051
2052You can redirect your program's input and/or output using shell
2053redirection with the @code{run} command. For example,
2054
474c8240 2055@smallexample
c906108c 2056run > outfile
474c8240 2057@end smallexample
c906108c
SS
2058
2059@noindent
2060starts your program, diverting its output to the file @file{outfile}.
2061
2062@kindex tty
2063@cindex controlling terminal
2064Another way to specify where your program should do input and output is
2065with the @code{tty} command. This command accepts a file name as
2066argument, and causes this file to be the default for future @code{run}
2067commands. It also resets the controlling terminal for the child
2068process, for future @code{run} commands. For example,
2069
474c8240 2070@smallexample
c906108c 2071tty /dev/ttyb
474c8240 2072@end smallexample
c906108c
SS
2073
2074@noindent
2075directs that processes started with subsequent @code{run} commands
2076default to do input and output on the terminal @file{/dev/ttyb} and have
2077that as their controlling terminal.
2078
2079An explicit redirection in @code{run} overrides the @code{tty} command's
2080effect on the input/output device, but not its effect on the controlling
2081terminal.
2082
2083When you use the @code{tty} command or redirect input in the @code{run}
2084command, only the input @emph{for your program} is affected. The input
2085for @value{GDBN} still comes from your terminal.
2086
6d2ebf8b 2087@node Attach
c906108c
SS
2088@section Debugging an already-running process
2089@kindex attach
2090@cindex attach
2091
2092@table @code
2093@item attach @var{process-id}
2094This command attaches to a running process---one that was started
2095outside @value{GDBN}. (@code{info files} shows your active
2096targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2097find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2098or with the @samp{jobs -l} shell command.
2099
2100@code{attach} does not repeat if you press @key{RET} a second time after
2101executing the command.
2102@end table
2103
2104To use @code{attach}, your program must be running in an environment
2105which supports processes; for example, @code{attach} does not work for
2106programs on bare-board targets that lack an operating system. You must
2107also have permission to send the process a signal.
2108
2109When you use @code{attach}, the debugger finds the program running in
2110the process first by looking in the current working directory, then (if
2111the program is not found) by using the source file search path
2112(@pxref{Source Path, ,Specifying source directories}). You can also use
2113the @code{file} command to load the program. @xref{Files, ,Commands to
2114Specify Files}.
2115
2116The first thing @value{GDBN} does after arranging to debug the specified
2117process is to stop it. You can examine and modify an attached process
53a5351d
JM
2118with all the @value{GDBN} commands that are ordinarily available when
2119you start processes with @code{run}. You can insert breakpoints; you
2120can step and continue; you can modify storage. If you would rather the
2121process continue running, you may use the @code{continue} command after
c906108c
SS
2122attaching @value{GDBN} to the process.
2123
2124@table @code
2125@kindex detach
2126@item detach
2127When you have finished debugging the attached process, you can use the
2128@code{detach} command to release it from @value{GDBN} control. Detaching
2129the process continues its execution. After the @code{detach} command,
2130that process and @value{GDBN} become completely independent once more, and you
2131are ready to @code{attach} another process or start one with @code{run}.
2132@code{detach} does not repeat if you press @key{RET} again after
2133executing the command.
2134@end table
2135
2136If you exit @value{GDBN} or use the @code{run} command while you have an
2137attached process, you kill that process. By default, @value{GDBN} asks
2138for confirmation if you try to do either of these things; you can
2139control whether or not you need to confirm by using the @code{set
2140confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2141messages}).
2142
6d2ebf8b 2143@node Kill Process
c906108c 2144@section Killing the child process
c906108c
SS
2145
2146@table @code
2147@kindex kill
2148@item kill
2149Kill the child process in which your program is running under @value{GDBN}.
2150@end table
2151
2152This command is useful if you wish to debug a core dump instead of a
2153running process. @value{GDBN} ignores any core dump file while your program
2154is running.
2155
2156On some operating systems, a program cannot be executed outside @value{GDBN}
2157while you have breakpoints set on it inside @value{GDBN}. You can use the
2158@code{kill} command in this situation to permit running your program
2159outside the debugger.
2160
2161The @code{kill} command is also useful if you wish to recompile and
2162relink your program, since on many systems it is impossible to modify an
2163executable file while it is running in a process. In this case, when you
2164next type @code{run}, @value{GDBN} notices that the file has changed, and
2165reads the symbol table again (while trying to preserve your current
2166breakpoint settings).
2167
6d2ebf8b 2168@node Threads
c906108c 2169@section Debugging programs with multiple threads
c906108c
SS
2170
2171@cindex threads of execution
2172@cindex multiple threads
2173@cindex switching threads
2174In some operating systems, such as HP-UX and Solaris, a single program
2175may have more than one @dfn{thread} of execution. The precise semantics
2176of threads differ from one operating system to another, but in general
2177the threads of a single program are akin to multiple processes---except
2178that they share one address space (that is, they can all examine and
2179modify the same variables). On the other hand, each thread has its own
2180registers and execution stack, and perhaps private memory.
2181
2182@value{GDBN} provides these facilities for debugging multi-thread
2183programs:
2184
2185@itemize @bullet
2186@item automatic notification of new threads
2187@item @samp{thread @var{threadno}}, a command to switch among threads
2188@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2189@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2190a command to apply a command to a list of threads
2191@item thread-specific breakpoints
2192@end itemize
2193
c906108c
SS
2194@quotation
2195@emph{Warning:} These facilities are not yet available on every
2196@value{GDBN} configuration where the operating system supports threads.
2197If your @value{GDBN} does not support threads, these commands have no
2198effect. For example, a system without thread support shows no output
2199from @samp{info threads}, and always rejects the @code{thread} command,
2200like this:
2201
2202@smallexample
2203(@value{GDBP}) info threads
2204(@value{GDBP}) thread 1
2205Thread ID 1 not known. Use the "info threads" command to
2206see the IDs of currently known threads.
2207@end smallexample
2208@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2209@c doesn't support threads"?
2210@end quotation
c906108c
SS
2211
2212@cindex focus of debugging
2213@cindex current thread
2214The @value{GDBN} thread debugging facility allows you to observe all
2215threads while your program runs---but whenever @value{GDBN} takes
2216control, one thread in particular is always the focus of debugging.
2217This thread is called the @dfn{current thread}. Debugging commands show
2218program information from the perspective of the current thread.
2219
41afff9a 2220@cindex @code{New} @var{systag} message
c906108c
SS
2221@cindex thread identifier (system)
2222@c FIXME-implementors!! It would be more helpful if the [New...] message
2223@c included GDB's numeric thread handle, so you could just go to that
2224@c thread without first checking `info threads'.
2225Whenever @value{GDBN} detects a new thread in your program, it displays
2226the target system's identification for the thread with a message in the
2227form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2228whose form varies depending on the particular system. For example, on
2229LynxOS, you might see
2230
474c8240 2231@smallexample
c906108c 2232[New process 35 thread 27]
474c8240 2233@end smallexample
c906108c
SS
2234
2235@noindent
2236when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2237the @var{systag} is simply something like @samp{process 368}, with no
2238further qualifier.
2239
2240@c FIXME!! (1) Does the [New...] message appear even for the very first
2241@c thread of a program, or does it only appear for the
6ca652b0 2242@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2243@c program?
2244@c (2) *Is* there necessarily a first thread always? Or do some
2245@c multithread systems permit starting a program with multiple
5d161b24 2246@c threads ab initio?
c906108c
SS
2247
2248@cindex thread number
2249@cindex thread identifier (GDB)
2250For debugging purposes, @value{GDBN} associates its own thread
2251number---always a single integer---with each thread in your program.
2252
2253@table @code
2254@kindex info threads
2255@item info threads
2256Display a summary of all threads currently in your
2257program. @value{GDBN} displays for each thread (in this order):
2258
2259@enumerate
09d4efe1
EZ
2260@item
2261the thread number assigned by @value{GDBN}
c906108c 2262
09d4efe1
EZ
2263@item
2264the target system's thread identifier (@var{systag})
c906108c 2265
09d4efe1
EZ
2266@item
2267the current stack frame summary for that thread
c906108c
SS
2268@end enumerate
2269
2270@noindent
2271An asterisk @samp{*} to the left of the @value{GDBN} thread number
2272indicates the current thread.
2273
5d161b24 2274For example,
c906108c
SS
2275@end table
2276@c end table here to get a little more width for example
2277
2278@smallexample
2279(@value{GDBP}) info threads
2280 3 process 35 thread 27 0x34e5 in sigpause ()
2281 2 process 35 thread 23 0x34e5 in sigpause ()
2282* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2283 at threadtest.c:68
2284@end smallexample
53a5351d
JM
2285
2286On HP-UX systems:
c906108c 2287
4644b6e3
EZ
2288@cindex debugging multithreaded programs (on HP-UX)
2289@cindex thread identifier (GDB), on HP-UX
c906108c
SS
2290For debugging purposes, @value{GDBN} associates its own thread
2291number---a small integer assigned in thread-creation order---with each
2292thread in your program.
2293
41afff9a
EZ
2294@cindex @code{New} @var{systag} message, on HP-UX
2295@cindex thread identifier (system), on HP-UX
c906108c
SS
2296@c FIXME-implementors!! It would be more helpful if the [New...] message
2297@c included GDB's numeric thread handle, so you could just go to that
2298@c thread without first checking `info threads'.
2299Whenever @value{GDBN} detects a new thread in your program, it displays
2300both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2301form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2302whose form varies depending on the particular system. For example, on
2303HP-UX, you see
2304
474c8240 2305@smallexample
c906108c 2306[New thread 2 (system thread 26594)]
474c8240 2307@end smallexample
c906108c
SS
2308
2309@noindent
5d161b24 2310when @value{GDBN} notices a new thread.
c906108c
SS
2311
2312@table @code
4644b6e3 2313@kindex info threads (HP-UX)
c906108c
SS
2314@item info threads
2315Display a summary of all threads currently in your
2316program. @value{GDBN} displays for each thread (in this order):
2317
2318@enumerate
2319@item the thread number assigned by @value{GDBN}
2320
2321@item the target system's thread identifier (@var{systag})
2322
2323@item the current stack frame summary for that thread
2324@end enumerate
2325
2326@noindent
2327An asterisk @samp{*} to the left of the @value{GDBN} thread number
2328indicates the current thread.
2329
5d161b24 2330For example,
c906108c
SS
2331@end table
2332@c end table here to get a little more width for example
2333
474c8240 2334@smallexample
c906108c 2335(@value{GDBP}) info threads
6d2ebf8b
SS
2336 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2337 at quicksort.c:137
2338 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2339 from /usr/lib/libc.2
2340 1 system thread 27905 0x7b003498 in _brk () \@*
2341 from /usr/lib/libc.2
474c8240 2342@end smallexample
c906108c 2343
c45da7e6
EZ
2344On Solaris, you can display more information about user threads with a
2345Solaris-specific command:
2346
2347@table @code
2348@item maint info sol-threads
2349@kindex maint info sol-threads
2350@cindex thread info (Solaris)
2351Display info on Solaris user threads.
2352@end table
2353
c906108c
SS
2354@table @code
2355@kindex thread @var{threadno}
2356@item thread @var{threadno}
2357Make thread number @var{threadno} the current thread. The command
2358argument @var{threadno} is the internal @value{GDBN} thread number, as
2359shown in the first field of the @samp{info threads} display.
2360@value{GDBN} responds by displaying the system identifier of the thread
2361you selected, and its current stack frame summary:
2362
2363@smallexample
2364@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2365(@value{GDBP}) thread 2
c906108c 2366[Switching to process 35 thread 23]
c906108c
SS
23670x34e5 in sigpause ()
2368@end smallexample
2369
2370@noindent
2371As with the @samp{[New @dots{}]} message, the form of the text after
2372@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2373threads.
c906108c 2374
9c16f35a 2375@kindex thread apply
c906108c
SS
2376@item thread apply [@var{threadno}] [@var{all}] @var{args}
2377The @code{thread apply} command allows you to apply a command to one or
2378more threads. Specify the numbers of the threads that you want affected
2379with the command argument @var{threadno}. @var{threadno} is the internal
2380@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2381threads} display. To apply a command to all threads, use
2382@code{thread apply all} @var{args}.
c906108c
SS
2383@end table
2384
2385@cindex automatic thread selection
2386@cindex switching threads automatically
2387@cindex threads, automatic switching
2388Whenever @value{GDBN} stops your program, due to a breakpoint or a
2389signal, it automatically selects the thread where that breakpoint or
2390signal happened. @value{GDBN} alerts you to the context switch with a
2391message of the form @samp{[Switching to @var{systag}]} to identify the
2392thread.
2393
2394@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2395more information about how @value{GDBN} behaves when you stop and start
2396programs with multiple threads.
2397
2398@xref{Set Watchpoints,,Setting watchpoints}, for information about
2399watchpoints in programs with multiple threads.
c906108c 2400
6d2ebf8b 2401@node Processes
c906108c
SS
2402@section Debugging programs with multiple processes
2403
2404@cindex fork, debugging programs which call
2405@cindex multiple processes
2406@cindex processes, multiple
53a5351d
JM
2407On most systems, @value{GDBN} has no special support for debugging
2408programs which create additional processes using the @code{fork}
2409function. When a program forks, @value{GDBN} will continue to debug the
2410parent process and the child process will run unimpeded. If you have
2411set a breakpoint in any code which the child then executes, the child
2412will get a @code{SIGTRAP} signal which (unless it catches the signal)
2413will cause it to terminate.
c906108c
SS
2414
2415However, if you want to debug the child process there is a workaround
2416which isn't too painful. Put a call to @code{sleep} in the code which
2417the child process executes after the fork. It may be useful to sleep
2418only if a certain environment variable is set, or a certain file exists,
2419so that the delay need not occur when you don't want to run @value{GDBN}
2420on the child. While the child is sleeping, use the @code{ps} program to
2421get its process ID. Then tell @value{GDBN} (a new invocation of
2422@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2423the child process (@pxref{Attach}). From that point on you can debug
c906108c 2424the child process just like any other process which you attached to.
c906108c 2425
b51970ac
DJ
2426On some systems, @value{GDBN} provides support for debugging programs that
2427create additional processes using the @code{fork} or @code{vfork} functions.
2428Currently, the only platforms with this feature are HP-UX (11.x and later
2429only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2430
2431By default, when a program forks, @value{GDBN} will continue to debug
2432the parent process and the child process will run unimpeded.
2433
2434If you want to follow the child process instead of the parent process,
2435use the command @w{@code{set follow-fork-mode}}.
2436
2437@table @code
2438@kindex set follow-fork-mode
2439@item set follow-fork-mode @var{mode}
2440Set the debugger response to a program call of @code{fork} or
2441@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 2442process. The @var{mode} argument can be:
c906108c
SS
2443
2444@table @code
2445@item parent
2446The original process is debugged after a fork. The child process runs
2df3850c 2447unimpeded. This is the default.
c906108c
SS
2448
2449@item child
2450The new process is debugged after a fork. The parent process runs
2451unimpeded.
2452
c906108c
SS
2453@end table
2454
9c16f35a 2455@kindex show follow-fork-mode
c906108c 2456@item show follow-fork-mode
2df3850c 2457Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2458@end table
2459
2460If you ask to debug a child process and a @code{vfork} is followed by an
2461@code{exec}, @value{GDBN} executes the new target up to the first
2462breakpoint in the new target. If you have a breakpoint set on
2463@code{main} in your original program, the breakpoint will also be set on
2464the child process's @code{main}.
2465
2466When a child process is spawned by @code{vfork}, you cannot debug the
2467child or parent until an @code{exec} call completes.
2468
2469If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2470call executes, the new target restarts. To restart the parent process,
2471use the @code{file} command with the parent executable name as its
2472argument.
2473
2474You can use the @code{catch} command to make @value{GDBN} stop whenever
2475a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2476Catchpoints, ,Setting catchpoints}.
c906108c 2477
6d2ebf8b 2478@node Stopping
c906108c
SS
2479@chapter Stopping and Continuing
2480
2481The principal purposes of using a debugger are so that you can stop your
2482program before it terminates; or so that, if your program runs into
2483trouble, you can investigate and find out why.
2484
7a292a7a
SS
2485Inside @value{GDBN}, your program may stop for any of several reasons,
2486such as a signal, a breakpoint, or reaching a new line after a
2487@value{GDBN} command such as @code{step}. You may then examine and
2488change variables, set new breakpoints or remove old ones, and then
2489continue execution. Usually, the messages shown by @value{GDBN} provide
2490ample explanation of the status of your program---but you can also
2491explicitly request this information at any time.
c906108c
SS
2492
2493@table @code
2494@kindex info program
2495@item info program
2496Display information about the status of your program: whether it is
7a292a7a 2497running or not, what process it is, and why it stopped.
c906108c
SS
2498@end table
2499
2500@menu
2501* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2502* Continuing and Stepping:: Resuming execution
c906108c 2503* Signals:: Signals
c906108c 2504* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2505@end menu
2506
6d2ebf8b 2507@node Breakpoints
c906108c
SS
2508@section Breakpoints, watchpoints, and catchpoints
2509
2510@cindex breakpoints
2511A @dfn{breakpoint} makes your program stop whenever a certain point in
2512the program is reached. For each breakpoint, you can add conditions to
2513control in finer detail whether your program stops. You can set
2514breakpoints with the @code{break} command and its variants (@pxref{Set
2515Breaks, ,Setting breakpoints}), to specify the place where your program
2516should stop by line number, function name or exact address in the
2517program.
2518
09d4efe1
EZ
2519On some systems, you can set breakpoints in shared libraries before
2520the executable is run. There is a minor limitation on HP-UX systems:
2521you must wait until the executable is run in order to set breakpoints
2522in shared library routines that are not called directly by the program
2523(for example, routines that are arguments in a @code{pthread_create}
2524call).
c906108c
SS
2525
2526@cindex watchpoints
2527@cindex memory tracing
2528@cindex breakpoint on memory address
2529@cindex breakpoint on variable modification
2530A @dfn{watchpoint} is a special breakpoint that stops your program
2531when the value of an expression changes. You must use a different
2532command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2533watchpoints}), but aside from that, you can manage a watchpoint like
2534any other breakpoint: you enable, disable, and delete both breakpoints
2535and watchpoints using the same commands.
2536
2537You can arrange to have values from your program displayed automatically
2538whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2539Automatic display}.
2540
2541@cindex catchpoints
2542@cindex breakpoint on events
2543A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2544when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2545exception or the loading of a library. As with watchpoints, you use a
2546different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2547catchpoints}), but aside from that, you can manage a catchpoint like any
2548other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2549@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2550
2551@cindex breakpoint numbers
2552@cindex numbers for breakpoints
2553@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2554catchpoint when you create it; these numbers are successive integers
2555starting with one. In many of the commands for controlling various
2556features of breakpoints you use the breakpoint number to say which
2557breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2558@dfn{disabled}; if disabled, it has no effect on your program until you
2559enable it again.
2560
c5394b80
JM
2561@cindex breakpoint ranges
2562@cindex ranges of breakpoints
2563Some @value{GDBN} commands accept a range of breakpoints on which to
2564operate. A breakpoint range is either a single breakpoint number, like
2565@samp{5}, or two such numbers, in increasing order, separated by a
2566hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2567all breakpoint in that range are operated on.
2568
c906108c
SS
2569@menu
2570* Set Breaks:: Setting breakpoints
2571* Set Watchpoints:: Setting watchpoints
2572* Set Catchpoints:: Setting catchpoints
2573* Delete Breaks:: Deleting breakpoints
2574* Disabling:: Disabling breakpoints
2575* Conditions:: Break conditions
2576* Break Commands:: Breakpoint command lists
c906108c 2577* Breakpoint Menus:: Breakpoint menus
d4f3574e 2578* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2579* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2580@end menu
2581
6d2ebf8b 2582@node Set Breaks
c906108c
SS
2583@subsection Setting breakpoints
2584
5d161b24 2585@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2586@c consider in particular declaration with/without initialization.
2587@c
2588@c FIXME 2 is there stuff on this already? break at fun start, already init?
2589
2590@kindex break
41afff9a
EZ
2591@kindex b @r{(@code{break})}
2592@vindex $bpnum@r{, convenience variable}
c906108c
SS
2593@cindex latest breakpoint
2594Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2595@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2596number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2597Vars,, Convenience variables}, for a discussion of what you can do with
2598convenience variables.
2599
2600You have several ways to say where the breakpoint should go.
2601
2602@table @code
2603@item break @var{function}
5d161b24 2604Set a breakpoint at entry to function @var{function}.
c906108c 2605When using source languages that permit overloading of symbols, such as
b37052ae 2606C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2607@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2608
2609@item break +@var{offset}
2610@itemx break -@var{offset}
2611Set a breakpoint some number of lines forward or back from the position
d4f3574e 2612at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2613(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2614
2615@item break @var{linenum}
2616Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2617The current source file is the last file whose source text was printed.
2618The breakpoint will stop your program just before it executes any of the
c906108c
SS
2619code on that line.
2620
2621@item break @var{filename}:@var{linenum}
2622Set a breakpoint at line @var{linenum} in source file @var{filename}.
2623
2624@item break @var{filename}:@var{function}
2625Set a breakpoint at entry to function @var{function} found in file
2626@var{filename}. Specifying a file name as well as a function name is
2627superfluous except when multiple files contain similarly named
2628functions.
2629
2630@item break *@var{address}
2631Set a breakpoint at address @var{address}. You can use this to set
2632breakpoints in parts of your program which do not have debugging
2633information or source files.
2634
2635@item break
2636When called without any arguments, @code{break} sets a breakpoint at
2637the next instruction to be executed in the selected stack frame
2638(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2639innermost, this makes your program stop as soon as control
2640returns to that frame. This is similar to the effect of a
2641@code{finish} command in the frame inside the selected frame---except
2642that @code{finish} does not leave an active breakpoint. If you use
2643@code{break} without an argument in the innermost frame, @value{GDBN} stops
2644the next time it reaches the current location; this may be useful
2645inside loops.
2646
2647@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2648least one instruction has been executed. If it did not do this, you
2649would be unable to proceed past a breakpoint without first disabling the
2650breakpoint. This rule applies whether or not the breakpoint already
2651existed when your program stopped.
2652
2653@item break @dots{} if @var{cond}
2654Set a breakpoint with condition @var{cond}; evaluate the expression
2655@var{cond} each time the breakpoint is reached, and stop only if the
2656value is nonzero---that is, if @var{cond} evaluates as true.
2657@samp{@dots{}} stands for one of the possible arguments described
2658above (or no argument) specifying where to break. @xref{Conditions,
2659,Break conditions}, for more information on breakpoint conditions.
2660
2661@kindex tbreak
2662@item tbreak @var{args}
2663Set a breakpoint enabled only for one stop. @var{args} are the
2664same as for the @code{break} command, and the breakpoint is set in the same
2665way, but the breakpoint is automatically deleted after the first time your
2666program stops there. @xref{Disabling, ,Disabling breakpoints}.
2667
c906108c 2668@kindex hbreak
ba04e063 2669@cindex hardware breakpoints
c906108c 2670@item hbreak @var{args}
d4f3574e
SS
2671Set a hardware-assisted breakpoint. @var{args} are the same as for the
2672@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2673breakpoint requires hardware support and some target hardware may not
2674have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2675debugging, so you can set a breakpoint at an instruction without
2676changing the instruction. This can be used with the new trap-generation
09d4efe1 2677provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
2678will generate traps when a program accesses some data or instruction
2679address that is assigned to the debug registers. However the hardware
2680breakpoint registers can take a limited number of breakpoints. For
2681example, on the DSU, only two data breakpoints can be set at a time, and
2682@value{GDBN} will reject this command if more than two are used. Delete
2683or disable unused hardware breakpoints before setting new ones
2684(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
9c16f35a
EZ
2685For remote targets, you can restrict the number of hardware
2686breakpoints @value{GDBN} will use, see @ref{set remote
2687hardware-breakpoint-limit}.
501eef12 2688
c906108c
SS
2689
2690@kindex thbreak
2691@item thbreak @var{args}
2692Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2693are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2694the same way. However, like the @code{tbreak} command,
c906108c
SS
2695the breakpoint is automatically deleted after the
2696first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2697command, the breakpoint requires hardware support and some target hardware
2698may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2699See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2700
2701@kindex rbreak
2702@cindex regular expression
c45da7e6
EZ
2703@cindex breakpoints in functions matching a regexp
2704@cindex set breakpoints in many functions
c906108c 2705@item rbreak @var{regex}
c906108c 2706Set breakpoints on all functions matching the regular expression
11cf8741
JM
2707@var{regex}. This command sets an unconditional breakpoint on all
2708matches, printing a list of all breakpoints it set. Once these
2709breakpoints are set, they are treated just like the breakpoints set with
2710the @code{break} command. You can delete them, disable them, or make
2711them conditional the same way as any other breakpoint.
2712
2713The syntax of the regular expression is the standard one used with tools
2714like @file{grep}. Note that this is different from the syntax used by
2715shells, so for instance @code{foo*} matches all functions that include
2716an @code{fo} followed by zero or more @code{o}s. There is an implicit
2717@code{.*} leading and trailing the regular expression you supply, so to
2718match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2719
f7dc1244 2720@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 2721When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2722breakpoints on overloaded functions that are not members of any special
2723classes.
c906108c 2724
f7dc1244
EZ
2725@cindex set breakpoints on all functions
2726The @code{rbreak} command can be used to set breakpoints in
2727@strong{all} the functions in a program, like this:
2728
2729@smallexample
2730(@value{GDBP}) rbreak .
2731@end smallexample
2732
c906108c
SS
2733@kindex info breakpoints
2734@cindex @code{$_} and @code{info breakpoints}
2735@item info breakpoints @r{[}@var{n}@r{]}
2736@itemx info break @r{[}@var{n}@r{]}
2737@itemx info watchpoints @r{[}@var{n}@r{]}
2738Print a table of all breakpoints, watchpoints, and catchpoints set and
2739not deleted, with the following columns for each breakpoint:
2740
2741@table @emph
2742@item Breakpoint Numbers
2743@item Type
2744Breakpoint, watchpoint, or catchpoint.
2745@item Disposition
2746Whether the breakpoint is marked to be disabled or deleted when hit.
2747@item Enabled or Disabled
2748Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2749that are not enabled.
2750@item Address
2650777c
JJ
2751Where the breakpoint is in your program, as a memory address. If the
2752breakpoint is pending (see below for details) on a future load of a shared library, the address
2753will be listed as @samp{<PENDING>}.
c906108c
SS
2754@item What
2755Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2756line number. For a pending breakpoint, the original string passed to
2757the breakpoint command will be listed as it cannot be resolved until
2758the appropriate shared library is loaded in the future.
c906108c
SS
2759@end table
2760
2761@noindent
2762If a breakpoint is conditional, @code{info break} shows the condition on
2763the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2764are listed after that. A pending breakpoint is allowed to have a condition
2765specified for it. The condition is not parsed for validity until a shared
2766library is loaded that allows the pending breakpoint to resolve to a
2767valid location.
c906108c
SS
2768
2769@noindent
2770@code{info break} with a breakpoint
2771number @var{n} as argument lists only that breakpoint. The
2772convenience variable @code{$_} and the default examining-address for
2773the @code{x} command are set to the address of the last breakpoint
5d161b24 2774listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2775
2776@noindent
2777@code{info break} displays a count of the number of times the breakpoint
2778has been hit. This is especially useful in conjunction with the
2779@code{ignore} command. You can ignore a large number of breakpoint
2780hits, look at the breakpoint info to see how many times the breakpoint
2781was hit, and then run again, ignoring one less than that number. This
2782will get you quickly to the last hit of that breakpoint.
2783@end table
2784
2785@value{GDBN} allows you to set any number of breakpoints at the same place in
2786your program. There is nothing silly or meaningless about this. When
2787the breakpoints are conditional, this is even useful
2788(@pxref{Conditions, ,Break conditions}).
2789
2650777c 2790@cindex pending breakpoints
dd79a6cf
JJ
2791If a specified breakpoint location cannot be found, it may be due to the fact
2792that the location is in a shared library that is yet to be loaded. In such
2793a case, you may want @value{GDBN} to create a special breakpoint (known as
2794a @dfn{pending breakpoint}) that
2795attempts to resolve itself in the future when an appropriate shared library
2796gets loaded.
2797
2798Pending breakpoints are useful to set at the start of your
2650777c
JJ
2799@value{GDBN} session for locations that you know will be dynamically loaded
2800later by the program being debugged. When shared libraries are loaded,
dd79a6cf
JJ
2801a check is made to see if the load resolves any pending breakpoint locations.
2802If a pending breakpoint location gets resolved,
2803a regular breakpoint is created and the original pending breakpoint is removed.
2804
2805@value{GDBN} provides some additional commands for controlling pending
2806breakpoint support:
2807
2808@kindex set breakpoint pending
2809@kindex show breakpoint pending
2810@table @code
2811@item set breakpoint pending auto
2812This is the default behavior. When @value{GDBN} cannot find the breakpoint
2813location, it queries you whether a pending breakpoint should be created.
2814
2815@item set breakpoint pending on
2816This indicates that an unrecognized breakpoint location should automatically
2817result in a pending breakpoint being created.
2818
2819@item set breakpoint pending off
2820This indicates that pending breakpoints are not to be created. Any
2821unrecognized breakpoint location results in an error. This setting does
2822not affect any pending breakpoints previously created.
2823
2824@item show breakpoint pending
2825Show the current behavior setting for creating pending breakpoints.
2826@end table
2650777c 2827
649e03f6
RM
2828@cindex operations allowed on pending breakpoints
2829Normal breakpoint operations apply to pending breakpoints as well. You may
2830specify a condition for a pending breakpoint and/or commands to run when the
2650777c
JJ
2831breakpoint is reached. You can also enable or disable
2832the pending breakpoint. When you specify a condition for a pending breakpoint,
2833the parsing of the condition will be deferred until the point where the
2834pending breakpoint location is resolved. Disabling a pending breakpoint
2835tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2836shared library load. When a pending breakpoint is re-enabled,
649e03f6 2837@value{GDBN} checks to see if the location is already resolved.
2650777c
JJ
2838This is done because any number of shared library loads could have
2839occurred since the time the breakpoint was disabled and one or more
2840of these loads could resolve the location.
2841
c906108c
SS
2842@cindex negative breakpoint numbers
2843@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2844@value{GDBN} itself sometimes sets breakpoints in your program for
2845special purposes, such as proper handling of @code{longjmp} (in C
2846programs). These internal breakpoints are assigned negative numbers,
2847starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2848You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2849@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2850
2851
6d2ebf8b 2852@node Set Watchpoints
c906108c
SS
2853@subsection Setting watchpoints
2854
2855@cindex setting watchpoints
c906108c
SS
2856You can use a watchpoint to stop execution whenever the value of an
2857expression changes, without having to predict a particular place where
2858this may happen.
2859
82f2d802
EZ
2860@cindex software watchpoints
2861@cindex hardware watchpoints
c906108c 2862Depending on your system, watchpoints may be implemented in software or
2df3850c 2863hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2864program and testing the variable's value each time, which is hundreds of
2865times slower than normal execution. (But this may still be worth it, to
2866catch errors where you have no clue what part of your program is the
2867culprit.)
2868
82f2d802
EZ
2869On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2870x86-based targets, @value{GDBN} includes support for hardware
2871watchpoints, which do not slow down the running of your program.
c906108c
SS
2872
2873@table @code
2874@kindex watch
2875@item watch @var{expr}
2876Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2877is written into by the program and its value changes.
2878
2879@kindex rwatch
2880@item rwatch @var{expr}
09d4efe1
EZ
2881Set a watchpoint that will break when the value of @var{expr} is read
2882by the program.
c906108c
SS
2883
2884@kindex awatch
2885@item awatch @var{expr}
09d4efe1
EZ
2886Set a watchpoint that will break when @var{expr} is either read from
2887or written into by the program.
c906108c
SS
2888
2889@kindex info watchpoints
2890@item info watchpoints
2891This command prints a list of watchpoints, breakpoints, and catchpoints;
09d4efe1 2892it is the same as @code{info break} (@pxref{Set Breaks}).
c906108c
SS
2893@end table
2894
2895@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2896watchpoints execute very quickly, and the debugger reports a change in
2897value at the exact instruction where the change occurs. If @value{GDBN}
2898cannot set a hardware watchpoint, it sets a software watchpoint, which
2899executes more slowly and reports the change in value at the next
82f2d802
EZ
2900@emph{statement}, not the instruction, after the change occurs.
2901
2902@vindex can-use-hw-watchpoints
2903@cindex use only software watchpoints
2904You can force @value{GDBN} to use only software watchpoints with the
2905@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2906zero, @value{GDBN} will never try to use hardware watchpoints, even if
2907the underlying system supports them. (Note that hardware-assisted
2908watchpoints that were set @emph{before} setting
2909@code{can-use-hw-watchpoints} to zero will still use the hardware
2910mechanism of watching expressiion values.)
c906108c 2911
9c16f35a
EZ
2912@table @code
2913@item set can-use-hw-watchpoints
2914@kindex set can-use-hw-watchpoints
2915Set whether or not to use hardware watchpoints.
2916
2917@item show can-use-hw-watchpoints
2918@kindex show can-use-hw-watchpoints
2919Show the current mode of using hardware watchpoints.
2920@end table
2921
2922For remote targets, you can restrict the number of hardware
2923watchpoints @value{GDBN} will use, see @ref{set remote
2924hardware-breakpoint-limit}.
2925
c906108c
SS
2926When you issue the @code{watch} command, @value{GDBN} reports
2927
474c8240 2928@smallexample
c906108c 2929Hardware watchpoint @var{num}: @var{expr}
474c8240 2930@end smallexample
c906108c
SS
2931
2932@noindent
2933if it was able to set a hardware watchpoint.
2934
7be570e7
JM
2935Currently, the @code{awatch} and @code{rwatch} commands can only set
2936hardware watchpoints, because accesses to data that don't change the
2937value of the watched expression cannot be detected without examining
2938every instruction as it is being executed, and @value{GDBN} does not do
2939that currently. If @value{GDBN} finds that it is unable to set a
2940hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2941will print a message like this:
2942
2943@smallexample
2944Expression cannot be implemented with read/access watchpoint.
2945@end smallexample
2946
2947Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2948data type of the watched expression is wider than what a hardware
2949watchpoint on the target machine can handle. For example, some systems
2950can only watch regions that are up to 4 bytes wide; on such systems you
2951cannot set hardware watchpoints for an expression that yields a
2952double-precision floating-point number (which is typically 8 bytes
2953wide). As a work-around, it might be possible to break the large region
2954into a series of smaller ones and watch them with separate watchpoints.
2955
2956If you set too many hardware watchpoints, @value{GDBN} might be unable
2957to insert all of them when you resume the execution of your program.
2958Since the precise number of active watchpoints is unknown until such
2959time as the program is about to be resumed, @value{GDBN} might not be
2960able to warn you about this when you set the watchpoints, and the
2961warning will be printed only when the program is resumed:
2962
2963@smallexample
2964Hardware watchpoint @var{num}: Could not insert watchpoint
2965@end smallexample
2966
2967@noindent
2968If this happens, delete or disable some of the watchpoints.
2969
2970The SPARClite DSU will generate traps when a program accesses some data
2971or instruction address that is assigned to the debug registers. For the
2972data addresses, DSU facilitates the @code{watch} command. However the
2973hardware breakpoint registers can only take two data watchpoints, and
2974both watchpoints must be the same kind. For example, you can set two
2975watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2976@strong{or} two with @code{awatch} commands, but you cannot set one
2977watchpoint with one command and the other with a different command.
c906108c
SS
2978@value{GDBN} will reject the command if you try to mix watchpoints.
2979Delete or disable unused watchpoint commands before setting new ones.
2980
2981If you call a function interactively using @code{print} or @code{call},
2df3850c 2982any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2983kind of breakpoint or the call completes.
2984
7be570e7
JM
2985@value{GDBN} automatically deletes watchpoints that watch local
2986(automatic) variables, or expressions that involve such variables, when
2987they go out of scope, that is, when the execution leaves the block in
2988which these variables were defined. In particular, when the program
2989being debugged terminates, @emph{all} local variables go out of scope,
2990and so only watchpoints that watch global variables remain set. If you
2991rerun the program, you will need to set all such watchpoints again. One
2992way of doing that would be to set a code breakpoint at the entry to the
2993@code{main} function and when it breaks, set all the watchpoints.
2994
c906108c
SS
2995@quotation
2996@cindex watchpoints and threads
2997@cindex threads and watchpoints
c906108c
SS
2998@emph{Warning:} In multi-thread programs, watchpoints have only limited
2999usefulness. With the current watchpoint implementation, @value{GDBN}
3000can only watch the value of an expression @emph{in a single thread}. If
3001you are confident that the expression can only change due to the current
3002thread's activity (and if you are also confident that no other thread
3003can become current), then you can use watchpoints as usual. However,
3004@value{GDBN} may not notice when a non-current thread's activity changes
3005the expression.
53a5351d 3006
d4f3574e 3007@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
3008@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
3009have only limited usefulness. If @value{GDBN} creates a software
3010watchpoint, it can only watch the value of an expression @emph{in a
3011single thread}. If you are confident that the expression can only
3012change due to the current thread's activity (and if you are also
3013confident that no other thread can become current), then you can use
3014software watchpoints as usual. However, @value{GDBN} may not notice
3015when a non-current thread's activity changes the expression. (Hardware
3016watchpoints, in contrast, watch an expression in all threads.)
c906108c 3017@end quotation
c906108c 3018
501eef12
AC
3019@xref{set remote hardware-watchpoint-limit}.
3020
6d2ebf8b 3021@node Set Catchpoints
c906108c 3022@subsection Setting catchpoints
d4f3574e 3023@cindex catchpoints, setting
c906108c
SS
3024@cindex exception handlers
3025@cindex event handling
3026
3027You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 3028kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
3029shared library. Use the @code{catch} command to set a catchpoint.
3030
3031@table @code
3032@kindex catch
3033@item catch @var{event}
3034Stop when @var{event} occurs. @var{event} can be any of the following:
3035@table @code
3036@item throw
4644b6e3 3037@cindex stop on C@t{++} exceptions
b37052ae 3038The throwing of a C@t{++} exception.
c906108c
SS
3039
3040@item catch
b37052ae 3041The catching of a C@t{++} exception.
c906108c
SS
3042
3043@item exec
4644b6e3 3044@cindex break on fork/exec
c906108c
SS
3045A call to @code{exec}. This is currently only available for HP-UX.
3046
3047@item fork
c906108c
SS
3048A call to @code{fork}. This is currently only available for HP-UX.
3049
3050@item vfork
c906108c
SS
3051A call to @code{vfork}. This is currently only available for HP-UX.
3052
3053@item load
3054@itemx load @var{libname}
4644b6e3 3055@cindex break on load/unload of shared library
c906108c
SS
3056The dynamic loading of any shared library, or the loading of the library
3057@var{libname}. This is currently only available for HP-UX.
3058
3059@item unload
3060@itemx unload @var{libname}
c906108c
SS
3061The unloading of any dynamically loaded shared library, or the unloading
3062of the library @var{libname}. This is currently only available for HP-UX.
3063@end table
3064
3065@item tcatch @var{event}
3066Set a catchpoint that is enabled only for one stop. The catchpoint is
3067automatically deleted after the first time the event is caught.
3068
3069@end table
3070
3071Use the @code{info break} command to list the current catchpoints.
3072
b37052ae 3073There are currently some limitations to C@t{++} exception handling
c906108c
SS
3074(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
3075
3076@itemize @bullet
3077@item
3078If you call a function interactively, @value{GDBN} normally returns
3079control to you when the function has finished executing. If the call
3080raises an exception, however, the call may bypass the mechanism that
3081returns control to you and cause your program either to abort or to
3082simply continue running until it hits a breakpoint, catches a signal
3083that @value{GDBN} is listening for, or exits. This is the case even if
3084you set a catchpoint for the exception; catchpoints on exceptions are
3085disabled within interactive calls.
3086
3087@item
3088You cannot raise an exception interactively.
3089
3090@item
3091You cannot install an exception handler interactively.
3092@end itemize
3093
3094@cindex raise exceptions
3095Sometimes @code{catch} is not the best way to debug exception handling:
3096if you need to know exactly where an exception is raised, it is better to
3097stop @emph{before} the exception handler is called, since that way you
3098can see the stack before any unwinding takes place. If you set a
3099breakpoint in an exception handler instead, it may not be easy to find
3100out where the exception was raised.
3101
3102To stop just before an exception handler is called, you need some
b37052ae 3103knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
3104raised by calling a library function named @code{__raise_exception}
3105which has the following ANSI C interface:
3106
474c8240 3107@smallexample
c906108c 3108 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
3109 @var{id} is the exception identifier. */
3110 void __raise_exception (void **addr, void *id);
474c8240 3111@end smallexample
c906108c
SS
3112
3113@noindent
3114To make the debugger catch all exceptions before any stack
3115unwinding takes place, set a breakpoint on @code{__raise_exception}
3116(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3117
3118With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3119that depends on the value of @var{id}, you can stop your program when
3120a specific exception is raised. You can use multiple conditional
3121breakpoints to stop your program when any of a number of exceptions are
3122raised.
3123
3124
6d2ebf8b 3125@node Delete Breaks
c906108c
SS
3126@subsection Deleting breakpoints
3127
3128@cindex clearing breakpoints, watchpoints, catchpoints
3129@cindex deleting breakpoints, watchpoints, catchpoints
3130It is often necessary to eliminate a breakpoint, watchpoint, or
3131catchpoint once it has done its job and you no longer want your program
3132to stop there. This is called @dfn{deleting} the breakpoint. A
3133breakpoint that has been deleted no longer exists; it is forgotten.
3134
3135With the @code{clear} command you can delete breakpoints according to
3136where they are in your program. With the @code{delete} command you can
3137delete individual breakpoints, watchpoints, or catchpoints by specifying
3138their breakpoint numbers.
3139
3140It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3141automatically ignores breakpoints on the first instruction to be executed
3142when you continue execution without changing the execution address.
3143
3144@table @code
3145@kindex clear
3146@item clear
3147Delete any breakpoints at the next instruction to be executed in the
3148selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3149the innermost frame is selected, this is a good way to delete a
3150breakpoint where your program just stopped.
3151
3152@item clear @var{function}
3153@itemx clear @var{filename}:@var{function}
09d4efe1 3154Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
3155
3156@item clear @var{linenum}
3157@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
3158Delete any breakpoints set at or within the code of the specified
3159@var{linenum} of the specified @var{filename}.
c906108c
SS
3160
3161@cindex delete breakpoints
3162@kindex delete
41afff9a 3163@kindex d @r{(@code{delete})}
c5394b80
JM
3164@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3165Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3166ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
3167breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3168confirm off}). You can abbreviate this command as @code{d}.
3169@end table
3170
6d2ebf8b 3171@node Disabling
c906108c
SS
3172@subsection Disabling breakpoints
3173
4644b6e3 3174@cindex enable/disable a breakpoint
c906108c
SS
3175Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3176prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3177it had been deleted, but remembers the information on the breakpoint so
3178that you can @dfn{enable} it again later.
3179
3180You disable and enable breakpoints, watchpoints, and catchpoints with
3181the @code{enable} and @code{disable} commands, optionally specifying one
3182or more breakpoint numbers as arguments. Use @code{info break} or
3183@code{info watch} to print a list of breakpoints, watchpoints, and
3184catchpoints if you do not know which numbers to use.
3185
3186A breakpoint, watchpoint, or catchpoint can have any of four different
3187states of enablement:
3188
3189@itemize @bullet
3190@item
3191Enabled. The breakpoint stops your program. A breakpoint set
3192with the @code{break} command starts out in this state.
3193@item
3194Disabled. The breakpoint has no effect on your program.
3195@item
3196Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3197disabled.
c906108c
SS
3198@item
3199Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3200immediately after it does so it is deleted permanently. A breakpoint
3201set with the @code{tbreak} command starts out in this state.
c906108c
SS
3202@end itemize
3203
3204You can use the following commands to enable or disable breakpoints,
3205watchpoints, and catchpoints:
3206
3207@table @code
c906108c 3208@kindex disable
41afff9a 3209@kindex dis @r{(@code{disable})}
c5394b80 3210@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3211Disable the specified breakpoints---or all breakpoints, if none are
3212listed. A disabled breakpoint has no effect but is not forgotten. All
3213options such as ignore-counts, conditions and commands are remembered in
3214case the breakpoint is enabled again later. You may abbreviate
3215@code{disable} as @code{dis}.
3216
c906108c 3217@kindex enable
c5394b80 3218@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3219Enable the specified breakpoints (or all defined breakpoints). They
3220become effective once again in stopping your program.
3221
c5394b80 3222@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3223Enable the specified breakpoints temporarily. @value{GDBN} disables any
3224of these breakpoints immediately after stopping your program.
3225
c5394b80 3226@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3227Enable the specified breakpoints to work once, then die. @value{GDBN}
3228deletes any of these breakpoints as soon as your program stops there.
09d4efe1 3229Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
3230@end table
3231
d4f3574e
SS
3232@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3233@c confusing: tbreak is also initially enabled.
c906108c
SS
3234Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3235,Setting breakpoints}), breakpoints that you set are initially enabled;
3236subsequently, they become disabled or enabled only when you use one of
3237the commands above. (The command @code{until} can set and delete a
3238breakpoint of its own, but it does not change the state of your other
3239breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3240stepping}.)
3241
6d2ebf8b 3242@node Conditions
c906108c
SS
3243@subsection Break conditions
3244@cindex conditional breakpoints
3245@cindex breakpoint conditions
3246
3247@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3248@c in particular for a watchpoint?
c906108c
SS
3249The simplest sort of breakpoint breaks every time your program reaches a
3250specified place. You can also specify a @dfn{condition} for a
3251breakpoint. A condition is just a Boolean expression in your
3252programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3253a condition evaluates the expression each time your program reaches it,
3254and your program stops only if the condition is @emph{true}.
3255
3256This is the converse of using assertions for program validation; in that
3257situation, you want to stop when the assertion is violated---that is,
3258when the condition is false. In C, if you want to test an assertion expressed
3259by the condition @var{assert}, you should set the condition
3260@samp{! @var{assert}} on the appropriate breakpoint.
3261
3262Conditions are also accepted for watchpoints; you may not need them,
3263since a watchpoint is inspecting the value of an expression anyhow---but
3264it might be simpler, say, to just set a watchpoint on a variable name,
3265and specify a condition that tests whether the new value is an interesting
3266one.
3267
3268Break conditions can have side effects, and may even call functions in
3269your program. This can be useful, for example, to activate functions
3270that log program progress, or to use your own print functions to
3271format special data structures. The effects are completely predictable
3272unless there is another enabled breakpoint at the same address. (In
3273that case, @value{GDBN} might see the other breakpoint first and stop your
3274program without checking the condition of this one.) Note that
d4f3574e
SS
3275breakpoint commands are usually more convenient and flexible than break
3276conditions for the
c906108c
SS
3277purpose of performing side effects when a breakpoint is reached
3278(@pxref{Break Commands, ,Breakpoint command lists}).
3279
3280Break conditions can be specified when a breakpoint is set, by using
3281@samp{if} in the arguments to the @code{break} command. @xref{Set
3282Breaks, ,Setting breakpoints}. They can also be changed at any time
3283with the @code{condition} command.
53a5351d 3284
c906108c
SS
3285You can also use the @code{if} keyword with the @code{watch} command.
3286The @code{catch} command does not recognize the @code{if} keyword;
3287@code{condition} is the only way to impose a further condition on a
3288catchpoint.
c906108c
SS
3289
3290@table @code
3291@kindex condition
3292@item condition @var{bnum} @var{expression}
3293Specify @var{expression} as the break condition for breakpoint,
3294watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3295breakpoint @var{bnum} stops your program only if the value of
3296@var{expression} is true (nonzero, in C). When you use
3297@code{condition}, @value{GDBN} checks @var{expression} immediately for
3298syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3299referents in the context of your breakpoint. If @var{expression} uses
3300symbols not referenced in the context of the breakpoint, @value{GDBN}
3301prints an error message:
3302
474c8240 3303@smallexample
d4f3574e 3304No symbol "foo" in current context.
474c8240 3305@end smallexample
d4f3574e
SS
3306
3307@noindent
c906108c
SS
3308@value{GDBN} does
3309not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3310command (or a command that sets a breakpoint with a condition, like
3311@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3312
3313@item condition @var{bnum}
3314Remove the condition from breakpoint number @var{bnum}. It becomes
3315an ordinary unconditional breakpoint.
3316@end table
3317
3318@cindex ignore count (of breakpoint)
3319A special case of a breakpoint condition is to stop only when the
3320breakpoint has been reached a certain number of times. This is so
3321useful that there is a special way to do it, using the @dfn{ignore
3322count} of the breakpoint. Every breakpoint has an ignore count, which
3323is an integer. Most of the time, the ignore count is zero, and
3324therefore has no effect. But if your program reaches a breakpoint whose
3325ignore count is positive, then instead of stopping, it just decrements
3326the ignore count by one and continues. As a result, if the ignore count
3327value is @var{n}, the breakpoint does not stop the next @var{n} times
3328your program reaches it.
3329
3330@table @code
3331@kindex ignore
3332@item ignore @var{bnum} @var{count}
3333Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3334The next @var{count} times the breakpoint is reached, your program's
3335execution does not stop; other than to decrement the ignore count, @value{GDBN}
3336takes no action.
3337
3338To make the breakpoint stop the next time it is reached, specify
3339a count of zero.
3340
3341When you use @code{continue} to resume execution of your program from a
3342breakpoint, you can specify an ignore count directly as an argument to
3343@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3344Stepping,,Continuing and stepping}.
3345
3346If a breakpoint has a positive ignore count and a condition, the
3347condition is not checked. Once the ignore count reaches zero,
3348@value{GDBN} resumes checking the condition.
3349
3350You could achieve the effect of the ignore count with a condition such
3351as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3352is decremented each time. @xref{Convenience Vars, ,Convenience
3353variables}.
3354@end table
3355
3356Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3357
3358
6d2ebf8b 3359@node Break Commands
c906108c
SS
3360@subsection Breakpoint command lists
3361
3362@cindex breakpoint commands
3363You can give any breakpoint (or watchpoint or catchpoint) a series of
3364commands to execute when your program stops due to that breakpoint. For
3365example, you might want to print the values of certain expressions, or
3366enable other breakpoints.
3367
3368@table @code
3369@kindex commands
3370@kindex end
3371@item commands @r{[}@var{bnum}@r{]}
3372@itemx @dots{} @var{command-list} @dots{}
3373@itemx end
3374Specify a list of commands for breakpoint number @var{bnum}. The commands
3375themselves appear on the following lines. Type a line containing just
3376@code{end} to terminate the commands.
3377
3378To remove all commands from a breakpoint, type @code{commands} and
3379follow it immediately with @code{end}; that is, give no commands.
3380
3381With no @var{bnum} argument, @code{commands} refers to the last
3382breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3383recently encountered).
3384@end table
3385
3386Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3387disabled within a @var{command-list}.
3388
3389You can use breakpoint commands to start your program up again. Simply
3390use the @code{continue} command, or @code{step}, or any other command
3391that resumes execution.
3392
3393Any other commands in the command list, after a command that resumes
3394execution, are ignored. This is because any time you resume execution
3395(even with a simple @code{next} or @code{step}), you may encounter
3396another breakpoint---which could have its own command list, leading to
3397ambiguities about which list to execute.
3398
3399@kindex silent
3400If the first command you specify in a command list is @code{silent}, the
3401usual message about stopping at a breakpoint is not printed. This may
3402be desirable for breakpoints that are to print a specific message and
3403then continue. If none of the remaining commands print anything, you
3404see no sign that the breakpoint was reached. @code{silent} is
3405meaningful only at the beginning of a breakpoint command list.
3406
3407The commands @code{echo}, @code{output}, and @code{printf} allow you to
3408print precisely controlled output, and are often useful in silent
3409breakpoints. @xref{Output, ,Commands for controlled output}.
3410
3411For example, here is how you could use breakpoint commands to print the
3412value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3413
474c8240 3414@smallexample
c906108c
SS
3415break foo if x>0
3416commands
3417silent
3418printf "x is %d\n",x
3419cont
3420end
474c8240 3421@end smallexample
c906108c
SS
3422
3423One application for breakpoint commands is to compensate for one bug so
3424you can test for another. Put a breakpoint just after the erroneous line
3425of code, give it a condition to detect the case in which something
3426erroneous has been done, and give it commands to assign correct values
3427to any variables that need them. End with the @code{continue} command
3428so that your program does not stop, and start with the @code{silent}
3429command so that no output is produced. Here is an example:
3430
474c8240 3431@smallexample
c906108c
SS
3432break 403
3433commands
3434silent
3435set x = y + 4
3436cont
3437end
474c8240 3438@end smallexample
c906108c 3439
6d2ebf8b 3440@node Breakpoint Menus
c906108c
SS
3441@subsection Breakpoint menus
3442@cindex overloading
3443@cindex symbol overloading
3444
b383017d 3445Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3446single function name
c906108c
SS
3447to be defined several times, for application in different contexts.
3448This is called @dfn{overloading}. When a function name is overloaded,
3449@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3450a breakpoint. If you realize this is a problem, you can use
3451something like @samp{break @var{function}(@var{types})} to specify which
3452particular version of the function you want. Otherwise, @value{GDBN} offers
3453you a menu of numbered choices for different possible breakpoints, and
3454waits for your selection with the prompt @samp{>}. The first two
3455options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3456sets a breakpoint at each definition of @var{function}, and typing
3457@kbd{0} aborts the @code{break} command without setting any new
3458breakpoints.
3459
3460For example, the following session excerpt shows an attempt to set a
3461breakpoint at the overloaded symbol @code{String::after}.
3462We choose three particular definitions of that function name:
3463
3464@c FIXME! This is likely to change to show arg type lists, at least
3465@smallexample
3466@group
3467(@value{GDBP}) b String::after
3468[0] cancel
3469[1] all
3470[2] file:String.cc; line number:867
3471[3] file:String.cc; line number:860
3472[4] file:String.cc; line number:875
3473[5] file:String.cc; line number:853
3474[6] file:String.cc; line number:846
3475[7] file:String.cc; line number:735
3476> 2 4 6
3477Breakpoint 1 at 0xb26c: file String.cc, line 867.
3478Breakpoint 2 at 0xb344: file String.cc, line 875.
3479Breakpoint 3 at 0xafcc: file String.cc, line 846.
3480Multiple breakpoints were set.
3481Use the "delete" command to delete unwanted
3482 breakpoints.
3483(@value{GDBP})
3484@end group
3485@end smallexample
c906108c
SS
3486
3487@c @ifclear BARETARGET
6d2ebf8b 3488@node Error in Breakpoints
d4f3574e 3489@subsection ``Cannot insert breakpoints''
c906108c
SS
3490@c
3491@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3492@c
d4f3574e
SS
3493Under some operating systems, breakpoints cannot be used in a program if
3494any other process is running that program. In this situation,
5d161b24 3495attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3496@value{GDBN} to print an error message:
3497
474c8240 3498@smallexample
d4f3574e
SS
3499Cannot insert breakpoints.
3500The same program may be running in another process.
474c8240 3501@end smallexample
d4f3574e
SS
3502
3503When this happens, you have three ways to proceed:
3504
3505@enumerate
3506@item
3507Remove or disable the breakpoints, then continue.
3508
3509@item
5d161b24 3510Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3511name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3512that @value{GDBN} should run your program under that name.
d4f3574e
SS
3513Then start your program again.
3514
3515@item
3516Relink your program so that the text segment is nonsharable, using the
3517linker option @samp{-N}. The operating system limitation may not apply
3518to nonsharable executables.
3519@end enumerate
c906108c
SS
3520@c @end ifclear
3521
d4f3574e
SS
3522A similar message can be printed if you request too many active
3523hardware-assisted breakpoints and watchpoints:
3524
3525@c FIXME: the precise wording of this message may change; the relevant
3526@c source change is not committed yet (Sep 3, 1999).
3527@smallexample
3528Stopped; cannot insert breakpoints.
3529You may have requested too many hardware breakpoints and watchpoints.
3530@end smallexample
3531
3532@noindent
3533This message is printed when you attempt to resume the program, since
3534only then @value{GDBN} knows exactly how many hardware breakpoints and
3535watchpoints it needs to insert.
3536
3537When this message is printed, you need to disable or remove some of the
3538hardware-assisted breakpoints and watchpoints, and then continue.
3539
1485d690
KB
3540@node Breakpoint related warnings
3541@subsection ``Breakpoint address adjusted...''
3542@cindex breakpoint address adjusted
3543
3544Some processor architectures place constraints on the addresses at
3545which breakpoints may be placed. For architectures thus constrained,
3546@value{GDBN} will attempt to adjust the breakpoint's address to comply
3547with the constraints dictated by the architecture.
3548
3549One example of such an architecture is the Fujitsu FR-V. The FR-V is
3550a VLIW architecture in which a number of RISC-like instructions may be
3551bundled together for parallel execution. The FR-V architecture
3552constrains the location of a breakpoint instruction within such a
3553bundle to the instruction with the lowest address. @value{GDBN}
3554honors this constraint by adjusting a breakpoint's address to the
3555first in the bundle.
3556
3557It is not uncommon for optimized code to have bundles which contain
3558instructions from different source statements, thus it may happen that
3559a breakpoint's address will be adjusted from one source statement to
3560another. Since this adjustment may significantly alter @value{GDBN}'s
3561breakpoint related behavior from what the user expects, a warning is
3562printed when the breakpoint is first set and also when the breakpoint
3563is hit.
3564
3565A warning like the one below is printed when setting a breakpoint
3566that's been subject to address adjustment:
3567
3568@smallexample
3569warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3570@end smallexample
3571
3572Such warnings are printed both for user settable and @value{GDBN}'s
3573internal breakpoints. If you see one of these warnings, you should
3574verify that a breakpoint set at the adjusted address will have the
3575desired affect. If not, the breakpoint in question may be removed and
b383017d 3576other breakpoints may be set which will have the desired behavior.
1485d690
KB
3577E.g., it may be sufficient to place the breakpoint at a later
3578instruction. A conditional breakpoint may also be useful in some
3579cases to prevent the breakpoint from triggering too often.
3580
3581@value{GDBN} will also issue a warning when stopping at one of these
3582adjusted breakpoints:
3583
3584@smallexample
3585warning: Breakpoint 1 address previously adjusted from 0x00010414
3586to 0x00010410.
3587@end smallexample
3588
3589When this warning is encountered, it may be too late to take remedial
3590action except in cases where the breakpoint is hit earlier or more
3591frequently than expected.
d4f3574e 3592
6d2ebf8b 3593@node Continuing and Stepping
c906108c
SS
3594@section Continuing and stepping
3595
3596@cindex stepping
3597@cindex continuing
3598@cindex resuming execution
3599@dfn{Continuing} means resuming program execution until your program
3600completes normally. In contrast, @dfn{stepping} means executing just
3601one more ``step'' of your program, where ``step'' may mean either one
3602line of source code, or one machine instruction (depending on what
7a292a7a
SS
3603particular command you use). Either when continuing or when stepping,
3604your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3605it stops due to a signal, you may want to use @code{handle}, or use
3606@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3607
3608@table @code
3609@kindex continue
41afff9a
EZ
3610@kindex c @r{(@code{continue})}
3611@kindex fg @r{(resume foreground execution)}
c906108c
SS
3612@item continue @r{[}@var{ignore-count}@r{]}
3613@itemx c @r{[}@var{ignore-count}@r{]}
3614@itemx fg @r{[}@var{ignore-count}@r{]}
3615Resume program execution, at the address where your program last stopped;
3616any breakpoints set at that address are bypassed. The optional argument
3617@var{ignore-count} allows you to specify a further number of times to
3618ignore a breakpoint at this location; its effect is like that of
3619@code{ignore} (@pxref{Conditions, ,Break conditions}).
3620
3621The argument @var{ignore-count} is meaningful only when your program
3622stopped due to a breakpoint. At other times, the argument to
3623@code{continue} is ignored.
3624
d4f3574e
SS
3625The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3626debugged program is deemed to be the foreground program) are provided
3627purely for convenience, and have exactly the same behavior as
3628@code{continue}.
c906108c
SS
3629@end table
3630
3631To resume execution at a different place, you can use @code{return}
3632(@pxref{Returning, ,Returning from a function}) to go back to the
3633calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3634different address}) to go to an arbitrary location in your program.
3635
3636A typical technique for using stepping is to set a breakpoint
3637(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3638beginning of the function or the section of your program where a problem
3639is believed to lie, run your program until it stops at that breakpoint,
3640and then step through the suspect area, examining the variables that are
3641interesting, until you see the problem happen.
3642
3643@table @code
3644@kindex step
41afff9a 3645@kindex s @r{(@code{step})}
c906108c
SS
3646@item step
3647Continue running your program until control reaches a different source
3648line, then stop it and return control to @value{GDBN}. This command is
3649abbreviated @code{s}.
3650
3651@quotation
3652@c "without debugging information" is imprecise; actually "without line
3653@c numbers in the debugging information". (gcc -g1 has debugging info but
3654@c not line numbers). But it seems complex to try to make that
3655@c distinction here.
3656@emph{Warning:} If you use the @code{step} command while control is
3657within a function that was compiled without debugging information,
3658execution proceeds until control reaches a function that does have
3659debugging information. Likewise, it will not step into a function which
3660is compiled without debugging information. To step through functions
3661without debugging information, use the @code{stepi} command, described
3662below.
3663@end quotation
3664
4a92d011
EZ
3665The @code{step} command only stops at the first instruction of a source
3666line. This prevents the multiple stops that could otherwise occur in
3667@code{switch} statements, @code{for} loops, etc. @code{step} continues
3668to stop if a function that has debugging information is called within
3669the line. In other words, @code{step} @emph{steps inside} any functions
3670called within the line.
c906108c 3671
d4f3574e
SS
3672Also, the @code{step} command only enters a function if there is line
3673number information for the function. Otherwise it acts like the
5d161b24 3674@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3675on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3676was any debugging information about the routine.
c906108c
SS
3677
3678@item step @var{count}
3679Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3680breakpoint is reached, or a signal not related to stepping occurs before
3681@var{count} steps, stepping stops right away.
c906108c
SS
3682
3683@kindex next
41afff9a 3684@kindex n @r{(@code{next})}
c906108c
SS
3685@item next @r{[}@var{count}@r{]}
3686Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3687This is similar to @code{step}, but function calls that appear within
3688the line of code are executed without stopping. Execution stops when
3689control reaches a different line of code at the original stack level
3690that was executing when you gave the @code{next} command. This command
3691is abbreviated @code{n}.
c906108c
SS
3692
3693An argument @var{count} is a repeat count, as for @code{step}.
3694
3695
3696@c FIX ME!! Do we delete this, or is there a way it fits in with
3697@c the following paragraph? --- Vctoria
3698@c
3699@c @code{next} within a function that lacks debugging information acts like
3700@c @code{step}, but any function calls appearing within the code of the
3701@c function are executed without stopping.
3702
d4f3574e
SS
3703The @code{next} command only stops at the first instruction of a
3704source line. This prevents multiple stops that could otherwise occur in
4a92d011 3705@code{switch} statements, @code{for} loops, etc.
c906108c 3706
b90a5f51
CF
3707@kindex set step-mode
3708@item set step-mode
3709@cindex functions without line info, and stepping
3710@cindex stepping into functions with no line info
3711@itemx set step-mode on
4a92d011 3712The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3713stop at the first instruction of a function which contains no debug line
3714information rather than stepping over it.
3715
4a92d011
EZ
3716This is useful in cases where you may be interested in inspecting the
3717machine instructions of a function which has no symbolic info and do not
3718want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3719
3720@item set step-mode off
4a92d011 3721Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3722debug information. This is the default.
3723
9c16f35a
EZ
3724@item show step-mode
3725Show whether @value{GDBN} will stop in or step over functions without
3726source line debug information.
3727
c906108c
SS
3728@kindex finish
3729@item finish
3730Continue running until just after function in the selected stack frame
3731returns. Print the returned value (if any).
3732
3733Contrast this with the @code{return} command (@pxref{Returning,
3734,Returning from a function}).
3735
3736@kindex until
41afff9a 3737@kindex u @r{(@code{until})}
09d4efe1 3738@cindex run until specified location
c906108c
SS
3739@item until
3740@itemx u
3741Continue running until a source line past the current line, in the
3742current stack frame, is reached. This command is used to avoid single
3743stepping through a loop more than once. It is like the @code{next}
3744command, except that when @code{until} encounters a jump, it
3745automatically continues execution until the program counter is greater
3746than the address of the jump.
3747
3748This means that when you reach the end of a loop after single stepping
3749though it, @code{until} makes your program continue execution until it
3750exits the loop. In contrast, a @code{next} command at the end of a loop
3751simply steps back to the beginning of the loop, which forces you to step
3752through the next iteration.
3753
3754@code{until} always stops your program if it attempts to exit the current
3755stack frame.
3756
3757@code{until} may produce somewhat counterintuitive results if the order
3758of machine code does not match the order of the source lines. For
3759example, in the following excerpt from a debugging session, the @code{f}
3760(@code{frame}) command shows that execution is stopped at line
3761@code{206}; yet when we use @code{until}, we get to line @code{195}:
3762
474c8240 3763@smallexample
c906108c
SS
3764(@value{GDBP}) f
3765#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3766206 expand_input();
3767(@value{GDBP}) until
3768195 for ( ; argc > 0; NEXTARG) @{
474c8240 3769@end smallexample
c906108c
SS
3770
3771This happened because, for execution efficiency, the compiler had
3772generated code for the loop closure test at the end, rather than the
3773start, of the loop---even though the test in a C @code{for}-loop is
3774written before the body of the loop. The @code{until} command appeared
3775to step back to the beginning of the loop when it advanced to this
3776expression; however, it has not really gone to an earlier
3777statement---not in terms of the actual machine code.
3778
3779@code{until} with no argument works by means of single
3780instruction stepping, and hence is slower than @code{until} with an
3781argument.
3782
3783@item until @var{location}
3784@itemx u @var{location}
3785Continue running your program until either the specified location is
3786reached, or the current stack frame returns. @var{location} is any of
3787the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3788,Setting breakpoints}). This form of the command uses breakpoints, and
3789hence is quicker than @code{until} without an argument. The specified
3790location is actually reached only if it is in the current frame. This
3791implies that @code{until} can be used to skip over recursive function
3792invocations. For instance in the code below, if the current location is
3793line @code{96}, issuing @code{until 99} will execute the program up to
3794line @code{99} in the same invocation of factorial, i.e. after the inner
3795invocations have returned.
3796
3797@smallexample
379894 int factorial (int value)
379995 @{
380096 if (value > 1) @{
380197 value *= factorial (value - 1);
380298 @}
380399 return (value);
3804100 @}
3805@end smallexample
3806
3807
3808@kindex advance @var{location}
3809@itemx advance @var{location}
09d4efe1
EZ
3810Continue running the program up to the given @var{location}. An argument is
3811required, which should be of the same form as arguments for the @code{break}
c60eb6f1
EZ
3812command. Execution will also stop upon exit from the current stack
3813frame. This command is similar to @code{until}, but @code{advance} will
3814not skip over recursive function calls, and the target location doesn't
3815have to be in the same frame as the current one.
3816
c906108c
SS
3817
3818@kindex stepi
41afff9a 3819@kindex si @r{(@code{stepi})}
c906108c 3820@item stepi
96a2c332 3821@itemx stepi @var{arg}
c906108c
SS
3822@itemx si
3823Execute one machine instruction, then stop and return to the debugger.
3824
3825It is often useful to do @samp{display/i $pc} when stepping by machine
3826instructions. This makes @value{GDBN} automatically display the next
3827instruction to be executed, each time your program stops. @xref{Auto
3828Display,, Automatic display}.
3829
3830An argument is a repeat count, as in @code{step}.
3831
3832@need 750
3833@kindex nexti
41afff9a 3834@kindex ni @r{(@code{nexti})}
c906108c 3835@item nexti
96a2c332 3836@itemx nexti @var{arg}
c906108c
SS
3837@itemx ni
3838Execute one machine instruction, but if it is a function call,
3839proceed until the function returns.
3840
3841An argument is a repeat count, as in @code{next}.
3842@end table
3843
6d2ebf8b 3844@node Signals
c906108c
SS
3845@section Signals
3846@cindex signals
3847
3848A signal is an asynchronous event that can happen in a program. The
3849operating system defines the possible kinds of signals, and gives each
3850kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3851signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3852@code{SIGSEGV} is the signal a program gets from referencing a place in
3853memory far away from all the areas in use; @code{SIGALRM} occurs when
3854the alarm clock timer goes off (which happens only if your program has
3855requested an alarm).
3856
3857@cindex fatal signals
3858Some signals, including @code{SIGALRM}, are a normal part of the
3859functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3860errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3861program has not specified in advance some other way to handle the signal.
3862@code{SIGINT} does not indicate an error in your program, but it is normally
3863fatal so it can carry out the purpose of the interrupt: to kill the program.
3864
3865@value{GDBN} has the ability to detect any occurrence of a signal in your
3866program. You can tell @value{GDBN} in advance what to do for each kind of
3867signal.
3868
3869@cindex handling signals
24f93129
EZ
3870Normally, @value{GDBN} is set up to let the non-erroneous signals like
3871@code{SIGALRM} be silently passed to your program
3872(so as not to interfere with their role in the program's functioning)
c906108c
SS
3873but to stop your program immediately whenever an error signal happens.
3874You can change these settings with the @code{handle} command.
3875
3876@table @code
3877@kindex info signals
09d4efe1 3878@kindex info handle
c906108c 3879@item info signals
96a2c332 3880@itemx info handle
c906108c
SS
3881Print a table of all the kinds of signals and how @value{GDBN} has been told to
3882handle each one. You can use this to see the signal numbers of all
3883the defined types of signals.
3884
d4f3574e 3885@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3886
3887@kindex handle
3888@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3889Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3890can be the number of a signal or its name (with or without the
24f93129 3891@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3892@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3893known signals. The @var{keywords} say what change to make.
c906108c
SS
3894@end table
3895
3896@c @group
3897The keywords allowed by the @code{handle} command can be abbreviated.
3898Their full names are:
3899
3900@table @code
3901@item nostop
3902@value{GDBN} should not stop your program when this signal happens. It may
3903still print a message telling you that the signal has come in.
3904
3905@item stop
3906@value{GDBN} should stop your program when this signal happens. This implies
3907the @code{print} keyword as well.
3908
3909@item print
3910@value{GDBN} should print a message when this signal happens.
3911
3912@item noprint
3913@value{GDBN} should not mention the occurrence of the signal at all. This
3914implies the @code{nostop} keyword as well.
3915
3916@item pass
5ece1a18 3917@itemx noignore
c906108c
SS
3918@value{GDBN} should allow your program to see this signal; your program
3919can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3920and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3921
3922@item nopass
5ece1a18 3923@itemx ignore
c906108c 3924@value{GDBN} should not allow your program to see this signal.
5ece1a18 3925@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3926@end table
3927@c @end group
3928
d4f3574e
SS
3929When a signal stops your program, the signal is not visible to the
3930program until you
c906108c
SS
3931continue. Your program sees the signal then, if @code{pass} is in
3932effect for the signal in question @emph{at that time}. In other words,
3933after @value{GDBN} reports a signal, you can use the @code{handle}
3934command with @code{pass} or @code{nopass} to control whether your
3935program sees that signal when you continue.
3936
24f93129
EZ
3937The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3938non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3939@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3940erroneous signals.
3941
c906108c
SS
3942You can also use the @code{signal} command to prevent your program from
3943seeing a signal, or cause it to see a signal it normally would not see,
3944or to give it any signal at any time. For example, if your program stopped
3945due to some sort of memory reference error, you might store correct
3946values into the erroneous variables and continue, hoping to see more
3947execution; but your program would probably terminate immediately as
3948a result of the fatal signal once it saw the signal. To prevent this,
3949you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3950program a signal}.
c906108c 3951
6d2ebf8b 3952@node Thread Stops
c906108c
SS
3953@section Stopping and starting multi-thread programs
3954
3955When your program has multiple threads (@pxref{Threads,, Debugging
3956programs with multiple threads}), you can choose whether to set
3957breakpoints on all threads, or on a particular thread.
3958
3959@table @code
3960@cindex breakpoints and threads
3961@cindex thread breakpoints
3962@kindex break @dots{} thread @var{threadno}
3963@item break @var{linespec} thread @var{threadno}
3964@itemx break @var{linespec} thread @var{threadno} if @dots{}
3965@var{linespec} specifies source lines; there are several ways of
3966writing them, but the effect is always to specify some source line.
3967
3968Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3969to specify that you only want @value{GDBN} to stop the program when a
3970particular thread reaches this breakpoint. @var{threadno} is one of the
3971numeric thread identifiers assigned by @value{GDBN}, shown in the first
3972column of the @samp{info threads} display.
3973
3974If you do not specify @samp{thread @var{threadno}} when you set a
3975breakpoint, the breakpoint applies to @emph{all} threads of your
3976program.
3977
3978You can use the @code{thread} qualifier on conditional breakpoints as
3979well; in this case, place @samp{thread @var{threadno}} before the
3980breakpoint condition, like this:
3981
3982@smallexample
2df3850c 3983(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3984@end smallexample
3985
3986@end table
3987
3988@cindex stopped threads
3989@cindex threads, stopped
3990Whenever your program stops under @value{GDBN} for any reason,
3991@emph{all} threads of execution stop, not just the current thread. This
3992allows you to examine the overall state of the program, including
3993switching between threads, without worrying that things may change
3994underfoot.
3995
36d86913
MC
3996@cindex thread breakpoints and system calls
3997@cindex system calls and thread breakpoints
3998@cindex premature return from system calls
3999There is an unfortunate side effect. If one thread stops for a
4000breakpoint, or for some other reason, and another thread is blocked in a
4001system call, then the system call may return prematurely. This is a
4002consequence of the interaction between multiple threads and the signals
4003that @value{GDBN} uses to implement breakpoints and other events that
4004stop execution.
4005
4006To handle this problem, your program should check the return value of
4007each system call and react appropriately. This is good programming
4008style anyways.
4009
4010For example, do not write code like this:
4011
4012@smallexample
4013 sleep (10);
4014@end smallexample
4015
4016The call to @code{sleep} will return early if a different thread stops
4017at a breakpoint or for some other reason.
4018
4019Instead, write this:
4020
4021@smallexample
4022 int unslept = 10;
4023 while (unslept > 0)
4024 unslept = sleep (unslept);
4025@end smallexample
4026
4027A system call is allowed to return early, so the system is still
4028conforming to its specification. But @value{GDBN} does cause your
4029multi-threaded program to behave differently than it would without
4030@value{GDBN}.
4031
4032Also, @value{GDBN} uses internal breakpoints in the thread library to
4033monitor certain events such as thread creation and thread destruction.
4034When such an event happens, a system call in another thread may return
4035prematurely, even though your program does not appear to stop.
4036
c906108c
SS
4037@cindex continuing threads
4038@cindex threads, continuing
4039Conversely, whenever you restart the program, @emph{all} threads start
4040executing. @emph{This is true even when single-stepping} with commands
5d161b24 4041like @code{step} or @code{next}.
c906108c
SS
4042
4043In particular, @value{GDBN} cannot single-step all threads in lockstep.
4044Since thread scheduling is up to your debugging target's operating
4045system (not controlled by @value{GDBN}), other threads may
4046execute more than one statement while the current thread completes a
4047single step. Moreover, in general other threads stop in the middle of a
4048statement, rather than at a clean statement boundary, when the program
4049stops.
4050
4051You might even find your program stopped in another thread after
4052continuing or even single-stepping. This happens whenever some other
4053thread runs into a breakpoint, a signal, or an exception before the
4054first thread completes whatever you requested.
4055
4056On some OSes, you can lock the OS scheduler and thus allow only a single
4057thread to run.
4058
4059@table @code
4060@item set scheduler-locking @var{mode}
9c16f35a
EZ
4061@cindex scheduler locking mode
4062@cindex lock scheduler
c906108c
SS
4063Set the scheduler locking mode. If it is @code{off}, then there is no
4064locking and any thread may run at any time. If @code{on}, then only the
4065current thread may run when the inferior is resumed. The @code{step}
4066mode optimizes for single-stepping. It stops other threads from
4067``seizing the prompt'' by preempting the current thread while you are
4068stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 4069when you step. They are more likely to run when you @samp{next} over a
c906108c 4070function call, and they are completely free to run when you use commands
d4f3574e 4071like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 4072thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 4073@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
4074
4075@item show scheduler-locking
4076Display the current scheduler locking mode.
4077@end table
4078
c906108c 4079
6d2ebf8b 4080@node Stack
c906108c
SS
4081@chapter Examining the Stack
4082
4083When your program has stopped, the first thing you need to know is where it
4084stopped and how it got there.
4085
4086@cindex call stack
5d161b24
DB
4087Each time your program performs a function call, information about the call
4088is generated.
4089That information includes the location of the call in your program,
4090the arguments of the call,
c906108c 4091and the local variables of the function being called.
5d161b24 4092The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
4093The stack frames are allocated in a region of memory called the @dfn{call
4094stack}.
4095
4096When your program stops, the @value{GDBN} commands for examining the
4097stack allow you to see all of this information.
4098
4099@cindex selected frame
4100One of the stack frames is @dfn{selected} by @value{GDBN} and many
4101@value{GDBN} commands refer implicitly to the selected frame. In
4102particular, whenever you ask @value{GDBN} for the value of a variable in
4103your program, the value is found in the selected frame. There are
4104special @value{GDBN} commands to select whichever frame you are
4105interested in. @xref{Selection, ,Selecting a frame}.
4106
4107When your program stops, @value{GDBN} automatically selects the
5d161b24 4108currently executing frame and describes it briefly, similar to the
c906108c
SS
4109@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4110
4111@menu
4112* Frames:: Stack frames
4113* Backtrace:: Backtraces
4114* Selection:: Selecting a frame
4115* Frame Info:: Information on a frame
c906108c
SS
4116
4117@end menu
4118
6d2ebf8b 4119@node Frames
c906108c
SS
4120@section Stack frames
4121
d4f3574e 4122@cindex frame, definition
c906108c
SS
4123@cindex stack frame
4124The call stack is divided up into contiguous pieces called @dfn{stack
4125frames}, or @dfn{frames} for short; each frame is the data associated
4126with one call to one function. The frame contains the arguments given
4127to the function, the function's local variables, and the address at
4128which the function is executing.
4129
4130@cindex initial frame
4131@cindex outermost frame
4132@cindex innermost frame
4133When your program is started, the stack has only one frame, that of the
4134function @code{main}. This is called the @dfn{initial} frame or the
4135@dfn{outermost} frame. Each time a function is called, a new frame is
4136made. Each time a function returns, the frame for that function invocation
4137is eliminated. If a function is recursive, there can be many frames for
4138the same function. The frame for the function in which execution is
4139actually occurring is called the @dfn{innermost} frame. This is the most
4140recently created of all the stack frames that still exist.
4141
4142@cindex frame pointer
4143Inside your program, stack frames are identified by their addresses. A
4144stack frame consists of many bytes, each of which has its own address; each
4145kind of computer has a convention for choosing one byte whose
4146address serves as the address of the frame. Usually this address is kept
4147in a register called the @dfn{frame pointer register} while execution is
4148going on in that frame.
4149
4150@cindex frame number
4151@value{GDBN} assigns numbers to all existing stack frames, starting with
4152zero for the innermost frame, one for the frame that called it,
4153and so on upward. These numbers do not really exist in your program;
4154they are assigned by @value{GDBN} to give you a way of designating stack
4155frames in @value{GDBN} commands.
4156
6d2ebf8b
SS
4157@c The -fomit-frame-pointer below perennially causes hbox overflow
4158@c underflow problems.
c906108c
SS
4159@cindex frameless execution
4160Some compilers provide a way to compile functions so that they operate
6d2ebf8b 4161without stack frames. (For example, the @value{GCC} option
474c8240 4162@smallexample
6d2ebf8b 4163@samp{-fomit-frame-pointer}
474c8240 4164@end smallexample
6d2ebf8b 4165generates functions without a frame.)
c906108c
SS
4166This is occasionally done with heavily used library functions to save
4167the frame setup time. @value{GDBN} has limited facilities for dealing
4168with these function invocations. If the innermost function invocation
4169has no stack frame, @value{GDBN} nevertheless regards it as though
4170it had a separate frame, which is numbered zero as usual, allowing
4171correct tracing of the function call chain. However, @value{GDBN} has
4172no provision for frameless functions elsewhere in the stack.
4173
4174@table @code
d4f3574e 4175@kindex frame@r{, command}
41afff9a 4176@cindex current stack frame
c906108c 4177@item frame @var{args}
5d161b24 4178The @code{frame} command allows you to move from one stack frame to another,
c906108c 4179and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
4180address of the frame or the stack frame number. Without an argument,
4181@code{frame} prints the current stack frame.
c906108c
SS
4182
4183@kindex select-frame
41afff9a 4184@cindex selecting frame silently
c906108c
SS
4185@item select-frame
4186The @code{select-frame} command allows you to move from one stack frame
4187to another without printing the frame. This is the silent version of
4188@code{frame}.
4189@end table
4190
6d2ebf8b 4191@node Backtrace
c906108c
SS
4192@section Backtraces
4193
09d4efe1
EZ
4194@cindex traceback
4195@cindex call stack traces
c906108c
SS
4196A backtrace is a summary of how your program got where it is. It shows one
4197line per frame, for many frames, starting with the currently executing
4198frame (frame zero), followed by its caller (frame one), and on up the
4199stack.
4200
4201@table @code
4202@kindex backtrace
41afff9a 4203@kindex bt @r{(@code{backtrace})}
c906108c
SS
4204@item backtrace
4205@itemx bt
4206Print a backtrace of the entire stack: one line per frame for all
4207frames in the stack.
4208
4209You can stop the backtrace at any time by typing the system interrupt
4210character, normally @kbd{C-c}.
4211
4212@item backtrace @var{n}
4213@itemx bt @var{n}
4214Similar, but print only the innermost @var{n} frames.
4215
4216@item backtrace -@var{n}
4217@itemx bt -@var{n}
4218Similar, but print only the outermost @var{n} frames.
0f061b69
NR
4219
4220@item backtrace full
4221Print the values of the local variables also.
4222@itemx bt full
c906108c
SS
4223@end table
4224
4225@kindex where
4226@kindex info stack
c906108c
SS
4227The names @code{where} and @code{info stack} (abbreviated @code{info s})
4228are additional aliases for @code{backtrace}.
4229
4230Each line in the backtrace shows the frame number and the function name.
4231The program counter value is also shown---unless you use @code{set
4232print address off}. The backtrace also shows the source file name and
4233line number, as well as the arguments to the function. The program
4234counter value is omitted if it is at the beginning of the code for that
4235line number.
4236
4237Here is an example of a backtrace. It was made with the command
4238@samp{bt 3}, so it shows the innermost three frames.
4239
4240@smallexample
4241@group
5d161b24 4242#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4243 at builtin.c:993
4244#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4245#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4246 at macro.c:71
4247(More stack frames follow...)
4248@end group
4249@end smallexample
4250
4251@noindent
4252The display for frame zero does not begin with a program counter
4253value, indicating that your program has stopped at the beginning of the
4254code for line @code{993} of @code{builtin.c}.
4255
18999be5
EZ
4256@cindex value optimized out, in backtrace
4257@cindex function call arguments, optimized out
4258If your program was compiled with optimizations, some compilers will
4259optimize away arguments passed to functions if those arguments are
4260never used after the call. Such optimizations generate code that
4261passes arguments through registers, but doesn't store those arguments
4262in the stack frame. @value{GDBN} has no way of displaying such
4263arguments in stack frames other than the innermost one. Here's what
4264such a backtrace might look like:
4265
4266@smallexample
4267@group
4268#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4269 at builtin.c:993
4270#1 0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
4271#2 0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
4272 at macro.c:71
4273(More stack frames follow...)
4274@end group
4275@end smallexample
4276
4277@noindent
4278The values of arguments that were not saved in their stack frames are
4279shown as @samp{<value optimized out>}.
4280
4281If you need to display the values of such optimized-out arguments,
4282either deduce that from other variables whose values depend on the one
4283you are interested in, or recompile without optimizations.
4284
a8f24a35
EZ
4285@cindex backtrace beyond @code{main} function
4286@cindex program entry point
4287@cindex startup code, and backtrace
25d29d70
AC
4288Most programs have a standard user entry point---a place where system
4289libraries and startup code transition into user code. For C this is
4290@code{main}. When @value{GDBN} finds the entry function in a backtrace
4291it will terminate the backtrace, to avoid tracing into highly
4292system-specific (and generally uninteresting) code.
4293
4294If you need to examine the startup code, or limit the number of levels
4295in a backtrace, you can change this behavior:
95f90d25
DJ
4296
4297@table @code
25d29d70
AC
4298@item set backtrace past-main
4299@itemx set backtrace past-main on
4644b6e3 4300@kindex set backtrace
25d29d70
AC
4301Backtraces will continue past the user entry point.
4302
4303@item set backtrace past-main off
95f90d25
DJ
4304Backtraces will stop when they encounter the user entry point. This is the
4305default.
4306
25d29d70 4307@item show backtrace past-main
4644b6e3 4308@kindex show backtrace
25d29d70
AC
4309Display the current user entry point backtrace policy.
4310
2315ffec
RC
4311@item set backtrace past-entry
4312@itemx set backtrace past-entry on
a8f24a35 4313Backtraces will continue past the internal entry point of an application.
2315ffec
RC
4314This entry point is encoded by the linker when the application is built,
4315and is likely before the user entry point @code{main} (or equivalent) is called.
4316
4317@item set backtrace past-entry off
4318Backtraces will stop when they encouter the internal entry point of an
4319application. This is the default.
4320
4321@item show backtrace past-entry
4322Display the current internal entry point backtrace policy.
4323
25d29d70
AC
4324@item set backtrace limit @var{n}
4325@itemx set backtrace limit 0
4326@cindex backtrace limit
4327Limit the backtrace to @var{n} levels. A value of zero means
4328unlimited.
95f90d25 4329
25d29d70
AC
4330@item show backtrace limit
4331Display the current limit on backtrace levels.
95f90d25
DJ
4332@end table
4333
6d2ebf8b 4334@node Selection
c906108c
SS
4335@section Selecting a frame
4336
4337Most commands for examining the stack and other data in your program work on
4338whichever stack frame is selected at the moment. Here are the commands for
4339selecting a stack frame; all of them finish by printing a brief description
4340of the stack frame just selected.
4341
4342@table @code
d4f3574e 4343@kindex frame@r{, selecting}
41afff9a 4344@kindex f @r{(@code{frame})}
c906108c
SS
4345@item frame @var{n}
4346@itemx f @var{n}
4347Select frame number @var{n}. Recall that frame zero is the innermost
4348(currently executing) frame, frame one is the frame that called the
4349innermost one, and so on. The highest-numbered frame is the one for
4350@code{main}.
4351
4352@item frame @var{addr}
4353@itemx f @var{addr}
4354Select the frame at address @var{addr}. This is useful mainly if the
4355chaining of stack frames has been damaged by a bug, making it
4356impossible for @value{GDBN} to assign numbers properly to all frames. In
4357addition, this can be useful when your program has multiple stacks and
4358switches between them.
4359
c906108c
SS
4360On the SPARC architecture, @code{frame} needs two addresses to
4361select an arbitrary frame: a frame pointer and a stack pointer.
4362
4363On the MIPS and Alpha architecture, it needs two addresses: a stack
4364pointer and a program counter.
4365
4366On the 29k architecture, it needs three addresses: a register stack
4367pointer, a program counter, and a memory stack pointer.
4368@c note to future updaters: this is conditioned on a flag
4369@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4370@c as of 27 Jan 1994.
c906108c
SS
4371
4372@kindex up
4373@item up @var{n}
4374Move @var{n} frames up the stack. For positive numbers @var{n}, this
4375advances toward the outermost frame, to higher frame numbers, to frames
4376that have existed longer. @var{n} defaults to one.
4377
4378@kindex down
41afff9a 4379@kindex do @r{(@code{down})}
c906108c
SS
4380@item down @var{n}
4381Move @var{n} frames down the stack. For positive numbers @var{n}, this
4382advances toward the innermost frame, to lower frame numbers, to frames
4383that were created more recently. @var{n} defaults to one. You may
4384abbreviate @code{down} as @code{do}.
4385@end table
4386
4387All of these commands end by printing two lines of output describing the
4388frame. The first line shows the frame number, the function name, the
4389arguments, and the source file and line number of execution in that
5d161b24 4390frame. The second line shows the text of that source line.
c906108c
SS
4391
4392@need 1000
4393For example:
4394
4395@smallexample
4396@group
4397(@value{GDBP}) up
4398#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4399 at env.c:10
440010 read_input_file (argv[i]);
4401@end group
4402@end smallexample
4403
4404After such a printout, the @code{list} command with no arguments
4405prints ten lines centered on the point of execution in the frame.
87885426
FN
4406You can also edit the program at the point of execution with your favorite
4407editing program by typing @code{edit}.
4408@xref{List, ,Printing source lines},
4409for details.
c906108c
SS
4410
4411@table @code
4412@kindex down-silently
4413@kindex up-silently
4414@item up-silently @var{n}
4415@itemx down-silently @var{n}
4416These two commands are variants of @code{up} and @code{down},
4417respectively; they differ in that they do their work silently, without
4418causing display of the new frame. They are intended primarily for use
4419in @value{GDBN} command scripts, where the output might be unnecessary and
4420distracting.
4421@end table
4422
6d2ebf8b 4423@node Frame Info
c906108c
SS
4424@section Information about a frame
4425
4426There are several other commands to print information about the selected
4427stack frame.
4428
4429@table @code
4430@item frame
4431@itemx f
4432When used without any argument, this command does not change which
4433frame is selected, but prints a brief description of the currently
4434selected stack frame. It can be abbreviated @code{f}. With an
4435argument, this command is used to select a stack frame.
4436@xref{Selection, ,Selecting a frame}.
4437
4438@kindex info frame
41afff9a 4439@kindex info f @r{(@code{info frame})}
c906108c
SS
4440@item info frame
4441@itemx info f
4442This command prints a verbose description of the selected stack frame,
4443including:
4444
4445@itemize @bullet
5d161b24
DB
4446@item
4447the address of the frame
c906108c
SS
4448@item
4449the address of the next frame down (called by this frame)
4450@item
4451the address of the next frame up (caller of this frame)
4452@item
4453the language in which the source code corresponding to this frame is written
4454@item
4455the address of the frame's arguments
4456@item
d4f3574e
SS
4457the address of the frame's local variables
4458@item
c906108c
SS
4459the program counter saved in it (the address of execution in the caller frame)
4460@item
4461which registers were saved in the frame
4462@end itemize
4463
4464@noindent The verbose description is useful when
4465something has gone wrong that has made the stack format fail to fit
4466the usual conventions.
4467
4468@item info frame @var{addr}
4469@itemx info f @var{addr}
4470Print a verbose description of the frame at address @var{addr}, without
4471selecting that frame. The selected frame remains unchanged by this
4472command. This requires the same kind of address (more than one for some
4473architectures) that you specify in the @code{frame} command.
4474@xref{Selection, ,Selecting a frame}.
4475
4476@kindex info args
4477@item info args
4478Print the arguments of the selected frame, each on a separate line.
4479
4480@item info locals
4481@kindex info locals
4482Print the local variables of the selected frame, each on a separate
4483line. These are all variables (declared either static or automatic)
4484accessible at the point of execution of the selected frame.
4485
c906108c 4486@kindex info catch
d4f3574e
SS
4487@cindex catch exceptions, list active handlers
4488@cindex exception handlers, how to list
c906108c
SS
4489@item info catch
4490Print a list of all the exception handlers that are active in the
4491current stack frame at the current point of execution. To see other
4492exception handlers, visit the associated frame (using the @code{up},
4493@code{down}, or @code{frame} commands); then type @code{info catch}.
4494@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4495
c906108c
SS
4496@end table
4497
c906108c 4498
6d2ebf8b 4499@node Source
c906108c
SS
4500@chapter Examining Source Files
4501
4502@value{GDBN} can print parts of your program's source, since the debugging
4503information recorded in the program tells @value{GDBN} what source files were
4504used to build it. When your program stops, @value{GDBN} spontaneously prints
4505the line where it stopped. Likewise, when you select a stack frame
4506(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4507execution in that frame has stopped. You can print other portions of
4508source files by explicit command.
4509
7a292a7a 4510If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4511prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4512@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4513
4514@menu
4515* List:: Printing source lines
87885426 4516* Edit:: Editing source files
c906108c 4517* Search:: Searching source files
c906108c
SS
4518* Source Path:: Specifying source directories
4519* Machine Code:: Source and machine code
4520@end menu
4521
6d2ebf8b 4522@node List
c906108c
SS
4523@section Printing source lines
4524
4525@kindex list
41afff9a 4526@kindex l @r{(@code{list})}
c906108c 4527To print lines from a source file, use the @code{list} command
5d161b24 4528(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4529There are several ways to specify what part of the file you want to print.
4530
4531Here are the forms of the @code{list} command most commonly used:
4532
4533@table @code
4534@item list @var{linenum}
4535Print lines centered around line number @var{linenum} in the
4536current source file.
4537
4538@item list @var{function}
4539Print lines centered around the beginning of function
4540@var{function}.
4541
4542@item list
4543Print more lines. If the last lines printed were printed with a
4544@code{list} command, this prints lines following the last lines
4545printed; however, if the last line printed was a solitary line printed
4546as part of displaying a stack frame (@pxref{Stack, ,Examining the
4547Stack}), this prints lines centered around that line.
4548
4549@item list -
4550Print lines just before the lines last printed.
4551@end table
4552
9c16f35a 4553@cindex @code{list}, how many lines to display
c906108c
SS
4554By default, @value{GDBN} prints ten source lines with any of these forms of
4555the @code{list} command. You can change this using @code{set listsize}:
4556
4557@table @code
4558@kindex set listsize
4559@item set listsize @var{count}
4560Make the @code{list} command display @var{count} source lines (unless
4561the @code{list} argument explicitly specifies some other number).
4562
4563@kindex show listsize
4564@item show listsize
4565Display the number of lines that @code{list} prints.
4566@end table
4567
4568Repeating a @code{list} command with @key{RET} discards the argument,
4569so it is equivalent to typing just @code{list}. This is more useful
4570than listing the same lines again. An exception is made for an
4571argument of @samp{-}; that argument is preserved in repetition so that
4572each repetition moves up in the source file.
4573
4574@cindex linespec
4575In general, the @code{list} command expects you to supply zero, one or two
4576@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4577of writing them, but the effect is always to specify some source line.
c906108c
SS
4578Here is a complete description of the possible arguments for @code{list}:
4579
4580@table @code
4581@item list @var{linespec}
4582Print lines centered around the line specified by @var{linespec}.
4583
4584@item list @var{first},@var{last}
4585Print lines from @var{first} to @var{last}. Both arguments are
4586linespecs.
4587
4588@item list ,@var{last}
4589Print lines ending with @var{last}.
4590
4591@item list @var{first},
4592Print lines starting with @var{first}.
4593
4594@item list +
4595Print lines just after the lines last printed.
4596
4597@item list -
4598Print lines just before the lines last printed.
4599
4600@item list
4601As described in the preceding table.
4602@end table
4603
4604Here are the ways of specifying a single source line---all the
4605kinds of linespec.
4606
4607@table @code
4608@item @var{number}
4609Specifies line @var{number} of the current source file.
4610When a @code{list} command has two linespecs, this refers to
4611the same source file as the first linespec.
4612
4613@item +@var{offset}
4614Specifies the line @var{offset} lines after the last line printed.
4615When used as the second linespec in a @code{list} command that has
4616two, this specifies the line @var{offset} lines down from the
4617first linespec.
4618
4619@item -@var{offset}
4620Specifies the line @var{offset} lines before the last line printed.
4621
4622@item @var{filename}:@var{number}
4623Specifies line @var{number} in the source file @var{filename}.
4624
4625@item @var{function}
4626Specifies the line that begins the body of the function @var{function}.
4627For example: in C, this is the line with the open brace.
4628
4629@item @var{filename}:@var{function}
4630Specifies the line of the open-brace that begins the body of the
4631function @var{function} in the file @var{filename}. You only need the
4632file name with a function name to avoid ambiguity when there are
4633identically named functions in different source files.
4634
4635@item *@var{address}
4636Specifies the line containing the program address @var{address}.
4637@var{address} may be any expression.
4638@end table
4639
87885426
FN
4640@node Edit
4641@section Editing source files
4642@cindex editing source files
4643
4644@kindex edit
4645@kindex e @r{(@code{edit})}
4646To edit the lines in a source file, use the @code{edit} command.
4647The editing program of your choice
4648is invoked with the current line set to
4649the active line in the program.
4650Alternatively, there are several ways to specify what part of the file you
4651want to print if you want to see other parts of the program.
4652
4653Here are the forms of the @code{edit} command most commonly used:
4654
4655@table @code
4656@item edit
4657Edit the current source file at the active line number in the program.
4658
4659@item edit @var{number}
4660Edit the current source file with @var{number} as the active line number.
4661
4662@item edit @var{function}
4663Edit the file containing @var{function} at the beginning of its definition.
4664
4665@item edit @var{filename}:@var{number}
4666Specifies line @var{number} in the source file @var{filename}.
4667
4668@item edit @var{filename}:@var{function}
4669Specifies the line that begins the body of the
4670function @var{function} in the file @var{filename}. You only need the
4671file name with a function name to avoid ambiguity when there are
4672identically named functions in different source files.
4673
4674@item edit *@var{address}
4675Specifies the line containing the program address @var{address}.
4676@var{address} may be any expression.
4677@end table
4678
4679@subsection Choosing your editor
4680You can customize @value{GDBN} to use any editor you want
4681@footnote{
4682The only restriction is that your editor (say @code{ex}), recognizes the
4683following command-line syntax:
10998722 4684@smallexample
87885426 4685ex +@var{number} file
10998722 4686@end smallexample
15387254
EZ
4687The optional numeric value +@var{number} specifies the number of the line in
4688the file where to start editing.}.
4689By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
4690by setting the environment variable @code{EDITOR} before using
4691@value{GDBN}. For example, to configure @value{GDBN} to use the
4692@code{vi} editor, you could use these commands with the @code{sh} shell:
4693@smallexample
87885426
FN
4694EDITOR=/usr/bin/vi
4695export EDITOR
15387254 4696gdb @dots{}
10998722 4697@end smallexample
87885426 4698or in the @code{csh} shell,
10998722 4699@smallexample
87885426 4700setenv EDITOR /usr/bin/vi
15387254 4701gdb @dots{}
10998722 4702@end smallexample
87885426 4703
6d2ebf8b 4704@node Search
c906108c 4705@section Searching source files
15387254 4706@cindex searching source files
c906108c
SS
4707
4708There are two commands for searching through the current source file for a
4709regular expression.
4710
4711@table @code
4712@kindex search
4713@kindex forward-search
4714@item forward-search @var{regexp}
4715@itemx search @var{regexp}
4716The command @samp{forward-search @var{regexp}} checks each line,
4717starting with the one following the last line listed, for a match for
5d161b24 4718@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4719synonym @samp{search @var{regexp}} or abbreviate the command name as
4720@code{fo}.
4721
09d4efe1 4722@kindex reverse-search
c906108c
SS
4723@item reverse-search @var{regexp}
4724The command @samp{reverse-search @var{regexp}} checks each line, starting
4725with the one before the last line listed and going backward, for a match
4726for @var{regexp}. It lists the line that is found. You can abbreviate
4727this command as @code{rev}.
4728@end table
c906108c 4729
6d2ebf8b 4730@node Source Path
c906108c
SS
4731@section Specifying source directories
4732
4733@cindex source path
4734@cindex directories for source files
4735Executable programs sometimes do not record the directories of the source
4736files from which they were compiled, just the names. Even when they do,
4737the directories could be moved between the compilation and your debugging
4738session. @value{GDBN} has a list of directories to search for source files;
4739this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4740it tries all the directories in the list, in the order they are present
0b66e38c
EZ
4741in the list, until it finds a file with the desired name.
4742
4743For example, suppose an executable references the file
4744@file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4745@file{/mnt/cross}. The file is first looked up literally; if this
4746fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4747fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4748message is printed. @value{GDBN} does not look up the parts of the
4749source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4750Likewise, the subdirectories of the source path are not searched: if
4751the source path is @file{/mnt/cross}, and the binary refers to
4752@file{foo.c}, @value{GDBN} would not find it under
4753@file{/mnt/cross/usr/src/foo-1.0/lib}.
4754
4755Plain file names, relative file names with leading directories, file
4756names containing dots, etc.@: are all treated as described above; for
4757instance, if the source path is @file{/mnt/cross}, and the source file
4758is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4759@file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4760that---@file{/mnt/cross/foo.c}.
4761
4762Note that the executable search path is @emph{not} used to locate the
4763source files. Neither is the current working directory, unless it
4764happens to be in the source path.
c906108c
SS
4765
4766Whenever you reset or rearrange the source path, @value{GDBN} clears out
4767any information it has cached about where source files are found and where
4768each line is in the file.
4769
4770@kindex directory
4771@kindex dir
d4f3574e
SS
4772When you start @value{GDBN}, its source path includes only @samp{cdir}
4773and @samp{cwd}, in that order.
c906108c
SS
4774To add other directories, use the @code{directory} command.
4775
4776@table @code
4777@item directory @var{dirname} @dots{}
4778@item dir @var{dirname} @dots{}
4779Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4780directory names may be given to this command, separated by @samp{:}
4781(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4782part of absolute file names) or
c906108c
SS
4783whitespace. You may specify a directory that is already in the source
4784path; this moves it forward, so @value{GDBN} searches it sooner.
4785
4786@kindex cdir
4787@kindex cwd
41afff9a
EZ
4788@vindex $cdir@r{, convenience variable}
4789@vindex $cwdr@r{, convenience variable}
c906108c
SS
4790@cindex compilation directory
4791@cindex current directory
4792@cindex working directory
4793@cindex directory, current
4794@cindex directory, compilation
4795You can use the string @samp{$cdir} to refer to the compilation
4796directory (if one is recorded), and @samp{$cwd} to refer to the current
4797working directory. @samp{$cwd} is not the same as @samp{.}---the former
4798tracks the current working directory as it changes during your @value{GDBN}
4799session, while the latter is immediately expanded to the current
4800directory at the time you add an entry to the source path.
4801
4802@item directory
4803Reset the source path to empty again. This requires confirmation.
4804
4805@c RET-repeat for @code{directory} is explicitly disabled, but since
4806@c repeating it would be a no-op we do not say that. (thanks to RMS)
4807
4808@item show directories
4809@kindex show directories
4810Print the source path: show which directories it contains.
4811@end table
4812
4813If your source path is cluttered with directories that are no longer of
4814interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4815versions of source. You can correct the situation as follows:
4816
4817@enumerate
4818@item
4819Use @code{directory} with no argument to reset the source path to empty.
4820
4821@item
4822Use @code{directory} with suitable arguments to reinstall the
4823directories you want in the source path. You can add all the
4824directories in one command.
4825@end enumerate
4826
6d2ebf8b 4827@node Machine Code
c906108c 4828@section Source and machine code
15387254 4829@cindex source line and its code address
c906108c
SS
4830
4831You can use the command @code{info line} to map source lines to program
4832addresses (and vice versa), and the command @code{disassemble} to display
4833a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4834mode, the @code{info line} command causes the arrow to point to the
5d161b24 4835line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4836well as hex.
4837
4838@table @code
4839@kindex info line
4840@item info line @var{linespec}
4841Print the starting and ending addresses of the compiled code for
4842source line @var{linespec}. You can specify source lines in any of
4843the ways understood by the @code{list} command (@pxref{List, ,Printing
4844source lines}).
4845@end table
4846
4847For example, we can use @code{info line} to discover the location of
4848the object code for the first line of function
4849@code{m4_changequote}:
4850
d4f3574e
SS
4851@c FIXME: I think this example should also show the addresses in
4852@c symbolic form, as they usually would be displayed.
c906108c 4853@smallexample
96a2c332 4854(@value{GDBP}) info line m4_changequote
c906108c
SS
4855Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4856@end smallexample
4857
4858@noindent
15387254 4859@cindex code address and its source line
c906108c
SS
4860We can also inquire (using @code{*@var{addr}} as the form for
4861@var{linespec}) what source line covers a particular address:
4862@smallexample
4863(@value{GDBP}) info line *0x63ff
4864Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4865@end smallexample
4866
4867@cindex @code{$_} and @code{info line}
15387254 4868@cindex @code{x} command, default address
41afff9a 4869@kindex x@r{(examine), and} info line
c906108c
SS
4870After @code{info line}, the default address for the @code{x} command
4871is changed to the starting address of the line, so that @samp{x/i} is
4872sufficient to begin examining the machine code (@pxref{Memory,
4873,Examining memory}). Also, this address is saved as the value of the
4874convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4875variables}).
4876
4877@table @code
4878@kindex disassemble
4879@cindex assembly instructions
4880@cindex instructions, assembly
4881@cindex machine instructions
4882@cindex listing machine instructions
4883@item disassemble
4884This specialized command dumps a range of memory as machine
4885instructions. The default memory range is the function surrounding the
4886program counter of the selected frame. A single argument to this
4887command is a program counter value; @value{GDBN} dumps the function
4888surrounding this value. Two arguments specify a range of addresses
4889(first inclusive, second exclusive) to dump.
4890@end table
4891
c906108c
SS
4892The following example shows the disassembly of a range of addresses of
4893HP PA-RISC 2.0 code:
4894
4895@smallexample
4896(@value{GDBP}) disas 0x32c4 0x32e4
4897Dump of assembler code from 0x32c4 to 0x32e4:
48980x32c4 <main+204>: addil 0,dp
48990x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
49000x32cc <main+212>: ldil 0x3000,r31
49010x32d0 <main+216>: ble 0x3f8(sr4,r31)
49020x32d4 <main+220>: ldo 0(r31),rp
49030x32d8 <main+224>: addil -0x800,dp
49040x32dc <main+228>: ldo 0x588(r1),r26
49050x32e0 <main+232>: ldil 0x3000,r31
4906End of assembler dump.
4907@end smallexample
c906108c
SS
4908
4909Some architectures have more than one commonly-used set of instruction
4910mnemonics or other syntax.
4911
4912@table @code
d4f3574e 4913@kindex set disassembly-flavor
d4f3574e
SS
4914@cindex Intel disassembly flavor
4915@cindex AT&T disassembly flavor
4916@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4917Select the instruction set to use when disassembling the
4918program via the @code{disassemble} or @code{x/i} commands.
4919
4920Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4921can set @var{instruction-set} to either @code{intel} or @code{att}.
4922The default is @code{att}, the AT&T flavor used by default by Unix
4923assemblers for x86-based targets.
9c16f35a
EZ
4924
4925@kindex show disassembly-flavor
4926@item show disassembly-flavor
4927Show the current setting of the disassembly flavor.
c906108c
SS
4928@end table
4929
4930
6d2ebf8b 4931@node Data
c906108c
SS
4932@chapter Examining Data
4933
4934@cindex printing data
4935@cindex examining data
4936@kindex print
4937@kindex inspect
4938@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4939@c document because it is nonstandard... Under Epoch it displays in a
4940@c different window or something like that.
4941The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4942command (abbreviated @code{p}), or its synonym @code{inspect}. It
4943evaluates and prints the value of an expression of the language your
4944program is written in (@pxref{Languages, ,Using @value{GDBN} with
4945Different Languages}).
c906108c
SS
4946
4947@table @code
d4f3574e
SS
4948@item print @var{expr}
4949@itemx print /@var{f} @var{expr}
4950@var{expr} is an expression (in the source language). By default the
4951value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4952you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4953@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4954formats}.
4955
4956@item print
4957@itemx print /@var{f}
15387254 4958@cindex reprint the last value
d4f3574e 4959If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4960@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4961conveniently inspect the same value in an alternative format.
4962@end table
4963
4964A more low-level way of examining data is with the @code{x} command.
4965It examines data in memory at a specified address and prints it in a
4966specified format. @xref{Memory, ,Examining memory}.
4967
7a292a7a 4968If you are interested in information about types, or about how the
d4f3574e
SS
4969fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4970command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4971Table}.
c906108c
SS
4972
4973@menu
4974* Expressions:: Expressions
4975* Variables:: Program variables
4976* Arrays:: Artificial arrays
4977* Output Formats:: Output formats
4978* Memory:: Examining memory
4979* Auto Display:: Automatic display
4980* Print Settings:: Print settings
4981* Value History:: Value history
4982* Convenience Vars:: Convenience variables
4983* Registers:: Registers
c906108c 4984* Floating Point Hardware:: Floating point hardware
53c69bd7 4985* Vector Unit:: Vector Unit
721c2651 4986* OS Information:: Auxiliary data provided by operating system
29e57380 4987* Memory Region Attributes:: Memory region attributes
16d9dec6 4988* Dump/Restore Files:: Copy between memory and a file
384ee23f 4989* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
4990* Character Sets:: Debugging programs that use a different
4991 character set than GDB does
09d4efe1 4992* Caching Remote Data:: Data caching for remote targets
c906108c
SS
4993@end menu
4994
6d2ebf8b 4995@node Expressions
c906108c
SS
4996@section Expressions
4997
4998@cindex expressions
4999@code{print} and many other @value{GDBN} commands accept an expression and
5000compute its value. Any kind of constant, variable or operator defined
5001by the programming language you are using is valid in an expression in
e2e0bcd1
JB
5002@value{GDBN}. This includes conditional expressions, function calls,
5003casts, and string constants. It also includes preprocessor macros, if
5004you compiled your program to include this information; see
5005@ref{Compilation}.
c906108c 5006
15387254 5007@cindex arrays in expressions
d4f3574e
SS
5008@value{GDBN} supports array constants in expressions input by
5009the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 5010you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 5011memory that is @code{malloc}ed in the target program.
c906108c 5012
c906108c
SS
5013Because C is so widespread, most of the expressions shown in examples in
5014this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
5015Languages}, for information on how to use expressions in other
5016languages.
5017
5018In this section, we discuss operators that you can use in @value{GDBN}
5019expressions regardless of your programming language.
5020
15387254 5021@cindex casts, in expressions
c906108c
SS
5022Casts are supported in all languages, not just in C, because it is so
5023useful to cast a number into a pointer in order to examine a structure
5024at that address in memory.
5025@c FIXME: casts supported---Mod2 true?
c906108c
SS
5026
5027@value{GDBN} supports these operators, in addition to those common
5028to programming languages:
5029
5030@table @code
5031@item @@
5032@samp{@@} is a binary operator for treating parts of memory as arrays.
5033@xref{Arrays, ,Artificial arrays}, for more information.
5034
5035@item ::
5036@samp{::} allows you to specify a variable in terms of the file or
5037function where it is defined. @xref{Variables, ,Program variables}.
5038
5039@cindex @{@var{type}@}
5040@cindex type casting memory
5041@cindex memory, viewing as typed object
5042@cindex casts, to view memory
5043@item @{@var{type}@} @var{addr}
5044Refers to an object of type @var{type} stored at address @var{addr} in
5045memory. @var{addr} may be any expression whose value is an integer or
5046pointer (but parentheses are required around binary operators, just as in
5047a cast). This construct is allowed regardless of what kind of data is
5048normally supposed to reside at @var{addr}.
5049@end table
5050
6d2ebf8b 5051@node Variables
c906108c
SS
5052@section Program variables
5053
5054The most common kind of expression to use is the name of a variable
5055in your program.
5056
5057Variables in expressions are understood in the selected stack frame
5058(@pxref{Selection, ,Selecting a frame}); they must be either:
5059
5060@itemize @bullet
5061@item
5062global (or file-static)
5063@end itemize
5064
5d161b24 5065@noindent or
c906108c
SS
5066
5067@itemize @bullet
5068@item
5069visible according to the scope rules of the
5070programming language from the point of execution in that frame
5d161b24 5071@end itemize
c906108c
SS
5072
5073@noindent This means that in the function
5074
474c8240 5075@smallexample
c906108c
SS
5076foo (a)
5077 int a;
5078@{
5079 bar (a);
5080 @{
5081 int b = test ();
5082 bar (b);
5083 @}
5084@}
474c8240 5085@end smallexample
c906108c
SS
5086
5087@noindent
5088you can examine and use the variable @code{a} whenever your program is
5089executing within the function @code{foo}, but you can only use or
5090examine the variable @code{b} while your program is executing inside
5091the block where @code{b} is declared.
5092
5093@cindex variable name conflict
5094There is an exception: you can refer to a variable or function whose
5095scope is a single source file even if the current execution point is not
5096in this file. But it is possible to have more than one such variable or
5097function with the same name (in different source files). If that
5098happens, referring to that name has unpredictable effects. If you wish,
5099you can specify a static variable in a particular function or file,
15387254 5100using the colon-colon (@code{::}) notation:
c906108c 5101
d4f3574e 5102@cindex colon-colon, context for variables/functions
c906108c
SS
5103@iftex
5104@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 5105@cindex @code{::}, context for variables/functions
c906108c 5106@end iftex
474c8240 5107@smallexample
c906108c
SS
5108@var{file}::@var{variable}
5109@var{function}::@var{variable}
474c8240 5110@end smallexample
c906108c
SS
5111
5112@noindent
5113Here @var{file} or @var{function} is the name of the context for the
5114static @var{variable}. In the case of file names, you can use quotes to
5115make sure @value{GDBN} parses the file name as a single word---for example,
5116to print a global value of @code{x} defined in @file{f2.c}:
5117
474c8240 5118@smallexample
c906108c 5119(@value{GDBP}) p 'f2.c'::x
474c8240 5120@end smallexample
c906108c 5121
b37052ae 5122@cindex C@t{++} scope resolution
c906108c 5123This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 5124use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
5125scope resolution operator in @value{GDBN} expressions.
5126@c FIXME: Um, so what happens in one of those rare cases where it's in
5127@c conflict?? --mew
c906108c
SS
5128
5129@cindex wrong values
5130@cindex variable values, wrong
15387254
EZ
5131@cindex function entry/exit, wrong values of variables
5132@cindex optimized code, wrong values of variables
c906108c
SS
5133@quotation
5134@emph{Warning:} Occasionally, a local variable may appear to have the
5135wrong value at certain points in a function---just after entry to a new
5136scope, and just before exit.
5137@end quotation
5138You may see this problem when you are stepping by machine instructions.
5139This is because, on most machines, it takes more than one instruction to
5140set up a stack frame (including local variable definitions); if you are
5141stepping by machine instructions, variables may appear to have the wrong
5142values until the stack frame is completely built. On exit, it usually
5143also takes more than one machine instruction to destroy a stack frame;
5144after you begin stepping through that group of instructions, local
5145variable definitions may be gone.
5146
5147This may also happen when the compiler does significant optimizations.
5148To be sure of always seeing accurate values, turn off all optimization
5149when compiling.
5150
d4f3574e
SS
5151@cindex ``No symbol "foo" in current context''
5152Another possible effect of compiler optimizations is to optimize
5153unused variables out of existence, or assign variables to registers (as
5154opposed to memory addresses). Depending on the support for such cases
5155offered by the debug info format used by the compiler, @value{GDBN}
5156might not be able to display values for such local variables. If that
5157happens, @value{GDBN} will print a message like this:
5158
474c8240 5159@smallexample
d4f3574e 5160No symbol "foo" in current context.
474c8240 5161@end smallexample
d4f3574e
SS
5162
5163To solve such problems, either recompile without optimizations, or use a
5164different debug info format, if the compiler supports several such
15387254 5165formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
0179ffac
DC
5166usually supports the @option{-gstabs+} option. @option{-gstabs+}
5167produces debug info in a format that is superior to formats such as
5168COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5169an effective form for debug info. @xref{Debugging Options,,Options
5170for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
15387254
EZ
5171@xref{C, , Debugging C++}, for more info about debug info formats
5172that are best suited to C@t{++} programs.
d4f3574e 5173
6d2ebf8b 5174@node Arrays
c906108c
SS
5175@section Artificial arrays
5176
5177@cindex artificial array
15387254 5178@cindex arrays
41afff9a 5179@kindex @@@r{, referencing memory as an array}
c906108c
SS
5180It is often useful to print out several successive objects of the
5181same type in memory; a section of an array, or an array of
5182dynamically determined size for which only a pointer exists in the
5183program.
5184
5185You can do this by referring to a contiguous span of memory as an
5186@dfn{artificial array}, using the binary operator @samp{@@}. The left
5187operand of @samp{@@} should be the first element of the desired array
5188and be an individual object. The right operand should be the desired length
5189of the array. The result is an array value whose elements are all of
5190the type of the left argument. The first element is actually the left
5191argument; the second element comes from bytes of memory immediately
5192following those that hold the first element, and so on. Here is an
5193example. If a program says
5194
474c8240 5195@smallexample
c906108c 5196int *array = (int *) malloc (len * sizeof (int));
474c8240 5197@end smallexample
c906108c
SS
5198
5199@noindent
5200you can print the contents of @code{array} with
5201
474c8240 5202@smallexample
c906108c 5203p *array@@len
474c8240 5204@end smallexample
c906108c
SS
5205
5206The left operand of @samp{@@} must reside in memory. Array values made
5207with @samp{@@} in this way behave just like other arrays in terms of
5208subscripting, and are coerced to pointers when used in expressions.
5209Artificial arrays most often appear in expressions via the value history
5210(@pxref{Value History, ,Value history}), after printing one out.
5211
5212Another way to create an artificial array is to use a cast.
5213This re-interprets a value as if it were an array.
5214The value need not be in memory:
474c8240 5215@smallexample
c906108c
SS
5216(@value{GDBP}) p/x (short[2])0x12345678
5217$1 = @{0x1234, 0x5678@}
474c8240 5218@end smallexample
c906108c
SS
5219
5220As a convenience, if you leave the array length out (as in
c3f6f71d 5221@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 5222the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 5223@smallexample
c906108c
SS
5224(@value{GDBP}) p/x (short[])0x12345678
5225$2 = @{0x1234, 0x5678@}
474c8240 5226@end smallexample
c906108c
SS
5227
5228Sometimes the artificial array mechanism is not quite enough; in
5229moderately complex data structures, the elements of interest may not
5230actually be adjacent---for example, if you are interested in the values
5231of pointers in an array. One useful work-around in this situation is
5232to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5233variables}) as a counter in an expression that prints the first
5234interesting value, and then repeat that expression via @key{RET}. For
5235instance, suppose you have an array @code{dtab} of pointers to
5236structures, and you are interested in the values of a field @code{fv}
5237in each structure. Here is an example of what you might type:
5238
474c8240 5239@smallexample
c906108c
SS
5240set $i = 0
5241p dtab[$i++]->fv
5242@key{RET}
5243@key{RET}
5244@dots{}
474c8240 5245@end smallexample
c906108c 5246
6d2ebf8b 5247@node Output Formats
c906108c
SS
5248@section Output formats
5249
5250@cindex formatted output
5251@cindex output formats
5252By default, @value{GDBN} prints a value according to its data type. Sometimes
5253this is not what you want. For example, you might want to print a number
5254in hex, or a pointer in decimal. Or you might want to view data in memory
5255at a certain address as a character string or as an instruction. To do
5256these things, specify an @dfn{output format} when you print a value.
5257
5258The simplest use of output formats is to say how to print a value
5259already computed. This is done by starting the arguments of the
5260@code{print} command with a slash and a format letter. The format
5261letters supported are:
5262
5263@table @code
5264@item x
5265Regard the bits of the value as an integer, and print the integer in
5266hexadecimal.
5267
5268@item d
5269Print as integer in signed decimal.
5270
5271@item u
5272Print as integer in unsigned decimal.
5273
5274@item o
5275Print as integer in octal.
5276
5277@item t
5278Print as integer in binary. The letter @samp{t} stands for ``two''.
5279@footnote{@samp{b} cannot be used because these format letters are also
5280used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5281see @ref{Memory,,Examining memory}.}
c906108c
SS
5282
5283@item a
5284@cindex unknown address, locating
3d67e040 5285@cindex locate address
c906108c
SS
5286Print as an address, both absolute in hexadecimal and as an offset from
5287the nearest preceding symbol. You can use this format used to discover
5288where (in what function) an unknown address is located:
5289
474c8240 5290@smallexample
c906108c
SS
5291(@value{GDBP}) p/a 0x54320
5292$3 = 0x54320 <_initialize_vx+396>
474c8240 5293@end smallexample
c906108c 5294
3d67e040
EZ
5295@noindent
5296The command @code{info symbol 0x54320} yields similar results.
5297@xref{Symbols, info symbol}.
5298
c906108c
SS
5299@item c
5300Regard as an integer and print it as a character constant.
5301
5302@item f
5303Regard the bits of the value as a floating point number and print
5304using typical floating point syntax.
5305@end table
5306
5307For example, to print the program counter in hex (@pxref{Registers}), type
5308
474c8240 5309@smallexample
c906108c 5310p/x $pc
474c8240 5311@end smallexample
c906108c
SS
5312
5313@noindent
5314Note that no space is required before the slash; this is because command
5315names in @value{GDBN} cannot contain a slash.
5316
5317To reprint the last value in the value history with a different format,
5318you can use the @code{print} command with just a format and no
5319expression. For example, @samp{p/x} reprints the last value in hex.
5320
6d2ebf8b 5321@node Memory
c906108c
SS
5322@section Examining memory
5323
5324You can use the command @code{x} (for ``examine'') to examine memory in
5325any of several formats, independently of your program's data types.
5326
5327@cindex examining memory
5328@table @code
41afff9a 5329@kindex x @r{(examine memory)}
c906108c
SS
5330@item x/@var{nfu} @var{addr}
5331@itemx x @var{addr}
5332@itemx x
5333Use the @code{x} command to examine memory.
5334@end table
5335
5336@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5337much memory to display and how to format it; @var{addr} is an
5338expression giving the address where you want to start displaying memory.
5339If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5340Several commands set convenient defaults for @var{addr}.
5341
5342@table @r
5343@item @var{n}, the repeat count
5344The repeat count is a decimal integer; the default is 1. It specifies
5345how much memory (counting by units @var{u}) to display.
5346@c This really is **decimal**; unaffected by 'set radix' as of GDB
5347@c 4.1.2.
5348
5349@item @var{f}, the display format
5350The display format is one of the formats used by @code{print},
5351@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5352The default is @samp{x} (hexadecimal) initially.
5353The default changes each time you use either @code{x} or @code{print}.
5354
5355@item @var{u}, the unit size
5356The unit size is any of
5357
5358@table @code
5359@item b
5360Bytes.
5361@item h
5362Halfwords (two bytes).
5363@item w
5364Words (four bytes). This is the initial default.
5365@item g
5366Giant words (eight bytes).
5367@end table
5368
5369Each time you specify a unit size with @code{x}, that size becomes the
5370default unit the next time you use @code{x}. (For the @samp{s} and
5371@samp{i} formats, the unit size is ignored and is normally not written.)
5372
5373@item @var{addr}, starting display address
5374@var{addr} is the address where you want @value{GDBN} to begin displaying
5375memory. The expression need not have a pointer value (though it may);
5376it is always interpreted as an integer address of a byte of memory.
5377@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5378@var{addr} is usually just after the last address examined---but several
5379other commands also set the default address: @code{info breakpoints} (to
5380the address of the last breakpoint listed), @code{info line} (to the
5381starting address of a line), and @code{print} (if you use it to display
5382a value from memory).
5383@end table
5384
5385For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5386(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5387starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5388words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5389@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5390
5391Since the letters indicating unit sizes are all distinct from the
5392letters specifying output formats, you do not have to remember whether
5393unit size or format comes first; either order works. The output
5394specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5395(However, the count @var{n} must come first; @samp{wx4} does not work.)
5396
5397Even though the unit size @var{u} is ignored for the formats @samp{s}
5398and @samp{i}, you might still want to use a count @var{n}; for example,
5399@samp{3i} specifies that you want to see three machine instructions,
5400including any operands. The command @code{disassemble} gives an
d4f3574e 5401alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5402Code,,Source and machine code}.
5403
5404All the defaults for the arguments to @code{x} are designed to make it
5405easy to continue scanning memory with minimal specifications each time
5406you use @code{x}. For example, after you have inspected three machine
5407instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5408with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5409the repeat count @var{n} is used again; the other arguments default as
5410for successive uses of @code{x}.
5411
5412@cindex @code{$_}, @code{$__}, and value history
5413The addresses and contents printed by the @code{x} command are not saved
5414in the value history because there is often too much of them and they
5415would get in the way. Instead, @value{GDBN} makes these values available for
5416subsequent use in expressions as values of the convenience variables
5417@code{$_} and @code{$__}. After an @code{x} command, the last address
5418examined is available for use in expressions in the convenience variable
5419@code{$_}. The contents of that address, as examined, are available in
5420the convenience variable @code{$__}.
5421
5422If the @code{x} command has a repeat count, the address and contents saved
5423are from the last memory unit printed; this is not the same as the last
5424address printed if several units were printed on the last line of output.
5425
09d4efe1
EZ
5426@cindex remote memory comparison
5427@cindex verify remote memory image
5428When you are debugging a program running on a remote target machine
5429(@pxref{Remote}), you may wish to verify the program's image in the
5430remote machine's memory against the executable file you downloaded to
5431the target. The @code{compare-sections} command is provided for such
5432situations.
5433
5434@table @code
5435@kindex compare-sections
5436@item compare-sections @r{[}@var{section-name}@r{]}
5437Compare the data of a loadable section @var{section-name} in the
5438executable file of the program being debugged with the same section in
5439the remote machine's memory, and report any mismatches. With no
5440arguments, compares all loadable sections. This command's
5441availability depends on the target's support for the @code{"qCRC"}
5442remote request.
5443@end table
5444
6d2ebf8b 5445@node Auto Display
c906108c
SS
5446@section Automatic display
5447@cindex automatic display
5448@cindex display of expressions
5449
5450If you find that you want to print the value of an expression frequently
5451(to see how it changes), you might want to add it to the @dfn{automatic
5452display list} so that @value{GDBN} prints its value each time your program stops.
5453Each expression added to the list is given a number to identify it;
5454to remove an expression from the list, you specify that number.
5455The automatic display looks like this:
5456
474c8240 5457@smallexample
c906108c
SS
54582: foo = 38
54593: bar[5] = (struct hack *) 0x3804
474c8240 5460@end smallexample
c906108c
SS
5461
5462@noindent
5463This display shows item numbers, expressions and their current values. As with
5464displays you request manually using @code{x} or @code{print}, you can
5465specify the output format you prefer; in fact, @code{display} decides
5466whether to use @code{print} or @code{x} depending on how elaborate your
5467format specification is---it uses @code{x} if you specify a unit size,
5468or one of the two formats (@samp{i} and @samp{s}) that are only
5469supported by @code{x}; otherwise it uses @code{print}.
5470
5471@table @code
5472@kindex display
d4f3574e
SS
5473@item display @var{expr}
5474Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5475each time your program stops. @xref{Expressions, ,Expressions}.
5476
5477@code{display} does not repeat if you press @key{RET} again after using it.
5478
d4f3574e 5479@item display/@var{fmt} @var{expr}
c906108c 5480For @var{fmt} specifying only a display format and not a size or
d4f3574e 5481count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5482arrange to display it each time in the specified format @var{fmt}.
5483@xref{Output Formats,,Output formats}.
5484
5485@item display/@var{fmt} @var{addr}
5486For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5487number of units, add the expression @var{addr} as a memory address to
5488be examined each time your program stops. Examining means in effect
5489doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5490@end table
5491
5492For example, @samp{display/i $pc} can be helpful, to see the machine
5493instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5494is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5495
5496@table @code
5497@kindex delete display
5498@kindex undisplay
5499@item undisplay @var{dnums}@dots{}
5500@itemx delete display @var{dnums}@dots{}
5501Remove item numbers @var{dnums} from the list of expressions to display.
5502
5503@code{undisplay} does not repeat if you press @key{RET} after using it.
5504(Otherwise you would just get the error @samp{No display number @dots{}}.)
5505
5506@kindex disable display
5507@item disable display @var{dnums}@dots{}
5508Disable the display of item numbers @var{dnums}. A disabled display
5509item is not printed automatically, but is not forgotten. It may be
5510enabled again later.
5511
5512@kindex enable display
5513@item enable display @var{dnums}@dots{}
5514Enable display of item numbers @var{dnums}. It becomes effective once
5515again in auto display of its expression, until you specify otherwise.
5516
5517@item display
5518Display the current values of the expressions on the list, just as is
5519done when your program stops.
5520
5521@kindex info display
5522@item info display
5523Print the list of expressions previously set up to display
5524automatically, each one with its item number, but without showing the
5525values. This includes disabled expressions, which are marked as such.
5526It also includes expressions which would not be displayed right now
5527because they refer to automatic variables not currently available.
5528@end table
5529
15387254 5530@cindex display disabled out of scope
c906108c
SS
5531If a display expression refers to local variables, then it does not make
5532sense outside the lexical context for which it was set up. Such an
5533expression is disabled when execution enters a context where one of its
5534variables is not defined. For example, if you give the command
5535@code{display last_char} while inside a function with an argument
5536@code{last_char}, @value{GDBN} displays this argument while your program
5537continues to stop inside that function. When it stops elsewhere---where
5538there is no variable @code{last_char}---the display is disabled
5539automatically. The next time your program stops where @code{last_char}
5540is meaningful, you can enable the display expression once again.
5541
6d2ebf8b 5542@node Print Settings
c906108c
SS
5543@section Print settings
5544
5545@cindex format options
5546@cindex print settings
5547@value{GDBN} provides the following ways to control how arrays, structures,
5548and symbols are printed.
5549
5550@noindent
5551These settings are useful for debugging programs in any language:
5552
5553@table @code
4644b6e3 5554@kindex set print
c906108c
SS
5555@item set print address
5556@itemx set print address on
4644b6e3 5557@cindex print/don't print memory addresses
c906108c
SS
5558@value{GDBN} prints memory addresses showing the location of stack
5559traces, structure values, pointer values, breakpoints, and so forth,
5560even when it also displays the contents of those addresses. The default
5561is @code{on}. For example, this is what a stack frame display looks like with
5562@code{set print address on}:
5563
5564@smallexample
5565@group
5566(@value{GDBP}) f
5567#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5568 at input.c:530
5569530 if (lquote != def_lquote)
5570@end group
5571@end smallexample
5572
5573@item set print address off
5574Do not print addresses when displaying their contents. For example,
5575this is the same stack frame displayed with @code{set print address off}:
5576
5577@smallexample
5578@group
5579(@value{GDBP}) set print addr off
5580(@value{GDBP}) f
5581#0 set_quotes (lq="<<", rq=">>") at input.c:530
5582530 if (lquote != def_lquote)
5583@end group
5584@end smallexample
5585
5586You can use @samp{set print address off} to eliminate all machine
5587dependent displays from the @value{GDBN} interface. For example, with
5588@code{print address off}, you should get the same text for backtraces on
5589all machines---whether or not they involve pointer arguments.
5590
4644b6e3 5591@kindex show print
c906108c
SS
5592@item show print address
5593Show whether or not addresses are to be printed.
5594@end table
5595
5596When @value{GDBN} prints a symbolic address, it normally prints the
5597closest earlier symbol plus an offset. If that symbol does not uniquely
5598identify the address (for example, it is a name whose scope is a single
5599source file), you may need to clarify. One way to do this is with
5600@code{info line}, for example @samp{info line *0x4537}. Alternately,
5601you can set @value{GDBN} to print the source file and line number when
5602it prints a symbolic address:
5603
5604@table @code
c906108c 5605@item set print symbol-filename on
9c16f35a
EZ
5606@cindex source file and line of a symbol
5607@cindex symbol, source file and line
c906108c
SS
5608Tell @value{GDBN} to print the source file name and line number of a
5609symbol in the symbolic form of an address.
5610
5611@item set print symbol-filename off
5612Do not print source file name and line number of a symbol. This is the
5613default.
5614
c906108c
SS
5615@item show print symbol-filename
5616Show whether or not @value{GDBN} will print the source file name and
5617line number of a symbol in the symbolic form of an address.
5618@end table
5619
5620Another situation where it is helpful to show symbol filenames and line
5621numbers is when disassembling code; @value{GDBN} shows you the line
5622number and source file that corresponds to each instruction.
5623
5624Also, you may wish to see the symbolic form only if the address being
5625printed is reasonably close to the closest earlier symbol:
5626
5627@table @code
c906108c 5628@item set print max-symbolic-offset @var{max-offset}
4644b6e3 5629@cindex maximum value for offset of closest symbol
c906108c
SS
5630Tell @value{GDBN} to only display the symbolic form of an address if the
5631offset between the closest earlier symbol and the address is less than
5d161b24 5632@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5633to always print the symbolic form of an address if any symbol precedes it.
5634
c906108c
SS
5635@item show print max-symbolic-offset
5636Ask how large the maximum offset is that @value{GDBN} prints in a
5637symbolic address.
5638@end table
5639
5640@cindex wild pointer, interpreting
5641@cindex pointer, finding referent
5642If you have a pointer and you are not sure where it points, try
5643@samp{set print symbol-filename on}. Then you can determine the name
5644and source file location of the variable where it points, using
5645@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5646For example, here @value{GDBN} shows that a variable @code{ptt} points
5647at another variable @code{t}, defined in @file{hi2.c}:
5648
474c8240 5649@smallexample
c906108c
SS
5650(@value{GDBP}) set print symbol-filename on
5651(@value{GDBP}) p/a ptt
5652$4 = 0xe008 <t in hi2.c>
474c8240 5653@end smallexample
c906108c
SS
5654
5655@quotation
5656@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5657does not show the symbol name and filename of the referent, even with
5658the appropriate @code{set print} options turned on.
5659@end quotation
5660
5661Other settings control how different kinds of objects are printed:
5662
5663@table @code
c906108c
SS
5664@item set print array
5665@itemx set print array on
4644b6e3 5666@cindex pretty print arrays
c906108c
SS
5667Pretty print arrays. This format is more convenient to read,
5668but uses more space. The default is off.
5669
5670@item set print array off
5671Return to compressed format for arrays.
5672
c906108c
SS
5673@item show print array
5674Show whether compressed or pretty format is selected for displaying
5675arrays.
5676
c906108c 5677@item set print elements @var{number-of-elements}
4644b6e3 5678@cindex number of array elements to print
9c16f35a 5679@cindex limit on number of printed array elements
c906108c
SS
5680Set a limit on how many elements of an array @value{GDBN} will print.
5681If @value{GDBN} is printing a large array, it stops printing after it has
5682printed the number of elements set by the @code{set print elements} command.
5683This limit also applies to the display of strings.
d4f3574e 5684When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5685Setting @var{number-of-elements} to zero means that the printing is unlimited.
5686
c906108c
SS
5687@item show print elements
5688Display the number of elements of a large array that @value{GDBN} will print.
5689If the number is 0, then the printing is unlimited.
5690
9c16f35a
EZ
5691@item set print repeats
5692@cindex repeated array elements
5693Set the threshold for suppressing display of repeated array
5694elelments. When the number of consecutive identical elements of an
5695array exceeds the threshold, @value{GDBN} prints the string
5696@code{"<repeats @var{n} times>"}, where @var{n} is the number of
5697identical repetitions, instead of displaying the identical elements
5698themselves. Setting the threshold to zero will cause all elements to
5699be individually printed. The default threshold is 10.
5700
5701@item show print repeats
5702Display the current threshold for printing repeated identical
5703elements.
5704
c906108c 5705@item set print null-stop
4644b6e3 5706@cindex @sc{null} elements in arrays
c906108c 5707Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5708@sc{null} is encountered. This is useful when large arrays actually
c906108c 5709contain only short strings.
d4f3574e 5710The default is off.
c906108c 5711
9c16f35a
EZ
5712@item show print null-stop
5713Show whether @value{GDBN} stops printing an array on the first
5714@sc{null} character.
5715
c906108c 5716@item set print pretty on
9c16f35a
EZ
5717@cindex print structures in indented form
5718@cindex indentation in structure display
5d161b24 5719Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5720per line, like this:
5721
5722@smallexample
5723@group
5724$1 = @{
5725 next = 0x0,
5726 flags = @{
5727 sweet = 1,
5728 sour = 1
5729 @},
5730 meat = 0x54 "Pork"
5731@}
5732@end group
5733@end smallexample
5734
5735@item set print pretty off
5736Cause @value{GDBN} to print structures in a compact format, like this:
5737
5738@smallexample
5739@group
5740$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5741meat = 0x54 "Pork"@}
5742@end group
5743@end smallexample
5744
5745@noindent
5746This is the default format.
5747
c906108c
SS
5748@item show print pretty
5749Show which format @value{GDBN} is using to print structures.
5750
c906108c 5751@item set print sevenbit-strings on
4644b6e3
EZ
5752@cindex eight-bit characters in strings
5753@cindex octal escapes in strings
c906108c
SS
5754Print using only seven-bit characters; if this option is set,
5755@value{GDBN} displays any eight-bit characters (in strings or
5756character values) using the notation @code{\}@var{nnn}. This setting is
5757best if you are working in English (@sc{ascii}) and you use the
5758high-order bit of characters as a marker or ``meta'' bit.
5759
5760@item set print sevenbit-strings off
5761Print full eight-bit characters. This allows the use of more
5762international character sets, and is the default.
5763
c906108c
SS
5764@item show print sevenbit-strings
5765Show whether or not @value{GDBN} is printing only seven-bit characters.
5766
c906108c 5767@item set print union on
4644b6e3 5768@cindex unions in structures, printing
9c16f35a
EZ
5769Tell @value{GDBN} to print unions which are contained in structures
5770and other unions. This is the default setting.
c906108c
SS
5771
5772@item set print union off
9c16f35a
EZ
5773Tell @value{GDBN} not to print unions which are contained in
5774structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5775instead.
c906108c 5776
c906108c
SS
5777@item show print union
5778Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 5779structures and other unions.
c906108c
SS
5780
5781For example, given the declarations
5782
5783@smallexample
5784typedef enum @{Tree, Bug@} Species;
5785typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5786typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5787 Bug_forms;
5788
5789struct thing @{
5790 Species it;
5791 union @{
5792 Tree_forms tree;
5793 Bug_forms bug;
5794 @} form;
5795@};
5796
5797struct thing foo = @{Tree, @{Acorn@}@};
5798@end smallexample
5799
5800@noindent
5801with @code{set print union on} in effect @samp{p foo} would print
5802
5803@smallexample
5804$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5805@end smallexample
5806
5807@noindent
5808and with @code{set print union off} in effect it would print
5809
5810@smallexample
5811$1 = @{it = Tree, form = @{...@}@}
5812@end smallexample
9c16f35a
EZ
5813
5814@noindent
5815@code{set print union} affects programs written in C-like languages
5816and in Pascal.
c906108c
SS
5817@end table
5818
c906108c
SS
5819@need 1000
5820@noindent
b37052ae 5821These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5822
5823@table @code
4644b6e3 5824@cindex demangling C@t{++} names
c906108c
SS
5825@item set print demangle
5826@itemx set print demangle on
b37052ae 5827Print C@t{++} names in their source form rather than in the encoded
c906108c 5828(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5829linkage. The default is on.
c906108c 5830
c906108c 5831@item show print demangle
b37052ae 5832Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 5833
c906108c
SS
5834@item set print asm-demangle
5835@itemx set print asm-demangle on
b37052ae 5836Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5837in assembler code printouts such as instruction disassemblies.
5838The default is off.
5839
c906108c 5840@item show print asm-demangle
b37052ae 5841Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5842or demangled form.
5843
b37052ae
EZ
5844@cindex C@t{++} symbol decoding style
5845@cindex symbol decoding style, C@t{++}
a8f24a35 5846@kindex set demangle-style
c906108c
SS
5847@item set demangle-style @var{style}
5848Choose among several encoding schemes used by different compilers to
b37052ae 5849represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5850
5851@table @code
5852@item auto
5853Allow @value{GDBN} to choose a decoding style by inspecting your program.
5854
5855@item gnu
b37052ae 5856Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5857This is the default.
c906108c
SS
5858
5859@item hp
b37052ae 5860Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5861
5862@item lucid
b37052ae 5863Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5864
5865@item arm
b37052ae 5866Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5867@strong{Warning:} this setting alone is not sufficient to allow
5868debugging @code{cfront}-generated executables. @value{GDBN} would
5869require further enhancement to permit that.
5870
5871@end table
5872If you omit @var{style}, you will see a list of possible formats.
5873
c906108c 5874@item show demangle-style
b37052ae 5875Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 5876
c906108c
SS
5877@item set print object
5878@itemx set print object on
4644b6e3 5879@cindex derived type of an object, printing
9c16f35a 5880@cindex display derived types
c906108c
SS
5881When displaying a pointer to an object, identify the @emph{actual}
5882(derived) type of the object rather than the @emph{declared} type, using
5883the virtual function table.
5884
5885@item set print object off
5886Display only the declared type of objects, without reference to the
5887virtual function table. This is the default setting.
5888
c906108c
SS
5889@item show print object
5890Show whether actual, or declared, object types are displayed.
5891
c906108c
SS
5892@item set print static-members
5893@itemx set print static-members on
4644b6e3 5894@cindex static members of C@t{++} objects
b37052ae 5895Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5896
5897@item set print static-members off
b37052ae 5898Do not print static members when displaying a C@t{++} object.
c906108c 5899
c906108c 5900@item show print static-members
9c16f35a
EZ
5901Show whether C@t{++} static members are printed or not.
5902
5903@item set print pascal_static-members
5904@itemx set print pascal_static-members on
5905@cindex static members of Pacal objects
5906@cindex Pacal objects, static members display
5907Print static members when displaying a Pascal object. The default is on.
5908
5909@item set print pascal_static-members off
5910Do not print static members when displaying a Pascal object.
5911
5912@item show print pascal_static-members
5913Show whether Pascal static members are printed or not.
c906108c
SS
5914
5915@c These don't work with HP ANSI C++ yet.
c906108c
SS
5916@item set print vtbl
5917@itemx set print vtbl on
4644b6e3 5918@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
5919@cindex virtual functions (C@t{++}) display
5920@cindex VTBL display
b37052ae 5921Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5922(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5923ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5924
5925@item set print vtbl off
b37052ae 5926Do not pretty print C@t{++} virtual function tables.
c906108c 5927
c906108c 5928@item show print vtbl
b37052ae 5929Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5930@end table
c906108c 5931
6d2ebf8b 5932@node Value History
c906108c
SS
5933@section Value history
5934
5935@cindex value history
9c16f35a 5936@cindex history of values printed by @value{GDBN}
5d161b24
DB
5937Values printed by the @code{print} command are saved in the @value{GDBN}
5938@dfn{value history}. This allows you to refer to them in other expressions.
5939Values are kept until the symbol table is re-read or discarded
5940(for example with the @code{file} or @code{symbol-file} commands).
5941When the symbol table changes, the value history is discarded,
5942since the values may contain pointers back to the types defined in the
c906108c
SS
5943symbol table.
5944
5945@cindex @code{$}
5946@cindex @code{$$}
5947@cindex history number
5948The values printed are given @dfn{history numbers} by which you can
5949refer to them. These are successive integers starting with one.
5950@code{print} shows you the history number assigned to a value by
5951printing @samp{$@var{num} = } before the value; here @var{num} is the
5952history number.
5953
5954To refer to any previous value, use @samp{$} followed by the value's
5955history number. The way @code{print} labels its output is designed to
5956remind you of this. Just @code{$} refers to the most recent value in
5957the history, and @code{$$} refers to the value before that.
5958@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5959is the value just prior to @code{$$}, @code{$$1} is equivalent to
5960@code{$$}, and @code{$$0} is equivalent to @code{$}.
5961
5962For example, suppose you have just printed a pointer to a structure and
5963want to see the contents of the structure. It suffices to type
5964
474c8240 5965@smallexample
c906108c 5966p *$
474c8240 5967@end smallexample
c906108c
SS
5968
5969If you have a chain of structures where the component @code{next} points
5970to the next one, you can print the contents of the next one with this:
5971
474c8240 5972@smallexample
c906108c 5973p *$.next
474c8240 5974@end smallexample
c906108c
SS
5975
5976@noindent
5977You can print successive links in the chain by repeating this
5978command---which you can do by just typing @key{RET}.
5979
5980Note that the history records values, not expressions. If the value of
5981@code{x} is 4 and you type these commands:
5982
474c8240 5983@smallexample
c906108c
SS
5984print x
5985set x=5
474c8240 5986@end smallexample
c906108c
SS
5987
5988@noindent
5989then the value recorded in the value history by the @code{print} command
5990remains 4 even though the value of @code{x} has changed.
5991
5992@table @code
5993@kindex show values
5994@item show values
5995Print the last ten values in the value history, with their item numbers.
5996This is like @samp{p@ $$9} repeated ten times, except that @code{show
5997values} does not change the history.
5998
5999@item show values @var{n}
6000Print ten history values centered on history item number @var{n}.
6001
6002@item show values +
6003Print ten history values just after the values last printed. If no more
6004values are available, @code{show values +} produces no display.
6005@end table
6006
6007Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
6008same effect as @samp{show values +}.
6009
6d2ebf8b 6010@node Convenience Vars
c906108c
SS
6011@section Convenience variables
6012
6013@cindex convenience variables
9c16f35a 6014@cindex user-defined variables
c906108c
SS
6015@value{GDBN} provides @dfn{convenience variables} that you can use within
6016@value{GDBN} to hold on to a value and refer to it later. These variables
6017exist entirely within @value{GDBN}; they are not part of your program, and
6018setting a convenience variable has no direct effect on further execution
6019of your program. That is why you can use them freely.
6020
6021Convenience variables are prefixed with @samp{$}. Any name preceded by
6022@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 6023the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
6024(Value history references, in contrast, are @emph{numbers} preceded
6025by @samp{$}. @xref{Value History, ,Value history}.)
6026
6027You can save a value in a convenience variable with an assignment
6028expression, just as you would set a variable in your program.
6029For example:
6030
474c8240 6031@smallexample
c906108c 6032set $foo = *object_ptr
474c8240 6033@end smallexample
c906108c
SS
6034
6035@noindent
6036would save in @code{$foo} the value contained in the object pointed to by
6037@code{object_ptr}.
6038
6039Using a convenience variable for the first time creates it, but its
6040value is @code{void} until you assign a new value. You can alter the
6041value with another assignment at any time.
6042
6043Convenience variables have no fixed types. You can assign a convenience
6044variable any type of value, including structures and arrays, even if
6045that variable already has a value of a different type. The convenience
6046variable, when used as an expression, has the type of its current value.
6047
6048@table @code
6049@kindex show convenience
9c16f35a 6050@cindex show all user variables
c906108c
SS
6051@item show convenience
6052Print a list of convenience variables used so far, and their values.
d4f3574e 6053Abbreviated @code{show conv}.
c906108c
SS
6054@end table
6055
6056One of the ways to use a convenience variable is as a counter to be
6057incremented or a pointer to be advanced. For example, to print
6058a field from successive elements of an array of structures:
6059
474c8240 6060@smallexample
c906108c
SS
6061set $i = 0
6062print bar[$i++]->contents
474c8240 6063@end smallexample
c906108c 6064
d4f3574e
SS
6065@noindent
6066Repeat that command by typing @key{RET}.
c906108c
SS
6067
6068Some convenience variables are created automatically by @value{GDBN} and given
6069values likely to be useful.
6070
6071@table @code
41afff9a 6072@vindex $_@r{, convenience variable}
c906108c
SS
6073@item $_
6074The variable @code{$_} is automatically set by the @code{x} command to
6075the last address examined (@pxref{Memory, ,Examining memory}). Other
6076commands which provide a default address for @code{x} to examine also
6077set @code{$_} to that address; these commands include @code{info line}
6078and @code{info breakpoint}. The type of @code{$_} is @code{void *}
6079except when set by the @code{x} command, in which case it is a pointer
6080to the type of @code{$__}.
6081
41afff9a 6082@vindex $__@r{, convenience variable}
c906108c
SS
6083@item $__
6084The variable @code{$__} is automatically set by the @code{x} command
6085to the value found in the last address examined. Its type is chosen
6086to match the format in which the data was printed.
6087
6088@item $_exitcode
41afff9a 6089@vindex $_exitcode@r{, convenience variable}
c906108c
SS
6090The variable @code{$_exitcode} is automatically set to the exit code when
6091the program being debugged terminates.
6092@end table
6093
53a5351d
JM
6094On HP-UX systems, if you refer to a function or variable name that
6095begins with a dollar sign, @value{GDBN} searches for a user or system
6096name first, before it searches for a convenience variable.
c906108c 6097
6d2ebf8b 6098@node Registers
c906108c
SS
6099@section Registers
6100
6101@cindex registers
6102You can refer to machine register contents, in expressions, as variables
6103with names starting with @samp{$}. The names of registers are different
6104for each machine; use @code{info registers} to see the names used on
6105your machine.
6106
6107@table @code
6108@kindex info registers
6109@item info registers
6110Print the names and values of all registers except floating-point
c85508ee 6111and vector registers (in the selected stack frame).
c906108c
SS
6112
6113@kindex info all-registers
6114@cindex floating point registers
6115@item info all-registers
6116Print the names and values of all registers, including floating-point
c85508ee 6117and vector registers (in the selected stack frame).
c906108c
SS
6118
6119@item info registers @var{regname} @dots{}
6120Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
6121As discussed in detail below, register values are normally relative to
6122the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
6123the machine you are using, with or without the initial @samp{$}.
6124@end table
6125
6126@value{GDBN} has four ``standard'' register names that are available (in
6127expressions) on most machines---whenever they do not conflict with an
6128architecture's canonical mnemonics for registers. The register names
6129@code{$pc} and @code{$sp} are used for the program counter register and
6130the stack pointer. @code{$fp} is used for a register that contains a
6131pointer to the current stack frame, and @code{$ps} is used for a
6132register that contains the processor status. For example,
6133you could print the program counter in hex with
6134
474c8240 6135@smallexample
c906108c 6136p/x $pc
474c8240 6137@end smallexample
c906108c
SS
6138
6139@noindent
6140or print the instruction to be executed next with
6141
474c8240 6142@smallexample
c906108c 6143x/i $pc
474c8240 6144@end smallexample
c906108c
SS
6145
6146@noindent
6147or add four to the stack pointer@footnote{This is a way of removing
6148one word from the stack, on machines where stacks grow downward in
6149memory (most machines, nowadays). This assumes that the innermost
6150stack frame is selected; setting @code{$sp} is not allowed when other
6151stack frames are selected. To pop entire frames off the stack,
6152regardless of machine architecture, use @code{return};
d4f3574e 6153see @ref{Returning, ,Returning from a function}.} with
c906108c 6154
474c8240 6155@smallexample
c906108c 6156set $sp += 4
474c8240 6157@end smallexample
c906108c
SS
6158
6159Whenever possible, these four standard register names are available on
6160your machine even though the machine has different canonical mnemonics,
6161so long as there is no conflict. The @code{info registers} command
6162shows the canonical names. For example, on the SPARC, @code{info
6163registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
6164can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6165is an alias for the @sc{eflags} register.
c906108c
SS
6166
6167@value{GDBN} always considers the contents of an ordinary register as an
6168integer when the register is examined in this way. Some machines have
6169special registers which can hold nothing but floating point; these
6170registers are considered to have floating point values. There is no way
6171to refer to the contents of an ordinary register as floating point value
6172(although you can @emph{print} it as a floating point value with
6173@samp{print/f $@var{regname}}).
6174
6175Some registers have distinct ``raw'' and ``virtual'' data formats. This
6176means that the data format in which the register contents are saved by
6177the operating system is not the same one that your program normally
6178sees. For example, the registers of the 68881 floating point
6179coprocessor are always saved in ``extended'' (raw) format, but all C
6180programs expect to work with ``double'' (virtual) format. In such
5d161b24 6181cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
6182that makes sense for your program), but the @code{info registers} command
6183prints the data in both formats.
6184
6185Normally, register values are relative to the selected stack frame
6186(@pxref{Selection, ,Selecting a frame}). This means that you get the
6187value that the register would contain if all stack frames farther in
6188were exited and their saved registers restored. In order to see the
6189true contents of hardware registers, you must select the innermost
6190frame (with @samp{frame 0}).
6191
6192However, @value{GDBN} must deduce where registers are saved, from the machine
6193code generated by your compiler. If some registers are not saved, or if
6194@value{GDBN} is unable to locate the saved registers, the selected stack
6195frame makes no difference.
6196
6d2ebf8b 6197@node Floating Point Hardware
c906108c
SS
6198@section Floating point hardware
6199@cindex floating point
6200
6201Depending on the configuration, @value{GDBN} may be able to give
6202you more information about the status of the floating point hardware.
6203
6204@table @code
6205@kindex info float
6206@item info float
6207Display hardware-dependent information about the floating
6208point unit. The exact contents and layout vary depending on the
6209floating point chip. Currently, @samp{info float} is supported on
6210the ARM and x86 machines.
6211@end table
c906108c 6212
e76f1f2e
AC
6213@node Vector Unit
6214@section Vector Unit
6215@cindex vector unit
6216
6217Depending on the configuration, @value{GDBN} may be able to give you
6218more information about the status of the vector unit.
6219
6220@table @code
6221@kindex info vector
6222@item info vector
6223Display information about the vector unit. The exact contents and
6224layout vary depending on the hardware.
6225@end table
6226
721c2651
EZ
6227@node OS Information
6228@section Operating system auxiliary information
6229@cindex OS information
6230
6231@value{GDBN} provides interfaces to useful OS facilities that can help
6232you debug your program.
6233
6234@cindex @code{ptrace} system call
6235@cindex @code{struct user} contents
6236When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6237machines), it interfaces with the inferior via the @code{ptrace}
6238system call. The operating system creates a special sata structure,
6239called @code{struct user}, for this interface. You can use the
6240command @code{info udot} to display the contents of this data
6241structure.
6242
6243@table @code
6244@item info udot
6245@kindex info udot
6246Display the contents of the @code{struct user} maintained by the OS
6247kernel for the program being debugged. @value{GDBN} displays the
6248contents of @code{struct user} as a list of hex numbers, similar to
6249the @code{examine} command.
6250@end table
6251
b383017d
RM
6252@cindex auxiliary vector
6253@cindex vector, auxiliary
b383017d
RM
6254Some operating systems supply an @dfn{auxiliary vector} to programs at
6255startup. This is akin to the arguments and environment that you
6256specify for a program, but contains a system-dependent variety of
6257binary values that tell system libraries important details about the
6258hardware, operating system, and process. Each value's purpose is
6259identified by an integer tag; the meanings are well-known but system-specific.
6260Depending on the configuration and operating system facilities,
9c16f35a
EZ
6261@value{GDBN} may be able to show you this information. For remote
6262targets, this functionality may further depend on the remote stub's
6263support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6264configuration, auxiliary vector}.
b383017d
RM
6265
6266@table @code
6267@kindex info auxv
6268@item info auxv
6269Display the auxiliary vector of the inferior, which can be either a
e4937fc1 6270live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
6271numerically, and also shows names and text descriptions for recognized
6272tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 6273pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
6274most appropriate form for a recognized tag, and in hexadecimal for
6275an unrecognized tag.
6276@end table
6277
721c2651 6278
29e57380 6279@node Memory Region Attributes
b383017d 6280@section Memory region attributes
29e57380
C
6281@cindex memory region attributes
6282
b383017d
RM
6283@dfn{Memory region attributes} allow you to describe special handling
6284required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
6285to determine whether to allow certain types of memory accesses; whether to
6286use specific width accesses; and whether to cache target memory.
6287
6288Defined memory regions can be individually enabled and disabled. When a
6289memory region is disabled, @value{GDBN} uses the default attributes when
6290accessing memory in that region. Similarly, if no memory regions have
6291been defined, @value{GDBN} uses the default attributes when accessing
6292all memory.
6293
b383017d 6294When a memory region is defined, it is given a number to identify it;
29e57380
C
6295to enable, disable, or remove a memory region, you specify that number.
6296
6297@table @code
6298@kindex mem
bfac230e 6299@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
6300Define a memory region bounded by @var{lower} and @var{upper} with
6301attributes @var{attributes}@dots{}, and add it to the list of regions
6302monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6303case: it is treated as the the target's maximum memory address.
bfac230e 6304(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
6305
6306@kindex delete mem
6307@item delete mem @var{nums}@dots{}
09d4efe1
EZ
6308Remove memory regions @var{nums}@dots{} from the list of regions
6309monitored by @value{GDBN}.
29e57380
C
6310
6311@kindex disable mem
6312@item disable mem @var{nums}@dots{}
09d4efe1 6313Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 6314A disabled memory region is not forgotten.
29e57380
C
6315It may be enabled again later.
6316
6317@kindex enable mem
6318@item enable mem @var{nums}@dots{}
09d4efe1 6319Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
6320
6321@kindex info mem
6322@item info mem
6323Print a table of all defined memory regions, with the following columns
09d4efe1 6324for each region:
29e57380
C
6325
6326@table @emph
6327@item Memory Region Number
6328@item Enabled or Disabled.
b383017d 6329Enabled memory regions are marked with @samp{y}.
29e57380
C
6330Disabled memory regions are marked with @samp{n}.
6331
6332@item Lo Address
6333The address defining the inclusive lower bound of the memory region.
6334
6335@item Hi Address
6336The address defining the exclusive upper bound of the memory region.
6337
6338@item Attributes
6339The list of attributes set for this memory region.
6340@end table
6341@end table
6342
6343
6344@subsection Attributes
6345
b383017d 6346@subsubsection Memory Access Mode
29e57380
C
6347The access mode attributes set whether @value{GDBN} may make read or
6348write accesses to a memory region.
6349
6350While these attributes prevent @value{GDBN} from performing invalid
6351memory accesses, they do nothing to prevent the target system, I/O DMA,
6352etc. from accessing memory.
6353
6354@table @code
6355@item ro
6356Memory is read only.
6357@item wo
6358Memory is write only.
6359@item rw
6ca652b0 6360Memory is read/write. This is the default.
29e57380
C
6361@end table
6362
6363@subsubsection Memory Access Size
6364The acccess size attributes tells @value{GDBN} to use specific sized
6365accesses in the memory region. Often memory mapped device registers
6366require specific sized accesses. If no access size attribute is
6367specified, @value{GDBN} may use accesses of any size.
6368
6369@table @code
6370@item 8
6371Use 8 bit memory accesses.
6372@item 16
6373Use 16 bit memory accesses.
6374@item 32
6375Use 32 bit memory accesses.
6376@item 64
6377Use 64 bit memory accesses.
6378@end table
6379
6380@c @subsubsection Hardware/Software Breakpoints
6381@c The hardware/software breakpoint attributes set whether @value{GDBN}
6382@c will use hardware or software breakpoints for the internal breakpoints
6383@c used by the step, next, finish, until, etc. commands.
6384@c
6385@c @table @code
6386@c @item hwbreak
b383017d 6387@c Always use hardware breakpoints
29e57380
C
6388@c @item swbreak (default)
6389@c @end table
6390
6391@subsubsection Data Cache
6392The data cache attributes set whether @value{GDBN} will cache target
6393memory. While this generally improves performance by reducing debug
6394protocol overhead, it can lead to incorrect results because @value{GDBN}
6395does not know about volatile variables or memory mapped device
6396registers.
6397
6398@table @code
6399@item cache
b383017d 6400Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6401@item nocache
6402Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6403@end table
6404
6405@c @subsubsection Memory Write Verification
b383017d 6406@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6407@c will re-reads data after each write to verify the write was successful.
6408@c
6409@c @table @code
6410@c @item verify
6411@c @item noverify (default)
6412@c @end table
6413
16d9dec6
MS
6414@node Dump/Restore Files
6415@section Copy between memory and a file
6416@cindex dump/restore files
6417@cindex append data to a file
6418@cindex dump data to a file
6419@cindex restore data from a file
16d9dec6 6420
df5215a6
JB
6421You can use the commands @code{dump}, @code{append}, and
6422@code{restore} to copy data between target memory and a file. The
6423@code{dump} and @code{append} commands write data to a file, and the
6424@code{restore} command reads data from a file back into the inferior's
6425memory. Files may be in binary, Motorola S-record, Intel hex, or
6426Tektronix Hex format; however, @value{GDBN} can only append to binary
6427files.
6428
6429@table @code
6430
6431@kindex dump
6432@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6433@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6434Dump the contents of memory from @var{start_addr} to @var{end_addr},
6435or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6436
df5215a6 6437The @var{format} parameter may be any one of:
16d9dec6 6438@table @code
df5215a6
JB
6439@item binary
6440Raw binary form.
6441@item ihex
6442Intel hex format.
6443@item srec
6444Motorola S-record format.
6445@item tekhex
6446Tektronix Hex format.
6447@end table
6448
6449@value{GDBN} uses the same definitions of these formats as the
6450@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6451@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6452form.
6453
6454@kindex append
6455@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6456@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6457Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 6458or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
6459(@value{GDBN} can only append data to files in raw binary form.)
6460
6461@kindex restore
6462@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6463Restore the contents of file @var{filename} into memory. The
6464@code{restore} command can automatically recognize any known @sc{bfd}
6465file format, except for raw binary. To restore a raw binary file you
6466must specify the optional keyword @code{binary} after the filename.
16d9dec6 6467
b383017d 6468If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6469contained in the file. Binary files always start at address zero, so
6470they will be restored at address @var{bias}. Other bfd files have
6471a built-in location; they will be restored at offset @var{bias}
6472from that location.
6473
6474If @var{start} and/or @var{end} are non-zero, then only data between
6475file offset @var{start} and file offset @var{end} will be restored.
b383017d 6476These offsets are relative to the addresses in the file, before
16d9dec6
MS
6477the @var{bias} argument is applied.
6478
6479@end table
6480
384ee23f
EZ
6481@node Core File Generation
6482@section How to Produce a Core File from Your Program
6483@cindex dump core from inferior
6484
6485A @dfn{core file} or @dfn{core dump} is a file that records the memory
6486image of a running process and its process status (register values
6487etc.). Its primary use is post-mortem debugging of a program that
6488crashed while it ran outside a debugger. A program that crashes
6489automatically produces a core file, unless this feature is disabled by
6490the user. @xref{Files}, for information on invoking @value{GDBN} in
6491the post-mortem debugging mode.
6492
6493Occasionally, you may wish to produce a core file of the program you
6494are debugging in order to preserve a snapshot of its state.
6495@value{GDBN} has a special command for that.
6496
6497@table @code
6498@kindex gcore
6499@kindex generate-core-file
6500@item generate-core-file [@var{file}]
6501@itemx gcore [@var{file}]
6502Produce a core dump of the inferior process. The optional argument
6503@var{file} specifies the file name where to put the core dump. If not
6504specified, the file name defaults to @file{core.@var{pid}}, where
6505@var{pid} is the inferior process ID.
6506
6507Note that this command is implemented only for some systems (as of
6508this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6509@end table
6510
a0eb71c5
KB
6511@node Character Sets
6512@section Character Sets
6513@cindex character sets
6514@cindex charset
6515@cindex translating between character sets
6516@cindex host character set
6517@cindex target character set
6518
6519If the program you are debugging uses a different character set to
6520represent characters and strings than the one @value{GDBN} uses itself,
6521@value{GDBN} can automatically translate between the character sets for
6522you. The character set @value{GDBN} uses we call the @dfn{host
6523character set}; the one the inferior program uses we call the
6524@dfn{target character set}.
6525
6526For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6527uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6528remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6529running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6530then the host character set is Latin-1, and the target character set is
6531@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6532target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6533@sc{ebcdic} and Latin 1 as you print character or string values, or use
6534character and string literals in expressions.
6535
6536@value{GDBN} has no way to automatically recognize which character set
6537the inferior program uses; you must tell it, using the @code{set
6538target-charset} command, described below.
6539
6540Here are the commands for controlling @value{GDBN}'s character set
6541support:
6542
6543@table @code
6544@item set target-charset @var{charset}
6545@kindex set target-charset
6546Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6547character set names @value{GDBN} recognizes below, but if you type
6548@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6549list the target character sets it supports.
a0eb71c5
KB
6550@end table
6551
6552@table @code
6553@item set host-charset @var{charset}
6554@kindex set host-charset
6555Set the current host character set to @var{charset}.
6556
6557By default, @value{GDBN} uses a host character set appropriate to the
6558system it is running on; you can override that default using the
6559@code{set host-charset} command.
6560
6561@value{GDBN} can only use certain character sets as its host character
6562set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6563indicate which can be host character sets, but if you type
6564@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6565list the host character sets it supports.
a0eb71c5
KB
6566
6567@item set charset @var{charset}
6568@kindex set charset
e33d66ec
EZ
6569Set the current host and target character sets to @var{charset}. As
6570above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6571@value{GDBN} will list the name of the character sets that can be used
6572for both host and target.
6573
a0eb71c5
KB
6574
6575@item show charset
a0eb71c5 6576@kindex show charset
b383017d 6577Show the names of the current host and target charsets.
e33d66ec
EZ
6578
6579@itemx show host-charset
a0eb71c5 6580@kindex show host-charset
b383017d 6581Show the name of the current host charset.
e33d66ec
EZ
6582
6583@itemx show target-charset
a0eb71c5 6584@kindex show target-charset
b383017d 6585Show the name of the current target charset.
a0eb71c5
KB
6586
6587@end table
6588
6589@value{GDBN} currently includes support for the following character
6590sets:
6591
6592@table @code
6593
6594@item ASCII
6595@cindex ASCII character set
6596Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6597character set.
6598
6599@item ISO-8859-1
6600@cindex ISO 8859-1 character set
6601@cindex ISO Latin 1 character set
e33d66ec 6602The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6603characters needed for French, German, and Spanish. @value{GDBN} can use
6604this as its host character set.
6605
6606@item EBCDIC-US
6607@itemx IBM1047
6608@cindex EBCDIC character set
6609@cindex IBM1047 character set
6610Variants of the @sc{ebcdic} character set, used on some of IBM's
6611mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6612@value{GDBN} cannot use these as its host character set.
6613
6614@end table
6615
6616Note that these are all single-byte character sets. More work inside
6617GDB is needed to support multi-byte or variable-width character
6618encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6619
6620Here is an example of @value{GDBN}'s character set support in action.
6621Assume that the following source code has been placed in the file
6622@file{charset-test.c}:
6623
6624@smallexample
6625#include <stdio.h>
6626
6627char ascii_hello[]
6628 = @{72, 101, 108, 108, 111, 44, 32, 119,
6629 111, 114, 108, 100, 33, 10, 0@};
6630char ibm1047_hello[]
6631 = @{200, 133, 147, 147, 150, 107, 64, 166,
6632 150, 153, 147, 132, 90, 37, 0@};
6633
6634main ()
6635@{
6636 printf ("Hello, world!\n");
6637@}
10998722 6638@end smallexample
a0eb71c5
KB
6639
6640In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6641containing the string @samp{Hello, world!} followed by a newline,
6642encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6643
6644We compile the program, and invoke the debugger on it:
6645
6646@smallexample
6647$ gcc -g charset-test.c -o charset-test
6648$ gdb -nw charset-test
6649GNU gdb 2001-12-19-cvs
6650Copyright 2001 Free Software Foundation, Inc.
6651@dots{}
f7dc1244 6652(@value{GDBP})
10998722 6653@end smallexample
a0eb71c5
KB
6654
6655We can use the @code{show charset} command to see what character sets
6656@value{GDBN} is currently using to interpret and display characters and
6657strings:
6658
6659@smallexample
f7dc1244 6660(@value{GDBP}) show charset
e33d66ec 6661The current host and target character set is `ISO-8859-1'.
f7dc1244 6662(@value{GDBP})
10998722 6663@end smallexample
a0eb71c5
KB
6664
6665For the sake of printing this manual, let's use @sc{ascii} as our
6666initial character set:
6667@smallexample
f7dc1244
EZ
6668(@value{GDBP}) set charset ASCII
6669(@value{GDBP}) show charset
e33d66ec 6670The current host and target character set is `ASCII'.
f7dc1244 6671(@value{GDBP})
10998722 6672@end smallexample
a0eb71c5
KB
6673
6674Let's assume that @sc{ascii} is indeed the correct character set for our
6675host system --- in other words, let's assume that if @value{GDBN} prints
6676characters using the @sc{ascii} character set, our terminal will display
6677them properly. Since our current target character set is also
6678@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6679
6680@smallexample
f7dc1244 6681(@value{GDBP}) print ascii_hello
a0eb71c5 6682$1 = 0x401698 "Hello, world!\n"
f7dc1244 6683(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6684$2 = 72 'H'
f7dc1244 6685(@value{GDBP})
10998722 6686@end smallexample
a0eb71c5
KB
6687
6688@value{GDBN} uses the target character set for character and string
6689literals you use in expressions:
6690
6691@smallexample
f7dc1244 6692(@value{GDBP}) print '+'
a0eb71c5 6693$3 = 43 '+'
f7dc1244 6694(@value{GDBP})
10998722 6695@end smallexample
a0eb71c5
KB
6696
6697The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6698character.
6699
6700@value{GDBN} relies on the user to tell it which character set the
6701target program uses. If we print @code{ibm1047_hello} while our target
6702character set is still @sc{ascii}, we get jibberish:
6703
6704@smallexample
f7dc1244 6705(@value{GDBP}) print ibm1047_hello
a0eb71c5 6706$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 6707(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6708$5 = 200 '\310'
f7dc1244 6709(@value{GDBP})
10998722 6710@end smallexample
a0eb71c5 6711
e33d66ec 6712If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6713@value{GDBN} tells us the character sets it supports:
6714
6715@smallexample
f7dc1244 6716(@value{GDBP}) set target-charset
b383017d 6717ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 6718(@value{GDBP}) set target-charset
10998722 6719@end smallexample
a0eb71c5
KB
6720
6721We can select @sc{ibm1047} as our target character set, and examine the
6722program's strings again. Now the @sc{ascii} string is wrong, but
6723@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6724target character set, @sc{ibm1047}, to the host character set,
6725@sc{ascii}, and they display correctly:
6726
6727@smallexample
f7dc1244
EZ
6728(@value{GDBP}) set target-charset IBM1047
6729(@value{GDBP}) show charset
e33d66ec
EZ
6730The current host character set is `ASCII'.
6731The current target character set is `IBM1047'.
f7dc1244 6732(@value{GDBP}) print ascii_hello
a0eb71c5 6733$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 6734(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6735$7 = 72 '\110'
f7dc1244 6736(@value{GDBP}) print ibm1047_hello
a0eb71c5 6737$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 6738(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6739$9 = 200 'H'
f7dc1244 6740(@value{GDBP})
10998722 6741@end smallexample
a0eb71c5
KB
6742
6743As above, @value{GDBN} uses the target character set for character and
6744string literals you use in expressions:
6745
6746@smallexample
f7dc1244 6747(@value{GDBP}) print '+'
a0eb71c5 6748$10 = 78 '+'
f7dc1244 6749(@value{GDBP})
10998722 6750@end smallexample
a0eb71c5 6751
e33d66ec 6752The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6753character.
6754
09d4efe1
EZ
6755@node Caching Remote Data
6756@section Caching Data of Remote Targets
6757@cindex caching data of remote targets
6758
6759@value{GDBN} can cache data exchanged between the debugger and a
6760remote target (@pxref{Remote}). Such caching generally improves
6761performance, because it reduces the overhead of the remote protocol by
6762bundling memory reads and writes into large chunks. Unfortunately,
6763@value{GDBN} does not currently know anything about volatile
6764registers, and thus data caching will produce incorrect results when
6765volatile registers are in use.
6766
6767@table @code
6768@kindex set remotecache
6769@item set remotecache on
6770@itemx set remotecache off
6771Set caching state for remote targets. When @code{ON}, use data
6772caching. By default, this option is @code{OFF}.
6773
6774@kindex show remotecache
6775@item show remotecache
6776Show the current state of data caching for remote targets.
6777
6778@kindex info dcache
6779@item info dcache
6780Print the information about the data cache performance. The
6781information displayed includes: the dcache width and depth; and for
6782each cache line, how many times it was referenced, and its data and
6783state (dirty, bad, ok, etc.). This command is useful for debugging
6784the data cache operation.
6785@end table
6786
a0eb71c5 6787
e2e0bcd1
JB
6788@node Macros
6789@chapter C Preprocessor Macros
6790
49efadf5 6791Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
6792``preprocessor macros'' which expand into strings of tokens.
6793@value{GDBN} can evaluate expressions containing macro invocations, show
6794the result of macro expansion, and show a macro's definition, including
6795where it was defined.
6796
6797You may need to compile your program specially to provide @value{GDBN}
6798with information about preprocessor macros. Most compilers do not
6799include macros in their debugging information, even when you compile
6800with the @option{-g} flag. @xref{Compilation}.
6801
6802A program may define a macro at one point, remove that definition later,
6803and then provide a different definition after that. Thus, at different
6804points in the program, a macro may have different definitions, or have
6805no definition at all. If there is a current stack frame, @value{GDBN}
6806uses the macros in scope at that frame's source code line. Otherwise,
6807@value{GDBN} uses the macros in scope at the current listing location;
6808see @ref{List}.
6809
6810At the moment, @value{GDBN} does not support the @code{##}
6811token-splicing operator, the @code{#} stringification operator, or
6812variable-arity macros.
6813
6814Whenever @value{GDBN} evaluates an expression, it always expands any
6815macro invocations present in the expression. @value{GDBN} also provides
6816the following commands for working with macros explicitly.
6817
6818@table @code
6819
6820@kindex macro expand
6821@cindex macro expansion, showing the results of preprocessor
6822@cindex preprocessor macro expansion, showing the results of
6823@cindex expanding preprocessor macros
6824@item macro expand @var{expression}
6825@itemx macro exp @var{expression}
6826Show the results of expanding all preprocessor macro invocations in
6827@var{expression}. Since @value{GDBN} simply expands macros, but does
6828not parse the result, @var{expression} need not be a valid expression;
6829it can be any string of tokens.
6830
09d4efe1 6831@kindex macro exp1
e2e0bcd1
JB
6832@item macro expand-once @var{expression}
6833@itemx macro exp1 @var{expression}
4644b6e3 6834@cindex expand macro once
e2e0bcd1
JB
6835@i{(This command is not yet implemented.)} Show the results of
6836expanding those preprocessor macro invocations that appear explicitly in
6837@var{expression}. Macro invocations appearing in that expansion are
6838left unchanged. This command allows you to see the effect of a
6839particular macro more clearly, without being confused by further
6840expansions. Since @value{GDBN} simply expands macros, but does not
6841parse the result, @var{expression} need not be a valid expression; it
6842can be any string of tokens.
6843
475b0867 6844@kindex info macro
e2e0bcd1
JB
6845@cindex macro definition, showing
6846@cindex definition, showing a macro's
475b0867 6847@item info macro @var{macro}
e2e0bcd1
JB
6848Show the definition of the macro named @var{macro}, and describe the
6849source location where that definition was established.
6850
6851@kindex macro define
6852@cindex user-defined macros
6853@cindex defining macros interactively
6854@cindex macros, user-defined
6855@item macro define @var{macro} @var{replacement-list}
6856@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6857@i{(This command is not yet implemented.)} Introduce a definition for a
6858preprocessor macro named @var{macro}, invocations of which are replaced
6859by the tokens given in @var{replacement-list}. The first form of this
6860command defines an ``object-like'' macro, which takes no arguments; the
6861second form defines a ``function-like'' macro, which takes the arguments
6862given in @var{arglist}.
6863
6864A definition introduced by this command is in scope in every expression
6865evaluated in @value{GDBN}, until it is removed with the @command{macro
6866undef} command, described below. The definition overrides all
6867definitions for @var{macro} present in the program being debugged, as
6868well as any previous user-supplied definition.
6869
6870@kindex macro undef
6871@item macro undef @var{macro}
6872@i{(This command is not yet implemented.)} Remove any user-supplied
6873definition for the macro named @var{macro}. This command only affects
6874definitions provided with the @command{macro define} command, described
6875above; it cannot remove definitions present in the program being
6876debugged.
6877
09d4efe1
EZ
6878@kindex macro list
6879@item macro list
6880@i{(This command is not yet implemented.)} List all the macros
6881defined using the @code{macro define} command.
e2e0bcd1
JB
6882@end table
6883
6884@cindex macros, example of debugging with
6885Here is a transcript showing the above commands in action. First, we
6886show our source files:
6887
6888@smallexample
6889$ cat sample.c
6890#include <stdio.h>
6891#include "sample.h"
6892
6893#define M 42
6894#define ADD(x) (M + x)
6895
6896main ()
6897@{
6898#define N 28
6899 printf ("Hello, world!\n");
6900#undef N
6901 printf ("We're so creative.\n");
6902#define N 1729
6903 printf ("Goodbye, world!\n");
6904@}
6905$ cat sample.h
6906#define Q <
6907$
6908@end smallexample
6909
6910Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6911We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6912compiler includes information about preprocessor macros in the debugging
6913information.
6914
6915@smallexample
6916$ gcc -gdwarf-2 -g3 sample.c -o sample
6917$
6918@end smallexample
6919
6920Now, we start @value{GDBN} on our sample program:
6921
6922@smallexample
6923$ gdb -nw sample
6924GNU gdb 2002-05-06-cvs
6925Copyright 2002 Free Software Foundation, Inc.
6926GDB is free software, @dots{}
f7dc1244 6927(@value{GDBP})
e2e0bcd1
JB
6928@end smallexample
6929
6930We can expand macros and examine their definitions, even when the
6931program is not running. @value{GDBN} uses the current listing position
6932to decide which macro definitions are in scope:
6933
6934@smallexample
f7dc1244 6935(@value{GDBP}) list main
e2e0bcd1
JB
69363
69374 #define M 42
69385 #define ADD(x) (M + x)
69396
69407 main ()
69418 @{
69429 #define N 28
694310 printf ("Hello, world!\n");
694411 #undef N
694512 printf ("We're so creative.\n");
f7dc1244 6946(@value{GDBP}) info macro ADD
e2e0bcd1
JB
6947Defined at /home/jimb/gdb/macros/play/sample.c:5
6948#define ADD(x) (M + x)
f7dc1244 6949(@value{GDBP}) info macro Q
e2e0bcd1
JB
6950Defined at /home/jimb/gdb/macros/play/sample.h:1
6951 included at /home/jimb/gdb/macros/play/sample.c:2
6952#define Q <
f7dc1244 6953(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 6954expands to: (42 + 1)
f7dc1244 6955(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 6956expands to: once (M + 1)
f7dc1244 6957(@value{GDBP})
e2e0bcd1
JB
6958@end smallexample
6959
6960In the example above, note that @command{macro expand-once} expands only
6961the macro invocation explicit in the original text --- the invocation of
6962@code{ADD} --- but does not expand the invocation of the macro @code{M},
6963which was introduced by @code{ADD}.
6964
6965Once the program is running, GDB uses the macro definitions in force at
6966the source line of the current stack frame:
6967
6968@smallexample
f7dc1244 6969(@value{GDBP}) break main
e2e0bcd1 6970Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 6971(@value{GDBP}) run
b383017d 6972Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6973
6974Breakpoint 1, main () at sample.c:10
697510 printf ("Hello, world!\n");
f7dc1244 6976(@value{GDBP})
e2e0bcd1
JB
6977@end smallexample
6978
6979At line 10, the definition of the macro @code{N} at line 9 is in force:
6980
6981@smallexample
f7dc1244 6982(@value{GDBP}) info macro N
e2e0bcd1
JB
6983Defined at /home/jimb/gdb/macros/play/sample.c:9
6984#define N 28
f7dc1244 6985(@value{GDBP}) macro expand N Q M
e2e0bcd1 6986expands to: 28 < 42
f7dc1244 6987(@value{GDBP}) print N Q M
e2e0bcd1 6988$1 = 1
f7dc1244 6989(@value{GDBP})
e2e0bcd1
JB
6990@end smallexample
6991
6992As we step over directives that remove @code{N}'s definition, and then
6993give it a new definition, @value{GDBN} finds the definition (or lack
6994thereof) in force at each point:
6995
6996@smallexample
f7dc1244 6997(@value{GDBP}) next
e2e0bcd1
JB
6998Hello, world!
699912 printf ("We're so creative.\n");
f7dc1244 7000(@value{GDBP}) info macro N
e2e0bcd1
JB
7001The symbol `N' has no definition as a C/C++ preprocessor macro
7002at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 7003(@value{GDBP}) next
e2e0bcd1
JB
7004We're so creative.
700514 printf ("Goodbye, world!\n");
f7dc1244 7006(@value{GDBP}) info macro N
e2e0bcd1
JB
7007Defined at /home/jimb/gdb/macros/play/sample.c:13
7008#define N 1729
f7dc1244 7009(@value{GDBP}) macro expand N Q M
e2e0bcd1 7010expands to: 1729 < 42
f7dc1244 7011(@value{GDBP}) print N Q M
e2e0bcd1 7012$2 = 0
f7dc1244 7013(@value{GDBP})
e2e0bcd1
JB
7014@end smallexample
7015
7016
b37052ae
EZ
7017@node Tracepoints
7018@chapter Tracepoints
7019@c This chapter is based on the documentation written by Michael
7020@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
7021
7022@cindex tracepoints
7023In some applications, it is not feasible for the debugger to interrupt
7024the program's execution long enough for the developer to learn
7025anything helpful about its behavior. If the program's correctness
7026depends on its real-time behavior, delays introduced by a debugger
7027might cause the program to change its behavior drastically, or perhaps
7028fail, even when the code itself is correct. It is useful to be able
7029to observe the program's behavior without interrupting it.
7030
7031Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
7032specify locations in the program, called @dfn{tracepoints}, and
7033arbitrary expressions to evaluate when those tracepoints are reached.
7034Later, using the @code{tfind} command, you can examine the values
7035those expressions had when the program hit the tracepoints. The
7036expressions may also denote objects in memory---structures or arrays,
7037for example---whose values @value{GDBN} should record; while visiting
7038a particular tracepoint, you may inspect those objects as if they were
7039in memory at that moment. However, because @value{GDBN} records these
7040values without interacting with you, it can do so quickly and
7041unobtrusively, hopefully not disturbing the program's behavior.
7042
7043The tracepoint facility is currently available only for remote
2c0069bb
EZ
7044targets. @xref{Targets}. In addition, your remote target must know how
7045to collect trace data. This functionality is implemented in the remote
7046stub; however, none of the stubs distributed with @value{GDBN} support
7047tracepoints as of this writing.
b37052ae
EZ
7048
7049This chapter describes the tracepoint commands and features.
7050
7051@menu
b383017d
RM
7052* Set Tracepoints::
7053* Analyze Collected Data::
7054* Tracepoint Variables::
b37052ae
EZ
7055@end menu
7056
7057@node Set Tracepoints
7058@section Commands to Set Tracepoints
7059
7060Before running such a @dfn{trace experiment}, an arbitrary number of
7061tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
7062tracepoint has a number assigned to it by @value{GDBN}. Like with
7063breakpoints, tracepoint numbers are successive integers starting from
7064one. Many of the commands associated with tracepoints take the
7065tracepoint number as their argument, to identify which tracepoint to
7066work on.
7067
7068For each tracepoint, you can specify, in advance, some arbitrary set
7069of data that you want the target to collect in the trace buffer when
7070it hits that tracepoint. The collected data can include registers,
7071local variables, or global data. Later, you can use @value{GDBN}
7072commands to examine the values these data had at the time the
7073tracepoint was hit.
7074
7075This section describes commands to set tracepoints and associated
7076conditions and actions.
7077
7078@menu
b383017d
RM
7079* Create and Delete Tracepoints::
7080* Enable and Disable Tracepoints::
7081* Tracepoint Passcounts::
7082* Tracepoint Actions::
7083* Listing Tracepoints::
7084* Starting and Stopping Trace Experiment::
b37052ae
EZ
7085@end menu
7086
7087@node Create and Delete Tracepoints
7088@subsection Create and Delete Tracepoints
7089
7090@table @code
7091@cindex set tracepoint
7092@kindex trace
7093@item trace
7094The @code{trace} command is very similar to the @code{break} command.
7095Its argument can be a source line, a function name, or an address in
7096the target program. @xref{Set Breaks}. The @code{trace} command
7097defines a tracepoint, which is a point in the target program where the
7098debugger will briefly stop, collect some data, and then allow the
7099program to continue. Setting a tracepoint or changing its commands
7100doesn't take effect until the next @code{tstart} command; thus, you
7101cannot change the tracepoint attributes once a trace experiment is
7102running.
7103
7104Here are some examples of using the @code{trace} command:
7105
7106@smallexample
7107(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
7108
7109(@value{GDBP}) @b{trace +2} // 2 lines forward
7110
7111(@value{GDBP}) @b{trace my_function} // first source line of function
7112
7113(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7114
7115(@value{GDBP}) @b{trace *0x2117c4} // an address
7116@end smallexample
7117
7118@noindent
7119You can abbreviate @code{trace} as @code{tr}.
7120
7121@vindex $tpnum
7122@cindex last tracepoint number
7123@cindex recent tracepoint number
7124@cindex tracepoint number
7125The convenience variable @code{$tpnum} records the tracepoint number
7126of the most recently set tracepoint.
7127
7128@kindex delete tracepoint
7129@cindex tracepoint deletion
7130@item delete tracepoint @r{[}@var{num}@r{]}
7131Permanently delete one or more tracepoints. With no argument, the
7132default is to delete all tracepoints.
7133
7134Examples:
7135
7136@smallexample
7137(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7138
7139(@value{GDBP}) @b{delete trace} // remove all tracepoints
7140@end smallexample
7141
7142@noindent
7143You can abbreviate this command as @code{del tr}.
7144@end table
7145
7146@node Enable and Disable Tracepoints
7147@subsection Enable and Disable Tracepoints
7148
7149@table @code
7150@kindex disable tracepoint
7151@item disable tracepoint @r{[}@var{num}@r{]}
7152Disable tracepoint @var{num}, or all tracepoints if no argument
7153@var{num} is given. A disabled tracepoint will have no effect during
7154the next trace experiment, but it is not forgotten. You can re-enable
7155a disabled tracepoint using the @code{enable tracepoint} command.
7156
7157@kindex enable tracepoint
7158@item enable tracepoint @r{[}@var{num}@r{]}
7159Enable tracepoint @var{num}, or all tracepoints. The enabled
7160tracepoints will become effective the next time a trace experiment is
7161run.
7162@end table
7163
7164@node Tracepoint Passcounts
7165@subsection Tracepoint Passcounts
7166
7167@table @code
7168@kindex passcount
7169@cindex tracepoint pass count
7170@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7171Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7172automatically stop a trace experiment. If a tracepoint's passcount is
7173@var{n}, then the trace experiment will be automatically stopped on
7174the @var{n}'th time that tracepoint is hit. If the tracepoint number
7175@var{num} is not specified, the @code{passcount} command sets the
7176passcount of the most recently defined tracepoint. If no passcount is
7177given, the trace experiment will run until stopped explicitly by the
7178user.
7179
7180Examples:
7181
7182@smallexample
b383017d 7183(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 7184@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
7185
7186(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 7187@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
7188(@value{GDBP}) @b{trace foo}
7189(@value{GDBP}) @b{pass 3}
7190(@value{GDBP}) @b{trace bar}
7191(@value{GDBP}) @b{pass 2}
7192(@value{GDBP}) @b{trace baz}
7193(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
7194@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7195@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7196@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
7197@end smallexample
7198@end table
7199
7200@node Tracepoint Actions
7201@subsection Tracepoint Action Lists
7202
7203@table @code
7204@kindex actions
7205@cindex tracepoint actions
7206@item actions @r{[}@var{num}@r{]}
7207This command will prompt for a list of actions to be taken when the
7208tracepoint is hit. If the tracepoint number @var{num} is not
7209specified, this command sets the actions for the one that was most
7210recently defined (so that you can define a tracepoint and then say
7211@code{actions} without bothering about its number). You specify the
7212actions themselves on the following lines, one action at a time, and
7213terminate the actions list with a line containing just @code{end}. So
7214far, the only defined actions are @code{collect} and
7215@code{while-stepping}.
7216
7217@cindex remove actions from a tracepoint
7218To remove all actions from a tracepoint, type @samp{actions @var{num}}
7219and follow it immediately with @samp{end}.
7220
7221@smallexample
7222(@value{GDBP}) @b{collect @var{data}} // collect some data
7223
6826cf00 7224(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 7225
6826cf00 7226(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
7227@end smallexample
7228
7229In the following example, the action list begins with @code{collect}
7230commands indicating the things to be collected when the tracepoint is
7231hit. Then, in order to single-step and collect additional data
7232following the tracepoint, a @code{while-stepping} command is used,
7233followed by the list of things to be collected while stepping. The
7234@code{while-stepping} command is terminated by its own separate
7235@code{end} command. Lastly, the action list is terminated by an
7236@code{end} command.
7237
7238@smallexample
7239(@value{GDBP}) @b{trace foo}
7240(@value{GDBP}) @b{actions}
7241Enter actions for tracepoint 1, one per line:
7242> collect bar,baz
7243> collect $regs
7244> while-stepping 12
7245 > collect $fp, $sp
7246 > end
7247end
7248@end smallexample
7249
7250@kindex collect @r{(tracepoints)}
7251@item collect @var{expr1}, @var{expr2}, @dots{}
7252Collect values of the given expressions when the tracepoint is hit.
7253This command accepts a comma-separated list of any valid expressions.
7254In addition to global, static, or local variables, the following
7255special arguments are supported:
7256
7257@table @code
7258@item $regs
7259collect all registers
7260
7261@item $args
7262collect all function arguments
7263
7264@item $locals
7265collect all local variables.
7266@end table
7267
7268You can give several consecutive @code{collect} commands, each one
7269with a single argument, or one @code{collect} command with several
7270arguments separated by commas: the effect is the same.
7271
f5c37c66
EZ
7272The command @code{info scope} (@pxref{Symbols, info scope}) is
7273particularly useful for figuring out what data to collect.
7274
b37052ae
EZ
7275@kindex while-stepping @r{(tracepoints)}
7276@item while-stepping @var{n}
7277Perform @var{n} single-step traces after the tracepoint, collecting
7278new data at each step. The @code{while-stepping} command is
7279followed by the list of what to collect while stepping (followed by
7280its own @code{end} command):
7281
7282@smallexample
7283> while-stepping 12
7284 > collect $regs, myglobal
7285 > end
7286>
7287@end smallexample
7288
7289@noindent
7290You may abbreviate @code{while-stepping} as @code{ws} or
7291@code{stepping}.
7292@end table
7293
7294@node Listing Tracepoints
7295@subsection Listing Tracepoints
7296
7297@table @code
7298@kindex info tracepoints
09d4efe1 7299@kindex info tp
b37052ae
EZ
7300@cindex information about tracepoints
7301@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 7302Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 7303a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
7304defined so far. For each tracepoint, the following information is
7305shown:
7306
7307@itemize @bullet
7308@item
7309its number
7310@item
7311whether it is enabled or disabled
7312@item
7313its address
7314@item
7315its passcount as given by the @code{passcount @var{n}} command
7316@item
7317its step count as given by the @code{while-stepping @var{n}} command
7318@item
7319where in the source files is the tracepoint set
7320@item
7321its action list as given by the @code{actions} command
7322@end itemize
7323
7324@smallexample
7325(@value{GDBP}) @b{info trace}
7326Num Enb Address PassC StepC What
73271 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
73282 y 0x0020dc64 0 0 in g_test at g_test.c:1375
73293 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
7330(@value{GDBP})
7331@end smallexample
7332
7333@noindent
7334This command can be abbreviated @code{info tp}.
7335@end table
7336
7337@node Starting and Stopping Trace Experiment
7338@subsection Starting and Stopping Trace Experiment
7339
7340@table @code
7341@kindex tstart
7342@cindex start a new trace experiment
7343@cindex collected data discarded
7344@item tstart
7345This command takes no arguments. It starts the trace experiment, and
7346begins collecting data. This has the side effect of discarding all
7347the data collected in the trace buffer during the previous trace
7348experiment.
7349
7350@kindex tstop
7351@cindex stop a running trace experiment
7352@item tstop
7353This command takes no arguments. It ends the trace experiment, and
7354stops collecting data.
7355
68c71a2e 7356@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
7357automatically if any tracepoint's passcount is reached
7358(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7359
7360@kindex tstatus
7361@cindex status of trace data collection
7362@cindex trace experiment, status of
7363@item tstatus
7364This command displays the status of the current trace data
7365collection.
7366@end table
7367
7368Here is an example of the commands we described so far:
7369
7370@smallexample
7371(@value{GDBP}) @b{trace gdb_c_test}
7372(@value{GDBP}) @b{actions}
7373Enter actions for tracepoint #1, one per line.
7374> collect $regs,$locals,$args
7375> while-stepping 11
7376 > collect $regs
7377 > end
7378> end
7379(@value{GDBP}) @b{tstart}
7380 [time passes @dots{}]
7381(@value{GDBP}) @b{tstop}
7382@end smallexample
7383
7384
7385@node Analyze Collected Data
7386@section Using the collected data
7387
7388After the tracepoint experiment ends, you use @value{GDBN} commands
7389for examining the trace data. The basic idea is that each tracepoint
7390collects a trace @dfn{snapshot} every time it is hit and another
7391snapshot every time it single-steps. All these snapshots are
7392consecutively numbered from zero and go into a buffer, and you can
7393examine them later. The way you examine them is to @dfn{focus} on a
7394specific trace snapshot. When the remote stub is focused on a trace
7395snapshot, it will respond to all @value{GDBN} requests for memory and
7396registers by reading from the buffer which belongs to that snapshot,
7397rather than from @emph{real} memory or registers of the program being
7398debugged. This means that @strong{all} @value{GDBN} commands
7399(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7400behave as if we were currently debugging the program state as it was
7401when the tracepoint occurred. Any requests for data that are not in
7402the buffer will fail.
7403
7404@menu
7405* tfind:: How to select a trace snapshot
7406* tdump:: How to display all data for a snapshot
7407* save-tracepoints:: How to save tracepoints for a future run
7408@end menu
7409
7410@node tfind
7411@subsection @code{tfind @var{n}}
7412
7413@kindex tfind
7414@cindex select trace snapshot
7415@cindex find trace snapshot
7416The basic command for selecting a trace snapshot from the buffer is
7417@code{tfind @var{n}}, which finds trace snapshot number @var{n},
7418counting from zero. If no argument @var{n} is given, the next
7419snapshot is selected.
7420
7421Here are the various forms of using the @code{tfind} command.
7422
7423@table @code
7424@item tfind start
7425Find the first snapshot in the buffer. This is a synonym for
7426@code{tfind 0} (since 0 is the number of the first snapshot).
7427
7428@item tfind none
7429Stop debugging trace snapshots, resume @emph{live} debugging.
7430
7431@item tfind end
7432Same as @samp{tfind none}.
7433
7434@item tfind
7435No argument means find the next trace snapshot.
7436
7437@item tfind -
7438Find the previous trace snapshot before the current one. This permits
7439retracing earlier steps.
7440
7441@item tfind tracepoint @var{num}
7442Find the next snapshot associated with tracepoint @var{num}. Search
7443proceeds forward from the last examined trace snapshot. If no
7444argument @var{num} is given, it means find the next snapshot collected
7445for the same tracepoint as the current snapshot.
7446
7447@item tfind pc @var{addr}
7448Find the next snapshot associated with the value @var{addr} of the
7449program counter. Search proceeds forward from the last examined trace
7450snapshot. If no argument @var{addr} is given, it means find the next
7451snapshot with the same value of PC as the current snapshot.
7452
7453@item tfind outside @var{addr1}, @var{addr2}
7454Find the next snapshot whose PC is outside the given range of
7455addresses.
7456
7457@item tfind range @var{addr1}, @var{addr2}
7458Find the next snapshot whose PC is between @var{addr1} and
7459@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7460
7461@item tfind line @r{[}@var{file}:@r{]}@var{n}
7462Find the next snapshot associated with the source line @var{n}. If
7463the optional argument @var{file} is given, refer to line @var{n} in
7464that source file. Search proceeds forward from the last examined
7465trace snapshot. If no argument @var{n} is given, it means find the
7466next line other than the one currently being examined; thus saying
7467@code{tfind line} repeatedly can appear to have the same effect as
7468stepping from line to line in a @emph{live} debugging session.
7469@end table
7470
7471The default arguments for the @code{tfind} commands are specifically
7472designed to make it easy to scan through the trace buffer. For
7473instance, @code{tfind} with no argument selects the next trace
7474snapshot, and @code{tfind -} with no argument selects the previous
7475trace snapshot. So, by giving one @code{tfind} command, and then
7476simply hitting @key{RET} repeatedly you can examine all the trace
7477snapshots in order. Or, by saying @code{tfind -} and then hitting
7478@key{RET} repeatedly you can examine the snapshots in reverse order.
7479The @code{tfind line} command with no argument selects the snapshot
7480for the next source line executed. The @code{tfind pc} command with
7481no argument selects the next snapshot with the same program counter
7482(PC) as the current frame. The @code{tfind tracepoint} command with
7483no argument selects the next trace snapshot collected by the same
7484tracepoint as the current one.
7485
7486In addition to letting you scan through the trace buffer manually,
7487these commands make it easy to construct @value{GDBN} scripts that
7488scan through the trace buffer and print out whatever collected data
7489you are interested in. Thus, if we want to examine the PC, FP, and SP
7490registers from each trace frame in the buffer, we can say this:
7491
7492@smallexample
7493(@value{GDBP}) @b{tfind start}
7494(@value{GDBP}) @b{while ($trace_frame != -1)}
7495> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7496 $trace_frame, $pc, $sp, $fp
7497> tfind
7498> end
7499
7500Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7501Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7502Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7503Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7504Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7505Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7506Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7507Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7508Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7509Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7510Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7511@end smallexample
7512
7513Or, if we want to examine the variable @code{X} at each source line in
7514the buffer:
7515
7516@smallexample
7517(@value{GDBP}) @b{tfind start}
7518(@value{GDBP}) @b{while ($trace_frame != -1)}
7519> printf "Frame %d, X == %d\n", $trace_frame, X
7520> tfind line
7521> end
7522
7523Frame 0, X = 1
7524Frame 7, X = 2
7525Frame 13, X = 255
7526@end smallexample
7527
7528@node tdump
7529@subsection @code{tdump}
7530@kindex tdump
7531@cindex dump all data collected at tracepoint
7532@cindex tracepoint data, display
7533
7534This command takes no arguments. It prints all the data collected at
7535the current trace snapshot.
7536
7537@smallexample
7538(@value{GDBP}) @b{trace 444}
7539(@value{GDBP}) @b{actions}
7540Enter actions for tracepoint #2, one per line:
7541> collect $regs, $locals, $args, gdb_long_test
7542> end
7543
7544(@value{GDBP}) @b{tstart}
7545
7546(@value{GDBP}) @b{tfind line 444}
7547#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7548at gdb_test.c:444
7549444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7550
7551(@value{GDBP}) @b{tdump}
7552Data collected at tracepoint 2, trace frame 1:
7553d0 0xc4aa0085 -995491707
7554d1 0x18 24
7555d2 0x80 128
7556d3 0x33 51
7557d4 0x71aea3d 119204413
7558d5 0x22 34
7559d6 0xe0 224
7560d7 0x380035 3670069
7561a0 0x19e24a 1696330
7562a1 0x3000668 50333288
7563a2 0x100 256
7564a3 0x322000 3284992
7565a4 0x3000698 50333336
7566a5 0x1ad3cc 1758156
7567fp 0x30bf3c 0x30bf3c
7568sp 0x30bf34 0x30bf34
7569ps 0x0 0
7570pc 0x20b2c8 0x20b2c8
7571fpcontrol 0x0 0
7572fpstatus 0x0 0
7573fpiaddr 0x0 0
7574p = 0x20e5b4 "gdb-test"
7575p1 = (void *) 0x11
7576p2 = (void *) 0x22
7577p3 = (void *) 0x33
7578p4 = (void *) 0x44
7579p5 = (void *) 0x55
7580p6 = (void *) 0x66
7581gdb_long_test = 17 '\021'
7582
7583(@value{GDBP})
7584@end smallexample
7585
7586@node save-tracepoints
7587@subsection @code{save-tracepoints @var{filename}}
7588@kindex save-tracepoints
7589@cindex save tracepoints for future sessions
7590
7591This command saves all current tracepoint definitions together with
7592their actions and passcounts, into a file @file{@var{filename}}
7593suitable for use in a later debugging session. To read the saved
7594tracepoint definitions, use the @code{source} command (@pxref{Command
7595Files}).
7596
7597@node Tracepoint Variables
7598@section Convenience Variables for Tracepoints
7599@cindex tracepoint variables
7600@cindex convenience variables for tracepoints
7601
7602@table @code
7603@vindex $trace_frame
7604@item (int) $trace_frame
7605The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7606snapshot is selected.
7607
7608@vindex $tracepoint
7609@item (int) $tracepoint
7610The tracepoint for the current trace snapshot.
7611
7612@vindex $trace_line
7613@item (int) $trace_line
7614The line number for the current trace snapshot.
7615
7616@vindex $trace_file
7617@item (char []) $trace_file
7618The source file for the current trace snapshot.
7619
7620@vindex $trace_func
7621@item (char []) $trace_func
7622The name of the function containing @code{$tracepoint}.
7623@end table
7624
7625Note: @code{$trace_file} is not suitable for use in @code{printf},
7626use @code{output} instead.
7627
7628Here's a simple example of using these convenience variables for
7629stepping through all the trace snapshots and printing some of their
7630data.
7631
7632@smallexample
7633(@value{GDBP}) @b{tfind start}
7634
7635(@value{GDBP}) @b{while $trace_frame != -1}
7636> output $trace_file
7637> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7638> tfind
7639> end
7640@end smallexample
7641
df0cd8c5
JB
7642@node Overlays
7643@chapter Debugging Programs That Use Overlays
7644@cindex overlays
7645
7646If your program is too large to fit completely in your target system's
7647memory, you can sometimes use @dfn{overlays} to work around this
7648problem. @value{GDBN} provides some support for debugging programs that
7649use overlays.
7650
7651@menu
7652* How Overlays Work:: A general explanation of overlays.
7653* Overlay Commands:: Managing overlays in @value{GDBN}.
7654* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7655 mapped by asking the inferior.
7656* Overlay Sample Program:: A sample program using overlays.
7657@end menu
7658
7659@node How Overlays Work
7660@section How Overlays Work
7661@cindex mapped overlays
7662@cindex unmapped overlays
7663@cindex load address, overlay's
7664@cindex mapped address
7665@cindex overlay area
7666
7667Suppose you have a computer whose instruction address space is only 64
7668kilobytes long, but which has much more memory which can be accessed by
7669other means: special instructions, segment registers, or memory
7670management hardware, for example. Suppose further that you want to
7671adapt a program which is larger than 64 kilobytes to run on this system.
7672
7673One solution is to identify modules of your program which are relatively
7674independent, and need not call each other directly; call these modules
7675@dfn{overlays}. Separate the overlays from the main program, and place
7676their machine code in the larger memory. Place your main program in
7677instruction memory, but leave at least enough space there to hold the
7678largest overlay as well.
7679
7680Now, to call a function located in an overlay, you must first copy that
7681overlay's machine code from the large memory into the space set aside
7682for it in the instruction memory, and then jump to its entry point
7683there.
7684
c928edc0
AC
7685@c NB: In the below the mapped area's size is greater or equal to the
7686@c size of all overlays. This is intentional to remind the developer
7687@c that overlays don't necessarily need to be the same size.
7688
474c8240 7689@smallexample
df0cd8c5 7690@group
c928edc0
AC
7691 Data Instruction Larger
7692Address Space Address Space Address Space
7693+-----------+ +-----------+ +-----------+
7694| | | | | |
7695+-----------+ +-----------+ +-----------+<-- overlay 1
7696| program | | main | .----| overlay 1 | load address
7697| variables | | program | | +-----------+
7698| and heap | | | | | |
7699+-----------+ | | | +-----------+<-- overlay 2
7700| | +-----------+ | | | load address
7701+-----------+ | | | .-| overlay 2 |
7702 | | | | | |
7703 mapped --->+-----------+ | | +-----------+
7704 address | | | | | |
7705 | overlay | <-' | | |
7706 | area | <---' +-----------+<-- overlay 3
7707 | | <---. | | load address
7708 +-----------+ `--| overlay 3 |
7709 | | | |
7710 +-----------+ | |
7711 +-----------+
7712 | |
7713 +-----------+
7714
7715 @anchor{A code overlay}A code overlay
df0cd8c5 7716@end group
474c8240 7717@end smallexample
df0cd8c5 7718
c928edc0
AC
7719The diagram (@pxref{A code overlay}) shows a system with separate data
7720and instruction address spaces. To map an overlay, the program copies
7721its code from the larger address space to the instruction address space.
7722Since the overlays shown here all use the same mapped address, only one
7723may be mapped at a time. For a system with a single address space for
7724data and instructions, the diagram would be similar, except that the
7725program variables and heap would share an address space with the main
7726program and the overlay area.
df0cd8c5
JB
7727
7728An overlay loaded into instruction memory and ready for use is called a
7729@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7730instruction memory. An overlay not present (or only partially present)
7731in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7732is its address in the larger memory. The mapped address is also called
7733the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7734called the @dfn{load memory address}, or @dfn{LMA}.
7735
7736Unfortunately, overlays are not a completely transparent way to adapt a
7737program to limited instruction memory. They introduce a new set of
7738global constraints you must keep in mind as you design your program:
7739
7740@itemize @bullet
7741
7742@item
7743Before calling or returning to a function in an overlay, your program
7744must make sure that overlay is actually mapped. Otherwise, the call or
7745return will transfer control to the right address, but in the wrong
7746overlay, and your program will probably crash.
7747
7748@item
7749If the process of mapping an overlay is expensive on your system, you
7750will need to choose your overlays carefully to minimize their effect on
7751your program's performance.
7752
7753@item
7754The executable file you load onto your system must contain each
7755overlay's instructions, appearing at the overlay's load address, not its
7756mapped address. However, each overlay's instructions must be relocated
7757and its symbols defined as if the overlay were at its mapped address.
7758You can use GNU linker scripts to specify different load and relocation
7759addresses for pieces of your program; see @ref{Overlay Description,,,
7760ld.info, Using ld: the GNU linker}.
7761
7762@item
7763The procedure for loading executable files onto your system must be able
7764to load their contents into the larger address space as well as the
7765instruction and data spaces.
7766
7767@end itemize
7768
7769The overlay system described above is rather simple, and could be
7770improved in many ways:
7771
7772@itemize @bullet
7773
7774@item
7775If your system has suitable bank switch registers or memory management
7776hardware, you could use those facilities to make an overlay's load area
7777contents simply appear at their mapped address in instruction space.
7778This would probably be faster than copying the overlay to its mapped
7779area in the usual way.
7780
7781@item
7782If your overlays are small enough, you could set aside more than one
7783overlay area, and have more than one overlay mapped at a time.
7784
7785@item
7786You can use overlays to manage data, as well as instructions. In
7787general, data overlays are even less transparent to your design than
7788code overlays: whereas code overlays only require care when you call or
7789return to functions, data overlays require care every time you access
7790the data. Also, if you change the contents of a data overlay, you
7791must copy its contents back out to its load address before you can copy a
7792different data overlay into the same mapped area.
7793
7794@end itemize
7795
7796
7797@node Overlay Commands
7798@section Overlay Commands
7799
7800To use @value{GDBN}'s overlay support, each overlay in your program must
7801correspond to a separate section of the executable file. The section's
7802virtual memory address and load memory address must be the overlay's
7803mapped and load addresses. Identifying overlays with sections allows
7804@value{GDBN} to determine the appropriate address of a function or
7805variable, depending on whether the overlay is mapped or not.
7806
7807@value{GDBN}'s overlay commands all start with the word @code{overlay};
7808you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7809
7810@table @code
7811@item overlay off
4644b6e3 7812@kindex overlay
df0cd8c5
JB
7813Disable @value{GDBN}'s overlay support. When overlay support is
7814disabled, @value{GDBN} assumes that all functions and variables are
7815always present at their mapped addresses. By default, @value{GDBN}'s
7816overlay support is disabled.
7817
7818@item overlay manual
df0cd8c5
JB
7819@cindex manual overlay debugging
7820Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7821relies on you to tell it which overlays are mapped, and which are not,
7822using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7823commands described below.
7824
7825@item overlay map-overlay @var{overlay}
7826@itemx overlay map @var{overlay}
df0cd8c5
JB
7827@cindex map an overlay
7828Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7829be the name of the object file section containing the overlay. When an
7830overlay is mapped, @value{GDBN} assumes it can find the overlay's
7831functions and variables at their mapped addresses. @value{GDBN} assumes
7832that any other overlays whose mapped ranges overlap that of
7833@var{overlay} are now unmapped.
7834
7835@item overlay unmap-overlay @var{overlay}
7836@itemx overlay unmap @var{overlay}
df0cd8c5
JB
7837@cindex unmap an overlay
7838Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7839must be the name of the object file section containing the overlay.
7840When an overlay is unmapped, @value{GDBN} assumes it can find the
7841overlay's functions and variables at their load addresses.
7842
7843@item overlay auto
df0cd8c5
JB
7844Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7845consults a data structure the overlay manager maintains in the inferior
7846to see which overlays are mapped. For details, see @ref{Automatic
7847Overlay Debugging}.
7848
7849@item overlay load-target
7850@itemx overlay load
df0cd8c5
JB
7851@cindex reloading the overlay table
7852Re-read the overlay table from the inferior. Normally, @value{GDBN}
7853re-reads the table @value{GDBN} automatically each time the inferior
7854stops, so this command should only be necessary if you have changed the
7855overlay mapping yourself using @value{GDBN}. This command is only
7856useful when using automatic overlay debugging.
7857
7858@item overlay list-overlays
7859@itemx overlay list
7860@cindex listing mapped overlays
7861Display a list of the overlays currently mapped, along with their mapped
7862addresses, load addresses, and sizes.
7863
7864@end table
7865
7866Normally, when @value{GDBN} prints a code address, it includes the name
7867of the function the address falls in:
7868
474c8240 7869@smallexample
f7dc1244 7870(@value{GDBP}) print main
df0cd8c5 7871$3 = @{int ()@} 0x11a0 <main>
474c8240 7872@end smallexample
df0cd8c5
JB
7873@noindent
7874When overlay debugging is enabled, @value{GDBN} recognizes code in
7875unmapped overlays, and prints the names of unmapped functions with
7876asterisks around them. For example, if @code{foo} is a function in an
7877unmapped overlay, @value{GDBN} prints it this way:
7878
474c8240 7879@smallexample
f7dc1244 7880(@value{GDBP}) overlay list
df0cd8c5 7881No sections are mapped.
f7dc1244 7882(@value{GDBP}) print foo
df0cd8c5 7883$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7884@end smallexample
df0cd8c5
JB
7885@noindent
7886When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7887name normally:
7888
474c8240 7889@smallexample
f7dc1244 7890(@value{GDBP}) overlay list
b383017d 7891Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 7892 mapped at 0x1016 - 0x104a
f7dc1244 7893(@value{GDBP}) print foo
df0cd8c5 7894$6 = @{int (int)@} 0x1016 <foo>
474c8240 7895@end smallexample
df0cd8c5
JB
7896
7897When overlay debugging is enabled, @value{GDBN} can find the correct
7898address for functions and variables in an overlay, whether or not the
7899overlay is mapped. This allows most @value{GDBN} commands, like
7900@code{break} and @code{disassemble}, to work normally, even on unmapped
7901code. However, @value{GDBN}'s breakpoint support has some limitations:
7902
7903@itemize @bullet
7904@item
7905@cindex breakpoints in overlays
7906@cindex overlays, setting breakpoints in
7907You can set breakpoints in functions in unmapped overlays, as long as
7908@value{GDBN} can write to the overlay at its load address.
7909@item
7910@value{GDBN} can not set hardware or simulator-based breakpoints in
7911unmapped overlays. However, if you set a breakpoint at the end of your
7912overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7913you are using manual overlay management), @value{GDBN} will re-set its
7914breakpoints properly.
7915@end itemize
7916
7917
7918@node Automatic Overlay Debugging
7919@section Automatic Overlay Debugging
7920@cindex automatic overlay debugging
7921
7922@value{GDBN} can automatically track which overlays are mapped and which
7923are not, given some simple co-operation from the overlay manager in the
7924inferior. If you enable automatic overlay debugging with the
7925@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7926looks in the inferior's memory for certain variables describing the
7927current state of the overlays.
7928
7929Here are the variables your overlay manager must define to support
7930@value{GDBN}'s automatic overlay debugging:
7931
7932@table @asis
7933
7934@item @code{_ovly_table}:
7935This variable must be an array of the following structures:
7936
474c8240 7937@smallexample
df0cd8c5
JB
7938struct
7939@{
7940 /* The overlay's mapped address. */
7941 unsigned long vma;
7942
7943 /* The size of the overlay, in bytes. */
7944 unsigned long size;
7945
7946 /* The overlay's load address. */
7947 unsigned long lma;
7948
7949 /* Non-zero if the overlay is currently mapped;
7950 zero otherwise. */
7951 unsigned long mapped;
7952@}
474c8240 7953@end smallexample
df0cd8c5
JB
7954
7955@item @code{_novlys}:
7956This variable must be a four-byte signed integer, holding the total
7957number of elements in @code{_ovly_table}.
7958
7959@end table
7960
7961To decide whether a particular overlay is mapped or not, @value{GDBN}
7962looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7963@code{lma} members equal the VMA and LMA of the overlay's section in the
7964executable file. When @value{GDBN} finds a matching entry, it consults
7965the entry's @code{mapped} member to determine whether the overlay is
7966currently mapped.
7967
81d46470 7968In addition, your overlay manager may define a function called
def71bfa 7969@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7970will silently set a breakpoint there. If the overlay manager then
7971calls this function whenever it has changed the overlay table, this
7972will enable @value{GDBN} to accurately keep track of which overlays
7973are in program memory, and update any breakpoints that may be set
b383017d 7974in overlays. This will allow breakpoints to work even if the
81d46470
MS
7975overlays are kept in ROM or other non-writable memory while they
7976are not being executed.
df0cd8c5
JB
7977
7978@node Overlay Sample Program
7979@section Overlay Sample Program
7980@cindex overlay example program
7981
7982When linking a program which uses overlays, you must place the overlays
7983at their load addresses, while relocating them to run at their mapped
7984addresses. To do this, you must write a linker script (@pxref{Overlay
7985Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7986since linker scripts are specific to a particular host system, target
7987architecture, and target memory layout, this manual cannot provide
7988portable sample code demonstrating @value{GDBN}'s overlay support.
7989
7990However, the @value{GDBN} source distribution does contain an overlaid
7991program, with linker scripts for a few systems, as part of its test
7992suite. The program consists of the following files from
7993@file{gdb/testsuite/gdb.base}:
7994
7995@table @file
7996@item overlays.c
7997The main program file.
7998@item ovlymgr.c
7999A simple overlay manager, used by @file{overlays.c}.
8000@item foo.c
8001@itemx bar.c
8002@itemx baz.c
8003@itemx grbx.c
8004Overlay modules, loaded and used by @file{overlays.c}.
8005@item d10v.ld
8006@itemx m32r.ld
8007Linker scripts for linking the test program on the @code{d10v-elf}
8008and @code{m32r-elf} targets.
8009@end table
8010
8011You can build the test program using the @code{d10v-elf} GCC
8012cross-compiler like this:
8013
474c8240 8014@smallexample
df0cd8c5
JB
8015$ d10v-elf-gcc -g -c overlays.c
8016$ d10v-elf-gcc -g -c ovlymgr.c
8017$ d10v-elf-gcc -g -c foo.c
8018$ d10v-elf-gcc -g -c bar.c
8019$ d10v-elf-gcc -g -c baz.c
8020$ d10v-elf-gcc -g -c grbx.c
8021$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
8022 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 8023@end smallexample
df0cd8c5
JB
8024
8025The build process is identical for any other architecture, except that
8026you must substitute the appropriate compiler and linker script for the
8027target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
8028
8029
6d2ebf8b 8030@node Languages
c906108c
SS
8031@chapter Using @value{GDBN} with Different Languages
8032@cindex languages
8033
c906108c
SS
8034Although programming languages generally have common aspects, they are
8035rarely expressed in the same manner. For instance, in ANSI C,
8036dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
8037Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 8038represented (and displayed) differently. Hex numbers in C appear as
c906108c 8039@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
8040
8041@cindex working language
8042Language-specific information is built into @value{GDBN} for some languages,
8043allowing you to express operations like the above in your program's
8044native language, and allowing @value{GDBN} to output values in a manner
8045consistent with the syntax of your program's native language. The
8046language you use to build expressions is called the @dfn{working
8047language}.
8048
8049@menu
8050* Setting:: Switching between source languages
8051* Show:: Displaying the language
c906108c 8052* Checks:: Type and range checks
9c16f35a 8053* Supported languages:: Supported languages
4e562065 8054* Unsupported languages:: Unsupported languages
c906108c
SS
8055@end menu
8056
6d2ebf8b 8057@node Setting
c906108c
SS
8058@section Switching between source languages
8059
8060There are two ways to control the working language---either have @value{GDBN}
8061set it automatically, or select it manually yourself. You can use the
8062@code{set language} command for either purpose. On startup, @value{GDBN}
8063defaults to setting the language automatically. The working language is
8064used to determine how expressions you type are interpreted, how values
8065are printed, etc.
8066
8067In addition to the working language, every source file that
8068@value{GDBN} knows about has its own working language. For some object
8069file formats, the compiler might indicate which language a particular
8070source file is in. However, most of the time @value{GDBN} infers the
8071language from the name of the file. The language of a source file
b37052ae 8072controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 8073show each frame appropriately for its own language. There is no way to
d4f3574e
SS
8074set the language of a source file from within @value{GDBN}, but you can
8075set the language associated with a filename extension. @xref{Show, ,
8076Displaying the language}.
c906108c
SS
8077
8078This is most commonly a problem when you use a program, such
5d161b24 8079as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
8080another language. In that case, make the
8081program use @code{#line} directives in its C output; that way
8082@value{GDBN} will know the correct language of the source code of the original
8083program, and will display that source code, not the generated C code.
8084
8085@menu
8086* Filenames:: Filename extensions and languages.
8087* Manually:: Setting the working language manually
8088* Automatically:: Having @value{GDBN} infer the source language
8089@end menu
8090
6d2ebf8b 8091@node Filenames
c906108c
SS
8092@subsection List of filename extensions and languages
8093
8094If a source file name ends in one of the following extensions, then
8095@value{GDBN} infers that its language is the one indicated.
8096
8097@table @file
e07c999f
PH
8098@item .ada
8099@itemx .ads
8100@itemx .adb
8101@itemx .a
8102Ada source file.
c906108c
SS
8103
8104@item .c
8105C source file
8106
8107@item .C
8108@itemx .cc
8109@itemx .cp
8110@itemx .cpp
8111@itemx .cxx
8112@itemx .c++
b37052ae 8113C@t{++} source file
c906108c 8114
b37303ee
AF
8115@item .m
8116Objective-C source file
8117
c906108c
SS
8118@item .f
8119@itemx .F
8120Fortran source file
8121
c906108c
SS
8122@item .mod
8123Modula-2 source file
c906108c
SS
8124
8125@item .s
8126@itemx .S
8127Assembler source file. This actually behaves almost like C, but
8128@value{GDBN} does not skip over function prologues when stepping.
8129@end table
8130
8131In addition, you may set the language associated with a filename
8132extension. @xref{Show, , Displaying the language}.
8133
6d2ebf8b 8134@node Manually
c906108c
SS
8135@subsection Setting the working language
8136
8137If you allow @value{GDBN} to set the language automatically,
8138expressions are interpreted the same way in your debugging session and
8139your program.
8140
8141@kindex set language
8142If you wish, you may set the language manually. To do this, issue the
8143command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 8144a language, such as
c906108c 8145@code{c} or @code{modula-2}.
c906108c
SS
8146For a list of the supported languages, type @samp{set language}.
8147
c906108c
SS
8148Setting the language manually prevents @value{GDBN} from updating the working
8149language automatically. This can lead to confusion if you try
8150to debug a program when the working language is not the same as the
8151source language, when an expression is acceptable to both
8152languages---but means different things. For instance, if the current
8153source file were written in C, and @value{GDBN} was parsing Modula-2, a
8154command such as:
8155
474c8240 8156@smallexample
c906108c 8157print a = b + c
474c8240 8158@end smallexample
c906108c
SS
8159
8160@noindent
8161might not have the effect you intended. In C, this means to add
8162@code{b} and @code{c} and place the result in @code{a}. The result
8163printed would be the value of @code{a}. In Modula-2, this means to compare
8164@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 8165
6d2ebf8b 8166@node Automatically
c906108c
SS
8167@subsection Having @value{GDBN} infer the source language
8168
8169To have @value{GDBN} set the working language automatically, use
8170@samp{set language local} or @samp{set language auto}. @value{GDBN}
8171then infers the working language. That is, when your program stops in a
8172frame (usually by encountering a breakpoint), @value{GDBN} sets the
8173working language to the language recorded for the function in that
8174frame. If the language for a frame is unknown (that is, if the function
8175or block corresponding to the frame was defined in a source file that
8176does not have a recognized extension), the current working language is
8177not changed, and @value{GDBN} issues a warning.
8178
8179This may not seem necessary for most programs, which are written
8180entirely in one source language. However, program modules and libraries
8181written in one source language can be used by a main program written in
8182a different source language. Using @samp{set language auto} in this
8183case frees you from having to set the working language manually.
8184
6d2ebf8b 8185@node Show
c906108c 8186@section Displaying the language
c906108c
SS
8187
8188The following commands help you find out which language is the
8189working language, and also what language source files were written in.
8190
c906108c
SS
8191@table @code
8192@item show language
9c16f35a 8193@kindex show language
c906108c
SS
8194Display the current working language. This is the
8195language you can use with commands such as @code{print} to
8196build and compute expressions that may involve variables in your program.
8197
8198@item info frame
4644b6e3 8199@kindex info frame@r{, show the source language}
5d161b24 8200Display the source language for this frame. This language becomes the
c906108c 8201working language if you use an identifier from this frame.
5d161b24 8202@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
8203information listed here.
8204
8205@item info source
4644b6e3 8206@kindex info source@r{, show the source language}
c906108c 8207Display the source language of this source file.
5d161b24 8208@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
8209information listed here.
8210@end table
8211
8212In unusual circumstances, you may have source files with extensions
8213not in the standard list. You can then set the extension associated
8214with a language explicitly:
8215
c906108c 8216@table @code
09d4efe1 8217@item set extension-language @var{ext} @var{language}
9c16f35a 8218@kindex set extension-language
09d4efe1
EZ
8219Tell @value{GDBN} that source files with extension @var{ext} are to be
8220assumed as written in the source language @var{language}.
c906108c
SS
8221
8222@item info extensions
9c16f35a 8223@kindex info extensions
c906108c
SS
8224List all the filename extensions and the associated languages.
8225@end table
8226
6d2ebf8b 8227@node Checks
c906108c
SS
8228@section Type and range checking
8229
8230@quotation
8231@emph{Warning:} In this release, the @value{GDBN} commands for type and range
8232checking are included, but they do not yet have any effect. This
8233section documents the intended facilities.
8234@end quotation
8235@c FIXME remove warning when type/range code added
8236
8237Some languages are designed to guard you against making seemingly common
8238errors through a series of compile- and run-time checks. These include
8239checking the type of arguments to functions and operators, and making
8240sure mathematical overflows are caught at run time. Checks such as
8241these help to ensure a program's correctness once it has been compiled
8242by eliminating type mismatches, and providing active checks for range
8243errors when your program is running.
8244
8245@value{GDBN} can check for conditions like the above if you wish.
9c16f35a
EZ
8246Although @value{GDBN} does not check the statements in your program,
8247it can check expressions entered directly into @value{GDBN} for
8248evaluation via the @code{print} command, for example. As with the
8249working language, @value{GDBN} can also decide whether or not to check
8250automatically based on your program's source language.
8251@xref{Supported languages, ,Supported languages}, for the default
8252settings of supported languages.
c906108c
SS
8253
8254@menu
8255* Type Checking:: An overview of type checking
8256* Range Checking:: An overview of range checking
8257@end menu
8258
8259@cindex type checking
8260@cindex checks, type
6d2ebf8b 8261@node Type Checking
c906108c
SS
8262@subsection An overview of type checking
8263
8264Some languages, such as Modula-2, are strongly typed, meaning that the
8265arguments to operators and functions have to be of the correct type,
8266otherwise an error occurs. These checks prevent type mismatch
8267errors from ever causing any run-time problems. For example,
8268
8269@smallexample
82701 + 2 @result{} 3
8271@exdent but
8272@error{} 1 + 2.3
8273@end smallexample
8274
8275The second example fails because the @code{CARDINAL} 1 is not
8276type-compatible with the @code{REAL} 2.3.
8277
5d161b24
DB
8278For the expressions you use in @value{GDBN} commands, you can tell the
8279@value{GDBN} type checker to skip checking;
8280to treat any mismatches as errors and abandon the expression;
8281or to only issue warnings when type mismatches occur,
c906108c
SS
8282but evaluate the expression anyway. When you choose the last of
8283these, @value{GDBN} evaluates expressions like the second example above, but
8284also issues a warning.
8285
5d161b24
DB
8286Even if you turn type checking off, there may be other reasons
8287related to type that prevent @value{GDBN} from evaluating an expression.
8288For instance, @value{GDBN} does not know how to add an @code{int} and
8289a @code{struct foo}. These particular type errors have nothing to do
8290with the language in use, and usually arise from expressions, such as
c906108c
SS
8291the one described above, which make little sense to evaluate anyway.
8292
8293Each language defines to what degree it is strict about type. For
8294instance, both Modula-2 and C require the arguments to arithmetical
8295operators to be numbers. In C, enumerated types and pointers can be
8296represented as numbers, so that they are valid arguments to mathematical
9c16f35a 8297operators. @xref{Supported languages, ,Supported languages}, for further
c906108c
SS
8298details on specific languages.
8299
8300@value{GDBN} provides some additional commands for controlling the type checker:
8301
c906108c
SS
8302@kindex set check type
8303@kindex show check type
8304@table @code
8305@item set check type auto
8306Set type checking on or off based on the current working language.
9c16f35a 8307@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8308each language.
8309
8310@item set check type on
8311@itemx set check type off
8312Set type checking on or off, overriding the default setting for the
8313current working language. Issue a warning if the setting does not
8314match the language default. If any type mismatches occur in
d4f3574e 8315evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
8316message and aborts evaluation of the expression.
8317
8318@item set check type warn
8319Cause the type checker to issue warnings, but to always attempt to
8320evaluate the expression. Evaluating the expression may still
8321be impossible for other reasons. For example, @value{GDBN} cannot add
8322numbers and structures.
8323
8324@item show type
5d161b24 8325Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
8326is setting it automatically.
8327@end table
8328
8329@cindex range checking
8330@cindex checks, range
6d2ebf8b 8331@node Range Checking
c906108c
SS
8332@subsection An overview of range checking
8333
8334In some languages (such as Modula-2), it is an error to exceed the
8335bounds of a type; this is enforced with run-time checks. Such range
8336checking is meant to ensure program correctness by making sure
8337computations do not overflow, or indices on an array element access do
8338not exceed the bounds of the array.
8339
8340For expressions you use in @value{GDBN} commands, you can tell
8341@value{GDBN} to treat range errors in one of three ways: ignore them,
8342always treat them as errors and abandon the expression, or issue
8343warnings but evaluate the expression anyway.
8344
8345A range error can result from numerical overflow, from exceeding an
8346array index bound, or when you type a constant that is not a member
8347of any type. Some languages, however, do not treat overflows as an
8348error. In many implementations of C, mathematical overflow causes the
8349result to ``wrap around'' to lower values---for example, if @var{m} is
8350the largest integer value, and @var{s} is the smallest, then
8351
474c8240 8352@smallexample
c906108c 8353@var{m} + 1 @result{} @var{s}
474c8240 8354@end smallexample
c906108c
SS
8355
8356This, too, is specific to individual languages, and in some cases
9c16f35a 8357specific to individual compilers or machines. @xref{Supported languages, ,
c906108c
SS
8358Supported languages}, for further details on specific languages.
8359
8360@value{GDBN} provides some additional commands for controlling the range checker:
8361
c906108c
SS
8362@kindex set check range
8363@kindex show check range
8364@table @code
8365@item set check range auto
8366Set range checking on or off based on the current working language.
9c16f35a 8367@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8368each language.
8369
8370@item set check range on
8371@itemx set check range off
8372Set range checking on or off, overriding the default setting for the
8373current working language. A warning is issued if the setting does not
c3f6f71d
JM
8374match the language default. If a range error occurs and range checking is on,
8375then a message is printed and evaluation of the expression is aborted.
c906108c
SS
8376
8377@item set check range warn
8378Output messages when the @value{GDBN} range checker detects a range error,
8379but attempt to evaluate the expression anyway. Evaluating the
8380expression may still be impossible for other reasons, such as accessing
8381memory that the process does not own (a typical example from many Unix
8382systems).
8383
8384@item show range
8385Show the current setting of the range checker, and whether or not it is
8386being set automatically by @value{GDBN}.
8387@end table
c906108c 8388
9c16f35a 8389@node Supported languages
c906108c 8390@section Supported languages
c906108c 8391
9c16f35a
EZ
8392@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8393assembly, Modula-2, and Ada.
cce74817 8394@c This is false ...
c906108c
SS
8395Some @value{GDBN} features may be used in expressions regardless of the
8396language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8397and the @samp{@{type@}addr} construct (@pxref{Expressions,
8398,Expressions}) can be used with the constructs of any supported
8399language.
8400
8401The following sections detail to what degree each source language is
8402supported by @value{GDBN}. These sections are not meant to be language
8403tutorials or references, but serve only as a reference guide to what the
8404@value{GDBN} expression parser accepts, and what input and output
8405formats should look like for different languages. There are many good
8406books written on each of these languages; please look to these for a
8407language reference or tutorial.
8408
c906108c 8409@menu
b37303ee 8410* C:: C and C@t{++}
b383017d 8411* Objective-C:: Objective-C
09d4efe1 8412* Fortran:: Fortran
9c16f35a 8413* Pascal:: Pascal
b37303ee 8414* Modula-2:: Modula-2
e07c999f 8415* Ada:: Ada
c906108c
SS
8416@end menu
8417
6d2ebf8b 8418@node C
b37052ae 8419@subsection C and C@t{++}
7a292a7a 8420
b37052ae
EZ
8421@cindex C and C@t{++}
8422@cindex expressions in C or C@t{++}
c906108c 8423
b37052ae 8424Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
8425to both languages. Whenever this is the case, we discuss those languages
8426together.
8427
41afff9a
EZ
8428@cindex C@t{++}
8429@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8430@cindex @sc{gnu} C@t{++}
8431The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8432compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8433effectively, you must compile your C@t{++} programs with a supported
8434C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8435compiler (@code{aCC}).
8436
0179ffac
DC
8437For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8438format; if it doesn't work on your system, try the stabs+ debugging
8439format. You can select those formats explicitly with the @code{g++}
8440command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8441@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8442CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8443
c906108c 8444@menu
b37052ae
EZ
8445* C Operators:: C and C@t{++} operators
8446* C Constants:: C and C@t{++} constants
8447* C plus plus expressions:: C@t{++} expressions
8448* C Defaults:: Default settings for C and C@t{++}
8449* C Checks:: C and C@t{++} type and range checks
c906108c 8450* Debugging C:: @value{GDBN} and C
b37052ae 8451* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8452@end menu
c906108c 8453
6d2ebf8b 8454@node C Operators
b37052ae 8455@subsubsection C and C@t{++} operators
7a292a7a 8456
b37052ae 8457@cindex C and C@t{++} operators
c906108c
SS
8458
8459Operators must be defined on values of specific types. For instance,
8460@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8461often defined on groups of types.
c906108c 8462
b37052ae 8463For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8464
8465@itemize @bullet
53a5351d 8466
c906108c 8467@item
c906108c 8468@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8469specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8470
8471@item
d4f3574e
SS
8472@emph{Floating-point types} include @code{float}, @code{double}, and
8473@code{long double} (if supported by the target platform).
c906108c
SS
8474
8475@item
53a5351d 8476@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8477
8478@item
8479@emph{Scalar types} include all of the above.
53a5351d 8480
c906108c
SS
8481@end itemize
8482
8483@noindent
8484The following operators are supported. They are listed here
8485in order of increasing precedence:
8486
8487@table @code
8488@item ,
8489The comma or sequencing operator. Expressions in a comma-separated list
8490are evaluated from left to right, with the result of the entire
8491expression being the last expression evaluated.
8492
8493@item =
8494Assignment. The value of an assignment expression is the value
8495assigned. Defined on scalar types.
8496
8497@item @var{op}=
8498Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8499and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8500@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8501@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8502@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8503
8504@item ?:
8505The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8506of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8507integral type.
8508
8509@item ||
8510Logical @sc{or}. Defined on integral types.
8511
8512@item &&
8513Logical @sc{and}. Defined on integral types.
8514
8515@item |
8516Bitwise @sc{or}. Defined on integral types.
8517
8518@item ^
8519Bitwise exclusive-@sc{or}. Defined on integral types.
8520
8521@item &
8522Bitwise @sc{and}. Defined on integral types.
8523
8524@item ==@r{, }!=
8525Equality and inequality. Defined on scalar types. The value of these
8526expressions is 0 for false and non-zero for true.
8527
8528@item <@r{, }>@r{, }<=@r{, }>=
8529Less than, greater than, less than or equal, greater than or equal.
8530Defined on scalar types. The value of these expressions is 0 for false
8531and non-zero for true.
8532
8533@item <<@r{, }>>
8534left shift, and right shift. Defined on integral types.
8535
8536@item @@
8537The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8538
8539@item +@r{, }-
8540Addition and subtraction. Defined on integral types, floating-point types and
8541pointer types.
8542
8543@item *@r{, }/@r{, }%
8544Multiplication, division, and modulus. Multiplication and division are
8545defined on integral and floating-point types. Modulus is defined on
8546integral types.
8547
8548@item ++@r{, }--
8549Increment and decrement. When appearing before a variable, the
8550operation is performed before the variable is used in an expression;
8551when appearing after it, the variable's value is used before the
8552operation takes place.
8553
8554@item *
8555Pointer dereferencing. Defined on pointer types. Same precedence as
8556@code{++}.
8557
8558@item &
8559Address operator. Defined on variables. Same precedence as @code{++}.
8560
b37052ae
EZ
8561For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8562allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8563(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8564where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8565stored.
c906108c
SS
8566
8567@item -
8568Negative. Defined on integral and floating-point types. Same
8569precedence as @code{++}.
8570
8571@item !
8572Logical negation. Defined on integral types. Same precedence as
8573@code{++}.
8574
8575@item ~
8576Bitwise complement operator. Defined on integral types. Same precedence as
8577@code{++}.
8578
8579
8580@item .@r{, }->
8581Structure member, and pointer-to-structure member. For convenience,
8582@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8583pointer based on the stored type information.
8584Defined on @code{struct} and @code{union} data.
8585
c906108c
SS
8586@item .*@r{, }->*
8587Dereferences of pointers to members.
c906108c
SS
8588
8589@item []
8590Array indexing. @code{@var{a}[@var{i}]} is defined as
8591@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8592
8593@item ()
8594Function parameter list. Same precedence as @code{->}.
8595
c906108c 8596@item ::
b37052ae 8597C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8598and @code{class} types.
c906108c
SS
8599
8600@item ::
7a292a7a
SS
8601Doubled colons also represent the @value{GDBN} scope operator
8602(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8603above.
c906108c
SS
8604@end table
8605
c906108c
SS
8606If an operator is redefined in the user code, @value{GDBN} usually
8607attempts to invoke the redefined version instead of using the operator's
8608predefined meaning.
c906108c 8609
c906108c 8610@menu
5d161b24 8611* C Constants::
c906108c
SS
8612@end menu
8613
6d2ebf8b 8614@node C Constants
b37052ae 8615@subsubsection C and C@t{++} constants
c906108c 8616
b37052ae 8617@cindex C and C@t{++} constants
c906108c 8618
b37052ae 8619@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8620following ways:
c906108c
SS
8621
8622@itemize @bullet
8623@item
8624Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8625specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8626by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8627@samp{l}, specifying that the constant should be treated as a
8628@code{long} value.
8629
8630@item
8631Floating point constants are a sequence of digits, followed by a decimal
8632point, followed by a sequence of digits, and optionally followed by an
8633exponent. An exponent is of the form:
8634@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8635sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8636A floating-point constant may also end with a letter @samp{f} or
8637@samp{F}, specifying that the constant should be treated as being of
8638the @code{float} (as opposed to the default @code{double}) type; or with
8639a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8640constant.
c906108c
SS
8641
8642@item
8643Enumerated constants consist of enumerated identifiers, or their
8644integral equivalents.
8645
8646@item
8647Character constants are a single character surrounded by single quotes
8648(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8649(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8650be represented by a letter or by @dfn{escape sequences}, which are of
8651the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8652of the character's ordinal value; or of the form @samp{\@var{x}}, where
8653@samp{@var{x}} is a predefined special character---for example,
8654@samp{\n} for newline.
8655
8656@item
96a2c332
SS
8657String constants are a sequence of character constants surrounded by
8658double quotes (@code{"}). Any valid character constant (as described
8659above) may appear. Double quotes within the string must be preceded by
8660a backslash, so for instance @samp{"a\"b'c"} is a string of five
8661characters.
c906108c
SS
8662
8663@item
8664Pointer constants are an integral value. You can also write pointers
8665to constants using the C operator @samp{&}.
8666
8667@item
8668Array constants are comma-separated lists surrounded by braces @samp{@{}
8669and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8670integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8671and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8672@end itemize
8673
c906108c 8674@menu
5d161b24
DB
8675* C plus plus expressions::
8676* C Defaults::
8677* C Checks::
c906108c 8678
5d161b24 8679* Debugging C::
c906108c
SS
8680@end menu
8681
6d2ebf8b 8682@node C plus plus expressions
b37052ae
EZ
8683@subsubsection C@t{++} expressions
8684
8685@cindex expressions in C@t{++}
8686@value{GDBN} expression handling can interpret most C@t{++} expressions.
8687
0179ffac
DC
8688@cindex debugging C@t{++} programs
8689@cindex C@t{++} compilers
8690@cindex debug formats and C@t{++}
8691@cindex @value{NGCC} and C@t{++}
c906108c 8692@quotation
b37052ae 8693@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8694proper compiler and the proper debug format. Currently, @value{GDBN}
8695works best when debugging C@t{++} code that is compiled with
8696@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8697@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8698stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8699stabs+ as their default debug format, so you usually don't need to
8700specify a debug format explicitly. Other compilers and/or debug formats
8701are likely to work badly or not at all when using @value{GDBN} to debug
8702C@t{++} code.
c906108c 8703@end quotation
c906108c
SS
8704
8705@enumerate
8706
8707@cindex member functions
8708@item
8709Member function calls are allowed; you can use expressions like
8710
474c8240 8711@smallexample
c906108c 8712count = aml->GetOriginal(x, y)
474c8240 8713@end smallexample
c906108c 8714
41afff9a 8715@vindex this@r{, inside C@t{++} member functions}
b37052ae 8716@cindex namespace in C@t{++}
c906108c
SS
8717@item
8718While a member function is active (in the selected stack frame), your
8719expressions have the same namespace available as the member function;
8720that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8721pointer @code{this} following the same rules as C@t{++}.
c906108c 8722
c906108c 8723@cindex call overloaded functions
d4f3574e 8724@cindex overloaded functions, calling
b37052ae 8725@cindex type conversions in C@t{++}
c906108c
SS
8726@item
8727You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8728call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8729perform overload resolution involving user-defined type conversions,
8730calls to constructors, or instantiations of templates that do not exist
8731in the program. It also cannot handle ellipsis argument lists or
8732default arguments.
8733
8734It does perform integral conversions and promotions, floating-point
8735promotions, arithmetic conversions, pointer conversions, conversions of
8736class objects to base classes, and standard conversions such as those of
8737functions or arrays to pointers; it requires an exact match on the
8738number of function arguments.
8739
8740Overload resolution is always performed, unless you have specified
8741@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8742,@value{GDBN} features for C@t{++}}.
c906108c 8743
d4f3574e 8744You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8745explicit function signature to call an overloaded function, as in
8746@smallexample
8747p 'foo(char,int)'('x', 13)
8748@end smallexample
d4f3574e 8749
c906108c 8750The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8751see @ref{Completion, ,Command completion}.
c906108c 8752
c906108c
SS
8753@cindex reference declarations
8754@item
b37052ae
EZ
8755@value{GDBN} understands variables declared as C@t{++} references; you can use
8756them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8757dereferenced.
8758
8759In the parameter list shown when @value{GDBN} displays a frame, the values of
8760reference variables are not displayed (unlike other variables); this
8761avoids clutter, since references are often used for large structures.
8762The @emph{address} of a reference variable is always shown, unless
8763you have specified @samp{set print address off}.
8764
8765@item
b37052ae 8766@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8767expressions can use it just as expressions in your program do. Since
8768one scope may be defined in another, you can use @code{::} repeatedly if
8769necessary, for example in an expression like
8770@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8771resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8772debugging (@pxref{Variables, ,Program variables}).
8773@end enumerate
8774
b37052ae 8775In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8776calling virtual functions correctly, printing out virtual bases of
8777objects, calling functions in a base subobject, casting objects, and
8778invoking user-defined operators.
c906108c 8779
6d2ebf8b 8780@node C Defaults
b37052ae 8781@subsubsection C and C@t{++} defaults
7a292a7a 8782
b37052ae 8783@cindex C and C@t{++} defaults
c906108c 8784
c906108c
SS
8785If you allow @value{GDBN} to set type and range checking automatically, they
8786both default to @code{off} whenever the working language changes to
b37052ae 8787C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8788selects the working language.
c906108c
SS
8789
8790If you allow @value{GDBN} to set the language automatically, it
8791recognizes source files whose names end with @file{.c}, @file{.C}, or
8792@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8793these files, it sets the working language to C or C@t{++}.
c906108c
SS
8794@xref{Automatically, ,Having @value{GDBN} infer the source language},
8795for further details.
8796
c906108c
SS
8797@c Type checking is (a) primarily motivated by Modula-2, and (b)
8798@c unimplemented. If (b) changes, it might make sense to let this node
8799@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8800
6d2ebf8b 8801@node C Checks
b37052ae 8802@subsubsection C and C@t{++} type and range checks
7a292a7a 8803
b37052ae 8804@cindex C and C@t{++} checks
c906108c 8805
b37052ae 8806By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8807is not used. However, if you turn type checking on, @value{GDBN}
8808considers two variables type equivalent if:
8809
8810@itemize @bullet
8811@item
8812The two variables are structured and have the same structure, union, or
8813enumerated tag.
8814
8815@item
8816The two variables have the same type name, or types that have been
8817declared equivalent through @code{typedef}.
8818
8819@ignore
8820@c leaving this out because neither J Gilmore nor R Pesch understand it.
8821@c FIXME--beers?
8822@item
8823The two @code{struct}, @code{union}, or @code{enum} variables are
8824declared in the same declaration. (Note: this may not be true for all C
8825compilers.)
8826@end ignore
8827@end itemize
8828
8829Range checking, if turned on, is done on mathematical operations. Array
8830indices are not checked, since they are often used to index a pointer
8831that is not itself an array.
c906108c 8832
6d2ebf8b 8833@node Debugging C
c906108c 8834@subsubsection @value{GDBN} and C
c906108c
SS
8835
8836The @code{set print union} and @code{show print union} commands apply to
8837the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8838inside a @code{struct} or @code{class} is also printed. Otherwise, it
8839appears as @samp{@{...@}}.
c906108c
SS
8840
8841The @code{@@} operator aids in the debugging of dynamic arrays, formed
8842with pointers and a memory allocation function. @xref{Expressions,
8843,Expressions}.
8844
c906108c 8845@menu
5d161b24 8846* Debugging C plus plus::
c906108c
SS
8847@end menu
8848
6d2ebf8b 8849@node Debugging C plus plus
b37052ae 8850@subsubsection @value{GDBN} features for C@t{++}
c906108c 8851
b37052ae 8852@cindex commands for C@t{++}
7a292a7a 8853
b37052ae
EZ
8854Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8855designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8856
8857@table @code
8858@cindex break in overloaded functions
8859@item @r{breakpoint menus}
8860When you want a breakpoint in a function whose name is overloaded,
8861@value{GDBN} breakpoint menus help you specify which function definition
8862you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8863
b37052ae 8864@cindex overloading in C@t{++}
c906108c
SS
8865@item rbreak @var{regex}
8866Setting breakpoints using regular expressions is helpful for setting
8867breakpoints on overloaded functions that are not members of any special
8868classes.
8869@xref{Set Breaks, ,Setting breakpoints}.
8870
b37052ae 8871@cindex C@t{++} exception handling
c906108c
SS
8872@item catch throw
8873@itemx catch catch
b37052ae 8874Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8875Catchpoints, , Setting catchpoints}.
8876
8877@cindex inheritance
8878@item ptype @var{typename}
8879Print inheritance relationships as well as other information for type
8880@var{typename}.
8881@xref{Symbols, ,Examining the Symbol Table}.
8882
b37052ae 8883@cindex C@t{++} symbol display
c906108c
SS
8884@item set print demangle
8885@itemx show print demangle
8886@itemx set print asm-demangle
8887@itemx show print asm-demangle
b37052ae
EZ
8888Control whether C@t{++} symbols display in their source form, both when
8889displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8890@xref{Print Settings, ,Print settings}.
8891
8892@item set print object
8893@itemx show print object
8894Choose whether to print derived (actual) or declared types of objects.
8895@xref{Print Settings, ,Print settings}.
8896
8897@item set print vtbl
8898@itemx show print vtbl
8899Control the format for printing virtual function tables.
8900@xref{Print Settings, ,Print settings}.
c906108c 8901(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8902ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8903
8904@kindex set overload-resolution
d4f3574e 8905@cindex overloaded functions, overload resolution
c906108c 8906@item set overload-resolution on
b37052ae 8907Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8908is on. For overloaded functions, @value{GDBN} evaluates the arguments
8909and searches for a function whose signature matches the argument types,
b37052ae 8910using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8911expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8912message.
8913
8914@item set overload-resolution off
b37052ae 8915Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8916overloaded functions that are not class member functions, @value{GDBN}
8917chooses the first function of the specified name that it finds in the
8918symbol table, whether or not its arguments are of the correct type. For
8919overloaded functions that are class member functions, @value{GDBN}
8920searches for a function whose signature @emph{exactly} matches the
8921argument types.
c906108c 8922
9c16f35a
EZ
8923@kindex show overload-resolution
8924@item show overload-resolution
8925Show the current setting of overload resolution.
8926
c906108c
SS
8927@item @r{Overloaded symbol names}
8928You can specify a particular definition of an overloaded symbol, using
b37052ae 8929the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8930@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8931also use the @value{GDBN} command-line word completion facilities to list the
8932available choices, or to finish the type list for you.
8933@xref{Completion,, Command completion}, for details on how to do this.
8934@end table
c906108c 8935
b37303ee
AF
8936@node Objective-C
8937@subsection Objective-C
8938
8939@cindex Objective-C
8940This section provides information about some commands and command
721c2651
EZ
8941options that are useful for debugging Objective-C code. See also
8942@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8943few more commands specific to Objective-C support.
b37303ee
AF
8944
8945@menu
b383017d
RM
8946* Method Names in Commands::
8947* The Print Command with Objective-C::
b37303ee
AF
8948@end menu
8949
8950@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8951@subsubsection Method Names in Commands
8952
8953The following commands have been extended to accept Objective-C method
8954names as line specifications:
8955
8956@kindex clear@r{, and Objective-C}
8957@kindex break@r{, and Objective-C}
8958@kindex info line@r{, and Objective-C}
8959@kindex jump@r{, and Objective-C}
8960@kindex list@r{, and Objective-C}
8961@itemize
8962@item @code{clear}
8963@item @code{break}
8964@item @code{info line}
8965@item @code{jump}
8966@item @code{list}
8967@end itemize
8968
8969A fully qualified Objective-C method name is specified as
8970
8971@smallexample
8972-[@var{Class} @var{methodName}]
8973@end smallexample
8974
c552b3bb
JM
8975where the minus sign is used to indicate an instance method and a
8976plus sign (not shown) is used to indicate a class method. The class
8977name @var{Class} and method name @var{methodName} are enclosed in
8978brackets, similar to the way messages are specified in Objective-C
8979source code. For example, to set a breakpoint at the @code{create}
8980instance method of class @code{Fruit} in the program currently being
8981debugged, enter:
b37303ee
AF
8982
8983@smallexample
8984break -[Fruit create]
8985@end smallexample
8986
8987To list ten program lines around the @code{initialize} class method,
8988enter:
8989
8990@smallexample
8991list +[NSText initialize]
8992@end smallexample
8993
c552b3bb
JM
8994In the current version of @value{GDBN}, the plus or minus sign is
8995required. In future versions of @value{GDBN}, the plus or minus
8996sign will be optional, but you can use it to narrow the search. It
8997is also possible to specify just a method name:
b37303ee
AF
8998
8999@smallexample
9000break create
9001@end smallexample
9002
9003You must specify the complete method name, including any colons. If
9004your program's source files contain more than one @code{create} method,
9005you'll be presented with a numbered list of classes that implement that
9006method. Indicate your choice by number, or type @samp{0} to exit if
9007none apply.
9008
9009As another example, to clear a breakpoint established at the
9010@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
9011
9012@smallexample
9013clear -[NSWindow makeKeyAndOrderFront:]
9014@end smallexample
9015
9016@node The Print Command with Objective-C
9017@subsubsection The Print Command With Objective-C
721c2651 9018@cindex Objective-C, print objects
c552b3bb
JM
9019@kindex print-object
9020@kindex po @r{(@code{print-object})}
b37303ee 9021
c552b3bb 9022The print command has also been extended to accept methods. For example:
b37303ee
AF
9023
9024@smallexample
c552b3bb 9025print -[@var{object} hash]
b37303ee
AF
9026@end smallexample
9027
9028@cindex print an Objective-C object description
c552b3bb
JM
9029@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
9030@noindent
9031will tell @value{GDBN} to send the @code{hash} message to @var{object}
9032and print the result. Also, an additional command has been added,
9033@code{print-object} or @code{po} for short, which is meant to print
9034the description of an object. However, this command may only work
9035with certain Objective-C libraries that have a particular hook
9036function, @code{_NSPrintForDebugger}, defined.
b37303ee 9037
09d4efe1
EZ
9038@node Fortran
9039@subsection Fortran
9040@cindex Fortran-specific support in @value{GDBN}
9041
9042@table @code
9043@cindex @code{COMMON} blocks, Fortran
9044@kindex info common
9045@item info common @r{[}@var{common-name}@r{]}
9046This command prints the values contained in the Fortran @code{COMMON}
9047block whose name is @var{common-name}. With no argument, the names of
9048all @code{COMMON} blocks visible at current program location are
9049printed.
9050@end table
9051
a8f24a35
EZ
9052Fortran symbols are usually case-insensitive, so @value{GDBN} by
9053default uses case-insensitive matches for Fortran symbols. You can
9054change that with the @samp{set case-insensitive} command, see
9055@ref{Symbols}, for the details.
9056
9c16f35a
EZ
9057@node Pascal
9058@subsection Pascal
9059
9060@cindex Pascal support in @value{GDBN}, limitations
9061Debugging Pascal programs which use sets, subranges, file variables, or
9062nested functions does not currently work. @value{GDBN} does not support
9063entering expressions, printing values, or similar features using Pascal
9064syntax.
9065
9066The Pascal-specific command @code{set print pascal_static-members}
9067controls whether static members of Pascal objects are displayed.
9068@xref{Print Settings, pascal_static-members}.
9069
09d4efe1 9070@node Modula-2
c906108c 9071@subsection Modula-2
7a292a7a 9072
d4f3574e 9073@cindex Modula-2, @value{GDBN} support
c906108c
SS
9074
9075The extensions made to @value{GDBN} to support Modula-2 only support
9076output from the @sc{gnu} Modula-2 compiler (which is currently being
9077developed). Other Modula-2 compilers are not currently supported, and
9078attempting to debug executables produced by them is most likely
9079to give an error as @value{GDBN} reads in the executable's symbol
9080table.
9081
9082@cindex expressions in Modula-2
9083@menu
9084* M2 Operators:: Built-in operators
9085* Built-In Func/Proc:: Built-in functions and procedures
9086* M2 Constants:: Modula-2 constants
9087* M2 Defaults:: Default settings for Modula-2
9088* Deviations:: Deviations from standard Modula-2
9089* M2 Checks:: Modula-2 type and range checks
9090* M2 Scope:: The scope operators @code{::} and @code{.}
9091* GDB/M2:: @value{GDBN} and Modula-2
9092@end menu
9093
6d2ebf8b 9094@node M2 Operators
c906108c
SS
9095@subsubsection Operators
9096@cindex Modula-2 operators
9097
9098Operators must be defined on values of specific types. For instance,
9099@code{+} is defined on numbers, but not on structures. Operators are
9100often defined on groups of types. For the purposes of Modula-2, the
9101following definitions hold:
9102
9103@itemize @bullet
9104
9105@item
9106@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
9107their subranges.
9108
9109@item
9110@emph{Character types} consist of @code{CHAR} and its subranges.
9111
9112@item
9113@emph{Floating-point types} consist of @code{REAL}.
9114
9115@item
9116@emph{Pointer types} consist of anything declared as @code{POINTER TO
9117@var{type}}.
9118
9119@item
9120@emph{Scalar types} consist of all of the above.
9121
9122@item
9123@emph{Set types} consist of @code{SET} and @code{BITSET} types.
9124
9125@item
9126@emph{Boolean types} consist of @code{BOOLEAN}.
9127@end itemize
9128
9129@noindent
9130The following operators are supported, and appear in order of
9131increasing precedence:
9132
9133@table @code
9134@item ,
9135Function argument or array index separator.
9136
9137@item :=
9138Assignment. The value of @var{var} @code{:=} @var{value} is
9139@var{value}.
9140
9141@item <@r{, }>
9142Less than, greater than on integral, floating-point, or enumerated
9143types.
9144
9145@item <=@r{, }>=
96a2c332 9146Less than or equal to, greater than or equal to
c906108c
SS
9147on integral, floating-point and enumerated types, or set inclusion on
9148set types. Same precedence as @code{<}.
9149
9150@item =@r{, }<>@r{, }#
9151Equality and two ways of expressing inequality, valid on scalar types.
9152Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
9153available for inequality, since @code{#} conflicts with the script
9154comment character.
9155
9156@item IN
9157Set membership. Defined on set types and the types of their members.
9158Same precedence as @code{<}.
9159
9160@item OR
9161Boolean disjunction. Defined on boolean types.
9162
9163@item AND@r{, }&
d4f3574e 9164Boolean conjunction. Defined on boolean types.
c906108c
SS
9165
9166@item @@
9167The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9168
9169@item +@r{, }-
9170Addition and subtraction on integral and floating-point types, or union
9171and difference on set types.
9172
9173@item *
9174Multiplication on integral and floating-point types, or set intersection
9175on set types.
9176
9177@item /
9178Division on floating-point types, or symmetric set difference on set
9179types. Same precedence as @code{*}.
9180
9181@item DIV@r{, }MOD
9182Integer division and remainder. Defined on integral types. Same
9183precedence as @code{*}.
9184
9185@item -
9186Negative. Defined on @code{INTEGER} and @code{REAL} data.
9187
9188@item ^
9189Pointer dereferencing. Defined on pointer types.
9190
9191@item NOT
9192Boolean negation. Defined on boolean types. Same precedence as
9193@code{^}.
9194
9195@item .
9196@code{RECORD} field selector. Defined on @code{RECORD} data. Same
9197precedence as @code{^}.
9198
9199@item []
9200Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9201
9202@item ()
9203Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9204as @code{^}.
9205
9206@item ::@r{, }.
9207@value{GDBN} and Modula-2 scope operators.
9208@end table
9209
9210@quotation
9211@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9212treats the use of the operator @code{IN}, or the use of operators
9213@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9214@code{<=}, and @code{>=} on sets as an error.
9215@end quotation
9216
cb51c4e0 9217
6d2ebf8b 9218@node Built-In Func/Proc
c906108c 9219@subsubsection Built-in functions and procedures
cb51c4e0 9220@cindex Modula-2 built-ins
c906108c
SS
9221
9222Modula-2 also makes available several built-in procedures and functions.
9223In describing these, the following metavariables are used:
9224
9225@table @var
9226
9227@item a
9228represents an @code{ARRAY} variable.
9229
9230@item c
9231represents a @code{CHAR} constant or variable.
9232
9233@item i
9234represents a variable or constant of integral type.
9235
9236@item m
9237represents an identifier that belongs to a set. Generally used in the
9238same function with the metavariable @var{s}. The type of @var{s} should
9239be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9240
9241@item n
9242represents a variable or constant of integral or floating-point type.
9243
9244@item r
9245represents a variable or constant of floating-point type.
9246
9247@item t
9248represents a type.
9249
9250@item v
9251represents a variable.
9252
9253@item x
9254represents a variable or constant of one of many types. See the
9255explanation of the function for details.
9256@end table
9257
9258All Modula-2 built-in procedures also return a result, described below.
9259
9260@table @code
9261@item ABS(@var{n})
9262Returns the absolute value of @var{n}.
9263
9264@item CAP(@var{c})
9265If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 9266equivalent, otherwise it returns its argument.
c906108c
SS
9267
9268@item CHR(@var{i})
9269Returns the character whose ordinal value is @var{i}.
9270
9271@item DEC(@var{v})
c3f6f71d 9272Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9273
9274@item DEC(@var{v},@var{i})
9275Decrements the value in the variable @var{v} by @var{i}. Returns the
9276new value.
9277
9278@item EXCL(@var{m},@var{s})
9279Removes the element @var{m} from the set @var{s}. Returns the new
9280set.
9281
9282@item FLOAT(@var{i})
9283Returns the floating point equivalent of the integer @var{i}.
9284
9285@item HIGH(@var{a})
9286Returns the index of the last member of @var{a}.
9287
9288@item INC(@var{v})
c3f6f71d 9289Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9290
9291@item INC(@var{v},@var{i})
9292Increments the value in the variable @var{v} by @var{i}. Returns the
9293new value.
9294
9295@item INCL(@var{m},@var{s})
9296Adds the element @var{m} to the set @var{s} if it is not already
9297there. Returns the new set.
9298
9299@item MAX(@var{t})
9300Returns the maximum value of the type @var{t}.
9301
9302@item MIN(@var{t})
9303Returns the minimum value of the type @var{t}.
9304
9305@item ODD(@var{i})
9306Returns boolean TRUE if @var{i} is an odd number.
9307
9308@item ORD(@var{x})
9309Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
9310value of a character is its @sc{ascii} value (on machines supporting the
9311@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
9312integral, character and enumerated types.
9313
9314@item SIZE(@var{x})
9315Returns the size of its argument. @var{x} can be a variable or a type.
9316
9317@item TRUNC(@var{r})
9318Returns the integral part of @var{r}.
9319
9320@item VAL(@var{t},@var{i})
9321Returns the member of the type @var{t} whose ordinal value is @var{i}.
9322@end table
9323
9324@quotation
9325@emph{Warning:} Sets and their operations are not yet supported, so
9326@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9327an error.
9328@end quotation
9329
9330@cindex Modula-2 constants
6d2ebf8b 9331@node M2 Constants
c906108c
SS
9332@subsubsection Constants
9333
9334@value{GDBN} allows you to express the constants of Modula-2 in the following
9335ways:
9336
9337@itemize @bullet
9338
9339@item
9340Integer constants are simply a sequence of digits. When used in an
9341expression, a constant is interpreted to be type-compatible with the
9342rest of the expression. Hexadecimal integers are specified by a
9343trailing @samp{H}, and octal integers by a trailing @samp{B}.
9344
9345@item
9346Floating point constants appear as a sequence of digits, followed by a
9347decimal point and another sequence of digits. An optional exponent can
9348then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9349@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9350digits of the floating point constant must be valid decimal (base 10)
9351digits.
9352
9353@item
9354Character constants consist of a single character enclosed by a pair of
9355like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 9356also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
9357followed by a @samp{C}.
9358
9359@item
9360String constants consist of a sequence of characters enclosed by a
9361pair of like quotes, either single (@code{'}) or double (@code{"}).
9362Escape sequences in the style of C are also allowed. @xref{C
b37052ae 9363Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
9364sequences.
9365
9366@item
9367Enumerated constants consist of an enumerated identifier.
9368
9369@item
9370Boolean constants consist of the identifiers @code{TRUE} and
9371@code{FALSE}.
9372
9373@item
9374Pointer constants consist of integral values only.
9375
9376@item
9377Set constants are not yet supported.
9378@end itemize
9379
6d2ebf8b 9380@node M2 Defaults
c906108c
SS
9381@subsubsection Modula-2 defaults
9382@cindex Modula-2 defaults
9383
9384If type and range checking are set automatically by @value{GDBN}, they
9385both default to @code{on} whenever the working language changes to
d4f3574e 9386Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
9387selected the working language.
9388
9389If you allow @value{GDBN} to set the language automatically, then entering
9390code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 9391working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
9392the language automatically}, for further details.
9393
6d2ebf8b 9394@node Deviations
c906108c
SS
9395@subsubsection Deviations from standard Modula-2
9396@cindex Modula-2, deviations from
9397
9398A few changes have been made to make Modula-2 programs easier to debug.
9399This is done primarily via loosening its type strictness:
9400
9401@itemize @bullet
9402@item
9403Unlike in standard Modula-2, pointer constants can be formed by
9404integers. This allows you to modify pointer variables during
9405debugging. (In standard Modula-2, the actual address contained in a
9406pointer variable is hidden from you; it can only be modified
9407through direct assignment to another pointer variable or expression that
9408returned a pointer.)
9409
9410@item
9411C escape sequences can be used in strings and characters to represent
9412non-printable characters. @value{GDBN} prints out strings with these
9413escape sequences embedded. Single non-printable characters are
9414printed using the @samp{CHR(@var{nnn})} format.
9415
9416@item
9417The assignment operator (@code{:=}) returns the value of its right-hand
9418argument.
9419
9420@item
9421All built-in procedures both modify @emph{and} return their argument.
9422@end itemize
9423
6d2ebf8b 9424@node M2 Checks
c906108c
SS
9425@subsubsection Modula-2 type and range checks
9426@cindex Modula-2 checks
9427
9428@quotation
9429@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9430range checking.
9431@end quotation
9432@c FIXME remove warning when type/range checks added
9433
9434@value{GDBN} considers two Modula-2 variables type equivalent if:
9435
9436@itemize @bullet
9437@item
9438They are of types that have been declared equivalent via a @code{TYPE
9439@var{t1} = @var{t2}} statement
9440
9441@item
9442They have been declared on the same line. (Note: This is true of the
9443@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9444@end itemize
9445
9446As long as type checking is enabled, any attempt to combine variables
9447whose types are not equivalent is an error.
9448
9449Range checking is done on all mathematical operations, assignment, array
9450index bounds, and all built-in functions and procedures.
9451
6d2ebf8b 9452@node M2 Scope
c906108c
SS
9453@subsubsection The scope operators @code{::} and @code{.}
9454@cindex scope
41afff9a 9455@cindex @code{.}, Modula-2 scope operator
c906108c
SS
9456@cindex colon, doubled as scope operator
9457@ifinfo
41afff9a 9458@vindex colon-colon@r{, in Modula-2}
c906108c
SS
9459@c Info cannot handle :: but TeX can.
9460@end ifinfo
9461@iftex
41afff9a 9462@vindex ::@r{, in Modula-2}
c906108c
SS
9463@end iftex
9464
9465There are a few subtle differences between the Modula-2 scope operator
9466(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9467similar syntax:
9468
474c8240 9469@smallexample
c906108c
SS
9470
9471@var{module} . @var{id}
9472@var{scope} :: @var{id}
474c8240 9473@end smallexample
c906108c
SS
9474
9475@noindent
9476where @var{scope} is the name of a module or a procedure,
9477@var{module} the name of a module, and @var{id} is any declared
9478identifier within your program, except another module.
9479
9480Using the @code{::} operator makes @value{GDBN} search the scope
9481specified by @var{scope} for the identifier @var{id}. If it is not
9482found in the specified scope, then @value{GDBN} searches all scopes
9483enclosing the one specified by @var{scope}.
9484
9485Using the @code{.} operator makes @value{GDBN} search the current scope for
9486the identifier specified by @var{id} that was imported from the
9487definition module specified by @var{module}. With this operator, it is
9488an error if the identifier @var{id} was not imported from definition
9489module @var{module}, or if @var{id} is not an identifier in
9490@var{module}.
9491
6d2ebf8b 9492@node GDB/M2
c906108c
SS
9493@subsubsection @value{GDBN} and Modula-2
9494
9495Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9496Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9497specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9498@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9499apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9500analogue in Modula-2.
9501
9502The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9503with any language, is not useful with Modula-2. Its
c906108c 9504intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9505created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9506address can be specified by an integral constant, the construct
d4f3574e 9507@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9508
9509@cindex @code{#} in Modula-2
9510In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9511interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9512
e07c999f
PH
9513@node Ada
9514@subsection Ada
9515@cindex Ada
9516
9517The extensions made to @value{GDBN} for Ada only support
9518output from the @sc{gnu} Ada (GNAT) compiler.
9519Other Ada compilers are not currently supported, and
9520attempting to debug executables produced by them is most likely
9521to be difficult.
9522
9523
9524@cindex expressions in Ada
9525@menu
9526* Ada Mode Intro:: General remarks on the Ada syntax
9527 and semantics supported by Ada mode
9528 in @value{GDBN}.
9529* Omissions from Ada:: Restrictions on the Ada expression syntax.
9530* Additions to Ada:: Extensions of the Ada expression syntax.
9531* Stopping Before Main Program:: Debugging the program during elaboration.
9532* Ada Glitches:: Known peculiarities of Ada mode.
9533@end menu
9534
9535@node Ada Mode Intro
9536@subsubsection Introduction
9537@cindex Ada mode, general
9538
9539The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9540syntax, with some extensions.
9541The philosophy behind the design of this subset is
9542
9543@itemize @bullet
9544@item
9545That @value{GDBN} should provide basic literals and access to operations for
9546arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9547leaving more sophisticated computations to subprograms written into the
9548program (which therefore may be called from @value{GDBN}).
9549
9550@item
9551That type safety and strict adherence to Ada language restrictions
9552are not particularly important to the @value{GDBN} user.
9553
9554@item
9555That brevity is important to the @value{GDBN} user.
9556@end itemize
9557
9558Thus, for brevity, the debugger acts as if there were
9559implicit @code{with} and @code{use} clauses in effect for all user-written
9560packages, making it unnecessary to fully qualify most names with
9561their packages, regardless of context. Where this causes ambiguity,
9562@value{GDBN} asks the user's intent.
9563
9564The debugger will start in Ada mode if it detects an Ada main program.
9565As for other languages, it will enter Ada mode when stopped in a program that
9566was translated from an Ada source file.
9567
9568While in Ada mode, you may use `@t{--}' for comments. This is useful
9569mostly for documenting command files. The standard @value{GDBN} comment
9570(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9571middle (to allow based literals).
9572
9573The debugger supports limited overloading. Given a subprogram call in which
9574the function symbol has multiple definitions, it will use the number of
9575actual parameters and some information about their types to attempt to narrow
9576the set of definitions. It also makes very limited use of context, preferring
9577procedures to functions in the context of the @code{call} command, and
9578functions to procedures elsewhere.
9579
9580@node Omissions from Ada
9581@subsubsection Omissions from Ada
9582@cindex Ada, omissions from
9583
9584Here are the notable omissions from the subset:
9585
9586@itemize @bullet
9587@item
9588Only a subset of the attributes are supported:
9589
9590@itemize @minus
9591@item
9592@t{'First}, @t{'Last}, and @t{'Length}
9593 on array objects (not on types and subtypes).
9594
9595@item
9596@t{'Min} and @t{'Max}.
9597
9598@item
9599@t{'Pos} and @t{'Val}.
9600
9601@item
9602@t{'Tag}.
9603
9604@item
9605@t{'Range} on array objects (not subtypes), but only as the right
9606operand of the membership (@code{in}) operator.
9607
9608@item
9609@t{'Access}, @t{'Unchecked_Access}, and
9610@t{'Unrestricted_Access} (a GNAT extension).
9611
9612@item
9613@t{'Address}.
9614@end itemize
9615
9616@item
9617The names in
9618@code{Characters.Latin_1} are not available and
9619concatenation is not implemented. Thus, escape characters in strings are
9620not currently available.
9621
9622@item
9623Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9624equality of representations. They will generally work correctly
9625for strings and arrays whose elements have integer or enumeration types.
9626They may not work correctly for arrays whose element
9627types have user-defined equality, for arrays of real values
9628(in particular, IEEE-conformant floating point, because of negative
9629zeroes and NaNs), and for arrays whose elements contain unused bits with
9630indeterminate values.
9631
9632@item
9633The other component-by-component array operations (@code{and}, @code{or},
9634@code{xor}, @code{not}, and relational tests other than equality)
9635are not implemented.
9636
9637@item
9638There are no record or array aggregates.
9639
9640@item
9641Calls to dispatching subprograms are not implemented.
9642
9643@item
9644The overloading algorithm is much more limited (i.e., less selective)
9645than that of real Ada. It makes only limited use of the context in which a subexpression
9646appears to resolve its meaning, and it is much looser in its rules for allowing
9647type matches. As a result, some function calls will be ambiguous, and the user
9648will be asked to choose the proper resolution.
9649
9650@item
9651The @code{new} operator is not implemented.
9652
9653@item
9654Entry calls are not implemented.
9655
9656@item
9657Aside from printing, arithmetic operations on the native VAX floating-point
9658formats are not supported.
9659
9660@item
9661It is not possible to slice a packed array.
9662@end itemize
9663
9664@node Additions to Ada
9665@subsubsection Additions to Ada
9666@cindex Ada, deviations from
9667
9668As it does for other languages, @value{GDBN} makes certain generic
9669extensions to Ada (@pxref{Expressions}):
9670
9671@itemize @bullet
9672@item
9673If the expression @var{E} is a variable residing in memory
9674(typically a local variable or array element) and @var{N} is
9675a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9676@var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9677In Ada, this operator is generally not necessary, since its prime use
9678is in displaying parts of an array, and slicing will usually do this in Ada.
9679However, there are occasional uses when debugging programs
9680in which certain debugging information has been optimized away.
9681
9682@item
9683@code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9684in function or file @var{B}.'' When @var{B} is a file name, you must typically
9685surround it in single quotes.
9686
9687@item
9688The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9689@var{type} that appears at address @var{addr}.''
9690
9691@item
9692A name starting with @samp{$} is a convenience variable
9693(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9694@end itemize
9695
9696In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9697to Ada:
9698
9699@itemize @bullet
9700@item
9701The assignment statement is allowed as an expression, returning
9702its right-hand operand as its value. Thus, you may enter
9703
9704@smallexample
9705set x := y + 3
9706print A(tmp := y + 1)
9707@end smallexample
9708
9709@item
9710The semicolon is allowed as an ``operator,'' returning as its value
9711the value of its right-hand operand.
9712This allows, for example,
9713complex conditional breaks:
9714
9715@smallexample
9716break f
9717condition 1 (report(i); k += 1; A(k) > 100)
9718@end smallexample
9719
9720@item
9721Rather than use catenation and symbolic character names to introduce special
9722characters into strings, one may instead use a special bracket notation,
9723which is also used to print strings. A sequence of characters of the form
9724@samp{["@var{XX}"]} within a string or character literal denotes the
9725(single) character whose numeric encoding is @var{XX} in hexadecimal. The
9726sequence of characters @samp{["""]} also denotes a single quotation mark
9727in strings. For example,
9728@smallexample
9729 "One line.["0a"]Next line.["0a"]"
9730@end smallexample
9731@noindent
9732contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9733period.
9734
9735@item
9736The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9737@t{'Max} is optional (and is ignored in any case). For example, it is valid
9738to write
9739
9740@smallexample
9741print 'max(x, y)
9742@end smallexample
9743
9744@item
9745When printing arrays, @value{GDBN} uses positional notation when the
9746array has a lower bound of 1, and uses a modified named notation otherwise.
9747For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9748
9749@smallexample
9750(3 => 10, 17, 1)
9751@end smallexample
9752
9753@noindent
9754That is, in contrast to valid Ada, only the first component has a @code{=>}
9755clause.
9756
9757@item
9758You may abbreviate attributes in expressions with any unique,
9759multi-character subsequence of
9760their names (an exact match gets preference).
9761For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9762in place of @t{a'length}.
9763
9764@item
9765@cindex quoting Ada internal identifiers
9766Since Ada is case-insensitive, the debugger normally maps identifiers you type
9767to lower case. The GNAT compiler uses upper-case characters for
9768some of its internal identifiers, which are normally of no interest to users.
9769For the rare occasions when you actually have to look at them,
9770enclose them in angle brackets to avoid the lower-case mapping.
9771For example,
9772@smallexample
9773@value{GDBP} print <JMPBUF_SAVE>[0]
9774@end smallexample
9775
9776@item
9777Printing an object of class-wide type or dereferencing an
9778access-to-class-wide value will display all the components of the object's
9779specific type (as indicated by its run-time tag). Likewise, component
9780selection on such a value will operate on the specific type of the
9781object.
9782
9783@end itemize
9784
9785@node Stopping Before Main Program
9786@subsubsection Stopping at the Very Beginning
9787
9788@cindex breakpointing Ada elaboration code
9789It is sometimes necessary to debug the program during elaboration, and
9790before reaching the main procedure.
9791As defined in the Ada Reference
9792Manual, the elaboration code is invoked from a procedure called
9793@code{adainit}. To run your program up to the beginning of
9794elaboration, simply use the following two commands:
9795@code{tbreak adainit} and @code{run}.
9796
9797@node Ada Glitches
9798@subsubsection Known Peculiarities of Ada Mode
9799@cindex Ada, problems
9800
9801Besides the omissions listed previously (@pxref{Omissions from Ada}),
9802we know of several problems with and limitations of Ada mode in
9803@value{GDBN},
9804some of which will be fixed with planned future releases of the debugger
9805and the GNU Ada compiler.
9806
9807@itemize @bullet
9808@item
9809Currently, the debugger
9810has insufficient information to determine whether certain pointers represent
9811pointers to objects or the objects themselves.
9812Thus, the user may have to tack an extra @code{.all} after an expression
9813to get it printed properly.
9814
9815@item
9816Static constants that the compiler chooses not to materialize as objects in
9817storage are invisible to the debugger.
9818
9819@item
9820Named parameter associations in function argument lists are ignored (the
9821argument lists are treated as positional).
9822
9823@item
9824Many useful library packages are currently invisible to the debugger.
9825
9826@item
9827Fixed-point arithmetic, conversions, input, and output is carried out using
9828floating-point arithmetic, and may give results that only approximate those on
9829the host machine.
9830
9831@item
9832The type of the @t{'Address} attribute may not be @code{System.Address}.
9833
9834@item
9835The GNAT compiler never generates the prefix @code{Standard} for any of
9836the standard symbols defined by the Ada language. @value{GDBN} knows about
9837this: it will strip the prefix from names when you use it, and will never
9838look for a name you have so qualified among local symbols, nor match against
9839symbols in other packages or subprograms. If you have
9840defined entities anywhere in your program other than parameters and
9841local variables whose simple names match names in @code{Standard},
9842GNAT's lack of qualification here can cause confusion. When this happens,
9843you can usually resolve the confusion
9844by qualifying the problematic names with package
9845@code{Standard} explicitly.
9846@end itemize
9847
4e562065
JB
9848@node Unsupported languages
9849@section Unsupported languages
9850
9851@cindex unsupported languages
9852@cindex minimal language
9853In addition to the other fully-supported programming languages,
9854@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9855It does not represent a real programming language, but provides a set
9856of capabilities close to what the C or assembly languages provide.
9857This should allow most simple operations to be performed while debugging
9858an application that uses a language currently not supported by @value{GDBN}.
9859
9860If the language is set to @code{auto}, @value{GDBN} will automatically
9861select this language if the current frame corresponds to an unsupported
9862language.
9863
6d2ebf8b 9864@node Symbols
c906108c
SS
9865@chapter Examining the Symbol Table
9866
d4f3574e 9867The commands described in this chapter allow you to inquire about the
c906108c
SS
9868symbols (names of variables, functions and types) defined in your
9869program. This information is inherent in the text of your program and
9870does not change as your program executes. @value{GDBN} finds it in your
9871program's symbol table, in the file indicated when you started @value{GDBN}
9872(@pxref{File Options, ,Choosing files}), or by one of the
9873file-management commands (@pxref{Files, ,Commands to specify files}).
9874
9875@cindex symbol names
9876@cindex names of symbols
9877@cindex quoting names
9878Occasionally, you may need to refer to symbols that contain unusual
9879characters, which @value{GDBN} ordinarily treats as word delimiters. The
9880most frequent case is in referring to static variables in other
9881source files (@pxref{Variables,,Program variables}). File names
9882are recorded in object files as debugging symbols, but @value{GDBN} would
9883ordinarily parse a typical file name, like @file{foo.c}, as the three words
9884@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9885@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9886
474c8240 9887@smallexample
c906108c 9888p 'foo.c'::x
474c8240 9889@end smallexample
c906108c
SS
9890
9891@noindent
9892looks up the value of @code{x} in the scope of the file @file{foo.c}.
9893
9894@table @code
a8f24a35
EZ
9895@cindex case-insensitive symbol names
9896@cindex case sensitivity in symbol names
9897@kindex set case-sensitive
9898@item set case-sensitive on
9899@itemx set case-sensitive off
9900@itemx set case-sensitive auto
9901Normally, when @value{GDBN} looks up symbols, it matches their names
9902with case sensitivity determined by the current source language.
9903Occasionally, you may wish to control that. The command @code{set
9904case-sensitive} lets you do that by specifying @code{on} for
9905case-sensitive matches or @code{off} for case-insensitive ones. If
9906you specify @code{auto}, case sensitivity is reset to the default
9907suitable for the source language. The default is case-sensitive
9908matches for all languages except for Fortran, for which the default is
9909case-insensitive matches.
9910
9c16f35a
EZ
9911@kindex show case-sensitive
9912@item show case-sensitive
a8f24a35
EZ
9913This command shows the current setting of case sensitivity for symbols
9914lookups.
9915
c906108c 9916@kindex info address
b37052ae 9917@cindex address of a symbol
c906108c
SS
9918@item info address @var{symbol}
9919Describe where the data for @var{symbol} is stored. For a register
9920variable, this says which register it is kept in. For a non-register
9921local variable, this prints the stack-frame offset at which the variable
9922is always stored.
9923
9924Note the contrast with @samp{print &@var{symbol}}, which does not work
9925at all for a register variable, and for a stack local variable prints
9926the exact address of the current instantiation of the variable.
9927
3d67e040 9928@kindex info symbol
b37052ae 9929@cindex symbol from address
9c16f35a 9930@cindex closest symbol and offset for an address
3d67e040
EZ
9931@item info symbol @var{addr}
9932Print the name of a symbol which is stored at the address @var{addr}.
9933If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9934nearest symbol and an offset from it:
9935
474c8240 9936@smallexample
3d67e040
EZ
9937(@value{GDBP}) info symbol 0x54320
9938_initialize_vx + 396 in section .text
474c8240 9939@end smallexample
3d67e040
EZ
9940
9941@noindent
9942This is the opposite of the @code{info address} command. You can use
9943it to find out the name of a variable or a function given its address.
9944
c906108c 9945@kindex whatis
d4f3574e
SS
9946@item whatis @var{expr}
9947Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9948actually evaluated, and any side-effecting operations (such as
9949assignments or function calls) inside it do not take place.
9950@xref{Expressions, ,Expressions}.
9951
9952@item whatis
9953Print the data type of @code{$}, the last value in the value history.
9954
9955@kindex ptype
9956@item ptype @var{typename}
9957Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9958the name of a type, or for C code it may have the form @samp{class
9959@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9960@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9961
d4f3574e 9962@item ptype @var{expr}
c906108c 9963@itemx ptype
d4f3574e 9964Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9965differs from @code{whatis} by printing a detailed description, instead
9966of just the name of the type.
9967
9968For example, for this variable declaration:
9969
474c8240 9970@smallexample
c906108c 9971struct complex @{double real; double imag;@} v;
474c8240 9972@end smallexample
c906108c
SS
9973
9974@noindent
9975the two commands give this output:
9976
474c8240 9977@smallexample
c906108c
SS
9978@group
9979(@value{GDBP}) whatis v
9980type = struct complex
9981(@value{GDBP}) ptype v
9982type = struct complex @{
9983 double real;
9984 double imag;
9985@}
9986@end group
474c8240 9987@end smallexample
c906108c
SS
9988
9989@noindent
9990As with @code{whatis}, using @code{ptype} without an argument refers to
9991the type of @code{$}, the last value in the value history.
9992
9993@kindex info types
9994@item info types @var{regexp}
9995@itemx info types
09d4efe1
EZ
9996Print a brief description of all types whose names match the regular
9997expression @var{regexp} (or all types in your program, if you supply
9998no argument). Each complete typename is matched as though it were a
9999complete line; thus, @samp{i type value} gives information on all
10000types in your program whose names include the string @code{value}, but
10001@samp{i type ^value$} gives information only on types whose complete
10002name is @code{value}.
c906108c
SS
10003
10004This command differs from @code{ptype} in two ways: first, like
10005@code{whatis}, it does not print a detailed description; second, it
10006lists all source files where a type is defined.
10007
b37052ae
EZ
10008@kindex info scope
10009@cindex local variables
09d4efe1 10010@item info scope @var{location}
b37052ae 10011List all the variables local to a particular scope. This command
09d4efe1
EZ
10012accepts a @var{location} argument---a function name, a source line, or
10013an address preceded by a @samp{*}, and prints all the variables local
10014to the scope defined by that location. For example:
b37052ae
EZ
10015
10016@smallexample
10017(@value{GDBP}) @b{info scope command_line_handler}
10018Scope for command_line_handler:
10019Symbol rl is an argument at stack/frame offset 8, length 4.
10020Symbol linebuffer is in static storage at address 0x150a18, length 4.
10021Symbol linelength is in static storage at address 0x150a1c, length 4.
10022Symbol p is a local variable in register $esi, length 4.
10023Symbol p1 is a local variable in register $ebx, length 4.
10024Symbol nline is a local variable in register $edx, length 4.
10025Symbol repeat is a local variable at frame offset -8, length 4.
10026@end smallexample
10027
f5c37c66
EZ
10028@noindent
10029This command is especially useful for determining what data to collect
10030during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
10031collect}.
10032
c906108c
SS
10033@kindex info source
10034@item info source
919d772c
JB
10035Show information about the current source file---that is, the source file for
10036the function containing the current point of execution:
10037@itemize @bullet
10038@item
10039the name of the source file, and the directory containing it,
10040@item
10041the directory it was compiled in,
10042@item
10043its length, in lines,
10044@item
10045which programming language it is written in,
10046@item
10047whether the executable includes debugging information for that file, and
10048if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
10049@item
10050whether the debugging information includes information about
10051preprocessor macros.
10052@end itemize
10053
c906108c
SS
10054
10055@kindex info sources
10056@item info sources
10057Print the names of all source files in your program for which there is
10058debugging information, organized into two lists: files whose symbols
10059have already been read, and files whose symbols will be read when needed.
10060
10061@kindex info functions
10062@item info functions
10063Print the names and data types of all defined functions.
10064
10065@item info functions @var{regexp}
10066Print the names and data types of all defined functions
10067whose names contain a match for regular expression @var{regexp}.
10068Thus, @samp{info fun step} finds all functions whose names
10069include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
10070start with @code{step}. If a function name contains characters
10071that conflict with the regular expression language (eg.
1c5dfdad 10072@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
10073
10074@kindex info variables
10075@item info variables
10076Print the names and data types of all variables that are declared
6ca652b0 10077outside of functions (i.e.@: excluding local variables).
c906108c
SS
10078
10079@item info variables @var{regexp}
10080Print the names and data types of all variables (except for local
10081variables) whose names contain a match for regular expression
10082@var{regexp}.
10083
b37303ee 10084@kindex info classes
721c2651 10085@cindex Objective-C, classes and selectors
b37303ee
AF
10086@item info classes
10087@itemx info classes @var{regexp}
10088Display all Objective-C classes in your program, or
10089(with the @var{regexp} argument) all those matching a particular regular
10090expression.
10091
10092@kindex info selectors
10093@item info selectors
10094@itemx info selectors @var{regexp}
10095Display all Objective-C selectors in your program, or
10096(with the @var{regexp} argument) all those matching a particular regular
10097expression.
10098
c906108c
SS
10099@ignore
10100This was never implemented.
10101@kindex info methods
10102@item info methods
10103@itemx info methods @var{regexp}
10104The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
10105methods within C@t{++} program, or (with the @var{regexp} argument) a
10106specific set of methods found in the various C@t{++} classes. Many
10107C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
10108from the @code{ptype} command can be overwhelming and hard to use. The
10109@code{info-methods} command filters the methods, printing only those
10110which match the regular-expression @var{regexp}.
10111@end ignore
10112
c906108c
SS
10113@cindex reloading symbols
10114Some systems allow individual object files that make up your program to
7a292a7a
SS
10115be replaced without stopping and restarting your program. For example,
10116in VxWorks you can simply recompile a defective object file and keep on
10117running. If you are running on one of these systems, you can allow
10118@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
10119
10120@table @code
10121@kindex set symbol-reloading
10122@item set symbol-reloading on
10123Replace symbol definitions for the corresponding source file when an
10124object file with a particular name is seen again.
10125
10126@item set symbol-reloading off
6d2ebf8b
SS
10127Do not replace symbol definitions when encountering object files of the
10128same name more than once. This is the default state; if you are not
10129running on a system that permits automatic relinking of modules, you
10130should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10131may discard symbols when linking large programs, that may contain
10132several modules (from different directories or libraries) with the same
10133name.
c906108c
SS
10134
10135@kindex show symbol-reloading
10136@item show symbol-reloading
10137Show the current @code{on} or @code{off} setting.
10138@end table
c906108c 10139
9c16f35a 10140@cindex opaque data types
c906108c
SS
10141@kindex set opaque-type-resolution
10142@item set opaque-type-resolution on
10143Tell @value{GDBN} to resolve opaque types. An opaque type is a type
10144declared as a pointer to a @code{struct}, @code{class}, or
10145@code{union}---for example, @code{struct MyType *}---that is used in one
10146source file although the full declaration of @code{struct MyType} is in
10147another source file. The default is on.
10148
10149A change in the setting of this subcommand will not take effect until
10150the next time symbols for a file are loaded.
10151
10152@item set opaque-type-resolution off
10153Tell @value{GDBN} not to resolve opaque types. In this case, the type
10154is printed as follows:
10155@smallexample
10156@{<no data fields>@}
10157@end smallexample
10158
10159@kindex show opaque-type-resolution
10160@item show opaque-type-resolution
10161Show whether opaque types are resolved or not.
c906108c
SS
10162
10163@kindex maint print symbols
10164@cindex symbol dump
10165@kindex maint print psymbols
10166@cindex partial symbol dump
10167@item maint print symbols @var{filename}
10168@itemx maint print psymbols @var{filename}
10169@itemx maint print msymbols @var{filename}
10170Write a dump of debugging symbol data into the file @var{filename}.
10171These commands are used to debug the @value{GDBN} symbol-reading code. Only
10172symbols with debugging data are included. If you use @samp{maint print
10173symbols}, @value{GDBN} includes all the symbols for which it has already
10174collected full details: that is, @var{filename} reflects symbols for
10175only those files whose symbols @value{GDBN} has read. You can use the
10176command @code{info sources} to find out which files these are. If you
10177use @samp{maint print psymbols} instead, the dump shows information about
10178symbols that @value{GDBN} only knows partially---that is, symbols defined in
10179files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10180@samp{maint print msymbols} dumps just the minimal symbol information
10181required for each object file from which @value{GDBN} has read some symbols.
10182@xref{Files, ,Commands to specify files}, for a discussion of how
10183@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 10184
5e7b2f39
JB
10185@kindex maint info symtabs
10186@kindex maint info psymtabs
44ea7b70
JB
10187@cindex listing @value{GDBN}'s internal symbol tables
10188@cindex symbol tables, listing @value{GDBN}'s internal
10189@cindex full symbol tables, listing @value{GDBN}'s internal
10190@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
10191@item maint info symtabs @r{[} @var{regexp} @r{]}
10192@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
10193
10194List the @code{struct symtab} or @code{struct partial_symtab}
10195structures whose names match @var{regexp}. If @var{regexp} is not
10196given, list them all. The output includes expressions which you can
10197copy into a @value{GDBN} debugging this one to examine a particular
10198structure in more detail. For example:
10199
10200@smallexample
5e7b2f39 10201(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
10202@{ objfile /home/gnu/build/gdb/gdb
10203 ((struct objfile *) 0x82e69d0)
b383017d 10204 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10205 ((struct partial_symtab *) 0x8474b10)
10206 readin no
10207 fullname (null)
10208 text addresses 0x814d3c8 -- 0x8158074
10209 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10210 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10211 dependencies (none)
10212 @}
10213@}
5e7b2f39 10214(@value{GDBP}) maint info symtabs
44ea7b70
JB
10215(@value{GDBP})
10216@end smallexample
10217@noindent
10218We see that there is one partial symbol table whose filename contains
10219the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10220and we see that @value{GDBN} has not read in any symtabs yet at all.
10221If we set a breakpoint on a function, that will cause @value{GDBN} to
10222read the symtab for the compilation unit containing that function:
10223
10224@smallexample
10225(@value{GDBP}) break dwarf2_psymtab_to_symtab
10226Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10227line 1574.
5e7b2f39 10228(@value{GDBP}) maint info symtabs
b383017d 10229@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 10230 ((struct objfile *) 0x82e69d0)
b383017d 10231 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10232 ((struct symtab *) 0x86c1f38)
10233 dirname (null)
10234 fullname (null)
10235 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10236 debugformat DWARF 2
10237 @}
10238@}
b383017d 10239(@value{GDBP})
44ea7b70 10240@end smallexample
c906108c
SS
10241@end table
10242
44ea7b70 10243
6d2ebf8b 10244@node Altering
c906108c
SS
10245@chapter Altering Execution
10246
10247Once you think you have found an error in your program, you might want to
10248find out for certain whether correcting the apparent error would lead to
10249correct results in the rest of the run. You can find the answer by
10250experiment, using the @value{GDBN} features for altering execution of the
10251program.
10252
10253For example, you can store new values into variables or memory
7a292a7a
SS
10254locations, give your program a signal, restart it at a different
10255address, or even return prematurely from a function.
c906108c
SS
10256
10257@menu
10258* Assignment:: Assignment to variables
10259* Jumping:: Continuing at a different address
c906108c 10260* Signaling:: Giving your program a signal
c906108c
SS
10261* Returning:: Returning from a function
10262* Calling:: Calling your program's functions
10263* Patching:: Patching your program
10264@end menu
10265
6d2ebf8b 10266@node Assignment
c906108c
SS
10267@section Assignment to variables
10268
10269@cindex assignment
10270@cindex setting variables
10271To alter the value of a variable, evaluate an assignment expression.
10272@xref{Expressions, ,Expressions}. For example,
10273
474c8240 10274@smallexample
c906108c 10275print x=4
474c8240 10276@end smallexample
c906108c
SS
10277
10278@noindent
10279stores the value 4 into the variable @code{x}, and then prints the
5d161b24 10280value of the assignment expression (which is 4).
c906108c
SS
10281@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10282information on operators in supported languages.
c906108c
SS
10283
10284@kindex set variable
10285@cindex variables, setting
10286If you are not interested in seeing the value of the assignment, use the
10287@code{set} command instead of the @code{print} command. @code{set} is
10288really the same as @code{print} except that the expression's value is
10289not printed and is not put in the value history (@pxref{Value History,
10290,Value history}). The expression is evaluated only for its effects.
10291
c906108c
SS
10292If the beginning of the argument string of the @code{set} command
10293appears identical to a @code{set} subcommand, use the @code{set
10294variable} command instead of just @code{set}. This command is identical
10295to @code{set} except for its lack of subcommands. For example, if your
10296program has a variable @code{width}, you get an error if you try to set
10297a new value with just @samp{set width=13}, because @value{GDBN} has the
10298command @code{set width}:
10299
474c8240 10300@smallexample
c906108c
SS
10301(@value{GDBP}) whatis width
10302type = double
10303(@value{GDBP}) p width
10304$4 = 13
10305(@value{GDBP}) set width=47
10306Invalid syntax in expression.
474c8240 10307@end smallexample
c906108c
SS
10308
10309@noindent
10310The invalid expression, of course, is @samp{=47}. In
10311order to actually set the program's variable @code{width}, use
10312
474c8240 10313@smallexample
c906108c 10314(@value{GDBP}) set var width=47
474c8240 10315@end smallexample
53a5351d 10316
c906108c
SS
10317Because the @code{set} command has many subcommands that can conflict
10318with the names of program variables, it is a good idea to use the
10319@code{set variable} command instead of just @code{set}. For example, if
10320your program has a variable @code{g}, you run into problems if you try
10321to set a new value with just @samp{set g=4}, because @value{GDBN} has
10322the command @code{set gnutarget}, abbreviated @code{set g}:
10323
474c8240 10324@smallexample
c906108c
SS
10325@group
10326(@value{GDBP}) whatis g
10327type = double
10328(@value{GDBP}) p g
10329$1 = 1
10330(@value{GDBP}) set g=4
2df3850c 10331(@value{GDBP}) p g
c906108c
SS
10332$2 = 1
10333(@value{GDBP}) r
10334The program being debugged has been started already.
10335Start it from the beginning? (y or n) y
10336Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
10337"/home/smith/cc_progs/a.out": can't open to read symbols:
10338 Invalid bfd target.
c906108c
SS
10339(@value{GDBP}) show g
10340The current BFD target is "=4".
10341@end group
474c8240 10342@end smallexample
c906108c
SS
10343
10344@noindent
10345The program variable @code{g} did not change, and you silently set the
10346@code{gnutarget} to an invalid value. In order to set the variable
10347@code{g}, use
10348
474c8240 10349@smallexample
c906108c 10350(@value{GDBP}) set var g=4
474c8240 10351@end smallexample
c906108c
SS
10352
10353@value{GDBN} allows more implicit conversions in assignments than C; you can
10354freely store an integer value into a pointer variable or vice versa,
10355and you can convert any structure to any other structure that is the
10356same length or shorter.
10357@comment FIXME: how do structs align/pad in these conversions?
10358@comment /[email protected] 18dec1990
10359
10360To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10361construct to generate a value of specified type at a specified address
10362(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10363to memory location @code{0x83040} as an integer (which implies a certain size
10364and representation in memory), and
10365
474c8240 10366@smallexample
c906108c 10367set @{int@}0x83040 = 4
474c8240 10368@end smallexample
c906108c
SS
10369
10370@noindent
10371stores the value 4 into that memory location.
10372
6d2ebf8b 10373@node Jumping
c906108c
SS
10374@section Continuing at a different address
10375
10376Ordinarily, when you continue your program, you do so at the place where
10377it stopped, with the @code{continue} command. You can instead continue at
10378an address of your own choosing, with the following commands:
10379
10380@table @code
10381@kindex jump
10382@item jump @var{linespec}
10383Resume execution at line @var{linespec}. Execution stops again
10384immediately if there is a breakpoint there. @xref{List, ,Printing
10385source lines}, for a description of the different forms of
10386@var{linespec}. It is common practice to use the @code{tbreak} command
10387in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10388breakpoints}.
10389
10390The @code{jump} command does not change the current stack frame, or
10391the stack pointer, or the contents of any memory location or any
10392register other than the program counter. If line @var{linespec} is in
10393a different function from the one currently executing, the results may
10394be bizarre if the two functions expect different patterns of arguments or
10395of local variables. For this reason, the @code{jump} command requests
10396confirmation if the specified line is not in the function currently
10397executing. However, even bizarre results are predictable if you are
10398well acquainted with the machine-language code of your program.
10399
10400@item jump *@var{address}
10401Resume execution at the instruction at address @var{address}.
10402@end table
10403
c906108c 10404@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
10405On many systems, you can get much the same effect as the @code{jump}
10406command by storing a new value into the register @code{$pc}. The
10407difference is that this does not start your program running; it only
10408changes the address of where it @emph{will} run when you continue. For
10409example,
c906108c 10410
474c8240 10411@smallexample
c906108c 10412set $pc = 0x485
474c8240 10413@end smallexample
c906108c
SS
10414
10415@noindent
10416makes the next @code{continue} command or stepping command execute at
10417address @code{0x485}, rather than at the address where your program stopped.
10418@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
10419
10420The most common occasion to use the @code{jump} command is to back
10421up---perhaps with more breakpoints set---over a portion of a program
10422that has already executed, in order to examine its execution in more
10423detail.
10424
c906108c 10425@c @group
6d2ebf8b 10426@node Signaling
c906108c 10427@section Giving your program a signal
9c16f35a 10428@cindex deliver a signal to a program
c906108c
SS
10429
10430@table @code
10431@kindex signal
10432@item signal @var{signal}
10433Resume execution where your program stopped, but immediately give it the
10434signal @var{signal}. @var{signal} can be the name or the number of a
10435signal. For example, on many systems @code{signal 2} and @code{signal
10436SIGINT} are both ways of sending an interrupt signal.
10437
10438Alternatively, if @var{signal} is zero, continue execution without
10439giving a signal. This is useful when your program stopped on account of
10440a signal and would ordinary see the signal when resumed with the
10441@code{continue} command; @samp{signal 0} causes it to resume without a
10442signal.
10443
10444@code{signal} does not repeat when you press @key{RET} a second time
10445after executing the command.
10446@end table
10447@c @end group
10448
10449Invoking the @code{signal} command is not the same as invoking the
10450@code{kill} utility from the shell. Sending a signal with @code{kill}
10451causes @value{GDBN} to decide what to do with the signal depending on
10452the signal handling tables (@pxref{Signals}). The @code{signal} command
10453passes the signal directly to your program.
10454
c906108c 10455
6d2ebf8b 10456@node Returning
c906108c
SS
10457@section Returning from a function
10458
10459@table @code
10460@cindex returning from a function
10461@kindex return
10462@item return
10463@itemx return @var{expression}
10464You can cancel execution of a function call with the @code{return}
10465command. If you give an
10466@var{expression} argument, its value is used as the function's return
10467value.
10468@end table
10469
10470When you use @code{return}, @value{GDBN} discards the selected stack frame
10471(and all frames within it). You can think of this as making the
10472discarded frame return prematurely. If you wish to specify a value to
10473be returned, give that value as the argument to @code{return}.
10474
10475This pops the selected stack frame (@pxref{Selection, ,Selecting a
10476frame}), and any other frames inside of it, leaving its caller as the
10477innermost remaining frame. That frame becomes selected. The
10478specified value is stored in the registers used for returning values
10479of functions.
10480
10481The @code{return} command does not resume execution; it leaves the
10482program stopped in the state that would exist if the function had just
10483returned. In contrast, the @code{finish} command (@pxref{Continuing
10484and Stepping, ,Continuing and stepping}) resumes execution until the
10485selected stack frame returns naturally.
10486
6d2ebf8b 10487@node Calling
c906108c
SS
10488@section Calling program functions
10489
f8568604 10490@table @code
c906108c 10491@cindex calling functions
f8568604
EZ
10492@cindex inferior functions, calling
10493@item print @var{expr}
9c16f35a 10494Evaluate the expression @var{expr} and display the resuling value.
f8568604
EZ
10495@var{expr} may include calls to functions in the program being
10496debugged.
10497
c906108c 10498@kindex call
c906108c
SS
10499@item call @var{expr}
10500Evaluate the expression @var{expr} without displaying @code{void}
10501returned values.
c906108c
SS
10502
10503You can use this variant of the @code{print} command if you want to
f8568604
EZ
10504execute a function from your program that does not return anything
10505(a.k.a.@: @dfn{a void function}), but without cluttering the output
10506with @code{void} returned values that @value{GDBN} will otherwise
10507print. If the result is not void, it is printed and saved in the
10508value history.
10509@end table
10510
9c16f35a
EZ
10511It is possible for the function you call via the @code{print} or
10512@code{call} command to generate a signal (e.g., if there's a bug in
10513the function, or if you passed it incorrect arguments). What happens
10514in that case is controlled by the @code{set unwindonsignal} command.
10515
10516@table @code
10517@item set unwindonsignal
10518@kindex set unwindonsignal
10519@cindex unwind stack in called functions
10520@cindex call dummy stack unwinding
10521Set unwinding of the stack if a signal is received while in a function
10522that @value{GDBN} called in the program being debugged. If set to on,
10523@value{GDBN} unwinds the stack it created for the call and restores
10524the context to what it was before the call. If set to off (the
10525default), @value{GDBN} stops in the frame where the signal was
10526received.
10527
10528@item show unwindonsignal
10529@kindex show unwindonsignal
10530Show the current setting of stack unwinding in the functions called by
10531@value{GDBN}.
10532@end table
10533
f8568604
EZ
10534@cindex weak alias functions
10535Sometimes, a function you wish to call is actually a @dfn{weak alias}
10536for another function. In such case, @value{GDBN} might not pick up
10537the type information, including the types of the function arguments,
10538which causes @value{GDBN} to call the inferior function incorrectly.
10539As a result, the called function will function erroneously and may
10540even crash. A solution to that is to use the name of the aliased
10541function instead.
c906108c 10542
6d2ebf8b 10543@node Patching
c906108c 10544@section Patching programs
7a292a7a 10545
c906108c
SS
10546@cindex patching binaries
10547@cindex writing into executables
c906108c 10548@cindex writing into corefiles
c906108c 10549
7a292a7a
SS
10550By default, @value{GDBN} opens the file containing your program's
10551executable code (or the corefile) read-only. This prevents accidental
10552alterations to machine code; but it also prevents you from intentionally
10553patching your program's binary.
c906108c
SS
10554
10555If you'd like to be able to patch the binary, you can specify that
10556explicitly with the @code{set write} command. For example, you might
10557want to turn on internal debugging flags, or even to make emergency
10558repairs.
10559
10560@table @code
10561@kindex set write
10562@item set write on
10563@itemx set write off
7a292a7a
SS
10564If you specify @samp{set write on}, @value{GDBN} opens executable and
10565core files for both reading and writing; if you specify @samp{set write
c906108c
SS
10566off} (the default), @value{GDBN} opens them read-only.
10567
10568If you have already loaded a file, you must load it again (using the
7a292a7a
SS
10569@code{exec-file} or @code{core-file} command) after changing @code{set
10570write}, for your new setting to take effect.
c906108c
SS
10571
10572@item show write
10573@kindex show write
7a292a7a
SS
10574Display whether executable files and core files are opened for writing
10575as well as reading.
c906108c
SS
10576@end table
10577
6d2ebf8b 10578@node GDB Files
c906108c
SS
10579@chapter @value{GDBN} Files
10580
7a292a7a
SS
10581@value{GDBN} needs to know the file name of the program to be debugged,
10582both in order to read its symbol table and in order to start your
10583program. To debug a core dump of a previous run, you must also tell
10584@value{GDBN} the name of the core dump file.
c906108c
SS
10585
10586@menu
10587* Files:: Commands to specify files
5b5d99cf 10588* Separate Debug Files:: Debugging information in separate files
c906108c
SS
10589* Symbol Errors:: Errors reading symbol files
10590@end menu
10591
6d2ebf8b 10592@node Files
c906108c 10593@section Commands to specify files
c906108c 10594
7a292a7a 10595@cindex symbol table
c906108c 10596@cindex core dump file
7a292a7a
SS
10597
10598You may want to specify executable and core dump file names. The usual
10599way to do this is at start-up time, using the arguments to
10600@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10601Out of @value{GDBN}}).
c906108c
SS
10602
10603Occasionally it is necessary to change to a different file during a
10604@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
10605a file you want to use. In these situations the @value{GDBN} commands
10606to specify new files are useful.
10607
10608@table @code
10609@cindex executable file
10610@kindex file
10611@item file @var{filename}
10612Use @var{filename} as the program to be debugged. It is read for its
10613symbols and for the contents of pure memory. It is also the program
10614executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
10615directory and the file is not found in the @value{GDBN} working directory,
10616@value{GDBN} uses the environment variable @code{PATH} as a list of
10617directories to search, just as the shell does when looking for a program
10618to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
10619and your program, using the @code{path} command.
10620
6d2ebf8b 10621On systems with memory-mapped files, an auxiliary file named
c906108c
SS
10622@file{@var{filename}.syms} may hold symbol table information for
10623@var{filename}. If so, @value{GDBN} maps in the symbol table from
10624@file{@var{filename}.syms}, starting up more quickly. See the
10625descriptions of the file options @samp{-mapped} and @samp{-readnow}
7b5ba0cc
EZ
10626(available on the command line, see @ref{File Options, , -readnow},
10627and with the commands @code{file}, @code{symbol-file}, or
10628@code{add-symbol-file}, described below), for more information.
c906108c
SS
10629
10630@item file
10631@code{file} with no argument makes @value{GDBN} discard any information it
10632has on both executable file and the symbol table.
10633
10634@kindex exec-file
10635@item exec-file @r{[} @var{filename} @r{]}
10636Specify that the program to be run (but not the symbol table) is found
10637in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10638if necessary to locate your program. Omitting @var{filename} means to
10639discard information on the executable file.
10640
10641@kindex symbol-file
10642@item symbol-file @r{[} @var{filename} @r{]}
10643Read symbol table information from file @var{filename}. @code{PATH} is
10644searched when necessary. Use the @code{file} command to get both symbol
10645table and program to run from the same file.
10646
10647@code{symbol-file} with no argument clears out @value{GDBN} information on your
10648program's symbol table.
10649
5d161b24 10650The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
10651of its convenience variables, the value history, and all breakpoints and
10652auto-display expressions. This is because they may contain pointers to
10653the internal data recording symbols and data types, which are part of
10654the old symbol table data being discarded inside @value{GDBN}.
10655
10656@code{symbol-file} does not repeat if you press @key{RET} again after
10657executing it once.
10658
10659When @value{GDBN} is configured for a particular environment, it
10660understands debugging information in whatever format is the standard
10661generated for that environment; you may use either a @sc{gnu} compiler, or
10662other compilers that adhere to the local conventions.
c906108c
SS
10663Best results are usually obtained from @sc{gnu} compilers; for example,
10664using @code{@value{GCC}} you can generate debugging information for
10665optimized code.
c906108c
SS
10666
10667For most kinds of object files, with the exception of old SVR3 systems
10668using COFF, the @code{symbol-file} command does not normally read the
10669symbol table in full right away. Instead, it scans the symbol table
10670quickly to find which source files and which symbols are present. The
10671details are read later, one source file at a time, as they are needed.
10672
10673The purpose of this two-stage reading strategy is to make @value{GDBN}
10674start up faster. For the most part, it is invisible except for
10675occasional pauses while the symbol table details for a particular source
10676file are being read. (The @code{set verbose} command can turn these
10677pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10678warnings and messages}.)
10679
c906108c
SS
10680We have not implemented the two-stage strategy for COFF yet. When the
10681symbol table is stored in COFF format, @code{symbol-file} reads the
10682symbol table data in full right away. Note that ``stabs-in-COFF''
10683still does the two-stage strategy, since the debug info is actually
10684in stabs format.
10685
10686@kindex readnow
10687@cindex reading symbols immediately
10688@cindex symbols, reading immediately
10689@kindex mapped
10690@cindex memory-mapped symbol file
10691@cindex saving symbol table
10692@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10693@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10694You can override the @value{GDBN} two-stage strategy for reading symbol
10695tables by using the @samp{-readnow} option with any of the commands that
10696load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 10697entire symbol table available.
c906108c 10698
c906108c
SS
10699If memory-mapped files are available on your system through the
10700@code{mmap} system call, you can use another option, @samp{-mapped}, to
10701cause @value{GDBN} to write the symbols for your program into a reusable
10702file. Future @value{GDBN} debugging sessions map in symbol information
10703from this auxiliary symbol file (if the program has not changed), rather
10704than spending time reading the symbol table from the executable
10705program. Using the @samp{-mapped} option has the same effect as
10706starting @value{GDBN} with the @samp{-mapped} command-line option.
10707
10708You can use both options together, to make sure the auxiliary symbol
10709file has all the symbol information for your program.
10710
10711The auxiliary symbol file for a program called @var{myprog} is called
10712@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
10713than the corresponding executable), @value{GDBN} always attempts to use
10714it when you debug @var{myprog}; no special options or commands are
10715needed.
10716
10717The @file{.syms} file is specific to the host machine where you run
10718@value{GDBN}. It holds an exact image of the internal @value{GDBN}
10719symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
10720
10721@c FIXME: for now no mention of directories, since this seems to be in
10722@c flux. 13mar1992 status is that in theory GDB would look either in
10723@c current dir or in same dir as myprog; but issues like competing
10724@c GDB's, or clutter in system dirs, mean that in practice right now
10725@c only current dir is used. FFish says maybe a special GDB hierarchy
10726@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10727@c files.
10728
c906108c 10729@kindex core-file
09d4efe1 10730@item core-file @r{[}@var{filename}@r{]}
4644b6e3 10731@itemx core
c906108c
SS
10732Specify the whereabouts of a core dump file to be used as the ``contents
10733of memory''. Traditionally, core files contain only some parts of the
10734address space of the process that generated them; @value{GDBN} can access the
10735executable file itself for other parts.
10736
10737@code{core-file} with no argument specifies that no core file is
10738to be used.
10739
10740Note that the core file is ignored when your program is actually running
7a292a7a
SS
10741under @value{GDBN}. So, if you have been running your program and you
10742wish to debug a core file instead, you must kill the subprocess in which
10743the program is running. To do this, use the @code{kill} command
c906108c 10744(@pxref{Kill Process, ,Killing the child process}).
c906108c 10745
c906108c
SS
10746@kindex add-symbol-file
10747@cindex dynamic linking
10748@item add-symbol-file @var{filename} @var{address}
10749@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 10750@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
10751The @code{add-symbol-file} command reads additional symbol table
10752information from the file @var{filename}. You would use this command
10753when @var{filename} has been dynamically loaded (by some other means)
10754into the program that is running. @var{address} should be the memory
10755address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
10756this out for itself. You can additionally specify an arbitrary number
10757of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10758section name and base address for that section. You can specify any
10759@var{address} as an expression.
c906108c
SS
10760
10761The symbol table of the file @var{filename} is added to the symbol table
10762originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
10763@code{add-symbol-file} command any number of times; the new symbol data
10764thus read keeps adding to the old. To discard all old symbol data
10765instead, use the @code{symbol-file} command without any arguments.
c906108c 10766
17d9d558
JB
10767@cindex relocatable object files, reading symbols from
10768@cindex object files, relocatable, reading symbols from
10769@cindex reading symbols from relocatable object files
10770@cindex symbols, reading from relocatable object files
10771@cindex @file{.o} files, reading symbols from
10772Although @var{filename} is typically a shared library file, an
10773executable file, or some other object file which has been fully
10774relocated for loading into a process, you can also load symbolic
10775information from relocatable @file{.o} files, as long as:
10776
10777@itemize @bullet
10778@item
10779the file's symbolic information refers only to linker symbols defined in
10780that file, not to symbols defined by other object files,
10781@item
10782every section the file's symbolic information refers to has actually
10783been loaded into the inferior, as it appears in the file, and
10784@item
10785you can determine the address at which every section was loaded, and
10786provide these to the @code{add-symbol-file} command.
10787@end itemize
10788
10789@noindent
10790Some embedded operating systems, like Sun Chorus and VxWorks, can load
10791relocatable files into an already running program; such systems
10792typically make the requirements above easy to meet. However, it's
10793important to recognize that many native systems use complex link
49efadf5 10794procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
10795assembly, for example) that make the requirements difficult to meet. In
10796general, one cannot assume that using @code{add-symbol-file} to read a
10797relocatable object file's symbolic information will have the same effect
10798as linking the relocatable object file into the program in the normal
10799way.
10800
c906108c
SS
10801@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10802
10803You can use the @samp{-mapped} and @samp{-readnow} options just as with
10804the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10805table information for @var{filename}.
10806
c45da7e6
EZ
10807@kindex add-symbol-file-from-memory
10808@cindex @code{syscall DSO}
10809@cindex load symbols from memory
10810@item add-symbol-file-from-memory @var{address}
10811Load symbols from the given @var{address} in a dynamically loaded
10812object file whose image is mapped directly into the inferior's memory.
10813For example, the Linux kernel maps a @code{syscall DSO} into each
10814process's address space; this DSO provides kernel-specific code for
10815some system calls. The argument can be any expression whose
10816evaluation yields the address of the file's shared object file header.
10817For this command to work, you must have used @code{symbol-file} or
10818@code{exec-file} commands in advance.
10819
09d4efe1
EZ
10820@kindex add-shared-symbol-files
10821@kindex assf
10822@item add-shared-symbol-files @var{library-file}
10823@itemx assf @var{library-file}
10824The @code{add-shared-symbol-files} command can currently be used only
10825in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10826alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10827@value{GDBN} automatically looks for shared libraries, however if
10828@value{GDBN} does not find yours, you can invoke
10829@code{add-shared-symbol-files}. It takes one argument: the shared
10830library's file name. @code{assf} is a shorthand alias for
10831@code{add-shared-symbol-files}.
c906108c 10832
c906108c 10833@kindex section
09d4efe1
EZ
10834@item section @var{section} @var{addr}
10835The @code{section} command changes the base address of the named
10836@var{section} of the exec file to @var{addr}. This can be used if the
10837exec file does not contain section addresses, (such as in the
10838@code{a.out} format), or when the addresses specified in the file
10839itself are wrong. Each section must be changed separately. The
10840@code{info files} command, described below, lists all the sections and
10841their addresses.
c906108c
SS
10842
10843@kindex info files
10844@kindex info target
10845@item info files
10846@itemx info target
7a292a7a
SS
10847@code{info files} and @code{info target} are synonymous; both print the
10848current target (@pxref{Targets, ,Specifying a Debugging Target}),
10849including the names of the executable and core dump files currently in
10850use by @value{GDBN}, and the files from which symbols were loaded. The
10851command @code{help target} lists all possible targets rather than
10852current ones.
10853
fe95c787
MS
10854@kindex maint info sections
10855@item maint info sections
10856Another command that can give you extra information about program sections
10857is @code{maint info sections}. In addition to the section information
10858displayed by @code{info files}, this command displays the flags and file
10859offset of each section in the executable and core dump files. In addition,
10860@code{maint info sections} provides the following command options (which
10861may be arbitrarily combined):
10862
10863@table @code
10864@item ALLOBJ
10865Display sections for all loaded object files, including shared libraries.
10866@item @var{sections}
6600abed 10867Display info only for named @var{sections}.
fe95c787
MS
10868@item @var{section-flags}
10869Display info only for sections for which @var{section-flags} are true.
10870The section flags that @value{GDBN} currently knows about are:
10871@table @code
10872@item ALLOC
10873Section will have space allocated in the process when loaded.
10874Set for all sections except those containing debug information.
10875@item LOAD
10876Section will be loaded from the file into the child process memory.
10877Set for pre-initialized code and data, clear for @code{.bss} sections.
10878@item RELOC
10879Section needs to be relocated before loading.
10880@item READONLY
10881Section cannot be modified by the child process.
10882@item CODE
10883Section contains executable code only.
6600abed 10884@item DATA
fe95c787
MS
10885Section contains data only (no executable code).
10886@item ROM
10887Section will reside in ROM.
10888@item CONSTRUCTOR
10889Section contains data for constructor/destructor lists.
10890@item HAS_CONTENTS
10891Section is not empty.
10892@item NEVER_LOAD
10893An instruction to the linker to not output the section.
10894@item COFF_SHARED_LIBRARY
10895A notification to the linker that the section contains
10896COFF shared library information.
10897@item IS_COMMON
10898Section contains common symbols.
10899@end table
10900@end table
6763aef9 10901@kindex set trust-readonly-sections
9c16f35a 10902@cindex read-only sections
6763aef9
MS
10903@item set trust-readonly-sections on
10904Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10905really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10906In that case, @value{GDBN} can fetch values from these sections
10907out of the object file, rather than from the target program.
10908For some targets (notably embedded ones), this can be a significant
10909enhancement to debugging performance.
10910
10911The default is off.
10912
10913@item set trust-readonly-sections off
15110bc3 10914Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10915the contents of the section might change while the program is running,
10916and must therefore be fetched from the target when needed.
9c16f35a
EZ
10917
10918@item show trust-readonly-sections
10919Show the current setting of trusting readonly sections.
c906108c
SS
10920@end table
10921
10922All file-specifying commands allow both absolute and relative file names
10923as arguments. @value{GDBN} always converts the file name to an absolute file
10924name and remembers it that way.
10925
c906108c 10926@cindex shared libraries
9c16f35a
EZ
10927@value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10928and IBM RS/6000 AIX shared libraries.
53a5351d 10929
c906108c
SS
10930@value{GDBN} automatically loads symbol definitions from shared libraries
10931when you use the @code{run} command, or when you examine a core file.
10932(Before you issue the @code{run} command, @value{GDBN} does not understand
10933references to a function in a shared library, however---unless you are
10934debugging a core file).
53a5351d
JM
10935
10936On HP-UX, if the program loads a library explicitly, @value{GDBN}
10937automatically loads the symbols at the time of the @code{shl_load} call.
10938
c906108c
SS
10939@c FIXME: some @value{GDBN} release may permit some refs to undef
10940@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10941@c FIXME...lib; check this from time to time when updating manual
10942
b7209cb4
FF
10943There are times, however, when you may wish to not automatically load
10944symbol definitions from shared libraries, such as when they are
10945particularly large or there are many of them.
10946
10947To control the automatic loading of shared library symbols, use the
10948commands:
10949
10950@table @code
10951@kindex set auto-solib-add
10952@item set auto-solib-add @var{mode}
10953If @var{mode} is @code{on}, symbols from all shared object libraries
10954will be loaded automatically when the inferior begins execution, you
10955attach to an independently started inferior, or when the dynamic linker
10956informs @value{GDBN} that a new library has been loaded. If @var{mode}
10957is @code{off}, symbols must be loaded manually, using the
10958@code{sharedlibrary} command. The default value is @code{on}.
10959
dcaf7c2c
EZ
10960@cindex memory used for symbol tables
10961If your program uses lots of shared libraries with debug info that
10962takes large amounts of memory, you can decrease the @value{GDBN}
10963memory footprint by preventing it from automatically loading the
10964symbols from shared libraries. To that end, type @kbd{set
10965auto-solib-add off} before running the inferior, then load each
10966library whose debug symbols you do need with @kbd{sharedlibrary
10967@var{regexp}}, where @var{regexp} is a regular expresion that matches
10968the libraries whose symbols you want to be loaded.
10969
b7209cb4
FF
10970@kindex show auto-solib-add
10971@item show auto-solib-add
10972Display the current autoloading mode.
10973@end table
10974
c45da7e6 10975@cindex load shared library
b7209cb4
FF
10976To explicitly load shared library symbols, use the @code{sharedlibrary}
10977command:
10978
c906108c
SS
10979@table @code
10980@kindex info sharedlibrary
10981@kindex info share
10982@item info share
10983@itemx info sharedlibrary
10984Print the names of the shared libraries which are currently loaded.
10985
10986@kindex sharedlibrary
10987@kindex share
10988@item sharedlibrary @var{regex}
10989@itemx share @var{regex}
c906108c
SS
10990Load shared object library symbols for files matching a
10991Unix regular expression.
10992As with files loaded automatically, it only loads shared libraries
10993required by your program for a core file or after typing @code{run}. If
10994@var{regex} is omitted all shared libraries required by your program are
10995loaded.
c45da7e6
EZ
10996
10997@item nosharedlibrary
10998@kindex nosharedlibrary
10999@cindex unload symbols from shared libraries
11000Unload all shared object library symbols. This discards all symbols
11001that have been loaded from all shared libraries. Symbols from shared
11002libraries that were loaded by explicit user requests are not
11003discarded.
c906108c
SS
11004@end table
11005
721c2651
EZ
11006Sometimes you may wish that @value{GDBN} stops and gives you control
11007when any of shared library events happen. Use the @code{set
11008stop-on-solib-events} command for this:
11009
11010@table @code
11011@item set stop-on-solib-events
11012@kindex set stop-on-solib-events
11013This command controls whether @value{GDBN} should give you control
11014when the dynamic linker notifies it about some shared library event.
11015The most common event of interest is loading or unloading of a new
11016shared library.
11017
11018@item show stop-on-solib-events
11019@kindex show stop-on-solib-events
11020Show whether @value{GDBN} stops and gives you control when shared
11021library events happen.
11022@end table
11023
f5ebfba0
DJ
11024Shared libraries are also supported in many cross or remote debugging
11025configurations. A copy of the target's libraries need to be present on the
11026host system; they need to be the same as the target libraries, although the
11027copies on the target can be stripped as long as the copies on the host are
11028not.
11029
11030You need to tell @value{GDBN} where the target libraries are, so that it can
11031load the correct copies---otherwise, it may try to load the host's libraries.
11032@value{GDBN} has two variables to specify the search directories for target
11033libraries.
11034
11035@table @code
11036@kindex set solib-absolute-prefix
11037@item set solib-absolute-prefix @var{path}
11038If this variable is set, @var{path} will be used as a prefix for any
11039absolute shared library paths; many runtime loaders store the absolute
11040paths to the shared library in the target program's memory. If you use
11041@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
11042out in the same way that they are on the target, with e.g.@: a
11043@file{/usr/lib} hierarchy under @var{path}.
11044
11045You can set the default value of @samp{solib-absolute-prefix} by using the
11046configure-time @samp{--with-sysroot} option.
11047
11048@kindex show solib-absolute-prefix
11049@item show solib-absolute-prefix
11050Display the current shared library prefix.
11051
11052@kindex set solib-search-path
11053@item set solib-search-path @var{path}
11054If this variable is set, @var{path} is a colon-separated list of directories
11055to search for shared libraries. @samp{solib-search-path} is used after
11056@samp{solib-absolute-prefix} fails to locate the library, or if the path to
11057the library is relative instead of absolute. If you want to use
11058@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
11059set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
11060@value{GDBN} from finding your host's libraries.
11061
11062@kindex show solib-search-path
11063@item show solib-search-path
11064Display the current shared library search path.
11065@end table
11066
5b5d99cf
JB
11067
11068@node Separate Debug Files
11069@section Debugging Information in Separate Files
11070@cindex separate debugging information files
11071@cindex debugging information in separate files
11072@cindex @file{.debug} subdirectories
11073@cindex debugging information directory, global
11074@cindex global debugging information directory
11075
11076@value{GDBN} allows you to put a program's debugging information in a
11077file separate from the executable itself, in a way that allows
11078@value{GDBN} to find and load the debugging information automatically.
11079Since debugging information can be very large --- sometimes larger
11080than the executable code itself --- some systems distribute debugging
11081information for their executables in separate files, which users can
11082install only when they need to debug a problem.
11083
11084If an executable's debugging information has been extracted to a
11085separate file, the executable should contain a @dfn{debug link} giving
11086the name of the debugging information file (with no directory
11087components), and a checksum of its contents. (The exact form of a
11088debug link is described below.) If the full name of the directory
11089containing the executable is @var{execdir}, and the executable has a
11090debug link that specifies the name @var{debugfile}, then @value{GDBN}
11091will automatically search for the debugging information file in three
11092places:
11093
11094@itemize @bullet
11095@item
11096the directory containing the executable file (that is, it will look
11097for a file named @file{@var{execdir}/@var{debugfile}},
11098@item
11099a subdirectory of that directory named @file{.debug} (that is, the
11100file @file{@var{execdir}/.debug/@var{debugfile}}, and
11101@item
11102a subdirectory of the global debug file directory that includes the
11103executable's full path, and the name from the link (that is, the file
11104@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11105@var{globaldebugdir} is the global debug file directory, and
11106@var{execdir} has been turned into a relative path).
11107@end itemize
11108@noindent
11109@value{GDBN} checks under each of these names for a debugging
11110information file whose checksum matches that given in the link, and
11111reads the debugging information from the first one it finds.
11112
11113So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11114which has a link containing the name @file{ls.debug}, and the global
11115debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11116for debug information in @file{/usr/bin/ls.debug},
11117@file{/usr/bin/.debug/ls.debug}, and
11118@file{/usr/lib/debug/usr/bin/ls.debug}.
11119
11120You can set the global debugging info directory's name, and view the
11121name @value{GDBN} is currently using.
11122
11123@table @code
11124
11125@kindex set debug-file-directory
11126@item set debug-file-directory @var{directory}
11127Set the directory which @value{GDBN} searches for separate debugging
11128information files to @var{directory}.
11129
11130@kindex show debug-file-directory
11131@item show debug-file-directory
11132Show the directory @value{GDBN} searches for separate debugging
11133information files.
11134
11135@end table
11136
11137@cindex @code{.gnu_debuglink} sections
11138@cindex debug links
11139A debug link is a special section of the executable file named
11140@code{.gnu_debuglink}. The section must contain:
11141
11142@itemize
11143@item
11144A filename, with any leading directory components removed, followed by
11145a zero byte,
11146@item
11147zero to three bytes of padding, as needed to reach the next four-byte
11148boundary within the section, and
11149@item
11150a four-byte CRC checksum, stored in the same endianness used for the
11151executable file itself. The checksum is computed on the debugging
11152information file's full contents by the function given below, passing
11153zero as the @var{crc} argument.
11154@end itemize
11155
11156Any executable file format can carry a debug link, as long as it can
11157contain a section named @code{.gnu_debuglink} with the contents
11158described above.
11159
11160The debugging information file itself should be an ordinary
11161executable, containing a full set of linker symbols, sections, and
11162debugging information. The sections of the debugging information file
11163should have the same names, addresses and sizes as the original file,
11164but they need not contain any data --- much like a @code{.bss} section
11165in an ordinary executable.
11166
11167As of December 2002, there is no standard GNU utility to produce
11168separated executable / debugging information file pairs. Ulrich
11169Drepper's @file{elfutils} package, starting with version 0.53,
11170contains a version of the @code{strip} command such that the command
11171@kbd{strip foo -f foo.debug} removes the debugging information from
11172the executable file @file{foo}, places it in the file
11173@file{foo.debug}, and leaves behind a debug link in @file{foo}.
11174
11175Since there are many different ways to compute CRC's (different
11176polynomials, reversals, byte ordering, etc.), the simplest way to
11177describe the CRC used in @code{.gnu_debuglink} sections is to give the
11178complete code for a function that computes it:
11179
4644b6e3 11180@kindex gnu_debuglink_crc32
5b5d99cf
JB
11181@smallexample
11182unsigned long
11183gnu_debuglink_crc32 (unsigned long crc,
11184 unsigned char *buf, size_t len)
11185@{
11186 static const unsigned long crc32_table[256] =
11187 @{
11188 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11189 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11190 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11191 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11192 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11193 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11194 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11195 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11196 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11197 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11198 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11199 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11200 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11201 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11202 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11203 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11204 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11205 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11206 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11207 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11208 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11209 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11210 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11211 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11212 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11213 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11214 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11215 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11216 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11217 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11218 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11219 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11220 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11221 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11222 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11223 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11224 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11225 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11226 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11227 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11228 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11229 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11230 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11231 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11232 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11233 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11234 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11235 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11236 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11237 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11238 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11239 0x2d02ef8d
11240 @};
11241 unsigned char *end;
11242
11243 crc = ~crc & 0xffffffff;
11244 for (end = buf + len; buf < end; ++buf)
11245 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 11246 return ~crc & 0xffffffff;
5b5d99cf
JB
11247@}
11248@end smallexample
11249
11250
6d2ebf8b 11251@node Symbol Errors
c906108c
SS
11252@section Errors reading symbol files
11253
11254While reading a symbol file, @value{GDBN} occasionally encounters problems,
11255such as symbol types it does not recognize, or known bugs in compiler
11256output. By default, @value{GDBN} does not notify you of such problems, since
11257they are relatively common and primarily of interest to people
11258debugging compilers. If you are interested in seeing information
11259about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11260only one message about each such type of problem, no matter how many
11261times the problem occurs; or you can ask @value{GDBN} to print more messages,
11262to see how many times the problems occur, with the @code{set
11263complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11264messages}).
11265
11266The messages currently printed, and their meanings, include:
11267
11268@table @code
11269@item inner block not inside outer block in @var{symbol}
11270
11271The symbol information shows where symbol scopes begin and end
11272(such as at the start of a function or a block of statements). This
11273error indicates that an inner scope block is not fully contained
11274in its outer scope blocks.
11275
11276@value{GDBN} circumvents the problem by treating the inner block as if it had
11277the same scope as the outer block. In the error message, @var{symbol}
11278may be shown as ``@code{(don't know)}'' if the outer block is not a
11279function.
11280
11281@item block at @var{address} out of order
11282
11283The symbol information for symbol scope blocks should occur in
11284order of increasing addresses. This error indicates that it does not
11285do so.
11286
11287@value{GDBN} does not circumvent this problem, and has trouble
11288locating symbols in the source file whose symbols it is reading. (You
11289can often determine what source file is affected by specifying
11290@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11291messages}.)
11292
11293@item bad block start address patched
11294
11295The symbol information for a symbol scope block has a start address
11296smaller than the address of the preceding source line. This is known
11297to occur in the SunOS 4.1.1 (and earlier) C compiler.
11298
11299@value{GDBN} circumvents the problem by treating the symbol scope block as
11300starting on the previous source line.
11301
11302@item bad string table offset in symbol @var{n}
11303
11304@cindex foo
11305Symbol number @var{n} contains a pointer into the string table which is
11306larger than the size of the string table.
11307
11308@value{GDBN} circumvents the problem by considering the symbol to have the
11309name @code{foo}, which may cause other problems if many symbols end up
11310with this name.
11311
11312@item unknown symbol type @code{0x@var{nn}}
11313
7a292a7a
SS
11314The symbol information contains new data types that @value{GDBN} does
11315not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 11316uncomprehended information, in hexadecimal.
c906108c 11317
7a292a7a
SS
11318@value{GDBN} circumvents the error by ignoring this symbol information.
11319This usually allows you to debug your program, though certain symbols
c906108c 11320are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
11321debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11322on @code{complain}, then go up to the function @code{read_dbx_symtab}
11323and examine @code{*bufp} to see the symbol.
c906108c
SS
11324
11325@item stub type has NULL name
c906108c 11326
7a292a7a 11327@value{GDBN} could not find the full definition for a struct or class.
c906108c 11328
7a292a7a 11329@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 11330The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
11331information that recent versions of the compiler should have output for
11332it.
c906108c
SS
11333
11334@item info mismatch between compiler and debugger
11335
11336@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 11337
c906108c
SS
11338@end table
11339
6d2ebf8b 11340@node Targets
c906108c 11341@chapter Specifying a Debugging Target
7a292a7a 11342
c906108c 11343@cindex debugging target
c906108c 11344A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
11345
11346Often, @value{GDBN} runs in the same host environment as your program;
11347in that case, the debugging target is specified as a side effect when
11348you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
11349flexibility---for example, running @value{GDBN} on a physically separate
11350host, or controlling a standalone system over a serial port or a
53a5351d
JM
11351realtime system over a TCP/IP connection---you can use the @code{target}
11352command to specify one of the target types configured for @value{GDBN}
11353(@pxref{Target Commands, ,Commands for managing targets}).
c906108c 11354
a8f24a35
EZ
11355@cindex target architecture
11356It is possible to build @value{GDBN} for several different @dfn{target
11357architectures}. When @value{GDBN} is built like that, you can choose
11358one of the available architectures with the @kbd{set architecture}
11359command.
11360
11361@table @code
11362@kindex set architecture
11363@kindex show architecture
11364@item set architecture @var{arch}
11365This command sets the current target architecture to @var{arch}. The
11366value of @var{arch} can be @code{"auto"}, in addition to one of the
11367supported architectures.
11368
11369@item show architecture
11370Show the current target architecture.
9c16f35a
EZ
11371
11372@item set processor
11373@itemx processor
11374@kindex set processor
11375@kindex show processor
11376These are alias commands for, respectively, @code{set architecture}
11377and @code{show architecture}.
a8f24a35
EZ
11378@end table
11379
c906108c
SS
11380@menu
11381* Active Targets:: Active targets
11382* Target Commands:: Commands for managing targets
c906108c
SS
11383* Byte Order:: Choosing target byte order
11384* Remote:: Remote debugging
96baa820 11385* KOD:: Kernel Object Display
c906108c
SS
11386
11387@end menu
11388
6d2ebf8b 11389@node Active Targets
c906108c 11390@section Active targets
7a292a7a 11391
c906108c
SS
11392@cindex stacking targets
11393@cindex active targets
11394@cindex multiple targets
11395
c906108c 11396There are three classes of targets: processes, core files, and
7a292a7a
SS
11397executable files. @value{GDBN} can work concurrently on up to three
11398active targets, one in each class. This allows you to (for example)
11399start a process and inspect its activity without abandoning your work on
11400a core file.
c906108c
SS
11401
11402For example, if you execute @samp{gdb a.out}, then the executable file
11403@code{a.out} is the only active target. If you designate a core file as
11404well---presumably from a prior run that crashed and coredumped---then
11405@value{GDBN} has two active targets and uses them in tandem, looking
11406first in the corefile target, then in the executable file, to satisfy
11407requests for memory addresses. (Typically, these two classes of target
11408are complementary, since core files contain only a program's
11409read-write memory---variables and so on---plus machine status, while
11410executable files contain only the program text and initialized data.)
c906108c
SS
11411
11412When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
11413target as well. When a process target is active, all @value{GDBN}
11414commands requesting memory addresses refer to that target; addresses in
11415an active core file or executable file target are obscured while the
11416process target is active.
c906108c 11417
7a292a7a
SS
11418Use the @code{core-file} and @code{exec-file} commands to select a new
11419core file or executable target (@pxref{Files, ,Commands to specify
c906108c 11420files}). To specify as a target a process that is already running, use
7a292a7a
SS
11421the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11422process}).
c906108c 11423
6d2ebf8b 11424@node Target Commands
c906108c
SS
11425@section Commands for managing targets
11426
11427@table @code
11428@item target @var{type} @var{parameters}
7a292a7a
SS
11429Connects the @value{GDBN} host environment to a target machine or
11430process. A target is typically a protocol for talking to debugging
11431facilities. You use the argument @var{type} to specify the type or
11432protocol of the target machine.
c906108c
SS
11433
11434Further @var{parameters} are interpreted by the target protocol, but
11435typically include things like device names or host names to connect
11436with, process numbers, and baud rates.
c906108c
SS
11437
11438The @code{target} command does not repeat if you press @key{RET} again
11439after executing the command.
11440
11441@kindex help target
11442@item help target
11443Displays the names of all targets available. To display targets
11444currently selected, use either @code{info target} or @code{info files}
11445(@pxref{Files, ,Commands to specify files}).
11446
11447@item help target @var{name}
11448Describe a particular target, including any parameters necessary to
11449select it.
11450
11451@kindex set gnutarget
11452@item set gnutarget @var{args}
5d161b24 11453@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 11454knows whether it is reading an @dfn{executable},
5d161b24
DB
11455a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11456with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
11457with @code{gnutarget} the @code{target} refers to a program, not a machine.
11458
d4f3574e 11459@quotation
c906108c
SS
11460@emph{Warning:} To specify a file format with @code{set gnutarget},
11461you must know the actual BFD name.
d4f3574e 11462@end quotation
c906108c 11463
d4f3574e
SS
11464@noindent
11465@xref{Files, , Commands to specify files}.
c906108c 11466
5d161b24 11467@kindex show gnutarget
c906108c
SS
11468@item show gnutarget
11469Use the @code{show gnutarget} command to display what file format
11470@code{gnutarget} is set to read. If you have not set @code{gnutarget},
11471@value{GDBN} will determine the file format for each file automatically,
11472and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11473@end table
11474
4644b6e3 11475@cindex common targets
c906108c
SS
11476Here are some common targets (available, or not, depending on the GDB
11477configuration):
c906108c
SS
11478
11479@table @code
4644b6e3 11480@kindex target
c906108c 11481@item target exec @var{program}
4644b6e3 11482@cindex executable file target
c906108c
SS
11483An executable file. @samp{target exec @var{program}} is the same as
11484@samp{exec-file @var{program}}.
11485
c906108c 11486@item target core @var{filename}
4644b6e3 11487@cindex core dump file target
c906108c
SS
11488A core dump file. @samp{target core @var{filename}} is the same as
11489@samp{core-file @var{filename}}.
c906108c 11490
c906108c 11491@item target remote @var{dev}
4644b6e3 11492@cindex remote target
c906108c
SS
11493Remote serial target in GDB-specific protocol. The argument @var{dev}
11494specifies what serial device to use for the connection (e.g.
11495@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 11496supports the @code{load} command. This is only useful if you have
c906108c
SS
11497some other way of getting the stub to the target system, and you can put
11498it somewhere in memory where it won't get clobbered by the download.
11499
c906108c 11500@item target sim
4644b6e3 11501@cindex built-in simulator target
2df3850c 11502Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 11503In general,
474c8240 11504@smallexample
104c1213
JM
11505 target sim
11506 load
11507 run
474c8240 11508@end smallexample
d4f3574e 11509@noindent
104c1213 11510works; however, you cannot assume that a specific memory map, device
d4f3574e 11511drivers, or even basic I/O is available, although some simulators do
104c1213
JM
11512provide these. For info about any processor-specific simulator details,
11513see the appropriate section in @ref{Embedded Processors, ,Embedded
11514Processors}.
11515
c906108c
SS
11516@end table
11517
104c1213 11518Some configurations may include these targets as well:
c906108c
SS
11519
11520@table @code
11521
c906108c 11522@item target nrom @var{dev}
4644b6e3 11523@cindex NetROM ROM emulator target
c906108c
SS
11524NetROM ROM emulator. This target only supports downloading.
11525
c906108c
SS
11526@end table
11527
5d161b24 11528Different targets are available on different configurations of @value{GDBN};
c906108c 11529your configuration may have more or fewer targets.
c906108c 11530
721c2651
EZ
11531Many remote targets require you to download the executable's code once
11532you've successfully established a connection. You may wish to control
11533various aspects of this process, such as the size of the data chunks
11534used by @value{GDBN} to download program parts to the remote target.
a8f24a35
EZ
11535
11536@table @code
11537@kindex set download-write-size
11538@item set download-write-size @var{size}
11539Set the write size used when downloading a program. Only used when
11540downloading a program onto a remote target. Specify zero or a
11541negative value to disable blocked writes. The actual size of each
11542transfer is also limited by the size of the target packet and the
11543memory cache.
11544
11545@kindex show download-write-size
11546@item show download-write-size
721c2651 11547@kindex show download-write-size
a8f24a35 11548Show the current value of the write size.
721c2651
EZ
11549
11550@item set hash
11551@kindex set hash@r{, for remote monitors}
11552@cindex hash mark while downloading
11553This command controls whether a hash mark @samp{#} is displayed while
11554downloading a file to the remote monitor. If on, a hash mark is
11555displayed after each S-record is successfully downloaded to the
11556monitor.
11557
11558@item show hash
11559@kindex show hash@r{, for remote monitors}
11560Show the current status of displaying the hash mark.
11561
11562@item set debug monitor
11563@kindex set debug monitor
11564@cindex display remote monitor communications
11565Enable or disable display of communications messages between
11566@value{GDBN} and the remote monitor.
11567
11568@item show debug monitor
11569@kindex show debug monitor
11570Show the current status of displaying communications between
11571@value{GDBN} and the remote monitor.
a8f24a35 11572@end table
c906108c
SS
11573
11574@table @code
11575
11576@kindex load @var{filename}
11577@item load @var{filename}
c906108c
SS
11578Depending on what remote debugging facilities are configured into
11579@value{GDBN}, the @code{load} command may be available. Where it exists, it
11580is meant to make @var{filename} (an executable) available for debugging
11581on the remote system---by downloading, or dynamic linking, for example.
11582@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11583the @code{add-symbol-file} command.
11584
11585If your @value{GDBN} does not have a @code{load} command, attempting to
11586execute it gets the error message ``@code{You can't do that when your
11587target is @dots{}}''
c906108c
SS
11588
11589The file is loaded at whatever address is specified in the executable.
11590For some object file formats, you can specify the load address when you
11591link the program; for other formats, like a.out, the object file format
11592specifies a fixed address.
11593@c FIXME! This would be a good place for an xref to the GNU linker doc.
11594
c906108c
SS
11595@code{load} does not repeat if you press @key{RET} again after using it.
11596@end table
11597
6d2ebf8b 11598@node Byte Order
c906108c 11599@section Choosing target byte order
7a292a7a 11600
c906108c
SS
11601@cindex choosing target byte order
11602@cindex target byte order
c906108c 11603
172c2a43 11604Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
11605offer the ability to run either big-endian or little-endian byte
11606orders. Usually the executable or symbol will include a bit to
11607designate the endian-ness, and you will not need to worry about
11608which to use. However, you may still find it useful to adjust
d4f3574e 11609@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
11610
11611@table @code
4644b6e3 11612@kindex set endian
c906108c
SS
11613@item set endian big
11614Instruct @value{GDBN} to assume the target is big-endian.
11615
c906108c
SS
11616@item set endian little
11617Instruct @value{GDBN} to assume the target is little-endian.
11618
c906108c
SS
11619@item set endian auto
11620Instruct @value{GDBN} to use the byte order associated with the
11621executable.
11622
11623@item show endian
11624Display @value{GDBN}'s current idea of the target byte order.
11625
11626@end table
11627
11628Note that these commands merely adjust interpretation of symbolic
11629data on the host, and that they have absolutely no effect on the
11630target system.
11631
6d2ebf8b 11632@node Remote
c906108c
SS
11633@section Remote debugging
11634@cindex remote debugging
11635
11636If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
11637@value{GDBN} in the usual way, it is often useful to use remote debugging.
11638For example, you might use remote debugging on an operating system kernel,
c906108c
SS
11639or on a small system which does not have a general purpose operating system
11640powerful enough to run a full-featured debugger.
11641
11642Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11643to make this work with particular debugging targets. In addition,
5d161b24 11644@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
11645but not specific to any particular target system) which you can use if you
11646write the remote stubs---the code that runs on the remote system to
11647communicate with @value{GDBN}.
11648
11649Other remote targets may be available in your
11650configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 11651
c45da7e6
EZ
11652Once you've connected to the remote target, @value{GDBN} allows you to
11653send arbitrary commands to the remote monitor:
11654
11655@table @code
11656@item remote @var{command}
11657@kindex remote@r{, a command}
11658@cindex send command to remote monitor
11659Send an arbitrary @var{command} string to the remote monitor.
11660@end table
11661
11662
6f05cf9f
AC
11663@node KOD
11664@section Kernel Object Display
6f05cf9f 11665@cindex kernel object display
6f05cf9f
AC
11666@cindex KOD
11667
11668Some targets support kernel object display. Using this facility,
11669@value{GDBN} communicates specially with the underlying operating system
11670and can display information about operating system-level objects such as
11671mutexes and other synchronization objects. Exactly which objects can be
11672displayed is determined on a per-OS basis.
11673
3bbe9696 11674@kindex set os
6f05cf9f
AC
11675Use the @code{set os} command to set the operating system. This tells
11676@value{GDBN} which kernel object display module to initialize:
11677
474c8240 11678@smallexample
6f05cf9f 11679(@value{GDBP}) set os cisco
474c8240 11680@end smallexample
6f05cf9f 11681
3bbe9696
EZ
11682@kindex show os
11683The associated command @code{show os} displays the operating system
11684set with the @code{set os} command; if no operating system has been
11685set, @code{show os} will display an empty string @samp{""}.
11686
6f05cf9f
AC
11687If @code{set os} succeeds, @value{GDBN} will display some information
11688about the operating system, and will create a new @code{info} command
11689which can be used to query the target. The @code{info} command is named
11690after the operating system:
c906108c 11691
3bbe9696 11692@kindex info cisco
474c8240 11693@smallexample
6f05cf9f
AC
11694(@value{GDBP}) info cisco
11695List of Cisco Kernel Objects
11696Object Description
11697any Any and all objects
474c8240 11698@end smallexample
6f05cf9f
AC
11699
11700Further subcommands can be used to query about particular objects known
11701by the kernel.
11702
3bbe9696
EZ
11703There is currently no way to determine whether a given operating
11704system is supported other than to try setting it with @kbd{set os
11705@var{name}}, where @var{name} is the name of the operating system you
11706want to try.
6f05cf9f
AC
11707
11708
11709@node Remote Debugging
11710@chapter Debugging remote programs
11711
6b2f586d 11712@menu
07f31aa6 11713* Connecting:: Connecting to a remote target
6b2f586d
AC
11714* Server:: Using the gdbserver program
11715* NetWare:: Using the gdbserve.nlm program
501eef12 11716* Remote configuration:: Remote configuration
6b2f586d 11717* remote stub:: Implementing a remote stub
6b2f586d
AC
11718@end menu
11719
07f31aa6
DJ
11720@node Connecting
11721@section Connecting to a remote target
11722
11723On the @value{GDBN} host machine, you will need an unstripped copy of
11724your program, since @value{GDBN} needs symobl and debugging information.
11725Start up @value{GDBN} as usual, using the name of the local copy of your
11726program as the first argument.
11727
11728@cindex serial line, @code{target remote}
11729If you're using a serial line, you may want to give @value{GDBN} the
11730@w{@samp{--baud}} option, or use the @code{set remotebaud} command
9c16f35a
EZ
11731(@pxref{Remote configuration, set remotebaud}) before the
11732@code{target} command.
07f31aa6
DJ
11733
11734After that, use @code{target remote} to establish communications with
11735the target machine. Its argument specifies how to communicate---either
11736via a devicename attached to a direct serial line, or a TCP or UDP port
11737(possibly to a terminal server which in turn has a serial line to the
11738target). For example, to use a serial line connected to the device
11739named @file{/dev/ttyb}:
11740
11741@smallexample
11742target remote /dev/ttyb
11743@end smallexample
11744
11745@cindex TCP port, @code{target remote}
11746To use a TCP connection, use an argument of the form
11747@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11748For example, to connect to port 2828 on a
11749terminal server named @code{manyfarms}:
11750
11751@smallexample
11752target remote manyfarms:2828
11753@end smallexample
11754
11755If your remote target is actually running on the same machine as
11756your debugger session (e.g.@: a simulator of your target running on
11757the same host), you can omit the hostname. For example, to connect
11758to port 1234 on your local machine:
11759
11760@smallexample
11761target remote :1234
11762@end smallexample
11763@noindent
11764
11765Note that the colon is still required here.
11766
11767@cindex UDP port, @code{target remote}
11768To use a UDP connection, use an argument of the form
11769@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11770on a terminal server named @code{manyfarms}:
11771
11772@smallexample
11773target remote udp:manyfarms:2828
11774@end smallexample
11775
11776When using a UDP connection for remote debugging, you should keep in mind
11777that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11778busy or unreliable networks, which will cause havoc with your debugging
11779session.
11780
11781Now you can use all the usual commands to examine and change data and to
11782step and continue the remote program.
11783
11784@cindex interrupting remote programs
11785@cindex remote programs, interrupting
11786Whenever @value{GDBN} is waiting for the remote program, if you type the
11787interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11788program. This may or may not succeed, depending in part on the hardware
11789and the serial drivers the remote system uses. If you type the
11790interrupt character once again, @value{GDBN} displays this prompt:
11791
11792@smallexample
11793Interrupted while waiting for the program.
11794Give up (and stop debugging it)? (y or n)
11795@end smallexample
11796
11797If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11798(If you decide you want to try again later, you can use @samp{target
11799remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11800goes back to waiting.
11801
11802@table @code
11803@kindex detach (remote)
11804@item detach
11805When you have finished debugging the remote program, you can use the
11806@code{detach} command to release it from @value{GDBN} control.
11807Detaching from the target normally resumes its execution, but the results
11808will depend on your particular remote stub. After the @code{detach}
11809command, @value{GDBN} is free to connect to another target.
11810
11811@kindex disconnect
11812@item disconnect
11813The @code{disconnect} command behaves like @code{detach}, except that
11814the target is generally not resumed. It will wait for @value{GDBN}
11815(this instance or another one) to connect and continue debugging. After
11816the @code{disconnect} command, @value{GDBN} is again free to connect to
11817another target.
09d4efe1
EZ
11818
11819@cindex send command to remote monitor
11820@kindex monitor
11821@item monitor @var{cmd}
11822This command allows you to send commands directly to the remote
11823monitor.
07f31aa6
DJ
11824@end table
11825
6f05cf9f
AC
11826@node Server
11827@section Using the @code{gdbserver} program
11828
11829@kindex gdbserver
11830@cindex remote connection without stubs
11831@code{gdbserver} is a control program for Unix-like systems, which
11832allows you to connect your program with a remote @value{GDBN} via
11833@code{target remote}---but without linking in the usual debugging stub.
11834
11835@code{gdbserver} is not a complete replacement for the debugging stubs,
11836because it requires essentially the same operating-system facilities
11837that @value{GDBN} itself does. In fact, a system that can run
11838@code{gdbserver} to connect to a remote @value{GDBN} could also run
11839@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11840because it is a much smaller program than @value{GDBN} itself. It is
11841also easier to port than all of @value{GDBN}, so you may be able to get
11842started more quickly on a new system by using @code{gdbserver}.
11843Finally, if you develop code for real-time systems, you may find that
11844the tradeoffs involved in real-time operation make it more convenient to
11845do as much development work as possible on another system, for example
11846by cross-compiling. You can use @code{gdbserver} to make a similar
11847choice for debugging.
11848
11849@value{GDBN} and @code{gdbserver} communicate via either a serial line
11850or a TCP connection, using the standard @value{GDBN} remote serial
11851protocol.
11852
11853@table @emph
11854@item On the target machine,
11855you need to have a copy of the program you want to debug.
11856@code{gdbserver} does not need your program's symbol table, so you can
11857strip the program if necessary to save space. @value{GDBN} on the host
11858system does all the symbol handling.
11859
11860To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 11861the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
11862syntax is:
11863
11864@smallexample
11865target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11866@end smallexample
11867
11868@var{comm} is either a device name (to use a serial line) or a TCP
11869hostname and portnumber. For example, to debug Emacs with the argument
11870@samp{foo.txt} and communicate with @value{GDBN} over the serial port
11871@file{/dev/com1}:
11872
11873@smallexample
11874target> gdbserver /dev/com1 emacs foo.txt
11875@end smallexample
11876
11877@code{gdbserver} waits passively for the host @value{GDBN} to communicate
11878with it.
11879
11880To use a TCP connection instead of a serial line:
11881
11882@smallexample
11883target> gdbserver host:2345 emacs foo.txt
11884@end smallexample
11885
11886The only difference from the previous example is the first argument,
11887specifying that you are communicating with the host @value{GDBN} via
11888TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11889expect a TCP connection from machine @samp{host} to local TCP port 2345.
11890(Currently, the @samp{host} part is ignored.) You can choose any number
11891you want for the port number as long as it does not conflict with any
11892TCP ports already in use on the target system (for example, @code{23} is
11893reserved for @code{telnet}).@footnote{If you choose a port number that
11894conflicts with another service, @code{gdbserver} prints an error message
11895and exits.} You must use the same port number with the host @value{GDBN}
11896@code{target remote} command.
11897
56460a61
DJ
11898On some targets, @code{gdbserver} can also attach to running programs.
11899This is accomplished via the @code{--attach} argument. The syntax is:
11900
11901@smallexample
11902target> gdbserver @var{comm} --attach @var{pid}
11903@end smallexample
11904
11905@var{pid} is the process ID of a currently running process. It isn't necessary
11906to point @code{gdbserver} at a binary for the running process.
11907
b1fe9455
DJ
11908@pindex pidof
11909@cindex attach to a program by name
11910You can debug processes by name instead of process ID if your target has the
11911@code{pidof} utility:
11912
11913@smallexample
11914target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11915@end smallexample
11916
11917In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11918has multiple threads, most versions of @code{pidof} support the
11919@code{-s} option to only return the first process ID.
11920
07f31aa6
DJ
11921@item On the host machine,
11922connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
11923For TCP connections, you must start up @code{gdbserver} prior to using
11924the @code{target remote} command. Otherwise you may get an error whose
11925text depends on the host system, but which usually looks something like
07f31aa6
DJ
11926@samp{Connection refused}. You don't need to use the @code{load}
11927command in @value{GDBN} when using gdbserver, since the program is
11928already on the target.
11929
6f05cf9f
AC
11930@end table
11931
11932@node NetWare
11933@section Using the @code{gdbserve.nlm} program
11934
11935@kindex gdbserve.nlm
11936@code{gdbserve.nlm} is a control program for NetWare systems, which
11937allows you to connect your program with a remote @value{GDBN} via
11938@code{target remote}.
11939
11940@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11941using the standard @value{GDBN} remote serial protocol.
11942
11943@table @emph
11944@item On the target machine,
11945you need to have a copy of the program you want to debug.
11946@code{gdbserve.nlm} does not need your program's symbol table, so you
11947can strip the program if necessary to save space. @value{GDBN} on the
11948host system does all the symbol handling.
11949
11950To use the server, you must tell it how to communicate with
11951@value{GDBN}; the name of your program; and the arguments for your
11952program. The syntax is:
11953
11954@smallexample
11955load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11956 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11957@end smallexample
11958
11959@var{board} and @var{port} specify the serial line; @var{baud} specifies
11960the baud rate used by the connection. @var{port} and @var{node} default
11961to 0, @var{baud} defaults to 9600@dmn{bps}.
11962
11963For example, to debug Emacs with the argument @samp{foo.txt}and
11964communicate with @value{GDBN} over serial port number 2 or board 1
11965using a 19200@dmn{bps} connection:
11966
11967@smallexample
11968load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11969@end smallexample
11970
07f31aa6
DJ
11971@item
11972On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11973Connecting to a remote target}).
6f05cf9f 11974
6f05cf9f
AC
11975@end table
11976
501eef12
AC
11977@node Remote configuration
11978@section Remote configuration
11979
9c16f35a
EZ
11980@kindex set remote
11981@kindex show remote
11982This section documents the configuration options available when
11983debugging remote programs. For the options related to the File I/O
11984extensions of the remote protocol, see @ref{The system call,
11985system-call-allowed}.
501eef12
AC
11986
11987@table @code
9c16f35a
EZ
11988@item set remoteaddresssize @var{bits}
11989@cindex adress size for remote targets
11990@cindex bits in remote address
11991Set the maximum size of address in a memory packet to the specified
11992number of bits. @value{GDBN} will mask off the address bits above
11993that number, when it passes addresses to the remote target. The
11994default value is the number of bits in the target's address.
11995
11996@item show remoteaddresssize
11997Show the current value of remote address size in bits.
11998
11999@item set remotebaud @var{n}
12000@cindex baud rate for remote targets
12001Set the baud rate for the remote serial I/O to @var{n} baud. The
12002value is used to set the speed of the serial port used for debugging
12003remote targets.
12004
12005@item show remotebaud
12006Show the current speed of the remote connection.
12007
12008@item set remotebreak
12009@cindex interrupt remote programs
12010@cindex BREAK signal instead of Ctrl-C
12011If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
12012when you press the @key{Ctrl-C} key to interrupt the program running
12013on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
12014character instead. The default is off, since most remote systems
12015expect to see @samp{Ctrl-C} as the interrupt signal.
12016
12017@item show remotebreak
12018Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
12019interrupt the remote program.
12020
12021@item set remotedebug
12022@cindex debug remote protocol
12023@cindex remote protocol debugging
12024@cindex display remote packets
12025Control the debugging of the remote protocol. When enabled, each
12026packet sent to or received from the remote target is displayed. The
12027defaults is off.
12028
12029@item show remotedebug
12030Show the current setting of the remote protocol debugging.
12031
12032@item set remotedevice @var{device}
12033@cindex serial port name
12034Set the name of the serial port through which to communicate to the
12035remote target to @var{device}. This is the device used by
12036@value{GDBN} to open the serial communications line to the remote
12037target. There's no default, so you must set a valid port name for the
12038remote serial communications to work. (Some varieties of the
12039@code{target} command accept the port name as part of their
12040arguments.)
12041
12042@item show remotedevice
12043Show the current name of the serial port.
12044
12045@item set remotelogbase @var{base}
12046Set the base (a.k.a.@: radix) of logging serial protocol
12047communications to @var{base}. Supported values of @var{base} are:
12048@code{ascii}, @code{octal}, and @code{hex}. The default is
12049@code{ascii}.
12050
12051@item show remotelogbase
12052Show the current setting of the radix for logging remote serial
12053protocol.
12054
12055@item set remotelogfile @var{file}
12056@cindex record serial communications on file
12057Record remote serial communications on the named @var{file}. The
12058default is not to record at all.
12059
12060@item show remotelogfile.
12061Show the current setting of the file name on which to record the
12062serial communications.
12063
12064@item set remotetimeout @var{num}
12065@cindex timeout for serial communications
12066@cindex remote timeout
12067Set the timeout limit to wait for the remote target to respond to
12068@var{num} seconds. The default is 2 seconds.
12069
12070@item show remotetimeout
12071Show the current number of seconds to wait for the remote target
12072responses.
12073
12074@cindex limit hardware breakpoints and watchpoints
12075@cindex remote target, limit break- and watchpoints
501eef12
AC
12076@anchor{set remote hardware-watchpoint-limit}
12077@anchor{set remote hardware-breakpoint-limit}
12078@item set remote hardware-watchpoint-limit @var{limit}
12079@itemx set remote hardware-breakpoint-limit @var{limit}
12080Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
12081watchpoints. A limit of -1, the default, is treated as unlimited.
9c16f35a
EZ
12082
12083@item set remote fetch-register-packet
12084@itemx set remote set-register-packet
12085@itemx set remote P-packet
12086@itemx set remote p-packet
12087@cindex P-packet
12088@cindex fetch registers from remote targets
12089@cindex set registers in remote targets
12090Determine whether @value{GDBN} can set and fetch registers from the
12091remote target using the @samp{P} packets. The default depends on the
12092remote stub's support of the @samp{P} packets (@value{GDBN} queries
12093the stub when this packet is first required).
12094
12095@item show remote fetch-register-packet
12096@itemx show remote set-register-packet
12097@itemx show remote P-packet
12098@itemx show remote p-packet
12099Show the current setting of using the @samp{P} packets for setting and
12100fetching registers from the remote target.
12101
12102@cindex binary downloads
12103@cindex X-packet
12104@item set remote binary-download-packet
12105@itemx set remote X-packet
12106Determine whether @value{GDBN} sends downloads in binary mode using
12107the @samp{X} packets. The default is on.
12108
12109@item show remote binary-download-packet
12110@itemx show remote X-packet
12111Show the current setting of using the @samp{X} packets for binary
12112downloads.
12113
12114@item set remote read-aux-vector-packet
12115@cindex auxiliary vector of remote target
12116@cindex @code{auxv}, and remote targets
12117Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12118auxiliary vector read) request. This request is used to fetch the
721c2651
EZ
12119remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12120Auxiliary Vector}. The default setting depends on the remote stub's
12121support of this request (@value{GDBN} queries the stub when this
12122request is first required). @xref{General Query Packets, qPart}, for
12123more information about this request.
9c16f35a
EZ
12124
12125@item show remote read-aux-vector-packet
12126Show the current setting of use of the @samp{qPart:auxv:read} request.
12127
12128@item set remote symbol-lookup-packet
12129@cindex remote symbol lookup request
12130Set the use of the remote protocol's @samp{qSymbol} (target symbol
12131lookup) request. This request is used to communicate symbol
12132information to the remote target, e.g., whenever a new shared library
12133is loaded by the remote (@pxref{Files, shared libraries}). The
12134default setting depends on the remote stub's support of this request
12135(@value{GDBN} queries the stub when this request is first required).
12136@xref{General Query Packets, qSymbol}, for more information about this
12137request.
12138
12139@item show remote symbol-lookup-packet
12140Show the current setting of use of the @samp{qSymbol} request.
12141
12142@item set remote verbose-resume-packet
12143@cindex resume remote target
12144@cindex signal thread, and remote targets
12145@cindex single-step thread, and remote targets
12146@cindex thread-specific operations on remote targets
12147Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12148request. This request is used to resume specific threads in the
12149remote target, and to single-step or signal them. The default setting
12150depends on the remote stub's support of this request (@value{GDBN}
12151queries the stub when this request is first required). This setting
12152affects debugging of multithreaded programs: if @samp{vCont} cannot be
12153used, @value{GDBN} might be unable to single-step a specific thread,
12154especially under @code{set scheduler-locking off}; it is also
12155impossible to pause a specific thread. @xref{Packets, vCont}, for
12156more details.
12157
12158@item show remote verbose-resume-packet
12159Show the current setting of use of the @samp{vCont} request
12160
12161@item set remote software-breakpoint-packet
12162@itemx set remote hardware-breakpoint-packet
12163@itemx set remote write-watchpoint-packet
12164@itemx set remote read-watchpoint-packet
12165@itemx set remote access-watchpoint-packet
12166@itemx set remote Z-packet
12167@cindex Z-packet
12168@cindex remote hardware breakpoints and watchpoints
12169These commands enable or disable the use of @samp{Z} packets for
12170setting breakpoints and watchpoints in the remote target. The default
12171depends on the remote stub's support of the @samp{Z} packets
12172(@value{GDBN} queries the stub when each packet is first required).
12173The command @code{set remote Z-packet}, kept for back-compatibility,
12174turns on or off all the features that require the use of @samp{Z}
12175packets.
12176
12177@item show remote software-breakpoint-packet
12178@itemx show remote hardware-breakpoint-packet
12179@itemx show remote write-watchpoint-packet
12180@itemx show remote read-watchpoint-packet
12181@itemx show remote access-watchpoint-packet
12182@itemx show remote Z-packet
12183Show the current setting of @samp{Z} packets usage.
0abb7bc7
EZ
12184
12185@item set remote get-thread-local-storage-address
12186@kindex set remote get-thread-local-storage-address
12187@cindex thread local storage of remote targets
12188This command enables or disables the use of the @samp{qGetTLSAddr}
12189(Get Thread Local Storage Address) request packet. The default
12190depends on whether the remote stub supports this request.
12191@xref{General Query Packets, qGetTLSAddr}, for more details about this
12192packet.
12193
12194@item show remote get-thread-local-storage-address
12195@kindex show remote get-thread-local-storage-address
12196Show the current setting of @samp{qGetTLSAddr} packet usage.
501eef12
AC
12197@end table
12198
6f05cf9f
AC
12199@node remote stub
12200@section Implementing a remote stub
7a292a7a 12201
8e04817f
AC
12202@cindex debugging stub, example
12203@cindex remote stub, example
12204@cindex stub example, remote debugging
12205The stub files provided with @value{GDBN} implement the target side of the
12206communication protocol, and the @value{GDBN} side is implemented in the
12207@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
12208these subroutines to communicate, and ignore the details. (If you're
12209implementing your own stub file, you can still ignore the details: start
12210with one of the existing stub files. @file{sparc-stub.c} is the best
12211organized, and therefore the easiest to read.)
12212
104c1213
JM
12213@cindex remote serial debugging, overview
12214To debug a program running on another machine (the debugging
12215@dfn{target} machine), you must first arrange for all the usual
12216prerequisites for the program to run by itself. For example, for a C
12217program, you need:
c906108c 12218
104c1213
JM
12219@enumerate
12220@item
12221A startup routine to set up the C runtime environment; these usually
12222have a name like @file{crt0}. The startup routine may be supplied by
12223your hardware supplier, or you may have to write your own.
96baa820 12224
5d161b24 12225@item
d4f3574e 12226A C subroutine library to support your program's
104c1213 12227subroutine calls, notably managing input and output.
96baa820 12228
104c1213
JM
12229@item
12230A way of getting your program to the other machine---for example, a
12231download program. These are often supplied by the hardware
12232manufacturer, but you may have to write your own from hardware
12233documentation.
12234@end enumerate
96baa820 12235
104c1213
JM
12236The next step is to arrange for your program to use a serial port to
12237communicate with the machine where @value{GDBN} is running (the @dfn{host}
12238machine). In general terms, the scheme looks like this:
96baa820 12239
104c1213
JM
12240@table @emph
12241@item On the host,
12242@value{GDBN} already understands how to use this protocol; when everything
12243else is set up, you can simply use the @samp{target remote} command
12244(@pxref{Targets,,Specifying a Debugging Target}).
12245
12246@item On the target,
12247you must link with your program a few special-purpose subroutines that
12248implement the @value{GDBN} remote serial protocol. The file containing these
12249subroutines is called a @dfn{debugging stub}.
12250
12251On certain remote targets, you can use an auxiliary program
12252@code{gdbserver} instead of linking a stub into your program.
12253@xref{Server,,Using the @code{gdbserver} program}, for details.
12254@end table
96baa820 12255
104c1213
JM
12256The debugging stub is specific to the architecture of the remote
12257machine; for example, use @file{sparc-stub.c} to debug programs on
12258@sc{sparc} boards.
96baa820 12259
104c1213
JM
12260@cindex remote serial stub list
12261These working remote stubs are distributed with @value{GDBN}:
96baa820 12262
104c1213
JM
12263@table @code
12264
12265@item i386-stub.c
41afff9a 12266@cindex @file{i386-stub.c}
104c1213
JM
12267@cindex Intel
12268@cindex i386
12269For Intel 386 and compatible architectures.
12270
12271@item m68k-stub.c
41afff9a 12272@cindex @file{m68k-stub.c}
104c1213
JM
12273@cindex Motorola 680x0
12274@cindex m680x0
12275For Motorola 680x0 architectures.
12276
12277@item sh-stub.c
41afff9a 12278@cindex @file{sh-stub.c}
172c2a43 12279@cindex Renesas
104c1213 12280@cindex SH
172c2a43 12281For Renesas SH architectures.
104c1213
JM
12282
12283@item sparc-stub.c
41afff9a 12284@cindex @file{sparc-stub.c}
104c1213
JM
12285@cindex Sparc
12286For @sc{sparc} architectures.
12287
12288@item sparcl-stub.c
41afff9a 12289@cindex @file{sparcl-stub.c}
104c1213
JM
12290@cindex Fujitsu
12291@cindex SparcLite
12292For Fujitsu @sc{sparclite} architectures.
12293
12294@end table
12295
12296The @file{README} file in the @value{GDBN} distribution may list other
12297recently added stubs.
12298
12299@menu
12300* Stub Contents:: What the stub can do for you
12301* Bootstrapping:: What you must do for the stub
12302* Debug Session:: Putting it all together
104c1213
JM
12303@end menu
12304
6d2ebf8b 12305@node Stub Contents
6f05cf9f 12306@subsection What the stub can do for you
104c1213
JM
12307
12308@cindex remote serial stub
12309The debugging stub for your architecture supplies these three
12310subroutines:
12311
12312@table @code
12313@item set_debug_traps
4644b6e3 12314@findex set_debug_traps
104c1213
JM
12315@cindex remote serial stub, initialization
12316This routine arranges for @code{handle_exception} to run when your
12317program stops. You must call this subroutine explicitly near the
12318beginning of your program.
12319
12320@item handle_exception
4644b6e3 12321@findex handle_exception
104c1213
JM
12322@cindex remote serial stub, main routine
12323This is the central workhorse, but your program never calls it
12324explicitly---the setup code arranges for @code{handle_exception} to
12325run when a trap is triggered.
12326
12327@code{handle_exception} takes control when your program stops during
12328execution (for example, on a breakpoint), and mediates communications
12329with @value{GDBN} on the host machine. This is where the communications
12330protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 12331representative on the target machine. It begins by sending summary
104c1213
JM
12332information on the state of your program, then continues to execute,
12333retrieving and transmitting any information @value{GDBN} needs, until you
12334execute a @value{GDBN} command that makes your program resume; at that point,
12335@code{handle_exception} returns control to your own code on the target
5d161b24 12336machine.
104c1213
JM
12337
12338@item breakpoint
12339@cindex @code{breakpoint} subroutine, remote
12340Use this auxiliary subroutine to make your program contain a
12341breakpoint. Depending on the particular situation, this may be the only
12342way for @value{GDBN} to get control. For instance, if your target
12343machine has some sort of interrupt button, you won't need to call this;
12344pressing the interrupt button transfers control to
12345@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12346simply receiving characters on the serial port may also trigger a trap;
12347again, in that situation, you don't need to call @code{breakpoint} from
12348your own program---simply running @samp{target remote} from the host
5d161b24 12349@value{GDBN} session gets control.
104c1213
JM
12350
12351Call @code{breakpoint} if none of these is true, or if you simply want
12352to make certain your program stops at a predetermined point for the
12353start of your debugging session.
12354@end table
12355
6d2ebf8b 12356@node Bootstrapping
6f05cf9f 12357@subsection What you must do for the stub
104c1213
JM
12358
12359@cindex remote stub, support routines
12360The debugging stubs that come with @value{GDBN} are set up for a particular
12361chip architecture, but they have no information about the rest of your
12362debugging target machine.
12363
12364First of all you need to tell the stub how to communicate with the
12365serial port.
12366
12367@table @code
12368@item int getDebugChar()
4644b6e3 12369@findex getDebugChar
104c1213
JM
12370Write this subroutine to read a single character from the serial port.
12371It may be identical to @code{getchar} for your target system; a
12372different name is used to allow you to distinguish the two if you wish.
12373
12374@item void putDebugChar(int)
4644b6e3 12375@findex putDebugChar
104c1213 12376Write this subroutine to write a single character to the serial port.
5d161b24 12377It may be identical to @code{putchar} for your target system; a
104c1213
JM
12378different name is used to allow you to distinguish the two if you wish.
12379@end table
12380
12381@cindex control C, and remote debugging
12382@cindex interrupting remote targets
12383If you want @value{GDBN} to be able to stop your program while it is
12384running, you need to use an interrupt-driven serial driver, and arrange
12385for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12386character). That is the character which @value{GDBN} uses to tell the
12387remote system to stop.
12388
12389Getting the debugging target to return the proper status to @value{GDBN}
12390probably requires changes to the standard stub; one quick and dirty way
12391is to just execute a breakpoint instruction (the ``dirty'' part is that
12392@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12393
12394Other routines you need to supply are:
12395
12396@table @code
12397@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 12398@findex exceptionHandler
104c1213
JM
12399Write this function to install @var{exception_address} in the exception
12400handling tables. You need to do this because the stub does not have any
12401way of knowing what the exception handling tables on your target system
12402are like (for example, the processor's table might be in @sc{rom},
12403containing entries which point to a table in @sc{ram}).
12404@var{exception_number} is the exception number which should be changed;
12405its meaning is architecture-dependent (for example, different numbers
12406might represent divide by zero, misaligned access, etc). When this
12407exception occurs, control should be transferred directly to
12408@var{exception_address}, and the processor state (stack, registers,
12409and so on) should be just as it is when a processor exception occurs. So if
12410you want to use a jump instruction to reach @var{exception_address}, it
12411should be a simple jump, not a jump to subroutine.
12412
12413For the 386, @var{exception_address} should be installed as an interrupt
12414gate so that interrupts are masked while the handler runs. The gate
12415should be at privilege level 0 (the most privileged level). The
12416@sc{sparc} and 68k stubs are able to mask interrupts themselves without
12417help from @code{exceptionHandler}.
12418
12419@item void flush_i_cache()
4644b6e3 12420@findex flush_i_cache
d4f3574e 12421On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
12422instruction cache, if any, on your target machine. If there is no
12423instruction cache, this subroutine may be a no-op.
12424
12425On target machines that have instruction caches, @value{GDBN} requires this
12426function to make certain that the state of your program is stable.
12427@end table
12428
12429@noindent
12430You must also make sure this library routine is available:
12431
12432@table @code
12433@item void *memset(void *, int, int)
4644b6e3 12434@findex memset
104c1213
JM
12435This is the standard library function @code{memset} that sets an area of
12436memory to a known value. If you have one of the free versions of
12437@code{libc.a}, @code{memset} can be found there; otherwise, you must
12438either obtain it from your hardware manufacturer, or write your own.
12439@end table
12440
12441If you do not use the GNU C compiler, you may need other standard
12442library subroutines as well; this varies from one stub to another,
12443but in general the stubs are likely to use any of the common library
d4f3574e 12444subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
12445
12446
6d2ebf8b 12447@node Debug Session
6f05cf9f 12448@subsection Putting it all together
104c1213
JM
12449
12450@cindex remote serial debugging summary
12451In summary, when your program is ready to debug, you must follow these
12452steps.
12453
12454@enumerate
12455@item
6d2ebf8b 12456Make sure you have defined the supporting low-level routines
104c1213
JM
12457(@pxref{Bootstrapping,,What you must do for the stub}):
12458@display
12459@code{getDebugChar}, @code{putDebugChar},
12460@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12461@end display
12462
12463@item
12464Insert these lines near the top of your program:
12465
474c8240 12466@smallexample
104c1213
JM
12467set_debug_traps();
12468breakpoint();
474c8240 12469@end smallexample
104c1213
JM
12470
12471@item
12472For the 680x0 stub only, you need to provide a variable called
12473@code{exceptionHook}. Normally you just use:
12474
474c8240 12475@smallexample
104c1213 12476void (*exceptionHook)() = 0;
474c8240 12477@end smallexample
104c1213 12478
d4f3574e 12479@noindent
104c1213 12480but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 12481function in your program, that function is called when
104c1213
JM
12482@code{@value{GDBN}} continues after stopping on a trap (for example, bus
12483error). The function indicated by @code{exceptionHook} is called with
12484one parameter: an @code{int} which is the exception number.
12485
12486@item
12487Compile and link together: your program, the @value{GDBN} debugging stub for
12488your target architecture, and the supporting subroutines.
12489
12490@item
12491Make sure you have a serial connection between your target machine and
12492the @value{GDBN} host, and identify the serial port on the host.
12493
12494@item
12495@c The "remote" target now provides a `load' command, so we should
12496@c document that. FIXME.
12497Download your program to your target machine (or get it there by
12498whatever means the manufacturer provides), and start it.
12499
12500@item
07f31aa6
DJ
12501Start @value{GDBN} on the host, and connect to the target
12502(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 12503
104c1213
JM
12504@end enumerate
12505
8e04817f
AC
12506@node Configurations
12507@chapter Configuration-Specific Information
104c1213 12508
8e04817f
AC
12509While nearly all @value{GDBN} commands are available for all native and
12510cross versions of the debugger, there are some exceptions. This chapter
12511describes things that are only available in certain configurations.
104c1213 12512
8e04817f
AC
12513There are three major categories of configurations: native
12514configurations, where the host and target are the same, embedded
12515operating system configurations, which are usually the same for several
12516different processor architectures, and bare embedded processors, which
12517are quite different from each other.
104c1213 12518
8e04817f
AC
12519@menu
12520* Native::
12521* Embedded OS::
12522* Embedded Processors::
12523* Architectures::
12524@end menu
104c1213 12525
8e04817f
AC
12526@node Native
12527@section Native
104c1213 12528
8e04817f
AC
12529This section describes details specific to particular native
12530configurations.
6cf7e474 12531
8e04817f
AC
12532@menu
12533* HP-UX:: HP-UX
7561d450 12534* BSD libkvm Interface:: Debugging BSD kernel memory images
8e04817f
AC
12535* SVR4 Process Information:: SVR4 process information
12536* DJGPP Native:: Features specific to the DJGPP port
78c47bea 12537* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 12538* Hurd Native:: Features specific to @sc{gnu} Hurd
a64548ea 12539* Neutrino:: Features specific to QNX Neutrino
8e04817f 12540@end menu
6cf7e474 12541
8e04817f
AC
12542@node HP-UX
12543@subsection HP-UX
104c1213 12544
8e04817f
AC
12545On HP-UX systems, if you refer to a function or variable name that
12546begins with a dollar sign, @value{GDBN} searches for a user or system
12547name first, before it searches for a convenience variable.
104c1213 12548
9c16f35a 12549
7561d450
MK
12550@node BSD libkvm Interface
12551@subsection BSD libkvm Interface
12552
12553@cindex libkvm
12554@cindex kernel memory image
12555@cindex kernel crash dump
12556
12557BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12558interface that provides a uniform interface for accessing kernel virtual
12559memory images, including live systems and crash dumps. @value{GDBN}
12560uses this interface to allow you to debug live kernels and kernel crash
12561dumps on many native BSD configurations. This is implemented as a
12562special @code{kvm} debugging target. For debugging a live system, load
12563the currently running kernel into @value{GDBN} and connect to the
12564@code{kvm} target:
12565
12566@smallexample
12567(@value{GDBP}) @b{target kvm}
12568@end smallexample
12569
12570For debugging crash dumps, provide the file name of the crash dump as an
12571argument:
12572
12573@smallexample
12574(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12575@end smallexample
12576
12577Once connected to the @code{kvm} target, the following commands are
12578available:
12579
12580@table @code
12581@kindex kvm
12582@item kvm pcb
721c2651 12583Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
12584
12585@item kvm proc
12586Set current context from proc address. This command isn't available on
12587modern FreeBSD systems.
12588@end table
12589
8e04817f
AC
12590@node SVR4 Process Information
12591@subsection SVR4 process information
60bf7e09
EZ
12592@cindex /proc
12593@cindex examine process image
12594@cindex process info via @file{/proc}
104c1213 12595
60bf7e09
EZ
12596Many versions of SVR4 and compatible systems provide a facility called
12597@samp{/proc} that can be used to examine the image of a running
12598process using file-system subroutines. If @value{GDBN} is configured
12599for an operating system with this facility, the command @code{info
12600proc} is available to report information about the process running
12601your program, or about any process running on your system. @code{info
12602proc} works only on SVR4 systems that include the @code{procfs} code.
12603This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12604Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
104c1213 12605
8e04817f
AC
12606@table @code
12607@kindex info proc
60bf7e09 12608@cindex process ID
8e04817f 12609@item info proc
60bf7e09
EZ
12610@itemx info proc @var{process-id}
12611Summarize available information about any running process. If a
12612process ID is specified by @var{process-id}, display information about
12613that process; otherwise display information about the program being
12614debugged. The summary includes the debugged process ID, the command
12615line used to invoke it, its current working directory, and its
12616executable file's absolute file name.
12617
12618On some systems, @var{process-id} can be of the form
12619@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12620within a process. If the optional @var{pid} part is missing, it means
12621a thread from the process being debugged (the leading @samp{/} still
12622needs to be present, or else @value{GDBN} will interpret the number as
12623a process ID rather than a thread ID).
6cf7e474 12624
8e04817f 12625@item info proc mappings
60bf7e09
EZ
12626@cindex memory address space mappings
12627Report the memory address space ranges accessible in the program, with
12628information on whether the process has read, write, or execute access
12629rights to each range. On @sc{gnu}/Linux systems, each memory range
12630includes the object file which is mapped to that range, instead of the
12631memory access rights to that range.
12632
12633@item info proc stat
12634@itemx info proc status
12635@cindex process detailed status information
12636These subcommands are specific to @sc{gnu}/Linux systems. They show
12637the process-related information, including the user ID and group ID;
12638how many threads are there in the process; its virtual memory usage;
12639the signals that are pending, blocked, and ignored; its TTY; its
12640consumption of system and user time; its stack size; its @samp{nice}
2eecc4ab 12641value; etc. For more information, see the @samp{proc} man page
60bf7e09
EZ
12642(type @kbd{man 5 proc} from your shell prompt).
12643
12644@item info proc all
12645Show all the information about the process described under all of the
12646above @code{info proc} subcommands.
12647
8e04817f
AC
12648@ignore
12649@comment These sub-options of 'info proc' were not included when
12650@comment procfs.c was re-written. Keep their descriptions around
12651@comment against the day when someone finds the time to put them back in.
12652@kindex info proc times
12653@item info proc times
12654Starting time, user CPU time, and system CPU time for your program and
12655its children.
6cf7e474 12656
8e04817f
AC
12657@kindex info proc id
12658@item info proc id
12659Report on the process IDs related to your program: its own process ID,
12660the ID of its parent, the process group ID, and the session ID.
8e04817f 12661@end ignore
721c2651
EZ
12662
12663@item set procfs-trace
12664@kindex set procfs-trace
12665@cindex @code{procfs} API calls
12666This command enables and disables tracing of @code{procfs} API calls.
12667
12668@item show procfs-trace
12669@kindex show procfs-trace
12670Show the current state of @code{procfs} API call tracing.
12671
12672@item set procfs-file @var{file}
12673@kindex set procfs-file
12674Tell @value{GDBN} to write @code{procfs} API trace to the named
12675@var{file}. @value{GDBN} appends the trace info to the previous
12676contents of the file. The default is to display the trace on the
12677standard output.
12678
12679@item show procfs-file
12680@kindex show procfs-file
12681Show the file to which @code{procfs} API trace is written.
12682
12683@item proc-trace-entry
12684@itemx proc-trace-exit
12685@itemx proc-untrace-entry
12686@itemx proc-untrace-exit
12687@kindex proc-trace-entry
12688@kindex proc-trace-exit
12689@kindex proc-untrace-entry
12690@kindex proc-untrace-exit
12691These commands enable and disable tracing of entries into and exits
12692from the @code{syscall} interface.
12693
12694@item info pidlist
12695@kindex info pidlist
12696@cindex process list, QNX Neutrino
12697For QNX Neutrino only, this command displays the list of all the
12698processes and all the threads within each process.
12699
12700@item info meminfo
12701@kindex info meminfo
12702@cindex mapinfo list, QNX Neutrino
12703For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 12704@end table
104c1213 12705
8e04817f
AC
12706@node DJGPP Native
12707@subsection Features for Debugging @sc{djgpp} Programs
12708@cindex @sc{djgpp} debugging
12709@cindex native @sc{djgpp} debugging
12710@cindex MS-DOS-specific commands
104c1213 12711
514c4d71
EZ
12712@cindex DPMI
12713@sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
8e04817f
AC
12714MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12715that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12716top of real-mode DOS systems and their emulations.
104c1213 12717
8e04817f
AC
12718@value{GDBN} supports native debugging of @sc{djgpp} programs, and
12719defines a few commands specific to the @sc{djgpp} port. This
12720subsection describes those commands.
104c1213 12721
8e04817f
AC
12722@table @code
12723@kindex info dos
12724@item info dos
12725This is a prefix of @sc{djgpp}-specific commands which print
12726information about the target system and important OS structures.
f1251bdd 12727
8e04817f
AC
12728@kindex sysinfo
12729@cindex MS-DOS system info
12730@cindex free memory information (MS-DOS)
12731@item info dos sysinfo
12732This command displays assorted information about the underlying
12733platform: the CPU type and features, the OS version and flavor, the
12734DPMI version, and the available conventional and DPMI memory.
104c1213 12735
8e04817f
AC
12736@cindex GDT
12737@cindex LDT
12738@cindex IDT
12739@cindex segment descriptor tables
12740@cindex descriptor tables display
12741@item info dos gdt
12742@itemx info dos ldt
12743@itemx info dos idt
12744These 3 commands display entries from, respectively, Global, Local,
12745and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12746tables are data structures which store a descriptor for each segment
12747that is currently in use. The segment's selector is an index into a
12748descriptor table; the table entry for that index holds the
12749descriptor's base address and limit, and its attributes and access
12750rights.
104c1213 12751
8e04817f
AC
12752A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12753segment (used for both data and the stack), and a DOS segment (which
12754allows access to DOS/BIOS data structures and absolute addresses in
12755conventional memory). However, the DPMI host will usually define
12756additional segments in order to support the DPMI environment.
d4f3574e 12757
8e04817f
AC
12758@cindex garbled pointers
12759These commands allow to display entries from the descriptor tables.
12760Without an argument, all entries from the specified table are
12761displayed. An argument, which should be an integer expression, means
12762display a single entry whose index is given by the argument. For
12763example, here's a convenient way to display information about the
12764debugged program's data segment:
104c1213 12765
8e04817f
AC
12766@smallexample
12767@exdent @code{(@value{GDBP}) info dos ldt $ds}
12768@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12769@end smallexample
104c1213 12770
8e04817f
AC
12771@noindent
12772This comes in handy when you want to see whether a pointer is outside
12773the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 12774
8e04817f
AC
12775@cindex page tables display (MS-DOS)
12776@item info dos pde
12777@itemx info dos pte
12778These two commands display entries from, respectively, the Page
12779Directory and the Page Tables. Page Directories and Page Tables are
12780data structures which control how virtual memory addresses are mapped
12781into physical addresses. A Page Table includes an entry for every
12782page of memory that is mapped into the program's address space; there
12783may be several Page Tables, each one holding up to 4096 entries. A
12784Page Directory has up to 4096 entries, one each for every Page Table
12785that is currently in use.
104c1213 12786
8e04817f
AC
12787Without an argument, @kbd{info dos pde} displays the entire Page
12788Directory, and @kbd{info dos pte} displays all the entries in all of
12789the Page Tables. An argument, an integer expression, given to the
12790@kbd{info dos pde} command means display only that entry from the Page
12791Directory table. An argument given to the @kbd{info dos pte} command
12792means display entries from a single Page Table, the one pointed to by
12793the specified entry in the Page Directory.
104c1213 12794
8e04817f
AC
12795@cindex direct memory access (DMA) on MS-DOS
12796These commands are useful when your program uses @dfn{DMA} (Direct
12797Memory Access), which needs physical addresses to program the DMA
12798controller.
104c1213 12799
8e04817f 12800These commands are supported only with some DPMI servers.
104c1213 12801
8e04817f
AC
12802@cindex physical address from linear address
12803@item info dos address-pte @var{addr}
12804This command displays the Page Table entry for a specified linear
514c4d71
EZ
12805address. The argument @var{addr} is a linear address which should
12806already have the appropriate segment's base address added to it,
12807because this command accepts addresses which may belong to @emph{any}
12808segment. For example, here's how to display the Page Table entry for
12809the page where a variable @code{i} is stored:
104c1213 12810
b383017d 12811@smallexample
8e04817f
AC
12812@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12813@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 12814@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 12815@end smallexample
104c1213 12816
8e04817f
AC
12817@noindent
12818This says that @code{i} is stored at offset @code{0xd30} from the page
514c4d71 12819whose physical base address is @code{0x02698000}, and shows all the
8e04817f 12820attributes of that page.
104c1213 12821
8e04817f
AC
12822Note that you must cast the addresses of variables to a @code{char *},
12823since otherwise the value of @code{__djgpp_base_address}, the base
12824address of all variables and functions in a @sc{djgpp} program, will
12825be added using the rules of C pointer arithmetics: if @code{i} is
12826declared an @code{int}, @value{GDBN} will add 4 times the value of
12827@code{__djgpp_base_address} to the address of @code{i}.
104c1213 12828
8e04817f
AC
12829Here's another example, it displays the Page Table entry for the
12830transfer buffer:
104c1213 12831
8e04817f
AC
12832@smallexample
12833@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12834@exdent @code{Page Table entry for address 0x29110:}
12835@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12836@end smallexample
104c1213 12837
8e04817f
AC
12838@noindent
12839(The @code{+ 3} offset is because the transfer buffer's address is the
514c4d71
EZ
128403rd member of the @code{_go32_info_block} structure.) The output
12841clearly shows that this DPMI server maps the addresses in conventional
12842memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
12843linear (@code{0x29110}) addresses are identical.
104c1213 12844
8e04817f
AC
12845This command is supported only with some DPMI servers.
12846@end table
104c1213 12847
c45da7e6 12848@cindex DOS serial data link, remote debugging
a8f24a35
EZ
12849In addition to native debugging, the DJGPP port supports remote
12850debugging via a serial data link. The following commands are specific
12851to remote serial debugging in the DJGPP port of @value{GDBN}.
12852
12853@table @code
12854@kindex set com1base
12855@kindex set com1irq
12856@kindex set com2base
12857@kindex set com2irq
12858@kindex set com3base
12859@kindex set com3irq
12860@kindex set com4base
12861@kindex set com4irq
12862@item set com1base @var{addr}
12863This command sets the base I/O port address of the @file{COM1} serial
12864port.
12865
12866@item set com1irq @var{irq}
12867This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12868for the @file{COM1} serial port.
12869
12870There are similar commands @samp{set com2base}, @samp{set com3irq},
12871etc.@: for setting the port address and the @code{IRQ} lines for the
12872other 3 COM ports.
12873
12874@kindex show com1base
12875@kindex show com1irq
12876@kindex show com2base
12877@kindex show com2irq
12878@kindex show com3base
12879@kindex show com3irq
12880@kindex show com4base
12881@kindex show com4irq
12882The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12883display the current settings of the base address and the @code{IRQ}
12884lines used by the COM ports.
c45da7e6
EZ
12885
12886@item info serial
12887@kindex info serial
12888@cindex DOS serial port status
12889This command prints the status of the 4 DOS serial ports. For each
12890port, it prints whether it's active or not, its I/O base address and
12891IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12892counts of various errors encountered so far.
a8f24a35
EZ
12893@end table
12894
12895
78c47bea
PM
12896@node Cygwin Native
12897@subsection Features for Debugging MS Windows PE executables
12898@cindex MS Windows debugging
12899@cindex native Cygwin debugging
12900@cindex Cygwin-specific commands
12901
be448670
CF
12902@value{GDBN} supports native debugging of MS Windows programs, including
12903DLLs with and without symbolic debugging information. There are various
12904additional Cygwin-specific commands, described in this subsection. The
12905subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12906that have no debugging symbols.
12907
78c47bea
PM
12908
12909@table @code
12910@kindex info w32
12911@item info w32
12912This is a prefix of MS Windows specific commands which print
12913information about the target system and important OS structures.
12914
12915@item info w32 selector
12916This command displays information returned by
12917the Win32 API @code{GetThreadSelectorEntry} function.
12918It takes an optional argument that is evaluated to
12919a long value to give the information about this given selector.
12920Without argument, this command displays information
12921about the the six segment registers.
12922
12923@kindex info dll
12924@item info dll
12925This is a Cygwin specific alias of info shared.
12926
12927@kindex dll-symbols
12928@item dll-symbols
12929This command loads symbols from a dll similarly to
12930add-sym command but without the need to specify a base address.
12931
b383017d 12932@kindex set new-console
78c47bea 12933@item set new-console @var{mode}
b383017d 12934If @var{mode} is @code{on} the debuggee will
78c47bea
PM
12935be started in a new console on next start.
12936If @var{mode} is @code{off}i, the debuggee will
12937be started in the same console as the debugger.
12938
12939@kindex show new-console
12940@item show new-console
12941Displays whether a new console is used
12942when the debuggee is started.
12943
12944@kindex set new-group
12945@item set new-group @var{mode}
12946This boolean value controls whether the debuggee should
12947start a new group or stay in the same group as the debugger.
12948This affects the way the Windows OS handles
12949Ctrl-C.
12950
12951@kindex show new-group
12952@item show new-group
12953Displays current value of new-group boolean.
12954
12955@kindex set debugevents
12956@item set debugevents
12957This boolean value adds debug output concerning events seen by the debugger.
12958
12959@kindex set debugexec
12960@item set debugexec
b383017d 12961This boolean value adds debug output concerning execute events
78c47bea
PM
12962seen by the debugger.
12963
12964@kindex set debugexceptions
12965@item set debugexceptions
b383017d 12966This boolean value adds debug ouptut concerning exception events
78c47bea
PM
12967seen by the debugger.
12968
12969@kindex set debugmemory
12970@item set debugmemory
b383017d 12971This boolean value adds debug ouptut concerning memory events
78c47bea
PM
12972seen by the debugger.
12973
12974@kindex set shell
12975@item set shell
12976This boolean values specifies whether the debuggee is called
12977via a shell or directly (default value is on).
12978
12979@kindex show shell
12980@item show shell
12981Displays if the debuggee will be started with a shell.
12982
12983@end table
12984
be448670
CF
12985@menu
12986* Non-debug DLL symbols:: Support for DLLs without debugging symbols
12987@end menu
12988
12989@node Non-debug DLL symbols
12990@subsubsection Support for DLLs without debugging symbols
12991@cindex DLLs with no debugging symbols
12992@cindex Minimal symbols and DLLs
12993
12994Very often on windows, some of the DLLs that your program relies on do
12995not include symbolic debugging information (for example,
12996@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
12997symbols in a DLL, it relies on the minimal amount of symbolic
12998information contained in the DLL's export table. This subsubsection
12999describes working with such symbols, known internally to @value{GDBN} as
13000``minimal symbols''.
13001
13002Note that before the debugged program has started execution, no DLLs
13003will have been loaded. The easiest way around this problem is simply to
13004start the program --- either by setting a breakpoint or letting the
13005program run once to completion. It is also possible to force
13006@value{GDBN} to load a particular DLL before starting the executable ---
13007see the shared library information in @pxref{Files} or the
13008@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
13009explicitly loading symbols from a DLL with no debugging information will
13010cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
13011which may adversely affect symbol lookup performance.
13012
13013@subsubsection DLL name prefixes
13014
13015In keeping with the naming conventions used by the Microsoft debugging
13016tools, DLL export symbols are made available with a prefix based on the
13017DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
13018also entered into the symbol table, so @code{CreateFileA} is often
13019sufficient. In some cases there will be name clashes within a program
13020(particularly if the executable itself includes full debugging symbols)
13021necessitating the use of the fully qualified name when referring to the
13022contents of the DLL. Use single-quotes around the name to avoid the
13023exclamation mark (``!'') being interpreted as a language operator.
13024
13025Note that the internal name of the DLL may be all upper-case, even
13026though the file name of the DLL is lower-case, or vice-versa. Since
13027symbols within @value{GDBN} are @emph{case-sensitive} this may cause
13028some confusion. If in doubt, try the @code{info functions} and
13029@code{info variables} commands or even @code{maint print msymbols} (see
13030@pxref{Symbols}). Here's an example:
13031
13032@smallexample
f7dc1244 13033(@value{GDBP}) info function CreateFileA
be448670
CF
13034All functions matching regular expression "CreateFileA":
13035
13036Non-debugging symbols:
130370x77e885f4 CreateFileA
130380x77e885f4 KERNEL32!CreateFileA
13039@end smallexample
13040
13041@smallexample
f7dc1244 13042(@value{GDBP}) info function !
be448670
CF
13043All functions matching regular expression "!":
13044
13045Non-debugging symbols:
130460x6100114c cygwin1!__assert
130470x61004034 cygwin1!_dll_crt0@@0
130480x61004240 cygwin1!dll_crt0(per_process *)
13049[etc...]
13050@end smallexample
13051
13052@subsubsection Working with minimal symbols
13053
13054Symbols extracted from a DLL's export table do not contain very much
13055type information. All that @value{GDBN} can do is guess whether a symbol
13056refers to a function or variable depending on the linker section that
13057contains the symbol. Also note that the actual contents of the memory
13058contained in a DLL are not available unless the program is running. This
13059means that you cannot examine the contents of a variable or disassemble
13060a function within a DLL without a running program.
13061
13062Variables are generally treated as pointers and dereferenced
13063automatically. For this reason, it is often necessary to prefix a
13064variable name with the address-of operator (``&'') and provide explicit
13065type information in the command. Here's an example of the type of
13066problem:
13067
13068@smallexample
f7dc1244 13069(@value{GDBP}) print 'cygwin1!__argv'
be448670
CF
13070$1 = 268572168
13071@end smallexample
13072
13073@smallexample
f7dc1244 13074(@value{GDBP}) x 'cygwin1!__argv'
be448670
CF
130750x10021610: "\230y\""
13076@end smallexample
13077
13078And two possible solutions:
13079
13080@smallexample
f7dc1244 13081(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
13082$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
13083@end smallexample
13084
13085@smallexample
f7dc1244 13086(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 130870x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 13088(@value{GDBP}) x/x 0x10021608
be448670 130890x10021608: 0x0022fd98
f7dc1244 13090(@value{GDBP}) x/s 0x0022fd98
be448670
CF
130910x22fd98: "/cygdrive/c/mydirectory/myprogram"
13092@end smallexample
13093
13094Setting a break point within a DLL is possible even before the program
13095starts execution. However, under these circumstances, @value{GDBN} can't
13096examine the initial instructions of the function in order to skip the
13097function's frame set-up code. You can work around this by using ``*&''
13098to set the breakpoint at a raw memory address:
13099
13100@smallexample
f7dc1244 13101(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
13102Breakpoint 1 at 0x1e04eff0
13103@end smallexample
13104
13105The author of these extensions is not entirely convinced that setting a
13106break point within a shared DLL like @file{kernel32.dll} is completely
13107safe.
13108
14d6dd68
EZ
13109@node Hurd Native
13110@subsection Commands specific to @sc{gnu} Hurd systems
13111@cindex @sc{gnu} Hurd debugging
13112
13113This subsection describes @value{GDBN} commands specific to the
13114@sc{gnu} Hurd native debugging.
13115
13116@table @code
13117@item set signals
13118@itemx set sigs
13119@kindex set signals@r{, Hurd command}
13120@kindex set sigs@r{, Hurd command}
13121This command toggles the state of inferior signal interception by
13122@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
13123affected by this command. @code{sigs} is a shorthand alias for
13124@code{signals}.
13125
13126@item show signals
13127@itemx show sigs
13128@kindex show signals@r{, Hurd command}
13129@kindex show sigs@r{, Hurd command}
13130Show the current state of intercepting inferior's signals.
13131
13132@item set signal-thread
13133@itemx set sigthread
13134@kindex set signal-thread
13135@kindex set sigthread
13136This command tells @value{GDBN} which thread is the @code{libc} signal
13137thread. That thread is run when a signal is delivered to a running
13138process. @code{set sigthread} is the shorthand alias of @code{set
13139signal-thread}.
13140
13141@item show signal-thread
13142@itemx show sigthread
13143@kindex show signal-thread
13144@kindex show sigthread
13145These two commands show which thread will run when the inferior is
13146delivered a signal.
13147
13148@item set stopped
13149@kindex set stopped@r{, Hurd command}
13150This commands tells @value{GDBN} that the inferior process is stopped,
13151as with the @code{SIGSTOP} signal. The stopped process can be
13152continued by delivering a signal to it.
13153
13154@item show stopped
13155@kindex show stopped@r{, Hurd command}
13156This command shows whether @value{GDBN} thinks the debuggee is
13157stopped.
13158
13159@item set exceptions
13160@kindex set exceptions@r{, Hurd command}
13161Use this command to turn off trapping of exceptions in the inferior.
13162When exception trapping is off, neither breakpoints nor
13163single-stepping will work. To restore the default, set exception
13164trapping on.
13165
13166@item show exceptions
13167@kindex show exceptions@r{, Hurd command}
13168Show the current state of trapping exceptions in the inferior.
13169
13170@item set task pause
13171@kindex set task@r{, Hurd commands}
13172@cindex task attributes (@sc{gnu} Hurd)
13173@cindex pause current task (@sc{gnu} Hurd)
13174This command toggles task suspension when @value{GDBN} has control.
13175Setting it to on takes effect immediately, and the task is suspended
13176whenever @value{GDBN} gets control. Setting it to off will take
13177effect the next time the inferior is continued. If this option is set
13178to off, you can use @code{set thread default pause on} or @code{set
13179thread pause on} (see below) to pause individual threads.
13180
13181@item show task pause
13182@kindex show task@r{, Hurd commands}
13183Show the current state of task suspension.
13184
13185@item set task detach-suspend-count
13186@cindex task suspend count
13187@cindex detach from task, @sc{gnu} Hurd
13188This command sets the suspend count the task will be left with when
13189@value{GDBN} detaches from it.
13190
13191@item show task detach-suspend-count
13192Show the suspend count the task will be left with when detaching.
13193
13194@item set task exception-port
13195@itemx set task excp
13196@cindex task exception port, @sc{gnu} Hurd
13197This command sets the task exception port to which @value{GDBN} will
13198forward exceptions. The argument should be the value of the @dfn{send
13199rights} of the task. @code{set task excp} is a shorthand alias.
13200
13201@item set noninvasive
13202@cindex noninvasive task options
13203This command switches @value{GDBN} to a mode that is the least
13204invasive as far as interfering with the inferior is concerned. This
13205is the same as using @code{set task pause}, @code{set exceptions}, and
13206@code{set signals} to values opposite to the defaults.
13207
13208@item info send-rights
13209@itemx info receive-rights
13210@itemx info port-rights
13211@itemx info port-sets
13212@itemx info dead-names
13213@itemx info ports
13214@itemx info psets
13215@cindex send rights, @sc{gnu} Hurd
13216@cindex receive rights, @sc{gnu} Hurd
13217@cindex port rights, @sc{gnu} Hurd
13218@cindex port sets, @sc{gnu} Hurd
13219@cindex dead names, @sc{gnu} Hurd
13220These commands display information about, respectively, send rights,
13221receive rights, port rights, port sets, and dead names of a task.
13222There are also shorthand aliases: @code{info ports} for @code{info
13223port-rights} and @code{info psets} for @code{info port-sets}.
13224
13225@item set thread pause
13226@kindex set thread@r{, Hurd command}
13227@cindex thread properties, @sc{gnu} Hurd
13228@cindex pause current thread (@sc{gnu} Hurd)
13229This command toggles current thread suspension when @value{GDBN} has
13230control. Setting it to on takes effect immediately, and the current
13231thread is suspended whenever @value{GDBN} gets control. Setting it to
13232off will take effect the next time the inferior is continued.
13233Normally, this command has no effect, since when @value{GDBN} has
13234control, the whole task is suspended. However, if you used @code{set
13235task pause off} (see above), this command comes in handy to suspend
13236only the current thread.
13237
13238@item show thread pause
13239@kindex show thread@r{, Hurd command}
13240This command shows the state of current thread suspension.
13241
13242@item set thread run
13243This comamnd sets whether the current thread is allowed to run.
13244
13245@item show thread run
13246Show whether the current thread is allowed to run.
13247
13248@item set thread detach-suspend-count
13249@cindex thread suspend count, @sc{gnu} Hurd
13250@cindex detach from thread, @sc{gnu} Hurd
13251This command sets the suspend count @value{GDBN} will leave on a
13252thread when detaching. This number is relative to the suspend count
13253found by @value{GDBN} when it notices the thread; use @code{set thread
13254takeover-suspend-count} to force it to an absolute value.
13255
13256@item show thread detach-suspend-count
13257Show the suspend count @value{GDBN} will leave on the thread when
13258detaching.
13259
13260@item set thread exception-port
13261@itemx set thread excp
13262Set the thread exception port to which to forward exceptions. This
13263overrides the port set by @code{set task exception-port} (see above).
13264@code{set thread excp} is the shorthand alias.
13265
13266@item set thread takeover-suspend-count
13267Normally, @value{GDBN}'s thread suspend counts are relative to the
13268value @value{GDBN} finds when it notices each thread. This command
13269changes the suspend counts to be absolute instead.
13270
13271@item set thread default
13272@itemx show thread default
13273@cindex thread default settings, @sc{gnu} Hurd
13274Each of the above @code{set thread} commands has a @code{set thread
13275default} counterpart (e.g., @code{set thread default pause}, @code{set
13276thread default exception-port}, etc.). The @code{thread default}
13277variety of commands sets the default thread properties for all
13278threads; you can then change the properties of individual threads with
13279the non-default commands.
13280@end table
13281
13282
a64548ea
EZ
13283@node Neutrino
13284@subsection QNX Neutrino
13285@cindex QNX Neutrino
13286
13287@value{GDBN} provides the following commands specific to the QNX
13288Neutrino target:
13289
13290@table @code
13291@item set debug nto-debug
13292@kindex set debug nto-debug
13293When set to on, enables debugging messages specific to the QNX
13294Neutrino support.
13295
13296@item show debug nto-debug
13297@kindex show debug nto-debug
13298Show the current state of QNX Neutrino messages.
13299@end table
13300
13301
8e04817f
AC
13302@node Embedded OS
13303@section Embedded Operating Systems
104c1213 13304
8e04817f
AC
13305This section describes configurations involving the debugging of
13306embedded operating systems that are available for several different
13307architectures.
d4f3574e 13308
8e04817f
AC
13309@menu
13310* VxWorks:: Using @value{GDBN} with VxWorks
13311@end menu
104c1213 13312
8e04817f
AC
13313@value{GDBN} includes the ability to debug programs running on
13314various real-time operating systems.
104c1213 13315
8e04817f
AC
13316@node VxWorks
13317@subsection Using @value{GDBN} with VxWorks
104c1213 13318
8e04817f 13319@cindex VxWorks
104c1213 13320
8e04817f 13321@table @code
104c1213 13322
8e04817f
AC
13323@kindex target vxworks
13324@item target vxworks @var{machinename}
13325A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13326is the target system's machine name or IP address.
104c1213 13327
8e04817f 13328@end table
104c1213 13329
8e04817f
AC
13330On VxWorks, @code{load} links @var{filename} dynamically on the
13331current target system as well as adding its symbols in @value{GDBN}.
104c1213 13332
8e04817f
AC
13333@value{GDBN} enables developers to spawn and debug tasks running on networked
13334VxWorks targets from a Unix host. Already-running tasks spawned from
13335the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13336both the Unix host and on the VxWorks target. The program
13337@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13338installed with the name @code{vxgdb}, to distinguish it from a
13339@value{GDBN} for debugging programs on the host itself.)
104c1213 13340
8e04817f
AC
13341@table @code
13342@item VxWorks-timeout @var{args}
13343@kindex vxworks-timeout
13344All VxWorks-based targets now support the option @code{vxworks-timeout}.
13345This option is set by the user, and @var{args} represents the number of
13346seconds @value{GDBN} waits for responses to rpc's. You might use this if
13347your VxWorks target is a slow software simulator or is on the far side
13348of a thin network line.
13349@end table
104c1213 13350
8e04817f
AC
13351The following information on connecting to VxWorks was current when
13352this manual was produced; newer releases of VxWorks may use revised
13353procedures.
104c1213 13354
4644b6e3 13355@findex INCLUDE_RDB
8e04817f
AC
13356To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13357to include the remote debugging interface routines in the VxWorks
13358library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13359VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13360kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13361source debugging task @code{tRdbTask} when VxWorks is booted. For more
13362information on configuring and remaking VxWorks, see the manufacturer's
13363manual.
13364@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 13365
8e04817f
AC
13366Once you have included @file{rdb.a} in your VxWorks system image and set
13367your Unix execution search path to find @value{GDBN}, you are ready to
13368run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13369@code{vxgdb}, depending on your installation).
104c1213 13370
8e04817f 13371@value{GDBN} comes up showing the prompt:
104c1213 13372
474c8240 13373@smallexample
8e04817f 13374(vxgdb)
474c8240 13375@end smallexample
104c1213 13376
8e04817f
AC
13377@menu
13378* VxWorks Connection:: Connecting to VxWorks
13379* VxWorks Download:: VxWorks download
13380* VxWorks Attach:: Running tasks
13381@end menu
104c1213 13382
8e04817f
AC
13383@node VxWorks Connection
13384@subsubsection Connecting to VxWorks
104c1213 13385
8e04817f
AC
13386The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13387network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 13388
474c8240 13389@smallexample
8e04817f 13390(vxgdb) target vxworks tt
474c8240 13391@end smallexample
104c1213 13392
8e04817f
AC
13393@need 750
13394@value{GDBN} displays messages like these:
104c1213 13395
8e04817f
AC
13396@smallexample
13397Attaching remote machine across net...
13398Connected to tt.
13399@end smallexample
104c1213 13400
8e04817f
AC
13401@need 1000
13402@value{GDBN} then attempts to read the symbol tables of any object modules
13403loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13404these files by searching the directories listed in the command search
13405path (@pxref{Environment, ,Your program's environment}); if it fails
13406to find an object file, it displays a message such as:
5d161b24 13407
474c8240 13408@smallexample
8e04817f 13409prog.o: No such file or directory.
474c8240 13410@end smallexample
104c1213 13411
8e04817f
AC
13412When this happens, add the appropriate directory to the search path with
13413the @value{GDBN} command @code{path}, and execute the @code{target}
13414command again.
104c1213 13415
8e04817f
AC
13416@node VxWorks Download
13417@subsubsection VxWorks download
104c1213 13418
8e04817f
AC
13419@cindex download to VxWorks
13420If you have connected to the VxWorks target and you want to debug an
13421object that has not yet been loaded, you can use the @value{GDBN}
13422@code{load} command to download a file from Unix to VxWorks
13423incrementally. The object file given as an argument to the @code{load}
13424command is actually opened twice: first by the VxWorks target in order
13425to download the code, then by @value{GDBN} in order to read the symbol
13426table. This can lead to problems if the current working directories on
13427the two systems differ. If both systems have NFS mounted the same
13428filesystems, you can avoid these problems by using absolute paths.
13429Otherwise, it is simplest to set the working directory on both systems
13430to the directory in which the object file resides, and then to reference
13431the file by its name, without any path. For instance, a program
13432@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13433and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13434program, type this on VxWorks:
104c1213 13435
474c8240 13436@smallexample
8e04817f 13437-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 13438@end smallexample
104c1213 13439
8e04817f
AC
13440@noindent
13441Then, in @value{GDBN}, type:
104c1213 13442
474c8240 13443@smallexample
8e04817f
AC
13444(vxgdb) cd @var{hostpath}/vw/demo/rdb
13445(vxgdb) load prog.o
474c8240 13446@end smallexample
104c1213 13447
8e04817f 13448@value{GDBN} displays a response similar to this:
104c1213 13449
8e04817f
AC
13450@smallexample
13451Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13452@end smallexample
104c1213 13453
8e04817f
AC
13454You can also use the @code{load} command to reload an object module
13455after editing and recompiling the corresponding source file. Note that
13456this makes @value{GDBN} delete all currently-defined breakpoints,
13457auto-displays, and convenience variables, and to clear the value
13458history. (This is necessary in order to preserve the integrity of
13459debugger's data structures that reference the target system's symbol
13460table.)
104c1213 13461
8e04817f
AC
13462@node VxWorks Attach
13463@subsubsection Running tasks
104c1213
JM
13464
13465@cindex running VxWorks tasks
13466You can also attach to an existing task using the @code{attach} command as
13467follows:
13468
474c8240 13469@smallexample
104c1213 13470(vxgdb) attach @var{task}
474c8240 13471@end smallexample
104c1213
JM
13472
13473@noindent
13474where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13475or suspended when you attach to it. Running tasks are suspended at
13476the time of attachment.
13477
6d2ebf8b 13478@node Embedded Processors
104c1213
JM
13479@section Embedded Processors
13480
13481This section goes into details specific to particular embedded
13482configurations.
13483
c45da7e6
EZ
13484@cindex send command to simulator
13485Whenever a specific embedded processor has a simulator, @value{GDBN}
13486allows to send an arbitrary command to the simulator.
13487
13488@table @code
13489@item sim @var{command}
13490@kindex sim@r{, a command}
13491Send an arbitrary @var{command} string to the simulator. Consult the
13492documentation for the specific simulator in use for information about
13493acceptable commands.
13494@end table
13495
7d86b5d5 13496
104c1213 13497@menu
c45da7e6 13498* ARM:: ARM RDI
172c2a43
KI
13499* H8/300:: Renesas H8/300
13500* H8/500:: Renesas H8/500
13501* M32R/D:: Renesas M32R/D
104c1213 13502* M68K:: Motorola M68K
104c1213 13503* MIPS Embedded:: MIPS Embedded
a37295f9 13504* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
13505* PA:: HP PA Embedded
13506* PowerPC: PowerPC
172c2a43 13507* SH:: Renesas SH
104c1213
JM
13508* Sparclet:: Tsqware Sparclet
13509* Sparclite:: Fujitsu Sparclite
13510* ST2000:: Tandem ST2000
13511* Z8000:: Zilog Z8000
a64548ea
EZ
13512* AVR:: Atmel AVR
13513* CRIS:: CRIS
13514* Super-H:: Renesas Super-H
c45da7e6 13515* WinCE:: Windows CE child processes
104c1213
JM
13516@end menu
13517
6d2ebf8b 13518@node ARM
104c1213 13519@subsection ARM
c45da7e6 13520@cindex ARM RDI
104c1213
JM
13521
13522@table @code
8e04817f
AC
13523@kindex target rdi
13524@item target rdi @var{dev}
13525ARM Angel monitor, via RDI library interface to ADP protocol. You may
13526use this target to communicate with both boards running the Angel
13527monitor, or with the EmbeddedICE JTAG debug device.
13528
13529@kindex target rdp
13530@item target rdp @var{dev}
13531ARM Demon monitor.
13532
13533@end table
13534
e2f4edfd
EZ
13535@value{GDBN} provides the following ARM-specific commands:
13536
13537@table @code
13538@item set arm disassembler
13539@kindex set arm
13540This commands selects from a list of disassembly styles. The
13541@code{"std"} style is the standard style.
13542
13543@item show arm disassembler
13544@kindex show arm
13545Show the current disassembly style.
13546
13547@item set arm apcs32
13548@cindex ARM 32-bit mode
13549This command toggles ARM operation mode between 32-bit and 26-bit.
13550
13551@item show arm apcs32
13552Display the current usage of the ARM 32-bit mode.
13553
13554@item set arm fpu @var{fputype}
13555This command sets the ARM floating-point unit (FPU) type. The
13556argument @var{fputype} can be one of these:
13557
13558@table @code
13559@item auto
13560Determine the FPU type by querying the OS ABI.
13561@item softfpa
13562Software FPU, with mixed-endian doubles on little-endian ARM
13563processors.
13564@item fpa
13565GCC-compiled FPA co-processor.
13566@item softvfp
13567Software FPU with pure-endian doubles.
13568@item vfp
13569VFP co-processor.
13570@end table
13571
13572@item show arm fpu
13573Show the current type of the FPU.
13574
13575@item set arm abi
13576This command forces @value{GDBN} to use the specified ABI.
13577
13578@item show arm abi
13579Show the currently used ABI.
13580
13581@item set debug arm
13582Toggle whether to display ARM-specific debugging messages from the ARM
13583target support subsystem.
13584
13585@item show debug arm
13586Show whether ARM-specific debugging messages are enabled.
13587@end table
13588
c45da7e6
EZ
13589The following commands are available when an ARM target is debugged
13590using the RDI interface:
13591
13592@table @code
13593@item rdilogfile @r{[}@var{file}@r{]}
13594@kindex rdilogfile
13595@cindex ADP (Angel Debugger Protocol) logging
13596Set the filename for the ADP (Angel Debugger Protocol) packet log.
13597With an argument, sets the log file to the specified @var{file}. With
13598no argument, show the current log file name. The default log file is
13599@file{rdi.log}.
13600
13601@item rdilogenable @r{[}@var{arg}@r{]}
13602@kindex rdilogenable
13603Control logging of ADP packets. With an argument of 1 or @code{"yes"}
13604enables logging, with an argument 0 or @code{"no"} disables it. With
13605no arguments displays the current setting. When logging is enabled,
13606ADP packets exchanged between @value{GDBN} and the RDI target device
13607are logged to a file.
13608
13609@item set rdiromatzero
13610@kindex set rdiromatzero
13611@cindex ROM at zero address, RDI
13612Tell @value{GDBN} whether the target has ROM at address 0. If on,
13613vector catching is disabled, so that zero address can be used. If off
13614(the default), vector catching is enabled. For this command to take
13615effect, it needs to be invoked prior to the @code{target rdi} command.
13616
13617@item show rdiromatzero
13618@kindex show rdiromatzero
13619Show the current setting of ROM at zero address.
13620
13621@item set rdiheartbeat
13622@kindex set rdiheartbeat
13623@cindex RDI heartbeat
13624Enable or disable RDI heartbeat packets. It is not recommended to
13625turn on this option, since it confuses ARM and EPI JTAG interface, as
13626well as the Angel monitor.
13627
13628@item show rdiheartbeat
13629@kindex show rdiheartbeat
13630Show the setting of RDI heartbeat packets.
13631@end table
13632
e2f4edfd 13633
8e04817f 13634@node H8/300
172c2a43 13635@subsection Renesas H8/300
8e04817f
AC
13636
13637@table @code
13638
13639@kindex target hms@r{, with H8/300}
13640@item target hms @var{dev}
172c2a43 13641A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
13642Use special commands @code{device} and @code{speed} to control the serial
13643line and the communications speed used.
13644
13645@kindex target e7000@r{, with H8/300}
13646@item target e7000 @var{dev}
172c2a43 13647E7000 emulator for Renesas H8 and SH.
8e04817f
AC
13648
13649@kindex target sh3@r{, with H8/300}
13650@kindex target sh3e@r{, with H8/300}
13651@item target sh3 @var{dev}
13652@itemx target sh3e @var{dev}
172c2a43 13653Renesas SH-3 and SH-3E target systems.
8e04817f
AC
13654
13655@end table
13656
13657@cindex download to H8/300 or H8/500
13658@cindex H8/300 or H8/500 download
172c2a43
KI
13659@cindex download to Renesas SH
13660@cindex Renesas SH download
13661When you select remote debugging to a Renesas SH, H8/300, or H8/500
13662board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
13663board and also opens it as the current executable target for
13664@value{GDBN} on your host (like the @code{file} command).
13665
13666@value{GDBN} needs to know these things to talk to your
172c2a43 13667Renesas SH, H8/300, or H8/500:
8e04817f
AC
13668
13669@enumerate
13670@item
13671that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
13672for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13673emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13674the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
13675H8/300, or H8/500.)
13676
13677@item
172c2a43 13678what serial device connects your host to your Renesas board (the first
8e04817f
AC
13679serial device available on your host is the default).
13680
13681@item
13682what speed to use over the serial device.
13683@end enumerate
13684
13685@menu
172c2a43
KI
13686* Renesas Boards:: Connecting to Renesas boards.
13687* Renesas ICE:: Using the E7000 In-Circuit Emulator.
13688* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
13689@end menu
13690
172c2a43
KI
13691@node Renesas Boards
13692@subsubsection Connecting to Renesas boards
8e04817f
AC
13693
13694@c only for Unix hosts
13695@kindex device
172c2a43 13696@cindex serial device, Renesas micros
8e04817f
AC
13697Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13698need to explicitly set the serial device. The default @var{port} is the
13699first available port on your host. This is only necessary on Unix
13700hosts, where it is typically something like @file{/dev/ttya}.
13701
13702@kindex speed
172c2a43 13703@cindex serial line speed, Renesas micros
8e04817f
AC
13704@code{@value{GDBN}} has another special command to set the communications
13705speed: @samp{speed @var{bps}}. This command also is only used from Unix
13706hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13707the DOS @code{mode} command (for instance,
13708@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13709
13710The @samp{device} and @samp{speed} commands are available only when you
172c2a43 13711use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
13712use a DOS host,
13713@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13714called @code{asynctsr} to communicate with the development board
13715through a PC serial port. You must also use the DOS @code{mode} command
13716to set up the serial port on the DOS side.
13717
13718The following sample session illustrates the steps needed to start a
13719program under @value{GDBN} control on an H8/300. The example uses a
13720sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 13721the Renesas SH and the H8/500.
8e04817f
AC
13722
13723First hook up your development board. In this example, we use a
13724board attached to serial port @code{COM2}; if you use a different serial
13725port, substitute its name in the argument of the @code{mode} command.
13726When you call @code{asynctsr}, the auxiliary comms program used by the
13727debugger, you give it just the numeric part of the serial port's name;
13728for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13729@code{COM2}.
13730
474c8240 13731@smallexample
8e04817f
AC
13732C:\H8300\TEST> asynctsr 2
13733C:\H8300\TEST> mode com2:9600,n,8,1,p
13734
13735Resident portion of MODE loaded
13736
13737COM2: 9600, n, 8, 1, p
13738
474c8240 13739@end smallexample
8e04817f
AC
13740
13741@quotation
13742@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13743@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13744disable it, or even boot without it, to use @code{asynctsr} to control
13745your development board.
13746@end quotation
13747
13748@kindex target hms@r{, and serial protocol}
13749Now that serial communications are set up, and the development board is
9c16f35a 13750connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
8e04817f
AC
13751the name of your program as the argument. @code{@value{GDBN}} prompts
13752you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13753commands to begin your debugging session: @samp{target hms} to specify
172c2a43 13754cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
13755download your program to the board. @code{load} displays the names of
13756the program's sections, and a @samp{*} for each 2K of data downloaded.
13757(If you want to refresh @value{GDBN} data on symbols or on the
13758executable file without downloading, use the @value{GDBN} commands
13759@code{file} or @code{symbol-file}. These commands, and @code{load}
13760itself, are described in @ref{Files,,Commands to specify files}.)
13761
13762@smallexample
13763(eg-C:\H8300\TEST) @value{GDBP} t.x
13764@value{GDBN} is free software and you are welcome to distribute copies
13765 of it under certain conditions; type "show copying" to see
13766 the conditions.
13767There is absolutely no warranty for @value{GDBN}; type "show warranty"
13768for details.
13769@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13770(@value{GDBP}) target hms
13771Connected to remote H8/300 HMS system.
13772(@value{GDBP}) load t.x
13773.text : 0x8000 .. 0xabde ***********
13774.data : 0xabde .. 0xad30 *
13775.stack : 0xf000 .. 0xf014 *
13776@end smallexample
13777
13778At this point, you're ready to run or debug your program. From here on,
13779you can use all the usual @value{GDBN} commands. The @code{break} command
13780sets breakpoints; the @code{run} command starts your program;
13781@code{print} or @code{x} display data; the @code{continue} command
13782resumes execution after stopping at a breakpoint. You can use the
13783@code{help} command at any time to find out more about @value{GDBN} commands.
13784
13785Remember, however, that @emph{operating system} facilities aren't
13786available on your development board; for example, if your program hangs,
13787you can't send an interrupt---but you can press the @sc{reset} switch!
13788
13789Use the @sc{reset} button on the development board
13790@itemize @bullet
13791@item
13792to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13793no way to pass an interrupt signal to the development board); and
13794
13795@item
13796to return to the @value{GDBN} command prompt after your program finishes
13797normally. The communications protocol provides no other way for @value{GDBN}
13798to detect program completion.
13799@end itemize
13800
13801In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13802development board as a ``normal exit'' of your program.
13803
172c2a43 13804@node Renesas ICE
8e04817f
AC
13805@subsubsection Using the E7000 in-circuit emulator
13806
172c2a43 13807@kindex target e7000@r{, with Renesas ICE}
8e04817f 13808You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 13809Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
13810e7000} command to connect @value{GDBN} to your E7000:
13811
13812@table @code
13813@item target e7000 @var{port} @var{speed}
13814Use this form if your E7000 is connected to a serial port. The
13815@var{port} argument identifies what serial port to use (for example,
13816@samp{com2}). The third argument is the line speed in bits per second
13817(for example, @samp{9600}).
13818
13819@item target e7000 @var{hostname}
13820If your E7000 is installed as a host on a TCP/IP network, you can just
13821specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13822@end table
13823
ba04e063
EZ
13824The following special commands are available when debugging with the
13825Renesas E7000 ICE:
13826
13827@table @code
13828@item e7000 @var{command}
13829@kindex e7000
13830@cindex send command to E7000 monitor
13831This sends the specified @var{command} to the E7000 monitor.
13832
13833@item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13834@kindex ftplogin@r{, E7000}
13835This command records information for subsequent interface with the
13836E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13837named @var{machine} using specified @var{username} and @var{password},
13838and then chdir to the named directory @var{dir}.
13839
13840@item ftpload @var{file}
13841@kindex ftpload@r{, E7000}
13842This command uses credentials recorded by @code{ftplogin} to fetch and
13843load the named @var{file} from the E7000 monitor.
13844
13845@item drain
13846@kindex drain@r{, E7000}
13847This command drains any pending text buffers stored on the E7000.
13848
13849@item set usehardbreakpoints
13850@itemx show usehardbreakpoints
13851@kindex set usehardbreakpoints@r{, E7000}
13852@kindex show usehardbreakpoints@r{, E7000}
13853@cindex hardware breakpoints, and E7000
13854These commands set and show the use of hardware breakpoints for all
13855breakpoints. @xref{Set Breaks, hardware-assisted breakpoint}, for
13856more information about using hardware breakpoints selectively.
13857@end table
13858
172c2a43
KI
13859@node Renesas Special
13860@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
13861
13862Some @value{GDBN} commands are available only for the H8/300:
13863
13864@table @code
13865
13866@kindex set machine
13867@kindex show machine
13868@item set machine h8300
13869@itemx set machine h8300h
13870Condition @value{GDBN} for one of the two variants of the H8/300
13871architecture with @samp{set machine}. You can use @samp{show machine}
13872to check which variant is currently in effect.
104c1213
JM
13873
13874@end table
13875
8e04817f
AC
13876@node H8/500
13877@subsection H8/500
104c1213
JM
13878
13879@table @code
13880
8e04817f
AC
13881@kindex set memory @var{mod}
13882@cindex memory models, H8/500
13883@item set memory @var{mod}
13884@itemx show memory
13885Specify which H8/500 memory model (@var{mod}) you are using with
13886@samp{set memory}; check which memory model is in effect with @samp{show
13887memory}. The accepted values for @var{mod} are @code{small},
13888@code{big}, @code{medium}, and @code{compact}.
104c1213 13889
8e04817f 13890@end table
104c1213 13891
8e04817f 13892@node M32R/D
ba04e063 13893@subsection Renesas M32R/D and M32R/SDI
8e04817f
AC
13894
13895@table @code
8e04817f
AC
13896@kindex target m32r
13897@item target m32r @var{dev}
172c2a43 13898Renesas M32R/D ROM monitor.
8e04817f 13899
fb3e19c0
KI
13900@kindex target m32rsdi
13901@item target m32rsdi @var{dev}
13902Renesas M32R SDI server, connected via parallel port to the board.
721c2651
EZ
13903@end table
13904
13905The following @value{GDBN} commands are specific to the M32R monitor:
13906
13907@table @code
13908@item set download-path @var{path}
13909@kindex set download-path
13910@cindex find downloadable @sc{srec} files (M32R)
13911Set the default path for finding donwloadable @sc{srec} files.
13912
13913@item show download-path
13914@kindex show download-path
13915Show the default path for downloadable @sc{srec} files.
fb3e19c0 13916
721c2651
EZ
13917@item set board-address @var{addr}
13918@kindex set board-address
13919@cindex M32-EVA target board address
13920Set the IP address for the M32R-EVA target board.
13921
13922@item show board-address
13923@kindex show board-address
13924Show the current IP address of the target board.
13925
13926@item set server-address @var{addr}
13927@kindex set server-address
13928@cindex download server address (M32R)
13929Set the IP address for the download server, which is the @value{GDBN}'s
13930host machine.
13931
13932@item show server-address
13933@kindex show server-address
13934Display the IP address of the download server.
13935
13936@item upload @r{[}@var{file}@r{]}
13937@kindex upload@r{, M32R}
13938Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13939upload capability. If no @var{file} argument is given, the current
13940executable file is uploaded.
13941
13942@item tload @r{[}@var{file}@r{]}
13943@kindex tload@r{, M32R}
13944Test the @code{upload} command.
8e04817f
AC
13945@end table
13946
ba04e063
EZ
13947The following commands are available for M32R/SDI:
13948
13949@table @code
13950@item sdireset
13951@kindex sdireset
13952@cindex reset SDI connection, M32R
13953This command resets the SDI connection.
13954
13955@item sdistatus
13956@kindex sdistatus
13957This command shows the SDI connection status.
13958
13959@item debug_chaos
13960@kindex debug_chaos
13961@cindex M32R/Chaos debugging
13962Instructs the remote that M32R/Chaos debugging is to be used.
13963
13964@item use_debug_dma
13965@kindex use_debug_dma
13966Instructs the remote to use the DEBUG_DMA method of accessing memory.
13967
13968@item use_mon_code
13969@kindex use_mon_code
13970Instructs the remote to use the MON_CODE method of accessing memory.
13971
13972@item use_ib_break
13973@kindex use_ib_break
13974Instructs the remote to set breakpoints by IB break.
13975
13976@item use_dbt_break
13977@kindex use_dbt_break
13978Instructs the remote to set breakpoints by DBT.
13979@end table
13980
8e04817f
AC
13981@node M68K
13982@subsection M68k
13983
13984The Motorola m68k configuration includes ColdFire support, and
13985target command for the following ROM monitors.
13986
13987@table @code
13988
13989@kindex target abug
13990@item target abug @var{dev}
13991ABug ROM monitor for M68K.
13992
13993@kindex target cpu32bug
13994@item target cpu32bug @var{dev}
13995CPU32BUG monitor, running on a CPU32 (M68K) board.
13996
13997@kindex target dbug
13998@item target dbug @var{dev}
13999dBUG ROM monitor for Motorola ColdFire.
14000
14001@kindex target est
14002@item target est @var{dev}
14003EST-300 ICE monitor, running on a CPU32 (M68K) board.
14004
14005@kindex target rom68k
14006@item target rom68k @var{dev}
14007ROM 68K monitor, running on an M68K IDP board.
14008
14009@end table
14010
8e04817f
AC
14011@table @code
14012
14013@kindex target rombug
14014@item target rombug @var{dev}
14015ROMBUG ROM monitor for OS/9000.
14016
14017@end table
14018
8e04817f
AC
14019@node MIPS Embedded
14020@subsection MIPS Embedded
14021
14022@cindex MIPS boards
14023@value{GDBN} can use the MIPS remote debugging protocol to talk to a
14024MIPS board attached to a serial line. This is available when
14025you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 14026
8e04817f
AC
14027@need 1000
14028Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 14029
8e04817f
AC
14030@table @code
14031@item target mips @var{port}
14032@kindex target mips @var{port}
14033To run a program on the board, start up @code{@value{GDBP}} with the
14034name of your program as the argument. To connect to the board, use the
14035command @samp{target mips @var{port}}, where @var{port} is the name of
14036the serial port connected to the board. If the program has not already
14037been downloaded to the board, you may use the @code{load} command to
14038download it. You can then use all the usual @value{GDBN} commands.
104c1213 14039
8e04817f
AC
14040For example, this sequence connects to the target board through a serial
14041port, and loads and runs a program called @var{prog} through the
14042debugger:
104c1213 14043
474c8240 14044@smallexample
8e04817f
AC
14045host$ @value{GDBP} @var{prog}
14046@value{GDBN} is free software and @dots{}
14047(@value{GDBP}) target mips /dev/ttyb
14048(@value{GDBP}) load @var{prog}
14049(@value{GDBP}) run
474c8240 14050@end smallexample
104c1213 14051
8e04817f
AC
14052@item target mips @var{hostname}:@var{portnumber}
14053On some @value{GDBN} host configurations, you can specify a TCP
14054connection (for instance, to a serial line managed by a terminal
14055concentrator) instead of a serial port, using the syntax
14056@samp{@var{hostname}:@var{portnumber}}.
104c1213 14057
8e04817f
AC
14058@item target pmon @var{port}
14059@kindex target pmon @var{port}
14060PMON ROM monitor.
104c1213 14061
8e04817f
AC
14062@item target ddb @var{port}
14063@kindex target ddb @var{port}
14064NEC's DDB variant of PMON for Vr4300.
104c1213 14065
8e04817f
AC
14066@item target lsi @var{port}
14067@kindex target lsi @var{port}
14068LSI variant of PMON.
104c1213 14069
8e04817f
AC
14070@kindex target r3900
14071@item target r3900 @var{dev}
14072Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 14073
8e04817f
AC
14074@kindex target array
14075@item target array @var{dev}
14076Array Tech LSI33K RAID controller board.
104c1213 14077
8e04817f 14078@end table
104c1213 14079
104c1213 14080
8e04817f
AC
14081@noindent
14082@value{GDBN} also supports these special commands for MIPS targets:
104c1213 14083
8e04817f 14084@table @code
8e04817f
AC
14085@item set mipsfpu double
14086@itemx set mipsfpu single
14087@itemx set mipsfpu none
a64548ea 14088@itemx set mipsfpu auto
8e04817f
AC
14089@itemx show mipsfpu
14090@kindex set mipsfpu
14091@kindex show mipsfpu
14092@cindex MIPS remote floating point
14093@cindex floating point, MIPS remote
14094If your target board does not support the MIPS floating point
14095coprocessor, you should use the command @samp{set mipsfpu none} (if you
14096need this, you may wish to put the command in your @value{GDBN} init
14097file). This tells @value{GDBN} how to find the return value of
14098functions which return floating point values. It also allows
14099@value{GDBN} to avoid saving the floating point registers when calling
14100functions on the board. If you are using a floating point coprocessor
14101with only single precision floating point support, as on the @sc{r4650}
14102processor, use the command @samp{set mipsfpu single}. The default
14103double precision floating point coprocessor may be selected using
14104@samp{set mipsfpu double}.
104c1213 14105
8e04817f
AC
14106In previous versions the only choices were double precision or no
14107floating point, so @samp{set mipsfpu on} will select double precision
14108and @samp{set mipsfpu off} will select no floating point.
104c1213 14109
8e04817f
AC
14110As usual, you can inquire about the @code{mipsfpu} variable with
14111@samp{show mipsfpu}.
104c1213 14112
8e04817f
AC
14113@item set timeout @var{seconds}
14114@itemx set retransmit-timeout @var{seconds}
14115@itemx show timeout
14116@itemx show retransmit-timeout
14117@cindex @code{timeout}, MIPS protocol
14118@cindex @code{retransmit-timeout}, MIPS protocol
14119@kindex set timeout
14120@kindex show timeout
14121@kindex set retransmit-timeout
14122@kindex show retransmit-timeout
14123You can control the timeout used while waiting for a packet, in the MIPS
14124remote protocol, with the @code{set timeout @var{seconds}} command. The
14125default is 5 seconds. Similarly, you can control the timeout used while
14126waiting for an acknowledgement of a packet with the @code{set
14127retransmit-timeout @var{seconds}} command. The default is 3 seconds.
14128You can inspect both values with @code{show timeout} and @code{show
14129retransmit-timeout}. (These commands are @emph{only} available when
14130@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 14131
8e04817f
AC
14132The timeout set by @code{set timeout} does not apply when @value{GDBN}
14133is waiting for your program to stop. In that case, @value{GDBN} waits
14134forever because it has no way of knowing how long the program is going
14135to run before stopping.
ba04e063
EZ
14136
14137@item set syn-garbage-limit @var{num}
14138@kindex set syn-garbage-limit@r{, MIPS remote}
14139@cindex synchronize with remote MIPS target
14140Limit the maximum number of characters @value{GDBN} should ignore when
14141it tries to synchronize with the remote target. The default is 10
14142characters. Setting the limit to -1 means there's no limit.
14143
14144@item show syn-garbage-limit
14145@kindex show syn-garbage-limit@r{, MIPS remote}
14146Show the current limit on the number of characters to ignore when
14147trying to synchronize with the remote system.
14148
14149@item set monitor-prompt @var{prompt}
14150@kindex set monitor-prompt@r{, MIPS remote}
14151@cindex remote monitor prompt
14152Tell @value{GDBN} to expect the specified @var{prompt} string from the
14153remote monitor. The default depends on the target:
14154@table @asis
14155@item pmon target
14156@samp{PMON}
14157@item ddb target
14158@samp{NEC010}
14159@item lsi target
14160@samp{PMON>}
14161@end table
14162
14163@item show monitor-prompt
14164@kindex show monitor-prompt@r{, MIPS remote}
14165Show the current strings @value{GDBN} expects as the prompt from the
14166remote monitor.
14167
14168@item set monitor-warnings
14169@kindex set monitor-warnings@r{, MIPS remote}
14170Enable or disable monitor warnings about hardware breakpoints. This
14171has effect only for the @code{lsi} target. When on, @value{GDBN} will
14172display warning messages whose codes are returned by the @code{lsi}
14173PMON monitor for breakpoint commands.
14174
14175@item show monitor-warnings
14176@kindex show monitor-warnings@r{, MIPS remote}
14177Show the current setting of printing monitor warnings.
14178
14179@item pmon @var{command}
14180@kindex pmon@r{, MIPS remote}
14181@cindex send PMON command
14182This command allows sending an arbitrary @var{command} string to the
14183monitor. The monitor must be in debug mode for this to work.
8e04817f 14184@end table
104c1213 14185
a37295f9
MM
14186@node OpenRISC 1000
14187@subsection OpenRISC 1000
14188@cindex OpenRISC 1000
14189
14190@cindex or1k boards
14191See OR1k Architecture document (@uref{www.opencores.org}) for more information
14192about platform and commands.
14193
14194@table @code
14195
14196@kindex target jtag
14197@item target jtag jtag://@var{host}:@var{port}
14198
14199Connects to remote JTAG server.
14200JTAG remote server can be either an or1ksim or JTAG server,
14201connected via parallel port to the board.
14202
14203Example: @code{target jtag jtag://localhost:9999}
14204
14205@kindex or1ksim
14206@item or1ksim @var{command}
14207If connected to @code{or1ksim} OpenRISC 1000 Architectural
14208Simulator, proprietary commands can be executed.
14209
14210@kindex info or1k spr
14211@item info or1k spr
14212Displays spr groups.
14213
14214@item info or1k spr @var{group}
14215@itemx info or1k spr @var{groupno}
14216Displays register names in selected group.
14217
14218@item info or1k spr @var{group} @var{register}
14219@itemx info or1k spr @var{register}
14220@itemx info or1k spr @var{groupno} @var{registerno}
14221@itemx info or1k spr @var{registerno}
14222Shows information about specified spr register.
14223
14224@kindex spr
14225@item spr @var{group} @var{register} @var{value}
14226@itemx spr @var{register @var{value}}
14227@itemx spr @var{groupno} @var{registerno @var{value}}
14228@itemx spr @var{registerno @var{value}}
14229Writes @var{value} to specified spr register.
14230@end table
14231
14232Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14233It is very similar to @value{GDBN} trace, except it does not interfere with normal
14234program execution and is thus much faster. Hardware breakpoints/watchpoint
14235triggers can be set using:
14236@table @code
14237@item $LEA/$LDATA
14238Load effective address/data
14239@item $SEA/$SDATA
14240Store effective address/data
14241@item $AEA/$ADATA
14242Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14243@item $FETCH
14244Fetch data
14245@end table
14246
14247When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14248@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14249
14250@code{htrace} commands:
14251@cindex OpenRISC 1000 htrace
14252@table @code
14253@kindex hwatch
14254@item hwatch @var{conditional}
14255Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14256or Data. For example:
14257
14258@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14259
14260@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14261
4644b6e3 14262@kindex htrace
a37295f9
MM
14263@item htrace info
14264Display information about current HW trace configuration.
14265
a37295f9
MM
14266@item htrace trigger @var{conditional}
14267Set starting criteria for HW trace.
14268
a37295f9
MM
14269@item htrace qualifier @var{conditional}
14270Set acquisition qualifier for HW trace.
14271
a37295f9
MM
14272@item htrace stop @var{conditional}
14273Set HW trace stopping criteria.
14274
f153cc92 14275@item htrace record [@var{data}]*
a37295f9
MM
14276Selects the data to be recorded, when qualifier is met and HW trace was
14277triggered.
14278
a37295f9 14279@item htrace enable
a37295f9
MM
14280@itemx htrace disable
14281Enables/disables the HW trace.
14282
f153cc92 14283@item htrace rewind [@var{filename}]
a37295f9
MM
14284Clears currently recorded trace data.
14285
14286If filename is specified, new trace file is made and any newly collected data
14287will be written there.
14288
f153cc92 14289@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
14290Prints trace buffer, using current record configuration.
14291
a37295f9
MM
14292@item htrace mode continuous
14293Set continuous trace mode.
14294
a37295f9
MM
14295@item htrace mode suspend
14296Set suspend trace mode.
14297
14298@end table
14299
8e04817f
AC
14300@node PowerPC
14301@subsection PowerPC
104c1213
JM
14302
14303@table @code
8e04817f
AC
14304@kindex target dink32
14305@item target dink32 @var{dev}
14306DINK32 ROM monitor.
104c1213 14307
8e04817f
AC
14308@kindex target ppcbug
14309@item target ppcbug @var{dev}
14310@kindex target ppcbug1
14311@item target ppcbug1 @var{dev}
14312PPCBUG ROM monitor for PowerPC.
104c1213 14313
8e04817f
AC
14314@kindex target sds
14315@item target sds @var{dev}
14316SDS monitor, running on a PowerPC board (such as Motorola's ADS).
c45da7e6 14317@end table
8e04817f 14318
c45da7e6
EZ
14319@cindex SDS protocol
14320The following commands specifi to the SDS protocol are supported
14321by@value{GDBN}:
14322
14323@table @code
14324@item set sdstimeout @var{nsec}
14325@kindex set sdstimeout
14326Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
14327default is 2 seconds.
14328
14329@item show sdstimeout
14330@kindex show sdstimeout
14331Show the current value of the SDS timeout.
14332
14333@item sds @var{command}
14334@kindex sds@r{, a command}
14335Send the specified @var{command} string to the SDS monitor.
8e04817f
AC
14336@end table
14337
c45da7e6 14338
8e04817f
AC
14339@node PA
14340@subsection HP PA Embedded
104c1213
JM
14341
14342@table @code
14343
8e04817f
AC
14344@kindex target op50n
14345@item target op50n @var{dev}
14346OP50N monitor, running on an OKI HPPA board.
14347
14348@kindex target w89k
14349@item target w89k @var{dev}
14350W89K monitor, running on a Winbond HPPA board.
104c1213
JM
14351
14352@end table
14353
8e04817f 14354@node SH
172c2a43 14355@subsection Renesas SH
104c1213
JM
14356
14357@table @code
14358
172c2a43 14359@kindex target hms@r{, with Renesas SH}
8e04817f 14360@item target hms @var{dev}
172c2a43 14361A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
14362commands @code{device} and @code{speed} to control the serial line and
14363the communications speed used.
104c1213 14364
172c2a43 14365@kindex target e7000@r{, with Renesas SH}
8e04817f 14366@item target e7000 @var{dev}
172c2a43 14367E7000 emulator for Renesas SH.
104c1213 14368
8e04817f
AC
14369@kindex target sh3@r{, with SH}
14370@kindex target sh3e@r{, with SH}
14371@item target sh3 @var{dev}
14372@item target sh3e @var{dev}
172c2a43 14373Renesas SH-3 and SH-3E target systems.
104c1213 14374
8e04817f 14375@end table
104c1213 14376
8e04817f
AC
14377@node Sparclet
14378@subsection Tsqware Sparclet
104c1213 14379
8e04817f
AC
14380@cindex Sparclet
14381
14382@value{GDBN} enables developers to debug tasks running on
14383Sparclet targets from a Unix host.
14384@value{GDBN} uses code that runs on
14385both the Unix host and on the Sparclet target. The program
14386@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 14387
8e04817f
AC
14388@table @code
14389@item remotetimeout @var{args}
14390@kindex remotetimeout
14391@value{GDBN} supports the option @code{remotetimeout}.
14392This option is set by the user, and @var{args} represents the number of
14393seconds @value{GDBN} waits for responses.
104c1213
JM
14394@end table
14395
8e04817f
AC
14396@cindex compiling, on Sparclet
14397When compiling for debugging, include the options @samp{-g} to get debug
14398information and @samp{-Ttext} to relocate the program to where you wish to
14399load it on the target. You may also want to add the options @samp{-n} or
14400@samp{-N} in order to reduce the size of the sections. Example:
104c1213 14401
474c8240 14402@smallexample
8e04817f 14403sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 14404@end smallexample
104c1213 14405
8e04817f 14406You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 14407
474c8240 14408@smallexample
8e04817f 14409sparclet-aout-objdump --headers --syms prog
474c8240 14410@end smallexample
104c1213 14411
8e04817f
AC
14412@cindex running, on Sparclet
14413Once you have set
14414your Unix execution search path to find @value{GDBN}, you are ready to
14415run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
14416(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 14417
8e04817f
AC
14418@value{GDBN} comes up showing the prompt:
14419
474c8240 14420@smallexample
8e04817f 14421(gdbslet)
474c8240 14422@end smallexample
104c1213
JM
14423
14424@menu
8e04817f
AC
14425* Sparclet File:: Setting the file to debug
14426* Sparclet Connection:: Connecting to Sparclet
14427* Sparclet Download:: Sparclet download
14428* Sparclet Execution:: Running and debugging
104c1213
JM
14429@end menu
14430
8e04817f
AC
14431@node Sparclet File
14432@subsubsection Setting file to debug
104c1213 14433
8e04817f 14434The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 14435
474c8240 14436@smallexample
8e04817f 14437(gdbslet) file prog
474c8240 14438@end smallexample
104c1213 14439
8e04817f
AC
14440@need 1000
14441@value{GDBN} then attempts to read the symbol table of @file{prog}.
14442@value{GDBN} locates
14443the file by searching the directories listed in the command search
14444path.
14445If the file was compiled with debug information (option "-g"), source
14446files will be searched as well.
14447@value{GDBN} locates
14448the source files by searching the directories listed in the directory search
14449path (@pxref{Environment, ,Your program's environment}).
14450If it fails
14451to find a file, it displays a message such as:
104c1213 14452
474c8240 14453@smallexample
8e04817f 14454prog: No such file or directory.
474c8240 14455@end smallexample
104c1213 14456
8e04817f
AC
14457When this happens, add the appropriate directories to the search paths with
14458the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14459@code{target} command again.
104c1213 14460
8e04817f
AC
14461@node Sparclet Connection
14462@subsubsection Connecting to Sparclet
104c1213 14463
8e04817f
AC
14464The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14465To connect to a target on serial port ``@code{ttya}'', type:
104c1213 14466
474c8240 14467@smallexample
8e04817f
AC
14468(gdbslet) target sparclet /dev/ttya
14469Remote target sparclet connected to /dev/ttya
14470main () at ../prog.c:3
474c8240 14471@end smallexample
104c1213 14472
8e04817f
AC
14473@need 750
14474@value{GDBN} displays messages like these:
104c1213 14475
474c8240 14476@smallexample
8e04817f 14477Connected to ttya.
474c8240 14478@end smallexample
104c1213 14479
8e04817f
AC
14480@node Sparclet Download
14481@subsubsection Sparclet download
104c1213 14482
8e04817f
AC
14483@cindex download to Sparclet
14484Once connected to the Sparclet target,
14485you can use the @value{GDBN}
14486@code{load} command to download the file from the host to the target.
14487The file name and load offset should be given as arguments to the @code{load}
14488command.
14489Since the file format is aout, the program must be loaded to the starting
14490address. You can use @code{objdump} to find out what this value is. The load
14491offset is an offset which is added to the VMA (virtual memory address)
14492of each of the file's sections.
14493For instance, if the program
14494@file{prog} was linked to text address 0x1201000, with data at 0x12010160
14495and bss at 0x12010170, in @value{GDBN}, type:
104c1213 14496
474c8240 14497@smallexample
8e04817f
AC
14498(gdbslet) load prog 0x12010000
14499Loading section .text, size 0xdb0 vma 0x12010000
474c8240 14500@end smallexample
104c1213 14501
8e04817f
AC
14502If the code is loaded at a different address then what the program was linked
14503to, you may need to use the @code{section} and @code{add-symbol-file} commands
14504to tell @value{GDBN} where to map the symbol table.
14505
14506@node Sparclet Execution
14507@subsubsection Running and debugging
14508
14509@cindex running and debugging Sparclet programs
14510You can now begin debugging the task using @value{GDBN}'s execution control
14511commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
14512manual for the list of commands.
14513
474c8240 14514@smallexample
8e04817f
AC
14515(gdbslet) b main
14516Breakpoint 1 at 0x12010000: file prog.c, line 3.
14517(gdbslet) run
14518Starting program: prog
14519Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
145203 char *symarg = 0;
14521(gdbslet) step
145224 char *execarg = "hello!";
14523(gdbslet)
474c8240 14524@end smallexample
8e04817f
AC
14525
14526@node Sparclite
14527@subsection Fujitsu Sparclite
104c1213
JM
14528
14529@table @code
14530
8e04817f
AC
14531@kindex target sparclite
14532@item target sparclite @var{dev}
14533Fujitsu sparclite boards, used only for the purpose of loading.
14534You must use an additional command to debug the program.
14535For example: target remote @var{dev} using @value{GDBN} standard
14536remote protocol.
104c1213
JM
14537
14538@end table
14539
8e04817f
AC
14540@node ST2000
14541@subsection Tandem ST2000
104c1213 14542
8e04817f
AC
14543@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14544STDBUG protocol.
104c1213 14545
8e04817f
AC
14546To connect your ST2000 to the host system, see the manufacturer's
14547manual. Once the ST2000 is physically attached, you can run:
104c1213 14548
474c8240 14549@smallexample
8e04817f 14550target st2000 @var{dev} @var{speed}
474c8240 14551@end smallexample
104c1213 14552
8e04817f
AC
14553@noindent
14554to establish it as your debugging environment. @var{dev} is normally
14555the name of a serial device, such as @file{/dev/ttya}, connected to the
14556ST2000 via a serial line. You can instead specify @var{dev} as a TCP
14557connection (for example, to a serial line attached via a terminal
14558concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 14559
8e04817f
AC
14560The @code{load} and @code{attach} commands are @emph{not} defined for
14561this target; you must load your program into the ST2000 as you normally
14562would for standalone operation. @value{GDBN} reads debugging information
14563(such as symbols) from a separate, debugging version of the program
14564available on your host computer.
14565@c FIXME!! This is terribly vague; what little content is here is
14566@c basically hearsay.
104c1213 14567
8e04817f
AC
14568@cindex ST2000 auxiliary commands
14569These auxiliary @value{GDBN} commands are available to help you with the ST2000
14570environment:
104c1213 14571
8e04817f
AC
14572@table @code
14573@item st2000 @var{command}
14574@kindex st2000 @var{cmd}
14575@cindex STDBUG commands (ST2000)
14576@cindex commands to STDBUG (ST2000)
14577Send a @var{command} to the STDBUG monitor. See the manufacturer's
14578manual for available commands.
104c1213 14579
8e04817f
AC
14580@item connect
14581@cindex connect (to STDBUG)
14582Connect the controlling terminal to the STDBUG command monitor. When
14583you are done interacting with STDBUG, typing either of two character
14584sequences gets you back to the @value{GDBN} command prompt:
14585@kbd{@key{RET}~.} (Return, followed by tilde and period) or
14586@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
14587@end table
14588
8e04817f
AC
14589@node Z8000
14590@subsection Zilog Z8000
104c1213 14591
8e04817f
AC
14592@cindex Z8000
14593@cindex simulator, Z8000
14594@cindex Zilog Z8000 simulator
104c1213 14595
8e04817f
AC
14596When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14597a Z8000 simulator.
14598
14599For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14600unsegmented variant of the Z8000 architecture) or the Z8001 (the
14601segmented variant). The simulator recognizes which architecture is
14602appropriate by inspecting the object code.
104c1213 14603
8e04817f
AC
14604@table @code
14605@item target sim @var{args}
14606@kindex sim
14607@kindex target sim@r{, with Z8000}
14608Debug programs on a simulated CPU. If the simulator supports setup
14609options, specify them via @var{args}.
104c1213
JM
14610@end table
14611
8e04817f
AC
14612@noindent
14613After specifying this target, you can debug programs for the simulated
14614CPU in the same style as programs for your host computer; use the
14615@code{file} command to load a new program image, the @code{run} command
14616to run your program, and so on.
14617
14618As well as making available all the usual machine registers
14619(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14620additional items of information as specially named registers:
104c1213
JM
14621
14622@table @code
14623
8e04817f
AC
14624@item cycles
14625Counts clock-ticks in the simulator.
104c1213 14626
8e04817f
AC
14627@item insts
14628Counts instructions run in the simulator.
104c1213 14629
8e04817f
AC
14630@item time
14631Execution time in 60ths of a second.
104c1213 14632
8e04817f 14633@end table
104c1213 14634
8e04817f
AC
14635You can refer to these values in @value{GDBN} expressions with the usual
14636conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14637conditional breakpoint that suspends only after at least 5000
14638simulated clock ticks.
104c1213 14639
a64548ea
EZ
14640@node AVR
14641@subsection Atmel AVR
14642@cindex AVR
14643
14644When configured for debugging the Atmel AVR, @value{GDBN} supports the
14645following AVR-specific commands:
14646
14647@table @code
14648@item info io_registers
14649@kindex info io_registers@r{, AVR}
14650@cindex I/O registers (Atmel AVR)
14651This command displays information about the AVR I/O registers. For
14652each register, @value{GDBN} prints its number and value.
14653@end table
14654
14655@node CRIS
14656@subsection CRIS
14657@cindex CRIS
14658
14659When configured for debugging CRIS, @value{GDBN} provides the
14660following CRIS-specific commands:
14661
14662@table @code
14663@item set cris-version @var{ver}
14664@cindex CRIS version
14665Set the current CRIS version to @var{ver}. The CRIS version affects
14666register names and sizes. This command is useful in case
14667autodetection of the CRIS version fails.
14668
14669@item show cris-version
14670Show the current CRIS version.
14671
14672@item set cris-dwarf2-cfi
14673@cindex DWARF-2 CFI and CRIS
14674Set the usage of DWARF-2 CFI for CRIS debugging. The default is off
14675if using @code{gcc-cris} whose version is below @code{R59}, otherwise
14676on.
14677
14678@item show cris-dwarf2-cfi
14679Show the current state of using DWARF-2 CFI.
14680@end table
14681
14682@node Super-H
14683@subsection Renesas Super-H
14684@cindex Super-H
14685
14686For the Renesas Super-H processor, @value{GDBN} provides these
14687commands:
14688
14689@table @code
14690@item regs
14691@kindex regs@r{, Super-H}
14692Show the values of all Super-H registers.
14693@end table
14694
c45da7e6
EZ
14695@node WinCE
14696@subsection Windows CE
14697@cindex Windows CE
14698
14699The following commands are available for Windows CE:
14700
14701@table @code
14702@item set remotedirectory @var{dir}
14703@kindex set remotedirectory
14704Tell @value{GDBN} to upload files from the named directory @var{dir}.
14705The default is @file{/gdb}, i.e.@: the root directory on the current
14706drive.
14707
14708@item show remotedirectory
14709@kindex show remotedirectory
14710Show the current value of the upload directory.
14711
14712@item set remoteupload @var{method}
14713@kindex set remoteupload
14714Set the method used to upload files to remote device. Valid values
14715for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14716The default is @samp{newer}.
14717
14718@item show remoteupload
14719@kindex show remoteupload
14720Show the current setting of the upload method.
14721
14722@item set remoteaddhost
14723@kindex set remoteaddhost
14724Tell @value{GDBN} whether to add this host to the remote stub's
14725arguments when you debug over a network.
14726
14727@item show remoteaddhost
14728@kindex show remoteaddhost
14729Show whether to add this host to remote stub's arguments when
14730debugging over a network.
14731@end table
14732
a64548ea 14733
8e04817f
AC
14734@node Architectures
14735@section Architectures
104c1213 14736
8e04817f
AC
14737This section describes characteristics of architectures that affect
14738all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 14739
8e04817f 14740@menu
9c16f35a 14741* i386::
8e04817f
AC
14742* A29K::
14743* Alpha::
14744* MIPS::
a64548ea 14745* HPPA:: HP PA architecture
8e04817f 14746@end menu
104c1213 14747
9c16f35a
EZ
14748@node i386
14749@subsection x86 Architecture-specific issues.
14750
14751@table @code
14752@item set struct-convention @var{mode}
14753@kindex set struct-convention
14754@cindex struct return convention
14755@cindex struct/union returned in registers
14756Set the convention used by the inferior to return @code{struct}s and
14757@code{union}s from functions to @var{mode}. Possible values of
14758@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14759default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14760are returned on the stack, while @code{"reg"} means that a
14761@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14762be returned in a register.
14763
14764@item show struct-convention
14765@kindex show struct-convention
14766Show the current setting of the convention to return @code{struct}s
14767from functions.
14768@end table
14769
8e04817f
AC
14770@node A29K
14771@subsection A29K
104c1213
JM
14772
14773@table @code
104c1213 14774
8e04817f
AC
14775@kindex set rstack_high_address
14776@cindex AMD 29K register stack
14777@cindex register stack, AMD29K
14778@item set rstack_high_address @var{address}
14779On AMD 29000 family processors, registers are saved in a separate
14780@dfn{register stack}. There is no way for @value{GDBN} to determine the
14781extent of this stack. Normally, @value{GDBN} just assumes that the
14782stack is ``large enough''. This may result in @value{GDBN} referencing
14783memory locations that do not exist. If necessary, you can get around
14784this problem by specifying the ending address of the register stack with
14785the @code{set rstack_high_address} command. The argument should be an
14786address, which you probably want to precede with @samp{0x} to specify in
14787hexadecimal.
104c1213 14788
8e04817f
AC
14789@kindex show rstack_high_address
14790@item show rstack_high_address
14791Display the current limit of the register stack, on AMD 29000 family
14792processors.
104c1213 14793
8e04817f 14794@end table
104c1213 14795
8e04817f
AC
14796@node Alpha
14797@subsection Alpha
104c1213 14798
8e04817f 14799See the following section.
104c1213 14800
8e04817f
AC
14801@node MIPS
14802@subsection MIPS
104c1213 14803
8e04817f
AC
14804@cindex stack on Alpha
14805@cindex stack on MIPS
14806@cindex Alpha stack
14807@cindex MIPS stack
14808Alpha- and MIPS-based computers use an unusual stack frame, which
14809sometimes requires @value{GDBN} to search backward in the object code to
14810find the beginning of a function.
104c1213 14811
8e04817f
AC
14812@cindex response time, MIPS debugging
14813To improve response time (especially for embedded applications, where
14814@value{GDBN} may be restricted to a slow serial line for this search)
14815you may want to limit the size of this search, using one of these
14816commands:
104c1213 14817
8e04817f
AC
14818@table @code
14819@cindex @code{heuristic-fence-post} (Alpha, MIPS)
14820@item set heuristic-fence-post @var{limit}
14821Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14822search for the beginning of a function. A value of @var{0} (the
14823default) means there is no limit. However, except for @var{0}, the
14824larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
14825and therefore the longer it takes to run. You should only need to use
14826this command when debugging a stripped executable.
104c1213 14827
8e04817f
AC
14828@item show heuristic-fence-post
14829Display the current limit.
14830@end table
104c1213
JM
14831
14832@noindent
8e04817f
AC
14833These commands are available @emph{only} when @value{GDBN} is configured
14834for debugging programs on Alpha or MIPS processors.
104c1213 14835
a64548ea
EZ
14836Several MIPS-specific commands are available when debugging MIPS
14837programs:
14838
14839@table @code
14840@item set mips saved-gpreg-size @var{size}
14841@kindex set mips saved-gpreg-size
14842@cindex MIPS GP register size on stack
14843Set the size of MIPS general-purpose registers saved on the stack.
14844The argument @var{size} can be one of the following:
14845
14846@table @samp
14847@item 32
1484832-bit GP registers
14849@item 64
1485064-bit GP registers
14851@item auto
14852Use the target's default setting or autodetect the saved size from the
14853information contained in the executable. This is the default
14854@end table
14855
14856@item show mips saved-gpreg-size
14857@kindex show mips saved-gpreg-size
14858Show the current size of MIPS GP registers on the stack.
14859
14860@item set mips stack-arg-size @var{size}
14861@kindex set mips stack-arg-size
14862@cindex MIPS stack space for arguments
14863Set the amount of stack space reserved for arguments to functions.
14864The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14865(the default).
14866
14867@item set mips abi @var{arg}
14868@kindex set mips abi
14869@cindex set ABI for MIPS
14870Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
14871values of @var{arg} are:
14872
14873@table @samp
14874@item auto
14875The default ABI associated with the current binary (this is the
14876default).
14877@item o32
14878@item o64
14879@item n32
14880@item n64
14881@item eabi32
14882@item eabi64
14883@item auto
14884@end table
14885
14886@item show mips abi
14887@kindex show mips abi
14888Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14889
14890@item set mipsfpu
14891@itemx show mipsfpu
14892@xref{MIPS Embedded, set mipsfpu}.
14893
14894@item set mips mask-address @var{arg}
14895@kindex set mips mask-address
14896@cindex MIPS addresses, masking
14897This command determines whether the most-significant 32 bits of 64-bit
14898MIPS addresses are masked off. The argument @var{arg} can be
14899@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
14900setting, which lets @value{GDBN} determine the correct value.
14901
14902@item show mips mask-address
14903@kindex show mips mask-address
14904Show whether the upper 32 bits of MIPS addresses are masked off or
14905not.
14906
14907@item set remote-mips64-transfers-32bit-regs
14908@kindex set remote-mips64-transfers-32bit-regs
14909This command controls compatibility with 64-bit MIPS targets that
14910transfer data in 32-bit quantities. If you have an old MIPS 64 target
14911that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14912and 64 bits for other registers, set this option to @samp{on}.
14913
14914@item show remote-mips64-transfers-32bit-regs
14915@kindex show remote-mips64-transfers-32bit-regs
14916Show the current setting of compatibility with older MIPS 64 targets.
14917
14918@item set debug mips
14919@kindex set debug mips
14920This command turns on and off debugging messages for the MIPS-specific
14921target code in @value{GDBN}.
14922
14923@item show debug mips
14924@kindex show debug mips
14925Show the current setting of MIPS debugging messages.
14926@end table
14927
14928
14929@node HPPA
14930@subsection HPPA
14931@cindex HPPA support
14932
14933When @value{GDBN} is debugging te HP PA architecture, it provides the
14934following special commands:
14935
14936@table @code
14937@item set debug hppa
14938@kindex set debug hppa
14939THis command determines whether HPPA architecture specific debugging
14940messages are to be displayed.
14941
14942@item show debug hppa
14943Show whether HPPA debugging messages are displayed.
14944
14945@item maint print unwind @var{address}
14946@kindex maint print unwind@r{, HPPA}
14947This command displays the contents of the unwind table entry at the
14948given @var{address}.
14949
14950@end table
14951
104c1213 14952
8e04817f
AC
14953@node Controlling GDB
14954@chapter Controlling @value{GDBN}
14955
14956You can alter the way @value{GDBN} interacts with you by using the
14957@code{set} command. For commands controlling how @value{GDBN} displays
14958data, see @ref{Print Settings, ,Print settings}. Other settings are
14959described here.
14960
14961@menu
14962* Prompt:: Prompt
14963* Editing:: Command editing
14964* History:: Command history
14965* Screen Size:: Screen size
14966* Numbers:: Numbers
1e698235 14967* ABI:: Configuring the current ABI
8e04817f
AC
14968* Messages/Warnings:: Optional warnings and messages
14969* Debugging Output:: Optional messages about internal happenings
14970@end menu
14971
14972@node Prompt
14973@section Prompt
104c1213 14974
8e04817f 14975@cindex prompt
104c1213 14976
8e04817f
AC
14977@value{GDBN} indicates its readiness to read a command by printing a string
14978called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
14979can change the prompt string with the @code{set prompt} command. For
14980instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
14981the prompt in one of the @value{GDBN} sessions so that you can always tell
14982which one you are talking to.
104c1213 14983
8e04817f
AC
14984@emph{Note:} @code{set prompt} does not add a space for you after the
14985prompt you set. This allows you to set a prompt which ends in a space
14986or a prompt that does not.
104c1213 14987
8e04817f
AC
14988@table @code
14989@kindex set prompt
14990@item set prompt @var{newprompt}
14991Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 14992
8e04817f
AC
14993@kindex show prompt
14994@item show prompt
14995Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
14996@end table
14997
8e04817f
AC
14998@node Editing
14999@section Command editing
15000@cindex readline
15001@cindex command line editing
104c1213 15002
703663ab 15003@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
15004@sc{gnu} library provides consistent behavior for programs which provide a
15005command line interface to the user. Advantages are @sc{gnu} Emacs-style
15006or @dfn{vi}-style inline editing of commands, @code{csh}-like history
15007substitution, and a storage and recall of command history across
15008debugging sessions.
104c1213 15009
8e04817f
AC
15010You may control the behavior of command line editing in @value{GDBN} with the
15011command @code{set}.
104c1213 15012
8e04817f
AC
15013@table @code
15014@kindex set editing
15015@cindex editing
15016@item set editing
15017@itemx set editing on
15018Enable command line editing (enabled by default).
104c1213 15019
8e04817f
AC
15020@item set editing off
15021Disable command line editing.
104c1213 15022
8e04817f
AC
15023@kindex show editing
15024@item show editing
15025Show whether command line editing is enabled.
104c1213
JM
15026@end table
15027
703663ab
EZ
15028@xref{Command Line Editing}, for more details about the Readline
15029interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
15030encouraged to read that chapter.
15031
8e04817f
AC
15032@node History
15033@section Command history
703663ab 15034@cindex command history
8e04817f
AC
15035
15036@value{GDBN} can keep track of the commands you type during your
15037debugging sessions, so that you can be certain of precisely what
15038happened. Use these commands to manage the @value{GDBN} command
15039history facility.
104c1213 15040
703663ab
EZ
15041@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
15042package, to provide the history facility. @xref{Using History
15043Interactively}, for the detailed description of the History library.
15044
15045Here is the description of @value{GDBN} commands related to command
15046history.
15047
104c1213 15048@table @code
8e04817f
AC
15049@cindex history substitution
15050@cindex history file
15051@kindex set history filename
4644b6e3 15052@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
15053@item set history filename @var{fname}
15054Set the name of the @value{GDBN} command history file to @var{fname}.
15055This is the file where @value{GDBN} reads an initial command history
15056list, and where it writes the command history from this session when it
15057exits. You can access this list through history expansion or through
15058the history command editing characters listed below. This file defaults
15059to the value of the environment variable @code{GDBHISTFILE}, or to
15060@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
15061is not set.
104c1213 15062
9c16f35a
EZ
15063@cindex save command history
15064@kindex set history save
8e04817f
AC
15065@item set history save
15066@itemx set history save on
15067Record command history in a file, whose name may be specified with the
15068@code{set history filename} command. By default, this option is disabled.
104c1213 15069
8e04817f
AC
15070@item set history save off
15071Stop recording command history in a file.
104c1213 15072
8e04817f 15073@cindex history size
9c16f35a 15074@kindex set history size
6fc08d32 15075@cindex @env{HISTSIZE}, environment variable
8e04817f
AC
15076@item set history size @var{size}
15077Set the number of commands which @value{GDBN} keeps in its history list.
15078This defaults to the value of the environment variable
15079@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
15080@end table
15081
8e04817f 15082History expansion assigns special meaning to the character @kbd{!}.
703663ab 15083@xref{Event Designators}, for more details.
8e04817f 15084
703663ab 15085@cindex history expansion, turn on/off
8e04817f
AC
15086Since @kbd{!} is also the logical not operator in C, history expansion
15087is off by default. If you decide to enable history expansion with the
15088@code{set history expansion on} command, you may sometimes need to
15089follow @kbd{!} (when it is used as logical not, in an expression) with
15090a space or a tab to prevent it from being expanded. The readline
15091history facilities do not attempt substitution on the strings
15092@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
15093
15094The commands to control history expansion are:
104c1213
JM
15095
15096@table @code
8e04817f
AC
15097@item set history expansion on
15098@itemx set history expansion
703663ab 15099@kindex set history expansion
8e04817f 15100Enable history expansion. History expansion is off by default.
104c1213 15101
8e04817f
AC
15102@item set history expansion off
15103Disable history expansion.
104c1213 15104
8e04817f
AC
15105@c @group
15106@kindex show history
15107@item show history
15108@itemx show history filename
15109@itemx show history save
15110@itemx show history size
15111@itemx show history expansion
15112These commands display the state of the @value{GDBN} history parameters.
15113@code{show history} by itself displays all four states.
15114@c @end group
15115@end table
15116
15117@table @code
9c16f35a
EZ
15118@kindex show commands
15119@cindex show last commands
15120@cindex display command history
8e04817f
AC
15121@item show commands
15122Display the last ten commands in the command history.
104c1213 15123
8e04817f
AC
15124@item show commands @var{n}
15125Print ten commands centered on command number @var{n}.
15126
15127@item show commands +
15128Print ten commands just after the commands last printed.
104c1213
JM
15129@end table
15130
8e04817f
AC
15131@node Screen Size
15132@section Screen size
15133@cindex size of screen
15134@cindex pauses in output
104c1213 15135
8e04817f
AC
15136Certain commands to @value{GDBN} may produce large amounts of
15137information output to the screen. To help you read all of it,
15138@value{GDBN} pauses and asks you for input at the end of each page of
15139output. Type @key{RET} when you want to continue the output, or @kbd{q}
15140to discard the remaining output. Also, the screen width setting
15141determines when to wrap lines of output. Depending on what is being
15142printed, @value{GDBN} tries to break the line at a readable place,
15143rather than simply letting it overflow onto the following line.
15144
15145Normally @value{GDBN} knows the size of the screen from the terminal
15146driver software. For example, on Unix @value{GDBN} uses the termcap data base
15147together with the value of the @code{TERM} environment variable and the
15148@code{stty rows} and @code{stty cols} settings. If this is not correct,
15149you can override it with the @code{set height} and @code{set
15150width} commands:
15151
15152@table @code
15153@kindex set height
15154@kindex set width
15155@kindex show width
15156@kindex show height
15157@item set height @var{lpp}
15158@itemx show height
15159@itemx set width @var{cpl}
15160@itemx show width
15161These @code{set} commands specify a screen height of @var{lpp} lines and
15162a screen width of @var{cpl} characters. The associated @code{show}
15163commands display the current settings.
104c1213 15164
8e04817f
AC
15165If you specify a height of zero lines, @value{GDBN} does not pause during
15166output no matter how long the output is. This is useful if output is to a
15167file or to an editor buffer.
104c1213 15168
8e04817f
AC
15169Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15170from wrapping its output.
9c16f35a
EZ
15171
15172@item set pagination on
15173@itemx set pagination off
15174@kindex set pagination
15175Turn the output pagination on or off; the default is on. Turning
15176pagination off is the alternative to @code{set height 0}.
15177
15178@item show pagination
15179@kindex show pagination
15180Show the current pagination mode.
104c1213
JM
15181@end table
15182
8e04817f
AC
15183@node Numbers
15184@section Numbers
15185@cindex number representation
15186@cindex entering numbers
104c1213 15187
8e04817f
AC
15188You can always enter numbers in octal, decimal, or hexadecimal in
15189@value{GDBN} by the usual conventions: octal numbers begin with
15190@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
15191begin with @samp{0x}. Numbers that begin with none of these are, by
15192default, entered in base 10; likewise, the default display for
15193numbers---when no particular format is specified---is base 10. You can
15194change the default base for both input and output with the @code{set
15195radix} command.
104c1213 15196
8e04817f
AC
15197@table @code
15198@kindex set input-radix
15199@item set input-radix @var{base}
15200Set the default base for numeric input. Supported choices
15201for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15202specified either unambiguously or using the current default radix; for
15203example, any of
104c1213 15204
8e04817f 15205@smallexample
9c16f35a
EZ
15206set input-radix 012
15207set input-radix 10.
15208set input-radix 0xa
8e04817f 15209@end smallexample
104c1213 15210
8e04817f 15211@noindent
9c16f35a
EZ
15212sets the input base to decimal. On the other hand, @samp{set input-radix 10}
15213leaves the input radix unchanged, no matter what it was.
104c1213 15214
8e04817f
AC
15215@kindex set output-radix
15216@item set output-radix @var{base}
15217Set the default base for numeric display. Supported choices
15218for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15219specified either unambiguously or using the current default radix.
104c1213 15220
8e04817f
AC
15221@kindex show input-radix
15222@item show input-radix
15223Display the current default base for numeric input.
104c1213 15224
8e04817f
AC
15225@kindex show output-radix
15226@item show output-radix
15227Display the current default base for numeric display.
9c16f35a
EZ
15228
15229@item set radix @r{[}@var{base}@r{]}
15230@itemx show radix
15231@kindex set radix
15232@kindex show radix
15233These commands set and show the default base for both input and output
15234of numbers. @code{set radix} sets the radix of input and output to
15235the same base; without an argument, it resets the radix back to its
15236default value of 10.
15237
8e04817f 15238@end table
104c1213 15239
1e698235
DJ
15240@node ABI
15241@section Configuring the current ABI
15242
15243@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15244application automatically. However, sometimes you need to override its
15245conclusions. Use these commands to manage @value{GDBN}'s view of the
15246current ABI.
15247
98b45e30
DJ
15248@cindex OS ABI
15249@kindex set osabi
b4e9345d 15250@kindex show osabi
98b45e30
DJ
15251
15252One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 15253system targets, either via remote debugging or native emulation.
98b45e30
DJ
15254@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15255but you can override its conclusion using the @code{set osabi} command.
15256One example where this is useful is in debugging of binaries which use
15257an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15258not have the same identifying marks that the standard C library for your
15259platform provides.
15260
15261@table @code
15262@item show osabi
15263Show the OS ABI currently in use.
15264
15265@item set osabi
15266With no argument, show the list of registered available OS ABI's.
15267
15268@item set osabi @var{abi}
15269Set the current OS ABI to @var{abi}.
15270@end table
15271
1e698235 15272@cindex float promotion
1e698235
DJ
15273
15274Generally, the way that an argument of type @code{float} is passed to a
15275function depends on whether the function is prototyped. For a prototyped
15276(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15277according to the architecture's convention for @code{float}. For unprototyped
15278(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15279@code{double} and then passed.
15280
15281Unfortunately, some forms of debug information do not reliably indicate whether
15282a function is prototyped. If @value{GDBN} calls a function that is not marked
15283as prototyped, it consults @kbd{set coerce-float-to-double}.
15284
15285@table @code
a8f24a35 15286@kindex set coerce-float-to-double
1e698235
DJ
15287@item set coerce-float-to-double
15288@itemx set coerce-float-to-double on
15289Arguments of type @code{float} will be promoted to @code{double} when passed
15290to an unprototyped function. This is the default setting.
15291
15292@item set coerce-float-to-double off
15293Arguments of type @code{float} will be passed directly to unprototyped
15294functions.
9c16f35a
EZ
15295
15296@kindex show coerce-float-to-double
15297@item show coerce-float-to-double
15298Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
15299@end table
15300
f1212245
DJ
15301@kindex set cp-abi
15302@kindex show cp-abi
15303@value{GDBN} needs to know the ABI used for your program's C@t{++}
15304objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
15305used to build your application. @value{GDBN} only fully supports
15306programs with a single C@t{++} ABI; if your program contains code using
15307multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15308program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15309Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15310before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15311``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
15312use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
15313``auto''.
15314
15315@table @code
15316@item show cp-abi
15317Show the C@t{++} ABI currently in use.
15318
15319@item set cp-abi
15320With no argument, show the list of supported C@t{++} ABI's.
15321
15322@item set cp-abi @var{abi}
15323@itemx set cp-abi auto
15324Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15325@end table
15326
8e04817f
AC
15327@node Messages/Warnings
15328@section Optional warnings and messages
104c1213 15329
9c16f35a
EZ
15330@cindex verbose operation
15331@cindex optional warnings
8e04817f
AC
15332By default, @value{GDBN} is silent about its inner workings. If you are
15333running on a slow machine, you may want to use the @code{set verbose}
15334command. This makes @value{GDBN} tell you when it does a lengthy
15335internal operation, so you will not think it has crashed.
104c1213 15336
8e04817f
AC
15337Currently, the messages controlled by @code{set verbose} are those
15338which announce that the symbol table for a source file is being read;
15339see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 15340
8e04817f
AC
15341@table @code
15342@kindex set verbose
15343@item set verbose on
15344Enables @value{GDBN} output of certain informational messages.
104c1213 15345
8e04817f
AC
15346@item set verbose off
15347Disables @value{GDBN} output of certain informational messages.
104c1213 15348
8e04817f
AC
15349@kindex show verbose
15350@item show verbose
15351Displays whether @code{set verbose} is on or off.
15352@end table
104c1213 15353
8e04817f
AC
15354By default, if @value{GDBN} encounters bugs in the symbol table of an
15355object file, it is silent; but if you are debugging a compiler, you may
15356find this information useful (@pxref{Symbol Errors, ,Errors reading
15357symbol files}).
104c1213 15358
8e04817f 15359@table @code
104c1213 15360
8e04817f
AC
15361@kindex set complaints
15362@item set complaints @var{limit}
15363Permits @value{GDBN} to output @var{limit} complaints about each type of
15364unusual symbols before becoming silent about the problem. Set
15365@var{limit} to zero to suppress all complaints; set it to a large number
15366to prevent complaints from being suppressed.
104c1213 15367
8e04817f
AC
15368@kindex show complaints
15369@item show complaints
15370Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 15371
8e04817f 15372@end table
104c1213 15373
8e04817f
AC
15374By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15375lot of stupid questions to confirm certain commands. For example, if
15376you try to run a program which is already running:
104c1213 15377
474c8240 15378@smallexample
8e04817f
AC
15379(@value{GDBP}) run
15380The program being debugged has been started already.
15381Start it from the beginning? (y or n)
474c8240 15382@end smallexample
104c1213 15383
8e04817f
AC
15384If you are willing to unflinchingly face the consequences of your own
15385commands, you can disable this ``feature'':
104c1213 15386
8e04817f 15387@table @code
104c1213 15388
8e04817f
AC
15389@kindex set confirm
15390@cindex flinching
15391@cindex confirmation
15392@cindex stupid questions
15393@item set confirm off
15394Disables confirmation requests.
104c1213 15395
8e04817f
AC
15396@item set confirm on
15397Enables confirmation requests (the default).
104c1213 15398
8e04817f
AC
15399@kindex show confirm
15400@item show confirm
15401Displays state of confirmation requests.
15402
15403@end table
104c1213 15404
8e04817f
AC
15405@node Debugging Output
15406@section Optional messages about internal happenings
4644b6e3
EZ
15407@cindex optional debugging messages
15408
da316a69
EZ
15409@value{GDBN} has commands that enable optional debugging messages from
15410various @value{GDBN} subsystems; normally these commands are of
15411interest to @value{GDBN} maintainers, or when reporting a bug. This
15412section documents those commands.
15413
104c1213 15414@table @code
a8f24a35
EZ
15415@kindex set exec-done-display
15416@item set exec-done-display
15417Turns on or off the notification of asynchronous commands'
15418completion. When on, @value{GDBN} will print a message when an
15419asynchronous command finishes its execution. The default is off.
15420@kindex show exec-done-display
15421@item show exec-done-display
15422Displays the current setting of asynchronous command completion
15423notification.
4644b6e3
EZ
15424@kindex set debug
15425@cindex gdbarch debugging info
a8f24a35 15426@cindex architecture debugging info
8e04817f 15427@item set debug arch
a8f24a35 15428Turns on or off display of gdbarch debugging info. The default is off
4644b6e3 15429@kindex show debug
8e04817f
AC
15430@item show debug arch
15431Displays the current state of displaying gdbarch debugging info.
721c2651
EZ
15432@item set debug aix-thread
15433@cindex AIX threads
15434Display debugging messages about inner workings of the AIX thread
15435module.
15436@item show debug aix-thread
15437Show the current state of AIX thread debugging info display.
8e04817f 15438@item set debug event
4644b6e3 15439@cindex event debugging info
a8f24a35 15440Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 15441default is off.
8e04817f
AC
15442@item show debug event
15443Displays the current state of displaying @value{GDBN} event debugging
15444info.
8e04817f 15445@item set debug expression
4644b6e3 15446@cindex expression debugging info
721c2651
EZ
15447Turns on or off display of debugging info about @value{GDBN}
15448expression parsing. The default is off.
8e04817f 15449@item show debug expression
721c2651
EZ
15450Displays the current state of displaying debugging info about
15451@value{GDBN} expression parsing.
7453dc06 15452@item set debug frame
4644b6e3 15453@cindex frame debugging info
7453dc06
AC
15454Turns on or off display of @value{GDBN} frame debugging info. The
15455default is off.
7453dc06
AC
15456@item show debug frame
15457Displays the current state of displaying @value{GDBN} frame debugging
15458info.
30e91e0b
RC
15459@item set debug infrun
15460@cindex inferior debugging info
15461Turns on or off display of @value{GDBN} debugging info for running the inferior.
15462The default is off. @file{infrun.c} contains GDB's runtime state machine used
15463for implementing operations such as single-stepping the inferior.
15464@item show debug infrun
15465Displays the current state of @value{GDBN} inferior debugging.
da316a69
EZ
15466@item set debug lin-lwp
15467@cindex @sc{gnu}/Linux LWP debug messages
15468@cindex Linux lightweight processes
721c2651 15469Turns on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
15470@item show debug lin-lwp
15471Show the current state of Linux LWP debugging messages.
2b4855ab 15472@item set debug observer
4644b6e3 15473@cindex observer debugging info
2b4855ab
AC
15474Turns on or off display of @value{GDBN} observer debugging. This
15475includes info such as the notification of observable events.
2b4855ab
AC
15476@item show debug observer
15477Displays the current state of observer debugging.
8e04817f 15478@item set debug overload
4644b6e3 15479@cindex C@t{++} overload debugging info
8e04817f
AC
15480Turns on or off display of @value{GDBN} C@t{++} overload debugging
15481info. This includes info such as ranking of functions, etc. The default
15482is off.
8e04817f
AC
15483@item show debug overload
15484Displays the current state of displaying @value{GDBN} C@t{++} overload
15485debugging info.
8e04817f
AC
15486@cindex packets, reporting on stdout
15487@cindex serial connections, debugging
15488@item set debug remote
15489Turns on or off display of reports on all packets sent back and forth across
15490the serial line to the remote machine. The info is printed on the
15491@value{GDBN} standard output stream. The default is off.
8e04817f
AC
15492@item show debug remote
15493Displays the state of display of remote packets.
8e04817f
AC
15494@item set debug serial
15495Turns on or off display of @value{GDBN} serial debugging info. The
15496default is off.
8e04817f
AC
15497@item show debug serial
15498Displays the current state of displaying @value{GDBN} serial debugging
15499info.
c45da7e6
EZ
15500@item set debug solib-frv
15501@cindex FR-V shared-library debugging
15502Turns on or off debugging messages for FR-V shared-library code.
15503@item show debug solib-frv
15504Display the current state of FR-V shared-library code debugging
15505messages.
8e04817f 15506@item set debug target
4644b6e3 15507@cindex target debugging info
8e04817f
AC
15508Turns on or off display of @value{GDBN} target debugging info. This info
15509includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
15510default is 0. Set it to 1 to track events, and to 2 to also track the
15511value of large memory transfers. Changes to this flag do not take effect
15512until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
15513@item show debug target
15514Displays the current state of displaying @value{GDBN} target debugging
15515info.
c45da7e6 15516@item set debugvarobj
4644b6e3 15517@cindex variable object debugging info
8e04817f
AC
15518Turns on or off display of @value{GDBN} variable object debugging
15519info. The default is off.
c45da7e6 15520@item show debugvarobj
8e04817f
AC
15521Displays the current state of displaying @value{GDBN} variable object
15522debugging info.
15523@end table
104c1213 15524
8e04817f
AC
15525@node Sequences
15526@chapter Canned Sequences of Commands
104c1213 15527
8e04817f
AC
15528Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15529command lists}), @value{GDBN} provides two ways to store sequences of
15530commands for execution as a unit: user-defined commands and command
15531files.
104c1213 15532
8e04817f
AC
15533@menu
15534* Define:: User-defined commands
15535* Hooks:: User-defined command hooks
15536* Command Files:: Command files
15537* Output:: Commands for controlled output
15538@end menu
104c1213 15539
8e04817f
AC
15540@node Define
15541@section User-defined commands
104c1213 15542
8e04817f
AC
15543@cindex user-defined command
15544A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15545which you assign a new name as a command. This is done with the
15546@code{define} command. User commands may accept up to 10 arguments
15547separated by whitespace. Arguments are accessed within the user command
15548via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 15549
8e04817f
AC
15550@smallexample
15551define adder
15552 print $arg0 + $arg1 + $arg2
15553@end smallexample
104c1213
JM
15554
15555@noindent
8e04817f 15556To execute the command use:
104c1213 15557
8e04817f
AC
15558@smallexample
15559adder 1 2 3
15560@end smallexample
104c1213 15561
8e04817f
AC
15562@noindent
15563This defines the command @code{adder}, which prints the sum of
15564its three arguments. Note the arguments are text substitutions, so they may
15565reference variables, use complex expressions, or even perform inferior
15566functions calls.
104c1213
JM
15567
15568@table @code
104c1213 15569
8e04817f
AC
15570@kindex define
15571@item define @var{commandname}
15572Define a command named @var{commandname}. If there is already a command
15573by that name, you are asked to confirm that you want to redefine it.
104c1213 15574
8e04817f
AC
15575The definition of the command is made up of other @value{GDBN} command lines,
15576which are given following the @code{define} command. The end of these
15577commands is marked by a line containing @code{end}.
104c1213 15578
8e04817f
AC
15579@kindex if
15580@kindex else
15581@item if
09d4efe1 15582@itemx else
8e04817f
AC
15583Takes a single argument, which is an expression to evaluate.
15584It is followed by a series of commands that are executed
15585only if the expression is true (nonzero).
15586There can then optionally be a line @code{else}, followed
15587by a series of commands that are only executed if the expression
15588was false. The end of the list is marked by a line containing @code{end}.
104c1213 15589
8e04817f
AC
15590@kindex while
15591@item while
15592The syntax is similar to @code{if}: the command takes a single argument,
15593which is an expression to evaluate, and must be followed by the commands to
15594execute, one per line, terminated by an @code{end}.
15595The commands are executed repeatedly as long as the expression
15596evaluates to true.
104c1213 15597
8e04817f
AC
15598@kindex document
15599@item document @var{commandname}
15600Document the user-defined command @var{commandname}, so that it can be
15601accessed by @code{help}. The command @var{commandname} must already be
15602defined. This command reads lines of documentation just as @code{define}
15603reads the lines of the command definition, ending with @code{end}.
15604After the @code{document} command is finished, @code{help} on command
15605@var{commandname} displays the documentation you have written.
104c1213 15606
8e04817f
AC
15607You may use the @code{document} command again to change the
15608documentation of a command. Redefining the command with @code{define}
15609does not change the documentation.
104c1213 15610
c45da7e6
EZ
15611@kindex dont-repeat
15612@cindex don't repeat command
15613@item dont-repeat
15614Used inside a user-defined command, this tells @value{GDBN} that this
15615command should not be repeated when the user hits @key{RET}
15616(@pxref{Command Syntax, repeat last command}).
15617
8e04817f
AC
15618@kindex help user-defined
15619@item help user-defined
15620List all user-defined commands, with the first line of the documentation
15621(if any) for each.
104c1213 15622
8e04817f
AC
15623@kindex show user
15624@item show user
15625@itemx show user @var{commandname}
15626Display the @value{GDBN} commands used to define @var{commandname} (but
15627not its documentation). If no @var{commandname} is given, display the
15628definitions for all user-defined commands.
104c1213 15629
9c16f35a 15630@cindex infinite recusrion in user-defined commands
20f01a46
DH
15631@kindex show max-user-call-depth
15632@kindex set max-user-call-depth
15633@item show max-user-call-depth
5ca0cb28
DH
15634@itemx set max-user-call-depth
15635The value of @code{max-user-call-depth} controls how many recursion
15636levels are allowed in user-defined commands before GDB suspects an
15637infinite recursion and aborts the command.
20f01a46 15638
104c1213
JM
15639@end table
15640
8e04817f
AC
15641When user-defined commands are executed, the
15642commands of the definition are not printed. An error in any command
15643stops execution of the user-defined command.
104c1213 15644
8e04817f
AC
15645If used interactively, commands that would ask for confirmation proceed
15646without asking when used inside a user-defined command. Many @value{GDBN}
15647commands that normally print messages to say what they are doing omit the
15648messages when used in a user-defined command.
104c1213 15649
8e04817f
AC
15650@node Hooks
15651@section User-defined command hooks
15652@cindex command hooks
15653@cindex hooks, for commands
15654@cindex hooks, pre-command
104c1213 15655
8e04817f 15656@kindex hook
8e04817f
AC
15657You may define @dfn{hooks}, which are a special kind of user-defined
15658command. Whenever you run the command @samp{foo}, if the user-defined
15659command @samp{hook-foo} exists, it is executed (with no arguments)
15660before that command.
104c1213 15661
8e04817f
AC
15662@cindex hooks, post-command
15663@kindex hookpost
8e04817f
AC
15664A hook may also be defined which is run after the command you executed.
15665Whenever you run the command @samp{foo}, if the user-defined command
15666@samp{hookpost-foo} exists, it is executed (with no arguments) after
15667that command. Post-execution hooks may exist simultaneously with
15668pre-execution hooks, for the same command.
104c1213 15669
8e04817f 15670It is valid for a hook to call the command which it hooks. If this
9f1c6395 15671occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 15672
8e04817f
AC
15673@c It would be nice if hookpost could be passed a parameter indicating
15674@c if the command it hooks executed properly or not. FIXME!
104c1213 15675
8e04817f
AC
15676@kindex stop@r{, a pseudo-command}
15677In addition, a pseudo-command, @samp{stop} exists. Defining
15678(@samp{hook-stop}) makes the associated commands execute every time
15679execution stops in your program: before breakpoint commands are run,
15680displays are printed, or the stack frame is printed.
104c1213 15681
8e04817f
AC
15682For example, to ignore @code{SIGALRM} signals while
15683single-stepping, but treat them normally during normal execution,
15684you could define:
104c1213 15685
474c8240 15686@smallexample
8e04817f
AC
15687define hook-stop
15688handle SIGALRM nopass
15689end
104c1213 15690
8e04817f
AC
15691define hook-run
15692handle SIGALRM pass
15693end
104c1213 15694
8e04817f
AC
15695define hook-continue
15696handle SIGLARM pass
15697end
474c8240 15698@end smallexample
104c1213 15699
8e04817f 15700As a further example, to hook at the begining and end of the @code{echo}
b383017d 15701command, and to add extra text to the beginning and end of the message,
8e04817f 15702you could define:
104c1213 15703
474c8240 15704@smallexample
8e04817f
AC
15705define hook-echo
15706echo <<<---
15707end
104c1213 15708
8e04817f
AC
15709define hookpost-echo
15710echo --->>>\n
15711end
104c1213 15712
8e04817f
AC
15713(@value{GDBP}) echo Hello World
15714<<<---Hello World--->>>
15715(@value{GDBP})
104c1213 15716
474c8240 15717@end smallexample
104c1213 15718
8e04817f
AC
15719You can define a hook for any single-word command in @value{GDBN}, but
15720not for command aliases; you should define a hook for the basic command
15721name, e.g. @code{backtrace} rather than @code{bt}.
15722@c FIXME! So how does Joe User discover whether a command is an alias
15723@c or not?
15724If an error occurs during the execution of your hook, execution of
15725@value{GDBN} commands stops and @value{GDBN} issues a prompt
15726(before the command that you actually typed had a chance to run).
104c1213 15727
8e04817f
AC
15728If you try to define a hook which does not match any known command, you
15729get a warning from the @code{define} command.
c906108c 15730
8e04817f
AC
15731@node Command Files
15732@section Command files
c906108c 15733
8e04817f 15734@cindex command files
6fc08d32
EZ
15735A command file for @value{GDBN} is a text file made of lines that are
15736@value{GDBN} commands. Comments (lines starting with @kbd{#}) may
15737also be included. An empty line in a command file does nothing; it
15738does not mean to repeat the last command, as it would from the
15739terminal.
c906108c 15740
6fc08d32
EZ
15741You can request the execution of a command file with the @code{source}
15742command:
c906108c 15743
8e04817f
AC
15744@table @code
15745@kindex source
15746@item source @var{filename}
15747Execute the command file @var{filename}.
c906108c
SS
15748@end table
15749
8e04817f 15750The lines in a command file are executed sequentially. They are not
a71ec265
DH
15751printed as they are executed. An error in any command terminates
15752execution of the command file and control is returned to the console.
c906108c 15753
8e04817f
AC
15754Commands that would ask for confirmation if used interactively proceed
15755without asking when used in a command file. Many @value{GDBN} commands that
15756normally print messages to say what they are doing omit the messages
15757when called from command files.
c906108c 15758
8e04817f
AC
15759@value{GDBN} also accepts command input from standard input. In this
15760mode, normal output goes to standard output and error output goes to
15761standard error. Errors in a command file supplied on standard input do
6fc08d32 15762not terminate execution of the command file---execution continues with
8e04817f 15763the next command.
c906108c 15764
474c8240 15765@smallexample
8e04817f 15766gdb < cmds > log 2>&1
474c8240 15767@end smallexample
c906108c 15768
8e04817f
AC
15769(The syntax above will vary depending on the shell used.) This example
15770will execute commands from the file @file{cmds}. All output and errors
15771would be directed to @file{log}.
c906108c 15772
8e04817f
AC
15773@node Output
15774@section Commands for controlled output
c906108c 15775
8e04817f
AC
15776During the execution of a command file or a user-defined command, normal
15777@value{GDBN} output is suppressed; the only output that appears is what is
15778explicitly printed by the commands in the definition. This section
15779describes three commands useful for generating exactly the output you
15780want.
c906108c
SS
15781
15782@table @code
8e04817f
AC
15783@kindex echo
15784@item echo @var{text}
15785@c I do not consider backslash-space a standard C escape sequence
15786@c because it is not in ANSI.
15787Print @var{text}. Nonprinting characters can be included in
15788@var{text} using C escape sequences, such as @samp{\n} to print a
15789newline. @strong{No newline is printed unless you specify one.}
15790In addition to the standard C escape sequences, a backslash followed
15791by a space stands for a space. This is useful for displaying a
15792string with spaces at the beginning or the end, since leading and
15793trailing spaces are otherwise trimmed from all arguments.
15794To print @samp{@w{ }and foo =@w{ }}, use the command
15795@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 15796
8e04817f
AC
15797A backslash at the end of @var{text} can be used, as in C, to continue
15798the command onto subsequent lines. For example,
c906108c 15799
474c8240 15800@smallexample
8e04817f
AC
15801echo This is some text\n\
15802which is continued\n\
15803onto several lines.\n
474c8240 15804@end smallexample
c906108c 15805
8e04817f 15806produces the same output as
c906108c 15807
474c8240 15808@smallexample
8e04817f
AC
15809echo This is some text\n
15810echo which is continued\n
15811echo onto several lines.\n
474c8240 15812@end smallexample
c906108c 15813
8e04817f
AC
15814@kindex output
15815@item output @var{expression}
15816Print the value of @var{expression} and nothing but that value: no
15817newlines, no @samp{$@var{nn} = }. The value is not entered in the
15818value history either. @xref{Expressions, ,Expressions}, for more information
15819on expressions.
c906108c 15820
8e04817f
AC
15821@item output/@var{fmt} @var{expression}
15822Print the value of @var{expression} in format @var{fmt}. You can use
15823the same formats as for @code{print}. @xref{Output Formats,,Output
15824formats}, for more information.
c906108c 15825
8e04817f
AC
15826@kindex printf
15827@item printf @var{string}, @var{expressions}@dots{}
15828Print the values of the @var{expressions} under the control of
15829@var{string}. The @var{expressions} are separated by commas and may be
15830either numbers or pointers. Their values are printed as specified by
15831@var{string}, exactly as if your program were to execute the C
15832subroutine
15833@c FIXME: the above implies that at least all ANSI C formats are
15834@c supported, but it isn't true: %E and %G don't work (or so it seems).
15835@c Either this is a bug, or the manual should document what formats are
15836@c supported.
c906108c 15837
474c8240 15838@smallexample
8e04817f 15839printf (@var{string}, @var{expressions}@dots{});
474c8240 15840@end smallexample
c906108c 15841
8e04817f 15842For example, you can print two values in hex like this:
c906108c 15843
8e04817f
AC
15844@smallexample
15845printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15846@end smallexample
c906108c 15847
8e04817f
AC
15848The only backslash-escape sequences that you can use in the format
15849string are the simple ones that consist of backslash followed by a
15850letter.
c906108c
SS
15851@end table
15852
21c294e6
AC
15853@node Interpreters
15854@chapter Command Interpreters
15855@cindex command interpreters
15856
15857@value{GDBN} supports multiple command interpreters, and some command
15858infrastructure to allow users or user interface writers to switch
15859between interpreters or run commands in other interpreters.
15860
15861@value{GDBN} currently supports two command interpreters, the console
15862interpreter (sometimes called the command-line interpreter or @sc{cli})
15863and the machine interface interpreter (or @sc{gdb/mi}). This manual
15864describes both of these interfaces in great detail.
15865
15866By default, @value{GDBN} will start with the console interpreter.
15867However, the user may choose to start @value{GDBN} with another
15868interpreter by specifying the @option{-i} or @option{--interpreter}
15869startup options. Defined interpreters include:
15870
15871@table @code
15872@item console
15873@cindex console interpreter
15874The traditional console or command-line interpreter. This is the most often
15875used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15876@value{GDBN} will use this interpreter.
15877
15878@item mi
15879@cindex mi interpreter
15880The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15881by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15882or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15883Interface}.
15884
15885@item mi2
15886@cindex mi2 interpreter
15887The current @sc{gdb/mi} interface.
15888
15889@item mi1
15890@cindex mi1 interpreter
15891The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15892
15893@end table
15894
15895@cindex invoke another interpreter
15896The interpreter being used by @value{GDBN} may not be dynamically
15897switched at runtime. Although possible, this could lead to a very
15898precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15899enters the command "interpreter-set console" in a console view,
15900@value{GDBN} would switch to using the console interpreter, rendering
15901the IDE inoperable!
15902
15903@kindex interpreter-exec
15904Although you may only choose a single interpreter at startup, you may execute
15905commands in any interpreter from the current interpreter using the appropriate
15906command. If you are running the console interpreter, simply use the
15907@code{interpreter-exec} command:
15908
15909@smallexample
15910interpreter-exec mi "-data-list-register-names"
15911@end smallexample
15912
15913@sc{gdb/mi} has a similar command, although it is only available in versions of
15914@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15915
8e04817f
AC
15916@node TUI
15917@chapter @value{GDBN} Text User Interface
15918@cindex TUI
d0d5df6f 15919@cindex Text User Interface
c906108c 15920
8e04817f
AC
15921@menu
15922* TUI Overview:: TUI overview
15923* TUI Keys:: TUI key bindings
7cf36c78 15924* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
15925* TUI Commands:: TUI specific commands
15926* TUI Configuration:: TUI configuration variables
15927@end menu
c906108c 15928
d0d5df6f
AC
15929The @value{GDBN} Text User Interface, TUI in short, is a terminal
15930interface which uses the @code{curses} library to show the source
15931file, the assembly output, the program registers and @value{GDBN}
15932commands in separate text windows.
15933
15934The TUI is enabled by invoking @value{GDBN} using either
15935@pindex gdbtui
15936@samp{gdbtui} or @samp{gdb -tui}.
c906108c 15937
8e04817f
AC
15938@node TUI Overview
15939@section TUI overview
c906108c 15940
8e04817f
AC
15941The TUI has two display modes that can be switched while
15942@value{GDBN} runs:
c906108c 15943
8e04817f
AC
15944@itemize @bullet
15945@item
15946A curses (or TUI) mode in which it displays several text
15947windows on the terminal.
c906108c 15948
8e04817f
AC
15949@item
15950A standard mode which corresponds to the @value{GDBN} configured without
15951the TUI.
15952@end itemize
c906108c 15953
8e04817f
AC
15954In the TUI mode, @value{GDBN} can display several text window
15955on the terminal:
c906108c 15956
8e04817f
AC
15957@table @emph
15958@item command
15959This window is the @value{GDBN} command window with the @value{GDBN}
15960prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
15961managed using readline but through the TUI. The @emph{command}
15962window is always visible.
c906108c 15963
8e04817f
AC
15964@item source
15965The source window shows the source file of the program. The current
15966line as well as active breakpoints are displayed in this window.
c906108c 15967
8e04817f
AC
15968@item assembly
15969The assembly window shows the disassembly output of the program.
c906108c 15970
8e04817f
AC
15971@item register
15972This window shows the processor registers. It detects when
15973a register is changed and when this is the case, registers that have
6a1b180d 15974changed are highlighted.
c906108c 15975
c906108c
SS
15976@end table
15977
269c21fe
SC
15978The source and assembly windows show the current program position
15979by highlighting the current line and marking them with the @samp{>} marker.
15980Breakpoints are also indicated with two markers. A first one
15981indicates the breakpoint type:
15982
15983@table @code
15984@item B
15985Breakpoint which was hit at least once.
15986
15987@item b
15988Breakpoint which was never hit.
15989
15990@item H
15991Hardware breakpoint which was hit at least once.
15992
15993@item h
15994Hardware breakpoint which was never hit.
15995
15996@end table
15997
15998The second marker indicates whether the breakpoint is enabled or not:
15999
16000@table @code
16001@item +
16002Breakpoint is enabled.
16003
16004@item -
16005Breakpoint is disabled.
16006
16007@end table
16008
8e04817f
AC
16009The source, assembly and register windows are attached to the thread
16010and the frame position. They are updated when the current thread
16011changes, when the frame changes or when the program counter changes.
16012These three windows are arranged by the TUI according to several
16013layouts. The layout defines which of these three windows are visible.
16014The following layouts are available:
c906108c 16015
8e04817f
AC
16016@itemize @bullet
16017@item
16018source
2df3850c 16019
8e04817f
AC
16020@item
16021assembly
16022
16023@item
16024source and assembly
16025
16026@item
16027source and registers
c906108c 16028
8e04817f
AC
16029@item
16030assembly and registers
2df3850c 16031
8e04817f 16032@end itemize
c906108c 16033
b7bb15bc
SC
16034On top of the command window a status line gives various information
16035concerning the current process begin debugged. The status line is
16036updated when the information it shows changes. The following fields
16037are displayed:
16038
16039@table @emph
16040@item target
16041Indicates the current gdb target
16042(@pxref{Targets, ,Specifying a Debugging Target}).
16043
16044@item process
16045Gives information about the current process or thread number.
16046When no process is being debugged, this field is set to @code{No process}.
16047
16048@item function
16049Gives the current function name for the selected frame.
16050The name is demangled if demangling is turned on (@pxref{Print Settings}).
16051When there is no symbol corresponding to the current program counter
16052the string @code{??} is displayed.
16053
16054@item line
16055Indicates the current line number for the selected frame.
16056When the current line number is not known the string @code{??} is displayed.
16057
16058@item pc
16059Indicates the current program counter address.
16060
16061@end table
16062
8e04817f
AC
16063@node TUI Keys
16064@section TUI Key Bindings
16065@cindex TUI key bindings
c906108c 16066
8e04817f
AC
16067The TUI installs several key bindings in the readline keymaps
16068(@pxref{Command Line Editing}).
16069They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
16070directly on the TUI layout and windows. The TUI also provides
16071a @emph{SingleKey} keymap which binds several keys directly to
16072@value{GDBN} commands. The following key bindings
8e04817f 16073are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 16074
8e04817f
AC
16075@table @kbd
16076@kindex C-x C-a
16077@item C-x C-a
16078@kindex C-x a
16079@itemx C-x a
16080@kindex C-x A
16081@itemx C-x A
16082Enter or leave the TUI mode. When the TUI mode is left,
16083the curses window management is left and @value{GDBN} operates using
16084its standard mode writing on the terminal directly. When the TUI
16085mode is entered, the control is given back to the curses windows.
16086The screen is then refreshed.
c906108c 16087
8e04817f
AC
16088@kindex C-x 1
16089@item C-x 1
16090Use a TUI layout with only one window. The layout will
16091either be @samp{source} or @samp{assembly}. When the TUI mode
16092is not active, it will switch to the TUI mode.
2df3850c 16093
8e04817f 16094Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 16095
8e04817f
AC
16096@kindex C-x 2
16097@item C-x 2
16098Use a TUI layout with at least two windows. When the current
16099layout shows already two windows, a next layout with two windows is used.
16100When a new layout is chosen, one window will always be common to the
16101previous layout and the new one.
c906108c 16102
8e04817f 16103Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 16104
72ffddc9
SC
16105@kindex C-x o
16106@item C-x o
16107Change the active window. The TUI associates several key bindings
16108(like scrolling and arrow keys) to the active window. This command
16109gives the focus to the next TUI window.
16110
16111Think of it as the Emacs @kbd{C-x o} binding.
16112
7cf36c78
SC
16113@kindex C-x s
16114@item C-x s
16115Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16116(@pxref{TUI Single Key Mode}).
16117
c906108c
SS
16118@end table
16119
8e04817f 16120The following key bindings are handled only by the TUI mode:
5d161b24 16121
8e04817f
AC
16122@table @key
16123@kindex PgUp
16124@item PgUp
16125Scroll the active window one page up.
c906108c 16126
8e04817f
AC
16127@kindex PgDn
16128@item PgDn
16129Scroll the active window one page down.
c906108c 16130
8e04817f
AC
16131@kindex Up
16132@item Up
16133Scroll the active window one line up.
c906108c 16134
8e04817f
AC
16135@kindex Down
16136@item Down
16137Scroll the active window one line down.
c906108c 16138
8e04817f
AC
16139@kindex Left
16140@item Left
16141Scroll the active window one column left.
c906108c 16142
8e04817f
AC
16143@kindex Right
16144@item Right
16145Scroll the active window one column right.
c906108c 16146
8e04817f
AC
16147@kindex C-L
16148@item C-L
16149Refresh the screen.
c906108c 16150
8e04817f 16151@end table
c906108c 16152
8e04817f 16153In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
16154for scrolling. This means they are available for readline when the
16155active window is the command window. When the command window
16156does not have the focus, it is necessary to use other readline
16157key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 16158
7cf36c78
SC
16159@node TUI Single Key Mode
16160@section TUI Single Key Mode
16161@cindex TUI single key mode
16162
16163The TUI provides a @emph{SingleKey} mode in which it installs a particular
16164key binding in the readline keymaps to connect single keys to
b383017d 16165some gdb commands.
7cf36c78
SC
16166
16167@table @kbd
16168@kindex c @r{(SingleKey TUI key)}
16169@item c
16170continue
16171
16172@kindex d @r{(SingleKey TUI key)}
16173@item d
16174down
16175
16176@kindex f @r{(SingleKey TUI key)}
16177@item f
16178finish
16179
16180@kindex n @r{(SingleKey TUI key)}
16181@item n
16182next
16183
16184@kindex q @r{(SingleKey TUI key)}
16185@item q
16186exit the @emph{SingleKey} mode.
16187
16188@kindex r @r{(SingleKey TUI key)}
16189@item r
16190run
16191
16192@kindex s @r{(SingleKey TUI key)}
16193@item s
16194step
16195
16196@kindex u @r{(SingleKey TUI key)}
16197@item u
16198up
16199
16200@kindex v @r{(SingleKey TUI key)}
16201@item v
16202info locals
16203
16204@kindex w @r{(SingleKey TUI key)}
16205@item w
16206where
16207
16208@end table
16209
16210Other keys temporarily switch to the @value{GDBN} command prompt.
16211The key that was pressed is inserted in the editing buffer so that
16212it is possible to type most @value{GDBN} commands without interaction
16213with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
16214@emph{SingleKey} mode is restored. The only way to permanently leave
16215this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16216
16217
8e04817f
AC
16218@node TUI Commands
16219@section TUI specific commands
16220@cindex TUI commands
16221
16222The TUI has specific commands to control the text windows.
16223These commands are always available, that is they do not depend on
16224the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
16225is in the standard mode, using these commands will automatically switch
16226in the TUI mode.
c906108c
SS
16227
16228@table @code
3d757584
SC
16229@item info win
16230@kindex info win
16231List and give the size of all displayed windows.
16232
8e04817f 16233@item layout next
4644b6e3 16234@kindex layout
8e04817f 16235Display the next layout.
2df3850c 16236
8e04817f 16237@item layout prev
8e04817f 16238Display the previous layout.
c906108c 16239
8e04817f 16240@item layout src
8e04817f 16241Display the source window only.
c906108c 16242
8e04817f 16243@item layout asm
8e04817f 16244Display the assembly window only.
c906108c 16245
8e04817f 16246@item layout split
8e04817f 16247Display the source and assembly window.
c906108c 16248
8e04817f 16249@item layout regs
8e04817f
AC
16250Display the register window together with the source or assembly window.
16251
16252@item focus next | prev | src | asm | regs | split
16253@kindex focus
16254Set the focus to the named window.
16255This command allows to change the active window so that scrolling keys
16256can be affected to another window.
c906108c 16257
8e04817f
AC
16258@item refresh
16259@kindex refresh
16260Refresh the screen. This is similar to using @key{C-L} key.
c906108c 16261
6a1b180d
SC
16262@item tui reg float
16263@kindex tui reg
16264Show the floating point registers in the register window.
16265
16266@item tui reg general
16267Show the general registers in the register window.
16268
16269@item tui reg next
16270Show the next register group. The list of register groups as well as
16271their order is target specific. The predefined register groups are the
16272following: @code{general}, @code{float}, @code{system}, @code{vector},
16273@code{all}, @code{save}, @code{restore}.
16274
16275@item tui reg system
16276Show the system registers in the register window.
16277
8e04817f
AC
16278@item update
16279@kindex update
16280Update the source window and the current execution point.
c906108c 16281
8e04817f
AC
16282@item winheight @var{name} +@var{count}
16283@itemx winheight @var{name} -@var{count}
16284@kindex winheight
16285Change the height of the window @var{name} by @var{count}
16286lines. Positive counts increase the height, while negative counts
16287decrease it.
2df3850c 16288
c45da7e6
EZ
16289@item tabset
16290@kindex tabset @var{nchars}
16291Set the width of tab stops to be @var{nchars} characters.
16292
c906108c
SS
16293@end table
16294
8e04817f
AC
16295@node TUI Configuration
16296@section TUI configuration variables
16297@cindex TUI configuration variables
c906108c 16298
8e04817f
AC
16299The TUI has several configuration variables that control the
16300appearance of windows on the terminal.
c906108c 16301
8e04817f
AC
16302@table @code
16303@item set tui border-kind @var{kind}
16304@kindex set tui border-kind
16305Select the border appearance for the source, assembly and register windows.
16306The possible values are the following:
16307@table @code
16308@item space
16309Use a space character to draw the border.
c906108c 16310
8e04817f
AC
16311@item ascii
16312Use ascii characters + - and | to draw the border.
c906108c 16313
8e04817f
AC
16314@item acs
16315Use the Alternate Character Set to draw the border. The border is
16316drawn using character line graphics if the terminal supports them.
c78b4128 16317
8e04817f 16318@end table
c78b4128 16319
8e04817f
AC
16320@item set tui active-border-mode @var{mode}
16321@kindex set tui active-border-mode
16322Select the attributes to display the border of the active window.
16323The possible values are @code{normal}, @code{standout}, @code{reverse},
16324@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 16325
8e04817f
AC
16326@item set tui border-mode @var{mode}
16327@kindex set tui border-mode
16328Select the attributes to display the border of other windows.
16329The @var{mode} can be one of the following:
16330@table @code
16331@item normal
16332Use normal attributes to display the border.
c906108c 16333
8e04817f
AC
16334@item standout
16335Use standout mode.
c906108c 16336
8e04817f
AC
16337@item reverse
16338Use reverse video mode.
c906108c 16339
8e04817f
AC
16340@item half
16341Use half bright mode.
c906108c 16342
8e04817f
AC
16343@item half-standout
16344Use half bright and standout mode.
c906108c 16345
8e04817f
AC
16346@item bold
16347Use extra bright or bold mode.
c78b4128 16348
8e04817f
AC
16349@item bold-standout
16350Use extra bright or bold and standout mode.
c78b4128 16351
8e04817f 16352@end table
c78b4128 16353
8e04817f 16354@end table
c78b4128 16355
8e04817f
AC
16356@node Emacs
16357@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 16358
8e04817f
AC
16359@cindex Emacs
16360@cindex @sc{gnu} Emacs
16361A special interface allows you to use @sc{gnu} Emacs to view (and
16362edit) the source files for the program you are debugging with
16363@value{GDBN}.
c906108c 16364
8e04817f
AC
16365To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
16366executable file you want to debug as an argument. This command starts
16367@value{GDBN} as a subprocess of Emacs, with input and output through a newly
16368created Emacs buffer.
16369@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 16370
8e04817f
AC
16371Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16372things:
c906108c 16373
8e04817f
AC
16374@itemize @bullet
16375@item
16376All ``terminal'' input and output goes through the Emacs buffer.
16377@end itemize
c906108c 16378
8e04817f
AC
16379This applies both to @value{GDBN} commands and their output, and to the input
16380and output done by the program you are debugging.
bf0184be 16381
8e04817f
AC
16382This is useful because it means that you can copy the text of previous
16383commands and input them again; you can even use parts of the output
16384in this way.
bf0184be 16385
8e04817f
AC
16386All the facilities of Emacs' Shell mode are available for interacting
16387with your program. In particular, you can send signals the usual
16388way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16389stop.
bf0184be 16390
8e04817f 16391@itemize @bullet
bf0184be 16392@item
8e04817f
AC
16393@value{GDBN} displays source code through Emacs.
16394@end itemize
bf0184be 16395
8e04817f
AC
16396Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16397source file for that frame and puts an arrow (@samp{=>}) at the
16398left margin of the current line. Emacs uses a separate buffer for
16399source display, and splits the screen to show both your @value{GDBN} session
16400and the source.
bf0184be 16401
8e04817f
AC
16402Explicit @value{GDBN} @code{list} or search commands still produce output as
16403usual, but you probably have no reason to use them from Emacs.
c906108c 16404
64fabec2
AC
16405If you specify an absolute file name when prompted for the @kbd{M-x
16406gdb} argument, then Emacs sets your current working directory to where
16407your program resides. If you only specify the file name, then Emacs
16408sets your current working directory to to the directory associated
16409with the previous buffer. In this case, @value{GDBN} may find your
16410program by searching your environment's @code{PATH} variable, but on
16411some operating systems it might not find the source. So, although the
16412@value{GDBN} input and output session proceeds normally, the auxiliary
16413buffer does not display the current source and line of execution.
16414
16415The initial working directory of @value{GDBN} is printed on the top
16416line of the @value{GDBN} I/O buffer and this serves as a default for
16417the commands that specify files for @value{GDBN} to operate
16418on. @xref{Files, ,Commands to specify files}.
16419
16420By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
16421need to call @value{GDBN} by a different name (for example, if you
16422keep several configurations around, with different names) you can
16423customize the Emacs variable @code{gud-gdb-command-name} to run the
16424one you want.
8e04817f
AC
16425
16426In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16427addition to the standard Shell mode commands:
c906108c 16428
8e04817f
AC
16429@table @kbd
16430@item C-h m
16431Describe the features of Emacs' @value{GDBN} Mode.
c906108c 16432
64fabec2 16433@item C-c C-s
8e04817f
AC
16434Execute to another source line, like the @value{GDBN} @code{step} command; also
16435update the display window to show the current file and location.
c906108c 16436
64fabec2 16437@item C-c C-n
8e04817f
AC
16438Execute to next source line in this function, skipping all function
16439calls, like the @value{GDBN} @code{next} command. Then update the display window
16440to show the current file and location.
c906108c 16441
64fabec2 16442@item C-c C-i
8e04817f
AC
16443Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16444display window accordingly.
c906108c 16445
8e04817f
AC
16446@item C-c C-f
16447Execute until exit from the selected stack frame, like the @value{GDBN}
16448@code{finish} command.
c906108c 16449
64fabec2 16450@item C-c C-r
8e04817f
AC
16451Continue execution of your program, like the @value{GDBN} @code{continue}
16452command.
b433d00b 16453
64fabec2 16454@item C-c <
8e04817f
AC
16455Go up the number of frames indicated by the numeric argument
16456(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16457like the @value{GDBN} @code{up} command.
b433d00b 16458
64fabec2 16459@item C-c >
8e04817f
AC
16460Go down the number of frames indicated by the numeric argument, like the
16461@value{GDBN} @code{down} command.
8e04817f 16462@end table
c906108c 16463
64fabec2 16464In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 16465tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 16466
64fabec2
AC
16467If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16468shows a backtrace when the @value{GDBN} I/O buffer is current. Move
16469point to any frame in the stack and type @key{RET} to make it become the
16470current frame and display the associated source in the source buffer.
16471Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16472current one.
16473
8e04817f
AC
16474If you accidentally delete the source-display buffer, an easy way to get
16475it back is to type the command @code{f} in the @value{GDBN} buffer, to
16476request a frame display; when you run under Emacs, this recreates
16477the source buffer if necessary to show you the context of the current
16478frame.
c906108c 16479
8e04817f
AC
16480The source files displayed in Emacs are in ordinary Emacs buffers
16481which are visiting the source files in the usual way. You can edit
16482the files with these buffers if you wish; but keep in mind that @value{GDBN}
16483communicates with Emacs in terms of line numbers. If you add or
16484delete lines from the text, the line numbers that @value{GDBN} knows cease
16485to correspond properly with the code.
b383017d 16486
64fabec2
AC
16487The description given here is for GNU Emacs version 21.3 and a more
16488detailed description of its interaction with @value{GDBN} is given in
16489the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 16490
8e04817f
AC
16491@c The following dropped because Epoch is nonstandard. Reactivate
16492@c if/when v19 does something similar. [email protected] 19dec1990
16493@ignore
16494@kindex Emacs Epoch environment
16495@kindex Epoch
16496@kindex inspect
c906108c 16497
8e04817f
AC
16498Version 18 of @sc{gnu} Emacs has a built-in window system
16499called the @code{epoch}
16500environment. Users of this environment can use a new command,
16501@code{inspect} which performs identically to @code{print} except that
16502each value is printed in its own window.
16503@end ignore
c906108c 16504
922fbb7b
AC
16505
16506@node GDB/MI
16507@chapter The @sc{gdb/mi} Interface
16508
16509@unnumberedsec Function and Purpose
16510
16511@cindex @sc{gdb/mi}, its purpose
6b5e8c01
NR
16512@sc{gdb/mi} is a line based machine oriented text interface to
16513@value{GDBN} and is activated by specifying using the
16514@option{--interpreter} command line option (@pxref{Mode Options}). It
16515is specifically intended to support the development of systems which
16516use the debugger as just one small component of a larger system.
922fbb7b
AC
16517
16518This chapter is a specification of the @sc{gdb/mi} interface. It is written
16519in the form of a reference manual.
16520
16521Note that @sc{gdb/mi} is still under construction, so some of the
16522features described below are incomplete and subject to change.
16523
16524@unnumberedsec Notation and Terminology
16525
16526@cindex notational conventions, for @sc{gdb/mi}
16527This chapter uses the following notation:
16528
16529@itemize @bullet
16530@item
16531@code{|} separates two alternatives.
16532
16533@item
16534@code{[ @var{something} ]} indicates that @var{something} is optional:
16535it may or may not be given.
16536
16537@item
16538@code{( @var{group} )*} means that @var{group} inside the parentheses
16539may repeat zero or more times.
16540
16541@item
16542@code{( @var{group} )+} means that @var{group} inside the parentheses
16543may repeat one or more times.
16544
16545@item
16546@code{"@var{string}"} means a literal @var{string}.
16547@end itemize
16548
16549@ignore
16550@heading Dependencies
16551@end ignore
16552
16553@heading Acknowledgments
16554
16555In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16556Elena Zannoni.
16557
16558@menu
16559* GDB/MI Command Syntax::
16560* GDB/MI Compatibility with CLI::
16561* GDB/MI Output Records::
16562* GDB/MI Command Description Format::
16563* GDB/MI Breakpoint Table Commands::
16564* GDB/MI Data Manipulation::
16565* GDB/MI Program Control::
16566* GDB/MI Miscellaneous Commands::
16567@ignore
16568* GDB/MI Kod Commands::
16569* GDB/MI Memory Overlay Commands::
16570* GDB/MI Signal Handling Commands::
16571@end ignore
16572* GDB/MI Stack Manipulation::
16573* GDB/MI Symbol Query::
16574* GDB/MI Target Manipulation::
16575* GDB/MI Thread Commands::
16576* GDB/MI Tracepoint Commands::
16577* GDB/MI Variable Objects::
16578@end menu
16579
16580@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16581@node GDB/MI Command Syntax
16582@section @sc{gdb/mi} Command Syntax
16583
16584@menu
16585* GDB/MI Input Syntax::
16586* GDB/MI Output Syntax::
16587* GDB/MI Simple Examples::
16588@end menu
16589
16590@node GDB/MI Input Syntax
16591@subsection @sc{gdb/mi} Input Syntax
16592
16593@cindex input syntax for @sc{gdb/mi}
16594@cindex @sc{gdb/mi}, input syntax
16595@table @code
16596@item @var{command} @expansion{}
16597@code{@var{cli-command} | @var{mi-command}}
16598
16599@item @var{cli-command} @expansion{}
16600@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16601@var{cli-command} is any existing @value{GDBN} CLI command.
16602
16603@item @var{mi-command} @expansion{}
16604@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16605@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16606
16607@item @var{token} @expansion{}
16608"any sequence of digits"
16609
16610@item @var{option} @expansion{}
16611@code{"-" @var{parameter} [ " " @var{parameter} ]}
16612
16613@item @var{parameter} @expansion{}
16614@code{@var{non-blank-sequence} | @var{c-string}}
16615
16616@item @var{operation} @expansion{}
16617@emph{any of the operations described in this chapter}
16618
16619@item @var{non-blank-sequence} @expansion{}
16620@emph{anything, provided it doesn't contain special characters such as
16621"-", @var{nl}, """ and of course " "}
16622
16623@item @var{c-string} @expansion{}
16624@code{""" @var{seven-bit-iso-c-string-content} """}
16625
16626@item @var{nl} @expansion{}
16627@code{CR | CR-LF}
16628@end table
16629
16630@noindent
16631Notes:
16632
16633@itemize @bullet
16634@item
16635The CLI commands are still handled by the @sc{mi} interpreter; their
16636output is described below.
16637
16638@item
16639The @code{@var{token}}, when present, is passed back when the command
16640finishes.
16641
16642@item
16643Some @sc{mi} commands accept optional arguments as part of the parameter
16644list. Each option is identified by a leading @samp{-} (dash) and may be
16645followed by an optional argument parameter. Options occur first in the
16646parameter list and can be delimited from normal parameters using
16647@samp{--} (this is useful when some parameters begin with a dash).
16648@end itemize
16649
16650Pragmatics:
16651
16652@itemize @bullet
16653@item
16654We want easy access to the existing CLI syntax (for debugging).
16655
16656@item
16657We want it to be easy to spot a @sc{mi} operation.
16658@end itemize
16659
16660@node GDB/MI Output Syntax
16661@subsection @sc{gdb/mi} Output Syntax
16662
16663@cindex output syntax of @sc{gdb/mi}
16664@cindex @sc{gdb/mi}, output syntax
16665The output from @sc{gdb/mi} consists of zero or more out-of-band records
16666followed, optionally, by a single result record. This result record
16667is for the most recent command. The sequence of output records is
16668terminated by @samp{(@value{GDBP})}.
16669
16670If an input command was prefixed with a @code{@var{token}} then the
16671corresponding output for that command will also be prefixed by that same
16672@var{token}.
16673
16674@table @code
16675@item @var{output} @expansion{}
f7dc1244 16676@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
922fbb7b
AC
16677
16678@item @var{result-record} @expansion{}
16679@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16680
16681@item @var{out-of-band-record} @expansion{}
16682@code{@var{async-record} | @var{stream-record}}
16683
16684@item @var{async-record} @expansion{}
16685@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16686
16687@item @var{exec-async-output} @expansion{}
16688@code{[ @var{token} ] "*" @var{async-output}}
16689
16690@item @var{status-async-output} @expansion{}
16691@code{[ @var{token} ] "+" @var{async-output}}
16692
16693@item @var{notify-async-output} @expansion{}
16694@code{[ @var{token} ] "=" @var{async-output}}
16695
16696@item @var{async-output} @expansion{}
16697@code{@var{async-class} ( "," @var{result} )* @var{nl}}
16698
16699@item @var{result-class} @expansion{}
16700@code{"done" | "running" | "connected" | "error" | "exit"}
16701
16702@item @var{async-class} @expansion{}
16703@code{"stopped" | @var{others}} (where @var{others} will be added
16704depending on the needs---this is still in development).
16705
16706@item @var{result} @expansion{}
16707@code{ @var{variable} "=" @var{value}}
16708
16709@item @var{variable} @expansion{}
16710@code{ @var{string} }
16711
16712@item @var{value} @expansion{}
16713@code{ @var{const} | @var{tuple} | @var{list} }
16714
16715@item @var{const} @expansion{}
16716@code{@var{c-string}}
16717
16718@item @var{tuple} @expansion{}
16719@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16720
16721@item @var{list} @expansion{}
16722@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16723@var{result} ( "," @var{result} )* "]" }
16724
16725@item @var{stream-record} @expansion{}
16726@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16727
16728@item @var{console-stream-output} @expansion{}
16729@code{"~" @var{c-string}}
16730
16731@item @var{target-stream-output} @expansion{}
16732@code{"@@" @var{c-string}}
16733
16734@item @var{log-stream-output} @expansion{}
16735@code{"&" @var{c-string}}
16736
16737@item @var{nl} @expansion{}
16738@code{CR | CR-LF}
16739
16740@item @var{token} @expansion{}
16741@emph{any sequence of digits}.
16742@end table
16743
16744@noindent
16745Notes:
16746
16747@itemize @bullet
16748@item
16749All output sequences end in a single line containing a period.
16750
16751@item
16752The @code{@var{token}} is from the corresponding request. If an execution
16753command is interrupted by the @samp{-exec-interrupt} command, the
16754@var{token} associated with the @samp{*stopped} message is the one of the
16755original execution command, not the one of the interrupt command.
16756
16757@item
16758@cindex status output in @sc{gdb/mi}
16759@var{status-async-output} contains on-going status information about the
16760progress of a slow operation. It can be discarded. All status output is
16761prefixed by @samp{+}.
16762
16763@item
16764@cindex async output in @sc{gdb/mi}
16765@var{exec-async-output} contains asynchronous state change on the target
16766(stopped, started, disappeared). All async output is prefixed by
16767@samp{*}.
16768
16769@item
16770@cindex notify output in @sc{gdb/mi}
16771@var{notify-async-output} contains supplementary information that the
16772client should handle (e.g., a new breakpoint information). All notify
16773output is prefixed by @samp{=}.
16774
16775@item
16776@cindex console output in @sc{gdb/mi}
16777@var{console-stream-output} is output that should be displayed as is in the
16778console. It is the textual response to a CLI command. All the console
16779output is prefixed by @samp{~}.
16780
16781@item
16782@cindex target output in @sc{gdb/mi}
16783@var{target-stream-output} is the output produced by the target program.
16784All the target output is prefixed by @samp{@@}.
16785
16786@item
16787@cindex log output in @sc{gdb/mi}
16788@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16789instance messages that should be displayed as part of an error log. All
16790the log output is prefixed by @samp{&}.
16791
16792@item
16793@cindex list output in @sc{gdb/mi}
16794New @sc{gdb/mi} commands should only output @var{lists} containing
16795@var{values}.
16796
16797
16798@end itemize
16799
16800@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16801details about the various output records.
16802
16803@node GDB/MI Simple Examples
16804@subsection Simple Examples of @sc{gdb/mi} Interaction
16805@cindex @sc{gdb/mi}, simple examples
16806
16807This subsection presents several simple examples of interaction using
16808the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16809following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16810the output received from @sc{gdb/mi}.
16811
16812@subsubheading Target Stop
16813@c Ummm... There is no "-stop" command. This assumes async, no?
16814Here's an example of stopping the inferior process:
16815
16816@smallexample
16817-> -stop
16818<- (@value{GDBP})
16819@end smallexample
16820
16821@noindent
16822and later:
16823
16824@smallexample
16825<- *stop,reason="stop",address="0x123",source="a.c:123"
16826<- (@value{GDBP})
16827@end smallexample
16828
16829@subsubheading Simple CLI Command
16830
16831Here's an example of a simple CLI command being passed through
16832@sc{gdb/mi} and on to the CLI.
16833
16834@smallexample
16835-> print 1+2
16836<- &"print 1+2\n"
16837<- ~"$1 = 3\n"
16838<- ^done
16839<- (@value{GDBP})
16840@end smallexample
16841
16842@subsubheading Command With Side Effects
16843
16844@smallexample
16845-> -symbol-file xyz.exe
16846<- *breakpoint,nr="3",address="0x123",source="a.c:123"
16847<- (@value{GDBP})
16848@end smallexample
16849
16850@subsubheading A Bad Command
16851
16852Here's what happens if you pass a non-existent command:
16853
16854@smallexample
16855-> -rubbish
16856<- ^error,msg="Undefined MI command: rubbish"
16857<- (@value{GDBP})
16858@end smallexample
16859
16860@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16861@node GDB/MI Compatibility with CLI
16862@section @sc{gdb/mi} Compatibility with CLI
16863
16864@cindex compatibility, @sc{gdb/mi} and CLI
16865@cindex @sc{gdb/mi}, compatibility with CLI
16866To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16867accepts existing CLI commands. As specified by the syntax, such
16868commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16869respond.
16870
16871This mechanism is provided as an aid to developers of @sc{gdb/mi}
16872clients and not as a reliable interface into the CLI. Since the command
16873is being interpreteted in an environment that assumes @sc{gdb/mi}
16874behaviour, the exact output of such commands is likely to end up being
16875an un-supported hybrid of @sc{gdb/mi} and CLI output.
16876
16877@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16878@node GDB/MI Output Records
16879@section @sc{gdb/mi} Output Records
16880
16881@menu
16882* GDB/MI Result Records::
16883* GDB/MI Stream Records::
16884* GDB/MI Out-of-band Records::
16885@end menu
16886
16887@node GDB/MI Result Records
16888@subsection @sc{gdb/mi} Result Records
16889
16890@cindex result records in @sc{gdb/mi}
16891@cindex @sc{gdb/mi}, result records
16892In addition to a number of out-of-band notifications, the response to a
16893@sc{gdb/mi} command includes one of the following result indications:
16894
16895@table @code
16896@findex ^done
16897@item "^done" [ "," @var{results} ]
16898The synchronous operation was successful, @code{@var{results}} are the return
16899values.
16900
16901@item "^running"
16902@findex ^running
16903@c Is this one correct? Should it be an out-of-band notification?
16904The asynchronous operation was successfully started. The target is
16905running.
16906
16907@item "^error" "," @var{c-string}
16908@findex ^error
16909The operation failed. The @code{@var{c-string}} contains the corresponding
16910error message.
16911@end table
16912
16913@node GDB/MI Stream Records
16914@subsection @sc{gdb/mi} Stream Records
16915
16916@cindex @sc{gdb/mi}, stream records
16917@cindex stream records in @sc{gdb/mi}
16918@value{GDBN} internally maintains a number of output streams: the console, the
16919target, and the log. The output intended for each of these streams is
16920funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16921
16922Each stream record begins with a unique @dfn{prefix character} which
16923identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16924Syntax}). In addition to the prefix, each stream record contains a
16925@code{@var{string-output}}. This is either raw text (with an implicit new
16926line) or a quoted C string (which does not contain an implicit newline).
16927
16928@table @code
16929@item "~" @var{string-output}
16930The console output stream contains text that should be displayed in the
16931CLI console window. It contains the textual responses to CLI commands.
16932
16933@item "@@" @var{string-output}
16934The target output stream contains any textual output from the running
16935target.
16936
16937@item "&" @var{string-output}
16938The log stream contains debugging messages being produced by @value{GDBN}'s
16939internals.
16940@end table
16941
16942@node GDB/MI Out-of-band Records
16943@subsection @sc{gdb/mi} Out-of-band Records
16944
16945@cindex out-of-band records in @sc{gdb/mi}
16946@cindex @sc{gdb/mi}, out-of-band records
16947@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
16948additional changes that have occurred. Those changes can either be a
16949consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
16950target activity (e.g., target stopped).
16951
16952The following is a preliminary list of possible out-of-band records.
16953
16954@table @code
16955@item "*" "stop"
16956@end table
16957
16958
16959@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16960@node GDB/MI Command Description Format
16961@section @sc{gdb/mi} Command Description Format
16962
16963The remaining sections describe blocks of commands. Each block of
16964commands is laid out in a fashion similar to this section.
16965
16966Note the the line breaks shown in the examples are here only for
16967readability. They don't appear in the real output.
16968Also note that the commands with a non-available example (N.A.@:) are
16969not yet implemented.
16970
16971@subheading Motivation
16972
16973The motivation for this collection of commands.
16974
16975@subheading Introduction
16976
16977A brief introduction to this collection of commands as a whole.
16978
16979@subheading Commands
16980
16981For each command in the block, the following is described:
16982
16983@subsubheading Synopsis
16984
16985@smallexample
16986 -command @var{args}@dots{}
16987@end smallexample
16988
16989@subsubheading @value{GDBN} Command
16990
16991The corresponding @value{GDBN} CLI command.
16992
16993@subsubheading Result
16994
16995@subsubheading Out-of-band
16996
16997@subsubheading Notes
16998
16999@subsubheading Example
17000
17001
17002@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17003@node GDB/MI Breakpoint Table Commands
17004@section @sc{gdb/mi} Breakpoint table commands
17005
17006@cindex breakpoint commands for @sc{gdb/mi}
17007@cindex @sc{gdb/mi}, breakpoint commands
17008This section documents @sc{gdb/mi} commands for manipulating
17009breakpoints.
17010
17011@subheading The @code{-break-after} Command
17012@findex -break-after
17013
17014@subsubheading Synopsis
17015
17016@smallexample
17017 -break-after @var{number} @var{count}
17018@end smallexample
17019
17020The breakpoint number @var{number} is not in effect until it has been
17021hit @var{count} times. To see how this is reflected in the output of
17022the @samp{-break-list} command, see the description of the
17023@samp{-break-list} command below.
17024
17025@subsubheading @value{GDBN} Command
17026
17027The corresponding @value{GDBN} command is @samp{ignore}.
17028
17029@subsubheading Example
17030
17031@smallexample
17032(@value{GDBP})
17033-break-insert main
17034^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
17035(@value{GDBP})
17036-break-after 1 3
17037~
17038^done
17039(@value{GDBP})
17040-break-list
17041^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17042hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17043@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17044@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17045@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17046@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17047@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17048body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17049addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
17050ignore="3"@}]@}
17051(@value{GDBP})
17052@end smallexample
17053
17054@ignore
17055@subheading The @code{-break-catch} Command
17056@findex -break-catch
17057
17058@subheading The @code{-break-commands} Command
17059@findex -break-commands
17060@end ignore
17061
17062
17063@subheading The @code{-break-condition} Command
17064@findex -break-condition
17065
17066@subsubheading Synopsis
17067
17068@smallexample
17069 -break-condition @var{number} @var{expr}
17070@end smallexample
17071
17072Breakpoint @var{number} will stop the program only if the condition in
17073@var{expr} is true. The condition becomes part of the
17074@samp{-break-list} output (see the description of the @samp{-break-list}
17075command below).
17076
17077@subsubheading @value{GDBN} Command
17078
17079The corresponding @value{GDBN} command is @samp{condition}.
17080
17081@subsubheading Example
17082
17083@smallexample
17084(@value{GDBP})
17085-break-condition 1 1
17086^done
17087(@value{GDBP})
17088-break-list
17089^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17090hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17091@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17092@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17093@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17094@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17095@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17096body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17097addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
17098times="0",ignore="3"@}]@}
17099(@value{GDBP})
17100@end smallexample
17101
17102@subheading The @code{-break-delete} Command
17103@findex -break-delete
17104
17105@subsubheading Synopsis
17106
17107@smallexample
17108 -break-delete ( @var{breakpoint} )+
17109@end smallexample
17110
17111Delete the breakpoint(s) whose number(s) are specified in the argument
17112list. This is obviously reflected in the breakpoint list.
17113
17114@subsubheading @value{GDBN} command
17115
17116The corresponding @value{GDBN} command is @samp{delete}.
17117
17118@subsubheading Example
17119
17120@smallexample
17121(@value{GDBP})
17122-break-delete 1
17123^done
17124(@value{GDBP})
17125-break-list
17126^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17127hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17128@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17129@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17130@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17131@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17132@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17133body=[]@}
17134(@value{GDBP})
17135@end smallexample
17136
17137@subheading The @code{-break-disable} Command
17138@findex -break-disable
17139
17140@subsubheading Synopsis
17141
17142@smallexample
17143 -break-disable ( @var{breakpoint} )+
17144@end smallexample
17145
17146Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
17147break list is now set to @samp{n} for the named @var{breakpoint}(s).
17148
17149@subsubheading @value{GDBN} Command
17150
17151The corresponding @value{GDBN} command is @samp{disable}.
17152
17153@subsubheading Example
17154
17155@smallexample
17156(@value{GDBP})
17157-break-disable 2
17158^done
17159(@value{GDBP})
17160-break-list
17161^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17162hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17163@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17164@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17165@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17166@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17167@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17168body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
17169addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17170(@value{GDBP})
17171@end smallexample
17172
17173@subheading The @code{-break-enable} Command
17174@findex -break-enable
17175
17176@subsubheading Synopsis
17177
17178@smallexample
17179 -break-enable ( @var{breakpoint} )+
17180@end smallexample
17181
17182Enable (previously disabled) @var{breakpoint}(s).
17183
17184@subsubheading @value{GDBN} Command
17185
17186The corresponding @value{GDBN} command is @samp{enable}.
17187
17188@subsubheading Example
17189
17190@smallexample
17191(@value{GDBP})
17192-break-enable 2
17193^done
17194(@value{GDBP})
17195-break-list
17196^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17197hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17198@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17199@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17200@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17201@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17202@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17203body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17204addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17205(@value{GDBP})
17206@end smallexample
17207
17208@subheading The @code{-break-info} Command
17209@findex -break-info
17210
17211@subsubheading Synopsis
17212
17213@smallexample
17214 -break-info @var{breakpoint}
17215@end smallexample
17216
17217@c REDUNDANT???
17218Get information about a single breakpoint.
17219
17220@subsubheading @value{GDBN} command
17221
17222The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
17223
17224@subsubheading Example
17225N.A.
17226
17227@subheading The @code{-break-insert} Command
17228@findex -break-insert
17229
17230@subsubheading Synopsis
17231
17232@smallexample
17233 -break-insert [ -t ] [ -h ] [ -r ]
17234 [ -c @var{condition} ] [ -i @var{ignore-count} ]
17235 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
17236@end smallexample
17237
17238@noindent
17239If specified, @var{line}, can be one of:
17240
17241@itemize @bullet
17242@item function
17243@c @item +offset
17244@c @item -offset
17245@c @item linenum
17246@item filename:linenum
17247@item filename:function
17248@item *address
17249@end itemize
17250
17251The possible optional parameters of this command are:
17252
17253@table @samp
17254@item -t
17255Insert a tempoary breakpoint.
17256@item -h
17257Insert a hardware breakpoint.
17258@item -c @var{condition}
17259Make the breakpoint conditional on @var{condition}.
17260@item -i @var{ignore-count}
17261Initialize the @var{ignore-count}.
17262@item -r
17263Insert a regular breakpoint in all the functions whose names match the
17264given regular expression. Other flags are not applicable to regular
17265expresson.
17266@end table
17267
17268@subsubheading Result
17269
17270The result is in the form:
17271
17272@smallexample
17273 ^done,bkptno="@var{number}",func="@var{funcname}",
17274 file="@var{filename}",line="@var{lineno}"
17275@end smallexample
17276
17277@noindent
17278where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
17279is the name of the function where the breakpoint was inserted,
17280@var{filename} is the name of the source file which contains this
17281function, and @var{lineno} is the source line number within that file.
17282
17283Note: this format is open to change.
17284@c An out-of-band breakpoint instead of part of the result?
17285
17286@subsubheading @value{GDBN} Command
17287
17288The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
17289@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
17290
17291@subsubheading Example
17292
17293@smallexample
17294(@value{GDBP})
17295-break-insert main
17296^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17297(@value{GDBP})
17298-break-insert -t foo
17299^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
17300(@value{GDBP})
17301-break-list
17302^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17303hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17304@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17305@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17306@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17307@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17308@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17309body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17310addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
17311bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
17312addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
17313(@value{GDBP})
17314-break-insert -r foo.*
17315~int foo(int, int);
17316^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
17317(@value{GDBP})
17318@end smallexample
17319
17320@subheading The @code{-break-list} Command
17321@findex -break-list
17322
17323@subsubheading Synopsis
17324
17325@smallexample
17326 -break-list
17327@end smallexample
17328
17329Displays the list of inserted breakpoints, showing the following fields:
17330
17331@table @samp
17332@item Number
17333number of the breakpoint
17334@item Type
17335type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
17336@item Disposition
17337should the breakpoint be deleted or disabled when it is hit: @samp{keep}
17338or @samp{nokeep}
17339@item Enabled
17340is the breakpoint enabled or no: @samp{y} or @samp{n}
17341@item Address
17342memory location at which the breakpoint is set
17343@item What
17344logical location of the breakpoint, expressed by function name, file
17345name, line number
17346@item Times
17347number of times the breakpoint has been hit
17348@end table
17349
17350If there are no breakpoints or watchpoints, the @code{BreakpointTable}
17351@code{body} field is an empty list.
17352
17353@subsubheading @value{GDBN} Command
17354
17355The corresponding @value{GDBN} command is @samp{info break}.
17356
17357@subsubheading Example
17358
17359@smallexample
17360(@value{GDBP})
17361-break-list
17362^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17363hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17364@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17365@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17366@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17367@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17368@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17369body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17370addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17371bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17372addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17373(@value{GDBP})
17374@end smallexample
17375
17376Here's an example of the result when there are no breakpoints:
17377
17378@smallexample
17379(@value{GDBP})
17380-break-list
17381^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17382hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17383@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17384@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17385@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17386@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17387@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17388body=[]@}
17389(@value{GDBP})
17390@end smallexample
17391
17392@subheading The @code{-break-watch} Command
17393@findex -break-watch
17394
17395@subsubheading Synopsis
17396
17397@smallexample
17398 -break-watch [ -a | -r ]
17399@end smallexample
17400
17401Create a watchpoint. With the @samp{-a} option it will create an
17402@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17403read from or on a write to the memory location. With the @samp{-r}
17404option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17405trigger only when the memory location is accessed for reading. Without
17406either of the options, the watchpoint created is a regular watchpoint,
17407i.e. it will trigger when the memory location is accessed for writing.
17408@xref{Set Watchpoints, , Setting watchpoints}.
17409
17410Note that @samp{-break-list} will report a single list of watchpoints and
17411breakpoints inserted.
17412
17413@subsubheading @value{GDBN} Command
17414
17415The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17416@samp{rwatch}.
17417
17418@subsubheading Example
17419
17420Setting a watchpoint on a variable in the @code{main} function:
17421
17422@smallexample
17423(@value{GDBP})
17424-break-watch x
17425^done,wpt=@{number="2",exp="x"@}
17426(@value{GDBP})
17427-exec-continue
17428^running
17429^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17430value=@{old="-268439212",new="55"@},
17431frame=@{func="main",args=[],file="recursive2.c",line="5"@}
17432(@value{GDBP})
17433@end smallexample
17434
17435Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
17436the program execution twice: first for the variable changing value, then
17437for the watchpoint going out of scope.
17438
17439@smallexample
17440(@value{GDBP})
17441-break-watch C
17442^done,wpt=@{number="5",exp="C"@}
17443(@value{GDBP})
17444-exec-continue
17445^running
17446^done,reason="watchpoint-trigger",
17447wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17448frame=@{func="callee4",args=[],
17449file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17450(@value{GDBP})
17451-exec-continue
17452^running
17453^done,reason="watchpoint-scope",wpnum="5",
17454frame=@{func="callee3",args=[@{name="strarg",
17455value="0x11940 \"A string argument.\""@}],
17456file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17457(@value{GDBP})
17458@end smallexample
17459
17460Listing breakpoints and watchpoints, at different points in the program
17461execution. Note that once the watchpoint goes out of scope, it is
17462deleted.
17463
17464@smallexample
17465(@value{GDBP})
17466-break-watch C
17467^done,wpt=@{number="2",exp="C"@}
17468(@value{GDBP})
17469-break-list
17470^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17471hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17472@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17473@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17474@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17475@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17476@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17477body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17478addr="0x00010734",func="callee4",
17479file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17480bkpt=@{number="2",type="watchpoint",disp="keep",
17481enabled="y",addr="",what="C",times="0"@}]@}
17482(@value{GDBP})
17483-exec-continue
17484^running
17485^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17486value=@{old="-276895068",new="3"@},
17487frame=@{func="callee4",args=[],
17488file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17489(@value{GDBP})
17490-break-list
17491^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17492hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17493@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17494@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17495@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17496@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17497@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17498body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17499addr="0x00010734",func="callee4",
17500file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17501bkpt=@{number="2",type="watchpoint",disp="keep",
17502enabled="y",addr="",what="C",times="-5"@}]@}
17503(@value{GDBP})
17504-exec-continue
17505^running
17506^done,reason="watchpoint-scope",wpnum="2",
17507frame=@{func="callee3",args=[@{name="strarg",
17508value="0x11940 \"A string argument.\""@}],
17509file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17510(@value{GDBP})
17511-break-list
17512^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17513hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17514@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17515@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17516@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17517@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17518@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17519body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17520addr="0x00010734",func="callee4",
17521file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17522(@value{GDBP})
17523@end smallexample
17524
17525@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17526@node GDB/MI Data Manipulation
17527@section @sc{gdb/mi} Data Manipulation
17528
17529@cindex data manipulation, in @sc{gdb/mi}
17530@cindex @sc{gdb/mi}, data manipulation
17531This section describes the @sc{gdb/mi} commands that manipulate data:
17532examine memory and registers, evaluate expressions, etc.
17533
17534@c REMOVED FROM THE INTERFACE.
17535@c @subheading -data-assign
17536@c Change the value of a program variable. Plenty of side effects.
17537@c @subsubheading GDB command
17538@c set variable
17539@c @subsubheading Example
17540@c N.A.
17541
17542@subheading The @code{-data-disassemble} Command
17543@findex -data-disassemble
17544
17545@subsubheading Synopsis
17546
17547@smallexample
17548 -data-disassemble
17549 [ -s @var{start-addr} -e @var{end-addr} ]
17550 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17551 -- @var{mode}
17552@end smallexample
17553
17554@noindent
17555Where:
17556
17557@table @samp
17558@item @var{start-addr}
17559is the beginning address (or @code{$pc})
17560@item @var{end-addr}
17561is the end address
17562@item @var{filename}
17563is the name of the file to disassemble
17564@item @var{linenum}
17565is the line number to disassemble around
17566@item @var{lines}
17567is the the number of disassembly lines to be produced. If it is -1,
17568the whole function will be disassembled, in case no @var{end-addr} is
17569specified. If @var{end-addr} is specified as a non-zero value, and
17570@var{lines} is lower than the number of disassembly lines between
17571@var{start-addr} and @var{end-addr}, only @var{lines} lines are
17572displayed; if @var{lines} is higher than the number of lines between
17573@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17574are displayed.
17575@item @var{mode}
17576is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17577disassembly).
17578@end table
17579
17580@subsubheading Result
17581
17582The output for each instruction is composed of four fields:
17583
17584@itemize @bullet
17585@item Address
17586@item Func-name
17587@item Offset
17588@item Instruction
17589@end itemize
17590
17591Note that whatever included in the instruction field, is not manipulated
17592directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17593
17594@subsubheading @value{GDBN} Command
17595
17596There's no direct mapping from this command to the CLI.
17597
17598@subsubheading Example
17599
17600Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17601
17602@smallexample
17603(@value{GDBP})
17604-data-disassemble -s $pc -e "$pc + 20" -- 0
17605^done,
17606asm_insns=[
17607@{address="0x000107c0",func-name="main",offset="4",
17608inst="mov 2, %o0"@},
17609@{address="0x000107c4",func-name="main",offset="8",
17610inst="sethi %hi(0x11800), %o2"@},
17611@{address="0x000107c8",func-name="main",offset="12",
17612inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17613@{address="0x000107cc",func-name="main",offset="16",
17614inst="sethi %hi(0x11800), %o2"@},
17615@{address="0x000107d0",func-name="main",offset="20",
17616inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17617(@value{GDBP})
17618@end smallexample
17619
17620Disassemble the whole @code{main} function. Line 32 is part of
17621@code{main}.
17622
17623@smallexample
17624-data-disassemble -f basics.c -l 32 -- 0
17625^done,asm_insns=[
17626@{address="0x000107bc",func-name="main",offset="0",
17627inst="save %sp, -112, %sp"@},
17628@{address="0x000107c0",func-name="main",offset="4",
17629inst="mov 2, %o0"@},
17630@{address="0x000107c4",func-name="main",offset="8",
17631inst="sethi %hi(0x11800), %o2"@},
17632[@dots{}]
17633@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17634@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17635(@value{GDBP})
17636@end smallexample
17637
17638Disassemble 3 instructions from the start of @code{main}:
17639
17640@smallexample
17641(@value{GDBP})
17642-data-disassemble -f basics.c -l 32 -n 3 -- 0
17643^done,asm_insns=[
17644@{address="0x000107bc",func-name="main",offset="0",
17645inst="save %sp, -112, %sp"@},
17646@{address="0x000107c0",func-name="main",offset="4",
17647inst="mov 2, %o0"@},
17648@{address="0x000107c4",func-name="main",offset="8",
17649inst="sethi %hi(0x11800), %o2"@}]
17650(@value{GDBP})
17651@end smallexample
17652
17653Disassemble 3 instructions from the start of @code{main} in mixed mode:
17654
17655@smallexample
17656(@value{GDBP})
17657-data-disassemble -f basics.c -l 32 -n 3 -- 1
17658^done,asm_insns=[
17659src_and_asm_line=@{line="31",
17660file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17661 testsuite/gdb.mi/basics.c",line_asm_insn=[
17662@{address="0x000107bc",func-name="main",offset="0",
17663inst="save %sp, -112, %sp"@}]@},
17664src_and_asm_line=@{line="32",
17665file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17666 testsuite/gdb.mi/basics.c",line_asm_insn=[
17667@{address="0x000107c0",func-name="main",offset="4",
17668inst="mov 2, %o0"@},
17669@{address="0x000107c4",func-name="main",offset="8",
17670inst="sethi %hi(0x11800), %o2"@}]@}]
17671(@value{GDBP})
17672@end smallexample
17673
17674
17675@subheading The @code{-data-evaluate-expression} Command
17676@findex -data-evaluate-expression
17677
17678@subsubheading Synopsis
17679
17680@smallexample
17681 -data-evaluate-expression @var{expr}
17682@end smallexample
17683
17684Evaluate @var{expr} as an expression. The expression could contain an
17685inferior function call. The function call will execute synchronously.
17686If the expression contains spaces, it must be enclosed in double quotes.
17687
17688@subsubheading @value{GDBN} Command
17689
17690The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17691@samp{call}. In @code{gdbtk} only, there's a corresponding
17692@samp{gdb_eval} command.
17693
17694@subsubheading Example
17695
17696In the following example, the numbers that precede the commands are the
17697@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17698Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
17699output.
17700
17701@smallexample
17702211-data-evaluate-expression A
17703211^done,value="1"
17704(@value{GDBP})
17705311-data-evaluate-expression &A
17706311^done,value="0xefffeb7c"
17707(@value{GDBP})
17708411-data-evaluate-expression A+3
17709411^done,value="4"
17710(@value{GDBP})
17711511-data-evaluate-expression "A + 3"
17712511^done,value="4"
17713(@value{GDBP})
17714@end smallexample
17715
17716
17717@subheading The @code{-data-list-changed-registers} Command
17718@findex -data-list-changed-registers
17719
17720@subsubheading Synopsis
17721
17722@smallexample
17723 -data-list-changed-registers
17724@end smallexample
17725
17726Display a list of the registers that have changed.
17727
17728@subsubheading @value{GDBN} Command
17729
17730@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17731has the corresponding command @samp{gdb_changed_register_list}.
17732
17733@subsubheading Example
17734
17735On a PPC MBX board:
17736
17737@smallexample
17738(@value{GDBP})
17739-exec-continue
17740^running
17741
17742(@value{GDBP})
17743*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
17744args=[],file="try.c",line="5"@}
17745(@value{GDBP})
17746-data-list-changed-registers
17747^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17748"10","11","13","14","15","16","17","18","19","20","21","22","23",
17749"24","25","26","27","28","30","31","64","65","66","67","69"]
17750(@value{GDBP})
17751@end smallexample
17752
17753
17754@subheading The @code{-data-list-register-names} Command
17755@findex -data-list-register-names
17756
17757@subsubheading Synopsis
17758
17759@smallexample
17760 -data-list-register-names [ ( @var{regno} )+ ]
17761@end smallexample
17762
17763Show a list of register names for the current target. If no arguments
17764are given, it shows a list of the names of all the registers. If
17765integer numbers are given as arguments, it will print a list of the
17766names of the registers corresponding to the arguments. To ensure
17767consistency between a register name and its number, the output list may
17768include empty register names.
17769
17770@subsubheading @value{GDBN} Command
17771
17772@value{GDBN} does not have a command which corresponds to
17773@samp{-data-list-register-names}. In @code{gdbtk} there is a
17774corresponding command @samp{gdb_regnames}.
17775
17776@subsubheading Example
17777
17778For the PPC MBX board:
17779@smallexample
17780(@value{GDBP})
17781-data-list-register-names
17782^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17783"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17784"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17785"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17786"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17787"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17788"", "pc","ps","cr","lr","ctr","xer"]
17789(@value{GDBP})
17790-data-list-register-names 1 2 3
17791^done,register-names=["r1","r2","r3"]
17792(@value{GDBP})
17793@end smallexample
17794
17795@subheading The @code{-data-list-register-values} Command
17796@findex -data-list-register-values
17797
17798@subsubheading Synopsis
17799
17800@smallexample
17801 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17802@end smallexample
17803
17804Display the registers' contents. @var{fmt} is the format according to
17805which the registers' contents are to be returned, followed by an optional
17806list of numbers specifying the registers to display. A missing list of
17807numbers indicates that the contents of all the registers must be returned.
17808
17809Allowed formats for @var{fmt} are:
17810
17811@table @code
17812@item x
17813Hexadecimal
17814@item o
17815Octal
17816@item t
17817Binary
17818@item d
17819Decimal
17820@item r
17821Raw
17822@item N
17823Natural
17824@end table
17825
17826@subsubheading @value{GDBN} Command
17827
17828The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17829all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17830
17831@subsubheading Example
17832
17833For a PPC MBX board (note: line breaks are for readability only, they
17834don't appear in the actual output):
17835
17836@smallexample
17837(@value{GDBP})
17838-data-list-register-values r 64 65
17839^done,register-values=[@{number="64",value="0xfe00a300"@},
17840@{number="65",value="0x00029002"@}]
17841(@value{GDBP})
17842-data-list-register-values x
17843^done,register-values=[@{number="0",value="0xfe0043c8"@},
17844@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17845@{number="3",value="0x0"@},@{number="4",value="0xa"@},
17846@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17847@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17848@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17849@{number="11",value="0x1"@},@{number="12",value="0x0"@},
17850@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17851@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17852@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17853@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17854@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17855@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17856@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17857@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17858@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17859@{number="31",value="0x0"@},@{number="32",value="0x0"@},
17860@{number="33",value="0x0"@},@{number="34",value="0x0"@},
17861@{number="35",value="0x0"@},@{number="36",value="0x0"@},
17862@{number="37",value="0x0"@},@{number="38",value="0x0"@},
17863@{number="39",value="0x0"@},@{number="40",value="0x0"@},
17864@{number="41",value="0x0"@},@{number="42",value="0x0"@},
17865@{number="43",value="0x0"@},@{number="44",value="0x0"@},
17866@{number="45",value="0x0"@},@{number="46",value="0x0"@},
17867@{number="47",value="0x0"@},@{number="48",value="0x0"@},
17868@{number="49",value="0x0"@},@{number="50",value="0x0"@},
17869@{number="51",value="0x0"@},@{number="52",value="0x0"@},
17870@{number="53",value="0x0"@},@{number="54",value="0x0"@},
17871@{number="55",value="0x0"@},@{number="56",value="0x0"@},
17872@{number="57",value="0x0"@},@{number="58",value="0x0"@},
17873@{number="59",value="0x0"@},@{number="60",value="0x0"@},
17874@{number="61",value="0x0"@},@{number="62",value="0x0"@},
17875@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17876@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17877@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17878@{number="69",value="0x20002b03"@}]
17879(@value{GDBP})
17880@end smallexample
17881
17882
17883@subheading The @code{-data-read-memory} Command
17884@findex -data-read-memory
17885
17886@subsubheading Synopsis
17887
17888@smallexample
17889 -data-read-memory [ -o @var{byte-offset} ]
17890 @var{address} @var{word-format} @var{word-size}
17891 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17892@end smallexample
17893
17894@noindent
17895where:
17896
17897@table @samp
17898@item @var{address}
17899An expression specifying the address of the first memory word to be
17900read. Complex expressions containing embedded white space should be
17901quoted using the C convention.
17902
17903@item @var{word-format}
17904The format to be used to print the memory words. The notation is the
17905same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
17906,Output formats}).
17907
17908@item @var{word-size}
17909The size of each memory word in bytes.
17910
17911@item @var{nr-rows}
17912The number of rows in the output table.
17913
17914@item @var{nr-cols}
17915The number of columns in the output table.
17916
17917@item @var{aschar}
17918If present, indicates that each row should include an @sc{ascii} dump. The
17919value of @var{aschar} is used as a padding character when a byte is not a
17920member of the printable @sc{ascii} character set (printable @sc{ascii}
17921characters are those whose code is between 32 and 126, inclusively).
17922
17923@item @var{byte-offset}
17924An offset to add to the @var{address} before fetching memory.
17925@end table
17926
17927This command displays memory contents as a table of @var{nr-rows} by
17928@var{nr-cols} words, each word being @var{word-size} bytes. In total,
17929@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
17930(returned as @samp{total-bytes}). Should less than the requested number
17931of bytes be returned by the target, the missing words are identified
17932using @samp{N/A}. The number of bytes read from the target is returned
17933in @samp{nr-bytes} and the starting address used to read memory in
17934@samp{addr}.
17935
17936The address of the next/previous row or page is available in
17937@samp{next-row} and @samp{prev-row}, @samp{next-page} and
17938@samp{prev-page}.
17939
17940@subsubheading @value{GDBN} Command
17941
17942The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
17943@samp{gdb_get_mem} memory read command.
17944
17945@subsubheading Example
17946
17947Read six bytes of memory starting at @code{bytes+6} but then offset by
17948@code{-6} bytes. Format as three rows of two columns. One byte per
17949word. Display each word in hex.
17950
17951@smallexample
17952(@value{GDBP})
179539-data-read-memory -o -6 -- bytes+6 x 1 3 2
179549^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
17955next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
17956prev-page="0x0000138a",memory=[
17957@{addr="0x00001390",data=["0x00","0x01"]@},
17958@{addr="0x00001392",data=["0x02","0x03"]@},
17959@{addr="0x00001394",data=["0x04","0x05"]@}]
17960(@value{GDBP})
17961@end smallexample
17962
17963Read two bytes of memory starting at address @code{shorts + 64} and
17964display as a single word formatted in decimal.
17965
17966@smallexample
17967(@value{GDBP})
179685-data-read-memory shorts+64 d 2 1 1
179695^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
17970next-row="0x00001512",prev-row="0x0000150e",
17971next-page="0x00001512",prev-page="0x0000150e",memory=[
17972@{addr="0x00001510",data=["128"]@}]
17973(@value{GDBP})
17974@end smallexample
17975
17976Read thirty two bytes of memory starting at @code{bytes+16} and format
17977as eight rows of four columns. Include a string encoding with @samp{x}
17978used as the non-printable character.
17979
17980@smallexample
17981(@value{GDBP})
179824-data-read-memory bytes+16 x 1 8 4 x
179834^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
17984next-row="0x000013c0",prev-row="0x0000139c",
17985next-page="0x000013c0",prev-page="0x00001380",memory=[
17986@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
17987@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
17988@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
17989@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
17990@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
17991@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
17992@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
17993@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
17994(@value{GDBP})
17995@end smallexample
17996
17997@subheading The @code{-display-delete} Command
17998@findex -display-delete
17999
18000@subsubheading Synopsis
18001
18002@smallexample
18003 -display-delete @var{number}
18004@end smallexample
18005
18006Delete the display @var{number}.
18007
18008@subsubheading @value{GDBN} Command
18009
18010The corresponding @value{GDBN} command is @samp{delete display}.
18011
18012@subsubheading Example
18013N.A.
18014
18015
18016@subheading The @code{-display-disable} Command
18017@findex -display-disable
18018
18019@subsubheading Synopsis
18020
18021@smallexample
18022 -display-disable @var{number}
18023@end smallexample
18024
18025Disable display @var{number}.
18026
18027@subsubheading @value{GDBN} Command
18028
18029The corresponding @value{GDBN} command is @samp{disable display}.
18030
18031@subsubheading Example
18032N.A.
18033
18034
18035@subheading The @code{-display-enable} Command
18036@findex -display-enable
18037
18038@subsubheading Synopsis
18039
18040@smallexample
18041 -display-enable @var{number}
18042@end smallexample
18043
18044Enable display @var{number}.
18045
18046@subsubheading @value{GDBN} Command
18047
18048The corresponding @value{GDBN} command is @samp{enable display}.
18049
18050@subsubheading Example
18051N.A.
18052
18053
18054@subheading The @code{-display-insert} Command
18055@findex -display-insert
18056
18057@subsubheading Synopsis
18058
18059@smallexample
18060 -display-insert @var{expression}
18061@end smallexample
18062
18063Display @var{expression} every time the program stops.
18064
18065@subsubheading @value{GDBN} Command
18066
18067The corresponding @value{GDBN} command is @samp{display}.
18068
18069@subsubheading Example
18070N.A.
18071
18072
18073@subheading The @code{-display-list} Command
18074@findex -display-list
18075
18076@subsubheading Synopsis
18077
18078@smallexample
18079 -display-list
18080@end smallexample
18081
18082List the displays. Do not show the current values.
18083
18084@subsubheading @value{GDBN} Command
18085
18086The corresponding @value{GDBN} command is @samp{info display}.
18087
18088@subsubheading Example
18089N.A.
18090
18091
18092@subheading The @code{-environment-cd} Command
18093@findex -environment-cd
18094
18095@subsubheading Synopsis
18096
18097@smallexample
18098 -environment-cd @var{pathdir}
18099@end smallexample
18100
18101Set @value{GDBN}'s working directory.
18102
18103@subsubheading @value{GDBN} Command
18104
18105The corresponding @value{GDBN} command is @samp{cd}.
18106
18107@subsubheading Example
18108
18109@smallexample
18110(@value{GDBP})
18111-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18112^done
18113(@value{GDBP})
18114@end smallexample
18115
18116
18117@subheading The @code{-environment-directory} Command
18118@findex -environment-directory
18119
18120@subsubheading Synopsis
18121
18122@smallexample
18123 -environment-directory [ -r ] [ @var{pathdir} ]+
18124@end smallexample
18125
18126Add directories @var{pathdir} to beginning of search path for source files.
18127If the @samp{-r} option is used, the search path is reset to the default
b383017d 18128search path. If directories @var{pathdir} are supplied in addition to the
922fbb7b
AC
18129@samp{-r} option, the search path is first reset and then addition
18130occurs as normal.
b383017d 18131Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
18132multiple directories in a single command
18133results in the directories added to the beginning of the
18134search path in the same order they were presented in the command.
18135If blanks are needed as
18136part of a directory name, double-quotes should be used around
18137the name. In the command output, the path will show up separated
b383017d 18138by the system directory-separator character. The directory-seperator
922fbb7b
AC
18139character must not be used
18140in any directory name.
18141If no directories are specified, the current search path is displayed.
18142
18143@subsubheading @value{GDBN} Command
18144
18145The corresponding @value{GDBN} command is @samp{dir}.
18146
18147@subsubheading Example
18148
18149@smallexample
18150(@value{GDBP})
18151-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18152^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18153(@value{GDBP})
18154-environment-directory ""
18155^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18156(@value{GDBP})
18157-environment-directory -r /home/jjohnstn/src/gdb /usr/src
18158^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18159(@value{GDBP})
18160-environment-directory -r
18161^done,source-path="$cdir:$cwd"
18162(@value{GDBP})
18163@end smallexample
18164
18165
18166@subheading The @code{-environment-path} Command
18167@findex -environment-path
18168
18169@subsubheading Synopsis
18170
18171@smallexample
18172 -environment-path [ -r ] [ @var{pathdir} ]+
18173@end smallexample
18174
18175Add directories @var{pathdir} to beginning of search path for object files.
18176If the @samp{-r} option is used, the search path is reset to the original
b383017d
RM
18177search path that existed at gdb start-up. If directories @var{pathdir} are
18178supplied in addition to the
922fbb7b
AC
18179@samp{-r} option, the search path is first reset and then addition
18180occurs as normal.
b383017d 18181Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
18182multiple directories in a single command
18183results in the directories added to the beginning of the
18184search path in the same order they were presented in the command.
18185If blanks are needed as
18186part of a directory name, double-quotes should be used around
18187the name. In the command output, the path will show up separated
b383017d 18188by the system directory-separator character. The directory-seperator
922fbb7b
AC
18189character must not be used
18190in any directory name.
18191If no directories are specified, the current path is displayed.
18192
18193
18194@subsubheading @value{GDBN} Command
18195
18196The corresponding @value{GDBN} command is @samp{path}.
18197
18198@subsubheading Example
18199
18200@smallexample
18201(@value{GDBP})
b383017d 18202-environment-path
922fbb7b
AC
18203^done,path="/usr/bin"
18204(@value{GDBP})
18205-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18206^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18207(@value{GDBP})
18208-environment-path -r /usr/local/bin
18209^done,path="/usr/local/bin:/usr/bin"
18210(@value{GDBP})
18211@end smallexample
18212
18213
18214@subheading The @code{-environment-pwd} Command
18215@findex -environment-pwd
18216
18217@subsubheading Synopsis
18218
18219@smallexample
18220 -environment-pwd
18221@end smallexample
18222
18223Show the current working directory.
18224
18225@subsubheading @value{GDBN} command
18226
18227The corresponding @value{GDBN} command is @samp{pwd}.
18228
18229@subsubheading Example
18230
18231@smallexample
18232(@value{GDBP})
18233-environment-pwd
18234^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18235(@value{GDBP})
18236@end smallexample
18237
18238@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18239@node GDB/MI Program Control
18240@section @sc{gdb/mi} Program control
18241
18242@subsubheading Program termination
18243
18244As a result of execution, the inferior program can run to completion, if
18245it doesn't encounter any breakpoints. In this case the output will
18246include an exit code, if the program has exited exceptionally.
18247
18248@subsubheading Examples
18249
18250@noindent
18251Program exited normally:
18252
18253@smallexample
18254(@value{GDBP})
18255-exec-run
18256^running
18257(@value{GDBP})
18258x = 55
18259*stopped,reason="exited-normally"
18260(@value{GDBP})
18261@end smallexample
18262
18263@noindent
18264Program exited exceptionally:
18265
18266@smallexample
18267(@value{GDBP})
18268-exec-run
18269^running
18270(@value{GDBP})
18271x = 55
18272*stopped,reason="exited",exit-code="01"
18273(@value{GDBP})
18274@end smallexample
18275
18276Another way the program can terminate is if it receives a signal such as
18277@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
18278
18279@smallexample
18280(@value{GDBP})
18281*stopped,reason="exited-signalled",signal-name="SIGINT",
18282signal-meaning="Interrupt"
18283@end smallexample
18284
18285
18286@subheading The @code{-exec-abort} Command
18287@findex -exec-abort
18288
18289@subsubheading Synopsis
18290
18291@smallexample
18292 -exec-abort
18293@end smallexample
18294
18295Kill the inferior running program.
18296
18297@subsubheading @value{GDBN} Command
18298
18299The corresponding @value{GDBN} command is @samp{kill}.
18300
18301@subsubheading Example
18302N.A.
18303
18304
18305@subheading The @code{-exec-arguments} Command
18306@findex -exec-arguments
18307
18308@subsubheading Synopsis
18309
18310@smallexample
18311 -exec-arguments @var{args}
18312@end smallexample
18313
18314Set the inferior program arguments, to be used in the next
18315@samp{-exec-run}.
18316
18317@subsubheading @value{GDBN} Command
18318
18319The corresponding @value{GDBN} command is @samp{set args}.
18320
18321@subsubheading Example
18322
18323@c FIXME!
18324Don't have one around.
18325
18326
18327@subheading The @code{-exec-continue} Command
18328@findex -exec-continue
18329
18330@subsubheading Synopsis
18331
18332@smallexample
18333 -exec-continue
18334@end smallexample
18335
18336Asynchronous command. Resumes the execution of the inferior program
18337until a breakpoint is encountered, or until the inferior exits.
18338
18339@subsubheading @value{GDBN} Command
18340
18341The corresponding @value{GDBN} corresponding is @samp{continue}.
18342
18343@subsubheading Example
18344
18345@smallexample
18346-exec-continue
18347^running
18348(@value{GDBP})
18349@@Hello world
18350*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
18351file="hello.c",line="13"@}
18352(@value{GDBP})
18353@end smallexample
18354
18355
18356@subheading The @code{-exec-finish} Command
18357@findex -exec-finish
18358
18359@subsubheading Synopsis
18360
18361@smallexample
18362 -exec-finish
18363@end smallexample
18364
18365Asynchronous command. Resumes the execution of the inferior program
18366until the current function is exited. Displays the results returned by
18367the function.
18368
18369@subsubheading @value{GDBN} Command
18370
18371The corresponding @value{GDBN} command is @samp{finish}.
18372
18373@subsubheading Example
18374
18375Function returning @code{void}.
18376
18377@smallexample
18378-exec-finish
18379^running
18380(@value{GDBP})
18381@@hello from foo
18382*stopped,reason="function-finished",frame=@{func="main",args=[],
18383file="hello.c",line="7"@}
18384(@value{GDBP})
18385@end smallexample
18386
18387Function returning other than @code{void}. The name of the internal
18388@value{GDBN} variable storing the result is printed, together with the
18389value itself.
18390
18391@smallexample
18392-exec-finish
18393^running
18394(@value{GDBP})
18395*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18396args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18397file="recursive2.c",line="14"@},
18398gdb-result-var="$1",return-value="0"
18399(@value{GDBP})
18400@end smallexample
18401
18402
18403@subheading The @code{-exec-interrupt} Command
18404@findex -exec-interrupt
18405
18406@subsubheading Synopsis
18407
18408@smallexample
18409 -exec-interrupt
18410@end smallexample
18411
18412Asynchronous command. Interrupts the background execution of the target.
18413Note how the token associated with the stop message is the one for the
18414execution command that has been interrupted. The token for the interrupt
18415itself only appears in the @samp{^done} output. If the user is trying to
18416interrupt a non-running program, an error message will be printed.
18417
18418@subsubheading @value{GDBN} Command
18419
18420The corresponding @value{GDBN} command is @samp{interrupt}.
18421
18422@subsubheading Example
18423
18424@smallexample
18425(@value{GDBP})
18426111-exec-continue
18427111^running
18428
18429(@value{GDBP})
18430222-exec-interrupt
18431222^done
18432(@value{GDBP})
18433111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18434frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
18435(@value{GDBP})
18436
18437(@value{GDBP})
18438-exec-interrupt
18439^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18440(@value{GDBP})
18441@end smallexample
18442
18443
18444@subheading The @code{-exec-next} Command
18445@findex -exec-next
18446
18447@subsubheading Synopsis
18448
18449@smallexample
18450 -exec-next
18451@end smallexample
18452
18453Asynchronous command. Resumes execution of the inferior program, stopping
18454when the beginning of the next source line is reached.
18455
18456@subsubheading @value{GDBN} Command
18457
18458The corresponding @value{GDBN} command is @samp{next}.
18459
18460@subsubheading Example
18461
18462@smallexample
18463-exec-next
18464^running
18465(@value{GDBP})
18466*stopped,reason="end-stepping-range",line="8",file="hello.c"
18467(@value{GDBP})
18468@end smallexample
18469
18470
18471@subheading The @code{-exec-next-instruction} Command
18472@findex -exec-next-instruction
18473
18474@subsubheading Synopsis
18475
18476@smallexample
18477 -exec-next-instruction
18478@end smallexample
18479
18480Asynchronous command. Executes one machine instruction. If the
18481instruction is a function call continues until the function returns. If
18482the program stops at an instruction in the middle of a source line, the
18483address will be printed as well.
18484
18485@subsubheading @value{GDBN} Command
18486
18487The corresponding @value{GDBN} command is @samp{nexti}.
18488
18489@subsubheading Example
18490
18491@smallexample
18492(@value{GDBP})
18493-exec-next-instruction
18494^running
18495
18496(@value{GDBP})
18497*stopped,reason="end-stepping-range",
18498addr="0x000100d4",line="5",file="hello.c"
18499(@value{GDBP})
18500@end smallexample
18501
18502
18503@subheading The @code{-exec-return} Command
18504@findex -exec-return
18505
18506@subsubheading Synopsis
18507
18508@smallexample
18509 -exec-return
18510@end smallexample
18511
18512Makes current function return immediately. Doesn't execute the inferior.
18513Displays the new current frame.
18514
18515@subsubheading @value{GDBN} Command
18516
18517The corresponding @value{GDBN} command is @samp{return}.
18518
18519@subsubheading Example
18520
18521@smallexample
18522(@value{GDBP})
18523200-break-insert callee4
18524200^done,bkpt=@{number="1",addr="0x00010734",
18525file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18526(@value{GDBP})
18527000-exec-run
18528000^running
18529(@value{GDBP})
18530000*stopped,reason="breakpoint-hit",bkptno="1",
18531frame=@{func="callee4",args=[],
18532file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18533(@value{GDBP})
18534205-break-delete
18535205^done
18536(@value{GDBP})
18537111-exec-return
18538111^done,frame=@{level="0",func="callee3",
18539args=[@{name="strarg",
18540value="0x11940 \"A string argument.\""@}],
18541file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18542(@value{GDBP})
18543@end smallexample
18544
18545
18546@subheading The @code{-exec-run} Command
18547@findex -exec-run
18548
18549@subsubheading Synopsis
18550
18551@smallexample
18552 -exec-run
18553@end smallexample
18554
18555Asynchronous command. Starts execution of the inferior from the
18556beginning. The inferior executes until either a breakpoint is
18557encountered or the program exits.
18558
18559@subsubheading @value{GDBN} Command
18560
18561The corresponding @value{GDBN} command is @samp{run}.
18562
18563@subsubheading Example
18564
18565@smallexample
18566(@value{GDBP})
18567-break-insert main
18568^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18569(@value{GDBP})
18570-exec-run
18571^running
18572(@value{GDBP})
18573*stopped,reason="breakpoint-hit",bkptno="1",
18574frame=@{func="main",args=[],file="recursive2.c",line="4"@}
18575(@value{GDBP})
18576@end smallexample
18577
18578
18579@subheading The @code{-exec-show-arguments} Command
18580@findex -exec-show-arguments
18581
18582@subsubheading Synopsis
18583
18584@smallexample
18585 -exec-show-arguments
18586@end smallexample
18587
18588Print the arguments of the program.
18589
18590@subsubheading @value{GDBN} Command
18591
18592The corresponding @value{GDBN} command is @samp{show args}.
18593
18594@subsubheading Example
18595N.A.
18596
18597@c @subheading -exec-signal
18598
18599@subheading The @code{-exec-step} Command
18600@findex -exec-step
18601
18602@subsubheading Synopsis
18603
18604@smallexample
18605 -exec-step
18606@end smallexample
18607
18608Asynchronous command. Resumes execution of the inferior program, stopping
18609when the beginning of the next source line is reached, if the next
18610source line is not a function call. If it is, stop at the first
18611instruction of the called function.
18612
18613@subsubheading @value{GDBN} Command
18614
18615The corresponding @value{GDBN} command is @samp{step}.
18616
18617@subsubheading Example
18618
18619Stepping into a function:
18620
18621@smallexample
18622-exec-step
18623^running
18624(@value{GDBP})
18625*stopped,reason="end-stepping-range",
18626frame=@{func="foo",args=[@{name="a",value="10"@},
18627@{name="b",value="0"@}],file="recursive2.c",line="11"@}
18628(@value{GDBP})
18629@end smallexample
18630
18631Regular stepping:
18632
18633@smallexample
18634-exec-step
18635^running
18636(@value{GDBP})
18637*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18638(@value{GDBP})
18639@end smallexample
18640
18641
18642@subheading The @code{-exec-step-instruction} Command
18643@findex -exec-step-instruction
18644
18645@subsubheading Synopsis
18646
18647@smallexample
18648 -exec-step-instruction
18649@end smallexample
18650
18651Asynchronous command. Resumes the inferior which executes one machine
18652instruction. The output, once @value{GDBN} has stopped, will vary depending on
18653whether we have stopped in the middle of a source line or not. In the
18654former case, the address at which the program stopped will be printed as
18655well.
18656
18657@subsubheading @value{GDBN} Command
18658
18659The corresponding @value{GDBN} command is @samp{stepi}.
18660
18661@subsubheading Example
18662
18663@smallexample
18664(@value{GDBP})
18665-exec-step-instruction
18666^running
18667
18668(@value{GDBP})
18669*stopped,reason="end-stepping-range",
18670frame=@{func="foo",args=[],file="try.c",line="10"@}
18671(@value{GDBP})
18672-exec-step-instruction
18673^running
18674
18675(@value{GDBP})
18676*stopped,reason="end-stepping-range",
18677frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
18678(@value{GDBP})
18679@end smallexample
18680
18681
18682@subheading The @code{-exec-until} Command
18683@findex -exec-until
18684
18685@subsubheading Synopsis
18686
18687@smallexample
18688 -exec-until [ @var{location} ]
18689@end smallexample
18690
18691Asynchronous command. Executes the inferior until the @var{location}
18692specified in the argument is reached. If there is no argument, the inferior
18693executes until a source line greater than the current one is reached.
18694The reason for stopping in this case will be @samp{location-reached}.
18695
18696@subsubheading @value{GDBN} Command
18697
18698The corresponding @value{GDBN} command is @samp{until}.
18699
18700@subsubheading Example
18701
18702@smallexample
18703(@value{GDBP})
18704-exec-until recursive2.c:6
18705^running
18706(@value{GDBP})
18707x = 55
18708*stopped,reason="location-reached",frame=@{func="main",args=[],
18709file="recursive2.c",line="6"@}
18710(@value{GDBP})
18711@end smallexample
18712
18713@ignore
18714@subheading -file-clear
18715Is this going away????
18716@end ignore
18717
18718
18719@subheading The @code{-file-exec-and-symbols} Command
18720@findex -file-exec-and-symbols
18721
18722@subsubheading Synopsis
18723
18724@smallexample
18725 -file-exec-and-symbols @var{file}
18726@end smallexample
18727
18728Specify the executable file to be debugged. This file is the one from
18729which the symbol table is also read. If no file is specified, the
18730command clears the executable and symbol information. If breakpoints
18731are set when using this command with no arguments, @value{GDBN} will produce
18732error messages. Otherwise, no output is produced, except a completion
18733notification.
18734
18735@subsubheading @value{GDBN} Command
18736
18737The corresponding @value{GDBN} command is @samp{file}.
18738
18739@subsubheading Example
18740
18741@smallexample
18742(@value{GDBP})
18743-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18744^done
18745(@value{GDBP})
18746@end smallexample
18747
18748
18749@subheading The @code{-file-exec-file} Command
18750@findex -file-exec-file
18751
18752@subsubheading Synopsis
18753
18754@smallexample
18755 -file-exec-file @var{file}
18756@end smallexample
18757
18758Specify the executable file to be debugged. Unlike
18759@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18760from this file. If used without argument, @value{GDBN} clears the information
18761about the executable file. No output is produced, except a completion
18762notification.
18763
18764@subsubheading @value{GDBN} Command
18765
18766The corresponding @value{GDBN} command is @samp{exec-file}.
18767
18768@subsubheading Example
18769
18770@smallexample
18771(@value{GDBP})
18772-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18773^done
18774(@value{GDBP})
18775@end smallexample
18776
18777
18778@subheading The @code{-file-list-exec-sections} Command
18779@findex -file-list-exec-sections
18780
18781@subsubheading Synopsis
18782
18783@smallexample
18784 -file-list-exec-sections
18785@end smallexample
18786
18787List the sections of the current executable file.
18788
18789@subsubheading @value{GDBN} Command
18790
18791The @value{GDBN} command @samp{info file} shows, among the rest, the same
18792information as this command. @code{gdbtk} has a corresponding command
18793@samp{gdb_load_info}.
18794
18795@subsubheading Example
18796N.A.
18797
18798
1abaf70c
BR
18799@subheading The @code{-file-list-exec-source-file} Command
18800@findex -file-list-exec-source-file
18801
18802@subsubheading Synopsis
18803
18804@smallexample
18805 -file-list-exec-source-file
18806@end smallexample
18807
b383017d 18808List the line number, the current source file, and the absolute path
1abaf70c
BR
18809to the current source file for the current executable.
18810
18811@subsubheading @value{GDBN} Command
18812
18813There's no @value{GDBN} command which directly corresponds to this one.
18814
18815@subsubheading Example
18816
18817@smallexample
18818(@value{GDBP})
18819123-file-list-exec-source-file
18820123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18821(@value{GDBP})
18822@end smallexample
18823
18824
922fbb7b
AC
18825@subheading The @code{-file-list-exec-source-files} Command
18826@findex -file-list-exec-source-files
18827
18828@subsubheading Synopsis
18829
18830@smallexample
18831 -file-list-exec-source-files
18832@end smallexample
18833
18834List the source files for the current executable.
18835
57c22c6c
BR
18836It will always output the filename, but only when GDB can find the absolute
18837file name of a source file, will it output the fullname.
18838
922fbb7b
AC
18839@subsubheading @value{GDBN} Command
18840
18841There's no @value{GDBN} command which directly corresponds to this one.
18842@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18843
18844@subsubheading Example
57c22c6c
BR
18845@smallexample
18846(@value{GDBP})
18847-file-list-exec-source-files
18848^done,files=[
18849@{file=foo.c,fullname=/home/foo.c@},
18850@{file=/home/bar.c,fullname=/home/bar.c@},
18851@{file=gdb_could_not_find_fullpath.c@}]
18852(@value{GDBP})
18853@end smallexample
922fbb7b
AC
18854
18855@subheading The @code{-file-list-shared-libraries} Command
18856@findex -file-list-shared-libraries
18857
18858@subsubheading Synopsis
18859
18860@smallexample
18861 -file-list-shared-libraries
18862@end smallexample
18863
18864List the shared libraries in the program.
18865
18866@subsubheading @value{GDBN} Command
18867
18868The corresponding @value{GDBN} command is @samp{info shared}.
18869
18870@subsubheading Example
18871N.A.
18872
18873
18874@subheading The @code{-file-list-symbol-files} Command
18875@findex -file-list-symbol-files
18876
18877@subsubheading Synopsis
18878
18879@smallexample
18880 -file-list-symbol-files
18881@end smallexample
18882
18883List symbol files.
18884
18885@subsubheading @value{GDBN} Command
18886
18887The corresponding @value{GDBN} command is @samp{info file} (part of it).
18888
18889@subsubheading Example
18890N.A.
18891
18892
18893@subheading The @code{-file-symbol-file} Command
18894@findex -file-symbol-file
18895
18896@subsubheading Synopsis
18897
18898@smallexample
18899 -file-symbol-file @var{file}
18900@end smallexample
18901
18902Read symbol table info from the specified @var{file} argument. When
18903used without arguments, clears @value{GDBN}'s symbol table info. No output is
18904produced, except for a completion notification.
18905
18906@subsubheading @value{GDBN} Command
18907
18908The corresponding @value{GDBN} command is @samp{symbol-file}.
18909
18910@subsubheading Example
18911
18912@smallexample
18913(@value{GDBP})
18914-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18915^done
18916(@value{GDBP})
18917@end smallexample
18918
18919@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18920@node GDB/MI Miscellaneous Commands
18921@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
18922
18923@c @subheading -gdb-complete
18924
18925@subheading The @code{-gdb-exit} Command
18926@findex -gdb-exit
18927
18928@subsubheading Synopsis
18929
18930@smallexample
18931 -gdb-exit
18932@end smallexample
18933
18934Exit @value{GDBN} immediately.
18935
18936@subsubheading @value{GDBN} Command
18937
18938Approximately corresponds to @samp{quit}.
18939
18940@subsubheading Example
18941
18942@smallexample
18943(@value{GDBP})
18944-gdb-exit
18945@end smallexample
18946
18947@subheading The @code{-gdb-set} Command
18948@findex -gdb-set
18949
18950@subsubheading Synopsis
18951
18952@smallexample
18953 -gdb-set
18954@end smallexample
18955
18956Set an internal @value{GDBN} variable.
18957@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
18958
18959@subsubheading @value{GDBN} Command
18960
18961The corresponding @value{GDBN} command is @samp{set}.
18962
18963@subsubheading Example
18964
18965@smallexample
18966(@value{GDBP})
18967-gdb-set $foo=3
18968^done
18969(@value{GDBP})
18970@end smallexample
18971
18972
18973@subheading The @code{-gdb-show} Command
18974@findex -gdb-show
18975
18976@subsubheading Synopsis
18977
18978@smallexample
18979 -gdb-show
18980@end smallexample
18981
18982Show the current value of a @value{GDBN} variable.
18983
18984@subsubheading @value{GDBN} command
18985
18986The corresponding @value{GDBN} command is @samp{show}.
18987
18988@subsubheading Example
18989
18990@smallexample
18991(@value{GDBP})
18992-gdb-show annotate
18993^done,value="0"
18994(@value{GDBP})
18995@end smallexample
18996
18997@c @subheading -gdb-source
18998
18999
19000@subheading The @code{-gdb-version} Command
19001@findex -gdb-version
19002
19003@subsubheading Synopsis
19004
19005@smallexample
19006 -gdb-version
19007@end smallexample
19008
19009Show version information for @value{GDBN}. Used mostly in testing.
19010
19011@subsubheading @value{GDBN} Command
19012
19013There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
19014information when you start an interactive session.
19015
19016@subsubheading Example
19017
19018@c This example modifies the actual output from GDB to avoid overfull
19019@c box in TeX.
19020@smallexample
19021(@value{GDBP})
19022-gdb-version
19023~GNU gdb 5.2.1
19024~Copyright 2000 Free Software Foundation, Inc.
19025~GDB is free software, covered by the GNU General Public License, and
19026~you are welcome to change it and/or distribute copies of it under
19027~ certain conditions.
19028~Type "show copying" to see the conditions.
19029~There is absolutely no warranty for GDB. Type "show warranty" for
19030~ details.
b383017d 19031~This GDB was configured as
922fbb7b
AC
19032 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
19033^done
19034(@value{GDBP})
19035@end smallexample
19036
19037@subheading The @code{-interpreter-exec} Command
19038@findex -interpreter-exec
19039
19040@subheading Synopsis
19041
19042@smallexample
19043-interpreter-exec @var{interpreter} @var{command}
19044@end smallexample
19045
19046Execute the specified @var{command} in the given @var{interpreter}.
19047
19048@subheading @value{GDBN} Command
19049
19050The corresponding @value{GDBN} command is @samp{interpreter-exec}.
19051
19052@subheading Example
19053
19054@smallexample
19055(@value{GDBP})
19056-interpreter-exec console "break main"
19057&"During symbol reading, couldn't parse type; debugger out of date?.\n"
19058&"During symbol reading, bad structure-type format.\n"
19059~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
19060^done
19061(@value{GDBP})
19062@end smallexample
19063
19064@ignore
19065@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19066@node GDB/MI Kod Commands
19067@section @sc{gdb/mi} Kod Commands
19068
19069The Kod commands are not implemented.
19070
19071@c @subheading -kod-info
19072
19073@c @subheading -kod-list
19074
19075@c @subheading -kod-list-object-types
19076
19077@c @subheading -kod-show
19078
19079@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19080@node GDB/MI Memory Overlay Commands
19081@section @sc{gdb/mi} Memory Overlay Commands
19082
19083The memory overlay commands are not implemented.
19084
19085@c @subheading -overlay-auto
19086
19087@c @subheading -overlay-list-mapping-state
19088
19089@c @subheading -overlay-list-overlays
19090
19091@c @subheading -overlay-map
19092
19093@c @subheading -overlay-off
19094
19095@c @subheading -overlay-on
19096
19097@c @subheading -overlay-unmap
19098
19099@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19100@node GDB/MI Signal Handling Commands
19101@section @sc{gdb/mi} Signal Handling Commands
19102
19103Signal handling commands are not implemented.
19104
19105@c @subheading -signal-handle
19106
19107@c @subheading -signal-list-handle-actions
19108
19109@c @subheading -signal-list-signal-types
19110@end ignore
19111
19112
19113@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19114@node GDB/MI Stack Manipulation
19115@section @sc{gdb/mi} Stack Manipulation Commands
19116
19117
19118@subheading The @code{-stack-info-frame} Command
19119@findex -stack-info-frame
19120
19121@subsubheading Synopsis
19122
19123@smallexample
19124 -stack-info-frame
19125@end smallexample
19126
19127Get info on the current frame.
19128
19129@subsubheading @value{GDBN} Command
19130
19131The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19132(without arguments).
19133
19134@subsubheading Example
19135N.A.
19136
19137@subheading The @code{-stack-info-depth} Command
19138@findex -stack-info-depth
19139
19140@subsubheading Synopsis
19141
19142@smallexample
19143 -stack-info-depth [ @var{max-depth} ]
19144@end smallexample
19145
19146Return the depth of the stack. If the integer argument @var{max-depth}
19147is specified, do not count beyond @var{max-depth} frames.
19148
19149@subsubheading @value{GDBN} Command
19150
19151There's no equivalent @value{GDBN} command.
19152
19153@subsubheading Example
19154
19155For a stack with frame levels 0 through 11:
19156
19157@smallexample
19158(@value{GDBP})
19159-stack-info-depth
19160^done,depth="12"
19161(@value{GDBP})
19162-stack-info-depth 4
19163^done,depth="4"
19164(@value{GDBP})
19165-stack-info-depth 12
19166^done,depth="12"
19167(@value{GDBP})
19168-stack-info-depth 11
19169^done,depth="11"
19170(@value{GDBP})
19171-stack-info-depth 13
19172^done,depth="12"
19173(@value{GDBP})
19174@end smallexample
19175
19176@subheading The @code{-stack-list-arguments} Command
19177@findex -stack-list-arguments
19178
19179@subsubheading Synopsis
19180
19181@smallexample
19182 -stack-list-arguments @var{show-values}
19183 [ @var{low-frame} @var{high-frame} ]
19184@end smallexample
19185
19186Display a list of the arguments for the frames between @var{low-frame}
19187and @var{high-frame} (inclusive). If @var{low-frame} and
19188@var{high-frame} are not provided, list the arguments for the whole call
19189stack.
19190
19191The @var{show-values} argument must have a value of 0 or 1. A value of
191920 means that only the names of the arguments are listed, a value of 1
19193means that both names and values of the arguments are printed.
19194
19195@subsubheading @value{GDBN} Command
19196
19197@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
19198@samp{gdb_get_args} command which partially overlaps with the
19199functionality of @samp{-stack-list-arguments}.
19200
19201@subsubheading Example
19202
19203@smallexample
19204(@value{GDBP})
19205-stack-list-frames
19206^done,
19207stack=[
19208frame=@{level="0",addr="0x00010734",func="callee4",
19209file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
19210frame=@{level="1",addr="0x0001076c",func="callee3",
19211file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
19212frame=@{level="2",addr="0x0001078c",func="callee2",
19213file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
19214frame=@{level="3",addr="0x000107b4",func="callee1",
19215file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
19216frame=@{level="4",addr="0x000107e0",func="main",
19217file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
19218(@value{GDBP})
19219-stack-list-arguments 0
19220^done,
19221stack-args=[
19222frame=@{level="0",args=[]@},
19223frame=@{level="1",args=[name="strarg"]@},
19224frame=@{level="2",args=[name="intarg",name="strarg"]@},
19225frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19226frame=@{level="4",args=[]@}]
19227(@value{GDBP})
19228-stack-list-arguments 1
19229^done,
19230stack-args=[
19231frame=@{level="0",args=[]@},
19232frame=@{level="1",
19233 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19234frame=@{level="2",args=[
19235@{name="intarg",value="2"@},
19236@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19237@{frame=@{level="3",args=[
19238@{name="intarg",value="2"@},
19239@{name="strarg",value="0x11940 \"A string argument.\""@},
19240@{name="fltarg",value="3.5"@}]@},
19241frame=@{level="4",args=[]@}]
19242(@value{GDBP})
19243-stack-list-arguments 0 2 2
19244^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19245(@value{GDBP})
19246-stack-list-arguments 1 2 2
19247^done,stack-args=[frame=@{level="2",
19248args=[@{name="intarg",value="2"@},
19249@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19250(@value{GDBP})
19251@end smallexample
19252
19253@c @subheading -stack-list-exception-handlers
19254
19255
19256@subheading The @code{-stack-list-frames} Command
19257@findex -stack-list-frames
19258
19259@subsubheading Synopsis
19260
19261@smallexample
19262 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19263@end smallexample
19264
19265List the frames currently on the stack. For each frame it displays the
19266following info:
19267
19268@table @samp
19269@item @var{level}
19270The frame number, 0 being the topmost frame, i.e. the innermost function.
19271@item @var{addr}
19272The @code{$pc} value for that frame.
19273@item @var{func}
19274Function name.
19275@item @var{file}
19276File name of the source file where the function lives.
19277@item @var{line}
19278Line number corresponding to the @code{$pc}.
19279@end table
19280
19281If invoked without arguments, this command prints a backtrace for the
19282whole stack. If given two integer arguments, it shows the frames whose
19283levels are between the two arguments (inclusive). If the two arguments
19284are equal, it shows the single frame at the corresponding level.
19285
19286@subsubheading @value{GDBN} Command
19287
19288The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19289
19290@subsubheading Example
19291
19292Full stack backtrace:
19293
19294@smallexample
19295(@value{GDBP})
19296-stack-list-frames
19297^done,stack=
19298[frame=@{level="0",addr="0x0001076c",func="foo",
19299 file="recursive2.c",line="11"@},
19300frame=@{level="1",addr="0x000107a4",func="foo",
19301 file="recursive2.c",line="14"@},
19302frame=@{level="2",addr="0x000107a4",func="foo",
19303 file="recursive2.c",line="14"@},
19304frame=@{level="3",addr="0x000107a4",func="foo",
19305 file="recursive2.c",line="14"@},
19306frame=@{level="4",addr="0x000107a4",func="foo",
19307 file="recursive2.c",line="14"@},
19308frame=@{level="5",addr="0x000107a4",func="foo",
19309 file="recursive2.c",line="14"@},
19310frame=@{level="6",addr="0x000107a4",func="foo",
19311 file="recursive2.c",line="14"@},
19312frame=@{level="7",addr="0x000107a4",func="foo",
19313 file="recursive2.c",line="14"@},
19314frame=@{level="8",addr="0x000107a4",func="foo",
19315 file="recursive2.c",line="14"@},
19316frame=@{level="9",addr="0x000107a4",func="foo",
19317 file="recursive2.c",line="14"@},
19318frame=@{level="10",addr="0x000107a4",func="foo",
19319 file="recursive2.c",line="14"@},
19320frame=@{level="11",addr="0x00010738",func="main",
19321 file="recursive2.c",line="4"@}]
19322(@value{GDBP})
19323@end smallexample
19324
19325Show frames between @var{low_frame} and @var{high_frame}:
19326
19327@smallexample
19328(@value{GDBP})
19329-stack-list-frames 3 5
19330^done,stack=
19331[frame=@{level="3",addr="0x000107a4",func="foo",
19332 file="recursive2.c",line="14"@},
19333frame=@{level="4",addr="0x000107a4",func="foo",
19334 file="recursive2.c",line="14"@},
19335frame=@{level="5",addr="0x000107a4",func="foo",
19336 file="recursive2.c",line="14"@}]
19337(@value{GDBP})
19338@end smallexample
19339
19340Show a single frame:
19341
19342@smallexample
19343(@value{GDBP})
19344-stack-list-frames 3 3
19345^done,stack=
19346[frame=@{level="3",addr="0x000107a4",func="foo",
19347 file="recursive2.c",line="14"@}]
19348(@value{GDBP})
19349@end smallexample
19350
19351
19352@subheading The @code{-stack-list-locals} Command
19353@findex -stack-list-locals
19354
19355@subsubheading Synopsis
19356
19357@smallexample
19358 -stack-list-locals @var{print-values}
19359@end smallexample
19360
19361Display the local variable names for the current frame. With an
bc8ced35
NR
19362argument of 0 or @code{--no-values}, prints only the names of the variables.
19363With argument of 1 or @code{--all-values}, prints also their values. With
19364argument of 2 or @code{--simple-values}, prints the name, type and value for
19365simple data types and the name and type for arrays, structures and
19366unions. In this last case, the idea is that the user can see the
19367value of simple data types immediately and he can create variable
19368objects for other data types if he wishes to explore their values in
19369more detail.
922fbb7b
AC
19370
19371@subsubheading @value{GDBN} Command
19372
19373@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19374
19375@subsubheading Example
19376
19377@smallexample
19378(@value{GDBP})
19379-stack-list-locals 0
19380^done,locals=[name="A",name="B",name="C"]
19381(@value{GDBP})
bc8ced35 19382-stack-list-locals --all-values
922fbb7b 19383^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
19384 @{name="C",value="@{1, 2, 3@}"@}]
19385-stack-list-locals --simple-values
19386^done,locals=[@{name="A",type="int",value="1"@},
19387 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
19388(@value{GDBP})
19389@end smallexample
19390
19391
19392@subheading The @code{-stack-select-frame} Command
19393@findex -stack-select-frame
19394
19395@subsubheading Synopsis
19396
19397@smallexample
19398 -stack-select-frame @var{framenum}
19399@end smallexample
19400
19401Change the current frame. Select a different frame @var{framenum} on
19402the stack.
19403
19404@subsubheading @value{GDBN} Command
19405
19406The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19407@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19408
19409@subsubheading Example
19410
19411@smallexample
19412(@value{GDBP})
19413-stack-select-frame 2
19414^done
19415(@value{GDBP})
19416@end smallexample
19417
19418@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19419@node GDB/MI Symbol Query
19420@section @sc{gdb/mi} Symbol Query Commands
19421
19422
19423@subheading The @code{-symbol-info-address} Command
19424@findex -symbol-info-address
19425
19426@subsubheading Synopsis
19427
19428@smallexample
19429 -symbol-info-address @var{symbol}
19430@end smallexample
19431
19432Describe where @var{symbol} is stored.
19433
19434@subsubheading @value{GDBN} Command
19435
19436The corresponding @value{GDBN} command is @samp{info address}.
19437
19438@subsubheading Example
19439N.A.
19440
19441
19442@subheading The @code{-symbol-info-file} Command
19443@findex -symbol-info-file
19444
19445@subsubheading Synopsis
19446
19447@smallexample
19448 -symbol-info-file
19449@end smallexample
19450
19451Show the file for the symbol.
19452
19453@subsubheading @value{GDBN} Command
19454
19455There's no equivalent @value{GDBN} command. @code{gdbtk} has
19456@samp{gdb_find_file}.
19457
19458@subsubheading Example
19459N.A.
19460
19461
19462@subheading The @code{-symbol-info-function} Command
19463@findex -symbol-info-function
19464
19465@subsubheading Synopsis
19466
19467@smallexample
19468 -symbol-info-function
19469@end smallexample
19470
19471Show which function the symbol lives in.
19472
19473@subsubheading @value{GDBN} Command
19474
19475@samp{gdb_get_function} in @code{gdbtk}.
19476
19477@subsubheading Example
19478N.A.
19479
19480
19481@subheading The @code{-symbol-info-line} Command
19482@findex -symbol-info-line
19483
19484@subsubheading Synopsis
19485
19486@smallexample
19487 -symbol-info-line
19488@end smallexample
19489
19490Show the core addresses of the code for a source line.
19491
19492@subsubheading @value{GDBN} Command
19493
71952f4c 19494The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
19495@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19496
19497@subsubheading Example
19498N.A.
19499
19500
19501@subheading The @code{-symbol-info-symbol} Command
19502@findex -symbol-info-symbol
19503
19504@subsubheading Synopsis
19505
19506@smallexample
19507 -symbol-info-symbol @var{addr}
19508@end smallexample
19509
19510Describe what symbol is at location @var{addr}.
19511
19512@subsubheading @value{GDBN} Command
19513
19514The corresponding @value{GDBN} command is @samp{info symbol}.
19515
19516@subsubheading Example
19517N.A.
19518
19519
19520@subheading The @code{-symbol-list-functions} Command
19521@findex -symbol-list-functions
19522
19523@subsubheading Synopsis
19524
19525@smallexample
19526 -symbol-list-functions
19527@end smallexample
19528
19529List the functions in the executable.
19530
19531@subsubheading @value{GDBN} Command
19532
19533@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19534@samp{gdb_search} in @code{gdbtk}.
19535
19536@subsubheading Example
19537N.A.
19538
19539
32e7087d
JB
19540@subheading The @code{-symbol-list-lines} Command
19541@findex -symbol-list-lines
19542
19543@subsubheading Synopsis
19544
19545@smallexample
19546 -symbol-list-lines @var{filename}
19547@end smallexample
19548
19549Print the list of lines that contain code and their associated program
19550addresses for the given source filename. The entries are sorted in
19551ascending PC order.
19552
19553@subsubheading @value{GDBN} Command
19554
19555There is no corresponding @value{GDBN} command.
19556
19557@subsubheading Example
19558@smallexample
19559(@value{GDBP})
19560-symbol-list-lines basics.c
54ff5908 19561^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
19562(@value{GDBP})
19563@end smallexample
19564
19565
922fbb7b
AC
19566@subheading The @code{-symbol-list-types} Command
19567@findex -symbol-list-types
19568
19569@subsubheading Synopsis
19570
19571@smallexample
19572 -symbol-list-types
19573@end smallexample
19574
19575List all the type names.
19576
19577@subsubheading @value{GDBN} Command
19578
19579The corresponding commands are @samp{info types} in @value{GDBN},
19580@samp{gdb_search} in @code{gdbtk}.
19581
19582@subsubheading Example
19583N.A.
19584
19585
19586@subheading The @code{-symbol-list-variables} Command
19587@findex -symbol-list-variables
19588
19589@subsubheading Synopsis
19590
19591@smallexample
19592 -symbol-list-variables
19593@end smallexample
19594
19595List all the global and static variable names.
19596
19597@subsubheading @value{GDBN} Command
19598
19599@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19600
19601@subsubheading Example
19602N.A.
19603
19604
19605@subheading The @code{-symbol-locate} Command
19606@findex -symbol-locate
19607
19608@subsubheading Synopsis
19609
19610@smallexample
19611 -symbol-locate
19612@end smallexample
19613
19614@subsubheading @value{GDBN} Command
19615
19616@samp{gdb_loc} in @code{gdbtk}.
19617
19618@subsubheading Example
19619N.A.
19620
19621
19622@subheading The @code{-symbol-type} Command
19623@findex -symbol-type
19624
19625@subsubheading Synopsis
19626
19627@smallexample
19628 -symbol-type @var{variable}
19629@end smallexample
19630
19631Show type of @var{variable}.
19632
19633@subsubheading @value{GDBN} Command
19634
19635The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19636@samp{gdb_obj_variable}.
19637
19638@subsubheading Example
19639N.A.
19640
19641
19642@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19643@node GDB/MI Target Manipulation
19644@section @sc{gdb/mi} Target Manipulation Commands
19645
19646
19647@subheading The @code{-target-attach} Command
19648@findex -target-attach
19649
19650@subsubheading Synopsis
19651
19652@smallexample
19653 -target-attach @var{pid} | @var{file}
19654@end smallexample
19655
19656Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19657
19658@subsubheading @value{GDBN} command
19659
19660The corresponding @value{GDBN} command is @samp{attach}.
19661
19662@subsubheading Example
19663N.A.
19664
19665
19666@subheading The @code{-target-compare-sections} Command
19667@findex -target-compare-sections
19668
19669@subsubheading Synopsis
19670
19671@smallexample
19672 -target-compare-sections [ @var{section} ]
19673@end smallexample
19674
19675Compare data of section @var{section} on target to the exec file.
19676Without the argument, all sections are compared.
19677
19678@subsubheading @value{GDBN} Command
19679
19680The @value{GDBN} equivalent is @samp{compare-sections}.
19681
19682@subsubheading Example
19683N.A.
19684
19685
19686@subheading The @code{-target-detach} Command
19687@findex -target-detach
19688
19689@subsubheading Synopsis
19690
19691@smallexample
19692 -target-detach
19693@end smallexample
19694
19695Disconnect from the remote target. There's no output.
19696
19697@subsubheading @value{GDBN} command
19698
19699The corresponding @value{GDBN} command is @samp{detach}.
19700
19701@subsubheading Example
19702
19703@smallexample
19704(@value{GDBP})
19705-target-detach
19706^done
19707(@value{GDBP})
19708@end smallexample
19709
19710
07f31aa6
DJ
19711@subheading The @code{-target-disconnect} Command
19712@findex -target-disconnect
19713
19714@subsubheading Synopsis
19715
19716@example
19717 -target-disconnect
19718@end example
19719
19720Disconnect from the remote target. There's no output.
19721
19722@subsubheading @value{GDBN} command
19723
19724The corresponding @value{GDBN} command is @samp{disconnect}.
19725
19726@subsubheading Example
19727
19728@smallexample
19729(@value{GDBP})
19730-target-disconnect
19731^done
19732(@value{GDBP})
19733@end smallexample
19734
19735
922fbb7b
AC
19736@subheading The @code{-target-download} Command
19737@findex -target-download
19738
19739@subsubheading Synopsis
19740
19741@smallexample
19742 -target-download
19743@end smallexample
19744
19745Loads the executable onto the remote target.
19746It prints out an update message every half second, which includes the fields:
19747
19748@table @samp
19749@item section
19750The name of the section.
19751@item section-sent
19752The size of what has been sent so far for that section.
19753@item section-size
19754The size of the section.
19755@item total-sent
19756The total size of what was sent so far (the current and the previous sections).
19757@item total-size
19758The size of the overall executable to download.
19759@end table
19760
19761@noindent
19762Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19763@sc{gdb/mi} Output Syntax}).
19764
19765In addition, it prints the name and size of the sections, as they are
19766downloaded. These messages include the following fields:
19767
19768@table @samp
19769@item section
19770The name of the section.
19771@item section-size
19772The size of the section.
19773@item total-size
19774The size of the overall executable to download.
19775@end table
19776
19777@noindent
19778At the end, a summary is printed.
19779
19780@subsubheading @value{GDBN} Command
19781
19782The corresponding @value{GDBN} command is @samp{load}.
19783
19784@subsubheading Example
19785
19786Note: each status message appears on a single line. Here the messages
19787have been broken down so that they can fit onto a page.
19788
19789@smallexample
19790(@value{GDBP})
19791-target-download
19792+download,@{section=".text",section-size="6668",total-size="9880"@}
19793+download,@{section=".text",section-sent="512",section-size="6668",
19794total-sent="512",total-size="9880"@}
19795+download,@{section=".text",section-sent="1024",section-size="6668",
19796total-sent="1024",total-size="9880"@}
19797+download,@{section=".text",section-sent="1536",section-size="6668",
19798total-sent="1536",total-size="9880"@}
19799+download,@{section=".text",section-sent="2048",section-size="6668",
19800total-sent="2048",total-size="9880"@}
19801+download,@{section=".text",section-sent="2560",section-size="6668",
19802total-sent="2560",total-size="9880"@}
19803+download,@{section=".text",section-sent="3072",section-size="6668",
19804total-sent="3072",total-size="9880"@}
19805+download,@{section=".text",section-sent="3584",section-size="6668",
19806total-sent="3584",total-size="9880"@}
19807+download,@{section=".text",section-sent="4096",section-size="6668",
19808total-sent="4096",total-size="9880"@}
19809+download,@{section=".text",section-sent="4608",section-size="6668",
19810total-sent="4608",total-size="9880"@}
19811+download,@{section=".text",section-sent="5120",section-size="6668",
19812total-sent="5120",total-size="9880"@}
19813+download,@{section=".text",section-sent="5632",section-size="6668",
19814total-sent="5632",total-size="9880"@}
19815+download,@{section=".text",section-sent="6144",section-size="6668",
19816total-sent="6144",total-size="9880"@}
19817+download,@{section=".text",section-sent="6656",section-size="6668",
19818total-sent="6656",total-size="9880"@}
19819+download,@{section=".init",section-size="28",total-size="9880"@}
19820+download,@{section=".fini",section-size="28",total-size="9880"@}
19821+download,@{section=".data",section-size="3156",total-size="9880"@}
19822+download,@{section=".data",section-sent="512",section-size="3156",
19823total-sent="7236",total-size="9880"@}
19824+download,@{section=".data",section-sent="1024",section-size="3156",
19825total-sent="7748",total-size="9880"@}
19826+download,@{section=".data",section-sent="1536",section-size="3156",
19827total-sent="8260",total-size="9880"@}
19828+download,@{section=".data",section-sent="2048",section-size="3156",
19829total-sent="8772",total-size="9880"@}
19830+download,@{section=".data",section-sent="2560",section-size="3156",
19831total-sent="9284",total-size="9880"@}
19832+download,@{section=".data",section-sent="3072",section-size="3156",
19833total-sent="9796",total-size="9880"@}
19834^done,address="0x10004",load-size="9880",transfer-rate="6586",
19835write-rate="429"
19836(@value{GDBP})
19837@end smallexample
19838
19839
19840@subheading The @code{-target-exec-status} Command
19841@findex -target-exec-status
19842
19843@subsubheading Synopsis
19844
19845@smallexample
19846 -target-exec-status
19847@end smallexample
19848
19849Provide information on the state of the target (whether it is running or
19850not, for instance).
19851
19852@subsubheading @value{GDBN} Command
19853
19854There's no equivalent @value{GDBN} command.
19855
19856@subsubheading Example
19857N.A.
19858
19859
19860@subheading The @code{-target-list-available-targets} Command
19861@findex -target-list-available-targets
19862
19863@subsubheading Synopsis
19864
19865@smallexample
19866 -target-list-available-targets
19867@end smallexample
19868
19869List the possible targets to connect to.
19870
19871@subsubheading @value{GDBN} Command
19872
19873The corresponding @value{GDBN} command is @samp{help target}.
19874
19875@subsubheading Example
19876N.A.
19877
19878
19879@subheading The @code{-target-list-current-targets} Command
19880@findex -target-list-current-targets
19881
19882@subsubheading Synopsis
19883
19884@smallexample
19885 -target-list-current-targets
19886@end smallexample
19887
19888Describe the current target.
19889
19890@subsubheading @value{GDBN} Command
19891
19892The corresponding information is printed by @samp{info file} (among
19893other things).
19894
19895@subsubheading Example
19896N.A.
19897
19898
19899@subheading The @code{-target-list-parameters} Command
19900@findex -target-list-parameters
19901
19902@subsubheading Synopsis
19903
19904@smallexample
19905 -target-list-parameters
19906@end smallexample
19907
19908@c ????
19909
19910@subsubheading @value{GDBN} Command
19911
19912No equivalent.
19913
19914@subsubheading Example
19915N.A.
19916
19917
19918@subheading The @code{-target-select} Command
19919@findex -target-select
19920
19921@subsubheading Synopsis
19922
19923@smallexample
19924 -target-select @var{type} @var{parameters @dots{}}
19925@end smallexample
19926
19927Connect @value{GDBN} to the remote target. This command takes two args:
19928
19929@table @samp
19930@item @var{type}
19931The type of target, for instance @samp{async}, @samp{remote}, etc.
19932@item @var{parameters}
19933Device names, host names and the like. @xref{Target Commands, ,
19934Commands for managing targets}, for more details.
19935@end table
19936
19937The output is a connection notification, followed by the address at
19938which the target program is, in the following form:
19939
19940@smallexample
19941^connected,addr="@var{address}",func="@var{function name}",
19942 args=[@var{arg list}]
19943@end smallexample
19944
19945@subsubheading @value{GDBN} Command
19946
19947The corresponding @value{GDBN} command is @samp{target}.
19948
19949@subsubheading Example
19950
19951@smallexample
19952(@value{GDBP})
19953-target-select async /dev/ttya
19954^connected,addr="0xfe00a300",func="??",args=[]
19955(@value{GDBP})
19956@end smallexample
19957
19958@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19959@node GDB/MI Thread Commands
19960@section @sc{gdb/mi} Thread Commands
19961
19962
19963@subheading The @code{-thread-info} Command
19964@findex -thread-info
19965
19966@subsubheading Synopsis
19967
19968@smallexample
19969 -thread-info
19970@end smallexample
19971
19972@subsubheading @value{GDBN} command
19973
19974No equivalent.
19975
19976@subsubheading Example
19977N.A.
19978
19979
19980@subheading The @code{-thread-list-all-threads} Command
19981@findex -thread-list-all-threads
19982
19983@subsubheading Synopsis
19984
19985@smallexample
19986 -thread-list-all-threads
19987@end smallexample
19988
19989@subsubheading @value{GDBN} Command
19990
19991The equivalent @value{GDBN} command is @samp{info threads}.
19992
19993@subsubheading Example
19994N.A.
19995
19996
19997@subheading The @code{-thread-list-ids} Command
19998@findex -thread-list-ids
19999
20000@subsubheading Synopsis
20001
20002@smallexample
20003 -thread-list-ids
20004@end smallexample
20005
20006Produces a list of the currently known @value{GDBN} thread ids. At the
20007end of the list it also prints the total number of such threads.
20008
20009@subsubheading @value{GDBN} Command
20010
20011Part of @samp{info threads} supplies the same information.
20012
20013@subsubheading Example
20014
20015No threads present, besides the main process:
20016
20017@smallexample
20018(@value{GDBP})
20019-thread-list-ids
20020^done,thread-ids=@{@},number-of-threads="0"
20021(@value{GDBP})
20022@end smallexample
20023
20024
20025Several threads:
20026
20027@smallexample
20028(@value{GDBP})
20029-thread-list-ids
20030^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20031number-of-threads="3"
20032(@value{GDBP})
20033@end smallexample
20034
20035
20036@subheading The @code{-thread-select} Command
20037@findex -thread-select
20038
20039@subsubheading Synopsis
20040
20041@smallexample
20042 -thread-select @var{threadnum}
20043@end smallexample
20044
20045Make @var{threadnum} the current thread. It prints the number of the new
20046current thread, and the topmost frame for that thread.
20047
20048@subsubheading @value{GDBN} Command
20049
20050The corresponding @value{GDBN} command is @samp{thread}.
20051
20052@subsubheading Example
20053
20054@smallexample
20055(@value{GDBP})
20056-exec-next
20057^running
20058(@value{GDBP})
20059*stopped,reason="end-stepping-range",thread-id="2",line="187",
20060file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20061(@value{GDBP})
20062-thread-list-ids
20063^done,
20064thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20065number-of-threads="3"
20066(@value{GDBP})
20067-thread-select 3
20068^done,new-thread-id="3",
20069frame=@{level="0",func="vprintf",
20070args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20071@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20072(@value{GDBP})
20073@end smallexample
20074
20075@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20076@node GDB/MI Tracepoint Commands
20077@section @sc{gdb/mi} Tracepoint Commands
20078
20079The tracepoint commands are not yet implemented.
20080
20081@c @subheading -trace-actions
20082
20083@c @subheading -trace-delete
20084
20085@c @subheading -trace-disable
20086
20087@c @subheading -trace-dump
20088
20089@c @subheading -trace-enable
20090
20091@c @subheading -trace-exists
20092
20093@c @subheading -trace-find
20094
20095@c @subheading -trace-frame-number
20096
20097@c @subheading -trace-info
20098
20099@c @subheading -trace-insert
20100
20101@c @subheading -trace-list
20102
20103@c @subheading -trace-pass-count
20104
20105@c @subheading -trace-save
20106
20107@c @subheading -trace-start
20108
20109@c @subheading -trace-stop
20110
20111
20112@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20113@node GDB/MI Variable Objects
20114@section @sc{gdb/mi} Variable Objects
20115
20116
20117@subheading Motivation for Variable Objects in @sc{gdb/mi}
20118
20119For the implementation of a variable debugger window (locals, watched
20120expressions, etc.), we are proposing the adaptation of the existing code
20121used by @code{Insight}.
20122
20123The two main reasons for that are:
20124
20125@enumerate 1
20126@item
20127It has been proven in practice (it is already on its second generation).
20128
20129@item
20130It will shorten development time (needless to say how important it is
20131now).
20132@end enumerate
20133
20134The original interface was designed to be used by Tcl code, so it was
20135slightly changed so it could be used through @sc{gdb/mi}. This section
20136describes the @sc{gdb/mi} operations that will be available and gives some
20137hints about their use.
20138
20139@emph{Note}: In addition to the set of operations described here, we
20140expect the @sc{gui} implementation of a variable window to require, at
20141least, the following operations:
20142
20143@itemize @bullet
20144@item @code{-gdb-show} @code{output-radix}
20145@item @code{-stack-list-arguments}
20146@item @code{-stack-list-locals}
20147@item @code{-stack-select-frame}
20148@end itemize
20149
20150@subheading Introduction to Variable Objects in @sc{gdb/mi}
20151
20152@cindex variable objects in @sc{gdb/mi}
20153The basic idea behind variable objects is the creation of a named object
20154to represent a variable, an expression, a memory location or even a CPU
20155register. For each object created, a set of operations is available for
20156examining or changing its properties.
20157
20158Furthermore, complex data types, such as C structures, are represented
20159in a tree format. For instance, the @code{struct} type variable is the
20160root and the children will represent the struct members. If a child
20161is itself of a complex type, it will also have children of its own.
20162Appropriate language differences are handled for C, C@t{++} and Java.
20163
20164When returning the actual values of the objects, this facility allows
20165for the individual selection of the display format used in the result
20166creation. It can be chosen among: binary, decimal, hexadecimal, octal
20167and natural. Natural refers to a default format automatically
20168chosen based on the variable type (like decimal for an @code{int}, hex
20169for pointers, etc.).
20170
20171The following is the complete set of @sc{gdb/mi} operations defined to
20172access this functionality:
20173
20174@multitable @columnfractions .4 .6
20175@item @strong{Operation}
20176@tab @strong{Description}
20177
20178@item @code{-var-create}
20179@tab create a variable object
20180@item @code{-var-delete}
20181@tab delete the variable object and its children
20182@item @code{-var-set-format}
20183@tab set the display format of this variable
20184@item @code{-var-show-format}
20185@tab show the display format of this variable
20186@item @code{-var-info-num-children}
20187@tab tells how many children this object has
20188@item @code{-var-list-children}
20189@tab return a list of the object's children
20190@item @code{-var-info-type}
20191@tab show the type of this variable object
20192@item @code{-var-info-expression}
20193@tab print what this variable object represents
20194@item @code{-var-show-attributes}
20195@tab is this variable editable? does it exist here?
20196@item @code{-var-evaluate-expression}
20197@tab get the value of this variable
20198@item @code{-var-assign}
20199@tab set the value of this variable
20200@item @code{-var-update}
20201@tab update the variable and its children
20202@end multitable
20203
20204In the next subsection we describe each operation in detail and suggest
20205how it can be used.
20206
20207@subheading Description And Use of Operations on Variable Objects
20208
20209@subheading The @code{-var-create} Command
20210@findex -var-create
20211
20212@subsubheading Synopsis
20213
20214@smallexample
20215 -var-create @{@var{name} | "-"@}
20216 @{@var{frame-addr} | "*"@} @var{expression}
20217@end smallexample
20218
20219This operation creates a variable object, which allows the monitoring of
20220a variable, the result of an expression, a memory cell or a CPU
20221register.
20222
20223The @var{name} parameter is the string by which the object can be
20224referenced. It must be unique. If @samp{-} is specified, the varobj
20225system will generate a string ``varNNNNNN'' automatically. It will be
20226unique provided that one does not specify @var{name} on that format.
20227The command fails if a duplicate name is found.
20228
20229The frame under which the expression should be evaluated can be
20230specified by @var{frame-addr}. A @samp{*} indicates that the current
20231frame should be used.
20232
20233@var{expression} is any expression valid on the current language set (must not
20234begin with a @samp{*}), or one of the following:
20235
20236@itemize @bullet
20237@item
20238@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20239
20240@item
20241@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20242
20243@item
20244@samp{$@var{regname}} --- a CPU register name
20245@end itemize
20246
20247@subsubheading Result
20248
20249This operation returns the name, number of children and the type of the
20250object created. Type is returned as a string as the ones generated by
20251the @value{GDBN} CLI:
20252
20253@smallexample
20254 name="@var{name}",numchild="N",type="@var{type}"
20255@end smallexample
20256
20257
20258@subheading The @code{-var-delete} Command
20259@findex -var-delete
20260
20261@subsubheading Synopsis
20262
20263@smallexample
20264 -var-delete @var{name}
20265@end smallexample
20266
20267Deletes a previously created variable object and all of its children.
20268
20269Returns an error if the object @var{name} is not found.
20270
20271
20272@subheading The @code{-var-set-format} Command
20273@findex -var-set-format
20274
20275@subsubheading Synopsis
20276
20277@smallexample
20278 -var-set-format @var{name} @var{format-spec}
20279@end smallexample
20280
20281Sets the output format for the value of the object @var{name} to be
20282@var{format-spec}.
20283
20284The syntax for the @var{format-spec} is as follows:
20285
20286@smallexample
20287 @var{format-spec} @expansion{}
20288 @{binary | decimal | hexadecimal | octal | natural@}
20289@end smallexample
20290
20291
20292@subheading The @code{-var-show-format} Command
20293@findex -var-show-format
20294
20295@subsubheading Synopsis
20296
20297@smallexample
20298 -var-show-format @var{name}
20299@end smallexample
20300
20301Returns the format used to display the value of the object @var{name}.
20302
20303@smallexample
20304 @var{format} @expansion{}
20305 @var{format-spec}
20306@end smallexample
20307
20308
20309@subheading The @code{-var-info-num-children} Command
20310@findex -var-info-num-children
20311
20312@subsubheading Synopsis
20313
20314@smallexample
20315 -var-info-num-children @var{name}
20316@end smallexample
20317
20318Returns the number of children of a variable object @var{name}:
20319
20320@smallexample
20321 numchild=@var{n}
20322@end smallexample
20323
20324
20325@subheading The @code{-var-list-children} Command
20326@findex -var-list-children
20327
20328@subsubheading Synopsis
20329
20330@smallexample
bc8ced35 20331 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
20332@end smallexample
20333
bc8ced35
NR
20334Returns a list of the children of the specified variable object. With
20335just the variable object name as an argument or with an optional
20336preceding argument of 0 or @code{--no-values}, prints only the names of the
20337variables. With an optional preceding argument of 1 or @code{--all-values},
20338also prints their values.
20339
20340@subsubheading Example
922fbb7b
AC
20341
20342@smallexample
bc8ced35
NR
20343(@value{GDBP})
20344 -var-list-children n
922fbb7b
AC
20345 numchild=@var{n},children=[@{name=@var{name},
20346 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
20347(@value{GDBP})
20348 -var-list-children --all-values n
20349 numchild=@var{n},children=[@{name=@var{name},
20350 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
20351@end smallexample
20352
20353
20354@subheading The @code{-var-info-type} Command
20355@findex -var-info-type
20356
20357@subsubheading Synopsis
20358
20359@smallexample
20360 -var-info-type @var{name}
20361@end smallexample
20362
20363Returns the type of the specified variable @var{name}. The type is
20364returned as a string in the same format as it is output by the
20365@value{GDBN} CLI:
20366
20367@smallexample
20368 type=@var{typename}
20369@end smallexample
20370
20371
20372@subheading The @code{-var-info-expression} Command
20373@findex -var-info-expression
20374
20375@subsubheading Synopsis
20376
20377@smallexample
20378 -var-info-expression @var{name}
20379@end smallexample
20380
20381Returns what is represented by the variable object @var{name}:
20382
20383@smallexample
20384 lang=@var{lang-spec},exp=@var{expression}
20385@end smallexample
20386
20387@noindent
20388where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20389
20390@subheading The @code{-var-show-attributes} Command
20391@findex -var-show-attributes
20392
20393@subsubheading Synopsis
20394
20395@smallexample
20396 -var-show-attributes @var{name}
20397@end smallexample
20398
20399List attributes of the specified variable object @var{name}:
20400
20401@smallexample
20402 status=@var{attr} [ ( ,@var{attr} )* ]
20403@end smallexample
20404
20405@noindent
20406where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20407
20408@subheading The @code{-var-evaluate-expression} Command
20409@findex -var-evaluate-expression
20410
20411@subsubheading Synopsis
20412
20413@smallexample
20414 -var-evaluate-expression @var{name}
20415@end smallexample
20416
20417Evaluates the expression that is represented by the specified variable
20418object and returns its value as a string in the current format specified
20419for the object:
20420
20421@smallexample
20422 value=@var{value}
20423@end smallexample
20424
20425Note that one must invoke @code{-var-list-children} for a variable
20426before the value of a child variable can be evaluated.
20427
20428@subheading The @code{-var-assign} Command
20429@findex -var-assign
20430
20431@subsubheading Synopsis
20432
20433@smallexample
20434 -var-assign @var{name} @var{expression}
20435@end smallexample
20436
20437Assigns the value of @var{expression} to the variable object specified
20438by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 20439value is altered by the assign, the variable will show up in any
922fbb7b
AC
20440subsequent @code{-var-update} list.
20441
20442@subsubheading Example
20443
20444@smallexample
20445(@value{GDBP})
20446-var-assign var1 3
20447^done,value="3"
20448(@value{GDBP})
20449-var-update *
20450^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20451(@value{GDBP})
20452@end smallexample
20453
20454@subheading The @code{-var-update} Command
20455@findex -var-update
20456
20457@subsubheading Synopsis
20458
20459@smallexample
20460 -var-update @{@var{name} | "*"@}
20461@end smallexample
20462
20463Update the value of the variable object @var{name} by evaluating its
20464expression after fetching all the new values from memory or registers.
20465A @samp{*} causes all existing variable objects to be updated.
20466
20467
20468@node Annotations
20469@chapter @value{GDBN} Annotations
20470
086432e2
AC
20471This chapter describes annotations in @value{GDBN}. Annotations were
20472designed to interface @value{GDBN} to graphical user interfaces or other
20473similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
20474relatively high level.
20475
086432e2
AC
20476The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20477(@pxref{GDB/MI}).
20478
922fbb7b
AC
20479@ignore
20480This is Edition @value{EDITION}, @value{DATE}.
20481@end ignore
20482
20483@menu
20484* Annotations Overview:: What annotations are; the general syntax.
20485* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
20486* Prompting:: Annotations marking @value{GDBN}'s need for input.
20487* Errors:: Annotations for error messages.
922fbb7b
AC
20488* Invalidation:: Some annotations describe things now invalid.
20489* Annotations for Running::
20490 Whether the program is running, how it stopped, etc.
20491* Source Annotations:: Annotations describing source code.
922fbb7b
AC
20492@end menu
20493
20494@node Annotations Overview
20495@section What is an Annotation?
20496@cindex annotations
20497
922fbb7b
AC
20498Annotations start with a newline character, two @samp{control-z}
20499characters, and the name of the annotation. If there is no additional
20500information associated with this annotation, the name of the annotation
20501is followed immediately by a newline. If there is additional
20502information, the name of the annotation is followed by a space, the
20503additional information, and a newline. The additional information
20504cannot contain newline characters.
20505
20506Any output not beginning with a newline and two @samp{control-z}
20507characters denotes literal output from @value{GDBN}. Currently there is
20508no need for @value{GDBN} to output a newline followed by two
20509@samp{control-z} characters, but if there was such a need, the
20510annotations could be extended with an @samp{escape} annotation which
20511means those three characters as output.
20512
086432e2
AC
20513The annotation @var{level}, which is specified using the
20514@option{--annotate} command line option (@pxref{Mode Options}), controls
20515how much information @value{GDBN} prints together with its prompt,
20516values of expressions, source lines, and other types of output. Level 0
20517is for no anntations, level 1 is for use when @value{GDBN} is run as a
20518subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20519for programs that control @value{GDBN}, and level 2 annotations have
20520been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
20521Interface, annotate, GDB's Obsolete Annotations}).
20522
20523@table @code
20524@kindex set annotate
20525@item set annotate @var{level}
20526The @value{GDB} command @code{set annotate} sets the level of
20527annotations to the specified @var{level}.
9c16f35a
EZ
20528
20529@item show annotate
20530@kindex show annotate
20531Show the current annotation level.
09d4efe1
EZ
20532@end table
20533
20534This chapter describes level 3 annotations.
086432e2 20535
922fbb7b
AC
20536A simple example of starting up @value{GDBN} with annotations is:
20537
20538@smallexample
086432e2
AC
20539$ @kbd{gdb --annotate=3}
20540GNU gdb 6.0
20541Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
20542GDB is free software, covered by the GNU General Public License,
20543and you are welcome to change it and/or distribute copies of it
20544under certain conditions.
20545Type "show copying" to see the conditions.
20546There is absolutely no warranty for GDB. Type "show warranty"
20547for details.
086432e2 20548This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
20549
20550^Z^Zpre-prompt
f7dc1244 20551(@value{GDBP})
922fbb7b 20552^Z^Zprompt
086432e2 20553@kbd{quit}
922fbb7b
AC
20554
20555^Z^Zpost-prompt
b383017d 20556$
922fbb7b
AC
20557@end smallexample
20558
20559Here @samp{quit} is input to @value{GDBN}; the rest is output from
20560@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20561denotes a @samp{control-z} character) are annotations; the rest is
20562output from @value{GDBN}.
20563
20564@node Server Prefix
20565@section The Server Prefix
20566@cindex server prefix for annotations
20567
20568To issue a command to @value{GDBN} without affecting certain aspects of
20569the state which is seen by users, prefix it with @samp{server }. This
20570means that this command will not affect the command history, nor will it
20571affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
20572pressed on a line by itself.
20573
20574The server prefix does not affect the recording of values into the value
20575history; to print a value without recording it into the value history,
20576use the @code{output} command instead of the @code{print} command.
20577
922fbb7b
AC
20578@node Prompting
20579@section Annotation for @value{GDBN} Input
20580
20581@cindex annotations for prompts
20582When @value{GDBN} prompts for input, it annotates this fact so it is possible
20583to know when to send output, when the output from a given command is
20584over, etc.
20585
20586Different kinds of input each have a different @dfn{input type}. Each
20587input type has three annotations: a @code{pre-} annotation, which
20588denotes the beginning of any prompt which is being output, a plain
20589annotation, which denotes the end of the prompt, and then a @code{post-}
20590annotation which denotes the end of any echo which may (or may not) be
20591associated with the input. For example, the @code{prompt} input type
20592features the following annotations:
20593
20594@smallexample
20595^Z^Zpre-prompt
20596^Z^Zprompt
20597^Z^Zpost-prompt
20598@end smallexample
20599
20600The input types are
20601
20602@table @code
20603@findex pre-prompt
20604@findex prompt
20605@findex post-prompt
20606@item prompt
20607When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20608
20609@findex pre-commands
20610@findex commands
20611@findex post-commands
20612@item commands
20613When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20614command. The annotations are repeated for each command which is input.
20615
20616@findex pre-overload-choice
20617@findex overload-choice
20618@findex post-overload-choice
20619@item overload-choice
20620When @value{GDBN} wants the user to select between various overloaded functions.
20621
20622@findex pre-query
20623@findex query
20624@findex post-query
20625@item query
20626When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20627
20628@findex pre-prompt-for-continue
20629@findex prompt-for-continue
20630@findex post-prompt-for-continue
20631@item prompt-for-continue
20632When @value{GDBN} is asking the user to press return to continue. Note: Don't
20633expect this to work well; instead use @code{set height 0} to disable
20634prompting. This is because the counting of lines is buggy in the
20635presence of annotations.
20636@end table
20637
20638@node Errors
20639@section Errors
20640@cindex annotations for errors, warnings and interrupts
20641
20642@findex quit
20643@smallexample
20644^Z^Zquit
20645@end smallexample
20646
20647This annotation occurs right before @value{GDBN} responds to an interrupt.
20648
20649@findex error
20650@smallexample
20651^Z^Zerror
20652@end smallexample
20653
20654This annotation occurs right before @value{GDBN} responds to an error.
20655
20656Quit and error annotations indicate that any annotations which @value{GDBN} was
20657in the middle of may end abruptly. For example, if a
20658@code{value-history-begin} annotation is followed by a @code{error}, one
20659cannot expect to receive the matching @code{value-history-end}. One
20660cannot expect not to receive it either, however; an error annotation
20661does not necessarily mean that @value{GDBN} is immediately returning all the way
20662to the top level.
20663
20664@findex error-begin
20665A quit or error annotation may be preceded by
20666
20667@smallexample
20668^Z^Zerror-begin
20669@end smallexample
20670
20671Any output between that and the quit or error annotation is the error
20672message.
20673
20674Warning messages are not yet annotated.
20675@c If we want to change that, need to fix warning(), type_error(),
20676@c range_error(), and possibly other places.
20677
922fbb7b
AC
20678@node Invalidation
20679@section Invalidation Notices
20680
20681@cindex annotations for invalidation messages
20682The following annotations say that certain pieces of state may have
20683changed.
20684
20685@table @code
20686@findex frames-invalid
20687@item ^Z^Zframes-invalid
20688
20689The frames (for example, output from the @code{backtrace} command) may
20690have changed.
20691
20692@findex breakpoints-invalid
20693@item ^Z^Zbreakpoints-invalid
20694
20695The breakpoints may have changed. For example, the user just added or
20696deleted a breakpoint.
20697@end table
20698
20699@node Annotations for Running
20700@section Running the Program
20701@cindex annotations for running programs
20702
20703@findex starting
20704@findex stopping
20705When the program starts executing due to a @value{GDBN} command such as
b383017d 20706@code{step} or @code{continue},
922fbb7b
AC
20707
20708@smallexample
20709^Z^Zstarting
20710@end smallexample
20711
b383017d 20712is output. When the program stops,
922fbb7b
AC
20713
20714@smallexample
20715^Z^Zstopped
20716@end smallexample
20717
20718is output. Before the @code{stopped} annotation, a variety of
20719annotations describe how the program stopped.
20720
20721@table @code
20722@findex exited
20723@item ^Z^Zexited @var{exit-status}
20724The program exited, and @var{exit-status} is the exit status (zero for
20725successful exit, otherwise nonzero).
20726
20727@findex signalled
20728@findex signal-name
20729@findex signal-name-end
20730@findex signal-string
20731@findex signal-string-end
20732@item ^Z^Zsignalled
20733The program exited with a signal. After the @code{^Z^Zsignalled}, the
20734annotation continues:
20735
20736@smallexample
20737@var{intro-text}
20738^Z^Zsignal-name
20739@var{name}
20740^Z^Zsignal-name-end
20741@var{middle-text}
20742^Z^Zsignal-string
20743@var{string}
20744^Z^Zsignal-string-end
20745@var{end-text}
20746@end smallexample
20747
20748@noindent
20749where @var{name} is the name of the signal, such as @code{SIGILL} or
20750@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20751as @code{Illegal Instruction} or @code{Segmentation fault}.
20752@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20753user's benefit and have no particular format.
20754
20755@findex signal
20756@item ^Z^Zsignal
20757The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20758just saying that the program received the signal, not that it was
20759terminated with it.
20760
20761@findex breakpoint
20762@item ^Z^Zbreakpoint @var{number}
20763The program hit breakpoint number @var{number}.
20764
20765@findex watchpoint
20766@item ^Z^Zwatchpoint @var{number}
20767The program hit watchpoint number @var{number}.
20768@end table
20769
20770@node Source Annotations
20771@section Displaying Source
20772@cindex annotations for source display
20773
20774@findex source
20775The following annotation is used instead of displaying source code:
20776
20777@smallexample
20778^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20779@end smallexample
20780
20781where @var{filename} is an absolute file name indicating which source
20782file, @var{line} is the line number within that file (where 1 is the
20783first line in the file), @var{character} is the character position
20784within the file (where 0 is the first character in the file) (for most
20785debug formats this will necessarily point to the beginning of a line),
20786@var{middle} is @samp{middle} if @var{addr} is in the middle of the
20787line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20788@var{addr} is the address in the target program associated with the
20789source which is being displayed. @var{addr} is in the form @samp{0x}
20790followed by one or more lowercase hex digits (note that this does not
20791depend on the language).
20792
8e04817f
AC
20793@node GDB Bugs
20794@chapter Reporting Bugs in @value{GDBN}
20795@cindex bugs in @value{GDBN}
20796@cindex reporting bugs in @value{GDBN}
c906108c 20797
8e04817f 20798Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 20799
8e04817f
AC
20800Reporting a bug may help you by bringing a solution to your problem, or it
20801may not. But in any case the principal function of a bug report is to help
20802the entire community by making the next version of @value{GDBN} work better. Bug
20803reports are your contribution to the maintenance of @value{GDBN}.
c906108c 20804
8e04817f
AC
20805In order for a bug report to serve its purpose, you must include the
20806information that enables us to fix the bug.
c4555f82
SC
20807
20808@menu
8e04817f
AC
20809* Bug Criteria:: Have you found a bug?
20810* Bug Reporting:: How to report bugs
c4555f82
SC
20811@end menu
20812
8e04817f
AC
20813@node Bug Criteria
20814@section Have you found a bug?
20815@cindex bug criteria
c4555f82 20816
8e04817f 20817If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
20818
20819@itemize @bullet
8e04817f
AC
20820@cindex fatal signal
20821@cindex debugger crash
20822@cindex crash of debugger
c4555f82 20823@item
8e04817f
AC
20824If the debugger gets a fatal signal, for any input whatever, that is a
20825@value{GDBN} bug. Reliable debuggers never crash.
20826
20827@cindex error on valid input
20828@item
20829If @value{GDBN} produces an error message for valid input, that is a
20830bug. (Note that if you're cross debugging, the problem may also be
20831somewhere in the connection to the target.)
c4555f82 20832
8e04817f 20833@cindex invalid input
c4555f82 20834@item
8e04817f
AC
20835If @value{GDBN} does not produce an error message for invalid input,
20836that is a bug. However, you should note that your idea of
20837``invalid input'' might be our idea of ``an extension'' or ``support
20838for traditional practice''.
20839
20840@item
20841If you are an experienced user of debugging tools, your suggestions
20842for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
20843@end itemize
20844
8e04817f
AC
20845@node Bug Reporting
20846@section How to report bugs
20847@cindex bug reports
20848@cindex @value{GDBN} bugs, reporting
20849
20850A number of companies and individuals offer support for @sc{gnu} products.
20851If you obtained @value{GDBN} from a support organization, we recommend you
20852contact that organization first.
20853
20854You can find contact information for many support companies and
20855individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20856distribution.
20857@c should add a web page ref...
20858
129188f6
AC
20859In any event, we also recommend that you submit bug reports for
20860@value{GDBN}. The prefered method is to submit them directly using
20861@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20862page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20863be used.
8e04817f
AC
20864
20865@strong{Do not send bug reports to @samp{info-gdb}, or to
20866@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
20867not want to receive bug reports. Those that do have arranged to receive
20868@samp{bug-gdb}.
20869
20870The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
20871serves as a repeater. The mailing list and the newsgroup carry exactly
20872the same messages. Often people think of posting bug reports to the
20873newsgroup instead of mailing them. This appears to work, but it has one
20874problem which can be crucial: a newsgroup posting often lacks a mail
20875path back to the sender. Thus, if we need to ask for more information,
20876we may be unable to reach you. For this reason, it is better to send
20877bug reports to the mailing list.
c4555f82 20878
8e04817f
AC
20879The fundamental principle of reporting bugs usefully is this:
20880@strong{report all the facts}. If you are not sure whether to state a
20881fact or leave it out, state it!
c4555f82 20882
8e04817f
AC
20883Often people omit facts because they think they know what causes the
20884problem and assume that some details do not matter. Thus, you might
20885assume that the name of the variable you use in an example does not matter.
20886Well, probably it does not, but one cannot be sure. Perhaps the bug is a
20887stray memory reference which happens to fetch from the location where that
20888name is stored in memory; perhaps, if the name were different, the contents
20889of that location would fool the debugger into doing the right thing despite
20890the bug. Play it safe and give a specific, complete example. That is the
20891easiest thing for you to do, and the most helpful.
c4555f82 20892
8e04817f
AC
20893Keep in mind that the purpose of a bug report is to enable us to fix the
20894bug. It may be that the bug has been reported previously, but neither
20895you nor we can know that unless your bug report is complete and
20896self-contained.
c4555f82 20897
8e04817f
AC
20898Sometimes people give a few sketchy facts and ask, ``Does this ring a
20899bell?'' Those bug reports are useless, and we urge everyone to
20900@emph{refuse to respond to them} except to chide the sender to report
20901bugs properly.
20902
20903To enable us to fix the bug, you should include all these things:
c4555f82
SC
20904
20905@itemize @bullet
20906@item
8e04817f
AC
20907The version of @value{GDBN}. @value{GDBN} announces it if you start
20908with no arguments; you can also print it at any time using @code{show
20909version}.
c4555f82 20910
8e04817f
AC
20911Without this, we will not know whether there is any point in looking for
20912the bug in the current version of @value{GDBN}.
c4555f82
SC
20913
20914@item
8e04817f
AC
20915The type of machine you are using, and the operating system name and
20916version number.
c4555f82
SC
20917
20918@item
8e04817f
AC
20919What compiler (and its version) was used to compile @value{GDBN}---e.g.
20920``@value{GCC}--2.8.1''.
c4555f82
SC
20921
20922@item
8e04817f
AC
20923What compiler (and its version) was used to compile the program you are
20924debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
20925C Compiler''. For GCC, you can say @code{gcc --version} to get this
20926information; for other compilers, see the documentation for those
20927compilers.
c4555f82 20928
8e04817f
AC
20929@item
20930The command arguments you gave the compiler to compile your example and
20931observe the bug. For example, did you use @samp{-O}? To guarantee
20932you will not omit something important, list them all. A copy of the
20933Makefile (or the output from make) is sufficient.
c4555f82 20934
8e04817f
AC
20935If we were to try to guess the arguments, we would probably guess wrong
20936and then we might not encounter the bug.
c4555f82 20937
8e04817f
AC
20938@item
20939A complete input script, and all necessary source files, that will
20940reproduce the bug.
c4555f82 20941
8e04817f
AC
20942@item
20943A description of what behavior you observe that you believe is
20944incorrect. For example, ``It gets a fatal signal.''
c4555f82 20945
8e04817f
AC
20946Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
20947will certainly notice it. But if the bug is incorrect output, we might
20948not notice unless it is glaringly wrong. You might as well not give us
20949a chance to make a mistake.
c4555f82 20950
8e04817f
AC
20951Even if the problem you experience is a fatal signal, you should still
20952say so explicitly. Suppose something strange is going on, such as, your
20953copy of @value{GDBN} is out of synch, or you have encountered a bug in
20954the C library on your system. (This has happened!) Your copy might
20955crash and ours would not. If you told us to expect a crash, then when
20956ours fails to crash, we would know that the bug was not happening for
20957us. If you had not told us to expect a crash, then we would not be able
20958to draw any conclusion from our observations.
c4555f82 20959
e0c07bf0
MC
20960@pindex script
20961@cindex recording a session script
20962To collect all this information, you can use a session recording program
20963such as @command{script}, which is available on many Unix systems.
20964Just run your @value{GDBN} session inside @command{script} and then
20965include the @file{typescript} file with your bug report.
20966
20967Another way to record a @value{GDBN} session is to run @value{GDBN}
20968inside Emacs and then save the entire buffer to a file.
20969
8e04817f
AC
20970@item
20971If you wish to suggest changes to the @value{GDBN} source, send us context
20972diffs. If you even discuss something in the @value{GDBN} source, refer to
20973it by context, not by line number.
c4555f82 20974
8e04817f
AC
20975The line numbers in our development sources will not match those in your
20976sources. Your line numbers would convey no useful information to us.
c4555f82 20977
8e04817f 20978@end itemize
c4555f82 20979
8e04817f 20980Here are some things that are not necessary:
c4555f82 20981
8e04817f
AC
20982@itemize @bullet
20983@item
20984A description of the envelope of the bug.
c4555f82 20985
8e04817f
AC
20986Often people who encounter a bug spend a lot of time investigating
20987which changes to the input file will make the bug go away and which
20988changes will not affect it.
c4555f82 20989
8e04817f
AC
20990This is often time consuming and not very useful, because the way we
20991will find the bug is by running a single example under the debugger
20992with breakpoints, not by pure deduction from a series of examples.
20993We recommend that you save your time for something else.
c4555f82 20994
8e04817f
AC
20995Of course, if you can find a simpler example to report @emph{instead}
20996of the original one, that is a convenience for us. Errors in the
20997output will be easier to spot, running under the debugger will take
20998less time, and so on.
c4555f82 20999
8e04817f
AC
21000However, simplification is not vital; if you do not want to do this,
21001report the bug anyway and send us the entire test case you used.
c4555f82 21002
8e04817f
AC
21003@item
21004A patch for the bug.
c4555f82 21005
8e04817f
AC
21006A patch for the bug does help us if it is a good one. But do not omit
21007the necessary information, such as the test case, on the assumption that
21008a patch is all we need. We might see problems with your patch and decide
21009to fix the problem another way, or we might not understand it at all.
c4555f82 21010
8e04817f
AC
21011Sometimes with a program as complicated as @value{GDBN} it is very hard to
21012construct an example that will make the program follow a certain path
21013through the code. If you do not send us the example, we will not be able
21014to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 21015
8e04817f
AC
21016And if we cannot understand what bug you are trying to fix, or why your
21017patch should be an improvement, we will not install it. A test case will
21018help us to understand.
c4555f82 21019
8e04817f
AC
21020@item
21021A guess about what the bug is or what it depends on.
c4555f82 21022
8e04817f
AC
21023Such guesses are usually wrong. Even we cannot guess right about such
21024things without first using the debugger to find the facts.
21025@end itemize
c4555f82 21026
8e04817f
AC
21027@c The readline documentation is distributed with the readline code
21028@c and consists of the two following files:
21029@c rluser.texinfo
21030@c inc-hist.texinfo
21031@c Use -I with makeinfo to point to the appropriate directory,
21032@c environment var TEXINPUTS with TeX.
21033@include rluser.texinfo
21034@include inc-hist.texinfo
c4555f82 21035
c4555f82 21036
8e04817f
AC
21037@node Formatting Documentation
21038@appendix Formatting Documentation
c4555f82 21039
8e04817f
AC
21040@cindex @value{GDBN} reference card
21041@cindex reference card
21042The @value{GDBN} 4 release includes an already-formatted reference card, ready
21043for printing with PostScript or Ghostscript, in the @file{gdb}
21044subdirectory of the main source directory@footnote{In
21045@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
21046release.}. If you can use PostScript or Ghostscript with your printer,
21047you can print the reference card immediately with @file{refcard.ps}.
c4555f82 21048
8e04817f
AC
21049The release also includes the source for the reference card. You
21050can format it, using @TeX{}, by typing:
c4555f82 21051
474c8240 21052@smallexample
8e04817f 21053make refcard.dvi
474c8240 21054@end smallexample
c4555f82 21055
8e04817f
AC
21056The @value{GDBN} reference card is designed to print in @dfn{landscape}
21057mode on US ``letter'' size paper;
21058that is, on a sheet 11 inches wide by 8.5 inches
21059high. You will need to specify this form of printing as an option to
21060your @sc{dvi} output program.
c4555f82 21061
8e04817f 21062@cindex documentation
c4555f82 21063
8e04817f
AC
21064All the documentation for @value{GDBN} comes as part of the machine-readable
21065distribution. The documentation is written in Texinfo format, which is
21066a documentation system that uses a single source file to produce both
21067on-line information and a printed manual. You can use one of the Info
21068formatting commands to create the on-line version of the documentation
21069and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 21070
8e04817f
AC
21071@value{GDBN} includes an already formatted copy of the on-line Info
21072version of this manual in the @file{gdb} subdirectory. The main Info
21073file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21074subordinate files matching @samp{gdb.info*} in the same directory. If
21075necessary, you can print out these files, or read them with any editor;
21076but they are easier to read using the @code{info} subsystem in @sc{gnu}
21077Emacs or the standalone @code{info} program, available as part of the
21078@sc{gnu} Texinfo distribution.
c4555f82 21079
8e04817f
AC
21080If you want to format these Info files yourself, you need one of the
21081Info formatting programs, such as @code{texinfo-format-buffer} or
21082@code{makeinfo}.
c4555f82 21083
8e04817f
AC
21084If you have @code{makeinfo} installed, and are in the top level
21085@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21086version @value{GDBVN}), you can make the Info file by typing:
c4555f82 21087
474c8240 21088@smallexample
8e04817f
AC
21089cd gdb
21090make gdb.info
474c8240 21091@end smallexample
c4555f82 21092
8e04817f
AC
21093If you want to typeset and print copies of this manual, you need @TeX{},
21094a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21095Texinfo definitions file.
c4555f82 21096
8e04817f
AC
21097@TeX{} is a typesetting program; it does not print files directly, but
21098produces output files called @sc{dvi} files. To print a typeset
21099document, you need a program to print @sc{dvi} files. If your system
21100has @TeX{} installed, chances are it has such a program. The precise
21101command to use depends on your system; @kbd{lpr -d} is common; another
21102(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
21103require a file name without any extension or a @samp{.dvi} extension.
c4555f82 21104
8e04817f
AC
21105@TeX{} also requires a macro definitions file called
21106@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
21107written in Texinfo format. On its own, @TeX{} cannot either read or
21108typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
21109and is located in the @file{gdb-@var{version-number}/texinfo}
21110directory.
c4555f82 21111
8e04817f
AC
21112If you have @TeX{} and a @sc{dvi} printer program installed, you can
21113typeset and print this manual. First switch to the the @file{gdb}
21114subdirectory of the main source directory (for example, to
21115@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 21116
474c8240 21117@smallexample
8e04817f 21118make gdb.dvi
474c8240 21119@end smallexample
c4555f82 21120
8e04817f 21121Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 21122
8e04817f
AC
21123@node Installing GDB
21124@appendix Installing @value{GDBN}
21125@cindex configuring @value{GDBN}
21126@cindex installation
94e91d6d 21127@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 21128
8e04817f
AC
21129@value{GDBN} comes with a @code{configure} script that automates the process
21130of preparing @value{GDBN} for installation; you can then use @code{make} to
21131build the @code{gdb} program.
21132@iftex
21133@c irrelevant in info file; it's as current as the code it lives with.
21134@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21135look at the @file{README} file in the sources; we may have improved the
21136installation procedures since publishing this manual.}
21137@end iftex
c4555f82 21138
8e04817f
AC
21139The @value{GDBN} distribution includes all the source code you need for
21140@value{GDBN} in a single directory, whose name is usually composed by
21141appending the version number to @samp{gdb}.
c4555f82 21142
8e04817f
AC
21143For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21144@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 21145
8e04817f
AC
21146@table @code
21147@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21148script for configuring @value{GDBN} and all its supporting libraries
c4555f82 21149
8e04817f
AC
21150@item gdb-@value{GDBVN}/gdb
21151the source specific to @value{GDBN} itself
c4555f82 21152
8e04817f
AC
21153@item gdb-@value{GDBVN}/bfd
21154source for the Binary File Descriptor library
c906108c 21155
8e04817f
AC
21156@item gdb-@value{GDBVN}/include
21157@sc{gnu} include files
c906108c 21158
8e04817f
AC
21159@item gdb-@value{GDBVN}/libiberty
21160source for the @samp{-liberty} free software library
c906108c 21161
8e04817f
AC
21162@item gdb-@value{GDBVN}/opcodes
21163source for the library of opcode tables and disassemblers
c906108c 21164
8e04817f
AC
21165@item gdb-@value{GDBVN}/readline
21166source for the @sc{gnu} command-line interface
c906108c 21167
8e04817f
AC
21168@item gdb-@value{GDBVN}/glob
21169source for the @sc{gnu} filename pattern-matching subroutine
c906108c 21170
8e04817f
AC
21171@item gdb-@value{GDBVN}/mmalloc
21172source for the @sc{gnu} memory-mapped malloc package
21173@end table
c906108c 21174
8e04817f
AC
21175The simplest way to configure and build @value{GDBN} is to run @code{configure}
21176from the @file{gdb-@var{version-number}} source directory, which in
21177this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 21178
8e04817f
AC
21179First switch to the @file{gdb-@var{version-number}} source directory
21180if you are not already in it; then run @code{configure}. Pass the
21181identifier for the platform on which @value{GDBN} will run as an
21182argument.
c906108c 21183
8e04817f 21184For example:
c906108c 21185
474c8240 21186@smallexample
8e04817f
AC
21187cd gdb-@value{GDBVN}
21188./configure @var{host}
21189make
474c8240 21190@end smallexample
c906108c 21191
8e04817f
AC
21192@noindent
21193where @var{host} is an identifier such as @samp{sun4} or
21194@samp{decstation}, that identifies the platform where @value{GDBN} will run.
21195(You can often leave off @var{host}; @code{configure} tries to guess the
21196correct value by examining your system.)
c906108c 21197
8e04817f
AC
21198Running @samp{configure @var{host}} and then running @code{make} builds the
21199@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21200libraries, then @code{gdb} itself. The configured source files, and the
21201binaries, are left in the corresponding source directories.
c906108c 21202
8e04817f
AC
21203@need 750
21204@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21205system does not recognize this automatically when you run a different
21206shell, you may need to run @code{sh} on it explicitly:
c906108c 21207
474c8240 21208@smallexample
8e04817f 21209sh configure @var{host}
474c8240 21210@end smallexample
c906108c 21211
8e04817f
AC
21212If you run @code{configure} from a directory that contains source
21213directories for multiple libraries or programs, such as the
21214@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21215creates configuration files for every directory level underneath (unless
21216you tell it not to, with the @samp{--norecursion} option).
21217
94e91d6d
MC
21218You should run the @code{configure} script from the top directory in the
21219source tree, the @file{gdb-@var{version-number}} directory. If you run
21220@code{configure} from one of the subdirectories, you will configure only
21221that subdirectory. That is usually not what you want. In particular,
21222if you run the first @code{configure} from the @file{gdb} subdirectory
21223of the @file{gdb-@var{version-number}} directory, you will omit the
21224configuration of @file{bfd}, @file{readline}, and other sibling
21225directories of the @file{gdb} subdirectory. This leads to build errors
21226about missing include files such as @file{bfd/bfd.h}.
c906108c 21227
8e04817f
AC
21228You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21229However, you should make sure that the shell on your path (named by
21230the @samp{SHELL} environment variable) is publicly readable. Remember
21231that @value{GDBN} uses the shell to start your program---some systems refuse to
21232let @value{GDBN} debug child processes whose programs are not readable.
c906108c 21233
8e04817f
AC
21234@menu
21235* Separate Objdir:: Compiling @value{GDBN} in another directory
21236* Config Names:: Specifying names for hosts and targets
21237* Configure Options:: Summary of options for configure
21238@end menu
c906108c 21239
8e04817f
AC
21240@node Separate Objdir
21241@section Compiling @value{GDBN} in another directory
c906108c 21242
8e04817f
AC
21243If you want to run @value{GDBN} versions for several host or target machines,
21244you need a different @code{gdb} compiled for each combination of
21245host and target. @code{configure} is designed to make this easy by
21246allowing you to generate each configuration in a separate subdirectory,
21247rather than in the source directory. If your @code{make} program
21248handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21249@code{make} in each of these directories builds the @code{gdb}
21250program specified there.
c906108c 21251
8e04817f
AC
21252To build @code{gdb} in a separate directory, run @code{configure}
21253with the @samp{--srcdir} option to specify where to find the source.
21254(You also need to specify a path to find @code{configure}
21255itself from your working directory. If the path to @code{configure}
21256would be the same as the argument to @samp{--srcdir}, you can leave out
21257the @samp{--srcdir} option; it is assumed.)
c906108c 21258
8e04817f
AC
21259For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21260separate directory for a Sun 4 like this:
c906108c 21261
474c8240 21262@smallexample
8e04817f
AC
21263@group
21264cd gdb-@value{GDBVN}
21265mkdir ../gdb-sun4
21266cd ../gdb-sun4
21267../gdb-@value{GDBVN}/configure sun4
21268make
21269@end group
474c8240 21270@end smallexample
c906108c 21271
8e04817f
AC
21272When @code{configure} builds a configuration using a remote source
21273directory, it creates a tree for the binaries with the same structure
21274(and using the same names) as the tree under the source directory. In
21275the example, you'd find the Sun 4 library @file{libiberty.a} in the
21276directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21277@file{gdb-sun4/gdb}.
c906108c 21278
94e91d6d
MC
21279Make sure that your path to the @file{configure} script has just one
21280instance of @file{gdb} in it. If your path to @file{configure} looks
21281like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21282one subdirectory of @value{GDBN}, not the whole package. This leads to
21283build errors about missing include files such as @file{bfd/bfd.h}.
21284
8e04817f
AC
21285One popular reason to build several @value{GDBN} configurations in separate
21286directories is to configure @value{GDBN} for cross-compiling (where
21287@value{GDBN} runs on one machine---the @dfn{host}---while debugging
21288programs that run on another machine---the @dfn{target}).
21289You specify a cross-debugging target by
21290giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 21291
8e04817f
AC
21292When you run @code{make} to build a program or library, you must run
21293it in a configured directory---whatever directory you were in when you
21294called @code{configure} (or one of its subdirectories).
c906108c 21295
8e04817f
AC
21296The @code{Makefile} that @code{configure} generates in each source
21297directory also runs recursively. If you type @code{make} in a source
21298directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21299directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21300will build all the required libraries, and then build GDB.
c906108c 21301
8e04817f
AC
21302When you have multiple hosts or targets configured in separate
21303directories, you can run @code{make} on them in parallel (for example,
21304if they are NFS-mounted on each of the hosts); they will not interfere
21305with each other.
c906108c 21306
8e04817f
AC
21307@node Config Names
21308@section Specifying names for hosts and targets
c906108c 21309
8e04817f
AC
21310The specifications used for hosts and targets in the @code{configure}
21311script are based on a three-part naming scheme, but some short predefined
21312aliases are also supported. The full naming scheme encodes three pieces
21313of information in the following pattern:
c906108c 21314
474c8240 21315@smallexample
8e04817f 21316@var{architecture}-@var{vendor}-@var{os}
474c8240 21317@end smallexample
c906108c 21318
8e04817f
AC
21319For example, you can use the alias @code{sun4} as a @var{host} argument,
21320or as the value for @var{target} in a @code{--target=@var{target}}
21321option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 21322
8e04817f
AC
21323The @code{configure} script accompanying @value{GDBN} does not provide
21324any query facility to list all supported host and target names or
21325aliases. @code{configure} calls the Bourne shell script
21326@code{config.sub} to map abbreviations to full names; you can read the
21327script, if you wish, or you can use it to test your guesses on
21328abbreviations---for example:
c906108c 21329
8e04817f
AC
21330@smallexample
21331% sh config.sub i386-linux
21332i386-pc-linux-gnu
21333% sh config.sub alpha-linux
21334alpha-unknown-linux-gnu
21335% sh config.sub hp9k700
21336hppa1.1-hp-hpux
21337% sh config.sub sun4
21338sparc-sun-sunos4.1.1
21339% sh config.sub sun3
21340m68k-sun-sunos4.1.1
21341% sh config.sub i986v
21342Invalid configuration `i986v': machine `i986v' not recognized
21343@end smallexample
c906108c 21344
8e04817f
AC
21345@noindent
21346@code{config.sub} is also distributed in the @value{GDBN} source
21347directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 21348
8e04817f
AC
21349@node Configure Options
21350@section @code{configure} options
c906108c 21351
8e04817f
AC
21352Here is a summary of the @code{configure} options and arguments that
21353are most often useful for building @value{GDBN}. @code{configure} also has
21354several other options not listed here. @inforef{What Configure
21355Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 21356
474c8240 21357@smallexample
8e04817f
AC
21358configure @r{[}--help@r{]}
21359 @r{[}--prefix=@var{dir}@r{]}
21360 @r{[}--exec-prefix=@var{dir}@r{]}
21361 @r{[}--srcdir=@var{dirname}@r{]}
21362 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21363 @r{[}--target=@var{target}@r{]}
21364 @var{host}
474c8240 21365@end smallexample
c906108c 21366
8e04817f
AC
21367@noindent
21368You may introduce options with a single @samp{-} rather than
21369@samp{--} if you prefer; but you may abbreviate option names if you use
21370@samp{--}.
c906108c 21371
8e04817f
AC
21372@table @code
21373@item --help
21374Display a quick summary of how to invoke @code{configure}.
c906108c 21375
8e04817f
AC
21376@item --prefix=@var{dir}
21377Configure the source to install programs and files under directory
21378@file{@var{dir}}.
c906108c 21379
8e04817f
AC
21380@item --exec-prefix=@var{dir}
21381Configure the source to install programs under directory
21382@file{@var{dir}}.
c906108c 21383
8e04817f
AC
21384@c avoid splitting the warning from the explanation:
21385@need 2000
21386@item --srcdir=@var{dirname}
21387@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21388@code{make} that implements the @code{VPATH} feature.}@*
21389Use this option to make configurations in directories separate from the
21390@value{GDBN} source directories. Among other things, you can use this to
21391build (or maintain) several configurations simultaneously, in separate
21392directories. @code{configure} writes configuration specific files in
21393the current directory, but arranges for them to use the source in the
21394directory @var{dirname}. @code{configure} creates directories under
21395the working directory in parallel to the source directories below
21396@var{dirname}.
c906108c 21397
8e04817f
AC
21398@item --norecursion
21399Configure only the directory level where @code{configure} is executed; do not
21400propagate configuration to subdirectories.
c906108c 21401
8e04817f
AC
21402@item --target=@var{target}
21403Configure @value{GDBN} for cross-debugging programs running on the specified
21404@var{target}. Without this option, @value{GDBN} is configured to debug
21405programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 21406
8e04817f 21407There is no convenient way to generate a list of all available targets.
c906108c 21408
8e04817f
AC
21409@item @var{host} @dots{}
21410Configure @value{GDBN} to run on the specified @var{host}.
c906108c 21411
8e04817f
AC
21412There is no convenient way to generate a list of all available hosts.
21413@end table
c906108c 21414
8e04817f
AC
21415There are many other options available as well, but they are generally
21416needed for special purposes only.
c906108c 21417
8e04817f
AC
21418@node Maintenance Commands
21419@appendix Maintenance Commands
21420@cindex maintenance commands
21421@cindex internal commands
c906108c 21422
8e04817f 21423In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
21424includes a number of commands intended for @value{GDBN} developers,
21425that are not documented elsewhere in this manual. These commands are
da316a69
EZ
21426provided here for reference. (For commands that turn on debugging
21427messages, see @ref{Debugging Output}.)
c906108c 21428
8e04817f 21429@table @code
09d4efe1
EZ
21430@kindex maint agent
21431@item maint agent @var{expression}
21432Translate the given @var{expression} into remote agent bytecodes.
21433This command is useful for debugging the Agent Expression mechanism
21434(@pxref{Agent Expressions}).
21435
8e04817f
AC
21436@kindex maint info breakpoints
21437@item @anchor{maint info breakpoints}maint info breakpoints
21438Using the same format as @samp{info breakpoints}, display both the
21439breakpoints you've set explicitly, and those @value{GDBN} is using for
21440internal purposes. Internal breakpoints are shown with negative
21441breakpoint numbers. The type column identifies what kind of breakpoint
21442is shown:
c906108c 21443
8e04817f
AC
21444@table @code
21445@item breakpoint
21446Normal, explicitly set breakpoint.
c906108c 21447
8e04817f
AC
21448@item watchpoint
21449Normal, explicitly set watchpoint.
c906108c 21450
8e04817f
AC
21451@item longjmp
21452Internal breakpoint, used to handle correctly stepping through
21453@code{longjmp} calls.
c906108c 21454
8e04817f
AC
21455@item longjmp resume
21456Internal breakpoint at the target of a @code{longjmp}.
c906108c 21457
8e04817f
AC
21458@item until
21459Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 21460
8e04817f
AC
21461@item finish
21462Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 21463
8e04817f
AC
21464@item shlib events
21465Shared library events.
c906108c 21466
8e04817f 21467@end table
c906108c 21468
09d4efe1
EZ
21469@kindex maint check-symtabs
21470@item maint check-symtabs
21471Check the consistency of psymtabs and symtabs.
21472
21473@kindex maint cplus first_component
21474@item maint cplus first_component @var{name}
21475Print the first C@t{++} class/namespace component of @var{name}.
21476
21477@kindex maint cplus namespace
21478@item maint cplus namespace
21479Print the list of possible C@t{++} namespaces.
21480
21481@kindex maint demangle
21482@item maint demangle @var{name}
21483Demangle a C@t{++} or Objective-C manled @var{name}.
21484
21485@kindex maint deprecate
21486@kindex maint undeprecate
21487@cindex deprecated commands
21488@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21489@itemx maint undeprecate @var{command}
21490Deprecate or undeprecate the named @var{command}. Deprecated commands
21491cause @value{GDBN} to issue a warning when you use them. The optional
21492argument @var{replacement} says which newer command should be used in
21493favor of the deprecated one; if it is given, @value{GDBN} will mention
21494the replacement as part of the warning.
21495
21496@kindex maint dump-me
21497@item maint dump-me
721c2651 21498@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 21499Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
21500This is supported only on systems which support aborting a program
21501with the @code{SIGQUIT} signal.
09d4efe1 21502
8d30a00d
AC
21503@kindex maint internal-error
21504@kindex maint internal-warning
09d4efe1
EZ
21505@item maint internal-error @r{[}@var{message-text}@r{]}
21506@itemx maint internal-warning @r{[}@var{message-text}@r{]}
8d30a00d
AC
21507Cause @value{GDBN} to call the internal function @code{internal_error}
21508or @code{internal_warning} and hence behave as though an internal error
21509or internal warning has been detected. In addition to reporting the
21510internal problem, these functions give the user the opportunity to
21511either quit @value{GDBN} or create a core file of the current
21512@value{GDBN} session.
21513
09d4efe1
EZ
21514These commands take an optional parameter @var{message-text} that is
21515used as the text of the error or warning message.
21516
21517Here's an example of using @code{indernal-error}:
21518
8d30a00d 21519@smallexample
f7dc1244 21520(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
21521@dots{}/maint.c:121: internal-error: testing, 1, 2
21522A problem internal to GDB has been detected. Further
21523debugging may prove unreliable.
21524Quit this debugging session? (y or n) @kbd{n}
21525Create a core file? (y or n) @kbd{n}
f7dc1244 21526(@value{GDBP})
8d30a00d
AC
21527@end smallexample
21528
09d4efe1
EZ
21529@kindex maint packet
21530@item maint packet @var{text}
21531If @value{GDBN} is talking to an inferior via the serial protocol,
21532then this command sends the string @var{text} to the inferior, and
21533displays the response packet. @value{GDBN} supplies the initial
21534@samp{$} character, the terminating @samp{#} character, and the
21535checksum.
21536
21537@kindex maint print architecture
21538@item maint print architecture @r{[}@var{file}@r{]}
21539Print the entire architecture configuration. The optional argument
21540@var{file} names the file where the output goes.
8d30a00d 21541
00905d52
AC
21542@kindex maint print dummy-frames
21543@item maint print dummy-frames
00905d52
AC
21544Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21545
21546@smallexample
f7dc1244 21547(@value{GDBP}) @kbd{b add}
00905d52 21548@dots{}
f7dc1244 21549(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
21550Breakpoint 2, add (a=2, b=3) at @dots{}
2155158 return (a + b);
21552The program being debugged stopped while in a function called from GDB.
21553@dots{}
f7dc1244 21554(@value{GDBP}) @kbd{maint print dummy-frames}
00905d52
AC
215550x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21556 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21557 call_lo=0x01014000 call_hi=0x01014001
f7dc1244 21558(@value{GDBP})
00905d52
AC
21559@end smallexample
21560
21561Takes an optional file parameter.
21562
0680b120
AC
21563@kindex maint print registers
21564@kindex maint print raw-registers
21565@kindex maint print cooked-registers
617073a9 21566@kindex maint print register-groups
09d4efe1
EZ
21567@item maint print registers @r{[}@var{file}@r{]}
21568@itemx maint print raw-registers @r{[}@var{file}@r{]}
21569@itemx maint print cooked-registers @r{[}@var{file}@r{]}
21570@itemx maint print register-groups @r{[}@var{file}@r{]}
0680b120
AC
21571Print @value{GDBN}'s internal register data structures.
21572
617073a9
AC
21573The command @code{maint print raw-registers} includes the contents of
21574the raw register cache; the command @code{maint print cooked-registers}
21575includes the (cooked) value of all registers; and the command
21576@code{maint print register-groups} includes the groups that each
21577register is a member of. @xref{Registers,, Registers, gdbint,
21578@value{GDBN} Internals}.
0680b120 21579
09d4efe1
EZ
21580These commands take an optional parameter, a file name to which to
21581write the information.
0680b120 21582
617073a9 21583@kindex maint print reggroups
09d4efe1
EZ
21584@item maint print reggroups @r{[}@var{file}@r{]}
21585Print @value{GDBN}'s internal register group data structures. The
21586optional argument @var{file} tells to what file to write the
21587information.
617073a9 21588
09d4efe1 21589The register groups info looks like this:
617073a9
AC
21590
21591@smallexample
f7dc1244 21592(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
21593 Group Type
21594 general user
21595 float user
21596 all user
21597 vector user
21598 system user
21599 save internal
21600 restore internal
617073a9
AC
21601@end smallexample
21602
09d4efe1
EZ
21603@kindex flushregs
21604@item flushregs
21605This command forces @value{GDBN} to flush its internal register cache.
21606
21607@kindex maint print objfiles
21608@cindex info for known object files
21609@item maint print objfiles
21610Print a dump of all known object files. For each object file, this
21611command prints its name, address in memory, and all of its psymtabs
21612and symtabs.
21613
21614@kindex maint print statistics
21615@cindex bcache statistics
21616@item maint print statistics
21617This command prints, for each object file in the program, various data
21618about that object file followed by the byte cache (@dfn{bcache})
21619statistics for the object file. The objfile data includes the number
21620of minimal, partical, full, and stabs symbols, the number of types
21621defined by the objfile, the number of as yet unexpanded psym tables,
21622the number of line tables and string tables, and the amount of memory
21623used by the various tables. The bcache statistics include the counts,
21624sizes, and counts of duplicates of all and unique objects, max,
21625average, and median entry size, total memory used and its overhead and
21626savings, and various measures of the hash table size and chain
21627lengths.
21628
21629@kindex maint print type
21630@cindex type chain of a data type
21631@item maint print type @var{expr}
21632Print the type chain for a type specified by @var{expr}. The argument
21633can be either a type name or a symbol. If it is a symbol, the type of
21634that symbol is described. The type chain produced by this command is
21635a recursive definition of the data type as stored in @value{GDBN}'s
21636data structures, including its flags and contained types.
21637
21638@kindex maint set dwarf2 max-cache-age
21639@kindex maint show dwarf2 max-cache-age
21640@item maint set dwarf2 max-cache-age
21641@itemx maint show dwarf2 max-cache-age
21642Control the DWARF 2 compilation unit cache.
21643
21644@cindex DWARF 2 compilation units cache
21645In object files with inter-compilation-unit references, such as those
21646produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21647reader needs to frequently refer to previously read compilation units.
21648This setting controls how long a compilation unit will remain in the
21649cache if it is not referenced. A higher limit means that cached
21650compilation units will be stored in memory longer, and more total
21651memory will be used. Setting it to zero disables caching, which will
21652slow down @value{GDBN} startup, but reduce memory consumption.
21653
e7ba9c65
DJ
21654@kindex maint set profile
21655@kindex maint show profile
21656@cindex profiling GDB
21657@item maint set profile
21658@itemx maint show profile
21659Control profiling of @value{GDBN}.
21660
21661Profiling will be disabled until you use the @samp{maint set profile}
21662command to enable it. When you enable profiling, the system will begin
21663collecting timing and execution count data; when you disable profiling or
21664exit @value{GDBN}, the results will be written to a log file. Remember that
21665if you use profiling, @value{GDBN} will overwrite the profiling log file
21666(often called @file{gmon.out}). If you have a record of important profiling
21667data in a @file{gmon.out} file, be sure to move it to a safe location.
21668
21669Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 21670compiled with the @samp{-pg} compiler option.
e7ba9c65 21671
09d4efe1
EZ
21672@kindex maint show-debug-regs
21673@cindex x86 hardware debug registers
21674@item maint show-debug-regs
21675Control whether to show variables that mirror the x86 hardware debug
21676registers. Use @code{ON} to enable, @code{OFF} to disable. If
21677enabled, the debug registers values are shown when GDB inserts or
21678removes a hardware breakpoint or watchpoint, and when the inferior
21679triggers a hardware-assisted breakpoint or watchpoint.
21680
21681@kindex maint space
21682@cindex memory used by commands
21683@item maint space
21684Control whether to display memory usage for each command. If set to a
21685nonzero value, @value{GDBN} will display how much memory each command
21686took, following the command's own output. This can also be requested
21687by invoking @value{GDBN} with the @option{--statistics} command-line
21688switch (@pxref{Mode Options}).
21689
21690@kindex maint time
21691@cindex time of command execution
21692@item maint time
21693Control whether to display the execution time for each command. If
21694set to a nonzero value, @value{GDBN} will display how much time it
21695took to execute each command, following the command's own output.
21696This can also be requested by invoking @value{GDBN} with the
21697@option{--statistics} command-line switch (@pxref{Mode Options}).
21698
21699@kindex maint translate-address
21700@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21701Find the symbol stored at the location specified by the address
21702@var{addr} and an optional section name @var{section}. If found,
21703@value{GDBN} prints the name of the closest symbol and an offset from
21704the symbol's location to the specified address. This is similar to
21705the @code{info address} command (@pxref{Symbols}), except that this
21706command also allows to find symbols in other sections.
ae038cb0 21707
8e04817f 21708@end table
c906108c 21709
9c16f35a
EZ
21710The following command is useful for non-interactive invocations of
21711@value{GDBN}, such as in the test suite.
21712
21713@table @code
21714@item set watchdog @var{nsec}
21715@kindex set watchdog
21716@cindex watchdog timer
21717@cindex timeout for commands
21718Set the maximum number of seconds @value{GDBN} will wait for the
21719target operation to finish. If this time expires, @value{GDBN}
21720reports and error and the command is aborted.
21721
21722@item show watchdog
21723Show the current setting of the target wait timeout.
21724@end table
c906108c 21725
e0ce93ac 21726@node Remote Protocol
8e04817f 21727@appendix @value{GDBN} Remote Serial Protocol
c906108c 21728
ee2d5c50
AC
21729@menu
21730* Overview::
21731* Packets::
21732* Stop Reply Packets::
21733* General Query Packets::
21734* Register Packet Format::
21735* Examples::
0ce1b118 21736* File-I/O remote protocol extension::
ee2d5c50
AC
21737@end menu
21738
21739@node Overview
21740@section Overview
21741
8e04817f
AC
21742There may be occasions when you need to know something about the
21743protocol---for example, if there is only one serial port to your target
21744machine, you might want your program to do something special if it
21745recognizes a packet meant for @value{GDBN}.
c906108c 21746
d2c6833e 21747In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 21748transmitted and received data respectfully.
c906108c 21749
8e04817f
AC
21750@cindex protocol, @value{GDBN} remote serial
21751@cindex serial protocol, @value{GDBN} remote
21752@cindex remote serial protocol
21753All @value{GDBN} commands and responses (other than acknowledgments) are
21754sent as a @var{packet}. A @var{packet} is introduced with the character
21755@samp{$}, the actual @var{packet-data}, and the terminating character
21756@samp{#} followed by a two-digit @var{checksum}:
c906108c 21757
474c8240 21758@smallexample
8e04817f 21759@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 21760@end smallexample
8e04817f 21761@noindent
c906108c 21762
8e04817f
AC
21763@cindex checksum, for @value{GDBN} remote
21764@noindent
21765The two-digit @var{checksum} is computed as the modulo 256 sum of all
21766characters between the leading @samp{$} and the trailing @samp{#} (an
21767eight bit unsigned checksum).
c906108c 21768
8e04817f
AC
21769Implementors should note that prior to @value{GDBN} 5.0 the protocol
21770specification also included an optional two-digit @var{sequence-id}:
c906108c 21771
474c8240 21772@smallexample
8e04817f 21773@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 21774@end smallexample
c906108c 21775
8e04817f
AC
21776@cindex sequence-id, for @value{GDBN} remote
21777@noindent
21778That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
21779has never output @var{sequence-id}s. Stubs that handle packets added
21780since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 21781
8e04817f
AC
21782@cindex acknowledgment, for @value{GDBN} remote
21783When either the host or the target machine receives a packet, the first
21784response expected is an acknowledgment: either @samp{+} (to indicate
21785the package was received correctly) or @samp{-} (to request
21786retransmission):
c906108c 21787
474c8240 21788@smallexample
d2c6833e
AC
21789-> @code{$}@var{packet-data}@code{#}@var{checksum}
21790<- @code{+}
474c8240 21791@end smallexample
8e04817f 21792@noindent
53a5351d 21793
8e04817f
AC
21794The host (@value{GDBN}) sends @var{command}s, and the target (the
21795debugging stub incorporated in your program) sends a @var{response}. In
21796the case of step and continue @var{command}s, the response is only sent
21797when the operation has completed (the target has again stopped).
c906108c 21798
8e04817f
AC
21799@var{packet-data} consists of a sequence of characters with the
21800exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21801exceptions).
c906108c 21802
8e04817f 21803Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 21804@cindex remote protocol, field separator
8e04817f 21805@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 21806@sc{hex} with leading zeros suppressed.
c906108c 21807
8e04817f
AC
21808Implementors should note that prior to @value{GDBN} 5.0, the character
21809@samp{:} could not appear as the third character in a packet (as it
21810would potentially conflict with the @var{sequence-id}).
c906108c 21811
8e04817f
AC
21812Response @var{data} can be run-length encoded to save space. A @samp{*}
21813means that the next character is an @sc{ascii} encoding giving a repeat count
21814which stands for that many repetitions of the character preceding the
21815@samp{*}. The encoding is @code{n+29}, yielding a printable character
21816where @code{n >=3} (which is where rle starts to win). The printable
21817characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21818value greater than 126 should not be used.
c906108c 21819
8e04817f 21820So:
474c8240 21821@smallexample
8e04817f 21822"@code{0* }"
474c8240 21823@end smallexample
8e04817f
AC
21824@noindent
21825means the same as "0000".
c906108c 21826
8e04817f
AC
21827The error response returned for some packets includes a two character
21828error number. That number is not well defined.
c906108c 21829
8e04817f
AC
21830For any @var{command} not supported by the stub, an empty response
21831(@samp{$#00}) should be returned. That way it is possible to extend the
21832protocol. A newer @value{GDBN} can tell if a packet is supported based
21833on that response.
c906108c 21834
b383017d
RM
21835A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21836@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 21837optional.
c906108c 21838
ee2d5c50
AC
21839@node Packets
21840@section Packets
21841
21842The following table provides a complete list of all currently defined
21843@var{command}s and their corresponding response @var{data}.
9c16f35a
EZ
21844@xref{File-I/O remote protocol extension}, for details about the File
21845I/O extension of the remote protocol.
ee2d5c50
AC
21846
21847@table @r
21848
21849@item @code{!} --- extended mode
21850@cindex @code{!} packet
21851
8e04817f
AC
21852Enable extended mode. In extended mode, the remote server is made
21853persistent. The @samp{R} packet is used to restart the program being
21854debugged.
ee2d5c50
AC
21855
21856Reply:
21857@table @samp
21858@item OK
8e04817f 21859The remote target both supports and has enabled extended mode.
ee2d5c50 21860@end table
c906108c 21861
ee2d5c50
AC
21862@item @code{?} --- last signal
21863@cindex @code{?} packet
c906108c 21864
ee2d5c50
AC
21865Indicate the reason the target halted. The reply is the same as for
21866step and continue.
c906108c 21867
ee2d5c50
AC
21868Reply:
21869@xref{Stop Reply Packets}, for the reply specifications.
21870
21871@item @code{a} --- reserved
21872
21873Reserved for future use.
21874
21875@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
21876@cindex @code{A} packet
c906108c 21877
8e04817f
AC
21878Initialized @samp{argv[]} array passed into program. @var{arglen}
21879specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
21880See @code{gdbserver} for more details.
21881
21882Reply:
21883@table @samp
21884@item OK
21885@item E@var{NN}
21886@end table
21887
21888@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
21889@cindex @code{b} packet
21890
21891Change the serial line speed to @var{baud}.
21892
21893JTC: @emph{When does the transport layer state change? When it's
21894received, or after the ACK is transmitted. In either case, there are
21895problems if the command or the acknowledgment packet is dropped.}
21896
21897Stan: @emph{If people really wanted to add something like this, and get
21898it working for the first time, they ought to modify ser-unix.c to send
21899some kind of out-of-band message to a specially-setup stub and have the
21900switch happen "in between" packets, so that from remote protocol's point
21901of view, nothing actually happened.}
21902
21903@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
21904@cindex @code{B} packet
21905
8e04817f 21906Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
21907breakpoint at @var{addr}.
21908
21909This packet has been replaced by the @samp{Z} and @samp{z} packets
21910(@pxref{insert breakpoint or watchpoint packet}).
c906108c 21911
ee2d5c50
AC
21912@item @code{c}@var{addr} --- continue
21913@cindex @code{c} packet
21914
21915@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 21916current address.
c906108c 21917
ee2d5c50
AC
21918Reply:
21919@xref{Stop Reply Packets}, for the reply specifications.
21920
21921@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
21922@cindex @code{C} packet
21923
8e04817f
AC
21924Continue with signal @var{sig} (hex signal number). If
21925@code{;}@var{addr} is omitted, resume at same address.
c906108c 21926
ee2d5c50
AC
21927Reply:
21928@xref{Stop Reply Packets}, for the reply specifications.
c906108c 21929
ee2d5c50
AC
21930@item @code{d} --- toggle debug @strong{(deprecated)}
21931@cindex @code{d} packet
21932
21933Toggle debug flag.
21934
21935@item @code{D} --- detach
21936@cindex @code{D} packet
21937
21938Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 21939before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
21940
21941Reply:
21942@table @samp
21943@item @emph{no response}
8e04817f 21944@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 21945@end table
c906108c 21946
ee2d5c50 21947@item @code{e} --- reserved
c906108c 21948
ee2d5c50 21949Reserved for future use.
c906108c 21950
ee2d5c50 21951@item @code{E} --- reserved
c906108c 21952
ee2d5c50 21953Reserved for future use.
c906108c 21954
ee2d5c50
AC
21955@item @code{f} --- reserved
21956
21957Reserved for future use.
21958
0ce1b118
CV
21959@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
21960@cindex @code{F} packet
ee2d5c50 21961
0ce1b118
CV
21962This packet is send by @value{GDBN} as reply to a @code{F} request packet
21963sent by the target. This is part of the File-I/O protocol extension.
21964@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
21965
21966@item @code{g} --- read registers
21967@anchor{read registers packet}
21968@cindex @code{g} packet
21969
21970Read general registers.
21971
21972Reply:
21973@table @samp
21974@item @var{XX@dots{}}
8e04817f
AC
21975Each byte of register data is described by two hex digits. The bytes
21976with the register are transmitted in target byte order. The size of
21977each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
21978determined by the @value{GDBN} internal macros
21979@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
21980specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
21981@item E@var{NN}
21982for an error.
21983@end table
c906108c 21984
ee2d5c50
AC
21985@item @code{G}@var{XX@dots{}} --- write regs
21986@cindex @code{G} packet
c906108c 21987
ee2d5c50
AC
21988@xref{read registers packet}, for a description of the @var{XX@dots{}}
21989data.
21990
21991Reply:
21992@table @samp
21993@item OK
21994for success
21995@item E@var{NN}
21996for an error
21997@end table
21998
21999@item @code{h} --- reserved
22000
22001Reserved for future use.
22002
b383017d 22003@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 22004@cindex @code{H} packet
c906108c 22005
8e04817f 22006Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
22007@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
22008should be @samp{c} for step and continue operations, @samp{g} for other
22009operations. The thread designator @var{t@dots{}} may be -1, meaning all
22010the threads, a thread number, or zero which means pick any thread.
22011
22012Reply:
22013@table @samp
22014@item OK
22015for success
22016@item E@var{NN}
22017for an error
22018@end table
c906108c 22019
8e04817f
AC
22020@c FIXME: JTC:
22021@c 'H': How restrictive (or permissive) is the thread model. If a
22022@c thread is selected and stopped, are other threads allowed
22023@c to continue to execute? As I mentioned above, I think the
22024@c semantics of each command when a thread is selected must be
22025@c described. For example:
22026@c
22027@c 'g': If the stub supports threads and a specific thread is
22028@c selected, returns the register block from that thread;
22029@c otherwise returns current registers.
22030@c
22031@c 'G' If the stub supports threads and a specific thread is
22032@c selected, sets the registers of the register block of
22033@c that thread; otherwise sets current registers.
c906108c 22034
ee2d5c50
AC
22035@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
22036@anchor{cycle step packet}
22037@cindex @code{i} packet
22038
8e04817f
AC
22039Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
22040present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
22041step starting at that address.
c906108c 22042
ee2d5c50
AC
22043@item @code{I} --- signal then cycle step @strong{(reserved)}
22044@cindex @code{I} packet
22045
22046@xref{step with signal packet}. @xref{cycle step packet}.
22047
22048@item @code{j} --- reserved
22049
22050Reserved for future use.
22051
22052@item @code{J} --- reserved
c906108c 22053
ee2d5c50 22054Reserved for future use.
c906108c 22055
ee2d5c50
AC
22056@item @code{k} --- kill request
22057@cindex @code{k} packet
c906108c 22058
ac282366 22059FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
22060thread context has been selected (i.e.@: does 'k' kill only that
22061thread?)}.
c906108c 22062
ee2d5c50 22063@item @code{K} --- reserved
c906108c 22064
ee2d5c50
AC
22065Reserved for future use.
22066
22067@item @code{l} --- reserved
22068
22069Reserved for future use.
22070
22071@item @code{L} --- reserved
22072
22073Reserved for future use.
22074
22075@item @code{m}@var{addr}@code{,}@var{length} --- read memory
22076@cindex @code{m} packet
c906108c 22077
8e04817f 22078Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 22079Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 22080assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 22081transfer mechanism is needed.}
c906108c 22082
ee2d5c50
AC
22083Reply:
22084@table @samp
22085@item @var{XX@dots{}}
22086@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22087to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 22088that sized memory transfers are assumed using word aligned
ee2d5c50
AC
22089accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22090needed.}
22091@item E@var{NN}
22092@var{NN} is errno
22093@end table
22094
22095@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22096@cindex @code{M} packet
22097
8e04817f 22098Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
22099@var{XX@dots{}} is the data.
22100
22101Reply:
22102@table @samp
22103@item OK
22104for success
22105@item E@var{NN}
8e04817f
AC
22106for an error (this includes the case where only part of the data was
22107written).
ee2d5c50 22108@end table
c906108c 22109
ee2d5c50 22110@item @code{n} --- reserved
c906108c 22111
ee2d5c50 22112Reserved for future use.
c906108c 22113
ee2d5c50 22114@item @code{N} --- reserved
c906108c 22115
ee2d5c50 22116Reserved for future use.
c906108c 22117
ee2d5c50
AC
22118@item @code{o} --- reserved
22119
22120Reserved for future use.
22121
22122@item @code{O} --- reserved
22123
2e868123 22124@item @code{p}@var{hex number of register} --- read register packet
ee2d5c50
AC
22125@cindex @code{p} packet
22126
2e868123
AC
22127@xref{read registers packet}, for a description of how the returned
22128register value is encoded.
ee2d5c50
AC
22129
22130Reply:
22131@table @samp
2e868123
AC
22132@item @var{XX@dots{}}
22133the register's value
22134@item E@var{NN}
22135for an error
22136@item
22137Indicating an unrecognized @var{query}.
ee2d5c50
AC
22138@end table
22139
22140@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22141@anchor{write register packet}
22142@cindex @code{P} packet
22143
22144Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 22145digits for each byte in the register (target byte order).
c906108c 22146
ee2d5c50
AC
22147Reply:
22148@table @samp
22149@item OK
22150for success
22151@item E@var{NN}
22152for an error
22153@end table
22154
22155@item @code{q}@var{query} --- general query
22156@anchor{general query packet}
22157@cindex @code{q} packet
22158
22159Request info about @var{query}. In general @value{GDBN} queries have a
22160leading upper case letter. Custom vendor queries should use a company
22161prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
22162be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
22163that they match the full @var{query} name.
22164
22165Reply:
22166@table @samp
22167@item @var{XX@dots{}}
22168Hex encoded data from query. The reply can not be empty.
22169@item E@var{NN}
22170error reply
8e04817f 22171@item
ee2d5c50
AC
22172Indicating an unrecognized @var{query}.
22173@end table
22174
22175@item @code{Q}@var{var}@code{=}@var{val} --- general set
22176@cindex @code{Q} packet
22177
22178Set value of @var{var} to @var{val}.
22179
22180@xref{general query packet}, for a discussion of naming conventions.
c906108c 22181
ee2d5c50
AC
22182@item @code{r} --- reset @strong{(deprecated)}
22183@cindex @code{r} packet
c906108c 22184
8e04817f 22185Reset the entire system.
c906108c 22186
ee2d5c50
AC
22187@item @code{R}@var{XX} --- remote restart
22188@cindex @code{R} packet
22189
8e04817f
AC
22190Restart the program being debugged. @var{XX}, while needed, is ignored.
22191This packet is only available in extended mode.
ee2d5c50
AC
22192
22193Reply:
22194@table @samp
22195@item @emph{no reply}
8e04817f 22196The @samp{R} packet has no reply.
ee2d5c50
AC
22197@end table
22198
22199@item @code{s}@var{addr} --- step
22200@cindex @code{s} packet
c906108c 22201
8e04817f
AC
22202@var{addr} is address to resume. If @var{addr} is omitted, resume at
22203same address.
c906108c 22204
ee2d5c50
AC
22205Reply:
22206@xref{Stop Reply Packets}, for the reply specifications.
22207
22208@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22209@anchor{step with signal packet}
22210@cindex @code{S} packet
22211
8e04817f 22212Like @samp{C} but step not continue.
c906108c 22213
ee2d5c50
AC
22214Reply:
22215@xref{Stop Reply Packets}, for the reply specifications.
22216
b383017d 22217@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
22218@cindex @code{t} packet
22219
8e04817f 22220Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
22221@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
22222@var{addr} must be at least 3 digits.
c906108c 22223
ee2d5c50
AC
22224@item @code{T}@var{XX} --- thread alive
22225@cindex @code{T} packet
c906108c 22226
ee2d5c50 22227Find out if the thread XX is alive.
c906108c 22228
ee2d5c50
AC
22229Reply:
22230@table @samp
22231@item OK
22232thread is still alive
22233@item E@var{NN}
22234thread is dead
22235@end table
22236
22237@item @code{u} --- reserved
22238
22239Reserved for future use.
22240
22241@item @code{U} --- reserved
22242
22243Reserved for future use.
22244
86d30acc 22245@item @code{v} --- verbose packet prefix
ee2d5c50 22246
86d30acc
DJ
22247Packets starting with @code{v} are identified by a multi-letter name,
22248up to the first @code{;} or @code{?} (or the end of the packet).
22249
22250@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22251@cindex @code{vCont} packet
22252
22253Resume the inferior. Different actions may be specified for each thread.
22254If an action is specified with no @var{tid}, then it is applied to any
22255threads that don't have a specific action specified; if no default action is
22256specified then other threads should remain stopped. Specifying multiple
22257default actions is an error; specifying no actions is also an error.
22258Thread IDs are specified in hexadecimal. Currently supported actions are:
22259
22260@table @code
22261@item c
22262Continue.
22263@item C@var{sig}
22264Continue with signal @var{sig}. @var{sig} should be two hex digits.
22265@item s
22266Step.
22267@item S@var{sig}
22268Step with signal @var{sig}. @var{sig} should be two hex digits.
22269@end table
22270
22271The optional @var{addr} argument normally associated with these packets is
22272not supported in @code{vCont}.
22273
22274Reply:
22275@xref{Stop Reply Packets}, for the reply specifications.
22276
22277@item @code{vCont?} --- extended resume query
22278@cindex @code{vCont?} packet
22279
22280Query support for the @code{vCont} packet.
22281
22282Reply:
22283@table @samp
22284@item @code{vCont}[;@var{action}]...
22285The @code{vCont} packet is supported. Each @var{action} is a supported
22286command in the @code{vCont} packet.
22287@item
22288The @code{vCont} packet is not supported.
22289@end table
ee2d5c50
AC
22290
22291@item @code{V} --- reserved
c906108c 22292
ee2d5c50 22293Reserved for future use.
c906108c 22294
ee2d5c50 22295@item @code{w} --- reserved
c906108c 22296
ee2d5c50 22297Reserved for future use.
c906108c 22298
ee2d5c50 22299@item @code{W} --- reserved
c906108c 22300
ee2d5c50 22301Reserved for future use.
c906108c 22302
ee2d5c50
AC
22303@item @code{x} --- reserved
22304
22305Reserved for future use.
22306
22307@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22308@cindex @code{X} packet
22309
22310@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22311is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
69065f5d
AC
22312escaped using @code{0x7d}, and then XORed with @code{0x20}.
22313For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
c906108c 22314
ee2d5c50
AC
22315Reply:
22316@table @samp
22317@item OK
22318for success
22319@item E@var{NN}
22320for an error
22321@end table
22322
22323@item @code{y} --- reserved
c906108c 22324
ee2d5c50 22325Reserved for future use.
c906108c 22326
ee2d5c50
AC
22327@item @code{Y} reserved
22328
22329Reserved for future use.
22330
2f870471
AC
22331@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22332@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22333@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 22334@cindex @code{z} packet
2f870471 22335@cindex @code{Z} packets
ee2d5c50 22336
2f870471
AC
22337Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22338watchpoint starting at address @var{address} and covering the next
22339@var{length} bytes.
ee2d5c50 22340
2f870471
AC
22341Each breakpoint and watchpoint packet @var{type} is documented
22342separately.
22343
512217c7
AC
22344@emph{Implementation notes: A remote target shall return an empty string
22345for an unrecognized breakpoint or watchpoint packet @var{type}. A
22346remote target shall support either both or neither of a given
2f870471
AC
22347@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
22348avoid potential problems with duplicate packets, the operations should
22349be implemented in an idempotent way.}
22350
22351@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22352@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22353@cindex @code{z0} packet
22354@cindex @code{Z0} packet
22355
22356Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22357@code{addr} of size @code{length}.
22358
22359A memory breakpoint is implemented by replacing the instruction at
22360@var{addr} with a software breakpoint or trap instruction. The
22361@code{length} is used by targets that indicates the size of the
22362breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22363@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 22364
2f870471
AC
22365@emph{Implementation note: It is possible for a target to copy or move
22366code that contains memory breakpoints (e.g., when implementing
22367overlays). The behavior of this packet, in the presence of such a
22368target, is not defined.}
c906108c 22369
ee2d5c50
AC
22370Reply:
22371@table @samp
2f870471
AC
22372@item OK
22373success
22374@item
22375not supported
ee2d5c50
AC
22376@item E@var{NN}
22377for an error
2f870471
AC
22378@end table
22379
22380@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22381@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22382@cindex @code{z1} packet
22383@cindex @code{Z1} packet
22384
22385Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22386address @code{addr} of size @code{length}.
22387
22388A hardware breakpoint is implemented using a mechanism that is not
22389dependant on being able to modify the target's memory.
22390
22391@emph{Implementation note: A hardware breakpoint is not affected by code
22392movement.}
22393
22394Reply:
22395@table @samp
ee2d5c50 22396@item OK
2f870471
AC
22397success
22398@item
22399not supported
22400@item E@var{NN}
22401for an error
22402@end table
22403
22404@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22405@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22406@cindex @code{z2} packet
22407@cindex @code{Z2} packet
22408
22409Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22410
22411Reply:
22412@table @samp
22413@item OK
22414success
22415@item
22416not supported
22417@item E@var{NN}
22418for an error
22419@end table
22420
22421@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22422@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22423@cindex @code{z3} packet
22424@cindex @code{Z3} packet
22425
2e834e49 22426Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
22427
22428Reply:
22429@table @samp
22430@item OK
22431success
22432@item
22433not supported
22434@item E@var{NN}
22435for an error
22436@end table
22437
2e834e49
HPN
22438@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22439@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
22440@cindex @code{z4} packet
22441@cindex @code{Z4} packet
22442
22443Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22444
22445Reply:
22446@table @samp
22447@item OK
22448success
22449@item
22450not supported
22451@item E@var{NN}
22452for an error
ee2d5c50
AC
22453@end table
22454
22455@end table
c906108c 22456
ee2d5c50
AC
22457@node Stop Reply Packets
22458@section Stop Reply Packets
22459@cindex stop reply packets
c906108c 22460
8e04817f
AC
22461The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22462receive any of the below as a reply. In the case of the @samp{C},
22463@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22464when the target halts. In the below the exact meaning of @samp{signal
22465number} is poorly defined. In general one of the UNIX signal numbering
22466conventions is used.
c906108c 22467
ee2d5c50 22468@table @samp
c906108c 22469
ee2d5c50
AC
22470@item S@var{AA}
22471@var{AA} is the signal number
c906108c 22472
8e04817f 22473@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
22474@cindex @code{T} packet reply
22475
8e04817f
AC
22476@var{AA} = two hex digit signal number; @var{n...} = register number
22477(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
22478by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22479@var{r...} = thread process ID, this is a hex integer; @var{n...} =
22480(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22481address, this is a hex integer; @var{n...} = other string not starting
22482with valid hex digit. @value{GDBN} should ignore this @var{n...},
22483@var{r...} pair and go on to the next. This way we can extend the
22484protocol.
c906108c 22485
ee2d5c50
AC
22486@item W@var{AA}
22487
8e04817f 22488The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
22489applicable to certain targets.
22490
22491@item X@var{AA}
c906108c 22492
8e04817f 22493The process terminated with signal @var{AA}.
c906108c 22494
ee2d5c50 22495@item O@var{XX@dots{}}
c906108c 22496
ee2d5c50
AC
22497@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
22498any time while the program is running and the debugger should continue
22499to wait for @samp{W}, @samp{T}, etc.
22500
0ce1b118
CV
22501@item F@var{call-id}@code{,}@var{parameter@dots{}}
22502
22503@var{call-id} is the identifier which says which host system call should
22504be called. This is just the name of the function. Translation into the
22505correct system call is only applicable as it's defined in @value{GDBN}.
22506@xref{File-I/O remote protocol extension}, for a list of implemented
22507system calls.
22508
22509@var{parameter@dots{}} is a list of parameters as defined for this very
22510system call.
22511
22512The target replies with this packet when it expects @value{GDBN} to call
22513a host system call on behalf of the target. @value{GDBN} replies with
22514an appropriate @code{F} packet and keeps up waiting for the next reply
22515packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
22516@samp{s} action is expected to be continued.
22517@xref{File-I/O remote protocol extension}, for more details.
22518
ee2d5c50
AC
22519@end table
22520
22521@node General Query Packets
22522@section General Query Packets
9c16f35a 22523@cindex remote query requests
c906108c 22524
8e04817f 22525The following set and query packets have already been defined.
c906108c 22526
ee2d5c50 22527@table @r
c906108c 22528
ee2d5c50 22529@item @code{q}@code{C} --- current thread
9c16f35a
EZ
22530@cindex current thread, remote request
22531@cindex @code{qC} packet
ee2d5c50
AC
22532Return the current thread id.
22533
22534Reply:
22535@table @samp
22536@item @code{QC}@var{pid}
e1aac25b 22537Where @var{pid} is an unsigned hexidecimal process id.
ee2d5c50
AC
22538@item *
22539Any other reply implies the old pid.
22540@end table
22541
22542@item @code{q}@code{fThreadInfo} -- all thread ids
9c16f35a
EZ
22543@cindex list active threads, remote request
22544@cindex @code{qfThreadInfo} packet
ee2d5c50 22545@code{q}@code{sThreadInfo}
c906108c 22546
8e04817f
AC
22547Obtain a list of active thread ids from the target (OS). Since there
22548may be too many active threads to fit into one reply packet, this query
22549works iteratively: it may require more than one query/reply sequence to
22550obtain the entire list of threads. The first query of the sequence will
22551be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22552sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
22553
22554NOTE: replaces the @code{qL} query (see below).
22555
22556Reply:
22557@table @samp
22558@item @code{m}@var{id}
22559A single thread id
22560@item @code{m}@var{id},@var{id}@dots{}
22561a comma-separated list of thread ids
22562@item @code{l}
22563(lower case 'el') denotes end of list.
22564@end table
22565
22566In response to each query, the target will reply with a list of one or
e1aac25b
JB
22567more thread ids, in big-endian unsigned hex, separated by commas.
22568@value{GDBN} will respond to each reply with a request for more thread
22569ids (using the @code{qs} form of the query), until the target responds
22570with @code{l} (lower-case el, for @code{'last'}).
c906108c 22571
ee2d5c50 22572@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
9c16f35a
EZ
22573@cindex thread attributes info, remote request
22574@cindex @code{qThreadExtraInfo} packet
ee2d5c50
AC
22575Where @var{id} is a thread-id in big-endian hex. Obtain a printable
22576string description of a thread's attributes from the target OS. This
22577string may contain anything that the target OS thinks is interesting for
22578@value{GDBN} to tell the user about the thread. The string is displayed
22579in @value{GDBN}'s @samp{info threads} display. Some examples of
22580possible thread extra info strings are ``Runnable'', or ``Blocked on
22581Mutex''.
22582
22583Reply:
22584@table @samp
22585@item @var{XX@dots{}}
22586Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22587the printable string containing the extra information about the thread's
8e04817f 22588attributes.
ee2d5c50
AC
22589@end table
22590
22591@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 22592
8e04817f
AC
22593Obtain thread information from RTOS. Where: @var{startflag} (one hex
22594digit) is one to indicate the first query and zero to indicate a
22595subsequent query; @var{threadcount} (two hex digits) is the maximum
22596number of threads the response packet can contain; and @var{nextthread}
22597(eight hex digits), for subsequent queries (@var{startflag} is zero), is
22598returned in the response as @var{argthread}.
ee2d5c50
AC
22599
22600NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22601(see above).
22602
22603Reply:
22604@table @samp
22605@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
22606Where: @var{count} (two hex digits) is the number of threads being
22607returned; @var{done} (one hex digit) is zero to indicate more threads
22608and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
22609digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22610is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 22611digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 22612@end table
c906108c 22613
ee2d5c50 22614@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
9c16f35a
EZ
22615@cindex CRC of memory block, remote request
22616@cindex @code{qCRC} packet
ee2d5c50
AC
22617Reply:
22618@table @samp
22619@item @code{E}@var{NN}
22620An error (such as memory fault)
22621@item @code{C}@var{CRC32}
22622A 32 bit cyclic redundancy check of the specified memory region.
22623@end table
22624
22625@item @code{q}@code{Offsets} --- query sect offs
9c16f35a
EZ
22626@cindex section offsets, remote request
22627@cindex @code{qOffsets} packet
8e04817f
AC
22628Get section offsets that the target used when re-locating the downloaded
22629image. @emph{Note: while a @code{Bss} offset is included in the
22630response, @value{GDBN} ignores this and instead applies the @code{Data}
22631offset to the @code{Bss} section.}
c906108c 22632
ee2d5c50
AC
22633Reply:
22634@table @samp
22635@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22636@end table
22637
22638@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
9c16f35a
EZ
22639@cindex thread information, remote request
22640@cindex @code{qP} packet
8e04817f
AC
22641Returns information on @var{threadid}. Where: @var{mode} is a hex
22642encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
22643
22644Reply:
22645@table @samp
22646@item *
22647@end table
22648
8e04817f 22649See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 22650
ee2d5c50 22651@item @code{q}@code{Rcmd,}@var{command} --- remote command
9c16f35a
EZ
22652@cindex execute remote command, remote request
22653@cindex @code{qRcmd} packet
ee2d5c50 22654@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
22655execution. Invalid commands should be reported using the output string.
22656Before the final result packet, the target may also respond with a
ee2d5c50
AC
22657number of intermediate @code{O}@var{output} console output packets.
22658@emph{Implementors should note that providing access to a stubs's
22659interpreter may have security implications}.
22660
22661Reply:
22662@table @samp
22663@item OK
8e04817f 22664A command response with no output.
ee2d5c50 22665@item @var{OUTPUT}
8e04817f 22666A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 22667@item @code{E}@var{NN}
8e04817f 22668Indicate a badly formed request.
ee2d5c50 22669@item @samp{}
8e04817f 22670When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50 22671@end table
9c16f35a 22672z
ee2d5c50 22673@item @code{qSymbol::} --- symbol lookup
9c16f35a
EZ
22674@cindex symbol lookup, remote request
22675@cindex @code{qSymbol} packet
8e04817f
AC
22676Notify the target that @value{GDBN} is prepared to serve symbol lookup
22677requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
22678
22679Reply:
22680@table @samp
22681@item @code{OK}
8e04817f 22682The target does not need to look up any (more) symbols.
ee2d5c50
AC
22683@item @code{qSymbol:}@var{sym_name}
22684The target requests the value of symbol @var{sym_name} (hex encoded).
22685@value{GDBN} may provide the value by using the
22686@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22687@end table
22688
22689@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22690
22691Set the value of @var{sym_name} to @var{sym_value}.
22692
22693@var{sym_name} (hex encoded) is the name of a symbol whose value the
22694target has previously requested.
22695
22696@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
22697@value{GDBN} cannot supply a value for @var{sym_name}, then this field
22698will be empty.
22699
22700Reply:
22701@table @samp
22702@item @code{OK}
8e04817f 22703The target does not need to look up any (more) symbols.
ee2d5c50
AC
22704@item @code{qSymbol:}@var{sym_name}
22705The target requests the value of a new symbol @var{sym_name} (hex
22706encoded). @value{GDBN} will continue to supply the values of symbols
22707(if available), until the target ceases to request them.
22708@end table
eb12ee30 22709
649e03f6 22710@item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
9c16f35a
EZ
22711@cindex read special object, remote request
22712@cindex @code{qPart} packet
649e03f6
RM
22713Read uninterpreted bytes from the target's special data area
22714identified by the keyword @code{object}.
22715Request @var{length} bytes starting at @var{offset} bytes into the data.
22716The content and encoding of @var{annex} is specific to the object;
22717it can supply additional details about what data to access.
22718
22719Here are the specific requests of this form defined so far.
22720All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22721requests use the same reply formats, listed below.
22722
22723@table @asis
22724@item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
721c2651
EZ
22725Access the target's @dfn{auxiliary vector}. @xref{OS Information,
22726auxiliary vector}, and see @ref{Remote configuration,
22727read-aux-vector-packet}. Note @var{annex} must be empty.
649e03f6
RM
22728@end table
22729
22730Reply:
22731@table @asis
22732@item @code{OK}
22733The @var{offset} in the request is at the end of the data.
22734There is no more data to be read.
22735
22736@item @var{XX@dots{}}
22737Hex encoded data bytes read.
22738This may be fewer bytes than the @var{length} in the request.
22739
22740@item @code{E00}
22741The request was malformed, or @var{annex} was invalid.
22742
22743@item @code{E}@var{nn}
22744The offset was invalid, or there was an error encountered reading the data.
22745@var{nn} is a hex-encoded @code{errno} value.
22746
22747@item @code{""} (empty)
22748An empty reply indicates the @var{object} or @var{annex} string was not
22749recognized by the stub.
22750@end table
22751
22752@item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
9c16f35a 22753@cindex write data into object, remote request
649e03f6
RM
22754Write uninterpreted bytes into the target's special data area
22755identified by the keyword @code{object},
22756starting at @var{offset} bytes into the data.
22757@var{data@dots{}} is the hex-encoded data to be written.
22758The content and encoding of @var{annex} is specific to the object;
22759it can supply additional details about what data to access.
22760
22761No requests of this form are presently in use. This specification
22762serves as a placeholder to document the common format that new
22763specific request specifications ought to use.
22764
22765Reply:
22766@table @asis
22767@item @var{nn}
22768@var{nn} (hex encoded) is the number of bytes written.
22769This may be fewer bytes than supplied in the request.
22770
22771@item @code{E00}
22772The request was malformed, or @var{annex} was invalid.
22773
22774@item @code{E}@var{nn}
22775The offset was invalid, or there was an error encountered writing the data.
22776@var{nn} is a hex-encoded @code{errno} value.
22777
22778@item @code{""} (empty)
22779An empty reply indicates the @var{object} or @var{annex} string was not
22780recognized by the stub, or that the object does not support writing.
22781@end table
22782
22783@item @code{qPart}:@var{object}:@var{operation}:@dots{}
22784Requests of this form may be added in the future. When a stub does
22785not recognize the @var{object} keyword, or its support for
22786@var{object} does not recognize the @var{operation} keyword,
22787the stub must respond with an empty packet.
83761cbd
KB
22788
22789@item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
9c16f35a
EZ
22790@cindex get thread-local storage address, remote request
22791@cindex @code{qGetTLSAddr} packet
83761cbd
KB
22792Fetch the address associated with thread local storage specified
22793by @var{thread-id}, @var{offset}, and @var{lm}.
22794
22795@var{thread-id} is the (big endian, hex encoded) thread id associated with the
22796thread for which to fetch the TLS address.
22797
22798@var{offset} is the (big endian, hex encoded) offset associated with the
22799thread local variable. (This offset is obtained from the debug
22800information associated with the variable.)
22801
22802@var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22803the load module associated with the thread local storage. For example,
22804a @sc{gnu}/Linux system will pass the link map address of the shared
22805object associated with the thread local storage under consideration.
22806Other operating environments may choose to represent the load module
22807differently, so the precise meaning of this parameter will vary.
22808
22809Reply:
22810@table @asis
68c71a2e 22811@item @var{XX@dots{}}
83761cbd
KB
22812Hex encoded (big endian) bytes representing the address of the thread
22813local storage requested.
22814
22815@item @code{E}@var{nn} (where @var{nn} are hex digits)
22816An error occurred.
22817
22818@item @code{""} (empty)
22819An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22820@end table
22821
0abb7bc7
EZ
22822Use of this request packet is controlled by the @code{set remote
22823get-thread-local-storage-address} command (@pxref{Remote
22824configuration, set remote get-thread-local-storage-address}).
22825
ee2d5c50
AC
22826@end table
22827
22828@node Register Packet Format
22829@section Register Packet Format
eb12ee30 22830
8e04817f 22831The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
22832In the below, some thirty-two bit registers are transferred as
22833sixty-four bits. Those registers should be zero/sign extended (which?)
22834to fill the space allocated. Register bytes are transfered in target
22835byte order. The two nibbles within a register byte are transfered
22836most-significant - least-significant.
eb12ee30 22837
ee2d5c50 22838@table @r
eb12ee30 22839
8e04817f 22840@item MIPS32
ee2d5c50 22841
8e04817f
AC
22842All registers are transfered as thirty-two bit quantities in the order:
2284332 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22844registers; fsr; fir; fp.
eb12ee30 22845
8e04817f 22846@item MIPS64
ee2d5c50 22847
8e04817f
AC
22848All registers are transfered as sixty-four bit quantities (including
22849thirty-two bit registers such as @code{sr}). The ordering is the same
22850as @code{MIPS32}.
eb12ee30 22851
ee2d5c50
AC
22852@end table
22853
22854@node Examples
22855@section Examples
eb12ee30 22856
8e04817f
AC
22857Example sequence of a target being re-started. Notice how the restart
22858does not get any direct output:
eb12ee30 22859
474c8240 22860@smallexample
d2c6833e
AC
22861-> @code{R00}
22862<- @code{+}
8e04817f 22863@emph{target restarts}
d2c6833e 22864-> @code{?}
8e04817f 22865<- @code{+}
d2c6833e
AC
22866<- @code{T001:1234123412341234}
22867-> @code{+}
474c8240 22868@end smallexample
eb12ee30 22869
8e04817f 22870Example sequence of a target being stepped by a single instruction:
eb12ee30 22871
474c8240 22872@smallexample
d2c6833e 22873-> @code{G1445@dots{}}
8e04817f 22874<- @code{+}
d2c6833e
AC
22875-> @code{s}
22876<- @code{+}
22877@emph{time passes}
22878<- @code{T001:1234123412341234}
8e04817f 22879-> @code{+}
d2c6833e 22880-> @code{g}
8e04817f 22881<- @code{+}
d2c6833e
AC
22882<- @code{1455@dots{}}
22883-> @code{+}
474c8240 22884@end smallexample
eb12ee30 22885
0ce1b118
CV
22886@node File-I/O remote protocol extension
22887@section File-I/O remote protocol extension
22888@cindex File-I/O remote protocol extension
22889
22890@menu
22891* File-I/O Overview::
22892* Protocol basics::
1d8b2f28
JB
22893* The F request packet::
22894* The F reply packet::
0ce1b118
CV
22895* Memory transfer::
22896* The Ctrl-C message::
22897* Console I/O::
22898* The isatty call::
22899* The system call::
22900* List of supported calls::
22901* Protocol specific representation of datatypes::
22902* Constants::
22903* File-I/O Examples::
22904@end menu
22905
22906@node File-I/O Overview
22907@subsection File-I/O Overview
22908@cindex file-i/o overview
22909
9c16f35a
EZ
22910The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
22911target to use the host's file system and console I/O when calling various
0ce1b118
CV
22912system calls. System calls on the target system are translated into a
22913remote protocol packet to the host system which then performs the needed
22914actions and returns with an adequate response packet to the target system.
22915This simulates file system operations even on targets that lack file systems.
22916
22917The protocol is defined host- and target-system independent. It uses
9c16f35a 22918its own independent representation of datatypes and values. Both,
0ce1b118
CV
22919@value{GDBN} and the target's @value{GDBN} stub are responsible for
22920translating the system dependent values into the unified protocol values
22921when data is transmitted.
22922
22923The communication is synchronous. A system call is possible only
22924when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
22925packets. While @value{GDBN} handles the request for a system call,
22926the target is stopped to allow deterministic access to the target's
22927memory. Therefore File-I/O is not interuptible by target signals. It
22928is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
22929
22930The target's request to perform a host system call does not finish
22931the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
22932after finishing the system call, the target returns to continuing the
22933previous activity (continue, step). No additional continue or step
22934request from @value{GDBN} is required.
22935
22936@smallexample
f7dc1244 22937(@value{GDBP}) continue
0ce1b118
CV
22938 <- target requests 'system call X'
22939 target is stopped, @value{GDBN} executes system call
22940 -> GDB returns result
22941 ... target continues, GDB returns to wait for the target
22942 <- target hits breakpoint and sends a Txx packet
22943@end smallexample
22944
22945The protocol is only used for files on the host file system and
22946for I/O on the console. Character or block special devices, pipes,
22947named pipes or sockets or any other communication method on the host
22948system are not supported by this protocol.
22949
22950@node Protocol basics
22951@subsection Protocol basics
22952@cindex protocol basics, file-i/o
22953
22954The File-I/O protocol uses the @code{F} packet, as request as well
22955as as reply packet. Since a File-I/O system call can only occur when
b383017d 22956@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
22957File-I/O request is a reply that @value{GDBN} has to expect as a result
22958of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
22959This @code{F} packet contains all information needed to allow @value{GDBN}
22960to call the appropriate host system call:
22961
22962@itemize @bullet
b383017d 22963@item
0ce1b118
CV
22964A unique identifier for the requested system call.
22965
22966@item
22967All parameters to the system call. Pointers are given as addresses
22968in the target memory address space. Pointers to strings are given as
b383017d 22969pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
22970Numerical control values are given in a protocol specific representation.
22971
22972@end itemize
22973
22974At that point @value{GDBN} has to perform the following actions.
22975
22976@itemize @bullet
b383017d 22977@item
0ce1b118
CV
22978If parameter pointer values are given, which point to data needed as input
22979to a system call, @value{GDBN} requests this data from the target with a
22980standard @code{m} packet request. This additional communication has to be
22981expected by the target implementation and is handled as any other @code{m}
22982packet.
22983
22984@item
22985@value{GDBN} translates all value from protocol representation to host
22986representation as needed. Datatypes are coerced into the host types.
22987
22988@item
22989@value{GDBN} calls the system call
22990
22991@item
22992It then coerces datatypes back to protocol representation.
22993
22994@item
22995If pointer parameters in the request packet point to buffer space in which
22996a system call is expected to copy data to, the data is transmitted to the
22997target using a @code{M} or @code{X} packet. This packet has to be expected
22998by the target implementation and is handled as any other @code{M} or @code{X}
22999packet.
23000
23001@end itemize
23002
23003Eventually @value{GDBN} replies with another @code{F} packet which contains all
23004necessary information for the target to continue. This at least contains
23005
23006@itemize @bullet
23007@item
23008Return value.
23009
23010@item
23011@code{errno}, if has been changed by the system call.
23012
23013@item
23014``Ctrl-C'' flag.
23015
23016@end itemize
23017
23018After having done the needed type and value coercion, the target continues
23019the latest continue or step action.
23020
1d8b2f28 23021@node The F request packet
0ce1b118
CV
23022@subsection The @code{F} request packet
23023@cindex file-i/o request packet
23024@cindex @code{F} request packet
23025
23026The @code{F} request packet has the following format:
23027
23028@table @samp
23029
23030@smallexample
23031@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
23032@end smallexample
23033
23034@var{call-id} is the identifier to indicate the host system call to be called.
23035This is just the name of the function.
23036
23037@var{parameter@dots{}} are the parameters to the system call.
23038
b383017d 23039@end table
0ce1b118
CV
23040
23041Parameters are hexadecimal integer values, either the real values in case
23042of scalar datatypes, as pointers to target buffer space in case of compound
23043datatypes and unspecified memory areas or as pointer/length pairs in case
23044of string parameters. These are appended to the call-id, each separated
23045from its predecessor by a comma. All values are transmitted in ASCII
23046string representation, pointer/length pairs separated by a slash.
23047
1d8b2f28 23048@node The F reply packet
0ce1b118
CV
23049@subsection The @code{F} reply packet
23050@cindex file-i/o reply packet
23051@cindex @code{F} reply packet
23052
23053The @code{F} reply packet has the following format:
23054
23055@table @samp
23056
23057@smallexample
23058@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23059@end smallexample
23060
23061@var{retcode} is the return code of the system call as hexadecimal value.
23062
23063@var{errno} is the errno set by the call, in protocol specific representation.
23064This parameter can be omitted if the call was successful.
23065
23066@var{Ctrl-C flag} is only send if the user requested a break. In this
23067case, @var{errno} must be send as well, even if the call was successful.
23068The @var{Ctrl-C flag} itself consists of the character 'C':
23069
23070@smallexample
23071F0,0,C
23072@end smallexample
23073
23074@noindent
23075or, if the call was interupted before the host call has been performed:
23076
23077@smallexample
23078F-1,4,C
23079@end smallexample
23080
23081@noindent
23082assuming 4 is the protocol specific representation of @code{EINTR}.
23083
23084@end table
23085
23086@node Memory transfer
23087@subsection Memory transfer
23088@cindex memory transfer, in file-i/o protocol
23089
23090Structured data which is transferred using a memory read or write as e.g.@:
23091a @code{struct stat} is expected to be in a protocol specific format with
23092all scalar multibyte datatypes being big endian. This should be done by
23093the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23094it transfers memory to the target. Transferred pointers to structured
23095data should point to the already coerced data at any time.
23096
23097@node The Ctrl-C message
23098@subsection The Ctrl-C message
23099@cindex ctrl-c message, in file-i/o protocol
23100
23101A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23102reply packet. In this case the target should behave, as if it had
23103gotten a break message. The meaning for the target is ``system call
23104interupted by @code{SIGINT}''. Consequentially, the target should actually stop
23105(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 23106packet. In this case, it's important for the target to know, in which
0ce1b118
CV
23107state the system call was interrupted. Since this action is by design
23108not an atomic operation, we have to differ between two cases:
23109
23110@itemize @bullet
23111@item
23112The system call hasn't been performed on the host yet.
23113
23114@item
23115The system call on the host has been finished.
23116
23117@end itemize
23118
23119These two states can be distinguished by the target by the value of the
23120returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
23121call hasn't been performed. This is equivalent to the @code{EINTR} handling
23122on POSIX systems. In any other case, the target may presume that the
23123system call has been finished --- successful or not --- and should behave
23124as if the break message arrived right after the system call.
23125
23126@value{GDBN} must behave reliable. If the system call has not been called
23127yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23128@code{errno} in the packet. If the system call on the host has been finished
23129before the user requests a break, the full action must be finshed by
23130@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
23131The @code{F} packet may only be send when either nothing has happened
23132or the full action has been completed.
23133
23134@node Console I/O
23135@subsection Console I/O
23136@cindex console i/o as part of file-i/o
23137
23138By default and if not explicitely closed by the target system, the file
23139descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
23140on the @value{GDBN} console is handled as any other file output operation
23141(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
23142by @value{GDBN} so that after the target read request from file descriptor
231430 all following typing is buffered until either one of the following
23144conditions is met:
23145
23146@itemize @bullet
23147@item
23148The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
23149@code{read}
23150system call is treated as finished.
23151
23152@item
23153The user presses @kbd{Enter}. This is treated as end of input with a trailing
23154line feed.
23155
23156@item
23157The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
23158character, especially no Ctrl-D is appended to the input.
23159
23160@end itemize
23161
23162If the user has typed more characters as fit in the buffer given to
23163the read call, the trailing characters are buffered in @value{GDBN} until
23164either another @code{read(0, @dots{})} is requested by the target or debugging
23165is stopped on users request.
23166
23167@node The isatty call
2eecc4ab 23168@subsection The @samp{isatty} function call
0ce1b118
CV
23169@cindex isatty call, file-i/o protocol
23170
23171A special case in this protocol is the library call @code{isatty} which
9c16f35a 23172is implemented as its own call inside of this protocol. It returns
0ce1b118
CV
231731 to the target if the file descriptor given as parameter is attached
23174to the @value{GDBN} console, 0 otherwise. Implementing through system calls
23175would require implementing @code{ioctl} and would be more complex than
23176needed.
23177
23178@node The system call
2eecc4ab 23179@subsection The @samp{system} function call
0ce1b118
CV
23180@cindex system call, file-i/o protocol
23181
23182The other special case in this protocol is the @code{system} call which
9c16f35a 23183is implemented as its own call, too. @value{GDBN} is taking over the full
0ce1b118
CV
23184task of calling the necessary host calls to perform the @code{system}
23185call. The return value of @code{system} is simplified before it's returned
23186to the target. Basically, the only signal transmitted back is @code{EINTR}
23187in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
23188entirely of the exit status of the called command.
23189
9c16f35a
EZ
23190Due to security concerns, the @code{system} call is by default refused
23191by @value{GDBN}. The user has to allow this call explicitly with the
23192@kbd{set remote system-call-allowed 1} command.
0ce1b118 23193
9c16f35a
EZ
23194@table @code
23195@item set remote system-call-allowed
23196@kindex set remote system-call-allowed
23197Control whether to allow the @code{system} calls in the File I/O
23198protocol for the remote target. The default is zero (disabled).
0ce1b118 23199
9c16f35a 23200@item show remote system-call-allowed
0ce1b118 23201@kindex show remote system-call-allowed
9c16f35a
EZ
23202Show the current setting of system calls for the remote File I/O
23203protocol.
0ce1b118
CV
23204@end table
23205
23206@node List of supported calls
23207@subsection List of supported calls
23208@cindex list of supported file-i/o calls
23209
23210@menu
23211* open::
23212* close::
23213* read::
23214* write::
23215* lseek::
23216* rename::
23217* unlink::
23218* stat/fstat::
23219* gettimeofday::
23220* isatty::
23221* system::
23222@end menu
23223
23224@node open
23225@unnumberedsubsubsec open
23226@cindex open, file-i/o system call
23227
23228@smallexample
23229@exdent Synopsis:
23230int open(const char *pathname, int flags);
23231int open(const char *pathname, int flags, mode_t mode);
23232
b383017d 23233@exdent Request:
0ce1b118
CV
23234Fopen,pathptr/len,flags,mode
23235@end smallexample
23236
23237@noindent
23238@code{flags} is the bitwise or of the following values:
23239
23240@table @code
b383017d 23241@item O_CREAT
0ce1b118
CV
23242If the file does not exist it will be created. The host
23243rules apply as far as file ownership and time stamps
23244are concerned.
23245
b383017d 23246@item O_EXCL
0ce1b118
CV
23247When used with O_CREAT, if the file already exists it is
23248an error and open() fails.
23249
b383017d 23250@item O_TRUNC
0ce1b118
CV
23251If the file already exists and the open mode allows
23252writing (O_RDWR or O_WRONLY is given) it will be
23253truncated to length 0.
23254
b383017d 23255@item O_APPEND
0ce1b118
CV
23256The file is opened in append mode.
23257
b383017d 23258@item O_RDONLY
0ce1b118
CV
23259The file is opened for reading only.
23260
b383017d 23261@item O_WRONLY
0ce1b118
CV
23262The file is opened for writing only.
23263
b383017d 23264@item O_RDWR
0ce1b118
CV
23265The file is opened for reading and writing.
23266
23267@noindent
23268Each other bit is silently ignored.
23269
23270@end table
23271
23272@noindent
23273@code{mode} is the bitwise or of the following values:
23274
23275@table @code
b383017d 23276@item S_IRUSR
0ce1b118
CV
23277User has read permission.
23278
b383017d 23279@item S_IWUSR
0ce1b118
CV
23280User has write permission.
23281
b383017d 23282@item S_IRGRP
0ce1b118
CV
23283Group has read permission.
23284
b383017d 23285@item S_IWGRP
0ce1b118
CV
23286Group has write permission.
23287
b383017d 23288@item S_IROTH
0ce1b118
CV
23289Others have read permission.
23290
b383017d 23291@item S_IWOTH
0ce1b118
CV
23292Others have write permission.
23293
23294@noindent
23295Each other bit is silently ignored.
23296
23297@end table
23298
23299@smallexample
23300@exdent Return value:
23301open returns the new file descriptor or -1 if an error
23302occured.
23303
23304@exdent Errors:
23305@end smallexample
23306
23307@table @code
b383017d 23308@item EEXIST
0ce1b118
CV
23309pathname already exists and O_CREAT and O_EXCL were used.
23310
b383017d 23311@item EISDIR
0ce1b118
CV
23312pathname refers to a directory.
23313
b383017d 23314@item EACCES
0ce1b118
CV
23315The requested access is not allowed.
23316
23317@item ENAMETOOLONG
23318pathname was too long.
23319
b383017d 23320@item ENOENT
0ce1b118
CV
23321A directory component in pathname does not exist.
23322
b383017d 23323@item ENODEV
0ce1b118
CV
23324pathname refers to a device, pipe, named pipe or socket.
23325
b383017d 23326@item EROFS
0ce1b118
CV
23327pathname refers to a file on a read-only filesystem and
23328write access was requested.
23329
b383017d 23330@item EFAULT
0ce1b118
CV
23331pathname is an invalid pointer value.
23332
b383017d 23333@item ENOSPC
0ce1b118
CV
23334No space on device to create the file.
23335
b383017d 23336@item EMFILE
0ce1b118
CV
23337The process already has the maximum number of files open.
23338
b383017d 23339@item ENFILE
0ce1b118
CV
23340The limit on the total number of files open on the system
23341has been reached.
23342
b383017d 23343@item EINTR
0ce1b118
CV
23344The call was interrupted by the user.
23345@end table
23346
23347@node close
23348@unnumberedsubsubsec close
23349@cindex close, file-i/o system call
23350
23351@smallexample
b383017d 23352@exdent Synopsis:
0ce1b118
CV
23353int close(int fd);
23354
b383017d 23355@exdent Request:
0ce1b118
CV
23356Fclose,fd
23357
23358@exdent Return value:
23359close returns zero on success, or -1 if an error occurred.
23360
23361@exdent Errors:
23362@end smallexample
23363
23364@table @code
b383017d 23365@item EBADF
0ce1b118
CV
23366fd isn't a valid open file descriptor.
23367
b383017d 23368@item EINTR
0ce1b118
CV
23369The call was interrupted by the user.
23370@end table
23371
23372@node read
23373@unnumberedsubsubsec read
23374@cindex read, file-i/o system call
23375
23376@smallexample
b383017d 23377@exdent Synopsis:
0ce1b118
CV
23378int read(int fd, void *buf, unsigned int count);
23379
b383017d 23380@exdent Request:
0ce1b118
CV
23381Fread,fd,bufptr,count
23382
23383@exdent Return value:
23384On success, the number of bytes read is returned.
23385Zero indicates end of file. If count is zero, read
b383017d 23386returns zero as well. On error, -1 is returned.
0ce1b118
CV
23387
23388@exdent Errors:
23389@end smallexample
23390
23391@table @code
b383017d 23392@item EBADF
0ce1b118
CV
23393fd is not a valid file descriptor or is not open for
23394reading.
23395
b383017d 23396@item EFAULT
0ce1b118
CV
23397buf is an invalid pointer value.
23398
b383017d 23399@item EINTR
0ce1b118
CV
23400The call was interrupted by the user.
23401@end table
23402
23403@node write
23404@unnumberedsubsubsec write
23405@cindex write, file-i/o system call
23406
23407@smallexample
b383017d 23408@exdent Synopsis:
0ce1b118
CV
23409int write(int fd, const void *buf, unsigned int count);
23410
b383017d 23411@exdent Request:
0ce1b118
CV
23412Fwrite,fd,bufptr,count
23413
23414@exdent Return value:
23415On success, the number of bytes written are returned.
23416Zero indicates nothing was written. On error, -1
23417is returned.
23418
23419@exdent Errors:
23420@end smallexample
23421
23422@table @code
b383017d 23423@item EBADF
0ce1b118
CV
23424fd is not a valid file descriptor or is not open for
23425writing.
23426
b383017d 23427@item EFAULT
0ce1b118
CV
23428buf is an invalid pointer value.
23429
b383017d 23430@item EFBIG
0ce1b118
CV
23431An attempt was made to write a file that exceeds the
23432host specific maximum file size allowed.
23433
b383017d 23434@item ENOSPC
0ce1b118
CV
23435No space on device to write the data.
23436
b383017d 23437@item EINTR
0ce1b118
CV
23438The call was interrupted by the user.
23439@end table
23440
23441@node lseek
23442@unnumberedsubsubsec lseek
23443@cindex lseek, file-i/o system call
23444
23445@smallexample
b383017d 23446@exdent Synopsis:
0ce1b118
CV
23447long lseek (int fd, long offset, int flag);
23448
b383017d 23449@exdent Request:
0ce1b118
CV
23450Flseek,fd,offset,flag
23451@end smallexample
23452
23453@code{flag} is one of:
23454
23455@table @code
b383017d 23456@item SEEK_SET
0ce1b118
CV
23457The offset is set to offset bytes.
23458
b383017d 23459@item SEEK_CUR
0ce1b118
CV
23460The offset is set to its current location plus offset
23461bytes.
23462
b383017d 23463@item SEEK_END
0ce1b118
CV
23464The offset is set to the size of the file plus offset
23465bytes.
23466@end table
23467
23468@smallexample
23469@exdent Return value:
23470On success, the resulting unsigned offset in bytes from
23471the beginning of the file is returned. Otherwise, a
23472value of -1 is returned.
23473
23474@exdent Errors:
23475@end smallexample
23476
23477@table @code
b383017d 23478@item EBADF
0ce1b118
CV
23479fd is not a valid open file descriptor.
23480
b383017d 23481@item ESPIPE
0ce1b118
CV
23482fd is associated with the @value{GDBN} console.
23483
b383017d 23484@item EINVAL
0ce1b118
CV
23485flag is not a proper value.
23486
b383017d 23487@item EINTR
0ce1b118
CV
23488The call was interrupted by the user.
23489@end table
23490
23491@node rename
23492@unnumberedsubsubsec rename
23493@cindex rename, file-i/o system call
23494
23495@smallexample
b383017d 23496@exdent Synopsis:
0ce1b118
CV
23497int rename(const char *oldpath, const char *newpath);
23498
b383017d 23499@exdent Request:
0ce1b118
CV
23500Frename,oldpathptr/len,newpathptr/len
23501
23502@exdent Return value:
23503On success, zero is returned. On error, -1 is returned.
23504
23505@exdent Errors:
23506@end smallexample
23507
23508@table @code
b383017d 23509@item EISDIR
0ce1b118
CV
23510newpath is an existing directory, but oldpath is not a
23511directory.
23512
b383017d 23513@item EEXIST
0ce1b118
CV
23514newpath is a non-empty directory.
23515
b383017d 23516@item EBUSY
0ce1b118
CV
23517oldpath or newpath is a directory that is in use by some
23518process.
23519
b383017d 23520@item EINVAL
0ce1b118
CV
23521An attempt was made to make a directory a subdirectory
23522of itself.
23523
b383017d 23524@item ENOTDIR
0ce1b118
CV
23525A component used as a directory in oldpath or new
23526path is not a directory. Or oldpath is a directory
23527and newpath exists but is not a directory.
23528
b383017d 23529@item EFAULT
0ce1b118
CV
23530oldpathptr or newpathptr are invalid pointer values.
23531
b383017d 23532@item EACCES
0ce1b118
CV
23533No access to the file or the path of the file.
23534
23535@item ENAMETOOLONG
b383017d 23536
0ce1b118
CV
23537oldpath or newpath was too long.
23538
b383017d 23539@item ENOENT
0ce1b118
CV
23540A directory component in oldpath or newpath does not exist.
23541
b383017d 23542@item EROFS
0ce1b118
CV
23543The file is on a read-only filesystem.
23544
b383017d 23545@item ENOSPC
0ce1b118
CV
23546The device containing the file has no room for the new
23547directory entry.
23548
b383017d 23549@item EINTR
0ce1b118
CV
23550The call was interrupted by the user.
23551@end table
23552
23553@node unlink
23554@unnumberedsubsubsec unlink
23555@cindex unlink, file-i/o system call
23556
23557@smallexample
b383017d 23558@exdent Synopsis:
0ce1b118
CV
23559int unlink(const char *pathname);
23560
b383017d 23561@exdent Request:
0ce1b118
CV
23562Funlink,pathnameptr/len
23563
23564@exdent Return value:
23565On success, zero is returned. On error, -1 is returned.
23566
23567@exdent Errors:
23568@end smallexample
23569
23570@table @code
b383017d 23571@item EACCES
0ce1b118
CV
23572No access to the file or the path of the file.
23573
b383017d 23574@item EPERM
0ce1b118
CV
23575The system does not allow unlinking of directories.
23576
b383017d 23577@item EBUSY
0ce1b118
CV
23578The file pathname cannot be unlinked because it's
23579being used by another process.
23580
b383017d 23581@item EFAULT
0ce1b118
CV
23582pathnameptr is an invalid pointer value.
23583
23584@item ENAMETOOLONG
23585pathname was too long.
23586
b383017d 23587@item ENOENT
0ce1b118
CV
23588A directory component in pathname does not exist.
23589
b383017d 23590@item ENOTDIR
0ce1b118
CV
23591A component of the path is not a directory.
23592
b383017d 23593@item EROFS
0ce1b118
CV
23594The file is on a read-only filesystem.
23595
b383017d 23596@item EINTR
0ce1b118
CV
23597The call was interrupted by the user.
23598@end table
23599
23600@node stat/fstat
23601@unnumberedsubsubsec stat/fstat
23602@cindex fstat, file-i/o system call
23603@cindex stat, file-i/o system call
23604
23605@smallexample
b383017d 23606@exdent Synopsis:
0ce1b118
CV
23607int stat(const char *pathname, struct stat *buf);
23608int fstat(int fd, struct stat *buf);
23609
b383017d 23610@exdent Request:
0ce1b118
CV
23611Fstat,pathnameptr/len,bufptr
23612Ffstat,fd,bufptr
23613
23614@exdent Return value:
23615On success, zero is returned. On error, -1 is returned.
23616
23617@exdent Errors:
23618@end smallexample
23619
23620@table @code
b383017d 23621@item EBADF
0ce1b118
CV
23622fd is not a valid open file.
23623
b383017d 23624@item ENOENT
0ce1b118
CV
23625A directory component in pathname does not exist or the
23626path is an empty string.
23627
b383017d 23628@item ENOTDIR
0ce1b118
CV
23629A component of the path is not a directory.
23630
b383017d 23631@item EFAULT
0ce1b118
CV
23632pathnameptr is an invalid pointer value.
23633
b383017d 23634@item EACCES
0ce1b118
CV
23635No access to the file or the path of the file.
23636
23637@item ENAMETOOLONG
23638pathname was too long.
23639
b383017d 23640@item EINTR
0ce1b118
CV
23641The call was interrupted by the user.
23642@end table
23643
23644@node gettimeofday
23645@unnumberedsubsubsec gettimeofday
23646@cindex gettimeofday, file-i/o system call
23647
23648@smallexample
b383017d 23649@exdent Synopsis:
0ce1b118
CV
23650int gettimeofday(struct timeval *tv, void *tz);
23651
b383017d 23652@exdent Request:
0ce1b118
CV
23653Fgettimeofday,tvptr,tzptr
23654
23655@exdent Return value:
23656On success, 0 is returned, -1 otherwise.
23657
23658@exdent Errors:
23659@end smallexample
23660
23661@table @code
b383017d 23662@item EINVAL
0ce1b118
CV
23663tz is a non-NULL pointer.
23664
b383017d 23665@item EFAULT
0ce1b118
CV
23666tvptr and/or tzptr is an invalid pointer value.
23667@end table
23668
23669@node isatty
23670@unnumberedsubsubsec isatty
23671@cindex isatty, file-i/o system call
23672
23673@smallexample
b383017d 23674@exdent Synopsis:
0ce1b118
CV
23675int isatty(int fd);
23676
b383017d 23677@exdent Request:
0ce1b118
CV
23678Fisatty,fd
23679
23680@exdent Return value:
23681Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23682
23683@exdent Errors:
23684@end smallexample
23685
23686@table @code
b383017d 23687@item EINTR
0ce1b118
CV
23688The call was interrupted by the user.
23689@end table
23690
23691@node system
23692@unnumberedsubsubsec system
23693@cindex system, file-i/o system call
23694
23695@smallexample
b383017d 23696@exdent Synopsis:
0ce1b118
CV
23697int system(const char *command);
23698
b383017d 23699@exdent Request:
0ce1b118
CV
23700Fsystem,commandptr/len
23701
23702@exdent Return value:
23703The value returned is -1 on error and the return status
23704of the command otherwise. Only the exit status of the
23705command is returned, which is extracted from the hosts
23706system return value by calling WEXITSTATUS(retval).
23707In case /bin/sh could not be executed, 127 is returned.
23708
23709@exdent Errors:
23710@end smallexample
23711
23712@table @code
b383017d 23713@item EINTR
0ce1b118
CV
23714The call was interrupted by the user.
23715@end table
23716
23717@node Protocol specific representation of datatypes
23718@subsection Protocol specific representation of datatypes
23719@cindex protocol specific representation of datatypes, in file-i/o protocol
23720
23721@menu
23722* Integral datatypes::
23723* Pointer values::
23724* struct stat::
23725* struct timeval::
23726@end menu
23727
23728@node Integral datatypes
23729@unnumberedsubsubsec Integral datatypes
23730@cindex integral datatypes, in file-i/o protocol
23731
23732The integral datatypes used in the system calls are
23733
23734@smallexample
23735int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23736@end smallexample
23737
23738@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23739implemented as 32 bit values in this protocol.
23740
b383017d
RM
23741@code{Long} and @code{unsigned long} are implemented as 64 bit types.
23742
0ce1b118
CV
23743@xref{Limits}, for corresponding MIN and MAX values (similar to those
23744in @file{limits.h}) to allow range checking on host and target.
23745
23746@code{time_t} datatypes are defined as seconds since the Epoch.
23747
23748All integral datatypes transferred as part of a memory read or write of a
23749structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23750byte order.
23751
23752@node Pointer values
23753@unnumberedsubsubsec Pointer values
23754@cindex pointer values, in file-i/o protocol
23755
23756Pointers to target data are transmitted as they are. An exception
23757is made for pointers to buffers for which the length isn't
23758transmitted as part of the function call, namely strings. Strings
23759are transmitted as a pointer/length pair, both as hex values, e.g.@:
23760
23761@smallexample
23762@code{1aaf/12}
23763@end smallexample
23764
23765@noindent
23766which is a pointer to data of length 18 bytes at position 0x1aaf.
23767The length is defined as the full string length in bytes, including
23768the trailing null byte. Example:
23769
23770@smallexample
23771``hello, world'' at address 0x123456
23772@end smallexample
23773
23774@noindent
23775is transmitted as
23776
23777@smallexample
23778@code{123456/d}
23779@end smallexample
23780
23781@node struct stat
23782@unnumberedsubsubsec struct stat
23783@cindex struct stat, in file-i/o protocol
23784
23785The buffer of type struct stat used by the target and @value{GDBN} is defined
23786as follows:
23787
23788@smallexample
23789struct stat @{
23790 unsigned int st_dev; /* device */
23791 unsigned int st_ino; /* inode */
23792 mode_t st_mode; /* protection */
23793 unsigned int st_nlink; /* number of hard links */
23794 unsigned int st_uid; /* user ID of owner */
23795 unsigned int st_gid; /* group ID of owner */
23796 unsigned int st_rdev; /* device type (if inode device) */
23797 unsigned long st_size; /* total size, in bytes */
23798 unsigned long st_blksize; /* blocksize for filesystem I/O */
23799 unsigned long st_blocks; /* number of blocks allocated */
23800 time_t st_atime; /* time of last access */
23801 time_t st_mtime; /* time of last modification */
23802 time_t st_ctime; /* time of last change */
23803@};
23804@end smallexample
23805
23806The integral datatypes are conforming to the definitions given in the
23807approriate section (see @ref{Integral datatypes}, for details) so this
23808structure is of size 64 bytes.
23809
23810The values of several fields have a restricted meaning and/or
23811range of values.
23812
23813@smallexample
23814st_dev: 0 file
23815 1 console
23816
23817st_ino: No valid meaning for the target. Transmitted unchanged.
23818
23819st_mode: Valid mode bits are described in Appendix C. Any other
23820 bits have currently no meaning for the target.
23821
23822st_uid: No valid meaning for the target. Transmitted unchanged.
23823
23824st_gid: No valid meaning for the target. Transmitted unchanged.
23825
23826st_rdev: No valid meaning for the target. Transmitted unchanged.
23827
23828st_atime, st_mtime, st_ctime:
23829 These values have a host and file system dependent
23830 accuracy. Especially on Windows hosts the file systems
23831 don't support exact timing values.
23832@end smallexample
23833
23834The target gets a struct stat of the above representation and is
23835responsible to coerce it to the target representation before
23836continuing.
23837
23838Note that due to size differences between the host and target
23839representation of stat members, these members could eventually
23840get truncated on the target.
23841
23842@node struct timeval
23843@unnumberedsubsubsec struct timeval
23844@cindex struct timeval, in file-i/o protocol
23845
23846The buffer of type struct timeval used by the target and @value{GDBN}
23847is defined as follows:
23848
23849@smallexample
b383017d 23850struct timeval @{
0ce1b118
CV
23851 time_t tv_sec; /* second */
23852 long tv_usec; /* microsecond */
23853@};
23854@end smallexample
23855
23856The integral datatypes are conforming to the definitions given in the
23857approriate section (see @ref{Integral datatypes}, for details) so this
23858structure is of size 8 bytes.
23859
23860@node Constants
23861@subsection Constants
23862@cindex constants, in file-i/o protocol
23863
23864The following values are used for the constants inside of the
23865protocol. @value{GDBN} and target are resposible to translate these
23866values before and after the call as needed.
23867
23868@menu
23869* Open flags::
23870* mode_t values::
23871* Errno values::
23872* Lseek flags::
23873* Limits::
23874@end menu
23875
23876@node Open flags
23877@unnumberedsubsubsec Open flags
23878@cindex open flags, in file-i/o protocol
23879
23880All values are given in hexadecimal representation.
23881
23882@smallexample
23883 O_RDONLY 0x0
23884 O_WRONLY 0x1
23885 O_RDWR 0x2
23886 O_APPEND 0x8
23887 O_CREAT 0x200
23888 O_TRUNC 0x400
23889 O_EXCL 0x800
23890@end smallexample
23891
23892@node mode_t values
23893@unnumberedsubsubsec mode_t values
23894@cindex mode_t values, in file-i/o protocol
23895
23896All values are given in octal representation.
23897
23898@smallexample
23899 S_IFREG 0100000
23900 S_IFDIR 040000
23901 S_IRUSR 0400
23902 S_IWUSR 0200
23903 S_IXUSR 0100
23904 S_IRGRP 040
23905 S_IWGRP 020
23906 S_IXGRP 010
23907 S_IROTH 04
23908 S_IWOTH 02
23909 S_IXOTH 01
23910@end smallexample
23911
23912@node Errno values
23913@unnumberedsubsubsec Errno values
23914@cindex errno values, in file-i/o protocol
23915
23916All values are given in decimal representation.
23917
23918@smallexample
23919 EPERM 1
23920 ENOENT 2
23921 EINTR 4
23922 EBADF 9
23923 EACCES 13
23924 EFAULT 14
23925 EBUSY 16
23926 EEXIST 17
23927 ENODEV 19
23928 ENOTDIR 20
23929 EISDIR 21
23930 EINVAL 22
23931 ENFILE 23
23932 EMFILE 24
23933 EFBIG 27
23934 ENOSPC 28
23935 ESPIPE 29
23936 EROFS 30
23937 ENAMETOOLONG 91
23938 EUNKNOWN 9999
23939@end smallexample
23940
23941 EUNKNOWN is used as a fallback error value if a host system returns
23942 any error value not in the list of supported error numbers.
23943
23944@node Lseek flags
23945@unnumberedsubsubsec Lseek flags
23946@cindex lseek flags, in file-i/o protocol
23947
23948@smallexample
23949 SEEK_SET 0
23950 SEEK_CUR 1
23951 SEEK_END 2
23952@end smallexample
23953
23954@node Limits
23955@unnumberedsubsubsec Limits
23956@cindex limits, in file-i/o protocol
23957
23958All values are given in decimal representation.
23959
23960@smallexample
23961 INT_MIN -2147483648
23962 INT_MAX 2147483647
23963 UINT_MAX 4294967295
23964 LONG_MIN -9223372036854775808
23965 LONG_MAX 9223372036854775807
23966 ULONG_MAX 18446744073709551615
23967@end smallexample
23968
23969@node File-I/O Examples
23970@subsection File-I/O Examples
23971@cindex file-i/o examples
23972
23973Example sequence of a write call, file descriptor 3, buffer is at target
23974address 0x1234, 6 bytes should be written:
23975
23976@smallexample
23977<- @code{Fwrite,3,1234,6}
23978@emph{request memory read from target}
23979-> @code{m1234,6}
23980<- XXXXXX
23981@emph{return "6 bytes written"}
23982-> @code{F6}
23983@end smallexample
23984
23985Example sequence of a read call, file descriptor 3, buffer is at target
23986address 0x1234, 6 bytes should be read:
23987
23988@smallexample
23989<- @code{Fread,3,1234,6}
23990@emph{request memory write to target}
23991-> @code{X1234,6:XXXXXX}
23992@emph{return "6 bytes read"}
23993-> @code{F6}
23994@end smallexample
23995
23996Example sequence of a read call, call fails on the host due to invalid
23997file descriptor (EBADF):
23998
23999@smallexample
24000<- @code{Fread,3,1234,6}
24001-> @code{F-1,9}
24002@end smallexample
24003
24004Example sequence of a read call, user presses Ctrl-C before syscall on
24005host is called:
24006
24007@smallexample
24008<- @code{Fread,3,1234,6}
24009-> @code{F-1,4,C}
24010<- @code{T02}
24011@end smallexample
24012
24013Example sequence of a read call, user presses Ctrl-C after syscall on
24014host is called:
24015
24016@smallexample
24017<- @code{Fread,3,1234,6}
24018-> @code{X1234,6:XXXXXX}
24019<- @code{T02}
24020@end smallexample
24021
f418dd93
DJ
24022@include agentexpr.texi
24023
aab4e0ec 24024@include gpl.texi
eb12ee30 24025
2154891a 24026@raisesections
6826cf00 24027@include fdl.texi
2154891a 24028@lowersections
6826cf00 24029
6d2ebf8b 24030@node Index
c906108c
SS
24031@unnumbered Index
24032
24033@printindex cp
24034
24035@tex
24036% I think something like @colophon should be in texinfo. In the
24037% meantime:
24038\long\def\colophon{\hbox to0pt{}\vfill
24039\centerline{The body of this manual is set in}
24040\centerline{\fontname\tenrm,}
24041\centerline{with headings in {\bf\fontname\tenbf}}
24042\centerline{and examples in {\tt\fontname\tentt}.}
24043\centerline{{\it\fontname\tenit\/},}
24044\centerline{{\bf\fontname\tenbf}, and}
24045\centerline{{\sl\fontname\tensl\/}}
24046\centerline{are used for emphasis.}\vfill}
24047\page\colophon
24048% Blame: [email protected], 1991.
24049@end tex
24050
c906108c 24051@bye
This page took 4.389788 seconds and 4 git commands to generate.