*** empty log message ***
[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
c45da7e6
EZ
1270repeat. User-defined commands can disable this feature; see
1271@ref{Define, dont-repeat}.
c906108c
SS
1272
1273The @code{list} and @code{x} commands, when you repeat them with
1274@key{RET}, construct new arguments rather than repeating
1275exactly as typed. This permits easy scanning of source or memory.
1276
1277@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1278output, in a way similar to the common utility @code{more}
1279(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1280@key{RET} too many in this situation, @value{GDBN} disables command
1281repetition after any command that generates this sort of display.
1282
41afff9a 1283@kindex # @r{(a comment)}
c906108c
SS
1284@cindex comment
1285Any text from a @kbd{#} to the end of the line is a comment; it does
1286nothing. This is useful mainly in command files (@pxref{Command
1287Files,,Command files}).
1288
88118b3a
TT
1289@cindex repeating command sequences
1290@kindex C-o @r{(operate-and-get-next)}
1291The @kbd{C-o} binding is useful for repeating a complex sequence of
1292commands. This command accepts the current line, like @kbd{RET}, and
1293then fetches the next line relative to the current line from the history
1294for editing.
1295
6d2ebf8b 1296@node Completion
c906108c
SS
1297@section Command completion
1298
1299@cindex completion
1300@cindex word completion
1301@value{GDBN} can fill in the rest of a word in a command for you, if there is
1302only one possibility; it can also show you what the valid possibilities
1303are for the next word in a command, at any time. This works for @value{GDBN}
1304commands, @value{GDBN} subcommands, and the names of symbols in your program.
1305
1306Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1307of a word. If there is only one possibility, @value{GDBN} fills in the
1308word, and waits for you to finish the command (or press @key{RET} to
1309enter it). For example, if you type
1310
1311@c FIXME "@key" does not distinguish its argument sufficiently to permit
1312@c complete accuracy in these examples; space introduced for clarity.
1313@c If texinfo enhancements make it unnecessary, it would be nice to
1314@c replace " @key" by "@key" in the following...
474c8240 1315@smallexample
c906108c 1316(@value{GDBP}) info bre @key{TAB}
474c8240 1317@end smallexample
c906108c
SS
1318
1319@noindent
1320@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1321the only @code{info} subcommand beginning with @samp{bre}:
1322
474c8240 1323@smallexample
c906108c 1324(@value{GDBP}) info breakpoints
474c8240 1325@end smallexample
c906108c
SS
1326
1327@noindent
1328You can either press @key{RET} at this point, to run the @code{info
1329breakpoints} command, or backspace and enter something else, if
1330@samp{breakpoints} does not look like the command you expected. (If you
1331were sure you wanted @code{info breakpoints} in the first place, you
1332might as well just type @key{RET} immediately after @samp{info bre},
1333to exploit command abbreviations rather than command completion).
1334
1335If there is more than one possibility for the next word when you press
1336@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1337characters and try again, or just press @key{TAB} a second time;
1338@value{GDBN} displays all the possible completions for that word. For
1339example, you might want to set a breakpoint on a subroutine whose name
1340begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1341just sounds the bell. Typing @key{TAB} again displays all the
1342function names in your program that begin with those characters, for
1343example:
1344
474c8240 1345@smallexample
c906108c
SS
1346(@value{GDBP}) b make_ @key{TAB}
1347@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1348make_a_section_from_file make_environ
1349make_abs_section make_function_type
1350make_blockvector make_pointer_type
1351make_cleanup make_reference_type
c906108c
SS
1352make_command make_symbol_completion_list
1353(@value{GDBP}) b make_
474c8240 1354@end smallexample
c906108c
SS
1355
1356@noindent
1357After displaying the available possibilities, @value{GDBN} copies your
1358partial input (@samp{b make_} in the example) so you can finish the
1359command.
1360
1361If you just want to see the list of alternatives in the first place, you
b37052ae 1362can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1363means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1364key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1365one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1366
1367@cindex quotes in commands
1368@cindex completion of quoted strings
1369Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1370parentheses or other characters that @value{GDBN} normally excludes from
1371its notion of a word. To permit word completion to work in this
1372situation, you may enclose words in @code{'} (single quote marks) in
1373@value{GDBN} commands.
c906108c 1374
c906108c 1375The most likely situation where you might need this is in typing the
b37052ae
EZ
1376name of a C@t{++} function. This is because C@t{++} allows function
1377overloading (multiple definitions of the same function, distinguished
1378by argument type). For example, when you want to set a breakpoint you
1379may need to distinguish whether you mean the version of @code{name}
1380that takes an @code{int} parameter, @code{name(int)}, or the version
1381that takes a @code{float} parameter, @code{name(float)}. To use the
1382word-completion facilities in this situation, type a single quote
1383@code{'} at the beginning of the function name. This alerts
1384@value{GDBN} that it may need to consider more information than usual
1385when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1386
474c8240 1387@smallexample
96a2c332 1388(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1389bubble(double,double) bubble(int,int)
1390(@value{GDBP}) b 'bubble(
474c8240 1391@end smallexample
c906108c
SS
1392
1393In some cases, @value{GDBN} can tell that completing a name requires using
1394quotes. When this happens, @value{GDBN} inserts the quote for you (while
1395completing as much as it can) if you do not type the quote in the first
1396place:
1397
474c8240 1398@smallexample
c906108c
SS
1399(@value{GDBP}) b bub @key{TAB}
1400@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1401(@value{GDBP}) b 'bubble(
474c8240 1402@end smallexample
c906108c
SS
1403
1404@noindent
1405In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1406you have not yet started typing the argument list when you ask for
1407completion on an overloaded symbol.
1408
d4f3574e 1409For more information about overloaded functions, see @ref{C plus plus
b37052ae 1410expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1411overload-resolution off} to disable overload resolution;
b37052ae 1412see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1413
1414
6d2ebf8b 1415@node Help
c906108c
SS
1416@section Getting help
1417@cindex online documentation
1418@kindex help
1419
5d161b24 1420You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1421using the command @code{help}.
1422
1423@table @code
41afff9a 1424@kindex h @r{(@code{help})}
c906108c
SS
1425@item help
1426@itemx h
1427You can use @code{help} (abbreviated @code{h}) with no arguments to
1428display a short list of named classes of commands:
1429
1430@smallexample
1431(@value{GDBP}) help
1432List of classes of commands:
1433
2df3850c 1434aliases -- Aliases of other commands
c906108c 1435breakpoints -- Making program stop at certain points
2df3850c 1436data -- Examining data
c906108c 1437files -- Specifying and examining files
2df3850c
JM
1438internals -- Maintenance commands
1439obscure -- Obscure features
1440running -- Running the program
1441stack -- Examining the stack
c906108c
SS
1442status -- Status inquiries
1443support -- Support facilities
96a2c332
SS
1444tracepoints -- Tracing of program execution without@*
1445 stopping the program
c906108c 1446user-defined -- User-defined commands
c906108c 1447
5d161b24 1448Type "help" followed by a class name for a list of
c906108c 1449commands in that class.
5d161b24 1450Type "help" followed by command name for full
c906108c
SS
1451documentation.
1452Command name abbreviations are allowed if unambiguous.
1453(@value{GDBP})
1454@end smallexample
96a2c332 1455@c the above line break eliminates huge line overfull...
c906108c
SS
1456
1457@item help @var{class}
1458Using one of the general help classes as an argument, you can get a
1459list of the individual commands in that class. For example, here is the
1460help display for the class @code{status}:
1461
1462@smallexample
1463(@value{GDBP}) help status
1464Status inquiries.
1465
1466List of commands:
1467
1468@c Line break in "show" line falsifies real output, but needed
1469@c to fit in smallbook page size.
2df3850c
JM
1470info -- Generic command for showing things
1471 about the program being debugged
1472show -- Generic command for showing things
1473 about the debugger
c906108c 1474
5d161b24 1475Type "help" followed by command name for full
c906108c
SS
1476documentation.
1477Command name abbreviations are allowed if unambiguous.
1478(@value{GDBP})
1479@end smallexample
1480
1481@item help @var{command}
1482With a command name as @code{help} argument, @value{GDBN} displays a
1483short paragraph on how to use that command.
1484
6837a0a2
DB
1485@kindex apropos
1486@item apropos @var{args}
09d4efe1 1487The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2
DB
1488commands, and their documentation, for the regular expression specified in
1489@var{args}. It prints out all matches found. For example:
1490
1491@smallexample
1492apropos reload
1493@end smallexample
1494
b37052ae
EZ
1495@noindent
1496results in:
6837a0a2
DB
1497
1498@smallexample
6d2ebf8b
SS
1499@c @group
1500set symbol-reloading -- Set dynamic symbol table reloading
1501 multiple times in one run
1502show symbol-reloading -- Show dynamic symbol table reloading
1503 multiple times in one run
1504@c @end group
6837a0a2
DB
1505@end smallexample
1506
c906108c
SS
1507@kindex complete
1508@item complete @var{args}
1509The @code{complete @var{args}} command lists all the possible completions
1510for the beginning of a command. Use @var{args} to specify the beginning of the
1511command you want completed. For example:
1512
1513@smallexample
1514complete i
1515@end smallexample
1516
1517@noindent results in:
1518
1519@smallexample
1520@group
2df3850c
JM
1521if
1522ignore
c906108c
SS
1523info
1524inspect
c906108c
SS
1525@end group
1526@end smallexample
1527
1528@noindent This is intended for use by @sc{gnu} Emacs.
1529@end table
1530
1531In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1532and @code{show} to inquire about the state of your program, or the state
1533of @value{GDBN} itself. Each command supports many topics of inquiry; this
1534manual introduces each of them in the appropriate context. The listings
1535under @code{info} and under @code{show} in the Index point to
1536all the sub-commands. @xref{Index}.
1537
1538@c @group
1539@table @code
1540@kindex info
41afff9a 1541@kindex i @r{(@code{info})}
c906108c
SS
1542@item info
1543This command (abbreviated @code{i}) is for describing the state of your
1544program. For example, you can list the arguments given to your program
1545with @code{info args}, list the registers currently in use with @code{info
1546registers}, or list the breakpoints you have set with @code{info breakpoints}.
1547You can get a complete list of the @code{info} sub-commands with
1548@w{@code{help info}}.
1549
1550@kindex set
1551@item set
5d161b24 1552You can assign the result of an expression to an environment variable with
c906108c
SS
1553@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1554@code{set prompt $}.
1555
1556@kindex show
1557@item show
5d161b24 1558In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1559@value{GDBN} itself.
1560You can change most of the things you can @code{show}, by using the
1561related command @code{set}; for example, you can control what number
1562system is used for displays with @code{set radix}, or simply inquire
1563which is currently in use with @code{show radix}.
1564
1565@kindex info set
1566To display all the settable parameters and their current
1567values, you can use @code{show} with no arguments; you may also use
1568@code{info set}. Both commands produce the same display.
1569@c FIXME: "info set" violates the rule that "info" is for state of
1570@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1571@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1572@end table
1573@c @end group
1574
1575Here are three miscellaneous @code{show} subcommands, all of which are
1576exceptional in lacking corresponding @code{set} commands:
1577
1578@table @code
1579@kindex show version
9c16f35a 1580@cindex @value{GDBN} version number
c906108c
SS
1581@item show version
1582Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1583information in @value{GDBN} bug-reports. If multiple versions of
1584@value{GDBN} are in use at your site, you may need to determine which
1585version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1586commands are introduced, and old ones may wither away. Also, many
1587system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1588variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1589The version number is the same as the one announced when you start
1590@value{GDBN}.
c906108c
SS
1591
1592@kindex show copying
09d4efe1 1593@kindex info copying
9c16f35a 1594@cindex display @value{GDBN} copyright
c906108c 1595@item show copying
09d4efe1 1596@itemx info copying
c906108c
SS
1597Display information about permission for copying @value{GDBN}.
1598
1599@kindex show warranty
09d4efe1 1600@kindex info warranty
c906108c 1601@item show warranty
09d4efe1 1602@itemx info warranty
2df3850c 1603Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1604if your version of @value{GDBN} comes with one.
2df3850c 1605
c906108c
SS
1606@end table
1607
6d2ebf8b 1608@node Running
c906108c
SS
1609@chapter Running Programs Under @value{GDBN}
1610
1611When you run a program under @value{GDBN}, you must first generate
1612debugging information when you compile it.
7a292a7a
SS
1613
1614You may start @value{GDBN} with its arguments, if any, in an environment
1615of your choice. If you are doing native debugging, you may redirect
1616your program's input and output, debug an already running process, or
1617kill a child process.
c906108c
SS
1618
1619@menu
1620* Compilation:: Compiling for debugging
1621* Starting:: Starting your program
c906108c
SS
1622* Arguments:: Your program's arguments
1623* Environment:: Your program's environment
c906108c
SS
1624
1625* Working Directory:: Your program's working directory
1626* Input/Output:: Your program's input and output
1627* Attach:: Debugging an already-running process
1628* Kill Process:: Killing the child process
c906108c
SS
1629
1630* Threads:: Debugging programs with multiple threads
1631* Processes:: Debugging programs with multiple processes
1632@end menu
1633
6d2ebf8b 1634@node Compilation
c906108c
SS
1635@section Compiling for debugging
1636
1637In order to debug a program effectively, you need to generate
1638debugging information when you compile it. This debugging information
1639is stored in the object file; it describes the data type of each
1640variable or function and the correspondence between source line numbers
1641and addresses in the executable code.
1642
1643To request debugging information, specify the @samp{-g} option when you run
1644the compiler.
1645
e2e0bcd1
JB
1646Most compilers do not include information about preprocessor macros in
1647the debugging information if you specify the @option{-g} flag alone,
1648because this information is rather large. Version 3.1 of @value{NGCC},
1649the @sc{gnu} C compiler, provides macro information if you specify the
1650options @option{-gdwarf-2} and @option{-g3}; the former option requests
1651debugging information in the Dwarf 2 format, and the latter requests
1652``extra information''. In the future, we hope to find more compact ways
1653to represent macro information, so that it can be included with
1654@option{-g} alone.
1655
c906108c
SS
1656Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1657options together. Using those compilers, you cannot generate optimized
1658executables containing debugging information.
1659
53a5351d
JM
1660@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1661without @samp{-O}, making it possible to debug optimized code. We
1662recommend that you @emph{always} use @samp{-g} whenever you compile a
1663program. You may think your program is correct, but there is no sense
1664in pushing your luck.
c906108c
SS
1665
1666@cindex optimized code, debugging
1667@cindex debugging optimized code
1668When you debug a program compiled with @samp{-g -O}, remember that the
1669optimizer is rearranging your code; the debugger shows you what is
1670really there. Do not be too surprised when the execution path does not
1671exactly match your source file! An extreme example: if you define a
1672variable, but never use it, @value{GDBN} never sees that
1673variable---because the compiler optimizes it out of existence.
1674
1675Some things do not work as well with @samp{-g -O} as with just
1676@samp{-g}, particularly on machines with instruction scheduling. If in
1677doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1678please report it to us as a bug (including a test case!).
15387254 1679@xref{Variables}, for more information about debugging optimized code.
c906108c
SS
1680
1681Older versions of the @sc{gnu} C compiler permitted a variant option
1682@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1683format; if your @sc{gnu} C compiler has this option, do not use it.
1684
1685@need 2000
6d2ebf8b 1686@node Starting
c906108c
SS
1687@section Starting your program
1688@cindex starting
1689@cindex running
1690
1691@table @code
1692@kindex run
41afff9a 1693@kindex r @r{(@code{run})}
c906108c
SS
1694@item run
1695@itemx r
7a292a7a
SS
1696Use the @code{run} command to start your program under @value{GDBN}.
1697You must first specify the program name (except on VxWorks) with an
1698argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1699@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1700(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1701
1702@end table
1703
c906108c
SS
1704If you are running your program in an execution environment that
1705supports processes, @code{run} creates an inferior process and makes
1706that process run your program. (In environments without processes,
1707@code{run} jumps to the start of your program.)
1708
1709The execution of a program is affected by certain information it
1710receives from its superior. @value{GDBN} provides ways to specify this
1711information, which you must do @emph{before} starting your program. (You
1712can change it after starting your program, but such changes only affect
1713your program the next time you start it.) This information may be
1714divided into four categories:
1715
1716@table @asis
1717@item The @emph{arguments.}
1718Specify the arguments to give your program as the arguments of the
1719@code{run} command. If a shell is available on your target, the shell
1720is used to pass the arguments, so that you may use normal conventions
1721(such as wildcard expansion or variable substitution) in describing
1722the arguments.
1723In Unix systems, you can control which shell is used with the
1724@code{SHELL} environment variable.
1725@xref{Arguments, ,Your program's arguments}.
1726
1727@item The @emph{environment.}
1728Your program normally inherits its environment from @value{GDBN}, but you can
1729use the @value{GDBN} commands @code{set environment} and @code{unset
1730environment} to change parts of the environment that affect
1731your program. @xref{Environment, ,Your program's environment}.
1732
1733@item The @emph{working directory.}
1734Your program inherits its working directory from @value{GDBN}. You can set
1735the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1736@xref{Working Directory, ,Your program's working directory}.
1737
1738@item The @emph{standard input and output.}
1739Your program normally uses the same device for standard input and
1740standard output as @value{GDBN} is using. You can redirect input and output
1741in the @code{run} command line, or you can use the @code{tty} command to
1742set a different device for your program.
1743@xref{Input/Output, ,Your program's input and output}.
1744
1745@cindex pipes
1746@emph{Warning:} While input and output redirection work, you cannot use
1747pipes to pass the output of the program you are debugging to another
1748program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1749wrong program.
1750@end table
c906108c
SS
1751
1752When you issue the @code{run} command, your program begins to execute
1753immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1754of how to arrange for your program to stop. Once your program has
1755stopped, you may call functions in your program, using the @code{print}
1756or @code{call} commands. @xref{Data, ,Examining Data}.
1757
1758If the modification time of your symbol file has changed since the last
1759time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1760table, and reads it again. When it does this, @value{GDBN} tries to retain
1761your current breakpoints.
1762
4e8b0763
JB
1763@table @code
1764@kindex start
1765@item start
1766@cindex run to main procedure
1767The name of the main procedure can vary from language to language.
1768With C or C@t{++}, the main procedure name is always @code{main}, but
1769other languages such as Ada do not require a specific name for their
1770main procedure. The debugger provides a convenient way to start the
1771execution of the program and to stop at the beginning of the main
1772procedure, depending on the language used.
1773
1774The @samp{start} command does the equivalent of setting a temporary
1775breakpoint at the beginning of the main procedure and then invoking
1776the @samp{run} command.
1777
f018e82f
EZ
1778@cindex elaboration phase
1779Some programs contain an @dfn{elaboration} phase where some startup code is
1780executed before the main procedure is called. This depends on the
1781languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
1782constructors for static and global objects are executed before
1783@code{main} is called. It is therefore possible that the debugger stops
1784before reaching the main procedure. However, the temporary breakpoint
1785will remain to halt execution.
1786
1787Specify the arguments to give to your program as arguments to the
1788@samp{start} command. These arguments will be given verbatim to the
1789underlying @samp{run} command. Note that the same arguments will be
1790reused if no argument is provided during subsequent calls to
1791@samp{start} or @samp{run}.
1792
1793It is sometimes necessary to debug the program during elaboration. In
1794these cases, using the @code{start} command would stop the execution of
1795your program too late, as the program would have already completed the
1796elaboration phase. Under these circumstances, insert breakpoints in your
1797elaboration code before running your program.
1798@end table
1799
6d2ebf8b 1800@node Arguments
c906108c
SS
1801@section Your program's arguments
1802
1803@cindex arguments (to your program)
1804The arguments to your program can be specified by the arguments of the
5d161b24 1805@code{run} command.
c906108c
SS
1806They are passed to a shell, which expands wildcard characters and
1807performs redirection of I/O, and thence to your program. Your
1808@code{SHELL} environment variable (if it exists) specifies what shell
1809@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1810the default shell (@file{/bin/sh} on Unix).
1811
1812On non-Unix systems, the program is usually invoked directly by
1813@value{GDBN}, which emulates I/O redirection via the appropriate system
1814calls, and the wildcard characters are expanded by the startup code of
1815the program, not by the shell.
c906108c
SS
1816
1817@code{run} with no arguments uses the same arguments used by the previous
1818@code{run}, or those set by the @code{set args} command.
1819
c906108c 1820@table @code
41afff9a 1821@kindex set args
c906108c
SS
1822@item set args
1823Specify the arguments to be used the next time your program is run. If
1824@code{set args} has no arguments, @code{run} executes your program
1825with no arguments. Once you have run your program with arguments,
1826using @code{set args} before the next @code{run} is the only way to run
1827it again without arguments.
1828
1829@kindex show args
1830@item show args
1831Show the arguments to give your program when it is started.
1832@end table
1833
6d2ebf8b 1834@node Environment
c906108c
SS
1835@section Your program's environment
1836
1837@cindex environment (of your program)
1838The @dfn{environment} consists of a set of environment variables and
1839their values. Environment variables conventionally record such things as
1840your user name, your home directory, your terminal type, and your search
1841path for programs to run. Usually you set up environment variables with
1842the shell and they are inherited by all the other programs you run. When
1843debugging, it can be useful to try running your program with a modified
1844environment without having to start @value{GDBN} over again.
1845
1846@table @code
1847@kindex path
1848@item path @var{directory}
1849Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1850(the search path for executables) that will be passed to your program.
1851The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1852You may specify several directory names, separated by whitespace or by a
1853system-dependent separator character (@samp{:} on Unix, @samp{;} on
1854MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1855is moved to the front, so it is searched sooner.
c906108c
SS
1856
1857You can use the string @samp{$cwd} to refer to whatever is the current
1858working directory at the time @value{GDBN} searches the path. If you
1859use @samp{.} instead, it refers to the directory where you executed the
1860@code{path} command. @value{GDBN} replaces @samp{.} in the
1861@var{directory} argument (with the current path) before adding
1862@var{directory} to the search path.
1863@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1864@c document that, since repeating it would be a no-op.
1865
1866@kindex show paths
1867@item show paths
1868Display the list of search paths for executables (the @code{PATH}
1869environment variable).
1870
1871@kindex show environment
1872@item show environment @r{[}@var{varname}@r{]}
1873Print the value of environment variable @var{varname} to be given to
1874your program when it starts. If you do not supply @var{varname},
1875print the names and values of all environment variables to be given to
1876your program. You can abbreviate @code{environment} as @code{env}.
1877
1878@kindex set environment
53a5351d 1879@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1880Set environment variable @var{varname} to @var{value}. The value
1881changes for your program only, not for @value{GDBN} itself. @var{value} may
1882be any string; the values of environment variables are just strings, and
1883any interpretation is supplied by your program itself. The @var{value}
1884parameter is optional; if it is eliminated, the variable is set to a
1885null value.
1886@c "any string" here does not include leading, trailing
1887@c blanks. Gnu asks: does anyone care?
1888
1889For example, this command:
1890
474c8240 1891@smallexample
c906108c 1892set env USER = foo
474c8240 1893@end smallexample
c906108c
SS
1894
1895@noindent
d4f3574e 1896tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1897@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1898are not actually required.)
1899
1900@kindex unset environment
1901@item unset environment @var{varname}
1902Remove variable @var{varname} from the environment to be passed to your
1903program. This is different from @samp{set env @var{varname} =};
1904@code{unset environment} removes the variable from the environment,
1905rather than assigning it an empty value.
1906@end table
1907
d4f3574e
SS
1908@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1909the shell indicated
c906108c
SS
1910by your @code{SHELL} environment variable if it exists (or
1911@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1912that runs an initialization file---such as @file{.cshrc} for C-shell, or
1913@file{.bashrc} for BASH---any variables you set in that file affect
1914your program. You may wish to move setting of environment variables to
1915files that are only run when you sign on, such as @file{.login} or
1916@file{.profile}.
1917
6d2ebf8b 1918@node Working Directory
c906108c
SS
1919@section Your program's working directory
1920
1921@cindex working directory (of your program)
1922Each time you start your program with @code{run}, it inherits its
1923working directory from the current working directory of @value{GDBN}.
1924The @value{GDBN} working directory is initially whatever it inherited
1925from its parent process (typically the shell), but you can specify a new
1926working directory in @value{GDBN} with the @code{cd} command.
1927
1928The @value{GDBN} working directory also serves as a default for the commands
1929that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1930specify files}.
1931
1932@table @code
1933@kindex cd
721c2651 1934@cindex change working directory
c906108c
SS
1935@item cd @var{directory}
1936Set the @value{GDBN} working directory to @var{directory}.
1937
1938@kindex pwd
1939@item pwd
1940Print the @value{GDBN} working directory.
1941@end table
1942
60bf7e09
EZ
1943It is generally impossible to find the current working directory of
1944the process being debugged (since a program can change its directory
1945during its run). If you work on a system where @value{GDBN} is
1946configured with the @file{/proc} support, you can use the @code{info
1947proc} command (@pxref{SVR4 Process Information}) to find out the
1948current working directory of the debuggee.
1949
6d2ebf8b 1950@node Input/Output
c906108c
SS
1951@section Your program's input and output
1952
1953@cindex redirection
1954@cindex i/o
1955@cindex terminal
1956By default, the program you run under @value{GDBN} does input and output to
5d161b24 1957the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1958to its own terminal modes to interact with you, but it records the terminal
1959modes your program was using and switches back to them when you continue
1960running your program.
1961
1962@table @code
1963@kindex info terminal
1964@item info terminal
1965Displays information recorded by @value{GDBN} about the terminal modes your
1966program is using.
1967@end table
1968
1969You can redirect your program's input and/or output using shell
1970redirection with the @code{run} command. For example,
1971
474c8240 1972@smallexample
c906108c 1973run > outfile
474c8240 1974@end smallexample
c906108c
SS
1975
1976@noindent
1977starts your program, diverting its output to the file @file{outfile}.
1978
1979@kindex tty
1980@cindex controlling terminal
1981Another way to specify where your program should do input and output is
1982with the @code{tty} command. This command accepts a file name as
1983argument, and causes this file to be the default for future @code{run}
1984commands. It also resets the controlling terminal for the child
1985process, for future @code{run} commands. For example,
1986
474c8240 1987@smallexample
c906108c 1988tty /dev/ttyb
474c8240 1989@end smallexample
c906108c
SS
1990
1991@noindent
1992directs that processes started with subsequent @code{run} commands
1993default to do input and output on the terminal @file{/dev/ttyb} and have
1994that as their controlling terminal.
1995
1996An explicit redirection in @code{run} overrides the @code{tty} command's
1997effect on the input/output device, but not its effect on the controlling
1998terminal.
1999
2000When you use the @code{tty} command or redirect input in the @code{run}
2001command, only the input @emph{for your program} is affected. The input
2002for @value{GDBN} still comes from your terminal.
2003
6d2ebf8b 2004@node Attach
c906108c
SS
2005@section Debugging an already-running process
2006@kindex attach
2007@cindex attach
2008
2009@table @code
2010@item attach @var{process-id}
2011This command attaches to a running process---one that was started
2012outside @value{GDBN}. (@code{info files} shows your active
2013targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2014find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2015or with the @samp{jobs -l} shell command.
2016
2017@code{attach} does not repeat if you press @key{RET} a second time after
2018executing the command.
2019@end table
2020
2021To use @code{attach}, your program must be running in an environment
2022which supports processes; for example, @code{attach} does not work for
2023programs on bare-board targets that lack an operating system. You must
2024also have permission to send the process a signal.
2025
2026When you use @code{attach}, the debugger finds the program running in
2027the process first by looking in the current working directory, then (if
2028the program is not found) by using the source file search path
2029(@pxref{Source Path, ,Specifying source directories}). You can also use
2030the @code{file} command to load the program. @xref{Files, ,Commands to
2031Specify Files}.
2032
2033The first thing @value{GDBN} does after arranging to debug the specified
2034process is to stop it. You can examine and modify an attached process
53a5351d
JM
2035with all the @value{GDBN} commands that are ordinarily available when
2036you start processes with @code{run}. You can insert breakpoints; you
2037can step and continue; you can modify storage. If you would rather the
2038process continue running, you may use the @code{continue} command after
c906108c
SS
2039attaching @value{GDBN} to the process.
2040
2041@table @code
2042@kindex detach
2043@item detach
2044When you have finished debugging the attached process, you can use the
2045@code{detach} command to release it from @value{GDBN} control. Detaching
2046the process continues its execution. After the @code{detach} command,
2047that process and @value{GDBN} become completely independent once more, and you
2048are ready to @code{attach} another process or start one with @code{run}.
2049@code{detach} does not repeat if you press @key{RET} again after
2050executing the command.
2051@end table
2052
2053If you exit @value{GDBN} or use the @code{run} command while you have an
2054attached process, you kill that process. By default, @value{GDBN} asks
2055for confirmation if you try to do either of these things; you can
2056control whether or not you need to confirm by using the @code{set
2057confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2058messages}).
2059
6d2ebf8b 2060@node Kill Process
c906108c 2061@section Killing the child process
c906108c
SS
2062
2063@table @code
2064@kindex kill
2065@item kill
2066Kill the child process in which your program is running under @value{GDBN}.
2067@end table
2068
2069This command is useful if you wish to debug a core dump instead of a
2070running process. @value{GDBN} ignores any core dump file while your program
2071is running.
2072
2073On some operating systems, a program cannot be executed outside @value{GDBN}
2074while you have breakpoints set on it inside @value{GDBN}. You can use the
2075@code{kill} command in this situation to permit running your program
2076outside the debugger.
2077
2078The @code{kill} command is also useful if you wish to recompile and
2079relink your program, since on many systems it is impossible to modify an
2080executable file while it is running in a process. In this case, when you
2081next type @code{run}, @value{GDBN} notices that the file has changed, and
2082reads the symbol table again (while trying to preserve your current
2083breakpoint settings).
2084
6d2ebf8b 2085@node Threads
c906108c 2086@section Debugging programs with multiple threads
c906108c
SS
2087
2088@cindex threads of execution
2089@cindex multiple threads
2090@cindex switching threads
2091In some operating systems, such as HP-UX and Solaris, a single program
2092may have more than one @dfn{thread} of execution. The precise semantics
2093of threads differ from one operating system to another, but in general
2094the threads of a single program are akin to multiple processes---except
2095that they share one address space (that is, they can all examine and
2096modify the same variables). On the other hand, each thread has its own
2097registers and execution stack, and perhaps private memory.
2098
2099@value{GDBN} provides these facilities for debugging multi-thread
2100programs:
2101
2102@itemize @bullet
2103@item automatic notification of new threads
2104@item @samp{thread @var{threadno}}, a command to switch among threads
2105@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2106@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2107a command to apply a command to a list of threads
2108@item thread-specific breakpoints
2109@end itemize
2110
c906108c
SS
2111@quotation
2112@emph{Warning:} These facilities are not yet available on every
2113@value{GDBN} configuration where the operating system supports threads.
2114If your @value{GDBN} does not support threads, these commands have no
2115effect. For example, a system without thread support shows no output
2116from @samp{info threads}, and always rejects the @code{thread} command,
2117like this:
2118
2119@smallexample
2120(@value{GDBP}) info threads
2121(@value{GDBP}) thread 1
2122Thread ID 1 not known. Use the "info threads" command to
2123see the IDs of currently known threads.
2124@end smallexample
2125@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2126@c doesn't support threads"?
2127@end quotation
c906108c
SS
2128
2129@cindex focus of debugging
2130@cindex current thread
2131The @value{GDBN} thread debugging facility allows you to observe all
2132threads while your program runs---but whenever @value{GDBN} takes
2133control, one thread in particular is always the focus of debugging.
2134This thread is called the @dfn{current thread}. Debugging commands show
2135program information from the perspective of the current thread.
2136
41afff9a 2137@cindex @code{New} @var{systag} message
c906108c
SS
2138@cindex thread identifier (system)
2139@c FIXME-implementors!! It would be more helpful if the [New...] message
2140@c included GDB's numeric thread handle, so you could just go to that
2141@c thread without first checking `info threads'.
2142Whenever @value{GDBN} detects a new thread in your program, it displays
2143the target system's identification for the thread with a message in the
2144form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2145whose form varies depending on the particular system. For example, on
2146LynxOS, you might see
2147
474c8240 2148@smallexample
c906108c 2149[New process 35 thread 27]
474c8240 2150@end smallexample
c906108c
SS
2151
2152@noindent
2153when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2154the @var{systag} is simply something like @samp{process 368}, with no
2155further qualifier.
2156
2157@c FIXME!! (1) Does the [New...] message appear even for the very first
2158@c thread of a program, or does it only appear for the
6ca652b0 2159@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2160@c program?
2161@c (2) *Is* there necessarily a first thread always? Or do some
2162@c multithread systems permit starting a program with multiple
5d161b24 2163@c threads ab initio?
c906108c
SS
2164
2165@cindex thread number
2166@cindex thread identifier (GDB)
2167For debugging purposes, @value{GDBN} associates its own thread
2168number---always a single integer---with each thread in your program.
2169
2170@table @code
2171@kindex info threads
2172@item info threads
2173Display a summary of all threads currently in your
2174program. @value{GDBN} displays for each thread (in this order):
2175
2176@enumerate
09d4efe1
EZ
2177@item
2178the thread number assigned by @value{GDBN}
c906108c 2179
09d4efe1
EZ
2180@item
2181the target system's thread identifier (@var{systag})
c906108c 2182
09d4efe1
EZ
2183@item
2184the current stack frame summary for that thread
c906108c
SS
2185@end enumerate
2186
2187@noindent
2188An asterisk @samp{*} to the left of the @value{GDBN} thread number
2189indicates the current thread.
2190
5d161b24 2191For example,
c906108c
SS
2192@end table
2193@c end table here to get a little more width for example
2194
2195@smallexample
2196(@value{GDBP}) info threads
2197 3 process 35 thread 27 0x34e5 in sigpause ()
2198 2 process 35 thread 23 0x34e5 in sigpause ()
2199* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2200 at threadtest.c:68
2201@end smallexample
53a5351d
JM
2202
2203On HP-UX systems:
c906108c 2204
4644b6e3
EZ
2205@cindex debugging multithreaded programs (on HP-UX)
2206@cindex thread identifier (GDB), on HP-UX
c906108c
SS
2207For debugging purposes, @value{GDBN} associates its own thread
2208number---a small integer assigned in thread-creation order---with each
2209thread in your program.
2210
41afff9a
EZ
2211@cindex @code{New} @var{systag} message, on HP-UX
2212@cindex thread identifier (system), on HP-UX
c906108c
SS
2213@c FIXME-implementors!! It would be more helpful if the [New...] message
2214@c included GDB's numeric thread handle, so you could just go to that
2215@c thread without first checking `info threads'.
2216Whenever @value{GDBN} detects a new thread in your program, it displays
2217both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2218form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2219whose form varies depending on the particular system. For example, on
2220HP-UX, you see
2221
474c8240 2222@smallexample
c906108c 2223[New thread 2 (system thread 26594)]
474c8240 2224@end smallexample
c906108c
SS
2225
2226@noindent
5d161b24 2227when @value{GDBN} notices a new thread.
c906108c
SS
2228
2229@table @code
4644b6e3 2230@kindex info threads (HP-UX)
c906108c
SS
2231@item info threads
2232Display a summary of all threads currently in your
2233program. @value{GDBN} displays for each thread (in this order):
2234
2235@enumerate
2236@item the thread number assigned by @value{GDBN}
2237
2238@item the target system's thread identifier (@var{systag})
2239
2240@item the current stack frame summary for that thread
2241@end enumerate
2242
2243@noindent
2244An asterisk @samp{*} to the left of the @value{GDBN} thread number
2245indicates the current thread.
2246
5d161b24 2247For example,
c906108c
SS
2248@end table
2249@c end table here to get a little more width for example
2250
474c8240 2251@smallexample
c906108c 2252(@value{GDBP}) info threads
6d2ebf8b
SS
2253 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2254 at quicksort.c:137
2255 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2256 from /usr/lib/libc.2
2257 1 system thread 27905 0x7b003498 in _brk () \@*
2258 from /usr/lib/libc.2
474c8240 2259@end smallexample
c906108c 2260
c45da7e6
EZ
2261On Solaris, you can display more information about user threads with a
2262Solaris-specific command:
2263
2264@table @code
2265@item maint info sol-threads
2266@kindex maint info sol-threads
2267@cindex thread info (Solaris)
2268Display info on Solaris user threads.
2269@end table
2270
c906108c
SS
2271@table @code
2272@kindex thread @var{threadno}
2273@item thread @var{threadno}
2274Make thread number @var{threadno} the current thread. The command
2275argument @var{threadno} is the internal @value{GDBN} thread number, as
2276shown in the first field of the @samp{info threads} display.
2277@value{GDBN} responds by displaying the system identifier of the thread
2278you selected, and its current stack frame summary:
2279
2280@smallexample
2281@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2282(@value{GDBP}) thread 2
c906108c 2283[Switching to process 35 thread 23]
c906108c
SS
22840x34e5 in sigpause ()
2285@end smallexample
2286
2287@noindent
2288As with the @samp{[New @dots{}]} message, the form of the text after
2289@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2290threads.
c906108c 2291
9c16f35a 2292@kindex thread apply
c906108c
SS
2293@item thread apply [@var{threadno}] [@var{all}] @var{args}
2294The @code{thread apply} command allows you to apply a command to one or
2295more threads. Specify the numbers of the threads that you want affected
2296with the command argument @var{threadno}. @var{threadno} is the internal
2297@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2298threads} display. To apply a command to all threads, use
2299@code{thread apply all} @var{args}.
c906108c
SS
2300@end table
2301
2302@cindex automatic thread selection
2303@cindex switching threads automatically
2304@cindex threads, automatic switching
2305Whenever @value{GDBN} stops your program, due to a breakpoint or a
2306signal, it automatically selects the thread where that breakpoint or
2307signal happened. @value{GDBN} alerts you to the context switch with a
2308message of the form @samp{[Switching to @var{systag}]} to identify the
2309thread.
2310
2311@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2312more information about how @value{GDBN} behaves when you stop and start
2313programs with multiple threads.
2314
2315@xref{Set Watchpoints,,Setting watchpoints}, for information about
2316watchpoints in programs with multiple threads.
c906108c 2317
6d2ebf8b 2318@node Processes
c906108c
SS
2319@section Debugging programs with multiple processes
2320
2321@cindex fork, debugging programs which call
2322@cindex multiple processes
2323@cindex processes, multiple
53a5351d
JM
2324On most systems, @value{GDBN} has no special support for debugging
2325programs which create additional processes using the @code{fork}
2326function. When a program forks, @value{GDBN} will continue to debug the
2327parent process and the child process will run unimpeded. If you have
2328set a breakpoint in any code which the child then executes, the child
2329will get a @code{SIGTRAP} signal which (unless it catches the signal)
2330will cause it to terminate.
c906108c
SS
2331
2332However, if you want to debug the child process there is a workaround
2333which isn't too painful. Put a call to @code{sleep} in the code which
2334the child process executes after the fork. It may be useful to sleep
2335only if a certain environment variable is set, or a certain file exists,
2336so that the delay need not occur when you don't want to run @value{GDBN}
2337on the child. While the child is sleeping, use the @code{ps} program to
2338get its process ID. Then tell @value{GDBN} (a new invocation of
2339@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2340the child process (@pxref{Attach}). From that point on you can debug
c906108c 2341the child process just like any other process which you attached to.
c906108c 2342
b51970ac
DJ
2343On some systems, @value{GDBN} provides support for debugging programs that
2344create additional processes using the @code{fork} or @code{vfork} functions.
2345Currently, the only platforms with this feature are HP-UX (11.x and later
2346only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2347
2348By default, when a program forks, @value{GDBN} will continue to debug
2349the parent process and the child process will run unimpeded.
2350
2351If you want to follow the child process instead of the parent process,
2352use the command @w{@code{set follow-fork-mode}}.
2353
2354@table @code
2355@kindex set follow-fork-mode
2356@item set follow-fork-mode @var{mode}
2357Set the debugger response to a program call of @code{fork} or
2358@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 2359process. The @var{mode} argument can be:
c906108c
SS
2360
2361@table @code
2362@item parent
2363The original process is debugged after a fork. The child process runs
2df3850c 2364unimpeded. This is the default.
c906108c
SS
2365
2366@item child
2367The new process is debugged after a fork. The parent process runs
2368unimpeded.
2369
c906108c
SS
2370@end table
2371
9c16f35a 2372@kindex show follow-fork-mode
c906108c 2373@item show follow-fork-mode
2df3850c 2374Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2375@end table
2376
2377If you ask to debug a child process and a @code{vfork} is followed by an
2378@code{exec}, @value{GDBN} executes the new target up to the first
2379breakpoint in the new target. If you have a breakpoint set on
2380@code{main} in your original program, the breakpoint will also be set on
2381the child process's @code{main}.
2382
2383When a child process is spawned by @code{vfork}, you cannot debug the
2384child or parent until an @code{exec} call completes.
2385
2386If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2387call executes, the new target restarts. To restart the parent process,
2388use the @code{file} command with the parent executable name as its
2389argument.
2390
2391You can use the @code{catch} command to make @value{GDBN} stop whenever
2392a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2393Catchpoints, ,Setting catchpoints}.
c906108c 2394
6d2ebf8b 2395@node Stopping
c906108c
SS
2396@chapter Stopping and Continuing
2397
2398The principal purposes of using a debugger are so that you can stop your
2399program before it terminates; or so that, if your program runs into
2400trouble, you can investigate and find out why.
2401
7a292a7a
SS
2402Inside @value{GDBN}, your program may stop for any of several reasons,
2403such as a signal, a breakpoint, or reaching a new line after a
2404@value{GDBN} command such as @code{step}. You may then examine and
2405change variables, set new breakpoints or remove old ones, and then
2406continue execution. Usually, the messages shown by @value{GDBN} provide
2407ample explanation of the status of your program---but you can also
2408explicitly request this information at any time.
c906108c
SS
2409
2410@table @code
2411@kindex info program
2412@item info program
2413Display information about the status of your program: whether it is
7a292a7a 2414running or not, what process it is, and why it stopped.
c906108c
SS
2415@end table
2416
2417@menu
2418* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2419* Continuing and Stepping:: Resuming execution
c906108c 2420* Signals:: Signals
c906108c 2421* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2422@end menu
2423
6d2ebf8b 2424@node Breakpoints
c906108c
SS
2425@section Breakpoints, watchpoints, and catchpoints
2426
2427@cindex breakpoints
2428A @dfn{breakpoint} makes your program stop whenever a certain point in
2429the program is reached. For each breakpoint, you can add conditions to
2430control in finer detail whether your program stops. You can set
2431breakpoints with the @code{break} command and its variants (@pxref{Set
2432Breaks, ,Setting breakpoints}), to specify the place where your program
2433should stop by line number, function name or exact address in the
2434program.
2435
09d4efe1
EZ
2436On some systems, you can set breakpoints in shared libraries before
2437the executable is run. There is a minor limitation on HP-UX systems:
2438you must wait until the executable is run in order to set breakpoints
2439in shared library routines that are not called directly by the program
2440(for example, routines that are arguments in a @code{pthread_create}
2441call).
c906108c
SS
2442
2443@cindex watchpoints
2444@cindex memory tracing
2445@cindex breakpoint on memory address
2446@cindex breakpoint on variable modification
2447A @dfn{watchpoint} is a special breakpoint that stops your program
2448when the value of an expression changes. You must use a different
2449command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2450watchpoints}), but aside from that, you can manage a watchpoint like
2451any other breakpoint: you enable, disable, and delete both breakpoints
2452and watchpoints using the same commands.
2453
2454You can arrange to have values from your program displayed automatically
2455whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2456Automatic display}.
2457
2458@cindex catchpoints
2459@cindex breakpoint on events
2460A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2461when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2462exception or the loading of a library. As with watchpoints, you use a
2463different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2464catchpoints}), but aside from that, you can manage a catchpoint like any
2465other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2466@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2467
2468@cindex breakpoint numbers
2469@cindex numbers for breakpoints
2470@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2471catchpoint when you create it; these numbers are successive integers
2472starting with one. In many of the commands for controlling various
2473features of breakpoints you use the breakpoint number to say which
2474breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2475@dfn{disabled}; if disabled, it has no effect on your program until you
2476enable it again.
2477
c5394b80
JM
2478@cindex breakpoint ranges
2479@cindex ranges of breakpoints
2480Some @value{GDBN} commands accept a range of breakpoints on which to
2481operate. A breakpoint range is either a single breakpoint number, like
2482@samp{5}, or two such numbers, in increasing order, separated by a
2483hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2484all breakpoint in that range are operated on.
2485
c906108c
SS
2486@menu
2487* Set Breaks:: Setting breakpoints
2488* Set Watchpoints:: Setting watchpoints
2489* Set Catchpoints:: Setting catchpoints
2490* Delete Breaks:: Deleting breakpoints
2491* Disabling:: Disabling breakpoints
2492* Conditions:: Break conditions
2493* Break Commands:: Breakpoint command lists
c906108c 2494* Breakpoint Menus:: Breakpoint menus
d4f3574e 2495* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2496* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2497@end menu
2498
6d2ebf8b 2499@node Set Breaks
c906108c
SS
2500@subsection Setting breakpoints
2501
5d161b24 2502@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2503@c consider in particular declaration with/without initialization.
2504@c
2505@c FIXME 2 is there stuff on this already? break at fun start, already init?
2506
2507@kindex break
41afff9a
EZ
2508@kindex b @r{(@code{break})}
2509@vindex $bpnum@r{, convenience variable}
c906108c
SS
2510@cindex latest breakpoint
2511Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2512@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2513number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2514Vars,, Convenience variables}, for a discussion of what you can do with
2515convenience variables.
2516
2517You have several ways to say where the breakpoint should go.
2518
2519@table @code
2520@item break @var{function}
5d161b24 2521Set a breakpoint at entry to function @var{function}.
c906108c 2522When using source languages that permit overloading of symbols, such as
b37052ae 2523C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2524@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2525
2526@item break +@var{offset}
2527@itemx break -@var{offset}
2528Set a breakpoint some number of lines forward or back from the position
d4f3574e 2529at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2530(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2531
2532@item break @var{linenum}
2533Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2534The current source file is the last file whose source text was printed.
2535The breakpoint will stop your program just before it executes any of the
c906108c
SS
2536code on that line.
2537
2538@item break @var{filename}:@var{linenum}
2539Set a breakpoint at line @var{linenum} in source file @var{filename}.
2540
2541@item break @var{filename}:@var{function}
2542Set a breakpoint at entry to function @var{function} found in file
2543@var{filename}. Specifying a file name as well as a function name is
2544superfluous except when multiple files contain similarly named
2545functions.
2546
2547@item break *@var{address}
2548Set a breakpoint at address @var{address}. You can use this to set
2549breakpoints in parts of your program which do not have debugging
2550information or source files.
2551
2552@item break
2553When called without any arguments, @code{break} sets a breakpoint at
2554the next instruction to be executed in the selected stack frame
2555(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2556innermost, this makes your program stop as soon as control
2557returns to that frame. This is similar to the effect of a
2558@code{finish} command in the frame inside the selected frame---except
2559that @code{finish} does not leave an active breakpoint. If you use
2560@code{break} without an argument in the innermost frame, @value{GDBN} stops
2561the next time it reaches the current location; this may be useful
2562inside loops.
2563
2564@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2565least one instruction has been executed. If it did not do this, you
2566would be unable to proceed past a breakpoint without first disabling the
2567breakpoint. This rule applies whether or not the breakpoint already
2568existed when your program stopped.
2569
2570@item break @dots{} if @var{cond}
2571Set a breakpoint with condition @var{cond}; evaluate the expression
2572@var{cond} each time the breakpoint is reached, and stop only if the
2573value is nonzero---that is, if @var{cond} evaluates as true.
2574@samp{@dots{}} stands for one of the possible arguments described
2575above (or no argument) specifying where to break. @xref{Conditions,
2576,Break conditions}, for more information on breakpoint conditions.
2577
2578@kindex tbreak
2579@item tbreak @var{args}
2580Set a breakpoint enabled only for one stop. @var{args} are the
2581same as for the @code{break} command, and the breakpoint is set in the same
2582way, but the breakpoint is automatically deleted after the first time your
2583program stops there. @xref{Disabling, ,Disabling breakpoints}.
2584
c906108c 2585@kindex hbreak
ba04e063 2586@cindex hardware breakpoints
c906108c 2587@item hbreak @var{args}
d4f3574e
SS
2588Set a hardware-assisted breakpoint. @var{args} are the same as for the
2589@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2590breakpoint requires hardware support and some target hardware may not
2591have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2592debugging, so you can set a breakpoint at an instruction without
2593changing the instruction. This can be used with the new trap-generation
09d4efe1 2594provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
2595will generate traps when a program accesses some data or instruction
2596address that is assigned to the debug registers. However the hardware
2597breakpoint registers can take a limited number of breakpoints. For
2598example, on the DSU, only two data breakpoints can be set at a time, and
2599@value{GDBN} will reject this command if more than two are used. Delete
2600or disable unused hardware breakpoints before setting new ones
2601(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
9c16f35a
EZ
2602For remote targets, you can restrict the number of hardware
2603breakpoints @value{GDBN} will use, see @ref{set remote
2604hardware-breakpoint-limit}.
501eef12 2605
c906108c
SS
2606
2607@kindex thbreak
2608@item thbreak @var{args}
2609Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2610are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2611the same way. However, like the @code{tbreak} command,
c906108c
SS
2612the breakpoint is automatically deleted after the
2613first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2614command, the breakpoint requires hardware support and some target hardware
2615may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2616See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2617
2618@kindex rbreak
2619@cindex regular expression
c45da7e6
EZ
2620@cindex breakpoints in functions matching a regexp
2621@cindex set breakpoints in many functions
c906108c 2622@item rbreak @var{regex}
c906108c 2623Set breakpoints on all functions matching the regular expression
11cf8741
JM
2624@var{regex}. This command sets an unconditional breakpoint on all
2625matches, printing a list of all breakpoints it set. Once these
2626breakpoints are set, they are treated just like the breakpoints set with
2627the @code{break} command. You can delete them, disable them, or make
2628them conditional the same way as any other breakpoint.
2629
2630The syntax of the regular expression is the standard one used with tools
2631like @file{grep}. Note that this is different from the syntax used by
2632shells, so for instance @code{foo*} matches all functions that include
2633an @code{fo} followed by zero or more @code{o}s. There is an implicit
2634@code{.*} leading and trailing the regular expression you supply, so to
2635match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2636
f7dc1244 2637@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 2638When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2639breakpoints on overloaded functions that are not members of any special
2640classes.
c906108c 2641
f7dc1244
EZ
2642@cindex set breakpoints on all functions
2643The @code{rbreak} command can be used to set breakpoints in
2644@strong{all} the functions in a program, like this:
2645
2646@smallexample
2647(@value{GDBP}) rbreak .
2648@end smallexample
2649
c906108c
SS
2650@kindex info breakpoints
2651@cindex @code{$_} and @code{info breakpoints}
2652@item info breakpoints @r{[}@var{n}@r{]}
2653@itemx info break @r{[}@var{n}@r{]}
2654@itemx info watchpoints @r{[}@var{n}@r{]}
2655Print a table of all breakpoints, watchpoints, and catchpoints set and
2656not deleted, with the following columns for each breakpoint:
2657
2658@table @emph
2659@item Breakpoint Numbers
2660@item Type
2661Breakpoint, watchpoint, or catchpoint.
2662@item Disposition
2663Whether the breakpoint is marked to be disabled or deleted when hit.
2664@item Enabled or Disabled
2665Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2666that are not enabled.
2667@item Address
2650777c
JJ
2668Where the breakpoint is in your program, as a memory address. If the
2669breakpoint is pending (see below for details) on a future load of a shared library, the address
2670will be listed as @samp{<PENDING>}.
c906108c
SS
2671@item What
2672Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2673line number. For a pending breakpoint, the original string passed to
2674the breakpoint command will be listed as it cannot be resolved until
2675the appropriate shared library is loaded in the future.
c906108c
SS
2676@end table
2677
2678@noindent
2679If a breakpoint is conditional, @code{info break} shows the condition on
2680the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2681are listed after that. A pending breakpoint is allowed to have a condition
2682specified for it. The condition is not parsed for validity until a shared
2683library is loaded that allows the pending breakpoint to resolve to a
2684valid location.
c906108c
SS
2685
2686@noindent
2687@code{info break} with a breakpoint
2688number @var{n} as argument lists only that breakpoint. The
2689convenience variable @code{$_} and the default examining-address for
2690the @code{x} command are set to the address of the last breakpoint
5d161b24 2691listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2692
2693@noindent
2694@code{info break} displays a count of the number of times the breakpoint
2695has been hit. This is especially useful in conjunction with the
2696@code{ignore} command. You can ignore a large number of breakpoint
2697hits, look at the breakpoint info to see how many times the breakpoint
2698was hit, and then run again, ignoring one less than that number. This
2699will get you quickly to the last hit of that breakpoint.
2700@end table
2701
2702@value{GDBN} allows you to set any number of breakpoints at the same place in
2703your program. There is nothing silly or meaningless about this. When
2704the breakpoints are conditional, this is even useful
2705(@pxref{Conditions, ,Break conditions}).
2706
2650777c 2707@cindex pending breakpoints
dd79a6cf
JJ
2708If a specified breakpoint location cannot be found, it may be due to the fact
2709that the location is in a shared library that is yet to be loaded. In such
2710a case, you may want @value{GDBN} to create a special breakpoint (known as
2711a @dfn{pending breakpoint}) that
2712attempts to resolve itself in the future when an appropriate shared library
2713gets loaded.
2714
2715Pending breakpoints are useful to set at the start of your
2650777c
JJ
2716@value{GDBN} session for locations that you know will be dynamically loaded
2717later by the program being debugged. When shared libraries are loaded,
dd79a6cf
JJ
2718a check is made to see if the load resolves any pending breakpoint locations.
2719If a pending breakpoint location gets resolved,
2720a regular breakpoint is created and the original pending breakpoint is removed.
2721
2722@value{GDBN} provides some additional commands for controlling pending
2723breakpoint support:
2724
2725@kindex set breakpoint pending
2726@kindex show breakpoint pending
2727@table @code
2728@item set breakpoint pending auto
2729This is the default behavior. When @value{GDBN} cannot find the breakpoint
2730location, it queries you whether a pending breakpoint should be created.
2731
2732@item set breakpoint pending on
2733This indicates that an unrecognized breakpoint location should automatically
2734result in a pending breakpoint being created.
2735
2736@item set breakpoint pending off
2737This indicates that pending breakpoints are not to be created. Any
2738unrecognized breakpoint location results in an error. This setting does
2739not affect any pending breakpoints previously created.
2740
2741@item show breakpoint pending
2742Show the current behavior setting for creating pending breakpoints.
2743@end table
2650777c 2744
649e03f6
RM
2745@cindex operations allowed on pending breakpoints
2746Normal breakpoint operations apply to pending breakpoints as well. You may
2747specify a condition for a pending breakpoint and/or commands to run when the
2650777c
JJ
2748breakpoint is reached. You can also enable or disable
2749the pending breakpoint. When you specify a condition for a pending breakpoint,
2750the parsing of the condition will be deferred until the point where the
2751pending breakpoint location is resolved. Disabling a pending breakpoint
2752tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2753shared library load. When a pending breakpoint is re-enabled,
649e03f6 2754@value{GDBN} checks to see if the location is already resolved.
2650777c
JJ
2755This is done because any number of shared library loads could have
2756occurred since the time the breakpoint was disabled and one or more
2757of these loads could resolve the location.
2758
c906108c
SS
2759@cindex negative breakpoint numbers
2760@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2761@value{GDBN} itself sometimes sets breakpoints in your program for
2762special purposes, such as proper handling of @code{longjmp} (in C
2763programs). These internal breakpoints are assigned negative numbers,
2764starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2765You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2766@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2767
2768
6d2ebf8b 2769@node Set Watchpoints
c906108c
SS
2770@subsection Setting watchpoints
2771
2772@cindex setting watchpoints
c906108c
SS
2773You can use a watchpoint to stop execution whenever the value of an
2774expression changes, without having to predict a particular place where
2775this may happen.
2776
82f2d802
EZ
2777@cindex software watchpoints
2778@cindex hardware watchpoints
c906108c 2779Depending on your system, watchpoints may be implemented in software or
2df3850c 2780hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2781program and testing the variable's value each time, which is hundreds of
2782times slower than normal execution. (But this may still be worth it, to
2783catch errors where you have no clue what part of your program is the
2784culprit.)
2785
82f2d802
EZ
2786On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2787x86-based targets, @value{GDBN} includes support for hardware
2788watchpoints, which do not slow down the running of your program.
c906108c
SS
2789
2790@table @code
2791@kindex watch
2792@item watch @var{expr}
2793Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2794is written into by the program and its value changes.
2795
2796@kindex rwatch
2797@item rwatch @var{expr}
09d4efe1
EZ
2798Set a watchpoint that will break when the value of @var{expr} is read
2799by the program.
c906108c
SS
2800
2801@kindex awatch
2802@item awatch @var{expr}
09d4efe1
EZ
2803Set a watchpoint that will break when @var{expr} is either read from
2804or written into by the program.
c906108c
SS
2805
2806@kindex info watchpoints
2807@item info watchpoints
2808This command prints a list of watchpoints, breakpoints, and catchpoints;
09d4efe1 2809it is the same as @code{info break} (@pxref{Set Breaks}).
c906108c
SS
2810@end table
2811
2812@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2813watchpoints execute very quickly, and the debugger reports a change in
2814value at the exact instruction where the change occurs. If @value{GDBN}
2815cannot set a hardware watchpoint, it sets a software watchpoint, which
2816executes more slowly and reports the change in value at the next
82f2d802
EZ
2817@emph{statement}, not the instruction, after the change occurs.
2818
2819@vindex can-use-hw-watchpoints
2820@cindex use only software watchpoints
2821You can force @value{GDBN} to use only software watchpoints with the
2822@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2823zero, @value{GDBN} will never try to use hardware watchpoints, even if
2824the underlying system supports them. (Note that hardware-assisted
2825watchpoints that were set @emph{before} setting
2826@code{can-use-hw-watchpoints} to zero will still use the hardware
2827mechanism of watching expressiion values.)
c906108c 2828
9c16f35a
EZ
2829@table @code
2830@item set can-use-hw-watchpoints
2831@kindex set can-use-hw-watchpoints
2832Set whether or not to use hardware watchpoints.
2833
2834@item show can-use-hw-watchpoints
2835@kindex show can-use-hw-watchpoints
2836Show the current mode of using hardware watchpoints.
2837@end table
2838
2839For remote targets, you can restrict the number of hardware
2840watchpoints @value{GDBN} will use, see @ref{set remote
2841hardware-breakpoint-limit}.
2842
c906108c
SS
2843When you issue the @code{watch} command, @value{GDBN} reports
2844
474c8240 2845@smallexample
c906108c 2846Hardware watchpoint @var{num}: @var{expr}
474c8240 2847@end smallexample
c906108c
SS
2848
2849@noindent
2850if it was able to set a hardware watchpoint.
2851
7be570e7
JM
2852Currently, the @code{awatch} and @code{rwatch} commands can only set
2853hardware watchpoints, because accesses to data that don't change the
2854value of the watched expression cannot be detected without examining
2855every instruction as it is being executed, and @value{GDBN} does not do
2856that currently. If @value{GDBN} finds that it is unable to set a
2857hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2858will print a message like this:
2859
2860@smallexample
2861Expression cannot be implemented with read/access watchpoint.
2862@end smallexample
2863
2864Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2865data type of the watched expression is wider than what a hardware
2866watchpoint on the target machine can handle. For example, some systems
2867can only watch regions that are up to 4 bytes wide; on such systems you
2868cannot set hardware watchpoints for an expression that yields a
2869double-precision floating-point number (which is typically 8 bytes
2870wide). As a work-around, it might be possible to break the large region
2871into a series of smaller ones and watch them with separate watchpoints.
2872
2873If you set too many hardware watchpoints, @value{GDBN} might be unable
2874to insert all of them when you resume the execution of your program.
2875Since the precise number of active watchpoints is unknown until such
2876time as the program is about to be resumed, @value{GDBN} might not be
2877able to warn you about this when you set the watchpoints, and the
2878warning will be printed only when the program is resumed:
2879
2880@smallexample
2881Hardware watchpoint @var{num}: Could not insert watchpoint
2882@end smallexample
2883
2884@noindent
2885If this happens, delete or disable some of the watchpoints.
2886
2887The SPARClite DSU will generate traps when a program accesses some data
2888or instruction address that is assigned to the debug registers. For the
2889data addresses, DSU facilitates the @code{watch} command. However the
2890hardware breakpoint registers can only take two data watchpoints, and
2891both watchpoints must be the same kind. For example, you can set two
2892watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2893@strong{or} two with @code{awatch} commands, but you cannot set one
2894watchpoint with one command and the other with a different command.
c906108c
SS
2895@value{GDBN} will reject the command if you try to mix watchpoints.
2896Delete or disable unused watchpoint commands before setting new ones.
2897
2898If you call a function interactively using @code{print} or @code{call},
2df3850c 2899any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2900kind of breakpoint or the call completes.
2901
7be570e7
JM
2902@value{GDBN} automatically deletes watchpoints that watch local
2903(automatic) variables, or expressions that involve such variables, when
2904they go out of scope, that is, when the execution leaves the block in
2905which these variables were defined. In particular, when the program
2906being debugged terminates, @emph{all} local variables go out of scope,
2907and so only watchpoints that watch global variables remain set. If you
2908rerun the program, you will need to set all such watchpoints again. One
2909way of doing that would be to set a code breakpoint at the entry to the
2910@code{main} function and when it breaks, set all the watchpoints.
2911
c906108c
SS
2912@quotation
2913@cindex watchpoints and threads
2914@cindex threads and watchpoints
c906108c
SS
2915@emph{Warning:} In multi-thread programs, watchpoints have only limited
2916usefulness. With the current watchpoint implementation, @value{GDBN}
2917can only watch the value of an expression @emph{in a single thread}. If
2918you are confident that the expression can only change due to the current
2919thread's activity (and if you are also confident that no other thread
2920can become current), then you can use watchpoints as usual. However,
2921@value{GDBN} may not notice when a non-current thread's activity changes
2922the expression.
53a5351d 2923
d4f3574e 2924@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2925@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2926have only limited usefulness. If @value{GDBN} creates a software
2927watchpoint, it can only watch the value of an expression @emph{in a
2928single thread}. If you are confident that the expression can only
2929change due to the current thread's activity (and if you are also
2930confident that no other thread can become current), then you can use
2931software watchpoints as usual. However, @value{GDBN} may not notice
2932when a non-current thread's activity changes the expression. (Hardware
2933watchpoints, in contrast, watch an expression in all threads.)
c906108c 2934@end quotation
c906108c 2935
501eef12
AC
2936@xref{set remote hardware-watchpoint-limit}.
2937
6d2ebf8b 2938@node Set Catchpoints
c906108c 2939@subsection Setting catchpoints
d4f3574e 2940@cindex catchpoints, setting
c906108c
SS
2941@cindex exception handlers
2942@cindex event handling
2943
2944You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2945kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2946shared library. Use the @code{catch} command to set a catchpoint.
2947
2948@table @code
2949@kindex catch
2950@item catch @var{event}
2951Stop when @var{event} occurs. @var{event} can be any of the following:
2952@table @code
2953@item throw
4644b6e3 2954@cindex stop on C@t{++} exceptions
b37052ae 2955The throwing of a C@t{++} exception.
c906108c
SS
2956
2957@item catch
b37052ae 2958The catching of a C@t{++} exception.
c906108c
SS
2959
2960@item exec
4644b6e3 2961@cindex break on fork/exec
c906108c
SS
2962A call to @code{exec}. This is currently only available for HP-UX.
2963
2964@item fork
c906108c
SS
2965A call to @code{fork}. This is currently only available for HP-UX.
2966
2967@item vfork
c906108c
SS
2968A call to @code{vfork}. This is currently only available for HP-UX.
2969
2970@item load
2971@itemx load @var{libname}
4644b6e3 2972@cindex break on load/unload of shared library
c906108c
SS
2973The dynamic loading of any shared library, or the loading of the library
2974@var{libname}. This is currently only available for HP-UX.
2975
2976@item unload
2977@itemx unload @var{libname}
c906108c
SS
2978The unloading of any dynamically loaded shared library, or the unloading
2979of the library @var{libname}. This is currently only available for HP-UX.
2980@end table
2981
2982@item tcatch @var{event}
2983Set a catchpoint that is enabled only for one stop. The catchpoint is
2984automatically deleted after the first time the event is caught.
2985
2986@end table
2987
2988Use the @code{info break} command to list the current catchpoints.
2989
b37052ae 2990There are currently some limitations to C@t{++} exception handling
c906108c
SS
2991(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2992
2993@itemize @bullet
2994@item
2995If you call a function interactively, @value{GDBN} normally returns
2996control to you when the function has finished executing. If the call
2997raises an exception, however, the call may bypass the mechanism that
2998returns control to you and cause your program either to abort or to
2999simply continue running until it hits a breakpoint, catches a signal
3000that @value{GDBN} is listening for, or exits. This is the case even if
3001you set a catchpoint for the exception; catchpoints on exceptions are
3002disabled within interactive calls.
3003
3004@item
3005You cannot raise an exception interactively.
3006
3007@item
3008You cannot install an exception handler interactively.
3009@end itemize
3010
3011@cindex raise exceptions
3012Sometimes @code{catch} is not the best way to debug exception handling:
3013if you need to know exactly where an exception is raised, it is better to
3014stop @emph{before} the exception handler is called, since that way you
3015can see the stack before any unwinding takes place. If you set a
3016breakpoint in an exception handler instead, it may not be easy to find
3017out where the exception was raised.
3018
3019To stop just before an exception handler is called, you need some
b37052ae 3020knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
3021raised by calling a library function named @code{__raise_exception}
3022which has the following ANSI C interface:
3023
474c8240 3024@smallexample
c906108c 3025 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
3026 @var{id} is the exception identifier. */
3027 void __raise_exception (void **addr, void *id);
474c8240 3028@end smallexample
c906108c
SS
3029
3030@noindent
3031To make the debugger catch all exceptions before any stack
3032unwinding takes place, set a breakpoint on @code{__raise_exception}
3033(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3034
3035With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3036that depends on the value of @var{id}, you can stop your program when
3037a specific exception is raised. You can use multiple conditional
3038breakpoints to stop your program when any of a number of exceptions are
3039raised.
3040
3041
6d2ebf8b 3042@node Delete Breaks
c906108c
SS
3043@subsection Deleting breakpoints
3044
3045@cindex clearing breakpoints, watchpoints, catchpoints
3046@cindex deleting breakpoints, watchpoints, catchpoints
3047It is often necessary to eliminate a breakpoint, watchpoint, or
3048catchpoint once it has done its job and you no longer want your program
3049to stop there. This is called @dfn{deleting} the breakpoint. A
3050breakpoint that has been deleted no longer exists; it is forgotten.
3051
3052With the @code{clear} command you can delete breakpoints according to
3053where they are in your program. With the @code{delete} command you can
3054delete individual breakpoints, watchpoints, or catchpoints by specifying
3055their breakpoint numbers.
3056
3057It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3058automatically ignores breakpoints on the first instruction to be executed
3059when you continue execution without changing the execution address.
3060
3061@table @code
3062@kindex clear
3063@item clear
3064Delete any breakpoints at the next instruction to be executed in the
3065selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3066the innermost frame is selected, this is a good way to delete a
3067breakpoint where your program just stopped.
3068
3069@item clear @var{function}
3070@itemx clear @var{filename}:@var{function}
09d4efe1 3071Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
3072
3073@item clear @var{linenum}
3074@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
3075Delete any breakpoints set at or within the code of the specified
3076@var{linenum} of the specified @var{filename}.
c906108c
SS
3077
3078@cindex delete breakpoints
3079@kindex delete
41afff9a 3080@kindex d @r{(@code{delete})}
c5394b80
JM
3081@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3082Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3083ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
3084breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3085confirm off}). You can abbreviate this command as @code{d}.
3086@end table
3087
6d2ebf8b 3088@node Disabling
c906108c
SS
3089@subsection Disabling breakpoints
3090
4644b6e3 3091@cindex enable/disable a breakpoint
c906108c
SS
3092Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3093prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3094it had been deleted, but remembers the information on the breakpoint so
3095that you can @dfn{enable} it again later.
3096
3097You disable and enable breakpoints, watchpoints, and catchpoints with
3098the @code{enable} and @code{disable} commands, optionally specifying one
3099or more breakpoint numbers as arguments. Use @code{info break} or
3100@code{info watch} to print a list of breakpoints, watchpoints, and
3101catchpoints if you do not know which numbers to use.
3102
3103A breakpoint, watchpoint, or catchpoint can have any of four different
3104states of enablement:
3105
3106@itemize @bullet
3107@item
3108Enabled. The breakpoint stops your program. A breakpoint set
3109with the @code{break} command starts out in this state.
3110@item
3111Disabled. The breakpoint has no effect on your program.
3112@item
3113Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3114disabled.
c906108c
SS
3115@item
3116Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3117immediately after it does so it is deleted permanently. A breakpoint
3118set with the @code{tbreak} command starts out in this state.
c906108c
SS
3119@end itemize
3120
3121You can use the following commands to enable or disable breakpoints,
3122watchpoints, and catchpoints:
3123
3124@table @code
c906108c 3125@kindex disable
41afff9a 3126@kindex dis @r{(@code{disable})}
c5394b80 3127@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3128Disable the specified breakpoints---or all breakpoints, if none are
3129listed. A disabled breakpoint has no effect but is not forgotten. All
3130options such as ignore-counts, conditions and commands are remembered in
3131case the breakpoint is enabled again later. You may abbreviate
3132@code{disable} as @code{dis}.
3133
c906108c 3134@kindex enable
c5394b80 3135@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3136Enable the specified breakpoints (or all defined breakpoints). They
3137become effective once again in stopping your program.
3138
c5394b80 3139@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3140Enable the specified breakpoints temporarily. @value{GDBN} disables any
3141of these breakpoints immediately after stopping your program.
3142
c5394b80 3143@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3144Enable the specified breakpoints to work once, then die. @value{GDBN}
3145deletes any of these breakpoints as soon as your program stops there.
09d4efe1 3146Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
3147@end table
3148
d4f3574e
SS
3149@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3150@c confusing: tbreak is also initially enabled.
c906108c
SS
3151Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3152,Setting breakpoints}), breakpoints that you set are initially enabled;
3153subsequently, they become disabled or enabled only when you use one of
3154the commands above. (The command @code{until} can set and delete a
3155breakpoint of its own, but it does not change the state of your other
3156breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3157stepping}.)
3158
6d2ebf8b 3159@node Conditions
c906108c
SS
3160@subsection Break conditions
3161@cindex conditional breakpoints
3162@cindex breakpoint conditions
3163
3164@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3165@c in particular for a watchpoint?
c906108c
SS
3166The simplest sort of breakpoint breaks every time your program reaches a
3167specified place. You can also specify a @dfn{condition} for a
3168breakpoint. A condition is just a Boolean expression in your
3169programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3170a condition evaluates the expression each time your program reaches it,
3171and your program stops only if the condition is @emph{true}.
3172
3173This is the converse of using assertions for program validation; in that
3174situation, you want to stop when the assertion is violated---that is,
3175when the condition is false. In C, if you want to test an assertion expressed
3176by the condition @var{assert}, you should set the condition
3177@samp{! @var{assert}} on the appropriate breakpoint.
3178
3179Conditions are also accepted for watchpoints; you may not need them,
3180since a watchpoint is inspecting the value of an expression anyhow---but
3181it might be simpler, say, to just set a watchpoint on a variable name,
3182and specify a condition that tests whether the new value is an interesting
3183one.
3184
3185Break conditions can have side effects, and may even call functions in
3186your program. This can be useful, for example, to activate functions
3187that log program progress, or to use your own print functions to
3188format special data structures. The effects are completely predictable
3189unless there is another enabled breakpoint at the same address. (In
3190that case, @value{GDBN} might see the other breakpoint first and stop your
3191program without checking the condition of this one.) Note that
d4f3574e
SS
3192breakpoint commands are usually more convenient and flexible than break
3193conditions for the
c906108c
SS
3194purpose of performing side effects when a breakpoint is reached
3195(@pxref{Break Commands, ,Breakpoint command lists}).
3196
3197Break conditions can be specified when a breakpoint is set, by using
3198@samp{if} in the arguments to the @code{break} command. @xref{Set
3199Breaks, ,Setting breakpoints}. They can also be changed at any time
3200with the @code{condition} command.
53a5351d 3201
c906108c
SS
3202You can also use the @code{if} keyword with the @code{watch} command.
3203The @code{catch} command does not recognize the @code{if} keyword;
3204@code{condition} is the only way to impose a further condition on a
3205catchpoint.
c906108c
SS
3206
3207@table @code
3208@kindex condition
3209@item condition @var{bnum} @var{expression}
3210Specify @var{expression} as the break condition for breakpoint,
3211watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3212breakpoint @var{bnum} stops your program only if the value of
3213@var{expression} is true (nonzero, in C). When you use
3214@code{condition}, @value{GDBN} checks @var{expression} immediately for
3215syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3216referents in the context of your breakpoint. If @var{expression} uses
3217symbols not referenced in the context of the breakpoint, @value{GDBN}
3218prints an error message:
3219
474c8240 3220@smallexample
d4f3574e 3221No symbol "foo" in current context.
474c8240 3222@end smallexample
d4f3574e
SS
3223
3224@noindent
c906108c
SS
3225@value{GDBN} does
3226not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3227command (or a command that sets a breakpoint with a condition, like
3228@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3229
3230@item condition @var{bnum}
3231Remove the condition from breakpoint number @var{bnum}. It becomes
3232an ordinary unconditional breakpoint.
3233@end table
3234
3235@cindex ignore count (of breakpoint)
3236A special case of a breakpoint condition is to stop only when the
3237breakpoint has been reached a certain number of times. This is so
3238useful that there is a special way to do it, using the @dfn{ignore
3239count} of the breakpoint. Every breakpoint has an ignore count, which
3240is an integer. Most of the time, the ignore count is zero, and
3241therefore has no effect. But if your program reaches a breakpoint whose
3242ignore count is positive, then instead of stopping, it just decrements
3243the ignore count by one and continues. As a result, if the ignore count
3244value is @var{n}, the breakpoint does not stop the next @var{n} times
3245your program reaches it.
3246
3247@table @code
3248@kindex ignore
3249@item ignore @var{bnum} @var{count}
3250Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3251The next @var{count} times the breakpoint is reached, your program's
3252execution does not stop; other than to decrement the ignore count, @value{GDBN}
3253takes no action.
3254
3255To make the breakpoint stop the next time it is reached, specify
3256a count of zero.
3257
3258When you use @code{continue} to resume execution of your program from a
3259breakpoint, you can specify an ignore count directly as an argument to
3260@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3261Stepping,,Continuing and stepping}.
3262
3263If a breakpoint has a positive ignore count and a condition, the
3264condition is not checked. Once the ignore count reaches zero,
3265@value{GDBN} resumes checking the condition.
3266
3267You could achieve the effect of the ignore count with a condition such
3268as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3269is decremented each time. @xref{Convenience Vars, ,Convenience
3270variables}.
3271@end table
3272
3273Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3274
3275
6d2ebf8b 3276@node Break Commands
c906108c
SS
3277@subsection Breakpoint command lists
3278
3279@cindex breakpoint commands
3280You can give any breakpoint (or watchpoint or catchpoint) a series of
3281commands to execute when your program stops due to that breakpoint. For
3282example, you might want to print the values of certain expressions, or
3283enable other breakpoints.
3284
3285@table @code
3286@kindex commands
3287@kindex end
3288@item commands @r{[}@var{bnum}@r{]}
3289@itemx @dots{} @var{command-list} @dots{}
3290@itemx end
3291Specify a list of commands for breakpoint number @var{bnum}. The commands
3292themselves appear on the following lines. Type a line containing just
3293@code{end} to terminate the commands.
3294
3295To remove all commands from a breakpoint, type @code{commands} and
3296follow it immediately with @code{end}; that is, give no commands.
3297
3298With no @var{bnum} argument, @code{commands} refers to the last
3299breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3300recently encountered).
3301@end table
3302
3303Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3304disabled within a @var{command-list}.
3305
3306You can use breakpoint commands to start your program up again. Simply
3307use the @code{continue} command, or @code{step}, or any other command
3308that resumes execution.
3309
3310Any other commands in the command list, after a command that resumes
3311execution, are ignored. This is because any time you resume execution
3312(even with a simple @code{next} or @code{step}), you may encounter
3313another breakpoint---which could have its own command list, leading to
3314ambiguities about which list to execute.
3315
3316@kindex silent
3317If the first command you specify in a command list is @code{silent}, the
3318usual message about stopping at a breakpoint is not printed. This may
3319be desirable for breakpoints that are to print a specific message and
3320then continue. If none of the remaining commands print anything, you
3321see no sign that the breakpoint was reached. @code{silent} is
3322meaningful only at the beginning of a breakpoint command list.
3323
3324The commands @code{echo}, @code{output}, and @code{printf} allow you to
3325print precisely controlled output, and are often useful in silent
3326breakpoints. @xref{Output, ,Commands for controlled output}.
3327
3328For example, here is how you could use breakpoint commands to print the
3329value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3330
474c8240 3331@smallexample
c906108c
SS
3332break foo if x>0
3333commands
3334silent
3335printf "x is %d\n",x
3336cont
3337end
474c8240 3338@end smallexample
c906108c
SS
3339
3340One application for breakpoint commands is to compensate for one bug so
3341you can test for another. Put a breakpoint just after the erroneous line
3342of code, give it a condition to detect the case in which something
3343erroneous has been done, and give it commands to assign correct values
3344to any variables that need them. End with the @code{continue} command
3345so that your program does not stop, and start with the @code{silent}
3346command so that no output is produced. Here is an example:
3347
474c8240 3348@smallexample
c906108c
SS
3349break 403
3350commands
3351silent
3352set x = y + 4
3353cont
3354end
474c8240 3355@end smallexample
c906108c 3356
6d2ebf8b 3357@node Breakpoint Menus
c906108c
SS
3358@subsection Breakpoint menus
3359@cindex overloading
3360@cindex symbol overloading
3361
b383017d 3362Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3363single function name
c906108c
SS
3364to be defined several times, for application in different contexts.
3365This is called @dfn{overloading}. When a function name is overloaded,
3366@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3367a breakpoint. If you realize this is a problem, you can use
3368something like @samp{break @var{function}(@var{types})} to specify which
3369particular version of the function you want. Otherwise, @value{GDBN} offers
3370you a menu of numbered choices for different possible breakpoints, and
3371waits for your selection with the prompt @samp{>}. The first two
3372options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3373sets a breakpoint at each definition of @var{function}, and typing
3374@kbd{0} aborts the @code{break} command without setting any new
3375breakpoints.
3376
3377For example, the following session excerpt shows an attempt to set a
3378breakpoint at the overloaded symbol @code{String::after}.
3379We choose three particular definitions of that function name:
3380
3381@c FIXME! This is likely to change to show arg type lists, at least
3382@smallexample
3383@group
3384(@value{GDBP}) b String::after
3385[0] cancel
3386[1] all
3387[2] file:String.cc; line number:867
3388[3] file:String.cc; line number:860
3389[4] file:String.cc; line number:875
3390[5] file:String.cc; line number:853
3391[6] file:String.cc; line number:846
3392[7] file:String.cc; line number:735
3393> 2 4 6
3394Breakpoint 1 at 0xb26c: file String.cc, line 867.
3395Breakpoint 2 at 0xb344: file String.cc, line 875.
3396Breakpoint 3 at 0xafcc: file String.cc, line 846.
3397Multiple breakpoints were set.
3398Use the "delete" command to delete unwanted
3399 breakpoints.
3400(@value{GDBP})
3401@end group
3402@end smallexample
c906108c
SS
3403
3404@c @ifclear BARETARGET
6d2ebf8b 3405@node Error in Breakpoints
d4f3574e 3406@subsection ``Cannot insert breakpoints''
c906108c
SS
3407@c
3408@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3409@c
d4f3574e
SS
3410Under some operating systems, breakpoints cannot be used in a program if
3411any other process is running that program. In this situation,
5d161b24 3412attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3413@value{GDBN} to print an error message:
3414
474c8240 3415@smallexample
d4f3574e
SS
3416Cannot insert breakpoints.
3417The same program may be running in another process.
474c8240 3418@end smallexample
d4f3574e
SS
3419
3420When this happens, you have three ways to proceed:
3421
3422@enumerate
3423@item
3424Remove or disable the breakpoints, then continue.
3425
3426@item
5d161b24 3427Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3428name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3429that @value{GDBN} should run your program under that name.
d4f3574e
SS
3430Then start your program again.
3431
3432@item
3433Relink your program so that the text segment is nonsharable, using the
3434linker option @samp{-N}. The operating system limitation may not apply
3435to nonsharable executables.
3436@end enumerate
c906108c
SS
3437@c @end ifclear
3438
d4f3574e
SS
3439A similar message can be printed if you request too many active
3440hardware-assisted breakpoints and watchpoints:
3441
3442@c FIXME: the precise wording of this message may change; the relevant
3443@c source change is not committed yet (Sep 3, 1999).
3444@smallexample
3445Stopped; cannot insert breakpoints.
3446You may have requested too many hardware breakpoints and watchpoints.
3447@end smallexample
3448
3449@noindent
3450This message is printed when you attempt to resume the program, since
3451only then @value{GDBN} knows exactly how many hardware breakpoints and
3452watchpoints it needs to insert.
3453
3454When this message is printed, you need to disable or remove some of the
3455hardware-assisted breakpoints and watchpoints, and then continue.
3456
1485d690
KB
3457@node Breakpoint related warnings
3458@subsection ``Breakpoint address adjusted...''
3459@cindex breakpoint address adjusted
3460
3461Some processor architectures place constraints on the addresses at
3462which breakpoints may be placed. For architectures thus constrained,
3463@value{GDBN} will attempt to adjust the breakpoint's address to comply
3464with the constraints dictated by the architecture.
3465
3466One example of such an architecture is the Fujitsu FR-V. The FR-V is
3467a VLIW architecture in which a number of RISC-like instructions may be
3468bundled together for parallel execution. The FR-V architecture
3469constrains the location of a breakpoint instruction within such a
3470bundle to the instruction with the lowest address. @value{GDBN}
3471honors this constraint by adjusting a breakpoint's address to the
3472first in the bundle.
3473
3474It is not uncommon for optimized code to have bundles which contain
3475instructions from different source statements, thus it may happen that
3476a breakpoint's address will be adjusted from one source statement to
3477another. Since this adjustment may significantly alter @value{GDBN}'s
3478breakpoint related behavior from what the user expects, a warning is
3479printed when the breakpoint is first set and also when the breakpoint
3480is hit.
3481
3482A warning like the one below is printed when setting a breakpoint
3483that's been subject to address adjustment:
3484
3485@smallexample
3486warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3487@end smallexample
3488
3489Such warnings are printed both for user settable and @value{GDBN}'s
3490internal breakpoints. If you see one of these warnings, you should
3491verify that a breakpoint set at the adjusted address will have the
3492desired affect. If not, the breakpoint in question may be removed and
b383017d 3493other breakpoints may be set which will have the desired behavior.
1485d690
KB
3494E.g., it may be sufficient to place the breakpoint at a later
3495instruction. A conditional breakpoint may also be useful in some
3496cases to prevent the breakpoint from triggering too often.
3497
3498@value{GDBN} will also issue a warning when stopping at one of these
3499adjusted breakpoints:
3500
3501@smallexample
3502warning: Breakpoint 1 address previously adjusted from 0x00010414
3503to 0x00010410.
3504@end smallexample
3505
3506When this warning is encountered, it may be too late to take remedial
3507action except in cases where the breakpoint is hit earlier or more
3508frequently than expected.
d4f3574e 3509
6d2ebf8b 3510@node Continuing and Stepping
c906108c
SS
3511@section Continuing and stepping
3512
3513@cindex stepping
3514@cindex continuing
3515@cindex resuming execution
3516@dfn{Continuing} means resuming program execution until your program
3517completes normally. In contrast, @dfn{stepping} means executing just
3518one more ``step'' of your program, where ``step'' may mean either one
3519line of source code, or one machine instruction (depending on what
7a292a7a
SS
3520particular command you use). Either when continuing or when stepping,
3521your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3522it stops due to a signal, you may want to use @code{handle}, or use
3523@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3524
3525@table @code
3526@kindex continue
41afff9a
EZ
3527@kindex c @r{(@code{continue})}
3528@kindex fg @r{(resume foreground execution)}
c906108c
SS
3529@item continue @r{[}@var{ignore-count}@r{]}
3530@itemx c @r{[}@var{ignore-count}@r{]}
3531@itemx fg @r{[}@var{ignore-count}@r{]}
3532Resume program execution, at the address where your program last stopped;
3533any breakpoints set at that address are bypassed. The optional argument
3534@var{ignore-count} allows you to specify a further number of times to
3535ignore a breakpoint at this location; its effect is like that of
3536@code{ignore} (@pxref{Conditions, ,Break conditions}).
3537
3538The argument @var{ignore-count} is meaningful only when your program
3539stopped due to a breakpoint. At other times, the argument to
3540@code{continue} is ignored.
3541
d4f3574e
SS
3542The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3543debugged program is deemed to be the foreground program) are provided
3544purely for convenience, and have exactly the same behavior as
3545@code{continue}.
c906108c
SS
3546@end table
3547
3548To resume execution at a different place, you can use @code{return}
3549(@pxref{Returning, ,Returning from a function}) to go back to the
3550calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3551different address}) to go to an arbitrary location in your program.
3552
3553A typical technique for using stepping is to set a breakpoint
3554(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3555beginning of the function or the section of your program where a problem
3556is believed to lie, run your program until it stops at that breakpoint,
3557and then step through the suspect area, examining the variables that are
3558interesting, until you see the problem happen.
3559
3560@table @code
3561@kindex step
41afff9a 3562@kindex s @r{(@code{step})}
c906108c
SS
3563@item step
3564Continue running your program until control reaches a different source
3565line, then stop it and return control to @value{GDBN}. This command is
3566abbreviated @code{s}.
3567
3568@quotation
3569@c "without debugging information" is imprecise; actually "without line
3570@c numbers in the debugging information". (gcc -g1 has debugging info but
3571@c not line numbers). But it seems complex to try to make that
3572@c distinction here.
3573@emph{Warning:} If you use the @code{step} command while control is
3574within a function that was compiled without debugging information,
3575execution proceeds until control reaches a function that does have
3576debugging information. Likewise, it will not step into a function which
3577is compiled without debugging information. To step through functions
3578without debugging information, use the @code{stepi} command, described
3579below.
3580@end quotation
3581
4a92d011
EZ
3582The @code{step} command only stops at the first instruction of a source
3583line. This prevents the multiple stops that could otherwise occur in
3584@code{switch} statements, @code{for} loops, etc. @code{step} continues
3585to stop if a function that has debugging information is called within
3586the line. In other words, @code{step} @emph{steps inside} any functions
3587called within the line.
c906108c 3588
d4f3574e
SS
3589Also, the @code{step} command only enters a function if there is line
3590number information for the function. Otherwise it acts like the
5d161b24 3591@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3592on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3593was any debugging information about the routine.
c906108c
SS
3594
3595@item step @var{count}
3596Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3597breakpoint is reached, or a signal not related to stepping occurs before
3598@var{count} steps, stepping stops right away.
c906108c
SS
3599
3600@kindex next
41afff9a 3601@kindex n @r{(@code{next})}
c906108c
SS
3602@item next @r{[}@var{count}@r{]}
3603Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3604This is similar to @code{step}, but function calls that appear within
3605the line of code are executed without stopping. Execution stops when
3606control reaches a different line of code at the original stack level
3607that was executing when you gave the @code{next} command. This command
3608is abbreviated @code{n}.
c906108c
SS
3609
3610An argument @var{count} is a repeat count, as for @code{step}.
3611
3612
3613@c FIX ME!! Do we delete this, or is there a way it fits in with
3614@c the following paragraph? --- Vctoria
3615@c
3616@c @code{next} within a function that lacks debugging information acts like
3617@c @code{step}, but any function calls appearing within the code of the
3618@c function are executed without stopping.
3619
d4f3574e
SS
3620The @code{next} command only stops at the first instruction of a
3621source line. This prevents multiple stops that could otherwise occur in
4a92d011 3622@code{switch} statements, @code{for} loops, etc.
c906108c 3623
b90a5f51
CF
3624@kindex set step-mode
3625@item set step-mode
3626@cindex functions without line info, and stepping
3627@cindex stepping into functions with no line info
3628@itemx set step-mode on
4a92d011 3629The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3630stop at the first instruction of a function which contains no debug line
3631information rather than stepping over it.
3632
4a92d011
EZ
3633This is useful in cases where you may be interested in inspecting the
3634machine instructions of a function which has no symbolic info and do not
3635want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3636
3637@item set step-mode off
4a92d011 3638Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3639debug information. This is the default.
3640
9c16f35a
EZ
3641@item show step-mode
3642Show whether @value{GDBN} will stop in or step over functions without
3643source line debug information.
3644
c906108c
SS
3645@kindex finish
3646@item finish
3647Continue running until just after function in the selected stack frame
3648returns. Print the returned value (if any).
3649
3650Contrast this with the @code{return} command (@pxref{Returning,
3651,Returning from a function}).
3652
3653@kindex until
41afff9a 3654@kindex u @r{(@code{until})}
09d4efe1 3655@cindex run until specified location
c906108c
SS
3656@item until
3657@itemx u
3658Continue running until a source line past the current line, in the
3659current stack frame, is reached. This command is used to avoid single
3660stepping through a loop more than once. It is like the @code{next}
3661command, except that when @code{until} encounters a jump, it
3662automatically continues execution until the program counter is greater
3663than the address of the jump.
3664
3665This means that when you reach the end of a loop after single stepping
3666though it, @code{until} makes your program continue execution until it
3667exits the loop. In contrast, a @code{next} command at the end of a loop
3668simply steps back to the beginning of the loop, which forces you to step
3669through the next iteration.
3670
3671@code{until} always stops your program if it attempts to exit the current
3672stack frame.
3673
3674@code{until} may produce somewhat counterintuitive results if the order
3675of machine code does not match the order of the source lines. For
3676example, in the following excerpt from a debugging session, the @code{f}
3677(@code{frame}) command shows that execution is stopped at line
3678@code{206}; yet when we use @code{until}, we get to line @code{195}:
3679
474c8240 3680@smallexample
c906108c
SS
3681(@value{GDBP}) f
3682#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3683206 expand_input();
3684(@value{GDBP}) until
3685195 for ( ; argc > 0; NEXTARG) @{
474c8240 3686@end smallexample
c906108c
SS
3687
3688This happened because, for execution efficiency, the compiler had
3689generated code for the loop closure test at the end, rather than the
3690start, of the loop---even though the test in a C @code{for}-loop is
3691written before the body of the loop. The @code{until} command appeared
3692to step back to the beginning of the loop when it advanced to this
3693expression; however, it has not really gone to an earlier
3694statement---not in terms of the actual machine code.
3695
3696@code{until} with no argument works by means of single
3697instruction stepping, and hence is slower than @code{until} with an
3698argument.
3699
3700@item until @var{location}
3701@itemx u @var{location}
3702Continue running your program until either the specified location is
3703reached, or the current stack frame returns. @var{location} is any of
3704the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3705,Setting breakpoints}). This form of the command uses breakpoints, and
3706hence is quicker than @code{until} without an argument. The specified
3707location is actually reached only if it is in the current frame. This
3708implies that @code{until} can be used to skip over recursive function
3709invocations. For instance in the code below, if the current location is
3710line @code{96}, issuing @code{until 99} will execute the program up to
3711line @code{99} in the same invocation of factorial, i.e. after the inner
3712invocations have returned.
3713
3714@smallexample
371594 int factorial (int value)
371695 @{
371796 if (value > 1) @{
371897 value *= factorial (value - 1);
371998 @}
372099 return (value);
3721100 @}
3722@end smallexample
3723
3724
3725@kindex advance @var{location}
3726@itemx advance @var{location}
09d4efe1
EZ
3727Continue running the program up to the given @var{location}. An argument is
3728required, which should be of the same form as arguments for the @code{break}
c60eb6f1
EZ
3729command. Execution will also stop upon exit from the current stack
3730frame. This command is similar to @code{until}, but @code{advance} will
3731not skip over recursive function calls, and the target location doesn't
3732have to be in the same frame as the current one.
3733
c906108c
SS
3734
3735@kindex stepi
41afff9a 3736@kindex si @r{(@code{stepi})}
c906108c 3737@item stepi
96a2c332 3738@itemx stepi @var{arg}
c906108c
SS
3739@itemx si
3740Execute one machine instruction, then stop and return to the debugger.
3741
3742It is often useful to do @samp{display/i $pc} when stepping by machine
3743instructions. This makes @value{GDBN} automatically display the next
3744instruction to be executed, each time your program stops. @xref{Auto
3745Display,, Automatic display}.
3746
3747An argument is a repeat count, as in @code{step}.
3748
3749@need 750
3750@kindex nexti
41afff9a 3751@kindex ni @r{(@code{nexti})}
c906108c 3752@item nexti
96a2c332 3753@itemx nexti @var{arg}
c906108c
SS
3754@itemx ni
3755Execute one machine instruction, but if it is a function call,
3756proceed until the function returns.
3757
3758An argument is a repeat count, as in @code{next}.
3759@end table
3760
6d2ebf8b 3761@node Signals
c906108c
SS
3762@section Signals
3763@cindex signals
3764
3765A signal is an asynchronous event that can happen in a program. The
3766operating system defines the possible kinds of signals, and gives each
3767kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3768signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3769@code{SIGSEGV} is the signal a program gets from referencing a place in
3770memory far away from all the areas in use; @code{SIGALRM} occurs when
3771the alarm clock timer goes off (which happens only if your program has
3772requested an alarm).
3773
3774@cindex fatal signals
3775Some signals, including @code{SIGALRM}, are a normal part of the
3776functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3777errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3778program has not specified in advance some other way to handle the signal.
3779@code{SIGINT} does not indicate an error in your program, but it is normally
3780fatal so it can carry out the purpose of the interrupt: to kill the program.
3781
3782@value{GDBN} has the ability to detect any occurrence of a signal in your
3783program. You can tell @value{GDBN} in advance what to do for each kind of
3784signal.
3785
3786@cindex handling signals
24f93129
EZ
3787Normally, @value{GDBN} is set up to let the non-erroneous signals like
3788@code{SIGALRM} be silently passed to your program
3789(so as not to interfere with their role in the program's functioning)
c906108c
SS
3790but to stop your program immediately whenever an error signal happens.
3791You can change these settings with the @code{handle} command.
3792
3793@table @code
3794@kindex info signals
09d4efe1 3795@kindex info handle
c906108c 3796@item info signals
96a2c332 3797@itemx info handle
c906108c
SS
3798Print a table of all the kinds of signals and how @value{GDBN} has been told to
3799handle each one. You can use this to see the signal numbers of all
3800the defined types of signals.
3801
d4f3574e 3802@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3803
3804@kindex handle
3805@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3806Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3807can be the number of a signal or its name (with or without the
24f93129 3808@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3809@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3810known signals. The @var{keywords} say what change to make.
c906108c
SS
3811@end table
3812
3813@c @group
3814The keywords allowed by the @code{handle} command can be abbreviated.
3815Their full names are:
3816
3817@table @code
3818@item nostop
3819@value{GDBN} should not stop your program when this signal happens. It may
3820still print a message telling you that the signal has come in.
3821
3822@item stop
3823@value{GDBN} should stop your program when this signal happens. This implies
3824the @code{print} keyword as well.
3825
3826@item print
3827@value{GDBN} should print a message when this signal happens.
3828
3829@item noprint
3830@value{GDBN} should not mention the occurrence of the signal at all. This
3831implies the @code{nostop} keyword as well.
3832
3833@item pass
5ece1a18 3834@itemx noignore
c906108c
SS
3835@value{GDBN} should allow your program to see this signal; your program
3836can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3837and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3838
3839@item nopass
5ece1a18 3840@itemx ignore
c906108c 3841@value{GDBN} should not allow your program to see this signal.
5ece1a18 3842@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3843@end table
3844@c @end group
3845
d4f3574e
SS
3846When a signal stops your program, the signal is not visible to the
3847program until you
c906108c
SS
3848continue. Your program sees the signal then, if @code{pass} is in
3849effect for the signal in question @emph{at that time}. In other words,
3850after @value{GDBN} reports a signal, you can use the @code{handle}
3851command with @code{pass} or @code{nopass} to control whether your
3852program sees that signal when you continue.
3853
24f93129
EZ
3854The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3855non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3856@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3857erroneous signals.
3858
c906108c
SS
3859You can also use the @code{signal} command to prevent your program from
3860seeing a signal, or cause it to see a signal it normally would not see,
3861or to give it any signal at any time. For example, if your program stopped
3862due to some sort of memory reference error, you might store correct
3863values into the erroneous variables and continue, hoping to see more
3864execution; but your program would probably terminate immediately as
3865a result of the fatal signal once it saw the signal. To prevent this,
3866you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3867program a signal}.
c906108c 3868
6d2ebf8b 3869@node Thread Stops
c906108c
SS
3870@section Stopping and starting multi-thread programs
3871
3872When your program has multiple threads (@pxref{Threads,, Debugging
3873programs with multiple threads}), you can choose whether to set
3874breakpoints on all threads, or on a particular thread.
3875
3876@table @code
3877@cindex breakpoints and threads
3878@cindex thread breakpoints
3879@kindex break @dots{} thread @var{threadno}
3880@item break @var{linespec} thread @var{threadno}
3881@itemx break @var{linespec} thread @var{threadno} if @dots{}
3882@var{linespec} specifies source lines; there are several ways of
3883writing them, but the effect is always to specify some source line.
3884
3885Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3886to specify that you only want @value{GDBN} to stop the program when a
3887particular thread reaches this breakpoint. @var{threadno} is one of the
3888numeric thread identifiers assigned by @value{GDBN}, shown in the first
3889column of the @samp{info threads} display.
3890
3891If you do not specify @samp{thread @var{threadno}} when you set a
3892breakpoint, the breakpoint applies to @emph{all} threads of your
3893program.
3894
3895You can use the @code{thread} qualifier on conditional breakpoints as
3896well; in this case, place @samp{thread @var{threadno}} before the
3897breakpoint condition, like this:
3898
3899@smallexample
2df3850c 3900(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3901@end smallexample
3902
3903@end table
3904
3905@cindex stopped threads
3906@cindex threads, stopped
3907Whenever your program stops under @value{GDBN} for any reason,
3908@emph{all} threads of execution stop, not just the current thread. This
3909allows you to examine the overall state of the program, including
3910switching between threads, without worrying that things may change
3911underfoot.
3912
36d86913
MC
3913@cindex thread breakpoints and system calls
3914@cindex system calls and thread breakpoints
3915@cindex premature return from system calls
3916There is an unfortunate side effect. If one thread stops for a
3917breakpoint, or for some other reason, and another thread is blocked in a
3918system call, then the system call may return prematurely. This is a
3919consequence of the interaction between multiple threads and the signals
3920that @value{GDBN} uses to implement breakpoints and other events that
3921stop execution.
3922
3923To handle this problem, your program should check the return value of
3924each system call and react appropriately. This is good programming
3925style anyways.
3926
3927For example, do not write code like this:
3928
3929@smallexample
3930 sleep (10);
3931@end smallexample
3932
3933The call to @code{sleep} will return early if a different thread stops
3934at a breakpoint or for some other reason.
3935
3936Instead, write this:
3937
3938@smallexample
3939 int unslept = 10;
3940 while (unslept > 0)
3941 unslept = sleep (unslept);
3942@end smallexample
3943
3944A system call is allowed to return early, so the system is still
3945conforming to its specification. But @value{GDBN} does cause your
3946multi-threaded program to behave differently than it would without
3947@value{GDBN}.
3948
3949Also, @value{GDBN} uses internal breakpoints in the thread library to
3950monitor certain events such as thread creation and thread destruction.
3951When such an event happens, a system call in another thread may return
3952prematurely, even though your program does not appear to stop.
3953
c906108c
SS
3954@cindex continuing threads
3955@cindex threads, continuing
3956Conversely, whenever you restart the program, @emph{all} threads start
3957executing. @emph{This is true even when single-stepping} with commands
5d161b24 3958like @code{step} or @code{next}.
c906108c
SS
3959
3960In particular, @value{GDBN} cannot single-step all threads in lockstep.
3961Since thread scheduling is up to your debugging target's operating
3962system (not controlled by @value{GDBN}), other threads may
3963execute more than one statement while the current thread completes a
3964single step. Moreover, in general other threads stop in the middle of a
3965statement, rather than at a clean statement boundary, when the program
3966stops.
3967
3968You might even find your program stopped in another thread after
3969continuing or even single-stepping. This happens whenever some other
3970thread runs into a breakpoint, a signal, or an exception before the
3971first thread completes whatever you requested.
3972
3973On some OSes, you can lock the OS scheduler and thus allow only a single
3974thread to run.
3975
3976@table @code
3977@item set scheduler-locking @var{mode}
9c16f35a
EZ
3978@cindex scheduler locking mode
3979@cindex lock scheduler
c906108c
SS
3980Set the scheduler locking mode. If it is @code{off}, then there is no
3981locking and any thread may run at any time. If @code{on}, then only the
3982current thread may run when the inferior is resumed. The @code{step}
3983mode optimizes for single-stepping. It stops other threads from
3984``seizing the prompt'' by preempting the current thread while you are
3985stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3986when you step. They are more likely to run when you @samp{next} over a
c906108c 3987function call, and they are completely free to run when you use commands
d4f3574e 3988like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3989thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3990@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3991
3992@item show scheduler-locking
3993Display the current scheduler locking mode.
3994@end table
3995
c906108c 3996
6d2ebf8b 3997@node Stack
c906108c
SS
3998@chapter Examining the Stack
3999
4000When your program has stopped, the first thing you need to know is where it
4001stopped and how it got there.
4002
4003@cindex call stack
5d161b24
DB
4004Each time your program performs a function call, information about the call
4005is generated.
4006That information includes the location of the call in your program,
4007the arguments of the call,
c906108c 4008and the local variables of the function being called.
5d161b24 4009The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
4010The stack frames are allocated in a region of memory called the @dfn{call
4011stack}.
4012
4013When your program stops, the @value{GDBN} commands for examining the
4014stack allow you to see all of this information.
4015
4016@cindex selected frame
4017One of the stack frames is @dfn{selected} by @value{GDBN} and many
4018@value{GDBN} commands refer implicitly to the selected frame. In
4019particular, whenever you ask @value{GDBN} for the value of a variable in
4020your program, the value is found in the selected frame. There are
4021special @value{GDBN} commands to select whichever frame you are
4022interested in. @xref{Selection, ,Selecting a frame}.
4023
4024When your program stops, @value{GDBN} automatically selects the
5d161b24 4025currently executing frame and describes it briefly, similar to the
c906108c
SS
4026@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4027
4028@menu
4029* Frames:: Stack frames
4030* Backtrace:: Backtraces
4031* Selection:: Selecting a frame
4032* Frame Info:: Information on a frame
c906108c
SS
4033
4034@end menu
4035
6d2ebf8b 4036@node Frames
c906108c
SS
4037@section Stack frames
4038
d4f3574e 4039@cindex frame, definition
c906108c
SS
4040@cindex stack frame
4041The call stack is divided up into contiguous pieces called @dfn{stack
4042frames}, or @dfn{frames} for short; each frame is the data associated
4043with one call to one function. The frame contains the arguments given
4044to the function, the function's local variables, and the address at
4045which the function is executing.
4046
4047@cindex initial frame
4048@cindex outermost frame
4049@cindex innermost frame
4050When your program is started, the stack has only one frame, that of the
4051function @code{main}. This is called the @dfn{initial} frame or the
4052@dfn{outermost} frame. Each time a function is called, a new frame is
4053made. Each time a function returns, the frame for that function invocation
4054is eliminated. If a function is recursive, there can be many frames for
4055the same function. The frame for the function in which execution is
4056actually occurring is called the @dfn{innermost} frame. This is the most
4057recently created of all the stack frames that still exist.
4058
4059@cindex frame pointer
4060Inside your program, stack frames are identified by their addresses. A
4061stack frame consists of many bytes, each of which has its own address; each
4062kind of computer has a convention for choosing one byte whose
4063address serves as the address of the frame. Usually this address is kept
4064in a register called the @dfn{frame pointer register} while execution is
4065going on in that frame.
4066
4067@cindex frame number
4068@value{GDBN} assigns numbers to all existing stack frames, starting with
4069zero for the innermost frame, one for the frame that called it,
4070and so on upward. These numbers do not really exist in your program;
4071they are assigned by @value{GDBN} to give you a way of designating stack
4072frames in @value{GDBN} commands.
4073
6d2ebf8b
SS
4074@c The -fomit-frame-pointer below perennially causes hbox overflow
4075@c underflow problems.
c906108c
SS
4076@cindex frameless execution
4077Some compilers provide a way to compile functions so that they operate
6d2ebf8b 4078without stack frames. (For example, the @value{GCC} option
474c8240 4079@smallexample
6d2ebf8b 4080@samp{-fomit-frame-pointer}
474c8240 4081@end smallexample
6d2ebf8b 4082generates functions without a frame.)
c906108c
SS
4083This is occasionally done with heavily used library functions to save
4084the frame setup time. @value{GDBN} has limited facilities for dealing
4085with these function invocations. If the innermost function invocation
4086has no stack frame, @value{GDBN} nevertheless regards it as though
4087it had a separate frame, which is numbered zero as usual, allowing
4088correct tracing of the function call chain. However, @value{GDBN} has
4089no provision for frameless functions elsewhere in the stack.
4090
4091@table @code
d4f3574e 4092@kindex frame@r{, command}
41afff9a 4093@cindex current stack frame
c906108c 4094@item frame @var{args}
5d161b24 4095The @code{frame} command allows you to move from one stack frame to another,
c906108c 4096and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
4097address of the frame or the stack frame number. Without an argument,
4098@code{frame} prints the current stack frame.
c906108c
SS
4099
4100@kindex select-frame
41afff9a 4101@cindex selecting frame silently
c906108c
SS
4102@item select-frame
4103The @code{select-frame} command allows you to move from one stack frame
4104to another without printing the frame. This is the silent version of
4105@code{frame}.
4106@end table
4107
6d2ebf8b 4108@node Backtrace
c906108c
SS
4109@section Backtraces
4110
09d4efe1
EZ
4111@cindex traceback
4112@cindex call stack traces
c906108c
SS
4113A backtrace is a summary of how your program got where it is. It shows one
4114line per frame, for many frames, starting with the currently executing
4115frame (frame zero), followed by its caller (frame one), and on up the
4116stack.
4117
4118@table @code
4119@kindex backtrace
41afff9a 4120@kindex bt @r{(@code{backtrace})}
c906108c
SS
4121@item backtrace
4122@itemx bt
4123Print a backtrace of the entire stack: one line per frame for all
4124frames in the stack.
4125
4126You can stop the backtrace at any time by typing the system interrupt
4127character, normally @kbd{C-c}.
4128
4129@item backtrace @var{n}
4130@itemx bt @var{n}
4131Similar, but print only the innermost @var{n} frames.
4132
4133@item backtrace -@var{n}
4134@itemx bt -@var{n}
4135Similar, but print only the outermost @var{n} frames.
4136@end table
4137
4138@kindex where
4139@kindex info stack
c906108c
SS
4140The names @code{where} and @code{info stack} (abbreviated @code{info s})
4141are additional aliases for @code{backtrace}.
4142
4143Each line in the backtrace shows the frame number and the function name.
4144The program counter value is also shown---unless you use @code{set
4145print address off}. The backtrace also shows the source file name and
4146line number, as well as the arguments to the function. The program
4147counter value is omitted if it is at the beginning of the code for that
4148line number.
4149
4150Here is an example of a backtrace. It was made with the command
4151@samp{bt 3}, so it shows the innermost three frames.
4152
4153@smallexample
4154@group
5d161b24 4155#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4156 at builtin.c:993
4157#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4158#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4159 at macro.c:71
4160(More stack frames follow...)
4161@end group
4162@end smallexample
4163
4164@noindent
4165The display for frame zero does not begin with a program counter
4166value, indicating that your program has stopped at the beginning of the
4167code for line @code{993} of @code{builtin.c}.
4168
a8f24a35
EZ
4169@cindex backtrace beyond @code{main} function
4170@cindex program entry point
4171@cindex startup code, and backtrace
25d29d70
AC
4172Most programs have a standard user entry point---a place where system
4173libraries and startup code transition into user code. For C this is
4174@code{main}. When @value{GDBN} finds the entry function in a backtrace
4175it will terminate the backtrace, to avoid tracing into highly
4176system-specific (and generally uninteresting) code.
4177
4178If you need to examine the startup code, or limit the number of levels
4179in a backtrace, you can change this behavior:
95f90d25
DJ
4180
4181@table @code
25d29d70
AC
4182@item set backtrace past-main
4183@itemx set backtrace past-main on
4644b6e3 4184@kindex set backtrace
25d29d70
AC
4185Backtraces will continue past the user entry point.
4186
4187@item set backtrace past-main off
95f90d25
DJ
4188Backtraces will stop when they encounter the user entry point. This is the
4189default.
4190
25d29d70 4191@item show backtrace past-main
4644b6e3 4192@kindex show backtrace
25d29d70
AC
4193Display the current user entry point backtrace policy.
4194
2315ffec
RC
4195@item set backtrace past-entry
4196@itemx set backtrace past-entry on
a8f24a35 4197Backtraces will continue past the internal entry point of an application.
2315ffec
RC
4198This entry point is encoded by the linker when the application is built,
4199and is likely before the user entry point @code{main} (or equivalent) is called.
4200
4201@item set backtrace past-entry off
4202Backtraces will stop when they encouter the internal entry point of an
4203application. This is the default.
4204
4205@item show backtrace past-entry
4206Display the current internal entry point backtrace policy.
4207
25d29d70
AC
4208@item set backtrace limit @var{n}
4209@itemx set backtrace limit 0
4210@cindex backtrace limit
4211Limit the backtrace to @var{n} levels. A value of zero means
4212unlimited.
95f90d25 4213
25d29d70
AC
4214@item show backtrace limit
4215Display the current limit on backtrace levels.
95f90d25
DJ
4216@end table
4217
6d2ebf8b 4218@node Selection
c906108c
SS
4219@section Selecting a frame
4220
4221Most commands for examining the stack and other data in your program work on
4222whichever stack frame is selected at the moment. Here are the commands for
4223selecting a stack frame; all of them finish by printing a brief description
4224of the stack frame just selected.
4225
4226@table @code
d4f3574e 4227@kindex frame@r{, selecting}
41afff9a 4228@kindex f @r{(@code{frame})}
c906108c
SS
4229@item frame @var{n}
4230@itemx f @var{n}
4231Select frame number @var{n}. Recall that frame zero is the innermost
4232(currently executing) frame, frame one is the frame that called the
4233innermost one, and so on. The highest-numbered frame is the one for
4234@code{main}.
4235
4236@item frame @var{addr}
4237@itemx f @var{addr}
4238Select the frame at address @var{addr}. This is useful mainly if the
4239chaining of stack frames has been damaged by a bug, making it
4240impossible for @value{GDBN} to assign numbers properly to all frames. In
4241addition, this can be useful when your program has multiple stacks and
4242switches between them.
4243
c906108c
SS
4244On the SPARC architecture, @code{frame} needs two addresses to
4245select an arbitrary frame: a frame pointer and a stack pointer.
4246
4247On the MIPS and Alpha architecture, it needs two addresses: a stack
4248pointer and a program counter.
4249
4250On the 29k architecture, it needs three addresses: a register stack
4251pointer, a program counter, and a memory stack pointer.
4252@c note to future updaters: this is conditioned on a flag
4253@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4254@c as of 27 Jan 1994.
c906108c
SS
4255
4256@kindex up
4257@item up @var{n}
4258Move @var{n} frames up the stack. For positive numbers @var{n}, this
4259advances toward the outermost frame, to higher frame numbers, to frames
4260that have existed longer. @var{n} defaults to one.
4261
4262@kindex down
41afff9a 4263@kindex do @r{(@code{down})}
c906108c
SS
4264@item down @var{n}
4265Move @var{n} frames down the stack. For positive numbers @var{n}, this
4266advances toward the innermost frame, to lower frame numbers, to frames
4267that were created more recently. @var{n} defaults to one. You may
4268abbreviate @code{down} as @code{do}.
4269@end table
4270
4271All of these commands end by printing two lines of output describing the
4272frame. The first line shows the frame number, the function name, the
4273arguments, and the source file and line number of execution in that
5d161b24 4274frame. The second line shows the text of that source line.
c906108c
SS
4275
4276@need 1000
4277For example:
4278
4279@smallexample
4280@group
4281(@value{GDBP}) up
4282#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4283 at env.c:10
428410 read_input_file (argv[i]);
4285@end group
4286@end smallexample
4287
4288After such a printout, the @code{list} command with no arguments
4289prints ten lines centered on the point of execution in the frame.
87885426
FN
4290You can also edit the program at the point of execution with your favorite
4291editing program by typing @code{edit}.
4292@xref{List, ,Printing source lines},
4293for details.
c906108c
SS
4294
4295@table @code
4296@kindex down-silently
4297@kindex up-silently
4298@item up-silently @var{n}
4299@itemx down-silently @var{n}
4300These two commands are variants of @code{up} and @code{down},
4301respectively; they differ in that they do their work silently, without
4302causing display of the new frame. They are intended primarily for use
4303in @value{GDBN} command scripts, where the output might be unnecessary and
4304distracting.
4305@end table
4306
6d2ebf8b 4307@node Frame Info
c906108c
SS
4308@section Information about a frame
4309
4310There are several other commands to print information about the selected
4311stack frame.
4312
4313@table @code
4314@item frame
4315@itemx f
4316When used without any argument, this command does not change which
4317frame is selected, but prints a brief description of the currently
4318selected stack frame. It can be abbreviated @code{f}. With an
4319argument, this command is used to select a stack frame.
4320@xref{Selection, ,Selecting a frame}.
4321
4322@kindex info frame
41afff9a 4323@kindex info f @r{(@code{info frame})}
c906108c
SS
4324@item info frame
4325@itemx info f
4326This command prints a verbose description of the selected stack frame,
4327including:
4328
4329@itemize @bullet
5d161b24
DB
4330@item
4331the address of the frame
c906108c
SS
4332@item
4333the address of the next frame down (called by this frame)
4334@item
4335the address of the next frame up (caller of this frame)
4336@item
4337the language in which the source code corresponding to this frame is written
4338@item
4339the address of the frame's arguments
4340@item
d4f3574e
SS
4341the address of the frame's local variables
4342@item
c906108c
SS
4343the program counter saved in it (the address of execution in the caller frame)
4344@item
4345which registers were saved in the frame
4346@end itemize
4347
4348@noindent The verbose description is useful when
4349something has gone wrong that has made the stack format fail to fit
4350the usual conventions.
4351
4352@item info frame @var{addr}
4353@itemx info f @var{addr}
4354Print a verbose description of the frame at address @var{addr}, without
4355selecting that frame. The selected frame remains unchanged by this
4356command. This requires the same kind of address (more than one for some
4357architectures) that you specify in the @code{frame} command.
4358@xref{Selection, ,Selecting a frame}.
4359
4360@kindex info args
4361@item info args
4362Print the arguments of the selected frame, each on a separate line.
4363
4364@item info locals
4365@kindex info locals
4366Print the local variables of the selected frame, each on a separate
4367line. These are all variables (declared either static or automatic)
4368accessible at the point of execution of the selected frame.
4369
c906108c 4370@kindex info catch
d4f3574e
SS
4371@cindex catch exceptions, list active handlers
4372@cindex exception handlers, how to list
c906108c
SS
4373@item info catch
4374Print a list of all the exception handlers that are active in the
4375current stack frame at the current point of execution. To see other
4376exception handlers, visit the associated frame (using the @code{up},
4377@code{down}, or @code{frame} commands); then type @code{info catch}.
4378@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4379
c906108c
SS
4380@end table
4381
c906108c 4382
6d2ebf8b 4383@node Source
c906108c
SS
4384@chapter Examining Source Files
4385
4386@value{GDBN} can print parts of your program's source, since the debugging
4387information recorded in the program tells @value{GDBN} what source files were
4388used to build it. When your program stops, @value{GDBN} spontaneously prints
4389the line where it stopped. Likewise, when you select a stack frame
4390(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4391execution in that frame has stopped. You can print other portions of
4392source files by explicit command.
4393
7a292a7a 4394If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4395prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4396@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4397
4398@menu
4399* List:: Printing source lines
87885426 4400* Edit:: Editing source files
c906108c 4401* Search:: Searching source files
c906108c
SS
4402* Source Path:: Specifying source directories
4403* Machine Code:: Source and machine code
4404@end menu
4405
6d2ebf8b 4406@node List
c906108c
SS
4407@section Printing source lines
4408
4409@kindex list
41afff9a 4410@kindex l @r{(@code{list})}
c906108c 4411To print lines from a source file, use the @code{list} command
5d161b24 4412(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4413There are several ways to specify what part of the file you want to print.
4414
4415Here are the forms of the @code{list} command most commonly used:
4416
4417@table @code
4418@item list @var{linenum}
4419Print lines centered around line number @var{linenum} in the
4420current source file.
4421
4422@item list @var{function}
4423Print lines centered around the beginning of function
4424@var{function}.
4425
4426@item list
4427Print more lines. If the last lines printed were printed with a
4428@code{list} command, this prints lines following the last lines
4429printed; however, if the last line printed was a solitary line printed
4430as part of displaying a stack frame (@pxref{Stack, ,Examining the
4431Stack}), this prints lines centered around that line.
4432
4433@item list -
4434Print lines just before the lines last printed.
4435@end table
4436
9c16f35a 4437@cindex @code{list}, how many lines to display
c906108c
SS
4438By default, @value{GDBN} prints ten source lines with any of these forms of
4439the @code{list} command. You can change this using @code{set listsize}:
4440
4441@table @code
4442@kindex set listsize
4443@item set listsize @var{count}
4444Make the @code{list} command display @var{count} source lines (unless
4445the @code{list} argument explicitly specifies some other number).
4446
4447@kindex show listsize
4448@item show listsize
4449Display the number of lines that @code{list} prints.
4450@end table
4451
4452Repeating a @code{list} command with @key{RET} discards the argument,
4453so it is equivalent to typing just @code{list}. This is more useful
4454than listing the same lines again. An exception is made for an
4455argument of @samp{-}; that argument is preserved in repetition so that
4456each repetition moves up in the source file.
4457
4458@cindex linespec
4459In general, the @code{list} command expects you to supply zero, one or two
4460@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4461of writing them, but the effect is always to specify some source line.
c906108c
SS
4462Here is a complete description of the possible arguments for @code{list}:
4463
4464@table @code
4465@item list @var{linespec}
4466Print lines centered around the line specified by @var{linespec}.
4467
4468@item list @var{first},@var{last}
4469Print lines from @var{first} to @var{last}. Both arguments are
4470linespecs.
4471
4472@item list ,@var{last}
4473Print lines ending with @var{last}.
4474
4475@item list @var{first},
4476Print lines starting with @var{first}.
4477
4478@item list +
4479Print lines just after the lines last printed.
4480
4481@item list -
4482Print lines just before the lines last printed.
4483
4484@item list
4485As described in the preceding table.
4486@end table
4487
4488Here are the ways of specifying a single source line---all the
4489kinds of linespec.
4490
4491@table @code
4492@item @var{number}
4493Specifies line @var{number} of the current source file.
4494When a @code{list} command has two linespecs, this refers to
4495the same source file as the first linespec.
4496
4497@item +@var{offset}
4498Specifies the line @var{offset} lines after the last line printed.
4499When used as the second linespec in a @code{list} command that has
4500two, this specifies the line @var{offset} lines down from the
4501first linespec.
4502
4503@item -@var{offset}
4504Specifies the line @var{offset} lines before the last line printed.
4505
4506@item @var{filename}:@var{number}
4507Specifies line @var{number} in the source file @var{filename}.
4508
4509@item @var{function}
4510Specifies the line that begins the body of the function @var{function}.
4511For example: in C, this is the line with the open brace.
4512
4513@item @var{filename}:@var{function}
4514Specifies the line of the open-brace that begins the body of the
4515function @var{function} in the file @var{filename}. You only need the
4516file name with a function name to avoid ambiguity when there are
4517identically named functions in different source files.
4518
4519@item *@var{address}
4520Specifies the line containing the program address @var{address}.
4521@var{address} may be any expression.
4522@end table
4523
87885426
FN
4524@node Edit
4525@section Editing source files
4526@cindex editing source files
4527
4528@kindex edit
4529@kindex e @r{(@code{edit})}
4530To edit the lines in a source file, use the @code{edit} command.
4531The editing program of your choice
4532is invoked with the current line set to
4533the active line in the program.
4534Alternatively, there are several ways to specify what part of the file you
4535want to print if you want to see other parts of the program.
4536
4537Here are the forms of the @code{edit} command most commonly used:
4538
4539@table @code
4540@item edit
4541Edit the current source file at the active line number in the program.
4542
4543@item edit @var{number}
4544Edit the current source file with @var{number} as the active line number.
4545
4546@item edit @var{function}
4547Edit the file containing @var{function} at the beginning of its definition.
4548
4549@item edit @var{filename}:@var{number}
4550Specifies line @var{number} in the source file @var{filename}.
4551
4552@item edit @var{filename}:@var{function}
4553Specifies the line that begins the body of the
4554function @var{function} in the file @var{filename}. You only need the
4555file name with a function name to avoid ambiguity when there are
4556identically named functions in different source files.
4557
4558@item edit *@var{address}
4559Specifies the line containing the program address @var{address}.
4560@var{address} may be any expression.
4561@end table
4562
4563@subsection Choosing your editor
4564You can customize @value{GDBN} to use any editor you want
4565@footnote{
4566The only restriction is that your editor (say @code{ex}), recognizes the
4567following command-line syntax:
10998722 4568@smallexample
87885426 4569ex +@var{number} file
10998722 4570@end smallexample
15387254
EZ
4571The optional numeric value +@var{number} specifies the number of the line in
4572the file where to start editing.}.
4573By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
4574by setting the environment variable @code{EDITOR} before using
4575@value{GDBN}. For example, to configure @value{GDBN} to use the
4576@code{vi} editor, you could use these commands with the @code{sh} shell:
4577@smallexample
87885426
FN
4578EDITOR=/usr/bin/vi
4579export EDITOR
15387254 4580gdb @dots{}
10998722 4581@end smallexample
87885426 4582or in the @code{csh} shell,
10998722 4583@smallexample
87885426 4584setenv EDITOR /usr/bin/vi
15387254 4585gdb @dots{}
10998722 4586@end smallexample
87885426 4587
6d2ebf8b 4588@node Search
c906108c 4589@section Searching source files
15387254 4590@cindex searching source files
c906108c
SS
4591
4592There are two commands for searching through the current source file for a
4593regular expression.
4594
4595@table @code
4596@kindex search
4597@kindex forward-search
4598@item forward-search @var{regexp}
4599@itemx search @var{regexp}
4600The command @samp{forward-search @var{regexp}} checks each line,
4601starting with the one following the last line listed, for a match for
5d161b24 4602@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4603synonym @samp{search @var{regexp}} or abbreviate the command name as
4604@code{fo}.
4605
09d4efe1 4606@kindex reverse-search
c906108c
SS
4607@item reverse-search @var{regexp}
4608The command @samp{reverse-search @var{regexp}} checks each line, starting
4609with the one before the last line listed and going backward, for a match
4610for @var{regexp}. It lists the line that is found. You can abbreviate
4611this command as @code{rev}.
4612@end table
c906108c 4613
6d2ebf8b 4614@node Source Path
c906108c
SS
4615@section Specifying source directories
4616
4617@cindex source path
4618@cindex directories for source files
4619Executable programs sometimes do not record the directories of the source
4620files from which they were compiled, just the names. Even when they do,
4621the directories could be moved between the compilation and your debugging
4622session. @value{GDBN} has a list of directories to search for source files;
4623this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4624it tries all the directories in the list, in the order they are present
0b66e38c
EZ
4625in the list, until it finds a file with the desired name.
4626
4627For example, suppose an executable references the file
4628@file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4629@file{/mnt/cross}. The file is first looked up literally; if this
4630fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4631fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4632message is printed. @value{GDBN} does not look up the parts of the
4633source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4634Likewise, the subdirectories of the source path are not searched: if
4635the source path is @file{/mnt/cross}, and the binary refers to
4636@file{foo.c}, @value{GDBN} would not find it under
4637@file{/mnt/cross/usr/src/foo-1.0/lib}.
4638
4639Plain file names, relative file names with leading directories, file
4640names containing dots, etc.@: are all treated as described above; for
4641instance, if the source path is @file{/mnt/cross}, and the source file
4642is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4643@file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4644that---@file{/mnt/cross/foo.c}.
4645
4646Note that the executable search path is @emph{not} used to locate the
4647source files. Neither is the current working directory, unless it
4648happens to be in the source path.
c906108c
SS
4649
4650Whenever you reset or rearrange the source path, @value{GDBN} clears out
4651any information it has cached about where source files are found and where
4652each line is in the file.
4653
4654@kindex directory
4655@kindex dir
d4f3574e
SS
4656When you start @value{GDBN}, its source path includes only @samp{cdir}
4657and @samp{cwd}, in that order.
c906108c
SS
4658To add other directories, use the @code{directory} command.
4659
4660@table @code
4661@item directory @var{dirname} @dots{}
4662@item dir @var{dirname} @dots{}
4663Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4664directory names may be given to this command, separated by @samp{:}
4665(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4666part of absolute file names) or
c906108c
SS
4667whitespace. You may specify a directory that is already in the source
4668path; this moves it forward, so @value{GDBN} searches it sooner.
4669
4670@kindex cdir
4671@kindex cwd
41afff9a
EZ
4672@vindex $cdir@r{, convenience variable}
4673@vindex $cwdr@r{, convenience variable}
c906108c
SS
4674@cindex compilation directory
4675@cindex current directory
4676@cindex working directory
4677@cindex directory, current
4678@cindex directory, compilation
4679You can use the string @samp{$cdir} to refer to the compilation
4680directory (if one is recorded), and @samp{$cwd} to refer to the current
4681working directory. @samp{$cwd} is not the same as @samp{.}---the former
4682tracks the current working directory as it changes during your @value{GDBN}
4683session, while the latter is immediately expanded to the current
4684directory at the time you add an entry to the source path.
4685
4686@item directory
4687Reset the source path to empty again. This requires confirmation.
4688
4689@c RET-repeat for @code{directory} is explicitly disabled, but since
4690@c repeating it would be a no-op we do not say that. (thanks to RMS)
4691
4692@item show directories
4693@kindex show directories
4694Print the source path: show which directories it contains.
4695@end table
4696
4697If your source path is cluttered with directories that are no longer of
4698interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4699versions of source. You can correct the situation as follows:
4700
4701@enumerate
4702@item
4703Use @code{directory} with no argument to reset the source path to empty.
4704
4705@item
4706Use @code{directory} with suitable arguments to reinstall the
4707directories you want in the source path. You can add all the
4708directories in one command.
4709@end enumerate
4710
6d2ebf8b 4711@node Machine Code
c906108c 4712@section Source and machine code
15387254 4713@cindex source line and its code address
c906108c
SS
4714
4715You can use the command @code{info line} to map source lines to program
4716addresses (and vice versa), and the command @code{disassemble} to display
4717a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4718mode, the @code{info line} command causes the arrow to point to the
5d161b24 4719line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4720well as hex.
4721
4722@table @code
4723@kindex info line
4724@item info line @var{linespec}
4725Print the starting and ending addresses of the compiled code for
4726source line @var{linespec}. You can specify source lines in any of
4727the ways understood by the @code{list} command (@pxref{List, ,Printing
4728source lines}).
4729@end table
4730
4731For example, we can use @code{info line} to discover the location of
4732the object code for the first line of function
4733@code{m4_changequote}:
4734
d4f3574e
SS
4735@c FIXME: I think this example should also show the addresses in
4736@c symbolic form, as they usually would be displayed.
c906108c 4737@smallexample
96a2c332 4738(@value{GDBP}) info line m4_changequote
c906108c
SS
4739Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4740@end smallexample
4741
4742@noindent
15387254 4743@cindex code address and its source line
c906108c
SS
4744We can also inquire (using @code{*@var{addr}} as the form for
4745@var{linespec}) what source line covers a particular address:
4746@smallexample
4747(@value{GDBP}) info line *0x63ff
4748Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4749@end smallexample
4750
4751@cindex @code{$_} and @code{info line}
15387254 4752@cindex @code{x} command, default address
41afff9a 4753@kindex x@r{(examine), and} info line
c906108c
SS
4754After @code{info line}, the default address for the @code{x} command
4755is changed to the starting address of the line, so that @samp{x/i} is
4756sufficient to begin examining the machine code (@pxref{Memory,
4757,Examining memory}). Also, this address is saved as the value of the
4758convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4759variables}).
4760
4761@table @code
4762@kindex disassemble
4763@cindex assembly instructions
4764@cindex instructions, assembly
4765@cindex machine instructions
4766@cindex listing machine instructions
4767@item disassemble
4768This specialized command dumps a range of memory as machine
4769instructions. The default memory range is the function surrounding the
4770program counter of the selected frame. A single argument to this
4771command is a program counter value; @value{GDBN} dumps the function
4772surrounding this value. Two arguments specify a range of addresses
4773(first inclusive, second exclusive) to dump.
4774@end table
4775
c906108c
SS
4776The following example shows the disassembly of a range of addresses of
4777HP PA-RISC 2.0 code:
4778
4779@smallexample
4780(@value{GDBP}) disas 0x32c4 0x32e4
4781Dump of assembler code from 0x32c4 to 0x32e4:
47820x32c4 <main+204>: addil 0,dp
47830x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
47840x32cc <main+212>: ldil 0x3000,r31
47850x32d0 <main+216>: ble 0x3f8(sr4,r31)
47860x32d4 <main+220>: ldo 0(r31),rp
47870x32d8 <main+224>: addil -0x800,dp
47880x32dc <main+228>: ldo 0x588(r1),r26
47890x32e0 <main+232>: ldil 0x3000,r31
4790End of assembler dump.
4791@end smallexample
c906108c
SS
4792
4793Some architectures have more than one commonly-used set of instruction
4794mnemonics or other syntax.
4795
4796@table @code
d4f3574e 4797@kindex set disassembly-flavor
d4f3574e
SS
4798@cindex Intel disassembly flavor
4799@cindex AT&T disassembly flavor
4800@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4801Select the instruction set to use when disassembling the
4802program via the @code{disassemble} or @code{x/i} commands.
4803
4804Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4805can set @var{instruction-set} to either @code{intel} or @code{att}.
4806The default is @code{att}, the AT&T flavor used by default by Unix
4807assemblers for x86-based targets.
9c16f35a
EZ
4808
4809@kindex show disassembly-flavor
4810@item show disassembly-flavor
4811Show the current setting of the disassembly flavor.
c906108c
SS
4812@end table
4813
4814
6d2ebf8b 4815@node Data
c906108c
SS
4816@chapter Examining Data
4817
4818@cindex printing data
4819@cindex examining data
4820@kindex print
4821@kindex inspect
4822@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4823@c document because it is nonstandard... Under Epoch it displays in a
4824@c different window or something like that.
4825The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4826command (abbreviated @code{p}), or its synonym @code{inspect}. It
4827evaluates and prints the value of an expression of the language your
4828program is written in (@pxref{Languages, ,Using @value{GDBN} with
4829Different Languages}).
c906108c
SS
4830
4831@table @code
d4f3574e
SS
4832@item print @var{expr}
4833@itemx print /@var{f} @var{expr}
4834@var{expr} is an expression (in the source language). By default the
4835value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4836you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4837@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4838formats}.
4839
4840@item print
4841@itemx print /@var{f}
15387254 4842@cindex reprint the last value
d4f3574e 4843If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4844@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4845conveniently inspect the same value in an alternative format.
4846@end table
4847
4848A more low-level way of examining data is with the @code{x} command.
4849It examines data in memory at a specified address and prints it in a
4850specified format. @xref{Memory, ,Examining memory}.
4851
7a292a7a 4852If you are interested in information about types, or about how the
d4f3574e
SS
4853fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4854command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4855Table}.
c906108c
SS
4856
4857@menu
4858* Expressions:: Expressions
4859* Variables:: Program variables
4860* Arrays:: Artificial arrays
4861* Output Formats:: Output formats
4862* Memory:: Examining memory
4863* Auto Display:: Automatic display
4864* Print Settings:: Print settings
4865* Value History:: Value history
4866* Convenience Vars:: Convenience variables
4867* Registers:: Registers
c906108c 4868* Floating Point Hardware:: Floating point hardware
53c69bd7 4869* Vector Unit:: Vector Unit
721c2651 4870* OS Information:: Auxiliary data provided by operating system
29e57380 4871* Memory Region Attributes:: Memory region attributes
16d9dec6 4872* Dump/Restore Files:: Copy between memory and a file
384ee23f 4873* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
4874* Character Sets:: Debugging programs that use a different
4875 character set than GDB does
09d4efe1 4876* Caching Remote Data:: Data caching for remote targets
c906108c
SS
4877@end menu
4878
6d2ebf8b 4879@node Expressions
c906108c
SS
4880@section Expressions
4881
4882@cindex expressions
4883@code{print} and many other @value{GDBN} commands accept an expression and
4884compute its value. Any kind of constant, variable or operator defined
4885by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4886@value{GDBN}. This includes conditional expressions, function calls,
4887casts, and string constants. It also includes preprocessor macros, if
4888you compiled your program to include this information; see
4889@ref{Compilation}.
c906108c 4890
15387254 4891@cindex arrays in expressions
d4f3574e
SS
4892@value{GDBN} supports array constants in expressions input by
4893the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4894you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4895memory that is @code{malloc}ed in the target program.
c906108c 4896
c906108c
SS
4897Because C is so widespread, most of the expressions shown in examples in
4898this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4899Languages}, for information on how to use expressions in other
4900languages.
4901
4902In this section, we discuss operators that you can use in @value{GDBN}
4903expressions regardless of your programming language.
4904
15387254 4905@cindex casts, in expressions
c906108c
SS
4906Casts are supported in all languages, not just in C, because it is so
4907useful to cast a number into a pointer in order to examine a structure
4908at that address in memory.
4909@c FIXME: casts supported---Mod2 true?
c906108c
SS
4910
4911@value{GDBN} supports these operators, in addition to those common
4912to programming languages:
4913
4914@table @code
4915@item @@
4916@samp{@@} is a binary operator for treating parts of memory as arrays.
4917@xref{Arrays, ,Artificial arrays}, for more information.
4918
4919@item ::
4920@samp{::} allows you to specify a variable in terms of the file or
4921function where it is defined. @xref{Variables, ,Program variables}.
4922
4923@cindex @{@var{type}@}
4924@cindex type casting memory
4925@cindex memory, viewing as typed object
4926@cindex casts, to view memory
4927@item @{@var{type}@} @var{addr}
4928Refers to an object of type @var{type} stored at address @var{addr} in
4929memory. @var{addr} may be any expression whose value is an integer or
4930pointer (but parentheses are required around binary operators, just as in
4931a cast). This construct is allowed regardless of what kind of data is
4932normally supposed to reside at @var{addr}.
4933@end table
4934
6d2ebf8b 4935@node Variables
c906108c
SS
4936@section Program variables
4937
4938The most common kind of expression to use is the name of a variable
4939in your program.
4940
4941Variables in expressions are understood in the selected stack frame
4942(@pxref{Selection, ,Selecting a frame}); they must be either:
4943
4944@itemize @bullet
4945@item
4946global (or file-static)
4947@end itemize
4948
5d161b24 4949@noindent or
c906108c
SS
4950
4951@itemize @bullet
4952@item
4953visible according to the scope rules of the
4954programming language from the point of execution in that frame
5d161b24 4955@end itemize
c906108c
SS
4956
4957@noindent This means that in the function
4958
474c8240 4959@smallexample
c906108c
SS
4960foo (a)
4961 int a;
4962@{
4963 bar (a);
4964 @{
4965 int b = test ();
4966 bar (b);
4967 @}
4968@}
474c8240 4969@end smallexample
c906108c
SS
4970
4971@noindent
4972you can examine and use the variable @code{a} whenever your program is
4973executing within the function @code{foo}, but you can only use or
4974examine the variable @code{b} while your program is executing inside
4975the block where @code{b} is declared.
4976
4977@cindex variable name conflict
4978There is an exception: you can refer to a variable or function whose
4979scope is a single source file even if the current execution point is not
4980in this file. But it is possible to have more than one such variable or
4981function with the same name (in different source files). If that
4982happens, referring to that name has unpredictable effects. If you wish,
4983you can specify a static variable in a particular function or file,
15387254 4984using the colon-colon (@code{::}) notation:
c906108c 4985
d4f3574e 4986@cindex colon-colon, context for variables/functions
c906108c
SS
4987@iftex
4988@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4989@cindex @code{::}, context for variables/functions
c906108c 4990@end iftex
474c8240 4991@smallexample
c906108c
SS
4992@var{file}::@var{variable}
4993@var{function}::@var{variable}
474c8240 4994@end smallexample
c906108c
SS
4995
4996@noindent
4997Here @var{file} or @var{function} is the name of the context for the
4998static @var{variable}. In the case of file names, you can use quotes to
4999make sure @value{GDBN} parses the file name as a single word---for example,
5000to print a global value of @code{x} defined in @file{f2.c}:
5001
474c8240 5002@smallexample
c906108c 5003(@value{GDBP}) p 'f2.c'::x
474c8240 5004@end smallexample
c906108c 5005
b37052ae 5006@cindex C@t{++} scope resolution
c906108c 5007This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 5008use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
5009scope resolution operator in @value{GDBN} expressions.
5010@c FIXME: Um, so what happens in one of those rare cases where it's in
5011@c conflict?? --mew
c906108c
SS
5012
5013@cindex wrong values
5014@cindex variable values, wrong
15387254
EZ
5015@cindex function entry/exit, wrong values of variables
5016@cindex optimized code, wrong values of variables
c906108c
SS
5017@quotation
5018@emph{Warning:} Occasionally, a local variable may appear to have the
5019wrong value at certain points in a function---just after entry to a new
5020scope, and just before exit.
5021@end quotation
5022You may see this problem when you are stepping by machine instructions.
5023This is because, on most machines, it takes more than one instruction to
5024set up a stack frame (including local variable definitions); if you are
5025stepping by machine instructions, variables may appear to have the wrong
5026values until the stack frame is completely built. On exit, it usually
5027also takes more than one machine instruction to destroy a stack frame;
5028after you begin stepping through that group of instructions, local
5029variable definitions may be gone.
5030
5031This may also happen when the compiler does significant optimizations.
5032To be sure of always seeing accurate values, turn off all optimization
5033when compiling.
5034
d4f3574e
SS
5035@cindex ``No symbol "foo" in current context''
5036Another possible effect of compiler optimizations is to optimize
5037unused variables out of existence, or assign variables to registers (as
5038opposed to memory addresses). Depending on the support for such cases
5039offered by the debug info format used by the compiler, @value{GDBN}
5040might not be able to display values for such local variables. If that
5041happens, @value{GDBN} will print a message like this:
5042
474c8240 5043@smallexample
d4f3574e 5044No symbol "foo" in current context.
474c8240 5045@end smallexample
d4f3574e
SS
5046
5047To solve such problems, either recompile without optimizations, or use a
5048different debug info format, if the compiler supports several such
15387254 5049formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
0179ffac
DC
5050usually supports the @option{-gstabs+} option. @option{-gstabs+}
5051produces debug info in a format that is superior to formats such as
5052COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5053an effective form for debug info. @xref{Debugging Options,,Options
5054for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
15387254
EZ
5055@xref{C, , Debugging C++}, for more info about debug info formats
5056that are best suited to C@t{++} programs.
d4f3574e 5057
6d2ebf8b 5058@node Arrays
c906108c
SS
5059@section Artificial arrays
5060
5061@cindex artificial array
15387254 5062@cindex arrays
41afff9a 5063@kindex @@@r{, referencing memory as an array}
c906108c
SS
5064It is often useful to print out several successive objects of the
5065same type in memory; a section of an array, or an array of
5066dynamically determined size for which only a pointer exists in the
5067program.
5068
5069You can do this by referring to a contiguous span of memory as an
5070@dfn{artificial array}, using the binary operator @samp{@@}. The left
5071operand of @samp{@@} should be the first element of the desired array
5072and be an individual object. The right operand should be the desired length
5073of the array. The result is an array value whose elements are all of
5074the type of the left argument. The first element is actually the left
5075argument; the second element comes from bytes of memory immediately
5076following those that hold the first element, and so on. Here is an
5077example. If a program says
5078
474c8240 5079@smallexample
c906108c 5080int *array = (int *) malloc (len * sizeof (int));
474c8240 5081@end smallexample
c906108c
SS
5082
5083@noindent
5084you can print the contents of @code{array} with
5085
474c8240 5086@smallexample
c906108c 5087p *array@@len
474c8240 5088@end smallexample
c906108c
SS
5089
5090The left operand of @samp{@@} must reside in memory. Array values made
5091with @samp{@@} in this way behave just like other arrays in terms of
5092subscripting, and are coerced to pointers when used in expressions.
5093Artificial arrays most often appear in expressions via the value history
5094(@pxref{Value History, ,Value history}), after printing one out.
5095
5096Another way to create an artificial array is to use a cast.
5097This re-interprets a value as if it were an array.
5098The value need not be in memory:
474c8240 5099@smallexample
c906108c
SS
5100(@value{GDBP}) p/x (short[2])0x12345678
5101$1 = @{0x1234, 0x5678@}
474c8240 5102@end smallexample
c906108c
SS
5103
5104As a convenience, if you leave the array length out (as in
c3f6f71d 5105@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 5106the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 5107@smallexample
c906108c
SS
5108(@value{GDBP}) p/x (short[])0x12345678
5109$2 = @{0x1234, 0x5678@}
474c8240 5110@end smallexample
c906108c
SS
5111
5112Sometimes the artificial array mechanism is not quite enough; in
5113moderately complex data structures, the elements of interest may not
5114actually be adjacent---for example, if you are interested in the values
5115of pointers in an array. One useful work-around in this situation is
5116to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5117variables}) as a counter in an expression that prints the first
5118interesting value, and then repeat that expression via @key{RET}. For
5119instance, suppose you have an array @code{dtab} of pointers to
5120structures, and you are interested in the values of a field @code{fv}
5121in each structure. Here is an example of what you might type:
5122
474c8240 5123@smallexample
c906108c
SS
5124set $i = 0
5125p dtab[$i++]->fv
5126@key{RET}
5127@key{RET}
5128@dots{}
474c8240 5129@end smallexample
c906108c 5130
6d2ebf8b 5131@node Output Formats
c906108c
SS
5132@section Output formats
5133
5134@cindex formatted output
5135@cindex output formats
5136By default, @value{GDBN} prints a value according to its data type. Sometimes
5137this is not what you want. For example, you might want to print a number
5138in hex, or a pointer in decimal. Or you might want to view data in memory
5139at a certain address as a character string or as an instruction. To do
5140these things, specify an @dfn{output format} when you print a value.
5141
5142The simplest use of output formats is to say how to print a value
5143already computed. This is done by starting the arguments of the
5144@code{print} command with a slash and a format letter. The format
5145letters supported are:
5146
5147@table @code
5148@item x
5149Regard the bits of the value as an integer, and print the integer in
5150hexadecimal.
5151
5152@item d
5153Print as integer in signed decimal.
5154
5155@item u
5156Print as integer in unsigned decimal.
5157
5158@item o
5159Print as integer in octal.
5160
5161@item t
5162Print as integer in binary. The letter @samp{t} stands for ``two''.
5163@footnote{@samp{b} cannot be used because these format letters are also
5164used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5165see @ref{Memory,,Examining memory}.}
c906108c
SS
5166
5167@item a
5168@cindex unknown address, locating
3d67e040 5169@cindex locate address
c906108c
SS
5170Print as an address, both absolute in hexadecimal and as an offset from
5171the nearest preceding symbol. You can use this format used to discover
5172where (in what function) an unknown address is located:
5173
474c8240 5174@smallexample
c906108c
SS
5175(@value{GDBP}) p/a 0x54320
5176$3 = 0x54320 <_initialize_vx+396>
474c8240 5177@end smallexample
c906108c 5178
3d67e040
EZ
5179@noindent
5180The command @code{info symbol 0x54320} yields similar results.
5181@xref{Symbols, info symbol}.
5182
c906108c
SS
5183@item c
5184Regard as an integer and print it as a character constant.
5185
5186@item f
5187Regard the bits of the value as a floating point number and print
5188using typical floating point syntax.
5189@end table
5190
5191For example, to print the program counter in hex (@pxref{Registers}), type
5192
474c8240 5193@smallexample
c906108c 5194p/x $pc
474c8240 5195@end smallexample
c906108c
SS
5196
5197@noindent
5198Note that no space is required before the slash; this is because command
5199names in @value{GDBN} cannot contain a slash.
5200
5201To reprint the last value in the value history with a different format,
5202you can use the @code{print} command with just a format and no
5203expression. For example, @samp{p/x} reprints the last value in hex.
5204
6d2ebf8b 5205@node Memory
c906108c
SS
5206@section Examining memory
5207
5208You can use the command @code{x} (for ``examine'') to examine memory in
5209any of several formats, independently of your program's data types.
5210
5211@cindex examining memory
5212@table @code
41afff9a 5213@kindex x @r{(examine memory)}
c906108c
SS
5214@item x/@var{nfu} @var{addr}
5215@itemx x @var{addr}
5216@itemx x
5217Use the @code{x} command to examine memory.
5218@end table
5219
5220@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5221much memory to display and how to format it; @var{addr} is an
5222expression giving the address where you want to start displaying memory.
5223If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5224Several commands set convenient defaults for @var{addr}.
5225
5226@table @r
5227@item @var{n}, the repeat count
5228The repeat count is a decimal integer; the default is 1. It specifies
5229how much memory (counting by units @var{u}) to display.
5230@c This really is **decimal**; unaffected by 'set radix' as of GDB
5231@c 4.1.2.
5232
5233@item @var{f}, the display format
5234The display format is one of the formats used by @code{print},
5235@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5236The default is @samp{x} (hexadecimal) initially.
5237The default changes each time you use either @code{x} or @code{print}.
5238
5239@item @var{u}, the unit size
5240The unit size is any of
5241
5242@table @code
5243@item b
5244Bytes.
5245@item h
5246Halfwords (two bytes).
5247@item w
5248Words (four bytes). This is the initial default.
5249@item g
5250Giant words (eight bytes).
5251@end table
5252
5253Each time you specify a unit size with @code{x}, that size becomes the
5254default unit the next time you use @code{x}. (For the @samp{s} and
5255@samp{i} formats, the unit size is ignored and is normally not written.)
5256
5257@item @var{addr}, starting display address
5258@var{addr} is the address where you want @value{GDBN} to begin displaying
5259memory. The expression need not have a pointer value (though it may);
5260it is always interpreted as an integer address of a byte of memory.
5261@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5262@var{addr} is usually just after the last address examined---but several
5263other commands also set the default address: @code{info breakpoints} (to
5264the address of the last breakpoint listed), @code{info line} (to the
5265starting address of a line), and @code{print} (if you use it to display
5266a value from memory).
5267@end table
5268
5269For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5270(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5271starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5272words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5273@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5274
5275Since the letters indicating unit sizes are all distinct from the
5276letters specifying output formats, you do not have to remember whether
5277unit size or format comes first; either order works. The output
5278specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5279(However, the count @var{n} must come first; @samp{wx4} does not work.)
5280
5281Even though the unit size @var{u} is ignored for the formats @samp{s}
5282and @samp{i}, you might still want to use a count @var{n}; for example,
5283@samp{3i} specifies that you want to see three machine instructions,
5284including any operands. The command @code{disassemble} gives an
d4f3574e 5285alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5286Code,,Source and machine code}.
5287
5288All the defaults for the arguments to @code{x} are designed to make it
5289easy to continue scanning memory with minimal specifications each time
5290you use @code{x}. For example, after you have inspected three machine
5291instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5292with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5293the repeat count @var{n} is used again; the other arguments default as
5294for successive uses of @code{x}.
5295
5296@cindex @code{$_}, @code{$__}, and value history
5297The addresses and contents printed by the @code{x} command are not saved
5298in the value history because there is often too much of them and they
5299would get in the way. Instead, @value{GDBN} makes these values available for
5300subsequent use in expressions as values of the convenience variables
5301@code{$_} and @code{$__}. After an @code{x} command, the last address
5302examined is available for use in expressions in the convenience variable
5303@code{$_}. The contents of that address, as examined, are available in
5304the convenience variable @code{$__}.
5305
5306If the @code{x} command has a repeat count, the address and contents saved
5307are from the last memory unit printed; this is not the same as the last
5308address printed if several units were printed on the last line of output.
5309
09d4efe1
EZ
5310@cindex remote memory comparison
5311@cindex verify remote memory image
5312When you are debugging a program running on a remote target machine
5313(@pxref{Remote}), you may wish to verify the program's image in the
5314remote machine's memory against the executable file you downloaded to
5315the target. The @code{compare-sections} command is provided for such
5316situations.
5317
5318@table @code
5319@kindex compare-sections
5320@item compare-sections @r{[}@var{section-name}@r{]}
5321Compare the data of a loadable section @var{section-name} in the
5322executable file of the program being debugged with the same section in
5323the remote machine's memory, and report any mismatches. With no
5324arguments, compares all loadable sections. This command's
5325availability depends on the target's support for the @code{"qCRC"}
5326remote request.
5327@end table
5328
6d2ebf8b 5329@node Auto Display
c906108c
SS
5330@section Automatic display
5331@cindex automatic display
5332@cindex display of expressions
5333
5334If you find that you want to print the value of an expression frequently
5335(to see how it changes), you might want to add it to the @dfn{automatic
5336display list} so that @value{GDBN} prints its value each time your program stops.
5337Each expression added to the list is given a number to identify it;
5338to remove an expression from the list, you specify that number.
5339The automatic display looks like this:
5340
474c8240 5341@smallexample
c906108c
SS
53422: foo = 38
53433: bar[5] = (struct hack *) 0x3804
474c8240 5344@end smallexample
c906108c
SS
5345
5346@noindent
5347This display shows item numbers, expressions and their current values. As with
5348displays you request manually using @code{x} or @code{print}, you can
5349specify the output format you prefer; in fact, @code{display} decides
5350whether to use @code{print} or @code{x} depending on how elaborate your
5351format specification is---it uses @code{x} if you specify a unit size,
5352or one of the two formats (@samp{i} and @samp{s}) that are only
5353supported by @code{x}; otherwise it uses @code{print}.
5354
5355@table @code
5356@kindex display
d4f3574e
SS
5357@item display @var{expr}
5358Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5359each time your program stops. @xref{Expressions, ,Expressions}.
5360
5361@code{display} does not repeat if you press @key{RET} again after using it.
5362
d4f3574e 5363@item display/@var{fmt} @var{expr}
c906108c 5364For @var{fmt} specifying only a display format and not a size or
d4f3574e 5365count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5366arrange to display it each time in the specified format @var{fmt}.
5367@xref{Output Formats,,Output formats}.
5368
5369@item display/@var{fmt} @var{addr}
5370For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5371number of units, add the expression @var{addr} as a memory address to
5372be examined each time your program stops. Examining means in effect
5373doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5374@end table
5375
5376For example, @samp{display/i $pc} can be helpful, to see the machine
5377instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5378is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5379
5380@table @code
5381@kindex delete display
5382@kindex undisplay
5383@item undisplay @var{dnums}@dots{}
5384@itemx delete display @var{dnums}@dots{}
5385Remove item numbers @var{dnums} from the list of expressions to display.
5386
5387@code{undisplay} does not repeat if you press @key{RET} after using it.
5388(Otherwise you would just get the error @samp{No display number @dots{}}.)
5389
5390@kindex disable display
5391@item disable display @var{dnums}@dots{}
5392Disable the display of item numbers @var{dnums}. A disabled display
5393item is not printed automatically, but is not forgotten. It may be
5394enabled again later.
5395
5396@kindex enable display
5397@item enable display @var{dnums}@dots{}
5398Enable display of item numbers @var{dnums}. It becomes effective once
5399again in auto display of its expression, until you specify otherwise.
5400
5401@item display
5402Display the current values of the expressions on the list, just as is
5403done when your program stops.
5404
5405@kindex info display
5406@item info display
5407Print the list of expressions previously set up to display
5408automatically, each one with its item number, but without showing the
5409values. This includes disabled expressions, which are marked as such.
5410It also includes expressions which would not be displayed right now
5411because they refer to automatic variables not currently available.
5412@end table
5413
15387254 5414@cindex display disabled out of scope
c906108c
SS
5415If a display expression refers to local variables, then it does not make
5416sense outside the lexical context for which it was set up. Such an
5417expression is disabled when execution enters a context where one of its
5418variables is not defined. For example, if you give the command
5419@code{display last_char} while inside a function with an argument
5420@code{last_char}, @value{GDBN} displays this argument while your program
5421continues to stop inside that function. When it stops elsewhere---where
5422there is no variable @code{last_char}---the display is disabled
5423automatically. The next time your program stops where @code{last_char}
5424is meaningful, you can enable the display expression once again.
5425
6d2ebf8b 5426@node Print Settings
c906108c
SS
5427@section Print settings
5428
5429@cindex format options
5430@cindex print settings
5431@value{GDBN} provides the following ways to control how arrays, structures,
5432and symbols are printed.
5433
5434@noindent
5435These settings are useful for debugging programs in any language:
5436
5437@table @code
4644b6e3 5438@kindex set print
c906108c
SS
5439@item set print address
5440@itemx set print address on
4644b6e3 5441@cindex print/don't print memory addresses
c906108c
SS
5442@value{GDBN} prints memory addresses showing the location of stack
5443traces, structure values, pointer values, breakpoints, and so forth,
5444even when it also displays the contents of those addresses. The default
5445is @code{on}. For example, this is what a stack frame display looks like with
5446@code{set print address on}:
5447
5448@smallexample
5449@group
5450(@value{GDBP}) f
5451#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5452 at input.c:530
5453530 if (lquote != def_lquote)
5454@end group
5455@end smallexample
5456
5457@item set print address off
5458Do not print addresses when displaying their contents. For example,
5459this is the same stack frame displayed with @code{set print address off}:
5460
5461@smallexample
5462@group
5463(@value{GDBP}) set print addr off
5464(@value{GDBP}) f
5465#0 set_quotes (lq="<<", rq=">>") at input.c:530
5466530 if (lquote != def_lquote)
5467@end group
5468@end smallexample
5469
5470You can use @samp{set print address off} to eliminate all machine
5471dependent displays from the @value{GDBN} interface. For example, with
5472@code{print address off}, you should get the same text for backtraces on
5473all machines---whether or not they involve pointer arguments.
5474
4644b6e3 5475@kindex show print
c906108c
SS
5476@item show print address
5477Show whether or not addresses are to be printed.
5478@end table
5479
5480When @value{GDBN} prints a symbolic address, it normally prints the
5481closest earlier symbol plus an offset. If that symbol does not uniquely
5482identify the address (for example, it is a name whose scope is a single
5483source file), you may need to clarify. One way to do this is with
5484@code{info line}, for example @samp{info line *0x4537}. Alternately,
5485you can set @value{GDBN} to print the source file and line number when
5486it prints a symbolic address:
5487
5488@table @code
c906108c 5489@item set print symbol-filename on
9c16f35a
EZ
5490@cindex source file and line of a symbol
5491@cindex symbol, source file and line
c906108c
SS
5492Tell @value{GDBN} to print the source file name and line number of a
5493symbol in the symbolic form of an address.
5494
5495@item set print symbol-filename off
5496Do not print source file name and line number of a symbol. This is the
5497default.
5498
c906108c
SS
5499@item show print symbol-filename
5500Show whether or not @value{GDBN} will print the source file name and
5501line number of a symbol in the symbolic form of an address.
5502@end table
5503
5504Another situation where it is helpful to show symbol filenames and line
5505numbers is when disassembling code; @value{GDBN} shows you the line
5506number and source file that corresponds to each instruction.
5507
5508Also, you may wish to see the symbolic form only if the address being
5509printed is reasonably close to the closest earlier symbol:
5510
5511@table @code
c906108c 5512@item set print max-symbolic-offset @var{max-offset}
4644b6e3 5513@cindex maximum value for offset of closest symbol
c906108c
SS
5514Tell @value{GDBN} to only display the symbolic form of an address if the
5515offset between the closest earlier symbol and the address is less than
5d161b24 5516@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5517to always print the symbolic form of an address if any symbol precedes it.
5518
c906108c
SS
5519@item show print max-symbolic-offset
5520Ask how large the maximum offset is that @value{GDBN} prints in a
5521symbolic address.
5522@end table
5523
5524@cindex wild pointer, interpreting
5525@cindex pointer, finding referent
5526If you have a pointer and you are not sure where it points, try
5527@samp{set print symbol-filename on}. Then you can determine the name
5528and source file location of the variable where it points, using
5529@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5530For example, here @value{GDBN} shows that a variable @code{ptt} points
5531at another variable @code{t}, defined in @file{hi2.c}:
5532
474c8240 5533@smallexample
c906108c
SS
5534(@value{GDBP}) set print symbol-filename on
5535(@value{GDBP}) p/a ptt
5536$4 = 0xe008 <t in hi2.c>
474c8240 5537@end smallexample
c906108c
SS
5538
5539@quotation
5540@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5541does not show the symbol name and filename of the referent, even with
5542the appropriate @code{set print} options turned on.
5543@end quotation
5544
5545Other settings control how different kinds of objects are printed:
5546
5547@table @code
c906108c
SS
5548@item set print array
5549@itemx set print array on
4644b6e3 5550@cindex pretty print arrays
c906108c
SS
5551Pretty print arrays. This format is more convenient to read,
5552but uses more space. The default is off.
5553
5554@item set print array off
5555Return to compressed format for arrays.
5556
c906108c
SS
5557@item show print array
5558Show whether compressed or pretty format is selected for displaying
5559arrays.
5560
c906108c 5561@item set print elements @var{number-of-elements}
4644b6e3 5562@cindex number of array elements to print
9c16f35a 5563@cindex limit on number of printed array elements
c906108c
SS
5564Set a limit on how many elements of an array @value{GDBN} will print.
5565If @value{GDBN} is printing a large array, it stops printing after it has
5566printed the number of elements set by the @code{set print elements} command.
5567This limit also applies to the display of strings.
d4f3574e 5568When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5569Setting @var{number-of-elements} to zero means that the printing is unlimited.
5570
c906108c
SS
5571@item show print elements
5572Display the number of elements of a large array that @value{GDBN} will print.
5573If the number is 0, then the printing is unlimited.
5574
9c16f35a
EZ
5575@item set print repeats
5576@cindex repeated array elements
5577Set the threshold for suppressing display of repeated array
5578elelments. When the number of consecutive identical elements of an
5579array exceeds the threshold, @value{GDBN} prints the string
5580@code{"<repeats @var{n} times>"}, where @var{n} is the number of
5581identical repetitions, instead of displaying the identical elements
5582themselves. Setting the threshold to zero will cause all elements to
5583be individually printed. The default threshold is 10.
5584
5585@item show print repeats
5586Display the current threshold for printing repeated identical
5587elements.
5588
c906108c 5589@item set print null-stop
4644b6e3 5590@cindex @sc{null} elements in arrays
c906108c 5591Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5592@sc{null} is encountered. This is useful when large arrays actually
c906108c 5593contain only short strings.
d4f3574e 5594The default is off.
c906108c 5595
9c16f35a
EZ
5596@item show print null-stop
5597Show whether @value{GDBN} stops printing an array on the first
5598@sc{null} character.
5599
c906108c 5600@item set print pretty on
9c16f35a
EZ
5601@cindex print structures in indented form
5602@cindex indentation in structure display
5d161b24 5603Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5604per line, like this:
5605
5606@smallexample
5607@group
5608$1 = @{
5609 next = 0x0,
5610 flags = @{
5611 sweet = 1,
5612 sour = 1
5613 @},
5614 meat = 0x54 "Pork"
5615@}
5616@end group
5617@end smallexample
5618
5619@item set print pretty off
5620Cause @value{GDBN} to print structures in a compact format, like this:
5621
5622@smallexample
5623@group
5624$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5625meat = 0x54 "Pork"@}
5626@end group
5627@end smallexample
5628
5629@noindent
5630This is the default format.
5631
c906108c
SS
5632@item show print pretty
5633Show which format @value{GDBN} is using to print structures.
5634
c906108c 5635@item set print sevenbit-strings on
4644b6e3
EZ
5636@cindex eight-bit characters in strings
5637@cindex octal escapes in strings
c906108c
SS
5638Print using only seven-bit characters; if this option is set,
5639@value{GDBN} displays any eight-bit characters (in strings or
5640character values) using the notation @code{\}@var{nnn}. This setting is
5641best if you are working in English (@sc{ascii}) and you use the
5642high-order bit of characters as a marker or ``meta'' bit.
5643
5644@item set print sevenbit-strings off
5645Print full eight-bit characters. This allows the use of more
5646international character sets, and is the default.
5647
c906108c
SS
5648@item show print sevenbit-strings
5649Show whether or not @value{GDBN} is printing only seven-bit characters.
5650
c906108c 5651@item set print union on
4644b6e3 5652@cindex unions in structures, printing
9c16f35a
EZ
5653Tell @value{GDBN} to print unions which are contained in structures
5654and other unions. This is the default setting.
c906108c
SS
5655
5656@item set print union off
9c16f35a
EZ
5657Tell @value{GDBN} not to print unions which are contained in
5658structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5659instead.
c906108c 5660
c906108c
SS
5661@item show print union
5662Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 5663structures and other unions.
c906108c
SS
5664
5665For example, given the declarations
5666
5667@smallexample
5668typedef enum @{Tree, Bug@} Species;
5669typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5670typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5671 Bug_forms;
5672
5673struct thing @{
5674 Species it;
5675 union @{
5676 Tree_forms tree;
5677 Bug_forms bug;
5678 @} form;
5679@};
5680
5681struct thing foo = @{Tree, @{Acorn@}@};
5682@end smallexample
5683
5684@noindent
5685with @code{set print union on} in effect @samp{p foo} would print
5686
5687@smallexample
5688$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5689@end smallexample
5690
5691@noindent
5692and with @code{set print union off} in effect it would print
5693
5694@smallexample
5695$1 = @{it = Tree, form = @{...@}@}
5696@end smallexample
9c16f35a
EZ
5697
5698@noindent
5699@code{set print union} affects programs written in C-like languages
5700and in Pascal.
c906108c
SS
5701@end table
5702
c906108c
SS
5703@need 1000
5704@noindent
b37052ae 5705These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5706
5707@table @code
4644b6e3 5708@cindex demangling C@t{++} names
c906108c
SS
5709@item set print demangle
5710@itemx set print demangle on
b37052ae 5711Print C@t{++} names in their source form rather than in the encoded
c906108c 5712(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5713linkage. The default is on.
c906108c 5714
c906108c 5715@item show print demangle
b37052ae 5716Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 5717
c906108c
SS
5718@item set print asm-demangle
5719@itemx set print asm-demangle on
b37052ae 5720Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5721in assembler code printouts such as instruction disassemblies.
5722The default is off.
5723
c906108c 5724@item show print asm-demangle
b37052ae 5725Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5726or demangled form.
5727
b37052ae
EZ
5728@cindex C@t{++} symbol decoding style
5729@cindex symbol decoding style, C@t{++}
a8f24a35 5730@kindex set demangle-style
c906108c
SS
5731@item set demangle-style @var{style}
5732Choose among several encoding schemes used by different compilers to
b37052ae 5733represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5734
5735@table @code
5736@item auto
5737Allow @value{GDBN} to choose a decoding style by inspecting your program.
5738
5739@item gnu
b37052ae 5740Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5741This is the default.
c906108c
SS
5742
5743@item hp
b37052ae 5744Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5745
5746@item lucid
b37052ae 5747Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5748
5749@item arm
b37052ae 5750Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5751@strong{Warning:} this setting alone is not sufficient to allow
5752debugging @code{cfront}-generated executables. @value{GDBN} would
5753require further enhancement to permit that.
5754
5755@end table
5756If you omit @var{style}, you will see a list of possible formats.
5757
c906108c 5758@item show demangle-style
b37052ae 5759Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 5760
c906108c
SS
5761@item set print object
5762@itemx set print object on
4644b6e3 5763@cindex derived type of an object, printing
9c16f35a 5764@cindex display derived types
c906108c
SS
5765When displaying a pointer to an object, identify the @emph{actual}
5766(derived) type of the object rather than the @emph{declared} type, using
5767the virtual function table.
5768
5769@item set print object off
5770Display only the declared type of objects, without reference to the
5771virtual function table. This is the default setting.
5772
c906108c
SS
5773@item show print object
5774Show whether actual, or declared, object types are displayed.
5775
c906108c
SS
5776@item set print static-members
5777@itemx set print static-members on
4644b6e3 5778@cindex static members of C@t{++} objects
b37052ae 5779Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5780
5781@item set print static-members off
b37052ae 5782Do not print static members when displaying a C@t{++} object.
c906108c 5783
c906108c 5784@item show print static-members
9c16f35a
EZ
5785Show whether C@t{++} static members are printed or not.
5786
5787@item set print pascal_static-members
5788@itemx set print pascal_static-members on
5789@cindex static members of Pacal objects
5790@cindex Pacal objects, static members display
5791Print static members when displaying a Pascal object. The default is on.
5792
5793@item set print pascal_static-members off
5794Do not print static members when displaying a Pascal object.
5795
5796@item show print pascal_static-members
5797Show whether Pascal static members are printed or not.
c906108c
SS
5798
5799@c These don't work with HP ANSI C++ yet.
c906108c
SS
5800@item set print vtbl
5801@itemx set print vtbl on
4644b6e3 5802@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
5803@cindex virtual functions (C@t{++}) display
5804@cindex VTBL display
b37052ae 5805Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5806(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5807ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5808
5809@item set print vtbl off
b37052ae 5810Do not pretty print C@t{++} virtual function tables.
c906108c 5811
c906108c 5812@item show print vtbl
b37052ae 5813Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5814@end table
c906108c 5815
6d2ebf8b 5816@node Value History
c906108c
SS
5817@section Value history
5818
5819@cindex value history
9c16f35a 5820@cindex history of values printed by @value{GDBN}
5d161b24
DB
5821Values printed by the @code{print} command are saved in the @value{GDBN}
5822@dfn{value history}. This allows you to refer to them in other expressions.
5823Values are kept until the symbol table is re-read or discarded
5824(for example with the @code{file} or @code{symbol-file} commands).
5825When the symbol table changes, the value history is discarded,
5826since the values may contain pointers back to the types defined in the
c906108c
SS
5827symbol table.
5828
5829@cindex @code{$}
5830@cindex @code{$$}
5831@cindex history number
5832The values printed are given @dfn{history numbers} by which you can
5833refer to them. These are successive integers starting with one.
5834@code{print} shows you the history number assigned to a value by
5835printing @samp{$@var{num} = } before the value; here @var{num} is the
5836history number.
5837
5838To refer to any previous value, use @samp{$} followed by the value's
5839history number. The way @code{print} labels its output is designed to
5840remind you of this. Just @code{$} refers to the most recent value in
5841the history, and @code{$$} refers to the value before that.
5842@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5843is the value just prior to @code{$$}, @code{$$1} is equivalent to
5844@code{$$}, and @code{$$0} is equivalent to @code{$}.
5845
5846For example, suppose you have just printed a pointer to a structure and
5847want to see the contents of the structure. It suffices to type
5848
474c8240 5849@smallexample
c906108c 5850p *$
474c8240 5851@end smallexample
c906108c
SS
5852
5853If you have a chain of structures where the component @code{next} points
5854to the next one, you can print the contents of the next one with this:
5855
474c8240 5856@smallexample
c906108c 5857p *$.next
474c8240 5858@end smallexample
c906108c
SS
5859
5860@noindent
5861You can print successive links in the chain by repeating this
5862command---which you can do by just typing @key{RET}.
5863
5864Note that the history records values, not expressions. If the value of
5865@code{x} is 4 and you type these commands:
5866
474c8240 5867@smallexample
c906108c
SS
5868print x
5869set x=5
474c8240 5870@end smallexample
c906108c
SS
5871
5872@noindent
5873then the value recorded in the value history by the @code{print} command
5874remains 4 even though the value of @code{x} has changed.
5875
5876@table @code
5877@kindex show values
5878@item show values
5879Print the last ten values in the value history, with their item numbers.
5880This is like @samp{p@ $$9} repeated ten times, except that @code{show
5881values} does not change the history.
5882
5883@item show values @var{n}
5884Print ten history values centered on history item number @var{n}.
5885
5886@item show values +
5887Print ten history values just after the values last printed. If no more
5888values are available, @code{show values +} produces no display.
5889@end table
5890
5891Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5892same effect as @samp{show values +}.
5893
6d2ebf8b 5894@node Convenience Vars
c906108c
SS
5895@section Convenience variables
5896
5897@cindex convenience variables
9c16f35a 5898@cindex user-defined variables
c906108c
SS
5899@value{GDBN} provides @dfn{convenience variables} that you can use within
5900@value{GDBN} to hold on to a value and refer to it later. These variables
5901exist entirely within @value{GDBN}; they are not part of your program, and
5902setting a convenience variable has no direct effect on further execution
5903of your program. That is why you can use them freely.
5904
5905Convenience variables are prefixed with @samp{$}. Any name preceded by
5906@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5907the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5908(Value history references, in contrast, are @emph{numbers} preceded
5909by @samp{$}. @xref{Value History, ,Value history}.)
5910
5911You can save a value in a convenience variable with an assignment
5912expression, just as you would set a variable in your program.
5913For example:
5914
474c8240 5915@smallexample
c906108c 5916set $foo = *object_ptr
474c8240 5917@end smallexample
c906108c
SS
5918
5919@noindent
5920would save in @code{$foo} the value contained in the object pointed to by
5921@code{object_ptr}.
5922
5923Using a convenience variable for the first time creates it, but its
5924value is @code{void} until you assign a new value. You can alter the
5925value with another assignment at any time.
5926
5927Convenience variables have no fixed types. You can assign a convenience
5928variable any type of value, including structures and arrays, even if
5929that variable already has a value of a different type. The convenience
5930variable, when used as an expression, has the type of its current value.
5931
5932@table @code
5933@kindex show convenience
9c16f35a 5934@cindex show all user variables
c906108c
SS
5935@item show convenience
5936Print a list of convenience variables used so far, and their values.
d4f3574e 5937Abbreviated @code{show conv}.
c906108c
SS
5938@end table
5939
5940One of the ways to use a convenience variable is as a counter to be
5941incremented or a pointer to be advanced. For example, to print
5942a field from successive elements of an array of structures:
5943
474c8240 5944@smallexample
c906108c
SS
5945set $i = 0
5946print bar[$i++]->contents
474c8240 5947@end smallexample
c906108c 5948
d4f3574e
SS
5949@noindent
5950Repeat that command by typing @key{RET}.
c906108c
SS
5951
5952Some convenience variables are created automatically by @value{GDBN} and given
5953values likely to be useful.
5954
5955@table @code
41afff9a 5956@vindex $_@r{, convenience variable}
c906108c
SS
5957@item $_
5958The variable @code{$_} is automatically set by the @code{x} command to
5959the last address examined (@pxref{Memory, ,Examining memory}). Other
5960commands which provide a default address for @code{x} to examine also
5961set @code{$_} to that address; these commands include @code{info line}
5962and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5963except when set by the @code{x} command, in which case it is a pointer
5964to the type of @code{$__}.
5965
41afff9a 5966@vindex $__@r{, convenience variable}
c906108c
SS
5967@item $__
5968The variable @code{$__} is automatically set by the @code{x} command
5969to the value found in the last address examined. Its type is chosen
5970to match the format in which the data was printed.
5971
5972@item $_exitcode
41afff9a 5973@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5974The variable @code{$_exitcode} is automatically set to the exit code when
5975the program being debugged terminates.
5976@end table
5977
53a5351d
JM
5978On HP-UX systems, if you refer to a function or variable name that
5979begins with a dollar sign, @value{GDBN} searches for a user or system
5980name first, before it searches for a convenience variable.
c906108c 5981
6d2ebf8b 5982@node Registers
c906108c
SS
5983@section Registers
5984
5985@cindex registers
5986You can refer to machine register contents, in expressions, as variables
5987with names starting with @samp{$}. The names of registers are different
5988for each machine; use @code{info registers} to see the names used on
5989your machine.
5990
5991@table @code
5992@kindex info registers
5993@item info registers
5994Print the names and values of all registers except floating-point
c85508ee 5995and vector registers (in the selected stack frame).
c906108c
SS
5996
5997@kindex info all-registers
5998@cindex floating point registers
5999@item info all-registers
6000Print the names and values of all registers, including floating-point
c85508ee 6001and vector registers (in the selected stack frame).
c906108c
SS
6002
6003@item info registers @var{regname} @dots{}
6004Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
6005As discussed in detail below, register values are normally relative to
6006the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
6007the machine you are using, with or without the initial @samp{$}.
6008@end table
6009
6010@value{GDBN} has four ``standard'' register names that are available (in
6011expressions) on most machines---whenever they do not conflict with an
6012architecture's canonical mnemonics for registers. The register names
6013@code{$pc} and @code{$sp} are used for the program counter register and
6014the stack pointer. @code{$fp} is used for a register that contains a
6015pointer to the current stack frame, and @code{$ps} is used for a
6016register that contains the processor status. For example,
6017you could print the program counter in hex with
6018
474c8240 6019@smallexample
c906108c 6020p/x $pc
474c8240 6021@end smallexample
c906108c
SS
6022
6023@noindent
6024or print the instruction to be executed next with
6025
474c8240 6026@smallexample
c906108c 6027x/i $pc
474c8240 6028@end smallexample
c906108c
SS
6029
6030@noindent
6031or add four to the stack pointer@footnote{This is a way of removing
6032one word from the stack, on machines where stacks grow downward in
6033memory (most machines, nowadays). This assumes that the innermost
6034stack frame is selected; setting @code{$sp} is not allowed when other
6035stack frames are selected. To pop entire frames off the stack,
6036regardless of machine architecture, use @code{return};
d4f3574e 6037see @ref{Returning, ,Returning from a function}.} with
c906108c 6038
474c8240 6039@smallexample
c906108c 6040set $sp += 4
474c8240 6041@end smallexample
c906108c
SS
6042
6043Whenever possible, these four standard register names are available on
6044your machine even though the machine has different canonical mnemonics,
6045so long as there is no conflict. The @code{info registers} command
6046shows the canonical names. For example, on the SPARC, @code{info
6047registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
6048can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6049is an alias for the @sc{eflags} register.
c906108c
SS
6050
6051@value{GDBN} always considers the contents of an ordinary register as an
6052integer when the register is examined in this way. Some machines have
6053special registers which can hold nothing but floating point; these
6054registers are considered to have floating point values. There is no way
6055to refer to the contents of an ordinary register as floating point value
6056(although you can @emph{print} it as a floating point value with
6057@samp{print/f $@var{regname}}).
6058
6059Some registers have distinct ``raw'' and ``virtual'' data formats. This
6060means that the data format in which the register contents are saved by
6061the operating system is not the same one that your program normally
6062sees. For example, the registers of the 68881 floating point
6063coprocessor are always saved in ``extended'' (raw) format, but all C
6064programs expect to work with ``double'' (virtual) format. In such
5d161b24 6065cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
6066that makes sense for your program), but the @code{info registers} command
6067prints the data in both formats.
6068
6069Normally, register values are relative to the selected stack frame
6070(@pxref{Selection, ,Selecting a frame}). This means that you get the
6071value that the register would contain if all stack frames farther in
6072were exited and their saved registers restored. In order to see the
6073true contents of hardware registers, you must select the innermost
6074frame (with @samp{frame 0}).
6075
6076However, @value{GDBN} must deduce where registers are saved, from the machine
6077code generated by your compiler. If some registers are not saved, or if
6078@value{GDBN} is unable to locate the saved registers, the selected stack
6079frame makes no difference.
6080
6d2ebf8b 6081@node Floating Point Hardware
c906108c
SS
6082@section Floating point hardware
6083@cindex floating point
6084
6085Depending on the configuration, @value{GDBN} may be able to give
6086you more information about the status of the floating point hardware.
6087
6088@table @code
6089@kindex info float
6090@item info float
6091Display hardware-dependent information about the floating
6092point unit. The exact contents and layout vary depending on the
6093floating point chip. Currently, @samp{info float} is supported on
6094the ARM and x86 machines.
6095@end table
c906108c 6096
e76f1f2e
AC
6097@node Vector Unit
6098@section Vector Unit
6099@cindex vector unit
6100
6101Depending on the configuration, @value{GDBN} may be able to give you
6102more information about the status of the vector unit.
6103
6104@table @code
6105@kindex info vector
6106@item info vector
6107Display information about the vector unit. The exact contents and
6108layout vary depending on the hardware.
6109@end table
6110
721c2651
EZ
6111@node OS Information
6112@section Operating system auxiliary information
6113@cindex OS information
6114
6115@value{GDBN} provides interfaces to useful OS facilities that can help
6116you debug your program.
6117
6118@cindex @code{ptrace} system call
6119@cindex @code{struct user} contents
6120When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6121machines), it interfaces with the inferior via the @code{ptrace}
6122system call. The operating system creates a special sata structure,
6123called @code{struct user}, for this interface. You can use the
6124command @code{info udot} to display the contents of this data
6125structure.
6126
6127@table @code
6128@item info udot
6129@kindex info udot
6130Display the contents of the @code{struct user} maintained by the OS
6131kernel for the program being debugged. @value{GDBN} displays the
6132contents of @code{struct user} as a list of hex numbers, similar to
6133the @code{examine} command.
6134@end table
6135
b383017d
RM
6136@cindex auxiliary vector
6137@cindex vector, auxiliary
b383017d
RM
6138Some operating systems supply an @dfn{auxiliary vector} to programs at
6139startup. This is akin to the arguments and environment that you
6140specify for a program, but contains a system-dependent variety of
6141binary values that tell system libraries important details about the
6142hardware, operating system, and process. Each value's purpose is
6143identified by an integer tag; the meanings are well-known but system-specific.
6144Depending on the configuration and operating system facilities,
9c16f35a
EZ
6145@value{GDBN} may be able to show you this information. For remote
6146targets, this functionality may further depend on the remote stub's
6147support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6148configuration, auxiliary vector}.
b383017d
RM
6149
6150@table @code
6151@kindex info auxv
6152@item info auxv
6153Display the auxiliary vector of the inferior, which can be either a
e4937fc1 6154live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
6155numerically, and also shows names and text descriptions for recognized
6156tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 6157pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
6158most appropriate form for a recognized tag, and in hexadecimal for
6159an unrecognized tag.
6160@end table
6161
721c2651 6162
29e57380 6163@node Memory Region Attributes
b383017d 6164@section Memory region attributes
29e57380
C
6165@cindex memory region attributes
6166
b383017d
RM
6167@dfn{Memory region attributes} allow you to describe special handling
6168required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
6169to determine whether to allow certain types of memory accesses; whether to
6170use specific width accesses; and whether to cache target memory.
6171
6172Defined memory regions can be individually enabled and disabled. When a
6173memory region is disabled, @value{GDBN} uses the default attributes when
6174accessing memory in that region. Similarly, if no memory regions have
6175been defined, @value{GDBN} uses the default attributes when accessing
6176all memory.
6177
b383017d 6178When a memory region is defined, it is given a number to identify it;
29e57380
C
6179to enable, disable, or remove a memory region, you specify that number.
6180
6181@table @code
6182@kindex mem
bfac230e 6183@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
6184Define a memory region bounded by @var{lower} and @var{upper} with
6185attributes @var{attributes}@dots{}, and add it to the list of regions
6186monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6187case: it is treated as the the target's maximum memory address.
bfac230e 6188(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
6189
6190@kindex delete mem
6191@item delete mem @var{nums}@dots{}
09d4efe1
EZ
6192Remove memory regions @var{nums}@dots{} from the list of regions
6193monitored by @value{GDBN}.
29e57380
C
6194
6195@kindex disable mem
6196@item disable mem @var{nums}@dots{}
09d4efe1 6197Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 6198A disabled memory region is not forgotten.
29e57380
C
6199It may be enabled again later.
6200
6201@kindex enable mem
6202@item enable mem @var{nums}@dots{}
09d4efe1 6203Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
6204
6205@kindex info mem
6206@item info mem
6207Print a table of all defined memory regions, with the following columns
09d4efe1 6208for each region:
29e57380
C
6209
6210@table @emph
6211@item Memory Region Number
6212@item Enabled or Disabled.
b383017d 6213Enabled memory regions are marked with @samp{y}.
29e57380
C
6214Disabled memory regions are marked with @samp{n}.
6215
6216@item Lo Address
6217The address defining the inclusive lower bound of the memory region.
6218
6219@item Hi Address
6220The address defining the exclusive upper bound of the memory region.
6221
6222@item Attributes
6223The list of attributes set for this memory region.
6224@end table
6225@end table
6226
6227
6228@subsection Attributes
6229
b383017d 6230@subsubsection Memory Access Mode
29e57380
C
6231The access mode attributes set whether @value{GDBN} may make read or
6232write accesses to a memory region.
6233
6234While these attributes prevent @value{GDBN} from performing invalid
6235memory accesses, they do nothing to prevent the target system, I/O DMA,
6236etc. from accessing memory.
6237
6238@table @code
6239@item ro
6240Memory is read only.
6241@item wo
6242Memory is write only.
6243@item rw
6ca652b0 6244Memory is read/write. This is the default.
29e57380
C
6245@end table
6246
6247@subsubsection Memory Access Size
6248The acccess size attributes tells @value{GDBN} to use specific sized
6249accesses in the memory region. Often memory mapped device registers
6250require specific sized accesses. If no access size attribute is
6251specified, @value{GDBN} may use accesses of any size.
6252
6253@table @code
6254@item 8
6255Use 8 bit memory accesses.
6256@item 16
6257Use 16 bit memory accesses.
6258@item 32
6259Use 32 bit memory accesses.
6260@item 64
6261Use 64 bit memory accesses.
6262@end table
6263
6264@c @subsubsection Hardware/Software Breakpoints
6265@c The hardware/software breakpoint attributes set whether @value{GDBN}
6266@c will use hardware or software breakpoints for the internal breakpoints
6267@c used by the step, next, finish, until, etc. commands.
6268@c
6269@c @table @code
6270@c @item hwbreak
b383017d 6271@c Always use hardware breakpoints
29e57380
C
6272@c @item swbreak (default)
6273@c @end table
6274
6275@subsubsection Data Cache
6276The data cache attributes set whether @value{GDBN} will cache target
6277memory. While this generally improves performance by reducing debug
6278protocol overhead, it can lead to incorrect results because @value{GDBN}
6279does not know about volatile variables or memory mapped device
6280registers.
6281
6282@table @code
6283@item cache
b383017d 6284Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6285@item nocache
6286Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6287@end table
6288
6289@c @subsubsection Memory Write Verification
b383017d 6290@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6291@c will re-reads data after each write to verify the write was successful.
6292@c
6293@c @table @code
6294@c @item verify
6295@c @item noverify (default)
6296@c @end table
6297
16d9dec6
MS
6298@node Dump/Restore Files
6299@section Copy between memory and a file
6300@cindex dump/restore files
6301@cindex append data to a file
6302@cindex dump data to a file
6303@cindex restore data from a file
16d9dec6 6304
df5215a6
JB
6305You can use the commands @code{dump}, @code{append}, and
6306@code{restore} to copy data between target memory and a file. The
6307@code{dump} and @code{append} commands write data to a file, and the
6308@code{restore} command reads data from a file back into the inferior's
6309memory. Files may be in binary, Motorola S-record, Intel hex, or
6310Tektronix Hex format; however, @value{GDBN} can only append to binary
6311files.
6312
6313@table @code
6314
6315@kindex dump
6316@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6317@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6318Dump the contents of memory from @var{start_addr} to @var{end_addr},
6319or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6320
df5215a6 6321The @var{format} parameter may be any one of:
16d9dec6 6322@table @code
df5215a6
JB
6323@item binary
6324Raw binary form.
6325@item ihex
6326Intel hex format.
6327@item srec
6328Motorola S-record format.
6329@item tekhex
6330Tektronix Hex format.
6331@end table
6332
6333@value{GDBN} uses the same definitions of these formats as the
6334@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6335@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6336form.
6337
6338@kindex append
6339@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6340@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6341Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 6342or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
6343(@value{GDBN} can only append data to files in raw binary form.)
6344
6345@kindex restore
6346@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6347Restore the contents of file @var{filename} into memory. The
6348@code{restore} command can automatically recognize any known @sc{bfd}
6349file format, except for raw binary. To restore a raw binary file you
6350must specify the optional keyword @code{binary} after the filename.
16d9dec6 6351
b383017d 6352If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6353contained in the file. Binary files always start at address zero, so
6354they will be restored at address @var{bias}. Other bfd files have
6355a built-in location; they will be restored at offset @var{bias}
6356from that location.
6357
6358If @var{start} and/or @var{end} are non-zero, then only data between
6359file offset @var{start} and file offset @var{end} will be restored.
b383017d 6360These offsets are relative to the addresses in the file, before
16d9dec6
MS
6361the @var{bias} argument is applied.
6362
6363@end table
6364
384ee23f
EZ
6365@node Core File Generation
6366@section How to Produce a Core File from Your Program
6367@cindex dump core from inferior
6368
6369A @dfn{core file} or @dfn{core dump} is a file that records the memory
6370image of a running process and its process status (register values
6371etc.). Its primary use is post-mortem debugging of a program that
6372crashed while it ran outside a debugger. A program that crashes
6373automatically produces a core file, unless this feature is disabled by
6374the user. @xref{Files}, for information on invoking @value{GDBN} in
6375the post-mortem debugging mode.
6376
6377Occasionally, you may wish to produce a core file of the program you
6378are debugging in order to preserve a snapshot of its state.
6379@value{GDBN} has a special command for that.
6380
6381@table @code
6382@kindex gcore
6383@kindex generate-core-file
6384@item generate-core-file [@var{file}]
6385@itemx gcore [@var{file}]
6386Produce a core dump of the inferior process. The optional argument
6387@var{file} specifies the file name where to put the core dump. If not
6388specified, the file name defaults to @file{core.@var{pid}}, where
6389@var{pid} is the inferior process ID.
6390
6391Note that this command is implemented only for some systems (as of
6392this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6393@end table
6394
a0eb71c5
KB
6395@node Character Sets
6396@section Character Sets
6397@cindex character sets
6398@cindex charset
6399@cindex translating between character sets
6400@cindex host character set
6401@cindex target character set
6402
6403If the program you are debugging uses a different character set to
6404represent characters and strings than the one @value{GDBN} uses itself,
6405@value{GDBN} can automatically translate between the character sets for
6406you. The character set @value{GDBN} uses we call the @dfn{host
6407character set}; the one the inferior program uses we call the
6408@dfn{target character set}.
6409
6410For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6411uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6412remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6413running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6414then the host character set is Latin-1, and the target character set is
6415@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6416target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6417@sc{ebcdic} and Latin 1 as you print character or string values, or use
6418character and string literals in expressions.
6419
6420@value{GDBN} has no way to automatically recognize which character set
6421the inferior program uses; you must tell it, using the @code{set
6422target-charset} command, described below.
6423
6424Here are the commands for controlling @value{GDBN}'s character set
6425support:
6426
6427@table @code
6428@item set target-charset @var{charset}
6429@kindex set target-charset
6430Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6431character set names @value{GDBN} recognizes below, but if you type
6432@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6433list the target character sets it supports.
a0eb71c5
KB
6434@end table
6435
6436@table @code
6437@item set host-charset @var{charset}
6438@kindex set host-charset
6439Set the current host character set to @var{charset}.
6440
6441By default, @value{GDBN} uses a host character set appropriate to the
6442system it is running on; you can override that default using the
6443@code{set host-charset} command.
6444
6445@value{GDBN} can only use certain character sets as its host character
6446set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6447indicate which can be host character sets, but if you type
6448@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6449list the host character sets it supports.
a0eb71c5
KB
6450
6451@item set charset @var{charset}
6452@kindex set charset
e33d66ec
EZ
6453Set the current host and target character sets to @var{charset}. As
6454above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6455@value{GDBN} will list the name of the character sets that can be used
6456for both host and target.
6457
a0eb71c5
KB
6458
6459@item show charset
a0eb71c5 6460@kindex show charset
b383017d 6461Show the names of the current host and target charsets.
e33d66ec
EZ
6462
6463@itemx show host-charset
a0eb71c5 6464@kindex show host-charset
b383017d 6465Show the name of the current host charset.
e33d66ec
EZ
6466
6467@itemx show target-charset
a0eb71c5 6468@kindex show target-charset
b383017d 6469Show the name of the current target charset.
a0eb71c5
KB
6470
6471@end table
6472
6473@value{GDBN} currently includes support for the following character
6474sets:
6475
6476@table @code
6477
6478@item ASCII
6479@cindex ASCII character set
6480Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6481character set.
6482
6483@item ISO-8859-1
6484@cindex ISO 8859-1 character set
6485@cindex ISO Latin 1 character set
e33d66ec 6486The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6487characters needed for French, German, and Spanish. @value{GDBN} can use
6488this as its host character set.
6489
6490@item EBCDIC-US
6491@itemx IBM1047
6492@cindex EBCDIC character set
6493@cindex IBM1047 character set
6494Variants of the @sc{ebcdic} character set, used on some of IBM's
6495mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6496@value{GDBN} cannot use these as its host character set.
6497
6498@end table
6499
6500Note that these are all single-byte character sets. More work inside
6501GDB is needed to support multi-byte or variable-width character
6502encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6503
6504Here is an example of @value{GDBN}'s character set support in action.
6505Assume that the following source code has been placed in the file
6506@file{charset-test.c}:
6507
6508@smallexample
6509#include <stdio.h>
6510
6511char ascii_hello[]
6512 = @{72, 101, 108, 108, 111, 44, 32, 119,
6513 111, 114, 108, 100, 33, 10, 0@};
6514char ibm1047_hello[]
6515 = @{200, 133, 147, 147, 150, 107, 64, 166,
6516 150, 153, 147, 132, 90, 37, 0@};
6517
6518main ()
6519@{
6520 printf ("Hello, world!\n");
6521@}
10998722 6522@end smallexample
a0eb71c5
KB
6523
6524In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6525containing the string @samp{Hello, world!} followed by a newline,
6526encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6527
6528We compile the program, and invoke the debugger on it:
6529
6530@smallexample
6531$ gcc -g charset-test.c -o charset-test
6532$ gdb -nw charset-test
6533GNU gdb 2001-12-19-cvs
6534Copyright 2001 Free Software Foundation, Inc.
6535@dots{}
f7dc1244 6536(@value{GDBP})
10998722 6537@end smallexample
a0eb71c5
KB
6538
6539We can use the @code{show charset} command to see what character sets
6540@value{GDBN} is currently using to interpret and display characters and
6541strings:
6542
6543@smallexample
f7dc1244 6544(@value{GDBP}) show charset
e33d66ec 6545The current host and target character set is `ISO-8859-1'.
f7dc1244 6546(@value{GDBP})
10998722 6547@end smallexample
a0eb71c5
KB
6548
6549For the sake of printing this manual, let's use @sc{ascii} as our
6550initial character set:
6551@smallexample
f7dc1244
EZ
6552(@value{GDBP}) set charset ASCII
6553(@value{GDBP}) show charset
e33d66ec 6554The current host and target character set is `ASCII'.
f7dc1244 6555(@value{GDBP})
10998722 6556@end smallexample
a0eb71c5
KB
6557
6558Let's assume that @sc{ascii} is indeed the correct character set for our
6559host system --- in other words, let's assume that if @value{GDBN} prints
6560characters using the @sc{ascii} character set, our terminal will display
6561them properly. Since our current target character set is also
6562@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6563
6564@smallexample
f7dc1244 6565(@value{GDBP}) print ascii_hello
a0eb71c5 6566$1 = 0x401698 "Hello, world!\n"
f7dc1244 6567(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6568$2 = 72 'H'
f7dc1244 6569(@value{GDBP})
10998722 6570@end smallexample
a0eb71c5
KB
6571
6572@value{GDBN} uses the target character set for character and string
6573literals you use in expressions:
6574
6575@smallexample
f7dc1244 6576(@value{GDBP}) print '+'
a0eb71c5 6577$3 = 43 '+'
f7dc1244 6578(@value{GDBP})
10998722 6579@end smallexample
a0eb71c5
KB
6580
6581The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6582character.
6583
6584@value{GDBN} relies on the user to tell it which character set the
6585target program uses. If we print @code{ibm1047_hello} while our target
6586character set is still @sc{ascii}, we get jibberish:
6587
6588@smallexample
f7dc1244 6589(@value{GDBP}) print ibm1047_hello
a0eb71c5 6590$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 6591(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6592$5 = 200 '\310'
f7dc1244 6593(@value{GDBP})
10998722 6594@end smallexample
a0eb71c5 6595
e33d66ec 6596If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6597@value{GDBN} tells us the character sets it supports:
6598
6599@smallexample
f7dc1244 6600(@value{GDBP}) set target-charset
b383017d 6601ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 6602(@value{GDBP}) set target-charset
10998722 6603@end smallexample
a0eb71c5
KB
6604
6605We can select @sc{ibm1047} as our target character set, and examine the
6606program's strings again. Now the @sc{ascii} string is wrong, but
6607@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6608target character set, @sc{ibm1047}, to the host character set,
6609@sc{ascii}, and they display correctly:
6610
6611@smallexample
f7dc1244
EZ
6612(@value{GDBP}) set target-charset IBM1047
6613(@value{GDBP}) show charset
e33d66ec
EZ
6614The current host character set is `ASCII'.
6615The current target character set is `IBM1047'.
f7dc1244 6616(@value{GDBP}) print ascii_hello
a0eb71c5 6617$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 6618(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6619$7 = 72 '\110'
f7dc1244 6620(@value{GDBP}) print ibm1047_hello
a0eb71c5 6621$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 6622(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6623$9 = 200 'H'
f7dc1244 6624(@value{GDBP})
10998722 6625@end smallexample
a0eb71c5
KB
6626
6627As above, @value{GDBN} uses the target character set for character and
6628string literals you use in expressions:
6629
6630@smallexample
f7dc1244 6631(@value{GDBP}) print '+'
a0eb71c5 6632$10 = 78 '+'
f7dc1244 6633(@value{GDBP})
10998722 6634@end smallexample
a0eb71c5 6635
e33d66ec 6636The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6637character.
6638
09d4efe1
EZ
6639@node Caching Remote Data
6640@section Caching Data of Remote Targets
6641@cindex caching data of remote targets
6642
6643@value{GDBN} can cache data exchanged between the debugger and a
6644remote target (@pxref{Remote}). Such caching generally improves
6645performance, because it reduces the overhead of the remote protocol by
6646bundling memory reads and writes into large chunks. Unfortunately,
6647@value{GDBN} does not currently know anything about volatile
6648registers, and thus data caching will produce incorrect results when
6649volatile registers are in use.
6650
6651@table @code
6652@kindex set remotecache
6653@item set remotecache on
6654@itemx set remotecache off
6655Set caching state for remote targets. When @code{ON}, use data
6656caching. By default, this option is @code{OFF}.
6657
6658@kindex show remotecache
6659@item show remotecache
6660Show the current state of data caching for remote targets.
6661
6662@kindex info dcache
6663@item info dcache
6664Print the information about the data cache performance. The
6665information displayed includes: the dcache width and depth; and for
6666each cache line, how many times it was referenced, and its data and
6667state (dirty, bad, ok, etc.). This command is useful for debugging
6668the data cache operation.
6669@end table
6670
a0eb71c5 6671
e2e0bcd1
JB
6672@node Macros
6673@chapter C Preprocessor Macros
6674
49efadf5 6675Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
6676``preprocessor macros'' which expand into strings of tokens.
6677@value{GDBN} can evaluate expressions containing macro invocations, show
6678the result of macro expansion, and show a macro's definition, including
6679where it was defined.
6680
6681You may need to compile your program specially to provide @value{GDBN}
6682with information about preprocessor macros. Most compilers do not
6683include macros in their debugging information, even when you compile
6684with the @option{-g} flag. @xref{Compilation}.
6685
6686A program may define a macro at one point, remove that definition later,
6687and then provide a different definition after that. Thus, at different
6688points in the program, a macro may have different definitions, or have
6689no definition at all. If there is a current stack frame, @value{GDBN}
6690uses the macros in scope at that frame's source code line. Otherwise,
6691@value{GDBN} uses the macros in scope at the current listing location;
6692see @ref{List}.
6693
6694At the moment, @value{GDBN} does not support the @code{##}
6695token-splicing operator, the @code{#} stringification operator, or
6696variable-arity macros.
6697
6698Whenever @value{GDBN} evaluates an expression, it always expands any
6699macro invocations present in the expression. @value{GDBN} also provides
6700the following commands for working with macros explicitly.
6701
6702@table @code
6703
6704@kindex macro expand
6705@cindex macro expansion, showing the results of preprocessor
6706@cindex preprocessor macro expansion, showing the results of
6707@cindex expanding preprocessor macros
6708@item macro expand @var{expression}
6709@itemx macro exp @var{expression}
6710Show the results of expanding all preprocessor macro invocations in
6711@var{expression}. Since @value{GDBN} simply expands macros, but does
6712not parse the result, @var{expression} need not be a valid expression;
6713it can be any string of tokens.
6714
09d4efe1 6715@kindex macro exp1
e2e0bcd1
JB
6716@item macro expand-once @var{expression}
6717@itemx macro exp1 @var{expression}
4644b6e3 6718@cindex expand macro once
e2e0bcd1
JB
6719@i{(This command is not yet implemented.)} Show the results of
6720expanding those preprocessor macro invocations that appear explicitly in
6721@var{expression}. Macro invocations appearing in that expansion are
6722left unchanged. This command allows you to see the effect of a
6723particular macro more clearly, without being confused by further
6724expansions. Since @value{GDBN} simply expands macros, but does not
6725parse the result, @var{expression} need not be a valid expression; it
6726can be any string of tokens.
6727
475b0867 6728@kindex info macro
e2e0bcd1
JB
6729@cindex macro definition, showing
6730@cindex definition, showing a macro's
475b0867 6731@item info macro @var{macro}
e2e0bcd1
JB
6732Show the definition of the macro named @var{macro}, and describe the
6733source location where that definition was established.
6734
6735@kindex macro define
6736@cindex user-defined macros
6737@cindex defining macros interactively
6738@cindex macros, user-defined
6739@item macro define @var{macro} @var{replacement-list}
6740@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6741@i{(This command is not yet implemented.)} Introduce a definition for a
6742preprocessor macro named @var{macro}, invocations of which are replaced
6743by the tokens given in @var{replacement-list}. The first form of this
6744command defines an ``object-like'' macro, which takes no arguments; the
6745second form defines a ``function-like'' macro, which takes the arguments
6746given in @var{arglist}.
6747
6748A definition introduced by this command is in scope in every expression
6749evaluated in @value{GDBN}, until it is removed with the @command{macro
6750undef} command, described below. The definition overrides all
6751definitions for @var{macro} present in the program being debugged, as
6752well as any previous user-supplied definition.
6753
6754@kindex macro undef
6755@item macro undef @var{macro}
6756@i{(This command is not yet implemented.)} Remove any user-supplied
6757definition for the macro named @var{macro}. This command only affects
6758definitions provided with the @command{macro define} command, described
6759above; it cannot remove definitions present in the program being
6760debugged.
6761
09d4efe1
EZ
6762@kindex macro list
6763@item macro list
6764@i{(This command is not yet implemented.)} List all the macros
6765defined using the @code{macro define} command.
e2e0bcd1
JB
6766@end table
6767
6768@cindex macros, example of debugging with
6769Here is a transcript showing the above commands in action. First, we
6770show our source files:
6771
6772@smallexample
6773$ cat sample.c
6774#include <stdio.h>
6775#include "sample.h"
6776
6777#define M 42
6778#define ADD(x) (M + x)
6779
6780main ()
6781@{
6782#define N 28
6783 printf ("Hello, world!\n");
6784#undef N
6785 printf ("We're so creative.\n");
6786#define N 1729
6787 printf ("Goodbye, world!\n");
6788@}
6789$ cat sample.h
6790#define Q <
6791$
6792@end smallexample
6793
6794Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6795We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6796compiler includes information about preprocessor macros in the debugging
6797information.
6798
6799@smallexample
6800$ gcc -gdwarf-2 -g3 sample.c -o sample
6801$
6802@end smallexample
6803
6804Now, we start @value{GDBN} on our sample program:
6805
6806@smallexample
6807$ gdb -nw sample
6808GNU gdb 2002-05-06-cvs
6809Copyright 2002 Free Software Foundation, Inc.
6810GDB is free software, @dots{}
f7dc1244 6811(@value{GDBP})
e2e0bcd1
JB
6812@end smallexample
6813
6814We can expand macros and examine their definitions, even when the
6815program is not running. @value{GDBN} uses the current listing position
6816to decide which macro definitions are in scope:
6817
6818@smallexample
f7dc1244 6819(@value{GDBP}) list main
e2e0bcd1
JB
68203
68214 #define M 42
68225 #define ADD(x) (M + x)
68236
68247 main ()
68258 @{
68269 #define N 28
682710 printf ("Hello, world!\n");
682811 #undef N
682912 printf ("We're so creative.\n");
f7dc1244 6830(@value{GDBP}) info macro ADD
e2e0bcd1
JB
6831Defined at /home/jimb/gdb/macros/play/sample.c:5
6832#define ADD(x) (M + x)
f7dc1244 6833(@value{GDBP}) info macro Q
e2e0bcd1
JB
6834Defined at /home/jimb/gdb/macros/play/sample.h:1
6835 included at /home/jimb/gdb/macros/play/sample.c:2
6836#define Q <
f7dc1244 6837(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 6838expands to: (42 + 1)
f7dc1244 6839(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 6840expands to: once (M + 1)
f7dc1244 6841(@value{GDBP})
e2e0bcd1
JB
6842@end smallexample
6843
6844In the example above, note that @command{macro expand-once} expands only
6845the macro invocation explicit in the original text --- the invocation of
6846@code{ADD} --- but does not expand the invocation of the macro @code{M},
6847which was introduced by @code{ADD}.
6848
6849Once the program is running, GDB uses the macro definitions in force at
6850the source line of the current stack frame:
6851
6852@smallexample
f7dc1244 6853(@value{GDBP}) break main
e2e0bcd1 6854Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 6855(@value{GDBP}) run
b383017d 6856Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6857
6858Breakpoint 1, main () at sample.c:10
685910 printf ("Hello, world!\n");
f7dc1244 6860(@value{GDBP})
e2e0bcd1
JB
6861@end smallexample
6862
6863At line 10, the definition of the macro @code{N} at line 9 is in force:
6864
6865@smallexample
f7dc1244 6866(@value{GDBP}) info macro N
e2e0bcd1
JB
6867Defined at /home/jimb/gdb/macros/play/sample.c:9
6868#define N 28
f7dc1244 6869(@value{GDBP}) macro expand N Q M
e2e0bcd1 6870expands to: 28 < 42
f7dc1244 6871(@value{GDBP}) print N Q M
e2e0bcd1 6872$1 = 1
f7dc1244 6873(@value{GDBP})
e2e0bcd1
JB
6874@end smallexample
6875
6876As we step over directives that remove @code{N}'s definition, and then
6877give it a new definition, @value{GDBN} finds the definition (or lack
6878thereof) in force at each point:
6879
6880@smallexample
f7dc1244 6881(@value{GDBP}) next
e2e0bcd1
JB
6882Hello, world!
688312 printf ("We're so creative.\n");
f7dc1244 6884(@value{GDBP}) info macro N
e2e0bcd1
JB
6885The symbol `N' has no definition as a C/C++ preprocessor macro
6886at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 6887(@value{GDBP}) next
e2e0bcd1
JB
6888We're so creative.
688914 printf ("Goodbye, world!\n");
f7dc1244 6890(@value{GDBP}) info macro N
e2e0bcd1
JB
6891Defined at /home/jimb/gdb/macros/play/sample.c:13
6892#define N 1729
f7dc1244 6893(@value{GDBP}) macro expand N Q M
e2e0bcd1 6894expands to: 1729 < 42
f7dc1244 6895(@value{GDBP}) print N Q M
e2e0bcd1 6896$2 = 0
f7dc1244 6897(@value{GDBP})
e2e0bcd1
JB
6898@end smallexample
6899
6900
b37052ae
EZ
6901@node Tracepoints
6902@chapter Tracepoints
6903@c This chapter is based on the documentation written by Michael
6904@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6905
6906@cindex tracepoints
6907In some applications, it is not feasible for the debugger to interrupt
6908the program's execution long enough for the developer to learn
6909anything helpful about its behavior. If the program's correctness
6910depends on its real-time behavior, delays introduced by a debugger
6911might cause the program to change its behavior drastically, or perhaps
6912fail, even when the code itself is correct. It is useful to be able
6913to observe the program's behavior without interrupting it.
6914
6915Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6916specify locations in the program, called @dfn{tracepoints}, and
6917arbitrary expressions to evaluate when those tracepoints are reached.
6918Later, using the @code{tfind} command, you can examine the values
6919those expressions had when the program hit the tracepoints. The
6920expressions may also denote objects in memory---structures or arrays,
6921for example---whose values @value{GDBN} should record; while visiting
6922a particular tracepoint, you may inspect those objects as if they were
6923in memory at that moment. However, because @value{GDBN} records these
6924values without interacting with you, it can do so quickly and
6925unobtrusively, hopefully not disturbing the program's behavior.
6926
6927The tracepoint facility is currently available only for remote
2c0069bb
EZ
6928targets. @xref{Targets}. In addition, your remote target must know how
6929to collect trace data. This functionality is implemented in the remote
6930stub; however, none of the stubs distributed with @value{GDBN} support
6931tracepoints as of this writing.
b37052ae
EZ
6932
6933This chapter describes the tracepoint commands and features.
6934
6935@menu
b383017d
RM
6936* Set Tracepoints::
6937* Analyze Collected Data::
6938* Tracepoint Variables::
b37052ae
EZ
6939@end menu
6940
6941@node Set Tracepoints
6942@section Commands to Set Tracepoints
6943
6944Before running such a @dfn{trace experiment}, an arbitrary number of
6945tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6946tracepoint has a number assigned to it by @value{GDBN}. Like with
6947breakpoints, tracepoint numbers are successive integers starting from
6948one. Many of the commands associated with tracepoints take the
6949tracepoint number as their argument, to identify which tracepoint to
6950work on.
6951
6952For each tracepoint, you can specify, in advance, some arbitrary set
6953of data that you want the target to collect in the trace buffer when
6954it hits that tracepoint. The collected data can include registers,
6955local variables, or global data. Later, you can use @value{GDBN}
6956commands to examine the values these data had at the time the
6957tracepoint was hit.
6958
6959This section describes commands to set tracepoints and associated
6960conditions and actions.
6961
6962@menu
b383017d
RM
6963* Create and Delete Tracepoints::
6964* Enable and Disable Tracepoints::
6965* Tracepoint Passcounts::
6966* Tracepoint Actions::
6967* Listing Tracepoints::
6968* Starting and Stopping Trace Experiment::
b37052ae
EZ
6969@end menu
6970
6971@node Create and Delete Tracepoints
6972@subsection Create and Delete Tracepoints
6973
6974@table @code
6975@cindex set tracepoint
6976@kindex trace
6977@item trace
6978The @code{trace} command is very similar to the @code{break} command.
6979Its argument can be a source line, a function name, or an address in
6980the target program. @xref{Set Breaks}. The @code{trace} command
6981defines a tracepoint, which is a point in the target program where the
6982debugger will briefly stop, collect some data, and then allow the
6983program to continue. Setting a tracepoint or changing its commands
6984doesn't take effect until the next @code{tstart} command; thus, you
6985cannot change the tracepoint attributes once a trace experiment is
6986running.
6987
6988Here are some examples of using the @code{trace} command:
6989
6990@smallexample
6991(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6992
6993(@value{GDBP}) @b{trace +2} // 2 lines forward
6994
6995(@value{GDBP}) @b{trace my_function} // first source line of function
6996
6997(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6998
6999(@value{GDBP}) @b{trace *0x2117c4} // an address
7000@end smallexample
7001
7002@noindent
7003You can abbreviate @code{trace} as @code{tr}.
7004
7005@vindex $tpnum
7006@cindex last tracepoint number
7007@cindex recent tracepoint number
7008@cindex tracepoint number
7009The convenience variable @code{$tpnum} records the tracepoint number
7010of the most recently set tracepoint.
7011
7012@kindex delete tracepoint
7013@cindex tracepoint deletion
7014@item delete tracepoint @r{[}@var{num}@r{]}
7015Permanently delete one or more tracepoints. With no argument, the
7016default is to delete all tracepoints.
7017
7018Examples:
7019
7020@smallexample
7021(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7022
7023(@value{GDBP}) @b{delete trace} // remove all tracepoints
7024@end smallexample
7025
7026@noindent
7027You can abbreviate this command as @code{del tr}.
7028@end table
7029
7030@node Enable and Disable Tracepoints
7031@subsection Enable and Disable Tracepoints
7032
7033@table @code
7034@kindex disable tracepoint
7035@item disable tracepoint @r{[}@var{num}@r{]}
7036Disable tracepoint @var{num}, or all tracepoints if no argument
7037@var{num} is given. A disabled tracepoint will have no effect during
7038the next trace experiment, but it is not forgotten. You can re-enable
7039a disabled tracepoint using the @code{enable tracepoint} command.
7040
7041@kindex enable tracepoint
7042@item enable tracepoint @r{[}@var{num}@r{]}
7043Enable tracepoint @var{num}, or all tracepoints. The enabled
7044tracepoints will become effective the next time a trace experiment is
7045run.
7046@end table
7047
7048@node Tracepoint Passcounts
7049@subsection Tracepoint Passcounts
7050
7051@table @code
7052@kindex passcount
7053@cindex tracepoint pass count
7054@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7055Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7056automatically stop a trace experiment. If a tracepoint's passcount is
7057@var{n}, then the trace experiment will be automatically stopped on
7058the @var{n}'th time that tracepoint is hit. If the tracepoint number
7059@var{num} is not specified, the @code{passcount} command sets the
7060passcount of the most recently defined tracepoint. If no passcount is
7061given, the trace experiment will run until stopped explicitly by the
7062user.
7063
7064Examples:
7065
7066@smallexample
b383017d 7067(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 7068@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
7069
7070(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 7071@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
7072(@value{GDBP}) @b{trace foo}
7073(@value{GDBP}) @b{pass 3}
7074(@value{GDBP}) @b{trace bar}
7075(@value{GDBP}) @b{pass 2}
7076(@value{GDBP}) @b{trace baz}
7077(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
7078@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7079@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7080@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
7081@end smallexample
7082@end table
7083
7084@node Tracepoint Actions
7085@subsection Tracepoint Action Lists
7086
7087@table @code
7088@kindex actions
7089@cindex tracepoint actions
7090@item actions @r{[}@var{num}@r{]}
7091This command will prompt for a list of actions to be taken when the
7092tracepoint is hit. If the tracepoint number @var{num} is not
7093specified, this command sets the actions for the one that was most
7094recently defined (so that you can define a tracepoint and then say
7095@code{actions} without bothering about its number). You specify the
7096actions themselves on the following lines, one action at a time, and
7097terminate the actions list with a line containing just @code{end}. So
7098far, the only defined actions are @code{collect} and
7099@code{while-stepping}.
7100
7101@cindex remove actions from a tracepoint
7102To remove all actions from a tracepoint, type @samp{actions @var{num}}
7103and follow it immediately with @samp{end}.
7104
7105@smallexample
7106(@value{GDBP}) @b{collect @var{data}} // collect some data
7107
6826cf00 7108(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 7109
6826cf00 7110(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
7111@end smallexample
7112
7113In the following example, the action list begins with @code{collect}
7114commands indicating the things to be collected when the tracepoint is
7115hit. Then, in order to single-step and collect additional data
7116following the tracepoint, a @code{while-stepping} command is used,
7117followed by the list of things to be collected while stepping. The
7118@code{while-stepping} command is terminated by its own separate
7119@code{end} command. Lastly, the action list is terminated by an
7120@code{end} command.
7121
7122@smallexample
7123(@value{GDBP}) @b{trace foo}
7124(@value{GDBP}) @b{actions}
7125Enter actions for tracepoint 1, one per line:
7126> collect bar,baz
7127> collect $regs
7128> while-stepping 12
7129 > collect $fp, $sp
7130 > end
7131end
7132@end smallexample
7133
7134@kindex collect @r{(tracepoints)}
7135@item collect @var{expr1}, @var{expr2}, @dots{}
7136Collect values of the given expressions when the tracepoint is hit.
7137This command accepts a comma-separated list of any valid expressions.
7138In addition to global, static, or local variables, the following
7139special arguments are supported:
7140
7141@table @code
7142@item $regs
7143collect all registers
7144
7145@item $args
7146collect all function arguments
7147
7148@item $locals
7149collect all local variables.
7150@end table
7151
7152You can give several consecutive @code{collect} commands, each one
7153with a single argument, or one @code{collect} command with several
7154arguments separated by commas: the effect is the same.
7155
f5c37c66
EZ
7156The command @code{info scope} (@pxref{Symbols, info scope}) is
7157particularly useful for figuring out what data to collect.
7158
b37052ae
EZ
7159@kindex while-stepping @r{(tracepoints)}
7160@item while-stepping @var{n}
7161Perform @var{n} single-step traces after the tracepoint, collecting
7162new data at each step. The @code{while-stepping} command is
7163followed by the list of what to collect while stepping (followed by
7164its own @code{end} command):
7165
7166@smallexample
7167> while-stepping 12
7168 > collect $regs, myglobal
7169 > end
7170>
7171@end smallexample
7172
7173@noindent
7174You may abbreviate @code{while-stepping} as @code{ws} or
7175@code{stepping}.
7176@end table
7177
7178@node Listing Tracepoints
7179@subsection Listing Tracepoints
7180
7181@table @code
7182@kindex info tracepoints
09d4efe1 7183@kindex info tp
b37052ae
EZ
7184@cindex information about tracepoints
7185@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 7186Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 7187a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
7188defined so far. For each tracepoint, the following information is
7189shown:
7190
7191@itemize @bullet
7192@item
7193its number
7194@item
7195whether it is enabled or disabled
7196@item
7197its address
7198@item
7199its passcount as given by the @code{passcount @var{n}} command
7200@item
7201its step count as given by the @code{while-stepping @var{n}} command
7202@item
7203where in the source files is the tracepoint set
7204@item
7205its action list as given by the @code{actions} command
7206@end itemize
7207
7208@smallexample
7209(@value{GDBP}) @b{info trace}
7210Num Enb Address PassC StepC What
72111 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
72122 y 0x0020dc64 0 0 in g_test at g_test.c:1375
72133 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
7214(@value{GDBP})
7215@end smallexample
7216
7217@noindent
7218This command can be abbreviated @code{info tp}.
7219@end table
7220
7221@node Starting and Stopping Trace Experiment
7222@subsection Starting and Stopping Trace Experiment
7223
7224@table @code
7225@kindex tstart
7226@cindex start a new trace experiment
7227@cindex collected data discarded
7228@item tstart
7229This command takes no arguments. It starts the trace experiment, and
7230begins collecting data. This has the side effect of discarding all
7231the data collected in the trace buffer during the previous trace
7232experiment.
7233
7234@kindex tstop
7235@cindex stop a running trace experiment
7236@item tstop
7237This command takes no arguments. It ends the trace experiment, and
7238stops collecting data.
7239
68c71a2e 7240@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
7241automatically if any tracepoint's passcount is reached
7242(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7243
7244@kindex tstatus
7245@cindex status of trace data collection
7246@cindex trace experiment, status of
7247@item tstatus
7248This command displays the status of the current trace data
7249collection.
7250@end table
7251
7252Here is an example of the commands we described so far:
7253
7254@smallexample
7255(@value{GDBP}) @b{trace gdb_c_test}
7256(@value{GDBP}) @b{actions}
7257Enter actions for tracepoint #1, one per line.
7258> collect $regs,$locals,$args
7259> while-stepping 11
7260 > collect $regs
7261 > end
7262> end
7263(@value{GDBP}) @b{tstart}
7264 [time passes @dots{}]
7265(@value{GDBP}) @b{tstop}
7266@end smallexample
7267
7268
7269@node Analyze Collected Data
7270@section Using the collected data
7271
7272After the tracepoint experiment ends, you use @value{GDBN} commands
7273for examining the trace data. The basic idea is that each tracepoint
7274collects a trace @dfn{snapshot} every time it is hit and another
7275snapshot every time it single-steps. All these snapshots are
7276consecutively numbered from zero and go into a buffer, and you can
7277examine them later. The way you examine them is to @dfn{focus} on a
7278specific trace snapshot. When the remote stub is focused on a trace
7279snapshot, it will respond to all @value{GDBN} requests for memory and
7280registers by reading from the buffer which belongs to that snapshot,
7281rather than from @emph{real} memory or registers of the program being
7282debugged. This means that @strong{all} @value{GDBN} commands
7283(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7284behave as if we were currently debugging the program state as it was
7285when the tracepoint occurred. Any requests for data that are not in
7286the buffer will fail.
7287
7288@menu
7289* tfind:: How to select a trace snapshot
7290* tdump:: How to display all data for a snapshot
7291* save-tracepoints:: How to save tracepoints for a future run
7292@end menu
7293
7294@node tfind
7295@subsection @code{tfind @var{n}}
7296
7297@kindex tfind
7298@cindex select trace snapshot
7299@cindex find trace snapshot
7300The basic command for selecting a trace snapshot from the buffer is
7301@code{tfind @var{n}}, which finds trace snapshot number @var{n},
7302counting from zero. If no argument @var{n} is given, the next
7303snapshot is selected.
7304
7305Here are the various forms of using the @code{tfind} command.
7306
7307@table @code
7308@item tfind start
7309Find the first snapshot in the buffer. This is a synonym for
7310@code{tfind 0} (since 0 is the number of the first snapshot).
7311
7312@item tfind none
7313Stop debugging trace snapshots, resume @emph{live} debugging.
7314
7315@item tfind end
7316Same as @samp{tfind none}.
7317
7318@item tfind
7319No argument means find the next trace snapshot.
7320
7321@item tfind -
7322Find the previous trace snapshot before the current one. This permits
7323retracing earlier steps.
7324
7325@item tfind tracepoint @var{num}
7326Find the next snapshot associated with tracepoint @var{num}. Search
7327proceeds forward from the last examined trace snapshot. If no
7328argument @var{num} is given, it means find the next snapshot collected
7329for the same tracepoint as the current snapshot.
7330
7331@item tfind pc @var{addr}
7332Find the next snapshot associated with the value @var{addr} of the
7333program counter. Search proceeds forward from the last examined trace
7334snapshot. If no argument @var{addr} is given, it means find the next
7335snapshot with the same value of PC as the current snapshot.
7336
7337@item tfind outside @var{addr1}, @var{addr2}
7338Find the next snapshot whose PC is outside the given range of
7339addresses.
7340
7341@item tfind range @var{addr1}, @var{addr2}
7342Find the next snapshot whose PC is between @var{addr1} and
7343@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7344
7345@item tfind line @r{[}@var{file}:@r{]}@var{n}
7346Find the next snapshot associated with the source line @var{n}. If
7347the optional argument @var{file} is given, refer to line @var{n} in
7348that source file. Search proceeds forward from the last examined
7349trace snapshot. If no argument @var{n} is given, it means find the
7350next line other than the one currently being examined; thus saying
7351@code{tfind line} repeatedly can appear to have the same effect as
7352stepping from line to line in a @emph{live} debugging session.
7353@end table
7354
7355The default arguments for the @code{tfind} commands are specifically
7356designed to make it easy to scan through the trace buffer. For
7357instance, @code{tfind} with no argument selects the next trace
7358snapshot, and @code{tfind -} with no argument selects the previous
7359trace snapshot. So, by giving one @code{tfind} command, and then
7360simply hitting @key{RET} repeatedly you can examine all the trace
7361snapshots in order. Or, by saying @code{tfind -} and then hitting
7362@key{RET} repeatedly you can examine the snapshots in reverse order.
7363The @code{tfind line} command with no argument selects the snapshot
7364for the next source line executed. The @code{tfind pc} command with
7365no argument selects the next snapshot with the same program counter
7366(PC) as the current frame. The @code{tfind tracepoint} command with
7367no argument selects the next trace snapshot collected by the same
7368tracepoint as the current one.
7369
7370In addition to letting you scan through the trace buffer manually,
7371these commands make it easy to construct @value{GDBN} scripts that
7372scan through the trace buffer and print out whatever collected data
7373you are interested in. Thus, if we want to examine the PC, FP, and SP
7374registers from each trace frame in the buffer, we can say this:
7375
7376@smallexample
7377(@value{GDBP}) @b{tfind start}
7378(@value{GDBP}) @b{while ($trace_frame != -1)}
7379> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7380 $trace_frame, $pc, $sp, $fp
7381> tfind
7382> end
7383
7384Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7385Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7386Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7387Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7388Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7389Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7390Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7391Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7392Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7393Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7394Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7395@end smallexample
7396
7397Or, if we want to examine the variable @code{X} at each source line in
7398the buffer:
7399
7400@smallexample
7401(@value{GDBP}) @b{tfind start}
7402(@value{GDBP}) @b{while ($trace_frame != -1)}
7403> printf "Frame %d, X == %d\n", $trace_frame, X
7404> tfind line
7405> end
7406
7407Frame 0, X = 1
7408Frame 7, X = 2
7409Frame 13, X = 255
7410@end smallexample
7411
7412@node tdump
7413@subsection @code{tdump}
7414@kindex tdump
7415@cindex dump all data collected at tracepoint
7416@cindex tracepoint data, display
7417
7418This command takes no arguments. It prints all the data collected at
7419the current trace snapshot.
7420
7421@smallexample
7422(@value{GDBP}) @b{trace 444}
7423(@value{GDBP}) @b{actions}
7424Enter actions for tracepoint #2, one per line:
7425> collect $regs, $locals, $args, gdb_long_test
7426> end
7427
7428(@value{GDBP}) @b{tstart}
7429
7430(@value{GDBP}) @b{tfind line 444}
7431#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7432at gdb_test.c:444
7433444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7434
7435(@value{GDBP}) @b{tdump}
7436Data collected at tracepoint 2, trace frame 1:
7437d0 0xc4aa0085 -995491707
7438d1 0x18 24
7439d2 0x80 128
7440d3 0x33 51
7441d4 0x71aea3d 119204413
7442d5 0x22 34
7443d6 0xe0 224
7444d7 0x380035 3670069
7445a0 0x19e24a 1696330
7446a1 0x3000668 50333288
7447a2 0x100 256
7448a3 0x322000 3284992
7449a4 0x3000698 50333336
7450a5 0x1ad3cc 1758156
7451fp 0x30bf3c 0x30bf3c
7452sp 0x30bf34 0x30bf34
7453ps 0x0 0
7454pc 0x20b2c8 0x20b2c8
7455fpcontrol 0x0 0
7456fpstatus 0x0 0
7457fpiaddr 0x0 0
7458p = 0x20e5b4 "gdb-test"
7459p1 = (void *) 0x11
7460p2 = (void *) 0x22
7461p3 = (void *) 0x33
7462p4 = (void *) 0x44
7463p5 = (void *) 0x55
7464p6 = (void *) 0x66
7465gdb_long_test = 17 '\021'
7466
7467(@value{GDBP})
7468@end smallexample
7469
7470@node save-tracepoints
7471@subsection @code{save-tracepoints @var{filename}}
7472@kindex save-tracepoints
7473@cindex save tracepoints for future sessions
7474
7475This command saves all current tracepoint definitions together with
7476their actions and passcounts, into a file @file{@var{filename}}
7477suitable for use in a later debugging session. To read the saved
7478tracepoint definitions, use the @code{source} command (@pxref{Command
7479Files}).
7480
7481@node Tracepoint Variables
7482@section Convenience Variables for Tracepoints
7483@cindex tracepoint variables
7484@cindex convenience variables for tracepoints
7485
7486@table @code
7487@vindex $trace_frame
7488@item (int) $trace_frame
7489The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7490snapshot is selected.
7491
7492@vindex $tracepoint
7493@item (int) $tracepoint
7494The tracepoint for the current trace snapshot.
7495
7496@vindex $trace_line
7497@item (int) $trace_line
7498The line number for the current trace snapshot.
7499
7500@vindex $trace_file
7501@item (char []) $trace_file
7502The source file for the current trace snapshot.
7503
7504@vindex $trace_func
7505@item (char []) $trace_func
7506The name of the function containing @code{$tracepoint}.
7507@end table
7508
7509Note: @code{$trace_file} is not suitable for use in @code{printf},
7510use @code{output} instead.
7511
7512Here's a simple example of using these convenience variables for
7513stepping through all the trace snapshots and printing some of their
7514data.
7515
7516@smallexample
7517(@value{GDBP}) @b{tfind start}
7518
7519(@value{GDBP}) @b{while $trace_frame != -1}
7520> output $trace_file
7521> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7522> tfind
7523> end
7524@end smallexample
7525
df0cd8c5
JB
7526@node Overlays
7527@chapter Debugging Programs That Use Overlays
7528@cindex overlays
7529
7530If your program is too large to fit completely in your target system's
7531memory, you can sometimes use @dfn{overlays} to work around this
7532problem. @value{GDBN} provides some support for debugging programs that
7533use overlays.
7534
7535@menu
7536* How Overlays Work:: A general explanation of overlays.
7537* Overlay Commands:: Managing overlays in @value{GDBN}.
7538* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7539 mapped by asking the inferior.
7540* Overlay Sample Program:: A sample program using overlays.
7541@end menu
7542
7543@node How Overlays Work
7544@section How Overlays Work
7545@cindex mapped overlays
7546@cindex unmapped overlays
7547@cindex load address, overlay's
7548@cindex mapped address
7549@cindex overlay area
7550
7551Suppose you have a computer whose instruction address space is only 64
7552kilobytes long, but which has much more memory which can be accessed by
7553other means: special instructions, segment registers, or memory
7554management hardware, for example. Suppose further that you want to
7555adapt a program which is larger than 64 kilobytes to run on this system.
7556
7557One solution is to identify modules of your program which are relatively
7558independent, and need not call each other directly; call these modules
7559@dfn{overlays}. Separate the overlays from the main program, and place
7560their machine code in the larger memory. Place your main program in
7561instruction memory, but leave at least enough space there to hold the
7562largest overlay as well.
7563
7564Now, to call a function located in an overlay, you must first copy that
7565overlay's machine code from the large memory into the space set aside
7566for it in the instruction memory, and then jump to its entry point
7567there.
7568
c928edc0
AC
7569@c NB: In the below the mapped area's size is greater or equal to the
7570@c size of all overlays. This is intentional to remind the developer
7571@c that overlays don't necessarily need to be the same size.
7572
474c8240 7573@smallexample
df0cd8c5 7574@group
c928edc0
AC
7575 Data Instruction Larger
7576Address Space Address Space Address Space
7577+-----------+ +-----------+ +-----------+
7578| | | | | |
7579+-----------+ +-----------+ +-----------+<-- overlay 1
7580| program | | main | .----| overlay 1 | load address
7581| variables | | program | | +-----------+
7582| and heap | | | | | |
7583+-----------+ | | | +-----------+<-- overlay 2
7584| | +-----------+ | | | load address
7585+-----------+ | | | .-| overlay 2 |
7586 | | | | | |
7587 mapped --->+-----------+ | | +-----------+
7588 address | | | | | |
7589 | overlay | <-' | | |
7590 | area | <---' +-----------+<-- overlay 3
7591 | | <---. | | load address
7592 +-----------+ `--| overlay 3 |
7593 | | | |
7594 +-----------+ | |
7595 +-----------+
7596 | |
7597 +-----------+
7598
7599 @anchor{A code overlay}A code overlay
df0cd8c5 7600@end group
474c8240 7601@end smallexample
df0cd8c5 7602
c928edc0
AC
7603The diagram (@pxref{A code overlay}) shows a system with separate data
7604and instruction address spaces. To map an overlay, the program copies
7605its code from the larger address space to the instruction address space.
7606Since the overlays shown here all use the same mapped address, only one
7607may be mapped at a time. For a system with a single address space for
7608data and instructions, the diagram would be similar, except that the
7609program variables and heap would share an address space with the main
7610program and the overlay area.
df0cd8c5
JB
7611
7612An overlay loaded into instruction memory and ready for use is called a
7613@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7614instruction memory. An overlay not present (or only partially present)
7615in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7616is its address in the larger memory. The mapped address is also called
7617the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7618called the @dfn{load memory address}, or @dfn{LMA}.
7619
7620Unfortunately, overlays are not a completely transparent way to adapt a
7621program to limited instruction memory. They introduce a new set of
7622global constraints you must keep in mind as you design your program:
7623
7624@itemize @bullet
7625
7626@item
7627Before calling or returning to a function in an overlay, your program
7628must make sure that overlay is actually mapped. Otherwise, the call or
7629return will transfer control to the right address, but in the wrong
7630overlay, and your program will probably crash.
7631
7632@item
7633If the process of mapping an overlay is expensive on your system, you
7634will need to choose your overlays carefully to minimize their effect on
7635your program's performance.
7636
7637@item
7638The executable file you load onto your system must contain each
7639overlay's instructions, appearing at the overlay's load address, not its
7640mapped address. However, each overlay's instructions must be relocated
7641and its symbols defined as if the overlay were at its mapped address.
7642You can use GNU linker scripts to specify different load and relocation
7643addresses for pieces of your program; see @ref{Overlay Description,,,
7644ld.info, Using ld: the GNU linker}.
7645
7646@item
7647The procedure for loading executable files onto your system must be able
7648to load their contents into the larger address space as well as the
7649instruction and data spaces.
7650
7651@end itemize
7652
7653The overlay system described above is rather simple, and could be
7654improved in many ways:
7655
7656@itemize @bullet
7657
7658@item
7659If your system has suitable bank switch registers or memory management
7660hardware, you could use those facilities to make an overlay's load area
7661contents simply appear at their mapped address in instruction space.
7662This would probably be faster than copying the overlay to its mapped
7663area in the usual way.
7664
7665@item
7666If your overlays are small enough, you could set aside more than one
7667overlay area, and have more than one overlay mapped at a time.
7668
7669@item
7670You can use overlays to manage data, as well as instructions. In
7671general, data overlays are even less transparent to your design than
7672code overlays: whereas code overlays only require care when you call or
7673return to functions, data overlays require care every time you access
7674the data. Also, if you change the contents of a data overlay, you
7675must copy its contents back out to its load address before you can copy a
7676different data overlay into the same mapped area.
7677
7678@end itemize
7679
7680
7681@node Overlay Commands
7682@section Overlay Commands
7683
7684To use @value{GDBN}'s overlay support, each overlay in your program must
7685correspond to a separate section of the executable file. The section's
7686virtual memory address and load memory address must be the overlay's
7687mapped and load addresses. Identifying overlays with sections allows
7688@value{GDBN} to determine the appropriate address of a function or
7689variable, depending on whether the overlay is mapped or not.
7690
7691@value{GDBN}'s overlay commands all start with the word @code{overlay};
7692you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7693
7694@table @code
7695@item overlay off
4644b6e3 7696@kindex overlay
df0cd8c5
JB
7697Disable @value{GDBN}'s overlay support. When overlay support is
7698disabled, @value{GDBN} assumes that all functions and variables are
7699always present at their mapped addresses. By default, @value{GDBN}'s
7700overlay support is disabled.
7701
7702@item overlay manual
df0cd8c5
JB
7703@cindex manual overlay debugging
7704Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7705relies on you to tell it which overlays are mapped, and which are not,
7706using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7707commands described below.
7708
7709@item overlay map-overlay @var{overlay}
7710@itemx overlay map @var{overlay}
df0cd8c5
JB
7711@cindex map an overlay
7712Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7713be the name of the object file section containing the overlay. When an
7714overlay is mapped, @value{GDBN} assumes it can find the overlay's
7715functions and variables at their mapped addresses. @value{GDBN} assumes
7716that any other overlays whose mapped ranges overlap that of
7717@var{overlay} are now unmapped.
7718
7719@item overlay unmap-overlay @var{overlay}
7720@itemx overlay unmap @var{overlay}
df0cd8c5
JB
7721@cindex unmap an overlay
7722Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7723must be the name of the object file section containing the overlay.
7724When an overlay is unmapped, @value{GDBN} assumes it can find the
7725overlay's functions and variables at their load addresses.
7726
7727@item overlay auto
df0cd8c5
JB
7728Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7729consults a data structure the overlay manager maintains in the inferior
7730to see which overlays are mapped. For details, see @ref{Automatic
7731Overlay Debugging}.
7732
7733@item overlay load-target
7734@itemx overlay load
df0cd8c5
JB
7735@cindex reloading the overlay table
7736Re-read the overlay table from the inferior. Normally, @value{GDBN}
7737re-reads the table @value{GDBN} automatically each time the inferior
7738stops, so this command should only be necessary if you have changed the
7739overlay mapping yourself using @value{GDBN}. This command is only
7740useful when using automatic overlay debugging.
7741
7742@item overlay list-overlays
7743@itemx overlay list
7744@cindex listing mapped overlays
7745Display a list of the overlays currently mapped, along with their mapped
7746addresses, load addresses, and sizes.
7747
7748@end table
7749
7750Normally, when @value{GDBN} prints a code address, it includes the name
7751of the function the address falls in:
7752
474c8240 7753@smallexample
f7dc1244 7754(@value{GDBP}) print main
df0cd8c5 7755$3 = @{int ()@} 0x11a0 <main>
474c8240 7756@end smallexample
df0cd8c5
JB
7757@noindent
7758When overlay debugging is enabled, @value{GDBN} recognizes code in
7759unmapped overlays, and prints the names of unmapped functions with
7760asterisks around them. For example, if @code{foo} is a function in an
7761unmapped overlay, @value{GDBN} prints it this way:
7762
474c8240 7763@smallexample
f7dc1244 7764(@value{GDBP}) overlay list
df0cd8c5 7765No sections are mapped.
f7dc1244 7766(@value{GDBP}) print foo
df0cd8c5 7767$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7768@end smallexample
df0cd8c5
JB
7769@noindent
7770When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7771name normally:
7772
474c8240 7773@smallexample
f7dc1244 7774(@value{GDBP}) overlay list
b383017d 7775Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 7776 mapped at 0x1016 - 0x104a
f7dc1244 7777(@value{GDBP}) print foo
df0cd8c5 7778$6 = @{int (int)@} 0x1016 <foo>
474c8240 7779@end smallexample
df0cd8c5
JB
7780
7781When overlay debugging is enabled, @value{GDBN} can find the correct
7782address for functions and variables in an overlay, whether or not the
7783overlay is mapped. This allows most @value{GDBN} commands, like
7784@code{break} and @code{disassemble}, to work normally, even on unmapped
7785code. However, @value{GDBN}'s breakpoint support has some limitations:
7786
7787@itemize @bullet
7788@item
7789@cindex breakpoints in overlays
7790@cindex overlays, setting breakpoints in
7791You can set breakpoints in functions in unmapped overlays, as long as
7792@value{GDBN} can write to the overlay at its load address.
7793@item
7794@value{GDBN} can not set hardware or simulator-based breakpoints in
7795unmapped overlays. However, if you set a breakpoint at the end of your
7796overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7797you are using manual overlay management), @value{GDBN} will re-set its
7798breakpoints properly.
7799@end itemize
7800
7801
7802@node Automatic Overlay Debugging
7803@section Automatic Overlay Debugging
7804@cindex automatic overlay debugging
7805
7806@value{GDBN} can automatically track which overlays are mapped and which
7807are not, given some simple co-operation from the overlay manager in the
7808inferior. If you enable automatic overlay debugging with the
7809@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7810looks in the inferior's memory for certain variables describing the
7811current state of the overlays.
7812
7813Here are the variables your overlay manager must define to support
7814@value{GDBN}'s automatic overlay debugging:
7815
7816@table @asis
7817
7818@item @code{_ovly_table}:
7819This variable must be an array of the following structures:
7820
474c8240 7821@smallexample
df0cd8c5
JB
7822struct
7823@{
7824 /* The overlay's mapped address. */
7825 unsigned long vma;
7826
7827 /* The size of the overlay, in bytes. */
7828 unsigned long size;
7829
7830 /* The overlay's load address. */
7831 unsigned long lma;
7832
7833 /* Non-zero if the overlay is currently mapped;
7834 zero otherwise. */
7835 unsigned long mapped;
7836@}
474c8240 7837@end smallexample
df0cd8c5
JB
7838
7839@item @code{_novlys}:
7840This variable must be a four-byte signed integer, holding the total
7841number of elements in @code{_ovly_table}.
7842
7843@end table
7844
7845To decide whether a particular overlay is mapped or not, @value{GDBN}
7846looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7847@code{lma} members equal the VMA and LMA of the overlay's section in the
7848executable file. When @value{GDBN} finds a matching entry, it consults
7849the entry's @code{mapped} member to determine whether the overlay is
7850currently mapped.
7851
81d46470 7852In addition, your overlay manager may define a function called
def71bfa 7853@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7854will silently set a breakpoint there. If the overlay manager then
7855calls this function whenever it has changed the overlay table, this
7856will enable @value{GDBN} to accurately keep track of which overlays
7857are in program memory, and update any breakpoints that may be set
b383017d 7858in overlays. This will allow breakpoints to work even if the
81d46470
MS
7859overlays are kept in ROM or other non-writable memory while they
7860are not being executed.
df0cd8c5
JB
7861
7862@node Overlay Sample Program
7863@section Overlay Sample Program
7864@cindex overlay example program
7865
7866When linking a program which uses overlays, you must place the overlays
7867at their load addresses, while relocating them to run at their mapped
7868addresses. To do this, you must write a linker script (@pxref{Overlay
7869Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7870since linker scripts are specific to a particular host system, target
7871architecture, and target memory layout, this manual cannot provide
7872portable sample code demonstrating @value{GDBN}'s overlay support.
7873
7874However, the @value{GDBN} source distribution does contain an overlaid
7875program, with linker scripts for a few systems, as part of its test
7876suite. The program consists of the following files from
7877@file{gdb/testsuite/gdb.base}:
7878
7879@table @file
7880@item overlays.c
7881The main program file.
7882@item ovlymgr.c
7883A simple overlay manager, used by @file{overlays.c}.
7884@item foo.c
7885@itemx bar.c
7886@itemx baz.c
7887@itemx grbx.c
7888Overlay modules, loaded and used by @file{overlays.c}.
7889@item d10v.ld
7890@itemx m32r.ld
7891Linker scripts for linking the test program on the @code{d10v-elf}
7892and @code{m32r-elf} targets.
7893@end table
7894
7895You can build the test program using the @code{d10v-elf} GCC
7896cross-compiler like this:
7897
474c8240 7898@smallexample
df0cd8c5
JB
7899$ d10v-elf-gcc -g -c overlays.c
7900$ d10v-elf-gcc -g -c ovlymgr.c
7901$ d10v-elf-gcc -g -c foo.c
7902$ d10v-elf-gcc -g -c bar.c
7903$ d10v-elf-gcc -g -c baz.c
7904$ d10v-elf-gcc -g -c grbx.c
7905$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7906 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7907@end smallexample
df0cd8c5
JB
7908
7909The build process is identical for any other architecture, except that
7910you must substitute the appropriate compiler and linker script for the
7911target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7912
7913
6d2ebf8b 7914@node Languages
c906108c
SS
7915@chapter Using @value{GDBN} with Different Languages
7916@cindex languages
7917
c906108c
SS
7918Although programming languages generally have common aspects, they are
7919rarely expressed in the same manner. For instance, in ANSI C,
7920dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7921Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7922represented (and displayed) differently. Hex numbers in C appear as
c906108c 7923@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7924
7925@cindex working language
7926Language-specific information is built into @value{GDBN} for some languages,
7927allowing you to express operations like the above in your program's
7928native language, and allowing @value{GDBN} to output values in a manner
7929consistent with the syntax of your program's native language. The
7930language you use to build expressions is called the @dfn{working
7931language}.
7932
7933@menu
7934* Setting:: Switching between source languages
7935* Show:: Displaying the language
c906108c 7936* Checks:: Type and range checks
9c16f35a 7937* Supported languages:: Supported languages
4e562065 7938* Unsupported languages:: Unsupported languages
c906108c
SS
7939@end menu
7940
6d2ebf8b 7941@node Setting
c906108c
SS
7942@section Switching between source languages
7943
7944There are two ways to control the working language---either have @value{GDBN}
7945set it automatically, or select it manually yourself. You can use the
7946@code{set language} command for either purpose. On startup, @value{GDBN}
7947defaults to setting the language automatically. The working language is
7948used to determine how expressions you type are interpreted, how values
7949are printed, etc.
7950
7951In addition to the working language, every source file that
7952@value{GDBN} knows about has its own working language. For some object
7953file formats, the compiler might indicate which language a particular
7954source file is in. However, most of the time @value{GDBN} infers the
7955language from the name of the file. The language of a source file
b37052ae 7956controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7957show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7958set the language of a source file from within @value{GDBN}, but you can
7959set the language associated with a filename extension. @xref{Show, ,
7960Displaying the language}.
c906108c
SS
7961
7962This is most commonly a problem when you use a program, such
5d161b24 7963as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7964another language. In that case, make the
7965program use @code{#line} directives in its C output; that way
7966@value{GDBN} will know the correct language of the source code of the original
7967program, and will display that source code, not the generated C code.
7968
7969@menu
7970* Filenames:: Filename extensions and languages.
7971* Manually:: Setting the working language manually
7972* Automatically:: Having @value{GDBN} infer the source language
7973@end menu
7974
6d2ebf8b 7975@node Filenames
c906108c
SS
7976@subsection List of filename extensions and languages
7977
7978If a source file name ends in one of the following extensions, then
7979@value{GDBN} infers that its language is the one indicated.
7980
7981@table @file
e07c999f
PH
7982@item .ada
7983@itemx .ads
7984@itemx .adb
7985@itemx .a
7986Ada source file.
c906108c
SS
7987
7988@item .c
7989C source file
7990
7991@item .C
7992@itemx .cc
7993@itemx .cp
7994@itemx .cpp
7995@itemx .cxx
7996@itemx .c++
b37052ae 7997C@t{++} source file
c906108c 7998
b37303ee
AF
7999@item .m
8000Objective-C source file
8001
c906108c
SS
8002@item .f
8003@itemx .F
8004Fortran source file
8005
c906108c
SS
8006@item .mod
8007Modula-2 source file
c906108c
SS
8008
8009@item .s
8010@itemx .S
8011Assembler source file. This actually behaves almost like C, but
8012@value{GDBN} does not skip over function prologues when stepping.
8013@end table
8014
8015In addition, you may set the language associated with a filename
8016extension. @xref{Show, , Displaying the language}.
8017
6d2ebf8b 8018@node Manually
c906108c
SS
8019@subsection Setting the working language
8020
8021If you allow @value{GDBN} to set the language automatically,
8022expressions are interpreted the same way in your debugging session and
8023your program.
8024
8025@kindex set language
8026If you wish, you may set the language manually. To do this, issue the
8027command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 8028a language, such as
c906108c 8029@code{c} or @code{modula-2}.
c906108c
SS
8030For a list of the supported languages, type @samp{set language}.
8031
c906108c
SS
8032Setting the language manually prevents @value{GDBN} from updating the working
8033language automatically. This can lead to confusion if you try
8034to debug a program when the working language is not the same as the
8035source language, when an expression is acceptable to both
8036languages---but means different things. For instance, if the current
8037source file were written in C, and @value{GDBN} was parsing Modula-2, a
8038command such as:
8039
474c8240 8040@smallexample
c906108c 8041print a = b + c
474c8240 8042@end smallexample
c906108c
SS
8043
8044@noindent
8045might not have the effect you intended. In C, this means to add
8046@code{b} and @code{c} and place the result in @code{a}. The result
8047printed would be the value of @code{a}. In Modula-2, this means to compare
8048@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 8049
6d2ebf8b 8050@node Automatically
c906108c
SS
8051@subsection Having @value{GDBN} infer the source language
8052
8053To have @value{GDBN} set the working language automatically, use
8054@samp{set language local} or @samp{set language auto}. @value{GDBN}
8055then infers the working language. That is, when your program stops in a
8056frame (usually by encountering a breakpoint), @value{GDBN} sets the
8057working language to the language recorded for the function in that
8058frame. If the language for a frame is unknown (that is, if the function
8059or block corresponding to the frame was defined in a source file that
8060does not have a recognized extension), the current working language is
8061not changed, and @value{GDBN} issues a warning.
8062
8063This may not seem necessary for most programs, which are written
8064entirely in one source language. However, program modules and libraries
8065written in one source language can be used by a main program written in
8066a different source language. Using @samp{set language auto} in this
8067case frees you from having to set the working language manually.
8068
6d2ebf8b 8069@node Show
c906108c 8070@section Displaying the language
c906108c
SS
8071
8072The following commands help you find out which language is the
8073working language, and also what language source files were written in.
8074
c906108c
SS
8075@table @code
8076@item show language
9c16f35a 8077@kindex show language
c906108c
SS
8078Display the current working language. This is the
8079language you can use with commands such as @code{print} to
8080build and compute expressions that may involve variables in your program.
8081
8082@item info frame
4644b6e3 8083@kindex info frame@r{, show the source language}
5d161b24 8084Display the source language for this frame. This language becomes the
c906108c 8085working language if you use an identifier from this frame.
5d161b24 8086@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
8087information listed here.
8088
8089@item info source
4644b6e3 8090@kindex info source@r{, show the source language}
c906108c 8091Display the source language of this source file.
5d161b24 8092@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
8093information listed here.
8094@end table
8095
8096In unusual circumstances, you may have source files with extensions
8097not in the standard list. You can then set the extension associated
8098with a language explicitly:
8099
c906108c 8100@table @code
09d4efe1 8101@item set extension-language @var{ext} @var{language}
9c16f35a 8102@kindex set extension-language
09d4efe1
EZ
8103Tell @value{GDBN} that source files with extension @var{ext} are to be
8104assumed as written in the source language @var{language}.
c906108c
SS
8105
8106@item info extensions
9c16f35a 8107@kindex info extensions
c906108c
SS
8108List all the filename extensions and the associated languages.
8109@end table
8110
6d2ebf8b 8111@node Checks
c906108c
SS
8112@section Type and range checking
8113
8114@quotation
8115@emph{Warning:} In this release, the @value{GDBN} commands for type and range
8116checking are included, but they do not yet have any effect. This
8117section documents the intended facilities.
8118@end quotation
8119@c FIXME remove warning when type/range code added
8120
8121Some languages are designed to guard you against making seemingly common
8122errors through a series of compile- and run-time checks. These include
8123checking the type of arguments to functions and operators, and making
8124sure mathematical overflows are caught at run time. Checks such as
8125these help to ensure a program's correctness once it has been compiled
8126by eliminating type mismatches, and providing active checks for range
8127errors when your program is running.
8128
8129@value{GDBN} can check for conditions like the above if you wish.
9c16f35a
EZ
8130Although @value{GDBN} does not check the statements in your program,
8131it can check expressions entered directly into @value{GDBN} for
8132evaluation via the @code{print} command, for example. As with the
8133working language, @value{GDBN} can also decide whether or not to check
8134automatically based on your program's source language.
8135@xref{Supported languages, ,Supported languages}, for the default
8136settings of supported languages.
c906108c
SS
8137
8138@menu
8139* Type Checking:: An overview of type checking
8140* Range Checking:: An overview of range checking
8141@end menu
8142
8143@cindex type checking
8144@cindex checks, type
6d2ebf8b 8145@node Type Checking
c906108c
SS
8146@subsection An overview of type checking
8147
8148Some languages, such as Modula-2, are strongly typed, meaning that the
8149arguments to operators and functions have to be of the correct type,
8150otherwise an error occurs. These checks prevent type mismatch
8151errors from ever causing any run-time problems. For example,
8152
8153@smallexample
81541 + 2 @result{} 3
8155@exdent but
8156@error{} 1 + 2.3
8157@end smallexample
8158
8159The second example fails because the @code{CARDINAL} 1 is not
8160type-compatible with the @code{REAL} 2.3.
8161
5d161b24
DB
8162For the expressions you use in @value{GDBN} commands, you can tell the
8163@value{GDBN} type checker to skip checking;
8164to treat any mismatches as errors and abandon the expression;
8165or to only issue warnings when type mismatches occur,
c906108c
SS
8166but evaluate the expression anyway. When you choose the last of
8167these, @value{GDBN} evaluates expressions like the second example above, but
8168also issues a warning.
8169
5d161b24
DB
8170Even if you turn type checking off, there may be other reasons
8171related to type that prevent @value{GDBN} from evaluating an expression.
8172For instance, @value{GDBN} does not know how to add an @code{int} and
8173a @code{struct foo}. These particular type errors have nothing to do
8174with the language in use, and usually arise from expressions, such as
c906108c
SS
8175the one described above, which make little sense to evaluate anyway.
8176
8177Each language defines to what degree it is strict about type. For
8178instance, both Modula-2 and C require the arguments to arithmetical
8179operators to be numbers. In C, enumerated types and pointers can be
8180represented as numbers, so that they are valid arguments to mathematical
9c16f35a 8181operators. @xref{Supported languages, ,Supported languages}, for further
c906108c
SS
8182details on specific languages.
8183
8184@value{GDBN} provides some additional commands for controlling the type checker:
8185
c906108c
SS
8186@kindex set check type
8187@kindex show check type
8188@table @code
8189@item set check type auto
8190Set type checking on or off based on the current working language.
9c16f35a 8191@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8192each language.
8193
8194@item set check type on
8195@itemx set check type off
8196Set type checking on or off, overriding the default setting for the
8197current working language. Issue a warning if the setting does not
8198match the language default. If any type mismatches occur in
d4f3574e 8199evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
8200message and aborts evaluation of the expression.
8201
8202@item set check type warn
8203Cause the type checker to issue warnings, but to always attempt to
8204evaluate the expression. Evaluating the expression may still
8205be impossible for other reasons. For example, @value{GDBN} cannot add
8206numbers and structures.
8207
8208@item show type
5d161b24 8209Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
8210is setting it automatically.
8211@end table
8212
8213@cindex range checking
8214@cindex checks, range
6d2ebf8b 8215@node Range Checking
c906108c
SS
8216@subsection An overview of range checking
8217
8218In some languages (such as Modula-2), it is an error to exceed the
8219bounds of a type; this is enforced with run-time checks. Such range
8220checking is meant to ensure program correctness by making sure
8221computations do not overflow, or indices on an array element access do
8222not exceed the bounds of the array.
8223
8224For expressions you use in @value{GDBN} commands, you can tell
8225@value{GDBN} to treat range errors in one of three ways: ignore them,
8226always treat them as errors and abandon the expression, or issue
8227warnings but evaluate the expression anyway.
8228
8229A range error can result from numerical overflow, from exceeding an
8230array index bound, or when you type a constant that is not a member
8231of any type. Some languages, however, do not treat overflows as an
8232error. In many implementations of C, mathematical overflow causes the
8233result to ``wrap around'' to lower values---for example, if @var{m} is
8234the largest integer value, and @var{s} is the smallest, then
8235
474c8240 8236@smallexample
c906108c 8237@var{m} + 1 @result{} @var{s}
474c8240 8238@end smallexample
c906108c
SS
8239
8240This, too, is specific to individual languages, and in some cases
9c16f35a 8241specific to individual compilers or machines. @xref{Supported languages, ,
c906108c
SS
8242Supported languages}, for further details on specific languages.
8243
8244@value{GDBN} provides some additional commands for controlling the range checker:
8245
c906108c
SS
8246@kindex set check range
8247@kindex show check range
8248@table @code
8249@item set check range auto
8250Set range checking on or off based on the current working language.
9c16f35a 8251@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8252each language.
8253
8254@item set check range on
8255@itemx set check range off
8256Set range checking on or off, overriding the default setting for the
8257current working language. A warning is issued if the setting does not
c3f6f71d
JM
8258match the language default. If a range error occurs and range checking is on,
8259then a message is printed and evaluation of the expression is aborted.
c906108c
SS
8260
8261@item set check range warn
8262Output messages when the @value{GDBN} range checker detects a range error,
8263but attempt to evaluate the expression anyway. Evaluating the
8264expression may still be impossible for other reasons, such as accessing
8265memory that the process does not own (a typical example from many Unix
8266systems).
8267
8268@item show range
8269Show the current setting of the range checker, and whether or not it is
8270being set automatically by @value{GDBN}.
8271@end table
c906108c 8272
9c16f35a 8273@node Supported languages
c906108c 8274@section Supported languages
c906108c 8275
9c16f35a
EZ
8276@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8277assembly, Modula-2, and Ada.
cce74817 8278@c This is false ...
c906108c
SS
8279Some @value{GDBN} features may be used in expressions regardless of the
8280language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8281and the @samp{@{type@}addr} construct (@pxref{Expressions,
8282,Expressions}) can be used with the constructs of any supported
8283language.
8284
8285The following sections detail to what degree each source language is
8286supported by @value{GDBN}. These sections are not meant to be language
8287tutorials or references, but serve only as a reference guide to what the
8288@value{GDBN} expression parser accepts, and what input and output
8289formats should look like for different languages. There are many good
8290books written on each of these languages; please look to these for a
8291language reference or tutorial.
8292
c906108c 8293@menu
b37303ee 8294* C:: C and C@t{++}
b383017d 8295* Objective-C:: Objective-C
09d4efe1 8296* Fortran:: Fortran
9c16f35a 8297* Pascal:: Pascal
b37303ee 8298* Modula-2:: Modula-2
e07c999f 8299* Ada:: Ada
c906108c
SS
8300@end menu
8301
6d2ebf8b 8302@node C
b37052ae 8303@subsection C and C@t{++}
7a292a7a 8304
b37052ae
EZ
8305@cindex C and C@t{++}
8306@cindex expressions in C or C@t{++}
c906108c 8307
b37052ae 8308Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
8309to both languages. Whenever this is the case, we discuss those languages
8310together.
8311
41afff9a
EZ
8312@cindex C@t{++}
8313@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8314@cindex @sc{gnu} C@t{++}
8315The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8316compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8317effectively, you must compile your C@t{++} programs with a supported
8318C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8319compiler (@code{aCC}).
8320
0179ffac
DC
8321For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8322format; if it doesn't work on your system, try the stabs+ debugging
8323format. You can select those formats explicitly with the @code{g++}
8324command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8325@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8326CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8327
c906108c 8328@menu
b37052ae
EZ
8329* C Operators:: C and C@t{++} operators
8330* C Constants:: C and C@t{++} constants
8331* C plus plus expressions:: C@t{++} expressions
8332* C Defaults:: Default settings for C and C@t{++}
8333* C Checks:: C and C@t{++} type and range checks
c906108c 8334* Debugging C:: @value{GDBN} and C
b37052ae 8335* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8336@end menu
c906108c 8337
6d2ebf8b 8338@node C Operators
b37052ae 8339@subsubsection C and C@t{++} operators
7a292a7a 8340
b37052ae 8341@cindex C and C@t{++} operators
c906108c
SS
8342
8343Operators must be defined on values of specific types. For instance,
8344@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8345often defined on groups of types.
c906108c 8346
b37052ae 8347For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8348
8349@itemize @bullet
53a5351d 8350
c906108c 8351@item
c906108c 8352@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8353specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8354
8355@item
d4f3574e
SS
8356@emph{Floating-point types} include @code{float}, @code{double}, and
8357@code{long double} (if supported by the target platform).
c906108c
SS
8358
8359@item
53a5351d 8360@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8361
8362@item
8363@emph{Scalar types} include all of the above.
53a5351d 8364
c906108c
SS
8365@end itemize
8366
8367@noindent
8368The following operators are supported. They are listed here
8369in order of increasing precedence:
8370
8371@table @code
8372@item ,
8373The comma or sequencing operator. Expressions in a comma-separated list
8374are evaluated from left to right, with the result of the entire
8375expression being the last expression evaluated.
8376
8377@item =
8378Assignment. The value of an assignment expression is the value
8379assigned. Defined on scalar types.
8380
8381@item @var{op}=
8382Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8383and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8384@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8385@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8386@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8387
8388@item ?:
8389The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8390of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8391integral type.
8392
8393@item ||
8394Logical @sc{or}. Defined on integral types.
8395
8396@item &&
8397Logical @sc{and}. Defined on integral types.
8398
8399@item |
8400Bitwise @sc{or}. Defined on integral types.
8401
8402@item ^
8403Bitwise exclusive-@sc{or}. Defined on integral types.
8404
8405@item &
8406Bitwise @sc{and}. Defined on integral types.
8407
8408@item ==@r{, }!=
8409Equality and inequality. Defined on scalar types. The value of these
8410expressions is 0 for false and non-zero for true.
8411
8412@item <@r{, }>@r{, }<=@r{, }>=
8413Less than, greater than, less than or equal, greater than or equal.
8414Defined on scalar types. The value of these expressions is 0 for false
8415and non-zero for true.
8416
8417@item <<@r{, }>>
8418left shift, and right shift. Defined on integral types.
8419
8420@item @@
8421The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8422
8423@item +@r{, }-
8424Addition and subtraction. Defined on integral types, floating-point types and
8425pointer types.
8426
8427@item *@r{, }/@r{, }%
8428Multiplication, division, and modulus. Multiplication and division are
8429defined on integral and floating-point types. Modulus is defined on
8430integral types.
8431
8432@item ++@r{, }--
8433Increment and decrement. When appearing before a variable, the
8434operation is performed before the variable is used in an expression;
8435when appearing after it, the variable's value is used before the
8436operation takes place.
8437
8438@item *
8439Pointer dereferencing. Defined on pointer types. Same precedence as
8440@code{++}.
8441
8442@item &
8443Address operator. Defined on variables. Same precedence as @code{++}.
8444
b37052ae
EZ
8445For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8446allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8447(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8448where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8449stored.
c906108c
SS
8450
8451@item -
8452Negative. Defined on integral and floating-point types. Same
8453precedence as @code{++}.
8454
8455@item !
8456Logical negation. Defined on integral types. Same precedence as
8457@code{++}.
8458
8459@item ~
8460Bitwise complement operator. Defined on integral types. Same precedence as
8461@code{++}.
8462
8463
8464@item .@r{, }->
8465Structure member, and pointer-to-structure member. For convenience,
8466@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8467pointer based on the stored type information.
8468Defined on @code{struct} and @code{union} data.
8469
c906108c
SS
8470@item .*@r{, }->*
8471Dereferences of pointers to members.
c906108c
SS
8472
8473@item []
8474Array indexing. @code{@var{a}[@var{i}]} is defined as
8475@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8476
8477@item ()
8478Function parameter list. Same precedence as @code{->}.
8479
c906108c 8480@item ::
b37052ae 8481C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8482and @code{class} types.
c906108c
SS
8483
8484@item ::
7a292a7a
SS
8485Doubled colons also represent the @value{GDBN} scope operator
8486(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8487above.
c906108c
SS
8488@end table
8489
c906108c
SS
8490If an operator is redefined in the user code, @value{GDBN} usually
8491attempts to invoke the redefined version instead of using the operator's
8492predefined meaning.
c906108c 8493
c906108c 8494@menu
5d161b24 8495* C Constants::
c906108c
SS
8496@end menu
8497
6d2ebf8b 8498@node C Constants
b37052ae 8499@subsubsection C and C@t{++} constants
c906108c 8500
b37052ae 8501@cindex C and C@t{++} constants
c906108c 8502
b37052ae 8503@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8504following ways:
c906108c
SS
8505
8506@itemize @bullet
8507@item
8508Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8509specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8510by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8511@samp{l}, specifying that the constant should be treated as a
8512@code{long} value.
8513
8514@item
8515Floating point constants are a sequence of digits, followed by a decimal
8516point, followed by a sequence of digits, and optionally followed by an
8517exponent. An exponent is of the form:
8518@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8519sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8520A floating-point constant may also end with a letter @samp{f} or
8521@samp{F}, specifying that the constant should be treated as being of
8522the @code{float} (as opposed to the default @code{double}) type; or with
8523a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8524constant.
c906108c
SS
8525
8526@item
8527Enumerated constants consist of enumerated identifiers, or their
8528integral equivalents.
8529
8530@item
8531Character constants are a single character surrounded by single quotes
8532(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8533(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8534be represented by a letter or by @dfn{escape sequences}, which are of
8535the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8536of the character's ordinal value; or of the form @samp{\@var{x}}, where
8537@samp{@var{x}} is a predefined special character---for example,
8538@samp{\n} for newline.
8539
8540@item
96a2c332
SS
8541String constants are a sequence of character constants surrounded by
8542double quotes (@code{"}). Any valid character constant (as described
8543above) may appear. Double quotes within the string must be preceded by
8544a backslash, so for instance @samp{"a\"b'c"} is a string of five
8545characters.
c906108c
SS
8546
8547@item
8548Pointer constants are an integral value. You can also write pointers
8549to constants using the C operator @samp{&}.
8550
8551@item
8552Array constants are comma-separated lists surrounded by braces @samp{@{}
8553and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8554integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8555and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8556@end itemize
8557
c906108c 8558@menu
5d161b24
DB
8559* C plus plus expressions::
8560* C Defaults::
8561* C Checks::
c906108c 8562
5d161b24 8563* Debugging C::
c906108c
SS
8564@end menu
8565
6d2ebf8b 8566@node C plus plus expressions
b37052ae
EZ
8567@subsubsection C@t{++} expressions
8568
8569@cindex expressions in C@t{++}
8570@value{GDBN} expression handling can interpret most C@t{++} expressions.
8571
0179ffac
DC
8572@cindex debugging C@t{++} programs
8573@cindex C@t{++} compilers
8574@cindex debug formats and C@t{++}
8575@cindex @value{NGCC} and C@t{++}
c906108c 8576@quotation
b37052ae 8577@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8578proper compiler and the proper debug format. Currently, @value{GDBN}
8579works best when debugging C@t{++} code that is compiled with
8580@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8581@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8582stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8583stabs+ as their default debug format, so you usually don't need to
8584specify a debug format explicitly. Other compilers and/or debug formats
8585are likely to work badly or not at all when using @value{GDBN} to debug
8586C@t{++} code.
c906108c 8587@end quotation
c906108c
SS
8588
8589@enumerate
8590
8591@cindex member functions
8592@item
8593Member function calls are allowed; you can use expressions like
8594
474c8240 8595@smallexample
c906108c 8596count = aml->GetOriginal(x, y)
474c8240 8597@end smallexample
c906108c 8598
41afff9a 8599@vindex this@r{, inside C@t{++} member functions}
b37052ae 8600@cindex namespace in C@t{++}
c906108c
SS
8601@item
8602While a member function is active (in the selected stack frame), your
8603expressions have the same namespace available as the member function;
8604that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8605pointer @code{this} following the same rules as C@t{++}.
c906108c 8606
c906108c 8607@cindex call overloaded functions
d4f3574e 8608@cindex overloaded functions, calling
b37052ae 8609@cindex type conversions in C@t{++}
c906108c
SS
8610@item
8611You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8612call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8613perform overload resolution involving user-defined type conversions,
8614calls to constructors, or instantiations of templates that do not exist
8615in the program. It also cannot handle ellipsis argument lists or
8616default arguments.
8617
8618It does perform integral conversions and promotions, floating-point
8619promotions, arithmetic conversions, pointer conversions, conversions of
8620class objects to base classes, and standard conversions such as those of
8621functions or arrays to pointers; it requires an exact match on the
8622number of function arguments.
8623
8624Overload resolution is always performed, unless you have specified
8625@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8626,@value{GDBN} features for C@t{++}}.
c906108c 8627
d4f3574e 8628You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8629explicit function signature to call an overloaded function, as in
8630@smallexample
8631p 'foo(char,int)'('x', 13)
8632@end smallexample
d4f3574e 8633
c906108c 8634The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8635see @ref{Completion, ,Command completion}.
c906108c 8636
c906108c
SS
8637@cindex reference declarations
8638@item
b37052ae
EZ
8639@value{GDBN} understands variables declared as C@t{++} references; you can use
8640them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8641dereferenced.
8642
8643In the parameter list shown when @value{GDBN} displays a frame, the values of
8644reference variables are not displayed (unlike other variables); this
8645avoids clutter, since references are often used for large structures.
8646The @emph{address} of a reference variable is always shown, unless
8647you have specified @samp{set print address off}.
8648
8649@item
b37052ae 8650@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8651expressions can use it just as expressions in your program do. Since
8652one scope may be defined in another, you can use @code{::} repeatedly if
8653necessary, for example in an expression like
8654@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8655resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8656debugging (@pxref{Variables, ,Program variables}).
8657@end enumerate
8658
b37052ae 8659In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8660calling virtual functions correctly, printing out virtual bases of
8661objects, calling functions in a base subobject, casting objects, and
8662invoking user-defined operators.
c906108c 8663
6d2ebf8b 8664@node C Defaults
b37052ae 8665@subsubsection C and C@t{++} defaults
7a292a7a 8666
b37052ae 8667@cindex C and C@t{++} defaults
c906108c 8668
c906108c
SS
8669If you allow @value{GDBN} to set type and range checking automatically, they
8670both default to @code{off} whenever the working language changes to
b37052ae 8671C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8672selects the working language.
c906108c
SS
8673
8674If you allow @value{GDBN} to set the language automatically, it
8675recognizes source files whose names end with @file{.c}, @file{.C}, or
8676@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8677these files, it sets the working language to C or C@t{++}.
c906108c
SS
8678@xref{Automatically, ,Having @value{GDBN} infer the source language},
8679for further details.
8680
c906108c
SS
8681@c Type checking is (a) primarily motivated by Modula-2, and (b)
8682@c unimplemented. If (b) changes, it might make sense to let this node
8683@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8684
6d2ebf8b 8685@node C Checks
b37052ae 8686@subsubsection C and C@t{++} type and range checks
7a292a7a 8687
b37052ae 8688@cindex C and C@t{++} checks
c906108c 8689
b37052ae 8690By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8691is not used. However, if you turn type checking on, @value{GDBN}
8692considers two variables type equivalent if:
8693
8694@itemize @bullet
8695@item
8696The two variables are structured and have the same structure, union, or
8697enumerated tag.
8698
8699@item
8700The two variables have the same type name, or types that have been
8701declared equivalent through @code{typedef}.
8702
8703@ignore
8704@c leaving this out because neither J Gilmore nor R Pesch understand it.
8705@c FIXME--beers?
8706@item
8707The two @code{struct}, @code{union}, or @code{enum} variables are
8708declared in the same declaration. (Note: this may not be true for all C
8709compilers.)
8710@end ignore
8711@end itemize
8712
8713Range checking, if turned on, is done on mathematical operations. Array
8714indices are not checked, since they are often used to index a pointer
8715that is not itself an array.
c906108c 8716
6d2ebf8b 8717@node Debugging C
c906108c 8718@subsubsection @value{GDBN} and C
c906108c
SS
8719
8720The @code{set print union} and @code{show print union} commands apply to
8721the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8722inside a @code{struct} or @code{class} is also printed. Otherwise, it
8723appears as @samp{@{...@}}.
c906108c
SS
8724
8725The @code{@@} operator aids in the debugging of dynamic arrays, formed
8726with pointers and a memory allocation function. @xref{Expressions,
8727,Expressions}.
8728
c906108c 8729@menu
5d161b24 8730* Debugging C plus plus::
c906108c
SS
8731@end menu
8732
6d2ebf8b 8733@node Debugging C plus plus
b37052ae 8734@subsubsection @value{GDBN} features for C@t{++}
c906108c 8735
b37052ae 8736@cindex commands for C@t{++}
7a292a7a 8737
b37052ae
EZ
8738Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8739designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8740
8741@table @code
8742@cindex break in overloaded functions
8743@item @r{breakpoint menus}
8744When you want a breakpoint in a function whose name is overloaded,
8745@value{GDBN} breakpoint menus help you specify which function definition
8746you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8747
b37052ae 8748@cindex overloading in C@t{++}
c906108c
SS
8749@item rbreak @var{regex}
8750Setting breakpoints using regular expressions is helpful for setting
8751breakpoints on overloaded functions that are not members of any special
8752classes.
8753@xref{Set Breaks, ,Setting breakpoints}.
8754
b37052ae 8755@cindex C@t{++} exception handling
c906108c
SS
8756@item catch throw
8757@itemx catch catch
b37052ae 8758Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8759Catchpoints, , Setting catchpoints}.
8760
8761@cindex inheritance
8762@item ptype @var{typename}
8763Print inheritance relationships as well as other information for type
8764@var{typename}.
8765@xref{Symbols, ,Examining the Symbol Table}.
8766
b37052ae 8767@cindex C@t{++} symbol display
c906108c
SS
8768@item set print demangle
8769@itemx show print demangle
8770@itemx set print asm-demangle
8771@itemx show print asm-demangle
b37052ae
EZ
8772Control whether C@t{++} symbols display in their source form, both when
8773displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8774@xref{Print Settings, ,Print settings}.
8775
8776@item set print object
8777@itemx show print object
8778Choose whether to print derived (actual) or declared types of objects.
8779@xref{Print Settings, ,Print settings}.
8780
8781@item set print vtbl
8782@itemx show print vtbl
8783Control the format for printing virtual function tables.
8784@xref{Print Settings, ,Print settings}.
c906108c 8785(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8786ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8787
8788@kindex set overload-resolution
d4f3574e 8789@cindex overloaded functions, overload resolution
c906108c 8790@item set overload-resolution on
b37052ae 8791Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8792is on. For overloaded functions, @value{GDBN} evaluates the arguments
8793and searches for a function whose signature matches the argument types,
b37052ae 8794using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8795expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8796message.
8797
8798@item set overload-resolution off
b37052ae 8799Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8800overloaded functions that are not class member functions, @value{GDBN}
8801chooses the first function of the specified name that it finds in the
8802symbol table, whether or not its arguments are of the correct type. For
8803overloaded functions that are class member functions, @value{GDBN}
8804searches for a function whose signature @emph{exactly} matches the
8805argument types.
c906108c 8806
9c16f35a
EZ
8807@kindex show overload-resolution
8808@item show overload-resolution
8809Show the current setting of overload resolution.
8810
c906108c
SS
8811@item @r{Overloaded symbol names}
8812You can specify a particular definition of an overloaded symbol, using
b37052ae 8813the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8814@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8815also use the @value{GDBN} command-line word completion facilities to list the
8816available choices, or to finish the type list for you.
8817@xref{Completion,, Command completion}, for details on how to do this.
8818@end table
c906108c 8819
b37303ee
AF
8820@node Objective-C
8821@subsection Objective-C
8822
8823@cindex Objective-C
8824This section provides information about some commands and command
721c2651
EZ
8825options that are useful for debugging Objective-C code. See also
8826@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8827few more commands specific to Objective-C support.
b37303ee
AF
8828
8829@menu
b383017d
RM
8830* Method Names in Commands::
8831* The Print Command with Objective-C::
b37303ee
AF
8832@end menu
8833
8834@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8835@subsubsection Method Names in Commands
8836
8837The following commands have been extended to accept Objective-C method
8838names as line specifications:
8839
8840@kindex clear@r{, and Objective-C}
8841@kindex break@r{, and Objective-C}
8842@kindex info line@r{, and Objective-C}
8843@kindex jump@r{, and Objective-C}
8844@kindex list@r{, and Objective-C}
8845@itemize
8846@item @code{clear}
8847@item @code{break}
8848@item @code{info line}
8849@item @code{jump}
8850@item @code{list}
8851@end itemize
8852
8853A fully qualified Objective-C method name is specified as
8854
8855@smallexample
8856-[@var{Class} @var{methodName}]
8857@end smallexample
8858
c552b3bb
JM
8859where the minus sign is used to indicate an instance method and a
8860plus sign (not shown) is used to indicate a class method. The class
8861name @var{Class} and method name @var{methodName} are enclosed in
8862brackets, similar to the way messages are specified in Objective-C
8863source code. For example, to set a breakpoint at the @code{create}
8864instance method of class @code{Fruit} in the program currently being
8865debugged, enter:
b37303ee
AF
8866
8867@smallexample
8868break -[Fruit create]
8869@end smallexample
8870
8871To list ten program lines around the @code{initialize} class method,
8872enter:
8873
8874@smallexample
8875list +[NSText initialize]
8876@end smallexample
8877
c552b3bb
JM
8878In the current version of @value{GDBN}, the plus or minus sign is
8879required. In future versions of @value{GDBN}, the plus or minus
8880sign will be optional, but you can use it to narrow the search. It
8881is also possible to specify just a method name:
b37303ee
AF
8882
8883@smallexample
8884break create
8885@end smallexample
8886
8887You must specify the complete method name, including any colons. If
8888your program's source files contain more than one @code{create} method,
8889you'll be presented with a numbered list of classes that implement that
8890method. Indicate your choice by number, or type @samp{0} to exit if
8891none apply.
8892
8893As another example, to clear a breakpoint established at the
8894@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8895
8896@smallexample
8897clear -[NSWindow makeKeyAndOrderFront:]
8898@end smallexample
8899
8900@node The Print Command with Objective-C
8901@subsubsection The Print Command With Objective-C
721c2651 8902@cindex Objective-C, print objects
c552b3bb
JM
8903@kindex print-object
8904@kindex po @r{(@code{print-object})}
b37303ee 8905
c552b3bb 8906The print command has also been extended to accept methods. For example:
b37303ee
AF
8907
8908@smallexample
c552b3bb 8909print -[@var{object} hash]
b37303ee
AF
8910@end smallexample
8911
8912@cindex print an Objective-C object description
c552b3bb
JM
8913@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8914@noindent
8915will tell @value{GDBN} to send the @code{hash} message to @var{object}
8916and print the result. Also, an additional command has been added,
8917@code{print-object} or @code{po} for short, which is meant to print
8918the description of an object. However, this command may only work
8919with certain Objective-C libraries that have a particular hook
8920function, @code{_NSPrintForDebugger}, defined.
b37303ee 8921
09d4efe1
EZ
8922@node Fortran
8923@subsection Fortran
8924@cindex Fortran-specific support in @value{GDBN}
8925
8926@table @code
8927@cindex @code{COMMON} blocks, Fortran
8928@kindex info common
8929@item info common @r{[}@var{common-name}@r{]}
8930This command prints the values contained in the Fortran @code{COMMON}
8931block whose name is @var{common-name}. With no argument, the names of
8932all @code{COMMON} blocks visible at current program location are
8933printed.
8934@end table
8935
a8f24a35
EZ
8936Fortran symbols are usually case-insensitive, so @value{GDBN} by
8937default uses case-insensitive matches for Fortran symbols. You can
8938change that with the @samp{set case-insensitive} command, see
8939@ref{Symbols}, for the details.
8940
9c16f35a
EZ
8941@node Pascal
8942@subsection Pascal
8943
8944@cindex Pascal support in @value{GDBN}, limitations
8945Debugging Pascal programs which use sets, subranges, file variables, or
8946nested functions does not currently work. @value{GDBN} does not support
8947entering expressions, printing values, or similar features using Pascal
8948syntax.
8949
8950The Pascal-specific command @code{set print pascal_static-members}
8951controls whether static members of Pascal objects are displayed.
8952@xref{Print Settings, pascal_static-members}.
8953
09d4efe1 8954@node Modula-2
c906108c 8955@subsection Modula-2
7a292a7a 8956
d4f3574e 8957@cindex Modula-2, @value{GDBN} support
c906108c
SS
8958
8959The extensions made to @value{GDBN} to support Modula-2 only support
8960output from the @sc{gnu} Modula-2 compiler (which is currently being
8961developed). Other Modula-2 compilers are not currently supported, and
8962attempting to debug executables produced by them is most likely
8963to give an error as @value{GDBN} reads in the executable's symbol
8964table.
8965
8966@cindex expressions in Modula-2
8967@menu
8968* M2 Operators:: Built-in operators
8969* Built-In Func/Proc:: Built-in functions and procedures
8970* M2 Constants:: Modula-2 constants
8971* M2 Defaults:: Default settings for Modula-2
8972* Deviations:: Deviations from standard Modula-2
8973* M2 Checks:: Modula-2 type and range checks
8974* M2 Scope:: The scope operators @code{::} and @code{.}
8975* GDB/M2:: @value{GDBN} and Modula-2
8976@end menu
8977
6d2ebf8b 8978@node M2 Operators
c906108c
SS
8979@subsubsection Operators
8980@cindex Modula-2 operators
8981
8982Operators must be defined on values of specific types. For instance,
8983@code{+} is defined on numbers, but not on structures. Operators are
8984often defined on groups of types. For the purposes of Modula-2, the
8985following definitions hold:
8986
8987@itemize @bullet
8988
8989@item
8990@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8991their subranges.
8992
8993@item
8994@emph{Character types} consist of @code{CHAR} and its subranges.
8995
8996@item
8997@emph{Floating-point types} consist of @code{REAL}.
8998
8999@item
9000@emph{Pointer types} consist of anything declared as @code{POINTER TO
9001@var{type}}.
9002
9003@item
9004@emph{Scalar types} consist of all of the above.
9005
9006@item
9007@emph{Set types} consist of @code{SET} and @code{BITSET} types.
9008
9009@item
9010@emph{Boolean types} consist of @code{BOOLEAN}.
9011@end itemize
9012
9013@noindent
9014The following operators are supported, and appear in order of
9015increasing precedence:
9016
9017@table @code
9018@item ,
9019Function argument or array index separator.
9020
9021@item :=
9022Assignment. The value of @var{var} @code{:=} @var{value} is
9023@var{value}.
9024
9025@item <@r{, }>
9026Less than, greater than on integral, floating-point, or enumerated
9027types.
9028
9029@item <=@r{, }>=
96a2c332 9030Less than or equal to, greater than or equal to
c906108c
SS
9031on integral, floating-point and enumerated types, or set inclusion on
9032set types. Same precedence as @code{<}.
9033
9034@item =@r{, }<>@r{, }#
9035Equality and two ways of expressing inequality, valid on scalar types.
9036Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
9037available for inequality, since @code{#} conflicts with the script
9038comment character.
9039
9040@item IN
9041Set membership. Defined on set types and the types of their members.
9042Same precedence as @code{<}.
9043
9044@item OR
9045Boolean disjunction. Defined on boolean types.
9046
9047@item AND@r{, }&
d4f3574e 9048Boolean conjunction. Defined on boolean types.
c906108c
SS
9049
9050@item @@
9051The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9052
9053@item +@r{, }-
9054Addition and subtraction on integral and floating-point types, or union
9055and difference on set types.
9056
9057@item *
9058Multiplication on integral and floating-point types, or set intersection
9059on set types.
9060
9061@item /
9062Division on floating-point types, or symmetric set difference on set
9063types. Same precedence as @code{*}.
9064
9065@item DIV@r{, }MOD
9066Integer division and remainder. Defined on integral types. Same
9067precedence as @code{*}.
9068
9069@item -
9070Negative. Defined on @code{INTEGER} and @code{REAL} data.
9071
9072@item ^
9073Pointer dereferencing. Defined on pointer types.
9074
9075@item NOT
9076Boolean negation. Defined on boolean types. Same precedence as
9077@code{^}.
9078
9079@item .
9080@code{RECORD} field selector. Defined on @code{RECORD} data. Same
9081precedence as @code{^}.
9082
9083@item []
9084Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9085
9086@item ()
9087Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9088as @code{^}.
9089
9090@item ::@r{, }.
9091@value{GDBN} and Modula-2 scope operators.
9092@end table
9093
9094@quotation
9095@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9096treats the use of the operator @code{IN}, or the use of operators
9097@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9098@code{<=}, and @code{>=} on sets as an error.
9099@end quotation
9100
cb51c4e0 9101
6d2ebf8b 9102@node Built-In Func/Proc
c906108c 9103@subsubsection Built-in functions and procedures
cb51c4e0 9104@cindex Modula-2 built-ins
c906108c
SS
9105
9106Modula-2 also makes available several built-in procedures and functions.
9107In describing these, the following metavariables are used:
9108
9109@table @var
9110
9111@item a
9112represents an @code{ARRAY} variable.
9113
9114@item c
9115represents a @code{CHAR} constant or variable.
9116
9117@item i
9118represents a variable or constant of integral type.
9119
9120@item m
9121represents an identifier that belongs to a set. Generally used in the
9122same function with the metavariable @var{s}. The type of @var{s} should
9123be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9124
9125@item n
9126represents a variable or constant of integral or floating-point type.
9127
9128@item r
9129represents a variable or constant of floating-point type.
9130
9131@item t
9132represents a type.
9133
9134@item v
9135represents a variable.
9136
9137@item x
9138represents a variable or constant of one of many types. See the
9139explanation of the function for details.
9140@end table
9141
9142All Modula-2 built-in procedures also return a result, described below.
9143
9144@table @code
9145@item ABS(@var{n})
9146Returns the absolute value of @var{n}.
9147
9148@item CAP(@var{c})
9149If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 9150equivalent, otherwise it returns its argument.
c906108c
SS
9151
9152@item CHR(@var{i})
9153Returns the character whose ordinal value is @var{i}.
9154
9155@item DEC(@var{v})
c3f6f71d 9156Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9157
9158@item DEC(@var{v},@var{i})
9159Decrements the value in the variable @var{v} by @var{i}. Returns the
9160new value.
9161
9162@item EXCL(@var{m},@var{s})
9163Removes the element @var{m} from the set @var{s}. Returns the new
9164set.
9165
9166@item FLOAT(@var{i})
9167Returns the floating point equivalent of the integer @var{i}.
9168
9169@item HIGH(@var{a})
9170Returns the index of the last member of @var{a}.
9171
9172@item INC(@var{v})
c3f6f71d 9173Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9174
9175@item INC(@var{v},@var{i})
9176Increments the value in the variable @var{v} by @var{i}. Returns the
9177new value.
9178
9179@item INCL(@var{m},@var{s})
9180Adds the element @var{m} to the set @var{s} if it is not already
9181there. Returns the new set.
9182
9183@item MAX(@var{t})
9184Returns the maximum value of the type @var{t}.
9185
9186@item MIN(@var{t})
9187Returns the minimum value of the type @var{t}.
9188
9189@item ODD(@var{i})
9190Returns boolean TRUE if @var{i} is an odd number.
9191
9192@item ORD(@var{x})
9193Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
9194value of a character is its @sc{ascii} value (on machines supporting the
9195@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
9196integral, character and enumerated types.
9197
9198@item SIZE(@var{x})
9199Returns the size of its argument. @var{x} can be a variable or a type.
9200
9201@item TRUNC(@var{r})
9202Returns the integral part of @var{r}.
9203
9204@item VAL(@var{t},@var{i})
9205Returns the member of the type @var{t} whose ordinal value is @var{i}.
9206@end table
9207
9208@quotation
9209@emph{Warning:} Sets and their operations are not yet supported, so
9210@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9211an error.
9212@end quotation
9213
9214@cindex Modula-2 constants
6d2ebf8b 9215@node M2 Constants
c906108c
SS
9216@subsubsection Constants
9217
9218@value{GDBN} allows you to express the constants of Modula-2 in the following
9219ways:
9220
9221@itemize @bullet
9222
9223@item
9224Integer constants are simply a sequence of digits. When used in an
9225expression, a constant is interpreted to be type-compatible with the
9226rest of the expression. Hexadecimal integers are specified by a
9227trailing @samp{H}, and octal integers by a trailing @samp{B}.
9228
9229@item
9230Floating point constants appear as a sequence of digits, followed by a
9231decimal point and another sequence of digits. An optional exponent can
9232then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9233@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9234digits of the floating point constant must be valid decimal (base 10)
9235digits.
9236
9237@item
9238Character constants consist of a single character enclosed by a pair of
9239like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 9240also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
9241followed by a @samp{C}.
9242
9243@item
9244String constants consist of a sequence of characters enclosed by a
9245pair of like quotes, either single (@code{'}) or double (@code{"}).
9246Escape sequences in the style of C are also allowed. @xref{C
b37052ae 9247Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
9248sequences.
9249
9250@item
9251Enumerated constants consist of an enumerated identifier.
9252
9253@item
9254Boolean constants consist of the identifiers @code{TRUE} and
9255@code{FALSE}.
9256
9257@item
9258Pointer constants consist of integral values only.
9259
9260@item
9261Set constants are not yet supported.
9262@end itemize
9263
6d2ebf8b 9264@node M2 Defaults
c906108c
SS
9265@subsubsection Modula-2 defaults
9266@cindex Modula-2 defaults
9267
9268If type and range checking are set automatically by @value{GDBN}, they
9269both default to @code{on} whenever the working language changes to
d4f3574e 9270Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
9271selected the working language.
9272
9273If you allow @value{GDBN} to set the language automatically, then entering
9274code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 9275working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
9276the language automatically}, for further details.
9277
6d2ebf8b 9278@node Deviations
c906108c
SS
9279@subsubsection Deviations from standard Modula-2
9280@cindex Modula-2, deviations from
9281
9282A few changes have been made to make Modula-2 programs easier to debug.
9283This is done primarily via loosening its type strictness:
9284
9285@itemize @bullet
9286@item
9287Unlike in standard Modula-2, pointer constants can be formed by
9288integers. This allows you to modify pointer variables during
9289debugging. (In standard Modula-2, the actual address contained in a
9290pointer variable is hidden from you; it can only be modified
9291through direct assignment to another pointer variable or expression that
9292returned a pointer.)
9293
9294@item
9295C escape sequences can be used in strings and characters to represent
9296non-printable characters. @value{GDBN} prints out strings with these
9297escape sequences embedded. Single non-printable characters are
9298printed using the @samp{CHR(@var{nnn})} format.
9299
9300@item
9301The assignment operator (@code{:=}) returns the value of its right-hand
9302argument.
9303
9304@item
9305All built-in procedures both modify @emph{and} return their argument.
9306@end itemize
9307
6d2ebf8b 9308@node M2 Checks
c906108c
SS
9309@subsubsection Modula-2 type and range checks
9310@cindex Modula-2 checks
9311
9312@quotation
9313@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9314range checking.
9315@end quotation
9316@c FIXME remove warning when type/range checks added
9317
9318@value{GDBN} considers two Modula-2 variables type equivalent if:
9319
9320@itemize @bullet
9321@item
9322They are of types that have been declared equivalent via a @code{TYPE
9323@var{t1} = @var{t2}} statement
9324
9325@item
9326They have been declared on the same line. (Note: This is true of the
9327@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9328@end itemize
9329
9330As long as type checking is enabled, any attempt to combine variables
9331whose types are not equivalent is an error.
9332
9333Range checking is done on all mathematical operations, assignment, array
9334index bounds, and all built-in functions and procedures.
9335
6d2ebf8b 9336@node M2 Scope
c906108c
SS
9337@subsubsection The scope operators @code{::} and @code{.}
9338@cindex scope
41afff9a 9339@cindex @code{.}, Modula-2 scope operator
c906108c
SS
9340@cindex colon, doubled as scope operator
9341@ifinfo
41afff9a 9342@vindex colon-colon@r{, in Modula-2}
c906108c
SS
9343@c Info cannot handle :: but TeX can.
9344@end ifinfo
9345@iftex
41afff9a 9346@vindex ::@r{, in Modula-2}
c906108c
SS
9347@end iftex
9348
9349There are a few subtle differences between the Modula-2 scope operator
9350(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9351similar syntax:
9352
474c8240 9353@smallexample
c906108c
SS
9354
9355@var{module} . @var{id}
9356@var{scope} :: @var{id}
474c8240 9357@end smallexample
c906108c
SS
9358
9359@noindent
9360where @var{scope} is the name of a module or a procedure,
9361@var{module} the name of a module, and @var{id} is any declared
9362identifier within your program, except another module.
9363
9364Using the @code{::} operator makes @value{GDBN} search the scope
9365specified by @var{scope} for the identifier @var{id}. If it is not
9366found in the specified scope, then @value{GDBN} searches all scopes
9367enclosing the one specified by @var{scope}.
9368
9369Using the @code{.} operator makes @value{GDBN} search the current scope for
9370the identifier specified by @var{id} that was imported from the
9371definition module specified by @var{module}. With this operator, it is
9372an error if the identifier @var{id} was not imported from definition
9373module @var{module}, or if @var{id} is not an identifier in
9374@var{module}.
9375
6d2ebf8b 9376@node GDB/M2
c906108c
SS
9377@subsubsection @value{GDBN} and Modula-2
9378
9379Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9380Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9381specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9382@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9383apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9384analogue in Modula-2.
9385
9386The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9387with any language, is not useful with Modula-2. Its
c906108c 9388intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9389created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9390address can be specified by an integral constant, the construct
d4f3574e 9391@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9392
9393@cindex @code{#} in Modula-2
9394In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9395interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9396
e07c999f
PH
9397@node Ada
9398@subsection Ada
9399@cindex Ada
9400
9401The extensions made to @value{GDBN} for Ada only support
9402output from the @sc{gnu} Ada (GNAT) compiler.
9403Other Ada compilers are not currently supported, and
9404attempting to debug executables produced by them is most likely
9405to be difficult.
9406
9407
9408@cindex expressions in Ada
9409@menu
9410* Ada Mode Intro:: General remarks on the Ada syntax
9411 and semantics supported by Ada mode
9412 in @value{GDBN}.
9413* Omissions from Ada:: Restrictions on the Ada expression syntax.
9414* Additions to Ada:: Extensions of the Ada expression syntax.
9415* Stopping Before Main Program:: Debugging the program during elaboration.
9416* Ada Glitches:: Known peculiarities of Ada mode.
9417@end menu
9418
9419@node Ada Mode Intro
9420@subsubsection Introduction
9421@cindex Ada mode, general
9422
9423The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9424syntax, with some extensions.
9425The philosophy behind the design of this subset is
9426
9427@itemize @bullet
9428@item
9429That @value{GDBN} should provide basic literals and access to operations for
9430arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9431leaving more sophisticated computations to subprograms written into the
9432program (which therefore may be called from @value{GDBN}).
9433
9434@item
9435That type safety and strict adherence to Ada language restrictions
9436are not particularly important to the @value{GDBN} user.
9437
9438@item
9439That brevity is important to the @value{GDBN} user.
9440@end itemize
9441
9442Thus, for brevity, the debugger acts as if there were
9443implicit @code{with} and @code{use} clauses in effect for all user-written
9444packages, making it unnecessary to fully qualify most names with
9445their packages, regardless of context. Where this causes ambiguity,
9446@value{GDBN} asks the user's intent.
9447
9448The debugger will start in Ada mode if it detects an Ada main program.
9449As for other languages, it will enter Ada mode when stopped in a program that
9450was translated from an Ada source file.
9451
9452While in Ada mode, you may use `@t{--}' for comments. This is useful
9453mostly for documenting command files. The standard @value{GDBN} comment
9454(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9455middle (to allow based literals).
9456
9457The debugger supports limited overloading. Given a subprogram call in which
9458the function symbol has multiple definitions, it will use the number of
9459actual parameters and some information about their types to attempt to narrow
9460the set of definitions. It also makes very limited use of context, preferring
9461procedures to functions in the context of the @code{call} command, and
9462functions to procedures elsewhere.
9463
9464@node Omissions from Ada
9465@subsubsection Omissions from Ada
9466@cindex Ada, omissions from
9467
9468Here are the notable omissions from the subset:
9469
9470@itemize @bullet
9471@item
9472Only a subset of the attributes are supported:
9473
9474@itemize @minus
9475@item
9476@t{'First}, @t{'Last}, and @t{'Length}
9477 on array objects (not on types and subtypes).
9478
9479@item
9480@t{'Min} and @t{'Max}.
9481
9482@item
9483@t{'Pos} and @t{'Val}.
9484
9485@item
9486@t{'Tag}.
9487
9488@item
9489@t{'Range} on array objects (not subtypes), but only as the right
9490operand of the membership (@code{in}) operator.
9491
9492@item
9493@t{'Access}, @t{'Unchecked_Access}, and
9494@t{'Unrestricted_Access} (a GNAT extension).
9495
9496@item
9497@t{'Address}.
9498@end itemize
9499
9500@item
9501The names in
9502@code{Characters.Latin_1} are not available and
9503concatenation is not implemented. Thus, escape characters in strings are
9504not currently available.
9505
9506@item
9507Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9508equality of representations. They will generally work correctly
9509for strings and arrays whose elements have integer or enumeration types.
9510They may not work correctly for arrays whose element
9511types have user-defined equality, for arrays of real values
9512(in particular, IEEE-conformant floating point, because of negative
9513zeroes and NaNs), and for arrays whose elements contain unused bits with
9514indeterminate values.
9515
9516@item
9517The other component-by-component array operations (@code{and}, @code{or},
9518@code{xor}, @code{not}, and relational tests other than equality)
9519are not implemented.
9520
9521@item
9522There are no record or array aggregates.
9523
9524@item
9525Calls to dispatching subprograms are not implemented.
9526
9527@item
9528The overloading algorithm is much more limited (i.e., less selective)
9529than that of real Ada. It makes only limited use of the context in which a subexpression
9530appears to resolve its meaning, and it is much looser in its rules for allowing
9531type matches. As a result, some function calls will be ambiguous, and the user
9532will be asked to choose the proper resolution.
9533
9534@item
9535The @code{new} operator is not implemented.
9536
9537@item
9538Entry calls are not implemented.
9539
9540@item
9541Aside from printing, arithmetic operations on the native VAX floating-point
9542formats are not supported.
9543
9544@item
9545It is not possible to slice a packed array.
9546@end itemize
9547
9548@node Additions to Ada
9549@subsubsection Additions to Ada
9550@cindex Ada, deviations from
9551
9552As it does for other languages, @value{GDBN} makes certain generic
9553extensions to Ada (@pxref{Expressions}):
9554
9555@itemize @bullet
9556@item
9557If the expression @var{E} is a variable residing in memory
9558(typically a local variable or array element) and @var{N} is
9559a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9560@var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9561In Ada, this operator is generally not necessary, since its prime use
9562is in displaying parts of an array, and slicing will usually do this in Ada.
9563However, there are occasional uses when debugging programs
9564in which certain debugging information has been optimized away.
9565
9566@item
9567@code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9568in function or file @var{B}.'' When @var{B} is a file name, you must typically
9569surround it in single quotes.
9570
9571@item
9572The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9573@var{type} that appears at address @var{addr}.''
9574
9575@item
9576A name starting with @samp{$} is a convenience variable
9577(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9578@end itemize
9579
9580In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9581to Ada:
9582
9583@itemize @bullet
9584@item
9585The assignment statement is allowed as an expression, returning
9586its right-hand operand as its value. Thus, you may enter
9587
9588@smallexample
9589set x := y + 3
9590print A(tmp := y + 1)
9591@end smallexample
9592
9593@item
9594The semicolon is allowed as an ``operator,'' returning as its value
9595the value of its right-hand operand.
9596This allows, for example,
9597complex conditional breaks:
9598
9599@smallexample
9600break f
9601condition 1 (report(i); k += 1; A(k) > 100)
9602@end smallexample
9603
9604@item
9605Rather than use catenation and symbolic character names to introduce special
9606characters into strings, one may instead use a special bracket notation,
9607which is also used to print strings. A sequence of characters of the form
9608@samp{["@var{XX}"]} within a string or character literal denotes the
9609(single) character whose numeric encoding is @var{XX} in hexadecimal. The
9610sequence of characters @samp{["""]} also denotes a single quotation mark
9611in strings. For example,
9612@smallexample
9613 "One line.["0a"]Next line.["0a"]"
9614@end smallexample
9615@noindent
9616contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9617period.
9618
9619@item
9620The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9621@t{'Max} is optional (and is ignored in any case). For example, it is valid
9622to write
9623
9624@smallexample
9625print 'max(x, y)
9626@end smallexample
9627
9628@item
9629When printing arrays, @value{GDBN} uses positional notation when the
9630array has a lower bound of 1, and uses a modified named notation otherwise.
9631For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9632
9633@smallexample
9634(3 => 10, 17, 1)
9635@end smallexample
9636
9637@noindent
9638That is, in contrast to valid Ada, only the first component has a @code{=>}
9639clause.
9640
9641@item
9642You may abbreviate attributes in expressions with any unique,
9643multi-character subsequence of
9644their names (an exact match gets preference).
9645For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9646in place of @t{a'length}.
9647
9648@item
9649@cindex quoting Ada internal identifiers
9650Since Ada is case-insensitive, the debugger normally maps identifiers you type
9651to lower case. The GNAT compiler uses upper-case characters for
9652some of its internal identifiers, which are normally of no interest to users.
9653For the rare occasions when you actually have to look at them,
9654enclose them in angle brackets to avoid the lower-case mapping.
9655For example,
9656@smallexample
9657@value{GDBP} print <JMPBUF_SAVE>[0]
9658@end smallexample
9659
9660@item
9661Printing an object of class-wide type or dereferencing an
9662access-to-class-wide value will display all the components of the object's
9663specific type (as indicated by its run-time tag). Likewise, component
9664selection on such a value will operate on the specific type of the
9665object.
9666
9667@end itemize
9668
9669@node Stopping Before Main Program
9670@subsubsection Stopping at the Very Beginning
9671
9672@cindex breakpointing Ada elaboration code
9673It is sometimes necessary to debug the program during elaboration, and
9674before reaching the main procedure.
9675As defined in the Ada Reference
9676Manual, the elaboration code is invoked from a procedure called
9677@code{adainit}. To run your program up to the beginning of
9678elaboration, simply use the following two commands:
9679@code{tbreak adainit} and @code{run}.
9680
9681@node Ada Glitches
9682@subsubsection Known Peculiarities of Ada Mode
9683@cindex Ada, problems
9684
9685Besides the omissions listed previously (@pxref{Omissions from Ada}),
9686we know of several problems with and limitations of Ada mode in
9687@value{GDBN},
9688some of which will be fixed with planned future releases of the debugger
9689and the GNU Ada compiler.
9690
9691@itemize @bullet
9692@item
9693Currently, the debugger
9694has insufficient information to determine whether certain pointers represent
9695pointers to objects or the objects themselves.
9696Thus, the user may have to tack an extra @code{.all} after an expression
9697to get it printed properly.
9698
9699@item
9700Static constants that the compiler chooses not to materialize as objects in
9701storage are invisible to the debugger.
9702
9703@item
9704Named parameter associations in function argument lists are ignored (the
9705argument lists are treated as positional).
9706
9707@item
9708Many useful library packages are currently invisible to the debugger.
9709
9710@item
9711Fixed-point arithmetic, conversions, input, and output is carried out using
9712floating-point arithmetic, and may give results that only approximate those on
9713the host machine.
9714
9715@item
9716The type of the @t{'Address} attribute may not be @code{System.Address}.
9717
9718@item
9719The GNAT compiler never generates the prefix @code{Standard} for any of
9720the standard symbols defined by the Ada language. @value{GDBN} knows about
9721this: it will strip the prefix from names when you use it, and will never
9722look for a name you have so qualified among local symbols, nor match against
9723symbols in other packages or subprograms. If you have
9724defined entities anywhere in your program other than parameters and
9725local variables whose simple names match names in @code{Standard},
9726GNAT's lack of qualification here can cause confusion. When this happens,
9727you can usually resolve the confusion
9728by qualifying the problematic names with package
9729@code{Standard} explicitly.
9730@end itemize
9731
4e562065
JB
9732@node Unsupported languages
9733@section Unsupported languages
9734
9735@cindex unsupported languages
9736@cindex minimal language
9737In addition to the other fully-supported programming languages,
9738@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9739It does not represent a real programming language, but provides a set
9740of capabilities close to what the C or assembly languages provide.
9741This should allow most simple operations to be performed while debugging
9742an application that uses a language currently not supported by @value{GDBN}.
9743
9744If the language is set to @code{auto}, @value{GDBN} will automatically
9745select this language if the current frame corresponds to an unsupported
9746language.
9747
6d2ebf8b 9748@node Symbols
c906108c
SS
9749@chapter Examining the Symbol Table
9750
d4f3574e 9751The commands described in this chapter allow you to inquire about the
c906108c
SS
9752symbols (names of variables, functions and types) defined in your
9753program. This information is inherent in the text of your program and
9754does not change as your program executes. @value{GDBN} finds it in your
9755program's symbol table, in the file indicated when you started @value{GDBN}
9756(@pxref{File Options, ,Choosing files}), or by one of the
9757file-management commands (@pxref{Files, ,Commands to specify files}).
9758
9759@cindex symbol names
9760@cindex names of symbols
9761@cindex quoting names
9762Occasionally, you may need to refer to symbols that contain unusual
9763characters, which @value{GDBN} ordinarily treats as word delimiters. The
9764most frequent case is in referring to static variables in other
9765source files (@pxref{Variables,,Program variables}). File names
9766are recorded in object files as debugging symbols, but @value{GDBN} would
9767ordinarily parse a typical file name, like @file{foo.c}, as the three words
9768@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9769@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9770
474c8240 9771@smallexample
c906108c 9772p 'foo.c'::x
474c8240 9773@end smallexample
c906108c
SS
9774
9775@noindent
9776looks up the value of @code{x} in the scope of the file @file{foo.c}.
9777
9778@table @code
a8f24a35
EZ
9779@cindex case-insensitive symbol names
9780@cindex case sensitivity in symbol names
9781@kindex set case-sensitive
9782@item set case-sensitive on
9783@itemx set case-sensitive off
9784@itemx set case-sensitive auto
9785Normally, when @value{GDBN} looks up symbols, it matches their names
9786with case sensitivity determined by the current source language.
9787Occasionally, you may wish to control that. The command @code{set
9788case-sensitive} lets you do that by specifying @code{on} for
9789case-sensitive matches or @code{off} for case-insensitive ones. If
9790you specify @code{auto}, case sensitivity is reset to the default
9791suitable for the source language. The default is case-sensitive
9792matches for all languages except for Fortran, for which the default is
9793case-insensitive matches.
9794
9c16f35a
EZ
9795@kindex show case-sensitive
9796@item show case-sensitive
a8f24a35
EZ
9797This command shows the current setting of case sensitivity for symbols
9798lookups.
9799
c906108c 9800@kindex info address
b37052ae 9801@cindex address of a symbol
c906108c
SS
9802@item info address @var{symbol}
9803Describe where the data for @var{symbol} is stored. For a register
9804variable, this says which register it is kept in. For a non-register
9805local variable, this prints the stack-frame offset at which the variable
9806is always stored.
9807
9808Note the contrast with @samp{print &@var{symbol}}, which does not work
9809at all for a register variable, and for a stack local variable prints
9810the exact address of the current instantiation of the variable.
9811
3d67e040 9812@kindex info symbol
b37052ae 9813@cindex symbol from address
9c16f35a 9814@cindex closest symbol and offset for an address
3d67e040
EZ
9815@item info symbol @var{addr}
9816Print the name of a symbol which is stored at the address @var{addr}.
9817If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9818nearest symbol and an offset from it:
9819
474c8240 9820@smallexample
3d67e040
EZ
9821(@value{GDBP}) info symbol 0x54320
9822_initialize_vx + 396 in section .text
474c8240 9823@end smallexample
3d67e040
EZ
9824
9825@noindent
9826This is the opposite of the @code{info address} command. You can use
9827it to find out the name of a variable or a function given its address.
9828
c906108c 9829@kindex whatis
d4f3574e
SS
9830@item whatis @var{expr}
9831Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9832actually evaluated, and any side-effecting operations (such as
9833assignments or function calls) inside it do not take place.
9834@xref{Expressions, ,Expressions}.
9835
9836@item whatis
9837Print the data type of @code{$}, the last value in the value history.
9838
9839@kindex ptype
9840@item ptype @var{typename}
9841Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9842the name of a type, or for C code it may have the form @samp{class
9843@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9844@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9845
d4f3574e 9846@item ptype @var{expr}
c906108c 9847@itemx ptype
d4f3574e 9848Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9849differs from @code{whatis} by printing a detailed description, instead
9850of just the name of the type.
9851
9852For example, for this variable declaration:
9853
474c8240 9854@smallexample
c906108c 9855struct complex @{double real; double imag;@} v;
474c8240 9856@end smallexample
c906108c
SS
9857
9858@noindent
9859the two commands give this output:
9860
474c8240 9861@smallexample
c906108c
SS
9862@group
9863(@value{GDBP}) whatis v
9864type = struct complex
9865(@value{GDBP}) ptype v
9866type = struct complex @{
9867 double real;
9868 double imag;
9869@}
9870@end group
474c8240 9871@end smallexample
c906108c
SS
9872
9873@noindent
9874As with @code{whatis}, using @code{ptype} without an argument refers to
9875the type of @code{$}, the last value in the value history.
9876
9877@kindex info types
9878@item info types @var{regexp}
9879@itemx info types
09d4efe1
EZ
9880Print a brief description of all types whose names match the regular
9881expression @var{regexp} (or all types in your program, if you supply
9882no argument). Each complete typename is matched as though it were a
9883complete line; thus, @samp{i type value} gives information on all
9884types in your program whose names include the string @code{value}, but
9885@samp{i type ^value$} gives information only on types whose complete
9886name is @code{value}.
c906108c
SS
9887
9888This command differs from @code{ptype} in two ways: first, like
9889@code{whatis}, it does not print a detailed description; second, it
9890lists all source files where a type is defined.
9891
b37052ae
EZ
9892@kindex info scope
9893@cindex local variables
09d4efe1 9894@item info scope @var{location}
b37052ae 9895List all the variables local to a particular scope. This command
09d4efe1
EZ
9896accepts a @var{location} argument---a function name, a source line, or
9897an address preceded by a @samp{*}, and prints all the variables local
9898to the scope defined by that location. For example:
b37052ae
EZ
9899
9900@smallexample
9901(@value{GDBP}) @b{info scope command_line_handler}
9902Scope for command_line_handler:
9903Symbol rl is an argument at stack/frame offset 8, length 4.
9904Symbol linebuffer is in static storage at address 0x150a18, length 4.
9905Symbol linelength is in static storage at address 0x150a1c, length 4.
9906Symbol p is a local variable in register $esi, length 4.
9907Symbol p1 is a local variable in register $ebx, length 4.
9908Symbol nline is a local variable in register $edx, length 4.
9909Symbol repeat is a local variable at frame offset -8, length 4.
9910@end smallexample
9911
f5c37c66
EZ
9912@noindent
9913This command is especially useful for determining what data to collect
9914during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9915collect}.
9916
c906108c
SS
9917@kindex info source
9918@item info source
919d772c
JB
9919Show information about the current source file---that is, the source file for
9920the function containing the current point of execution:
9921@itemize @bullet
9922@item
9923the name of the source file, and the directory containing it,
9924@item
9925the directory it was compiled in,
9926@item
9927its length, in lines,
9928@item
9929which programming language it is written in,
9930@item
9931whether the executable includes debugging information for that file, and
9932if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9933@item
9934whether the debugging information includes information about
9935preprocessor macros.
9936@end itemize
9937
c906108c
SS
9938
9939@kindex info sources
9940@item info sources
9941Print the names of all source files in your program for which there is
9942debugging information, organized into two lists: files whose symbols
9943have already been read, and files whose symbols will be read when needed.
9944
9945@kindex info functions
9946@item info functions
9947Print the names and data types of all defined functions.
9948
9949@item info functions @var{regexp}
9950Print the names and data types of all defined functions
9951whose names contain a match for regular expression @var{regexp}.
9952Thus, @samp{info fun step} finds all functions whose names
9953include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
9954start with @code{step}. If a function name contains characters
9955that conflict with the regular expression language (eg.
1c5dfdad 9956@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9957
9958@kindex info variables
9959@item info variables
9960Print the names and data types of all variables that are declared
6ca652b0 9961outside of functions (i.e.@: excluding local variables).
c906108c
SS
9962
9963@item info variables @var{regexp}
9964Print the names and data types of all variables (except for local
9965variables) whose names contain a match for regular expression
9966@var{regexp}.
9967
b37303ee 9968@kindex info classes
721c2651 9969@cindex Objective-C, classes and selectors
b37303ee
AF
9970@item info classes
9971@itemx info classes @var{regexp}
9972Display all Objective-C classes in your program, or
9973(with the @var{regexp} argument) all those matching a particular regular
9974expression.
9975
9976@kindex info selectors
9977@item info selectors
9978@itemx info selectors @var{regexp}
9979Display all Objective-C selectors in your program, or
9980(with the @var{regexp} argument) all those matching a particular regular
9981expression.
9982
c906108c
SS
9983@ignore
9984This was never implemented.
9985@kindex info methods
9986@item info methods
9987@itemx info methods @var{regexp}
9988The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9989methods within C@t{++} program, or (with the @var{regexp} argument) a
9990specific set of methods found in the various C@t{++} classes. Many
9991C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9992from the @code{ptype} command can be overwhelming and hard to use. The
9993@code{info-methods} command filters the methods, printing only those
9994which match the regular-expression @var{regexp}.
9995@end ignore
9996
c906108c
SS
9997@cindex reloading symbols
9998Some systems allow individual object files that make up your program to
7a292a7a
SS
9999be replaced without stopping and restarting your program. For example,
10000in VxWorks you can simply recompile a defective object file and keep on
10001running. If you are running on one of these systems, you can allow
10002@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
10003
10004@table @code
10005@kindex set symbol-reloading
10006@item set symbol-reloading on
10007Replace symbol definitions for the corresponding source file when an
10008object file with a particular name is seen again.
10009
10010@item set symbol-reloading off
6d2ebf8b
SS
10011Do not replace symbol definitions when encountering object files of the
10012same name more than once. This is the default state; if you are not
10013running on a system that permits automatic relinking of modules, you
10014should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10015may discard symbols when linking large programs, that may contain
10016several modules (from different directories or libraries) with the same
10017name.
c906108c
SS
10018
10019@kindex show symbol-reloading
10020@item show symbol-reloading
10021Show the current @code{on} or @code{off} setting.
10022@end table
c906108c 10023
9c16f35a 10024@cindex opaque data types
c906108c
SS
10025@kindex set opaque-type-resolution
10026@item set opaque-type-resolution on
10027Tell @value{GDBN} to resolve opaque types. An opaque type is a type
10028declared as a pointer to a @code{struct}, @code{class}, or
10029@code{union}---for example, @code{struct MyType *}---that is used in one
10030source file although the full declaration of @code{struct MyType} is in
10031another source file. The default is on.
10032
10033A change in the setting of this subcommand will not take effect until
10034the next time symbols for a file are loaded.
10035
10036@item set opaque-type-resolution off
10037Tell @value{GDBN} not to resolve opaque types. In this case, the type
10038is printed as follows:
10039@smallexample
10040@{<no data fields>@}
10041@end smallexample
10042
10043@kindex show opaque-type-resolution
10044@item show opaque-type-resolution
10045Show whether opaque types are resolved or not.
c906108c
SS
10046
10047@kindex maint print symbols
10048@cindex symbol dump
10049@kindex maint print psymbols
10050@cindex partial symbol dump
10051@item maint print symbols @var{filename}
10052@itemx maint print psymbols @var{filename}
10053@itemx maint print msymbols @var{filename}
10054Write a dump of debugging symbol data into the file @var{filename}.
10055These commands are used to debug the @value{GDBN} symbol-reading code. Only
10056symbols with debugging data are included. If you use @samp{maint print
10057symbols}, @value{GDBN} includes all the symbols for which it has already
10058collected full details: that is, @var{filename} reflects symbols for
10059only those files whose symbols @value{GDBN} has read. You can use the
10060command @code{info sources} to find out which files these are. If you
10061use @samp{maint print psymbols} instead, the dump shows information about
10062symbols that @value{GDBN} only knows partially---that is, symbols defined in
10063files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10064@samp{maint print msymbols} dumps just the minimal symbol information
10065required for each object file from which @value{GDBN} has read some symbols.
10066@xref{Files, ,Commands to specify files}, for a discussion of how
10067@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 10068
5e7b2f39
JB
10069@kindex maint info symtabs
10070@kindex maint info psymtabs
44ea7b70
JB
10071@cindex listing @value{GDBN}'s internal symbol tables
10072@cindex symbol tables, listing @value{GDBN}'s internal
10073@cindex full symbol tables, listing @value{GDBN}'s internal
10074@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
10075@item maint info symtabs @r{[} @var{regexp} @r{]}
10076@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
10077
10078List the @code{struct symtab} or @code{struct partial_symtab}
10079structures whose names match @var{regexp}. If @var{regexp} is not
10080given, list them all. The output includes expressions which you can
10081copy into a @value{GDBN} debugging this one to examine a particular
10082structure in more detail. For example:
10083
10084@smallexample
5e7b2f39 10085(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
10086@{ objfile /home/gnu/build/gdb/gdb
10087 ((struct objfile *) 0x82e69d0)
b383017d 10088 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10089 ((struct partial_symtab *) 0x8474b10)
10090 readin no
10091 fullname (null)
10092 text addresses 0x814d3c8 -- 0x8158074
10093 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10094 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10095 dependencies (none)
10096 @}
10097@}
5e7b2f39 10098(@value{GDBP}) maint info symtabs
44ea7b70
JB
10099(@value{GDBP})
10100@end smallexample
10101@noindent
10102We see that there is one partial symbol table whose filename contains
10103the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10104and we see that @value{GDBN} has not read in any symtabs yet at all.
10105If we set a breakpoint on a function, that will cause @value{GDBN} to
10106read the symtab for the compilation unit containing that function:
10107
10108@smallexample
10109(@value{GDBP}) break dwarf2_psymtab_to_symtab
10110Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10111line 1574.
5e7b2f39 10112(@value{GDBP}) maint info symtabs
b383017d 10113@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 10114 ((struct objfile *) 0x82e69d0)
b383017d 10115 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10116 ((struct symtab *) 0x86c1f38)
10117 dirname (null)
10118 fullname (null)
10119 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10120 debugformat DWARF 2
10121 @}
10122@}
b383017d 10123(@value{GDBP})
44ea7b70 10124@end smallexample
c906108c
SS
10125@end table
10126
44ea7b70 10127
6d2ebf8b 10128@node Altering
c906108c
SS
10129@chapter Altering Execution
10130
10131Once you think you have found an error in your program, you might want to
10132find out for certain whether correcting the apparent error would lead to
10133correct results in the rest of the run. You can find the answer by
10134experiment, using the @value{GDBN} features for altering execution of the
10135program.
10136
10137For example, you can store new values into variables or memory
7a292a7a
SS
10138locations, give your program a signal, restart it at a different
10139address, or even return prematurely from a function.
c906108c
SS
10140
10141@menu
10142* Assignment:: Assignment to variables
10143* Jumping:: Continuing at a different address
c906108c 10144* Signaling:: Giving your program a signal
c906108c
SS
10145* Returning:: Returning from a function
10146* Calling:: Calling your program's functions
10147* Patching:: Patching your program
10148@end menu
10149
6d2ebf8b 10150@node Assignment
c906108c
SS
10151@section Assignment to variables
10152
10153@cindex assignment
10154@cindex setting variables
10155To alter the value of a variable, evaluate an assignment expression.
10156@xref{Expressions, ,Expressions}. For example,
10157
474c8240 10158@smallexample
c906108c 10159print x=4
474c8240 10160@end smallexample
c906108c
SS
10161
10162@noindent
10163stores the value 4 into the variable @code{x}, and then prints the
5d161b24 10164value of the assignment expression (which is 4).
c906108c
SS
10165@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10166information on operators in supported languages.
c906108c
SS
10167
10168@kindex set variable
10169@cindex variables, setting
10170If you are not interested in seeing the value of the assignment, use the
10171@code{set} command instead of the @code{print} command. @code{set} is
10172really the same as @code{print} except that the expression's value is
10173not printed and is not put in the value history (@pxref{Value History,
10174,Value history}). The expression is evaluated only for its effects.
10175
c906108c
SS
10176If the beginning of the argument string of the @code{set} command
10177appears identical to a @code{set} subcommand, use the @code{set
10178variable} command instead of just @code{set}. This command is identical
10179to @code{set} except for its lack of subcommands. For example, if your
10180program has a variable @code{width}, you get an error if you try to set
10181a new value with just @samp{set width=13}, because @value{GDBN} has the
10182command @code{set width}:
10183
474c8240 10184@smallexample
c906108c
SS
10185(@value{GDBP}) whatis width
10186type = double
10187(@value{GDBP}) p width
10188$4 = 13
10189(@value{GDBP}) set width=47
10190Invalid syntax in expression.
474c8240 10191@end smallexample
c906108c
SS
10192
10193@noindent
10194The invalid expression, of course, is @samp{=47}. In
10195order to actually set the program's variable @code{width}, use
10196
474c8240 10197@smallexample
c906108c 10198(@value{GDBP}) set var width=47
474c8240 10199@end smallexample
53a5351d 10200
c906108c
SS
10201Because the @code{set} command has many subcommands that can conflict
10202with the names of program variables, it is a good idea to use the
10203@code{set variable} command instead of just @code{set}. For example, if
10204your program has a variable @code{g}, you run into problems if you try
10205to set a new value with just @samp{set g=4}, because @value{GDBN} has
10206the command @code{set gnutarget}, abbreviated @code{set g}:
10207
474c8240 10208@smallexample
c906108c
SS
10209@group
10210(@value{GDBP}) whatis g
10211type = double
10212(@value{GDBP}) p g
10213$1 = 1
10214(@value{GDBP}) set g=4
2df3850c 10215(@value{GDBP}) p g
c906108c
SS
10216$2 = 1
10217(@value{GDBP}) r
10218The program being debugged has been started already.
10219Start it from the beginning? (y or n) y
10220Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
10221"/home/smith/cc_progs/a.out": can't open to read symbols:
10222 Invalid bfd target.
c906108c
SS
10223(@value{GDBP}) show g
10224The current BFD target is "=4".
10225@end group
474c8240 10226@end smallexample
c906108c
SS
10227
10228@noindent
10229The program variable @code{g} did not change, and you silently set the
10230@code{gnutarget} to an invalid value. In order to set the variable
10231@code{g}, use
10232
474c8240 10233@smallexample
c906108c 10234(@value{GDBP}) set var g=4
474c8240 10235@end smallexample
c906108c
SS
10236
10237@value{GDBN} allows more implicit conversions in assignments than C; you can
10238freely store an integer value into a pointer variable or vice versa,
10239and you can convert any structure to any other structure that is the
10240same length or shorter.
10241@comment FIXME: how do structs align/pad in these conversions?
10242@comment /doc@cygnus.com 18dec1990
10243
10244To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10245construct to generate a value of specified type at a specified address
10246(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10247to memory location @code{0x83040} as an integer (which implies a certain size
10248and representation in memory), and
10249
474c8240 10250@smallexample
c906108c 10251set @{int@}0x83040 = 4
474c8240 10252@end smallexample
c906108c
SS
10253
10254@noindent
10255stores the value 4 into that memory location.
10256
6d2ebf8b 10257@node Jumping
c906108c
SS
10258@section Continuing at a different address
10259
10260Ordinarily, when you continue your program, you do so at the place where
10261it stopped, with the @code{continue} command. You can instead continue at
10262an address of your own choosing, with the following commands:
10263
10264@table @code
10265@kindex jump
10266@item jump @var{linespec}
10267Resume execution at line @var{linespec}. Execution stops again
10268immediately if there is a breakpoint there. @xref{List, ,Printing
10269source lines}, for a description of the different forms of
10270@var{linespec}. It is common practice to use the @code{tbreak} command
10271in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10272breakpoints}.
10273
10274The @code{jump} command does not change the current stack frame, or
10275the stack pointer, or the contents of any memory location or any
10276register other than the program counter. If line @var{linespec} is in
10277a different function from the one currently executing, the results may
10278be bizarre if the two functions expect different patterns of arguments or
10279of local variables. For this reason, the @code{jump} command requests
10280confirmation if the specified line is not in the function currently
10281executing. However, even bizarre results are predictable if you are
10282well acquainted with the machine-language code of your program.
10283
10284@item jump *@var{address}
10285Resume execution at the instruction at address @var{address}.
10286@end table
10287
c906108c 10288@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
10289On many systems, you can get much the same effect as the @code{jump}
10290command by storing a new value into the register @code{$pc}. The
10291difference is that this does not start your program running; it only
10292changes the address of where it @emph{will} run when you continue. For
10293example,
c906108c 10294
474c8240 10295@smallexample
c906108c 10296set $pc = 0x485
474c8240 10297@end smallexample
c906108c
SS
10298
10299@noindent
10300makes the next @code{continue} command or stepping command execute at
10301address @code{0x485}, rather than at the address where your program stopped.
10302@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
10303
10304The most common occasion to use the @code{jump} command is to back
10305up---perhaps with more breakpoints set---over a portion of a program
10306that has already executed, in order to examine its execution in more
10307detail.
10308
c906108c 10309@c @group
6d2ebf8b 10310@node Signaling
c906108c 10311@section Giving your program a signal
9c16f35a 10312@cindex deliver a signal to a program
c906108c
SS
10313
10314@table @code
10315@kindex signal
10316@item signal @var{signal}
10317Resume execution where your program stopped, but immediately give it the
10318signal @var{signal}. @var{signal} can be the name or the number of a
10319signal. For example, on many systems @code{signal 2} and @code{signal
10320SIGINT} are both ways of sending an interrupt signal.
10321
10322Alternatively, if @var{signal} is zero, continue execution without
10323giving a signal. This is useful when your program stopped on account of
10324a signal and would ordinary see the signal when resumed with the
10325@code{continue} command; @samp{signal 0} causes it to resume without a
10326signal.
10327
10328@code{signal} does not repeat when you press @key{RET} a second time
10329after executing the command.
10330@end table
10331@c @end group
10332
10333Invoking the @code{signal} command is not the same as invoking the
10334@code{kill} utility from the shell. Sending a signal with @code{kill}
10335causes @value{GDBN} to decide what to do with the signal depending on
10336the signal handling tables (@pxref{Signals}). The @code{signal} command
10337passes the signal directly to your program.
10338
c906108c 10339
6d2ebf8b 10340@node Returning
c906108c
SS
10341@section Returning from a function
10342
10343@table @code
10344@cindex returning from a function
10345@kindex return
10346@item return
10347@itemx return @var{expression}
10348You can cancel execution of a function call with the @code{return}
10349command. If you give an
10350@var{expression} argument, its value is used as the function's return
10351value.
10352@end table
10353
10354When you use @code{return}, @value{GDBN} discards the selected stack frame
10355(and all frames within it). You can think of this as making the
10356discarded frame return prematurely. If you wish to specify a value to
10357be returned, give that value as the argument to @code{return}.
10358
10359This pops the selected stack frame (@pxref{Selection, ,Selecting a
10360frame}), and any other frames inside of it, leaving its caller as the
10361innermost remaining frame. That frame becomes selected. The
10362specified value is stored in the registers used for returning values
10363of functions.
10364
10365The @code{return} command does not resume execution; it leaves the
10366program stopped in the state that would exist if the function had just
10367returned. In contrast, the @code{finish} command (@pxref{Continuing
10368and Stepping, ,Continuing and stepping}) resumes execution until the
10369selected stack frame returns naturally.
10370
6d2ebf8b 10371@node Calling
c906108c
SS
10372@section Calling program functions
10373
f8568604 10374@table @code
c906108c 10375@cindex calling functions
f8568604
EZ
10376@cindex inferior functions, calling
10377@item print @var{expr}
9c16f35a 10378Evaluate the expression @var{expr} and display the resuling value.
f8568604
EZ
10379@var{expr} may include calls to functions in the program being
10380debugged.
10381
c906108c 10382@kindex call
c906108c
SS
10383@item call @var{expr}
10384Evaluate the expression @var{expr} without displaying @code{void}
10385returned values.
c906108c
SS
10386
10387You can use this variant of the @code{print} command if you want to
f8568604
EZ
10388execute a function from your program that does not return anything
10389(a.k.a.@: @dfn{a void function}), but without cluttering the output
10390with @code{void} returned values that @value{GDBN} will otherwise
10391print. If the result is not void, it is printed and saved in the
10392value history.
10393@end table
10394
9c16f35a
EZ
10395It is possible for the function you call via the @code{print} or
10396@code{call} command to generate a signal (e.g., if there's a bug in
10397the function, or if you passed it incorrect arguments). What happens
10398in that case is controlled by the @code{set unwindonsignal} command.
10399
10400@table @code
10401@item set unwindonsignal
10402@kindex set unwindonsignal
10403@cindex unwind stack in called functions
10404@cindex call dummy stack unwinding
10405Set unwinding of the stack if a signal is received while in a function
10406that @value{GDBN} called in the program being debugged. If set to on,
10407@value{GDBN} unwinds the stack it created for the call and restores
10408the context to what it was before the call. If set to off (the
10409default), @value{GDBN} stops in the frame where the signal was
10410received.
10411
10412@item show unwindonsignal
10413@kindex show unwindonsignal
10414Show the current setting of stack unwinding in the functions called by
10415@value{GDBN}.
10416@end table
10417
f8568604
EZ
10418@cindex weak alias functions
10419Sometimes, a function you wish to call is actually a @dfn{weak alias}
10420for another function. In such case, @value{GDBN} might not pick up
10421the type information, including the types of the function arguments,
10422which causes @value{GDBN} to call the inferior function incorrectly.
10423As a result, the called function will function erroneously and may
10424even crash. A solution to that is to use the name of the aliased
10425function instead.
c906108c 10426
6d2ebf8b 10427@node Patching
c906108c 10428@section Patching programs
7a292a7a 10429
c906108c
SS
10430@cindex patching binaries
10431@cindex writing into executables
c906108c 10432@cindex writing into corefiles
c906108c 10433
7a292a7a
SS
10434By default, @value{GDBN} opens the file containing your program's
10435executable code (or the corefile) read-only. This prevents accidental
10436alterations to machine code; but it also prevents you from intentionally
10437patching your program's binary.
c906108c
SS
10438
10439If you'd like to be able to patch the binary, you can specify that
10440explicitly with the @code{set write} command. For example, you might
10441want to turn on internal debugging flags, or even to make emergency
10442repairs.
10443
10444@table @code
10445@kindex set write
10446@item set write on
10447@itemx set write off
7a292a7a
SS
10448If you specify @samp{set write on}, @value{GDBN} opens executable and
10449core files for both reading and writing; if you specify @samp{set write
c906108c
SS
10450off} (the default), @value{GDBN} opens them read-only.
10451
10452If you have already loaded a file, you must load it again (using the
7a292a7a
SS
10453@code{exec-file} or @code{core-file} command) after changing @code{set
10454write}, for your new setting to take effect.
c906108c
SS
10455
10456@item show write
10457@kindex show write
7a292a7a
SS
10458Display whether executable files and core files are opened for writing
10459as well as reading.
c906108c
SS
10460@end table
10461
6d2ebf8b 10462@node GDB Files
c906108c
SS
10463@chapter @value{GDBN} Files
10464
7a292a7a
SS
10465@value{GDBN} needs to know the file name of the program to be debugged,
10466both in order to read its symbol table and in order to start your
10467program. To debug a core dump of a previous run, you must also tell
10468@value{GDBN} the name of the core dump file.
c906108c
SS
10469
10470@menu
10471* Files:: Commands to specify files
5b5d99cf 10472* Separate Debug Files:: Debugging information in separate files
c906108c
SS
10473* Symbol Errors:: Errors reading symbol files
10474@end menu
10475
6d2ebf8b 10476@node Files
c906108c 10477@section Commands to specify files
c906108c 10478
7a292a7a 10479@cindex symbol table
c906108c 10480@cindex core dump file
7a292a7a
SS
10481
10482You may want to specify executable and core dump file names. The usual
10483way to do this is at start-up time, using the arguments to
10484@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10485Out of @value{GDBN}}).
c906108c
SS
10486
10487Occasionally it is necessary to change to a different file during a
10488@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
10489a file you want to use. In these situations the @value{GDBN} commands
10490to specify new files are useful.
10491
10492@table @code
10493@cindex executable file
10494@kindex file
10495@item file @var{filename}
10496Use @var{filename} as the program to be debugged. It is read for its
10497symbols and for the contents of pure memory. It is also the program
10498executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
10499directory and the file is not found in the @value{GDBN} working directory,
10500@value{GDBN} uses the environment variable @code{PATH} as a list of
10501directories to search, just as the shell does when looking for a program
10502to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
10503and your program, using the @code{path} command.
10504
6d2ebf8b 10505On systems with memory-mapped files, an auxiliary file named
c906108c
SS
10506@file{@var{filename}.syms} may hold symbol table information for
10507@var{filename}. If so, @value{GDBN} maps in the symbol table from
10508@file{@var{filename}.syms}, starting up more quickly. See the
10509descriptions of the file options @samp{-mapped} and @samp{-readnow}
7b5ba0cc
EZ
10510(available on the command line, see @ref{File Options, , -readnow},
10511and with the commands @code{file}, @code{symbol-file}, or
10512@code{add-symbol-file}, described below), for more information.
c906108c
SS
10513
10514@item file
10515@code{file} with no argument makes @value{GDBN} discard any information it
10516has on both executable file and the symbol table.
10517
10518@kindex exec-file
10519@item exec-file @r{[} @var{filename} @r{]}
10520Specify that the program to be run (but not the symbol table) is found
10521in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10522if necessary to locate your program. Omitting @var{filename} means to
10523discard information on the executable file.
10524
10525@kindex symbol-file
10526@item symbol-file @r{[} @var{filename} @r{]}
10527Read symbol table information from file @var{filename}. @code{PATH} is
10528searched when necessary. Use the @code{file} command to get both symbol
10529table and program to run from the same file.
10530
10531@code{symbol-file} with no argument clears out @value{GDBN} information on your
10532program's symbol table.
10533
5d161b24 10534The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
10535of its convenience variables, the value history, and all breakpoints and
10536auto-display expressions. This is because they may contain pointers to
10537the internal data recording symbols and data types, which are part of
10538the old symbol table data being discarded inside @value{GDBN}.
10539
10540@code{symbol-file} does not repeat if you press @key{RET} again after
10541executing it once.
10542
10543When @value{GDBN} is configured for a particular environment, it
10544understands debugging information in whatever format is the standard
10545generated for that environment; you may use either a @sc{gnu} compiler, or
10546other compilers that adhere to the local conventions.
c906108c
SS
10547Best results are usually obtained from @sc{gnu} compilers; for example,
10548using @code{@value{GCC}} you can generate debugging information for
10549optimized code.
c906108c
SS
10550
10551For most kinds of object files, with the exception of old SVR3 systems
10552using COFF, the @code{symbol-file} command does not normally read the
10553symbol table in full right away. Instead, it scans the symbol table
10554quickly to find which source files and which symbols are present. The
10555details are read later, one source file at a time, as they are needed.
10556
10557The purpose of this two-stage reading strategy is to make @value{GDBN}
10558start up faster. For the most part, it is invisible except for
10559occasional pauses while the symbol table details for a particular source
10560file are being read. (The @code{set verbose} command can turn these
10561pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10562warnings and messages}.)
10563
c906108c
SS
10564We have not implemented the two-stage strategy for COFF yet. When the
10565symbol table is stored in COFF format, @code{symbol-file} reads the
10566symbol table data in full right away. Note that ``stabs-in-COFF''
10567still does the two-stage strategy, since the debug info is actually
10568in stabs format.
10569
10570@kindex readnow
10571@cindex reading symbols immediately
10572@cindex symbols, reading immediately
10573@kindex mapped
10574@cindex memory-mapped symbol file
10575@cindex saving symbol table
10576@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10577@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10578You can override the @value{GDBN} two-stage strategy for reading symbol
10579tables by using the @samp{-readnow} option with any of the commands that
10580load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 10581entire symbol table available.
c906108c 10582
c906108c
SS
10583If memory-mapped files are available on your system through the
10584@code{mmap} system call, you can use another option, @samp{-mapped}, to
10585cause @value{GDBN} to write the symbols for your program into a reusable
10586file. Future @value{GDBN} debugging sessions map in symbol information
10587from this auxiliary symbol file (if the program has not changed), rather
10588than spending time reading the symbol table from the executable
10589program. Using the @samp{-mapped} option has the same effect as
10590starting @value{GDBN} with the @samp{-mapped} command-line option.
10591
10592You can use both options together, to make sure the auxiliary symbol
10593file has all the symbol information for your program.
10594
10595The auxiliary symbol file for a program called @var{myprog} is called
10596@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
10597than the corresponding executable), @value{GDBN} always attempts to use
10598it when you debug @var{myprog}; no special options or commands are
10599needed.
10600
10601The @file{.syms} file is specific to the host machine where you run
10602@value{GDBN}. It holds an exact image of the internal @value{GDBN}
10603symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
10604
10605@c FIXME: for now no mention of directories, since this seems to be in
10606@c flux. 13mar1992 status is that in theory GDB would look either in
10607@c current dir or in same dir as myprog; but issues like competing
10608@c GDB's, or clutter in system dirs, mean that in practice right now
10609@c only current dir is used. FFish says maybe a special GDB hierarchy
10610@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10611@c files.
10612
c906108c 10613@kindex core-file
09d4efe1 10614@item core-file @r{[}@var{filename}@r{]}
4644b6e3 10615@itemx core
c906108c
SS
10616Specify the whereabouts of a core dump file to be used as the ``contents
10617of memory''. Traditionally, core files contain only some parts of the
10618address space of the process that generated them; @value{GDBN} can access the
10619executable file itself for other parts.
10620
10621@code{core-file} with no argument specifies that no core file is
10622to be used.
10623
10624Note that the core file is ignored when your program is actually running
7a292a7a
SS
10625under @value{GDBN}. So, if you have been running your program and you
10626wish to debug a core file instead, you must kill the subprocess in which
10627the program is running. To do this, use the @code{kill} command
c906108c 10628(@pxref{Kill Process, ,Killing the child process}).
c906108c 10629
c906108c
SS
10630@kindex add-symbol-file
10631@cindex dynamic linking
10632@item add-symbol-file @var{filename} @var{address}
10633@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 10634@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
10635The @code{add-symbol-file} command reads additional symbol table
10636information from the file @var{filename}. You would use this command
10637when @var{filename} has been dynamically loaded (by some other means)
10638into the program that is running. @var{address} should be the memory
10639address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
10640this out for itself. You can additionally specify an arbitrary number
10641of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10642section name and base address for that section. You can specify any
10643@var{address} as an expression.
c906108c
SS
10644
10645The symbol table of the file @var{filename} is added to the symbol table
10646originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
10647@code{add-symbol-file} command any number of times; the new symbol data
10648thus read keeps adding to the old. To discard all old symbol data
10649instead, use the @code{symbol-file} command without any arguments.
c906108c 10650
17d9d558
JB
10651@cindex relocatable object files, reading symbols from
10652@cindex object files, relocatable, reading symbols from
10653@cindex reading symbols from relocatable object files
10654@cindex symbols, reading from relocatable object files
10655@cindex @file{.o} files, reading symbols from
10656Although @var{filename} is typically a shared library file, an
10657executable file, or some other object file which has been fully
10658relocated for loading into a process, you can also load symbolic
10659information from relocatable @file{.o} files, as long as:
10660
10661@itemize @bullet
10662@item
10663the file's symbolic information refers only to linker symbols defined in
10664that file, not to symbols defined by other object files,
10665@item
10666every section the file's symbolic information refers to has actually
10667been loaded into the inferior, as it appears in the file, and
10668@item
10669you can determine the address at which every section was loaded, and
10670provide these to the @code{add-symbol-file} command.
10671@end itemize
10672
10673@noindent
10674Some embedded operating systems, like Sun Chorus and VxWorks, can load
10675relocatable files into an already running program; such systems
10676typically make the requirements above easy to meet. However, it's
10677important to recognize that many native systems use complex link
49efadf5 10678procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
10679assembly, for example) that make the requirements difficult to meet. In
10680general, one cannot assume that using @code{add-symbol-file} to read a
10681relocatable object file's symbolic information will have the same effect
10682as linking the relocatable object file into the program in the normal
10683way.
10684
c906108c
SS
10685@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10686
10687You can use the @samp{-mapped} and @samp{-readnow} options just as with
10688the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10689table information for @var{filename}.
10690
c45da7e6
EZ
10691@kindex add-symbol-file-from-memory
10692@cindex @code{syscall DSO}
10693@cindex load symbols from memory
10694@item add-symbol-file-from-memory @var{address}
10695Load symbols from the given @var{address} in a dynamically loaded
10696object file whose image is mapped directly into the inferior's memory.
10697For example, the Linux kernel maps a @code{syscall DSO} into each
10698process's address space; this DSO provides kernel-specific code for
10699some system calls. The argument can be any expression whose
10700evaluation yields the address of the file's shared object file header.
10701For this command to work, you must have used @code{symbol-file} or
10702@code{exec-file} commands in advance.
10703
09d4efe1
EZ
10704@kindex add-shared-symbol-files
10705@kindex assf
10706@item add-shared-symbol-files @var{library-file}
10707@itemx assf @var{library-file}
10708The @code{add-shared-symbol-files} command can currently be used only
10709in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10710alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10711@value{GDBN} automatically looks for shared libraries, however if
10712@value{GDBN} does not find yours, you can invoke
10713@code{add-shared-symbol-files}. It takes one argument: the shared
10714library's file name. @code{assf} is a shorthand alias for
10715@code{add-shared-symbol-files}.
c906108c 10716
c906108c 10717@kindex section
09d4efe1
EZ
10718@item section @var{section} @var{addr}
10719The @code{section} command changes the base address of the named
10720@var{section} of the exec file to @var{addr}. This can be used if the
10721exec file does not contain section addresses, (such as in the
10722@code{a.out} format), or when the addresses specified in the file
10723itself are wrong. Each section must be changed separately. The
10724@code{info files} command, described below, lists all the sections and
10725their addresses.
c906108c
SS
10726
10727@kindex info files
10728@kindex info target
10729@item info files
10730@itemx info target
7a292a7a
SS
10731@code{info files} and @code{info target} are synonymous; both print the
10732current target (@pxref{Targets, ,Specifying a Debugging Target}),
10733including the names of the executable and core dump files currently in
10734use by @value{GDBN}, and the files from which symbols were loaded. The
10735command @code{help target} lists all possible targets rather than
10736current ones.
10737
fe95c787
MS
10738@kindex maint info sections
10739@item maint info sections
10740Another command that can give you extra information about program sections
10741is @code{maint info sections}. In addition to the section information
10742displayed by @code{info files}, this command displays the flags and file
10743offset of each section in the executable and core dump files. In addition,
10744@code{maint info sections} provides the following command options (which
10745may be arbitrarily combined):
10746
10747@table @code
10748@item ALLOBJ
10749Display sections for all loaded object files, including shared libraries.
10750@item @var{sections}
6600abed 10751Display info only for named @var{sections}.
fe95c787
MS
10752@item @var{section-flags}
10753Display info only for sections for which @var{section-flags} are true.
10754The section flags that @value{GDBN} currently knows about are:
10755@table @code
10756@item ALLOC
10757Section will have space allocated in the process when loaded.
10758Set for all sections except those containing debug information.
10759@item LOAD
10760Section will be loaded from the file into the child process memory.
10761Set for pre-initialized code and data, clear for @code{.bss} sections.
10762@item RELOC
10763Section needs to be relocated before loading.
10764@item READONLY
10765Section cannot be modified by the child process.
10766@item CODE
10767Section contains executable code only.
6600abed 10768@item DATA
fe95c787
MS
10769Section contains data only (no executable code).
10770@item ROM
10771Section will reside in ROM.
10772@item CONSTRUCTOR
10773Section contains data for constructor/destructor lists.
10774@item HAS_CONTENTS
10775Section is not empty.
10776@item NEVER_LOAD
10777An instruction to the linker to not output the section.
10778@item COFF_SHARED_LIBRARY
10779A notification to the linker that the section contains
10780COFF shared library information.
10781@item IS_COMMON
10782Section contains common symbols.
10783@end table
10784@end table
6763aef9 10785@kindex set trust-readonly-sections
9c16f35a 10786@cindex read-only sections
6763aef9
MS
10787@item set trust-readonly-sections on
10788Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10789really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10790In that case, @value{GDBN} can fetch values from these sections
10791out of the object file, rather than from the target program.
10792For some targets (notably embedded ones), this can be a significant
10793enhancement to debugging performance.
10794
10795The default is off.
10796
10797@item set trust-readonly-sections off
15110bc3 10798Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10799the contents of the section might change while the program is running,
10800and must therefore be fetched from the target when needed.
9c16f35a
EZ
10801
10802@item show trust-readonly-sections
10803Show the current setting of trusting readonly sections.
c906108c
SS
10804@end table
10805
10806All file-specifying commands allow both absolute and relative file names
10807as arguments. @value{GDBN} always converts the file name to an absolute file
10808name and remembers it that way.
10809
c906108c 10810@cindex shared libraries
9c16f35a
EZ
10811@value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10812and IBM RS/6000 AIX shared libraries.
53a5351d 10813
c906108c
SS
10814@value{GDBN} automatically loads symbol definitions from shared libraries
10815when you use the @code{run} command, or when you examine a core file.
10816(Before you issue the @code{run} command, @value{GDBN} does not understand
10817references to a function in a shared library, however---unless you are
10818debugging a core file).
53a5351d
JM
10819
10820On HP-UX, if the program loads a library explicitly, @value{GDBN}
10821automatically loads the symbols at the time of the @code{shl_load} call.
10822
c906108c
SS
10823@c FIXME: some @value{GDBN} release may permit some refs to undef
10824@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10825@c FIXME...lib; check this from time to time when updating manual
10826
b7209cb4
FF
10827There are times, however, when you may wish to not automatically load
10828symbol definitions from shared libraries, such as when they are
10829particularly large or there are many of them.
10830
10831To control the automatic loading of shared library symbols, use the
10832commands:
10833
10834@table @code
10835@kindex set auto-solib-add
10836@item set auto-solib-add @var{mode}
10837If @var{mode} is @code{on}, symbols from all shared object libraries
10838will be loaded automatically when the inferior begins execution, you
10839attach to an independently started inferior, or when the dynamic linker
10840informs @value{GDBN} that a new library has been loaded. If @var{mode}
10841is @code{off}, symbols must be loaded manually, using the
10842@code{sharedlibrary} command. The default value is @code{on}.
10843
dcaf7c2c
EZ
10844@cindex memory used for symbol tables
10845If your program uses lots of shared libraries with debug info that
10846takes large amounts of memory, you can decrease the @value{GDBN}
10847memory footprint by preventing it from automatically loading the
10848symbols from shared libraries. To that end, type @kbd{set
10849auto-solib-add off} before running the inferior, then load each
10850library whose debug symbols you do need with @kbd{sharedlibrary
10851@var{regexp}}, where @var{regexp} is a regular expresion that matches
10852the libraries whose symbols you want to be loaded.
10853
b7209cb4
FF
10854@kindex show auto-solib-add
10855@item show auto-solib-add
10856Display the current autoloading mode.
10857@end table
10858
c45da7e6 10859@cindex load shared library
b7209cb4
FF
10860To explicitly load shared library symbols, use the @code{sharedlibrary}
10861command:
10862
c906108c
SS
10863@table @code
10864@kindex info sharedlibrary
10865@kindex info share
10866@item info share
10867@itemx info sharedlibrary
10868Print the names of the shared libraries which are currently loaded.
10869
10870@kindex sharedlibrary
10871@kindex share
10872@item sharedlibrary @var{regex}
10873@itemx share @var{regex}
c906108c
SS
10874Load shared object library symbols for files matching a
10875Unix regular expression.
10876As with files loaded automatically, it only loads shared libraries
10877required by your program for a core file or after typing @code{run}. If
10878@var{regex} is omitted all shared libraries required by your program are
10879loaded.
c45da7e6
EZ
10880
10881@item nosharedlibrary
10882@kindex nosharedlibrary
10883@cindex unload symbols from shared libraries
10884Unload all shared object library symbols. This discards all symbols
10885that have been loaded from all shared libraries. Symbols from shared
10886libraries that were loaded by explicit user requests are not
10887discarded.
c906108c
SS
10888@end table
10889
b7209cb4
FF
10890On some systems, such as HP-UX systems, @value{GDBN} supports
10891autoloading shared library symbols until a limiting threshold size is
10892reached. This provides the benefit of allowing autoloading to remain on
10893by default, but avoids autoloading excessively large shared libraries,
10894up to a threshold that is initially set, but which you can modify if you
10895wish.
c906108c
SS
10896
10897Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10898loaded. To load these symbols, use the command @code{sharedlibrary
10899@var{filename}}. The base address of the shared library is determined
c906108c
SS
10900automatically by @value{GDBN} and need not be specified.
10901
10902To display or set the threshold, use the commands:
10903
10904@table @code
b7209cb4
FF
10905@kindex set auto-solib-limit
10906@item set auto-solib-limit @var{threshold}
10907Set the autoloading size threshold, in an integral number of megabytes.
10908If @var{threshold} is nonzero and shared library autoloading is enabled,
10909symbols from all shared object libraries will be loaded until the total
10910size of the loaded shared library symbols exceeds this threshold.
c906108c 10911Otherwise, symbols must be loaded manually, using the
6ca652b0 10912@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10913Mb).
c906108c 10914
b7209cb4
FF
10915@kindex show auto-solib-limit
10916@item show auto-solib-limit
c906108c
SS
10917Display the current autoloading size threshold, in megabytes.
10918@end table
c906108c 10919
721c2651
EZ
10920Sometimes you may wish that @value{GDBN} stops and gives you control
10921when any of shared library events happen. Use the @code{set
10922stop-on-solib-events} command for this:
10923
10924@table @code
10925@item set stop-on-solib-events
10926@kindex set stop-on-solib-events
10927This command controls whether @value{GDBN} should give you control
10928when the dynamic linker notifies it about some shared library event.
10929The most common event of interest is loading or unloading of a new
10930shared library.
10931
10932@item show stop-on-solib-events
10933@kindex show stop-on-solib-events
10934Show whether @value{GDBN} stops and gives you control when shared
10935library events happen.
10936@end table
10937
f5ebfba0
DJ
10938Shared libraries are also supported in many cross or remote debugging
10939configurations. A copy of the target's libraries need to be present on the
10940host system; they need to be the same as the target libraries, although the
10941copies on the target can be stripped as long as the copies on the host are
10942not.
10943
10944You need to tell @value{GDBN} where the target libraries are, so that it can
10945load the correct copies---otherwise, it may try to load the host's libraries.
10946@value{GDBN} has two variables to specify the search directories for target
10947libraries.
10948
10949@table @code
10950@kindex set solib-absolute-prefix
10951@item set solib-absolute-prefix @var{path}
10952If this variable is set, @var{path} will be used as a prefix for any
10953absolute shared library paths; many runtime loaders store the absolute
10954paths to the shared library in the target program's memory. If you use
10955@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10956out in the same way that they are on the target, with e.g.@: a
10957@file{/usr/lib} hierarchy under @var{path}.
10958
10959You can set the default value of @samp{solib-absolute-prefix} by using the
10960configure-time @samp{--with-sysroot} option.
10961
10962@kindex show solib-absolute-prefix
10963@item show solib-absolute-prefix
10964Display the current shared library prefix.
10965
10966@kindex set solib-search-path
10967@item set solib-search-path @var{path}
10968If this variable is set, @var{path} is a colon-separated list of directories
10969to search for shared libraries. @samp{solib-search-path} is used after
10970@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10971the library is relative instead of absolute. If you want to use
10972@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10973set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10974@value{GDBN} from finding your host's libraries.
10975
10976@kindex show solib-search-path
10977@item show solib-search-path
10978Display the current shared library search path.
10979@end table
10980
5b5d99cf
JB
10981
10982@node Separate Debug Files
10983@section Debugging Information in Separate Files
10984@cindex separate debugging information files
10985@cindex debugging information in separate files
10986@cindex @file{.debug} subdirectories
10987@cindex debugging information directory, global
10988@cindex global debugging information directory
10989
10990@value{GDBN} allows you to put a program's debugging information in a
10991file separate from the executable itself, in a way that allows
10992@value{GDBN} to find and load the debugging information automatically.
10993Since debugging information can be very large --- sometimes larger
10994than the executable code itself --- some systems distribute debugging
10995information for their executables in separate files, which users can
10996install only when they need to debug a problem.
10997
10998If an executable's debugging information has been extracted to a
10999separate file, the executable should contain a @dfn{debug link} giving
11000the name of the debugging information file (with no directory
11001components), and a checksum of its contents. (The exact form of a
11002debug link is described below.) If the full name of the directory
11003containing the executable is @var{execdir}, and the executable has a
11004debug link that specifies the name @var{debugfile}, then @value{GDBN}
11005will automatically search for the debugging information file in three
11006places:
11007
11008@itemize @bullet
11009@item
11010the directory containing the executable file (that is, it will look
11011for a file named @file{@var{execdir}/@var{debugfile}},
11012@item
11013a subdirectory of that directory named @file{.debug} (that is, the
11014file @file{@var{execdir}/.debug/@var{debugfile}}, and
11015@item
11016a subdirectory of the global debug file directory that includes the
11017executable's full path, and the name from the link (that is, the file
11018@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11019@var{globaldebugdir} is the global debug file directory, and
11020@var{execdir} has been turned into a relative path).
11021@end itemize
11022@noindent
11023@value{GDBN} checks under each of these names for a debugging
11024information file whose checksum matches that given in the link, and
11025reads the debugging information from the first one it finds.
11026
11027So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11028which has a link containing the name @file{ls.debug}, and the global
11029debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11030for debug information in @file{/usr/bin/ls.debug},
11031@file{/usr/bin/.debug/ls.debug}, and
11032@file{/usr/lib/debug/usr/bin/ls.debug}.
11033
11034You can set the global debugging info directory's name, and view the
11035name @value{GDBN} is currently using.
11036
11037@table @code
11038
11039@kindex set debug-file-directory
11040@item set debug-file-directory @var{directory}
11041Set the directory which @value{GDBN} searches for separate debugging
11042information files to @var{directory}.
11043
11044@kindex show debug-file-directory
11045@item show debug-file-directory
11046Show the directory @value{GDBN} searches for separate debugging
11047information files.
11048
11049@end table
11050
11051@cindex @code{.gnu_debuglink} sections
11052@cindex debug links
11053A debug link is a special section of the executable file named
11054@code{.gnu_debuglink}. The section must contain:
11055
11056@itemize
11057@item
11058A filename, with any leading directory components removed, followed by
11059a zero byte,
11060@item
11061zero to three bytes of padding, as needed to reach the next four-byte
11062boundary within the section, and
11063@item
11064a four-byte CRC checksum, stored in the same endianness used for the
11065executable file itself. The checksum is computed on the debugging
11066information file's full contents by the function given below, passing
11067zero as the @var{crc} argument.
11068@end itemize
11069
11070Any executable file format can carry a debug link, as long as it can
11071contain a section named @code{.gnu_debuglink} with the contents
11072described above.
11073
11074The debugging information file itself should be an ordinary
11075executable, containing a full set of linker symbols, sections, and
11076debugging information. The sections of the debugging information file
11077should have the same names, addresses and sizes as the original file,
11078but they need not contain any data --- much like a @code{.bss} section
11079in an ordinary executable.
11080
11081As of December 2002, there is no standard GNU utility to produce
11082separated executable / debugging information file pairs. Ulrich
11083Drepper's @file{elfutils} package, starting with version 0.53,
11084contains a version of the @code{strip} command such that the command
11085@kbd{strip foo -f foo.debug} removes the debugging information from
11086the executable file @file{foo}, places it in the file
11087@file{foo.debug}, and leaves behind a debug link in @file{foo}.
11088
11089Since there are many different ways to compute CRC's (different
11090polynomials, reversals, byte ordering, etc.), the simplest way to
11091describe the CRC used in @code{.gnu_debuglink} sections is to give the
11092complete code for a function that computes it:
11093
4644b6e3 11094@kindex gnu_debuglink_crc32
5b5d99cf
JB
11095@smallexample
11096unsigned long
11097gnu_debuglink_crc32 (unsigned long crc,
11098 unsigned char *buf, size_t len)
11099@{
11100 static const unsigned long crc32_table[256] =
11101 @{
11102 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11103 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11104 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11105 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11106 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11107 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11108 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11109 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11110 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11111 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11112 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11113 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11114 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11115 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11116 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11117 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11118 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11119 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11120 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11121 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11122 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11123 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11124 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11125 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11126 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11127 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11128 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11129 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11130 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11131 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11132 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11133 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11134 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11135 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11136 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11137 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11138 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11139 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11140 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11141 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11142 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11143 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11144 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11145 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11146 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11147 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11148 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11149 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11150 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11151 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11152 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11153 0x2d02ef8d
11154 @};
11155 unsigned char *end;
11156
11157 crc = ~crc & 0xffffffff;
11158 for (end = buf + len; buf < end; ++buf)
11159 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 11160 return ~crc & 0xffffffff;
5b5d99cf
JB
11161@}
11162@end smallexample
11163
11164
6d2ebf8b 11165@node Symbol Errors
c906108c
SS
11166@section Errors reading symbol files
11167
11168While reading a symbol file, @value{GDBN} occasionally encounters problems,
11169such as symbol types it does not recognize, or known bugs in compiler
11170output. By default, @value{GDBN} does not notify you of such problems, since
11171they are relatively common and primarily of interest to people
11172debugging compilers. If you are interested in seeing information
11173about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11174only one message about each such type of problem, no matter how many
11175times the problem occurs; or you can ask @value{GDBN} to print more messages,
11176to see how many times the problems occur, with the @code{set
11177complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11178messages}).
11179
11180The messages currently printed, and their meanings, include:
11181
11182@table @code
11183@item inner block not inside outer block in @var{symbol}
11184
11185The symbol information shows where symbol scopes begin and end
11186(such as at the start of a function or a block of statements). This
11187error indicates that an inner scope block is not fully contained
11188in its outer scope blocks.
11189
11190@value{GDBN} circumvents the problem by treating the inner block as if it had
11191the same scope as the outer block. In the error message, @var{symbol}
11192may be shown as ``@code{(don't know)}'' if the outer block is not a
11193function.
11194
11195@item block at @var{address} out of order
11196
11197The symbol information for symbol scope blocks should occur in
11198order of increasing addresses. This error indicates that it does not
11199do so.
11200
11201@value{GDBN} does not circumvent this problem, and has trouble
11202locating symbols in the source file whose symbols it is reading. (You
11203can often determine what source file is affected by specifying
11204@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11205messages}.)
11206
11207@item bad block start address patched
11208
11209The symbol information for a symbol scope block has a start address
11210smaller than the address of the preceding source line. This is known
11211to occur in the SunOS 4.1.1 (and earlier) C compiler.
11212
11213@value{GDBN} circumvents the problem by treating the symbol scope block as
11214starting on the previous source line.
11215
11216@item bad string table offset in symbol @var{n}
11217
11218@cindex foo
11219Symbol number @var{n} contains a pointer into the string table which is
11220larger than the size of the string table.
11221
11222@value{GDBN} circumvents the problem by considering the symbol to have the
11223name @code{foo}, which may cause other problems if many symbols end up
11224with this name.
11225
11226@item unknown symbol type @code{0x@var{nn}}
11227
7a292a7a
SS
11228The symbol information contains new data types that @value{GDBN} does
11229not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 11230uncomprehended information, in hexadecimal.
c906108c 11231
7a292a7a
SS
11232@value{GDBN} circumvents the error by ignoring this symbol information.
11233This usually allows you to debug your program, though certain symbols
c906108c 11234are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
11235debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11236on @code{complain}, then go up to the function @code{read_dbx_symtab}
11237and examine @code{*bufp} to see the symbol.
c906108c
SS
11238
11239@item stub type has NULL name
c906108c 11240
7a292a7a 11241@value{GDBN} could not find the full definition for a struct or class.
c906108c 11242
7a292a7a 11243@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 11244The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
11245information that recent versions of the compiler should have output for
11246it.
c906108c
SS
11247
11248@item info mismatch between compiler and debugger
11249
11250@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 11251
c906108c
SS
11252@end table
11253
6d2ebf8b 11254@node Targets
c906108c 11255@chapter Specifying a Debugging Target
7a292a7a 11256
c906108c 11257@cindex debugging target
c906108c 11258A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
11259
11260Often, @value{GDBN} runs in the same host environment as your program;
11261in that case, the debugging target is specified as a side effect when
11262you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
11263flexibility---for example, running @value{GDBN} on a physically separate
11264host, or controlling a standalone system over a serial port or a
53a5351d
JM
11265realtime system over a TCP/IP connection---you can use the @code{target}
11266command to specify one of the target types configured for @value{GDBN}
11267(@pxref{Target Commands, ,Commands for managing targets}).
c906108c 11268
a8f24a35
EZ
11269@cindex target architecture
11270It is possible to build @value{GDBN} for several different @dfn{target
11271architectures}. When @value{GDBN} is built like that, you can choose
11272one of the available architectures with the @kbd{set architecture}
11273command.
11274
11275@table @code
11276@kindex set architecture
11277@kindex show architecture
11278@item set architecture @var{arch}
11279This command sets the current target architecture to @var{arch}. The
11280value of @var{arch} can be @code{"auto"}, in addition to one of the
11281supported architectures.
11282
11283@item show architecture
11284Show the current target architecture.
9c16f35a
EZ
11285
11286@item set processor
11287@itemx processor
11288@kindex set processor
11289@kindex show processor
11290These are alias commands for, respectively, @code{set architecture}
11291and @code{show architecture}.
a8f24a35
EZ
11292@end table
11293
c906108c
SS
11294@menu
11295* Active Targets:: Active targets
11296* Target Commands:: Commands for managing targets
c906108c
SS
11297* Byte Order:: Choosing target byte order
11298* Remote:: Remote debugging
96baa820 11299* KOD:: Kernel Object Display
c906108c
SS
11300
11301@end menu
11302
6d2ebf8b 11303@node Active Targets
c906108c 11304@section Active targets
7a292a7a 11305
c906108c
SS
11306@cindex stacking targets
11307@cindex active targets
11308@cindex multiple targets
11309
c906108c 11310There are three classes of targets: processes, core files, and
7a292a7a
SS
11311executable files. @value{GDBN} can work concurrently on up to three
11312active targets, one in each class. This allows you to (for example)
11313start a process and inspect its activity without abandoning your work on
11314a core file.
c906108c
SS
11315
11316For example, if you execute @samp{gdb a.out}, then the executable file
11317@code{a.out} is the only active target. If you designate a core file as
11318well---presumably from a prior run that crashed and coredumped---then
11319@value{GDBN} has two active targets and uses them in tandem, looking
11320first in the corefile target, then in the executable file, to satisfy
11321requests for memory addresses. (Typically, these two classes of target
11322are complementary, since core files contain only a program's
11323read-write memory---variables and so on---plus machine status, while
11324executable files contain only the program text and initialized data.)
c906108c
SS
11325
11326When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
11327target as well. When a process target is active, all @value{GDBN}
11328commands requesting memory addresses refer to that target; addresses in
11329an active core file or executable file target are obscured while the
11330process target is active.
c906108c 11331
7a292a7a
SS
11332Use the @code{core-file} and @code{exec-file} commands to select a new
11333core file or executable target (@pxref{Files, ,Commands to specify
c906108c 11334files}). To specify as a target a process that is already running, use
7a292a7a
SS
11335the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11336process}).
c906108c 11337
6d2ebf8b 11338@node Target Commands
c906108c
SS
11339@section Commands for managing targets
11340
11341@table @code
11342@item target @var{type} @var{parameters}
7a292a7a
SS
11343Connects the @value{GDBN} host environment to a target machine or
11344process. A target is typically a protocol for talking to debugging
11345facilities. You use the argument @var{type} to specify the type or
11346protocol of the target machine.
c906108c
SS
11347
11348Further @var{parameters} are interpreted by the target protocol, but
11349typically include things like device names or host names to connect
11350with, process numbers, and baud rates.
c906108c
SS
11351
11352The @code{target} command does not repeat if you press @key{RET} again
11353after executing the command.
11354
11355@kindex help target
11356@item help target
11357Displays the names of all targets available. To display targets
11358currently selected, use either @code{info target} or @code{info files}
11359(@pxref{Files, ,Commands to specify files}).
11360
11361@item help target @var{name}
11362Describe a particular target, including any parameters necessary to
11363select it.
11364
11365@kindex set gnutarget
11366@item set gnutarget @var{args}
5d161b24 11367@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 11368knows whether it is reading an @dfn{executable},
5d161b24
DB
11369a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11370with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
11371with @code{gnutarget} the @code{target} refers to a program, not a machine.
11372
d4f3574e 11373@quotation
c906108c
SS
11374@emph{Warning:} To specify a file format with @code{set gnutarget},
11375you must know the actual BFD name.
d4f3574e 11376@end quotation
c906108c 11377
d4f3574e
SS
11378@noindent
11379@xref{Files, , Commands to specify files}.
c906108c 11380
5d161b24 11381@kindex show gnutarget
c906108c
SS
11382@item show gnutarget
11383Use the @code{show gnutarget} command to display what file format
11384@code{gnutarget} is set to read. If you have not set @code{gnutarget},
11385@value{GDBN} will determine the file format for each file automatically,
11386and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11387@end table
11388
4644b6e3 11389@cindex common targets
c906108c
SS
11390Here are some common targets (available, or not, depending on the GDB
11391configuration):
c906108c
SS
11392
11393@table @code
4644b6e3 11394@kindex target
c906108c 11395@item target exec @var{program}
4644b6e3 11396@cindex executable file target
c906108c
SS
11397An executable file. @samp{target exec @var{program}} is the same as
11398@samp{exec-file @var{program}}.
11399
c906108c 11400@item target core @var{filename}
4644b6e3 11401@cindex core dump file target
c906108c
SS
11402A core dump file. @samp{target core @var{filename}} is the same as
11403@samp{core-file @var{filename}}.
c906108c 11404
c906108c 11405@item target remote @var{dev}
4644b6e3 11406@cindex remote target
c906108c
SS
11407Remote serial target in GDB-specific protocol. The argument @var{dev}
11408specifies what serial device to use for the connection (e.g.
11409@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 11410supports the @code{load} command. This is only useful if you have
c906108c
SS
11411some other way of getting the stub to the target system, and you can put
11412it somewhere in memory where it won't get clobbered by the download.
11413
c906108c 11414@item target sim
4644b6e3 11415@cindex built-in simulator target
2df3850c 11416Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 11417In general,
474c8240 11418@smallexample
104c1213
JM
11419 target sim
11420 load
11421 run
474c8240 11422@end smallexample
d4f3574e 11423@noindent
104c1213 11424works; however, you cannot assume that a specific memory map, device
d4f3574e 11425drivers, or even basic I/O is available, although some simulators do
104c1213
JM
11426provide these. For info about any processor-specific simulator details,
11427see the appropriate section in @ref{Embedded Processors, ,Embedded
11428Processors}.
11429
c906108c
SS
11430@end table
11431
104c1213 11432Some configurations may include these targets as well:
c906108c
SS
11433
11434@table @code
11435
c906108c 11436@item target nrom @var{dev}
4644b6e3 11437@cindex NetROM ROM emulator target
c906108c
SS
11438NetROM ROM emulator. This target only supports downloading.
11439
c906108c
SS
11440@end table
11441
5d161b24 11442Different targets are available on different configurations of @value{GDBN};
c906108c 11443your configuration may have more or fewer targets.
c906108c 11444
721c2651
EZ
11445Many remote targets require you to download the executable's code once
11446you've successfully established a connection. You may wish to control
11447various aspects of this process, such as the size of the data chunks
11448used by @value{GDBN} to download program parts to the remote target.
a8f24a35
EZ
11449
11450@table @code
11451@kindex set download-write-size
11452@item set download-write-size @var{size}
11453Set the write size used when downloading a program. Only used when
11454downloading a program onto a remote target. Specify zero or a
11455negative value to disable blocked writes. The actual size of each
11456transfer is also limited by the size of the target packet and the
11457memory cache.
11458
11459@kindex show download-write-size
11460@item show download-write-size
721c2651 11461@kindex show download-write-size
a8f24a35 11462Show the current value of the write size.
721c2651
EZ
11463
11464@item set hash
11465@kindex set hash@r{, for remote monitors}
11466@cindex hash mark while downloading
11467This command controls whether a hash mark @samp{#} is displayed while
11468downloading a file to the remote monitor. If on, a hash mark is
11469displayed after each S-record is successfully downloaded to the
11470monitor.
11471
11472@item show hash
11473@kindex show hash@r{, for remote monitors}
11474Show the current status of displaying the hash mark.
11475
11476@item set debug monitor
11477@kindex set debug monitor
11478@cindex display remote monitor communications
11479Enable or disable display of communications messages between
11480@value{GDBN} and the remote monitor.
11481
11482@item show debug monitor
11483@kindex show debug monitor
11484Show the current status of displaying communications between
11485@value{GDBN} and the remote monitor.
a8f24a35 11486@end table
c906108c
SS
11487
11488@table @code
11489
11490@kindex load @var{filename}
11491@item load @var{filename}
c906108c
SS
11492Depending on what remote debugging facilities are configured into
11493@value{GDBN}, the @code{load} command may be available. Where it exists, it
11494is meant to make @var{filename} (an executable) available for debugging
11495on the remote system---by downloading, or dynamic linking, for example.
11496@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11497the @code{add-symbol-file} command.
11498
11499If your @value{GDBN} does not have a @code{load} command, attempting to
11500execute it gets the error message ``@code{You can't do that when your
11501target is @dots{}}''
c906108c
SS
11502
11503The file is loaded at whatever address is specified in the executable.
11504For some object file formats, you can specify the load address when you
11505link the program; for other formats, like a.out, the object file format
11506specifies a fixed address.
11507@c FIXME! This would be a good place for an xref to the GNU linker doc.
11508
c906108c
SS
11509@code{load} does not repeat if you press @key{RET} again after using it.
11510@end table
11511
6d2ebf8b 11512@node Byte Order
c906108c 11513@section Choosing target byte order
7a292a7a 11514
c906108c
SS
11515@cindex choosing target byte order
11516@cindex target byte order
c906108c 11517
172c2a43 11518Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
11519offer the ability to run either big-endian or little-endian byte
11520orders. Usually the executable or symbol will include a bit to
11521designate the endian-ness, and you will not need to worry about
11522which to use. However, you may still find it useful to adjust
d4f3574e 11523@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
11524
11525@table @code
4644b6e3 11526@kindex set endian
c906108c
SS
11527@item set endian big
11528Instruct @value{GDBN} to assume the target is big-endian.
11529
c906108c
SS
11530@item set endian little
11531Instruct @value{GDBN} to assume the target is little-endian.
11532
c906108c
SS
11533@item set endian auto
11534Instruct @value{GDBN} to use the byte order associated with the
11535executable.
11536
11537@item show endian
11538Display @value{GDBN}'s current idea of the target byte order.
11539
11540@end table
11541
11542Note that these commands merely adjust interpretation of symbolic
11543data on the host, and that they have absolutely no effect on the
11544target system.
11545
6d2ebf8b 11546@node Remote
c906108c
SS
11547@section Remote debugging
11548@cindex remote debugging
11549
11550If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
11551@value{GDBN} in the usual way, it is often useful to use remote debugging.
11552For example, you might use remote debugging on an operating system kernel,
c906108c
SS
11553or on a small system which does not have a general purpose operating system
11554powerful enough to run a full-featured debugger.
11555
11556Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11557to make this work with particular debugging targets. In addition,
5d161b24 11558@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
11559but not specific to any particular target system) which you can use if you
11560write the remote stubs---the code that runs on the remote system to
11561communicate with @value{GDBN}.
11562
11563Other remote targets may be available in your
11564configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 11565
c45da7e6
EZ
11566Once you've connected to the remote target, @value{GDBN} allows you to
11567send arbitrary commands to the remote monitor:
11568
11569@table @code
11570@item remote @var{command}
11571@kindex remote@r{, a command}
11572@cindex send command to remote monitor
11573Send an arbitrary @var{command} string to the remote monitor.
11574@end table
11575
11576
6f05cf9f
AC
11577@node KOD
11578@section Kernel Object Display
6f05cf9f 11579@cindex kernel object display
6f05cf9f
AC
11580@cindex KOD
11581
11582Some targets support kernel object display. Using this facility,
11583@value{GDBN} communicates specially with the underlying operating system
11584and can display information about operating system-level objects such as
11585mutexes and other synchronization objects. Exactly which objects can be
11586displayed is determined on a per-OS basis.
11587
3bbe9696 11588@kindex set os
6f05cf9f
AC
11589Use the @code{set os} command to set the operating system. This tells
11590@value{GDBN} which kernel object display module to initialize:
11591
474c8240 11592@smallexample
6f05cf9f 11593(@value{GDBP}) set os cisco
474c8240 11594@end smallexample
6f05cf9f 11595
3bbe9696
EZ
11596@kindex show os
11597The associated command @code{show os} displays the operating system
11598set with the @code{set os} command; if no operating system has been
11599set, @code{show os} will display an empty string @samp{""}.
11600
6f05cf9f
AC
11601If @code{set os} succeeds, @value{GDBN} will display some information
11602about the operating system, and will create a new @code{info} command
11603which can be used to query the target. The @code{info} command is named
11604after the operating system:
c906108c 11605
3bbe9696 11606@kindex info cisco
474c8240 11607@smallexample
6f05cf9f
AC
11608(@value{GDBP}) info cisco
11609List of Cisco Kernel Objects
11610Object Description
11611any Any and all objects
474c8240 11612@end smallexample
6f05cf9f
AC
11613
11614Further subcommands can be used to query about particular objects known
11615by the kernel.
11616
3bbe9696
EZ
11617There is currently no way to determine whether a given operating
11618system is supported other than to try setting it with @kbd{set os
11619@var{name}}, where @var{name} is the name of the operating system you
11620want to try.
6f05cf9f
AC
11621
11622
11623@node Remote Debugging
11624@chapter Debugging remote programs
11625
6b2f586d 11626@menu
07f31aa6 11627* Connecting:: Connecting to a remote target
6b2f586d
AC
11628* Server:: Using the gdbserver program
11629* NetWare:: Using the gdbserve.nlm program
501eef12 11630* Remote configuration:: Remote configuration
6b2f586d 11631* remote stub:: Implementing a remote stub
6b2f586d
AC
11632@end menu
11633
07f31aa6
DJ
11634@node Connecting
11635@section Connecting to a remote target
11636
11637On the @value{GDBN} host machine, you will need an unstripped copy of
11638your program, since @value{GDBN} needs symobl and debugging information.
11639Start up @value{GDBN} as usual, using the name of the local copy of your
11640program as the first argument.
11641
11642@cindex serial line, @code{target remote}
11643If you're using a serial line, you may want to give @value{GDBN} the
11644@w{@samp{--baud}} option, or use the @code{set remotebaud} command
9c16f35a
EZ
11645(@pxref{Remote configuration, set remotebaud}) before the
11646@code{target} command.
07f31aa6
DJ
11647
11648After that, use @code{target remote} to establish communications with
11649the target machine. Its argument specifies how to communicate---either
11650via a devicename attached to a direct serial line, or a TCP or UDP port
11651(possibly to a terminal server which in turn has a serial line to the
11652target). For example, to use a serial line connected to the device
11653named @file{/dev/ttyb}:
11654
11655@smallexample
11656target remote /dev/ttyb
11657@end smallexample
11658
11659@cindex TCP port, @code{target remote}
11660To use a TCP connection, use an argument of the form
11661@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11662For example, to connect to port 2828 on a
11663terminal server named @code{manyfarms}:
11664
11665@smallexample
11666target remote manyfarms:2828
11667@end smallexample
11668
11669If your remote target is actually running on the same machine as
11670your debugger session (e.g.@: a simulator of your target running on
11671the same host), you can omit the hostname. For example, to connect
11672to port 1234 on your local machine:
11673
11674@smallexample
11675target remote :1234
11676@end smallexample
11677@noindent
11678
11679Note that the colon is still required here.
11680
11681@cindex UDP port, @code{target remote}
11682To use a UDP connection, use an argument of the form
11683@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11684on a terminal server named @code{manyfarms}:
11685
11686@smallexample
11687target remote udp:manyfarms:2828
11688@end smallexample
11689
11690When using a UDP connection for remote debugging, you should keep in mind
11691that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11692busy or unreliable networks, which will cause havoc with your debugging
11693session.
11694
11695Now you can use all the usual commands to examine and change data and to
11696step and continue the remote program.
11697
11698@cindex interrupting remote programs
11699@cindex remote programs, interrupting
11700Whenever @value{GDBN} is waiting for the remote program, if you type the
11701interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11702program. This may or may not succeed, depending in part on the hardware
11703and the serial drivers the remote system uses. If you type the
11704interrupt character once again, @value{GDBN} displays this prompt:
11705
11706@smallexample
11707Interrupted while waiting for the program.
11708Give up (and stop debugging it)? (y or n)
11709@end smallexample
11710
11711If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11712(If you decide you want to try again later, you can use @samp{target
11713remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11714goes back to waiting.
11715
11716@table @code
11717@kindex detach (remote)
11718@item detach
11719When you have finished debugging the remote program, you can use the
11720@code{detach} command to release it from @value{GDBN} control.
11721Detaching from the target normally resumes its execution, but the results
11722will depend on your particular remote stub. After the @code{detach}
11723command, @value{GDBN} is free to connect to another target.
11724
11725@kindex disconnect
11726@item disconnect
11727The @code{disconnect} command behaves like @code{detach}, except that
11728the target is generally not resumed. It will wait for @value{GDBN}
11729(this instance or another one) to connect and continue debugging. After
11730the @code{disconnect} command, @value{GDBN} is again free to connect to
11731another target.
09d4efe1
EZ
11732
11733@cindex send command to remote monitor
11734@kindex monitor
11735@item monitor @var{cmd}
11736This command allows you to send commands directly to the remote
11737monitor.
07f31aa6
DJ
11738@end table
11739
6f05cf9f
AC
11740@node Server
11741@section Using the @code{gdbserver} program
11742
11743@kindex gdbserver
11744@cindex remote connection without stubs
11745@code{gdbserver} is a control program for Unix-like systems, which
11746allows you to connect your program with a remote @value{GDBN} via
11747@code{target remote}---but without linking in the usual debugging stub.
11748
11749@code{gdbserver} is not a complete replacement for the debugging stubs,
11750because it requires essentially the same operating-system facilities
11751that @value{GDBN} itself does. In fact, a system that can run
11752@code{gdbserver} to connect to a remote @value{GDBN} could also run
11753@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11754because it is a much smaller program than @value{GDBN} itself. It is
11755also easier to port than all of @value{GDBN}, so you may be able to get
11756started more quickly on a new system by using @code{gdbserver}.
11757Finally, if you develop code for real-time systems, you may find that
11758the tradeoffs involved in real-time operation make it more convenient to
11759do as much development work as possible on another system, for example
11760by cross-compiling. You can use @code{gdbserver} to make a similar
11761choice for debugging.
11762
11763@value{GDBN} and @code{gdbserver} communicate via either a serial line
11764or a TCP connection, using the standard @value{GDBN} remote serial
11765protocol.
11766
11767@table @emph
11768@item On the target machine,
11769you need to have a copy of the program you want to debug.
11770@code{gdbserver} does not need your program's symbol table, so you can
11771strip the program if necessary to save space. @value{GDBN} on the host
11772system does all the symbol handling.
11773
11774To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 11775the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
11776syntax is:
11777
11778@smallexample
11779target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11780@end smallexample
11781
11782@var{comm} is either a device name (to use a serial line) or a TCP
11783hostname and portnumber. For example, to debug Emacs with the argument
11784@samp{foo.txt} and communicate with @value{GDBN} over the serial port
11785@file{/dev/com1}:
11786
11787@smallexample
11788target> gdbserver /dev/com1 emacs foo.txt
11789@end smallexample
11790
11791@code{gdbserver} waits passively for the host @value{GDBN} to communicate
11792with it.
11793
11794To use a TCP connection instead of a serial line:
11795
11796@smallexample
11797target> gdbserver host:2345 emacs foo.txt
11798@end smallexample
11799
11800The only difference from the previous example is the first argument,
11801specifying that you are communicating with the host @value{GDBN} via
11802TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11803expect a TCP connection from machine @samp{host} to local TCP port 2345.
11804(Currently, the @samp{host} part is ignored.) You can choose any number
11805you want for the port number as long as it does not conflict with any
11806TCP ports already in use on the target system (for example, @code{23} is
11807reserved for @code{telnet}).@footnote{If you choose a port number that
11808conflicts with another service, @code{gdbserver} prints an error message
11809and exits.} You must use the same port number with the host @value{GDBN}
11810@code{target remote} command.
11811
56460a61
DJ
11812On some targets, @code{gdbserver} can also attach to running programs.
11813This is accomplished via the @code{--attach} argument. The syntax is:
11814
11815@smallexample
11816target> gdbserver @var{comm} --attach @var{pid}
11817@end smallexample
11818
11819@var{pid} is the process ID of a currently running process. It isn't necessary
11820to point @code{gdbserver} at a binary for the running process.
11821
b1fe9455
DJ
11822@pindex pidof
11823@cindex attach to a program by name
11824You can debug processes by name instead of process ID if your target has the
11825@code{pidof} utility:
11826
11827@smallexample
11828target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11829@end smallexample
11830
11831In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11832has multiple threads, most versions of @code{pidof} support the
11833@code{-s} option to only return the first process ID.
11834
07f31aa6
DJ
11835@item On the host machine,
11836connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
11837For TCP connections, you must start up @code{gdbserver} prior to using
11838the @code{target remote} command. Otherwise you may get an error whose
11839text depends on the host system, but which usually looks something like
07f31aa6
DJ
11840@samp{Connection refused}. You don't need to use the @code{load}
11841command in @value{GDBN} when using gdbserver, since the program is
11842already on the target.
11843
6f05cf9f
AC
11844@end table
11845
11846@node NetWare
11847@section Using the @code{gdbserve.nlm} program
11848
11849@kindex gdbserve.nlm
11850@code{gdbserve.nlm} is a control program for NetWare systems, which
11851allows you to connect your program with a remote @value{GDBN} via
11852@code{target remote}.
11853
11854@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11855using the standard @value{GDBN} remote serial protocol.
11856
11857@table @emph
11858@item On the target machine,
11859you need to have a copy of the program you want to debug.
11860@code{gdbserve.nlm} does not need your program's symbol table, so you
11861can strip the program if necessary to save space. @value{GDBN} on the
11862host system does all the symbol handling.
11863
11864To use the server, you must tell it how to communicate with
11865@value{GDBN}; the name of your program; and the arguments for your
11866program. The syntax is:
11867
11868@smallexample
11869load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11870 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11871@end smallexample
11872
11873@var{board} and @var{port} specify the serial line; @var{baud} specifies
11874the baud rate used by the connection. @var{port} and @var{node} default
11875to 0, @var{baud} defaults to 9600@dmn{bps}.
11876
11877For example, to debug Emacs with the argument @samp{foo.txt}and
11878communicate with @value{GDBN} over serial port number 2 or board 1
11879using a 19200@dmn{bps} connection:
11880
11881@smallexample
11882load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11883@end smallexample
11884
07f31aa6
DJ
11885@item
11886On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11887Connecting to a remote target}).
6f05cf9f 11888
6f05cf9f
AC
11889@end table
11890
501eef12
AC
11891@node Remote configuration
11892@section Remote configuration
11893
9c16f35a
EZ
11894@kindex set remote
11895@kindex show remote
11896This section documents the configuration options available when
11897debugging remote programs. For the options related to the File I/O
11898extensions of the remote protocol, see @ref{The system call,
11899system-call-allowed}.
501eef12
AC
11900
11901@table @code
9c16f35a
EZ
11902@item set remoteaddresssize @var{bits}
11903@cindex adress size for remote targets
11904@cindex bits in remote address
11905Set the maximum size of address in a memory packet to the specified
11906number of bits. @value{GDBN} will mask off the address bits above
11907that number, when it passes addresses to the remote target. The
11908default value is the number of bits in the target's address.
11909
11910@item show remoteaddresssize
11911Show the current value of remote address size in bits.
11912
11913@item set remotebaud @var{n}
11914@cindex baud rate for remote targets
11915Set the baud rate for the remote serial I/O to @var{n} baud. The
11916value is used to set the speed of the serial port used for debugging
11917remote targets.
11918
11919@item show remotebaud
11920Show the current speed of the remote connection.
11921
11922@item set remotebreak
11923@cindex interrupt remote programs
11924@cindex BREAK signal instead of Ctrl-C
11925If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
11926when you press the @key{Ctrl-C} key to interrupt the program running
11927on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
11928character instead. The default is off, since most remote systems
11929expect to see @samp{Ctrl-C} as the interrupt signal.
11930
11931@item show remotebreak
11932Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
11933interrupt the remote program.
11934
11935@item set remotedebug
11936@cindex debug remote protocol
11937@cindex remote protocol debugging
11938@cindex display remote packets
11939Control the debugging of the remote protocol. When enabled, each
11940packet sent to or received from the remote target is displayed. The
11941defaults is off.
11942
11943@item show remotedebug
11944Show the current setting of the remote protocol debugging.
11945
11946@item set remotedevice @var{device}
11947@cindex serial port name
11948Set the name of the serial port through which to communicate to the
11949remote target to @var{device}. This is the device used by
11950@value{GDBN} to open the serial communications line to the remote
11951target. There's no default, so you must set a valid port name for the
11952remote serial communications to work. (Some varieties of the
11953@code{target} command accept the port name as part of their
11954arguments.)
11955
11956@item show remotedevice
11957Show the current name of the serial port.
11958
11959@item set remotelogbase @var{base}
11960Set the base (a.k.a.@: radix) of logging serial protocol
11961communications to @var{base}. Supported values of @var{base} are:
11962@code{ascii}, @code{octal}, and @code{hex}. The default is
11963@code{ascii}.
11964
11965@item show remotelogbase
11966Show the current setting of the radix for logging remote serial
11967protocol.
11968
11969@item set remotelogfile @var{file}
11970@cindex record serial communications on file
11971Record remote serial communications on the named @var{file}. The
11972default is not to record at all.
11973
11974@item show remotelogfile.
11975Show the current setting of the file name on which to record the
11976serial communications.
11977
11978@item set remotetimeout @var{num}
11979@cindex timeout for serial communications
11980@cindex remote timeout
11981Set the timeout limit to wait for the remote target to respond to
11982@var{num} seconds. The default is 2 seconds.
11983
11984@item show remotetimeout
11985Show the current number of seconds to wait for the remote target
11986responses.
11987
11988@cindex limit hardware breakpoints and watchpoints
11989@cindex remote target, limit break- and watchpoints
501eef12
AC
11990@anchor{set remote hardware-watchpoint-limit}
11991@anchor{set remote hardware-breakpoint-limit}
11992@item set remote hardware-watchpoint-limit @var{limit}
11993@itemx set remote hardware-breakpoint-limit @var{limit}
11994Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11995watchpoints. A limit of -1, the default, is treated as unlimited.
9c16f35a
EZ
11996
11997@item set remote fetch-register-packet
11998@itemx set remote set-register-packet
11999@itemx set remote P-packet
12000@itemx set remote p-packet
12001@cindex P-packet
12002@cindex fetch registers from remote targets
12003@cindex set registers in remote targets
12004Determine whether @value{GDBN} can set and fetch registers from the
12005remote target using the @samp{P} packets. The default depends on the
12006remote stub's support of the @samp{P} packets (@value{GDBN} queries
12007the stub when this packet is first required).
12008
12009@item show remote fetch-register-packet
12010@itemx show remote set-register-packet
12011@itemx show remote P-packet
12012@itemx show remote p-packet
12013Show the current setting of using the @samp{P} packets for setting and
12014fetching registers from the remote target.
12015
12016@cindex binary downloads
12017@cindex X-packet
12018@item set remote binary-download-packet
12019@itemx set remote X-packet
12020Determine whether @value{GDBN} sends downloads in binary mode using
12021the @samp{X} packets. The default is on.
12022
12023@item show remote binary-download-packet
12024@itemx show remote X-packet
12025Show the current setting of using the @samp{X} packets for binary
12026downloads.
12027
12028@item set remote read-aux-vector-packet
12029@cindex auxiliary vector of remote target
12030@cindex @code{auxv}, and remote targets
12031Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12032auxiliary vector read) request. This request is used to fetch the
721c2651
EZ
12033remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12034Auxiliary Vector}. The default setting depends on the remote stub's
12035support of this request (@value{GDBN} queries the stub when this
12036request is first required). @xref{General Query Packets, qPart}, for
12037more information about this request.
9c16f35a
EZ
12038
12039@item show remote read-aux-vector-packet
12040Show the current setting of use of the @samp{qPart:auxv:read} request.
12041
12042@item set remote symbol-lookup-packet
12043@cindex remote symbol lookup request
12044Set the use of the remote protocol's @samp{qSymbol} (target symbol
12045lookup) request. This request is used to communicate symbol
12046information to the remote target, e.g., whenever a new shared library
12047is loaded by the remote (@pxref{Files, shared libraries}). The
12048default setting depends on the remote stub's support of this request
12049(@value{GDBN} queries the stub when this request is first required).
12050@xref{General Query Packets, qSymbol}, for more information about this
12051request.
12052
12053@item show remote symbol-lookup-packet
12054Show the current setting of use of the @samp{qSymbol} request.
12055
12056@item set remote verbose-resume-packet
12057@cindex resume remote target
12058@cindex signal thread, and remote targets
12059@cindex single-step thread, and remote targets
12060@cindex thread-specific operations on remote targets
12061Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12062request. This request is used to resume specific threads in the
12063remote target, and to single-step or signal them. The default setting
12064depends on the remote stub's support of this request (@value{GDBN}
12065queries the stub when this request is first required). This setting
12066affects debugging of multithreaded programs: if @samp{vCont} cannot be
12067used, @value{GDBN} might be unable to single-step a specific thread,
12068especially under @code{set scheduler-locking off}; it is also
12069impossible to pause a specific thread. @xref{Packets, vCont}, for
12070more details.
12071
12072@item show remote verbose-resume-packet
12073Show the current setting of use of the @samp{vCont} request
12074
12075@item set remote software-breakpoint-packet
12076@itemx set remote hardware-breakpoint-packet
12077@itemx set remote write-watchpoint-packet
12078@itemx set remote read-watchpoint-packet
12079@itemx set remote access-watchpoint-packet
12080@itemx set remote Z-packet
12081@cindex Z-packet
12082@cindex remote hardware breakpoints and watchpoints
12083These commands enable or disable the use of @samp{Z} packets for
12084setting breakpoints and watchpoints in the remote target. The default
12085depends on the remote stub's support of the @samp{Z} packets
12086(@value{GDBN} queries the stub when each packet is first required).
12087The command @code{set remote Z-packet}, kept for back-compatibility,
12088turns on or off all the features that require the use of @samp{Z}
12089packets.
12090
12091@item show remote software-breakpoint-packet
12092@itemx show remote hardware-breakpoint-packet
12093@itemx show remote write-watchpoint-packet
12094@itemx show remote read-watchpoint-packet
12095@itemx show remote access-watchpoint-packet
12096@itemx show remote Z-packet
12097Show the current setting of @samp{Z} packets usage.
501eef12
AC
12098@end table
12099
6f05cf9f
AC
12100@node remote stub
12101@section Implementing a remote stub
7a292a7a 12102
8e04817f
AC
12103@cindex debugging stub, example
12104@cindex remote stub, example
12105@cindex stub example, remote debugging
12106The stub files provided with @value{GDBN} implement the target side of the
12107communication protocol, and the @value{GDBN} side is implemented in the
12108@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
12109these subroutines to communicate, and ignore the details. (If you're
12110implementing your own stub file, you can still ignore the details: start
12111with one of the existing stub files. @file{sparc-stub.c} is the best
12112organized, and therefore the easiest to read.)
12113
104c1213
JM
12114@cindex remote serial debugging, overview
12115To debug a program running on another machine (the debugging
12116@dfn{target} machine), you must first arrange for all the usual
12117prerequisites for the program to run by itself. For example, for a C
12118program, you need:
c906108c 12119
104c1213
JM
12120@enumerate
12121@item
12122A startup routine to set up the C runtime environment; these usually
12123have a name like @file{crt0}. The startup routine may be supplied by
12124your hardware supplier, or you may have to write your own.
96baa820 12125
5d161b24 12126@item
d4f3574e 12127A C subroutine library to support your program's
104c1213 12128subroutine calls, notably managing input and output.
96baa820 12129
104c1213
JM
12130@item
12131A way of getting your program to the other machine---for example, a
12132download program. These are often supplied by the hardware
12133manufacturer, but you may have to write your own from hardware
12134documentation.
12135@end enumerate
96baa820 12136
104c1213
JM
12137The next step is to arrange for your program to use a serial port to
12138communicate with the machine where @value{GDBN} is running (the @dfn{host}
12139machine). In general terms, the scheme looks like this:
96baa820 12140
104c1213
JM
12141@table @emph
12142@item On the host,
12143@value{GDBN} already understands how to use this protocol; when everything
12144else is set up, you can simply use the @samp{target remote} command
12145(@pxref{Targets,,Specifying a Debugging Target}).
12146
12147@item On the target,
12148you must link with your program a few special-purpose subroutines that
12149implement the @value{GDBN} remote serial protocol. The file containing these
12150subroutines is called a @dfn{debugging stub}.
12151
12152On certain remote targets, you can use an auxiliary program
12153@code{gdbserver} instead of linking a stub into your program.
12154@xref{Server,,Using the @code{gdbserver} program}, for details.
12155@end table
96baa820 12156
104c1213
JM
12157The debugging stub is specific to the architecture of the remote
12158machine; for example, use @file{sparc-stub.c} to debug programs on
12159@sc{sparc} boards.
96baa820 12160
104c1213
JM
12161@cindex remote serial stub list
12162These working remote stubs are distributed with @value{GDBN}:
96baa820 12163
104c1213
JM
12164@table @code
12165
12166@item i386-stub.c
41afff9a 12167@cindex @file{i386-stub.c}
104c1213
JM
12168@cindex Intel
12169@cindex i386
12170For Intel 386 and compatible architectures.
12171
12172@item m68k-stub.c
41afff9a 12173@cindex @file{m68k-stub.c}
104c1213
JM
12174@cindex Motorola 680x0
12175@cindex m680x0
12176For Motorola 680x0 architectures.
12177
12178@item sh-stub.c
41afff9a 12179@cindex @file{sh-stub.c}
172c2a43 12180@cindex Renesas
104c1213 12181@cindex SH
172c2a43 12182For Renesas SH architectures.
104c1213
JM
12183
12184@item sparc-stub.c
41afff9a 12185@cindex @file{sparc-stub.c}
104c1213
JM
12186@cindex Sparc
12187For @sc{sparc} architectures.
12188
12189@item sparcl-stub.c
41afff9a 12190@cindex @file{sparcl-stub.c}
104c1213
JM
12191@cindex Fujitsu
12192@cindex SparcLite
12193For Fujitsu @sc{sparclite} architectures.
12194
12195@end table
12196
12197The @file{README} file in the @value{GDBN} distribution may list other
12198recently added stubs.
12199
12200@menu
12201* Stub Contents:: What the stub can do for you
12202* Bootstrapping:: What you must do for the stub
12203* Debug Session:: Putting it all together
104c1213
JM
12204@end menu
12205
6d2ebf8b 12206@node Stub Contents
6f05cf9f 12207@subsection What the stub can do for you
104c1213
JM
12208
12209@cindex remote serial stub
12210The debugging stub for your architecture supplies these three
12211subroutines:
12212
12213@table @code
12214@item set_debug_traps
4644b6e3 12215@findex set_debug_traps
104c1213
JM
12216@cindex remote serial stub, initialization
12217This routine arranges for @code{handle_exception} to run when your
12218program stops. You must call this subroutine explicitly near the
12219beginning of your program.
12220
12221@item handle_exception
4644b6e3 12222@findex handle_exception
104c1213
JM
12223@cindex remote serial stub, main routine
12224This is the central workhorse, but your program never calls it
12225explicitly---the setup code arranges for @code{handle_exception} to
12226run when a trap is triggered.
12227
12228@code{handle_exception} takes control when your program stops during
12229execution (for example, on a breakpoint), and mediates communications
12230with @value{GDBN} on the host machine. This is where the communications
12231protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 12232representative on the target machine. It begins by sending summary
104c1213
JM
12233information on the state of your program, then continues to execute,
12234retrieving and transmitting any information @value{GDBN} needs, until you
12235execute a @value{GDBN} command that makes your program resume; at that point,
12236@code{handle_exception} returns control to your own code on the target
5d161b24 12237machine.
104c1213
JM
12238
12239@item breakpoint
12240@cindex @code{breakpoint} subroutine, remote
12241Use this auxiliary subroutine to make your program contain a
12242breakpoint. Depending on the particular situation, this may be the only
12243way for @value{GDBN} to get control. For instance, if your target
12244machine has some sort of interrupt button, you won't need to call this;
12245pressing the interrupt button transfers control to
12246@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12247simply receiving characters on the serial port may also trigger a trap;
12248again, in that situation, you don't need to call @code{breakpoint} from
12249your own program---simply running @samp{target remote} from the host
5d161b24 12250@value{GDBN} session gets control.
104c1213
JM
12251
12252Call @code{breakpoint} if none of these is true, or if you simply want
12253to make certain your program stops at a predetermined point for the
12254start of your debugging session.
12255@end table
12256
6d2ebf8b 12257@node Bootstrapping
6f05cf9f 12258@subsection What you must do for the stub
104c1213
JM
12259
12260@cindex remote stub, support routines
12261The debugging stubs that come with @value{GDBN} are set up for a particular
12262chip architecture, but they have no information about the rest of your
12263debugging target machine.
12264
12265First of all you need to tell the stub how to communicate with the
12266serial port.
12267
12268@table @code
12269@item int getDebugChar()
4644b6e3 12270@findex getDebugChar
104c1213
JM
12271Write this subroutine to read a single character from the serial port.
12272It may be identical to @code{getchar} for your target system; a
12273different name is used to allow you to distinguish the two if you wish.
12274
12275@item void putDebugChar(int)
4644b6e3 12276@findex putDebugChar
104c1213 12277Write this subroutine to write a single character to the serial port.
5d161b24 12278It may be identical to @code{putchar} for your target system; a
104c1213
JM
12279different name is used to allow you to distinguish the two if you wish.
12280@end table
12281
12282@cindex control C, and remote debugging
12283@cindex interrupting remote targets
12284If you want @value{GDBN} to be able to stop your program while it is
12285running, you need to use an interrupt-driven serial driver, and arrange
12286for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12287character). That is the character which @value{GDBN} uses to tell the
12288remote system to stop.
12289
12290Getting the debugging target to return the proper status to @value{GDBN}
12291probably requires changes to the standard stub; one quick and dirty way
12292is to just execute a breakpoint instruction (the ``dirty'' part is that
12293@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12294
12295Other routines you need to supply are:
12296
12297@table @code
12298@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 12299@findex exceptionHandler
104c1213
JM
12300Write this function to install @var{exception_address} in the exception
12301handling tables. You need to do this because the stub does not have any
12302way of knowing what the exception handling tables on your target system
12303are like (for example, the processor's table might be in @sc{rom},
12304containing entries which point to a table in @sc{ram}).
12305@var{exception_number} is the exception number which should be changed;
12306its meaning is architecture-dependent (for example, different numbers
12307might represent divide by zero, misaligned access, etc). When this
12308exception occurs, control should be transferred directly to
12309@var{exception_address}, and the processor state (stack, registers,
12310and so on) should be just as it is when a processor exception occurs. So if
12311you want to use a jump instruction to reach @var{exception_address}, it
12312should be a simple jump, not a jump to subroutine.
12313
12314For the 386, @var{exception_address} should be installed as an interrupt
12315gate so that interrupts are masked while the handler runs. The gate
12316should be at privilege level 0 (the most privileged level). The
12317@sc{sparc} and 68k stubs are able to mask interrupts themselves without
12318help from @code{exceptionHandler}.
12319
12320@item void flush_i_cache()
4644b6e3 12321@findex flush_i_cache
d4f3574e 12322On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
12323instruction cache, if any, on your target machine. If there is no
12324instruction cache, this subroutine may be a no-op.
12325
12326On target machines that have instruction caches, @value{GDBN} requires this
12327function to make certain that the state of your program is stable.
12328@end table
12329
12330@noindent
12331You must also make sure this library routine is available:
12332
12333@table @code
12334@item void *memset(void *, int, int)
4644b6e3 12335@findex memset
104c1213
JM
12336This is the standard library function @code{memset} that sets an area of
12337memory to a known value. If you have one of the free versions of
12338@code{libc.a}, @code{memset} can be found there; otherwise, you must
12339either obtain it from your hardware manufacturer, or write your own.
12340@end table
12341
12342If you do not use the GNU C compiler, you may need other standard
12343library subroutines as well; this varies from one stub to another,
12344but in general the stubs are likely to use any of the common library
d4f3574e 12345subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
12346
12347
6d2ebf8b 12348@node Debug Session
6f05cf9f 12349@subsection Putting it all together
104c1213
JM
12350
12351@cindex remote serial debugging summary
12352In summary, when your program is ready to debug, you must follow these
12353steps.
12354
12355@enumerate
12356@item
6d2ebf8b 12357Make sure you have defined the supporting low-level routines
104c1213
JM
12358(@pxref{Bootstrapping,,What you must do for the stub}):
12359@display
12360@code{getDebugChar}, @code{putDebugChar},
12361@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12362@end display
12363
12364@item
12365Insert these lines near the top of your program:
12366
474c8240 12367@smallexample
104c1213
JM
12368set_debug_traps();
12369breakpoint();
474c8240 12370@end smallexample
104c1213
JM
12371
12372@item
12373For the 680x0 stub only, you need to provide a variable called
12374@code{exceptionHook}. Normally you just use:
12375
474c8240 12376@smallexample
104c1213 12377void (*exceptionHook)() = 0;
474c8240 12378@end smallexample
104c1213 12379
d4f3574e 12380@noindent
104c1213 12381but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 12382function in your program, that function is called when
104c1213
JM
12383@code{@value{GDBN}} continues after stopping on a trap (for example, bus
12384error). The function indicated by @code{exceptionHook} is called with
12385one parameter: an @code{int} which is the exception number.
12386
12387@item
12388Compile and link together: your program, the @value{GDBN} debugging stub for
12389your target architecture, and the supporting subroutines.
12390
12391@item
12392Make sure you have a serial connection between your target machine and
12393the @value{GDBN} host, and identify the serial port on the host.
12394
12395@item
12396@c The "remote" target now provides a `load' command, so we should
12397@c document that. FIXME.
12398Download your program to your target machine (or get it there by
12399whatever means the manufacturer provides), and start it.
12400
12401@item
07f31aa6
DJ
12402Start @value{GDBN} on the host, and connect to the target
12403(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 12404
104c1213
JM
12405@end enumerate
12406
8e04817f
AC
12407@node Configurations
12408@chapter Configuration-Specific Information
104c1213 12409
8e04817f
AC
12410While nearly all @value{GDBN} commands are available for all native and
12411cross versions of the debugger, there are some exceptions. This chapter
12412describes things that are only available in certain configurations.
104c1213 12413
8e04817f
AC
12414There are three major categories of configurations: native
12415configurations, where the host and target are the same, embedded
12416operating system configurations, which are usually the same for several
12417different processor architectures, and bare embedded processors, which
12418are quite different from each other.
104c1213 12419
8e04817f
AC
12420@menu
12421* Native::
12422* Embedded OS::
12423* Embedded Processors::
12424* Architectures::
12425@end menu
104c1213 12426
8e04817f
AC
12427@node Native
12428@section Native
104c1213 12429
8e04817f
AC
12430This section describes details specific to particular native
12431configurations.
6cf7e474 12432
8e04817f
AC
12433@menu
12434* HP-UX:: HP-UX
7561d450 12435* BSD libkvm Interface:: Debugging BSD kernel memory images
8e04817f
AC
12436* SVR4 Process Information:: SVR4 process information
12437* DJGPP Native:: Features specific to the DJGPP port
78c47bea 12438* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 12439* Hurd Native:: Features specific to @sc{gnu} Hurd
a64548ea 12440* Neutrino:: Features specific to QNX Neutrino
8e04817f 12441@end menu
6cf7e474 12442
8e04817f
AC
12443@node HP-UX
12444@subsection HP-UX
104c1213 12445
8e04817f
AC
12446On HP-UX systems, if you refer to a function or variable name that
12447begins with a dollar sign, @value{GDBN} searches for a user or system
12448name first, before it searches for a convenience variable.
104c1213 12449
9c16f35a 12450
7561d450
MK
12451@node BSD libkvm Interface
12452@subsection BSD libkvm Interface
12453
12454@cindex libkvm
12455@cindex kernel memory image
12456@cindex kernel crash dump
12457
12458BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12459interface that provides a uniform interface for accessing kernel virtual
12460memory images, including live systems and crash dumps. @value{GDBN}
12461uses this interface to allow you to debug live kernels and kernel crash
12462dumps on many native BSD configurations. This is implemented as a
12463special @code{kvm} debugging target. For debugging a live system, load
12464the currently running kernel into @value{GDBN} and connect to the
12465@code{kvm} target:
12466
12467@smallexample
12468(@value{GDBP}) @b{target kvm}
12469@end smallexample
12470
12471For debugging crash dumps, provide the file name of the crash dump as an
12472argument:
12473
12474@smallexample
12475(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12476@end smallexample
12477
12478Once connected to the @code{kvm} target, the following commands are
12479available:
12480
12481@table @code
12482@kindex kvm
12483@item kvm pcb
721c2651 12484Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
12485
12486@item kvm proc
12487Set current context from proc address. This command isn't available on
12488modern FreeBSD systems.
12489@end table
12490
8e04817f
AC
12491@node SVR4 Process Information
12492@subsection SVR4 process information
60bf7e09
EZ
12493@cindex /proc
12494@cindex examine process image
12495@cindex process info via @file{/proc}
104c1213 12496
60bf7e09
EZ
12497Many versions of SVR4 and compatible systems provide a facility called
12498@samp{/proc} that can be used to examine the image of a running
12499process using file-system subroutines. If @value{GDBN} is configured
12500for an operating system with this facility, the command @code{info
12501proc} is available to report information about the process running
12502your program, or about any process running on your system. @code{info
12503proc} works only on SVR4 systems that include the @code{procfs} code.
12504This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12505Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
104c1213 12506
8e04817f
AC
12507@table @code
12508@kindex info proc
60bf7e09 12509@cindex process ID
8e04817f 12510@item info proc
60bf7e09
EZ
12511@itemx info proc @var{process-id}
12512Summarize available information about any running process. If a
12513process ID is specified by @var{process-id}, display information about
12514that process; otherwise display information about the program being
12515debugged. The summary includes the debugged process ID, the command
12516line used to invoke it, its current working directory, and its
12517executable file's absolute file name.
12518
12519On some systems, @var{process-id} can be of the form
12520@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12521within a process. If the optional @var{pid} part is missing, it means
12522a thread from the process being debugged (the leading @samp{/} still
12523needs to be present, or else @value{GDBN} will interpret the number as
12524a process ID rather than a thread ID).
6cf7e474 12525
8e04817f 12526@item info proc mappings
60bf7e09
EZ
12527@cindex memory address space mappings
12528Report the memory address space ranges accessible in the program, with
12529information on whether the process has read, write, or execute access
12530rights to each range. On @sc{gnu}/Linux systems, each memory range
12531includes the object file which is mapped to that range, instead of the
12532memory access rights to that range.
12533
12534@item info proc stat
12535@itemx info proc status
12536@cindex process detailed status information
12537These subcommands are specific to @sc{gnu}/Linux systems. They show
12538the process-related information, including the user ID and group ID;
12539how many threads are there in the process; its virtual memory usage;
12540the signals that are pending, blocked, and ignored; its TTY; its
12541consumption of system and user time; its stack size; its @samp{nice}
12542value; etc. For more information, see the @samp{proc(5)} man page
12543(type @kbd{man 5 proc} from your shell prompt).
12544
12545@item info proc all
12546Show all the information about the process described under all of the
12547above @code{info proc} subcommands.
12548
8e04817f
AC
12549@ignore
12550@comment These sub-options of 'info proc' were not included when
12551@comment procfs.c was re-written. Keep their descriptions around
12552@comment against the day when someone finds the time to put them back in.
12553@kindex info proc times
12554@item info proc times
12555Starting time, user CPU time, and system CPU time for your program and
12556its children.
6cf7e474 12557
8e04817f
AC
12558@kindex info proc id
12559@item info proc id
12560Report on the process IDs related to your program: its own process ID,
12561the ID of its parent, the process group ID, and the session ID.
8e04817f 12562@end ignore
721c2651
EZ
12563
12564@item set procfs-trace
12565@kindex set procfs-trace
12566@cindex @code{procfs} API calls
12567This command enables and disables tracing of @code{procfs} API calls.
12568
12569@item show procfs-trace
12570@kindex show procfs-trace
12571Show the current state of @code{procfs} API call tracing.
12572
12573@item set procfs-file @var{file}
12574@kindex set procfs-file
12575Tell @value{GDBN} to write @code{procfs} API trace to the named
12576@var{file}. @value{GDBN} appends the trace info to the previous
12577contents of the file. The default is to display the trace on the
12578standard output.
12579
12580@item show procfs-file
12581@kindex show procfs-file
12582Show the file to which @code{procfs} API trace is written.
12583
12584@item proc-trace-entry
12585@itemx proc-trace-exit
12586@itemx proc-untrace-entry
12587@itemx proc-untrace-exit
12588@kindex proc-trace-entry
12589@kindex proc-trace-exit
12590@kindex proc-untrace-entry
12591@kindex proc-untrace-exit
12592These commands enable and disable tracing of entries into and exits
12593from the @code{syscall} interface.
12594
12595@item info pidlist
12596@kindex info pidlist
12597@cindex process list, QNX Neutrino
12598For QNX Neutrino only, this command displays the list of all the
12599processes and all the threads within each process.
12600
12601@item info meminfo
12602@kindex info meminfo
12603@cindex mapinfo list, QNX Neutrino
12604For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 12605@end table
104c1213 12606
8e04817f
AC
12607@node DJGPP Native
12608@subsection Features for Debugging @sc{djgpp} Programs
12609@cindex @sc{djgpp} debugging
12610@cindex native @sc{djgpp} debugging
12611@cindex MS-DOS-specific commands
104c1213 12612
8e04817f
AC
12613@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
12614MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12615that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12616top of real-mode DOS systems and their emulations.
104c1213 12617
8e04817f
AC
12618@value{GDBN} supports native debugging of @sc{djgpp} programs, and
12619defines a few commands specific to the @sc{djgpp} port. This
12620subsection describes those commands.
104c1213 12621
8e04817f
AC
12622@table @code
12623@kindex info dos
12624@item info dos
12625This is a prefix of @sc{djgpp}-specific commands which print
12626information about the target system and important OS structures.
f1251bdd 12627
8e04817f
AC
12628@kindex sysinfo
12629@cindex MS-DOS system info
12630@cindex free memory information (MS-DOS)
12631@item info dos sysinfo
12632This command displays assorted information about the underlying
12633platform: the CPU type and features, the OS version and flavor, the
12634DPMI version, and the available conventional and DPMI memory.
104c1213 12635
8e04817f
AC
12636@cindex GDT
12637@cindex LDT
12638@cindex IDT
12639@cindex segment descriptor tables
12640@cindex descriptor tables display
12641@item info dos gdt
12642@itemx info dos ldt
12643@itemx info dos idt
12644These 3 commands display entries from, respectively, Global, Local,
12645and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12646tables are data structures which store a descriptor for each segment
12647that is currently in use. The segment's selector is an index into a
12648descriptor table; the table entry for that index holds the
12649descriptor's base address and limit, and its attributes and access
12650rights.
104c1213 12651
8e04817f
AC
12652A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12653segment (used for both data and the stack), and a DOS segment (which
12654allows access to DOS/BIOS data structures and absolute addresses in
12655conventional memory). However, the DPMI host will usually define
12656additional segments in order to support the DPMI environment.
d4f3574e 12657
8e04817f
AC
12658@cindex garbled pointers
12659These commands allow to display entries from the descriptor tables.
12660Without an argument, all entries from the specified table are
12661displayed. An argument, which should be an integer expression, means
12662display a single entry whose index is given by the argument. For
12663example, here's a convenient way to display information about the
12664debugged program's data segment:
104c1213 12665
8e04817f
AC
12666@smallexample
12667@exdent @code{(@value{GDBP}) info dos ldt $ds}
12668@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12669@end smallexample
104c1213 12670
8e04817f
AC
12671@noindent
12672This comes in handy when you want to see whether a pointer is outside
12673the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 12674
8e04817f
AC
12675@cindex page tables display (MS-DOS)
12676@item info dos pde
12677@itemx info dos pte
12678These two commands display entries from, respectively, the Page
12679Directory and the Page Tables. Page Directories and Page Tables are
12680data structures which control how virtual memory addresses are mapped
12681into physical addresses. A Page Table includes an entry for every
12682page of memory that is mapped into the program's address space; there
12683may be several Page Tables, each one holding up to 4096 entries. A
12684Page Directory has up to 4096 entries, one each for every Page Table
12685that is currently in use.
104c1213 12686
8e04817f
AC
12687Without an argument, @kbd{info dos pde} displays the entire Page
12688Directory, and @kbd{info dos pte} displays all the entries in all of
12689the Page Tables. An argument, an integer expression, given to the
12690@kbd{info dos pde} command means display only that entry from the Page
12691Directory table. An argument given to the @kbd{info dos pte} command
12692means display entries from a single Page Table, the one pointed to by
12693the specified entry in the Page Directory.
104c1213 12694
8e04817f
AC
12695@cindex direct memory access (DMA) on MS-DOS
12696These commands are useful when your program uses @dfn{DMA} (Direct
12697Memory Access), which needs physical addresses to program the DMA
12698controller.
104c1213 12699
8e04817f 12700These commands are supported only with some DPMI servers.
104c1213 12701
8e04817f
AC
12702@cindex physical address from linear address
12703@item info dos address-pte @var{addr}
12704This command displays the Page Table entry for a specified linear
12705address. The argument linear address @var{addr} should already have the
12706appropriate segment's base address added to it, because this command
12707accepts addresses which may belong to @emph{any} segment. For
12708example, here's how to display the Page Table entry for the page where
12709the variable @code{i} is stored:
104c1213 12710
b383017d 12711@smallexample
8e04817f
AC
12712@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12713@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 12714@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 12715@end smallexample
104c1213 12716
8e04817f
AC
12717@noindent
12718This says that @code{i} is stored at offset @code{0xd30} from the page
12719whose physical base address is @code{0x02698000}, and prints all the
12720attributes of that page.
104c1213 12721
8e04817f
AC
12722Note that you must cast the addresses of variables to a @code{char *},
12723since otherwise the value of @code{__djgpp_base_address}, the base
12724address of all variables and functions in a @sc{djgpp} program, will
12725be added using the rules of C pointer arithmetics: if @code{i} is
12726declared an @code{int}, @value{GDBN} will add 4 times the value of
12727@code{__djgpp_base_address} to the address of @code{i}.
104c1213 12728
8e04817f
AC
12729Here's another example, it displays the Page Table entry for the
12730transfer buffer:
104c1213 12731
8e04817f
AC
12732@smallexample
12733@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12734@exdent @code{Page Table entry for address 0x29110:}
12735@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12736@end smallexample
104c1213 12737
8e04817f
AC
12738@noindent
12739(The @code{+ 3} offset is because the transfer buffer's address is the
127403rd member of the @code{_go32_info_block} structure.) The output of
12741this command clearly shows that addresses in conventional memory are
12742mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 12743
8e04817f
AC
12744This command is supported only with some DPMI servers.
12745@end table
104c1213 12746
c45da7e6 12747@cindex DOS serial data link, remote debugging
a8f24a35
EZ
12748In addition to native debugging, the DJGPP port supports remote
12749debugging via a serial data link. The following commands are specific
12750to remote serial debugging in the DJGPP port of @value{GDBN}.
12751
12752@table @code
12753@kindex set com1base
12754@kindex set com1irq
12755@kindex set com2base
12756@kindex set com2irq
12757@kindex set com3base
12758@kindex set com3irq
12759@kindex set com4base
12760@kindex set com4irq
12761@item set com1base @var{addr}
12762This command sets the base I/O port address of the @file{COM1} serial
12763port.
12764
12765@item set com1irq @var{irq}
12766This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12767for the @file{COM1} serial port.
12768
12769There are similar commands @samp{set com2base}, @samp{set com3irq},
12770etc.@: for setting the port address and the @code{IRQ} lines for the
12771other 3 COM ports.
12772
12773@kindex show com1base
12774@kindex show com1irq
12775@kindex show com2base
12776@kindex show com2irq
12777@kindex show com3base
12778@kindex show com3irq
12779@kindex show com4base
12780@kindex show com4irq
12781The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12782display the current settings of the base address and the @code{IRQ}
12783lines used by the COM ports.
c45da7e6
EZ
12784
12785@item info serial
12786@kindex info serial
12787@cindex DOS serial port status
12788This command prints the status of the 4 DOS serial ports. For each
12789port, it prints whether it's active or not, its I/O base address and
12790IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12791counts of various errors encountered so far.
a8f24a35
EZ
12792@end table
12793
12794
78c47bea
PM
12795@node Cygwin Native
12796@subsection Features for Debugging MS Windows PE executables
12797@cindex MS Windows debugging
12798@cindex native Cygwin debugging
12799@cindex Cygwin-specific commands
12800
be448670
CF
12801@value{GDBN} supports native debugging of MS Windows programs, including
12802DLLs with and without symbolic debugging information. There are various
12803additional Cygwin-specific commands, described in this subsection. The
12804subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12805that have no debugging symbols.
12806
78c47bea
PM
12807
12808@table @code
12809@kindex info w32
12810@item info w32
12811This is a prefix of MS Windows specific commands which print
12812information about the target system and important OS structures.
12813
12814@item info w32 selector
12815This command displays information returned by
12816the Win32 API @code{GetThreadSelectorEntry} function.
12817It takes an optional argument that is evaluated to
12818a long value to give the information about this given selector.
12819Without argument, this command displays information
12820about the the six segment registers.
12821
12822@kindex info dll
12823@item info dll
12824This is a Cygwin specific alias of info shared.
12825
12826@kindex dll-symbols
12827@item dll-symbols
12828This command loads symbols from a dll similarly to
12829add-sym command but without the need to specify a base address.
12830
b383017d 12831@kindex set new-console
78c47bea 12832@item set new-console @var{mode}
b383017d 12833If @var{mode} is @code{on} the debuggee will
78c47bea
PM
12834be started in a new console on next start.
12835If @var{mode} is @code{off}i, the debuggee will
12836be started in the same console as the debugger.
12837
12838@kindex show new-console
12839@item show new-console
12840Displays whether a new console is used
12841when the debuggee is started.
12842
12843@kindex set new-group
12844@item set new-group @var{mode}
12845This boolean value controls whether the debuggee should
12846start a new group or stay in the same group as the debugger.
12847This affects the way the Windows OS handles
12848Ctrl-C.
12849
12850@kindex show new-group
12851@item show new-group
12852Displays current value of new-group boolean.
12853
12854@kindex set debugevents
12855@item set debugevents
12856This boolean value adds debug output concerning events seen by the debugger.
12857
12858@kindex set debugexec
12859@item set debugexec
b383017d 12860This boolean value adds debug output concerning execute events
78c47bea
PM
12861seen by the debugger.
12862
12863@kindex set debugexceptions
12864@item set debugexceptions
b383017d 12865This boolean value adds debug ouptut concerning exception events
78c47bea
PM
12866seen by the debugger.
12867
12868@kindex set debugmemory
12869@item set debugmemory
b383017d 12870This boolean value adds debug ouptut concerning memory events
78c47bea
PM
12871seen by the debugger.
12872
12873@kindex set shell
12874@item set shell
12875This boolean values specifies whether the debuggee is called
12876via a shell or directly (default value is on).
12877
12878@kindex show shell
12879@item show shell
12880Displays if the debuggee will be started with a shell.
12881
12882@end table
12883
be448670
CF
12884@menu
12885* Non-debug DLL symbols:: Support for DLLs without debugging symbols
12886@end menu
12887
12888@node Non-debug DLL symbols
12889@subsubsection Support for DLLs without debugging symbols
12890@cindex DLLs with no debugging symbols
12891@cindex Minimal symbols and DLLs
12892
12893Very often on windows, some of the DLLs that your program relies on do
12894not include symbolic debugging information (for example,
12895@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
12896symbols in a DLL, it relies on the minimal amount of symbolic
12897information contained in the DLL's export table. This subsubsection
12898describes working with such symbols, known internally to @value{GDBN} as
12899``minimal symbols''.
12900
12901Note that before the debugged program has started execution, no DLLs
12902will have been loaded. The easiest way around this problem is simply to
12903start the program --- either by setting a breakpoint or letting the
12904program run once to completion. It is also possible to force
12905@value{GDBN} to load a particular DLL before starting the executable ---
12906see the shared library information in @pxref{Files} or the
12907@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
12908explicitly loading symbols from a DLL with no debugging information will
12909cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
12910which may adversely affect symbol lookup performance.
12911
12912@subsubsection DLL name prefixes
12913
12914In keeping with the naming conventions used by the Microsoft debugging
12915tools, DLL export symbols are made available with a prefix based on the
12916DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
12917also entered into the symbol table, so @code{CreateFileA} is often
12918sufficient. In some cases there will be name clashes within a program
12919(particularly if the executable itself includes full debugging symbols)
12920necessitating the use of the fully qualified name when referring to the
12921contents of the DLL. Use single-quotes around the name to avoid the
12922exclamation mark (``!'') being interpreted as a language operator.
12923
12924Note that the internal name of the DLL may be all upper-case, even
12925though the file name of the DLL is lower-case, or vice-versa. Since
12926symbols within @value{GDBN} are @emph{case-sensitive} this may cause
12927some confusion. If in doubt, try the @code{info functions} and
12928@code{info variables} commands or even @code{maint print msymbols} (see
12929@pxref{Symbols}). Here's an example:
12930
12931@smallexample
f7dc1244 12932(@value{GDBP}) info function CreateFileA
be448670
CF
12933All functions matching regular expression "CreateFileA":
12934
12935Non-debugging symbols:
129360x77e885f4 CreateFileA
129370x77e885f4 KERNEL32!CreateFileA
12938@end smallexample
12939
12940@smallexample
f7dc1244 12941(@value{GDBP}) info function !
be448670
CF
12942All functions matching regular expression "!":
12943
12944Non-debugging symbols:
129450x6100114c cygwin1!__assert
129460x61004034 cygwin1!_dll_crt0@@0
129470x61004240 cygwin1!dll_crt0(per_process *)
12948[etc...]
12949@end smallexample
12950
12951@subsubsection Working with minimal symbols
12952
12953Symbols extracted from a DLL's export table do not contain very much
12954type information. All that @value{GDBN} can do is guess whether a symbol
12955refers to a function or variable depending on the linker section that
12956contains the symbol. Also note that the actual contents of the memory
12957contained in a DLL are not available unless the program is running. This
12958means that you cannot examine the contents of a variable or disassemble
12959a function within a DLL without a running program.
12960
12961Variables are generally treated as pointers and dereferenced
12962automatically. For this reason, it is often necessary to prefix a
12963variable name with the address-of operator (``&'') and provide explicit
12964type information in the command. Here's an example of the type of
12965problem:
12966
12967@smallexample
f7dc1244 12968(@value{GDBP}) print 'cygwin1!__argv'
be448670
CF
12969$1 = 268572168
12970@end smallexample
12971
12972@smallexample
f7dc1244 12973(@value{GDBP}) x 'cygwin1!__argv'
be448670
CF
129740x10021610: "\230y\""
12975@end smallexample
12976
12977And two possible solutions:
12978
12979@smallexample
f7dc1244 12980(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
12981$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
12982@end smallexample
12983
12984@smallexample
f7dc1244 12985(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 129860x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 12987(@value{GDBP}) x/x 0x10021608
be448670 129880x10021608: 0x0022fd98
f7dc1244 12989(@value{GDBP}) x/s 0x0022fd98
be448670
CF
129900x22fd98: "/cygdrive/c/mydirectory/myprogram"
12991@end smallexample
12992
12993Setting a break point within a DLL is possible even before the program
12994starts execution. However, under these circumstances, @value{GDBN} can't
12995examine the initial instructions of the function in order to skip the
12996function's frame set-up code. You can work around this by using ``*&''
12997to set the breakpoint at a raw memory address:
12998
12999@smallexample
f7dc1244 13000(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
13001Breakpoint 1 at 0x1e04eff0
13002@end smallexample
13003
13004The author of these extensions is not entirely convinced that setting a
13005break point within a shared DLL like @file{kernel32.dll} is completely
13006safe.
13007
14d6dd68
EZ
13008@node Hurd Native
13009@subsection Commands specific to @sc{gnu} Hurd systems
13010@cindex @sc{gnu} Hurd debugging
13011
13012This subsection describes @value{GDBN} commands specific to the
13013@sc{gnu} Hurd native debugging.
13014
13015@table @code
13016@item set signals
13017@itemx set sigs
13018@kindex set signals@r{, Hurd command}
13019@kindex set sigs@r{, Hurd command}
13020This command toggles the state of inferior signal interception by
13021@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
13022affected by this command. @code{sigs} is a shorthand alias for
13023@code{signals}.
13024
13025@item show signals
13026@itemx show sigs
13027@kindex show signals@r{, Hurd command}
13028@kindex show sigs@r{, Hurd command}
13029Show the current state of intercepting inferior's signals.
13030
13031@item set signal-thread
13032@itemx set sigthread
13033@kindex set signal-thread
13034@kindex set sigthread
13035This command tells @value{GDBN} which thread is the @code{libc} signal
13036thread. That thread is run when a signal is delivered to a running
13037process. @code{set sigthread} is the shorthand alias of @code{set
13038signal-thread}.
13039
13040@item show signal-thread
13041@itemx show sigthread
13042@kindex show signal-thread
13043@kindex show sigthread
13044These two commands show which thread will run when the inferior is
13045delivered a signal.
13046
13047@item set stopped
13048@kindex set stopped@r{, Hurd command}
13049This commands tells @value{GDBN} that the inferior process is stopped,
13050as with the @code{SIGSTOP} signal. The stopped process can be
13051continued by delivering a signal to it.
13052
13053@item show stopped
13054@kindex show stopped@r{, Hurd command}
13055This command shows whether @value{GDBN} thinks the debuggee is
13056stopped.
13057
13058@item set exceptions
13059@kindex set exceptions@r{, Hurd command}
13060Use this command to turn off trapping of exceptions in the inferior.
13061When exception trapping is off, neither breakpoints nor
13062single-stepping will work. To restore the default, set exception
13063trapping on.
13064
13065@item show exceptions
13066@kindex show exceptions@r{, Hurd command}
13067Show the current state of trapping exceptions in the inferior.
13068
13069@item set task pause
13070@kindex set task@r{, Hurd commands}
13071@cindex task attributes (@sc{gnu} Hurd)
13072@cindex pause current task (@sc{gnu} Hurd)
13073This command toggles task suspension when @value{GDBN} has control.
13074Setting it to on takes effect immediately, and the task is suspended
13075whenever @value{GDBN} gets control. Setting it to off will take
13076effect the next time the inferior is continued. If this option is set
13077to off, you can use @code{set thread default pause on} or @code{set
13078thread pause on} (see below) to pause individual threads.
13079
13080@item show task pause
13081@kindex show task@r{, Hurd commands}
13082Show the current state of task suspension.
13083
13084@item set task detach-suspend-count
13085@cindex task suspend count
13086@cindex detach from task, @sc{gnu} Hurd
13087This command sets the suspend count the task will be left with when
13088@value{GDBN} detaches from it.
13089
13090@item show task detach-suspend-count
13091Show the suspend count the task will be left with when detaching.
13092
13093@item set task exception-port
13094@itemx set task excp
13095@cindex task exception port, @sc{gnu} Hurd
13096This command sets the task exception port to which @value{GDBN} will
13097forward exceptions. The argument should be the value of the @dfn{send
13098rights} of the task. @code{set task excp} is a shorthand alias.
13099
13100@item set noninvasive
13101@cindex noninvasive task options
13102This command switches @value{GDBN} to a mode that is the least
13103invasive as far as interfering with the inferior is concerned. This
13104is the same as using @code{set task pause}, @code{set exceptions}, and
13105@code{set signals} to values opposite to the defaults.
13106
13107@item info send-rights
13108@itemx info receive-rights
13109@itemx info port-rights
13110@itemx info port-sets
13111@itemx info dead-names
13112@itemx info ports
13113@itemx info psets
13114@cindex send rights, @sc{gnu} Hurd
13115@cindex receive rights, @sc{gnu} Hurd
13116@cindex port rights, @sc{gnu} Hurd
13117@cindex port sets, @sc{gnu} Hurd
13118@cindex dead names, @sc{gnu} Hurd
13119These commands display information about, respectively, send rights,
13120receive rights, port rights, port sets, and dead names of a task.
13121There are also shorthand aliases: @code{info ports} for @code{info
13122port-rights} and @code{info psets} for @code{info port-sets}.
13123
13124@item set thread pause
13125@kindex set thread@r{, Hurd command}
13126@cindex thread properties, @sc{gnu} Hurd
13127@cindex pause current thread (@sc{gnu} Hurd)
13128This command toggles current thread suspension when @value{GDBN} has
13129control. Setting it to on takes effect immediately, and the current
13130thread is suspended whenever @value{GDBN} gets control. Setting it to
13131off will take effect the next time the inferior is continued.
13132Normally, this command has no effect, since when @value{GDBN} has
13133control, the whole task is suspended. However, if you used @code{set
13134task pause off} (see above), this command comes in handy to suspend
13135only the current thread.
13136
13137@item show thread pause
13138@kindex show thread@r{, Hurd command}
13139This command shows the state of current thread suspension.
13140
13141@item set thread run
13142This comamnd sets whether the current thread is allowed to run.
13143
13144@item show thread run
13145Show whether the current thread is allowed to run.
13146
13147@item set thread detach-suspend-count
13148@cindex thread suspend count, @sc{gnu} Hurd
13149@cindex detach from thread, @sc{gnu} Hurd
13150This command sets the suspend count @value{GDBN} will leave on a
13151thread when detaching. This number is relative to the suspend count
13152found by @value{GDBN} when it notices the thread; use @code{set thread
13153takeover-suspend-count} to force it to an absolute value.
13154
13155@item show thread detach-suspend-count
13156Show the suspend count @value{GDBN} will leave on the thread when
13157detaching.
13158
13159@item set thread exception-port
13160@itemx set thread excp
13161Set the thread exception port to which to forward exceptions. This
13162overrides the port set by @code{set task exception-port} (see above).
13163@code{set thread excp} is the shorthand alias.
13164
13165@item set thread takeover-suspend-count
13166Normally, @value{GDBN}'s thread suspend counts are relative to the
13167value @value{GDBN} finds when it notices each thread. This command
13168changes the suspend counts to be absolute instead.
13169
13170@item set thread default
13171@itemx show thread default
13172@cindex thread default settings, @sc{gnu} Hurd
13173Each of the above @code{set thread} commands has a @code{set thread
13174default} counterpart (e.g., @code{set thread default pause}, @code{set
13175thread default exception-port}, etc.). The @code{thread default}
13176variety of commands sets the default thread properties for all
13177threads; you can then change the properties of individual threads with
13178the non-default commands.
13179@end table
13180
13181
a64548ea
EZ
13182@node Neutrino
13183@subsection QNX Neutrino
13184@cindex QNX Neutrino
13185
13186@value{GDBN} provides the following commands specific to the QNX
13187Neutrino target:
13188
13189@table @code
13190@item set debug nto-debug
13191@kindex set debug nto-debug
13192When set to on, enables debugging messages specific to the QNX
13193Neutrino support.
13194
13195@item show debug nto-debug
13196@kindex show debug nto-debug
13197Show the current state of QNX Neutrino messages.
13198@end table
13199
13200
8e04817f
AC
13201@node Embedded OS
13202@section Embedded Operating Systems
104c1213 13203
8e04817f
AC
13204This section describes configurations involving the debugging of
13205embedded operating systems that are available for several different
13206architectures.
d4f3574e 13207
8e04817f
AC
13208@menu
13209* VxWorks:: Using @value{GDBN} with VxWorks
13210@end menu
104c1213 13211
8e04817f
AC
13212@value{GDBN} includes the ability to debug programs running on
13213various real-time operating systems.
104c1213 13214
8e04817f
AC
13215@node VxWorks
13216@subsection Using @value{GDBN} with VxWorks
104c1213 13217
8e04817f 13218@cindex VxWorks
104c1213 13219
8e04817f 13220@table @code
104c1213 13221
8e04817f
AC
13222@kindex target vxworks
13223@item target vxworks @var{machinename}
13224A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13225is the target system's machine name or IP address.
104c1213 13226
8e04817f 13227@end table
104c1213 13228
8e04817f
AC
13229On VxWorks, @code{load} links @var{filename} dynamically on the
13230current target system as well as adding its symbols in @value{GDBN}.
104c1213 13231
8e04817f
AC
13232@value{GDBN} enables developers to spawn and debug tasks running on networked
13233VxWorks targets from a Unix host. Already-running tasks spawned from
13234the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13235both the Unix host and on the VxWorks target. The program
13236@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13237installed with the name @code{vxgdb}, to distinguish it from a
13238@value{GDBN} for debugging programs on the host itself.)
104c1213 13239
8e04817f
AC
13240@table @code
13241@item VxWorks-timeout @var{args}
13242@kindex vxworks-timeout
13243All VxWorks-based targets now support the option @code{vxworks-timeout}.
13244This option is set by the user, and @var{args} represents the number of
13245seconds @value{GDBN} waits for responses to rpc's. You might use this if
13246your VxWorks target is a slow software simulator or is on the far side
13247of a thin network line.
13248@end table
104c1213 13249
8e04817f
AC
13250The following information on connecting to VxWorks was current when
13251this manual was produced; newer releases of VxWorks may use revised
13252procedures.
104c1213 13253
4644b6e3 13254@findex INCLUDE_RDB
8e04817f
AC
13255To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13256to include the remote debugging interface routines in the VxWorks
13257library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13258VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13259kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13260source debugging task @code{tRdbTask} when VxWorks is booted. For more
13261information on configuring and remaking VxWorks, see the manufacturer's
13262manual.
13263@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 13264
8e04817f
AC
13265Once you have included @file{rdb.a} in your VxWorks system image and set
13266your Unix execution search path to find @value{GDBN}, you are ready to
13267run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13268@code{vxgdb}, depending on your installation).
104c1213 13269
8e04817f 13270@value{GDBN} comes up showing the prompt:
104c1213 13271
474c8240 13272@smallexample
8e04817f 13273(vxgdb)
474c8240 13274@end smallexample
104c1213 13275
8e04817f
AC
13276@menu
13277* VxWorks Connection:: Connecting to VxWorks
13278* VxWorks Download:: VxWorks download
13279* VxWorks Attach:: Running tasks
13280@end menu
104c1213 13281
8e04817f
AC
13282@node VxWorks Connection
13283@subsubsection Connecting to VxWorks
104c1213 13284
8e04817f
AC
13285The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13286network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 13287
474c8240 13288@smallexample
8e04817f 13289(vxgdb) target vxworks tt
474c8240 13290@end smallexample
104c1213 13291
8e04817f
AC
13292@need 750
13293@value{GDBN} displays messages like these:
104c1213 13294
8e04817f
AC
13295@smallexample
13296Attaching remote machine across net...
13297Connected to tt.
13298@end smallexample
104c1213 13299
8e04817f
AC
13300@need 1000
13301@value{GDBN} then attempts to read the symbol tables of any object modules
13302loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13303these files by searching the directories listed in the command search
13304path (@pxref{Environment, ,Your program's environment}); if it fails
13305to find an object file, it displays a message such as:
5d161b24 13306
474c8240 13307@smallexample
8e04817f 13308prog.o: No such file or directory.
474c8240 13309@end smallexample
104c1213 13310
8e04817f
AC
13311When this happens, add the appropriate directory to the search path with
13312the @value{GDBN} command @code{path}, and execute the @code{target}
13313command again.
104c1213 13314
8e04817f
AC
13315@node VxWorks Download
13316@subsubsection VxWorks download
104c1213 13317
8e04817f
AC
13318@cindex download to VxWorks
13319If you have connected to the VxWorks target and you want to debug an
13320object that has not yet been loaded, you can use the @value{GDBN}
13321@code{load} command to download a file from Unix to VxWorks
13322incrementally. The object file given as an argument to the @code{load}
13323command is actually opened twice: first by the VxWorks target in order
13324to download the code, then by @value{GDBN} in order to read the symbol
13325table. This can lead to problems if the current working directories on
13326the two systems differ. If both systems have NFS mounted the same
13327filesystems, you can avoid these problems by using absolute paths.
13328Otherwise, it is simplest to set the working directory on both systems
13329to the directory in which the object file resides, and then to reference
13330the file by its name, without any path. For instance, a program
13331@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13332and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13333program, type this on VxWorks:
104c1213 13334
474c8240 13335@smallexample
8e04817f 13336-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 13337@end smallexample
104c1213 13338
8e04817f
AC
13339@noindent
13340Then, in @value{GDBN}, type:
104c1213 13341
474c8240 13342@smallexample
8e04817f
AC
13343(vxgdb) cd @var{hostpath}/vw/demo/rdb
13344(vxgdb) load prog.o
474c8240 13345@end smallexample
104c1213 13346
8e04817f 13347@value{GDBN} displays a response similar to this:
104c1213 13348
8e04817f
AC
13349@smallexample
13350Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13351@end smallexample
104c1213 13352
8e04817f
AC
13353You can also use the @code{load} command to reload an object module
13354after editing and recompiling the corresponding source file. Note that
13355this makes @value{GDBN} delete all currently-defined breakpoints,
13356auto-displays, and convenience variables, and to clear the value
13357history. (This is necessary in order to preserve the integrity of
13358debugger's data structures that reference the target system's symbol
13359table.)
104c1213 13360
8e04817f
AC
13361@node VxWorks Attach
13362@subsubsection Running tasks
104c1213
JM
13363
13364@cindex running VxWorks tasks
13365You can also attach to an existing task using the @code{attach} command as
13366follows:
13367
474c8240 13368@smallexample
104c1213 13369(vxgdb) attach @var{task}
474c8240 13370@end smallexample
104c1213
JM
13371
13372@noindent
13373where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13374or suspended when you attach to it. Running tasks are suspended at
13375the time of attachment.
13376
6d2ebf8b 13377@node Embedded Processors
104c1213
JM
13378@section Embedded Processors
13379
13380This section goes into details specific to particular embedded
13381configurations.
13382
c45da7e6
EZ
13383@cindex send command to simulator
13384Whenever a specific embedded processor has a simulator, @value{GDBN}
13385allows to send an arbitrary command to the simulator.
13386
13387@table @code
13388@item sim @var{command}
13389@kindex sim@r{, a command}
13390Send an arbitrary @var{command} string to the simulator. Consult the
13391documentation for the specific simulator in use for information about
13392acceptable commands.
13393@end table
13394
7d86b5d5 13395
104c1213 13396@menu
c45da7e6 13397* ARM:: ARM RDI
172c2a43
KI
13398* H8/300:: Renesas H8/300
13399* H8/500:: Renesas H8/500
13400* M32R/D:: Renesas M32R/D
104c1213 13401* M68K:: Motorola M68K
104c1213 13402* MIPS Embedded:: MIPS Embedded
a37295f9 13403* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
13404* PA:: HP PA Embedded
13405* PowerPC: PowerPC
172c2a43 13406* SH:: Renesas SH
104c1213
JM
13407* Sparclet:: Tsqware Sparclet
13408* Sparclite:: Fujitsu Sparclite
13409* ST2000:: Tandem ST2000
13410* Z8000:: Zilog Z8000
a64548ea
EZ
13411* AVR:: Atmel AVR
13412* CRIS:: CRIS
13413* Super-H:: Renesas Super-H
c45da7e6 13414* WinCE:: Windows CE child processes
104c1213
JM
13415@end menu
13416
6d2ebf8b 13417@node ARM
104c1213 13418@subsection ARM
c45da7e6 13419@cindex ARM RDI
104c1213
JM
13420
13421@table @code
8e04817f
AC
13422@kindex target rdi
13423@item target rdi @var{dev}
13424ARM Angel monitor, via RDI library interface to ADP protocol. You may
13425use this target to communicate with both boards running the Angel
13426monitor, or with the EmbeddedICE JTAG debug device.
13427
13428@kindex target rdp
13429@item target rdp @var{dev}
13430ARM Demon monitor.
13431
13432@end table
13433
e2f4edfd
EZ
13434@value{GDBN} provides the following ARM-specific commands:
13435
13436@table @code
13437@item set arm disassembler
13438@kindex set arm
13439This commands selects from a list of disassembly styles. The
13440@code{"std"} style is the standard style.
13441
13442@item show arm disassembler
13443@kindex show arm
13444Show the current disassembly style.
13445
13446@item set arm apcs32
13447@cindex ARM 32-bit mode
13448This command toggles ARM operation mode between 32-bit and 26-bit.
13449
13450@item show arm apcs32
13451Display the current usage of the ARM 32-bit mode.
13452
13453@item set arm fpu @var{fputype}
13454This command sets the ARM floating-point unit (FPU) type. The
13455argument @var{fputype} can be one of these:
13456
13457@table @code
13458@item auto
13459Determine the FPU type by querying the OS ABI.
13460@item softfpa
13461Software FPU, with mixed-endian doubles on little-endian ARM
13462processors.
13463@item fpa
13464GCC-compiled FPA co-processor.
13465@item softvfp
13466Software FPU with pure-endian doubles.
13467@item vfp
13468VFP co-processor.
13469@end table
13470
13471@item show arm fpu
13472Show the current type of the FPU.
13473
13474@item set arm abi
13475This command forces @value{GDBN} to use the specified ABI.
13476
13477@item show arm abi
13478Show the currently used ABI.
13479
13480@item set debug arm
13481Toggle whether to display ARM-specific debugging messages from the ARM
13482target support subsystem.
13483
13484@item show debug arm
13485Show whether ARM-specific debugging messages are enabled.
13486@end table
13487
c45da7e6
EZ
13488The following commands are available when an ARM target is debugged
13489using the RDI interface:
13490
13491@table @code
13492@item rdilogfile @r{[}@var{file}@r{]}
13493@kindex rdilogfile
13494@cindex ADP (Angel Debugger Protocol) logging
13495Set the filename for the ADP (Angel Debugger Protocol) packet log.
13496With an argument, sets the log file to the specified @var{file}. With
13497no argument, show the current log file name. The default log file is
13498@file{rdi.log}.
13499
13500@item rdilogenable @r{[}@var{arg}@r{]}
13501@kindex rdilogenable
13502Control logging of ADP packets. With an argument of 1 or @code{"yes"}
13503enables logging, with an argument 0 or @code{"no"} disables it. With
13504no arguments displays the current setting. When logging is enabled,
13505ADP packets exchanged between @value{GDBN} and the RDI target device
13506are logged to a file.
13507
13508@item set rdiromatzero
13509@kindex set rdiromatzero
13510@cindex ROM at zero address, RDI
13511Tell @value{GDBN} whether the target has ROM at address 0. If on,
13512vector catching is disabled, so that zero address can be used. If off
13513(the default), vector catching is enabled. For this command to take
13514effect, it needs to be invoked prior to the @code{target rdi} command.
13515
13516@item show rdiromatzero
13517@kindex show rdiromatzero
13518Show the current setting of ROM at zero address.
13519
13520@item set rdiheartbeat
13521@kindex set rdiheartbeat
13522@cindex RDI heartbeat
13523Enable or disable RDI heartbeat packets. It is not recommended to
13524turn on this option, since it confuses ARM and EPI JTAG interface, as
13525well as the Angel monitor.
13526
13527@item show rdiheartbeat
13528@kindex show rdiheartbeat
13529Show the setting of RDI heartbeat packets.
13530@end table
13531
e2f4edfd 13532
8e04817f 13533@node H8/300
172c2a43 13534@subsection Renesas H8/300
8e04817f
AC
13535
13536@table @code
13537
13538@kindex target hms@r{, with H8/300}
13539@item target hms @var{dev}
172c2a43 13540A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
13541Use special commands @code{device} and @code{speed} to control the serial
13542line and the communications speed used.
13543
13544@kindex target e7000@r{, with H8/300}
13545@item target e7000 @var{dev}
172c2a43 13546E7000 emulator for Renesas H8 and SH.
8e04817f
AC
13547
13548@kindex target sh3@r{, with H8/300}
13549@kindex target sh3e@r{, with H8/300}
13550@item target sh3 @var{dev}
13551@itemx target sh3e @var{dev}
172c2a43 13552Renesas SH-3 and SH-3E target systems.
8e04817f
AC
13553
13554@end table
13555
13556@cindex download to H8/300 or H8/500
13557@cindex H8/300 or H8/500 download
172c2a43
KI
13558@cindex download to Renesas SH
13559@cindex Renesas SH download
13560When you select remote debugging to a Renesas SH, H8/300, or H8/500
13561board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
13562board and also opens it as the current executable target for
13563@value{GDBN} on your host (like the @code{file} command).
13564
13565@value{GDBN} needs to know these things to talk to your
172c2a43 13566Renesas SH, H8/300, or H8/500:
8e04817f
AC
13567
13568@enumerate
13569@item
13570that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
13571for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13572emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13573the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
13574H8/300, or H8/500.)
13575
13576@item
172c2a43 13577what serial device connects your host to your Renesas board (the first
8e04817f
AC
13578serial device available on your host is the default).
13579
13580@item
13581what speed to use over the serial device.
13582@end enumerate
13583
13584@menu
172c2a43
KI
13585* Renesas Boards:: Connecting to Renesas boards.
13586* Renesas ICE:: Using the E7000 In-Circuit Emulator.
13587* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
13588@end menu
13589
172c2a43
KI
13590@node Renesas Boards
13591@subsubsection Connecting to Renesas boards
8e04817f
AC
13592
13593@c only for Unix hosts
13594@kindex device
172c2a43 13595@cindex serial device, Renesas micros
8e04817f
AC
13596Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13597need to explicitly set the serial device. The default @var{port} is the
13598first available port on your host. This is only necessary on Unix
13599hosts, where it is typically something like @file{/dev/ttya}.
13600
13601@kindex speed
172c2a43 13602@cindex serial line speed, Renesas micros
8e04817f
AC
13603@code{@value{GDBN}} has another special command to set the communications
13604speed: @samp{speed @var{bps}}. This command also is only used from Unix
13605hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13606the DOS @code{mode} command (for instance,
13607@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13608
13609The @samp{device} and @samp{speed} commands are available only when you
172c2a43 13610use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
13611use a DOS host,
13612@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13613called @code{asynctsr} to communicate with the development board
13614through a PC serial port. You must also use the DOS @code{mode} command
13615to set up the serial port on the DOS side.
13616
13617The following sample session illustrates the steps needed to start a
13618program under @value{GDBN} control on an H8/300. The example uses a
13619sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 13620the Renesas SH and the H8/500.
8e04817f
AC
13621
13622First hook up your development board. In this example, we use a
13623board attached to serial port @code{COM2}; if you use a different serial
13624port, substitute its name in the argument of the @code{mode} command.
13625When you call @code{asynctsr}, the auxiliary comms program used by the
13626debugger, you give it just the numeric part of the serial port's name;
13627for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13628@code{COM2}.
13629
474c8240 13630@smallexample
8e04817f
AC
13631C:\H8300\TEST> asynctsr 2
13632C:\H8300\TEST> mode com2:9600,n,8,1,p
13633
13634Resident portion of MODE loaded
13635
13636COM2: 9600, n, 8, 1, p
13637
474c8240 13638@end smallexample
8e04817f
AC
13639
13640@quotation
13641@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13642@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13643disable it, or even boot without it, to use @code{asynctsr} to control
13644your development board.
13645@end quotation
13646
13647@kindex target hms@r{, and serial protocol}
13648Now that serial communications are set up, and the development board is
9c16f35a 13649connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
8e04817f
AC
13650the name of your program as the argument. @code{@value{GDBN}} prompts
13651you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13652commands to begin your debugging session: @samp{target hms} to specify
172c2a43 13653cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
13654download your program to the board. @code{load} displays the names of
13655the program's sections, and a @samp{*} for each 2K of data downloaded.
13656(If you want to refresh @value{GDBN} data on symbols or on the
13657executable file without downloading, use the @value{GDBN} commands
13658@code{file} or @code{symbol-file}. These commands, and @code{load}
13659itself, are described in @ref{Files,,Commands to specify files}.)
13660
13661@smallexample
13662(eg-C:\H8300\TEST) @value{GDBP} t.x
13663@value{GDBN} is free software and you are welcome to distribute copies
13664 of it under certain conditions; type "show copying" to see
13665 the conditions.
13666There is absolutely no warranty for @value{GDBN}; type "show warranty"
13667for details.
13668@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13669(@value{GDBP}) target hms
13670Connected to remote H8/300 HMS system.
13671(@value{GDBP}) load t.x
13672.text : 0x8000 .. 0xabde ***********
13673.data : 0xabde .. 0xad30 *
13674.stack : 0xf000 .. 0xf014 *
13675@end smallexample
13676
13677At this point, you're ready to run or debug your program. From here on,
13678you can use all the usual @value{GDBN} commands. The @code{break} command
13679sets breakpoints; the @code{run} command starts your program;
13680@code{print} or @code{x} display data; the @code{continue} command
13681resumes execution after stopping at a breakpoint. You can use the
13682@code{help} command at any time to find out more about @value{GDBN} commands.
13683
13684Remember, however, that @emph{operating system} facilities aren't
13685available on your development board; for example, if your program hangs,
13686you can't send an interrupt---but you can press the @sc{reset} switch!
13687
13688Use the @sc{reset} button on the development board
13689@itemize @bullet
13690@item
13691to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13692no way to pass an interrupt signal to the development board); and
13693
13694@item
13695to return to the @value{GDBN} command prompt after your program finishes
13696normally. The communications protocol provides no other way for @value{GDBN}
13697to detect program completion.
13698@end itemize
13699
13700In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13701development board as a ``normal exit'' of your program.
13702
172c2a43 13703@node Renesas ICE
8e04817f
AC
13704@subsubsection Using the E7000 in-circuit emulator
13705
172c2a43 13706@kindex target e7000@r{, with Renesas ICE}
8e04817f 13707You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 13708Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
13709e7000} command to connect @value{GDBN} to your E7000:
13710
13711@table @code
13712@item target e7000 @var{port} @var{speed}
13713Use this form if your E7000 is connected to a serial port. The
13714@var{port} argument identifies what serial port to use (for example,
13715@samp{com2}). The third argument is the line speed in bits per second
13716(for example, @samp{9600}).
13717
13718@item target e7000 @var{hostname}
13719If your E7000 is installed as a host on a TCP/IP network, you can just
13720specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13721@end table
13722
ba04e063
EZ
13723The following special commands are available when debugging with the
13724Renesas E7000 ICE:
13725
13726@table @code
13727@item e7000 @var{command}
13728@kindex e7000
13729@cindex send command to E7000 monitor
13730This sends the specified @var{command} to the E7000 monitor.
13731
13732@item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13733@kindex ftplogin@r{, E7000}
13734This command records information for subsequent interface with the
13735E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13736named @var{machine} using specified @var{username} and @var{password},
13737and then chdir to the named directory @var{dir}.
13738
13739@item ftpload @var{file}
13740@kindex ftpload@r{, E7000}
13741This command uses credentials recorded by @code{ftplogin} to fetch and
13742load the named @var{file} from the E7000 monitor.
13743
13744@item drain
13745@kindex drain@r{, E7000}
13746This command drains any pending text buffers stored on the E7000.
13747
13748@item set usehardbreakpoints
13749@itemx show usehardbreakpoints
13750@kindex set usehardbreakpoints@r{, E7000}
13751@kindex show usehardbreakpoints@r{, E7000}
13752@cindex hardware breakpoints, and E7000
13753These commands set and show the use of hardware breakpoints for all
13754breakpoints. @xref{Set Breaks, hardware-assisted breakpoint}, for
13755more information about using hardware breakpoints selectively.
13756@end table
13757
172c2a43
KI
13758@node Renesas Special
13759@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
13760
13761Some @value{GDBN} commands are available only for the H8/300:
13762
13763@table @code
13764
13765@kindex set machine
13766@kindex show machine
13767@item set machine h8300
13768@itemx set machine h8300h
13769Condition @value{GDBN} for one of the two variants of the H8/300
13770architecture with @samp{set machine}. You can use @samp{show machine}
13771to check which variant is currently in effect.
104c1213
JM
13772
13773@end table
13774
8e04817f
AC
13775@node H8/500
13776@subsection H8/500
104c1213
JM
13777
13778@table @code
13779
8e04817f
AC
13780@kindex set memory @var{mod}
13781@cindex memory models, H8/500
13782@item set memory @var{mod}
13783@itemx show memory
13784Specify which H8/500 memory model (@var{mod}) you are using with
13785@samp{set memory}; check which memory model is in effect with @samp{show
13786memory}. The accepted values for @var{mod} are @code{small},
13787@code{big}, @code{medium}, and @code{compact}.
104c1213 13788
8e04817f 13789@end table
104c1213 13790
8e04817f 13791@node M32R/D
ba04e063 13792@subsection Renesas M32R/D and M32R/SDI
8e04817f
AC
13793
13794@table @code
8e04817f
AC
13795@kindex target m32r
13796@item target m32r @var{dev}
172c2a43 13797Renesas M32R/D ROM monitor.
8e04817f 13798
fb3e19c0
KI
13799@kindex target m32rsdi
13800@item target m32rsdi @var{dev}
13801Renesas M32R SDI server, connected via parallel port to the board.
721c2651
EZ
13802@end table
13803
13804The following @value{GDBN} commands are specific to the M32R monitor:
13805
13806@table @code
13807@item set download-path @var{path}
13808@kindex set download-path
13809@cindex find downloadable @sc{srec} files (M32R)
13810Set the default path for finding donwloadable @sc{srec} files.
13811
13812@item show download-path
13813@kindex show download-path
13814Show the default path for downloadable @sc{srec} files.
fb3e19c0 13815
721c2651
EZ
13816@item set board-address @var{addr}
13817@kindex set board-address
13818@cindex M32-EVA target board address
13819Set the IP address for the M32R-EVA target board.
13820
13821@item show board-address
13822@kindex show board-address
13823Show the current IP address of the target board.
13824
13825@item set server-address @var{addr}
13826@kindex set server-address
13827@cindex download server address (M32R)
13828Set the IP address for the download server, which is the @value{GDBN}'s
13829host machine.
13830
13831@item show server-address
13832@kindex show server-address
13833Display the IP address of the download server.
13834
13835@item upload @r{[}@var{file}@r{]}
13836@kindex upload@r{, M32R}
13837Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13838upload capability. If no @var{file} argument is given, the current
13839executable file is uploaded.
13840
13841@item tload @r{[}@var{file}@r{]}
13842@kindex tload@r{, M32R}
13843Test the @code{upload} command.
8e04817f
AC
13844@end table
13845
ba04e063
EZ
13846The following commands are available for M32R/SDI:
13847
13848@table @code
13849@item sdireset
13850@kindex sdireset
13851@cindex reset SDI connection, M32R
13852This command resets the SDI connection.
13853
13854@item sdistatus
13855@kindex sdistatus
13856This command shows the SDI connection status.
13857
13858@item debug_chaos
13859@kindex debug_chaos
13860@cindex M32R/Chaos debugging
13861Instructs the remote that M32R/Chaos debugging is to be used.
13862
13863@item use_debug_dma
13864@kindex use_debug_dma
13865Instructs the remote to use the DEBUG_DMA method of accessing memory.
13866
13867@item use_mon_code
13868@kindex use_mon_code
13869Instructs the remote to use the MON_CODE method of accessing memory.
13870
13871@item use_ib_break
13872@kindex use_ib_break
13873Instructs the remote to set breakpoints by IB break.
13874
13875@item use_dbt_break
13876@kindex use_dbt_break
13877Instructs the remote to set breakpoints by DBT.
13878@end table
13879
8e04817f
AC
13880@node M68K
13881@subsection M68k
13882
13883The Motorola m68k configuration includes ColdFire support, and
13884target command for the following ROM monitors.
13885
13886@table @code
13887
13888@kindex target abug
13889@item target abug @var{dev}
13890ABug ROM monitor for M68K.
13891
13892@kindex target cpu32bug
13893@item target cpu32bug @var{dev}
13894CPU32BUG monitor, running on a CPU32 (M68K) board.
13895
13896@kindex target dbug
13897@item target dbug @var{dev}
13898dBUG ROM monitor for Motorola ColdFire.
13899
13900@kindex target est
13901@item target est @var{dev}
13902EST-300 ICE monitor, running on a CPU32 (M68K) board.
13903
13904@kindex target rom68k
13905@item target rom68k @var{dev}
13906ROM 68K monitor, running on an M68K IDP board.
13907
13908@end table
13909
8e04817f
AC
13910@table @code
13911
13912@kindex target rombug
13913@item target rombug @var{dev}
13914ROMBUG ROM monitor for OS/9000.
13915
13916@end table
13917
8e04817f
AC
13918@node MIPS Embedded
13919@subsection MIPS Embedded
13920
13921@cindex MIPS boards
13922@value{GDBN} can use the MIPS remote debugging protocol to talk to a
13923MIPS board attached to a serial line. This is available when
13924you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 13925
8e04817f
AC
13926@need 1000
13927Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 13928
8e04817f
AC
13929@table @code
13930@item target mips @var{port}
13931@kindex target mips @var{port}
13932To run a program on the board, start up @code{@value{GDBP}} with the
13933name of your program as the argument. To connect to the board, use the
13934command @samp{target mips @var{port}}, where @var{port} is the name of
13935the serial port connected to the board. If the program has not already
13936been downloaded to the board, you may use the @code{load} command to
13937download it. You can then use all the usual @value{GDBN} commands.
104c1213 13938
8e04817f
AC
13939For example, this sequence connects to the target board through a serial
13940port, and loads and runs a program called @var{prog} through the
13941debugger:
104c1213 13942
474c8240 13943@smallexample
8e04817f
AC
13944host$ @value{GDBP} @var{prog}
13945@value{GDBN} is free software and @dots{}
13946(@value{GDBP}) target mips /dev/ttyb
13947(@value{GDBP}) load @var{prog}
13948(@value{GDBP}) run
474c8240 13949@end smallexample
104c1213 13950
8e04817f
AC
13951@item target mips @var{hostname}:@var{portnumber}
13952On some @value{GDBN} host configurations, you can specify a TCP
13953connection (for instance, to a serial line managed by a terminal
13954concentrator) instead of a serial port, using the syntax
13955@samp{@var{hostname}:@var{portnumber}}.
104c1213 13956
8e04817f
AC
13957@item target pmon @var{port}
13958@kindex target pmon @var{port}
13959PMON ROM monitor.
104c1213 13960
8e04817f
AC
13961@item target ddb @var{port}
13962@kindex target ddb @var{port}
13963NEC's DDB variant of PMON for Vr4300.
104c1213 13964
8e04817f
AC
13965@item target lsi @var{port}
13966@kindex target lsi @var{port}
13967LSI variant of PMON.
104c1213 13968
8e04817f
AC
13969@kindex target r3900
13970@item target r3900 @var{dev}
13971Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 13972
8e04817f
AC
13973@kindex target array
13974@item target array @var{dev}
13975Array Tech LSI33K RAID controller board.
104c1213 13976
8e04817f 13977@end table
104c1213 13978
104c1213 13979
8e04817f
AC
13980@noindent
13981@value{GDBN} also supports these special commands for MIPS targets:
104c1213 13982
8e04817f 13983@table @code
8e04817f
AC
13984@item set mipsfpu double
13985@itemx set mipsfpu single
13986@itemx set mipsfpu none
a64548ea 13987@itemx set mipsfpu auto
8e04817f
AC
13988@itemx show mipsfpu
13989@kindex set mipsfpu
13990@kindex show mipsfpu
13991@cindex MIPS remote floating point
13992@cindex floating point, MIPS remote
13993If your target board does not support the MIPS floating point
13994coprocessor, you should use the command @samp{set mipsfpu none} (if you
13995need this, you may wish to put the command in your @value{GDBN} init
13996file). This tells @value{GDBN} how to find the return value of
13997functions which return floating point values. It also allows
13998@value{GDBN} to avoid saving the floating point registers when calling
13999functions on the board. If you are using a floating point coprocessor
14000with only single precision floating point support, as on the @sc{r4650}
14001processor, use the command @samp{set mipsfpu single}. The default
14002double precision floating point coprocessor may be selected using
14003@samp{set mipsfpu double}.
104c1213 14004
8e04817f
AC
14005In previous versions the only choices were double precision or no
14006floating point, so @samp{set mipsfpu on} will select double precision
14007and @samp{set mipsfpu off} will select no floating point.
104c1213 14008
8e04817f
AC
14009As usual, you can inquire about the @code{mipsfpu} variable with
14010@samp{show mipsfpu}.
104c1213 14011
8e04817f
AC
14012@item set timeout @var{seconds}
14013@itemx set retransmit-timeout @var{seconds}
14014@itemx show timeout
14015@itemx show retransmit-timeout
14016@cindex @code{timeout}, MIPS protocol
14017@cindex @code{retransmit-timeout}, MIPS protocol
14018@kindex set timeout
14019@kindex show timeout
14020@kindex set retransmit-timeout
14021@kindex show retransmit-timeout
14022You can control the timeout used while waiting for a packet, in the MIPS
14023remote protocol, with the @code{set timeout @var{seconds}} command. The
14024default is 5 seconds. Similarly, you can control the timeout used while
14025waiting for an acknowledgement of a packet with the @code{set
14026retransmit-timeout @var{seconds}} command. The default is 3 seconds.
14027You can inspect both values with @code{show timeout} and @code{show
14028retransmit-timeout}. (These commands are @emph{only} available when
14029@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 14030
8e04817f
AC
14031The timeout set by @code{set timeout} does not apply when @value{GDBN}
14032is waiting for your program to stop. In that case, @value{GDBN} waits
14033forever because it has no way of knowing how long the program is going
14034to run before stopping.
ba04e063
EZ
14035
14036@item set syn-garbage-limit @var{num}
14037@kindex set syn-garbage-limit@r{, MIPS remote}
14038@cindex synchronize with remote MIPS target
14039Limit the maximum number of characters @value{GDBN} should ignore when
14040it tries to synchronize with the remote target. The default is 10
14041characters. Setting the limit to -1 means there's no limit.
14042
14043@item show syn-garbage-limit
14044@kindex show syn-garbage-limit@r{, MIPS remote}
14045Show the current limit on the number of characters to ignore when
14046trying to synchronize with the remote system.
14047
14048@item set monitor-prompt @var{prompt}
14049@kindex set monitor-prompt@r{, MIPS remote}
14050@cindex remote monitor prompt
14051Tell @value{GDBN} to expect the specified @var{prompt} string from the
14052remote monitor. The default depends on the target:
14053@table @asis
14054@item pmon target
14055@samp{PMON}
14056@item ddb target
14057@samp{NEC010}
14058@item lsi target
14059@samp{PMON>}
14060@end table
14061
14062@item show monitor-prompt
14063@kindex show monitor-prompt@r{, MIPS remote}
14064Show the current strings @value{GDBN} expects as the prompt from the
14065remote monitor.
14066
14067@item set monitor-warnings
14068@kindex set monitor-warnings@r{, MIPS remote}
14069Enable or disable monitor warnings about hardware breakpoints. This
14070has effect only for the @code{lsi} target. When on, @value{GDBN} will
14071display warning messages whose codes are returned by the @code{lsi}
14072PMON monitor for breakpoint commands.
14073
14074@item show monitor-warnings
14075@kindex show monitor-warnings@r{, MIPS remote}
14076Show the current setting of printing monitor warnings.
14077
14078@item pmon @var{command}
14079@kindex pmon@r{, MIPS remote}
14080@cindex send PMON command
14081This command allows sending an arbitrary @var{command} string to the
14082monitor. The monitor must be in debug mode for this to work.
8e04817f 14083@end table
104c1213 14084
a37295f9
MM
14085@node OpenRISC 1000
14086@subsection OpenRISC 1000
14087@cindex OpenRISC 1000
14088
14089@cindex or1k boards
14090See OR1k Architecture document (@uref{www.opencores.org}) for more information
14091about platform and commands.
14092
14093@table @code
14094
14095@kindex target jtag
14096@item target jtag jtag://@var{host}:@var{port}
14097
14098Connects to remote JTAG server.
14099JTAG remote server can be either an or1ksim or JTAG server,
14100connected via parallel port to the board.
14101
14102Example: @code{target jtag jtag://localhost:9999}
14103
14104@kindex or1ksim
14105@item or1ksim @var{command}
14106If connected to @code{or1ksim} OpenRISC 1000 Architectural
14107Simulator, proprietary commands can be executed.
14108
14109@kindex info or1k spr
14110@item info or1k spr
14111Displays spr groups.
14112
14113@item info or1k spr @var{group}
14114@itemx info or1k spr @var{groupno}
14115Displays register names in selected group.
14116
14117@item info or1k spr @var{group} @var{register}
14118@itemx info or1k spr @var{register}
14119@itemx info or1k spr @var{groupno} @var{registerno}
14120@itemx info or1k spr @var{registerno}
14121Shows information about specified spr register.
14122
14123@kindex spr
14124@item spr @var{group} @var{register} @var{value}
14125@itemx spr @var{register @var{value}}
14126@itemx spr @var{groupno} @var{registerno @var{value}}
14127@itemx spr @var{registerno @var{value}}
14128Writes @var{value} to specified spr register.
14129@end table
14130
14131Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14132It is very similar to @value{GDBN} trace, except it does not interfere with normal
14133program execution and is thus much faster. Hardware breakpoints/watchpoint
14134triggers can be set using:
14135@table @code
14136@item $LEA/$LDATA
14137Load effective address/data
14138@item $SEA/$SDATA
14139Store effective address/data
14140@item $AEA/$ADATA
14141Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14142@item $FETCH
14143Fetch data
14144@end table
14145
14146When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14147@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14148
14149@code{htrace} commands:
14150@cindex OpenRISC 1000 htrace
14151@table @code
14152@kindex hwatch
14153@item hwatch @var{conditional}
14154Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14155or Data. For example:
14156
14157@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14158
14159@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14160
4644b6e3 14161@kindex htrace
a37295f9
MM
14162@item htrace info
14163Display information about current HW trace configuration.
14164
a37295f9
MM
14165@item htrace trigger @var{conditional}
14166Set starting criteria for HW trace.
14167
a37295f9
MM
14168@item htrace qualifier @var{conditional}
14169Set acquisition qualifier for HW trace.
14170
a37295f9
MM
14171@item htrace stop @var{conditional}
14172Set HW trace stopping criteria.
14173
f153cc92 14174@item htrace record [@var{data}]*
a37295f9
MM
14175Selects the data to be recorded, when qualifier is met and HW trace was
14176triggered.
14177
a37295f9 14178@item htrace enable
a37295f9
MM
14179@itemx htrace disable
14180Enables/disables the HW trace.
14181
f153cc92 14182@item htrace rewind [@var{filename}]
a37295f9
MM
14183Clears currently recorded trace data.
14184
14185If filename is specified, new trace file is made and any newly collected data
14186will be written there.
14187
f153cc92 14188@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
14189Prints trace buffer, using current record configuration.
14190
a37295f9
MM
14191@item htrace mode continuous
14192Set continuous trace mode.
14193
a37295f9
MM
14194@item htrace mode suspend
14195Set suspend trace mode.
14196
14197@end table
14198
8e04817f
AC
14199@node PowerPC
14200@subsection PowerPC
104c1213
JM
14201
14202@table @code
8e04817f
AC
14203@kindex target dink32
14204@item target dink32 @var{dev}
14205DINK32 ROM monitor.
104c1213 14206
8e04817f
AC
14207@kindex target ppcbug
14208@item target ppcbug @var{dev}
14209@kindex target ppcbug1
14210@item target ppcbug1 @var{dev}
14211PPCBUG ROM monitor for PowerPC.
104c1213 14212
8e04817f
AC
14213@kindex target sds
14214@item target sds @var{dev}
14215SDS monitor, running on a PowerPC board (such as Motorola's ADS).
c45da7e6 14216@end table
8e04817f 14217
c45da7e6
EZ
14218@cindex SDS protocol
14219The following commands specifi to the SDS protocol are supported
14220by@value{GDBN}:
14221
14222@table @code
14223@item set sdstimeout @var{nsec}
14224@kindex set sdstimeout
14225Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
14226default is 2 seconds.
14227
14228@item show sdstimeout
14229@kindex show sdstimeout
14230Show the current value of the SDS timeout.
14231
14232@item sds @var{command}
14233@kindex sds@r{, a command}
14234Send the specified @var{command} string to the SDS monitor.
8e04817f
AC
14235@end table
14236
c45da7e6 14237
8e04817f
AC
14238@node PA
14239@subsection HP PA Embedded
104c1213
JM
14240
14241@table @code
14242
8e04817f
AC
14243@kindex target op50n
14244@item target op50n @var{dev}
14245OP50N monitor, running on an OKI HPPA board.
14246
14247@kindex target w89k
14248@item target w89k @var{dev}
14249W89K monitor, running on a Winbond HPPA board.
104c1213
JM
14250
14251@end table
14252
8e04817f 14253@node SH
172c2a43 14254@subsection Renesas SH
104c1213
JM
14255
14256@table @code
14257
172c2a43 14258@kindex target hms@r{, with Renesas SH}
8e04817f 14259@item target hms @var{dev}
172c2a43 14260A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
14261commands @code{device} and @code{speed} to control the serial line and
14262the communications speed used.
104c1213 14263
172c2a43 14264@kindex target e7000@r{, with Renesas SH}
8e04817f 14265@item target e7000 @var{dev}
172c2a43 14266E7000 emulator for Renesas SH.
104c1213 14267
8e04817f
AC
14268@kindex target sh3@r{, with SH}
14269@kindex target sh3e@r{, with SH}
14270@item target sh3 @var{dev}
14271@item target sh3e @var{dev}
172c2a43 14272Renesas SH-3 and SH-3E target systems.
104c1213 14273
8e04817f 14274@end table
104c1213 14275
8e04817f
AC
14276@node Sparclet
14277@subsection Tsqware Sparclet
104c1213 14278
8e04817f
AC
14279@cindex Sparclet
14280
14281@value{GDBN} enables developers to debug tasks running on
14282Sparclet targets from a Unix host.
14283@value{GDBN} uses code that runs on
14284both the Unix host and on the Sparclet target. The program
14285@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 14286
8e04817f
AC
14287@table @code
14288@item remotetimeout @var{args}
14289@kindex remotetimeout
14290@value{GDBN} supports the option @code{remotetimeout}.
14291This option is set by the user, and @var{args} represents the number of
14292seconds @value{GDBN} waits for responses.
104c1213
JM
14293@end table
14294
8e04817f
AC
14295@cindex compiling, on Sparclet
14296When compiling for debugging, include the options @samp{-g} to get debug
14297information and @samp{-Ttext} to relocate the program to where you wish to
14298load it on the target. You may also want to add the options @samp{-n} or
14299@samp{-N} in order to reduce the size of the sections. Example:
104c1213 14300
474c8240 14301@smallexample
8e04817f 14302sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 14303@end smallexample
104c1213 14304
8e04817f 14305You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 14306
474c8240 14307@smallexample
8e04817f 14308sparclet-aout-objdump --headers --syms prog
474c8240 14309@end smallexample
104c1213 14310
8e04817f
AC
14311@cindex running, on Sparclet
14312Once you have set
14313your Unix execution search path to find @value{GDBN}, you are ready to
14314run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
14315(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 14316
8e04817f
AC
14317@value{GDBN} comes up showing the prompt:
14318
474c8240 14319@smallexample
8e04817f 14320(gdbslet)
474c8240 14321@end smallexample
104c1213
JM
14322
14323@menu
8e04817f
AC
14324* Sparclet File:: Setting the file to debug
14325* Sparclet Connection:: Connecting to Sparclet
14326* Sparclet Download:: Sparclet download
14327* Sparclet Execution:: Running and debugging
104c1213
JM
14328@end menu
14329
8e04817f
AC
14330@node Sparclet File
14331@subsubsection Setting file to debug
104c1213 14332
8e04817f 14333The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 14334
474c8240 14335@smallexample
8e04817f 14336(gdbslet) file prog
474c8240 14337@end smallexample
104c1213 14338
8e04817f
AC
14339@need 1000
14340@value{GDBN} then attempts to read the symbol table of @file{prog}.
14341@value{GDBN} locates
14342the file by searching the directories listed in the command search
14343path.
14344If the file was compiled with debug information (option "-g"), source
14345files will be searched as well.
14346@value{GDBN} locates
14347the source files by searching the directories listed in the directory search
14348path (@pxref{Environment, ,Your program's environment}).
14349If it fails
14350to find a file, it displays a message such as:
104c1213 14351
474c8240 14352@smallexample
8e04817f 14353prog: No such file or directory.
474c8240 14354@end smallexample
104c1213 14355
8e04817f
AC
14356When this happens, add the appropriate directories to the search paths with
14357the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14358@code{target} command again.
104c1213 14359
8e04817f
AC
14360@node Sparclet Connection
14361@subsubsection Connecting to Sparclet
104c1213 14362
8e04817f
AC
14363The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14364To connect to a target on serial port ``@code{ttya}'', type:
104c1213 14365
474c8240 14366@smallexample
8e04817f
AC
14367(gdbslet) target sparclet /dev/ttya
14368Remote target sparclet connected to /dev/ttya
14369main () at ../prog.c:3
474c8240 14370@end smallexample
104c1213 14371
8e04817f
AC
14372@need 750
14373@value{GDBN} displays messages like these:
104c1213 14374
474c8240 14375@smallexample
8e04817f 14376Connected to ttya.
474c8240 14377@end smallexample
104c1213 14378
8e04817f
AC
14379@node Sparclet Download
14380@subsubsection Sparclet download
104c1213 14381
8e04817f
AC
14382@cindex download to Sparclet
14383Once connected to the Sparclet target,
14384you can use the @value{GDBN}
14385@code{load} command to download the file from the host to the target.
14386The file name and load offset should be given as arguments to the @code{load}
14387command.
14388Since the file format is aout, the program must be loaded to the starting
14389address. You can use @code{objdump} to find out what this value is. The load
14390offset is an offset which is added to the VMA (virtual memory address)
14391of each of the file's sections.
14392For instance, if the program
14393@file{prog} was linked to text address 0x1201000, with data at 0x12010160
14394and bss at 0x12010170, in @value{GDBN}, type:
104c1213 14395
474c8240 14396@smallexample
8e04817f
AC
14397(gdbslet) load prog 0x12010000
14398Loading section .text, size 0xdb0 vma 0x12010000
474c8240 14399@end smallexample
104c1213 14400
8e04817f
AC
14401If the code is loaded at a different address then what the program was linked
14402to, you may need to use the @code{section} and @code{add-symbol-file} commands
14403to tell @value{GDBN} where to map the symbol table.
14404
14405@node Sparclet Execution
14406@subsubsection Running and debugging
14407
14408@cindex running and debugging Sparclet programs
14409You can now begin debugging the task using @value{GDBN}'s execution control
14410commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
14411manual for the list of commands.
14412
474c8240 14413@smallexample
8e04817f
AC
14414(gdbslet) b main
14415Breakpoint 1 at 0x12010000: file prog.c, line 3.
14416(gdbslet) run
14417Starting program: prog
14418Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
144193 char *symarg = 0;
14420(gdbslet) step
144214 char *execarg = "hello!";
14422(gdbslet)
474c8240 14423@end smallexample
8e04817f
AC
14424
14425@node Sparclite
14426@subsection Fujitsu Sparclite
104c1213
JM
14427
14428@table @code
14429
8e04817f
AC
14430@kindex target sparclite
14431@item target sparclite @var{dev}
14432Fujitsu sparclite boards, used only for the purpose of loading.
14433You must use an additional command to debug the program.
14434For example: target remote @var{dev} using @value{GDBN} standard
14435remote protocol.
104c1213
JM
14436
14437@end table
14438
8e04817f
AC
14439@node ST2000
14440@subsection Tandem ST2000
104c1213 14441
8e04817f
AC
14442@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14443STDBUG protocol.
104c1213 14444
8e04817f
AC
14445To connect your ST2000 to the host system, see the manufacturer's
14446manual. Once the ST2000 is physically attached, you can run:
104c1213 14447
474c8240 14448@smallexample
8e04817f 14449target st2000 @var{dev} @var{speed}
474c8240 14450@end smallexample
104c1213 14451
8e04817f
AC
14452@noindent
14453to establish it as your debugging environment. @var{dev} is normally
14454the name of a serial device, such as @file{/dev/ttya}, connected to the
14455ST2000 via a serial line. You can instead specify @var{dev} as a TCP
14456connection (for example, to a serial line attached via a terminal
14457concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 14458
8e04817f
AC
14459The @code{load} and @code{attach} commands are @emph{not} defined for
14460this target; you must load your program into the ST2000 as you normally
14461would for standalone operation. @value{GDBN} reads debugging information
14462(such as symbols) from a separate, debugging version of the program
14463available on your host computer.
14464@c FIXME!! This is terribly vague; what little content is here is
14465@c basically hearsay.
104c1213 14466
8e04817f
AC
14467@cindex ST2000 auxiliary commands
14468These auxiliary @value{GDBN} commands are available to help you with the ST2000
14469environment:
104c1213 14470
8e04817f
AC
14471@table @code
14472@item st2000 @var{command}
14473@kindex st2000 @var{cmd}
14474@cindex STDBUG commands (ST2000)
14475@cindex commands to STDBUG (ST2000)
14476Send a @var{command} to the STDBUG monitor. See the manufacturer's
14477manual for available commands.
104c1213 14478
8e04817f
AC
14479@item connect
14480@cindex connect (to STDBUG)
14481Connect the controlling terminal to the STDBUG command monitor. When
14482you are done interacting with STDBUG, typing either of two character
14483sequences gets you back to the @value{GDBN} command prompt:
14484@kbd{@key{RET}~.} (Return, followed by tilde and period) or
14485@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
14486@end table
14487
8e04817f
AC
14488@node Z8000
14489@subsection Zilog Z8000
104c1213 14490
8e04817f
AC
14491@cindex Z8000
14492@cindex simulator, Z8000
14493@cindex Zilog Z8000 simulator
104c1213 14494
8e04817f
AC
14495When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14496a Z8000 simulator.
14497
14498For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14499unsegmented variant of the Z8000 architecture) or the Z8001 (the
14500segmented variant). The simulator recognizes which architecture is
14501appropriate by inspecting the object code.
104c1213 14502
8e04817f
AC
14503@table @code
14504@item target sim @var{args}
14505@kindex sim
14506@kindex target sim@r{, with Z8000}
14507Debug programs on a simulated CPU. If the simulator supports setup
14508options, specify them via @var{args}.
104c1213
JM
14509@end table
14510
8e04817f
AC
14511@noindent
14512After specifying this target, you can debug programs for the simulated
14513CPU in the same style as programs for your host computer; use the
14514@code{file} command to load a new program image, the @code{run} command
14515to run your program, and so on.
14516
14517As well as making available all the usual machine registers
14518(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14519additional items of information as specially named registers:
104c1213
JM
14520
14521@table @code
14522
8e04817f
AC
14523@item cycles
14524Counts clock-ticks in the simulator.
104c1213 14525
8e04817f
AC
14526@item insts
14527Counts instructions run in the simulator.
104c1213 14528
8e04817f
AC
14529@item time
14530Execution time in 60ths of a second.
104c1213 14531
8e04817f 14532@end table
104c1213 14533
8e04817f
AC
14534You can refer to these values in @value{GDBN} expressions with the usual
14535conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14536conditional breakpoint that suspends only after at least 5000
14537simulated clock ticks.
104c1213 14538
a64548ea
EZ
14539@node AVR
14540@subsection Atmel AVR
14541@cindex AVR
14542
14543When configured for debugging the Atmel AVR, @value{GDBN} supports the
14544following AVR-specific commands:
14545
14546@table @code
14547@item info io_registers
14548@kindex info io_registers@r{, AVR}
14549@cindex I/O registers (Atmel AVR)
14550This command displays information about the AVR I/O registers. For
14551each register, @value{GDBN} prints its number and value.
14552@end table
14553
14554@node CRIS
14555@subsection CRIS
14556@cindex CRIS
14557
14558When configured for debugging CRIS, @value{GDBN} provides the
14559following CRIS-specific commands:
14560
14561@table @code
14562@item set cris-version @var{ver}
14563@cindex CRIS version
14564Set the current CRIS version to @var{ver}. The CRIS version affects
14565register names and sizes. This command is useful in case
14566autodetection of the CRIS version fails.
14567
14568@item show cris-version
14569Show the current CRIS version.
14570
14571@item set cris-dwarf2-cfi
14572@cindex DWARF-2 CFI and CRIS
14573Set the usage of DWARF-2 CFI for CRIS debugging. The default is off
14574if using @code{gcc-cris} whose version is below @code{R59}, otherwise
14575on.
14576
14577@item show cris-dwarf2-cfi
14578Show the current state of using DWARF-2 CFI.
14579@end table
14580
14581@node Super-H
14582@subsection Renesas Super-H
14583@cindex Super-H
14584
14585For the Renesas Super-H processor, @value{GDBN} provides these
14586commands:
14587
14588@table @code
14589@item regs
14590@kindex regs@r{, Super-H}
14591Show the values of all Super-H registers.
14592@end table
14593
c45da7e6
EZ
14594@node WinCE
14595@subsection Windows CE
14596@cindex Windows CE
14597
14598The following commands are available for Windows CE:
14599
14600@table @code
14601@item set remotedirectory @var{dir}
14602@kindex set remotedirectory
14603Tell @value{GDBN} to upload files from the named directory @var{dir}.
14604The default is @file{/gdb}, i.e.@: the root directory on the current
14605drive.
14606
14607@item show remotedirectory
14608@kindex show remotedirectory
14609Show the current value of the upload directory.
14610
14611@item set remoteupload @var{method}
14612@kindex set remoteupload
14613Set the method used to upload files to remote device. Valid values
14614for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14615The default is @samp{newer}.
14616
14617@item show remoteupload
14618@kindex show remoteupload
14619Show the current setting of the upload method.
14620
14621@item set remoteaddhost
14622@kindex set remoteaddhost
14623Tell @value{GDBN} whether to add this host to the remote stub's
14624arguments when you debug over a network.
14625
14626@item show remoteaddhost
14627@kindex show remoteaddhost
14628Show whether to add this host to remote stub's arguments when
14629debugging over a network.
14630@end table
14631
a64548ea 14632
8e04817f
AC
14633@node Architectures
14634@section Architectures
104c1213 14635
8e04817f
AC
14636This section describes characteristics of architectures that affect
14637all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 14638
8e04817f 14639@menu
9c16f35a 14640* i386::
8e04817f
AC
14641* A29K::
14642* Alpha::
14643* MIPS::
a64548ea 14644* HPPA:: HP PA architecture
8e04817f 14645@end menu
104c1213 14646
9c16f35a
EZ
14647@node i386
14648@subsection x86 Architecture-specific issues.
14649
14650@table @code
14651@item set struct-convention @var{mode}
14652@kindex set struct-convention
14653@cindex struct return convention
14654@cindex struct/union returned in registers
14655Set the convention used by the inferior to return @code{struct}s and
14656@code{union}s from functions to @var{mode}. Possible values of
14657@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14658default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14659are returned on the stack, while @code{"reg"} means that a
14660@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14661be returned in a register.
14662
14663@item show struct-convention
14664@kindex show struct-convention
14665Show the current setting of the convention to return @code{struct}s
14666from functions.
14667@end table
14668
8e04817f
AC
14669@node A29K
14670@subsection A29K
104c1213
JM
14671
14672@table @code
104c1213 14673
8e04817f
AC
14674@kindex set rstack_high_address
14675@cindex AMD 29K register stack
14676@cindex register stack, AMD29K
14677@item set rstack_high_address @var{address}
14678On AMD 29000 family processors, registers are saved in a separate
14679@dfn{register stack}. There is no way for @value{GDBN} to determine the
14680extent of this stack. Normally, @value{GDBN} just assumes that the
14681stack is ``large enough''. This may result in @value{GDBN} referencing
14682memory locations that do not exist. If necessary, you can get around
14683this problem by specifying the ending address of the register stack with
14684the @code{set rstack_high_address} command. The argument should be an
14685address, which you probably want to precede with @samp{0x} to specify in
14686hexadecimal.
104c1213 14687
8e04817f
AC
14688@kindex show rstack_high_address
14689@item show rstack_high_address
14690Display the current limit of the register stack, on AMD 29000 family
14691processors.
104c1213 14692
8e04817f 14693@end table
104c1213 14694
8e04817f
AC
14695@node Alpha
14696@subsection Alpha
104c1213 14697
8e04817f 14698See the following section.
104c1213 14699
8e04817f
AC
14700@node MIPS
14701@subsection MIPS
104c1213 14702
8e04817f
AC
14703@cindex stack on Alpha
14704@cindex stack on MIPS
14705@cindex Alpha stack
14706@cindex MIPS stack
14707Alpha- and MIPS-based computers use an unusual stack frame, which
14708sometimes requires @value{GDBN} to search backward in the object code to
14709find the beginning of a function.
104c1213 14710
8e04817f
AC
14711@cindex response time, MIPS debugging
14712To improve response time (especially for embedded applications, where
14713@value{GDBN} may be restricted to a slow serial line for this search)
14714you may want to limit the size of this search, using one of these
14715commands:
104c1213 14716
8e04817f
AC
14717@table @code
14718@cindex @code{heuristic-fence-post} (Alpha, MIPS)
14719@item set heuristic-fence-post @var{limit}
14720Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14721search for the beginning of a function. A value of @var{0} (the
14722default) means there is no limit. However, except for @var{0}, the
14723larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
14724and therefore the longer it takes to run. You should only need to use
14725this command when debugging a stripped executable.
104c1213 14726
8e04817f
AC
14727@item show heuristic-fence-post
14728Display the current limit.
14729@end table
104c1213
JM
14730
14731@noindent
8e04817f
AC
14732These commands are available @emph{only} when @value{GDBN} is configured
14733for debugging programs on Alpha or MIPS processors.
104c1213 14734
a64548ea
EZ
14735Several MIPS-specific commands are available when debugging MIPS
14736programs:
14737
14738@table @code
14739@item set mips saved-gpreg-size @var{size}
14740@kindex set mips saved-gpreg-size
14741@cindex MIPS GP register size on stack
14742Set the size of MIPS general-purpose registers saved on the stack.
14743The argument @var{size} can be one of the following:
14744
14745@table @samp
14746@item 32
1474732-bit GP registers
14748@item 64
1474964-bit GP registers
14750@item auto
14751Use the target's default setting or autodetect the saved size from the
14752information contained in the executable. This is the default
14753@end table
14754
14755@item show mips saved-gpreg-size
14756@kindex show mips saved-gpreg-size
14757Show the current size of MIPS GP registers on the stack.
14758
14759@item set mips stack-arg-size @var{size}
14760@kindex set mips stack-arg-size
14761@cindex MIPS stack space for arguments
14762Set the amount of stack space reserved for arguments to functions.
14763The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14764(the default).
14765
14766@item set mips abi @var{arg}
14767@kindex set mips abi
14768@cindex set ABI for MIPS
14769Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
14770values of @var{arg} are:
14771
14772@table @samp
14773@item auto
14774The default ABI associated with the current binary (this is the
14775default).
14776@item o32
14777@item o64
14778@item n32
14779@item n64
14780@item eabi32
14781@item eabi64
14782@item auto
14783@end table
14784
14785@item show mips abi
14786@kindex show mips abi
14787Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14788
14789@item set mipsfpu
14790@itemx show mipsfpu
14791@xref{MIPS Embedded, set mipsfpu}.
14792
14793@item set mips mask-address @var{arg}
14794@kindex set mips mask-address
14795@cindex MIPS addresses, masking
14796This command determines whether the most-significant 32 bits of 64-bit
14797MIPS addresses are masked off. The argument @var{arg} can be
14798@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
14799setting, which lets @value{GDBN} determine the correct value.
14800
14801@item show mips mask-address
14802@kindex show mips mask-address
14803Show whether the upper 32 bits of MIPS addresses are masked off or
14804not.
14805
14806@item set remote-mips64-transfers-32bit-regs
14807@kindex set remote-mips64-transfers-32bit-regs
14808This command controls compatibility with 64-bit MIPS targets that
14809transfer data in 32-bit quantities. If you have an old MIPS 64 target
14810that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14811and 64 bits for other registers, set this option to @samp{on}.
14812
14813@item show remote-mips64-transfers-32bit-regs
14814@kindex show remote-mips64-transfers-32bit-regs
14815Show the current setting of compatibility with older MIPS 64 targets.
14816
14817@item set debug mips
14818@kindex set debug mips
14819This command turns on and off debugging messages for the MIPS-specific
14820target code in @value{GDBN}.
14821
14822@item show debug mips
14823@kindex show debug mips
14824Show the current setting of MIPS debugging messages.
14825@end table
14826
14827
14828@node HPPA
14829@subsection HPPA
14830@cindex HPPA support
14831
14832When @value{GDBN} is debugging te HP PA architecture, it provides the
14833following special commands:
14834
14835@table @code
14836@item set debug hppa
14837@kindex set debug hppa
14838THis command determines whether HPPA architecture specific debugging
14839messages are to be displayed.
14840
14841@item show debug hppa
14842Show whether HPPA debugging messages are displayed.
14843
14844@item maint print unwind @var{address}
14845@kindex maint print unwind@r{, HPPA}
14846This command displays the contents of the unwind table entry at the
14847given @var{address}.
14848
14849@end table
14850
104c1213 14851
8e04817f
AC
14852@node Controlling GDB
14853@chapter Controlling @value{GDBN}
14854
14855You can alter the way @value{GDBN} interacts with you by using the
14856@code{set} command. For commands controlling how @value{GDBN} displays
14857data, see @ref{Print Settings, ,Print settings}. Other settings are
14858described here.
14859
14860@menu
14861* Prompt:: Prompt
14862* Editing:: Command editing
14863* History:: Command history
14864* Screen Size:: Screen size
14865* Numbers:: Numbers
1e698235 14866* ABI:: Configuring the current ABI
8e04817f
AC
14867* Messages/Warnings:: Optional warnings and messages
14868* Debugging Output:: Optional messages about internal happenings
14869@end menu
14870
14871@node Prompt
14872@section Prompt
104c1213 14873
8e04817f 14874@cindex prompt
104c1213 14875
8e04817f
AC
14876@value{GDBN} indicates its readiness to read a command by printing a string
14877called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
14878can change the prompt string with the @code{set prompt} command. For
14879instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
14880the prompt in one of the @value{GDBN} sessions so that you can always tell
14881which one you are talking to.
104c1213 14882
8e04817f
AC
14883@emph{Note:} @code{set prompt} does not add a space for you after the
14884prompt you set. This allows you to set a prompt which ends in a space
14885or a prompt that does not.
104c1213 14886
8e04817f
AC
14887@table @code
14888@kindex set prompt
14889@item set prompt @var{newprompt}
14890Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 14891
8e04817f
AC
14892@kindex show prompt
14893@item show prompt
14894Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
14895@end table
14896
8e04817f
AC
14897@node Editing
14898@section Command editing
14899@cindex readline
14900@cindex command line editing
104c1213 14901
703663ab 14902@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
14903@sc{gnu} library provides consistent behavior for programs which provide a
14904command line interface to the user. Advantages are @sc{gnu} Emacs-style
14905or @dfn{vi}-style inline editing of commands, @code{csh}-like history
14906substitution, and a storage and recall of command history across
14907debugging sessions.
104c1213 14908
8e04817f
AC
14909You may control the behavior of command line editing in @value{GDBN} with the
14910command @code{set}.
104c1213 14911
8e04817f
AC
14912@table @code
14913@kindex set editing
14914@cindex editing
14915@item set editing
14916@itemx set editing on
14917Enable command line editing (enabled by default).
104c1213 14918
8e04817f
AC
14919@item set editing off
14920Disable command line editing.
104c1213 14921
8e04817f
AC
14922@kindex show editing
14923@item show editing
14924Show whether command line editing is enabled.
104c1213
JM
14925@end table
14926
703663ab
EZ
14927@xref{Command Line Editing}, for more details about the Readline
14928interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
14929encouraged to read that chapter.
14930
8e04817f
AC
14931@node History
14932@section Command history
703663ab 14933@cindex command history
8e04817f
AC
14934
14935@value{GDBN} can keep track of the commands you type during your
14936debugging sessions, so that you can be certain of precisely what
14937happened. Use these commands to manage the @value{GDBN} command
14938history facility.
104c1213 14939
703663ab
EZ
14940@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
14941package, to provide the history facility. @xref{Using History
14942Interactively}, for the detailed description of the History library.
14943
14944Here is the description of @value{GDBN} commands related to command
14945history.
14946
104c1213 14947@table @code
8e04817f
AC
14948@cindex history substitution
14949@cindex history file
14950@kindex set history filename
4644b6e3 14951@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
14952@item set history filename @var{fname}
14953Set the name of the @value{GDBN} command history file to @var{fname}.
14954This is the file where @value{GDBN} reads an initial command history
14955list, and where it writes the command history from this session when it
14956exits. You can access this list through history expansion or through
14957the history command editing characters listed below. This file defaults
14958to the value of the environment variable @code{GDBHISTFILE}, or to
14959@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
14960is not set.
104c1213 14961
9c16f35a
EZ
14962@cindex save command history
14963@kindex set history save
8e04817f
AC
14964@item set history save
14965@itemx set history save on
14966Record command history in a file, whose name may be specified with the
14967@code{set history filename} command. By default, this option is disabled.
104c1213 14968
8e04817f
AC
14969@item set history save off
14970Stop recording command history in a file.
104c1213 14971
8e04817f 14972@cindex history size
9c16f35a 14973@kindex set history size
8e04817f
AC
14974@item set history size @var{size}
14975Set the number of commands which @value{GDBN} keeps in its history list.
14976This defaults to the value of the environment variable
14977@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
14978@end table
14979
8e04817f 14980History expansion assigns special meaning to the character @kbd{!}.
703663ab 14981@xref{Event Designators}, for more details.
8e04817f 14982
703663ab 14983@cindex history expansion, turn on/off
8e04817f
AC
14984Since @kbd{!} is also the logical not operator in C, history expansion
14985is off by default. If you decide to enable history expansion with the
14986@code{set history expansion on} command, you may sometimes need to
14987follow @kbd{!} (when it is used as logical not, in an expression) with
14988a space or a tab to prevent it from being expanded. The readline
14989history facilities do not attempt substitution on the strings
14990@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
14991
14992The commands to control history expansion are:
104c1213
JM
14993
14994@table @code
8e04817f
AC
14995@item set history expansion on
14996@itemx set history expansion
703663ab 14997@kindex set history expansion
8e04817f 14998Enable history expansion. History expansion is off by default.
104c1213 14999
8e04817f
AC
15000@item set history expansion off
15001Disable history expansion.
104c1213 15002
8e04817f
AC
15003@c @group
15004@kindex show history
15005@item show history
15006@itemx show history filename
15007@itemx show history save
15008@itemx show history size
15009@itemx show history expansion
15010These commands display the state of the @value{GDBN} history parameters.
15011@code{show history} by itself displays all four states.
15012@c @end group
15013@end table
15014
15015@table @code
9c16f35a
EZ
15016@kindex show commands
15017@cindex show last commands
15018@cindex display command history
8e04817f
AC
15019@item show commands
15020Display the last ten commands in the command history.
104c1213 15021
8e04817f
AC
15022@item show commands @var{n}
15023Print ten commands centered on command number @var{n}.
15024
15025@item show commands +
15026Print ten commands just after the commands last printed.
104c1213
JM
15027@end table
15028
8e04817f
AC
15029@node Screen Size
15030@section Screen size
15031@cindex size of screen
15032@cindex pauses in output
104c1213 15033
8e04817f
AC
15034Certain commands to @value{GDBN} may produce large amounts of
15035information output to the screen. To help you read all of it,
15036@value{GDBN} pauses and asks you for input at the end of each page of
15037output. Type @key{RET} when you want to continue the output, or @kbd{q}
15038to discard the remaining output. Also, the screen width setting
15039determines when to wrap lines of output. Depending on what is being
15040printed, @value{GDBN} tries to break the line at a readable place,
15041rather than simply letting it overflow onto the following line.
15042
15043Normally @value{GDBN} knows the size of the screen from the terminal
15044driver software. For example, on Unix @value{GDBN} uses the termcap data base
15045together with the value of the @code{TERM} environment variable and the
15046@code{stty rows} and @code{stty cols} settings. If this is not correct,
15047you can override it with the @code{set height} and @code{set
15048width} commands:
15049
15050@table @code
15051@kindex set height
15052@kindex set width
15053@kindex show width
15054@kindex show height
15055@item set height @var{lpp}
15056@itemx show height
15057@itemx set width @var{cpl}
15058@itemx show width
15059These @code{set} commands specify a screen height of @var{lpp} lines and
15060a screen width of @var{cpl} characters. The associated @code{show}
15061commands display the current settings.
104c1213 15062
8e04817f
AC
15063If you specify a height of zero lines, @value{GDBN} does not pause during
15064output no matter how long the output is. This is useful if output is to a
15065file or to an editor buffer.
104c1213 15066
8e04817f
AC
15067Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15068from wrapping its output.
9c16f35a
EZ
15069
15070@item set pagination on
15071@itemx set pagination off
15072@kindex set pagination
15073Turn the output pagination on or off; the default is on. Turning
15074pagination off is the alternative to @code{set height 0}.
15075
15076@item show pagination
15077@kindex show pagination
15078Show the current pagination mode.
104c1213
JM
15079@end table
15080
8e04817f
AC
15081@node Numbers
15082@section Numbers
15083@cindex number representation
15084@cindex entering numbers
104c1213 15085
8e04817f
AC
15086You can always enter numbers in octal, decimal, or hexadecimal in
15087@value{GDBN} by the usual conventions: octal numbers begin with
15088@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
15089begin with @samp{0x}. Numbers that begin with none of these are, by
15090default, entered in base 10; likewise, the default display for
15091numbers---when no particular format is specified---is base 10. You can
15092change the default base for both input and output with the @code{set
15093radix} command.
104c1213 15094
8e04817f
AC
15095@table @code
15096@kindex set input-radix
15097@item set input-radix @var{base}
15098Set the default base for numeric input. Supported choices
15099for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15100specified either unambiguously or using the current default radix; for
15101example, any of
104c1213 15102
8e04817f 15103@smallexample
9c16f35a
EZ
15104set input-radix 012
15105set input-radix 10.
15106set input-radix 0xa
8e04817f 15107@end smallexample
104c1213 15108
8e04817f 15109@noindent
9c16f35a
EZ
15110sets the input base to decimal. On the other hand, @samp{set input-radix 10}
15111leaves the input radix unchanged, no matter what it was.
104c1213 15112
8e04817f
AC
15113@kindex set output-radix
15114@item set output-radix @var{base}
15115Set the default base for numeric display. Supported choices
15116for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15117specified either unambiguously or using the current default radix.
104c1213 15118
8e04817f
AC
15119@kindex show input-radix
15120@item show input-radix
15121Display the current default base for numeric input.
104c1213 15122
8e04817f
AC
15123@kindex show output-radix
15124@item show output-radix
15125Display the current default base for numeric display.
9c16f35a
EZ
15126
15127@item set radix @r{[}@var{base}@r{]}
15128@itemx show radix
15129@kindex set radix
15130@kindex show radix
15131These commands set and show the default base for both input and output
15132of numbers. @code{set radix} sets the radix of input and output to
15133the same base; without an argument, it resets the radix back to its
15134default value of 10.
15135
8e04817f 15136@end table
104c1213 15137
1e698235
DJ
15138@node ABI
15139@section Configuring the current ABI
15140
15141@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15142application automatically. However, sometimes you need to override its
15143conclusions. Use these commands to manage @value{GDBN}'s view of the
15144current ABI.
15145
98b45e30
DJ
15146@cindex OS ABI
15147@kindex set osabi
b4e9345d 15148@kindex show osabi
98b45e30
DJ
15149
15150One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 15151system targets, either via remote debugging or native emulation.
98b45e30
DJ
15152@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15153but you can override its conclusion using the @code{set osabi} command.
15154One example where this is useful is in debugging of binaries which use
15155an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15156not have the same identifying marks that the standard C library for your
15157platform provides.
15158
15159@table @code
15160@item show osabi
15161Show the OS ABI currently in use.
15162
15163@item set osabi
15164With no argument, show the list of registered available OS ABI's.
15165
15166@item set osabi @var{abi}
15167Set the current OS ABI to @var{abi}.
15168@end table
15169
1e698235 15170@cindex float promotion
1e698235
DJ
15171
15172Generally, the way that an argument of type @code{float} is passed to a
15173function depends on whether the function is prototyped. For a prototyped
15174(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15175according to the architecture's convention for @code{float}. For unprototyped
15176(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15177@code{double} and then passed.
15178
15179Unfortunately, some forms of debug information do not reliably indicate whether
15180a function is prototyped. If @value{GDBN} calls a function that is not marked
15181as prototyped, it consults @kbd{set coerce-float-to-double}.
15182
15183@table @code
a8f24a35 15184@kindex set coerce-float-to-double
1e698235
DJ
15185@item set coerce-float-to-double
15186@itemx set coerce-float-to-double on
15187Arguments of type @code{float} will be promoted to @code{double} when passed
15188to an unprototyped function. This is the default setting.
15189
15190@item set coerce-float-to-double off
15191Arguments of type @code{float} will be passed directly to unprototyped
15192functions.
9c16f35a
EZ
15193
15194@kindex show coerce-float-to-double
15195@item show coerce-float-to-double
15196Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
15197@end table
15198
f1212245
DJ
15199@kindex set cp-abi
15200@kindex show cp-abi
15201@value{GDBN} needs to know the ABI used for your program's C@t{++}
15202objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
15203used to build your application. @value{GDBN} only fully supports
15204programs with a single C@t{++} ABI; if your program contains code using
15205multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15206program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15207Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15208before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15209``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
15210use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
15211``auto''.
15212
15213@table @code
15214@item show cp-abi
15215Show the C@t{++} ABI currently in use.
15216
15217@item set cp-abi
15218With no argument, show the list of supported C@t{++} ABI's.
15219
15220@item set cp-abi @var{abi}
15221@itemx set cp-abi auto
15222Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15223@end table
15224
8e04817f
AC
15225@node Messages/Warnings
15226@section Optional warnings and messages
104c1213 15227
9c16f35a
EZ
15228@cindex verbose operation
15229@cindex optional warnings
8e04817f
AC
15230By default, @value{GDBN} is silent about its inner workings. If you are
15231running on a slow machine, you may want to use the @code{set verbose}
15232command. This makes @value{GDBN} tell you when it does a lengthy
15233internal operation, so you will not think it has crashed.
104c1213 15234
8e04817f
AC
15235Currently, the messages controlled by @code{set verbose} are those
15236which announce that the symbol table for a source file is being read;
15237see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 15238
8e04817f
AC
15239@table @code
15240@kindex set verbose
15241@item set verbose on
15242Enables @value{GDBN} output of certain informational messages.
104c1213 15243
8e04817f
AC
15244@item set verbose off
15245Disables @value{GDBN} output of certain informational messages.
104c1213 15246
8e04817f
AC
15247@kindex show verbose
15248@item show verbose
15249Displays whether @code{set verbose} is on or off.
15250@end table
104c1213 15251
8e04817f
AC
15252By default, if @value{GDBN} encounters bugs in the symbol table of an
15253object file, it is silent; but if you are debugging a compiler, you may
15254find this information useful (@pxref{Symbol Errors, ,Errors reading
15255symbol files}).
104c1213 15256
8e04817f 15257@table @code
104c1213 15258
8e04817f
AC
15259@kindex set complaints
15260@item set complaints @var{limit}
15261Permits @value{GDBN} to output @var{limit} complaints about each type of
15262unusual symbols before becoming silent about the problem. Set
15263@var{limit} to zero to suppress all complaints; set it to a large number
15264to prevent complaints from being suppressed.
104c1213 15265
8e04817f
AC
15266@kindex show complaints
15267@item show complaints
15268Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 15269
8e04817f 15270@end table
104c1213 15271
8e04817f
AC
15272By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15273lot of stupid questions to confirm certain commands. For example, if
15274you try to run a program which is already running:
104c1213 15275
474c8240 15276@smallexample
8e04817f
AC
15277(@value{GDBP}) run
15278The program being debugged has been started already.
15279Start it from the beginning? (y or n)
474c8240 15280@end smallexample
104c1213 15281
8e04817f
AC
15282If you are willing to unflinchingly face the consequences of your own
15283commands, you can disable this ``feature'':
104c1213 15284
8e04817f 15285@table @code
104c1213 15286
8e04817f
AC
15287@kindex set confirm
15288@cindex flinching
15289@cindex confirmation
15290@cindex stupid questions
15291@item set confirm off
15292Disables confirmation requests.
104c1213 15293
8e04817f
AC
15294@item set confirm on
15295Enables confirmation requests (the default).
104c1213 15296
8e04817f
AC
15297@kindex show confirm
15298@item show confirm
15299Displays state of confirmation requests.
15300
15301@end table
104c1213 15302
8e04817f
AC
15303@node Debugging Output
15304@section Optional messages about internal happenings
4644b6e3
EZ
15305@cindex optional debugging messages
15306
da316a69
EZ
15307@value{GDBN} has commands that enable optional debugging messages from
15308various @value{GDBN} subsystems; normally these commands are of
15309interest to @value{GDBN} maintainers, or when reporting a bug. This
15310section documents those commands.
15311
104c1213 15312@table @code
a8f24a35
EZ
15313@kindex set exec-done-display
15314@item set exec-done-display
15315Turns on or off the notification of asynchronous commands'
15316completion. When on, @value{GDBN} will print a message when an
15317asynchronous command finishes its execution. The default is off.
15318@kindex show exec-done-display
15319@item show exec-done-display
15320Displays the current setting of asynchronous command completion
15321notification.
4644b6e3
EZ
15322@kindex set debug
15323@cindex gdbarch debugging info
a8f24a35 15324@cindex architecture debugging info
8e04817f 15325@item set debug arch
a8f24a35 15326Turns on or off display of gdbarch debugging info. The default is off
4644b6e3 15327@kindex show debug
8e04817f
AC
15328@item show debug arch
15329Displays the current state of displaying gdbarch debugging info.
721c2651
EZ
15330@item set debug aix-thread
15331@cindex AIX threads
15332Display debugging messages about inner workings of the AIX thread
15333module.
15334@item show debug aix-thread
15335Show the current state of AIX thread debugging info display.
8e04817f 15336@item set debug event
4644b6e3 15337@cindex event debugging info
a8f24a35 15338Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 15339default is off.
8e04817f
AC
15340@item show debug event
15341Displays the current state of displaying @value{GDBN} event debugging
15342info.
8e04817f 15343@item set debug expression
4644b6e3 15344@cindex expression debugging info
721c2651
EZ
15345Turns on or off display of debugging info about @value{GDBN}
15346expression parsing. The default is off.
8e04817f 15347@item show debug expression
721c2651
EZ
15348Displays the current state of displaying debugging info about
15349@value{GDBN} expression parsing.
7453dc06 15350@item set debug frame
4644b6e3 15351@cindex frame debugging info
7453dc06
AC
15352Turns on or off display of @value{GDBN} frame debugging info. The
15353default is off.
7453dc06
AC
15354@item show debug frame
15355Displays the current state of displaying @value{GDBN} frame debugging
15356info.
30e91e0b
RC
15357@item set debug infrun
15358@cindex inferior debugging info
15359Turns on or off display of @value{GDBN} debugging info for running the inferior.
15360The default is off. @file{infrun.c} contains GDB's runtime state machine used
15361for implementing operations such as single-stepping the inferior.
15362@item show debug infrun
15363Displays the current state of @value{GDBN} inferior debugging.
da316a69
EZ
15364@item set debug lin-lwp
15365@cindex @sc{gnu}/Linux LWP debug messages
15366@cindex Linux lightweight processes
721c2651 15367Turns on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
15368@item show debug lin-lwp
15369Show the current state of Linux LWP debugging messages.
2b4855ab 15370@item set debug observer
4644b6e3 15371@cindex observer debugging info
2b4855ab
AC
15372Turns on or off display of @value{GDBN} observer debugging. This
15373includes info such as the notification of observable events.
2b4855ab
AC
15374@item show debug observer
15375Displays the current state of observer debugging.
8e04817f 15376@item set debug overload
4644b6e3 15377@cindex C@t{++} overload debugging info
8e04817f
AC
15378Turns on or off display of @value{GDBN} C@t{++} overload debugging
15379info. This includes info such as ranking of functions, etc. The default
15380is off.
8e04817f
AC
15381@item show debug overload
15382Displays the current state of displaying @value{GDBN} C@t{++} overload
15383debugging info.
8e04817f
AC
15384@cindex packets, reporting on stdout
15385@cindex serial connections, debugging
15386@item set debug remote
15387Turns on or off display of reports on all packets sent back and forth across
15388the serial line to the remote machine. The info is printed on the
15389@value{GDBN} standard output stream. The default is off.
8e04817f
AC
15390@item show debug remote
15391Displays the state of display of remote packets.
8e04817f
AC
15392@item set debug serial
15393Turns on or off display of @value{GDBN} serial debugging info. The
15394default is off.
8e04817f
AC
15395@item show debug serial
15396Displays the current state of displaying @value{GDBN} serial debugging
15397info.
c45da7e6
EZ
15398@item set debug solib-frv
15399@cindex FR-V shared-library debugging
15400Turns on or off debugging messages for FR-V shared-library code.
15401@item show debug solib-frv
15402Display the current state of FR-V shared-library code debugging
15403messages.
8e04817f 15404@item set debug target
4644b6e3 15405@cindex target debugging info
8e04817f
AC
15406Turns on or off display of @value{GDBN} target debugging info. This info
15407includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
15408default is 0. Set it to 1 to track events, and to 2 to also track the
15409value of large memory transfers. Changes to this flag do not take effect
15410until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
15411@item show debug target
15412Displays the current state of displaying @value{GDBN} target debugging
15413info.
c45da7e6 15414@item set debugvarobj
4644b6e3 15415@cindex variable object debugging info
8e04817f
AC
15416Turns on or off display of @value{GDBN} variable object debugging
15417info. The default is off.
c45da7e6 15418@item show debugvarobj
8e04817f
AC
15419Displays the current state of displaying @value{GDBN} variable object
15420debugging info.
15421@end table
104c1213 15422
8e04817f
AC
15423@node Sequences
15424@chapter Canned Sequences of Commands
104c1213 15425
8e04817f
AC
15426Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15427command lists}), @value{GDBN} provides two ways to store sequences of
15428commands for execution as a unit: user-defined commands and command
15429files.
104c1213 15430
8e04817f
AC
15431@menu
15432* Define:: User-defined commands
15433* Hooks:: User-defined command hooks
15434* Command Files:: Command files
15435* Output:: Commands for controlled output
15436@end menu
104c1213 15437
8e04817f
AC
15438@node Define
15439@section User-defined commands
104c1213 15440
8e04817f
AC
15441@cindex user-defined command
15442A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15443which you assign a new name as a command. This is done with the
15444@code{define} command. User commands may accept up to 10 arguments
15445separated by whitespace. Arguments are accessed within the user command
15446via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 15447
8e04817f
AC
15448@smallexample
15449define adder
15450 print $arg0 + $arg1 + $arg2
15451@end smallexample
104c1213
JM
15452
15453@noindent
8e04817f 15454To execute the command use:
104c1213 15455
8e04817f
AC
15456@smallexample
15457adder 1 2 3
15458@end smallexample
104c1213 15459
8e04817f
AC
15460@noindent
15461This defines the command @code{adder}, which prints the sum of
15462its three arguments. Note the arguments are text substitutions, so they may
15463reference variables, use complex expressions, or even perform inferior
15464functions calls.
104c1213
JM
15465
15466@table @code
104c1213 15467
8e04817f
AC
15468@kindex define
15469@item define @var{commandname}
15470Define a command named @var{commandname}. If there is already a command
15471by that name, you are asked to confirm that you want to redefine it.
104c1213 15472
8e04817f
AC
15473The definition of the command is made up of other @value{GDBN} command lines,
15474which are given following the @code{define} command. The end of these
15475commands is marked by a line containing @code{end}.
104c1213 15476
8e04817f
AC
15477@kindex if
15478@kindex else
15479@item if
09d4efe1 15480@itemx else
8e04817f
AC
15481Takes a single argument, which is an expression to evaluate.
15482It is followed by a series of commands that are executed
15483only if the expression is true (nonzero).
15484There can then optionally be a line @code{else}, followed
15485by a series of commands that are only executed if the expression
15486was false. The end of the list is marked by a line containing @code{end}.
104c1213 15487
8e04817f
AC
15488@kindex while
15489@item while
15490The syntax is similar to @code{if}: the command takes a single argument,
15491which is an expression to evaluate, and must be followed by the commands to
15492execute, one per line, terminated by an @code{end}.
15493The commands are executed repeatedly as long as the expression
15494evaluates to true.
104c1213 15495
8e04817f
AC
15496@kindex document
15497@item document @var{commandname}
15498Document the user-defined command @var{commandname}, so that it can be
15499accessed by @code{help}. The command @var{commandname} must already be
15500defined. This command reads lines of documentation just as @code{define}
15501reads the lines of the command definition, ending with @code{end}.
15502After the @code{document} command is finished, @code{help} on command
15503@var{commandname} displays the documentation you have written.
104c1213 15504
8e04817f
AC
15505You may use the @code{document} command again to change the
15506documentation of a command. Redefining the command with @code{define}
15507does not change the documentation.
104c1213 15508
c45da7e6
EZ
15509@kindex dont-repeat
15510@cindex don't repeat command
15511@item dont-repeat
15512Used inside a user-defined command, this tells @value{GDBN} that this
15513command should not be repeated when the user hits @key{RET}
15514(@pxref{Command Syntax, repeat last command}).
15515
8e04817f
AC
15516@kindex help user-defined
15517@item help user-defined
15518List all user-defined commands, with the first line of the documentation
15519(if any) for each.
104c1213 15520
8e04817f
AC
15521@kindex show user
15522@item show user
15523@itemx show user @var{commandname}
15524Display the @value{GDBN} commands used to define @var{commandname} (but
15525not its documentation). If no @var{commandname} is given, display the
15526definitions for all user-defined commands.
104c1213 15527
9c16f35a 15528@cindex infinite recusrion in user-defined commands
20f01a46
DH
15529@kindex show max-user-call-depth
15530@kindex set max-user-call-depth
15531@item show max-user-call-depth
5ca0cb28
DH
15532@itemx set max-user-call-depth
15533The value of @code{max-user-call-depth} controls how many recursion
15534levels are allowed in user-defined commands before GDB suspects an
15535infinite recursion and aborts the command.
20f01a46 15536
104c1213
JM
15537@end table
15538
8e04817f
AC
15539When user-defined commands are executed, the
15540commands of the definition are not printed. An error in any command
15541stops execution of the user-defined command.
104c1213 15542
8e04817f
AC
15543If used interactively, commands that would ask for confirmation proceed
15544without asking when used inside a user-defined command. Many @value{GDBN}
15545commands that normally print messages to say what they are doing omit the
15546messages when used in a user-defined command.
104c1213 15547
8e04817f
AC
15548@node Hooks
15549@section User-defined command hooks
15550@cindex command hooks
15551@cindex hooks, for commands
15552@cindex hooks, pre-command
104c1213 15553
8e04817f 15554@kindex hook
8e04817f
AC
15555You may define @dfn{hooks}, which are a special kind of user-defined
15556command. Whenever you run the command @samp{foo}, if the user-defined
15557command @samp{hook-foo} exists, it is executed (with no arguments)
15558before that command.
104c1213 15559
8e04817f
AC
15560@cindex hooks, post-command
15561@kindex hookpost
8e04817f
AC
15562A hook may also be defined which is run after the command you executed.
15563Whenever you run the command @samp{foo}, if the user-defined command
15564@samp{hookpost-foo} exists, it is executed (with no arguments) after
15565that command. Post-execution hooks may exist simultaneously with
15566pre-execution hooks, for the same command.
104c1213 15567
8e04817f 15568It is valid for a hook to call the command which it hooks. If this
9f1c6395 15569occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 15570
8e04817f
AC
15571@c It would be nice if hookpost could be passed a parameter indicating
15572@c if the command it hooks executed properly or not. FIXME!
104c1213 15573
8e04817f
AC
15574@kindex stop@r{, a pseudo-command}
15575In addition, a pseudo-command, @samp{stop} exists. Defining
15576(@samp{hook-stop}) makes the associated commands execute every time
15577execution stops in your program: before breakpoint commands are run,
15578displays are printed, or the stack frame is printed.
104c1213 15579
8e04817f
AC
15580For example, to ignore @code{SIGALRM} signals while
15581single-stepping, but treat them normally during normal execution,
15582you could define:
104c1213 15583
474c8240 15584@smallexample
8e04817f
AC
15585define hook-stop
15586handle SIGALRM nopass
15587end
104c1213 15588
8e04817f
AC
15589define hook-run
15590handle SIGALRM pass
15591end
104c1213 15592
8e04817f
AC
15593define hook-continue
15594handle SIGLARM pass
15595end
474c8240 15596@end smallexample
104c1213 15597
8e04817f 15598As a further example, to hook at the begining and end of the @code{echo}
b383017d 15599command, and to add extra text to the beginning and end of the message,
8e04817f 15600you could define:
104c1213 15601
474c8240 15602@smallexample
8e04817f
AC
15603define hook-echo
15604echo <<<---
15605end
104c1213 15606
8e04817f
AC
15607define hookpost-echo
15608echo --->>>\n
15609end
104c1213 15610
8e04817f
AC
15611(@value{GDBP}) echo Hello World
15612<<<---Hello World--->>>
15613(@value{GDBP})
104c1213 15614
474c8240 15615@end smallexample
104c1213 15616
8e04817f
AC
15617You can define a hook for any single-word command in @value{GDBN}, but
15618not for command aliases; you should define a hook for the basic command
15619name, e.g. @code{backtrace} rather than @code{bt}.
15620@c FIXME! So how does Joe User discover whether a command is an alias
15621@c or not?
15622If an error occurs during the execution of your hook, execution of
15623@value{GDBN} commands stops and @value{GDBN} issues a prompt
15624(before the command that you actually typed had a chance to run).
104c1213 15625
8e04817f
AC
15626If you try to define a hook which does not match any known command, you
15627get a warning from the @code{define} command.
c906108c 15628
8e04817f
AC
15629@node Command Files
15630@section Command files
c906108c 15631
8e04817f
AC
15632@cindex command files
15633A command file for @value{GDBN} is a file of lines that are @value{GDBN}
15634commands. Comments (lines starting with @kbd{#}) may also be included.
15635An empty line in a command file does nothing; it does not mean to repeat
15636the last command, as it would from the terminal.
c906108c 15637
8e04817f
AC
15638@cindex init file
15639@cindex @file{.gdbinit}
15640@cindex @file{gdb.ini}
15641When you start @value{GDBN}, it automatically executes commands from its
15642@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
15643port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
15644limitations of file names imposed by DOS filesystems.}.
15645During startup, @value{GDBN} does the following:
c906108c 15646
8e04817f
AC
15647@enumerate
15648@item
15649Reads the init file (if any) in your home directory@footnote{On
15650DOS/Windows systems, the home directory is the one pointed to by the
15651@code{HOME} environment variable.}.
c906108c 15652
8e04817f
AC
15653@item
15654Processes command line options and operands.
c906108c 15655
8e04817f
AC
15656@item
15657Reads the init file (if any) in the current working directory.
c906108c 15658
8e04817f
AC
15659@item
15660Reads command files specified by the @samp{-x} option.
15661@end enumerate
c906108c 15662
8e04817f
AC
15663The init file in your home directory can set options (such as @samp{set
15664complaints}) that affect subsequent processing of command line options
15665and operands. Init files are not executed if you use the @samp{-nx}
15666option (@pxref{Mode Options, ,Choosing modes}).
c906108c 15667
8e04817f
AC
15668@cindex init file name
15669On some configurations of @value{GDBN}, the init file is known by a
15670different name (these are typically environments where a specialized
15671form of @value{GDBN} may need to coexist with other forms, hence a
15672different name for the specialized version's init file). These are the
15673environments with special init file names:
c906108c 15674
8e04817f
AC
15675@cindex @file{.vxgdbinit}
15676@itemize @bullet
15677@item
15678VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 15679
8e04817f
AC
15680@cindex @file{.os68gdbinit}
15681@item
15682OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 15683
8e04817f
AC
15684@cindex @file{.esgdbinit}
15685@item
15686ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
15687@end itemize
c906108c 15688
8e04817f
AC
15689You can also request the execution of a command file with the
15690@code{source} command:
c906108c 15691
8e04817f
AC
15692@table @code
15693@kindex source
15694@item source @var{filename}
15695Execute the command file @var{filename}.
c906108c
SS
15696@end table
15697
8e04817f 15698The lines in a command file are executed sequentially. They are not
a71ec265
DH
15699printed as they are executed. An error in any command terminates
15700execution of the command file and control is returned to the console.
c906108c 15701
8e04817f
AC
15702Commands that would ask for confirmation if used interactively proceed
15703without asking when used in a command file. Many @value{GDBN} commands that
15704normally print messages to say what they are doing omit the messages
15705when called from command files.
c906108c 15706
8e04817f
AC
15707@value{GDBN} also accepts command input from standard input. In this
15708mode, normal output goes to standard output and error output goes to
15709standard error. Errors in a command file supplied on standard input do
15710not terminate execution of the command file --- execution continues with
15711the next command.
c906108c 15712
474c8240 15713@smallexample
8e04817f 15714gdb < cmds > log 2>&1
474c8240 15715@end smallexample
c906108c 15716
8e04817f
AC
15717(The syntax above will vary depending on the shell used.) This example
15718will execute commands from the file @file{cmds}. All output and errors
15719would be directed to @file{log}.
c906108c 15720
8e04817f
AC
15721@node Output
15722@section Commands for controlled output
c906108c 15723
8e04817f
AC
15724During the execution of a command file or a user-defined command, normal
15725@value{GDBN} output is suppressed; the only output that appears is what is
15726explicitly printed by the commands in the definition. This section
15727describes three commands useful for generating exactly the output you
15728want.
c906108c
SS
15729
15730@table @code
8e04817f
AC
15731@kindex echo
15732@item echo @var{text}
15733@c I do not consider backslash-space a standard C escape sequence
15734@c because it is not in ANSI.
15735Print @var{text}. Nonprinting characters can be included in
15736@var{text} using C escape sequences, such as @samp{\n} to print a
15737newline. @strong{No newline is printed unless you specify one.}
15738In addition to the standard C escape sequences, a backslash followed
15739by a space stands for a space. This is useful for displaying a
15740string with spaces at the beginning or the end, since leading and
15741trailing spaces are otherwise trimmed from all arguments.
15742To print @samp{@w{ }and foo =@w{ }}, use the command
15743@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 15744
8e04817f
AC
15745A backslash at the end of @var{text} can be used, as in C, to continue
15746the command onto subsequent lines. For example,
c906108c 15747
474c8240 15748@smallexample
8e04817f
AC
15749echo This is some text\n\
15750which is continued\n\
15751onto several lines.\n
474c8240 15752@end smallexample
c906108c 15753
8e04817f 15754produces the same output as
c906108c 15755
474c8240 15756@smallexample
8e04817f
AC
15757echo This is some text\n
15758echo which is continued\n
15759echo onto several lines.\n
474c8240 15760@end smallexample
c906108c 15761
8e04817f
AC
15762@kindex output
15763@item output @var{expression}
15764Print the value of @var{expression} and nothing but that value: no
15765newlines, no @samp{$@var{nn} = }. The value is not entered in the
15766value history either. @xref{Expressions, ,Expressions}, for more information
15767on expressions.
c906108c 15768
8e04817f
AC
15769@item output/@var{fmt} @var{expression}
15770Print the value of @var{expression} in format @var{fmt}. You can use
15771the same formats as for @code{print}. @xref{Output Formats,,Output
15772formats}, for more information.
c906108c 15773
8e04817f
AC
15774@kindex printf
15775@item printf @var{string}, @var{expressions}@dots{}
15776Print the values of the @var{expressions} under the control of
15777@var{string}. The @var{expressions} are separated by commas and may be
15778either numbers or pointers. Their values are printed as specified by
15779@var{string}, exactly as if your program were to execute the C
15780subroutine
15781@c FIXME: the above implies that at least all ANSI C formats are
15782@c supported, but it isn't true: %E and %G don't work (or so it seems).
15783@c Either this is a bug, or the manual should document what formats are
15784@c supported.
c906108c 15785
474c8240 15786@smallexample
8e04817f 15787printf (@var{string}, @var{expressions}@dots{});
474c8240 15788@end smallexample
c906108c 15789
8e04817f 15790For example, you can print two values in hex like this:
c906108c 15791
8e04817f
AC
15792@smallexample
15793printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15794@end smallexample
c906108c 15795
8e04817f
AC
15796The only backslash-escape sequences that you can use in the format
15797string are the simple ones that consist of backslash followed by a
15798letter.
c906108c
SS
15799@end table
15800
21c294e6
AC
15801@node Interpreters
15802@chapter Command Interpreters
15803@cindex command interpreters
15804
15805@value{GDBN} supports multiple command interpreters, and some command
15806infrastructure to allow users or user interface writers to switch
15807between interpreters or run commands in other interpreters.
15808
15809@value{GDBN} currently supports two command interpreters, the console
15810interpreter (sometimes called the command-line interpreter or @sc{cli})
15811and the machine interface interpreter (or @sc{gdb/mi}). This manual
15812describes both of these interfaces in great detail.
15813
15814By default, @value{GDBN} will start with the console interpreter.
15815However, the user may choose to start @value{GDBN} with another
15816interpreter by specifying the @option{-i} or @option{--interpreter}
15817startup options. Defined interpreters include:
15818
15819@table @code
15820@item console
15821@cindex console interpreter
15822The traditional console or command-line interpreter. This is the most often
15823used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15824@value{GDBN} will use this interpreter.
15825
15826@item mi
15827@cindex mi interpreter
15828The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15829by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15830or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15831Interface}.
15832
15833@item mi2
15834@cindex mi2 interpreter
15835The current @sc{gdb/mi} interface.
15836
15837@item mi1
15838@cindex mi1 interpreter
15839The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15840
15841@end table
15842
15843@cindex invoke another interpreter
15844The interpreter being used by @value{GDBN} may not be dynamically
15845switched at runtime. Although possible, this could lead to a very
15846precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15847enters the command "interpreter-set console" in a console view,
15848@value{GDBN} would switch to using the console interpreter, rendering
15849the IDE inoperable!
15850
15851@kindex interpreter-exec
15852Although you may only choose a single interpreter at startup, you may execute
15853commands in any interpreter from the current interpreter using the appropriate
15854command. If you are running the console interpreter, simply use the
15855@code{interpreter-exec} command:
15856
15857@smallexample
15858interpreter-exec mi "-data-list-register-names"
15859@end smallexample
15860
15861@sc{gdb/mi} has a similar command, although it is only available in versions of
15862@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15863
8e04817f
AC
15864@node TUI
15865@chapter @value{GDBN} Text User Interface
15866@cindex TUI
d0d5df6f 15867@cindex Text User Interface
c906108c 15868
8e04817f
AC
15869@menu
15870* TUI Overview:: TUI overview
15871* TUI Keys:: TUI key bindings
7cf36c78 15872* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
15873* TUI Commands:: TUI specific commands
15874* TUI Configuration:: TUI configuration variables
15875@end menu
c906108c 15876
d0d5df6f
AC
15877The @value{GDBN} Text User Interface, TUI in short, is a terminal
15878interface which uses the @code{curses} library to show the source
15879file, the assembly output, the program registers and @value{GDBN}
15880commands in separate text windows.
15881
15882The TUI is enabled by invoking @value{GDBN} using either
15883@pindex gdbtui
15884@samp{gdbtui} or @samp{gdb -tui}.
c906108c 15885
8e04817f
AC
15886@node TUI Overview
15887@section TUI overview
c906108c 15888
8e04817f
AC
15889The TUI has two display modes that can be switched while
15890@value{GDBN} runs:
c906108c 15891
8e04817f
AC
15892@itemize @bullet
15893@item
15894A curses (or TUI) mode in which it displays several text
15895windows on the terminal.
c906108c 15896
8e04817f
AC
15897@item
15898A standard mode which corresponds to the @value{GDBN} configured without
15899the TUI.
15900@end itemize
c906108c 15901
8e04817f
AC
15902In the TUI mode, @value{GDBN} can display several text window
15903on the terminal:
c906108c 15904
8e04817f
AC
15905@table @emph
15906@item command
15907This window is the @value{GDBN} command window with the @value{GDBN}
15908prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
15909managed using readline but through the TUI. The @emph{command}
15910window is always visible.
c906108c 15911
8e04817f
AC
15912@item source
15913The source window shows the source file of the program. The current
15914line as well as active breakpoints are displayed in this window.
c906108c 15915
8e04817f
AC
15916@item assembly
15917The assembly window shows the disassembly output of the program.
c906108c 15918
8e04817f
AC
15919@item register
15920This window shows the processor registers. It detects when
15921a register is changed and when this is the case, registers that have
6a1b180d 15922changed are highlighted.
c906108c 15923
c906108c
SS
15924@end table
15925
269c21fe
SC
15926The source and assembly windows show the current program position
15927by highlighting the current line and marking them with the @samp{>} marker.
15928Breakpoints are also indicated with two markers. A first one
15929indicates the breakpoint type:
15930
15931@table @code
15932@item B
15933Breakpoint which was hit at least once.
15934
15935@item b
15936Breakpoint which was never hit.
15937
15938@item H
15939Hardware breakpoint which was hit at least once.
15940
15941@item h
15942Hardware breakpoint which was never hit.
15943
15944@end table
15945
15946The second marker indicates whether the breakpoint is enabled or not:
15947
15948@table @code
15949@item +
15950Breakpoint is enabled.
15951
15952@item -
15953Breakpoint is disabled.
15954
15955@end table
15956
8e04817f
AC
15957The source, assembly and register windows are attached to the thread
15958and the frame position. They are updated when the current thread
15959changes, when the frame changes or when the program counter changes.
15960These three windows are arranged by the TUI according to several
15961layouts. The layout defines which of these three windows are visible.
15962The following layouts are available:
c906108c 15963
8e04817f
AC
15964@itemize @bullet
15965@item
15966source
2df3850c 15967
8e04817f
AC
15968@item
15969assembly
15970
15971@item
15972source and assembly
15973
15974@item
15975source and registers
c906108c 15976
8e04817f
AC
15977@item
15978assembly and registers
2df3850c 15979
8e04817f 15980@end itemize
c906108c 15981
b7bb15bc
SC
15982On top of the command window a status line gives various information
15983concerning the current process begin debugged. The status line is
15984updated when the information it shows changes. The following fields
15985are displayed:
15986
15987@table @emph
15988@item target
15989Indicates the current gdb target
15990(@pxref{Targets, ,Specifying a Debugging Target}).
15991
15992@item process
15993Gives information about the current process or thread number.
15994When no process is being debugged, this field is set to @code{No process}.
15995
15996@item function
15997Gives the current function name for the selected frame.
15998The name is demangled if demangling is turned on (@pxref{Print Settings}).
15999When there is no symbol corresponding to the current program counter
16000the string @code{??} is displayed.
16001
16002@item line
16003Indicates the current line number for the selected frame.
16004When the current line number is not known the string @code{??} is displayed.
16005
16006@item pc
16007Indicates the current program counter address.
16008
16009@end table
16010
8e04817f
AC
16011@node TUI Keys
16012@section TUI Key Bindings
16013@cindex TUI key bindings
c906108c 16014
8e04817f
AC
16015The TUI installs several key bindings in the readline keymaps
16016(@pxref{Command Line Editing}).
16017They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
16018directly on the TUI layout and windows. The TUI also provides
16019a @emph{SingleKey} keymap which binds several keys directly to
16020@value{GDBN} commands. The following key bindings
8e04817f 16021are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 16022
8e04817f
AC
16023@table @kbd
16024@kindex C-x C-a
16025@item C-x C-a
16026@kindex C-x a
16027@itemx C-x a
16028@kindex C-x A
16029@itemx C-x A
16030Enter or leave the TUI mode. When the TUI mode is left,
16031the curses window management is left and @value{GDBN} operates using
16032its standard mode writing on the terminal directly. When the TUI
16033mode is entered, the control is given back to the curses windows.
16034The screen is then refreshed.
c906108c 16035
8e04817f
AC
16036@kindex C-x 1
16037@item C-x 1
16038Use a TUI layout with only one window. The layout will
16039either be @samp{source} or @samp{assembly}. When the TUI mode
16040is not active, it will switch to the TUI mode.
2df3850c 16041
8e04817f 16042Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 16043
8e04817f
AC
16044@kindex C-x 2
16045@item C-x 2
16046Use a TUI layout with at least two windows. When the current
16047layout shows already two windows, a next layout with two windows is used.
16048When a new layout is chosen, one window will always be common to the
16049previous layout and the new one.
c906108c 16050
8e04817f 16051Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 16052
72ffddc9
SC
16053@kindex C-x o
16054@item C-x o
16055Change the active window. The TUI associates several key bindings
16056(like scrolling and arrow keys) to the active window. This command
16057gives the focus to the next TUI window.
16058
16059Think of it as the Emacs @kbd{C-x o} binding.
16060
7cf36c78
SC
16061@kindex C-x s
16062@item C-x s
16063Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16064(@pxref{TUI Single Key Mode}).
16065
c906108c
SS
16066@end table
16067
8e04817f 16068The following key bindings are handled only by the TUI mode:
5d161b24 16069
8e04817f
AC
16070@table @key
16071@kindex PgUp
16072@item PgUp
16073Scroll the active window one page up.
c906108c 16074
8e04817f
AC
16075@kindex PgDn
16076@item PgDn
16077Scroll the active window one page down.
c906108c 16078
8e04817f
AC
16079@kindex Up
16080@item Up
16081Scroll the active window one line up.
c906108c 16082
8e04817f
AC
16083@kindex Down
16084@item Down
16085Scroll the active window one line down.
c906108c 16086
8e04817f
AC
16087@kindex Left
16088@item Left
16089Scroll the active window one column left.
c906108c 16090
8e04817f
AC
16091@kindex Right
16092@item Right
16093Scroll the active window one column right.
c906108c 16094
8e04817f
AC
16095@kindex C-L
16096@item C-L
16097Refresh the screen.
c906108c 16098
8e04817f 16099@end table
c906108c 16100
8e04817f 16101In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
16102for scrolling. This means they are available for readline when the
16103active window is the command window. When the command window
16104does not have the focus, it is necessary to use other readline
16105key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 16106
7cf36c78
SC
16107@node TUI Single Key Mode
16108@section TUI Single Key Mode
16109@cindex TUI single key mode
16110
16111The TUI provides a @emph{SingleKey} mode in which it installs a particular
16112key binding in the readline keymaps to connect single keys to
b383017d 16113some gdb commands.
7cf36c78
SC
16114
16115@table @kbd
16116@kindex c @r{(SingleKey TUI key)}
16117@item c
16118continue
16119
16120@kindex d @r{(SingleKey TUI key)}
16121@item d
16122down
16123
16124@kindex f @r{(SingleKey TUI key)}
16125@item f
16126finish
16127
16128@kindex n @r{(SingleKey TUI key)}
16129@item n
16130next
16131
16132@kindex q @r{(SingleKey TUI key)}
16133@item q
16134exit the @emph{SingleKey} mode.
16135
16136@kindex r @r{(SingleKey TUI key)}
16137@item r
16138run
16139
16140@kindex s @r{(SingleKey TUI key)}
16141@item s
16142step
16143
16144@kindex u @r{(SingleKey TUI key)}
16145@item u
16146up
16147
16148@kindex v @r{(SingleKey TUI key)}
16149@item v
16150info locals
16151
16152@kindex w @r{(SingleKey TUI key)}
16153@item w
16154where
16155
16156@end table
16157
16158Other keys temporarily switch to the @value{GDBN} command prompt.
16159The key that was pressed is inserted in the editing buffer so that
16160it is possible to type most @value{GDBN} commands without interaction
16161with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
16162@emph{SingleKey} mode is restored. The only way to permanently leave
16163this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16164
16165
8e04817f
AC
16166@node TUI Commands
16167@section TUI specific commands
16168@cindex TUI commands
16169
16170The TUI has specific commands to control the text windows.
16171These commands are always available, that is they do not depend on
16172the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
16173is in the standard mode, using these commands will automatically switch
16174in the TUI mode.
c906108c
SS
16175
16176@table @code
3d757584
SC
16177@item info win
16178@kindex info win
16179List and give the size of all displayed windows.
16180
8e04817f 16181@item layout next
4644b6e3 16182@kindex layout
8e04817f 16183Display the next layout.
2df3850c 16184
8e04817f 16185@item layout prev
8e04817f 16186Display the previous layout.
c906108c 16187
8e04817f 16188@item layout src
8e04817f 16189Display the source window only.
c906108c 16190
8e04817f 16191@item layout asm
8e04817f 16192Display the assembly window only.
c906108c 16193
8e04817f 16194@item layout split
8e04817f 16195Display the source and assembly window.
c906108c 16196
8e04817f 16197@item layout regs
8e04817f
AC
16198Display the register window together with the source or assembly window.
16199
16200@item focus next | prev | src | asm | regs | split
16201@kindex focus
16202Set the focus to the named window.
16203This command allows to change the active window so that scrolling keys
16204can be affected to another window.
c906108c 16205
8e04817f
AC
16206@item refresh
16207@kindex refresh
16208Refresh the screen. This is similar to using @key{C-L} key.
c906108c 16209
6a1b180d
SC
16210@item tui reg float
16211@kindex tui reg
16212Show the floating point registers in the register window.
16213
16214@item tui reg general
16215Show the general registers in the register window.
16216
16217@item tui reg next
16218Show the next register group. The list of register groups as well as
16219their order is target specific. The predefined register groups are the
16220following: @code{general}, @code{float}, @code{system}, @code{vector},
16221@code{all}, @code{save}, @code{restore}.
16222
16223@item tui reg system
16224Show the system registers in the register window.
16225
8e04817f
AC
16226@item update
16227@kindex update
16228Update the source window and the current execution point.
c906108c 16229
8e04817f
AC
16230@item winheight @var{name} +@var{count}
16231@itemx winheight @var{name} -@var{count}
16232@kindex winheight
16233Change the height of the window @var{name} by @var{count}
16234lines. Positive counts increase the height, while negative counts
16235decrease it.
2df3850c 16236
c45da7e6
EZ
16237@item tabset
16238@kindex tabset @var{nchars}
16239Set the width of tab stops to be @var{nchars} characters.
16240
c906108c
SS
16241@end table
16242
8e04817f
AC
16243@node TUI Configuration
16244@section TUI configuration variables
16245@cindex TUI configuration variables
c906108c 16246
8e04817f
AC
16247The TUI has several configuration variables that control the
16248appearance of windows on the terminal.
c906108c 16249
8e04817f
AC
16250@table @code
16251@item set tui border-kind @var{kind}
16252@kindex set tui border-kind
16253Select the border appearance for the source, assembly and register windows.
16254The possible values are the following:
16255@table @code
16256@item space
16257Use a space character to draw the border.
c906108c 16258
8e04817f
AC
16259@item ascii
16260Use ascii characters + - and | to draw the border.
c906108c 16261
8e04817f
AC
16262@item acs
16263Use the Alternate Character Set to draw the border. The border is
16264drawn using character line graphics if the terminal supports them.
c78b4128 16265
8e04817f 16266@end table
c78b4128 16267
8e04817f
AC
16268@item set tui active-border-mode @var{mode}
16269@kindex set tui active-border-mode
16270Select the attributes to display the border of the active window.
16271The possible values are @code{normal}, @code{standout}, @code{reverse},
16272@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 16273
8e04817f
AC
16274@item set tui border-mode @var{mode}
16275@kindex set tui border-mode
16276Select the attributes to display the border of other windows.
16277The @var{mode} can be one of the following:
16278@table @code
16279@item normal
16280Use normal attributes to display the border.
c906108c 16281
8e04817f
AC
16282@item standout
16283Use standout mode.
c906108c 16284
8e04817f
AC
16285@item reverse
16286Use reverse video mode.
c906108c 16287
8e04817f
AC
16288@item half
16289Use half bright mode.
c906108c 16290
8e04817f
AC
16291@item half-standout
16292Use half bright and standout mode.
c906108c 16293
8e04817f
AC
16294@item bold
16295Use extra bright or bold mode.
c78b4128 16296
8e04817f
AC
16297@item bold-standout
16298Use extra bright or bold and standout mode.
c78b4128 16299
8e04817f 16300@end table
c78b4128 16301
8e04817f 16302@end table
c78b4128 16303
8e04817f
AC
16304@node Emacs
16305@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 16306
8e04817f
AC
16307@cindex Emacs
16308@cindex @sc{gnu} Emacs
16309A special interface allows you to use @sc{gnu} Emacs to view (and
16310edit) the source files for the program you are debugging with
16311@value{GDBN}.
c906108c 16312
8e04817f
AC
16313To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
16314executable file you want to debug as an argument. This command starts
16315@value{GDBN} as a subprocess of Emacs, with input and output through a newly
16316created Emacs buffer.
16317@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 16318
8e04817f
AC
16319Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16320things:
c906108c 16321
8e04817f
AC
16322@itemize @bullet
16323@item
16324All ``terminal'' input and output goes through the Emacs buffer.
16325@end itemize
c906108c 16326
8e04817f
AC
16327This applies both to @value{GDBN} commands and their output, and to the input
16328and output done by the program you are debugging.
bf0184be 16329
8e04817f
AC
16330This is useful because it means that you can copy the text of previous
16331commands and input them again; you can even use parts of the output
16332in this way.
bf0184be 16333
8e04817f
AC
16334All the facilities of Emacs' Shell mode are available for interacting
16335with your program. In particular, you can send signals the usual
16336way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16337stop.
bf0184be 16338
8e04817f 16339@itemize @bullet
bf0184be 16340@item
8e04817f
AC
16341@value{GDBN} displays source code through Emacs.
16342@end itemize
bf0184be 16343
8e04817f
AC
16344Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16345source file for that frame and puts an arrow (@samp{=>}) at the
16346left margin of the current line. Emacs uses a separate buffer for
16347source display, and splits the screen to show both your @value{GDBN} session
16348and the source.
bf0184be 16349
8e04817f
AC
16350Explicit @value{GDBN} @code{list} or search commands still produce output as
16351usual, but you probably have no reason to use them from Emacs.
c906108c 16352
64fabec2
AC
16353If you specify an absolute file name when prompted for the @kbd{M-x
16354gdb} argument, then Emacs sets your current working directory to where
16355your program resides. If you only specify the file name, then Emacs
16356sets your current working directory to to the directory associated
16357with the previous buffer. In this case, @value{GDBN} may find your
16358program by searching your environment's @code{PATH} variable, but on
16359some operating systems it might not find the source. So, although the
16360@value{GDBN} input and output session proceeds normally, the auxiliary
16361buffer does not display the current source and line of execution.
16362
16363The initial working directory of @value{GDBN} is printed on the top
16364line of the @value{GDBN} I/O buffer and this serves as a default for
16365the commands that specify files for @value{GDBN} to operate
16366on. @xref{Files, ,Commands to specify files}.
16367
16368By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
16369need to call @value{GDBN} by a different name (for example, if you
16370keep several configurations around, with different names) you can
16371customize the Emacs variable @code{gud-gdb-command-name} to run the
16372one you want.
8e04817f
AC
16373
16374In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16375addition to the standard Shell mode commands:
c906108c 16376
8e04817f
AC
16377@table @kbd
16378@item C-h m
16379Describe the features of Emacs' @value{GDBN} Mode.
c906108c 16380
64fabec2 16381@item C-c C-s
8e04817f
AC
16382Execute to another source line, like the @value{GDBN} @code{step} command; also
16383update the display window to show the current file and location.
c906108c 16384
64fabec2 16385@item C-c C-n
8e04817f
AC
16386Execute to next source line in this function, skipping all function
16387calls, like the @value{GDBN} @code{next} command. Then update the display window
16388to show the current file and location.
c906108c 16389
64fabec2 16390@item C-c C-i
8e04817f
AC
16391Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16392display window accordingly.
c906108c 16393
8e04817f
AC
16394@item C-c C-f
16395Execute until exit from the selected stack frame, like the @value{GDBN}
16396@code{finish} command.
c906108c 16397
64fabec2 16398@item C-c C-r
8e04817f
AC
16399Continue execution of your program, like the @value{GDBN} @code{continue}
16400command.
b433d00b 16401
64fabec2 16402@item C-c <
8e04817f
AC
16403Go up the number of frames indicated by the numeric argument
16404(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16405like the @value{GDBN} @code{up} command.
b433d00b 16406
64fabec2 16407@item C-c >
8e04817f
AC
16408Go down the number of frames indicated by the numeric argument, like the
16409@value{GDBN} @code{down} command.
8e04817f 16410@end table
c906108c 16411
64fabec2 16412In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 16413tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 16414
64fabec2
AC
16415If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16416shows a backtrace when the @value{GDBN} I/O buffer is current. Move
16417point to any frame in the stack and type @key{RET} to make it become the
16418current frame and display the associated source in the source buffer.
16419Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16420current one.
16421
8e04817f
AC
16422If you accidentally delete the source-display buffer, an easy way to get
16423it back is to type the command @code{f} in the @value{GDBN} buffer, to
16424request a frame display; when you run under Emacs, this recreates
16425the source buffer if necessary to show you the context of the current
16426frame.
c906108c 16427
8e04817f
AC
16428The source files displayed in Emacs are in ordinary Emacs buffers
16429which are visiting the source files in the usual way. You can edit
16430the files with these buffers if you wish; but keep in mind that @value{GDBN}
16431communicates with Emacs in terms of line numbers. If you add or
16432delete lines from the text, the line numbers that @value{GDBN} knows cease
16433to correspond properly with the code.
b383017d 16434
64fabec2
AC
16435The description given here is for GNU Emacs version 21.3 and a more
16436detailed description of its interaction with @value{GDBN} is given in
16437the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 16438
8e04817f
AC
16439@c The following dropped because Epoch is nonstandard. Reactivate
16440@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16441@ignore
16442@kindex Emacs Epoch environment
16443@kindex Epoch
16444@kindex inspect
c906108c 16445
8e04817f
AC
16446Version 18 of @sc{gnu} Emacs has a built-in window system
16447called the @code{epoch}
16448environment. Users of this environment can use a new command,
16449@code{inspect} which performs identically to @code{print} except that
16450each value is printed in its own window.
16451@end ignore
c906108c 16452
922fbb7b
AC
16453
16454@node GDB/MI
16455@chapter The @sc{gdb/mi} Interface
16456
16457@unnumberedsec Function and Purpose
16458
16459@cindex @sc{gdb/mi}, its purpose
16460@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
16461specifically intended to support the development of systems which use
16462the debugger as just one small component of a larger system.
16463
16464This chapter is a specification of the @sc{gdb/mi} interface. It is written
16465in the form of a reference manual.
16466
16467Note that @sc{gdb/mi} is still under construction, so some of the
16468features described below are incomplete and subject to change.
16469
16470@unnumberedsec Notation and Terminology
16471
16472@cindex notational conventions, for @sc{gdb/mi}
16473This chapter uses the following notation:
16474
16475@itemize @bullet
16476@item
16477@code{|} separates two alternatives.
16478
16479@item
16480@code{[ @var{something} ]} indicates that @var{something} is optional:
16481it may or may not be given.
16482
16483@item
16484@code{( @var{group} )*} means that @var{group} inside the parentheses
16485may repeat zero or more times.
16486
16487@item
16488@code{( @var{group} )+} means that @var{group} inside the parentheses
16489may repeat one or more times.
16490
16491@item
16492@code{"@var{string}"} means a literal @var{string}.
16493@end itemize
16494
16495@ignore
16496@heading Dependencies
16497@end ignore
16498
16499@heading Acknowledgments
16500
16501In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16502Elena Zannoni.
16503
16504@menu
16505* GDB/MI Command Syntax::
16506* GDB/MI Compatibility with CLI::
16507* GDB/MI Output Records::
16508* GDB/MI Command Description Format::
16509* GDB/MI Breakpoint Table Commands::
16510* GDB/MI Data Manipulation::
16511* GDB/MI Program Control::
16512* GDB/MI Miscellaneous Commands::
16513@ignore
16514* GDB/MI Kod Commands::
16515* GDB/MI Memory Overlay Commands::
16516* GDB/MI Signal Handling Commands::
16517@end ignore
16518* GDB/MI Stack Manipulation::
16519* GDB/MI Symbol Query::
16520* GDB/MI Target Manipulation::
16521* GDB/MI Thread Commands::
16522* GDB/MI Tracepoint Commands::
16523* GDB/MI Variable Objects::
16524@end menu
16525
16526@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16527@node GDB/MI Command Syntax
16528@section @sc{gdb/mi} Command Syntax
16529
16530@menu
16531* GDB/MI Input Syntax::
16532* GDB/MI Output Syntax::
16533* GDB/MI Simple Examples::
16534@end menu
16535
16536@node GDB/MI Input Syntax
16537@subsection @sc{gdb/mi} Input Syntax
16538
16539@cindex input syntax for @sc{gdb/mi}
16540@cindex @sc{gdb/mi}, input syntax
16541@table @code
16542@item @var{command} @expansion{}
16543@code{@var{cli-command} | @var{mi-command}}
16544
16545@item @var{cli-command} @expansion{}
16546@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16547@var{cli-command} is any existing @value{GDBN} CLI command.
16548
16549@item @var{mi-command} @expansion{}
16550@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16551@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16552
16553@item @var{token} @expansion{}
16554"any sequence of digits"
16555
16556@item @var{option} @expansion{}
16557@code{"-" @var{parameter} [ " " @var{parameter} ]}
16558
16559@item @var{parameter} @expansion{}
16560@code{@var{non-blank-sequence} | @var{c-string}}
16561
16562@item @var{operation} @expansion{}
16563@emph{any of the operations described in this chapter}
16564
16565@item @var{non-blank-sequence} @expansion{}
16566@emph{anything, provided it doesn't contain special characters such as
16567"-", @var{nl}, """ and of course " "}
16568
16569@item @var{c-string} @expansion{}
16570@code{""" @var{seven-bit-iso-c-string-content} """}
16571
16572@item @var{nl} @expansion{}
16573@code{CR | CR-LF}
16574@end table
16575
16576@noindent
16577Notes:
16578
16579@itemize @bullet
16580@item
16581The CLI commands are still handled by the @sc{mi} interpreter; their
16582output is described below.
16583
16584@item
16585The @code{@var{token}}, when present, is passed back when the command
16586finishes.
16587
16588@item
16589Some @sc{mi} commands accept optional arguments as part of the parameter
16590list. Each option is identified by a leading @samp{-} (dash) and may be
16591followed by an optional argument parameter. Options occur first in the
16592parameter list and can be delimited from normal parameters using
16593@samp{--} (this is useful when some parameters begin with a dash).
16594@end itemize
16595
16596Pragmatics:
16597
16598@itemize @bullet
16599@item
16600We want easy access to the existing CLI syntax (for debugging).
16601
16602@item
16603We want it to be easy to spot a @sc{mi} operation.
16604@end itemize
16605
16606@node GDB/MI Output Syntax
16607@subsection @sc{gdb/mi} Output Syntax
16608
16609@cindex output syntax of @sc{gdb/mi}
16610@cindex @sc{gdb/mi}, output syntax
16611The output from @sc{gdb/mi} consists of zero or more out-of-band records
16612followed, optionally, by a single result record. This result record
16613is for the most recent command. The sequence of output records is
16614terminated by @samp{(@value{GDBP})}.
16615
16616If an input command was prefixed with a @code{@var{token}} then the
16617corresponding output for that command will also be prefixed by that same
16618@var{token}.
16619
16620@table @code
16621@item @var{output} @expansion{}
f7dc1244 16622@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
922fbb7b
AC
16623
16624@item @var{result-record} @expansion{}
16625@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16626
16627@item @var{out-of-band-record} @expansion{}
16628@code{@var{async-record} | @var{stream-record}}
16629
16630@item @var{async-record} @expansion{}
16631@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16632
16633@item @var{exec-async-output} @expansion{}
16634@code{[ @var{token} ] "*" @var{async-output}}
16635
16636@item @var{status-async-output} @expansion{}
16637@code{[ @var{token} ] "+" @var{async-output}}
16638
16639@item @var{notify-async-output} @expansion{}
16640@code{[ @var{token} ] "=" @var{async-output}}
16641
16642@item @var{async-output} @expansion{}
16643@code{@var{async-class} ( "," @var{result} )* @var{nl}}
16644
16645@item @var{result-class} @expansion{}
16646@code{"done" | "running" | "connected" | "error" | "exit"}
16647
16648@item @var{async-class} @expansion{}
16649@code{"stopped" | @var{others}} (where @var{others} will be added
16650depending on the needs---this is still in development).
16651
16652@item @var{result} @expansion{}
16653@code{ @var{variable} "=" @var{value}}
16654
16655@item @var{variable} @expansion{}
16656@code{ @var{string} }
16657
16658@item @var{value} @expansion{}
16659@code{ @var{const} | @var{tuple} | @var{list} }
16660
16661@item @var{const} @expansion{}
16662@code{@var{c-string}}
16663
16664@item @var{tuple} @expansion{}
16665@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16666
16667@item @var{list} @expansion{}
16668@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16669@var{result} ( "," @var{result} )* "]" }
16670
16671@item @var{stream-record} @expansion{}
16672@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16673
16674@item @var{console-stream-output} @expansion{}
16675@code{"~" @var{c-string}}
16676
16677@item @var{target-stream-output} @expansion{}
16678@code{"@@" @var{c-string}}
16679
16680@item @var{log-stream-output} @expansion{}
16681@code{"&" @var{c-string}}
16682
16683@item @var{nl} @expansion{}
16684@code{CR | CR-LF}
16685
16686@item @var{token} @expansion{}
16687@emph{any sequence of digits}.
16688@end table
16689
16690@noindent
16691Notes:
16692
16693@itemize @bullet
16694@item
16695All output sequences end in a single line containing a period.
16696
16697@item
16698The @code{@var{token}} is from the corresponding request. If an execution
16699command is interrupted by the @samp{-exec-interrupt} command, the
16700@var{token} associated with the @samp{*stopped} message is the one of the
16701original execution command, not the one of the interrupt command.
16702
16703@item
16704@cindex status output in @sc{gdb/mi}
16705@var{status-async-output} contains on-going status information about the
16706progress of a slow operation. It can be discarded. All status output is
16707prefixed by @samp{+}.
16708
16709@item
16710@cindex async output in @sc{gdb/mi}
16711@var{exec-async-output} contains asynchronous state change on the target
16712(stopped, started, disappeared). All async output is prefixed by
16713@samp{*}.
16714
16715@item
16716@cindex notify output in @sc{gdb/mi}
16717@var{notify-async-output} contains supplementary information that the
16718client should handle (e.g., a new breakpoint information). All notify
16719output is prefixed by @samp{=}.
16720
16721@item
16722@cindex console output in @sc{gdb/mi}
16723@var{console-stream-output} is output that should be displayed as is in the
16724console. It is the textual response to a CLI command. All the console
16725output is prefixed by @samp{~}.
16726
16727@item
16728@cindex target output in @sc{gdb/mi}
16729@var{target-stream-output} is the output produced by the target program.
16730All the target output is prefixed by @samp{@@}.
16731
16732@item
16733@cindex log output in @sc{gdb/mi}
16734@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16735instance messages that should be displayed as part of an error log. All
16736the log output is prefixed by @samp{&}.
16737
16738@item
16739@cindex list output in @sc{gdb/mi}
16740New @sc{gdb/mi} commands should only output @var{lists} containing
16741@var{values}.
16742
16743
16744@end itemize
16745
16746@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16747details about the various output records.
16748
16749@node GDB/MI Simple Examples
16750@subsection Simple Examples of @sc{gdb/mi} Interaction
16751@cindex @sc{gdb/mi}, simple examples
16752
16753This subsection presents several simple examples of interaction using
16754the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16755following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16756the output received from @sc{gdb/mi}.
16757
16758@subsubheading Target Stop
16759@c Ummm... There is no "-stop" command. This assumes async, no?
16760Here's an example of stopping the inferior process:
16761
16762@smallexample
16763-> -stop
16764<- (@value{GDBP})
16765@end smallexample
16766
16767@noindent
16768and later:
16769
16770@smallexample
16771<- *stop,reason="stop",address="0x123",source="a.c:123"
16772<- (@value{GDBP})
16773@end smallexample
16774
16775@subsubheading Simple CLI Command
16776
16777Here's an example of a simple CLI command being passed through
16778@sc{gdb/mi} and on to the CLI.
16779
16780@smallexample
16781-> print 1+2
16782<- &"print 1+2\n"
16783<- ~"$1 = 3\n"
16784<- ^done
16785<- (@value{GDBP})
16786@end smallexample
16787
16788@subsubheading Command With Side Effects
16789
16790@smallexample
16791-> -symbol-file xyz.exe
16792<- *breakpoint,nr="3",address="0x123",source="a.c:123"
16793<- (@value{GDBP})
16794@end smallexample
16795
16796@subsubheading A Bad Command
16797
16798Here's what happens if you pass a non-existent command:
16799
16800@smallexample
16801-> -rubbish
16802<- ^error,msg="Undefined MI command: rubbish"
16803<- (@value{GDBP})
16804@end smallexample
16805
16806@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16807@node GDB/MI Compatibility with CLI
16808@section @sc{gdb/mi} Compatibility with CLI
16809
16810@cindex compatibility, @sc{gdb/mi} and CLI
16811@cindex @sc{gdb/mi}, compatibility with CLI
16812To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16813accepts existing CLI commands. As specified by the syntax, such
16814commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16815respond.
16816
16817This mechanism is provided as an aid to developers of @sc{gdb/mi}
16818clients and not as a reliable interface into the CLI. Since the command
16819is being interpreteted in an environment that assumes @sc{gdb/mi}
16820behaviour, the exact output of such commands is likely to end up being
16821an un-supported hybrid of @sc{gdb/mi} and CLI output.
16822
16823@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16824@node GDB/MI Output Records
16825@section @sc{gdb/mi} Output Records
16826
16827@menu
16828* GDB/MI Result Records::
16829* GDB/MI Stream Records::
16830* GDB/MI Out-of-band Records::
16831@end menu
16832
16833@node GDB/MI Result Records
16834@subsection @sc{gdb/mi} Result Records
16835
16836@cindex result records in @sc{gdb/mi}
16837@cindex @sc{gdb/mi}, result records
16838In addition to a number of out-of-band notifications, the response to a
16839@sc{gdb/mi} command includes one of the following result indications:
16840
16841@table @code
16842@findex ^done
16843@item "^done" [ "," @var{results} ]
16844The synchronous operation was successful, @code{@var{results}} are the return
16845values.
16846
16847@item "^running"
16848@findex ^running
16849@c Is this one correct? Should it be an out-of-band notification?
16850The asynchronous operation was successfully started. The target is
16851running.
16852
16853@item "^error" "," @var{c-string}
16854@findex ^error
16855The operation failed. The @code{@var{c-string}} contains the corresponding
16856error message.
16857@end table
16858
16859@node GDB/MI Stream Records
16860@subsection @sc{gdb/mi} Stream Records
16861
16862@cindex @sc{gdb/mi}, stream records
16863@cindex stream records in @sc{gdb/mi}
16864@value{GDBN} internally maintains a number of output streams: the console, the
16865target, and the log. The output intended for each of these streams is
16866funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16867
16868Each stream record begins with a unique @dfn{prefix character} which
16869identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16870Syntax}). In addition to the prefix, each stream record contains a
16871@code{@var{string-output}}. This is either raw text (with an implicit new
16872line) or a quoted C string (which does not contain an implicit newline).
16873
16874@table @code
16875@item "~" @var{string-output}
16876The console output stream contains text that should be displayed in the
16877CLI console window. It contains the textual responses to CLI commands.
16878
16879@item "@@" @var{string-output}
16880The target output stream contains any textual output from the running
16881target.
16882
16883@item "&" @var{string-output}
16884The log stream contains debugging messages being produced by @value{GDBN}'s
16885internals.
16886@end table
16887
16888@node GDB/MI Out-of-band Records
16889@subsection @sc{gdb/mi} Out-of-band Records
16890
16891@cindex out-of-band records in @sc{gdb/mi}
16892@cindex @sc{gdb/mi}, out-of-band records
16893@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
16894additional changes that have occurred. Those changes can either be a
16895consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
16896target activity (e.g., target stopped).
16897
16898The following is a preliminary list of possible out-of-band records.
16899
16900@table @code
16901@item "*" "stop"
16902@end table
16903
16904
16905@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16906@node GDB/MI Command Description Format
16907@section @sc{gdb/mi} Command Description Format
16908
16909The remaining sections describe blocks of commands. Each block of
16910commands is laid out in a fashion similar to this section.
16911
16912Note the the line breaks shown in the examples are here only for
16913readability. They don't appear in the real output.
16914Also note that the commands with a non-available example (N.A.@:) are
16915not yet implemented.
16916
16917@subheading Motivation
16918
16919The motivation for this collection of commands.
16920
16921@subheading Introduction
16922
16923A brief introduction to this collection of commands as a whole.
16924
16925@subheading Commands
16926
16927For each command in the block, the following is described:
16928
16929@subsubheading Synopsis
16930
16931@smallexample
16932 -command @var{args}@dots{}
16933@end smallexample
16934
16935@subsubheading @value{GDBN} Command
16936
16937The corresponding @value{GDBN} CLI command.
16938
16939@subsubheading Result
16940
16941@subsubheading Out-of-band
16942
16943@subsubheading Notes
16944
16945@subsubheading Example
16946
16947
16948@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16949@node GDB/MI Breakpoint Table Commands
16950@section @sc{gdb/mi} Breakpoint table commands
16951
16952@cindex breakpoint commands for @sc{gdb/mi}
16953@cindex @sc{gdb/mi}, breakpoint commands
16954This section documents @sc{gdb/mi} commands for manipulating
16955breakpoints.
16956
16957@subheading The @code{-break-after} Command
16958@findex -break-after
16959
16960@subsubheading Synopsis
16961
16962@smallexample
16963 -break-after @var{number} @var{count}
16964@end smallexample
16965
16966The breakpoint number @var{number} is not in effect until it has been
16967hit @var{count} times. To see how this is reflected in the output of
16968the @samp{-break-list} command, see the description of the
16969@samp{-break-list} command below.
16970
16971@subsubheading @value{GDBN} Command
16972
16973The corresponding @value{GDBN} command is @samp{ignore}.
16974
16975@subsubheading Example
16976
16977@smallexample
16978(@value{GDBP})
16979-break-insert main
16980^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
16981(@value{GDBP})
16982-break-after 1 3
16983~
16984^done
16985(@value{GDBP})
16986-break-list
16987^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
16988hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16989@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16990@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16991@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16992@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16993@{width="40",alignment="2",col_name="what",colhdr="What"@}],
16994body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
16995addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
16996ignore="3"@}]@}
16997(@value{GDBP})
16998@end smallexample
16999
17000@ignore
17001@subheading The @code{-break-catch} Command
17002@findex -break-catch
17003
17004@subheading The @code{-break-commands} Command
17005@findex -break-commands
17006@end ignore
17007
17008
17009@subheading The @code{-break-condition} Command
17010@findex -break-condition
17011
17012@subsubheading Synopsis
17013
17014@smallexample
17015 -break-condition @var{number} @var{expr}
17016@end smallexample
17017
17018Breakpoint @var{number} will stop the program only if the condition in
17019@var{expr} is true. The condition becomes part of the
17020@samp{-break-list} output (see the description of the @samp{-break-list}
17021command below).
17022
17023@subsubheading @value{GDBN} Command
17024
17025The corresponding @value{GDBN} command is @samp{condition}.
17026
17027@subsubheading Example
17028
17029@smallexample
17030(@value{GDBP})
17031-break-condition 1 1
17032^done
17033(@value{GDBP})
17034-break-list
17035^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17036hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17037@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17038@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17039@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17040@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17041@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17042body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17043addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
17044times="0",ignore="3"@}]@}
17045(@value{GDBP})
17046@end smallexample
17047
17048@subheading The @code{-break-delete} Command
17049@findex -break-delete
17050
17051@subsubheading Synopsis
17052
17053@smallexample
17054 -break-delete ( @var{breakpoint} )+
17055@end smallexample
17056
17057Delete the breakpoint(s) whose number(s) are specified in the argument
17058list. This is obviously reflected in the breakpoint list.
17059
17060@subsubheading @value{GDBN} command
17061
17062The corresponding @value{GDBN} command is @samp{delete}.
17063
17064@subsubheading Example
17065
17066@smallexample
17067(@value{GDBP})
17068-break-delete 1
17069^done
17070(@value{GDBP})
17071-break-list
17072^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17073hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17074@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17075@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17076@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17077@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17078@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17079body=[]@}
17080(@value{GDBP})
17081@end smallexample
17082
17083@subheading The @code{-break-disable} Command
17084@findex -break-disable
17085
17086@subsubheading Synopsis
17087
17088@smallexample
17089 -break-disable ( @var{breakpoint} )+
17090@end smallexample
17091
17092Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
17093break list is now set to @samp{n} for the named @var{breakpoint}(s).
17094
17095@subsubheading @value{GDBN} Command
17096
17097The corresponding @value{GDBN} command is @samp{disable}.
17098
17099@subsubheading Example
17100
17101@smallexample
17102(@value{GDBP})
17103-break-disable 2
17104^done
17105(@value{GDBP})
17106-break-list
17107^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17108hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17109@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17110@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17111@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17112@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17113@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17114body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
17115addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17116(@value{GDBP})
17117@end smallexample
17118
17119@subheading The @code{-break-enable} Command
17120@findex -break-enable
17121
17122@subsubheading Synopsis
17123
17124@smallexample
17125 -break-enable ( @var{breakpoint} )+
17126@end smallexample
17127
17128Enable (previously disabled) @var{breakpoint}(s).
17129
17130@subsubheading @value{GDBN} Command
17131
17132The corresponding @value{GDBN} command is @samp{enable}.
17133
17134@subsubheading Example
17135
17136@smallexample
17137(@value{GDBP})
17138-break-enable 2
17139^done
17140(@value{GDBP})
17141-break-list
17142^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17143hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17144@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17145@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17146@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17147@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17148@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17149body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17150addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17151(@value{GDBP})
17152@end smallexample
17153
17154@subheading The @code{-break-info} Command
17155@findex -break-info
17156
17157@subsubheading Synopsis
17158
17159@smallexample
17160 -break-info @var{breakpoint}
17161@end smallexample
17162
17163@c REDUNDANT???
17164Get information about a single breakpoint.
17165
17166@subsubheading @value{GDBN} command
17167
17168The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
17169
17170@subsubheading Example
17171N.A.
17172
17173@subheading The @code{-break-insert} Command
17174@findex -break-insert
17175
17176@subsubheading Synopsis
17177
17178@smallexample
17179 -break-insert [ -t ] [ -h ] [ -r ]
17180 [ -c @var{condition} ] [ -i @var{ignore-count} ]
17181 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
17182@end smallexample
17183
17184@noindent
17185If specified, @var{line}, can be one of:
17186
17187@itemize @bullet
17188@item function
17189@c @item +offset
17190@c @item -offset
17191@c @item linenum
17192@item filename:linenum
17193@item filename:function
17194@item *address
17195@end itemize
17196
17197The possible optional parameters of this command are:
17198
17199@table @samp
17200@item -t
17201Insert a tempoary breakpoint.
17202@item -h
17203Insert a hardware breakpoint.
17204@item -c @var{condition}
17205Make the breakpoint conditional on @var{condition}.
17206@item -i @var{ignore-count}
17207Initialize the @var{ignore-count}.
17208@item -r
17209Insert a regular breakpoint in all the functions whose names match the
17210given regular expression. Other flags are not applicable to regular
17211expresson.
17212@end table
17213
17214@subsubheading Result
17215
17216The result is in the form:
17217
17218@smallexample
17219 ^done,bkptno="@var{number}",func="@var{funcname}",
17220 file="@var{filename}",line="@var{lineno}"
17221@end smallexample
17222
17223@noindent
17224where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
17225is the name of the function where the breakpoint was inserted,
17226@var{filename} is the name of the source file which contains this
17227function, and @var{lineno} is the source line number within that file.
17228
17229Note: this format is open to change.
17230@c An out-of-band breakpoint instead of part of the result?
17231
17232@subsubheading @value{GDBN} Command
17233
17234The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
17235@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
17236
17237@subsubheading Example
17238
17239@smallexample
17240(@value{GDBP})
17241-break-insert main
17242^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17243(@value{GDBP})
17244-break-insert -t foo
17245^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
17246(@value{GDBP})
17247-break-list
17248^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17249hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17250@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17251@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17252@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17253@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17254@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17255body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17256addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
17257bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
17258addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
17259(@value{GDBP})
17260-break-insert -r foo.*
17261~int foo(int, int);
17262^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
17263(@value{GDBP})
17264@end smallexample
17265
17266@subheading The @code{-break-list} Command
17267@findex -break-list
17268
17269@subsubheading Synopsis
17270
17271@smallexample
17272 -break-list
17273@end smallexample
17274
17275Displays the list of inserted breakpoints, showing the following fields:
17276
17277@table @samp
17278@item Number
17279number of the breakpoint
17280@item Type
17281type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
17282@item Disposition
17283should the breakpoint be deleted or disabled when it is hit: @samp{keep}
17284or @samp{nokeep}
17285@item Enabled
17286is the breakpoint enabled or no: @samp{y} or @samp{n}
17287@item Address
17288memory location at which the breakpoint is set
17289@item What
17290logical location of the breakpoint, expressed by function name, file
17291name, line number
17292@item Times
17293number of times the breakpoint has been hit
17294@end table
17295
17296If there are no breakpoints or watchpoints, the @code{BreakpointTable}
17297@code{body} field is an empty list.
17298
17299@subsubheading @value{GDBN} Command
17300
17301The corresponding @value{GDBN} command is @samp{info break}.
17302
17303@subsubheading Example
17304
17305@smallexample
17306(@value{GDBP})
17307-break-list
17308^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17309hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17310@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17311@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17312@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17313@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17314@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17315body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17316addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17317bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17318addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17319(@value{GDBP})
17320@end smallexample
17321
17322Here's an example of the result when there are no breakpoints:
17323
17324@smallexample
17325(@value{GDBP})
17326-break-list
17327^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17328hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17329@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17330@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17331@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17332@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17333@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17334body=[]@}
17335(@value{GDBP})
17336@end smallexample
17337
17338@subheading The @code{-break-watch} Command
17339@findex -break-watch
17340
17341@subsubheading Synopsis
17342
17343@smallexample
17344 -break-watch [ -a | -r ]
17345@end smallexample
17346
17347Create a watchpoint. With the @samp{-a} option it will create an
17348@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17349read from or on a write to the memory location. With the @samp{-r}
17350option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17351trigger only when the memory location is accessed for reading. Without
17352either of the options, the watchpoint created is a regular watchpoint,
17353i.e. it will trigger when the memory location is accessed for writing.
17354@xref{Set Watchpoints, , Setting watchpoints}.
17355
17356Note that @samp{-break-list} will report a single list of watchpoints and
17357breakpoints inserted.
17358
17359@subsubheading @value{GDBN} Command
17360
17361The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17362@samp{rwatch}.
17363
17364@subsubheading Example
17365
17366Setting a watchpoint on a variable in the @code{main} function:
17367
17368@smallexample
17369(@value{GDBP})
17370-break-watch x
17371^done,wpt=@{number="2",exp="x"@}
17372(@value{GDBP})
17373-exec-continue
17374^running
17375^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17376value=@{old="-268439212",new="55"@},
17377frame=@{func="main",args=[],file="recursive2.c",line="5"@}
17378(@value{GDBP})
17379@end smallexample
17380
17381Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
17382the program execution twice: first for the variable changing value, then
17383for the watchpoint going out of scope.
17384
17385@smallexample
17386(@value{GDBP})
17387-break-watch C
17388^done,wpt=@{number="5",exp="C"@}
17389(@value{GDBP})
17390-exec-continue
17391^running
17392^done,reason="watchpoint-trigger",
17393wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17394frame=@{func="callee4",args=[],
17395file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17396(@value{GDBP})
17397-exec-continue
17398^running
17399^done,reason="watchpoint-scope",wpnum="5",
17400frame=@{func="callee3",args=[@{name="strarg",
17401value="0x11940 \"A string argument.\""@}],
17402file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17403(@value{GDBP})
17404@end smallexample
17405
17406Listing breakpoints and watchpoints, at different points in the program
17407execution. Note that once the watchpoint goes out of scope, it is
17408deleted.
17409
17410@smallexample
17411(@value{GDBP})
17412-break-watch C
17413^done,wpt=@{number="2",exp="C"@}
17414(@value{GDBP})
17415-break-list
17416^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17417hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17418@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17419@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17420@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17421@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17422@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17423body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17424addr="0x00010734",func="callee4",
17425file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17426bkpt=@{number="2",type="watchpoint",disp="keep",
17427enabled="y",addr="",what="C",times="0"@}]@}
17428(@value{GDBP})
17429-exec-continue
17430^running
17431^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17432value=@{old="-276895068",new="3"@},
17433frame=@{func="callee4",args=[],
17434file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17435(@value{GDBP})
17436-break-list
17437^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17438hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17439@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17440@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17441@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17442@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17443@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17444body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17445addr="0x00010734",func="callee4",
17446file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17447bkpt=@{number="2",type="watchpoint",disp="keep",
17448enabled="y",addr="",what="C",times="-5"@}]@}
17449(@value{GDBP})
17450-exec-continue
17451^running
17452^done,reason="watchpoint-scope",wpnum="2",
17453frame=@{func="callee3",args=[@{name="strarg",
17454value="0x11940 \"A string argument.\""@}],
17455file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17456(@value{GDBP})
17457-break-list
17458^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17459hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17460@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17461@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17462@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17463@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17464@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17465body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17466addr="0x00010734",func="callee4",
17467file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17468(@value{GDBP})
17469@end smallexample
17470
17471@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17472@node GDB/MI Data Manipulation
17473@section @sc{gdb/mi} Data Manipulation
17474
17475@cindex data manipulation, in @sc{gdb/mi}
17476@cindex @sc{gdb/mi}, data manipulation
17477This section describes the @sc{gdb/mi} commands that manipulate data:
17478examine memory and registers, evaluate expressions, etc.
17479
17480@c REMOVED FROM THE INTERFACE.
17481@c @subheading -data-assign
17482@c Change the value of a program variable. Plenty of side effects.
17483@c @subsubheading GDB command
17484@c set variable
17485@c @subsubheading Example
17486@c N.A.
17487
17488@subheading The @code{-data-disassemble} Command
17489@findex -data-disassemble
17490
17491@subsubheading Synopsis
17492
17493@smallexample
17494 -data-disassemble
17495 [ -s @var{start-addr} -e @var{end-addr} ]
17496 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17497 -- @var{mode}
17498@end smallexample
17499
17500@noindent
17501Where:
17502
17503@table @samp
17504@item @var{start-addr}
17505is the beginning address (or @code{$pc})
17506@item @var{end-addr}
17507is the end address
17508@item @var{filename}
17509is the name of the file to disassemble
17510@item @var{linenum}
17511is the line number to disassemble around
17512@item @var{lines}
17513is the the number of disassembly lines to be produced. If it is -1,
17514the whole function will be disassembled, in case no @var{end-addr} is
17515specified. If @var{end-addr} is specified as a non-zero value, and
17516@var{lines} is lower than the number of disassembly lines between
17517@var{start-addr} and @var{end-addr}, only @var{lines} lines are
17518displayed; if @var{lines} is higher than the number of lines between
17519@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17520are displayed.
17521@item @var{mode}
17522is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17523disassembly).
17524@end table
17525
17526@subsubheading Result
17527
17528The output for each instruction is composed of four fields:
17529
17530@itemize @bullet
17531@item Address
17532@item Func-name
17533@item Offset
17534@item Instruction
17535@end itemize
17536
17537Note that whatever included in the instruction field, is not manipulated
17538directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17539
17540@subsubheading @value{GDBN} Command
17541
17542There's no direct mapping from this command to the CLI.
17543
17544@subsubheading Example
17545
17546Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17547
17548@smallexample
17549(@value{GDBP})
17550-data-disassemble -s $pc -e "$pc + 20" -- 0
17551^done,
17552asm_insns=[
17553@{address="0x000107c0",func-name="main",offset="4",
17554inst="mov 2, %o0"@},
17555@{address="0x000107c4",func-name="main",offset="8",
17556inst="sethi %hi(0x11800), %o2"@},
17557@{address="0x000107c8",func-name="main",offset="12",
17558inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17559@{address="0x000107cc",func-name="main",offset="16",
17560inst="sethi %hi(0x11800), %o2"@},
17561@{address="0x000107d0",func-name="main",offset="20",
17562inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17563(@value{GDBP})
17564@end smallexample
17565
17566Disassemble the whole @code{main} function. Line 32 is part of
17567@code{main}.
17568
17569@smallexample
17570-data-disassemble -f basics.c -l 32 -- 0
17571^done,asm_insns=[
17572@{address="0x000107bc",func-name="main",offset="0",
17573inst="save %sp, -112, %sp"@},
17574@{address="0x000107c0",func-name="main",offset="4",
17575inst="mov 2, %o0"@},
17576@{address="0x000107c4",func-name="main",offset="8",
17577inst="sethi %hi(0x11800), %o2"@},
17578[@dots{}]
17579@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17580@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17581(@value{GDBP})
17582@end smallexample
17583
17584Disassemble 3 instructions from the start of @code{main}:
17585
17586@smallexample
17587(@value{GDBP})
17588-data-disassemble -f basics.c -l 32 -n 3 -- 0
17589^done,asm_insns=[
17590@{address="0x000107bc",func-name="main",offset="0",
17591inst="save %sp, -112, %sp"@},
17592@{address="0x000107c0",func-name="main",offset="4",
17593inst="mov 2, %o0"@},
17594@{address="0x000107c4",func-name="main",offset="8",
17595inst="sethi %hi(0x11800), %o2"@}]
17596(@value{GDBP})
17597@end smallexample
17598
17599Disassemble 3 instructions from the start of @code{main} in mixed mode:
17600
17601@smallexample
17602(@value{GDBP})
17603-data-disassemble -f basics.c -l 32 -n 3 -- 1
17604^done,asm_insns=[
17605src_and_asm_line=@{line="31",
17606file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17607 testsuite/gdb.mi/basics.c",line_asm_insn=[
17608@{address="0x000107bc",func-name="main",offset="0",
17609inst="save %sp, -112, %sp"@}]@},
17610src_and_asm_line=@{line="32",
17611file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17612 testsuite/gdb.mi/basics.c",line_asm_insn=[
17613@{address="0x000107c0",func-name="main",offset="4",
17614inst="mov 2, %o0"@},
17615@{address="0x000107c4",func-name="main",offset="8",
17616inst="sethi %hi(0x11800), %o2"@}]@}]
17617(@value{GDBP})
17618@end smallexample
17619
17620
17621@subheading The @code{-data-evaluate-expression} Command
17622@findex -data-evaluate-expression
17623
17624@subsubheading Synopsis
17625
17626@smallexample
17627 -data-evaluate-expression @var{expr}
17628@end smallexample
17629
17630Evaluate @var{expr} as an expression. The expression could contain an
17631inferior function call. The function call will execute synchronously.
17632If the expression contains spaces, it must be enclosed in double quotes.
17633
17634@subsubheading @value{GDBN} Command
17635
17636The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17637@samp{call}. In @code{gdbtk} only, there's a corresponding
17638@samp{gdb_eval} command.
17639
17640@subsubheading Example
17641
17642In the following example, the numbers that precede the commands are the
17643@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17644Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
17645output.
17646
17647@smallexample
17648211-data-evaluate-expression A
17649211^done,value="1"
17650(@value{GDBP})
17651311-data-evaluate-expression &A
17652311^done,value="0xefffeb7c"
17653(@value{GDBP})
17654411-data-evaluate-expression A+3
17655411^done,value="4"
17656(@value{GDBP})
17657511-data-evaluate-expression "A + 3"
17658511^done,value="4"
17659(@value{GDBP})
17660@end smallexample
17661
17662
17663@subheading The @code{-data-list-changed-registers} Command
17664@findex -data-list-changed-registers
17665
17666@subsubheading Synopsis
17667
17668@smallexample
17669 -data-list-changed-registers
17670@end smallexample
17671
17672Display a list of the registers that have changed.
17673
17674@subsubheading @value{GDBN} Command
17675
17676@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17677has the corresponding command @samp{gdb_changed_register_list}.
17678
17679@subsubheading Example
17680
17681On a PPC MBX board:
17682
17683@smallexample
17684(@value{GDBP})
17685-exec-continue
17686^running
17687
17688(@value{GDBP})
17689*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
17690args=[],file="try.c",line="5"@}
17691(@value{GDBP})
17692-data-list-changed-registers
17693^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17694"10","11","13","14","15","16","17","18","19","20","21","22","23",
17695"24","25","26","27","28","30","31","64","65","66","67","69"]
17696(@value{GDBP})
17697@end smallexample
17698
17699
17700@subheading The @code{-data-list-register-names} Command
17701@findex -data-list-register-names
17702
17703@subsubheading Synopsis
17704
17705@smallexample
17706 -data-list-register-names [ ( @var{regno} )+ ]
17707@end smallexample
17708
17709Show a list of register names for the current target. If no arguments
17710are given, it shows a list of the names of all the registers. If
17711integer numbers are given as arguments, it will print a list of the
17712names of the registers corresponding to the arguments. To ensure
17713consistency between a register name and its number, the output list may
17714include empty register names.
17715
17716@subsubheading @value{GDBN} Command
17717
17718@value{GDBN} does not have a command which corresponds to
17719@samp{-data-list-register-names}. In @code{gdbtk} there is a
17720corresponding command @samp{gdb_regnames}.
17721
17722@subsubheading Example
17723
17724For the PPC MBX board:
17725@smallexample
17726(@value{GDBP})
17727-data-list-register-names
17728^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17729"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17730"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17731"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17732"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17733"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17734"", "pc","ps","cr","lr","ctr","xer"]
17735(@value{GDBP})
17736-data-list-register-names 1 2 3
17737^done,register-names=["r1","r2","r3"]
17738(@value{GDBP})
17739@end smallexample
17740
17741@subheading The @code{-data-list-register-values} Command
17742@findex -data-list-register-values
17743
17744@subsubheading Synopsis
17745
17746@smallexample
17747 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17748@end smallexample
17749
17750Display the registers' contents. @var{fmt} is the format according to
17751which the registers' contents are to be returned, followed by an optional
17752list of numbers specifying the registers to display. A missing list of
17753numbers indicates that the contents of all the registers must be returned.
17754
17755Allowed formats for @var{fmt} are:
17756
17757@table @code
17758@item x
17759Hexadecimal
17760@item o
17761Octal
17762@item t
17763Binary
17764@item d
17765Decimal
17766@item r
17767Raw
17768@item N
17769Natural
17770@end table
17771
17772@subsubheading @value{GDBN} Command
17773
17774The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17775all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17776
17777@subsubheading Example
17778
17779For a PPC MBX board (note: line breaks are for readability only, they
17780don't appear in the actual output):
17781
17782@smallexample
17783(@value{GDBP})
17784-data-list-register-values r 64 65
17785^done,register-values=[@{number="64",value="0xfe00a300"@},
17786@{number="65",value="0x00029002"@}]
17787(@value{GDBP})
17788-data-list-register-values x
17789^done,register-values=[@{number="0",value="0xfe0043c8"@},
17790@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17791@{number="3",value="0x0"@},@{number="4",value="0xa"@},
17792@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17793@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17794@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17795@{number="11",value="0x1"@},@{number="12",value="0x0"@},
17796@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17797@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17798@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17799@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17800@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17801@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17802@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17803@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17804@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17805@{number="31",value="0x0"@},@{number="32",value="0x0"@},
17806@{number="33",value="0x0"@},@{number="34",value="0x0"@},
17807@{number="35",value="0x0"@},@{number="36",value="0x0"@},
17808@{number="37",value="0x0"@},@{number="38",value="0x0"@},
17809@{number="39",value="0x0"@},@{number="40",value="0x0"@},
17810@{number="41",value="0x0"@},@{number="42",value="0x0"@},
17811@{number="43",value="0x0"@},@{number="44",value="0x0"@},
17812@{number="45",value="0x0"@},@{number="46",value="0x0"@},
17813@{number="47",value="0x0"@},@{number="48",value="0x0"@},
17814@{number="49",value="0x0"@},@{number="50",value="0x0"@},
17815@{number="51",value="0x0"@},@{number="52",value="0x0"@},
17816@{number="53",value="0x0"@},@{number="54",value="0x0"@},
17817@{number="55",value="0x0"@},@{number="56",value="0x0"@},
17818@{number="57",value="0x0"@},@{number="58",value="0x0"@},
17819@{number="59",value="0x0"@},@{number="60",value="0x0"@},
17820@{number="61",value="0x0"@},@{number="62",value="0x0"@},
17821@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17822@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17823@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17824@{number="69",value="0x20002b03"@}]
17825(@value{GDBP})
17826@end smallexample
17827
17828
17829@subheading The @code{-data-read-memory} Command
17830@findex -data-read-memory
17831
17832@subsubheading Synopsis
17833
17834@smallexample
17835 -data-read-memory [ -o @var{byte-offset} ]
17836 @var{address} @var{word-format} @var{word-size}
17837 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17838@end smallexample
17839
17840@noindent
17841where:
17842
17843@table @samp
17844@item @var{address}
17845An expression specifying the address of the first memory word to be
17846read. Complex expressions containing embedded white space should be
17847quoted using the C convention.
17848
17849@item @var{word-format}
17850The format to be used to print the memory words. The notation is the
17851same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
17852,Output formats}).
17853
17854@item @var{word-size}
17855The size of each memory word in bytes.
17856
17857@item @var{nr-rows}
17858The number of rows in the output table.
17859
17860@item @var{nr-cols}
17861The number of columns in the output table.
17862
17863@item @var{aschar}
17864If present, indicates that each row should include an @sc{ascii} dump. The
17865value of @var{aschar} is used as a padding character when a byte is not a
17866member of the printable @sc{ascii} character set (printable @sc{ascii}
17867characters are those whose code is between 32 and 126, inclusively).
17868
17869@item @var{byte-offset}
17870An offset to add to the @var{address} before fetching memory.
17871@end table
17872
17873This command displays memory contents as a table of @var{nr-rows} by
17874@var{nr-cols} words, each word being @var{word-size} bytes. In total,
17875@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
17876(returned as @samp{total-bytes}). Should less than the requested number
17877of bytes be returned by the target, the missing words are identified
17878using @samp{N/A}. The number of bytes read from the target is returned
17879in @samp{nr-bytes} and the starting address used to read memory in
17880@samp{addr}.
17881
17882The address of the next/previous row or page is available in
17883@samp{next-row} and @samp{prev-row}, @samp{next-page} and
17884@samp{prev-page}.
17885
17886@subsubheading @value{GDBN} Command
17887
17888The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
17889@samp{gdb_get_mem} memory read command.
17890
17891@subsubheading Example
17892
17893Read six bytes of memory starting at @code{bytes+6} but then offset by
17894@code{-6} bytes. Format as three rows of two columns. One byte per
17895word. Display each word in hex.
17896
17897@smallexample
17898(@value{GDBP})
178999-data-read-memory -o -6 -- bytes+6 x 1 3 2
179009^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
17901next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
17902prev-page="0x0000138a",memory=[
17903@{addr="0x00001390",data=["0x00","0x01"]@},
17904@{addr="0x00001392",data=["0x02","0x03"]@},
17905@{addr="0x00001394",data=["0x04","0x05"]@}]
17906(@value{GDBP})
17907@end smallexample
17908
17909Read two bytes of memory starting at address @code{shorts + 64} and
17910display as a single word formatted in decimal.
17911
17912@smallexample
17913(@value{GDBP})
179145-data-read-memory shorts+64 d 2 1 1
179155^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
17916next-row="0x00001512",prev-row="0x0000150e",
17917next-page="0x00001512",prev-page="0x0000150e",memory=[
17918@{addr="0x00001510",data=["128"]@}]
17919(@value{GDBP})
17920@end smallexample
17921
17922Read thirty two bytes of memory starting at @code{bytes+16} and format
17923as eight rows of four columns. Include a string encoding with @samp{x}
17924used as the non-printable character.
17925
17926@smallexample
17927(@value{GDBP})
179284-data-read-memory bytes+16 x 1 8 4 x
179294^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
17930next-row="0x000013c0",prev-row="0x0000139c",
17931next-page="0x000013c0",prev-page="0x00001380",memory=[
17932@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
17933@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
17934@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
17935@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
17936@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
17937@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
17938@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
17939@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
17940(@value{GDBP})
17941@end smallexample
17942
17943@subheading The @code{-display-delete} Command
17944@findex -display-delete
17945
17946@subsubheading Synopsis
17947
17948@smallexample
17949 -display-delete @var{number}
17950@end smallexample
17951
17952Delete the display @var{number}.
17953
17954@subsubheading @value{GDBN} Command
17955
17956The corresponding @value{GDBN} command is @samp{delete display}.
17957
17958@subsubheading Example
17959N.A.
17960
17961
17962@subheading The @code{-display-disable} Command
17963@findex -display-disable
17964
17965@subsubheading Synopsis
17966
17967@smallexample
17968 -display-disable @var{number}
17969@end smallexample
17970
17971Disable display @var{number}.
17972
17973@subsubheading @value{GDBN} Command
17974
17975The corresponding @value{GDBN} command is @samp{disable display}.
17976
17977@subsubheading Example
17978N.A.
17979
17980
17981@subheading The @code{-display-enable} Command
17982@findex -display-enable
17983
17984@subsubheading Synopsis
17985
17986@smallexample
17987 -display-enable @var{number}
17988@end smallexample
17989
17990Enable display @var{number}.
17991
17992@subsubheading @value{GDBN} Command
17993
17994The corresponding @value{GDBN} command is @samp{enable display}.
17995
17996@subsubheading Example
17997N.A.
17998
17999
18000@subheading The @code{-display-insert} Command
18001@findex -display-insert
18002
18003@subsubheading Synopsis
18004
18005@smallexample
18006 -display-insert @var{expression}
18007@end smallexample
18008
18009Display @var{expression} every time the program stops.
18010
18011@subsubheading @value{GDBN} Command
18012
18013The corresponding @value{GDBN} command is @samp{display}.
18014
18015@subsubheading Example
18016N.A.
18017
18018
18019@subheading The @code{-display-list} Command
18020@findex -display-list
18021
18022@subsubheading Synopsis
18023
18024@smallexample
18025 -display-list
18026@end smallexample
18027
18028List the displays. Do not show the current values.
18029
18030@subsubheading @value{GDBN} Command
18031
18032The corresponding @value{GDBN} command is @samp{info display}.
18033
18034@subsubheading Example
18035N.A.
18036
18037
18038@subheading The @code{-environment-cd} Command
18039@findex -environment-cd
18040
18041@subsubheading Synopsis
18042
18043@smallexample
18044 -environment-cd @var{pathdir}
18045@end smallexample
18046
18047Set @value{GDBN}'s working directory.
18048
18049@subsubheading @value{GDBN} Command
18050
18051The corresponding @value{GDBN} command is @samp{cd}.
18052
18053@subsubheading Example
18054
18055@smallexample
18056(@value{GDBP})
18057-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18058^done
18059(@value{GDBP})
18060@end smallexample
18061
18062
18063@subheading The @code{-environment-directory} Command
18064@findex -environment-directory
18065
18066@subsubheading Synopsis
18067
18068@smallexample
18069 -environment-directory [ -r ] [ @var{pathdir} ]+
18070@end smallexample
18071
18072Add directories @var{pathdir} to beginning of search path for source files.
18073If the @samp{-r} option is used, the search path is reset to the default
b383017d 18074search path. If directories @var{pathdir} are supplied in addition to the
922fbb7b
AC
18075@samp{-r} option, the search path is first reset and then addition
18076occurs as normal.
b383017d 18077Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
18078multiple directories in a single command
18079results in the directories added to the beginning of the
18080search path in the same order they were presented in the command.
18081If blanks are needed as
18082part of a directory name, double-quotes should be used around
18083the name. In the command output, the path will show up separated
b383017d 18084by the system directory-separator character. The directory-seperator
922fbb7b
AC
18085character must not be used
18086in any directory name.
18087If no directories are specified, the current search path is displayed.
18088
18089@subsubheading @value{GDBN} Command
18090
18091The corresponding @value{GDBN} command is @samp{dir}.
18092
18093@subsubheading Example
18094
18095@smallexample
18096(@value{GDBP})
18097-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18098^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18099(@value{GDBP})
18100-environment-directory ""
18101^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18102(@value{GDBP})
18103-environment-directory -r /home/jjohnstn/src/gdb /usr/src
18104^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18105(@value{GDBP})
18106-environment-directory -r
18107^done,source-path="$cdir:$cwd"
18108(@value{GDBP})
18109@end smallexample
18110
18111
18112@subheading The @code{-environment-path} Command
18113@findex -environment-path
18114
18115@subsubheading Synopsis
18116
18117@smallexample
18118 -environment-path [ -r ] [ @var{pathdir} ]+
18119@end smallexample
18120
18121Add directories @var{pathdir} to beginning of search path for object files.
18122If the @samp{-r} option is used, the search path is reset to the original
b383017d
RM
18123search path that existed at gdb start-up. If directories @var{pathdir} are
18124supplied in addition to the
922fbb7b
AC
18125@samp{-r} option, the search path is first reset and then addition
18126occurs as normal.
b383017d 18127Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
18128multiple directories in a single command
18129results in the directories added to the beginning of the
18130search path in the same order they were presented in the command.
18131If blanks are needed as
18132part of a directory name, double-quotes should be used around
18133the name. In the command output, the path will show up separated
b383017d 18134by the system directory-separator character. The directory-seperator
922fbb7b
AC
18135character must not be used
18136in any directory name.
18137If no directories are specified, the current path is displayed.
18138
18139
18140@subsubheading @value{GDBN} Command
18141
18142The corresponding @value{GDBN} command is @samp{path}.
18143
18144@subsubheading Example
18145
18146@smallexample
18147(@value{GDBP})
b383017d 18148-environment-path
922fbb7b
AC
18149^done,path="/usr/bin"
18150(@value{GDBP})
18151-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18152^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18153(@value{GDBP})
18154-environment-path -r /usr/local/bin
18155^done,path="/usr/local/bin:/usr/bin"
18156(@value{GDBP})
18157@end smallexample
18158
18159
18160@subheading The @code{-environment-pwd} Command
18161@findex -environment-pwd
18162
18163@subsubheading Synopsis
18164
18165@smallexample
18166 -environment-pwd
18167@end smallexample
18168
18169Show the current working directory.
18170
18171@subsubheading @value{GDBN} command
18172
18173The corresponding @value{GDBN} command is @samp{pwd}.
18174
18175@subsubheading Example
18176
18177@smallexample
18178(@value{GDBP})
18179-environment-pwd
18180^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18181(@value{GDBP})
18182@end smallexample
18183
18184@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18185@node GDB/MI Program Control
18186@section @sc{gdb/mi} Program control
18187
18188@subsubheading Program termination
18189
18190As a result of execution, the inferior program can run to completion, if
18191it doesn't encounter any breakpoints. In this case the output will
18192include an exit code, if the program has exited exceptionally.
18193
18194@subsubheading Examples
18195
18196@noindent
18197Program exited normally:
18198
18199@smallexample
18200(@value{GDBP})
18201-exec-run
18202^running
18203(@value{GDBP})
18204x = 55
18205*stopped,reason="exited-normally"
18206(@value{GDBP})
18207@end smallexample
18208
18209@noindent
18210Program exited exceptionally:
18211
18212@smallexample
18213(@value{GDBP})
18214-exec-run
18215^running
18216(@value{GDBP})
18217x = 55
18218*stopped,reason="exited",exit-code="01"
18219(@value{GDBP})
18220@end smallexample
18221
18222Another way the program can terminate is if it receives a signal such as
18223@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
18224
18225@smallexample
18226(@value{GDBP})
18227*stopped,reason="exited-signalled",signal-name="SIGINT",
18228signal-meaning="Interrupt"
18229@end smallexample
18230
18231
18232@subheading The @code{-exec-abort} Command
18233@findex -exec-abort
18234
18235@subsubheading Synopsis
18236
18237@smallexample
18238 -exec-abort
18239@end smallexample
18240
18241Kill the inferior running program.
18242
18243@subsubheading @value{GDBN} Command
18244
18245The corresponding @value{GDBN} command is @samp{kill}.
18246
18247@subsubheading Example
18248N.A.
18249
18250
18251@subheading The @code{-exec-arguments} Command
18252@findex -exec-arguments
18253
18254@subsubheading Synopsis
18255
18256@smallexample
18257 -exec-arguments @var{args}
18258@end smallexample
18259
18260Set the inferior program arguments, to be used in the next
18261@samp{-exec-run}.
18262
18263@subsubheading @value{GDBN} Command
18264
18265The corresponding @value{GDBN} command is @samp{set args}.
18266
18267@subsubheading Example
18268
18269@c FIXME!
18270Don't have one around.
18271
18272
18273@subheading The @code{-exec-continue} Command
18274@findex -exec-continue
18275
18276@subsubheading Synopsis
18277
18278@smallexample
18279 -exec-continue
18280@end smallexample
18281
18282Asynchronous command. Resumes the execution of the inferior program
18283until a breakpoint is encountered, or until the inferior exits.
18284
18285@subsubheading @value{GDBN} Command
18286
18287The corresponding @value{GDBN} corresponding is @samp{continue}.
18288
18289@subsubheading Example
18290
18291@smallexample
18292-exec-continue
18293^running
18294(@value{GDBP})
18295@@Hello world
18296*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
18297file="hello.c",line="13"@}
18298(@value{GDBP})
18299@end smallexample
18300
18301
18302@subheading The @code{-exec-finish} Command
18303@findex -exec-finish
18304
18305@subsubheading Synopsis
18306
18307@smallexample
18308 -exec-finish
18309@end smallexample
18310
18311Asynchronous command. Resumes the execution of the inferior program
18312until the current function is exited. Displays the results returned by
18313the function.
18314
18315@subsubheading @value{GDBN} Command
18316
18317The corresponding @value{GDBN} command is @samp{finish}.
18318
18319@subsubheading Example
18320
18321Function returning @code{void}.
18322
18323@smallexample
18324-exec-finish
18325^running
18326(@value{GDBP})
18327@@hello from foo
18328*stopped,reason="function-finished",frame=@{func="main",args=[],
18329file="hello.c",line="7"@}
18330(@value{GDBP})
18331@end smallexample
18332
18333Function returning other than @code{void}. The name of the internal
18334@value{GDBN} variable storing the result is printed, together with the
18335value itself.
18336
18337@smallexample
18338-exec-finish
18339^running
18340(@value{GDBP})
18341*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18342args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18343file="recursive2.c",line="14"@},
18344gdb-result-var="$1",return-value="0"
18345(@value{GDBP})
18346@end smallexample
18347
18348
18349@subheading The @code{-exec-interrupt} Command
18350@findex -exec-interrupt
18351
18352@subsubheading Synopsis
18353
18354@smallexample
18355 -exec-interrupt
18356@end smallexample
18357
18358Asynchronous command. Interrupts the background execution of the target.
18359Note how the token associated with the stop message is the one for the
18360execution command that has been interrupted. The token for the interrupt
18361itself only appears in the @samp{^done} output. If the user is trying to
18362interrupt a non-running program, an error message will be printed.
18363
18364@subsubheading @value{GDBN} Command
18365
18366The corresponding @value{GDBN} command is @samp{interrupt}.
18367
18368@subsubheading Example
18369
18370@smallexample
18371(@value{GDBP})
18372111-exec-continue
18373111^running
18374
18375(@value{GDBP})
18376222-exec-interrupt
18377222^done
18378(@value{GDBP})
18379111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18380frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
18381(@value{GDBP})
18382
18383(@value{GDBP})
18384-exec-interrupt
18385^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18386(@value{GDBP})
18387@end smallexample
18388
18389
18390@subheading The @code{-exec-next} Command
18391@findex -exec-next
18392
18393@subsubheading Synopsis
18394
18395@smallexample
18396 -exec-next
18397@end smallexample
18398
18399Asynchronous command. Resumes execution of the inferior program, stopping
18400when the beginning of the next source line is reached.
18401
18402@subsubheading @value{GDBN} Command
18403
18404The corresponding @value{GDBN} command is @samp{next}.
18405
18406@subsubheading Example
18407
18408@smallexample
18409-exec-next
18410^running
18411(@value{GDBP})
18412*stopped,reason="end-stepping-range",line="8",file="hello.c"
18413(@value{GDBP})
18414@end smallexample
18415
18416
18417@subheading The @code{-exec-next-instruction} Command
18418@findex -exec-next-instruction
18419
18420@subsubheading Synopsis
18421
18422@smallexample
18423 -exec-next-instruction
18424@end smallexample
18425
18426Asynchronous command. Executes one machine instruction. If the
18427instruction is a function call continues until the function returns. If
18428the program stops at an instruction in the middle of a source line, the
18429address will be printed as well.
18430
18431@subsubheading @value{GDBN} Command
18432
18433The corresponding @value{GDBN} command is @samp{nexti}.
18434
18435@subsubheading Example
18436
18437@smallexample
18438(@value{GDBP})
18439-exec-next-instruction
18440^running
18441
18442(@value{GDBP})
18443*stopped,reason="end-stepping-range",
18444addr="0x000100d4",line="5",file="hello.c"
18445(@value{GDBP})
18446@end smallexample
18447
18448
18449@subheading The @code{-exec-return} Command
18450@findex -exec-return
18451
18452@subsubheading Synopsis
18453
18454@smallexample
18455 -exec-return
18456@end smallexample
18457
18458Makes current function return immediately. Doesn't execute the inferior.
18459Displays the new current frame.
18460
18461@subsubheading @value{GDBN} Command
18462
18463The corresponding @value{GDBN} command is @samp{return}.
18464
18465@subsubheading Example
18466
18467@smallexample
18468(@value{GDBP})
18469200-break-insert callee4
18470200^done,bkpt=@{number="1",addr="0x00010734",
18471file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18472(@value{GDBP})
18473000-exec-run
18474000^running
18475(@value{GDBP})
18476000*stopped,reason="breakpoint-hit",bkptno="1",
18477frame=@{func="callee4",args=[],
18478file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18479(@value{GDBP})
18480205-break-delete
18481205^done
18482(@value{GDBP})
18483111-exec-return
18484111^done,frame=@{level="0",func="callee3",
18485args=[@{name="strarg",
18486value="0x11940 \"A string argument.\""@}],
18487file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18488(@value{GDBP})
18489@end smallexample
18490
18491
18492@subheading The @code{-exec-run} Command
18493@findex -exec-run
18494
18495@subsubheading Synopsis
18496
18497@smallexample
18498 -exec-run
18499@end smallexample
18500
18501Asynchronous command. Starts execution of the inferior from the
18502beginning. The inferior executes until either a breakpoint is
18503encountered or the program exits.
18504
18505@subsubheading @value{GDBN} Command
18506
18507The corresponding @value{GDBN} command is @samp{run}.
18508
18509@subsubheading Example
18510
18511@smallexample
18512(@value{GDBP})
18513-break-insert main
18514^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18515(@value{GDBP})
18516-exec-run
18517^running
18518(@value{GDBP})
18519*stopped,reason="breakpoint-hit",bkptno="1",
18520frame=@{func="main",args=[],file="recursive2.c",line="4"@}
18521(@value{GDBP})
18522@end smallexample
18523
18524
18525@subheading The @code{-exec-show-arguments} Command
18526@findex -exec-show-arguments
18527
18528@subsubheading Synopsis
18529
18530@smallexample
18531 -exec-show-arguments
18532@end smallexample
18533
18534Print the arguments of the program.
18535
18536@subsubheading @value{GDBN} Command
18537
18538The corresponding @value{GDBN} command is @samp{show args}.
18539
18540@subsubheading Example
18541N.A.
18542
18543@c @subheading -exec-signal
18544
18545@subheading The @code{-exec-step} Command
18546@findex -exec-step
18547
18548@subsubheading Synopsis
18549
18550@smallexample
18551 -exec-step
18552@end smallexample
18553
18554Asynchronous command. Resumes execution of the inferior program, stopping
18555when the beginning of the next source line is reached, if the next
18556source line is not a function call. If it is, stop at the first
18557instruction of the called function.
18558
18559@subsubheading @value{GDBN} Command
18560
18561The corresponding @value{GDBN} command is @samp{step}.
18562
18563@subsubheading Example
18564
18565Stepping into a function:
18566
18567@smallexample
18568-exec-step
18569^running
18570(@value{GDBP})
18571*stopped,reason="end-stepping-range",
18572frame=@{func="foo",args=[@{name="a",value="10"@},
18573@{name="b",value="0"@}],file="recursive2.c",line="11"@}
18574(@value{GDBP})
18575@end smallexample
18576
18577Regular stepping:
18578
18579@smallexample
18580-exec-step
18581^running
18582(@value{GDBP})
18583*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18584(@value{GDBP})
18585@end smallexample
18586
18587
18588@subheading The @code{-exec-step-instruction} Command
18589@findex -exec-step-instruction
18590
18591@subsubheading Synopsis
18592
18593@smallexample
18594 -exec-step-instruction
18595@end smallexample
18596
18597Asynchronous command. Resumes the inferior which executes one machine
18598instruction. The output, once @value{GDBN} has stopped, will vary depending on
18599whether we have stopped in the middle of a source line or not. In the
18600former case, the address at which the program stopped will be printed as
18601well.
18602
18603@subsubheading @value{GDBN} Command
18604
18605The corresponding @value{GDBN} command is @samp{stepi}.
18606
18607@subsubheading Example
18608
18609@smallexample
18610(@value{GDBP})
18611-exec-step-instruction
18612^running
18613
18614(@value{GDBP})
18615*stopped,reason="end-stepping-range",
18616frame=@{func="foo",args=[],file="try.c",line="10"@}
18617(@value{GDBP})
18618-exec-step-instruction
18619^running
18620
18621(@value{GDBP})
18622*stopped,reason="end-stepping-range",
18623frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
18624(@value{GDBP})
18625@end smallexample
18626
18627
18628@subheading The @code{-exec-until} Command
18629@findex -exec-until
18630
18631@subsubheading Synopsis
18632
18633@smallexample
18634 -exec-until [ @var{location} ]
18635@end smallexample
18636
18637Asynchronous command. Executes the inferior until the @var{location}
18638specified in the argument is reached. If there is no argument, the inferior
18639executes until a source line greater than the current one is reached.
18640The reason for stopping in this case will be @samp{location-reached}.
18641
18642@subsubheading @value{GDBN} Command
18643
18644The corresponding @value{GDBN} command is @samp{until}.
18645
18646@subsubheading Example
18647
18648@smallexample
18649(@value{GDBP})
18650-exec-until recursive2.c:6
18651^running
18652(@value{GDBP})
18653x = 55
18654*stopped,reason="location-reached",frame=@{func="main",args=[],
18655file="recursive2.c",line="6"@}
18656(@value{GDBP})
18657@end smallexample
18658
18659@ignore
18660@subheading -file-clear
18661Is this going away????
18662@end ignore
18663
18664
18665@subheading The @code{-file-exec-and-symbols} Command
18666@findex -file-exec-and-symbols
18667
18668@subsubheading Synopsis
18669
18670@smallexample
18671 -file-exec-and-symbols @var{file}
18672@end smallexample
18673
18674Specify the executable file to be debugged. This file is the one from
18675which the symbol table is also read. If no file is specified, the
18676command clears the executable and symbol information. If breakpoints
18677are set when using this command with no arguments, @value{GDBN} will produce
18678error messages. Otherwise, no output is produced, except a completion
18679notification.
18680
18681@subsubheading @value{GDBN} Command
18682
18683The corresponding @value{GDBN} command is @samp{file}.
18684
18685@subsubheading Example
18686
18687@smallexample
18688(@value{GDBP})
18689-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18690^done
18691(@value{GDBP})
18692@end smallexample
18693
18694
18695@subheading The @code{-file-exec-file} Command
18696@findex -file-exec-file
18697
18698@subsubheading Synopsis
18699
18700@smallexample
18701 -file-exec-file @var{file}
18702@end smallexample
18703
18704Specify the executable file to be debugged. Unlike
18705@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18706from this file. If used without argument, @value{GDBN} clears the information
18707about the executable file. No output is produced, except a completion
18708notification.
18709
18710@subsubheading @value{GDBN} Command
18711
18712The corresponding @value{GDBN} command is @samp{exec-file}.
18713
18714@subsubheading Example
18715
18716@smallexample
18717(@value{GDBP})
18718-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18719^done
18720(@value{GDBP})
18721@end smallexample
18722
18723
18724@subheading The @code{-file-list-exec-sections} Command
18725@findex -file-list-exec-sections
18726
18727@subsubheading Synopsis
18728
18729@smallexample
18730 -file-list-exec-sections
18731@end smallexample
18732
18733List the sections of the current executable file.
18734
18735@subsubheading @value{GDBN} Command
18736
18737The @value{GDBN} command @samp{info file} shows, among the rest, the same
18738information as this command. @code{gdbtk} has a corresponding command
18739@samp{gdb_load_info}.
18740
18741@subsubheading Example
18742N.A.
18743
18744
1abaf70c
BR
18745@subheading The @code{-file-list-exec-source-file} Command
18746@findex -file-list-exec-source-file
18747
18748@subsubheading Synopsis
18749
18750@smallexample
18751 -file-list-exec-source-file
18752@end smallexample
18753
b383017d 18754List the line number, the current source file, and the absolute path
1abaf70c
BR
18755to the current source file for the current executable.
18756
18757@subsubheading @value{GDBN} Command
18758
18759There's no @value{GDBN} command which directly corresponds to this one.
18760
18761@subsubheading Example
18762
18763@smallexample
18764(@value{GDBP})
18765123-file-list-exec-source-file
18766123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18767(@value{GDBP})
18768@end smallexample
18769
18770
922fbb7b
AC
18771@subheading The @code{-file-list-exec-source-files} Command
18772@findex -file-list-exec-source-files
18773
18774@subsubheading Synopsis
18775
18776@smallexample
18777 -file-list-exec-source-files
18778@end smallexample
18779
18780List the source files for the current executable.
18781
57c22c6c
BR
18782It will always output the filename, but only when GDB can find the absolute
18783file name of a source file, will it output the fullname.
18784
922fbb7b
AC
18785@subsubheading @value{GDBN} Command
18786
18787There's no @value{GDBN} command which directly corresponds to this one.
18788@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18789
18790@subsubheading Example
57c22c6c
BR
18791@smallexample
18792(@value{GDBP})
18793-file-list-exec-source-files
18794^done,files=[
18795@{file=foo.c,fullname=/home/foo.c@},
18796@{file=/home/bar.c,fullname=/home/bar.c@},
18797@{file=gdb_could_not_find_fullpath.c@}]
18798(@value{GDBP})
18799@end smallexample
922fbb7b
AC
18800
18801@subheading The @code{-file-list-shared-libraries} Command
18802@findex -file-list-shared-libraries
18803
18804@subsubheading Synopsis
18805
18806@smallexample
18807 -file-list-shared-libraries
18808@end smallexample
18809
18810List the shared libraries in the program.
18811
18812@subsubheading @value{GDBN} Command
18813
18814The corresponding @value{GDBN} command is @samp{info shared}.
18815
18816@subsubheading Example
18817N.A.
18818
18819
18820@subheading The @code{-file-list-symbol-files} Command
18821@findex -file-list-symbol-files
18822
18823@subsubheading Synopsis
18824
18825@smallexample
18826 -file-list-symbol-files
18827@end smallexample
18828
18829List symbol files.
18830
18831@subsubheading @value{GDBN} Command
18832
18833The corresponding @value{GDBN} command is @samp{info file} (part of it).
18834
18835@subsubheading Example
18836N.A.
18837
18838
18839@subheading The @code{-file-symbol-file} Command
18840@findex -file-symbol-file
18841
18842@subsubheading Synopsis
18843
18844@smallexample
18845 -file-symbol-file @var{file}
18846@end smallexample
18847
18848Read symbol table info from the specified @var{file} argument. When
18849used without arguments, clears @value{GDBN}'s symbol table info. No output is
18850produced, except for a completion notification.
18851
18852@subsubheading @value{GDBN} Command
18853
18854The corresponding @value{GDBN} command is @samp{symbol-file}.
18855
18856@subsubheading Example
18857
18858@smallexample
18859(@value{GDBP})
18860-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18861^done
18862(@value{GDBP})
18863@end smallexample
18864
18865@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18866@node GDB/MI Miscellaneous Commands
18867@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
18868
18869@c @subheading -gdb-complete
18870
18871@subheading The @code{-gdb-exit} Command
18872@findex -gdb-exit
18873
18874@subsubheading Synopsis
18875
18876@smallexample
18877 -gdb-exit
18878@end smallexample
18879
18880Exit @value{GDBN} immediately.
18881
18882@subsubheading @value{GDBN} Command
18883
18884Approximately corresponds to @samp{quit}.
18885
18886@subsubheading Example
18887
18888@smallexample
18889(@value{GDBP})
18890-gdb-exit
18891@end smallexample
18892
18893@subheading The @code{-gdb-set} Command
18894@findex -gdb-set
18895
18896@subsubheading Synopsis
18897
18898@smallexample
18899 -gdb-set
18900@end smallexample
18901
18902Set an internal @value{GDBN} variable.
18903@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
18904
18905@subsubheading @value{GDBN} Command
18906
18907The corresponding @value{GDBN} command is @samp{set}.
18908
18909@subsubheading Example
18910
18911@smallexample
18912(@value{GDBP})
18913-gdb-set $foo=3
18914^done
18915(@value{GDBP})
18916@end smallexample
18917
18918
18919@subheading The @code{-gdb-show} Command
18920@findex -gdb-show
18921
18922@subsubheading Synopsis
18923
18924@smallexample
18925 -gdb-show
18926@end smallexample
18927
18928Show the current value of a @value{GDBN} variable.
18929
18930@subsubheading @value{GDBN} command
18931
18932The corresponding @value{GDBN} command is @samp{show}.
18933
18934@subsubheading Example
18935
18936@smallexample
18937(@value{GDBP})
18938-gdb-show annotate
18939^done,value="0"
18940(@value{GDBP})
18941@end smallexample
18942
18943@c @subheading -gdb-source
18944
18945
18946@subheading The @code{-gdb-version} Command
18947@findex -gdb-version
18948
18949@subsubheading Synopsis
18950
18951@smallexample
18952 -gdb-version
18953@end smallexample
18954
18955Show version information for @value{GDBN}. Used mostly in testing.
18956
18957@subsubheading @value{GDBN} Command
18958
18959There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
18960information when you start an interactive session.
18961
18962@subsubheading Example
18963
18964@c This example modifies the actual output from GDB to avoid overfull
18965@c box in TeX.
18966@smallexample
18967(@value{GDBP})
18968-gdb-version
18969~GNU gdb 5.2.1
18970~Copyright 2000 Free Software Foundation, Inc.
18971~GDB is free software, covered by the GNU General Public License, and
18972~you are welcome to change it and/or distribute copies of it under
18973~ certain conditions.
18974~Type "show copying" to see the conditions.
18975~There is absolutely no warranty for GDB. Type "show warranty" for
18976~ details.
b383017d 18977~This GDB was configured as
922fbb7b
AC
18978 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
18979^done
18980(@value{GDBP})
18981@end smallexample
18982
18983@subheading The @code{-interpreter-exec} Command
18984@findex -interpreter-exec
18985
18986@subheading Synopsis
18987
18988@smallexample
18989-interpreter-exec @var{interpreter} @var{command}
18990@end smallexample
18991
18992Execute the specified @var{command} in the given @var{interpreter}.
18993
18994@subheading @value{GDBN} Command
18995
18996The corresponding @value{GDBN} command is @samp{interpreter-exec}.
18997
18998@subheading Example
18999
19000@smallexample
19001(@value{GDBP})
19002-interpreter-exec console "break main"
19003&"During symbol reading, couldn't parse type; debugger out of date?.\n"
19004&"During symbol reading, bad structure-type format.\n"
19005~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
19006^done
19007(@value{GDBP})
19008@end smallexample
19009
19010@ignore
19011@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19012@node GDB/MI Kod Commands
19013@section @sc{gdb/mi} Kod Commands
19014
19015The Kod commands are not implemented.
19016
19017@c @subheading -kod-info
19018
19019@c @subheading -kod-list
19020
19021@c @subheading -kod-list-object-types
19022
19023@c @subheading -kod-show
19024
19025@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19026@node GDB/MI Memory Overlay Commands
19027@section @sc{gdb/mi} Memory Overlay Commands
19028
19029The memory overlay commands are not implemented.
19030
19031@c @subheading -overlay-auto
19032
19033@c @subheading -overlay-list-mapping-state
19034
19035@c @subheading -overlay-list-overlays
19036
19037@c @subheading -overlay-map
19038
19039@c @subheading -overlay-off
19040
19041@c @subheading -overlay-on
19042
19043@c @subheading -overlay-unmap
19044
19045@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19046@node GDB/MI Signal Handling Commands
19047@section @sc{gdb/mi} Signal Handling Commands
19048
19049Signal handling commands are not implemented.
19050
19051@c @subheading -signal-handle
19052
19053@c @subheading -signal-list-handle-actions
19054
19055@c @subheading -signal-list-signal-types
19056@end ignore
19057
19058
19059@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19060@node GDB/MI Stack Manipulation
19061@section @sc{gdb/mi} Stack Manipulation Commands
19062
19063
19064@subheading The @code{-stack-info-frame} Command
19065@findex -stack-info-frame
19066
19067@subsubheading Synopsis
19068
19069@smallexample
19070 -stack-info-frame
19071@end smallexample
19072
19073Get info on the current frame.
19074
19075@subsubheading @value{GDBN} Command
19076
19077The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19078(without arguments).
19079
19080@subsubheading Example
19081N.A.
19082
19083@subheading The @code{-stack-info-depth} Command
19084@findex -stack-info-depth
19085
19086@subsubheading Synopsis
19087
19088@smallexample
19089 -stack-info-depth [ @var{max-depth} ]
19090@end smallexample
19091
19092Return the depth of the stack. If the integer argument @var{max-depth}
19093is specified, do not count beyond @var{max-depth} frames.
19094
19095@subsubheading @value{GDBN} Command
19096
19097There's no equivalent @value{GDBN} command.
19098
19099@subsubheading Example
19100
19101For a stack with frame levels 0 through 11:
19102
19103@smallexample
19104(@value{GDBP})
19105-stack-info-depth
19106^done,depth="12"
19107(@value{GDBP})
19108-stack-info-depth 4
19109^done,depth="4"
19110(@value{GDBP})
19111-stack-info-depth 12
19112^done,depth="12"
19113(@value{GDBP})
19114-stack-info-depth 11
19115^done,depth="11"
19116(@value{GDBP})
19117-stack-info-depth 13
19118^done,depth="12"
19119(@value{GDBP})
19120@end smallexample
19121
19122@subheading The @code{-stack-list-arguments} Command
19123@findex -stack-list-arguments
19124
19125@subsubheading Synopsis
19126
19127@smallexample
19128 -stack-list-arguments @var{show-values}
19129 [ @var{low-frame} @var{high-frame} ]
19130@end smallexample
19131
19132Display a list of the arguments for the frames between @var{low-frame}
19133and @var{high-frame} (inclusive). If @var{low-frame} and
19134@var{high-frame} are not provided, list the arguments for the whole call
19135stack.
19136
19137The @var{show-values} argument must have a value of 0 or 1. A value of
191380 means that only the names of the arguments are listed, a value of 1
19139means that both names and values of the arguments are printed.
19140
19141@subsubheading @value{GDBN} Command
19142
19143@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
19144@samp{gdb_get_args} command which partially overlaps with the
19145functionality of @samp{-stack-list-arguments}.
19146
19147@subsubheading Example
19148
19149@smallexample
19150(@value{GDBP})
19151-stack-list-frames
19152^done,
19153stack=[
19154frame=@{level="0",addr="0x00010734",func="callee4",
19155file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
19156frame=@{level="1",addr="0x0001076c",func="callee3",
19157file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
19158frame=@{level="2",addr="0x0001078c",func="callee2",
19159file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
19160frame=@{level="3",addr="0x000107b4",func="callee1",
19161file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
19162frame=@{level="4",addr="0x000107e0",func="main",
19163file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
19164(@value{GDBP})
19165-stack-list-arguments 0
19166^done,
19167stack-args=[
19168frame=@{level="0",args=[]@},
19169frame=@{level="1",args=[name="strarg"]@},
19170frame=@{level="2",args=[name="intarg",name="strarg"]@},
19171frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19172frame=@{level="4",args=[]@}]
19173(@value{GDBP})
19174-stack-list-arguments 1
19175^done,
19176stack-args=[
19177frame=@{level="0",args=[]@},
19178frame=@{level="1",
19179 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19180frame=@{level="2",args=[
19181@{name="intarg",value="2"@},
19182@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19183@{frame=@{level="3",args=[
19184@{name="intarg",value="2"@},
19185@{name="strarg",value="0x11940 \"A string argument.\""@},
19186@{name="fltarg",value="3.5"@}]@},
19187frame=@{level="4",args=[]@}]
19188(@value{GDBP})
19189-stack-list-arguments 0 2 2
19190^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19191(@value{GDBP})
19192-stack-list-arguments 1 2 2
19193^done,stack-args=[frame=@{level="2",
19194args=[@{name="intarg",value="2"@},
19195@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19196(@value{GDBP})
19197@end smallexample
19198
19199@c @subheading -stack-list-exception-handlers
19200
19201
19202@subheading The @code{-stack-list-frames} Command
19203@findex -stack-list-frames
19204
19205@subsubheading Synopsis
19206
19207@smallexample
19208 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19209@end smallexample
19210
19211List the frames currently on the stack. For each frame it displays the
19212following info:
19213
19214@table @samp
19215@item @var{level}
19216The frame number, 0 being the topmost frame, i.e. the innermost function.
19217@item @var{addr}
19218The @code{$pc} value for that frame.
19219@item @var{func}
19220Function name.
19221@item @var{file}
19222File name of the source file where the function lives.
19223@item @var{line}
19224Line number corresponding to the @code{$pc}.
19225@end table
19226
19227If invoked without arguments, this command prints a backtrace for the
19228whole stack. If given two integer arguments, it shows the frames whose
19229levels are between the two arguments (inclusive). If the two arguments
19230are equal, it shows the single frame at the corresponding level.
19231
19232@subsubheading @value{GDBN} Command
19233
19234The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19235
19236@subsubheading Example
19237
19238Full stack backtrace:
19239
19240@smallexample
19241(@value{GDBP})
19242-stack-list-frames
19243^done,stack=
19244[frame=@{level="0",addr="0x0001076c",func="foo",
19245 file="recursive2.c",line="11"@},
19246frame=@{level="1",addr="0x000107a4",func="foo",
19247 file="recursive2.c",line="14"@},
19248frame=@{level="2",addr="0x000107a4",func="foo",
19249 file="recursive2.c",line="14"@},
19250frame=@{level="3",addr="0x000107a4",func="foo",
19251 file="recursive2.c",line="14"@},
19252frame=@{level="4",addr="0x000107a4",func="foo",
19253 file="recursive2.c",line="14"@},
19254frame=@{level="5",addr="0x000107a4",func="foo",
19255 file="recursive2.c",line="14"@},
19256frame=@{level="6",addr="0x000107a4",func="foo",
19257 file="recursive2.c",line="14"@},
19258frame=@{level="7",addr="0x000107a4",func="foo",
19259 file="recursive2.c",line="14"@},
19260frame=@{level="8",addr="0x000107a4",func="foo",
19261 file="recursive2.c",line="14"@},
19262frame=@{level="9",addr="0x000107a4",func="foo",
19263 file="recursive2.c",line="14"@},
19264frame=@{level="10",addr="0x000107a4",func="foo",
19265 file="recursive2.c",line="14"@},
19266frame=@{level="11",addr="0x00010738",func="main",
19267 file="recursive2.c",line="4"@}]
19268(@value{GDBP})
19269@end smallexample
19270
19271Show frames between @var{low_frame} and @var{high_frame}:
19272
19273@smallexample
19274(@value{GDBP})
19275-stack-list-frames 3 5
19276^done,stack=
19277[frame=@{level="3",addr="0x000107a4",func="foo",
19278 file="recursive2.c",line="14"@},
19279frame=@{level="4",addr="0x000107a4",func="foo",
19280 file="recursive2.c",line="14"@},
19281frame=@{level="5",addr="0x000107a4",func="foo",
19282 file="recursive2.c",line="14"@}]
19283(@value{GDBP})
19284@end smallexample
19285
19286Show a single frame:
19287
19288@smallexample
19289(@value{GDBP})
19290-stack-list-frames 3 3
19291^done,stack=
19292[frame=@{level="3",addr="0x000107a4",func="foo",
19293 file="recursive2.c",line="14"@}]
19294(@value{GDBP})
19295@end smallexample
19296
19297
19298@subheading The @code{-stack-list-locals} Command
19299@findex -stack-list-locals
19300
19301@subsubheading Synopsis
19302
19303@smallexample
19304 -stack-list-locals @var{print-values}
19305@end smallexample
19306
19307Display the local variable names for the current frame. With an
bc8ced35
NR
19308argument of 0 or @code{--no-values}, prints only the names of the variables.
19309With argument of 1 or @code{--all-values}, prints also their values. With
19310argument of 2 or @code{--simple-values}, prints the name, type and value for
19311simple data types and the name and type for arrays, structures and
19312unions. In this last case, the idea is that the user can see the
19313value of simple data types immediately and he can create variable
19314objects for other data types if he wishes to explore their values in
19315more detail.
922fbb7b
AC
19316
19317@subsubheading @value{GDBN} Command
19318
19319@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19320
19321@subsubheading Example
19322
19323@smallexample
19324(@value{GDBP})
19325-stack-list-locals 0
19326^done,locals=[name="A",name="B",name="C"]
19327(@value{GDBP})
bc8ced35 19328-stack-list-locals --all-values
922fbb7b 19329^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
19330 @{name="C",value="@{1, 2, 3@}"@}]
19331-stack-list-locals --simple-values
19332^done,locals=[@{name="A",type="int",value="1"@},
19333 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
19334(@value{GDBP})
19335@end smallexample
19336
19337
19338@subheading The @code{-stack-select-frame} Command
19339@findex -stack-select-frame
19340
19341@subsubheading Synopsis
19342
19343@smallexample
19344 -stack-select-frame @var{framenum}
19345@end smallexample
19346
19347Change the current frame. Select a different frame @var{framenum} on
19348the stack.
19349
19350@subsubheading @value{GDBN} Command
19351
19352The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19353@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19354
19355@subsubheading Example
19356
19357@smallexample
19358(@value{GDBP})
19359-stack-select-frame 2
19360^done
19361(@value{GDBP})
19362@end smallexample
19363
19364@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19365@node GDB/MI Symbol Query
19366@section @sc{gdb/mi} Symbol Query Commands
19367
19368
19369@subheading The @code{-symbol-info-address} Command
19370@findex -symbol-info-address
19371
19372@subsubheading Synopsis
19373
19374@smallexample
19375 -symbol-info-address @var{symbol}
19376@end smallexample
19377
19378Describe where @var{symbol} is stored.
19379
19380@subsubheading @value{GDBN} Command
19381
19382The corresponding @value{GDBN} command is @samp{info address}.
19383
19384@subsubheading Example
19385N.A.
19386
19387
19388@subheading The @code{-symbol-info-file} Command
19389@findex -symbol-info-file
19390
19391@subsubheading Synopsis
19392
19393@smallexample
19394 -symbol-info-file
19395@end smallexample
19396
19397Show the file for the symbol.
19398
19399@subsubheading @value{GDBN} Command
19400
19401There's no equivalent @value{GDBN} command. @code{gdbtk} has
19402@samp{gdb_find_file}.
19403
19404@subsubheading Example
19405N.A.
19406
19407
19408@subheading The @code{-symbol-info-function} Command
19409@findex -symbol-info-function
19410
19411@subsubheading Synopsis
19412
19413@smallexample
19414 -symbol-info-function
19415@end smallexample
19416
19417Show which function the symbol lives in.
19418
19419@subsubheading @value{GDBN} Command
19420
19421@samp{gdb_get_function} in @code{gdbtk}.
19422
19423@subsubheading Example
19424N.A.
19425
19426
19427@subheading The @code{-symbol-info-line} Command
19428@findex -symbol-info-line
19429
19430@subsubheading Synopsis
19431
19432@smallexample
19433 -symbol-info-line
19434@end smallexample
19435
19436Show the core addresses of the code for a source line.
19437
19438@subsubheading @value{GDBN} Command
19439
71952f4c 19440The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
19441@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19442
19443@subsubheading Example
19444N.A.
19445
19446
19447@subheading The @code{-symbol-info-symbol} Command
19448@findex -symbol-info-symbol
19449
19450@subsubheading Synopsis
19451
19452@smallexample
19453 -symbol-info-symbol @var{addr}
19454@end smallexample
19455
19456Describe what symbol is at location @var{addr}.
19457
19458@subsubheading @value{GDBN} Command
19459
19460The corresponding @value{GDBN} command is @samp{info symbol}.
19461
19462@subsubheading Example
19463N.A.
19464
19465
19466@subheading The @code{-symbol-list-functions} Command
19467@findex -symbol-list-functions
19468
19469@subsubheading Synopsis
19470
19471@smallexample
19472 -symbol-list-functions
19473@end smallexample
19474
19475List the functions in the executable.
19476
19477@subsubheading @value{GDBN} Command
19478
19479@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19480@samp{gdb_search} in @code{gdbtk}.
19481
19482@subsubheading Example
19483N.A.
19484
19485
32e7087d
JB
19486@subheading The @code{-symbol-list-lines} Command
19487@findex -symbol-list-lines
19488
19489@subsubheading Synopsis
19490
19491@smallexample
19492 -symbol-list-lines @var{filename}
19493@end smallexample
19494
19495Print the list of lines that contain code and their associated program
19496addresses for the given source filename. The entries are sorted in
19497ascending PC order.
19498
19499@subsubheading @value{GDBN} Command
19500
19501There is no corresponding @value{GDBN} command.
19502
19503@subsubheading Example
19504@smallexample
19505(@value{GDBP})
19506-symbol-list-lines basics.c
54ff5908 19507^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
19508(@value{GDBP})
19509@end smallexample
19510
19511
922fbb7b
AC
19512@subheading The @code{-symbol-list-types} Command
19513@findex -symbol-list-types
19514
19515@subsubheading Synopsis
19516
19517@smallexample
19518 -symbol-list-types
19519@end smallexample
19520
19521List all the type names.
19522
19523@subsubheading @value{GDBN} Command
19524
19525The corresponding commands are @samp{info types} in @value{GDBN},
19526@samp{gdb_search} in @code{gdbtk}.
19527
19528@subsubheading Example
19529N.A.
19530
19531
19532@subheading The @code{-symbol-list-variables} Command
19533@findex -symbol-list-variables
19534
19535@subsubheading Synopsis
19536
19537@smallexample
19538 -symbol-list-variables
19539@end smallexample
19540
19541List all the global and static variable names.
19542
19543@subsubheading @value{GDBN} Command
19544
19545@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19546
19547@subsubheading Example
19548N.A.
19549
19550
19551@subheading The @code{-symbol-locate} Command
19552@findex -symbol-locate
19553
19554@subsubheading Synopsis
19555
19556@smallexample
19557 -symbol-locate
19558@end smallexample
19559
19560@subsubheading @value{GDBN} Command
19561
19562@samp{gdb_loc} in @code{gdbtk}.
19563
19564@subsubheading Example
19565N.A.
19566
19567
19568@subheading The @code{-symbol-type} Command
19569@findex -symbol-type
19570
19571@subsubheading Synopsis
19572
19573@smallexample
19574 -symbol-type @var{variable}
19575@end smallexample
19576
19577Show type of @var{variable}.
19578
19579@subsubheading @value{GDBN} Command
19580
19581The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19582@samp{gdb_obj_variable}.
19583
19584@subsubheading Example
19585N.A.
19586
19587
19588@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19589@node GDB/MI Target Manipulation
19590@section @sc{gdb/mi} Target Manipulation Commands
19591
19592
19593@subheading The @code{-target-attach} Command
19594@findex -target-attach
19595
19596@subsubheading Synopsis
19597
19598@smallexample
19599 -target-attach @var{pid} | @var{file}
19600@end smallexample
19601
19602Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19603
19604@subsubheading @value{GDBN} command
19605
19606The corresponding @value{GDBN} command is @samp{attach}.
19607
19608@subsubheading Example
19609N.A.
19610
19611
19612@subheading The @code{-target-compare-sections} Command
19613@findex -target-compare-sections
19614
19615@subsubheading Synopsis
19616
19617@smallexample
19618 -target-compare-sections [ @var{section} ]
19619@end smallexample
19620
19621Compare data of section @var{section} on target to the exec file.
19622Without the argument, all sections are compared.
19623
19624@subsubheading @value{GDBN} Command
19625
19626The @value{GDBN} equivalent is @samp{compare-sections}.
19627
19628@subsubheading Example
19629N.A.
19630
19631
19632@subheading The @code{-target-detach} Command
19633@findex -target-detach
19634
19635@subsubheading Synopsis
19636
19637@smallexample
19638 -target-detach
19639@end smallexample
19640
19641Disconnect from the remote target. There's no output.
19642
19643@subsubheading @value{GDBN} command
19644
19645The corresponding @value{GDBN} command is @samp{detach}.
19646
19647@subsubheading Example
19648
19649@smallexample
19650(@value{GDBP})
19651-target-detach
19652^done
19653(@value{GDBP})
19654@end smallexample
19655
19656
07f31aa6
DJ
19657@subheading The @code{-target-disconnect} Command
19658@findex -target-disconnect
19659
19660@subsubheading Synopsis
19661
19662@example
19663 -target-disconnect
19664@end example
19665
19666Disconnect from the remote target. There's no output.
19667
19668@subsubheading @value{GDBN} command
19669
19670The corresponding @value{GDBN} command is @samp{disconnect}.
19671
19672@subsubheading Example
19673
19674@smallexample
19675(@value{GDBP})
19676-target-disconnect
19677^done
19678(@value{GDBP})
19679@end smallexample
19680
19681
922fbb7b
AC
19682@subheading The @code{-target-download} Command
19683@findex -target-download
19684
19685@subsubheading Synopsis
19686
19687@smallexample
19688 -target-download
19689@end smallexample
19690
19691Loads the executable onto the remote target.
19692It prints out an update message every half second, which includes the fields:
19693
19694@table @samp
19695@item section
19696The name of the section.
19697@item section-sent
19698The size of what has been sent so far for that section.
19699@item section-size
19700The size of the section.
19701@item total-sent
19702The total size of what was sent so far (the current and the previous sections).
19703@item total-size
19704The size of the overall executable to download.
19705@end table
19706
19707@noindent
19708Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19709@sc{gdb/mi} Output Syntax}).
19710
19711In addition, it prints the name and size of the sections, as they are
19712downloaded. These messages include the following fields:
19713
19714@table @samp
19715@item section
19716The name of the section.
19717@item section-size
19718The size of the section.
19719@item total-size
19720The size of the overall executable to download.
19721@end table
19722
19723@noindent
19724At the end, a summary is printed.
19725
19726@subsubheading @value{GDBN} Command
19727
19728The corresponding @value{GDBN} command is @samp{load}.
19729
19730@subsubheading Example
19731
19732Note: each status message appears on a single line. Here the messages
19733have been broken down so that they can fit onto a page.
19734
19735@smallexample
19736(@value{GDBP})
19737-target-download
19738+download,@{section=".text",section-size="6668",total-size="9880"@}
19739+download,@{section=".text",section-sent="512",section-size="6668",
19740total-sent="512",total-size="9880"@}
19741+download,@{section=".text",section-sent="1024",section-size="6668",
19742total-sent="1024",total-size="9880"@}
19743+download,@{section=".text",section-sent="1536",section-size="6668",
19744total-sent="1536",total-size="9880"@}
19745+download,@{section=".text",section-sent="2048",section-size="6668",
19746total-sent="2048",total-size="9880"@}
19747+download,@{section=".text",section-sent="2560",section-size="6668",
19748total-sent="2560",total-size="9880"@}
19749+download,@{section=".text",section-sent="3072",section-size="6668",
19750total-sent="3072",total-size="9880"@}
19751+download,@{section=".text",section-sent="3584",section-size="6668",
19752total-sent="3584",total-size="9880"@}
19753+download,@{section=".text",section-sent="4096",section-size="6668",
19754total-sent="4096",total-size="9880"@}
19755+download,@{section=".text",section-sent="4608",section-size="6668",
19756total-sent="4608",total-size="9880"@}
19757+download,@{section=".text",section-sent="5120",section-size="6668",
19758total-sent="5120",total-size="9880"@}
19759+download,@{section=".text",section-sent="5632",section-size="6668",
19760total-sent="5632",total-size="9880"@}
19761+download,@{section=".text",section-sent="6144",section-size="6668",
19762total-sent="6144",total-size="9880"@}
19763+download,@{section=".text",section-sent="6656",section-size="6668",
19764total-sent="6656",total-size="9880"@}
19765+download,@{section=".init",section-size="28",total-size="9880"@}
19766+download,@{section=".fini",section-size="28",total-size="9880"@}
19767+download,@{section=".data",section-size="3156",total-size="9880"@}
19768+download,@{section=".data",section-sent="512",section-size="3156",
19769total-sent="7236",total-size="9880"@}
19770+download,@{section=".data",section-sent="1024",section-size="3156",
19771total-sent="7748",total-size="9880"@}
19772+download,@{section=".data",section-sent="1536",section-size="3156",
19773total-sent="8260",total-size="9880"@}
19774+download,@{section=".data",section-sent="2048",section-size="3156",
19775total-sent="8772",total-size="9880"@}
19776+download,@{section=".data",section-sent="2560",section-size="3156",
19777total-sent="9284",total-size="9880"@}
19778+download,@{section=".data",section-sent="3072",section-size="3156",
19779total-sent="9796",total-size="9880"@}
19780^done,address="0x10004",load-size="9880",transfer-rate="6586",
19781write-rate="429"
19782(@value{GDBP})
19783@end smallexample
19784
19785
19786@subheading The @code{-target-exec-status} Command
19787@findex -target-exec-status
19788
19789@subsubheading Synopsis
19790
19791@smallexample
19792 -target-exec-status
19793@end smallexample
19794
19795Provide information on the state of the target (whether it is running or
19796not, for instance).
19797
19798@subsubheading @value{GDBN} Command
19799
19800There's no equivalent @value{GDBN} command.
19801
19802@subsubheading Example
19803N.A.
19804
19805
19806@subheading The @code{-target-list-available-targets} Command
19807@findex -target-list-available-targets
19808
19809@subsubheading Synopsis
19810
19811@smallexample
19812 -target-list-available-targets
19813@end smallexample
19814
19815List the possible targets to connect to.
19816
19817@subsubheading @value{GDBN} Command
19818
19819The corresponding @value{GDBN} command is @samp{help target}.
19820
19821@subsubheading Example
19822N.A.
19823
19824
19825@subheading The @code{-target-list-current-targets} Command
19826@findex -target-list-current-targets
19827
19828@subsubheading Synopsis
19829
19830@smallexample
19831 -target-list-current-targets
19832@end smallexample
19833
19834Describe the current target.
19835
19836@subsubheading @value{GDBN} Command
19837
19838The corresponding information is printed by @samp{info file} (among
19839other things).
19840
19841@subsubheading Example
19842N.A.
19843
19844
19845@subheading The @code{-target-list-parameters} Command
19846@findex -target-list-parameters
19847
19848@subsubheading Synopsis
19849
19850@smallexample
19851 -target-list-parameters
19852@end smallexample
19853
19854@c ????
19855
19856@subsubheading @value{GDBN} Command
19857
19858No equivalent.
19859
19860@subsubheading Example
19861N.A.
19862
19863
19864@subheading The @code{-target-select} Command
19865@findex -target-select
19866
19867@subsubheading Synopsis
19868
19869@smallexample
19870 -target-select @var{type} @var{parameters @dots{}}
19871@end smallexample
19872
19873Connect @value{GDBN} to the remote target. This command takes two args:
19874
19875@table @samp
19876@item @var{type}
19877The type of target, for instance @samp{async}, @samp{remote}, etc.
19878@item @var{parameters}
19879Device names, host names and the like. @xref{Target Commands, ,
19880Commands for managing targets}, for more details.
19881@end table
19882
19883The output is a connection notification, followed by the address at
19884which the target program is, in the following form:
19885
19886@smallexample
19887^connected,addr="@var{address}",func="@var{function name}",
19888 args=[@var{arg list}]
19889@end smallexample
19890
19891@subsubheading @value{GDBN} Command
19892
19893The corresponding @value{GDBN} command is @samp{target}.
19894
19895@subsubheading Example
19896
19897@smallexample
19898(@value{GDBP})
19899-target-select async /dev/ttya
19900^connected,addr="0xfe00a300",func="??",args=[]
19901(@value{GDBP})
19902@end smallexample
19903
19904@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19905@node GDB/MI Thread Commands
19906@section @sc{gdb/mi} Thread Commands
19907
19908
19909@subheading The @code{-thread-info} Command
19910@findex -thread-info
19911
19912@subsubheading Synopsis
19913
19914@smallexample
19915 -thread-info
19916@end smallexample
19917
19918@subsubheading @value{GDBN} command
19919
19920No equivalent.
19921
19922@subsubheading Example
19923N.A.
19924
19925
19926@subheading The @code{-thread-list-all-threads} Command
19927@findex -thread-list-all-threads
19928
19929@subsubheading Synopsis
19930
19931@smallexample
19932 -thread-list-all-threads
19933@end smallexample
19934
19935@subsubheading @value{GDBN} Command
19936
19937The equivalent @value{GDBN} command is @samp{info threads}.
19938
19939@subsubheading Example
19940N.A.
19941
19942
19943@subheading The @code{-thread-list-ids} Command
19944@findex -thread-list-ids
19945
19946@subsubheading Synopsis
19947
19948@smallexample
19949 -thread-list-ids
19950@end smallexample
19951
19952Produces a list of the currently known @value{GDBN} thread ids. At the
19953end of the list it also prints the total number of such threads.
19954
19955@subsubheading @value{GDBN} Command
19956
19957Part of @samp{info threads} supplies the same information.
19958
19959@subsubheading Example
19960
19961No threads present, besides the main process:
19962
19963@smallexample
19964(@value{GDBP})
19965-thread-list-ids
19966^done,thread-ids=@{@},number-of-threads="0"
19967(@value{GDBP})
19968@end smallexample
19969
19970
19971Several threads:
19972
19973@smallexample
19974(@value{GDBP})
19975-thread-list-ids
19976^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
19977number-of-threads="3"
19978(@value{GDBP})
19979@end smallexample
19980
19981
19982@subheading The @code{-thread-select} Command
19983@findex -thread-select
19984
19985@subsubheading Synopsis
19986
19987@smallexample
19988 -thread-select @var{threadnum}
19989@end smallexample
19990
19991Make @var{threadnum} the current thread. It prints the number of the new
19992current thread, and the topmost frame for that thread.
19993
19994@subsubheading @value{GDBN} Command
19995
19996The corresponding @value{GDBN} command is @samp{thread}.
19997
19998@subsubheading Example
19999
20000@smallexample
20001(@value{GDBP})
20002-exec-next
20003^running
20004(@value{GDBP})
20005*stopped,reason="end-stepping-range",thread-id="2",line="187",
20006file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20007(@value{GDBP})
20008-thread-list-ids
20009^done,
20010thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20011number-of-threads="3"
20012(@value{GDBP})
20013-thread-select 3
20014^done,new-thread-id="3",
20015frame=@{level="0",func="vprintf",
20016args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20017@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20018(@value{GDBP})
20019@end smallexample
20020
20021@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20022@node GDB/MI Tracepoint Commands
20023@section @sc{gdb/mi} Tracepoint Commands
20024
20025The tracepoint commands are not yet implemented.
20026
20027@c @subheading -trace-actions
20028
20029@c @subheading -trace-delete
20030
20031@c @subheading -trace-disable
20032
20033@c @subheading -trace-dump
20034
20035@c @subheading -trace-enable
20036
20037@c @subheading -trace-exists
20038
20039@c @subheading -trace-find
20040
20041@c @subheading -trace-frame-number
20042
20043@c @subheading -trace-info
20044
20045@c @subheading -trace-insert
20046
20047@c @subheading -trace-list
20048
20049@c @subheading -trace-pass-count
20050
20051@c @subheading -trace-save
20052
20053@c @subheading -trace-start
20054
20055@c @subheading -trace-stop
20056
20057
20058@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20059@node GDB/MI Variable Objects
20060@section @sc{gdb/mi} Variable Objects
20061
20062
20063@subheading Motivation for Variable Objects in @sc{gdb/mi}
20064
20065For the implementation of a variable debugger window (locals, watched
20066expressions, etc.), we are proposing the adaptation of the existing code
20067used by @code{Insight}.
20068
20069The two main reasons for that are:
20070
20071@enumerate 1
20072@item
20073It has been proven in practice (it is already on its second generation).
20074
20075@item
20076It will shorten development time (needless to say how important it is
20077now).
20078@end enumerate
20079
20080The original interface was designed to be used by Tcl code, so it was
20081slightly changed so it could be used through @sc{gdb/mi}. This section
20082describes the @sc{gdb/mi} operations that will be available and gives some
20083hints about their use.
20084
20085@emph{Note}: In addition to the set of operations described here, we
20086expect the @sc{gui} implementation of a variable window to require, at
20087least, the following operations:
20088
20089@itemize @bullet
20090@item @code{-gdb-show} @code{output-radix}
20091@item @code{-stack-list-arguments}
20092@item @code{-stack-list-locals}
20093@item @code{-stack-select-frame}
20094@end itemize
20095
20096@subheading Introduction to Variable Objects in @sc{gdb/mi}
20097
20098@cindex variable objects in @sc{gdb/mi}
20099The basic idea behind variable objects is the creation of a named object
20100to represent a variable, an expression, a memory location or even a CPU
20101register. For each object created, a set of operations is available for
20102examining or changing its properties.
20103
20104Furthermore, complex data types, such as C structures, are represented
20105in a tree format. For instance, the @code{struct} type variable is the
20106root and the children will represent the struct members. If a child
20107is itself of a complex type, it will also have children of its own.
20108Appropriate language differences are handled for C, C@t{++} and Java.
20109
20110When returning the actual values of the objects, this facility allows
20111for the individual selection of the display format used in the result
20112creation. It can be chosen among: binary, decimal, hexadecimal, octal
20113and natural. Natural refers to a default format automatically
20114chosen based on the variable type (like decimal for an @code{int}, hex
20115for pointers, etc.).
20116
20117The following is the complete set of @sc{gdb/mi} operations defined to
20118access this functionality:
20119
20120@multitable @columnfractions .4 .6
20121@item @strong{Operation}
20122@tab @strong{Description}
20123
20124@item @code{-var-create}
20125@tab create a variable object
20126@item @code{-var-delete}
20127@tab delete the variable object and its children
20128@item @code{-var-set-format}
20129@tab set the display format of this variable
20130@item @code{-var-show-format}
20131@tab show the display format of this variable
20132@item @code{-var-info-num-children}
20133@tab tells how many children this object has
20134@item @code{-var-list-children}
20135@tab return a list of the object's children
20136@item @code{-var-info-type}
20137@tab show the type of this variable object
20138@item @code{-var-info-expression}
20139@tab print what this variable object represents
20140@item @code{-var-show-attributes}
20141@tab is this variable editable? does it exist here?
20142@item @code{-var-evaluate-expression}
20143@tab get the value of this variable
20144@item @code{-var-assign}
20145@tab set the value of this variable
20146@item @code{-var-update}
20147@tab update the variable and its children
20148@end multitable
20149
20150In the next subsection we describe each operation in detail and suggest
20151how it can be used.
20152
20153@subheading Description And Use of Operations on Variable Objects
20154
20155@subheading The @code{-var-create} Command
20156@findex -var-create
20157
20158@subsubheading Synopsis
20159
20160@smallexample
20161 -var-create @{@var{name} | "-"@}
20162 @{@var{frame-addr} | "*"@} @var{expression}
20163@end smallexample
20164
20165This operation creates a variable object, which allows the monitoring of
20166a variable, the result of an expression, a memory cell or a CPU
20167register.
20168
20169The @var{name} parameter is the string by which the object can be
20170referenced. It must be unique. If @samp{-} is specified, the varobj
20171system will generate a string ``varNNNNNN'' automatically. It will be
20172unique provided that one does not specify @var{name} on that format.
20173The command fails if a duplicate name is found.
20174
20175The frame under which the expression should be evaluated can be
20176specified by @var{frame-addr}. A @samp{*} indicates that the current
20177frame should be used.
20178
20179@var{expression} is any expression valid on the current language set (must not
20180begin with a @samp{*}), or one of the following:
20181
20182@itemize @bullet
20183@item
20184@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20185
20186@item
20187@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20188
20189@item
20190@samp{$@var{regname}} --- a CPU register name
20191@end itemize
20192
20193@subsubheading Result
20194
20195This operation returns the name, number of children and the type of the
20196object created. Type is returned as a string as the ones generated by
20197the @value{GDBN} CLI:
20198
20199@smallexample
20200 name="@var{name}",numchild="N",type="@var{type}"
20201@end smallexample
20202
20203
20204@subheading The @code{-var-delete} Command
20205@findex -var-delete
20206
20207@subsubheading Synopsis
20208
20209@smallexample
20210 -var-delete @var{name}
20211@end smallexample
20212
20213Deletes a previously created variable object and all of its children.
20214
20215Returns an error if the object @var{name} is not found.
20216
20217
20218@subheading The @code{-var-set-format} Command
20219@findex -var-set-format
20220
20221@subsubheading Synopsis
20222
20223@smallexample
20224 -var-set-format @var{name} @var{format-spec}
20225@end smallexample
20226
20227Sets the output format for the value of the object @var{name} to be
20228@var{format-spec}.
20229
20230The syntax for the @var{format-spec} is as follows:
20231
20232@smallexample
20233 @var{format-spec} @expansion{}
20234 @{binary | decimal | hexadecimal | octal | natural@}
20235@end smallexample
20236
20237
20238@subheading The @code{-var-show-format} Command
20239@findex -var-show-format
20240
20241@subsubheading Synopsis
20242
20243@smallexample
20244 -var-show-format @var{name}
20245@end smallexample
20246
20247Returns the format used to display the value of the object @var{name}.
20248
20249@smallexample
20250 @var{format} @expansion{}
20251 @var{format-spec}
20252@end smallexample
20253
20254
20255@subheading The @code{-var-info-num-children} Command
20256@findex -var-info-num-children
20257
20258@subsubheading Synopsis
20259
20260@smallexample
20261 -var-info-num-children @var{name}
20262@end smallexample
20263
20264Returns the number of children of a variable object @var{name}:
20265
20266@smallexample
20267 numchild=@var{n}
20268@end smallexample
20269
20270
20271@subheading The @code{-var-list-children} Command
20272@findex -var-list-children
20273
20274@subsubheading Synopsis
20275
20276@smallexample
bc8ced35 20277 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
20278@end smallexample
20279
bc8ced35
NR
20280Returns a list of the children of the specified variable object. With
20281just the variable object name as an argument or with an optional
20282preceding argument of 0 or @code{--no-values}, prints only the names of the
20283variables. With an optional preceding argument of 1 or @code{--all-values},
20284also prints their values.
20285
20286@subsubheading Example
922fbb7b
AC
20287
20288@smallexample
bc8ced35
NR
20289(@value{GDBP})
20290 -var-list-children n
922fbb7b
AC
20291 numchild=@var{n},children=[@{name=@var{name},
20292 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
20293(@value{GDBP})
20294 -var-list-children --all-values n
20295 numchild=@var{n},children=[@{name=@var{name},
20296 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
20297@end smallexample
20298
20299
20300@subheading The @code{-var-info-type} Command
20301@findex -var-info-type
20302
20303@subsubheading Synopsis
20304
20305@smallexample
20306 -var-info-type @var{name}
20307@end smallexample
20308
20309Returns the type of the specified variable @var{name}. The type is
20310returned as a string in the same format as it is output by the
20311@value{GDBN} CLI:
20312
20313@smallexample
20314 type=@var{typename}
20315@end smallexample
20316
20317
20318@subheading The @code{-var-info-expression} Command
20319@findex -var-info-expression
20320
20321@subsubheading Synopsis
20322
20323@smallexample
20324 -var-info-expression @var{name}
20325@end smallexample
20326
20327Returns what is represented by the variable object @var{name}:
20328
20329@smallexample
20330 lang=@var{lang-spec},exp=@var{expression}
20331@end smallexample
20332
20333@noindent
20334where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20335
20336@subheading The @code{-var-show-attributes} Command
20337@findex -var-show-attributes
20338
20339@subsubheading Synopsis
20340
20341@smallexample
20342 -var-show-attributes @var{name}
20343@end smallexample
20344
20345List attributes of the specified variable object @var{name}:
20346
20347@smallexample
20348 status=@var{attr} [ ( ,@var{attr} )* ]
20349@end smallexample
20350
20351@noindent
20352where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20353
20354@subheading The @code{-var-evaluate-expression} Command
20355@findex -var-evaluate-expression
20356
20357@subsubheading Synopsis
20358
20359@smallexample
20360 -var-evaluate-expression @var{name}
20361@end smallexample
20362
20363Evaluates the expression that is represented by the specified variable
20364object and returns its value as a string in the current format specified
20365for the object:
20366
20367@smallexample
20368 value=@var{value}
20369@end smallexample
20370
20371Note that one must invoke @code{-var-list-children} for a variable
20372before the value of a child variable can be evaluated.
20373
20374@subheading The @code{-var-assign} Command
20375@findex -var-assign
20376
20377@subsubheading Synopsis
20378
20379@smallexample
20380 -var-assign @var{name} @var{expression}
20381@end smallexample
20382
20383Assigns the value of @var{expression} to the variable object specified
20384by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 20385value is altered by the assign, the variable will show up in any
922fbb7b
AC
20386subsequent @code{-var-update} list.
20387
20388@subsubheading Example
20389
20390@smallexample
20391(@value{GDBP})
20392-var-assign var1 3
20393^done,value="3"
20394(@value{GDBP})
20395-var-update *
20396^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20397(@value{GDBP})
20398@end smallexample
20399
20400@subheading The @code{-var-update} Command
20401@findex -var-update
20402
20403@subsubheading Synopsis
20404
20405@smallexample
20406 -var-update @{@var{name} | "*"@}
20407@end smallexample
20408
20409Update the value of the variable object @var{name} by evaluating its
20410expression after fetching all the new values from memory or registers.
20411A @samp{*} causes all existing variable objects to be updated.
20412
20413
20414@node Annotations
20415@chapter @value{GDBN} Annotations
20416
086432e2
AC
20417This chapter describes annotations in @value{GDBN}. Annotations were
20418designed to interface @value{GDBN} to graphical user interfaces or other
20419similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
20420relatively high level.
20421
086432e2
AC
20422The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20423(@pxref{GDB/MI}).
20424
922fbb7b
AC
20425@ignore
20426This is Edition @value{EDITION}, @value{DATE}.
20427@end ignore
20428
20429@menu
20430* Annotations Overview:: What annotations are; the general syntax.
20431* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
20432* Prompting:: Annotations marking @value{GDBN}'s need for input.
20433* Errors:: Annotations for error messages.
922fbb7b
AC
20434* Invalidation:: Some annotations describe things now invalid.
20435* Annotations for Running::
20436 Whether the program is running, how it stopped, etc.
20437* Source Annotations:: Annotations describing source code.
922fbb7b
AC
20438@end menu
20439
20440@node Annotations Overview
20441@section What is an Annotation?
20442@cindex annotations
20443
922fbb7b
AC
20444Annotations start with a newline character, two @samp{control-z}
20445characters, and the name of the annotation. If there is no additional
20446information associated with this annotation, the name of the annotation
20447is followed immediately by a newline. If there is additional
20448information, the name of the annotation is followed by a space, the
20449additional information, and a newline. The additional information
20450cannot contain newline characters.
20451
20452Any output not beginning with a newline and two @samp{control-z}
20453characters denotes literal output from @value{GDBN}. Currently there is
20454no need for @value{GDBN} to output a newline followed by two
20455@samp{control-z} characters, but if there was such a need, the
20456annotations could be extended with an @samp{escape} annotation which
20457means those three characters as output.
20458
086432e2
AC
20459The annotation @var{level}, which is specified using the
20460@option{--annotate} command line option (@pxref{Mode Options}), controls
20461how much information @value{GDBN} prints together with its prompt,
20462values of expressions, source lines, and other types of output. Level 0
20463is for no anntations, level 1 is for use when @value{GDBN} is run as a
20464subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20465for programs that control @value{GDBN}, and level 2 annotations have
20466been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
20467Interface, annotate, GDB's Obsolete Annotations}).
20468
20469@table @code
20470@kindex set annotate
20471@item set annotate @var{level}
20472The @value{GDB} command @code{set annotate} sets the level of
20473annotations to the specified @var{level}.
9c16f35a
EZ
20474
20475@item show annotate
20476@kindex show annotate
20477Show the current annotation level.
09d4efe1
EZ
20478@end table
20479
20480This chapter describes level 3 annotations.
086432e2 20481
922fbb7b
AC
20482A simple example of starting up @value{GDBN} with annotations is:
20483
20484@smallexample
086432e2
AC
20485$ @kbd{gdb --annotate=3}
20486GNU gdb 6.0
20487Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
20488GDB is free software, covered by the GNU General Public License,
20489and you are welcome to change it and/or distribute copies of it
20490under certain conditions.
20491Type "show copying" to see the conditions.
20492There is absolutely no warranty for GDB. Type "show warranty"
20493for details.
086432e2 20494This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
20495
20496^Z^Zpre-prompt
f7dc1244 20497(@value{GDBP})
922fbb7b 20498^Z^Zprompt
086432e2 20499@kbd{quit}
922fbb7b
AC
20500
20501^Z^Zpost-prompt
b383017d 20502$
922fbb7b
AC
20503@end smallexample
20504
20505Here @samp{quit} is input to @value{GDBN}; the rest is output from
20506@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20507denotes a @samp{control-z} character) are annotations; the rest is
20508output from @value{GDBN}.
20509
20510@node Server Prefix
20511@section The Server Prefix
20512@cindex server prefix for annotations
20513
20514To issue a command to @value{GDBN} without affecting certain aspects of
20515the state which is seen by users, prefix it with @samp{server }. This
20516means that this command will not affect the command history, nor will it
20517affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
20518pressed on a line by itself.
20519
20520The server prefix does not affect the recording of values into the value
20521history; to print a value without recording it into the value history,
20522use the @code{output} command instead of the @code{print} command.
20523
922fbb7b
AC
20524@node Prompting
20525@section Annotation for @value{GDBN} Input
20526
20527@cindex annotations for prompts
20528When @value{GDBN} prompts for input, it annotates this fact so it is possible
20529to know when to send output, when the output from a given command is
20530over, etc.
20531
20532Different kinds of input each have a different @dfn{input type}. Each
20533input type has three annotations: a @code{pre-} annotation, which
20534denotes the beginning of any prompt which is being output, a plain
20535annotation, which denotes the end of the prompt, and then a @code{post-}
20536annotation which denotes the end of any echo which may (or may not) be
20537associated with the input. For example, the @code{prompt} input type
20538features the following annotations:
20539
20540@smallexample
20541^Z^Zpre-prompt
20542^Z^Zprompt
20543^Z^Zpost-prompt
20544@end smallexample
20545
20546The input types are
20547
20548@table @code
20549@findex pre-prompt
20550@findex prompt
20551@findex post-prompt
20552@item prompt
20553When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20554
20555@findex pre-commands
20556@findex commands
20557@findex post-commands
20558@item commands
20559When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20560command. The annotations are repeated for each command which is input.
20561
20562@findex pre-overload-choice
20563@findex overload-choice
20564@findex post-overload-choice
20565@item overload-choice
20566When @value{GDBN} wants the user to select between various overloaded functions.
20567
20568@findex pre-query
20569@findex query
20570@findex post-query
20571@item query
20572When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20573
20574@findex pre-prompt-for-continue
20575@findex prompt-for-continue
20576@findex post-prompt-for-continue
20577@item prompt-for-continue
20578When @value{GDBN} is asking the user to press return to continue. Note: Don't
20579expect this to work well; instead use @code{set height 0} to disable
20580prompting. This is because the counting of lines is buggy in the
20581presence of annotations.
20582@end table
20583
20584@node Errors
20585@section Errors
20586@cindex annotations for errors, warnings and interrupts
20587
20588@findex quit
20589@smallexample
20590^Z^Zquit
20591@end smallexample
20592
20593This annotation occurs right before @value{GDBN} responds to an interrupt.
20594
20595@findex error
20596@smallexample
20597^Z^Zerror
20598@end smallexample
20599
20600This annotation occurs right before @value{GDBN} responds to an error.
20601
20602Quit and error annotations indicate that any annotations which @value{GDBN} was
20603in the middle of may end abruptly. For example, if a
20604@code{value-history-begin} annotation is followed by a @code{error}, one
20605cannot expect to receive the matching @code{value-history-end}. One
20606cannot expect not to receive it either, however; an error annotation
20607does not necessarily mean that @value{GDBN} is immediately returning all the way
20608to the top level.
20609
20610@findex error-begin
20611A quit or error annotation may be preceded by
20612
20613@smallexample
20614^Z^Zerror-begin
20615@end smallexample
20616
20617Any output between that and the quit or error annotation is the error
20618message.
20619
20620Warning messages are not yet annotated.
20621@c If we want to change that, need to fix warning(), type_error(),
20622@c range_error(), and possibly other places.
20623
922fbb7b
AC
20624@node Invalidation
20625@section Invalidation Notices
20626
20627@cindex annotations for invalidation messages
20628The following annotations say that certain pieces of state may have
20629changed.
20630
20631@table @code
20632@findex frames-invalid
20633@item ^Z^Zframes-invalid
20634
20635The frames (for example, output from the @code{backtrace} command) may
20636have changed.
20637
20638@findex breakpoints-invalid
20639@item ^Z^Zbreakpoints-invalid
20640
20641The breakpoints may have changed. For example, the user just added or
20642deleted a breakpoint.
20643@end table
20644
20645@node Annotations for Running
20646@section Running the Program
20647@cindex annotations for running programs
20648
20649@findex starting
20650@findex stopping
20651When the program starts executing due to a @value{GDBN} command such as
b383017d 20652@code{step} or @code{continue},
922fbb7b
AC
20653
20654@smallexample
20655^Z^Zstarting
20656@end smallexample
20657
b383017d 20658is output. When the program stops,
922fbb7b
AC
20659
20660@smallexample
20661^Z^Zstopped
20662@end smallexample
20663
20664is output. Before the @code{stopped} annotation, a variety of
20665annotations describe how the program stopped.
20666
20667@table @code
20668@findex exited
20669@item ^Z^Zexited @var{exit-status}
20670The program exited, and @var{exit-status} is the exit status (zero for
20671successful exit, otherwise nonzero).
20672
20673@findex signalled
20674@findex signal-name
20675@findex signal-name-end
20676@findex signal-string
20677@findex signal-string-end
20678@item ^Z^Zsignalled
20679The program exited with a signal. After the @code{^Z^Zsignalled}, the
20680annotation continues:
20681
20682@smallexample
20683@var{intro-text}
20684^Z^Zsignal-name
20685@var{name}
20686^Z^Zsignal-name-end
20687@var{middle-text}
20688^Z^Zsignal-string
20689@var{string}
20690^Z^Zsignal-string-end
20691@var{end-text}
20692@end smallexample
20693
20694@noindent
20695where @var{name} is the name of the signal, such as @code{SIGILL} or
20696@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20697as @code{Illegal Instruction} or @code{Segmentation fault}.
20698@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20699user's benefit and have no particular format.
20700
20701@findex signal
20702@item ^Z^Zsignal
20703The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20704just saying that the program received the signal, not that it was
20705terminated with it.
20706
20707@findex breakpoint
20708@item ^Z^Zbreakpoint @var{number}
20709The program hit breakpoint number @var{number}.
20710
20711@findex watchpoint
20712@item ^Z^Zwatchpoint @var{number}
20713The program hit watchpoint number @var{number}.
20714@end table
20715
20716@node Source Annotations
20717@section Displaying Source
20718@cindex annotations for source display
20719
20720@findex source
20721The following annotation is used instead of displaying source code:
20722
20723@smallexample
20724^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20725@end smallexample
20726
20727where @var{filename} is an absolute file name indicating which source
20728file, @var{line} is the line number within that file (where 1 is the
20729first line in the file), @var{character} is the character position
20730within the file (where 0 is the first character in the file) (for most
20731debug formats this will necessarily point to the beginning of a line),
20732@var{middle} is @samp{middle} if @var{addr} is in the middle of the
20733line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20734@var{addr} is the address in the target program associated with the
20735source which is being displayed. @var{addr} is in the form @samp{0x}
20736followed by one or more lowercase hex digits (note that this does not
20737depend on the language).
20738
8e04817f
AC
20739@node GDB Bugs
20740@chapter Reporting Bugs in @value{GDBN}
20741@cindex bugs in @value{GDBN}
20742@cindex reporting bugs in @value{GDBN}
c906108c 20743
8e04817f 20744Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 20745
8e04817f
AC
20746Reporting a bug may help you by bringing a solution to your problem, or it
20747may not. But in any case the principal function of a bug report is to help
20748the entire community by making the next version of @value{GDBN} work better. Bug
20749reports are your contribution to the maintenance of @value{GDBN}.
c906108c 20750
8e04817f
AC
20751In order for a bug report to serve its purpose, you must include the
20752information that enables us to fix the bug.
c4555f82
SC
20753
20754@menu
8e04817f
AC
20755* Bug Criteria:: Have you found a bug?
20756* Bug Reporting:: How to report bugs
c4555f82
SC
20757@end menu
20758
8e04817f
AC
20759@node Bug Criteria
20760@section Have you found a bug?
20761@cindex bug criteria
c4555f82 20762
8e04817f 20763If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
20764
20765@itemize @bullet
8e04817f
AC
20766@cindex fatal signal
20767@cindex debugger crash
20768@cindex crash of debugger
c4555f82 20769@item
8e04817f
AC
20770If the debugger gets a fatal signal, for any input whatever, that is a
20771@value{GDBN} bug. Reliable debuggers never crash.
20772
20773@cindex error on valid input
20774@item
20775If @value{GDBN} produces an error message for valid input, that is a
20776bug. (Note that if you're cross debugging, the problem may also be
20777somewhere in the connection to the target.)
c4555f82 20778
8e04817f 20779@cindex invalid input
c4555f82 20780@item
8e04817f
AC
20781If @value{GDBN} does not produce an error message for invalid input,
20782that is a bug. However, you should note that your idea of
20783``invalid input'' might be our idea of ``an extension'' or ``support
20784for traditional practice''.
20785
20786@item
20787If you are an experienced user of debugging tools, your suggestions
20788for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
20789@end itemize
20790
8e04817f
AC
20791@node Bug Reporting
20792@section How to report bugs
20793@cindex bug reports
20794@cindex @value{GDBN} bugs, reporting
20795
20796A number of companies and individuals offer support for @sc{gnu} products.
20797If you obtained @value{GDBN} from a support organization, we recommend you
20798contact that organization first.
20799
20800You can find contact information for many support companies and
20801individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20802distribution.
20803@c should add a web page ref...
20804
129188f6
AC
20805In any event, we also recommend that you submit bug reports for
20806@value{GDBN}. The prefered method is to submit them directly using
20807@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20808page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20809be used.
8e04817f
AC
20810
20811@strong{Do not send bug reports to @samp{info-gdb}, or to
20812@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
20813not want to receive bug reports. Those that do have arranged to receive
20814@samp{bug-gdb}.
20815
20816The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
20817serves as a repeater. The mailing list and the newsgroup carry exactly
20818the same messages. Often people think of posting bug reports to the
20819newsgroup instead of mailing them. This appears to work, but it has one
20820problem which can be crucial: a newsgroup posting often lacks a mail
20821path back to the sender. Thus, if we need to ask for more information,
20822we may be unable to reach you. For this reason, it is better to send
20823bug reports to the mailing list.
c4555f82 20824
8e04817f
AC
20825The fundamental principle of reporting bugs usefully is this:
20826@strong{report all the facts}. If you are not sure whether to state a
20827fact or leave it out, state it!
c4555f82 20828
8e04817f
AC
20829Often people omit facts because they think they know what causes the
20830problem and assume that some details do not matter. Thus, you might
20831assume that the name of the variable you use in an example does not matter.
20832Well, probably it does not, but one cannot be sure. Perhaps the bug is a
20833stray memory reference which happens to fetch from the location where that
20834name is stored in memory; perhaps, if the name were different, the contents
20835of that location would fool the debugger into doing the right thing despite
20836the bug. Play it safe and give a specific, complete example. That is the
20837easiest thing for you to do, and the most helpful.
c4555f82 20838
8e04817f
AC
20839Keep in mind that the purpose of a bug report is to enable us to fix the
20840bug. It may be that the bug has been reported previously, but neither
20841you nor we can know that unless your bug report is complete and
20842self-contained.
c4555f82 20843
8e04817f
AC
20844Sometimes people give a few sketchy facts and ask, ``Does this ring a
20845bell?'' Those bug reports are useless, and we urge everyone to
20846@emph{refuse to respond to them} except to chide the sender to report
20847bugs properly.
20848
20849To enable us to fix the bug, you should include all these things:
c4555f82
SC
20850
20851@itemize @bullet
20852@item
8e04817f
AC
20853The version of @value{GDBN}. @value{GDBN} announces it if you start
20854with no arguments; you can also print it at any time using @code{show
20855version}.
c4555f82 20856
8e04817f
AC
20857Without this, we will not know whether there is any point in looking for
20858the bug in the current version of @value{GDBN}.
c4555f82
SC
20859
20860@item
8e04817f
AC
20861The type of machine you are using, and the operating system name and
20862version number.
c4555f82
SC
20863
20864@item
8e04817f
AC
20865What compiler (and its version) was used to compile @value{GDBN}---e.g.
20866``@value{GCC}--2.8.1''.
c4555f82
SC
20867
20868@item
8e04817f
AC
20869What compiler (and its version) was used to compile the program you are
20870debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
20871C Compiler''. For GCC, you can say @code{gcc --version} to get this
20872information; for other compilers, see the documentation for those
20873compilers.
c4555f82 20874
8e04817f
AC
20875@item
20876The command arguments you gave the compiler to compile your example and
20877observe the bug. For example, did you use @samp{-O}? To guarantee
20878you will not omit something important, list them all. A copy of the
20879Makefile (or the output from make) is sufficient.
c4555f82 20880
8e04817f
AC
20881If we were to try to guess the arguments, we would probably guess wrong
20882and then we might not encounter the bug.
c4555f82 20883
8e04817f
AC
20884@item
20885A complete input script, and all necessary source files, that will
20886reproduce the bug.
c4555f82 20887
8e04817f
AC
20888@item
20889A description of what behavior you observe that you believe is
20890incorrect. For example, ``It gets a fatal signal.''
c4555f82 20891
8e04817f
AC
20892Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
20893will certainly notice it. But if the bug is incorrect output, we might
20894not notice unless it is glaringly wrong. You might as well not give us
20895a chance to make a mistake.
c4555f82 20896
8e04817f
AC
20897Even if the problem you experience is a fatal signal, you should still
20898say so explicitly. Suppose something strange is going on, such as, your
20899copy of @value{GDBN} is out of synch, or you have encountered a bug in
20900the C library on your system. (This has happened!) Your copy might
20901crash and ours would not. If you told us to expect a crash, then when
20902ours fails to crash, we would know that the bug was not happening for
20903us. If you had not told us to expect a crash, then we would not be able
20904to draw any conclusion from our observations.
c4555f82 20905
e0c07bf0
MC
20906@pindex script
20907@cindex recording a session script
20908To collect all this information, you can use a session recording program
20909such as @command{script}, which is available on many Unix systems.
20910Just run your @value{GDBN} session inside @command{script} and then
20911include the @file{typescript} file with your bug report.
20912
20913Another way to record a @value{GDBN} session is to run @value{GDBN}
20914inside Emacs and then save the entire buffer to a file.
20915
8e04817f
AC
20916@item
20917If you wish to suggest changes to the @value{GDBN} source, send us context
20918diffs. If you even discuss something in the @value{GDBN} source, refer to
20919it by context, not by line number.
c4555f82 20920
8e04817f
AC
20921The line numbers in our development sources will not match those in your
20922sources. Your line numbers would convey no useful information to us.
c4555f82 20923
8e04817f 20924@end itemize
c4555f82 20925
8e04817f 20926Here are some things that are not necessary:
c4555f82 20927
8e04817f
AC
20928@itemize @bullet
20929@item
20930A description of the envelope of the bug.
c4555f82 20931
8e04817f
AC
20932Often people who encounter a bug spend a lot of time investigating
20933which changes to the input file will make the bug go away and which
20934changes will not affect it.
c4555f82 20935
8e04817f
AC
20936This is often time consuming and not very useful, because the way we
20937will find the bug is by running a single example under the debugger
20938with breakpoints, not by pure deduction from a series of examples.
20939We recommend that you save your time for something else.
c4555f82 20940
8e04817f
AC
20941Of course, if you can find a simpler example to report @emph{instead}
20942of the original one, that is a convenience for us. Errors in the
20943output will be easier to spot, running under the debugger will take
20944less time, and so on.
c4555f82 20945
8e04817f
AC
20946However, simplification is not vital; if you do not want to do this,
20947report the bug anyway and send us the entire test case you used.
c4555f82 20948
8e04817f
AC
20949@item
20950A patch for the bug.
c4555f82 20951
8e04817f
AC
20952A patch for the bug does help us if it is a good one. But do not omit
20953the necessary information, such as the test case, on the assumption that
20954a patch is all we need. We might see problems with your patch and decide
20955to fix the problem another way, or we might not understand it at all.
c4555f82 20956
8e04817f
AC
20957Sometimes with a program as complicated as @value{GDBN} it is very hard to
20958construct an example that will make the program follow a certain path
20959through the code. If you do not send us the example, we will not be able
20960to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 20961
8e04817f
AC
20962And if we cannot understand what bug you are trying to fix, or why your
20963patch should be an improvement, we will not install it. A test case will
20964help us to understand.
c4555f82 20965
8e04817f
AC
20966@item
20967A guess about what the bug is or what it depends on.
c4555f82 20968
8e04817f
AC
20969Such guesses are usually wrong. Even we cannot guess right about such
20970things without first using the debugger to find the facts.
20971@end itemize
c4555f82 20972
8e04817f
AC
20973@c The readline documentation is distributed with the readline code
20974@c and consists of the two following files:
20975@c rluser.texinfo
20976@c inc-hist.texinfo
20977@c Use -I with makeinfo to point to the appropriate directory,
20978@c environment var TEXINPUTS with TeX.
20979@include rluser.texinfo
20980@include inc-hist.texinfo
c4555f82 20981
c4555f82 20982
8e04817f
AC
20983@node Formatting Documentation
20984@appendix Formatting Documentation
c4555f82 20985
8e04817f
AC
20986@cindex @value{GDBN} reference card
20987@cindex reference card
20988The @value{GDBN} 4 release includes an already-formatted reference card, ready
20989for printing with PostScript or Ghostscript, in the @file{gdb}
20990subdirectory of the main source directory@footnote{In
20991@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
20992release.}. If you can use PostScript or Ghostscript with your printer,
20993you can print the reference card immediately with @file{refcard.ps}.
c4555f82 20994
8e04817f
AC
20995The release also includes the source for the reference card. You
20996can format it, using @TeX{}, by typing:
c4555f82 20997
474c8240 20998@smallexample
8e04817f 20999make refcard.dvi
474c8240 21000@end smallexample
c4555f82 21001
8e04817f
AC
21002The @value{GDBN} reference card is designed to print in @dfn{landscape}
21003mode on US ``letter'' size paper;
21004that is, on a sheet 11 inches wide by 8.5 inches
21005high. You will need to specify this form of printing as an option to
21006your @sc{dvi} output program.
c4555f82 21007
8e04817f 21008@cindex documentation
c4555f82 21009
8e04817f
AC
21010All the documentation for @value{GDBN} comes as part of the machine-readable
21011distribution. The documentation is written in Texinfo format, which is
21012a documentation system that uses a single source file to produce both
21013on-line information and a printed manual. You can use one of the Info
21014formatting commands to create the on-line version of the documentation
21015and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 21016
8e04817f
AC
21017@value{GDBN} includes an already formatted copy of the on-line Info
21018version of this manual in the @file{gdb} subdirectory. The main Info
21019file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21020subordinate files matching @samp{gdb.info*} in the same directory. If
21021necessary, you can print out these files, or read them with any editor;
21022but they are easier to read using the @code{info} subsystem in @sc{gnu}
21023Emacs or the standalone @code{info} program, available as part of the
21024@sc{gnu} Texinfo distribution.
c4555f82 21025
8e04817f
AC
21026If you want to format these Info files yourself, you need one of the
21027Info formatting programs, such as @code{texinfo-format-buffer} or
21028@code{makeinfo}.
c4555f82 21029
8e04817f
AC
21030If you have @code{makeinfo} installed, and are in the top level
21031@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21032version @value{GDBVN}), you can make the Info file by typing:
c4555f82 21033
474c8240 21034@smallexample
8e04817f
AC
21035cd gdb
21036make gdb.info
474c8240 21037@end smallexample
c4555f82 21038
8e04817f
AC
21039If you want to typeset and print copies of this manual, you need @TeX{},
21040a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21041Texinfo definitions file.
c4555f82 21042
8e04817f
AC
21043@TeX{} is a typesetting program; it does not print files directly, but
21044produces output files called @sc{dvi} files. To print a typeset
21045document, you need a program to print @sc{dvi} files. If your system
21046has @TeX{} installed, chances are it has such a program. The precise
21047command to use depends on your system; @kbd{lpr -d} is common; another
21048(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
21049require a file name without any extension or a @samp{.dvi} extension.
c4555f82 21050
8e04817f
AC
21051@TeX{} also requires a macro definitions file called
21052@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
21053written in Texinfo format. On its own, @TeX{} cannot either read or
21054typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
21055and is located in the @file{gdb-@var{version-number}/texinfo}
21056directory.
c4555f82 21057
8e04817f
AC
21058If you have @TeX{} and a @sc{dvi} printer program installed, you can
21059typeset and print this manual. First switch to the the @file{gdb}
21060subdirectory of the main source directory (for example, to
21061@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 21062
474c8240 21063@smallexample
8e04817f 21064make gdb.dvi
474c8240 21065@end smallexample
c4555f82 21066
8e04817f 21067Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 21068
8e04817f
AC
21069@node Installing GDB
21070@appendix Installing @value{GDBN}
21071@cindex configuring @value{GDBN}
21072@cindex installation
94e91d6d 21073@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 21074
8e04817f
AC
21075@value{GDBN} comes with a @code{configure} script that automates the process
21076of preparing @value{GDBN} for installation; you can then use @code{make} to
21077build the @code{gdb} program.
21078@iftex
21079@c irrelevant in info file; it's as current as the code it lives with.
21080@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21081look at the @file{README} file in the sources; we may have improved the
21082installation procedures since publishing this manual.}
21083@end iftex
c4555f82 21084
8e04817f
AC
21085The @value{GDBN} distribution includes all the source code you need for
21086@value{GDBN} in a single directory, whose name is usually composed by
21087appending the version number to @samp{gdb}.
c4555f82 21088
8e04817f
AC
21089For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21090@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 21091
8e04817f
AC
21092@table @code
21093@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21094script for configuring @value{GDBN} and all its supporting libraries
c4555f82 21095
8e04817f
AC
21096@item gdb-@value{GDBVN}/gdb
21097the source specific to @value{GDBN} itself
c4555f82 21098
8e04817f
AC
21099@item gdb-@value{GDBVN}/bfd
21100source for the Binary File Descriptor library
c906108c 21101
8e04817f
AC
21102@item gdb-@value{GDBVN}/include
21103@sc{gnu} include files
c906108c 21104
8e04817f
AC
21105@item gdb-@value{GDBVN}/libiberty
21106source for the @samp{-liberty} free software library
c906108c 21107
8e04817f
AC
21108@item gdb-@value{GDBVN}/opcodes
21109source for the library of opcode tables and disassemblers
c906108c 21110
8e04817f
AC
21111@item gdb-@value{GDBVN}/readline
21112source for the @sc{gnu} command-line interface
c906108c 21113
8e04817f
AC
21114@item gdb-@value{GDBVN}/glob
21115source for the @sc{gnu} filename pattern-matching subroutine
c906108c 21116
8e04817f
AC
21117@item gdb-@value{GDBVN}/mmalloc
21118source for the @sc{gnu} memory-mapped malloc package
21119@end table
c906108c 21120
8e04817f
AC
21121The simplest way to configure and build @value{GDBN} is to run @code{configure}
21122from the @file{gdb-@var{version-number}} source directory, which in
21123this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 21124
8e04817f
AC
21125First switch to the @file{gdb-@var{version-number}} source directory
21126if you are not already in it; then run @code{configure}. Pass the
21127identifier for the platform on which @value{GDBN} will run as an
21128argument.
c906108c 21129
8e04817f 21130For example:
c906108c 21131
474c8240 21132@smallexample
8e04817f
AC
21133cd gdb-@value{GDBVN}
21134./configure @var{host}
21135make
474c8240 21136@end smallexample
c906108c 21137
8e04817f
AC
21138@noindent
21139where @var{host} is an identifier such as @samp{sun4} or
21140@samp{decstation}, that identifies the platform where @value{GDBN} will run.
21141(You can often leave off @var{host}; @code{configure} tries to guess the
21142correct value by examining your system.)
c906108c 21143
8e04817f
AC
21144Running @samp{configure @var{host}} and then running @code{make} builds the
21145@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21146libraries, then @code{gdb} itself. The configured source files, and the
21147binaries, are left in the corresponding source directories.
c906108c 21148
8e04817f
AC
21149@need 750
21150@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21151system does not recognize this automatically when you run a different
21152shell, you may need to run @code{sh} on it explicitly:
c906108c 21153
474c8240 21154@smallexample
8e04817f 21155sh configure @var{host}
474c8240 21156@end smallexample
c906108c 21157
8e04817f
AC
21158If you run @code{configure} from a directory that contains source
21159directories for multiple libraries or programs, such as the
21160@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21161creates configuration files for every directory level underneath (unless
21162you tell it not to, with the @samp{--norecursion} option).
21163
94e91d6d
MC
21164You should run the @code{configure} script from the top directory in the
21165source tree, the @file{gdb-@var{version-number}} directory. If you run
21166@code{configure} from one of the subdirectories, you will configure only
21167that subdirectory. That is usually not what you want. In particular,
21168if you run the first @code{configure} from the @file{gdb} subdirectory
21169of the @file{gdb-@var{version-number}} directory, you will omit the
21170configuration of @file{bfd}, @file{readline}, and other sibling
21171directories of the @file{gdb} subdirectory. This leads to build errors
21172about missing include files such as @file{bfd/bfd.h}.
c906108c 21173
8e04817f
AC
21174You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21175However, you should make sure that the shell on your path (named by
21176the @samp{SHELL} environment variable) is publicly readable. Remember
21177that @value{GDBN} uses the shell to start your program---some systems refuse to
21178let @value{GDBN} debug child processes whose programs are not readable.
c906108c 21179
8e04817f
AC
21180@menu
21181* Separate Objdir:: Compiling @value{GDBN} in another directory
21182* Config Names:: Specifying names for hosts and targets
21183* Configure Options:: Summary of options for configure
21184@end menu
c906108c 21185
8e04817f
AC
21186@node Separate Objdir
21187@section Compiling @value{GDBN} in another directory
c906108c 21188
8e04817f
AC
21189If you want to run @value{GDBN} versions for several host or target machines,
21190you need a different @code{gdb} compiled for each combination of
21191host and target. @code{configure} is designed to make this easy by
21192allowing you to generate each configuration in a separate subdirectory,
21193rather than in the source directory. If your @code{make} program
21194handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21195@code{make} in each of these directories builds the @code{gdb}
21196program specified there.
c906108c 21197
8e04817f
AC
21198To build @code{gdb} in a separate directory, run @code{configure}
21199with the @samp{--srcdir} option to specify where to find the source.
21200(You also need to specify a path to find @code{configure}
21201itself from your working directory. If the path to @code{configure}
21202would be the same as the argument to @samp{--srcdir}, you can leave out
21203the @samp{--srcdir} option; it is assumed.)
c906108c 21204
8e04817f
AC
21205For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21206separate directory for a Sun 4 like this:
c906108c 21207
474c8240 21208@smallexample
8e04817f
AC
21209@group
21210cd gdb-@value{GDBVN}
21211mkdir ../gdb-sun4
21212cd ../gdb-sun4
21213../gdb-@value{GDBVN}/configure sun4
21214make
21215@end group
474c8240 21216@end smallexample
c906108c 21217
8e04817f
AC
21218When @code{configure} builds a configuration using a remote source
21219directory, it creates a tree for the binaries with the same structure
21220(and using the same names) as the tree under the source directory. In
21221the example, you'd find the Sun 4 library @file{libiberty.a} in the
21222directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21223@file{gdb-sun4/gdb}.
c906108c 21224
94e91d6d
MC
21225Make sure that your path to the @file{configure} script has just one
21226instance of @file{gdb} in it. If your path to @file{configure} looks
21227like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21228one subdirectory of @value{GDBN}, not the whole package. This leads to
21229build errors about missing include files such as @file{bfd/bfd.h}.
21230
8e04817f
AC
21231One popular reason to build several @value{GDBN} configurations in separate
21232directories is to configure @value{GDBN} for cross-compiling (where
21233@value{GDBN} runs on one machine---the @dfn{host}---while debugging
21234programs that run on another machine---the @dfn{target}).
21235You specify a cross-debugging target by
21236giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 21237
8e04817f
AC
21238When you run @code{make} to build a program or library, you must run
21239it in a configured directory---whatever directory you were in when you
21240called @code{configure} (or one of its subdirectories).
c906108c 21241
8e04817f
AC
21242The @code{Makefile} that @code{configure} generates in each source
21243directory also runs recursively. If you type @code{make} in a source
21244directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21245directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21246will build all the required libraries, and then build GDB.
c906108c 21247
8e04817f
AC
21248When you have multiple hosts or targets configured in separate
21249directories, you can run @code{make} on them in parallel (for example,
21250if they are NFS-mounted on each of the hosts); they will not interfere
21251with each other.
c906108c 21252
8e04817f
AC
21253@node Config Names
21254@section Specifying names for hosts and targets
c906108c 21255
8e04817f
AC
21256The specifications used for hosts and targets in the @code{configure}
21257script are based on a three-part naming scheme, but some short predefined
21258aliases are also supported. The full naming scheme encodes three pieces
21259of information in the following pattern:
c906108c 21260
474c8240 21261@smallexample
8e04817f 21262@var{architecture}-@var{vendor}-@var{os}
474c8240 21263@end smallexample
c906108c 21264
8e04817f
AC
21265For example, you can use the alias @code{sun4} as a @var{host} argument,
21266or as the value for @var{target} in a @code{--target=@var{target}}
21267option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 21268
8e04817f
AC
21269The @code{configure} script accompanying @value{GDBN} does not provide
21270any query facility to list all supported host and target names or
21271aliases. @code{configure} calls the Bourne shell script
21272@code{config.sub} to map abbreviations to full names; you can read the
21273script, if you wish, or you can use it to test your guesses on
21274abbreviations---for example:
c906108c 21275
8e04817f
AC
21276@smallexample
21277% sh config.sub i386-linux
21278i386-pc-linux-gnu
21279% sh config.sub alpha-linux
21280alpha-unknown-linux-gnu
21281% sh config.sub hp9k700
21282hppa1.1-hp-hpux
21283% sh config.sub sun4
21284sparc-sun-sunos4.1.1
21285% sh config.sub sun3
21286m68k-sun-sunos4.1.1
21287% sh config.sub i986v
21288Invalid configuration `i986v': machine `i986v' not recognized
21289@end smallexample
c906108c 21290
8e04817f
AC
21291@noindent
21292@code{config.sub} is also distributed in the @value{GDBN} source
21293directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 21294
8e04817f
AC
21295@node Configure Options
21296@section @code{configure} options
c906108c 21297
8e04817f
AC
21298Here is a summary of the @code{configure} options and arguments that
21299are most often useful for building @value{GDBN}. @code{configure} also has
21300several other options not listed here. @inforef{What Configure
21301Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 21302
474c8240 21303@smallexample
8e04817f
AC
21304configure @r{[}--help@r{]}
21305 @r{[}--prefix=@var{dir}@r{]}
21306 @r{[}--exec-prefix=@var{dir}@r{]}
21307 @r{[}--srcdir=@var{dirname}@r{]}
21308 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21309 @r{[}--target=@var{target}@r{]}
21310 @var{host}
474c8240 21311@end smallexample
c906108c 21312
8e04817f
AC
21313@noindent
21314You may introduce options with a single @samp{-} rather than
21315@samp{--} if you prefer; but you may abbreviate option names if you use
21316@samp{--}.
c906108c 21317
8e04817f
AC
21318@table @code
21319@item --help
21320Display a quick summary of how to invoke @code{configure}.
c906108c 21321
8e04817f
AC
21322@item --prefix=@var{dir}
21323Configure the source to install programs and files under directory
21324@file{@var{dir}}.
c906108c 21325
8e04817f
AC
21326@item --exec-prefix=@var{dir}
21327Configure the source to install programs under directory
21328@file{@var{dir}}.
c906108c 21329
8e04817f
AC
21330@c avoid splitting the warning from the explanation:
21331@need 2000
21332@item --srcdir=@var{dirname}
21333@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21334@code{make} that implements the @code{VPATH} feature.}@*
21335Use this option to make configurations in directories separate from the
21336@value{GDBN} source directories. Among other things, you can use this to
21337build (or maintain) several configurations simultaneously, in separate
21338directories. @code{configure} writes configuration specific files in
21339the current directory, but arranges for them to use the source in the
21340directory @var{dirname}. @code{configure} creates directories under
21341the working directory in parallel to the source directories below
21342@var{dirname}.
c906108c 21343
8e04817f
AC
21344@item --norecursion
21345Configure only the directory level where @code{configure} is executed; do not
21346propagate configuration to subdirectories.
c906108c 21347
8e04817f
AC
21348@item --target=@var{target}
21349Configure @value{GDBN} for cross-debugging programs running on the specified
21350@var{target}. Without this option, @value{GDBN} is configured to debug
21351programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 21352
8e04817f 21353There is no convenient way to generate a list of all available targets.
c906108c 21354
8e04817f
AC
21355@item @var{host} @dots{}
21356Configure @value{GDBN} to run on the specified @var{host}.
c906108c 21357
8e04817f
AC
21358There is no convenient way to generate a list of all available hosts.
21359@end table
c906108c 21360
8e04817f
AC
21361There are many other options available as well, but they are generally
21362needed for special purposes only.
c906108c 21363
8e04817f
AC
21364@node Maintenance Commands
21365@appendix Maintenance Commands
21366@cindex maintenance commands
21367@cindex internal commands
c906108c 21368
8e04817f 21369In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
21370includes a number of commands intended for @value{GDBN} developers,
21371that are not documented elsewhere in this manual. These commands are
da316a69
EZ
21372provided here for reference. (For commands that turn on debugging
21373messages, see @ref{Debugging Output}.)
c906108c 21374
8e04817f 21375@table @code
09d4efe1
EZ
21376@kindex maint agent
21377@item maint agent @var{expression}
21378Translate the given @var{expression} into remote agent bytecodes.
21379This command is useful for debugging the Agent Expression mechanism
21380(@pxref{Agent Expressions}).
21381
8e04817f
AC
21382@kindex maint info breakpoints
21383@item @anchor{maint info breakpoints}maint info breakpoints
21384Using the same format as @samp{info breakpoints}, display both the
21385breakpoints you've set explicitly, and those @value{GDBN} is using for
21386internal purposes. Internal breakpoints are shown with negative
21387breakpoint numbers. The type column identifies what kind of breakpoint
21388is shown:
c906108c 21389
8e04817f
AC
21390@table @code
21391@item breakpoint
21392Normal, explicitly set breakpoint.
c906108c 21393
8e04817f
AC
21394@item watchpoint
21395Normal, explicitly set watchpoint.
c906108c 21396
8e04817f
AC
21397@item longjmp
21398Internal breakpoint, used to handle correctly stepping through
21399@code{longjmp} calls.
c906108c 21400
8e04817f
AC
21401@item longjmp resume
21402Internal breakpoint at the target of a @code{longjmp}.
c906108c 21403
8e04817f
AC
21404@item until
21405Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 21406
8e04817f
AC
21407@item finish
21408Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 21409
8e04817f
AC
21410@item shlib events
21411Shared library events.
c906108c 21412
8e04817f 21413@end table
c906108c 21414
09d4efe1
EZ
21415@kindex maint check-symtabs
21416@item maint check-symtabs
21417Check the consistency of psymtabs and symtabs.
21418
21419@kindex maint cplus first_component
21420@item maint cplus first_component @var{name}
21421Print the first C@t{++} class/namespace component of @var{name}.
21422
21423@kindex maint cplus namespace
21424@item maint cplus namespace
21425Print the list of possible C@t{++} namespaces.
21426
21427@kindex maint demangle
21428@item maint demangle @var{name}
21429Demangle a C@t{++} or Objective-C manled @var{name}.
21430
21431@kindex maint deprecate
21432@kindex maint undeprecate
21433@cindex deprecated commands
21434@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21435@itemx maint undeprecate @var{command}
21436Deprecate or undeprecate the named @var{command}. Deprecated commands
21437cause @value{GDBN} to issue a warning when you use them. The optional
21438argument @var{replacement} says which newer command should be used in
21439favor of the deprecated one; if it is given, @value{GDBN} will mention
21440the replacement as part of the warning.
21441
21442@kindex maint dump-me
21443@item maint dump-me
721c2651 21444@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 21445Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
21446This is supported only on systems which support aborting a program
21447with the @code{SIGQUIT} signal.
09d4efe1 21448
8d30a00d
AC
21449@kindex maint internal-error
21450@kindex maint internal-warning
09d4efe1
EZ
21451@item maint internal-error @r{[}@var{message-text}@r{]}
21452@itemx maint internal-warning @r{[}@var{message-text}@r{]}
8d30a00d
AC
21453Cause @value{GDBN} to call the internal function @code{internal_error}
21454or @code{internal_warning} and hence behave as though an internal error
21455or internal warning has been detected. In addition to reporting the
21456internal problem, these functions give the user the opportunity to
21457either quit @value{GDBN} or create a core file of the current
21458@value{GDBN} session.
21459
09d4efe1
EZ
21460These commands take an optional parameter @var{message-text} that is
21461used as the text of the error or warning message.
21462
21463Here's an example of using @code{indernal-error}:
21464
8d30a00d 21465@smallexample
f7dc1244 21466(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
21467@dots{}/maint.c:121: internal-error: testing, 1, 2
21468A problem internal to GDB has been detected. Further
21469debugging may prove unreliable.
21470Quit this debugging session? (y or n) @kbd{n}
21471Create a core file? (y or n) @kbd{n}
f7dc1244 21472(@value{GDBP})
8d30a00d
AC
21473@end smallexample
21474
09d4efe1
EZ
21475@kindex maint packet
21476@item maint packet @var{text}
21477If @value{GDBN} is talking to an inferior via the serial protocol,
21478then this command sends the string @var{text} to the inferior, and
21479displays the response packet. @value{GDBN} supplies the initial
21480@samp{$} character, the terminating @samp{#} character, and the
21481checksum.
21482
21483@kindex maint print architecture
21484@item maint print architecture @r{[}@var{file}@r{]}
21485Print the entire architecture configuration. The optional argument
21486@var{file} names the file where the output goes.
8d30a00d 21487
00905d52
AC
21488@kindex maint print dummy-frames
21489@item maint print dummy-frames
00905d52
AC
21490Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21491
21492@smallexample
f7dc1244 21493(@value{GDBP}) @kbd{b add}
00905d52 21494@dots{}
f7dc1244 21495(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
21496Breakpoint 2, add (a=2, b=3) at @dots{}
2149758 return (a + b);
21498The program being debugged stopped while in a function called from GDB.
21499@dots{}
f7dc1244 21500(@value{GDBP}) @kbd{maint print dummy-frames}
00905d52
AC
215010x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21502 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21503 call_lo=0x01014000 call_hi=0x01014001
f7dc1244 21504(@value{GDBP})
00905d52
AC
21505@end smallexample
21506
21507Takes an optional file parameter.
21508
0680b120
AC
21509@kindex maint print registers
21510@kindex maint print raw-registers
21511@kindex maint print cooked-registers
617073a9 21512@kindex maint print register-groups
09d4efe1
EZ
21513@item maint print registers @r{[}@var{file}@r{]}
21514@itemx maint print raw-registers @r{[}@var{file}@r{]}
21515@itemx maint print cooked-registers @r{[}@var{file}@r{]}
21516@itemx maint print register-groups @r{[}@var{file}@r{]}
0680b120
AC
21517Print @value{GDBN}'s internal register data structures.
21518
617073a9
AC
21519The command @code{maint print raw-registers} includes the contents of
21520the raw register cache; the command @code{maint print cooked-registers}
21521includes the (cooked) value of all registers; and the command
21522@code{maint print register-groups} includes the groups that each
21523register is a member of. @xref{Registers,, Registers, gdbint,
21524@value{GDBN} Internals}.
0680b120 21525
09d4efe1
EZ
21526These commands take an optional parameter, a file name to which to
21527write the information.
0680b120 21528
617073a9 21529@kindex maint print reggroups
09d4efe1
EZ
21530@item maint print reggroups @r{[}@var{file}@r{]}
21531Print @value{GDBN}'s internal register group data structures. The
21532optional argument @var{file} tells to what file to write the
21533information.
617073a9 21534
09d4efe1 21535The register groups info looks like this:
617073a9
AC
21536
21537@smallexample
f7dc1244 21538(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
21539 Group Type
21540 general user
21541 float user
21542 all user
21543 vector user
21544 system user
21545 save internal
21546 restore internal
617073a9
AC
21547@end smallexample
21548
09d4efe1
EZ
21549@kindex flushregs
21550@item flushregs
21551This command forces @value{GDBN} to flush its internal register cache.
21552
21553@kindex maint print objfiles
21554@cindex info for known object files
21555@item maint print objfiles
21556Print a dump of all known object files. For each object file, this
21557command prints its name, address in memory, and all of its psymtabs
21558and symtabs.
21559
21560@kindex maint print statistics
21561@cindex bcache statistics
21562@item maint print statistics
21563This command prints, for each object file in the program, various data
21564about that object file followed by the byte cache (@dfn{bcache})
21565statistics for the object file. The objfile data includes the number
21566of minimal, partical, full, and stabs symbols, the number of types
21567defined by the objfile, the number of as yet unexpanded psym tables,
21568the number of line tables and string tables, and the amount of memory
21569used by the various tables. The bcache statistics include the counts,
21570sizes, and counts of duplicates of all and unique objects, max,
21571average, and median entry size, total memory used and its overhead and
21572savings, and various measures of the hash table size and chain
21573lengths.
21574
21575@kindex maint print type
21576@cindex type chain of a data type
21577@item maint print type @var{expr}
21578Print the type chain for a type specified by @var{expr}. The argument
21579can be either a type name or a symbol. If it is a symbol, the type of
21580that symbol is described. The type chain produced by this command is
21581a recursive definition of the data type as stored in @value{GDBN}'s
21582data structures, including its flags and contained types.
21583
21584@kindex maint set dwarf2 max-cache-age
21585@kindex maint show dwarf2 max-cache-age
21586@item maint set dwarf2 max-cache-age
21587@itemx maint show dwarf2 max-cache-age
21588Control the DWARF 2 compilation unit cache.
21589
21590@cindex DWARF 2 compilation units cache
21591In object files with inter-compilation-unit references, such as those
21592produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21593reader needs to frequently refer to previously read compilation units.
21594This setting controls how long a compilation unit will remain in the
21595cache if it is not referenced. A higher limit means that cached
21596compilation units will be stored in memory longer, and more total
21597memory will be used. Setting it to zero disables caching, which will
21598slow down @value{GDBN} startup, but reduce memory consumption.
21599
e7ba9c65
DJ
21600@kindex maint set profile
21601@kindex maint show profile
21602@cindex profiling GDB
21603@item maint set profile
21604@itemx maint show profile
21605Control profiling of @value{GDBN}.
21606
21607Profiling will be disabled until you use the @samp{maint set profile}
21608command to enable it. When you enable profiling, the system will begin
21609collecting timing and execution count data; when you disable profiling or
21610exit @value{GDBN}, the results will be written to a log file. Remember that
21611if you use profiling, @value{GDBN} will overwrite the profiling log file
21612(often called @file{gmon.out}). If you have a record of important profiling
21613data in a @file{gmon.out} file, be sure to move it to a safe location.
21614
21615Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 21616compiled with the @samp{-pg} compiler option.
e7ba9c65 21617
09d4efe1
EZ
21618@kindex maint show-debug-regs
21619@cindex x86 hardware debug registers
21620@item maint show-debug-regs
21621Control whether to show variables that mirror the x86 hardware debug
21622registers. Use @code{ON} to enable, @code{OFF} to disable. If
21623enabled, the debug registers values are shown when GDB inserts or
21624removes a hardware breakpoint or watchpoint, and when the inferior
21625triggers a hardware-assisted breakpoint or watchpoint.
21626
21627@kindex maint space
21628@cindex memory used by commands
21629@item maint space
21630Control whether to display memory usage for each command. If set to a
21631nonzero value, @value{GDBN} will display how much memory each command
21632took, following the command's own output. This can also be requested
21633by invoking @value{GDBN} with the @option{--statistics} command-line
21634switch (@pxref{Mode Options}).
21635
21636@kindex maint time
21637@cindex time of command execution
21638@item maint time
21639Control whether to display the execution time for each command. If
21640set to a nonzero value, @value{GDBN} will display how much time it
21641took to execute each command, following the command's own output.
21642This can also be requested by invoking @value{GDBN} with the
21643@option{--statistics} command-line switch (@pxref{Mode Options}).
21644
21645@kindex maint translate-address
21646@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21647Find the symbol stored at the location specified by the address
21648@var{addr} and an optional section name @var{section}. If found,
21649@value{GDBN} prints the name of the closest symbol and an offset from
21650the symbol's location to the specified address. This is similar to
21651the @code{info address} command (@pxref{Symbols}), except that this
21652command also allows to find symbols in other sections.
ae038cb0 21653
8e04817f 21654@end table
c906108c 21655
9c16f35a
EZ
21656The following command is useful for non-interactive invocations of
21657@value{GDBN}, such as in the test suite.
21658
21659@table @code
21660@item set watchdog @var{nsec}
21661@kindex set watchdog
21662@cindex watchdog timer
21663@cindex timeout for commands
21664Set the maximum number of seconds @value{GDBN} will wait for the
21665target operation to finish. If this time expires, @value{GDBN}
21666reports and error and the command is aborted.
21667
21668@item show watchdog
21669Show the current setting of the target wait timeout.
21670@end table
c906108c 21671
e0ce93ac 21672@node Remote Protocol
8e04817f 21673@appendix @value{GDBN} Remote Serial Protocol
c906108c 21674
ee2d5c50
AC
21675@menu
21676* Overview::
21677* Packets::
21678* Stop Reply Packets::
21679* General Query Packets::
21680* Register Packet Format::
21681* Examples::
0ce1b118 21682* File-I/O remote protocol extension::
ee2d5c50
AC
21683@end menu
21684
21685@node Overview
21686@section Overview
21687
8e04817f
AC
21688There may be occasions when you need to know something about the
21689protocol---for example, if there is only one serial port to your target
21690machine, you might want your program to do something special if it
21691recognizes a packet meant for @value{GDBN}.
c906108c 21692
d2c6833e 21693In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 21694transmitted and received data respectfully.
c906108c 21695
8e04817f
AC
21696@cindex protocol, @value{GDBN} remote serial
21697@cindex serial protocol, @value{GDBN} remote
21698@cindex remote serial protocol
21699All @value{GDBN} commands and responses (other than acknowledgments) are
21700sent as a @var{packet}. A @var{packet} is introduced with the character
21701@samp{$}, the actual @var{packet-data}, and the terminating character
21702@samp{#} followed by a two-digit @var{checksum}:
c906108c 21703
474c8240 21704@smallexample
8e04817f 21705@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 21706@end smallexample
8e04817f 21707@noindent
c906108c 21708
8e04817f
AC
21709@cindex checksum, for @value{GDBN} remote
21710@noindent
21711The two-digit @var{checksum} is computed as the modulo 256 sum of all
21712characters between the leading @samp{$} and the trailing @samp{#} (an
21713eight bit unsigned checksum).
c906108c 21714
8e04817f
AC
21715Implementors should note that prior to @value{GDBN} 5.0 the protocol
21716specification also included an optional two-digit @var{sequence-id}:
c906108c 21717
474c8240 21718@smallexample
8e04817f 21719@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 21720@end smallexample
c906108c 21721
8e04817f
AC
21722@cindex sequence-id, for @value{GDBN} remote
21723@noindent
21724That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
21725has never output @var{sequence-id}s. Stubs that handle packets added
21726since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 21727
8e04817f
AC
21728@cindex acknowledgment, for @value{GDBN} remote
21729When either the host or the target machine receives a packet, the first
21730response expected is an acknowledgment: either @samp{+} (to indicate
21731the package was received correctly) or @samp{-} (to request
21732retransmission):
c906108c 21733
474c8240 21734@smallexample
d2c6833e
AC
21735-> @code{$}@var{packet-data}@code{#}@var{checksum}
21736<- @code{+}
474c8240 21737@end smallexample
8e04817f 21738@noindent
53a5351d 21739
8e04817f
AC
21740The host (@value{GDBN}) sends @var{command}s, and the target (the
21741debugging stub incorporated in your program) sends a @var{response}. In
21742the case of step and continue @var{command}s, the response is only sent
21743when the operation has completed (the target has again stopped).
c906108c 21744
8e04817f
AC
21745@var{packet-data} consists of a sequence of characters with the
21746exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21747exceptions).
c906108c 21748
8e04817f 21749Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 21750@cindex remote protocol, field separator
8e04817f 21751@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 21752@sc{hex} with leading zeros suppressed.
c906108c 21753
8e04817f
AC
21754Implementors should note that prior to @value{GDBN} 5.0, the character
21755@samp{:} could not appear as the third character in a packet (as it
21756would potentially conflict with the @var{sequence-id}).
c906108c 21757
8e04817f
AC
21758Response @var{data} can be run-length encoded to save space. A @samp{*}
21759means that the next character is an @sc{ascii} encoding giving a repeat count
21760which stands for that many repetitions of the character preceding the
21761@samp{*}. The encoding is @code{n+29}, yielding a printable character
21762where @code{n >=3} (which is where rle starts to win). The printable
21763characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21764value greater than 126 should not be used.
c906108c 21765
8e04817f 21766So:
474c8240 21767@smallexample
8e04817f 21768"@code{0* }"
474c8240 21769@end smallexample
8e04817f
AC
21770@noindent
21771means the same as "0000".
c906108c 21772
8e04817f
AC
21773The error response returned for some packets includes a two character
21774error number. That number is not well defined.
c906108c 21775
8e04817f
AC
21776For any @var{command} not supported by the stub, an empty response
21777(@samp{$#00}) should be returned. That way it is possible to extend the
21778protocol. A newer @value{GDBN} can tell if a packet is supported based
21779on that response.
c906108c 21780
b383017d
RM
21781A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21782@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 21783optional.
c906108c 21784
ee2d5c50
AC
21785@node Packets
21786@section Packets
21787
21788The following table provides a complete list of all currently defined
21789@var{command}s and their corresponding response @var{data}.
9c16f35a
EZ
21790@xref{File-I/O remote protocol extension}, for details about the File
21791I/O extension of the remote protocol.
ee2d5c50
AC
21792
21793@table @r
21794
21795@item @code{!} --- extended mode
21796@cindex @code{!} packet
21797
8e04817f
AC
21798Enable extended mode. In extended mode, the remote server is made
21799persistent. The @samp{R} packet is used to restart the program being
21800debugged.
ee2d5c50
AC
21801
21802Reply:
21803@table @samp
21804@item OK
8e04817f 21805The remote target both supports and has enabled extended mode.
ee2d5c50 21806@end table
c906108c 21807
ee2d5c50
AC
21808@item @code{?} --- last signal
21809@cindex @code{?} packet
c906108c 21810
ee2d5c50
AC
21811Indicate the reason the target halted. The reply is the same as for
21812step and continue.
c906108c 21813
ee2d5c50
AC
21814Reply:
21815@xref{Stop Reply Packets}, for the reply specifications.
21816
21817@item @code{a} --- reserved
21818
21819Reserved for future use.
21820
21821@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
21822@cindex @code{A} packet
c906108c 21823
8e04817f
AC
21824Initialized @samp{argv[]} array passed into program. @var{arglen}
21825specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
21826See @code{gdbserver} for more details.
21827
21828Reply:
21829@table @samp
21830@item OK
21831@item E@var{NN}
21832@end table
21833
21834@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
21835@cindex @code{b} packet
21836
21837Change the serial line speed to @var{baud}.
21838
21839JTC: @emph{When does the transport layer state change? When it's
21840received, or after the ACK is transmitted. In either case, there are
21841problems if the command or the acknowledgment packet is dropped.}
21842
21843Stan: @emph{If people really wanted to add something like this, and get
21844it working for the first time, they ought to modify ser-unix.c to send
21845some kind of out-of-band message to a specially-setup stub and have the
21846switch happen "in between" packets, so that from remote protocol's point
21847of view, nothing actually happened.}
21848
21849@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
21850@cindex @code{B} packet
21851
8e04817f 21852Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
21853breakpoint at @var{addr}.
21854
21855This packet has been replaced by the @samp{Z} and @samp{z} packets
21856(@pxref{insert breakpoint or watchpoint packet}).
c906108c 21857
ee2d5c50
AC
21858@item @code{c}@var{addr} --- continue
21859@cindex @code{c} packet
21860
21861@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 21862current address.
c906108c 21863
ee2d5c50
AC
21864Reply:
21865@xref{Stop Reply Packets}, for the reply specifications.
21866
21867@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
21868@cindex @code{C} packet
21869
8e04817f
AC
21870Continue with signal @var{sig} (hex signal number). If
21871@code{;}@var{addr} is omitted, resume at same address.
c906108c 21872
ee2d5c50
AC
21873Reply:
21874@xref{Stop Reply Packets}, for the reply specifications.
c906108c 21875
ee2d5c50
AC
21876@item @code{d} --- toggle debug @strong{(deprecated)}
21877@cindex @code{d} packet
21878
21879Toggle debug flag.
21880
21881@item @code{D} --- detach
21882@cindex @code{D} packet
21883
21884Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 21885before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
21886
21887Reply:
21888@table @samp
21889@item @emph{no response}
8e04817f 21890@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 21891@end table
c906108c 21892
ee2d5c50 21893@item @code{e} --- reserved
c906108c 21894
ee2d5c50 21895Reserved for future use.
c906108c 21896
ee2d5c50 21897@item @code{E} --- reserved
c906108c 21898
ee2d5c50 21899Reserved for future use.
c906108c 21900
ee2d5c50
AC
21901@item @code{f} --- reserved
21902
21903Reserved for future use.
21904
0ce1b118
CV
21905@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
21906@cindex @code{F} packet
ee2d5c50 21907
0ce1b118
CV
21908This packet is send by @value{GDBN} as reply to a @code{F} request packet
21909sent by the target. This is part of the File-I/O protocol extension.
21910@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
21911
21912@item @code{g} --- read registers
21913@anchor{read registers packet}
21914@cindex @code{g} packet
21915
21916Read general registers.
21917
21918Reply:
21919@table @samp
21920@item @var{XX@dots{}}
8e04817f
AC
21921Each byte of register data is described by two hex digits. The bytes
21922with the register are transmitted in target byte order. The size of
21923each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
21924determined by the @value{GDBN} internal macros
21925@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
21926specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
21927@item E@var{NN}
21928for an error.
21929@end table
c906108c 21930
ee2d5c50
AC
21931@item @code{G}@var{XX@dots{}} --- write regs
21932@cindex @code{G} packet
c906108c 21933
ee2d5c50
AC
21934@xref{read registers packet}, for a description of the @var{XX@dots{}}
21935data.
21936
21937Reply:
21938@table @samp
21939@item OK
21940for success
21941@item E@var{NN}
21942for an error
21943@end table
21944
21945@item @code{h} --- reserved
21946
21947Reserved for future use.
21948
b383017d 21949@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 21950@cindex @code{H} packet
c906108c 21951
8e04817f 21952Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
21953@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
21954should be @samp{c} for step and continue operations, @samp{g} for other
21955operations. The thread designator @var{t@dots{}} may be -1, meaning all
21956the threads, a thread number, or zero which means pick any thread.
21957
21958Reply:
21959@table @samp
21960@item OK
21961for success
21962@item E@var{NN}
21963for an error
21964@end table
c906108c 21965
8e04817f
AC
21966@c FIXME: JTC:
21967@c 'H': How restrictive (or permissive) is the thread model. If a
21968@c thread is selected and stopped, are other threads allowed
21969@c to continue to execute? As I mentioned above, I think the
21970@c semantics of each command when a thread is selected must be
21971@c described. For example:
21972@c
21973@c 'g': If the stub supports threads and a specific thread is
21974@c selected, returns the register block from that thread;
21975@c otherwise returns current registers.
21976@c
21977@c 'G' If the stub supports threads and a specific thread is
21978@c selected, sets the registers of the register block of
21979@c that thread; otherwise sets current registers.
c906108c 21980
ee2d5c50
AC
21981@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
21982@anchor{cycle step packet}
21983@cindex @code{i} packet
21984
8e04817f
AC
21985Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
21986present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
21987step starting at that address.
c906108c 21988
ee2d5c50
AC
21989@item @code{I} --- signal then cycle step @strong{(reserved)}
21990@cindex @code{I} packet
21991
21992@xref{step with signal packet}. @xref{cycle step packet}.
21993
21994@item @code{j} --- reserved
21995
21996Reserved for future use.
21997
21998@item @code{J} --- reserved
c906108c 21999
ee2d5c50 22000Reserved for future use.
c906108c 22001
ee2d5c50
AC
22002@item @code{k} --- kill request
22003@cindex @code{k} packet
c906108c 22004
ac282366 22005FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
22006thread context has been selected (i.e.@: does 'k' kill only that
22007thread?)}.
c906108c 22008
ee2d5c50 22009@item @code{K} --- reserved
c906108c 22010
ee2d5c50
AC
22011Reserved for future use.
22012
22013@item @code{l} --- reserved
22014
22015Reserved for future use.
22016
22017@item @code{L} --- reserved
22018
22019Reserved for future use.
22020
22021@item @code{m}@var{addr}@code{,}@var{length} --- read memory
22022@cindex @code{m} packet
c906108c 22023
8e04817f 22024Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 22025Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 22026assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 22027transfer mechanism is needed.}
c906108c 22028
ee2d5c50
AC
22029Reply:
22030@table @samp
22031@item @var{XX@dots{}}
22032@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22033to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 22034that sized memory transfers are assumed using word aligned
ee2d5c50
AC
22035accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22036needed.}
22037@item E@var{NN}
22038@var{NN} is errno
22039@end table
22040
22041@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22042@cindex @code{M} packet
22043
8e04817f 22044Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
22045@var{XX@dots{}} is the data.
22046
22047Reply:
22048@table @samp
22049@item OK
22050for success
22051@item E@var{NN}
8e04817f
AC
22052for an error (this includes the case where only part of the data was
22053written).
ee2d5c50 22054@end table
c906108c 22055
ee2d5c50 22056@item @code{n} --- reserved
c906108c 22057
ee2d5c50 22058Reserved for future use.
c906108c 22059
ee2d5c50 22060@item @code{N} --- reserved
c906108c 22061
ee2d5c50 22062Reserved for future use.
c906108c 22063
ee2d5c50
AC
22064@item @code{o} --- reserved
22065
22066Reserved for future use.
22067
22068@item @code{O} --- reserved
22069
2e868123 22070@item @code{p}@var{hex number of register} --- read register packet
ee2d5c50
AC
22071@cindex @code{p} packet
22072
2e868123
AC
22073@xref{read registers packet}, for a description of how the returned
22074register value is encoded.
ee2d5c50
AC
22075
22076Reply:
22077@table @samp
2e868123
AC
22078@item @var{XX@dots{}}
22079the register's value
22080@item E@var{NN}
22081for an error
22082@item
22083Indicating an unrecognized @var{query}.
ee2d5c50
AC
22084@end table
22085
22086@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22087@anchor{write register packet}
22088@cindex @code{P} packet
22089
22090Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 22091digits for each byte in the register (target byte order).
c906108c 22092
ee2d5c50
AC
22093Reply:
22094@table @samp
22095@item OK
22096for success
22097@item E@var{NN}
22098for an error
22099@end table
22100
22101@item @code{q}@var{query} --- general query
22102@anchor{general query packet}
22103@cindex @code{q} packet
22104
22105Request info about @var{query}. In general @value{GDBN} queries have a
22106leading upper case letter. Custom vendor queries should use a company
22107prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
22108be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
22109that they match the full @var{query} name.
22110
22111Reply:
22112@table @samp
22113@item @var{XX@dots{}}
22114Hex encoded data from query. The reply can not be empty.
22115@item E@var{NN}
22116error reply
8e04817f 22117@item
ee2d5c50
AC
22118Indicating an unrecognized @var{query}.
22119@end table
22120
22121@item @code{Q}@var{var}@code{=}@var{val} --- general set
22122@cindex @code{Q} packet
22123
22124Set value of @var{var} to @var{val}.
22125
22126@xref{general query packet}, for a discussion of naming conventions.
c906108c 22127
ee2d5c50
AC
22128@item @code{r} --- reset @strong{(deprecated)}
22129@cindex @code{r} packet
c906108c 22130
8e04817f 22131Reset the entire system.
c906108c 22132
ee2d5c50
AC
22133@item @code{R}@var{XX} --- remote restart
22134@cindex @code{R} packet
22135
8e04817f
AC
22136Restart the program being debugged. @var{XX}, while needed, is ignored.
22137This packet is only available in extended mode.
ee2d5c50
AC
22138
22139Reply:
22140@table @samp
22141@item @emph{no reply}
8e04817f 22142The @samp{R} packet has no reply.
ee2d5c50
AC
22143@end table
22144
22145@item @code{s}@var{addr} --- step
22146@cindex @code{s} packet
c906108c 22147
8e04817f
AC
22148@var{addr} is address to resume. If @var{addr} is omitted, resume at
22149same address.
c906108c 22150
ee2d5c50
AC
22151Reply:
22152@xref{Stop Reply Packets}, for the reply specifications.
22153
22154@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22155@anchor{step with signal packet}
22156@cindex @code{S} packet
22157
8e04817f 22158Like @samp{C} but step not continue.
c906108c 22159
ee2d5c50
AC
22160Reply:
22161@xref{Stop Reply Packets}, for the reply specifications.
22162
b383017d 22163@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
22164@cindex @code{t} packet
22165
8e04817f 22166Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
22167@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
22168@var{addr} must be at least 3 digits.
c906108c 22169
ee2d5c50
AC
22170@item @code{T}@var{XX} --- thread alive
22171@cindex @code{T} packet
c906108c 22172
ee2d5c50 22173Find out if the thread XX is alive.
c906108c 22174
ee2d5c50
AC
22175Reply:
22176@table @samp
22177@item OK
22178thread is still alive
22179@item E@var{NN}
22180thread is dead
22181@end table
22182
22183@item @code{u} --- reserved
22184
22185Reserved for future use.
22186
22187@item @code{U} --- reserved
22188
22189Reserved for future use.
22190
86d30acc 22191@item @code{v} --- verbose packet prefix
ee2d5c50 22192
86d30acc
DJ
22193Packets starting with @code{v} are identified by a multi-letter name,
22194up to the first @code{;} or @code{?} (or the end of the packet).
22195
22196@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22197@cindex @code{vCont} packet
22198
22199Resume the inferior. Different actions may be specified for each thread.
22200If an action is specified with no @var{tid}, then it is applied to any
22201threads that don't have a specific action specified; if no default action is
22202specified then other threads should remain stopped. Specifying multiple
22203default actions is an error; specifying no actions is also an error.
22204Thread IDs are specified in hexadecimal. Currently supported actions are:
22205
22206@table @code
22207@item c
22208Continue.
22209@item C@var{sig}
22210Continue with signal @var{sig}. @var{sig} should be two hex digits.
22211@item s
22212Step.
22213@item S@var{sig}
22214Step with signal @var{sig}. @var{sig} should be two hex digits.
22215@end table
22216
22217The optional @var{addr} argument normally associated with these packets is
22218not supported in @code{vCont}.
22219
22220Reply:
22221@xref{Stop Reply Packets}, for the reply specifications.
22222
22223@item @code{vCont?} --- extended resume query
22224@cindex @code{vCont?} packet
22225
22226Query support for the @code{vCont} packet.
22227
22228Reply:
22229@table @samp
22230@item @code{vCont}[;@var{action}]...
22231The @code{vCont} packet is supported. Each @var{action} is a supported
22232command in the @code{vCont} packet.
22233@item
22234The @code{vCont} packet is not supported.
22235@end table
ee2d5c50
AC
22236
22237@item @code{V} --- reserved
c906108c 22238
ee2d5c50 22239Reserved for future use.
c906108c 22240
ee2d5c50 22241@item @code{w} --- reserved
c906108c 22242
ee2d5c50 22243Reserved for future use.
c906108c 22244
ee2d5c50 22245@item @code{W} --- reserved
c906108c 22246
ee2d5c50 22247Reserved for future use.
c906108c 22248
ee2d5c50
AC
22249@item @code{x} --- reserved
22250
22251Reserved for future use.
22252
22253@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22254@cindex @code{X} packet
22255
22256@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22257is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
69065f5d
AC
22258escaped using @code{0x7d}, and then XORed with @code{0x20}.
22259For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
c906108c 22260
ee2d5c50
AC
22261Reply:
22262@table @samp
22263@item OK
22264for success
22265@item E@var{NN}
22266for an error
22267@end table
22268
22269@item @code{y} --- reserved
c906108c 22270
ee2d5c50 22271Reserved for future use.
c906108c 22272
ee2d5c50
AC
22273@item @code{Y} reserved
22274
22275Reserved for future use.
22276
2f870471
AC
22277@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22278@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22279@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 22280@cindex @code{z} packet
2f870471 22281@cindex @code{Z} packets
ee2d5c50 22282
2f870471
AC
22283Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22284watchpoint starting at address @var{address} and covering the next
22285@var{length} bytes.
ee2d5c50 22286
2f870471
AC
22287Each breakpoint and watchpoint packet @var{type} is documented
22288separately.
22289
512217c7
AC
22290@emph{Implementation notes: A remote target shall return an empty string
22291for an unrecognized breakpoint or watchpoint packet @var{type}. A
22292remote target shall support either both or neither of a given
2f870471
AC
22293@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
22294avoid potential problems with duplicate packets, the operations should
22295be implemented in an idempotent way.}
22296
22297@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22298@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22299@cindex @code{z0} packet
22300@cindex @code{Z0} packet
22301
22302Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22303@code{addr} of size @code{length}.
22304
22305A memory breakpoint is implemented by replacing the instruction at
22306@var{addr} with a software breakpoint or trap instruction. The
22307@code{length} is used by targets that indicates the size of the
22308breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22309@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 22310
2f870471
AC
22311@emph{Implementation note: It is possible for a target to copy or move
22312code that contains memory breakpoints (e.g., when implementing
22313overlays). The behavior of this packet, in the presence of such a
22314target, is not defined.}
c906108c 22315
ee2d5c50
AC
22316Reply:
22317@table @samp
2f870471
AC
22318@item OK
22319success
22320@item
22321not supported
ee2d5c50
AC
22322@item E@var{NN}
22323for an error
2f870471
AC
22324@end table
22325
22326@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22327@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22328@cindex @code{z1} packet
22329@cindex @code{Z1} packet
22330
22331Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22332address @code{addr} of size @code{length}.
22333
22334A hardware breakpoint is implemented using a mechanism that is not
22335dependant on being able to modify the target's memory.
22336
22337@emph{Implementation note: A hardware breakpoint is not affected by code
22338movement.}
22339
22340Reply:
22341@table @samp
ee2d5c50 22342@item OK
2f870471
AC
22343success
22344@item
22345not supported
22346@item E@var{NN}
22347for an error
22348@end table
22349
22350@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22351@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22352@cindex @code{z2} packet
22353@cindex @code{Z2} packet
22354
22355Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22356
22357Reply:
22358@table @samp
22359@item OK
22360success
22361@item
22362not supported
22363@item E@var{NN}
22364for an error
22365@end table
22366
22367@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22368@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22369@cindex @code{z3} packet
22370@cindex @code{Z3} packet
22371
2e834e49 22372Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
22373
22374Reply:
22375@table @samp
22376@item OK
22377success
22378@item
22379not supported
22380@item E@var{NN}
22381for an error
22382@end table
22383
2e834e49
HPN
22384@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22385@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
22386@cindex @code{z4} packet
22387@cindex @code{Z4} packet
22388
22389Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22390
22391Reply:
22392@table @samp
22393@item OK
22394success
22395@item
22396not supported
22397@item E@var{NN}
22398for an error
ee2d5c50
AC
22399@end table
22400
22401@end table
c906108c 22402
ee2d5c50
AC
22403@node Stop Reply Packets
22404@section Stop Reply Packets
22405@cindex stop reply packets
c906108c 22406
8e04817f
AC
22407The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22408receive any of the below as a reply. In the case of the @samp{C},
22409@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22410when the target halts. In the below the exact meaning of @samp{signal
22411number} is poorly defined. In general one of the UNIX signal numbering
22412conventions is used.
c906108c 22413
ee2d5c50 22414@table @samp
c906108c 22415
ee2d5c50
AC
22416@item S@var{AA}
22417@var{AA} is the signal number
c906108c 22418
8e04817f 22419@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
22420@cindex @code{T} packet reply
22421
8e04817f
AC
22422@var{AA} = two hex digit signal number; @var{n...} = register number
22423(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
22424by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22425@var{r...} = thread process ID, this is a hex integer; @var{n...} =
22426(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22427address, this is a hex integer; @var{n...} = other string not starting
22428with valid hex digit. @value{GDBN} should ignore this @var{n...},
22429@var{r...} pair and go on to the next. This way we can extend the
22430protocol.
c906108c 22431
ee2d5c50
AC
22432@item W@var{AA}
22433
8e04817f 22434The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
22435applicable to certain targets.
22436
22437@item X@var{AA}
c906108c 22438
8e04817f 22439The process terminated with signal @var{AA}.
c906108c 22440
ee2d5c50 22441@item O@var{XX@dots{}}
c906108c 22442
ee2d5c50
AC
22443@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
22444any time while the program is running and the debugger should continue
22445to wait for @samp{W}, @samp{T}, etc.
22446
0ce1b118
CV
22447@item F@var{call-id}@code{,}@var{parameter@dots{}}
22448
22449@var{call-id} is the identifier which says which host system call should
22450be called. This is just the name of the function. Translation into the
22451correct system call is only applicable as it's defined in @value{GDBN}.
22452@xref{File-I/O remote protocol extension}, for a list of implemented
22453system calls.
22454
22455@var{parameter@dots{}} is a list of parameters as defined for this very
22456system call.
22457
22458The target replies with this packet when it expects @value{GDBN} to call
22459a host system call on behalf of the target. @value{GDBN} replies with
22460an appropriate @code{F} packet and keeps up waiting for the next reply
22461packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
22462@samp{s} action is expected to be continued.
22463@xref{File-I/O remote protocol extension}, for more details.
22464
ee2d5c50
AC
22465@end table
22466
22467@node General Query Packets
22468@section General Query Packets
9c16f35a 22469@cindex remote query requests
c906108c 22470
8e04817f 22471The following set and query packets have already been defined.
c906108c 22472
ee2d5c50 22473@table @r
c906108c 22474
ee2d5c50 22475@item @code{q}@code{C} --- current thread
9c16f35a
EZ
22476@cindex current thread, remote request
22477@cindex @code{qC} packet
ee2d5c50
AC
22478Return the current thread id.
22479
22480Reply:
22481@table @samp
22482@item @code{QC}@var{pid}
e1aac25b 22483Where @var{pid} is an unsigned hexidecimal process id.
ee2d5c50
AC
22484@item *
22485Any other reply implies the old pid.
22486@end table
22487
22488@item @code{q}@code{fThreadInfo} -- all thread ids
9c16f35a
EZ
22489@cindex list active threads, remote request
22490@cindex @code{qfThreadInfo} packet
ee2d5c50 22491@code{q}@code{sThreadInfo}
c906108c 22492
8e04817f
AC
22493Obtain a list of active thread ids from the target (OS). Since there
22494may be too many active threads to fit into one reply packet, this query
22495works iteratively: it may require more than one query/reply sequence to
22496obtain the entire list of threads. The first query of the sequence will
22497be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22498sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
22499
22500NOTE: replaces the @code{qL} query (see below).
22501
22502Reply:
22503@table @samp
22504@item @code{m}@var{id}
22505A single thread id
22506@item @code{m}@var{id},@var{id}@dots{}
22507a comma-separated list of thread ids
22508@item @code{l}
22509(lower case 'el') denotes end of list.
22510@end table
22511
22512In response to each query, the target will reply with a list of one or
e1aac25b
JB
22513more thread ids, in big-endian unsigned hex, separated by commas.
22514@value{GDBN} will respond to each reply with a request for more thread
22515ids (using the @code{qs} form of the query), until the target responds
22516with @code{l} (lower-case el, for @code{'last'}).
c906108c 22517
ee2d5c50 22518@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
9c16f35a
EZ
22519@cindex thread attributes info, remote request
22520@cindex @code{qThreadExtraInfo} packet
ee2d5c50
AC
22521Where @var{id} is a thread-id in big-endian hex. Obtain a printable
22522string description of a thread's attributes from the target OS. This
22523string may contain anything that the target OS thinks is interesting for
22524@value{GDBN} to tell the user about the thread. The string is displayed
22525in @value{GDBN}'s @samp{info threads} display. Some examples of
22526possible thread extra info strings are ``Runnable'', or ``Blocked on
22527Mutex''.
22528
22529Reply:
22530@table @samp
22531@item @var{XX@dots{}}
22532Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22533the printable string containing the extra information about the thread's
8e04817f 22534attributes.
ee2d5c50
AC
22535@end table
22536
22537@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 22538
8e04817f
AC
22539Obtain thread information from RTOS. Where: @var{startflag} (one hex
22540digit) is one to indicate the first query and zero to indicate a
22541subsequent query; @var{threadcount} (two hex digits) is the maximum
22542number of threads the response packet can contain; and @var{nextthread}
22543(eight hex digits), for subsequent queries (@var{startflag} is zero), is
22544returned in the response as @var{argthread}.
ee2d5c50
AC
22545
22546NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22547(see above).
22548
22549Reply:
22550@table @samp
22551@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
22552Where: @var{count} (two hex digits) is the number of threads being
22553returned; @var{done} (one hex digit) is zero to indicate more threads
22554and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
22555digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22556is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 22557digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 22558@end table
c906108c 22559
ee2d5c50 22560@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
9c16f35a
EZ
22561@cindex CRC of memory block, remote request
22562@cindex @code{qCRC} packet
ee2d5c50
AC
22563Reply:
22564@table @samp
22565@item @code{E}@var{NN}
22566An error (such as memory fault)
22567@item @code{C}@var{CRC32}
22568A 32 bit cyclic redundancy check of the specified memory region.
22569@end table
22570
22571@item @code{q}@code{Offsets} --- query sect offs
9c16f35a
EZ
22572@cindex section offsets, remote request
22573@cindex @code{qOffsets} packet
8e04817f
AC
22574Get section offsets that the target used when re-locating the downloaded
22575image. @emph{Note: while a @code{Bss} offset is included in the
22576response, @value{GDBN} ignores this and instead applies the @code{Data}
22577offset to the @code{Bss} section.}
c906108c 22578
ee2d5c50
AC
22579Reply:
22580@table @samp
22581@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22582@end table
22583
22584@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
9c16f35a
EZ
22585@cindex thread information, remote request
22586@cindex @code{qP} packet
8e04817f
AC
22587Returns information on @var{threadid}. Where: @var{mode} is a hex
22588encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
22589
22590Reply:
22591@table @samp
22592@item *
22593@end table
22594
8e04817f 22595See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 22596
ee2d5c50 22597@item @code{q}@code{Rcmd,}@var{command} --- remote command
9c16f35a
EZ
22598@cindex execute remote command, remote request
22599@cindex @code{qRcmd} packet
ee2d5c50 22600@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
22601execution. Invalid commands should be reported using the output string.
22602Before the final result packet, the target may also respond with a
ee2d5c50
AC
22603number of intermediate @code{O}@var{output} console output packets.
22604@emph{Implementors should note that providing access to a stubs's
22605interpreter may have security implications}.
22606
22607Reply:
22608@table @samp
22609@item OK
8e04817f 22610A command response with no output.
ee2d5c50 22611@item @var{OUTPUT}
8e04817f 22612A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 22613@item @code{E}@var{NN}
8e04817f 22614Indicate a badly formed request.
ee2d5c50 22615@item @samp{}
8e04817f 22616When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50 22617@end table
9c16f35a 22618z
ee2d5c50 22619@item @code{qSymbol::} --- symbol lookup
9c16f35a
EZ
22620@cindex symbol lookup, remote request
22621@cindex @code{qSymbol} packet
8e04817f
AC
22622Notify the target that @value{GDBN} is prepared to serve symbol lookup
22623requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
22624
22625Reply:
22626@table @samp
22627@item @code{OK}
8e04817f 22628The target does not need to look up any (more) symbols.
ee2d5c50
AC
22629@item @code{qSymbol:}@var{sym_name}
22630The target requests the value of symbol @var{sym_name} (hex encoded).
22631@value{GDBN} may provide the value by using the
22632@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22633@end table
22634
22635@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22636
22637Set the value of @var{sym_name} to @var{sym_value}.
22638
22639@var{sym_name} (hex encoded) is the name of a symbol whose value the
22640target has previously requested.
22641
22642@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
22643@value{GDBN} cannot supply a value for @var{sym_name}, then this field
22644will be empty.
22645
22646Reply:
22647@table @samp
22648@item @code{OK}
8e04817f 22649The target does not need to look up any (more) symbols.
ee2d5c50
AC
22650@item @code{qSymbol:}@var{sym_name}
22651The target requests the value of a new symbol @var{sym_name} (hex
22652encoded). @value{GDBN} will continue to supply the values of symbols
22653(if available), until the target ceases to request them.
22654@end table
eb12ee30 22655
649e03f6 22656@item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
9c16f35a
EZ
22657@cindex read special object, remote request
22658@cindex @code{qPart} packet
649e03f6
RM
22659Read uninterpreted bytes from the target's special data area
22660identified by the keyword @code{object}.
22661Request @var{length} bytes starting at @var{offset} bytes into the data.
22662The content and encoding of @var{annex} is specific to the object;
22663it can supply additional details about what data to access.
22664
22665Here are the specific requests of this form defined so far.
22666All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22667requests use the same reply formats, listed below.
22668
22669@table @asis
22670@item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
721c2651
EZ
22671Access the target's @dfn{auxiliary vector}. @xref{OS Information,
22672auxiliary vector}, and see @ref{Remote configuration,
22673read-aux-vector-packet}. Note @var{annex} must be empty.
649e03f6
RM
22674@end table
22675
22676Reply:
22677@table @asis
22678@item @code{OK}
22679The @var{offset} in the request is at the end of the data.
22680There is no more data to be read.
22681
22682@item @var{XX@dots{}}
22683Hex encoded data bytes read.
22684This may be fewer bytes than the @var{length} in the request.
22685
22686@item @code{E00}
22687The request was malformed, or @var{annex} was invalid.
22688
22689@item @code{E}@var{nn}
22690The offset was invalid, or there was an error encountered reading the data.
22691@var{nn} is a hex-encoded @code{errno} value.
22692
22693@item @code{""} (empty)
22694An empty reply indicates the @var{object} or @var{annex} string was not
22695recognized by the stub.
22696@end table
22697
22698@item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
9c16f35a 22699@cindex write data into object, remote request
649e03f6
RM
22700Write uninterpreted bytes into the target's special data area
22701identified by the keyword @code{object},
22702starting at @var{offset} bytes into the data.
22703@var{data@dots{}} is the hex-encoded data to be written.
22704The content and encoding of @var{annex} is specific to the object;
22705it can supply additional details about what data to access.
22706
22707No requests of this form are presently in use. This specification
22708serves as a placeholder to document the common format that new
22709specific request specifications ought to use.
22710
22711Reply:
22712@table @asis
22713@item @var{nn}
22714@var{nn} (hex encoded) is the number of bytes written.
22715This may be fewer bytes than supplied in the request.
22716
22717@item @code{E00}
22718The request was malformed, or @var{annex} was invalid.
22719
22720@item @code{E}@var{nn}
22721The offset was invalid, or there was an error encountered writing the data.
22722@var{nn} is a hex-encoded @code{errno} value.
22723
22724@item @code{""} (empty)
22725An empty reply indicates the @var{object} or @var{annex} string was not
22726recognized by the stub, or that the object does not support writing.
22727@end table
22728
22729@item @code{qPart}:@var{object}:@var{operation}:@dots{}
22730Requests of this form may be added in the future. When a stub does
22731not recognize the @var{object} keyword, or its support for
22732@var{object} does not recognize the @var{operation} keyword,
22733the stub must respond with an empty packet.
83761cbd
KB
22734
22735@item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
9c16f35a
EZ
22736@cindex get thread-local storage address, remote request
22737@cindex @code{qGetTLSAddr} packet
83761cbd
KB
22738Fetch the address associated with thread local storage specified
22739by @var{thread-id}, @var{offset}, and @var{lm}.
22740
22741@var{thread-id} is the (big endian, hex encoded) thread id associated with the
22742thread for which to fetch the TLS address.
22743
22744@var{offset} is the (big endian, hex encoded) offset associated with the
22745thread local variable. (This offset is obtained from the debug
22746information associated with the variable.)
22747
22748@var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22749the load module associated with the thread local storage. For example,
22750a @sc{gnu}/Linux system will pass the link map address of the shared
22751object associated with the thread local storage under consideration.
22752Other operating environments may choose to represent the load module
22753differently, so the precise meaning of this parameter will vary.
22754
22755Reply:
22756@table @asis
68c71a2e 22757@item @var{XX@dots{}}
83761cbd
KB
22758Hex encoded (big endian) bytes representing the address of the thread
22759local storage requested.
22760
22761@item @code{E}@var{nn} (where @var{nn} are hex digits)
22762An error occurred.
22763
22764@item @code{""} (empty)
22765An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22766@end table
22767
ee2d5c50
AC
22768@end table
22769
22770@node Register Packet Format
22771@section Register Packet Format
eb12ee30 22772
8e04817f 22773The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
22774In the below, some thirty-two bit registers are transferred as
22775sixty-four bits. Those registers should be zero/sign extended (which?)
22776to fill the space allocated. Register bytes are transfered in target
22777byte order. The two nibbles within a register byte are transfered
22778most-significant - least-significant.
eb12ee30 22779
ee2d5c50 22780@table @r
eb12ee30 22781
8e04817f 22782@item MIPS32
ee2d5c50 22783
8e04817f
AC
22784All registers are transfered as thirty-two bit quantities in the order:
2278532 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22786registers; fsr; fir; fp.
eb12ee30 22787
8e04817f 22788@item MIPS64
ee2d5c50 22789
8e04817f
AC
22790All registers are transfered as sixty-four bit quantities (including
22791thirty-two bit registers such as @code{sr}). The ordering is the same
22792as @code{MIPS32}.
eb12ee30 22793
ee2d5c50
AC
22794@end table
22795
22796@node Examples
22797@section Examples
eb12ee30 22798
8e04817f
AC
22799Example sequence of a target being re-started. Notice how the restart
22800does not get any direct output:
eb12ee30 22801
474c8240 22802@smallexample
d2c6833e
AC
22803-> @code{R00}
22804<- @code{+}
8e04817f 22805@emph{target restarts}
d2c6833e 22806-> @code{?}
8e04817f 22807<- @code{+}
d2c6833e
AC
22808<- @code{T001:1234123412341234}
22809-> @code{+}
474c8240 22810@end smallexample
eb12ee30 22811
8e04817f 22812Example sequence of a target being stepped by a single instruction:
eb12ee30 22813
474c8240 22814@smallexample
d2c6833e 22815-> @code{G1445@dots{}}
8e04817f 22816<- @code{+}
d2c6833e
AC
22817-> @code{s}
22818<- @code{+}
22819@emph{time passes}
22820<- @code{T001:1234123412341234}
8e04817f 22821-> @code{+}
d2c6833e 22822-> @code{g}
8e04817f 22823<- @code{+}
d2c6833e
AC
22824<- @code{1455@dots{}}
22825-> @code{+}
474c8240 22826@end smallexample
eb12ee30 22827
0ce1b118
CV
22828@node File-I/O remote protocol extension
22829@section File-I/O remote protocol extension
22830@cindex File-I/O remote protocol extension
22831
22832@menu
22833* File-I/O Overview::
22834* Protocol basics::
1d8b2f28
JB
22835* The F request packet::
22836* The F reply packet::
0ce1b118
CV
22837* Memory transfer::
22838* The Ctrl-C message::
22839* Console I/O::
22840* The isatty call::
22841* The system call::
22842* List of supported calls::
22843* Protocol specific representation of datatypes::
22844* Constants::
22845* File-I/O Examples::
22846@end menu
22847
22848@node File-I/O Overview
22849@subsection File-I/O Overview
22850@cindex file-i/o overview
22851
9c16f35a
EZ
22852The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
22853target to use the host's file system and console I/O when calling various
0ce1b118
CV
22854system calls. System calls on the target system are translated into a
22855remote protocol packet to the host system which then performs the needed
22856actions and returns with an adequate response packet to the target system.
22857This simulates file system operations even on targets that lack file systems.
22858
22859The protocol is defined host- and target-system independent. It uses
9c16f35a 22860its own independent representation of datatypes and values. Both,
0ce1b118
CV
22861@value{GDBN} and the target's @value{GDBN} stub are responsible for
22862translating the system dependent values into the unified protocol values
22863when data is transmitted.
22864
22865The communication is synchronous. A system call is possible only
22866when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
22867packets. While @value{GDBN} handles the request for a system call,
22868the target is stopped to allow deterministic access to the target's
22869memory. Therefore File-I/O is not interuptible by target signals. It
22870is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
22871
22872The target's request to perform a host system call does not finish
22873the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
22874after finishing the system call, the target returns to continuing the
22875previous activity (continue, step). No additional continue or step
22876request from @value{GDBN} is required.
22877
22878@smallexample
f7dc1244 22879(@value{GDBP}) continue
0ce1b118
CV
22880 <- target requests 'system call X'
22881 target is stopped, @value{GDBN} executes system call
22882 -> GDB returns result
22883 ... target continues, GDB returns to wait for the target
22884 <- target hits breakpoint and sends a Txx packet
22885@end smallexample
22886
22887The protocol is only used for files on the host file system and
22888for I/O on the console. Character or block special devices, pipes,
22889named pipes or sockets or any other communication method on the host
22890system are not supported by this protocol.
22891
22892@node Protocol basics
22893@subsection Protocol basics
22894@cindex protocol basics, file-i/o
22895
22896The File-I/O protocol uses the @code{F} packet, as request as well
22897as as reply packet. Since a File-I/O system call can only occur when
b383017d 22898@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
22899File-I/O request is a reply that @value{GDBN} has to expect as a result
22900of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
22901This @code{F} packet contains all information needed to allow @value{GDBN}
22902to call the appropriate host system call:
22903
22904@itemize @bullet
b383017d 22905@item
0ce1b118
CV
22906A unique identifier for the requested system call.
22907
22908@item
22909All parameters to the system call. Pointers are given as addresses
22910in the target memory address space. Pointers to strings are given as
b383017d 22911pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
22912Numerical control values are given in a protocol specific representation.
22913
22914@end itemize
22915
22916At that point @value{GDBN} has to perform the following actions.
22917
22918@itemize @bullet
b383017d 22919@item
0ce1b118
CV
22920If parameter pointer values are given, which point to data needed as input
22921to a system call, @value{GDBN} requests this data from the target with a
22922standard @code{m} packet request. This additional communication has to be
22923expected by the target implementation and is handled as any other @code{m}
22924packet.
22925
22926@item
22927@value{GDBN} translates all value from protocol representation to host
22928representation as needed. Datatypes are coerced into the host types.
22929
22930@item
22931@value{GDBN} calls the system call
22932
22933@item
22934It then coerces datatypes back to protocol representation.
22935
22936@item
22937If pointer parameters in the request packet point to buffer space in which
22938a system call is expected to copy data to, the data is transmitted to the
22939target using a @code{M} or @code{X} packet. This packet has to be expected
22940by the target implementation and is handled as any other @code{M} or @code{X}
22941packet.
22942
22943@end itemize
22944
22945Eventually @value{GDBN} replies with another @code{F} packet which contains all
22946necessary information for the target to continue. This at least contains
22947
22948@itemize @bullet
22949@item
22950Return value.
22951
22952@item
22953@code{errno}, if has been changed by the system call.
22954
22955@item
22956``Ctrl-C'' flag.
22957
22958@end itemize
22959
22960After having done the needed type and value coercion, the target continues
22961the latest continue or step action.
22962
1d8b2f28 22963@node The F request packet
0ce1b118
CV
22964@subsection The @code{F} request packet
22965@cindex file-i/o request packet
22966@cindex @code{F} request packet
22967
22968The @code{F} request packet has the following format:
22969
22970@table @samp
22971
22972@smallexample
22973@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
22974@end smallexample
22975
22976@var{call-id} is the identifier to indicate the host system call to be called.
22977This is just the name of the function.
22978
22979@var{parameter@dots{}} are the parameters to the system call.
22980
b383017d 22981@end table
0ce1b118
CV
22982
22983Parameters are hexadecimal integer values, either the real values in case
22984of scalar datatypes, as pointers to target buffer space in case of compound
22985datatypes and unspecified memory areas or as pointer/length pairs in case
22986of string parameters. These are appended to the call-id, each separated
22987from its predecessor by a comma. All values are transmitted in ASCII
22988string representation, pointer/length pairs separated by a slash.
22989
1d8b2f28 22990@node The F reply packet
0ce1b118
CV
22991@subsection The @code{F} reply packet
22992@cindex file-i/o reply packet
22993@cindex @code{F} reply packet
22994
22995The @code{F} reply packet has the following format:
22996
22997@table @samp
22998
22999@smallexample
23000@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23001@end smallexample
23002
23003@var{retcode} is the return code of the system call as hexadecimal value.
23004
23005@var{errno} is the errno set by the call, in protocol specific representation.
23006This parameter can be omitted if the call was successful.
23007
23008@var{Ctrl-C flag} is only send if the user requested a break. In this
23009case, @var{errno} must be send as well, even if the call was successful.
23010The @var{Ctrl-C flag} itself consists of the character 'C':
23011
23012@smallexample
23013F0,0,C
23014@end smallexample
23015
23016@noindent
23017or, if the call was interupted before the host call has been performed:
23018
23019@smallexample
23020F-1,4,C
23021@end smallexample
23022
23023@noindent
23024assuming 4 is the protocol specific representation of @code{EINTR}.
23025
23026@end table
23027
23028@node Memory transfer
23029@subsection Memory transfer
23030@cindex memory transfer, in file-i/o protocol
23031
23032Structured data which is transferred using a memory read or write as e.g.@:
23033a @code{struct stat} is expected to be in a protocol specific format with
23034all scalar multibyte datatypes being big endian. This should be done by
23035the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23036it transfers memory to the target. Transferred pointers to structured
23037data should point to the already coerced data at any time.
23038
23039@node The Ctrl-C message
23040@subsection The Ctrl-C message
23041@cindex ctrl-c message, in file-i/o protocol
23042
23043A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23044reply packet. In this case the target should behave, as if it had
23045gotten a break message. The meaning for the target is ``system call
23046interupted by @code{SIGINT}''. Consequentially, the target should actually stop
23047(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 23048packet. In this case, it's important for the target to know, in which
0ce1b118
CV
23049state the system call was interrupted. Since this action is by design
23050not an atomic operation, we have to differ between two cases:
23051
23052@itemize @bullet
23053@item
23054The system call hasn't been performed on the host yet.
23055
23056@item
23057The system call on the host has been finished.
23058
23059@end itemize
23060
23061These two states can be distinguished by the target by the value of the
23062returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
23063call hasn't been performed. This is equivalent to the @code{EINTR} handling
23064on POSIX systems. In any other case, the target may presume that the
23065system call has been finished --- successful or not --- and should behave
23066as if the break message arrived right after the system call.
23067
23068@value{GDBN} must behave reliable. If the system call has not been called
23069yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23070@code{errno} in the packet. If the system call on the host has been finished
23071before the user requests a break, the full action must be finshed by
23072@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
23073The @code{F} packet may only be send when either nothing has happened
23074or the full action has been completed.
23075
23076@node Console I/O
23077@subsection Console I/O
23078@cindex console i/o as part of file-i/o
23079
23080By default and if not explicitely closed by the target system, the file
23081descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
23082on the @value{GDBN} console is handled as any other file output operation
23083(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
23084by @value{GDBN} so that after the target read request from file descriptor
230850 all following typing is buffered until either one of the following
23086conditions is met:
23087
23088@itemize @bullet
23089@item
23090The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
23091@code{read}
23092system call is treated as finished.
23093
23094@item
23095The user presses @kbd{Enter}. This is treated as end of input with a trailing
23096line feed.
23097
23098@item
23099The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
23100character, especially no Ctrl-D is appended to the input.
23101
23102@end itemize
23103
23104If the user has typed more characters as fit in the buffer given to
23105the read call, the trailing characters are buffered in @value{GDBN} until
23106either another @code{read(0, @dots{})} is requested by the target or debugging
23107is stopped on users request.
23108
23109@node The isatty call
23110@subsection The isatty(3) call
23111@cindex isatty call, file-i/o protocol
23112
23113A special case in this protocol is the library call @code{isatty} which
9c16f35a 23114is implemented as its own call inside of this protocol. It returns
0ce1b118
CV
231151 to the target if the file descriptor given as parameter is attached
23116to the @value{GDBN} console, 0 otherwise. Implementing through system calls
23117would require implementing @code{ioctl} and would be more complex than
23118needed.
23119
23120@node The system call
23121@subsection The system(3) call
23122@cindex system call, file-i/o protocol
23123
23124The other special case in this protocol is the @code{system} call which
9c16f35a 23125is implemented as its own call, too. @value{GDBN} is taking over the full
0ce1b118
CV
23126task of calling the necessary host calls to perform the @code{system}
23127call. The return value of @code{system} is simplified before it's returned
23128to the target. Basically, the only signal transmitted back is @code{EINTR}
23129in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
23130entirely of the exit status of the called command.
23131
9c16f35a
EZ
23132Due to security concerns, the @code{system} call is by default refused
23133by @value{GDBN}. The user has to allow this call explicitly with the
23134@kbd{set remote system-call-allowed 1} command.
0ce1b118 23135
9c16f35a
EZ
23136@table @code
23137@item set remote system-call-allowed
23138@kindex set remote system-call-allowed
23139Control whether to allow the @code{system} calls in the File I/O
23140protocol for the remote target. The default is zero (disabled).
0ce1b118 23141
9c16f35a 23142@item show remote system-call-allowed
0ce1b118 23143@kindex show remote system-call-allowed
9c16f35a
EZ
23144Show the current setting of system calls for the remote File I/O
23145protocol.
0ce1b118
CV
23146@end table
23147
23148@node List of supported calls
23149@subsection List of supported calls
23150@cindex list of supported file-i/o calls
23151
23152@menu
23153* open::
23154* close::
23155* read::
23156* write::
23157* lseek::
23158* rename::
23159* unlink::
23160* stat/fstat::
23161* gettimeofday::
23162* isatty::
23163* system::
23164@end menu
23165
23166@node open
23167@unnumberedsubsubsec open
23168@cindex open, file-i/o system call
23169
23170@smallexample
23171@exdent Synopsis:
23172int open(const char *pathname, int flags);
23173int open(const char *pathname, int flags, mode_t mode);
23174
b383017d 23175@exdent Request:
0ce1b118
CV
23176Fopen,pathptr/len,flags,mode
23177@end smallexample
23178
23179@noindent
23180@code{flags} is the bitwise or of the following values:
23181
23182@table @code
b383017d 23183@item O_CREAT
0ce1b118
CV
23184If the file does not exist it will be created. The host
23185rules apply as far as file ownership and time stamps
23186are concerned.
23187
b383017d 23188@item O_EXCL
0ce1b118
CV
23189When used with O_CREAT, if the file already exists it is
23190an error and open() fails.
23191
b383017d 23192@item O_TRUNC
0ce1b118
CV
23193If the file already exists and the open mode allows
23194writing (O_RDWR or O_WRONLY is given) it will be
23195truncated to length 0.
23196
b383017d 23197@item O_APPEND
0ce1b118
CV
23198The file is opened in append mode.
23199
b383017d 23200@item O_RDONLY
0ce1b118
CV
23201The file is opened for reading only.
23202
b383017d 23203@item O_WRONLY
0ce1b118
CV
23204The file is opened for writing only.
23205
b383017d 23206@item O_RDWR
0ce1b118
CV
23207The file is opened for reading and writing.
23208
23209@noindent
23210Each other bit is silently ignored.
23211
23212@end table
23213
23214@noindent
23215@code{mode} is the bitwise or of the following values:
23216
23217@table @code
b383017d 23218@item S_IRUSR
0ce1b118
CV
23219User has read permission.
23220
b383017d 23221@item S_IWUSR
0ce1b118
CV
23222User has write permission.
23223
b383017d 23224@item S_IRGRP
0ce1b118
CV
23225Group has read permission.
23226
b383017d 23227@item S_IWGRP
0ce1b118
CV
23228Group has write permission.
23229
b383017d 23230@item S_IROTH
0ce1b118
CV
23231Others have read permission.
23232
b383017d 23233@item S_IWOTH
0ce1b118
CV
23234Others have write permission.
23235
23236@noindent
23237Each other bit is silently ignored.
23238
23239@end table
23240
23241@smallexample
23242@exdent Return value:
23243open returns the new file descriptor or -1 if an error
23244occured.
23245
23246@exdent Errors:
23247@end smallexample
23248
23249@table @code
b383017d 23250@item EEXIST
0ce1b118
CV
23251pathname already exists and O_CREAT and O_EXCL were used.
23252
b383017d 23253@item EISDIR
0ce1b118
CV
23254pathname refers to a directory.
23255
b383017d 23256@item EACCES
0ce1b118
CV
23257The requested access is not allowed.
23258
23259@item ENAMETOOLONG
23260pathname was too long.
23261
b383017d 23262@item ENOENT
0ce1b118
CV
23263A directory component in pathname does not exist.
23264
b383017d 23265@item ENODEV
0ce1b118
CV
23266pathname refers to a device, pipe, named pipe or socket.
23267
b383017d 23268@item EROFS
0ce1b118
CV
23269pathname refers to a file on a read-only filesystem and
23270write access was requested.
23271
b383017d 23272@item EFAULT
0ce1b118
CV
23273pathname is an invalid pointer value.
23274
b383017d 23275@item ENOSPC
0ce1b118
CV
23276No space on device to create the file.
23277
b383017d 23278@item EMFILE
0ce1b118
CV
23279The process already has the maximum number of files open.
23280
b383017d 23281@item ENFILE
0ce1b118
CV
23282The limit on the total number of files open on the system
23283has been reached.
23284
b383017d 23285@item EINTR
0ce1b118
CV
23286The call was interrupted by the user.
23287@end table
23288
23289@node close
23290@unnumberedsubsubsec close
23291@cindex close, file-i/o system call
23292
23293@smallexample
b383017d 23294@exdent Synopsis:
0ce1b118
CV
23295int close(int fd);
23296
b383017d 23297@exdent Request:
0ce1b118
CV
23298Fclose,fd
23299
23300@exdent Return value:
23301close returns zero on success, or -1 if an error occurred.
23302
23303@exdent Errors:
23304@end smallexample
23305
23306@table @code
b383017d 23307@item EBADF
0ce1b118
CV
23308fd isn't a valid open file descriptor.
23309
b383017d 23310@item EINTR
0ce1b118
CV
23311The call was interrupted by the user.
23312@end table
23313
23314@node read
23315@unnumberedsubsubsec read
23316@cindex read, file-i/o system call
23317
23318@smallexample
b383017d 23319@exdent Synopsis:
0ce1b118
CV
23320int read(int fd, void *buf, unsigned int count);
23321
b383017d 23322@exdent Request:
0ce1b118
CV
23323Fread,fd,bufptr,count
23324
23325@exdent Return value:
23326On success, the number of bytes read is returned.
23327Zero indicates end of file. If count is zero, read
b383017d 23328returns zero as well. On error, -1 is returned.
0ce1b118
CV
23329
23330@exdent Errors:
23331@end smallexample
23332
23333@table @code
b383017d 23334@item EBADF
0ce1b118
CV
23335fd is not a valid file descriptor or is not open for
23336reading.
23337
b383017d 23338@item EFAULT
0ce1b118
CV
23339buf is an invalid pointer value.
23340
b383017d 23341@item EINTR
0ce1b118
CV
23342The call was interrupted by the user.
23343@end table
23344
23345@node write
23346@unnumberedsubsubsec write
23347@cindex write, file-i/o system call
23348
23349@smallexample
b383017d 23350@exdent Synopsis:
0ce1b118
CV
23351int write(int fd, const void *buf, unsigned int count);
23352
b383017d 23353@exdent Request:
0ce1b118
CV
23354Fwrite,fd,bufptr,count
23355
23356@exdent Return value:
23357On success, the number of bytes written are returned.
23358Zero indicates nothing was written. On error, -1
23359is returned.
23360
23361@exdent Errors:
23362@end smallexample
23363
23364@table @code
b383017d 23365@item EBADF
0ce1b118
CV
23366fd is not a valid file descriptor or is not open for
23367writing.
23368
b383017d 23369@item EFAULT
0ce1b118
CV
23370buf is an invalid pointer value.
23371
b383017d 23372@item EFBIG
0ce1b118
CV
23373An attempt was made to write a file that exceeds the
23374host specific maximum file size allowed.
23375
b383017d 23376@item ENOSPC
0ce1b118
CV
23377No space on device to write the data.
23378
b383017d 23379@item EINTR
0ce1b118
CV
23380The call was interrupted by the user.
23381@end table
23382
23383@node lseek
23384@unnumberedsubsubsec lseek
23385@cindex lseek, file-i/o system call
23386
23387@smallexample
b383017d 23388@exdent Synopsis:
0ce1b118
CV
23389long lseek (int fd, long offset, int flag);
23390
b383017d 23391@exdent Request:
0ce1b118
CV
23392Flseek,fd,offset,flag
23393@end smallexample
23394
23395@code{flag} is one of:
23396
23397@table @code
b383017d 23398@item SEEK_SET
0ce1b118
CV
23399The offset is set to offset bytes.
23400
b383017d 23401@item SEEK_CUR
0ce1b118
CV
23402The offset is set to its current location plus offset
23403bytes.
23404
b383017d 23405@item SEEK_END
0ce1b118
CV
23406The offset is set to the size of the file plus offset
23407bytes.
23408@end table
23409
23410@smallexample
23411@exdent Return value:
23412On success, the resulting unsigned offset in bytes from
23413the beginning of the file is returned. Otherwise, a
23414value of -1 is returned.
23415
23416@exdent Errors:
23417@end smallexample
23418
23419@table @code
b383017d 23420@item EBADF
0ce1b118
CV
23421fd is not a valid open file descriptor.
23422
b383017d 23423@item ESPIPE
0ce1b118
CV
23424fd is associated with the @value{GDBN} console.
23425
b383017d 23426@item EINVAL
0ce1b118
CV
23427flag is not a proper value.
23428
b383017d 23429@item EINTR
0ce1b118
CV
23430The call was interrupted by the user.
23431@end table
23432
23433@node rename
23434@unnumberedsubsubsec rename
23435@cindex rename, file-i/o system call
23436
23437@smallexample
b383017d 23438@exdent Synopsis:
0ce1b118
CV
23439int rename(const char *oldpath, const char *newpath);
23440
b383017d 23441@exdent Request:
0ce1b118
CV
23442Frename,oldpathptr/len,newpathptr/len
23443
23444@exdent Return value:
23445On success, zero is returned. On error, -1 is returned.
23446
23447@exdent Errors:
23448@end smallexample
23449
23450@table @code
b383017d 23451@item EISDIR
0ce1b118
CV
23452newpath is an existing directory, but oldpath is not a
23453directory.
23454
b383017d 23455@item EEXIST
0ce1b118
CV
23456newpath is a non-empty directory.
23457
b383017d 23458@item EBUSY
0ce1b118
CV
23459oldpath or newpath is a directory that is in use by some
23460process.
23461
b383017d 23462@item EINVAL
0ce1b118
CV
23463An attempt was made to make a directory a subdirectory
23464of itself.
23465
b383017d 23466@item ENOTDIR
0ce1b118
CV
23467A component used as a directory in oldpath or new
23468path is not a directory. Or oldpath is a directory
23469and newpath exists but is not a directory.
23470
b383017d 23471@item EFAULT
0ce1b118
CV
23472oldpathptr or newpathptr are invalid pointer values.
23473
b383017d 23474@item EACCES
0ce1b118
CV
23475No access to the file or the path of the file.
23476
23477@item ENAMETOOLONG
b383017d 23478
0ce1b118
CV
23479oldpath or newpath was too long.
23480
b383017d 23481@item ENOENT
0ce1b118
CV
23482A directory component in oldpath or newpath does not exist.
23483
b383017d 23484@item EROFS
0ce1b118
CV
23485The file is on a read-only filesystem.
23486
b383017d 23487@item ENOSPC
0ce1b118
CV
23488The device containing the file has no room for the new
23489directory entry.
23490
b383017d 23491@item EINTR
0ce1b118
CV
23492The call was interrupted by the user.
23493@end table
23494
23495@node unlink
23496@unnumberedsubsubsec unlink
23497@cindex unlink, file-i/o system call
23498
23499@smallexample
b383017d 23500@exdent Synopsis:
0ce1b118
CV
23501int unlink(const char *pathname);
23502
b383017d 23503@exdent Request:
0ce1b118
CV
23504Funlink,pathnameptr/len
23505
23506@exdent Return value:
23507On success, zero is returned. On error, -1 is returned.
23508
23509@exdent Errors:
23510@end smallexample
23511
23512@table @code
b383017d 23513@item EACCES
0ce1b118
CV
23514No access to the file or the path of the file.
23515
b383017d 23516@item EPERM
0ce1b118
CV
23517The system does not allow unlinking of directories.
23518
b383017d 23519@item EBUSY
0ce1b118
CV
23520The file pathname cannot be unlinked because it's
23521being used by another process.
23522
b383017d 23523@item EFAULT
0ce1b118
CV
23524pathnameptr is an invalid pointer value.
23525
23526@item ENAMETOOLONG
23527pathname was too long.
23528
b383017d 23529@item ENOENT
0ce1b118
CV
23530A directory component in pathname does not exist.
23531
b383017d 23532@item ENOTDIR
0ce1b118
CV
23533A component of the path is not a directory.
23534
b383017d 23535@item EROFS
0ce1b118
CV
23536The file is on a read-only filesystem.
23537
b383017d 23538@item EINTR
0ce1b118
CV
23539The call was interrupted by the user.
23540@end table
23541
23542@node stat/fstat
23543@unnumberedsubsubsec stat/fstat
23544@cindex fstat, file-i/o system call
23545@cindex stat, file-i/o system call
23546
23547@smallexample
b383017d 23548@exdent Synopsis:
0ce1b118
CV
23549int stat(const char *pathname, struct stat *buf);
23550int fstat(int fd, struct stat *buf);
23551
b383017d 23552@exdent Request:
0ce1b118
CV
23553Fstat,pathnameptr/len,bufptr
23554Ffstat,fd,bufptr
23555
23556@exdent Return value:
23557On success, zero is returned. On error, -1 is returned.
23558
23559@exdent Errors:
23560@end smallexample
23561
23562@table @code
b383017d 23563@item EBADF
0ce1b118
CV
23564fd is not a valid open file.
23565
b383017d 23566@item ENOENT
0ce1b118
CV
23567A directory component in pathname does not exist or the
23568path is an empty string.
23569
b383017d 23570@item ENOTDIR
0ce1b118
CV
23571A component of the path is not a directory.
23572
b383017d 23573@item EFAULT
0ce1b118
CV
23574pathnameptr is an invalid pointer value.
23575
b383017d 23576@item EACCES
0ce1b118
CV
23577No access to the file or the path of the file.
23578
23579@item ENAMETOOLONG
23580pathname was too long.
23581
b383017d 23582@item EINTR
0ce1b118
CV
23583The call was interrupted by the user.
23584@end table
23585
23586@node gettimeofday
23587@unnumberedsubsubsec gettimeofday
23588@cindex gettimeofday, file-i/o system call
23589
23590@smallexample
b383017d 23591@exdent Synopsis:
0ce1b118
CV
23592int gettimeofday(struct timeval *tv, void *tz);
23593
b383017d 23594@exdent Request:
0ce1b118
CV
23595Fgettimeofday,tvptr,tzptr
23596
23597@exdent Return value:
23598On success, 0 is returned, -1 otherwise.
23599
23600@exdent Errors:
23601@end smallexample
23602
23603@table @code
b383017d 23604@item EINVAL
0ce1b118
CV
23605tz is a non-NULL pointer.
23606
b383017d 23607@item EFAULT
0ce1b118
CV
23608tvptr and/or tzptr is an invalid pointer value.
23609@end table
23610
23611@node isatty
23612@unnumberedsubsubsec isatty
23613@cindex isatty, file-i/o system call
23614
23615@smallexample
b383017d 23616@exdent Synopsis:
0ce1b118
CV
23617int isatty(int fd);
23618
b383017d 23619@exdent Request:
0ce1b118
CV
23620Fisatty,fd
23621
23622@exdent Return value:
23623Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23624
23625@exdent Errors:
23626@end smallexample
23627
23628@table @code
b383017d 23629@item EINTR
0ce1b118
CV
23630The call was interrupted by the user.
23631@end table
23632
23633@node system
23634@unnumberedsubsubsec system
23635@cindex system, file-i/o system call
23636
23637@smallexample
b383017d 23638@exdent Synopsis:
0ce1b118
CV
23639int system(const char *command);
23640
b383017d 23641@exdent Request:
0ce1b118
CV
23642Fsystem,commandptr/len
23643
23644@exdent Return value:
23645The value returned is -1 on error and the return status
23646of the command otherwise. Only the exit status of the
23647command is returned, which is extracted from the hosts
23648system return value by calling WEXITSTATUS(retval).
23649In case /bin/sh could not be executed, 127 is returned.
23650
23651@exdent Errors:
23652@end smallexample
23653
23654@table @code
b383017d 23655@item EINTR
0ce1b118
CV
23656The call was interrupted by the user.
23657@end table
23658
23659@node Protocol specific representation of datatypes
23660@subsection Protocol specific representation of datatypes
23661@cindex protocol specific representation of datatypes, in file-i/o protocol
23662
23663@menu
23664* Integral datatypes::
23665* Pointer values::
23666* struct stat::
23667* struct timeval::
23668@end menu
23669
23670@node Integral datatypes
23671@unnumberedsubsubsec Integral datatypes
23672@cindex integral datatypes, in file-i/o protocol
23673
23674The integral datatypes used in the system calls are
23675
23676@smallexample
23677int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23678@end smallexample
23679
23680@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23681implemented as 32 bit values in this protocol.
23682
b383017d
RM
23683@code{Long} and @code{unsigned long} are implemented as 64 bit types.
23684
0ce1b118
CV
23685@xref{Limits}, for corresponding MIN and MAX values (similar to those
23686in @file{limits.h}) to allow range checking on host and target.
23687
23688@code{time_t} datatypes are defined as seconds since the Epoch.
23689
23690All integral datatypes transferred as part of a memory read or write of a
23691structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23692byte order.
23693
23694@node Pointer values
23695@unnumberedsubsubsec Pointer values
23696@cindex pointer values, in file-i/o protocol
23697
23698Pointers to target data are transmitted as they are. An exception
23699is made for pointers to buffers for which the length isn't
23700transmitted as part of the function call, namely strings. Strings
23701are transmitted as a pointer/length pair, both as hex values, e.g.@:
23702
23703@smallexample
23704@code{1aaf/12}
23705@end smallexample
23706
23707@noindent
23708which is a pointer to data of length 18 bytes at position 0x1aaf.
23709The length is defined as the full string length in bytes, including
23710the trailing null byte. Example:
23711
23712@smallexample
23713``hello, world'' at address 0x123456
23714@end smallexample
23715
23716@noindent
23717is transmitted as
23718
23719@smallexample
23720@code{123456/d}
23721@end smallexample
23722
23723@node struct stat
23724@unnumberedsubsubsec struct stat
23725@cindex struct stat, in file-i/o protocol
23726
23727The buffer of type struct stat used by the target and @value{GDBN} is defined
23728as follows:
23729
23730@smallexample
23731struct stat @{
23732 unsigned int st_dev; /* device */
23733 unsigned int st_ino; /* inode */
23734 mode_t st_mode; /* protection */
23735 unsigned int st_nlink; /* number of hard links */
23736 unsigned int st_uid; /* user ID of owner */
23737 unsigned int st_gid; /* group ID of owner */
23738 unsigned int st_rdev; /* device type (if inode device) */
23739 unsigned long st_size; /* total size, in bytes */
23740 unsigned long st_blksize; /* blocksize for filesystem I/O */
23741 unsigned long st_blocks; /* number of blocks allocated */
23742 time_t st_atime; /* time of last access */
23743 time_t st_mtime; /* time of last modification */
23744 time_t st_ctime; /* time of last change */
23745@};
23746@end smallexample
23747
23748The integral datatypes are conforming to the definitions given in the
23749approriate section (see @ref{Integral datatypes}, for details) so this
23750structure is of size 64 bytes.
23751
23752The values of several fields have a restricted meaning and/or
23753range of values.
23754
23755@smallexample
23756st_dev: 0 file
23757 1 console
23758
23759st_ino: No valid meaning for the target. Transmitted unchanged.
23760
23761st_mode: Valid mode bits are described in Appendix C. Any other
23762 bits have currently no meaning for the target.
23763
23764st_uid: No valid meaning for the target. Transmitted unchanged.
23765
23766st_gid: No valid meaning for the target. Transmitted unchanged.
23767
23768st_rdev: No valid meaning for the target. Transmitted unchanged.
23769
23770st_atime, st_mtime, st_ctime:
23771 These values have a host and file system dependent
23772 accuracy. Especially on Windows hosts the file systems
23773 don't support exact timing values.
23774@end smallexample
23775
23776The target gets a struct stat of the above representation and is
23777responsible to coerce it to the target representation before
23778continuing.
23779
23780Note that due to size differences between the host and target
23781representation of stat members, these members could eventually
23782get truncated on the target.
23783
23784@node struct timeval
23785@unnumberedsubsubsec struct timeval
23786@cindex struct timeval, in file-i/o protocol
23787
23788The buffer of type struct timeval used by the target and @value{GDBN}
23789is defined as follows:
23790
23791@smallexample
b383017d 23792struct timeval @{
0ce1b118
CV
23793 time_t tv_sec; /* second */
23794 long tv_usec; /* microsecond */
23795@};
23796@end smallexample
23797
23798The integral datatypes are conforming to the definitions given in the
23799approriate section (see @ref{Integral datatypes}, for details) so this
23800structure is of size 8 bytes.
23801
23802@node Constants
23803@subsection Constants
23804@cindex constants, in file-i/o protocol
23805
23806The following values are used for the constants inside of the
23807protocol. @value{GDBN} and target are resposible to translate these
23808values before and after the call as needed.
23809
23810@menu
23811* Open flags::
23812* mode_t values::
23813* Errno values::
23814* Lseek flags::
23815* Limits::
23816@end menu
23817
23818@node Open flags
23819@unnumberedsubsubsec Open flags
23820@cindex open flags, in file-i/o protocol
23821
23822All values are given in hexadecimal representation.
23823
23824@smallexample
23825 O_RDONLY 0x0
23826 O_WRONLY 0x1
23827 O_RDWR 0x2
23828 O_APPEND 0x8
23829 O_CREAT 0x200
23830 O_TRUNC 0x400
23831 O_EXCL 0x800
23832@end smallexample
23833
23834@node mode_t values
23835@unnumberedsubsubsec mode_t values
23836@cindex mode_t values, in file-i/o protocol
23837
23838All values are given in octal representation.
23839
23840@smallexample
23841 S_IFREG 0100000
23842 S_IFDIR 040000
23843 S_IRUSR 0400
23844 S_IWUSR 0200
23845 S_IXUSR 0100
23846 S_IRGRP 040
23847 S_IWGRP 020
23848 S_IXGRP 010
23849 S_IROTH 04
23850 S_IWOTH 02
23851 S_IXOTH 01
23852@end smallexample
23853
23854@node Errno values
23855@unnumberedsubsubsec Errno values
23856@cindex errno values, in file-i/o protocol
23857
23858All values are given in decimal representation.
23859
23860@smallexample
23861 EPERM 1
23862 ENOENT 2
23863 EINTR 4
23864 EBADF 9
23865 EACCES 13
23866 EFAULT 14
23867 EBUSY 16
23868 EEXIST 17
23869 ENODEV 19
23870 ENOTDIR 20
23871 EISDIR 21
23872 EINVAL 22
23873 ENFILE 23
23874 EMFILE 24
23875 EFBIG 27
23876 ENOSPC 28
23877 ESPIPE 29
23878 EROFS 30
23879 ENAMETOOLONG 91
23880 EUNKNOWN 9999
23881@end smallexample
23882
23883 EUNKNOWN is used as a fallback error value if a host system returns
23884 any error value not in the list of supported error numbers.
23885
23886@node Lseek flags
23887@unnumberedsubsubsec Lseek flags
23888@cindex lseek flags, in file-i/o protocol
23889
23890@smallexample
23891 SEEK_SET 0
23892 SEEK_CUR 1
23893 SEEK_END 2
23894@end smallexample
23895
23896@node Limits
23897@unnumberedsubsubsec Limits
23898@cindex limits, in file-i/o protocol
23899
23900All values are given in decimal representation.
23901
23902@smallexample
23903 INT_MIN -2147483648
23904 INT_MAX 2147483647
23905 UINT_MAX 4294967295
23906 LONG_MIN -9223372036854775808
23907 LONG_MAX 9223372036854775807
23908 ULONG_MAX 18446744073709551615
23909@end smallexample
23910
23911@node File-I/O Examples
23912@subsection File-I/O Examples
23913@cindex file-i/o examples
23914
23915Example sequence of a write call, file descriptor 3, buffer is at target
23916address 0x1234, 6 bytes should be written:
23917
23918@smallexample
23919<- @code{Fwrite,3,1234,6}
23920@emph{request memory read from target}
23921-> @code{m1234,6}
23922<- XXXXXX
23923@emph{return "6 bytes written"}
23924-> @code{F6}
23925@end smallexample
23926
23927Example sequence of a read call, file descriptor 3, buffer is at target
23928address 0x1234, 6 bytes should be read:
23929
23930@smallexample
23931<- @code{Fread,3,1234,6}
23932@emph{request memory write to target}
23933-> @code{X1234,6:XXXXXX}
23934@emph{return "6 bytes read"}
23935-> @code{F6}
23936@end smallexample
23937
23938Example sequence of a read call, call fails on the host due to invalid
23939file descriptor (EBADF):
23940
23941@smallexample
23942<- @code{Fread,3,1234,6}
23943-> @code{F-1,9}
23944@end smallexample
23945
23946Example sequence of a read call, user presses Ctrl-C before syscall on
23947host is called:
23948
23949@smallexample
23950<- @code{Fread,3,1234,6}
23951-> @code{F-1,4,C}
23952<- @code{T02}
23953@end smallexample
23954
23955Example sequence of a read call, user presses Ctrl-C after syscall on
23956host is called:
23957
23958@smallexample
23959<- @code{Fread,3,1234,6}
23960-> @code{X1234,6:XXXXXX}
23961<- @code{T02}
23962@end smallexample
23963
f418dd93
DJ
23964@include agentexpr.texi
23965
aab4e0ec 23966@include gpl.texi
eb12ee30 23967
2154891a 23968@raisesections
6826cf00 23969@include fdl.texi
2154891a 23970@lowersections
6826cf00 23971
6d2ebf8b 23972@node Index
c906108c
SS
23973@unnumbered Index
23974
23975@printindex cp
23976
23977@tex
23978% I think something like @colophon should be in texinfo. In the
23979% meantime:
23980\long\def\colophon{\hbox to0pt{}\vfill
23981\centerline{The body of this manual is set in}
23982\centerline{\fontname\tenrm,}
23983\centerline{with headings in {\bf\fontname\tenbf}}
23984\centerline{and examples in {\tt\fontname\tentt}.}
23985\centerline{{\it\fontname\tenit\/},}
23986\centerline{{\bf\fontname\tenbf}, and}
23987\centerline{{\sl\fontname\tensl\/}}
23988\centerline{are used for emphasis.}\vfill}
23989\page\colophon
23990% Blame: doc@cygnus.com, 1991.
23991@end tex
23992
c906108c 23993@bye
This page took 1.821378 seconds and 4 git commands to generate.