* gdb.texinfo (Hurd Native): New subsection, documents
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
b6ba6518 2@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
7d51c7de 3@c 1999, 2000, 2001, 2002, 2003, 2004, 2005
c906108c
SS
4@c Free Software Foundation, Inc.
5@c
5d161b24 6@c %**start of header
c906108c
SS
7@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8@c of @set vars. However, you can override filename with makeinfo -o.
9@setfilename gdb.info
10@c
11@include gdb-cfg.texi
12@c
c906108c 13@settitle Debugging with @value{GDBN}
c906108c
SS
14@setchapternewpage odd
15@c %**end of header
16
17@iftex
18@c @smallbook
19@c @cropmarks
20@end iftex
21
22@finalout
23@syncodeindex ky cp
24
41afff9a 25@c readline appendices use @vindex, @findex and @ftable,
48e934c6 26@c annotate.texi and gdbmi use @findex.
c906108c 27@syncodeindex vr cp
41afff9a 28@syncodeindex fn cp
c906108c
SS
29
30@c !!set GDB manual's edition---not the same as GDB version!
9fe8321b 31@c This is updated by GNU Press.
e9c75b65 32@set EDITION Ninth
c906108c 33
87885426
FN
34@c !!set GDB edit command default editor
35@set EDITOR /bin/ex
c906108c 36
6c0e9fb3 37@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 38
c906108c 39@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 40@c manuals to an info tree.
03727ca6 41@dircategory Software development
96a2c332 42@direntry
03727ca6 43* Gdb: (gdb). The GNU debugger.
96a2c332
SS
44@end direntry
45
c906108c
SS
46@ifinfo
47This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
9fe8321b
AC
50This is the @value{EDITION} Edition, of @cite{Debugging with
51@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
52Version @value{GDBVN}.
c906108c 53
8a037dd7 54Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
7d51c7de
BR
55 1999, 2000, 2001, 2002, 2003, 2004, 2005@*
56 Free Software Foundation, Inc.
c906108c 57
e9c75b65
EZ
58Permission is granted to copy, distribute and/or modify this document
59under the terms of the GNU Free Documentation License, Version 1.1 or
60any later version published by the Free Software Foundation; with the
959acfd1
EZ
61Invariant Sections being ``Free Software'' and ``Free Software Needs
62Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
63and with the Back-Cover Texts as in (a) below.
c906108c 64
6826cf00
EZ
65(a) The Free Software Foundation's Back-Cover Text is: ``You have
66freedom to copy and modify this GNU Manual, like GNU software. Copies
67published by the Free Software Foundation raise funds for GNU
68development.''
c906108c
SS
69@end ifinfo
70
71@titlepage
72@title Debugging with @value{GDBN}
73@subtitle The @sc{gnu} Source-Level Debugger
c906108c 74@sp 1
c906108c 75@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
9e9c5ae7 76@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 77@page
c906108c
SS
78@tex
79{\parskip=0pt
53a5351d 80\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
81\hfill {\it Debugging with @value{GDBN}}\par
82\hfill \TeX{}info \texinfoversion\par
83}
84@end tex
53a5351d 85
c906108c 86@vskip 0pt plus 1filll
8a037dd7 87Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
7d51c7de
BR
881996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
89Free Software Foundation, Inc.
c906108c 90@sp 2
c906108c
SS
91Published by the Free Software Foundation @*
9259 Temple Place - Suite 330, @*
93Boston, MA 02111-1307 USA @*
6d2ebf8b 94ISBN 1-882114-77-9 @*
e9c75b65
EZ
95
96Permission is granted to copy, distribute and/or modify this document
97under the terms of the GNU Free Documentation License, Version 1.1 or
98any later version published by the Free Software Foundation; with the
959acfd1
EZ
99Invariant Sections being ``Free Software'' and ``Free Software Needs
100Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
101and with the Back-Cover Texts as in (a) below.
e9c75b65 102
6826cf00
EZ
103(a) The Free Software Foundation's Back-Cover Text is: ``You have
104freedom to copy and modify this GNU Manual, like GNU software. Copies
105published by the Free Software Foundation raise funds for GNU
106development.''
c906108c
SS
107@end titlepage
108@page
109
6c0e9fb3 110@ifnottex
6d2ebf8b
SS
111@node Top, Summary, (dir), (dir)
112
c906108c
SS
113@top Debugging with @value{GDBN}
114
115This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
116
9fe8321b 117This is the @value{EDITION} Edition, for @value{GDBN} Version
c906108c
SS
118@value{GDBVN}.
119
7d51c7de 120Copyright (C) 1988-2005 Free Software Foundation, Inc.
6d2ebf8b
SS
121
122@menu
123* Summary:: Summary of @value{GDBN}
124* Sample Session:: A sample @value{GDBN} session
125
126* Invocation:: Getting in and out of @value{GDBN}
127* Commands:: @value{GDBN} commands
128* Running:: Running programs under @value{GDBN}
129* Stopping:: Stopping and continuing
130* Stack:: Examining the stack
131* Source:: Examining source files
132* Data:: Examining data
e2e0bcd1 133* Macros:: Preprocessor Macros
b37052ae 134* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 135* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
136
137* Languages:: Using @value{GDBN} with different languages
138
139* Symbols:: Examining the symbol table
140* Altering:: Altering execution
141* GDB Files:: @value{GDBN} files
142* Targets:: Specifying a debugging target
6b2f586d 143* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
144* Configurations:: Configuration-specific information
145* Controlling GDB:: Controlling @value{GDBN}
146* Sequences:: Canned sequences of commands
c4555f82 147* TUI:: @value{GDBN} Text User Interface
21c294e6 148* Interpreters:: Command Interpreters
6d2ebf8b
SS
149* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
150* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 151* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
152
153* GDB Bugs:: Reporting bugs in @value{GDBN}
154* Formatting Documentation:: How to format and print @value{GDBN} documentation
155
156* Command Line Editing:: Command Line Editing
157* Using History Interactively:: Using History Interactively
158* Installing GDB:: Installing GDB
eb12ee30 159* Maintenance Commands:: Maintenance Commands
e0ce93ac 160* Remote Protocol:: GDB Remote Serial Protocol
f418dd93 161* Agent Expressions:: The GDB Agent Expression Mechanism
aab4e0ec
AC
162* Copying:: GNU General Public License says
163 how you can copy and share GDB
6826cf00 164* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
165* Index:: Index
166@end menu
167
6c0e9fb3 168@end ifnottex
c906108c 169
449f3b6c 170@contents
449f3b6c 171
6d2ebf8b 172@node Summary
c906108c
SS
173@unnumbered Summary of @value{GDBN}
174
175The purpose of a debugger such as @value{GDBN} is to allow you to see what is
176going on ``inside'' another program while it executes---or what another
177program was doing at the moment it crashed.
178
179@value{GDBN} can do four main kinds of things (plus other things in support of
180these) to help you catch bugs in the act:
181
182@itemize @bullet
183@item
184Start your program, specifying anything that might affect its behavior.
185
186@item
187Make your program stop on specified conditions.
188
189@item
190Examine what has happened, when your program has stopped.
191
192@item
193Change things in your program, so you can experiment with correcting the
194effects of one bug and go on to learn about another.
195@end itemize
196
49efadf5 197You can use @value{GDBN} to debug programs written in C and C@t{++}.
9c16f35a 198For more information, see @ref{Supported languages,,Supported languages}.
c906108c
SS
199For more information, see @ref{C,,C and C++}.
200
cce74817 201@cindex Modula-2
e632838e
AC
202Support for Modula-2 is partial. For information on Modula-2, see
203@ref{Modula-2,,Modula-2}.
c906108c 204
cce74817
JM
205@cindex Pascal
206Debugging Pascal programs which use sets, subranges, file variables, or
207nested functions does not currently work. @value{GDBN} does not support
208entering expressions, printing values, or similar features using Pascal
209syntax.
c906108c 210
c906108c
SS
211@cindex Fortran
212@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 213it may be necessary to refer to some variables with a trailing
cce74817 214underscore.
c906108c 215
b37303ee
AF
216@value{GDBN} can be used to debug programs written in Objective-C,
217using either the Apple/NeXT or the GNU Objective-C runtime.
218
c906108c
SS
219@menu
220* Free Software:: Freely redistributable software
221* Contributors:: Contributors to GDB
222@end menu
223
6d2ebf8b 224@node Free Software
c906108c
SS
225@unnumberedsec Free software
226
5d161b24 227@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
228General Public License
229(GPL). The GPL gives you the freedom to copy or adapt a licensed
230program---but every person getting a copy also gets with it the
231freedom to modify that copy (which means that they must get access to
232the source code), and the freedom to distribute further copies.
233Typical software companies use copyrights to limit your freedoms; the
234Free Software Foundation uses the GPL to preserve these freedoms.
235
236Fundamentally, the General Public License is a license which says that
237you have these freedoms and that you cannot take these freedoms away
238from anyone else.
239
2666264b 240@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
241
242The biggest deficiency in the free software community today is not in
243the software---it is the lack of good free documentation that we can
244include with the free software. Many of our most important
245programs do not come with free reference manuals and free introductory
246texts. Documentation is an essential part of any software package;
247when an important free software package does not come with a free
248manual and a free tutorial, that is a major gap. We have many such
249gaps today.
250
251Consider Perl, for instance. The tutorial manuals that people
252normally use are non-free. How did this come about? Because the
253authors of those manuals published them with restrictive terms---no
254copying, no modification, source files not available---which exclude
255them from the free software world.
256
257That wasn't the first time this sort of thing happened, and it was far
258from the last. Many times we have heard a GNU user eagerly describe a
259manual that he is writing, his intended contribution to the community,
260only to learn that he had ruined everything by signing a publication
261contract to make it non-free.
262
263Free documentation, like free software, is a matter of freedom, not
264price. The problem with the non-free manual is not that publishers
265charge a price for printed copies---that in itself is fine. (The Free
266Software Foundation sells printed copies of manuals, too.) The
267problem is the restrictions on the use of the manual. Free manuals
268are available in source code form, and give you permission to copy and
269modify. Non-free manuals do not allow this.
270
271The criteria of freedom for a free manual are roughly the same as for
272free software. Redistribution (including the normal kinds of
273commercial redistribution) must be permitted, so that the manual can
274accompany every copy of the program, both on-line and on paper.
275
276Permission for modification of the technical content is crucial too.
277When people modify the software, adding or changing features, if they
278are conscientious they will change the manual too---so they can
279provide accurate and clear documentation for the modified program. A
280manual that leaves you no choice but to write a new manual to document
281a changed version of the program is not really available to our
282community.
283
284Some kinds of limits on the way modification is handled are
285acceptable. For example, requirements to preserve the original
286author's copyright notice, the distribution terms, or the list of
287authors, are ok. It is also no problem to require modified versions
288to include notice that they were modified. Even entire sections that
289may not be deleted or changed are acceptable, as long as they deal
290with nontechnical topics (like this one). These kinds of restrictions
291are acceptable because they don't obstruct the community's normal use
292of the manual.
293
294However, it must be possible to modify all the @emph{technical}
295content of the manual, and then distribute the result in all the usual
296media, through all the usual channels. Otherwise, the restrictions
297obstruct the use of the manual, it is not free, and we need another
298manual to replace it.
299
300Please spread the word about this issue. Our community continues to
301lose manuals to proprietary publishing. If we spread the word that
302free software needs free reference manuals and free tutorials, perhaps
303the next person who wants to contribute by writing documentation will
304realize, before it is too late, that only free manuals contribute to
305the free software community.
306
307If you are writing documentation, please insist on publishing it under
308the GNU Free Documentation License or another free documentation
309license. Remember that this decision requires your approval---you
310don't have to let the publisher decide. Some commercial publishers
311will use a free license if you insist, but they will not propose the
312option; it is up to you to raise the issue and say firmly that this is
313what you want. If the publisher you are dealing with refuses, please
314try other publishers. If you're not sure whether a proposed license
42584a72 315is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
316
317You can encourage commercial publishers to sell more free, copylefted
318manuals and tutorials by buying them, and particularly by buying
319copies from the publishers that paid for their writing or for major
320improvements. Meanwhile, try to avoid buying non-free documentation
321at all. Check the distribution terms of a manual before you buy it,
322and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
323Check the history of the book, and try to reward the publishers that
324have paid or pay the authors to work on it.
959acfd1
EZ
325
326The Free Software Foundation maintains a list of free documentation
327published by other publishers, at
328@url{http://www.fsf.org/doc/other-free-books.html}.
329
6d2ebf8b 330@node Contributors
96a2c332
SS
331@unnumberedsec Contributors to @value{GDBN}
332
333Richard Stallman was the original author of @value{GDBN}, and of many
334other @sc{gnu} programs. Many others have contributed to its
335development. This section attempts to credit major contributors. One
336of the virtues of free software is that everyone is free to contribute
337to it; with regret, we cannot actually acknowledge everyone here. The
338file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
339blow-by-blow account.
340
341Changes much prior to version 2.0 are lost in the mists of time.
342
343@quotation
344@emph{Plea:} Additions to this section are particularly welcome. If you
345or your friends (or enemies, to be evenhanded) have been unfairly
346omitted from this list, we would like to add your names!
347@end quotation
348
349So that they may not regard their many labors as thankless, we
350particularly thank those who shepherded @value{GDBN} through major
351releases:
faae5abe 352Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
353Jim Blandy (release 4.18);
354Jason Molenda (release 4.17);
355Stan Shebs (release 4.14);
356Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
357Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
358John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
359Jim Kingdon (releases 3.5, 3.4, and 3.3);
360and Randy Smith (releases 3.2, 3.1, and 3.0).
361
362Richard Stallman, assisted at various times by Peter TerMaat, Chris
363Hanson, and Richard Mlynarik, handled releases through 2.8.
364
b37052ae
EZ
365Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
366in @value{GDBN}, with significant additional contributions from Per
367Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
368demangler. Early work on C@t{++} was by Peter TerMaat (who also did
369much general update work leading to release 3.0).
c906108c 370
b37052ae 371@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
372object-file formats; BFD was a joint project of David V.
373Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
374
375David Johnson wrote the original COFF support; Pace Willison did
376the original support for encapsulated COFF.
377
0179ffac 378Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
379
380Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
381Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
382support.
383Jean-Daniel Fekete contributed Sun 386i support.
384Chris Hanson improved the HP9000 support.
385Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
386David Johnson contributed Encore Umax support.
387Jyrki Kuoppala contributed Altos 3068 support.
388Jeff Law contributed HP PA and SOM support.
389Keith Packard contributed NS32K support.
390Doug Rabson contributed Acorn Risc Machine support.
391Bob Rusk contributed Harris Nighthawk CX-UX support.
392Chris Smith contributed Convex support (and Fortran debugging).
393Jonathan Stone contributed Pyramid support.
394Michael Tiemann contributed SPARC support.
395Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
396Pace Willison contributed Intel 386 support.
397Jay Vosburgh contributed Symmetry support.
a37295f9 398Marko Mlinar contributed OpenRISC 1000 support.
c906108c 399
1104b9e7 400Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
401
402Rich Schaefer and Peter Schauer helped with support of SunOS shared
403libraries.
404
405Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
406about several machine instruction sets.
407
408Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
409remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
410contributed remote debugging modules for the i960, VxWorks, A29K UDI,
411and RDI targets, respectively.
412
413Brian Fox is the author of the readline libraries providing
414command-line editing and command history.
415
7a292a7a
SS
416Andrew Beers of SUNY Buffalo wrote the language-switching code, the
417Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 418
5d161b24 419Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 420He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 421symbols.
c906108c 422
f24c5e49
KI
423Hitachi America (now Renesas America), Ltd. sponsored the support for
424H8/300, H8/500, and Super-H processors.
c906108c
SS
425
426NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
427
f24c5e49
KI
428Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
429processors.
c906108c
SS
430
431Toshiba sponsored the support for the TX39 Mips processor.
432
433Matsushita sponsored the support for the MN10200 and MN10300 processors.
434
96a2c332 435Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
436
437Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
438watchpoints.
439
440Michael Snyder added support for tracepoints.
441
442Stu Grossman wrote gdbserver.
443
444Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 445nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
446
447The following people at the Hewlett-Packard Company contributed
448support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 449(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
d0d5df6f
AC
450compiler, and the Text User Interface (nee Terminal User Interface):
451Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
452Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
453provided HP-specific information in this manual.
c906108c 454
b37052ae
EZ
455DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
456Robert Hoehne made significant contributions to the DJGPP port.
457
96a2c332
SS
458Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
459development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
460fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
461Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
462Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
463Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
464Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
465addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
466JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
467Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
468Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
469Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
470Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
471Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
472Zuhn have made contributions both large and small.
c906108c 473
e2e0bcd1
JB
474Jim Blandy added support for preprocessor macros, while working for Red
475Hat.
c906108c 476
6d2ebf8b 477@node Sample Session
c906108c
SS
478@chapter A Sample @value{GDBN} Session
479
480You can use this manual at your leisure to read all about @value{GDBN}.
481However, a handful of commands are enough to get started using the
482debugger. This chapter illustrates those commands.
483
484@iftex
485In this sample session, we emphasize user input like this: @b{input},
486to make it easier to pick out from the surrounding output.
487@end iftex
488
489@c FIXME: this example may not be appropriate for some configs, where
490@c FIXME...primary interest is in remote use.
491
492One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
493processor) exhibits the following bug: sometimes, when we change its
494quote strings from the default, the commands used to capture one macro
495definition within another stop working. In the following short @code{m4}
496session, we define a macro @code{foo} which expands to @code{0000}; we
497then use the @code{m4} built-in @code{defn} to define @code{bar} as the
498same thing. However, when we change the open quote string to
499@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
500procedure fails to define a new synonym @code{baz}:
501
502@smallexample
503$ @b{cd gnu/m4}
504$ @b{./m4}
505@b{define(foo,0000)}
506
507@b{foo}
5080000
509@b{define(bar,defn(`foo'))}
510
511@b{bar}
5120000
513@b{changequote(<QUOTE>,<UNQUOTE>)}
514
515@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
516@b{baz}
517@b{C-d}
518m4: End of input: 0: fatal error: EOF in string
519@end smallexample
520
521@noindent
522Let us use @value{GDBN} to try to see what is going on.
523
c906108c
SS
524@smallexample
525$ @b{@value{GDBP} m4}
526@c FIXME: this falsifies the exact text played out, to permit smallbook
527@c FIXME... format to come out better.
528@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 529 of it under certain conditions; type "show copying" to see
c906108c 530 the conditions.
5d161b24 531There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
532 for details.
533
534@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
535(@value{GDBP})
536@end smallexample
c906108c
SS
537
538@noindent
539@value{GDBN} reads only enough symbol data to know where to find the
540rest when needed; as a result, the first prompt comes up very quickly.
541We now tell @value{GDBN} to use a narrower display width than usual, so
542that examples fit in this manual.
543
544@smallexample
545(@value{GDBP}) @b{set width 70}
546@end smallexample
547
548@noindent
549We need to see how the @code{m4} built-in @code{changequote} works.
550Having looked at the source, we know the relevant subroutine is
551@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
552@code{break} command.
553
554@smallexample
555(@value{GDBP}) @b{break m4_changequote}
556Breakpoint 1 at 0x62f4: file builtin.c, line 879.
557@end smallexample
558
559@noindent
560Using the @code{run} command, we start @code{m4} running under @value{GDBN}
561control; as long as control does not reach the @code{m4_changequote}
562subroutine, the program runs as usual:
563
564@smallexample
565(@value{GDBP}) @b{run}
566Starting program: /work/Editorial/gdb/gnu/m4/m4
567@b{define(foo,0000)}
568
569@b{foo}
5700000
571@end smallexample
572
573@noindent
574To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
575suspends execution of @code{m4}, displaying information about the
576context where it stops.
577
578@smallexample
579@b{changequote(<QUOTE>,<UNQUOTE>)}
580
5d161b24 581Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
582 at builtin.c:879
583879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
584@end smallexample
585
586@noindent
587Now we use the command @code{n} (@code{next}) to advance execution to
588the next line of the current function.
589
590@smallexample
591(@value{GDBP}) @b{n}
592882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
593 : nil,
594@end smallexample
595
596@noindent
597@code{set_quotes} looks like a promising subroutine. We can go into it
598by using the command @code{s} (@code{step}) instead of @code{next}.
599@code{step} goes to the next line to be executed in @emph{any}
600subroutine, so it steps into @code{set_quotes}.
601
602@smallexample
603(@value{GDBP}) @b{s}
604set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
605 at input.c:530
606530 if (lquote != def_lquote)
607@end smallexample
608
609@noindent
610The display that shows the subroutine where @code{m4} is now
611suspended (and its arguments) is called a stack frame display. It
612shows a summary of the stack. We can use the @code{backtrace}
613command (which can also be spelled @code{bt}), to see where we are
614in the stack as a whole: the @code{backtrace} command displays a
615stack frame for each active subroutine.
616
617@smallexample
618(@value{GDBP}) @b{bt}
619#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
620 at input.c:530
5d161b24 621#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
622 at builtin.c:882
623#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
624#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
625 at macro.c:71
626#4 0x79dc in expand_input () at macro.c:40
627#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
628@end smallexample
629
630@noindent
631We step through a few more lines to see what happens. The first two
632times, we can use @samp{s}; the next two times we use @code{n} to avoid
633falling into the @code{xstrdup} subroutine.
634
635@smallexample
636(@value{GDBP}) @b{s}
6370x3b5c 532 if (rquote != def_rquote)
638(@value{GDBP}) @b{s}
6390x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
640def_lquote : xstrdup(lq);
641(@value{GDBP}) @b{n}
642536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
643 : xstrdup(rq);
644(@value{GDBP}) @b{n}
645538 len_lquote = strlen(rquote);
646@end smallexample
647
648@noindent
649The last line displayed looks a little odd; we can examine the variables
650@code{lquote} and @code{rquote} to see if they are in fact the new left
651and right quotes we specified. We use the command @code{p}
652(@code{print}) to see their values.
653
654@smallexample
655(@value{GDBP}) @b{p lquote}
656$1 = 0x35d40 "<QUOTE>"
657(@value{GDBP}) @b{p rquote}
658$2 = 0x35d50 "<UNQUOTE>"
659@end smallexample
660
661@noindent
662@code{lquote} and @code{rquote} are indeed the new left and right quotes.
663To look at some context, we can display ten lines of source
664surrounding the current line with the @code{l} (@code{list}) command.
665
666@smallexample
667(@value{GDBP}) @b{l}
668533 xfree(rquote);
669534
670535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
671 : xstrdup (lq);
672536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
673 : xstrdup (rq);
674537
675538 len_lquote = strlen(rquote);
676539 len_rquote = strlen(lquote);
677540 @}
678541
679542 void
680@end smallexample
681
682@noindent
683Let us step past the two lines that set @code{len_lquote} and
684@code{len_rquote}, and then examine the values of those variables.
685
686@smallexample
687(@value{GDBP}) @b{n}
688539 len_rquote = strlen(lquote);
689(@value{GDBP}) @b{n}
690540 @}
691(@value{GDBP}) @b{p len_lquote}
692$3 = 9
693(@value{GDBP}) @b{p len_rquote}
694$4 = 7
695@end smallexample
696
697@noindent
698That certainly looks wrong, assuming @code{len_lquote} and
699@code{len_rquote} are meant to be the lengths of @code{lquote} and
700@code{rquote} respectively. We can set them to better values using
701the @code{p} command, since it can print the value of
702any expression---and that expression can include subroutine calls and
703assignments.
704
705@smallexample
706(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
707$5 = 7
708(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
709$6 = 9
710@end smallexample
711
712@noindent
713Is that enough to fix the problem of using the new quotes with the
714@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
715executing with the @code{c} (@code{continue}) command, and then try the
716example that caused trouble initially:
717
718@smallexample
719(@value{GDBP}) @b{c}
720Continuing.
721
722@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
723
724baz
7250000
726@end smallexample
727
728@noindent
729Success! The new quotes now work just as well as the default ones. The
730problem seems to have been just the two typos defining the wrong
731lengths. We allow @code{m4} exit by giving it an EOF as input:
732
733@smallexample
734@b{C-d}
735Program exited normally.
736@end smallexample
737
738@noindent
739The message @samp{Program exited normally.} is from @value{GDBN}; it
740indicates @code{m4} has finished executing. We can end our @value{GDBN}
741session with the @value{GDBN} @code{quit} command.
742
743@smallexample
744(@value{GDBP}) @b{quit}
745@end smallexample
c906108c 746
6d2ebf8b 747@node Invocation
c906108c
SS
748@chapter Getting In and Out of @value{GDBN}
749
750This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 751The essentials are:
c906108c 752@itemize @bullet
5d161b24 753@item
53a5351d 754type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 755@item
c906108c
SS
756type @kbd{quit} or @kbd{C-d} to exit.
757@end itemize
758
759@menu
760* Invoking GDB:: How to start @value{GDBN}
761* Quitting GDB:: How to quit @value{GDBN}
762* Shell Commands:: How to use shell commands inside @value{GDBN}
0fac0b41 763* Logging output:: How to log @value{GDBN}'s output to a file
c906108c
SS
764@end menu
765
6d2ebf8b 766@node Invoking GDB
c906108c
SS
767@section Invoking @value{GDBN}
768
c906108c
SS
769Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
770@value{GDBN} reads commands from the terminal until you tell it to exit.
771
772You can also run @code{@value{GDBP}} with a variety of arguments and options,
773to specify more of your debugging environment at the outset.
774
c906108c
SS
775The command-line options described here are designed
776to cover a variety of situations; in some environments, some of these
5d161b24 777options may effectively be unavailable.
c906108c
SS
778
779The most usual way to start @value{GDBN} is with one argument,
780specifying an executable program:
781
474c8240 782@smallexample
c906108c 783@value{GDBP} @var{program}
474c8240 784@end smallexample
c906108c 785
c906108c
SS
786@noindent
787You can also start with both an executable program and a core file
788specified:
789
474c8240 790@smallexample
c906108c 791@value{GDBP} @var{program} @var{core}
474c8240 792@end smallexample
c906108c
SS
793
794You can, instead, specify a process ID as a second argument, if you want
795to debug a running process:
796
474c8240 797@smallexample
c906108c 798@value{GDBP} @var{program} 1234
474c8240 799@end smallexample
c906108c
SS
800
801@noindent
802would attach @value{GDBN} to process @code{1234} (unless you also have a file
803named @file{1234}; @value{GDBN} does check for a core file first).
804
c906108c 805Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
806complete operating system; when you use @value{GDBN} as a remote
807debugger attached to a bare board, there may not be any notion of
808``process'', and there is often no way to get a core dump. @value{GDBN}
809will warn you if it is unable to attach or to read core dumps.
c906108c 810
aa26fa3a
TT
811You can optionally have @code{@value{GDBP}} pass any arguments after the
812executable file to the inferior using @code{--args}. This option stops
813option processing.
474c8240 814@smallexample
aa26fa3a 815gdb --args gcc -O2 -c foo.c
474c8240 816@end smallexample
aa26fa3a
TT
817This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
818@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
819
96a2c332 820You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
821@value{GDBN}'s non-warranty, by specifying @code{-silent}:
822
823@smallexample
824@value{GDBP} -silent
825@end smallexample
826
827@noindent
828You can further control how @value{GDBN} starts up by using command-line
829options. @value{GDBN} itself can remind you of the options available.
830
831@noindent
832Type
833
474c8240 834@smallexample
c906108c 835@value{GDBP} -help
474c8240 836@end smallexample
c906108c
SS
837
838@noindent
839to display all available options and briefly describe their use
840(@samp{@value{GDBP} -h} is a shorter equivalent).
841
842All options and command line arguments you give are processed
843in sequential order. The order makes a difference when the
844@samp{-x} option is used.
845
846
847@menu
c906108c
SS
848* File Options:: Choosing files
849* Mode Options:: Choosing modes
850@end menu
851
6d2ebf8b 852@node File Options
c906108c
SS
853@subsection Choosing files
854
2df3850c 855When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
856specifying an executable file and core file (or process ID). This is
857the same as if the arguments were specified by the @samp{-se} and
19837790
MS
858@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
859first argument that does not have an associated option flag as
860equivalent to the @samp{-se} option followed by that argument; and the
861second argument that does not have an associated option flag, if any, as
862equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
863If the second argument begins with a decimal digit, @value{GDBN} will
864first attempt to attach to it as a process, and if that fails, attempt
865to open it as a corefile. If you have a corefile whose name begins with
b383017d 866a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 867prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
868
869If @value{GDBN} has not been configured to included core file support,
870such as for most embedded targets, then it will complain about a second
871argument and ignore it.
c906108c
SS
872
873Many options have both long and short forms; both are shown in the
874following list. @value{GDBN} also recognizes the long forms if you truncate
875them, so long as enough of the option is present to be unambiguous.
876(If you prefer, you can flag option arguments with @samp{--} rather
877than @samp{-}, though we illustrate the more usual convention.)
878
d700128c
EZ
879@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
880@c way, both those who look for -foo and --foo in the index, will find
881@c it.
882
c906108c
SS
883@table @code
884@item -symbols @var{file}
885@itemx -s @var{file}
d700128c
EZ
886@cindex @code{--symbols}
887@cindex @code{-s}
c906108c
SS
888Read symbol table from file @var{file}.
889
890@item -exec @var{file}
891@itemx -e @var{file}
d700128c
EZ
892@cindex @code{--exec}
893@cindex @code{-e}
7a292a7a
SS
894Use file @var{file} as the executable file to execute when appropriate,
895and for examining pure data in conjunction with a core dump.
c906108c
SS
896
897@item -se @var{file}
d700128c 898@cindex @code{--se}
c906108c
SS
899Read symbol table from file @var{file} and use it as the executable
900file.
901
c906108c
SS
902@item -core @var{file}
903@itemx -c @var{file}
d700128c
EZ
904@cindex @code{--core}
905@cindex @code{-c}
b383017d 906Use file @var{file} as a core dump to examine.
c906108c
SS
907
908@item -c @var{number}
19837790
MS
909@item -pid @var{number}
910@itemx -p @var{number}
911@cindex @code{--pid}
912@cindex @code{-p}
913Connect to process ID @var{number}, as with the @code{attach} command.
914If there is no such process, @value{GDBN} will attempt to open a core
915file named @var{number}.
c906108c
SS
916
917@item -command @var{file}
918@itemx -x @var{file}
d700128c
EZ
919@cindex @code{--command}
920@cindex @code{-x}
c906108c
SS
921Execute @value{GDBN} commands from file @var{file}. @xref{Command
922Files,, Command files}.
923
924@item -directory @var{directory}
925@itemx -d @var{directory}
d700128c
EZ
926@cindex @code{--directory}
927@cindex @code{-d}
c906108c
SS
928Add @var{directory} to the path to search for source files.
929
c906108c
SS
930@item -m
931@itemx -mapped
d700128c
EZ
932@cindex @code{--mapped}
933@cindex @code{-m}
c906108c
SS
934@emph{Warning: this option depends on operating system facilities that are not
935supported on all systems.}@*
936If memory-mapped files are available on your system through the @code{mmap}
5d161b24 937system call, you can use this option
c906108c
SS
938to have @value{GDBN} write the symbols from your
939program into a reusable file in the current directory. If the program you are debugging is
96a2c332 940called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
941Future @value{GDBN} debugging sessions notice the presence of this file,
942and can quickly map in symbol information from it, rather than reading
943the symbol table from the executable program.
944
945The @file{.syms} file is specific to the host machine where @value{GDBN}
946is run. It holds an exact image of the internal @value{GDBN} symbol
947table. It cannot be shared across multiple host platforms.
c906108c 948
c906108c
SS
949@item -r
950@itemx -readnow
d700128c
EZ
951@cindex @code{--readnow}
952@cindex @code{-r}
c906108c
SS
953Read each symbol file's entire symbol table immediately, rather than
954the default, which is to read it incrementally as it is needed.
955This makes startup slower, but makes future operations faster.
53a5351d 956
c906108c
SS
957@end table
958
2df3850c 959You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 960order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
961information. (@xref{Files,,Commands to specify files}, for information
962on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
963but build a @file{.syms} file for future use is:
c906108c 964
474c8240 965@smallexample
2df3850c 966gdb -batch -nx -mapped -readnow programname
474c8240 967@end smallexample
c906108c 968
6d2ebf8b 969@node Mode Options
c906108c
SS
970@subsection Choosing modes
971
972You can run @value{GDBN} in various alternative modes---for example, in
973batch mode or quiet mode.
974
975@table @code
976@item -nx
977@itemx -n
d700128c
EZ
978@cindex @code{--nx}
979@cindex @code{-n}
96565e91 980Do not execute commands found in any initialization files. Normally,
2df3850c
JM
981@value{GDBN} executes the commands in these files after all the command
982options and arguments have been processed. @xref{Command Files,,Command
983files}.
c906108c
SS
984
985@item -quiet
d700128c 986@itemx -silent
c906108c 987@itemx -q
d700128c
EZ
988@cindex @code{--quiet}
989@cindex @code{--silent}
990@cindex @code{-q}
c906108c
SS
991``Quiet''. Do not print the introductory and copyright messages. These
992messages are also suppressed in batch mode.
993
994@item -batch
d700128c 995@cindex @code{--batch}
c906108c
SS
996Run in batch mode. Exit with status @code{0} after processing all the
997command files specified with @samp{-x} (and all commands from
998initialization files, if not inhibited with @samp{-n}). Exit with
999nonzero status if an error occurs in executing the @value{GDBN} commands
1000in the command files.
1001
2df3850c
JM
1002Batch mode may be useful for running @value{GDBN} as a filter, for
1003example to download and run a program on another computer; in order to
1004make this more useful, the message
c906108c 1005
474c8240 1006@smallexample
c906108c 1007Program exited normally.
474c8240 1008@end smallexample
c906108c
SS
1009
1010@noindent
2df3850c
JM
1011(which is ordinarily issued whenever a program running under
1012@value{GDBN} control terminates) is not issued when running in batch
1013mode.
1014
1015@item -nowindows
1016@itemx -nw
d700128c
EZ
1017@cindex @code{--nowindows}
1018@cindex @code{-nw}
2df3850c 1019``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1020(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1021interface. If no GUI is available, this option has no effect.
1022
1023@item -windows
1024@itemx -w
d700128c
EZ
1025@cindex @code{--windows}
1026@cindex @code{-w}
2df3850c
JM
1027If @value{GDBN} includes a GUI, then this option requires it to be
1028used if possible.
c906108c
SS
1029
1030@item -cd @var{directory}
d700128c 1031@cindex @code{--cd}
c906108c
SS
1032Run @value{GDBN} using @var{directory} as its working directory,
1033instead of the current directory.
1034
c906108c
SS
1035@item -fullname
1036@itemx -f
d700128c
EZ
1037@cindex @code{--fullname}
1038@cindex @code{-f}
7a292a7a
SS
1039@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1040subprocess. It tells @value{GDBN} to output the full file name and line
1041number in a standard, recognizable fashion each time a stack frame is
1042displayed (which includes each time your program stops). This
1043recognizable format looks like two @samp{\032} characters, followed by
1044the file name, line number and character position separated by colons,
1045and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1046@samp{\032} characters as a signal to display the source code for the
1047frame.
c906108c 1048
d700128c
EZ
1049@item -epoch
1050@cindex @code{--epoch}
1051The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1052@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1053routines so as to allow Epoch to display values of expressions in a
1054separate window.
1055
1056@item -annotate @var{level}
1057@cindex @code{--annotate}
1058This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1059effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1060(@pxref{Annotations}). The annotation @var{level} controls how much
1061information @value{GDBN} prints together with its prompt, values of
1062expressions, source lines, and other types of output. Level 0 is the
1063normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1064@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1065that control @value{GDBN}, and level 2 has been deprecated.
1066
1067The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1068(@pxref{GDB/MI}).
d700128c 1069
aa26fa3a
TT
1070@item --args
1071@cindex @code{--args}
1072Change interpretation of command line so that arguments following the
1073executable file are passed as command line arguments to the inferior.
1074This option stops option processing.
1075
2df3850c
JM
1076@item -baud @var{bps}
1077@itemx -b @var{bps}
d700128c
EZ
1078@cindex @code{--baud}
1079@cindex @code{-b}
c906108c
SS
1080Set the line speed (baud rate or bits per second) of any serial
1081interface used by @value{GDBN} for remote debugging.
c906108c 1082
f47b1503
AS
1083@item -l @var{timeout}
1084@cindex @code{-l}
1085Set the timeout (in seconds) of any communication used by @value{GDBN}
1086for remote debugging.
1087
c906108c 1088@item -tty @var{device}
d700128c
EZ
1089@itemx -t @var{device}
1090@cindex @code{--tty}
1091@cindex @code{-t}
c906108c
SS
1092Run using @var{device} for your program's standard input and output.
1093@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1094
53a5351d 1095@c resolve the situation of these eventually
c4555f82
SC
1096@item -tui
1097@cindex @code{--tui}
d0d5df6f
AC
1098Activate the @dfn{Text User Interface} when starting. The Text User
1099Interface manages several text windows on the terminal, showing
1100source, assembly, registers and @value{GDBN} command outputs
1101(@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1102Text User Interface can be enabled by invoking the program
1103@samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1104Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1105
1106@c @item -xdb
d700128c 1107@c @cindex @code{--xdb}
53a5351d
JM
1108@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1109@c For information, see the file @file{xdb_trans.html}, which is usually
1110@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1111@c systems.
1112
d700128c
EZ
1113@item -interpreter @var{interp}
1114@cindex @code{--interpreter}
1115Use the interpreter @var{interp} for interface with the controlling
1116program or device. This option is meant to be set by programs which
94bbb2c0 1117communicate with @value{GDBN} using it as a back end.
21c294e6 1118@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1119
da0f9dcd 1120@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1121@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6c74ac8b
AC
1122The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The
1123previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1124selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1125@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1126
1127@item -write
1128@cindex @code{--write}
1129Open the executable and core files for both reading and writing. This
1130is equivalent to the @samp{set write on} command inside @value{GDBN}
1131(@pxref{Patching}).
1132
1133@item -statistics
1134@cindex @code{--statistics}
1135This option causes @value{GDBN} to print statistics about time and
1136memory usage after it completes each command and returns to the prompt.
1137
1138@item -version
1139@cindex @code{--version}
1140This option causes @value{GDBN} to print its version number and
1141no-warranty blurb, and exit.
1142
c906108c
SS
1143@end table
1144
6d2ebf8b 1145@node Quitting GDB
c906108c
SS
1146@section Quitting @value{GDBN}
1147@cindex exiting @value{GDBN}
1148@cindex leaving @value{GDBN}
1149
1150@table @code
1151@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1152@kindex q @r{(@code{quit})}
96a2c332
SS
1153@item quit @r{[}@var{expression}@r{]}
1154@itemx q
1155To exit @value{GDBN}, use the @code{quit} command (abbreviated
1156@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1157do not supply @var{expression}, @value{GDBN} will terminate normally;
1158otherwise it will terminate using the result of @var{expression} as the
1159error code.
c906108c
SS
1160@end table
1161
1162@cindex interrupt
1163An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1164terminates the action of any @value{GDBN} command that is in progress and
1165returns to @value{GDBN} command level. It is safe to type the interrupt
1166character at any time because @value{GDBN} does not allow it to take effect
1167until a time when it is safe.
1168
c906108c
SS
1169If you have been using @value{GDBN} to control an attached process or
1170device, you can release it with the @code{detach} command
1171(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1172
6d2ebf8b 1173@node Shell Commands
c906108c
SS
1174@section Shell commands
1175
1176If you need to execute occasional shell commands during your
1177debugging session, there is no need to leave or suspend @value{GDBN}; you can
1178just use the @code{shell} command.
1179
1180@table @code
1181@kindex shell
1182@cindex shell escape
1183@item shell @var{command string}
1184Invoke a standard shell to execute @var{command string}.
c906108c 1185If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1186shell to run. Otherwise @value{GDBN} uses the default shell
1187(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1188@end table
1189
1190The utility @code{make} is often needed in development environments.
1191You do not have to use the @code{shell} command for this purpose in
1192@value{GDBN}:
1193
1194@table @code
1195@kindex make
1196@cindex calling make
1197@item make @var{make-args}
1198Execute the @code{make} program with the specified
1199arguments. This is equivalent to @samp{shell make @var{make-args}}.
1200@end table
1201
0fac0b41
DJ
1202@node Logging output
1203@section Logging output
1204@cindex logging @value{GDBN} output
9c16f35a 1205@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1206
1207You may want to save the output of @value{GDBN} commands to a file.
1208There are several commands to control @value{GDBN}'s logging.
1209
1210@table @code
1211@kindex set logging
1212@item set logging on
1213Enable logging.
1214@item set logging off
1215Disable logging.
9c16f35a 1216@cindex logging file name
0fac0b41
DJ
1217@item set logging file @var{file}
1218Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1219@item set logging overwrite [on|off]
1220By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1221you want @code{set logging on} to overwrite the logfile instead.
1222@item set logging redirect [on|off]
1223By default, @value{GDBN} output will go to both the terminal and the logfile.
1224Set @code{redirect} if you want output to go only to the log file.
1225@kindex show logging
1226@item show logging
1227Show the current values of the logging settings.
1228@end table
1229
6d2ebf8b 1230@node Commands
c906108c
SS
1231@chapter @value{GDBN} Commands
1232
1233You can abbreviate a @value{GDBN} command to the first few letters of the command
1234name, if that abbreviation is unambiguous; and you can repeat certain
1235@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1236key to get @value{GDBN} to fill out the rest of a word in a command (or to
1237show you the alternatives available, if there is more than one possibility).
1238
1239@menu
1240* Command Syntax:: How to give commands to @value{GDBN}
1241* Completion:: Command completion
1242* Help:: How to ask @value{GDBN} for help
1243@end menu
1244
6d2ebf8b 1245@node Command Syntax
c906108c
SS
1246@section Command syntax
1247
1248A @value{GDBN} command is a single line of input. There is no limit on
1249how long it can be. It starts with a command name, which is followed by
1250arguments whose meaning depends on the command name. For example, the
1251command @code{step} accepts an argument which is the number of times to
1252step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1253with no arguments. Some commands do not allow any arguments.
c906108c
SS
1254
1255@cindex abbreviation
1256@value{GDBN} command names may always be truncated if that abbreviation is
1257unambiguous. Other possible command abbreviations are listed in the
1258documentation for individual commands. In some cases, even ambiguous
1259abbreviations are allowed; for example, @code{s} is specially defined as
1260equivalent to @code{step} even though there are other commands whose
1261names start with @code{s}. You can test abbreviations by using them as
1262arguments to the @code{help} command.
1263
1264@cindex repeating commands
41afff9a 1265@kindex RET @r{(repeat last command)}
c906108c 1266A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1267repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1268will not repeat this way; these are commands whose unintentional
1269repetition might cause trouble and which you are unlikely to want to
1270repeat.
1271
1272The @code{list} and @code{x} commands, when you repeat them with
1273@key{RET}, construct new arguments rather than repeating
1274exactly as typed. This permits easy scanning of source or memory.
1275
1276@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1277output, in a way similar to the common utility @code{more}
1278(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1279@key{RET} too many in this situation, @value{GDBN} disables command
1280repetition after any command that generates this sort of display.
1281
41afff9a 1282@kindex # @r{(a comment)}
c906108c
SS
1283@cindex comment
1284Any text from a @kbd{#} to the end of the line is a comment; it does
1285nothing. This is useful mainly in command files (@pxref{Command
1286Files,,Command files}).
1287
88118b3a
TT
1288@cindex repeating command sequences
1289@kindex C-o @r{(operate-and-get-next)}
1290The @kbd{C-o} binding is useful for repeating a complex sequence of
1291commands. This command accepts the current line, like @kbd{RET}, and
1292then fetches the next line relative to the current line from the history
1293for editing.
1294
6d2ebf8b 1295@node Completion
c906108c
SS
1296@section Command completion
1297
1298@cindex completion
1299@cindex word completion
1300@value{GDBN} can fill in the rest of a word in a command for you, if there is
1301only one possibility; it can also show you what the valid possibilities
1302are for the next word in a command, at any time. This works for @value{GDBN}
1303commands, @value{GDBN} subcommands, and the names of symbols in your program.
1304
1305Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1306of a word. If there is only one possibility, @value{GDBN} fills in the
1307word, and waits for you to finish the command (or press @key{RET} to
1308enter it). For example, if you type
1309
1310@c FIXME "@key" does not distinguish its argument sufficiently to permit
1311@c complete accuracy in these examples; space introduced for clarity.
1312@c If texinfo enhancements make it unnecessary, it would be nice to
1313@c replace " @key" by "@key" in the following...
474c8240 1314@smallexample
c906108c 1315(@value{GDBP}) info bre @key{TAB}
474c8240 1316@end smallexample
c906108c
SS
1317
1318@noindent
1319@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1320the only @code{info} subcommand beginning with @samp{bre}:
1321
474c8240 1322@smallexample
c906108c 1323(@value{GDBP}) info breakpoints
474c8240 1324@end smallexample
c906108c
SS
1325
1326@noindent
1327You can either press @key{RET} at this point, to run the @code{info
1328breakpoints} command, or backspace and enter something else, if
1329@samp{breakpoints} does not look like the command you expected. (If you
1330were sure you wanted @code{info breakpoints} in the first place, you
1331might as well just type @key{RET} immediately after @samp{info bre},
1332to exploit command abbreviations rather than command completion).
1333
1334If there is more than one possibility for the next word when you press
1335@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1336characters and try again, or just press @key{TAB} a second time;
1337@value{GDBN} displays all the possible completions for that word. For
1338example, you might want to set a breakpoint on a subroutine whose name
1339begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1340just sounds the bell. Typing @key{TAB} again displays all the
1341function names in your program that begin with those characters, for
1342example:
1343
474c8240 1344@smallexample
c906108c
SS
1345(@value{GDBP}) b make_ @key{TAB}
1346@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1347make_a_section_from_file make_environ
1348make_abs_section make_function_type
1349make_blockvector make_pointer_type
1350make_cleanup make_reference_type
c906108c
SS
1351make_command make_symbol_completion_list
1352(@value{GDBP}) b make_
474c8240 1353@end smallexample
c906108c
SS
1354
1355@noindent
1356After displaying the available possibilities, @value{GDBN} copies your
1357partial input (@samp{b make_} in the example) so you can finish the
1358command.
1359
1360If you just want to see the list of alternatives in the first place, you
b37052ae 1361can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1362means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1363key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1364one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1365
1366@cindex quotes in commands
1367@cindex completion of quoted strings
1368Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1369parentheses or other characters that @value{GDBN} normally excludes from
1370its notion of a word. To permit word completion to work in this
1371situation, you may enclose words in @code{'} (single quote marks) in
1372@value{GDBN} commands.
c906108c 1373
c906108c 1374The most likely situation where you might need this is in typing the
b37052ae
EZ
1375name of a C@t{++} function. This is because C@t{++} allows function
1376overloading (multiple definitions of the same function, distinguished
1377by argument type). For example, when you want to set a breakpoint you
1378may need to distinguish whether you mean the version of @code{name}
1379that takes an @code{int} parameter, @code{name(int)}, or the version
1380that takes a @code{float} parameter, @code{name(float)}. To use the
1381word-completion facilities in this situation, type a single quote
1382@code{'} at the beginning of the function name. This alerts
1383@value{GDBN} that it may need to consider more information than usual
1384when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1385
474c8240 1386@smallexample
96a2c332 1387(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1388bubble(double,double) bubble(int,int)
1389(@value{GDBP}) b 'bubble(
474c8240 1390@end smallexample
c906108c
SS
1391
1392In some cases, @value{GDBN} can tell that completing a name requires using
1393quotes. When this happens, @value{GDBN} inserts the quote for you (while
1394completing as much as it can) if you do not type the quote in the first
1395place:
1396
474c8240 1397@smallexample
c906108c
SS
1398(@value{GDBP}) b bub @key{TAB}
1399@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1400(@value{GDBP}) b 'bubble(
474c8240 1401@end smallexample
c906108c
SS
1402
1403@noindent
1404In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1405you have not yet started typing the argument list when you ask for
1406completion on an overloaded symbol.
1407
d4f3574e 1408For more information about overloaded functions, see @ref{C plus plus
b37052ae 1409expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1410overload-resolution off} to disable overload resolution;
b37052ae 1411see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1412
1413
6d2ebf8b 1414@node Help
c906108c
SS
1415@section Getting help
1416@cindex online documentation
1417@kindex help
1418
5d161b24 1419You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1420using the command @code{help}.
1421
1422@table @code
41afff9a 1423@kindex h @r{(@code{help})}
c906108c
SS
1424@item help
1425@itemx h
1426You can use @code{help} (abbreviated @code{h}) with no arguments to
1427display a short list of named classes of commands:
1428
1429@smallexample
1430(@value{GDBP}) help
1431List of classes of commands:
1432
2df3850c 1433aliases -- Aliases of other commands
c906108c 1434breakpoints -- Making program stop at certain points
2df3850c 1435data -- Examining data
c906108c 1436files -- Specifying and examining files
2df3850c
JM
1437internals -- Maintenance commands
1438obscure -- Obscure features
1439running -- Running the program
1440stack -- Examining the stack
c906108c
SS
1441status -- Status inquiries
1442support -- Support facilities
96a2c332
SS
1443tracepoints -- Tracing of program execution without@*
1444 stopping the program
c906108c 1445user-defined -- User-defined commands
c906108c 1446
5d161b24 1447Type "help" followed by a class name for a list of
c906108c 1448commands in that class.
5d161b24 1449Type "help" followed by command name for full
c906108c
SS
1450documentation.
1451Command name abbreviations are allowed if unambiguous.
1452(@value{GDBP})
1453@end smallexample
96a2c332 1454@c the above line break eliminates huge line overfull...
c906108c
SS
1455
1456@item help @var{class}
1457Using one of the general help classes as an argument, you can get a
1458list of the individual commands in that class. For example, here is the
1459help display for the class @code{status}:
1460
1461@smallexample
1462(@value{GDBP}) help status
1463Status inquiries.
1464
1465List of commands:
1466
1467@c Line break in "show" line falsifies real output, but needed
1468@c to fit in smallbook page size.
2df3850c
JM
1469info -- Generic command for showing things
1470 about the program being debugged
1471show -- Generic command for showing things
1472 about the debugger
c906108c 1473
5d161b24 1474Type "help" followed by command name for full
c906108c
SS
1475documentation.
1476Command name abbreviations are allowed if unambiguous.
1477(@value{GDBP})
1478@end smallexample
1479
1480@item help @var{command}
1481With a command name as @code{help} argument, @value{GDBN} displays a
1482short paragraph on how to use that command.
1483
6837a0a2
DB
1484@kindex apropos
1485@item apropos @var{args}
09d4efe1 1486The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2
DB
1487commands, and their documentation, for the regular expression specified in
1488@var{args}. It prints out all matches found. For example:
1489
1490@smallexample
1491apropos reload
1492@end smallexample
1493
b37052ae
EZ
1494@noindent
1495results in:
6837a0a2
DB
1496
1497@smallexample
6d2ebf8b
SS
1498@c @group
1499set symbol-reloading -- Set dynamic symbol table reloading
1500 multiple times in one run
1501show symbol-reloading -- Show dynamic symbol table reloading
1502 multiple times in one run
1503@c @end group
6837a0a2
DB
1504@end smallexample
1505
c906108c
SS
1506@kindex complete
1507@item complete @var{args}
1508The @code{complete @var{args}} command lists all the possible completions
1509for the beginning of a command. Use @var{args} to specify the beginning of the
1510command you want completed. For example:
1511
1512@smallexample
1513complete i
1514@end smallexample
1515
1516@noindent results in:
1517
1518@smallexample
1519@group
2df3850c
JM
1520if
1521ignore
c906108c
SS
1522info
1523inspect
c906108c
SS
1524@end group
1525@end smallexample
1526
1527@noindent This is intended for use by @sc{gnu} Emacs.
1528@end table
1529
1530In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1531and @code{show} to inquire about the state of your program, or the state
1532of @value{GDBN} itself. Each command supports many topics of inquiry; this
1533manual introduces each of them in the appropriate context. The listings
1534under @code{info} and under @code{show} in the Index point to
1535all the sub-commands. @xref{Index}.
1536
1537@c @group
1538@table @code
1539@kindex info
41afff9a 1540@kindex i @r{(@code{info})}
c906108c
SS
1541@item info
1542This command (abbreviated @code{i}) is for describing the state of your
1543program. For example, you can list the arguments given to your program
1544with @code{info args}, list the registers currently in use with @code{info
1545registers}, or list the breakpoints you have set with @code{info breakpoints}.
1546You can get a complete list of the @code{info} sub-commands with
1547@w{@code{help info}}.
1548
1549@kindex set
1550@item set
5d161b24 1551You can assign the result of an expression to an environment variable with
c906108c
SS
1552@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1553@code{set prompt $}.
1554
1555@kindex show
1556@item show
5d161b24 1557In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1558@value{GDBN} itself.
1559You can change most of the things you can @code{show}, by using the
1560related command @code{set}; for example, you can control what number
1561system is used for displays with @code{set radix}, or simply inquire
1562which is currently in use with @code{show radix}.
1563
1564@kindex info set
1565To display all the settable parameters and their current
1566values, you can use @code{show} with no arguments; you may also use
1567@code{info set}. Both commands produce the same display.
1568@c FIXME: "info set" violates the rule that "info" is for state of
1569@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1570@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1571@end table
1572@c @end group
1573
1574Here are three miscellaneous @code{show} subcommands, all of which are
1575exceptional in lacking corresponding @code{set} commands:
1576
1577@table @code
1578@kindex show version
9c16f35a 1579@cindex @value{GDBN} version number
c906108c
SS
1580@item show version
1581Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1582information in @value{GDBN} bug-reports. If multiple versions of
1583@value{GDBN} are in use at your site, you may need to determine which
1584version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1585commands are introduced, and old ones may wither away. Also, many
1586system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1587variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1588The version number is the same as the one announced when you start
1589@value{GDBN}.
c906108c
SS
1590
1591@kindex show copying
09d4efe1 1592@kindex info copying
9c16f35a 1593@cindex display @value{GDBN} copyright
c906108c 1594@item show copying
09d4efe1 1595@itemx info copying
c906108c
SS
1596Display information about permission for copying @value{GDBN}.
1597
1598@kindex show warranty
09d4efe1 1599@kindex info warranty
c906108c 1600@item show warranty
09d4efe1 1601@itemx info warranty
2df3850c 1602Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1603if your version of @value{GDBN} comes with one.
2df3850c 1604
c906108c
SS
1605@end table
1606
6d2ebf8b 1607@node Running
c906108c
SS
1608@chapter Running Programs Under @value{GDBN}
1609
1610When you run a program under @value{GDBN}, you must first generate
1611debugging information when you compile it.
7a292a7a
SS
1612
1613You may start @value{GDBN} with its arguments, if any, in an environment
1614of your choice. If you are doing native debugging, you may redirect
1615your program's input and output, debug an already running process, or
1616kill a child process.
c906108c
SS
1617
1618@menu
1619* Compilation:: Compiling for debugging
1620* Starting:: Starting your program
c906108c
SS
1621* Arguments:: Your program's arguments
1622* Environment:: Your program's environment
c906108c
SS
1623
1624* Working Directory:: Your program's working directory
1625* Input/Output:: Your program's input and output
1626* Attach:: Debugging an already-running process
1627* Kill Process:: Killing the child process
c906108c
SS
1628
1629* Threads:: Debugging programs with multiple threads
1630* Processes:: Debugging programs with multiple processes
1631@end menu
1632
6d2ebf8b 1633@node Compilation
c906108c
SS
1634@section Compiling for debugging
1635
1636In order to debug a program effectively, you need to generate
1637debugging information when you compile it. This debugging information
1638is stored in the object file; it describes the data type of each
1639variable or function and the correspondence between source line numbers
1640and addresses in the executable code.
1641
1642To request debugging information, specify the @samp{-g} option when you run
1643the compiler.
1644
e2e0bcd1
JB
1645Most compilers do not include information about preprocessor macros in
1646the debugging information if you specify the @option{-g} flag alone,
1647because this information is rather large. Version 3.1 of @value{NGCC},
1648the @sc{gnu} C compiler, provides macro information if you specify the
1649options @option{-gdwarf-2} and @option{-g3}; the former option requests
1650debugging information in the Dwarf 2 format, and the latter requests
1651``extra information''. In the future, we hope to find more compact ways
1652to represent macro information, so that it can be included with
1653@option{-g} alone.
1654
c906108c
SS
1655Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1656options together. Using those compilers, you cannot generate optimized
1657executables containing debugging information.
1658
53a5351d
JM
1659@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1660without @samp{-O}, making it possible to debug optimized code. We
1661recommend that you @emph{always} use @samp{-g} whenever you compile a
1662program. You may think your program is correct, but there is no sense
1663in pushing your luck.
c906108c
SS
1664
1665@cindex optimized code, debugging
1666@cindex debugging optimized code
1667When you debug a program compiled with @samp{-g -O}, remember that the
1668optimizer is rearranging your code; the debugger shows you what is
1669really there. Do not be too surprised when the execution path does not
1670exactly match your source file! An extreme example: if you define a
1671variable, but never use it, @value{GDBN} never sees that
1672variable---because the compiler optimizes it out of existence.
1673
1674Some things do not work as well with @samp{-g -O} as with just
1675@samp{-g}, particularly on machines with instruction scheduling. If in
1676doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1677please report it to us as a bug (including a test case!).
15387254 1678@xref{Variables}, for more information about debugging optimized code.
c906108c
SS
1679
1680Older versions of the @sc{gnu} C compiler permitted a variant option
1681@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1682format; if your @sc{gnu} C compiler has this option, do not use it.
1683
1684@need 2000
6d2ebf8b 1685@node Starting
c906108c
SS
1686@section Starting your program
1687@cindex starting
1688@cindex running
1689
1690@table @code
1691@kindex run
41afff9a 1692@kindex r @r{(@code{run})}
c906108c
SS
1693@item run
1694@itemx r
7a292a7a
SS
1695Use the @code{run} command to start your program under @value{GDBN}.
1696You must first specify the program name (except on VxWorks) with an
1697argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1698@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1699(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1700
1701@end table
1702
c906108c
SS
1703If you are running your program in an execution environment that
1704supports processes, @code{run} creates an inferior process and makes
1705that process run your program. (In environments without processes,
1706@code{run} jumps to the start of your program.)
1707
1708The execution of a program is affected by certain information it
1709receives from its superior. @value{GDBN} provides ways to specify this
1710information, which you must do @emph{before} starting your program. (You
1711can change it after starting your program, but such changes only affect
1712your program the next time you start it.) This information may be
1713divided into four categories:
1714
1715@table @asis
1716@item The @emph{arguments.}
1717Specify the arguments to give your program as the arguments of the
1718@code{run} command. If a shell is available on your target, the shell
1719is used to pass the arguments, so that you may use normal conventions
1720(such as wildcard expansion or variable substitution) in describing
1721the arguments.
1722In Unix systems, you can control which shell is used with the
1723@code{SHELL} environment variable.
1724@xref{Arguments, ,Your program's arguments}.
1725
1726@item The @emph{environment.}
1727Your program normally inherits its environment from @value{GDBN}, but you can
1728use the @value{GDBN} commands @code{set environment} and @code{unset
1729environment} to change parts of the environment that affect
1730your program. @xref{Environment, ,Your program's environment}.
1731
1732@item The @emph{working directory.}
1733Your program inherits its working directory from @value{GDBN}. You can set
1734the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1735@xref{Working Directory, ,Your program's working directory}.
1736
1737@item The @emph{standard input and output.}
1738Your program normally uses the same device for standard input and
1739standard output as @value{GDBN} is using. You can redirect input and output
1740in the @code{run} command line, or you can use the @code{tty} command to
1741set a different device for your program.
1742@xref{Input/Output, ,Your program's input and output}.
1743
1744@cindex pipes
1745@emph{Warning:} While input and output redirection work, you cannot use
1746pipes to pass the output of the program you are debugging to another
1747program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1748wrong program.
1749@end table
c906108c
SS
1750
1751When you issue the @code{run} command, your program begins to execute
1752immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1753of how to arrange for your program to stop. Once your program has
1754stopped, you may call functions in your program, using the @code{print}
1755or @code{call} commands. @xref{Data, ,Examining Data}.
1756
1757If the modification time of your symbol file has changed since the last
1758time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1759table, and reads it again. When it does this, @value{GDBN} tries to retain
1760your current breakpoints.
1761
4e8b0763
JB
1762@table @code
1763@kindex start
1764@item start
1765@cindex run to main procedure
1766The name of the main procedure can vary from language to language.
1767With C or C@t{++}, the main procedure name is always @code{main}, but
1768other languages such as Ada do not require a specific name for their
1769main procedure. The debugger provides a convenient way to start the
1770execution of the program and to stop at the beginning of the main
1771procedure, depending on the language used.
1772
1773The @samp{start} command does the equivalent of setting a temporary
1774breakpoint at the beginning of the main procedure and then invoking
1775the @samp{run} command.
1776
f018e82f
EZ
1777@cindex elaboration phase
1778Some programs contain an @dfn{elaboration} phase where some startup code is
1779executed before the main procedure is called. This depends on the
1780languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
1781constructors for static and global objects are executed before
1782@code{main} is called. It is therefore possible that the debugger stops
1783before reaching the main procedure. However, the temporary breakpoint
1784will remain to halt execution.
1785
1786Specify the arguments to give to your program as arguments to the
1787@samp{start} command. These arguments will be given verbatim to the
1788underlying @samp{run} command. Note that the same arguments will be
1789reused if no argument is provided during subsequent calls to
1790@samp{start} or @samp{run}.
1791
1792It is sometimes necessary to debug the program during elaboration. In
1793these cases, using the @code{start} command would stop the execution of
1794your program too late, as the program would have already completed the
1795elaboration phase. Under these circumstances, insert breakpoints in your
1796elaboration code before running your program.
1797@end table
1798
6d2ebf8b 1799@node Arguments
c906108c
SS
1800@section Your program's arguments
1801
1802@cindex arguments (to your program)
1803The arguments to your program can be specified by the arguments of the
5d161b24 1804@code{run} command.
c906108c
SS
1805They are passed to a shell, which expands wildcard characters and
1806performs redirection of I/O, and thence to your program. Your
1807@code{SHELL} environment variable (if it exists) specifies what shell
1808@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1809the default shell (@file{/bin/sh} on Unix).
1810
1811On non-Unix systems, the program is usually invoked directly by
1812@value{GDBN}, which emulates I/O redirection via the appropriate system
1813calls, and the wildcard characters are expanded by the startup code of
1814the program, not by the shell.
c906108c
SS
1815
1816@code{run} with no arguments uses the same arguments used by the previous
1817@code{run}, or those set by the @code{set args} command.
1818
c906108c 1819@table @code
41afff9a 1820@kindex set args
c906108c
SS
1821@item set args
1822Specify the arguments to be used the next time your program is run. If
1823@code{set args} has no arguments, @code{run} executes your program
1824with no arguments. Once you have run your program with arguments,
1825using @code{set args} before the next @code{run} is the only way to run
1826it again without arguments.
1827
1828@kindex show args
1829@item show args
1830Show the arguments to give your program when it is started.
1831@end table
1832
6d2ebf8b 1833@node Environment
c906108c
SS
1834@section Your program's environment
1835
1836@cindex environment (of your program)
1837The @dfn{environment} consists of a set of environment variables and
1838their values. Environment variables conventionally record such things as
1839your user name, your home directory, your terminal type, and your search
1840path for programs to run. Usually you set up environment variables with
1841the shell and they are inherited by all the other programs you run. When
1842debugging, it can be useful to try running your program with a modified
1843environment without having to start @value{GDBN} over again.
1844
1845@table @code
1846@kindex path
1847@item path @var{directory}
1848Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1849(the search path for executables) that will be passed to your program.
1850The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1851You may specify several directory names, separated by whitespace or by a
1852system-dependent separator character (@samp{:} on Unix, @samp{;} on
1853MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1854is moved to the front, so it is searched sooner.
c906108c
SS
1855
1856You can use the string @samp{$cwd} to refer to whatever is the current
1857working directory at the time @value{GDBN} searches the path. If you
1858use @samp{.} instead, it refers to the directory where you executed the
1859@code{path} command. @value{GDBN} replaces @samp{.} in the
1860@var{directory} argument (with the current path) before adding
1861@var{directory} to the search path.
1862@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1863@c document that, since repeating it would be a no-op.
1864
1865@kindex show paths
1866@item show paths
1867Display the list of search paths for executables (the @code{PATH}
1868environment variable).
1869
1870@kindex show environment
1871@item show environment @r{[}@var{varname}@r{]}
1872Print the value of environment variable @var{varname} to be given to
1873your program when it starts. If you do not supply @var{varname},
1874print the names and values of all environment variables to be given to
1875your program. You can abbreviate @code{environment} as @code{env}.
1876
1877@kindex set environment
53a5351d 1878@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1879Set environment variable @var{varname} to @var{value}. The value
1880changes for your program only, not for @value{GDBN} itself. @var{value} may
1881be any string; the values of environment variables are just strings, and
1882any interpretation is supplied by your program itself. The @var{value}
1883parameter is optional; if it is eliminated, the variable is set to a
1884null value.
1885@c "any string" here does not include leading, trailing
1886@c blanks. Gnu asks: does anyone care?
1887
1888For example, this command:
1889
474c8240 1890@smallexample
c906108c 1891set env USER = foo
474c8240 1892@end smallexample
c906108c
SS
1893
1894@noindent
d4f3574e 1895tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1896@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1897are not actually required.)
1898
1899@kindex unset environment
1900@item unset environment @var{varname}
1901Remove variable @var{varname} from the environment to be passed to your
1902program. This is different from @samp{set env @var{varname} =};
1903@code{unset environment} removes the variable from the environment,
1904rather than assigning it an empty value.
1905@end table
1906
d4f3574e
SS
1907@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1908the shell indicated
c906108c
SS
1909by your @code{SHELL} environment variable if it exists (or
1910@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1911that runs an initialization file---such as @file{.cshrc} for C-shell, or
1912@file{.bashrc} for BASH---any variables you set in that file affect
1913your program. You may wish to move setting of environment variables to
1914files that are only run when you sign on, such as @file{.login} or
1915@file{.profile}.
1916
6d2ebf8b 1917@node Working Directory
c906108c
SS
1918@section Your program's working directory
1919
1920@cindex working directory (of your program)
1921Each time you start your program with @code{run}, it inherits its
1922working directory from the current working directory of @value{GDBN}.
1923The @value{GDBN} working directory is initially whatever it inherited
1924from its parent process (typically the shell), but you can specify a new
1925working directory in @value{GDBN} with the @code{cd} command.
1926
1927The @value{GDBN} working directory also serves as a default for the commands
1928that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1929specify files}.
1930
1931@table @code
1932@kindex cd
1933@item cd @var{directory}
1934Set the @value{GDBN} working directory to @var{directory}.
1935
1936@kindex pwd
1937@item pwd
1938Print the @value{GDBN} working directory.
1939@end table
1940
60bf7e09
EZ
1941It is generally impossible to find the current working directory of
1942the process being debugged (since a program can change its directory
1943during its run). If you work on a system where @value{GDBN} is
1944configured with the @file{/proc} support, you can use the @code{info
1945proc} command (@pxref{SVR4 Process Information}) to find out the
1946current working directory of the debuggee.
1947
6d2ebf8b 1948@node Input/Output
c906108c
SS
1949@section Your program's input and output
1950
1951@cindex redirection
1952@cindex i/o
1953@cindex terminal
1954By default, the program you run under @value{GDBN} does input and output to
5d161b24 1955the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1956to its own terminal modes to interact with you, but it records the terminal
1957modes your program was using and switches back to them when you continue
1958running your program.
1959
1960@table @code
1961@kindex info terminal
1962@item info terminal
1963Displays information recorded by @value{GDBN} about the terminal modes your
1964program is using.
1965@end table
1966
1967You can redirect your program's input and/or output using shell
1968redirection with the @code{run} command. For example,
1969
474c8240 1970@smallexample
c906108c 1971run > outfile
474c8240 1972@end smallexample
c906108c
SS
1973
1974@noindent
1975starts your program, diverting its output to the file @file{outfile}.
1976
1977@kindex tty
1978@cindex controlling terminal
1979Another way to specify where your program should do input and output is
1980with the @code{tty} command. This command accepts a file name as
1981argument, and causes this file to be the default for future @code{run}
1982commands. It also resets the controlling terminal for the child
1983process, for future @code{run} commands. For example,
1984
474c8240 1985@smallexample
c906108c 1986tty /dev/ttyb
474c8240 1987@end smallexample
c906108c
SS
1988
1989@noindent
1990directs that processes started with subsequent @code{run} commands
1991default to do input and output on the terminal @file{/dev/ttyb} and have
1992that as their controlling terminal.
1993
1994An explicit redirection in @code{run} overrides the @code{tty} command's
1995effect on the input/output device, but not its effect on the controlling
1996terminal.
1997
1998When you use the @code{tty} command or redirect input in the @code{run}
1999command, only the input @emph{for your program} is affected. The input
2000for @value{GDBN} still comes from your terminal.
2001
6d2ebf8b 2002@node Attach
c906108c
SS
2003@section Debugging an already-running process
2004@kindex attach
2005@cindex attach
2006
2007@table @code
2008@item attach @var{process-id}
2009This command attaches to a running process---one that was started
2010outside @value{GDBN}. (@code{info files} shows your active
2011targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2012find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2013or with the @samp{jobs -l} shell command.
2014
2015@code{attach} does not repeat if you press @key{RET} a second time after
2016executing the command.
2017@end table
2018
2019To use @code{attach}, your program must be running in an environment
2020which supports processes; for example, @code{attach} does not work for
2021programs on bare-board targets that lack an operating system. You must
2022also have permission to send the process a signal.
2023
2024When you use @code{attach}, the debugger finds the program running in
2025the process first by looking in the current working directory, then (if
2026the program is not found) by using the source file search path
2027(@pxref{Source Path, ,Specifying source directories}). You can also use
2028the @code{file} command to load the program. @xref{Files, ,Commands to
2029Specify Files}.
2030
2031The first thing @value{GDBN} does after arranging to debug the specified
2032process is to stop it. You can examine and modify an attached process
53a5351d
JM
2033with all the @value{GDBN} commands that are ordinarily available when
2034you start processes with @code{run}. You can insert breakpoints; you
2035can step and continue; you can modify storage. If you would rather the
2036process continue running, you may use the @code{continue} command after
c906108c
SS
2037attaching @value{GDBN} to the process.
2038
2039@table @code
2040@kindex detach
2041@item detach
2042When you have finished debugging the attached process, you can use the
2043@code{detach} command to release it from @value{GDBN} control. Detaching
2044the process continues its execution. After the @code{detach} command,
2045that process and @value{GDBN} become completely independent once more, and you
2046are ready to @code{attach} another process or start one with @code{run}.
2047@code{detach} does not repeat if you press @key{RET} again after
2048executing the command.
2049@end table
2050
2051If you exit @value{GDBN} or use the @code{run} command while you have an
2052attached process, you kill that process. By default, @value{GDBN} asks
2053for confirmation if you try to do either of these things; you can
2054control whether or not you need to confirm by using the @code{set
2055confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2056messages}).
2057
6d2ebf8b 2058@node Kill Process
c906108c 2059@section Killing the child process
c906108c
SS
2060
2061@table @code
2062@kindex kill
2063@item kill
2064Kill the child process in which your program is running under @value{GDBN}.
2065@end table
2066
2067This command is useful if you wish to debug a core dump instead of a
2068running process. @value{GDBN} ignores any core dump file while your program
2069is running.
2070
2071On some operating systems, a program cannot be executed outside @value{GDBN}
2072while you have breakpoints set on it inside @value{GDBN}. You can use the
2073@code{kill} command in this situation to permit running your program
2074outside the debugger.
2075
2076The @code{kill} command is also useful if you wish to recompile and
2077relink your program, since on many systems it is impossible to modify an
2078executable file while it is running in a process. In this case, when you
2079next type @code{run}, @value{GDBN} notices that the file has changed, and
2080reads the symbol table again (while trying to preserve your current
2081breakpoint settings).
2082
6d2ebf8b 2083@node Threads
c906108c 2084@section Debugging programs with multiple threads
c906108c
SS
2085
2086@cindex threads of execution
2087@cindex multiple threads
2088@cindex switching threads
2089In some operating systems, such as HP-UX and Solaris, a single program
2090may have more than one @dfn{thread} of execution. The precise semantics
2091of threads differ from one operating system to another, but in general
2092the threads of a single program are akin to multiple processes---except
2093that they share one address space (that is, they can all examine and
2094modify the same variables). On the other hand, each thread has its own
2095registers and execution stack, and perhaps private memory.
2096
2097@value{GDBN} provides these facilities for debugging multi-thread
2098programs:
2099
2100@itemize @bullet
2101@item automatic notification of new threads
2102@item @samp{thread @var{threadno}}, a command to switch among threads
2103@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2104@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2105a command to apply a command to a list of threads
2106@item thread-specific breakpoints
2107@end itemize
2108
c906108c
SS
2109@quotation
2110@emph{Warning:} These facilities are not yet available on every
2111@value{GDBN} configuration where the operating system supports threads.
2112If your @value{GDBN} does not support threads, these commands have no
2113effect. For example, a system without thread support shows no output
2114from @samp{info threads}, and always rejects the @code{thread} command,
2115like this:
2116
2117@smallexample
2118(@value{GDBP}) info threads
2119(@value{GDBP}) thread 1
2120Thread ID 1 not known. Use the "info threads" command to
2121see the IDs of currently known threads.
2122@end smallexample
2123@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2124@c doesn't support threads"?
2125@end quotation
c906108c
SS
2126
2127@cindex focus of debugging
2128@cindex current thread
2129The @value{GDBN} thread debugging facility allows you to observe all
2130threads while your program runs---but whenever @value{GDBN} takes
2131control, one thread in particular is always the focus of debugging.
2132This thread is called the @dfn{current thread}. Debugging commands show
2133program information from the perspective of the current thread.
2134
41afff9a 2135@cindex @code{New} @var{systag} message
c906108c
SS
2136@cindex thread identifier (system)
2137@c FIXME-implementors!! It would be more helpful if the [New...] message
2138@c included GDB's numeric thread handle, so you could just go to that
2139@c thread without first checking `info threads'.
2140Whenever @value{GDBN} detects a new thread in your program, it displays
2141the target system's identification for the thread with a message in the
2142form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2143whose form varies depending on the particular system. For example, on
2144LynxOS, you might see
2145
474c8240 2146@smallexample
c906108c 2147[New process 35 thread 27]
474c8240 2148@end smallexample
c906108c
SS
2149
2150@noindent
2151when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2152the @var{systag} is simply something like @samp{process 368}, with no
2153further qualifier.
2154
2155@c FIXME!! (1) Does the [New...] message appear even for the very first
2156@c thread of a program, or does it only appear for the
6ca652b0 2157@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2158@c program?
2159@c (2) *Is* there necessarily a first thread always? Or do some
2160@c multithread systems permit starting a program with multiple
5d161b24 2161@c threads ab initio?
c906108c
SS
2162
2163@cindex thread number
2164@cindex thread identifier (GDB)
2165For debugging purposes, @value{GDBN} associates its own thread
2166number---always a single integer---with each thread in your program.
2167
2168@table @code
2169@kindex info threads
2170@item info threads
2171Display a summary of all threads currently in your
2172program. @value{GDBN} displays for each thread (in this order):
2173
2174@enumerate
09d4efe1
EZ
2175@item
2176the thread number assigned by @value{GDBN}
c906108c 2177
09d4efe1
EZ
2178@item
2179the target system's thread identifier (@var{systag})
c906108c 2180
09d4efe1
EZ
2181@item
2182the current stack frame summary for that thread
c906108c
SS
2183@end enumerate
2184
2185@noindent
2186An asterisk @samp{*} to the left of the @value{GDBN} thread number
2187indicates the current thread.
2188
5d161b24 2189For example,
c906108c
SS
2190@end table
2191@c end table here to get a little more width for example
2192
2193@smallexample
2194(@value{GDBP}) info threads
2195 3 process 35 thread 27 0x34e5 in sigpause ()
2196 2 process 35 thread 23 0x34e5 in sigpause ()
2197* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2198 at threadtest.c:68
2199@end smallexample
53a5351d
JM
2200
2201On HP-UX systems:
c906108c 2202
4644b6e3
EZ
2203@cindex debugging multithreaded programs (on HP-UX)
2204@cindex thread identifier (GDB), on HP-UX
c906108c
SS
2205For debugging purposes, @value{GDBN} associates its own thread
2206number---a small integer assigned in thread-creation order---with each
2207thread in your program.
2208
41afff9a
EZ
2209@cindex @code{New} @var{systag} message, on HP-UX
2210@cindex thread identifier (system), on HP-UX
c906108c
SS
2211@c FIXME-implementors!! It would be more helpful if the [New...] message
2212@c included GDB's numeric thread handle, so you could just go to that
2213@c thread without first checking `info threads'.
2214Whenever @value{GDBN} detects a new thread in your program, it displays
2215both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2216form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2217whose form varies depending on the particular system. For example, on
2218HP-UX, you see
2219
474c8240 2220@smallexample
c906108c 2221[New thread 2 (system thread 26594)]
474c8240 2222@end smallexample
c906108c
SS
2223
2224@noindent
5d161b24 2225when @value{GDBN} notices a new thread.
c906108c
SS
2226
2227@table @code
4644b6e3 2228@kindex info threads (HP-UX)
c906108c
SS
2229@item info threads
2230Display a summary of all threads currently in your
2231program. @value{GDBN} displays for each thread (in this order):
2232
2233@enumerate
2234@item the thread number assigned by @value{GDBN}
2235
2236@item the target system's thread identifier (@var{systag})
2237
2238@item the current stack frame summary for that thread
2239@end enumerate
2240
2241@noindent
2242An asterisk @samp{*} to the left of the @value{GDBN} thread number
2243indicates the current thread.
2244
5d161b24 2245For example,
c906108c
SS
2246@end table
2247@c end table here to get a little more width for example
2248
474c8240 2249@smallexample
c906108c 2250(@value{GDBP}) info threads
6d2ebf8b
SS
2251 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2252 at quicksort.c:137
2253 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2254 from /usr/lib/libc.2
2255 1 system thread 27905 0x7b003498 in _brk () \@*
2256 from /usr/lib/libc.2
474c8240 2257@end smallexample
c906108c
SS
2258
2259@table @code
2260@kindex thread @var{threadno}
2261@item thread @var{threadno}
2262Make thread number @var{threadno} the current thread. The command
2263argument @var{threadno} is the internal @value{GDBN} thread number, as
2264shown in the first field of the @samp{info threads} display.
2265@value{GDBN} responds by displaying the system identifier of the thread
2266you selected, and its current stack frame summary:
2267
2268@smallexample
2269@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2270(@value{GDBP}) thread 2
c906108c 2271[Switching to process 35 thread 23]
c906108c
SS
22720x34e5 in sigpause ()
2273@end smallexample
2274
2275@noindent
2276As with the @samp{[New @dots{}]} message, the form of the text after
2277@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2278threads.
c906108c 2279
9c16f35a 2280@kindex thread apply
c906108c
SS
2281@item thread apply [@var{threadno}] [@var{all}] @var{args}
2282The @code{thread apply} command allows you to apply a command to one or
2283more threads. Specify the numbers of the threads that you want affected
2284with the command argument @var{threadno}. @var{threadno} is the internal
2285@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2286threads} display. To apply a command to all threads, use
2287@code{thread apply all} @var{args}.
c906108c
SS
2288@end table
2289
2290@cindex automatic thread selection
2291@cindex switching threads automatically
2292@cindex threads, automatic switching
2293Whenever @value{GDBN} stops your program, due to a breakpoint or a
2294signal, it automatically selects the thread where that breakpoint or
2295signal happened. @value{GDBN} alerts you to the context switch with a
2296message of the form @samp{[Switching to @var{systag}]} to identify the
2297thread.
2298
2299@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2300more information about how @value{GDBN} behaves when you stop and start
2301programs with multiple threads.
2302
2303@xref{Set Watchpoints,,Setting watchpoints}, for information about
2304watchpoints in programs with multiple threads.
c906108c 2305
6d2ebf8b 2306@node Processes
c906108c
SS
2307@section Debugging programs with multiple processes
2308
2309@cindex fork, debugging programs which call
2310@cindex multiple processes
2311@cindex processes, multiple
53a5351d
JM
2312On most systems, @value{GDBN} has no special support for debugging
2313programs which create additional processes using the @code{fork}
2314function. When a program forks, @value{GDBN} will continue to debug the
2315parent process and the child process will run unimpeded. If you have
2316set a breakpoint in any code which the child then executes, the child
2317will get a @code{SIGTRAP} signal which (unless it catches the signal)
2318will cause it to terminate.
c906108c
SS
2319
2320However, if you want to debug the child process there is a workaround
2321which isn't too painful. Put a call to @code{sleep} in the code which
2322the child process executes after the fork. It may be useful to sleep
2323only if a certain environment variable is set, or a certain file exists,
2324so that the delay need not occur when you don't want to run @value{GDBN}
2325on the child. While the child is sleeping, use the @code{ps} program to
2326get its process ID. Then tell @value{GDBN} (a new invocation of
2327@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2328the child process (@pxref{Attach}). From that point on you can debug
c906108c 2329the child process just like any other process which you attached to.
c906108c 2330
b51970ac
DJ
2331On some systems, @value{GDBN} provides support for debugging programs that
2332create additional processes using the @code{fork} or @code{vfork} functions.
2333Currently, the only platforms with this feature are HP-UX (11.x and later
2334only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2335
2336By default, when a program forks, @value{GDBN} will continue to debug
2337the parent process and the child process will run unimpeded.
2338
2339If you want to follow the child process instead of the parent process,
2340use the command @w{@code{set follow-fork-mode}}.
2341
2342@table @code
2343@kindex set follow-fork-mode
2344@item set follow-fork-mode @var{mode}
2345Set the debugger response to a program call of @code{fork} or
2346@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 2347process. The @var{mode} argument can be:
c906108c
SS
2348
2349@table @code
2350@item parent
2351The original process is debugged after a fork. The child process runs
2df3850c 2352unimpeded. This is the default.
c906108c
SS
2353
2354@item child
2355The new process is debugged after a fork. The parent process runs
2356unimpeded.
2357
c906108c
SS
2358@end table
2359
9c16f35a 2360@kindex show follow-fork-mode
c906108c 2361@item show follow-fork-mode
2df3850c 2362Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2363@end table
2364
2365If you ask to debug a child process and a @code{vfork} is followed by an
2366@code{exec}, @value{GDBN} executes the new target up to the first
2367breakpoint in the new target. If you have a breakpoint set on
2368@code{main} in your original program, the breakpoint will also be set on
2369the child process's @code{main}.
2370
2371When a child process is spawned by @code{vfork}, you cannot debug the
2372child or parent until an @code{exec} call completes.
2373
2374If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2375call executes, the new target restarts. To restart the parent process,
2376use the @code{file} command with the parent executable name as its
2377argument.
2378
2379You can use the @code{catch} command to make @value{GDBN} stop whenever
2380a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2381Catchpoints, ,Setting catchpoints}.
c906108c 2382
6d2ebf8b 2383@node Stopping
c906108c
SS
2384@chapter Stopping and Continuing
2385
2386The principal purposes of using a debugger are so that you can stop your
2387program before it terminates; or so that, if your program runs into
2388trouble, you can investigate and find out why.
2389
7a292a7a
SS
2390Inside @value{GDBN}, your program may stop for any of several reasons,
2391such as a signal, a breakpoint, or reaching a new line after a
2392@value{GDBN} command such as @code{step}. You may then examine and
2393change variables, set new breakpoints or remove old ones, and then
2394continue execution. Usually, the messages shown by @value{GDBN} provide
2395ample explanation of the status of your program---but you can also
2396explicitly request this information at any time.
c906108c
SS
2397
2398@table @code
2399@kindex info program
2400@item info program
2401Display information about the status of your program: whether it is
7a292a7a 2402running or not, what process it is, and why it stopped.
c906108c
SS
2403@end table
2404
2405@menu
2406* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2407* Continuing and Stepping:: Resuming execution
c906108c 2408* Signals:: Signals
c906108c 2409* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2410@end menu
2411
6d2ebf8b 2412@node Breakpoints
c906108c
SS
2413@section Breakpoints, watchpoints, and catchpoints
2414
2415@cindex breakpoints
2416A @dfn{breakpoint} makes your program stop whenever a certain point in
2417the program is reached. For each breakpoint, you can add conditions to
2418control in finer detail whether your program stops. You can set
2419breakpoints with the @code{break} command and its variants (@pxref{Set
2420Breaks, ,Setting breakpoints}), to specify the place where your program
2421should stop by line number, function name or exact address in the
2422program.
2423
09d4efe1
EZ
2424On some systems, you can set breakpoints in shared libraries before
2425the executable is run. There is a minor limitation on HP-UX systems:
2426you must wait until the executable is run in order to set breakpoints
2427in shared library routines that are not called directly by the program
2428(for example, routines that are arguments in a @code{pthread_create}
2429call).
c906108c
SS
2430
2431@cindex watchpoints
2432@cindex memory tracing
2433@cindex breakpoint on memory address
2434@cindex breakpoint on variable modification
2435A @dfn{watchpoint} is a special breakpoint that stops your program
2436when the value of an expression changes. You must use a different
2437command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2438watchpoints}), but aside from that, you can manage a watchpoint like
2439any other breakpoint: you enable, disable, and delete both breakpoints
2440and watchpoints using the same commands.
2441
2442You can arrange to have values from your program displayed automatically
2443whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2444Automatic display}.
2445
2446@cindex catchpoints
2447@cindex breakpoint on events
2448A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2449when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2450exception or the loading of a library. As with watchpoints, you use a
2451different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2452catchpoints}), but aside from that, you can manage a catchpoint like any
2453other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2454@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2455
2456@cindex breakpoint numbers
2457@cindex numbers for breakpoints
2458@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2459catchpoint when you create it; these numbers are successive integers
2460starting with one. In many of the commands for controlling various
2461features of breakpoints you use the breakpoint number to say which
2462breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2463@dfn{disabled}; if disabled, it has no effect on your program until you
2464enable it again.
2465
c5394b80
JM
2466@cindex breakpoint ranges
2467@cindex ranges of breakpoints
2468Some @value{GDBN} commands accept a range of breakpoints on which to
2469operate. A breakpoint range is either a single breakpoint number, like
2470@samp{5}, or two such numbers, in increasing order, separated by a
2471hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2472all breakpoint in that range are operated on.
2473
c906108c
SS
2474@menu
2475* Set Breaks:: Setting breakpoints
2476* Set Watchpoints:: Setting watchpoints
2477* Set Catchpoints:: Setting catchpoints
2478* Delete Breaks:: Deleting breakpoints
2479* Disabling:: Disabling breakpoints
2480* Conditions:: Break conditions
2481* Break Commands:: Breakpoint command lists
c906108c 2482* Breakpoint Menus:: Breakpoint menus
d4f3574e 2483* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2484* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2485@end menu
2486
6d2ebf8b 2487@node Set Breaks
c906108c
SS
2488@subsection Setting breakpoints
2489
5d161b24 2490@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2491@c consider in particular declaration with/without initialization.
2492@c
2493@c FIXME 2 is there stuff on this already? break at fun start, already init?
2494
2495@kindex break
41afff9a
EZ
2496@kindex b @r{(@code{break})}
2497@vindex $bpnum@r{, convenience variable}
c906108c
SS
2498@cindex latest breakpoint
2499Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2500@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2501number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2502Vars,, Convenience variables}, for a discussion of what you can do with
2503convenience variables.
2504
2505You have several ways to say where the breakpoint should go.
2506
2507@table @code
2508@item break @var{function}
5d161b24 2509Set a breakpoint at entry to function @var{function}.
c906108c 2510When using source languages that permit overloading of symbols, such as
b37052ae 2511C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2512@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2513
2514@item break +@var{offset}
2515@itemx break -@var{offset}
2516Set a breakpoint some number of lines forward or back from the position
d4f3574e 2517at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2518(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2519
2520@item break @var{linenum}
2521Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2522The current source file is the last file whose source text was printed.
2523The breakpoint will stop your program just before it executes any of the
c906108c
SS
2524code on that line.
2525
2526@item break @var{filename}:@var{linenum}
2527Set a breakpoint at line @var{linenum} in source file @var{filename}.
2528
2529@item break @var{filename}:@var{function}
2530Set a breakpoint at entry to function @var{function} found in file
2531@var{filename}. Specifying a file name as well as a function name is
2532superfluous except when multiple files contain similarly named
2533functions.
2534
2535@item break *@var{address}
2536Set a breakpoint at address @var{address}. You can use this to set
2537breakpoints in parts of your program which do not have debugging
2538information or source files.
2539
2540@item break
2541When called without any arguments, @code{break} sets a breakpoint at
2542the next instruction to be executed in the selected stack frame
2543(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2544innermost, this makes your program stop as soon as control
2545returns to that frame. This is similar to the effect of a
2546@code{finish} command in the frame inside the selected frame---except
2547that @code{finish} does not leave an active breakpoint. If you use
2548@code{break} without an argument in the innermost frame, @value{GDBN} stops
2549the next time it reaches the current location; this may be useful
2550inside loops.
2551
2552@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2553least one instruction has been executed. If it did not do this, you
2554would be unable to proceed past a breakpoint without first disabling the
2555breakpoint. This rule applies whether or not the breakpoint already
2556existed when your program stopped.
2557
2558@item break @dots{} if @var{cond}
2559Set a breakpoint with condition @var{cond}; evaluate the expression
2560@var{cond} each time the breakpoint is reached, and stop only if the
2561value is nonzero---that is, if @var{cond} evaluates as true.
2562@samp{@dots{}} stands for one of the possible arguments described
2563above (or no argument) specifying where to break. @xref{Conditions,
2564,Break conditions}, for more information on breakpoint conditions.
2565
2566@kindex tbreak
2567@item tbreak @var{args}
2568Set a breakpoint enabled only for one stop. @var{args} are the
2569same as for the @code{break} command, and the breakpoint is set in the same
2570way, but the breakpoint is automatically deleted after the first time your
2571program stops there. @xref{Disabling, ,Disabling breakpoints}.
2572
c906108c
SS
2573@kindex hbreak
2574@item hbreak @var{args}
d4f3574e
SS
2575Set a hardware-assisted breakpoint. @var{args} are the same as for the
2576@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2577breakpoint requires hardware support and some target hardware may not
2578have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2579debugging, so you can set a breakpoint at an instruction without
2580changing the instruction. This can be used with the new trap-generation
09d4efe1 2581provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
2582will generate traps when a program accesses some data or instruction
2583address that is assigned to the debug registers. However the hardware
2584breakpoint registers can take a limited number of breakpoints. For
2585example, on the DSU, only two data breakpoints can be set at a time, and
2586@value{GDBN} will reject this command if more than two are used. Delete
2587or disable unused hardware breakpoints before setting new ones
2588(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
9c16f35a
EZ
2589For remote targets, you can restrict the number of hardware
2590breakpoints @value{GDBN} will use, see @ref{set remote
2591hardware-breakpoint-limit}.
501eef12 2592
c906108c
SS
2593
2594@kindex thbreak
2595@item thbreak @var{args}
2596Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2597are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2598the same way. However, like the @code{tbreak} command,
c906108c
SS
2599the breakpoint is automatically deleted after the
2600first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2601command, the breakpoint requires hardware support and some target hardware
2602may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2603See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2604
2605@kindex rbreak
2606@cindex regular expression
2607@item rbreak @var{regex}
c906108c 2608Set breakpoints on all functions matching the regular expression
11cf8741
JM
2609@var{regex}. This command sets an unconditional breakpoint on all
2610matches, printing a list of all breakpoints it set. Once these
2611breakpoints are set, they are treated just like the breakpoints set with
2612the @code{break} command. You can delete them, disable them, or make
2613them conditional the same way as any other breakpoint.
2614
2615The syntax of the regular expression is the standard one used with tools
2616like @file{grep}. Note that this is different from the syntax used by
2617shells, so for instance @code{foo*} matches all functions that include
2618an @code{fo} followed by zero or more @code{o}s. There is an implicit
2619@code{.*} leading and trailing the regular expression you supply, so to
2620match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2621
f7dc1244 2622@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 2623When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2624breakpoints on overloaded functions that are not members of any special
2625classes.
c906108c 2626
f7dc1244
EZ
2627@cindex set breakpoints on all functions
2628The @code{rbreak} command can be used to set breakpoints in
2629@strong{all} the functions in a program, like this:
2630
2631@smallexample
2632(@value{GDBP}) rbreak .
2633@end smallexample
2634
c906108c
SS
2635@kindex info breakpoints
2636@cindex @code{$_} and @code{info breakpoints}
2637@item info breakpoints @r{[}@var{n}@r{]}
2638@itemx info break @r{[}@var{n}@r{]}
2639@itemx info watchpoints @r{[}@var{n}@r{]}
2640Print a table of all breakpoints, watchpoints, and catchpoints set and
2641not deleted, with the following columns for each breakpoint:
2642
2643@table @emph
2644@item Breakpoint Numbers
2645@item Type
2646Breakpoint, watchpoint, or catchpoint.
2647@item Disposition
2648Whether the breakpoint is marked to be disabled or deleted when hit.
2649@item Enabled or Disabled
2650Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2651that are not enabled.
2652@item Address
2650777c
JJ
2653Where the breakpoint is in your program, as a memory address. If the
2654breakpoint is pending (see below for details) on a future load of a shared library, the address
2655will be listed as @samp{<PENDING>}.
c906108c
SS
2656@item What
2657Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2658line number. For a pending breakpoint, the original string passed to
2659the breakpoint command will be listed as it cannot be resolved until
2660the appropriate shared library is loaded in the future.
c906108c
SS
2661@end table
2662
2663@noindent
2664If a breakpoint is conditional, @code{info break} shows the condition on
2665the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2666are listed after that. A pending breakpoint is allowed to have a condition
2667specified for it. The condition is not parsed for validity until a shared
2668library is loaded that allows the pending breakpoint to resolve to a
2669valid location.
c906108c
SS
2670
2671@noindent
2672@code{info break} with a breakpoint
2673number @var{n} as argument lists only that breakpoint. The
2674convenience variable @code{$_} and the default examining-address for
2675the @code{x} command are set to the address of the last breakpoint
5d161b24 2676listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2677
2678@noindent
2679@code{info break} displays a count of the number of times the breakpoint
2680has been hit. This is especially useful in conjunction with the
2681@code{ignore} command. You can ignore a large number of breakpoint
2682hits, look at the breakpoint info to see how many times the breakpoint
2683was hit, and then run again, ignoring one less than that number. This
2684will get you quickly to the last hit of that breakpoint.
2685@end table
2686
2687@value{GDBN} allows you to set any number of breakpoints at the same place in
2688your program. There is nothing silly or meaningless about this. When
2689the breakpoints are conditional, this is even useful
2690(@pxref{Conditions, ,Break conditions}).
2691
2650777c 2692@cindex pending breakpoints
dd79a6cf
JJ
2693If a specified breakpoint location cannot be found, it may be due to the fact
2694that the location is in a shared library that is yet to be loaded. In such
2695a case, you may want @value{GDBN} to create a special breakpoint (known as
2696a @dfn{pending breakpoint}) that
2697attempts to resolve itself in the future when an appropriate shared library
2698gets loaded.
2699
2700Pending breakpoints are useful to set at the start of your
2650777c
JJ
2701@value{GDBN} session for locations that you know will be dynamically loaded
2702later by the program being debugged. When shared libraries are loaded,
dd79a6cf
JJ
2703a check is made to see if the load resolves any pending breakpoint locations.
2704If a pending breakpoint location gets resolved,
2705a regular breakpoint is created and the original pending breakpoint is removed.
2706
2707@value{GDBN} provides some additional commands for controlling pending
2708breakpoint support:
2709
2710@kindex set breakpoint pending
2711@kindex show breakpoint pending
2712@table @code
2713@item set breakpoint pending auto
2714This is the default behavior. When @value{GDBN} cannot find the breakpoint
2715location, it queries you whether a pending breakpoint should be created.
2716
2717@item set breakpoint pending on
2718This indicates that an unrecognized breakpoint location should automatically
2719result in a pending breakpoint being created.
2720
2721@item set breakpoint pending off
2722This indicates that pending breakpoints are not to be created. Any
2723unrecognized breakpoint location results in an error. This setting does
2724not affect any pending breakpoints previously created.
2725
2726@item show breakpoint pending
2727Show the current behavior setting for creating pending breakpoints.
2728@end table
2650777c 2729
649e03f6
RM
2730@cindex operations allowed on pending breakpoints
2731Normal breakpoint operations apply to pending breakpoints as well. You may
2732specify a condition for a pending breakpoint and/or commands to run when the
2650777c
JJ
2733breakpoint is reached. You can also enable or disable
2734the pending breakpoint. When you specify a condition for a pending breakpoint,
2735the parsing of the condition will be deferred until the point where the
2736pending breakpoint location is resolved. Disabling a pending breakpoint
2737tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2738shared library load. When a pending breakpoint is re-enabled,
649e03f6 2739@value{GDBN} checks to see if the location is already resolved.
2650777c
JJ
2740This is done because any number of shared library loads could have
2741occurred since the time the breakpoint was disabled and one or more
2742of these loads could resolve the location.
2743
c906108c
SS
2744@cindex negative breakpoint numbers
2745@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2746@value{GDBN} itself sometimes sets breakpoints in your program for
2747special purposes, such as proper handling of @code{longjmp} (in C
2748programs). These internal breakpoints are assigned negative numbers,
2749starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2750You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2751@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2752
2753
6d2ebf8b 2754@node Set Watchpoints
c906108c
SS
2755@subsection Setting watchpoints
2756
2757@cindex setting watchpoints
c906108c
SS
2758You can use a watchpoint to stop execution whenever the value of an
2759expression changes, without having to predict a particular place where
2760this may happen.
2761
82f2d802
EZ
2762@cindex software watchpoints
2763@cindex hardware watchpoints
c906108c 2764Depending on your system, watchpoints may be implemented in software or
2df3850c 2765hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2766program and testing the variable's value each time, which is hundreds of
2767times slower than normal execution. (But this may still be worth it, to
2768catch errors where you have no clue what part of your program is the
2769culprit.)
2770
82f2d802
EZ
2771On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2772x86-based targets, @value{GDBN} includes support for hardware
2773watchpoints, which do not slow down the running of your program.
c906108c
SS
2774
2775@table @code
2776@kindex watch
2777@item watch @var{expr}
2778Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2779is written into by the program and its value changes.
2780
2781@kindex rwatch
2782@item rwatch @var{expr}
09d4efe1
EZ
2783Set a watchpoint that will break when the value of @var{expr} is read
2784by the program.
c906108c
SS
2785
2786@kindex awatch
2787@item awatch @var{expr}
09d4efe1
EZ
2788Set a watchpoint that will break when @var{expr} is either read from
2789or written into by the program.
c906108c
SS
2790
2791@kindex info watchpoints
2792@item info watchpoints
2793This command prints a list of watchpoints, breakpoints, and catchpoints;
09d4efe1 2794it is the same as @code{info break} (@pxref{Set Breaks}).
c906108c
SS
2795@end table
2796
2797@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2798watchpoints execute very quickly, and the debugger reports a change in
2799value at the exact instruction where the change occurs. If @value{GDBN}
2800cannot set a hardware watchpoint, it sets a software watchpoint, which
2801executes more slowly and reports the change in value at the next
82f2d802
EZ
2802@emph{statement}, not the instruction, after the change occurs.
2803
2804@vindex can-use-hw-watchpoints
2805@cindex use only software watchpoints
2806You can force @value{GDBN} to use only software watchpoints with the
2807@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2808zero, @value{GDBN} will never try to use hardware watchpoints, even if
2809the underlying system supports them. (Note that hardware-assisted
2810watchpoints that were set @emph{before} setting
2811@code{can-use-hw-watchpoints} to zero will still use the hardware
2812mechanism of watching expressiion values.)
c906108c 2813
9c16f35a
EZ
2814@table @code
2815@item set can-use-hw-watchpoints
2816@kindex set can-use-hw-watchpoints
2817Set whether or not to use hardware watchpoints.
2818
2819@item show can-use-hw-watchpoints
2820@kindex show can-use-hw-watchpoints
2821Show the current mode of using hardware watchpoints.
2822@end table
2823
2824For remote targets, you can restrict the number of hardware
2825watchpoints @value{GDBN} will use, see @ref{set remote
2826hardware-breakpoint-limit}.
2827
c906108c
SS
2828When you issue the @code{watch} command, @value{GDBN} reports
2829
474c8240 2830@smallexample
c906108c 2831Hardware watchpoint @var{num}: @var{expr}
474c8240 2832@end smallexample
c906108c
SS
2833
2834@noindent
2835if it was able to set a hardware watchpoint.
2836
7be570e7
JM
2837Currently, the @code{awatch} and @code{rwatch} commands can only set
2838hardware watchpoints, because accesses to data that don't change the
2839value of the watched expression cannot be detected without examining
2840every instruction as it is being executed, and @value{GDBN} does not do
2841that currently. If @value{GDBN} finds that it is unable to set a
2842hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2843will print a message like this:
2844
2845@smallexample
2846Expression cannot be implemented with read/access watchpoint.
2847@end smallexample
2848
2849Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2850data type of the watched expression is wider than what a hardware
2851watchpoint on the target machine can handle. For example, some systems
2852can only watch regions that are up to 4 bytes wide; on such systems you
2853cannot set hardware watchpoints for an expression that yields a
2854double-precision floating-point number (which is typically 8 bytes
2855wide). As a work-around, it might be possible to break the large region
2856into a series of smaller ones and watch them with separate watchpoints.
2857
2858If you set too many hardware watchpoints, @value{GDBN} might be unable
2859to insert all of them when you resume the execution of your program.
2860Since the precise number of active watchpoints is unknown until such
2861time as the program is about to be resumed, @value{GDBN} might not be
2862able to warn you about this when you set the watchpoints, and the
2863warning will be printed only when the program is resumed:
2864
2865@smallexample
2866Hardware watchpoint @var{num}: Could not insert watchpoint
2867@end smallexample
2868
2869@noindent
2870If this happens, delete or disable some of the watchpoints.
2871
2872The SPARClite DSU will generate traps when a program accesses some data
2873or instruction address that is assigned to the debug registers. For the
2874data addresses, DSU facilitates the @code{watch} command. However the
2875hardware breakpoint registers can only take two data watchpoints, and
2876both watchpoints must be the same kind. For example, you can set two
2877watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2878@strong{or} two with @code{awatch} commands, but you cannot set one
2879watchpoint with one command and the other with a different command.
c906108c
SS
2880@value{GDBN} will reject the command if you try to mix watchpoints.
2881Delete or disable unused watchpoint commands before setting new ones.
2882
2883If you call a function interactively using @code{print} or @code{call},
2df3850c 2884any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2885kind of breakpoint or the call completes.
2886
7be570e7
JM
2887@value{GDBN} automatically deletes watchpoints that watch local
2888(automatic) variables, or expressions that involve such variables, when
2889they go out of scope, that is, when the execution leaves the block in
2890which these variables were defined. In particular, when the program
2891being debugged terminates, @emph{all} local variables go out of scope,
2892and so only watchpoints that watch global variables remain set. If you
2893rerun the program, you will need to set all such watchpoints again. One
2894way of doing that would be to set a code breakpoint at the entry to the
2895@code{main} function and when it breaks, set all the watchpoints.
2896
c906108c
SS
2897@quotation
2898@cindex watchpoints and threads
2899@cindex threads and watchpoints
c906108c
SS
2900@emph{Warning:} In multi-thread programs, watchpoints have only limited
2901usefulness. With the current watchpoint implementation, @value{GDBN}
2902can only watch the value of an expression @emph{in a single thread}. If
2903you are confident that the expression can only change due to the current
2904thread's activity (and if you are also confident that no other thread
2905can become current), then you can use watchpoints as usual. However,
2906@value{GDBN} may not notice when a non-current thread's activity changes
2907the expression.
53a5351d 2908
d4f3574e 2909@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2910@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2911have only limited usefulness. If @value{GDBN} creates a software
2912watchpoint, it can only watch the value of an expression @emph{in a
2913single thread}. If you are confident that the expression can only
2914change due to the current thread's activity (and if you are also
2915confident that no other thread can become current), then you can use
2916software watchpoints as usual. However, @value{GDBN} may not notice
2917when a non-current thread's activity changes the expression. (Hardware
2918watchpoints, in contrast, watch an expression in all threads.)
c906108c 2919@end quotation
c906108c 2920
501eef12
AC
2921@xref{set remote hardware-watchpoint-limit}.
2922
6d2ebf8b 2923@node Set Catchpoints
c906108c 2924@subsection Setting catchpoints
d4f3574e 2925@cindex catchpoints, setting
c906108c
SS
2926@cindex exception handlers
2927@cindex event handling
2928
2929You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2930kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2931shared library. Use the @code{catch} command to set a catchpoint.
2932
2933@table @code
2934@kindex catch
2935@item catch @var{event}
2936Stop when @var{event} occurs. @var{event} can be any of the following:
2937@table @code
2938@item throw
4644b6e3 2939@cindex stop on C@t{++} exceptions
b37052ae 2940The throwing of a C@t{++} exception.
c906108c
SS
2941
2942@item catch
b37052ae 2943The catching of a C@t{++} exception.
c906108c
SS
2944
2945@item exec
4644b6e3 2946@cindex break on fork/exec
c906108c
SS
2947A call to @code{exec}. This is currently only available for HP-UX.
2948
2949@item fork
c906108c
SS
2950A call to @code{fork}. This is currently only available for HP-UX.
2951
2952@item vfork
c906108c
SS
2953A call to @code{vfork}. This is currently only available for HP-UX.
2954
2955@item load
2956@itemx load @var{libname}
4644b6e3 2957@cindex break on load/unload of shared library
c906108c
SS
2958The dynamic loading of any shared library, or the loading of the library
2959@var{libname}. This is currently only available for HP-UX.
2960
2961@item unload
2962@itemx unload @var{libname}
c906108c
SS
2963The unloading of any dynamically loaded shared library, or the unloading
2964of the library @var{libname}. This is currently only available for HP-UX.
2965@end table
2966
2967@item tcatch @var{event}
2968Set a catchpoint that is enabled only for one stop. The catchpoint is
2969automatically deleted after the first time the event is caught.
2970
2971@end table
2972
2973Use the @code{info break} command to list the current catchpoints.
2974
b37052ae 2975There are currently some limitations to C@t{++} exception handling
c906108c
SS
2976(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2977
2978@itemize @bullet
2979@item
2980If you call a function interactively, @value{GDBN} normally returns
2981control to you when the function has finished executing. If the call
2982raises an exception, however, the call may bypass the mechanism that
2983returns control to you and cause your program either to abort or to
2984simply continue running until it hits a breakpoint, catches a signal
2985that @value{GDBN} is listening for, or exits. This is the case even if
2986you set a catchpoint for the exception; catchpoints on exceptions are
2987disabled within interactive calls.
2988
2989@item
2990You cannot raise an exception interactively.
2991
2992@item
2993You cannot install an exception handler interactively.
2994@end itemize
2995
2996@cindex raise exceptions
2997Sometimes @code{catch} is not the best way to debug exception handling:
2998if you need to know exactly where an exception is raised, it is better to
2999stop @emph{before} the exception handler is called, since that way you
3000can see the stack before any unwinding takes place. If you set a
3001breakpoint in an exception handler instead, it may not be easy to find
3002out where the exception was raised.
3003
3004To stop just before an exception handler is called, you need some
b37052ae 3005knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
3006raised by calling a library function named @code{__raise_exception}
3007which has the following ANSI C interface:
3008
474c8240 3009@smallexample
c906108c 3010 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
3011 @var{id} is the exception identifier. */
3012 void __raise_exception (void **addr, void *id);
474c8240 3013@end smallexample
c906108c
SS
3014
3015@noindent
3016To make the debugger catch all exceptions before any stack
3017unwinding takes place, set a breakpoint on @code{__raise_exception}
3018(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3019
3020With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3021that depends on the value of @var{id}, you can stop your program when
3022a specific exception is raised. You can use multiple conditional
3023breakpoints to stop your program when any of a number of exceptions are
3024raised.
3025
3026
6d2ebf8b 3027@node Delete Breaks
c906108c
SS
3028@subsection Deleting breakpoints
3029
3030@cindex clearing breakpoints, watchpoints, catchpoints
3031@cindex deleting breakpoints, watchpoints, catchpoints
3032It is often necessary to eliminate a breakpoint, watchpoint, or
3033catchpoint once it has done its job and you no longer want your program
3034to stop there. This is called @dfn{deleting} the breakpoint. A
3035breakpoint that has been deleted no longer exists; it is forgotten.
3036
3037With the @code{clear} command you can delete breakpoints according to
3038where they are in your program. With the @code{delete} command you can
3039delete individual breakpoints, watchpoints, or catchpoints by specifying
3040their breakpoint numbers.
3041
3042It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3043automatically ignores breakpoints on the first instruction to be executed
3044when you continue execution without changing the execution address.
3045
3046@table @code
3047@kindex clear
3048@item clear
3049Delete any breakpoints at the next instruction to be executed in the
3050selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3051the innermost frame is selected, this is a good way to delete a
3052breakpoint where your program just stopped.
3053
3054@item clear @var{function}
3055@itemx clear @var{filename}:@var{function}
09d4efe1 3056Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
3057
3058@item clear @var{linenum}
3059@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
3060Delete any breakpoints set at or within the code of the specified
3061@var{linenum} of the specified @var{filename}.
c906108c
SS
3062
3063@cindex delete breakpoints
3064@kindex delete
41afff9a 3065@kindex d @r{(@code{delete})}
c5394b80
JM
3066@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3067Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3068ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
3069breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3070confirm off}). You can abbreviate this command as @code{d}.
3071@end table
3072
6d2ebf8b 3073@node Disabling
c906108c
SS
3074@subsection Disabling breakpoints
3075
4644b6e3 3076@cindex enable/disable a breakpoint
c906108c
SS
3077Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3078prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3079it had been deleted, but remembers the information on the breakpoint so
3080that you can @dfn{enable} it again later.
3081
3082You disable and enable breakpoints, watchpoints, and catchpoints with
3083the @code{enable} and @code{disable} commands, optionally specifying one
3084or more breakpoint numbers as arguments. Use @code{info break} or
3085@code{info watch} to print a list of breakpoints, watchpoints, and
3086catchpoints if you do not know which numbers to use.
3087
3088A breakpoint, watchpoint, or catchpoint can have any of four different
3089states of enablement:
3090
3091@itemize @bullet
3092@item
3093Enabled. The breakpoint stops your program. A breakpoint set
3094with the @code{break} command starts out in this state.
3095@item
3096Disabled. The breakpoint has no effect on your program.
3097@item
3098Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3099disabled.
c906108c
SS
3100@item
3101Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3102immediately after it does so it is deleted permanently. A breakpoint
3103set with the @code{tbreak} command starts out in this state.
c906108c
SS
3104@end itemize
3105
3106You can use the following commands to enable or disable breakpoints,
3107watchpoints, and catchpoints:
3108
3109@table @code
c906108c 3110@kindex disable
41afff9a 3111@kindex dis @r{(@code{disable})}
c5394b80 3112@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3113Disable the specified breakpoints---or all breakpoints, if none are
3114listed. A disabled breakpoint has no effect but is not forgotten. All
3115options such as ignore-counts, conditions and commands are remembered in
3116case the breakpoint is enabled again later. You may abbreviate
3117@code{disable} as @code{dis}.
3118
c906108c 3119@kindex enable
c5394b80 3120@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3121Enable the specified breakpoints (or all defined breakpoints). They
3122become effective once again in stopping your program.
3123
c5394b80 3124@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3125Enable the specified breakpoints temporarily. @value{GDBN} disables any
3126of these breakpoints immediately after stopping your program.
3127
c5394b80 3128@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3129Enable the specified breakpoints to work once, then die. @value{GDBN}
3130deletes any of these breakpoints as soon as your program stops there.
09d4efe1 3131Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
3132@end table
3133
d4f3574e
SS
3134@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3135@c confusing: tbreak is also initially enabled.
c906108c
SS
3136Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3137,Setting breakpoints}), breakpoints that you set are initially enabled;
3138subsequently, they become disabled or enabled only when you use one of
3139the commands above. (The command @code{until} can set and delete a
3140breakpoint of its own, but it does not change the state of your other
3141breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3142stepping}.)
3143
6d2ebf8b 3144@node Conditions
c906108c
SS
3145@subsection Break conditions
3146@cindex conditional breakpoints
3147@cindex breakpoint conditions
3148
3149@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3150@c in particular for a watchpoint?
c906108c
SS
3151The simplest sort of breakpoint breaks every time your program reaches a
3152specified place. You can also specify a @dfn{condition} for a
3153breakpoint. A condition is just a Boolean expression in your
3154programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3155a condition evaluates the expression each time your program reaches it,
3156and your program stops only if the condition is @emph{true}.
3157
3158This is the converse of using assertions for program validation; in that
3159situation, you want to stop when the assertion is violated---that is,
3160when the condition is false. In C, if you want to test an assertion expressed
3161by the condition @var{assert}, you should set the condition
3162@samp{! @var{assert}} on the appropriate breakpoint.
3163
3164Conditions are also accepted for watchpoints; you may not need them,
3165since a watchpoint is inspecting the value of an expression anyhow---but
3166it might be simpler, say, to just set a watchpoint on a variable name,
3167and specify a condition that tests whether the new value is an interesting
3168one.
3169
3170Break conditions can have side effects, and may even call functions in
3171your program. This can be useful, for example, to activate functions
3172that log program progress, or to use your own print functions to
3173format special data structures. The effects are completely predictable
3174unless there is another enabled breakpoint at the same address. (In
3175that case, @value{GDBN} might see the other breakpoint first and stop your
3176program without checking the condition of this one.) Note that
d4f3574e
SS
3177breakpoint commands are usually more convenient and flexible than break
3178conditions for the
c906108c
SS
3179purpose of performing side effects when a breakpoint is reached
3180(@pxref{Break Commands, ,Breakpoint command lists}).
3181
3182Break conditions can be specified when a breakpoint is set, by using
3183@samp{if} in the arguments to the @code{break} command. @xref{Set
3184Breaks, ,Setting breakpoints}. They can also be changed at any time
3185with the @code{condition} command.
53a5351d 3186
c906108c
SS
3187You can also use the @code{if} keyword with the @code{watch} command.
3188The @code{catch} command does not recognize the @code{if} keyword;
3189@code{condition} is the only way to impose a further condition on a
3190catchpoint.
c906108c
SS
3191
3192@table @code
3193@kindex condition
3194@item condition @var{bnum} @var{expression}
3195Specify @var{expression} as the break condition for breakpoint,
3196watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3197breakpoint @var{bnum} stops your program only if the value of
3198@var{expression} is true (nonzero, in C). When you use
3199@code{condition}, @value{GDBN} checks @var{expression} immediately for
3200syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3201referents in the context of your breakpoint. If @var{expression} uses
3202symbols not referenced in the context of the breakpoint, @value{GDBN}
3203prints an error message:
3204
474c8240 3205@smallexample
d4f3574e 3206No symbol "foo" in current context.
474c8240 3207@end smallexample
d4f3574e
SS
3208
3209@noindent
c906108c
SS
3210@value{GDBN} does
3211not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3212command (or a command that sets a breakpoint with a condition, like
3213@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3214
3215@item condition @var{bnum}
3216Remove the condition from breakpoint number @var{bnum}. It becomes
3217an ordinary unconditional breakpoint.
3218@end table
3219
3220@cindex ignore count (of breakpoint)
3221A special case of a breakpoint condition is to stop only when the
3222breakpoint has been reached a certain number of times. This is so
3223useful that there is a special way to do it, using the @dfn{ignore
3224count} of the breakpoint. Every breakpoint has an ignore count, which
3225is an integer. Most of the time, the ignore count is zero, and
3226therefore has no effect. But if your program reaches a breakpoint whose
3227ignore count is positive, then instead of stopping, it just decrements
3228the ignore count by one and continues. As a result, if the ignore count
3229value is @var{n}, the breakpoint does not stop the next @var{n} times
3230your program reaches it.
3231
3232@table @code
3233@kindex ignore
3234@item ignore @var{bnum} @var{count}
3235Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3236The next @var{count} times the breakpoint is reached, your program's
3237execution does not stop; other than to decrement the ignore count, @value{GDBN}
3238takes no action.
3239
3240To make the breakpoint stop the next time it is reached, specify
3241a count of zero.
3242
3243When you use @code{continue} to resume execution of your program from a
3244breakpoint, you can specify an ignore count directly as an argument to
3245@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3246Stepping,,Continuing and stepping}.
3247
3248If a breakpoint has a positive ignore count and a condition, the
3249condition is not checked. Once the ignore count reaches zero,
3250@value{GDBN} resumes checking the condition.
3251
3252You could achieve the effect of the ignore count with a condition such
3253as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3254is decremented each time. @xref{Convenience Vars, ,Convenience
3255variables}.
3256@end table
3257
3258Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3259
3260
6d2ebf8b 3261@node Break Commands
c906108c
SS
3262@subsection Breakpoint command lists
3263
3264@cindex breakpoint commands
3265You can give any breakpoint (or watchpoint or catchpoint) a series of
3266commands to execute when your program stops due to that breakpoint. For
3267example, you might want to print the values of certain expressions, or
3268enable other breakpoints.
3269
3270@table @code
3271@kindex commands
3272@kindex end
3273@item commands @r{[}@var{bnum}@r{]}
3274@itemx @dots{} @var{command-list} @dots{}
3275@itemx end
3276Specify a list of commands for breakpoint number @var{bnum}. The commands
3277themselves appear on the following lines. Type a line containing just
3278@code{end} to terminate the commands.
3279
3280To remove all commands from a breakpoint, type @code{commands} and
3281follow it immediately with @code{end}; that is, give no commands.
3282
3283With no @var{bnum} argument, @code{commands} refers to the last
3284breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3285recently encountered).
3286@end table
3287
3288Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3289disabled within a @var{command-list}.
3290
3291You can use breakpoint commands to start your program up again. Simply
3292use the @code{continue} command, or @code{step}, or any other command
3293that resumes execution.
3294
3295Any other commands in the command list, after a command that resumes
3296execution, are ignored. This is because any time you resume execution
3297(even with a simple @code{next} or @code{step}), you may encounter
3298another breakpoint---which could have its own command list, leading to
3299ambiguities about which list to execute.
3300
3301@kindex silent
3302If the first command you specify in a command list is @code{silent}, the
3303usual message about stopping at a breakpoint is not printed. This may
3304be desirable for breakpoints that are to print a specific message and
3305then continue. If none of the remaining commands print anything, you
3306see no sign that the breakpoint was reached. @code{silent} is
3307meaningful only at the beginning of a breakpoint command list.
3308
3309The commands @code{echo}, @code{output}, and @code{printf} allow you to
3310print precisely controlled output, and are often useful in silent
3311breakpoints. @xref{Output, ,Commands for controlled output}.
3312
3313For example, here is how you could use breakpoint commands to print the
3314value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3315
474c8240 3316@smallexample
c906108c
SS
3317break foo if x>0
3318commands
3319silent
3320printf "x is %d\n",x
3321cont
3322end
474c8240 3323@end smallexample
c906108c
SS
3324
3325One application for breakpoint commands is to compensate for one bug so
3326you can test for another. Put a breakpoint just after the erroneous line
3327of code, give it a condition to detect the case in which something
3328erroneous has been done, and give it commands to assign correct values
3329to any variables that need them. End with the @code{continue} command
3330so that your program does not stop, and start with the @code{silent}
3331command so that no output is produced. Here is an example:
3332
474c8240 3333@smallexample
c906108c
SS
3334break 403
3335commands
3336silent
3337set x = y + 4
3338cont
3339end
474c8240 3340@end smallexample
c906108c 3341
6d2ebf8b 3342@node Breakpoint Menus
c906108c
SS
3343@subsection Breakpoint menus
3344@cindex overloading
3345@cindex symbol overloading
3346
b383017d 3347Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3348single function name
c906108c
SS
3349to be defined several times, for application in different contexts.
3350This is called @dfn{overloading}. When a function name is overloaded,
3351@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3352a breakpoint. If you realize this is a problem, you can use
3353something like @samp{break @var{function}(@var{types})} to specify which
3354particular version of the function you want. Otherwise, @value{GDBN} offers
3355you a menu of numbered choices for different possible breakpoints, and
3356waits for your selection with the prompt @samp{>}. The first two
3357options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3358sets a breakpoint at each definition of @var{function}, and typing
3359@kbd{0} aborts the @code{break} command without setting any new
3360breakpoints.
3361
3362For example, the following session excerpt shows an attempt to set a
3363breakpoint at the overloaded symbol @code{String::after}.
3364We choose three particular definitions of that function name:
3365
3366@c FIXME! This is likely to change to show arg type lists, at least
3367@smallexample
3368@group
3369(@value{GDBP}) b String::after
3370[0] cancel
3371[1] all
3372[2] file:String.cc; line number:867
3373[3] file:String.cc; line number:860
3374[4] file:String.cc; line number:875
3375[5] file:String.cc; line number:853
3376[6] file:String.cc; line number:846
3377[7] file:String.cc; line number:735
3378> 2 4 6
3379Breakpoint 1 at 0xb26c: file String.cc, line 867.
3380Breakpoint 2 at 0xb344: file String.cc, line 875.
3381Breakpoint 3 at 0xafcc: file String.cc, line 846.
3382Multiple breakpoints were set.
3383Use the "delete" command to delete unwanted
3384 breakpoints.
3385(@value{GDBP})
3386@end group
3387@end smallexample
c906108c
SS
3388
3389@c @ifclear BARETARGET
6d2ebf8b 3390@node Error in Breakpoints
d4f3574e 3391@subsection ``Cannot insert breakpoints''
c906108c
SS
3392@c
3393@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3394@c
d4f3574e
SS
3395Under some operating systems, breakpoints cannot be used in a program if
3396any other process is running that program. In this situation,
5d161b24 3397attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3398@value{GDBN} to print an error message:
3399
474c8240 3400@smallexample
d4f3574e
SS
3401Cannot insert breakpoints.
3402The same program may be running in another process.
474c8240 3403@end smallexample
d4f3574e
SS
3404
3405When this happens, you have three ways to proceed:
3406
3407@enumerate
3408@item
3409Remove or disable the breakpoints, then continue.
3410
3411@item
5d161b24 3412Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3413name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3414that @value{GDBN} should run your program under that name.
d4f3574e
SS
3415Then start your program again.
3416
3417@item
3418Relink your program so that the text segment is nonsharable, using the
3419linker option @samp{-N}. The operating system limitation may not apply
3420to nonsharable executables.
3421@end enumerate
c906108c
SS
3422@c @end ifclear
3423
d4f3574e
SS
3424A similar message can be printed if you request too many active
3425hardware-assisted breakpoints and watchpoints:
3426
3427@c FIXME: the precise wording of this message may change; the relevant
3428@c source change is not committed yet (Sep 3, 1999).
3429@smallexample
3430Stopped; cannot insert breakpoints.
3431You may have requested too many hardware breakpoints and watchpoints.
3432@end smallexample
3433
3434@noindent
3435This message is printed when you attempt to resume the program, since
3436only then @value{GDBN} knows exactly how many hardware breakpoints and
3437watchpoints it needs to insert.
3438
3439When this message is printed, you need to disable or remove some of the
3440hardware-assisted breakpoints and watchpoints, and then continue.
3441
1485d690
KB
3442@node Breakpoint related warnings
3443@subsection ``Breakpoint address adjusted...''
3444@cindex breakpoint address adjusted
3445
3446Some processor architectures place constraints on the addresses at
3447which breakpoints may be placed. For architectures thus constrained,
3448@value{GDBN} will attempt to adjust the breakpoint's address to comply
3449with the constraints dictated by the architecture.
3450
3451One example of such an architecture is the Fujitsu FR-V. The FR-V is
3452a VLIW architecture in which a number of RISC-like instructions may be
3453bundled together for parallel execution. The FR-V architecture
3454constrains the location of a breakpoint instruction within such a
3455bundle to the instruction with the lowest address. @value{GDBN}
3456honors this constraint by adjusting a breakpoint's address to the
3457first in the bundle.
3458
3459It is not uncommon for optimized code to have bundles which contain
3460instructions from different source statements, thus it may happen that
3461a breakpoint's address will be adjusted from one source statement to
3462another. Since this adjustment may significantly alter @value{GDBN}'s
3463breakpoint related behavior from what the user expects, a warning is
3464printed when the breakpoint is first set and also when the breakpoint
3465is hit.
3466
3467A warning like the one below is printed when setting a breakpoint
3468that's been subject to address adjustment:
3469
3470@smallexample
3471warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3472@end smallexample
3473
3474Such warnings are printed both for user settable and @value{GDBN}'s
3475internal breakpoints. If you see one of these warnings, you should
3476verify that a breakpoint set at the adjusted address will have the
3477desired affect. If not, the breakpoint in question may be removed and
b383017d 3478other breakpoints may be set which will have the desired behavior.
1485d690
KB
3479E.g., it may be sufficient to place the breakpoint at a later
3480instruction. A conditional breakpoint may also be useful in some
3481cases to prevent the breakpoint from triggering too often.
3482
3483@value{GDBN} will also issue a warning when stopping at one of these
3484adjusted breakpoints:
3485
3486@smallexample
3487warning: Breakpoint 1 address previously adjusted from 0x00010414
3488to 0x00010410.
3489@end smallexample
3490
3491When this warning is encountered, it may be too late to take remedial
3492action except in cases where the breakpoint is hit earlier or more
3493frequently than expected.
d4f3574e 3494
6d2ebf8b 3495@node Continuing and Stepping
c906108c
SS
3496@section Continuing and stepping
3497
3498@cindex stepping
3499@cindex continuing
3500@cindex resuming execution
3501@dfn{Continuing} means resuming program execution until your program
3502completes normally. In contrast, @dfn{stepping} means executing just
3503one more ``step'' of your program, where ``step'' may mean either one
3504line of source code, or one machine instruction (depending on what
7a292a7a
SS
3505particular command you use). Either when continuing or when stepping,
3506your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3507it stops due to a signal, you may want to use @code{handle}, or use
3508@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3509
3510@table @code
3511@kindex continue
41afff9a
EZ
3512@kindex c @r{(@code{continue})}
3513@kindex fg @r{(resume foreground execution)}
c906108c
SS
3514@item continue @r{[}@var{ignore-count}@r{]}
3515@itemx c @r{[}@var{ignore-count}@r{]}
3516@itemx fg @r{[}@var{ignore-count}@r{]}
3517Resume program execution, at the address where your program last stopped;
3518any breakpoints set at that address are bypassed. The optional argument
3519@var{ignore-count} allows you to specify a further number of times to
3520ignore a breakpoint at this location; its effect is like that of
3521@code{ignore} (@pxref{Conditions, ,Break conditions}).
3522
3523The argument @var{ignore-count} is meaningful only when your program
3524stopped due to a breakpoint. At other times, the argument to
3525@code{continue} is ignored.
3526
d4f3574e
SS
3527The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3528debugged program is deemed to be the foreground program) are provided
3529purely for convenience, and have exactly the same behavior as
3530@code{continue}.
c906108c
SS
3531@end table
3532
3533To resume execution at a different place, you can use @code{return}
3534(@pxref{Returning, ,Returning from a function}) to go back to the
3535calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3536different address}) to go to an arbitrary location in your program.
3537
3538A typical technique for using stepping is to set a breakpoint
3539(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3540beginning of the function or the section of your program where a problem
3541is believed to lie, run your program until it stops at that breakpoint,
3542and then step through the suspect area, examining the variables that are
3543interesting, until you see the problem happen.
3544
3545@table @code
3546@kindex step
41afff9a 3547@kindex s @r{(@code{step})}
c906108c
SS
3548@item step
3549Continue running your program until control reaches a different source
3550line, then stop it and return control to @value{GDBN}. This command is
3551abbreviated @code{s}.
3552
3553@quotation
3554@c "without debugging information" is imprecise; actually "without line
3555@c numbers in the debugging information". (gcc -g1 has debugging info but
3556@c not line numbers). But it seems complex to try to make that
3557@c distinction here.
3558@emph{Warning:} If you use the @code{step} command while control is
3559within a function that was compiled without debugging information,
3560execution proceeds until control reaches a function that does have
3561debugging information. Likewise, it will not step into a function which
3562is compiled without debugging information. To step through functions
3563without debugging information, use the @code{stepi} command, described
3564below.
3565@end quotation
3566
4a92d011
EZ
3567The @code{step} command only stops at the first instruction of a source
3568line. This prevents the multiple stops that could otherwise occur in
3569@code{switch} statements, @code{for} loops, etc. @code{step} continues
3570to stop if a function that has debugging information is called within
3571the line. In other words, @code{step} @emph{steps inside} any functions
3572called within the line.
c906108c 3573
d4f3574e
SS
3574Also, the @code{step} command only enters a function if there is line
3575number information for the function. Otherwise it acts like the
5d161b24 3576@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3577on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3578was any debugging information about the routine.
c906108c
SS
3579
3580@item step @var{count}
3581Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3582breakpoint is reached, or a signal not related to stepping occurs before
3583@var{count} steps, stepping stops right away.
c906108c
SS
3584
3585@kindex next
41afff9a 3586@kindex n @r{(@code{next})}
c906108c
SS
3587@item next @r{[}@var{count}@r{]}
3588Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3589This is similar to @code{step}, but function calls that appear within
3590the line of code are executed without stopping. Execution stops when
3591control reaches a different line of code at the original stack level
3592that was executing when you gave the @code{next} command. This command
3593is abbreviated @code{n}.
c906108c
SS
3594
3595An argument @var{count} is a repeat count, as for @code{step}.
3596
3597
3598@c FIX ME!! Do we delete this, or is there a way it fits in with
3599@c the following paragraph? --- Vctoria
3600@c
3601@c @code{next} within a function that lacks debugging information acts like
3602@c @code{step}, but any function calls appearing within the code of the
3603@c function are executed without stopping.
3604
d4f3574e
SS
3605The @code{next} command only stops at the first instruction of a
3606source line. This prevents multiple stops that could otherwise occur in
4a92d011 3607@code{switch} statements, @code{for} loops, etc.
c906108c 3608
b90a5f51
CF
3609@kindex set step-mode
3610@item set step-mode
3611@cindex functions without line info, and stepping
3612@cindex stepping into functions with no line info
3613@itemx set step-mode on
4a92d011 3614The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3615stop at the first instruction of a function which contains no debug line
3616information rather than stepping over it.
3617
4a92d011
EZ
3618This is useful in cases where you may be interested in inspecting the
3619machine instructions of a function which has no symbolic info and do not
3620want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3621
3622@item set step-mode off
4a92d011 3623Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3624debug information. This is the default.
3625
9c16f35a
EZ
3626@item show step-mode
3627Show whether @value{GDBN} will stop in or step over functions without
3628source line debug information.
3629
c906108c
SS
3630@kindex finish
3631@item finish
3632Continue running until just after function in the selected stack frame
3633returns. Print the returned value (if any).
3634
3635Contrast this with the @code{return} command (@pxref{Returning,
3636,Returning from a function}).
3637
3638@kindex until
41afff9a 3639@kindex u @r{(@code{until})}
09d4efe1 3640@cindex run until specified location
c906108c
SS
3641@item until
3642@itemx u
3643Continue running until a source line past the current line, in the
3644current stack frame, is reached. This command is used to avoid single
3645stepping through a loop more than once. It is like the @code{next}
3646command, except that when @code{until} encounters a jump, it
3647automatically continues execution until the program counter is greater
3648than the address of the jump.
3649
3650This means that when you reach the end of a loop after single stepping
3651though it, @code{until} makes your program continue execution until it
3652exits the loop. In contrast, a @code{next} command at the end of a loop
3653simply steps back to the beginning of the loop, which forces you to step
3654through the next iteration.
3655
3656@code{until} always stops your program if it attempts to exit the current
3657stack frame.
3658
3659@code{until} may produce somewhat counterintuitive results if the order
3660of machine code does not match the order of the source lines. For
3661example, in the following excerpt from a debugging session, the @code{f}
3662(@code{frame}) command shows that execution is stopped at line
3663@code{206}; yet when we use @code{until}, we get to line @code{195}:
3664
474c8240 3665@smallexample
c906108c
SS
3666(@value{GDBP}) f
3667#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3668206 expand_input();
3669(@value{GDBP}) until
3670195 for ( ; argc > 0; NEXTARG) @{
474c8240 3671@end smallexample
c906108c
SS
3672
3673This happened because, for execution efficiency, the compiler had
3674generated code for the loop closure test at the end, rather than the
3675start, of the loop---even though the test in a C @code{for}-loop is
3676written before the body of the loop. The @code{until} command appeared
3677to step back to the beginning of the loop when it advanced to this
3678expression; however, it has not really gone to an earlier
3679statement---not in terms of the actual machine code.
3680
3681@code{until} with no argument works by means of single
3682instruction stepping, and hence is slower than @code{until} with an
3683argument.
3684
3685@item until @var{location}
3686@itemx u @var{location}
3687Continue running your program until either the specified location is
3688reached, or the current stack frame returns. @var{location} is any of
3689the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3690,Setting breakpoints}). This form of the command uses breakpoints, and
3691hence is quicker than @code{until} without an argument. The specified
3692location is actually reached only if it is in the current frame. This
3693implies that @code{until} can be used to skip over recursive function
3694invocations. For instance in the code below, if the current location is
3695line @code{96}, issuing @code{until 99} will execute the program up to
3696line @code{99} in the same invocation of factorial, i.e. after the inner
3697invocations have returned.
3698
3699@smallexample
370094 int factorial (int value)
370195 @{
370296 if (value > 1) @{
370397 value *= factorial (value - 1);
370498 @}
370599 return (value);
3706100 @}
3707@end smallexample
3708
3709
3710@kindex advance @var{location}
3711@itemx advance @var{location}
09d4efe1
EZ
3712Continue running the program up to the given @var{location}. An argument is
3713required, which should be of the same form as arguments for the @code{break}
c60eb6f1
EZ
3714command. Execution will also stop upon exit from the current stack
3715frame. This command is similar to @code{until}, but @code{advance} will
3716not skip over recursive function calls, and the target location doesn't
3717have to be in the same frame as the current one.
3718
c906108c
SS
3719
3720@kindex stepi
41afff9a 3721@kindex si @r{(@code{stepi})}
c906108c 3722@item stepi
96a2c332 3723@itemx stepi @var{arg}
c906108c
SS
3724@itemx si
3725Execute one machine instruction, then stop and return to the debugger.
3726
3727It is often useful to do @samp{display/i $pc} when stepping by machine
3728instructions. This makes @value{GDBN} automatically display the next
3729instruction to be executed, each time your program stops. @xref{Auto
3730Display,, Automatic display}.
3731
3732An argument is a repeat count, as in @code{step}.
3733
3734@need 750
3735@kindex nexti
41afff9a 3736@kindex ni @r{(@code{nexti})}
c906108c 3737@item nexti
96a2c332 3738@itemx nexti @var{arg}
c906108c
SS
3739@itemx ni
3740Execute one machine instruction, but if it is a function call,
3741proceed until the function returns.
3742
3743An argument is a repeat count, as in @code{next}.
3744@end table
3745
6d2ebf8b 3746@node Signals
c906108c
SS
3747@section Signals
3748@cindex signals
3749
3750A signal is an asynchronous event that can happen in a program. The
3751operating system defines the possible kinds of signals, and gives each
3752kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3753signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3754@code{SIGSEGV} is the signal a program gets from referencing a place in
3755memory far away from all the areas in use; @code{SIGALRM} occurs when
3756the alarm clock timer goes off (which happens only if your program has
3757requested an alarm).
3758
3759@cindex fatal signals
3760Some signals, including @code{SIGALRM}, are a normal part of the
3761functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3762errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3763program has not specified in advance some other way to handle the signal.
3764@code{SIGINT} does not indicate an error in your program, but it is normally
3765fatal so it can carry out the purpose of the interrupt: to kill the program.
3766
3767@value{GDBN} has the ability to detect any occurrence of a signal in your
3768program. You can tell @value{GDBN} in advance what to do for each kind of
3769signal.
3770
3771@cindex handling signals
24f93129
EZ
3772Normally, @value{GDBN} is set up to let the non-erroneous signals like
3773@code{SIGALRM} be silently passed to your program
3774(so as not to interfere with their role in the program's functioning)
c906108c
SS
3775but to stop your program immediately whenever an error signal happens.
3776You can change these settings with the @code{handle} command.
3777
3778@table @code
3779@kindex info signals
09d4efe1 3780@kindex info handle
c906108c 3781@item info signals
96a2c332 3782@itemx info handle
c906108c
SS
3783Print a table of all the kinds of signals and how @value{GDBN} has been told to
3784handle each one. You can use this to see the signal numbers of all
3785the defined types of signals.
3786
d4f3574e 3787@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3788
3789@kindex handle
3790@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3791Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3792can be the number of a signal or its name (with or without the
24f93129 3793@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3794@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3795known signals. The @var{keywords} say what change to make.
c906108c
SS
3796@end table
3797
3798@c @group
3799The keywords allowed by the @code{handle} command can be abbreviated.
3800Their full names are:
3801
3802@table @code
3803@item nostop
3804@value{GDBN} should not stop your program when this signal happens. It may
3805still print a message telling you that the signal has come in.
3806
3807@item stop
3808@value{GDBN} should stop your program when this signal happens. This implies
3809the @code{print} keyword as well.
3810
3811@item print
3812@value{GDBN} should print a message when this signal happens.
3813
3814@item noprint
3815@value{GDBN} should not mention the occurrence of the signal at all. This
3816implies the @code{nostop} keyword as well.
3817
3818@item pass
5ece1a18 3819@itemx noignore
c906108c
SS
3820@value{GDBN} should allow your program to see this signal; your program
3821can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3822and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3823
3824@item nopass
5ece1a18 3825@itemx ignore
c906108c 3826@value{GDBN} should not allow your program to see this signal.
5ece1a18 3827@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3828@end table
3829@c @end group
3830
d4f3574e
SS
3831When a signal stops your program, the signal is not visible to the
3832program until you
c906108c
SS
3833continue. Your program sees the signal then, if @code{pass} is in
3834effect for the signal in question @emph{at that time}. In other words,
3835after @value{GDBN} reports a signal, you can use the @code{handle}
3836command with @code{pass} or @code{nopass} to control whether your
3837program sees that signal when you continue.
3838
24f93129
EZ
3839The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3840non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3841@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3842erroneous signals.
3843
c906108c
SS
3844You can also use the @code{signal} command to prevent your program from
3845seeing a signal, or cause it to see a signal it normally would not see,
3846or to give it any signal at any time. For example, if your program stopped
3847due to some sort of memory reference error, you might store correct
3848values into the erroneous variables and continue, hoping to see more
3849execution; but your program would probably terminate immediately as
3850a result of the fatal signal once it saw the signal. To prevent this,
3851you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3852program a signal}.
c906108c 3853
6d2ebf8b 3854@node Thread Stops
c906108c
SS
3855@section Stopping and starting multi-thread programs
3856
3857When your program has multiple threads (@pxref{Threads,, Debugging
3858programs with multiple threads}), you can choose whether to set
3859breakpoints on all threads, or on a particular thread.
3860
3861@table @code
3862@cindex breakpoints and threads
3863@cindex thread breakpoints
3864@kindex break @dots{} thread @var{threadno}
3865@item break @var{linespec} thread @var{threadno}
3866@itemx break @var{linespec} thread @var{threadno} if @dots{}
3867@var{linespec} specifies source lines; there are several ways of
3868writing them, but the effect is always to specify some source line.
3869
3870Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3871to specify that you only want @value{GDBN} to stop the program when a
3872particular thread reaches this breakpoint. @var{threadno} is one of the
3873numeric thread identifiers assigned by @value{GDBN}, shown in the first
3874column of the @samp{info threads} display.
3875
3876If you do not specify @samp{thread @var{threadno}} when you set a
3877breakpoint, the breakpoint applies to @emph{all} threads of your
3878program.
3879
3880You can use the @code{thread} qualifier on conditional breakpoints as
3881well; in this case, place @samp{thread @var{threadno}} before the
3882breakpoint condition, like this:
3883
3884@smallexample
2df3850c 3885(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3886@end smallexample
3887
3888@end table
3889
3890@cindex stopped threads
3891@cindex threads, stopped
3892Whenever your program stops under @value{GDBN} for any reason,
3893@emph{all} threads of execution stop, not just the current thread. This
3894allows you to examine the overall state of the program, including
3895switching between threads, without worrying that things may change
3896underfoot.
3897
36d86913
MC
3898@cindex thread breakpoints and system calls
3899@cindex system calls and thread breakpoints
3900@cindex premature return from system calls
3901There is an unfortunate side effect. If one thread stops for a
3902breakpoint, or for some other reason, and another thread is blocked in a
3903system call, then the system call may return prematurely. This is a
3904consequence of the interaction between multiple threads and the signals
3905that @value{GDBN} uses to implement breakpoints and other events that
3906stop execution.
3907
3908To handle this problem, your program should check the return value of
3909each system call and react appropriately. This is good programming
3910style anyways.
3911
3912For example, do not write code like this:
3913
3914@smallexample
3915 sleep (10);
3916@end smallexample
3917
3918The call to @code{sleep} will return early if a different thread stops
3919at a breakpoint or for some other reason.
3920
3921Instead, write this:
3922
3923@smallexample
3924 int unslept = 10;
3925 while (unslept > 0)
3926 unslept = sleep (unslept);
3927@end smallexample
3928
3929A system call is allowed to return early, so the system is still
3930conforming to its specification. But @value{GDBN} does cause your
3931multi-threaded program to behave differently than it would without
3932@value{GDBN}.
3933
3934Also, @value{GDBN} uses internal breakpoints in the thread library to
3935monitor certain events such as thread creation and thread destruction.
3936When such an event happens, a system call in another thread may return
3937prematurely, even though your program does not appear to stop.
3938
c906108c
SS
3939@cindex continuing threads
3940@cindex threads, continuing
3941Conversely, whenever you restart the program, @emph{all} threads start
3942executing. @emph{This is true even when single-stepping} with commands
5d161b24 3943like @code{step} or @code{next}.
c906108c
SS
3944
3945In particular, @value{GDBN} cannot single-step all threads in lockstep.
3946Since thread scheduling is up to your debugging target's operating
3947system (not controlled by @value{GDBN}), other threads may
3948execute more than one statement while the current thread completes a
3949single step. Moreover, in general other threads stop in the middle of a
3950statement, rather than at a clean statement boundary, when the program
3951stops.
3952
3953You might even find your program stopped in another thread after
3954continuing or even single-stepping. This happens whenever some other
3955thread runs into a breakpoint, a signal, or an exception before the
3956first thread completes whatever you requested.
3957
3958On some OSes, you can lock the OS scheduler and thus allow only a single
3959thread to run.
3960
3961@table @code
3962@item set scheduler-locking @var{mode}
9c16f35a
EZ
3963@cindex scheduler locking mode
3964@cindex lock scheduler
c906108c
SS
3965Set the scheduler locking mode. If it is @code{off}, then there is no
3966locking and any thread may run at any time. If @code{on}, then only the
3967current thread may run when the inferior is resumed. The @code{step}
3968mode optimizes for single-stepping. It stops other threads from
3969``seizing the prompt'' by preempting the current thread while you are
3970stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3971when you step. They are more likely to run when you @samp{next} over a
c906108c 3972function call, and they are completely free to run when you use commands
d4f3574e 3973like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3974thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3975@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3976
3977@item show scheduler-locking
3978Display the current scheduler locking mode.
3979@end table
3980
c906108c 3981
6d2ebf8b 3982@node Stack
c906108c
SS
3983@chapter Examining the Stack
3984
3985When your program has stopped, the first thing you need to know is where it
3986stopped and how it got there.
3987
3988@cindex call stack
5d161b24
DB
3989Each time your program performs a function call, information about the call
3990is generated.
3991That information includes the location of the call in your program,
3992the arguments of the call,
c906108c 3993and the local variables of the function being called.
5d161b24 3994The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3995The stack frames are allocated in a region of memory called the @dfn{call
3996stack}.
3997
3998When your program stops, the @value{GDBN} commands for examining the
3999stack allow you to see all of this information.
4000
4001@cindex selected frame
4002One of the stack frames is @dfn{selected} by @value{GDBN} and many
4003@value{GDBN} commands refer implicitly to the selected frame. In
4004particular, whenever you ask @value{GDBN} for the value of a variable in
4005your program, the value is found in the selected frame. There are
4006special @value{GDBN} commands to select whichever frame you are
4007interested in. @xref{Selection, ,Selecting a frame}.
4008
4009When your program stops, @value{GDBN} automatically selects the
5d161b24 4010currently executing frame and describes it briefly, similar to the
c906108c
SS
4011@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4012
4013@menu
4014* Frames:: Stack frames
4015* Backtrace:: Backtraces
4016* Selection:: Selecting a frame
4017* Frame Info:: Information on a frame
c906108c
SS
4018
4019@end menu
4020
6d2ebf8b 4021@node Frames
c906108c
SS
4022@section Stack frames
4023
d4f3574e 4024@cindex frame, definition
c906108c
SS
4025@cindex stack frame
4026The call stack is divided up into contiguous pieces called @dfn{stack
4027frames}, or @dfn{frames} for short; each frame is the data associated
4028with one call to one function. The frame contains the arguments given
4029to the function, the function's local variables, and the address at
4030which the function is executing.
4031
4032@cindex initial frame
4033@cindex outermost frame
4034@cindex innermost frame
4035When your program is started, the stack has only one frame, that of the
4036function @code{main}. This is called the @dfn{initial} frame or the
4037@dfn{outermost} frame. Each time a function is called, a new frame is
4038made. Each time a function returns, the frame for that function invocation
4039is eliminated. If a function is recursive, there can be many frames for
4040the same function. The frame for the function in which execution is
4041actually occurring is called the @dfn{innermost} frame. This is the most
4042recently created of all the stack frames that still exist.
4043
4044@cindex frame pointer
4045Inside your program, stack frames are identified by their addresses. A
4046stack frame consists of many bytes, each of which has its own address; each
4047kind of computer has a convention for choosing one byte whose
4048address serves as the address of the frame. Usually this address is kept
4049in a register called the @dfn{frame pointer register} while execution is
4050going on in that frame.
4051
4052@cindex frame number
4053@value{GDBN} assigns numbers to all existing stack frames, starting with
4054zero for the innermost frame, one for the frame that called it,
4055and so on upward. These numbers do not really exist in your program;
4056they are assigned by @value{GDBN} to give you a way of designating stack
4057frames in @value{GDBN} commands.
4058
6d2ebf8b
SS
4059@c The -fomit-frame-pointer below perennially causes hbox overflow
4060@c underflow problems.
c906108c
SS
4061@cindex frameless execution
4062Some compilers provide a way to compile functions so that they operate
6d2ebf8b 4063without stack frames. (For example, the @value{GCC} option
474c8240 4064@smallexample
6d2ebf8b 4065@samp{-fomit-frame-pointer}
474c8240 4066@end smallexample
6d2ebf8b 4067generates functions without a frame.)
c906108c
SS
4068This is occasionally done with heavily used library functions to save
4069the frame setup time. @value{GDBN} has limited facilities for dealing
4070with these function invocations. If the innermost function invocation
4071has no stack frame, @value{GDBN} nevertheless regards it as though
4072it had a separate frame, which is numbered zero as usual, allowing
4073correct tracing of the function call chain. However, @value{GDBN} has
4074no provision for frameless functions elsewhere in the stack.
4075
4076@table @code
d4f3574e 4077@kindex frame@r{, command}
41afff9a 4078@cindex current stack frame
c906108c 4079@item frame @var{args}
5d161b24 4080The @code{frame} command allows you to move from one stack frame to another,
c906108c 4081and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
4082address of the frame or the stack frame number. Without an argument,
4083@code{frame} prints the current stack frame.
c906108c
SS
4084
4085@kindex select-frame
41afff9a 4086@cindex selecting frame silently
c906108c
SS
4087@item select-frame
4088The @code{select-frame} command allows you to move from one stack frame
4089to another without printing the frame. This is the silent version of
4090@code{frame}.
4091@end table
4092
6d2ebf8b 4093@node Backtrace
c906108c
SS
4094@section Backtraces
4095
09d4efe1
EZ
4096@cindex traceback
4097@cindex call stack traces
c906108c
SS
4098A backtrace is a summary of how your program got where it is. It shows one
4099line per frame, for many frames, starting with the currently executing
4100frame (frame zero), followed by its caller (frame one), and on up the
4101stack.
4102
4103@table @code
4104@kindex backtrace
41afff9a 4105@kindex bt @r{(@code{backtrace})}
c906108c
SS
4106@item backtrace
4107@itemx bt
4108Print a backtrace of the entire stack: one line per frame for all
4109frames in the stack.
4110
4111You can stop the backtrace at any time by typing the system interrupt
4112character, normally @kbd{C-c}.
4113
4114@item backtrace @var{n}
4115@itemx bt @var{n}
4116Similar, but print only the innermost @var{n} frames.
4117
4118@item backtrace -@var{n}
4119@itemx bt -@var{n}
4120Similar, but print only the outermost @var{n} frames.
4121@end table
4122
4123@kindex where
4124@kindex info stack
c906108c
SS
4125The names @code{where} and @code{info stack} (abbreviated @code{info s})
4126are additional aliases for @code{backtrace}.
4127
4128Each line in the backtrace shows the frame number and the function name.
4129The program counter value is also shown---unless you use @code{set
4130print address off}. The backtrace also shows the source file name and
4131line number, as well as the arguments to the function. The program
4132counter value is omitted if it is at the beginning of the code for that
4133line number.
4134
4135Here is an example of a backtrace. It was made with the command
4136@samp{bt 3}, so it shows the innermost three frames.
4137
4138@smallexample
4139@group
5d161b24 4140#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4141 at builtin.c:993
4142#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4143#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4144 at macro.c:71
4145(More stack frames follow...)
4146@end group
4147@end smallexample
4148
4149@noindent
4150The display for frame zero does not begin with a program counter
4151value, indicating that your program has stopped at the beginning of the
4152code for line @code{993} of @code{builtin.c}.
4153
a8f24a35
EZ
4154@cindex backtrace beyond @code{main} function
4155@cindex program entry point
4156@cindex startup code, and backtrace
25d29d70
AC
4157Most programs have a standard user entry point---a place where system
4158libraries and startup code transition into user code. For C this is
4159@code{main}. When @value{GDBN} finds the entry function in a backtrace
4160it will terminate the backtrace, to avoid tracing into highly
4161system-specific (and generally uninteresting) code.
4162
4163If you need to examine the startup code, or limit the number of levels
4164in a backtrace, you can change this behavior:
95f90d25
DJ
4165
4166@table @code
25d29d70
AC
4167@item set backtrace past-main
4168@itemx set backtrace past-main on
4644b6e3 4169@kindex set backtrace
25d29d70
AC
4170Backtraces will continue past the user entry point.
4171
4172@item set backtrace past-main off
95f90d25
DJ
4173Backtraces will stop when they encounter the user entry point. This is the
4174default.
4175
25d29d70 4176@item show backtrace past-main
4644b6e3 4177@kindex show backtrace
25d29d70
AC
4178Display the current user entry point backtrace policy.
4179
2315ffec
RC
4180@item set backtrace past-entry
4181@itemx set backtrace past-entry on
a8f24a35 4182Backtraces will continue past the internal entry point of an application.
2315ffec
RC
4183This entry point is encoded by the linker when the application is built,
4184and is likely before the user entry point @code{main} (or equivalent) is called.
4185
4186@item set backtrace past-entry off
4187Backtraces will stop when they encouter the internal entry point of an
4188application. This is the default.
4189
4190@item show backtrace past-entry
4191Display the current internal entry point backtrace policy.
4192
25d29d70
AC
4193@item set backtrace limit @var{n}
4194@itemx set backtrace limit 0
4195@cindex backtrace limit
4196Limit the backtrace to @var{n} levels. A value of zero means
4197unlimited.
95f90d25 4198
25d29d70
AC
4199@item show backtrace limit
4200Display the current limit on backtrace levels.
95f90d25
DJ
4201@end table
4202
6d2ebf8b 4203@node Selection
c906108c
SS
4204@section Selecting a frame
4205
4206Most commands for examining the stack and other data in your program work on
4207whichever stack frame is selected at the moment. Here are the commands for
4208selecting a stack frame; all of them finish by printing a brief description
4209of the stack frame just selected.
4210
4211@table @code
d4f3574e 4212@kindex frame@r{, selecting}
41afff9a 4213@kindex f @r{(@code{frame})}
c906108c
SS
4214@item frame @var{n}
4215@itemx f @var{n}
4216Select frame number @var{n}. Recall that frame zero is the innermost
4217(currently executing) frame, frame one is the frame that called the
4218innermost one, and so on. The highest-numbered frame is the one for
4219@code{main}.
4220
4221@item frame @var{addr}
4222@itemx f @var{addr}
4223Select the frame at address @var{addr}. This is useful mainly if the
4224chaining of stack frames has been damaged by a bug, making it
4225impossible for @value{GDBN} to assign numbers properly to all frames. In
4226addition, this can be useful when your program has multiple stacks and
4227switches between them.
4228
c906108c
SS
4229On the SPARC architecture, @code{frame} needs two addresses to
4230select an arbitrary frame: a frame pointer and a stack pointer.
4231
4232On the MIPS and Alpha architecture, it needs two addresses: a stack
4233pointer and a program counter.
4234
4235On the 29k architecture, it needs three addresses: a register stack
4236pointer, a program counter, and a memory stack pointer.
4237@c note to future updaters: this is conditioned on a flag
4238@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4239@c as of 27 Jan 1994.
c906108c
SS
4240
4241@kindex up
4242@item up @var{n}
4243Move @var{n} frames up the stack. For positive numbers @var{n}, this
4244advances toward the outermost frame, to higher frame numbers, to frames
4245that have existed longer. @var{n} defaults to one.
4246
4247@kindex down
41afff9a 4248@kindex do @r{(@code{down})}
c906108c
SS
4249@item down @var{n}
4250Move @var{n} frames down the stack. For positive numbers @var{n}, this
4251advances toward the innermost frame, to lower frame numbers, to frames
4252that were created more recently. @var{n} defaults to one. You may
4253abbreviate @code{down} as @code{do}.
4254@end table
4255
4256All of these commands end by printing two lines of output describing the
4257frame. The first line shows the frame number, the function name, the
4258arguments, and the source file and line number of execution in that
5d161b24 4259frame. The second line shows the text of that source line.
c906108c
SS
4260
4261@need 1000
4262For example:
4263
4264@smallexample
4265@group
4266(@value{GDBP}) up
4267#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4268 at env.c:10
426910 read_input_file (argv[i]);
4270@end group
4271@end smallexample
4272
4273After such a printout, the @code{list} command with no arguments
4274prints ten lines centered on the point of execution in the frame.
87885426
FN
4275You can also edit the program at the point of execution with your favorite
4276editing program by typing @code{edit}.
4277@xref{List, ,Printing source lines},
4278for details.
c906108c
SS
4279
4280@table @code
4281@kindex down-silently
4282@kindex up-silently
4283@item up-silently @var{n}
4284@itemx down-silently @var{n}
4285These two commands are variants of @code{up} and @code{down},
4286respectively; they differ in that they do their work silently, without
4287causing display of the new frame. They are intended primarily for use
4288in @value{GDBN} command scripts, where the output might be unnecessary and
4289distracting.
4290@end table
4291
6d2ebf8b 4292@node Frame Info
c906108c
SS
4293@section Information about a frame
4294
4295There are several other commands to print information about the selected
4296stack frame.
4297
4298@table @code
4299@item frame
4300@itemx f
4301When used without any argument, this command does not change which
4302frame is selected, but prints a brief description of the currently
4303selected stack frame. It can be abbreviated @code{f}. With an
4304argument, this command is used to select a stack frame.
4305@xref{Selection, ,Selecting a frame}.
4306
4307@kindex info frame
41afff9a 4308@kindex info f @r{(@code{info frame})}
c906108c
SS
4309@item info frame
4310@itemx info f
4311This command prints a verbose description of the selected stack frame,
4312including:
4313
4314@itemize @bullet
5d161b24
DB
4315@item
4316the address of the frame
c906108c
SS
4317@item
4318the address of the next frame down (called by this frame)
4319@item
4320the address of the next frame up (caller of this frame)
4321@item
4322the language in which the source code corresponding to this frame is written
4323@item
4324the address of the frame's arguments
4325@item
d4f3574e
SS
4326the address of the frame's local variables
4327@item
c906108c
SS
4328the program counter saved in it (the address of execution in the caller frame)
4329@item
4330which registers were saved in the frame
4331@end itemize
4332
4333@noindent The verbose description is useful when
4334something has gone wrong that has made the stack format fail to fit
4335the usual conventions.
4336
4337@item info frame @var{addr}
4338@itemx info f @var{addr}
4339Print a verbose description of the frame at address @var{addr}, without
4340selecting that frame. The selected frame remains unchanged by this
4341command. This requires the same kind of address (more than one for some
4342architectures) that you specify in the @code{frame} command.
4343@xref{Selection, ,Selecting a frame}.
4344
4345@kindex info args
4346@item info args
4347Print the arguments of the selected frame, each on a separate line.
4348
4349@item info locals
4350@kindex info locals
4351Print the local variables of the selected frame, each on a separate
4352line. These are all variables (declared either static or automatic)
4353accessible at the point of execution of the selected frame.
4354
c906108c 4355@kindex info catch
d4f3574e
SS
4356@cindex catch exceptions, list active handlers
4357@cindex exception handlers, how to list
c906108c
SS
4358@item info catch
4359Print a list of all the exception handlers that are active in the
4360current stack frame at the current point of execution. To see other
4361exception handlers, visit the associated frame (using the @code{up},
4362@code{down}, or @code{frame} commands); then type @code{info catch}.
4363@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4364
c906108c
SS
4365@end table
4366
c906108c 4367
6d2ebf8b 4368@node Source
c906108c
SS
4369@chapter Examining Source Files
4370
4371@value{GDBN} can print parts of your program's source, since the debugging
4372information recorded in the program tells @value{GDBN} what source files were
4373used to build it. When your program stops, @value{GDBN} spontaneously prints
4374the line where it stopped. Likewise, when you select a stack frame
4375(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4376execution in that frame has stopped. You can print other portions of
4377source files by explicit command.
4378
7a292a7a 4379If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4380prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4381@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4382
4383@menu
4384* List:: Printing source lines
87885426 4385* Edit:: Editing source files
c906108c 4386* Search:: Searching source files
c906108c
SS
4387* Source Path:: Specifying source directories
4388* Machine Code:: Source and machine code
4389@end menu
4390
6d2ebf8b 4391@node List
c906108c
SS
4392@section Printing source lines
4393
4394@kindex list
41afff9a 4395@kindex l @r{(@code{list})}
c906108c 4396To print lines from a source file, use the @code{list} command
5d161b24 4397(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4398There are several ways to specify what part of the file you want to print.
4399
4400Here are the forms of the @code{list} command most commonly used:
4401
4402@table @code
4403@item list @var{linenum}
4404Print lines centered around line number @var{linenum} in the
4405current source file.
4406
4407@item list @var{function}
4408Print lines centered around the beginning of function
4409@var{function}.
4410
4411@item list
4412Print more lines. If the last lines printed were printed with a
4413@code{list} command, this prints lines following the last lines
4414printed; however, if the last line printed was a solitary line printed
4415as part of displaying a stack frame (@pxref{Stack, ,Examining the
4416Stack}), this prints lines centered around that line.
4417
4418@item list -
4419Print lines just before the lines last printed.
4420@end table
4421
9c16f35a 4422@cindex @code{list}, how many lines to display
c906108c
SS
4423By default, @value{GDBN} prints ten source lines with any of these forms of
4424the @code{list} command. You can change this using @code{set listsize}:
4425
4426@table @code
4427@kindex set listsize
4428@item set listsize @var{count}
4429Make the @code{list} command display @var{count} source lines (unless
4430the @code{list} argument explicitly specifies some other number).
4431
4432@kindex show listsize
4433@item show listsize
4434Display the number of lines that @code{list} prints.
4435@end table
4436
4437Repeating a @code{list} command with @key{RET} discards the argument,
4438so it is equivalent to typing just @code{list}. This is more useful
4439than listing the same lines again. An exception is made for an
4440argument of @samp{-}; that argument is preserved in repetition so that
4441each repetition moves up in the source file.
4442
4443@cindex linespec
4444In general, the @code{list} command expects you to supply zero, one or two
4445@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4446of writing them, but the effect is always to specify some source line.
c906108c
SS
4447Here is a complete description of the possible arguments for @code{list}:
4448
4449@table @code
4450@item list @var{linespec}
4451Print lines centered around the line specified by @var{linespec}.
4452
4453@item list @var{first},@var{last}
4454Print lines from @var{first} to @var{last}. Both arguments are
4455linespecs.
4456
4457@item list ,@var{last}
4458Print lines ending with @var{last}.
4459
4460@item list @var{first},
4461Print lines starting with @var{first}.
4462
4463@item list +
4464Print lines just after the lines last printed.
4465
4466@item list -
4467Print lines just before the lines last printed.
4468
4469@item list
4470As described in the preceding table.
4471@end table
4472
4473Here are the ways of specifying a single source line---all the
4474kinds of linespec.
4475
4476@table @code
4477@item @var{number}
4478Specifies line @var{number} of the current source file.
4479When a @code{list} command has two linespecs, this refers to
4480the same source file as the first linespec.
4481
4482@item +@var{offset}
4483Specifies the line @var{offset} lines after the last line printed.
4484When used as the second linespec in a @code{list} command that has
4485two, this specifies the line @var{offset} lines down from the
4486first linespec.
4487
4488@item -@var{offset}
4489Specifies the line @var{offset} lines before the last line printed.
4490
4491@item @var{filename}:@var{number}
4492Specifies line @var{number} in the source file @var{filename}.
4493
4494@item @var{function}
4495Specifies the line that begins the body of the function @var{function}.
4496For example: in C, this is the line with the open brace.
4497
4498@item @var{filename}:@var{function}
4499Specifies the line of the open-brace that begins the body of the
4500function @var{function} in the file @var{filename}. You only need the
4501file name with a function name to avoid ambiguity when there are
4502identically named functions in different source files.
4503
4504@item *@var{address}
4505Specifies the line containing the program address @var{address}.
4506@var{address} may be any expression.
4507@end table
4508
87885426
FN
4509@node Edit
4510@section Editing source files
4511@cindex editing source files
4512
4513@kindex edit
4514@kindex e @r{(@code{edit})}
4515To edit the lines in a source file, use the @code{edit} command.
4516The editing program of your choice
4517is invoked with the current line set to
4518the active line in the program.
4519Alternatively, there are several ways to specify what part of the file you
4520want to print if you want to see other parts of the program.
4521
4522Here are the forms of the @code{edit} command most commonly used:
4523
4524@table @code
4525@item edit
4526Edit the current source file at the active line number in the program.
4527
4528@item edit @var{number}
4529Edit the current source file with @var{number} as the active line number.
4530
4531@item edit @var{function}
4532Edit the file containing @var{function} at the beginning of its definition.
4533
4534@item edit @var{filename}:@var{number}
4535Specifies line @var{number} in the source file @var{filename}.
4536
4537@item edit @var{filename}:@var{function}
4538Specifies the line that begins the body of the
4539function @var{function} in the file @var{filename}. You only need the
4540file name with a function name to avoid ambiguity when there are
4541identically named functions in different source files.
4542
4543@item edit *@var{address}
4544Specifies the line containing the program address @var{address}.
4545@var{address} may be any expression.
4546@end table
4547
4548@subsection Choosing your editor
4549You can customize @value{GDBN} to use any editor you want
4550@footnote{
4551The only restriction is that your editor (say @code{ex}), recognizes the
4552following command-line syntax:
10998722 4553@smallexample
87885426 4554ex +@var{number} file
10998722 4555@end smallexample
15387254
EZ
4556The optional numeric value +@var{number} specifies the number of the line in
4557the file where to start editing.}.
4558By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
4559by setting the environment variable @code{EDITOR} before using
4560@value{GDBN}. For example, to configure @value{GDBN} to use the
4561@code{vi} editor, you could use these commands with the @code{sh} shell:
4562@smallexample
87885426
FN
4563EDITOR=/usr/bin/vi
4564export EDITOR
15387254 4565gdb @dots{}
10998722 4566@end smallexample
87885426 4567or in the @code{csh} shell,
10998722 4568@smallexample
87885426 4569setenv EDITOR /usr/bin/vi
15387254 4570gdb @dots{}
10998722 4571@end smallexample
87885426 4572
6d2ebf8b 4573@node Search
c906108c 4574@section Searching source files
15387254 4575@cindex searching source files
c906108c
SS
4576
4577There are two commands for searching through the current source file for a
4578regular expression.
4579
4580@table @code
4581@kindex search
4582@kindex forward-search
4583@item forward-search @var{regexp}
4584@itemx search @var{regexp}
4585The command @samp{forward-search @var{regexp}} checks each line,
4586starting with the one following the last line listed, for a match for
5d161b24 4587@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4588synonym @samp{search @var{regexp}} or abbreviate the command name as
4589@code{fo}.
4590
09d4efe1 4591@kindex reverse-search
c906108c
SS
4592@item reverse-search @var{regexp}
4593The command @samp{reverse-search @var{regexp}} checks each line, starting
4594with the one before the last line listed and going backward, for a match
4595for @var{regexp}. It lists the line that is found. You can abbreviate
4596this command as @code{rev}.
4597@end table
c906108c 4598
6d2ebf8b 4599@node Source Path
c906108c
SS
4600@section Specifying source directories
4601
4602@cindex source path
4603@cindex directories for source files
4604Executable programs sometimes do not record the directories of the source
4605files from which they were compiled, just the names. Even when they do,
4606the directories could be moved between the compilation and your debugging
4607session. @value{GDBN} has a list of directories to search for source files;
4608this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4609it tries all the directories in the list, in the order they are present
0b66e38c
EZ
4610in the list, until it finds a file with the desired name.
4611
4612For example, suppose an executable references the file
4613@file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4614@file{/mnt/cross}. The file is first looked up literally; if this
4615fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4616fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4617message is printed. @value{GDBN} does not look up the parts of the
4618source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4619Likewise, the subdirectories of the source path are not searched: if
4620the source path is @file{/mnt/cross}, and the binary refers to
4621@file{foo.c}, @value{GDBN} would not find it under
4622@file{/mnt/cross/usr/src/foo-1.0/lib}.
4623
4624Plain file names, relative file names with leading directories, file
4625names containing dots, etc.@: are all treated as described above; for
4626instance, if the source path is @file{/mnt/cross}, and the source file
4627is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4628@file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4629that---@file{/mnt/cross/foo.c}.
4630
4631Note that the executable search path is @emph{not} used to locate the
4632source files. Neither is the current working directory, unless it
4633happens to be in the source path.
c906108c
SS
4634
4635Whenever you reset or rearrange the source path, @value{GDBN} clears out
4636any information it has cached about where source files are found and where
4637each line is in the file.
4638
4639@kindex directory
4640@kindex dir
d4f3574e
SS
4641When you start @value{GDBN}, its source path includes only @samp{cdir}
4642and @samp{cwd}, in that order.
c906108c
SS
4643To add other directories, use the @code{directory} command.
4644
4645@table @code
4646@item directory @var{dirname} @dots{}
4647@item dir @var{dirname} @dots{}
4648Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4649directory names may be given to this command, separated by @samp{:}
4650(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4651part of absolute file names) or
c906108c
SS
4652whitespace. You may specify a directory that is already in the source
4653path; this moves it forward, so @value{GDBN} searches it sooner.
4654
4655@kindex cdir
4656@kindex cwd
41afff9a
EZ
4657@vindex $cdir@r{, convenience variable}
4658@vindex $cwdr@r{, convenience variable}
c906108c
SS
4659@cindex compilation directory
4660@cindex current directory
4661@cindex working directory
4662@cindex directory, current
4663@cindex directory, compilation
4664You can use the string @samp{$cdir} to refer to the compilation
4665directory (if one is recorded), and @samp{$cwd} to refer to the current
4666working directory. @samp{$cwd} is not the same as @samp{.}---the former
4667tracks the current working directory as it changes during your @value{GDBN}
4668session, while the latter is immediately expanded to the current
4669directory at the time you add an entry to the source path.
4670
4671@item directory
4672Reset the source path to empty again. This requires confirmation.
4673
4674@c RET-repeat for @code{directory} is explicitly disabled, but since
4675@c repeating it would be a no-op we do not say that. (thanks to RMS)
4676
4677@item show directories
4678@kindex show directories
4679Print the source path: show which directories it contains.
4680@end table
4681
4682If your source path is cluttered with directories that are no longer of
4683interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4684versions of source. You can correct the situation as follows:
4685
4686@enumerate
4687@item
4688Use @code{directory} with no argument to reset the source path to empty.
4689
4690@item
4691Use @code{directory} with suitable arguments to reinstall the
4692directories you want in the source path. You can add all the
4693directories in one command.
4694@end enumerate
4695
6d2ebf8b 4696@node Machine Code
c906108c 4697@section Source and machine code
15387254 4698@cindex source line and its code address
c906108c
SS
4699
4700You can use the command @code{info line} to map source lines to program
4701addresses (and vice versa), and the command @code{disassemble} to display
4702a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4703mode, the @code{info line} command causes the arrow to point to the
5d161b24 4704line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4705well as hex.
4706
4707@table @code
4708@kindex info line
4709@item info line @var{linespec}
4710Print the starting and ending addresses of the compiled code for
4711source line @var{linespec}. You can specify source lines in any of
4712the ways understood by the @code{list} command (@pxref{List, ,Printing
4713source lines}).
4714@end table
4715
4716For example, we can use @code{info line} to discover the location of
4717the object code for the first line of function
4718@code{m4_changequote}:
4719
d4f3574e
SS
4720@c FIXME: I think this example should also show the addresses in
4721@c symbolic form, as they usually would be displayed.
c906108c 4722@smallexample
96a2c332 4723(@value{GDBP}) info line m4_changequote
c906108c
SS
4724Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4725@end smallexample
4726
4727@noindent
15387254 4728@cindex code address and its source line
c906108c
SS
4729We can also inquire (using @code{*@var{addr}} as the form for
4730@var{linespec}) what source line covers a particular address:
4731@smallexample
4732(@value{GDBP}) info line *0x63ff
4733Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4734@end smallexample
4735
4736@cindex @code{$_} and @code{info line}
15387254 4737@cindex @code{x} command, default address
41afff9a 4738@kindex x@r{(examine), and} info line
c906108c
SS
4739After @code{info line}, the default address for the @code{x} command
4740is changed to the starting address of the line, so that @samp{x/i} is
4741sufficient to begin examining the machine code (@pxref{Memory,
4742,Examining memory}). Also, this address is saved as the value of the
4743convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4744variables}).
4745
4746@table @code
4747@kindex disassemble
4748@cindex assembly instructions
4749@cindex instructions, assembly
4750@cindex machine instructions
4751@cindex listing machine instructions
4752@item disassemble
4753This specialized command dumps a range of memory as machine
4754instructions. The default memory range is the function surrounding the
4755program counter of the selected frame. A single argument to this
4756command is a program counter value; @value{GDBN} dumps the function
4757surrounding this value. Two arguments specify a range of addresses
4758(first inclusive, second exclusive) to dump.
4759@end table
4760
c906108c
SS
4761The following example shows the disassembly of a range of addresses of
4762HP PA-RISC 2.0 code:
4763
4764@smallexample
4765(@value{GDBP}) disas 0x32c4 0x32e4
4766Dump of assembler code from 0x32c4 to 0x32e4:
47670x32c4 <main+204>: addil 0,dp
47680x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
47690x32cc <main+212>: ldil 0x3000,r31
47700x32d0 <main+216>: ble 0x3f8(sr4,r31)
47710x32d4 <main+220>: ldo 0(r31),rp
47720x32d8 <main+224>: addil -0x800,dp
47730x32dc <main+228>: ldo 0x588(r1),r26
47740x32e0 <main+232>: ldil 0x3000,r31
4775End of assembler dump.
4776@end smallexample
c906108c
SS
4777
4778Some architectures have more than one commonly-used set of instruction
4779mnemonics or other syntax.
4780
4781@table @code
d4f3574e 4782@kindex set disassembly-flavor
d4f3574e
SS
4783@cindex Intel disassembly flavor
4784@cindex AT&T disassembly flavor
4785@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4786Select the instruction set to use when disassembling the
4787program via the @code{disassemble} or @code{x/i} commands.
4788
4789Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4790can set @var{instruction-set} to either @code{intel} or @code{att}.
4791The default is @code{att}, the AT&T flavor used by default by Unix
4792assemblers for x86-based targets.
9c16f35a
EZ
4793
4794@kindex show disassembly-flavor
4795@item show disassembly-flavor
4796Show the current setting of the disassembly flavor.
c906108c
SS
4797@end table
4798
4799
6d2ebf8b 4800@node Data
c906108c
SS
4801@chapter Examining Data
4802
4803@cindex printing data
4804@cindex examining data
4805@kindex print
4806@kindex inspect
4807@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4808@c document because it is nonstandard... Under Epoch it displays in a
4809@c different window or something like that.
4810The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4811command (abbreviated @code{p}), or its synonym @code{inspect}. It
4812evaluates and prints the value of an expression of the language your
4813program is written in (@pxref{Languages, ,Using @value{GDBN} with
4814Different Languages}).
c906108c
SS
4815
4816@table @code
d4f3574e
SS
4817@item print @var{expr}
4818@itemx print /@var{f} @var{expr}
4819@var{expr} is an expression (in the source language). By default the
4820value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4821you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4822@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4823formats}.
4824
4825@item print
4826@itemx print /@var{f}
15387254 4827@cindex reprint the last value
d4f3574e 4828If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4829@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4830conveniently inspect the same value in an alternative format.
4831@end table
4832
4833A more low-level way of examining data is with the @code{x} command.
4834It examines data in memory at a specified address and prints it in a
4835specified format. @xref{Memory, ,Examining memory}.
4836
7a292a7a 4837If you are interested in information about types, or about how the
d4f3574e
SS
4838fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4839command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4840Table}.
c906108c
SS
4841
4842@menu
4843* Expressions:: Expressions
4844* Variables:: Program variables
4845* Arrays:: Artificial arrays
4846* Output Formats:: Output formats
4847* Memory:: Examining memory
4848* Auto Display:: Automatic display
4849* Print Settings:: Print settings
4850* Value History:: Value history
4851* Convenience Vars:: Convenience variables
4852* Registers:: Registers
c906108c 4853* Floating Point Hardware:: Floating point hardware
53c69bd7 4854* Vector Unit:: Vector Unit
b383017d 4855* Auxiliary Vector:: Auxiliary data provided by operating system
29e57380 4856* Memory Region Attributes:: Memory region attributes
16d9dec6 4857* Dump/Restore Files:: Copy between memory and a file
384ee23f 4858* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
4859* Character Sets:: Debugging programs that use a different
4860 character set than GDB does
09d4efe1 4861* Caching Remote Data:: Data caching for remote targets
c906108c
SS
4862@end menu
4863
6d2ebf8b 4864@node Expressions
c906108c
SS
4865@section Expressions
4866
4867@cindex expressions
4868@code{print} and many other @value{GDBN} commands accept an expression and
4869compute its value. Any kind of constant, variable or operator defined
4870by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4871@value{GDBN}. This includes conditional expressions, function calls,
4872casts, and string constants. It also includes preprocessor macros, if
4873you compiled your program to include this information; see
4874@ref{Compilation}.
c906108c 4875
15387254 4876@cindex arrays in expressions
d4f3574e
SS
4877@value{GDBN} supports array constants in expressions input by
4878the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4879you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4880memory that is @code{malloc}ed in the target program.
c906108c 4881
c906108c
SS
4882Because C is so widespread, most of the expressions shown in examples in
4883this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4884Languages}, for information on how to use expressions in other
4885languages.
4886
4887In this section, we discuss operators that you can use in @value{GDBN}
4888expressions regardless of your programming language.
4889
15387254 4890@cindex casts, in expressions
c906108c
SS
4891Casts are supported in all languages, not just in C, because it is so
4892useful to cast a number into a pointer in order to examine a structure
4893at that address in memory.
4894@c FIXME: casts supported---Mod2 true?
c906108c
SS
4895
4896@value{GDBN} supports these operators, in addition to those common
4897to programming languages:
4898
4899@table @code
4900@item @@
4901@samp{@@} is a binary operator for treating parts of memory as arrays.
4902@xref{Arrays, ,Artificial arrays}, for more information.
4903
4904@item ::
4905@samp{::} allows you to specify a variable in terms of the file or
4906function where it is defined. @xref{Variables, ,Program variables}.
4907
4908@cindex @{@var{type}@}
4909@cindex type casting memory
4910@cindex memory, viewing as typed object
4911@cindex casts, to view memory
4912@item @{@var{type}@} @var{addr}
4913Refers to an object of type @var{type} stored at address @var{addr} in
4914memory. @var{addr} may be any expression whose value is an integer or
4915pointer (but parentheses are required around binary operators, just as in
4916a cast). This construct is allowed regardless of what kind of data is
4917normally supposed to reside at @var{addr}.
4918@end table
4919
6d2ebf8b 4920@node Variables
c906108c
SS
4921@section Program variables
4922
4923The most common kind of expression to use is the name of a variable
4924in your program.
4925
4926Variables in expressions are understood in the selected stack frame
4927(@pxref{Selection, ,Selecting a frame}); they must be either:
4928
4929@itemize @bullet
4930@item
4931global (or file-static)
4932@end itemize
4933
5d161b24 4934@noindent or
c906108c
SS
4935
4936@itemize @bullet
4937@item
4938visible according to the scope rules of the
4939programming language from the point of execution in that frame
5d161b24 4940@end itemize
c906108c
SS
4941
4942@noindent This means that in the function
4943
474c8240 4944@smallexample
c906108c
SS
4945foo (a)
4946 int a;
4947@{
4948 bar (a);
4949 @{
4950 int b = test ();
4951 bar (b);
4952 @}
4953@}
474c8240 4954@end smallexample
c906108c
SS
4955
4956@noindent
4957you can examine and use the variable @code{a} whenever your program is
4958executing within the function @code{foo}, but you can only use or
4959examine the variable @code{b} while your program is executing inside
4960the block where @code{b} is declared.
4961
4962@cindex variable name conflict
4963There is an exception: you can refer to a variable or function whose
4964scope is a single source file even if the current execution point is not
4965in this file. But it is possible to have more than one such variable or
4966function with the same name (in different source files). If that
4967happens, referring to that name has unpredictable effects. If you wish,
4968you can specify a static variable in a particular function or file,
15387254 4969using the colon-colon (@code{::}) notation:
c906108c 4970
d4f3574e 4971@cindex colon-colon, context for variables/functions
c906108c
SS
4972@iftex
4973@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4974@cindex @code{::}, context for variables/functions
c906108c 4975@end iftex
474c8240 4976@smallexample
c906108c
SS
4977@var{file}::@var{variable}
4978@var{function}::@var{variable}
474c8240 4979@end smallexample
c906108c
SS
4980
4981@noindent
4982Here @var{file} or @var{function} is the name of the context for the
4983static @var{variable}. In the case of file names, you can use quotes to
4984make sure @value{GDBN} parses the file name as a single word---for example,
4985to print a global value of @code{x} defined in @file{f2.c}:
4986
474c8240 4987@smallexample
c906108c 4988(@value{GDBP}) p 'f2.c'::x
474c8240 4989@end smallexample
c906108c 4990
b37052ae 4991@cindex C@t{++} scope resolution
c906108c 4992This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4993use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4994scope resolution operator in @value{GDBN} expressions.
4995@c FIXME: Um, so what happens in one of those rare cases where it's in
4996@c conflict?? --mew
c906108c
SS
4997
4998@cindex wrong values
4999@cindex variable values, wrong
15387254
EZ
5000@cindex function entry/exit, wrong values of variables
5001@cindex optimized code, wrong values of variables
c906108c
SS
5002@quotation
5003@emph{Warning:} Occasionally, a local variable may appear to have the
5004wrong value at certain points in a function---just after entry to a new
5005scope, and just before exit.
5006@end quotation
5007You may see this problem when you are stepping by machine instructions.
5008This is because, on most machines, it takes more than one instruction to
5009set up a stack frame (including local variable definitions); if you are
5010stepping by machine instructions, variables may appear to have the wrong
5011values until the stack frame is completely built. On exit, it usually
5012also takes more than one machine instruction to destroy a stack frame;
5013after you begin stepping through that group of instructions, local
5014variable definitions may be gone.
5015
5016This may also happen when the compiler does significant optimizations.
5017To be sure of always seeing accurate values, turn off all optimization
5018when compiling.
5019
d4f3574e
SS
5020@cindex ``No symbol "foo" in current context''
5021Another possible effect of compiler optimizations is to optimize
5022unused variables out of existence, or assign variables to registers (as
5023opposed to memory addresses). Depending on the support for such cases
5024offered by the debug info format used by the compiler, @value{GDBN}
5025might not be able to display values for such local variables. If that
5026happens, @value{GDBN} will print a message like this:
5027
474c8240 5028@smallexample
d4f3574e 5029No symbol "foo" in current context.
474c8240 5030@end smallexample
d4f3574e
SS
5031
5032To solve such problems, either recompile without optimizations, or use a
5033different debug info format, if the compiler supports several such
15387254 5034formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
0179ffac
DC
5035usually supports the @option{-gstabs+} option. @option{-gstabs+}
5036produces debug info in a format that is superior to formats such as
5037COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5038an effective form for debug info. @xref{Debugging Options,,Options
5039for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
15387254
EZ
5040@xref{C, , Debugging C++}, for more info about debug info formats
5041that are best suited to C@t{++} programs.
d4f3574e 5042
6d2ebf8b 5043@node Arrays
c906108c
SS
5044@section Artificial arrays
5045
5046@cindex artificial array
15387254 5047@cindex arrays
41afff9a 5048@kindex @@@r{, referencing memory as an array}
c906108c
SS
5049It is often useful to print out several successive objects of the
5050same type in memory; a section of an array, or an array of
5051dynamically determined size for which only a pointer exists in the
5052program.
5053
5054You can do this by referring to a contiguous span of memory as an
5055@dfn{artificial array}, using the binary operator @samp{@@}. The left
5056operand of @samp{@@} should be the first element of the desired array
5057and be an individual object. The right operand should be the desired length
5058of the array. The result is an array value whose elements are all of
5059the type of the left argument. The first element is actually the left
5060argument; the second element comes from bytes of memory immediately
5061following those that hold the first element, and so on. Here is an
5062example. If a program says
5063
474c8240 5064@smallexample
c906108c 5065int *array = (int *) malloc (len * sizeof (int));
474c8240 5066@end smallexample
c906108c
SS
5067
5068@noindent
5069you can print the contents of @code{array} with
5070
474c8240 5071@smallexample
c906108c 5072p *array@@len
474c8240 5073@end smallexample
c906108c
SS
5074
5075The left operand of @samp{@@} must reside in memory. Array values made
5076with @samp{@@} in this way behave just like other arrays in terms of
5077subscripting, and are coerced to pointers when used in expressions.
5078Artificial arrays most often appear in expressions via the value history
5079(@pxref{Value History, ,Value history}), after printing one out.
5080
5081Another way to create an artificial array is to use a cast.
5082This re-interprets a value as if it were an array.
5083The value need not be in memory:
474c8240 5084@smallexample
c906108c
SS
5085(@value{GDBP}) p/x (short[2])0x12345678
5086$1 = @{0x1234, 0x5678@}
474c8240 5087@end smallexample
c906108c
SS
5088
5089As a convenience, if you leave the array length out (as in
c3f6f71d 5090@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 5091the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 5092@smallexample
c906108c
SS
5093(@value{GDBP}) p/x (short[])0x12345678
5094$2 = @{0x1234, 0x5678@}
474c8240 5095@end smallexample
c906108c
SS
5096
5097Sometimes the artificial array mechanism is not quite enough; in
5098moderately complex data structures, the elements of interest may not
5099actually be adjacent---for example, if you are interested in the values
5100of pointers in an array. One useful work-around in this situation is
5101to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5102variables}) as a counter in an expression that prints the first
5103interesting value, and then repeat that expression via @key{RET}. For
5104instance, suppose you have an array @code{dtab} of pointers to
5105structures, and you are interested in the values of a field @code{fv}
5106in each structure. Here is an example of what you might type:
5107
474c8240 5108@smallexample
c906108c
SS
5109set $i = 0
5110p dtab[$i++]->fv
5111@key{RET}
5112@key{RET}
5113@dots{}
474c8240 5114@end smallexample
c906108c 5115
6d2ebf8b 5116@node Output Formats
c906108c
SS
5117@section Output formats
5118
5119@cindex formatted output
5120@cindex output formats
5121By default, @value{GDBN} prints a value according to its data type. Sometimes
5122this is not what you want. For example, you might want to print a number
5123in hex, or a pointer in decimal. Or you might want to view data in memory
5124at a certain address as a character string or as an instruction. To do
5125these things, specify an @dfn{output format} when you print a value.
5126
5127The simplest use of output formats is to say how to print a value
5128already computed. This is done by starting the arguments of the
5129@code{print} command with a slash and a format letter. The format
5130letters supported are:
5131
5132@table @code
5133@item x
5134Regard the bits of the value as an integer, and print the integer in
5135hexadecimal.
5136
5137@item d
5138Print as integer in signed decimal.
5139
5140@item u
5141Print as integer in unsigned decimal.
5142
5143@item o
5144Print as integer in octal.
5145
5146@item t
5147Print as integer in binary. The letter @samp{t} stands for ``two''.
5148@footnote{@samp{b} cannot be used because these format letters are also
5149used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5150see @ref{Memory,,Examining memory}.}
c906108c
SS
5151
5152@item a
5153@cindex unknown address, locating
3d67e040 5154@cindex locate address
c906108c
SS
5155Print as an address, both absolute in hexadecimal and as an offset from
5156the nearest preceding symbol. You can use this format used to discover
5157where (in what function) an unknown address is located:
5158
474c8240 5159@smallexample
c906108c
SS
5160(@value{GDBP}) p/a 0x54320
5161$3 = 0x54320 <_initialize_vx+396>
474c8240 5162@end smallexample
c906108c 5163
3d67e040
EZ
5164@noindent
5165The command @code{info symbol 0x54320} yields similar results.
5166@xref{Symbols, info symbol}.
5167
c906108c
SS
5168@item c
5169Regard as an integer and print it as a character constant.
5170
5171@item f
5172Regard the bits of the value as a floating point number and print
5173using typical floating point syntax.
5174@end table
5175
5176For example, to print the program counter in hex (@pxref{Registers}), type
5177
474c8240 5178@smallexample
c906108c 5179p/x $pc
474c8240 5180@end smallexample
c906108c
SS
5181
5182@noindent
5183Note that no space is required before the slash; this is because command
5184names in @value{GDBN} cannot contain a slash.
5185
5186To reprint the last value in the value history with a different format,
5187you can use the @code{print} command with just a format and no
5188expression. For example, @samp{p/x} reprints the last value in hex.
5189
6d2ebf8b 5190@node Memory
c906108c
SS
5191@section Examining memory
5192
5193You can use the command @code{x} (for ``examine'') to examine memory in
5194any of several formats, independently of your program's data types.
5195
5196@cindex examining memory
5197@table @code
41afff9a 5198@kindex x @r{(examine memory)}
c906108c
SS
5199@item x/@var{nfu} @var{addr}
5200@itemx x @var{addr}
5201@itemx x
5202Use the @code{x} command to examine memory.
5203@end table
5204
5205@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5206much memory to display and how to format it; @var{addr} is an
5207expression giving the address where you want to start displaying memory.
5208If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5209Several commands set convenient defaults for @var{addr}.
5210
5211@table @r
5212@item @var{n}, the repeat count
5213The repeat count is a decimal integer; the default is 1. It specifies
5214how much memory (counting by units @var{u}) to display.
5215@c This really is **decimal**; unaffected by 'set radix' as of GDB
5216@c 4.1.2.
5217
5218@item @var{f}, the display format
5219The display format is one of the formats used by @code{print},
5220@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5221The default is @samp{x} (hexadecimal) initially.
5222The default changes each time you use either @code{x} or @code{print}.
5223
5224@item @var{u}, the unit size
5225The unit size is any of
5226
5227@table @code
5228@item b
5229Bytes.
5230@item h
5231Halfwords (two bytes).
5232@item w
5233Words (four bytes). This is the initial default.
5234@item g
5235Giant words (eight bytes).
5236@end table
5237
5238Each time you specify a unit size with @code{x}, that size becomes the
5239default unit the next time you use @code{x}. (For the @samp{s} and
5240@samp{i} formats, the unit size is ignored and is normally not written.)
5241
5242@item @var{addr}, starting display address
5243@var{addr} is the address where you want @value{GDBN} to begin displaying
5244memory. The expression need not have a pointer value (though it may);
5245it is always interpreted as an integer address of a byte of memory.
5246@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5247@var{addr} is usually just after the last address examined---but several
5248other commands also set the default address: @code{info breakpoints} (to
5249the address of the last breakpoint listed), @code{info line} (to the
5250starting address of a line), and @code{print} (if you use it to display
5251a value from memory).
5252@end table
5253
5254For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5255(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5256starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5257words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5258@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5259
5260Since the letters indicating unit sizes are all distinct from the
5261letters specifying output formats, you do not have to remember whether
5262unit size or format comes first; either order works. The output
5263specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5264(However, the count @var{n} must come first; @samp{wx4} does not work.)
5265
5266Even though the unit size @var{u} is ignored for the formats @samp{s}
5267and @samp{i}, you might still want to use a count @var{n}; for example,
5268@samp{3i} specifies that you want to see three machine instructions,
5269including any operands. The command @code{disassemble} gives an
d4f3574e 5270alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5271Code,,Source and machine code}.
5272
5273All the defaults for the arguments to @code{x} are designed to make it
5274easy to continue scanning memory with minimal specifications each time
5275you use @code{x}. For example, after you have inspected three machine
5276instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5277with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5278the repeat count @var{n} is used again; the other arguments default as
5279for successive uses of @code{x}.
5280
5281@cindex @code{$_}, @code{$__}, and value history
5282The addresses and contents printed by the @code{x} command are not saved
5283in the value history because there is often too much of them and they
5284would get in the way. Instead, @value{GDBN} makes these values available for
5285subsequent use in expressions as values of the convenience variables
5286@code{$_} and @code{$__}. After an @code{x} command, the last address
5287examined is available for use in expressions in the convenience variable
5288@code{$_}. The contents of that address, as examined, are available in
5289the convenience variable @code{$__}.
5290
5291If the @code{x} command has a repeat count, the address and contents saved
5292are from the last memory unit printed; this is not the same as the last
5293address printed if several units were printed on the last line of output.
5294
09d4efe1
EZ
5295@cindex remote memory comparison
5296@cindex verify remote memory image
5297When you are debugging a program running on a remote target machine
5298(@pxref{Remote}), you may wish to verify the program's image in the
5299remote machine's memory against the executable file you downloaded to
5300the target. The @code{compare-sections} command is provided for such
5301situations.
5302
5303@table @code
5304@kindex compare-sections
5305@item compare-sections @r{[}@var{section-name}@r{]}
5306Compare the data of a loadable section @var{section-name} in the
5307executable file of the program being debugged with the same section in
5308the remote machine's memory, and report any mismatches. With no
5309arguments, compares all loadable sections. This command's
5310availability depends on the target's support for the @code{"qCRC"}
5311remote request.
5312@end table
5313
6d2ebf8b 5314@node Auto Display
c906108c
SS
5315@section Automatic display
5316@cindex automatic display
5317@cindex display of expressions
5318
5319If you find that you want to print the value of an expression frequently
5320(to see how it changes), you might want to add it to the @dfn{automatic
5321display list} so that @value{GDBN} prints its value each time your program stops.
5322Each expression added to the list is given a number to identify it;
5323to remove an expression from the list, you specify that number.
5324The automatic display looks like this:
5325
474c8240 5326@smallexample
c906108c
SS
53272: foo = 38
53283: bar[5] = (struct hack *) 0x3804
474c8240 5329@end smallexample
c906108c
SS
5330
5331@noindent
5332This display shows item numbers, expressions and their current values. As with
5333displays you request manually using @code{x} or @code{print}, you can
5334specify the output format you prefer; in fact, @code{display} decides
5335whether to use @code{print} or @code{x} depending on how elaborate your
5336format specification is---it uses @code{x} if you specify a unit size,
5337or one of the two formats (@samp{i} and @samp{s}) that are only
5338supported by @code{x}; otherwise it uses @code{print}.
5339
5340@table @code
5341@kindex display
d4f3574e
SS
5342@item display @var{expr}
5343Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5344each time your program stops. @xref{Expressions, ,Expressions}.
5345
5346@code{display} does not repeat if you press @key{RET} again after using it.
5347
d4f3574e 5348@item display/@var{fmt} @var{expr}
c906108c 5349For @var{fmt} specifying only a display format and not a size or
d4f3574e 5350count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5351arrange to display it each time in the specified format @var{fmt}.
5352@xref{Output Formats,,Output formats}.
5353
5354@item display/@var{fmt} @var{addr}
5355For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5356number of units, add the expression @var{addr} as a memory address to
5357be examined each time your program stops. Examining means in effect
5358doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5359@end table
5360
5361For example, @samp{display/i $pc} can be helpful, to see the machine
5362instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5363is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5364
5365@table @code
5366@kindex delete display
5367@kindex undisplay
5368@item undisplay @var{dnums}@dots{}
5369@itemx delete display @var{dnums}@dots{}
5370Remove item numbers @var{dnums} from the list of expressions to display.
5371
5372@code{undisplay} does not repeat if you press @key{RET} after using it.
5373(Otherwise you would just get the error @samp{No display number @dots{}}.)
5374
5375@kindex disable display
5376@item disable display @var{dnums}@dots{}
5377Disable the display of item numbers @var{dnums}. A disabled display
5378item is not printed automatically, but is not forgotten. It may be
5379enabled again later.
5380
5381@kindex enable display
5382@item enable display @var{dnums}@dots{}
5383Enable display of item numbers @var{dnums}. It becomes effective once
5384again in auto display of its expression, until you specify otherwise.
5385
5386@item display
5387Display the current values of the expressions on the list, just as is
5388done when your program stops.
5389
5390@kindex info display
5391@item info display
5392Print the list of expressions previously set up to display
5393automatically, each one with its item number, but without showing the
5394values. This includes disabled expressions, which are marked as such.
5395It also includes expressions which would not be displayed right now
5396because they refer to automatic variables not currently available.
5397@end table
5398
15387254 5399@cindex display disabled out of scope
c906108c
SS
5400If a display expression refers to local variables, then it does not make
5401sense outside the lexical context for which it was set up. Such an
5402expression is disabled when execution enters a context where one of its
5403variables is not defined. For example, if you give the command
5404@code{display last_char} while inside a function with an argument
5405@code{last_char}, @value{GDBN} displays this argument while your program
5406continues to stop inside that function. When it stops elsewhere---where
5407there is no variable @code{last_char}---the display is disabled
5408automatically. The next time your program stops where @code{last_char}
5409is meaningful, you can enable the display expression once again.
5410
6d2ebf8b 5411@node Print Settings
c906108c
SS
5412@section Print settings
5413
5414@cindex format options
5415@cindex print settings
5416@value{GDBN} provides the following ways to control how arrays, structures,
5417and symbols are printed.
5418
5419@noindent
5420These settings are useful for debugging programs in any language:
5421
5422@table @code
4644b6e3 5423@kindex set print
c906108c
SS
5424@item set print address
5425@itemx set print address on
4644b6e3 5426@cindex print/don't print memory addresses
c906108c
SS
5427@value{GDBN} prints memory addresses showing the location of stack
5428traces, structure values, pointer values, breakpoints, and so forth,
5429even when it also displays the contents of those addresses. The default
5430is @code{on}. For example, this is what a stack frame display looks like with
5431@code{set print address on}:
5432
5433@smallexample
5434@group
5435(@value{GDBP}) f
5436#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5437 at input.c:530
5438530 if (lquote != def_lquote)
5439@end group
5440@end smallexample
5441
5442@item set print address off
5443Do not print addresses when displaying their contents. For example,
5444this is the same stack frame displayed with @code{set print address off}:
5445
5446@smallexample
5447@group
5448(@value{GDBP}) set print addr off
5449(@value{GDBP}) f
5450#0 set_quotes (lq="<<", rq=">>") at input.c:530
5451530 if (lquote != def_lquote)
5452@end group
5453@end smallexample
5454
5455You can use @samp{set print address off} to eliminate all machine
5456dependent displays from the @value{GDBN} interface. For example, with
5457@code{print address off}, you should get the same text for backtraces on
5458all machines---whether or not they involve pointer arguments.
5459
4644b6e3 5460@kindex show print
c906108c
SS
5461@item show print address
5462Show whether or not addresses are to be printed.
5463@end table
5464
5465When @value{GDBN} prints a symbolic address, it normally prints the
5466closest earlier symbol plus an offset. If that symbol does not uniquely
5467identify the address (for example, it is a name whose scope is a single
5468source file), you may need to clarify. One way to do this is with
5469@code{info line}, for example @samp{info line *0x4537}. Alternately,
5470you can set @value{GDBN} to print the source file and line number when
5471it prints a symbolic address:
5472
5473@table @code
c906108c 5474@item set print symbol-filename on
9c16f35a
EZ
5475@cindex source file and line of a symbol
5476@cindex symbol, source file and line
c906108c
SS
5477Tell @value{GDBN} to print the source file name and line number of a
5478symbol in the symbolic form of an address.
5479
5480@item set print symbol-filename off
5481Do not print source file name and line number of a symbol. This is the
5482default.
5483
c906108c
SS
5484@item show print symbol-filename
5485Show whether or not @value{GDBN} will print the source file name and
5486line number of a symbol in the symbolic form of an address.
5487@end table
5488
5489Another situation where it is helpful to show symbol filenames and line
5490numbers is when disassembling code; @value{GDBN} shows you the line
5491number and source file that corresponds to each instruction.
5492
5493Also, you may wish to see the symbolic form only if the address being
5494printed is reasonably close to the closest earlier symbol:
5495
5496@table @code
c906108c 5497@item set print max-symbolic-offset @var{max-offset}
4644b6e3 5498@cindex maximum value for offset of closest symbol
c906108c
SS
5499Tell @value{GDBN} to only display the symbolic form of an address if the
5500offset between the closest earlier symbol and the address is less than
5d161b24 5501@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5502to always print the symbolic form of an address if any symbol precedes it.
5503
c906108c
SS
5504@item show print max-symbolic-offset
5505Ask how large the maximum offset is that @value{GDBN} prints in a
5506symbolic address.
5507@end table
5508
5509@cindex wild pointer, interpreting
5510@cindex pointer, finding referent
5511If you have a pointer and you are not sure where it points, try
5512@samp{set print symbol-filename on}. Then you can determine the name
5513and source file location of the variable where it points, using
5514@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5515For example, here @value{GDBN} shows that a variable @code{ptt} points
5516at another variable @code{t}, defined in @file{hi2.c}:
5517
474c8240 5518@smallexample
c906108c
SS
5519(@value{GDBP}) set print symbol-filename on
5520(@value{GDBP}) p/a ptt
5521$4 = 0xe008 <t in hi2.c>
474c8240 5522@end smallexample
c906108c
SS
5523
5524@quotation
5525@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5526does not show the symbol name and filename of the referent, even with
5527the appropriate @code{set print} options turned on.
5528@end quotation
5529
5530Other settings control how different kinds of objects are printed:
5531
5532@table @code
c906108c
SS
5533@item set print array
5534@itemx set print array on
4644b6e3 5535@cindex pretty print arrays
c906108c
SS
5536Pretty print arrays. This format is more convenient to read,
5537but uses more space. The default is off.
5538
5539@item set print array off
5540Return to compressed format for arrays.
5541
c906108c
SS
5542@item show print array
5543Show whether compressed or pretty format is selected for displaying
5544arrays.
5545
c906108c 5546@item set print elements @var{number-of-elements}
4644b6e3 5547@cindex number of array elements to print
9c16f35a 5548@cindex limit on number of printed array elements
c906108c
SS
5549Set a limit on how many elements of an array @value{GDBN} will print.
5550If @value{GDBN} is printing a large array, it stops printing after it has
5551printed the number of elements set by the @code{set print elements} command.
5552This limit also applies to the display of strings.
d4f3574e 5553When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5554Setting @var{number-of-elements} to zero means that the printing is unlimited.
5555
c906108c
SS
5556@item show print elements
5557Display the number of elements of a large array that @value{GDBN} will print.
5558If the number is 0, then the printing is unlimited.
5559
9c16f35a
EZ
5560@item set print repeats
5561@cindex repeated array elements
5562Set the threshold for suppressing display of repeated array
5563elelments. When the number of consecutive identical elements of an
5564array exceeds the threshold, @value{GDBN} prints the string
5565@code{"<repeats @var{n} times>"}, where @var{n} is the number of
5566identical repetitions, instead of displaying the identical elements
5567themselves. Setting the threshold to zero will cause all elements to
5568be individually printed. The default threshold is 10.
5569
5570@item show print repeats
5571Display the current threshold for printing repeated identical
5572elements.
5573
c906108c 5574@item set print null-stop
4644b6e3 5575@cindex @sc{null} elements in arrays
c906108c 5576Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5577@sc{null} is encountered. This is useful when large arrays actually
c906108c 5578contain only short strings.
d4f3574e 5579The default is off.
c906108c 5580
9c16f35a
EZ
5581@item show print null-stop
5582Show whether @value{GDBN} stops printing an array on the first
5583@sc{null} character.
5584
c906108c 5585@item set print pretty on
9c16f35a
EZ
5586@cindex print structures in indented form
5587@cindex indentation in structure display
5d161b24 5588Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5589per line, like this:
5590
5591@smallexample
5592@group
5593$1 = @{
5594 next = 0x0,
5595 flags = @{
5596 sweet = 1,
5597 sour = 1
5598 @},
5599 meat = 0x54 "Pork"
5600@}
5601@end group
5602@end smallexample
5603
5604@item set print pretty off
5605Cause @value{GDBN} to print structures in a compact format, like this:
5606
5607@smallexample
5608@group
5609$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5610meat = 0x54 "Pork"@}
5611@end group
5612@end smallexample
5613
5614@noindent
5615This is the default format.
5616
c906108c
SS
5617@item show print pretty
5618Show which format @value{GDBN} is using to print structures.
5619
c906108c 5620@item set print sevenbit-strings on
4644b6e3
EZ
5621@cindex eight-bit characters in strings
5622@cindex octal escapes in strings
c906108c
SS
5623Print using only seven-bit characters; if this option is set,
5624@value{GDBN} displays any eight-bit characters (in strings or
5625character values) using the notation @code{\}@var{nnn}. This setting is
5626best if you are working in English (@sc{ascii}) and you use the
5627high-order bit of characters as a marker or ``meta'' bit.
5628
5629@item set print sevenbit-strings off
5630Print full eight-bit characters. This allows the use of more
5631international character sets, and is the default.
5632
c906108c
SS
5633@item show print sevenbit-strings
5634Show whether or not @value{GDBN} is printing only seven-bit characters.
5635
c906108c 5636@item set print union on
4644b6e3 5637@cindex unions in structures, printing
9c16f35a
EZ
5638Tell @value{GDBN} to print unions which are contained in structures
5639and other unions. This is the default setting.
c906108c
SS
5640
5641@item set print union off
9c16f35a
EZ
5642Tell @value{GDBN} not to print unions which are contained in
5643structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5644instead.
c906108c 5645
c906108c
SS
5646@item show print union
5647Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 5648structures and other unions.
c906108c
SS
5649
5650For example, given the declarations
5651
5652@smallexample
5653typedef enum @{Tree, Bug@} Species;
5654typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5655typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5656 Bug_forms;
5657
5658struct thing @{
5659 Species it;
5660 union @{
5661 Tree_forms tree;
5662 Bug_forms bug;
5663 @} form;
5664@};
5665
5666struct thing foo = @{Tree, @{Acorn@}@};
5667@end smallexample
5668
5669@noindent
5670with @code{set print union on} in effect @samp{p foo} would print
5671
5672@smallexample
5673$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5674@end smallexample
5675
5676@noindent
5677and with @code{set print union off} in effect it would print
5678
5679@smallexample
5680$1 = @{it = Tree, form = @{...@}@}
5681@end smallexample
9c16f35a
EZ
5682
5683@noindent
5684@code{set print union} affects programs written in C-like languages
5685and in Pascal.
c906108c
SS
5686@end table
5687
c906108c
SS
5688@need 1000
5689@noindent
b37052ae 5690These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5691
5692@table @code
4644b6e3 5693@cindex demangling C@t{++} names
c906108c
SS
5694@item set print demangle
5695@itemx set print demangle on
b37052ae 5696Print C@t{++} names in their source form rather than in the encoded
c906108c 5697(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5698linkage. The default is on.
c906108c 5699
c906108c 5700@item show print demangle
b37052ae 5701Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 5702
c906108c
SS
5703@item set print asm-demangle
5704@itemx set print asm-demangle on
b37052ae 5705Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5706in assembler code printouts such as instruction disassemblies.
5707The default is off.
5708
c906108c 5709@item show print asm-demangle
b37052ae 5710Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5711or demangled form.
5712
b37052ae
EZ
5713@cindex C@t{++} symbol decoding style
5714@cindex symbol decoding style, C@t{++}
a8f24a35 5715@kindex set demangle-style
c906108c
SS
5716@item set demangle-style @var{style}
5717Choose among several encoding schemes used by different compilers to
b37052ae 5718represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5719
5720@table @code
5721@item auto
5722Allow @value{GDBN} to choose a decoding style by inspecting your program.
5723
5724@item gnu
b37052ae 5725Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5726This is the default.
c906108c
SS
5727
5728@item hp
b37052ae 5729Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5730
5731@item lucid
b37052ae 5732Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5733
5734@item arm
b37052ae 5735Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5736@strong{Warning:} this setting alone is not sufficient to allow
5737debugging @code{cfront}-generated executables. @value{GDBN} would
5738require further enhancement to permit that.
5739
5740@end table
5741If you omit @var{style}, you will see a list of possible formats.
5742
c906108c 5743@item show demangle-style
b37052ae 5744Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 5745
c906108c
SS
5746@item set print object
5747@itemx set print object on
4644b6e3 5748@cindex derived type of an object, printing
9c16f35a 5749@cindex display derived types
c906108c
SS
5750When displaying a pointer to an object, identify the @emph{actual}
5751(derived) type of the object rather than the @emph{declared} type, using
5752the virtual function table.
5753
5754@item set print object off
5755Display only the declared type of objects, without reference to the
5756virtual function table. This is the default setting.
5757
c906108c
SS
5758@item show print object
5759Show whether actual, or declared, object types are displayed.
5760
c906108c
SS
5761@item set print static-members
5762@itemx set print static-members on
4644b6e3 5763@cindex static members of C@t{++} objects
b37052ae 5764Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5765
5766@item set print static-members off
b37052ae 5767Do not print static members when displaying a C@t{++} object.
c906108c 5768
c906108c 5769@item show print static-members
9c16f35a
EZ
5770Show whether C@t{++} static members are printed or not.
5771
5772@item set print pascal_static-members
5773@itemx set print pascal_static-members on
5774@cindex static members of Pacal objects
5775@cindex Pacal objects, static members display
5776Print static members when displaying a Pascal object. The default is on.
5777
5778@item set print pascal_static-members off
5779Do not print static members when displaying a Pascal object.
5780
5781@item show print pascal_static-members
5782Show whether Pascal static members are printed or not.
c906108c
SS
5783
5784@c These don't work with HP ANSI C++ yet.
c906108c
SS
5785@item set print vtbl
5786@itemx set print vtbl on
4644b6e3 5787@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
5788@cindex virtual functions (C@t{++}) display
5789@cindex VTBL display
b37052ae 5790Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5791(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5792ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5793
5794@item set print vtbl off
b37052ae 5795Do not pretty print C@t{++} virtual function tables.
c906108c 5796
c906108c 5797@item show print vtbl
b37052ae 5798Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5799@end table
c906108c 5800
6d2ebf8b 5801@node Value History
c906108c
SS
5802@section Value history
5803
5804@cindex value history
9c16f35a 5805@cindex history of values printed by @value{GDBN}
5d161b24
DB
5806Values printed by the @code{print} command are saved in the @value{GDBN}
5807@dfn{value history}. This allows you to refer to them in other expressions.
5808Values are kept until the symbol table is re-read or discarded
5809(for example with the @code{file} or @code{symbol-file} commands).
5810When the symbol table changes, the value history is discarded,
5811since the values may contain pointers back to the types defined in the
c906108c
SS
5812symbol table.
5813
5814@cindex @code{$}
5815@cindex @code{$$}
5816@cindex history number
5817The values printed are given @dfn{history numbers} by which you can
5818refer to them. These are successive integers starting with one.
5819@code{print} shows you the history number assigned to a value by
5820printing @samp{$@var{num} = } before the value; here @var{num} is the
5821history number.
5822
5823To refer to any previous value, use @samp{$} followed by the value's
5824history number. The way @code{print} labels its output is designed to
5825remind you of this. Just @code{$} refers to the most recent value in
5826the history, and @code{$$} refers to the value before that.
5827@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5828is the value just prior to @code{$$}, @code{$$1} is equivalent to
5829@code{$$}, and @code{$$0} is equivalent to @code{$}.
5830
5831For example, suppose you have just printed a pointer to a structure and
5832want to see the contents of the structure. It suffices to type
5833
474c8240 5834@smallexample
c906108c 5835p *$
474c8240 5836@end smallexample
c906108c
SS
5837
5838If you have a chain of structures where the component @code{next} points
5839to the next one, you can print the contents of the next one with this:
5840
474c8240 5841@smallexample
c906108c 5842p *$.next
474c8240 5843@end smallexample
c906108c
SS
5844
5845@noindent
5846You can print successive links in the chain by repeating this
5847command---which you can do by just typing @key{RET}.
5848
5849Note that the history records values, not expressions. If the value of
5850@code{x} is 4 and you type these commands:
5851
474c8240 5852@smallexample
c906108c
SS
5853print x
5854set x=5
474c8240 5855@end smallexample
c906108c
SS
5856
5857@noindent
5858then the value recorded in the value history by the @code{print} command
5859remains 4 even though the value of @code{x} has changed.
5860
5861@table @code
5862@kindex show values
5863@item show values
5864Print the last ten values in the value history, with their item numbers.
5865This is like @samp{p@ $$9} repeated ten times, except that @code{show
5866values} does not change the history.
5867
5868@item show values @var{n}
5869Print ten history values centered on history item number @var{n}.
5870
5871@item show values +
5872Print ten history values just after the values last printed. If no more
5873values are available, @code{show values +} produces no display.
5874@end table
5875
5876Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5877same effect as @samp{show values +}.
5878
6d2ebf8b 5879@node Convenience Vars
c906108c
SS
5880@section Convenience variables
5881
5882@cindex convenience variables
9c16f35a 5883@cindex user-defined variables
c906108c
SS
5884@value{GDBN} provides @dfn{convenience variables} that you can use within
5885@value{GDBN} to hold on to a value and refer to it later. These variables
5886exist entirely within @value{GDBN}; they are not part of your program, and
5887setting a convenience variable has no direct effect on further execution
5888of your program. That is why you can use them freely.
5889
5890Convenience variables are prefixed with @samp{$}. Any name preceded by
5891@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5892the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5893(Value history references, in contrast, are @emph{numbers} preceded
5894by @samp{$}. @xref{Value History, ,Value history}.)
5895
5896You can save a value in a convenience variable with an assignment
5897expression, just as you would set a variable in your program.
5898For example:
5899
474c8240 5900@smallexample
c906108c 5901set $foo = *object_ptr
474c8240 5902@end smallexample
c906108c
SS
5903
5904@noindent
5905would save in @code{$foo} the value contained in the object pointed to by
5906@code{object_ptr}.
5907
5908Using a convenience variable for the first time creates it, but its
5909value is @code{void} until you assign a new value. You can alter the
5910value with another assignment at any time.
5911
5912Convenience variables have no fixed types. You can assign a convenience
5913variable any type of value, including structures and arrays, even if
5914that variable already has a value of a different type. The convenience
5915variable, when used as an expression, has the type of its current value.
5916
5917@table @code
5918@kindex show convenience
9c16f35a 5919@cindex show all user variables
c906108c
SS
5920@item show convenience
5921Print a list of convenience variables used so far, and their values.
d4f3574e 5922Abbreviated @code{show conv}.
c906108c
SS
5923@end table
5924
5925One of the ways to use a convenience variable is as a counter to be
5926incremented or a pointer to be advanced. For example, to print
5927a field from successive elements of an array of structures:
5928
474c8240 5929@smallexample
c906108c
SS
5930set $i = 0
5931print bar[$i++]->contents
474c8240 5932@end smallexample
c906108c 5933
d4f3574e
SS
5934@noindent
5935Repeat that command by typing @key{RET}.
c906108c
SS
5936
5937Some convenience variables are created automatically by @value{GDBN} and given
5938values likely to be useful.
5939
5940@table @code
41afff9a 5941@vindex $_@r{, convenience variable}
c906108c
SS
5942@item $_
5943The variable @code{$_} is automatically set by the @code{x} command to
5944the last address examined (@pxref{Memory, ,Examining memory}). Other
5945commands which provide a default address for @code{x} to examine also
5946set @code{$_} to that address; these commands include @code{info line}
5947and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5948except when set by the @code{x} command, in which case it is a pointer
5949to the type of @code{$__}.
5950
41afff9a 5951@vindex $__@r{, convenience variable}
c906108c
SS
5952@item $__
5953The variable @code{$__} is automatically set by the @code{x} command
5954to the value found in the last address examined. Its type is chosen
5955to match the format in which the data was printed.
5956
5957@item $_exitcode
41afff9a 5958@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5959The variable @code{$_exitcode} is automatically set to the exit code when
5960the program being debugged terminates.
5961@end table
5962
53a5351d
JM
5963On HP-UX systems, if you refer to a function or variable name that
5964begins with a dollar sign, @value{GDBN} searches for a user or system
5965name first, before it searches for a convenience variable.
c906108c 5966
6d2ebf8b 5967@node Registers
c906108c
SS
5968@section Registers
5969
5970@cindex registers
5971You can refer to machine register contents, in expressions, as variables
5972with names starting with @samp{$}. The names of registers are different
5973for each machine; use @code{info registers} to see the names used on
5974your machine.
5975
5976@table @code
5977@kindex info registers
5978@item info registers
5979Print the names and values of all registers except floating-point
c85508ee 5980and vector registers (in the selected stack frame).
c906108c
SS
5981
5982@kindex info all-registers
5983@cindex floating point registers
5984@item info all-registers
5985Print the names and values of all registers, including floating-point
c85508ee 5986and vector registers (in the selected stack frame).
c906108c
SS
5987
5988@item info registers @var{regname} @dots{}
5989Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5990As discussed in detail below, register values are normally relative to
5991the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5992the machine you are using, with or without the initial @samp{$}.
5993@end table
5994
5995@value{GDBN} has four ``standard'' register names that are available (in
5996expressions) on most machines---whenever they do not conflict with an
5997architecture's canonical mnemonics for registers. The register names
5998@code{$pc} and @code{$sp} are used for the program counter register and
5999the stack pointer. @code{$fp} is used for a register that contains a
6000pointer to the current stack frame, and @code{$ps} is used for a
6001register that contains the processor status. For example,
6002you could print the program counter in hex with
6003
474c8240 6004@smallexample
c906108c 6005p/x $pc
474c8240 6006@end smallexample
c906108c
SS
6007
6008@noindent
6009or print the instruction to be executed next with
6010
474c8240 6011@smallexample
c906108c 6012x/i $pc
474c8240 6013@end smallexample
c906108c
SS
6014
6015@noindent
6016or add four to the stack pointer@footnote{This is a way of removing
6017one word from the stack, on machines where stacks grow downward in
6018memory (most machines, nowadays). This assumes that the innermost
6019stack frame is selected; setting @code{$sp} is not allowed when other
6020stack frames are selected. To pop entire frames off the stack,
6021regardless of machine architecture, use @code{return};
d4f3574e 6022see @ref{Returning, ,Returning from a function}.} with
c906108c 6023
474c8240 6024@smallexample
c906108c 6025set $sp += 4
474c8240 6026@end smallexample
c906108c
SS
6027
6028Whenever possible, these four standard register names are available on
6029your machine even though the machine has different canonical mnemonics,
6030so long as there is no conflict. The @code{info registers} command
6031shows the canonical names. For example, on the SPARC, @code{info
6032registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
6033can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6034is an alias for the @sc{eflags} register.
c906108c
SS
6035
6036@value{GDBN} always considers the contents of an ordinary register as an
6037integer when the register is examined in this way. Some machines have
6038special registers which can hold nothing but floating point; these
6039registers are considered to have floating point values. There is no way
6040to refer to the contents of an ordinary register as floating point value
6041(although you can @emph{print} it as a floating point value with
6042@samp{print/f $@var{regname}}).
6043
6044Some registers have distinct ``raw'' and ``virtual'' data formats. This
6045means that the data format in which the register contents are saved by
6046the operating system is not the same one that your program normally
6047sees. For example, the registers of the 68881 floating point
6048coprocessor are always saved in ``extended'' (raw) format, but all C
6049programs expect to work with ``double'' (virtual) format. In such
5d161b24 6050cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
6051that makes sense for your program), but the @code{info registers} command
6052prints the data in both formats.
6053
6054Normally, register values are relative to the selected stack frame
6055(@pxref{Selection, ,Selecting a frame}). This means that you get the
6056value that the register would contain if all stack frames farther in
6057were exited and their saved registers restored. In order to see the
6058true contents of hardware registers, you must select the innermost
6059frame (with @samp{frame 0}).
6060
6061However, @value{GDBN} must deduce where registers are saved, from the machine
6062code generated by your compiler. If some registers are not saved, or if
6063@value{GDBN} is unable to locate the saved registers, the selected stack
6064frame makes no difference.
6065
6d2ebf8b 6066@node Floating Point Hardware
c906108c
SS
6067@section Floating point hardware
6068@cindex floating point
6069
6070Depending on the configuration, @value{GDBN} may be able to give
6071you more information about the status of the floating point hardware.
6072
6073@table @code
6074@kindex info float
6075@item info float
6076Display hardware-dependent information about the floating
6077point unit. The exact contents and layout vary depending on the
6078floating point chip. Currently, @samp{info float} is supported on
6079the ARM and x86 machines.
6080@end table
c906108c 6081
e76f1f2e
AC
6082@node Vector Unit
6083@section Vector Unit
6084@cindex vector unit
6085
6086Depending on the configuration, @value{GDBN} may be able to give you
6087more information about the status of the vector unit.
6088
6089@table @code
6090@kindex info vector
6091@item info vector
6092Display information about the vector unit. The exact contents and
6093layout vary depending on the hardware.
6094@end table
6095
b383017d
RM
6096@node Auxiliary Vector
6097@section Operating system auxiliary vector
6098@cindex auxiliary vector
6099@cindex vector, auxiliary
6100
6101Some operating systems supply an @dfn{auxiliary vector} to programs at
6102startup. This is akin to the arguments and environment that you
6103specify for a program, but contains a system-dependent variety of
6104binary values that tell system libraries important details about the
6105hardware, operating system, and process. Each value's purpose is
6106identified by an integer tag; the meanings are well-known but system-specific.
6107Depending on the configuration and operating system facilities,
9c16f35a
EZ
6108@value{GDBN} may be able to show you this information. For remote
6109targets, this functionality may further depend on the remote stub's
6110support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6111configuration, auxiliary vector}.
b383017d
RM
6112
6113@table @code
6114@kindex info auxv
6115@item info auxv
6116Display the auxiliary vector of the inferior, which can be either a
e4937fc1 6117live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
6118numerically, and also shows names and text descriptions for recognized
6119tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 6120pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
6121most appropriate form for a recognized tag, and in hexadecimal for
6122an unrecognized tag.
6123@end table
6124
29e57380 6125@node Memory Region Attributes
b383017d 6126@section Memory region attributes
29e57380
C
6127@cindex memory region attributes
6128
b383017d
RM
6129@dfn{Memory region attributes} allow you to describe special handling
6130required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
6131to determine whether to allow certain types of memory accesses; whether to
6132use specific width accesses; and whether to cache target memory.
6133
6134Defined memory regions can be individually enabled and disabled. When a
6135memory region is disabled, @value{GDBN} uses the default attributes when
6136accessing memory in that region. Similarly, if no memory regions have
6137been defined, @value{GDBN} uses the default attributes when accessing
6138all memory.
6139
b383017d 6140When a memory region is defined, it is given a number to identify it;
29e57380
C
6141to enable, disable, or remove a memory region, you specify that number.
6142
6143@table @code
6144@kindex mem
bfac230e 6145@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
6146Define a memory region bounded by @var{lower} and @var{upper} with
6147attributes @var{attributes}@dots{}, and add it to the list of regions
6148monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6149case: it is treated as the the target's maximum memory address.
bfac230e 6150(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
6151
6152@kindex delete mem
6153@item delete mem @var{nums}@dots{}
09d4efe1
EZ
6154Remove memory regions @var{nums}@dots{} from the list of regions
6155monitored by @value{GDBN}.
29e57380
C
6156
6157@kindex disable mem
6158@item disable mem @var{nums}@dots{}
09d4efe1 6159Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 6160A disabled memory region is not forgotten.
29e57380
C
6161It may be enabled again later.
6162
6163@kindex enable mem
6164@item enable mem @var{nums}@dots{}
09d4efe1 6165Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
6166
6167@kindex info mem
6168@item info mem
6169Print a table of all defined memory regions, with the following columns
09d4efe1 6170for each region:
29e57380
C
6171
6172@table @emph
6173@item Memory Region Number
6174@item Enabled or Disabled.
b383017d 6175Enabled memory regions are marked with @samp{y}.
29e57380
C
6176Disabled memory regions are marked with @samp{n}.
6177
6178@item Lo Address
6179The address defining the inclusive lower bound of the memory region.
6180
6181@item Hi Address
6182The address defining the exclusive upper bound of the memory region.
6183
6184@item Attributes
6185The list of attributes set for this memory region.
6186@end table
6187@end table
6188
6189
6190@subsection Attributes
6191
b383017d 6192@subsubsection Memory Access Mode
29e57380
C
6193The access mode attributes set whether @value{GDBN} may make read or
6194write accesses to a memory region.
6195
6196While these attributes prevent @value{GDBN} from performing invalid
6197memory accesses, they do nothing to prevent the target system, I/O DMA,
6198etc. from accessing memory.
6199
6200@table @code
6201@item ro
6202Memory is read only.
6203@item wo
6204Memory is write only.
6205@item rw
6ca652b0 6206Memory is read/write. This is the default.
29e57380
C
6207@end table
6208
6209@subsubsection Memory Access Size
6210The acccess size attributes tells @value{GDBN} to use specific sized
6211accesses in the memory region. Often memory mapped device registers
6212require specific sized accesses. If no access size attribute is
6213specified, @value{GDBN} may use accesses of any size.
6214
6215@table @code
6216@item 8
6217Use 8 bit memory accesses.
6218@item 16
6219Use 16 bit memory accesses.
6220@item 32
6221Use 32 bit memory accesses.
6222@item 64
6223Use 64 bit memory accesses.
6224@end table
6225
6226@c @subsubsection Hardware/Software Breakpoints
6227@c The hardware/software breakpoint attributes set whether @value{GDBN}
6228@c will use hardware or software breakpoints for the internal breakpoints
6229@c used by the step, next, finish, until, etc. commands.
6230@c
6231@c @table @code
6232@c @item hwbreak
b383017d 6233@c Always use hardware breakpoints
29e57380
C
6234@c @item swbreak (default)
6235@c @end table
6236
6237@subsubsection Data Cache
6238The data cache attributes set whether @value{GDBN} will cache target
6239memory. While this generally improves performance by reducing debug
6240protocol overhead, it can lead to incorrect results because @value{GDBN}
6241does not know about volatile variables or memory mapped device
6242registers.
6243
6244@table @code
6245@item cache
b383017d 6246Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6247@item nocache
6248Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6249@end table
6250
6251@c @subsubsection Memory Write Verification
b383017d 6252@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6253@c will re-reads data after each write to verify the write was successful.
6254@c
6255@c @table @code
6256@c @item verify
6257@c @item noverify (default)
6258@c @end table
6259
16d9dec6
MS
6260@node Dump/Restore Files
6261@section Copy between memory and a file
6262@cindex dump/restore files
6263@cindex append data to a file
6264@cindex dump data to a file
6265@cindex restore data from a file
16d9dec6 6266
df5215a6
JB
6267You can use the commands @code{dump}, @code{append}, and
6268@code{restore} to copy data between target memory and a file. The
6269@code{dump} and @code{append} commands write data to a file, and the
6270@code{restore} command reads data from a file back into the inferior's
6271memory. Files may be in binary, Motorola S-record, Intel hex, or
6272Tektronix Hex format; however, @value{GDBN} can only append to binary
6273files.
6274
6275@table @code
6276
6277@kindex dump
6278@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6279@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6280Dump the contents of memory from @var{start_addr} to @var{end_addr},
6281or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6282
df5215a6 6283The @var{format} parameter may be any one of:
16d9dec6 6284@table @code
df5215a6
JB
6285@item binary
6286Raw binary form.
6287@item ihex
6288Intel hex format.
6289@item srec
6290Motorola S-record format.
6291@item tekhex
6292Tektronix Hex format.
6293@end table
6294
6295@value{GDBN} uses the same definitions of these formats as the
6296@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6297@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6298form.
6299
6300@kindex append
6301@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6302@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6303Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 6304or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
6305(@value{GDBN} can only append data to files in raw binary form.)
6306
6307@kindex restore
6308@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6309Restore the contents of file @var{filename} into memory. The
6310@code{restore} command can automatically recognize any known @sc{bfd}
6311file format, except for raw binary. To restore a raw binary file you
6312must specify the optional keyword @code{binary} after the filename.
16d9dec6 6313
b383017d 6314If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6315contained in the file. Binary files always start at address zero, so
6316they will be restored at address @var{bias}. Other bfd files have
6317a built-in location; they will be restored at offset @var{bias}
6318from that location.
6319
6320If @var{start} and/or @var{end} are non-zero, then only data between
6321file offset @var{start} and file offset @var{end} will be restored.
b383017d 6322These offsets are relative to the addresses in the file, before
16d9dec6
MS
6323the @var{bias} argument is applied.
6324
6325@end table
6326
384ee23f
EZ
6327@node Core File Generation
6328@section How to Produce a Core File from Your Program
6329@cindex dump core from inferior
6330
6331A @dfn{core file} or @dfn{core dump} is a file that records the memory
6332image of a running process and its process status (register values
6333etc.). Its primary use is post-mortem debugging of a program that
6334crashed while it ran outside a debugger. A program that crashes
6335automatically produces a core file, unless this feature is disabled by
6336the user. @xref{Files}, for information on invoking @value{GDBN} in
6337the post-mortem debugging mode.
6338
6339Occasionally, you may wish to produce a core file of the program you
6340are debugging in order to preserve a snapshot of its state.
6341@value{GDBN} has a special command for that.
6342
6343@table @code
6344@kindex gcore
6345@kindex generate-core-file
6346@item generate-core-file [@var{file}]
6347@itemx gcore [@var{file}]
6348Produce a core dump of the inferior process. The optional argument
6349@var{file} specifies the file name where to put the core dump. If not
6350specified, the file name defaults to @file{core.@var{pid}}, where
6351@var{pid} is the inferior process ID.
6352
6353Note that this command is implemented only for some systems (as of
6354this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6355@end table
6356
a0eb71c5
KB
6357@node Character Sets
6358@section Character Sets
6359@cindex character sets
6360@cindex charset
6361@cindex translating between character sets
6362@cindex host character set
6363@cindex target character set
6364
6365If the program you are debugging uses a different character set to
6366represent characters and strings than the one @value{GDBN} uses itself,
6367@value{GDBN} can automatically translate between the character sets for
6368you. The character set @value{GDBN} uses we call the @dfn{host
6369character set}; the one the inferior program uses we call the
6370@dfn{target character set}.
6371
6372For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6373uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6374remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6375running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6376then the host character set is Latin-1, and the target character set is
6377@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6378target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6379@sc{ebcdic} and Latin 1 as you print character or string values, or use
6380character and string literals in expressions.
6381
6382@value{GDBN} has no way to automatically recognize which character set
6383the inferior program uses; you must tell it, using the @code{set
6384target-charset} command, described below.
6385
6386Here are the commands for controlling @value{GDBN}'s character set
6387support:
6388
6389@table @code
6390@item set target-charset @var{charset}
6391@kindex set target-charset
6392Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6393character set names @value{GDBN} recognizes below, but if you type
6394@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6395list the target character sets it supports.
a0eb71c5
KB
6396@end table
6397
6398@table @code
6399@item set host-charset @var{charset}
6400@kindex set host-charset
6401Set the current host character set to @var{charset}.
6402
6403By default, @value{GDBN} uses a host character set appropriate to the
6404system it is running on; you can override that default using the
6405@code{set host-charset} command.
6406
6407@value{GDBN} can only use certain character sets as its host character
6408set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6409indicate which can be host character sets, but if you type
6410@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6411list the host character sets it supports.
a0eb71c5
KB
6412
6413@item set charset @var{charset}
6414@kindex set charset
e33d66ec
EZ
6415Set the current host and target character sets to @var{charset}. As
6416above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6417@value{GDBN} will list the name of the character sets that can be used
6418for both host and target.
6419
a0eb71c5
KB
6420
6421@item show charset
a0eb71c5 6422@kindex show charset
b383017d 6423Show the names of the current host and target charsets.
e33d66ec
EZ
6424
6425@itemx show host-charset
a0eb71c5 6426@kindex show host-charset
b383017d 6427Show the name of the current host charset.
e33d66ec
EZ
6428
6429@itemx show target-charset
a0eb71c5 6430@kindex show target-charset
b383017d 6431Show the name of the current target charset.
a0eb71c5
KB
6432
6433@end table
6434
6435@value{GDBN} currently includes support for the following character
6436sets:
6437
6438@table @code
6439
6440@item ASCII
6441@cindex ASCII character set
6442Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6443character set.
6444
6445@item ISO-8859-1
6446@cindex ISO 8859-1 character set
6447@cindex ISO Latin 1 character set
e33d66ec 6448The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6449characters needed for French, German, and Spanish. @value{GDBN} can use
6450this as its host character set.
6451
6452@item EBCDIC-US
6453@itemx IBM1047
6454@cindex EBCDIC character set
6455@cindex IBM1047 character set
6456Variants of the @sc{ebcdic} character set, used on some of IBM's
6457mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6458@value{GDBN} cannot use these as its host character set.
6459
6460@end table
6461
6462Note that these are all single-byte character sets. More work inside
6463GDB is needed to support multi-byte or variable-width character
6464encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6465
6466Here is an example of @value{GDBN}'s character set support in action.
6467Assume that the following source code has been placed in the file
6468@file{charset-test.c}:
6469
6470@smallexample
6471#include <stdio.h>
6472
6473char ascii_hello[]
6474 = @{72, 101, 108, 108, 111, 44, 32, 119,
6475 111, 114, 108, 100, 33, 10, 0@};
6476char ibm1047_hello[]
6477 = @{200, 133, 147, 147, 150, 107, 64, 166,
6478 150, 153, 147, 132, 90, 37, 0@};
6479
6480main ()
6481@{
6482 printf ("Hello, world!\n");
6483@}
10998722 6484@end smallexample
a0eb71c5
KB
6485
6486In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6487containing the string @samp{Hello, world!} followed by a newline,
6488encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6489
6490We compile the program, and invoke the debugger on it:
6491
6492@smallexample
6493$ gcc -g charset-test.c -o charset-test
6494$ gdb -nw charset-test
6495GNU gdb 2001-12-19-cvs
6496Copyright 2001 Free Software Foundation, Inc.
6497@dots{}
f7dc1244 6498(@value{GDBP})
10998722 6499@end smallexample
a0eb71c5
KB
6500
6501We can use the @code{show charset} command to see what character sets
6502@value{GDBN} is currently using to interpret and display characters and
6503strings:
6504
6505@smallexample
f7dc1244 6506(@value{GDBP}) show charset
e33d66ec 6507The current host and target character set is `ISO-8859-1'.
f7dc1244 6508(@value{GDBP})
10998722 6509@end smallexample
a0eb71c5
KB
6510
6511For the sake of printing this manual, let's use @sc{ascii} as our
6512initial character set:
6513@smallexample
f7dc1244
EZ
6514(@value{GDBP}) set charset ASCII
6515(@value{GDBP}) show charset
e33d66ec 6516The current host and target character set is `ASCII'.
f7dc1244 6517(@value{GDBP})
10998722 6518@end smallexample
a0eb71c5
KB
6519
6520Let's assume that @sc{ascii} is indeed the correct character set for our
6521host system --- in other words, let's assume that if @value{GDBN} prints
6522characters using the @sc{ascii} character set, our terminal will display
6523them properly. Since our current target character set is also
6524@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6525
6526@smallexample
f7dc1244 6527(@value{GDBP}) print ascii_hello
a0eb71c5 6528$1 = 0x401698 "Hello, world!\n"
f7dc1244 6529(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6530$2 = 72 'H'
f7dc1244 6531(@value{GDBP})
10998722 6532@end smallexample
a0eb71c5
KB
6533
6534@value{GDBN} uses the target character set for character and string
6535literals you use in expressions:
6536
6537@smallexample
f7dc1244 6538(@value{GDBP}) print '+'
a0eb71c5 6539$3 = 43 '+'
f7dc1244 6540(@value{GDBP})
10998722 6541@end smallexample
a0eb71c5
KB
6542
6543The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6544character.
6545
6546@value{GDBN} relies on the user to tell it which character set the
6547target program uses. If we print @code{ibm1047_hello} while our target
6548character set is still @sc{ascii}, we get jibberish:
6549
6550@smallexample
f7dc1244 6551(@value{GDBP}) print ibm1047_hello
a0eb71c5 6552$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 6553(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6554$5 = 200 '\310'
f7dc1244 6555(@value{GDBP})
10998722 6556@end smallexample
a0eb71c5 6557
e33d66ec 6558If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6559@value{GDBN} tells us the character sets it supports:
6560
6561@smallexample
f7dc1244 6562(@value{GDBP}) set target-charset
b383017d 6563ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 6564(@value{GDBP}) set target-charset
10998722 6565@end smallexample
a0eb71c5
KB
6566
6567We can select @sc{ibm1047} as our target character set, and examine the
6568program's strings again. Now the @sc{ascii} string is wrong, but
6569@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6570target character set, @sc{ibm1047}, to the host character set,
6571@sc{ascii}, and they display correctly:
6572
6573@smallexample
f7dc1244
EZ
6574(@value{GDBP}) set target-charset IBM1047
6575(@value{GDBP}) show charset
e33d66ec
EZ
6576The current host character set is `ASCII'.
6577The current target character set is `IBM1047'.
f7dc1244 6578(@value{GDBP}) print ascii_hello
a0eb71c5 6579$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 6580(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6581$7 = 72 '\110'
f7dc1244 6582(@value{GDBP}) print ibm1047_hello
a0eb71c5 6583$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 6584(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6585$9 = 200 'H'
f7dc1244 6586(@value{GDBP})
10998722 6587@end smallexample
a0eb71c5
KB
6588
6589As above, @value{GDBN} uses the target character set for character and
6590string literals you use in expressions:
6591
6592@smallexample
f7dc1244 6593(@value{GDBP}) print '+'
a0eb71c5 6594$10 = 78 '+'
f7dc1244 6595(@value{GDBP})
10998722 6596@end smallexample
a0eb71c5 6597
e33d66ec 6598The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6599character.
6600
09d4efe1
EZ
6601@node Caching Remote Data
6602@section Caching Data of Remote Targets
6603@cindex caching data of remote targets
6604
6605@value{GDBN} can cache data exchanged between the debugger and a
6606remote target (@pxref{Remote}). Such caching generally improves
6607performance, because it reduces the overhead of the remote protocol by
6608bundling memory reads and writes into large chunks. Unfortunately,
6609@value{GDBN} does not currently know anything about volatile
6610registers, and thus data caching will produce incorrect results when
6611volatile registers are in use.
6612
6613@table @code
6614@kindex set remotecache
6615@item set remotecache on
6616@itemx set remotecache off
6617Set caching state for remote targets. When @code{ON}, use data
6618caching. By default, this option is @code{OFF}.
6619
6620@kindex show remotecache
6621@item show remotecache
6622Show the current state of data caching for remote targets.
6623
6624@kindex info dcache
6625@item info dcache
6626Print the information about the data cache performance. The
6627information displayed includes: the dcache width and depth; and for
6628each cache line, how many times it was referenced, and its data and
6629state (dirty, bad, ok, etc.). This command is useful for debugging
6630the data cache operation.
6631@end table
6632
a0eb71c5 6633
e2e0bcd1
JB
6634@node Macros
6635@chapter C Preprocessor Macros
6636
49efadf5 6637Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
6638``preprocessor macros'' which expand into strings of tokens.
6639@value{GDBN} can evaluate expressions containing macro invocations, show
6640the result of macro expansion, and show a macro's definition, including
6641where it was defined.
6642
6643You may need to compile your program specially to provide @value{GDBN}
6644with information about preprocessor macros. Most compilers do not
6645include macros in their debugging information, even when you compile
6646with the @option{-g} flag. @xref{Compilation}.
6647
6648A program may define a macro at one point, remove that definition later,
6649and then provide a different definition after that. Thus, at different
6650points in the program, a macro may have different definitions, or have
6651no definition at all. If there is a current stack frame, @value{GDBN}
6652uses the macros in scope at that frame's source code line. Otherwise,
6653@value{GDBN} uses the macros in scope at the current listing location;
6654see @ref{List}.
6655
6656At the moment, @value{GDBN} does not support the @code{##}
6657token-splicing operator, the @code{#} stringification operator, or
6658variable-arity macros.
6659
6660Whenever @value{GDBN} evaluates an expression, it always expands any
6661macro invocations present in the expression. @value{GDBN} also provides
6662the following commands for working with macros explicitly.
6663
6664@table @code
6665
6666@kindex macro expand
6667@cindex macro expansion, showing the results of preprocessor
6668@cindex preprocessor macro expansion, showing the results of
6669@cindex expanding preprocessor macros
6670@item macro expand @var{expression}
6671@itemx macro exp @var{expression}
6672Show the results of expanding all preprocessor macro invocations in
6673@var{expression}. Since @value{GDBN} simply expands macros, but does
6674not parse the result, @var{expression} need not be a valid expression;
6675it can be any string of tokens.
6676
09d4efe1 6677@kindex macro exp1
e2e0bcd1
JB
6678@item macro expand-once @var{expression}
6679@itemx macro exp1 @var{expression}
4644b6e3 6680@cindex expand macro once
e2e0bcd1
JB
6681@i{(This command is not yet implemented.)} Show the results of
6682expanding those preprocessor macro invocations that appear explicitly in
6683@var{expression}. Macro invocations appearing in that expansion are
6684left unchanged. This command allows you to see the effect of a
6685particular macro more clearly, without being confused by further
6686expansions. Since @value{GDBN} simply expands macros, but does not
6687parse the result, @var{expression} need not be a valid expression; it
6688can be any string of tokens.
6689
475b0867 6690@kindex info macro
e2e0bcd1
JB
6691@cindex macro definition, showing
6692@cindex definition, showing a macro's
475b0867 6693@item info macro @var{macro}
e2e0bcd1
JB
6694Show the definition of the macro named @var{macro}, and describe the
6695source location where that definition was established.
6696
6697@kindex macro define
6698@cindex user-defined macros
6699@cindex defining macros interactively
6700@cindex macros, user-defined
6701@item macro define @var{macro} @var{replacement-list}
6702@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6703@i{(This command is not yet implemented.)} Introduce a definition for a
6704preprocessor macro named @var{macro}, invocations of which are replaced
6705by the tokens given in @var{replacement-list}. The first form of this
6706command defines an ``object-like'' macro, which takes no arguments; the
6707second form defines a ``function-like'' macro, which takes the arguments
6708given in @var{arglist}.
6709
6710A definition introduced by this command is in scope in every expression
6711evaluated in @value{GDBN}, until it is removed with the @command{macro
6712undef} command, described below. The definition overrides all
6713definitions for @var{macro} present in the program being debugged, as
6714well as any previous user-supplied definition.
6715
6716@kindex macro undef
6717@item macro undef @var{macro}
6718@i{(This command is not yet implemented.)} Remove any user-supplied
6719definition for the macro named @var{macro}. This command only affects
6720definitions provided with the @command{macro define} command, described
6721above; it cannot remove definitions present in the program being
6722debugged.
6723
09d4efe1
EZ
6724@kindex macro list
6725@item macro list
6726@i{(This command is not yet implemented.)} List all the macros
6727defined using the @code{macro define} command.
e2e0bcd1
JB
6728@end table
6729
6730@cindex macros, example of debugging with
6731Here is a transcript showing the above commands in action. First, we
6732show our source files:
6733
6734@smallexample
6735$ cat sample.c
6736#include <stdio.h>
6737#include "sample.h"
6738
6739#define M 42
6740#define ADD(x) (M + x)
6741
6742main ()
6743@{
6744#define N 28
6745 printf ("Hello, world!\n");
6746#undef N
6747 printf ("We're so creative.\n");
6748#define N 1729
6749 printf ("Goodbye, world!\n");
6750@}
6751$ cat sample.h
6752#define Q <
6753$
6754@end smallexample
6755
6756Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6757We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6758compiler includes information about preprocessor macros in the debugging
6759information.
6760
6761@smallexample
6762$ gcc -gdwarf-2 -g3 sample.c -o sample
6763$
6764@end smallexample
6765
6766Now, we start @value{GDBN} on our sample program:
6767
6768@smallexample
6769$ gdb -nw sample
6770GNU gdb 2002-05-06-cvs
6771Copyright 2002 Free Software Foundation, Inc.
6772GDB is free software, @dots{}
f7dc1244 6773(@value{GDBP})
e2e0bcd1
JB
6774@end smallexample
6775
6776We can expand macros and examine their definitions, even when the
6777program is not running. @value{GDBN} uses the current listing position
6778to decide which macro definitions are in scope:
6779
6780@smallexample
f7dc1244 6781(@value{GDBP}) list main
e2e0bcd1
JB
67823
67834 #define M 42
67845 #define ADD(x) (M + x)
67856
67867 main ()
67878 @{
67889 #define N 28
678910 printf ("Hello, world!\n");
679011 #undef N
679112 printf ("We're so creative.\n");
f7dc1244 6792(@value{GDBP}) info macro ADD
e2e0bcd1
JB
6793Defined at /home/jimb/gdb/macros/play/sample.c:5
6794#define ADD(x) (M + x)
f7dc1244 6795(@value{GDBP}) info macro Q
e2e0bcd1
JB
6796Defined at /home/jimb/gdb/macros/play/sample.h:1
6797 included at /home/jimb/gdb/macros/play/sample.c:2
6798#define Q <
f7dc1244 6799(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 6800expands to: (42 + 1)
f7dc1244 6801(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 6802expands to: once (M + 1)
f7dc1244 6803(@value{GDBP})
e2e0bcd1
JB
6804@end smallexample
6805
6806In the example above, note that @command{macro expand-once} expands only
6807the macro invocation explicit in the original text --- the invocation of
6808@code{ADD} --- but does not expand the invocation of the macro @code{M},
6809which was introduced by @code{ADD}.
6810
6811Once the program is running, GDB uses the macro definitions in force at
6812the source line of the current stack frame:
6813
6814@smallexample
f7dc1244 6815(@value{GDBP}) break main
e2e0bcd1 6816Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 6817(@value{GDBP}) run
b383017d 6818Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6819
6820Breakpoint 1, main () at sample.c:10
682110 printf ("Hello, world!\n");
f7dc1244 6822(@value{GDBP})
e2e0bcd1
JB
6823@end smallexample
6824
6825At line 10, the definition of the macro @code{N} at line 9 is in force:
6826
6827@smallexample
f7dc1244 6828(@value{GDBP}) info macro N
e2e0bcd1
JB
6829Defined at /home/jimb/gdb/macros/play/sample.c:9
6830#define N 28
f7dc1244 6831(@value{GDBP}) macro expand N Q M
e2e0bcd1 6832expands to: 28 < 42
f7dc1244 6833(@value{GDBP}) print N Q M
e2e0bcd1 6834$1 = 1
f7dc1244 6835(@value{GDBP})
e2e0bcd1
JB
6836@end smallexample
6837
6838As we step over directives that remove @code{N}'s definition, and then
6839give it a new definition, @value{GDBN} finds the definition (or lack
6840thereof) in force at each point:
6841
6842@smallexample
f7dc1244 6843(@value{GDBP}) next
e2e0bcd1
JB
6844Hello, world!
684512 printf ("We're so creative.\n");
f7dc1244 6846(@value{GDBP}) info macro N
e2e0bcd1
JB
6847The symbol `N' has no definition as a C/C++ preprocessor macro
6848at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 6849(@value{GDBP}) next
e2e0bcd1
JB
6850We're so creative.
685114 printf ("Goodbye, world!\n");
f7dc1244 6852(@value{GDBP}) info macro N
e2e0bcd1
JB
6853Defined at /home/jimb/gdb/macros/play/sample.c:13
6854#define N 1729
f7dc1244 6855(@value{GDBP}) macro expand N Q M
e2e0bcd1 6856expands to: 1729 < 42
f7dc1244 6857(@value{GDBP}) print N Q M
e2e0bcd1 6858$2 = 0
f7dc1244 6859(@value{GDBP})
e2e0bcd1
JB
6860@end smallexample
6861
6862
b37052ae
EZ
6863@node Tracepoints
6864@chapter Tracepoints
6865@c This chapter is based on the documentation written by Michael
6866@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6867
6868@cindex tracepoints
6869In some applications, it is not feasible for the debugger to interrupt
6870the program's execution long enough for the developer to learn
6871anything helpful about its behavior. If the program's correctness
6872depends on its real-time behavior, delays introduced by a debugger
6873might cause the program to change its behavior drastically, or perhaps
6874fail, even when the code itself is correct. It is useful to be able
6875to observe the program's behavior without interrupting it.
6876
6877Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6878specify locations in the program, called @dfn{tracepoints}, and
6879arbitrary expressions to evaluate when those tracepoints are reached.
6880Later, using the @code{tfind} command, you can examine the values
6881those expressions had when the program hit the tracepoints. The
6882expressions may also denote objects in memory---structures or arrays,
6883for example---whose values @value{GDBN} should record; while visiting
6884a particular tracepoint, you may inspect those objects as if they were
6885in memory at that moment. However, because @value{GDBN} records these
6886values without interacting with you, it can do so quickly and
6887unobtrusively, hopefully not disturbing the program's behavior.
6888
6889The tracepoint facility is currently available only for remote
2c0069bb
EZ
6890targets. @xref{Targets}. In addition, your remote target must know how
6891to collect trace data. This functionality is implemented in the remote
6892stub; however, none of the stubs distributed with @value{GDBN} support
6893tracepoints as of this writing.
b37052ae
EZ
6894
6895This chapter describes the tracepoint commands and features.
6896
6897@menu
b383017d
RM
6898* Set Tracepoints::
6899* Analyze Collected Data::
6900* Tracepoint Variables::
b37052ae
EZ
6901@end menu
6902
6903@node Set Tracepoints
6904@section Commands to Set Tracepoints
6905
6906Before running such a @dfn{trace experiment}, an arbitrary number of
6907tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6908tracepoint has a number assigned to it by @value{GDBN}. Like with
6909breakpoints, tracepoint numbers are successive integers starting from
6910one. Many of the commands associated with tracepoints take the
6911tracepoint number as their argument, to identify which tracepoint to
6912work on.
6913
6914For each tracepoint, you can specify, in advance, some arbitrary set
6915of data that you want the target to collect in the trace buffer when
6916it hits that tracepoint. The collected data can include registers,
6917local variables, or global data. Later, you can use @value{GDBN}
6918commands to examine the values these data had at the time the
6919tracepoint was hit.
6920
6921This section describes commands to set tracepoints and associated
6922conditions and actions.
6923
6924@menu
b383017d
RM
6925* Create and Delete Tracepoints::
6926* Enable and Disable Tracepoints::
6927* Tracepoint Passcounts::
6928* Tracepoint Actions::
6929* Listing Tracepoints::
6930* Starting and Stopping Trace Experiment::
b37052ae
EZ
6931@end menu
6932
6933@node Create and Delete Tracepoints
6934@subsection Create and Delete Tracepoints
6935
6936@table @code
6937@cindex set tracepoint
6938@kindex trace
6939@item trace
6940The @code{trace} command is very similar to the @code{break} command.
6941Its argument can be a source line, a function name, or an address in
6942the target program. @xref{Set Breaks}. The @code{trace} command
6943defines a tracepoint, which is a point in the target program where the
6944debugger will briefly stop, collect some data, and then allow the
6945program to continue. Setting a tracepoint or changing its commands
6946doesn't take effect until the next @code{tstart} command; thus, you
6947cannot change the tracepoint attributes once a trace experiment is
6948running.
6949
6950Here are some examples of using the @code{trace} command:
6951
6952@smallexample
6953(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6954
6955(@value{GDBP}) @b{trace +2} // 2 lines forward
6956
6957(@value{GDBP}) @b{trace my_function} // first source line of function
6958
6959(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6960
6961(@value{GDBP}) @b{trace *0x2117c4} // an address
6962@end smallexample
6963
6964@noindent
6965You can abbreviate @code{trace} as @code{tr}.
6966
6967@vindex $tpnum
6968@cindex last tracepoint number
6969@cindex recent tracepoint number
6970@cindex tracepoint number
6971The convenience variable @code{$tpnum} records the tracepoint number
6972of the most recently set tracepoint.
6973
6974@kindex delete tracepoint
6975@cindex tracepoint deletion
6976@item delete tracepoint @r{[}@var{num}@r{]}
6977Permanently delete one or more tracepoints. With no argument, the
6978default is to delete all tracepoints.
6979
6980Examples:
6981
6982@smallexample
6983(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6984
6985(@value{GDBP}) @b{delete trace} // remove all tracepoints
6986@end smallexample
6987
6988@noindent
6989You can abbreviate this command as @code{del tr}.
6990@end table
6991
6992@node Enable and Disable Tracepoints
6993@subsection Enable and Disable Tracepoints
6994
6995@table @code
6996@kindex disable tracepoint
6997@item disable tracepoint @r{[}@var{num}@r{]}
6998Disable tracepoint @var{num}, or all tracepoints if no argument
6999@var{num} is given. A disabled tracepoint will have no effect during
7000the next trace experiment, but it is not forgotten. You can re-enable
7001a disabled tracepoint using the @code{enable tracepoint} command.
7002
7003@kindex enable tracepoint
7004@item enable tracepoint @r{[}@var{num}@r{]}
7005Enable tracepoint @var{num}, or all tracepoints. The enabled
7006tracepoints will become effective the next time a trace experiment is
7007run.
7008@end table
7009
7010@node Tracepoint Passcounts
7011@subsection Tracepoint Passcounts
7012
7013@table @code
7014@kindex passcount
7015@cindex tracepoint pass count
7016@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7017Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7018automatically stop a trace experiment. If a tracepoint's passcount is
7019@var{n}, then the trace experiment will be automatically stopped on
7020the @var{n}'th time that tracepoint is hit. If the tracepoint number
7021@var{num} is not specified, the @code{passcount} command sets the
7022passcount of the most recently defined tracepoint. If no passcount is
7023given, the trace experiment will run until stopped explicitly by the
7024user.
7025
7026Examples:
7027
7028@smallexample
b383017d 7029(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 7030@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
7031
7032(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 7033@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
7034(@value{GDBP}) @b{trace foo}
7035(@value{GDBP}) @b{pass 3}
7036(@value{GDBP}) @b{trace bar}
7037(@value{GDBP}) @b{pass 2}
7038(@value{GDBP}) @b{trace baz}
7039(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
7040@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7041@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7042@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
7043@end smallexample
7044@end table
7045
7046@node Tracepoint Actions
7047@subsection Tracepoint Action Lists
7048
7049@table @code
7050@kindex actions
7051@cindex tracepoint actions
7052@item actions @r{[}@var{num}@r{]}
7053This command will prompt for a list of actions to be taken when the
7054tracepoint is hit. If the tracepoint number @var{num} is not
7055specified, this command sets the actions for the one that was most
7056recently defined (so that you can define a tracepoint and then say
7057@code{actions} without bothering about its number). You specify the
7058actions themselves on the following lines, one action at a time, and
7059terminate the actions list with a line containing just @code{end}. So
7060far, the only defined actions are @code{collect} and
7061@code{while-stepping}.
7062
7063@cindex remove actions from a tracepoint
7064To remove all actions from a tracepoint, type @samp{actions @var{num}}
7065and follow it immediately with @samp{end}.
7066
7067@smallexample
7068(@value{GDBP}) @b{collect @var{data}} // collect some data
7069
6826cf00 7070(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 7071
6826cf00 7072(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
7073@end smallexample
7074
7075In the following example, the action list begins with @code{collect}
7076commands indicating the things to be collected when the tracepoint is
7077hit. Then, in order to single-step and collect additional data
7078following the tracepoint, a @code{while-stepping} command is used,
7079followed by the list of things to be collected while stepping. The
7080@code{while-stepping} command is terminated by its own separate
7081@code{end} command. Lastly, the action list is terminated by an
7082@code{end} command.
7083
7084@smallexample
7085(@value{GDBP}) @b{trace foo}
7086(@value{GDBP}) @b{actions}
7087Enter actions for tracepoint 1, one per line:
7088> collect bar,baz
7089> collect $regs
7090> while-stepping 12
7091 > collect $fp, $sp
7092 > end
7093end
7094@end smallexample
7095
7096@kindex collect @r{(tracepoints)}
7097@item collect @var{expr1}, @var{expr2}, @dots{}
7098Collect values of the given expressions when the tracepoint is hit.
7099This command accepts a comma-separated list of any valid expressions.
7100In addition to global, static, or local variables, the following
7101special arguments are supported:
7102
7103@table @code
7104@item $regs
7105collect all registers
7106
7107@item $args
7108collect all function arguments
7109
7110@item $locals
7111collect all local variables.
7112@end table
7113
7114You can give several consecutive @code{collect} commands, each one
7115with a single argument, or one @code{collect} command with several
7116arguments separated by commas: the effect is the same.
7117
f5c37c66
EZ
7118The command @code{info scope} (@pxref{Symbols, info scope}) is
7119particularly useful for figuring out what data to collect.
7120
b37052ae
EZ
7121@kindex while-stepping @r{(tracepoints)}
7122@item while-stepping @var{n}
7123Perform @var{n} single-step traces after the tracepoint, collecting
7124new data at each step. The @code{while-stepping} command is
7125followed by the list of what to collect while stepping (followed by
7126its own @code{end} command):
7127
7128@smallexample
7129> while-stepping 12
7130 > collect $regs, myglobal
7131 > end
7132>
7133@end smallexample
7134
7135@noindent
7136You may abbreviate @code{while-stepping} as @code{ws} or
7137@code{stepping}.
7138@end table
7139
7140@node Listing Tracepoints
7141@subsection Listing Tracepoints
7142
7143@table @code
7144@kindex info tracepoints
09d4efe1 7145@kindex info tp
b37052ae
EZ
7146@cindex information about tracepoints
7147@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 7148Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 7149a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
7150defined so far. For each tracepoint, the following information is
7151shown:
7152
7153@itemize @bullet
7154@item
7155its number
7156@item
7157whether it is enabled or disabled
7158@item
7159its address
7160@item
7161its passcount as given by the @code{passcount @var{n}} command
7162@item
7163its step count as given by the @code{while-stepping @var{n}} command
7164@item
7165where in the source files is the tracepoint set
7166@item
7167its action list as given by the @code{actions} command
7168@end itemize
7169
7170@smallexample
7171(@value{GDBP}) @b{info trace}
7172Num Enb Address PassC StepC What
71731 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
71742 y 0x0020dc64 0 0 in g_test at g_test.c:1375
71753 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
7176(@value{GDBP})
7177@end smallexample
7178
7179@noindent
7180This command can be abbreviated @code{info tp}.
7181@end table
7182
7183@node Starting and Stopping Trace Experiment
7184@subsection Starting and Stopping Trace Experiment
7185
7186@table @code
7187@kindex tstart
7188@cindex start a new trace experiment
7189@cindex collected data discarded
7190@item tstart
7191This command takes no arguments. It starts the trace experiment, and
7192begins collecting data. This has the side effect of discarding all
7193the data collected in the trace buffer during the previous trace
7194experiment.
7195
7196@kindex tstop
7197@cindex stop a running trace experiment
7198@item tstop
7199This command takes no arguments. It ends the trace experiment, and
7200stops collecting data.
7201
68c71a2e 7202@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
7203automatically if any tracepoint's passcount is reached
7204(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7205
7206@kindex tstatus
7207@cindex status of trace data collection
7208@cindex trace experiment, status of
7209@item tstatus
7210This command displays the status of the current trace data
7211collection.
7212@end table
7213
7214Here is an example of the commands we described so far:
7215
7216@smallexample
7217(@value{GDBP}) @b{trace gdb_c_test}
7218(@value{GDBP}) @b{actions}
7219Enter actions for tracepoint #1, one per line.
7220> collect $regs,$locals,$args
7221> while-stepping 11
7222 > collect $regs
7223 > end
7224> end
7225(@value{GDBP}) @b{tstart}
7226 [time passes @dots{}]
7227(@value{GDBP}) @b{tstop}
7228@end smallexample
7229
7230
7231@node Analyze Collected Data
7232@section Using the collected data
7233
7234After the tracepoint experiment ends, you use @value{GDBN} commands
7235for examining the trace data. The basic idea is that each tracepoint
7236collects a trace @dfn{snapshot} every time it is hit and another
7237snapshot every time it single-steps. All these snapshots are
7238consecutively numbered from zero and go into a buffer, and you can
7239examine them later. The way you examine them is to @dfn{focus} on a
7240specific trace snapshot. When the remote stub is focused on a trace
7241snapshot, it will respond to all @value{GDBN} requests for memory and
7242registers by reading from the buffer which belongs to that snapshot,
7243rather than from @emph{real} memory or registers of the program being
7244debugged. This means that @strong{all} @value{GDBN} commands
7245(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7246behave as if we were currently debugging the program state as it was
7247when the tracepoint occurred. Any requests for data that are not in
7248the buffer will fail.
7249
7250@menu
7251* tfind:: How to select a trace snapshot
7252* tdump:: How to display all data for a snapshot
7253* save-tracepoints:: How to save tracepoints for a future run
7254@end menu
7255
7256@node tfind
7257@subsection @code{tfind @var{n}}
7258
7259@kindex tfind
7260@cindex select trace snapshot
7261@cindex find trace snapshot
7262The basic command for selecting a trace snapshot from the buffer is
7263@code{tfind @var{n}}, which finds trace snapshot number @var{n},
7264counting from zero. If no argument @var{n} is given, the next
7265snapshot is selected.
7266
7267Here are the various forms of using the @code{tfind} command.
7268
7269@table @code
7270@item tfind start
7271Find the first snapshot in the buffer. This is a synonym for
7272@code{tfind 0} (since 0 is the number of the first snapshot).
7273
7274@item tfind none
7275Stop debugging trace snapshots, resume @emph{live} debugging.
7276
7277@item tfind end
7278Same as @samp{tfind none}.
7279
7280@item tfind
7281No argument means find the next trace snapshot.
7282
7283@item tfind -
7284Find the previous trace snapshot before the current one. This permits
7285retracing earlier steps.
7286
7287@item tfind tracepoint @var{num}
7288Find the next snapshot associated with tracepoint @var{num}. Search
7289proceeds forward from the last examined trace snapshot. If no
7290argument @var{num} is given, it means find the next snapshot collected
7291for the same tracepoint as the current snapshot.
7292
7293@item tfind pc @var{addr}
7294Find the next snapshot associated with the value @var{addr} of the
7295program counter. Search proceeds forward from the last examined trace
7296snapshot. If no argument @var{addr} is given, it means find the next
7297snapshot with the same value of PC as the current snapshot.
7298
7299@item tfind outside @var{addr1}, @var{addr2}
7300Find the next snapshot whose PC is outside the given range of
7301addresses.
7302
7303@item tfind range @var{addr1}, @var{addr2}
7304Find the next snapshot whose PC is between @var{addr1} and
7305@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7306
7307@item tfind line @r{[}@var{file}:@r{]}@var{n}
7308Find the next snapshot associated with the source line @var{n}. If
7309the optional argument @var{file} is given, refer to line @var{n} in
7310that source file. Search proceeds forward from the last examined
7311trace snapshot. If no argument @var{n} is given, it means find the
7312next line other than the one currently being examined; thus saying
7313@code{tfind line} repeatedly can appear to have the same effect as
7314stepping from line to line in a @emph{live} debugging session.
7315@end table
7316
7317The default arguments for the @code{tfind} commands are specifically
7318designed to make it easy to scan through the trace buffer. For
7319instance, @code{tfind} with no argument selects the next trace
7320snapshot, and @code{tfind -} with no argument selects the previous
7321trace snapshot. So, by giving one @code{tfind} command, and then
7322simply hitting @key{RET} repeatedly you can examine all the trace
7323snapshots in order. Or, by saying @code{tfind -} and then hitting
7324@key{RET} repeatedly you can examine the snapshots in reverse order.
7325The @code{tfind line} command with no argument selects the snapshot
7326for the next source line executed. The @code{tfind pc} command with
7327no argument selects the next snapshot with the same program counter
7328(PC) as the current frame. The @code{tfind tracepoint} command with
7329no argument selects the next trace snapshot collected by the same
7330tracepoint as the current one.
7331
7332In addition to letting you scan through the trace buffer manually,
7333these commands make it easy to construct @value{GDBN} scripts that
7334scan through the trace buffer and print out whatever collected data
7335you are interested in. Thus, if we want to examine the PC, FP, and SP
7336registers from each trace frame in the buffer, we can say this:
7337
7338@smallexample
7339(@value{GDBP}) @b{tfind start}
7340(@value{GDBP}) @b{while ($trace_frame != -1)}
7341> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7342 $trace_frame, $pc, $sp, $fp
7343> tfind
7344> end
7345
7346Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7347Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7348Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7349Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7350Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7351Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7352Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7353Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7354Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7355Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7356Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7357@end smallexample
7358
7359Or, if we want to examine the variable @code{X} at each source line in
7360the buffer:
7361
7362@smallexample
7363(@value{GDBP}) @b{tfind start}
7364(@value{GDBP}) @b{while ($trace_frame != -1)}
7365> printf "Frame %d, X == %d\n", $trace_frame, X
7366> tfind line
7367> end
7368
7369Frame 0, X = 1
7370Frame 7, X = 2
7371Frame 13, X = 255
7372@end smallexample
7373
7374@node tdump
7375@subsection @code{tdump}
7376@kindex tdump
7377@cindex dump all data collected at tracepoint
7378@cindex tracepoint data, display
7379
7380This command takes no arguments. It prints all the data collected at
7381the current trace snapshot.
7382
7383@smallexample
7384(@value{GDBP}) @b{trace 444}
7385(@value{GDBP}) @b{actions}
7386Enter actions for tracepoint #2, one per line:
7387> collect $regs, $locals, $args, gdb_long_test
7388> end
7389
7390(@value{GDBP}) @b{tstart}
7391
7392(@value{GDBP}) @b{tfind line 444}
7393#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7394at gdb_test.c:444
7395444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7396
7397(@value{GDBP}) @b{tdump}
7398Data collected at tracepoint 2, trace frame 1:
7399d0 0xc4aa0085 -995491707
7400d1 0x18 24
7401d2 0x80 128
7402d3 0x33 51
7403d4 0x71aea3d 119204413
7404d5 0x22 34
7405d6 0xe0 224
7406d7 0x380035 3670069
7407a0 0x19e24a 1696330
7408a1 0x3000668 50333288
7409a2 0x100 256
7410a3 0x322000 3284992
7411a4 0x3000698 50333336
7412a5 0x1ad3cc 1758156
7413fp 0x30bf3c 0x30bf3c
7414sp 0x30bf34 0x30bf34
7415ps 0x0 0
7416pc 0x20b2c8 0x20b2c8
7417fpcontrol 0x0 0
7418fpstatus 0x0 0
7419fpiaddr 0x0 0
7420p = 0x20e5b4 "gdb-test"
7421p1 = (void *) 0x11
7422p2 = (void *) 0x22
7423p3 = (void *) 0x33
7424p4 = (void *) 0x44
7425p5 = (void *) 0x55
7426p6 = (void *) 0x66
7427gdb_long_test = 17 '\021'
7428
7429(@value{GDBP})
7430@end smallexample
7431
7432@node save-tracepoints
7433@subsection @code{save-tracepoints @var{filename}}
7434@kindex save-tracepoints
7435@cindex save tracepoints for future sessions
7436
7437This command saves all current tracepoint definitions together with
7438their actions and passcounts, into a file @file{@var{filename}}
7439suitable for use in a later debugging session. To read the saved
7440tracepoint definitions, use the @code{source} command (@pxref{Command
7441Files}).
7442
7443@node Tracepoint Variables
7444@section Convenience Variables for Tracepoints
7445@cindex tracepoint variables
7446@cindex convenience variables for tracepoints
7447
7448@table @code
7449@vindex $trace_frame
7450@item (int) $trace_frame
7451The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7452snapshot is selected.
7453
7454@vindex $tracepoint
7455@item (int) $tracepoint
7456The tracepoint for the current trace snapshot.
7457
7458@vindex $trace_line
7459@item (int) $trace_line
7460The line number for the current trace snapshot.
7461
7462@vindex $trace_file
7463@item (char []) $trace_file
7464The source file for the current trace snapshot.
7465
7466@vindex $trace_func
7467@item (char []) $trace_func
7468The name of the function containing @code{$tracepoint}.
7469@end table
7470
7471Note: @code{$trace_file} is not suitable for use in @code{printf},
7472use @code{output} instead.
7473
7474Here's a simple example of using these convenience variables for
7475stepping through all the trace snapshots and printing some of their
7476data.
7477
7478@smallexample
7479(@value{GDBP}) @b{tfind start}
7480
7481(@value{GDBP}) @b{while $trace_frame != -1}
7482> output $trace_file
7483> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7484> tfind
7485> end
7486@end smallexample
7487
df0cd8c5
JB
7488@node Overlays
7489@chapter Debugging Programs That Use Overlays
7490@cindex overlays
7491
7492If your program is too large to fit completely in your target system's
7493memory, you can sometimes use @dfn{overlays} to work around this
7494problem. @value{GDBN} provides some support for debugging programs that
7495use overlays.
7496
7497@menu
7498* How Overlays Work:: A general explanation of overlays.
7499* Overlay Commands:: Managing overlays in @value{GDBN}.
7500* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7501 mapped by asking the inferior.
7502* Overlay Sample Program:: A sample program using overlays.
7503@end menu
7504
7505@node How Overlays Work
7506@section How Overlays Work
7507@cindex mapped overlays
7508@cindex unmapped overlays
7509@cindex load address, overlay's
7510@cindex mapped address
7511@cindex overlay area
7512
7513Suppose you have a computer whose instruction address space is only 64
7514kilobytes long, but which has much more memory which can be accessed by
7515other means: special instructions, segment registers, or memory
7516management hardware, for example. Suppose further that you want to
7517adapt a program which is larger than 64 kilobytes to run on this system.
7518
7519One solution is to identify modules of your program which are relatively
7520independent, and need not call each other directly; call these modules
7521@dfn{overlays}. Separate the overlays from the main program, and place
7522their machine code in the larger memory. Place your main program in
7523instruction memory, but leave at least enough space there to hold the
7524largest overlay as well.
7525
7526Now, to call a function located in an overlay, you must first copy that
7527overlay's machine code from the large memory into the space set aside
7528for it in the instruction memory, and then jump to its entry point
7529there.
7530
c928edc0
AC
7531@c NB: In the below the mapped area's size is greater or equal to the
7532@c size of all overlays. This is intentional to remind the developer
7533@c that overlays don't necessarily need to be the same size.
7534
474c8240 7535@smallexample
df0cd8c5 7536@group
c928edc0
AC
7537 Data Instruction Larger
7538Address Space Address Space Address Space
7539+-----------+ +-----------+ +-----------+
7540| | | | | |
7541+-----------+ +-----------+ +-----------+<-- overlay 1
7542| program | | main | .----| overlay 1 | load address
7543| variables | | program | | +-----------+
7544| and heap | | | | | |
7545+-----------+ | | | +-----------+<-- overlay 2
7546| | +-----------+ | | | load address
7547+-----------+ | | | .-| overlay 2 |
7548 | | | | | |
7549 mapped --->+-----------+ | | +-----------+
7550 address | | | | | |
7551 | overlay | <-' | | |
7552 | area | <---' +-----------+<-- overlay 3
7553 | | <---. | | load address
7554 +-----------+ `--| overlay 3 |
7555 | | | |
7556 +-----------+ | |
7557 +-----------+
7558 | |
7559 +-----------+
7560
7561 @anchor{A code overlay}A code overlay
df0cd8c5 7562@end group
474c8240 7563@end smallexample
df0cd8c5 7564
c928edc0
AC
7565The diagram (@pxref{A code overlay}) shows a system with separate data
7566and instruction address spaces. To map an overlay, the program copies
7567its code from the larger address space to the instruction address space.
7568Since the overlays shown here all use the same mapped address, only one
7569may be mapped at a time. For a system with a single address space for
7570data and instructions, the diagram would be similar, except that the
7571program variables and heap would share an address space with the main
7572program and the overlay area.
df0cd8c5
JB
7573
7574An overlay loaded into instruction memory and ready for use is called a
7575@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7576instruction memory. An overlay not present (or only partially present)
7577in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7578is its address in the larger memory. The mapped address is also called
7579the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7580called the @dfn{load memory address}, or @dfn{LMA}.
7581
7582Unfortunately, overlays are not a completely transparent way to adapt a
7583program to limited instruction memory. They introduce a new set of
7584global constraints you must keep in mind as you design your program:
7585
7586@itemize @bullet
7587
7588@item
7589Before calling or returning to a function in an overlay, your program
7590must make sure that overlay is actually mapped. Otherwise, the call or
7591return will transfer control to the right address, but in the wrong
7592overlay, and your program will probably crash.
7593
7594@item
7595If the process of mapping an overlay is expensive on your system, you
7596will need to choose your overlays carefully to minimize their effect on
7597your program's performance.
7598
7599@item
7600The executable file you load onto your system must contain each
7601overlay's instructions, appearing at the overlay's load address, not its
7602mapped address. However, each overlay's instructions must be relocated
7603and its symbols defined as if the overlay were at its mapped address.
7604You can use GNU linker scripts to specify different load and relocation
7605addresses for pieces of your program; see @ref{Overlay Description,,,
7606ld.info, Using ld: the GNU linker}.
7607
7608@item
7609The procedure for loading executable files onto your system must be able
7610to load their contents into the larger address space as well as the
7611instruction and data spaces.
7612
7613@end itemize
7614
7615The overlay system described above is rather simple, and could be
7616improved in many ways:
7617
7618@itemize @bullet
7619
7620@item
7621If your system has suitable bank switch registers or memory management
7622hardware, you could use those facilities to make an overlay's load area
7623contents simply appear at their mapped address in instruction space.
7624This would probably be faster than copying the overlay to its mapped
7625area in the usual way.
7626
7627@item
7628If your overlays are small enough, you could set aside more than one
7629overlay area, and have more than one overlay mapped at a time.
7630
7631@item
7632You can use overlays to manage data, as well as instructions. In
7633general, data overlays are even less transparent to your design than
7634code overlays: whereas code overlays only require care when you call or
7635return to functions, data overlays require care every time you access
7636the data. Also, if you change the contents of a data overlay, you
7637must copy its contents back out to its load address before you can copy a
7638different data overlay into the same mapped area.
7639
7640@end itemize
7641
7642
7643@node Overlay Commands
7644@section Overlay Commands
7645
7646To use @value{GDBN}'s overlay support, each overlay in your program must
7647correspond to a separate section of the executable file. The section's
7648virtual memory address and load memory address must be the overlay's
7649mapped and load addresses. Identifying overlays with sections allows
7650@value{GDBN} to determine the appropriate address of a function or
7651variable, depending on whether the overlay is mapped or not.
7652
7653@value{GDBN}'s overlay commands all start with the word @code{overlay};
7654you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7655
7656@table @code
7657@item overlay off
4644b6e3 7658@kindex overlay
df0cd8c5
JB
7659Disable @value{GDBN}'s overlay support. When overlay support is
7660disabled, @value{GDBN} assumes that all functions and variables are
7661always present at their mapped addresses. By default, @value{GDBN}'s
7662overlay support is disabled.
7663
7664@item overlay manual
df0cd8c5
JB
7665@cindex manual overlay debugging
7666Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7667relies on you to tell it which overlays are mapped, and which are not,
7668using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7669commands described below.
7670
7671@item overlay map-overlay @var{overlay}
7672@itemx overlay map @var{overlay}
df0cd8c5
JB
7673@cindex map an overlay
7674Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7675be the name of the object file section containing the overlay. When an
7676overlay is mapped, @value{GDBN} assumes it can find the overlay's
7677functions and variables at their mapped addresses. @value{GDBN} assumes
7678that any other overlays whose mapped ranges overlap that of
7679@var{overlay} are now unmapped.
7680
7681@item overlay unmap-overlay @var{overlay}
7682@itemx overlay unmap @var{overlay}
df0cd8c5
JB
7683@cindex unmap an overlay
7684Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7685must be the name of the object file section containing the overlay.
7686When an overlay is unmapped, @value{GDBN} assumes it can find the
7687overlay's functions and variables at their load addresses.
7688
7689@item overlay auto
df0cd8c5
JB
7690Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7691consults a data structure the overlay manager maintains in the inferior
7692to see which overlays are mapped. For details, see @ref{Automatic
7693Overlay Debugging}.
7694
7695@item overlay load-target
7696@itemx overlay load
df0cd8c5
JB
7697@cindex reloading the overlay table
7698Re-read the overlay table from the inferior. Normally, @value{GDBN}
7699re-reads the table @value{GDBN} automatically each time the inferior
7700stops, so this command should only be necessary if you have changed the
7701overlay mapping yourself using @value{GDBN}. This command is only
7702useful when using automatic overlay debugging.
7703
7704@item overlay list-overlays
7705@itemx overlay list
7706@cindex listing mapped overlays
7707Display a list of the overlays currently mapped, along with their mapped
7708addresses, load addresses, and sizes.
7709
7710@end table
7711
7712Normally, when @value{GDBN} prints a code address, it includes the name
7713of the function the address falls in:
7714
474c8240 7715@smallexample
f7dc1244 7716(@value{GDBP}) print main
df0cd8c5 7717$3 = @{int ()@} 0x11a0 <main>
474c8240 7718@end smallexample
df0cd8c5
JB
7719@noindent
7720When overlay debugging is enabled, @value{GDBN} recognizes code in
7721unmapped overlays, and prints the names of unmapped functions with
7722asterisks around them. For example, if @code{foo} is a function in an
7723unmapped overlay, @value{GDBN} prints it this way:
7724
474c8240 7725@smallexample
f7dc1244 7726(@value{GDBP}) overlay list
df0cd8c5 7727No sections are mapped.
f7dc1244 7728(@value{GDBP}) print foo
df0cd8c5 7729$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7730@end smallexample
df0cd8c5
JB
7731@noindent
7732When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7733name normally:
7734
474c8240 7735@smallexample
f7dc1244 7736(@value{GDBP}) overlay list
b383017d 7737Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 7738 mapped at 0x1016 - 0x104a
f7dc1244 7739(@value{GDBP}) print foo
df0cd8c5 7740$6 = @{int (int)@} 0x1016 <foo>
474c8240 7741@end smallexample
df0cd8c5
JB
7742
7743When overlay debugging is enabled, @value{GDBN} can find the correct
7744address for functions and variables in an overlay, whether or not the
7745overlay is mapped. This allows most @value{GDBN} commands, like
7746@code{break} and @code{disassemble}, to work normally, even on unmapped
7747code. However, @value{GDBN}'s breakpoint support has some limitations:
7748
7749@itemize @bullet
7750@item
7751@cindex breakpoints in overlays
7752@cindex overlays, setting breakpoints in
7753You can set breakpoints in functions in unmapped overlays, as long as
7754@value{GDBN} can write to the overlay at its load address.
7755@item
7756@value{GDBN} can not set hardware or simulator-based breakpoints in
7757unmapped overlays. However, if you set a breakpoint at the end of your
7758overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7759you are using manual overlay management), @value{GDBN} will re-set its
7760breakpoints properly.
7761@end itemize
7762
7763
7764@node Automatic Overlay Debugging
7765@section Automatic Overlay Debugging
7766@cindex automatic overlay debugging
7767
7768@value{GDBN} can automatically track which overlays are mapped and which
7769are not, given some simple co-operation from the overlay manager in the
7770inferior. If you enable automatic overlay debugging with the
7771@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7772looks in the inferior's memory for certain variables describing the
7773current state of the overlays.
7774
7775Here are the variables your overlay manager must define to support
7776@value{GDBN}'s automatic overlay debugging:
7777
7778@table @asis
7779
7780@item @code{_ovly_table}:
7781This variable must be an array of the following structures:
7782
474c8240 7783@smallexample
df0cd8c5
JB
7784struct
7785@{
7786 /* The overlay's mapped address. */
7787 unsigned long vma;
7788
7789 /* The size of the overlay, in bytes. */
7790 unsigned long size;
7791
7792 /* The overlay's load address. */
7793 unsigned long lma;
7794
7795 /* Non-zero if the overlay is currently mapped;
7796 zero otherwise. */
7797 unsigned long mapped;
7798@}
474c8240 7799@end smallexample
df0cd8c5
JB
7800
7801@item @code{_novlys}:
7802This variable must be a four-byte signed integer, holding the total
7803number of elements in @code{_ovly_table}.
7804
7805@end table
7806
7807To decide whether a particular overlay is mapped or not, @value{GDBN}
7808looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7809@code{lma} members equal the VMA and LMA of the overlay's section in the
7810executable file. When @value{GDBN} finds a matching entry, it consults
7811the entry's @code{mapped} member to determine whether the overlay is
7812currently mapped.
7813
81d46470 7814In addition, your overlay manager may define a function called
def71bfa 7815@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7816will silently set a breakpoint there. If the overlay manager then
7817calls this function whenever it has changed the overlay table, this
7818will enable @value{GDBN} to accurately keep track of which overlays
7819are in program memory, and update any breakpoints that may be set
b383017d 7820in overlays. This will allow breakpoints to work even if the
81d46470
MS
7821overlays are kept in ROM or other non-writable memory while they
7822are not being executed.
df0cd8c5
JB
7823
7824@node Overlay Sample Program
7825@section Overlay Sample Program
7826@cindex overlay example program
7827
7828When linking a program which uses overlays, you must place the overlays
7829at their load addresses, while relocating them to run at their mapped
7830addresses. To do this, you must write a linker script (@pxref{Overlay
7831Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7832since linker scripts are specific to a particular host system, target
7833architecture, and target memory layout, this manual cannot provide
7834portable sample code demonstrating @value{GDBN}'s overlay support.
7835
7836However, the @value{GDBN} source distribution does contain an overlaid
7837program, with linker scripts for a few systems, as part of its test
7838suite. The program consists of the following files from
7839@file{gdb/testsuite/gdb.base}:
7840
7841@table @file
7842@item overlays.c
7843The main program file.
7844@item ovlymgr.c
7845A simple overlay manager, used by @file{overlays.c}.
7846@item foo.c
7847@itemx bar.c
7848@itemx baz.c
7849@itemx grbx.c
7850Overlay modules, loaded and used by @file{overlays.c}.
7851@item d10v.ld
7852@itemx m32r.ld
7853Linker scripts for linking the test program on the @code{d10v-elf}
7854and @code{m32r-elf} targets.
7855@end table
7856
7857You can build the test program using the @code{d10v-elf} GCC
7858cross-compiler like this:
7859
474c8240 7860@smallexample
df0cd8c5
JB
7861$ d10v-elf-gcc -g -c overlays.c
7862$ d10v-elf-gcc -g -c ovlymgr.c
7863$ d10v-elf-gcc -g -c foo.c
7864$ d10v-elf-gcc -g -c bar.c
7865$ d10v-elf-gcc -g -c baz.c
7866$ d10v-elf-gcc -g -c grbx.c
7867$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7868 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7869@end smallexample
df0cd8c5
JB
7870
7871The build process is identical for any other architecture, except that
7872you must substitute the appropriate compiler and linker script for the
7873target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7874
7875
6d2ebf8b 7876@node Languages
c906108c
SS
7877@chapter Using @value{GDBN} with Different Languages
7878@cindex languages
7879
c906108c
SS
7880Although programming languages generally have common aspects, they are
7881rarely expressed in the same manner. For instance, in ANSI C,
7882dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7883Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7884represented (and displayed) differently. Hex numbers in C appear as
c906108c 7885@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7886
7887@cindex working language
7888Language-specific information is built into @value{GDBN} for some languages,
7889allowing you to express operations like the above in your program's
7890native language, and allowing @value{GDBN} to output values in a manner
7891consistent with the syntax of your program's native language. The
7892language you use to build expressions is called the @dfn{working
7893language}.
7894
7895@menu
7896* Setting:: Switching between source languages
7897* Show:: Displaying the language
c906108c 7898* Checks:: Type and range checks
9c16f35a 7899* Supported languages:: Supported languages
4e562065 7900* Unsupported languages:: Unsupported languages
c906108c
SS
7901@end menu
7902
6d2ebf8b 7903@node Setting
c906108c
SS
7904@section Switching between source languages
7905
7906There are two ways to control the working language---either have @value{GDBN}
7907set it automatically, or select it manually yourself. You can use the
7908@code{set language} command for either purpose. On startup, @value{GDBN}
7909defaults to setting the language automatically. The working language is
7910used to determine how expressions you type are interpreted, how values
7911are printed, etc.
7912
7913In addition to the working language, every source file that
7914@value{GDBN} knows about has its own working language. For some object
7915file formats, the compiler might indicate which language a particular
7916source file is in. However, most of the time @value{GDBN} infers the
7917language from the name of the file. The language of a source file
b37052ae 7918controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7919show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7920set the language of a source file from within @value{GDBN}, but you can
7921set the language associated with a filename extension. @xref{Show, ,
7922Displaying the language}.
c906108c
SS
7923
7924This is most commonly a problem when you use a program, such
5d161b24 7925as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7926another language. In that case, make the
7927program use @code{#line} directives in its C output; that way
7928@value{GDBN} will know the correct language of the source code of the original
7929program, and will display that source code, not the generated C code.
7930
7931@menu
7932* Filenames:: Filename extensions and languages.
7933* Manually:: Setting the working language manually
7934* Automatically:: Having @value{GDBN} infer the source language
7935@end menu
7936
6d2ebf8b 7937@node Filenames
c906108c
SS
7938@subsection List of filename extensions and languages
7939
7940If a source file name ends in one of the following extensions, then
7941@value{GDBN} infers that its language is the one indicated.
7942
7943@table @file
e07c999f
PH
7944@item .ada
7945@itemx .ads
7946@itemx .adb
7947@itemx .a
7948Ada source file.
c906108c
SS
7949
7950@item .c
7951C source file
7952
7953@item .C
7954@itemx .cc
7955@itemx .cp
7956@itemx .cpp
7957@itemx .cxx
7958@itemx .c++
b37052ae 7959C@t{++} source file
c906108c 7960
b37303ee
AF
7961@item .m
7962Objective-C source file
7963
c906108c
SS
7964@item .f
7965@itemx .F
7966Fortran source file
7967
c906108c
SS
7968@item .mod
7969Modula-2 source file
c906108c
SS
7970
7971@item .s
7972@itemx .S
7973Assembler source file. This actually behaves almost like C, but
7974@value{GDBN} does not skip over function prologues when stepping.
7975@end table
7976
7977In addition, you may set the language associated with a filename
7978extension. @xref{Show, , Displaying the language}.
7979
6d2ebf8b 7980@node Manually
c906108c
SS
7981@subsection Setting the working language
7982
7983If you allow @value{GDBN} to set the language automatically,
7984expressions are interpreted the same way in your debugging session and
7985your program.
7986
7987@kindex set language
7988If you wish, you may set the language manually. To do this, issue the
7989command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7990a language, such as
c906108c 7991@code{c} or @code{modula-2}.
c906108c
SS
7992For a list of the supported languages, type @samp{set language}.
7993
c906108c
SS
7994Setting the language manually prevents @value{GDBN} from updating the working
7995language automatically. This can lead to confusion if you try
7996to debug a program when the working language is not the same as the
7997source language, when an expression is acceptable to both
7998languages---but means different things. For instance, if the current
7999source file were written in C, and @value{GDBN} was parsing Modula-2, a
8000command such as:
8001
474c8240 8002@smallexample
c906108c 8003print a = b + c
474c8240 8004@end smallexample
c906108c
SS
8005
8006@noindent
8007might not have the effect you intended. In C, this means to add
8008@code{b} and @code{c} and place the result in @code{a}. The result
8009printed would be the value of @code{a}. In Modula-2, this means to compare
8010@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 8011
6d2ebf8b 8012@node Automatically
c906108c
SS
8013@subsection Having @value{GDBN} infer the source language
8014
8015To have @value{GDBN} set the working language automatically, use
8016@samp{set language local} or @samp{set language auto}. @value{GDBN}
8017then infers the working language. That is, when your program stops in a
8018frame (usually by encountering a breakpoint), @value{GDBN} sets the
8019working language to the language recorded for the function in that
8020frame. If the language for a frame is unknown (that is, if the function
8021or block corresponding to the frame was defined in a source file that
8022does not have a recognized extension), the current working language is
8023not changed, and @value{GDBN} issues a warning.
8024
8025This may not seem necessary for most programs, which are written
8026entirely in one source language. However, program modules and libraries
8027written in one source language can be used by a main program written in
8028a different source language. Using @samp{set language auto} in this
8029case frees you from having to set the working language manually.
8030
6d2ebf8b 8031@node Show
c906108c 8032@section Displaying the language
c906108c
SS
8033
8034The following commands help you find out which language is the
8035working language, and also what language source files were written in.
8036
c906108c
SS
8037@table @code
8038@item show language
9c16f35a 8039@kindex show language
c906108c
SS
8040Display the current working language. This is the
8041language you can use with commands such as @code{print} to
8042build and compute expressions that may involve variables in your program.
8043
8044@item info frame
4644b6e3 8045@kindex info frame@r{, show the source language}
5d161b24 8046Display the source language for this frame. This language becomes the
c906108c 8047working language if you use an identifier from this frame.
5d161b24 8048@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
8049information listed here.
8050
8051@item info source
4644b6e3 8052@kindex info source@r{, show the source language}
c906108c 8053Display the source language of this source file.
5d161b24 8054@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
8055information listed here.
8056@end table
8057
8058In unusual circumstances, you may have source files with extensions
8059not in the standard list. You can then set the extension associated
8060with a language explicitly:
8061
c906108c 8062@table @code
09d4efe1 8063@item set extension-language @var{ext} @var{language}
9c16f35a 8064@kindex set extension-language
09d4efe1
EZ
8065Tell @value{GDBN} that source files with extension @var{ext} are to be
8066assumed as written in the source language @var{language}.
c906108c
SS
8067
8068@item info extensions
9c16f35a 8069@kindex info extensions
c906108c
SS
8070List all the filename extensions and the associated languages.
8071@end table
8072
6d2ebf8b 8073@node Checks
c906108c
SS
8074@section Type and range checking
8075
8076@quotation
8077@emph{Warning:} In this release, the @value{GDBN} commands for type and range
8078checking are included, but they do not yet have any effect. This
8079section documents the intended facilities.
8080@end quotation
8081@c FIXME remove warning when type/range code added
8082
8083Some languages are designed to guard you against making seemingly common
8084errors through a series of compile- and run-time checks. These include
8085checking the type of arguments to functions and operators, and making
8086sure mathematical overflows are caught at run time. Checks such as
8087these help to ensure a program's correctness once it has been compiled
8088by eliminating type mismatches, and providing active checks for range
8089errors when your program is running.
8090
8091@value{GDBN} can check for conditions like the above if you wish.
9c16f35a
EZ
8092Although @value{GDBN} does not check the statements in your program,
8093it can check expressions entered directly into @value{GDBN} for
8094evaluation via the @code{print} command, for example. As with the
8095working language, @value{GDBN} can also decide whether or not to check
8096automatically based on your program's source language.
8097@xref{Supported languages, ,Supported languages}, for the default
8098settings of supported languages.
c906108c
SS
8099
8100@menu
8101* Type Checking:: An overview of type checking
8102* Range Checking:: An overview of range checking
8103@end menu
8104
8105@cindex type checking
8106@cindex checks, type
6d2ebf8b 8107@node Type Checking
c906108c
SS
8108@subsection An overview of type checking
8109
8110Some languages, such as Modula-2, are strongly typed, meaning that the
8111arguments to operators and functions have to be of the correct type,
8112otherwise an error occurs. These checks prevent type mismatch
8113errors from ever causing any run-time problems. For example,
8114
8115@smallexample
81161 + 2 @result{} 3
8117@exdent but
8118@error{} 1 + 2.3
8119@end smallexample
8120
8121The second example fails because the @code{CARDINAL} 1 is not
8122type-compatible with the @code{REAL} 2.3.
8123
5d161b24
DB
8124For the expressions you use in @value{GDBN} commands, you can tell the
8125@value{GDBN} type checker to skip checking;
8126to treat any mismatches as errors and abandon the expression;
8127or to only issue warnings when type mismatches occur,
c906108c
SS
8128but evaluate the expression anyway. When you choose the last of
8129these, @value{GDBN} evaluates expressions like the second example above, but
8130also issues a warning.
8131
5d161b24
DB
8132Even if you turn type checking off, there may be other reasons
8133related to type that prevent @value{GDBN} from evaluating an expression.
8134For instance, @value{GDBN} does not know how to add an @code{int} and
8135a @code{struct foo}. These particular type errors have nothing to do
8136with the language in use, and usually arise from expressions, such as
c906108c
SS
8137the one described above, which make little sense to evaluate anyway.
8138
8139Each language defines to what degree it is strict about type. For
8140instance, both Modula-2 and C require the arguments to arithmetical
8141operators to be numbers. In C, enumerated types and pointers can be
8142represented as numbers, so that they are valid arguments to mathematical
9c16f35a 8143operators. @xref{Supported languages, ,Supported languages}, for further
c906108c
SS
8144details on specific languages.
8145
8146@value{GDBN} provides some additional commands for controlling the type checker:
8147
c906108c
SS
8148@kindex set check type
8149@kindex show check type
8150@table @code
8151@item set check type auto
8152Set type checking on or off based on the current working language.
9c16f35a 8153@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8154each language.
8155
8156@item set check type on
8157@itemx set check type off
8158Set type checking on or off, overriding the default setting for the
8159current working language. Issue a warning if the setting does not
8160match the language default. If any type mismatches occur in
d4f3574e 8161evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
8162message and aborts evaluation of the expression.
8163
8164@item set check type warn
8165Cause the type checker to issue warnings, but to always attempt to
8166evaluate the expression. Evaluating the expression may still
8167be impossible for other reasons. For example, @value{GDBN} cannot add
8168numbers and structures.
8169
8170@item show type
5d161b24 8171Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
8172is setting it automatically.
8173@end table
8174
8175@cindex range checking
8176@cindex checks, range
6d2ebf8b 8177@node Range Checking
c906108c
SS
8178@subsection An overview of range checking
8179
8180In some languages (such as Modula-2), it is an error to exceed the
8181bounds of a type; this is enforced with run-time checks. Such range
8182checking is meant to ensure program correctness by making sure
8183computations do not overflow, or indices on an array element access do
8184not exceed the bounds of the array.
8185
8186For expressions you use in @value{GDBN} commands, you can tell
8187@value{GDBN} to treat range errors in one of three ways: ignore them,
8188always treat them as errors and abandon the expression, or issue
8189warnings but evaluate the expression anyway.
8190
8191A range error can result from numerical overflow, from exceeding an
8192array index bound, or when you type a constant that is not a member
8193of any type. Some languages, however, do not treat overflows as an
8194error. In many implementations of C, mathematical overflow causes the
8195result to ``wrap around'' to lower values---for example, if @var{m} is
8196the largest integer value, and @var{s} is the smallest, then
8197
474c8240 8198@smallexample
c906108c 8199@var{m} + 1 @result{} @var{s}
474c8240 8200@end smallexample
c906108c
SS
8201
8202This, too, is specific to individual languages, and in some cases
9c16f35a 8203specific to individual compilers or machines. @xref{Supported languages, ,
c906108c
SS
8204Supported languages}, for further details on specific languages.
8205
8206@value{GDBN} provides some additional commands for controlling the range checker:
8207
c906108c
SS
8208@kindex set check range
8209@kindex show check range
8210@table @code
8211@item set check range auto
8212Set range checking on or off based on the current working language.
9c16f35a 8213@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8214each language.
8215
8216@item set check range on
8217@itemx set check range off
8218Set range checking on or off, overriding the default setting for the
8219current working language. A warning is issued if the setting does not
c3f6f71d
JM
8220match the language default. If a range error occurs and range checking is on,
8221then a message is printed and evaluation of the expression is aborted.
c906108c
SS
8222
8223@item set check range warn
8224Output messages when the @value{GDBN} range checker detects a range error,
8225but attempt to evaluate the expression anyway. Evaluating the
8226expression may still be impossible for other reasons, such as accessing
8227memory that the process does not own (a typical example from many Unix
8228systems).
8229
8230@item show range
8231Show the current setting of the range checker, and whether or not it is
8232being set automatically by @value{GDBN}.
8233@end table
c906108c 8234
9c16f35a 8235@node Supported languages
c906108c 8236@section Supported languages
c906108c 8237
9c16f35a
EZ
8238@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8239assembly, Modula-2, and Ada.
cce74817 8240@c This is false ...
c906108c
SS
8241Some @value{GDBN} features may be used in expressions regardless of the
8242language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8243and the @samp{@{type@}addr} construct (@pxref{Expressions,
8244,Expressions}) can be used with the constructs of any supported
8245language.
8246
8247The following sections detail to what degree each source language is
8248supported by @value{GDBN}. These sections are not meant to be language
8249tutorials or references, but serve only as a reference guide to what the
8250@value{GDBN} expression parser accepts, and what input and output
8251formats should look like for different languages. There are many good
8252books written on each of these languages; please look to these for a
8253language reference or tutorial.
8254
c906108c 8255@menu
b37303ee 8256* C:: C and C@t{++}
b383017d 8257* Objective-C:: Objective-C
09d4efe1 8258* Fortran:: Fortran
9c16f35a 8259* Pascal:: Pascal
b37303ee 8260* Modula-2:: Modula-2
e07c999f 8261* Ada:: Ada
c906108c
SS
8262@end menu
8263
6d2ebf8b 8264@node C
b37052ae 8265@subsection C and C@t{++}
7a292a7a 8266
b37052ae
EZ
8267@cindex C and C@t{++}
8268@cindex expressions in C or C@t{++}
c906108c 8269
b37052ae 8270Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
8271to both languages. Whenever this is the case, we discuss those languages
8272together.
8273
41afff9a
EZ
8274@cindex C@t{++}
8275@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8276@cindex @sc{gnu} C@t{++}
8277The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8278compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8279effectively, you must compile your C@t{++} programs with a supported
8280C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8281compiler (@code{aCC}).
8282
0179ffac
DC
8283For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8284format; if it doesn't work on your system, try the stabs+ debugging
8285format. You can select those formats explicitly with the @code{g++}
8286command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8287@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8288CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8289
c906108c 8290@menu
b37052ae
EZ
8291* C Operators:: C and C@t{++} operators
8292* C Constants:: C and C@t{++} constants
8293* C plus plus expressions:: C@t{++} expressions
8294* C Defaults:: Default settings for C and C@t{++}
8295* C Checks:: C and C@t{++} type and range checks
c906108c 8296* Debugging C:: @value{GDBN} and C
b37052ae 8297* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8298@end menu
c906108c 8299
6d2ebf8b 8300@node C Operators
b37052ae 8301@subsubsection C and C@t{++} operators
7a292a7a 8302
b37052ae 8303@cindex C and C@t{++} operators
c906108c
SS
8304
8305Operators must be defined on values of specific types. For instance,
8306@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8307often defined on groups of types.
c906108c 8308
b37052ae 8309For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8310
8311@itemize @bullet
53a5351d 8312
c906108c 8313@item
c906108c 8314@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8315specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8316
8317@item
d4f3574e
SS
8318@emph{Floating-point types} include @code{float}, @code{double}, and
8319@code{long double} (if supported by the target platform).
c906108c
SS
8320
8321@item
53a5351d 8322@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8323
8324@item
8325@emph{Scalar types} include all of the above.
53a5351d 8326
c906108c
SS
8327@end itemize
8328
8329@noindent
8330The following operators are supported. They are listed here
8331in order of increasing precedence:
8332
8333@table @code
8334@item ,
8335The comma or sequencing operator. Expressions in a comma-separated list
8336are evaluated from left to right, with the result of the entire
8337expression being the last expression evaluated.
8338
8339@item =
8340Assignment. The value of an assignment expression is the value
8341assigned. Defined on scalar types.
8342
8343@item @var{op}=
8344Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8345and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8346@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8347@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8348@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8349
8350@item ?:
8351The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8352of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8353integral type.
8354
8355@item ||
8356Logical @sc{or}. Defined on integral types.
8357
8358@item &&
8359Logical @sc{and}. Defined on integral types.
8360
8361@item |
8362Bitwise @sc{or}. Defined on integral types.
8363
8364@item ^
8365Bitwise exclusive-@sc{or}. Defined on integral types.
8366
8367@item &
8368Bitwise @sc{and}. Defined on integral types.
8369
8370@item ==@r{, }!=
8371Equality and inequality. Defined on scalar types. The value of these
8372expressions is 0 for false and non-zero for true.
8373
8374@item <@r{, }>@r{, }<=@r{, }>=
8375Less than, greater than, less than or equal, greater than or equal.
8376Defined on scalar types. The value of these expressions is 0 for false
8377and non-zero for true.
8378
8379@item <<@r{, }>>
8380left shift, and right shift. Defined on integral types.
8381
8382@item @@
8383The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8384
8385@item +@r{, }-
8386Addition and subtraction. Defined on integral types, floating-point types and
8387pointer types.
8388
8389@item *@r{, }/@r{, }%
8390Multiplication, division, and modulus. Multiplication and division are
8391defined on integral and floating-point types. Modulus is defined on
8392integral types.
8393
8394@item ++@r{, }--
8395Increment and decrement. When appearing before a variable, the
8396operation is performed before the variable is used in an expression;
8397when appearing after it, the variable's value is used before the
8398operation takes place.
8399
8400@item *
8401Pointer dereferencing. Defined on pointer types. Same precedence as
8402@code{++}.
8403
8404@item &
8405Address operator. Defined on variables. Same precedence as @code{++}.
8406
b37052ae
EZ
8407For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8408allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8409(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8410where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8411stored.
c906108c
SS
8412
8413@item -
8414Negative. Defined on integral and floating-point types. Same
8415precedence as @code{++}.
8416
8417@item !
8418Logical negation. Defined on integral types. Same precedence as
8419@code{++}.
8420
8421@item ~
8422Bitwise complement operator. Defined on integral types. Same precedence as
8423@code{++}.
8424
8425
8426@item .@r{, }->
8427Structure member, and pointer-to-structure member. For convenience,
8428@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8429pointer based on the stored type information.
8430Defined on @code{struct} and @code{union} data.
8431
c906108c
SS
8432@item .*@r{, }->*
8433Dereferences of pointers to members.
c906108c
SS
8434
8435@item []
8436Array indexing. @code{@var{a}[@var{i}]} is defined as
8437@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8438
8439@item ()
8440Function parameter list. Same precedence as @code{->}.
8441
c906108c 8442@item ::
b37052ae 8443C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8444and @code{class} types.
c906108c
SS
8445
8446@item ::
7a292a7a
SS
8447Doubled colons also represent the @value{GDBN} scope operator
8448(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8449above.
c906108c
SS
8450@end table
8451
c906108c
SS
8452If an operator is redefined in the user code, @value{GDBN} usually
8453attempts to invoke the redefined version instead of using the operator's
8454predefined meaning.
c906108c 8455
c906108c 8456@menu
5d161b24 8457* C Constants::
c906108c
SS
8458@end menu
8459
6d2ebf8b 8460@node C Constants
b37052ae 8461@subsubsection C and C@t{++} constants
c906108c 8462
b37052ae 8463@cindex C and C@t{++} constants
c906108c 8464
b37052ae 8465@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8466following ways:
c906108c
SS
8467
8468@itemize @bullet
8469@item
8470Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8471specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8472by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8473@samp{l}, specifying that the constant should be treated as a
8474@code{long} value.
8475
8476@item
8477Floating point constants are a sequence of digits, followed by a decimal
8478point, followed by a sequence of digits, and optionally followed by an
8479exponent. An exponent is of the form:
8480@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8481sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8482A floating-point constant may also end with a letter @samp{f} or
8483@samp{F}, specifying that the constant should be treated as being of
8484the @code{float} (as opposed to the default @code{double}) type; or with
8485a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8486constant.
c906108c
SS
8487
8488@item
8489Enumerated constants consist of enumerated identifiers, or their
8490integral equivalents.
8491
8492@item
8493Character constants are a single character surrounded by single quotes
8494(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8495(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8496be represented by a letter or by @dfn{escape sequences}, which are of
8497the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8498of the character's ordinal value; or of the form @samp{\@var{x}}, where
8499@samp{@var{x}} is a predefined special character---for example,
8500@samp{\n} for newline.
8501
8502@item
96a2c332
SS
8503String constants are a sequence of character constants surrounded by
8504double quotes (@code{"}). Any valid character constant (as described
8505above) may appear. Double quotes within the string must be preceded by
8506a backslash, so for instance @samp{"a\"b'c"} is a string of five
8507characters.
c906108c
SS
8508
8509@item
8510Pointer constants are an integral value. You can also write pointers
8511to constants using the C operator @samp{&}.
8512
8513@item
8514Array constants are comma-separated lists surrounded by braces @samp{@{}
8515and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8516integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8517and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8518@end itemize
8519
c906108c 8520@menu
5d161b24
DB
8521* C plus plus expressions::
8522* C Defaults::
8523* C Checks::
c906108c 8524
5d161b24 8525* Debugging C::
c906108c
SS
8526@end menu
8527
6d2ebf8b 8528@node C plus plus expressions
b37052ae
EZ
8529@subsubsection C@t{++} expressions
8530
8531@cindex expressions in C@t{++}
8532@value{GDBN} expression handling can interpret most C@t{++} expressions.
8533
0179ffac
DC
8534@cindex debugging C@t{++} programs
8535@cindex C@t{++} compilers
8536@cindex debug formats and C@t{++}
8537@cindex @value{NGCC} and C@t{++}
c906108c 8538@quotation
b37052ae 8539@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8540proper compiler and the proper debug format. Currently, @value{GDBN}
8541works best when debugging C@t{++} code that is compiled with
8542@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8543@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8544stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8545stabs+ as their default debug format, so you usually don't need to
8546specify a debug format explicitly. Other compilers and/or debug formats
8547are likely to work badly or not at all when using @value{GDBN} to debug
8548C@t{++} code.
c906108c 8549@end quotation
c906108c
SS
8550
8551@enumerate
8552
8553@cindex member functions
8554@item
8555Member function calls are allowed; you can use expressions like
8556
474c8240 8557@smallexample
c906108c 8558count = aml->GetOriginal(x, y)
474c8240 8559@end smallexample
c906108c 8560
41afff9a 8561@vindex this@r{, inside C@t{++} member functions}
b37052ae 8562@cindex namespace in C@t{++}
c906108c
SS
8563@item
8564While a member function is active (in the selected stack frame), your
8565expressions have the same namespace available as the member function;
8566that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8567pointer @code{this} following the same rules as C@t{++}.
c906108c 8568
c906108c 8569@cindex call overloaded functions
d4f3574e 8570@cindex overloaded functions, calling
b37052ae 8571@cindex type conversions in C@t{++}
c906108c
SS
8572@item
8573You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8574call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8575perform overload resolution involving user-defined type conversions,
8576calls to constructors, or instantiations of templates that do not exist
8577in the program. It also cannot handle ellipsis argument lists or
8578default arguments.
8579
8580It does perform integral conversions and promotions, floating-point
8581promotions, arithmetic conversions, pointer conversions, conversions of
8582class objects to base classes, and standard conversions such as those of
8583functions or arrays to pointers; it requires an exact match on the
8584number of function arguments.
8585
8586Overload resolution is always performed, unless you have specified
8587@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8588,@value{GDBN} features for C@t{++}}.
c906108c 8589
d4f3574e 8590You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8591explicit function signature to call an overloaded function, as in
8592@smallexample
8593p 'foo(char,int)'('x', 13)
8594@end smallexample
d4f3574e 8595
c906108c 8596The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8597see @ref{Completion, ,Command completion}.
c906108c 8598
c906108c
SS
8599@cindex reference declarations
8600@item
b37052ae
EZ
8601@value{GDBN} understands variables declared as C@t{++} references; you can use
8602them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8603dereferenced.
8604
8605In the parameter list shown when @value{GDBN} displays a frame, the values of
8606reference variables are not displayed (unlike other variables); this
8607avoids clutter, since references are often used for large structures.
8608The @emph{address} of a reference variable is always shown, unless
8609you have specified @samp{set print address off}.
8610
8611@item
b37052ae 8612@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8613expressions can use it just as expressions in your program do. Since
8614one scope may be defined in another, you can use @code{::} repeatedly if
8615necessary, for example in an expression like
8616@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8617resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8618debugging (@pxref{Variables, ,Program variables}).
8619@end enumerate
8620
b37052ae 8621In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8622calling virtual functions correctly, printing out virtual bases of
8623objects, calling functions in a base subobject, casting objects, and
8624invoking user-defined operators.
c906108c 8625
6d2ebf8b 8626@node C Defaults
b37052ae 8627@subsubsection C and C@t{++} defaults
7a292a7a 8628
b37052ae 8629@cindex C and C@t{++} defaults
c906108c 8630
c906108c
SS
8631If you allow @value{GDBN} to set type and range checking automatically, they
8632both default to @code{off} whenever the working language changes to
b37052ae 8633C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8634selects the working language.
c906108c
SS
8635
8636If you allow @value{GDBN} to set the language automatically, it
8637recognizes source files whose names end with @file{.c}, @file{.C}, or
8638@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8639these files, it sets the working language to C or C@t{++}.
c906108c
SS
8640@xref{Automatically, ,Having @value{GDBN} infer the source language},
8641for further details.
8642
c906108c
SS
8643@c Type checking is (a) primarily motivated by Modula-2, and (b)
8644@c unimplemented. If (b) changes, it might make sense to let this node
8645@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8646
6d2ebf8b 8647@node C Checks
b37052ae 8648@subsubsection C and C@t{++} type and range checks
7a292a7a 8649
b37052ae 8650@cindex C and C@t{++} checks
c906108c 8651
b37052ae 8652By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8653is not used. However, if you turn type checking on, @value{GDBN}
8654considers two variables type equivalent if:
8655
8656@itemize @bullet
8657@item
8658The two variables are structured and have the same structure, union, or
8659enumerated tag.
8660
8661@item
8662The two variables have the same type name, or types that have been
8663declared equivalent through @code{typedef}.
8664
8665@ignore
8666@c leaving this out because neither J Gilmore nor R Pesch understand it.
8667@c FIXME--beers?
8668@item
8669The two @code{struct}, @code{union}, or @code{enum} variables are
8670declared in the same declaration. (Note: this may not be true for all C
8671compilers.)
8672@end ignore
8673@end itemize
8674
8675Range checking, if turned on, is done on mathematical operations. Array
8676indices are not checked, since they are often used to index a pointer
8677that is not itself an array.
c906108c 8678
6d2ebf8b 8679@node Debugging C
c906108c 8680@subsubsection @value{GDBN} and C
c906108c
SS
8681
8682The @code{set print union} and @code{show print union} commands apply to
8683the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8684inside a @code{struct} or @code{class} is also printed. Otherwise, it
8685appears as @samp{@{...@}}.
c906108c
SS
8686
8687The @code{@@} operator aids in the debugging of dynamic arrays, formed
8688with pointers and a memory allocation function. @xref{Expressions,
8689,Expressions}.
8690
c906108c 8691@menu
5d161b24 8692* Debugging C plus plus::
c906108c
SS
8693@end menu
8694
6d2ebf8b 8695@node Debugging C plus plus
b37052ae 8696@subsubsection @value{GDBN} features for C@t{++}
c906108c 8697
b37052ae 8698@cindex commands for C@t{++}
7a292a7a 8699
b37052ae
EZ
8700Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8701designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8702
8703@table @code
8704@cindex break in overloaded functions
8705@item @r{breakpoint menus}
8706When you want a breakpoint in a function whose name is overloaded,
8707@value{GDBN} breakpoint menus help you specify which function definition
8708you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8709
b37052ae 8710@cindex overloading in C@t{++}
c906108c
SS
8711@item rbreak @var{regex}
8712Setting breakpoints using regular expressions is helpful for setting
8713breakpoints on overloaded functions that are not members of any special
8714classes.
8715@xref{Set Breaks, ,Setting breakpoints}.
8716
b37052ae 8717@cindex C@t{++} exception handling
c906108c
SS
8718@item catch throw
8719@itemx catch catch
b37052ae 8720Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8721Catchpoints, , Setting catchpoints}.
8722
8723@cindex inheritance
8724@item ptype @var{typename}
8725Print inheritance relationships as well as other information for type
8726@var{typename}.
8727@xref{Symbols, ,Examining the Symbol Table}.
8728
b37052ae 8729@cindex C@t{++} symbol display
c906108c
SS
8730@item set print demangle
8731@itemx show print demangle
8732@itemx set print asm-demangle
8733@itemx show print asm-demangle
b37052ae
EZ
8734Control whether C@t{++} symbols display in their source form, both when
8735displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8736@xref{Print Settings, ,Print settings}.
8737
8738@item set print object
8739@itemx show print object
8740Choose whether to print derived (actual) or declared types of objects.
8741@xref{Print Settings, ,Print settings}.
8742
8743@item set print vtbl
8744@itemx show print vtbl
8745Control the format for printing virtual function tables.
8746@xref{Print Settings, ,Print settings}.
c906108c 8747(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8748ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8749
8750@kindex set overload-resolution
d4f3574e 8751@cindex overloaded functions, overload resolution
c906108c 8752@item set overload-resolution on
b37052ae 8753Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8754is on. For overloaded functions, @value{GDBN} evaluates the arguments
8755and searches for a function whose signature matches the argument types,
b37052ae 8756using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8757expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8758message.
8759
8760@item set overload-resolution off
b37052ae 8761Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8762overloaded functions that are not class member functions, @value{GDBN}
8763chooses the first function of the specified name that it finds in the
8764symbol table, whether or not its arguments are of the correct type. For
8765overloaded functions that are class member functions, @value{GDBN}
8766searches for a function whose signature @emph{exactly} matches the
8767argument types.
c906108c 8768
9c16f35a
EZ
8769@kindex show overload-resolution
8770@item show overload-resolution
8771Show the current setting of overload resolution.
8772
c906108c
SS
8773@item @r{Overloaded symbol names}
8774You can specify a particular definition of an overloaded symbol, using
b37052ae 8775the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8776@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8777also use the @value{GDBN} command-line word completion facilities to list the
8778available choices, or to finish the type list for you.
8779@xref{Completion,, Command completion}, for details on how to do this.
8780@end table
c906108c 8781
b37303ee
AF
8782@node Objective-C
8783@subsection Objective-C
8784
8785@cindex Objective-C
8786This section provides information about some commands and command
8787options that are useful for debugging Objective-C code.
8788
8789@menu
b383017d
RM
8790* Method Names in Commands::
8791* The Print Command with Objective-C::
b37303ee
AF
8792@end menu
8793
8794@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8795@subsubsection Method Names in Commands
8796
8797The following commands have been extended to accept Objective-C method
8798names as line specifications:
8799
8800@kindex clear@r{, and Objective-C}
8801@kindex break@r{, and Objective-C}
8802@kindex info line@r{, and Objective-C}
8803@kindex jump@r{, and Objective-C}
8804@kindex list@r{, and Objective-C}
8805@itemize
8806@item @code{clear}
8807@item @code{break}
8808@item @code{info line}
8809@item @code{jump}
8810@item @code{list}
8811@end itemize
8812
8813A fully qualified Objective-C method name is specified as
8814
8815@smallexample
8816-[@var{Class} @var{methodName}]
8817@end smallexample
8818
c552b3bb
JM
8819where the minus sign is used to indicate an instance method and a
8820plus sign (not shown) is used to indicate a class method. The class
8821name @var{Class} and method name @var{methodName} are enclosed in
8822brackets, similar to the way messages are specified in Objective-C
8823source code. For example, to set a breakpoint at the @code{create}
8824instance method of class @code{Fruit} in the program currently being
8825debugged, enter:
b37303ee
AF
8826
8827@smallexample
8828break -[Fruit create]
8829@end smallexample
8830
8831To list ten program lines around the @code{initialize} class method,
8832enter:
8833
8834@smallexample
8835list +[NSText initialize]
8836@end smallexample
8837
c552b3bb
JM
8838In the current version of @value{GDBN}, the plus or minus sign is
8839required. In future versions of @value{GDBN}, the plus or minus
8840sign will be optional, but you can use it to narrow the search. It
8841is also possible to specify just a method name:
b37303ee
AF
8842
8843@smallexample
8844break create
8845@end smallexample
8846
8847You must specify the complete method name, including any colons. If
8848your program's source files contain more than one @code{create} method,
8849you'll be presented with a numbered list of classes that implement that
8850method. Indicate your choice by number, or type @samp{0} to exit if
8851none apply.
8852
8853As another example, to clear a breakpoint established at the
8854@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8855
8856@smallexample
8857clear -[NSWindow makeKeyAndOrderFront:]
8858@end smallexample
8859
8860@node The Print Command with Objective-C
8861@subsubsection The Print Command With Objective-C
c552b3bb
JM
8862@kindex print-object
8863@kindex po @r{(@code{print-object})}
b37303ee 8864
c552b3bb 8865The print command has also been extended to accept methods. For example:
b37303ee
AF
8866
8867@smallexample
c552b3bb 8868print -[@var{object} hash]
b37303ee
AF
8869@end smallexample
8870
8871@cindex print an Objective-C object description
c552b3bb
JM
8872@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8873@noindent
8874will tell @value{GDBN} to send the @code{hash} message to @var{object}
8875and print the result. Also, an additional command has been added,
8876@code{print-object} or @code{po} for short, which is meant to print
8877the description of an object. However, this command may only work
8878with certain Objective-C libraries that have a particular hook
8879function, @code{_NSPrintForDebugger}, defined.
b37303ee 8880
09d4efe1
EZ
8881@node Fortran
8882@subsection Fortran
8883@cindex Fortran-specific support in @value{GDBN}
8884
8885@table @code
8886@cindex @code{COMMON} blocks, Fortran
8887@kindex info common
8888@item info common @r{[}@var{common-name}@r{]}
8889This command prints the values contained in the Fortran @code{COMMON}
8890block whose name is @var{common-name}. With no argument, the names of
8891all @code{COMMON} blocks visible at current program location are
8892printed.
8893@end table
8894
a8f24a35
EZ
8895Fortran symbols are usually case-insensitive, so @value{GDBN} by
8896default uses case-insensitive matches for Fortran symbols. You can
8897change that with the @samp{set case-insensitive} command, see
8898@ref{Symbols}, for the details.
8899
9c16f35a
EZ
8900@node Pascal
8901@subsection Pascal
8902
8903@cindex Pascal support in @value{GDBN}, limitations
8904Debugging Pascal programs which use sets, subranges, file variables, or
8905nested functions does not currently work. @value{GDBN} does not support
8906entering expressions, printing values, or similar features using Pascal
8907syntax.
8908
8909The Pascal-specific command @code{set print pascal_static-members}
8910controls whether static members of Pascal objects are displayed.
8911@xref{Print Settings, pascal_static-members}.
8912
09d4efe1 8913@node Modula-2
c906108c 8914@subsection Modula-2
7a292a7a 8915
d4f3574e 8916@cindex Modula-2, @value{GDBN} support
c906108c
SS
8917
8918The extensions made to @value{GDBN} to support Modula-2 only support
8919output from the @sc{gnu} Modula-2 compiler (which is currently being
8920developed). Other Modula-2 compilers are not currently supported, and
8921attempting to debug executables produced by them is most likely
8922to give an error as @value{GDBN} reads in the executable's symbol
8923table.
8924
8925@cindex expressions in Modula-2
8926@menu
8927* M2 Operators:: Built-in operators
8928* Built-In Func/Proc:: Built-in functions and procedures
8929* M2 Constants:: Modula-2 constants
8930* M2 Defaults:: Default settings for Modula-2
8931* Deviations:: Deviations from standard Modula-2
8932* M2 Checks:: Modula-2 type and range checks
8933* M2 Scope:: The scope operators @code{::} and @code{.}
8934* GDB/M2:: @value{GDBN} and Modula-2
8935@end menu
8936
6d2ebf8b 8937@node M2 Operators
c906108c
SS
8938@subsubsection Operators
8939@cindex Modula-2 operators
8940
8941Operators must be defined on values of specific types. For instance,
8942@code{+} is defined on numbers, but not on structures. Operators are
8943often defined on groups of types. For the purposes of Modula-2, the
8944following definitions hold:
8945
8946@itemize @bullet
8947
8948@item
8949@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8950their subranges.
8951
8952@item
8953@emph{Character types} consist of @code{CHAR} and its subranges.
8954
8955@item
8956@emph{Floating-point types} consist of @code{REAL}.
8957
8958@item
8959@emph{Pointer types} consist of anything declared as @code{POINTER TO
8960@var{type}}.
8961
8962@item
8963@emph{Scalar types} consist of all of the above.
8964
8965@item
8966@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8967
8968@item
8969@emph{Boolean types} consist of @code{BOOLEAN}.
8970@end itemize
8971
8972@noindent
8973The following operators are supported, and appear in order of
8974increasing precedence:
8975
8976@table @code
8977@item ,
8978Function argument or array index separator.
8979
8980@item :=
8981Assignment. The value of @var{var} @code{:=} @var{value} is
8982@var{value}.
8983
8984@item <@r{, }>
8985Less than, greater than on integral, floating-point, or enumerated
8986types.
8987
8988@item <=@r{, }>=
96a2c332 8989Less than or equal to, greater than or equal to
c906108c
SS
8990on integral, floating-point and enumerated types, or set inclusion on
8991set types. Same precedence as @code{<}.
8992
8993@item =@r{, }<>@r{, }#
8994Equality and two ways of expressing inequality, valid on scalar types.
8995Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8996available for inequality, since @code{#} conflicts with the script
8997comment character.
8998
8999@item IN
9000Set membership. Defined on set types and the types of their members.
9001Same precedence as @code{<}.
9002
9003@item OR
9004Boolean disjunction. Defined on boolean types.
9005
9006@item AND@r{, }&
d4f3574e 9007Boolean conjunction. Defined on boolean types.
c906108c
SS
9008
9009@item @@
9010The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9011
9012@item +@r{, }-
9013Addition and subtraction on integral and floating-point types, or union
9014and difference on set types.
9015
9016@item *
9017Multiplication on integral and floating-point types, or set intersection
9018on set types.
9019
9020@item /
9021Division on floating-point types, or symmetric set difference on set
9022types. Same precedence as @code{*}.
9023
9024@item DIV@r{, }MOD
9025Integer division and remainder. Defined on integral types. Same
9026precedence as @code{*}.
9027
9028@item -
9029Negative. Defined on @code{INTEGER} and @code{REAL} data.
9030
9031@item ^
9032Pointer dereferencing. Defined on pointer types.
9033
9034@item NOT
9035Boolean negation. Defined on boolean types. Same precedence as
9036@code{^}.
9037
9038@item .
9039@code{RECORD} field selector. Defined on @code{RECORD} data. Same
9040precedence as @code{^}.
9041
9042@item []
9043Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9044
9045@item ()
9046Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9047as @code{^}.
9048
9049@item ::@r{, }.
9050@value{GDBN} and Modula-2 scope operators.
9051@end table
9052
9053@quotation
9054@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9055treats the use of the operator @code{IN}, or the use of operators
9056@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9057@code{<=}, and @code{>=} on sets as an error.
9058@end quotation
9059
cb51c4e0 9060
6d2ebf8b 9061@node Built-In Func/Proc
c906108c 9062@subsubsection Built-in functions and procedures
cb51c4e0 9063@cindex Modula-2 built-ins
c906108c
SS
9064
9065Modula-2 also makes available several built-in procedures and functions.
9066In describing these, the following metavariables are used:
9067
9068@table @var
9069
9070@item a
9071represents an @code{ARRAY} variable.
9072
9073@item c
9074represents a @code{CHAR} constant or variable.
9075
9076@item i
9077represents a variable or constant of integral type.
9078
9079@item m
9080represents an identifier that belongs to a set. Generally used in the
9081same function with the metavariable @var{s}. The type of @var{s} should
9082be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9083
9084@item n
9085represents a variable or constant of integral or floating-point type.
9086
9087@item r
9088represents a variable or constant of floating-point type.
9089
9090@item t
9091represents a type.
9092
9093@item v
9094represents a variable.
9095
9096@item x
9097represents a variable or constant of one of many types. See the
9098explanation of the function for details.
9099@end table
9100
9101All Modula-2 built-in procedures also return a result, described below.
9102
9103@table @code
9104@item ABS(@var{n})
9105Returns the absolute value of @var{n}.
9106
9107@item CAP(@var{c})
9108If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 9109equivalent, otherwise it returns its argument.
c906108c
SS
9110
9111@item CHR(@var{i})
9112Returns the character whose ordinal value is @var{i}.
9113
9114@item DEC(@var{v})
c3f6f71d 9115Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9116
9117@item DEC(@var{v},@var{i})
9118Decrements the value in the variable @var{v} by @var{i}. Returns the
9119new value.
9120
9121@item EXCL(@var{m},@var{s})
9122Removes the element @var{m} from the set @var{s}. Returns the new
9123set.
9124
9125@item FLOAT(@var{i})
9126Returns the floating point equivalent of the integer @var{i}.
9127
9128@item HIGH(@var{a})
9129Returns the index of the last member of @var{a}.
9130
9131@item INC(@var{v})
c3f6f71d 9132Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9133
9134@item INC(@var{v},@var{i})
9135Increments the value in the variable @var{v} by @var{i}. Returns the
9136new value.
9137
9138@item INCL(@var{m},@var{s})
9139Adds the element @var{m} to the set @var{s} if it is not already
9140there. Returns the new set.
9141
9142@item MAX(@var{t})
9143Returns the maximum value of the type @var{t}.
9144
9145@item MIN(@var{t})
9146Returns the minimum value of the type @var{t}.
9147
9148@item ODD(@var{i})
9149Returns boolean TRUE if @var{i} is an odd number.
9150
9151@item ORD(@var{x})
9152Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
9153value of a character is its @sc{ascii} value (on machines supporting the
9154@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
9155integral, character and enumerated types.
9156
9157@item SIZE(@var{x})
9158Returns the size of its argument. @var{x} can be a variable or a type.
9159
9160@item TRUNC(@var{r})
9161Returns the integral part of @var{r}.
9162
9163@item VAL(@var{t},@var{i})
9164Returns the member of the type @var{t} whose ordinal value is @var{i}.
9165@end table
9166
9167@quotation
9168@emph{Warning:} Sets and their operations are not yet supported, so
9169@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9170an error.
9171@end quotation
9172
9173@cindex Modula-2 constants
6d2ebf8b 9174@node M2 Constants
c906108c
SS
9175@subsubsection Constants
9176
9177@value{GDBN} allows you to express the constants of Modula-2 in the following
9178ways:
9179
9180@itemize @bullet
9181
9182@item
9183Integer constants are simply a sequence of digits. When used in an
9184expression, a constant is interpreted to be type-compatible with the
9185rest of the expression. Hexadecimal integers are specified by a
9186trailing @samp{H}, and octal integers by a trailing @samp{B}.
9187
9188@item
9189Floating point constants appear as a sequence of digits, followed by a
9190decimal point and another sequence of digits. An optional exponent can
9191then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9192@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9193digits of the floating point constant must be valid decimal (base 10)
9194digits.
9195
9196@item
9197Character constants consist of a single character enclosed by a pair of
9198like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 9199also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
9200followed by a @samp{C}.
9201
9202@item
9203String constants consist of a sequence of characters enclosed by a
9204pair of like quotes, either single (@code{'}) or double (@code{"}).
9205Escape sequences in the style of C are also allowed. @xref{C
b37052ae 9206Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
9207sequences.
9208
9209@item
9210Enumerated constants consist of an enumerated identifier.
9211
9212@item
9213Boolean constants consist of the identifiers @code{TRUE} and
9214@code{FALSE}.
9215
9216@item
9217Pointer constants consist of integral values only.
9218
9219@item
9220Set constants are not yet supported.
9221@end itemize
9222
6d2ebf8b 9223@node M2 Defaults
c906108c
SS
9224@subsubsection Modula-2 defaults
9225@cindex Modula-2 defaults
9226
9227If type and range checking are set automatically by @value{GDBN}, they
9228both default to @code{on} whenever the working language changes to
d4f3574e 9229Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
9230selected the working language.
9231
9232If you allow @value{GDBN} to set the language automatically, then entering
9233code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 9234working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
9235the language automatically}, for further details.
9236
6d2ebf8b 9237@node Deviations
c906108c
SS
9238@subsubsection Deviations from standard Modula-2
9239@cindex Modula-2, deviations from
9240
9241A few changes have been made to make Modula-2 programs easier to debug.
9242This is done primarily via loosening its type strictness:
9243
9244@itemize @bullet
9245@item
9246Unlike in standard Modula-2, pointer constants can be formed by
9247integers. This allows you to modify pointer variables during
9248debugging. (In standard Modula-2, the actual address contained in a
9249pointer variable is hidden from you; it can only be modified
9250through direct assignment to another pointer variable or expression that
9251returned a pointer.)
9252
9253@item
9254C escape sequences can be used in strings and characters to represent
9255non-printable characters. @value{GDBN} prints out strings with these
9256escape sequences embedded. Single non-printable characters are
9257printed using the @samp{CHR(@var{nnn})} format.
9258
9259@item
9260The assignment operator (@code{:=}) returns the value of its right-hand
9261argument.
9262
9263@item
9264All built-in procedures both modify @emph{and} return their argument.
9265@end itemize
9266
6d2ebf8b 9267@node M2 Checks
c906108c
SS
9268@subsubsection Modula-2 type and range checks
9269@cindex Modula-2 checks
9270
9271@quotation
9272@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9273range checking.
9274@end quotation
9275@c FIXME remove warning when type/range checks added
9276
9277@value{GDBN} considers two Modula-2 variables type equivalent if:
9278
9279@itemize @bullet
9280@item
9281They are of types that have been declared equivalent via a @code{TYPE
9282@var{t1} = @var{t2}} statement
9283
9284@item
9285They have been declared on the same line. (Note: This is true of the
9286@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9287@end itemize
9288
9289As long as type checking is enabled, any attempt to combine variables
9290whose types are not equivalent is an error.
9291
9292Range checking is done on all mathematical operations, assignment, array
9293index bounds, and all built-in functions and procedures.
9294
6d2ebf8b 9295@node M2 Scope
c906108c
SS
9296@subsubsection The scope operators @code{::} and @code{.}
9297@cindex scope
41afff9a 9298@cindex @code{.}, Modula-2 scope operator
c906108c
SS
9299@cindex colon, doubled as scope operator
9300@ifinfo
41afff9a 9301@vindex colon-colon@r{, in Modula-2}
c906108c
SS
9302@c Info cannot handle :: but TeX can.
9303@end ifinfo
9304@iftex
41afff9a 9305@vindex ::@r{, in Modula-2}
c906108c
SS
9306@end iftex
9307
9308There are a few subtle differences between the Modula-2 scope operator
9309(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9310similar syntax:
9311
474c8240 9312@smallexample
c906108c
SS
9313
9314@var{module} . @var{id}
9315@var{scope} :: @var{id}
474c8240 9316@end smallexample
c906108c
SS
9317
9318@noindent
9319where @var{scope} is the name of a module or a procedure,
9320@var{module} the name of a module, and @var{id} is any declared
9321identifier within your program, except another module.
9322
9323Using the @code{::} operator makes @value{GDBN} search the scope
9324specified by @var{scope} for the identifier @var{id}. If it is not
9325found in the specified scope, then @value{GDBN} searches all scopes
9326enclosing the one specified by @var{scope}.
9327
9328Using the @code{.} operator makes @value{GDBN} search the current scope for
9329the identifier specified by @var{id} that was imported from the
9330definition module specified by @var{module}. With this operator, it is
9331an error if the identifier @var{id} was not imported from definition
9332module @var{module}, or if @var{id} is not an identifier in
9333@var{module}.
9334
6d2ebf8b 9335@node GDB/M2
c906108c
SS
9336@subsubsection @value{GDBN} and Modula-2
9337
9338Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9339Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9340specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9341@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9342apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9343analogue in Modula-2.
9344
9345The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9346with any language, is not useful with Modula-2. Its
c906108c 9347intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9348created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9349address can be specified by an integral constant, the construct
d4f3574e 9350@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9351
9352@cindex @code{#} in Modula-2
9353In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9354interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9355
e07c999f
PH
9356@node Ada
9357@subsection Ada
9358@cindex Ada
9359
9360The extensions made to @value{GDBN} for Ada only support
9361output from the @sc{gnu} Ada (GNAT) compiler.
9362Other Ada compilers are not currently supported, and
9363attempting to debug executables produced by them is most likely
9364to be difficult.
9365
9366
9367@cindex expressions in Ada
9368@menu
9369* Ada Mode Intro:: General remarks on the Ada syntax
9370 and semantics supported by Ada mode
9371 in @value{GDBN}.
9372* Omissions from Ada:: Restrictions on the Ada expression syntax.
9373* Additions to Ada:: Extensions of the Ada expression syntax.
9374* Stopping Before Main Program:: Debugging the program during elaboration.
9375* Ada Glitches:: Known peculiarities of Ada mode.
9376@end menu
9377
9378@node Ada Mode Intro
9379@subsubsection Introduction
9380@cindex Ada mode, general
9381
9382The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9383syntax, with some extensions.
9384The philosophy behind the design of this subset is
9385
9386@itemize @bullet
9387@item
9388That @value{GDBN} should provide basic literals and access to operations for
9389arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9390leaving more sophisticated computations to subprograms written into the
9391program (which therefore may be called from @value{GDBN}).
9392
9393@item
9394That type safety and strict adherence to Ada language restrictions
9395are not particularly important to the @value{GDBN} user.
9396
9397@item
9398That brevity is important to the @value{GDBN} user.
9399@end itemize
9400
9401Thus, for brevity, the debugger acts as if there were
9402implicit @code{with} and @code{use} clauses in effect for all user-written
9403packages, making it unnecessary to fully qualify most names with
9404their packages, regardless of context. Where this causes ambiguity,
9405@value{GDBN} asks the user's intent.
9406
9407The debugger will start in Ada mode if it detects an Ada main program.
9408As for other languages, it will enter Ada mode when stopped in a program that
9409was translated from an Ada source file.
9410
9411While in Ada mode, you may use `@t{--}' for comments. This is useful
9412mostly for documenting command files. The standard @value{GDBN} comment
9413(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9414middle (to allow based literals).
9415
9416The debugger supports limited overloading. Given a subprogram call in which
9417the function symbol has multiple definitions, it will use the number of
9418actual parameters and some information about their types to attempt to narrow
9419the set of definitions. It also makes very limited use of context, preferring
9420procedures to functions in the context of the @code{call} command, and
9421functions to procedures elsewhere.
9422
9423@node Omissions from Ada
9424@subsubsection Omissions from Ada
9425@cindex Ada, omissions from
9426
9427Here are the notable omissions from the subset:
9428
9429@itemize @bullet
9430@item
9431Only a subset of the attributes are supported:
9432
9433@itemize @minus
9434@item
9435@t{'First}, @t{'Last}, and @t{'Length}
9436 on array objects (not on types and subtypes).
9437
9438@item
9439@t{'Min} and @t{'Max}.
9440
9441@item
9442@t{'Pos} and @t{'Val}.
9443
9444@item
9445@t{'Tag}.
9446
9447@item
9448@t{'Range} on array objects (not subtypes), but only as the right
9449operand of the membership (@code{in}) operator.
9450
9451@item
9452@t{'Access}, @t{'Unchecked_Access}, and
9453@t{'Unrestricted_Access} (a GNAT extension).
9454
9455@item
9456@t{'Address}.
9457@end itemize
9458
9459@item
9460The names in
9461@code{Characters.Latin_1} are not available and
9462concatenation is not implemented. Thus, escape characters in strings are
9463not currently available.
9464
9465@item
9466Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9467equality of representations. They will generally work correctly
9468for strings and arrays whose elements have integer or enumeration types.
9469They may not work correctly for arrays whose element
9470types have user-defined equality, for arrays of real values
9471(in particular, IEEE-conformant floating point, because of negative
9472zeroes and NaNs), and for arrays whose elements contain unused bits with
9473indeterminate values.
9474
9475@item
9476The other component-by-component array operations (@code{and}, @code{or},
9477@code{xor}, @code{not}, and relational tests other than equality)
9478are not implemented.
9479
9480@item
9481There are no record or array aggregates.
9482
9483@item
9484Calls to dispatching subprograms are not implemented.
9485
9486@item
9487The overloading algorithm is much more limited (i.e., less selective)
9488than that of real Ada. It makes only limited use of the context in which a subexpression
9489appears to resolve its meaning, and it is much looser in its rules for allowing
9490type matches. As a result, some function calls will be ambiguous, and the user
9491will be asked to choose the proper resolution.
9492
9493@item
9494The @code{new} operator is not implemented.
9495
9496@item
9497Entry calls are not implemented.
9498
9499@item
9500Aside from printing, arithmetic operations on the native VAX floating-point
9501formats are not supported.
9502
9503@item
9504It is not possible to slice a packed array.
9505@end itemize
9506
9507@node Additions to Ada
9508@subsubsection Additions to Ada
9509@cindex Ada, deviations from
9510
9511As it does for other languages, @value{GDBN} makes certain generic
9512extensions to Ada (@pxref{Expressions}):
9513
9514@itemize @bullet
9515@item
9516If the expression @var{E} is a variable residing in memory
9517(typically a local variable or array element) and @var{N} is
9518a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9519@var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9520In Ada, this operator is generally not necessary, since its prime use
9521is in displaying parts of an array, and slicing will usually do this in Ada.
9522However, there are occasional uses when debugging programs
9523in which certain debugging information has been optimized away.
9524
9525@item
9526@code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9527in function or file @var{B}.'' When @var{B} is a file name, you must typically
9528surround it in single quotes.
9529
9530@item
9531The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9532@var{type} that appears at address @var{addr}.''
9533
9534@item
9535A name starting with @samp{$} is a convenience variable
9536(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9537@end itemize
9538
9539In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9540to Ada:
9541
9542@itemize @bullet
9543@item
9544The assignment statement is allowed as an expression, returning
9545its right-hand operand as its value. Thus, you may enter
9546
9547@smallexample
9548set x := y + 3
9549print A(tmp := y + 1)
9550@end smallexample
9551
9552@item
9553The semicolon is allowed as an ``operator,'' returning as its value
9554the value of its right-hand operand.
9555This allows, for example,
9556complex conditional breaks:
9557
9558@smallexample
9559break f
9560condition 1 (report(i); k += 1; A(k) > 100)
9561@end smallexample
9562
9563@item
9564Rather than use catenation and symbolic character names to introduce special
9565characters into strings, one may instead use a special bracket notation,
9566which is also used to print strings. A sequence of characters of the form
9567@samp{["@var{XX}"]} within a string or character literal denotes the
9568(single) character whose numeric encoding is @var{XX} in hexadecimal. The
9569sequence of characters @samp{["""]} also denotes a single quotation mark
9570in strings. For example,
9571@smallexample
9572 "One line.["0a"]Next line.["0a"]"
9573@end smallexample
9574@noindent
9575contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9576period.
9577
9578@item
9579The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9580@t{'Max} is optional (and is ignored in any case). For example, it is valid
9581to write
9582
9583@smallexample
9584print 'max(x, y)
9585@end smallexample
9586
9587@item
9588When printing arrays, @value{GDBN} uses positional notation when the
9589array has a lower bound of 1, and uses a modified named notation otherwise.
9590For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9591
9592@smallexample
9593(3 => 10, 17, 1)
9594@end smallexample
9595
9596@noindent
9597That is, in contrast to valid Ada, only the first component has a @code{=>}
9598clause.
9599
9600@item
9601You may abbreviate attributes in expressions with any unique,
9602multi-character subsequence of
9603their names (an exact match gets preference).
9604For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9605in place of @t{a'length}.
9606
9607@item
9608@cindex quoting Ada internal identifiers
9609Since Ada is case-insensitive, the debugger normally maps identifiers you type
9610to lower case. The GNAT compiler uses upper-case characters for
9611some of its internal identifiers, which are normally of no interest to users.
9612For the rare occasions when you actually have to look at them,
9613enclose them in angle brackets to avoid the lower-case mapping.
9614For example,
9615@smallexample
9616@value{GDBP} print <JMPBUF_SAVE>[0]
9617@end smallexample
9618
9619@item
9620Printing an object of class-wide type or dereferencing an
9621access-to-class-wide value will display all the components of the object's
9622specific type (as indicated by its run-time tag). Likewise, component
9623selection on such a value will operate on the specific type of the
9624object.
9625
9626@end itemize
9627
9628@node Stopping Before Main Program
9629@subsubsection Stopping at the Very Beginning
9630
9631@cindex breakpointing Ada elaboration code
9632It is sometimes necessary to debug the program during elaboration, and
9633before reaching the main procedure.
9634As defined in the Ada Reference
9635Manual, the elaboration code is invoked from a procedure called
9636@code{adainit}. To run your program up to the beginning of
9637elaboration, simply use the following two commands:
9638@code{tbreak adainit} and @code{run}.
9639
9640@node Ada Glitches
9641@subsubsection Known Peculiarities of Ada Mode
9642@cindex Ada, problems
9643
9644Besides the omissions listed previously (@pxref{Omissions from Ada}),
9645we know of several problems with and limitations of Ada mode in
9646@value{GDBN},
9647some of which will be fixed with planned future releases of the debugger
9648and the GNU Ada compiler.
9649
9650@itemize @bullet
9651@item
9652Currently, the debugger
9653has insufficient information to determine whether certain pointers represent
9654pointers to objects or the objects themselves.
9655Thus, the user may have to tack an extra @code{.all} after an expression
9656to get it printed properly.
9657
9658@item
9659Static constants that the compiler chooses not to materialize as objects in
9660storage are invisible to the debugger.
9661
9662@item
9663Named parameter associations in function argument lists are ignored (the
9664argument lists are treated as positional).
9665
9666@item
9667Many useful library packages are currently invisible to the debugger.
9668
9669@item
9670Fixed-point arithmetic, conversions, input, and output is carried out using
9671floating-point arithmetic, and may give results that only approximate those on
9672the host machine.
9673
9674@item
9675The type of the @t{'Address} attribute may not be @code{System.Address}.
9676
9677@item
9678The GNAT compiler never generates the prefix @code{Standard} for any of
9679the standard symbols defined by the Ada language. @value{GDBN} knows about
9680this: it will strip the prefix from names when you use it, and will never
9681look for a name you have so qualified among local symbols, nor match against
9682symbols in other packages or subprograms. If you have
9683defined entities anywhere in your program other than parameters and
9684local variables whose simple names match names in @code{Standard},
9685GNAT's lack of qualification here can cause confusion. When this happens,
9686you can usually resolve the confusion
9687by qualifying the problematic names with package
9688@code{Standard} explicitly.
9689@end itemize
9690
4e562065
JB
9691@node Unsupported languages
9692@section Unsupported languages
9693
9694@cindex unsupported languages
9695@cindex minimal language
9696In addition to the other fully-supported programming languages,
9697@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9698It does not represent a real programming language, but provides a set
9699of capabilities close to what the C or assembly languages provide.
9700This should allow most simple operations to be performed while debugging
9701an application that uses a language currently not supported by @value{GDBN}.
9702
9703If the language is set to @code{auto}, @value{GDBN} will automatically
9704select this language if the current frame corresponds to an unsupported
9705language.
9706
6d2ebf8b 9707@node Symbols
c906108c
SS
9708@chapter Examining the Symbol Table
9709
d4f3574e 9710The commands described in this chapter allow you to inquire about the
c906108c
SS
9711symbols (names of variables, functions and types) defined in your
9712program. This information is inherent in the text of your program and
9713does not change as your program executes. @value{GDBN} finds it in your
9714program's symbol table, in the file indicated when you started @value{GDBN}
9715(@pxref{File Options, ,Choosing files}), or by one of the
9716file-management commands (@pxref{Files, ,Commands to specify files}).
9717
9718@cindex symbol names
9719@cindex names of symbols
9720@cindex quoting names
9721Occasionally, you may need to refer to symbols that contain unusual
9722characters, which @value{GDBN} ordinarily treats as word delimiters. The
9723most frequent case is in referring to static variables in other
9724source files (@pxref{Variables,,Program variables}). File names
9725are recorded in object files as debugging symbols, but @value{GDBN} would
9726ordinarily parse a typical file name, like @file{foo.c}, as the three words
9727@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9728@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9729
474c8240 9730@smallexample
c906108c 9731p 'foo.c'::x
474c8240 9732@end smallexample
c906108c
SS
9733
9734@noindent
9735looks up the value of @code{x} in the scope of the file @file{foo.c}.
9736
9737@table @code
a8f24a35
EZ
9738@cindex case-insensitive symbol names
9739@cindex case sensitivity in symbol names
9740@kindex set case-sensitive
9741@item set case-sensitive on
9742@itemx set case-sensitive off
9743@itemx set case-sensitive auto
9744Normally, when @value{GDBN} looks up symbols, it matches their names
9745with case sensitivity determined by the current source language.
9746Occasionally, you may wish to control that. The command @code{set
9747case-sensitive} lets you do that by specifying @code{on} for
9748case-sensitive matches or @code{off} for case-insensitive ones. If
9749you specify @code{auto}, case sensitivity is reset to the default
9750suitable for the source language. The default is case-sensitive
9751matches for all languages except for Fortran, for which the default is
9752case-insensitive matches.
9753
9c16f35a
EZ
9754@kindex show case-sensitive
9755@item show case-sensitive
a8f24a35
EZ
9756This command shows the current setting of case sensitivity for symbols
9757lookups.
9758
c906108c 9759@kindex info address
b37052ae 9760@cindex address of a symbol
c906108c
SS
9761@item info address @var{symbol}
9762Describe where the data for @var{symbol} is stored. For a register
9763variable, this says which register it is kept in. For a non-register
9764local variable, this prints the stack-frame offset at which the variable
9765is always stored.
9766
9767Note the contrast with @samp{print &@var{symbol}}, which does not work
9768at all for a register variable, and for a stack local variable prints
9769the exact address of the current instantiation of the variable.
9770
3d67e040 9771@kindex info symbol
b37052ae 9772@cindex symbol from address
9c16f35a 9773@cindex closest symbol and offset for an address
3d67e040
EZ
9774@item info symbol @var{addr}
9775Print the name of a symbol which is stored at the address @var{addr}.
9776If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9777nearest symbol and an offset from it:
9778
474c8240 9779@smallexample
3d67e040
EZ
9780(@value{GDBP}) info symbol 0x54320
9781_initialize_vx + 396 in section .text
474c8240 9782@end smallexample
3d67e040
EZ
9783
9784@noindent
9785This is the opposite of the @code{info address} command. You can use
9786it to find out the name of a variable or a function given its address.
9787
c906108c 9788@kindex whatis
d4f3574e
SS
9789@item whatis @var{expr}
9790Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9791actually evaluated, and any side-effecting operations (such as
9792assignments or function calls) inside it do not take place.
9793@xref{Expressions, ,Expressions}.
9794
9795@item whatis
9796Print the data type of @code{$}, the last value in the value history.
9797
9798@kindex ptype
9799@item ptype @var{typename}
9800Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9801the name of a type, or for C code it may have the form @samp{class
9802@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9803@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9804
d4f3574e 9805@item ptype @var{expr}
c906108c 9806@itemx ptype
d4f3574e 9807Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9808differs from @code{whatis} by printing a detailed description, instead
9809of just the name of the type.
9810
9811For example, for this variable declaration:
9812
474c8240 9813@smallexample
c906108c 9814struct complex @{double real; double imag;@} v;
474c8240 9815@end smallexample
c906108c
SS
9816
9817@noindent
9818the two commands give this output:
9819
474c8240 9820@smallexample
c906108c
SS
9821@group
9822(@value{GDBP}) whatis v
9823type = struct complex
9824(@value{GDBP}) ptype v
9825type = struct complex @{
9826 double real;
9827 double imag;
9828@}
9829@end group
474c8240 9830@end smallexample
c906108c
SS
9831
9832@noindent
9833As with @code{whatis}, using @code{ptype} without an argument refers to
9834the type of @code{$}, the last value in the value history.
9835
9836@kindex info types
9837@item info types @var{regexp}
9838@itemx info types
09d4efe1
EZ
9839Print a brief description of all types whose names match the regular
9840expression @var{regexp} (or all types in your program, if you supply
9841no argument). Each complete typename is matched as though it were a
9842complete line; thus, @samp{i type value} gives information on all
9843types in your program whose names include the string @code{value}, but
9844@samp{i type ^value$} gives information only on types whose complete
9845name is @code{value}.
c906108c
SS
9846
9847This command differs from @code{ptype} in two ways: first, like
9848@code{whatis}, it does not print a detailed description; second, it
9849lists all source files where a type is defined.
9850
b37052ae
EZ
9851@kindex info scope
9852@cindex local variables
09d4efe1 9853@item info scope @var{location}
b37052ae 9854List all the variables local to a particular scope. This command
09d4efe1
EZ
9855accepts a @var{location} argument---a function name, a source line, or
9856an address preceded by a @samp{*}, and prints all the variables local
9857to the scope defined by that location. For example:
b37052ae
EZ
9858
9859@smallexample
9860(@value{GDBP}) @b{info scope command_line_handler}
9861Scope for command_line_handler:
9862Symbol rl is an argument at stack/frame offset 8, length 4.
9863Symbol linebuffer is in static storage at address 0x150a18, length 4.
9864Symbol linelength is in static storage at address 0x150a1c, length 4.
9865Symbol p is a local variable in register $esi, length 4.
9866Symbol p1 is a local variable in register $ebx, length 4.
9867Symbol nline is a local variable in register $edx, length 4.
9868Symbol repeat is a local variable at frame offset -8, length 4.
9869@end smallexample
9870
f5c37c66
EZ
9871@noindent
9872This command is especially useful for determining what data to collect
9873during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9874collect}.
9875
c906108c
SS
9876@kindex info source
9877@item info source
919d772c
JB
9878Show information about the current source file---that is, the source file for
9879the function containing the current point of execution:
9880@itemize @bullet
9881@item
9882the name of the source file, and the directory containing it,
9883@item
9884the directory it was compiled in,
9885@item
9886its length, in lines,
9887@item
9888which programming language it is written in,
9889@item
9890whether the executable includes debugging information for that file, and
9891if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9892@item
9893whether the debugging information includes information about
9894preprocessor macros.
9895@end itemize
9896
c906108c
SS
9897
9898@kindex info sources
9899@item info sources
9900Print the names of all source files in your program for which there is
9901debugging information, organized into two lists: files whose symbols
9902have already been read, and files whose symbols will be read when needed.
9903
9904@kindex info functions
9905@item info functions
9906Print the names and data types of all defined functions.
9907
9908@item info functions @var{regexp}
9909Print the names and data types of all defined functions
9910whose names contain a match for regular expression @var{regexp}.
9911Thus, @samp{info fun step} finds all functions whose names
9912include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
9913start with @code{step}. If a function name contains characters
9914that conflict with the regular expression language (eg.
1c5dfdad 9915@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9916
9917@kindex info variables
9918@item info variables
9919Print the names and data types of all variables that are declared
6ca652b0 9920outside of functions (i.e.@: excluding local variables).
c906108c
SS
9921
9922@item info variables @var{regexp}
9923Print the names and data types of all variables (except for local
9924variables) whose names contain a match for regular expression
9925@var{regexp}.
9926
b37303ee
AF
9927@kindex info classes
9928@item info classes
9929@itemx info classes @var{regexp}
9930Display all Objective-C classes in your program, or
9931(with the @var{regexp} argument) all those matching a particular regular
9932expression.
9933
9934@kindex info selectors
9935@item info selectors
9936@itemx info selectors @var{regexp}
9937Display all Objective-C selectors in your program, or
9938(with the @var{regexp} argument) all those matching a particular regular
9939expression.
9940
c906108c
SS
9941@ignore
9942This was never implemented.
9943@kindex info methods
9944@item info methods
9945@itemx info methods @var{regexp}
9946The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9947methods within C@t{++} program, or (with the @var{regexp} argument) a
9948specific set of methods found in the various C@t{++} classes. Many
9949C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9950from the @code{ptype} command can be overwhelming and hard to use. The
9951@code{info-methods} command filters the methods, printing only those
9952which match the regular-expression @var{regexp}.
9953@end ignore
9954
c906108c
SS
9955@cindex reloading symbols
9956Some systems allow individual object files that make up your program to
7a292a7a
SS
9957be replaced without stopping and restarting your program. For example,
9958in VxWorks you can simply recompile a defective object file and keep on
9959running. If you are running on one of these systems, you can allow
9960@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9961
9962@table @code
9963@kindex set symbol-reloading
9964@item set symbol-reloading on
9965Replace symbol definitions for the corresponding source file when an
9966object file with a particular name is seen again.
9967
9968@item set symbol-reloading off
6d2ebf8b
SS
9969Do not replace symbol definitions when encountering object files of the
9970same name more than once. This is the default state; if you are not
9971running on a system that permits automatic relinking of modules, you
9972should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9973may discard symbols when linking large programs, that may contain
9974several modules (from different directories or libraries) with the same
9975name.
c906108c
SS
9976
9977@kindex show symbol-reloading
9978@item show symbol-reloading
9979Show the current @code{on} or @code{off} setting.
9980@end table
c906108c 9981
9c16f35a 9982@cindex opaque data types
c906108c
SS
9983@kindex set opaque-type-resolution
9984@item set opaque-type-resolution on
9985Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9986declared as a pointer to a @code{struct}, @code{class}, or
9987@code{union}---for example, @code{struct MyType *}---that is used in one
9988source file although the full declaration of @code{struct MyType} is in
9989another source file. The default is on.
9990
9991A change in the setting of this subcommand will not take effect until
9992the next time symbols for a file are loaded.
9993
9994@item set opaque-type-resolution off
9995Tell @value{GDBN} not to resolve opaque types. In this case, the type
9996is printed as follows:
9997@smallexample
9998@{<no data fields>@}
9999@end smallexample
10000
10001@kindex show opaque-type-resolution
10002@item show opaque-type-resolution
10003Show whether opaque types are resolved or not.
c906108c
SS
10004
10005@kindex maint print symbols
10006@cindex symbol dump
10007@kindex maint print psymbols
10008@cindex partial symbol dump
10009@item maint print symbols @var{filename}
10010@itemx maint print psymbols @var{filename}
10011@itemx maint print msymbols @var{filename}
10012Write a dump of debugging symbol data into the file @var{filename}.
10013These commands are used to debug the @value{GDBN} symbol-reading code. Only
10014symbols with debugging data are included. If you use @samp{maint print
10015symbols}, @value{GDBN} includes all the symbols for which it has already
10016collected full details: that is, @var{filename} reflects symbols for
10017only those files whose symbols @value{GDBN} has read. You can use the
10018command @code{info sources} to find out which files these are. If you
10019use @samp{maint print psymbols} instead, the dump shows information about
10020symbols that @value{GDBN} only knows partially---that is, symbols defined in
10021files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10022@samp{maint print msymbols} dumps just the minimal symbol information
10023required for each object file from which @value{GDBN} has read some symbols.
10024@xref{Files, ,Commands to specify files}, for a discussion of how
10025@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 10026
5e7b2f39
JB
10027@kindex maint info symtabs
10028@kindex maint info psymtabs
44ea7b70
JB
10029@cindex listing @value{GDBN}'s internal symbol tables
10030@cindex symbol tables, listing @value{GDBN}'s internal
10031@cindex full symbol tables, listing @value{GDBN}'s internal
10032@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
10033@item maint info symtabs @r{[} @var{regexp} @r{]}
10034@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
10035
10036List the @code{struct symtab} or @code{struct partial_symtab}
10037structures whose names match @var{regexp}. If @var{regexp} is not
10038given, list them all. The output includes expressions which you can
10039copy into a @value{GDBN} debugging this one to examine a particular
10040structure in more detail. For example:
10041
10042@smallexample
5e7b2f39 10043(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
10044@{ objfile /home/gnu/build/gdb/gdb
10045 ((struct objfile *) 0x82e69d0)
b383017d 10046 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10047 ((struct partial_symtab *) 0x8474b10)
10048 readin no
10049 fullname (null)
10050 text addresses 0x814d3c8 -- 0x8158074
10051 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10052 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10053 dependencies (none)
10054 @}
10055@}
5e7b2f39 10056(@value{GDBP}) maint info symtabs
44ea7b70
JB
10057(@value{GDBP})
10058@end smallexample
10059@noindent
10060We see that there is one partial symbol table whose filename contains
10061the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10062and we see that @value{GDBN} has not read in any symtabs yet at all.
10063If we set a breakpoint on a function, that will cause @value{GDBN} to
10064read the symtab for the compilation unit containing that function:
10065
10066@smallexample
10067(@value{GDBP}) break dwarf2_psymtab_to_symtab
10068Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10069line 1574.
5e7b2f39 10070(@value{GDBP}) maint info symtabs
b383017d 10071@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 10072 ((struct objfile *) 0x82e69d0)
b383017d 10073 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10074 ((struct symtab *) 0x86c1f38)
10075 dirname (null)
10076 fullname (null)
10077 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10078 debugformat DWARF 2
10079 @}
10080@}
b383017d 10081(@value{GDBP})
44ea7b70 10082@end smallexample
c906108c
SS
10083@end table
10084
44ea7b70 10085
6d2ebf8b 10086@node Altering
c906108c
SS
10087@chapter Altering Execution
10088
10089Once you think you have found an error in your program, you might want to
10090find out for certain whether correcting the apparent error would lead to
10091correct results in the rest of the run. You can find the answer by
10092experiment, using the @value{GDBN} features for altering execution of the
10093program.
10094
10095For example, you can store new values into variables or memory
7a292a7a
SS
10096locations, give your program a signal, restart it at a different
10097address, or even return prematurely from a function.
c906108c
SS
10098
10099@menu
10100* Assignment:: Assignment to variables
10101* Jumping:: Continuing at a different address
c906108c 10102* Signaling:: Giving your program a signal
c906108c
SS
10103* Returning:: Returning from a function
10104* Calling:: Calling your program's functions
10105* Patching:: Patching your program
10106@end menu
10107
6d2ebf8b 10108@node Assignment
c906108c
SS
10109@section Assignment to variables
10110
10111@cindex assignment
10112@cindex setting variables
10113To alter the value of a variable, evaluate an assignment expression.
10114@xref{Expressions, ,Expressions}. For example,
10115
474c8240 10116@smallexample
c906108c 10117print x=4
474c8240 10118@end smallexample
c906108c
SS
10119
10120@noindent
10121stores the value 4 into the variable @code{x}, and then prints the
5d161b24 10122value of the assignment expression (which is 4).
c906108c
SS
10123@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10124information on operators in supported languages.
c906108c
SS
10125
10126@kindex set variable
10127@cindex variables, setting
10128If you are not interested in seeing the value of the assignment, use the
10129@code{set} command instead of the @code{print} command. @code{set} is
10130really the same as @code{print} except that the expression's value is
10131not printed and is not put in the value history (@pxref{Value History,
10132,Value history}). The expression is evaluated only for its effects.
10133
c906108c
SS
10134If the beginning of the argument string of the @code{set} command
10135appears identical to a @code{set} subcommand, use the @code{set
10136variable} command instead of just @code{set}. This command is identical
10137to @code{set} except for its lack of subcommands. For example, if your
10138program has a variable @code{width}, you get an error if you try to set
10139a new value with just @samp{set width=13}, because @value{GDBN} has the
10140command @code{set width}:
10141
474c8240 10142@smallexample
c906108c
SS
10143(@value{GDBP}) whatis width
10144type = double
10145(@value{GDBP}) p width
10146$4 = 13
10147(@value{GDBP}) set width=47
10148Invalid syntax in expression.
474c8240 10149@end smallexample
c906108c
SS
10150
10151@noindent
10152The invalid expression, of course, is @samp{=47}. In
10153order to actually set the program's variable @code{width}, use
10154
474c8240 10155@smallexample
c906108c 10156(@value{GDBP}) set var width=47
474c8240 10157@end smallexample
53a5351d 10158
c906108c
SS
10159Because the @code{set} command has many subcommands that can conflict
10160with the names of program variables, it is a good idea to use the
10161@code{set variable} command instead of just @code{set}. For example, if
10162your program has a variable @code{g}, you run into problems if you try
10163to set a new value with just @samp{set g=4}, because @value{GDBN} has
10164the command @code{set gnutarget}, abbreviated @code{set g}:
10165
474c8240 10166@smallexample
c906108c
SS
10167@group
10168(@value{GDBP}) whatis g
10169type = double
10170(@value{GDBP}) p g
10171$1 = 1
10172(@value{GDBP}) set g=4
2df3850c 10173(@value{GDBP}) p g
c906108c
SS
10174$2 = 1
10175(@value{GDBP}) r
10176The program being debugged has been started already.
10177Start it from the beginning? (y or n) y
10178Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
10179"/home/smith/cc_progs/a.out": can't open to read symbols:
10180 Invalid bfd target.
c906108c
SS
10181(@value{GDBP}) show g
10182The current BFD target is "=4".
10183@end group
474c8240 10184@end smallexample
c906108c
SS
10185
10186@noindent
10187The program variable @code{g} did not change, and you silently set the
10188@code{gnutarget} to an invalid value. In order to set the variable
10189@code{g}, use
10190
474c8240 10191@smallexample
c906108c 10192(@value{GDBP}) set var g=4
474c8240 10193@end smallexample
c906108c
SS
10194
10195@value{GDBN} allows more implicit conversions in assignments than C; you can
10196freely store an integer value into a pointer variable or vice versa,
10197and you can convert any structure to any other structure that is the
10198same length or shorter.
10199@comment FIXME: how do structs align/pad in these conversions?
10200@comment /doc@cygnus.com 18dec1990
10201
10202To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10203construct to generate a value of specified type at a specified address
10204(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10205to memory location @code{0x83040} as an integer (which implies a certain size
10206and representation in memory), and
10207
474c8240 10208@smallexample
c906108c 10209set @{int@}0x83040 = 4
474c8240 10210@end smallexample
c906108c
SS
10211
10212@noindent
10213stores the value 4 into that memory location.
10214
6d2ebf8b 10215@node Jumping
c906108c
SS
10216@section Continuing at a different address
10217
10218Ordinarily, when you continue your program, you do so at the place where
10219it stopped, with the @code{continue} command. You can instead continue at
10220an address of your own choosing, with the following commands:
10221
10222@table @code
10223@kindex jump
10224@item jump @var{linespec}
10225Resume execution at line @var{linespec}. Execution stops again
10226immediately if there is a breakpoint there. @xref{List, ,Printing
10227source lines}, for a description of the different forms of
10228@var{linespec}. It is common practice to use the @code{tbreak} command
10229in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10230breakpoints}.
10231
10232The @code{jump} command does not change the current stack frame, or
10233the stack pointer, or the contents of any memory location or any
10234register other than the program counter. If line @var{linespec} is in
10235a different function from the one currently executing, the results may
10236be bizarre if the two functions expect different patterns of arguments or
10237of local variables. For this reason, the @code{jump} command requests
10238confirmation if the specified line is not in the function currently
10239executing. However, even bizarre results are predictable if you are
10240well acquainted with the machine-language code of your program.
10241
10242@item jump *@var{address}
10243Resume execution at the instruction at address @var{address}.
10244@end table
10245
c906108c 10246@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
10247On many systems, you can get much the same effect as the @code{jump}
10248command by storing a new value into the register @code{$pc}. The
10249difference is that this does not start your program running; it only
10250changes the address of where it @emph{will} run when you continue. For
10251example,
c906108c 10252
474c8240 10253@smallexample
c906108c 10254set $pc = 0x485
474c8240 10255@end smallexample
c906108c
SS
10256
10257@noindent
10258makes the next @code{continue} command or stepping command execute at
10259address @code{0x485}, rather than at the address where your program stopped.
10260@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
10261
10262The most common occasion to use the @code{jump} command is to back
10263up---perhaps with more breakpoints set---over a portion of a program
10264that has already executed, in order to examine its execution in more
10265detail.
10266
c906108c 10267@c @group
6d2ebf8b 10268@node Signaling
c906108c 10269@section Giving your program a signal
9c16f35a 10270@cindex deliver a signal to a program
c906108c
SS
10271
10272@table @code
10273@kindex signal
10274@item signal @var{signal}
10275Resume execution where your program stopped, but immediately give it the
10276signal @var{signal}. @var{signal} can be the name or the number of a
10277signal. For example, on many systems @code{signal 2} and @code{signal
10278SIGINT} are both ways of sending an interrupt signal.
10279
10280Alternatively, if @var{signal} is zero, continue execution without
10281giving a signal. This is useful when your program stopped on account of
10282a signal and would ordinary see the signal when resumed with the
10283@code{continue} command; @samp{signal 0} causes it to resume without a
10284signal.
10285
10286@code{signal} does not repeat when you press @key{RET} a second time
10287after executing the command.
10288@end table
10289@c @end group
10290
10291Invoking the @code{signal} command is not the same as invoking the
10292@code{kill} utility from the shell. Sending a signal with @code{kill}
10293causes @value{GDBN} to decide what to do with the signal depending on
10294the signal handling tables (@pxref{Signals}). The @code{signal} command
10295passes the signal directly to your program.
10296
c906108c 10297
6d2ebf8b 10298@node Returning
c906108c
SS
10299@section Returning from a function
10300
10301@table @code
10302@cindex returning from a function
10303@kindex return
10304@item return
10305@itemx return @var{expression}
10306You can cancel execution of a function call with the @code{return}
10307command. If you give an
10308@var{expression} argument, its value is used as the function's return
10309value.
10310@end table
10311
10312When you use @code{return}, @value{GDBN} discards the selected stack frame
10313(and all frames within it). You can think of this as making the
10314discarded frame return prematurely. If you wish to specify a value to
10315be returned, give that value as the argument to @code{return}.
10316
10317This pops the selected stack frame (@pxref{Selection, ,Selecting a
10318frame}), and any other frames inside of it, leaving its caller as the
10319innermost remaining frame. That frame becomes selected. The
10320specified value is stored in the registers used for returning values
10321of functions.
10322
10323The @code{return} command does not resume execution; it leaves the
10324program stopped in the state that would exist if the function had just
10325returned. In contrast, the @code{finish} command (@pxref{Continuing
10326and Stepping, ,Continuing and stepping}) resumes execution until the
10327selected stack frame returns naturally.
10328
6d2ebf8b 10329@node Calling
c906108c
SS
10330@section Calling program functions
10331
f8568604 10332@table @code
c906108c 10333@cindex calling functions
f8568604
EZ
10334@cindex inferior functions, calling
10335@item print @var{expr}
9c16f35a 10336Evaluate the expression @var{expr} and display the resuling value.
f8568604
EZ
10337@var{expr} may include calls to functions in the program being
10338debugged.
10339
c906108c 10340@kindex call
c906108c
SS
10341@item call @var{expr}
10342Evaluate the expression @var{expr} without displaying @code{void}
10343returned values.
c906108c
SS
10344
10345You can use this variant of the @code{print} command if you want to
f8568604
EZ
10346execute a function from your program that does not return anything
10347(a.k.a.@: @dfn{a void function}), but without cluttering the output
10348with @code{void} returned values that @value{GDBN} will otherwise
10349print. If the result is not void, it is printed and saved in the
10350value history.
10351@end table
10352
9c16f35a
EZ
10353It is possible for the function you call via the @code{print} or
10354@code{call} command to generate a signal (e.g., if there's a bug in
10355the function, or if you passed it incorrect arguments). What happens
10356in that case is controlled by the @code{set unwindonsignal} command.
10357
10358@table @code
10359@item set unwindonsignal
10360@kindex set unwindonsignal
10361@cindex unwind stack in called functions
10362@cindex call dummy stack unwinding
10363Set unwinding of the stack if a signal is received while in a function
10364that @value{GDBN} called in the program being debugged. If set to on,
10365@value{GDBN} unwinds the stack it created for the call and restores
10366the context to what it was before the call. If set to off (the
10367default), @value{GDBN} stops in the frame where the signal was
10368received.
10369
10370@item show unwindonsignal
10371@kindex show unwindonsignal
10372Show the current setting of stack unwinding in the functions called by
10373@value{GDBN}.
10374@end table
10375
f8568604
EZ
10376@cindex weak alias functions
10377Sometimes, a function you wish to call is actually a @dfn{weak alias}
10378for another function. In such case, @value{GDBN} might not pick up
10379the type information, including the types of the function arguments,
10380which causes @value{GDBN} to call the inferior function incorrectly.
10381As a result, the called function will function erroneously and may
10382even crash. A solution to that is to use the name of the aliased
10383function instead.
c906108c 10384
6d2ebf8b 10385@node Patching
c906108c 10386@section Patching programs
7a292a7a 10387
c906108c
SS
10388@cindex patching binaries
10389@cindex writing into executables
c906108c 10390@cindex writing into corefiles
c906108c 10391
7a292a7a
SS
10392By default, @value{GDBN} opens the file containing your program's
10393executable code (or the corefile) read-only. This prevents accidental
10394alterations to machine code; but it also prevents you from intentionally
10395patching your program's binary.
c906108c
SS
10396
10397If you'd like to be able to patch the binary, you can specify that
10398explicitly with the @code{set write} command. For example, you might
10399want to turn on internal debugging flags, or even to make emergency
10400repairs.
10401
10402@table @code
10403@kindex set write
10404@item set write on
10405@itemx set write off
7a292a7a
SS
10406If you specify @samp{set write on}, @value{GDBN} opens executable and
10407core files for both reading and writing; if you specify @samp{set write
c906108c
SS
10408off} (the default), @value{GDBN} opens them read-only.
10409
10410If you have already loaded a file, you must load it again (using the
7a292a7a
SS
10411@code{exec-file} or @code{core-file} command) after changing @code{set
10412write}, for your new setting to take effect.
c906108c
SS
10413
10414@item show write
10415@kindex show write
7a292a7a
SS
10416Display whether executable files and core files are opened for writing
10417as well as reading.
c906108c
SS
10418@end table
10419
6d2ebf8b 10420@node GDB Files
c906108c
SS
10421@chapter @value{GDBN} Files
10422
7a292a7a
SS
10423@value{GDBN} needs to know the file name of the program to be debugged,
10424both in order to read its symbol table and in order to start your
10425program. To debug a core dump of a previous run, you must also tell
10426@value{GDBN} the name of the core dump file.
c906108c
SS
10427
10428@menu
10429* Files:: Commands to specify files
5b5d99cf 10430* Separate Debug Files:: Debugging information in separate files
c906108c
SS
10431* Symbol Errors:: Errors reading symbol files
10432@end menu
10433
6d2ebf8b 10434@node Files
c906108c 10435@section Commands to specify files
c906108c 10436
7a292a7a 10437@cindex symbol table
c906108c 10438@cindex core dump file
7a292a7a
SS
10439
10440You may want to specify executable and core dump file names. The usual
10441way to do this is at start-up time, using the arguments to
10442@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10443Out of @value{GDBN}}).
c906108c
SS
10444
10445Occasionally it is necessary to change to a different file during a
10446@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
10447a file you want to use. In these situations the @value{GDBN} commands
10448to specify new files are useful.
10449
10450@table @code
10451@cindex executable file
10452@kindex file
10453@item file @var{filename}
10454Use @var{filename} as the program to be debugged. It is read for its
10455symbols and for the contents of pure memory. It is also the program
10456executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
10457directory and the file is not found in the @value{GDBN} working directory,
10458@value{GDBN} uses the environment variable @code{PATH} as a list of
10459directories to search, just as the shell does when looking for a program
10460to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
10461and your program, using the @code{path} command.
10462
6d2ebf8b 10463On systems with memory-mapped files, an auxiliary file named
c906108c
SS
10464@file{@var{filename}.syms} may hold symbol table information for
10465@var{filename}. If so, @value{GDBN} maps in the symbol table from
10466@file{@var{filename}.syms}, starting up more quickly. See the
10467descriptions of the file options @samp{-mapped} and @samp{-readnow}
7b5ba0cc
EZ
10468(available on the command line, see @ref{File Options, , -readnow},
10469and with the commands @code{file}, @code{symbol-file}, or
10470@code{add-symbol-file}, described below), for more information.
c906108c
SS
10471
10472@item file
10473@code{file} with no argument makes @value{GDBN} discard any information it
10474has on both executable file and the symbol table.
10475
10476@kindex exec-file
10477@item exec-file @r{[} @var{filename} @r{]}
10478Specify that the program to be run (but not the symbol table) is found
10479in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10480if necessary to locate your program. Omitting @var{filename} means to
10481discard information on the executable file.
10482
10483@kindex symbol-file
10484@item symbol-file @r{[} @var{filename} @r{]}
10485Read symbol table information from file @var{filename}. @code{PATH} is
10486searched when necessary. Use the @code{file} command to get both symbol
10487table and program to run from the same file.
10488
10489@code{symbol-file} with no argument clears out @value{GDBN} information on your
10490program's symbol table.
10491
5d161b24 10492The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
10493of its convenience variables, the value history, and all breakpoints and
10494auto-display expressions. This is because they may contain pointers to
10495the internal data recording symbols and data types, which are part of
10496the old symbol table data being discarded inside @value{GDBN}.
10497
10498@code{symbol-file} does not repeat if you press @key{RET} again after
10499executing it once.
10500
10501When @value{GDBN} is configured for a particular environment, it
10502understands debugging information in whatever format is the standard
10503generated for that environment; you may use either a @sc{gnu} compiler, or
10504other compilers that adhere to the local conventions.
c906108c
SS
10505Best results are usually obtained from @sc{gnu} compilers; for example,
10506using @code{@value{GCC}} you can generate debugging information for
10507optimized code.
c906108c
SS
10508
10509For most kinds of object files, with the exception of old SVR3 systems
10510using COFF, the @code{symbol-file} command does not normally read the
10511symbol table in full right away. Instead, it scans the symbol table
10512quickly to find which source files and which symbols are present. The
10513details are read later, one source file at a time, as they are needed.
10514
10515The purpose of this two-stage reading strategy is to make @value{GDBN}
10516start up faster. For the most part, it is invisible except for
10517occasional pauses while the symbol table details for a particular source
10518file are being read. (The @code{set verbose} command can turn these
10519pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10520warnings and messages}.)
10521
c906108c
SS
10522We have not implemented the two-stage strategy for COFF yet. When the
10523symbol table is stored in COFF format, @code{symbol-file} reads the
10524symbol table data in full right away. Note that ``stabs-in-COFF''
10525still does the two-stage strategy, since the debug info is actually
10526in stabs format.
10527
10528@kindex readnow
10529@cindex reading symbols immediately
10530@cindex symbols, reading immediately
10531@kindex mapped
10532@cindex memory-mapped symbol file
10533@cindex saving symbol table
10534@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10535@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10536You can override the @value{GDBN} two-stage strategy for reading symbol
10537tables by using the @samp{-readnow} option with any of the commands that
10538load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 10539entire symbol table available.
c906108c 10540
c906108c
SS
10541If memory-mapped files are available on your system through the
10542@code{mmap} system call, you can use another option, @samp{-mapped}, to
10543cause @value{GDBN} to write the symbols for your program into a reusable
10544file. Future @value{GDBN} debugging sessions map in symbol information
10545from this auxiliary symbol file (if the program has not changed), rather
10546than spending time reading the symbol table from the executable
10547program. Using the @samp{-mapped} option has the same effect as
10548starting @value{GDBN} with the @samp{-mapped} command-line option.
10549
10550You can use both options together, to make sure the auxiliary symbol
10551file has all the symbol information for your program.
10552
10553The auxiliary symbol file for a program called @var{myprog} is called
10554@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
10555than the corresponding executable), @value{GDBN} always attempts to use
10556it when you debug @var{myprog}; no special options or commands are
10557needed.
10558
10559The @file{.syms} file is specific to the host machine where you run
10560@value{GDBN}. It holds an exact image of the internal @value{GDBN}
10561symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
10562
10563@c FIXME: for now no mention of directories, since this seems to be in
10564@c flux. 13mar1992 status is that in theory GDB would look either in
10565@c current dir or in same dir as myprog; but issues like competing
10566@c GDB's, or clutter in system dirs, mean that in practice right now
10567@c only current dir is used. FFish says maybe a special GDB hierarchy
10568@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10569@c files.
10570
c906108c 10571@kindex core-file
09d4efe1 10572@item core-file @r{[}@var{filename}@r{]}
4644b6e3 10573@itemx core
c906108c
SS
10574Specify the whereabouts of a core dump file to be used as the ``contents
10575of memory''. Traditionally, core files contain only some parts of the
10576address space of the process that generated them; @value{GDBN} can access the
10577executable file itself for other parts.
10578
10579@code{core-file} with no argument specifies that no core file is
10580to be used.
10581
10582Note that the core file is ignored when your program is actually running
7a292a7a
SS
10583under @value{GDBN}. So, if you have been running your program and you
10584wish to debug a core file instead, you must kill the subprocess in which
10585the program is running. To do this, use the @code{kill} command
c906108c 10586(@pxref{Kill Process, ,Killing the child process}).
c906108c 10587
c906108c
SS
10588@kindex add-symbol-file
10589@cindex dynamic linking
10590@item add-symbol-file @var{filename} @var{address}
10591@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 10592@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
10593The @code{add-symbol-file} command reads additional symbol table
10594information from the file @var{filename}. You would use this command
10595when @var{filename} has been dynamically loaded (by some other means)
10596into the program that is running. @var{address} should be the memory
10597address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
10598this out for itself. You can additionally specify an arbitrary number
10599of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10600section name and base address for that section. You can specify any
10601@var{address} as an expression.
c906108c
SS
10602
10603The symbol table of the file @var{filename} is added to the symbol table
10604originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
10605@code{add-symbol-file} command any number of times; the new symbol data
10606thus read keeps adding to the old. To discard all old symbol data
10607instead, use the @code{symbol-file} command without any arguments.
c906108c 10608
17d9d558
JB
10609@cindex relocatable object files, reading symbols from
10610@cindex object files, relocatable, reading symbols from
10611@cindex reading symbols from relocatable object files
10612@cindex symbols, reading from relocatable object files
10613@cindex @file{.o} files, reading symbols from
10614Although @var{filename} is typically a shared library file, an
10615executable file, or some other object file which has been fully
10616relocated for loading into a process, you can also load symbolic
10617information from relocatable @file{.o} files, as long as:
10618
10619@itemize @bullet
10620@item
10621the file's symbolic information refers only to linker symbols defined in
10622that file, not to symbols defined by other object files,
10623@item
10624every section the file's symbolic information refers to has actually
10625been loaded into the inferior, as it appears in the file, and
10626@item
10627you can determine the address at which every section was loaded, and
10628provide these to the @code{add-symbol-file} command.
10629@end itemize
10630
10631@noindent
10632Some embedded operating systems, like Sun Chorus and VxWorks, can load
10633relocatable files into an already running program; such systems
10634typically make the requirements above easy to meet. However, it's
10635important to recognize that many native systems use complex link
49efadf5 10636procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
10637assembly, for example) that make the requirements difficult to meet. In
10638general, one cannot assume that using @code{add-symbol-file} to read a
10639relocatable object file's symbolic information will have the same effect
10640as linking the relocatable object file into the program in the normal
10641way.
10642
c906108c
SS
10643@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10644
10645You can use the @samp{-mapped} and @samp{-readnow} options just as with
10646the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10647table information for @var{filename}.
10648
09d4efe1
EZ
10649@kindex add-shared-symbol-files
10650@kindex assf
10651@item add-shared-symbol-files @var{library-file}
10652@itemx assf @var{library-file}
10653The @code{add-shared-symbol-files} command can currently be used only
10654in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10655alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10656@value{GDBN} automatically looks for shared libraries, however if
10657@value{GDBN} does not find yours, you can invoke
10658@code{add-shared-symbol-files}. It takes one argument: the shared
10659library's file name. @code{assf} is a shorthand alias for
10660@code{add-shared-symbol-files}.
c906108c 10661
c906108c 10662@kindex section
09d4efe1
EZ
10663@item section @var{section} @var{addr}
10664The @code{section} command changes the base address of the named
10665@var{section} of the exec file to @var{addr}. This can be used if the
10666exec file does not contain section addresses, (such as in the
10667@code{a.out} format), or when the addresses specified in the file
10668itself are wrong. Each section must be changed separately. The
10669@code{info files} command, described below, lists all the sections and
10670their addresses.
c906108c
SS
10671
10672@kindex info files
10673@kindex info target
10674@item info files
10675@itemx info target
7a292a7a
SS
10676@code{info files} and @code{info target} are synonymous; both print the
10677current target (@pxref{Targets, ,Specifying a Debugging Target}),
10678including the names of the executable and core dump files currently in
10679use by @value{GDBN}, and the files from which symbols were loaded. The
10680command @code{help target} lists all possible targets rather than
10681current ones.
10682
fe95c787
MS
10683@kindex maint info sections
10684@item maint info sections
10685Another command that can give you extra information about program sections
10686is @code{maint info sections}. In addition to the section information
10687displayed by @code{info files}, this command displays the flags and file
10688offset of each section in the executable and core dump files. In addition,
10689@code{maint info sections} provides the following command options (which
10690may be arbitrarily combined):
10691
10692@table @code
10693@item ALLOBJ
10694Display sections for all loaded object files, including shared libraries.
10695@item @var{sections}
6600abed 10696Display info only for named @var{sections}.
fe95c787
MS
10697@item @var{section-flags}
10698Display info only for sections for which @var{section-flags} are true.
10699The section flags that @value{GDBN} currently knows about are:
10700@table @code
10701@item ALLOC
10702Section will have space allocated in the process when loaded.
10703Set for all sections except those containing debug information.
10704@item LOAD
10705Section will be loaded from the file into the child process memory.
10706Set for pre-initialized code and data, clear for @code{.bss} sections.
10707@item RELOC
10708Section needs to be relocated before loading.
10709@item READONLY
10710Section cannot be modified by the child process.
10711@item CODE
10712Section contains executable code only.
6600abed 10713@item DATA
fe95c787
MS
10714Section contains data only (no executable code).
10715@item ROM
10716Section will reside in ROM.
10717@item CONSTRUCTOR
10718Section contains data for constructor/destructor lists.
10719@item HAS_CONTENTS
10720Section is not empty.
10721@item NEVER_LOAD
10722An instruction to the linker to not output the section.
10723@item COFF_SHARED_LIBRARY
10724A notification to the linker that the section contains
10725COFF shared library information.
10726@item IS_COMMON
10727Section contains common symbols.
10728@end table
10729@end table
6763aef9 10730@kindex set trust-readonly-sections
9c16f35a 10731@cindex read-only sections
6763aef9
MS
10732@item set trust-readonly-sections on
10733Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10734really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10735In that case, @value{GDBN} can fetch values from these sections
10736out of the object file, rather than from the target program.
10737For some targets (notably embedded ones), this can be a significant
10738enhancement to debugging performance.
10739
10740The default is off.
10741
10742@item set trust-readonly-sections off
15110bc3 10743Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10744the contents of the section might change while the program is running,
10745and must therefore be fetched from the target when needed.
9c16f35a
EZ
10746
10747@item show trust-readonly-sections
10748Show the current setting of trusting readonly sections.
c906108c
SS
10749@end table
10750
10751All file-specifying commands allow both absolute and relative file names
10752as arguments. @value{GDBN} always converts the file name to an absolute file
10753name and remembers it that way.
10754
c906108c 10755@cindex shared libraries
9c16f35a
EZ
10756@value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10757and IBM RS/6000 AIX shared libraries.
53a5351d 10758
c906108c
SS
10759@value{GDBN} automatically loads symbol definitions from shared libraries
10760when you use the @code{run} command, or when you examine a core file.
10761(Before you issue the @code{run} command, @value{GDBN} does not understand
10762references to a function in a shared library, however---unless you are
10763debugging a core file).
53a5351d
JM
10764
10765On HP-UX, if the program loads a library explicitly, @value{GDBN}
10766automatically loads the symbols at the time of the @code{shl_load} call.
10767
c906108c
SS
10768@c FIXME: some @value{GDBN} release may permit some refs to undef
10769@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10770@c FIXME...lib; check this from time to time when updating manual
10771
b7209cb4
FF
10772There are times, however, when you may wish to not automatically load
10773symbol definitions from shared libraries, such as when they are
10774particularly large or there are many of them.
10775
10776To control the automatic loading of shared library symbols, use the
10777commands:
10778
10779@table @code
10780@kindex set auto-solib-add
10781@item set auto-solib-add @var{mode}
10782If @var{mode} is @code{on}, symbols from all shared object libraries
10783will be loaded automatically when the inferior begins execution, you
10784attach to an independently started inferior, or when the dynamic linker
10785informs @value{GDBN} that a new library has been loaded. If @var{mode}
10786is @code{off}, symbols must be loaded manually, using the
10787@code{sharedlibrary} command. The default value is @code{on}.
10788
dcaf7c2c
EZ
10789@cindex memory used for symbol tables
10790If your program uses lots of shared libraries with debug info that
10791takes large amounts of memory, you can decrease the @value{GDBN}
10792memory footprint by preventing it from automatically loading the
10793symbols from shared libraries. To that end, type @kbd{set
10794auto-solib-add off} before running the inferior, then load each
10795library whose debug symbols you do need with @kbd{sharedlibrary
10796@var{regexp}}, where @var{regexp} is a regular expresion that matches
10797the libraries whose symbols you want to be loaded.
10798
b7209cb4
FF
10799@kindex show auto-solib-add
10800@item show auto-solib-add
10801Display the current autoloading mode.
10802@end table
10803
10804To explicitly load shared library symbols, use the @code{sharedlibrary}
10805command:
10806
c906108c
SS
10807@table @code
10808@kindex info sharedlibrary
10809@kindex info share
10810@item info share
10811@itemx info sharedlibrary
10812Print the names of the shared libraries which are currently loaded.
10813
10814@kindex sharedlibrary
10815@kindex share
10816@item sharedlibrary @var{regex}
10817@itemx share @var{regex}
c906108c
SS
10818Load shared object library symbols for files matching a
10819Unix regular expression.
10820As with files loaded automatically, it only loads shared libraries
10821required by your program for a core file or after typing @code{run}. If
10822@var{regex} is omitted all shared libraries required by your program are
10823loaded.
10824@end table
10825
b7209cb4
FF
10826On some systems, such as HP-UX systems, @value{GDBN} supports
10827autoloading shared library symbols until a limiting threshold size is
10828reached. This provides the benefit of allowing autoloading to remain on
10829by default, but avoids autoloading excessively large shared libraries,
10830up to a threshold that is initially set, but which you can modify if you
10831wish.
c906108c
SS
10832
10833Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10834loaded. To load these symbols, use the command @code{sharedlibrary
10835@var{filename}}. The base address of the shared library is determined
c906108c
SS
10836automatically by @value{GDBN} and need not be specified.
10837
10838To display or set the threshold, use the commands:
10839
10840@table @code
b7209cb4
FF
10841@kindex set auto-solib-limit
10842@item set auto-solib-limit @var{threshold}
10843Set the autoloading size threshold, in an integral number of megabytes.
10844If @var{threshold} is nonzero and shared library autoloading is enabled,
10845symbols from all shared object libraries will be loaded until the total
10846size of the loaded shared library symbols exceeds this threshold.
c906108c 10847Otherwise, symbols must be loaded manually, using the
6ca652b0 10848@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10849Mb).
c906108c 10850
b7209cb4
FF
10851@kindex show auto-solib-limit
10852@item show auto-solib-limit
c906108c
SS
10853Display the current autoloading size threshold, in megabytes.
10854@end table
c906108c 10855
f5ebfba0
DJ
10856Shared libraries are also supported in many cross or remote debugging
10857configurations. A copy of the target's libraries need to be present on the
10858host system; they need to be the same as the target libraries, although the
10859copies on the target can be stripped as long as the copies on the host are
10860not.
10861
10862You need to tell @value{GDBN} where the target libraries are, so that it can
10863load the correct copies---otherwise, it may try to load the host's libraries.
10864@value{GDBN} has two variables to specify the search directories for target
10865libraries.
10866
10867@table @code
10868@kindex set solib-absolute-prefix
10869@item set solib-absolute-prefix @var{path}
10870If this variable is set, @var{path} will be used as a prefix for any
10871absolute shared library paths; many runtime loaders store the absolute
10872paths to the shared library in the target program's memory. If you use
10873@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10874out in the same way that they are on the target, with e.g.@: a
10875@file{/usr/lib} hierarchy under @var{path}.
10876
10877You can set the default value of @samp{solib-absolute-prefix} by using the
10878configure-time @samp{--with-sysroot} option.
10879
10880@kindex show solib-absolute-prefix
10881@item show solib-absolute-prefix
10882Display the current shared library prefix.
10883
10884@kindex set solib-search-path
10885@item set solib-search-path @var{path}
10886If this variable is set, @var{path} is a colon-separated list of directories
10887to search for shared libraries. @samp{solib-search-path} is used after
10888@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10889the library is relative instead of absolute. If you want to use
10890@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10891set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10892@value{GDBN} from finding your host's libraries.
10893
10894@kindex show solib-search-path
10895@item show solib-search-path
10896Display the current shared library search path.
10897@end table
10898
5b5d99cf
JB
10899
10900@node Separate Debug Files
10901@section Debugging Information in Separate Files
10902@cindex separate debugging information files
10903@cindex debugging information in separate files
10904@cindex @file{.debug} subdirectories
10905@cindex debugging information directory, global
10906@cindex global debugging information directory
10907
10908@value{GDBN} allows you to put a program's debugging information in a
10909file separate from the executable itself, in a way that allows
10910@value{GDBN} to find and load the debugging information automatically.
10911Since debugging information can be very large --- sometimes larger
10912than the executable code itself --- some systems distribute debugging
10913information for their executables in separate files, which users can
10914install only when they need to debug a problem.
10915
10916If an executable's debugging information has been extracted to a
10917separate file, the executable should contain a @dfn{debug link} giving
10918the name of the debugging information file (with no directory
10919components), and a checksum of its contents. (The exact form of a
10920debug link is described below.) If the full name of the directory
10921containing the executable is @var{execdir}, and the executable has a
10922debug link that specifies the name @var{debugfile}, then @value{GDBN}
10923will automatically search for the debugging information file in three
10924places:
10925
10926@itemize @bullet
10927@item
10928the directory containing the executable file (that is, it will look
10929for a file named @file{@var{execdir}/@var{debugfile}},
10930@item
10931a subdirectory of that directory named @file{.debug} (that is, the
10932file @file{@var{execdir}/.debug/@var{debugfile}}, and
10933@item
10934a subdirectory of the global debug file directory that includes the
10935executable's full path, and the name from the link (that is, the file
10936@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10937@var{globaldebugdir} is the global debug file directory, and
10938@var{execdir} has been turned into a relative path).
10939@end itemize
10940@noindent
10941@value{GDBN} checks under each of these names for a debugging
10942information file whose checksum matches that given in the link, and
10943reads the debugging information from the first one it finds.
10944
10945So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10946which has a link containing the name @file{ls.debug}, and the global
10947debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10948for debug information in @file{/usr/bin/ls.debug},
10949@file{/usr/bin/.debug/ls.debug}, and
10950@file{/usr/lib/debug/usr/bin/ls.debug}.
10951
10952You can set the global debugging info directory's name, and view the
10953name @value{GDBN} is currently using.
10954
10955@table @code
10956
10957@kindex set debug-file-directory
10958@item set debug-file-directory @var{directory}
10959Set the directory which @value{GDBN} searches for separate debugging
10960information files to @var{directory}.
10961
10962@kindex show debug-file-directory
10963@item show debug-file-directory
10964Show the directory @value{GDBN} searches for separate debugging
10965information files.
10966
10967@end table
10968
10969@cindex @code{.gnu_debuglink} sections
10970@cindex debug links
10971A debug link is a special section of the executable file named
10972@code{.gnu_debuglink}. The section must contain:
10973
10974@itemize
10975@item
10976A filename, with any leading directory components removed, followed by
10977a zero byte,
10978@item
10979zero to three bytes of padding, as needed to reach the next four-byte
10980boundary within the section, and
10981@item
10982a four-byte CRC checksum, stored in the same endianness used for the
10983executable file itself. The checksum is computed on the debugging
10984information file's full contents by the function given below, passing
10985zero as the @var{crc} argument.
10986@end itemize
10987
10988Any executable file format can carry a debug link, as long as it can
10989contain a section named @code{.gnu_debuglink} with the contents
10990described above.
10991
10992The debugging information file itself should be an ordinary
10993executable, containing a full set of linker symbols, sections, and
10994debugging information. The sections of the debugging information file
10995should have the same names, addresses and sizes as the original file,
10996but they need not contain any data --- much like a @code{.bss} section
10997in an ordinary executable.
10998
10999As of December 2002, there is no standard GNU utility to produce
11000separated executable / debugging information file pairs. Ulrich
11001Drepper's @file{elfutils} package, starting with version 0.53,
11002contains a version of the @code{strip} command such that the command
11003@kbd{strip foo -f foo.debug} removes the debugging information from
11004the executable file @file{foo}, places it in the file
11005@file{foo.debug}, and leaves behind a debug link in @file{foo}.
11006
11007Since there are many different ways to compute CRC's (different
11008polynomials, reversals, byte ordering, etc.), the simplest way to
11009describe the CRC used in @code{.gnu_debuglink} sections is to give the
11010complete code for a function that computes it:
11011
4644b6e3 11012@kindex gnu_debuglink_crc32
5b5d99cf
JB
11013@smallexample
11014unsigned long
11015gnu_debuglink_crc32 (unsigned long crc,
11016 unsigned char *buf, size_t len)
11017@{
11018 static const unsigned long crc32_table[256] =
11019 @{
11020 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11021 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11022 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11023 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11024 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11025 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11026 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11027 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11028 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11029 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11030 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11031 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11032 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11033 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11034 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11035 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11036 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11037 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11038 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11039 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11040 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11041 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11042 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11043 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11044 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11045 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11046 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11047 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11048 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11049 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11050 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11051 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11052 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11053 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11054 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11055 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11056 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11057 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11058 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11059 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11060 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11061 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11062 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11063 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11064 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11065 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11066 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11067 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11068 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11069 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11070 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11071 0x2d02ef8d
11072 @};
11073 unsigned char *end;
11074
11075 crc = ~crc & 0xffffffff;
11076 for (end = buf + len; buf < end; ++buf)
11077 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 11078 return ~crc & 0xffffffff;
5b5d99cf
JB
11079@}
11080@end smallexample
11081
11082
6d2ebf8b 11083@node Symbol Errors
c906108c
SS
11084@section Errors reading symbol files
11085
11086While reading a symbol file, @value{GDBN} occasionally encounters problems,
11087such as symbol types it does not recognize, or known bugs in compiler
11088output. By default, @value{GDBN} does not notify you of such problems, since
11089they are relatively common and primarily of interest to people
11090debugging compilers. If you are interested in seeing information
11091about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11092only one message about each such type of problem, no matter how many
11093times the problem occurs; or you can ask @value{GDBN} to print more messages,
11094to see how many times the problems occur, with the @code{set
11095complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11096messages}).
11097
11098The messages currently printed, and their meanings, include:
11099
11100@table @code
11101@item inner block not inside outer block in @var{symbol}
11102
11103The symbol information shows where symbol scopes begin and end
11104(such as at the start of a function or a block of statements). This
11105error indicates that an inner scope block is not fully contained
11106in its outer scope blocks.
11107
11108@value{GDBN} circumvents the problem by treating the inner block as if it had
11109the same scope as the outer block. In the error message, @var{symbol}
11110may be shown as ``@code{(don't know)}'' if the outer block is not a
11111function.
11112
11113@item block at @var{address} out of order
11114
11115The symbol information for symbol scope blocks should occur in
11116order of increasing addresses. This error indicates that it does not
11117do so.
11118
11119@value{GDBN} does not circumvent this problem, and has trouble
11120locating symbols in the source file whose symbols it is reading. (You
11121can often determine what source file is affected by specifying
11122@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11123messages}.)
11124
11125@item bad block start address patched
11126
11127The symbol information for a symbol scope block has a start address
11128smaller than the address of the preceding source line. This is known
11129to occur in the SunOS 4.1.1 (and earlier) C compiler.
11130
11131@value{GDBN} circumvents the problem by treating the symbol scope block as
11132starting on the previous source line.
11133
11134@item bad string table offset in symbol @var{n}
11135
11136@cindex foo
11137Symbol number @var{n} contains a pointer into the string table which is
11138larger than the size of the string table.
11139
11140@value{GDBN} circumvents the problem by considering the symbol to have the
11141name @code{foo}, which may cause other problems if many symbols end up
11142with this name.
11143
11144@item unknown symbol type @code{0x@var{nn}}
11145
7a292a7a
SS
11146The symbol information contains new data types that @value{GDBN} does
11147not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 11148uncomprehended information, in hexadecimal.
c906108c 11149
7a292a7a
SS
11150@value{GDBN} circumvents the error by ignoring this symbol information.
11151This usually allows you to debug your program, though certain symbols
c906108c 11152are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
11153debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11154on @code{complain}, then go up to the function @code{read_dbx_symtab}
11155and examine @code{*bufp} to see the symbol.
c906108c
SS
11156
11157@item stub type has NULL name
c906108c 11158
7a292a7a 11159@value{GDBN} could not find the full definition for a struct or class.
c906108c 11160
7a292a7a 11161@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 11162The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
11163information that recent versions of the compiler should have output for
11164it.
c906108c
SS
11165
11166@item info mismatch between compiler and debugger
11167
11168@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 11169
c906108c
SS
11170@end table
11171
6d2ebf8b 11172@node Targets
c906108c 11173@chapter Specifying a Debugging Target
7a292a7a 11174
c906108c 11175@cindex debugging target
c906108c 11176A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
11177
11178Often, @value{GDBN} runs in the same host environment as your program;
11179in that case, the debugging target is specified as a side effect when
11180you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
11181flexibility---for example, running @value{GDBN} on a physically separate
11182host, or controlling a standalone system over a serial port or a
53a5351d
JM
11183realtime system over a TCP/IP connection---you can use the @code{target}
11184command to specify one of the target types configured for @value{GDBN}
11185(@pxref{Target Commands, ,Commands for managing targets}).
c906108c 11186
a8f24a35
EZ
11187@cindex target architecture
11188It is possible to build @value{GDBN} for several different @dfn{target
11189architectures}. When @value{GDBN} is built like that, you can choose
11190one of the available architectures with the @kbd{set architecture}
11191command.
11192
11193@table @code
11194@kindex set architecture
11195@kindex show architecture
11196@item set architecture @var{arch}
11197This command sets the current target architecture to @var{arch}. The
11198value of @var{arch} can be @code{"auto"}, in addition to one of the
11199supported architectures.
11200
11201@item show architecture
11202Show the current target architecture.
9c16f35a
EZ
11203
11204@item set processor
11205@itemx processor
11206@kindex set processor
11207@kindex show processor
11208These are alias commands for, respectively, @code{set architecture}
11209and @code{show architecture}.
a8f24a35
EZ
11210@end table
11211
c906108c
SS
11212@menu
11213* Active Targets:: Active targets
11214* Target Commands:: Commands for managing targets
c906108c
SS
11215* Byte Order:: Choosing target byte order
11216* Remote:: Remote debugging
96baa820 11217* KOD:: Kernel Object Display
c906108c
SS
11218
11219@end menu
11220
6d2ebf8b 11221@node Active Targets
c906108c 11222@section Active targets
7a292a7a 11223
c906108c
SS
11224@cindex stacking targets
11225@cindex active targets
11226@cindex multiple targets
11227
c906108c 11228There are three classes of targets: processes, core files, and
7a292a7a
SS
11229executable files. @value{GDBN} can work concurrently on up to three
11230active targets, one in each class. This allows you to (for example)
11231start a process and inspect its activity without abandoning your work on
11232a core file.
c906108c
SS
11233
11234For example, if you execute @samp{gdb a.out}, then the executable file
11235@code{a.out} is the only active target. If you designate a core file as
11236well---presumably from a prior run that crashed and coredumped---then
11237@value{GDBN} has two active targets and uses them in tandem, looking
11238first in the corefile target, then in the executable file, to satisfy
11239requests for memory addresses. (Typically, these two classes of target
11240are complementary, since core files contain only a program's
11241read-write memory---variables and so on---plus machine status, while
11242executable files contain only the program text and initialized data.)
c906108c
SS
11243
11244When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
11245target as well. When a process target is active, all @value{GDBN}
11246commands requesting memory addresses refer to that target; addresses in
11247an active core file or executable file target are obscured while the
11248process target is active.
c906108c 11249
7a292a7a
SS
11250Use the @code{core-file} and @code{exec-file} commands to select a new
11251core file or executable target (@pxref{Files, ,Commands to specify
c906108c 11252files}). To specify as a target a process that is already running, use
7a292a7a
SS
11253the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11254process}).
c906108c 11255
6d2ebf8b 11256@node Target Commands
c906108c
SS
11257@section Commands for managing targets
11258
11259@table @code
11260@item target @var{type} @var{parameters}
7a292a7a
SS
11261Connects the @value{GDBN} host environment to a target machine or
11262process. A target is typically a protocol for talking to debugging
11263facilities. You use the argument @var{type} to specify the type or
11264protocol of the target machine.
c906108c
SS
11265
11266Further @var{parameters} are interpreted by the target protocol, but
11267typically include things like device names or host names to connect
11268with, process numbers, and baud rates.
c906108c
SS
11269
11270The @code{target} command does not repeat if you press @key{RET} again
11271after executing the command.
11272
11273@kindex help target
11274@item help target
11275Displays the names of all targets available. To display targets
11276currently selected, use either @code{info target} or @code{info files}
11277(@pxref{Files, ,Commands to specify files}).
11278
11279@item help target @var{name}
11280Describe a particular target, including any parameters necessary to
11281select it.
11282
11283@kindex set gnutarget
11284@item set gnutarget @var{args}
5d161b24 11285@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 11286knows whether it is reading an @dfn{executable},
5d161b24
DB
11287a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11288with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
11289with @code{gnutarget} the @code{target} refers to a program, not a machine.
11290
d4f3574e 11291@quotation
c906108c
SS
11292@emph{Warning:} To specify a file format with @code{set gnutarget},
11293you must know the actual BFD name.
d4f3574e 11294@end quotation
c906108c 11295
d4f3574e
SS
11296@noindent
11297@xref{Files, , Commands to specify files}.
c906108c 11298
5d161b24 11299@kindex show gnutarget
c906108c
SS
11300@item show gnutarget
11301Use the @code{show gnutarget} command to display what file format
11302@code{gnutarget} is set to read. If you have not set @code{gnutarget},
11303@value{GDBN} will determine the file format for each file automatically,
11304and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11305@end table
11306
4644b6e3 11307@cindex common targets
c906108c
SS
11308Here are some common targets (available, or not, depending on the GDB
11309configuration):
c906108c
SS
11310
11311@table @code
4644b6e3 11312@kindex target
c906108c 11313@item target exec @var{program}
4644b6e3 11314@cindex executable file target
c906108c
SS
11315An executable file. @samp{target exec @var{program}} is the same as
11316@samp{exec-file @var{program}}.
11317
c906108c 11318@item target core @var{filename}
4644b6e3 11319@cindex core dump file target
c906108c
SS
11320A core dump file. @samp{target core @var{filename}} is the same as
11321@samp{core-file @var{filename}}.
c906108c 11322
c906108c 11323@item target remote @var{dev}
4644b6e3 11324@cindex remote target
c906108c
SS
11325Remote serial target in GDB-specific protocol. The argument @var{dev}
11326specifies what serial device to use for the connection (e.g.
11327@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 11328supports the @code{load} command. This is only useful if you have
c906108c
SS
11329some other way of getting the stub to the target system, and you can put
11330it somewhere in memory where it won't get clobbered by the download.
11331
c906108c 11332@item target sim
4644b6e3 11333@cindex built-in simulator target
2df3850c 11334Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 11335In general,
474c8240 11336@smallexample
104c1213
JM
11337 target sim
11338 load
11339 run
474c8240 11340@end smallexample
d4f3574e 11341@noindent
104c1213 11342works; however, you cannot assume that a specific memory map, device
d4f3574e 11343drivers, or even basic I/O is available, although some simulators do
104c1213
JM
11344provide these. For info about any processor-specific simulator details,
11345see the appropriate section in @ref{Embedded Processors, ,Embedded
11346Processors}.
11347
c906108c
SS
11348@end table
11349
104c1213 11350Some configurations may include these targets as well:
c906108c
SS
11351
11352@table @code
11353
c906108c 11354@item target nrom @var{dev}
4644b6e3 11355@cindex NetROM ROM emulator target
c906108c
SS
11356NetROM ROM emulator. This target only supports downloading.
11357
c906108c
SS
11358@end table
11359
5d161b24 11360Different targets are available on different configurations of @value{GDBN};
c906108c 11361your configuration may have more or fewer targets.
c906108c
SS
11362
11363Many remote targets require you to download the executable's code
a8f24a35
EZ
11364once you've successfully established a connection. You may wish to
11365control the size of the data chunks used by @value{GDBN} to download
11366program parts to the remote target.
11367
11368@table @code
11369@kindex set download-write-size
11370@item set download-write-size @var{size}
11371Set the write size used when downloading a program. Only used when
11372downloading a program onto a remote target. Specify zero or a
11373negative value to disable blocked writes. The actual size of each
11374transfer is also limited by the size of the target packet and the
11375memory cache.
11376
11377@kindex show download-write-size
11378@item show download-write-size
11379Show the current value of the write size.
11380@end table
c906108c
SS
11381
11382@table @code
11383
11384@kindex load @var{filename}
11385@item load @var{filename}
c906108c
SS
11386Depending on what remote debugging facilities are configured into
11387@value{GDBN}, the @code{load} command may be available. Where it exists, it
11388is meant to make @var{filename} (an executable) available for debugging
11389on the remote system---by downloading, or dynamic linking, for example.
11390@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11391the @code{add-symbol-file} command.
11392
11393If your @value{GDBN} does not have a @code{load} command, attempting to
11394execute it gets the error message ``@code{You can't do that when your
11395target is @dots{}}''
c906108c
SS
11396
11397The file is loaded at whatever address is specified in the executable.
11398For some object file formats, you can specify the load address when you
11399link the program; for other formats, like a.out, the object file format
11400specifies a fixed address.
11401@c FIXME! This would be a good place for an xref to the GNU linker doc.
11402
c906108c
SS
11403@code{load} does not repeat if you press @key{RET} again after using it.
11404@end table
11405
6d2ebf8b 11406@node Byte Order
c906108c 11407@section Choosing target byte order
7a292a7a 11408
c906108c
SS
11409@cindex choosing target byte order
11410@cindex target byte order
c906108c 11411
172c2a43 11412Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
11413offer the ability to run either big-endian or little-endian byte
11414orders. Usually the executable or symbol will include a bit to
11415designate the endian-ness, and you will not need to worry about
11416which to use. However, you may still find it useful to adjust
d4f3574e 11417@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
11418
11419@table @code
4644b6e3 11420@kindex set endian
c906108c
SS
11421@item set endian big
11422Instruct @value{GDBN} to assume the target is big-endian.
11423
c906108c
SS
11424@item set endian little
11425Instruct @value{GDBN} to assume the target is little-endian.
11426
c906108c
SS
11427@item set endian auto
11428Instruct @value{GDBN} to use the byte order associated with the
11429executable.
11430
11431@item show endian
11432Display @value{GDBN}'s current idea of the target byte order.
11433
11434@end table
11435
11436Note that these commands merely adjust interpretation of symbolic
11437data on the host, and that they have absolutely no effect on the
11438target system.
11439
6d2ebf8b 11440@node Remote
c906108c
SS
11441@section Remote debugging
11442@cindex remote debugging
11443
11444If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
11445@value{GDBN} in the usual way, it is often useful to use remote debugging.
11446For example, you might use remote debugging on an operating system kernel,
c906108c
SS
11447or on a small system which does not have a general purpose operating system
11448powerful enough to run a full-featured debugger.
11449
11450Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11451to make this work with particular debugging targets. In addition,
5d161b24 11452@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
11453but not specific to any particular target system) which you can use if you
11454write the remote stubs---the code that runs on the remote system to
11455communicate with @value{GDBN}.
11456
11457Other remote targets may be available in your
11458configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 11459
6f05cf9f
AC
11460@node KOD
11461@section Kernel Object Display
6f05cf9f 11462@cindex kernel object display
6f05cf9f
AC
11463@cindex KOD
11464
11465Some targets support kernel object display. Using this facility,
11466@value{GDBN} communicates specially with the underlying operating system
11467and can display information about operating system-level objects such as
11468mutexes and other synchronization objects. Exactly which objects can be
11469displayed is determined on a per-OS basis.
11470
3bbe9696 11471@kindex set os
6f05cf9f
AC
11472Use the @code{set os} command to set the operating system. This tells
11473@value{GDBN} which kernel object display module to initialize:
11474
474c8240 11475@smallexample
6f05cf9f 11476(@value{GDBP}) set os cisco
474c8240 11477@end smallexample
6f05cf9f 11478
3bbe9696
EZ
11479@kindex show os
11480The associated command @code{show os} displays the operating system
11481set with the @code{set os} command; if no operating system has been
11482set, @code{show os} will display an empty string @samp{""}.
11483
6f05cf9f
AC
11484If @code{set os} succeeds, @value{GDBN} will display some information
11485about the operating system, and will create a new @code{info} command
11486which can be used to query the target. The @code{info} command is named
11487after the operating system:
c906108c 11488
3bbe9696 11489@kindex info cisco
474c8240 11490@smallexample
6f05cf9f
AC
11491(@value{GDBP}) info cisco
11492List of Cisco Kernel Objects
11493Object Description
11494any Any and all objects
474c8240 11495@end smallexample
6f05cf9f
AC
11496
11497Further subcommands can be used to query about particular objects known
11498by the kernel.
11499
3bbe9696
EZ
11500There is currently no way to determine whether a given operating
11501system is supported other than to try setting it with @kbd{set os
11502@var{name}}, where @var{name} is the name of the operating system you
11503want to try.
6f05cf9f
AC
11504
11505
11506@node Remote Debugging
11507@chapter Debugging remote programs
11508
6b2f586d 11509@menu
07f31aa6 11510* Connecting:: Connecting to a remote target
6b2f586d
AC
11511* Server:: Using the gdbserver program
11512* NetWare:: Using the gdbserve.nlm program
501eef12 11513* Remote configuration:: Remote configuration
6b2f586d 11514* remote stub:: Implementing a remote stub
6b2f586d
AC
11515@end menu
11516
07f31aa6
DJ
11517@node Connecting
11518@section Connecting to a remote target
11519
11520On the @value{GDBN} host machine, you will need an unstripped copy of
11521your program, since @value{GDBN} needs symobl and debugging information.
11522Start up @value{GDBN} as usual, using the name of the local copy of your
11523program as the first argument.
11524
11525@cindex serial line, @code{target remote}
11526If you're using a serial line, you may want to give @value{GDBN} the
11527@w{@samp{--baud}} option, or use the @code{set remotebaud} command
9c16f35a
EZ
11528(@pxref{Remote configuration, set remotebaud}) before the
11529@code{target} command.
07f31aa6
DJ
11530
11531After that, use @code{target remote} to establish communications with
11532the target machine. Its argument specifies how to communicate---either
11533via a devicename attached to a direct serial line, or a TCP or UDP port
11534(possibly to a terminal server which in turn has a serial line to the
11535target). For example, to use a serial line connected to the device
11536named @file{/dev/ttyb}:
11537
11538@smallexample
11539target remote /dev/ttyb
11540@end smallexample
11541
11542@cindex TCP port, @code{target remote}
11543To use a TCP connection, use an argument of the form
11544@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11545For example, to connect to port 2828 on a
11546terminal server named @code{manyfarms}:
11547
11548@smallexample
11549target remote manyfarms:2828
11550@end smallexample
11551
11552If your remote target is actually running on the same machine as
11553your debugger session (e.g.@: a simulator of your target running on
11554the same host), you can omit the hostname. For example, to connect
11555to port 1234 on your local machine:
11556
11557@smallexample
11558target remote :1234
11559@end smallexample
11560@noindent
11561
11562Note that the colon is still required here.
11563
11564@cindex UDP port, @code{target remote}
11565To use a UDP connection, use an argument of the form
11566@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11567on a terminal server named @code{manyfarms}:
11568
11569@smallexample
11570target remote udp:manyfarms:2828
11571@end smallexample
11572
11573When using a UDP connection for remote debugging, you should keep in mind
11574that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11575busy or unreliable networks, which will cause havoc with your debugging
11576session.
11577
11578Now you can use all the usual commands to examine and change data and to
11579step and continue the remote program.
11580
11581@cindex interrupting remote programs
11582@cindex remote programs, interrupting
11583Whenever @value{GDBN} is waiting for the remote program, if you type the
11584interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11585program. This may or may not succeed, depending in part on the hardware
11586and the serial drivers the remote system uses. If you type the
11587interrupt character once again, @value{GDBN} displays this prompt:
11588
11589@smallexample
11590Interrupted while waiting for the program.
11591Give up (and stop debugging it)? (y or n)
11592@end smallexample
11593
11594If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11595(If you decide you want to try again later, you can use @samp{target
11596remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11597goes back to waiting.
11598
11599@table @code
11600@kindex detach (remote)
11601@item detach
11602When you have finished debugging the remote program, you can use the
11603@code{detach} command to release it from @value{GDBN} control.
11604Detaching from the target normally resumes its execution, but the results
11605will depend on your particular remote stub. After the @code{detach}
11606command, @value{GDBN} is free to connect to another target.
11607
11608@kindex disconnect
11609@item disconnect
11610The @code{disconnect} command behaves like @code{detach}, except that
11611the target is generally not resumed. It will wait for @value{GDBN}
11612(this instance or another one) to connect and continue debugging. After
11613the @code{disconnect} command, @value{GDBN} is again free to connect to
11614another target.
09d4efe1
EZ
11615
11616@cindex send command to remote monitor
11617@kindex monitor
11618@item monitor @var{cmd}
11619This command allows you to send commands directly to the remote
11620monitor.
07f31aa6
DJ
11621@end table
11622
6f05cf9f
AC
11623@node Server
11624@section Using the @code{gdbserver} program
11625
11626@kindex gdbserver
11627@cindex remote connection without stubs
11628@code{gdbserver} is a control program for Unix-like systems, which
11629allows you to connect your program with a remote @value{GDBN} via
11630@code{target remote}---but without linking in the usual debugging stub.
11631
11632@code{gdbserver} is not a complete replacement for the debugging stubs,
11633because it requires essentially the same operating-system facilities
11634that @value{GDBN} itself does. In fact, a system that can run
11635@code{gdbserver} to connect to a remote @value{GDBN} could also run
11636@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11637because it is a much smaller program than @value{GDBN} itself. It is
11638also easier to port than all of @value{GDBN}, so you may be able to get
11639started more quickly on a new system by using @code{gdbserver}.
11640Finally, if you develop code for real-time systems, you may find that
11641the tradeoffs involved in real-time operation make it more convenient to
11642do as much development work as possible on another system, for example
11643by cross-compiling. You can use @code{gdbserver} to make a similar
11644choice for debugging.
11645
11646@value{GDBN} and @code{gdbserver} communicate via either a serial line
11647or a TCP connection, using the standard @value{GDBN} remote serial
11648protocol.
11649
11650@table @emph
11651@item On the target machine,
11652you need to have a copy of the program you want to debug.
11653@code{gdbserver} does not need your program's symbol table, so you can
11654strip the program if necessary to save space. @value{GDBN} on the host
11655system does all the symbol handling.
11656
11657To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 11658the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
11659syntax is:
11660
11661@smallexample
11662target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11663@end smallexample
11664
11665@var{comm} is either a device name (to use a serial line) or a TCP
11666hostname and portnumber. For example, to debug Emacs with the argument
11667@samp{foo.txt} and communicate with @value{GDBN} over the serial port
11668@file{/dev/com1}:
11669
11670@smallexample
11671target> gdbserver /dev/com1 emacs foo.txt
11672@end smallexample
11673
11674@code{gdbserver} waits passively for the host @value{GDBN} to communicate
11675with it.
11676
11677To use a TCP connection instead of a serial line:
11678
11679@smallexample
11680target> gdbserver host:2345 emacs foo.txt
11681@end smallexample
11682
11683The only difference from the previous example is the first argument,
11684specifying that you are communicating with the host @value{GDBN} via
11685TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11686expect a TCP connection from machine @samp{host} to local TCP port 2345.
11687(Currently, the @samp{host} part is ignored.) You can choose any number
11688you want for the port number as long as it does not conflict with any
11689TCP ports already in use on the target system (for example, @code{23} is
11690reserved for @code{telnet}).@footnote{If you choose a port number that
11691conflicts with another service, @code{gdbserver} prints an error message
11692and exits.} You must use the same port number with the host @value{GDBN}
11693@code{target remote} command.
11694
56460a61
DJ
11695On some targets, @code{gdbserver} can also attach to running programs.
11696This is accomplished via the @code{--attach} argument. The syntax is:
11697
11698@smallexample
11699target> gdbserver @var{comm} --attach @var{pid}
11700@end smallexample
11701
11702@var{pid} is the process ID of a currently running process. It isn't necessary
11703to point @code{gdbserver} at a binary for the running process.
11704
b1fe9455
DJ
11705@pindex pidof
11706@cindex attach to a program by name
11707You can debug processes by name instead of process ID if your target has the
11708@code{pidof} utility:
11709
11710@smallexample
11711target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11712@end smallexample
11713
11714In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11715has multiple threads, most versions of @code{pidof} support the
11716@code{-s} option to only return the first process ID.
11717
07f31aa6
DJ
11718@item On the host machine,
11719connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
11720For TCP connections, you must start up @code{gdbserver} prior to using
11721the @code{target remote} command. Otherwise you may get an error whose
11722text depends on the host system, but which usually looks something like
07f31aa6
DJ
11723@samp{Connection refused}. You don't need to use the @code{load}
11724command in @value{GDBN} when using gdbserver, since the program is
11725already on the target.
11726
6f05cf9f
AC
11727@end table
11728
11729@node NetWare
11730@section Using the @code{gdbserve.nlm} program
11731
11732@kindex gdbserve.nlm
11733@code{gdbserve.nlm} is a control program for NetWare systems, which
11734allows you to connect your program with a remote @value{GDBN} via
11735@code{target remote}.
11736
11737@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11738using the standard @value{GDBN} remote serial protocol.
11739
11740@table @emph
11741@item On the target machine,
11742you need to have a copy of the program you want to debug.
11743@code{gdbserve.nlm} does not need your program's symbol table, so you
11744can strip the program if necessary to save space. @value{GDBN} on the
11745host system does all the symbol handling.
11746
11747To use the server, you must tell it how to communicate with
11748@value{GDBN}; the name of your program; and the arguments for your
11749program. The syntax is:
11750
11751@smallexample
11752load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11753 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11754@end smallexample
11755
11756@var{board} and @var{port} specify the serial line; @var{baud} specifies
11757the baud rate used by the connection. @var{port} and @var{node} default
11758to 0, @var{baud} defaults to 9600@dmn{bps}.
11759
11760For example, to debug Emacs with the argument @samp{foo.txt}and
11761communicate with @value{GDBN} over serial port number 2 or board 1
11762using a 19200@dmn{bps} connection:
11763
11764@smallexample
11765load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11766@end smallexample
11767
07f31aa6
DJ
11768@item
11769On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11770Connecting to a remote target}).
6f05cf9f 11771
6f05cf9f
AC
11772@end table
11773
501eef12
AC
11774@node Remote configuration
11775@section Remote configuration
11776
9c16f35a
EZ
11777@kindex set remote
11778@kindex show remote
11779This section documents the configuration options available when
11780debugging remote programs. For the options related to the File I/O
11781extensions of the remote protocol, see @ref{The system call,
11782system-call-allowed}.
501eef12
AC
11783
11784@table @code
9c16f35a
EZ
11785@item set remoteaddresssize @var{bits}
11786@cindex adress size for remote targets
11787@cindex bits in remote address
11788Set the maximum size of address in a memory packet to the specified
11789number of bits. @value{GDBN} will mask off the address bits above
11790that number, when it passes addresses to the remote target. The
11791default value is the number of bits in the target's address.
11792
11793@item show remoteaddresssize
11794Show the current value of remote address size in bits.
11795
11796@item set remotebaud @var{n}
11797@cindex baud rate for remote targets
11798Set the baud rate for the remote serial I/O to @var{n} baud. The
11799value is used to set the speed of the serial port used for debugging
11800remote targets.
11801
11802@item show remotebaud
11803Show the current speed of the remote connection.
11804
11805@item set remotebreak
11806@cindex interrupt remote programs
11807@cindex BREAK signal instead of Ctrl-C
11808If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
11809when you press the @key{Ctrl-C} key to interrupt the program running
11810on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
11811character instead. The default is off, since most remote systems
11812expect to see @samp{Ctrl-C} as the interrupt signal.
11813
11814@item show remotebreak
11815Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
11816interrupt the remote program.
11817
11818@item set remotedebug
11819@cindex debug remote protocol
11820@cindex remote protocol debugging
11821@cindex display remote packets
11822Control the debugging of the remote protocol. When enabled, each
11823packet sent to or received from the remote target is displayed. The
11824defaults is off.
11825
11826@item show remotedebug
11827Show the current setting of the remote protocol debugging.
11828
11829@item set remotedevice @var{device}
11830@cindex serial port name
11831Set the name of the serial port through which to communicate to the
11832remote target to @var{device}. This is the device used by
11833@value{GDBN} to open the serial communications line to the remote
11834target. There's no default, so you must set a valid port name for the
11835remote serial communications to work. (Some varieties of the
11836@code{target} command accept the port name as part of their
11837arguments.)
11838
11839@item show remotedevice
11840Show the current name of the serial port.
11841
11842@item set remotelogbase @var{base}
11843Set the base (a.k.a.@: radix) of logging serial protocol
11844communications to @var{base}. Supported values of @var{base} are:
11845@code{ascii}, @code{octal}, and @code{hex}. The default is
11846@code{ascii}.
11847
11848@item show remotelogbase
11849Show the current setting of the radix for logging remote serial
11850protocol.
11851
11852@item set remotelogfile @var{file}
11853@cindex record serial communications on file
11854Record remote serial communications on the named @var{file}. The
11855default is not to record at all.
11856
11857@item show remotelogfile.
11858Show the current setting of the file name on which to record the
11859serial communications.
11860
11861@item set remotetimeout @var{num}
11862@cindex timeout for serial communications
11863@cindex remote timeout
11864Set the timeout limit to wait for the remote target to respond to
11865@var{num} seconds. The default is 2 seconds.
11866
11867@item show remotetimeout
11868Show the current number of seconds to wait for the remote target
11869responses.
11870
11871@cindex limit hardware breakpoints and watchpoints
11872@cindex remote target, limit break- and watchpoints
501eef12
AC
11873@anchor{set remote hardware-watchpoint-limit}
11874@anchor{set remote hardware-breakpoint-limit}
11875@item set remote hardware-watchpoint-limit @var{limit}
11876@itemx set remote hardware-breakpoint-limit @var{limit}
11877Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11878watchpoints. A limit of -1, the default, is treated as unlimited.
9c16f35a
EZ
11879
11880@item set remote fetch-register-packet
11881@itemx set remote set-register-packet
11882@itemx set remote P-packet
11883@itemx set remote p-packet
11884@cindex P-packet
11885@cindex fetch registers from remote targets
11886@cindex set registers in remote targets
11887Determine whether @value{GDBN} can set and fetch registers from the
11888remote target using the @samp{P} packets. The default depends on the
11889remote stub's support of the @samp{P} packets (@value{GDBN} queries
11890the stub when this packet is first required).
11891
11892@item show remote fetch-register-packet
11893@itemx show remote set-register-packet
11894@itemx show remote P-packet
11895@itemx show remote p-packet
11896Show the current setting of using the @samp{P} packets for setting and
11897fetching registers from the remote target.
11898
11899@cindex binary downloads
11900@cindex X-packet
11901@item set remote binary-download-packet
11902@itemx set remote X-packet
11903Determine whether @value{GDBN} sends downloads in binary mode using
11904the @samp{X} packets. The default is on.
11905
11906@item show remote binary-download-packet
11907@itemx show remote X-packet
11908Show the current setting of using the @samp{X} packets for binary
11909downloads.
11910
11911@item set remote read-aux-vector-packet
11912@cindex auxiliary vector of remote target
11913@cindex @code{auxv}, and remote targets
11914Set the use of the remote protocol's @samp{qPart:auxv:read} (target
11915auxiliary vector read) request. This request is used to fetch the
11916remote target's @dfn{auxiliary vector}, see @ref{Auxiliary Vector}.
11917The default setting depends on the remote stub's support of this
11918request (@value{GDBN} queries the stub when this request is first
11919required). @xref{General Query Packets, qPart}, for more information
11920about this request.
11921
11922@item show remote read-aux-vector-packet
11923Show the current setting of use of the @samp{qPart:auxv:read} request.
11924
11925@item set remote symbol-lookup-packet
11926@cindex remote symbol lookup request
11927Set the use of the remote protocol's @samp{qSymbol} (target symbol
11928lookup) request. This request is used to communicate symbol
11929information to the remote target, e.g., whenever a new shared library
11930is loaded by the remote (@pxref{Files, shared libraries}). The
11931default setting depends on the remote stub's support of this request
11932(@value{GDBN} queries the stub when this request is first required).
11933@xref{General Query Packets, qSymbol}, for more information about this
11934request.
11935
11936@item show remote symbol-lookup-packet
11937Show the current setting of use of the @samp{qSymbol} request.
11938
11939@item set remote verbose-resume-packet
11940@cindex resume remote target
11941@cindex signal thread, and remote targets
11942@cindex single-step thread, and remote targets
11943@cindex thread-specific operations on remote targets
11944Set the use of the remote protocol's @samp{vCont} (descriptive resume)
11945request. This request is used to resume specific threads in the
11946remote target, and to single-step or signal them. The default setting
11947depends on the remote stub's support of this request (@value{GDBN}
11948queries the stub when this request is first required). This setting
11949affects debugging of multithreaded programs: if @samp{vCont} cannot be
11950used, @value{GDBN} might be unable to single-step a specific thread,
11951especially under @code{set scheduler-locking off}; it is also
11952impossible to pause a specific thread. @xref{Packets, vCont}, for
11953more details.
11954
11955@item show remote verbose-resume-packet
11956Show the current setting of use of the @samp{vCont} request
11957
11958@item set remote software-breakpoint-packet
11959@itemx set remote hardware-breakpoint-packet
11960@itemx set remote write-watchpoint-packet
11961@itemx set remote read-watchpoint-packet
11962@itemx set remote access-watchpoint-packet
11963@itemx set remote Z-packet
11964@cindex Z-packet
11965@cindex remote hardware breakpoints and watchpoints
11966These commands enable or disable the use of @samp{Z} packets for
11967setting breakpoints and watchpoints in the remote target. The default
11968depends on the remote stub's support of the @samp{Z} packets
11969(@value{GDBN} queries the stub when each packet is first required).
11970The command @code{set remote Z-packet}, kept for back-compatibility,
11971turns on or off all the features that require the use of @samp{Z}
11972packets.
11973
11974@item show remote software-breakpoint-packet
11975@itemx show remote hardware-breakpoint-packet
11976@itemx show remote write-watchpoint-packet
11977@itemx show remote read-watchpoint-packet
11978@itemx show remote access-watchpoint-packet
11979@itemx show remote Z-packet
11980Show the current setting of @samp{Z} packets usage.
501eef12
AC
11981@end table
11982
6f05cf9f
AC
11983@node remote stub
11984@section Implementing a remote stub
7a292a7a 11985
8e04817f
AC
11986@cindex debugging stub, example
11987@cindex remote stub, example
11988@cindex stub example, remote debugging
11989The stub files provided with @value{GDBN} implement the target side of the
11990communication protocol, and the @value{GDBN} side is implemented in the
11991@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
11992these subroutines to communicate, and ignore the details. (If you're
11993implementing your own stub file, you can still ignore the details: start
11994with one of the existing stub files. @file{sparc-stub.c} is the best
11995organized, and therefore the easiest to read.)
11996
104c1213
JM
11997@cindex remote serial debugging, overview
11998To debug a program running on another machine (the debugging
11999@dfn{target} machine), you must first arrange for all the usual
12000prerequisites for the program to run by itself. For example, for a C
12001program, you need:
c906108c 12002
104c1213
JM
12003@enumerate
12004@item
12005A startup routine to set up the C runtime environment; these usually
12006have a name like @file{crt0}. The startup routine may be supplied by
12007your hardware supplier, or you may have to write your own.
96baa820 12008
5d161b24 12009@item
d4f3574e 12010A C subroutine library to support your program's
104c1213 12011subroutine calls, notably managing input and output.
96baa820 12012
104c1213
JM
12013@item
12014A way of getting your program to the other machine---for example, a
12015download program. These are often supplied by the hardware
12016manufacturer, but you may have to write your own from hardware
12017documentation.
12018@end enumerate
96baa820 12019
104c1213
JM
12020The next step is to arrange for your program to use a serial port to
12021communicate with the machine where @value{GDBN} is running (the @dfn{host}
12022machine). In general terms, the scheme looks like this:
96baa820 12023
104c1213
JM
12024@table @emph
12025@item On the host,
12026@value{GDBN} already understands how to use this protocol; when everything
12027else is set up, you can simply use the @samp{target remote} command
12028(@pxref{Targets,,Specifying a Debugging Target}).
12029
12030@item On the target,
12031you must link with your program a few special-purpose subroutines that
12032implement the @value{GDBN} remote serial protocol. The file containing these
12033subroutines is called a @dfn{debugging stub}.
12034
12035On certain remote targets, you can use an auxiliary program
12036@code{gdbserver} instead of linking a stub into your program.
12037@xref{Server,,Using the @code{gdbserver} program}, for details.
12038@end table
96baa820 12039
104c1213
JM
12040The debugging stub is specific to the architecture of the remote
12041machine; for example, use @file{sparc-stub.c} to debug programs on
12042@sc{sparc} boards.
96baa820 12043
104c1213
JM
12044@cindex remote serial stub list
12045These working remote stubs are distributed with @value{GDBN}:
96baa820 12046
104c1213
JM
12047@table @code
12048
12049@item i386-stub.c
41afff9a 12050@cindex @file{i386-stub.c}
104c1213
JM
12051@cindex Intel
12052@cindex i386
12053For Intel 386 and compatible architectures.
12054
12055@item m68k-stub.c
41afff9a 12056@cindex @file{m68k-stub.c}
104c1213
JM
12057@cindex Motorola 680x0
12058@cindex m680x0
12059For Motorola 680x0 architectures.
12060
12061@item sh-stub.c
41afff9a 12062@cindex @file{sh-stub.c}
172c2a43 12063@cindex Renesas
104c1213 12064@cindex SH
172c2a43 12065For Renesas SH architectures.
104c1213
JM
12066
12067@item sparc-stub.c
41afff9a 12068@cindex @file{sparc-stub.c}
104c1213
JM
12069@cindex Sparc
12070For @sc{sparc} architectures.
12071
12072@item sparcl-stub.c
41afff9a 12073@cindex @file{sparcl-stub.c}
104c1213
JM
12074@cindex Fujitsu
12075@cindex SparcLite
12076For Fujitsu @sc{sparclite} architectures.
12077
12078@end table
12079
12080The @file{README} file in the @value{GDBN} distribution may list other
12081recently added stubs.
12082
12083@menu
12084* Stub Contents:: What the stub can do for you
12085* Bootstrapping:: What you must do for the stub
12086* Debug Session:: Putting it all together
104c1213
JM
12087@end menu
12088
6d2ebf8b 12089@node Stub Contents
6f05cf9f 12090@subsection What the stub can do for you
104c1213
JM
12091
12092@cindex remote serial stub
12093The debugging stub for your architecture supplies these three
12094subroutines:
12095
12096@table @code
12097@item set_debug_traps
4644b6e3 12098@findex set_debug_traps
104c1213
JM
12099@cindex remote serial stub, initialization
12100This routine arranges for @code{handle_exception} to run when your
12101program stops. You must call this subroutine explicitly near the
12102beginning of your program.
12103
12104@item handle_exception
4644b6e3 12105@findex handle_exception
104c1213
JM
12106@cindex remote serial stub, main routine
12107This is the central workhorse, but your program never calls it
12108explicitly---the setup code arranges for @code{handle_exception} to
12109run when a trap is triggered.
12110
12111@code{handle_exception} takes control when your program stops during
12112execution (for example, on a breakpoint), and mediates communications
12113with @value{GDBN} on the host machine. This is where the communications
12114protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 12115representative on the target machine. It begins by sending summary
104c1213
JM
12116information on the state of your program, then continues to execute,
12117retrieving and transmitting any information @value{GDBN} needs, until you
12118execute a @value{GDBN} command that makes your program resume; at that point,
12119@code{handle_exception} returns control to your own code on the target
5d161b24 12120machine.
104c1213
JM
12121
12122@item breakpoint
12123@cindex @code{breakpoint} subroutine, remote
12124Use this auxiliary subroutine to make your program contain a
12125breakpoint. Depending on the particular situation, this may be the only
12126way for @value{GDBN} to get control. For instance, if your target
12127machine has some sort of interrupt button, you won't need to call this;
12128pressing the interrupt button transfers control to
12129@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12130simply receiving characters on the serial port may also trigger a trap;
12131again, in that situation, you don't need to call @code{breakpoint} from
12132your own program---simply running @samp{target remote} from the host
5d161b24 12133@value{GDBN} session gets control.
104c1213
JM
12134
12135Call @code{breakpoint} if none of these is true, or if you simply want
12136to make certain your program stops at a predetermined point for the
12137start of your debugging session.
12138@end table
12139
6d2ebf8b 12140@node Bootstrapping
6f05cf9f 12141@subsection What you must do for the stub
104c1213
JM
12142
12143@cindex remote stub, support routines
12144The debugging stubs that come with @value{GDBN} are set up for a particular
12145chip architecture, but they have no information about the rest of your
12146debugging target machine.
12147
12148First of all you need to tell the stub how to communicate with the
12149serial port.
12150
12151@table @code
12152@item int getDebugChar()
4644b6e3 12153@findex getDebugChar
104c1213
JM
12154Write this subroutine to read a single character from the serial port.
12155It may be identical to @code{getchar} for your target system; a
12156different name is used to allow you to distinguish the two if you wish.
12157
12158@item void putDebugChar(int)
4644b6e3 12159@findex putDebugChar
104c1213 12160Write this subroutine to write a single character to the serial port.
5d161b24 12161It may be identical to @code{putchar} for your target system; a
104c1213
JM
12162different name is used to allow you to distinguish the two if you wish.
12163@end table
12164
12165@cindex control C, and remote debugging
12166@cindex interrupting remote targets
12167If you want @value{GDBN} to be able to stop your program while it is
12168running, you need to use an interrupt-driven serial driver, and arrange
12169for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12170character). That is the character which @value{GDBN} uses to tell the
12171remote system to stop.
12172
12173Getting the debugging target to return the proper status to @value{GDBN}
12174probably requires changes to the standard stub; one quick and dirty way
12175is to just execute a breakpoint instruction (the ``dirty'' part is that
12176@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12177
12178Other routines you need to supply are:
12179
12180@table @code
12181@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 12182@findex exceptionHandler
104c1213
JM
12183Write this function to install @var{exception_address} in the exception
12184handling tables. You need to do this because the stub does not have any
12185way of knowing what the exception handling tables on your target system
12186are like (for example, the processor's table might be in @sc{rom},
12187containing entries which point to a table in @sc{ram}).
12188@var{exception_number} is the exception number which should be changed;
12189its meaning is architecture-dependent (for example, different numbers
12190might represent divide by zero, misaligned access, etc). When this
12191exception occurs, control should be transferred directly to
12192@var{exception_address}, and the processor state (stack, registers,
12193and so on) should be just as it is when a processor exception occurs. So if
12194you want to use a jump instruction to reach @var{exception_address}, it
12195should be a simple jump, not a jump to subroutine.
12196
12197For the 386, @var{exception_address} should be installed as an interrupt
12198gate so that interrupts are masked while the handler runs. The gate
12199should be at privilege level 0 (the most privileged level). The
12200@sc{sparc} and 68k stubs are able to mask interrupts themselves without
12201help from @code{exceptionHandler}.
12202
12203@item void flush_i_cache()
4644b6e3 12204@findex flush_i_cache
d4f3574e 12205On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
12206instruction cache, if any, on your target machine. If there is no
12207instruction cache, this subroutine may be a no-op.
12208
12209On target machines that have instruction caches, @value{GDBN} requires this
12210function to make certain that the state of your program is stable.
12211@end table
12212
12213@noindent
12214You must also make sure this library routine is available:
12215
12216@table @code
12217@item void *memset(void *, int, int)
4644b6e3 12218@findex memset
104c1213
JM
12219This is the standard library function @code{memset} that sets an area of
12220memory to a known value. If you have one of the free versions of
12221@code{libc.a}, @code{memset} can be found there; otherwise, you must
12222either obtain it from your hardware manufacturer, or write your own.
12223@end table
12224
12225If you do not use the GNU C compiler, you may need other standard
12226library subroutines as well; this varies from one stub to another,
12227but in general the stubs are likely to use any of the common library
d4f3574e 12228subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
12229
12230
6d2ebf8b 12231@node Debug Session
6f05cf9f 12232@subsection Putting it all together
104c1213
JM
12233
12234@cindex remote serial debugging summary
12235In summary, when your program is ready to debug, you must follow these
12236steps.
12237
12238@enumerate
12239@item
6d2ebf8b 12240Make sure you have defined the supporting low-level routines
104c1213
JM
12241(@pxref{Bootstrapping,,What you must do for the stub}):
12242@display
12243@code{getDebugChar}, @code{putDebugChar},
12244@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12245@end display
12246
12247@item
12248Insert these lines near the top of your program:
12249
474c8240 12250@smallexample
104c1213
JM
12251set_debug_traps();
12252breakpoint();
474c8240 12253@end smallexample
104c1213
JM
12254
12255@item
12256For the 680x0 stub only, you need to provide a variable called
12257@code{exceptionHook}. Normally you just use:
12258
474c8240 12259@smallexample
104c1213 12260void (*exceptionHook)() = 0;
474c8240 12261@end smallexample
104c1213 12262
d4f3574e 12263@noindent
104c1213 12264but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 12265function in your program, that function is called when
104c1213
JM
12266@code{@value{GDBN}} continues after stopping on a trap (for example, bus
12267error). The function indicated by @code{exceptionHook} is called with
12268one parameter: an @code{int} which is the exception number.
12269
12270@item
12271Compile and link together: your program, the @value{GDBN} debugging stub for
12272your target architecture, and the supporting subroutines.
12273
12274@item
12275Make sure you have a serial connection between your target machine and
12276the @value{GDBN} host, and identify the serial port on the host.
12277
12278@item
12279@c The "remote" target now provides a `load' command, so we should
12280@c document that. FIXME.
12281Download your program to your target machine (or get it there by
12282whatever means the manufacturer provides), and start it.
12283
12284@item
07f31aa6
DJ
12285Start @value{GDBN} on the host, and connect to the target
12286(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 12287
104c1213
JM
12288@end enumerate
12289
8e04817f
AC
12290@node Configurations
12291@chapter Configuration-Specific Information
104c1213 12292
8e04817f
AC
12293While nearly all @value{GDBN} commands are available for all native and
12294cross versions of the debugger, there are some exceptions. This chapter
12295describes things that are only available in certain configurations.
104c1213 12296
8e04817f
AC
12297There are three major categories of configurations: native
12298configurations, where the host and target are the same, embedded
12299operating system configurations, which are usually the same for several
12300different processor architectures, and bare embedded processors, which
12301are quite different from each other.
104c1213 12302
8e04817f
AC
12303@menu
12304* Native::
12305* Embedded OS::
12306* Embedded Processors::
12307* Architectures::
12308@end menu
104c1213 12309
8e04817f
AC
12310@node Native
12311@section Native
104c1213 12312
8e04817f
AC
12313This section describes details specific to particular native
12314configurations.
6cf7e474 12315
8e04817f
AC
12316@menu
12317* HP-UX:: HP-UX
7561d450 12318* BSD libkvm Interface:: Debugging BSD kernel memory images
8e04817f
AC
12319* SVR4 Process Information:: SVR4 process information
12320* DJGPP Native:: Features specific to the DJGPP port
78c47bea 12321* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 12322* Hurd Native:: Features specific to @sc{gnu} Hurd
8e04817f 12323@end menu
6cf7e474 12324
8e04817f
AC
12325@node HP-UX
12326@subsection HP-UX
104c1213 12327
8e04817f
AC
12328On HP-UX systems, if you refer to a function or variable name that
12329begins with a dollar sign, @value{GDBN} searches for a user or system
12330name first, before it searches for a convenience variable.
104c1213 12331
9c16f35a 12332
7561d450
MK
12333@node BSD libkvm Interface
12334@subsection BSD libkvm Interface
12335
12336@cindex libkvm
12337@cindex kernel memory image
12338@cindex kernel crash dump
12339
12340BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12341interface that provides a uniform interface for accessing kernel virtual
12342memory images, including live systems and crash dumps. @value{GDBN}
12343uses this interface to allow you to debug live kernels and kernel crash
12344dumps on many native BSD configurations. This is implemented as a
12345special @code{kvm} debugging target. For debugging a live system, load
12346the currently running kernel into @value{GDBN} and connect to the
12347@code{kvm} target:
12348
12349@smallexample
12350(@value{GDBP}) @b{target kvm}
12351@end smallexample
12352
12353For debugging crash dumps, provide the file name of the crash dump as an
12354argument:
12355
12356@smallexample
12357(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12358@end smallexample
12359
12360Once connected to the @code{kvm} target, the following commands are
12361available:
12362
12363@table @code
12364@kindex kvm
12365@item kvm pcb
12366Set current context from pcb address.
12367
12368@item kvm proc
12369Set current context from proc address. This command isn't available on
12370modern FreeBSD systems.
12371@end table
12372
8e04817f
AC
12373@node SVR4 Process Information
12374@subsection SVR4 process information
60bf7e09
EZ
12375@cindex /proc
12376@cindex examine process image
12377@cindex process info via @file{/proc}
104c1213 12378
60bf7e09
EZ
12379Many versions of SVR4 and compatible systems provide a facility called
12380@samp{/proc} that can be used to examine the image of a running
12381process using file-system subroutines. If @value{GDBN} is configured
12382for an operating system with this facility, the command @code{info
12383proc} is available to report information about the process running
12384your program, or about any process running on your system. @code{info
12385proc} works only on SVR4 systems that include the @code{procfs} code.
12386This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12387Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
104c1213 12388
8e04817f
AC
12389@table @code
12390@kindex info proc
60bf7e09 12391@cindex process ID
8e04817f 12392@item info proc
60bf7e09
EZ
12393@itemx info proc @var{process-id}
12394Summarize available information about any running process. If a
12395process ID is specified by @var{process-id}, display information about
12396that process; otherwise display information about the program being
12397debugged. The summary includes the debugged process ID, the command
12398line used to invoke it, its current working directory, and its
12399executable file's absolute file name.
12400
12401On some systems, @var{process-id} can be of the form
12402@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12403within a process. If the optional @var{pid} part is missing, it means
12404a thread from the process being debugged (the leading @samp{/} still
12405needs to be present, or else @value{GDBN} will interpret the number as
12406a process ID rather than a thread ID).
6cf7e474 12407
8e04817f 12408@item info proc mappings
60bf7e09
EZ
12409@cindex memory address space mappings
12410Report the memory address space ranges accessible in the program, with
12411information on whether the process has read, write, or execute access
12412rights to each range. On @sc{gnu}/Linux systems, each memory range
12413includes the object file which is mapped to that range, instead of the
12414memory access rights to that range.
12415
12416@item info proc stat
12417@itemx info proc status
12418@cindex process detailed status information
12419These subcommands are specific to @sc{gnu}/Linux systems. They show
12420the process-related information, including the user ID and group ID;
12421how many threads are there in the process; its virtual memory usage;
12422the signals that are pending, blocked, and ignored; its TTY; its
12423consumption of system and user time; its stack size; its @samp{nice}
12424value; etc. For more information, see the @samp{proc(5)} man page
12425(type @kbd{man 5 proc} from your shell prompt).
12426
12427@item info proc all
12428Show all the information about the process described under all of the
12429above @code{info proc} subcommands.
12430
8e04817f
AC
12431@ignore
12432@comment These sub-options of 'info proc' were not included when
12433@comment procfs.c was re-written. Keep their descriptions around
12434@comment against the day when someone finds the time to put them back in.
12435@kindex info proc times
12436@item info proc times
12437Starting time, user CPU time, and system CPU time for your program and
12438its children.
6cf7e474 12439
8e04817f
AC
12440@kindex info proc id
12441@item info proc id
12442Report on the process IDs related to your program: its own process ID,
12443the ID of its parent, the process group ID, and the session ID.
8e04817f
AC
12444@end ignore
12445@end table
104c1213 12446
8e04817f
AC
12447@node DJGPP Native
12448@subsection Features for Debugging @sc{djgpp} Programs
12449@cindex @sc{djgpp} debugging
12450@cindex native @sc{djgpp} debugging
12451@cindex MS-DOS-specific commands
104c1213 12452
8e04817f
AC
12453@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
12454MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12455that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12456top of real-mode DOS systems and their emulations.
104c1213 12457
8e04817f
AC
12458@value{GDBN} supports native debugging of @sc{djgpp} programs, and
12459defines a few commands specific to the @sc{djgpp} port. This
12460subsection describes those commands.
104c1213 12461
8e04817f
AC
12462@table @code
12463@kindex info dos
12464@item info dos
12465This is a prefix of @sc{djgpp}-specific commands which print
12466information about the target system and important OS structures.
f1251bdd 12467
8e04817f
AC
12468@kindex sysinfo
12469@cindex MS-DOS system info
12470@cindex free memory information (MS-DOS)
12471@item info dos sysinfo
12472This command displays assorted information about the underlying
12473platform: the CPU type and features, the OS version and flavor, the
12474DPMI version, and the available conventional and DPMI memory.
104c1213 12475
8e04817f
AC
12476@cindex GDT
12477@cindex LDT
12478@cindex IDT
12479@cindex segment descriptor tables
12480@cindex descriptor tables display
12481@item info dos gdt
12482@itemx info dos ldt
12483@itemx info dos idt
12484These 3 commands display entries from, respectively, Global, Local,
12485and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12486tables are data structures which store a descriptor for each segment
12487that is currently in use. The segment's selector is an index into a
12488descriptor table; the table entry for that index holds the
12489descriptor's base address and limit, and its attributes and access
12490rights.
104c1213 12491
8e04817f
AC
12492A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12493segment (used for both data and the stack), and a DOS segment (which
12494allows access to DOS/BIOS data structures and absolute addresses in
12495conventional memory). However, the DPMI host will usually define
12496additional segments in order to support the DPMI environment.
d4f3574e 12497
8e04817f
AC
12498@cindex garbled pointers
12499These commands allow to display entries from the descriptor tables.
12500Without an argument, all entries from the specified table are
12501displayed. An argument, which should be an integer expression, means
12502display a single entry whose index is given by the argument. For
12503example, here's a convenient way to display information about the
12504debugged program's data segment:
104c1213 12505
8e04817f
AC
12506@smallexample
12507@exdent @code{(@value{GDBP}) info dos ldt $ds}
12508@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12509@end smallexample
104c1213 12510
8e04817f
AC
12511@noindent
12512This comes in handy when you want to see whether a pointer is outside
12513the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 12514
8e04817f
AC
12515@cindex page tables display (MS-DOS)
12516@item info dos pde
12517@itemx info dos pte
12518These two commands display entries from, respectively, the Page
12519Directory and the Page Tables. Page Directories and Page Tables are
12520data structures which control how virtual memory addresses are mapped
12521into physical addresses. A Page Table includes an entry for every
12522page of memory that is mapped into the program's address space; there
12523may be several Page Tables, each one holding up to 4096 entries. A
12524Page Directory has up to 4096 entries, one each for every Page Table
12525that is currently in use.
104c1213 12526
8e04817f
AC
12527Without an argument, @kbd{info dos pde} displays the entire Page
12528Directory, and @kbd{info dos pte} displays all the entries in all of
12529the Page Tables. An argument, an integer expression, given to the
12530@kbd{info dos pde} command means display only that entry from the Page
12531Directory table. An argument given to the @kbd{info dos pte} command
12532means display entries from a single Page Table, the one pointed to by
12533the specified entry in the Page Directory.
104c1213 12534
8e04817f
AC
12535@cindex direct memory access (DMA) on MS-DOS
12536These commands are useful when your program uses @dfn{DMA} (Direct
12537Memory Access), which needs physical addresses to program the DMA
12538controller.
104c1213 12539
8e04817f 12540These commands are supported only with some DPMI servers.
104c1213 12541
8e04817f
AC
12542@cindex physical address from linear address
12543@item info dos address-pte @var{addr}
12544This command displays the Page Table entry for a specified linear
12545address. The argument linear address @var{addr} should already have the
12546appropriate segment's base address added to it, because this command
12547accepts addresses which may belong to @emph{any} segment. For
12548example, here's how to display the Page Table entry for the page where
12549the variable @code{i} is stored:
104c1213 12550
b383017d 12551@smallexample
8e04817f
AC
12552@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12553@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 12554@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 12555@end smallexample
104c1213 12556
8e04817f
AC
12557@noindent
12558This says that @code{i} is stored at offset @code{0xd30} from the page
12559whose physical base address is @code{0x02698000}, and prints all the
12560attributes of that page.
104c1213 12561
8e04817f
AC
12562Note that you must cast the addresses of variables to a @code{char *},
12563since otherwise the value of @code{__djgpp_base_address}, the base
12564address of all variables and functions in a @sc{djgpp} program, will
12565be added using the rules of C pointer arithmetics: if @code{i} is
12566declared an @code{int}, @value{GDBN} will add 4 times the value of
12567@code{__djgpp_base_address} to the address of @code{i}.
104c1213 12568
8e04817f
AC
12569Here's another example, it displays the Page Table entry for the
12570transfer buffer:
104c1213 12571
8e04817f
AC
12572@smallexample
12573@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12574@exdent @code{Page Table entry for address 0x29110:}
12575@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12576@end smallexample
104c1213 12577
8e04817f
AC
12578@noindent
12579(The @code{+ 3} offset is because the transfer buffer's address is the
125803rd member of the @code{_go32_info_block} structure.) The output of
12581this command clearly shows that addresses in conventional memory are
12582mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 12583
8e04817f
AC
12584This command is supported only with some DPMI servers.
12585@end table
104c1213 12586
a8f24a35
EZ
12587In addition to native debugging, the DJGPP port supports remote
12588debugging via a serial data link. The following commands are specific
12589to remote serial debugging in the DJGPP port of @value{GDBN}.
12590
12591@table @code
12592@kindex set com1base
12593@kindex set com1irq
12594@kindex set com2base
12595@kindex set com2irq
12596@kindex set com3base
12597@kindex set com3irq
12598@kindex set com4base
12599@kindex set com4irq
12600@item set com1base @var{addr}
12601This command sets the base I/O port address of the @file{COM1} serial
12602port.
12603
12604@item set com1irq @var{irq}
12605This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12606for the @file{COM1} serial port.
12607
12608There are similar commands @samp{set com2base}, @samp{set com3irq},
12609etc.@: for setting the port address and the @code{IRQ} lines for the
12610other 3 COM ports.
12611
12612@kindex show com1base
12613@kindex show com1irq
12614@kindex show com2base
12615@kindex show com2irq
12616@kindex show com3base
12617@kindex show com3irq
12618@kindex show com4base
12619@kindex show com4irq
12620The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12621display the current settings of the base address and the @code{IRQ}
12622lines used by the COM ports.
12623@end table
12624
12625
78c47bea
PM
12626@node Cygwin Native
12627@subsection Features for Debugging MS Windows PE executables
12628@cindex MS Windows debugging
12629@cindex native Cygwin debugging
12630@cindex Cygwin-specific commands
12631
be448670
CF
12632@value{GDBN} supports native debugging of MS Windows programs, including
12633DLLs with and without symbolic debugging information. There are various
12634additional Cygwin-specific commands, described in this subsection. The
12635subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12636that have no debugging symbols.
12637
78c47bea
PM
12638
12639@table @code
12640@kindex info w32
12641@item info w32
12642This is a prefix of MS Windows specific commands which print
12643information about the target system and important OS structures.
12644
12645@item info w32 selector
12646This command displays information returned by
12647the Win32 API @code{GetThreadSelectorEntry} function.
12648It takes an optional argument that is evaluated to
12649a long value to give the information about this given selector.
12650Without argument, this command displays information
12651about the the six segment registers.
12652
12653@kindex info dll
12654@item info dll
12655This is a Cygwin specific alias of info shared.
12656
12657@kindex dll-symbols
12658@item dll-symbols
12659This command loads symbols from a dll similarly to
12660add-sym command but without the need to specify a base address.
12661
b383017d 12662@kindex set new-console
78c47bea 12663@item set new-console @var{mode}
b383017d 12664If @var{mode} is @code{on} the debuggee will
78c47bea
PM
12665be started in a new console on next start.
12666If @var{mode} is @code{off}i, the debuggee will
12667be started in the same console as the debugger.
12668
12669@kindex show new-console
12670@item show new-console
12671Displays whether a new console is used
12672when the debuggee is started.
12673
12674@kindex set new-group
12675@item set new-group @var{mode}
12676This boolean value controls whether the debuggee should
12677start a new group or stay in the same group as the debugger.
12678This affects the way the Windows OS handles
12679Ctrl-C.
12680
12681@kindex show new-group
12682@item show new-group
12683Displays current value of new-group boolean.
12684
12685@kindex set debugevents
12686@item set debugevents
12687This boolean value adds debug output concerning events seen by the debugger.
12688
12689@kindex set debugexec
12690@item set debugexec
b383017d 12691This boolean value adds debug output concerning execute events
78c47bea
PM
12692seen by the debugger.
12693
12694@kindex set debugexceptions
12695@item set debugexceptions
b383017d 12696This boolean value adds debug ouptut concerning exception events
78c47bea
PM
12697seen by the debugger.
12698
12699@kindex set debugmemory
12700@item set debugmemory
b383017d 12701This boolean value adds debug ouptut concerning memory events
78c47bea
PM
12702seen by the debugger.
12703
12704@kindex set shell
12705@item set shell
12706This boolean values specifies whether the debuggee is called
12707via a shell or directly (default value is on).
12708
12709@kindex show shell
12710@item show shell
12711Displays if the debuggee will be started with a shell.
12712
12713@end table
12714
be448670
CF
12715@menu
12716* Non-debug DLL symbols:: Support for DLLs without debugging symbols
12717@end menu
12718
12719@node Non-debug DLL symbols
12720@subsubsection Support for DLLs without debugging symbols
12721@cindex DLLs with no debugging symbols
12722@cindex Minimal symbols and DLLs
12723
12724Very often on windows, some of the DLLs that your program relies on do
12725not include symbolic debugging information (for example,
12726@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
12727symbols in a DLL, it relies on the minimal amount of symbolic
12728information contained in the DLL's export table. This subsubsection
12729describes working with such symbols, known internally to @value{GDBN} as
12730``minimal symbols''.
12731
12732Note that before the debugged program has started execution, no DLLs
12733will have been loaded. The easiest way around this problem is simply to
12734start the program --- either by setting a breakpoint or letting the
12735program run once to completion. It is also possible to force
12736@value{GDBN} to load a particular DLL before starting the executable ---
12737see the shared library information in @pxref{Files} or the
12738@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
12739explicitly loading symbols from a DLL with no debugging information will
12740cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
12741which may adversely affect symbol lookup performance.
12742
12743@subsubsection DLL name prefixes
12744
12745In keeping with the naming conventions used by the Microsoft debugging
12746tools, DLL export symbols are made available with a prefix based on the
12747DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
12748also entered into the symbol table, so @code{CreateFileA} is often
12749sufficient. In some cases there will be name clashes within a program
12750(particularly if the executable itself includes full debugging symbols)
12751necessitating the use of the fully qualified name when referring to the
12752contents of the DLL. Use single-quotes around the name to avoid the
12753exclamation mark (``!'') being interpreted as a language operator.
12754
12755Note that the internal name of the DLL may be all upper-case, even
12756though the file name of the DLL is lower-case, or vice-versa. Since
12757symbols within @value{GDBN} are @emph{case-sensitive} this may cause
12758some confusion. If in doubt, try the @code{info functions} and
12759@code{info variables} commands or even @code{maint print msymbols} (see
12760@pxref{Symbols}). Here's an example:
12761
12762@smallexample
f7dc1244 12763(@value{GDBP}) info function CreateFileA
be448670
CF
12764All functions matching regular expression "CreateFileA":
12765
12766Non-debugging symbols:
127670x77e885f4 CreateFileA
127680x77e885f4 KERNEL32!CreateFileA
12769@end smallexample
12770
12771@smallexample
f7dc1244 12772(@value{GDBP}) info function !
be448670
CF
12773All functions matching regular expression "!":
12774
12775Non-debugging symbols:
127760x6100114c cygwin1!__assert
127770x61004034 cygwin1!_dll_crt0@@0
127780x61004240 cygwin1!dll_crt0(per_process *)
12779[etc...]
12780@end smallexample
12781
12782@subsubsection Working with minimal symbols
12783
12784Symbols extracted from a DLL's export table do not contain very much
12785type information. All that @value{GDBN} can do is guess whether a symbol
12786refers to a function or variable depending on the linker section that
12787contains the symbol. Also note that the actual contents of the memory
12788contained in a DLL are not available unless the program is running. This
12789means that you cannot examine the contents of a variable or disassemble
12790a function within a DLL without a running program.
12791
12792Variables are generally treated as pointers and dereferenced
12793automatically. For this reason, it is often necessary to prefix a
12794variable name with the address-of operator (``&'') and provide explicit
12795type information in the command. Here's an example of the type of
12796problem:
12797
12798@smallexample
f7dc1244 12799(@value{GDBP}) print 'cygwin1!__argv'
be448670
CF
12800$1 = 268572168
12801@end smallexample
12802
12803@smallexample
f7dc1244 12804(@value{GDBP}) x 'cygwin1!__argv'
be448670
CF
128050x10021610: "\230y\""
12806@end smallexample
12807
12808And two possible solutions:
12809
12810@smallexample
f7dc1244 12811(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
12812$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
12813@end smallexample
12814
12815@smallexample
f7dc1244 12816(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 128170x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 12818(@value{GDBP}) x/x 0x10021608
be448670 128190x10021608: 0x0022fd98
f7dc1244 12820(@value{GDBP}) x/s 0x0022fd98
be448670
CF
128210x22fd98: "/cygdrive/c/mydirectory/myprogram"
12822@end smallexample
12823
12824Setting a break point within a DLL is possible even before the program
12825starts execution. However, under these circumstances, @value{GDBN} can't
12826examine the initial instructions of the function in order to skip the
12827function's frame set-up code. You can work around this by using ``*&''
12828to set the breakpoint at a raw memory address:
12829
12830@smallexample
f7dc1244 12831(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
12832Breakpoint 1 at 0x1e04eff0
12833@end smallexample
12834
12835The author of these extensions is not entirely convinced that setting a
12836break point within a shared DLL like @file{kernel32.dll} is completely
12837safe.
12838
14d6dd68
EZ
12839@node Hurd Native
12840@subsection Commands specific to @sc{gnu} Hurd systems
12841@cindex @sc{gnu} Hurd debugging
12842
12843This subsection describes @value{GDBN} commands specific to the
12844@sc{gnu} Hurd native debugging.
12845
12846@table @code
12847@item set signals
12848@itemx set sigs
12849@kindex set signals@r{, Hurd command}
12850@kindex set sigs@r{, Hurd command}
12851This command toggles the state of inferior signal interception by
12852@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
12853affected by this command. @code{sigs} is a shorthand alias for
12854@code{signals}.
12855
12856@item show signals
12857@itemx show sigs
12858@kindex show signals@r{, Hurd command}
12859@kindex show sigs@r{, Hurd command}
12860Show the current state of intercepting inferior's signals.
12861
12862@item set signal-thread
12863@itemx set sigthread
12864@kindex set signal-thread
12865@kindex set sigthread
12866This command tells @value{GDBN} which thread is the @code{libc} signal
12867thread. That thread is run when a signal is delivered to a running
12868process. @code{set sigthread} is the shorthand alias of @code{set
12869signal-thread}.
12870
12871@item show signal-thread
12872@itemx show sigthread
12873@kindex show signal-thread
12874@kindex show sigthread
12875These two commands show which thread will run when the inferior is
12876delivered a signal.
12877
12878@item set stopped
12879@kindex set stopped@r{, Hurd command}
12880This commands tells @value{GDBN} that the inferior process is stopped,
12881as with the @code{SIGSTOP} signal. The stopped process can be
12882continued by delivering a signal to it.
12883
12884@item show stopped
12885@kindex show stopped@r{, Hurd command}
12886This command shows whether @value{GDBN} thinks the debuggee is
12887stopped.
12888
12889@item set exceptions
12890@kindex set exceptions@r{, Hurd command}
12891Use this command to turn off trapping of exceptions in the inferior.
12892When exception trapping is off, neither breakpoints nor
12893single-stepping will work. To restore the default, set exception
12894trapping on.
12895
12896@item show exceptions
12897@kindex show exceptions@r{, Hurd command}
12898Show the current state of trapping exceptions in the inferior.
12899
12900@item set task pause
12901@kindex set task@r{, Hurd commands}
12902@cindex task attributes (@sc{gnu} Hurd)
12903@cindex pause current task (@sc{gnu} Hurd)
12904This command toggles task suspension when @value{GDBN} has control.
12905Setting it to on takes effect immediately, and the task is suspended
12906whenever @value{GDBN} gets control. Setting it to off will take
12907effect the next time the inferior is continued. If this option is set
12908to off, you can use @code{set thread default pause on} or @code{set
12909thread pause on} (see below) to pause individual threads.
12910
12911@item show task pause
12912@kindex show task@r{, Hurd commands}
12913Show the current state of task suspension.
12914
12915@item set task detach-suspend-count
12916@cindex task suspend count
12917@cindex detach from task, @sc{gnu} Hurd
12918This command sets the suspend count the task will be left with when
12919@value{GDBN} detaches from it.
12920
12921@item show task detach-suspend-count
12922Show the suspend count the task will be left with when detaching.
12923
12924@item set task exception-port
12925@itemx set task excp
12926@cindex task exception port, @sc{gnu} Hurd
12927This command sets the task exception port to which @value{GDBN} will
12928forward exceptions. The argument should be the value of the @dfn{send
12929rights} of the task. @code{set task excp} is a shorthand alias.
12930
12931@item set noninvasive
12932@cindex noninvasive task options
12933This command switches @value{GDBN} to a mode that is the least
12934invasive as far as interfering with the inferior is concerned. This
12935is the same as using @code{set task pause}, @code{set exceptions}, and
12936@code{set signals} to values opposite to the defaults.
12937
12938@item info send-rights
12939@itemx info receive-rights
12940@itemx info port-rights
12941@itemx info port-sets
12942@itemx info dead-names
12943@itemx info ports
12944@itemx info psets
12945@cindex send rights, @sc{gnu} Hurd
12946@cindex receive rights, @sc{gnu} Hurd
12947@cindex port rights, @sc{gnu} Hurd
12948@cindex port sets, @sc{gnu} Hurd
12949@cindex dead names, @sc{gnu} Hurd
12950These commands display information about, respectively, send rights,
12951receive rights, port rights, port sets, and dead names of a task.
12952There are also shorthand aliases: @code{info ports} for @code{info
12953port-rights} and @code{info psets} for @code{info port-sets}.
12954
12955@item set thread pause
12956@kindex set thread@r{, Hurd command}
12957@cindex thread properties, @sc{gnu} Hurd
12958@cindex pause current thread (@sc{gnu} Hurd)
12959This command toggles current thread suspension when @value{GDBN} has
12960control. Setting it to on takes effect immediately, and the current
12961thread is suspended whenever @value{GDBN} gets control. Setting it to
12962off will take effect the next time the inferior is continued.
12963Normally, this command has no effect, since when @value{GDBN} has
12964control, the whole task is suspended. However, if you used @code{set
12965task pause off} (see above), this command comes in handy to suspend
12966only the current thread.
12967
12968@item show thread pause
12969@kindex show thread@r{, Hurd command}
12970This command shows the state of current thread suspension.
12971
12972@item set thread run
12973This comamnd sets whether the current thread is allowed to run.
12974
12975@item show thread run
12976Show whether the current thread is allowed to run.
12977
12978@item set thread detach-suspend-count
12979@cindex thread suspend count, @sc{gnu} Hurd
12980@cindex detach from thread, @sc{gnu} Hurd
12981This command sets the suspend count @value{GDBN} will leave on a
12982thread when detaching. This number is relative to the suspend count
12983found by @value{GDBN} when it notices the thread; use @code{set thread
12984takeover-suspend-count} to force it to an absolute value.
12985
12986@item show thread detach-suspend-count
12987Show the suspend count @value{GDBN} will leave on the thread when
12988detaching.
12989
12990@item set thread exception-port
12991@itemx set thread excp
12992Set the thread exception port to which to forward exceptions. This
12993overrides the port set by @code{set task exception-port} (see above).
12994@code{set thread excp} is the shorthand alias.
12995
12996@item set thread takeover-suspend-count
12997Normally, @value{GDBN}'s thread suspend counts are relative to the
12998value @value{GDBN} finds when it notices each thread. This command
12999changes the suspend counts to be absolute instead.
13000
13001@item set thread default
13002@itemx show thread default
13003@cindex thread default settings, @sc{gnu} Hurd
13004Each of the above @code{set thread} commands has a @code{set thread
13005default} counterpart (e.g., @code{set thread default pause}, @code{set
13006thread default exception-port}, etc.). The @code{thread default}
13007variety of commands sets the default thread properties for all
13008threads; you can then change the properties of individual threads with
13009the non-default commands.
13010@end table
13011
13012
8e04817f
AC
13013@node Embedded OS
13014@section Embedded Operating Systems
104c1213 13015
8e04817f
AC
13016This section describes configurations involving the debugging of
13017embedded operating systems that are available for several different
13018architectures.
d4f3574e 13019
8e04817f
AC
13020@menu
13021* VxWorks:: Using @value{GDBN} with VxWorks
13022@end menu
104c1213 13023
8e04817f
AC
13024@value{GDBN} includes the ability to debug programs running on
13025various real-time operating systems.
104c1213 13026
8e04817f
AC
13027@node VxWorks
13028@subsection Using @value{GDBN} with VxWorks
104c1213 13029
8e04817f 13030@cindex VxWorks
104c1213 13031
8e04817f 13032@table @code
104c1213 13033
8e04817f
AC
13034@kindex target vxworks
13035@item target vxworks @var{machinename}
13036A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13037is the target system's machine name or IP address.
104c1213 13038
8e04817f 13039@end table
104c1213 13040
8e04817f
AC
13041On VxWorks, @code{load} links @var{filename} dynamically on the
13042current target system as well as adding its symbols in @value{GDBN}.
104c1213 13043
8e04817f
AC
13044@value{GDBN} enables developers to spawn and debug tasks running on networked
13045VxWorks targets from a Unix host. Already-running tasks spawned from
13046the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13047both the Unix host and on the VxWorks target. The program
13048@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13049installed with the name @code{vxgdb}, to distinguish it from a
13050@value{GDBN} for debugging programs on the host itself.)
104c1213 13051
8e04817f
AC
13052@table @code
13053@item VxWorks-timeout @var{args}
13054@kindex vxworks-timeout
13055All VxWorks-based targets now support the option @code{vxworks-timeout}.
13056This option is set by the user, and @var{args} represents the number of
13057seconds @value{GDBN} waits for responses to rpc's. You might use this if
13058your VxWorks target is a slow software simulator or is on the far side
13059of a thin network line.
13060@end table
104c1213 13061
8e04817f
AC
13062The following information on connecting to VxWorks was current when
13063this manual was produced; newer releases of VxWorks may use revised
13064procedures.
104c1213 13065
4644b6e3 13066@findex INCLUDE_RDB
8e04817f
AC
13067To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13068to include the remote debugging interface routines in the VxWorks
13069library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13070VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13071kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13072source debugging task @code{tRdbTask} when VxWorks is booted. For more
13073information on configuring and remaking VxWorks, see the manufacturer's
13074manual.
13075@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 13076
8e04817f
AC
13077Once you have included @file{rdb.a} in your VxWorks system image and set
13078your Unix execution search path to find @value{GDBN}, you are ready to
13079run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13080@code{vxgdb}, depending on your installation).
104c1213 13081
8e04817f 13082@value{GDBN} comes up showing the prompt:
104c1213 13083
474c8240 13084@smallexample
8e04817f 13085(vxgdb)
474c8240 13086@end smallexample
104c1213 13087
8e04817f
AC
13088@menu
13089* VxWorks Connection:: Connecting to VxWorks
13090* VxWorks Download:: VxWorks download
13091* VxWorks Attach:: Running tasks
13092@end menu
104c1213 13093
8e04817f
AC
13094@node VxWorks Connection
13095@subsubsection Connecting to VxWorks
104c1213 13096
8e04817f
AC
13097The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13098network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 13099
474c8240 13100@smallexample
8e04817f 13101(vxgdb) target vxworks tt
474c8240 13102@end smallexample
104c1213 13103
8e04817f
AC
13104@need 750
13105@value{GDBN} displays messages like these:
104c1213 13106
8e04817f
AC
13107@smallexample
13108Attaching remote machine across net...
13109Connected to tt.
13110@end smallexample
104c1213 13111
8e04817f
AC
13112@need 1000
13113@value{GDBN} then attempts to read the symbol tables of any object modules
13114loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13115these files by searching the directories listed in the command search
13116path (@pxref{Environment, ,Your program's environment}); if it fails
13117to find an object file, it displays a message such as:
5d161b24 13118
474c8240 13119@smallexample
8e04817f 13120prog.o: No such file or directory.
474c8240 13121@end smallexample
104c1213 13122
8e04817f
AC
13123When this happens, add the appropriate directory to the search path with
13124the @value{GDBN} command @code{path}, and execute the @code{target}
13125command again.
104c1213 13126
8e04817f
AC
13127@node VxWorks Download
13128@subsubsection VxWorks download
104c1213 13129
8e04817f
AC
13130@cindex download to VxWorks
13131If you have connected to the VxWorks target and you want to debug an
13132object that has not yet been loaded, you can use the @value{GDBN}
13133@code{load} command to download a file from Unix to VxWorks
13134incrementally. The object file given as an argument to the @code{load}
13135command is actually opened twice: first by the VxWorks target in order
13136to download the code, then by @value{GDBN} in order to read the symbol
13137table. This can lead to problems if the current working directories on
13138the two systems differ. If both systems have NFS mounted the same
13139filesystems, you can avoid these problems by using absolute paths.
13140Otherwise, it is simplest to set the working directory on both systems
13141to the directory in which the object file resides, and then to reference
13142the file by its name, without any path. For instance, a program
13143@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13144and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13145program, type this on VxWorks:
104c1213 13146
474c8240 13147@smallexample
8e04817f 13148-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 13149@end smallexample
104c1213 13150
8e04817f
AC
13151@noindent
13152Then, in @value{GDBN}, type:
104c1213 13153
474c8240 13154@smallexample
8e04817f
AC
13155(vxgdb) cd @var{hostpath}/vw/demo/rdb
13156(vxgdb) load prog.o
474c8240 13157@end smallexample
104c1213 13158
8e04817f 13159@value{GDBN} displays a response similar to this:
104c1213 13160
8e04817f
AC
13161@smallexample
13162Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13163@end smallexample
104c1213 13164
8e04817f
AC
13165You can also use the @code{load} command to reload an object module
13166after editing and recompiling the corresponding source file. Note that
13167this makes @value{GDBN} delete all currently-defined breakpoints,
13168auto-displays, and convenience variables, and to clear the value
13169history. (This is necessary in order to preserve the integrity of
13170debugger's data structures that reference the target system's symbol
13171table.)
104c1213 13172
8e04817f
AC
13173@node VxWorks Attach
13174@subsubsection Running tasks
104c1213
JM
13175
13176@cindex running VxWorks tasks
13177You can also attach to an existing task using the @code{attach} command as
13178follows:
13179
474c8240 13180@smallexample
104c1213 13181(vxgdb) attach @var{task}
474c8240 13182@end smallexample
104c1213
JM
13183
13184@noindent
13185where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13186or suspended when you attach to it. Running tasks are suspended at
13187the time of attachment.
13188
6d2ebf8b 13189@node Embedded Processors
104c1213
JM
13190@section Embedded Processors
13191
13192This section goes into details specific to particular embedded
13193configurations.
13194
7d86b5d5 13195
104c1213 13196@menu
104c1213 13197* ARM:: ARM
172c2a43
KI
13198* H8/300:: Renesas H8/300
13199* H8/500:: Renesas H8/500
13200* M32R/D:: Renesas M32R/D
104c1213 13201* M68K:: Motorola M68K
104c1213 13202* MIPS Embedded:: MIPS Embedded
a37295f9 13203* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
13204* PA:: HP PA Embedded
13205* PowerPC: PowerPC
172c2a43 13206* SH:: Renesas SH
104c1213
JM
13207* Sparclet:: Tsqware Sparclet
13208* Sparclite:: Fujitsu Sparclite
13209* ST2000:: Tandem ST2000
13210* Z8000:: Zilog Z8000
13211@end menu
13212
6d2ebf8b 13213@node ARM
104c1213
JM
13214@subsection ARM
13215
13216@table @code
13217
8e04817f
AC
13218@kindex target rdi
13219@item target rdi @var{dev}
13220ARM Angel monitor, via RDI library interface to ADP protocol. You may
13221use this target to communicate with both boards running the Angel
13222monitor, or with the EmbeddedICE JTAG debug device.
13223
13224@kindex target rdp
13225@item target rdp @var{dev}
13226ARM Demon monitor.
13227
13228@end table
13229
13230@node H8/300
172c2a43 13231@subsection Renesas H8/300
8e04817f
AC
13232
13233@table @code
13234
13235@kindex target hms@r{, with H8/300}
13236@item target hms @var{dev}
172c2a43 13237A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
13238Use special commands @code{device} and @code{speed} to control the serial
13239line and the communications speed used.
13240
13241@kindex target e7000@r{, with H8/300}
13242@item target e7000 @var{dev}
172c2a43 13243E7000 emulator for Renesas H8 and SH.
8e04817f
AC
13244
13245@kindex target sh3@r{, with H8/300}
13246@kindex target sh3e@r{, with H8/300}
13247@item target sh3 @var{dev}
13248@itemx target sh3e @var{dev}
172c2a43 13249Renesas SH-3 and SH-3E target systems.
8e04817f
AC
13250
13251@end table
13252
13253@cindex download to H8/300 or H8/500
13254@cindex H8/300 or H8/500 download
172c2a43
KI
13255@cindex download to Renesas SH
13256@cindex Renesas SH download
13257When you select remote debugging to a Renesas SH, H8/300, or H8/500
13258board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
13259board and also opens it as the current executable target for
13260@value{GDBN} on your host (like the @code{file} command).
13261
13262@value{GDBN} needs to know these things to talk to your
172c2a43 13263Renesas SH, H8/300, or H8/500:
8e04817f
AC
13264
13265@enumerate
13266@item
13267that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
13268for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13269emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13270the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
13271H8/300, or H8/500.)
13272
13273@item
172c2a43 13274what serial device connects your host to your Renesas board (the first
8e04817f
AC
13275serial device available on your host is the default).
13276
13277@item
13278what speed to use over the serial device.
13279@end enumerate
13280
13281@menu
172c2a43
KI
13282* Renesas Boards:: Connecting to Renesas boards.
13283* Renesas ICE:: Using the E7000 In-Circuit Emulator.
13284* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
13285@end menu
13286
172c2a43
KI
13287@node Renesas Boards
13288@subsubsection Connecting to Renesas boards
8e04817f
AC
13289
13290@c only for Unix hosts
13291@kindex device
172c2a43 13292@cindex serial device, Renesas micros
8e04817f
AC
13293Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13294need to explicitly set the serial device. The default @var{port} is the
13295first available port on your host. This is only necessary on Unix
13296hosts, where it is typically something like @file{/dev/ttya}.
13297
13298@kindex speed
172c2a43 13299@cindex serial line speed, Renesas micros
8e04817f
AC
13300@code{@value{GDBN}} has another special command to set the communications
13301speed: @samp{speed @var{bps}}. This command also is only used from Unix
13302hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13303the DOS @code{mode} command (for instance,
13304@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13305
13306The @samp{device} and @samp{speed} commands are available only when you
172c2a43 13307use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
13308use a DOS host,
13309@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13310called @code{asynctsr} to communicate with the development board
13311through a PC serial port. You must also use the DOS @code{mode} command
13312to set up the serial port on the DOS side.
13313
13314The following sample session illustrates the steps needed to start a
13315program under @value{GDBN} control on an H8/300. The example uses a
13316sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 13317the Renesas SH and the H8/500.
8e04817f
AC
13318
13319First hook up your development board. In this example, we use a
13320board attached to serial port @code{COM2}; if you use a different serial
13321port, substitute its name in the argument of the @code{mode} command.
13322When you call @code{asynctsr}, the auxiliary comms program used by the
13323debugger, you give it just the numeric part of the serial port's name;
13324for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13325@code{COM2}.
13326
474c8240 13327@smallexample
8e04817f
AC
13328C:\H8300\TEST> asynctsr 2
13329C:\H8300\TEST> mode com2:9600,n,8,1,p
13330
13331Resident portion of MODE loaded
13332
13333COM2: 9600, n, 8, 1, p
13334
474c8240 13335@end smallexample
8e04817f
AC
13336
13337@quotation
13338@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13339@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13340disable it, or even boot without it, to use @code{asynctsr} to control
13341your development board.
13342@end quotation
13343
13344@kindex target hms@r{, and serial protocol}
13345Now that serial communications are set up, and the development board is
9c16f35a 13346connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
8e04817f
AC
13347the name of your program as the argument. @code{@value{GDBN}} prompts
13348you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13349commands to begin your debugging session: @samp{target hms} to specify
172c2a43 13350cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
13351download your program to the board. @code{load} displays the names of
13352the program's sections, and a @samp{*} for each 2K of data downloaded.
13353(If you want to refresh @value{GDBN} data on symbols or on the
13354executable file without downloading, use the @value{GDBN} commands
13355@code{file} or @code{symbol-file}. These commands, and @code{load}
13356itself, are described in @ref{Files,,Commands to specify files}.)
13357
13358@smallexample
13359(eg-C:\H8300\TEST) @value{GDBP} t.x
13360@value{GDBN} is free software and you are welcome to distribute copies
13361 of it under certain conditions; type "show copying" to see
13362 the conditions.
13363There is absolutely no warranty for @value{GDBN}; type "show warranty"
13364for details.
13365@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13366(@value{GDBP}) target hms
13367Connected to remote H8/300 HMS system.
13368(@value{GDBP}) load t.x
13369.text : 0x8000 .. 0xabde ***********
13370.data : 0xabde .. 0xad30 *
13371.stack : 0xf000 .. 0xf014 *
13372@end smallexample
13373
13374At this point, you're ready to run or debug your program. From here on,
13375you can use all the usual @value{GDBN} commands. The @code{break} command
13376sets breakpoints; the @code{run} command starts your program;
13377@code{print} or @code{x} display data; the @code{continue} command
13378resumes execution after stopping at a breakpoint. You can use the
13379@code{help} command at any time to find out more about @value{GDBN} commands.
13380
13381Remember, however, that @emph{operating system} facilities aren't
13382available on your development board; for example, if your program hangs,
13383you can't send an interrupt---but you can press the @sc{reset} switch!
13384
13385Use the @sc{reset} button on the development board
13386@itemize @bullet
13387@item
13388to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13389no way to pass an interrupt signal to the development board); and
13390
13391@item
13392to return to the @value{GDBN} command prompt after your program finishes
13393normally. The communications protocol provides no other way for @value{GDBN}
13394to detect program completion.
13395@end itemize
13396
13397In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13398development board as a ``normal exit'' of your program.
13399
172c2a43 13400@node Renesas ICE
8e04817f
AC
13401@subsubsection Using the E7000 in-circuit emulator
13402
172c2a43 13403@kindex target e7000@r{, with Renesas ICE}
8e04817f 13404You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 13405Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
13406e7000} command to connect @value{GDBN} to your E7000:
13407
13408@table @code
13409@item target e7000 @var{port} @var{speed}
13410Use this form if your E7000 is connected to a serial port. The
13411@var{port} argument identifies what serial port to use (for example,
13412@samp{com2}). The third argument is the line speed in bits per second
13413(for example, @samp{9600}).
13414
13415@item target e7000 @var{hostname}
13416If your E7000 is installed as a host on a TCP/IP network, you can just
13417specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13418@end table
13419
172c2a43
KI
13420@node Renesas Special
13421@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
13422
13423Some @value{GDBN} commands are available only for the H8/300:
13424
13425@table @code
13426
13427@kindex set machine
13428@kindex show machine
13429@item set machine h8300
13430@itemx set machine h8300h
13431Condition @value{GDBN} for one of the two variants of the H8/300
13432architecture with @samp{set machine}. You can use @samp{show machine}
13433to check which variant is currently in effect.
104c1213
JM
13434
13435@end table
13436
8e04817f
AC
13437@node H8/500
13438@subsection H8/500
104c1213
JM
13439
13440@table @code
13441
8e04817f
AC
13442@kindex set memory @var{mod}
13443@cindex memory models, H8/500
13444@item set memory @var{mod}
13445@itemx show memory
13446Specify which H8/500 memory model (@var{mod}) you are using with
13447@samp{set memory}; check which memory model is in effect with @samp{show
13448memory}. The accepted values for @var{mod} are @code{small},
13449@code{big}, @code{medium}, and @code{compact}.
104c1213 13450
8e04817f 13451@end table
104c1213 13452
8e04817f 13453@node M32R/D
172c2a43 13454@subsection Renesas M32R/D
8e04817f
AC
13455
13456@table @code
13457
13458@kindex target m32r
13459@item target m32r @var{dev}
172c2a43 13460Renesas M32R/D ROM monitor.
8e04817f 13461
fb3e19c0
KI
13462@kindex target m32rsdi
13463@item target m32rsdi @var{dev}
13464Renesas M32R SDI server, connected via parallel port to the board.
13465
8e04817f
AC
13466@end table
13467
13468@node M68K
13469@subsection M68k
13470
13471The Motorola m68k configuration includes ColdFire support, and
13472target command for the following ROM monitors.
13473
13474@table @code
13475
13476@kindex target abug
13477@item target abug @var{dev}
13478ABug ROM monitor for M68K.
13479
13480@kindex target cpu32bug
13481@item target cpu32bug @var{dev}
13482CPU32BUG monitor, running on a CPU32 (M68K) board.
13483
13484@kindex target dbug
13485@item target dbug @var{dev}
13486dBUG ROM monitor for Motorola ColdFire.
13487
13488@kindex target est
13489@item target est @var{dev}
13490EST-300 ICE monitor, running on a CPU32 (M68K) board.
13491
13492@kindex target rom68k
13493@item target rom68k @var{dev}
13494ROM 68K monitor, running on an M68K IDP board.
13495
13496@end table
13497
8e04817f
AC
13498@table @code
13499
13500@kindex target rombug
13501@item target rombug @var{dev}
13502ROMBUG ROM monitor for OS/9000.
13503
13504@end table
13505
8e04817f
AC
13506@node MIPS Embedded
13507@subsection MIPS Embedded
13508
13509@cindex MIPS boards
13510@value{GDBN} can use the MIPS remote debugging protocol to talk to a
13511MIPS board attached to a serial line. This is available when
13512you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 13513
8e04817f
AC
13514@need 1000
13515Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 13516
8e04817f
AC
13517@table @code
13518@item target mips @var{port}
13519@kindex target mips @var{port}
13520To run a program on the board, start up @code{@value{GDBP}} with the
13521name of your program as the argument. To connect to the board, use the
13522command @samp{target mips @var{port}}, where @var{port} is the name of
13523the serial port connected to the board. If the program has not already
13524been downloaded to the board, you may use the @code{load} command to
13525download it. You can then use all the usual @value{GDBN} commands.
104c1213 13526
8e04817f
AC
13527For example, this sequence connects to the target board through a serial
13528port, and loads and runs a program called @var{prog} through the
13529debugger:
104c1213 13530
474c8240 13531@smallexample
8e04817f
AC
13532host$ @value{GDBP} @var{prog}
13533@value{GDBN} is free software and @dots{}
13534(@value{GDBP}) target mips /dev/ttyb
13535(@value{GDBP}) load @var{prog}
13536(@value{GDBP}) run
474c8240 13537@end smallexample
104c1213 13538
8e04817f
AC
13539@item target mips @var{hostname}:@var{portnumber}
13540On some @value{GDBN} host configurations, you can specify a TCP
13541connection (for instance, to a serial line managed by a terminal
13542concentrator) instead of a serial port, using the syntax
13543@samp{@var{hostname}:@var{portnumber}}.
104c1213 13544
8e04817f
AC
13545@item target pmon @var{port}
13546@kindex target pmon @var{port}
13547PMON ROM monitor.
104c1213 13548
8e04817f
AC
13549@item target ddb @var{port}
13550@kindex target ddb @var{port}
13551NEC's DDB variant of PMON for Vr4300.
104c1213 13552
8e04817f
AC
13553@item target lsi @var{port}
13554@kindex target lsi @var{port}
13555LSI variant of PMON.
104c1213 13556
8e04817f
AC
13557@kindex target r3900
13558@item target r3900 @var{dev}
13559Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 13560
8e04817f
AC
13561@kindex target array
13562@item target array @var{dev}
13563Array Tech LSI33K RAID controller board.
104c1213 13564
8e04817f 13565@end table
104c1213 13566
104c1213 13567
8e04817f
AC
13568@noindent
13569@value{GDBN} also supports these special commands for MIPS targets:
104c1213 13570
8e04817f 13571@table @code
8e04817f
AC
13572@item set mipsfpu double
13573@itemx set mipsfpu single
13574@itemx set mipsfpu none
13575@itemx show mipsfpu
13576@kindex set mipsfpu
13577@kindex show mipsfpu
13578@cindex MIPS remote floating point
13579@cindex floating point, MIPS remote
13580If your target board does not support the MIPS floating point
13581coprocessor, you should use the command @samp{set mipsfpu none} (if you
13582need this, you may wish to put the command in your @value{GDBN} init
13583file). This tells @value{GDBN} how to find the return value of
13584functions which return floating point values. It also allows
13585@value{GDBN} to avoid saving the floating point registers when calling
13586functions on the board. If you are using a floating point coprocessor
13587with only single precision floating point support, as on the @sc{r4650}
13588processor, use the command @samp{set mipsfpu single}. The default
13589double precision floating point coprocessor may be selected using
13590@samp{set mipsfpu double}.
104c1213 13591
8e04817f
AC
13592In previous versions the only choices were double precision or no
13593floating point, so @samp{set mipsfpu on} will select double precision
13594and @samp{set mipsfpu off} will select no floating point.
104c1213 13595
8e04817f
AC
13596As usual, you can inquire about the @code{mipsfpu} variable with
13597@samp{show mipsfpu}.
104c1213 13598
8e04817f
AC
13599@item set timeout @var{seconds}
13600@itemx set retransmit-timeout @var{seconds}
13601@itemx show timeout
13602@itemx show retransmit-timeout
13603@cindex @code{timeout}, MIPS protocol
13604@cindex @code{retransmit-timeout}, MIPS protocol
13605@kindex set timeout
13606@kindex show timeout
13607@kindex set retransmit-timeout
13608@kindex show retransmit-timeout
13609You can control the timeout used while waiting for a packet, in the MIPS
13610remote protocol, with the @code{set timeout @var{seconds}} command. The
13611default is 5 seconds. Similarly, you can control the timeout used while
13612waiting for an acknowledgement of a packet with the @code{set
13613retransmit-timeout @var{seconds}} command. The default is 3 seconds.
13614You can inspect both values with @code{show timeout} and @code{show
13615retransmit-timeout}. (These commands are @emph{only} available when
13616@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 13617
8e04817f
AC
13618The timeout set by @code{set timeout} does not apply when @value{GDBN}
13619is waiting for your program to stop. In that case, @value{GDBN} waits
13620forever because it has no way of knowing how long the program is going
13621to run before stopping.
13622@end table
104c1213 13623
a37295f9
MM
13624@node OpenRISC 1000
13625@subsection OpenRISC 1000
13626@cindex OpenRISC 1000
13627
13628@cindex or1k boards
13629See OR1k Architecture document (@uref{www.opencores.org}) for more information
13630about platform and commands.
13631
13632@table @code
13633
13634@kindex target jtag
13635@item target jtag jtag://@var{host}:@var{port}
13636
13637Connects to remote JTAG server.
13638JTAG remote server can be either an or1ksim or JTAG server,
13639connected via parallel port to the board.
13640
13641Example: @code{target jtag jtag://localhost:9999}
13642
13643@kindex or1ksim
13644@item or1ksim @var{command}
13645If connected to @code{or1ksim} OpenRISC 1000 Architectural
13646Simulator, proprietary commands can be executed.
13647
13648@kindex info or1k spr
13649@item info or1k spr
13650Displays spr groups.
13651
13652@item info or1k spr @var{group}
13653@itemx info or1k spr @var{groupno}
13654Displays register names in selected group.
13655
13656@item info or1k spr @var{group} @var{register}
13657@itemx info or1k spr @var{register}
13658@itemx info or1k spr @var{groupno} @var{registerno}
13659@itemx info or1k spr @var{registerno}
13660Shows information about specified spr register.
13661
13662@kindex spr
13663@item spr @var{group} @var{register} @var{value}
13664@itemx spr @var{register @var{value}}
13665@itemx spr @var{groupno} @var{registerno @var{value}}
13666@itemx spr @var{registerno @var{value}}
13667Writes @var{value} to specified spr register.
13668@end table
13669
13670Some implementations of OpenRISC 1000 Architecture also have hardware trace.
13671It is very similar to @value{GDBN} trace, except it does not interfere with normal
13672program execution and is thus much faster. Hardware breakpoints/watchpoint
13673triggers can be set using:
13674@table @code
13675@item $LEA/$LDATA
13676Load effective address/data
13677@item $SEA/$SDATA
13678Store effective address/data
13679@item $AEA/$ADATA
13680Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
13681@item $FETCH
13682Fetch data
13683@end table
13684
13685When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
13686@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
13687
13688@code{htrace} commands:
13689@cindex OpenRISC 1000 htrace
13690@table @code
13691@kindex hwatch
13692@item hwatch @var{conditional}
13693Set hardware watchpoint on combination of Load/Store Effecive Address(es)
13694or Data. For example:
13695
13696@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
13697
13698@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
13699
4644b6e3 13700@kindex htrace
a37295f9
MM
13701@item htrace info
13702Display information about current HW trace configuration.
13703
a37295f9
MM
13704@item htrace trigger @var{conditional}
13705Set starting criteria for HW trace.
13706
a37295f9
MM
13707@item htrace qualifier @var{conditional}
13708Set acquisition qualifier for HW trace.
13709
a37295f9
MM
13710@item htrace stop @var{conditional}
13711Set HW trace stopping criteria.
13712
f153cc92 13713@item htrace record [@var{data}]*
a37295f9
MM
13714Selects the data to be recorded, when qualifier is met and HW trace was
13715triggered.
13716
a37295f9 13717@item htrace enable
a37295f9
MM
13718@itemx htrace disable
13719Enables/disables the HW trace.
13720
f153cc92 13721@item htrace rewind [@var{filename}]
a37295f9
MM
13722Clears currently recorded trace data.
13723
13724If filename is specified, new trace file is made and any newly collected data
13725will be written there.
13726
f153cc92 13727@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
13728Prints trace buffer, using current record configuration.
13729
a37295f9
MM
13730@item htrace mode continuous
13731Set continuous trace mode.
13732
a37295f9
MM
13733@item htrace mode suspend
13734Set suspend trace mode.
13735
13736@end table
13737
8e04817f
AC
13738@node PowerPC
13739@subsection PowerPC
104c1213
JM
13740
13741@table @code
104c1213 13742
8e04817f
AC
13743@kindex target dink32
13744@item target dink32 @var{dev}
13745DINK32 ROM monitor.
104c1213 13746
8e04817f
AC
13747@kindex target ppcbug
13748@item target ppcbug @var{dev}
13749@kindex target ppcbug1
13750@item target ppcbug1 @var{dev}
13751PPCBUG ROM monitor for PowerPC.
104c1213 13752
8e04817f
AC
13753@kindex target sds
13754@item target sds @var{dev}
13755SDS monitor, running on a PowerPC board (such as Motorola's ADS).
13756
13757@end table
13758
13759@node PA
13760@subsection HP PA Embedded
104c1213
JM
13761
13762@table @code
13763
8e04817f
AC
13764@kindex target op50n
13765@item target op50n @var{dev}
13766OP50N monitor, running on an OKI HPPA board.
13767
13768@kindex target w89k
13769@item target w89k @var{dev}
13770W89K monitor, running on a Winbond HPPA board.
104c1213
JM
13771
13772@end table
13773
8e04817f 13774@node SH
172c2a43 13775@subsection Renesas SH
104c1213
JM
13776
13777@table @code
13778
172c2a43 13779@kindex target hms@r{, with Renesas SH}
8e04817f 13780@item target hms @var{dev}
172c2a43 13781A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
13782commands @code{device} and @code{speed} to control the serial line and
13783the communications speed used.
104c1213 13784
172c2a43 13785@kindex target e7000@r{, with Renesas SH}
8e04817f 13786@item target e7000 @var{dev}
172c2a43 13787E7000 emulator for Renesas SH.
104c1213 13788
8e04817f
AC
13789@kindex target sh3@r{, with SH}
13790@kindex target sh3e@r{, with SH}
13791@item target sh3 @var{dev}
13792@item target sh3e @var{dev}
172c2a43 13793Renesas SH-3 and SH-3E target systems.
104c1213 13794
8e04817f 13795@end table
104c1213 13796
8e04817f
AC
13797@node Sparclet
13798@subsection Tsqware Sparclet
104c1213 13799
8e04817f
AC
13800@cindex Sparclet
13801
13802@value{GDBN} enables developers to debug tasks running on
13803Sparclet targets from a Unix host.
13804@value{GDBN} uses code that runs on
13805both the Unix host and on the Sparclet target. The program
13806@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 13807
8e04817f
AC
13808@table @code
13809@item remotetimeout @var{args}
13810@kindex remotetimeout
13811@value{GDBN} supports the option @code{remotetimeout}.
13812This option is set by the user, and @var{args} represents the number of
13813seconds @value{GDBN} waits for responses.
104c1213
JM
13814@end table
13815
8e04817f
AC
13816@cindex compiling, on Sparclet
13817When compiling for debugging, include the options @samp{-g} to get debug
13818information and @samp{-Ttext} to relocate the program to where you wish to
13819load it on the target. You may also want to add the options @samp{-n} or
13820@samp{-N} in order to reduce the size of the sections. Example:
104c1213 13821
474c8240 13822@smallexample
8e04817f 13823sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 13824@end smallexample
104c1213 13825
8e04817f 13826You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 13827
474c8240 13828@smallexample
8e04817f 13829sparclet-aout-objdump --headers --syms prog
474c8240 13830@end smallexample
104c1213 13831
8e04817f
AC
13832@cindex running, on Sparclet
13833Once you have set
13834your Unix execution search path to find @value{GDBN}, you are ready to
13835run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
13836(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 13837
8e04817f
AC
13838@value{GDBN} comes up showing the prompt:
13839
474c8240 13840@smallexample
8e04817f 13841(gdbslet)
474c8240 13842@end smallexample
104c1213
JM
13843
13844@menu
8e04817f
AC
13845* Sparclet File:: Setting the file to debug
13846* Sparclet Connection:: Connecting to Sparclet
13847* Sparclet Download:: Sparclet download
13848* Sparclet Execution:: Running and debugging
104c1213
JM
13849@end menu
13850
8e04817f
AC
13851@node Sparclet File
13852@subsubsection Setting file to debug
104c1213 13853
8e04817f 13854The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 13855
474c8240 13856@smallexample
8e04817f 13857(gdbslet) file prog
474c8240 13858@end smallexample
104c1213 13859
8e04817f
AC
13860@need 1000
13861@value{GDBN} then attempts to read the symbol table of @file{prog}.
13862@value{GDBN} locates
13863the file by searching the directories listed in the command search
13864path.
13865If the file was compiled with debug information (option "-g"), source
13866files will be searched as well.
13867@value{GDBN} locates
13868the source files by searching the directories listed in the directory search
13869path (@pxref{Environment, ,Your program's environment}).
13870If it fails
13871to find a file, it displays a message such as:
104c1213 13872
474c8240 13873@smallexample
8e04817f 13874prog: No such file or directory.
474c8240 13875@end smallexample
104c1213 13876
8e04817f
AC
13877When this happens, add the appropriate directories to the search paths with
13878the @value{GDBN} commands @code{path} and @code{dir}, and execute the
13879@code{target} command again.
104c1213 13880
8e04817f
AC
13881@node Sparclet Connection
13882@subsubsection Connecting to Sparclet
104c1213 13883
8e04817f
AC
13884The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
13885To connect to a target on serial port ``@code{ttya}'', type:
104c1213 13886
474c8240 13887@smallexample
8e04817f
AC
13888(gdbslet) target sparclet /dev/ttya
13889Remote target sparclet connected to /dev/ttya
13890main () at ../prog.c:3
474c8240 13891@end smallexample
104c1213 13892
8e04817f
AC
13893@need 750
13894@value{GDBN} displays messages like these:
104c1213 13895
474c8240 13896@smallexample
8e04817f 13897Connected to ttya.
474c8240 13898@end smallexample
104c1213 13899
8e04817f
AC
13900@node Sparclet Download
13901@subsubsection Sparclet download
104c1213 13902
8e04817f
AC
13903@cindex download to Sparclet
13904Once connected to the Sparclet target,
13905you can use the @value{GDBN}
13906@code{load} command to download the file from the host to the target.
13907The file name and load offset should be given as arguments to the @code{load}
13908command.
13909Since the file format is aout, the program must be loaded to the starting
13910address. You can use @code{objdump} to find out what this value is. The load
13911offset is an offset which is added to the VMA (virtual memory address)
13912of each of the file's sections.
13913For instance, if the program
13914@file{prog} was linked to text address 0x1201000, with data at 0x12010160
13915and bss at 0x12010170, in @value{GDBN}, type:
104c1213 13916
474c8240 13917@smallexample
8e04817f
AC
13918(gdbslet) load prog 0x12010000
13919Loading section .text, size 0xdb0 vma 0x12010000
474c8240 13920@end smallexample
104c1213 13921
8e04817f
AC
13922If the code is loaded at a different address then what the program was linked
13923to, you may need to use the @code{section} and @code{add-symbol-file} commands
13924to tell @value{GDBN} where to map the symbol table.
13925
13926@node Sparclet Execution
13927@subsubsection Running and debugging
13928
13929@cindex running and debugging Sparclet programs
13930You can now begin debugging the task using @value{GDBN}'s execution control
13931commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
13932manual for the list of commands.
13933
474c8240 13934@smallexample
8e04817f
AC
13935(gdbslet) b main
13936Breakpoint 1 at 0x12010000: file prog.c, line 3.
13937(gdbslet) run
13938Starting program: prog
13939Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
139403 char *symarg = 0;
13941(gdbslet) step
139424 char *execarg = "hello!";
13943(gdbslet)
474c8240 13944@end smallexample
8e04817f
AC
13945
13946@node Sparclite
13947@subsection Fujitsu Sparclite
104c1213
JM
13948
13949@table @code
13950
8e04817f
AC
13951@kindex target sparclite
13952@item target sparclite @var{dev}
13953Fujitsu sparclite boards, used only for the purpose of loading.
13954You must use an additional command to debug the program.
13955For example: target remote @var{dev} using @value{GDBN} standard
13956remote protocol.
104c1213
JM
13957
13958@end table
13959
8e04817f
AC
13960@node ST2000
13961@subsection Tandem ST2000
104c1213 13962
8e04817f
AC
13963@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
13964STDBUG protocol.
104c1213 13965
8e04817f
AC
13966To connect your ST2000 to the host system, see the manufacturer's
13967manual. Once the ST2000 is physically attached, you can run:
104c1213 13968
474c8240 13969@smallexample
8e04817f 13970target st2000 @var{dev} @var{speed}
474c8240 13971@end smallexample
104c1213 13972
8e04817f
AC
13973@noindent
13974to establish it as your debugging environment. @var{dev} is normally
13975the name of a serial device, such as @file{/dev/ttya}, connected to the
13976ST2000 via a serial line. You can instead specify @var{dev} as a TCP
13977connection (for example, to a serial line attached via a terminal
13978concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 13979
8e04817f
AC
13980The @code{load} and @code{attach} commands are @emph{not} defined for
13981this target; you must load your program into the ST2000 as you normally
13982would for standalone operation. @value{GDBN} reads debugging information
13983(such as symbols) from a separate, debugging version of the program
13984available on your host computer.
13985@c FIXME!! This is terribly vague; what little content is here is
13986@c basically hearsay.
104c1213 13987
8e04817f
AC
13988@cindex ST2000 auxiliary commands
13989These auxiliary @value{GDBN} commands are available to help you with the ST2000
13990environment:
104c1213 13991
8e04817f
AC
13992@table @code
13993@item st2000 @var{command}
13994@kindex st2000 @var{cmd}
13995@cindex STDBUG commands (ST2000)
13996@cindex commands to STDBUG (ST2000)
13997Send a @var{command} to the STDBUG monitor. See the manufacturer's
13998manual for available commands.
104c1213 13999
8e04817f
AC
14000@item connect
14001@cindex connect (to STDBUG)
14002Connect the controlling terminal to the STDBUG command monitor. When
14003you are done interacting with STDBUG, typing either of two character
14004sequences gets you back to the @value{GDBN} command prompt:
14005@kbd{@key{RET}~.} (Return, followed by tilde and period) or
14006@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
14007@end table
14008
8e04817f
AC
14009@node Z8000
14010@subsection Zilog Z8000
104c1213 14011
8e04817f
AC
14012@cindex Z8000
14013@cindex simulator, Z8000
14014@cindex Zilog Z8000 simulator
104c1213 14015
8e04817f
AC
14016When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14017a Z8000 simulator.
14018
14019For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14020unsegmented variant of the Z8000 architecture) or the Z8001 (the
14021segmented variant). The simulator recognizes which architecture is
14022appropriate by inspecting the object code.
104c1213 14023
8e04817f
AC
14024@table @code
14025@item target sim @var{args}
14026@kindex sim
14027@kindex target sim@r{, with Z8000}
14028Debug programs on a simulated CPU. If the simulator supports setup
14029options, specify them via @var{args}.
104c1213
JM
14030@end table
14031
8e04817f
AC
14032@noindent
14033After specifying this target, you can debug programs for the simulated
14034CPU in the same style as programs for your host computer; use the
14035@code{file} command to load a new program image, the @code{run} command
14036to run your program, and so on.
14037
14038As well as making available all the usual machine registers
14039(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14040additional items of information as specially named registers:
104c1213
JM
14041
14042@table @code
14043
8e04817f
AC
14044@item cycles
14045Counts clock-ticks in the simulator.
104c1213 14046
8e04817f
AC
14047@item insts
14048Counts instructions run in the simulator.
104c1213 14049
8e04817f
AC
14050@item time
14051Execution time in 60ths of a second.
104c1213 14052
8e04817f 14053@end table
104c1213 14054
8e04817f
AC
14055You can refer to these values in @value{GDBN} expressions with the usual
14056conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14057conditional breakpoint that suspends only after at least 5000
14058simulated clock ticks.
104c1213 14059
8e04817f
AC
14060@node Architectures
14061@section Architectures
104c1213 14062
8e04817f
AC
14063This section describes characteristics of architectures that affect
14064all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 14065
8e04817f 14066@menu
9c16f35a 14067* i386::
8e04817f
AC
14068* A29K::
14069* Alpha::
14070* MIPS::
14071@end menu
104c1213 14072
9c16f35a
EZ
14073@node i386
14074@subsection x86 Architecture-specific issues.
14075
14076@table @code
14077@item set struct-convention @var{mode}
14078@kindex set struct-convention
14079@cindex struct return convention
14080@cindex struct/union returned in registers
14081Set the convention used by the inferior to return @code{struct}s and
14082@code{union}s from functions to @var{mode}. Possible values of
14083@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14084default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14085are returned on the stack, while @code{"reg"} means that a
14086@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14087be returned in a register.
14088
14089@item show struct-convention
14090@kindex show struct-convention
14091Show the current setting of the convention to return @code{struct}s
14092from functions.
14093@end table
14094
8e04817f
AC
14095@node A29K
14096@subsection A29K
104c1213
JM
14097
14098@table @code
104c1213 14099
8e04817f
AC
14100@kindex set rstack_high_address
14101@cindex AMD 29K register stack
14102@cindex register stack, AMD29K
14103@item set rstack_high_address @var{address}
14104On AMD 29000 family processors, registers are saved in a separate
14105@dfn{register stack}. There is no way for @value{GDBN} to determine the
14106extent of this stack. Normally, @value{GDBN} just assumes that the
14107stack is ``large enough''. This may result in @value{GDBN} referencing
14108memory locations that do not exist. If necessary, you can get around
14109this problem by specifying the ending address of the register stack with
14110the @code{set rstack_high_address} command. The argument should be an
14111address, which you probably want to precede with @samp{0x} to specify in
14112hexadecimal.
104c1213 14113
8e04817f
AC
14114@kindex show rstack_high_address
14115@item show rstack_high_address
14116Display the current limit of the register stack, on AMD 29000 family
14117processors.
104c1213 14118
8e04817f 14119@end table
104c1213 14120
8e04817f
AC
14121@node Alpha
14122@subsection Alpha
104c1213 14123
8e04817f 14124See the following section.
104c1213 14125
8e04817f
AC
14126@node MIPS
14127@subsection MIPS
104c1213 14128
8e04817f
AC
14129@cindex stack on Alpha
14130@cindex stack on MIPS
14131@cindex Alpha stack
14132@cindex MIPS stack
14133Alpha- and MIPS-based computers use an unusual stack frame, which
14134sometimes requires @value{GDBN} to search backward in the object code to
14135find the beginning of a function.
104c1213 14136
8e04817f
AC
14137@cindex response time, MIPS debugging
14138To improve response time (especially for embedded applications, where
14139@value{GDBN} may be restricted to a slow serial line for this search)
14140you may want to limit the size of this search, using one of these
14141commands:
104c1213 14142
8e04817f
AC
14143@table @code
14144@cindex @code{heuristic-fence-post} (Alpha, MIPS)
14145@item set heuristic-fence-post @var{limit}
14146Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14147search for the beginning of a function. A value of @var{0} (the
14148default) means there is no limit. However, except for @var{0}, the
14149larger the limit the more bytes @code{heuristic-fence-post} must search
14150and therefore the longer it takes to run.
104c1213 14151
8e04817f
AC
14152@item show heuristic-fence-post
14153Display the current limit.
14154@end table
104c1213
JM
14155
14156@noindent
8e04817f
AC
14157These commands are available @emph{only} when @value{GDBN} is configured
14158for debugging programs on Alpha or MIPS processors.
104c1213 14159
104c1213 14160
8e04817f
AC
14161@node Controlling GDB
14162@chapter Controlling @value{GDBN}
14163
14164You can alter the way @value{GDBN} interacts with you by using the
14165@code{set} command. For commands controlling how @value{GDBN} displays
14166data, see @ref{Print Settings, ,Print settings}. Other settings are
14167described here.
14168
14169@menu
14170* Prompt:: Prompt
14171* Editing:: Command editing
14172* History:: Command history
14173* Screen Size:: Screen size
14174* Numbers:: Numbers
1e698235 14175* ABI:: Configuring the current ABI
8e04817f
AC
14176* Messages/Warnings:: Optional warnings and messages
14177* Debugging Output:: Optional messages about internal happenings
14178@end menu
14179
14180@node Prompt
14181@section Prompt
104c1213 14182
8e04817f 14183@cindex prompt
104c1213 14184
8e04817f
AC
14185@value{GDBN} indicates its readiness to read a command by printing a string
14186called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
14187can change the prompt string with the @code{set prompt} command. For
14188instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
14189the prompt in one of the @value{GDBN} sessions so that you can always tell
14190which one you are talking to.
104c1213 14191
8e04817f
AC
14192@emph{Note:} @code{set prompt} does not add a space for you after the
14193prompt you set. This allows you to set a prompt which ends in a space
14194or a prompt that does not.
104c1213 14195
8e04817f
AC
14196@table @code
14197@kindex set prompt
14198@item set prompt @var{newprompt}
14199Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 14200
8e04817f
AC
14201@kindex show prompt
14202@item show prompt
14203Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
14204@end table
14205
8e04817f
AC
14206@node Editing
14207@section Command editing
14208@cindex readline
14209@cindex command line editing
104c1213 14210
703663ab 14211@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
14212@sc{gnu} library provides consistent behavior for programs which provide a
14213command line interface to the user. Advantages are @sc{gnu} Emacs-style
14214or @dfn{vi}-style inline editing of commands, @code{csh}-like history
14215substitution, and a storage and recall of command history across
14216debugging sessions.
104c1213 14217
8e04817f
AC
14218You may control the behavior of command line editing in @value{GDBN} with the
14219command @code{set}.
104c1213 14220
8e04817f
AC
14221@table @code
14222@kindex set editing
14223@cindex editing
14224@item set editing
14225@itemx set editing on
14226Enable command line editing (enabled by default).
104c1213 14227
8e04817f
AC
14228@item set editing off
14229Disable command line editing.
104c1213 14230
8e04817f
AC
14231@kindex show editing
14232@item show editing
14233Show whether command line editing is enabled.
104c1213
JM
14234@end table
14235
703663ab
EZ
14236@xref{Command Line Editing}, for more details about the Readline
14237interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
14238encouraged to read that chapter.
14239
8e04817f
AC
14240@node History
14241@section Command history
703663ab 14242@cindex command history
8e04817f
AC
14243
14244@value{GDBN} can keep track of the commands you type during your
14245debugging sessions, so that you can be certain of precisely what
14246happened. Use these commands to manage the @value{GDBN} command
14247history facility.
104c1213 14248
703663ab
EZ
14249@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
14250package, to provide the history facility. @xref{Using History
14251Interactively}, for the detailed description of the History library.
14252
14253Here is the description of @value{GDBN} commands related to command
14254history.
14255
104c1213 14256@table @code
8e04817f
AC
14257@cindex history substitution
14258@cindex history file
14259@kindex set history filename
4644b6e3 14260@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
14261@item set history filename @var{fname}
14262Set the name of the @value{GDBN} command history file to @var{fname}.
14263This is the file where @value{GDBN} reads an initial command history
14264list, and where it writes the command history from this session when it
14265exits. You can access this list through history expansion or through
14266the history command editing characters listed below. This file defaults
14267to the value of the environment variable @code{GDBHISTFILE}, or to
14268@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
14269is not set.
104c1213 14270
9c16f35a
EZ
14271@cindex save command history
14272@kindex set history save
8e04817f
AC
14273@item set history save
14274@itemx set history save on
14275Record command history in a file, whose name may be specified with the
14276@code{set history filename} command. By default, this option is disabled.
104c1213 14277
8e04817f
AC
14278@item set history save off
14279Stop recording command history in a file.
104c1213 14280
8e04817f 14281@cindex history size
9c16f35a 14282@kindex set history size
8e04817f
AC
14283@item set history size @var{size}
14284Set the number of commands which @value{GDBN} keeps in its history list.
14285This defaults to the value of the environment variable
14286@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
14287@end table
14288
8e04817f 14289History expansion assigns special meaning to the character @kbd{!}.
703663ab 14290@xref{Event Designators}, for more details.
8e04817f 14291
703663ab 14292@cindex history expansion, turn on/off
8e04817f
AC
14293Since @kbd{!} is also the logical not operator in C, history expansion
14294is off by default. If you decide to enable history expansion with the
14295@code{set history expansion on} command, you may sometimes need to
14296follow @kbd{!} (when it is used as logical not, in an expression) with
14297a space or a tab to prevent it from being expanded. The readline
14298history facilities do not attempt substitution on the strings
14299@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
14300
14301The commands to control history expansion are:
104c1213
JM
14302
14303@table @code
8e04817f
AC
14304@item set history expansion on
14305@itemx set history expansion
703663ab 14306@kindex set history expansion
8e04817f 14307Enable history expansion. History expansion is off by default.
104c1213 14308
8e04817f
AC
14309@item set history expansion off
14310Disable history expansion.
104c1213 14311
8e04817f
AC
14312@c @group
14313@kindex show history
14314@item show history
14315@itemx show history filename
14316@itemx show history save
14317@itemx show history size
14318@itemx show history expansion
14319These commands display the state of the @value{GDBN} history parameters.
14320@code{show history} by itself displays all four states.
14321@c @end group
14322@end table
14323
14324@table @code
9c16f35a
EZ
14325@kindex show commands
14326@cindex show last commands
14327@cindex display command history
8e04817f
AC
14328@item show commands
14329Display the last ten commands in the command history.
104c1213 14330
8e04817f
AC
14331@item show commands @var{n}
14332Print ten commands centered on command number @var{n}.
14333
14334@item show commands +
14335Print ten commands just after the commands last printed.
104c1213
JM
14336@end table
14337
8e04817f
AC
14338@node Screen Size
14339@section Screen size
14340@cindex size of screen
14341@cindex pauses in output
104c1213 14342
8e04817f
AC
14343Certain commands to @value{GDBN} may produce large amounts of
14344information output to the screen. To help you read all of it,
14345@value{GDBN} pauses and asks you for input at the end of each page of
14346output. Type @key{RET} when you want to continue the output, or @kbd{q}
14347to discard the remaining output. Also, the screen width setting
14348determines when to wrap lines of output. Depending on what is being
14349printed, @value{GDBN} tries to break the line at a readable place,
14350rather than simply letting it overflow onto the following line.
14351
14352Normally @value{GDBN} knows the size of the screen from the terminal
14353driver software. For example, on Unix @value{GDBN} uses the termcap data base
14354together with the value of the @code{TERM} environment variable and the
14355@code{stty rows} and @code{stty cols} settings. If this is not correct,
14356you can override it with the @code{set height} and @code{set
14357width} commands:
14358
14359@table @code
14360@kindex set height
14361@kindex set width
14362@kindex show width
14363@kindex show height
14364@item set height @var{lpp}
14365@itemx show height
14366@itemx set width @var{cpl}
14367@itemx show width
14368These @code{set} commands specify a screen height of @var{lpp} lines and
14369a screen width of @var{cpl} characters. The associated @code{show}
14370commands display the current settings.
104c1213 14371
8e04817f
AC
14372If you specify a height of zero lines, @value{GDBN} does not pause during
14373output no matter how long the output is. This is useful if output is to a
14374file or to an editor buffer.
104c1213 14375
8e04817f
AC
14376Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
14377from wrapping its output.
9c16f35a
EZ
14378
14379@item set pagination on
14380@itemx set pagination off
14381@kindex set pagination
14382Turn the output pagination on or off; the default is on. Turning
14383pagination off is the alternative to @code{set height 0}.
14384
14385@item show pagination
14386@kindex show pagination
14387Show the current pagination mode.
104c1213
JM
14388@end table
14389
8e04817f
AC
14390@node Numbers
14391@section Numbers
14392@cindex number representation
14393@cindex entering numbers
104c1213 14394
8e04817f
AC
14395You can always enter numbers in octal, decimal, or hexadecimal in
14396@value{GDBN} by the usual conventions: octal numbers begin with
14397@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
14398begin with @samp{0x}. Numbers that begin with none of these are, by
14399default, entered in base 10; likewise, the default display for
14400numbers---when no particular format is specified---is base 10. You can
14401change the default base for both input and output with the @code{set
14402radix} command.
104c1213 14403
8e04817f
AC
14404@table @code
14405@kindex set input-radix
14406@item set input-radix @var{base}
14407Set the default base for numeric input. Supported choices
14408for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
14409specified either unambiguously or using the current default radix; for
14410example, any of
104c1213 14411
8e04817f 14412@smallexample
9c16f35a
EZ
14413set input-radix 012
14414set input-radix 10.
14415set input-radix 0xa
8e04817f 14416@end smallexample
104c1213 14417
8e04817f 14418@noindent
9c16f35a
EZ
14419sets the input base to decimal. On the other hand, @samp{set input-radix 10}
14420leaves the input radix unchanged, no matter what it was.
104c1213 14421
8e04817f
AC
14422@kindex set output-radix
14423@item set output-radix @var{base}
14424Set the default base for numeric display. Supported choices
14425for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
14426specified either unambiguously or using the current default radix.
104c1213 14427
8e04817f
AC
14428@kindex show input-radix
14429@item show input-radix
14430Display the current default base for numeric input.
104c1213 14431
8e04817f
AC
14432@kindex show output-radix
14433@item show output-radix
14434Display the current default base for numeric display.
9c16f35a
EZ
14435
14436@item set radix @r{[}@var{base}@r{]}
14437@itemx show radix
14438@kindex set radix
14439@kindex show radix
14440These commands set and show the default base for both input and output
14441of numbers. @code{set radix} sets the radix of input and output to
14442the same base; without an argument, it resets the radix back to its
14443default value of 10.
14444
8e04817f 14445@end table
104c1213 14446
1e698235
DJ
14447@node ABI
14448@section Configuring the current ABI
14449
14450@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
14451application automatically. However, sometimes you need to override its
14452conclusions. Use these commands to manage @value{GDBN}'s view of the
14453current ABI.
14454
98b45e30
DJ
14455@cindex OS ABI
14456@kindex set osabi
b4e9345d 14457@kindex show osabi
98b45e30
DJ
14458
14459One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 14460system targets, either via remote debugging or native emulation.
98b45e30
DJ
14461@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
14462but you can override its conclusion using the @code{set osabi} command.
14463One example where this is useful is in debugging of binaries which use
14464an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
14465not have the same identifying marks that the standard C library for your
14466platform provides.
14467
14468@table @code
14469@item show osabi
14470Show the OS ABI currently in use.
14471
14472@item set osabi
14473With no argument, show the list of registered available OS ABI's.
14474
14475@item set osabi @var{abi}
14476Set the current OS ABI to @var{abi}.
14477@end table
14478
1e698235 14479@cindex float promotion
1e698235
DJ
14480
14481Generally, the way that an argument of type @code{float} is passed to a
14482function depends on whether the function is prototyped. For a prototyped
14483(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
14484according to the architecture's convention for @code{float}. For unprototyped
14485(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
14486@code{double} and then passed.
14487
14488Unfortunately, some forms of debug information do not reliably indicate whether
14489a function is prototyped. If @value{GDBN} calls a function that is not marked
14490as prototyped, it consults @kbd{set coerce-float-to-double}.
14491
14492@table @code
a8f24a35 14493@kindex set coerce-float-to-double
1e698235
DJ
14494@item set coerce-float-to-double
14495@itemx set coerce-float-to-double on
14496Arguments of type @code{float} will be promoted to @code{double} when passed
14497to an unprototyped function. This is the default setting.
14498
14499@item set coerce-float-to-double off
14500Arguments of type @code{float} will be passed directly to unprototyped
14501functions.
9c16f35a
EZ
14502
14503@kindex show coerce-float-to-double
14504@item show coerce-float-to-double
14505Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
14506@end table
14507
f1212245
DJ
14508@kindex set cp-abi
14509@kindex show cp-abi
14510@value{GDBN} needs to know the ABI used for your program's C@t{++}
14511objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
14512used to build your application. @value{GDBN} only fully supports
14513programs with a single C@t{++} ABI; if your program contains code using
14514multiple C@t{++} ABI's or if @value{GDBN} can not identify your
14515program's ABI correctly, you can tell @value{GDBN} which ABI to use.
14516Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
14517before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
14518``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
14519use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
14520``auto''.
14521
14522@table @code
14523@item show cp-abi
14524Show the C@t{++} ABI currently in use.
14525
14526@item set cp-abi
14527With no argument, show the list of supported C@t{++} ABI's.
14528
14529@item set cp-abi @var{abi}
14530@itemx set cp-abi auto
14531Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
14532@end table
14533
8e04817f
AC
14534@node Messages/Warnings
14535@section Optional warnings and messages
104c1213 14536
9c16f35a
EZ
14537@cindex verbose operation
14538@cindex optional warnings
8e04817f
AC
14539By default, @value{GDBN} is silent about its inner workings. If you are
14540running on a slow machine, you may want to use the @code{set verbose}
14541command. This makes @value{GDBN} tell you when it does a lengthy
14542internal operation, so you will not think it has crashed.
104c1213 14543
8e04817f
AC
14544Currently, the messages controlled by @code{set verbose} are those
14545which announce that the symbol table for a source file is being read;
14546see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 14547
8e04817f
AC
14548@table @code
14549@kindex set verbose
14550@item set verbose on
14551Enables @value{GDBN} output of certain informational messages.
104c1213 14552
8e04817f
AC
14553@item set verbose off
14554Disables @value{GDBN} output of certain informational messages.
104c1213 14555
8e04817f
AC
14556@kindex show verbose
14557@item show verbose
14558Displays whether @code{set verbose} is on or off.
14559@end table
104c1213 14560
8e04817f
AC
14561By default, if @value{GDBN} encounters bugs in the symbol table of an
14562object file, it is silent; but if you are debugging a compiler, you may
14563find this information useful (@pxref{Symbol Errors, ,Errors reading
14564symbol files}).
104c1213 14565
8e04817f 14566@table @code
104c1213 14567
8e04817f
AC
14568@kindex set complaints
14569@item set complaints @var{limit}
14570Permits @value{GDBN} to output @var{limit} complaints about each type of
14571unusual symbols before becoming silent about the problem. Set
14572@var{limit} to zero to suppress all complaints; set it to a large number
14573to prevent complaints from being suppressed.
104c1213 14574
8e04817f
AC
14575@kindex show complaints
14576@item show complaints
14577Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 14578
8e04817f 14579@end table
104c1213 14580
8e04817f
AC
14581By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
14582lot of stupid questions to confirm certain commands. For example, if
14583you try to run a program which is already running:
104c1213 14584
474c8240 14585@smallexample
8e04817f
AC
14586(@value{GDBP}) run
14587The program being debugged has been started already.
14588Start it from the beginning? (y or n)
474c8240 14589@end smallexample
104c1213 14590
8e04817f
AC
14591If you are willing to unflinchingly face the consequences of your own
14592commands, you can disable this ``feature'':
104c1213 14593
8e04817f 14594@table @code
104c1213 14595
8e04817f
AC
14596@kindex set confirm
14597@cindex flinching
14598@cindex confirmation
14599@cindex stupid questions
14600@item set confirm off
14601Disables confirmation requests.
104c1213 14602
8e04817f
AC
14603@item set confirm on
14604Enables confirmation requests (the default).
104c1213 14605
8e04817f
AC
14606@kindex show confirm
14607@item show confirm
14608Displays state of confirmation requests.
14609
14610@end table
104c1213 14611
8e04817f
AC
14612@node Debugging Output
14613@section Optional messages about internal happenings
4644b6e3
EZ
14614@cindex optional debugging messages
14615
104c1213 14616@table @code
a8f24a35
EZ
14617@kindex set exec-done-display
14618@item set exec-done-display
14619Turns on or off the notification of asynchronous commands'
14620completion. When on, @value{GDBN} will print a message when an
14621asynchronous command finishes its execution. The default is off.
14622@kindex show exec-done-display
14623@item show exec-done-display
14624Displays the current setting of asynchronous command completion
14625notification.
4644b6e3
EZ
14626@kindex set debug
14627@cindex gdbarch debugging info
a8f24a35 14628@cindex architecture debugging info
8e04817f 14629@item set debug arch
a8f24a35 14630Turns on or off display of gdbarch debugging info. The default is off
4644b6e3 14631@kindex show debug
8e04817f
AC
14632@item show debug arch
14633Displays the current state of displaying gdbarch debugging info.
8e04817f 14634@item set debug event
4644b6e3 14635@cindex event debugging info
a8f24a35 14636Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 14637default is off.
8e04817f
AC
14638@item show debug event
14639Displays the current state of displaying @value{GDBN} event debugging
14640info.
8e04817f 14641@item set debug expression
4644b6e3 14642@cindex expression debugging info
a8f24a35 14643Turns on or off display of @value{GDBN} expression debugging info. The
8e04817f 14644default is off.
8e04817f
AC
14645@item show debug expression
14646Displays the current state of displaying @value{GDBN} expression
14647debugging info.
7453dc06 14648@item set debug frame
4644b6e3 14649@cindex frame debugging info
7453dc06
AC
14650Turns on or off display of @value{GDBN} frame debugging info. The
14651default is off.
7453dc06
AC
14652@item show debug frame
14653Displays the current state of displaying @value{GDBN} frame debugging
14654info.
30e91e0b
RC
14655@item set debug infrun
14656@cindex inferior debugging info
14657Turns on or off display of @value{GDBN} debugging info for running the inferior.
14658The default is off. @file{infrun.c} contains GDB's runtime state machine used
14659for implementing operations such as single-stepping the inferior.
14660@item show debug infrun
14661Displays the current state of @value{GDBN} inferior debugging.
2b4855ab 14662@item set debug observer
4644b6e3 14663@cindex observer debugging info
2b4855ab
AC
14664Turns on or off display of @value{GDBN} observer debugging. This
14665includes info such as the notification of observable events.
2b4855ab
AC
14666@item show debug observer
14667Displays the current state of observer debugging.
8e04817f 14668@item set debug overload
4644b6e3 14669@cindex C@t{++} overload debugging info
8e04817f
AC
14670Turns on or off display of @value{GDBN} C@t{++} overload debugging
14671info. This includes info such as ranking of functions, etc. The default
14672is off.
8e04817f
AC
14673@item show debug overload
14674Displays the current state of displaying @value{GDBN} C@t{++} overload
14675debugging info.
8e04817f
AC
14676@cindex packets, reporting on stdout
14677@cindex serial connections, debugging
14678@item set debug remote
14679Turns on or off display of reports on all packets sent back and forth across
14680the serial line to the remote machine. The info is printed on the
14681@value{GDBN} standard output stream. The default is off.
8e04817f
AC
14682@item show debug remote
14683Displays the state of display of remote packets.
8e04817f
AC
14684@item set debug serial
14685Turns on or off display of @value{GDBN} serial debugging info. The
14686default is off.
8e04817f
AC
14687@item show debug serial
14688Displays the current state of displaying @value{GDBN} serial debugging
14689info.
8e04817f 14690@item set debug target
4644b6e3 14691@cindex target debugging info
8e04817f
AC
14692Turns on or off display of @value{GDBN} target debugging info. This info
14693includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
14694default is 0. Set it to 1 to track events, and to 2 to also track the
14695value of large memory transfers. Changes to this flag do not take effect
14696until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
14697@item show debug target
14698Displays the current state of displaying @value{GDBN} target debugging
14699info.
8e04817f 14700@item set debug varobj
4644b6e3 14701@cindex variable object debugging info
8e04817f
AC
14702Turns on or off display of @value{GDBN} variable object debugging
14703info. The default is off.
8e04817f
AC
14704@item show debug varobj
14705Displays the current state of displaying @value{GDBN} variable object
14706debugging info.
14707@end table
104c1213 14708
8e04817f
AC
14709@node Sequences
14710@chapter Canned Sequences of Commands
104c1213 14711
8e04817f
AC
14712Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
14713command lists}), @value{GDBN} provides two ways to store sequences of
14714commands for execution as a unit: user-defined commands and command
14715files.
104c1213 14716
8e04817f
AC
14717@menu
14718* Define:: User-defined commands
14719* Hooks:: User-defined command hooks
14720* Command Files:: Command files
14721* Output:: Commands for controlled output
14722@end menu
104c1213 14723
8e04817f
AC
14724@node Define
14725@section User-defined commands
104c1213 14726
8e04817f
AC
14727@cindex user-defined command
14728A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
14729which you assign a new name as a command. This is done with the
14730@code{define} command. User commands may accept up to 10 arguments
14731separated by whitespace. Arguments are accessed within the user command
14732via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 14733
8e04817f
AC
14734@smallexample
14735define adder
14736 print $arg0 + $arg1 + $arg2
14737@end smallexample
104c1213
JM
14738
14739@noindent
8e04817f 14740To execute the command use:
104c1213 14741
8e04817f
AC
14742@smallexample
14743adder 1 2 3
14744@end smallexample
104c1213 14745
8e04817f
AC
14746@noindent
14747This defines the command @code{adder}, which prints the sum of
14748its three arguments. Note the arguments are text substitutions, so they may
14749reference variables, use complex expressions, or even perform inferior
14750functions calls.
104c1213
JM
14751
14752@table @code
104c1213 14753
8e04817f
AC
14754@kindex define
14755@item define @var{commandname}
14756Define a command named @var{commandname}. If there is already a command
14757by that name, you are asked to confirm that you want to redefine it.
104c1213 14758
8e04817f
AC
14759The definition of the command is made up of other @value{GDBN} command lines,
14760which are given following the @code{define} command. The end of these
14761commands is marked by a line containing @code{end}.
104c1213 14762
8e04817f
AC
14763@kindex if
14764@kindex else
14765@item if
09d4efe1 14766@itemx else
8e04817f
AC
14767Takes a single argument, which is an expression to evaluate.
14768It is followed by a series of commands that are executed
14769only if the expression is true (nonzero).
14770There can then optionally be a line @code{else}, followed
14771by a series of commands that are only executed if the expression
14772was false. The end of the list is marked by a line containing @code{end}.
104c1213 14773
8e04817f
AC
14774@kindex while
14775@item while
14776The syntax is similar to @code{if}: the command takes a single argument,
14777which is an expression to evaluate, and must be followed by the commands to
14778execute, one per line, terminated by an @code{end}.
14779The commands are executed repeatedly as long as the expression
14780evaluates to true.
104c1213 14781
8e04817f
AC
14782@kindex document
14783@item document @var{commandname}
14784Document the user-defined command @var{commandname}, so that it can be
14785accessed by @code{help}. The command @var{commandname} must already be
14786defined. This command reads lines of documentation just as @code{define}
14787reads the lines of the command definition, ending with @code{end}.
14788After the @code{document} command is finished, @code{help} on command
14789@var{commandname} displays the documentation you have written.
104c1213 14790
8e04817f
AC
14791You may use the @code{document} command again to change the
14792documentation of a command. Redefining the command with @code{define}
14793does not change the documentation.
104c1213 14794
8e04817f
AC
14795@kindex help user-defined
14796@item help user-defined
14797List all user-defined commands, with the first line of the documentation
14798(if any) for each.
104c1213 14799
8e04817f
AC
14800@kindex show user
14801@item show user
14802@itemx show user @var{commandname}
14803Display the @value{GDBN} commands used to define @var{commandname} (but
14804not its documentation). If no @var{commandname} is given, display the
14805definitions for all user-defined commands.
104c1213 14806
9c16f35a 14807@cindex infinite recusrion in user-defined commands
20f01a46
DH
14808@kindex show max-user-call-depth
14809@kindex set max-user-call-depth
14810@item show max-user-call-depth
5ca0cb28
DH
14811@itemx set max-user-call-depth
14812The value of @code{max-user-call-depth} controls how many recursion
14813levels are allowed in user-defined commands before GDB suspects an
14814infinite recursion and aborts the command.
20f01a46 14815
104c1213
JM
14816@end table
14817
8e04817f
AC
14818When user-defined commands are executed, the
14819commands of the definition are not printed. An error in any command
14820stops execution of the user-defined command.
104c1213 14821
8e04817f
AC
14822If used interactively, commands that would ask for confirmation proceed
14823without asking when used inside a user-defined command. Many @value{GDBN}
14824commands that normally print messages to say what they are doing omit the
14825messages when used in a user-defined command.
104c1213 14826
8e04817f
AC
14827@node Hooks
14828@section User-defined command hooks
14829@cindex command hooks
14830@cindex hooks, for commands
14831@cindex hooks, pre-command
104c1213 14832
8e04817f 14833@kindex hook
8e04817f
AC
14834You may define @dfn{hooks}, which are a special kind of user-defined
14835command. Whenever you run the command @samp{foo}, if the user-defined
14836command @samp{hook-foo} exists, it is executed (with no arguments)
14837before that command.
104c1213 14838
8e04817f
AC
14839@cindex hooks, post-command
14840@kindex hookpost
8e04817f
AC
14841A hook may also be defined which is run after the command you executed.
14842Whenever you run the command @samp{foo}, if the user-defined command
14843@samp{hookpost-foo} exists, it is executed (with no arguments) after
14844that command. Post-execution hooks may exist simultaneously with
14845pre-execution hooks, for the same command.
104c1213 14846
8e04817f 14847It is valid for a hook to call the command which it hooks. If this
9f1c6395 14848occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 14849
8e04817f
AC
14850@c It would be nice if hookpost could be passed a parameter indicating
14851@c if the command it hooks executed properly or not. FIXME!
104c1213 14852
8e04817f
AC
14853@kindex stop@r{, a pseudo-command}
14854In addition, a pseudo-command, @samp{stop} exists. Defining
14855(@samp{hook-stop}) makes the associated commands execute every time
14856execution stops in your program: before breakpoint commands are run,
14857displays are printed, or the stack frame is printed.
104c1213 14858
8e04817f
AC
14859For example, to ignore @code{SIGALRM} signals while
14860single-stepping, but treat them normally during normal execution,
14861you could define:
104c1213 14862
474c8240 14863@smallexample
8e04817f
AC
14864define hook-stop
14865handle SIGALRM nopass
14866end
104c1213 14867
8e04817f
AC
14868define hook-run
14869handle SIGALRM pass
14870end
104c1213 14871
8e04817f
AC
14872define hook-continue
14873handle SIGLARM pass
14874end
474c8240 14875@end smallexample
104c1213 14876
8e04817f 14877As a further example, to hook at the begining and end of the @code{echo}
b383017d 14878command, and to add extra text to the beginning and end of the message,
8e04817f 14879you could define:
104c1213 14880
474c8240 14881@smallexample
8e04817f
AC
14882define hook-echo
14883echo <<<---
14884end
104c1213 14885
8e04817f
AC
14886define hookpost-echo
14887echo --->>>\n
14888end
104c1213 14889
8e04817f
AC
14890(@value{GDBP}) echo Hello World
14891<<<---Hello World--->>>
14892(@value{GDBP})
104c1213 14893
474c8240 14894@end smallexample
104c1213 14895
8e04817f
AC
14896You can define a hook for any single-word command in @value{GDBN}, but
14897not for command aliases; you should define a hook for the basic command
14898name, e.g. @code{backtrace} rather than @code{bt}.
14899@c FIXME! So how does Joe User discover whether a command is an alias
14900@c or not?
14901If an error occurs during the execution of your hook, execution of
14902@value{GDBN} commands stops and @value{GDBN} issues a prompt
14903(before the command that you actually typed had a chance to run).
104c1213 14904
8e04817f
AC
14905If you try to define a hook which does not match any known command, you
14906get a warning from the @code{define} command.
c906108c 14907
8e04817f
AC
14908@node Command Files
14909@section Command files
c906108c 14910
8e04817f
AC
14911@cindex command files
14912A command file for @value{GDBN} is a file of lines that are @value{GDBN}
14913commands. Comments (lines starting with @kbd{#}) may also be included.
14914An empty line in a command file does nothing; it does not mean to repeat
14915the last command, as it would from the terminal.
c906108c 14916
8e04817f
AC
14917@cindex init file
14918@cindex @file{.gdbinit}
14919@cindex @file{gdb.ini}
14920When you start @value{GDBN}, it automatically executes commands from its
14921@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
14922port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
14923limitations of file names imposed by DOS filesystems.}.
14924During startup, @value{GDBN} does the following:
c906108c 14925
8e04817f
AC
14926@enumerate
14927@item
14928Reads the init file (if any) in your home directory@footnote{On
14929DOS/Windows systems, the home directory is the one pointed to by the
14930@code{HOME} environment variable.}.
c906108c 14931
8e04817f
AC
14932@item
14933Processes command line options and operands.
c906108c 14934
8e04817f
AC
14935@item
14936Reads the init file (if any) in the current working directory.
c906108c 14937
8e04817f
AC
14938@item
14939Reads command files specified by the @samp{-x} option.
14940@end enumerate
c906108c 14941
8e04817f
AC
14942The init file in your home directory can set options (such as @samp{set
14943complaints}) that affect subsequent processing of command line options
14944and operands. Init files are not executed if you use the @samp{-nx}
14945option (@pxref{Mode Options, ,Choosing modes}).
c906108c 14946
8e04817f
AC
14947@cindex init file name
14948On some configurations of @value{GDBN}, the init file is known by a
14949different name (these are typically environments where a specialized
14950form of @value{GDBN} may need to coexist with other forms, hence a
14951different name for the specialized version's init file). These are the
14952environments with special init file names:
c906108c 14953
8e04817f
AC
14954@cindex @file{.vxgdbinit}
14955@itemize @bullet
14956@item
14957VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 14958
8e04817f
AC
14959@cindex @file{.os68gdbinit}
14960@item
14961OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 14962
8e04817f
AC
14963@cindex @file{.esgdbinit}
14964@item
14965ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
14966@end itemize
c906108c 14967
8e04817f
AC
14968You can also request the execution of a command file with the
14969@code{source} command:
c906108c 14970
8e04817f
AC
14971@table @code
14972@kindex source
14973@item source @var{filename}
14974Execute the command file @var{filename}.
c906108c
SS
14975@end table
14976
8e04817f 14977The lines in a command file are executed sequentially. They are not
a71ec265
DH
14978printed as they are executed. An error in any command terminates
14979execution of the command file and control is returned to the console.
c906108c 14980
8e04817f
AC
14981Commands that would ask for confirmation if used interactively proceed
14982without asking when used in a command file. Many @value{GDBN} commands that
14983normally print messages to say what they are doing omit the messages
14984when called from command files.
c906108c 14985
8e04817f
AC
14986@value{GDBN} also accepts command input from standard input. In this
14987mode, normal output goes to standard output and error output goes to
14988standard error. Errors in a command file supplied on standard input do
14989not terminate execution of the command file --- execution continues with
14990the next command.
c906108c 14991
474c8240 14992@smallexample
8e04817f 14993gdb < cmds > log 2>&1
474c8240 14994@end smallexample
c906108c 14995
8e04817f
AC
14996(The syntax above will vary depending on the shell used.) This example
14997will execute commands from the file @file{cmds}. All output and errors
14998would be directed to @file{log}.
c906108c 14999
8e04817f
AC
15000@node Output
15001@section Commands for controlled output
c906108c 15002
8e04817f
AC
15003During the execution of a command file or a user-defined command, normal
15004@value{GDBN} output is suppressed; the only output that appears is what is
15005explicitly printed by the commands in the definition. This section
15006describes three commands useful for generating exactly the output you
15007want.
c906108c
SS
15008
15009@table @code
8e04817f
AC
15010@kindex echo
15011@item echo @var{text}
15012@c I do not consider backslash-space a standard C escape sequence
15013@c because it is not in ANSI.
15014Print @var{text}. Nonprinting characters can be included in
15015@var{text} using C escape sequences, such as @samp{\n} to print a
15016newline. @strong{No newline is printed unless you specify one.}
15017In addition to the standard C escape sequences, a backslash followed
15018by a space stands for a space. This is useful for displaying a
15019string with spaces at the beginning or the end, since leading and
15020trailing spaces are otherwise trimmed from all arguments.
15021To print @samp{@w{ }and foo =@w{ }}, use the command
15022@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 15023
8e04817f
AC
15024A backslash at the end of @var{text} can be used, as in C, to continue
15025the command onto subsequent lines. For example,
c906108c 15026
474c8240 15027@smallexample
8e04817f
AC
15028echo This is some text\n\
15029which is continued\n\
15030onto several lines.\n
474c8240 15031@end smallexample
c906108c 15032
8e04817f 15033produces the same output as
c906108c 15034
474c8240 15035@smallexample
8e04817f
AC
15036echo This is some text\n
15037echo which is continued\n
15038echo onto several lines.\n
474c8240 15039@end smallexample
c906108c 15040
8e04817f
AC
15041@kindex output
15042@item output @var{expression}
15043Print the value of @var{expression} and nothing but that value: no
15044newlines, no @samp{$@var{nn} = }. The value is not entered in the
15045value history either. @xref{Expressions, ,Expressions}, for more information
15046on expressions.
c906108c 15047
8e04817f
AC
15048@item output/@var{fmt} @var{expression}
15049Print the value of @var{expression} in format @var{fmt}. You can use
15050the same formats as for @code{print}. @xref{Output Formats,,Output
15051formats}, for more information.
c906108c 15052
8e04817f
AC
15053@kindex printf
15054@item printf @var{string}, @var{expressions}@dots{}
15055Print the values of the @var{expressions} under the control of
15056@var{string}. The @var{expressions} are separated by commas and may be
15057either numbers or pointers. Their values are printed as specified by
15058@var{string}, exactly as if your program were to execute the C
15059subroutine
15060@c FIXME: the above implies that at least all ANSI C formats are
15061@c supported, but it isn't true: %E and %G don't work (or so it seems).
15062@c Either this is a bug, or the manual should document what formats are
15063@c supported.
c906108c 15064
474c8240 15065@smallexample
8e04817f 15066printf (@var{string}, @var{expressions}@dots{});
474c8240 15067@end smallexample
c906108c 15068
8e04817f 15069For example, you can print two values in hex like this:
c906108c 15070
8e04817f
AC
15071@smallexample
15072printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15073@end smallexample
c906108c 15074
8e04817f
AC
15075The only backslash-escape sequences that you can use in the format
15076string are the simple ones that consist of backslash followed by a
15077letter.
c906108c
SS
15078@end table
15079
21c294e6
AC
15080@node Interpreters
15081@chapter Command Interpreters
15082@cindex command interpreters
15083
15084@value{GDBN} supports multiple command interpreters, and some command
15085infrastructure to allow users or user interface writers to switch
15086between interpreters or run commands in other interpreters.
15087
15088@value{GDBN} currently supports two command interpreters, the console
15089interpreter (sometimes called the command-line interpreter or @sc{cli})
15090and the machine interface interpreter (or @sc{gdb/mi}). This manual
15091describes both of these interfaces in great detail.
15092
15093By default, @value{GDBN} will start with the console interpreter.
15094However, the user may choose to start @value{GDBN} with another
15095interpreter by specifying the @option{-i} or @option{--interpreter}
15096startup options. Defined interpreters include:
15097
15098@table @code
15099@item console
15100@cindex console interpreter
15101The traditional console or command-line interpreter. This is the most often
15102used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15103@value{GDBN} will use this interpreter.
15104
15105@item mi
15106@cindex mi interpreter
15107The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15108by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15109or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15110Interface}.
15111
15112@item mi2
15113@cindex mi2 interpreter
15114The current @sc{gdb/mi} interface.
15115
15116@item mi1
15117@cindex mi1 interpreter
15118The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15119
15120@end table
15121
15122@cindex invoke another interpreter
15123The interpreter being used by @value{GDBN} may not be dynamically
15124switched at runtime. Although possible, this could lead to a very
15125precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15126enters the command "interpreter-set console" in a console view,
15127@value{GDBN} would switch to using the console interpreter, rendering
15128the IDE inoperable!
15129
15130@kindex interpreter-exec
15131Although you may only choose a single interpreter at startup, you may execute
15132commands in any interpreter from the current interpreter using the appropriate
15133command. If you are running the console interpreter, simply use the
15134@code{interpreter-exec} command:
15135
15136@smallexample
15137interpreter-exec mi "-data-list-register-names"
15138@end smallexample
15139
15140@sc{gdb/mi} has a similar command, although it is only available in versions of
15141@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15142
8e04817f
AC
15143@node TUI
15144@chapter @value{GDBN} Text User Interface
15145@cindex TUI
d0d5df6f 15146@cindex Text User Interface
c906108c 15147
8e04817f
AC
15148@menu
15149* TUI Overview:: TUI overview
15150* TUI Keys:: TUI key bindings
7cf36c78 15151* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
15152* TUI Commands:: TUI specific commands
15153* TUI Configuration:: TUI configuration variables
15154@end menu
c906108c 15155
d0d5df6f
AC
15156The @value{GDBN} Text User Interface, TUI in short, is a terminal
15157interface which uses the @code{curses} library to show the source
15158file, the assembly output, the program registers and @value{GDBN}
15159commands in separate text windows.
15160
15161The TUI is enabled by invoking @value{GDBN} using either
15162@pindex gdbtui
15163@samp{gdbtui} or @samp{gdb -tui}.
c906108c 15164
8e04817f
AC
15165@node TUI Overview
15166@section TUI overview
c906108c 15167
8e04817f
AC
15168The TUI has two display modes that can be switched while
15169@value{GDBN} runs:
c906108c 15170
8e04817f
AC
15171@itemize @bullet
15172@item
15173A curses (or TUI) mode in which it displays several text
15174windows on the terminal.
c906108c 15175
8e04817f
AC
15176@item
15177A standard mode which corresponds to the @value{GDBN} configured without
15178the TUI.
15179@end itemize
c906108c 15180
8e04817f
AC
15181In the TUI mode, @value{GDBN} can display several text window
15182on the terminal:
c906108c 15183
8e04817f
AC
15184@table @emph
15185@item command
15186This window is the @value{GDBN} command window with the @value{GDBN}
15187prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
15188managed using readline but through the TUI. The @emph{command}
15189window is always visible.
c906108c 15190
8e04817f
AC
15191@item source
15192The source window shows the source file of the program. The current
15193line as well as active breakpoints are displayed in this window.
c906108c 15194
8e04817f
AC
15195@item assembly
15196The assembly window shows the disassembly output of the program.
c906108c 15197
8e04817f
AC
15198@item register
15199This window shows the processor registers. It detects when
15200a register is changed and when this is the case, registers that have
6a1b180d 15201changed are highlighted.
c906108c 15202
c906108c
SS
15203@end table
15204
269c21fe
SC
15205The source and assembly windows show the current program position
15206by highlighting the current line and marking them with the @samp{>} marker.
15207Breakpoints are also indicated with two markers. A first one
15208indicates the breakpoint type:
15209
15210@table @code
15211@item B
15212Breakpoint which was hit at least once.
15213
15214@item b
15215Breakpoint which was never hit.
15216
15217@item H
15218Hardware breakpoint which was hit at least once.
15219
15220@item h
15221Hardware breakpoint which was never hit.
15222
15223@end table
15224
15225The second marker indicates whether the breakpoint is enabled or not:
15226
15227@table @code
15228@item +
15229Breakpoint is enabled.
15230
15231@item -
15232Breakpoint is disabled.
15233
15234@end table
15235
8e04817f
AC
15236The source, assembly and register windows are attached to the thread
15237and the frame position. They are updated when the current thread
15238changes, when the frame changes or when the program counter changes.
15239These three windows are arranged by the TUI according to several
15240layouts. The layout defines which of these three windows are visible.
15241The following layouts are available:
c906108c 15242
8e04817f
AC
15243@itemize @bullet
15244@item
15245source
2df3850c 15246
8e04817f
AC
15247@item
15248assembly
15249
15250@item
15251source and assembly
15252
15253@item
15254source and registers
c906108c 15255
8e04817f
AC
15256@item
15257assembly and registers
2df3850c 15258
8e04817f 15259@end itemize
c906108c 15260
b7bb15bc
SC
15261On top of the command window a status line gives various information
15262concerning the current process begin debugged. The status line is
15263updated when the information it shows changes. The following fields
15264are displayed:
15265
15266@table @emph
15267@item target
15268Indicates the current gdb target
15269(@pxref{Targets, ,Specifying a Debugging Target}).
15270
15271@item process
15272Gives information about the current process or thread number.
15273When no process is being debugged, this field is set to @code{No process}.
15274
15275@item function
15276Gives the current function name for the selected frame.
15277The name is demangled if demangling is turned on (@pxref{Print Settings}).
15278When there is no symbol corresponding to the current program counter
15279the string @code{??} is displayed.
15280
15281@item line
15282Indicates the current line number for the selected frame.
15283When the current line number is not known the string @code{??} is displayed.
15284
15285@item pc
15286Indicates the current program counter address.
15287
15288@end table
15289
8e04817f
AC
15290@node TUI Keys
15291@section TUI Key Bindings
15292@cindex TUI key bindings
c906108c 15293
8e04817f
AC
15294The TUI installs several key bindings in the readline keymaps
15295(@pxref{Command Line Editing}).
15296They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
15297directly on the TUI layout and windows. The TUI also provides
15298a @emph{SingleKey} keymap which binds several keys directly to
15299@value{GDBN} commands. The following key bindings
8e04817f 15300are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 15301
8e04817f
AC
15302@table @kbd
15303@kindex C-x C-a
15304@item C-x C-a
15305@kindex C-x a
15306@itemx C-x a
15307@kindex C-x A
15308@itemx C-x A
15309Enter or leave the TUI mode. When the TUI mode is left,
15310the curses window management is left and @value{GDBN} operates using
15311its standard mode writing on the terminal directly. When the TUI
15312mode is entered, the control is given back to the curses windows.
15313The screen is then refreshed.
c906108c 15314
8e04817f
AC
15315@kindex C-x 1
15316@item C-x 1
15317Use a TUI layout with only one window. The layout will
15318either be @samp{source} or @samp{assembly}. When the TUI mode
15319is not active, it will switch to the TUI mode.
2df3850c 15320
8e04817f 15321Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 15322
8e04817f
AC
15323@kindex C-x 2
15324@item C-x 2
15325Use a TUI layout with at least two windows. When the current
15326layout shows already two windows, a next layout with two windows is used.
15327When a new layout is chosen, one window will always be common to the
15328previous layout and the new one.
c906108c 15329
8e04817f 15330Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 15331
72ffddc9
SC
15332@kindex C-x o
15333@item C-x o
15334Change the active window. The TUI associates several key bindings
15335(like scrolling and arrow keys) to the active window. This command
15336gives the focus to the next TUI window.
15337
15338Think of it as the Emacs @kbd{C-x o} binding.
15339
7cf36c78
SC
15340@kindex C-x s
15341@item C-x s
15342Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
15343(@pxref{TUI Single Key Mode}).
15344
c906108c
SS
15345@end table
15346
8e04817f 15347The following key bindings are handled only by the TUI mode:
5d161b24 15348
8e04817f
AC
15349@table @key
15350@kindex PgUp
15351@item PgUp
15352Scroll the active window one page up.
c906108c 15353
8e04817f
AC
15354@kindex PgDn
15355@item PgDn
15356Scroll the active window one page down.
c906108c 15357
8e04817f
AC
15358@kindex Up
15359@item Up
15360Scroll the active window one line up.
c906108c 15361
8e04817f
AC
15362@kindex Down
15363@item Down
15364Scroll the active window one line down.
c906108c 15365
8e04817f
AC
15366@kindex Left
15367@item Left
15368Scroll the active window one column left.
c906108c 15369
8e04817f
AC
15370@kindex Right
15371@item Right
15372Scroll the active window one column right.
c906108c 15373
8e04817f
AC
15374@kindex C-L
15375@item C-L
15376Refresh the screen.
c906108c 15377
8e04817f 15378@end table
c906108c 15379
8e04817f 15380In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
15381for scrolling. This means they are available for readline when the
15382active window is the command window. When the command window
15383does not have the focus, it is necessary to use other readline
15384key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 15385
7cf36c78
SC
15386@node TUI Single Key Mode
15387@section TUI Single Key Mode
15388@cindex TUI single key mode
15389
15390The TUI provides a @emph{SingleKey} mode in which it installs a particular
15391key binding in the readline keymaps to connect single keys to
b383017d 15392some gdb commands.
7cf36c78
SC
15393
15394@table @kbd
15395@kindex c @r{(SingleKey TUI key)}
15396@item c
15397continue
15398
15399@kindex d @r{(SingleKey TUI key)}
15400@item d
15401down
15402
15403@kindex f @r{(SingleKey TUI key)}
15404@item f
15405finish
15406
15407@kindex n @r{(SingleKey TUI key)}
15408@item n
15409next
15410
15411@kindex q @r{(SingleKey TUI key)}
15412@item q
15413exit the @emph{SingleKey} mode.
15414
15415@kindex r @r{(SingleKey TUI key)}
15416@item r
15417run
15418
15419@kindex s @r{(SingleKey TUI key)}
15420@item s
15421step
15422
15423@kindex u @r{(SingleKey TUI key)}
15424@item u
15425up
15426
15427@kindex v @r{(SingleKey TUI key)}
15428@item v
15429info locals
15430
15431@kindex w @r{(SingleKey TUI key)}
15432@item w
15433where
15434
15435@end table
15436
15437Other keys temporarily switch to the @value{GDBN} command prompt.
15438The key that was pressed is inserted in the editing buffer so that
15439it is possible to type most @value{GDBN} commands without interaction
15440with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
15441@emph{SingleKey} mode is restored. The only way to permanently leave
15442this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
15443
15444
8e04817f
AC
15445@node TUI Commands
15446@section TUI specific commands
15447@cindex TUI commands
15448
15449The TUI has specific commands to control the text windows.
15450These commands are always available, that is they do not depend on
15451the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
15452is in the standard mode, using these commands will automatically switch
15453in the TUI mode.
c906108c
SS
15454
15455@table @code
3d757584
SC
15456@item info win
15457@kindex info win
15458List and give the size of all displayed windows.
15459
8e04817f 15460@item layout next
4644b6e3 15461@kindex layout
8e04817f 15462Display the next layout.
2df3850c 15463
8e04817f 15464@item layout prev
8e04817f 15465Display the previous layout.
c906108c 15466
8e04817f 15467@item layout src
8e04817f 15468Display the source window only.
c906108c 15469
8e04817f 15470@item layout asm
8e04817f 15471Display the assembly window only.
c906108c 15472
8e04817f 15473@item layout split
8e04817f 15474Display the source and assembly window.
c906108c 15475
8e04817f 15476@item layout regs
8e04817f
AC
15477Display the register window together with the source or assembly window.
15478
15479@item focus next | prev | src | asm | regs | split
15480@kindex focus
15481Set the focus to the named window.
15482This command allows to change the active window so that scrolling keys
15483can be affected to another window.
c906108c 15484
8e04817f
AC
15485@item refresh
15486@kindex refresh
15487Refresh the screen. This is similar to using @key{C-L} key.
c906108c 15488
6a1b180d
SC
15489@item tui reg float
15490@kindex tui reg
15491Show the floating point registers in the register window.
15492
15493@item tui reg general
15494Show the general registers in the register window.
15495
15496@item tui reg next
15497Show the next register group. The list of register groups as well as
15498their order is target specific. The predefined register groups are the
15499following: @code{general}, @code{float}, @code{system}, @code{vector},
15500@code{all}, @code{save}, @code{restore}.
15501
15502@item tui reg system
15503Show the system registers in the register window.
15504
8e04817f
AC
15505@item update
15506@kindex update
15507Update the source window and the current execution point.
c906108c 15508
8e04817f
AC
15509@item winheight @var{name} +@var{count}
15510@itemx winheight @var{name} -@var{count}
15511@kindex winheight
15512Change the height of the window @var{name} by @var{count}
15513lines. Positive counts increase the height, while negative counts
15514decrease it.
2df3850c 15515
c906108c
SS
15516@end table
15517
8e04817f
AC
15518@node TUI Configuration
15519@section TUI configuration variables
15520@cindex TUI configuration variables
c906108c 15521
8e04817f
AC
15522The TUI has several configuration variables that control the
15523appearance of windows on the terminal.
c906108c 15524
8e04817f
AC
15525@table @code
15526@item set tui border-kind @var{kind}
15527@kindex set tui border-kind
15528Select the border appearance for the source, assembly and register windows.
15529The possible values are the following:
15530@table @code
15531@item space
15532Use a space character to draw the border.
c906108c 15533
8e04817f
AC
15534@item ascii
15535Use ascii characters + - and | to draw the border.
c906108c 15536
8e04817f
AC
15537@item acs
15538Use the Alternate Character Set to draw the border. The border is
15539drawn using character line graphics if the terminal supports them.
c78b4128 15540
8e04817f 15541@end table
c78b4128 15542
8e04817f
AC
15543@item set tui active-border-mode @var{mode}
15544@kindex set tui active-border-mode
15545Select the attributes to display the border of the active window.
15546The possible values are @code{normal}, @code{standout}, @code{reverse},
15547@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 15548
8e04817f
AC
15549@item set tui border-mode @var{mode}
15550@kindex set tui border-mode
15551Select the attributes to display the border of other windows.
15552The @var{mode} can be one of the following:
15553@table @code
15554@item normal
15555Use normal attributes to display the border.
c906108c 15556
8e04817f
AC
15557@item standout
15558Use standout mode.
c906108c 15559
8e04817f
AC
15560@item reverse
15561Use reverse video mode.
c906108c 15562
8e04817f
AC
15563@item half
15564Use half bright mode.
c906108c 15565
8e04817f
AC
15566@item half-standout
15567Use half bright and standout mode.
c906108c 15568
8e04817f
AC
15569@item bold
15570Use extra bright or bold mode.
c78b4128 15571
8e04817f
AC
15572@item bold-standout
15573Use extra bright or bold and standout mode.
c78b4128 15574
8e04817f 15575@end table
c78b4128 15576
8e04817f 15577@end table
c78b4128 15578
8e04817f
AC
15579@node Emacs
15580@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 15581
8e04817f
AC
15582@cindex Emacs
15583@cindex @sc{gnu} Emacs
15584A special interface allows you to use @sc{gnu} Emacs to view (and
15585edit) the source files for the program you are debugging with
15586@value{GDBN}.
c906108c 15587
8e04817f
AC
15588To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
15589executable file you want to debug as an argument. This command starts
15590@value{GDBN} as a subprocess of Emacs, with input and output through a newly
15591created Emacs buffer.
15592@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 15593
8e04817f
AC
15594Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
15595things:
c906108c 15596
8e04817f
AC
15597@itemize @bullet
15598@item
15599All ``terminal'' input and output goes through the Emacs buffer.
15600@end itemize
c906108c 15601
8e04817f
AC
15602This applies both to @value{GDBN} commands and their output, and to the input
15603and output done by the program you are debugging.
bf0184be 15604
8e04817f
AC
15605This is useful because it means that you can copy the text of previous
15606commands and input them again; you can even use parts of the output
15607in this way.
bf0184be 15608
8e04817f
AC
15609All the facilities of Emacs' Shell mode are available for interacting
15610with your program. In particular, you can send signals the usual
15611way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
15612stop.
bf0184be 15613
8e04817f 15614@itemize @bullet
bf0184be 15615@item
8e04817f
AC
15616@value{GDBN} displays source code through Emacs.
15617@end itemize
bf0184be 15618
8e04817f
AC
15619Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
15620source file for that frame and puts an arrow (@samp{=>}) at the
15621left margin of the current line. Emacs uses a separate buffer for
15622source display, and splits the screen to show both your @value{GDBN} session
15623and the source.
bf0184be 15624
8e04817f
AC
15625Explicit @value{GDBN} @code{list} or search commands still produce output as
15626usual, but you probably have no reason to use them from Emacs.
c906108c 15627
64fabec2
AC
15628If you specify an absolute file name when prompted for the @kbd{M-x
15629gdb} argument, then Emacs sets your current working directory to where
15630your program resides. If you only specify the file name, then Emacs
15631sets your current working directory to to the directory associated
15632with the previous buffer. In this case, @value{GDBN} may find your
15633program by searching your environment's @code{PATH} variable, but on
15634some operating systems it might not find the source. So, although the
15635@value{GDBN} input and output session proceeds normally, the auxiliary
15636buffer does not display the current source and line of execution.
15637
15638The initial working directory of @value{GDBN} is printed on the top
15639line of the @value{GDBN} I/O buffer and this serves as a default for
15640the commands that specify files for @value{GDBN} to operate
15641on. @xref{Files, ,Commands to specify files}.
15642
15643By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
15644need to call @value{GDBN} by a different name (for example, if you
15645keep several configurations around, with different names) you can
15646customize the Emacs variable @code{gud-gdb-command-name} to run the
15647one you want.
8e04817f
AC
15648
15649In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
15650addition to the standard Shell mode commands:
c906108c 15651
8e04817f
AC
15652@table @kbd
15653@item C-h m
15654Describe the features of Emacs' @value{GDBN} Mode.
c906108c 15655
64fabec2 15656@item C-c C-s
8e04817f
AC
15657Execute to another source line, like the @value{GDBN} @code{step} command; also
15658update the display window to show the current file and location.
c906108c 15659
64fabec2 15660@item C-c C-n
8e04817f
AC
15661Execute to next source line in this function, skipping all function
15662calls, like the @value{GDBN} @code{next} command. Then update the display window
15663to show the current file and location.
c906108c 15664
64fabec2 15665@item C-c C-i
8e04817f
AC
15666Execute one instruction, like the @value{GDBN} @code{stepi} command; update
15667display window accordingly.
c906108c 15668
8e04817f
AC
15669@item C-c C-f
15670Execute until exit from the selected stack frame, like the @value{GDBN}
15671@code{finish} command.
c906108c 15672
64fabec2 15673@item C-c C-r
8e04817f
AC
15674Continue execution of your program, like the @value{GDBN} @code{continue}
15675command.
b433d00b 15676
64fabec2 15677@item C-c <
8e04817f
AC
15678Go up the number of frames indicated by the numeric argument
15679(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
15680like the @value{GDBN} @code{up} command.
b433d00b 15681
64fabec2 15682@item C-c >
8e04817f
AC
15683Go down the number of frames indicated by the numeric argument, like the
15684@value{GDBN} @code{down} command.
8e04817f 15685@end table
c906108c 15686
64fabec2 15687In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 15688tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 15689
64fabec2
AC
15690If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
15691shows a backtrace when the @value{GDBN} I/O buffer is current. Move
15692point to any frame in the stack and type @key{RET} to make it become the
15693current frame and display the associated source in the source buffer.
15694Alternatively, click @kbd{Mouse-2} to make the selected frame become the
15695current one.
15696
8e04817f
AC
15697If you accidentally delete the source-display buffer, an easy way to get
15698it back is to type the command @code{f} in the @value{GDBN} buffer, to
15699request a frame display; when you run under Emacs, this recreates
15700the source buffer if necessary to show you the context of the current
15701frame.
c906108c 15702
8e04817f
AC
15703The source files displayed in Emacs are in ordinary Emacs buffers
15704which are visiting the source files in the usual way. You can edit
15705the files with these buffers if you wish; but keep in mind that @value{GDBN}
15706communicates with Emacs in terms of line numbers. If you add or
15707delete lines from the text, the line numbers that @value{GDBN} knows cease
15708to correspond properly with the code.
b383017d 15709
64fabec2
AC
15710The description given here is for GNU Emacs version 21.3 and a more
15711detailed description of its interaction with @value{GDBN} is given in
15712the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 15713
8e04817f
AC
15714@c The following dropped because Epoch is nonstandard. Reactivate
15715@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
15716@ignore
15717@kindex Emacs Epoch environment
15718@kindex Epoch
15719@kindex inspect
c906108c 15720
8e04817f
AC
15721Version 18 of @sc{gnu} Emacs has a built-in window system
15722called the @code{epoch}
15723environment. Users of this environment can use a new command,
15724@code{inspect} which performs identically to @code{print} except that
15725each value is printed in its own window.
15726@end ignore
c906108c 15727
922fbb7b
AC
15728
15729@node GDB/MI
15730@chapter The @sc{gdb/mi} Interface
15731
15732@unnumberedsec Function and Purpose
15733
15734@cindex @sc{gdb/mi}, its purpose
15735@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
15736specifically intended to support the development of systems which use
15737the debugger as just one small component of a larger system.
15738
15739This chapter is a specification of the @sc{gdb/mi} interface. It is written
15740in the form of a reference manual.
15741
15742Note that @sc{gdb/mi} is still under construction, so some of the
15743features described below are incomplete and subject to change.
15744
15745@unnumberedsec Notation and Terminology
15746
15747@cindex notational conventions, for @sc{gdb/mi}
15748This chapter uses the following notation:
15749
15750@itemize @bullet
15751@item
15752@code{|} separates two alternatives.
15753
15754@item
15755@code{[ @var{something} ]} indicates that @var{something} is optional:
15756it may or may not be given.
15757
15758@item
15759@code{( @var{group} )*} means that @var{group} inside the parentheses
15760may repeat zero or more times.
15761
15762@item
15763@code{( @var{group} )+} means that @var{group} inside the parentheses
15764may repeat one or more times.
15765
15766@item
15767@code{"@var{string}"} means a literal @var{string}.
15768@end itemize
15769
15770@ignore
15771@heading Dependencies
15772@end ignore
15773
15774@heading Acknowledgments
15775
15776In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
15777Elena Zannoni.
15778
15779@menu
15780* GDB/MI Command Syntax::
15781* GDB/MI Compatibility with CLI::
15782* GDB/MI Output Records::
15783* GDB/MI Command Description Format::
15784* GDB/MI Breakpoint Table Commands::
15785* GDB/MI Data Manipulation::
15786* GDB/MI Program Control::
15787* GDB/MI Miscellaneous Commands::
15788@ignore
15789* GDB/MI Kod Commands::
15790* GDB/MI Memory Overlay Commands::
15791* GDB/MI Signal Handling Commands::
15792@end ignore
15793* GDB/MI Stack Manipulation::
15794* GDB/MI Symbol Query::
15795* GDB/MI Target Manipulation::
15796* GDB/MI Thread Commands::
15797* GDB/MI Tracepoint Commands::
15798* GDB/MI Variable Objects::
15799@end menu
15800
15801@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15802@node GDB/MI Command Syntax
15803@section @sc{gdb/mi} Command Syntax
15804
15805@menu
15806* GDB/MI Input Syntax::
15807* GDB/MI Output Syntax::
15808* GDB/MI Simple Examples::
15809@end menu
15810
15811@node GDB/MI Input Syntax
15812@subsection @sc{gdb/mi} Input Syntax
15813
15814@cindex input syntax for @sc{gdb/mi}
15815@cindex @sc{gdb/mi}, input syntax
15816@table @code
15817@item @var{command} @expansion{}
15818@code{@var{cli-command} | @var{mi-command}}
15819
15820@item @var{cli-command} @expansion{}
15821@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
15822@var{cli-command} is any existing @value{GDBN} CLI command.
15823
15824@item @var{mi-command} @expansion{}
15825@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
15826@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
15827
15828@item @var{token} @expansion{}
15829"any sequence of digits"
15830
15831@item @var{option} @expansion{}
15832@code{"-" @var{parameter} [ " " @var{parameter} ]}
15833
15834@item @var{parameter} @expansion{}
15835@code{@var{non-blank-sequence} | @var{c-string}}
15836
15837@item @var{operation} @expansion{}
15838@emph{any of the operations described in this chapter}
15839
15840@item @var{non-blank-sequence} @expansion{}
15841@emph{anything, provided it doesn't contain special characters such as
15842"-", @var{nl}, """ and of course " "}
15843
15844@item @var{c-string} @expansion{}
15845@code{""" @var{seven-bit-iso-c-string-content} """}
15846
15847@item @var{nl} @expansion{}
15848@code{CR | CR-LF}
15849@end table
15850
15851@noindent
15852Notes:
15853
15854@itemize @bullet
15855@item
15856The CLI commands are still handled by the @sc{mi} interpreter; their
15857output is described below.
15858
15859@item
15860The @code{@var{token}}, when present, is passed back when the command
15861finishes.
15862
15863@item
15864Some @sc{mi} commands accept optional arguments as part of the parameter
15865list. Each option is identified by a leading @samp{-} (dash) and may be
15866followed by an optional argument parameter. Options occur first in the
15867parameter list and can be delimited from normal parameters using
15868@samp{--} (this is useful when some parameters begin with a dash).
15869@end itemize
15870
15871Pragmatics:
15872
15873@itemize @bullet
15874@item
15875We want easy access to the existing CLI syntax (for debugging).
15876
15877@item
15878We want it to be easy to spot a @sc{mi} operation.
15879@end itemize
15880
15881@node GDB/MI Output Syntax
15882@subsection @sc{gdb/mi} Output Syntax
15883
15884@cindex output syntax of @sc{gdb/mi}
15885@cindex @sc{gdb/mi}, output syntax
15886The output from @sc{gdb/mi} consists of zero or more out-of-band records
15887followed, optionally, by a single result record. This result record
15888is for the most recent command. The sequence of output records is
15889terminated by @samp{(@value{GDBP})}.
15890
15891If an input command was prefixed with a @code{@var{token}} then the
15892corresponding output for that command will also be prefixed by that same
15893@var{token}.
15894
15895@table @code
15896@item @var{output} @expansion{}
f7dc1244 15897@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
922fbb7b
AC
15898
15899@item @var{result-record} @expansion{}
15900@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
15901
15902@item @var{out-of-band-record} @expansion{}
15903@code{@var{async-record} | @var{stream-record}}
15904
15905@item @var{async-record} @expansion{}
15906@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
15907
15908@item @var{exec-async-output} @expansion{}
15909@code{[ @var{token} ] "*" @var{async-output}}
15910
15911@item @var{status-async-output} @expansion{}
15912@code{[ @var{token} ] "+" @var{async-output}}
15913
15914@item @var{notify-async-output} @expansion{}
15915@code{[ @var{token} ] "=" @var{async-output}}
15916
15917@item @var{async-output} @expansion{}
15918@code{@var{async-class} ( "," @var{result} )* @var{nl}}
15919
15920@item @var{result-class} @expansion{}
15921@code{"done" | "running" | "connected" | "error" | "exit"}
15922
15923@item @var{async-class} @expansion{}
15924@code{"stopped" | @var{others}} (where @var{others} will be added
15925depending on the needs---this is still in development).
15926
15927@item @var{result} @expansion{}
15928@code{ @var{variable} "=" @var{value}}
15929
15930@item @var{variable} @expansion{}
15931@code{ @var{string} }
15932
15933@item @var{value} @expansion{}
15934@code{ @var{const} | @var{tuple} | @var{list} }
15935
15936@item @var{const} @expansion{}
15937@code{@var{c-string}}
15938
15939@item @var{tuple} @expansion{}
15940@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
15941
15942@item @var{list} @expansion{}
15943@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
15944@var{result} ( "," @var{result} )* "]" }
15945
15946@item @var{stream-record} @expansion{}
15947@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
15948
15949@item @var{console-stream-output} @expansion{}
15950@code{"~" @var{c-string}}
15951
15952@item @var{target-stream-output} @expansion{}
15953@code{"@@" @var{c-string}}
15954
15955@item @var{log-stream-output} @expansion{}
15956@code{"&" @var{c-string}}
15957
15958@item @var{nl} @expansion{}
15959@code{CR | CR-LF}
15960
15961@item @var{token} @expansion{}
15962@emph{any sequence of digits}.
15963@end table
15964
15965@noindent
15966Notes:
15967
15968@itemize @bullet
15969@item
15970All output sequences end in a single line containing a period.
15971
15972@item
15973The @code{@var{token}} is from the corresponding request. If an execution
15974command is interrupted by the @samp{-exec-interrupt} command, the
15975@var{token} associated with the @samp{*stopped} message is the one of the
15976original execution command, not the one of the interrupt command.
15977
15978@item
15979@cindex status output in @sc{gdb/mi}
15980@var{status-async-output} contains on-going status information about the
15981progress of a slow operation. It can be discarded. All status output is
15982prefixed by @samp{+}.
15983
15984@item
15985@cindex async output in @sc{gdb/mi}
15986@var{exec-async-output} contains asynchronous state change on the target
15987(stopped, started, disappeared). All async output is prefixed by
15988@samp{*}.
15989
15990@item
15991@cindex notify output in @sc{gdb/mi}
15992@var{notify-async-output} contains supplementary information that the
15993client should handle (e.g., a new breakpoint information). All notify
15994output is prefixed by @samp{=}.
15995
15996@item
15997@cindex console output in @sc{gdb/mi}
15998@var{console-stream-output} is output that should be displayed as is in the
15999console. It is the textual response to a CLI command. All the console
16000output is prefixed by @samp{~}.
16001
16002@item
16003@cindex target output in @sc{gdb/mi}
16004@var{target-stream-output} is the output produced by the target program.
16005All the target output is prefixed by @samp{@@}.
16006
16007@item
16008@cindex log output in @sc{gdb/mi}
16009@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16010instance messages that should be displayed as part of an error log. All
16011the log output is prefixed by @samp{&}.
16012
16013@item
16014@cindex list output in @sc{gdb/mi}
16015New @sc{gdb/mi} commands should only output @var{lists} containing
16016@var{values}.
16017
16018
16019@end itemize
16020
16021@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16022details about the various output records.
16023
16024@node GDB/MI Simple Examples
16025@subsection Simple Examples of @sc{gdb/mi} Interaction
16026@cindex @sc{gdb/mi}, simple examples
16027
16028This subsection presents several simple examples of interaction using
16029the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16030following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16031the output received from @sc{gdb/mi}.
16032
16033@subsubheading Target Stop
16034@c Ummm... There is no "-stop" command. This assumes async, no?
16035Here's an example of stopping the inferior process:
16036
16037@smallexample
16038-> -stop
16039<- (@value{GDBP})
16040@end smallexample
16041
16042@noindent
16043and later:
16044
16045@smallexample
16046<- *stop,reason="stop",address="0x123",source="a.c:123"
16047<- (@value{GDBP})
16048@end smallexample
16049
16050@subsubheading Simple CLI Command
16051
16052Here's an example of a simple CLI command being passed through
16053@sc{gdb/mi} and on to the CLI.
16054
16055@smallexample
16056-> print 1+2
16057<- &"print 1+2\n"
16058<- ~"$1 = 3\n"
16059<- ^done
16060<- (@value{GDBP})
16061@end smallexample
16062
16063@subsubheading Command With Side Effects
16064
16065@smallexample
16066-> -symbol-file xyz.exe
16067<- *breakpoint,nr="3",address="0x123",source="a.c:123"
16068<- (@value{GDBP})
16069@end smallexample
16070
16071@subsubheading A Bad Command
16072
16073Here's what happens if you pass a non-existent command:
16074
16075@smallexample
16076-> -rubbish
16077<- ^error,msg="Undefined MI command: rubbish"
16078<- (@value{GDBP})
16079@end smallexample
16080
16081@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16082@node GDB/MI Compatibility with CLI
16083@section @sc{gdb/mi} Compatibility with CLI
16084
16085@cindex compatibility, @sc{gdb/mi} and CLI
16086@cindex @sc{gdb/mi}, compatibility with CLI
16087To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16088accepts existing CLI commands. As specified by the syntax, such
16089commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16090respond.
16091
16092This mechanism is provided as an aid to developers of @sc{gdb/mi}
16093clients and not as a reliable interface into the CLI. Since the command
16094is being interpreteted in an environment that assumes @sc{gdb/mi}
16095behaviour, the exact output of such commands is likely to end up being
16096an un-supported hybrid of @sc{gdb/mi} and CLI output.
16097
16098@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16099@node GDB/MI Output Records
16100@section @sc{gdb/mi} Output Records
16101
16102@menu
16103* GDB/MI Result Records::
16104* GDB/MI Stream Records::
16105* GDB/MI Out-of-band Records::
16106@end menu
16107
16108@node GDB/MI Result Records
16109@subsection @sc{gdb/mi} Result Records
16110
16111@cindex result records in @sc{gdb/mi}
16112@cindex @sc{gdb/mi}, result records
16113In addition to a number of out-of-band notifications, the response to a
16114@sc{gdb/mi} command includes one of the following result indications:
16115
16116@table @code
16117@findex ^done
16118@item "^done" [ "," @var{results} ]
16119The synchronous operation was successful, @code{@var{results}} are the return
16120values.
16121
16122@item "^running"
16123@findex ^running
16124@c Is this one correct? Should it be an out-of-band notification?
16125The asynchronous operation was successfully started. The target is
16126running.
16127
16128@item "^error" "," @var{c-string}
16129@findex ^error
16130The operation failed. The @code{@var{c-string}} contains the corresponding
16131error message.
16132@end table
16133
16134@node GDB/MI Stream Records
16135@subsection @sc{gdb/mi} Stream Records
16136
16137@cindex @sc{gdb/mi}, stream records
16138@cindex stream records in @sc{gdb/mi}
16139@value{GDBN} internally maintains a number of output streams: the console, the
16140target, and the log. The output intended for each of these streams is
16141funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16142
16143Each stream record begins with a unique @dfn{prefix character} which
16144identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16145Syntax}). In addition to the prefix, each stream record contains a
16146@code{@var{string-output}}. This is either raw text (with an implicit new
16147line) or a quoted C string (which does not contain an implicit newline).
16148
16149@table @code
16150@item "~" @var{string-output}
16151The console output stream contains text that should be displayed in the
16152CLI console window. It contains the textual responses to CLI commands.
16153
16154@item "@@" @var{string-output}
16155The target output stream contains any textual output from the running
16156target.
16157
16158@item "&" @var{string-output}
16159The log stream contains debugging messages being produced by @value{GDBN}'s
16160internals.
16161@end table
16162
16163@node GDB/MI Out-of-band Records
16164@subsection @sc{gdb/mi} Out-of-band Records
16165
16166@cindex out-of-band records in @sc{gdb/mi}
16167@cindex @sc{gdb/mi}, out-of-band records
16168@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
16169additional changes that have occurred. Those changes can either be a
16170consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
16171target activity (e.g., target stopped).
16172
16173The following is a preliminary list of possible out-of-band records.
16174
16175@table @code
16176@item "*" "stop"
16177@end table
16178
16179
16180@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16181@node GDB/MI Command Description Format
16182@section @sc{gdb/mi} Command Description Format
16183
16184The remaining sections describe blocks of commands. Each block of
16185commands is laid out in a fashion similar to this section.
16186
16187Note the the line breaks shown in the examples are here only for
16188readability. They don't appear in the real output.
16189Also note that the commands with a non-available example (N.A.@:) are
16190not yet implemented.
16191
16192@subheading Motivation
16193
16194The motivation for this collection of commands.
16195
16196@subheading Introduction
16197
16198A brief introduction to this collection of commands as a whole.
16199
16200@subheading Commands
16201
16202For each command in the block, the following is described:
16203
16204@subsubheading Synopsis
16205
16206@smallexample
16207 -command @var{args}@dots{}
16208@end smallexample
16209
16210@subsubheading @value{GDBN} Command
16211
16212The corresponding @value{GDBN} CLI command.
16213
16214@subsubheading Result
16215
16216@subsubheading Out-of-band
16217
16218@subsubheading Notes
16219
16220@subsubheading Example
16221
16222
16223@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16224@node GDB/MI Breakpoint Table Commands
16225@section @sc{gdb/mi} Breakpoint table commands
16226
16227@cindex breakpoint commands for @sc{gdb/mi}
16228@cindex @sc{gdb/mi}, breakpoint commands
16229This section documents @sc{gdb/mi} commands for manipulating
16230breakpoints.
16231
16232@subheading The @code{-break-after} Command
16233@findex -break-after
16234
16235@subsubheading Synopsis
16236
16237@smallexample
16238 -break-after @var{number} @var{count}
16239@end smallexample
16240
16241The breakpoint number @var{number} is not in effect until it has been
16242hit @var{count} times. To see how this is reflected in the output of
16243the @samp{-break-list} command, see the description of the
16244@samp{-break-list} command below.
16245
16246@subsubheading @value{GDBN} Command
16247
16248The corresponding @value{GDBN} command is @samp{ignore}.
16249
16250@subsubheading Example
16251
16252@smallexample
16253(@value{GDBP})
16254-break-insert main
16255^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
16256(@value{GDBP})
16257-break-after 1 3
16258~
16259^done
16260(@value{GDBP})
16261-break-list
16262^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
16263hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16264@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16265@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16266@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16267@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16268@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16269body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
16270addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
16271ignore="3"@}]@}
16272(@value{GDBP})
16273@end smallexample
16274
16275@ignore
16276@subheading The @code{-break-catch} Command
16277@findex -break-catch
16278
16279@subheading The @code{-break-commands} Command
16280@findex -break-commands
16281@end ignore
16282
16283
16284@subheading The @code{-break-condition} Command
16285@findex -break-condition
16286
16287@subsubheading Synopsis
16288
16289@smallexample
16290 -break-condition @var{number} @var{expr}
16291@end smallexample
16292
16293Breakpoint @var{number} will stop the program only if the condition in
16294@var{expr} is true. The condition becomes part of the
16295@samp{-break-list} output (see the description of the @samp{-break-list}
16296command below).
16297
16298@subsubheading @value{GDBN} Command
16299
16300The corresponding @value{GDBN} command is @samp{condition}.
16301
16302@subsubheading Example
16303
16304@smallexample
16305(@value{GDBP})
16306-break-condition 1 1
16307^done
16308(@value{GDBP})
16309-break-list
16310^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
16311hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16312@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16313@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16314@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16315@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16316@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16317body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
16318addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
16319times="0",ignore="3"@}]@}
16320(@value{GDBP})
16321@end smallexample
16322
16323@subheading The @code{-break-delete} Command
16324@findex -break-delete
16325
16326@subsubheading Synopsis
16327
16328@smallexample
16329 -break-delete ( @var{breakpoint} )+
16330@end smallexample
16331
16332Delete the breakpoint(s) whose number(s) are specified in the argument
16333list. This is obviously reflected in the breakpoint list.
16334
16335@subsubheading @value{GDBN} command
16336
16337The corresponding @value{GDBN} command is @samp{delete}.
16338
16339@subsubheading Example
16340
16341@smallexample
16342(@value{GDBP})
16343-break-delete 1
16344^done
16345(@value{GDBP})
16346-break-list
16347^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
16348hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16349@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16350@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16351@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16352@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16353@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16354body=[]@}
16355(@value{GDBP})
16356@end smallexample
16357
16358@subheading The @code{-break-disable} Command
16359@findex -break-disable
16360
16361@subsubheading Synopsis
16362
16363@smallexample
16364 -break-disable ( @var{breakpoint} )+
16365@end smallexample
16366
16367Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
16368break list is now set to @samp{n} for the named @var{breakpoint}(s).
16369
16370@subsubheading @value{GDBN} Command
16371
16372The corresponding @value{GDBN} command is @samp{disable}.
16373
16374@subsubheading Example
16375
16376@smallexample
16377(@value{GDBP})
16378-break-disable 2
16379^done
16380(@value{GDBP})
16381-break-list
16382^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
16383hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16384@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16385@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16386@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16387@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16388@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16389body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
16390addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
16391(@value{GDBP})
16392@end smallexample
16393
16394@subheading The @code{-break-enable} Command
16395@findex -break-enable
16396
16397@subsubheading Synopsis
16398
16399@smallexample
16400 -break-enable ( @var{breakpoint} )+
16401@end smallexample
16402
16403Enable (previously disabled) @var{breakpoint}(s).
16404
16405@subsubheading @value{GDBN} Command
16406
16407The corresponding @value{GDBN} command is @samp{enable}.
16408
16409@subsubheading Example
16410
16411@smallexample
16412(@value{GDBP})
16413-break-enable 2
16414^done
16415(@value{GDBP})
16416-break-list
16417^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
16418hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16419@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16420@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16421@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16422@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16423@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16424body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
16425addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
16426(@value{GDBP})
16427@end smallexample
16428
16429@subheading The @code{-break-info} Command
16430@findex -break-info
16431
16432@subsubheading Synopsis
16433
16434@smallexample
16435 -break-info @var{breakpoint}
16436@end smallexample
16437
16438@c REDUNDANT???
16439Get information about a single breakpoint.
16440
16441@subsubheading @value{GDBN} command
16442
16443The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
16444
16445@subsubheading Example
16446N.A.
16447
16448@subheading The @code{-break-insert} Command
16449@findex -break-insert
16450
16451@subsubheading Synopsis
16452
16453@smallexample
16454 -break-insert [ -t ] [ -h ] [ -r ]
16455 [ -c @var{condition} ] [ -i @var{ignore-count} ]
16456 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
16457@end smallexample
16458
16459@noindent
16460If specified, @var{line}, can be one of:
16461
16462@itemize @bullet
16463@item function
16464@c @item +offset
16465@c @item -offset
16466@c @item linenum
16467@item filename:linenum
16468@item filename:function
16469@item *address
16470@end itemize
16471
16472The possible optional parameters of this command are:
16473
16474@table @samp
16475@item -t
16476Insert a tempoary breakpoint.
16477@item -h
16478Insert a hardware breakpoint.
16479@item -c @var{condition}
16480Make the breakpoint conditional on @var{condition}.
16481@item -i @var{ignore-count}
16482Initialize the @var{ignore-count}.
16483@item -r
16484Insert a regular breakpoint in all the functions whose names match the
16485given regular expression. Other flags are not applicable to regular
16486expresson.
16487@end table
16488
16489@subsubheading Result
16490
16491The result is in the form:
16492
16493@smallexample
16494 ^done,bkptno="@var{number}",func="@var{funcname}",
16495 file="@var{filename}",line="@var{lineno}"
16496@end smallexample
16497
16498@noindent
16499where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
16500is the name of the function where the breakpoint was inserted,
16501@var{filename} is the name of the source file which contains this
16502function, and @var{lineno} is the source line number within that file.
16503
16504Note: this format is open to change.
16505@c An out-of-band breakpoint instead of part of the result?
16506
16507@subsubheading @value{GDBN} Command
16508
16509The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
16510@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
16511
16512@subsubheading Example
16513
16514@smallexample
16515(@value{GDBP})
16516-break-insert main
16517^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16518(@value{GDBP})
16519-break-insert -t foo
16520^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
16521(@value{GDBP})
16522-break-list
16523^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
16524hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16525@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16526@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16527@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16528@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16529@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16530body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
16531addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
16532bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
16533addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
16534(@value{GDBP})
16535-break-insert -r foo.*
16536~int foo(int, int);
16537^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
16538(@value{GDBP})
16539@end smallexample
16540
16541@subheading The @code{-break-list} Command
16542@findex -break-list
16543
16544@subsubheading Synopsis
16545
16546@smallexample
16547 -break-list
16548@end smallexample
16549
16550Displays the list of inserted breakpoints, showing the following fields:
16551
16552@table @samp
16553@item Number
16554number of the breakpoint
16555@item Type
16556type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
16557@item Disposition
16558should the breakpoint be deleted or disabled when it is hit: @samp{keep}
16559or @samp{nokeep}
16560@item Enabled
16561is the breakpoint enabled or no: @samp{y} or @samp{n}
16562@item Address
16563memory location at which the breakpoint is set
16564@item What
16565logical location of the breakpoint, expressed by function name, file
16566name, line number
16567@item Times
16568number of times the breakpoint has been hit
16569@end table
16570
16571If there are no breakpoints or watchpoints, the @code{BreakpointTable}
16572@code{body} field is an empty list.
16573
16574@subsubheading @value{GDBN} Command
16575
16576The corresponding @value{GDBN} command is @samp{info break}.
16577
16578@subsubheading Example
16579
16580@smallexample
16581(@value{GDBP})
16582-break-list
16583^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
16584hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16585@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16586@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16587@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16588@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16589@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16590body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
16591addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
16592bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
16593addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
16594(@value{GDBP})
16595@end smallexample
16596
16597Here's an example of the result when there are no breakpoints:
16598
16599@smallexample
16600(@value{GDBP})
16601-break-list
16602^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
16603hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16604@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16605@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16606@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16607@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16608@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16609body=[]@}
16610(@value{GDBP})
16611@end smallexample
16612
16613@subheading The @code{-break-watch} Command
16614@findex -break-watch
16615
16616@subsubheading Synopsis
16617
16618@smallexample
16619 -break-watch [ -a | -r ]
16620@end smallexample
16621
16622Create a watchpoint. With the @samp{-a} option it will create an
16623@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
16624read from or on a write to the memory location. With the @samp{-r}
16625option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
16626trigger only when the memory location is accessed for reading. Without
16627either of the options, the watchpoint created is a regular watchpoint,
16628i.e. it will trigger when the memory location is accessed for writing.
16629@xref{Set Watchpoints, , Setting watchpoints}.
16630
16631Note that @samp{-break-list} will report a single list of watchpoints and
16632breakpoints inserted.
16633
16634@subsubheading @value{GDBN} Command
16635
16636The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
16637@samp{rwatch}.
16638
16639@subsubheading Example
16640
16641Setting a watchpoint on a variable in the @code{main} function:
16642
16643@smallexample
16644(@value{GDBP})
16645-break-watch x
16646^done,wpt=@{number="2",exp="x"@}
16647(@value{GDBP})
16648-exec-continue
16649^running
16650^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
16651value=@{old="-268439212",new="55"@},
16652frame=@{func="main",args=[],file="recursive2.c",line="5"@}
16653(@value{GDBP})
16654@end smallexample
16655
16656Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
16657the program execution twice: first for the variable changing value, then
16658for the watchpoint going out of scope.
16659
16660@smallexample
16661(@value{GDBP})
16662-break-watch C
16663^done,wpt=@{number="5",exp="C"@}
16664(@value{GDBP})
16665-exec-continue
16666^running
16667^done,reason="watchpoint-trigger",
16668wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
16669frame=@{func="callee4",args=[],
16670file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
16671(@value{GDBP})
16672-exec-continue
16673^running
16674^done,reason="watchpoint-scope",wpnum="5",
16675frame=@{func="callee3",args=[@{name="strarg",
16676value="0x11940 \"A string argument.\""@}],
16677file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16678(@value{GDBP})
16679@end smallexample
16680
16681Listing breakpoints and watchpoints, at different points in the program
16682execution. Note that once the watchpoint goes out of scope, it is
16683deleted.
16684
16685@smallexample
16686(@value{GDBP})
16687-break-watch C
16688^done,wpt=@{number="2",exp="C"@}
16689(@value{GDBP})
16690-break-list
16691^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
16692hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16693@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16694@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16695@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16696@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16697@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16698body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
16699addr="0x00010734",func="callee4",
16700file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
16701bkpt=@{number="2",type="watchpoint",disp="keep",
16702enabled="y",addr="",what="C",times="0"@}]@}
16703(@value{GDBP})
16704-exec-continue
16705^running
16706^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
16707value=@{old="-276895068",new="3"@},
16708frame=@{func="callee4",args=[],
16709file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
16710(@value{GDBP})
16711-break-list
16712^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
16713hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16714@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16715@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16716@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16717@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16718@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16719body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
16720addr="0x00010734",func="callee4",
16721file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
16722bkpt=@{number="2",type="watchpoint",disp="keep",
16723enabled="y",addr="",what="C",times="-5"@}]@}
16724(@value{GDBP})
16725-exec-continue
16726^running
16727^done,reason="watchpoint-scope",wpnum="2",
16728frame=@{func="callee3",args=[@{name="strarg",
16729value="0x11940 \"A string argument.\""@}],
16730file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16731(@value{GDBP})
16732-break-list
16733^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
16734hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16735@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16736@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16737@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16738@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16739@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16740body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
16741addr="0x00010734",func="callee4",
16742file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
16743(@value{GDBP})
16744@end smallexample
16745
16746@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16747@node GDB/MI Data Manipulation
16748@section @sc{gdb/mi} Data Manipulation
16749
16750@cindex data manipulation, in @sc{gdb/mi}
16751@cindex @sc{gdb/mi}, data manipulation
16752This section describes the @sc{gdb/mi} commands that manipulate data:
16753examine memory and registers, evaluate expressions, etc.
16754
16755@c REMOVED FROM THE INTERFACE.
16756@c @subheading -data-assign
16757@c Change the value of a program variable. Plenty of side effects.
16758@c @subsubheading GDB command
16759@c set variable
16760@c @subsubheading Example
16761@c N.A.
16762
16763@subheading The @code{-data-disassemble} Command
16764@findex -data-disassemble
16765
16766@subsubheading Synopsis
16767
16768@smallexample
16769 -data-disassemble
16770 [ -s @var{start-addr} -e @var{end-addr} ]
16771 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
16772 -- @var{mode}
16773@end smallexample
16774
16775@noindent
16776Where:
16777
16778@table @samp
16779@item @var{start-addr}
16780is the beginning address (or @code{$pc})
16781@item @var{end-addr}
16782is the end address
16783@item @var{filename}
16784is the name of the file to disassemble
16785@item @var{linenum}
16786is the line number to disassemble around
16787@item @var{lines}
16788is the the number of disassembly lines to be produced. If it is -1,
16789the whole function will be disassembled, in case no @var{end-addr} is
16790specified. If @var{end-addr} is specified as a non-zero value, and
16791@var{lines} is lower than the number of disassembly lines between
16792@var{start-addr} and @var{end-addr}, only @var{lines} lines are
16793displayed; if @var{lines} is higher than the number of lines between
16794@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
16795are displayed.
16796@item @var{mode}
16797is either 0 (meaning only disassembly) or 1 (meaning mixed source and
16798disassembly).
16799@end table
16800
16801@subsubheading Result
16802
16803The output for each instruction is composed of four fields:
16804
16805@itemize @bullet
16806@item Address
16807@item Func-name
16808@item Offset
16809@item Instruction
16810@end itemize
16811
16812Note that whatever included in the instruction field, is not manipulated
16813directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
16814
16815@subsubheading @value{GDBN} Command
16816
16817There's no direct mapping from this command to the CLI.
16818
16819@subsubheading Example
16820
16821Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
16822
16823@smallexample
16824(@value{GDBP})
16825-data-disassemble -s $pc -e "$pc + 20" -- 0
16826^done,
16827asm_insns=[
16828@{address="0x000107c0",func-name="main",offset="4",
16829inst="mov 2, %o0"@},
16830@{address="0x000107c4",func-name="main",offset="8",
16831inst="sethi %hi(0x11800), %o2"@},
16832@{address="0x000107c8",func-name="main",offset="12",
16833inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
16834@{address="0x000107cc",func-name="main",offset="16",
16835inst="sethi %hi(0x11800), %o2"@},
16836@{address="0x000107d0",func-name="main",offset="20",
16837inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
16838(@value{GDBP})
16839@end smallexample
16840
16841Disassemble the whole @code{main} function. Line 32 is part of
16842@code{main}.
16843
16844@smallexample
16845-data-disassemble -f basics.c -l 32 -- 0
16846^done,asm_insns=[
16847@{address="0x000107bc",func-name="main",offset="0",
16848inst="save %sp, -112, %sp"@},
16849@{address="0x000107c0",func-name="main",offset="4",
16850inst="mov 2, %o0"@},
16851@{address="0x000107c4",func-name="main",offset="8",
16852inst="sethi %hi(0x11800), %o2"@},
16853[@dots{}]
16854@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
16855@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
16856(@value{GDBP})
16857@end smallexample
16858
16859Disassemble 3 instructions from the start of @code{main}:
16860
16861@smallexample
16862(@value{GDBP})
16863-data-disassemble -f basics.c -l 32 -n 3 -- 0
16864^done,asm_insns=[
16865@{address="0x000107bc",func-name="main",offset="0",
16866inst="save %sp, -112, %sp"@},
16867@{address="0x000107c0",func-name="main",offset="4",
16868inst="mov 2, %o0"@},
16869@{address="0x000107c4",func-name="main",offset="8",
16870inst="sethi %hi(0x11800), %o2"@}]
16871(@value{GDBP})
16872@end smallexample
16873
16874Disassemble 3 instructions from the start of @code{main} in mixed mode:
16875
16876@smallexample
16877(@value{GDBP})
16878-data-disassemble -f basics.c -l 32 -n 3 -- 1
16879^done,asm_insns=[
16880src_and_asm_line=@{line="31",
16881file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
16882 testsuite/gdb.mi/basics.c",line_asm_insn=[
16883@{address="0x000107bc",func-name="main",offset="0",
16884inst="save %sp, -112, %sp"@}]@},
16885src_and_asm_line=@{line="32",
16886file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
16887 testsuite/gdb.mi/basics.c",line_asm_insn=[
16888@{address="0x000107c0",func-name="main",offset="4",
16889inst="mov 2, %o0"@},
16890@{address="0x000107c4",func-name="main",offset="8",
16891inst="sethi %hi(0x11800), %o2"@}]@}]
16892(@value{GDBP})
16893@end smallexample
16894
16895
16896@subheading The @code{-data-evaluate-expression} Command
16897@findex -data-evaluate-expression
16898
16899@subsubheading Synopsis
16900
16901@smallexample
16902 -data-evaluate-expression @var{expr}
16903@end smallexample
16904
16905Evaluate @var{expr} as an expression. The expression could contain an
16906inferior function call. The function call will execute synchronously.
16907If the expression contains spaces, it must be enclosed in double quotes.
16908
16909@subsubheading @value{GDBN} Command
16910
16911The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
16912@samp{call}. In @code{gdbtk} only, there's a corresponding
16913@samp{gdb_eval} command.
16914
16915@subsubheading Example
16916
16917In the following example, the numbers that precede the commands are the
16918@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
16919Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
16920output.
16921
16922@smallexample
16923211-data-evaluate-expression A
16924211^done,value="1"
16925(@value{GDBP})
16926311-data-evaluate-expression &A
16927311^done,value="0xefffeb7c"
16928(@value{GDBP})
16929411-data-evaluate-expression A+3
16930411^done,value="4"
16931(@value{GDBP})
16932511-data-evaluate-expression "A + 3"
16933511^done,value="4"
16934(@value{GDBP})
16935@end smallexample
16936
16937
16938@subheading The @code{-data-list-changed-registers} Command
16939@findex -data-list-changed-registers
16940
16941@subsubheading Synopsis
16942
16943@smallexample
16944 -data-list-changed-registers
16945@end smallexample
16946
16947Display a list of the registers that have changed.
16948
16949@subsubheading @value{GDBN} Command
16950
16951@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
16952has the corresponding command @samp{gdb_changed_register_list}.
16953
16954@subsubheading Example
16955
16956On a PPC MBX board:
16957
16958@smallexample
16959(@value{GDBP})
16960-exec-continue
16961^running
16962
16963(@value{GDBP})
16964*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
16965args=[],file="try.c",line="5"@}
16966(@value{GDBP})
16967-data-list-changed-registers
16968^done,changed-registers=["0","1","2","4","5","6","7","8","9",
16969"10","11","13","14","15","16","17","18","19","20","21","22","23",
16970"24","25","26","27","28","30","31","64","65","66","67","69"]
16971(@value{GDBP})
16972@end smallexample
16973
16974
16975@subheading The @code{-data-list-register-names} Command
16976@findex -data-list-register-names
16977
16978@subsubheading Synopsis
16979
16980@smallexample
16981 -data-list-register-names [ ( @var{regno} )+ ]
16982@end smallexample
16983
16984Show a list of register names for the current target. If no arguments
16985are given, it shows a list of the names of all the registers. If
16986integer numbers are given as arguments, it will print a list of the
16987names of the registers corresponding to the arguments. To ensure
16988consistency between a register name and its number, the output list may
16989include empty register names.
16990
16991@subsubheading @value{GDBN} Command
16992
16993@value{GDBN} does not have a command which corresponds to
16994@samp{-data-list-register-names}. In @code{gdbtk} there is a
16995corresponding command @samp{gdb_regnames}.
16996
16997@subsubheading Example
16998
16999For the PPC MBX board:
17000@smallexample
17001(@value{GDBP})
17002-data-list-register-names
17003^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17004"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17005"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17006"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17007"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17008"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17009"", "pc","ps","cr","lr","ctr","xer"]
17010(@value{GDBP})
17011-data-list-register-names 1 2 3
17012^done,register-names=["r1","r2","r3"]
17013(@value{GDBP})
17014@end smallexample
17015
17016@subheading The @code{-data-list-register-values} Command
17017@findex -data-list-register-values
17018
17019@subsubheading Synopsis
17020
17021@smallexample
17022 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17023@end smallexample
17024
17025Display the registers' contents. @var{fmt} is the format according to
17026which the registers' contents are to be returned, followed by an optional
17027list of numbers specifying the registers to display. A missing list of
17028numbers indicates that the contents of all the registers must be returned.
17029
17030Allowed formats for @var{fmt} are:
17031
17032@table @code
17033@item x
17034Hexadecimal
17035@item o
17036Octal
17037@item t
17038Binary
17039@item d
17040Decimal
17041@item r
17042Raw
17043@item N
17044Natural
17045@end table
17046
17047@subsubheading @value{GDBN} Command
17048
17049The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17050all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17051
17052@subsubheading Example
17053
17054For a PPC MBX board (note: line breaks are for readability only, they
17055don't appear in the actual output):
17056
17057@smallexample
17058(@value{GDBP})
17059-data-list-register-values r 64 65
17060^done,register-values=[@{number="64",value="0xfe00a300"@},
17061@{number="65",value="0x00029002"@}]
17062(@value{GDBP})
17063-data-list-register-values x
17064^done,register-values=[@{number="0",value="0xfe0043c8"@},
17065@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17066@{number="3",value="0x0"@},@{number="4",value="0xa"@},
17067@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17068@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17069@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17070@{number="11",value="0x1"@},@{number="12",value="0x0"@},
17071@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17072@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17073@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17074@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17075@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17076@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17077@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17078@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17079@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17080@{number="31",value="0x0"@},@{number="32",value="0x0"@},
17081@{number="33",value="0x0"@},@{number="34",value="0x0"@},
17082@{number="35",value="0x0"@},@{number="36",value="0x0"@},
17083@{number="37",value="0x0"@},@{number="38",value="0x0"@},
17084@{number="39",value="0x0"@},@{number="40",value="0x0"@},
17085@{number="41",value="0x0"@},@{number="42",value="0x0"@},
17086@{number="43",value="0x0"@},@{number="44",value="0x0"@},
17087@{number="45",value="0x0"@},@{number="46",value="0x0"@},
17088@{number="47",value="0x0"@},@{number="48",value="0x0"@},
17089@{number="49",value="0x0"@},@{number="50",value="0x0"@},
17090@{number="51",value="0x0"@},@{number="52",value="0x0"@},
17091@{number="53",value="0x0"@},@{number="54",value="0x0"@},
17092@{number="55",value="0x0"@},@{number="56",value="0x0"@},
17093@{number="57",value="0x0"@},@{number="58",value="0x0"@},
17094@{number="59",value="0x0"@},@{number="60",value="0x0"@},
17095@{number="61",value="0x0"@},@{number="62",value="0x0"@},
17096@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17097@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17098@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17099@{number="69",value="0x20002b03"@}]
17100(@value{GDBP})
17101@end smallexample
17102
17103
17104@subheading The @code{-data-read-memory} Command
17105@findex -data-read-memory
17106
17107@subsubheading Synopsis
17108
17109@smallexample
17110 -data-read-memory [ -o @var{byte-offset} ]
17111 @var{address} @var{word-format} @var{word-size}
17112 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17113@end smallexample
17114
17115@noindent
17116where:
17117
17118@table @samp
17119@item @var{address}
17120An expression specifying the address of the first memory word to be
17121read. Complex expressions containing embedded white space should be
17122quoted using the C convention.
17123
17124@item @var{word-format}
17125The format to be used to print the memory words. The notation is the
17126same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
17127,Output formats}).
17128
17129@item @var{word-size}
17130The size of each memory word in bytes.
17131
17132@item @var{nr-rows}
17133The number of rows in the output table.
17134
17135@item @var{nr-cols}
17136The number of columns in the output table.
17137
17138@item @var{aschar}
17139If present, indicates that each row should include an @sc{ascii} dump. The
17140value of @var{aschar} is used as a padding character when a byte is not a
17141member of the printable @sc{ascii} character set (printable @sc{ascii}
17142characters are those whose code is between 32 and 126, inclusively).
17143
17144@item @var{byte-offset}
17145An offset to add to the @var{address} before fetching memory.
17146@end table
17147
17148This command displays memory contents as a table of @var{nr-rows} by
17149@var{nr-cols} words, each word being @var{word-size} bytes. In total,
17150@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
17151(returned as @samp{total-bytes}). Should less than the requested number
17152of bytes be returned by the target, the missing words are identified
17153using @samp{N/A}. The number of bytes read from the target is returned
17154in @samp{nr-bytes} and the starting address used to read memory in
17155@samp{addr}.
17156
17157The address of the next/previous row or page is available in
17158@samp{next-row} and @samp{prev-row}, @samp{next-page} and
17159@samp{prev-page}.
17160
17161@subsubheading @value{GDBN} Command
17162
17163The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
17164@samp{gdb_get_mem} memory read command.
17165
17166@subsubheading Example
17167
17168Read six bytes of memory starting at @code{bytes+6} but then offset by
17169@code{-6} bytes. Format as three rows of two columns. One byte per
17170word. Display each word in hex.
17171
17172@smallexample
17173(@value{GDBP})
171749-data-read-memory -o -6 -- bytes+6 x 1 3 2
171759^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
17176next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
17177prev-page="0x0000138a",memory=[
17178@{addr="0x00001390",data=["0x00","0x01"]@},
17179@{addr="0x00001392",data=["0x02","0x03"]@},
17180@{addr="0x00001394",data=["0x04","0x05"]@}]
17181(@value{GDBP})
17182@end smallexample
17183
17184Read two bytes of memory starting at address @code{shorts + 64} and
17185display as a single word formatted in decimal.
17186
17187@smallexample
17188(@value{GDBP})
171895-data-read-memory shorts+64 d 2 1 1
171905^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
17191next-row="0x00001512",prev-row="0x0000150e",
17192next-page="0x00001512",prev-page="0x0000150e",memory=[
17193@{addr="0x00001510",data=["128"]@}]
17194(@value{GDBP})
17195@end smallexample
17196
17197Read thirty two bytes of memory starting at @code{bytes+16} and format
17198as eight rows of four columns. Include a string encoding with @samp{x}
17199used as the non-printable character.
17200
17201@smallexample
17202(@value{GDBP})
172034-data-read-memory bytes+16 x 1 8 4 x
172044^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
17205next-row="0x000013c0",prev-row="0x0000139c",
17206next-page="0x000013c0",prev-page="0x00001380",memory=[
17207@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
17208@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
17209@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
17210@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
17211@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
17212@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
17213@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
17214@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
17215(@value{GDBP})
17216@end smallexample
17217
17218@subheading The @code{-display-delete} Command
17219@findex -display-delete
17220
17221@subsubheading Synopsis
17222
17223@smallexample
17224 -display-delete @var{number}
17225@end smallexample
17226
17227Delete the display @var{number}.
17228
17229@subsubheading @value{GDBN} Command
17230
17231The corresponding @value{GDBN} command is @samp{delete display}.
17232
17233@subsubheading Example
17234N.A.
17235
17236
17237@subheading The @code{-display-disable} Command
17238@findex -display-disable
17239
17240@subsubheading Synopsis
17241
17242@smallexample
17243 -display-disable @var{number}
17244@end smallexample
17245
17246Disable display @var{number}.
17247
17248@subsubheading @value{GDBN} Command
17249
17250The corresponding @value{GDBN} command is @samp{disable display}.
17251
17252@subsubheading Example
17253N.A.
17254
17255
17256@subheading The @code{-display-enable} Command
17257@findex -display-enable
17258
17259@subsubheading Synopsis
17260
17261@smallexample
17262 -display-enable @var{number}
17263@end smallexample
17264
17265Enable display @var{number}.
17266
17267@subsubheading @value{GDBN} Command
17268
17269The corresponding @value{GDBN} command is @samp{enable display}.
17270
17271@subsubheading Example
17272N.A.
17273
17274
17275@subheading The @code{-display-insert} Command
17276@findex -display-insert
17277
17278@subsubheading Synopsis
17279
17280@smallexample
17281 -display-insert @var{expression}
17282@end smallexample
17283
17284Display @var{expression} every time the program stops.
17285
17286@subsubheading @value{GDBN} Command
17287
17288The corresponding @value{GDBN} command is @samp{display}.
17289
17290@subsubheading Example
17291N.A.
17292
17293
17294@subheading The @code{-display-list} Command
17295@findex -display-list
17296
17297@subsubheading Synopsis
17298
17299@smallexample
17300 -display-list
17301@end smallexample
17302
17303List the displays. Do not show the current values.
17304
17305@subsubheading @value{GDBN} Command
17306
17307The corresponding @value{GDBN} command is @samp{info display}.
17308
17309@subsubheading Example
17310N.A.
17311
17312
17313@subheading The @code{-environment-cd} Command
17314@findex -environment-cd
17315
17316@subsubheading Synopsis
17317
17318@smallexample
17319 -environment-cd @var{pathdir}
17320@end smallexample
17321
17322Set @value{GDBN}'s working directory.
17323
17324@subsubheading @value{GDBN} Command
17325
17326The corresponding @value{GDBN} command is @samp{cd}.
17327
17328@subsubheading Example
17329
17330@smallexample
17331(@value{GDBP})
17332-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
17333^done
17334(@value{GDBP})
17335@end smallexample
17336
17337
17338@subheading The @code{-environment-directory} Command
17339@findex -environment-directory
17340
17341@subsubheading Synopsis
17342
17343@smallexample
17344 -environment-directory [ -r ] [ @var{pathdir} ]+
17345@end smallexample
17346
17347Add directories @var{pathdir} to beginning of search path for source files.
17348If the @samp{-r} option is used, the search path is reset to the default
b383017d 17349search path. If directories @var{pathdir} are supplied in addition to the
922fbb7b
AC
17350@samp{-r} option, the search path is first reset and then addition
17351occurs as normal.
b383017d 17352Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
17353multiple directories in a single command
17354results in the directories added to the beginning of the
17355search path in the same order they were presented in the command.
17356If blanks are needed as
17357part of a directory name, double-quotes should be used around
17358the name. In the command output, the path will show up separated
b383017d 17359by the system directory-separator character. The directory-seperator
922fbb7b
AC
17360character must not be used
17361in any directory name.
17362If no directories are specified, the current search path is displayed.
17363
17364@subsubheading @value{GDBN} Command
17365
17366The corresponding @value{GDBN} command is @samp{dir}.
17367
17368@subsubheading Example
17369
17370@smallexample
17371(@value{GDBP})
17372-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
17373^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
17374(@value{GDBP})
17375-environment-directory ""
17376^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
17377(@value{GDBP})
17378-environment-directory -r /home/jjohnstn/src/gdb /usr/src
17379^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
17380(@value{GDBP})
17381-environment-directory -r
17382^done,source-path="$cdir:$cwd"
17383(@value{GDBP})
17384@end smallexample
17385
17386
17387@subheading The @code{-environment-path} Command
17388@findex -environment-path
17389
17390@subsubheading Synopsis
17391
17392@smallexample
17393 -environment-path [ -r ] [ @var{pathdir} ]+
17394@end smallexample
17395
17396Add directories @var{pathdir} to beginning of search path for object files.
17397If the @samp{-r} option is used, the search path is reset to the original
b383017d
RM
17398search path that existed at gdb start-up. If directories @var{pathdir} are
17399supplied in addition to the
922fbb7b
AC
17400@samp{-r} option, the search path is first reset and then addition
17401occurs as normal.
b383017d 17402Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
17403multiple directories in a single command
17404results in the directories added to the beginning of the
17405search path in the same order they were presented in the command.
17406If blanks are needed as
17407part of a directory name, double-quotes should be used around
17408the name. In the command output, the path will show up separated
b383017d 17409by the system directory-separator character. The directory-seperator
922fbb7b
AC
17410character must not be used
17411in any directory name.
17412If no directories are specified, the current path is displayed.
17413
17414
17415@subsubheading @value{GDBN} Command
17416
17417The corresponding @value{GDBN} command is @samp{path}.
17418
17419@subsubheading Example
17420
17421@smallexample
17422(@value{GDBP})
b383017d 17423-environment-path
922fbb7b
AC
17424^done,path="/usr/bin"
17425(@value{GDBP})
17426-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
17427^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
17428(@value{GDBP})
17429-environment-path -r /usr/local/bin
17430^done,path="/usr/local/bin:/usr/bin"
17431(@value{GDBP})
17432@end smallexample
17433
17434
17435@subheading The @code{-environment-pwd} Command
17436@findex -environment-pwd
17437
17438@subsubheading Synopsis
17439
17440@smallexample
17441 -environment-pwd
17442@end smallexample
17443
17444Show the current working directory.
17445
17446@subsubheading @value{GDBN} command
17447
17448The corresponding @value{GDBN} command is @samp{pwd}.
17449
17450@subsubheading Example
17451
17452@smallexample
17453(@value{GDBP})
17454-environment-pwd
17455^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
17456(@value{GDBP})
17457@end smallexample
17458
17459@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17460@node GDB/MI Program Control
17461@section @sc{gdb/mi} Program control
17462
17463@subsubheading Program termination
17464
17465As a result of execution, the inferior program can run to completion, if
17466it doesn't encounter any breakpoints. In this case the output will
17467include an exit code, if the program has exited exceptionally.
17468
17469@subsubheading Examples
17470
17471@noindent
17472Program exited normally:
17473
17474@smallexample
17475(@value{GDBP})
17476-exec-run
17477^running
17478(@value{GDBP})
17479x = 55
17480*stopped,reason="exited-normally"
17481(@value{GDBP})
17482@end smallexample
17483
17484@noindent
17485Program exited exceptionally:
17486
17487@smallexample
17488(@value{GDBP})
17489-exec-run
17490^running
17491(@value{GDBP})
17492x = 55
17493*stopped,reason="exited",exit-code="01"
17494(@value{GDBP})
17495@end smallexample
17496
17497Another way the program can terminate is if it receives a signal such as
17498@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
17499
17500@smallexample
17501(@value{GDBP})
17502*stopped,reason="exited-signalled",signal-name="SIGINT",
17503signal-meaning="Interrupt"
17504@end smallexample
17505
17506
17507@subheading The @code{-exec-abort} Command
17508@findex -exec-abort
17509
17510@subsubheading Synopsis
17511
17512@smallexample
17513 -exec-abort
17514@end smallexample
17515
17516Kill the inferior running program.
17517
17518@subsubheading @value{GDBN} Command
17519
17520The corresponding @value{GDBN} command is @samp{kill}.
17521
17522@subsubheading Example
17523N.A.
17524
17525
17526@subheading The @code{-exec-arguments} Command
17527@findex -exec-arguments
17528
17529@subsubheading Synopsis
17530
17531@smallexample
17532 -exec-arguments @var{args}
17533@end smallexample
17534
17535Set the inferior program arguments, to be used in the next
17536@samp{-exec-run}.
17537
17538@subsubheading @value{GDBN} Command
17539
17540The corresponding @value{GDBN} command is @samp{set args}.
17541
17542@subsubheading Example
17543
17544@c FIXME!
17545Don't have one around.
17546
17547
17548@subheading The @code{-exec-continue} Command
17549@findex -exec-continue
17550
17551@subsubheading Synopsis
17552
17553@smallexample
17554 -exec-continue
17555@end smallexample
17556
17557Asynchronous command. Resumes the execution of the inferior program
17558until a breakpoint is encountered, or until the inferior exits.
17559
17560@subsubheading @value{GDBN} Command
17561
17562The corresponding @value{GDBN} corresponding is @samp{continue}.
17563
17564@subsubheading Example
17565
17566@smallexample
17567-exec-continue
17568^running
17569(@value{GDBP})
17570@@Hello world
17571*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
17572file="hello.c",line="13"@}
17573(@value{GDBP})
17574@end smallexample
17575
17576
17577@subheading The @code{-exec-finish} Command
17578@findex -exec-finish
17579
17580@subsubheading Synopsis
17581
17582@smallexample
17583 -exec-finish
17584@end smallexample
17585
17586Asynchronous command. Resumes the execution of the inferior program
17587until the current function is exited. Displays the results returned by
17588the function.
17589
17590@subsubheading @value{GDBN} Command
17591
17592The corresponding @value{GDBN} command is @samp{finish}.
17593
17594@subsubheading Example
17595
17596Function returning @code{void}.
17597
17598@smallexample
17599-exec-finish
17600^running
17601(@value{GDBP})
17602@@hello from foo
17603*stopped,reason="function-finished",frame=@{func="main",args=[],
17604file="hello.c",line="7"@}
17605(@value{GDBP})
17606@end smallexample
17607
17608Function returning other than @code{void}. The name of the internal
17609@value{GDBN} variable storing the result is printed, together with the
17610value itself.
17611
17612@smallexample
17613-exec-finish
17614^running
17615(@value{GDBP})
17616*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
17617args=[@{name="a",value="1"],@{name="b",value="9"@}@},
17618file="recursive2.c",line="14"@},
17619gdb-result-var="$1",return-value="0"
17620(@value{GDBP})
17621@end smallexample
17622
17623
17624@subheading The @code{-exec-interrupt} Command
17625@findex -exec-interrupt
17626
17627@subsubheading Synopsis
17628
17629@smallexample
17630 -exec-interrupt
17631@end smallexample
17632
17633Asynchronous command. Interrupts the background execution of the target.
17634Note how the token associated with the stop message is the one for the
17635execution command that has been interrupted. The token for the interrupt
17636itself only appears in the @samp{^done} output. If the user is trying to
17637interrupt a non-running program, an error message will be printed.
17638
17639@subsubheading @value{GDBN} Command
17640
17641The corresponding @value{GDBN} command is @samp{interrupt}.
17642
17643@subsubheading Example
17644
17645@smallexample
17646(@value{GDBP})
17647111-exec-continue
17648111^running
17649
17650(@value{GDBP})
17651222-exec-interrupt
17652222^done
17653(@value{GDBP})
17654111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
17655frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
17656(@value{GDBP})
17657
17658(@value{GDBP})
17659-exec-interrupt
17660^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
17661(@value{GDBP})
17662@end smallexample
17663
17664
17665@subheading The @code{-exec-next} Command
17666@findex -exec-next
17667
17668@subsubheading Synopsis
17669
17670@smallexample
17671 -exec-next
17672@end smallexample
17673
17674Asynchronous command. Resumes execution of the inferior program, stopping
17675when the beginning of the next source line is reached.
17676
17677@subsubheading @value{GDBN} Command
17678
17679The corresponding @value{GDBN} command is @samp{next}.
17680
17681@subsubheading Example
17682
17683@smallexample
17684-exec-next
17685^running
17686(@value{GDBP})
17687*stopped,reason="end-stepping-range",line="8",file="hello.c"
17688(@value{GDBP})
17689@end smallexample
17690
17691
17692@subheading The @code{-exec-next-instruction} Command
17693@findex -exec-next-instruction
17694
17695@subsubheading Synopsis
17696
17697@smallexample
17698 -exec-next-instruction
17699@end smallexample
17700
17701Asynchronous command. Executes one machine instruction. If the
17702instruction is a function call continues until the function returns. If
17703the program stops at an instruction in the middle of a source line, the
17704address will be printed as well.
17705
17706@subsubheading @value{GDBN} Command
17707
17708The corresponding @value{GDBN} command is @samp{nexti}.
17709
17710@subsubheading Example
17711
17712@smallexample
17713(@value{GDBP})
17714-exec-next-instruction
17715^running
17716
17717(@value{GDBP})
17718*stopped,reason="end-stepping-range",
17719addr="0x000100d4",line="5",file="hello.c"
17720(@value{GDBP})
17721@end smallexample
17722
17723
17724@subheading The @code{-exec-return} Command
17725@findex -exec-return
17726
17727@subsubheading Synopsis
17728
17729@smallexample
17730 -exec-return
17731@end smallexample
17732
17733Makes current function return immediately. Doesn't execute the inferior.
17734Displays the new current frame.
17735
17736@subsubheading @value{GDBN} Command
17737
17738The corresponding @value{GDBN} command is @samp{return}.
17739
17740@subsubheading Example
17741
17742@smallexample
17743(@value{GDBP})
17744200-break-insert callee4
17745200^done,bkpt=@{number="1",addr="0x00010734",
17746file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
17747(@value{GDBP})
17748000-exec-run
17749000^running
17750(@value{GDBP})
17751000*stopped,reason="breakpoint-hit",bkptno="1",
17752frame=@{func="callee4",args=[],
17753file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
17754(@value{GDBP})
17755205-break-delete
17756205^done
17757(@value{GDBP})
17758111-exec-return
17759111^done,frame=@{level="0",func="callee3",
17760args=[@{name="strarg",
17761value="0x11940 \"A string argument.\""@}],
17762file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17763(@value{GDBP})
17764@end smallexample
17765
17766
17767@subheading The @code{-exec-run} Command
17768@findex -exec-run
17769
17770@subsubheading Synopsis
17771
17772@smallexample
17773 -exec-run
17774@end smallexample
17775
17776Asynchronous command. Starts execution of the inferior from the
17777beginning. The inferior executes until either a breakpoint is
17778encountered or the program exits.
17779
17780@subsubheading @value{GDBN} Command
17781
17782The corresponding @value{GDBN} command is @samp{run}.
17783
17784@subsubheading Example
17785
17786@smallexample
17787(@value{GDBP})
17788-break-insert main
17789^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17790(@value{GDBP})
17791-exec-run
17792^running
17793(@value{GDBP})
17794*stopped,reason="breakpoint-hit",bkptno="1",
17795frame=@{func="main",args=[],file="recursive2.c",line="4"@}
17796(@value{GDBP})
17797@end smallexample
17798
17799
17800@subheading The @code{-exec-show-arguments} Command
17801@findex -exec-show-arguments
17802
17803@subsubheading Synopsis
17804
17805@smallexample
17806 -exec-show-arguments
17807@end smallexample
17808
17809Print the arguments of the program.
17810
17811@subsubheading @value{GDBN} Command
17812
17813The corresponding @value{GDBN} command is @samp{show args}.
17814
17815@subsubheading Example
17816N.A.
17817
17818@c @subheading -exec-signal
17819
17820@subheading The @code{-exec-step} Command
17821@findex -exec-step
17822
17823@subsubheading Synopsis
17824
17825@smallexample
17826 -exec-step
17827@end smallexample
17828
17829Asynchronous command. Resumes execution of the inferior program, stopping
17830when the beginning of the next source line is reached, if the next
17831source line is not a function call. If it is, stop at the first
17832instruction of the called function.
17833
17834@subsubheading @value{GDBN} Command
17835
17836The corresponding @value{GDBN} command is @samp{step}.
17837
17838@subsubheading Example
17839
17840Stepping into a function:
17841
17842@smallexample
17843-exec-step
17844^running
17845(@value{GDBP})
17846*stopped,reason="end-stepping-range",
17847frame=@{func="foo",args=[@{name="a",value="10"@},
17848@{name="b",value="0"@}],file="recursive2.c",line="11"@}
17849(@value{GDBP})
17850@end smallexample
17851
17852Regular stepping:
17853
17854@smallexample
17855-exec-step
17856^running
17857(@value{GDBP})
17858*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
17859(@value{GDBP})
17860@end smallexample
17861
17862
17863@subheading The @code{-exec-step-instruction} Command
17864@findex -exec-step-instruction
17865
17866@subsubheading Synopsis
17867
17868@smallexample
17869 -exec-step-instruction
17870@end smallexample
17871
17872Asynchronous command. Resumes the inferior which executes one machine
17873instruction. The output, once @value{GDBN} has stopped, will vary depending on
17874whether we have stopped in the middle of a source line or not. In the
17875former case, the address at which the program stopped will be printed as
17876well.
17877
17878@subsubheading @value{GDBN} Command
17879
17880The corresponding @value{GDBN} command is @samp{stepi}.
17881
17882@subsubheading Example
17883
17884@smallexample
17885(@value{GDBP})
17886-exec-step-instruction
17887^running
17888
17889(@value{GDBP})
17890*stopped,reason="end-stepping-range",
17891frame=@{func="foo",args=[],file="try.c",line="10"@}
17892(@value{GDBP})
17893-exec-step-instruction
17894^running
17895
17896(@value{GDBP})
17897*stopped,reason="end-stepping-range",
17898frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
17899(@value{GDBP})
17900@end smallexample
17901
17902
17903@subheading The @code{-exec-until} Command
17904@findex -exec-until
17905
17906@subsubheading Synopsis
17907
17908@smallexample
17909 -exec-until [ @var{location} ]
17910@end smallexample
17911
17912Asynchronous command. Executes the inferior until the @var{location}
17913specified in the argument is reached. If there is no argument, the inferior
17914executes until a source line greater than the current one is reached.
17915The reason for stopping in this case will be @samp{location-reached}.
17916
17917@subsubheading @value{GDBN} Command
17918
17919The corresponding @value{GDBN} command is @samp{until}.
17920
17921@subsubheading Example
17922
17923@smallexample
17924(@value{GDBP})
17925-exec-until recursive2.c:6
17926^running
17927(@value{GDBP})
17928x = 55
17929*stopped,reason="location-reached",frame=@{func="main",args=[],
17930file="recursive2.c",line="6"@}
17931(@value{GDBP})
17932@end smallexample
17933
17934@ignore
17935@subheading -file-clear
17936Is this going away????
17937@end ignore
17938
17939
17940@subheading The @code{-file-exec-and-symbols} Command
17941@findex -file-exec-and-symbols
17942
17943@subsubheading Synopsis
17944
17945@smallexample
17946 -file-exec-and-symbols @var{file}
17947@end smallexample
17948
17949Specify the executable file to be debugged. This file is the one from
17950which the symbol table is also read. If no file is specified, the
17951command clears the executable and symbol information. If breakpoints
17952are set when using this command with no arguments, @value{GDBN} will produce
17953error messages. Otherwise, no output is produced, except a completion
17954notification.
17955
17956@subsubheading @value{GDBN} Command
17957
17958The corresponding @value{GDBN} command is @samp{file}.
17959
17960@subsubheading Example
17961
17962@smallexample
17963(@value{GDBP})
17964-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
17965^done
17966(@value{GDBP})
17967@end smallexample
17968
17969
17970@subheading The @code{-file-exec-file} Command
17971@findex -file-exec-file
17972
17973@subsubheading Synopsis
17974
17975@smallexample
17976 -file-exec-file @var{file}
17977@end smallexample
17978
17979Specify the executable file to be debugged. Unlike
17980@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
17981from this file. If used without argument, @value{GDBN} clears the information
17982about the executable file. No output is produced, except a completion
17983notification.
17984
17985@subsubheading @value{GDBN} Command
17986
17987The corresponding @value{GDBN} command is @samp{exec-file}.
17988
17989@subsubheading Example
17990
17991@smallexample
17992(@value{GDBP})
17993-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
17994^done
17995(@value{GDBP})
17996@end smallexample
17997
17998
17999@subheading The @code{-file-list-exec-sections} Command
18000@findex -file-list-exec-sections
18001
18002@subsubheading Synopsis
18003
18004@smallexample
18005 -file-list-exec-sections
18006@end smallexample
18007
18008List the sections of the current executable file.
18009
18010@subsubheading @value{GDBN} Command
18011
18012The @value{GDBN} command @samp{info file} shows, among the rest, the same
18013information as this command. @code{gdbtk} has a corresponding command
18014@samp{gdb_load_info}.
18015
18016@subsubheading Example
18017N.A.
18018
18019
1abaf70c
BR
18020@subheading The @code{-file-list-exec-source-file} Command
18021@findex -file-list-exec-source-file
18022
18023@subsubheading Synopsis
18024
18025@smallexample
18026 -file-list-exec-source-file
18027@end smallexample
18028
b383017d 18029List the line number, the current source file, and the absolute path
1abaf70c
BR
18030to the current source file for the current executable.
18031
18032@subsubheading @value{GDBN} Command
18033
18034There's no @value{GDBN} command which directly corresponds to this one.
18035
18036@subsubheading Example
18037
18038@smallexample
18039(@value{GDBP})
18040123-file-list-exec-source-file
18041123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18042(@value{GDBP})
18043@end smallexample
18044
18045
922fbb7b
AC
18046@subheading The @code{-file-list-exec-source-files} Command
18047@findex -file-list-exec-source-files
18048
18049@subsubheading Synopsis
18050
18051@smallexample
18052 -file-list-exec-source-files
18053@end smallexample
18054
18055List the source files for the current executable.
18056
57c22c6c
BR
18057It will always output the filename, but only when GDB can find the absolute
18058file name of a source file, will it output the fullname.
18059
922fbb7b
AC
18060@subsubheading @value{GDBN} Command
18061
18062There's no @value{GDBN} command which directly corresponds to this one.
18063@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18064
18065@subsubheading Example
57c22c6c
BR
18066@smallexample
18067(@value{GDBP})
18068-file-list-exec-source-files
18069^done,files=[
18070@{file=foo.c,fullname=/home/foo.c@},
18071@{file=/home/bar.c,fullname=/home/bar.c@},
18072@{file=gdb_could_not_find_fullpath.c@}]
18073(@value{GDBP})
18074@end smallexample
922fbb7b
AC
18075
18076@subheading The @code{-file-list-shared-libraries} Command
18077@findex -file-list-shared-libraries
18078
18079@subsubheading Synopsis
18080
18081@smallexample
18082 -file-list-shared-libraries
18083@end smallexample
18084
18085List the shared libraries in the program.
18086
18087@subsubheading @value{GDBN} Command
18088
18089The corresponding @value{GDBN} command is @samp{info shared}.
18090
18091@subsubheading Example
18092N.A.
18093
18094
18095@subheading The @code{-file-list-symbol-files} Command
18096@findex -file-list-symbol-files
18097
18098@subsubheading Synopsis
18099
18100@smallexample
18101 -file-list-symbol-files
18102@end smallexample
18103
18104List symbol files.
18105
18106@subsubheading @value{GDBN} Command
18107
18108The corresponding @value{GDBN} command is @samp{info file} (part of it).
18109
18110@subsubheading Example
18111N.A.
18112
18113
18114@subheading The @code{-file-symbol-file} Command
18115@findex -file-symbol-file
18116
18117@subsubheading Synopsis
18118
18119@smallexample
18120 -file-symbol-file @var{file}
18121@end smallexample
18122
18123Read symbol table info from the specified @var{file} argument. When
18124used without arguments, clears @value{GDBN}'s symbol table info. No output is
18125produced, except for a completion notification.
18126
18127@subsubheading @value{GDBN} Command
18128
18129The corresponding @value{GDBN} command is @samp{symbol-file}.
18130
18131@subsubheading Example
18132
18133@smallexample
18134(@value{GDBP})
18135-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18136^done
18137(@value{GDBP})
18138@end smallexample
18139
18140@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18141@node GDB/MI Miscellaneous Commands
18142@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
18143
18144@c @subheading -gdb-complete
18145
18146@subheading The @code{-gdb-exit} Command
18147@findex -gdb-exit
18148
18149@subsubheading Synopsis
18150
18151@smallexample
18152 -gdb-exit
18153@end smallexample
18154
18155Exit @value{GDBN} immediately.
18156
18157@subsubheading @value{GDBN} Command
18158
18159Approximately corresponds to @samp{quit}.
18160
18161@subsubheading Example
18162
18163@smallexample
18164(@value{GDBP})
18165-gdb-exit
18166@end smallexample
18167
18168@subheading The @code{-gdb-set} Command
18169@findex -gdb-set
18170
18171@subsubheading Synopsis
18172
18173@smallexample
18174 -gdb-set
18175@end smallexample
18176
18177Set an internal @value{GDBN} variable.
18178@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
18179
18180@subsubheading @value{GDBN} Command
18181
18182The corresponding @value{GDBN} command is @samp{set}.
18183
18184@subsubheading Example
18185
18186@smallexample
18187(@value{GDBP})
18188-gdb-set $foo=3
18189^done
18190(@value{GDBP})
18191@end smallexample
18192
18193
18194@subheading The @code{-gdb-show} Command
18195@findex -gdb-show
18196
18197@subsubheading Synopsis
18198
18199@smallexample
18200 -gdb-show
18201@end smallexample
18202
18203Show the current value of a @value{GDBN} variable.
18204
18205@subsubheading @value{GDBN} command
18206
18207The corresponding @value{GDBN} command is @samp{show}.
18208
18209@subsubheading Example
18210
18211@smallexample
18212(@value{GDBP})
18213-gdb-show annotate
18214^done,value="0"
18215(@value{GDBP})
18216@end smallexample
18217
18218@c @subheading -gdb-source
18219
18220
18221@subheading The @code{-gdb-version} Command
18222@findex -gdb-version
18223
18224@subsubheading Synopsis
18225
18226@smallexample
18227 -gdb-version
18228@end smallexample
18229
18230Show version information for @value{GDBN}. Used mostly in testing.
18231
18232@subsubheading @value{GDBN} Command
18233
18234There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
18235information when you start an interactive session.
18236
18237@subsubheading Example
18238
18239@c This example modifies the actual output from GDB to avoid overfull
18240@c box in TeX.
18241@smallexample
18242(@value{GDBP})
18243-gdb-version
18244~GNU gdb 5.2.1
18245~Copyright 2000 Free Software Foundation, Inc.
18246~GDB is free software, covered by the GNU General Public License, and
18247~you are welcome to change it and/or distribute copies of it under
18248~ certain conditions.
18249~Type "show copying" to see the conditions.
18250~There is absolutely no warranty for GDB. Type "show warranty" for
18251~ details.
b383017d 18252~This GDB was configured as
922fbb7b
AC
18253 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
18254^done
18255(@value{GDBP})
18256@end smallexample
18257
18258@subheading The @code{-interpreter-exec} Command
18259@findex -interpreter-exec
18260
18261@subheading Synopsis
18262
18263@smallexample
18264-interpreter-exec @var{interpreter} @var{command}
18265@end smallexample
18266
18267Execute the specified @var{command} in the given @var{interpreter}.
18268
18269@subheading @value{GDBN} Command
18270
18271The corresponding @value{GDBN} command is @samp{interpreter-exec}.
18272
18273@subheading Example
18274
18275@smallexample
18276(@value{GDBP})
18277-interpreter-exec console "break main"
18278&"During symbol reading, couldn't parse type; debugger out of date?.\n"
18279&"During symbol reading, bad structure-type format.\n"
18280~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
18281^done
18282(@value{GDBP})
18283@end smallexample
18284
18285@ignore
18286@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18287@node GDB/MI Kod Commands
18288@section @sc{gdb/mi} Kod Commands
18289
18290The Kod commands are not implemented.
18291
18292@c @subheading -kod-info
18293
18294@c @subheading -kod-list
18295
18296@c @subheading -kod-list-object-types
18297
18298@c @subheading -kod-show
18299
18300@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18301@node GDB/MI Memory Overlay Commands
18302@section @sc{gdb/mi} Memory Overlay Commands
18303
18304The memory overlay commands are not implemented.
18305
18306@c @subheading -overlay-auto
18307
18308@c @subheading -overlay-list-mapping-state
18309
18310@c @subheading -overlay-list-overlays
18311
18312@c @subheading -overlay-map
18313
18314@c @subheading -overlay-off
18315
18316@c @subheading -overlay-on
18317
18318@c @subheading -overlay-unmap
18319
18320@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18321@node GDB/MI Signal Handling Commands
18322@section @sc{gdb/mi} Signal Handling Commands
18323
18324Signal handling commands are not implemented.
18325
18326@c @subheading -signal-handle
18327
18328@c @subheading -signal-list-handle-actions
18329
18330@c @subheading -signal-list-signal-types
18331@end ignore
18332
18333
18334@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18335@node GDB/MI Stack Manipulation
18336@section @sc{gdb/mi} Stack Manipulation Commands
18337
18338
18339@subheading The @code{-stack-info-frame} Command
18340@findex -stack-info-frame
18341
18342@subsubheading Synopsis
18343
18344@smallexample
18345 -stack-info-frame
18346@end smallexample
18347
18348Get info on the current frame.
18349
18350@subsubheading @value{GDBN} Command
18351
18352The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
18353(without arguments).
18354
18355@subsubheading Example
18356N.A.
18357
18358@subheading The @code{-stack-info-depth} Command
18359@findex -stack-info-depth
18360
18361@subsubheading Synopsis
18362
18363@smallexample
18364 -stack-info-depth [ @var{max-depth} ]
18365@end smallexample
18366
18367Return the depth of the stack. If the integer argument @var{max-depth}
18368is specified, do not count beyond @var{max-depth} frames.
18369
18370@subsubheading @value{GDBN} Command
18371
18372There's no equivalent @value{GDBN} command.
18373
18374@subsubheading Example
18375
18376For a stack with frame levels 0 through 11:
18377
18378@smallexample
18379(@value{GDBP})
18380-stack-info-depth
18381^done,depth="12"
18382(@value{GDBP})
18383-stack-info-depth 4
18384^done,depth="4"
18385(@value{GDBP})
18386-stack-info-depth 12
18387^done,depth="12"
18388(@value{GDBP})
18389-stack-info-depth 11
18390^done,depth="11"
18391(@value{GDBP})
18392-stack-info-depth 13
18393^done,depth="12"
18394(@value{GDBP})
18395@end smallexample
18396
18397@subheading The @code{-stack-list-arguments} Command
18398@findex -stack-list-arguments
18399
18400@subsubheading Synopsis
18401
18402@smallexample
18403 -stack-list-arguments @var{show-values}
18404 [ @var{low-frame} @var{high-frame} ]
18405@end smallexample
18406
18407Display a list of the arguments for the frames between @var{low-frame}
18408and @var{high-frame} (inclusive). If @var{low-frame} and
18409@var{high-frame} are not provided, list the arguments for the whole call
18410stack.
18411
18412The @var{show-values} argument must have a value of 0 or 1. A value of
184130 means that only the names of the arguments are listed, a value of 1
18414means that both names and values of the arguments are printed.
18415
18416@subsubheading @value{GDBN} Command
18417
18418@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
18419@samp{gdb_get_args} command which partially overlaps with the
18420functionality of @samp{-stack-list-arguments}.
18421
18422@subsubheading Example
18423
18424@smallexample
18425(@value{GDBP})
18426-stack-list-frames
18427^done,
18428stack=[
18429frame=@{level="0",addr="0x00010734",func="callee4",
18430file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
18431frame=@{level="1",addr="0x0001076c",func="callee3",
18432file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
18433frame=@{level="2",addr="0x0001078c",func="callee2",
18434file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
18435frame=@{level="3",addr="0x000107b4",func="callee1",
18436file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
18437frame=@{level="4",addr="0x000107e0",func="main",
18438file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
18439(@value{GDBP})
18440-stack-list-arguments 0
18441^done,
18442stack-args=[
18443frame=@{level="0",args=[]@},
18444frame=@{level="1",args=[name="strarg"]@},
18445frame=@{level="2",args=[name="intarg",name="strarg"]@},
18446frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
18447frame=@{level="4",args=[]@}]
18448(@value{GDBP})
18449-stack-list-arguments 1
18450^done,
18451stack-args=[
18452frame=@{level="0",args=[]@},
18453frame=@{level="1",
18454 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
18455frame=@{level="2",args=[
18456@{name="intarg",value="2"@},
18457@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
18458@{frame=@{level="3",args=[
18459@{name="intarg",value="2"@},
18460@{name="strarg",value="0x11940 \"A string argument.\""@},
18461@{name="fltarg",value="3.5"@}]@},
18462frame=@{level="4",args=[]@}]
18463(@value{GDBP})
18464-stack-list-arguments 0 2 2
18465^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
18466(@value{GDBP})
18467-stack-list-arguments 1 2 2
18468^done,stack-args=[frame=@{level="2",
18469args=[@{name="intarg",value="2"@},
18470@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
18471(@value{GDBP})
18472@end smallexample
18473
18474@c @subheading -stack-list-exception-handlers
18475
18476
18477@subheading The @code{-stack-list-frames} Command
18478@findex -stack-list-frames
18479
18480@subsubheading Synopsis
18481
18482@smallexample
18483 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
18484@end smallexample
18485
18486List the frames currently on the stack. For each frame it displays the
18487following info:
18488
18489@table @samp
18490@item @var{level}
18491The frame number, 0 being the topmost frame, i.e. the innermost function.
18492@item @var{addr}
18493The @code{$pc} value for that frame.
18494@item @var{func}
18495Function name.
18496@item @var{file}
18497File name of the source file where the function lives.
18498@item @var{line}
18499Line number corresponding to the @code{$pc}.
18500@end table
18501
18502If invoked without arguments, this command prints a backtrace for the
18503whole stack. If given two integer arguments, it shows the frames whose
18504levels are between the two arguments (inclusive). If the two arguments
18505are equal, it shows the single frame at the corresponding level.
18506
18507@subsubheading @value{GDBN} Command
18508
18509The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
18510
18511@subsubheading Example
18512
18513Full stack backtrace:
18514
18515@smallexample
18516(@value{GDBP})
18517-stack-list-frames
18518^done,stack=
18519[frame=@{level="0",addr="0x0001076c",func="foo",
18520 file="recursive2.c",line="11"@},
18521frame=@{level="1",addr="0x000107a4",func="foo",
18522 file="recursive2.c",line="14"@},
18523frame=@{level="2",addr="0x000107a4",func="foo",
18524 file="recursive2.c",line="14"@},
18525frame=@{level="3",addr="0x000107a4",func="foo",
18526 file="recursive2.c",line="14"@},
18527frame=@{level="4",addr="0x000107a4",func="foo",
18528 file="recursive2.c",line="14"@},
18529frame=@{level="5",addr="0x000107a4",func="foo",
18530 file="recursive2.c",line="14"@},
18531frame=@{level="6",addr="0x000107a4",func="foo",
18532 file="recursive2.c",line="14"@},
18533frame=@{level="7",addr="0x000107a4",func="foo",
18534 file="recursive2.c",line="14"@},
18535frame=@{level="8",addr="0x000107a4",func="foo",
18536 file="recursive2.c",line="14"@},
18537frame=@{level="9",addr="0x000107a4",func="foo",
18538 file="recursive2.c",line="14"@},
18539frame=@{level="10",addr="0x000107a4",func="foo",
18540 file="recursive2.c",line="14"@},
18541frame=@{level="11",addr="0x00010738",func="main",
18542 file="recursive2.c",line="4"@}]
18543(@value{GDBP})
18544@end smallexample
18545
18546Show frames between @var{low_frame} and @var{high_frame}:
18547
18548@smallexample
18549(@value{GDBP})
18550-stack-list-frames 3 5
18551^done,stack=
18552[frame=@{level="3",addr="0x000107a4",func="foo",
18553 file="recursive2.c",line="14"@},
18554frame=@{level="4",addr="0x000107a4",func="foo",
18555 file="recursive2.c",line="14"@},
18556frame=@{level="5",addr="0x000107a4",func="foo",
18557 file="recursive2.c",line="14"@}]
18558(@value{GDBP})
18559@end smallexample
18560
18561Show a single frame:
18562
18563@smallexample
18564(@value{GDBP})
18565-stack-list-frames 3 3
18566^done,stack=
18567[frame=@{level="3",addr="0x000107a4",func="foo",
18568 file="recursive2.c",line="14"@}]
18569(@value{GDBP})
18570@end smallexample
18571
18572
18573@subheading The @code{-stack-list-locals} Command
18574@findex -stack-list-locals
18575
18576@subsubheading Synopsis
18577
18578@smallexample
18579 -stack-list-locals @var{print-values}
18580@end smallexample
18581
18582Display the local variable names for the current frame. With an
bc8ced35
NR
18583argument of 0 or @code{--no-values}, prints only the names of the variables.
18584With argument of 1 or @code{--all-values}, prints also their values. With
18585argument of 2 or @code{--simple-values}, prints the name, type and value for
18586simple data types and the name and type for arrays, structures and
18587unions. In this last case, the idea is that the user can see the
18588value of simple data types immediately and he can create variable
18589objects for other data types if he wishes to explore their values in
18590more detail.
922fbb7b
AC
18591
18592@subsubheading @value{GDBN} Command
18593
18594@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
18595
18596@subsubheading Example
18597
18598@smallexample
18599(@value{GDBP})
18600-stack-list-locals 0
18601^done,locals=[name="A",name="B",name="C"]
18602(@value{GDBP})
bc8ced35 18603-stack-list-locals --all-values
922fbb7b 18604^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
18605 @{name="C",value="@{1, 2, 3@}"@}]
18606-stack-list-locals --simple-values
18607^done,locals=[@{name="A",type="int",value="1"@},
18608 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
18609(@value{GDBP})
18610@end smallexample
18611
18612
18613@subheading The @code{-stack-select-frame} Command
18614@findex -stack-select-frame
18615
18616@subsubheading Synopsis
18617
18618@smallexample
18619 -stack-select-frame @var{framenum}
18620@end smallexample
18621
18622Change the current frame. Select a different frame @var{framenum} on
18623the stack.
18624
18625@subsubheading @value{GDBN} Command
18626
18627The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
18628@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
18629
18630@subsubheading Example
18631
18632@smallexample
18633(@value{GDBP})
18634-stack-select-frame 2
18635^done
18636(@value{GDBP})
18637@end smallexample
18638
18639@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18640@node GDB/MI Symbol Query
18641@section @sc{gdb/mi} Symbol Query Commands
18642
18643
18644@subheading The @code{-symbol-info-address} Command
18645@findex -symbol-info-address
18646
18647@subsubheading Synopsis
18648
18649@smallexample
18650 -symbol-info-address @var{symbol}
18651@end smallexample
18652
18653Describe where @var{symbol} is stored.
18654
18655@subsubheading @value{GDBN} Command
18656
18657The corresponding @value{GDBN} command is @samp{info address}.
18658
18659@subsubheading Example
18660N.A.
18661
18662
18663@subheading The @code{-symbol-info-file} Command
18664@findex -symbol-info-file
18665
18666@subsubheading Synopsis
18667
18668@smallexample
18669 -symbol-info-file
18670@end smallexample
18671
18672Show the file for the symbol.
18673
18674@subsubheading @value{GDBN} Command
18675
18676There's no equivalent @value{GDBN} command. @code{gdbtk} has
18677@samp{gdb_find_file}.
18678
18679@subsubheading Example
18680N.A.
18681
18682
18683@subheading The @code{-symbol-info-function} Command
18684@findex -symbol-info-function
18685
18686@subsubheading Synopsis
18687
18688@smallexample
18689 -symbol-info-function
18690@end smallexample
18691
18692Show which function the symbol lives in.
18693
18694@subsubheading @value{GDBN} Command
18695
18696@samp{gdb_get_function} in @code{gdbtk}.
18697
18698@subsubheading Example
18699N.A.
18700
18701
18702@subheading The @code{-symbol-info-line} Command
18703@findex -symbol-info-line
18704
18705@subsubheading Synopsis
18706
18707@smallexample
18708 -symbol-info-line
18709@end smallexample
18710
18711Show the core addresses of the code for a source line.
18712
18713@subsubheading @value{GDBN} Command
18714
71952f4c 18715The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
18716@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
18717
18718@subsubheading Example
18719N.A.
18720
18721
18722@subheading The @code{-symbol-info-symbol} Command
18723@findex -symbol-info-symbol
18724
18725@subsubheading Synopsis
18726
18727@smallexample
18728 -symbol-info-symbol @var{addr}
18729@end smallexample
18730
18731Describe what symbol is at location @var{addr}.
18732
18733@subsubheading @value{GDBN} Command
18734
18735The corresponding @value{GDBN} command is @samp{info symbol}.
18736
18737@subsubheading Example
18738N.A.
18739
18740
18741@subheading The @code{-symbol-list-functions} Command
18742@findex -symbol-list-functions
18743
18744@subsubheading Synopsis
18745
18746@smallexample
18747 -symbol-list-functions
18748@end smallexample
18749
18750List the functions in the executable.
18751
18752@subsubheading @value{GDBN} Command
18753
18754@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
18755@samp{gdb_search} in @code{gdbtk}.
18756
18757@subsubheading Example
18758N.A.
18759
18760
32e7087d
JB
18761@subheading The @code{-symbol-list-lines} Command
18762@findex -symbol-list-lines
18763
18764@subsubheading Synopsis
18765
18766@smallexample
18767 -symbol-list-lines @var{filename}
18768@end smallexample
18769
18770Print the list of lines that contain code and their associated program
18771addresses for the given source filename. The entries are sorted in
18772ascending PC order.
18773
18774@subsubheading @value{GDBN} Command
18775
18776There is no corresponding @value{GDBN} command.
18777
18778@subsubheading Example
18779@smallexample
18780(@value{GDBP})
18781-symbol-list-lines basics.c
54ff5908 18782^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
18783(@value{GDBP})
18784@end smallexample
18785
18786
922fbb7b
AC
18787@subheading The @code{-symbol-list-types} Command
18788@findex -symbol-list-types
18789
18790@subsubheading Synopsis
18791
18792@smallexample
18793 -symbol-list-types
18794@end smallexample
18795
18796List all the type names.
18797
18798@subsubheading @value{GDBN} Command
18799
18800The corresponding commands are @samp{info types} in @value{GDBN},
18801@samp{gdb_search} in @code{gdbtk}.
18802
18803@subsubheading Example
18804N.A.
18805
18806
18807@subheading The @code{-symbol-list-variables} Command
18808@findex -symbol-list-variables
18809
18810@subsubheading Synopsis
18811
18812@smallexample
18813 -symbol-list-variables
18814@end smallexample
18815
18816List all the global and static variable names.
18817
18818@subsubheading @value{GDBN} Command
18819
18820@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
18821
18822@subsubheading Example
18823N.A.
18824
18825
18826@subheading The @code{-symbol-locate} Command
18827@findex -symbol-locate
18828
18829@subsubheading Synopsis
18830
18831@smallexample
18832 -symbol-locate
18833@end smallexample
18834
18835@subsubheading @value{GDBN} Command
18836
18837@samp{gdb_loc} in @code{gdbtk}.
18838
18839@subsubheading Example
18840N.A.
18841
18842
18843@subheading The @code{-symbol-type} Command
18844@findex -symbol-type
18845
18846@subsubheading Synopsis
18847
18848@smallexample
18849 -symbol-type @var{variable}
18850@end smallexample
18851
18852Show type of @var{variable}.
18853
18854@subsubheading @value{GDBN} Command
18855
18856The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
18857@samp{gdb_obj_variable}.
18858
18859@subsubheading Example
18860N.A.
18861
18862
18863@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18864@node GDB/MI Target Manipulation
18865@section @sc{gdb/mi} Target Manipulation Commands
18866
18867
18868@subheading The @code{-target-attach} Command
18869@findex -target-attach
18870
18871@subsubheading Synopsis
18872
18873@smallexample
18874 -target-attach @var{pid} | @var{file}
18875@end smallexample
18876
18877Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
18878
18879@subsubheading @value{GDBN} command
18880
18881The corresponding @value{GDBN} command is @samp{attach}.
18882
18883@subsubheading Example
18884N.A.
18885
18886
18887@subheading The @code{-target-compare-sections} Command
18888@findex -target-compare-sections
18889
18890@subsubheading Synopsis
18891
18892@smallexample
18893 -target-compare-sections [ @var{section} ]
18894@end smallexample
18895
18896Compare data of section @var{section} on target to the exec file.
18897Without the argument, all sections are compared.
18898
18899@subsubheading @value{GDBN} Command
18900
18901The @value{GDBN} equivalent is @samp{compare-sections}.
18902
18903@subsubheading Example
18904N.A.
18905
18906
18907@subheading The @code{-target-detach} Command
18908@findex -target-detach
18909
18910@subsubheading Synopsis
18911
18912@smallexample
18913 -target-detach
18914@end smallexample
18915
18916Disconnect from the remote target. There's no output.
18917
18918@subsubheading @value{GDBN} command
18919
18920The corresponding @value{GDBN} command is @samp{detach}.
18921
18922@subsubheading Example
18923
18924@smallexample
18925(@value{GDBP})
18926-target-detach
18927^done
18928(@value{GDBP})
18929@end smallexample
18930
18931
07f31aa6
DJ
18932@subheading The @code{-target-disconnect} Command
18933@findex -target-disconnect
18934
18935@subsubheading Synopsis
18936
18937@example
18938 -target-disconnect
18939@end example
18940
18941Disconnect from the remote target. There's no output.
18942
18943@subsubheading @value{GDBN} command
18944
18945The corresponding @value{GDBN} command is @samp{disconnect}.
18946
18947@subsubheading Example
18948
18949@smallexample
18950(@value{GDBP})
18951-target-disconnect
18952^done
18953(@value{GDBP})
18954@end smallexample
18955
18956
922fbb7b
AC
18957@subheading The @code{-target-download} Command
18958@findex -target-download
18959
18960@subsubheading Synopsis
18961
18962@smallexample
18963 -target-download
18964@end smallexample
18965
18966Loads the executable onto the remote target.
18967It prints out an update message every half second, which includes the fields:
18968
18969@table @samp
18970@item section
18971The name of the section.
18972@item section-sent
18973The size of what has been sent so far for that section.
18974@item section-size
18975The size of the section.
18976@item total-sent
18977The total size of what was sent so far (the current and the previous sections).
18978@item total-size
18979The size of the overall executable to download.
18980@end table
18981
18982@noindent
18983Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
18984@sc{gdb/mi} Output Syntax}).
18985
18986In addition, it prints the name and size of the sections, as they are
18987downloaded. These messages include the following fields:
18988
18989@table @samp
18990@item section
18991The name of the section.
18992@item section-size
18993The size of the section.
18994@item total-size
18995The size of the overall executable to download.
18996@end table
18997
18998@noindent
18999At the end, a summary is printed.
19000
19001@subsubheading @value{GDBN} Command
19002
19003The corresponding @value{GDBN} command is @samp{load}.
19004
19005@subsubheading Example
19006
19007Note: each status message appears on a single line. Here the messages
19008have been broken down so that they can fit onto a page.
19009
19010@smallexample
19011(@value{GDBP})
19012-target-download
19013+download,@{section=".text",section-size="6668",total-size="9880"@}
19014+download,@{section=".text",section-sent="512",section-size="6668",
19015total-sent="512",total-size="9880"@}
19016+download,@{section=".text",section-sent="1024",section-size="6668",
19017total-sent="1024",total-size="9880"@}
19018+download,@{section=".text",section-sent="1536",section-size="6668",
19019total-sent="1536",total-size="9880"@}
19020+download,@{section=".text",section-sent="2048",section-size="6668",
19021total-sent="2048",total-size="9880"@}
19022+download,@{section=".text",section-sent="2560",section-size="6668",
19023total-sent="2560",total-size="9880"@}
19024+download,@{section=".text",section-sent="3072",section-size="6668",
19025total-sent="3072",total-size="9880"@}
19026+download,@{section=".text",section-sent="3584",section-size="6668",
19027total-sent="3584",total-size="9880"@}
19028+download,@{section=".text",section-sent="4096",section-size="6668",
19029total-sent="4096",total-size="9880"@}
19030+download,@{section=".text",section-sent="4608",section-size="6668",
19031total-sent="4608",total-size="9880"@}
19032+download,@{section=".text",section-sent="5120",section-size="6668",
19033total-sent="5120",total-size="9880"@}
19034+download,@{section=".text",section-sent="5632",section-size="6668",
19035total-sent="5632",total-size="9880"@}
19036+download,@{section=".text",section-sent="6144",section-size="6668",
19037total-sent="6144",total-size="9880"@}
19038+download,@{section=".text",section-sent="6656",section-size="6668",
19039total-sent="6656",total-size="9880"@}
19040+download,@{section=".init",section-size="28",total-size="9880"@}
19041+download,@{section=".fini",section-size="28",total-size="9880"@}
19042+download,@{section=".data",section-size="3156",total-size="9880"@}
19043+download,@{section=".data",section-sent="512",section-size="3156",
19044total-sent="7236",total-size="9880"@}
19045+download,@{section=".data",section-sent="1024",section-size="3156",
19046total-sent="7748",total-size="9880"@}
19047+download,@{section=".data",section-sent="1536",section-size="3156",
19048total-sent="8260",total-size="9880"@}
19049+download,@{section=".data",section-sent="2048",section-size="3156",
19050total-sent="8772",total-size="9880"@}
19051+download,@{section=".data",section-sent="2560",section-size="3156",
19052total-sent="9284",total-size="9880"@}
19053+download,@{section=".data",section-sent="3072",section-size="3156",
19054total-sent="9796",total-size="9880"@}
19055^done,address="0x10004",load-size="9880",transfer-rate="6586",
19056write-rate="429"
19057(@value{GDBP})
19058@end smallexample
19059
19060
19061@subheading The @code{-target-exec-status} Command
19062@findex -target-exec-status
19063
19064@subsubheading Synopsis
19065
19066@smallexample
19067 -target-exec-status
19068@end smallexample
19069
19070Provide information on the state of the target (whether it is running or
19071not, for instance).
19072
19073@subsubheading @value{GDBN} Command
19074
19075There's no equivalent @value{GDBN} command.
19076
19077@subsubheading Example
19078N.A.
19079
19080
19081@subheading The @code{-target-list-available-targets} Command
19082@findex -target-list-available-targets
19083
19084@subsubheading Synopsis
19085
19086@smallexample
19087 -target-list-available-targets
19088@end smallexample
19089
19090List the possible targets to connect to.
19091
19092@subsubheading @value{GDBN} Command
19093
19094The corresponding @value{GDBN} command is @samp{help target}.
19095
19096@subsubheading Example
19097N.A.
19098
19099
19100@subheading The @code{-target-list-current-targets} Command
19101@findex -target-list-current-targets
19102
19103@subsubheading Synopsis
19104
19105@smallexample
19106 -target-list-current-targets
19107@end smallexample
19108
19109Describe the current target.
19110
19111@subsubheading @value{GDBN} Command
19112
19113The corresponding information is printed by @samp{info file} (among
19114other things).
19115
19116@subsubheading Example
19117N.A.
19118
19119
19120@subheading The @code{-target-list-parameters} Command
19121@findex -target-list-parameters
19122
19123@subsubheading Synopsis
19124
19125@smallexample
19126 -target-list-parameters
19127@end smallexample
19128
19129@c ????
19130
19131@subsubheading @value{GDBN} Command
19132
19133No equivalent.
19134
19135@subsubheading Example
19136N.A.
19137
19138
19139@subheading The @code{-target-select} Command
19140@findex -target-select
19141
19142@subsubheading Synopsis
19143
19144@smallexample
19145 -target-select @var{type} @var{parameters @dots{}}
19146@end smallexample
19147
19148Connect @value{GDBN} to the remote target. This command takes two args:
19149
19150@table @samp
19151@item @var{type}
19152The type of target, for instance @samp{async}, @samp{remote}, etc.
19153@item @var{parameters}
19154Device names, host names and the like. @xref{Target Commands, ,
19155Commands for managing targets}, for more details.
19156@end table
19157
19158The output is a connection notification, followed by the address at
19159which the target program is, in the following form:
19160
19161@smallexample
19162^connected,addr="@var{address}",func="@var{function name}",
19163 args=[@var{arg list}]
19164@end smallexample
19165
19166@subsubheading @value{GDBN} Command
19167
19168The corresponding @value{GDBN} command is @samp{target}.
19169
19170@subsubheading Example
19171
19172@smallexample
19173(@value{GDBP})
19174-target-select async /dev/ttya
19175^connected,addr="0xfe00a300",func="??",args=[]
19176(@value{GDBP})
19177@end smallexample
19178
19179@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19180@node GDB/MI Thread Commands
19181@section @sc{gdb/mi} Thread Commands
19182
19183
19184@subheading The @code{-thread-info} Command
19185@findex -thread-info
19186
19187@subsubheading Synopsis
19188
19189@smallexample
19190 -thread-info
19191@end smallexample
19192
19193@subsubheading @value{GDBN} command
19194
19195No equivalent.
19196
19197@subsubheading Example
19198N.A.
19199
19200
19201@subheading The @code{-thread-list-all-threads} Command
19202@findex -thread-list-all-threads
19203
19204@subsubheading Synopsis
19205
19206@smallexample
19207 -thread-list-all-threads
19208@end smallexample
19209
19210@subsubheading @value{GDBN} Command
19211
19212The equivalent @value{GDBN} command is @samp{info threads}.
19213
19214@subsubheading Example
19215N.A.
19216
19217
19218@subheading The @code{-thread-list-ids} Command
19219@findex -thread-list-ids
19220
19221@subsubheading Synopsis
19222
19223@smallexample
19224 -thread-list-ids
19225@end smallexample
19226
19227Produces a list of the currently known @value{GDBN} thread ids. At the
19228end of the list it also prints the total number of such threads.
19229
19230@subsubheading @value{GDBN} Command
19231
19232Part of @samp{info threads} supplies the same information.
19233
19234@subsubheading Example
19235
19236No threads present, besides the main process:
19237
19238@smallexample
19239(@value{GDBP})
19240-thread-list-ids
19241^done,thread-ids=@{@},number-of-threads="0"
19242(@value{GDBP})
19243@end smallexample
19244
19245
19246Several threads:
19247
19248@smallexample
19249(@value{GDBP})
19250-thread-list-ids
19251^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
19252number-of-threads="3"
19253(@value{GDBP})
19254@end smallexample
19255
19256
19257@subheading The @code{-thread-select} Command
19258@findex -thread-select
19259
19260@subsubheading Synopsis
19261
19262@smallexample
19263 -thread-select @var{threadnum}
19264@end smallexample
19265
19266Make @var{threadnum} the current thread. It prints the number of the new
19267current thread, and the topmost frame for that thread.
19268
19269@subsubheading @value{GDBN} Command
19270
19271The corresponding @value{GDBN} command is @samp{thread}.
19272
19273@subsubheading Example
19274
19275@smallexample
19276(@value{GDBP})
19277-exec-next
19278^running
19279(@value{GDBP})
19280*stopped,reason="end-stepping-range",thread-id="2",line="187",
19281file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
19282(@value{GDBP})
19283-thread-list-ids
19284^done,
19285thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
19286number-of-threads="3"
19287(@value{GDBP})
19288-thread-select 3
19289^done,new-thread-id="3",
19290frame=@{level="0",func="vprintf",
19291args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
19292@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
19293(@value{GDBP})
19294@end smallexample
19295
19296@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19297@node GDB/MI Tracepoint Commands
19298@section @sc{gdb/mi} Tracepoint Commands
19299
19300The tracepoint commands are not yet implemented.
19301
19302@c @subheading -trace-actions
19303
19304@c @subheading -trace-delete
19305
19306@c @subheading -trace-disable
19307
19308@c @subheading -trace-dump
19309
19310@c @subheading -trace-enable
19311
19312@c @subheading -trace-exists
19313
19314@c @subheading -trace-find
19315
19316@c @subheading -trace-frame-number
19317
19318@c @subheading -trace-info
19319
19320@c @subheading -trace-insert
19321
19322@c @subheading -trace-list
19323
19324@c @subheading -trace-pass-count
19325
19326@c @subheading -trace-save
19327
19328@c @subheading -trace-start
19329
19330@c @subheading -trace-stop
19331
19332
19333@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19334@node GDB/MI Variable Objects
19335@section @sc{gdb/mi} Variable Objects
19336
19337
19338@subheading Motivation for Variable Objects in @sc{gdb/mi}
19339
19340For the implementation of a variable debugger window (locals, watched
19341expressions, etc.), we are proposing the adaptation of the existing code
19342used by @code{Insight}.
19343
19344The two main reasons for that are:
19345
19346@enumerate 1
19347@item
19348It has been proven in practice (it is already on its second generation).
19349
19350@item
19351It will shorten development time (needless to say how important it is
19352now).
19353@end enumerate
19354
19355The original interface was designed to be used by Tcl code, so it was
19356slightly changed so it could be used through @sc{gdb/mi}. This section
19357describes the @sc{gdb/mi} operations that will be available and gives some
19358hints about their use.
19359
19360@emph{Note}: In addition to the set of operations described here, we
19361expect the @sc{gui} implementation of a variable window to require, at
19362least, the following operations:
19363
19364@itemize @bullet
19365@item @code{-gdb-show} @code{output-radix}
19366@item @code{-stack-list-arguments}
19367@item @code{-stack-list-locals}
19368@item @code{-stack-select-frame}
19369@end itemize
19370
19371@subheading Introduction to Variable Objects in @sc{gdb/mi}
19372
19373@cindex variable objects in @sc{gdb/mi}
19374The basic idea behind variable objects is the creation of a named object
19375to represent a variable, an expression, a memory location or even a CPU
19376register. For each object created, a set of operations is available for
19377examining or changing its properties.
19378
19379Furthermore, complex data types, such as C structures, are represented
19380in a tree format. For instance, the @code{struct} type variable is the
19381root and the children will represent the struct members. If a child
19382is itself of a complex type, it will also have children of its own.
19383Appropriate language differences are handled for C, C@t{++} and Java.
19384
19385When returning the actual values of the objects, this facility allows
19386for the individual selection of the display format used in the result
19387creation. It can be chosen among: binary, decimal, hexadecimal, octal
19388and natural. Natural refers to a default format automatically
19389chosen based on the variable type (like decimal for an @code{int}, hex
19390for pointers, etc.).
19391
19392The following is the complete set of @sc{gdb/mi} operations defined to
19393access this functionality:
19394
19395@multitable @columnfractions .4 .6
19396@item @strong{Operation}
19397@tab @strong{Description}
19398
19399@item @code{-var-create}
19400@tab create a variable object
19401@item @code{-var-delete}
19402@tab delete the variable object and its children
19403@item @code{-var-set-format}
19404@tab set the display format of this variable
19405@item @code{-var-show-format}
19406@tab show the display format of this variable
19407@item @code{-var-info-num-children}
19408@tab tells how many children this object has
19409@item @code{-var-list-children}
19410@tab return a list of the object's children
19411@item @code{-var-info-type}
19412@tab show the type of this variable object
19413@item @code{-var-info-expression}
19414@tab print what this variable object represents
19415@item @code{-var-show-attributes}
19416@tab is this variable editable? does it exist here?
19417@item @code{-var-evaluate-expression}
19418@tab get the value of this variable
19419@item @code{-var-assign}
19420@tab set the value of this variable
19421@item @code{-var-update}
19422@tab update the variable and its children
19423@end multitable
19424
19425In the next subsection we describe each operation in detail and suggest
19426how it can be used.
19427
19428@subheading Description And Use of Operations on Variable Objects
19429
19430@subheading The @code{-var-create} Command
19431@findex -var-create
19432
19433@subsubheading Synopsis
19434
19435@smallexample
19436 -var-create @{@var{name} | "-"@}
19437 @{@var{frame-addr} | "*"@} @var{expression}
19438@end smallexample
19439
19440This operation creates a variable object, which allows the monitoring of
19441a variable, the result of an expression, a memory cell or a CPU
19442register.
19443
19444The @var{name} parameter is the string by which the object can be
19445referenced. It must be unique. If @samp{-} is specified, the varobj
19446system will generate a string ``varNNNNNN'' automatically. It will be
19447unique provided that one does not specify @var{name} on that format.
19448The command fails if a duplicate name is found.
19449
19450The frame under which the expression should be evaluated can be
19451specified by @var{frame-addr}. A @samp{*} indicates that the current
19452frame should be used.
19453
19454@var{expression} is any expression valid on the current language set (must not
19455begin with a @samp{*}), or one of the following:
19456
19457@itemize @bullet
19458@item
19459@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
19460
19461@item
19462@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
19463
19464@item
19465@samp{$@var{regname}} --- a CPU register name
19466@end itemize
19467
19468@subsubheading Result
19469
19470This operation returns the name, number of children and the type of the
19471object created. Type is returned as a string as the ones generated by
19472the @value{GDBN} CLI:
19473
19474@smallexample
19475 name="@var{name}",numchild="N",type="@var{type}"
19476@end smallexample
19477
19478
19479@subheading The @code{-var-delete} Command
19480@findex -var-delete
19481
19482@subsubheading Synopsis
19483
19484@smallexample
19485 -var-delete @var{name}
19486@end smallexample
19487
19488Deletes a previously created variable object and all of its children.
19489
19490Returns an error if the object @var{name} is not found.
19491
19492
19493@subheading The @code{-var-set-format} Command
19494@findex -var-set-format
19495
19496@subsubheading Synopsis
19497
19498@smallexample
19499 -var-set-format @var{name} @var{format-spec}
19500@end smallexample
19501
19502Sets the output format for the value of the object @var{name} to be
19503@var{format-spec}.
19504
19505The syntax for the @var{format-spec} is as follows:
19506
19507@smallexample
19508 @var{format-spec} @expansion{}
19509 @{binary | decimal | hexadecimal | octal | natural@}
19510@end smallexample
19511
19512
19513@subheading The @code{-var-show-format} Command
19514@findex -var-show-format
19515
19516@subsubheading Synopsis
19517
19518@smallexample
19519 -var-show-format @var{name}
19520@end smallexample
19521
19522Returns the format used to display the value of the object @var{name}.
19523
19524@smallexample
19525 @var{format} @expansion{}
19526 @var{format-spec}
19527@end smallexample
19528
19529
19530@subheading The @code{-var-info-num-children} Command
19531@findex -var-info-num-children
19532
19533@subsubheading Synopsis
19534
19535@smallexample
19536 -var-info-num-children @var{name}
19537@end smallexample
19538
19539Returns the number of children of a variable object @var{name}:
19540
19541@smallexample
19542 numchild=@var{n}
19543@end smallexample
19544
19545
19546@subheading The @code{-var-list-children} Command
19547@findex -var-list-children
19548
19549@subsubheading Synopsis
19550
19551@smallexample
bc8ced35 19552 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
19553@end smallexample
19554
bc8ced35
NR
19555Returns a list of the children of the specified variable object. With
19556just the variable object name as an argument or with an optional
19557preceding argument of 0 or @code{--no-values}, prints only the names of the
19558variables. With an optional preceding argument of 1 or @code{--all-values},
19559also prints their values.
19560
19561@subsubheading Example
922fbb7b
AC
19562
19563@smallexample
bc8ced35
NR
19564(@value{GDBP})
19565 -var-list-children n
922fbb7b
AC
19566 numchild=@var{n},children=[@{name=@var{name},
19567 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
19568(@value{GDBP})
19569 -var-list-children --all-values n
19570 numchild=@var{n},children=[@{name=@var{name},
19571 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
19572@end smallexample
19573
19574
19575@subheading The @code{-var-info-type} Command
19576@findex -var-info-type
19577
19578@subsubheading Synopsis
19579
19580@smallexample
19581 -var-info-type @var{name}
19582@end smallexample
19583
19584Returns the type of the specified variable @var{name}. The type is
19585returned as a string in the same format as it is output by the
19586@value{GDBN} CLI:
19587
19588@smallexample
19589 type=@var{typename}
19590@end smallexample
19591
19592
19593@subheading The @code{-var-info-expression} Command
19594@findex -var-info-expression
19595
19596@subsubheading Synopsis
19597
19598@smallexample
19599 -var-info-expression @var{name}
19600@end smallexample
19601
19602Returns what is represented by the variable object @var{name}:
19603
19604@smallexample
19605 lang=@var{lang-spec},exp=@var{expression}
19606@end smallexample
19607
19608@noindent
19609where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
19610
19611@subheading The @code{-var-show-attributes} Command
19612@findex -var-show-attributes
19613
19614@subsubheading Synopsis
19615
19616@smallexample
19617 -var-show-attributes @var{name}
19618@end smallexample
19619
19620List attributes of the specified variable object @var{name}:
19621
19622@smallexample
19623 status=@var{attr} [ ( ,@var{attr} )* ]
19624@end smallexample
19625
19626@noindent
19627where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
19628
19629@subheading The @code{-var-evaluate-expression} Command
19630@findex -var-evaluate-expression
19631
19632@subsubheading Synopsis
19633
19634@smallexample
19635 -var-evaluate-expression @var{name}
19636@end smallexample
19637
19638Evaluates the expression that is represented by the specified variable
19639object and returns its value as a string in the current format specified
19640for the object:
19641
19642@smallexample
19643 value=@var{value}
19644@end smallexample
19645
19646Note that one must invoke @code{-var-list-children} for a variable
19647before the value of a child variable can be evaluated.
19648
19649@subheading The @code{-var-assign} Command
19650@findex -var-assign
19651
19652@subsubheading Synopsis
19653
19654@smallexample
19655 -var-assign @var{name} @var{expression}
19656@end smallexample
19657
19658Assigns the value of @var{expression} to the variable object specified
19659by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 19660value is altered by the assign, the variable will show up in any
922fbb7b
AC
19661subsequent @code{-var-update} list.
19662
19663@subsubheading Example
19664
19665@smallexample
19666(@value{GDBP})
19667-var-assign var1 3
19668^done,value="3"
19669(@value{GDBP})
19670-var-update *
19671^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
19672(@value{GDBP})
19673@end smallexample
19674
19675@subheading The @code{-var-update} Command
19676@findex -var-update
19677
19678@subsubheading Synopsis
19679
19680@smallexample
19681 -var-update @{@var{name} | "*"@}
19682@end smallexample
19683
19684Update the value of the variable object @var{name} by evaluating its
19685expression after fetching all the new values from memory or registers.
19686A @samp{*} causes all existing variable objects to be updated.
19687
19688
19689@node Annotations
19690@chapter @value{GDBN} Annotations
19691
086432e2
AC
19692This chapter describes annotations in @value{GDBN}. Annotations were
19693designed to interface @value{GDBN} to graphical user interfaces or other
19694similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
19695relatively high level.
19696
086432e2
AC
19697The annotation mechanism has largely been superseeded by @sc{gdb/mi}
19698(@pxref{GDB/MI}).
19699
922fbb7b
AC
19700@ignore
19701This is Edition @value{EDITION}, @value{DATE}.
19702@end ignore
19703
19704@menu
19705* Annotations Overview:: What annotations are; the general syntax.
19706* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
19707* Prompting:: Annotations marking @value{GDBN}'s need for input.
19708* Errors:: Annotations for error messages.
922fbb7b
AC
19709* Invalidation:: Some annotations describe things now invalid.
19710* Annotations for Running::
19711 Whether the program is running, how it stopped, etc.
19712* Source Annotations:: Annotations describing source code.
922fbb7b
AC
19713@end menu
19714
19715@node Annotations Overview
19716@section What is an Annotation?
19717@cindex annotations
19718
922fbb7b
AC
19719Annotations start with a newline character, two @samp{control-z}
19720characters, and the name of the annotation. If there is no additional
19721information associated with this annotation, the name of the annotation
19722is followed immediately by a newline. If there is additional
19723information, the name of the annotation is followed by a space, the
19724additional information, and a newline. The additional information
19725cannot contain newline characters.
19726
19727Any output not beginning with a newline and two @samp{control-z}
19728characters denotes literal output from @value{GDBN}. Currently there is
19729no need for @value{GDBN} to output a newline followed by two
19730@samp{control-z} characters, but if there was such a need, the
19731annotations could be extended with an @samp{escape} annotation which
19732means those three characters as output.
19733
086432e2
AC
19734The annotation @var{level}, which is specified using the
19735@option{--annotate} command line option (@pxref{Mode Options}), controls
19736how much information @value{GDBN} prints together with its prompt,
19737values of expressions, source lines, and other types of output. Level 0
19738is for no anntations, level 1 is for use when @value{GDBN} is run as a
19739subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
19740for programs that control @value{GDBN}, and level 2 annotations have
19741been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
19742Interface, annotate, GDB's Obsolete Annotations}).
19743
19744@table @code
19745@kindex set annotate
19746@item set annotate @var{level}
19747The @value{GDB} command @code{set annotate} sets the level of
19748annotations to the specified @var{level}.
9c16f35a
EZ
19749
19750@item show annotate
19751@kindex show annotate
19752Show the current annotation level.
09d4efe1
EZ
19753@end table
19754
19755This chapter describes level 3 annotations.
086432e2 19756
922fbb7b
AC
19757A simple example of starting up @value{GDBN} with annotations is:
19758
19759@smallexample
086432e2
AC
19760$ @kbd{gdb --annotate=3}
19761GNU gdb 6.0
19762Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
19763GDB is free software, covered by the GNU General Public License,
19764and you are welcome to change it and/or distribute copies of it
19765under certain conditions.
19766Type "show copying" to see the conditions.
19767There is absolutely no warranty for GDB. Type "show warranty"
19768for details.
086432e2 19769This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
19770
19771^Z^Zpre-prompt
f7dc1244 19772(@value{GDBP})
922fbb7b 19773^Z^Zprompt
086432e2 19774@kbd{quit}
922fbb7b
AC
19775
19776^Z^Zpost-prompt
b383017d 19777$
922fbb7b
AC
19778@end smallexample
19779
19780Here @samp{quit} is input to @value{GDBN}; the rest is output from
19781@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
19782denotes a @samp{control-z} character) are annotations; the rest is
19783output from @value{GDBN}.
19784
19785@node Server Prefix
19786@section The Server Prefix
19787@cindex server prefix for annotations
19788
19789To issue a command to @value{GDBN} without affecting certain aspects of
19790the state which is seen by users, prefix it with @samp{server }. This
19791means that this command will not affect the command history, nor will it
19792affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
19793pressed on a line by itself.
19794
19795The server prefix does not affect the recording of values into the value
19796history; to print a value without recording it into the value history,
19797use the @code{output} command instead of the @code{print} command.
19798
922fbb7b
AC
19799@node Prompting
19800@section Annotation for @value{GDBN} Input
19801
19802@cindex annotations for prompts
19803When @value{GDBN} prompts for input, it annotates this fact so it is possible
19804to know when to send output, when the output from a given command is
19805over, etc.
19806
19807Different kinds of input each have a different @dfn{input type}. Each
19808input type has three annotations: a @code{pre-} annotation, which
19809denotes the beginning of any prompt which is being output, a plain
19810annotation, which denotes the end of the prompt, and then a @code{post-}
19811annotation which denotes the end of any echo which may (or may not) be
19812associated with the input. For example, the @code{prompt} input type
19813features the following annotations:
19814
19815@smallexample
19816^Z^Zpre-prompt
19817^Z^Zprompt
19818^Z^Zpost-prompt
19819@end smallexample
19820
19821The input types are
19822
19823@table @code
19824@findex pre-prompt
19825@findex prompt
19826@findex post-prompt
19827@item prompt
19828When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
19829
19830@findex pre-commands
19831@findex commands
19832@findex post-commands
19833@item commands
19834When @value{GDBN} prompts for a set of commands, like in the @code{commands}
19835command. The annotations are repeated for each command which is input.
19836
19837@findex pre-overload-choice
19838@findex overload-choice
19839@findex post-overload-choice
19840@item overload-choice
19841When @value{GDBN} wants the user to select between various overloaded functions.
19842
19843@findex pre-query
19844@findex query
19845@findex post-query
19846@item query
19847When @value{GDBN} wants the user to confirm a potentially dangerous operation.
19848
19849@findex pre-prompt-for-continue
19850@findex prompt-for-continue
19851@findex post-prompt-for-continue
19852@item prompt-for-continue
19853When @value{GDBN} is asking the user to press return to continue. Note: Don't
19854expect this to work well; instead use @code{set height 0} to disable
19855prompting. This is because the counting of lines is buggy in the
19856presence of annotations.
19857@end table
19858
19859@node Errors
19860@section Errors
19861@cindex annotations for errors, warnings and interrupts
19862
19863@findex quit
19864@smallexample
19865^Z^Zquit
19866@end smallexample
19867
19868This annotation occurs right before @value{GDBN} responds to an interrupt.
19869
19870@findex error
19871@smallexample
19872^Z^Zerror
19873@end smallexample
19874
19875This annotation occurs right before @value{GDBN} responds to an error.
19876
19877Quit and error annotations indicate that any annotations which @value{GDBN} was
19878in the middle of may end abruptly. For example, if a
19879@code{value-history-begin} annotation is followed by a @code{error}, one
19880cannot expect to receive the matching @code{value-history-end}. One
19881cannot expect not to receive it either, however; an error annotation
19882does not necessarily mean that @value{GDBN} is immediately returning all the way
19883to the top level.
19884
19885@findex error-begin
19886A quit or error annotation may be preceded by
19887
19888@smallexample
19889^Z^Zerror-begin
19890@end smallexample
19891
19892Any output between that and the quit or error annotation is the error
19893message.
19894
19895Warning messages are not yet annotated.
19896@c If we want to change that, need to fix warning(), type_error(),
19897@c range_error(), and possibly other places.
19898
922fbb7b
AC
19899@node Invalidation
19900@section Invalidation Notices
19901
19902@cindex annotations for invalidation messages
19903The following annotations say that certain pieces of state may have
19904changed.
19905
19906@table @code
19907@findex frames-invalid
19908@item ^Z^Zframes-invalid
19909
19910The frames (for example, output from the @code{backtrace} command) may
19911have changed.
19912
19913@findex breakpoints-invalid
19914@item ^Z^Zbreakpoints-invalid
19915
19916The breakpoints may have changed. For example, the user just added or
19917deleted a breakpoint.
19918@end table
19919
19920@node Annotations for Running
19921@section Running the Program
19922@cindex annotations for running programs
19923
19924@findex starting
19925@findex stopping
19926When the program starts executing due to a @value{GDBN} command such as
b383017d 19927@code{step} or @code{continue},
922fbb7b
AC
19928
19929@smallexample
19930^Z^Zstarting
19931@end smallexample
19932
b383017d 19933is output. When the program stops,
922fbb7b
AC
19934
19935@smallexample
19936^Z^Zstopped
19937@end smallexample
19938
19939is output. Before the @code{stopped} annotation, a variety of
19940annotations describe how the program stopped.
19941
19942@table @code
19943@findex exited
19944@item ^Z^Zexited @var{exit-status}
19945The program exited, and @var{exit-status} is the exit status (zero for
19946successful exit, otherwise nonzero).
19947
19948@findex signalled
19949@findex signal-name
19950@findex signal-name-end
19951@findex signal-string
19952@findex signal-string-end
19953@item ^Z^Zsignalled
19954The program exited with a signal. After the @code{^Z^Zsignalled}, the
19955annotation continues:
19956
19957@smallexample
19958@var{intro-text}
19959^Z^Zsignal-name
19960@var{name}
19961^Z^Zsignal-name-end
19962@var{middle-text}
19963^Z^Zsignal-string
19964@var{string}
19965^Z^Zsignal-string-end
19966@var{end-text}
19967@end smallexample
19968
19969@noindent
19970where @var{name} is the name of the signal, such as @code{SIGILL} or
19971@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
19972as @code{Illegal Instruction} or @code{Segmentation fault}.
19973@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
19974user's benefit and have no particular format.
19975
19976@findex signal
19977@item ^Z^Zsignal
19978The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
19979just saying that the program received the signal, not that it was
19980terminated with it.
19981
19982@findex breakpoint
19983@item ^Z^Zbreakpoint @var{number}
19984The program hit breakpoint number @var{number}.
19985
19986@findex watchpoint
19987@item ^Z^Zwatchpoint @var{number}
19988The program hit watchpoint number @var{number}.
19989@end table
19990
19991@node Source Annotations
19992@section Displaying Source
19993@cindex annotations for source display
19994
19995@findex source
19996The following annotation is used instead of displaying source code:
19997
19998@smallexample
19999^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20000@end smallexample
20001
20002where @var{filename} is an absolute file name indicating which source
20003file, @var{line} is the line number within that file (where 1 is the
20004first line in the file), @var{character} is the character position
20005within the file (where 0 is the first character in the file) (for most
20006debug formats this will necessarily point to the beginning of a line),
20007@var{middle} is @samp{middle} if @var{addr} is in the middle of the
20008line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20009@var{addr} is the address in the target program associated with the
20010source which is being displayed. @var{addr} is in the form @samp{0x}
20011followed by one or more lowercase hex digits (note that this does not
20012depend on the language).
20013
8e04817f
AC
20014@node GDB Bugs
20015@chapter Reporting Bugs in @value{GDBN}
20016@cindex bugs in @value{GDBN}
20017@cindex reporting bugs in @value{GDBN}
c906108c 20018
8e04817f 20019Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 20020
8e04817f
AC
20021Reporting a bug may help you by bringing a solution to your problem, or it
20022may not. But in any case the principal function of a bug report is to help
20023the entire community by making the next version of @value{GDBN} work better. Bug
20024reports are your contribution to the maintenance of @value{GDBN}.
c906108c 20025
8e04817f
AC
20026In order for a bug report to serve its purpose, you must include the
20027information that enables us to fix the bug.
c4555f82
SC
20028
20029@menu
8e04817f
AC
20030* Bug Criteria:: Have you found a bug?
20031* Bug Reporting:: How to report bugs
c4555f82
SC
20032@end menu
20033
8e04817f
AC
20034@node Bug Criteria
20035@section Have you found a bug?
20036@cindex bug criteria
c4555f82 20037
8e04817f 20038If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
20039
20040@itemize @bullet
8e04817f
AC
20041@cindex fatal signal
20042@cindex debugger crash
20043@cindex crash of debugger
c4555f82 20044@item
8e04817f
AC
20045If the debugger gets a fatal signal, for any input whatever, that is a
20046@value{GDBN} bug. Reliable debuggers never crash.
20047
20048@cindex error on valid input
20049@item
20050If @value{GDBN} produces an error message for valid input, that is a
20051bug. (Note that if you're cross debugging, the problem may also be
20052somewhere in the connection to the target.)
c4555f82 20053
8e04817f 20054@cindex invalid input
c4555f82 20055@item
8e04817f
AC
20056If @value{GDBN} does not produce an error message for invalid input,
20057that is a bug. However, you should note that your idea of
20058``invalid input'' might be our idea of ``an extension'' or ``support
20059for traditional practice''.
20060
20061@item
20062If you are an experienced user of debugging tools, your suggestions
20063for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
20064@end itemize
20065
8e04817f
AC
20066@node Bug Reporting
20067@section How to report bugs
20068@cindex bug reports
20069@cindex @value{GDBN} bugs, reporting
20070
20071A number of companies and individuals offer support for @sc{gnu} products.
20072If you obtained @value{GDBN} from a support organization, we recommend you
20073contact that organization first.
20074
20075You can find contact information for many support companies and
20076individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20077distribution.
20078@c should add a web page ref...
20079
129188f6
AC
20080In any event, we also recommend that you submit bug reports for
20081@value{GDBN}. The prefered method is to submit them directly using
20082@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20083page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20084be used.
8e04817f
AC
20085
20086@strong{Do not send bug reports to @samp{info-gdb}, or to
20087@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
20088not want to receive bug reports. Those that do have arranged to receive
20089@samp{bug-gdb}.
20090
20091The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
20092serves as a repeater. The mailing list and the newsgroup carry exactly
20093the same messages. Often people think of posting bug reports to the
20094newsgroup instead of mailing them. This appears to work, but it has one
20095problem which can be crucial: a newsgroup posting often lacks a mail
20096path back to the sender. Thus, if we need to ask for more information,
20097we may be unable to reach you. For this reason, it is better to send
20098bug reports to the mailing list.
c4555f82 20099
8e04817f
AC
20100The fundamental principle of reporting bugs usefully is this:
20101@strong{report all the facts}. If you are not sure whether to state a
20102fact or leave it out, state it!
c4555f82 20103
8e04817f
AC
20104Often people omit facts because they think they know what causes the
20105problem and assume that some details do not matter. Thus, you might
20106assume that the name of the variable you use in an example does not matter.
20107Well, probably it does not, but one cannot be sure. Perhaps the bug is a
20108stray memory reference which happens to fetch from the location where that
20109name is stored in memory; perhaps, if the name were different, the contents
20110of that location would fool the debugger into doing the right thing despite
20111the bug. Play it safe and give a specific, complete example. That is the
20112easiest thing for you to do, and the most helpful.
c4555f82 20113
8e04817f
AC
20114Keep in mind that the purpose of a bug report is to enable us to fix the
20115bug. It may be that the bug has been reported previously, but neither
20116you nor we can know that unless your bug report is complete and
20117self-contained.
c4555f82 20118
8e04817f
AC
20119Sometimes people give a few sketchy facts and ask, ``Does this ring a
20120bell?'' Those bug reports are useless, and we urge everyone to
20121@emph{refuse to respond to them} except to chide the sender to report
20122bugs properly.
20123
20124To enable us to fix the bug, you should include all these things:
c4555f82
SC
20125
20126@itemize @bullet
20127@item
8e04817f
AC
20128The version of @value{GDBN}. @value{GDBN} announces it if you start
20129with no arguments; you can also print it at any time using @code{show
20130version}.
c4555f82 20131
8e04817f
AC
20132Without this, we will not know whether there is any point in looking for
20133the bug in the current version of @value{GDBN}.
c4555f82
SC
20134
20135@item
8e04817f
AC
20136The type of machine you are using, and the operating system name and
20137version number.
c4555f82
SC
20138
20139@item
8e04817f
AC
20140What compiler (and its version) was used to compile @value{GDBN}---e.g.
20141``@value{GCC}--2.8.1''.
c4555f82
SC
20142
20143@item
8e04817f
AC
20144What compiler (and its version) was used to compile the program you are
20145debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
20146C Compiler''. For GCC, you can say @code{gcc --version} to get this
20147information; for other compilers, see the documentation for those
20148compilers.
c4555f82 20149
8e04817f
AC
20150@item
20151The command arguments you gave the compiler to compile your example and
20152observe the bug. For example, did you use @samp{-O}? To guarantee
20153you will not omit something important, list them all. A copy of the
20154Makefile (or the output from make) is sufficient.
c4555f82 20155
8e04817f
AC
20156If we were to try to guess the arguments, we would probably guess wrong
20157and then we might not encounter the bug.
c4555f82 20158
8e04817f
AC
20159@item
20160A complete input script, and all necessary source files, that will
20161reproduce the bug.
c4555f82 20162
8e04817f
AC
20163@item
20164A description of what behavior you observe that you believe is
20165incorrect. For example, ``It gets a fatal signal.''
c4555f82 20166
8e04817f
AC
20167Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
20168will certainly notice it. But if the bug is incorrect output, we might
20169not notice unless it is glaringly wrong. You might as well not give us
20170a chance to make a mistake.
c4555f82 20171
8e04817f
AC
20172Even if the problem you experience is a fatal signal, you should still
20173say so explicitly. Suppose something strange is going on, such as, your
20174copy of @value{GDBN} is out of synch, or you have encountered a bug in
20175the C library on your system. (This has happened!) Your copy might
20176crash and ours would not. If you told us to expect a crash, then when
20177ours fails to crash, we would know that the bug was not happening for
20178us. If you had not told us to expect a crash, then we would not be able
20179to draw any conclusion from our observations.
c4555f82 20180
e0c07bf0
MC
20181@pindex script
20182@cindex recording a session script
20183To collect all this information, you can use a session recording program
20184such as @command{script}, which is available on many Unix systems.
20185Just run your @value{GDBN} session inside @command{script} and then
20186include the @file{typescript} file with your bug report.
20187
20188Another way to record a @value{GDBN} session is to run @value{GDBN}
20189inside Emacs and then save the entire buffer to a file.
20190
8e04817f
AC
20191@item
20192If you wish to suggest changes to the @value{GDBN} source, send us context
20193diffs. If you even discuss something in the @value{GDBN} source, refer to
20194it by context, not by line number.
c4555f82 20195
8e04817f
AC
20196The line numbers in our development sources will not match those in your
20197sources. Your line numbers would convey no useful information to us.
c4555f82 20198
8e04817f 20199@end itemize
c4555f82 20200
8e04817f 20201Here are some things that are not necessary:
c4555f82 20202
8e04817f
AC
20203@itemize @bullet
20204@item
20205A description of the envelope of the bug.
c4555f82 20206
8e04817f
AC
20207Often people who encounter a bug spend a lot of time investigating
20208which changes to the input file will make the bug go away and which
20209changes will not affect it.
c4555f82 20210
8e04817f
AC
20211This is often time consuming and not very useful, because the way we
20212will find the bug is by running a single example under the debugger
20213with breakpoints, not by pure deduction from a series of examples.
20214We recommend that you save your time for something else.
c4555f82 20215
8e04817f
AC
20216Of course, if you can find a simpler example to report @emph{instead}
20217of the original one, that is a convenience for us. Errors in the
20218output will be easier to spot, running under the debugger will take
20219less time, and so on.
c4555f82 20220
8e04817f
AC
20221However, simplification is not vital; if you do not want to do this,
20222report the bug anyway and send us the entire test case you used.
c4555f82 20223
8e04817f
AC
20224@item
20225A patch for the bug.
c4555f82 20226
8e04817f
AC
20227A patch for the bug does help us if it is a good one. But do not omit
20228the necessary information, such as the test case, on the assumption that
20229a patch is all we need. We might see problems with your patch and decide
20230to fix the problem another way, or we might not understand it at all.
c4555f82 20231
8e04817f
AC
20232Sometimes with a program as complicated as @value{GDBN} it is very hard to
20233construct an example that will make the program follow a certain path
20234through the code. If you do not send us the example, we will not be able
20235to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 20236
8e04817f
AC
20237And if we cannot understand what bug you are trying to fix, or why your
20238patch should be an improvement, we will not install it. A test case will
20239help us to understand.
c4555f82 20240
8e04817f
AC
20241@item
20242A guess about what the bug is or what it depends on.
c4555f82 20243
8e04817f
AC
20244Such guesses are usually wrong. Even we cannot guess right about such
20245things without first using the debugger to find the facts.
20246@end itemize
c4555f82 20247
8e04817f
AC
20248@c The readline documentation is distributed with the readline code
20249@c and consists of the two following files:
20250@c rluser.texinfo
20251@c inc-hist.texinfo
20252@c Use -I with makeinfo to point to the appropriate directory,
20253@c environment var TEXINPUTS with TeX.
20254@include rluser.texinfo
20255@include inc-hist.texinfo
c4555f82 20256
c4555f82 20257
8e04817f
AC
20258@node Formatting Documentation
20259@appendix Formatting Documentation
c4555f82 20260
8e04817f
AC
20261@cindex @value{GDBN} reference card
20262@cindex reference card
20263The @value{GDBN} 4 release includes an already-formatted reference card, ready
20264for printing with PostScript or Ghostscript, in the @file{gdb}
20265subdirectory of the main source directory@footnote{In
20266@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
20267release.}. If you can use PostScript or Ghostscript with your printer,
20268you can print the reference card immediately with @file{refcard.ps}.
c4555f82 20269
8e04817f
AC
20270The release also includes the source for the reference card. You
20271can format it, using @TeX{}, by typing:
c4555f82 20272
474c8240 20273@smallexample
8e04817f 20274make refcard.dvi
474c8240 20275@end smallexample
c4555f82 20276
8e04817f
AC
20277The @value{GDBN} reference card is designed to print in @dfn{landscape}
20278mode on US ``letter'' size paper;
20279that is, on a sheet 11 inches wide by 8.5 inches
20280high. You will need to specify this form of printing as an option to
20281your @sc{dvi} output program.
c4555f82 20282
8e04817f 20283@cindex documentation
c4555f82 20284
8e04817f
AC
20285All the documentation for @value{GDBN} comes as part of the machine-readable
20286distribution. The documentation is written in Texinfo format, which is
20287a documentation system that uses a single source file to produce both
20288on-line information and a printed manual. You can use one of the Info
20289formatting commands to create the on-line version of the documentation
20290and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 20291
8e04817f
AC
20292@value{GDBN} includes an already formatted copy of the on-line Info
20293version of this manual in the @file{gdb} subdirectory. The main Info
20294file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
20295subordinate files matching @samp{gdb.info*} in the same directory. If
20296necessary, you can print out these files, or read them with any editor;
20297but they are easier to read using the @code{info} subsystem in @sc{gnu}
20298Emacs or the standalone @code{info} program, available as part of the
20299@sc{gnu} Texinfo distribution.
c4555f82 20300
8e04817f
AC
20301If you want to format these Info files yourself, you need one of the
20302Info formatting programs, such as @code{texinfo-format-buffer} or
20303@code{makeinfo}.
c4555f82 20304
8e04817f
AC
20305If you have @code{makeinfo} installed, and are in the top level
20306@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
20307version @value{GDBVN}), you can make the Info file by typing:
c4555f82 20308
474c8240 20309@smallexample
8e04817f
AC
20310cd gdb
20311make gdb.info
474c8240 20312@end smallexample
c4555f82 20313
8e04817f
AC
20314If you want to typeset and print copies of this manual, you need @TeX{},
20315a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
20316Texinfo definitions file.
c4555f82 20317
8e04817f
AC
20318@TeX{} is a typesetting program; it does not print files directly, but
20319produces output files called @sc{dvi} files. To print a typeset
20320document, you need a program to print @sc{dvi} files. If your system
20321has @TeX{} installed, chances are it has such a program. The precise
20322command to use depends on your system; @kbd{lpr -d} is common; another
20323(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
20324require a file name without any extension or a @samp{.dvi} extension.
c4555f82 20325
8e04817f
AC
20326@TeX{} also requires a macro definitions file called
20327@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
20328written in Texinfo format. On its own, @TeX{} cannot either read or
20329typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
20330and is located in the @file{gdb-@var{version-number}/texinfo}
20331directory.
c4555f82 20332
8e04817f
AC
20333If you have @TeX{} and a @sc{dvi} printer program installed, you can
20334typeset and print this manual. First switch to the the @file{gdb}
20335subdirectory of the main source directory (for example, to
20336@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 20337
474c8240 20338@smallexample
8e04817f 20339make gdb.dvi
474c8240 20340@end smallexample
c4555f82 20341
8e04817f 20342Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 20343
8e04817f
AC
20344@node Installing GDB
20345@appendix Installing @value{GDBN}
20346@cindex configuring @value{GDBN}
20347@cindex installation
94e91d6d 20348@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 20349
8e04817f
AC
20350@value{GDBN} comes with a @code{configure} script that automates the process
20351of preparing @value{GDBN} for installation; you can then use @code{make} to
20352build the @code{gdb} program.
20353@iftex
20354@c irrelevant in info file; it's as current as the code it lives with.
20355@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
20356look at the @file{README} file in the sources; we may have improved the
20357installation procedures since publishing this manual.}
20358@end iftex
c4555f82 20359
8e04817f
AC
20360The @value{GDBN} distribution includes all the source code you need for
20361@value{GDBN} in a single directory, whose name is usually composed by
20362appending the version number to @samp{gdb}.
c4555f82 20363
8e04817f
AC
20364For example, the @value{GDBN} version @value{GDBVN} distribution is in the
20365@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 20366
8e04817f
AC
20367@table @code
20368@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
20369script for configuring @value{GDBN} and all its supporting libraries
c4555f82 20370
8e04817f
AC
20371@item gdb-@value{GDBVN}/gdb
20372the source specific to @value{GDBN} itself
c4555f82 20373
8e04817f
AC
20374@item gdb-@value{GDBVN}/bfd
20375source for the Binary File Descriptor library
c906108c 20376
8e04817f
AC
20377@item gdb-@value{GDBVN}/include
20378@sc{gnu} include files
c906108c 20379
8e04817f
AC
20380@item gdb-@value{GDBVN}/libiberty
20381source for the @samp{-liberty} free software library
c906108c 20382
8e04817f
AC
20383@item gdb-@value{GDBVN}/opcodes
20384source for the library of opcode tables and disassemblers
c906108c 20385
8e04817f
AC
20386@item gdb-@value{GDBVN}/readline
20387source for the @sc{gnu} command-line interface
c906108c 20388
8e04817f
AC
20389@item gdb-@value{GDBVN}/glob
20390source for the @sc{gnu} filename pattern-matching subroutine
c906108c 20391
8e04817f
AC
20392@item gdb-@value{GDBVN}/mmalloc
20393source for the @sc{gnu} memory-mapped malloc package
20394@end table
c906108c 20395
8e04817f
AC
20396The simplest way to configure and build @value{GDBN} is to run @code{configure}
20397from the @file{gdb-@var{version-number}} source directory, which in
20398this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 20399
8e04817f
AC
20400First switch to the @file{gdb-@var{version-number}} source directory
20401if you are not already in it; then run @code{configure}. Pass the
20402identifier for the platform on which @value{GDBN} will run as an
20403argument.
c906108c 20404
8e04817f 20405For example:
c906108c 20406
474c8240 20407@smallexample
8e04817f
AC
20408cd gdb-@value{GDBVN}
20409./configure @var{host}
20410make
474c8240 20411@end smallexample
c906108c 20412
8e04817f
AC
20413@noindent
20414where @var{host} is an identifier such as @samp{sun4} or
20415@samp{decstation}, that identifies the platform where @value{GDBN} will run.
20416(You can often leave off @var{host}; @code{configure} tries to guess the
20417correct value by examining your system.)
c906108c 20418
8e04817f
AC
20419Running @samp{configure @var{host}} and then running @code{make} builds the
20420@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
20421libraries, then @code{gdb} itself. The configured source files, and the
20422binaries, are left in the corresponding source directories.
c906108c 20423
8e04817f
AC
20424@need 750
20425@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
20426system does not recognize this automatically when you run a different
20427shell, you may need to run @code{sh} on it explicitly:
c906108c 20428
474c8240 20429@smallexample
8e04817f 20430sh configure @var{host}
474c8240 20431@end smallexample
c906108c 20432
8e04817f
AC
20433If you run @code{configure} from a directory that contains source
20434directories for multiple libraries or programs, such as the
20435@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
20436creates configuration files for every directory level underneath (unless
20437you tell it not to, with the @samp{--norecursion} option).
20438
94e91d6d
MC
20439You should run the @code{configure} script from the top directory in the
20440source tree, the @file{gdb-@var{version-number}} directory. If you run
20441@code{configure} from one of the subdirectories, you will configure only
20442that subdirectory. That is usually not what you want. In particular,
20443if you run the first @code{configure} from the @file{gdb} subdirectory
20444of the @file{gdb-@var{version-number}} directory, you will omit the
20445configuration of @file{bfd}, @file{readline}, and other sibling
20446directories of the @file{gdb} subdirectory. This leads to build errors
20447about missing include files such as @file{bfd/bfd.h}.
c906108c 20448
8e04817f
AC
20449You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
20450However, you should make sure that the shell on your path (named by
20451the @samp{SHELL} environment variable) is publicly readable. Remember
20452that @value{GDBN} uses the shell to start your program---some systems refuse to
20453let @value{GDBN} debug child processes whose programs are not readable.
c906108c 20454
8e04817f
AC
20455@menu
20456* Separate Objdir:: Compiling @value{GDBN} in another directory
20457* Config Names:: Specifying names for hosts and targets
20458* Configure Options:: Summary of options for configure
20459@end menu
c906108c 20460
8e04817f
AC
20461@node Separate Objdir
20462@section Compiling @value{GDBN} in another directory
c906108c 20463
8e04817f
AC
20464If you want to run @value{GDBN} versions for several host or target machines,
20465you need a different @code{gdb} compiled for each combination of
20466host and target. @code{configure} is designed to make this easy by
20467allowing you to generate each configuration in a separate subdirectory,
20468rather than in the source directory. If your @code{make} program
20469handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
20470@code{make} in each of these directories builds the @code{gdb}
20471program specified there.
c906108c 20472
8e04817f
AC
20473To build @code{gdb} in a separate directory, run @code{configure}
20474with the @samp{--srcdir} option to specify where to find the source.
20475(You also need to specify a path to find @code{configure}
20476itself from your working directory. If the path to @code{configure}
20477would be the same as the argument to @samp{--srcdir}, you can leave out
20478the @samp{--srcdir} option; it is assumed.)
c906108c 20479
8e04817f
AC
20480For example, with version @value{GDBVN}, you can build @value{GDBN} in a
20481separate directory for a Sun 4 like this:
c906108c 20482
474c8240 20483@smallexample
8e04817f
AC
20484@group
20485cd gdb-@value{GDBVN}
20486mkdir ../gdb-sun4
20487cd ../gdb-sun4
20488../gdb-@value{GDBVN}/configure sun4
20489make
20490@end group
474c8240 20491@end smallexample
c906108c 20492
8e04817f
AC
20493When @code{configure} builds a configuration using a remote source
20494directory, it creates a tree for the binaries with the same structure
20495(and using the same names) as the tree under the source directory. In
20496the example, you'd find the Sun 4 library @file{libiberty.a} in the
20497directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
20498@file{gdb-sun4/gdb}.
c906108c 20499
94e91d6d
MC
20500Make sure that your path to the @file{configure} script has just one
20501instance of @file{gdb} in it. If your path to @file{configure} looks
20502like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
20503one subdirectory of @value{GDBN}, not the whole package. This leads to
20504build errors about missing include files such as @file{bfd/bfd.h}.
20505
8e04817f
AC
20506One popular reason to build several @value{GDBN} configurations in separate
20507directories is to configure @value{GDBN} for cross-compiling (where
20508@value{GDBN} runs on one machine---the @dfn{host}---while debugging
20509programs that run on another machine---the @dfn{target}).
20510You specify a cross-debugging target by
20511giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 20512
8e04817f
AC
20513When you run @code{make} to build a program or library, you must run
20514it in a configured directory---whatever directory you were in when you
20515called @code{configure} (or one of its subdirectories).
c906108c 20516
8e04817f
AC
20517The @code{Makefile} that @code{configure} generates in each source
20518directory also runs recursively. If you type @code{make} in a source
20519directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
20520directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
20521will build all the required libraries, and then build GDB.
c906108c 20522
8e04817f
AC
20523When you have multiple hosts or targets configured in separate
20524directories, you can run @code{make} on them in parallel (for example,
20525if they are NFS-mounted on each of the hosts); they will not interfere
20526with each other.
c906108c 20527
8e04817f
AC
20528@node Config Names
20529@section Specifying names for hosts and targets
c906108c 20530
8e04817f
AC
20531The specifications used for hosts and targets in the @code{configure}
20532script are based on a three-part naming scheme, but some short predefined
20533aliases are also supported. The full naming scheme encodes three pieces
20534of information in the following pattern:
c906108c 20535
474c8240 20536@smallexample
8e04817f 20537@var{architecture}-@var{vendor}-@var{os}
474c8240 20538@end smallexample
c906108c 20539
8e04817f
AC
20540For example, you can use the alias @code{sun4} as a @var{host} argument,
20541or as the value for @var{target} in a @code{--target=@var{target}}
20542option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 20543
8e04817f
AC
20544The @code{configure} script accompanying @value{GDBN} does not provide
20545any query facility to list all supported host and target names or
20546aliases. @code{configure} calls the Bourne shell script
20547@code{config.sub} to map abbreviations to full names; you can read the
20548script, if you wish, or you can use it to test your guesses on
20549abbreviations---for example:
c906108c 20550
8e04817f
AC
20551@smallexample
20552% sh config.sub i386-linux
20553i386-pc-linux-gnu
20554% sh config.sub alpha-linux
20555alpha-unknown-linux-gnu
20556% sh config.sub hp9k700
20557hppa1.1-hp-hpux
20558% sh config.sub sun4
20559sparc-sun-sunos4.1.1
20560% sh config.sub sun3
20561m68k-sun-sunos4.1.1
20562% sh config.sub i986v
20563Invalid configuration `i986v': machine `i986v' not recognized
20564@end smallexample
c906108c 20565
8e04817f
AC
20566@noindent
20567@code{config.sub} is also distributed in the @value{GDBN} source
20568directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 20569
8e04817f
AC
20570@node Configure Options
20571@section @code{configure} options
c906108c 20572
8e04817f
AC
20573Here is a summary of the @code{configure} options and arguments that
20574are most often useful for building @value{GDBN}. @code{configure} also has
20575several other options not listed here. @inforef{What Configure
20576Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 20577
474c8240 20578@smallexample
8e04817f
AC
20579configure @r{[}--help@r{]}
20580 @r{[}--prefix=@var{dir}@r{]}
20581 @r{[}--exec-prefix=@var{dir}@r{]}
20582 @r{[}--srcdir=@var{dirname}@r{]}
20583 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
20584 @r{[}--target=@var{target}@r{]}
20585 @var{host}
474c8240 20586@end smallexample
c906108c 20587
8e04817f
AC
20588@noindent
20589You may introduce options with a single @samp{-} rather than
20590@samp{--} if you prefer; but you may abbreviate option names if you use
20591@samp{--}.
c906108c 20592
8e04817f
AC
20593@table @code
20594@item --help
20595Display a quick summary of how to invoke @code{configure}.
c906108c 20596
8e04817f
AC
20597@item --prefix=@var{dir}
20598Configure the source to install programs and files under directory
20599@file{@var{dir}}.
c906108c 20600
8e04817f
AC
20601@item --exec-prefix=@var{dir}
20602Configure the source to install programs under directory
20603@file{@var{dir}}.
c906108c 20604
8e04817f
AC
20605@c avoid splitting the warning from the explanation:
20606@need 2000
20607@item --srcdir=@var{dirname}
20608@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
20609@code{make} that implements the @code{VPATH} feature.}@*
20610Use this option to make configurations in directories separate from the
20611@value{GDBN} source directories. Among other things, you can use this to
20612build (or maintain) several configurations simultaneously, in separate
20613directories. @code{configure} writes configuration specific files in
20614the current directory, but arranges for them to use the source in the
20615directory @var{dirname}. @code{configure} creates directories under
20616the working directory in parallel to the source directories below
20617@var{dirname}.
c906108c 20618
8e04817f
AC
20619@item --norecursion
20620Configure only the directory level where @code{configure} is executed; do not
20621propagate configuration to subdirectories.
c906108c 20622
8e04817f
AC
20623@item --target=@var{target}
20624Configure @value{GDBN} for cross-debugging programs running on the specified
20625@var{target}. Without this option, @value{GDBN} is configured to debug
20626programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 20627
8e04817f 20628There is no convenient way to generate a list of all available targets.
c906108c 20629
8e04817f
AC
20630@item @var{host} @dots{}
20631Configure @value{GDBN} to run on the specified @var{host}.
c906108c 20632
8e04817f
AC
20633There is no convenient way to generate a list of all available hosts.
20634@end table
c906108c 20635
8e04817f
AC
20636There are many other options available as well, but they are generally
20637needed for special purposes only.
c906108c 20638
8e04817f
AC
20639@node Maintenance Commands
20640@appendix Maintenance Commands
20641@cindex maintenance commands
20642@cindex internal commands
c906108c 20643
8e04817f 20644In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
20645includes a number of commands intended for @value{GDBN} developers,
20646that are not documented elsewhere in this manual. These commands are
20647provided here for reference.
c906108c 20648
8e04817f 20649@table @code
09d4efe1
EZ
20650@kindex maint agent
20651@item maint agent @var{expression}
20652Translate the given @var{expression} into remote agent bytecodes.
20653This command is useful for debugging the Agent Expression mechanism
20654(@pxref{Agent Expressions}).
20655
8e04817f
AC
20656@kindex maint info breakpoints
20657@item @anchor{maint info breakpoints}maint info breakpoints
20658Using the same format as @samp{info breakpoints}, display both the
20659breakpoints you've set explicitly, and those @value{GDBN} is using for
20660internal purposes. Internal breakpoints are shown with negative
20661breakpoint numbers. The type column identifies what kind of breakpoint
20662is shown:
c906108c 20663
8e04817f
AC
20664@table @code
20665@item breakpoint
20666Normal, explicitly set breakpoint.
c906108c 20667
8e04817f
AC
20668@item watchpoint
20669Normal, explicitly set watchpoint.
c906108c 20670
8e04817f
AC
20671@item longjmp
20672Internal breakpoint, used to handle correctly stepping through
20673@code{longjmp} calls.
c906108c 20674
8e04817f
AC
20675@item longjmp resume
20676Internal breakpoint at the target of a @code{longjmp}.
c906108c 20677
8e04817f
AC
20678@item until
20679Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 20680
8e04817f
AC
20681@item finish
20682Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 20683
8e04817f
AC
20684@item shlib events
20685Shared library events.
c906108c 20686
8e04817f 20687@end table
c906108c 20688
09d4efe1
EZ
20689@kindex maint check-symtabs
20690@item maint check-symtabs
20691Check the consistency of psymtabs and symtabs.
20692
20693@kindex maint cplus first_component
20694@item maint cplus first_component @var{name}
20695Print the first C@t{++} class/namespace component of @var{name}.
20696
20697@kindex maint cplus namespace
20698@item maint cplus namespace
20699Print the list of possible C@t{++} namespaces.
20700
20701@kindex maint demangle
20702@item maint demangle @var{name}
20703Demangle a C@t{++} or Objective-C manled @var{name}.
20704
20705@kindex maint deprecate
20706@kindex maint undeprecate
20707@cindex deprecated commands
20708@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
20709@itemx maint undeprecate @var{command}
20710Deprecate or undeprecate the named @var{command}. Deprecated commands
20711cause @value{GDBN} to issue a warning when you use them. The optional
20712argument @var{replacement} says which newer command should be used in
20713favor of the deprecated one; if it is given, @value{GDBN} will mention
20714the replacement as part of the warning.
20715
20716@kindex maint dump-me
20717@item maint dump-me
20718Cause a fatal signal in the debugger and force it to dump its core.
20719
8d30a00d
AC
20720@kindex maint internal-error
20721@kindex maint internal-warning
09d4efe1
EZ
20722@item maint internal-error @r{[}@var{message-text}@r{]}
20723@itemx maint internal-warning @r{[}@var{message-text}@r{]}
8d30a00d
AC
20724Cause @value{GDBN} to call the internal function @code{internal_error}
20725or @code{internal_warning} and hence behave as though an internal error
20726or internal warning has been detected. In addition to reporting the
20727internal problem, these functions give the user the opportunity to
20728either quit @value{GDBN} or create a core file of the current
20729@value{GDBN} session.
20730
09d4efe1
EZ
20731These commands take an optional parameter @var{message-text} that is
20732used as the text of the error or warning message.
20733
20734Here's an example of using @code{indernal-error}:
20735
8d30a00d 20736@smallexample
f7dc1244 20737(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
20738@dots{}/maint.c:121: internal-error: testing, 1, 2
20739A problem internal to GDB has been detected. Further
20740debugging may prove unreliable.
20741Quit this debugging session? (y or n) @kbd{n}
20742Create a core file? (y or n) @kbd{n}
f7dc1244 20743(@value{GDBP})
8d30a00d
AC
20744@end smallexample
20745
09d4efe1
EZ
20746@kindex maint packet
20747@item maint packet @var{text}
20748If @value{GDBN} is talking to an inferior via the serial protocol,
20749then this command sends the string @var{text} to the inferior, and
20750displays the response packet. @value{GDBN} supplies the initial
20751@samp{$} character, the terminating @samp{#} character, and the
20752checksum.
20753
20754@kindex maint print architecture
20755@item maint print architecture @r{[}@var{file}@r{]}
20756Print the entire architecture configuration. The optional argument
20757@var{file} names the file where the output goes.
8d30a00d 20758
00905d52
AC
20759@kindex maint print dummy-frames
20760@item maint print dummy-frames
20761
20762Prints the contents of @value{GDBN}'s internal dummy-frame stack.
20763
20764@smallexample
f7dc1244 20765(@value{GDBP}) @kbd{b add}
00905d52 20766@dots{}
f7dc1244 20767(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
20768Breakpoint 2, add (a=2, b=3) at @dots{}
2076958 return (a + b);
20770The program being debugged stopped while in a function called from GDB.
20771@dots{}
f7dc1244 20772(@value{GDBP}) @kbd{maint print dummy-frames}
00905d52
AC
207730x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
20774 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
20775 call_lo=0x01014000 call_hi=0x01014001
f7dc1244 20776(@value{GDBP})
00905d52
AC
20777@end smallexample
20778
20779Takes an optional file parameter.
20780
0680b120
AC
20781@kindex maint print registers
20782@kindex maint print raw-registers
20783@kindex maint print cooked-registers
617073a9 20784@kindex maint print register-groups
09d4efe1
EZ
20785@item maint print registers @r{[}@var{file}@r{]}
20786@itemx maint print raw-registers @r{[}@var{file}@r{]}
20787@itemx maint print cooked-registers @r{[}@var{file}@r{]}
20788@itemx maint print register-groups @r{[}@var{file}@r{]}
0680b120
AC
20789Print @value{GDBN}'s internal register data structures.
20790
617073a9
AC
20791The command @code{maint print raw-registers} includes the contents of
20792the raw register cache; the command @code{maint print cooked-registers}
20793includes the (cooked) value of all registers; and the command
20794@code{maint print register-groups} includes the groups that each
20795register is a member of. @xref{Registers,, Registers, gdbint,
20796@value{GDBN} Internals}.
0680b120 20797
09d4efe1
EZ
20798These commands take an optional parameter, a file name to which to
20799write the information.
0680b120 20800
617073a9 20801@kindex maint print reggroups
09d4efe1
EZ
20802@item maint print reggroups @r{[}@var{file}@r{]}
20803Print @value{GDBN}'s internal register group data structures. The
20804optional argument @var{file} tells to what file to write the
20805information.
617073a9 20806
09d4efe1 20807The register groups info looks like this:
617073a9
AC
20808
20809@smallexample
f7dc1244 20810(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
20811 Group Type
20812 general user
20813 float user
20814 all user
20815 vector user
20816 system user
20817 save internal
20818 restore internal
617073a9
AC
20819@end smallexample
20820
09d4efe1
EZ
20821@kindex flushregs
20822@item flushregs
20823This command forces @value{GDBN} to flush its internal register cache.
20824
20825@kindex maint print objfiles
20826@cindex info for known object files
20827@item maint print objfiles
20828Print a dump of all known object files. For each object file, this
20829command prints its name, address in memory, and all of its psymtabs
20830and symtabs.
20831
20832@kindex maint print statistics
20833@cindex bcache statistics
20834@item maint print statistics
20835This command prints, for each object file in the program, various data
20836about that object file followed by the byte cache (@dfn{bcache})
20837statistics for the object file. The objfile data includes the number
20838of minimal, partical, full, and stabs symbols, the number of types
20839defined by the objfile, the number of as yet unexpanded psym tables,
20840the number of line tables and string tables, and the amount of memory
20841used by the various tables. The bcache statistics include the counts,
20842sizes, and counts of duplicates of all and unique objects, max,
20843average, and median entry size, total memory used and its overhead and
20844savings, and various measures of the hash table size and chain
20845lengths.
20846
20847@kindex maint print type
20848@cindex type chain of a data type
20849@item maint print type @var{expr}
20850Print the type chain for a type specified by @var{expr}. The argument
20851can be either a type name or a symbol. If it is a symbol, the type of
20852that symbol is described. The type chain produced by this command is
20853a recursive definition of the data type as stored in @value{GDBN}'s
20854data structures, including its flags and contained types.
20855
20856@kindex maint set dwarf2 max-cache-age
20857@kindex maint show dwarf2 max-cache-age
20858@item maint set dwarf2 max-cache-age
20859@itemx maint show dwarf2 max-cache-age
20860Control the DWARF 2 compilation unit cache.
20861
20862@cindex DWARF 2 compilation units cache
20863In object files with inter-compilation-unit references, such as those
20864produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
20865reader needs to frequently refer to previously read compilation units.
20866This setting controls how long a compilation unit will remain in the
20867cache if it is not referenced. A higher limit means that cached
20868compilation units will be stored in memory longer, and more total
20869memory will be used. Setting it to zero disables caching, which will
20870slow down @value{GDBN} startup, but reduce memory consumption.
20871
e7ba9c65
DJ
20872@kindex maint set profile
20873@kindex maint show profile
20874@cindex profiling GDB
20875@item maint set profile
20876@itemx maint show profile
20877Control profiling of @value{GDBN}.
20878
20879Profiling will be disabled until you use the @samp{maint set profile}
20880command to enable it. When you enable profiling, the system will begin
20881collecting timing and execution count data; when you disable profiling or
20882exit @value{GDBN}, the results will be written to a log file. Remember that
20883if you use profiling, @value{GDBN} will overwrite the profiling log file
20884(often called @file{gmon.out}). If you have a record of important profiling
20885data in a @file{gmon.out} file, be sure to move it to a safe location.
20886
20887Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 20888compiled with the @samp{-pg} compiler option.
e7ba9c65 20889
09d4efe1
EZ
20890@kindex maint show-debug-regs
20891@cindex x86 hardware debug registers
20892@item maint show-debug-regs
20893Control whether to show variables that mirror the x86 hardware debug
20894registers. Use @code{ON} to enable, @code{OFF} to disable. If
20895enabled, the debug registers values are shown when GDB inserts or
20896removes a hardware breakpoint or watchpoint, and when the inferior
20897triggers a hardware-assisted breakpoint or watchpoint.
20898
20899@kindex maint space
20900@cindex memory used by commands
20901@item maint space
20902Control whether to display memory usage for each command. If set to a
20903nonzero value, @value{GDBN} will display how much memory each command
20904took, following the command's own output. This can also be requested
20905by invoking @value{GDBN} with the @option{--statistics} command-line
20906switch (@pxref{Mode Options}).
20907
20908@kindex maint time
20909@cindex time of command execution
20910@item maint time
20911Control whether to display the execution time for each command. If
20912set to a nonzero value, @value{GDBN} will display how much time it
20913took to execute each command, following the command's own output.
20914This can also be requested by invoking @value{GDBN} with the
20915@option{--statistics} command-line switch (@pxref{Mode Options}).
20916
20917@kindex maint translate-address
20918@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
20919Find the symbol stored at the location specified by the address
20920@var{addr} and an optional section name @var{section}. If found,
20921@value{GDBN} prints the name of the closest symbol and an offset from
20922the symbol's location to the specified address. This is similar to
20923the @code{info address} command (@pxref{Symbols}), except that this
20924command also allows to find symbols in other sections.
ae038cb0 20925
8e04817f 20926@end table
c906108c 20927
9c16f35a
EZ
20928The following command is useful for non-interactive invocations of
20929@value{GDBN}, such as in the test suite.
20930
20931@table @code
20932@item set watchdog @var{nsec}
20933@kindex set watchdog
20934@cindex watchdog timer
20935@cindex timeout for commands
20936Set the maximum number of seconds @value{GDBN} will wait for the
20937target operation to finish. If this time expires, @value{GDBN}
20938reports and error and the command is aborted.
20939
20940@item show watchdog
20941Show the current setting of the target wait timeout.
20942@end table
c906108c 20943
e0ce93ac 20944@node Remote Protocol
8e04817f 20945@appendix @value{GDBN} Remote Serial Protocol
c906108c 20946
ee2d5c50
AC
20947@menu
20948* Overview::
20949* Packets::
20950* Stop Reply Packets::
20951* General Query Packets::
20952* Register Packet Format::
20953* Examples::
0ce1b118 20954* File-I/O remote protocol extension::
ee2d5c50
AC
20955@end menu
20956
20957@node Overview
20958@section Overview
20959
8e04817f
AC
20960There may be occasions when you need to know something about the
20961protocol---for example, if there is only one serial port to your target
20962machine, you might want your program to do something special if it
20963recognizes a packet meant for @value{GDBN}.
c906108c 20964
d2c6833e 20965In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 20966transmitted and received data respectfully.
c906108c 20967
8e04817f
AC
20968@cindex protocol, @value{GDBN} remote serial
20969@cindex serial protocol, @value{GDBN} remote
20970@cindex remote serial protocol
20971All @value{GDBN} commands and responses (other than acknowledgments) are
20972sent as a @var{packet}. A @var{packet} is introduced with the character
20973@samp{$}, the actual @var{packet-data}, and the terminating character
20974@samp{#} followed by a two-digit @var{checksum}:
c906108c 20975
474c8240 20976@smallexample
8e04817f 20977@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 20978@end smallexample
8e04817f 20979@noindent
c906108c 20980
8e04817f
AC
20981@cindex checksum, for @value{GDBN} remote
20982@noindent
20983The two-digit @var{checksum} is computed as the modulo 256 sum of all
20984characters between the leading @samp{$} and the trailing @samp{#} (an
20985eight bit unsigned checksum).
c906108c 20986
8e04817f
AC
20987Implementors should note that prior to @value{GDBN} 5.0 the protocol
20988specification also included an optional two-digit @var{sequence-id}:
c906108c 20989
474c8240 20990@smallexample
8e04817f 20991@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 20992@end smallexample
c906108c 20993
8e04817f
AC
20994@cindex sequence-id, for @value{GDBN} remote
20995@noindent
20996That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
20997has never output @var{sequence-id}s. Stubs that handle packets added
20998since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 20999
8e04817f
AC
21000@cindex acknowledgment, for @value{GDBN} remote
21001When either the host or the target machine receives a packet, the first
21002response expected is an acknowledgment: either @samp{+} (to indicate
21003the package was received correctly) or @samp{-} (to request
21004retransmission):
c906108c 21005
474c8240 21006@smallexample
d2c6833e
AC
21007-> @code{$}@var{packet-data}@code{#}@var{checksum}
21008<- @code{+}
474c8240 21009@end smallexample
8e04817f 21010@noindent
53a5351d 21011
8e04817f
AC
21012The host (@value{GDBN}) sends @var{command}s, and the target (the
21013debugging stub incorporated in your program) sends a @var{response}. In
21014the case of step and continue @var{command}s, the response is only sent
21015when the operation has completed (the target has again stopped).
c906108c 21016
8e04817f
AC
21017@var{packet-data} consists of a sequence of characters with the
21018exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21019exceptions).
c906108c 21020
8e04817f 21021Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 21022@cindex remote protocol, field separator
8e04817f 21023@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 21024@sc{hex} with leading zeros suppressed.
c906108c 21025
8e04817f
AC
21026Implementors should note that prior to @value{GDBN} 5.0, the character
21027@samp{:} could not appear as the third character in a packet (as it
21028would potentially conflict with the @var{sequence-id}).
c906108c 21029
8e04817f
AC
21030Response @var{data} can be run-length encoded to save space. A @samp{*}
21031means that the next character is an @sc{ascii} encoding giving a repeat count
21032which stands for that many repetitions of the character preceding the
21033@samp{*}. The encoding is @code{n+29}, yielding a printable character
21034where @code{n >=3} (which is where rle starts to win). The printable
21035characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21036value greater than 126 should not be used.
c906108c 21037
8e04817f 21038So:
474c8240 21039@smallexample
8e04817f 21040"@code{0* }"
474c8240 21041@end smallexample
8e04817f
AC
21042@noindent
21043means the same as "0000".
c906108c 21044
8e04817f
AC
21045The error response returned for some packets includes a two character
21046error number. That number is not well defined.
c906108c 21047
8e04817f
AC
21048For any @var{command} not supported by the stub, an empty response
21049(@samp{$#00}) should be returned. That way it is possible to extend the
21050protocol. A newer @value{GDBN} can tell if a packet is supported based
21051on that response.
c906108c 21052
b383017d
RM
21053A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21054@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 21055optional.
c906108c 21056
ee2d5c50
AC
21057@node Packets
21058@section Packets
21059
21060The following table provides a complete list of all currently defined
21061@var{command}s and their corresponding response @var{data}.
9c16f35a
EZ
21062@xref{File-I/O remote protocol extension}, for details about the File
21063I/O extension of the remote protocol.
ee2d5c50
AC
21064
21065@table @r
21066
21067@item @code{!} --- extended mode
21068@cindex @code{!} packet
21069
8e04817f
AC
21070Enable extended mode. In extended mode, the remote server is made
21071persistent. The @samp{R} packet is used to restart the program being
21072debugged.
ee2d5c50
AC
21073
21074Reply:
21075@table @samp
21076@item OK
8e04817f 21077The remote target both supports and has enabled extended mode.
ee2d5c50 21078@end table
c906108c 21079
ee2d5c50
AC
21080@item @code{?} --- last signal
21081@cindex @code{?} packet
c906108c 21082
ee2d5c50
AC
21083Indicate the reason the target halted. The reply is the same as for
21084step and continue.
c906108c 21085
ee2d5c50
AC
21086Reply:
21087@xref{Stop Reply Packets}, for the reply specifications.
21088
21089@item @code{a} --- reserved
21090
21091Reserved for future use.
21092
21093@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
21094@cindex @code{A} packet
c906108c 21095
8e04817f
AC
21096Initialized @samp{argv[]} array passed into program. @var{arglen}
21097specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
21098See @code{gdbserver} for more details.
21099
21100Reply:
21101@table @samp
21102@item OK
21103@item E@var{NN}
21104@end table
21105
21106@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
21107@cindex @code{b} packet
21108
21109Change the serial line speed to @var{baud}.
21110
21111JTC: @emph{When does the transport layer state change? When it's
21112received, or after the ACK is transmitted. In either case, there are
21113problems if the command or the acknowledgment packet is dropped.}
21114
21115Stan: @emph{If people really wanted to add something like this, and get
21116it working for the first time, they ought to modify ser-unix.c to send
21117some kind of out-of-band message to a specially-setup stub and have the
21118switch happen "in between" packets, so that from remote protocol's point
21119of view, nothing actually happened.}
21120
21121@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
21122@cindex @code{B} packet
21123
8e04817f 21124Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
21125breakpoint at @var{addr}.
21126
21127This packet has been replaced by the @samp{Z} and @samp{z} packets
21128(@pxref{insert breakpoint or watchpoint packet}).
c906108c 21129
ee2d5c50
AC
21130@item @code{c}@var{addr} --- continue
21131@cindex @code{c} packet
21132
21133@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 21134current address.
c906108c 21135
ee2d5c50
AC
21136Reply:
21137@xref{Stop Reply Packets}, for the reply specifications.
21138
21139@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
21140@cindex @code{C} packet
21141
8e04817f
AC
21142Continue with signal @var{sig} (hex signal number). If
21143@code{;}@var{addr} is omitted, resume at same address.
c906108c 21144
ee2d5c50
AC
21145Reply:
21146@xref{Stop Reply Packets}, for the reply specifications.
c906108c 21147
ee2d5c50
AC
21148@item @code{d} --- toggle debug @strong{(deprecated)}
21149@cindex @code{d} packet
21150
21151Toggle debug flag.
21152
21153@item @code{D} --- detach
21154@cindex @code{D} packet
21155
21156Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 21157before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
21158
21159Reply:
21160@table @samp
21161@item @emph{no response}
8e04817f 21162@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 21163@end table
c906108c 21164
ee2d5c50 21165@item @code{e} --- reserved
c906108c 21166
ee2d5c50 21167Reserved for future use.
c906108c 21168
ee2d5c50 21169@item @code{E} --- reserved
c906108c 21170
ee2d5c50 21171Reserved for future use.
c906108c 21172
ee2d5c50
AC
21173@item @code{f} --- reserved
21174
21175Reserved for future use.
21176
0ce1b118
CV
21177@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
21178@cindex @code{F} packet
ee2d5c50 21179
0ce1b118
CV
21180This packet is send by @value{GDBN} as reply to a @code{F} request packet
21181sent by the target. This is part of the File-I/O protocol extension.
21182@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
21183
21184@item @code{g} --- read registers
21185@anchor{read registers packet}
21186@cindex @code{g} packet
21187
21188Read general registers.
21189
21190Reply:
21191@table @samp
21192@item @var{XX@dots{}}
8e04817f
AC
21193Each byte of register data is described by two hex digits. The bytes
21194with the register are transmitted in target byte order. The size of
21195each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
21196determined by the @value{GDBN} internal macros
21197@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
21198specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
21199@item E@var{NN}
21200for an error.
21201@end table
c906108c 21202
ee2d5c50
AC
21203@item @code{G}@var{XX@dots{}} --- write regs
21204@cindex @code{G} packet
c906108c 21205
ee2d5c50
AC
21206@xref{read registers packet}, for a description of the @var{XX@dots{}}
21207data.
21208
21209Reply:
21210@table @samp
21211@item OK
21212for success
21213@item E@var{NN}
21214for an error
21215@end table
21216
21217@item @code{h} --- reserved
21218
21219Reserved for future use.
21220
b383017d 21221@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 21222@cindex @code{H} packet
c906108c 21223
8e04817f 21224Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
21225@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
21226should be @samp{c} for step and continue operations, @samp{g} for other
21227operations. The thread designator @var{t@dots{}} may be -1, meaning all
21228the threads, a thread number, or zero which means pick any thread.
21229
21230Reply:
21231@table @samp
21232@item OK
21233for success
21234@item E@var{NN}
21235for an error
21236@end table
c906108c 21237
8e04817f
AC
21238@c FIXME: JTC:
21239@c 'H': How restrictive (or permissive) is the thread model. If a
21240@c thread is selected and stopped, are other threads allowed
21241@c to continue to execute? As I mentioned above, I think the
21242@c semantics of each command when a thread is selected must be
21243@c described. For example:
21244@c
21245@c 'g': If the stub supports threads and a specific thread is
21246@c selected, returns the register block from that thread;
21247@c otherwise returns current registers.
21248@c
21249@c 'G' If the stub supports threads and a specific thread is
21250@c selected, sets the registers of the register block of
21251@c that thread; otherwise sets current registers.
c906108c 21252
ee2d5c50
AC
21253@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
21254@anchor{cycle step packet}
21255@cindex @code{i} packet
21256
8e04817f
AC
21257Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
21258present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
21259step starting at that address.
c906108c 21260
ee2d5c50
AC
21261@item @code{I} --- signal then cycle step @strong{(reserved)}
21262@cindex @code{I} packet
21263
21264@xref{step with signal packet}. @xref{cycle step packet}.
21265
21266@item @code{j} --- reserved
21267
21268Reserved for future use.
21269
21270@item @code{J} --- reserved
c906108c 21271
ee2d5c50 21272Reserved for future use.
c906108c 21273
ee2d5c50
AC
21274@item @code{k} --- kill request
21275@cindex @code{k} packet
c906108c 21276
ac282366 21277FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
21278thread context has been selected (i.e.@: does 'k' kill only that
21279thread?)}.
c906108c 21280
ee2d5c50 21281@item @code{K} --- reserved
c906108c 21282
ee2d5c50
AC
21283Reserved for future use.
21284
21285@item @code{l} --- reserved
21286
21287Reserved for future use.
21288
21289@item @code{L} --- reserved
21290
21291Reserved for future use.
21292
21293@item @code{m}@var{addr}@code{,}@var{length} --- read memory
21294@cindex @code{m} packet
c906108c 21295
8e04817f 21296Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 21297Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 21298assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 21299transfer mechanism is needed.}
c906108c 21300
ee2d5c50
AC
21301Reply:
21302@table @samp
21303@item @var{XX@dots{}}
21304@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
21305to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 21306that sized memory transfers are assumed using word aligned
ee2d5c50
AC
21307accesses. FIXME: @emph{A word aligned memory transfer mechanism is
21308needed.}
21309@item E@var{NN}
21310@var{NN} is errno
21311@end table
21312
21313@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
21314@cindex @code{M} packet
21315
8e04817f 21316Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
21317@var{XX@dots{}} is the data.
21318
21319Reply:
21320@table @samp
21321@item OK
21322for success
21323@item E@var{NN}
8e04817f
AC
21324for an error (this includes the case where only part of the data was
21325written).
ee2d5c50 21326@end table
c906108c 21327
ee2d5c50 21328@item @code{n} --- reserved
c906108c 21329
ee2d5c50 21330Reserved for future use.
c906108c 21331
ee2d5c50 21332@item @code{N} --- reserved
c906108c 21333
ee2d5c50 21334Reserved for future use.
c906108c 21335
ee2d5c50
AC
21336@item @code{o} --- reserved
21337
21338Reserved for future use.
21339
21340@item @code{O} --- reserved
21341
2e868123 21342@item @code{p}@var{hex number of register} --- read register packet
ee2d5c50
AC
21343@cindex @code{p} packet
21344
2e868123
AC
21345@xref{read registers packet}, for a description of how the returned
21346register value is encoded.
ee2d5c50
AC
21347
21348Reply:
21349@table @samp
2e868123
AC
21350@item @var{XX@dots{}}
21351the register's value
21352@item E@var{NN}
21353for an error
21354@item
21355Indicating an unrecognized @var{query}.
ee2d5c50
AC
21356@end table
21357
21358@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
21359@anchor{write register packet}
21360@cindex @code{P} packet
21361
21362Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 21363digits for each byte in the register (target byte order).
c906108c 21364
ee2d5c50
AC
21365Reply:
21366@table @samp
21367@item OK
21368for success
21369@item E@var{NN}
21370for an error
21371@end table
21372
21373@item @code{q}@var{query} --- general query
21374@anchor{general query packet}
21375@cindex @code{q} packet
21376
21377Request info about @var{query}. In general @value{GDBN} queries have a
21378leading upper case letter. Custom vendor queries should use a company
21379prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
21380be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
21381that they match the full @var{query} name.
21382
21383Reply:
21384@table @samp
21385@item @var{XX@dots{}}
21386Hex encoded data from query. The reply can not be empty.
21387@item E@var{NN}
21388error reply
8e04817f 21389@item
ee2d5c50
AC
21390Indicating an unrecognized @var{query}.
21391@end table
21392
21393@item @code{Q}@var{var}@code{=}@var{val} --- general set
21394@cindex @code{Q} packet
21395
21396Set value of @var{var} to @var{val}.
21397
21398@xref{general query packet}, for a discussion of naming conventions.
c906108c 21399
ee2d5c50
AC
21400@item @code{r} --- reset @strong{(deprecated)}
21401@cindex @code{r} packet
c906108c 21402
8e04817f 21403Reset the entire system.
c906108c 21404
ee2d5c50
AC
21405@item @code{R}@var{XX} --- remote restart
21406@cindex @code{R} packet
21407
8e04817f
AC
21408Restart the program being debugged. @var{XX}, while needed, is ignored.
21409This packet is only available in extended mode.
ee2d5c50
AC
21410
21411Reply:
21412@table @samp
21413@item @emph{no reply}
8e04817f 21414The @samp{R} packet has no reply.
ee2d5c50
AC
21415@end table
21416
21417@item @code{s}@var{addr} --- step
21418@cindex @code{s} packet
c906108c 21419
8e04817f
AC
21420@var{addr} is address to resume. If @var{addr} is omitted, resume at
21421same address.
c906108c 21422
ee2d5c50
AC
21423Reply:
21424@xref{Stop Reply Packets}, for the reply specifications.
21425
21426@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
21427@anchor{step with signal packet}
21428@cindex @code{S} packet
21429
8e04817f 21430Like @samp{C} but step not continue.
c906108c 21431
ee2d5c50
AC
21432Reply:
21433@xref{Stop Reply Packets}, for the reply specifications.
21434
b383017d 21435@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
21436@cindex @code{t} packet
21437
8e04817f 21438Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
21439@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
21440@var{addr} must be at least 3 digits.
c906108c 21441
ee2d5c50
AC
21442@item @code{T}@var{XX} --- thread alive
21443@cindex @code{T} packet
c906108c 21444
ee2d5c50 21445Find out if the thread XX is alive.
c906108c 21446
ee2d5c50
AC
21447Reply:
21448@table @samp
21449@item OK
21450thread is still alive
21451@item E@var{NN}
21452thread is dead
21453@end table
21454
21455@item @code{u} --- reserved
21456
21457Reserved for future use.
21458
21459@item @code{U} --- reserved
21460
21461Reserved for future use.
21462
86d30acc 21463@item @code{v} --- verbose packet prefix
ee2d5c50 21464
86d30acc
DJ
21465Packets starting with @code{v} are identified by a multi-letter name,
21466up to the first @code{;} or @code{?} (or the end of the packet).
21467
21468@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
21469@cindex @code{vCont} packet
21470
21471Resume the inferior. Different actions may be specified for each thread.
21472If an action is specified with no @var{tid}, then it is applied to any
21473threads that don't have a specific action specified; if no default action is
21474specified then other threads should remain stopped. Specifying multiple
21475default actions is an error; specifying no actions is also an error.
21476Thread IDs are specified in hexadecimal. Currently supported actions are:
21477
21478@table @code
21479@item c
21480Continue.
21481@item C@var{sig}
21482Continue with signal @var{sig}. @var{sig} should be two hex digits.
21483@item s
21484Step.
21485@item S@var{sig}
21486Step with signal @var{sig}. @var{sig} should be two hex digits.
21487@end table
21488
21489The optional @var{addr} argument normally associated with these packets is
21490not supported in @code{vCont}.
21491
21492Reply:
21493@xref{Stop Reply Packets}, for the reply specifications.
21494
21495@item @code{vCont?} --- extended resume query
21496@cindex @code{vCont?} packet
21497
21498Query support for the @code{vCont} packet.
21499
21500Reply:
21501@table @samp
21502@item @code{vCont}[;@var{action}]...
21503The @code{vCont} packet is supported. Each @var{action} is a supported
21504command in the @code{vCont} packet.
21505@item
21506The @code{vCont} packet is not supported.
21507@end table
ee2d5c50
AC
21508
21509@item @code{V} --- reserved
c906108c 21510
ee2d5c50 21511Reserved for future use.
c906108c 21512
ee2d5c50 21513@item @code{w} --- reserved
c906108c 21514
ee2d5c50 21515Reserved for future use.
c906108c 21516
ee2d5c50 21517@item @code{W} --- reserved
c906108c 21518
ee2d5c50 21519Reserved for future use.
c906108c 21520
ee2d5c50
AC
21521@item @code{x} --- reserved
21522
21523Reserved for future use.
21524
21525@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
21526@cindex @code{X} packet
21527
21528@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
21529is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
69065f5d
AC
21530escaped using @code{0x7d}, and then XORed with @code{0x20}.
21531For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
c906108c 21532
ee2d5c50
AC
21533Reply:
21534@table @samp
21535@item OK
21536for success
21537@item E@var{NN}
21538for an error
21539@end table
21540
21541@item @code{y} --- reserved
c906108c 21542
ee2d5c50 21543Reserved for future use.
c906108c 21544
ee2d5c50
AC
21545@item @code{Y} reserved
21546
21547Reserved for future use.
21548
2f870471
AC
21549@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
21550@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
21551@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 21552@cindex @code{z} packet
2f870471 21553@cindex @code{Z} packets
ee2d5c50 21554
2f870471
AC
21555Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
21556watchpoint starting at address @var{address} and covering the next
21557@var{length} bytes.
ee2d5c50 21558
2f870471
AC
21559Each breakpoint and watchpoint packet @var{type} is documented
21560separately.
21561
512217c7
AC
21562@emph{Implementation notes: A remote target shall return an empty string
21563for an unrecognized breakpoint or watchpoint packet @var{type}. A
21564remote target shall support either both or neither of a given
2f870471
AC
21565@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
21566avoid potential problems with duplicate packets, the operations should
21567be implemented in an idempotent way.}
21568
21569@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
21570@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
21571@cindex @code{z0} packet
21572@cindex @code{Z0} packet
21573
21574Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
21575@code{addr} of size @code{length}.
21576
21577A memory breakpoint is implemented by replacing the instruction at
21578@var{addr} with a software breakpoint or trap instruction. The
21579@code{length} is used by targets that indicates the size of the
21580breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
21581@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 21582
2f870471
AC
21583@emph{Implementation note: It is possible for a target to copy or move
21584code that contains memory breakpoints (e.g., when implementing
21585overlays). The behavior of this packet, in the presence of such a
21586target, is not defined.}
c906108c 21587
ee2d5c50
AC
21588Reply:
21589@table @samp
2f870471
AC
21590@item OK
21591success
21592@item
21593not supported
ee2d5c50
AC
21594@item E@var{NN}
21595for an error
2f870471
AC
21596@end table
21597
21598@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
21599@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
21600@cindex @code{z1} packet
21601@cindex @code{Z1} packet
21602
21603Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
21604address @code{addr} of size @code{length}.
21605
21606A hardware breakpoint is implemented using a mechanism that is not
21607dependant on being able to modify the target's memory.
21608
21609@emph{Implementation note: A hardware breakpoint is not affected by code
21610movement.}
21611
21612Reply:
21613@table @samp
ee2d5c50 21614@item OK
2f870471
AC
21615success
21616@item
21617not supported
21618@item E@var{NN}
21619for an error
21620@end table
21621
21622@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
21623@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
21624@cindex @code{z2} packet
21625@cindex @code{Z2} packet
21626
21627Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
21628
21629Reply:
21630@table @samp
21631@item OK
21632success
21633@item
21634not supported
21635@item E@var{NN}
21636for an error
21637@end table
21638
21639@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
21640@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
21641@cindex @code{z3} packet
21642@cindex @code{Z3} packet
21643
2e834e49 21644Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
21645
21646Reply:
21647@table @samp
21648@item OK
21649success
21650@item
21651not supported
21652@item E@var{NN}
21653for an error
21654@end table
21655
2e834e49
HPN
21656@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
21657@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
21658@cindex @code{z4} packet
21659@cindex @code{Z4} packet
21660
21661Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
21662
21663Reply:
21664@table @samp
21665@item OK
21666success
21667@item
21668not supported
21669@item E@var{NN}
21670for an error
ee2d5c50
AC
21671@end table
21672
21673@end table
c906108c 21674
ee2d5c50
AC
21675@node Stop Reply Packets
21676@section Stop Reply Packets
21677@cindex stop reply packets
c906108c 21678
8e04817f
AC
21679The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
21680receive any of the below as a reply. In the case of the @samp{C},
21681@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
21682when the target halts. In the below the exact meaning of @samp{signal
21683number} is poorly defined. In general one of the UNIX signal numbering
21684conventions is used.
c906108c 21685
ee2d5c50 21686@table @samp
c906108c 21687
ee2d5c50
AC
21688@item S@var{AA}
21689@var{AA} is the signal number
c906108c 21690
8e04817f 21691@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
21692@cindex @code{T} packet reply
21693
8e04817f
AC
21694@var{AA} = two hex digit signal number; @var{n...} = register number
21695(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
21696by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
21697@var{r...} = thread process ID, this is a hex integer; @var{n...} =
21698(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
21699address, this is a hex integer; @var{n...} = other string not starting
21700with valid hex digit. @value{GDBN} should ignore this @var{n...},
21701@var{r...} pair and go on to the next. This way we can extend the
21702protocol.
c906108c 21703
ee2d5c50
AC
21704@item W@var{AA}
21705
8e04817f 21706The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
21707applicable to certain targets.
21708
21709@item X@var{AA}
c906108c 21710
8e04817f 21711The process terminated with signal @var{AA}.
c906108c 21712
ee2d5c50 21713@item O@var{XX@dots{}}
c906108c 21714
ee2d5c50
AC
21715@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
21716any time while the program is running and the debugger should continue
21717to wait for @samp{W}, @samp{T}, etc.
21718
0ce1b118
CV
21719@item F@var{call-id}@code{,}@var{parameter@dots{}}
21720
21721@var{call-id} is the identifier which says which host system call should
21722be called. This is just the name of the function. Translation into the
21723correct system call is only applicable as it's defined in @value{GDBN}.
21724@xref{File-I/O remote protocol extension}, for a list of implemented
21725system calls.
21726
21727@var{parameter@dots{}} is a list of parameters as defined for this very
21728system call.
21729
21730The target replies with this packet when it expects @value{GDBN} to call
21731a host system call on behalf of the target. @value{GDBN} replies with
21732an appropriate @code{F} packet and keeps up waiting for the next reply
21733packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
21734@samp{s} action is expected to be continued.
21735@xref{File-I/O remote protocol extension}, for more details.
21736
ee2d5c50
AC
21737@end table
21738
21739@node General Query Packets
21740@section General Query Packets
9c16f35a 21741@cindex remote query requests
c906108c 21742
8e04817f 21743The following set and query packets have already been defined.
c906108c 21744
ee2d5c50 21745@table @r
c906108c 21746
ee2d5c50 21747@item @code{q}@code{C} --- current thread
9c16f35a
EZ
21748@cindex current thread, remote request
21749@cindex @code{qC} packet
ee2d5c50
AC
21750Return the current thread id.
21751
21752Reply:
21753@table @samp
21754@item @code{QC}@var{pid}
e1aac25b 21755Where @var{pid} is an unsigned hexidecimal process id.
ee2d5c50
AC
21756@item *
21757Any other reply implies the old pid.
21758@end table
21759
21760@item @code{q}@code{fThreadInfo} -- all thread ids
9c16f35a
EZ
21761@cindex list active threads, remote request
21762@cindex @code{qfThreadInfo} packet
ee2d5c50 21763@code{q}@code{sThreadInfo}
c906108c 21764
8e04817f
AC
21765Obtain a list of active thread ids from the target (OS). Since there
21766may be too many active threads to fit into one reply packet, this query
21767works iteratively: it may require more than one query/reply sequence to
21768obtain the entire list of threads. The first query of the sequence will
21769be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
21770sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
21771
21772NOTE: replaces the @code{qL} query (see below).
21773
21774Reply:
21775@table @samp
21776@item @code{m}@var{id}
21777A single thread id
21778@item @code{m}@var{id},@var{id}@dots{}
21779a comma-separated list of thread ids
21780@item @code{l}
21781(lower case 'el') denotes end of list.
21782@end table
21783
21784In response to each query, the target will reply with a list of one or
e1aac25b
JB
21785more thread ids, in big-endian unsigned hex, separated by commas.
21786@value{GDBN} will respond to each reply with a request for more thread
21787ids (using the @code{qs} form of the query), until the target responds
21788with @code{l} (lower-case el, for @code{'last'}).
c906108c 21789
ee2d5c50 21790@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
9c16f35a
EZ
21791@cindex thread attributes info, remote request
21792@cindex @code{qThreadExtraInfo} packet
ee2d5c50
AC
21793Where @var{id} is a thread-id in big-endian hex. Obtain a printable
21794string description of a thread's attributes from the target OS. This
21795string may contain anything that the target OS thinks is interesting for
21796@value{GDBN} to tell the user about the thread. The string is displayed
21797in @value{GDBN}'s @samp{info threads} display. Some examples of
21798possible thread extra info strings are ``Runnable'', or ``Blocked on
21799Mutex''.
21800
21801Reply:
21802@table @samp
21803@item @var{XX@dots{}}
21804Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
21805the printable string containing the extra information about the thread's
8e04817f 21806attributes.
ee2d5c50
AC
21807@end table
21808
21809@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 21810
8e04817f
AC
21811Obtain thread information from RTOS. Where: @var{startflag} (one hex
21812digit) is one to indicate the first query and zero to indicate a
21813subsequent query; @var{threadcount} (two hex digits) is the maximum
21814number of threads the response packet can contain; and @var{nextthread}
21815(eight hex digits), for subsequent queries (@var{startflag} is zero), is
21816returned in the response as @var{argthread}.
ee2d5c50
AC
21817
21818NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
21819(see above).
21820
21821Reply:
21822@table @samp
21823@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
21824Where: @var{count} (two hex digits) is the number of threads being
21825returned; @var{done} (one hex digit) is zero to indicate more threads
21826and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
21827digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
21828is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 21829digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 21830@end table
c906108c 21831
ee2d5c50 21832@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
9c16f35a
EZ
21833@cindex CRC of memory block, remote request
21834@cindex @code{qCRC} packet
ee2d5c50
AC
21835Reply:
21836@table @samp
21837@item @code{E}@var{NN}
21838An error (such as memory fault)
21839@item @code{C}@var{CRC32}
21840A 32 bit cyclic redundancy check of the specified memory region.
21841@end table
21842
21843@item @code{q}@code{Offsets} --- query sect offs
9c16f35a
EZ
21844@cindex section offsets, remote request
21845@cindex @code{qOffsets} packet
8e04817f
AC
21846Get section offsets that the target used when re-locating the downloaded
21847image. @emph{Note: while a @code{Bss} offset is included in the
21848response, @value{GDBN} ignores this and instead applies the @code{Data}
21849offset to the @code{Bss} section.}
c906108c 21850
ee2d5c50
AC
21851Reply:
21852@table @samp
21853@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
21854@end table
21855
21856@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
9c16f35a
EZ
21857@cindex thread information, remote request
21858@cindex @code{qP} packet
8e04817f
AC
21859Returns information on @var{threadid}. Where: @var{mode} is a hex
21860encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
21861
21862Reply:
21863@table @samp
21864@item *
21865@end table
21866
8e04817f 21867See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 21868
ee2d5c50 21869@item @code{q}@code{Rcmd,}@var{command} --- remote command
9c16f35a
EZ
21870@cindex execute remote command, remote request
21871@cindex @code{qRcmd} packet
ee2d5c50 21872@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
21873execution. Invalid commands should be reported using the output string.
21874Before the final result packet, the target may also respond with a
ee2d5c50
AC
21875number of intermediate @code{O}@var{output} console output packets.
21876@emph{Implementors should note that providing access to a stubs's
21877interpreter may have security implications}.
21878
21879Reply:
21880@table @samp
21881@item OK
8e04817f 21882A command response with no output.
ee2d5c50 21883@item @var{OUTPUT}
8e04817f 21884A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 21885@item @code{E}@var{NN}
8e04817f 21886Indicate a badly formed request.
ee2d5c50 21887@item @samp{}
8e04817f 21888When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50 21889@end table
9c16f35a 21890z
ee2d5c50 21891@item @code{qSymbol::} --- symbol lookup
9c16f35a
EZ
21892@cindex symbol lookup, remote request
21893@cindex @code{qSymbol} packet
8e04817f
AC
21894Notify the target that @value{GDBN} is prepared to serve symbol lookup
21895requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
21896
21897Reply:
21898@table @samp
21899@item @code{OK}
8e04817f 21900The target does not need to look up any (more) symbols.
ee2d5c50
AC
21901@item @code{qSymbol:}@var{sym_name}
21902The target requests the value of symbol @var{sym_name} (hex encoded).
21903@value{GDBN} may provide the value by using the
21904@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
21905@end table
21906
21907@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
21908
21909Set the value of @var{sym_name} to @var{sym_value}.
21910
21911@var{sym_name} (hex encoded) is the name of a symbol whose value the
21912target has previously requested.
21913
21914@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
21915@value{GDBN} cannot supply a value for @var{sym_name}, then this field
21916will be empty.
21917
21918Reply:
21919@table @samp
21920@item @code{OK}
8e04817f 21921The target does not need to look up any (more) symbols.
ee2d5c50
AC
21922@item @code{qSymbol:}@var{sym_name}
21923The target requests the value of a new symbol @var{sym_name} (hex
21924encoded). @value{GDBN} will continue to supply the values of symbols
21925(if available), until the target ceases to request them.
21926@end table
eb12ee30 21927
649e03f6 21928@item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
9c16f35a
EZ
21929@cindex read special object, remote request
21930@cindex @code{qPart} packet
649e03f6
RM
21931Read uninterpreted bytes from the target's special data area
21932identified by the keyword @code{object}.
21933Request @var{length} bytes starting at @var{offset} bytes into the data.
21934The content and encoding of @var{annex} is specific to the object;
21935it can supply additional details about what data to access.
21936
21937Here are the specific requests of this form defined so far.
21938All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
21939requests use the same reply formats, listed below.
21940
21941@table @asis
21942@item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
9c16f35a
EZ
21943Access the target's @dfn{auxiliary vector}. @xref{Auxiliary Vector},
21944and see @ref{Remote configuration, read-aux-vector-packet}.
649e03f6
RM
21945Note @var{annex} must be empty.
21946@end table
21947
21948Reply:
21949@table @asis
21950@item @code{OK}
21951The @var{offset} in the request is at the end of the data.
21952There is no more data to be read.
21953
21954@item @var{XX@dots{}}
21955Hex encoded data bytes read.
21956This may be fewer bytes than the @var{length} in the request.
21957
21958@item @code{E00}
21959The request was malformed, or @var{annex} was invalid.
21960
21961@item @code{E}@var{nn}
21962The offset was invalid, or there was an error encountered reading the data.
21963@var{nn} is a hex-encoded @code{errno} value.
21964
21965@item @code{""} (empty)
21966An empty reply indicates the @var{object} or @var{annex} string was not
21967recognized by the stub.
21968@end table
21969
21970@item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
9c16f35a 21971@cindex write data into object, remote request
649e03f6
RM
21972Write uninterpreted bytes into the target's special data area
21973identified by the keyword @code{object},
21974starting at @var{offset} bytes into the data.
21975@var{data@dots{}} is the hex-encoded data to be written.
21976The content and encoding of @var{annex} is specific to the object;
21977it can supply additional details about what data to access.
21978
21979No requests of this form are presently in use. This specification
21980serves as a placeholder to document the common format that new
21981specific request specifications ought to use.
21982
21983Reply:
21984@table @asis
21985@item @var{nn}
21986@var{nn} (hex encoded) is the number of bytes written.
21987This may be fewer bytes than supplied in the request.
21988
21989@item @code{E00}
21990The request was malformed, or @var{annex} was invalid.
21991
21992@item @code{E}@var{nn}
21993The offset was invalid, or there was an error encountered writing the data.
21994@var{nn} is a hex-encoded @code{errno} value.
21995
21996@item @code{""} (empty)
21997An empty reply indicates the @var{object} or @var{annex} string was not
21998recognized by the stub, or that the object does not support writing.
21999@end table
22000
22001@item @code{qPart}:@var{object}:@var{operation}:@dots{}
22002Requests of this form may be added in the future. When a stub does
22003not recognize the @var{object} keyword, or its support for
22004@var{object} does not recognize the @var{operation} keyword,
22005the stub must respond with an empty packet.
83761cbd
KB
22006
22007@item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
9c16f35a
EZ
22008@cindex get thread-local storage address, remote request
22009@cindex @code{qGetTLSAddr} packet
83761cbd
KB
22010Fetch the address associated with thread local storage specified
22011by @var{thread-id}, @var{offset}, and @var{lm}.
22012
22013@var{thread-id} is the (big endian, hex encoded) thread id associated with the
22014thread for which to fetch the TLS address.
22015
22016@var{offset} is the (big endian, hex encoded) offset associated with the
22017thread local variable. (This offset is obtained from the debug
22018information associated with the variable.)
22019
22020@var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22021the load module associated with the thread local storage. For example,
22022a @sc{gnu}/Linux system will pass the link map address of the shared
22023object associated with the thread local storage under consideration.
22024Other operating environments may choose to represent the load module
22025differently, so the precise meaning of this parameter will vary.
22026
22027Reply:
22028@table @asis
68c71a2e 22029@item @var{XX@dots{}}
83761cbd
KB
22030Hex encoded (big endian) bytes representing the address of the thread
22031local storage requested.
22032
22033@item @code{E}@var{nn} (where @var{nn} are hex digits)
22034An error occurred.
22035
22036@item @code{""} (empty)
22037An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22038@end table
22039
ee2d5c50
AC
22040@end table
22041
22042@node Register Packet Format
22043@section Register Packet Format
eb12ee30 22044
8e04817f 22045The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
22046In the below, some thirty-two bit registers are transferred as
22047sixty-four bits. Those registers should be zero/sign extended (which?)
22048to fill the space allocated. Register bytes are transfered in target
22049byte order. The two nibbles within a register byte are transfered
22050most-significant - least-significant.
eb12ee30 22051
ee2d5c50 22052@table @r
eb12ee30 22053
8e04817f 22054@item MIPS32
ee2d5c50 22055
8e04817f
AC
22056All registers are transfered as thirty-two bit quantities in the order:
2205732 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22058registers; fsr; fir; fp.
eb12ee30 22059
8e04817f 22060@item MIPS64
ee2d5c50 22061
8e04817f
AC
22062All registers are transfered as sixty-four bit quantities (including
22063thirty-two bit registers such as @code{sr}). The ordering is the same
22064as @code{MIPS32}.
eb12ee30 22065
ee2d5c50
AC
22066@end table
22067
22068@node Examples
22069@section Examples
eb12ee30 22070
8e04817f
AC
22071Example sequence of a target being re-started. Notice how the restart
22072does not get any direct output:
eb12ee30 22073
474c8240 22074@smallexample
d2c6833e
AC
22075-> @code{R00}
22076<- @code{+}
8e04817f 22077@emph{target restarts}
d2c6833e 22078-> @code{?}
8e04817f 22079<- @code{+}
d2c6833e
AC
22080<- @code{T001:1234123412341234}
22081-> @code{+}
474c8240 22082@end smallexample
eb12ee30 22083
8e04817f 22084Example sequence of a target being stepped by a single instruction:
eb12ee30 22085
474c8240 22086@smallexample
d2c6833e 22087-> @code{G1445@dots{}}
8e04817f 22088<- @code{+}
d2c6833e
AC
22089-> @code{s}
22090<- @code{+}
22091@emph{time passes}
22092<- @code{T001:1234123412341234}
8e04817f 22093-> @code{+}
d2c6833e 22094-> @code{g}
8e04817f 22095<- @code{+}
d2c6833e
AC
22096<- @code{1455@dots{}}
22097-> @code{+}
474c8240 22098@end smallexample
eb12ee30 22099
0ce1b118
CV
22100@node File-I/O remote protocol extension
22101@section File-I/O remote protocol extension
22102@cindex File-I/O remote protocol extension
22103
22104@menu
22105* File-I/O Overview::
22106* Protocol basics::
1d8b2f28
JB
22107* The F request packet::
22108* The F reply packet::
0ce1b118
CV
22109* Memory transfer::
22110* The Ctrl-C message::
22111* Console I/O::
22112* The isatty call::
22113* The system call::
22114* List of supported calls::
22115* Protocol specific representation of datatypes::
22116* Constants::
22117* File-I/O Examples::
22118@end menu
22119
22120@node File-I/O Overview
22121@subsection File-I/O Overview
22122@cindex file-i/o overview
22123
9c16f35a
EZ
22124The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
22125target to use the host's file system and console I/O when calling various
0ce1b118
CV
22126system calls. System calls on the target system are translated into a
22127remote protocol packet to the host system which then performs the needed
22128actions and returns with an adequate response packet to the target system.
22129This simulates file system operations even on targets that lack file systems.
22130
22131The protocol is defined host- and target-system independent. It uses
9c16f35a 22132its own independent representation of datatypes and values. Both,
0ce1b118
CV
22133@value{GDBN} and the target's @value{GDBN} stub are responsible for
22134translating the system dependent values into the unified protocol values
22135when data is transmitted.
22136
22137The communication is synchronous. A system call is possible only
22138when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
22139packets. While @value{GDBN} handles the request for a system call,
22140the target is stopped to allow deterministic access to the target's
22141memory. Therefore File-I/O is not interuptible by target signals. It
22142is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
22143
22144The target's request to perform a host system call does not finish
22145the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
22146after finishing the system call, the target returns to continuing the
22147previous activity (continue, step). No additional continue or step
22148request from @value{GDBN} is required.
22149
22150@smallexample
f7dc1244 22151(@value{GDBP}) continue
0ce1b118
CV
22152 <- target requests 'system call X'
22153 target is stopped, @value{GDBN} executes system call
22154 -> GDB returns result
22155 ... target continues, GDB returns to wait for the target
22156 <- target hits breakpoint and sends a Txx packet
22157@end smallexample
22158
22159The protocol is only used for files on the host file system and
22160for I/O on the console. Character or block special devices, pipes,
22161named pipes or sockets or any other communication method on the host
22162system are not supported by this protocol.
22163
22164@node Protocol basics
22165@subsection Protocol basics
22166@cindex protocol basics, file-i/o
22167
22168The File-I/O protocol uses the @code{F} packet, as request as well
22169as as reply packet. Since a File-I/O system call can only occur when
b383017d 22170@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
22171File-I/O request is a reply that @value{GDBN} has to expect as a result
22172of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
22173This @code{F} packet contains all information needed to allow @value{GDBN}
22174to call the appropriate host system call:
22175
22176@itemize @bullet
b383017d 22177@item
0ce1b118
CV
22178A unique identifier for the requested system call.
22179
22180@item
22181All parameters to the system call. Pointers are given as addresses
22182in the target memory address space. Pointers to strings are given as
b383017d 22183pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
22184Numerical control values are given in a protocol specific representation.
22185
22186@end itemize
22187
22188At that point @value{GDBN} has to perform the following actions.
22189
22190@itemize @bullet
b383017d 22191@item
0ce1b118
CV
22192If parameter pointer values are given, which point to data needed as input
22193to a system call, @value{GDBN} requests this data from the target with a
22194standard @code{m} packet request. This additional communication has to be
22195expected by the target implementation and is handled as any other @code{m}
22196packet.
22197
22198@item
22199@value{GDBN} translates all value from protocol representation to host
22200representation as needed. Datatypes are coerced into the host types.
22201
22202@item
22203@value{GDBN} calls the system call
22204
22205@item
22206It then coerces datatypes back to protocol representation.
22207
22208@item
22209If pointer parameters in the request packet point to buffer space in which
22210a system call is expected to copy data to, the data is transmitted to the
22211target using a @code{M} or @code{X} packet. This packet has to be expected
22212by the target implementation and is handled as any other @code{M} or @code{X}
22213packet.
22214
22215@end itemize
22216
22217Eventually @value{GDBN} replies with another @code{F} packet which contains all
22218necessary information for the target to continue. This at least contains
22219
22220@itemize @bullet
22221@item
22222Return value.
22223
22224@item
22225@code{errno}, if has been changed by the system call.
22226
22227@item
22228``Ctrl-C'' flag.
22229
22230@end itemize
22231
22232After having done the needed type and value coercion, the target continues
22233the latest continue or step action.
22234
1d8b2f28 22235@node The F request packet
0ce1b118
CV
22236@subsection The @code{F} request packet
22237@cindex file-i/o request packet
22238@cindex @code{F} request packet
22239
22240The @code{F} request packet has the following format:
22241
22242@table @samp
22243
22244@smallexample
22245@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
22246@end smallexample
22247
22248@var{call-id} is the identifier to indicate the host system call to be called.
22249This is just the name of the function.
22250
22251@var{parameter@dots{}} are the parameters to the system call.
22252
b383017d 22253@end table
0ce1b118
CV
22254
22255Parameters are hexadecimal integer values, either the real values in case
22256of scalar datatypes, as pointers to target buffer space in case of compound
22257datatypes and unspecified memory areas or as pointer/length pairs in case
22258of string parameters. These are appended to the call-id, each separated
22259from its predecessor by a comma. All values are transmitted in ASCII
22260string representation, pointer/length pairs separated by a slash.
22261
1d8b2f28 22262@node The F reply packet
0ce1b118
CV
22263@subsection The @code{F} reply packet
22264@cindex file-i/o reply packet
22265@cindex @code{F} reply packet
22266
22267The @code{F} reply packet has the following format:
22268
22269@table @samp
22270
22271@smallexample
22272@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
22273@end smallexample
22274
22275@var{retcode} is the return code of the system call as hexadecimal value.
22276
22277@var{errno} is the errno set by the call, in protocol specific representation.
22278This parameter can be omitted if the call was successful.
22279
22280@var{Ctrl-C flag} is only send if the user requested a break. In this
22281case, @var{errno} must be send as well, even if the call was successful.
22282The @var{Ctrl-C flag} itself consists of the character 'C':
22283
22284@smallexample
22285F0,0,C
22286@end smallexample
22287
22288@noindent
22289or, if the call was interupted before the host call has been performed:
22290
22291@smallexample
22292F-1,4,C
22293@end smallexample
22294
22295@noindent
22296assuming 4 is the protocol specific representation of @code{EINTR}.
22297
22298@end table
22299
22300@node Memory transfer
22301@subsection Memory transfer
22302@cindex memory transfer, in file-i/o protocol
22303
22304Structured data which is transferred using a memory read or write as e.g.@:
22305a @code{struct stat} is expected to be in a protocol specific format with
22306all scalar multibyte datatypes being big endian. This should be done by
22307the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
22308it transfers memory to the target. Transferred pointers to structured
22309data should point to the already coerced data at any time.
22310
22311@node The Ctrl-C message
22312@subsection The Ctrl-C message
22313@cindex ctrl-c message, in file-i/o protocol
22314
22315A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
22316reply packet. In this case the target should behave, as if it had
22317gotten a break message. The meaning for the target is ``system call
22318interupted by @code{SIGINT}''. Consequentially, the target should actually stop
22319(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 22320packet. In this case, it's important for the target to know, in which
0ce1b118
CV
22321state the system call was interrupted. Since this action is by design
22322not an atomic operation, we have to differ between two cases:
22323
22324@itemize @bullet
22325@item
22326The system call hasn't been performed on the host yet.
22327
22328@item
22329The system call on the host has been finished.
22330
22331@end itemize
22332
22333These two states can be distinguished by the target by the value of the
22334returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
22335call hasn't been performed. This is equivalent to the @code{EINTR} handling
22336on POSIX systems. In any other case, the target may presume that the
22337system call has been finished --- successful or not --- and should behave
22338as if the break message arrived right after the system call.
22339
22340@value{GDBN} must behave reliable. If the system call has not been called
22341yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
22342@code{errno} in the packet. If the system call on the host has been finished
22343before the user requests a break, the full action must be finshed by
22344@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
22345The @code{F} packet may only be send when either nothing has happened
22346or the full action has been completed.
22347
22348@node Console I/O
22349@subsection Console I/O
22350@cindex console i/o as part of file-i/o
22351
22352By default and if not explicitely closed by the target system, the file
22353descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
22354on the @value{GDBN} console is handled as any other file output operation
22355(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
22356by @value{GDBN} so that after the target read request from file descriptor
223570 all following typing is buffered until either one of the following
22358conditions is met:
22359
22360@itemize @bullet
22361@item
22362The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
22363@code{read}
22364system call is treated as finished.
22365
22366@item
22367The user presses @kbd{Enter}. This is treated as end of input with a trailing
22368line feed.
22369
22370@item
22371The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
22372character, especially no Ctrl-D is appended to the input.
22373
22374@end itemize
22375
22376If the user has typed more characters as fit in the buffer given to
22377the read call, the trailing characters are buffered in @value{GDBN} until
22378either another @code{read(0, @dots{})} is requested by the target or debugging
22379is stopped on users request.
22380
22381@node The isatty call
22382@subsection The isatty(3) call
22383@cindex isatty call, file-i/o protocol
22384
22385A special case in this protocol is the library call @code{isatty} which
9c16f35a 22386is implemented as its own call inside of this protocol. It returns
0ce1b118
CV
223871 to the target if the file descriptor given as parameter is attached
22388to the @value{GDBN} console, 0 otherwise. Implementing through system calls
22389would require implementing @code{ioctl} and would be more complex than
22390needed.
22391
22392@node The system call
22393@subsection The system(3) call
22394@cindex system call, file-i/o protocol
22395
22396The other special case in this protocol is the @code{system} call which
9c16f35a 22397is implemented as its own call, too. @value{GDBN} is taking over the full
0ce1b118
CV
22398task of calling the necessary host calls to perform the @code{system}
22399call. The return value of @code{system} is simplified before it's returned
22400to the target. Basically, the only signal transmitted back is @code{EINTR}
22401in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
22402entirely of the exit status of the called command.
22403
9c16f35a
EZ
22404Due to security concerns, the @code{system} call is by default refused
22405by @value{GDBN}. The user has to allow this call explicitly with the
22406@kbd{set remote system-call-allowed 1} command.
0ce1b118 22407
9c16f35a
EZ
22408@table @code
22409@item set remote system-call-allowed
22410@kindex set remote system-call-allowed
22411Control whether to allow the @code{system} calls in the File I/O
22412protocol for the remote target. The default is zero (disabled).
0ce1b118 22413
9c16f35a 22414@item show remote system-call-allowed
0ce1b118 22415@kindex show remote system-call-allowed
9c16f35a
EZ
22416Show the current setting of system calls for the remote File I/O
22417protocol.
0ce1b118
CV
22418@end table
22419
22420@node List of supported calls
22421@subsection List of supported calls
22422@cindex list of supported file-i/o calls
22423
22424@menu
22425* open::
22426* close::
22427* read::
22428* write::
22429* lseek::
22430* rename::
22431* unlink::
22432* stat/fstat::
22433* gettimeofday::
22434* isatty::
22435* system::
22436@end menu
22437
22438@node open
22439@unnumberedsubsubsec open
22440@cindex open, file-i/o system call
22441
22442@smallexample
22443@exdent Synopsis:
22444int open(const char *pathname, int flags);
22445int open(const char *pathname, int flags, mode_t mode);
22446
b383017d 22447@exdent Request:
0ce1b118
CV
22448Fopen,pathptr/len,flags,mode
22449@end smallexample
22450
22451@noindent
22452@code{flags} is the bitwise or of the following values:
22453
22454@table @code
b383017d 22455@item O_CREAT
0ce1b118
CV
22456If the file does not exist it will be created. The host
22457rules apply as far as file ownership and time stamps
22458are concerned.
22459
b383017d 22460@item O_EXCL
0ce1b118
CV
22461When used with O_CREAT, if the file already exists it is
22462an error and open() fails.
22463
b383017d 22464@item O_TRUNC
0ce1b118
CV
22465If the file already exists and the open mode allows
22466writing (O_RDWR or O_WRONLY is given) it will be
22467truncated to length 0.
22468
b383017d 22469@item O_APPEND
0ce1b118
CV
22470The file is opened in append mode.
22471
b383017d 22472@item O_RDONLY
0ce1b118
CV
22473The file is opened for reading only.
22474
b383017d 22475@item O_WRONLY
0ce1b118
CV
22476The file is opened for writing only.
22477
b383017d 22478@item O_RDWR
0ce1b118
CV
22479The file is opened for reading and writing.
22480
22481@noindent
22482Each other bit is silently ignored.
22483
22484@end table
22485
22486@noindent
22487@code{mode} is the bitwise or of the following values:
22488
22489@table @code
b383017d 22490@item S_IRUSR
0ce1b118
CV
22491User has read permission.
22492
b383017d 22493@item S_IWUSR
0ce1b118
CV
22494User has write permission.
22495
b383017d 22496@item S_IRGRP
0ce1b118
CV
22497Group has read permission.
22498
b383017d 22499@item S_IWGRP
0ce1b118
CV
22500Group has write permission.
22501
b383017d 22502@item S_IROTH
0ce1b118
CV
22503Others have read permission.
22504
b383017d 22505@item S_IWOTH
0ce1b118
CV
22506Others have write permission.
22507
22508@noindent
22509Each other bit is silently ignored.
22510
22511@end table
22512
22513@smallexample
22514@exdent Return value:
22515open returns the new file descriptor or -1 if an error
22516occured.
22517
22518@exdent Errors:
22519@end smallexample
22520
22521@table @code
b383017d 22522@item EEXIST
0ce1b118
CV
22523pathname already exists and O_CREAT and O_EXCL were used.
22524
b383017d 22525@item EISDIR
0ce1b118
CV
22526pathname refers to a directory.
22527
b383017d 22528@item EACCES
0ce1b118
CV
22529The requested access is not allowed.
22530
22531@item ENAMETOOLONG
22532pathname was too long.
22533
b383017d 22534@item ENOENT
0ce1b118
CV
22535A directory component in pathname does not exist.
22536
b383017d 22537@item ENODEV
0ce1b118
CV
22538pathname refers to a device, pipe, named pipe or socket.
22539
b383017d 22540@item EROFS
0ce1b118
CV
22541pathname refers to a file on a read-only filesystem and
22542write access was requested.
22543
b383017d 22544@item EFAULT
0ce1b118
CV
22545pathname is an invalid pointer value.
22546
b383017d 22547@item ENOSPC
0ce1b118
CV
22548No space on device to create the file.
22549
b383017d 22550@item EMFILE
0ce1b118
CV
22551The process already has the maximum number of files open.
22552
b383017d 22553@item ENFILE
0ce1b118
CV
22554The limit on the total number of files open on the system
22555has been reached.
22556
b383017d 22557@item EINTR
0ce1b118
CV
22558The call was interrupted by the user.
22559@end table
22560
22561@node close
22562@unnumberedsubsubsec close
22563@cindex close, file-i/o system call
22564
22565@smallexample
b383017d 22566@exdent Synopsis:
0ce1b118
CV
22567int close(int fd);
22568
b383017d 22569@exdent Request:
0ce1b118
CV
22570Fclose,fd
22571
22572@exdent Return value:
22573close returns zero on success, or -1 if an error occurred.
22574
22575@exdent Errors:
22576@end smallexample
22577
22578@table @code
b383017d 22579@item EBADF
0ce1b118
CV
22580fd isn't a valid open file descriptor.
22581
b383017d 22582@item EINTR
0ce1b118
CV
22583The call was interrupted by the user.
22584@end table
22585
22586@node read
22587@unnumberedsubsubsec read
22588@cindex read, file-i/o system call
22589
22590@smallexample
b383017d 22591@exdent Synopsis:
0ce1b118
CV
22592int read(int fd, void *buf, unsigned int count);
22593
b383017d 22594@exdent Request:
0ce1b118
CV
22595Fread,fd,bufptr,count
22596
22597@exdent Return value:
22598On success, the number of bytes read is returned.
22599Zero indicates end of file. If count is zero, read
b383017d 22600returns zero as well. On error, -1 is returned.
0ce1b118
CV
22601
22602@exdent Errors:
22603@end smallexample
22604
22605@table @code
b383017d 22606@item EBADF
0ce1b118
CV
22607fd is not a valid file descriptor or is not open for
22608reading.
22609
b383017d 22610@item EFAULT
0ce1b118
CV
22611buf is an invalid pointer value.
22612
b383017d 22613@item EINTR
0ce1b118
CV
22614The call was interrupted by the user.
22615@end table
22616
22617@node write
22618@unnumberedsubsubsec write
22619@cindex write, file-i/o system call
22620
22621@smallexample
b383017d 22622@exdent Synopsis:
0ce1b118
CV
22623int write(int fd, const void *buf, unsigned int count);
22624
b383017d 22625@exdent Request:
0ce1b118
CV
22626Fwrite,fd,bufptr,count
22627
22628@exdent Return value:
22629On success, the number of bytes written are returned.
22630Zero indicates nothing was written. On error, -1
22631is returned.
22632
22633@exdent Errors:
22634@end smallexample
22635
22636@table @code
b383017d 22637@item EBADF
0ce1b118
CV
22638fd is not a valid file descriptor or is not open for
22639writing.
22640
b383017d 22641@item EFAULT
0ce1b118
CV
22642buf is an invalid pointer value.
22643
b383017d 22644@item EFBIG
0ce1b118
CV
22645An attempt was made to write a file that exceeds the
22646host specific maximum file size allowed.
22647
b383017d 22648@item ENOSPC
0ce1b118
CV
22649No space on device to write the data.
22650
b383017d 22651@item EINTR
0ce1b118
CV
22652The call was interrupted by the user.
22653@end table
22654
22655@node lseek
22656@unnumberedsubsubsec lseek
22657@cindex lseek, file-i/o system call
22658
22659@smallexample
b383017d 22660@exdent Synopsis:
0ce1b118
CV
22661long lseek (int fd, long offset, int flag);
22662
b383017d 22663@exdent Request:
0ce1b118
CV
22664Flseek,fd,offset,flag
22665@end smallexample
22666
22667@code{flag} is one of:
22668
22669@table @code
b383017d 22670@item SEEK_SET
0ce1b118
CV
22671The offset is set to offset bytes.
22672
b383017d 22673@item SEEK_CUR
0ce1b118
CV
22674The offset is set to its current location plus offset
22675bytes.
22676
b383017d 22677@item SEEK_END
0ce1b118
CV
22678The offset is set to the size of the file plus offset
22679bytes.
22680@end table
22681
22682@smallexample
22683@exdent Return value:
22684On success, the resulting unsigned offset in bytes from
22685the beginning of the file is returned. Otherwise, a
22686value of -1 is returned.
22687
22688@exdent Errors:
22689@end smallexample
22690
22691@table @code
b383017d 22692@item EBADF
0ce1b118
CV
22693fd is not a valid open file descriptor.
22694
b383017d 22695@item ESPIPE
0ce1b118
CV
22696fd is associated with the @value{GDBN} console.
22697
b383017d 22698@item EINVAL
0ce1b118
CV
22699flag is not a proper value.
22700
b383017d 22701@item EINTR
0ce1b118
CV
22702The call was interrupted by the user.
22703@end table
22704
22705@node rename
22706@unnumberedsubsubsec rename
22707@cindex rename, file-i/o system call
22708
22709@smallexample
b383017d 22710@exdent Synopsis:
0ce1b118
CV
22711int rename(const char *oldpath, const char *newpath);
22712
b383017d 22713@exdent Request:
0ce1b118
CV
22714Frename,oldpathptr/len,newpathptr/len
22715
22716@exdent Return value:
22717On success, zero is returned. On error, -1 is returned.
22718
22719@exdent Errors:
22720@end smallexample
22721
22722@table @code
b383017d 22723@item EISDIR
0ce1b118
CV
22724newpath is an existing directory, but oldpath is not a
22725directory.
22726
b383017d 22727@item EEXIST
0ce1b118
CV
22728newpath is a non-empty directory.
22729
b383017d 22730@item EBUSY
0ce1b118
CV
22731oldpath or newpath is a directory that is in use by some
22732process.
22733
b383017d 22734@item EINVAL
0ce1b118
CV
22735An attempt was made to make a directory a subdirectory
22736of itself.
22737
b383017d 22738@item ENOTDIR
0ce1b118
CV
22739A component used as a directory in oldpath or new
22740path is not a directory. Or oldpath is a directory
22741and newpath exists but is not a directory.
22742
b383017d 22743@item EFAULT
0ce1b118
CV
22744oldpathptr or newpathptr are invalid pointer values.
22745
b383017d 22746@item EACCES
0ce1b118
CV
22747No access to the file or the path of the file.
22748
22749@item ENAMETOOLONG
b383017d 22750
0ce1b118
CV
22751oldpath or newpath was too long.
22752
b383017d 22753@item ENOENT
0ce1b118
CV
22754A directory component in oldpath or newpath does not exist.
22755
b383017d 22756@item EROFS
0ce1b118
CV
22757The file is on a read-only filesystem.
22758
b383017d 22759@item ENOSPC
0ce1b118
CV
22760The device containing the file has no room for the new
22761directory entry.
22762
b383017d 22763@item EINTR
0ce1b118
CV
22764The call was interrupted by the user.
22765@end table
22766
22767@node unlink
22768@unnumberedsubsubsec unlink
22769@cindex unlink, file-i/o system call
22770
22771@smallexample
b383017d 22772@exdent Synopsis:
0ce1b118
CV
22773int unlink(const char *pathname);
22774
b383017d 22775@exdent Request:
0ce1b118
CV
22776Funlink,pathnameptr/len
22777
22778@exdent Return value:
22779On success, zero is returned. On error, -1 is returned.
22780
22781@exdent Errors:
22782@end smallexample
22783
22784@table @code
b383017d 22785@item EACCES
0ce1b118
CV
22786No access to the file or the path of the file.
22787
b383017d 22788@item EPERM
0ce1b118
CV
22789The system does not allow unlinking of directories.
22790
b383017d 22791@item EBUSY
0ce1b118
CV
22792The file pathname cannot be unlinked because it's
22793being used by another process.
22794
b383017d 22795@item EFAULT
0ce1b118
CV
22796pathnameptr is an invalid pointer value.
22797
22798@item ENAMETOOLONG
22799pathname was too long.
22800
b383017d 22801@item ENOENT
0ce1b118
CV
22802A directory component in pathname does not exist.
22803
b383017d 22804@item ENOTDIR
0ce1b118
CV
22805A component of the path is not a directory.
22806
b383017d 22807@item EROFS
0ce1b118
CV
22808The file is on a read-only filesystem.
22809
b383017d 22810@item EINTR
0ce1b118
CV
22811The call was interrupted by the user.
22812@end table
22813
22814@node stat/fstat
22815@unnumberedsubsubsec stat/fstat
22816@cindex fstat, file-i/o system call
22817@cindex stat, file-i/o system call
22818
22819@smallexample
b383017d 22820@exdent Synopsis:
0ce1b118
CV
22821int stat(const char *pathname, struct stat *buf);
22822int fstat(int fd, struct stat *buf);
22823
b383017d 22824@exdent Request:
0ce1b118
CV
22825Fstat,pathnameptr/len,bufptr
22826Ffstat,fd,bufptr
22827
22828@exdent Return value:
22829On success, zero is returned. On error, -1 is returned.
22830
22831@exdent Errors:
22832@end smallexample
22833
22834@table @code
b383017d 22835@item EBADF
0ce1b118
CV
22836fd is not a valid open file.
22837
b383017d 22838@item ENOENT
0ce1b118
CV
22839A directory component in pathname does not exist or the
22840path is an empty string.
22841
b383017d 22842@item ENOTDIR
0ce1b118
CV
22843A component of the path is not a directory.
22844
b383017d 22845@item EFAULT
0ce1b118
CV
22846pathnameptr is an invalid pointer value.
22847
b383017d 22848@item EACCES
0ce1b118
CV
22849No access to the file or the path of the file.
22850
22851@item ENAMETOOLONG
22852pathname was too long.
22853
b383017d 22854@item EINTR
0ce1b118
CV
22855The call was interrupted by the user.
22856@end table
22857
22858@node gettimeofday
22859@unnumberedsubsubsec gettimeofday
22860@cindex gettimeofday, file-i/o system call
22861
22862@smallexample
b383017d 22863@exdent Synopsis:
0ce1b118
CV
22864int gettimeofday(struct timeval *tv, void *tz);
22865
b383017d 22866@exdent Request:
0ce1b118
CV
22867Fgettimeofday,tvptr,tzptr
22868
22869@exdent Return value:
22870On success, 0 is returned, -1 otherwise.
22871
22872@exdent Errors:
22873@end smallexample
22874
22875@table @code
b383017d 22876@item EINVAL
0ce1b118
CV
22877tz is a non-NULL pointer.
22878
b383017d 22879@item EFAULT
0ce1b118
CV
22880tvptr and/or tzptr is an invalid pointer value.
22881@end table
22882
22883@node isatty
22884@unnumberedsubsubsec isatty
22885@cindex isatty, file-i/o system call
22886
22887@smallexample
b383017d 22888@exdent Synopsis:
0ce1b118
CV
22889int isatty(int fd);
22890
b383017d 22891@exdent Request:
0ce1b118
CV
22892Fisatty,fd
22893
22894@exdent Return value:
22895Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
22896
22897@exdent Errors:
22898@end smallexample
22899
22900@table @code
b383017d 22901@item EINTR
0ce1b118
CV
22902The call was interrupted by the user.
22903@end table
22904
22905@node system
22906@unnumberedsubsubsec system
22907@cindex system, file-i/o system call
22908
22909@smallexample
b383017d 22910@exdent Synopsis:
0ce1b118
CV
22911int system(const char *command);
22912
b383017d 22913@exdent Request:
0ce1b118
CV
22914Fsystem,commandptr/len
22915
22916@exdent Return value:
22917The value returned is -1 on error and the return status
22918of the command otherwise. Only the exit status of the
22919command is returned, which is extracted from the hosts
22920system return value by calling WEXITSTATUS(retval).
22921In case /bin/sh could not be executed, 127 is returned.
22922
22923@exdent Errors:
22924@end smallexample
22925
22926@table @code
b383017d 22927@item EINTR
0ce1b118
CV
22928The call was interrupted by the user.
22929@end table
22930
22931@node Protocol specific representation of datatypes
22932@subsection Protocol specific representation of datatypes
22933@cindex protocol specific representation of datatypes, in file-i/o protocol
22934
22935@menu
22936* Integral datatypes::
22937* Pointer values::
22938* struct stat::
22939* struct timeval::
22940@end menu
22941
22942@node Integral datatypes
22943@unnumberedsubsubsec Integral datatypes
22944@cindex integral datatypes, in file-i/o protocol
22945
22946The integral datatypes used in the system calls are
22947
22948@smallexample
22949int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
22950@end smallexample
22951
22952@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
22953implemented as 32 bit values in this protocol.
22954
b383017d
RM
22955@code{Long} and @code{unsigned long} are implemented as 64 bit types.
22956
0ce1b118
CV
22957@xref{Limits}, for corresponding MIN and MAX values (similar to those
22958in @file{limits.h}) to allow range checking on host and target.
22959
22960@code{time_t} datatypes are defined as seconds since the Epoch.
22961
22962All integral datatypes transferred as part of a memory read or write of a
22963structured datatype e.g.@: a @code{struct stat} have to be given in big endian
22964byte order.
22965
22966@node Pointer values
22967@unnumberedsubsubsec Pointer values
22968@cindex pointer values, in file-i/o protocol
22969
22970Pointers to target data are transmitted as they are. An exception
22971is made for pointers to buffers for which the length isn't
22972transmitted as part of the function call, namely strings. Strings
22973are transmitted as a pointer/length pair, both as hex values, e.g.@:
22974
22975@smallexample
22976@code{1aaf/12}
22977@end smallexample
22978
22979@noindent
22980which is a pointer to data of length 18 bytes at position 0x1aaf.
22981The length is defined as the full string length in bytes, including
22982the trailing null byte. Example:
22983
22984@smallexample
22985``hello, world'' at address 0x123456
22986@end smallexample
22987
22988@noindent
22989is transmitted as
22990
22991@smallexample
22992@code{123456/d}
22993@end smallexample
22994
22995@node struct stat
22996@unnumberedsubsubsec struct stat
22997@cindex struct stat, in file-i/o protocol
22998
22999The buffer of type struct stat used by the target and @value{GDBN} is defined
23000as follows:
23001
23002@smallexample
23003struct stat @{
23004 unsigned int st_dev; /* device */
23005 unsigned int st_ino; /* inode */
23006 mode_t st_mode; /* protection */
23007 unsigned int st_nlink; /* number of hard links */
23008 unsigned int st_uid; /* user ID of owner */
23009 unsigned int st_gid; /* group ID of owner */
23010 unsigned int st_rdev; /* device type (if inode device) */
23011 unsigned long st_size; /* total size, in bytes */
23012 unsigned long st_blksize; /* blocksize for filesystem I/O */
23013 unsigned long st_blocks; /* number of blocks allocated */
23014 time_t st_atime; /* time of last access */
23015 time_t st_mtime; /* time of last modification */
23016 time_t st_ctime; /* time of last change */
23017@};
23018@end smallexample
23019
23020The integral datatypes are conforming to the definitions given in the
23021approriate section (see @ref{Integral datatypes}, for details) so this
23022structure is of size 64 bytes.
23023
23024The values of several fields have a restricted meaning and/or
23025range of values.
23026
23027@smallexample
23028st_dev: 0 file
23029 1 console
23030
23031st_ino: No valid meaning for the target. Transmitted unchanged.
23032
23033st_mode: Valid mode bits are described in Appendix C. Any other
23034 bits have currently no meaning for the target.
23035
23036st_uid: No valid meaning for the target. Transmitted unchanged.
23037
23038st_gid: No valid meaning for the target. Transmitted unchanged.
23039
23040st_rdev: No valid meaning for the target. Transmitted unchanged.
23041
23042st_atime, st_mtime, st_ctime:
23043 These values have a host and file system dependent
23044 accuracy. Especially on Windows hosts the file systems
23045 don't support exact timing values.
23046@end smallexample
23047
23048The target gets a struct stat of the above representation and is
23049responsible to coerce it to the target representation before
23050continuing.
23051
23052Note that due to size differences between the host and target
23053representation of stat members, these members could eventually
23054get truncated on the target.
23055
23056@node struct timeval
23057@unnumberedsubsubsec struct timeval
23058@cindex struct timeval, in file-i/o protocol
23059
23060The buffer of type struct timeval used by the target and @value{GDBN}
23061is defined as follows:
23062
23063@smallexample
b383017d 23064struct timeval @{
0ce1b118
CV
23065 time_t tv_sec; /* second */
23066 long tv_usec; /* microsecond */
23067@};
23068@end smallexample
23069
23070The integral datatypes are conforming to the definitions given in the
23071approriate section (see @ref{Integral datatypes}, for details) so this
23072structure is of size 8 bytes.
23073
23074@node Constants
23075@subsection Constants
23076@cindex constants, in file-i/o protocol
23077
23078The following values are used for the constants inside of the
23079protocol. @value{GDBN} and target are resposible to translate these
23080values before and after the call as needed.
23081
23082@menu
23083* Open flags::
23084* mode_t values::
23085* Errno values::
23086* Lseek flags::
23087* Limits::
23088@end menu
23089
23090@node Open flags
23091@unnumberedsubsubsec Open flags
23092@cindex open flags, in file-i/o protocol
23093
23094All values are given in hexadecimal representation.
23095
23096@smallexample
23097 O_RDONLY 0x0
23098 O_WRONLY 0x1
23099 O_RDWR 0x2
23100 O_APPEND 0x8
23101 O_CREAT 0x200
23102 O_TRUNC 0x400
23103 O_EXCL 0x800
23104@end smallexample
23105
23106@node mode_t values
23107@unnumberedsubsubsec mode_t values
23108@cindex mode_t values, in file-i/o protocol
23109
23110All values are given in octal representation.
23111
23112@smallexample
23113 S_IFREG 0100000
23114 S_IFDIR 040000
23115 S_IRUSR 0400
23116 S_IWUSR 0200
23117 S_IXUSR 0100
23118 S_IRGRP 040
23119 S_IWGRP 020
23120 S_IXGRP 010
23121 S_IROTH 04
23122 S_IWOTH 02
23123 S_IXOTH 01
23124@end smallexample
23125
23126@node Errno values
23127@unnumberedsubsubsec Errno values
23128@cindex errno values, in file-i/o protocol
23129
23130All values are given in decimal representation.
23131
23132@smallexample
23133 EPERM 1
23134 ENOENT 2
23135 EINTR 4
23136 EBADF 9
23137 EACCES 13
23138 EFAULT 14
23139 EBUSY 16
23140 EEXIST 17
23141 ENODEV 19
23142 ENOTDIR 20
23143 EISDIR 21
23144 EINVAL 22
23145 ENFILE 23
23146 EMFILE 24
23147 EFBIG 27
23148 ENOSPC 28
23149 ESPIPE 29
23150 EROFS 30
23151 ENAMETOOLONG 91
23152 EUNKNOWN 9999
23153@end smallexample
23154
23155 EUNKNOWN is used as a fallback error value if a host system returns
23156 any error value not in the list of supported error numbers.
23157
23158@node Lseek flags
23159@unnumberedsubsubsec Lseek flags
23160@cindex lseek flags, in file-i/o protocol
23161
23162@smallexample
23163 SEEK_SET 0
23164 SEEK_CUR 1
23165 SEEK_END 2
23166@end smallexample
23167
23168@node Limits
23169@unnumberedsubsubsec Limits
23170@cindex limits, in file-i/o protocol
23171
23172All values are given in decimal representation.
23173
23174@smallexample
23175 INT_MIN -2147483648
23176 INT_MAX 2147483647
23177 UINT_MAX 4294967295
23178 LONG_MIN -9223372036854775808
23179 LONG_MAX 9223372036854775807
23180 ULONG_MAX 18446744073709551615
23181@end smallexample
23182
23183@node File-I/O Examples
23184@subsection File-I/O Examples
23185@cindex file-i/o examples
23186
23187Example sequence of a write call, file descriptor 3, buffer is at target
23188address 0x1234, 6 bytes should be written:
23189
23190@smallexample
23191<- @code{Fwrite,3,1234,6}
23192@emph{request memory read from target}
23193-> @code{m1234,6}
23194<- XXXXXX
23195@emph{return "6 bytes written"}
23196-> @code{F6}
23197@end smallexample
23198
23199Example sequence of a read call, file descriptor 3, buffer is at target
23200address 0x1234, 6 bytes should be read:
23201
23202@smallexample
23203<- @code{Fread,3,1234,6}
23204@emph{request memory write to target}
23205-> @code{X1234,6:XXXXXX}
23206@emph{return "6 bytes read"}
23207-> @code{F6}
23208@end smallexample
23209
23210Example sequence of a read call, call fails on the host due to invalid
23211file descriptor (EBADF):
23212
23213@smallexample
23214<- @code{Fread,3,1234,6}
23215-> @code{F-1,9}
23216@end smallexample
23217
23218Example sequence of a read call, user presses Ctrl-C before syscall on
23219host is called:
23220
23221@smallexample
23222<- @code{Fread,3,1234,6}
23223-> @code{F-1,4,C}
23224<- @code{T02}
23225@end smallexample
23226
23227Example sequence of a read call, user presses Ctrl-C after syscall on
23228host is called:
23229
23230@smallexample
23231<- @code{Fread,3,1234,6}
23232-> @code{X1234,6:XXXXXX}
23233<- @code{T02}
23234@end smallexample
23235
f418dd93
DJ
23236@include agentexpr.texi
23237
aab4e0ec 23238@include gpl.texi
eb12ee30 23239
2154891a 23240@raisesections
6826cf00 23241@include fdl.texi
2154891a 23242@lowersections
6826cf00 23243
6d2ebf8b 23244@node Index
c906108c
SS
23245@unnumbered Index
23246
23247@printindex cp
23248
23249@tex
23250% I think something like @colophon should be in texinfo. In the
23251% meantime:
23252\long\def\colophon{\hbox to0pt{}\vfill
23253\centerline{The body of this manual is set in}
23254\centerline{\fontname\tenrm,}
23255\centerline{with headings in {\bf\fontname\tenbf}}
23256\centerline{and examples in {\tt\fontname\tentt}.}
23257\centerline{{\it\fontname\tenit\/},}
23258\centerline{{\bf\fontname\tenbf}, and}
23259\centerline{{\sl\fontname\tensl\/}}
23260\centerline{are used for emphasis.}\vfill}
23261\page\colophon
23262% Blame: doc@cygnus.com, 1991.
23263@end tex
23264
c906108c 23265@bye
This page took 1.816542 seconds and 4 git commands to generate.