This is a cleanup change. It is the beggining of allowing GDB/MI to be
[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
ffed4509
AC
474Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
475Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
476
e2e0bcd1
JB
477Jim Blandy added support for preprocessor macros, while working for Red
478Hat.
c906108c 479
6d2ebf8b 480@node Sample Session
c906108c
SS
481@chapter A Sample @value{GDBN} Session
482
483You can use this manual at your leisure to read all about @value{GDBN}.
484However, a handful of commands are enough to get started using the
485debugger. This chapter illustrates those commands.
486
487@iftex
488In this sample session, we emphasize user input like this: @b{input},
489to make it easier to pick out from the surrounding output.
490@end iftex
491
492@c FIXME: this example may not be appropriate for some configs, where
493@c FIXME...primary interest is in remote use.
494
495One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
496processor) exhibits the following bug: sometimes, when we change its
497quote strings from the default, the commands used to capture one macro
498definition within another stop working. In the following short @code{m4}
499session, we define a macro @code{foo} which expands to @code{0000}; we
500then use the @code{m4} built-in @code{defn} to define @code{bar} as the
501same thing. However, when we change the open quote string to
502@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
503procedure fails to define a new synonym @code{baz}:
504
505@smallexample
506$ @b{cd gnu/m4}
507$ @b{./m4}
508@b{define(foo,0000)}
509
510@b{foo}
5110000
512@b{define(bar,defn(`foo'))}
513
514@b{bar}
5150000
516@b{changequote(<QUOTE>,<UNQUOTE>)}
517
518@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
519@b{baz}
520@b{C-d}
521m4: End of input: 0: fatal error: EOF in string
522@end smallexample
523
524@noindent
525Let us use @value{GDBN} to try to see what is going on.
526
c906108c
SS
527@smallexample
528$ @b{@value{GDBP} m4}
529@c FIXME: this falsifies the exact text played out, to permit smallbook
530@c FIXME... format to come out better.
531@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 532 of it under certain conditions; type "show copying" to see
c906108c 533 the conditions.
5d161b24 534There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
535 for details.
536
537@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
538(@value{GDBP})
539@end smallexample
c906108c
SS
540
541@noindent
542@value{GDBN} reads only enough symbol data to know where to find the
543rest when needed; as a result, the first prompt comes up very quickly.
544We now tell @value{GDBN} to use a narrower display width than usual, so
545that examples fit in this manual.
546
547@smallexample
548(@value{GDBP}) @b{set width 70}
549@end smallexample
550
551@noindent
552We need to see how the @code{m4} built-in @code{changequote} works.
553Having looked at the source, we know the relevant subroutine is
554@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
555@code{break} command.
556
557@smallexample
558(@value{GDBP}) @b{break m4_changequote}
559Breakpoint 1 at 0x62f4: file builtin.c, line 879.
560@end smallexample
561
562@noindent
563Using the @code{run} command, we start @code{m4} running under @value{GDBN}
564control; as long as control does not reach the @code{m4_changequote}
565subroutine, the program runs as usual:
566
567@smallexample
568(@value{GDBP}) @b{run}
569Starting program: /work/Editorial/gdb/gnu/m4/m4
570@b{define(foo,0000)}
571
572@b{foo}
5730000
574@end smallexample
575
576@noindent
577To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
578suspends execution of @code{m4}, displaying information about the
579context where it stops.
580
581@smallexample
582@b{changequote(<QUOTE>,<UNQUOTE>)}
583
5d161b24 584Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
585 at builtin.c:879
586879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
587@end smallexample
588
589@noindent
590Now we use the command @code{n} (@code{next}) to advance execution to
591the next line of the current function.
592
593@smallexample
594(@value{GDBP}) @b{n}
595882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
596 : nil,
597@end smallexample
598
599@noindent
600@code{set_quotes} looks like a promising subroutine. We can go into it
601by using the command @code{s} (@code{step}) instead of @code{next}.
602@code{step} goes to the next line to be executed in @emph{any}
603subroutine, so it steps into @code{set_quotes}.
604
605@smallexample
606(@value{GDBP}) @b{s}
607set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
608 at input.c:530
609530 if (lquote != def_lquote)
610@end smallexample
611
612@noindent
613The display that shows the subroutine where @code{m4} is now
614suspended (and its arguments) is called a stack frame display. It
615shows a summary of the stack. We can use the @code{backtrace}
616command (which can also be spelled @code{bt}), to see where we are
617in the stack as a whole: the @code{backtrace} command displays a
618stack frame for each active subroutine.
619
620@smallexample
621(@value{GDBP}) @b{bt}
622#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
623 at input.c:530
5d161b24 624#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
625 at builtin.c:882
626#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
627#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
628 at macro.c:71
629#4 0x79dc in expand_input () at macro.c:40
630#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
631@end smallexample
632
633@noindent
634We step through a few more lines to see what happens. The first two
635times, we can use @samp{s}; the next two times we use @code{n} to avoid
636falling into the @code{xstrdup} subroutine.
637
638@smallexample
639(@value{GDBP}) @b{s}
6400x3b5c 532 if (rquote != def_rquote)
641(@value{GDBP}) @b{s}
6420x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
643def_lquote : xstrdup(lq);
644(@value{GDBP}) @b{n}
645536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
646 : xstrdup(rq);
647(@value{GDBP}) @b{n}
648538 len_lquote = strlen(rquote);
649@end smallexample
650
651@noindent
652The last line displayed looks a little odd; we can examine the variables
653@code{lquote} and @code{rquote} to see if they are in fact the new left
654and right quotes we specified. We use the command @code{p}
655(@code{print}) to see their values.
656
657@smallexample
658(@value{GDBP}) @b{p lquote}
659$1 = 0x35d40 "<QUOTE>"
660(@value{GDBP}) @b{p rquote}
661$2 = 0x35d50 "<UNQUOTE>"
662@end smallexample
663
664@noindent
665@code{lquote} and @code{rquote} are indeed the new left and right quotes.
666To look at some context, we can display ten lines of source
667surrounding the current line with the @code{l} (@code{list}) command.
668
669@smallexample
670(@value{GDBP}) @b{l}
671533 xfree(rquote);
672534
673535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
674 : xstrdup (lq);
675536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
676 : xstrdup (rq);
677537
678538 len_lquote = strlen(rquote);
679539 len_rquote = strlen(lquote);
680540 @}
681541
682542 void
683@end smallexample
684
685@noindent
686Let us step past the two lines that set @code{len_lquote} and
687@code{len_rquote}, and then examine the values of those variables.
688
689@smallexample
690(@value{GDBP}) @b{n}
691539 len_rquote = strlen(lquote);
692(@value{GDBP}) @b{n}
693540 @}
694(@value{GDBP}) @b{p len_lquote}
695$3 = 9
696(@value{GDBP}) @b{p len_rquote}
697$4 = 7
698@end smallexample
699
700@noindent
701That certainly looks wrong, assuming @code{len_lquote} and
702@code{len_rquote} are meant to be the lengths of @code{lquote} and
703@code{rquote} respectively. We can set them to better values using
704the @code{p} command, since it can print the value of
705any expression---and that expression can include subroutine calls and
706assignments.
707
708@smallexample
709(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
710$5 = 7
711(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
712$6 = 9
713@end smallexample
714
715@noindent
716Is that enough to fix the problem of using the new quotes with the
717@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
718executing with the @code{c} (@code{continue}) command, and then try the
719example that caused trouble initially:
720
721@smallexample
722(@value{GDBP}) @b{c}
723Continuing.
724
725@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
726
727baz
7280000
729@end smallexample
730
731@noindent
732Success! The new quotes now work just as well as the default ones. The
733problem seems to have been just the two typos defining the wrong
734lengths. We allow @code{m4} exit by giving it an EOF as input:
735
736@smallexample
737@b{C-d}
738Program exited normally.
739@end smallexample
740
741@noindent
742The message @samp{Program exited normally.} is from @value{GDBN}; it
743indicates @code{m4} has finished executing. We can end our @value{GDBN}
744session with the @value{GDBN} @code{quit} command.
745
746@smallexample
747(@value{GDBP}) @b{quit}
748@end smallexample
c906108c 749
6d2ebf8b 750@node Invocation
c906108c
SS
751@chapter Getting In and Out of @value{GDBN}
752
753This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 754The essentials are:
c906108c 755@itemize @bullet
5d161b24 756@item
53a5351d 757type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 758@item
c906108c
SS
759type @kbd{quit} or @kbd{C-d} to exit.
760@end itemize
761
762@menu
763* Invoking GDB:: How to start @value{GDBN}
764* Quitting GDB:: How to quit @value{GDBN}
765* Shell Commands:: How to use shell commands inside @value{GDBN}
0fac0b41 766* Logging output:: How to log @value{GDBN}'s output to a file
c906108c
SS
767@end menu
768
6d2ebf8b 769@node Invoking GDB
c906108c
SS
770@section Invoking @value{GDBN}
771
c906108c
SS
772Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
773@value{GDBN} reads commands from the terminal until you tell it to exit.
774
775You can also run @code{@value{GDBP}} with a variety of arguments and options,
776to specify more of your debugging environment at the outset.
777
c906108c
SS
778The command-line options described here are designed
779to cover a variety of situations; in some environments, some of these
5d161b24 780options may effectively be unavailable.
c906108c
SS
781
782The most usual way to start @value{GDBN} is with one argument,
783specifying an executable program:
784
474c8240 785@smallexample
c906108c 786@value{GDBP} @var{program}
474c8240 787@end smallexample
c906108c 788
c906108c
SS
789@noindent
790You can also start with both an executable program and a core file
791specified:
792
474c8240 793@smallexample
c906108c 794@value{GDBP} @var{program} @var{core}
474c8240 795@end smallexample
c906108c
SS
796
797You can, instead, specify a process ID as a second argument, if you want
798to debug a running process:
799
474c8240 800@smallexample
c906108c 801@value{GDBP} @var{program} 1234
474c8240 802@end smallexample
c906108c
SS
803
804@noindent
805would attach @value{GDBN} to process @code{1234} (unless you also have a file
806named @file{1234}; @value{GDBN} does check for a core file first).
807
c906108c 808Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
809complete operating system; when you use @value{GDBN} as a remote
810debugger attached to a bare board, there may not be any notion of
811``process'', and there is often no way to get a core dump. @value{GDBN}
812will warn you if it is unable to attach or to read core dumps.
c906108c 813
aa26fa3a
TT
814You can optionally have @code{@value{GDBP}} pass any arguments after the
815executable file to the inferior using @code{--args}. This option stops
816option processing.
474c8240 817@smallexample
aa26fa3a 818gdb --args gcc -O2 -c foo.c
474c8240 819@end smallexample
aa26fa3a
TT
820This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
821@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
822
96a2c332 823You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
824@value{GDBN}'s non-warranty, by specifying @code{-silent}:
825
826@smallexample
827@value{GDBP} -silent
828@end smallexample
829
830@noindent
831You can further control how @value{GDBN} starts up by using command-line
832options. @value{GDBN} itself can remind you of the options available.
833
834@noindent
835Type
836
474c8240 837@smallexample
c906108c 838@value{GDBP} -help
474c8240 839@end smallexample
c906108c
SS
840
841@noindent
842to display all available options and briefly describe their use
843(@samp{@value{GDBP} -h} is a shorter equivalent).
844
845All options and command line arguments you give are processed
846in sequential order. The order makes a difference when the
847@samp{-x} option is used.
848
849
850@menu
c906108c
SS
851* File Options:: Choosing files
852* Mode Options:: Choosing modes
6fc08d32 853* Startup:: What @value{GDBN} does during startup
c906108c
SS
854@end menu
855
6d2ebf8b 856@node File Options
c906108c
SS
857@subsection Choosing files
858
2df3850c 859When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
860specifying an executable file and core file (or process ID). This is
861the same as if the arguments were specified by the @samp{-se} and
19837790
MS
862@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
863first argument that does not have an associated option flag as
864equivalent to the @samp{-se} option followed by that argument; and the
865second argument that does not have an associated option flag, if any, as
866equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
867If the second argument begins with a decimal digit, @value{GDBN} will
868first attempt to attach to it as a process, and if that fails, attempt
869to open it as a corefile. If you have a corefile whose name begins with
b383017d 870a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 871prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
872
873If @value{GDBN} has not been configured to included core file support,
874such as for most embedded targets, then it will complain about a second
875argument and ignore it.
c906108c
SS
876
877Many options have both long and short forms; both are shown in the
878following list. @value{GDBN} also recognizes the long forms if you truncate
879them, so long as enough of the option is present to be unambiguous.
880(If you prefer, you can flag option arguments with @samp{--} rather
881than @samp{-}, though we illustrate the more usual convention.)
882
d700128c
EZ
883@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
884@c way, both those who look for -foo and --foo in the index, will find
885@c it.
886
c906108c
SS
887@table @code
888@item -symbols @var{file}
889@itemx -s @var{file}
d700128c
EZ
890@cindex @code{--symbols}
891@cindex @code{-s}
c906108c
SS
892Read symbol table from file @var{file}.
893
894@item -exec @var{file}
895@itemx -e @var{file}
d700128c
EZ
896@cindex @code{--exec}
897@cindex @code{-e}
7a292a7a
SS
898Use file @var{file} as the executable file to execute when appropriate,
899and for examining pure data in conjunction with a core dump.
c906108c
SS
900
901@item -se @var{file}
d700128c 902@cindex @code{--se}
c906108c
SS
903Read symbol table from file @var{file} and use it as the executable
904file.
905
c906108c
SS
906@item -core @var{file}
907@itemx -c @var{file}
d700128c
EZ
908@cindex @code{--core}
909@cindex @code{-c}
b383017d 910Use file @var{file} as a core dump to examine.
c906108c
SS
911
912@item -c @var{number}
19837790
MS
913@item -pid @var{number}
914@itemx -p @var{number}
915@cindex @code{--pid}
916@cindex @code{-p}
917Connect to process ID @var{number}, as with the @code{attach} command.
918If there is no such process, @value{GDBN} will attempt to open a core
919file named @var{number}.
c906108c
SS
920
921@item -command @var{file}
922@itemx -x @var{file}
d700128c
EZ
923@cindex @code{--command}
924@cindex @code{-x}
c906108c
SS
925Execute @value{GDBN} commands from file @var{file}. @xref{Command
926Files,, Command files}.
927
928@item -directory @var{directory}
929@itemx -d @var{directory}
d700128c
EZ
930@cindex @code{--directory}
931@cindex @code{-d}
c906108c
SS
932Add @var{directory} to the path to search for source files.
933
c906108c
SS
934@item -m
935@itemx -mapped
d700128c
EZ
936@cindex @code{--mapped}
937@cindex @code{-m}
c906108c
SS
938@emph{Warning: this option depends on operating system facilities that are not
939supported on all systems.}@*
940If memory-mapped files are available on your system through the @code{mmap}
5d161b24 941system call, you can use this option
c906108c
SS
942to have @value{GDBN} write the symbols from your
943program into a reusable file in the current directory. If the program you are debugging is
96a2c332 944called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
945Future @value{GDBN} debugging sessions notice the presence of this file,
946and can quickly map in symbol information from it, rather than reading
947the symbol table from the executable program.
948
949The @file{.syms} file is specific to the host machine where @value{GDBN}
950is run. It holds an exact image of the internal @value{GDBN} symbol
951table. It cannot be shared across multiple host platforms.
c906108c 952
c906108c
SS
953@item -r
954@itemx -readnow
d700128c
EZ
955@cindex @code{--readnow}
956@cindex @code{-r}
c906108c
SS
957Read each symbol file's entire symbol table immediately, rather than
958the default, which is to read it incrementally as it is needed.
959This makes startup slower, but makes future operations faster.
53a5351d 960
c906108c
SS
961@end table
962
2df3850c 963You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 964order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
965information. (@xref{Files,,Commands to specify files}, for information
966on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
967but build a @file{.syms} file for future use is:
c906108c 968
474c8240 969@smallexample
2df3850c 970gdb -batch -nx -mapped -readnow programname
474c8240 971@end smallexample
c906108c 972
6d2ebf8b 973@node Mode Options
c906108c
SS
974@subsection Choosing modes
975
976You can run @value{GDBN} in various alternative modes---for example, in
977batch mode or quiet mode.
978
979@table @code
980@item -nx
981@itemx -n
d700128c
EZ
982@cindex @code{--nx}
983@cindex @code{-n}
96565e91 984Do not execute commands found in any initialization files. Normally,
2df3850c
JM
985@value{GDBN} executes the commands in these files after all the command
986options and arguments have been processed. @xref{Command Files,,Command
987files}.
c906108c
SS
988
989@item -quiet
d700128c 990@itemx -silent
c906108c 991@itemx -q
d700128c
EZ
992@cindex @code{--quiet}
993@cindex @code{--silent}
994@cindex @code{-q}
c906108c
SS
995``Quiet''. Do not print the introductory and copyright messages. These
996messages are also suppressed in batch mode.
997
998@item -batch
d700128c 999@cindex @code{--batch}
c906108c
SS
1000Run in batch mode. Exit with status @code{0} after processing all the
1001command files specified with @samp{-x} (and all commands from
1002initialization files, if not inhibited with @samp{-n}). Exit with
1003nonzero status if an error occurs in executing the @value{GDBN} commands
1004in the command files.
1005
2df3850c
JM
1006Batch mode may be useful for running @value{GDBN} as a filter, for
1007example to download and run a program on another computer; in order to
1008make this more useful, the message
c906108c 1009
474c8240 1010@smallexample
c906108c 1011Program exited normally.
474c8240 1012@end smallexample
c906108c
SS
1013
1014@noindent
2df3850c
JM
1015(which is ordinarily issued whenever a program running under
1016@value{GDBN} control terminates) is not issued when running in batch
1017mode.
1018
1019@item -nowindows
1020@itemx -nw
d700128c
EZ
1021@cindex @code{--nowindows}
1022@cindex @code{-nw}
2df3850c 1023``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1024(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1025interface. If no GUI is available, this option has no effect.
1026
1027@item -windows
1028@itemx -w
d700128c
EZ
1029@cindex @code{--windows}
1030@cindex @code{-w}
2df3850c
JM
1031If @value{GDBN} includes a GUI, then this option requires it to be
1032used if possible.
c906108c
SS
1033
1034@item -cd @var{directory}
d700128c 1035@cindex @code{--cd}
c906108c
SS
1036Run @value{GDBN} using @var{directory} as its working directory,
1037instead of the current directory.
1038
c906108c
SS
1039@item -fullname
1040@itemx -f
d700128c
EZ
1041@cindex @code{--fullname}
1042@cindex @code{-f}
7a292a7a
SS
1043@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1044subprocess. It tells @value{GDBN} to output the full file name and line
1045number in a standard, recognizable fashion each time a stack frame is
1046displayed (which includes each time your program stops). This
1047recognizable format looks like two @samp{\032} characters, followed by
1048the file name, line number and character position separated by colons,
1049and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1050@samp{\032} characters as a signal to display the source code for the
1051frame.
c906108c 1052
d700128c
EZ
1053@item -epoch
1054@cindex @code{--epoch}
1055The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1056@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1057routines so as to allow Epoch to display values of expressions in a
1058separate window.
1059
1060@item -annotate @var{level}
1061@cindex @code{--annotate}
1062This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1063effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1064(@pxref{Annotations}). The annotation @var{level} controls how much
1065information @value{GDBN} prints together with its prompt, values of
1066expressions, source lines, and other types of output. Level 0 is the
1067normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1068@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1069that control @value{GDBN}, and level 2 has been deprecated.
1070
1071The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1072(@pxref{GDB/MI}).
d700128c 1073
aa26fa3a
TT
1074@item --args
1075@cindex @code{--args}
1076Change interpretation of command line so that arguments following the
1077executable file are passed as command line arguments to the inferior.
1078This option stops option processing.
1079
2df3850c
JM
1080@item -baud @var{bps}
1081@itemx -b @var{bps}
d700128c
EZ
1082@cindex @code{--baud}
1083@cindex @code{-b}
c906108c
SS
1084Set the line speed (baud rate or bits per second) of any serial
1085interface used by @value{GDBN} for remote debugging.
c906108c 1086
f47b1503
AS
1087@item -l @var{timeout}
1088@cindex @code{-l}
1089Set the timeout (in seconds) of any communication used by @value{GDBN}
1090for remote debugging.
1091
c906108c 1092@item -tty @var{device}
d700128c
EZ
1093@itemx -t @var{device}
1094@cindex @code{--tty}
1095@cindex @code{-t}
c906108c
SS
1096Run using @var{device} for your program's standard input and output.
1097@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1098
53a5351d 1099@c resolve the situation of these eventually
c4555f82
SC
1100@item -tui
1101@cindex @code{--tui}
d0d5df6f
AC
1102Activate the @dfn{Text User Interface} when starting. The Text User
1103Interface manages several text windows on the terminal, showing
1104source, assembly, registers and @value{GDBN} command outputs
1105(@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1106Text User Interface can be enabled by invoking the program
1107@samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1108Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1109
1110@c @item -xdb
d700128c 1111@c @cindex @code{--xdb}
53a5351d
JM
1112@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1113@c For information, see the file @file{xdb_trans.html}, which is usually
1114@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1115@c systems.
1116
d700128c
EZ
1117@item -interpreter @var{interp}
1118@cindex @code{--interpreter}
1119Use the interpreter @var{interp} for interface with the controlling
1120program or device. This option is meant to be set by programs which
94bbb2c0 1121communicate with @value{GDBN} using it as a back end.
21c294e6 1122@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1123
da0f9dcd 1124@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1125@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6b5e8c01 1126The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
6c74ac8b
AC
1127previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1128selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1129@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1130
1131@item -write
1132@cindex @code{--write}
1133Open the executable and core files for both reading and writing. This
1134is equivalent to the @samp{set write on} command inside @value{GDBN}
1135(@pxref{Patching}).
1136
1137@item -statistics
1138@cindex @code{--statistics}
1139This option causes @value{GDBN} to print statistics about time and
1140memory usage after it completes each command and returns to the prompt.
1141
1142@item -version
1143@cindex @code{--version}
1144This option causes @value{GDBN} to print its version number and
1145no-warranty blurb, and exit.
1146
c906108c
SS
1147@end table
1148
6fc08d32
EZ
1149@node Startup
1150@subsection What @value{GDBN} does during startup
1151@cindex @value{GDBN} startup
1152
1153Here's the description of what @value{GDBN} does during session startup:
1154
1155@enumerate
1156@item
1157Sets up the command interpreter as specified by the command line
1158(@pxref{Mode Options, interpreter}).
1159
1160@item
1161@cindex init file
1162Reads the @dfn{init file} (if any) in your home directory@footnote{On
1163DOS/Windows systems, the home directory is the one pointed to by the
1164@code{HOME} environment variable.} and executes all the commands in
1165that file.
1166
1167@item
1168Processes command line options and operands.
1169
1170@item
1171Reads and executes the commands from init file (if any) in the current
119b882a
EZ
1172working directory. This is only done if the current directory is
1173different from your home directory. Thus, you can have more than one
1174init file, one generic in your home directory, and another, specific
1175to the program you are debugging, in the directory where you invoke
6fc08d32
EZ
1176@value{GDBN}.
1177
1178@item
1179Reads command files specified by the @samp{-x} option. @xref{Command
1180Files}, for more details about @value{GDBN} command files.
1181
1182@item
1183Reads the command history recorded in the @dfn{history file}.
1184@xref{History}, for more details about the command history and the
1185files where @value{GDBN} records it.
1186@end enumerate
1187
1188Init files use the same syntax as @dfn{command files} (@pxref{Command
1189Files}) and are processed by @value{GDBN} in the same way. The init
1190file in your home directory can set options (such as @samp{set
1191complaints}) that affect subsequent processing of command line options
1192and operands. Init files are not executed if you use the @samp{-nx}
1193option (@pxref{Mode Options, ,Choosing modes}).
1194
1195@cindex init file name
1196@cindex @file{.gdbinit}
119b882a 1197The @value{GDBN} init files are normally called @file{.gdbinit}.
6fc08d32
EZ
1198On some configurations of @value{GDBN}, the init file is known by a
1199different name (these are typically environments where a specialized
1200form of @value{GDBN} may need to coexist with other forms, hence a
1201different name for the specialized version's init file). These are the
1202environments with special init file names:
1203
6fc08d32 1204@itemize @bullet
119b882a
EZ
1205@cindex @file{gdb.ini}
1206@item
1207The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1208the limitations of file names imposed by DOS filesystems. The Windows
1209ports of @value{GDBN} use the standard name, but if they find a
1210@file{gdb.ini} file, they warn you about that and suggest to rename
1211the file to the standard name.
1212
1213@cindex @file{.vxgdbinit}
6fc08d32
EZ
1214@item
1215VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
1216
1217@cindex @file{.os68gdbinit}
1218@item
1219OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
1220
1221@cindex @file{.esgdbinit}
1222@item
1223ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
1224
1225@item
1226CISCO 68k: @file{.cisco-gdbinit}
1227@end itemize
1228
1229
6d2ebf8b 1230@node Quitting GDB
c906108c
SS
1231@section Quitting @value{GDBN}
1232@cindex exiting @value{GDBN}
1233@cindex leaving @value{GDBN}
1234
1235@table @code
1236@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1237@kindex q @r{(@code{quit})}
96a2c332
SS
1238@item quit @r{[}@var{expression}@r{]}
1239@itemx q
1240To exit @value{GDBN}, use the @code{quit} command (abbreviated
1241@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1242do not supply @var{expression}, @value{GDBN} will terminate normally;
1243otherwise it will terminate using the result of @var{expression} as the
1244error code.
c906108c
SS
1245@end table
1246
1247@cindex interrupt
1248An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1249terminates the action of any @value{GDBN} command that is in progress and
1250returns to @value{GDBN} command level. It is safe to type the interrupt
1251character at any time because @value{GDBN} does not allow it to take effect
1252until a time when it is safe.
1253
c906108c
SS
1254If you have been using @value{GDBN} to control an attached process or
1255device, you can release it with the @code{detach} command
1256(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1257
6d2ebf8b 1258@node Shell Commands
c906108c
SS
1259@section Shell commands
1260
1261If you need to execute occasional shell commands during your
1262debugging session, there is no need to leave or suspend @value{GDBN}; you can
1263just use the @code{shell} command.
1264
1265@table @code
1266@kindex shell
1267@cindex shell escape
1268@item shell @var{command string}
1269Invoke a standard shell to execute @var{command string}.
c906108c 1270If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1271shell to run. Otherwise @value{GDBN} uses the default shell
1272(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1273@end table
1274
1275The utility @code{make} is often needed in development environments.
1276You do not have to use the @code{shell} command for this purpose in
1277@value{GDBN}:
1278
1279@table @code
1280@kindex make
1281@cindex calling make
1282@item make @var{make-args}
1283Execute the @code{make} program with the specified
1284arguments. This is equivalent to @samp{shell make @var{make-args}}.
1285@end table
1286
0fac0b41
DJ
1287@node Logging output
1288@section Logging output
1289@cindex logging @value{GDBN} output
9c16f35a 1290@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1291
1292You may want to save the output of @value{GDBN} commands to a file.
1293There are several commands to control @value{GDBN}'s logging.
1294
1295@table @code
1296@kindex set logging
1297@item set logging on
1298Enable logging.
1299@item set logging off
1300Disable logging.
9c16f35a 1301@cindex logging file name
0fac0b41
DJ
1302@item set logging file @var{file}
1303Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1304@item set logging overwrite [on|off]
1305By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1306you want @code{set logging on} to overwrite the logfile instead.
1307@item set logging redirect [on|off]
1308By default, @value{GDBN} output will go to both the terminal and the logfile.
1309Set @code{redirect} if you want output to go only to the log file.
1310@kindex show logging
1311@item show logging
1312Show the current values of the logging settings.
1313@end table
1314
6d2ebf8b 1315@node Commands
c906108c
SS
1316@chapter @value{GDBN} Commands
1317
1318You can abbreviate a @value{GDBN} command to the first few letters of the command
1319name, if that abbreviation is unambiguous; and you can repeat certain
1320@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1321key to get @value{GDBN} to fill out the rest of a word in a command (or to
1322show you the alternatives available, if there is more than one possibility).
1323
1324@menu
1325* Command Syntax:: How to give commands to @value{GDBN}
1326* Completion:: Command completion
1327* Help:: How to ask @value{GDBN} for help
1328@end menu
1329
6d2ebf8b 1330@node Command Syntax
c906108c
SS
1331@section Command syntax
1332
1333A @value{GDBN} command is a single line of input. There is no limit on
1334how long it can be. It starts with a command name, which is followed by
1335arguments whose meaning depends on the command name. For example, the
1336command @code{step} accepts an argument which is the number of times to
1337step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1338with no arguments. Some commands do not allow any arguments.
c906108c
SS
1339
1340@cindex abbreviation
1341@value{GDBN} command names may always be truncated if that abbreviation is
1342unambiguous. Other possible command abbreviations are listed in the
1343documentation for individual commands. In some cases, even ambiguous
1344abbreviations are allowed; for example, @code{s} is specially defined as
1345equivalent to @code{step} even though there are other commands whose
1346names start with @code{s}. You can test abbreviations by using them as
1347arguments to the @code{help} command.
1348
1349@cindex repeating commands
41afff9a 1350@kindex RET @r{(repeat last command)}
c906108c 1351A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1352repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1353will not repeat this way; these are commands whose unintentional
1354repetition might cause trouble and which you are unlikely to want to
c45da7e6
EZ
1355repeat. User-defined commands can disable this feature; see
1356@ref{Define, dont-repeat}.
c906108c
SS
1357
1358The @code{list} and @code{x} commands, when you repeat them with
1359@key{RET}, construct new arguments rather than repeating
1360exactly as typed. This permits easy scanning of source or memory.
1361
1362@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1363output, in a way similar to the common utility @code{more}
1364(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1365@key{RET} too many in this situation, @value{GDBN} disables command
1366repetition after any command that generates this sort of display.
1367
41afff9a 1368@kindex # @r{(a comment)}
c906108c
SS
1369@cindex comment
1370Any text from a @kbd{#} to the end of the line is a comment; it does
1371nothing. This is useful mainly in command files (@pxref{Command
1372Files,,Command files}).
1373
88118b3a
TT
1374@cindex repeating command sequences
1375@kindex C-o @r{(operate-and-get-next)}
1376The @kbd{C-o} binding is useful for repeating a complex sequence of
1377commands. This command accepts the current line, like @kbd{RET}, and
1378then fetches the next line relative to the current line from the history
1379for editing.
1380
6d2ebf8b 1381@node Completion
c906108c
SS
1382@section Command completion
1383
1384@cindex completion
1385@cindex word completion
1386@value{GDBN} can fill in the rest of a word in a command for you, if there is
1387only one possibility; it can also show you what the valid possibilities
1388are for the next word in a command, at any time. This works for @value{GDBN}
1389commands, @value{GDBN} subcommands, and the names of symbols in your program.
1390
1391Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1392of a word. If there is only one possibility, @value{GDBN} fills in the
1393word, and waits for you to finish the command (or press @key{RET} to
1394enter it). For example, if you type
1395
1396@c FIXME "@key" does not distinguish its argument sufficiently to permit
1397@c complete accuracy in these examples; space introduced for clarity.
1398@c If texinfo enhancements make it unnecessary, it would be nice to
1399@c replace " @key" by "@key" in the following...
474c8240 1400@smallexample
c906108c 1401(@value{GDBP}) info bre @key{TAB}
474c8240 1402@end smallexample
c906108c
SS
1403
1404@noindent
1405@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1406the only @code{info} subcommand beginning with @samp{bre}:
1407
474c8240 1408@smallexample
c906108c 1409(@value{GDBP}) info breakpoints
474c8240 1410@end smallexample
c906108c
SS
1411
1412@noindent
1413You can either press @key{RET} at this point, to run the @code{info
1414breakpoints} command, or backspace and enter something else, if
1415@samp{breakpoints} does not look like the command you expected. (If you
1416were sure you wanted @code{info breakpoints} in the first place, you
1417might as well just type @key{RET} immediately after @samp{info bre},
1418to exploit command abbreviations rather than command completion).
1419
1420If there is more than one possibility for the next word when you press
1421@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1422characters and try again, or just press @key{TAB} a second time;
1423@value{GDBN} displays all the possible completions for that word. For
1424example, you might want to set a breakpoint on a subroutine whose name
1425begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1426just sounds the bell. Typing @key{TAB} again displays all the
1427function names in your program that begin with those characters, for
1428example:
1429
474c8240 1430@smallexample
c906108c
SS
1431(@value{GDBP}) b make_ @key{TAB}
1432@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1433make_a_section_from_file make_environ
1434make_abs_section make_function_type
1435make_blockvector make_pointer_type
1436make_cleanup make_reference_type
c906108c
SS
1437make_command make_symbol_completion_list
1438(@value{GDBP}) b make_
474c8240 1439@end smallexample
c906108c
SS
1440
1441@noindent
1442After displaying the available possibilities, @value{GDBN} copies your
1443partial input (@samp{b make_} in the example) so you can finish the
1444command.
1445
1446If you just want to see the list of alternatives in the first place, you
b37052ae 1447can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1448means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1449key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1450one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1451
1452@cindex quotes in commands
1453@cindex completion of quoted strings
1454Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1455parentheses or other characters that @value{GDBN} normally excludes from
1456its notion of a word. To permit word completion to work in this
1457situation, you may enclose words in @code{'} (single quote marks) in
1458@value{GDBN} commands.
c906108c 1459
c906108c 1460The most likely situation where you might need this is in typing the
b37052ae
EZ
1461name of a C@t{++} function. This is because C@t{++} allows function
1462overloading (multiple definitions of the same function, distinguished
1463by argument type). For example, when you want to set a breakpoint you
1464may need to distinguish whether you mean the version of @code{name}
1465that takes an @code{int} parameter, @code{name(int)}, or the version
1466that takes a @code{float} parameter, @code{name(float)}. To use the
1467word-completion facilities in this situation, type a single quote
1468@code{'} at the beginning of the function name. This alerts
1469@value{GDBN} that it may need to consider more information than usual
1470when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1471
474c8240 1472@smallexample
96a2c332 1473(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1474bubble(double,double) bubble(int,int)
1475(@value{GDBP}) b 'bubble(
474c8240 1476@end smallexample
c906108c
SS
1477
1478In some cases, @value{GDBN} can tell that completing a name requires using
1479quotes. When this happens, @value{GDBN} inserts the quote for you (while
1480completing as much as it can) if you do not type the quote in the first
1481place:
1482
474c8240 1483@smallexample
c906108c
SS
1484(@value{GDBP}) b bub @key{TAB}
1485@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1486(@value{GDBP}) b 'bubble(
474c8240 1487@end smallexample
c906108c
SS
1488
1489@noindent
1490In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1491you have not yet started typing the argument list when you ask for
1492completion on an overloaded symbol.
1493
d4f3574e 1494For more information about overloaded functions, see @ref{C plus plus
b37052ae 1495expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1496overload-resolution off} to disable overload resolution;
b37052ae 1497see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1498
1499
6d2ebf8b 1500@node Help
c906108c
SS
1501@section Getting help
1502@cindex online documentation
1503@kindex help
1504
5d161b24 1505You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1506using the command @code{help}.
1507
1508@table @code
41afff9a 1509@kindex h @r{(@code{help})}
c906108c
SS
1510@item help
1511@itemx h
1512You can use @code{help} (abbreviated @code{h}) with no arguments to
1513display a short list of named classes of commands:
1514
1515@smallexample
1516(@value{GDBP}) help
1517List of classes of commands:
1518
2df3850c 1519aliases -- Aliases of other commands
c906108c 1520breakpoints -- Making program stop at certain points
2df3850c 1521data -- Examining data
c906108c 1522files -- Specifying and examining files
2df3850c
JM
1523internals -- Maintenance commands
1524obscure -- Obscure features
1525running -- Running the program
1526stack -- Examining the stack
c906108c
SS
1527status -- Status inquiries
1528support -- Support facilities
96a2c332
SS
1529tracepoints -- Tracing of program execution without@*
1530 stopping the program
c906108c 1531user-defined -- User-defined commands
c906108c 1532
5d161b24 1533Type "help" followed by a class name for a list of
c906108c 1534commands in that class.
5d161b24 1535Type "help" followed by command name for full
c906108c
SS
1536documentation.
1537Command name abbreviations are allowed if unambiguous.
1538(@value{GDBP})
1539@end smallexample
96a2c332 1540@c the above line break eliminates huge line overfull...
c906108c
SS
1541
1542@item help @var{class}
1543Using one of the general help classes as an argument, you can get a
1544list of the individual commands in that class. For example, here is the
1545help display for the class @code{status}:
1546
1547@smallexample
1548(@value{GDBP}) help status
1549Status inquiries.
1550
1551List of commands:
1552
1553@c Line break in "show" line falsifies real output, but needed
1554@c to fit in smallbook page size.
2df3850c
JM
1555info -- Generic command for showing things
1556 about the program being debugged
1557show -- Generic command for showing things
1558 about the debugger
c906108c 1559
5d161b24 1560Type "help" followed by command name for full
c906108c
SS
1561documentation.
1562Command name abbreviations are allowed if unambiguous.
1563(@value{GDBP})
1564@end smallexample
1565
1566@item help @var{command}
1567With a command name as @code{help} argument, @value{GDBN} displays a
1568short paragraph on how to use that command.
1569
6837a0a2
DB
1570@kindex apropos
1571@item apropos @var{args}
09d4efe1 1572The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2
DB
1573commands, and their documentation, for the regular expression specified in
1574@var{args}. It prints out all matches found. For example:
1575
1576@smallexample
1577apropos reload
1578@end smallexample
1579
b37052ae
EZ
1580@noindent
1581results in:
6837a0a2
DB
1582
1583@smallexample
6d2ebf8b
SS
1584@c @group
1585set symbol-reloading -- Set dynamic symbol table reloading
1586 multiple times in one run
1587show symbol-reloading -- Show dynamic symbol table reloading
1588 multiple times in one run
1589@c @end group
6837a0a2
DB
1590@end smallexample
1591
c906108c
SS
1592@kindex complete
1593@item complete @var{args}
1594The @code{complete @var{args}} command lists all the possible completions
1595for the beginning of a command. Use @var{args} to specify the beginning of the
1596command you want completed. For example:
1597
1598@smallexample
1599complete i
1600@end smallexample
1601
1602@noindent results in:
1603
1604@smallexample
1605@group
2df3850c
JM
1606if
1607ignore
c906108c
SS
1608info
1609inspect
c906108c
SS
1610@end group
1611@end smallexample
1612
1613@noindent This is intended for use by @sc{gnu} Emacs.
1614@end table
1615
1616In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1617and @code{show} to inquire about the state of your program, or the state
1618of @value{GDBN} itself. Each command supports many topics of inquiry; this
1619manual introduces each of them in the appropriate context. The listings
1620under @code{info} and under @code{show} in the Index point to
1621all the sub-commands. @xref{Index}.
1622
1623@c @group
1624@table @code
1625@kindex info
41afff9a 1626@kindex i @r{(@code{info})}
c906108c
SS
1627@item info
1628This command (abbreviated @code{i}) is for describing the state of your
1629program. For example, you can list the arguments given to your program
1630with @code{info args}, list the registers currently in use with @code{info
1631registers}, or list the breakpoints you have set with @code{info breakpoints}.
1632You can get a complete list of the @code{info} sub-commands with
1633@w{@code{help info}}.
1634
1635@kindex set
1636@item set
5d161b24 1637You can assign the result of an expression to an environment variable with
c906108c
SS
1638@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1639@code{set prompt $}.
1640
1641@kindex show
1642@item show
5d161b24 1643In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1644@value{GDBN} itself.
1645You can change most of the things you can @code{show}, by using the
1646related command @code{set}; for example, you can control what number
1647system is used for displays with @code{set radix}, or simply inquire
1648which is currently in use with @code{show radix}.
1649
1650@kindex info set
1651To display all the settable parameters and their current
1652values, you can use @code{show} with no arguments; you may also use
1653@code{info set}. Both commands produce the same display.
1654@c FIXME: "info set" violates the rule that "info" is for state of
1655@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1656@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1657@end table
1658@c @end group
1659
1660Here are three miscellaneous @code{show} subcommands, all of which are
1661exceptional in lacking corresponding @code{set} commands:
1662
1663@table @code
1664@kindex show version
9c16f35a 1665@cindex @value{GDBN} version number
c906108c
SS
1666@item show version
1667Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1668information in @value{GDBN} bug-reports. If multiple versions of
1669@value{GDBN} are in use at your site, you may need to determine which
1670version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1671commands are introduced, and old ones may wither away. Also, many
1672system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1673variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1674The version number is the same as the one announced when you start
1675@value{GDBN}.
c906108c
SS
1676
1677@kindex show copying
09d4efe1 1678@kindex info copying
9c16f35a 1679@cindex display @value{GDBN} copyright
c906108c 1680@item show copying
09d4efe1 1681@itemx info copying
c906108c
SS
1682Display information about permission for copying @value{GDBN}.
1683
1684@kindex show warranty
09d4efe1 1685@kindex info warranty
c906108c 1686@item show warranty
09d4efe1 1687@itemx info warranty
2df3850c 1688Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1689if your version of @value{GDBN} comes with one.
2df3850c 1690
c906108c
SS
1691@end table
1692
6d2ebf8b 1693@node Running
c906108c
SS
1694@chapter Running Programs Under @value{GDBN}
1695
1696When you run a program under @value{GDBN}, you must first generate
1697debugging information when you compile it.
7a292a7a
SS
1698
1699You may start @value{GDBN} with its arguments, if any, in an environment
1700of your choice. If you are doing native debugging, you may redirect
1701your program's input and output, debug an already running process, or
1702kill a child process.
c906108c
SS
1703
1704@menu
1705* Compilation:: Compiling for debugging
1706* Starting:: Starting your program
c906108c
SS
1707* Arguments:: Your program's arguments
1708* Environment:: Your program's environment
c906108c
SS
1709
1710* Working Directory:: Your program's working directory
1711* Input/Output:: Your program's input and output
1712* Attach:: Debugging an already-running process
1713* Kill Process:: Killing the child process
c906108c
SS
1714
1715* Threads:: Debugging programs with multiple threads
1716* Processes:: Debugging programs with multiple processes
1717@end menu
1718
6d2ebf8b 1719@node Compilation
c906108c
SS
1720@section Compiling for debugging
1721
1722In order to debug a program effectively, you need to generate
1723debugging information when you compile it. This debugging information
1724is stored in the object file; it describes the data type of each
1725variable or function and the correspondence between source line numbers
1726and addresses in the executable code.
1727
1728To request debugging information, specify the @samp{-g} option when you run
1729the compiler.
1730
514c4d71
EZ
1731Programs that are to be shipped to your customers are compiled with
1732optimizations, using the @samp{-O} compiler option. However, many
1733compilers are unable to handle the @samp{-g} and @samp{-O} options
1734together. Using those compilers, you cannot generate optimized
c906108c
SS
1735executables containing debugging information.
1736
514c4d71 1737@value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
53a5351d
JM
1738without @samp{-O}, making it possible to debug optimized code. We
1739recommend that you @emph{always} use @samp{-g} whenever you compile a
1740program. You may think your program is correct, but there is no sense
1741in pushing your luck.
c906108c
SS
1742
1743@cindex optimized code, debugging
1744@cindex debugging optimized code
1745When you debug a program compiled with @samp{-g -O}, remember that the
1746optimizer is rearranging your code; the debugger shows you what is
1747really there. Do not be too surprised when the execution path does not
1748exactly match your source file! An extreme example: if you define a
1749variable, but never use it, @value{GDBN} never sees that
1750variable---because the compiler optimizes it out of existence.
1751
1752Some things do not work as well with @samp{-g -O} as with just
1753@samp{-g}, particularly on machines with instruction scheduling. If in
1754doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1755please report it to us as a bug (including a test case!).
15387254 1756@xref{Variables}, for more information about debugging optimized code.
c906108c
SS
1757
1758Older versions of the @sc{gnu} C compiler permitted a variant option
1759@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1760format; if your @sc{gnu} C compiler has this option, do not use it.
1761
514c4d71
EZ
1762@value{GDBN} knows about preprocessor macros and can show you their
1763expansion (@pxref{Macros}). Most compilers do not include information
1764about preprocessor macros in the debugging information if you specify
1765the @option{-g} flag alone, because this information is rather large.
1766Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1767provides macro information if you specify the options
1768@option{-gdwarf-2} and @option{-g3}; the former option requests
1769debugging information in the Dwarf 2 format, and the latter requests
1770``extra information''. In the future, we hope to find more compact
1771ways to represent macro information, so that it can be included with
1772@option{-g} alone.
1773
c906108c 1774@need 2000
6d2ebf8b 1775@node Starting
c906108c
SS
1776@section Starting your program
1777@cindex starting
1778@cindex running
1779
1780@table @code
1781@kindex run
41afff9a 1782@kindex r @r{(@code{run})}
c906108c
SS
1783@item run
1784@itemx r
7a292a7a
SS
1785Use the @code{run} command to start your program under @value{GDBN}.
1786You must first specify the program name (except on VxWorks) with an
1787argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1788@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1789(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1790
1791@end table
1792
c906108c
SS
1793If you are running your program in an execution environment that
1794supports processes, @code{run} creates an inferior process and makes
1795that process run your program. (In environments without processes,
1796@code{run} jumps to the start of your program.)
1797
1798The execution of a program is affected by certain information it
1799receives from its superior. @value{GDBN} provides ways to specify this
1800information, which you must do @emph{before} starting your program. (You
1801can change it after starting your program, but such changes only affect
1802your program the next time you start it.) This information may be
1803divided into four categories:
1804
1805@table @asis
1806@item The @emph{arguments.}
1807Specify the arguments to give your program as the arguments of the
1808@code{run} command. If a shell is available on your target, the shell
1809is used to pass the arguments, so that you may use normal conventions
1810(such as wildcard expansion or variable substitution) in describing
1811the arguments.
1812In Unix systems, you can control which shell is used with the
1813@code{SHELL} environment variable.
1814@xref{Arguments, ,Your program's arguments}.
1815
1816@item The @emph{environment.}
1817Your program normally inherits its environment from @value{GDBN}, but you can
1818use the @value{GDBN} commands @code{set environment} and @code{unset
1819environment} to change parts of the environment that affect
1820your program. @xref{Environment, ,Your program's environment}.
1821
1822@item The @emph{working directory.}
1823Your program inherits its working directory from @value{GDBN}. You can set
1824the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1825@xref{Working Directory, ,Your program's working directory}.
1826
1827@item The @emph{standard input and output.}
1828Your program normally uses the same device for standard input and
1829standard output as @value{GDBN} is using. You can redirect input and output
1830in the @code{run} command line, or you can use the @code{tty} command to
1831set a different device for your program.
1832@xref{Input/Output, ,Your program's input and output}.
1833
1834@cindex pipes
1835@emph{Warning:} While input and output redirection work, you cannot use
1836pipes to pass the output of the program you are debugging to another
1837program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1838wrong program.
1839@end table
c906108c
SS
1840
1841When you issue the @code{run} command, your program begins to execute
1842immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1843of how to arrange for your program to stop. Once your program has
1844stopped, you may call functions in your program, using the @code{print}
1845or @code{call} commands. @xref{Data, ,Examining Data}.
1846
1847If the modification time of your symbol file has changed since the last
1848time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1849table, and reads it again. When it does this, @value{GDBN} tries to retain
1850your current breakpoints.
1851
4e8b0763
JB
1852@table @code
1853@kindex start
1854@item start
1855@cindex run to main procedure
1856The name of the main procedure can vary from language to language.
1857With C or C@t{++}, the main procedure name is always @code{main}, but
1858other languages such as Ada do not require a specific name for their
1859main procedure. The debugger provides a convenient way to start the
1860execution of the program and to stop at the beginning of the main
1861procedure, depending on the language used.
1862
1863The @samp{start} command does the equivalent of setting a temporary
1864breakpoint at the beginning of the main procedure and then invoking
1865the @samp{run} command.
1866
f018e82f
EZ
1867@cindex elaboration phase
1868Some programs contain an @dfn{elaboration} phase where some startup code is
1869executed before the main procedure is called. This depends on the
1870languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
1871constructors for static and global objects are executed before
1872@code{main} is called. It is therefore possible that the debugger stops
1873before reaching the main procedure. However, the temporary breakpoint
1874will remain to halt execution.
1875
1876Specify the arguments to give to your program as arguments to the
1877@samp{start} command. These arguments will be given verbatim to the
1878underlying @samp{run} command. Note that the same arguments will be
1879reused if no argument is provided during subsequent calls to
1880@samp{start} or @samp{run}.
1881
1882It is sometimes necessary to debug the program during elaboration. In
1883these cases, using the @code{start} command would stop the execution of
1884your program too late, as the program would have already completed the
1885elaboration phase. Under these circumstances, insert breakpoints in your
1886elaboration code before running your program.
1887@end table
1888
6d2ebf8b 1889@node Arguments
c906108c
SS
1890@section Your program's arguments
1891
1892@cindex arguments (to your program)
1893The arguments to your program can be specified by the arguments of the
5d161b24 1894@code{run} command.
c906108c
SS
1895They are passed to a shell, which expands wildcard characters and
1896performs redirection of I/O, and thence to your program. Your
1897@code{SHELL} environment variable (if it exists) specifies what shell
1898@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1899the default shell (@file{/bin/sh} on Unix).
1900
1901On non-Unix systems, the program is usually invoked directly by
1902@value{GDBN}, which emulates I/O redirection via the appropriate system
1903calls, and the wildcard characters are expanded by the startup code of
1904the program, not by the shell.
c906108c
SS
1905
1906@code{run} with no arguments uses the same arguments used by the previous
1907@code{run}, or those set by the @code{set args} command.
1908
c906108c 1909@table @code
41afff9a 1910@kindex set args
c906108c
SS
1911@item set args
1912Specify the arguments to be used the next time your program is run. If
1913@code{set args} has no arguments, @code{run} executes your program
1914with no arguments. Once you have run your program with arguments,
1915using @code{set args} before the next @code{run} is the only way to run
1916it again without arguments.
1917
1918@kindex show args
1919@item show args
1920Show the arguments to give your program when it is started.
1921@end table
1922
6d2ebf8b 1923@node Environment
c906108c
SS
1924@section Your program's environment
1925
1926@cindex environment (of your program)
1927The @dfn{environment} consists of a set of environment variables and
1928their values. Environment variables conventionally record such things as
1929your user name, your home directory, your terminal type, and your search
1930path for programs to run. Usually you set up environment variables with
1931the shell and they are inherited by all the other programs you run. When
1932debugging, it can be useful to try running your program with a modified
1933environment without having to start @value{GDBN} over again.
1934
1935@table @code
1936@kindex path
1937@item path @var{directory}
1938Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1939(the search path for executables) that will be passed to your program.
1940The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1941You may specify several directory names, separated by whitespace or by a
1942system-dependent separator character (@samp{:} on Unix, @samp{;} on
1943MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1944is moved to the front, so it is searched sooner.
c906108c
SS
1945
1946You can use the string @samp{$cwd} to refer to whatever is the current
1947working directory at the time @value{GDBN} searches the path. If you
1948use @samp{.} instead, it refers to the directory where you executed the
1949@code{path} command. @value{GDBN} replaces @samp{.} in the
1950@var{directory} argument (with the current path) before adding
1951@var{directory} to the search path.
1952@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1953@c document that, since repeating it would be a no-op.
1954
1955@kindex show paths
1956@item show paths
1957Display the list of search paths for executables (the @code{PATH}
1958environment variable).
1959
1960@kindex show environment
1961@item show environment @r{[}@var{varname}@r{]}
1962Print the value of environment variable @var{varname} to be given to
1963your program when it starts. If you do not supply @var{varname},
1964print the names and values of all environment variables to be given to
1965your program. You can abbreviate @code{environment} as @code{env}.
1966
1967@kindex set environment
53a5351d 1968@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1969Set environment variable @var{varname} to @var{value}. The value
1970changes for your program only, not for @value{GDBN} itself. @var{value} may
1971be any string; the values of environment variables are just strings, and
1972any interpretation is supplied by your program itself. The @var{value}
1973parameter is optional; if it is eliminated, the variable is set to a
1974null value.
1975@c "any string" here does not include leading, trailing
1976@c blanks. Gnu asks: does anyone care?
1977
1978For example, this command:
1979
474c8240 1980@smallexample
c906108c 1981set env USER = foo
474c8240 1982@end smallexample
c906108c
SS
1983
1984@noindent
d4f3574e 1985tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1986@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1987are not actually required.)
1988
1989@kindex unset environment
1990@item unset environment @var{varname}
1991Remove variable @var{varname} from the environment to be passed to your
1992program. This is different from @samp{set env @var{varname} =};
1993@code{unset environment} removes the variable from the environment,
1994rather than assigning it an empty value.
1995@end table
1996
d4f3574e
SS
1997@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1998the shell indicated
c906108c
SS
1999by your @code{SHELL} environment variable if it exists (or
2000@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
2001that runs an initialization file---such as @file{.cshrc} for C-shell, or
2002@file{.bashrc} for BASH---any variables you set in that file affect
2003your program. You may wish to move setting of environment variables to
2004files that are only run when you sign on, such as @file{.login} or
2005@file{.profile}.
2006
6d2ebf8b 2007@node Working Directory
c906108c
SS
2008@section Your program's working directory
2009
2010@cindex working directory (of your program)
2011Each time you start your program with @code{run}, it inherits its
2012working directory from the current working directory of @value{GDBN}.
2013The @value{GDBN} working directory is initially whatever it inherited
2014from its parent process (typically the shell), but you can specify a new
2015working directory in @value{GDBN} with the @code{cd} command.
2016
2017The @value{GDBN} working directory also serves as a default for the commands
2018that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
2019specify files}.
2020
2021@table @code
2022@kindex cd
721c2651 2023@cindex change working directory
c906108c
SS
2024@item cd @var{directory}
2025Set the @value{GDBN} working directory to @var{directory}.
2026
2027@kindex pwd
2028@item pwd
2029Print the @value{GDBN} working directory.
2030@end table
2031
60bf7e09
EZ
2032It is generally impossible to find the current working directory of
2033the process being debugged (since a program can change its directory
2034during its run). If you work on a system where @value{GDBN} is
2035configured with the @file{/proc} support, you can use the @code{info
2036proc} command (@pxref{SVR4 Process Information}) to find out the
2037current working directory of the debuggee.
2038
6d2ebf8b 2039@node Input/Output
c906108c
SS
2040@section Your program's input and output
2041
2042@cindex redirection
2043@cindex i/o
2044@cindex terminal
2045By default, the program you run under @value{GDBN} does input and output to
5d161b24 2046the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
2047to its own terminal modes to interact with you, but it records the terminal
2048modes your program was using and switches back to them when you continue
2049running your program.
2050
2051@table @code
2052@kindex info terminal
2053@item info terminal
2054Displays information recorded by @value{GDBN} about the terminal modes your
2055program is using.
2056@end table
2057
2058You can redirect your program's input and/or output using shell
2059redirection with the @code{run} command. For example,
2060
474c8240 2061@smallexample
c906108c 2062run > outfile
474c8240 2063@end smallexample
c906108c
SS
2064
2065@noindent
2066starts your program, diverting its output to the file @file{outfile}.
2067
2068@kindex tty
2069@cindex controlling terminal
2070Another way to specify where your program should do input and output is
2071with the @code{tty} command. This command accepts a file name as
2072argument, and causes this file to be the default for future @code{run}
2073commands. It also resets the controlling terminal for the child
2074process, for future @code{run} commands. For example,
2075
474c8240 2076@smallexample
c906108c 2077tty /dev/ttyb
474c8240 2078@end smallexample
c906108c
SS
2079
2080@noindent
2081directs that processes started with subsequent @code{run} commands
2082default to do input and output on the terminal @file{/dev/ttyb} and have
2083that as their controlling terminal.
2084
2085An explicit redirection in @code{run} overrides the @code{tty} command's
2086effect on the input/output device, but not its effect on the controlling
2087terminal.
2088
2089When you use the @code{tty} command or redirect input in the @code{run}
2090command, only the input @emph{for your program} is affected. The input
2091for @value{GDBN} still comes from your terminal.
2092
6d2ebf8b 2093@node Attach
c906108c
SS
2094@section Debugging an already-running process
2095@kindex attach
2096@cindex attach
2097
2098@table @code
2099@item attach @var{process-id}
2100This command attaches to a running process---one that was started
2101outside @value{GDBN}. (@code{info files} shows your active
2102targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2103find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2104or with the @samp{jobs -l} shell command.
2105
2106@code{attach} does not repeat if you press @key{RET} a second time after
2107executing the command.
2108@end table
2109
2110To use @code{attach}, your program must be running in an environment
2111which supports processes; for example, @code{attach} does not work for
2112programs on bare-board targets that lack an operating system. You must
2113also have permission to send the process a signal.
2114
2115When you use @code{attach}, the debugger finds the program running in
2116the process first by looking in the current working directory, then (if
2117the program is not found) by using the source file search path
2118(@pxref{Source Path, ,Specifying source directories}). You can also use
2119the @code{file} command to load the program. @xref{Files, ,Commands to
2120Specify Files}.
2121
2122The first thing @value{GDBN} does after arranging to debug the specified
2123process is to stop it. You can examine and modify an attached process
53a5351d
JM
2124with all the @value{GDBN} commands that are ordinarily available when
2125you start processes with @code{run}. You can insert breakpoints; you
2126can step and continue; you can modify storage. If you would rather the
2127process continue running, you may use the @code{continue} command after
c906108c
SS
2128attaching @value{GDBN} to the process.
2129
2130@table @code
2131@kindex detach
2132@item detach
2133When you have finished debugging the attached process, you can use the
2134@code{detach} command to release it from @value{GDBN} control. Detaching
2135the process continues its execution. After the @code{detach} command,
2136that process and @value{GDBN} become completely independent once more, and you
2137are ready to @code{attach} another process or start one with @code{run}.
2138@code{detach} does not repeat if you press @key{RET} again after
2139executing the command.
2140@end table
2141
2142If you exit @value{GDBN} or use the @code{run} command while you have an
2143attached process, you kill that process. By default, @value{GDBN} asks
2144for confirmation if you try to do either of these things; you can
2145control whether or not you need to confirm by using the @code{set
2146confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2147messages}).
2148
6d2ebf8b 2149@node Kill Process
c906108c 2150@section Killing the child process
c906108c
SS
2151
2152@table @code
2153@kindex kill
2154@item kill
2155Kill the child process in which your program is running under @value{GDBN}.
2156@end table
2157
2158This command is useful if you wish to debug a core dump instead of a
2159running process. @value{GDBN} ignores any core dump file while your program
2160is running.
2161
2162On some operating systems, a program cannot be executed outside @value{GDBN}
2163while you have breakpoints set on it inside @value{GDBN}. You can use the
2164@code{kill} command in this situation to permit running your program
2165outside the debugger.
2166
2167The @code{kill} command is also useful if you wish to recompile and
2168relink your program, since on many systems it is impossible to modify an
2169executable file while it is running in a process. In this case, when you
2170next type @code{run}, @value{GDBN} notices that the file has changed, and
2171reads the symbol table again (while trying to preserve your current
2172breakpoint settings).
2173
6d2ebf8b 2174@node Threads
c906108c 2175@section Debugging programs with multiple threads
c906108c
SS
2176
2177@cindex threads of execution
2178@cindex multiple threads
2179@cindex switching threads
2180In some operating systems, such as HP-UX and Solaris, a single program
2181may have more than one @dfn{thread} of execution. The precise semantics
2182of threads differ from one operating system to another, but in general
2183the threads of a single program are akin to multiple processes---except
2184that they share one address space (that is, they can all examine and
2185modify the same variables). On the other hand, each thread has its own
2186registers and execution stack, and perhaps private memory.
2187
2188@value{GDBN} provides these facilities for debugging multi-thread
2189programs:
2190
2191@itemize @bullet
2192@item automatic notification of new threads
2193@item @samp{thread @var{threadno}}, a command to switch among threads
2194@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2195@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2196a command to apply a command to a list of threads
2197@item thread-specific breakpoints
2198@end itemize
2199
c906108c
SS
2200@quotation
2201@emph{Warning:} These facilities are not yet available on every
2202@value{GDBN} configuration where the operating system supports threads.
2203If your @value{GDBN} does not support threads, these commands have no
2204effect. For example, a system without thread support shows no output
2205from @samp{info threads}, and always rejects the @code{thread} command,
2206like this:
2207
2208@smallexample
2209(@value{GDBP}) info threads
2210(@value{GDBP}) thread 1
2211Thread ID 1 not known. Use the "info threads" command to
2212see the IDs of currently known threads.
2213@end smallexample
2214@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2215@c doesn't support threads"?
2216@end quotation
c906108c
SS
2217
2218@cindex focus of debugging
2219@cindex current thread
2220The @value{GDBN} thread debugging facility allows you to observe all
2221threads while your program runs---but whenever @value{GDBN} takes
2222control, one thread in particular is always the focus of debugging.
2223This thread is called the @dfn{current thread}. Debugging commands show
2224program information from the perspective of the current thread.
2225
41afff9a 2226@cindex @code{New} @var{systag} message
c906108c
SS
2227@cindex thread identifier (system)
2228@c FIXME-implementors!! It would be more helpful if the [New...] message
2229@c included GDB's numeric thread handle, so you could just go to that
2230@c thread without first checking `info threads'.
2231Whenever @value{GDBN} detects a new thread in your program, it displays
2232the target system's identification for the thread with a message in the
2233form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2234whose form varies depending on the particular system. For example, on
2235LynxOS, you might see
2236
474c8240 2237@smallexample
c906108c 2238[New process 35 thread 27]
474c8240 2239@end smallexample
c906108c
SS
2240
2241@noindent
2242when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2243the @var{systag} is simply something like @samp{process 368}, with no
2244further qualifier.
2245
2246@c FIXME!! (1) Does the [New...] message appear even for the very first
2247@c thread of a program, or does it only appear for the
6ca652b0 2248@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2249@c program?
2250@c (2) *Is* there necessarily a first thread always? Or do some
2251@c multithread systems permit starting a program with multiple
5d161b24 2252@c threads ab initio?
c906108c
SS
2253
2254@cindex thread number
2255@cindex thread identifier (GDB)
2256For debugging purposes, @value{GDBN} associates its own thread
2257number---always a single integer---with each thread in your program.
2258
2259@table @code
2260@kindex info threads
2261@item info threads
2262Display a summary of all threads currently in your
2263program. @value{GDBN} displays for each thread (in this order):
2264
2265@enumerate
09d4efe1
EZ
2266@item
2267the thread number assigned by @value{GDBN}
c906108c 2268
09d4efe1
EZ
2269@item
2270the target system's thread identifier (@var{systag})
c906108c 2271
09d4efe1
EZ
2272@item
2273the current stack frame summary for that thread
c906108c
SS
2274@end enumerate
2275
2276@noindent
2277An asterisk @samp{*} to the left of the @value{GDBN} thread number
2278indicates the current thread.
2279
5d161b24 2280For example,
c906108c
SS
2281@end table
2282@c end table here to get a little more width for example
2283
2284@smallexample
2285(@value{GDBP}) info threads
2286 3 process 35 thread 27 0x34e5 in sigpause ()
2287 2 process 35 thread 23 0x34e5 in sigpause ()
2288* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2289 at threadtest.c:68
2290@end smallexample
53a5351d
JM
2291
2292On HP-UX systems:
c906108c 2293
4644b6e3
EZ
2294@cindex debugging multithreaded programs (on HP-UX)
2295@cindex thread identifier (GDB), on HP-UX
c906108c
SS
2296For debugging purposes, @value{GDBN} associates its own thread
2297number---a small integer assigned in thread-creation order---with each
2298thread in your program.
2299
41afff9a
EZ
2300@cindex @code{New} @var{systag} message, on HP-UX
2301@cindex thread identifier (system), on HP-UX
c906108c
SS
2302@c FIXME-implementors!! It would be more helpful if the [New...] message
2303@c included GDB's numeric thread handle, so you could just go to that
2304@c thread without first checking `info threads'.
2305Whenever @value{GDBN} detects a new thread in your program, it displays
2306both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2307form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2308whose form varies depending on the particular system. For example, on
2309HP-UX, you see
2310
474c8240 2311@smallexample
c906108c 2312[New thread 2 (system thread 26594)]
474c8240 2313@end smallexample
c906108c
SS
2314
2315@noindent
5d161b24 2316when @value{GDBN} notices a new thread.
c906108c
SS
2317
2318@table @code
4644b6e3 2319@kindex info threads (HP-UX)
c906108c
SS
2320@item info threads
2321Display a summary of all threads currently in your
2322program. @value{GDBN} displays for each thread (in this order):
2323
2324@enumerate
2325@item the thread number assigned by @value{GDBN}
2326
2327@item the target system's thread identifier (@var{systag})
2328
2329@item the current stack frame summary for that thread
2330@end enumerate
2331
2332@noindent
2333An asterisk @samp{*} to the left of the @value{GDBN} thread number
2334indicates the current thread.
2335
5d161b24 2336For example,
c906108c
SS
2337@end table
2338@c end table here to get a little more width for example
2339
474c8240 2340@smallexample
c906108c 2341(@value{GDBP}) info threads
6d2ebf8b
SS
2342 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2343 at quicksort.c:137
2344 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2345 from /usr/lib/libc.2
2346 1 system thread 27905 0x7b003498 in _brk () \@*
2347 from /usr/lib/libc.2
474c8240 2348@end smallexample
c906108c 2349
c45da7e6
EZ
2350On Solaris, you can display more information about user threads with a
2351Solaris-specific command:
2352
2353@table @code
2354@item maint info sol-threads
2355@kindex maint info sol-threads
2356@cindex thread info (Solaris)
2357Display info on Solaris user threads.
2358@end table
2359
c906108c
SS
2360@table @code
2361@kindex thread @var{threadno}
2362@item thread @var{threadno}
2363Make thread number @var{threadno} the current thread. The command
2364argument @var{threadno} is the internal @value{GDBN} thread number, as
2365shown in the first field of the @samp{info threads} display.
2366@value{GDBN} responds by displaying the system identifier of the thread
2367you selected, and its current stack frame summary:
2368
2369@smallexample
2370@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2371(@value{GDBP}) thread 2
c906108c 2372[Switching to process 35 thread 23]
c906108c
SS
23730x34e5 in sigpause ()
2374@end smallexample
2375
2376@noindent
2377As with the @samp{[New @dots{}]} message, the form of the text after
2378@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2379threads.
c906108c 2380
9c16f35a 2381@kindex thread apply
c906108c
SS
2382@item thread apply [@var{threadno}] [@var{all}] @var{args}
2383The @code{thread apply} command allows you to apply a command to one or
2384more threads. Specify the numbers of the threads that you want affected
2385with the command argument @var{threadno}. @var{threadno} is the internal
2386@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2387threads} display. To apply a command to all threads, use
2388@code{thread apply all} @var{args}.
c906108c
SS
2389@end table
2390
2391@cindex automatic thread selection
2392@cindex switching threads automatically
2393@cindex threads, automatic switching
2394Whenever @value{GDBN} stops your program, due to a breakpoint or a
2395signal, it automatically selects the thread where that breakpoint or
2396signal happened. @value{GDBN} alerts you to the context switch with a
2397message of the form @samp{[Switching to @var{systag}]} to identify the
2398thread.
2399
2400@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2401more information about how @value{GDBN} behaves when you stop and start
2402programs with multiple threads.
2403
2404@xref{Set Watchpoints,,Setting watchpoints}, for information about
2405watchpoints in programs with multiple threads.
c906108c 2406
6d2ebf8b 2407@node Processes
c906108c
SS
2408@section Debugging programs with multiple processes
2409
2410@cindex fork, debugging programs which call
2411@cindex multiple processes
2412@cindex processes, multiple
53a5351d
JM
2413On most systems, @value{GDBN} has no special support for debugging
2414programs which create additional processes using the @code{fork}
2415function. When a program forks, @value{GDBN} will continue to debug the
2416parent process and the child process will run unimpeded. If you have
2417set a breakpoint in any code which the child then executes, the child
2418will get a @code{SIGTRAP} signal which (unless it catches the signal)
2419will cause it to terminate.
c906108c
SS
2420
2421However, if you want to debug the child process there is a workaround
2422which isn't too painful. Put a call to @code{sleep} in the code which
2423the child process executes after the fork. It may be useful to sleep
2424only if a certain environment variable is set, or a certain file exists,
2425so that the delay need not occur when you don't want to run @value{GDBN}
2426on the child. While the child is sleeping, use the @code{ps} program to
2427get its process ID. Then tell @value{GDBN} (a new invocation of
2428@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2429the child process (@pxref{Attach}). From that point on you can debug
c906108c 2430the child process just like any other process which you attached to.
c906108c 2431
b51970ac
DJ
2432On some systems, @value{GDBN} provides support for debugging programs that
2433create additional processes using the @code{fork} or @code{vfork} functions.
2434Currently, the only platforms with this feature are HP-UX (11.x and later
2435only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2436
2437By default, when a program forks, @value{GDBN} will continue to debug
2438the parent process and the child process will run unimpeded.
2439
2440If you want to follow the child process instead of the parent process,
2441use the command @w{@code{set follow-fork-mode}}.
2442
2443@table @code
2444@kindex set follow-fork-mode
2445@item set follow-fork-mode @var{mode}
2446Set the debugger response to a program call of @code{fork} or
2447@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 2448process. The @var{mode} argument can be:
c906108c
SS
2449
2450@table @code
2451@item parent
2452The original process is debugged after a fork. The child process runs
2df3850c 2453unimpeded. This is the default.
c906108c
SS
2454
2455@item child
2456The new process is debugged after a fork. The parent process runs
2457unimpeded.
2458
c906108c
SS
2459@end table
2460
9c16f35a 2461@kindex show follow-fork-mode
c906108c 2462@item show follow-fork-mode
2df3850c 2463Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2464@end table
2465
2466If you ask to debug a child process and a @code{vfork} is followed by an
2467@code{exec}, @value{GDBN} executes the new target up to the first
2468breakpoint in the new target. If you have a breakpoint set on
2469@code{main} in your original program, the breakpoint will also be set on
2470the child process's @code{main}.
2471
2472When a child process is spawned by @code{vfork}, you cannot debug the
2473child or parent until an @code{exec} call completes.
2474
2475If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2476call executes, the new target restarts. To restart the parent process,
2477use the @code{file} command with the parent executable name as its
2478argument.
2479
2480You can use the @code{catch} command to make @value{GDBN} stop whenever
2481a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2482Catchpoints, ,Setting catchpoints}.
c906108c 2483
6d2ebf8b 2484@node Stopping
c906108c
SS
2485@chapter Stopping and Continuing
2486
2487The principal purposes of using a debugger are so that you can stop your
2488program before it terminates; or so that, if your program runs into
2489trouble, you can investigate and find out why.
2490
7a292a7a
SS
2491Inside @value{GDBN}, your program may stop for any of several reasons,
2492such as a signal, a breakpoint, or reaching a new line after a
2493@value{GDBN} command such as @code{step}. You may then examine and
2494change variables, set new breakpoints or remove old ones, and then
2495continue execution. Usually, the messages shown by @value{GDBN} provide
2496ample explanation of the status of your program---but you can also
2497explicitly request this information at any time.
c906108c
SS
2498
2499@table @code
2500@kindex info program
2501@item info program
2502Display information about the status of your program: whether it is
7a292a7a 2503running or not, what process it is, and why it stopped.
c906108c
SS
2504@end table
2505
2506@menu
2507* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2508* Continuing and Stepping:: Resuming execution
c906108c 2509* Signals:: Signals
c906108c 2510* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2511@end menu
2512
6d2ebf8b 2513@node Breakpoints
c906108c
SS
2514@section Breakpoints, watchpoints, and catchpoints
2515
2516@cindex breakpoints
2517A @dfn{breakpoint} makes your program stop whenever a certain point in
2518the program is reached. For each breakpoint, you can add conditions to
2519control in finer detail whether your program stops. You can set
2520breakpoints with the @code{break} command and its variants (@pxref{Set
2521Breaks, ,Setting breakpoints}), to specify the place where your program
2522should stop by line number, function name or exact address in the
2523program.
2524
09d4efe1
EZ
2525On some systems, you can set breakpoints in shared libraries before
2526the executable is run. There is a minor limitation on HP-UX systems:
2527you must wait until the executable is run in order to set breakpoints
2528in shared library routines that are not called directly by the program
2529(for example, routines that are arguments in a @code{pthread_create}
2530call).
c906108c
SS
2531
2532@cindex watchpoints
2533@cindex memory tracing
2534@cindex breakpoint on memory address
2535@cindex breakpoint on variable modification
2536A @dfn{watchpoint} is a special breakpoint that stops your program
2537when the value of an expression changes. You must use a different
2538command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2539watchpoints}), but aside from that, you can manage a watchpoint like
2540any other breakpoint: you enable, disable, and delete both breakpoints
2541and watchpoints using the same commands.
2542
2543You can arrange to have values from your program displayed automatically
2544whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2545Automatic display}.
2546
2547@cindex catchpoints
2548@cindex breakpoint on events
2549A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2550when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2551exception or the loading of a library. As with watchpoints, you use a
2552different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2553catchpoints}), but aside from that, you can manage a catchpoint like any
2554other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2555@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2556
2557@cindex breakpoint numbers
2558@cindex numbers for breakpoints
2559@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2560catchpoint when you create it; these numbers are successive integers
2561starting with one. In many of the commands for controlling various
2562features of breakpoints you use the breakpoint number to say which
2563breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2564@dfn{disabled}; if disabled, it has no effect on your program until you
2565enable it again.
2566
c5394b80
JM
2567@cindex breakpoint ranges
2568@cindex ranges of breakpoints
2569Some @value{GDBN} commands accept a range of breakpoints on which to
2570operate. A breakpoint range is either a single breakpoint number, like
2571@samp{5}, or two such numbers, in increasing order, separated by a
2572hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2573all breakpoint in that range are operated on.
2574
c906108c
SS
2575@menu
2576* Set Breaks:: Setting breakpoints
2577* Set Watchpoints:: Setting watchpoints
2578* Set Catchpoints:: Setting catchpoints
2579* Delete Breaks:: Deleting breakpoints
2580* Disabling:: Disabling breakpoints
2581* Conditions:: Break conditions
2582* Break Commands:: Breakpoint command lists
c906108c 2583* Breakpoint Menus:: Breakpoint menus
d4f3574e 2584* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2585* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2586@end menu
2587
6d2ebf8b 2588@node Set Breaks
c906108c
SS
2589@subsection Setting breakpoints
2590
5d161b24 2591@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2592@c consider in particular declaration with/without initialization.
2593@c
2594@c FIXME 2 is there stuff on this already? break at fun start, already init?
2595
2596@kindex break
41afff9a
EZ
2597@kindex b @r{(@code{break})}
2598@vindex $bpnum@r{, convenience variable}
c906108c
SS
2599@cindex latest breakpoint
2600Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2601@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2602number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2603Vars,, Convenience variables}, for a discussion of what you can do with
2604convenience variables.
2605
2606You have several ways to say where the breakpoint should go.
2607
2608@table @code
2609@item break @var{function}
5d161b24 2610Set a breakpoint at entry to function @var{function}.
c906108c 2611When using source languages that permit overloading of symbols, such as
b37052ae 2612C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2613@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2614
2615@item break +@var{offset}
2616@itemx break -@var{offset}
2617Set a breakpoint some number of lines forward or back from the position
d4f3574e 2618at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2619(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2620
2621@item break @var{linenum}
2622Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2623The current source file is the last file whose source text was printed.
2624The breakpoint will stop your program just before it executes any of the
c906108c
SS
2625code on that line.
2626
2627@item break @var{filename}:@var{linenum}
2628Set a breakpoint at line @var{linenum} in source file @var{filename}.
2629
2630@item break @var{filename}:@var{function}
2631Set a breakpoint at entry to function @var{function} found in file
2632@var{filename}. Specifying a file name as well as a function name is
2633superfluous except when multiple files contain similarly named
2634functions.
2635
2636@item break *@var{address}
2637Set a breakpoint at address @var{address}. You can use this to set
2638breakpoints in parts of your program which do not have debugging
2639information or source files.
2640
2641@item break
2642When called without any arguments, @code{break} sets a breakpoint at
2643the next instruction to be executed in the selected stack frame
2644(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2645innermost, this makes your program stop as soon as control
2646returns to that frame. This is similar to the effect of a
2647@code{finish} command in the frame inside the selected frame---except
2648that @code{finish} does not leave an active breakpoint. If you use
2649@code{break} without an argument in the innermost frame, @value{GDBN} stops
2650the next time it reaches the current location; this may be useful
2651inside loops.
2652
2653@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2654least one instruction has been executed. If it did not do this, you
2655would be unable to proceed past a breakpoint without first disabling the
2656breakpoint. This rule applies whether or not the breakpoint already
2657existed when your program stopped.
2658
2659@item break @dots{} if @var{cond}
2660Set a breakpoint with condition @var{cond}; evaluate the expression
2661@var{cond} each time the breakpoint is reached, and stop only if the
2662value is nonzero---that is, if @var{cond} evaluates as true.
2663@samp{@dots{}} stands for one of the possible arguments described
2664above (or no argument) specifying where to break. @xref{Conditions,
2665,Break conditions}, for more information on breakpoint conditions.
2666
2667@kindex tbreak
2668@item tbreak @var{args}
2669Set a breakpoint enabled only for one stop. @var{args} are the
2670same as for the @code{break} command, and the breakpoint is set in the same
2671way, but the breakpoint is automatically deleted after the first time your
2672program stops there. @xref{Disabling, ,Disabling breakpoints}.
2673
c906108c 2674@kindex hbreak
ba04e063 2675@cindex hardware breakpoints
c906108c 2676@item hbreak @var{args}
d4f3574e
SS
2677Set a hardware-assisted breakpoint. @var{args} are the same as for the
2678@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2679breakpoint requires hardware support and some target hardware may not
2680have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2681debugging, so you can set a breakpoint at an instruction without
2682changing the instruction. This can be used with the new trap-generation
09d4efe1 2683provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
2684will generate traps when a program accesses some data or instruction
2685address that is assigned to the debug registers. However the hardware
2686breakpoint registers can take a limited number of breakpoints. For
2687example, on the DSU, only two data breakpoints can be set at a time, and
2688@value{GDBN} will reject this command if more than two are used. Delete
2689or disable unused hardware breakpoints before setting new ones
2690(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
9c16f35a
EZ
2691For remote targets, you can restrict the number of hardware
2692breakpoints @value{GDBN} will use, see @ref{set remote
2693hardware-breakpoint-limit}.
501eef12 2694
c906108c
SS
2695
2696@kindex thbreak
2697@item thbreak @var{args}
2698Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2699are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2700the same way. However, like the @code{tbreak} command,
c906108c
SS
2701the breakpoint is automatically deleted after the
2702first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2703command, the breakpoint requires hardware support and some target hardware
2704may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2705See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2706
2707@kindex rbreak
2708@cindex regular expression
c45da7e6
EZ
2709@cindex breakpoints in functions matching a regexp
2710@cindex set breakpoints in many functions
c906108c 2711@item rbreak @var{regex}
c906108c 2712Set breakpoints on all functions matching the regular expression
11cf8741
JM
2713@var{regex}. This command sets an unconditional breakpoint on all
2714matches, printing a list of all breakpoints it set. Once these
2715breakpoints are set, they are treated just like the breakpoints set with
2716the @code{break} command. You can delete them, disable them, or make
2717them conditional the same way as any other breakpoint.
2718
2719The syntax of the regular expression is the standard one used with tools
2720like @file{grep}. Note that this is different from the syntax used by
2721shells, so for instance @code{foo*} matches all functions that include
2722an @code{fo} followed by zero or more @code{o}s. There is an implicit
2723@code{.*} leading and trailing the regular expression you supply, so to
2724match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2725
f7dc1244 2726@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 2727When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2728breakpoints on overloaded functions that are not members of any special
2729classes.
c906108c 2730
f7dc1244
EZ
2731@cindex set breakpoints on all functions
2732The @code{rbreak} command can be used to set breakpoints in
2733@strong{all} the functions in a program, like this:
2734
2735@smallexample
2736(@value{GDBP}) rbreak .
2737@end smallexample
2738
c906108c
SS
2739@kindex info breakpoints
2740@cindex @code{$_} and @code{info breakpoints}
2741@item info breakpoints @r{[}@var{n}@r{]}
2742@itemx info break @r{[}@var{n}@r{]}
2743@itemx info watchpoints @r{[}@var{n}@r{]}
2744Print a table of all breakpoints, watchpoints, and catchpoints set and
2745not deleted, with the following columns for each breakpoint:
2746
2747@table @emph
2748@item Breakpoint Numbers
2749@item Type
2750Breakpoint, watchpoint, or catchpoint.
2751@item Disposition
2752Whether the breakpoint is marked to be disabled or deleted when hit.
2753@item Enabled or Disabled
2754Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2755that are not enabled.
2756@item Address
2650777c
JJ
2757Where the breakpoint is in your program, as a memory address. If the
2758breakpoint is pending (see below for details) on a future load of a shared library, the address
2759will be listed as @samp{<PENDING>}.
c906108c
SS
2760@item What
2761Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2762line number. For a pending breakpoint, the original string passed to
2763the breakpoint command will be listed as it cannot be resolved until
2764the appropriate shared library is loaded in the future.
c906108c
SS
2765@end table
2766
2767@noindent
2768If a breakpoint is conditional, @code{info break} shows the condition on
2769the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2770are listed after that. A pending breakpoint is allowed to have a condition
2771specified for it. The condition is not parsed for validity until a shared
2772library is loaded that allows the pending breakpoint to resolve to a
2773valid location.
c906108c
SS
2774
2775@noindent
2776@code{info break} with a breakpoint
2777number @var{n} as argument lists only that breakpoint. The
2778convenience variable @code{$_} and the default examining-address for
2779the @code{x} command are set to the address of the last breakpoint
5d161b24 2780listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2781
2782@noindent
2783@code{info break} displays a count of the number of times the breakpoint
2784has been hit. This is especially useful in conjunction with the
2785@code{ignore} command. You can ignore a large number of breakpoint
2786hits, look at the breakpoint info to see how many times the breakpoint
2787was hit, and then run again, ignoring one less than that number. This
2788will get you quickly to the last hit of that breakpoint.
2789@end table
2790
2791@value{GDBN} allows you to set any number of breakpoints at the same place in
2792your program. There is nothing silly or meaningless about this. When
2793the breakpoints are conditional, this is even useful
2794(@pxref{Conditions, ,Break conditions}).
2795
2650777c 2796@cindex pending breakpoints
dd79a6cf
JJ
2797If a specified breakpoint location cannot be found, it may be due to the fact
2798that the location is in a shared library that is yet to be loaded. In such
2799a case, you may want @value{GDBN} to create a special breakpoint (known as
2800a @dfn{pending breakpoint}) that
2801attempts to resolve itself in the future when an appropriate shared library
2802gets loaded.
2803
2804Pending breakpoints are useful to set at the start of your
2650777c
JJ
2805@value{GDBN} session for locations that you know will be dynamically loaded
2806later by the program being debugged. When shared libraries are loaded,
dd79a6cf
JJ
2807a check is made to see if the load resolves any pending breakpoint locations.
2808If a pending breakpoint location gets resolved,
2809a regular breakpoint is created and the original pending breakpoint is removed.
2810
2811@value{GDBN} provides some additional commands for controlling pending
2812breakpoint support:
2813
2814@kindex set breakpoint pending
2815@kindex show breakpoint pending
2816@table @code
2817@item set breakpoint pending auto
2818This is the default behavior. When @value{GDBN} cannot find the breakpoint
2819location, it queries you whether a pending breakpoint should be created.
2820
2821@item set breakpoint pending on
2822This indicates that an unrecognized breakpoint location should automatically
2823result in a pending breakpoint being created.
2824
2825@item set breakpoint pending off
2826This indicates that pending breakpoints are not to be created. Any
2827unrecognized breakpoint location results in an error. This setting does
2828not affect any pending breakpoints previously created.
2829
2830@item show breakpoint pending
2831Show the current behavior setting for creating pending breakpoints.
2832@end table
2650777c 2833
649e03f6
RM
2834@cindex operations allowed on pending breakpoints
2835Normal breakpoint operations apply to pending breakpoints as well. You may
2836specify a condition for a pending breakpoint and/or commands to run when the
2650777c
JJ
2837breakpoint is reached. You can also enable or disable
2838the pending breakpoint. When you specify a condition for a pending breakpoint,
2839the parsing of the condition will be deferred until the point where the
2840pending breakpoint location is resolved. Disabling a pending breakpoint
2841tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2842shared library load. When a pending breakpoint is re-enabled,
649e03f6 2843@value{GDBN} checks to see if the location is already resolved.
2650777c
JJ
2844This is done because any number of shared library loads could have
2845occurred since the time the breakpoint was disabled and one or more
2846of these loads could resolve the location.
2847
c906108c
SS
2848@cindex negative breakpoint numbers
2849@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2850@value{GDBN} itself sometimes sets breakpoints in your program for
2851special purposes, such as proper handling of @code{longjmp} (in C
2852programs). These internal breakpoints are assigned negative numbers,
2853starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2854You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2855@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2856
2857
6d2ebf8b 2858@node Set Watchpoints
c906108c
SS
2859@subsection Setting watchpoints
2860
2861@cindex setting watchpoints
c906108c
SS
2862You can use a watchpoint to stop execution whenever the value of an
2863expression changes, without having to predict a particular place where
2864this may happen.
2865
82f2d802
EZ
2866@cindex software watchpoints
2867@cindex hardware watchpoints
c906108c 2868Depending on your system, watchpoints may be implemented in software or
2df3850c 2869hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2870program and testing the variable's value each time, which is hundreds of
2871times slower than normal execution. (But this may still be worth it, to
2872catch errors where you have no clue what part of your program is the
2873culprit.)
2874
82f2d802
EZ
2875On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2876x86-based targets, @value{GDBN} includes support for hardware
2877watchpoints, which do not slow down the running of your program.
c906108c
SS
2878
2879@table @code
2880@kindex watch
2881@item watch @var{expr}
2882Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2883is written into by the program and its value changes.
2884
2885@kindex rwatch
2886@item rwatch @var{expr}
09d4efe1
EZ
2887Set a watchpoint that will break when the value of @var{expr} is read
2888by the program.
c906108c
SS
2889
2890@kindex awatch
2891@item awatch @var{expr}
09d4efe1
EZ
2892Set a watchpoint that will break when @var{expr} is either read from
2893or written into by the program.
c906108c
SS
2894
2895@kindex info watchpoints
2896@item info watchpoints
2897This command prints a list of watchpoints, breakpoints, and catchpoints;
09d4efe1 2898it is the same as @code{info break} (@pxref{Set Breaks}).
c906108c
SS
2899@end table
2900
2901@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2902watchpoints execute very quickly, and the debugger reports a change in
2903value at the exact instruction where the change occurs. If @value{GDBN}
2904cannot set a hardware watchpoint, it sets a software watchpoint, which
2905executes more slowly and reports the change in value at the next
82f2d802
EZ
2906@emph{statement}, not the instruction, after the change occurs.
2907
2908@vindex can-use-hw-watchpoints
2909@cindex use only software watchpoints
2910You can force @value{GDBN} to use only software watchpoints with the
2911@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2912zero, @value{GDBN} will never try to use hardware watchpoints, even if
2913the underlying system supports them. (Note that hardware-assisted
2914watchpoints that were set @emph{before} setting
2915@code{can-use-hw-watchpoints} to zero will still use the hardware
2916mechanism of watching expressiion values.)
c906108c 2917
9c16f35a
EZ
2918@table @code
2919@item set can-use-hw-watchpoints
2920@kindex set can-use-hw-watchpoints
2921Set whether or not to use hardware watchpoints.
2922
2923@item show can-use-hw-watchpoints
2924@kindex show can-use-hw-watchpoints
2925Show the current mode of using hardware watchpoints.
2926@end table
2927
2928For remote targets, you can restrict the number of hardware
2929watchpoints @value{GDBN} will use, see @ref{set remote
2930hardware-breakpoint-limit}.
2931
c906108c
SS
2932When you issue the @code{watch} command, @value{GDBN} reports
2933
474c8240 2934@smallexample
c906108c 2935Hardware watchpoint @var{num}: @var{expr}
474c8240 2936@end smallexample
c906108c
SS
2937
2938@noindent
2939if it was able to set a hardware watchpoint.
2940
7be570e7
JM
2941Currently, the @code{awatch} and @code{rwatch} commands can only set
2942hardware watchpoints, because accesses to data that don't change the
2943value of the watched expression cannot be detected without examining
2944every instruction as it is being executed, and @value{GDBN} does not do
2945that currently. If @value{GDBN} finds that it is unable to set a
2946hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2947will print a message like this:
2948
2949@smallexample
2950Expression cannot be implemented with read/access watchpoint.
2951@end smallexample
2952
2953Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2954data type of the watched expression is wider than what a hardware
2955watchpoint on the target machine can handle. For example, some systems
2956can only watch regions that are up to 4 bytes wide; on such systems you
2957cannot set hardware watchpoints for an expression that yields a
2958double-precision floating-point number (which is typically 8 bytes
2959wide). As a work-around, it might be possible to break the large region
2960into a series of smaller ones and watch them with separate watchpoints.
2961
2962If you set too many hardware watchpoints, @value{GDBN} might be unable
2963to insert all of them when you resume the execution of your program.
2964Since the precise number of active watchpoints is unknown until such
2965time as the program is about to be resumed, @value{GDBN} might not be
2966able to warn you about this when you set the watchpoints, and the
2967warning will be printed only when the program is resumed:
2968
2969@smallexample
2970Hardware watchpoint @var{num}: Could not insert watchpoint
2971@end smallexample
2972
2973@noindent
2974If this happens, delete or disable some of the watchpoints.
2975
2976The SPARClite DSU will generate traps when a program accesses some data
2977or instruction address that is assigned to the debug registers. For the
2978data addresses, DSU facilitates the @code{watch} command. However the
2979hardware breakpoint registers can only take two data watchpoints, and
2980both watchpoints must be the same kind. For example, you can set two
2981watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2982@strong{or} two with @code{awatch} commands, but you cannot set one
2983watchpoint with one command and the other with a different command.
c906108c
SS
2984@value{GDBN} will reject the command if you try to mix watchpoints.
2985Delete or disable unused watchpoint commands before setting new ones.
2986
2987If you call a function interactively using @code{print} or @code{call},
2df3850c 2988any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2989kind of breakpoint or the call completes.
2990
7be570e7
JM
2991@value{GDBN} automatically deletes watchpoints that watch local
2992(automatic) variables, or expressions that involve such variables, when
2993they go out of scope, that is, when the execution leaves the block in
2994which these variables were defined. In particular, when the program
2995being debugged terminates, @emph{all} local variables go out of scope,
2996and so only watchpoints that watch global variables remain set. If you
2997rerun the program, you will need to set all such watchpoints again. One
2998way of doing that would be to set a code breakpoint at the entry to the
2999@code{main} function and when it breaks, set all the watchpoints.
3000
c906108c
SS
3001@quotation
3002@cindex watchpoints and threads
3003@cindex threads and watchpoints
c906108c
SS
3004@emph{Warning:} In multi-thread programs, watchpoints have only limited
3005usefulness. With the current watchpoint implementation, @value{GDBN}
3006can only watch the value of an expression @emph{in a single thread}. If
3007you are confident that the expression can only change due to the current
3008thread's activity (and if you are also confident that no other thread
3009can become current), then you can use watchpoints as usual. However,
3010@value{GDBN} may not notice when a non-current thread's activity changes
3011the expression.
53a5351d 3012
d4f3574e 3013@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
3014@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
3015have only limited usefulness. If @value{GDBN} creates a software
3016watchpoint, it can only watch the value of an expression @emph{in a
3017single thread}. If you are confident that the expression can only
3018change due to the current thread's activity (and if you are also
3019confident that no other thread can become current), then you can use
3020software watchpoints as usual. However, @value{GDBN} may not notice
3021when a non-current thread's activity changes the expression. (Hardware
3022watchpoints, in contrast, watch an expression in all threads.)
c906108c 3023@end quotation
c906108c 3024
501eef12
AC
3025@xref{set remote hardware-watchpoint-limit}.
3026
6d2ebf8b 3027@node Set Catchpoints
c906108c 3028@subsection Setting catchpoints
d4f3574e 3029@cindex catchpoints, setting
c906108c
SS
3030@cindex exception handlers
3031@cindex event handling
3032
3033You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 3034kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
3035shared library. Use the @code{catch} command to set a catchpoint.
3036
3037@table @code
3038@kindex catch
3039@item catch @var{event}
3040Stop when @var{event} occurs. @var{event} can be any of the following:
3041@table @code
3042@item throw
4644b6e3 3043@cindex stop on C@t{++} exceptions
b37052ae 3044The throwing of a C@t{++} exception.
c906108c
SS
3045
3046@item catch
b37052ae 3047The catching of a C@t{++} exception.
c906108c
SS
3048
3049@item exec
4644b6e3 3050@cindex break on fork/exec
c906108c
SS
3051A call to @code{exec}. This is currently only available for HP-UX.
3052
3053@item fork
c906108c
SS
3054A call to @code{fork}. This is currently only available for HP-UX.
3055
3056@item vfork
c906108c
SS
3057A call to @code{vfork}. This is currently only available for HP-UX.
3058
3059@item load
3060@itemx load @var{libname}
4644b6e3 3061@cindex break on load/unload of shared library
c906108c
SS
3062The dynamic loading of any shared library, or the loading of the library
3063@var{libname}. This is currently only available for HP-UX.
3064
3065@item unload
3066@itemx unload @var{libname}
c906108c
SS
3067The unloading of any dynamically loaded shared library, or the unloading
3068of the library @var{libname}. This is currently only available for HP-UX.
3069@end table
3070
3071@item tcatch @var{event}
3072Set a catchpoint that is enabled only for one stop. The catchpoint is
3073automatically deleted after the first time the event is caught.
3074
3075@end table
3076
3077Use the @code{info break} command to list the current catchpoints.
3078
b37052ae 3079There are currently some limitations to C@t{++} exception handling
c906108c
SS
3080(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
3081
3082@itemize @bullet
3083@item
3084If you call a function interactively, @value{GDBN} normally returns
3085control to you when the function has finished executing. If the call
3086raises an exception, however, the call may bypass the mechanism that
3087returns control to you and cause your program either to abort or to
3088simply continue running until it hits a breakpoint, catches a signal
3089that @value{GDBN} is listening for, or exits. This is the case even if
3090you set a catchpoint for the exception; catchpoints on exceptions are
3091disabled within interactive calls.
3092
3093@item
3094You cannot raise an exception interactively.
3095
3096@item
3097You cannot install an exception handler interactively.
3098@end itemize
3099
3100@cindex raise exceptions
3101Sometimes @code{catch} is not the best way to debug exception handling:
3102if you need to know exactly where an exception is raised, it is better to
3103stop @emph{before} the exception handler is called, since that way you
3104can see the stack before any unwinding takes place. If you set a
3105breakpoint in an exception handler instead, it may not be easy to find
3106out where the exception was raised.
3107
3108To stop just before an exception handler is called, you need some
b37052ae 3109knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
3110raised by calling a library function named @code{__raise_exception}
3111which has the following ANSI C interface:
3112
474c8240 3113@smallexample
c906108c 3114 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
3115 @var{id} is the exception identifier. */
3116 void __raise_exception (void **addr, void *id);
474c8240 3117@end smallexample
c906108c
SS
3118
3119@noindent
3120To make the debugger catch all exceptions before any stack
3121unwinding takes place, set a breakpoint on @code{__raise_exception}
3122(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3123
3124With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3125that depends on the value of @var{id}, you can stop your program when
3126a specific exception is raised. You can use multiple conditional
3127breakpoints to stop your program when any of a number of exceptions are
3128raised.
3129
3130
6d2ebf8b 3131@node Delete Breaks
c906108c
SS
3132@subsection Deleting breakpoints
3133
3134@cindex clearing breakpoints, watchpoints, catchpoints
3135@cindex deleting breakpoints, watchpoints, catchpoints
3136It is often necessary to eliminate a breakpoint, watchpoint, or
3137catchpoint once it has done its job and you no longer want your program
3138to stop there. This is called @dfn{deleting} the breakpoint. A
3139breakpoint that has been deleted no longer exists; it is forgotten.
3140
3141With the @code{clear} command you can delete breakpoints according to
3142where they are in your program. With the @code{delete} command you can
3143delete individual breakpoints, watchpoints, or catchpoints by specifying
3144their breakpoint numbers.
3145
3146It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3147automatically ignores breakpoints on the first instruction to be executed
3148when you continue execution without changing the execution address.
3149
3150@table @code
3151@kindex clear
3152@item clear
3153Delete any breakpoints at the next instruction to be executed in the
3154selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3155the innermost frame is selected, this is a good way to delete a
3156breakpoint where your program just stopped.
3157
3158@item clear @var{function}
3159@itemx clear @var{filename}:@var{function}
09d4efe1 3160Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
3161
3162@item clear @var{linenum}
3163@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
3164Delete any breakpoints set at or within the code of the specified
3165@var{linenum} of the specified @var{filename}.
c906108c
SS
3166
3167@cindex delete breakpoints
3168@kindex delete
41afff9a 3169@kindex d @r{(@code{delete})}
c5394b80
JM
3170@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3171Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3172ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
3173breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3174confirm off}). You can abbreviate this command as @code{d}.
3175@end table
3176
6d2ebf8b 3177@node Disabling
c906108c
SS
3178@subsection Disabling breakpoints
3179
4644b6e3 3180@cindex enable/disable a breakpoint
c906108c
SS
3181Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3182prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3183it had been deleted, but remembers the information on the breakpoint so
3184that you can @dfn{enable} it again later.
3185
3186You disable and enable breakpoints, watchpoints, and catchpoints with
3187the @code{enable} and @code{disable} commands, optionally specifying one
3188or more breakpoint numbers as arguments. Use @code{info break} or
3189@code{info watch} to print a list of breakpoints, watchpoints, and
3190catchpoints if you do not know which numbers to use.
3191
3192A breakpoint, watchpoint, or catchpoint can have any of four different
3193states of enablement:
3194
3195@itemize @bullet
3196@item
3197Enabled. The breakpoint stops your program. A breakpoint set
3198with the @code{break} command starts out in this state.
3199@item
3200Disabled. The breakpoint has no effect on your program.
3201@item
3202Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3203disabled.
c906108c
SS
3204@item
3205Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3206immediately after it does so it is deleted permanently. A breakpoint
3207set with the @code{tbreak} command starts out in this state.
c906108c
SS
3208@end itemize
3209
3210You can use the following commands to enable or disable breakpoints,
3211watchpoints, and catchpoints:
3212
3213@table @code
c906108c 3214@kindex disable
41afff9a 3215@kindex dis @r{(@code{disable})}
c5394b80 3216@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3217Disable the specified breakpoints---or all breakpoints, if none are
3218listed. A disabled breakpoint has no effect but is not forgotten. All
3219options such as ignore-counts, conditions and commands are remembered in
3220case the breakpoint is enabled again later. You may abbreviate
3221@code{disable} as @code{dis}.
3222
c906108c 3223@kindex enable
c5394b80 3224@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3225Enable the specified breakpoints (or all defined breakpoints). They
3226become effective once again in stopping your program.
3227
c5394b80 3228@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3229Enable the specified breakpoints temporarily. @value{GDBN} disables any
3230of these breakpoints immediately after stopping your program.
3231
c5394b80 3232@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3233Enable the specified breakpoints to work once, then die. @value{GDBN}
3234deletes any of these breakpoints as soon as your program stops there.
09d4efe1 3235Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
3236@end table
3237
d4f3574e
SS
3238@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3239@c confusing: tbreak is also initially enabled.
c906108c
SS
3240Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3241,Setting breakpoints}), breakpoints that you set are initially enabled;
3242subsequently, they become disabled or enabled only when you use one of
3243the commands above. (The command @code{until} can set and delete a
3244breakpoint of its own, but it does not change the state of your other
3245breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3246stepping}.)
3247
6d2ebf8b 3248@node Conditions
c906108c
SS
3249@subsection Break conditions
3250@cindex conditional breakpoints
3251@cindex breakpoint conditions
3252
3253@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3254@c in particular for a watchpoint?
c906108c
SS
3255The simplest sort of breakpoint breaks every time your program reaches a
3256specified place. You can also specify a @dfn{condition} for a
3257breakpoint. A condition is just a Boolean expression in your
3258programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3259a condition evaluates the expression each time your program reaches it,
3260and your program stops only if the condition is @emph{true}.
3261
3262This is the converse of using assertions for program validation; in that
3263situation, you want to stop when the assertion is violated---that is,
3264when the condition is false. In C, if you want to test an assertion expressed
3265by the condition @var{assert}, you should set the condition
3266@samp{! @var{assert}} on the appropriate breakpoint.
3267
3268Conditions are also accepted for watchpoints; you may not need them,
3269since a watchpoint is inspecting the value of an expression anyhow---but
3270it might be simpler, say, to just set a watchpoint on a variable name,
3271and specify a condition that tests whether the new value is an interesting
3272one.
3273
3274Break conditions can have side effects, and may even call functions in
3275your program. This can be useful, for example, to activate functions
3276that log program progress, or to use your own print functions to
3277format special data structures. The effects are completely predictable
3278unless there is another enabled breakpoint at the same address. (In
3279that case, @value{GDBN} might see the other breakpoint first and stop your
3280program without checking the condition of this one.) Note that
d4f3574e
SS
3281breakpoint commands are usually more convenient and flexible than break
3282conditions for the
c906108c
SS
3283purpose of performing side effects when a breakpoint is reached
3284(@pxref{Break Commands, ,Breakpoint command lists}).
3285
3286Break conditions can be specified when a breakpoint is set, by using
3287@samp{if} in the arguments to the @code{break} command. @xref{Set
3288Breaks, ,Setting breakpoints}. They can also be changed at any time
3289with the @code{condition} command.
53a5351d 3290
c906108c
SS
3291You can also use the @code{if} keyword with the @code{watch} command.
3292The @code{catch} command does not recognize the @code{if} keyword;
3293@code{condition} is the only way to impose a further condition on a
3294catchpoint.
c906108c
SS
3295
3296@table @code
3297@kindex condition
3298@item condition @var{bnum} @var{expression}
3299Specify @var{expression} as the break condition for breakpoint,
3300watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3301breakpoint @var{bnum} stops your program only if the value of
3302@var{expression} is true (nonzero, in C). When you use
3303@code{condition}, @value{GDBN} checks @var{expression} immediately for
3304syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3305referents in the context of your breakpoint. If @var{expression} uses
3306symbols not referenced in the context of the breakpoint, @value{GDBN}
3307prints an error message:
3308
474c8240 3309@smallexample
d4f3574e 3310No symbol "foo" in current context.
474c8240 3311@end smallexample
d4f3574e
SS
3312
3313@noindent
c906108c
SS
3314@value{GDBN} does
3315not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3316command (or a command that sets a breakpoint with a condition, like
3317@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3318
3319@item condition @var{bnum}
3320Remove the condition from breakpoint number @var{bnum}. It becomes
3321an ordinary unconditional breakpoint.
3322@end table
3323
3324@cindex ignore count (of breakpoint)
3325A special case of a breakpoint condition is to stop only when the
3326breakpoint has been reached a certain number of times. This is so
3327useful that there is a special way to do it, using the @dfn{ignore
3328count} of the breakpoint. Every breakpoint has an ignore count, which
3329is an integer. Most of the time, the ignore count is zero, and
3330therefore has no effect. But if your program reaches a breakpoint whose
3331ignore count is positive, then instead of stopping, it just decrements
3332the ignore count by one and continues. As a result, if the ignore count
3333value is @var{n}, the breakpoint does not stop the next @var{n} times
3334your program reaches it.
3335
3336@table @code
3337@kindex ignore
3338@item ignore @var{bnum} @var{count}
3339Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3340The next @var{count} times the breakpoint is reached, your program's
3341execution does not stop; other than to decrement the ignore count, @value{GDBN}
3342takes no action.
3343
3344To make the breakpoint stop the next time it is reached, specify
3345a count of zero.
3346
3347When you use @code{continue} to resume execution of your program from a
3348breakpoint, you can specify an ignore count directly as an argument to
3349@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3350Stepping,,Continuing and stepping}.
3351
3352If a breakpoint has a positive ignore count and a condition, the
3353condition is not checked. Once the ignore count reaches zero,
3354@value{GDBN} resumes checking the condition.
3355
3356You could achieve the effect of the ignore count with a condition such
3357as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3358is decremented each time. @xref{Convenience Vars, ,Convenience
3359variables}.
3360@end table
3361
3362Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3363
3364
6d2ebf8b 3365@node Break Commands
c906108c
SS
3366@subsection Breakpoint command lists
3367
3368@cindex breakpoint commands
3369You can give any breakpoint (or watchpoint or catchpoint) a series of
3370commands to execute when your program stops due to that breakpoint. For
3371example, you might want to print the values of certain expressions, or
3372enable other breakpoints.
3373
3374@table @code
3375@kindex commands
3376@kindex end
3377@item commands @r{[}@var{bnum}@r{]}
3378@itemx @dots{} @var{command-list} @dots{}
3379@itemx end
3380Specify a list of commands for breakpoint number @var{bnum}. The commands
3381themselves appear on the following lines. Type a line containing just
3382@code{end} to terminate the commands.
3383
3384To remove all commands from a breakpoint, type @code{commands} and
3385follow it immediately with @code{end}; that is, give no commands.
3386
3387With no @var{bnum} argument, @code{commands} refers to the last
3388breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3389recently encountered).
3390@end table
3391
3392Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3393disabled within a @var{command-list}.
3394
3395You can use breakpoint commands to start your program up again. Simply
3396use the @code{continue} command, or @code{step}, or any other command
3397that resumes execution.
3398
3399Any other commands in the command list, after a command that resumes
3400execution, are ignored. This is because any time you resume execution
3401(even with a simple @code{next} or @code{step}), you may encounter
3402another breakpoint---which could have its own command list, leading to
3403ambiguities about which list to execute.
3404
3405@kindex silent
3406If the first command you specify in a command list is @code{silent}, the
3407usual message about stopping at a breakpoint is not printed. This may
3408be desirable for breakpoints that are to print a specific message and
3409then continue. If none of the remaining commands print anything, you
3410see no sign that the breakpoint was reached. @code{silent} is
3411meaningful only at the beginning of a breakpoint command list.
3412
3413The commands @code{echo}, @code{output}, and @code{printf} allow you to
3414print precisely controlled output, and are often useful in silent
3415breakpoints. @xref{Output, ,Commands for controlled output}.
3416
3417For example, here is how you could use breakpoint commands to print the
3418value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3419
474c8240 3420@smallexample
c906108c
SS
3421break foo if x>0
3422commands
3423silent
3424printf "x is %d\n",x
3425cont
3426end
474c8240 3427@end smallexample
c906108c
SS
3428
3429One application for breakpoint commands is to compensate for one bug so
3430you can test for another. Put a breakpoint just after the erroneous line
3431of code, give it a condition to detect the case in which something
3432erroneous has been done, and give it commands to assign correct values
3433to any variables that need them. End with the @code{continue} command
3434so that your program does not stop, and start with the @code{silent}
3435command so that no output is produced. Here is an example:
3436
474c8240 3437@smallexample
c906108c
SS
3438break 403
3439commands
3440silent
3441set x = y + 4
3442cont
3443end
474c8240 3444@end smallexample
c906108c 3445
6d2ebf8b 3446@node Breakpoint Menus
c906108c
SS
3447@subsection Breakpoint menus
3448@cindex overloading
3449@cindex symbol overloading
3450
b383017d 3451Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3452single function name
c906108c
SS
3453to be defined several times, for application in different contexts.
3454This is called @dfn{overloading}. When a function name is overloaded,
3455@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3456a breakpoint. If you realize this is a problem, you can use
3457something like @samp{break @var{function}(@var{types})} to specify which
3458particular version of the function you want. Otherwise, @value{GDBN} offers
3459you a menu of numbered choices for different possible breakpoints, and
3460waits for your selection with the prompt @samp{>}. The first two
3461options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3462sets a breakpoint at each definition of @var{function}, and typing
3463@kbd{0} aborts the @code{break} command without setting any new
3464breakpoints.
3465
3466For example, the following session excerpt shows an attempt to set a
3467breakpoint at the overloaded symbol @code{String::after}.
3468We choose three particular definitions of that function name:
3469
3470@c FIXME! This is likely to change to show arg type lists, at least
3471@smallexample
3472@group
3473(@value{GDBP}) b String::after
3474[0] cancel
3475[1] all
3476[2] file:String.cc; line number:867
3477[3] file:String.cc; line number:860
3478[4] file:String.cc; line number:875
3479[5] file:String.cc; line number:853
3480[6] file:String.cc; line number:846
3481[7] file:String.cc; line number:735
3482> 2 4 6
3483Breakpoint 1 at 0xb26c: file String.cc, line 867.
3484Breakpoint 2 at 0xb344: file String.cc, line 875.
3485Breakpoint 3 at 0xafcc: file String.cc, line 846.
3486Multiple breakpoints were set.
3487Use the "delete" command to delete unwanted
3488 breakpoints.
3489(@value{GDBP})
3490@end group
3491@end smallexample
c906108c
SS
3492
3493@c @ifclear BARETARGET
6d2ebf8b 3494@node Error in Breakpoints
d4f3574e 3495@subsection ``Cannot insert breakpoints''
c906108c
SS
3496@c
3497@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3498@c
d4f3574e
SS
3499Under some operating systems, breakpoints cannot be used in a program if
3500any other process is running that program. In this situation,
5d161b24 3501attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3502@value{GDBN} to print an error message:
3503
474c8240 3504@smallexample
d4f3574e
SS
3505Cannot insert breakpoints.
3506The same program may be running in another process.
474c8240 3507@end smallexample
d4f3574e
SS
3508
3509When this happens, you have three ways to proceed:
3510
3511@enumerate
3512@item
3513Remove or disable the breakpoints, then continue.
3514
3515@item
5d161b24 3516Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3517name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3518that @value{GDBN} should run your program under that name.
d4f3574e
SS
3519Then start your program again.
3520
3521@item
3522Relink your program so that the text segment is nonsharable, using the
3523linker option @samp{-N}. The operating system limitation may not apply
3524to nonsharable executables.
3525@end enumerate
c906108c
SS
3526@c @end ifclear
3527
d4f3574e
SS
3528A similar message can be printed if you request too many active
3529hardware-assisted breakpoints and watchpoints:
3530
3531@c FIXME: the precise wording of this message may change; the relevant
3532@c source change is not committed yet (Sep 3, 1999).
3533@smallexample
3534Stopped; cannot insert breakpoints.
3535You may have requested too many hardware breakpoints and watchpoints.
3536@end smallexample
3537
3538@noindent
3539This message is printed when you attempt to resume the program, since
3540only then @value{GDBN} knows exactly how many hardware breakpoints and
3541watchpoints it needs to insert.
3542
3543When this message is printed, you need to disable or remove some of the
3544hardware-assisted breakpoints and watchpoints, and then continue.
3545
1485d690
KB
3546@node Breakpoint related warnings
3547@subsection ``Breakpoint address adjusted...''
3548@cindex breakpoint address adjusted
3549
3550Some processor architectures place constraints on the addresses at
3551which breakpoints may be placed. For architectures thus constrained,
3552@value{GDBN} will attempt to adjust the breakpoint's address to comply
3553with the constraints dictated by the architecture.
3554
3555One example of such an architecture is the Fujitsu FR-V. The FR-V is
3556a VLIW architecture in which a number of RISC-like instructions may be
3557bundled together for parallel execution. The FR-V architecture
3558constrains the location of a breakpoint instruction within such a
3559bundle to the instruction with the lowest address. @value{GDBN}
3560honors this constraint by adjusting a breakpoint's address to the
3561first in the bundle.
3562
3563It is not uncommon for optimized code to have bundles which contain
3564instructions from different source statements, thus it may happen that
3565a breakpoint's address will be adjusted from one source statement to
3566another. Since this adjustment may significantly alter @value{GDBN}'s
3567breakpoint related behavior from what the user expects, a warning is
3568printed when the breakpoint is first set and also when the breakpoint
3569is hit.
3570
3571A warning like the one below is printed when setting a breakpoint
3572that's been subject to address adjustment:
3573
3574@smallexample
3575warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3576@end smallexample
3577
3578Such warnings are printed both for user settable and @value{GDBN}'s
3579internal breakpoints. If you see one of these warnings, you should
3580verify that a breakpoint set at the adjusted address will have the
3581desired affect. If not, the breakpoint in question may be removed and
b383017d 3582other breakpoints may be set which will have the desired behavior.
1485d690
KB
3583E.g., it may be sufficient to place the breakpoint at a later
3584instruction. A conditional breakpoint may also be useful in some
3585cases to prevent the breakpoint from triggering too often.
3586
3587@value{GDBN} will also issue a warning when stopping at one of these
3588adjusted breakpoints:
3589
3590@smallexample
3591warning: Breakpoint 1 address previously adjusted from 0x00010414
3592to 0x00010410.
3593@end smallexample
3594
3595When this warning is encountered, it may be too late to take remedial
3596action except in cases where the breakpoint is hit earlier or more
3597frequently than expected.
d4f3574e 3598
6d2ebf8b 3599@node Continuing and Stepping
c906108c
SS
3600@section Continuing and stepping
3601
3602@cindex stepping
3603@cindex continuing
3604@cindex resuming execution
3605@dfn{Continuing} means resuming program execution until your program
3606completes normally. In contrast, @dfn{stepping} means executing just
3607one more ``step'' of your program, where ``step'' may mean either one
3608line of source code, or one machine instruction (depending on what
7a292a7a
SS
3609particular command you use). Either when continuing or when stepping,
3610your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3611it stops due to a signal, you may want to use @code{handle}, or use
3612@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3613
3614@table @code
3615@kindex continue
41afff9a
EZ
3616@kindex c @r{(@code{continue})}
3617@kindex fg @r{(resume foreground execution)}
c906108c
SS
3618@item continue @r{[}@var{ignore-count}@r{]}
3619@itemx c @r{[}@var{ignore-count}@r{]}
3620@itemx fg @r{[}@var{ignore-count}@r{]}
3621Resume program execution, at the address where your program last stopped;
3622any breakpoints set at that address are bypassed. The optional argument
3623@var{ignore-count} allows you to specify a further number of times to
3624ignore a breakpoint at this location; its effect is like that of
3625@code{ignore} (@pxref{Conditions, ,Break conditions}).
3626
3627The argument @var{ignore-count} is meaningful only when your program
3628stopped due to a breakpoint. At other times, the argument to
3629@code{continue} is ignored.
3630
d4f3574e
SS
3631The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3632debugged program is deemed to be the foreground program) are provided
3633purely for convenience, and have exactly the same behavior as
3634@code{continue}.
c906108c
SS
3635@end table
3636
3637To resume execution at a different place, you can use @code{return}
3638(@pxref{Returning, ,Returning from a function}) to go back to the
3639calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3640different address}) to go to an arbitrary location in your program.
3641
3642A typical technique for using stepping is to set a breakpoint
3643(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3644beginning of the function or the section of your program where a problem
3645is believed to lie, run your program until it stops at that breakpoint,
3646and then step through the suspect area, examining the variables that are
3647interesting, until you see the problem happen.
3648
3649@table @code
3650@kindex step
41afff9a 3651@kindex s @r{(@code{step})}
c906108c
SS
3652@item step
3653Continue running your program until control reaches a different source
3654line, then stop it and return control to @value{GDBN}. This command is
3655abbreviated @code{s}.
3656
3657@quotation
3658@c "without debugging information" is imprecise; actually "without line
3659@c numbers in the debugging information". (gcc -g1 has debugging info but
3660@c not line numbers). But it seems complex to try to make that
3661@c distinction here.
3662@emph{Warning:} If you use the @code{step} command while control is
3663within a function that was compiled without debugging information,
3664execution proceeds until control reaches a function that does have
3665debugging information. Likewise, it will not step into a function which
3666is compiled without debugging information. To step through functions
3667without debugging information, use the @code{stepi} command, described
3668below.
3669@end quotation
3670
4a92d011
EZ
3671The @code{step} command only stops at the first instruction of a source
3672line. This prevents the multiple stops that could otherwise occur in
3673@code{switch} statements, @code{for} loops, etc. @code{step} continues
3674to stop if a function that has debugging information is called within
3675the line. In other words, @code{step} @emph{steps inside} any functions
3676called within the line.
c906108c 3677
d4f3574e
SS
3678Also, the @code{step} command only enters a function if there is line
3679number information for the function. Otherwise it acts like the
5d161b24 3680@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3681on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3682was any debugging information about the routine.
c906108c
SS
3683
3684@item step @var{count}
3685Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3686breakpoint is reached, or a signal not related to stepping occurs before
3687@var{count} steps, stepping stops right away.
c906108c
SS
3688
3689@kindex next
41afff9a 3690@kindex n @r{(@code{next})}
c906108c
SS
3691@item next @r{[}@var{count}@r{]}
3692Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3693This is similar to @code{step}, but function calls that appear within
3694the line of code are executed without stopping. Execution stops when
3695control reaches a different line of code at the original stack level
3696that was executing when you gave the @code{next} command. This command
3697is abbreviated @code{n}.
c906108c
SS
3698
3699An argument @var{count} is a repeat count, as for @code{step}.
3700
3701
3702@c FIX ME!! Do we delete this, or is there a way it fits in with
3703@c the following paragraph? --- Vctoria
3704@c
3705@c @code{next} within a function that lacks debugging information acts like
3706@c @code{step}, but any function calls appearing within the code of the
3707@c function are executed without stopping.
3708
d4f3574e
SS
3709The @code{next} command only stops at the first instruction of a
3710source line. This prevents multiple stops that could otherwise occur in
4a92d011 3711@code{switch} statements, @code{for} loops, etc.
c906108c 3712
b90a5f51
CF
3713@kindex set step-mode
3714@item set step-mode
3715@cindex functions without line info, and stepping
3716@cindex stepping into functions with no line info
3717@itemx set step-mode on
4a92d011 3718The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3719stop at the first instruction of a function which contains no debug line
3720information rather than stepping over it.
3721
4a92d011
EZ
3722This is useful in cases where you may be interested in inspecting the
3723machine instructions of a function which has no symbolic info and do not
3724want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3725
3726@item set step-mode off
4a92d011 3727Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3728debug information. This is the default.
3729
9c16f35a
EZ
3730@item show step-mode
3731Show whether @value{GDBN} will stop in or step over functions without
3732source line debug information.
3733
c906108c
SS
3734@kindex finish
3735@item finish
3736Continue running until just after function in the selected stack frame
3737returns. Print the returned value (if any).
3738
3739Contrast this with the @code{return} command (@pxref{Returning,
3740,Returning from a function}).
3741
3742@kindex until
41afff9a 3743@kindex u @r{(@code{until})}
09d4efe1 3744@cindex run until specified location
c906108c
SS
3745@item until
3746@itemx u
3747Continue running until a source line past the current line, in the
3748current stack frame, is reached. This command is used to avoid single
3749stepping through a loop more than once. It is like the @code{next}
3750command, except that when @code{until} encounters a jump, it
3751automatically continues execution until the program counter is greater
3752than the address of the jump.
3753
3754This means that when you reach the end of a loop after single stepping
3755though it, @code{until} makes your program continue execution until it
3756exits the loop. In contrast, a @code{next} command at the end of a loop
3757simply steps back to the beginning of the loop, which forces you to step
3758through the next iteration.
3759
3760@code{until} always stops your program if it attempts to exit the current
3761stack frame.
3762
3763@code{until} may produce somewhat counterintuitive results if the order
3764of machine code does not match the order of the source lines. For
3765example, in the following excerpt from a debugging session, the @code{f}
3766(@code{frame}) command shows that execution is stopped at line
3767@code{206}; yet when we use @code{until}, we get to line @code{195}:
3768
474c8240 3769@smallexample
c906108c
SS
3770(@value{GDBP}) f
3771#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3772206 expand_input();
3773(@value{GDBP}) until
3774195 for ( ; argc > 0; NEXTARG) @{
474c8240 3775@end smallexample
c906108c
SS
3776
3777This happened because, for execution efficiency, the compiler had
3778generated code for the loop closure test at the end, rather than the
3779start, of the loop---even though the test in a C @code{for}-loop is
3780written before the body of the loop. The @code{until} command appeared
3781to step back to the beginning of the loop when it advanced to this
3782expression; however, it has not really gone to an earlier
3783statement---not in terms of the actual machine code.
3784
3785@code{until} with no argument works by means of single
3786instruction stepping, and hence is slower than @code{until} with an
3787argument.
3788
3789@item until @var{location}
3790@itemx u @var{location}
3791Continue running your program until either the specified location is
3792reached, or the current stack frame returns. @var{location} is any of
3793the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3794,Setting breakpoints}). This form of the command uses breakpoints, and
3795hence is quicker than @code{until} without an argument. The specified
3796location is actually reached only if it is in the current frame. This
3797implies that @code{until} can be used to skip over recursive function
3798invocations. For instance in the code below, if the current location is
3799line @code{96}, issuing @code{until 99} will execute the program up to
3800line @code{99} in the same invocation of factorial, i.e. after the inner
3801invocations have returned.
3802
3803@smallexample
380494 int factorial (int value)
380595 @{
380696 if (value > 1) @{
380797 value *= factorial (value - 1);
380898 @}
380999 return (value);
3810100 @}
3811@end smallexample
3812
3813
3814@kindex advance @var{location}
3815@itemx advance @var{location}
09d4efe1
EZ
3816Continue running the program up to the given @var{location}. An argument is
3817required, which should be of the same form as arguments for the @code{break}
c60eb6f1
EZ
3818command. Execution will also stop upon exit from the current stack
3819frame. This command is similar to @code{until}, but @code{advance} will
3820not skip over recursive function calls, and the target location doesn't
3821have to be in the same frame as the current one.
3822
c906108c
SS
3823
3824@kindex stepi
41afff9a 3825@kindex si @r{(@code{stepi})}
c906108c 3826@item stepi
96a2c332 3827@itemx stepi @var{arg}
c906108c
SS
3828@itemx si
3829Execute one machine instruction, then stop and return to the debugger.
3830
3831It is often useful to do @samp{display/i $pc} when stepping by machine
3832instructions. This makes @value{GDBN} automatically display the next
3833instruction to be executed, each time your program stops. @xref{Auto
3834Display,, Automatic display}.
3835
3836An argument is a repeat count, as in @code{step}.
3837
3838@need 750
3839@kindex nexti
41afff9a 3840@kindex ni @r{(@code{nexti})}
c906108c 3841@item nexti
96a2c332 3842@itemx nexti @var{arg}
c906108c
SS
3843@itemx ni
3844Execute one machine instruction, but if it is a function call,
3845proceed until the function returns.
3846
3847An argument is a repeat count, as in @code{next}.
3848@end table
3849
6d2ebf8b 3850@node Signals
c906108c
SS
3851@section Signals
3852@cindex signals
3853
3854A signal is an asynchronous event that can happen in a program. The
3855operating system defines the possible kinds of signals, and gives each
3856kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3857signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3858@code{SIGSEGV} is the signal a program gets from referencing a place in
3859memory far away from all the areas in use; @code{SIGALRM} occurs when
3860the alarm clock timer goes off (which happens only if your program has
3861requested an alarm).
3862
3863@cindex fatal signals
3864Some signals, including @code{SIGALRM}, are a normal part of the
3865functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3866errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3867program has not specified in advance some other way to handle the signal.
3868@code{SIGINT} does not indicate an error in your program, but it is normally
3869fatal so it can carry out the purpose of the interrupt: to kill the program.
3870
3871@value{GDBN} has the ability to detect any occurrence of a signal in your
3872program. You can tell @value{GDBN} in advance what to do for each kind of
3873signal.
3874
3875@cindex handling signals
24f93129
EZ
3876Normally, @value{GDBN} is set up to let the non-erroneous signals like
3877@code{SIGALRM} be silently passed to your program
3878(so as not to interfere with their role in the program's functioning)
c906108c
SS
3879but to stop your program immediately whenever an error signal happens.
3880You can change these settings with the @code{handle} command.
3881
3882@table @code
3883@kindex info signals
09d4efe1 3884@kindex info handle
c906108c 3885@item info signals
96a2c332 3886@itemx info handle
c906108c
SS
3887Print a table of all the kinds of signals and how @value{GDBN} has been told to
3888handle each one. You can use this to see the signal numbers of all
3889the defined types of signals.
3890
d4f3574e 3891@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3892
3893@kindex handle
3894@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3895Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3896can be the number of a signal or its name (with or without the
24f93129 3897@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3898@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3899known signals. The @var{keywords} say what change to make.
c906108c
SS
3900@end table
3901
3902@c @group
3903The keywords allowed by the @code{handle} command can be abbreviated.
3904Their full names are:
3905
3906@table @code
3907@item nostop
3908@value{GDBN} should not stop your program when this signal happens. It may
3909still print a message telling you that the signal has come in.
3910
3911@item stop
3912@value{GDBN} should stop your program when this signal happens. This implies
3913the @code{print} keyword as well.
3914
3915@item print
3916@value{GDBN} should print a message when this signal happens.
3917
3918@item noprint
3919@value{GDBN} should not mention the occurrence of the signal at all. This
3920implies the @code{nostop} keyword as well.
3921
3922@item pass
5ece1a18 3923@itemx noignore
c906108c
SS
3924@value{GDBN} should allow your program to see this signal; your program
3925can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3926and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3927
3928@item nopass
5ece1a18 3929@itemx ignore
c906108c 3930@value{GDBN} should not allow your program to see this signal.
5ece1a18 3931@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3932@end table
3933@c @end group
3934
d4f3574e
SS
3935When a signal stops your program, the signal is not visible to the
3936program until you
c906108c
SS
3937continue. Your program sees the signal then, if @code{pass} is in
3938effect for the signal in question @emph{at that time}. In other words,
3939after @value{GDBN} reports a signal, you can use the @code{handle}
3940command with @code{pass} or @code{nopass} to control whether your
3941program sees that signal when you continue.
3942
24f93129
EZ
3943The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3944non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3945@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3946erroneous signals.
3947
c906108c
SS
3948You can also use the @code{signal} command to prevent your program from
3949seeing a signal, or cause it to see a signal it normally would not see,
3950or to give it any signal at any time. For example, if your program stopped
3951due to some sort of memory reference error, you might store correct
3952values into the erroneous variables and continue, hoping to see more
3953execution; but your program would probably terminate immediately as
3954a result of the fatal signal once it saw the signal. To prevent this,
3955you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3956program a signal}.
c906108c 3957
6d2ebf8b 3958@node Thread Stops
c906108c
SS
3959@section Stopping and starting multi-thread programs
3960
3961When your program has multiple threads (@pxref{Threads,, Debugging
3962programs with multiple threads}), you can choose whether to set
3963breakpoints on all threads, or on a particular thread.
3964
3965@table @code
3966@cindex breakpoints and threads
3967@cindex thread breakpoints
3968@kindex break @dots{} thread @var{threadno}
3969@item break @var{linespec} thread @var{threadno}
3970@itemx break @var{linespec} thread @var{threadno} if @dots{}
3971@var{linespec} specifies source lines; there are several ways of
3972writing them, but the effect is always to specify some source line.
3973
3974Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3975to specify that you only want @value{GDBN} to stop the program when a
3976particular thread reaches this breakpoint. @var{threadno} is one of the
3977numeric thread identifiers assigned by @value{GDBN}, shown in the first
3978column of the @samp{info threads} display.
3979
3980If you do not specify @samp{thread @var{threadno}} when you set a
3981breakpoint, the breakpoint applies to @emph{all} threads of your
3982program.
3983
3984You can use the @code{thread} qualifier on conditional breakpoints as
3985well; in this case, place @samp{thread @var{threadno}} before the
3986breakpoint condition, like this:
3987
3988@smallexample
2df3850c 3989(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3990@end smallexample
3991
3992@end table
3993
3994@cindex stopped threads
3995@cindex threads, stopped
3996Whenever your program stops under @value{GDBN} for any reason,
3997@emph{all} threads of execution stop, not just the current thread. This
3998allows you to examine the overall state of the program, including
3999switching between threads, without worrying that things may change
4000underfoot.
4001
36d86913
MC
4002@cindex thread breakpoints and system calls
4003@cindex system calls and thread breakpoints
4004@cindex premature return from system calls
4005There is an unfortunate side effect. If one thread stops for a
4006breakpoint, or for some other reason, and another thread is blocked in a
4007system call, then the system call may return prematurely. This is a
4008consequence of the interaction between multiple threads and the signals
4009that @value{GDBN} uses to implement breakpoints and other events that
4010stop execution.
4011
4012To handle this problem, your program should check the return value of
4013each system call and react appropriately. This is good programming
4014style anyways.
4015
4016For example, do not write code like this:
4017
4018@smallexample
4019 sleep (10);
4020@end smallexample
4021
4022The call to @code{sleep} will return early if a different thread stops
4023at a breakpoint or for some other reason.
4024
4025Instead, write this:
4026
4027@smallexample
4028 int unslept = 10;
4029 while (unslept > 0)
4030 unslept = sleep (unslept);
4031@end smallexample
4032
4033A system call is allowed to return early, so the system is still
4034conforming to its specification. But @value{GDBN} does cause your
4035multi-threaded program to behave differently than it would without
4036@value{GDBN}.
4037
4038Also, @value{GDBN} uses internal breakpoints in the thread library to
4039monitor certain events such as thread creation and thread destruction.
4040When such an event happens, a system call in another thread may return
4041prematurely, even though your program does not appear to stop.
4042
c906108c
SS
4043@cindex continuing threads
4044@cindex threads, continuing
4045Conversely, whenever you restart the program, @emph{all} threads start
4046executing. @emph{This is true even when single-stepping} with commands
5d161b24 4047like @code{step} or @code{next}.
c906108c
SS
4048
4049In particular, @value{GDBN} cannot single-step all threads in lockstep.
4050Since thread scheduling is up to your debugging target's operating
4051system (not controlled by @value{GDBN}), other threads may
4052execute more than one statement while the current thread completes a
4053single step. Moreover, in general other threads stop in the middle of a
4054statement, rather than at a clean statement boundary, when the program
4055stops.
4056
4057You might even find your program stopped in another thread after
4058continuing or even single-stepping. This happens whenever some other
4059thread runs into a breakpoint, a signal, or an exception before the
4060first thread completes whatever you requested.
4061
4062On some OSes, you can lock the OS scheduler and thus allow only a single
4063thread to run.
4064
4065@table @code
4066@item set scheduler-locking @var{mode}
9c16f35a
EZ
4067@cindex scheduler locking mode
4068@cindex lock scheduler
c906108c
SS
4069Set the scheduler locking mode. If it is @code{off}, then there is no
4070locking and any thread may run at any time. If @code{on}, then only the
4071current thread may run when the inferior is resumed. The @code{step}
4072mode optimizes for single-stepping. It stops other threads from
4073``seizing the prompt'' by preempting the current thread while you are
4074stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 4075when you step. They are more likely to run when you @samp{next} over a
c906108c 4076function call, and they are completely free to run when you use commands
d4f3574e 4077like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 4078thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 4079@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
4080
4081@item show scheduler-locking
4082Display the current scheduler locking mode.
4083@end table
4084
c906108c 4085
6d2ebf8b 4086@node Stack
c906108c
SS
4087@chapter Examining the Stack
4088
4089When your program has stopped, the first thing you need to know is where it
4090stopped and how it got there.
4091
4092@cindex call stack
5d161b24
DB
4093Each time your program performs a function call, information about the call
4094is generated.
4095That information includes the location of the call in your program,
4096the arguments of the call,
c906108c 4097and the local variables of the function being called.
5d161b24 4098The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
4099The stack frames are allocated in a region of memory called the @dfn{call
4100stack}.
4101
4102When your program stops, the @value{GDBN} commands for examining the
4103stack allow you to see all of this information.
4104
4105@cindex selected frame
4106One of the stack frames is @dfn{selected} by @value{GDBN} and many
4107@value{GDBN} commands refer implicitly to the selected frame. In
4108particular, whenever you ask @value{GDBN} for the value of a variable in
4109your program, the value is found in the selected frame. There are
4110special @value{GDBN} commands to select whichever frame you are
4111interested in. @xref{Selection, ,Selecting a frame}.
4112
4113When your program stops, @value{GDBN} automatically selects the
5d161b24 4114currently executing frame and describes it briefly, similar to the
c906108c
SS
4115@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4116
4117@menu
4118* Frames:: Stack frames
4119* Backtrace:: Backtraces
4120* Selection:: Selecting a frame
4121* Frame Info:: Information on a frame
c906108c
SS
4122
4123@end menu
4124
6d2ebf8b 4125@node Frames
c906108c
SS
4126@section Stack frames
4127
d4f3574e 4128@cindex frame, definition
c906108c
SS
4129@cindex stack frame
4130The call stack is divided up into contiguous pieces called @dfn{stack
4131frames}, or @dfn{frames} for short; each frame is the data associated
4132with one call to one function. The frame contains the arguments given
4133to the function, the function's local variables, and the address at
4134which the function is executing.
4135
4136@cindex initial frame
4137@cindex outermost frame
4138@cindex innermost frame
4139When your program is started, the stack has only one frame, that of the
4140function @code{main}. This is called the @dfn{initial} frame or the
4141@dfn{outermost} frame. Each time a function is called, a new frame is
4142made. Each time a function returns, the frame for that function invocation
4143is eliminated. If a function is recursive, there can be many frames for
4144the same function. The frame for the function in which execution is
4145actually occurring is called the @dfn{innermost} frame. This is the most
4146recently created of all the stack frames that still exist.
4147
4148@cindex frame pointer
4149Inside your program, stack frames are identified by their addresses. A
4150stack frame consists of many bytes, each of which has its own address; each
4151kind of computer has a convention for choosing one byte whose
4152address serves as the address of the frame. Usually this address is kept
4153in a register called the @dfn{frame pointer register} while execution is
4154going on in that frame.
4155
4156@cindex frame number
4157@value{GDBN} assigns numbers to all existing stack frames, starting with
4158zero for the innermost frame, one for the frame that called it,
4159and so on upward. These numbers do not really exist in your program;
4160they are assigned by @value{GDBN} to give you a way of designating stack
4161frames in @value{GDBN} commands.
4162
6d2ebf8b
SS
4163@c The -fomit-frame-pointer below perennially causes hbox overflow
4164@c underflow problems.
c906108c
SS
4165@cindex frameless execution
4166Some compilers provide a way to compile functions so that they operate
6d2ebf8b 4167without stack frames. (For example, the @value{GCC} option
474c8240 4168@smallexample
6d2ebf8b 4169@samp{-fomit-frame-pointer}
474c8240 4170@end smallexample
6d2ebf8b 4171generates functions without a frame.)
c906108c
SS
4172This is occasionally done with heavily used library functions to save
4173the frame setup time. @value{GDBN} has limited facilities for dealing
4174with these function invocations. If the innermost function invocation
4175has no stack frame, @value{GDBN} nevertheless regards it as though
4176it had a separate frame, which is numbered zero as usual, allowing
4177correct tracing of the function call chain. However, @value{GDBN} has
4178no provision for frameless functions elsewhere in the stack.
4179
4180@table @code
d4f3574e 4181@kindex frame@r{, command}
41afff9a 4182@cindex current stack frame
c906108c 4183@item frame @var{args}
5d161b24 4184The @code{frame} command allows you to move from one stack frame to another,
c906108c 4185and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
4186address of the frame or the stack frame number. Without an argument,
4187@code{frame} prints the current stack frame.
c906108c
SS
4188
4189@kindex select-frame
41afff9a 4190@cindex selecting frame silently
c906108c
SS
4191@item select-frame
4192The @code{select-frame} command allows you to move from one stack frame
4193to another without printing the frame. This is the silent version of
4194@code{frame}.
4195@end table
4196
6d2ebf8b 4197@node Backtrace
c906108c
SS
4198@section Backtraces
4199
09d4efe1
EZ
4200@cindex traceback
4201@cindex call stack traces
c906108c
SS
4202A backtrace is a summary of how your program got where it is. It shows one
4203line per frame, for many frames, starting with the currently executing
4204frame (frame zero), followed by its caller (frame one), and on up the
4205stack.
4206
4207@table @code
4208@kindex backtrace
41afff9a 4209@kindex bt @r{(@code{backtrace})}
c906108c
SS
4210@item backtrace
4211@itemx bt
4212Print a backtrace of the entire stack: one line per frame for all
4213frames in the stack.
4214
4215You can stop the backtrace at any time by typing the system interrupt
4216character, normally @kbd{C-c}.
4217
4218@item backtrace @var{n}
4219@itemx bt @var{n}
4220Similar, but print only the innermost @var{n} frames.
4221
4222@item backtrace -@var{n}
4223@itemx bt -@var{n}
4224Similar, but print only the outermost @var{n} frames.
0f061b69
NR
4225
4226@item backtrace full
4227Print the values of the local variables also.
4228@itemx bt full
c906108c
SS
4229@end table
4230
4231@kindex where
4232@kindex info stack
c906108c
SS
4233The names @code{where} and @code{info stack} (abbreviated @code{info s})
4234are additional aliases for @code{backtrace}.
4235
4236Each line in the backtrace shows the frame number and the function name.
4237The program counter value is also shown---unless you use @code{set
4238print address off}. The backtrace also shows the source file name and
4239line number, as well as the arguments to the function. The program
4240counter value is omitted if it is at the beginning of the code for that
4241line number.
4242
4243Here is an example of a backtrace. It was made with the command
4244@samp{bt 3}, so it shows the innermost three frames.
4245
4246@smallexample
4247@group
5d161b24 4248#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4249 at builtin.c:993
4250#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4251#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4252 at macro.c:71
4253(More stack frames follow...)
4254@end group
4255@end smallexample
4256
4257@noindent
4258The display for frame zero does not begin with a program counter
4259value, indicating that your program has stopped at the beginning of the
4260code for line @code{993} of @code{builtin.c}.
4261
18999be5
EZ
4262@cindex value optimized out, in backtrace
4263@cindex function call arguments, optimized out
4264If your program was compiled with optimizations, some compilers will
4265optimize away arguments passed to functions if those arguments are
4266never used after the call. Such optimizations generate code that
4267passes arguments through registers, but doesn't store those arguments
4268in the stack frame. @value{GDBN} has no way of displaying such
4269arguments in stack frames other than the innermost one. Here's what
4270such a backtrace might look like:
4271
4272@smallexample
4273@group
4274#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4275 at builtin.c:993
4276#1 0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
4277#2 0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
4278 at macro.c:71
4279(More stack frames follow...)
4280@end group
4281@end smallexample
4282
4283@noindent
4284The values of arguments that were not saved in their stack frames are
4285shown as @samp{<value optimized out>}.
4286
4287If you need to display the values of such optimized-out arguments,
4288either deduce that from other variables whose values depend on the one
4289you are interested in, or recompile without optimizations.
4290
a8f24a35
EZ
4291@cindex backtrace beyond @code{main} function
4292@cindex program entry point
4293@cindex startup code, and backtrace
25d29d70
AC
4294Most programs have a standard user entry point---a place where system
4295libraries and startup code transition into user code. For C this is
4296@code{main}. When @value{GDBN} finds the entry function in a backtrace
4297it will terminate the backtrace, to avoid tracing into highly
4298system-specific (and generally uninteresting) code.
4299
4300If you need to examine the startup code, or limit the number of levels
4301in a backtrace, you can change this behavior:
95f90d25
DJ
4302
4303@table @code
25d29d70
AC
4304@item set backtrace past-main
4305@itemx set backtrace past-main on
4644b6e3 4306@kindex set backtrace
25d29d70
AC
4307Backtraces will continue past the user entry point.
4308
4309@item set backtrace past-main off
95f90d25
DJ
4310Backtraces will stop when they encounter the user entry point. This is the
4311default.
4312
25d29d70 4313@item show backtrace past-main
4644b6e3 4314@kindex show backtrace
25d29d70
AC
4315Display the current user entry point backtrace policy.
4316
2315ffec
RC
4317@item set backtrace past-entry
4318@itemx set backtrace past-entry on
a8f24a35 4319Backtraces will continue past the internal entry point of an application.
2315ffec
RC
4320This entry point is encoded by the linker when the application is built,
4321and is likely before the user entry point @code{main} (or equivalent) is called.
4322
4323@item set backtrace past-entry off
4324Backtraces will stop when they encouter the internal entry point of an
4325application. This is the default.
4326
4327@item show backtrace past-entry
4328Display the current internal entry point backtrace policy.
4329
25d29d70
AC
4330@item set backtrace limit @var{n}
4331@itemx set backtrace limit 0
4332@cindex backtrace limit
4333Limit the backtrace to @var{n} levels. A value of zero means
4334unlimited.
95f90d25 4335
25d29d70
AC
4336@item show backtrace limit
4337Display the current limit on backtrace levels.
95f90d25
DJ
4338@end table
4339
6d2ebf8b 4340@node Selection
c906108c
SS
4341@section Selecting a frame
4342
4343Most commands for examining the stack and other data in your program work on
4344whichever stack frame is selected at the moment. Here are the commands for
4345selecting a stack frame; all of them finish by printing a brief description
4346of the stack frame just selected.
4347
4348@table @code
d4f3574e 4349@kindex frame@r{, selecting}
41afff9a 4350@kindex f @r{(@code{frame})}
c906108c
SS
4351@item frame @var{n}
4352@itemx f @var{n}
4353Select frame number @var{n}. Recall that frame zero is the innermost
4354(currently executing) frame, frame one is the frame that called the
4355innermost one, and so on. The highest-numbered frame is the one for
4356@code{main}.
4357
4358@item frame @var{addr}
4359@itemx f @var{addr}
4360Select the frame at address @var{addr}. This is useful mainly if the
4361chaining of stack frames has been damaged by a bug, making it
4362impossible for @value{GDBN} to assign numbers properly to all frames. In
4363addition, this can be useful when your program has multiple stacks and
4364switches between them.
4365
c906108c
SS
4366On the SPARC architecture, @code{frame} needs two addresses to
4367select an arbitrary frame: a frame pointer and a stack pointer.
4368
4369On the MIPS and Alpha architecture, it needs two addresses: a stack
4370pointer and a program counter.
4371
4372On the 29k architecture, it needs three addresses: a register stack
4373pointer, a program counter, and a memory stack pointer.
4374@c note to future updaters: this is conditioned on a flag
4375@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4376@c as of 27 Jan 1994.
c906108c
SS
4377
4378@kindex up
4379@item up @var{n}
4380Move @var{n} frames up the stack. For positive numbers @var{n}, this
4381advances toward the outermost frame, to higher frame numbers, to frames
4382that have existed longer. @var{n} defaults to one.
4383
4384@kindex down
41afff9a 4385@kindex do @r{(@code{down})}
c906108c
SS
4386@item down @var{n}
4387Move @var{n} frames down the stack. For positive numbers @var{n}, this
4388advances toward the innermost frame, to lower frame numbers, to frames
4389that were created more recently. @var{n} defaults to one. You may
4390abbreviate @code{down} as @code{do}.
4391@end table
4392
4393All of these commands end by printing two lines of output describing the
4394frame. The first line shows the frame number, the function name, the
4395arguments, and the source file and line number of execution in that
5d161b24 4396frame. The second line shows the text of that source line.
c906108c
SS
4397
4398@need 1000
4399For example:
4400
4401@smallexample
4402@group
4403(@value{GDBP}) up
4404#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4405 at env.c:10
440610 read_input_file (argv[i]);
4407@end group
4408@end smallexample
4409
4410After such a printout, the @code{list} command with no arguments
4411prints ten lines centered on the point of execution in the frame.
87885426
FN
4412You can also edit the program at the point of execution with your favorite
4413editing program by typing @code{edit}.
4414@xref{List, ,Printing source lines},
4415for details.
c906108c
SS
4416
4417@table @code
4418@kindex down-silently
4419@kindex up-silently
4420@item up-silently @var{n}
4421@itemx down-silently @var{n}
4422These two commands are variants of @code{up} and @code{down},
4423respectively; they differ in that they do their work silently, without
4424causing display of the new frame. They are intended primarily for use
4425in @value{GDBN} command scripts, where the output might be unnecessary and
4426distracting.
4427@end table
4428
6d2ebf8b 4429@node Frame Info
c906108c
SS
4430@section Information about a frame
4431
4432There are several other commands to print information about the selected
4433stack frame.
4434
4435@table @code
4436@item frame
4437@itemx f
4438When used without any argument, this command does not change which
4439frame is selected, but prints a brief description of the currently
4440selected stack frame. It can be abbreviated @code{f}. With an
4441argument, this command is used to select a stack frame.
4442@xref{Selection, ,Selecting a frame}.
4443
4444@kindex info frame
41afff9a 4445@kindex info f @r{(@code{info frame})}
c906108c
SS
4446@item info frame
4447@itemx info f
4448This command prints a verbose description of the selected stack frame,
4449including:
4450
4451@itemize @bullet
5d161b24
DB
4452@item
4453the address of the frame
c906108c
SS
4454@item
4455the address of the next frame down (called by this frame)
4456@item
4457the address of the next frame up (caller of this frame)
4458@item
4459the language in which the source code corresponding to this frame is written
4460@item
4461the address of the frame's arguments
4462@item
d4f3574e
SS
4463the address of the frame's local variables
4464@item
c906108c
SS
4465the program counter saved in it (the address of execution in the caller frame)
4466@item
4467which registers were saved in the frame
4468@end itemize
4469
4470@noindent The verbose description is useful when
4471something has gone wrong that has made the stack format fail to fit
4472the usual conventions.
4473
4474@item info frame @var{addr}
4475@itemx info f @var{addr}
4476Print a verbose description of the frame at address @var{addr}, without
4477selecting that frame. The selected frame remains unchanged by this
4478command. This requires the same kind of address (more than one for some
4479architectures) that you specify in the @code{frame} command.
4480@xref{Selection, ,Selecting a frame}.
4481
4482@kindex info args
4483@item info args
4484Print the arguments of the selected frame, each on a separate line.
4485
4486@item info locals
4487@kindex info locals
4488Print the local variables of the selected frame, each on a separate
4489line. These are all variables (declared either static or automatic)
4490accessible at the point of execution of the selected frame.
4491
c906108c 4492@kindex info catch
d4f3574e
SS
4493@cindex catch exceptions, list active handlers
4494@cindex exception handlers, how to list
c906108c
SS
4495@item info catch
4496Print a list of all the exception handlers that are active in the
4497current stack frame at the current point of execution. To see other
4498exception handlers, visit the associated frame (using the @code{up},
4499@code{down}, or @code{frame} commands); then type @code{info catch}.
4500@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4501
c906108c
SS
4502@end table
4503
c906108c 4504
6d2ebf8b 4505@node Source
c906108c
SS
4506@chapter Examining Source Files
4507
4508@value{GDBN} can print parts of your program's source, since the debugging
4509information recorded in the program tells @value{GDBN} what source files were
4510used to build it. When your program stops, @value{GDBN} spontaneously prints
4511the line where it stopped. Likewise, when you select a stack frame
4512(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4513execution in that frame has stopped. You can print other portions of
4514source files by explicit command.
4515
7a292a7a 4516If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4517prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4518@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4519
4520@menu
4521* List:: Printing source lines
87885426 4522* Edit:: Editing source files
c906108c 4523* Search:: Searching source files
c906108c
SS
4524* Source Path:: Specifying source directories
4525* Machine Code:: Source and machine code
4526@end menu
4527
6d2ebf8b 4528@node List
c906108c
SS
4529@section Printing source lines
4530
4531@kindex list
41afff9a 4532@kindex l @r{(@code{list})}
c906108c 4533To print lines from a source file, use the @code{list} command
5d161b24 4534(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4535There are several ways to specify what part of the file you want to print.
4536
4537Here are the forms of the @code{list} command most commonly used:
4538
4539@table @code
4540@item list @var{linenum}
4541Print lines centered around line number @var{linenum} in the
4542current source file.
4543
4544@item list @var{function}
4545Print lines centered around the beginning of function
4546@var{function}.
4547
4548@item list
4549Print more lines. If the last lines printed were printed with a
4550@code{list} command, this prints lines following the last lines
4551printed; however, if the last line printed was a solitary line printed
4552as part of displaying a stack frame (@pxref{Stack, ,Examining the
4553Stack}), this prints lines centered around that line.
4554
4555@item list -
4556Print lines just before the lines last printed.
4557@end table
4558
9c16f35a 4559@cindex @code{list}, how many lines to display
c906108c
SS
4560By default, @value{GDBN} prints ten source lines with any of these forms of
4561the @code{list} command. You can change this using @code{set listsize}:
4562
4563@table @code
4564@kindex set listsize
4565@item set listsize @var{count}
4566Make the @code{list} command display @var{count} source lines (unless
4567the @code{list} argument explicitly specifies some other number).
4568
4569@kindex show listsize
4570@item show listsize
4571Display the number of lines that @code{list} prints.
4572@end table
4573
4574Repeating a @code{list} command with @key{RET} discards the argument,
4575so it is equivalent to typing just @code{list}. This is more useful
4576than listing the same lines again. An exception is made for an
4577argument of @samp{-}; that argument is preserved in repetition so that
4578each repetition moves up in the source file.
4579
4580@cindex linespec
4581In general, the @code{list} command expects you to supply zero, one or two
4582@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4583of writing them, but the effect is always to specify some source line.
c906108c
SS
4584Here is a complete description of the possible arguments for @code{list}:
4585
4586@table @code
4587@item list @var{linespec}
4588Print lines centered around the line specified by @var{linespec}.
4589
4590@item list @var{first},@var{last}
4591Print lines from @var{first} to @var{last}. Both arguments are
4592linespecs.
4593
4594@item list ,@var{last}
4595Print lines ending with @var{last}.
4596
4597@item list @var{first},
4598Print lines starting with @var{first}.
4599
4600@item list +
4601Print lines just after the lines last printed.
4602
4603@item list -
4604Print lines just before the lines last printed.
4605
4606@item list
4607As described in the preceding table.
4608@end table
4609
4610Here are the ways of specifying a single source line---all the
4611kinds of linespec.
4612
4613@table @code
4614@item @var{number}
4615Specifies line @var{number} of the current source file.
4616When a @code{list} command has two linespecs, this refers to
4617the same source file as the first linespec.
4618
4619@item +@var{offset}
4620Specifies the line @var{offset} lines after the last line printed.
4621When used as the second linespec in a @code{list} command that has
4622two, this specifies the line @var{offset} lines down from the
4623first linespec.
4624
4625@item -@var{offset}
4626Specifies the line @var{offset} lines before the last line printed.
4627
4628@item @var{filename}:@var{number}
4629Specifies line @var{number} in the source file @var{filename}.
4630
4631@item @var{function}
4632Specifies the line that begins the body of the function @var{function}.
4633For example: in C, this is the line with the open brace.
4634
4635@item @var{filename}:@var{function}
4636Specifies the line of the open-brace that begins the body of the
4637function @var{function} in the file @var{filename}. You only need the
4638file name with a function name to avoid ambiguity when there are
4639identically named functions in different source files.
4640
4641@item *@var{address}
4642Specifies the line containing the program address @var{address}.
4643@var{address} may be any expression.
4644@end table
4645
87885426
FN
4646@node Edit
4647@section Editing source files
4648@cindex editing source files
4649
4650@kindex edit
4651@kindex e @r{(@code{edit})}
4652To edit the lines in a source file, use the @code{edit} command.
4653The editing program of your choice
4654is invoked with the current line set to
4655the active line in the program.
4656Alternatively, there are several ways to specify what part of the file you
4657want to print if you want to see other parts of the program.
4658
4659Here are the forms of the @code{edit} command most commonly used:
4660
4661@table @code
4662@item edit
4663Edit the current source file at the active line number in the program.
4664
4665@item edit @var{number}
4666Edit the current source file with @var{number} as the active line number.
4667
4668@item edit @var{function}
4669Edit the file containing @var{function} at the beginning of its definition.
4670
4671@item edit @var{filename}:@var{number}
4672Specifies line @var{number} in the source file @var{filename}.
4673
4674@item edit @var{filename}:@var{function}
4675Specifies the line that begins the body of the
4676function @var{function} in the file @var{filename}. You only need the
4677file name with a function name to avoid ambiguity when there are
4678identically named functions in different source files.
4679
4680@item edit *@var{address}
4681Specifies the line containing the program address @var{address}.
4682@var{address} may be any expression.
4683@end table
4684
4685@subsection Choosing your editor
4686You can customize @value{GDBN} to use any editor you want
4687@footnote{
4688The only restriction is that your editor (say @code{ex}), recognizes the
4689following command-line syntax:
10998722 4690@smallexample
87885426 4691ex +@var{number} file
10998722 4692@end smallexample
15387254
EZ
4693The optional numeric value +@var{number} specifies the number of the line in
4694the file where to start editing.}.
4695By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
4696by setting the environment variable @code{EDITOR} before using
4697@value{GDBN}. For example, to configure @value{GDBN} to use the
4698@code{vi} editor, you could use these commands with the @code{sh} shell:
4699@smallexample
87885426
FN
4700EDITOR=/usr/bin/vi
4701export EDITOR
15387254 4702gdb @dots{}
10998722 4703@end smallexample
87885426 4704or in the @code{csh} shell,
10998722 4705@smallexample
87885426 4706setenv EDITOR /usr/bin/vi
15387254 4707gdb @dots{}
10998722 4708@end smallexample
87885426 4709
6d2ebf8b 4710@node Search
c906108c 4711@section Searching source files
15387254 4712@cindex searching source files
c906108c
SS
4713
4714There are two commands for searching through the current source file for a
4715regular expression.
4716
4717@table @code
4718@kindex search
4719@kindex forward-search
4720@item forward-search @var{regexp}
4721@itemx search @var{regexp}
4722The command @samp{forward-search @var{regexp}} checks each line,
4723starting with the one following the last line listed, for a match for
5d161b24 4724@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4725synonym @samp{search @var{regexp}} or abbreviate the command name as
4726@code{fo}.
4727
09d4efe1 4728@kindex reverse-search
c906108c
SS
4729@item reverse-search @var{regexp}
4730The command @samp{reverse-search @var{regexp}} checks each line, starting
4731with the one before the last line listed and going backward, for a match
4732for @var{regexp}. It lists the line that is found. You can abbreviate
4733this command as @code{rev}.
4734@end table
c906108c 4735
6d2ebf8b 4736@node Source Path
c906108c
SS
4737@section Specifying source directories
4738
4739@cindex source path
4740@cindex directories for source files
4741Executable programs sometimes do not record the directories of the source
4742files from which they were compiled, just the names. Even when they do,
4743the directories could be moved between the compilation and your debugging
4744session. @value{GDBN} has a list of directories to search for source files;
4745this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4746it tries all the directories in the list, in the order they are present
0b66e38c
EZ
4747in the list, until it finds a file with the desired name.
4748
4749For example, suppose an executable references the file
4750@file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4751@file{/mnt/cross}. The file is first looked up literally; if this
4752fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4753fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4754message is printed. @value{GDBN} does not look up the parts of the
4755source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4756Likewise, the subdirectories of the source path are not searched: if
4757the source path is @file{/mnt/cross}, and the binary refers to
4758@file{foo.c}, @value{GDBN} would not find it under
4759@file{/mnt/cross/usr/src/foo-1.0/lib}.
4760
4761Plain file names, relative file names with leading directories, file
4762names containing dots, etc.@: are all treated as described above; for
4763instance, if the source path is @file{/mnt/cross}, and the source file
4764is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4765@file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4766that---@file{/mnt/cross/foo.c}.
4767
4768Note that the executable search path is @emph{not} used to locate the
4769source files. Neither is the current working directory, unless it
4770happens to be in the source path.
c906108c
SS
4771
4772Whenever you reset or rearrange the source path, @value{GDBN} clears out
4773any information it has cached about where source files are found and where
4774each line is in the file.
4775
4776@kindex directory
4777@kindex dir
d4f3574e
SS
4778When you start @value{GDBN}, its source path includes only @samp{cdir}
4779and @samp{cwd}, in that order.
c906108c
SS
4780To add other directories, use the @code{directory} command.
4781
4782@table @code
4783@item directory @var{dirname} @dots{}
4784@item dir @var{dirname} @dots{}
4785Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4786directory names may be given to this command, separated by @samp{:}
4787(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4788part of absolute file names) or
c906108c
SS
4789whitespace. You may specify a directory that is already in the source
4790path; this moves it forward, so @value{GDBN} searches it sooner.
4791
4792@kindex cdir
4793@kindex cwd
41afff9a
EZ
4794@vindex $cdir@r{, convenience variable}
4795@vindex $cwdr@r{, convenience variable}
c906108c
SS
4796@cindex compilation directory
4797@cindex current directory
4798@cindex working directory
4799@cindex directory, current
4800@cindex directory, compilation
4801You can use the string @samp{$cdir} to refer to the compilation
4802directory (if one is recorded), and @samp{$cwd} to refer to the current
4803working directory. @samp{$cwd} is not the same as @samp{.}---the former
4804tracks the current working directory as it changes during your @value{GDBN}
4805session, while the latter is immediately expanded to the current
4806directory at the time you add an entry to the source path.
4807
4808@item directory
4809Reset the source path to empty again. This requires confirmation.
4810
4811@c RET-repeat for @code{directory} is explicitly disabled, but since
4812@c repeating it would be a no-op we do not say that. (thanks to RMS)
4813
4814@item show directories
4815@kindex show directories
4816Print the source path: show which directories it contains.
4817@end table
4818
4819If your source path is cluttered with directories that are no longer of
4820interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4821versions of source. You can correct the situation as follows:
4822
4823@enumerate
4824@item
4825Use @code{directory} with no argument to reset the source path to empty.
4826
4827@item
4828Use @code{directory} with suitable arguments to reinstall the
4829directories you want in the source path. You can add all the
4830directories in one command.
4831@end enumerate
4832
6d2ebf8b 4833@node Machine Code
c906108c 4834@section Source and machine code
15387254 4835@cindex source line and its code address
c906108c
SS
4836
4837You can use the command @code{info line} to map source lines to program
4838addresses (and vice versa), and the command @code{disassemble} to display
4839a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4840mode, the @code{info line} command causes the arrow to point to the
5d161b24 4841line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4842well as hex.
4843
4844@table @code
4845@kindex info line
4846@item info line @var{linespec}
4847Print the starting and ending addresses of the compiled code for
4848source line @var{linespec}. You can specify source lines in any of
4849the ways understood by the @code{list} command (@pxref{List, ,Printing
4850source lines}).
4851@end table
4852
4853For example, we can use @code{info line} to discover the location of
4854the object code for the first line of function
4855@code{m4_changequote}:
4856
d4f3574e
SS
4857@c FIXME: I think this example should also show the addresses in
4858@c symbolic form, as they usually would be displayed.
c906108c 4859@smallexample
96a2c332 4860(@value{GDBP}) info line m4_changequote
c906108c
SS
4861Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4862@end smallexample
4863
4864@noindent
15387254 4865@cindex code address and its source line
c906108c
SS
4866We can also inquire (using @code{*@var{addr}} as the form for
4867@var{linespec}) what source line covers a particular address:
4868@smallexample
4869(@value{GDBP}) info line *0x63ff
4870Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4871@end smallexample
4872
4873@cindex @code{$_} and @code{info line}
15387254 4874@cindex @code{x} command, default address
41afff9a 4875@kindex x@r{(examine), and} info line
c906108c
SS
4876After @code{info line}, the default address for the @code{x} command
4877is changed to the starting address of the line, so that @samp{x/i} is
4878sufficient to begin examining the machine code (@pxref{Memory,
4879,Examining memory}). Also, this address is saved as the value of the
4880convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4881variables}).
4882
4883@table @code
4884@kindex disassemble
4885@cindex assembly instructions
4886@cindex instructions, assembly
4887@cindex machine instructions
4888@cindex listing machine instructions
4889@item disassemble
4890This specialized command dumps a range of memory as machine
4891instructions. The default memory range is the function surrounding the
4892program counter of the selected frame. A single argument to this
4893command is a program counter value; @value{GDBN} dumps the function
4894surrounding this value. Two arguments specify a range of addresses
4895(first inclusive, second exclusive) to dump.
4896@end table
4897
c906108c
SS
4898The following example shows the disassembly of a range of addresses of
4899HP PA-RISC 2.0 code:
4900
4901@smallexample
4902(@value{GDBP}) disas 0x32c4 0x32e4
4903Dump of assembler code from 0x32c4 to 0x32e4:
49040x32c4 <main+204>: addil 0,dp
49050x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
49060x32cc <main+212>: ldil 0x3000,r31
49070x32d0 <main+216>: ble 0x3f8(sr4,r31)
49080x32d4 <main+220>: ldo 0(r31),rp
49090x32d8 <main+224>: addil -0x800,dp
49100x32dc <main+228>: ldo 0x588(r1),r26
49110x32e0 <main+232>: ldil 0x3000,r31
4912End of assembler dump.
4913@end smallexample
c906108c
SS
4914
4915Some architectures have more than one commonly-used set of instruction
4916mnemonics or other syntax.
4917
4918@table @code
d4f3574e 4919@kindex set disassembly-flavor
d4f3574e
SS
4920@cindex Intel disassembly flavor
4921@cindex AT&T disassembly flavor
4922@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4923Select the instruction set to use when disassembling the
4924program via the @code{disassemble} or @code{x/i} commands.
4925
4926Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4927can set @var{instruction-set} to either @code{intel} or @code{att}.
4928The default is @code{att}, the AT&T flavor used by default by Unix
4929assemblers for x86-based targets.
9c16f35a
EZ
4930
4931@kindex show disassembly-flavor
4932@item show disassembly-flavor
4933Show the current setting of the disassembly flavor.
c906108c
SS
4934@end table
4935
4936
6d2ebf8b 4937@node Data
c906108c
SS
4938@chapter Examining Data
4939
4940@cindex printing data
4941@cindex examining data
4942@kindex print
4943@kindex inspect
4944@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4945@c document because it is nonstandard... Under Epoch it displays in a
4946@c different window or something like that.
4947The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4948command (abbreviated @code{p}), or its synonym @code{inspect}. It
4949evaluates and prints the value of an expression of the language your
4950program is written in (@pxref{Languages, ,Using @value{GDBN} with
4951Different Languages}).
c906108c
SS
4952
4953@table @code
d4f3574e
SS
4954@item print @var{expr}
4955@itemx print /@var{f} @var{expr}
4956@var{expr} is an expression (in the source language). By default the
4957value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4958you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4959@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4960formats}.
4961
4962@item print
4963@itemx print /@var{f}
15387254 4964@cindex reprint the last value
d4f3574e 4965If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4966@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4967conveniently inspect the same value in an alternative format.
4968@end table
4969
4970A more low-level way of examining data is with the @code{x} command.
4971It examines data in memory at a specified address and prints it in a
4972specified format. @xref{Memory, ,Examining memory}.
4973
7a292a7a 4974If you are interested in information about types, or about how the
d4f3574e
SS
4975fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4976command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4977Table}.
c906108c
SS
4978
4979@menu
4980* Expressions:: Expressions
4981* Variables:: Program variables
4982* Arrays:: Artificial arrays
4983* Output Formats:: Output formats
4984* Memory:: Examining memory
4985* Auto Display:: Automatic display
4986* Print Settings:: Print settings
4987* Value History:: Value history
4988* Convenience Vars:: Convenience variables
4989* Registers:: Registers
c906108c 4990* Floating Point Hardware:: Floating point hardware
53c69bd7 4991* Vector Unit:: Vector Unit
721c2651 4992* OS Information:: Auxiliary data provided by operating system
29e57380 4993* Memory Region Attributes:: Memory region attributes
16d9dec6 4994* Dump/Restore Files:: Copy between memory and a file
384ee23f 4995* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
4996* Character Sets:: Debugging programs that use a different
4997 character set than GDB does
09d4efe1 4998* Caching Remote Data:: Data caching for remote targets
c906108c
SS
4999@end menu
5000
6d2ebf8b 5001@node Expressions
c906108c
SS
5002@section Expressions
5003
5004@cindex expressions
5005@code{print} and many other @value{GDBN} commands accept an expression and
5006compute its value. Any kind of constant, variable or operator defined
5007by the programming language you are using is valid in an expression in
e2e0bcd1
JB
5008@value{GDBN}. This includes conditional expressions, function calls,
5009casts, and string constants. It also includes preprocessor macros, if
5010you compiled your program to include this information; see
5011@ref{Compilation}.
c906108c 5012
15387254 5013@cindex arrays in expressions
d4f3574e
SS
5014@value{GDBN} supports array constants in expressions input by
5015the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 5016you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 5017memory that is @code{malloc}ed in the target program.
c906108c 5018
c906108c
SS
5019Because C is so widespread, most of the expressions shown in examples in
5020this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
5021Languages}, for information on how to use expressions in other
5022languages.
5023
5024In this section, we discuss operators that you can use in @value{GDBN}
5025expressions regardless of your programming language.
5026
15387254 5027@cindex casts, in expressions
c906108c
SS
5028Casts are supported in all languages, not just in C, because it is so
5029useful to cast a number into a pointer in order to examine a structure
5030at that address in memory.
5031@c FIXME: casts supported---Mod2 true?
c906108c
SS
5032
5033@value{GDBN} supports these operators, in addition to those common
5034to programming languages:
5035
5036@table @code
5037@item @@
5038@samp{@@} is a binary operator for treating parts of memory as arrays.
5039@xref{Arrays, ,Artificial arrays}, for more information.
5040
5041@item ::
5042@samp{::} allows you to specify a variable in terms of the file or
5043function where it is defined. @xref{Variables, ,Program variables}.
5044
5045@cindex @{@var{type}@}
5046@cindex type casting memory
5047@cindex memory, viewing as typed object
5048@cindex casts, to view memory
5049@item @{@var{type}@} @var{addr}
5050Refers to an object of type @var{type} stored at address @var{addr} in
5051memory. @var{addr} may be any expression whose value is an integer or
5052pointer (but parentheses are required around binary operators, just as in
5053a cast). This construct is allowed regardless of what kind of data is
5054normally supposed to reside at @var{addr}.
5055@end table
5056
6d2ebf8b 5057@node Variables
c906108c
SS
5058@section Program variables
5059
5060The most common kind of expression to use is the name of a variable
5061in your program.
5062
5063Variables in expressions are understood in the selected stack frame
5064(@pxref{Selection, ,Selecting a frame}); they must be either:
5065
5066@itemize @bullet
5067@item
5068global (or file-static)
5069@end itemize
5070
5d161b24 5071@noindent or
c906108c
SS
5072
5073@itemize @bullet
5074@item
5075visible according to the scope rules of the
5076programming language from the point of execution in that frame
5d161b24 5077@end itemize
c906108c
SS
5078
5079@noindent This means that in the function
5080
474c8240 5081@smallexample
c906108c
SS
5082foo (a)
5083 int a;
5084@{
5085 bar (a);
5086 @{
5087 int b = test ();
5088 bar (b);
5089 @}
5090@}
474c8240 5091@end smallexample
c906108c
SS
5092
5093@noindent
5094you can examine and use the variable @code{a} whenever your program is
5095executing within the function @code{foo}, but you can only use or
5096examine the variable @code{b} while your program is executing inside
5097the block where @code{b} is declared.
5098
5099@cindex variable name conflict
5100There is an exception: you can refer to a variable or function whose
5101scope is a single source file even if the current execution point is not
5102in this file. But it is possible to have more than one such variable or
5103function with the same name (in different source files). If that
5104happens, referring to that name has unpredictable effects. If you wish,
5105you can specify a static variable in a particular function or file,
15387254 5106using the colon-colon (@code{::}) notation:
c906108c 5107
d4f3574e 5108@cindex colon-colon, context for variables/functions
c906108c
SS
5109@iftex
5110@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 5111@cindex @code{::}, context for variables/functions
c906108c 5112@end iftex
474c8240 5113@smallexample
c906108c
SS
5114@var{file}::@var{variable}
5115@var{function}::@var{variable}
474c8240 5116@end smallexample
c906108c
SS
5117
5118@noindent
5119Here @var{file} or @var{function} is the name of the context for the
5120static @var{variable}. In the case of file names, you can use quotes to
5121make sure @value{GDBN} parses the file name as a single word---for example,
5122to print a global value of @code{x} defined in @file{f2.c}:
5123
474c8240 5124@smallexample
c906108c 5125(@value{GDBP}) p 'f2.c'::x
474c8240 5126@end smallexample
c906108c 5127
b37052ae 5128@cindex C@t{++} scope resolution
c906108c 5129This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 5130use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
5131scope resolution operator in @value{GDBN} expressions.
5132@c FIXME: Um, so what happens in one of those rare cases where it's in
5133@c conflict?? --mew
c906108c
SS
5134
5135@cindex wrong values
5136@cindex variable values, wrong
15387254
EZ
5137@cindex function entry/exit, wrong values of variables
5138@cindex optimized code, wrong values of variables
c906108c
SS
5139@quotation
5140@emph{Warning:} Occasionally, a local variable may appear to have the
5141wrong value at certain points in a function---just after entry to a new
5142scope, and just before exit.
5143@end quotation
5144You may see this problem when you are stepping by machine instructions.
5145This is because, on most machines, it takes more than one instruction to
5146set up a stack frame (including local variable definitions); if you are
5147stepping by machine instructions, variables may appear to have the wrong
5148values until the stack frame is completely built. On exit, it usually
5149also takes more than one machine instruction to destroy a stack frame;
5150after you begin stepping through that group of instructions, local
5151variable definitions may be gone.
5152
5153This may also happen when the compiler does significant optimizations.
5154To be sure of always seeing accurate values, turn off all optimization
5155when compiling.
5156
d4f3574e
SS
5157@cindex ``No symbol "foo" in current context''
5158Another possible effect of compiler optimizations is to optimize
5159unused variables out of existence, or assign variables to registers (as
5160opposed to memory addresses). Depending on the support for such cases
5161offered by the debug info format used by the compiler, @value{GDBN}
5162might not be able to display values for such local variables. If that
5163happens, @value{GDBN} will print a message like this:
5164
474c8240 5165@smallexample
d4f3574e 5166No symbol "foo" in current context.
474c8240 5167@end smallexample
d4f3574e
SS
5168
5169To solve such problems, either recompile without optimizations, or use a
5170different debug info format, if the compiler supports several such
15387254 5171formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
0179ffac
DC
5172usually supports the @option{-gstabs+} option. @option{-gstabs+}
5173produces debug info in a format that is superior to formats such as
5174COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5175an effective form for debug info. @xref{Debugging Options,,Options
5176for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
15387254
EZ
5177@xref{C, , Debugging C++}, for more info about debug info formats
5178that are best suited to C@t{++} programs.
d4f3574e 5179
6d2ebf8b 5180@node Arrays
c906108c
SS
5181@section Artificial arrays
5182
5183@cindex artificial array
15387254 5184@cindex arrays
41afff9a 5185@kindex @@@r{, referencing memory as an array}
c906108c
SS
5186It is often useful to print out several successive objects of the
5187same type in memory; a section of an array, or an array of
5188dynamically determined size for which only a pointer exists in the
5189program.
5190
5191You can do this by referring to a contiguous span of memory as an
5192@dfn{artificial array}, using the binary operator @samp{@@}. The left
5193operand of @samp{@@} should be the first element of the desired array
5194and be an individual object. The right operand should be the desired length
5195of the array. The result is an array value whose elements are all of
5196the type of the left argument. The first element is actually the left
5197argument; the second element comes from bytes of memory immediately
5198following those that hold the first element, and so on. Here is an
5199example. If a program says
5200
474c8240 5201@smallexample
c906108c 5202int *array = (int *) malloc (len * sizeof (int));
474c8240 5203@end smallexample
c906108c
SS
5204
5205@noindent
5206you can print the contents of @code{array} with
5207
474c8240 5208@smallexample
c906108c 5209p *array@@len
474c8240 5210@end smallexample
c906108c
SS
5211
5212The left operand of @samp{@@} must reside in memory. Array values made
5213with @samp{@@} in this way behave just like other arrays in terms of
5214subscripting, and are coerced to pointers when used in expressions.
5215Artificial arrays most often appear in expressions via the value history
5216(@pxref{Value History, ,Value history}), after printing one out.
5217
5218Another way to create an artificial array is to use a cast.
5219This re-interprets a value as if it were an array.
5220The value need not be in memory:
474c8240 5221@smallexample
c906108c
SS
5222(@value{GDBP}) p/x (short[2])0x12345678
5223$1 = @{0x1234, 0x5678@}
474c8240 5224@end smallexample
c906108c
SS
5225
5226As a convenience, if you leave the array length out (as in
c3f6f71d 5227@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 5228the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 5229@smallexample
c906108c
SS
5230(@value{GDBP}) p/x (short[])0x12345678
5231$2 = @{0x1234, 0x5678@}
474c8240 5232@end smallexample
c906108c
SS
5233
5234Sometimes the artificial array mechanism is not quite enough; in
5235moderately complex data structures, the elements of interest may not
5236actually be adjacent---for example, if you are interested in the values
5237of pointers in an array. One useful work-around in this situation is
5238to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5239variables}) as a counter in an expression that prints the first
5240interesting value, and then repeat that expression via @key{RET}. For
5241instance, suppose you have an array @code{dtab} of pointers to
5242structures, and you are interested in the values of a field @code{fv}
5243in each structure. Here is an example of what you might type:
5244
474c8240 5245@smallexample
c906108c
SS
5246set $i = 0
5247p dtab[$i++]->fv
5248@key{RET}
5249@key{RET}
5250@dots{}
474c8240 5251@end smallexample
c906108c 5252
6d2ebf8b 5253@node Output Formats
c906108c
SS
5254@section Output formats
5255
5256@cindex formatted output
5257@cindex output formats
5258By default, @value{GDBN} prints a value according to its data type. Sometimes
5259this is not what you want. For example, you might want to print a number
5260in hex, or a pointer in decimal. Or you might want to view data in memory
5261at a certain address as a character string or as an instruction. To do
5262these things, specify an @dfn{output format} when you print a value.
5263
5264The simplest use of output formats is to say how to print a value
5265already computed. This is done by starting the arguments of the
5266@code{print} command with a slash and a format letter. The format
5267letters supported are:
5268
5269@table @code
5270@item x
5271Regard the bits of the value as an integer, and print the integer in
5272hexadecimal.
5273
5274@item d
5275Print as integer in signed decimal.
5276
5277@item u
5278Print as integer in unsigned decimal.
5279
5280@item o
5281Print as integer in octal.
5282
5283@item t
5284Print as integer in binary. The letter @samp{t} stands for ``two''.
5285@footnote{@samp{b} cannot be used because these format letters are also
5286used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5287see @ref{Memory,,Examining memory}.}
c906108c
SS
5288
5289@item a
5290@cindex unknown address, locating
3d67e040 5291@cindex locate address
c906108c
SS
5292Print as an address, both absolute in hexadecimal and as an offset from
5293the nearest preceding symbol. You can use this format used to discover
5294where (in what function) an unknown address is located:
5295
474c8240 5296@smallexample
c906108c
SS
5297(@value{GDBP}) p/a 0x54320
5298$3 = 0x54320 <_initialize_vx+396>
474c8240 5299@end smallexample
c906108c 5300
3d67e040
EZ
5301@noindent
5302The command @code{info symbol 0x54320} yields similar results.
5303@xref{Symbols, info symbol}.
5304
c906108c
SS
5305@item c
5306Regard as an integer and print it as a character constant.
5307
5308@item f
5309Regard the bits of the value as a floating point number and print
5310using typical floating point syntax.
5311@end table
5312
5313For example, to print the program counter in hex (@pxref{Registers}), type
5314
474c8240 5315@smallexample
c906108c 5316p/x $pc
474c8240 5317@end smallexample
c906108c
SS
5318
5319@noindent
5320Note that no space is required before the slash; this is because command
5321names in @value{GDBN} cannot contain a slash.
5322
5323To reprint the last value in the value history with a different format,
5324you can use the @code{print} command with just a format and no
5325expression. For example, @samp{p/x} reprints the last value in hex.
5326
6d2ebf8b 5327@node Memory
c906108c
SS
5328@section Examining memory
5329
5330You can use the command @code{x} (for ``examine'') to examine memory in
5331any of several formats, independently of your program's data types.
5332
5333@cindex examining memory
5334@table @code
41afff9a 5335@kindex x @r{(examine memory)}
c906108c
SS
5336@item x/@var{nfu} @var{addr}
5337@itemx x @var{addr}
5338@itemx x
5339Use the @code{x} command to examine memory.
5340@end table
5341
5342@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5343much memory to display and how to format it; @var{addr} is an
5344expression giving the address where you want to start displaying memory.
5345If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5346Several commands set convenient defaults for @var{addr}.
5347
5348@table @r
5349@item @var{n}, the repeat count
5350The repeat count is a decimal integer; the default is 1. It specifies
5351how much memory (counting by units @var{u}) to display.
5352@c This really is **decimal**; unaffected by 'set radix' as of GDB
5353@c 4.1.2.
5354
5355@item @var{f}, the display format
5356The display format is one of the formats used by @code{print},
5357@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5358The default is @samp{x} (hexadecimal) initially.
5359The default changes each time you use either @code{x} or @code{print}.
5360
5361@item @var{u}, the unit size
5362The unit size is any of
5363
5364@table @code
5365@item b
5366Bytes.
5367@item h
5368Halfwords (two bytes).
5369@item w
5370Words (four bytes). This is the initial default.
5371@item g
5372Giant words (eight bytes).
5373@end table
5374
5375Each time you specify a unit size with @code{x}, that size becomes the
5376default unit the next time you use @code{x}. (For the @samp{s} and
5377@samp{i} formats, the unit size is ignored and is normally not written.)
5378
5379@item @var{addr}, starting display address
5380@var{addr} is the address where you want @value{GDBN} to begin displaying
5381memory. The expression need not have a pointer value (though it may);
5382it is always interpreted as an integer address of a byte of memory.
5383@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5384@var{addr} is usually just after the last address examined---but several
5385other commands also set the default address: @code{info breakpoints} (to
5386the address of the last breakpoint listed), @code{info line} (to the
5387starting address of a line), and @code{print} (if you use it to display
5388a value from memory).
5389@end table
5390
5391For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5392(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5393starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5394words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5395@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5396
5397Since the letters indicating unit sizes are all distinct from the
5398letters specifying output formats, you do not have to remember whether
5399unit size or format comes first; either order works. The output
5400specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5401(However, the count @var{n} must come first; @samp{wx4} does not work.)
5402
5403Even though the unit size @var{u} is ignored for the formats @samp{s}
5404and @samp{i}, you might still want to use a count @var{n}; for example,
5405@samp{3i} specifies that you want to see three machine instructions,
5406including any operands. The command @code{disassemble} gives an
d4f3574e 5407alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5408Code,,Source and machine code}.
5409
5410All the defaults for the arguments to @code{x} are designed to make it
5411easy to continue scanning memory with minimal specifications each time
5412you use @code{x}. For example, after you have inspected three machine
5413instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5414with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5415the repeat count @var{n} is used again; the other arguments default as
5416for successive uses of @code{x}.
5417
5418@cindex @code{$_}, @code{$__}, and value history
5419The addresses and contents printed by the @code{x} command are not saved
5420in the value history because there is often too much of them and they
5421would get in the way. Instead, @value{GDBN} makes these values available for
5422subsequent use in expressions as values of the convenience variables
5423@code{$_} and @code{$__}. After an @code{x} command, the last address
5424examined is available for use in expressions in the convenience variable
5425@code{$_}. The contents of that address, as examined, are available in
5426the convenience variable @code{$__}.
5427
5428If the @code{x} command has a repeat count, the address and contents saved
5429are from the last memory unit printed; this is not the same as the last
5430address printed if several units were printed on the last line of output.
5431
09d4efe1
EZ
5432@cindex remote memory comparison
5433@cindex verify remote memory image
5434When you are debugging a program running on a remote target machine
5435(@pxref{Remote}), you may wish to verify the program's image in the
5436remote machine's memory against the executable file you downloaded to
5437the target. The @code{compare-sections} command is provided for such
5438situations.
5439
5440@table @code
5441@kindex compare-sections
5442@item compare-sections @r{[}@var{section-name}@r{]}
5443Compare the data of a loadable section @var{section-name} in the
5444executable file of the program being debugged with the same section in
5445the remote machine's memory, and report any mismatches. With no
5446arguments, compares all loadable sections. This command's
5447availability depends on the target's support for the @code{"qCRC"}
5448remote request.
5449@end table
5450
6d2ebf8b 5451@node Auto Display
c906108c
SS
5452@section Automatic display
5453@cindex automatic display
5454@cindex display of expressions
5455
5456If you find that you want to print the value of an expression frequently
5457(to see how it changes), you might want to add it to the @dfn{automatic
5458display list} so that @value{GDBN} prints its value each time your program stops.
5459Each expression added to the list is given a number to identify it;
5460to remove an expression from the list, you specify that number.
5461The automatic display looks like this:
5462
474c8240 5463@smallexample
c906108c
SS
54642: foo = 38
54653: bar[5] = (struct hack *) 0x3804
474c8240 5466@end smallexample
c906108c
SS
5467
5468@noindent
5469This display shows item numbers, expressions and their current values. As with
5470displays you request manually using @code{x} or @code{print}, you can
5471specify the output format you prefer; in fact, @code{display} decides
5472whether to use @code{print} or @code{x} depending on how elaborate your
5473format specification is---it uses @code{x} if you specify a unit size,
5474or one of the two formats (@samp{i} and @samp{s}) that are only
5475supported by @code{x}; otherwise it uses @code{print}.
5476
5477@table @code
5478@kindex display
d4f3574e
SS
5479@item display @var{expr}
5480Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5481each time your program stops. @xref{Expressions, ,Expressions}.
5482
5483@code{display} does not repeat if you press @key{RET} again after using it.
5484
d4f3574e 5485@item display/@var{fmt} @var{expr}
c906108c 5486For @var{fmt} specifying only a display format and not a size or
d4f3574e 5487count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5488arrange to display it each time in the specified format @var{fmt}.
5489@xref{Output Formats,,Output formats}.
5490
5491@item display/@var{fmt} @var{addr}
5492For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5493number of units, add the expression @var{addr} as a memory address to
5494be examined each time your program stops. Examining means in effect
5495doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5496@end table
5497
5498For example, @samp{display/i $pc} can be helpful, to see the machine
5499instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5500is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5501
5502@table @code
5503@kindex delete display
5504@kindex undisplay
5505@item undisplay @var{dnums}@dots{}
5506@itemx delete display @var{dnums}@dots{}
5507Remove item numbers @var{dnums} from the list of expressions to display.
5508
5509@code{undisplay} does not repeat if you press @key{RET} after using it.
5510(Otherwise you would just get the error @samp{No display number @dots{}}.)
5511
5512@kindex disable display
5513@item disable display @var{dnums}@dots{}
5514Disable the display of item numbers @var{dnums}. A disabled display
5515item is not printed automatically, but is not forgotten. It may be
5516enabled again later.
5517
5518@kindex enable display
5519@item enable display @var{dnums}@dots{}
5520Enable display of item numbers @var{dnums}. It becomes effective once
5521again in auto display of its expression, until you specify otherwise.
5522
5523@item display
5524Display the current values of the expressions on the list, just as is
5525done when your program stops.
5526
5527@kindex info display
5528@item info display
5529Print the list of expressions previously set up to display
5530automatically, each one with its item number, but without showing the
5531values. This includes disabled expressions, which are marked as such.
5532It also includes expressions which would not be displayed right now
5533because they refer to automatic variables not currently available.
5534@end table
5535
15387254 5536@cindex display disabled out of scope
c906108c
SS
5537If a display expression refers to local variables, then it does not make
5538sense outside the lexical context for which it was set up. Such an
5539expression is disabled when execution enters a context where one of its
5540variables is not defined. For example, if you give the command
5541@code{display last_char} while inside a function with an argument
5542@code{last_char}, @value{GDBN} displays this argument while your program
5543continues to stop inside that function. When it stops elsewhere---where
5544there is no variable @code{last_char}---the display is disabled
5545automatically. The next time your program stops where @code{last_char}
5546is meaningful, you can enable the display expression once again.
5547
6d2ebf8b 5548@node Print Settings
c906108c
SS
5549@section Print settings
5550
5551@cindex format options
5552@cindex print settings
5553@value{GDBN} provides the following ways to control how arrays, structures,
5554and symbols are printed.
5555
5556@noindent
5557These settings are useful for debugging programs in any language:
5558
5559@table @code
4644b6e3 5560@kindex set print
c906108c
SS
5561@item set print address
5562@itemx set print address on
4644b6e3 5563@cindex print/don't print memory addresses
c906108c
SS
5564@value{GDBN} prints memory addresses showing the location of stack
5565traces, structure values, pointer values, breakpoints, and so forth,
5566even when it also displays the contents of those addresses. The default
5567is @code{on}. For example, this is what a stack frame display looks like with
5568@code{set print address on}:
5569
5570@smallexample
5571@group
5572(@value{GDBP}) f
5573#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5574 at input.c:530
5575530 if (lquote != def_lquote)
5576@end group
5577@end smallexample
5578
5579@item set print address off
5580Do not print addresses when displaying their contents. For example,
5581this is the same stack frame displayed with @code{set print address off}:
5582
5583@smallexample
5584@group
5585(@value{GDBP}) set print addr off
5586(@value{GDBP}) f
5587#0 set_quotes (lq="<<", rq=">>") at input.c:530
5588530 if (lquote != def_lquote)
5589@end group
5590@end smallexample
5591
5592You can use @samp{set print address off} to eliminate all machine
5593dependent displays from the @value{GDBN} interface. For example, with
5594@code{print address off}, you should get the same text for backtraces on
5595all machines---whether or not they involve pointer arguments.
5596
4644b6e3 5597@kindex show print
c906108c
SS
5598@item show print address
5599Show whether or not addresses are to be printed.
5600@end table
5601
5602When @value{GDBN} prints a symbolic address, it normally prints the
5603closest earlier symbol plus an offset. If that symbol does not uniquely
5604identify the address (for example, it is a name whose scope is a single
5605source file), you may need to clarify. One way to do this is with
5606@code{info line}, for example @samp{info line *0x4537}. Alternately,
5607you can set @value{GDBN} to print the source file and line number when
5608it prints a symbolic address:
5609
5610@table @code
c906108c 5611@item set print symbol-filename on
9c16f35a
EZ
5612@cindex source file and line of a symbol
5613@cindex symbol, source file and line
c906108c
SS
5614Tell @value{GDBN} to print the source file name and line number of a
5615symbol in the symbolic form of an address.
5616
5617@item set print symbol-filename off
5618Do not print source file name and line number of a symbol. This is the
5619default.
5620
c906108c
SS
5621@item show print symbol-filename
5622Show whether or not @value{GDBN} will print the source file name and
5623line number of a symbol in the symbolic form of an address.
5624@end table
5625
5626Another situation where it is helpful to show symbol filenames and line
5627numbers is when disassembling code; @value{GDBN} shows you the line
5628number and source file that corresponds to each instruction.
5629
5630Also, you may wish to see the symbolic form only if the address being
5631printed is reasonably close to the closest earlier symbol:
5632
5633@table @code
c906108c 5634@item set print max-symbolic-offset @var{max-offset}
4644b6e3 5635@cindex maximum value for offset of closest symbol
c906108c
SS
5636Tell @value{GDBN} to only display the symbolic form of an address if the
5637offset between the closest earlier symbol and the address is less than
5d161b24 5638@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5639to always print the symbolic form of an address if any symbol precedes it.
5640
c906108c
SS
5641@item show print max-symbolic-offset
5642Ask how large the maximum offset is that @value{GDBN} prints in a
5643symbolic address.
5644@end table
5645
5646@cindex wild pointer, interpreting
5647@cindex pointer, finding referent
5648If you have a pointer and you are not sure where it points, try
5649@samp{set print symbol-filename on}. Then you can determine the name
5650and source file location of the variable where it points, using
5651@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5652For example, here @value{GDBN} shows that a variable @code{ptt} points
5653at another variable @code{t}, defined in @file{hi2.c}:
5654
474c8240 5655@smallexample
c906108c
SS
5656(@value{GDBP}) set print symbol-filename on
5657(@value{GDBP}) p/a ptt
5658$4 = 0xe008 <t in hi2.c>
474c8240 5659@end smallexample
c906108c
SS
5660
5661@quotation
5662@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5663does not show the symbol name and filename of the referent, even with
5664the appropriate @code{set print} options turned on.
5665@end quotation
5666
5667Other settings control how different kinds of objects are printed:
5668
5669@table @code
c906108c
SS
5670@item set print array
5671@itemx set print array on
4644b6e3 5672@cindex pretty print arrays
c906108c
SS
5673Pretty print arrays. This format is more convenient to read,
5674but uses more space. The default is off.
5675
5676@item set print array off
5677Return to compressed format for arrays.
5678
c906108c
SS
5679@item show print array
5680Show whether compressed or pretty format is selected for displaying
5681arrays.
5682
c906108c 5683@item set print elements @var{number-of-elements}
4644b6e3 5684@cindex number of array elements to print
9c16f35a 5685@cindex limit on number of printed array elements
c906108c
SS
5686Set a limit on how many elements of an array @value{GDBN} will print.
5687If @value{GDBN} is printing a large array, it stops printing after it has
5688printed the number of elements set by the @code{set print elements} command.
5689This limit also applies to the display of strings.
d4f3574e 5690When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5691Setting @var{number-of-elements} to zero means that the printing is unlimited.
5692
c906108c
SS
5693@item show print elements
5694Display the number of elements of a large array that @value{GDBN} will print.
5695If the number is 0, then the printing is unlimited.
5696
9c16f35a
EZ
5697@item set print repeats
5698@cindex repeated array elements
5699Set the threshold for suppressing display of repeated array
5700elelments. When the number of consecutive identical elements of an
5701array exceeds the threshold, @value{GDBN} prints the string
5702@code{"<repeats @var{n} times>"}, where @var{n} is the number of
5703identical repetitions, instead of displaying the identical elements
5704themselves. Setting the threshold to zero will cause all elements to
5705be individually printed. The default threshold is 10.
5706
5707@item show print repeats
5708Display the current threshold for printing repeated identical
5709elements.
5710
c906108c 5711@item set print null-stop
4644b6e3 5712@cindex @sc{null} elements in arrays
c906108c 5713Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5714@sc{null} is encountered. This is useful when large arrays actually
c906108c 5715contain only short strings.
d4f3574e 5716The default is off.
c906108c 5717
9c16f35a
EZ
5718@item show print null-stop
5719Show whether @value{GDBN} stops printing an array on the first
5720@sc{null} character.
5721
c906108c 5722@item set print pretty on
9c16f35a
EZ
5723@cindex print structures in indented form
5724@cindex indentation in structure display
5d161b24 5725Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5726per line, like this:
5727
5728@smallexample
5729@group
5730$1 = @{
5731 next = 0x0,
5732 flags = @{
5733 sweet = 1,
5734 sour = 1
5735 @},
5736 meat = 0x54 "Pork"
5737@}
5738@end group
5739@end smallexample
5740
5741@item set print pretty off
5742Cause @value{GDBN} to print structures in a compact format, like this:
5743
5744@smallexample
5745@group
5746$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5747meat = 0x54 "Pork"@}
5748@end group
5749@end smallexample
5750
5751@noindent
5752This is the default format.
5753
c906108c
SS
5754@item show print pretty
5755Show which format @value{GDBN} is using to print structures.
5756
c906108c 5757@item set print sevenbit-strings on
4644b6e3
EZ
5758@cindex eight-bit characters in strings
5759@cindex octal escapes in strings
c906108c
SS
5760Print using only seven-bit characters; if this option is set,
5761@value{GDBN} displays any eight-bit characters (in strings or
5762character values) using the notation @code{\}@var{nnn}. This setting is
5763best if you are working in English (@sc{ascii}) and you use the
5764high-order bit of characters as a marker or ``meta'' bit.
5765
5766@item set print sevenbit-strings off
5767Print full eight-bit characters. This allows the use of more
5768international character sets, and is the default.
5769
c906108c
SS
5770@item show print sevenbit-strings
5771Show whether or not @value{GDBN} is printing only seven-bit characters.
5772
c906108c 5773@item set print union on
4644b6e3 5774@cindex unions in structures, printing
9c16f35a
EZ
5775Tell @value{GDBN} to print unions which are contained in structures
5776and other unions. This is the default setting.
c906108c
SS
5777
5778@item set print union off
9c16f35a
EZ
5779Tell @value{GDBN} not to print unions which are contained in
5780structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5781instead.
c906108c 5782
c906108c
SS
5783@item show print union
5784Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 5785structures and other unions.
c906108c
SS
5786
5787For example, given the declarations
5788
5789@smallexample
5790typedef enum @{Tree, Bug@} Species;
5791typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5792typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5793 Bug_forms;
5794
5795struct thing @{
5796 Species it;
5797 union @{
5798 Tree_forms tree;
5799 Bug_forms bug;
5800 @} form;
5801@};
5802
5803struct thing foo = @{Tree, @{Acorn@}@};
5804@end smallexample
5805
5806@noindent
5807with @code{set print union on} in effect @samp{p foo} would print
5808
5809@smallexample
5810$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5811@end smallexample
5812
5813@noindent
5814and with @code{set print union off} in effect it would print
5815
5816@smallexample
5817$1 = @{it = Tree, form = @{...@}@}
5818@end smallexample
9c16f35a
EZ
5819
5820@noindent
5821@code{set print union} affects programs written in C-like languages
5822and in Pascal.
c906108c
SS
5823@end table
5824
c906108c
SS
5825@need 1000
5826@noindent
b37052ae 5827These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5828
5829@table @code
4644b6e3 5830@cindex demangling C@t{++} names
c906108c
SS
5831@item set print demangle
5832@itemx set print demangle on
b37052ae 5833Print C@t{++} names in their source form rather than in the encoded
c906108c 5834(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5835linkage. The default is on.
c906108c 5836
c906108c 5837@item show print demangle
b37052ae 5838Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 5839
c906108c
SS
5840@item set print asm-demangle
5841@itemx set print asm-demangle on
b37052ae 5842Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5843in assembler code printouts such as instruction disassemblies.
5844The default is off.
5845
c906108c 5846@item show print asm-demangle
b37052ae 5847Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5848or demangled form.
5849
b37052ae
EZ
5850@cindex C@t{++} symbol decoding style
5851@cindex symbol decoding style, C@t{++}
a8f24a35 5852@kindex set demangle-style
c906108c
SS
5853@item set demangle-style @var{style}
5854Choose among several encoding schemes used by different compilers to
b37052ae 5855represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5856
5857@table @code
5858@item auto
5859Allow @value{GDBN} to choose a decoding style by inspecting your program.
5860
5861@item gnu
b37052ae 5862Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5863This is the default.
c906108c
SS
5864
5865@item hp
b37052ae 5866Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5867
5868@item lucid
b37052ae 5869Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5870
5871@item arm
b37052ae 5872Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5873@strong{Warning:} this setting alone is not sufficient to allow
5874debugging @code{cfront}-generated executables. @value{GDBN} would
5875require further enhancement to permit that.
5876
5877@end table
5878If you omit @var{style}, you will see a list of possible formats.
5879
c906108c 5880@item show demangle-style
b37052ae 5881Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 5882
c906108c
SS
5883@item set print object
5884@itemx set print object on
4644b6e3 5885@cindex derived type of an object, printing
9c16f35a 5886@cindex display derived types
c906108c
SS
5887When displaying a pointer to an object, identify the @emph{actual}
5888(derived) type of the object rather than the @emph{declared} type, using
5889the virtual function table.
5890
5891@item set print object off
5892Display only the declared type of objects, without reference to the
5893virtual function table. This is the default setting.
5894
c906108c
SS
5895@item show print object
5896Show whether actual, or declared, object types are displayed.
5897
c906108c
SS
5898@item set print static-members
5899@itemx set print static-members on
4644b6e3 5900@cindex static members of C@t{++} objects
b37052ae 5901Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5902
5903@item set print static-members off
b37052ae 5904Do not print static members when displaying a C@t{++} object.
c906108c 5905
c906108c 5906@item show print static-members
9c16f35a
EZ
5907Show whether C@t{++} static members are printed or not.
5908
5909@item set print pascal_static-members
5910@itemx set print pascal_static-members on
5911@cindex static members of Pacal objects
5912@cindex Pacal objects, static members display
5913Print static members when displaying a Pascal object. The default is on.
5914
5915@item set print pascal_static-members off
5916Do not print static members when displaying a Pascal object.
5917
5918@item show print pascal_static-members
5919Show whether Pascal static members are printed or not.
c906108c
SS
5920
5921@c These don't work with HP ANSI C++ yet.
c906108c
SS
5922@item set print vtbl
5923@itemx set print vtbl on
4644b6e3 5924@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
5925@cindex virtual functions (C@t{++}) display
5926@cindex VTBL display
b37052ae 5927Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5928(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5929ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5930
5931@item set print vtbl off
b37052ae 5932Do not pretty print C@t{++} virtual function tables.
c906108c 5933
c906108c 5934@item show print vtbl
b37052ae 5935Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5936@end table
c906108c 5937
6d2ebf8b 5938@node Value History
c906108c
SS
5939@section Value history
5940
5941@cindex value history
9c16f35a 5942@cindex history of values printed by @value{GDBN}
5d161b24
DB
5943Values printed by the @code{print} command are saved in the @value{GDBN}
5944@dfn{value history}. This allows you to refer to them in other expressions.
5945Values are kept until the symbol table is re-read or discarded
5946(for example with the @code{file} or @code{symbol-file} commands).
5947When the symbol table changes, the value history is discarded,
5948since the values may contain pointers back to the types defined in the
c906108c
SS
5949symbol table.
5950
5951@cindex @code{$}
5952@cindex @code{$$}
5953@cindex history number
5954The values printed are given @dfn{history numbers} by which you can
5955refer to them. These are successive integers starting with one.
5956@code{print} shows you the history number assigned to a value by
5957printing @samp{$@var{num} = } before the value; here @var{num} is the
5958history number.
5959
5960To refer to any previous value, use @samp{$} followed by the value's
5961history number. The way @code{print} labels its output is designed to
5962remind you of this. Just @code{$} refers to the most recent value in
5963the history, and @code{$$} refers to the value before that.
5964@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5965is the value just prior to @code{$$}, @code{$$1} is equivalent to
5966@code{$$}, and @code{$$0} is equivalent to @code{$}.
5967
5968For example, suppose you have just printed a pointer to a structure and
5969want to see the contents of the structure. It suffices to type
5970
474c8240 5971@smallexample
c906108c 5972p *$
474c8240 5973@end smallexample
c906108c
SS
5974
5975If you have a chain of structures where the component @code{next} points
5976to the next one, you can print the contents of the next one with this:
5977
474c8240 5978@smallexample
c906108c 5979p *$.next
474c8240 5980@end smallexample
c906108c
SS
5981
5982@noindent
5983You can print successive links in the chain by repeating this
5984command---which you can do by just typing @key{RET}.
5985
5986Note that the history records values, not expressions. If the value of
5987@code{x} is 4 and you type these commands:
5988
474c8240 5989@smallexample
c906108c
SS
5990print x
5991set x=5
474c8240 5992@end smallexample
c906108c
SS
5993
5994@noindent
5995then the value recorded in the value history by the @code{print} command
5996remains 4 even though the value of @code{x} has changed.
5997
5998@table @code
5999@kindex show values
6000@item show values
6001Print the last ten values in the value history, with their item numbers.
6002This is like @samp{p@ $$9} repeated ten times, except that @code{show
6003values} does not change the history.
6004
6005@item show values @var{n}
6006Print ten history values centered on history item number @var{n}.
6007
6008@item show values +
6009Print ten history values just after the values last printed. If no more
6010values are available, @code{show values +} produces no display.
6011@end table
6012
6013Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
6014same effect as @samp{show values +}.
6015
6d2ebf8b 6016@node Convenience Vars
c906108c
SS
6017@section Convenience variables
6018
6019@cindex convenience variables
9c16f35a 6020@cindex user-defined variables
c906108c
SS
6021@value{GDBN} provides @dfn{convenience variables} that you can use within
6022@value{GDBN} to hold on to a value and refer to it later. These variables
6023exist entirely within @value{GDBN}; they are not part of your program, and
6024setting a convenience variable has no direct effect on further execution
6025of your program. That is why you can use them freely.
6026
6027Convenience variables are prefixed with @samp{$}. Any name preceded by
6028@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 6029the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
6030(Value history references, in contrast, are @emph{numbers} preceded
6031by @samp{$}. @xref{Value History, ,Value history}.)
6032
6033You can save a value in a convenience variable with an assignment
6034expression, just as you would set a variable in your program.
6035For example:
6036
474c8240 6037@smallexample
c906108c 6038set $foo = *object_ptr
474c8240 6039@end smallexample
c906108c
SS
6040
6041@noindent
6042would save in @code{$foo} the value contained in the object pointed to by
6043@code{object_ptr}.
6044
6045Using a convenience variable for the first time creates it, but its
6046value is @code{void} until you assign a new value. You can alter the
6047value with another assignment at any time.
6048
6049Convenience variables have no fixed types. You can assign a convenience
6050variable any type of value, including structures and arrays, even if
6051that variable already has a value of a different type. The convenience
6052variable, when used as an expression, has the type of its current value.
6053
6054@table @code
6055@kindex show convenience
9c16f35a 6056@cindex show all user variables
c906108c
SS
6057@item show convenience
6058Print a list of convenience variables used so far, and their values.
d4f3574e 6059Abbreviated @code{show conv}.
c906108c
SS
6060@end table
6061
6062One of the ways to use a convenience variable is as a counter to be
6063incremented or a pointer to be advanced. For example, to print
6064a field from successive elements of an array of structures:
6065
474c8240 6066@smallexample
c906108c
SS
6067set $i = 0
6068print bar[$i++]->contents
474c8240 6069@end smallexample
c906108c 6070
d4f3574e
SS
6071@noindent
6072Repeat that command by typing @key{RET}.
c906108c
SS
6073
6074Some convenience variables are created automatically by @value{GDBN} and given
6075values likely to be useful.
6076
6077@table @code
41afff9a 6078@vindex $_@r{, convenience variable}
c906108c
SS
6079@item $_
6080The variable @code{$_} is automatically set by the @code{x} command to
6081the last address examined (@pxref{Memory, ,Examining memory}). Other
6082commands which provide a default address for @code{x} to examine also
6083set @code{$_} to that address; these commands include @code{info line}
6084and @code{info breakpoint}. The type of @code{$_} is @code{void *}
6085except when set by the @code{x} command, in which case it is a pointer
6086to the type of @code{$__}.
6087
41afff9a 6088@vindex $__@r{, convenience variable}
c906108c
SS
6089@item $__
6090The variable @code{$__} is automatically set by the @code{x} command
6091to the value found in the last address examined. Its type is chosen
6092to match the format in which the data was printed.
6093
6094@item $_exitcode
41afff9a 6095@vindex $_exitcode@r{, convenience variable}
c906108c
SS
6096The variable @code{$_exitcode} is automatically set to the exit code when
6097the program being debugged terminates.
6098@end table
6099
53a5351d
JM
6100On HP-UX systems, if you refer to a function or variable name that
6101begins with a dollar sign, @value{GDBN} searches for a user or system
6102name first, before it searches for a convenience variable.
c906108c 6103
6d2ebf8b 6104@node Registers
c906108c
SS
6105@section Registers
6106
6107@cindex registers
6108You can refer to machine register contents, in expressions, as variables
6109with names starting with @samp{$}. The names of registers are different
6110for each machine; use @code{info registers} to see the names used on
6111your machine.
6112
6113@table @code
6114@kindex info registers
6115@item info registers
6116Print the names and values of all registers except floating-point
c85508ee 6117and vector registers (in the selected stack frame).
c906108c
SS
6118
6119@kindex info all-registers
6120@cindex floating point registers
6121@item info all-registers
6122Print the names and values of all registers, including floating-point
c85508ee 6123and vector registers (in the selected stack frame).
c906108c
SS
6124
6125@item info registers @var{regname} @dots{}
6126Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
6127As discussed in detail below, register values are normally relative to
6128the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
6129the machine you are using, with or without the initial @samp{$}.
6130@end table
6131
6132@value{GDBN} has four ``standard'' register names that are available (in
6133expressions) on most machines---whenever they do not conflict with an
6134architecture's canonical mnemonics for registers. The register names
6135@code{$pc} and @code{$sp} are used for the program counter register and
6136the stack pointer. @code{$fp} is used for a register that contains a
6137pointer to the current stack frame, and @code{$ps} is used for a
6138register that contains the processor status. For example,
6139you could print the program counter in hex with
6140
474c8240 6141@smallexample
c906108c 6142p/x $pc
474c8240 6143@end smallexample
c906108c
SS
6144
6145@noindent
6146or print the instruction to be executed next with
6147
474c8240 6148@smallexample
c906108c 6149x/i $pc
474c8240 6150@end smallexample
c906108c
SS
6151
6152@noindent
6153or add four to the stack pointer@footnote{This is a way of removing
6154one word from the stack, on machines where stacks grow downward in
6155memory (most machines, nowadays). This assumes that the innermost
6156stack frame is selected; setting @code{$sp} is not allowed when other
6157stack frames are selected. To pop entire frames off the stack,
6158regardless of machine architecture, use @code{return};
d4f3574e 6159see @ref{Returning, ,Returning from a function}.} with
c906108c 6160
474c8240 6161@smallexample
c906108c 6162set $sp += 4
474c8240 6163@end smallexample
c906108c
SS
6164
6165Whenever possible, these four standard register names are available on
6166your machine even though the machine has different canonical mnemonics,
6167so long as there is no conflict. The @code{info registers} command
6168shows the canonical names. For example, on the SPARC, @code{info
6169registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
6170can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6171is an alias for the @sc{eflags} register.
c906108c
SS
6172
6173@value{GDBN} always considers the contents of an ordinary register as an
6174integer when the register is examined in this way. Some machines have
6175special registers which can hold nothing but floating point; these
6176registers are considered to have floating point values. There is no way
6177to refer to the contents of an ordinary register as floating point value
6178(although you can @emph{print} it as a floating point value with
6179@samp{print/f $@var{regname}}).
6180
6181Some registers have distinct ``raw'' and ``virtual'' data formats. This
6182means that the data format in which the register contents are saved by
6183the operating system is not the same one that your program normally
6184sees. For example, the registers of the 68881 floating point
6185coprocessor are always saved in ``extended'' (raw) format, but all C
6186programs expect to work with ``double'' (virtual) format. In such
5d161b24 6187cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
6188that makes sense for your program), but the @code{info registers} command
6189prints the data in both formats.
6190
6191Normally, register values are relative to the selected stack frame
6192(@pxref{Selection, ,Selecting a frame}). This means that you get the
6193value that the register would contain if all stack frames farther in
6194were exited and their saved registers restored. In order to see the
6195true contents of hardware registers, you must select the innermost
6196frame (with @samp{frame 0}).
6197
6198However, @value{GDBN} must deduce where registers are saved, from the machine
6199code generated by your compiler. If some registers are not saved, or if
6200@value{GDBN} is unable to locate the saved registers, the selected stack
6201frame makes no difference.
6202
6d2ebf8b 6203@node Floating Point Hardware
c906108c
SS
6204@section Floating point hardware
6205@cindex floating point
6206
6207Depending on the configuration, @value{GDBN} may be able to give
6208you more information about the status of the floating point hardware.
6209
6210@table @code
6211@kindex info float
6212@item info float
6213Display hardware-dependent information about the floating
6214point unit. The exact contents and layout vary depending on the
6215floating point chip. Currently, @samp{info float} is supported on
6216the ARM and x86 machines.
6217@end table
c906108c 6218
e76f1f2e
AC
6219@node Vector Unit
6220@section Vector Unit
6221@cindex vector unit
6222
6223Depending on the configuration, @value{GDBN} may be able to give you
6224more information about the status of the vector unit.
6225
6226@table @code
6227@kindex info vector
6228@item info vector
6229Display information about the vector unit. The exact contents and
6230layout vary depending on the hardware.
6231@end table
6232
721c2651
EZ
6233@node OS Information
6234@section Operating system auxiliary information
6235@cindex OS information
6236
6237@value{GDBN} provides interfaces to useful OS facilities that can help
6238you debug your program.
6239
6240@cindex @code{ptrace} system call
6241@cindex @code{struct user} contents
6242When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6243machines), it interfaces with the inferior via the @code{ptrace}
6244system call. The operating system creates a special sata structure,
6245called @code{struct user}, for this interface. You can use the
6246command @code{info udot} to display the contents of this data
6247structure.
6248
6249@table @code
6250@item info udot
6251@kindex info udot
6252Display the contents of the @code{struct user} maintained by the OS
6253kernel for the program being debugged. @value{GDBN} displays the
6254contents of @code{struct user} as a list of hex numbers, similar to
6255the @code{examine} command.
6256@end table
6257
b383017d
RM
6258@cindex auxiliary vector
6259@cindex vector, auxiliary
b383017d
RM
6260Some operating systems supply an @dfn{auxiliary vector} to programs at
6261startup. This is akin to the arguments and environment that you
6262specify for a program, but contains a system-dependent variety of
6263binary values that tell system libraries important details about the
6264hardware, operating system, and process. Each value's purpose is
6265identified by an integer tag; the meanings are well-known but system-specific.
6266Depending on the configuration and operating system facilities,
9c16f35a
EZ
6267@value{GDBN} may be able to show you this information. For remote
6268targets, this functionality may further depend on the remote stub's
6269support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6270configuration, auxiliary vector}.
b383017d
RM
6271
6272@table @code
6273@kindex info auxv
6274@item info auxv
6275Display the auxiliary vector of the inferior, which can be either a
e4937fc1 6276live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
6277numerically, and also shows names and text descriptions for recognized
6278tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 6279pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
6280most appropriate form for a recognized tag, and in hexadecimal for
6281an unrecognized tag.
6282@end table
6283
721c2651 6284
29e57380 6285@node Memory Region Attributes
b383017d 6286@section Memory region attributes
29e57380
C
6287@cindex memory region attributes
6288
b383017d
RM
6289@dfn{Memory region attributes} allow you to describe special handling
6290required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
6291to determine whether to allow certain types of memory accesses; whether to
6292use specific width accesses; and whether to cache target memory.
6293
6294Defined memory regions can be individually enabled and disabled. When a
6295memory region is disabled, @value{GDBN} uses the default attributes when
6296accessing memory in that region. Similarly, if no memory regions have
6297been defined, @value{GDBN} uses the default attributes when accessing
6298all memory.
6299
b383017d 6300When a memory region is defined, it is given a number to identify it;
29e57380
C
6301to enable, disable, or remove a memory region, you specify that number.
6302
6303@table @code
6304@kindex mem
bfac230e 6305@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
6306Define a memory region bounded by @var{lower} and @var{upper} with
6307attributes @var{attributes}@dots{}, and add it to the list of regions
6308monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6309case: it is treated as the the target's maximum memory address.
bfac230e 6310(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
6311
6312@kindex delete mem
6313@item delete mem @var{nums}@dots{}
09d4efe1
EZ
6314Remove memory regions @var{nums}@dots{} from the list of regions
6315monitored by @value{GDBN}.
29e57380
C
6316
6317@kindex disable mem
6318@item disable mem @var{nums}@dots{}
09d4efe1 6319Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 6320A disabled memory region is not forgotten.
29e57380
C
6321It may be enabled again later.
6322
6323@kindex enable mem
6324@item enable mem @var{nums}@dots{}
09d4efe1 6325Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
6326
6327@kindex info mem
6328@item info mem
6329Print a table of all defined memory regions, with the following columns
09d4efe1 6330for each region:
29e57380
C
6331
6332@table @emph
6333@item Memory Region Number
6334@item Enabled or Disabled.
b383017d 6335Enabled memory regions are marked with @samp{y}.
29e57380
C
6336Disabled memory regions are marked with @samp{n}.
6337
6338@item Lo Address
6339The address defining the inclusive lower bound of the memory region.
6340
6341@item Hi Address
6342The address defining the exclusive upper bound of the memory region.
6343
6344@item Attributes
6345The list of attributes set for this memory region.
6346@end table
6347@end table
6348
6349
6350@subsection Attributes
6351
b383017d 6352@subsubsection Memory Access Mode
29e57380
C
6353The access mode attributes set whether @value{GDBN} may make read or
6354write accesses to a memory region.
6355
6356While these attributes prevent @value{GDBN} from performing invalid
6357memory accesses, they do nothing to prevent the target system, I/O DMA,
6358etc. from accessing memory.
6359
6360@table @code
6361@item ro
6362Memory is read only.
6363@item wo
6364Memory is write only.
6365@item rw
6ca652b0 6366Memory is read/write. This is the default.
29e57380
C
6367@end table
6368
6369@subsubsection Memory Access Size
6370The acccess size attributes tells @value{GDBN} to use specific sized
6371accesses in the memory region. Often memory mapped device registers
6372require specific sized accesses. If no access size attribute is
6373specified, @value{GDBN} may use accesses of any size.
6374
6375@table @code
6376@item 8
6377Use 8 bit memory accesses.
6378@item 16
6379Use 16 bit memory accesses.
6380@item 32
6381Use 32 bit memory accesses.
6382@item 64
6383Use 64 bit memory accesses.
6384@end table
6385
6386@c @subsubsection Hardware/Software Breakpoints
6387@c The hardware/software breakpoint attributes set whether @value{GDBN}
6388@c will use hardware or software breakpoints for the internal breakpoints
6389@c used by the step, next, finish, until, etc. commands.
6390@c
6391@c @table @code
6392@c @item hwbreak
b383017d 6393@c Always use hardware breakpoints
29e57380
C
6394@c @item swbreak (default)
6395@c @end table
6396
6397@subsubsection Data Cache
6398The data cache attributes set whether @value{GDBN} will cache target
6399memory. While this generally improves performance by reducing debug
6400protocol overhead, it can lead to incorrect results because @value{GDBN}
6401does not know about volatile variables or memory mapped device
6402registers.
6403
6404@table @code
6405@item cache
b383017d 6406Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6407@item nocache
6408Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6409@end table
6410
6411@c @subsubsection Memory Write Verification
b383017d 6412@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6413@c will re-reads data after each write to verify the write was successful.
6414@c
6415@c @table @code
6416@c @item verify
6417@c @item noverify (default)
6418@c @end table
6419
16d9dec6
MS
6420@node Dump/Restore Files
6421@section Copy between memory and a file
6422@cindex dump/restore files
6423@cindex append data to a file
6424@cindex dump data to a file
6425@cindex restore data from a file
16d9dec6 6426
df5215a6
JB
6427You can use the commands @code{dump}, @code{append}, and
6428@code{restore} to copy data between target memory and a file. The
6429@code{dump} and @code{append} commands write data to a file, and the
6430@code{restore} command reads data from a file back into the inferior's
6431memory. Files may be in binary, Motorola S-record, Intel hex, or
6432Tektronix Hex format; however, @value{GDBN} can only append to binary
6433files.
6434
6435@table @code
6436
6437@kindex dump
6438@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6439@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6440Dump the contents of memory from @var{start_addr} to @var{end_addr},
6441or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6442
df5215a6 6443The @var{format} parameter may be any one of:
16d9dec6 6444@table @code
df5215a6
JB
6445@item binary
6446Raw binary form.
6447@item ihex
6448Intel hex format.
6449@item srec
6450Motorola S-record format.
6451@item tekhex
6452Tektronix Hex format.
6453@end table
6454
6455@value{GDBN} uses the same definitions of these formats as the
6456@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6457@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6458form.
6459
6460@kindex append
6461@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6462@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6463Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 6464or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
6465(@value{GDBN} can only append data to files in raw binary form.)
6466
6467@kindex restore
6468@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6469Restore the contents of file @var{filename} into memory. The
6470@code{restore} command can automatically recognize any known @sc{bfd}
6471file format, except for raw binary. To restore a raw binary file you
6472must specify the optional keyword @code{binary} after the filename.
16d9dec6 6473
b383017d 6474If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6475contained in the file. Binary files always start at address zero, so
6476they will be restored at address @var{bias}. Other bfd files have
6477a built-in location; they will be restored at offset @var{bias}
6478from that location.
6479
6480If @var{start} and/or @var{end} are non-zero, then only data between
6481file offset @var{start} and file offset @var{end} will be restored.
b383017d 6482These offsets are relative to the addresses in the file, before
16d9dec6
MS
6483the @var{bias} argument is applied.
6484
6485@end table
6486
384ee23f
EZ
6487@node Core File Generation
6488@section How to Produce a Core File from Your Program
6489@cindex dump core from inferior
6490
6491A @dfn{core file} or @dfn{core dump} is a file that records the memory
6492image of a running process and its process status (register values
6493etc.). Its primary use is post-mortem debugging of a program that
6494crashed while it ran outside a debugger. A program that crashes
6495automatically produces a core file, unless this feature is disabled by
6496the user. @xref{Files}, for information on invoking @value{GDBN} in
6497the post-mortem debugging mode.
6498
6499Occasionally, you may wish to produce a core file of the program you
6500are debugging in order to preserve a snapshot of its state.
6501@value{GDBN} has a special command for that.
6502
6503@table @code
6504@kindex gcore
6505@kindex generate-core-file
6506@item generate-core-file [@var{file}]
6507@itemx gcore [@var{file}]
6508Produce a core dump of the inferior process. The optional argument
6509@var{file} specifies the file name where to put the core dump. If not
6510specified, the file name defaults to @file{core.@var{pid}}, where
6511@var{pid} is the inferior process ID.
6512
6513Note that this command is implemented only for some systems (as of
6514this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6515@end table
6516
a0eb71c5
KB
6517@node Character Sets
6518@section Character Sets
6519@cindex character sets
6520@cindex charset
6521@cindex translating between character sets
6522@cindex host character set
6523@cindex target character set
6524
6525If the program you are debugging uses a different character set to
6526represent characters and strings than the one @value{GDBN} uses itself,
6527@value{GDBN} can automatically translate between the character sets for
6528you. The character set @value{GDBN} uses we call the @dfn{host
6529character set}; the one the inferior program uses we call the
6530@dfn{target character set}.
6531
6532For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6533uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6534remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6535running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6536then the host character set is Latin-1, and the target character set is
6537@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6538target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6539@sc{ebcdic} and Latin 1 as you print character or string values, or use
6540character and string literals in expressions.
6541
6542@value{GDBN} has no way to automatically recognize which character set
6543the inferior program uses; you must tell it, using the @code{set
6544target-charset} command, described below.
6545
6546Here are the commands for controlling @value{GDBN}'s character set
6547support:
6548
6549@table @code
6550@item set target-charset @var{charset}
6551@kindex set target-charset
6552Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6553character set names @value{GDBN} recognizes below, but if you type
6554@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6555list the target character sets it supports.
a0eb71c5
KB
6556@end table
6557
6558@table @code
6559@item set host-charset @var{charset}
6560@kindex set host-charset
6561Set the current host character set to @var{charset}.
6562
6563By default, @value{GDBN} uses a host character set appropriate to the
6564system it is running on; you can override that default using the
6565@code{set host-charset} command.
6566
6567@value{GDBN} can only use certain character sets as its host character
6568set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6569indicate which can be host character sets, but if you type
6570@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6571list the host character sets it supports.
a0eb71c5
KB
6572
6573@item set charset @var{charset}
6574@kindex set charset
e33d66ec
EZ
6575Set the current host and target character sets to @var{charset}. As
6576above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6577@value{GDBN} will list the name of the character sets that can be used
6578for both host and target.
6579
a0eb71c5
KB
6580
6581@item show charset
a0eb71c5 6582@kindex show charset
b383017d 6583Show the names of the current host and target charsets.
e33d66ec
EZ
6584
6585@itemx show host-charset
a0eb71c5 6586@kindex show host-charset
b383017d 6587Show the name of the current host charset.
e33d66ec
EZ
6588
6589@itemx show target-charset
a0eb71c5 6590@kindex show target-charset
b383017d 6591Show the name of the current target charset.
a0eb71c5
KB
6592
6593@end table
6594
6595@value{GDBN} currently includes support for the following character
6596sets:
6597
6598@table @code
6599
6600@item ASCII
6601@cindex ASCII character set
6602Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6603character set.
6604
6605@item ISO-8859-1
6606@cindex ISO 8859-1 character set
6607@cindex ISO Latin 1 character set
e33d66ec 6608The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6609characters needed for French, German, and Spanish. @value{GDBN} can use
6610this as its host character set.
6611
6612@item EBCDIC-US
6613@itemx IBM1047
6614@cindex EBCDIC character set
6615@cindex IBM1047 character set
6616Variants of the @sc{ebcdic} character set, used on some of IBM's
6617mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6618@value{GDBN} cannot use these as its host character set.
6619
6620@end table
6621
6622Note that these are all single-byte character sets. More work inside
6623GDB is needed to support multi-byte or variable-width character
6624encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6625
6626Here is an example of @value{GDBN}'s character set support in action.
6627Assume that the following source code has been placed in the file
6628@file{charset-test.c}:
6629
6630@smallexample
6631#include <stdio.h>
6632
6633char ascii_hello[]
6634 = @{72, 101, 108, 108, 111, 44, 32, 119,
6635 111, 114, 108, 100, 33, 10, 0@};
6636char ibm1047_hello[]
6637 = @{200, 133, 147, 147, 150, 107, 64, 166,
6638 150, 153, 147, 132, 90, 37, 0@};
6639
6640main ()
6641@{
6642 printf ("Hello, world!\n");
6643@}
10998722 6644@end smallexample
a0eb71c5
KB
6645
6646In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6647containing the string @samp{Hello, world!} followed by a newline,
6648encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6649
6650We compile the program, and invoke the debugger on it:
6651
6652@smallexample
6653$ gcc -g charset-test.c -o charset-test
6654$ gdb -nw charset-test
6655GNU gdb 2001-12-19-cvs
6656Copyright 2001 Free Software Foundation, Inc.
6657@dots{}
f7dc1244 6658(@value{GDBP})
10998722 6659@end smallexample
a0eb71c5
KB
6660
6661We can use the @code{show charset} command to see what character sets
6662@value{GDBN} is currently using to interpret and display characters and
6663strings:
6664
6665@smallexample
f7dc1244 6666(@value{GDBP}) show charset
e33d66ec 6667The current host and target character set is `ISO-8859-1'.
f7dc1244 6668(@value{GDBP})
10998722 6669@end smallexample
a0eb71c5
KB
6670
6671For the sake of printing this manual, let's use @sc{ascii} as our
6672initial character set:
6673@smallexample
f7dc1244
EZ
6674(@value{GDBP}) set charset ASCII
6675(@value{GDBP}) show charset
e33d66ec 6676The current host and target character set is `ASCII'.
f7dc1244 6677(@value{GDBP})
10998722 6678@end smallexample
a0eb71c5
KB
6679
6680Let's assume that @sc{ascii} is indeed the correct character set for our
6681host system --- in other words, let's assume that if @value{GDBN} prints
6682characters using the @sc{ascii} character set, our terminal will display
6683them properly. Since our current target character set is also
6684@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6685
6686@smallexample
f7dc1244 6687(@value{GDBP}) print ascii_hello
a0eb71c5 6688$1 = 0x401698 "Hello, world!\n"
f7dc1244 6689(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6690$2 = 72 'H'
f7dc1244 6691(@value{GDBP})
10998722 6692@end smallexample
a0eb71c5
KB
6693
6694@value{GDBN} uses the target character set for character and string
6695literals you use in expressions:
6696
6697@smallexample
f7dc1244 6698(@value{GDBP}) print '+'
a0eb71c5 6699$3 = 43 '+'
f7dc1244 6700(@value{GDBP})
10998722 6701@end smallexample
a0eb71c5
KB
6702
6703The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6704character.
6705
6706@value{GDBN} relies on the user to tell it which character set the
6707target program uses. If we print @code{ibm1047_hello} while our target
6708character set is still @sc{ascii}, we get jibberish:
6709
6710@smallexample
f7dc1244 6711(@value{GDBP}) print ibm1047_hello
a0eb71c5 6712$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 6713(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6714$5 = 200 '\310'
f7dc1244 6715(@value{GDBP})
10998722 6716@end smallexample
a0eb71c5 6717
e33d66ec 6718If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6719@value{GDBN} tells us the character sets it supports:
6720
6721@smallexample
f7dc1244 6722(@value{GDBP}) set target-charset
b383017d 6723ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 6724(@value{GDBP}) set target-charset
10998722 6725@end smallexample
a0eb71c5
KB
6726
6727We can select @sc{ibm1047} as our target character set, and examine the
6728program's strings again. Now the @sc{ascii} string is wrong, but
6729@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6730target character set, @sc{ibm1047}, to the host character set,
6731@sc{ascii}, and they display correctly:
6732
6733@smallexample
f7dc1244
EZ
6734(@value{GDBP}) set target-charset IBM1047
6735(@value{GDBP}) show charset
e33d66ec
EZ
6736The current host character set is `ASCII'.
6737The current target character set is `IBM1047'.
f7dc1244 6738(@value{GDBP}) print ascii_hello
a0eb71c5 6739$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 6740(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6741$7 = 72 '\110'
f7dc1244 6742(@value{GDBP}) print ibm1047_hello
a0eb71c5 6743$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 6744(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6745$9 = 200 'H'
f7dc1244 6746(@value{GDBP})
10998722 6747@end smallexample
a0eb71c5
KB
6748
6749As above, @value{GDBN} uses the target character set for character and
6750string literals you use in expressions:
6751
6752@smallexample
f7dc1244 6753(@value{GDBP}) print '+'
a0eb71c5 6754$10 = 78 '+'
f7dc1244 6755(@value{GDBP})
10998722 6756@end smallexample
a0eb71c5 6757
e33d66ec 6758The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6759character.
6760
09d4efe1
EZ
6761@node Caching Remote Data
6762@section Caching Data of Remote Targets
6763@cindex caching data of remote targets
6764
6765@value{GDBN} can cache data exchanged between the debugger and a
6766remote target (@pxref{Remote}). Such caching generally improves
6767performance, because it reduces the overhead of the remote protocol by
6768bundling memory reads and writes into large chunks. Unfortunately,
6769@value{GDBN} does not currently know anything about volatile
6770registers, and thus data caching will produce incorrect results when
6771volatile registers are in use.
6772
6773@table @code
6774@kindex set remotecache
6775@item set remotecache on
6776@itemx set remotecache off
6777Set caching state for remote targets. When @code{ON}, use data
6778caching. By default, this option is @code{OFF}.
6779
6780@kindex show remotecache
6781@item show remotecache
6782Show the current state of data caching for remote targets.
6783
6784@kindex info dcache
6785@item info dcache
6786Print the information about the data cache performance. The
6787information displayed includes: the dcache width and depth; and for
6788each cache line, how many times it was referenced, and its data and
6789state (dirty, bad, ok, etc.). This command is useful for debugging
6790the data cache operation.
6791@end table
6792
a0eb71c5 6793
e2e0bcd1
JB
6794@node Macros
6795@chapter C Preprocessor Macros
6796
49efadf5 6797Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
6798``preprocessor macros'' which expand into strings of tokens.
6799@value{GDBN} can evaluate expressions containing macro invocations, show
6800the result of macro expansion, and show a macro's definition, including
6801where it was defined.
6802
6803You may need to compile your program specially to provide @value{GDBN}
6804with information about preprocessor macros. Most compilers do not
6805include macros in their debugging information, even when you compile
6806with the @option{-g} flag. @xref{Compilation}.
6807
6808A program may define a macro at one point, remove that definition later,
6809and then provide a different definition after that. Thus, at different
6810points in the program, a macro may have different definitions, or have
6811no definition at all. If there is a current stack frame, @value{GDBN}
6812uses the macros in scope at that frame's source code line. Otherwise,
6813@value{GDBN} uses the macros in scope at the current listing location;
6814see @ref{List}.
6815
6816At the moment, @value{GDBN} does not support the @code{##}
6817token-splicing operator, the @code{#} stringification operator, or
6818variable-arity macros.
6819
6820Whenever @value{GDBN} evaluates an expression, it always expands any
6821macro invocations present in the expression. @value{GDBN} also provides
6822the following commands for working with macros explicitly.
6823
6824@table @code
6825
6826@kindex macro expand
6827@cindex macro expansion, showing the results of preprocessor
6828@cindex preprocessor macro expansion, showing the results of
6829@cindex expanding preprocessor macros
6830@item macro expand @var{expression}
6831@itemx macro exp @var{expression}
6832Show the results of expanding all preprocessor macro invocations in
6833@var{expression}. Since @value{GDBN} simply expands macros, but does
6834not parse the result, @var{expression} need not be a valid expression;
6835it can be any string of tokens.
6836
09d4efe1 6837@kindex macro exp1
e2e0bcd1
JB
6838@item macro expand-once @var{expression}
6839@itemx macro exp1 @var{expression}
4644b6e3 6840@cindex expand macro once
e2e0bcd1
JB
6841@i{(This command is not yet implemented.)} Show the results of
6842expanding those preprocessor macro invocations that appear explicitly in
6843@var{expression}. Macro invocations appearing in that expansion are
6844left unchanged. This command allows you to see the effect of a
6845particular macro more clearly, without being confused by further
6846expansions. Since @value{GDBN} simply expands macros, but does not
6847parse the result, @var{expression} need not be a valid expression; it
6848can be any string of tokens.
6849
475b0867 6850@kindex info macro
e2e0bcd1
JB
6851@cindex macro definition, showing
6852@cindex definition, showing a macro's
475b0867 6853@item info macro @var{macro}
e2e0bcd1
JB
6854Show the definition of the macro named @var{macro}, and describe the
6855source location where that definition was established.
6856
6857@kindex macro define
6858@cindex user-defined macros
6859@cindex defining macros interactively
6860@cindex macros, user-defined
6861@item macro define @var{macro} @var{replacement-list}
6862@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6863@i{(This command is not yet implemented.)} Introduce a definition for a
6864preprocessor macro named @var{macro}, invocations of which are replaced
6865by the tokens given in @var{replacement-list}. The first form of this
6866command defines an ``object-like'' macro, which takes no arguments; the
6867second form defines a ``function-like'' macro, which takes the arguments
6868given in @var{arglist}.
6869
6870A definition introduced by this command is in scope in every expression
6871evaluated in @value{GDBN}, until it is removed with the @command{macro
6872undef} command, described below. The definition overrides all
6873definitions for @var{macro} present in the program being debugged, as
6874well as any previous user-supplied definition.
6875
6876@kindex macro undef
6877@item macro undef @var{macro}
6878@i{(This command is not yet implemented.)} Remove any user-supplied
6879definition for the macro named @var{macro}. This command only affects
6880definitions provided with the @command{macro define} command, described
6881above; it cannot remove definitions present in the program being
6882debugged.
6883
09d4efe1
EZ
6884@kindex macro list
6885@item macro list
6886@i{(This command is not yet implemented.)} List all the macros
6887defined using the @code{macro define} command.
e2e0bcd1
JB
6888@end table
6889
6890@cindex macros, example of debugging with
6891Here is a transcript showing the above commands in action. First, we
6892show our source files:
6893
6894@smallexample
6895$ cat sample.c
6896#include <stdio.h>
6897#include "sample.h"
6898
6899#define M 42
6900#define ADD(x) (M + x)
6901
6902main ()
6903@{
6904#define N 28
6905 printf ("Hello, world!\n");
6906#undef N
6907 printf ("We're so creative.\n");
6908#define N 1729
6909 printf ("Goodbye, world!\n");
6910@}
6911$ cat sample.h
6912#define Q <
6913$
6914@end smallexample
6915
6916Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6917We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6918compiler includes information about preprocessor macros in the debugging
6919information.
6920
6921@smallexample
6922$ gcc -gdwarf-2 -g3 sample.c -o sample
6923$
6924@end smallexample
6925
6926Now, we start @value{GDBN} on our sample program:
6927
6928@smallexample
6929$ gdb -nw sample
6930GNU gdb 2002-05-06-cvs
6931Copyright 2002 Free Software Foundation, Inc.
6932GDB is free software, @dots{}
f7dc1244 6933(@value{GDBP})
e2e0bcd1
JB
6934@end smallexample
6935
6936We can expand macros and examine their definitions, even when the
6937program is not running. @value{GDBN} uses the current listing position
6938to decide which macro definitions are in scope:
6939
6940@smallexample
f7dc1244 6941(@value{GDBP}) list main
e2e0bcd1
JB
69423
69434 #define M 42
69445 #define ADD(x) (M + x)
69456
69467 main ()
69478 @{
69489 #define N 28
694910 printf ("Hello, world!\n");
695011 #undef N
695112 printf ("We're so creative.\n");
f7dc1244 6952(@value{GDBP}) info macro ADD
e2e0bcd1
JB
6953Defined at /home/jimb/gdb/macros/play/sample.c:5
6954#define ADD(x) (M + x)
f7dc1244 6955(@value{GDBP}) info macro Q
e2e0bcd1
JB
6956Defined at /home/jimb/gdb/macros/play/sample.h:1
6957 included at /home/jimb/gdb/macros/play/sample.c:2
6958#define Q <
f7dc1244 6959(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 6960expands to: (42 + 1)
f7dc1244 6961(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 6962expands to: once (M + 1)
f7dc1244 6963(@value{GDBP})
e2e0bcd1
JB
6964@end smallexample
6965
6966In the example above, note that @command{macro expand-once} expands only
6967the macro invocation explicit in the original text --- the invocation of
6968@code{ADD} --- but does not expand the invocation of the macro @code{M},
6969which was introduced by @code{ADD}.
6970
6971Once the program is running, GDB uses the macro definitions in force at
6972the source line of the current stack frame:
6973
6974@smallexample
f7dc1244 6975(@value{GDBP}) break main
e2e0bcd1 6976Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 6977(@value{GDBP}) run
b383017d 6978Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6979
6980Breakpoint 1, main () at sample.c:10
698110 printf ("Hello, world!\n");
f7dc1244 6982(@value{GDBP})
e2e0bcd1
JB
6983@end smallexample
6984
6985At line 10, the definition of the macro @code{N} at line 9 is in force:
6986
6987@smallexample
f7dc1244 6988(@value{GDBP}) info macro N
e2e0bcd1
JB
6989Defined at /home/jimb/gdb/macros/play/sample.c:9
6990#define N 28
f7dc1244 6991(@value{GDBP}) macro expand N Q M
e2e0bcd1 6992expands to: 28 < 42
f7dc1244 6993(@value{GDBP}) print N Q M
e2e0bcd1 6994$1 = 1
f7dc1244 6995(@value{GDBP})
e2e0bcd1
JB
6996@end smallexample
6997
6998As we step over directives that remove @code{N}'s definition, and then
6999give it a new definition, @value{GDBN} finds the definition (or lack
7000thereof) in force at each point:
7001
7002@smallexample
f7dc1244 7003(@value{GDBP}) next
e2e0bcd1
JB
7004Hello, world!
700512 printf ("We're so creative.\n");
f7dc1244 7006(@value{GDBP}) info macro N
e2e0bcd1
JB
7007The symbol `N' has no definition as a C/C++ preprocessor macro
7008at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 7009(@value{GDBP}) next
e2e0bcd1
JB
7010We're so creative.
701114 printf ("Goodbye, world!\n");
f7dc1244 7012(@value{GDBP}) info macro N
e2e0bcd1
JB
7013Defined at /home/jimb/gdb/macros/play/sample.c:13
7014#define N 1729
f7dc1244 7015(@value{GDBP}) macro expand N Q M
e2e0bcd1 7016expands to: 1729 < 42
f7dc1244 7017(@value{GDBP}) print N Q M
e2e0bcd1 7018$2 = 0
f7dc1244 7019(@value{GDBP})
e2e0bcd1
JB
7020@end smallexample
7021
7022
b37052ae
EZ
7023@node Tracepoints
7024@chapter Tracepoints
7025@c This chapter is based on the documentation written by Michael
7026@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
7027
7028@cindex tracepoints
7029In some applications, it is not feasible for the debugger to interrupt
7030the program's execution long enough for the developer to learn
7031anything helpful about its behavior. If the program's correctness
7032depends on its real-time behavior, delays introduced by a debugger
7033might cause the program to change its behavior drastically, or perhaps
7034fail, even when the code itself is correct. It is useful to be able
7035to observe the program's behavior without interrupting it.
7036
7037Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
7038specify locations in the program, called @dfn{tracepoints}, and
7039arbitrary expressions to evaluate when those tracepoints are reached.
7040Later, using the @code{tfind} command, you can examine the values
7041those expressions had when the program hit the tracepoints. The
7042expressions may also denote objects in memory---structures or arrays,
7043for example---whose values @value{GDBN} should record; while visiting
7044a particular tracepoint, you may inspect those objects as if they were
7045in memory at that moment. However, because @value{GDBN} records these
7046values without interacting with you, it can do so quickly and
7047unobtrusively, hopefully not disturbing the program's behavior.
7048
7049The tracepoint facility is currently available only for remote
2c0069bb
EZ
7050targets. @xref{Targets}. In addition, your remote target must know how
7051to collect trace data. This functionality is implemented in the remote
7052stub; however, none of the stubs distributed with @value{GDBN} support
7053tracepoints as of this writing.
b37052ae
EZ
7054
7055This chapter describes the tracepoint commands and features.
7056
7057@menu
b383017d
RM
7058* Set Tracepoints::
7059* Analyze Collected Data::
7060* Tracepoint Variables::
b37052ae
EZ
7061@end menu
7062
7063@node Set Tracepoints
7064@section Commands to Set Tracepoints
7065
7066Before running such a @dfn{trace experiment}, an arbitrary number of
7067tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
7068tracepoint has a number assigned to it by @value{GDBN}. Like with
7069breakpoints, tracepoint numbers are successive integers starting from
7070one. Many of the commands associated with tracepoints take the
7071tracepoint number as their argument, to identify which tracepoint to
7072work on.
7073
7074For each tracepoint, you can specify, in advance, some arbitrary set
7075of data that you want the target to collect in the trace buffer when
7076it hits that tracepoint. The collected data can include registers,
7077local variables, or global data. Later, you can use @value{GDBN}
7078commands to examine the values these data had at the time the
7079tracepoint was hit.
7080
7081This section describes commands to set tracepoints and associated
7082conditions and actions.
7083
7084@menu
b383017d
RM
7085* Create and Delete Tracepoints::
7086* Enable and Disable Tracepoints::
7087* Tracepoint Passcounts::
7088* Tracepoint Actions::
7089* Listing Tracepoints::
7090* Starting and Stopping Trace Experiment::
b37052ae
EZ
7091@end menu
7092
7093@node Create and Delete Tracepoints
7094@subsection Create and Delete Tracepoints
7095
7096@table @code
7097@cindex set tracepoint
7098@kindex trace
7099@item trace
7100The @code{trace} command is very similar to the @code{break} command.
7101Its argument can be a source line, a function name, or an address in
7102the target program. @xref{Set Breaks}. The @code{trace} command
7103defines a tracepoint, which is a point in the target program where the
7104debugger will briefly stop, collect some data, and then allow the
7105program to continue. Setting a tracepoint or changing its commands
7106doesn't take effect until the next @code{tstart} command; thus, you
7107cannot change the tracepoint attributes once a trace experiment is
7108running.
7109
7110Here are some examples of using the @code{trace} command:
7111
7112@smallexample
7113(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
7114
7115(@value{GDBP}) @b{trace +2} // 2 lines forward
7116
7117(@value{GDBP}) @b{trace my_function} // first source line of function
7118
7119(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7120
7121(@value{GDBP}) @b{trace *0x2117c4} // an address
7122@end smallexample
7123
7124@noindent
7125You can abbreviate @code{trace} as @code{tr}.
7126
7127@vindex $tpnum
7128@cindex last tracepoint number
7129@cindex recent tracepoint number
7130@cindex tracepoint number
7131The convenience variable @code{$tpnum} records the tracepoint number
7132of the most recently set tracepoint.
7133
7134@kindex delete tracepoint
7135@cindex tracepoint deletion
7136@item delete tracepoint @r{[}@var{num}@r{]}
7137Permanently delete one or more tracepoints. With no argument, the
7138default is to delete all tracepoints.
7139
7140Examples:
7141
7142@smallexample
7143(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7144
7145(@value{GDBP}) @b{delete trace} // remove all tracepoints
7146@end smallexample
7147
7148@noindent
7149You can abbreviate this command as @code{del tr}.
7150@end table
7151
7152@node Enable and Disable Tracepoints
7153@subsection Enable and Disable Tracepoints
7154
7155@table @code
7156@kindex disable tracepoint
7157@item disable tracepoint @r{[}@var{num}@r{]}
7158Disable tracepoint @var{num}, or all tracepoints if no argument
7159@var{num} is given. A disabled tracepoint will have no effect during
7160the next trace experiment, but it is not forgotten. You can re-enable
7161a disabled tracepoint using the @code{enable tracepoint} command.
7162
7163@kindex enable tracepoint
7164@item enable tracepoint @r{[}@var{num}@r{]}
7165Enable tracepoint @var{num}, or all tracepoints. The enabled
7166tracepoints will become effective the next time a trace experiment is
7167run.
7168@end table
7169
7170@node Tracepoint Passcounts
7171@subsection Tracepoint Passcounts
7172
7173@table @code
7174@kindex passcount
7175@cindex tracepoint pass count
7176@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7177Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7178automatically stop a trace experiment. If a tracepoint's passcount is
7179@var{n}, then the trace experiment will be automatically stopped on
7180the @var{n}'th time that tracepoint is hit. If the tracepoint number
7181@var{num} is not specified, the @code{passcount} command sets the
7182passcount of the most recently defined tracepoint. If no passcount is
7183given, the trace experiment will run until stopped explicitly by the
7184user.
7185
7186Examples:
7187
7188@smallexample
b383017d 7189(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 7190@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
7191
7192(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 7193@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
7194(@value{GDBP}) @b{trace foo}
7195(@value{GDBP}) @b{pass 3}
7196(@value{GDBP}) @b{trace bar}
7197(@value{GDBP}) @b{pass 2}
7198(@value{GDBP}) @b{trace baz}
7199(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
7200@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7201@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7202@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
7203@end smallexample
7204@end table
7205
7206@node Tracepoint Actions
7207@subsection Tracepoint Action Lists
7208
7209@table @code
7210@kindex actions
7211@cindex tracepoint actions
7212@item actions @r{[}@var{num}@r{]}
7213This command will prompt for a list of actions to be taken when the
7214tracepoint is hit. If the tracepoint number @var{num} is not
7215specified, this command sets the actions for the one that was most
7216recently defined (so that you can define a tracepoint and then say
7217@code{actions} without bothering about its number). You specify the
7218actions themselves on the following lines, one action at a time, and
7219terminate the actions list with a line containing just @code{end}. So
7220far, the only defined actions are @code{collect} and
7221@code{while-stepping}.
7222
7223@cindex remove actions from a tracepoint
7224To remove all actions from a tracepoint, type @samp{actions @var{num}}
7225and follow it immediately with @samp{end}.
7226
7227@smallexample
7228(@value{GDBP}) @b{collect @var{data}} // collect some data
7229
6826cf00 7230(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 7231
6826cf00 7232(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
7233@end smallexample
7234
7235In the following example, the action list begins with @code{collect}
7236commands indicating the things to be collected when the tracepoint is
7237hit. Then, in order to single-step and collect additional data
7238following the tracepoint, a @code{while-stepping} command is used,
7239followed by the list of things to be collected while stepping. The
7240@code{while-stepping} command is terminated by its own separate
7241@code{end} command. Lastly, the action list is terminated by an
7242@code{end} command.
7243
7244@smallexample
7245(@value{GDBP}) @b{trace foo}
7246(@value{GDBP}) @b{actions}
7247Enter actions for tracepoint 1, one per line:
7248> collect bar,baz
7249> collect $regs
7250> while-stepping 12
7251 > collect $fp, $sp
7252 > end
7253end
7254@end smallexample
7255
7256@kindex collect @r{(tracepoints)}
7257@item collect @var{expr1}, @var{expr2}, @dots{}
7258Collect values of the given expressions when the tracepoint is hit.
7259This command accepts a comma-separated list of any valid expressions.
7260In addition to global, static, or local variables, the following
7261special arguments are supported:
7262
7263@table @code
7264@item $regs
7265collect all registers
7266
7267@item $args
7268collect all function arguments
7269
7270@item $locals
7271collect all local variables.
7272@end table
7273
7274You can give several consecutive @code{collect} commands, each one
7275with a single argument, or one @code{collect} command with several
7276arguments separated by commas: the effect is the same.
7277
f5c37c66
EZ
7278The command @code{info scope} (@pxref{Symbols, info scope}) is
7279particularly useful for figuring out what data to collect.
7280
b37052ae
EZ
7281@kindex while-stepping @r{(tracepoints)}
7282@item while-stepping @var{n}
7283Perform @var{n} single-step traces after the tracepoint, collecting
7284new data at each step. The @code{while-stepping} command is
7285followed by the list of what to collect while stepping (followed by
7286its own @code{end} command):
7287
7288@smallexample
7289> while-stepping 12
7290 > collect $regs, myglobal
7291 > end
7292>
7293@end smallexample
7294
7295@noindent
7296You may abbreviate @code{while-stepping} as @code{ws} or
7297@code{stepping}.
7298@end table
7299
7300@node Listing Tracepoints
7301@subsection Listing Tracepoints
7302
7303@table @code
7304@kindex info tracepoints
09d4efe1 7305@kindex info tp
b37052ae
EZ
7306@cindex information about tracepoints
7307@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 7308Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 7309a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
7310defined so far. For each tracepoint, the following information is
7311shown:
7312
7313@itemize @bullet
7314@item
7315its number
7316@item
7317whether it is enabled or disabled
7318@item
7319its address
7320@item
7321its passcount as given by the @code{passcount @var{n}} command
7322@item
7323its step count as given by the @code{while-stepping @var{n}} command
7324@item
7325where in the source files is the tracepoint set
7326@item
7327its action list as given by the @code{actions} command
7328@end itemize
7329
7330@smallexample
7331(@value{GDBP}) @b{info trace}
7332Num Enb Address PassC StepC What
73331 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
73342 y 0x0020dc64 0 0 in g_test at g_test.c:1375
73353 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
7336(@value{GDBP})
7337@end smallexample
7338
7339@noindent
7340This command can be abbreviated @code{info tp}.
7341@end table
7342
7343@node Starting and Stopping Trace Experiment
7344@subsection Starting and Stopping Trace Experiment
7345
7346@table @code
7347@kindex tstart
7348@cindex start a new trace experiment
7349@cindex collected data discarded
7350@item tstart
7351This command takes no arguments. It starts the trace experiment, and
7352begins collecting data. This has the side effect of discarding all
7353the data collected in the trace buffer during the previous trace
7354experiment.
7355
7356@kindex tstop
7357@cindex stop a running trace experiment
7358@item tstop
7359This command takes no arguments. It ends the trace experiment, and
7360stops collecting data.
7361
68c71a2e 7362@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
7363automatically if any tracepoint's passcount is reached
7364(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7365
7366@kindex tstatus
7367@cindex status of trace data collection
7368@cindex trace experiment, status of
7369@item tstatus
7370This command displays the status of the current trace data
7371collection.
7372@end table
7373
7374Here is an example of the commands we described so far:
7375
7376@smallexample
7377(@value{GDBP}) @b{trace gdb_c_test}
7378(@value{GDBP}) @b{actions}
7379Enter actions for tracepoint #1, one per line.
7380> collect $regs,$locals,$args
7381> while-stepping 11
7382 > collect $regs
7383 > end
7384> end
7385(@value{GDBP}) @b{tstart}
7386 [time passes @dots{}]
7387(@value{GDBP}) @b{tstop}
7388@end smallexample
7389
7390
7391@node Analyze Collected Data
7392@section Using the collected data
7393
7394After the tracepoint experiment ends, you use @value{GDBN} commands
7395for examining the trace data. The basic idea is that each tracepoint
7396collects a trace @dfn{snapshot} every time it is hit and another
7397snapshot every time it single-steps. All these snapshots are
7398consecutively numbered from zero and go into a buffer, and you can
7399examine them later. The way you examine them is to @dfn{focus} on a
7400specific trace snapshot. When the remote stub is focused on a trace
7401snapshot, it will respond to all @value{GDBN} requests for memory and
7402registers by reading from the buffer which belongs to that snapshot,
7403rather than from @emph{real} memory or registers of the program being
7404debugged. This means that @strong{all} @value{GDBN} commands
7405(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7406behave as if we were currently debugging the program state as it was
7407when the tracepoint occurred. Any requests for data that are not in
7408the buffer will fail.
7409
7410@menu
7411* tfind:: How to select a trace snapshot
7412* tdump:: How to display all data for a snapshot
7413* save-tracepoints:: How to save tracepoints for a future run
7414@end menu
7415
7416@node tfind
7417@subsection @code{tfind @var{n}}
7418
7419@kindex tfind
7420@cindex select trace snapshot
7421@cindex find trace snapshot
7422The basic command for selecting a trace snapshot from the buffer is
7423@code{tfind @var{n}}, which finds trace snapshot number @var{n},
7424counting from zero. If no argument @var{n} is given, the next
7425snapshot is selected.
7426
7427Here are the various forms of using the @code{tfind} command.
7428
7429@table @code
7430@item tfind start
7431Find the first snapshot in the buffer. This is a synonym for
7432@code{tfind 0} (since 0 is the number of the first snapshot).
7433
7434@item tfind none
7435Stop debugging trace snapshots, resume @emph{live} debugging.
7436
7437@item tfind end
7438Same as @samp{tfind none}.
7439
7440@item tfind
7441No argument means find the next trace snapshot.
7442
7443@item tfind -
7444Find the previous trace snapshot before the current one. This permits
7445retracing earlier steps.
7446
7447@item tfind tracepoint @var{num}
7448Find the next snapshot associated with tracepoint @var{num}. Search
7449proceeds forward from the last examined trace snapshot. If no
7450argument @var{num} is given, it means find the next snapshot collected
7451for the same tracepoint as the current snapshot.
7452
7453@item tfind pc @var{addr}
7454Find the next snapshot associated with the value @var{addr} of the
7455program counter. Search proceeds forward from the last examined trace
7456snapshot. If no argument @var{addr} is given, it means find the next
7457snapshot with the same value of PC as the current snapshot.
7458
7459@item tfind outside @var{addr1}, @var{addr2}
7460Find the next snapshot whose PC is outside the given range of
7461addresses.
7462
7463@item tfind range @var{addr1}, @var{addr2}
7464Find the next snapshot whose PC is between @var{addr1} and
7465@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7466
7467@item tfind line @r{[}@var{file}:@r{]}@var{n}
7468Find the next snapshot associated with the source line @var{n}. If
7469the optional argument @var{file} is given, refer to line @var{n} in
7470that source file. Search proceeds forward from the last examined
7471trace snapshot. If no argument @var{n} is given, it means find the
7472next line other than the one currently being examined; thus saying
7473@code{tfind line} repeatedly can appear to have the same effect as
7474stepping from line to line in a @emph{live} debugging session.
7475@end table
7476
7477The default arguments for the @code{tfind} commands are specifically
7478designed to make it easy to scan through the trace buffer. For
7479instance, @code{tfind} with no argument selects the next trace
7480snapshot, and @code{tfind -} with no argument selects the previous
7481trace snapshot. So, by giving one @code{tfind} command, and then
7482simply hitting @key{RET} repeatedly you can examine all the trace
7483snapshots in order. Or, by saying @code{tfind -} and then hitting
7484@key{RET} repeatedly you can examine the snapshots in reverse order.
7485The @code{tfind line} command with no argument selects the snapshot
7486for the next source line executed. The @code{tfind pc} command with
7487no argument selects the next snapshot with the same program counter
7488(PC) as the current frame. The @code{tfind tracepoint} command with
7489no argument selects the next trace snapshot collected by the same
7490tracepoint as the current one.
7491
7492In addition to letting you scan through the trace buffer manually,
7493these commands make it easy to construct @value{GDBN} scripts that
7494scan through the trace buffer and print out whatever collected data
7495you are interested in. Thus, if we want to examine the PC, FP, and SP
7496registers from each trace frame in the buffer, we can say this:
7497
7498@smallexample
7499(@value{GDBP}) @b{tfind start}
7500(@value{GDBP}) @b{while ($trace_frame != -1)}
7501> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7502 $trace_frame, $pc, $sp, $fp
7503> tfind
7504> end
7505
7506Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7507Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7508Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7509Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7510Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7511Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7512Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7513Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7514Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7515Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7516Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7517@end smallexample
7518
7519Or, if we want to examine the variable @code{X} at each source line in
7520the buffer:
7521
7522@smallexample
7523(@value{GDBP}) @b{tfind start}
7524(@value{GDBP}) @b{while ($trace_frame != -1)}
7525> printf "Frame %d, X == %d\n", $trace_frame, X
7526> tfind line
7527> end
7528
7529Frame 0, X = 1
7530Frame 7, X = 2
7531Frame 13, X = 255
7532@end smallexample
7533
7534@node tdump
7535@subsection @code{tdump}
7536@kindex tdump
7537@cindex dump all data collected at tracepoint
7538@cindex tracepoint data, display
7539
7540This command takes no arguments. It prints all the data collected at
7541the current trace snapshot.
7542
7543@smallexample
7544(@value{GDBP}) @b{trace 444}
7545(@value{GDBP}) @b{actions}
7546Enter actions for tracepoint #2, one per line:
7547> collect $regs, $locals, $args, gdb_long_test
7548> end
7549
7550(@value{GDBP}) @b{tstart}
7551
7552(@value{GDBP}) @b{tfind line 444}
7553#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7554at gdb_test.c:444
7555444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7556
7557(@value{GDBP}) @b{tdump}
7558Data collected at tracepoint 2, trace frame 1:
7559d0 0xc4aa0085 -995491707
7560d1 0x18 24
7561d2 0x80 128
7562d3 0x33 51
7563d4 0x71aea3d 119204413
7564d5 0x22 34
7565d6 0xe0 224
7566d7 0x380035 3670069
7567a0 0x19e24a 1696330
7568a1 0x3000668 50333288
7569a2 0x100 256
7570a3 0x322000 3284992
7571a4 0x3000698 50333336
7572a5 0x1ad3cc 1758156
7573fp 0x30bf3c 0x30bf3c
7574sp 0x30bf34 0x30bf34
7575ps 0x0 0
7576pc 0x20b2c8 0x20b2c8
7577fpcontrol 0x0 0
7578fpstatus 0x0 0
7579fpiaddr 0x0 0
7580p = 0x20e5b4 "gdb-test"
7581p1 = (void *) 0x11
7582p2 = (void *) 0x22
7583p3 = (void *) 0x33
7584p4 = (void *) 0x44
7585p5 = (void *) 0x55
7586p6 = (void *) 0x66
7587gdb_long_test = 17 '\021'
7588
7589(@value{GDBP})
7590@end smallexample
7591
7592@node save-tracepoints
7593@subsection @code{save-tracepoints @var{filename}}
7594@kindex save-tracepoints
7595@cindex save tracepoints for future sessions
7596
7597This command saves all current tracepoint definitions together with
7598their actions and passcounts, into a file @file{@var{filename}}
7599suitable for use in a later debugging session. To read the saved
7600tracepoint definitions, use the @code{source} command (@pxref{Command
7601Files}).
7602
7603@node Tracepoint Variables
7604@section Convenience Variables for Tracepoints
7605@cindex tracepoint variables
7606@cindex convenience variables for tracepoints
7607
7608@table @code
7609@vindex $trace_frame
7610@item (int) $trace_frame
7611The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7612snapshot is selected.
7613
7614@vindex $tracepoint
7615@item (int) $tracepoint
7616The tracepoint for the current trace snapshot.
7617
7618@vindex $trace_line
7619@item (int) $trace_line
7620The line number for the current trace snapshot.
7621
7622@vindex $trace_file
7623@item (char []) $trace_file
7624The source file for the current trace snapshot.
7625
7626@vindex $trace_func
7627@item (char []) $trace_func
7628The name of the function containing @code{$tracepoint}.
7629@end table
7630
7631Note: @code{$trace_file} is not suitable for use in @code{printf},
7632use @code{output} instead.
7633
7634Here's a simple example of using these convenience variables for
7635stepping through all the trace snapshots and printing some of their
7636data.
7637
7638@smallexample
7639(@value{GDBP}) @b{tfind start}
7640
7641(@value{GDBP}) @b{while $trace_frame != -1}
7642> output $trace_file
7643> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7644> tfind
7645> end
7646@end smallexample
7647
df0cd8c5
JB
7648@node Overlays
7649@chapter Debugging Programs That Use Overlays
7650@cindex overlays
7651
7652If your program is too large to fit completely in your target system's
7653memory, you can sometimes use @dfn{overlays} to work around this
7654problem. @value{GDBN} provides some support for debugging programs that
7655use overlays.
7656
7657@menu
7658* How Overlays Work:: A general explanation of overlays.
7659* Overlay Commands:: Managing overlays in @value{GDBN}.
7660* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7661 mapped by asking the inferior.
7662* Overlay Sample Program:: A sample program using overlays.
7663@end menu
7664
7665@node How Overlays Work
7666@section How Overlays Work
7667@cindex mapped overlays
7668@cindex unmapped overlays
7669@cindex load address, overlay's
7670@cindex mapped address
7671@cindex overlay area
7672
7673Suppose you have a computer whose instruction address space is only 64
7674kilobytes long, but which has much more memory which can be accessed by
7675other means: special instructions, segment registers, or memory
7676management hardware, for example. Suppose further that you want to
7677adapt a program which is larger than 64 kilobytes to run on this system.
7678
7679One solution is to identify modules of your program which are relatively
7680independent, and need not call each other directly; call these modules
7681@dfn{overlays}. Separate the overlays from the main program, and place
7682their machine code in the larger memory. Place your main program in
7683instruction memory, but leave at least enough space there to hold the
7684largest overlay as well.
7685
7686Now, to call a function located in an overlay, you must first copy that
7687overlay's machine code from the large memory into the space set aside
7688for it in the instruction memory, and then jump to its entry point
7689there.
7690
c928edc0
AC
7691@c NB: In the below the mapped area's size is greater or equal to the
7692@c size of all overlays. This is intentional to remind the developer
7693@c that overlays don't necessarily need to be the same size.
7694
474c8240 7695@smallexample
df0cd8c5 7696@group
c928edc0
AC
7697 Data Instruction Larger
7698Address Space Address Space Address Space
7699+-----------+ +-----------+ +-----------+
7700| | | | | |
7701+-----------+ +-----------+ +-----------+<-- overlay 1
7702| program | | main | .----| overlay 1 | load address
7703| variables | | program | | +-----------+
7704| and heap | | | | | |
7705+-----------+ | | | +-----------+<-- overlay 2
7706| | +-----------+ | | | load address
7707+-----------+ | | | .-| overlay 2 |
7708 | | | | | |
7709 mapped --->+-----------+ | | +-----------+
7710 address | | | | | |
7711 | overlay | <-' | | |
7712 | area | <---' +-----------+<-- overlay 3
7713 | | <---. | | load address
7714 +-----------+ `--| overlay 3 |
7715 | | | |
7716 +-----------+ | |
7717 +-----------+
7718 | |
7719 +-----------+
7720
7721 @anchor{A code overlay}A code overlay
df0cd8c5 7722@end group
474c8240 7723@end smallexample
df0cd8c5 7724
c928edc0
AC
7725The diagram (@pxref{A code overlay}) shows a system with separate data
7726and instruction address spaces. To map an overlay, the program copies
7727its code from the larger address space to the instruction address space.
7728Since the overlays shown here all use the same mapped address, only one
7729may be mapped at a time. For a system with a single address space for
7730data and instructions, the diagram would be similar, except that the
7731program variables and heap would share an address space with the main
7732program and the overlay area.
df0cd8c5
JB
7733
7734An overlay loaded into instruction memory and ready for use is called a
7735@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7736instruction memory. An overlay not present (or only partially present)
7737in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7738is its address in the larger memory. The mapped address is also called
7739the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7740called the @dfn{load memory address}, or @dfn{LMA}.
7741
7742Unfortunately, overlays are not a completely transparent way to adapt a
7743program to limited instruction memory. They introduce a new set of
7744global constraints you must keep in mind as you design your program:
7745
7746@itemize @bullet
7747
7748@item
7749Before calling or returning to a function in an overlay, your program
7750must make sure that overlay is actually mapped. Otherwise, the call or
7751return will transfer control to the right address, but in the wrong
7752overlay, and your program will probably crash.
7753
7754@item
7755If the process of mapping an overlay is expensive on your system, you
7756will need to choose your overlays carefully to minimize their effect on
7757your program's performance.
7758
7759@item
7760The executable file you load onto your system must contain each
7761overlay's instructions, appearing at the overlay's load address, not its
7762mapped address. However, each overlay's instructions must be relocated
7763and its symbols defined as if the overlay were at its mapped address.
7764You can use GNU linker scripts to specify different load and relocation
7765addresses for pieces of your program; see @ref{Overlay Description,,,
7766ld.info, Using ld: the GNU linker}.
7767
7768@item
7769The procedure for loading executable files onto your system must be able
7770to load their contents into the larger address space as well as the
7771instruction and data spaces.
7772
7773@end itemize
7774
7775The overlay system described above is rather simple, and could be
7776improved in many ways:
7777
7778@itemize @bullet
7779
7780@item
7781If your system has suitable bank switch registers or memory management
7782hardware, you could use those facilities to make an overlay's load area
7783contents simply appear at their mapped address in instruction space.
7784This would probably be faster than copying the overlay to its mapped
7785area in the usual way.
7786
7787@item
7788If your overlays are small enough, you could set aside more than one
7789overlay area, and have more than one overlay mapped at a time.
7790
7791@item
7792You can use overlays to manage data, as well as instructions. In
7793general, data overlays are even less transparent to your design than
7794code overlays: whereas code overlays only require care when you call or
7795return to functions, data overlays require care every time you access
7796the data. Also, if you change the contents of a data overlay, you
7797must copy its contents back out to its load address before you can copy a
7798different data overlay into the same mapped area.
7799
7800@end itemize
7801
7802
7803@node Overlay Commands
7804@section Overlay Commands
7805
7806To use @value{GDBN}'s overlay support, each overlay in your program must
7807correspond to a separate section of the executable file. The section's
7808virtual memory address and load memory address must be the overlay's
7809mapped and load addresses. Identifying overlays with sections allows
7810@value{GDBN} to determine the appropriate address of a function or
7811variable, depending on whether the overlay is mapped or not.
7812
7813@value{GDBN}'s overlay commands all start with the word @code{overlay};
7814you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7815
7816@table @code
7817@item overlay off
4644b6e3 7818@kindex overlay
df0cd8c5
JB
7819Disable @value{GDBN}'s overlay support. When overlay support is
7820disabled, @value{GDBN} assumes that all functions and variables are
7821always present at their mapped addresses. By default, @value{GDBN}'s
7822overlay support is disabled.
7823
7824@item overlay manual
df0cd8c5
JB
7825@cindex manual overlay debugging
7826Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7827relies on you to tell it which overlays are mapped, and which are not,
7828using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7829commands described below.
7830
7831@item overlay map-overlay @var{overlay}
7832@itemx overlay map @var{overlay}
df0cd8c5
JB
7833@cindex map an overlay
7834Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7835be the name of the object file section containing the overlay. When an
7836overlay is mapped, @value{GDBN} assumes it can find the overlay's
7837functions and variables at their mapped addresses. @value{GDBN} assumes
7838that any other overlays whose mapped ranges overlap that of
7839@var{overlay} are now unmapped.
7840
7841@item overlay unmap-overlay @var{overlay}
7842@itemx overlay unmap @var{overlay}
df0cd8c5
JB
7843@cindex unmap an overlay
7844Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7845must be the name of the object file section containing the overlay.
7846When an overlay is unmapped, @value{GDBN} assumes it can find the
7847overlay's functions and variables at their load addresses.
7848
7849@item overlay auto
df0cd8c5
JB
7850Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7851consults a data structure the overlay manager maintains in the inferior
7852to see which overlays are mapped. For details, see @ref{Automatic
7853Overlay Debugging}.
7854
7855@item overlay load-target
7856@itemx overlay load
df0cd8c5
JB
7857@cindex reloading the overlay table
7858Re-read the overlay table from the inferior. Normally, @value{GDBN}
7859re-reads the table @value{GDBN} automatically each time the inferior
7860stops, so this command should only be necessary if you have changed the
7861overlay mapping yourself using @value{GDBN}. This command is only
7862useful when using automatic overlay debugging.
7863
7864@item overlay list-overlays
7865@itemx overlay list
7866@cindex listing mapped overlays
7867Display a list of the overlays currently mapped, along with their mapped
7868addresses, load addresses, and sizes.
7869
7870@end table
7871
7872Normally, when @value{GDBN} prints a code address, it includes the name
7873of the function the address falls in:
7874
474c8240 7875@smallexample
f7dc1244 7876(@value{GDBP}) print main
df0cd8c5 7877$3 = @{int ()@} 0x11a0 <main>
474c8240 7878@end smallexample
df0cd8c5
JB
7879@noindent
7880When overlay debugging is enabled, @value{GDBN} recognizes code in
7881unmapped overlays, and prints the names of unmapped functions with
7882asterisks around them. For example, if @code{foo} is a function in an
7883unmapped overlay, @value{GDBN} prints it this way:
7884
474c8240 7885@smallexample
f7dc1244 7886(@value{GDBP}) overlay list
df0cd8c5 7887No sections are mapped.
f7dc1244 7888(@value{GDBP}) print foo
df0cd8c5 7889$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7890@end smallexample
df0cd8c5
JB
7891@noindent
7892When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7893name normally:
7894
474c8240 7895@smallexample
f7dc1244 7896(@value{GDBP}) overlay list
b383017d 7897Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 7898 mapped at 0x1016 - 0x104a
f7dc1244 7899(@value{GDBP}) print foo
df0cd8c5 7900$6 = @{int (int)@} 0x1016 <foo>
474c8240 7901@end smallexample
df0cd8c5
JB
7902
7903When overlay debugging is enabled, @value{GDBN} can find the correct
7904address for functions and variables in an overlay, whether or not the
7905overlay is mapped. This allows most @value{GDBN} commands, like
7906@code{break} and @code{disassemble}, to work normally, even on unmapped
7907code. However, @value{GDBN}'s breakpoint support has some limitations:
7908
7909@itemize @bullet
7910@item
7911@cindex breakpoints in overlays
7912@cindex overlays, setting breakpoints in
7913You can set breakpoints in functions in unmapped overlays, as long as
7914@value{GDBN} can write to the overlay at its load address.
7915@item
7916@value{GDBN} can not set hardware or simulator-based breakpoints in
7917unmapped overlays. However, if you set a breakpoint at the end of your
7918overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7919you are using manual overlay management), @value{GDBN} will re-set its
7920breakpoints properly.
7921@end itemize
7922
7923
7924@node Automatic Overlay Debugging
7925@section Automatic Overlay Debugging
7926@cindex automatic overlay debugging
7927
7928@value{GDBN} can automatically track which overlays are mapped and which
7929are not, given some simple co-operation from the overlay manager in the
7930inferior. If you enable automatic overlay debugging with the
7931@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7932looks in the inferior's memory for certain variables describing the
7933current state of the overlays.
7934
7935Here are the variables your overlay manager must define to support
7936@value{GDBN}'s automatic overlay debugging:
7937
7938@table @asis
7939
7940@item @code{_ovly_table}:
7941This variable must be an array of the following structures:
7942
474c8240 7943@smallexample
df0cd8c5
JB
7944struct
7945@{
7946 /* The overlay's mapped address. */
7947 unsigned long vma;
7948
7949 /* The size of the overlay, in bytes. */
7950 unsigned long size;
7951
7952 /* The overlay's load address. */
7953 unsigned long lma;
7954
7955 /* Non-zero if the overlay is currently mapped;
7956 zero otherwise. */
7957 unsigned long mapped;
7958@}
474c8240 7959@end smallexample
df0cd8c5
JB
7960
7961@item @code{_novlys}:
7962This variable must be a four-byte signed integer, holding the total
7963number of elements in @code{_ovly_table}.
7964
7965@end table
7966
7967To decide whether a particular overlay is mapped or not, @value{GDBN}
7968looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7969@code{lma} members equal the VMA and LMA of the overlay's section in the
7970executable file. When @value{GDBN} finds a matching entry, it consults
7971the entry's @code{mapped} member to determine whether the overlay is
7972currently mapped.
7973
81d46470 7974In addition, your overlay manager may define a function called
def71bfa 7975@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7976will silently set a breakpoint there. If the overlay manager then
7977calls this function whenever it has changed the overlay table, this
7978will enable @value{GDBN} to accurately keep track of which overlays
7979are in program memory, and update any breakpoints that may be set
b383017d 7980in overlays. This will allow breakpoints to work even if the
81d46470
MS
7981overlays are kept in ROM or other non-writable memory while they
7982are not being executed.
df0cd8c5
JB
7983
7984@node Overlay Sample Program
7985@section Overlay Sample Program
7986@cindex overlay example program
7987
7988When linking a program which uses overlays, you must place the overlays
7989at their load addresses, while relocating them to run at their mapped
7990addresses. To do this, you must write a linker script (@pxref{Overlay
7991Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7992since linker scripts are specific to a particular host system, target
7993architecture, and target memory layout, this manual cannot provide
7994portable sample code demonstrating @value{GDBN}'s overlay support.
7995
7996However, the @value{GDBN} source distribution does contain an overlaid
7997program, with linker scripts for a few systems, as part of its test
7998suite. The program consists of the following files from
7999@file{gdb/testsuite/gdb.base}:
8000
8001@table @file
8002@item overlays.c
8003The main program file.
8004@item ovlymgr.c
8005A simple overlay manager, used by @file{overlays.c}.
8006@item foo.c
8007@itemx bar.c
8008@itemx baz.c
8009@itemx grbx.c
8010Overlay modules, loaded and used by @file{overlays.c}.
8011@item d10v.ld
8012@itemx m32r.ld
8013Linker scripts for linking the test program on the @code{d10v-elf}
8014and @code{m32r-elf} targets.
8015@end table
8016
8017You can build the test program using the @code{d10v-elf} GCC
8018cross-compiler like this:
8019
474c8240 8020@smallexample
df0cd8c5
JB
8021$ d10v-elf-gcc -g -c overlays.c
8022$ d10v-elf-gcc -g -c ovlymgr.c
8023$ d10v-elf-gcc -g -c foo.c
8024$ d10v-elf-gcc -g -c bar.c
8025$ d10v-elf-gcc -g -c baz.c
8026$ d10v-elf-gcc -g -c grbx.c
8027$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
8028 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 8029@end smallexample
df0cd8c5
JB
8030
8031The build process is identical for any other architecture, except that
8032you must substitute the appropriate compiler and linker script for the
8033target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
8034
8035
6d2ebf8b 8036@node Languages
c906108c
SS
8037@chapter Using @value{GDBN} with Different Languages
8038@cindex languages
8039
c906108c
SS
8040Although programming languages generally have common aspects, they are
8041rarely expressed in the same manner. For instance, in ANSI C,
8042dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
8043Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 8044represented (and displayed) differently. Hex numbers in C appear as
c906108c 8045@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
8046
8047@cindex working language
8048Language-specific information is built into @value{GDBN} for some languages,
8049allowing you to express operations like the above in your program's
8050native language, and allowing @value{GDBN} to output values in a manner
8051consistent with the syntax of your program's native language. The
8052language you use to build expressions is called the @dfn{working
8053language}.
8054
8055@menu
8056* Setting:: Switching between source languages
8057* Show:: Displaying the language
c906108c 8058* Checks:: Type and range checks
9c16f35a 8059* Supported languages:: Supported languages
4e562065 8060* Unsupported languages:: Unsupported languages
c906108c
SS
8061@end menu
8062
6d2ebf8b 8063@node Setting
c906108c
SS
8064@section Switching between source languages
8065
8066There are two ways to control the working language---either have @value{GDBN}
8067set it automatically, or select it manually yourself. You can use the
8068@code{set language} command for either purpose. On startup, @value{GDBN}
8069defaults to setting the language automatically. The working language is
8070used to determine how expressions you type are interpreted, how values
8071are printed, etc.
8072
8073In addition to the working language, every source file that
8074@value{GDBN} knows about has its own working language. For some object
8075file formats, the compiler might indicate which language a particular
8076source file is in. However, most of the time @value{GDBN} infers the
8077language from the name of the file. The language of a source file
b37052ae 8078controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 8079show each frame appropriately for its own language. There is no way to
d4f3574e
SS
8080set the language of a source file from within @value{GDBN}, but you can
8081set the language associated with a filename extension. @xref{Show, ,
8082Displaying the language}.
c906108c
SS
8083
8084This is most commonly a problem when you use a program, such
5d161b24 8085as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
8086another language. In that case, make the
8087program use @code{#line} directives in its C output; that way
8088@value{GDBN} will know the correct language of the source code of the original
8089program, and will display that source code, not the generated C code.
8090
8091@menu
8092* Filenames:: Filename extensions and languages.
8093* Manually:: Setting the working language manually
8094* Automatically:: Having @value{GDBN} infer the source language
8095@end menu
8096
6d2ebf8b 8097@node Filenames
c906108c
SS
8098@subsection List of filename extensions and languages
8099
8100If a source file name ends in one of the following extensions, then
8101@value{GDBN} infers that its language is the one indicated.
8102
8103@table @file
e07c999f
PH
8104@item .ada
8105@itemx .ads
8106@itemx .adb
8107@itemx .a
8108Ada source file.
c906108c
SS
8109
8110@item .c
8111C source file
8112
8113@item .C
8114@itemx .cc
8115@itemx .cp
8116@itemx .cpp
8117@itemx .cxx
8118@itemx .c++
b37052ae 8119C@t{++} source file
c906108c 8120
b37303ee
AF
8121@item .m
8122Objective-C source file
8123
c906108c
SS
8124@item .f
8125@itemx .F
8126Fortran source file
8127
c906108c
SS
8128@item .mod
8129Modula-2 source file
c906108c
SS
8130
8131@item .s
8132@itemx .S
8133Assembler source file. This actually behaves almost like C, but
8134@value{GDBN} does not skip over function prologues when stepping.
8135@end table
8136
8137In addition, you may set the language associated with a filename
8138extension. @xref{Show, , Displaying the language}.
8139
6d2ebf8b 8140@node Manually
c906108c
SS
8141@subsection Setting the working language
8142
8143If you allow @value{GDBN} to set the language automatically,
8144expressions are interpreted the same way in your debugging session and
8145your program.
8146
8147@kindex set language
8148If you wish, you may set the language manually. To do this, issue the
8149command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 8150a language, such as
c906108c 8151@code{c} or @code{modula-2}.
c906108c
SS
8152For a list of the supported languages, type @samp{set language}.
8153
c906108c
SS
8154Setting the language manually prevents @value{GDBN} from updating the working
8155language automatically. This can lead to confusion if you try
8156to debug a program when the working language is not the same as the
8157source language, when an expression is acceptable to both
8158languages---but means different things. For instance, if the current
8159source file were written in C, and @value{GDBN} was parsing Modula-2, a
8160command such as:
8161
474c8240 8162@smallexample
c906108c 8163print a = b + c
474c8240 8164@end smallexample
c906108c
SS
8165
8166@noindent
8167might not have the effect you intended. In C, this means to add
8168@code{b} and @code{c} and place the result in @code{a}. The result
8169printed would be the value of @code{a}. In Modula-2, this means to compare
8170@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 8171
6d2ebf8b 8172@node Automatically
c906108c
SS
8173@subsection Having @value{GDBN} infer the source language
8174
8175To have @value{GDBN} set the working language automatically, use
8176@samp{set language local} or @samp{set language auto}. @value{GDBN}
8177then infers the working language. That is, when your program stops in a
8178frame (usually by encountering a breakpoint), @value{GDBN} sets the
8179working language to the language recorded for the function in that
8180frame. If the language for a frame is unknown (that is, if the function
8181or block corresponding to the frame was defined in a source file that
8182does not have a recognized extension), the current working language is
8183not changed, and @value{GDBN} issues a warning.
8184
8185This may not seem necessary for most programs, which are written
8186entirely in one source language. However, program modules and libraries
8187written in one source language can be used by a main program written in
8188a different source language. Using @samp{set language auto} in this
8189case frees you from having to set the working language manually.
8190
6d2ebf8b 8191@node Show
c906108c 8192@section Displaying the language
c906108c
SS
8193
8194The following commands help you find out which language is the
8195working language, and also what language source files were written in.
8196
c906108c
SS
8197@table @code
8198@item show language
9c16f35a 8199@kindex show language
c906108c
SS
8200Display the current working language. This is the
8201language you can use with commands such as @code{print} to
8202build and compute expressions that may involve variables in your program.
8203
8204@item info frame
4644b6e3 8205@kindex info frame@r{, show the source language}
5d161b24 8206Display the source language for this frame. This language becomes the
c906108c 8207working language if you use an identifier from this frame.
5d161b24 8208@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
8209information listed here.
8210
8211@item info source
4644b6e3 8212@kindex info source@r{, show the source language}
c906108c 8213Display the source language of this source file.
5d161b24 8214@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
8215information listed here.
8216@end table
8217
8218In unusual circumstances, you may have source files with extensions
8219not in the standard list. You can then set the extension associated
8220with a language explicitly:
8221
c906108c 8222@table @code
09d4efe1 8223@item set extension-language @var{ext} @var{language}
9c16f35a 8224@kindex set extension-language
09d4efe1
EZ
8225Tell @value{GDBN} that source files with extension @var{ext} are to be
8226assumed as written in the source language @var{language}.
c906108c
SS
8227
8228@item info extensions
9c16f35a 8229@kindex info extensions
c906108c
SS
8230List all the filename extensions and the associated languages.
8231@end table
8232
6d2ebf8b 8233@node Checks
c906108c
SS
8234@section Type and range checking
8235
8236@quotation
8237@emph{Warning:} In this release, the @value{GDBN} commands for type and range
8238checking are included, but they do not yet have any effect. This
8239section documents the intended facilities.
8240@end quotation
8241@c FIXME remove warning when type/range code added
8242
8243Some languages are designed to guard you against making seemingly common
8244errors through a series of compile- and run-time checks. These include
8245checking the type of arguments to functions and operators, and making
8246sure mathematical overflows are caught at run time. Checks such as
8247these help to ensure a program's correctness once it has been compiled
8248by eliminating type mismatches, and providing active checks for range
8249errors when your program is running.
8250
8251@value{GDBN} can check for conditions like the above if you wish.
9c16f35a
EZ
8252Although @value{GDBN} does not check the statements in your program,
8253it can check expressions entered directly into @value{GDBN} for
8254evaluation via the @code{print} command, for example. As with the
8255working language, @value{GDBN} can also decide whether or not to check
8256automatically based on your program's source language.
8257@xref{Supported languages, ,Supported languages}, for the default
8258settings of supported languages.
c906108c
SS
8259
8260@menu
8261* Type Checking:: An overview of type checking
8262* Range Checking:: An overview of range checking
8263@end menu
8264
8265@cindex type checking
8266@cindex checks, type
6d2ebf8b 8267@node Type Checking
c906108c
SS
8268@subsection An overview of type checking
8269
8270Some languages, such as Modula-2, are strongly typed, meaning that the
8271arguments to operators and functions have to be of the correct type,
8272otherwise an error occurs. These checks prevent type mismatch
8273errors from ever causing any run-time problems. For example,
8274
8275@smallexample
82761 + 2 @result{} 3
8277@exdent but
8278@error{} 1 + 2.3
8279@end smallexample
8280
8281The second example fails because the @code{CARDINAL} 1 is not
8282type-compatible with the @code{REAL} 2.3.
8283
5d161b24
DB
8284For the expressions you use in @value{GDBN} commands, you can tell the
8285@value{GDBN} type checker to skip checking;
8286to treat any mismatches as errors and abandon the expression;
8287or to only issue warnings when type mismatches occur,
c906108c
SS
8288but evaluate the expression anyway. When you choose the last of
8289these, @value{GDBN} evaluates expressions like the second example above, but
8290also issues a warning.
8291
5d161b24
DB
8292Even if you turn type checking off, there may be other reasons
8293related to type that prevent @value{GDBN} from evaluating an expression.
8294For instance, @value{GDBN} does not know how to add an @code{int} and
8295a @code{struct foo}. These particular type errors have nothing to do
8296with the language in use, and usually arise from expressions, such as
c906108c
SS
8297the one described above, which make little sense to evaluate anyway.
8298
8299Each language defines to what degree it is strict about type. For
8300instance, both Modula-2 and C require the arguments to arithmetical
8301operators to be numbers. In C, enumerated types and pointers can be
8302represented as numbers, so that they are valid arguments to mathematical
9c16f35a 8303operators. @xref{Supported languages, ,Supported languages}, for further
c906108c
SS
8304details on specific languages.
8305
8306@value{GDBN} provides some additional commands for controlling the type checker:
8307
c906108c
SS
8308@kindex set check type
8309@kindex show check type
8310@table @code
8311@item set check type auto
8312Set type checking on or off based on the current working language.
9c16f35a 8313@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8314each language.
8315
8316@item set check type on
8317@itemx set check type off
8318Set type checking on or off, overriding the default setting for the
8319current working language. Issue a warning if the setting does not
8320match the language default. If any type mismatches occur in
d4f3574e 8321evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
8322message and aborts evaluation of the expression.
8323
8324@item set check type warn
8325Cause the type checker to issue warnings, but to always attempt to
8326evaluate the expression. Evaluating the expression may still
8327be impossible for other reasons. For example, @value{GDBN} cannot add
8328numbers and structures.
8329
8330@item show type
5d161b24 8331Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
8332is setting it automatically.
8333@end table
8334
8335@cindex range checking
8336@cindex checks, range
6d2ebf8b 8337@node Range Checking
c906108c
SS
8338@subsection An overview of range checking
8339
8340In some languages (such as Modula-2), it is an error to exceed the
8341bounds of a type; this is enforced with run-time checks. Such range
8342checking is meant to ensure program correctness by making sure
8343computations do not overflow, or indices on an array element access do
8344not exceed the bounds of the array.
8345
8346For expressions you use in @value{GDBN} commands, you can tell
8347@value{GDBN} to treat range errors in one of three ways: ignore them,
8348always treat them as errors and abandon the expression, or issue
8349warnings but evaluate the expression anyway.
8350
8351A range error can result from numerical overflow, from exceeding an
8352array index bound, or when you type a constant that is not a member
8353of any type. Some languages, however, do not treat overflows as an
8354error. In many implementations of C, mathematical overflow causes the
8355result to ``wrap around'' to lower values---for example, if @var{m} is
8356the largest integer value, and @var{s} is the smallest, then
8357
474c8240 8358@smallexample
c906108c 8359@var{m} + 1 @result{} @var{s}
474c8240 8360@end smallexample
c906108c
SS
8361
8362This, too, is specific to individual languages, and in some cases
9c16f35a 8363specific to individual compilers or machines. @xref{Supported languages, ,
c906108c
SS
8364Supported languages}, for further details on specific languages.
8365
8366@value{GDBN} provides some additional commands for controlling the range checker:
8367
c906108c
SS
8368@kindex set check range
8369@kindex show check range
8370@table @code
8371@item set check range auto
8372Set range checking on or off based on the current working language.
9c16f35a 8373@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8374each language.
8375
8376@item set check range on
8377@itemx set check range off
8378Set range checking on or off, overriding the default setting for the
8379current working language. A warning is issued if the setting does not
c3f6f71d
JM
8380match the language default. If a range error occurs and range checking is on,
8381then a message is printed and evaluation of the expression is aborted.
c906108c
SS
8382
8383@item set check range warn
8384Output messages when the @value{GDBN} range checker detects a range error,
8385but attempt to evaluate the expression anyway. Evaluating the
8386expression may still be impossible for other reasons, such as accessing
8387memory that the process does not own (a typical example from many Unix
8388systems).
8389
8390@item show range
8391Show the current setting of the range checker, and whether or not it is
8392being set automatically by @value{GDBN}.
8393@end table
c906108c 8394
9c16f35a 8395@node Supported languages
c906108c 8396@section Supported languages
c906108c 8397
9c16f35a
EZ
8398@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8399assembly, Modula-2, and Ada.
cce74817 8400@c This is false ...
c906108c
SS
8401Some @value{GDBN} features may be used in expressions regardless of the
8402language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8403and the @samp{@{type@}addr} construct (@pxref{Expressions,
8404,Expressions}) can be used with the constructs of any supported
8405language.
8406
8407The following sections detail to what degree each source language is
8408supported by @value{GDBN}. These sections are not meant to be language
8409tutorials or references, but serve only as a reference guide to what the
8410@value{GDBN} expression parser accepts, and what input and output
8411formats should look like for different languages. There are many good
8412books written on each of these languages; please look to these for a
8413language reference or tutorial.
8414
c906108c 8415@menu
b37303ee 8416* C:: C and C@t{++}
b383017d 8417* Objective-C:: Objective-C
09d4efe1 8418* Fortran:: Fortran
9c16f35a 8419* Pascal:: Pascal
b37303ee 8420* Modula-2:: Modula-2
e07c999f 8421* Ada:: Ada
c906108c
SS
8422@end menu
8423
6d2ebf8b 8424@node C
b37052ae 8425@subsection C and C@t{++}
7a292a7a 8426
b37052ae
EZ
8427@cindex C and C@t{++}
8428@cindex expressions in C or C@t{++}
c906108c 8429
b37052ae 8430Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
8431to both languages. Whenever this is the case, we discuss those languages
8432together.
8433
41afff9a
EZ
8434@cindex C@t{++}
8435@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8436@cindex @sc{gnu} C@t{++}
8437The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8438compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8439effectively, you must compile your C@t{++} programs with a supported
8440C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8441compiler (@code{aCC}).
8442
0179ffac
DC
8443For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8444format; if it doesn't work on your system, try the stabs+ debugging
8445format. You can select those formats explicitly with the @code{g++}
8446command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8447@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8448CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8449
c906108c 8450@menu
b37052ae
EZ
8451* C Operators:: C and C@t{++} operators
8452* C Constants:: C and C@t{++} constants
8453* C plus plus expressions:: C@t{++} expressions
8454* C Defaults:: Default settings for C and C@t{++}
8455* C Checks:: C and C@t{++} type and range checks
c906108c 8456* Debugging C:: @value{GDBN} and C
b37052ae 8457* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8458@end menu
c906108c 8459
6d2ebf8b 8460@node C Operators
b37052ae 8461@subsubsection C and C@t{++} operators
7a292a7a 8462
b37052ae 8463@cindex C and C@t{++} operators
c906108c
SS
8464
8465Operators must be defined on values of specific types. For instance,
8466@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8467often defined on groups of types.
c906108c 8468
b37052ae 8469For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8470
8471@itemize @bullet
53a5351d 8472
c906108c 8473@item
c906108c 8474@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8475specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8476
8477@item
d4f3574e
SS
8478@emph{Floating-point types} include @code{float}, @code{double}, and
8479@code{long double} (if supported by the target platform).
c906108c
SS
8480
8481@item
53a5351d 8482@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8483
8484@item
8485@emph{Scalar types} include all of the above.
53a5351d 8486
c906108c
SS
8487@end itemize
8488
8489@noindent
8490The following operators are supported. They are listed here
8491in order of increasing precedence:
8492
8493@table @code
8494@item ,
8495The comma or sequencing operator. Expressions in a comma-separated list
8496are evaluated from left to right, with the result of the entire
8497expression being the last expression evaluated.
8498
8499@item =
8500Assignment. The value of an assignment expression is the value
8501assigned. Defined on scalar types.
8502
8503@item @var{op}=
8504Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8505and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8506@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8507@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8508@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8509
8510@item ?:
8511The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8512of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8513integral type.
8514
8515@item ||
8516Logical @sc{or}. Defined on integral types.
8517
8518@item &&
8519Logical @sc{and}. Defined on integral types.
8520
8521@item |
8522Bitwise @sc{or}. Defined on integral types.
8523
8524@item ^
8525Bitwise exclusive-@sc{or}. Defined on integral types.
8526
8527@item &
8528Bitwise @sc{and}. Defined on integral types.
8529
8530@item ==@r{, }!=
8531Equality and inequality. Defined on scalar types. The value of these
8532expressions is 0 for false and non-zero for true.
8533
8534@item <@r{, }>@r{, }<=@r{, }>=
8535Less than, greater than, less than or equal, greater than or equal.
8536Defined on scalar types. The value of these expressions is 0 for false
8537and non-zero for true.
8538
8539@item <<@r{, }>>
8540left shift, and right shift. Defined on integral types.
8541
8542@item @@
8543The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8544
8545@item +@r{, }-
8546Addition and subtraction. Defined on integral types, floating-point types and
8547pointer types.
8548
8549@item *@r{, }/@r{, }%
8550Multiplication, division, and modulus. Multiplication and division are
8551defined on integral and floating-point types. Modulus is defined on
8552integral types.
8553
8554@item ++@r{, }--
8555Increment and decrement. When appearing before a variable, the
8556operation is performed before the variable is used in an expression;
8557when appearing after it, the variable's value is used before the
8558operation takes place.
8559
8560@item *
8561Pointer dereferencing. Defined on pointer types. Same precedence as
8562@code{++}.
8563
8564@item &
8565Address operator. Defined on variables. Same precedence as @code{++}.
8566
b37052ae
EZ
8567For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8568allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8569(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8570where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8571stored.
c906108c
SS
8572
8573@item -
8574Negative. Defined on integral and floating-point types. Same
8575precedence as @code{++}.
8576
8577@item !
8578Logical negation. Defined on integral types. Same precedence as
8579@code{++}.
8580
8581@item ~
8582Bitwise complement operator. Defined on integral types. Same precedence as
8583@code{++}.
8584
8585
8586@item .@r{, }->
8587Structure member, and pointer-to-structure member. For convenience,
8588@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8589pointer based on the stored type information.
8590Defined on @code{struct} and @code{union} data.
8591
c906108c
SS
8592@item .*@r{, }->*
8593Dereferences of pointers to members.
c906108c
SS
8594
8595@item []
8596Array indexing. @code{@var{a}[@var{i}]} is defined as
8597@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8598
8599@item ()
8600Function parameter list. Same precedence as @code{->}.
8601
c906108c 8602@item ::
b37052ae 8603C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8604and @code{class} types.
c906108c
SS
8605
8606@item ::
7a292a7a
SS
8607Doubled colons also represent the @value{GDBN} scope operator
8608(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8609above.
c906108c
SS
8610@end table
8611
c906108c
SS
8612If an operator is redefined in the user code, @value{GDBN} usually
8613attempts to invoke the redefined version instead of using the operator's
8614predefined meaning.
c906108c 8615
c906108c 8616@menu
5d161b24 8617* C Constants::
c906108c
SS
8618@end menu
8619
6d2ebf8b 8620@node C Constants
b37052ae 8621@subsubsection C and C@t{++} constants
c906108c 8622
b37052ae 8623@cindex C and C@t{++} constants
c906108c 8624
b37052ae 8625@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8626following ways:
c906108c
SS
8627
8628@itemize @bullet
8629@item
8630Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8631specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8632by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8633@samp{l}, specifying that the constant should be treated as a
8634@code{long} value.
8635
8636@item
8637Floating point constants are a sequence of digits, followed by a decimal
8638point, followed by a sequence of digits, and optionally followed by an
8639exponent. An exponent is of the form:
8640@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8641sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8642A floating-point constant may also end with a letter @samp{f} or
8643@samp{F}, specifying that the constant should be treated as being of
8644the @code{float} (as opposed to the default @code{double}) type; or with
8645a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8646constant.
c906108c
SS
8647
8648@item
8649Enumerated constants consist of enumerated identifiers, or their
8650integral equivalents.
8651
8652@item
8653Character constants are a single character surrounded by single quotes
8654(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8655(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8656be represented by a letter or by @dfn{escape sequences}, which are of
8657the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8658of the character's ordinal value; or of the form @samp{\@var{x}}, where
8659@samp{@var{x}} is a predefined special character---for example,
8660@samp{\n} for newline.
8661
8662@item
96a2c332
SS
8663String constants are a sequence of character constants surrounded by
8664double quotes (@code{"}). Any valid character constant (as described
8665above) may appear. Double quotes within the string must be preceded by
8666a backslash, so for instance @samp{"a\"b'c"} is a string of five
8667characters.
c906108c
SS
8668
8669@item
8670Pointer constants are an integral value. You can also write pointers
8671to constants using the C operator @samp{&}.
8672
8673@item
8674Array constants are comma-separated lists surrounded by braces @samp{@{}
8675and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8676integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8677and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8678@end itemize
8679
c906108c 8680@menu
5d161b24
DB
8681* C plus plus expressions::
8682* C Defaults::
8683* C Checks::
c906108c 8684
5d161b24 8685* Debugging C::
c906108c
SS
8686@end menu
8687
6d2ebf8b 8688@node C plus plus expressions
b37052ae
EZ
8689@subsubsection C@t{++} expressions
8690
8691@cindex expressions in C@t{++}
8692@value{GDBN} expression handling can interpret most C@t{++} expressions.
8693
0179ffac
DC
8694@cindex debugging C@t{++} programs
8695@cindex C@t{++} compilers
8696@cindex debug formats and C@t{++}
8697@cindex @value{NGCC} and C@t{++}
c906108c 8698@quotation
b37052ae 8699@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8700proper compiler and the proper debug format. Currently, @value{GDBN}
8701works best when debugging C@t{++} code that is compiled with
8702@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8703@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8704stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8705stabs+ as their default debug format, so you usually don't need to
8706specify a debug format explicitly. Other compilers and/or debug formats
8707are likely to work badly or not at all when using @value{GDBN} to debug
8708C@t{++} code.
c906108c 8709@end quotation
c906108c
SS
8710
8711@enumerate
8712
8713@cindex member functions
8714@item
8715Member function calls are allowed; you can use expressions like
8716
474c8240 8717@smallexample
c906108c 8718count = aml->GetOriginal(x, y)
474c8240 8719@end smallexample
c906108c 8720
41afff9a 8721@vindex this@r{, inside C@t{++} member functions}
b37052ae 8722@cindex namespace in C@t{++}
c906108c
SS
8723@item
8724While a member function is active (in the selected stack frame), your
8725expressions have the same namespace available as the member function;
8726that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8727pointer @code{this} following the same rules as C@t{++}.
c906108c 8728
c906108c 8729@cindex call overloaded functions
d4f3574e 8730@cindex overloaded functions, calling
b37052ae 8731@cindex type conversions in C@t{++}
c906108c
SS
8732@item
8733You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8734call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8735perform overload resolution involving user-defined type conversions,
8736calls to constructors, or instantiations of templates that do not exist
8737in the program. It also cannot handle ellipsis argument lists or
8738default arguments.
8739
8740It does perform integral conversions and promotions, floating-point
8741promotions, arithmetic conversions, pointer conversions, conversions of
8742class objects to base classes, and standard conversions such as those of
8743functions or arrays to pointers; it requires an exact match on the
8744number of function arguments.
8745
8746Overload resolution is always performed, unless you have specified
8747@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8748,@value{GDBN} features for C@t{++}}.
c906108c 8749
d4f3574e 8750You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8751explicit function signature to call an overloaded function, as in
8752@smallexample
8753p 'foo(char,int)'('x', 13)
8754@end smallexample
d4f3574e 8755
c906108c 8756The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8757see @ref{Completion, ,Command completion}.
c906108c 8758
c906108c
SS
8759@cindex reference declarations
8760@item
b37052ae
EZ
8761@value{GDBN} understands variables declared as C@t{++} references; you can use
8762them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8763dereferenced.
8764
8765In the parameter list shown when @value{GDBN} displays a frame, the values of
8766reference variables are not displayed (unlike other variables); this
8767avoids clutter, since references are often used for large structures.
8768The @emph{address} of a reference variable is always shown, unless
8769you have specified @samp{set print address off}.
8770
8771@item
b37052ae 8772@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8773expressions can use it just as expressions in your program do. Since
8774one scope may be defined in another, you can use @code{::} repeatedly if
8775necessary, for example in an expression like
8776@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8777resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8778debugging (@pxref{Variables, ,Program variables}).
8779@end enumerate
8780
b37052ae 8781In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8782calling virtual functions correctly, printing out virtual bases of
8783objects, calling functions in a base subobject, casting objects, and
8784invoking user-defined operators.
c906108c 8785
6d2ebf8b 8786@node C Defaults
b37052ae 8787@subsubsection C and C@t{++} defaults
7a292a7a 8788
b37052ae 8789@cindex C and C@t{++} defaults
c906108c 8790
c906108c
SS
8791If you allow @value{GDBN} to set type and range checking automatically, they
8792both default to @code{off} whenever the working language changes to
b37052ae 8793C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8794selects the working language.
c906108c
SS
8795
8796If you allow @value{GDBN} to set the language automatically, it
8797recognizes source files whose names end with @file{.c}, @file{.C}, or
8798@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8799these files, it sets the working language to C or C@t{++}.
c906108c
SS
8800@xref{Automatically, ,Having @value{GDBN} infer the source language},
8801for further details.
8802
c906108c
SS
8803@c Type checking is (a) primarily motivated by Modula-2, and (b)
8804@c unimplemented. If (b) changes, it might make sense to let this node
8805@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8806
6d2ebf8b 8807@node C Checks
b37052ae 8808@subsubsection C and C@t{++} type and range checks
7a292a7a 8809
b37052ae 8810@cindex C and C@t{++} checks
c906108c 8811
b37052ae 8812By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8813is not used. However, if you turn type checking on, @value{GDBN}
8814considers two variables type equivalent if:
8815
8816@itemize @bullet
8817@item
8818The two variables are structured and have the same structure, union, or
8819enumerated tag.
8820
8821@item
8822The two variables have the same type name, or types that have been
8823declared equivalent through @code{typedef}.
8824
8825@ignore
8826@c leaving this out because neither J Gilmore nor R Pesch understand it.
8827@c FIXME--beers?
8828@item
8829The two @code{struct}, @code{union}, or @code{enum} variables are
8830declared in the same declaration. (Note: this may not be true for all C
8831compilers.)
8832@end ignore
8833@end itemize
8834
8835Range checking, if turned on, is done on mathematical operations. Array
8836indices are not checked, since they are often used to index a pointer
8837that is not itself an array.
c906108c 8838
6d2ebf8b 8839@node Debugging C
c906108c 8840@subsubsection @value{GDBN} and C
c906108c
SS
8841
8842The @code{set print union} and @code{show print union} commands apply to
8843the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8844inside a @code{struct} or @code{class} is also printed. Otherwise, it
8845appears as @samp{@{...@}}.
c906108c
SS
8846
8847The @code{@@} operator aids in the debugging of dynamic arrays, formed
8848with pointers and a memory allocation function. @xref{Expressions,
8849,Expressions}.
8850
c906108c 8851@menu
5d161b24 8852* Debugging C plus plus::
c906108c
SS
8853@end menu
8854
6d2ebf8b 8855@node Debugging C plus plus
b37052ae 8856@subsubsection @value{GDBN} features for C@t{++}
c906108c 8857
b37052ae 8858@cindex commands for C@t{++}
7a292a7a 8859
b37052ae
EZ
8860Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8861designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8862
8863@table @code
8864@cindex break in overloaded functions
8865@item @r{breakpoint menus}
8866When you want a breakpoint in a function whose name is overloaded,
8867@value{GDBN} breakpoint menus help you specify which function definition
8868you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8869
b37052ae 8870@cindex overloading in C@t{++}
c906108c
SS
8871@item rbreak @var{regex}
8872Setting breakpoints using regular expressions is helpful for setting
8873breakpoints on overloaded functions that are not members of any special
8874classes.
8875@xref{Set Breaks, ,Setting breakpoints}.
8876
b37052ae 8877@cindex C@t{++} exception handling
c906108c
SS
8878@item catch throw
8879@itemx catch catch
b37052ae 8880Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8881Catchpoints, , Setting catchpoints}.
8882
8883@cindex inheritance
8884@item ptype @var{typename}
8885Print inheritance relationships as well as other information for type
8886@var{typename}.
8887@xref{Symbols, ,Examining the Symbol Table}.
8888
b37052ae 8889@cindex C@t{++} symbol display
c906108c
SS
8890@item set print demangle
8891@itemx show print demangle
8892@itemx set print asm-demangle
8893@itemx show print asm-demangle
b37052ae
EZ
8894Control whether C@t{++} symbols display in their source form, both when
8895displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8896@xref{Print Settings, ,Print settings}.
8897
8898@item set print object
8899@itemx show print object
8900Choose whether to print derived (actual) or declared types of objects.
8901@xref{Print Settings, ,Print settings}.
8902
8903@item set print vtbl
8904@itemx show print vtbl
8905Control the format for printing virtual function tables.
8906@xref{Print Settings, ,Print settings}.
c906108c 8907(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8908ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8909
8910@kindex set overload-resolution
d4f3574e 8911@cindex overloaded functions, overload resolution
c906108c 8912@item set overload-resolution on
b37052ae 8913Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8914is on. For overloaded functions, @value{GDBN} evaluates the arguments
8915and searches for a function whose signature matches the argument types,
b37052ae 8916using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8917expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8918message.
8919
8920@item set overload-resolution off
b37052ae 8921Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8922overloaded functions that are not class member functions, @value{GDBN}
8923chooses the first function of the specified name that it finds in the
8924symbol table, whether or not its arguments are of the correct type. For
8925overloaded functions that are class member functions, @value{GDBN}
8926searches for a function whose signature @emph{exactly} matches the
8927argument types.
c906108c 8928
9c16f35a
EZ
8929@kindex show overload-resolution
8930@item show overload-resolution
8931Show the current setting of overload resolution.
8932
c906108c
SS
8933@item @r{Overloaded symbol names}
8934You can specify a particular definition of an overloaded symbol, using
b37052ae 8935the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8936@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8937also use the @value{GDBN} command-line word completion facilities to list the
8938available choices, or to finish the type list for you.
8939@xref{Completion,, Command completion}, for details on how to do this.
8940@end table
c906108c 8941
b37303ee
AF
8942@node Objective-C
8943@subsection Objective-C
8944
8945@cindex Objective-C
8946This section provides information about some commands and command
721c2651
EZ
8947options that are useful for debugging Objective-C code. See also
8948@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8949few more commands specific to Objective-C support.
b37303ee
AF
8950
8951@menu
b383017d
RM
8952* Method Names in Commands::
8953* The Print Command with Objective-C::
b37303ee
AF
8954@end menu
8955
8956@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8957@subsubsection Method Names in Commands
8958
8959The following commands have been extended to accept Objective-C method
8960names as line specifications:
8961
8962@kindex clear@r{, and Objective-C}
8963@kindex break@r{, and Objective-C}
8964@kindex info line@r{, and Objective-C}
8965@kindex jump@r{, and Objective-C}
8966@kindex list@r{, and Objective-C}
8967@itemize
8968@item @code{clear}
8969@item @code{break}
8970@item @code{info line}
8971@item @code{jump}
8972@item @code{list}
8973@end itemize
8974
8975A fully qualified Objective-C method name is specified as
8976
8977@smallexample
8978-[@var{Class} @var{methodName}]
8979@end smallexample
8980
c552b3bb
JM
8981where the minus sign is used to indicate an instance method and a
8982plus sign (not shown) is used to indicate a class method. The class
8983name @var{Class} and method name @var{methodName} are enclosed in
8984brackets, similar to the way messages are specified in Objective-C
8985source code. For example, to set a breakpoint at the @code{create}
8986instance method of class @code{Fruit} in the program currently being
8987debugged, enter:
b37303ee
AF
8988
8989@smallexample
8990break -[Fruit create]
8991@end smallexample
8992
8993To list ten program lines around the @code{initialize} class method,
8994enter:
8995
8996@smallexample
8997list +[NSText initialize]
8998@end smallexample
8999
c552b3bb
JM
9000In the current version of @value{GDBN}, the plus or minus sign is
9001required. In future versions of @value{GDBN}, the plus or minus
9002sign will be optional, but you can use it to narrow the search. It
9003is also possible to specify just a method name:
b37303ee
AF
9004
9005@smallexample
9006break create
9007@end smallexample
9008
9009You must specify the complete method name, including any colons. If
9010your program's source files contain more than one @code{create} method,
9011you'll be presented with a numbered list of classes that implement that
9012method. Indicate your choice by number, or type @samp{0} to exit if
9013none apply.
9014
9015As another example, to clear a breakpoint established at the
9016@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
9017
9018@smallexample
9019clear -[NSWindow makeKeyAndOrderFront:]
9020@end smallexample
9021
9022@node The Print Command with Objective-C
9023@subsubsection The Print Command With Objective-C
721c2651 9024@cindex Objective-C, print objects
c552b3bb
JM
9025@kindex print-object
9026@kindex po @r{(@code{print-object})}
b37303ee 9027
c552b3bb 9028The print command has also been extended to accept methods. For example:
b37303ee
AF
9029
9030@smallexample
c552b3bb 9031print -[@var{object} hash]
b37303ee
AF
9032@end smallexample
9033
9034@cindex print an Objective-C object description
c552b3bb
JM
9035@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
9036@noindent
9037will tell @value{GDBN} to send the @code{hash} message to @var{object}
9038and print the result. Also, an additional command has been added,
9039@code{print-object} or @code{po} for short, which is meant to print
9040the description of an object. However, this command may only work
9041with certain Objective-C libraries that have a particular hook
9042function, @code{_NSPrintForDebugger}, defined.
b37303ee 9043
09d4efe1
EZ
9044@node Fortran
9045@subsection Fortran
9046@cindex Fortran-specific support in @value{GDBN}
9047
9048@table @code
9049@cindex @code{COMMON} blocks, Fortran
9050@kindex info common
9051@item info common @r{[}@var{common-name}@r{]}
9052This command prints the values contained in the Fortran @code{COMMON}
9053block whose name is @var{common-name}. With no argument, the names of
9054all @code{COMMON} blocks visible at current program location are
9055printed.
9056@end table
9057
a8f24a35
EZ
9058Fortran symbols are usually case-insensitive, so @value{GDBN} by
9059default uses case-insensitive matches for Fortran symbols. You can
9060change that with the @samp{set case-insensitive} command, see
9061@ref{Symbols}, for the details.
9062
9c16f35a
EZ
9063@node Pascal
9064@subsection Pascal
9065
9066@cindex Pascal support in @value{GDBN}, limitations
9067Debugging Pascal programs which use sets, subranges, file variables, or
9068nested functions does not currently work. @value{GDBN} does not support
9069entering expressions, printing values, or similar features using Pascal
9070syntax.
9071
9072The Pascal-specific command @code{set print pascal_static-members}
9073controls whether static members of Pascal objects are displayed.
9074@xref{Print Settings, pascal_static-members}.
9075
09d4efe1 9076@node Modula-2
c906108c 9077@subsection Modula-2
7a292a7a 9078
d4f3574e 9079@cindex Modula-2, @value{GDBN} support
c906108c
SS
9080
9081The extensions made to @value{GDBN} to support Modula-2 only support
9082output from the @sc{gnu} Modula-2 compiler (which is currently being
9083developed). Other Modula-2 compilers are not currently supported, and
9084attempting to debug executables produced by them is most likely
9085to give an error as @value{GDBN} reads in the executable's symbol
9086table.
9087
9088@cindex expressions in Modula-2
9089@menu
9090* M2 Operators:: Built-in operators
9091* Built-In Func/Proc:: Built-in functions and procedures
9092* M2 Constants:: Modula-2 constants
9093* M2 Defaults:: Default settings for Modula-2
9094* Deviations:: Deviations from standard Modula-2
9095* M2 Checks:: Modula-2 type and range checks
9096* M2 Scope:: The scope operators @code{::} and @code{.}
9097* GDB/M2:: @value{GDBN} and Modula-2
9098@end menu
9099
6d2ebf8b 9100@node M2 Operators
c906108c
SS
9101@subsubsection Operators
9102@cindex Modula-2 operators
9103
9104Operators must be defined on values of specific types. For instance,
9105@code{+} is defined on numbers, but not on structures. Operators are
9106often defined on groups of types. For the purposes of Modula-2, the
9107following definitions hold:
9108
9109@itemize @bullet
9110
9111@item
9112@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
9113their subranges.
9114
9115@item
9116@emph{Character types} consist of @code{CHAR} and its subranges.
9117
9118@item
9119@emph{Floating-point types} consist of @code{REAL}.
9120
9121@item
9122@emph{Pointer types} consist of anything declared as @code{POINTER TO
9123@var{type}}.
9124
9125@item
9126@emph{Scalar types} consist of all of the above.
9127
9128@item
9129@emph{Set types} consist of @code{SET} and @code{BITSET} types.
9130
9131@item
9132@emph{Boolean types} consist of @code{BOOLEAN}.
9133@end itemize
9134
9135@noindent
9136The following operators are supported, and appear in order of
9137increasing precedence:
9138
9139@table @code
9140@item ,
9141Function argument or array index separator.
9142
9143@item :=
9144Assignment. The value of @var{var} @code{:=} @var{value} is
9145@var{value}.
9146
9147@item <@r{, }>
9148Less than, greater than on integral, floating-point, or enumerated
9149types.
9150
9151@item <=@r{, }>=
96a2c332 9152Less than or equal to, greater than or equal to
c906108c
SS
9153on integral, floating-point and enumerated types, or set inclusion on
9154set types. Same precedence as @code{<}.
9155
9156@item =@r{, }<>@r{, }#
9157Equality and two ways of expressing inequality, valid on scalar types.
9158Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
9159available for inequality, since @code{#} conflicts with the script
9160comment character.
9161
9162@item IN
9163Set membership. Defined on set types and the types of their members.
9164Same precedence as @code{<}.
9165
9166@item OR
9167Boolean disjunction. Defined on boolean types.
9168
9169@item AND@r{, }&
d4f3574e 9170Boolean conjunction. Defined on boolean types.
c906108c
SS
9171
9172@item @@
9173The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9174
9175@item +@r{, }-
9176Addition and subtraction on integral and floating-point types, or union
9177and difference on set types.
9178
9179@item *
9180Multiplication on integral and floating-point types, or set intersection
9181on set types.
9182
9183@item /
9184Division on floating-point types, or symmetric set difference on set
9185types. Same precedence as @code{*}.
9186
9187@item DIV@r{, }MOD
9188Integer division and remainder. Defined on integral types. Same
9189precedence as @code{*}.
9190
9191@item -
9192Negative. Defined on @code{INTEGER} and @code{REAL} data.
9193
9194@item ^
9195Pointer dereferencing. Defined on pointer types.
9196
9197@item NOT
9198Boolean negation. Defined on boolean types. Same precedence as
9199@code{^}.
9200
9201@item .
9202@code{RECORD} field selector. Defined on @code{RECORD} data. Same
9203precedence as @code{^}.
9204
9205@item []
9206Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9207
9208@item ()
9209Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9210as @code{^}.
9211
9212@item ::@r{, }.
9213@value{GDBN} and Modula-2 scope operators.
9214@end table
9215
9216@quotation
9217@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9218treats the use of the operator @code{IN}, or the use of operators
9219@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9220@code{<=}, and @code{>=} on sets as an error.
9221@end quotation
9222
cb51c4e0 9223
6d2ebf8b 9224@node Built-In Func/Proc
c906108c 9225@subsubsection Built-in functions and procedures
cb51c4e0 9226@cindex Modula-2 built-ins
c906108c
SS
9227
9228Modula-2 also makes available several built-in procedures and functions.
9229In describing these, the following metavariables are used:
9230
9231@table @var
9232
9233@item a
9234represents an @code{ARRAY} variable.
9235
9236@item c
9237represents a @code{CHAR} constant or variable.
9238
9239@item i
9240represents a variable or constant of integral type.
9241
9242@item m
9243represents an identifier that belongs to a set. Generally used in the
9244same function with the metavariable @var{s}. The type of @var{s} should
9245be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9246
9247@item n
9248represents a variable or constant of integral or floating-point type.
9249
9250@item r
9251represents a variable or constant of floating-point type.
9252
9253@item t
9254represents a type.
9255
9256@item v
9257represents a variable.
9258
9259@item x
9260represents a variable or constant of one of many types. See the
9261explanation of the function for details.
9262@end table
9263
9264All Modula-2 built-in procedures also return a result, described below.
9265
9266@table @code
9267@item ABS(@var{n})
9268Returns the absolute value of @var{n}.
9269
9270@item CAP(@var{c})
9271If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 9272equivalent, otherwise it returns its argument.
c906108c
SS
9273
9274@item CHR(@var{i})
9275Returns the character whose ordinal value is @var{i}.
9276
9277@item DEC(@var{v})
c3f6f71d 9278Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9279
9280@item DEC(@var{v},@var{i})
9281Decrements the value in the variable @var{v} by @var{i}. Returns the
9282new value.
9283
9284@item EXCL(@var{m},@var{s})
9285Removes the element @var{m} from the set @var{s}. Returns the new
9286set.
9287
9288@item FLOAT(@var{i})
9289Returns the floating point equivalent of the integer @var{i}.
9290
9291@item HIGH(@var{a})
9292Returns the index of the last member of @var{a}.
9293
9294@item INC(@var{v})
c3f6f71d 9295Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9296
9297@item INC(@var{v},@var{i})
9298Increments the value in the variable @var{v} by @var{i}. Returns the
9299new value.
9300
9301@item INCL(@var{m},@var{s})
9302Adds the element @var{m} to the set @var{s} if it is not already
9303there. Returns the new set.
9304
9305@item MAX(@var{t})
9306Returns the maximum value of the type @var{t}.
9307
9308@item MIN(@var{t})
9309Returns the minimum value of the type @var{t}.
9310
9311@item ODD(@var{i})
9312Returns boolean TRUE if @var{i} is an odd number.
9313
9314@item ORD(@var{x})
9315Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
9316value of a character is its @sc{ascii} value (on machines supporting the
9317@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
9318integral, character and enumerated types.
9319
9320@item SIZE(@var{x})
9321Returns the size of its argument. @var{x} can be a variable or a type.
9322
9323@item TRUNC(@var{r})
9324Returns the integral part of @var{r}.
9325
9326@item VAL(@var{t},@var{i})
9327Returns the member of the type @var{t} whose ordinal value is @var{i}.
9328@end table
9329
9330@quotation
9331@emph{Warning:} Sets and their operations are not yet supported, so
9332@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9333an error.
9334@end quotation
9335
9336@cindex Modula-2 constants
6d2ebf8b 9337@node M2 Constants
c906108c
SS
9338@subsubsection Constants
9339
9340@value{GDBN} allows you to express the constants of Modula-2 in the following
9341ways:
9342
9343@itemize @bullet
9344
9345@item
9346Integer constants are simply a sequence of digits. When used in an
9347expression, a constant is interpreted to be type-compatible with the
9348rest of the expression. Hexadecimal integers are specified by a
9349trailing @samp{H}, and octal integers by a trailing @samp{B}.
9350
9351@item
9352Floating point constants appear as a sequence of digits, followed by a
9353decimal point and another sequence of digits. An optional exponent can
9354then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9355@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9356digits of the floating point constant must be valid decimal (base 10)
9357digits.
9358
9359@item
9360Character constants consist of a single character enclosed by a pair of
9361like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 9362also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
9363followed by a @samp{C}.
9364
9365@item
9366String constants consist of a sequence of characters enclosed by a
9367pair of like quotes, either single (@code{'}) or double (@code{"}).
9368Escape sequences in the style of C are also allowed. @xref{C
b37052ae 9369Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
9370sequences.
9371
9372@item
9373Enumerated constants consist of an enumerated identifier.
9374
9375@item
9376Boolean constants consist of the identifiers @code{TRUE} and
9377@code{FALSE}.
9378
9379@item
9380Pointer constants consist of integral values only.
9381
9382@item
9383Set constants are not yet supported.
9384@end itemize
9385
6d2ebf8b 9386@node M2 Defaults
c906108c
SS
9387@subsubsection Modula-2 defaults
9388@cindex Modula-2 defaults
9389
9390If type and range checking are set automatically by @value{GDBN}, they
9391both default to @code{on} whenever the working language changes to
d4f3574e 9392Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
9393selected the working language.
9394
9395If you allow @value{GDBN} to set the language automatically, then entering
9396code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 9397working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
9398the language automatically}, for further details.
9399
6d2ebf8b 9400@node Deviations
c906108c
SS
9401@subsubsection Deviations from standard Modula-2
9402@cindex Modula-2, deviations from
9403
9404A few changes have been made to make Modula-2 programs easier to debug.
9405This is done primarily via loosening its type strictness:
9406
9407@itemize @bullet
9408@item
9409Unlike in standard Modula-2, pointer constants can be formed by
9410integers. This allows you to modify pointer variables during
9411debugging. (In standard Modula-2, the actual address contained in a
9412pointer variable is hidden from you; it can only be modified
9413through direct assignment to another pointer variable or expression that
9414returned a pointer.)
9415
9416@item
9417C escape sequences can be used in strings and characters to represent
9418non-printable characters. @value{GDBN} prints out strings with these
9419escape sequences embedded. Single non-printable characters are
9420printed using the @samp{CHR(@var{nnn})} format.
9421
9422@item
9423The assignment operator (@code{:=}) returns the value of its right-hand
9424argument.
9425
9426@item
9427All built-in procedures both modify @emph{and} return their argument.
9428@end itemize
9429
6d2ebf8b 9430@node M2 Checks
c906108c
SS
9431@subsubsection Modula-2 type and range checks
9432@cindex Modula-2 checks
9433
9434@quotation
9435@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9436range checking.
9437@end quotation
9438@c FIXME remove warning when type/range checks added
9439
9440@value{GDBN} considers two Modula-2 variables type equivalent if:
9441
9442@itemize @bullet
9443@item
9444They are of types that have been declared equivalent via a @code{TYPE
9445@var{t1} = @var{t2}} statement
9446
9447@item
9448They have been declared on the same line. (Note: This is true of the
9449@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9450@end itemize
9451
9452As long as type checking is enabled, any attempt to combine variables
9453whose types are not equivalent is an error.
9454
9455Range checking is done on all mathematical operations, assignment, array
9456index bounds, and all built-in functions and procedures.
9457
6d2ebf8b 9458@node M2 Scope
c906108c
SS
9459@subsubsection The scope operators @code{::} and @code{.}
9460@cindex scope
41afff9a 9461@cindex @code{.}, Modula-2 scope operator
c906108c
SS
9462@cindex colon, doubled as scope operator
9463@ifinfo
41afff9a 9464@vindex colon-colon@r{, in Modula-2}
c906108c
SS
9465@c Info cannot handle :: but TeX can.
9466@end ifinfo
9467@iftex
41afff9a 9468@vindex ::@r{, in Modula-2}
c906108c
SS
9469@end iftex
9470
9471There are a few subtle differences between the Modula-2 scope operator
9472(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9473similar syntax:
9474
474c8240 9475@smallexample
c906108c
SS
9476
9477@var{module} . @var{id}
9478@var{scope} :: @var{id}
474c8240 9479@end smallexample
c906108c
SS
9480
9481@noindent
9482where @var{scope} is the name of a module or a procedure,
9483@var{module} the name of a module, and @var{id} is any declared
9484identifier within your program, except another module.
9485
9486Using the @code{::} operator makes @value{GDBN} search the scope
9487specified by @var{scope} for the identifier @var{id}. If it is not
9488found in the specified scope, then @value{GDBN} searches all scopes
9489enclosing the one specified by @var{scope}.
9490
9491Using the @code{.} operator makes @value{GDBN} search the current scope for
9492the identifier specified by @var{id} that was imported from the
9493definition module specified by @var{module}. With this operator, it is
9494an error if the identifier @var{id} was not imported from definition
9495module @var{module}, or if @var{id} is not an identifier in
9496@var{module}.
9497
6d2ebf8b 9498@node GDB/M2
c906108c
SS
9499@subsubsection @value{GDBN} and Modula-2
9500
9501Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9502Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9503specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9504@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9505apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9506analogue in Modula-2.
9507
9508The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9509with any language, is not useful with Modula-2. Its
c906108c 9510intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9511created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9512address can be specified by an integral constant, the construct
d4f3574e 9513@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9514
9515@cindex @code{#} in Modula-2
9516In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9517interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9518
e07c999f
PH
9519@node Ada
9520@subsection Ada
9521@cindex Ada
9522
9523The extensions made to @value{GDBN} for Ada only support
9524output from the @sc{gnu} Ada (GNAT) compiler.
9525Other Ada compilers are not currently supported, and
9526attempting to debug executables produced by them is most likely
9527to be difficult.
9528
9529
9530@cindex expressions in Ada
9531@menu
9532* Ada Mode Intro:: General remarks on the Ada syntax
9533 and semantics supported by Ada mode
9534 in @value{GDBN}.
9535* Omissions from Ada:: Restrictions on the Ada expression syntax.
9536* Additions to Ada:: Extensions of the Ada expression syntax.
9537* Stopping Before Main Program:: Debugging the program during elaboration.
9538* Ada Glitches:: Known peculiarities of Ada mode.
9539@end menu
9540
9541@node Ada Mode Intro
9542@subsubsection Introduction
9543@cindex Ada mode, general
9544
9545The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9546syntax, with some extensions.
9547The philosophy behind the design of this subset is
9548
9549@itemize @bullet
9550@item
9551That @value{GDBN} should provide basic literals and access to operations for
9552arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9553leaving more sophisticated computations to subprograms written into the
9554program (which therefore may be called from @value{GDBN}).
9555
9556@item
9557That type safety and strict adherence to Ada language restrictions
9558are not particularly important to the @value{GDBN} user.
9559
9560@item
9561That brevity is important to the @value{GDBN} user.
9562@end itemize
9563
9564Thus, for brevity, the debugger acts as if there were
9565implicit @code{with} and @code{use} clauses in effect for all user-written
9566packages, making it unnecessary to fully qualify most names with
9567their packages, regardless of context. Where this causes ambiguity,
9568@value{GDBN} asks the user's intent.
9569
9570The debugger will start in Ada mode if it detects an Ada main program.
9571As for other languages, it will enter Ada mode when stopped in a program that
9572was translated from an Ada source file.
9573
9574While in Ada mode, you may use `@t{--}' for comments. This is useful
9575mostly for documenting command files. The standard @value{GDBN} comment
9576(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9577middle (to allow based literals).
9578
9579The debugger supports limited overloading. Given a subprogram call in which
9580the function symbol has multiple definitions, it will use the number of
9581actual parameters and some information about their types to attempt to narrow
9582the set of definitions. It also makes very limited use of context, preferring
9583procedures to functions in the context of the @code{call} command, and
9584functions to procedures elsewhere.
9585
9586@node Omissions from Ada
9587@subsubsection Omissions from Ada
9588@cindex Ada, omissions from
9589
9590Here are the notable omissions from the subset:
9591
9592@itemize @bullet
9593@item
9594Only a subset of the attributes are supported:
9595
9596@itemize @minus
9597@item
9598@t{'First}, @t{'Last}, and @t{'Length}
9599 on array objects (not on types and subtypes).
9600
9601@item
9602@t{'Min} and @t{'Max}.
9603
9604@item
9605@t{'Pos} and @t{'Val}.
9606
9607@item
9608@t{'Tag}.
9609
9610@item
9611@t{'Range} on array objects (not subtypes), but only as the right
9612operand of the membership (@code{in}) operator.
9613
9614@item
9615@t{'Access}, @t{'Unchecked_Access}, and
9616@t{'Unrestricted_Access} (a GNAT extension).
9617
9618@item
9619@t{'Address}.
9620@end itemize
9621
9622@item
9623The names in
9624@code{Characters.Latin_1} are not available and
9625concatenation is not implemented. Thus, escape characters in strings are
9626not currently available.
9627
9628@item
9629Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9630equality of representations. They will generally work correctly
9631for strings and arrays whose elements have integer or enumeration types.
9632They may not work correctly for arrays whose element
9633types have user-defined equality, for arrays of real values
9634(in particular, IEEE-conformant floating point, because of negative
9635zeroes and NaNs), and for arrays whose elements contain unused bits with
9636indeterminate values.
9637
9638@item
9639The other component-by-component array operations (@code{and}, @code{or},
9640@code{xor}, @code{not}, and relational tests other than equality)
9641are not implemented.
9642
9643@item
9644There are no record or array aggregates.
9645
9646@item
9647Calls to dispatching subprograms are not implemented.
9648
9649@item
9650The overloading algorithm is much more limited (i.e., less selective)
9651than that of real Ada. It makes only limited use of the context in which a subexpression
9652appears to resolve its meaning, and it is much looser in its rules for allowing
9653type matches. As a result, some function calls will be ambiguous, and the user
9654will be asked to choose the proper resolution.
9655
9656@item
9657The @code{new} operator is not implemented.
9658
9659@item
9660Entry calls are not implemented.
9661
9662@item
9663Aside from printing, arithmetic operations on the native VAX floating-point
9664formats are not supported.
9665
9666@item
9667It is not possible to slice a packed array.
9668@end itemize
9669
9670@node Additions to Ada
9671@subsubsection Additions to Ada
9672@cindex Ada, deviations from
9673
9674As it does for other languages, @value{GDBN} makes certain generic
9675extensions to Ada (@pxref{Expressions}):
9676
9677@itemize @bullet
9678@item
9679If the expression @var{E} is a variable residing in memory
9680(typically a local variable or array element) and @var{N} is
9681a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9682@var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9683In Ada, this operator is generally not necessary, since its prime use
9684is in displaying parts of an array, and slicing will usually do this in Ada.
9685However, there are occasional uses when debugging programs
9686in which certain debugging information has been optimized away.
9687
9688@item
9689@code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9690in function or file @var{B}.'' When @var{B} is a file name, you must typically
9691surround it in single quotes.
9692
9693@item
9694The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9695@var{type} that appears at address @var{addr}.''
9696
9697@item
9698A name starting with @samp{$} is a convenience variable
9699(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9700@end itemize
9701
9702In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9703to Ada:
9704
9705@itemize @bullet
9706@item
9707The assignment statement is allowed as an expression, returning
9708its right-hand operand as its value. Thus, you may enter
9709
9710@smallexample
9711set x := y + 3
9712print A(tmp := y + 1)
9713@end smallexample
9714
9715@item
9716The semicolon is allowed as an ``operator,'' returning as its value
9717the value of its right-hand operand.
9718This allows, for example,
9719complex conditional breaks:
9720
9721@smallexample
9722break f
9723condition 1 (report(i); k += 1; A(k) > 100)
9724@end smallexample
9725
9726@item
9727Rather than use catenation and symbolic character names to introduce special
9728characters into strings, one may instead use a special bracket notation,
9729which is also used to print strings. A sequence of characters of the form
9730@samp{["@var{XX}"]} within a string or character literal denotes the
9731(single) character whose numeric encoding is @var{XX} in hexadecimal. The
9732sequence of characters @samp{["""]} also denotes a single quotation mark
9733in strings. For example,
9734@smallexample
9735 "One line.["0a"]Next line.["0a"]"
9736@end smallexample
9737@noindent
9738contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9739period.
9740
9741@item
9742The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9743@t{'Max} is optional (and is ignored in any case). For example, it is valid
9744to write
9745
9746@smallexample
9747print 'max(x, y)
9748@end smallexample
9749
9750@item
9751When printing arrays, @value{GDBN} uses positional notation when the
9752array has a lower bound of 1, and uses a modified named notation otherwise.
9753For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9754
9755@smallexample
9756(3 => 10, 17, 1)
9757@end smallexample
9758
9759@noindent
9760That is, in contrast to valid Ada, only the first component has a @code{=>}
9761clause.
9762
9763@item
9764You may abbreviate attributes in expressions with any unique,
9765multi-character subsequence of
9766their names (an exact match gets preference).
9767For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9768in place of @t{a'length}.
9769
9770@item
9771@cindex quoting Ada internal identifiers
9772Since Ada is case-insensitive, the debugger normally maps identifiers you type
9773to lower case. The GNAT compiler uses upper-case characters for
9774some of its internal identifiers, which are normally of no interest to users.
9775For the rare occasions when you actually have to look at them,
9776enclose them in angle brackets to avoid the lower-case mapping.
9777For example,
9778@smallexample
9779@value{GDBP} print <JMPBUF_SAVE>[0]
9780@end smallexample
9781
9782@item
9783Printing an object of class-wide type or dereferencing an
9784access-to-class-wide value will display all the components of the object's
9785specific type (as indicated by its run-time tag). Likewise, component
9786selection on such a value will operate on the specific type of the
9787object.
9788
9789@end itemize
9790
9791@node Stopping Before Main Program
9792@subsubsection Stopping at the Very Beginning
9793
9794@cindex breakpointing Ada elaboration code
9795It is sometimes necessary to debug the program during elaboration, and
9796before reaching the main procedure.
9797As defined in the Ada Reference
9798Manual, the elaboration code is invoked from a procedure called
9799@code{adainit}. To run your program up to the beginning of
9800elaboration, simply use the following two commands:
9801@code{tbreak adainit} and @code{run}.
9802
9803@node Ada Glitches
9804@subsubsection Known Peculiarities of Ada Mode
9805@cindex Ada, problems
9806
9807Besides the omissions listed previously (@pxref{Omissions from Ada}),
9808we know of several problems with and limitations of Ada mode in
9809@value{GDBN},
9810some of which will be fixed with planned future releases of the debugger
9811and the GNU Ada compiler.
9812
9813@itemize @bullet
9814@item
9815Currently, the debugger
9816has insufficient information to determine whether certain pointers represent
9817pointers to objects or the objects themselves.
9818Thus, the user may have to tack an extra @code{.all} after an expression
9819to get it printed properly.
9820
9821@item
9822Static constants that the compiler chooses not to materialize as objects in
9823storage are invisible to the debugger.
9824
9825@item
9826Named parameter associations in function argument lists are ignored (the
9827argument lists are treated as positional).
9828
9829@item
9830Many useful library packages are currently invisible to the debugger.
9831
9832@item
9833Fixed-point arithmetic, conversions, input, and output is carried out using
9834floating-point arithmetic, and may give results that only approximate those on
9835the host machine.
9836
9837@item
9838The type of the @t{'Address} attribute may not be @code{System.Address}.
9839
9840@item
9841The GNAT compiler never generates the prefix @code{Standard} for any of
9842the standard symbols defined by the Ada language. @value{GDBN} knows about
9843this: it will strip the prefix from names when you use it, and will never
9844look for a name you have so qualified among local symbols, nor match against
9845symbols in other packages or subprograms. If you have
9846defined entities anywhere in your program other than parameters and
9847local variables whose simple names match names in @code{Standard},
9848GNAT's lack of qualification here can cause confusion. When this happens,
9849you can usually resolve the confusion
9850by qualifying the problematic names with package
9851@code{Standard} explicitly.
9852@end itemize
9853
4e562065
JB
9854@node Unsupported languages
9855@section Unsupported languages
9856
9857@cindex unsupported languages
9858@cindex minimal language
9859In addition to the other fully-supported programming languages,
9860@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9861It does not represent a real programming language, but provides a set
9862of capabilities close to what the C or assembly languages provide.
9863This should allow most simple operations to be performed while debugging
9864an application that uses a language currently not supported by @value{GDBN}.
9865
9866If the language is set to @code{auto}, @value{GDBN} will automatically
9867select this language if the current frame corresponds to an unsupported
9868language.
9869
6d2ebf8b 9870@node Symbols
c906108c
SS
9871@chapter Examining the Symbol Table
9872
d4f3574e 9873The commands described in this chapter allow you to inquire about the
c906108c
SS
9874symbols (names of variables, functions and types) defined in your
9875program. This information is inherent in the text of your program and
9876does not change as your program executes. @value{GDBN} finds it in your
9877program's symbol table, in the file indicated when you started @value{GDBN}
9878(@pxref{File Options, ,Choosing files}), or by one of the
9879file-management commands (@pxref{Files, ,Commands to specify files}).
9880
9881@cindex symbol names
9882@cindex names of symbols
9883@cindex quoting names
9884Occasionally, you may need to refer to symbols that contain unusual
9885characters, which @value{GDBN} ordinarily treats as word delimiters. The
9886most frequent case is in referring to static variables in other
9887source files (@pxref{Variables,,Program variables}). File names
9888are recorded in object files as debugging symbols, but @value{GDBN} would
9889ordinarily parse a typical file name, like @file{foo.c}, as the three words
9890@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9891@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9892
474c8240 9893@smallexample
c906108c 9894p 'foo.c'::x
474c8240 9895@end smallexample
c906108c
SS
9896
9897@noindent
9898looks up the value of @code{x} in the scope of the file @file{foo.c}.
9899
9900@table @code
a8f24a35
EZ
9901@cindex case-insensitive symbol names
9902@cindex case sensitivity in symbol names
9903@kindex set case-sensitive
9904@item set case-sensitive on
9905@itemx set case-sensitive off
9906@itemx set case-sensitive auto
9907Normally, when @value{GDBN} looks up symbols, it matches their names
9908with case sensitivity determined by the current source language.
9909Occasionally, you may wish to control that. The command @code{set
9910case-sensitive} lets you do that by specifying @code{on} for
9911case-sensitive matches or @code{off} for case-insensitive ones. If
9912you specify @code{auto}, case sensitivity is reset to the default
9913suitable for the source language. The default is case-sensitive
9914matches for all languages except for Fortran, for which the default is
9915case-insensitive matches.
9916
9c16f35a
EZ
9917@kindex show case-sensitive
9918@item show case-sensitive
a8f24a35
EZ
9919This command shows the current setting of case sensitivity for symbols
9920lookups.
9921
c906108c 9922@kindex info address
b37052ae 9923@cindex address of a symbol
c906108c
SS
9924@item info address @var{symbol}
9925Describe where the data for @var{symbol} is stored. For a register
9926variable, this says which register it is kept in. For a non-register
9927local variable, this prints the stack-frame offset at which the variable
9928is always stored.
9929
9930Note the contrast with @samp{print &@var{symbol}}, which does not work
9931at all for a register variable, and for a stack local variable prints
9932the exact address of the current instantiation of the variable.
9933
3d67e040 9934@kindex info symbol
b37052ae 9935@cindex symbol from address
9c16f35a 9936@cindex closest symbol and offset for an address
3d67e040
EZ
9937@item info symbol @var{addr}
9938Print the name of a symbol which is stored at the address @var{addr}.
9939If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9940nearest symbol and an offset from it:
9941
474c8240 9942@smallexample
3d67e040
EZ
9943(@value{GDBP}) info symbol 0x54320
9944_initialize_vx + 396 in section .text
474c8240 9945@end smallexample
3d67e040
EZ
9946
9947@noindent
9948This is the opposite of the @code{info address} command. You can use
9949it to find out the name of a variable or a function given its address.
9950
c906108c 9951@kindex whatis
d4f3574e
SS
9952@item whatis @var{expr}
9953Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9954actually evaluated, and any side-effecting operations (such as
9955assignments or function calls) inside it do not take place.
9956@xref{Expressions, ,Expressions}.
9957
9958@item whatis
9959Print the data type of @code{$}, the last value in the value history.
9960
9961@kindex ptype
9962@item ptype @var{typename}
9963Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9964the name of a type, or for C code it may have the form @samp{class
9965@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9966@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9967
d4f3574e 9968@item ptype @var{expr}
c906108c 9969@itemx ptype
d4f3574e 9970Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9971differs from @code{whatis} by printing a detailed description, instead
9972of just the name of the type.
9973
9974For example, for this variable declaration:
9975
474c8240 9976@smallexample
c906108c 9977struct complex @{double real; double imag;@} v;
474c8240 9978@end smallexample
c906108c
SS
9979
9980@noindent
9981the two commands give this output:
9982
474c8240 9983@smallexample
c906108c
SS
9984@group
9985(@value{GDBP}) whatis v
9986type = struct complex
9987(@value{GDBP}) ptype v
9988type = struct complex @{
9989 double real;
9990 double imag;
9991@}
9992@end group
474c8240 9993@end smallexample
c906108c
SS
9994
9995@noindent
9996As with @code{whatis}, using @code{ptype} without an argument refers to
9997the type of @code{$}, the last value in the value history.
9998
9999@kindex info types
10000@item info types @var{regexp}
10001@itemx info types
09d4efe1
EZ
10002Print a brief description of all types whose names match the regular
10003expression @var{regexp} (or all types in your program, if you supply
10004no argument). Each complete typename is matched as though it were a
10005complete line; thus, @samp{i type value} gives information on all
10006types in your program whose names include the string @code{value}, but
10007@samp{i type ^value$} gives information only on types whose complete
10008name is @code{value}.
c906108c
SS
10009
10010This command differs from @code{ptype} in two ways: first, like
10011@code{whatis}, it does not print a detailed description; second, it
10012lists all source files where a type is defined.
10013
b37052ae
EZ
10014@kindex info scope
10015@cindex local variables
09d4efe1 10016@item info scope @var{location}
b37052ae 10017List all the variables local to a particular scope. This command
09d4efe1
EZ
10018accepts a @var{location} argument---a function name, a source line, or
10019an address preceded by a @samp{*}, and prints all the variables local
10020to the scope defined by that location. For example:
b37052ae
EZ
10021
10022@smallexample
10023(@value{GDBP}) @b{info scope command_line_handler}
10024Scope for command_line_handler:
10025Symbol rl is an argument at stack/frame offset 8, length 4.
10026Symbol linebuffer is in static storage at address 0x150a18, length 4.
10027Symbol linelength is in static storage at address 0x150a1c, length 4.
10028Symbol p is a local variable in register $esi, length 4.
10029Symbol p1 is a local variable in register $ebx, length 4.
10030Symbol nline is a local variable in register $edx, length 4.
10031Symbol repeat is a local variable at frame offset -8, length 4.
10032@end smallexample
10033
f5c37c66
EZ
10034@noindent
10035This command is especially useful for determining what data to collect
10036during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
10037collect}.
10038
c906108c
SS
10039@kindex info source
10040@item info source
919d772c
JB
10041Show information about the current source file---that is, the source file for
10042the function containing the current point of execution:
10043@itemize @bullet
10044@item
10045the name of the source file, and the directory containing it,
10046@item
10047the directory it was compiled in,
10048@item
10049its length, in lines,
10050@item
10051which programming language it is written in,
10052@item
10053whether the executable includes debugging information for that file, and
10054if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
10055@item
10056whether the debugging information includes information about
10057preprocessor macros.
10058@end itemize
10059
c906108c
SS
10060
10061@kindex info sources
10062@item info sources
10063Print the names of all source files in your program for which there is
10064debugging information, organized into two lists: files whose symbols
10065have already been read, and files whose symbols will be read when needed.
10066
10067@kindex info functions
10068@item info functions
10069Print the names and data types of all defined functions.
10070
10071@item info functions @var{regexp}
10072Print the names and data types of all defined functions
10073whose names contain a match for regular expression @var{regexp}.
10074Thus, @samp{info fun step} finds all functions whose names
10075include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
10076start with @code{step}. If a function name contains characters
10077that conflict with the regular expression language (eg.
1c5dfdad 10078@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
10079
10080@kindex info variables
10081@item info variables
10082Print the names and data types of all variables that are declared
6ca652b0 10083outside of functions (i.e.@: excluding local variables).
c906108c
SS
10084
10085@item info variables @var{regexp}
10086Print the names and data types of all variables (except for local
10087variables) whose names contain a match for regular expression
10088@var{regexp}.
10089
b37303ee 10090@kindex info classes
721c2651 10091@cindex Objective-C, classes and selectors
b37303ee
AF
10092@item info classes
10093@itemx info classes @var{regexp}
10094Display all Objective-C classes in your program, or
10095(with the @var{regexp} argument) all those matching a particular regular
10096expression.
10097
10098@kindex info selectors
10099@item info selectors
10100@itemx info selectors @var{regexp}
10101Display all Objective-C selectors in your program, or
10102(with the @var{regexp} argument) all those matching a particular regular
10103expression.
10104
c906108c
SS
10105@ignore
10106This was never implemented.
10107@kindex info methods
10108@item info methods
10109@itemx info methods @var{regexp}
10110The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
10111methods within C@t{++} program, or (with the @var{regexp} argument) a
10112specific set of methods found in the various C@t{++} classes. Many
10113C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
10114from the @code{ptype} command can be overwhelming and hard to use. The
10115@code{info-methods} command filters the methods, printing only those
10116which match the regular-expression @var{regexp}.
10117@end ignore
10118
c906108c
SS
10119@cindex reloading symbols
10120Some systems allow individual object files that make up your program to
7a292a7a
SS
10121be replaced without stopping and restarting your program. For example,
10122in VxWorks you can simply recompile a defective object file and keep on
10123running. If you are running on one of these systems, you can allow
10124@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
10125
10126@table @code
10127@kindex set symbol-reloading
10128@item set symbol-reloading on
10129Replace symbol definitions for the corresponding source file when an
10130object file with a particular name is seen again.
10131
10132@item set symbol-reloading off
6d2ebf8b
SS
10133Do not replace symbol definitions when encountering object files of the
10134same name more than once. This is the default state; if you are not
10135running on a system that permits automatic relinking of modules, you
10136should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10137may discard symbols when linking large programs, that may contain
10138several modules (from different directories or libraries) with the same
10139name.
c906108c
SS
10140
10141@kindex show symbol-reloading
10142@item show symbol-reloading
10143Show the current @code{on} or @code{off} setting.
10144@end table
c906108c 10145
9c16f35a 10146@cindex opaque data types
c906108c
SS
10147@kindex set opaque-type-resolution
10148@item set opaque-type-resolution on
10149Tell @value{GDBN} to resolve opaque types. An opaque type is a type
10150declared as a pointer to a @code{struct}, @code{class}, or
10151@code{union}---for example, @code{struct MyType *}---that is used in one
10152source file although the full declaration of @code{struct MyType} is in
10153another source file. The default is on.
10154
10155A change in the setting of this subcommand will not take effect until
10156the next time symbols for a file are loaded.
10157
10158@item set opaque-type-resolution off
10159Tell @value{GDBN} not to resolve opaque types. In this case, the type
10160is printed as follows:
10161@smallexample
10162@{<no data fields>@}
10163@end smallexample
10164
10165@kindex show opaque-type-resolution
10166@item show opaque-type-resolution
10167Show whether opaque types are resolved or not.
c906108c
SS
10168
10169@kindex maint print symbols
10170@cindex symbol dump
10171@kindex maint print psymbols
10172@cindex partial symbol dump
10173@item maint print symbols @var{filename}
10174@itemx maint print psymbols @var{filename}
10175@itemx maint print msymbols @var{filename}
10176Write a dump of debugging symbol data into the file @var{filename}.
10177These commands are used to debug the @value{GDBN} symbol-reading code. Only
10178symbols with debugging data are included. If you use @samp{maint print
10179symbols}, @value{GDBN} includes all the symbols for which it has already
10180collected full details: that is, @var{filename} reflects symbols for
10181only those files whose symbols @value{GDBN} has read. You can use the
10182command @code{info sources} to find out which files these are. If you
10183use @samp{maint print psymbols} instead, the dump shows information about
10184symbols that @value{GDBN} only knows partially---that is, symbols defined in
10185files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10186@samp{maint print msymbols} dumps just the minimal symbol information
10187required for each object file from which @value{GDBN} has read some symbols.
10188@xref{Files, ,Commands to specify files}, for a discussion of how
10189@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 10190
5e7b2f39
JB
10191@kindex maint info symtabs
10192@kindex maint info psymtabs
44ea7b70
JB
10193@cindex listing @value{GDBN}'s internal symbol tables
10194@cindex symbol tables, listing @value{GDBN}'s internal
10195@cindex full symbol tables, listing @value{GDBN}'s internal
10196@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
10197@item maint info symtabs @r{[} @var{regexp} @r{]}
10198@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
10199
10200List the @code{struct symtab} or @code{struct partial_symtab}
10201structures whose names match @var{regexp}. If @var{regexp} is not
10202given, list them all. The output includes expressions which you can
10203copy into a @value{GDBN} debugging this one to examine a particular
10204structure in more detail. For example:
10205
10206@smallexample
5e7b2f39 10207(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
10208@{ objfile /home/gnu/build/gdb/gdb
10209 ((struct objfile *) 0x82e69d0)
b383017d 10210 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10211 ((struct partial_symtab *) 0x8474b10)
10212 readin no
10213 fullname (null)
10214 text addresses 0x814d3c8 -- 0x8158074
10215 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10216 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10217 dependencies (none)
10218 @}
10219@}
5e7b2f39 10220(@value{GDBP}) maint info symtabs
44ea7b70
JB
10221(@value{GDBP})
10222@end smallexample
10223@noindent
10224We see that there is one partial symbol table whose filename contains
10225the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10226and we see that @value{GDBN} has not read in any symtabs yet at all.
10227If we set a breakpoint on a function, that will cause @value{GDBN} to
10228read the symtab for the compilation unit containing that function:
10229
10230@smallexample
10231(@value{GDBP}) break dwarf2_psymtab_to_symtab
10232Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10233line 1574.
5e7b2f39 10234(@value{GDBP}) maint info symtabs
b383017d 10235@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 10236 ((struct objfile *) 0x82e69d0)
b383017d 10237 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10238 ((struct symtab *) 0x86c1f38)
10239 dirname (null)
10240 fullname (null)
10241 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10242 debugformat DWARF 2
10243 @}
10244@}
b383017d 10245(@value{GDBP})
44ea7b70 10246@end smallexample
c906108c
SS
10247@end table
10248
44ea7b70 10249
6d2ebf8b 10250@node Altering
c906108c
SS
10251@chapter Altering Execution
10252
10253Once you think you have found an error in your program, you might want to
10254find out for certain whether correcting the apparent error would lead to
10255correct results in the rest of the run. You can find the answer by
10256experiment, using the @value{GDBN} features for altering execution of the
10257program.
10258
10259For example, you can store new values into variables or memory
7a292a7a
SS
10260locations, give your program a signal, restart it at a different
10261address, or even return prematurely from a function.
c906108c
SS
10262
10263@menu
10264* Assignment:: Assignment to variables
10265* Jumping:: Continuing at a different address
c906108c 10266* Signaling:: Giving your program a signal
c906108c
SS
10267* Returning:: Returning from a function
10268* Calling:: Calling your program's functions
10269* Patching:: Patching your program
10270@end menu
10271
6d2ebf8b 10272@node Assignment
c906108c
SS
10273@section Assignment to variables
10274
10275@cindex assignment
10276@cindex setting variables
10277To alter the value of a variable, evaluate an assignment expression.
10278@xref{Expressions, ,Expressions}. For example,
10279
474c8240 10280@smallexample
c906108c 10281print x=4
474c8240 10282@end smallexample
c906108c
SS
10283
10284@noindent
10285stores the value 4 into the variable @code{x}, and then prints the
5d161b24 10286value of the assignment expression (which is 4).
c906108c
SS
10287@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10288information on operators in supported languages.
c906108c
SS
10289
10290@kindex set variable
10291@cindex variables, setting
10292If you are not interested in seeing the value of the assignment, use the
10293@code{set} command instead of the @code{print} command. @code{set} is
10294really the same as @code{print} except that the expression's value is
10295not printed and is not put in the value history (@pxref{Value History,
10296,Value history}). The expression is evaluated only for its effects.
10297
c906108c
SS
10298If the beginning of the argument string of the @code{set} command
10299appears identical to a @code{set} subcommand, use the @code{set
10300variable} command instead of just @code{set}. This command is identical
10301to @code{set} except for its lack of subcommands. For example, if your
10302program has a variable @code{width}, you get an error if you try to set
10303a new value with just @samp{set width=13}, because @value{GDBN} has the
10304command @code{set width}:
10305
474c8240 10306@smallexample
c906108c
SS
10307(@value{GDBP}) whatis width
10308type = double
10309(@value{GDBP}) p width
10310$4 = 13
10311(@value{GDBP}) set width=47
10312Invalid syntax in expression.
474c8240 10313@end smallexample
c906108c
SS
10314
10315@noindent
10316The invalid expression, of course, is @samp{=47}. In
10317order to actually set the program's variable @code{width}, use
10318
474c8240 10319@smallexample
c906108c 10320(@value{GDBP}) set var width=47
474c8240 10321@end smallexample
53a5351d 10322
c906108c
SS
10323Because the @code{set} command has many subcommands that can conflict
10324with the names of program variables, it is a good idea to use the
10325@code{set variable} command instead of just @code{set}. For example, if
10326your program has a variable @code{g}, you run into problems if you try
10327to set a new value with just @samp{set g=4}, because @value{GDBN} has
10328the command @code{set gnutarget}, abbreviated @code{set g}:
10329
474c8240 10330@smallexample
c906108c
SS
10331@group
10332(@value{GDBP}) whatis g
10333type = double
10334(@value{GDBP}) p g
10335$1 = 1
10336(@value{GDBP}) set g=4
2df3850c 10337(@value{GDBP}) p g
c906108c
SS
10338$2 = 1
10339(@value{GDBP}) r
10340The program being debugged has been started already.
10341Start it from the beginning? (y or n) y
10342Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
10343"/home/smith/cc_progs/a.out": can't open to read symbols:
10344 Invalid bfd target.
c906108c
SS
10345(@value{GDBP}) show g
10346The current BFD target is "=4".
10347@end group
474c8240 10348@end smallexample
c906108c
SS
10349
10350@noindent
10351The program variable @code{g} did not change, and you silently set the
10352@code{gnutarget} to an invalid value. In order to set the variable
10353@code{g}, use
10354
474c8240 10355@smallexample
c906108c 10356(@value{GDBP}) set var g=4
474c8240 10357@end smallexample
c906108c
SS
10358
10359@value{GDBN} allows more implicit conversions in assignments than C; you can
10360freely store an integer value into a pointer variable or vice versa,
10361and you can convert any structure to any other structure that is the
10362same length or shorter.
10363@comment FIXME: how do structs align/pad in these conversions?
10364@comment /doc@cygnus.com 18dec1990
10365
10366To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10367construct to generate a value of specified type at a specified address
10368(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10369to memory location @code{0x83040} as an integer (which implies a certain size
10370and representation in memory), and
10371
474c8240 10372@smallexample
c906108c 10373set @{int@}0x83040 = 4
474c8240 10374@end smallexample
c906108c
SS
10375
10376@noindent
10377stores the value 4 into that memory location.
10378
6d2ebf8b 10379@node Jumping
c906108c
SS
10380@section Continuing at a different address
10381
10382Ordinarily, when you continue your program, you do so at the place where
10383it stopped, with the @code{continue} command. You can instead continue at
10384an address of your own choosing, with the following commands:
10385
10386@table @code
10387@kindex jump
10388@item jump @var{linespec}
10389Resume execution at line @var{linespec}. Execution stops again
10390immediately if there is a breakpoint there. @xref{List, ,Printing
10391source lines}, for a description of the different forms of
10392@var{linespec}. It is common practice to use the @code{tbreak} command
10393in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10394breakpoints}.
10395
10396The @code{jump} command does not change the current stack frame, or
10397the stack pointer, or the contents of any memory location or any
10398register other than the program counter. If line @var{linespec} is in
10399a different function from the one currently executing, the results may
10400be bizarre if the two functions expect different patterns of arguments or
10401of local variables. For this reason, the @code{jump} command requests
10402confirmation if the specified line is not in the function currently
10403executing. However, even bizarre results are predictable if you are
10404well acquainted with the machine-language code of your program.
10405
10406@item jump *@var{address}
10407Resume execution at the instruction at address @var{address}.
10408@end table
10409
c906108c 10410@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
10411On many systems, you can get much the same effect as the @code{jump}
10412command by storing a new value into the register @code{$pc}. The
10413difference is that this does not start your program running; it only
10414changes the address of where it @emph{will} run when you continue. For
10415example,
c906108c 10416
474c8240 10417@smallexample
c906108c 10418set $pc = 0x485
474c8240 10419@end smallexample
c906108c
SS
10420
10421@noindent
10422makes the next @code{continue} command or stepping command execute at
10423address @code{0x485}, rather than at the address where your program stopped.
10424@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
10425
10426The most common occasion to use the @code{jump} command is to back
10427up---perhaps with more breakpoints set---over a portion of a program
10428that has already executed, in order to examine its execution in more
10429detail.
10430
c906108c 10431@c @group
6d2ebf8b 10432@node Signaling
c906108c 10433@section Giving your program a signal
9c16f35a 10434@cindex deliver a signal to a program
c906108c
SS
10435
10436@table @code
10437@kindex signal
10438@item signal @var{signal}
10439Resume execution where your program stopped, but immediately give it the
10440signal @var{signal}. @var{signal} can be the name or the number of a
10441signal. For example, on many systems @code{signal 2} and @code{signal
10442SIGINT} are both ways of sending an interrupt signal.
10443
10444Alternatively, if @var{signal} is zero, continue execution without
10445giving a signal. This is useful when your program stopped on account of
10446a signal and would ordinary see the signal when resumed with the
10447@code{continue} command; @samp{signal 0} causes it to resume without a
10448signal.
10449
10450@code{signal} does not repeat when you press @key{RET} a second time
10451after executing the command.
10452@end table
10453@c @end group
10454
10455Invoking the @code{signal} command is not the same as invoking the
10456@code{kill} utility from the shell. Sending a signal with @code{kill}
10457causes @value{GDBN} to decide what to do with the signal depending on
10458the signal handling tables (@pxref{Signals}). The @code{signal} command
10459passes the signal directly to your program.
10460
c906108c 10461
6d2ebf8b 10462@node Returning
c906108c
SS
10463@section Returning from a function
10464
10465@table @code
10466@cindex returning from a function
10467@kindex return
10468@item return
10469@itemx return @var{expression}
10470You can cancel execution of a function call with the @code{return}
10471command. If you give an
10472@var{expression} argument, its value is used as the function's return
10473value.
10474@end table
10475
10476When you use @code{return}, @value{GDBN} discards the selected stack frame
10477(and all frames within it). You can think of this as making the
10478discarded frame return prematurely. If you wish to specify a value to
10479be returned, give that value as the argument to @code{return}.
10480
10481This pops the selected stack frame (@pxref{Selection, ,Selecting a
10482frame}), and any other frames inside of it, leaving its caller as the
10483innermost remaining frame. That frame becomes selected. The
10484specified value is stored in the registers used for returning values
10485of functions.
10486
10487The @code{return} command does not resume execution; it leaves the
10488program stopped in the state that would exist if the function had just
10489returned. In contrast, the @code{finish} command (@pxref{Continuing
10490and Stepping, ,Continuing and stepping}) resumes execution until the
10491selected stack frame returns naturally.
10492
6d2ebf8b 10493@node Calling
c906108c
SS
10494@section Calling program functions
10495
f8568604 10496@table @code
c906108c 10497@cindex calling functions
f8568604
EZ
10498@cindex inferior functions, calling
10499@item print @var{expr}
9c16f35a 10500Evaluate the expression @var{expr} and display the resuling value.
f8568604
EZ
10501@var{expr} may include calls to functions in the program being
10502debugged.
10503
c906108c 10504@kindex call
c906108c
SS
10505@item call @var{expr}
10506Evaluate the expression @var{expr} without displaying @code{void}
10507returned values.
c906108c
SS
10508
10509You can use this variant of the @code{print} command if you want to
f8568604
EZ
10510execute a function from your program that does not return anything
10511(a.k.a.@: @dfn{a void function}), but without cluttering the output
10512with @code{void} returned values that @value{GDBN} will otherwise
10513print. If the result is not void, it is printed and saved in the
10514value history.
10515@end table
10516
9c16f35a
EZ
10517It is possible for the function you call via the @code{print} or
10518@code{call} command to generate a signal (e.g., if there's a bug in
10519the function, or if you passed it incorrect arguments). What happens
10520in that case is controlled by the @code{set unwindonsignal} command.
10521
10522@table @code
10523@item set unwindonsignal
10524@kindex set unwindonsignal
10525@cindex unwind stack in called functions
10526@cindex call dummy stack unwinding
10527Set unwinding of the stack if a signal is received while in a function
10528that @value{GDBN} called in the program being debugged. If set to on,
10529@value{GDBN} unwinds the stack it created for the call and restores
10530the context to what it was before the call. If set to off (the
10531default), @value{GDBN} stops in the frame where the signal was
10532received.
10533
10534@item show unwindonsignal
10535@kindex show unwindonsignal
10536Show the current setting of stack unwinding in the functions called by
10537@value{GDBN}.
10538@end table
10539
f8568604
EZ
10540@cindex weak alias functions
10541Sometimes, a function you wish to call is actually a @dfn{weak alias}
10542for another function. In such case, @value{GDBN} might not pick up
10543the type information, including the types of the function arguments,
10544which causes @value{GDBN} to call the inferior function incorrectly.
10545As a result, the called function will function erroneously and may
10546even crash. A solution to that is to use the name of the aliased
10547function instead.
c906108c 10548
6d2ebf8b 10549@node Patching
c906108c 10550@section Patching programs
7a292a7a 10551
c906108c
SS
10552@cindex patching binaries
10553@cindex writing into executables
c906108c 10554@cindex writing into corefiles
c906108c 10555
7a292a7a
SS
10556By default, @value{GDBN} opens the file containing your program's
10557executable code (or the corefile) read-only. This prevents accidental
10558alterations to machine code; but it also prevents you from intentionally
10559patching your program's binary.
c906108c
SS
10560
10561If you'd like to be able to patch the binary, you can specify that
10562explicitly with the @code{set write} command. For example, you might
10563want to turn on internal debugging flags, or even to make emergency
10564repairs.
10565
10566@table @code
10567@kindex set write
10568@item set write on
10569@itemx set write off
7a292a7a
SS
10570If you specify @samp{set write on}, @value{GDBN} opens executable and
10571core files for both reading and writing; if you specify @samp{set write
c906108c
SS
10572off} (the default), @value{GDBN} opens them read-only.
10573
10574If you have already loaded a file, you must load it again (using the
7a292a7a
SS
10575@code{exec-file} or @code{core-file} command) after changing @code{set
10576write}, for your new setting to take effect.
c906108c
SS
10577
10578@item show write
10579@kindex show write
7a292a7a
SS
10580Display whether executable files and core files are opened for writing
10581as well as reading.
c906108c
SS
10582@end table
10583
6d2ebf8b 10584@node GDB Files
c906108c
SS
10585@chapter @value{GDBN} Files
10586
7a292a7a
SS
10587@value{GDBN} needs to know the file name of the program to be debugged,
10588both in order to read its symbol table and in order to start your
10589program. To debug a core dump of a previous run, you must also tell
10590@value{GDBN} the name of the core dump file.
c906108c
SS
10591
10592@menu
10593* Files:: Commands to specify files
5b5d99cf 10594* Separate Debug Files:: Debugging information in separate files
c906108c
SS
10595* Symbol Errors:: Errors reading symbol files
10596@end menu
10597
6d2ebf8b 10598@node Files
c906108c 10599@section Commands to specify files
c906108c 10600
7a292a7a 10601@cindex symbol table
c906108c 10602@cindex core dump file
7a292a7a
SS
10603
10604You may want to specify executable and core dump file names. The usual
10605way to do this is at start-up time, using the arguments to
10606@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10607Out of @value{GDBN}}).
c906108c
SS
10608
10609Occasionally it is necessary to change to a different file during a
10610@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
10611a file you want to use. In these situations the @value{GDBN} commands
10612to specify new files are useful.
10613
10614@table @code
10615@cindex executable file
10616@kindex file
10617@item file @var{filename}
10618Use @var{filename} as the program to be debugged. It is read for its
10619symbols and for the contents of pure memory. It is also the program
10620executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
10621directory and the file is not found in the @value{GDBN} working directory,
10622@value{GDBN} uses the environment variable @code{PATH} as a list of
10623directories to search, just as the shell does when looking for a program
10624to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
10625and your program, using the @code{path} command.
10626
6d2ebf8b 10627On systems with memory-mapped files, an auxiliary file named
c906108c
SS
10628@file{@var{filename}.syms} may hold symbol table information for
10629@var{filename}. If so, @value{GDBN} maps in the symbol table from
10630@file{@var{filename}.syms}, starting up more quickly. See the
10631descriptions of the file options @samp{-mapped} and @samp{-readnow}
7b5ba0cc
EZ
10632(available on the command line, see @ref{File Options, , -readnow},
10633and with the commands @code{file}, @code{symbol-file}, or
10634@code{add-symbol-file}, described below), for more information.
c906108c
SS
10635
10636@item file
10637@code{file} with no argument makes @value{GDBN} discard any information it
10638has on both executable file and the symbol table.
10639
10640@kindex exec-file
10641@item exec-file @r{[} @var{filename} @r{]}
10642Specify that the program to be run (but not the symbol table) is found
10643in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10644if necessary to locate your program. Omitting @var{filename} means to
10645discard information on the executable file.
10646
10647@kindex symbol-file
10648@item symbol-file @r{[} @var{filename} @r{]}
10649Read symbol table information from file @var{filename}. @code{PATH} is
10650searched when necessary. Use the @code{file} command to get both symbol
10651table and program to run from the same file.
10652
10653@code{symbol-file} with no argument clears out @value{GDBN} information on your
10654program's symbol table.
10655
5d161b24 10656The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
10657of its convenience variables, the value history, and all breakpoints and
10658auto-display expressions. This is because they may contain pointers to
10659the internal data recording symbols and data types, which are part of
10660the old symbol table data being discarded inside @value{GDBN}.
10661
10662@code{symbol-file} does not repeat if you press @key{RET} again after
10663executing it once.
10664
10665When @value{GDBN} is configured for a particular environment, it
10666understands debugging information in whatever format is the standard
10667generated for that environment; you may use either a @sc{gnu} compiler, or
10668other compilers that adhere to the local conventions.
c906108c
SS
10669Best results are usually obtained from @sc{gnu} compilers; for example,
10670using @code{@value{GCC}} you can generate debugging information for
10671optimized code.
c906108c
SS
10672
10673For most kinds of object files, with the exception of old SVR3 systems
10674using COFF, the @code{symbol-file} command does not normally read the
10675symbol table in full right away. Instead, it scans the symbol table
10676quickly to find which source files and which symbols are present. The
10677details are read later, one source file at a time, as they are needed.
10678
10679The purpose of this two-stage reading strategy is to make @value{GDBN}
10680start up faster. For the most part, it is invisible except for
10681occasional pauses while the symbol table details for a particular source
10682file are being read. (The @code{set verbose} command can turn these
10683pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10684warnings and messages}.)
10685
c906108c
SS
10686We have not implemented the two-stage strategy for COFF yet. When the
10687symbol table is stored in COFF format, @code{symbol-file} reads the
10688symbol table data in full right away. Note that ``stabs-in-COFF''
10689still does the two-stage strategy, since the debug info is actually
10690in stabs format.
10691
10692@kindex readnow
10693@cindex reading symbols immediately
10694@cindex symbols, reading immediately
10695@kindex mapped
10696@cindex memory-mapped symbol file
10697@cindex saving symbol table
10698@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10699@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10700You can override the @value{GDBN} two-stage strategy for reading symbol
10701tables by using the @samp{-readnow} option with any of the commands that
10702load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 10703entire symbol table available.
c906108c 10704
c906108c
SS
10705If memory-mapped files are available on your system through the
10706@code{mmap} system call, you can use another option, @samp{-mapped}, to
10707cause @value{GDBN} to write the symbols for your program into a reusable
10708file. Future @value{GDBN} debugging sessions map in symbol information
10709from this auxiliary symbol file (if the program has not changed), rather
10710than spending time reading the symbol table from the executable
10711program. Using the @samp{-mapped} option has the same effect as
10712starting @value{GDBN} with the @samp{-mapped} command-line option.
10713
10714You can use both options together, to make sure the auxiliary symbol
10715file has all the symbol information for your program.
10716
10717The auxiliary symbol file for a program called @var{myprog} is called
10718@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
10719than the corresponding executable), @value{GDBN} always attempts to use
10720it when you debug @var{myprog}; no special options or commands are
10721needed.
10722
10723The @file{.syms} file is specific to the host machine where you run
10724@value{GDBN}. It holds an exact image of the internal @value{GDBN}
10725symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
10726
10727@c FIXME: for now no mention of directories, since this seems to be in
10728@c flux. 13mar1992 status is that in theory GDB would look either in
10729@c current dir or in same dir as myprog; but issues like competing
10730@c GDB's, or clutter in system dirs, mean that in practice right now
10731@c only current dir is used. FFish says maybe a special GDB hierarchy
10732@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10733@c files.
10734
c906108c 10735@kindex core-file
09d4efe1 10736@item core-file @r{[}@var{filename}@r{]}
4644b6e3 10737@itemx core
c906108c
SS
10738Specify the whereabouts of a core dump file to be used as the ``contents
10739of memory''. Traditionally, core files contain only some parts of the
10740address space of the process that generated them; @value{GDBN} can access the
10741executable file itself for other parts.
10742
10743@code{core-file} with no argument specifies that no core file is
10744to be used.
10745
10746Note that the core file is ignored when your program is actually running
7a292a7a
SS
10747under @value{GDBN}. So, if you have been running your program and you
10748wish to debug a core file instead, you must kill the subprocess in which
10749the program is running. To do this, use the @code{kill} command
c906108c 10750(@pxref{Kill Process, ,Killing the child process}).
c906108c 10751
c906108c
SS
10752@kindex add-symbol-file
10753@cindex dynamic linking
10754@item add-symbol-file @var{filename} @var{address}
10755@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 10756@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
10757The @code{add-symbol-file} command reads additional symbol table
10758information from the file @var{filename}. You would use this command
10759when @var{filename} has been dynamically loaded (by some other means)
10760into the program that is running. @var{address} should be the memory
10761address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
10762this out for itself. You can additionally specify an arbitrary number
10763of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10764section name and base address for that section. You can specify any
10765@var{address} as an expression.
c906108c
SS
10766
10767The symbol table of the file @var{filename} is added to the symbol table
10768originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
10769@code{add-symbol-file} command any number of times; the new symbol data
10770thus read keeps adding to the old. To discard all old symbol data
10771instead, use the @code{symbol-file} command without any arguments.
c906108c 10772
17d9d558
JB
10773@cindex relocatable object files, reading symbols from
10774@cindex object files, relocatable, reading symbols from
10775@cindex reading symbols from relocatable object files
10776@cindex symbols, reading from relocatable object files
10777@cindex @file{.o} files, reading symbols from
10778Although @var{filename} is typically a shared library file, an
10779executable file, or some other object file which has been fully
10780relocated for loading into a process, you can also load symbolic
10781information from relocatable @file{.o} files, as long as:
10782
10783@itemize @bullet
10784@item
10785the file's symbolic information refers only to linker symbols defined in
10786that file, not to symbols defined by other object files,
10787@item
10788every section the file's symbolic information refers to has actually
10789been loaded into the inferior, as it appears in the file, and
10790@item
10791you can determine the address at which every section was loaded, and
10792provide these to the @code{add-symbol-file} command.
10793@end itemize
10794
10795@noindent
10796Some embedded operating systems, like Sun Chorus and VxWorks, can load
10797relocatable files into an already running program; such systems
10798typically make the requirements above easy to meet. However, it's
10799important to recognize that many native systems use complex link
49efadf5 10800procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
10801assembly, for example) that make the requirements difficult to meet. In
10802general, one cannot assume that using @code{add-symbol-file} to read a
10803relocatable object file's symbolic information will have the same effect
10804as linking the relocatable object file into the program in the normal
10805way.
10806
c906108c
SS
10807@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10808
10809You can use the @samp{-mapped} and @samp{-readnow} options just as with
10810the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10811table information for @var{filename}.
10812
c45da7e6
EZ
10813@kindex add-symbol-file-from-memory
10814@cindex @code{syscall DSO}
10815@cindex load symbols from memory
10816@item add-symbol-file-from-memory @var{address}
10817Load symbols from the given @var{address} in a dynamically loaded
10818object file whose image is mapped directly into the inferior's memory.
10819For example, the Linux kernel maps a @code{syscall DSO} into each
10820process's address space; this DSO provides kernel-specific code for
10821some system calls. The argument can be any expression whose
10822evaluation yields the address of the file's shared object file header.
10823For this command to work, you must have used @code{symbol-file} or
10824@code{exec-file} commands in advance.
10825
09d4efe1
EZ
10826@kindex add-shared-symbol-files
10827@kindex assf
10828@item add-shared-symbol-files @var{library-file}
10829@itemx assf @var{library-file}
10830The @code{add-shared-symbol-files} command can currently be used only
10831in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10832alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10833@value{GDBN} automatically looks for shared libraries, however if
10834@value{GDBN} does not find yours, you can invoke
10835@code{add-shared-symbol-files}. It takes one argument: the shared
10836library's file name. @code{assf} is a shorthand alias for
10837@code{add-shared-symbol-files}.
c906108c 10838
c906108c 10839@kindex section
09d4efe1
EZ
10840@item section @var{section} @var{addr}
10841The @code{section} command changes the base address of the named
10842@var{section} of the exec file to @var{addr}. This can be used if the
10843exec file does not contain section addresses, (such as in the
10844@code{a.out} format), or when the addresses specified in the file
10845itself are wrong. Each section must be changed separately. The
10846@code{info files} command, described below, lists all the sections and
10847their addresses.
c906108c
SS
10848
10849@kindex info files
10850@kindex info target
10851@item info files
10852@itemx info target
7a292a7a
SS
10853@code{info files} and @code{info target} are synonymous; both print the
10854current target (@pxref{Targets, ,Specifying a Debugging Target}),
10855including the names of the executable and core dump files currently in
10856use by @value{GDBN}, and the files from which symbols were loaded. The
10857command @code{help target} lists all possible targets rather than
10858current ones.
10859
fe95c787
MS
10860@kindex maint info sections
10861@item maint info sections
10862Another command that can give you extra information about program sections
10863is @code{maint info sections}. In addition to the section information
10864displayed by @code{info files}, this command displays the flags and file
10865offset of each section in the executable and core dump files. In addition,
10866@code{maint info sections} provides the following command options (which
10867may be arbitrarily combined):
10868
10869@table @code
10870@item ALLOBJ
10871Display sections for all loaded object files, including shared libraries.
10872@item @var{sections}
6600abed 10873Display info only for named @var{sections}.
fe95c787
MS
10874@item @var{section-flags}
10875Display info only for sections for which @var{section-flags} are true.
10876The section flags that @value{GDBN} currently knows about are:
10877@table @code
10878@item ALLOC
10879Section will have space allocated in the process when loaded.
10880Set for all sections except those containing debug information.
10881@item LOAD
10882Section will be loaded from the file into the child process memory.
10883Set for pre-initialized code and data, clear for @code{.bss} sections.
10884@item RELOC
10885Section needs to be relocated before loading.
10886@item READONLY
10887Section cannot be modified by the child process.
10888@item CODE
10889Section contains executable code only.
6600abed 10890@item DATA
fe95c787
MS
10891Section contains data only (no executable code).
10892@item ROM
10893Section will reside in ROM.
10894@item CONSTRUCTOR
10895Section contains data for constructor/destructor lists.
10896@item HAS_CONTENTS
10897Section is not empty.
10898@item NEVER_LOAD
10899An instruction to the linker to not output the section.
10900@item COFF_SHARED_LIBRARY
10901A notification to the linker that the section contains
10902COFF shared library information.
10903@item IS_COMMON
10904Section contains common symbols.
10905@end table
10906@end table
6763aef9 10907@kindex set trust-readonly-sections
9c16f35a 10908@cindex read-only sections
6763aef9
MS
10909@item set trust-readonly-sections on
10910Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10911really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10912In that case, @value{GDBN} can fetch values from these sections
10913out of the object file, rather than from the target program.
10914For some targets (notably embedded ones), this can be a significant
10915enhancement to debugging performance.
10916
10917The default is off.
10918
10919@item set trust-readonly-sections off
15110bc3 10920Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10921the contents of the section might change while the program is running,
10922and must therefore be fetched from the target when needed.
9c16f35a
EZ
10923
10924@item show trust-readonly-sections
10925Show the current setting of trusting readonly sections.
c906108c
SS
10926@end table
10927
10928All file-specifying commands allow both absolute and relative file names
10929as arguments. @value{GDBN} always converts the file name to an absolute file
10930name and remembers it that way.
10931
c906108c 10932@cindex shared libraries
9c16f35a
EZ
10933@value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10934and IBM RS/6000 AIX shared libraries.
53a5351d 10935
c906108c
SS
10936@value{GDBN} automatically loads symbol definitions from shared libraries
10937when you use the @code{run} command, or when you examine a core file.
10938(Before you issue the @code{run} command, @value{GDBN} does not understand
10939references to a function in a shared library, however---unless you are
10940debugging a core file).
53a5351d
JM
10941
10942On HP-UX, if the program loads a library explicitly, @value{GDBN}
10943automatically loads the symbols at the time of the @code{shl_load} call.
10944
c906108c
SS
10945@c FIXME: some @value{GDBN} release may permit some refs to undef
10946@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10947@c FIXME...lib; check this from time to time when updating manual
10948
b7209cb4
FF
10949There are times, however, when you may wish to not automatically load
10950symbol definitions from shared libraries, such as when they are
10951particularly large or there are many of them.
10952
10953To control the automatic loading of shared library symbols, use the
10954commands:
10955
10956@table @code
10957@kindex set auto-solib-add
10958@item set auto-solib-add @var{mode}
10959If @var{mode} is @code{on}, symbols from all shared object libraries
10960will be loaded automatically when the inferior begins execution, you
10961attach to an independently started inferior, or when the dynamic linker
10962informs @value{GDBN} that a new library has been loaded. If @var{mode}
10963is @code{off}, symbols must be loaded manually, using the
10964@code{sharedlibrary} command. The default value is @code{on}.
10965
dcaf7c2c
EZ
10966@cindex memory used for symbol tables
10967If your program uses lots of shared libraries with debug info that
10968takes large amounts of memory, you can decrease the @value{GDBN}
10969memory footprint by preventing it from automatically loading the
10970symbols from shared libraries. To that end, type @kbd{set
10971auto-solib-add off} before running the inferior, then load each
10972library whose debug symbols you do need with @kbd{sharedlibrary
10973@var{regexp}}, where @var{regexp} is a regular expresion that matches
10974the libraries whose symbols you want to be loaded.
10975
b7209cb4
FF
10976@kindex show auto-solib-add
10977@item show auto-solib-add
10978Display the current autoloading mode.
10979@end table
10980
c45da7e6 10981@cindex load shared library
b7209cb4
FF
10982To explicitly load shared library symbols, use the @code{sharedlibrary}
10983command:
10984
c906108c
SS
10985@table @code
10986@kindex info sharedlibrary
10987@kindex info share
10988@item info share
10989@itemx info sharedlibrary
10990Print the names of the shared libraries which are currently loaded.
10991
10992@kindex sharedlibrary
10993@kindex share
10994@item sharedlibrary @var{regex}
10995@itemx share @var{regex}
c906108c
SS
10996Load shared object library symbols for files matching a
10997Unix regular expression.
10998As with files loaded automatically, it only loads shared libraries
10999required by your program for a core file or after typing @code{run}. If
11000@var{regex} is omitted all shared libraries required by your program are
11001loaded.
c45da7e6
EZ
11002
11003@item nosharedlibrary
11004@kindex nosharedlibrary
11005@cindex unload symbols from shared libraries
11006Unload all shared object library symbols. This discards all symbols
11007that have been loaded from all shared libraries. Symbols from shared
11008libraries that were loaded by explicit user requests are not
11009discarded.
c906108c
SS
11010@end table
11011
721c2651
EZ
11012Sometimes you may wish that @value{GDBN} stops and gives you control
11013when any of shared library events happen. Use the @code{set
11014stop-on-solib-events} command for this:
11015
11016@table @code
11017@item set stop-on-solib-events
11018@kindex set stop-on-solib-events
11019This command controls whether @value{GDBN} should give you control
11020when the dynamic linker notifies it about some shared library event.
11021The most common event of interest is loading or unloading of a new
11022shared library.
11023
11024@item show stop-on-solib-events
11025@kindex show stop-on-solib-events
11026Show whether @value{GDBN} stops and gives you control when shared
11027library events happen.
11028@end table
11029
f5ebfba0
DJ
11030Shared libraries are also supported in many cross or remote debugging
11031configurations. A copy of the target's libraries need to be present on the
11032host system; they need to be the same as the target libraries, although the
11033copies on the target can be stripped as long as the copies on the host are
11034not.
11035
11036You need to tell @value{GDBN} where the target libraries are, so that it can
11037load the correct copies---otherwise, it may try to load the host's libraries.
11038@value{GDBN} has two variables to specify the search directories for target
11039libraries.
11040
11041@table @code
11042@kindex set solib-absolute-prefix
11043@item set solib-absolute-prefix @var{path}
11044If this variable is set, @var{path} will be used as a prefix for any
11045absolute shared library paths; many runtime loaders store the absolute
11046paths to the shared library in the target program's memory. If you use
11047@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
11048out in the same way that they are on the target, with e.g.@: a
11049@file{/usr/lib} hierarchy under @var{path}.
11050
11051You can set the default value of @samp{solib-absolute-prefix} by using the
11052configure-time @samp{--with-sysroot} option.
11053
11054@kindex show solib-absolute-prefix
11055@item show solib-absolute-prefix
11056Display the current shared library prefix.
11057
11058@kindex set solib-search-path
11059@item set solib-search-path @var{path}
11060If this variable is set, @var{path} is a colon-separated list of directories
11061to search for shared libraries. @samp{solib-search-path} is used after
11062@samp{solib-absolute-prefix} fails to locate the library, or if the path to
11063the library is relative instead of absolute. If you want to use
11064@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
11065set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
11066@value{GDBN} from finding your host's libraries.
11067
11068@kindex show solib-search-path
11069@item show solib-search-path
11070Display the current shared library search path.
11071@end table
11072
5b5d99cf
JB
11073
11074@node Separate Debug Files
11075@section Debugging Information in Separate Files
11076@cindex separate debugging information files
11077@cindex debugging information in separate files
11078@cindex @file{.debug} subdirectories
11079@cindex debugging information directory, global
11080@cindex global debugging information directory
11081
11082@value{GDBN} allows you to put a program's debugging information in a
11083file separate from the executable itself, in a way that allows
11084@value{GDBN} to find and load the debugging information automatically.
11085Since debugging information can be very large --- sometimes larger
11086than the executable code itself --- some systems distribute debugging
11087information for their executables in separate files, which users can
11088install only when they need to debug a problem.
11089
11090If an executable's debugging information has been extracted to a
11091separate file, the executable should contain a @dfn{debug link} giving
11092the name of the debugging information file (with no directory
11093components), and a checksum of its contents. (The exact form of a
11094debug link is described below.) If the full name of the directory
11095containing the executable is @var{execdir}, and the executable has a
11096debug link that specifies the name @var{debugfile}, then @value{GDBN}
11097will automatically search for the debugging information file in three
11098places:
11099
11100@itemize @bullet
11101@item
11102the directory containing the executable file (that is, it will look
11103for a file named @file{@var{execdir}/@var{debugfile}},
11104@item
11105a subdirectory of that directory named @file{.debug} (that is, the
11106file @file{@var{execdir}/.debug/@var{debugfile}}, and
11107@item
11108a subdirectory of the global debug file directory that includes the
11109executable's full path, and the name from the link (that is, the file
11110@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11111@var{globaldebugdir} is the global debug file directory, and
11112@var{execdir} has been turned into a relative path).
11113@end itemize
11114@noindent
11115@value{GDBN} checks under each of these names for a debugging
11116information file whose checksum matches that given in the link, and
11117reads the debugging information from the first one it finds.
11118
11119So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11120which has a link containing the name @file{ls.debug}, and the global
11121debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11122for debug information in @file{/usr/bin/ls.debug},
11123@file{/usr/bin/.debug/ls.debug}, and
11124@file{/usr/lib/debug/usr/bin/ls.debug}.
11125
11126You can set the global debugging info directory's name, and view the
11127name @value{GDBN} is currently using.
11128
11129@table @code
11130
11131@kindex set debug-file-directory
11132@item set debug-file-directory @var{directory}
11133Set the directory which @value{GDBN} searches for separate debugging
11134information files to @var{directory}.
11135
11136@kindex show debug-file-directory
11137@item show debug-file-directory
11138Show the directory @value{GDBN} searches for separate debugging
11139information files.
11140
11141@end table
11142
11143@cindex @code{.gnu_debuglink} sections
11144@cindex debug links
11145A debug link is a special section of the executable file named
11146@code{.gnu_debuglink}. The section must contain:
11147
11148@itemize
11149@item
11150A filename, with any leading directory components removed, followed by
11151a zero byte,
11152@item
11153zero to three bytes of padding, as needed to reach the next four-byte
11154boundary within the section, and
11155@item
11156a four-byte CRC checksum, stored in the same endianness used for the
11157executable file itself. The checksum is computed on the debugging
11158information file's full contents by the function given below, passing
11159zero as the @var{crc} argument.
11160@end itemize
11161
11162Any executable file format can carry a debug link, as long as it can
11163contain a section named @code{.gnu_debuglink} with the contents
11164described above.
11165
11166The debugging information file itself should be an ordinary
11167executable, containing a full set of linker symbols, sections, and
11168debugging information. The sections of the debugging information file
11169should have the same names, addresses and sizes as the original file,
11170but they need not contain any data --- much like a @code{.bss} section
11171in an ordinary executable.
11172
11173As of December 2002, there is no standard GNU utility to produce
11174separated executable / debugging information file pairs. Ulrich
11175Drepper's @file{elfutils} package, starting with version 0.53,
11176contains a version of the @code{strip} command such that the command
11177@kbd{strip foo -f foo.debug} removes the debugging information from
11178the executable file @file{foo}, places it in the file
11179@file{foo.debug}, and leaves behind a debug link in @file{foo}.
11180
11181Since there are many different ways to compute CRC's (different
11182polynomials, reversals, byte ordering, etc.), the simplest way to
11183describe the CRC used in @code{.gnu_debuglink} sections is to give the
11184complete code for a function that computes it:
11185
4644b6e3 11186@kindex gnu_debuglink_crc32
5b5d99cf
JB
11187@smallexample
11188unsigned long
11189gnu_debuglink_crc32 (unsigned long crc,
11190 unsigned char *buf, size_t len)
11191@{
11192 static const unsigned long crc32_table[256] =
11193 @{
11194 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11195 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11196 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11197 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11198 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11199 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11200 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11201 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11202 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11203 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11204 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11205 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11206 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11207 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11208 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11209 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11210 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11211 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11212 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11213 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11214 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11215 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11216 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11217 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11218 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11219 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11220 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11221 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11222 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11223 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11224 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11225 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11226 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11227 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11228 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11229 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11230 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11231 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11232 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11233 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11234 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11235 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11236 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11237 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11238 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11239 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11240 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11241 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11242 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11243 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11244 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11245 0x2d02ef8d
11246 @};
11247 unsigned char *end;
11248
11249 crc = ~crc & 0xffffffff;
11250 for (end = buf + len; buf < end; ++buf)
11251 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 11252 return ~crc & 0xffffffff;
5b5d99cf
JB
11253@}
11254@end smallexample
11255
11256
6d2ebf8b 11257@node Symbol Errors
c906108c
SS
11258@section Errors reading symbol files
11259
11260While reading a symbol file, @value{GDBN} occasionally encounters problems,
11261such as symbol types it does not recognize, or known bugs in compiler
11262output. By default, @value{GDBN} does not notify you of such problems, since
11263they are relatively common and primarily of interest to people
11264debugging compilers. If you are interested in seeing information
11265about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11266only one message about each such type of problem, no matter how many
11267times the problem occurs; or you can ask @value{GDBN} to print more messages,
11268to see how many times the problems occur, with the @code{set
11269complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11270messages}).
11271
11272The messages currently printed, and their meanings, include:
11273
11274@table @code
11275@item inner block not inside outer block in @var{symbol}
11276
11277The symbol information shows where symbol scopes begin and end
11278(such as at the start of a function or a block of statements). This
11279error indicates that an inner scope block is not fully contained
11280in its outer scope blocks.
11281
11282@value{GDBN} circumvents the problem by treating the inner block as if it had
11283the same scope as the outer block. In the error message, @var{symbol}
11284may be shown as ``@code{(don't know)}'' if the outer block is not a
11285function.
11286
11287@item block at @var{address} out of order
11288
11289The symbol information for symbol scope blocks should occur in
11290order of increasing addresses. This error indicates that it does not
11291do so.
11292
11293@value{GDBN} does not circumvent this problem, and has trouble
11294locating symbols in the source file whose symbols it is reading. (You
11295can often determine what source file is affected by specifying
11296@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11297messages}.)
11298
11299@item bad block start address patched
11300
11301The symbol information for a symbol scope block has a start address
11302smaller than the address of the preceding source line. This is known
11303to occur in the SunOS 4.1.1 (and earlier) C compiler.
11304
11305@value{GDBN} circumvents the problem by treating the symbol scope block as
11306starting on the previous source line.
11307
11308@item bad string table offset in symbol @var{n}
11309
11310@cindex foo
11311Symbol number @var{n} contains a pointer into the string table which is
11312larger than the size of the string table.
11313
11314@value{GDBN} circumvents the problem by considering the symbol to have the
11315name @code{foo}, which may cause other problems if many symbols end up
11316with this name.
11317
11318@item unknown symbol type @code{0x@var{nn}}
11319
7a292a7a
SS
11320The symbol information contains new data types that @value{GDBN} does
11321not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 11322uncomprehended information, in hexadecimal.
c906108c 11323
7a292a7a
SS
11324@value{GDBN} circumvents the error by ignoring this symbol information.
11325This usually allows you to debug your program, though certain symbols
c906108c 11326are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
11327debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11328on @code{complain}, then go up to the function @code{read_dbx_symtab}
11329and examine @code{*bufp} to see the symbol.
c906108c
SS
11330
11331@item stub type has NULL name
c906108c 11332
7a292a7a 11333@value{GDBN} could not find the full definition for a struct or class.
c906108c 11334
7a292a7a 11335@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 11336The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
11337information that recent versions of the compiler should have output for
11338it.
c906108c
SS
11339
11340@item info mismatch between compiler and debugger
11341
11342@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 11343
c906108c
SS
11344@end table
11345
6d2ebf8b 11346@node Targets
c906108c 11347@chapter Specifying a Debugging Target
7a292a7a 11348
c906108c 11349@cindex debugging target
c906108c 11350A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
11351
11352Often, @value{GDBN} runs in the same host environment as your program;
11353in that case, the debugging target is specified as a side effect when
11354you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
11355flexibility---for example, running @value{GDBN} on a physically separate
11356host, or controlling a standalone system over a serial port or a
53a5351d
JM
11357realtime system over a TCP/IP connection---you can use the @code{target}
11358command to specify one of the target types configured for @value{GDBN}
11359(@pxref{Target Commands, ,Commands for managing targets}).
c906108c 11360
a8f24a35
EZ
11361@cindex target architecture
11362It is possible to build @value{GDBN} for several different @dfn{target
11363architectures}. When @value{GDBN} is built like that, you can choose
11364one of the available architectures with the @kbd{set architecture}
11365command.
11366
11367@table @code
11368@kindex set architecture
11369@kindex show architecture
11370@item set architecture @var{arch}
11371This command sets the current target architecture to @var{arch}. The
11372value of @var{arch} can be @code{"auto"}, in addition to one of the
11373supported architectures.
11374
11375@item show architecture
11376Show the current target architecture.
9c16f35a
EZ
11377
11378@item set processor
11379@itemx processor
11380@kindex set processor
11381@kindex show processor
11382These are alias commands for, respectively, @code{set architecture}
11383and @code{show architecture}.
a8f24a35
EZ
11384@end table
11385
c906108c
SS
11386@menu
11387* Active Targets:: Active targets
11388* Target Commands:: Commands for managing targets
c906108c
SS
11389* Byte Order:: Choosing target byte order
11390* Remote:: Remote debugging
96baa820 11391* KOD:: Kernel Object Display
c906108c
SS
11392
11393@end menu
11394
6d2ebf8b 11395@node Active Targets
c906108c 11396@section Active targets
7a292a7a 11397
c906108c
SS
11398@cindex stacking targets
11399@cindex active targets
11400@cindex multiple targets
11401
c906108c 11402There are three classes of targets: processes, core files, and
7a292a7a
SS
11403executable files. @value{GDBN} can work concurrently on up to three
11404active targets, one in each class. This allows you to (for example)
11405start a process and inspect its activity without abandoning your work on
11406a core file.
c906108c
SS
11407
11408For example, if you execute @samp{gdb a.out}, then the executable file
11409@code{a.out} is the only active target. If you designate a core file as
11410well---presumably from a prior run that crashed and coredumped---then
11411@value{GDBN} has two active targets and uses them in tandem, looking
11412first in the corefile target, then in the executable file, to satisfy
11413requests for memory addresses. (Typically, these two classes of target
11414are complementary, since core files contain only a program's
11415read-write memory---variables and so on---plus machine status, while
11416executable files contain only the program text and initialized data.)
c906108c
SS
11417
11418When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
11419target as well. When a process target is active, all @value{GDBN}
11420commands requesting memory addresses refer to that target; addresses in
11421an active core file or executable file target are obscured while the
11422process target is active.
c906108c 11423
7a292a7a
SS
11424Use the @code{core-file} and @code{exec-file} commands to select a new
11425core file or executable target (@pxref{Files, ,Commands to specify
c906108c 11426files}). To specify as a target a process that is already running, use
7a292a7a
SS
11427the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11428process}).
c906108c 11429
6d2ebf8b 11430@node Target Commands
c906108c
SS
11431@section Commands for managing targets
11432
11433@table @code
11434@item target @var{type} @var{parameters}
7a292a7a
SS
11435Connects the @value{GDBN} host environment to a target machine or
11436process. A target is typically a protocol for talking to debugging
11437facilities. You use the argument @var{type} to specify the type or
11438protocol of the target machine.
c906108c
SS
11439
11440Further @var{parameters} are interpreted by the target protocol, but
11441typically include things like device names or host names to connect
11442with, process numbers, and baud rates.
c906108c
SS
11443
11444The @code{target} command does not repeat if you press @key{RET} again
11445after executing the command.
11446
11447@kindex help target
11448@item help target
11449Displays the names of all targets available. To display targets
11450currently selected, use either @code{info target} or @code{info files}
11451(@pxref{Files, ,Commands to specify files}).
11452
11453@item help target @var{name}
11454Describe a particular target, including any parameters necessary to
11455select it.
11456
11457@kindex set gnutarget
11458@item set gnutarget @var{args}
5d161b24 11459@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 11460knows whether it is reading an @dfn{executable},
5d161b24
DB
11461a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11462with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
11463with @code{gnutarget} the @code{target} refers to a program, not a machine.
11464
d4f3574e 11465@quotation
c906108c
SS
11466@emph{Warning:} To specify a file format with @code{set gnutarget},
11467you must know the actual BFD name.
d4f3574e 11468@end quotation
c906108c 11469
d4f3574e
SS
11470@noindent
11471@xref{Files, , Commands to specify files}.
c906108c 11472
5d161b24 11473@kindex show gnutarget
c906108c
SS
11474@item show gnutarget
11475Use the @code{show gnutarget} command to display what file format
11476@code{gnutarget} is set to read. If you have not set @code{gnutarget},
11477@value{GDBN} will determine the file format for each file automatically,
11478and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11479@end table
11480
4644b6e3 11481@cindex common targets
c906108c
SS
11482Here are some common targets (available, or not, depending on the GDB
11483configuration):
c906108c
SS
11484
11485@table @code
4644b6e3 11486@kindex target
c906108c 11487@item target exec @var{program}
4644b6e3 11488@cindex executable file target
c906108c
SS
11489An executable file. @samp{target exec @var{program}} is the same as
11490@samp{exec-file @var{program}}.
11491
c906108c 11492@item target core @var{filename}
4644b6e3 11493@cindex core dump file target
c906108c
SS
11494A core dump file. @samp{target core @var{filename}} is the same as
11495@samp{core-file @var{filename}}.
c906108c 11496
c906108c 11497@item target remote @var{dev}
4644b6e3 11498@cindex remote target
c906108c
SS
11499Remote serial target in GDB-specific protocol. The argument @var{dev}
11500specifies what serial device to use for the connection (e.g.
11501@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 11502supports the @code{load} command. This is only useful if you have
c906108c
SS
11503some other way of getting the stub to the target system, and you can put
11504it somewhere in memory where it won't get clobbered by the download.
11505
c906108c 11506@item target sim
4644b6e3 11507@cindex built-in simulator target
2df3850c 11508Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 11509In general,
474c8240 11510@smallexample
104c1213
JM
11511 target sim
11512 load
11513 run
474c8240 11514@end smallexample
d4f3574e 11515@noindent
104c1213 11516works; however, you cannot assume that a specific memory map, device
d4f3574e 11517drivers, or even basic I/O is available, although some simulators do
104c1213
JM
11518provide these. For info about any processor-specific simulator details,
11519see the appropriate section in @ref{Embedded Processors, ,Embedded
11520Processors}.
11521
c906108c
SS
11522@end table
11523
104c1213 11524Some configurations may include these targets as well:
c906108c
SS
11525
11526@table @code
11527
c906108c 11528@item target nrom @var{dev}
4644b6e3 11529@cindex NetROM ROM emulator target
c906108c
SS
11530NetROM ROM emulator. This target only supports downloading.
11531
c906108c
SS
11532@end table
11533
5d161b24 11534Different targets are available on different configurations of @value{GDBN};
c906108c 11535your configuration may have more or fewer targets.
c906108c 11536
721c2651
EZ
11537Many remote targets require you to download the executable's code once
11538you've successfully established a connection. You may wish to control
11539various aspects of this process, such as the size of the data chunks
11540used by @value{GDBN} to download program parts to the remote target.
a8f24a35
EZ
11541
11542@table @code
11543@kindex set download-write-size
11544@item set download-write-size @var{size}
11545Set the write size used when downloading a program. Only used when
11546downloading a program onto a remote target. Specify zero or a
11547negative value to disable blocked writes. The actual size of each
11548transfer is also limited by the size of the target packet and the
11549memory cache.
11550
11551@kindex show download-write-size
11552@item show download-write-size
721c2651 11553@kindex show download-write-size
a8f24a35 11554Show the current value of the write size.
721c2651
EZ
11555
11556@item set hash
11557@kindex set hash@r{, for remote monitors}
11558@cindex hash mark while downloading
11559This command controls whether a hash mark @samp{#} is displayed while
11560downloading a file to the remote monitor. If on, a hash mark is
11561displayed after each S-record is successfully downloaded to the
11562monitor.
11563
11564@item show hash
11565@kindex show hash@r{, for remote monitors}
11566Show the current status of displaying the hash mark.
11567
11568@item set debug monitor
11569@kindex set debug monitor
11570@cindex display remote monitor communications
11571Enable or disable display of communications messages between
11572@value{GDBN} and the remote monitor.
11573
11574@item show debug monitor
11575@kindex show debug monitor
11576Show the current status of displaying communications between
11577@value{GDBN} and the remote monitor.
a8f24a35 11578@end table
c906108c
SS
11579
11580@table @code
11581
11582@kindex load @var{filename}
11583@item load @var{filename}
c906108c
SS
11584Depending on what remote debugging facilities are configured into
11585@value{GDBN}, the @code{load} command may be available. Where it exists, it
11586is meant to make @var{filename} (an executable) available for debugging
11587on the remote system---by downloading, or dynamic linking, for example.
11588@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11589the @code{add-symbol-file} command.
11590
11591If your @value{GDBN} does not have a @code{load} command, attempting to
11592execute it gets the error message ``@code{You can't do that when your
11593target is @dots{}}''
c906108c
SS
11594
11595The file is loaded at whatever address is specified in the executable.
11596For some object file formats, you can specify the load address when you
11597link the program; for other formats, like a.out, the object file format
11598specifies a fixed address.
11599@c FIXME! This would be a good place for an xref to the GNU linker doc.
11600
c906108c
SS
11601@code{load} does not repeat if you press @key{RET} again after using it.
11602@end table
11603
6d2ebf8b 11604@node Byte Order
c906108c 11605@section Choosing target byte order
7a292a7a 11606
c906108c
SS
11607@cindex choosing target byte order
11608@cindex target byte order
c906108c 11609
172c2a43 11610Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
11611offer the ability to run either big-endian or little-endian byte
11612orders. Usually the executable or symbol will include a bit to
11613designate the endian-ness, and you will not need to worry about
11614which to use. However, you may still find it useful to adjust
d4f3574e 11615@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
11616
11617@table @code
4644b6e3 11618@kindex set endian
c906108c
SS
11619@item set endian big
11620Instruct @value{GDBN} to assume the target is big-endian.
11621
c906108c
SS
11622@item set endian little
11623Instruct @value{GDBN} to assume the target is little-endian.
11624
c906108c
SS
11625@item set endian auto
11626Instruct @value{GDBN} to use the byte order associated with the
11627executable.
11628
11629@item show endian
11630Display @value{GDBN}'s current idea of the target byte order.
11631
11632@end table
11633
11634Note that these commands merely adjust interpretation of symbolic
11635data on the host, and that they have absolutely no effect on the
11636target system.
11637
6d2ebf8b 11638@node Remote
c906108c
SS
11639@section Remote debugging
11640@cindex remote debugging
11641
11642If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
11643@value{GDBN} in the usual way, it is often useful to use remote debugging.
11644For example, you might use remote debugging on an operating system kernel,
c906108c
SS
11645or on a small system which does not have a general purpose operating system
11646powerful enough to run a full-featured debugger.
11647
11648Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11649to make this work with particular debugging targets. In addition,
5d161b24 11650@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
11651but not specific to any particular target system) which you can use if you
11652write the remote stubs---the code that runs on the remote system to
11653communicate with @value{GDBN}.
11654
11655Other remote targets may be available in your
11656configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 11657
c45da7e6
EZ
11658Once you've connected to the remote target, @value{GDBN} allows you to
11659send arbitrary commands to the remote monitor:
11660
11661@table @code
11662@item remote @var{command}
11663@kindex remote@r{, a command}
11664@cindex send command to remote monitor
11665Send an arbitrary @var{command} string to the remote monitor.
11666@end table
11667
11668
6f05cf9f
AC
11669@node KOD
11670@section Kernel Object Display
6f05cf9f 11671@cindex kernel object display
6f05cf9f
AC
11672@cindex KOD
11673
11674Some targets support kernel object display. Using this facility,
11675@value{GDBN} communicates specially with the underlying operating system
11676and can display information about operating system-level objects such as
11677mutexes and other synchronization objects. Exactly which objects can be
11678displayed is determined on a per-OS basis.
11679
3bbe9696 11680@kindex set os
6f05cf9f
AC
11681Use the @code{set os} command to set the operating system. This tells
11682@value{GDBN} which kernel object display module to initialize:
11683
474c8240 11684@smallexample
6f05cf9f 11685(@value{GDBP}) set os cisco
474c8240 11686@end smallexample
6f05cf9f 11687
3bbe9696
EZ
11688@kindex show os
11689The associated command @code{show os} displays the operating system
11690set with the @code{set os} command; if no operating system has been
11691set, @code{show os} will display an empty string @samp{""}.
11692
6f05cf9f
AC
11693If @code{set os} succeeds, @value{GDBN} will display some information
11694about the operating system, and will create a new @code{info} command
11695which can be used to query the target. The @code{info} command is named
11696after the operating system:
c906108c 11697
3bbe9696 11698@kindex info cisco
474c8240 11699@smallexample
6f05cf9f
AC
11700(@value{GDBP}) info cisco
11701List of Cisco Kernel Objects
11702Object Description
11703any Any and all objects
474c8240 11704@end smallexample
6f05cf9f
AC
11705
11706Further subcommands can be used to query about particular objects known
11707by the kernel.
11708
3bbe9696
EZ
11709There is currently no way to determine whether a given operating
11710system is supported other than to try setting it with @kbd{set os
11711@var{name}}, where @var{name} is the name of the operating system you
11712want to try.
6f05cf9f
AC
11713
11714
11715@node Remote Debugging
11716@chapter Debugging remote programs
11717
6b2f586d 11718@menu
07f31aa6 11719* Connecting:: Connecting to a remote target
6b2f586d
AC
11720* Server:: Using the gdbserver program
11721* NetWare:: Using the gdbserve.nlm program
501eef12 11722* Remote configuration:: Remote configuration
6b2f586d 11723* remote stub:: Implementing a remote stub
6b2f586d
AC
11724@end menu
11725
07f31aa6
DJ
11726@node Connecting
11727@section Connecting to a remote target
11728
11729On the @value{GDBN} host machine, you will need an unstripped copy of
11730your program, since @value{GDBN} needs symobl and debugging information.
11731Start up @value{GDBN} as usual, using the name of the local copy of your
11732program as the first argument.
11733
11734@cindex serial line, @code{target remote}
11735If you're using a serial line, you may want to give @value{GDBN} the
11736@w{@samp{--baud}} option, or use the @code{set remotebaud} command
9c16f35a
EZ
11737(@pxref{Remote configuration, set remotebaud}) before the
11738@code{target} command.
07f31aa6
DJ
11739
11740After that, use @code{target remote} to establish communications with
11741the target machine. Its argument specifies how to communicate---either
11742via a devicename attached to a direct serial line, or a TCP or UDP port
11743(possibly to a terminal server which in turn has a serial line to the
11744target). For example, to use a serial line connected to the device
11745named @file{/dev/ttyb}:
11746
11747@smallexample
11748target remote /dev/ttyb
11749@end smallexample
11750
11751@cindex TCP port, @code{target remote}
11752To use a TCP connection, use an argument of the form
11753@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11754For example, to connect to port 2828 on a
11755terminal server named @code{manyfarms}:
11756
11757@smallexample
11758target remote manyfarms:2828
11759@end smallexample
11760
11761If your remote target is actually running on the same machine as
11762your debugger session (e.g.@: a simulator of your target running on
11763the same host), you can omit the hostname. For example, to connect
11764to port 1234 on your local machine:
11765
11766@smallexample
11767target remote :1234
11768@end smallexample
11769@noindent
11770
11771Note that the colon is still required here.
11772
11773@cindex UDP port, @code{target remote}
11774To use a UDP connection, use an argument of the form
11775@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11776on a terminal server named @code{manyfarms}:
11777
11778@smallexample
11779target remote udp:manyfarms:2828
11780@end smallexample
11781
11782When using a UDP connection for remote debugging, you should keep in mind
11783that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11784busy or unreliable networks, which will cause havoc with your debugging
11785session.
11786
11787Now you can use all the usual commands to examine and change data and to
11788step and continue the remote program.
11789
11790@cindex interrupting remote programs
11791@cindex remote programs, interrupting
11792Whenever @value{GDBN} is waiting for the remote program, if you type the
11793interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11794program. This may or may not succeed, depending in part on the hardware
11795and the serial drivers the remote system uses. If you type the
11796interrupt character once again, @value{GDBN} displays this prompt:
11797
11798@smallexample
11799Interrupted while waiting for the program.
11800Give up (and stop debugging it)? (y or n)
11801@end smallexample
11802
11803If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11804(If you decide you want to try again later, you can use @samp{target
11805remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11806goes back to waiting.
11807
11808@table @code
11809@kindex detach (remote)
11810@item detach
11811When you have finished debugging the remote program, you can use the
11812@code{detach} command to release it from @value{GDBN} control.
11813Detaching from the target normally resumes its execution, but the results
11814will depend on your particular remote stub. After the @code{detach}
11815command, @value{GDBN} is free to connect to another target.
11816
11817@kindex disconnect
11818@item disconnect
11819The @code{disconnect} command behaves like @code{detach}, except that
11820the target is generally not resumed. It will wait for @value{GDBN}
11821(this instance or another one) to connect and continue debugging. After
11822the @code{disconnect} command, @value{GDBN} is again free to connect to
11823another target.
09d4efe1
EZ
11824
11825@cindex send command to remote monitor
11826@kindex monitor
11827@item monitor @var{cmd}
11828This command allows you to send commands directly to the remote
11829monitor.
07f31aa6
DJ
11830@end table
11831
6f05cf9f
AC
11832@node Server
11833@section Using the @code{gdbserver} program
11834
11835@kindex gdbserver
11836@cindex remote connection without stubs
11837@code{gdbserver} is a control program for Unix-like systems, which
11838allows you to connect your program with a remote @value{GDBN} via
11839@code{target remote}---but without linking in the usual debugging stub.
11840
11841@code{gdbserver} is not a complete replacement for the debugging stubs,
11842because it requires essentially the same operating-system facilities
11843that @value{GDBN} itself does. In fact, a system that can run
11844@code{gdbserver} to connect to a remote @value{GDBN} could also run
11845@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11846because it is a much smaller program than @value{GDBN} itself. It is
11847also easier to port than all of @value{GDBN}, so you may be able to get
11848started more quickly on a new system by using @code{gdbserver}.
11849Finally, if you develop code for real-time systems, you may find that
11850the tradeoffs involved in real-time operation make it more convenient to
11851do as much development work as possible on another system, for example
11852by cross-compiling. You can use @code{gdbserver} to make a similar
11853choice for debugging.
11854
11855@value{GDBN} and @code{gdbserver} communicate via either a serial line
11856or a TCP connection, using the standard @value{GDBN} remote serial
11857protocol.
11858
11859@table @emph
11860@item On the target machine,
11861you need to have a copy of the program you want to debug.
11862@code{gdbserver} does not need your program's symbol table, so you can
11863strip the program if necessary to save space. @value{GDBN} on the host
11864system does all the symbol handling.
11865
11866To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 11867the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
11868syntax is:
11869
11870@smallexample
11871target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11872@end smallexample
11873
11874@var{comm} is either a device name (to use a serial line) or a TCP
11875hostname and portnumber. For example, to debug Emacs with the argument
11876@samp{foo.txt} and communicate with @value{GDBN} over the serial port
11877@file{/dev/com1}:
11878
11879@smallexample
11880target> gdbserver /dev/com1 emacs foo.txt
11881@end smallexample
11882
11883@code{gdbserver} waits passively for the host @value{GDBN} to communicate
11884with it.
11885
11886To use a TCP connection instead of a serial line:
11887
11888@smallexample
11889target> gdbserver host:2345 emacs foo.txt
11890@end smallexample
11891
11892The only difference from the previous example is the first argument,
11893specifying that you are communicating with the host @value{GDBN} via
11894TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11895expect a TCP connection from machine @samp{host} to local TCP port 2345.
11896(Currently, the @samp{host} part is ignored.) You can choose any number
11897you want for the port number as long as it does not conflict with any
11898TCP ports already in use on the target system (for example, @code{23} is
11899reserved for @code{telnet}).@footnote{If you choose a port number that
11900conflicts with another service, @code{gdbserver} prints an error message
11901and exits.} You must use the same port number with the host @value{GDBN}
11902@code{target remote} command.
11903
56460a61
DJ
11904On some targets, @code{gdbserver} can also attach to running programs.
11905This is accomplished via the @code{--attach} argument. The syntax is:
11906
11907@smallexample
11908target> gdbserver @var{comm} --attach @var{pid}
11909@end smallexample
11910
11911@var{pid} is the process ID of a currently running process. It isn't necessary
11912to point @code{gdbserver} at a binary for the running process.
11913
b1fe9455
DJ
11914@pindex pidof
11915@cindex attach to a program by name
11916You can debug processes by name instead of process ID if your target has the
11917@code{pidof} utility:
11918
11919@smallexample
11920target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11921@end smallexample
11922
11923In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11924has multiple threads, most versions of @code{pidof} support the
11925@code{-s} option to only return the first process ID.
11926
07f31aa6
DJ
11927@item On the host machine,
11928connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
11929For TCP connections, you must start up @code{gdbserver} prior to using
11930the @code{target remote} command. Otherwise you may get an error whose
11931text depends on the host system, but which usually looks something like
07f31aa6
DJ
11932@samp{Connection refused}. You don't need to use the @code{load}
11933command in @value{GDBN} when using gdbserver, since the program is
11934already on the target.
11935
6f05cf9f
AC
11936@end table
11937
11938@node NetWare
11939@section Using the @code{gdbserve.nlm} program
11940
11941@kindex gdbserve.nlm
11942@code{gdbserve.nlm} is a control program for NetWare systems, which
11943allows you to connect your program with a remote @value{GDBN} via
11944@code{target remote}.
11945
11946@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11947using the standard @value{GDBN} remote serial protocol.
11948
11949@table @emph
11950@item On the target machine,
11951you need to have a copy of the program you want to debug.
11952@code{gdbserve.nlm} does not need your program's symbol table, so you
11953can strip the program if necessary to save space. @value{GDBN} on the
11954host system does all the symbol handling.
11955
11956To use the server, you must tell it how to communicate with
11957@value{GDBN}; the name of your program; and the arguments for your
11958program. The syntax is:
11959
11960@smallexample
11961load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11962 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11963@end smallexample
11964
11965@var{board} and @var{port} specify the serial line; @var{baud} specifies
11966the baud rate used by the connection. @var{port} and @var{node} default
11967to 0, @var{baud} defaults to 9600@dmn{bps}.
11968
11969For example, to debug Emacs with the argument @samp{foo.txt}and
11970communicate with @value{GDBN} over serial port number 2 or board 1
11971using a 19200@dmn{bps} connection:
11972
11973@smallexample
11974load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11975@end smallexample
11976
07f31aa6
DJ
11977@item
11978On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11979Connecting to a remote target}).
6f05cf9f 11980
6f05cf9f
AC
11981@end table
11982
501eef12
AC
11983@node Remote configuration
11984@section Remote configuration
11985
9c16f35a
EZ
11986@kindex set remote
11987@kindex show remote
11988This section documents the configuration options available when
11989debugging remote programs. For the options related to the File I/O
11990extensions of the remote protocol, see @ref{The system call,
11991system-call-allowed}.
501eef12
AC
11992
11993@table @code
9c16f35a
EZ
11994@item set remoteaddresssize @var{bits}
11995@cindex adress size for remote targets
11996@cindex bits in remote address
11997Set the maximum size of address in a memory packet to the specified
11998number of bits. @value{GDBN} will mask off the address bits above
11999that number, when it passes addresses to the remote target. The
12000default value is the number of bits in the target's address.
12001
12002@item show remoteaddresssize
12003Show the current value of remote address size in bits.
12004
12005@item set remotebaud @var{n}
12006@cindex baud rate for remote targets
12007Set the baud rate for the remote serial I/O to @var{n} baud. The
12008value is used to set the speed of the serial port used for debugging
12009remote targets.
12010
12011@item show remotebaud
12012Show the current speed of the remote connection.
12013
12014@item set remotebreak
12015@cindex interrupt remote programs
12016@cindex BREAK signal instead of Ctrl-C
12017If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
12018when you press the @key{Ctrl-C} key to interrupt the program running
12019on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
12020character instead. The default is off, since most remote systems
12021expect to see @samp{Ctrl-C} as the interrupt signal.
12022
12023@item show remotebreak
12024Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
12025interrupt the remote program.
12026
12027@item set remotedebug
12028@cindex debug remote protocol
12029@cindex remote protocol debugging
12030@cindex display remote packets
12031Control the debugging of the remote protocol. When enabled, each
12032packet sent to or received from the remote target is displayed. The
12033defaults is off.
12034
12035@item show remotedebug
12036Show the current setting of the remote protocol debugging.
12037
12038@item set remotedevice @var{device}
12039@cindex serial port name
12040Set the name of the serial port through which to communicate to the
12041remote target to @var{device}. This is the device used by
12042@value{GDBN} to open the serial communications line to the remote
12043target. There's no default, so you must set a valid port name for the
12044remote serial communications to work. (Some varieties of the
12045@code{target} command accept the port name as part of their
12046arguments.)
12047
12048@item show remotedevice
12049Show the current name of the serial port.
12050
12051@item set remotelogbase @var{base}
12052Set the base (a.k.a.@: radix) of logging serial protocol
12053communications to @var{base}. Supported values of @var{base} are:
12054@code{ascii}, @code{octal}, and @code{hex}. The default is
12055@code{ascii}.
12056
12057@item show remotelogbase
12058Show the current setting of the radix for logging remote serial
12059protocol.
12060
12061@item set remotelogfile @var{file}
12062@cindex record serial communications on file
12063Record remote serial communications on the named @var{file}. The
12064default is not to record at all.
12065
12066@item show remotelogfile.
12067Show the current setting of the file name on which to record the
12068serial communications.
12069
12070@item set remotetimeout @var{num}
12071@cindex timeout for serial communications
12072@cindex remote timeout
12073Set the timeout limit to wait for the remote target to respond to
12074@var{num} seconds. The default is 2 seconds.
12075
12076@item show remotetimeout
12077Show the current number of seconds to wait for the remote target
12078responses.
12079
12080@cindex limit hardware breakpoints and watchpoints
12081@cindex remote target, limit break- and watchpoints
501eef12
AC
12082@anchor{set remote hardware-watchpoint-limit}
12083@anchor{set remote hardware-breakpoint-limit}
12084@item set remote hardware-watchpoint-limit @var{limit}
12085@itemx set remote hardware-breakpoint-limit @var{limit}
12086Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
12087watchpoints. A limit of -1, the default, is treated as unlimited.
9c16f35a
EZ
12088
12089@item set remote fetch-register-packet
12090@itemx set remote set-register-packet
12091@itemx set remote P-packet
12092@itemx set remote p-packet
12093@cindex P-packet
12094@cindex fetch registers from remote targets
12095@cindex set registers in remote targets
12096Determine whether @value{GDBN} can set and fetch registers from the
12097remote target using the @samp{P} packets. The default depends on the
12098remote stub's support of the @samp{P} packets (@value{GDBN} queries
12099the stub when this packet is first required).
12100
12101@item show remote fetch-register-packet
12102@itemx show remote set-register-packet
12103@itemx show remote P-packet
12104@itemx show remote p-packet
12105Show the current setting of using the @samp{P} packets for setting and
12106fetching registers from the remote target.
12107
12108@cindex binary downloads
12109@cindex X-packet
12110@item set remote binary-download-packet
12111@itemx set remote X-packet
12112Determine whether @value{GDBN} sends downloads in binary mode using
12113the @samp{X} packets. The default is on.
12114
12115@item show remote binary-download-packet
12116@itemx show remote X-packet
12117Show the current setting of using the @samp{X} packets for binary
12118downloads.
12119
12120@item set remote read-aux-vector-packet
12121@cindex auxiliary vector of remote target
12122@cindex @code{auxv}, and remote targets
12123Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12124auxiliary vector read) request. This request is used to fetch the
721c2651
EZ
12125remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12126Auxiliary Vector}. The default setting depends on the remote stub's
12127support of this request (@value{GDBN} queries the stub when this
12128request is first required). @xref{General Query Packets, qPart}, for
12129more information about this request.
9c16f35a
EZ
12130
12131@item show remote read-aux-vector-packet
12132Show the current setting of use of the @samp{qPart:auxv:read} request.
12133
12134@item set remote symbol-lookup-packet
12135@cindex remote symbol lookup request
12136Set the use of the remote protocol's @samp{qSymbol} (target symbol
12137lookup) request. This request is used to communicate symbol
12138information to the remote target, e.g., whenever a new shared library
12139is loaded by the remote (@pxref{Files, shared libraries}). The
12140default setting depends on the remote stub's support of this request
12141(@value{GDBN} queries the stub when this request is first required).
12142@xref{General Query Packets, qSymbol}, for more information about this
12143request.
12144
12145@item show remote symbol-lookup-packet
12146Show the current setting of use of the @samp{qSymbol} request.
12147
12148@item set remote verbose-resume-packet
12149@cindex resume remote target
12150@cindex signal thread, and remote targets
12151@cindex single-step thread, and remote targets
12152@cindex thread-specific operations on remote targets
12153Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12154request. This request is used to resume specific threads in the
12155remote target, and to single-step or signal them. The default setting
12156depends on the remote stub's support of this request (@value{GDBN}
12157queries the stub when this request is first required). This setting
12158affects debugging of multithreaded programs: if @samp{vCont} cannot be
12159used, @value{GDBN} might be unable to single-step a specific thread,
12160especially under @code{set scheduler-locking off}; it is also
12161impossible to pause a specific thread. @xref{Packets, vCont}, for
12162more details.
12163
12164@item show remote verbose-resume-packet
12165Show the current setting of use of the @samp{vCont} request
12166
12167@item set remote software-breakpoint-packet
12168@itemx set remote hardware-breakpoint-packet
12169@itemx set remote write-watchpoint-packet
12170@itemx set remote read-watchpoint-packet
12171@itemx set remote access-watchpoint-packet
12172@itemx set remote Z-packet
12173@cindex Z-packet
12174@cindex remote hardware breakpoints and watchpoints
12175These commands enable or disable the use of @samp{Z} packets for
12176setting breakpoints and watchpoints in the remote target. The default
12177depends on the remote stub's support of the @samp{Z} packets
12178(@value{GDBN} queries the stub when each packet is first required).
12179The command @code{set remote Z-packet}, kept for back-compatibility,
12180turns on or off all the features that require the use of @samp{Z}
12181packets.
12182
12183@item show remote software-breakpoint-packet
12184@itemx show remote hardware-breakpoint-packet
12185@itemx show remote write-watchpoint-packet
12186@itemx show remote read-watchpoint-packet
12187@itemx show remote access-watchpoint-packet
12188@itemx show remote Z-packet
12189Show the current setting of @samp{Z} packets usage.
0abb7bc7
EZ
12190
12191@item set remote get-thread-local-storage-address
12192@kindex set remote get-thread-local-storage-address
12193@cindex thread local storage of remote targets
12194This command enables or disables the use of the @samp{qGetTLSAddr}
12195(Get Thread Local Storage Address) request packet. The default
12196depends on whether the remote stub supports this request.
12197@xref{General Query Packets, qGetTLSAddr}, for more details about this
12198packet.
12199
12200@item show remote get-thread-local-storage-address
12201@kindex show remote get-thread-local-storage-address
12202Show the current setting of @samp{qGetTLSAddr} packet usage.
501eef12
AC
12203@end table
12204
6f05cf9f
AC
12205@node remote stub
12206@section Implementing a remote stub
7a292a7a 12207
8e04817f
AC
12208@cindex debugging stub, example
12209@cindex remote stub, example
12210@cindex stub example, remote debugging
12211The stub files provided with @value{GDBN} implement the target side of the
12212communication protocol, and the @value{GDBN} side is implemented in the
12213@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
12214these subroutines to communicate, and ignore the details. (If you're
12215implementing your own stub file, you can still ignore the details: start
12216with one of the existing stub files. @file{sparc-stub.c} is the best
12217organized, and therefore the easiest to read.)
12218
104c1213
JM
12219@cindex remote serial debugging, overview
12220To debug a program running on another machine (the debugging
12221@dfn{target} machine), you must first arrange for all the usual
12222prerequisites for the program to run by itself. For example, for a C
12223program, you need:
c906108c 12224
104c1213
JM
12225@enumerate
12226@item
12227A startup routine to set up the C runtime environment; these usually
12228have a name like @file{crt0}. The startup routine may be supplied by
12229your hardware supplier, or you may have to write your own.
96baa820 12230
5d161b24 12231@item
d4f3574e 12232A C subroutine library to support your program's
104c1213 12233subroutine calls, notably managing input and output.
96baa820 12234
104c1213
JM
12235@item
12236A way of getting your program to the other machine---for example, a
12237download program. These are often supplied by the hardware
12238manufacturer, but you may have to write your own from hardware
12239documentation.
12240@end enumerate
96baa820 12241
104c1213
JM
12242The next step is to arrange for your program to use a serial port to
12243communicate with the machine where @value{GDBN} is running (the @dfn{host}
12244machine). In general terms, the scheme looks like this:
96baa820 12245
104c1213
JM
12246@table @emph
12247@item On the host,
12248@value{GDBN} already understands how to use this protocol; when everything
12249else is set up, you can simply use the @samp{target remote} command
12250(@pxref{Targets,,Specifying a Debugging Target}).
12251
12252@item On the target,
12253you must link with your program a few special-purpose subroutines that
12254implement the @value{GDBN} remote serial protocol. The file containing these
12255subroutines is called a @dfn{debugging stub}.
12256
12257On certain remote targets, you can use an auxiliary program
12258@code{gdbserver} instead of linking a stub into your program.
12259@xref{Server,,Using the @code{gdbserver} program}, for details.
12260@end table
96baa820 12261
104c1213
JM
12262The debugging stub is specific to the architecture of the remote
12263machine; for example, use @file{sparc-stub.c} to debug programs on
12264@sc{sparc} boards.
96baa820 12265
104c1213
JM
12266@cindex remote serial stub list
12267These working remote stubs are distributed with @value{GDBN}:
96baa820 12268
104c1213
JM
12269@table @code
12270
12271@item i386-stub.c
41afff9a 12272@cindex @file{i386-stub.c}
104c1213
JM
12273@cindex Intel
12274@cindex i386
12275For Intel 386 and compatible architectures.
12276
12277@item m68k-stub.c
41afff9a 12278@cindex @file{m68k-stub.c}
104c1213
JM
12279@cindex Motorola 680x0
12280@cindex m680x0
12281For Motorola 680x0 architectures.
12282
12283@item sh-stub.c
41afff9a 12284@cindex @file{sh-stub.c}
172c2a43 12285@cindex Renesas
104c1213 12286@cindex SH
172c2a43 12287For Renesas SH architectures.
104c1213
JM
12288
12289@item sparc-stub.c
41afff9a 12290@cindex @file{sparc-stub.c}
104c1213
JM
12291@cindex Sparc
12292For @sc{sparc} architectures.
12293
12294@item sparcl-stub.c
41afff9a 12295@cindex @file{sparcl-stub.c}
104c1213
JM
12296@cindex Fujitsu
12297@cindex SparcLite
12298For Fujitsu @sc{sparclite} architectures.
12299
12300@end table
12301
12302The @file{README} file in the @value{GDBN} distribution may list other
12303recently added stubs.
12304
12305@menu
12306* Stub Contents:: What the stub can do for you
12307* Bootstrapping:: What you must do for the stub
12308* Debug Session:: Putting it all together
104c1213
JM
12309@end menu
12310
6d2ebf8b 12311@node Stub Contents
6f05cf9f 12312@subsection What the stub can do for you
104c1213
JM
12313
12314@cindex remote serial stub
12315The debugging stub for your architecture supplies these three
12316subroutines:
12317
12318@table @code
12319@item set_debug_traps
4644b6e3 12320@findex set_debug_traps
104c1213
JM
12321@cindex remote serial stub, initialization
12322This routine arranges for @code{handle_exception} to run when your
12323program stops. You must call this subroutine explicitly near the
12324beginning of your program.
12325
12326@item handle_exception
4644b6e3 12327@findex handle_exception
104c1213
JM
12328@cindex remote serial stub, main routine
12329This is the central workhorse, but your program never calls it
12330explicitly---the setup code arranges for @code{handle_exception} to
12331run when a trap is triggered.
12332
12333@code{handle_exception} takes control when your program stops during
12334execution (for example, on a breakpoint), and mediates communications
12335with @value{GDBN} on the host machine. This is where the communications
12336protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 12337representative on the target machine. It begins by sending summary
104c1213
JM
12338information on the state of your program, then continues to execute,
12339retrieving and transmitting any information @value{GDBN} needs, until you
12340execute a @value{GDBN} command that makes your program resume; at that point,
12341@code{handle_exception} returns control to your own code on the target
5d161b24 12342machine.
104c1213
JM
12343
12344@item breakpoint
12345@cindex @code{breakpoint} subroutine, remote
12346Use this auxiliary subroutine to make your program contain a
12347breakpoint. Depending on the particular situation, this may be the only
12348way for @value{GDBN} to get control. For instance, if your target
12349machine has some sort of interrupt button, you won't need to call this;
12350pressing the interrupt button transfers control to
12351@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12352simply receiving characters on the serial port may also trigger a trap;
12353again, in that situation, you don't need to call @code{breakpoint} from
12354your own program---simply running @samp{target remote} from the host
5d161b24 12355@value{GDBN} session gets control.
104c1213
JM
12356
12357Call @code{breakpoint} if none of these is true, or if you simply want
12358to make certain your program stops at a predetermined point for the
12359start of your debugging session.
12360@end table
12361
6d2ebf8b 12362@node Bootstrapping
6f05cf9f 12363@subsection What you must do for the stub
104c1213
JM
12364
12365@cindex remote stub, support routines
12366The debugging stubs that come with @value{GDBN} are set up for a particular
12367chip architecture, but they have no information about the rest of your
12368debugging target machine.
12369
12370First of all you need to tell the stub how to communicate with the
12371serial port.
12372
12373@table @code
12374@item int getDebugChar()
4644b6e3 12375@findex getDebugChar
104c1213
JM
12376Write this subroutine to read a single character from the serial port.
12377It may be identical to @code{getchar} for your target system; a
12378different name is used to allow you to distinguish the two if you wish.
12379
12380@item void putDebugChar(int)
4644b6e3 12381@findex putDebugChar
104c1213 12382Write this subroutine to write a single character to the serial port.
5d161b24 12383It may be identical to @code{putchar} for your target system; a
104c1213
JM
12384different name is used to allow you to distinguish the two if you wish.
12385@end table
12386
12387@cindex control C, and remote debugging
12388@cindex interrupting remote targets
12389If you want @value{GDBN} to be able to stop your program while it is
12390running, you need to use an interrupt-driven serial driver, and arrange
12391for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12392character). That is the character which @value{GDBN} uses to tell the
12393remote system to stop.
12394
12395Getting the debugging target to return the proper status to @value{GDBN}
12396probably requires changes to the standard stub; one quick and dirty way
12397is to just execute a breakpoint instruction (the ``dirty'' part is that
12398@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12399
12400Other routines you need to supply are:
12401
12402@table @code
12403@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 12404@findex exceptionHandler
104c1213
JM
12405Write this function to install @var{exception_address} in the exception
12406handling tables. You need to do this because the stub does not have any
12407way of knowing what the exception handling tables on your target system
12408are like (for example, the processor's table might be in @sc{rom},
12409containing entries which point to a table in @sc{ram}).
12410@var{exception_number} is the exception number which should be changed;
12411its meaning is architecture-dependent (for example, different numbers
12412might represent divide by zero, misaligned access, etc). When this
12413exception occurs, control should be transferred directly to
12414@var{exception_address}, and the processor state (stack, registers,
12415and so on) should be just as it is when a processor exception occurs. So if
12416you want to use a jump instruction to reach @var{exception_address}, it
12417should be a simple jump, not a jump to subroutine.
12418
12419For the 386, @var{exception_address} should be installed as an interrupt
12420gate so that interrupts are masked while the handler runs. The gate
12421should be at privilege level 0 (the most privileged level). The
12422@sc{sparc} and 68k stubs are able to mask interrupts themselves without
12423help from @code{exceptionHandler}.
12424
12425@item void flush_i_cache()
4644b6e3 12426@findex flush_i_cache
d4f3574e 12427On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
12428instruction cache, if any, on your target machine. If there is no
12429instruction cache, this subroutine may be a no-op.
12430
12431On target machines that have instruction caches, @value{GDBN} requires this
12432function to make certain that the state of your program is stable.
12433@end table
12434
12435@noindent
12436You must also make sure this library routine is available:
12437
12438@table @code
12439@item void *memset(void *, int, int)
4644b6e3 12440@findex memset
104c1213
JM
12441This is the standard library function @code{memset} that sets an area of
12442memory to a known value. If you have one of the free versions of
12443@code{libc.a}, @code{memset} can be found there; otherwise, you must
12444either obtain it from your hardware manufacturer, or write your own.
12445@end table
12446
12447If you do not use the GNU C compiler, you may need other standard
12448library subroutines as well; this varies from one stub to another,
12449but in general the stubs are likely to use any of the common library
d4f3574e 12450subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
12451
12452
6d2ebf8b 12453@node Debug Session
6f05cf9f 12454@subsection Putting it all together
104c1213
JM
12455
12456@cindex remote serial debugging summary
12457In summary, when your program is ready to debug, you must follow these
12458steps.
12459
12460@enumerate
12461@item
6d2ebf8b 12462Make sure you have defined the supporting low-level routines
104c1213
JM
12463(@pxref{Bootstrapping,,What you must do for the stub}):
12464@display
12465@code{getDebugChar}, @code{putDebugChar},
12466@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12467@end display
12468
12469@item
12470Insert these lines near the top of your program:
12471
474c8240 12472@smallexample
104c1213
JM
12473set_debug_traps();
12474breakpoint();
474c8240 12475@end smallexample
104c1213
JM
12476
12477@item
12478For the 680x0 stub only, you need to provide a variable called
12479@code{exceptionHook}. Normally you just use:
12480
474c8240 12481@smallexample
104c1213 12482void (*exceptionHook)() = 0;
474c8240 12483@end smallexample
104c1213 12484
d4f3574e 12485@noindent
104c1213 12486but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 12487function in your program, that function is called when
104c1213
JM
12488@code{@value{GDBN}} continues after stopping on a trap (for example, bus
12489error). The function indicated by @code{exceptionHook} is called with
12490one parameter: an @code{int} which is the exception number.
12491
12492@item
12493Compile and link together: your program, the @value{GDBN} debugging stub for
12494your target architecture, and the supporting subroutines.
12495
12496@item
12497Make sure you have a serial connection between your target machine and
12498the @value{GDBN} host, and identify the serial port on the host.
12499
12500@item
12501@c The "remote" target now provides a `load' command, so we should
12502@c document that. FIXME.
12503Download your program to your target machine (or get it there by
12504whatever means the manufacturer provides), and start it.
12505
12506@item
07f31aa6
DJ
12507Start @value{GDBN} on the host, and connect to the target
12508(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 12509
104c1213
JM
12510@end enumerate
12511
8e04817f
AC
12512@node Configurations
12513@chapter Configuration-Specific Information
104c1213 12514
8e04817f
AC
12515While nearly all @value{GDBN} commands are available for all native and
12516cross versions of the debugger, there are some exceptions. This chapter
12517describes things that are only available in certain configurations.
104c1213 12518
8e04817f
AC
12519There are three major categories of configurations: native
12520configurations, where the host and target are the same, embedded
12521operating system configurations, which are usually the same for several
12522different processor architectures, and bare embedded processors, which
12523are quite different from each other.
104c1213 12524
8e04817f
AC
12525@menu
12526* Native::
12527* Embedded OS::
12528* Embedded Processors::
12529* Architectures::
12530@end menu
104c1213 12531
8e04817f
AC
12532@node Native
12533@section Native
104c1213 12534
8e04817f
AC
12535This section describes details specific to particular native
12536configurations.
6cf7e474 12537
8e04817f
AC
12538@menu
12539* HP-UX:: HP-UX
7561d450 12540* BSD libkvm Interface:: Debugging BSD kernel memory images
8e04817f
AC
12541* SVR4 Process Information:: SVR4 process information
12542* DJGPP Native:: Features specific to the DJGPP port
78c47bea 12543* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 12544* Hurd Native:: Features specific to @sc{gnu} Hurd
a64548ea 12545* Neutrino:: Features specific to QNX Neutrino
8e04817f 12546@end menu
6cf7e474 12547
8e04817f
AC
12548@node HP-UX
12549@subsection HP-UX
104c1213 12550
8e04817f
AC
12551On HP-UX systems, if you refer to a function or variable name that
12552begins with a dollar sign, @value{GDBN} searches for a user or system
12553name first, before it searches for a convenience variable.
104c1213 12554
9c16f35a 12555
7561d450
MK
12556@node BSD libkvm Interface
12557@subsection BSD libkvm Interface
12558
12559@cindex libkvm
12560@cindex kernel memory image
12561@cindex kernel crash dump
12562
12563BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12564interface that provides a uniform interface for accessing kernel virtual
12565memory images, including live systems and crash dumps. @value{GDBN}
12566uses this interface to allow you to debug live kernels and kernel crash
12567dumps on many native BSD configurations. This is implemented as a
12568special @code{kvm} debugging target. For debugging a live system, load
12569the currently running kernel into @value{GDBN} and connect to the
12570@code{kvm} target:
12571
12572@smallexample
12573(@value{GDBP}) @b{target kvm}
12574@end smallexample
12575
12576For debugging crash dumps, provide the file name of the crash dump as an
12577argument:
12578
12579@smallexample
12580(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12581@end smallexample
12582
12583Once connected to the @code{kvm} target, the following commands are
12584available:
12585
12586@table @code
12587@kindex kvm
12588@item kvm pcb
721c2651 12589Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
12590
12591@item kvm proc
12592Set current context from proc address. This command isn't available on
12593modern FreeBSD systems.
12594@end table
12595
8e04817f
AC
12596@node SVR4 Process Information
12597@subsection SVR4 process information
60bf7e09
EZ
12598@cindex /proc
12599@cindex examine process image
12600@cindex process info via @file{/proc}
104c1213 12601
60bf7e09
EZ
12602Many versions of SVR4 and compatible systems provide a facility called
12603@samp{/proc} that can be used to examine the image of a running
12604process using file-system subroutines. If @value{GDBN} is configured
12605for an operating system with this facility, the command @code{info
12606proc} is available to report information about the process running
12607your program, or about any process running on your system. @code{info
12608proc} works only on SVR4 systems that include the @code{procfs} code.
12609This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12610Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
104c1213 12611
8e04817f
AC
12612@table @code
12613@kindex info proc
60bf7e09 12614@cindex process ID
8e04817f 12615@item info proc
60bf7e09
EZ
12616@itemx info proc @var{process-id}
12617Summarize available information about any running process. If a
12618process ID is specified by @var{process-id}, display information about
12619that process; otherwise display information about the program being
12620debugged. The summary includes the debugged process ID, the command
12621line used to invoke it, its current working directory, and its
12622executable file's absolute file name.
12623
12624On some systems, @var{process-id} can be of the form
12625@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12626within a process. If the optional @var{pid} part is missing, it means
12627a thread from the process being debugged (the leading @samp{/} still
12628needs to be present, or else @value{GDBN} will interpret the number as
12629a process ID rather than a thread ID).
6cf7e474 12630
8e04817f 12631@item info proc mappings
60bf7e09
EZ
12632@cindex memory address space mappings
12633Report the memory address space ranges accessible in the program, with
12634information on whether the process has read, write, or execute access
12635rights to each range. On @sc{gnu}/Linux systems, each memory range
12636includes the object file which is mapped to that range, instead of the
12637memory access rights to that range.
12638
12639@item info proc stat
12640@itemx info proc status
12641@cindex process detailed status information
12642These subcommands are specific to @sc{gnu}/Linux systems. They show
12643the process-related information, including the user ID and group ID;
12644how many threads are there in the process; its virtual memory usage;
12645the signals that are pending, blocked, and ignored; its TTY; its
12646consumption of system and user time; its stack size; its @samp{nice}
2eecc4ab 12647value; etc. For more information, see the @samp{proc} man page
60bf7e09
EZ
12648(type @kbd{man 5 proc} from your shell prompt).
12649
12650@item info proc all
12651Show all the information about the process described under all of the
12652above @code{info proc} subcommands.
12653
8e04817f
AC
12654@ignore
12655@comment These sub-options of 'info proc' were not included when
12656@comment procfs.c was re-written. Keep their descriptions around
12657@comment against the day when someone finds the time to put them back in.
12658@kindex info proc times
12659@item info proc times
12660Starting time, user CPU time, and system CPU time for your program and
12661its children.
6cf7e474 12662
8e04817f
AC
12663@kindex info proc id
12664@item info proc id
12665Report on the process IDs related to your program: its own process ID,
12666the ID of its parent, the process group ID, and the session ID.
8e04817f 12667@end ignore
721c2651
EZ
12668
12669@item set procfs-trace
12670@kindex set procfs-trace
12671@cindex @code{procfs} API calls
12672This command enables and disables tracing of @code{procfs} API calls.
12673
12674@item show procfs-trace
12675@kindex show procfs-trace
12676Show the current state of @code{procfs} API call tracing.
12677
12678@item set procfs-file @var{file}
12679@kindex set procfs-file
12680Tell @value{GDBN} to write @code{procfs} API trace to the named
12681@var{file}. @value{GDBN} appends the trace info to the previous
12682contents of the file. The default is to display the trace on the
12683standard output.
12684
12685@item show procfs-file
12686@kindex show procfs-file
12687Show the file to which @code{procfs} API trace is written.
12688
12689@item proc-trace-entry
12690@itemx proc-trace-exit
12691@itemx proc-untrace-entry
12692@itemx proc-untrace-exit
12693@kindex proc-trace-entry
12694@kindex proc-trace-exit
12695@kindex proc-untrace-entry
12696@kindex proc-untrace-exit
12697These commands enable and disable tracing of entries into and exits
12698from the @code{syscall} interface.
12699
12700@item info pidlist
12701@kindex info pidlist
12702@cindex process list, QNX Neutrino
12703For QNX Neutrino only, this command displays the list of all the
12704processes and all the threads within each process.
12705
12706@item info meminfo
12707@kindex info meminfo
12708@cindex mapinfo list, QNX Neutrino
12709For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 12710@end table
104c1213 12711
8e04817f
AC
12712@node DJGPP Native
12713@subsection Features for Debugging @sc{djgpp} Programs
12714@cindex @sc{djgpp} debugging
12715@cindex native @sc{djgpp} debugging
12716@cindex MS-DOS-specific commands
104c1213 12717
514c4d71
EZ
12718@cindex DPMI
12719@sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
8e04817f
AC
12720MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12721that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12722top of real-mode DOS systems and their emulations.
104c1213 12723
8e04817f
AC
12724@value{GDBN} supports native debugging of @sc{djgpp} programs, and
12725defines a few commands specific to the @sc{djgpp} port. This
12726subsection describes those commands.
104c1213 12727
8e04817f
AC
12728@table @code
12729@kindex info dos
12730@item info dos
12731This is a prefix of @sc{djgpp}-specific commands which print
12732information about the target system and important OS structures.
f1251bdd 12733
8e04817f
AC
12734@kindex sysinfo
12735@cindex MS-DOS system info
12736@cindex free memory information (MS-DOS)
12737@item info dos sysinfo
12738This command displays assorted information about the underlying
12739platform: the CPU type and features, the OS version and flavor, the
12740DPMI version, and the available conventional and DPMI memory.
104c1213 12741
8e04817f
AC
12742@cindex GDT
12743@cindex LDT
12744@cindex IDT
12745@cindex segment descriptor tables
12746@cindex descriptor tables display
12747@item info dos gdt
12748@itemx info dos ldt
12749@itemx info dos idt
12750These 3 commands display entries from, respectively, Global, Local,
12751and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12752tables are data structures which store a descriptor for each segment
12753that is currently in use. The segment's selector is an index into a
12754descriptor table; the table entry for that index holds the
12755descriptor's base address and limit, and its attributes and access
12756rights.
104c1213 12757
8e04817f
AC
12758A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12759segment (used for both data and the stack), and a DOS segment (which
12760allows access to DOS/BIOS data structures and absolute addresses in
12761conventional memory). However, the DPMI host will usually define
12762additional segments in order to support the DPMI environment.
d4f3574e 12763
8e04817f
AC
12764@cindex garbled pointers
12765These commands allow to display entries from the descriptor tables.
12766Without an argument, all entries from the specified table are
12767displayed. An argument, which should be an integer expression, means
12768display a single entry whose index is given by the argument. For
12769example, here's a convenient way to display information about the
12770debugged program's data segment:
104c1213 12771
8e04817f
AC
12772@smallexample
12773@exdent @code{(@value{GDBP}) info dos ldt $ds}
12774@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12775@end smallexample
104c1213 12776
8e04817f
AC
12777@noindent
12778This comes in handy when you want to see whether a pointer is outside
12779the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 12780
8e04817f
AC
12781@cindex page tables display (MS-DOS)
12782@item info dos pde
12783@itemx info dos pte
12784These two commands display entries from, respectively, the Page
12785Directory and the Page Tables. Page Directories and Page Tables are
12786data structures which control how virtual memory addresses are mapped
12787into physical addresses. A Page Table includes an entry for every
12788page of memory that is mapped into the program's address space; there
12789may be several Page Tables, each one holding up to 4096 entries. A
12790Page Directory has up to 4096 entries, one each for every Page Table
12791that is currently in use.
104c1213 12792
8e04817f
AC
12793Without an argument, @kbd{info dos pde} displays the entire Page
12794Directory, and @kbd{info dos pte} displays all the entries in all of
12795the Page Tables. An argument, an integer expression, given to the
12796@kbd{info dos pde} command means display only that entry from the Page
12797Directory table. An argument given to the @kbd{info dos pte} command
12798means display entries from a single Page Table, the one pointed to by
12799the specified entry in the Page Directory.
104c1213 12800
8e04817f
AC
12801@cindex direct memory access (DMA) on MS-DOS
12802These commands are useful when your program uses @dfn{DMA} (Direct
12803Memory Access), which needs physical addresses to program the DMA
12804controller.
104c1213 12805
8e04817f 12806These commands are supported only with some DPMI servers.
104c1213 12807
8e04817f
AC
12808@cindex physical address from linear address
12809@item info dos address-pte @var{addr}
12810This command displays the Page Table entry for a specified linear
514c4d71
EZ
12811address. The argument @var{addr} is a linear address which should
12812already have the appropriate segment's base address added to it,
12813because this command accepts addresses which may belong to @emph{any}
12814segment. For example, here's how to display the Page Table entry for
12815the page where a variable @code{i} is stored:
104c1213 12816
b383017d 12817@smallexample
8e04817f
AC
12818@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12819@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 12820@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 12821@end smallexample
104c1213 12822
8e04817f
AC
12823@noindent
12824This says that @code{i} is stored at offset @code{0xd30} from the page
514c4d71 12825whose physical base address is @code{0x02698000}, and shows all the
8e04817f 12826attributes of that page.
104c1213 12827
8e04817f
AC
12828Note that you must cast the addresses of variables to a @code{char *},
12829since otherwise the value of @code{__djgpp_base_address}, the base
12830address of all variables and functions in a @sc{djgpp} program, will
12831be added using the rules of C pointer arithmetics: if @code{i} is
12832declared an @code{int}, @value{GDBN} will add 4 times the value of
12833@code{__djgpp_base_address} to the address of @code{i}.
104c1213 12834
8e04817f
AC
12835Here's another example, it displays the Page Table entry for the
12836transfer buffer:
104c1213 12837
8e04817f
AC
12838@smallexample
12839@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12840@exdent @code{Page Table entry for address 0x29110:}
12841@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12842@end smallexample
104c1213 12843
8e04817f
AC
12844@noindent
12845(The @code{+ 3} offset is because the transfer buffer's address is the
514c4d71
EZ
128463rd member of the @code{_go32_info_block} structure.) The output
12847clearly shows that this DPMI server maps the addresses in conventional
12848memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
12849linear (@code{0x29110}) addresses are identical.
104c1213 12850
8e04817f
AC
12851This command is supported only with some DPMI servers.
12852@end table
104c1213 12853
c45da7e6 12854@cindex DOS serial data link, remote debugging
a8f24a35
EZ
12855In addition to native debugging, the DJGPP port supports remote
12856debugging via a serial data link. The following commands are specific
12857to remote serial debugging in the DJGPP port of @value{GDBN}.
12858
12859@table @code
12860@kindex set com1base
12861@kindex set com1irq
12862@kindex set com2base
12863@kindex set com2irq
12864@kindex set com3base
12865@kindex set com3irq
12866@kindex set com4base
12867@kindex set com4irq
12868@item set com1base @var{addr}
12869This command sets the base I/O port address of the @file{COM1} serial
12870port.
12871
12872@item set com1irq @var{irq}
12873This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12874for the @file{COM1} serial port.
12875
12876There are similar commands @samp{set com2base}, @samp{set com3irq},
12877etc.@: for setting the port address and the @code{IRQ} lines for the
12878other 3 COM ports.
12879
12880@kindex show com1base
12881@kindex show com1irq
12882@kindex show com2base
12883@kindex show com2irq
12884@kindex show com3base
12885@kindex show com3irq
12886@kindex show com4base
12887@kindex show com4irq
12888The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12889display the current settings of the base address and the @code{IRQ}
12890lines used by the COM ports.
c45da7e6
EZ
12891
12892@item info serial
12893@kindex info serial
12894@cindex DOS serial port status
12895This command prints the status of the 4 DOS serial ports. For each
12896port, it prints whether it's active or not, its I/O base address and
12897IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12898counts of various errors encountered so far.
a8f24a35
EZ
12899@end table
12900
12901
78c47bea
PM
12902@node Cygwin Native
12903@subsection Features for Debugging MS Windows PE executables
12904@cindex MS Windows debugging
12905@cindex native Cygwin debugging
12906@cindex Cygwin-specific commands
12907
be448670
CF
12908@value{GDBN} supports native debugging of MS Windows programs, including
12909DLLs with and without symbolic debugging information. There are various
12910additional Cygwin-specific commands, described in this subsection. The
12911subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12912that have no debugging symbols.
12913
78c47bea
PM
12914
12915@table @code
12916@kindex info w32
12917@item info w32
12918This is a prefix of MS Windows specific commands which print
12919information about the target system and important OS structures.
12920
12921@item info w32 selector
12922This command displays information returned by
12923the Win32 API @code{GetThreadSelectorEntry} function.
12924It takes an optional argument that is evaluated to
12925a long value to give the information about this given selector.
12926Without argument, this command displays information
12927about the the six segment registers.
12928
12929@kindex info dll
12930@item info dll
12931This is a Cygwin specific alias of info shared.
12932
12933@kindex dll-symbols
12934@item dll-symbols
12935This command loads symbols from a dll similarly to
12936add-sym command but without the need to specify a base address.
12937
b383017d 12938@kindex set new-console
78c47bea 12939@item set new-console @var{mode}
b383017d 12940If @var{mode} is @code{on} the debuggee will
78c47bea
PM
12941be started in a new console on next start.
12942If @var{mode} is @code{off}i, the debuggee will
12943be started in the same console as the debugger.
12944
12945@kindex show new-console
12946@item show new-console
12947Displays whether a new console is used
12948when the debuggee is started.
12949
12950@kindex set new-group
12951@item set new-group @var{mode}
12952This boolean value controls whether the debuggee should
12953start a new group or stay in the same group as the debugger.
12954This affects the way the Windows OS handles
12955Ctrl-C.
12956
12957@kindex show new-group
12958@item show new-group
12959Displays current value of new-group boolean.
12960
12961@kindex set debugevents
12962@item set debugevents
12963This boolean value adds debug output concerning events seen by the debugger.
12964
12965@kindex set debugexec
12966@item set debugexec
b383017d 12967This boolean value adds debug output concerning execute events
78c47bea
PM
12968seen by the debugger.
12969
12970@kindex set debugexceptions
12971@item set debugexceptions
b383017d 12972This boolean value adds debug ouptut concerning exception events
78c47bea
PM
12973seen by the debugger.
12974
12975@kindex set debugmemory
12976@item set debugmemory
b383017d 12977This boolean value adds debug ouptut concerning memory events
78c47bea
PM
12978seen by the debugger.
12979
12980@kindex set shell
12981@item set shell
12982This boolean values specifies whether the debuggee is called
12983via a shell or directly (default value is on).
12984
12985@kindex show shell
12986@item show shell
12987Displays if the debuggee will be started with a shell.
12988
12989@end table
12990
be448670
CF
12991@menu
12992* Non-debug DLL symbols:: Support for DLLs without debugging symbols
12993@end menu
12994
12995@node Non-debug DLL symbols
12996@subsubsection Support for DLLs without debugging symbols
12997@cindex DLLs with no debugging symbols
12998@cindex Minimal symbols and DLLs
12999
13000Very often on windows, some of the DLLs that your program relies on do
13001not include symbolic debugging information (for example,
13002@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
13003symbols in a DLL, it relies on the minimal amount of symbolic
13004information contained in the DLL's export table. This subsubsection
13005describes working with such symbols, known internally to @value{GDBN} as
13006``minimal symbols''.
13007
13008Note that before the debugged program has started execution, no DLLs
13009will have been loaded. The easiest way around this problem is simply to
13010start the program --- either by setting a breakpoint or letting the
13011program run once to completion. It is also possible to force
13012@value{GDBN} to load a particular DLL before starting the executable ---
13013see the shared library information in @pxref{Files} or the
13014@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
13015explicitly loading symbols from a DLL with no debugging information will
13016cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
13017which may adversely affect symbol lookup performance.
13018
13019@subsubsection DLL name prefixes
13020
13021In keeping with the naming conventions used by the Microsoft debugging
13022tools, DLL export symbols are made available with a prefix based on the
13023DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
13024also entered into the symbol table, so @code{CreateFileA} is often
13025sufficient. In some cases there will be name clashes within a program
13026(particularly if the executable itself includes full debugging symbols)
13027necessitating the use of the fully qualified name when referring to the
13028contents of the DLL. Use single-quotes around the name to avoid the
13029exclamation mark (``!'') being interpreted as a language operator.
13030
13031Note that the internal name of the DLL may be all upper-case, even
13032though the file name of the DLL is lower-case, or vice-versa. Since
13033symbols within @value{GDBN} are @emph{case-sensitive} this may cause
13034some confusion. If in doubt, try the @code{info functions} and
13035@code{info variables} commands or even @code{maint print msymbols} (see
13036@pxref{Symbols}). Here's an example:
13037
13038@smallexample
f7dc1244 13039(@value{GDBP}) info function CreateFileA
be448670
CF
13040All functions matching regular expression "CreateFileA":
13041
13042Non-debugging symbols:
130430x77e885f4 CreateFileA
130440x77e885f4 KERNEL32!CreateFileA
13045@end smallexample
13046
13047@smallexample
f7dc1244 13048(@value{GDBP}) info function !
be448670
CF
13049All functions matching regular expression "!":
13050
13051Non-debugging symbols:
130520x6100114c cygwin1!__assert
130530x61004034 cygwin1!_dll_crt0@@0
130540x61004240 cygwin1!dll_crt0(per_process *)
13055[etc...]
13056@end smallexample
13057
13058@subsubsection Working with minimal symbols
13059
13060Symbols extracted from a DLL's export table do not contain very much
13061type information. All that @value{GDBN} can do is guess whether a symbol
13062refers to a function or variable depending on the linker section that
13063contains the symbol. Also note that the actual contents of the memory
13064contained in a DLL are not available unless the program is running. This
13065means that you cannot examine the contents of a variable or disassemble
13066a function within a DLL without a running program.
13067
13068Variables are generally treated as pointers and dereferenced
13069automatically. For this reason, it is often necessary to prefix a
13070variable name with the address-of operator (``&'') and provide explicit
13071type information in the command. Here's an example of the type of
13072problem:
13073
13074@smallexample
f7dc1244 13075(@value{GDBP}) print 'cygwin1!__argv'
be448670
CF
13076$1 = 268572168
13077@end smallexample
13078
13079@smallexample
f7dc1244 13080(@value{GDBP}) x 'cygwin1!__argv'
be448670
CF
130810x10021610: "\230y\""
13082@end smallexample
13083
13084And two possible solutions:
13085
13086@smallexample
f7dc1244 13087(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
13088$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
13089@end smallexample
13090
13091@smallexample
f7dc1244 13092(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 130930x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 13094(@value{GDBP}) x/x 0x10021608
be448670 130950x10021608: 0x0022fd98
f7dc1244 13096(@value{GDBP}) x/s 0x0022fd98
be448670
CF
130970x22fd98: "/cygdrive/c/mydirectory/myprogram"
13098@end smallexample
13099
13100Setting a break point within a DLL is possible even before the program
13101starts execution. However, under these circumstances, @value{GDBN} can't
13102examine the initial instructions of the function in order to skip the
13103function's frame set-up code. You can work around this by using ``*&''
13104to set the breakpoint at a raw memory address:
13105
13106@smallexample
f7dc1244 13107(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
13108Breakpoint 1 at 0x1e04eff0
13109@end smallexample
13110
13111The author of these extensions is not entirely convinced that setting a
13112break point within a shared DLL like @file{kernel32.dll} is completely
13113safe.
13114
14d6dd68
EZ
13115@node Hurd Native
13116@subsection Commands specific to @sc{gnu} Hurd systems
13117@cindex @sc{gnu} Hurd debugging
13118
13119This subsection describes @value{GDBN} commands specific to the
13120@sc{gnu} Hurd native debugging.
13121
13122@table @code
13123@item set signals
13124@itemx set sigs
13125@kindex set signals@r{, Hurd command}
13126@kindex set sigs@r{, Hurd command}
13127This command toggles the state of inferior signal interception by
13128@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
13129affected by this command. @code{sigs} is a shorthand alias for
13130@code{signals}.
13131
13132@item show signals
13133@itemx show sigs
13134@kindex show signals@r{, Hurd command}
13135@kindex show sigs@r{, Hurd command}
13136Show the current state of intercepting inferior's signals.
13137
13138@item set signal-thread
13139@itemx set sigthread
13140@kindex set signal-thread
13141@kindex set sigthread
13142This command tells @value{GDBN} which thread is the @code{libc} signal
13143thread. That thread is run when a signal is delivered to a running
13144process. @code{set sigthread} is the shorthand alias of @code{set
13145signal-thread}.
13146
13147@item show signal-thread
13148@itemx show sigthread
13149@kindex show signal-thread
13150@kindex show sigthread
13151These two commands show which thread will run when the inferior is
13152delivered a signal.
13153
13154@item set stopped
13155@kindex set stopped@r{, Hurd command}
13156This commands tells @value{GDBN} that the inferior process is stopped,
13157as with the @code{SIGSTOP} signal. The stopped process can be
13158continued by delivering a signal to it.
13159
13160@item show stopped
13161@kindex show stopped@r{, Hurd command}
13162This command shows whether @value{GDBN} thinks the debuggee is
13163stopped.
13164
13165@item set exceptions
13166@kindex set exceptions@r{, Hurd command}
13167Use this command to turn off trapping of exceptions in the inferior.
13168When exception trapping is off, neither breakpoints nor
13169single-stepping will work. To restore the default, set exception
13170trapping on.
13171
13172@item show exceptions
13173@kindex show exceptions@r{, Hurd command}
13174Show the current state of trapping exceptions in the inferior.
13175
13176@item set task pause
13177@kindex set task@r{, Hurd commands}
13178@cindex task attributes (@sc{gnu} Hurd)
13179@cindex pause current task (@sc{gnu} Hurd)
13180This command toggles task suspension when @value{GDBN} has control.
13181Setting it to on takes effect immediately, and the task is suspended
13182whenever @value{GDBN} gets control. Setting it to off will take
13183effect the next time the inferior is continued. If this option is set
13184to off, you can use @code{set thread default pause on} or @code{set
13185thread pause on} (see below) to pause individual threads.
13186
13187@item show task pause
13188@kindex show task@r{, Hurd commands}
13189Show the current state of task suspension.
13190
13191@item set task detach-suspend-count
13192@cindex task suspend count
13193@cindex detach from task, @sc{gnu} Hurd
13194This command sets the suspend count the task will be left with when
13195@value{GDBN} detaches from it.
13196
13197@item show task detach-suspend-count
13198Show the suspend count the task will be left with when detaching.
13199
13200@item set task exception-port
13201@itemx set task excp
13202@cindex task exception port, @sc{gnu} Hurd
13203This command sets the task exception port to which @value{GDBN} will
13204forward exceptions. The argument should be the value of the @dfn{send
13205rights} of the task. @code{set task excp} is a shorthand alias.
13206
13207@item set noninvasive
13208@cindex noninvasive task options
13209This command switches @value{GDBN} to a mode that is the least
13210invasive as far as interfering with the inferior is concerned. This
13211is the same as using @code{set task pause}, @code{set exceptions}, and
13212@code{set signals} to values opposite to the defaults.
13213
13214@item info send-rights
13215@itemx info receive-rights
13216@itemx info port-rights
13217@itemx info port-sets
13218@itemx info dead-names
13219@itemx info ports
13220@itemx info psets
13221@cindex send rights, @sc{gnu} Hurd
13222@cindex receive rights, @sc{gnu} Hurd
13223@cindex port rights, @sc{gnu} Hurd
13224@cindex port sets, @sc{gnu} Hurd
13225@cindex dead names, @sc{gnu} Hurd
13226These commands display information about, respectively, send rights,
13227receive rights, port rights, port sets, and dead names of a task.
13228There are also shorthand aliases: @code{info ports} for @code{info
13229port-rights} and @code{info psets} for @code{info port-sets}.
13230
13231@item set thread pause
13232@kindex set thread@r{, Hurd command}
13233@cindex thread properties, @sc{gnu} Hurd
13234@cindex pause current thread (@sc{gnu} Hurd)
13235This command toggles current thread suspension when @value{GDBN} has
13236control. Setting it to on takes effect immediately, and the current
13237thread is suspended whenever @value{GDBN} gets control. Setting it to
13238off will take effect the next time the inferior is continued.
13239Normally, this command has no effect, since when @value{GDBN} has
13240control, the whole task is suspended. However, if you used @code{set
13241task pause off} (see above), this command comes in handy to suspend
13242only the current thread.
13243
13244@item show thread pause
13245@kindex show thread@r{, Hurd command}
13246This command shows the state of current thread suspension.
13247
13248@item set thread run
13249This comamnd sets whether the current thread is allowed to run.
13250
13251@item show thread run
13252Show whether the current thread is allowed to run.
13253
13254@item set thread detach-suspend-count
13255@cindex thread suspend count, @sc{gnu} Hurd
13256@cindex detach from thread, @sc{gnu} Hurd
13257This command sets the suspend count @value{GDBN} will leave on a
13258thread when detaching. This number is relative to the suspend count
13259found by @value{GDBN} when it notices the thread; use @code{set thread
13260takeover-suspend-count} to force it to an absolute value.
13261
13262@item show thread detach-suspend-count
13263Show the suspend count @value{GDBN} will leave on the thread when
13264detaching.
13265
13266@item set thread exception-port
13267@itemx set thread excp
13268Set the thread exception port to which to forward exceptions. This
13269overrides the port set by @code{set task exception-port} (see above).
13270@code{set thread excp} is the shorthand alias.
13271
13272@item set thread takeover-suspend-count
13273Normally, @value{GDBN}'s thread suspend counts are relative to the
13274value @value{GDBN} finds when it notices each thread. This command
13275changes the suspend counts to be absolute instead.
13276
13277@item set thread default
13278@itemx show thread default
13279@cindex thread default settings, @sc{gnu} Hurd
13280Each of the above @code{set thread} commands has a @code{set thread
13281default} counterpart (e.g., @code{set thread default pause}, @code{set
13282thread default exception-port}, etc.). The @code{thread default}
13283variety of commands sets the default thread properties for all
13284threads; you can then change the properties of individual threads with
13285the non-default commands.
13286@end table
13287
13288
a64548ea
EZ
13289@node Neutrino
13290@subsection QNX Neutrino
13291@cindex QNX Neutrino
13292
13293@value{GDBN} provides the following commands specific to the QNX
13294Neutrino target:
13295
13296@table @code
13297@item set debug nto-debug
13298@kindex set debug nto-debug
13299When set to on, enables debugging messages specific to the QNX
13300Neutrino support.
13301
13302@item show debug nto-debug
13303@kindex show debug nto-debug
13304Show the current state of QNX Neutrino messages.
13305@end table
13306
13307
8e04817f
AC
13308@node Embedded OS
13309@section Embedded Operating Systems
104c1213 13310
8e04817f
AC
13311This section describes configurations involving the debugging of
13312embedded operating systems that are available for several different
13313architectures.
d4f3574e 13314
8e04817f
AC
13315@menu
13316* VxWorks:: Using @value{GDBN} with VxWorks
13317@end menu
104c1213 13318
8e04817f
AC
13319@value{GDBN} includes the ability to debug programs running on
13320various real-time operating systems.
104c1213 13321
8e04817f
AC
13322@node VxWorks
13323@subsection Using @value{GDBN} with VxWorks
104c1213 13324
8e04817f 13325@cindex VxWorks
104c1213 13326
8e04817f 13327@table @code
104c1213 13328
8e04817f
AC
13329@kindex target vxworks
13330@item target vxworks @var{machinename}
13331A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13332is the target system's machine name or IP address.
104c1213 13333
8e04817f 13334@end table
104c1213 13335
8e04817f
AC
13336On VxWorks, @code{load} links @var{filename} dynamically on the
13337current target system as well as adding its symbols in @value{GDBN}.
104c1213 13338
8e04817f
AC
13339@value{GDBN} enables developers to spawn and debug tasks running on networked
13340VxWorks targets from a Unix host. Already-running tasks spawned from
13341the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13342both the Unix host and on the VxWorks target. The program
13343@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13344installed with the name @code{vxgdb}, to distinguish it from a
13345@value{GDBN} for debugging programs on the host itself.)
104c1213 13346
8e04817f
AC
13347@table @code
13348@item VxWorks-timeout @var{args}
13349@kindex vxworks-timeout
13350All VxWorks-based targets now support the option @code{vxworks-timeout}.
13351This option is set by the user, and @var{args} represents the number of
13352seconds @value{GDBN} waits for responses to rpc's. You might use this if
13353your VxWorks target is a slow software simulator or is on the far side
13354of a thin network line.
13355@end table
104c1213 13356
8e04817f
AC
13357The following information on connecting to VxWorks was current when
13358this manual was produced; newer releases of VxWorks may use revised
13359procedures.
104c1213 13360
4644b6e3 13361@findex INCLUDE_RDB
8e04817f
AC
13362To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13363to include the remote debugging interface routines in the VxWorks
13364library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13365VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13366kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13367source debugging task @code{tRdbTask} when VxWorks is booted. For more
13368information on configuring and remaking VxWorks, see the manufacturer's
13369manual.
13370@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 13371
8e04817f
AC
13372Once you have included @file{rdb.a} in your VxWorks system image and set
13373your Unix execution search path to find @value{GDBN}, you are ready to
13374run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13375@code{vxgdb}, depending on your installation).
104c1213 13376
8e04817f 13377@value{GDBN} comes up showing the prompt:
104c1213 13378
474c8240 13379@smallexample
8e04817f 13380(vxgdb)
474c8240 13381@end smallexample
104c1213 13382
8e04817f
AC
13383@menu
13384* VxWorks Connection:: Connecting to VxWorks
13385* VxWorks Download:: VxWorks download
13386* VxWorks Attach:: Running tasks
13387@end menu
104c1213 13388
8e04817f
AC
13389@node VxWorks Connection
13390@subsubsection Connecting to VxWorks
104c1213 13391
8e04817f
AC
13392The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13393network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 13394
474c8240 13395@smallexample
8e04817f 13396(vxgdb) target vxworks tt
474c8240 13397@end smallexample
104c1213 13398
8e04817f
AC
13399@need 750
13400@value{GDBN} displays messages like these:
104c1213 13401
8e04817f
AC
13402@smallexample
13403Attaching remote machine across net...
13404Connected to tt.
13405@end smallexample
104c1213 13406
8e04817f
AC
13407@need 1000
13408@value{GDBN} then attempts to read the symbol tables of any object modules
13409loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13410these files by searching the directories listed in the command search
13411path (@pxref{Environment, ,Your program's environment}); if it fails
13412to find an object file, it displays a message such as:
5d161b24 13413
474c8240 13414@smallexample
8e04817f 13415prog.o: No such file or directory.
474c8240 13416@end smallexample
104c1213 13417
8e04817f
AC
13418When this happens, add the appropriate directory to the search path with
13419the @value{GDBN} command @code{path}, and execute the @code{target}
13420command again.
104c1213 13421
8e04817f
AC
13422@node VxWorks Download
13423@subsubsection VxWorks download
104c1213 13424
8e04817f
AC
13425@cindex download to VxWorks
13426If you have connected to the VxWorks target and you want to debug an
13427object that has not yet been loaded, you can use the @value{GDBN}
13428@code{load} command to download a file from Unix to VxWorks
13429incrementally. The object file given as an argument to the @code{load}
13430command is actually opened twice: first by the VxWorks target in order
13431to download the code, then by @value{GDBN} in order to read the symbol
13432table. This can lead to problems if the current working directories on
13433the two systems differ. If both systems have NFS mounted the same
13434filesystems, you can avoid these problems by using absolute paths.
13435Otherwise, it is simplest to set the working directory on both systems
13436to the directory in which the object file resides, and then to reference
13437the file by its name, without any path. For instance, a program
13438@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13439and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13440program, type this on VxWorks:
104c1213 13441
474c8240 13442@smallexample
8e04817f 13443-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 13444@end smallexample
104c1213 13445
8e04817f
AC
13446@noindent
13447Then, in @value{GDBN}, type:
104c1213 13448
474c8240 13449@smallexample
8e04817f
AC
13450(vxgdb) cd @var{hostpath}/vw/demo/rdb
13451(vxgdb) load prog.o
474c8240 13452@end smallexample
104c1213 13453
8e04817f 13454@value{GDBN} displays a response similar to this:
104c1213 13455
8e04817f
AC
13456@smallexample
13457Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13458@end smallexample
104c1213 13459
8e04817f
AC
13460You can also use the @code{load} command to reload an object module
13461after editing and recompiling the corresponding source file. Note that
13462this makes @value{GDBN} delete all currently-defined breakpoints,
13463auto-displays, and convenience variables, and to clear the value
13464history. (This is necessary in order to preserve the integrity of
13465debugger's data structures that reference the target system's symbol
13466table.)
104c1213 13467
8e04817f
AC
13468@node VxWorks Attach
13469@subsubsection Running tasks
104c1213
JM
13470
13471@cindex running VxWorks tasks
13472You can also attach to an existing task using the @code{attach} command as
13473follows:
13474
474c8240 13475@smallexample
104c1213 13476(vxgdb) attach @var{task}
474c8240 13477@end smallexample
104c1213
JM
13478
13479@noindent
13480where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13481or suspended when you attach to it. Running tasks are suspended at
13482the time of attachment.
13483
6d2ebf8b 13484@node Embedded Processors
104c1213
JM
13485@section Embedded Processors
13486
13487This section goes into details specific to particular embedded
13488configurations.
13489
c45da7e6
EZ
13490@cindex send command to simulator
13491Whenever a specific embedded processor has a simulator, @value{GDBN}
13492allows to send an arbitrary command to the simulator.
13493
13494@table @code
13495@item sim @var{command}
13496@kindex sim@r{, a command}
13497Send an arbitrary @var{command} string to the simulator. Consult the
13498documentation for the specific simulator in use for information about
13499acceptable commands.
13500@end table
13501
7d86b5d5 13502
104c1213 13503@menu
c45da7e6 13504* ARM:: ARM RDI
172c2a43
KI
13505* H8/300:: Renesas H8/300
13506* H8/500:: Renesas H8/500
13507* M32R/D:: Renesas M32R/D
104c1213 13508* M68K:: Motorola M68K
104c1213 13509* MIPS Embedded:: MIPS Embedded
a37295f9 13510* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
13511* PA:: HP PA Embedded
13512* PowerPC: PowerPC
172c2a43 13513* SH:: Renesas SH
104c1213
JM
13514* Sparclet:: Tsqware Sparclet
13515* Sparclite:: Fujitsu Sparclite
13516* ST2000:: Tandem ST2000
13517* Z8000:: Zilog Z8000
a64548ea
EZ
13518* AVR:: Atmel AVR
13519* CRIS:: CRIS
13520* Super-H:: Renesas Super-H
c45da7e6 13521* WinCE:: Windows CE child processes
104c1213
JM
13522@end menu
13523
6d2ebf8b 13524@node ARM
104c1213 13525@subsection ARM
c45da7e6 13526@cindex ARM RDI
104c1213
JM
13527
13528@table @code
8e04817f
AC
13529@kindex target rdi
13530@item target rdi @var{dev}
13531ARM Angel monitor, via RDI library interface to ADP protocol. You may
13532use this target to communicate with both boards running the Angel
13533monitor, or with the EmbeddedICE JTAG debug device.
13534
13535@kindex target rdp
13536@item target rdp @var{dev}
13537ARM Demon monitor.
13538
13539@end table
13540
e2f4edfd
EZ
13541@value{GDBN} provides the following ARM-specific commands:
13542
13543@table @code
13544@item set arm disassembler
13545@kindex set arm
13546This commands selects from a list of disassembly styles. The
13547@code{"std"} style is the standard style.
13548
13549@item show arm disassembler
13550@kindex show arm
13551Show the current disassembly style.
13552
13553@item set arm apcs32
13554@cindex ARM 32-bit mode
13555This command toggles ARM operation mode between 32-bit and 26-bit.
13556
13557@item show arm apcs32
13558Display the current usage of the ARM 32-bit mode.
13559
13560@item set arm fpu @var{fputype}
13561This command sets the ARM floating-point unit (FPU) type. The
13562argument @var{fputype} can be one of these:
13563
13564@table @code
13565@item auto
13566Determine the FPU type by querying the OS ABI.
13567@item softfpa
13568Software FPU, with mixed-endian doubles on little-endian ARM
13569processors.
13570@item fpa
13571GCC-compiled FPA co-processor.
13572@item softvfp
13573Software FPU with pure-endian doubles.
13574@item vfp
13575VFP co-processor.
13576@end table
13577
13578@item show arm fpu
13579Show the current type of the FPU.
13580
13581@item set arm abi
13582This command forces @value{GDBN} to use the specified ABI.
13583
13584@item show arm abi
13585Show the currently used ABI.
13586
13587@item set debug arm
13588Toggle whether to display ARM-specific debugging messages from the ARM
13589target support subsystem.
13590
13591@item show debug arm
13592Show whether ARM-specific debugging messages are enabled.
13593@end table
13594
c45da7e6
EZ
13595The following commands are available when an ARM target is debugged
13596using the RDI interface:
13597
13598@table @code
13599@item rdilogfile @r{[}@var{file}@r{]}
13600@kindex rdilogfile
13601@cindex ADP (Angel Debugger Protocol) logging
13602Set the filename for the ADP (Angel Debugger Protocol) packet log.
13603With an argument, sets the log file to the specified @var{file}. With
13604no argument, show the current log file name. The default log file is
13605@file{rdi.log}.
13606
13607@item rdilogenable @r{[}@var{arg}@r{]}
13608@kindex rdilogenable
13609Control logging of ADP packets. With an argument of 1 or @code{"yes"}
13610enables logging, with an argument 0 or @code{"no"} disables it. With
13611no arguments displays the current setting. When logging is enabled,
13612ADP packets exchanged between @value{GDBN} and the RDI target device
13613are logged to a file.
13614
13615@item set rdiromatzero
13616@kindex set rdiromatzero
13617@cindex ROM at zero address, RDI
13618Tell @value{GDBN} whether the target has ROM at address 0. If on,
13619vector catching is disabled, so that zero address can be used. If off
13620(the default), vector catching is enabled. For this command to take
13621effect, it needs to be invoked prior to the @code{target rdi} command.
13622
13623@item show rdiromatzero
13624@kindex show rdiromatzero
13625Show the current setting of ROM at zero address.
13626
13627@item set rdiheartbeat
13628@kindex set rdiheartbeat
13629@cindex RDI heartbeat
13630Enable or disable RDI heartbeat packets. It is not recommended to
13631turn on this option, since it confuses ARM and EPI JTAG interface, as
13632well as the Angel monitor.
13633
13634@item show rdiheartbeat
13635@kindex show rdiheartbeat
13636Show the setting of RDI heartbeat packets.
13637@end table
13638
e2f4edfd 13639
8e04817f 13640@node H8/300
172c2a43 13641@subsection Renesas H8/300
8e04817f
AC
13642
13643@table @code
13644
13645@kindex target hms@r{, with H8/300}
13646@item target hms @var{dev}
172c2a43 13647A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
13648Use special commands @code{device} and @code{speed} to control the serial
13649line and the communications speed used.
13650
13651@kindex target e7000@r{, with H8/300}
13652@item target e7000 @var{dev}
172c2a43 13653E7000 emulator for Renesas H8 and SH.
8e04817f
AC
13654
13655@kindex target sh3@r{, with H8/300}
13656@kindex target sh3e@r{, with H8/300}
13657@item target sh3 @var{dev}
13658@itemx target sh3e @var{dev}
172c2a43 13659Renesas SH-3 and SH-3E target systems.
8e04817f
AC
13660
13661@end table
13662
13663@cindex download to H8/300 or H8/500
13664@cindex H8/300 or H8/500 download
172c2a43
KI
13665@cindex download to Renesas SH
13666@cindex Renesas SH download
13667When you select remote debugging to a Renesas SH, H8/300, or H8/500
13668board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
13669board and also opens it as the current executable target for
13670@value{GDBN} on your host (like the @code{file} command).
13671
13672@value{GDBN} needs to know these things to talk to your
172c2a43 13673Renesas SH, H8/300, or H8/500:
8e04817f
AC
13674
13675@enumerate
13676@item
13677that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
13678for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13679emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13680the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
13681H8/300, or H8/500.)
13682
13683@item
172c2a43 13684what serial device connects your host to your Renesas board (the first
8e04817f
AC
13685serial device available on your host is the default).
13686
13687@item
13688what speed to use over the serial device.
13689@end enumerate
13690
13691@menu
172c2a43
KI
13692* Renesas Boards:: Connecting to Renesas boards.
13693* Renesas ICE:: Using the E7000 In-Circuit Emulator.
13694* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
13695@end menu
13696
172c2a43
KI
13697@node Renesas Boards
13698@subsubsection Connecting to Renesas boards
8e04817f
AC
13699
13700@c only for Unix hosts
13701@kindex device
172c2a43 13702@cindex serial device, Renesas micros
8e04817f
AC
13703Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13704need to explicitly set the serial device. The default @var{port} is the
13705first available port on your host. This is only necessary on Unix
13706hosts, where it is typically something like @file{/dev/ttya}.
13707
13708@kindex speed
172c2a43 13709@cindex serial line speed, Renesas micros
8e04817f
AC
13710@code{@value{GDBN}} has another special command to set the communications
13711speed: @samp{speed @var{bps}}. This command also is only used from Unix
13712hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13713the DOS @code{mode} command (for instance,
13714@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13715
13716The @samp{device} and @samp{speed} commands are available only when you
172c2a43 13717use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
13718use a DOS host,
13719@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13720called @code{asynctsr} to communicate with the development board
13721through a PC serial port. You must also use the DOS @code{mode} command
13722to set up the serial port on the DOS side.
13723
13724The following sample session illustrates the steps needed to start a
13725program under @value{GDBN} control on an H8/300. The example uses a
13726sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 13727the Renesas SH and the H8/500.
8e04817f
AC
13728
13729First hook up your development board. In this example, we use a
13730board attached to serial port @code{COM2}; if you use a different serial
13731port, substitute its name in the argument of the @code{mode} command.
13732When you call @code{asynctsr}, the auxiliary comms program used by the
13733debugger, you give it just the numeric part of the serial port's name;
13734for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13735@code{COM2}.
13736
474c8240 13737@smallexample
8e04817f
AC
13738C:\H8300\TEST> asynctsr 2
13739C:\H8300\TEST> mode com2:9600,n,8,1,p
13740
13741Resident portion of MODE loaded
13742
13743COM2: 9600, n, 8, 1, p
13744
474c8240 13745@end smallexample
8e04817f
AC
13746
13747@quotation
13748@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13749@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13750disable it, or even boot without it, to use @code{asynctsr} to control
13751your development board.
13752@end quotation
13753
13754@kindex target hms@r{, and serial protocol}
13755Now that serial communications are set up, and the development board is
9c16f35a 13756connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
8e04817f
AC
13757the name of your program as the argument. @code{@value{GDBN}} prompts
13758you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13759commands to begin your debugging session: @samp{target hms} to specify
172c2a43 13760cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
13761download your program to the board. @code{load} displays the names of
13762the program's sections, and a @samp{*} for each 2K of data downloaded.
13763(If you want to refresh @value{GDBN} data on symbols or on the
13764executable file without downloading, use the @value{GDBN} commands
13765@code{file} or @code{symbol-file}. These commands, and @code{load}
13766itself, are described in @ref{Files,,Commands to specify files}.)
13767
13768@smallexample
13769(eg-C:\H8300\TEST) @value{GDBP} t.x
13770@value{GDBN} is free software and you are welcome to distribute copies
13771 of it under certain conditions; type "show copying" to see
13772 the conditions.
13773There is absolutely no warranty for @value{GDBN}; type "show warranty"
13774for details.
13775@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13776(@value{GDBP}) target hms
13777Connected to remote H8/300 HMS system.
13778(@value{GDBP}) load t.x
13779.text : 0x8000 .. 0xabde ***********
13780.data : 0xabde .. 0xad30 *
13781.stack : 0xf000 .. 0xf014 *
13782@end smallexample
13783
13784At this point, you're ready to run or debug your program. From here on,
13785you can use all the usual @value{GDBN} commands. The @code{break} command
13786sets breakpoints; the @code{run} command starts your program;
13787@code{print} or @code{x} display data; the @code{continue} command
13788resumes execution after stopping at a breakpoint. You can use the
13789@code{help} command at any time to find out more about @value{GDBN} commands.
13790
13791Remember, however, that @emph{operating system} facilities aren't
13792available on your development board; for example, if your program hangs,
13793you can't send an interrupt---but you can press the @sc{reset} switch!
13794
13795Use the @sc{reset} button on the development board
13796@itemize @bullet
13797@item
13798to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13799no way to pass an interrupt signal to the development board); and
13800
13801@item
13802to return to the @value{GDBN} command prompt after your program finishes
13803normally. The communications protocol provides no other way for @value{GDBN}
13804to detect program completion.
13805@end itemize
13806
13807In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13808development board as a ``normal exit'' of your program.
13809
172c2a43 13810@node Renesas ICE
8e04817f
AC
13811@subsubsection Using the E7000 in-circuit emulator
13812
172c2a43 13813@kindex target e7000@r{, with Renesas ICE}
8e04817f 13814You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 13815Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
13816e7000} command to connect @value{GDBN} to your E7000:
13817
13818@table @code
13819@item target e7000 @var{port} @var{speed}
13820Use this form if your E7000 is connected to a serial port. The
13821@var{port} argument identifies what serial port to use (for example,
13822@samp{com2}). The third argument is the line speed in bits per second
13823(for example, @samp{9600}).
13824
13825@item target e7000 @var{hostname}
13826If your E7000 is installed as a host on a TCP/IP network, you can just
13827specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13828@end table
13829
ba04e063
EZ
13830The following special commands are available when debugging with the
13831Renesas E7000 ICE:
13832
13833@table @code
13834@item e7000 @var{command}
13835@kindex e7000
13836@cindex send command to E7000 monitor
13837This sends the specified @var{command} to the E7000 monitor.
13838
13839@item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13840@kindex ftplogin@r{, E7000}
13841This command records information for subsequent interface with the
13842E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13843named @var{machine} using specified @var{username} and @var{password},
13844and then chdir to the named directory @var{dir}.
13845
13846@item ftpload @var{file}
13847@kindex ftpload@r{, E7000}
13848This command uses credentials recorded by @code{ftplogin} to fetch and
13849load the named @var{file} from the E7000 monitor.
13850
13851@item drain
13852@kindex drain@r{, E7000}
13853This command drains any pending text buffers stored on the E7000.
13854
13855@item set usehardbreakpoints
13856@itemx show usehardbreakpoints
13857@kindex set usehardbreakpoints@r{, E7000}
13858@kindex show usehardbreakpoints@r{, E7000}
13859@cindex hardware breakpoints, and E7000
13860These commands set and show the use of hardware breakpoints for all
13861breakpoints. @xref{Set Breaks, hardware-assisted breakpoint}, for
13862more information about using hardware breakpoints selectively.
13863@end table
13864
172c2a43
KI
13865@node Renesas Special
13866@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
13867
13868Some @value{GDBN} commands are available only for the H8/300:
13869
13870@table @code
13871
13872@kindex set machine
13873@kindex show machine
13874@item set machine h8300
13875@itemx set machine h8300h
13876Condition @value{GDBN} for one of the two variants of the H8/300
13877architecture with @samp{set machine}. You can use @samp{show machine}
13878to check which variant is currently in effect.
104c1213
JM
13879
13880@end table
13881
8e04817f
AC
13882@node H8/500
13883@subsection H8/500
104c1213
JM
13884
13885@table @code
13886
8e04817f
AC
13887@kindex set memory @var{mod}
13888@cindex memory models, H8/500
13889@item set memory @var{mod}
13890@itemx show memory
13891Specify which H8/500 memory model (@var{mod}) you are using with
13892@samp{set memory}; check which memory model is in effect with @samp{show
13893memory}. The accepted values for @var{mod} are @code{small},
13894@code{big}, @code{medium}, and @code{compact}.
104c1213 13895
8e04817f 13896@end table
104c1213 13897
8e04817f 13898@node M32R/D
ba04e063 13899@subsection Renesas M32R/D and M32R/SDI
8e04817f
AC
13900
13901@table @code
8e04817f
AC
13902@kindex target m32r
13903@item target m32r @var{dev}
172c2a43 13904Renesas M32R/D ROM monitor.
8e04817f 13905
fb3e19c0
KI
13906@kindex target m32rsdi
13907@item target m32rsdi @var{dev}
13908Renesas M32R SDI server, connected via parallel port to the board.
721c2651
EZ
13909@end table
13910
13911The following @value{GDBN} commands are specific to the M32R monitor:
13912
13913@table @code
13914@item set download-path @var{path}
13915@kindex set download-path
13916@cindex find downloadable @sc{srec} files (M32R)
13917Set the default path for finding donwloadable @sc{srec} files.
13918
13919@item show download-path
13920@kindex show download-path
13921Show the default path for downloadable @sc{srec} files.
fb3e19c0 13922
721c2651
EZ
13923@item set board-address @var{addr}
13924@kindex set board-address
13925@cindex M32-EVA target board address
13926Set the IP address for the M32R-EVA target board.
13927
13928@item show board-address
13929@kindex show board-address
13930Show the current IP address of the target board.
13931
13932@item set server-address @var{addr}
13933@kindex set server-address
13934@cindex download server address (M32R)
13935Set the IP address for the download server, which is the @value{GDBN}'s
13936host machine.
13937
13938@item show server-address
13939@kindex show server-address
13940Display the IP address of the download server.
13941
13942@item upload @r{[}@var{file}@r{]}
13943@kindex upload@r{, M32R}
13944Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13945upload capability. If no @var{file} argument is given, the current
13946executable file is uploaded.
13947
13948@item tload @r{[}@var{file}@r{]}
13949@kindex tload@r{, M32R}
13950Test the @code{upload} command.
8e04817f
AC
13951@end table
13952
ba04e063
EZ
13953The following commands are available for M32R/SDI:
13954
13955@table @code
13956@item sdireset
13957@kindex sdireset
13958@cindex reset SDI connection, M32R
13959This command resets the SDI connection.
13960
13961@item sdistatus
13962@kindex sdistatus
13963This command shows the SDI connection status.
13964
13965@item debug_chaos
13966@kindex debug_chaos
13967@cindex M32R/Chaos debugging
13968Instructs the remote that M32R/Chaos debugging is to be used.
13969
13970@item use_debug_dma
13971@kindex use_debug_dma
13972Instructs the remote to use the DEBUG_DMA method of accessing memory.
13973
13974@item use_mon_code
13975@kindex use_mon_code
13976Instructs the remote to use the MON_CODE method of accessing memory.
13977
13978@item use_ib_break
13979@kindex use_ib_break
13980Instructs the remote to set breakpoints by IB break.
13981
13982@item use_dbt_break
13983@kindex use_dbt_break
13984Instructs the remote to set breakpoints by DBT.
13985@end table
13986
8e04817f
AC
13987@node M68K
13988@subsection M68k
13989
13990The Motorola m68k configuration includes ColdFire support, and
13991target command for the following ROM monitors.
13992
13993@table @code
13994
13995@kindex target abug
13996@item target abug @var{dev}
13997ABug ROM monitor for M68K.
13998
13999@kindex target cpu32bug
14000@item target cpu32bug @var{dev}
14001CPU32BUG monitor, running on a CPU32 (M68K) board.
14002
14003@kindex target dbug
14004@item target dbug @var{dev}
14005dBUG ROM monitor for Motorola ColdFire.
14006
14007@kindex target est
14008@item target est @var{dev}
14009EST-300 ICE monitor, running on a CPU32 (M68K) board.
14010
14011@kindex target rom68k
14012@item target rom68k @var{dev}
14013ROM 68K monitor, running on an M68K IDP board.
14014
14015@end table
14016
8e04817f
AC
14017@table @code
14018
14019@kindex target rombug
14020@item target rombug @var{dev}
14021ROMBUG ROM monitor for OS/9000.
14022
14023@end table
14024
8e04817f
AC
14025@node MIPS Embedded
14026@subsection MIPS Embedded
14027
14028@cindex MIPS boards
14029@value{GDBN} can use the MIPS remote debugging protocol to talk to a
14030MIPS board attached to a serial line. This is available when
14031you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 14032
8e04817f
AC
14033@need 1000
14034Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 14035
8e04817f
AC
14036@table @code
14037@item target mips @var{port}
14038@kindex target mips @var{port}
14039To run a program on the board, start up @code{@value{GDBP}} with the
14040name of your program as the argument. To connect to the board, use the
14041command @samp{target mips @var{port}}, where @var{port} is the name of
14042the serial port connected to the board. If the program has not already
14043been downloaded to the board, you may use the @code{load} command to
14044download it. You can then use all the usual @value{GDBN} commands.
104c1213 14045
8e04817f
AC
14046For example, this sequence connects to the target board through a serial
14047port, and loads and runs a program called @var{prog} through the
14048debugger:
104c1213 14049
474c8240 14050@smallexample
8e04817f
AC
14051host$ @value{GDBP} @var{prog}
14052@value{GDBN} is free software and @dots{}
14053(@value{GDBP}) target mips /dev/ttyb
14054(@value{GDBP}) load @var{prog}
14055(@value{GDBP}) run
474c8240 14056@end smallexample
104c1213 14057
8e04817f
AC
14058@item target mips @var{hostname}:@var{portnumber}
14059On some @value{GDBN} host configurations, you can specify a TCP
14060connection (for instance, to a serial line managed by a terminal
14061concentrator) instead of a serial port, using the syntax
14062@samp{@var{hostname}:@var{portnumber}}.
104c1213 14063
8e04817f
AC
14064@item target pmon @var{port}
14065@kindex target pmon @var{port}
14066PMON ROM monitor.
104c1213 14067
8e04817f
AC
14068@item target ddb @var{port}
14069@kindex target ddb @var{port}
14070NEC's DDB variant of PMON for Vr4300.
104c1213 14071
8e04817f
AC
14072@item target lsi @var{port}
14073@kindex target lsi @var{port}
14074LSI variant of PMON.
104c1213 14075
8e04817f
AC
14076@kindex target r3900
14077@item target r3900 @var{dev}
14078Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 14079
8e04817f
AC
14080@kindex target array
14081@item target array @var{dev}
14082Array Tech LSI33K RAID controller board.
104c1213 14083
8e04817f 14084@end table
104c1213 14085
104c1213 14086
8e04817f
AC
14087@noindent
14088@value{GDBN} also supports these special commands for MIPS targets:
104c1213 14089
8e04817f 14090@table @code
8e04817f
AC
14091@item set mipsfpu double
14092@itemx set mipsfpu single
14093@itemx set mipsfpu none
a64548ea 14094@itemx set mipsfpu auto
8e04817f
AC
14095@itemx show mipsfpu
14096@kindex set mipsfpu
14097@kindex show mipsfpu
14098@cindex MIPS remote floating point
14099@cindex floating point, MIPS remote
14100If your target board does not support the MIPS floating point
14101coprocessor, you should use the command @samp{set mipsfpu none} (if you
14102need this, you may wish to put the command in your @value{GDBN} init
14103file). This tells @value{GDBN} how to find the return value of
14104functions which return floating point values. It also allows
14105@value{GDBN} to avoid saving the floating point registers when calling
14106functions on the board. If you are using a floating point coprocessor
14107with only single precision floating point support, as on the @sc{r4650}
14108processor, use the command @samp{set mipsfpu single}. The default
14109double precision floating point coprocessor may be selected using
14110@samp{set mipsfpu double}.
104c1213 14111
8e04817f
AC
14112In previous versions the only choices were double precision or no
14113floating point, so @samp{set mipsfpu on} will select double precision
14114and @samp{set mipsfpu off} will select no floating point.
104c1213 14115
8e04817f
AC
14116As usual, you can inquire about the @code{mipsfpu} variable with
14117@samp{show mipsfpu}.
104c1213 14118
8e04817f
AC
14119@item set timeout @var{seconds}
14120@itemx set retransmit-timeout @var{seconds}
14121@itemx show timeout
14122@itemx show retransmit-timeout
14123@cindex @code{timeout}, MIPS protocol
14124@cindex @code{retransmit-timeout}, MIPS protocol
14125@kindex set timeout
14126@kindex show timeout
14127@kindex set retransmit-timeout
14128@kindex show retransmit-timeout
14129You can control the timeout used while waiting for a packet, in the MIPS
14130remote protocol, with the @code{set timeout @var{seconds}} command. The
14131default is 5 seconds. Similarly, you can control the timeout used while
14132waiting for an acknowledgement of a packet with the @code{set
14133retransmit-timeout @var{seconds}} command. The default is 3 seconds.
14134You can inspect both values with @code{show timeout} and @code{show
14135retransmit-timeout}. (These commands are @emph{only} available when
14136@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 14137
8e04817f
AC
14138The timeout set by @code{set timeout} does not apply when @value{GDBN}
14139is waiting for your program to stop. In that case, @value{GDBN} waits
14140forever because it has no way of knowing how long the program is going
14141to run before stopping.
ba04e063
EZ
14142
14143@item set syn-garbage-limit @var{num}
14144@kindex set syn-garbage-limit@r{, MIPS remote}
14145@cindex synchronize with remote MIPS target
14146Limit the maximum number of characters @value{GDBN} should ignore when
14147it tries to synchronize with the remote target. The default is 10
14148characters. Setting the limit to -1 means there's no limit.
14149
14150@item show syn-garbage-limit
14151@kindex show syn-garbage-limit@r{, MIPS remote}
14152Show the current limit on the number of characters to ignore when
14153trying to synchronize with the remote system.
14154
14155@item set monitor-prompt @var{prompt}
14156@kindex set monitor-prompt@r{, MIPS remote}
14157@cindex remote monitor prompt
14158Tell @value{GDBN} to expect the specified @var{prompt} string from the
14159remote monitor. The default depends on the target:
14160@table @asis
14161@item pmon target
14162@samp{PMON}
14163@item ddb target
14164@samp{NEC010}
14165@item lsi target
14166@samp{PMON>}
14167@end table
14168
14169@item show monitor-prompt
14170@kindex show monitor-prompt@r{, MIPS remote}
14171Show the current strings @value{GDBN} expects as the prompt from the
14172remote monitor.
14173
14174@item set monitor-warnings
14175@kindex set monitor-warnings@r{, MIPS remote}
14176Enable or disable monitor warnings about hardware breakpoints. This
14177has effect only for the @code{lsi} target. When on, @value{GDBN} will
14178display warning messages whose codes are returned by the @code{lsi}
14179PMON monitor for breakpoint commands.
14180
14181@item show monitor-warnings
14182@kindex show monitor-warnings@r{, MIPS remote}
14183Show the current setting of printing monitor warnings.
14184
14185@item pmon @var{command}
14186@kindex pmon@r{, MIPS remote}
14187@cindex send PMON command
14188This command allows sending an arbitrary @var{command} string to the
14189monitor. The monitor must be in debug mode for this to work.
8e04817f 14190@end table
104c1213 14191
a37295f9
MM
14192@node OpenRISC 1000
14193@subsection OpenRISC 1000
14194@cindex OpenRISC 1000
14195
14196@cindex or1k boards
14197See OR1k Architecture document (@uref{www.opencores.org}) for more information
14198about platform and commands.
14199
14200@table @code
14201
14202@kindex target jtag
14203@item target jtag jtag://@var{host}:@var{port}
14204
14205Connects to remote JTAG server.
14206JTAG remote server can be either an or1ksim or JTAG server,
14207connected via parallel port to the board.
14208
14209Example: @code{target jtag jtag://localhost:9999}
14210
14211@kindex or1ksim
14212@item or1ksim @var{command}
14213If connected to @code{or1ksim} OpenRISC 1000 Architectural
14214Simulator, proprietary commands can be executed.
14215
14216@kindex info or1k spr
14217@item info or1k spr
14218Displays spr groups.
14219
14220@item info or1k spr @var{group}
14221@itemx info or1k spr @var{groupno}
14222Displays register names in selected group.
14223
14224@item info or1k spr @var{group} @var{register}
14225@itemx info or1k spr @var{register}
14226@itemx info or1k spr @var{groupno} @var{registerno}
14227@itemx info or1k spr @var{registerno}
14228Shows information about specified spr register.
14229
14230@kindex spr
14231@item spr @var{group} @var{register} @var{value}
14232@itemx spr @var{register @var{value}}
14233@itemx spr @var{groupno} @var{registerno @var{value}}
14234@itemx spr @var{registerno @var{value}}
14235Writes @var{value} to specified spr register.
14236@end table
14237
14238Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14239It is very similar to @value{GDBN} trace, except it does not interfere with normal
14240program execution and is thus much faster. Hardware breakpoints/watchpoint
14241triggers can be set using:
14242@table @code
14243@item $LEA/$LDATA
14244Load effective address/data
14245@item $SEA/$SDATA
14246Store effective address/data
14247@item $AEA/$ADATA
14248Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14249@item $FETCH
14250Fetch data
14251@end table
14252
14253When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14254@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14255
14256@code{htrace} commands:
14257@cindex OpenRISC 1000 htrace
14258@table @code
14259@kindex hwatch
14260@item hwatch @var{conditional}
14261Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14262or Data. For example:
14263
14264@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14265
14266@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14267
4644b6e3 14268@kindex htrace
a37295f9
MM
14269@item htrace info
14270Display information about current HW trace configuration.
14271
a37295f9
MM
14272@item htrace trigger @var{conditional}
14273Set starting criteria for HW trace.
14274
a37295f9
MM
14275@item htrace qualifier @var{conditional}
14276Set acquisition qualifier for HW trace.
14277
a37295f9
MM
14278@item htrace stop @var{conditional}
14279Set HW trace stopping criteria.
14280
f153cc92 14281@item htrace record [@var{data}]*
a37295f9
MM
14282Selects the data to be recorded, when qualifier is met and HW trace was
14283triggered.
14284
a37295f9 14285@item htrace enable
a37295f9
MM
14286@itemx htrace disable
14287Enables/disables the HW trace.
14288
f153cc92 14289@item htrace rewind [@var{filename}]
a37295f9
MM
14290Clears currently recorded trace data.
14291
14292If filename is specified, new trace file is made and any newly collected data
14293will be written there.
14294
f153cc92 14295@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
14296Prints trace buffer, using current record configuration.
14297
a37295f9
MM
14298@item htrace mode continuous
14299Set continuous trace mode.
14300
a37295f9
MM
14301@item htrace mode suspend
14302Set suspend trace mode.
14303
14304@end table
14305
8e04817f
AC
14306@node PowerPC
14307@subsection PowerPC
104c1213
JM
14308
14309@table @code
8e04817f
AC
14310@kindex target dink32
14311@item target dink32 @var{dev}
14312DINK32 ROM monitor.
104c1213 14313
8e04817f
AC
14314@kindex target ppcbug
14315@item target ppcbug @var{dev}
14316@kindex target ppcbug1
14317@item target ppcbug1 @var{dev}
14318PPCBUG ROM monitor for PowerPC.
104c1213 14319
8e04817f
AC
14320@kindex target sds
14321@item target sds @var{dev}
14322SDS monitor, running on a PowerPC board (such as Motorola's ADS).
c45da7e6 14323@end table
8e04817f 14324
c45da7e6
EZ
14325@cindex SDS protocol
14326The following commands specifi to the SDS protocol are supported
14327by@value{GDBN}:
14328
14329@table @code
14330@item set sdstimeout @var{nsec}
14331@kindex set sdstimeout
14332Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
14333default is 2 seconds.
14334
14335@item show sdstimeout
14336@kindex show sdstimeout
14337Show the current value of the SDS timeout.
14338
14339@item sds @var{command}
14340@kindex sds@r{, a command}
14341Send the specified @var{command} string to the SDS monitor.
8e04817f
AC
14342@end table
14343
c45da7e6 14344
8e04817f
AC
14345@node PA
14346@subsection HP PA Embedded
104c1213
JM
14347
14348@table @code
14349
8e04817f
AC
14350@kindex target op50n
14351@item target op50n @var{dev}
14352OP50N monitor, running on an OKI HPPA board.
14353
14354@kindex target w89k
14355@item target w89k @var{dev}
14356W89K monitor, running on a Winbond HPPA board.
104c1213
JM
14357
14358@end table
14359
8e04817f 14360@node SH
172c2a43 14361@subsection Renesas SH
104c1213
JM
14362
14363@table @code
14364
172c2a43 14365@kindex target hms@r{, with Renesas SH}
8e04817f 14366@item target hms @var{dev}
172c2a43 14367A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
14368commands @code{device} and @code{speed} to control the serial line and
14369the communications speed used.
104c1213 14370
172c2a43 14371@kindex target e7000@r{, with Renesas SH}
8e04817f 14372@item target e7000 @var{dev}
172c2a43 14373E7000 emulator for Renesas SH.
104c1213 14374
8e04817f
AC
14375@kindex target sh3@r{, with SH}
14376@kindex target sh3e@r{, with SH}
14377@item target sh3 @var{dev}
14378@item target sh3e @var{dev}
172c2a43 14379Renesas SH-3 and SH-3E target systems.
104c1213 14380
8e04817f 14381@end table
104c1213 14382
8e04817f
AC
14383@node Sparclet
14384@subsection Tsqware Sparclet
104c1213 14385
8e04817f
AC
14386@cindex Sparclet
14387
14388@value{GDBN} enables developers to debug tasks running on
14389Sparclet targets from a Unix host.
14390@value{GDBN} uses code that runs on
14391both the Unix host and on the Sparclet target. The program
14392@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 14393
8e04817f
AC
14394@table @code
14395@item remotetimeout @var{args}
14396@kindex remotetimeout
14397@value{GDBN} supports the option @code{remotetimeout}.
14398This option is set by the user, and @var{args} represents the number of
14399seconds @value{GDBN} waits for responses.
104c1213
JM
14400@end table
14401
8e04817f
AC
14402@cindex compiling, on Sparclet
14403When compiling for debugging, include the options @samp{-g} to get debug
14404information and @samp{-Ttext} to relocate the program to where you wish to
14405load it on the target. You may also want to add the options @samp{-n} or
14406@samp{-N} in order to reduce the size of the sections. Example:
104c1213 14407
474c8240 14408@smallexample
8e04817f 14409sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 14410@end smallexample
104c1213 14411
8e04817f 14412You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 14413
474c8240 14414@smallexample
8e04817f 14415sparclet-aout-objdump --headers --syms prog
474c8240 14416@end smallexample
104c1213 14417
8e04817f
AC
14418@cindex running, on Sparclet
14419Once you have set
14420your Unix execution search path to find @value{GDBN}, you are ready to
14421run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
14422(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 14423
8e04817f
AC
14424@value{GDBN} comes up showing the prompt:
14425
474c8240 14426@smallexample
8e04817f 14427(gdbslet)
474c8240 14428@end smallexample
104c1213
JM
14429
14430@menu
8e04817f
AC
14431* Sparclet File:: Setting the file to debug
14432* Sparclet Connection:: Connecting to Sparclet
14433* Sparclet Download:: Sparclet download
14434* Sparclet Execution:: Running and debugging
104c1213
JM
14435@end menu
14436
8e04817f
AC
14437@node Sparclet File
14438@subsubsection Setting file to debug
104c1213 14439
8e04817f 14440The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 14441
474c8240 14442@smallexample
8e04817f 14443(gdbslet) file prog
474c8240 14444@end smallexample
104c1213 14445
8e04817f
AC
14446@need 1000
14447@value{GDBN} then attempts to read the symbol table of @file{prog}.
14448@value{GDBN} locates
14449the file by searching the directories listed in the command search
14450path.
14451If the file was compiled with debug information (option "-g"), source
14452files will be searched as well.
14453@value{GDBN} locates
14454the source files by searching the directories listed in the directory search
14455path (@pxref{Environment, ,Your program's environment}).
14456If it fails
14457to find a file, it displays a message such as:
104c1213 14458
474c8240 14459@smallexample
8e04817f 14460prog: No such file or directory.
474c8240 14461@end smallexample
104c1213 14462
8e04817f
AC
14463When this happens, add the appropriate directories to the search paths with
14464the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14465@code{target} command again.
104c1213 14466
8e04817f
AC
14467@node Sparclet Connection
14468@subsubsection Connecting to Sparclet
104c1213 14469
8e04817f
AC
14470The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14471To connect to a target on serial port ``@code{ttya}'', type:
104c1213 14472
474c8240 14473@smallexample
8e04817f
AC
14474(gdbslet) target sparclet /dev/ttya
14475Remote target sparclet connected to /dev/ttya
14476main () at ../prog.c:3
474c8240 14477@end smallexample
104c1213 14478
8e04817f
AC
14479@need 750
14480@value{GDBN} displays messages like these:
104c1213 14481
474c8240 14482@smallexample
8e04817f 14483Connected to ttya.
474c8240 14484@end smallexample
104c1213 14485
8e04817f
AC
14486@node Sparclet Download
14487@subsubsection Sparclet download
104c1213 14488
8e04817f
AC
14489@cindex download to Sparclet
14490Once connected to the Sparclet target,
14491you can use the @value{GDBN}
14492@code{load} command to download the file from the host to the target.
14493The file name and load offset should be given as arguments to the @code{load}
14494command.
14495Since the file format is aout, the program must be loaded to the starting
14496address. You can use @code{objdump} to find out what this value is. The load
14497offset is an offset which is added to the VMA (virtual memory address)
14498of each of the file's sections.
14499For instance, if the program
14500@file{prog} was linked to text address 0x1201000, with data at 0x12010160
14501and bss at 0x12010170, in @value{GDBN}, type:
104c1213 14502
474c8240 14503@smallexample
8e04817f
AC
14504(gdbslet) load prog 0x12010000
14505Loading section .text, size 0xdb0 vma 0x12010000
474c8240 14506@end smallexample
104c1213 14507
8e04817f
AC
14508If the code is loaded at a different address then what the program was linked
14509to, you may need to use the @code{section} and @code{add-symbol-file} commands
14510to tell @value{GDBN} where to map the symbol table.
14511
14512@node Sparclet Execution
14513@subsubsection Running and debugging
14514
14515@cindex running and debugging Sparclet programs
14516You can now begin debugging the task using @value{GDBN}'s execution control
14517commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
14518manual for the list of commands.
14519
474c8240 14520@smallexample
8e04817f
AC
14521(gdbslet) b main
14522Breakpoint 1 at 0x12010000: file prog.c, line 3.
14523(gdbslet) run
14524Starting program: prog
14525Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
145263 char *symarg = 0;
14527(gdbslet) step
145284 char *execarg = "hello!";
14529(gdbslet)
474c8240 14530@end smallexample
8e04817f
AC
14531
14532@node Sparclite
14533@subsection Fujitsu Sparclite
104c1213
JM
14534
14535@table @code
14536
8e04817f
AC
14537@kindex target sparclite
14538@item target sparclite @var{dev}
14539Fujitsu sparclite boards, used only for the purpose of loading.
14540You must use an additional command to debug the program.
14541For example: target remote @var{dev} using @value{GDBN} standard
14542remote protocol.
104c1213
JM
14543
14544@end table
14545
8e04817f
AC
14546@node ST2000
14547@subsection Tandem ST2000
104c1213 14548
8e04817f
AC
14549@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14550STDBUG protocol.
104c1213 14551
8e04817f
AC
14552To connect your ST2000 to the host system, see the manufacturer's
14553manual. Once the ST2000 is physically attached, you can run:
104c1213 14554
474c8240 14555@smallexample
8e04817f 14556target st2000 @var{dev} @var{speed}
474c8240 14557@end smallexample
104c1213 14558
8e04817f
AC
14559@noindent
14560to establish it as your debugging environment. @var{dev} is normally
14561the name of a serial device, such as @file{/dev/ttya}, connected to the
14562ST2000 via a serial line. You can instead specify @var{dev} as a TCP
14563connection (for example, to a serial line attached via a terminal
14564concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 14565
8e04817f
AC
14566The @code{load} and @code{attach} commands are @emph{not} defined for
14567this target; you must load your program into the ST2000 as you normally
14568would for standalone operation. @value{GDBN} reads debugging information
14569(such as symbols) from a separate, debugging version of the program
14570available on your host computer.
14571@c FIXME!! This is terribly vague; what little content is here is
14572@c basically hearsay.
104c1213 14573
8e04817f
AC
14574@cindex ST2000 auxiliary commands
14575These auxiliary @value{GDBN} commands are available to help you with the ST2000
14576environment:
104c1213 14577
8e04817f
AC
14578@table @code
14579@item st2000 @var{command}
14580@kindex st2000 @var{cmd}
14581@cindex STDBUG commands (ST2000)
14582@cindex commands to STDBUG (ST2000)
14583Send a @var{command} to the STDBUG monitor. See the manufacturer's
14584manual for available commands.
104c1213 14585
8e04817f
AC
14586@item connect
14587@cindex connect (to STDBUG)
14588Connect the controlling terminal to the STDBUG command monitor. When
14589you are done interacting with STDBUG, typing either of two character
14590sequences gets you back to the @value{GDBN} command prompt:
14591@kbd{@key{RET}~.} (Return, followed by tilde and period) or
14592@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
14593@end table
14594
8e04817f
AC
14595@node Z8000
14596@subsection Zilog Z8000
104c1213 14597
8e04817f
AC
14598@cindex Z8000
14599@cindex simulator, Z8000
14600@cindex Zilog Z8000 simulator
104c1213 14601
8e04817f
AC
14602When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14603a Z8000 simulator.
14604
14605For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14606unsegmented variant of the Z8000 architecture) or the Z8001 (the
14607segmented variant). The simulator recognizes which architecture is
14608appropriate by inspecting the object code.
104c1213 14609
8e04817f
AC
14610@table @code
14611@item target sim @var{args}
14612@kindex sim
14613@kindex target sim@r{, with Z8000}
14614Debug programs on a simulated CPU. If the simulator supports setup
14615options, specify them via @var{args}.
104c1213
JM
14616@end table
14617
8e04817f
AC
14618@noindent
14619After specifying this target, you can debug programs for the simulated
14620CPU in the same style as programs for your host computer; use the
14621@code{file} command to load a new program image, the @code{run} command
14622to run your program, and so on.
14623
14624As well as making available all the usual machine registers
14625(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14626additional items of information as specially named registers:
104c1213
JM
14627
14628@table @code
14629
8e04817f
AC
14630@item cycles
14631Counts clock-ticks in the simulator.
104c1213 14632
8e04817f
AC
14633@item insts
14634Counts instructions run in the simulator.
104c1213 14635
8e04817f
AC
14636@item time
14637Execution time in 60ths of a second.
104c1213 14638
8e04817f 14639@end table
104c1213 14640
8e04817f
AC
14641You can refer to these values in @value{GDBN} expressions with the usual
14642conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14643conditional breakpoint that suspends only after at least 5000
14644simulated clock ticks.
104c1213 14645
a64548ea
EZ
14646@node AVR
14647@subsection Atmel AVR
14648@cindex AVR
14649
14650When configured for debugging the Atmel AVR, @value{GDBN} supports the
14651following AVR-specific commands:
14652
14653@table @code
14654@item info io_registers
14655@kindex info io_registers@r{, AVR}
14656@cindex I/O registers (Atmel AVR)
14657This command displays information about the AVR I/O registers. For
14658each register, @value{GDBN} prints its number and value.
14659@end table
14660
14661@node CRIS
14662@subsection CRIS
14663@cindex CRIS
14664
14665When configured for debugging CRIS, @value{GDBN} provides the
14666following CRIS-specific commands:
14667
14668@table @code
14669@item set cris-version @var{ver}
14670@cindex CRIS version
e22e55c9
OF
14671Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
14672The CRIS version affects register names and sizes. This command is useful in
14673case autodetection of the CRIS version fails.
a64548ea
EZ
14674
14675@item show cris-version
14676Show the current CRIS version.
14677
14678@item set cris-dwarf2-cfi
14679@cindex DWARF-2 CFI and CRIS
e22e55c9
OF
14680Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
14681Change to @samp{off} when using @code{gcc-cris} whose version is below
14682@code{R59}.
a64548ea
EZ
14683
14684@item show cris-dwarf2-cfi
14685Show the current state of using DWARF-2 CFI.
e22e55c9
OF
14686
14687@item set cris-mode @var{mode}
14688@cindex CRIS mode
14689Set the current CRIS mode to @var{mode}. It should only be changed when
14690debugging in guru mode, in which case it should be set to
14691@samp{guru} (the default is @samp{normal}).
14692
14693@item show cris-mode
14694Show the current CRIS mode.
a64548ea
EZ
14695@end table
14696
14697@node Super-H
14698@subsection Renesas Super-H
14699@cindex Super-H
14700
14701For the Renesas Super-H processor, @value{GDBN} provides these
14702commands:
14703
14704@table @code
14705@item regs
14706@kindex regs@r{, Super-H}
14707Show the values of all Super-H registers.
14708@end table
14709
c45da7e6
EZ
14710@node WinCE
14711@subsection Windows CE
14712@cindex Windows CE
14713
14714The following commands are available for Windows CE:
14715
14716@table @code
14717@item set remotedirectory @var{dir}
14718@kindex set remotedirectory
14719Tell @value{GDBN} to upload files from the named directory @var{dir}.
14720The default is @file{/gdb}, i.e.@: the root directory on the current
14721drive.
14722
14723@item show remotedirectory
14724@kindex show remotedirectory
14725Show the current value of the upload directory.
14726
14727@item set remoteupload @var{method}
14728@kindex set remoteupload
14729Set the method used to upload files to remote device. Valid values
14730for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14731The default is @samp{newer}.
14732
14733@item show remoteupload
14734@kindex show remoteupload
14735Show the current setting of the upload method.
14736
14737@item set remoteaddhost
14738@kindex set remoteaddhost
14739Tell @value{GDBN} whether to add this host to the remote stub's
14740arguments when you debug over a network.
14741
14742@item show remoteaddhost
14743@kindex show remoteaddhost
14744Show whether to add this host to remote stub's arguments when
14745debugging over a network.
14746@end table
14747
a64548ea 14748
8e04817f
AC
14749@node Architectures
14750@section Architectures
104c1213 14751
8e04817f
AC
14752This section describes characteristics of architectures that affect
14753all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 14754
8e04817f 14755@menu
9c16f35a 14756* i386::
8e04817f
AC
14757* A29K::
14758* Alpha::
14759* MIPS::
a64548ea 14760* HPPA:: HP PA architecture
8e04817f 14761@end menu
104c1213 14762
9c16f35a
EZ
14763@node i386
14764@subsection x86 Architecture-specific issues.
14765
14766@table @code
14767@item set struct-convention @var{mode}
14768@kindex set struct-convention
14769@cindex struct return convention
14770@cindex struct/union returned in registers
14771Set the convention used by the inferior to return @code{struct}s and
14772@code{union}s from functions to @var{mode}. Possible values of
14773@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14774default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14775are returned on the stack, while @code{"reg"} means that a
14776@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14777be returned in a register.
14778
14779@item show struct-convention
14780@kindex show struct-convention
14781Show the current setting of the convention to return @code{struct}s
14782from functions.
14783@end table
14784
8e04817f
AC
14785@node A29K
14786@subsection A29K
104c1213
JM
14787
14788@table @code
104c1213 14789
8e04817f
AC
14790@kindex set rstack_high_address
14791@cindex AMD 29K register stack
14792@cindex register stack, AMD29K
14793@item set rstack_high_address @var{address}
14794On AMD 29000 family processors, registers are saved in a separate
14795@dfn{register stack}. There is no way for @value{GDBN} to determine the
14796extent of this stack. Normally, @value{GDBN} just assumes that the
14797stack is ``large enough''. This may result in @value{GDBN} referencing
14798memory locations that do not exist. If necessary, you can get around
14799this problem by specifying the ending address of the register stack with
14800the @code{set rstack_high_address} command. The argument should be an
14801address, which you probably want to precede with @samp{0x} to specify in
14802hexadecimal.
104c1213 14803
8e04817f
AC
14804@kindex show rstack_high_address
14805@item show rstack_high_address
14806Display the current limit of the register stack, on AMD 29000 family
14807processors.
104c1213 14808
8e04817f 14809@end table
104c1213 14810
8e04817f
AC
14811@node Alpha
14812@subsection Alpha
104c1213 14813
8e04817f 14814See the following section.
104c1213 14815
8e04817f
AC
14816@node MIPS
14817@subsection MIPS
104c1213 14818
8e04817f
AC
14819@cindex stack on Alpha
14820@cindex stack on MIPS
14821@cindex Alpha stack
14822@cindex MIPS stack
14823Alpha- and MIPS-based computers use an unusual stack frame, which
14824sometimes requires @value{GDBN} to search backward in the object code to
14825find the beginning of a function.
104c1213 14826
8e04817f
AC
14827@cindex response time, MIPS debugging
14828To improve response time (especially for embedded applications, where
14829@value{GDBN} may be restricted to a slow serial line for this search)
14830you may want to limit the size of this search, using one of these
14831commands:
104c1213 14832
8e04817f
AC
14833@table @code
14834@cindex @code{heuristic-fence-post} (Alpha, MIPS)
14835@item set heuristic-fence-post @var{limit}
14836Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14837search for the beginning of a function. A value of @var{0} (the
14838default) means there is no limit. However, except for @var{0}, the
14839larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
14840and therefore the longer it takes to run. You should only need to use
14841this command when debugging a stripped executable.
104c1213 14842
8e04817f
AC
14843@item show heuristic-fence-post
14844Display the current limit.
14845@end table
104c1213
JM
14846
14847@noindent
8e04817f
AC
14848These commands are available @emph{only} when @value{GDBN} is configured
14849for debugging programs on Alpha or MIPS processors.
104c1213 14850
a64548ea
EZ
14851Several MIPS-specific commands are available when debugging MIPS
14852programs:
14853
14854@table @code
14855@item set mips saved-gpreg-size @var{size}
14856@kindex set mips saved-gpreg-size
14857@cindex MIPS GP register size on stack
14858Set the size of MIPS general-purpose registers saved on the stack.
14859The argument @var{size} can be one of the following:
14860
14861@table @samp
14862@item 32
1486332-bit GP registers
14864@item 64
1486564-bit GP registers
14866@item auto
14867Use the target's default setting or autodetect the saved size from the
14868information contained in the executable. This is the default
14869@end table
14870
14871@item show mips saved-gpreg-size
14872@kindex show mips saved-gpreg-size
14873Show the current size of MIPS GP registers on the stack.
14874
14875@item set mips stack-arg-size @var{size}
14876@kindex set mips stack-arg-size
14877@cindex MIPS stack space for arguments
14878Set the amount of stack space reserved for arguments to functions.
14879The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14880(the default).
14881
14882@item set mips abi @var{arg}
14883@kindex set mips abi
14884@cindex set ABI for MIPS
14885Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
14886values of @var{arg} are:
14887
14888@table @samp
14889@item auto
14890The default ABI associated with the current binary (this is the
14891default).
14892@item o32
14893@item o64
14894@item n32
14895@item n64
14896@item eabi32
14897@item eabi64
14898@item auto
14899@end table
14900
14901@item show mips abi
14902@kindex show mips abi
14903Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14904
14905@item set mipsfpu
14906@itemx show mipsfpu
14907@xref{MIPS Embedded, set mipsfpu}.
14908
14909@item set mips mask-address @var{arg}
14910@kindex set mips mask-address
14911@cindex MIPS addresses, masking
14912This command determines whether the most-significant 32 bits of 64-bit
14913MIPS addresses are masked off. The argument @var{arg} can be
14914@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
14915setting, which lets @value{GDBN} determine the correct value.
14916
14917@item show mips mask-address
14918@kindex show mips mask-address
14919Show whether the upper 32 bits of MIPS addresses are masked off or
14920not.
14921
14922@item set remote-mips64-transfers-32bit-regs
14923@kindex set remote-mips64-transfers-32bit-regs
14924This command controls compatibility with 64-bit MIPS targets that
14925transfer data in 32-bit quantities. If you have an old MIPS 64 target
14926that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14927and 64 bits for other registers, set this option to @samp{on}.
14928
14929@item show remote-mips64-transfers-32bit-regs
14930@kindex show remote-mips64-transfers-32bit-regs
14931Show the current setting of compatibility with older MIPS 64 targets.
14932
14933@item set debug mips
14934@kindex set debug mips
14935This command turns on and off debugging messages for the MIPS-specific
14936target code in @value{GDBN}.
14937
14938@item show debug mips
14939@kindex show debug mips
14940Show the current setting of MIPS debugging messages.
14941@end table
14942
14943
14944@node HPPA
14945@subsection HPPA
14946@cindex HPPA support
14947
14948When @value{GDBN} is debugging te HP PA architecture, it provides the
14949following special commands:
14950
14951@table @code
14952@item set debug hppa
14953@kindex set debug hppa
14954THis command determines whether HPPA architecture specific debugging
14955messages are to be displayed.
14956
14957@item show debug hppa
14958Show whether HPPA debugging messages are displayed.
14959
14960@item maint print unwind @var{address}
14961@kindex maint print unwind@r{, HPPA}
14962This command displays the contents of the unwind table entry at the
14963given @var{address}.
14964
14965@end table
14966
104c1213 14967
8e04817f
AC
14968@node Controlling GDB
14969@chapter Controlling @value{GDBN}
14970
14971You can alter the way @value{GDBN} interacts with you by using the
14972@code{set} command. For commands controlling how @value{GDBN} displays
14973data, see @ref{Print Settings, ,Print settings}. Other settings are
14974described here.
14975
14976@menu
14977* Prompt:: Prompt
14978* Editing:: Command editing
14979* History:: Command history
14980* Screen Size:: Screen size
14981* Numbers:: Numbers
1e698235 14982* ABI:: Configuring the current ABI
8e04817f
AC
14983* Messages/Warnings:: Optional warnings and messages
14984* Debugging Output:: Optional messages about internal happenings
14985@end menu
14986
14987@node Prompt
14988@section Prompt
104c1213 14989
8e04817f 14990@cindex prompt
104c1213 14991
8e04817f
AC
14992@value{GDBN} indicates its readiness to read a command by printing a string
14993called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
14994can change the prompt string with the @code{set prompt} command. For
14995instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
14996the prompt in one of the @value{GDBN} sessions so that you can always tell
14997which one you are talking to.
104c1213 14998
8e04817f
AC
14999@emph{Note:} @code{set prompt} does not add a space for you after the
15000prompt you set. This allows you to set a prompt which ends in a space
15001or a prompt that does not.
104c1213 15002
8e04817f
AC
15003@table @code
15004@kindex set prompt
15005@item set prompt @var{newprompt}
15006Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 15007
8e04817f
AC
15008@kindex show prompt
15009@item show prompt
15010Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
15011@end table
15012
8e04817f
AC
15013@node Editing
15014@section Command editing
15015@cindex readline
15016@cindex command line editing
104c1213 15017
703663ab 15018@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
15019@sc{gnu} library provides consistent behavior for programs which provide a
15020command line interface to the user. Advantages are @sc{gnu} Emacs-style
15021or @dfn{vi}-style inline editing of commands, @code{csh}-like history
15022substitution, and a storage and recall of command history across
15023debugging sessions.
104c1213 15024
8e04817f
AC
15025You may control the behavior of command line editing in @value{GDBN} with the
15026command @code{set}.
104c1213 15027
8e04817f
AC
15028@table @code
15029@kindex set editing
15030@cindex editing
15031@item set editing
15032@itemx set editing on
15033Enable command line editing (enabled by default).
104c1213 15034
8e04817f
AC
15035@item set editing off
15036Disable command line editing.
104c1213 15037
8e04817f
AC
15038@kindex show editing
15039@item show editing
15040Show whether command line editing is enabled.
104c1213
JM
15041@end table
15042
703663ab
EZ
15043@xref{Command Line Editing}, for more details about the Readline
15044interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
15045encouraged to read that chapter.
15046
8e04817f
AC
15047@node History
15048@section Command history
703663ab 15049@cindex command history
8e04817f
AC
15050
15051@value{GDBN} can keep track of the commands you type during your
15052debugging sessions, so that you can be certain of precisely what
15053happened. Use these commands to manage the @value{GDBN} command
15054history facility.
104c1213 15055
703663ab
EZ
15056@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
15057package, to provide the history facility. @xref{Using History
15058Interactively}, for the detailed description of the History library.
15059
15060Here is the description of @value{GDBN} commands related to command
15061history.
15062
104c1213 15063@table @code
8e04817f
AC
15064@cindex history substitution
15065@cindex history file
15066@kindex set history filename
4644b6e3 15067@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
15068@item set history filename @var{fname}
15069Set the name of the @value{GDBN} command history file to @var{fname}.
15070This is the file where @value{GDBN} reads an initial command history
15071list, and where it writes the command history from this session when it
15072exits. You can access this list through history expansion or through
15073the history command editing characters listed below. This file defaults
15074to the value of the environment variable @code{GDBHISTFILE}, or to
15075@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
15076is not set.
104c1213 15077
9c16f35a
EZ
15078@cindex save command history
15079@kindex set history save
8e04817f
AC
15080@item set history save
15081@itemx set history save on
15082Record command history in a file, whose name may be specified with the
15083@code{set history filename} command. By default, this option is disabled.
104c1213 15084
8e04817f
AC
15085@item set history save off
15086Stop recording command history in a file.
104c1213 15087
8e04817f 15088@cindex history size
9c16f35a 15089@kindex set history size
6fc08d32 15090@cindex @env{HISTSIZE}, environment variable
8e04817f
AC
15091@item set history size @var{size}
15092Set the number of commands which @value{GDBN} keeps in its history list.
15093This defaults to the value of the environment variable
15094@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
15095@end table
15096
8e04817f 15097History expansion assigns special meaning to the character @kbd{!}.
703663ab 15098@xref{Event Designators}, for more details.
8e04817f 15099
703663ab 15100@cindex history expansion, turn on/off
8e04817f
AC
15101Since @kbd{!} is also the logical not operator in C, history expansion
15102is off by default. If you decide to enable history expansion with the
15103@code{set history expansion on} command, you may sometimes need to
15104follow @kbd{!} (when it is used as logical not, in an expression) with
15105a space or a tab to prevent it from being expanded. The readline
15106history facilities do not attempt substitution on the strings
15107@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
15108
15109The commands to control history expansion are:
104c1213
JM
15110
15111@table @code
8e04817f
AC
15112@item set history expansion on
15113@itemx set history expansion
703663ab 15114@kindex set history expansion
8e04817f 15115Enable history expansion. History expansion is off by default.
104c1213 15116
8e04817f
AC
15117@item set history expansion off
15118Disable history expansion.
104c1213 15119
8e04817f
AC
15120@c @group
15121@kindex show history
15122@item show history
15123@itemx show history filename
15124@itemx show history save
15125@itemx show history size
15126@itemx show history expansion
15127These commands display the state of the @value{GDBN} history parameters.
15128@code{show history} by itself displays all four states.
15129@c @end group
15130@end table
15131
15132@table @code
9c16f35a
EZ
15133@kindex show commands
15134@cindex show last commands
15135@cindex display command history
8e04817f
AC
15136@item show commands
15137Display the last ten commands in the command history.
104c1213 15138
8e04817f
AC
15139@item show commands @var{n}
15140Print ten commands centered on command number @var{n}.
15141
15142@item show commands +
15143Print ten commands just after the commands last printed.
104c1213
JM
15144@end table
15145
8e04817f
AC
15146@node Screen Size
15147@section Screen size
15148@cindex size of screen
15149@cindex pauses in output
104c1213 15150
8e04817f
AC
15151Certain commands to @value{GDBN} may produce large amounts of
15152information output to the screen. To help you read all of it,
15153@value{GDBN} pauses and asks you for input at the end of each page of
15154output. Type @key{RET} when you want to continue the output, or @kbd{q}
15155to discard the remaining output. Also, the screen width setting
15156determines when to wrap lines of output. Depending on what is being
15157printed, @value{GDBN} tries to break the line at a readable place,
15158rather than simply letting it overflow onto the following line.
15159
15160Normally @value{GDBN} knows the size of the screen from the terminal
15161driver software. For example, on Unix @value{GDBN} uses the termcap data base
15162together with the value of the @code{TERM} environment variable and the
15163@code{stty rows} and @code{stty cols} settings. If this is not correct,
15164you can override it with the @code{set height} and @code{set
15165width} commands:
15166
15167@table @code
15168@kindex set height
15169@kindex set width
15170@kindex show width
15171@kindex show height
15172@item set height @var{lpp}
15173@itemx show height
15174@itemx set width @var{cpl}
15175@itemx show width
15176These @code{set} commands specify a screen height of @var{lpp} lines and
15177a screen width of @var{cpl} characters. The associated @code{show}
15178commands display the current settings.
104c1213 15179
8e04817f
AC
15180If you specify a height of zero lines, @value{GDBN} does not pause during
15181output no matter how long the output is. This is useful if output is to a
15182file or to an editor buffer.
104c1213 15183
8e04817f
AC
15184Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15185from wrapping its output.
9c16f35a
EZ
15186
15187@item set pagination on
15188@itemx set pagination off
15189@kindex set pagination
15190Turn the output pagination on or off; the default is on. Turning
15191pagination off is the alternative to @code{set height 0}.
15192
15193@item show pagination
15194@kindex show pagination
15195Show the current pagination mode.
104c1213
JM
15196@end table
15197
8e04817f
AC
15198@node Numbers
15199@section Numbers
15200@cindex number representation
15201@cindex entering numbers
104c1213 15202
8e04817f
AC
15203You can always enter numbers in octal, decimal, or hexadecimal in
15204@value{GDBN} by the usual conventions: octal numbers begin with
15205@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
eb2dae08
EZ
15206begin with @samp{0x}. Numbers that neither begin with @samp{0} or
15207@samp{0x}, nor end with a @samp{.} are, by default, entered in base
1520810; likewise, the default display for numbers---when no particular
15209format is specified---is base 10. You can change the default base for
15210both input and output with the commands described below.
104c1213 15211
8e04817f
AC
15212@table @code
15213@kindex set input-radix
15214@item set input-radix @var{base}
15215Set the default base for numeric input. Supported choices
15216for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
eb2dae08 15217specified either unambiguously or using the current input radix; for
8e04817f 15218example, any of
104c1213 15219
8e04817f 15220@smallexample
9c16f35a
EZ
15221set input-radix 012
15222set input-radix 10.
15223set input-radix 0xa
8e04817f 15224@end smallexample
104c1213 15225
8e04817f 15226@noindent
9c16f35a 15227sets the input base to decimal. On the other hand, @samp{set input-radix 10}
eb2dae08
EZ
15228leaves the input radix unchanged, no matter what it was, since
15229@samp{10}, being without any leading or trailing signs of its base, is
15230interpreted in the current radix. Thus, if the current radix is 16,
15231@samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
15232change the radix.
104c1213 15233
8e04817f
AC
15234@kindex set output-radix
15235@item set output-radix @var{base}
15236Set the default base for numeric display. Supported choices
15237for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
eb2dae08 15238specified either unambiguously or using the current input radix.
104c1213 15239
8e04817f
AC
15240@kindex show input-radix
15241@item show input-radix
15242Display the current default base for numeric input.
104c1213 15243
8e04817f
AC
15244@kindex show output-radix
15245@item show output-radix
15246Display the current default base for numeric display.
9c16f35a
EZ
15247
15248@item set radix @r{[}@var{base}@r{]}
15249@itemx show radix
15250@kindex set radix
15251@kindex show radix
15252These commands set and show the default base for both input and output
15253of numbers. @code{set radix} sets the radix of input and output to
15254the same base; without an argument, it resets the radix back to its
15255default value of 10.
15256
8e04817f 15257@end table
104c1213 15258
1e698235
DJ
15259@node ABI
15260@section Configuring the current ABI
15261
15262@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15263application automatically. However, sometimes you need to override its
15264conclusions. Use these commands to manage @value{GDBN}'s view of the
15265current ABI.
15266
98b45e30
DJ
15267@cindex OS ABI
15268@kindex set osabi
b4e9345d 15269@kindex show osabi
98b45e30
DJ
15270
15271One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 15272system targets, either via remote debugging or native emulation.
98b45e30
DJ
15273@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15274but you can override its conclusion using the @code{set osabi} command.
15275One example where this is useful is in debugging of binaries which use
15276an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15277not have the same identifying marks that the standard C library for your
15278platform provides.
15279
15280@table @code
15281@item show osabi
15282Show the OS ABI currently in use.
15283
15284@item set osabi
15285With no argument, show the list of registered available OS ABI's.
15286
15287@item set osabi @var{abi}
15288Set the current OS ABI to @var{abi}.
15289@end table
15290
1e698235 15291@cindex float promotion
1e698235
DJ
15292
15293Generally, the way that an argument of type @code{float} is passed to a
15294function depends on whether the function is prototyped. For a prototyped
15295(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15296according to the architecture's convention for @code{float}. For unprototyped
15297(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15298@code{double} and then passed.
15299
15300Unfortunately, some forms of debug information do not reliably indicate whether
15301a function is prototyped. If @value{GDBN} calls a function that is not marked
15302as prototyped, it consults @kbd{set coerce-float-to-double}.
15303
15304@table @code
a8f24a35 15305@kindex set coerce-float-to-double
1e698235
DJ
15306@item set coerce-float-to-double
15307@itemx set coerce-float-to-double on
15308Arguments of type @code{float} will be promoted to @code{double} when passed
15309to an unprototyped function. This is the default setting.
15310
15311@item set coerce-float-to-double off
15312Arguments of type @code{float} will be passed directly to unprototyped
15313functions.
9c16f35a
EZ
15314
15315@kindex show coerce-float-to-double
15316@item show coerce-float-to-double
15317Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
15318@end table
15319
f1212245
DJ
15320@kindex set cp-abi
15321@kindex show cp-abi
15322@value{GDBN} needs to know the ABI used for your program's C@t{++}
15323objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
15324used to build your application. @value{GDBN} only fully supports
15325programs with a single C@t{++} ABI; if your program contains code using
15326multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15327program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15328Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15329before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15330``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
15331use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
15332``auto''.
15333
15334@table @code
15335@item show cp-abi
15336Show the C@t{++} ABI currently in use.
15337
15338@item set cp-abi
15339With no argument, show the list of supported C@t{++} ABI's.
15340
15341@item set cp-abi @var{abi}
15342@itemx set cp-abi auto
15343Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15344@end table
15345
8e04817f
AC
15346@node Messages/Warnings
15347@section Optional warnings and messages
104c1213 15348
9c16f35a
EZ
15349@cindex verbose operation
15350@cindex optional warnings
8e04817f
AC
15351By default, @value{GDBN} is silent about its inner workings. If you are
15352running on a slow machine, you may want to use the @code{set verbose}
15353command. This makes @value{GDBN} tell you when it does a lengthy
15354internal operation, so you will not think it has crashed.
104c1213 15355
8e04817f
AC
15356Currently, the messages controlled by @code{set verbose} are those
15357which announce that the symbol table for a source file is being read;
15358see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 15359
8e04817f
AC
15360@table @code
15361@kindex set verbose
15362@item set verbose on
15363Enables @value{GDBN} output of certain informational messages.
104c1213 15364
8e04817f
AC
15365@item set verbose off
15366Disables @value{GDBN} output of certain informational messages.
104c1213 15367
8e04817f
AC
15368@kindex show verbose
15369@item show verbose
15370Displays whether @code{set verbose} is on or off.
15371@end table
104c1213 15372
8e04817f
AC
15373By default, if @value{GDBN} encounters bugs in the symbol table of an
15374object file, it is silent; but if you are debugging a compiler, you may
15375find this information useful (@pxref{Symbol Errors, ,Errors reading
15376symbol files}).
104c1213 15377
8e04817f 15378@table @code
104c1213 15379
8e04817f
AC
15380@kindex set complaints
15381@item set complaints @var{limit}
15382Permits @value{GDBN} to output @var{limit} complaints about each type of
15383unusual symbols before becoming silent about the problem. Set
15384@var{limit} to zero to suppress all complaints; set it to a large number
15385to prevent complaints from being suppressed.
104c1213 15386
8e04817f
AC
15387@kindex show complaints
15388@item show complaints
15389Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 15390
8e04817f 15391@end table
104c1213 15392
8e04817f
AC
15393By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15394lot of stupid questions to confirm certain commands. For example, if
15395you try to run a program which is already running:
104c1213 15396
474c8240 15397@smallexample
8e04817f
AC
15398(@value{GDBP}) run
15399The program being debugged has been started already.
15400Start it from the beginning? (y or n)
474c8240 15401@end smallexample
104c1213 15402
8e04817f
AC
15403If you are willing to unflinchingly face the consequences of your own
15404commands, you can disable this ``feature'':
104c1213 15405
8e04817f 15406@table @code
104c1213 15407
8e04817f
AC
15408@kindex set confirm
15409@cindex flinching
15410@cindex confirmation
15411@cindex stupid questions
15412@item set confirm off
15413Disables confirmation requests.
104c1213 15414
8e04817f
AC
15415@item set confirm on
15416Enables confirmation requests (the default).
104c1213 15417
8e04817f
AC
15418@kindex show confirm
15419@item show confirm
15420Displays state of confirmation requests.
15421
15422@end table
104c1213 15423
8e04817f
AC
15424@node Debugging Output
15425@section Optional messages about internal happenings
4644b6e3
EZ
15426@cindex optional debugging messages
15427
da316a69
EZ
15428@value{GDBN} has commands that enable optional debugging messages from
15429various @value{GDBN} subsystems; normally these commands are of
15430interest to @value{GDBN} maintainers, or when reporting a bug. This
15431section documents those commands.
15432
104c1213 15433@table @code
a8f24a35
EZ
15434@kindex set exec-done-display
15435@item set exec-done-display
15436Turns on or off the notification of asynchronous commands'
15437completion. When on, @value{GDBN} will print a message when an
15438asynchronous command finishes its execution. The default is off.
15439@kindex show exec-done-display
15440@item show exec-done-display
15441Displays the current setting of asynchronous command completion
15442notification.
4644b6e3
EZ
15443@kindex set debug
15444@cindex gdbarch debugging info
a8f24a35 15445@cindex architecture debugging info
8e04817f 15446@item set debug arch
a8f24a35 15447Turns on or off display of gdbarch debugging info. The default is off
4644b6e3 15448@kindex show debug
8e04817f
AC
15449@item show debug arch
15450Displays the current state of displaying gdbarch debugging info.
721c2651
EZ
15451@item set debug aix-thread
15452@cindex AIX threads
15453Display debugging messages about inner workings of the AIX thread
15454module.
15455@item show debug aix-thread
15456Show the current state of AIX thread debugging info display.
8e04817f 15457@item set debug event
4644b6e3 15458@cindex event debugging info
a8f24a35 15459Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 15460default is off.
8e04817f
AC
15461@item show debug event
15462Displays the current state of displaying @value{GDBN} event debugging
15463info.
8e04817f 15464@item set debug expression
4644b6e3 15465@cindex expression debugging info
721c2651
EZ
15466Turns on or off display of debugging info about @value{GDBN}
15467expression parsing. The default is off.
8e04817f 15468@item show debug expression
721c2651
EZ
15469Displays the current state of displaying debugging info about
15470@value{GDBN} expression parsing.
7453dc06 15471@item set debug frame
4644b6e3 15472@cindex frame debugging info
7453dc06
AC
15473Turns on or off display of @value{GDBN} frame debugging info. The
15474default is off.
7453dc06
AC
15475@item show debug frame
15476Displays the current state of displaying @value{GDBN} frame debugging
15477info.
30e91e0b
RC
15478@item set debug infrun
15479@cindex inferior debugging info
15480Turns on or off display of @value{GDBN} debugging info for running the inferior.
15481The default is off. @file{infrun.c} contains GDB's runtime state machine used
15482for implementing operations such as single-stepping the inferior.
15483@item show debug infrun
15484Displays the current state of @value{GDBN} inferior debugging.
da316a69
EZ
15485@item set debug lin-lwp
15486@cindex @sc{gnu}/Linux LWP debug messages
15487@cindex Linux lightweight processes
721c2651 15488Turns on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
15489@item show debug lin-lwp
15490Show the current state of Linux LWP debugging messages.
2b4855ab 15491@item set debug observer
4644b6e3 15492@cindex observer debugging info
2b4855ab
AC
15493Turns on or off display of @value{GDBN} observer debugging. This
15494includes info such as the notification of observable events.
2b4855ab
AC
15495@item show debug observer
15496Displays the current state of observer debugging.
8e04817f 15497@item set debug overload
4644b6e3 15498@cindex C@t{++} overload debugging info
8e04817f
AC
15499Turns on or off display of @value{GDBN} C@t{++} overload debugging
15500info. This includes info such as ranking of functions, etc. The default
15501is off.
8e04817f
AC
15502@item show debug overload
15503Displays the current state of displaying @value{GDBN} C@t{++} overload
15504debugging info.
8e04817f
AC
15505@cindex packets, reporting on stdout
15506@cindex serial connections, debugging
15507@item set debug remote
15508Turns on or off display of reports on all packets sent back and forth across
15509the serial line to the remote machine. The info is printed on the
15510@value{GDBN} standard output stream. The default is off.
8e04817f
AC
15511@item show debug remote
15512Displays the state of display of remote packets.
8e04817f
AC
15513@item set debug serial
15514Turns on or off display of @value{GDBN} serial debugging info. The
15515default is off.
8e04817f
AC
15516@item show debug serial
15517Displays the current state of displaying @value{GDBN} serial debugging
15518info.
c45da7e6
EZ
15519@item set debug solib-frv
15520@cindex FR-V shared-library debugging
15521Turns on or off debugging messages for FR-V shared-library code.
15522@item show debug solib-frv
15523Display the current state of FR-V shared-library code debugging
15524messages.
8e04817f 15525@item set debug target
4644b6e3 15526@cindex target debugging info
8e04817f
AC
15527Turns on or off display of @value{GDBN} target debugging info. This info
15528includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
15529default is 0. Set it to 1 to track events, and to 2 to also track the
15530value of large memory transfers. Changes to this flag do not take effect
15531until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
15532@item show debug target
15533Displays the current state of displaying @value{GDBN} target debugging
15534info.
c45da7e6 15535@item set debugvarobj
4644b6e3 15536@cindex variable object debugging info
8e04817f
AC
15537Turns on or off display of @value{GDBN} variable object debugging
15538info. The default is off.
c45da7e6 15539@item show debugvarobj
8e04817f
AC
15540Displays the current state of displaying @value{GDBN} variable object
15541debugging info.
15542@end table
104c1213 15543
8e04817f
AC
15544@node Sequences
15545@chapter Canned Sequences of Commands
104c1213 15546
8e04817f
AC
15547Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15548command lists}), @value{GDBN} provides two ways to store sequences of
15549commands for execution as a unit: user-defined commands and command
15550files.
104c1213 15551
8e04817f
AC
15552@menu
15553* Define:: User-defined commands
15554* Hooks:: User-defined command hooks
15555* Command Files:: Command files
15556* Output:: Commands for controlled output
15557@end menu
104c1213 15558
8e04817f
AC
15559@node Define
15560@section User-defined commands
104c1213 15561
8e04817f
AC
15562@cindex user-defined command
15563A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15564which you assign a new name as a command. This is done with the
15565@code{define} command. User commands may accept up to 10 arguments
15566separated by whitespace. Arguments are accessed within the user command
15567via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 15568
8e04817f
AC
15569@smallexample
15570define adder
15571 print $arg0 + $arg1 + $arg2
15572@end smallexample
104c1213
JM
15573
15574@noindent
8e04817f 15575To execute the command use:
104c1213 15576
8e04817f
AC
15577@smallexample
15578adder 1 2 3
15579@end smallexample
104c1213 15580
8e04817f
AC
15581@noindent
15582This defines the command @code{adder}, which prints the sum of
15583its three arguments. Note the arguments are text substitutions, so they may
15584reference variables, use complex expressions, or even perform inferior
15585functions calls.
104c1213
JM
15586
15587@table @code
104c1213 15588
8e04817f
AC
15589@kindex define
15590@item define @var{commandname}
15591Define a command named @var{commandname}. If there is already a command
15592by that name, you are asked to confirm that you want to redefine it.
104c1213 15593
8e04817f
AC
15594The definition of the command is made up of other @value{GDBN} command lines,
15595which are given following the @code{define} command. The end of these
15596commands is marked by a line containing @code{end}.
104c1213 15597
8e04817f
AC
15598@kindex if
15599@kindex else
15600@item if
09d4efe1 15601@itemx else
8e04817f
AC
15602Takes a single argument, which is an expression to evaluate.
15603It is followed by a series of commands that are executed
15604only if the expression is true (nonzero).
15605There can then optionally be a line @code{else}, followed
15606by a series of commands that are only executed if the expression
15607was false. The end of the list is marked by a line containing @code{end}.
104c1213 15608
8e04817f
AC
15609@kindex while
15610@item while
15611The syntax is similar to @code{if}: the command takes a single argument,
15612which is an expression to evaluate, and must be followed by the commands to
15613execute, one per line, terminated by an @code{end}.
15614The commands are executed repeatedly as long as the expression
15615evaluates to true.
104c1213 15616
8e04817f
AC
15617@kindex document
15618@item document @var{commandname}
15619Document the user-defined command @var{commandname}, so that it can be
15620accessed by @code{help}. The command @var{commandname} must already be
15621defined. This command reads lines of documentation just as @code{define}
15622reads the lines of the command definition, ending with @code{end}.
15623After the @code{document} command is finished, @code{help} on command
15624@var{commandname} displays the documentation you have written.
104c1213 15625
8e04817f
AC
15626You may use the @code{document} command again to change the
15627documentation of a command. Redefining the command with @code{define}
15628does not change the documentation.
104c1213 15629
c45da7e6
EZ
15630@kindex dont-repeat
15631@cindex don't repeat command
15632@item dont-repeat
15633Used inside a user-defined command, this tells @value{GDBN} that this
15634command should not be repeated when the user hits @key{RET}
15635(@pxref{Command Syntax, repeat last command}).
15636
8e04817f
AC
15637@kindex help user-defined
15638@item help user-defined
15639List all user-defined commands, with the first line of the documentation
15640(if any) for each.
104c1213 15641
8e04817f
AC
15642@kindex show user
15643@item show user
15644@itemx show user @var{commandname}
15645Display the @value{GDBN} commands used to define @var{commandname} (but
15646not its documentation). If no @var{commandname} is given, display the
15647definitions for all user-defined commands.
104c1213 15648
9c16f35a 15649@cindex infinite recusrion in user-defined commands
20f01a46
DH
15650@kindex show max-user-call-depth
15651@kindex set max-user-call-depth
15652@item show max-user-call-depth
5ca0cb28
DH
15653@itemx set max-user-call-depth
15654The value of @code{max-user-call-depth} controls how many recursion
15655levels are allowed in user-defined commands before GDB suspects an
15656infinite recursion and aborts the command.
20f01a46 15657
104c1213
JM
15658@end table
15659
8e04817f
AC
15660When user-defined commands are executed, the
15661commands of the definition are not printed. An error in any command
15662stops execution of the user-defined command.
104c1213 15663
8e04817f
AC
15664If used interactively, commands that would ask for confirmation proceed
15665without asking when used inside a user-defined command. Many @value{GDBN}
15666commands that normally print messages to say what they are doing omit the
15667messages when used in a user-defined command.
104c1213 15668
8e04817f
AC
15669@node Hooks
15670@section User-defined command hooks
15671@cindex command hooks
15672@cindex hooks, for commands
15673@cindex hooks, pre-command
104c1213 15674
8e04817f 15675@kindex hook
8e04817f
AC
15676You may define @dfn{hooks}, which are a special kind of user-defined
15677command. Whenever you run the command @samp{foo}, if the user-defined
15678command @samp{hook-foo} exists, it is executed (with no arguments)
15679before that command.
104c1213 15680
8e04817f
AC
15681@cindex hooks, post-command
15682@kindex hookpost
8e04817f
AC
15683A hook may also be defined which is run after the command you executed.
15684Whenever you run the command @samp{foo}, if the user-defined command
15685@samp{hookpost-foo} exists, it is executed (with no arguments) after
15686that command. Post-execution hooks may exist simultaneously with
15687pre-execution hooks, for the same command.
104c1213 15688
8e04817f 15689It is valid for a hook to call the command which it hooks. If this
9f1c6395 15690occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 15691
8e04817f
AC
15692@c It would be nice if hookpost could be passed a parameter indicating
15693@c if the command it hooks executed properly or not. FIXME!
104c1213 15694
8e04817f
AC
15695@kindex stop@r{, a pseudo-command}
15696In addition, a pseudo-command, @samp{stop} exists. Defining
15697(@samp{hook-stop}) makes the associated commands execute every time
15698execution stops in your program: before breakpoint commands are run,
15699displays are printed, or the stack frame is printed.
104c1213 15700
8e04817f
AC
15701For example, to ignore @code{SIGALRM} signals while
15702single-stepping, but treat them normally during normal execution,
15703you could define:
104c1213 15704
474c8240 15705@smallexample
8e04817f
AC
15706define hook-stop
15707handle SIGALRM nopass
15708end
104c1213 15709
8e04817f
AC
15710define hook-run
15711handle SIGALRM pass
15712end
104c1213 15713
8e04817f
AC
15714define hook-continue
15715handle SIGLARM pass
15716end
474c8240 15717@end smallexample
104c1213 15718
8e04817f 15719As a further example, to hook at the begining and end of the @code{echo}
b383017d 15720command, and to add extra text to the beginning and end of the message,
8e04817f 15721you could define:
104c1213 15722
474c8240 15723@smallexample
8e04817f
AC
15724define hook-echo
15725echo <<<---
15726end
104c1213 15727
8e04817f
AC
15728define hookpost-echo
15729echo --->>>\n
15730end
104c1213 15731
8e04817f
AC
15732(@value{GDBP}) echo Hello World
15733<<<---Hello World--->>>
15734(@value{GDBP})
104c1213 15735
474c8240 15736@end smallexample
104c1213 15737
8e04817f
AC
15738You can define a hook for any single-word command in @value{GDBN}, but
15739not for command aliases; you should define a hook for the basic command
15740name, e.g. @code{backtrace} rather than @code{bt}.
15741@c FIXME! So how does Joe User discover whether a command is an alias
15742@c or not?
15743If an error occurs during the execution of your hook, execution of
15744@value{GDBN} commands stops and @value{GDBN} issues a prompt
15745(before the command that you actually typed had a chance to run).
104c1213 15746
8e04817f
AC
15747If you try to define a hook which does not match any known command, you
15748get a warning from the @code{define} command.
c906108c 15749
8e04817f
AC
15750@node Command Files
15751@section Command files
c906108c 15752
8e04817f 15753@cindex command files
6fc08d32
EZ
15754A command file for @value{GDBN} is a text file made of lines that are
15755@value{GDBN} commands. Comments (lines starting with @kbd{#}) may
15756also be included. An empty line in a command file does nothing; it
15757does not mean to repeat the last command, as it would from the
15758terminal.
c906108c 15759
6fc08d32
EZ
15760You can request the execution of a command file with the @code{source}
15761command:
c906108c 15762
8e04817f
AC
15763@table @code
15764@kindex source
15765@item source @var{filename}
15766Execute the command file @var{filename}.
c906108c
SS
15767@end table
15768
8e04817f 15769The lines in a command file are executed sequentially. They are not
a71ec265
DH
15770printed as they are executed. An error in any command terminates
15771execution of the command file and control is returned to the console.
c906108c 15772
8e04817f
AC
15773Commands that would ask for confirmation if used interactively proceed
15774without asking when used in a command file. Many @value{GDBN} commands that
15775normally print messages to say what they are doing omit the messages
15776when called from command files.
c906108c 15777
8e04817f
AC
15778@value{GDBN} also accepts command input from standard input. In this
15779mode, normal output goes to standard output and error output goes to
15780standard error. Errors in a command file supplied on standard input do
6fc08d32 15781not terminate execution of the command file---execution continues with
8e04817f 15782the next command.
c906108c 15783
474c8240 15784@smallexample
8e04817f 15785gdb < cmds > log 2>&1
474c8240 15786@end smallexample
c906108c 15787
8e04817f
AC
15788(The syntax above will vary depending on the shell used.) This example
15789will execute commands from the file @file{cmds}. All output and errors
15790would be directed to @file{log}.
c906108c 15791
8e04817f
AC
15792@node Output
15793@section Commands for controlled output
c906108c 15794
8e04817f
AC
15795During the execution of a command file or a user-defined command, normal
15796@value{GDBN} output is suppressed; the only output that appears is what is
15797explicitly printed by the commands in the definition. This section
15798describes three commands useful for generating exactly the output you
15799want.
c906108c
SS
15800
15801@table @code
8e04817f
AC
15802@kindex echo
15803@item echo @var{text}
15804@c I do not consider backslash-space a standard C escape sequence
15805@c because it is not in ANSI.
15806Print @var{text}. Nonprinting characters can be included in
15807@var{text} using C escape sequences, such as @samp{\n} to print a
15808newline. @strong{No newline is printed unless you specify one.}
15809In addition to the standard C escape sequences, a backslash followed
15810by a space stands for a space. This is useful for displaying a
15811string with spaces at the beginning or the end, since leading and
15812trailing spaces are otherwise trimmed from all arguments.
15813To print @samp{@w{ }and foo =@w{ }}, use the command
15814@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 15815
8e04817f
AC
15816A backslash at the end of @var{text} can be used, as in C, to continue
15817the command onto subsequent lines. For example,
c906108c 15818
474c8240 15819@smallexample
8e04817f
AC
15820echo This is some text\n\
15821which is continued\n\
15822onto several lines.\n
474c8240 15823@end smallexample
c906108c 15824
8e04817f 15825produces the same output as
c906108c 15826
474c8240 15827@smallexample
8e04817f
AC
15828echo This is some text\n
15829echo which is continued\n
15830echo onto several lines.\n
474c8240 15831@end smallexample
c906108c 15832
8e04817f
AC
15833@kindex output
15834@item output @var{expression}
15835Print the value of @var{expression} and nothing but that value: no
15836newlines, no @samp{$@var{nn} = }. The value is not entered in the
15837value history either. @xref{Expressions, ,Expressions}, for more information
15838on expressions.
c906108c 15839
8e04817f
AC
15840@item output/@var{fmt} @var{expression}
15841Print the value of @var{expression} in format @var{fmt}. You can use
15842the same formats as for @code{print}. @xref{Output Formats,,Output
15843formats}, for more information.
c906108c 15844
8e04817f
AC
15845@kindex printf
15846@item printf @var{string}, @var{expressions}@dots{}
15847Print the values of the @var{expressions} under the control of
15848@var{string}. The @var{expressions} are separated by commas and may be
15849either numbers or pointers. Their values are printed as specified by
15850@var{string}, exactly as if your program were to execute the C
15851subroutine
15852@c FIXME: the above implies that at least all ANSI C formats are
15853@c supported, but it isn't true: %E and %G don't work (or so it seems).
15854@c Either this is a bug, or the manual should document what formats are
15855@c supported.
c906108c 15856
474c8240 15857@smallexample
8e04817f 15858printf (@var{string}, @var{expressions}@dots{});
474c8240 15859@end smallexample
c906108c 15860
8e04817f 15861For example, you can print two values in hex like this:
c906108c 15862
8e04817f
AC
15863@smallexample
15864printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15865@end smallexample
c906108c 15866
8e04817f
AC
15867The only backslash-escape sequences that you can use in the format
15868string are the simple ones that consist of backslash followed by a
15869letter.
c906108c
SS
15870@end table
15871
21c294e6
AC
15872@node Interpreters
15873@chapter Command Interpreters
15874@cindex command interpreters
15875
15876@value{GDBN} supports multiple command interpreters, and some command
15877infrastructure to allow users or user interface writers to switch
15878between interpreters or run commands in other interpreters.
15879
15880@value{GDBN} currently supports two command interpreters, the console
15881interpreter (sometimes called the command-line interpreter or @sc{cli})
15882and the machine interface interpreter (or @sc{gdb/mi}). This manual
15883describes both of these interfaces in great detail.
15884
15885By default, @value{GDBN} will start with the console interpreter.
15886However, the user may choose to start @value{GDBN} with another
15887interpreter by specifying the @option{-i} or @option{--interpreter}
15888startup options. Defined interpreters include:
15889
15890@table @code
15891@item console
15892@cindex console interpreter
15893The traditional console or command-line interpreter. This is the most often
15894used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15895@value{GDBN} will use this interpreter.
15896
15897@item mi
15898@cindex mi interpreter
15899The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15900by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15901or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15902Interface}.
15903
15904@item mi2
15905@cindex mi2 interpreter
15906The current @sc{gdb/mi} interface.
15907
15908@item mi1
15909@cindex mi1 interpreter
15910The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15911
15912@end table
15913
15914@cindex invoke another interpreter
15915The interpreter being used by @value{GDBN} may not be dynamically
15916switched at runtime. Although possible, this could lead to a very
15917precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15918enters the command "interpreter-set console" in a console view,
15919@value{GDBN} would switch to using the console interpreter, rendering
15920the IDE inoperable!
15921
15922@kindex interpreter-exec
15923Although you may only choose a single interpreter at startup, you may execute
15924commands in any interpreter from the current interpreter using the appropriate
15925command. If you are running the console interpreter, simply use the
15926@code{interpreter-exec} command:
15927
15928@smallexample
15929interpreter-exec mi "-data-list-register-names"
15930@end smallexample
15931
15932@sc{gdb/mi} has a similar command, although it is only available in versions of
15933@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15934
8e04817f
AC
15935@node TUI
15936@chapter @value{GDBN} Text User Interface
15937@cindex TUI
d0d5df6f 15938@cindex Text User Interface
c906108c 15939
8e04817f
AC
15940@menu
15941* TUI Overview:: TUI overview
15942* TUI Keys:: TUI key bindings
7cf36c78 15943* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
15944* TUI Commands:: TUI specific commands
15945* TUI Configuration:: TUI configuration variables
15946@end menu
c906108c 15947
d0d5df6f
AC
15948The @value{GDBN} Text User Interface, TUI in short, is a terminal
15949interface which uses the @code{curses} library to show the source
15950file, the assembly output, the program registers and @value{GDBN}
15951commands in separate text windows.
15952
15953The TUI is enabled by invoking @value{GDBN} using either
15954@pindex gdbtui
15955@samp{gdbtui} or @samp{gdb -tui}.
c906108c 15956
8e04817f
AC
15957@node TUI Overview
15958@section TUI overview
c906108c 15959
8e04817f
AC
15960The TUI has two display modes that can be switched while
15961@value{GDBN} runs:
c906108c 15962
8e04817f
AC
15963@itemize @bullet
15964@item
15965A curses (or TUI) mode in which it displays several text
15966windows on the terminal.
c906108c 15967
8e04817f
AC
15968@item
15969A standard mode which corresponds to the @value{GDBN} configured without
15970the TUI.
15971@end itemize
c906108c 15972
8e04817f
AC
15973In the TUI mode, @value{GDBN} can display several text window
15974on the terminal:
c906108c 15975
8e04817f
AC
15976@table @emph
15977@item command
15978This window is the @value{GDBN} command window with the @value{GDBN}
15979prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
15980managed using readline but through the TUI. The @emph{command}
15981window is always visible.
c906108c 15982
8e04817f
AC
15983@item source
15984The source window shows the source file of the program. The current
15985line as well as active breakpoints are displayed in this window.
c906108c 15986
8e04817f
AC
15987@item assembly
15988The assembly window shows the disassembly output of the program.
c906108c 15989
8e04817f
AC
15990@item register
15991This window shows the processor registers. It detects when
15992a register is changed and when this is the case, registers that have
6a1b180d 15993changed are highlighted.
c906108c 15994
c906108c
SS
15995@end table
15996
269c21fe
SC
15997The source and assembly windows show the current program position
15998by highlighting the current line and marking them with the @samp{>} marker.
15999Breakpoints are also indicated with two markers. A first one
16000indicates the breakpoint type:
16001
16002@table @code
16003@item B
16004Breakpoint which was hit at least once.
16005
16006@item b
16007Breakpoint which was never hit.
16008
16009@item H
16010Hardware breakpoint which was hit at least once.
16011
16012@item h
16013Hardware breakpoint which was never hit.
16014
16015@end table
16016
16017The second marker indicates whether the breakpoint is enabled or not:
16018
16019@table @code
16020@item +
16021Breakpoint is enabled.
16022
16023@item -
16024Breakpoint is disabled.
16025
16026@end table
16027
8e04817f
AC
16028The source, assembly and register windows are attached to the thread
16029and the frame position. They are updated when the current thread
16030changes, when the frame changes or when the program counter changes.
16031These three windows are arranged by the TUI according to several
16032layouts. The layout defines which of these three windows are visible.
16033The following layouts are available:
c906108c 16034
8e04817f
AC
16035@itemize @bullet
16036@item
16037source
2df3850c 16038
8e04817f
AC
16039@item
16040assembly
16041
16042@item
16043source and assembly
16044
16045@item
16046source and registers
c906108c 16047
8e04817f
AC
16048@item
16049assembly and registers
2df3850c 16050
8e04817f 16051@end itemize
c906108c 16052
b7bb15bc
SC
16053On top of the command window a status line gives various information
16054concerning the current process begin debugged. The status line is
16055updated when the information it shows changes. The following fields
16056are displayed:
16057
16058@table @emph
16059@item target
16060Indicates the current gdb target
16061(@pxref{Targets, ,Specifying a Debugging Target}).
16062
16063@item process
16064Gives information about the current process or thread number.
16065When no process is being debugged, this field is set to @code{No process}.
16066
16067@item function
16068Gives the current function name for the selected frame.
16069The name is demangled if demangling is turned on (@pxref{Print Settings}).
16070When there is no symbol corresponding to the current program counter
16071the string @code{??} is displayed.
16072
16073@item line
16074Indicates the current line number for the selected frame.
16075When the current line number is not known the string @code{??} is displayed.
16076
16077@item pc
16078Indicates the current program counter address.
16079
16080@end table
16081
8e04817f
AC
16082@node TUI Keys
16083@section TUI Key Bindings
16084@cindex TUI key bindings
c906108c 16085
8e04817f
AC
16086The TUI installs several key bindings in the readline keymaps
16087(@pxref{Command Line Editing}).
16088They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
16089directly on the TUI layout and windows. The TUI also provides
16090a @emph{SingleKey} keymap which binds several keys directly to
16091@value{GDBN} commands. The following key bindings
8e04817f 16092are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 16093
8e04817f
AC
16094@table @kbd
16095@kindex C-x C-a
16096@item C-x C-a
16097@kindex C-x a
16098@itemx C-x a
16099@kindex C-x A
16100@itemx C-x A
16101Enter or leave the TUI mode. When the TUI mode is left,
16102the curses window management is left and @value{GDBN} operates using
16103its standard mode writing on the terminal directly. When the TUI
16104mode is entered, the control is given back to the curses windows.
16105The screen is then refreshed.
c906108c 16106
8e04817f
AC
16107@kindex C-x 1
16108@item C-x 1
16109Use a TUI layout with only one window. The layout will
16110either be @samp{source} or @samp{assembly}. When the TUI mode
16111is not active, it will switch to the TUI mode.
2df3850c 16112
8e04817f 16113Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 16114
8e04817f
AC
16115@kindex C-x 2
16116@item C-x 2
16117Use a TUI layout with at least two windows. When the current
16118layout shows already two windows, a next layout with two windows is used.
16119When a new layout is chosen, one window will always be common to the
16120previous layout and the new one.
c906108c 16121
8e04817f 16122Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 16123
72ffddc9
SC
16124@kindex C-x o
16125@item C-x o
16126Change the active window. The TUI associates several key bindings
16127(like scrolling and arrow keys) to the active window. This command
16128gives the focus to the next TUI window.
16129
16130Think of it as the Emacs @kbd{C-x o} binding.
16131
7cf36c78
SC
16132@kindex C-x s
16133@item C-x s
16134Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16135(@pxref{TUI Single Key Mode}).
16136
c906108c
SS
16137@end table
16138
8e04817f 16139The following key bindings are handled only by the TUI mode:
5d161b24 16140
8e04817f
AC
16141@table @key
16142@kindex PgUp
16143@item PgUp
16144Scroll the active window one page up.
c906108c 16145
8e04817f
AC
16146@kindex PgDn
16147@item PgDn
16148Scroll the active window one page down.
c906108c 16149
8e04817f
AC
16150@kindex Up
16151@item Up
16152Scroll the active window one line up.
c906108c 16153
8e04817f
AC
16154@kindex Down
16155@item Down
16156Scroll the active window one line down.
c906108c 16157
8e04817f
AC
16158@kindex Left
16159@item Left
16160Scroll the active window one column left.
c906108c 16161
8e04817f
AC
16162@kindex Right
16163@item Right
16164Scroll the active window one column right.
c906108c 16165
8e04817f
AC
16166@kindex C-L
16167@item C-L
16168Refresh the screen.
c906108c 16169
8e04817f 16170@end table
c906108c 16171
8e04817f 16172In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
16173for scrolling. This means they are available for readline when the
16174active window is the command window. When the command window
16175does not have the focus, it is necessary to use other readline
16176key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 16177
7cf36c78
SC
16178@node TUI Single Key Mode
16179@section TUI Single Key Mode
16180@cindex TUI single key mode
16181
16182The TUI provides a @emph{SingleKey} mode in which it installs a particular
16183key binding in the readline keymaps to connect single keys to
b383017d 16184some gdb commands.
7cf36c78
SC
16185
16186@table @kbd
16187@kindex c @r{(SingleKey TUI key)}
16188@item c
16189continue
16190
16191@kindex d @r{(SingleKey TUI key)}
16192@item d
16193down
16194
16195@kindex f @r{(SingleKey TUI key)}
16196@item f
16197finish
16198
16199@kindex n @r{(SingleKey TUI key)}
16200@item n
16201next
16202
16203@kindex q @r{(SingleKey TUI key)}
16204@item q
16205exit the @emph{SingleKey} mode.
16206
16207@kindex r @r{(SingleKey TUI key)}
16208@item r
16209run
16210
16211@kindex s @r{(SingleKey TUI key)}
16212@item s
16213step
16214
16215@kindex u @r{(SingleKey TUI key)}
16216@item u
16217up
16218
16219@kindex v @r{(SingleKey TUI key)}
16220@item v
16221info locals
16222
16223@kindex w @r{(SingleKey TUI key)}
16224@item w
16225where
16226
16227@end table
16228
16229Other keys temporarily switch to the @value{GDBN} command prompt.
16230The key that was pressed is inserted in the editing buffer so that
16231it is possible to type most @value{GDBN} commands without interaction
16232with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
16233@emph{SingleKey} mode is restored. The only way to permanently leave
16234this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16235
16236
8e04817f
AC
16237@node TUI Commands
16238@section TUI specific commands
16239@cindex TUI commands
16240
16241The TUI has specific commands to control the text windows.
16242These commands are always available, that is they do not depend on
16243the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
16244is in the standard mode, using these commands will automatically switch
16245in the TUI mode.
c906108c
SS
16246
16247@table @code
3d757584
SC
16248@item info win
16249@kindex info win
16250List and give the size of all displayed windows.
16251
8e04817f 16252@item layout next
4644b6e3 16253@kindex layout
8e04817f 16254Display the next layout.
2df3850c 16255
8e04817f 16256@item layout prev
8e04817f 16257Display the previous layout.
c906108c 16258
8e04817f 16259@item layout src
8e04817f 16260Display the source window only.
c906108c 16261
8e04817f 16262@item layout asm
8e04817f 16263Display the assembly window only.
c906108c 16264
8e04817f 16265@item layout split
8e04817f 16266Display the source and assembly window.
c906108c 16267
8e04817f 16268@item layout regs
8e04817f
AC
16269Display the register window together with the source or assembly window.
16270
16271@item focus next | prev | src | asm | regs | split
16272@kindex focus
16273Set the focus to the named window.
16274This command allows to change the active window so that scrolling keys
16275can be affected to another window.
c906108c 16276
8e04817f
AC
16277@item refresh
16278@kindex refresh
16279Refresh the screen. This is similar to using @key{C-L} key.
c906108c 16280
6a1b180d
SC
16281@item tui reg float
16282@kindex tui reg
16283Show the floating point registers in the register window.
16284
16285@item tui reg general
16286Show the general registers in the register window.
16287
16288@item tui reg next
16289Show the next register group. The list of register groups as well as
16290their order is target specific. The predefined register groups are the
16291following: @code{general}, @code{float}, @code{system}, @code{vector},
16292@code{all}, @code{save}, @code{restore}.
16293
16294@item tui reg system
16295Show the system registers in the register window.
16296
8e04817f
AC
16297@item update
16298@kindex update
16299Update the source window and the current execution point.
c906108c 16300
8e04817f
AC
16301@item winheight @var{name} +@var{count}
16302@itemx winheight @var{name} -@var{count}
16303@kindex winheight
16304Change the height of the window @var{name} by @var{count}
16305lines. Positive counts increase the height, while negative counts
16306decrease it.
2df3850c 16307
c45da7e6
EZ
16308@item tabset
16309@kindex tabset @var{nchars}
16310Set the width of tab stops to be @var{nchars} characters.
16311
c906108c
SS
16312@end table
16313
8e04817f
AC
16314@node TUI Configuration
16315@section TUI configuration variables
16316@cindex TUI configuration variables
c906108c 16317
8e04817f
AC
16318The TUI has several configuration variables that control the
16319appearance of windows on the terminal.
c906108c 16320
8e04817f
AC
16321@table @code
16322@item set tui border-kind @var{kind}
16323@kindex set tui border-kind
16324Select the border appearance for the source, assembly and register windows.
16325The possible values are the following:
16326@table @code
16327@item space
16328Use a space character to draw the border.
c906108c 16329
8e04817f
AC
16330@item ascii
16331Use ascii characters + - and | to draw the border.
c906108c 16332
8e04817f
AC
16333@item acs
16334Use the Alternate Character Set to draw the border. The border is
16335drawn using character line graphics if the terminal supports them.
c78b4128 16336
8e04817f 16337@end table
c78b4128 16338
8e04817f
AC
16339@item set tui active-border-mode @var{mode}
16340@kindex set tui active-border-mode
16341Select the attributes to display the border of the active window.
16342The possible values are @code{normal}, @code{standout}, @code{reverse},
16343@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 16344
8e04817f
AC
16345@item set tui border-mode @var{mode}
16346@kindex set tui border-mode
16347Select the attributes to display the border of other windows.
16348The @var{mode} can be one of the following:
16349@table @code
16350@item normal
16351Use normal attributes to display the border.
c906108c 16352
8e04817f
AC
16353@item standout
16354Use standout mode.
c906108c 16355
8e04817f
AC
16356@item reverse
16357Use reverse video mode.
c906108c 16358
8e04817f
AC
16359@item half
16360Use half bright mode.
c906108c 16361
8e04817f
AC
16362@item half-standout
16363Use half bright and standout mode.
c906108c 16364
8e04817f
AC
16365@item bold
16366Use extra bright or bold mode.
c78b4128 16367
8e04817f
AC
16368@item bold-standout
16369Use extra bright or bold and standout mode.
c78b4128 16370
8e04817f 16371@end table
c78b4128 16372
8e04817f 16373@end table
c78b4128 16374
8e04817f
AC
16375@node Emacs
16376@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 16377
8e04817f
AC
16378@cindex Emacs
16379@cindex @sc{gnu} Emacs
16380A special interface allows you to use @sc{gnu} Emacs to view (and
16381edit) the source files for the program you are debugging with
16382@value{GDBN}.
c906108c 16383
8e04817f
AC
16384To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
16385executable file you want to debug as an argument. This command starts
16386@value{GDBN} as a subprocess of Emacs, with input and output through a newly
16387created Emacs buffer.
16388@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 16389
8e04817f
AC
16390Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16391things:
c906108c 16392
8e04817f
AC
16393@itemize @bullet
16394@item
16395All ``terminal'' input and output goes through the Emacs buffer.
16396@end itemize
c906108c 16397
8e04817f
AC
16398This applies both to @value{GDBN} commands and their output, and to the input
16399and output done by the program you are debugging.
bf0184be 16400
8e04817f
AC
16401This is useful because it means that you can copy the text of previous
16402commands and input them again; you can even use parts of the output
16403in this way.
bf0184be 16404
8e04817f
AC
16405All the facilities of Emacs' Shell mode are available for interacting
16406with your program. In particular, you can send signals the usual
16407way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16408stop.
bf0184be 16409
8e04817f 16410@itemize @bullet
bf0184be 16411@item
8e04817f
AC
16412@value{GDBN} displays source code through Emacs.
16413@end itemize
bf0184be 16414
8e04817f
AC
16415Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16416source file for that frame and puts an arrow (@samp{=>}) at the
16417left margin of the current line. Emacs uses a separate buffer for
16418source display, and splits the screen to show both your @value{GDBN} session
16419and the source.
bf0184be 16420
8e04817f
AC
16421Explicit @value{GDBN} @code{list} or search commands still produce output as
16422usual, but you probably have no reason to use them from Emacs.
c906108c 16423
64fabec2
AC
16424If you specify an absolute file name when prompted for the @kbd{M-x
16425gdb} argument, then Emacs sets your current working directory to where
16426your program resides. If you only specify the file name, then Emacs
16427sets your current working directory to to the directory associated
16428with the previous buffer. In this case, @value{GDBN} may find your
16429program by searching your environment's @code{PATH} variable, but on
16430some operating systems it might not find the source. So, although the
16431@value{GDBN} input and output session proceeds normally, the auxiliary
16432buffer does not display the current source and line of execution.
16433
16434The initial working directory of @value{GDBN} is printed on the top
16435line of the @value{GDBN} I/O buffer and this serves as a default for
16436the commands that specify files for @value{GDBN} to operate
16437on. @xref{Files, ,Commands to specify files}.
16438
16439By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
16440need to call @value{GDBN} by a different name (for example, if you
16441keep several configurations around, with different names) you can
16442customize the Emacs variable @code{gud-gdb-command-name} to run the
16443one you want.
8e04817f
AC
16444
16445In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16446addition to the standard Shell mode commands:
c906108c 16447
8e04817f
AC
16448@table @kbd
16449@item C-h m
16450Describe the features of Emacs' @value{GDBN} Mode.
c906108c 16451
64fabec2 16452@item C-c C-s
8e04817f
AC
16453Execute to another source line, like the @value{GDBN} @code{step} command; also
16454update the display window to show the current file and location.
c906108c 16455
64fabec2 16456@item C-c C-n
8e04817f
AC
16457Execute to next source line in this function, skipping all function
16458calls, like the @value{GDBN} @code{next} command. Then update the display window
16459to show the current file and location.
c906108c 16460
64fabec2 16461@item C-c C-i
8e04817f
AC
16462Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16463display window accordingly.
c906108c 16464
8e04817f
AC
16465@item C-c C-f
16466Execute until exit from the selected stack frame, like the @value{GDBN}
16467@code{finish} command.
c906108c 16468
64fabec2 16469@item C-c C-r
8e04817f
AC
16470Continue execution of your program, like the @value{GDBN} @code{continue}
16471command.
b433d00b 16472
64fabec2 16473@item C-c <
8e04817f
AC
16474Go up the number of frames indicated by the numeric argument
16475(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16476like the @value{GDBN} @code{up} command.
b433d00b 16477
64fabec2 16478@item C-c >
8e04817f
AC
16479Go down the number of frames indicated by the numeric argument, like the
16480@value{GDBN} @code{down} command.
8e04817f 16481@end table
c906108c 16482
64fabec2 16483In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 16484tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 16485
64fabec2
AC
16486If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16487shows a backtrace when the @value{GDBN} I/O buffer is current. Move
16488point to any frame in the stack and type @key{RET} to make it become the
16489current frame and display the associated source in the source buffer.
16490Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16491current one.
16492
8e04817f
AC
16493If you accidentally delete the source-display buffer, an easy way to get
16494it back is to type the command @code{f} in the @value{GDBN} buffer, to
16495request a frame display; when you run under Emacs, this recreates
16496the source buffer if necessary to show you the context of the current
16497frame.
c906108c 16498
8e04817f
AC
16499The source files displayed in Emacs are in ordinary Emacs buffers
16500which are visiting the source files in the usual way. You can edit
16501the files with these buffers if you wish; but keep in mind that @value{GDBN}
16502communicates with Emacs in terms of line numbers. If you add or
16503delete lines from the text, the line numbers that @value{GDBN} knows cease
16504to correspond properly with the code.
b383017d 16505
64fabec2
AC
16506The description given here is for GNU Emacs version 21.3 and a more
16507detailed description of its interaction with @value{GDBN} is given in
16508the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 16509
8e04817f
AC
16510@c The following dropped because Epoch is nonstandard. Reactivate
16511@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16512@ignore
16513@kindex Emacs Epoch environment
16514@kindex Epoch
16515@kindex inspect
c906108c 16516
8e04817f
AC
16517Version 18 of @sc{gnu} Emacs has a built-in window system
16518called the @code{epoch}
16519environment. Users of this environment can use a new command,
16520@code{inspect} which performs identically to @code{print} except that
16521each value is printed in its own window.
16522@end ignore
c906108c 16523
922fbb7b
AC
16524
16525@node GDB/MI
16526@chapter The @sc{gdb/mi} Interface
16527
16528@unnumberedsec Function and Purpose
16529
16530@cindex @sc{gdb/mi}, its purpose
6b5e8c01
NR
16531@sc{gdb/mi} is a line based machine oriented text interface to
16532@value{GDBN} and is activated by specifying using the
16533@option{--interpreter} command line option (@pxref{Mode Options}). It
16534is specifically intended to support the development of systems which
16535use the debugger as just one small component of a larger system.
922fbb7b
AC
16536
16537This chapter is a specification of the @sc{gdb/mi} interface. It is written
16538in the form of a reference manual.
16539
16540Note that @sc{gdb/mi} is still under construction, so some of the
16541features described below are incomplete and subject to change.
16542
16543@unnumberedsec Notation and Terminology
16544
16545@cindex notational conventions, for @sc{gdb/mi}
16546This chapter uses the following notation:
16547
16548@itemize @bullet
16549@item
16550@code{|} separates two alternatives.
16551
16552@item
16553@code{[ @var{something} ]} indicates that @var{something} is optional:
16554it may or may not be given.
16555
16556@item
16557@code{( @var{group} )*} means that @var{group} inside the parentheses
16558may repeat zero or more times.
16559
16560@item
16561@code{( @var{group} )+} means that @var{group} inside the parentheses
16562may repeat one or more times.
16563
16564@item
16565@code{"@var{string}"} means a literal @var{string}.
16566@end itemize
16567
16568@ignore
16569@heading Dependencies
16570@end ignore
16571
16572@heading Acknowledgments
16573
16574In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16575Elena Zannoni.
16576
16577@menu
16578* GDB/MI Command Syntax::
16579* GDB/MI Compatibility with CLI::
16580* GDB/MI Output Records::
16581* GDB/MI Command Description Format::
16582* GDB/MI Breakpoint Table Commands::
16583* GDB/MI Data Manipulation::
16584* GDB/MI Program Control::
16585* GDB/MI Miscellaneous Commands::
16586@ignore
16587* GDB/MI Kod Commands::
16588* GDB/MI Memory Overlay Commands::
16589* GDB/MI Signal Handling Commands::
16590@end ignore
16591* GDB/MI Stack Manipulation::
16592* GDB/MI Symbol Query::
16593* GDB/MI Target Manipulation::
16594* GDB/MI Thread Commands::
16595* GDB/MI Tracepoint Commands::
16596* GDB/MI Variable Objects::
16597@end menu
16598
16599@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16600@node GDB/MI Command Syntax
16601@section @sc{gdb/mi} Command Syntax
16602
16603@menu
16604* GDB/MI Input Syntax::
16605* GDB/MI Output Syntax::
16606* GDB/MI Simple Examples::
16607@end menu
16608
16609@node GDB/MI Input Syntax
16610@subsection @sc{gdb/mi} Input Syntax
16611
16612@cindex input syntax for @sc{gdb/mi}
16613@cindex @sc{gdb/mi}, input syntax
16614@table @code
16615@item @var{command} @expansion{}
16616@code{@var{cli-command} | @var{mi-command}}
16617
16618@item @var{cli-command} @expansion{}
16619@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16620@var{cli-command} is any existing @value{GDBN} CLI command.
16621
16622@item @var{mi-command} @expansion{}
16623@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16624@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16625
16626@item @var{token} @expansion{}
16627"any sequence of digits"
16628
16629@item @var{option} @expansion{}
16630@code{"-" @var{parameter} [ " " @var{parameter} ]}
16631
16632@item @var{parameter} @expansion{}
16633@code{@var{non-blank-sequence} | @var{c-string}}
16634
16635@item @var{operation} @expansion{}
16636@emph{any of the operations described in this chapter}
16637
16638@item @var{non-blank-sequence} @expansion{}
16639@emph{anything, provided it doesn't contain special characters such as
16640"-", @var{nl}, """ and of course " "}
16641
16642@item @var{c-string} @expansion{}
16643@code{""" @var{seven-bit-iso-c-string-content} """}
16644
16645@item @var{nl} @expansion{}
16646@code{CR | CR-LF}
16647@end table
16648
16649@noindent
16650Notes:
16651
16652@itemize @bullet
16653@item
16654The CLI commands are still handled by the @sc{mi} interpreter; their
16655output is described below.
16656
16657@item
16658The @code{@var{token}}, when present, is passed back when the command
16659finishes.
16660
16661@item
16662Some @sc{mi} commands accept optional arguments as part of the parameter
16663list. Each option is identified by a leading @samp{-} (dash) and may be
16664followed by an optional argument parameter. Options occur first in the
16665parameter list and can be delimited from normal parameters using
16666@samp{--} (this is useful when some parameters begin with a dash).
16667@end itemize
16668
16669Pragmatics:
16670
16671@itemize @bullet
16672@item
16673We want easy access to the existing CLI syntax (for debugging).
16674
16675@item
16676We want it to be easy to spot a @sc{mi} operation.
16677@end itemize
16678
16679@node GDB/MI Output Syntax
16680@subsection @sc{gdb/mi} Output Syntax
16681
16682@cindex output syntax of @sc{gdb/mi}
16683@cindex @sc{gdb/mi}, output syntax
16684The output from @sc{gdb/mi} consists of zero or more out-of-band records
16685followed, optionally, by a single result record. This result record
16686is for the most recent command. The sequence of output records is
16687terminated by @samp{(@value{GDBP})}.
16688
16689If an input command was prefixed with a @code{@var{token}} then the
16690corresponding output for that command will also be prefixed by that same
16691@var{token}.
16692
16693@table @code
16694@item @var{output} @expansion{}
f7dc1244 16695@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
922fbb7b
AC
16696
16697@item @var{result-record} @expansion{}
16698@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16699
16700@item @var{out-of-band-record} @expansion{}
16701@code{@var{async-record} | @var{stream-record}}
16702
16703@item @var{async-record} @expansion{}
16704@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16705
16706@item @var{exec-async-output} @expansion{}
16707@code{[ @var{token} ] "*" @var{async-output}}
16708
16709@item @var{status-async-output} @expansion{}
16710@code{[ @var{token} ] "+" @var{async-output}}
16711
16712@item @var{notify-async-output} @expansion{}
16713@code{[ @var{token} ] "=" @var{async-output}}
16714
16715@item @var{async-output} @expansion{}
16716@code{@var{async-class} ( "," @var{result} )* @var{nl}}
16717
16718@item @var{result-class} @expansion{}
16719@code{"done" | "running" | "connected" | "error" | "exit"}
16720
16721@item @var{async-class} @expansion{}
16722@code{"stopped" | @var{others}} (where @var{others} will be added
16723depending on the needs---this is still in development).
16724
16725@item @var{result} @expansion{}
16726@code{ @var{variable} "=" @var{value}}
16727
16728@item @var{variable} @expansion{}
16729@code{ @var{string} }
16730
16731@item @var{value} @expansion{}
16732@code{ @var{const} | @var{tuple} | @var{list} }
16733
16734@item @var{const} @expansion{}
16735@code{@var{c-string}}
16736
16737@item @var{tuple} @expansion{}
16738@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16739
16740@item @var{list} @expansion{}
16741@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16742@var{result} ( "," @var{result} )* "]" }
16743
16744@item @var{stream-record} @expansion{}
16745@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16746
16747@item @var{console-stream-output} @expansion{}
16748@code{"~" @var{c-string}}
16749
16750@item @var{target-stream-output} @expansion{}
16751@code{"@@" @var{c-string}}
16752
16753@item @var{log-stream-output} @expansion{}
16754@code{"&" @var{c-string}}
16755
16756@item @var{nl} @expansion{}
16757@code{CR | CR-LF}
16758
16759@item @var{token} @expansion{}
16760@emph{any sequence of digits}.
16761@end table
16762
16763@noindent
16764Notes:
16765
16766@itemize @bullet
16767@item
16768All output sequences end in a single line containing a period.
16769
16770@item
16771The @code{@var{token}} is from the corresponding request. If an execution
16772command is interrupted by the @samp{-exec-interrupt} command, the
16773@var{token} associated with the @samp{*stopped} message is the one of the
16774original execution command, not the one of the interrupt command.
16775
16776@item
16777@cindex status output in @sc{gdb/mi}
16778@var{status-async-output} contains on-going status information about the
16779progress of a slow operation. It can be discarded. All status output is
16780prefixed by @samp{+}.
16781
16782@item
16783@cindex async output in @sc{gdb/mi}
16784@var{exec-async-output} contains asynchronous state change on the target
16785(stopped, started, disappeared). All async output is prefixed by
16786@samp{*}.
16787
16788@item
16789@cindex notify output in @sc{gdb/mi}
16790@var{notify-async-output} contains supplementary information that the
16791client should handle (e.g., a new breakpoint information). All notify
16792output is prefixed by @samp{=}.
16793
16794@item
16795@cindex console output in @sc{gdb/mi}
16796@var{console-stream-output} is output that should be displayed as is in the
16797console. It is the textual response to a CLI command. All the console
16798output is prefixed by @samp{~}.
16799
16800@item
16801@cindex target output in @sc{gdb/mi}
16802@var{target-stream-output} is the output produced by the target program.
16803All the target output is prefixed by @samp{@@}.
16804
16805@item
16806@cindex log output in @sc{gdb/mi}
16807@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16808instance messages that should be displayed as part of an error log. All
16809the log output is prefixed by @samp{&}.
16810
16811@item
16812@cindex list output in @sc{gdb/mi}
16813New @sc{gdb/mi} commands should only output @var{lists} containing
16814@var{values}.
16815
16816
16817@end itemize
16818
16819@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16820details about the various output records.
16821
16822@node GDB/MI Simple Examples
16823@subsection Simple Examples of @sc{gdb/mi} Interaction
16824@cindex @sc{gdb/mi}, simple examples
16825
16826This subsection presents several simple examples of interaction using
16827the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16828following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16829the output received from @sc{gdb/mi}.
16830
16831@subsubheading Target Stop
16832@c Ummm... There is no "-stop" command. This assumes async, no?
16833Here's an example of stopping the inferior process:
16834
16835@smallexample
16836-> -stop
16837<- (@value{GDBP})
16838@end smallexample
16839
16840@noindent
16841and later:
16842
16843@smallexample
16844<- *stop,reason="stop",address="0x123",source="a.c:123"
16845<- (@value{GDBP})
16846@end smallexample
16847
16848@subsubheading Simple CLI Command
16849
16850Here's an example of a simple CLI command being passed through
16851@sc{gdb/mi} and on to the CLI.
16852
16853@smallexample
16854-> print 1+2
16855<- &"print 1+2\n"
16856<- ~"$1 = 3\n"
16857<- ^done
16858<- (@value{GDBP})
16859@end smallexample
16860
16861@subsubheading Command With Side Effects
16862
16863@smallexample
16864-> -symbol-file xyz.exe
16865<- *breakpoint,nr="3",address="0x123",source="a.c:123"
16866<- (@value{GDBP})
16867@end smallexample
16868
16869@subsubheading A Bad Command
16870
16871Here's what happens if you pass a non-existent command:
16872
16873@smallexample
16874-> -rubbish
16875<- ^error,msg="Undefined MI command: rubbish"
16876<- (@value{GDBP})
16877@end smallexample
16878
16879@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16880@node GDB/MI Compatibility with CLI
16881@section @sc{gdb/mi} Compatibility with CLI
16882
16883@cindex compatibility, @sc{gdb/mi} and CLI
16884@cindex @sc{gdb/mi}, compatibility with CLI
16885To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16886accepts existing CLI commands. As specified by the syntax, such
16887commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16888respond.
16889
16890This mechanism is provided as an aid to developers of @sc{gdb/mi}
16891clients and not as a reliable interface into the CLI. Since the command
16892is being interpreteted in an environment that assumes @sc{gdb/mi}
16893behaviour, the exact output of such commands is likely to end up being
16894an un-supported hybrid of @sc{gdb/mi} and CLI output.
16895
16896@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16897@node GDB/MI Output Records
16898@section @sc{gdb/mi} Output Records
16899
16900@menu
16901* GDB/MI Result Records::
16902* GDB/MI Stream Records::
16903* GDB/MI Out-of-band Records::
16904@end menu
16905
16906@node GDB/MI Result Records
16907@subsection @sc{gdb/mi} Result Records
16908
16909@cindex result records in @sc{gdb/mi}
16910@cindex @sc{gdb/mi}, result records
16911In addition to a number of out-of-band notifications, the response to a
16912@sc{gdb/mi} command includes one of the following result indications:
16913
16914@table @code
16915@findex ^done
16916@item "^done" [ "," @var{results} ]
16917The synchronous operation was successful, @code{@var{results}} are the return
16918values.
16919
16920@item "^running"
16921@findex ^running
16922@c Is this one correct? Should it be an out-of-band notification?
16923The asynchronous operation was successfully started. The target is
16924running.
16925
16926@item "^error" "," @var{c-string}
16927@findex ^error
16928The operation failed. The @code{@var{c-string}} contains the corresponding
16929error message.
16930@end table
16931
16932@node GDB/MI Stream Records
16933@subsection @sc{gdb/mi} Stream Records
16934
16935@cindex @sc{gdb/mi}, stream records
16936@cindex stream records in @sc{gdb/mi}
16937@value{GDBN} internally maintains a number of output streams: the console, the
16938target, and the log. The output intended for each of these streams is
16939funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16940
16941Each stream record begins with a unique @dfn{prefix character} which
16942identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16943Syntax}). In addition to the prefix, each stream record contains a
16944@code{@var{string-output}}. This is either raw text (with an implicit new
16945line) or a quoted C string (which does not contain an implicit newline).
16946
16947@table @code
16948@item "~" @var{string-output}
16949The console output stream contains text that should be displayed in the
16950CLI console window. It contains the textual responses to CLI commands.
16951
16952@item "@@" @var{string-output}
16953The target output stream contains any textual output from the running
16954target.
16955
16956@item "&" @var{string-output}
16957The log stream contains debugging messages being produced by @value{GDBN}'s
16958internals.
16959@end table
16960
16961@node GDB/MI Out-of-band Records
16962@subsection @sc{gdb/mi} Out-of-band Records
16963
16964@cindex out-of-band records in @sc{gdb/mi}
16965@cindex @sc{gdb/mi}, out-of-band records
16966@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
16967additional changes that have occurred. Those changes can either be a
16968consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
16969target activity (e.g., target stopped).
16970
16971The following is a preliminary list of possible out-of-band records.
034dad6f 16972In particular, the @var{exec-async-output} records.
922fbb7b
AC
16973
16974@table @code
034dad6f
BR
16975@item *stopped,reason="@var{reason}"
16976@end table
16977
16978@var{reason} can be one of the following:
16979
16980@table @code
16981@item breakpoint-hit
16982A breakpoint was reached.
16983@item watchpoint-trigger
16984A watchpoint was triggered.
16985@item read-watchpoint-trigger
16986A read watchpoint was triggered.
16987@item access-watchpoint-trigger
16988An access watchpoint was triggered.
16989@item function-finished
16990An -exec-finish or similar CLI command was accomplished.
16991@item location-reached
16992An -exec-until or similar CLI command was accomplished.
16993@item watchpoint-scope
16994A watchpoint has gone out of scope.
16995@item end-stepping-range
16996An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
16997similar CLI command was accomplished.
16998@item exited-signalled
16999The inferior exited because of a signal.
17000@item exited
17001The inferior exited.
17002@item exited-normally
17003The inferior exited normally.
17004@item signal-received
17005A signal was received by the inferior.
922fbb7b
AC
17006@end table
17007
17008
17009@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17010@node GDB/MI Command Description Format
17011@section @sc{gdb/mi} Command Description Format
17012
17013The remaining sections describe blocks of commands. Each block of
17014commands is laid out in a fashion similar to this section.
17015
17016Note the the line breaks shown in the examples are here only for
17017readability. They don't appear in the real output.
17018Also note that the commands with a non-available example (N.A.@:) are
17019not yet implemented.
17020
17021@subheading Motivation
17022
17023The motivation for this collection of commands.
17024
17025@subheading Introduction
17026
17027A brief introduction to this collection of commands as a whole.
17028
17029@subheading Commands
17030
17031For each command in the block, the following is described:
17032
17033@subsubheading Synopsis
17034
17035@smallexample
17036 -command @var{args}@dots{}
17037@end smallexample
17038
17039@subsubheading @value{GDBN} Command
17040
17041The corresponding @value{GDBN} CLI command.
17042
17043@subsubheading Result
17044
17045@subsubheading Out-of-band
17046
17047@subsubheading Notes
17048
17049@subsubheading Example
17050
17051
17052@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17053@node GDB/MI Breakpoint Table Commands
17054@section @sc{gdb/mi} Breakpoint table commands
17055
17056@cindex breakpoint commands for @sc{gdb/mi}
17057@cindex @sc{gdb/mi}, breakpoint commands
17058This section documents @sc{gdb/mi} commands for manipulating
17059breakpoints.
17060
17061@subheading The @code{-break-after} Command
17062@findex -break-after
17063
17064@subsubheading Synopsis
17065
17066@smallexample
17067 -break-after @var{number} @var{count}
17068@end smallexample
17069
17070The breakpoint number @var{number} is not in effect until it has been
17071hit @var{count} times. To see how this is reflected in the output of
17072the @samp{-break-list} command, see the description of the
17073@samp{-break-list} command below.
17074
17075@subsubheading @value{GDBN} Command
17076
17077The corresponding @value{GDBN} command is @samp{ignore}.
17078
17079@subsubheading Example
17080
17081@smallexample
17082(@value{GDBP})
17083-break-insert main
17084^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
17085(@value{GDBP})
17086-break-after 1 3
17087~
17088^done
17089(@value{GDBP})
17090-break-list
17091^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17092hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17093@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17094@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17095@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17096@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17097@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17098body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17099addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
17100ignore="3"@}]@}
17101(@value{GDBP})
17102@end smallexample
17103
17104@ignore
17105@subheading The @code{-break-catch} Command
17106@findex -break-catch
17107
17108@subheading The @code{-break-commands} Command
17109@findex -break-commands
17110@end ignore
17111
17112
17113@subheading The @code{-break-condition} Command
17114@findex -break-condition
17115
17116@subsubheading Synopsis
17117
17118@smallexample
17119 -break-condition @var{number} @var{expr}
17120@end smallexample
17121
17122Breakpoint @var{number} will stop the program only if the condition in
17123@var{expr} is true. The condition becomes part of the
17124@samp{-break-list} output (see the description of the @samp{-break-list}
17125command below).
17126
17127@subsubheading @value{GDBN} Command
17128
17129The corresponding @value{GDBN} command is @samp{condition}.
17130
17131@subsubheading Example
17132
17133@smallexample
17134(@value{GDBP})
17135-break-condition 1 1
17136^done
17137(@value{GDBP})
17138-break-list
17139^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17140hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17141@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17142@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17143@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17144@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17145@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17146body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17147addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
17148times="0",ignore="3"@}]@}
17149(@value{GDBP})
17150@end smallexample
17151
17152@subheading The @code{-break-delete} Command
17153@findex -break-delete
17154
17155@subsubheading Synopsis
17156
17157@smallexample
17158 -break-delete ( @var{breakpoint} )+
17159@end smallexample
17160
17161Delete the breakpoint(s) whose number(s) are specified in the argument
17162list. This is obviously reflected in the breakpoint list.
17163
17164@subsubheading @value{GDBN} command
17165
17166The corresponding @value{GDBN} command is @samp{delete}.
17167
17168@subsubheading Example
17169
17170@smallexample
17171(@value{GDBP})
17172-break-delete 1
17173^done
17174(@value{GDBP})
17175-break-list
17176^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17177hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17178@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17179@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17180@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17181@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17182@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17183body=[]@}
17184(@value{GDBP})
17185@end smallexample
17186
17187@subheading The @code{-break-disable} Command
17188@findex -break-disable
17189
17190@subsubheading Synopsis
17191
17192@smallexample
17193 -break-disable ( @var{breakpoint} )+
17194@end smallexample
17195
17196Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
17197break list is now set to @samp{n} for the named @var{breakpoint}(s).
17198
17199@subsubheading @value{GDBN} Command
17200
17201The corresponding @value{GDBN} command is @samp{disable}.
17202
17203@subsubheading Example
17204
17205@smallexample
17206(@value{GDBP})
17207-break-disable 2
17208^done
17209(@value{GDBP})
17210-break-list
17211^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17212hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17213@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17214@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17215@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17216@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17217@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17218body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
17219addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17220(@value{GDBP})
17221@end smallexample
17222
17223@subheading The @code{-break-enable} Command
17224@findex -break-enable
17225
17226@subsubheading Synopsis
17227
17228@smallexample
17229 -break-enable ( @var{breakpoint} )+
17230@end smallexample
17231
17232Enable (previously disabled) @var{breakpoint}(s).
17233
17234@subsubheading @value{GDBN} Command
17235
17236The corresponding @value{GDBN} command is @samp{enable}.
17237
17238@subsubheading Example
17239
17240@smallexample
17241(@value{GDBP})
17242-break-enable 2
17243^done
17244(@value{GDBP})
17245-break-list
17246^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17247hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17248@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17249@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17250@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17251@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17252@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17253body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17254addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17255(@value{GDBP})
17256@end smallexample
17257
17258@subheading The @code{-break-info} Command
17259@findex -break-info
17260
17261@subsubheading Synopsis
17262
17263@smallexample
17264 -break-info @var{breakpoint}
17265@end smallexample
17266
17267@c REDUNDANT???
17268Get information about a single breakpoint.
17269
17270@subsubheading @value{GDBN} command
17271
17272The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
17273
17274@subsubheading Example
17275N.A.
17276
17277@subheading The @code{-break-insert} Command
17278@findex -break-insert
17279
17280@subsubheading Synopsis
17281
17282@smallexample
17283 -break-insert [ -t ] [ -h ] [ -r ]
17284 [ -c @var{condition} ] [ -i @var{ignore-count} ]
17285 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
17286@end smallexample
17287
17288@noindent
17289If specified, @var{line}, can be one of:
17290
17291@itemize @bullet
17292@item function
17293@c @item +offset
17294@c @item -offset
17295@c @item linenum
17296@item filename:linenum
17297@item filename:function
17298@item *address
17299@end itemize
17300
17301The possible optional parameters of this command are:
17302
17303@table @samp
17304@item -t
17305Insert a tempoary breakpoint.
17306@item -h
17307Insert a hardware breakpoint.
17308@item -c @var{condition}
17309Make the breakpoint conditional on @var{condition}.
17310@item -i @var{ignore-count}
17311Initialize the @var{ignore-count}.
17312@item -r
17313Insert a regular breakpoint in all the functions whose names match the
17314given regular expression. Other flags are not applicable to regular
17315expresson.
17316@end table
17317
17318@subsubheading Result
17319
17320The result is in the form:
17321
17322@smallexample
17323 ^done,bkptno="@var{number}",func="@var{funcname}",
17324 file="@var{filename}",line="@var{lineno}"
17325@end smallexample
17326
17327@noindent
17328where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
17329is the name of the function where the breakpoint was inserted,
17330@var{filename} is the name of the source file which contains this
17331function, and @var{lineno} is the source line number within that file.
17332
17333Note: this format is open to change.
17334@c An out-of-band breakpoint instead of part of the result?
17335
17336@subsubheading @value{GDBN} Command
17337
17338The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
17339@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
17340
17341@subsubheading Example
17342
17343@smallexample
17344(@value{GDBP})
17345-break-insert main
17346^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17347(@value{GDBP})
17348-break-insert -t foo
17349^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
17350(@value{GDBP})
17351-break-list
17352^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17353hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17354@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17355@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17356@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17357@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17358@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17359body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17360addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
17361bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
17362addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
17363(@value{GDBP})
17364-break-insert -r foo.*
17365~int foo(int, int);
17366^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
17367(@value{GDBP})
17368@end smallexample
17369
17370@subheading The @code{-break-list} Command
17371@findex -break-list
17372
17373@subsubheading Synopsis
17374
17375@smallexample
17376 -break-list
17377@end smallexample
17378
17379Displays the list of inserted breakpoints, showing the following fields:
17380
17381@table @samp
17382@item Number
17383number of the breakpoint
17384@item Type
17385type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
17386@item Disposition
17387should the breakpoint be deleted or disabled when it is hit: @samp{keep}
17388or @samp{nokeep}
17389@item Enabled
17390is the breakpoint enabled or no: @samp{y} or @samp{n}
17391@item Address
17392memory location at which the breakpoint is set
17393@item What
17394logical location of the breakpoint, expressed by function name, file
17395name, line number
17396@item Times
17397number of times the breakpoint has been hit
17398@end table
17399
17400If there are no breakpoints or watchpoints, the @code{BreakpointTable}
17401@code{body} field is an empty list.
17402
17403@subsubheading @value{GDBN} Command
17404
17405The corresponding @value{GDBN} command is @samp{info break}.
17406
17407@subsubheading Example
17408
17409@smallexample
17410(@value{GDBP})
17411-break-list
17412^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17413hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17414@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17415@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17416@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17417@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17418@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17419body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17420addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17421bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17422addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17423(@value{GDBP})
17424@end smallexample
17425
17426Here's an example of the result when there are no breakpoints:
17427
17428@smallexample
17429(@value{GDBP})
17430-break-list
17431^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17432hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17433@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17434@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17435@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17436@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17437@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17438body=[]@}
17439(@value{GDBP})
17440@end smallexample
17441
17442@subheading The @code{-break-watch} Command
17443@findex -break-watch
17444
17445@subsubheading Synopsis
17446
17447@smallexample
17448 -break-watch [ -a | -r ]
17449@end smallexample
17450
17451Create a watchpoint. With the @samp{-a} option it will create an
17452@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17453read from or on a write to the memory location. With the @samp{-r}
17454option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17455trigger only when the memory location is accessed for reading. Without
17456either of the options, the watchpoint created is a regular watchpoint,
17457i.e. it will trigger when the memory location is accessed for writing.
17458@xref{Set Watchpoints, , Setting watchpoints}.
17459
17460Note that @samp{-break-list} will report a single list of watchpoints and
17461breakpoints inserted.
17462
17463@subsubheading @value{GDBN} Command
17464
17465The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17466@samp{rwatch}.
17467
17468@subsubheading Example
17469
17470Setting a watchpoint on a variable in the @code{main} function:
17471
17472@smallexample
17473(@value{GDBP})
17474-break-watch x
17475^done,wpt=@{number="2",exp="x"@}
17476(@value{GDBP})
17477-exec-continue
17478^running
17479^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17480value=@{old="-268439212",new="55"@},
76ff342d
DJ
17481frame=@{func="main",args=[],file="recursive2.c",
17482fullname="/home/foo/bar/devo/myproject/recursive2.c",line="5"@}
922fbb7b
AC
17483(@value{GDBP})
17484@end smallexample
17485
17486Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
17487the program execution twice: first for the variable changing value, then
17488for the watchpoint going out of scope.
17489
17490@smallexample
17491(@value{GDBP})
17492-break-watch C
17493^done,wpt=@{number="5",exp="C"@}
17494(@value{GDBP})
17495-exec-continue
17496^running
17497^done,reason="watchpoint-trigger",
17498wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17499frame=@{func="callee4",args=[],
76ff342d
DJ
17500file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17501fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
922fbb7b
AC
17502(@value{GDBP})
17503-exec-continue
17504^running
17505^done,reason="watchpoint-scope",wpnum="5",
17506frame=@{func="callee3",args=[@{name="strarg",
17507value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
17508file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17509fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
922fbb7b
AC
17510(@value{GDBP})
17511@end smallexample
17512
17513Listing breakpoints and watchpoints, at different points in the program
17514execution. Note that once the watchpoint goes out of scope, it is
17515deleted.
17516
17517@smallexample
17518(@value{GDBP})
17519-break-watch C
17520^done,wpt=@{number="2",exp="C"@}
17521(@value{GDBP})
17522-break-list
17523^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17524hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17525@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17526@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17527@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17528@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17529@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17530body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17531addr="0x00010734",func="callee4",
17532file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17533bkpt=@{number="2",type="watchpoint",disp="keep",
17534enabled="y",addr="",what="C",times="0"@}]@}
17535(@value{GDBP})
17536-exec-continue
17537^running
17538^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17539value=@{old="-276895068",new="3"@},
17540frame=@{func="callee4",args=[],
76ff342d
DJ
17541file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17542fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
922fbb7b
AC
17543(@value{GDBP})
17544-break-list
17545^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17546hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17547@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17548@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17549@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17550@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17551@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17552body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17553addr="0x00010734",func="callee4",
17554file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17555bkpt=@{number="2",type="watchpoint",disp="keep",
17556enabled="y",addr="",what="C",times="-5"@}]@}
17557(@value{GDBP})
17558-exec-continue
17559^running
17560^done,reason="watchpoint-scope",wpnum="2",
17561frame=@{func="callee3",args=[@{name="strarg",
17562value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
17563file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17564fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
922fbb7b
AC
17565(@value{GDBP})
17566-break-list
17567^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17568hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17569@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17570@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17571@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17572@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17573@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17574body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17575addr="0x00010734",func="callee4",
17576file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17577(@value{GDBP})
17578@end smallexample
17579
17580@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17581@node GDB/MI Data Manipulation
17582@section @sc{gdb/mi} Data Manipulation
17583
17584@cindex data manipulation, in @sc{gdb/mi}
17585@cindex @sc{gdb/mi}, data manipulation
17586This section describes the @sc{gdb/mi} commands that manipulate data:
17587examine memory and registers, evaluate expressions, etc.
17588
17589@c REMOVED FROM THE INTERFACE.
17590@c @subheading -data-assign
17591@c Change the value of a program variable. Plenty of side effects.
17592@c @subsubheading GDB command
17593@c set variable
17594@c @subsubheading Example
17595@c N.A.
17596
17597@subheading The @code{-data-disassemble} Command
17598@findex -data-disassemble
17599
17600@subsubheading Synopsis
17601
17602@smallexample
17603 -data-disassemble
17604 [ -s @var{start-addr} -e @var{end-addr} ]
17605 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17606 -- @var{mode}
17607@end smallexample
17608
17609@noindent
17610Where:
17611
17612@table @samp
17613@item @var{start-addr}
17614is the beginning address (or @code{$pc})
17615@item @var{end-addr}
17616is the end address
17617@item @var{filename}
17618is the name of the file to disassemble
17619@item @var{linenum}
17620is the line number to disassemble around
17621@item @var{lines}
17622is the the number of disassembly lines to be produced. If it is -1,
17623the whole function will be disassembled, in case no @var{end-addr} is
17624specified. If @var{end-addr} is specified as a non-zero value, and
17625@var{lines} is lower than the number of disassembly lines between
17626@var{start-addr} and @var{end-addr}, only @var{lines} lines are
17627displayed; if @var{lines} is higher than the number of lines between
17628@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17629are displayed.
17630@item @var{mode}
17631is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17632disassembly).
17633@end table
17634
17635@subsubheading Result
17636
17637The output for each instruction is composed of four fields:
17638
17639@itemize @bullet
17640@item Address
17641@item Func-name
17642@item Offset
17643@item Instruction
17644@end itemize
17645
17646Note that whatever included in the instruction field, is not manipulated
17647directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17648
17649@subsubheading @value{GDBN} Command
17650
17651There's no direct mapping from this command to the CLI.
17652
17653@subsubheading Example
17654
17655Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17656
17657@smallexample
17658(@value{GDBP})
17659-data-disassemble -s $pc -e "$pc + 20" -- 0
17660^done,
17661asm_insns=[
17662@{address="0x000107c0",func-name="main",offset="4",
17663inst="mov 2, %o0"@},
17664@{address="0x000107c4",func-name="main",offset="8",
17665inst="sethi %hi(0x11800), %o2"@},
17666@{address="0x000107c8",func-name="main",offset="12",
17667inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17668@{address="0x000107cc",func-name="main",offset="16",
17669inst="sethi %hi(0x11800), %o2"@},
17670@{address="0x000107d0",func-name="main",offset="20",
17671inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17672(@value{GDBP})
17673@end smallexample
17674
17675Disassemble the whole @code{main} function. Line 32 is part of
17676@code{main}.
17677
17678@smallexample
17679-data-disassemble -f basics.c -l 32 -- 0
17680^done,asm_insns=[
17681@{address="0x000107bc",func-name="main",offset="0",
17682inst="save %sp, -112, %sp"@},
17683@{address="0x000107c0",func-name="main",offset="4",
17684inst="mov 2, %o0"@},
17685@{address="0x000107c4",func-name="main",offset="8",
17686inst="sethi %hi(0x11800), %o2"@},
17687[@dots{}]
17688@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17689@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17690(@value{GDBP})
17691@end smallexample
17692
17693Disassemble 3 instructions from the start of @code{main}:
17694
17695@smallexample
17696(@value{GDBP})
17697-data-disassemble -f basics.c -l 32 -n 3 -- 0
17698^done,asm_insns=[
17699@{address="0x000107bc",func-name="main",offset="0",
17700inst="save %sp, -112, %sp"@},
17701@{address="0x000107c0",func-name="main",offset="4",
17702inst="mov 2, %o0"@},
17703@{address="0x000107c4",func-name="main",offset="8",
17704inst="sethi %hi(0x11800), %o2"@}]
17705(@value{GDBP})
17706@end smallexample
17707
17708Disassemble 3 instructions from the start of @code{main} in mixed mode:
17709
17710@smallexample
17711(@value{GDBP})
17712-data-disassemble -f basics.c -l 32 -n 3 -- 1
17713^done,asm_insns=[
17714src_and_asm_line=@{line="31",
17715file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17716 testsuite/gdb.mi/basics.c",line_asm_insn=[
17717@{address="0x000107bc",func-name="main",offset="0",
17718inst="save %sp, -112, %sp"@}]@},
17719src_and_asm_line=@{line="32",
17720file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17721 testsuite/gdb.mi/basics.c",line_asm_insn=[
17722@{address="0x000107c0",func-name="main",offset="4",
17723inst="mov 2, %o0"@},
17724@{address="0x000107c4",func-name="main",offset="8",
17725inst="sethi %hi(0x11800), %o2"@}]@}]
17726(@value{GDBP})
17727@end smallexample
17728
17729
17730@subheading The @code{-data-evaluate-expression} Command
17731@findex -data-evaluate-expression
17732
17733@subsubheading Synopsis
17734
17735@smallexample
17736 -data-evaluate-expression @var{expr}
17737@end smallexample
17738
17739Evaluate @var{expr} as an expression. The expression could contain an
17740inferior function call. The function call will execute synchronously.
17741If the expression contains spaces, it must be enclosed in double quotes.
17742
17743@subsubheading @value{GDBN} Command
17744
17745The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17746@samp{call}. In @code{gdbtk} only, there's a corresponding
17747@samp{gdb_eval} command.
17748
17749@subsubheading Example
17750
17751In the following example, the numbers that precede the commands are the
17752@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17753Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
17754output.
17755
17756@smallexample
17757211-data-evaluate-expression A
17758211^done,value="1"
17759(@value{GDBP})
17760311-data-evaluate-expression &A
17761311^done,value="0xefffeb7c"
17762(@value{GDBP})
17763411-data-evaluate-expression A+3
17764411^done,value="4"
17765(@value{GDBP})
17766511-data-evaluate-expression "A + 3"
17767511^done,value="4"
17768(@value{GDBP})
17769@end smallexample
17770
17771
17772@subheading The @code{-data-list-changed-registers} Command
17773@findex -data-list-changed-registers
17774
17775@subsubheading Synopsis
17776
17777@smallexample
17778 -data-list-changed-registers
17779@end smallexample
17780
17781Display a list of the registers that have changed.
17782
17783@subsubheading @value{GDBN} Command
17784
17785@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17786has the corresponding command @samp{gdb_changed_register_list}.
17787
17788@subsubheading Example
17789
17790On a PPC MBX board:
17791
17792@smallexample
17793(@value{GDBP})
17794-exec-continue
17795^running
17796
17797(@value{GDBP})
17798*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
76ff342d 17799args=[],file="try.c",fullname="/home/foo/bar/devo/myproject/try.c",line="5"@}
922fbb7b
AC
17800(@value{GDBP})
17801-data-list-changed-registers
17802^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17803"10","11","13","14","15","16","17","18","19","20","21","22","23",
17804"24","25","26","27","28","30","31","64","65","66","67","69"]
17805(@value{GDBP})
17806@end smallexample
17807
17808
17809@subheading The @code{-data-list-register-names} Command
17810@findex -data-list-register-names
17811
17812@subsubheading Synopsis
17813
17814@smallexample
17815 -data-list-register-names [ ( @var{regno} )+ ]
17816@end smallexample
17817
17818Show a list of register names for the current target. If no arguments
17819are given, it shows a list of the names of all the registers. If
17820integer numbers are given as arguments, it will print a list of the
17821names of the registers corresponding to the arguments. To ensure
17822consistency between a register name and its number, the output list may
17823include empty register names.
17824
17825@subsubheading @value{GDBN} Command
17826
17827@value{GDBN} does not have a command which corresponds to
17828@samp{-data-list-register-names}. In @code{gdbtk} there is a
17829corresponding command @samp{gdb_regnames}.
17830
17831@subsubheading Example
17832
17833For the PPC MBX board:
17834@smallexample
17835(@value{GDBP})
17836-data-list-register-names
17837^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17838"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17839"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17840"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17841"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17842"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17843"", "pc","ps","cr","lr","ctr","xer"]
17844(@value{GDBP})
17845-data-list-register-names 1 2 3
17846^done,register-names=["r1","r2","r3"]
17847(@value{GDBP})
17848@end smallexample
17849
17850@subheading The @code{-data-list-register-values} Command
17851@findex -data-list-register-values
17852
17853@subsubheading Synopsis
17854
17855@smallexample
17856 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17857@end smallexample
17858
17859Display the registers' contents. @var{fmt} is the format according to
17860which the registers' contents are to be returned, followed by an optional
17861list of numbers specifying the registers to display. A missing list of
17862numbers indicates that the contents of all the registers must be returned.
17863
17864Allowed formats for @var{fmt} are:
17865
17866@table @code
17867@item x
17868Hexadecimal
17869@item o
17870Octal
17871@item t
17872Binary
17873@item d
17874Decimal
17875@item r
17876Raw
17877@item N
17878Natural
17879@end table
17880
17881@subsubheading @value{GDBN} Command
17882
17883The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17884all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17885
17886@subsubheading Example
17887
17888For a PPC MBX board (note: line breaks are for readability only, they
17889don't appear in the actual output):
17890
17891@smallexample
17892(@value{GDBP})
17893-data-list-register-values r 64 65
17894^done,register-values=[@{number="64",value="0xfe00a300"@},
17895@{number="65",value="0x00029002"@}]
17896(@value{GDBP})
17897-data-list-register-values x
17898^done,register-values=[@{number="0",value="0xfe0043c8"@},
17899@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17900@{number="3",value="0x0"@},@{number="4",value="0xa"@},
17901@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17902@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17903@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17904@{number="11",value="0x1"@},@{number="12",value="0x0"@},
17905@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17906@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17907@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17908@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17909@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17910@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17911@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17912@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17913@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17914@{number="31",value="0x0"@},@{number="32",value="0x0"@},
17915@{number="33",value="0x0"@},@{number="34",value="0x0"@},
17916@{number="35",value="0x0"@},@{number="36",value="0x0"@},
17917@{number="37",value="0x0"@},@{number="38",value="0x0"@},
17918@{number="39",value="0x0"@},@{number="40",value="0x0"@},
17919@{number="41",value="0x0"@},@{number="42",value="0x0"@},
17920@{number="43",value="0x0"@},@{number="44",value="0x0"@},
17921@{number="45",value="0x0"@},@{number="46",value="0x0"@},
17922@{number="47",value="0x0"@},@{number="48",value="0x0"@},
17923@{number="49",value="0x0"@},@{number="50",value="0x0"@},
17924@{number="51",value="0x0"@},@{number="52",value="0x0"@},
17925@{number="53",value="0x0"@},@{number="54",value="0x0"@},
17926@{number="55",value="0x0"@},@{number="56",value="0x0"@},
17927@{number="57",value="0x0"@},@{number="58",value="0x0"@},
17928@{number="59",value="0x0"@},@{number="60",value="0x0"@},
17929@{number="61",value="0x0"@},@{number="62",value="0x0"@},
17930@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17931@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17932@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17933@{number="69",value="0x20002b03"@}]
17934(@value{GDBP})
17935@end smallexample
17936
17937
17938@subheading The @code{-data-read-memory} Command
17939@findex -data-read-memory
17940
17941@subsubheading Synopsis
17942
17943@smallexample
17944 -data-read-memory [ -o @var{byte-offset} ]
17945 @var{address} @var{word-format} @var{word-size}
17946 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17947@end smallexample
17948
17949@noindent
17950where:
17951
17952@table @samp
17953@item @var{address}
17954An expression specifying the address of the first memory word to be
17955read. Complex expressions containing embedded white space should be
17956quoted using the C convention.
17957
17958@item @var{word-format}
17959The format to be used to print the memory words. The notation is the
17960same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
17961,Output formats}).
17962
17963@item @var{word-size}
17964The size of each memory word in bytes.
17965
17966@item @var{nr-rows}
17967The number of rows in the output table.
17968
17969@item @var{nr-cols}
17970The number of columns in the output table.
17971
17972@item @var{aschar}
17973If present, indicates that each row should include an @sc{ascii} dump. The
17974value of @var{aschar} is used as a padding character when a byte is not a
17975member of the printable @sc{ascii} character set (printable @sc{ascii}
17976characters are those whose code is between 32 and 126, inclusively).
17977
17978@item @var{byte-offset}
17979An offset to add to the @var{address} before fetching memory.
17980@end table
17981
17982This command displays memory contents as a table of @var{nr-rows} by
17983@var{nr-cols} words, each word being @var{word-size} bytes. In total,
17984@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
17985(returned as @samp{total-bytes}). Should less than the requested number
17986of bytes be returned by the target, the missing words are identified
17987using @samp{N/A}. The number of bytes read from the target is returned
17988in @samp{nr-bytes} and the starting address used to read memory in
17989@samp{addr}.
17990
17991The address of the next/previous row or page is available in
17992@samp{next-row} and @samp{prev-row}, @samp{next-page} and
17993@samp{prev-page}.
17994
17995@subsubheading @value{GDBN} Command
17996
17997The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
17998@samp{gdb_get_mem} memory read command.
17999
18000@subsubheading Example
18001
18002Read six bytes of memory starting at @code{bytes+6} but then offset by
18003@code{-6} bytes. Format as three rows of two columns. One byte per
18004word. Display each word in hex.
18005
18006@smallexample
18007(@value{GDBP})
180089-data-read-memory -o -6 -- bytes+6 x 1 3 2
180099^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
18010next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
18011prev-page="0x0000138a",memory=[
18012@{addr="0x00001390",data=["0x00","0x01"]@},
18013@{addr="0x00001392",data=["0x02","0x03"]@},
18014@{addr="0x00001394",data=["0x04","0x05"]@}]
18015(@value{GDBP})
18016@end smallexample
18017
18018Read two bytes of memory starting at address @code{shorts + 64} and
18019display as a single word formatted in decimal.
18020
18021@smallexample
18022(@value{GDBP})
180235-data-read-memory shorts+64 d 2 1 1
180245^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
18025next-row="0x00001512",prev-row="0x0000150e",
18026next-page="0x00001512",prev-page="0x0000150e",memory=[
18027@{addr="0x00001510",data=["128"]@}]
18028(@value{GDBP})
18029@end smallexample
18030
18031Read thirty two bytes of memory starting at @code{bytes+16} and format
18032as eight rows of four columns. Include a string encoding with @samp{x}
18033used as the non-printable character.
18034
18035@smallexample
18036(@value{GDBP})
180374-data-read-memory bytes+16 x 1 8 4 x
180384^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
18039next-row="0x000013c0",prev-row="0x0000139c",
18040next-page="0x000013c0",prev-page="0x00001380",memory=[
18041@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
18042@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
18043@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
18044@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
18045@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
18046@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
18047@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
18048@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
18049(@value{GDBP})
18050@end smallexample
18051
18052@subheading The @code{-display-delete} Command
18053@findex -display-delete
18054
18055@subsubheading Synopsis
18056
18057@smallexample
18058 -display-delete @var{number}
18059@end smallexample
18060
18061Delete the display @var{number}.
18062
18063@subsubheading @value{GDBN} Command
18064
18065The corresponding @value{GDBN} command is @samp{delete display}.
18066
18067@subsubheading Example
18068N.A.
18069
18070
18071@subheading The @code{-display-disable} Command
18072@findex -display-disable
18073
18074@subsubheading Synopsis
18075
18076@smallexample
18077 -display-disable @var{number}
18078@end smallexample
18079
18080Disable display @var{number}.
18081
18082@subsubheading @value{GDBN} Command
18083
18084The corresponding @value{GDBN} command is @samp{disable display}.
18085
18086@subsubheading Example
18087N.A.
18088
18089
18090@subheading The @code{-display-enable} Command
18091@findex -display-enable
18092
18093@subsubheading Synopsis
18094
18095@smallexample
18096 -display-enable @var{number}
18097@end smallexample
18098
18099Enable display @var{number}.
18100
18101@subsubheading @value{GDBN} Command
18102
18103The corresponding @value{GDBN} command is @samp{enable display}.
18104
18105@subsubheading Example
18106N.A.
18107
18108
18109@subheading The @code{-display-insert} Command
18110@findex -display-insert
18111
18112@subsubheading Synopsis
18113
18114@smallexample
18115 -display-insert @var{expression}
18116@end smallexample
18117
18118Display @var{expression} every time the program stops.
18119
18120@subsubheading @value{GDBN} Command
18121
18122The corresponding @value{GDBN} command is @samp{display}.
18123
18124@subsubheading Example
18125N.A.
18126
18127
18128@subheading The @code{-display-list} Command
18129@findex -display-list
18130
18131@subsubheading Synopsis
18132
18133@smallexample
18134 -display-list
18135@end smallexample
18136
18137List the displays. Do not show the current values.
18138
18139@subsubheading @value{GDBN} Command
18140
18141The corresponding @value{GDBN} command is @samp{info display}.
18142
18143@subsubheading Example
18144N.A.
18145
18146
18147@subheading The @code{-environment-cd} Command
18148@findex -environment-cd
18149
18150@subsubheading Synopsis
18151
18152@smallexample
18153 -environment-cd @var{pathdir}
18154@end smallexample
18155
18156Set @value{GDBN}'s working directory.
18157
18158@subsubheading @value{GDBN} Command
18159
18160The corresponding @value{GDBN} command is @samp{cd}.
18161
18162@subsubheading Example
18163
18164@smallexample
18165(@value{GDBP})
18166-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18167^done
18168(@value{GDBP})
18169@end smallexample
18170
18171
18172@subheading The @code{-environment-directory} Command
18173@findex -environment-directory
18174
18175@subsubheading Synopsis
18176
18177@smallexample
18178 -environment-directory [ -r ] [ @var{pathdir} ]+
18179@end smallexample
18180
18181Add directories @var{pathdir} to beginning of search path for source files.
18182If the @samp{-r} option is used, the search path is reset to the default
b383017d 18183search path. If directories @var{pathdir} are supplied in addition to the
922fbb7b
AC
18184@samp{-r} option, the search path is first reset and then addition
18185occurs as normal.
b383017d 18186Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
18187multiple directories in a single command
18188results in the directories added to the beginning of the
18189search path in the same order they were presented in the command.
18190If blanks are needed as
18191part of a directory name, double-quotes should be used around
18192the name. In the command output, the path will show up separated
b383017d 18193by the system directory-separator character. The directory-seperator
922fbb7b
AC
18194character must not be used
18195in any directory name.
18196If no directories are specified, the current search path is displayed.
18197
18198@subsubheading @value{GDBN} Command
18199
18200The corresponding @value{GDBN} command is @samp{dir}.
18201
18202@subsubheading Example
18203
18204@smallexample
18205(@value{GDBP})
18206-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18207^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18208(@value{GDBP})
18209-environment-directory ""
18210^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18211(@value{GDBP})
18212-environment-directory -r /home/jjohnstn/src/gdb /usr/src
18213^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18214(@value{GDBP})
18215-environment-directory -r
18216^done,source-path="$cdir:$cwd"
18217(@value{GDBP})
18218@end smallexample
18219
18220
18221@subheading The @code{-environment-path} Command
18222@findex -environment-path
18223
18224@subsubheading Synopsis
18225
18226@smallexample
18227 -environment-path [ -r ] [ @var{pathdir} ]+
18228@end smallexample
18229
18230Add directories @var{pathdir} to beginning of search path for object files.
18231If the @samp{-r} option is used, the search path is reset to the original
b383017d
RM
18232search path that existed at gdb start-up. If directories @var{pathdir} are
18233supplied in addition to the
922fbb7b
AC
18234@samp{-r} option, the search path is first reset and then addition
18235occurs as normal.
b383017d 18236Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
18237multiple directories in a single command
18238results in the directories added to the beginning of the
18239search path in the same order they were presented in the command.
18240If blanks are needed as
18241part of a directory name, double-quotes should be used around
18242the name. In the command output, the path will show up separated
b383017d 18243by the system directory-separator character. The directory-seperator
922fbb7b
AC
18244character must not be used
18245in any directory name.
18246If no directories are specified, the current path is displayed.
18247
18248
18249@subsubheading @value{GDBN} Command
18250
18251The corresponding @value{GDBN} command is @samp{path}.
18252
18253@subsubheading Example
18254
18255@smallexample
18256(@value{GDBP})
b383017d 18257-environment-path
922fbb7b
AC
18258^done,path="/usr/bin"
18259(@value{GDBP})
18260-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18261^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18262(@value{GDBP})
18263-environment-path -r /usr/local/bin
18264^done,path="/usr/local/bin:/usr/bin"
18265(@value{GDBP})
18266@end smallexample
18267
18268
18269@subheading The @code{-environment-pwd} Command
18270@findex -environment-pwd
18271
18272@subsubheading Synopsis
18273
18274@smallexample
18275 -environment-pwd
18276@end smallexample
18277
18278Show the current working directory.
18279
18280@subsubheading @value{GDBN} command
18281
18282The corresponding @value{GDBN} command is @samp{pwd}.
18283
18284@subsubheading Example
18285
18286@smallexample
18287(@value{GDBP})
18288-environment-pwd
18289^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18290(@value{GDBP})
18291@end smallexample
18292
18293@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18294@node GDB/MI Program Control
18295@section @sc{gdb/mi} Program control
18296
18297@subsubheading Program termination
18298
18299As a result of execution, the inferior program can run to completion, if
18300it doesn't encounter any breakpoints. In this case the output will
18301include an exit code, if the program has exited exceptionally.
18302
18303@subsubheading Examples
18304
18305@noindent
18306Program exited normally:
18307
18308@smallexample
18309(@value{GDBP})
18310-exec-run
18311^running
18312(@value{GDBP})
18313x = 55
18314*stopped,reason="exited-normally"
18315(@value{GDBP})
18316@end smallexample
18317
18318@noindent
18319Program exited exceptionally:
18320
18321@smallexample
18322(@value{GDBP})
18323-exec-run
18324^running
18325(@value{GDBP})
18326x = 55
18327*stopped,reason="exited",exit-code="01"
18328(@value{GDBP})
18329@end smallexample
18330
18331Another way the program can terminate is if it receives a signal such as
18332@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
18333
18334@smallexample
18335(@value{GDBP})
18336*stopped,reason="exited-signalled",signal-name="SIGINT",
18337signal-meaning="Interrupt"
18338@end smallexample
18339
18340
18341@subheading The @code{-exec-abort} Command
18342@findex -exec-abort
18343
18344@subsubheading Synopsis
18345
18346@smallexample
18347 -exec-abort
18348@end smallexample
18349
18350Kill the inferior running program.
18351
18352@subsubheading @value{GDBN} Command
18353
18354The corresponding @value{GDBN} command is @samp{kill}.
18355
18356@subsubheading Example
18357N.A.
18358
18359
18360@subheading The @code{-exec-arguments} Command
18361@findex -exec-arguments
18362
18363@subsubheading Synopsis
18364
18365@smallexample
18366 -exec-arguments @var{args}
18367@end smallexample
18368
18369Set the inferior program arguments, to be used in the next
18370@samp{-exec-run}.
18371
18372@subsubheading @value{GDBN} Command
18373
18374The corresponding @value{GDBN} command is @samp{set args}.
18375
18376@subsubheading Example
18377
18378@c FIXME!
18379Don't have one around.
18380
18381
18382@subheading The @code{-exec-continue} Command
18383@findex -exec-continue
18384
18385@subsubheading Synopsis
18386
18387@smallexample
18388 -exec-continue
18389@end smallexample
18390
18391Asynchronous command. Resumes the execution of the inferior program
18392until a breakpoint is encountered, or until the inferior exits.
18393
18394@subsubheading @value{GDBN} Command
18395
18396The corresponding @value{GDBN} corresponding is @samp{continue}.
18397
18398@subsubheading Example
18399
18400@smallexample
18401-exec-continue
18402^running
18403(@value{GDBP})
18404@@Hello world
18405*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
76ff342d 18406file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="13"@}
922fbb7b
AC
18407(@value{GDBP})
18408@end smallexample
18409
18410
18411@subheading The @code{-exec-finish} Command
18412@findex -exec-finish
18413
18414@subsubheading Synopsis
18415
18416@smallexample
18417 -exec-finish
18418@end smallexample
18419
18420Asynchronous command. Resumes the execution of the inferior program
18421until the current function is exited. Displays the results returned by
18422the function.
18423
18424@subsubheading @value{GDBN} Command
18425
18426The corresponding @value{GDBN} command is @samp{finish}.
18427
18428@subsubheading Example
18429
18430Function returning @code{void}.
18431
18432@smallexample
18433-exec-finish
18434^running
18435(@value{GDBP})
18436@@hello from foo
18437*stopped,reason="function-finished",frame=@{func="main",args=[],
76ff342d 18438file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="7"@}
922fbb7b
AC
18439(@value{GDBP})
18440@end smallexample
18441
18442Function returning other than @code{void}. The name of the internal
18443@value{GDBN} variable storing the result is printed, together with the
18444value itself.
18445
18446@smallexample
18447-exec-finish
18448^running
18449(@value{GDBP})
18450*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18451args=[@{name="a",value="1"],@{name="b",value="9"@}@},
76ff342d 18452file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b
AC
18453gdb-result-var="$1",return-value="0"
18454(@value{GDBP})
18455@end smallexample
18456
18457
18458@subheading The @code{-exec-interrupt} Command
18459@findex -exec-interrupt
18460
18461@subsubheading Synopsis
18462
18463@smallexample
18464 -exec-interrupt
18465@end smallexample
18466
18467Asynchronous command. Interrupts the background execution of the target.
18468Note how the token associated with the stop message is the one for the
18469execution command that has been interrupted. The token for the interrupt
18470itself only appears in the @samp{^done} output. If the user is trying to
18471interrupt a non-running program, an error message will be printed.
18472
18473@subsubheading @value{GDBN} Command
18474
18475The corresponding @value{GDBN} command is @samp{interrupt}.
18476
18477@subsubheading Example
18478
18479@smallexample
18480(@value{GDBP})
18481111-exec-continue
18482111^running
18483
18484(@value{GDBP})
18485222-exec-interrupt
18486222^done
18487(@value{GDBP})
18488111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
76ff342d
DJ
18489frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
18490fullname="/home/foo/bar/devo/myproject/try.c",line="13"@}
922fbb7b
AC
18491(@value{GDBP})
18492
18493(@value{GDBP})
18494-exec-interrupt
18495^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18496(@value{GDBP})
18497@end smallexample
18498
18499
18500@subheading The @code{-exec-next} Command
18501@findex -exec-next
18502
18503@subsubheading Synopsis
18504
18505@smallexample
18506 -exec-next
18507@end smallexample
18508
18509Asynchronous command. Resumes execution of the inferior program, stopping
18510when the beginning of the next source line is reached.
18511
18512@subsubheading @value{GDBN} Command
18513
18514The corresponding @value{GDBN} command is @samp{next}.
18515
18516@subsubheading Example
18517
18518@smallexample
18519-exec-next
18520^running
18521(@value{GDBP})
18522*stopped,reason="end-stepping-range",line="8",file="hello.c"
18523(@value{GDBP})
18524@end smallexample
18525
18526
18527@subheading The @code{-exec-next-instruction} Command
18528@findex -exec-next-instruction
18529
18530@subsubheading Synopsis
18531
18532@smallexample
18533 -exec-next-instruction
18534@end smallexample
18535
18536Asynchronous command. Executes one machine instruction. If the
18537instruction is a function call continues until the function returns. If
18538the program stops at an instruction in the middle of a source line, the
18539address will be printed as well.
18540
18541@subsubheading @value{GDBN} Command
18542
18543The corresponding @value{GDBN} command is @samp{nexti}.
18544
18545@subsubheading Example
18546
18547@smallexample
18548(@value{GDBP})
18549-exec-next-instruction
18550^running
18551
18552(@value{GDBP})
18553*stopped,reason="end-stepping-range",
18554addr="0x000100d4",line="5",file="hello.c"
18555(@value{GDBP})
18556@end smallexample
18557
18558
18559@subheading The @code{-exec-return} Command
18560@findex -exec-return
18561
18562@subsubheading Synopsis
18563
18564@smallexample
18565 -exec-return
18566@end smallexample
18567
18568Makes current function return immediately. Doesn't execute the inferior.
18569Displays the new current frame.
18570
18571@subsubheading @value{GDBN} Command
18572
18573The corresponding @value{GDBN} command is @samp{return}.
18574
18575@subsubheading Example
18576
18577@smallexample
18578(@value{GDBP})
18579200-break-insert callee4
18580200^done,bkpt=@{number="1",addr="0x00010734",
18581file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18582(@value{GDBP})
18583000-exec-run
18584000^running
18585(@value{GDBP})
18586000*stopped,reason="breakpoint-hit",bkptno="1",
18587frame=@{func="callee4",args=[],
76ff342d
DJ
18588file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18589fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
922fbb7b
AC
18590(@value{GDBP})
18591205-break-delete
18592205^done
18593(@value{GDBP})
18594111-exec-return
18595111^done,frame=@{level="0",func="callee3",
18596args=[@{name="strarg",
18597value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
18598file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18599fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
922fbb7b
AC
18600(@value{GDBP})
18601@end smallexample
18602
18603
18604@subheading The @code{-exec-run} Command
18605@findex -exec-run
18606
18607@subsubheading Synopsis
18608
18609@smallexample
18610 -exec-run
18611@end smallexample
18612
18613Asynchronous command. Starts execution of the inferior from the
18614beginning. The inferior executes until either a breakpoint is
18615encountered or the program exits.
18616
18617@subsubheading @value{GDBN} Command
18618
18619The corresponding @value{GDBN} command is @samp{run}.
18620
18621@subsubheading Example
18622
18623@smallexample
18624(@value{GDBP})
18625-break-insert main
18626^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18627(@value{GDBP})
18628-exec-run
18629^running
18630(@value{GDBP})
18631*stopped,reason="breakpoint-hit",bkptno="1",
76ff342d
DJ
18632frame=@{func="main",args=[],file="recursive2.c",
18633fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}
922fbb7b
AC
18634(@value{GDBP})
18635@end smallexample
18636
18637
18638@subheading The @code{-exec-show-arguments} Command
18639@findex -exec-show-arguments
18640
18641@subsubheading Synopsis
18642
18643@smallexample
18644 -exec-show-arguments
18645@end smallexample
18646
18647Print the arguments of the program.
18648
18649@subsubheading @value{GDBN} Command
18650
18651The corresponding @value{GDBN} command is @samp{show args}.
18652
18653@subsubheading Example
18654N.A.
18655
18656@c @subheading -exec-signal
18657
18658@subheading The @code{-exec-step} Command
18659@findex -exec-step
18660
18661@subsubheading Synopsis
18662
18663@smallexample
18664 -exec-step
18665@end smallexample
18666
18667Asynchronous command. Resumes execution of the inferior program, stopping
18668when the beginning of the next source line is reached, if the next
18669source line is not a function call. If it is, stop at the first
18670instruction of the called function.
18671
18672@subsubheading @value{GDBN} Command
18673
18674The corresponding @value{GDBN} command is @samp{step}.
18675
18676@subsubheading Example
18677
18678Stepping into a function:
18679
18680@smallexample
18681-exec-step
18682^running
18683(@value{GDBP})
18684*stopped,reason="end-stepping-range",
18685frame=@{func="foo",args=[@{name="a",value="10"@},
76ff342d
DJ
18686@{name="b",value="0"@}],file="recursive2.c",
18687fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@}
922fbb7b
AC
18688(@value{GDBP})
18689@end smallexample
18690
18691Regular stepping:
18692
18693@smallexample
18694-exec-step
18695^running
18696(@value{GDBP})
18697*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18698(@value{GDBP})
18699@end smallexample
18700
18701
18702@subheading The @code{-exec-step-instruction} Command
18703@findex -exec-step-instruction
18704
18705@subsubheading Synopsis
18706
18707@smallexample
18708 -exec-step-instruction
18709@end smallexample
18710
18711Asynchronous command. Resumes the inferior which executes one machine
18712instruction. The output, once @value{GDBN} has stopped, will vary depending on
18713whether we have stopped in the middle of a source line or not. In the
18714former case, the address at which the program stopped will be printed as
18715well.
18716
18717@subsubheading @value{GDBN} Command
18718
18719The corresponding @value{GDBN} command is @samp{stepi}.
18720
18721@subsubheading Example
18722
18723@smallexample
18724(@value{GDBP})
18725-exec-step-instruction
18726^running
18727
18728(@value{GDBP})
18729*stopped,reason="end-stepping-range",
76ff342d
DJ
18730frame=@{func="foo",args=[],file="try.c",
18731fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
922fbb7b
AC
18732(@value{GDBP})
18733-exec-step-instruction
18734^running
18735
18736(@value{GDBP})
18737*stopped,reason="end-stepping-range",
76ff342d
DJ
18738frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
18739fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
922fbb7b
AC
18740(@value{GDBP})
18741@end smallexample
18742
18743
18744@subheading The @code{-exec-until} Command
18745@findex -exec-until
18746
18747@subsubheading Synopsis
18748
18749@smallexample
18750 -exec-until [ @var{location} ]
18751@end smallexample
18752
18753Asynchronous command. Executes the inferior until the @var{location}
18754specified in the argument is reached. If there is no argument, the inferior
18755executes until a source line greater than the current one is reached.
18756The reason for stopping in this case will be @samp{location-reached}.
18757
18758@subsubheading @value{GDBN} Command
18759
18760The corresponding @value{GDBN} command is @samp{until}.
18761
18762@subsubheading Example
18763
18764@smallexample
18765(@value{GDBP})
18766-exec-until recursive2.c:6
18767^running
18768(@value{GDBP})
18769x = 55
18770*stopped,reason="location-reached",frame=@{func="main",args=[],
76ff342d 18771file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="6"@}
922fbb7b
AC
18772(@value{GDBP})
18773@end smallexample
18774
18775@ignore
18776@subheading -file-clear
18777Is this going away????
18778@end ignore
18779
18780
18781@subheading The @code{-file-exec-and-symbols} Command
18782@findex -file-exec-and-symbols
18783
18784@subsubheading Synopsis
18785
18786@smallexample
18787 -file-exec-and-symbols @var{file}
18788@end smallexample
18789
18790Specify the executable file to be debugged. This file is the one from
18791which the symbol table is also read. If no file is specified, the
18792command clears the executable and symbol information. If breakpoints
18793are set when using this command with no arguments, @value{GDBN} will produce
18794error messages. Otherwise, no output is produced, except a completion
18795notification.
18796
18797@subsubheading @value{GDBN} Command
18798
18799The corresponding @value{GDBN} command is @samp{file}.
18800
18801@subsubheading Example
18802
18803@smallexample
18804(@value{GDBP})
18805-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18806^done
18807(@value{GDBP})
18808@end smallexample
18809
18810
18811@subheading The @code{-file-exec-file} Command
18812@findex -file-exec-file
18813
18814@subsubheading Synopsis
18815
18816@smallexample
18817 -file-exec-file @var{file}
18818@end smallexample
18819
18820Specify the executable file to be debugged. Unlike
18821@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18822from this file. If used without argument, @value{GDBN} clears the information
18823about the executable file. No output is produced, except a completion
18824notification.
18825
18826@subsubheading @value{GDBN} Command
18827
18828The corresponding @value{GDBN} command is @samp{exec-file}.
18829
18830@subsubheading Example
18831
18832@smallexample
18833(@value{GDBP})
18834-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18835^done
18836(@value{GDBP})
18837@end smallexample
18838
18839
18840@subheading The @code{-file-list-exec-sections} Command
18841@findex -file-list-exec-sections
18842
18843@subsubheading Synopsis
18844
18845@smallexample
18846 -file-list-exec-sections
18847@end smallexample
18848
18849List the sections of the current executable file.
18850
18851@subsubheading @value{GDBN} Command
18852
18853The @value{GDBN} command @samp{info file} shows, among the rest, the same
18854information as this command. @code{gdbtk} has a corresponding command
18855@samp{gdb_load_info}.
18856
18857@subsubheading Example
18858N.A.
18859
18860
1abaf70c
BR
18861@subheading The @code{-file-list-exec-source-file} Command
18862@findex -file-list-exec-source-file
18863
18864@subsubheading Synopsis
18865
18866@smallexample
18867 -file-list-exec-source-file
18868@end smallexample
18869
b383017d 18870List the line number, the current source file, and the absolute path
1abaf70c
BR
18871to the current source file for the current executable.
18872
18873@subsubheading @value{GDBN} Command
18874
18875There's no @value{GDBN} command which directly corresponds to this one.
18876
18877@subsubheading Example
18878
18879@smallexample
18880(@value{GDBP})
18881123-file-list-exec-source-file
18882123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18883(@value{GDBP})
18884@end smallexample
18885
18886
922fbb7b
AC
18887@subheading The @code{-file-list-exec-source-files} Command
18888@findex -file-list-exec-source-files
18889
18890@subsubheading Synopsis
18891
18892@smallexample
18893 -file-list-exec-source-files
18894@end smallexample
18895
18896List the source files for the current executable.
18897
57c22c6c
BR
18898It will always output the filename, but only when GDB can find the absolute
18899file name of a source file, will it output the fullname.
18900
922fbb7b
AC
18901@subsubheading @value{GDBN} Command
18902
18903There's no @value{GDBN} command which directly corresponds to this one.
18904@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18905
18906@subsubheading Example
57c22c6c
BR
18907@smallexample
18908(@value{GDBP})
18909-file-list-exec-source-files
18910^done,files=[
18911@{file=foo.c,fullname=/home/foo.c@},
18912@{file=/home/bar.c,fullname=/home/bar.c@},
18913@{file=gdb_could_not_find_fullpath.c@}]
18914(@value{GDBP})
18915@end smallexample
922fbb7b
AC
18916
18917@subheading The @code{-file-list-shared-libraries} Command
18918@findex -file-list-shared-libraries
18919
18920@subsubheading Synopsis
18921
18922@smallexample
18923 -file-list-shared-libraries
18924@end smallexample
18925
18926List the shared libraries in the program.
18927
18928@subsubheading @value{GDBN} Command
18929
18930The corresponding @value{GDBN} command is @samp{info shared}.
18931
18932@subsubheading Example
18933N.A.
18934
18935
18936@subheading The @code{-file-list-symbol-files} Command
18937@findex -file-list-symbol-files
18938
18939@subsubheading Synopsis
18940
18941@smallexample
18942 -file-list-symbol-files
18943@end smallexample
18944
18945List symbol files.
18946
18947@subsubheading @value{GDBN} Command
18948
18949The corresponding @value{GDBN} command is @samp{info file} (part of it).
18950
18951@subsubheading Example
18952N.A.
18953
18954
18955@subheading The @code{-file-symbol-file} Command
18956@findex -file-symbol-file
18957
18958@subsubheading Synopsis
18959
18960@smallexample
18961 -file-symbol-file @var{file}
18962@end smallexample
18963
18964Read symbol table info from the specified @var{file} argument. When
18965used without arguments, clears @value{GDBN}'s symbol table info. No output is
18966produced, except for a completion notification.
18967
18968@subsubheading @value{GDBN} Command
18969
18970The corresponding @value{GDBN} command is @samp{symbol-file}.
18971
18972@subsubheading Example
18973
18974@smallexample
18975(@value{GDBP})
18976-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18977^done
18978(@value{GDBP})
18979@end smallexample
18980
18981@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18982@node GDB/MI Miscellaneous Commands
18983@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
18984
18985@c @subheading -gdb-complete
18986
18987@subheading The @code{-gdb-exit} Command
18988@findex -gdb-exit
18989
18990@subsubheading Synopsis
18991
18992@smallexample
18993 -gdb-exit
18994@end smallexample
18995
18996Exit @value{GDBN} immediately.
18997
18998@subsubheading @value{GDBN} Command
18999
19000Approximately corresponds to @samp{quit}.
19001
19002@subsubheading Example
19003
19004@smallexample
19005(@value{GDBP})
19006-gdb-exit
19007@end smallexample
19008
19009@subheading The @code{-gdb-set} Command
19010@findex -gdb-set
19011
19012@subsubheading Synopsis
19013
19014@smallexample
19015 -gdb-set
19016@end smallexample
19017
19018Set an internal @value{GDBN} variable.
19019@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
19020
19021@subsubheading @value{GDBN} Command
19022
19023The corresponding @value{GDBN} command is @samp{set}.
19024
19025@subsubheading Example
19026
19027@smallexample
19028(@value{GDBP})
19029-gdb-set $foo=3
19030^done
19031(@value{GDBP})
19032@end smallexample
19033
19034
19035@subheading The @code{-gdb-show} Command
19036@findex -gdb-show
19037
19038@subsubheading Synopsis
19039
19040@smallexample
19041 -gdb-show
19042@end smallexample
19043
19044Show the current value of a @value{GDBN} variable.
19045
19046@subsubheading @value{GDBN} command
19047
19048The corresponding @value{GDBN} command is @samp{show}.
19049
19050@subsubheading Example
19051
19052@smallexample
19053(@value{GDBP})
19054-gdb-show annotate
19055^done,value="0"
19056(@value{GDBP})
19057@end smallexample
19058
19059@c @subheading -gdb-source
19060
19061
19062@subheading The @code{-gdb-version} Command
19063@findex -gdb-version
19064
19065@subsubheading Synopsis
19066
19067@smallexample
19068 -gdb-version
19069@end smallexample
19070
19071Show version information for @value{GDBN}. Used mostly in testing.
19072
19073@subsubheading @value{GDBN} Command
19074
19075There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
19076information when you start an interactive session.
19077
19078@subsubheading Example
19079
19080@c This example modifies the actual output from GDB to avoid overfull
19081@c box in TeX.
19082@smallexample
19083(@value{GDBP})
19084-gdb-version
19085~GNU gdb 5.2.1
19086~Copyright 2000 Free Software Foundation, Inc.
19087~GDB is free software, covered by the GNU General Public License, and
19088~you are welcome to change it and/or distribute copies of it under
19089~ certain conditions.
19090~Type "show copying" to see the conditions.
19091~There is absolutely no warranty for GDB. Type "show warranty" for
19092~ details.
b383017d 19093~This GDB was configured as
922fbb7b
AC
19094 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
19095^done
19096(@value{GDBP})
19097@end smallexample
19098
19099@subheading The @code{-interpreter-exec} Command
19100@findex -interpreter-exec
19101
19102@subheading Synopsis
19103
19104@smallexample
19105-interpreter-exec @var{interpreter} @var{command}
19106@end smallexample
19107
19108Execute the specified @var{command} in the given @var{interpreter}.
19109
19110@subheading @value{GDBN} Command
19111
19112The corresponding @value{GDBN} command is @samp{interpreter-exec}.
19113
19114@subheading Example
19115
19116@smallexample
19117(@value{GDBP})
19118-interpreter-exec console "break main"
19119&"During symbol reading, couldn't parse type; debugger out of date?.\n"
19120&"During symbol reading, bad structure-type format.\n"
19121~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
19122^done
19123(@value{GDBP})
19124@end smallexample
19125
19126@ignore
19127@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19128@node GDB/MI Kod Commands
19129@section @sc{gdb/mi} Kod Commands
19130
19131The Kod commands are not implemented.
19132
19133@c @subheading -kod-info
19134
19135@c @subheading -kod-list
19136
19137@c @subheading -kod-list-object-types
19138
19139@c @subheading -kod-show
19140
19141@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19142@node GDB/MI Memory Overlay Commands
19143@section @sc{gdb/mi} Memory Overlay Commands
19144
19145The memory overlay commands are not implemented.
19146
19147@c @subheading -overlay-auto
19148
19149@c @subheading -overlay-list-mapping-state
19150
19151@c @subheading -overlay-list-overlays
19152
19153@c @subheading -overlay-map
19154
19155@c @subheading -overlay-off
19156
19157@c @subheading -overlay-on
19158
19159@c @subheading -overlay-unmap
19160
19161@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19162@node GDB/MI Signal Handling Commands
19163@section @sc{gdb/mi} Signal Handling Commands
19164
19165Signal handling commands are not implemented.
19166
19167@c @subheading -signal-handle
19168
19169@c @subheading -signal-list-handle-actions
19170
19171@c @subheading -signal-list-signal-types
19172@end ignore
19173
19174
19175@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19176@node GDB/MI Stack Manipulation
19177@section @sc{gdb/mi} Stack Manipulation Commands
19178
19179
19180@subheading The @code{-stack-info-frame} Command
19181@findex -stack-info-frame
19182
19183@subsubheading Synopsis
19184
19185@smallexample
19186 -stack-info-frame
19187@end smallexample
19188
19189Get info on the current frame.
19190
19191@subsubheading @value{GDBN} Command
19192
19193The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19194(without arguments).
19195
19196@subsubheading Example
19197N.A.
19198
19199@subheading The @code{-stack-info-depth} Command
19200@findex -stack-info-depth
19201
19202@subsubheading Synopsis
19203
19204@smallexample
19205 -stack-info-depth [ @var{max-depth} ]
19206@end smallexample
19207
19208Return the depth of the stack. If the integer argument @var{max-depth}
19209is specified, do not count beyond @var{max-depth} frames.
19210
19211@subsubheading @value{GDBN} Command
19212
19213There's no equivalent @value{GDBN} command.
19214
19215@subsubheading Example
19216
19217For a stack with frame levels 0 through 11:
19218
19219@smallexample
19220(@value{GDBP})
19221-stack-info-depth
19222^done,depth="12"
19223(@value{GDBP})
19224-stack-info-depth 4
19225^done,depth="4"
19226(@value{GDBP})
19227-stack-info-depth 12
19228^done,depth="12"
19229(@value{GDBP})
19230-stack-info-depth 11
19231^done,depth="11"
19232(@value{GDBP})
19233-stack-info-depth 13
19234^done,depth="12"
19235(@value{GDBP})
19236@end smallexample
19237
19238@subheading The @code{-stack-list-arguments} Command
19239@findex -stack-list-arguments
19240
19241@subsubheading Synopsis
19242
19243@smallexample
19244 -stack-list-arguments @var{show-values}
19245 [ @var{low-frame} @var{high-frame} ]
19246@end smallexample
19247
19248Display a list of the arguments for the frames between @var{low-frame}
19249and @var{high-frame} (inclusive). If @var{low-frame} and
19250@var{high-frame} are not provided, list the arguments for the whole call
19251stack.
19252
19253The @var{show-values} argument must have a value of 0 or 1. A value of
192540 means that only the names of the arguments are listed, a value of 1
19255means that both names and values of the arguments are printed.
19256
19257@subsubheading @value{GDBN} Command
19258
19259@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
19260@samp{gdb_get_args} command which partially overlaps with the
19261functionality of @samp{-stack-list-arguments}.
19262
19263@subsubheading Example
19264
19265@smallexample
19266(@value{GDBP})
19267-stack-list-frames
19268^done,
19269stack=[
19270frame=@{level="0",addr="0x00010734",func="callee4",
76ff342d
DJ
19271file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19272fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
922fbb7b 19273frame=@{level="1",addr="0x0001076c",func="callee3",
76ff342d
DJ
19274file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19275fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
922fbb7b 19276frame=@{level="2",addr="0x0001078c",func="callee2",
76ff342d
DJ
19277file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19278fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
922fbb7b 19279frame=@{level="3",addr="0x000107b4",func="callee1",
76ff342d
DJ
19280file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19281fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
922fbb7b 19282frame=@{level="4",addr="0x000107e0",func="main",
76ff342d
DJ
19283file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19284fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
922fbb7b
AC
19285(@value{GDBP})
19286-stack-list-arguments 0
19287^done,
19288stack-args=[
19289frame=@{level="0",args=[]@},
19290frame=@{level="1",args=[name="strarg"]@},
19291frame=@{level="2",args=[name="intarg",name="strarg"]@},
19292frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19293frame=@{level="4",args=[]@}]
19294(@value{GDBP})
19295-stack-list-arguments 1
19296^done,
19297stack-args=[
19298frame=@{level="0",args=[]@},
19299frame=@{level="1",
19300 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19301frame=@{level="2",args=[
19302@{name="intarg",value="2"@},
19303@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19304@{frame=@{level="3",args=[
19305@{name="intarg",value="2"@},
19306@{name="strarg",value="0x11940 \"A string argument.\""@},
19307@{name="fltarg",value="3.5"@}]@},
19308frame=@{level="4",args=[]@}]
19309(@value{GDBP})
19310-stack-list-arguments 0 2 2
19311^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19312(@value{GDBP})
19313-stack-list-arguments 1 2 2
19314^done,stack-args=[frame=@{level="2",
19315args=[@{name="intarg",value="2"@},
19316@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19317(@value{GDBP})
19318@end smallexample
19319
19320@c @subheading -stack-list-exception-handlers
19321
19322
19323@subheading The @code{-stack-list-frames} Command
19324@findex -stack-list-frames
19325
19326@subsubheading Synopsis
19327
19328@smallexample
19329 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19330@end smallexample
19331
19332List the frames currently on the stack. For each frame it displays the
19333following info:
19334
19335@table @samp
19336@item @var{level}
19337The frame number, 0 being the topmost frame, i.e. the innermost function.
19338@item @var{addr}
19339The @code{$pc} value for that frame.
19340@item @var{func}
19341Function name.
19342@item @var{file}
19343File name of the source file where the function lives.
19344@item @var{line}
19345Line number corresponding to the @code{$pc}.
19346@end table
19347
19348If invoked without arguments, this command prints a backtrace for the
19349whole stack. If given two integer arguments, it shows the frames whose
19350levels are between the two arguments (inclusive). If the two arguments
19351are equal, it shows the single frame at the corresponding level.
19352
19353@subsubheading @value{GDBN} Command
19354
19355The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19356
19357@subsubheading Example
19358
19359Full stack backtrace:
19360
19361@smallexample
19362(@value{GDBP})
19363-stack-list-frames
19364^done,stack=
19365[frame=@{level="0",addr="0x0001076c",func="foo",
76ff342d 19366 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@},
922fbb7b 19367frame=@{level="1",addr="0x000107a4",func="foo",
76ff342d 19368 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19369frame=@{level="2",addr="0x000107a4",func="foo",
76ff342d 19370 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19371frame=@{level="3",addr="0x000107a4",func="foo",
76ff342d 19372 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19373frame=@{level="4",addr="0x000107a4",func="foo",
76ff342d 19374 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19375frame=@{level="5",addr="0x000107a4",func="foo",
76ff342d 19376 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19377frame=@{level="6",addr="0x000107a4",func="foo",
76ff342d 19378 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19379frame=@{level="7",addr="0x000107a4",func="foo",
76ff342d 19380 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19381frame=@{level="8",addr="0x000107a4",func="foo",
76ff342d 19382 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19383frame=@{level="9",addr="0x000107a4",func="foo",
76ff342d 19384 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19385frame=@{level="10",addr="0x000107a4",func="foo",
76ff342d 19386 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19387frame=@{level="11",addr="0x00010738",func="main",
76ff342d 19388 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}]
922fbb7b
AC
19389(@value{GDBP})
19390@end smallexample
19391
19392Show frames between @var{low_frame} and @var{high_frame}:
19393
19394@smallexample
19395(@value{GDBP})
19396-stack-list-frames 3 5
19397^done,stack=
19398[frame=@{level="3",addr="0x000107a4",func="foo",
76ff342d 19399 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19400frame=@{level="4",addr="0x000107a4",func="foo",
76ff342d 19401 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19402frame=@{level="5",addr="0x000107a4",func="foo",
76ff342d 19403 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
922fbb7b
AC
19404(@value{GDBP})
19405@end smallexample
19406
19407Show a single frame:
19408
19409@smallexample
19410(@value{GDBP})
19411-stack-list-frames 3 3
19412^done,stack=
19413[frame=@{level="3",addr="0x000107a4",func="foo",
76ff342d 19414 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
922fbb7b
AC
19415(@value{GDBP})
19416@end smallexample
19417
19418
19419@subheading The @code{-stack-list-locals} Command
19420@findex -stack-list-locals
19421
19422@subsubheading Synopsis
19423
19424@smallexample
19425 -stack-list-locals @var{print-values}
19426@end smallexample
19427
19428Display the local variable names for the current frame. With an
bc8ced35
NR
19429argument of 0 or @code{--no-values}, prints only the names of the variables.
19430With argument of 1 or @code{--all-values}, prints also their values. With
19431argument of 2 or @code{--simple-values}, prints the name, type and value for
19432simple data types and the name and type for arrays, structures and
19433unions. In this last case, the idea is that the user can see the
19434value of simple data types immediately and he can create variable
19435objects for other data types if he wishes to explore their values in
19436more detail.
922fbb7b
AC
19437
19438@subsubheading @value{GDBN} Command
19439
19440@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19441
19442@subsubheading Example
19443
19444@smallexample
19445(@value{GDBP})
19446-stack-list-locals 0
19447^done,locals=[name="A",name="B",name="C"]
19448(@value{GDBP})
bc8ced35 19449-stack-list-locals --all-values
922fbb7b 19450^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
19451 @{name="C",value="@{1, 2, 3@}"@}]
19452-stack-list-locals --simple-values
19453^done,locals=[@{name="A",type="int",value="1"@},
19454 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
19455(@value{GDBP})
19456@end smallexample
19457
19458
19459@subheading The @code{-stack-select-frame} Command
19460@findex -stack-select-frame
19461
19462@subsubheading Synopsis
19463
19464@smallexample
19465 -stack-select-frame @var{framenum}
19466@end smallexample
19467
19468Change the current frame. Select a different frame @var{framenum} on
19469the stack.
19470
19471@subsubheading @value{GDBN} Command
19472
19473The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19474@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19475
19476@subsubheading Example
19477
19478@smallexample
19479(@value{GDBP})
19480-stack-select-frame 2
19481^done
19482(@value{GDBP})
19483@end smallexample
19484
19485@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19486@node GDB/MI Symbol Query
19487@section @sc{gdb/mi} Symbol Query Commands
19488
19489
19490@subheading The @code{-symbol-info-address} Command
19491@findex -symbol-info-address
19492
19493@subsubheading Synopsis
19494
19495@smallexample
19496 -symbol-info-address @var{symbol}
19497@end smallexample
19498
19499Describe where @var{symbol} is stored.
19500
19501@subsubheading @value{GDBN} Command
19502
19503The corresponding @value{GDBN} command is @samp{info address}.
19504
19505@subsubheading Example
19506N.A.
19507
19508
19509@subheading The @code{-symbol-info-file} Command
19510@findex -symbol-info-file
19511
19512@subsubheading Synopsis
19513
19514@smallexample
19515 -symbol-info-file
19516@end smallexample
19517
19518Show the file for the symbol.
19519
19520@subsubheading @value{GDBN} Command
19521
19522There's no equivalent @value{GDBN} command. @code{gdbtk} has
19523@samp{gdb_find_file}.
19524
19525@subsubheading Example
19526N.A.
19527
19528
19529@subheading The @code{-symbol-info-function} Command
19530@findex -symbol-info-function
19531
19532@subsubheading Synopsis
19533
19534@smallexample
19535 -symbol-info-function
19536@end smallexample
19537
19538Show which function the symbol lives in.
19539
19540@subsubheading @value{GDBN} Command
19541
19542@samp{gdb_get_function} in @code{gdbtk}.
19543
19544@subsubheading Example
19545N.A.
19546
19547
19548@subheading The @code{-symbol-info-line} Command
19549@findex -symbol-info-line
19550
19551@subsubheading Synopsis
19552
19553@smallexample
19554 -symbol-info-line
19555@end smallexample
19556
19557Show the core addresses of the code for a source line.
19558
19559@subsubheading @value{GDBN} Command
19560
71952f4c 19561The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
19562@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19563
19564@subsubheading Example
19565N.A.
19566
19567
19568@subheading The @code{-symbol-info-symbol} Command
19569@findex -symbol-info-symbol
19570
19571@subsubheading Synopsis
19572
19573@smallexample
19574 -symbol-info-symbol @var{addr}
19575@end smallexample
19576
19577Describe what symbol is at location @var{addr}.
19578
19579@subsubheading @value{GDBN} Command
19580
19581The corresponding @value{GDBN} command is @samp{info symbol}.
19582
19583@subsubheading Example
19584N.A.
19585
19586
19587@subheading The @code{-symbol-list-functions} Command
19588@findex -symbol-list-functions
19589
19590@subsubheading Synopsis
19591
19592@smallexample
19593 -symbol-list-functions
19594@end smallexample
19595
19596List the functions in the executable.
19597
19598@subsubheading @value{GDBN} Command
19599
19600@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19601@samp{gdb_search} in @code{gdbtk}.
19602
19603@subsubheading Example
19604N.A.
19605
19606
32e7087d
JB
19607@subheading The @code{-symbol-list-lines} Command
19608@findex -symbol-list-lines
19609
19610@subsubheading Synopsis
19611
19612@smallexample
19613 -symbol-list-lines @var{filename}
19614@end smallexample
19615
19616Print the list of lines that contain code and their associated program
19617addresses for the given source filename. The entries are sorted in
19618ascending PC order.
19619
19620@subsubheading @value{GDBN} Command
19621
19622There is no corresponding @value{GDBN} command.
19623
19624@subsubheading Example
19625@smallexample
19626(@value{GDBP})
19627-symbol-list-lines basics.c
54ff5908 19628^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
19629(@value{GDBP})
19630@end smallexample
19631
19632
922fbb7b
AC
19633@subheading The @code{-symbol-list-types} Command
19634@findex -symbol-list-types
19635
19636@subsubheading Synopsis
19637
19638@smallexample
19639 -symbol-list-types
19640@end smallexample
19641
19642List all the type names.
19643
19644@subsubheading @value{GDBN} Command
19645
19646The corresponding commands are @samp{info types} in @value{GDBN},
19647@samp{gdb_search} in @code{gdbtk}.
19648
19649@subsubheading Example
19650N.A.
19651
19652
19653@subheading The @code{-symbol-list-variables} Command
19654@findex -symbol-list-variables
19655
19656@subsubheading Synopsis
19657
19658@smallexample
19659 -symbol-list-variables
19660@end smallexample
19661
19662List all the global and static variable names.
19663
19664@subsubheading @value{GDBN} Command
19665
19666@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19667
19668@subsubheading Example
19669N.A.
19670
19671
19672@subheading The @code{-symbol-locate} Command
19673@findex -symbol-locate
19674
19675@subsubheading Synopsis
19676
19677@smallexample
19678 -symbol-locate
19679@end smallexample
19680
19681@subsubheading @value{GDBN} Command
19682
19683@samp{gdb_loc} in @code{gdbtk}.
19684
19685@subsubheading Example
19686N.A.
19687
19688
19689@subheading The @code{-symbol-type} Command
19690@findex -symbol-type
19691
19692@subsubheading Synopsis
19693
19694@smallexample
19695 -symbol-type @var{variable}
19696@end smallexample
19697
19698Show type of @var{variable}.
19699
19700@subsubheading @value{GDBN} Command
19701
19702The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19703@samp{gdb_obj_variable}.
19704
19705@subsubheading Example
19706N.A.
19707
19708
19709@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19710@node GDB/MI Target Manipulation
19711@section @sc{gdb/mi} Target Manipulation Commands
19712
19713
19714@subheading The @code{-target-attach} Command
19715@findex -target-attach
19716
19717@subsubheading Synopsis
19718
19719@smallexample
19720 -target-attach @var{pid} | @var{file}
19721@end smallexample
19722
19723Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19724
19725@subsubheading @value{GDBN} command
19726
19727The corresponding @value{GDBN} command is @samp{attach}.
19728
19729@subsubheading Example
19730N.A.
19731
19732
19733@subheading The @code{-target-compare-sections} Command
19734@findex -target-compare-sections
19735
19736@subsubheading Synopsis
19737
19738@smallexample
19739 -target-compare-sections [ @var{section} ]
19740@end smallexample
19741
19742Compare data of section @var{section} on target to the exec file.
19743Without the argument, all sections are compared.
19744
19745@subsubheading @value{GDBN} Command
19746
19747The @value{GDBN} equivalent is @samp{compare-sections}.
19748
19749@subsubheading Example
19750N.A.
19751
19752
19753@subheading The @code{-target-detach} Command
19754@findex -target-detach
19755
19756@subsubheading Synopsis
19757
19758@smallexample
19759 -target-detach
19760@end smallexample
19761
19762Disconnect from the remote target. There's no output.
19763
19764@subsubheading @value{GDBN} command
19765
19766The corresponding @value{GDBN} command is @samp{detach}.
19767
19768@subsubheading Example
19769
19770@smallexample
19771(@value{GDBP})
19772-target-detach
19773^done
19774(@value{GDBP})
19775@end smallexample
19776
19777
07f31aa6
DJ
19778@subheading The @code{-target-disconnect} Command
19779@findex -target-disconnect
19780
19781@subsubheading Synopsis
19782
19783@example
19784 -target-disconnect
19785@end example
19786
19787Disconnect from the remote target. There's no output.
19788
19789@subsubheading @value{GDBN} command
19790
19791The corresponding @value{GDBN} command is @samp{disconnect}.
19792
19793@subsubheading Example
19794
19795@smallexample
19796(@value{GDBP})
19797-target-disconnect
19798^done
19799(@value{GDBP})
19800@end smallexample
19801
19802
922fbb7b
AC
19803@subheading The @code{-target-download} Command
19804@findex -target-download
19805
19806@subsubheading Synopsis
19807
19808@smallexample
19809 -target-download
19810@end smallexample
19811
19812Loads the executable onto the remote target.
19813It prints out an update message every half second, which includes the fields:
19814
19815@table @samp
19816@item section
19817The name of the section.
19818@item section-sent
19819The size of what has been sent so far for that section.
19820@item section-size
19821The size of the section.
19822@item total-sent
19823The total size of what was sent so far (the current and the previous sections).
19824@item total-size
19825The size of the overall executable to download.
19826@end table
19827
19828@noindent
19829Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19830@sc{gdb/mi} Output Syntax}).
19831
19832In addition, it prints the name and size of the sections, as they are
19833downloaded. These messages include the following fields:
19834
19835@table @samp
19836@item section
19837The name of the section.
19838@item section-size
19839The size of the section.
19840@item total-size
19841The size of the overall executable to download.
19842@end table
19843
19844@noindent
19845At the end, a summary is printed.
19846
19847@subsubheading @value{GDBN} Command
19848
19849The corresponding @value{GDBN} command is @samp{load}.
19850
19851@subsubheading Example
19852
19853Note: each status message appears on a single line. Here the messages
19854have been broken down so that they can fit onto a page.
19855
19856@smallexample
19857(@value{GDBP})
19858-target-download
19859+download,@{section=".text",section-size="6668",total-size="9880"@}
19860+download,@{section=".text",section-sent="512",section-size="6668",
19861total-sent="512",total-size="9880"@}
19862+download,@{section=".text",section-sent="1024",section-size="6668",
19863total-sent="1024",total-size="9880"@}
19864+download,@{section=".text",section-sent="1536",section-size="6668",
19865total-sent="1536",total-size="9880"@}
19866+download,@{section=".text",section-sent="2048",section-size="6668",
19867total-sent="2048",total-size="9880"@}
19868+download,@{section=".text",section-sent="2560",section-size="6668",
19869total-sent="2560",total-size="9880"@}
19870+download,@{section=".text",section-sent="3072",section-size="6668",
19871total-sent="3072",total-size="9880"@}
19872+download,@{section=".text",section-sent="3584",section-size="6668",
19873total-sent="3584",total-size="9880"@}
19874+download,@{section=".text",section-sent="4096",section-size="6668",
19875total-sent="4096",total-size="9880"@}
19876+download,@{section=".text",section-sent="4608",section-size="6668",
19877total-sent="4608",total-size="9880"@}
19878+download,@{section=".text",section-sent="5120",section-size="6668",
19879total-sent="5120",total-size="9880"@}
19880+download,@{section=".text",section-sent="5632",section-size="6668",
19881total-sent="5632",total-size="9880"@}
19882+download,@{section=".text",section-sent="6144",section-size="6668",
19883total-sent="6144",total-size="9880"@}
19884+download,@{section=".text",section-sent="6656",section-size="6668",
19885total-sent="6656",total-size="9880"@}
19886+download,@{section=".init",section-size="28",total-size="9880"@}
19887+download,@{section=".fini",section-size="28",total-size="9880"@}
19888+download,@{section=".data",section-size="3156",total-size="9880"@}
19889+download,@{section=".data",section-sent="512",section-size="3156",
19890total-sent="7236",total-size="9880"@}
19891+download,@{section=".data",section-sent="1024",section-size="3156",
19892total-sent="7748",total-size="9880"@}
19893+download,@{section=".data",section-sent="1536",section-size="3156",
19894total-sent="8260",total-size="9880"@}
19895+download,@{section=".data",section-sent="2048",section-size="3156",
19896total-sent="8772",total-size="9880"@}
19897+download,@{section=".data",section-sent="2560",section-size="3156",
19898total-sent="9284",total-size="9880"@}
19899+download,@{section=".data",section-sent="3072",section-size="3156",
19900total-sent="9796",total-size="9880"@}
19901^done,address="0x10004",load-size="9880",transfer-rate="6586",
19902write-rate="429"
19903(@value{GDBP})
19904@end smallexample
19905
19906
19907@subheading The @code{-target-exec-status} Command
19908@findex -target-exec-status
19909
19910@subsubheading Synopsis
19911
19912@smallexample
19913 -target-exec-status
19914@end smallexample
19915
19916Provide information on the state of the target (whether it is running or
19917not, for instance).
19918
19919@subsubheading @value{GDBN} Command
19920
19921There's no equivalent @value{GDBN} command.
19922
19923@subsubheading Example
19924N.A.
19925
19926
19927@subheading The @code{-target-list-available-targets} Command
19928@findex -target-list-available-targets
19929
19930@subsubheading Synopsis
19931
19932@smallexample
19933 -target-list-available-targets
19934@end smallexample
19935
19936List the possible targets to connect to.
19937
19938@subsubheading @value{GDBN} Command
19939
19940The corresponding @value{GDBN} command is @samp{help target}.
19941
19942@subsubheading Example
19943N.A.
19944
19945
19946@subheading The @code{-target-list-current-targets} Command
19947@findex -target-list-current-targets
19948
19949@subsubheading Synopsis
19950
19951@smallexample
19952 -target-list-current-targets
19953@end smallexample
19954
19955Describe the current target.
19956
19957@subsubheading @value{GDBN} Command
19958
19959The corresponding information is printed by @samp{info file} (among
19960other things).
19961
19962@subsubheading Example
19963N.A.
19964
19965
19966@subheading The @code{-target-list-parameters} Command
19967@findex -target-list-parameters
19968
19969@subsubheading Synopsis
19970
19971@smallexample
19972 -target-list-parameters
19973@end smallexample
19974
19975@c ????
19976
19977@subsubheading @value{GDBN} Command
19978
19979No equivalent.
19980
19981@subsubheading Example
19982N.A.
19983
19984
19985@subheading The @code{-target-select} Command
19986@findex -target-select
19987
19988@subsubheading Synopsis
19989
19990@smallexample
19991 -target-select @var{type} @var{parameters @dots{}}
19992@end smallexample
19993
19994Connect @value{GDBN} to the remote target. This command takes two args:
19995
19996@table @samp
19997@item @var{type}
19998The type of target, for instance @samp{async}, @samp{remote}, etc.
19999@item @var{parameters}
20000Device names, host names and the like. @xref{Target Commands, ,
20001Commands for managing targets}, for more details.
20002@end table
20003
20004The output is a connection notification, followed by the address at
20005which the target program is, in the following form:
20006
20007@smallexample
20008^connected,addr="@var{address}",func="@var{function name}",
20009 args=[@var{arg list}]
20010@end smallexample
20011
20012@subsubheading @value{GDBN} Command
20013
20014The corresponding @value{GDBN} command is @samp{target}.
20015
20016@subsubheading Example
20017
20018@smallexample
20019(@value{GDBP})
20020-target-select async /dev/ttya
20021^connected,addr="0xfe00a300",func="??",args=[]
20022(@value{GDBP})
20023@end smallexample
20024
20025@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20026@node GDB/MI Thread Commands
20027@section @sc{gdb/mi} Thread Commands
20028
20029
20030@subheading The @code{-thread-info} Command
20031@findex -thread-info
20032
20033@subsubheading Synopsis
20034
20035@smallexample
20036 -thread-info
20037@end smallexample
20038
20039@subsubheading @value{GDBN} command
20040
20041No equivalent.
20042
20043@subsubheading Example
20044N.A.
20045
20046
20047@subheading The @code{-thread-list-all-threads} Command
20048@findex -thread-list-all-threads
20049
20050@subsubheading Synopsis
20051
20052@smallexample
20053 -thread-list-all-threads
20054@end smallexample
20055
20056@subsubheading @value{GDBN} Command
20057
20058The equivalent @value{GDBN} command is @samp{info threads}.
20059
20060@subsubheading Example
20061N.A.
20062
20063
20064@subheading The @code{-thread-list-ids} Command
20065@findex -thread-list-ids
20066
20067@subsubheading Synopsis
20068
20069@smallexample
20070 -thread-list-ids
20071@end smallexample
20072
20073Produces a list of the currently known @value{GDBN} thread ids. At the
20074end of the list it also prints the total number of such threads.
20075
20076@subsubheading @value{GDBN} Command
20077
20078Part of @samp{info threads} supplies the same information.
20079
20080@subsubheading Example
20081
20082No threads present, besides the main process:
20083
20084@smallexample
20085(@value{GDBP})
20086-thread-list-ids
20087^done,thread-ids=@{@},number-of-threads="0"
20088(@value{GDBP})
20089@end smallexample
20090
20091
20092Several threads:
20093
20094@smallexample
20095(@value{GDBP})
20096-thread-list-ids
20097^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20098number-of-threads="3"
20099(@value{GDBP})
20100@end smallexample
20101
20102
20103@subheading The @code{-thread-select} Command
20104@findex -thread-select
20105
20106@subsubheading Synopsis
20107
20108@smallexample
20109 -thread-select @var{threadnum}
20110@end smallexample
20111
20112Make @var{threadnum} the current thread. It prints the number of the new
20113current thread, and the topmost frame for that thread.
20114
20115@subsubheading @value{GDBN} Command
20116
20117The corresponding @value{GDBN} command is @samp{thread}.
20118
20119@subsubheading Example
20120
20121@smallexample
20122(@value{GDBP})
20123-exec-next
20124^running
20125(@value{GDBP})
20126*stopped,reason="end-stepping-range",thread-id="2",line="187",
20127file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20128(@value{GDBP})
20129-thread-list-ids
20130^done,
20131thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20132number-of-threads="3"
20133(@value{GDBP})
20134-thread-select 3
20135^done,new-thread-id="3",
20136frame=@{level="0",func="vprintf",
20137args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20138@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20139(@value{GDBP})
20140@end smallexample
20141
20142@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20143@node GDB/MI Tracepoint Commands
20144@section @sc{gdb/mi} Tracepoint Commands
20145
20146The tracepoint commands are not yet implemented.
20147
20148@c @subheading -trace-actions
20149
20150@c @subheading -trace-delete
20151
20152@c @subheading -trace-disable
20153
20154@c @subheading -trace-dump
20155
20156@c @subheading -trace-enable
20157
20158@c @subheading -trace-exists
20159
20160@c @subheading -trace-find
20161
20162@c @subheading -trace-frame-number
20163
20164@c @subheading -trace-info
20165
20166@c @subheading -trace-insert
20167
20168@c @subheading -trace-list
20169
20170@c @subheading -trace-pass-count
20171
20172@c @subheading -trace-save
20173
20174@c @subheading -trace-start
20175
20176@c @subheading -trace-stop
20177
20178
20179@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20180@node GDB/MI Variable Objects
20181@section @sc{gdb/mi} Variable Objects
20182
20183
20184@subheading Motivation for Variable Objects in @sc{gdb/mi}
20185
20186For the implementation of a variable debugger window (locals, watched
20187expressions, etc.), we are proposing the adaptation of the existing code
20188used by @code{Insight}.
20189
20190The two main reasons for that are:
20191
20192@enumerate 1
20193@item
20194It has been proven in practice (it is already on its second generation).
20195
20196@item
20197It will shorten development time (needless to say how important it is
20198now).
20199@end enumerate
20200
20201The original interface was designed to be used by Tcl code, so it was
20202slightly changed so it could be used through @sc{gdb/mi}. This section
20203describes the @sc{gdb/mi} operations that will be available and gives some
20204hints about their use.
20205
20206@emph{Note}: In addition to the set of operations described here, we
20207expect the @sc{gui} implementation of a variable window to require, at
20208least, the following operations:
20209
20210@itemize @bullet
20211@item @code{-gdb-show} @code{output-radix}
20212@item @code{-stack-list-arguments}
20213@item @code{-stack-list-locals}
20214@item @code{-stack-select-frame}
20215@end itemize
20216
20217@subheading Introduction to Variable Objects in @sc{gdb/mi}
20218
20219@cindex variable objects in @sc{gdb/mi}
20220The basic idea behind variable objects is the creation of a named object
20221to represent a variable, an expression, a memory location or even a CPU
20222register. For each object created, a set of operations is available for
20223examining or changing its properties.
20224
20225Furthermore, complex data types, such as C structures, are represented
20226in a tree format. For instance, the @code{struct} type variable is the
20227root and the children will represent the struct members. If a child
20228is itself of a complex type, it will also have children of its own.
20229Appropriate language differences are handled for C, C@t{++} and Java.
20230
20231When returning the actual values of the objects, this facility allows
20232for the individual selection of the display format used in the result
20233creation. It can be chosen among: binary, decimal, hexadecimal, octal
20234and natural. Natural refers to a default format automatically
20235chosen based on the variable type (like decimal for an @code{int}, hex
20236for pointers, etc.).
20237
20238The following is the complete set of @sc{gdb/mi} operations defined to
20239access this functionality:
20240
20241@multitable @columnfractions .4 .6
20242@item @strong{Operation}
20243@tab @strong{Description}
20244
20245@item @code{-var-create}
20246@tab create a variable object
20247@item @code{-var-delete}
20248@tab delete the variable object and its children
20249@item @code{-var-set-format}
20250@tab set the display format of this variable
20251@item @code{-var-show-format}
20252@tab show the display format of this variable
20253@item @code{-var-info-num-children}
20254@tab tells how many children this object has
20255@item @code{-var-list-children}
20256@tab return a list of the object's children
20257@item @code{-var-info-type}
20258@tab show the type of this variable object
20259@item @code{-var-info-expression}
20260@tab print what this variable object represents
20261@item @code{-var-show-attributes}
20262@tab is this variable editable? does it exist here?
20263@item @code{-var-evaluate-expression}
20264@tab get the value of this variable
20265@item @code{-var-assign}
20266@tab set the value of this variable
20267@item @code{-var-update}
20268@tab update the variable and its children
20269@end multitable
20270
20271In the next subsection we describe each operation in detail and suggest
20272how it can be used.
20273
20274@subheading Description And Use of Operations on Variable Objects
20275
20276@subheading The @code{-var-create} Command
20277@findex -var-create
20278
20279@subsubheading Synopsis
20280
20281@smallexample
20282 -var-create @{@var{name} | "-"@}
20283 @{@var{frame-addr} | "*"@} @var{expression}
20284@end smallexample
20285
20286This operation creates a variable object, which allows the monitoring of
20287a variable, the result of an expression, a memory cell or a CPU
20288register.
20289
20290The @var{name} parameter is the string by which the object can be
20291referenced. It must be unique. If @samp{-} is specified, the varobj
20292system will generate a string ``varNNNNNN'' automatically. It will be
20293unique provided that one does not specify @var{name} on that format.
20294The command fails if a duplicate name is found.
20295
20296The frame under which the expression should be evaluated can be
20297specified by @var{frame-addr}. A @samp{*} indicates that the current
20298frame should be used.
20299
20300@var{expression} is any expression valid on the current language set (must not
20301begin with a @samp{*}), or one of the following:
20302
20303@itemize @bullet
20304@item
20305@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20306
20307@item
20308@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20309
20310@item
20311@samp{$@var{regname}} --- a CPU register name
20312@end itemize
20313
20314@subsubheading Result
20315
20316This operation returns the name, number of children and the type of the
20317object created. Type is returned as a string as the ones generated by
20318the @value{GDBN} CLI:
20319
20320@smallexample
20321 name="@var{name}",numchild="N",type="@var{type}"
20322@end smallexample
20323
20324
20325@subheading The @code{-var-delete} Command
20326@findex -var-delete
20327
20328@subsubheading Synopsis
20329
20330@smallexample
20331 -var-delete @var{name}
20332@end smallexample
20333
20334Deletes a previously created variable object and all of its children.
20335
20336Returns an error if the object @var{name} is not found.
20337
20338
20339@subheading The @code{-var-set-format} Command
20340@findex -var-set-format
20341
20342@subsubheading Synopsis
20343
20344@smallexample
20345 -var-set-format @var{name} @var{format-spec}
20346@end smallexample
20347
20348Sets the output format for the value of the object @var{name} to be
20349@var{format-spec}.
20350
20351The syntax for the @var{format-spec} is as follows:
20352
20353@smallexample
20354 @var{format-spec} @expansion{}
20355 @{binary | decimal | hexadecimal | octal | natural@}
20356@end smallexample
20357
20358
20359@subheading The @code{-var-show-format} Command
20360@findex -var-show-format
20361
20362@subsubheading Synopsis
20363
20364@smallexample
20365 -var-show-format @var{name}
20366@end smallexample
20367
20368Returns the format used to display the value of the object @var{name}.
20369
20370@smallexample
20371 @var{format} @expansion{}
20372 @var{format-spec}
20373@end smallexample
20374
20375
20376@subheading The @code{-var-info-num-children} Command
20377@findex -var-info-num-children
20378
20379@subsubheading Synopsis
20380
20381@smallexample
20382 -var-info-num-children @var{name}
20383@end smallexample
20384
20385Returns the number of children of a variable object @var{name}:
20386
20387@smallexample
20388 numchild=@var{n}
20389@end smallexample
20390
20391
20392@subheading The @code{-var-list-children} Command
20393@findex -var-list-children
20394
20395@subsubheading Synopsis
20396
20397@smallexample
bc8ced35 20398 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
20399@end smallexample
20400
bc8ced35
NR
20401Returns a list of the children of the specified variable object. With
20402just the variable object name as an argument or with an optional
20403preceding argument of 0 or @code{--no-values}, prints only the names of the
20404variables. With an optional preceding argument of 1 or @code{--all-values},
20405also prints their values.
20406
20407@subsubheading Example
922fbb7b
AC
20408
20409@smallexample
bc8ced35
NR
20410(@value{GDBP})
20411 -var-list-children n
922fbb7b
AC
20412 numchild=@var{n},children=[@{name=@var{name},
20413 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
20414(@value{GDBP})
20415 -var-list-children --all-values n
20416 numchild=@var{n},children=[@{name=@var{name},
20417 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
20418@end smallexample
20419
20420
20421@subheading The @code{-var-info-type} Command
20422@findex -var-info-type
20423
20424@subsubheading Synopsis
20425
20426@smallexample
20427 -var-info-type @var{name}
20428@end smallexample
20429
20430Returns the type of the specified variable @var{name}. The type is
20431returned as a string in the same format as it is output by the
20432@value{GDBN} CLI:
20433
20434@smallexample
20435 type=@var{typename}
20436@end smallexample
20437
20438
20439@subheading The @code{-var-info-expression} Command
20440@findex -var-info-expression
20441
20442@subsubheading Synopsis
20443
20444@smallexample
20445 -var-info-expression @var{name}
20446@end smallexample
20447
20448Returns what is represented by the variable object @var{name}:
20449
20450@smallexample
20451 lang=@var{lang-spec},exp=@var{expression}
20452@end smallexample
20453
20454@noindent
20455where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20456
20457@subheading The @code{-var-show-attributes} Command
20458@findex -var-show-attributes
20459
20460@subsubheading Synopsis
20461
20462@smallexample
20463 -var-show-attributes @var{name}
20464@end smallexample
20465
20466List attributes of the specified variable object @var{name}:
20467
20468@smallexample
20469 status=@var{attr} [ ( ,@var{attr} )* ]
20470@end smallexample
20471
20472@noindent
20473where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20474
20475@subheading The @code{-var-evaluate-expression} Command
20476@findex -var-evaluate-expression
20477
20478@subsubheading Synopsis
20479
20480@smallexample
20481 -var-evaluate-expression @var{name}
20482@end smallexample
20483
20484Evaluates the expression that is represented by the specified variable
20485object and returns its value as a string in the current format specified
20486for the object:
20487
20488@smallexample
20489 value=@var{value}
20490@end smallexample
20491
20492Note that one must invoke @code{-var-list-children} for a variable
20493before the value of a child variable can be evaluated.
20494
20495@subheading The @code{-var-assign} Command
20496@findex -var-assign
20497
20498@subsubheading Synopsis
20499
20500@smallexample
20501 -var-assign @var{name} @var{expression}
20502@end smallexample
20503
20504Assigns the value of @var{expression} to the variable object specified
20505by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 20506value is altered by the assign, the variable will show up in any
922fbb7b
AC
20507subsequent @code{-var-update} list.
20508
20509@subsubheading Example
20510
20511@smallexample
20512(@value{GDBP})
20513-var-assign var1 3
20514^done,value="3"
20515(@value{GDBP})
20516-var-update *
20517^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20518(@value{GDBP})
20519@end smallexample
20520
20521@subheading The @code{-var-update} Command
20522@findex -var-update
20523
20524@subsubheading Synopsis
20525
20526@smallexample
20527 -var-update @{@var{name} | "*"@}
20528@end smallexample
20529
20530Update the value of the variable object @var{name} by evaluating its
20531expression after fetching all the new values from memory or registers.
20532A @samp{*} causes all existing variable objects to be updated.
20533
20534
20535@node Annotations
20536@chapter @value{GDBN} Annotations
20537
086432e2
AC
20538This chapter describes annotations in @value{GDBN}. Annotations were
20539designed to interface @value{GDBN} to graphical user interfaces or other
20540similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
20541relatively high level.
20542
086432e2
AC
20543The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20544(@pxref{GDB/MI}).
20545
922fbb7b
AC
20546@ignore
20547This is Edition @value{EDITION}, @value{DATE}.
20548@end ignore
20549
20550@menu
20551* Annotations Overview:: What annotations are; the general syntax.
20552* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
20553* Prompting:: Annotations marking @value{GDBN}'s need for input.
20554* Errors:: Annotations for error messages.
922fbb7b
AC
20555* Invalidation:: Some annotations describe things now invalid.
20556* Annotations for Running::
20557 Whether the program is running, how it stopped, etc.
20558* Source Annotations:: Annotations describing source code.
922fbb7b
AC
20559@end menu
20560
20561@node Annotations Overview
20562@section What is an Annotation?
20563@cindex annotations
20564
922fbb7b
AC
20565Annotations start with a newline character, two @samp{control-z}
20566characters, and the name of the annotation. If there is no additional
20567information associated with this annotation, the name of the annotation
20568is followed immediately by a newline. If there is additional
20569information, the name of the annotation is followed by a space, the
20570additional information, and a newline. The additional information
20571cannot contain newline characters.
20572
20573Any output not beginning with a newline and two @samp{control-z}
20574characters denotes literal output from @value{GDBN}. Currently there is
20575no need for @value{GDBN} to output a newline followed by two
20576@samp{control-z} characters, but if there was such a need, the
20577annotations could be extended with an @samp{escape} annotation which
20578means those three characters as output.
20579
086432e2
AC
20580The annotation @var{level}, which is specified using the
20581@option{--annotate} command line option (@pxref{Mode Options}), controls
20582how much information @value{GDBN} prints together with its prompt,
20583values of expressions, source lines, and other types of output. Level 0
20584is for no anntations, level 1 is for use when @value{GDBN} is run as a
20585subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20586for programs that control @value{GDBN}, and level 2 annotations have
20587been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
20588Interface, annotate, GDB's Obsolete Annotations}).
20589
20590@table @code
20591@kindex set annotate
20592@item set annotate @var{level}
20593The @value{GDB} command @code{set annotate} sets the level of
20594annotations to the specified @var{level}.
9c16f35a
EZ
20595
20596@item show annotate
20597@kindex show annotate
20598Show the current annotation level.
09d4efe1
EZ
20599@end table
20600
20601This chapter describes level 3 annotations.
086432e2 20602
922fbb7b
AC
20603A simple example of starting up @value{GDBN} with annotations is:
20604
20605@smallexample
086432e2
AC
20606$ @kbd{gdb --annotate=3}
20607GNU gdb 6.0
20608Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
20609GDB is free software, covered by the GNU General Public License,
20610and you are welcome to change it and/or distribute copies of it
20611under certain conditions.
20612Type "show copying" to see the conditions.
20613There is absolutely no warranty for GDB. Type "show warranty"
20614for details.
086432e2 20615This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
20616
20617^Z^Zpre-prompt
f7dc1244 20618(@value{GDBP})
922fbb7b 20619^Z^Zprompt
086432e2 20620@kbd{quit}
922fbb7b
AC
20621
20622^Z^Zpost-prompt
b383017d 20623$
922fbb7b
AC
20624@end smallexample
20625
20626Here @samp{quit} is input to @value{GDBN}; the rest is output from
20627@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20628denotes a @samp{control-z} character) are annotations; the rest is
20629output from @value{GDBN}.
20630
20631@node Server Prefix
20632@section The Server Prefix
20633@cindex server prefix for annotations
20634
20635To issue a command to @value{GDBN} without affecting certain aspects of
20636the state which is seen by users, prefix it with @samp{server }. This
20637means that this command will not affect the command history, nor will it
20638affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
20639pressed on a line by itself.
20640
20641The server prefix does not affect the recording of values into the value
20642history; to print a value without recording it into the value history,
20643use the @code{output} command instead of the @code{print} command.
20644
922fbb7b
AC
20645@node Prompting
20646@section Annotation for @value{GDBN} Input
20647
20648@cindex annotations for prompts
20649When @value{GDBN} prompts for input, it annotates this fact so it is possible
20650to know when to send output, when the output from a given command is
20651over, etc.
20652
20653Different kinds of input each have a different @dfn{input type}. Each
20654input type has three annotations: a @code{pre-} annotation, which
20655denotes the beginning of any prompt which is being output, a plain
20656annotation, which denotes the end of the prompt, and then a @code{post-}
20657annotation which denotes the end of any echo which may (or may not) be
20658associated with the input. For example, the @code{prompt} input type
20659features the following annotations:
20660
20661@smallexample
20662^Z^Zpre-prompt
20663^Z^Zprompt
20664^Z^Zpost-prompt
20665@end smallexample
20666
20667The input types are
20668
20669@table @code
20670@findex pre-prompt
20671@findex prompt
20672@findex post-prompt
20673@item prompt
20674When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20675
20676@findex pre-commands
20677@findex commands
20678@findex post-commands
20679@item commands
20680When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20681command. The annotations are repeated for each command which is input.
20682
20683@findex pre-overload-choice
20684@findex overload-choice
20685@findex post-overload-choice
20686@item overload-choice
20687When @value{GDBN} wants the user to select between various overloaded functions.
20688
20689@findex pre-query
20690@findex query
20691@findex post-query
20692@item query
20693When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20694
20695@findex pre-prompt-for-continue
20696@findex prompt-for-continue
20697@findex post-prompt-for-continue
20698@item prompt-for-continue
20699When @value{GDBN} is asking the user to press return to continue. Note: Don't
20700expect this to work well; instead use @code{set height 0} to disable
20701prompting. This is because the counting of lines is buggy in the
20702presence of annotations.
20703@end table
20704
20705@node Errors
20706@section Errors
20707@cindex annotations for errors, warnings and interrupts
20708
20709@findex quit
20710@smallexample
20711^Z^Zquit
20712@end smallexample
20713
20714This annotation occurs right before @value{GDBN} responds to an interrupt.
20715
20716@findex error
20717@smallexample
20718^Z^Zerror
20719@end smallexample
20720
20721This annotation occurs right before @value{GDBN} responds to an error.
20722
20723Quit and error annotations indicate that any annotations which @value{GDBN} was
20724in the middle of may end abruptly. For example, if a
20725@code{value-history-begin} annotation is followed by a @code{error}, one
20726cannot expect to receive the matching @code{value-history-end}. One
20727cannot expect not to receive it either, however; an error annotation
20728does not necessarily mean that @value{GDBN} is immediately returning all the way
20729to the top level.
20730
20731@findex error-begin
20732A quit or error annotation may be preceded by
20733
20734@smallexample
20735^Z^Zerror-begin
20736@end smallexample
20737
20738Any output between that and the quit or error annotation is the error
20739message.
20740
20741Warning messages are not yet annotated.
20742@c If we want to change that, need to fix warning(), type_error(),
20743@c range_error(), and possibly other places.
20744
922fbb7b
AC
20745@node Invalidation
20746@section Invalidation Notices
20747
20748@cindex annotations for invalidation messages
20749The following annotations say that certain pieces of state may have
20750changed.
20751
20752@table @code
20753@findex frames-invalid
20754@item ^Z^Zframes-invalid
20755
20756The frames (for example, output from the @code{backtrace} command) may
20757have changed.
20758
20759@findex breakpoints-invalid
20760@item ^Z^Zbreakpoints-invalid
20761
20762The breakpoints may have changed. For example, the user just added or
20763deleted a breakpoint.
20764@end table
20765
20766@node Annotations for Running
20767@section Running the Program
20768@cindex annotations for running programs
20769
20770@findex starting
20771@findex stopping
20772When the program starts executing due to a @value{GDBN} command such as
b383017d 20773@code{step} or @code{continue},
922fbb7b
AC
20774
20775@smallexample
20776^Z^Zstarting
20777@end smallexample
20778
b383017d 20779is output. When the program stops,
922fbb7b
AC
20780
20781@smallexample
20782^Z^Zstopped
20783@end smallexample
20784
20785is output. Before the @code{stopped} annotation, a variety of
20786annotations describe how the program stopped.
20787
20788@table @code
20789@findex exited
20790@item ^Z^Zexited @var{exit-status}
20791The program exited, and @var{exit-status} is the exit status (zero for
20792successful exit, otherwise nonzero).
20793
20794@findex signalled
20795@findex signal-name
20796@findex signal-name-end
20797@findex signal-string
20798@findex signal-string-end
20799@item ^Z^Zsignalled
20800The program exited with a signal. After the @code{^Z^Zsignalled}, the
20801annotation continues:
20802
20803@smallexample
20804@var{intro-text}
20805^Z^Zsignal-name
20806@var{name}
20807^Z^Zsignal-name-end
20808@var{middle-text}
20809^Z^Zsignal-string
20810@var{string}
20811^Z^Zsignal-string-end
20812@var{end-text}
20813@end smallexample
20814
20815@noindent
20816where @var{name} is the name of the signal, such as @code{SIGILL} or
20817@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20818as @code{Illegal Instruction} or @code{Segmentation fault}.
20819@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20820user's benefit and have no particular format.
20821
20822@findex signal
20823@item ^Z^Zsignal
20824The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20825just saying that the program received the signal, not that it was
20826terminated with it.
20827
20828@findex breakpoint
20829@item ^Z^Zbreakpoint @var{number}
20830The program hit breakpoint number @var{number}.
20831
20832@findex watchpoint
20833@item ^Z^Zwatchpoint @var{number}
20834The program hit watchpoint number @var{number}.
20835@end table
20836
20837@node Source Annotations
20838@section Displaying Source
20839@cindex annotations for source display
20840
20841@findex source
20842The following annotation is used instead of displaying source code:
20843
20844@smallexample
20845^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20846@end smallexample
20847
20848where @var{filename} is an absolute file name indicating which source
20849file, @var{line} is the line number within that file (where 1 is the
20850first line in the file), @var{character} is the character position
20851within the file (where 0 is the first character in the file) (for most
20852debug formats this will necessarily point to the beginning of a line),
20853@var{middle} is @samp{middle} if @var{addr} is in the middle of the
20854line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20855@var{addr} is the address in the target program associated with the
20856source which is being displayed. @var{addr} is in the form @samp{0x}
20857followed by one or more lowercase hex digits (note that this does not
20858depend on the language).
20859
8e04817f
AC
20860@node GDB Bugs
20861@chapter Reporting Bugs in @value{GDBN}
20862@cindex bugs in @value{GDBN}
20863@cindex reporting bugs in @value{GDBN}
c906108c 20864
8e04817f 20865Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 20866
8e04817f
AC
20867Reporting a bug may help you by bringing a solution to your problem, or it
20868may not. But in any case the principal function of a bug report is to help
20869the entire community by making the next version of @value{GDBN} work better. Bug
20870reports are your contribution to the maintenance of @value{GDBN}.
c906108c 20871
8e04817f
AC
20872In order for a bug report to serve its purpose, you must include the
20873information that enables us to fix the bug.
c4555f82
SC
20874
20875@menu
8e04817f
AC
20876* Bug Criteria:: Have you found a bug?
20877* Bug Reporting:: How to report bugs
c4555f82
SC
20878@end menu
20879
8e04817f
AC
20880@node Bug Criteria
20881@section Have you found a bug?
20882@cindex bug criteria
c4555f82 20883
8e04817f 20884If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
20885
20886@itemize @bullet
8e04817f
AC
20887@cindex fatal signal
20888@cindex debugger crash
20889@cindex crash of debugger
c4555f82 20890@item
8e04817f
AC
20891If the debugger gets a fatal signal, for any input whatever, that is a
20892@value{GDBN} bug. Reliable debuggers never crash.
20893
20894@cindex error on valid input
20895@item
20896If @value{GDBN} produces an error message for valid input, that is a
20897bug. (Note that if you're cross debugging, the problem may also be
20898somewhere in the connection to the target.)
c4555f82 20899
8e04817f 20900@cindex invalid input
c4555f82 20901@item
8e04817f
AC
20902If @value{GDBN} does not produce an error message for invalid input,
20903that is a bug. However, you should note that your idea of
20904``invalid input'' might be our idea of ``an extension'' or ``support
20905for traditional practice''.
20906
20907@item
20908If you are an experienced user of debugging tools, your suggestions
20909for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
20910@end itemize
20911
8e04817f
AC
20912@node Bug Reporting
20913@section How to report bugs
20914@cindex bug reports
20915@cindex @value{GDBN} bugs, reporting
20916
20917A number of companies and individuals offer support for @sc{gnu} products.
20918If you obtained @value{GDBN} from a support organization, we recommend you
20919contact that organization first.
20920
20921You can find contact information for many support companies and
20922individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20923distribution.
20924@c should add a web page ref...
20925
129188f6
AC
20926In any event, we also recommend that you submit bug reports for
20927@value{GDBN}. The prefered method is to submit them directly using
20928@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20929page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20930be used.
8e04817f
AC
20931
20932@strong{Do not send bug reports to @samp{info-gdb}, or to
20933@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
20934not want to receive bug reports. Those that do have arranged to receive
20935@samp{bug-gdb}.
20936
20937The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
20938serves as a repeater. The mailing list and the newsgroup carry exactly
20939the same messages. Often people think of posting bug reports to the
20940newsgroup instead of mailing them. This appears to work, but it has one
20941problem which can be crucial: a newsgroup posting often lacks a mail
20942path back to the sender. Thus, if we need to ask for more information,
20943we may be unable to reach you. For this reason, it is better to send
20944bug reports to the mailing list.
c4555f82 20945
8e04817f
AC
20946The fundamental principle of reporting bugs usefully is this:
20947@strong{report all the facts}. If you are not sure whether to state a
20948fact or leave it out, state it!
c4555f82 20949
8e04817f
AC
20950Often people omit facts because they think they know what causes the
20951problem and assume that some details do not matter. Thus, you might
20952assume that the name of the variable you use in an example does not matter.
20953Well, probably it does not, but one cannot be sure. Perhaps the bug is a
20954stray memory reference which happens to fetch from the location where that
20955name is stored in memory; perhaps, if the name were different, the contents
20956of that location would fool the debugger into doing the right thing despite
20957the bug. Play it safe and give a specific, complete example. That is the
20958easiest thing for you to do, and the most helpful.
c4555f82 20959
8e04817f
AC
20960Keep in mind that the purpose of a bug report is to enable us to fix the
20961bug. It may be that the bug has been reported previously, but neither
20962you nor we can know that unless your bug report is complete and
20963self-contained.
c4555f82 20964
8e04817f
AC
20965Sometimes people give a few sketchy facts and ask, ``Does this ring a
20966bell?'' Those bug reports are useless, and we urge everyone to
20967@emph{refuse to respond to them} except to chide the sender to report
20968bugs properly.
20969
20970To enable us to fix the bug, you should include all these things:
c4555f82
SC
20971
20972@itemize @bullet
20973@item
8e04817f
AC
20974The version of @value{GDBN}. @value{GDBN} announces it if you start
20975with no arguments; you can also print it at any time using @code{show
20976version}.
c4555f82 20977
8e04817f
AC
20978Without this, we will not know whether there is any point in looking for
20979the bug in the current version of @value{GDBN}.
c4555f82
SC
20980
20981@item
8e04817f
AC
20982The type of machine you are using, and the operating system name and
20983version number.
c4555f82
SC
20984
20985@item
8e04817f
AC
20986What compiler (and its version) was used to compile @value{GDBN}---e.g.
20987``@value{GCC}--2.8.1''.
c4555f82
SC
20988
20989@item
8e04817f
AC
20990What compiler (and its version) was used to compile the program you are
20991debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
20992C Compiler''. For GCC, you can say @code{gcc --version} to get this
20993information; for other compilers, see the documentation for those
20994compilers.
c4555f82 20995
8e04817f
AC
20996@item
20997The command arguments you gave the compiler to compile your example and
20998observe the bug. For example, did you use @samp{-O}? To guarantee
20999you will not omit something important, list them all. A copy of the
21000Makefile (or the output from make) is sufficient.
c4555f82 21001
8e04817f
AC
21002If we were to try to guess the arguments, we would probably guess wrong
21003and then we might not encounter the bug.
c4555f82 21004
8e04817f
AC
21005@item
21006A complete input script, and all necessary source files, that will
21007reproduce the bug.
c4555f82 21008
8e04817f
AC
21009@item
21010A description of what behavior you observe that you believe is
21011incorrect. For example, ``It gets a fatal signal.''
c4555f82 21012
8e04817f
AC
21013Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
21014will certainly notice it. But if the bug is incorrect output, we might
21015not notice unless it is glaringly wrong. You might as well not give us
21016a chance to make a mistake.
c4555f82 21017
8e04817f
AC
21018Even if the problem you experience is a fatal signal, you should still
21019say so explicitly. Suppose something strange is going on, such as, your
21020copy of @value{GDBN} is out of synch, or you have encountered a bug in
21021the C library on your system. (This has happened!) Your copy might
21022crash and ours would not. If you told us to expect a crash, then when
21023ours fails to crash, we would know that the bug was not happening for
21024us. If you had not told us to expect a crash, then we would not be able
21025to draw any conclusion from our observations.
c4555f82 21026
e0c07bf0
MC
21027@pindex script
21028@cindex recording a session script
21029To collect all this information, you can use a session recording program
21030such as @command{script}, which is available on many Unix systems.
21031Just run your @value{GDBN} session inside @command{script} and then
21032include the @file{typescript} file with your bug report.
21033
21034Another way to record a @value{GDBN} session is to run @value{GDBN}
21035inside Emacs and then save the entire buffer to a file.
21036
8e04817f
AC
21037@item
21038If you wish to suggest changes to the @value{GDBN} source, send us context
21039diffs. If you even discuss something in the @value{GDBN} source, refer to
21040it by context, not by line number.
c4555f82 21041
8e04817f
AC
21042The line numbers in our development sources will not match those in your
21043sources. Your line numbers would convey no useful information to us.
c4555f82 21044
8e04817f 21045@end itemize
c4555f82 21046
8e04817f 21047Here are some things that are not necessary:
c4555f82 21048
8e04817f
AC
21049@itemize @bullet
21050@item
21051A description of the envelope of the bug.
c4555f82 21052
8e04817f
AC
21053Often people who encounter a bug spend a lot of time investigating
21054which changes to the input file will make the bug go away and which
21055changes will not affect it.
c4555f82 21056
8e04817f
AC
21057This is often time consuming and not very useful, because the way we
21058will find the bug is by running a single example under the debugger
21059with breakpoints, not by pure deduction from a series of examples.
21060We recommend that you save your time for something else.
c4555f82 21061
8e04817f
AC
21062Of course, if you can find a simpler example to report @emph{instead}
21063of the original one, that is a convenience for us. Errors in the
21064output will be easier to spot, running under the debugger will take
21065less time, and so on.
c4555f82 21066
8e04817f
AC
21067However, simplification is not vital; if you do not want to do this,
21068report the bug anyway and send us the entire test case you used.
c4555f82 21069
8e04817f
AC
21070@item
21071A patch for the bug.
c4555f82 21072
8e04817f
AC
21073A patch for the bug does help us if it is a good one. But do not omit
21074the necessary information, such as the test case, on the assumption that
21075a patch is all we need. We might see problems with your patch and decide
21076to fix the problem another way, or we might not understand it at all.
c4555f82 21077
8e04817f
AC
21078Sometimes with a program as complicated as @value{GDBN} it is very hard to
21079construct an example that will make the program follow a certain path
21080through the code. If you do not send us the example, we will not be able
21081to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 21082
8e04817f
AC
21083And if we cannot understand what bug you are trying to fix, or why your
21084patch should be an improvement, we will not install it. A test case will
21085help us to understand.
c4555f82 21086
8e04817f
AC
21087@item
21088A guess about what the bug is or what it depends on.
c4555f82 21089
8e04817f
AC
21090Such guesses are usually wrong. Even we cannot guess right about such
21091things without first using the debugger to find the facts.
21092@end itemize
c4555f82 21093
8e04817f
AC
21094@c The readline documentation is distributed with the readline code
21095@c and consists of the two following files:
21096@c rluser.texinfo
21097@c inc-hist.texinfo
21098@c Use -I with makeinfo to point to the appropriate directory,
21099@c environment var TEXINPUTS with TeX.
21100@include rluser.texinfo
21101@include inc-hist.texinfo
c4555f82 21102
c4555f82 21103
8e04817f
AC
21104@node Formatting Documentation
21105@appendix Formatting Documentation
c4555f82 21106
8e04817f
AC
21107@cindex @value{GDBN} reference card
21108@cindex reference card
21109The @value{GDBN} 4 release includes an already-formatted reference card, ready
21110for printing with PostScript or Ghostscript, in the @file{gdb}
21111subdirectory of the main source directory@footnote{In
21112@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
21113release.}. If you can use PostScript or Ghostscript with your printer,
21114you can print the reference card immediately with @file{refcard.ps}.
c4555f82 21115
8e04817f
AC
21116The release also includes the source for the reference card. You
21117can format it, using @TeX{}, by typing:
c4555f82 21118
474c8240 21119@smallexample
8e04817f 21120make refcard.dvi
474c8240 21121@end smallexample
c4555f82 21122
8e04817f
AC
21123The @value{GDBN} reference card is designed to print in @dfn{landscape}
21124mode on US ``letter'' size paper;
21125that is, on a sheet 11 inches wide by 8.5 inches
21126high. You will need to specify this form of printing as an option to
21127your @sc{dvi} output program.
c4555f82 21128
8e04817f 21129@cindex documentation
c4555f82 21130
8e04817f
AC
21131All the documentation for @value{GDBN} comes as part of the machine-readable
21132distribution. The documentation is written in Texinfo format, which is
21133a documentation system that uses a single source file to produce both
21134on-line information and a printed manual. You can use one of the Info
21135formatting commands to create the on-line version of the documentation
21136and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 21137
8e04817f
AC
21138@value{GDBN} includes an already formatted copy of the on-line Info
21139version of this manual in the @file{gdb} subdirectory. The main Info
21140file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21141subordinate files matching @samp{gdb.info*} in the same directory. If
21142necessary, you can print out these files, or read them with any editor;
21143but they are easier to read using the @code{info} subsystem in @sc{gnu}
21144Emacs or the standalone @code{info} program, available as part of the
21145@sc{gnu} Texinfo distribution.
c4555f82 21146
8e04817f
AC
21147If you want to format these Info files yourself, you need one of the
21148Info formatting programs, such as @code{texinfo-format-buffer} or
21149@code{makeinfo}.
c4555f82 21150
8e04817f
AC
21151If you have @code{makeinfo} installed, and are in the top level
21152@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21153version @value{GDBVN}), you can make the Info file by typing:
c4555f82 21154
474c8240 21155@smallexample
8e04817f
AC
21156cd gdb
21157make gdb.info
474c8240 21158@end smallexample
c4555f82 21159
8e04817f
AC
21160If you want to typeset and print copies of this manual, you need @TeX{},
21161a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21162Texinfo definitions file.
c4555f82 21163
8e04817f
AC
21164@TeX{} is a typesetting program; it does not print files directly, but
21165produces output files called @sc{dvi} files. To print a typeset
21166document, you need a program to print @sc{dvi} files. If your system
21167has @TeX{} installed, chances are it has such a program. The precise
21168command to use depends on your system; @kbd{lpr -d} is common; another
21169(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
21170require a file name without any extension or a @samp{.dvi} extension.
c4555f82 21171
8e04817f
AC
21172@TeX{} also requires a macro definitions file called
21173@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
21174written in Texinfo format. On its own, @TeX{} cannot either read or
21175typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
21176and is located in the @file{gdb-@var{version-number}/texinfo}
21177directory.
c4555f82 21178
8e04817f
AC
21179If you have @TeX{} and a @sc{dvi} printer program installed, you can
21180typeset and print this manual. First switch to the the @file{gdb}
21181subdirectory of the main source directory (for example, to
21182@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 21183
474c8240 21184@smallexample
8e04817f 21185make gdb.dvi
474c8240 21186@end smallexample
c4555f82 21187
8e04817f 21188Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 21189
8e04817f
AC
21190@node Installing GDB
21191@appendix Installing @value{GDBN}
21192@cindex configuring @value{GDBN}
21193@cindex installation
94e91d6d 21194@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 21195
8e04817f
AC
21196@value{GDBN} comes with a @code{configure} script that automates the process
21197of preparing @value{GDBN} for installation; you can then use @code{make} to
21198build the @code{gdb} program.
21199@iftex
21200@c irrelevant in info file; it's as current as the code it lives with.
21201@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21202look at the @file{README} file in the sources; we may have improved the
21203installation procedures since publishing this manual.}
21204@end iftex
c4555f82 21205
8e04817f
AC
21206The @value{GDBN} distribution includes all the source code you need for
21207@value{GDBN} in a single directory, whose name is usually composed by
21208appending the version number to @samp{gdb}.
c4555f82 21209
8e04817f
AC
21210For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21211@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 21212
8e04817f
AC
21213@table @code
21214@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21215script for configuring @value{GDBN} and all its supporting libraries
c4555f82 21216
8e04817f
AC
21217@item gdb-@value{GDBVN}/gdb
21218the source specific to @value{GDBN} itself
c4555f82 21219
8e04817f
AC
21220@item gdb-@value{GDBVN}/bfd
21221source for the Binary File Descriptor library
c906108c 21222
8e04817f
AC
21223@item gdb-@value{GDBVN}/include
21224@sc{gnu} include files
c906108c 21225
8e04817f
AC
21226@item gdb-@value{GDBVN}/libiberty
21227source for the @samp{-liberty} free software library
c906108c 21228
8e04817f
AC
21229@item gdb-@value{GDBVN}/opcodes
21230source for the library of opcode tables and disassemblers
c906108c 21231
8e04817f
AC
21232@item gdb-@value{GDBVN}/readline
21233source for the @sc{gnu} command-line interface
c906108c 21234
8e04817f
AC
21235@item gdb-@value{GDBVN}/glob
21236source for the @sc{gnu} filename pattern-matching subroutine
c906108c 21237
8e04817f
AC
21238@item gdb-@value{GDBVN}/mmalloc
21239source for the @sc{gnu} memory-mapped malloc package
21240@end table
c906108c 21241
8e04817f
AC
21242The simplest way to configure and build @value{GDBN} is to run @code{configure}
21243from the @file{gdb-@var{version-number}} source directory, which in
21244this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 21245
8e04817f
AC
21246First switch to the @file{gdb-@var{version-number}} source directory
21247if you are not already in it; then run @code{configure}. Pass the
21248identifier for the platform on which @value{GDBN} will run as an
21249argument.
c906108c 21250
8e04817f 21251For example:
c906108c 21252
474c8240 21253@smallexample
8e04817f
AC
21254cd gdb-@value{GDBVN}
21255./configure @var{host}
21256make
474c8240 21257@end smallexample
c906108c 21258
8e04817f
AC
21259@noindent
21260where @var{host} is an identifier such as @samp{sun4} or
21261@samp{decstation}, that identifies the platform where @value{GDBN} will run.
21262(You can often leave off @var{host}; @code{configure} tries to guess the
21263correct value by examining your system.)
c906108c 21264
8e04817f
AC
21265Running @samp{configure @var{host}} and then running @code{make} builds the
21266@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21267libraries, then @code{gdb} itself. The configured source files, and the
21268binaries, are left in the corresponding source directories.
c906108c 21269
8e04817f
AC
21270@need 750
21271@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21272system does not recognize this automatically when you run a different
21273shell, you may need to run @code{sh} on it explicitly:
c906108c 21274
474c8240 21275@smallexample
8e04817f 21276sh configure @var{host}
474c8240 21277@end smallexample
c906108c 21278
8e04817f
AC
21279If you run @code{configure} from a directory that contains source
21280directories for multiple libraries or programs, such as the
21281@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21282creates configuration files for every directory level underneath (unless
21283you tell it not to, with the @samp{--norecursion} option).
21284
94e91d6d
MC
21285You should run the @code{configure} script from the top directory in the
21286source tree, the @file{gdb-@var{version-number}} directory. If you run
21287@code{configure} from one of the subdirectories, you will configure only
21288that subdirectory. That is usually not what you want. In particular,
21289if you run the first @code{configure} from the @file{gdb} subdirectory
21290of the @file{gdb-@var{version-number}} directory, you will omit the
21291configuration of @file{bfd}, @file{readline}, and other sibling
21292directories of the @file{gdb} subdirectory. This leads to build errors
21293about missing include files such as @file{bfd/bfd.h}.
c906108c 21294
8e04817f
AC
21295You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21296However, you should make sure that the shell on your path (named by
21297the @samp{SHELL} environment variable) is publicly readable. Remember
21298that @value{GDBN} uses the shell to start your program---some systems refuse to
21299let @value{GDBN} debug child processes whose programs are not readable.
c906108c 21300
8e04817f
AC
21301@menu
21302* Separate Objdir:: Compiling @value{GDBN} in another directory
21303* Config Names:: Specifying names for hosts and targets
21304* Configure Options:: Summary of options for configure
21305@end menu
c906108c 21306
8e04817f
AC
21307@node Separate Objdir
21308@section Compiling @value{GDBN} in another directory
c906108c 21309
8e04817f
AC
21310If you want to run @value{GDBN} versions for several host or target machines,
21311you need a different @code{gdb} compiled for each combination of
21312host and target. @code{configure} is designed to make this easy by
21313allowing you to generate each configuration in a separate subdirectory,
21314rather than in the source directory. If your @code{make} program
21315handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21316@code{make} in each of these directories builds the @code{gdb}
21317program specified there.
c906108c 21318
8e04817f
AC
21319To build @code{gdb} in a separate directory, run @code{configure}
21320with the @samp{--srcdir} option to specify where to find the source.
21321(You also need to specify a path to find @code{configure}
21322itself from your working directory. If the path to @code{configure}
21323would be the same as the argument to @samp{--srcdir}, you can leave out
21324the @samp{--srcdir} option; it is assumed.)
c906108c 21325
8e04817f
AC
21326For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21327separate directory for a Sun 4 like this:
c906108c 21328
474c8240 21329@smallexample
8e04817f
AC
21330@group
21331cd gdb-@value{GDBVN}
21332mkdir ../gdb-sun4
21333cd ../gdb-sun4
21334../gdb-@value{GDBVN}/configure sun4
21335make
21336@end group
474c8240 21337@end smallexample
c906108c 21338
8e04817f
AC
21339When @code{configure} builds a configuration using a remote source
21340directory, it creates a tree for the binaries with the same structure
21341(and using the same names) as the tree under the source directory. In
21342the example, you'd find the Sun 4 library @file{libiberty.a} in the
21343directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21344@file{gdb-sun4/gdb}.
c906108c 21345
94e91d6d
MC
21346Make sure that your path to the @file{configure} script has just one
21347instance of @file{gdb} in it. If your path to @file{configure} looks
21348like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21349one subdirectory of @value{GDBN}, not the whole package. This leads to
21350build errors about missing include files such as @file{bfd/bfd.h}.
21351
8e04817f
AC
21352One popular reason to build several @value{GDBN} configurations in separate
21353directories is to configure @value{GDBN} for cross-compiling (where
21354@value{GDBN} runs on one machine---the @dfn{host}---while debugging
21355programs that run on another machine---the @dfn{target}).
21356You specify a cross-debugging target by
21357giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 21358
8e04817f
AC
21359When you run @code{make} to build a program or library, you must run
21360it in a configured directory---whatever directory you were in when you
21361called @code{configure} (or one of its subdirectories).
c906108c 21362
8e04817f
AC
21363The @code{Makefile} that @code{configure} generates in each source
21364directory also runs recursively. If you type @code{make} in a source
21365directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21366directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21367will build all the required libraries, and then build GDB.
c906108c 21368
8e04817f
AC
21369When you have multiple hosts or targets configured in separate
21370directories, you can run @code{make} on them in parallel (for example,
21371if they are NFS-mounted on each of the hosts); they will not interfere
21372with each other.
c906108c 21373
8e04817f
AC
21374@node Config Names
21375@section Specifying names for hosts and targets
c906108c 21376
8e04817f
AC
21377The specifications used for hosts and targets in the @code{configure}
21378script are based on a three-part naming scheme, but some short predefined
21379aliases are also supported. The full naming scheme encodes three pieces
21380of information in the following pattern:
c906108c 21381
474c8240 21382@smallexample
8e04817f 21383@var{architecture}-@var{vendor}-@var{os}
474c8240 21384@end smallexample
c906108c 21385
8e04817f
AC
21386For example, you can use the alias @code{sun4} as a @var{host} argument,
21387or as the value for @var{target} in a @code{--target=@var{target}}
21388option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 21389
8e04817f
AC
21390The @code{configure} script accompanying @value{GDBN} does not provide
21391any query facility to list all supported host and target names or
21392aliases. @code{configure} calls the Bourne shell script
21393@code{config.sub} to map abbreviations to full names; you can read the
21394script, if you wish, or you can use it to test your guesses on
21395abbreviations---for example:
c906108c 21396
8e04817f
AC
21397@smallexample
21398% sh config.sub i386-linux
21399i386-pc-linux-gnu
21400% sh config.sub alpha-linux
21401alpha-unknown-linux-gnu
21402% sh config.sub hp9k700
21403hppa1.1-hp-hpux
21404% sh config.sub sun4
21405sparc-sun-sunos4.1.1
21406% sh config.sub sun3
21407m68k-sun-sunos4.1.1
21408% sh config.sub i986v
21409Invalid configuration `i986v': machine `i986v' not recognized
21410@end smallexample
c906108c 21411
8e04817f
AC
21412@noindent
21413@code{config.sub} is also distributed in the @value{GDBN} source
21414directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 21415
8e04817f
AC
21416@node Configure Options
21417@section @code{configure} options
c906108c 21418
8e04817f
AC
21419Here is a summary of the @code{configure} options and arguments that
21420are most often useful for building @value{GDBN}. @code{configure} also has
21421several other options not listed here. @inforef{What Configure
21422Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 21423
474c8240 21424@smallexample
8e04817f
AC
21425configure @r{[}--help@r{]}
21426 @r{[}--prefix=@var{dir}@r{]}
21427 @r{[}--exec-prefix=@var{dir}@r{]}
21428 @r{[}--srcdir=@var{dirname}@r{]}
21429 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21430 @r{[}--target=@var{target}@r{]}
21431 @var{host}
474c8240 21432@end smallexample
c906108c 21433
8e04817f
AC
21434@noindent
21435You may introduce options with a single @samp{-} rather than
21436@samp{--} if you prefer; but you may abbreviate option names if you use
21437@samp{--}.
c906108c 21438
8e04817f
AC
21439@table @code
21440@item --help
21441Display a quick summary of how to invoke @code{configure}.
c906108c 21442
8e04817f
AC
21443@item --prefix=@var{dir}
21444Configure the source to install programs and files under directory
21445@file{@var{dir}}.
c906108c 21446
8e04817f
AC
21447@item --exec-prefix=@var{dir}
21448Configure the source to install programs under directory
21449@file{@var{dir}}.
c906108c 21450
8e04817f
AC
21451@c avoid splitting the warning from the explanation:
21452@need 2000
21453@item --srcdir=@var{dirname}
21454@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21455@code{make} that implements the @code{VPATH} feature.}@*
21456Use this option to make configurations in directories separate from the
21457@value{GDBN} source directories. Among other things, you can use this to
21458build (or maintain) several configurations simultaneously, in separate
21459directories. @code{configure} writes configuration specific files in
21460the current directory, but arranges for them to use the source in the
21461directory @var{dirname}. @code{configure} creates directories under
21462the working directory in parallel to the source directories below
21463@var{dirname}.
c906108c 21464
8e04817f
AC
21465@item --norecursion
21466Configure only the directory level where @code{configure} is executed; do not
21467propagate configuration to subdirectories.
c906108c 21468
8e04817f
AC
21469@item --target=@var{target}
21470Configure @value{GDBN} for cross-debugging programs running on the specified
21471@var{target}. Without this option, @value{GDBN} is configured to debug
21472programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 21473
8e04817f 21474There is no convenient way to generate a list of all available targets.
c906108c 21475
8e04817f
AC
21476@item @var{host} @dots{}
21477Configure @value{GDBN} to run on the specified @var{host}.
c906108c 21478
8e04817f
AC
21479There is no convenient way to generate a list of all available hosts.
21480@end table
c906108c 21481
8e04817f
AC
21482There are many other options available as well, but they are generally
21483needed for special purposes only.
c906108c 21484
8e04817f
AC
21485@node Maintenance Commands
21486@appendix Maintenance Commands
21487@cindex maintenance commands
21488@cindex internal commands
c906108c 21489
8e04817f 21490In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
21491includes a number of commands intended for @value{GDBN} developers,
21492that are not documented elsewhere in this manual. These commands are
da316a69
EZ
21493provided here for reference. (For commands that turn on debugging
21494messages, see @ref{Debugging Output}.)
c906108c 21495
8e04817f 21496@table @code
09d4efe1
EZ
21497@kindex maint agent
21498@item maint agent @var{expression}
21499Translate the given @var{expression} into remote agent bytecodes.
21500This command is useful for debugging the Agent Expression mechanism
21501(@pxref{Agent Expressions}).
21502
8e04817f
AC
21503@kindex maint info breakpoints
21504@item @anchor{maint info breakpoints}maint info breakpoints
21505Using the same format as @samp{info breakpoints}, display both the
21506breakpoints you've set explicitly, and those @value{GDBN} is using for
21507internal purposes. Internal breakpoints are shown with negative
21508breakpoint numbers. The type column identifies what kind of breakpoint
21509is shown:
c906108c 21510
8e04817f
AC
21511@table @code
21512@item breakpoint
21513Normal, explicitly set breakpoint.
c906108c 21514
8e04817f
AC
21515@item watchpoint
21516Normal, explicitly set watchpoint.
c906108c 21517
8e04817f
AC
21518@item longjmp
21519Internal breakpoint, used to handle correctly stepping through
21520@code{longjmp} calls.
c906108c 21521
8e04817f
AC
21522@item longjmp resume
21523Internal breakpoint at the target of a @code{longjmp}.
c906108c 21524
8e04817f
AC
21525@item until
21526Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 21527
8e04817f
AC
21528@item finish
21529Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 21530
8e04817f
AC
21531@item shlib events
21532Shared library events.
c906108c 21533
8e04817f 21534@end table
c906108c 21535
09d4efe1
EZ
21536@kindex maint check-symtabs
21537@item maint check-symtabs
21538Check the consistency of psymtabs and symtabs.
21539
21540@kindex maint cplus first_component
21541@item maint cplus first_component @var{name}
21542Print the first C@t{++} class/namespace component of @var{name}.
21543
21544@kindex maint cplus namespace
21545@item maint cplus namespace
21546Print the list of possible C@t{++} namespaces.
21547
21548@kindex maint demangle
21549@item maint demangle @var{name}
21550Demangle a C@t{++} or Objective-C manled @var{name}.
21551
21552@kindex maint deprecate
21553@kindex maint undeprecate
21554@cindex deprecated commands
21555@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21556@itemx maint undeprecate @var{command}
21557Deprecate or undeprecate the named @var{command}. Deprecated commands
21558cause @value{GDBN} to issue a warning when you use them. The optional
21559argument @var{replacement} says which newer command should be used in
21560favor of the deprecated one; if it is given, @value{GDBN} will mention
21561the replacement as part of the warning.
21562
21563@kindex maint dump-me
21564@item maint dump-me
721c2651 21565@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 21566Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
21567This is supported only on systems which support aborting a program
21568with the @code{SIGQUIT} signal.
09d4efe1 21569
8d30a00d
AC
21570@kindex maint internal-error
21571@kindex maint internal-warning
09d4efe1
EZ
21572@item maint internal-error @r{[}@var{message-text}@r{]}
21573@itemx maint internal-warning @r{[}@var{message-text}@r{]}
8d30a00d
AC
21574Cause @value{GDBN} to call the internal function @code{internal_error}
21575or @code{internal_warning} and hence behave as though an internal error
21576or internal warning has been detected. In addition to reporting the
21577internal problem, these functions give the user the opportunity to
21578either quit @value{GDBN} or create a core file of the current
21579@value{GDBN} session.
21580
09d4efe1
EZ
21581These commands take an optional parameter @var{message-text} that is
21582used as the text of the error or warning message.
21583
21584Here's an example of using @code{indernal-error}:
21585
8d30a00d 21586@smallexample
f7dc1244 21587(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
21588@dots{}/maint.c:121: internal-error: testing, 1, 2
21589A problem internal to GDB has been detected. Further
21590debugging may prove unreliable.
21591Quit this debugging session? (y or n) @kbd{n}
21592Create a core file? (y or n) @kbd{n}
f7dc1244 21593(@value{GDBP})
8d30a00d
AC
21594@end smallexample
21595
09d4efe1
EZ
21596@kindex maint packet
21597@item maint packet @var{text}
21598If @value{GDBN} is talking to an inferior via the serial protocol,
21599then this command sends the string @var{text} to the inferior, and
21600displays the response packet. @value{GDBN} supplies the initial
21601@samp{$} character, the terminating @samp{#} character, and the
21602checksum.
21603
21604@kindex maint print architecture
21605@item maint print architecture @r{[}@var{file}@r{]}
21606Print the entire architecture configuration. The optional argument
21607@var{file} names the file where the output goes.
8d30a00d 21608
00905d52
AC
21609@kindex maint print dummy-frames
21610@item maint print dummy-frames
00905d52
AC
21611Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21612
21613@smallexample
f7dc1244 21614(@value{GDBP}) @kbd{b add}
00905d52 21615@dots{}
f7dc1244 21616(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
21617Breakpoint 2, add (a=2, b=3) at @dots{}
2161858 return (a + b);
21619The program being debugged stopped while in a function called from GDB.
21620@dots{}
f7dc1244 21621(@value{GDBP}) @kbd{maint print dummy-frames}
00905d52
AC
216220x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21623 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21624 call_lo=0x01014000 call_hi=0x01014001
f7dc1244 21625(@value{GDBP})
00905d52
AC
21626@end smallexample
21627
21628Takes an optional file parameter.
21629
0680b120
AC
21630@kindex maint print registers
21631@kindex maint print raw-registers
21632@kindex maint print cooked-registers
617073a9 21633@kindex maint print register-groups
09d4efe1
EZ
21634@item maint print registers @r{[}@var{file}@r{]}
21635@itemx maint print raw-registers @r{[}@var{file}@r{]}
21636@itemx maint print cooked-registers @r{[}@var{file}@r{]}
21637@itemx maint print register-groups @r{[}@var{file}@r{]}
0680b120
AC
21638Print @value{GDBN}'s internal register data structures.
21639
617073a9
AC
21640The command @code{maint print raw-registers} includes the contents of
21641the raw register cache; the command @code{maint print cooked-registers}
21642includes the (cooked) value of all registers; and the command
21643@code{maint print register-groups} includes the groups that each
21644register is a member of. @xref{Registers,, Registers, gdbint,
21645@value{GDBN} Internals}.
0680b120 21646
09d4efe1
EZ
21647These commands take an optional parameter, a file name to which to
21648write the information.
0680b120 21649
617073a9 21650@kindex maint print reggroups
09d4efe1
EZ
21651@item maint print reggroups @r{[}@var{file}@r{]}
21652Print @value{GDBN}'s internal register group data structures. The
21653optional argument @var{file} tells to what file to write the
21654information.
617073a9 21655
09d4efe1 21656The register groups info looks like this:
617073a9
AC
21657
21658@smallexample
f7dc1244 21659(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
21660 Group Type
21661 general user
21662 float user
21663 all user
21664 vector user
21665 system user
21666 save internal
21667 restore internal
617073a9
AC
21668@end smallexample
21669
09d4efe1
EZ
21670@kindex flushregs
21671@item flushregs
21672This command forces @value{GDBN} to flush its internal register cache.
21673
21674@kindex maint print objfiles
21675@cindex info for known object files
21676@item maint print objfiles
21677Print a dump of all known object files. For each object file, this
21678command prints its name, address in memory, and all of its psymtabs
21679and symtabs.
21680
21681@kindex maint print statistics
21682@cindex bcache statistics
21683@item maint print statistics
21684This command prints, for each object file in the program, various data
21685about that object file followed by the byte cache (@dfn{bcache})
21686statistics for the object file. The objfile data includes the number
21687of minimal, partical, full, and stabs symbols, the number of types
21688defined by the objfile, the number of as yet unexpanded psym tables,
21689the number of line tables and string tables, and the amount of memory
21690used by the various tables. The bcache statistics include the counts,
21691sizes, and counts of duplicates of all and unique objects, max,
21692average, and median entry size, total memory used and its overhead and
21693savings, and various measures of the hash table size and chain
21694lengths.
21695
21696@kindex maint print type
21697@cindex type chain of a data type
21698@item maint print type @var{expr}
21699Print the type chain for a type specified by @var{expr}. The argument
21700can be either a type name or a symbol. If it is a symbol, the type of
21701that symbol is described. The type chain produced by this command is
21702a recursive definition of the data type as stored in @value{GDBN}'s
21703data structures, including its flags and contained types.
21704
21705@kindex maint set dwarf2 max-cache-age
21706@kindex maint show dwarf2 max-cache-age
21707@item maint set dwarf2 max-cache-age
21708@itemx maint show dwarf2 max-cache-age
21709Control the DWARF 2 compilation unit cache.
21710
21711@cindex DWARF 2 compilation units cache
21712In object files with inter-compilation-unit references, such as those
21713produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21714reader needs to frequently refer to previously read compilation units.
21715This setting controls how long a compilation unit will remain in the
21716cache if it is not referenced. A higher limit means that cached
21717compilation units will be stored in memory longer, and more total
21718memory will be used. Setting it to zero disables caching, which will
21719slow down @value{GDBN} startup, but reduce memory consumption.
21720
e7ba9c65
DJ
21721@kindex maint set profile
21722@kindex maint show profile
21723@cindex profiling GDB
21724@item maint set profile
21725@itemx maint show profile
21726Control profiling of @value{GDBN}.
21727
21728Profiling will be disabled until you use the @samp{maint set profile}
21729command to enable it. When you enable profiling, the system will begin
21730collecting timing and execution count data; when you disable profiling or
21731exit @value{GDBN}, the results will be written to a log file. Remember that
21732if you use profiling, @value{GDBN} will overwrite the profiling log file
21733(often called @file{gmon.out}). If you have a record of important profiling
21734data in a @file{gmon.out} file, be sure to move it to a safe location.
21735
21736Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 21737compiled with the @samp{-pg} compiler option.
e7ba9c65 21738
09d4efe1
EZ
21739@kindex maint show-debug-regs
21740@cindex x86 hardware debug registers
21741@item maint show-debug-regs
21742Control whether to show variables that mirror the x86 hardware debug
21743registers. Use @code{ON} to enable, @code{OFF} to disable. If
21744enabled, the debug registers values are shown when GDB inserts or
21745removes a hardware breakpoint or watchpoint, and when the inferior
21746triggers a hardware-assisted breakpoint or watchpoint.
21747
21748@kindex maint space
21749@cindex memory used by commands
21750@item maint space
21751Control whether to display memory usage for each command. If set to a
21752nonzero value, @value{GDBN} will display how much memory each command
21753took, following the command's own output. This can also be requested
21754by invoking @value{GDBN} with the @option{--statistics} command-line
21755switch (@pxref{Mode Options}).
21756
21757@kindex maint time
21758@cindex time of command execution
21759@item maint time
21760Control whether to display the execution time for each command. If
21761set to a nonzero value, @value{GDBN} will display how much time it
21762took to execute each command, following the command's own output.
21763This can also be requested by invoking @value{GDBN} with the
21764@option{--statistics} command-line switch (@pxref{Mode Options}).
21765
21766@kindex maint translate-address
21767@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21768Find the symbol stored at the location specified by the address
21769@var{addr} and an optional section name @var{section}. If found,
21770@value{GDBN} prints the name of the closest symbol and an offset from
21771the symbol's location to the specified address. This is similar to
21772the @code{info address} command (@pxref{Symbols}), except that this
21773command also allows to find symbols in other sections.
ae038cb0 21774
8e04817f 21775@end table
c906108c 21776
9c16f35a
EZ
21777The following command is useful for non-interactive invocations of
21778@value{GDBN}, such as in the test suite.
21779
21780@table @code
21781@item set watchdog @var{nsec}
21782@kindex set watchdog
21783@cindex watchdog timer
21784@cindex timeout for commands
21785Set the maximum number of seconds @value{GDBN} will wait for the
21786target operation to finish. If this time expires, @value{GDBN}
21787reports and error and the command is aborted.
21788
21789@item show watchdog
21790Show the current setting of the target wait timeout.
21791@end table
c906108c 21792
e0ce93ac 21793@node Remote Protocol
8e04817f 21794@appendix @value{GDBN} Remote Serial Protocol
c906108c 21795
ee2d5c50
AC
21796@menu
21797* Overview::
21798* Packets::
21799* Stop Reply Packets::
21800* General Query Packets::
21801* Register Packet Format::
21802* Examples::
0ce1b118 21803* File-I/O remote protocol extension::
ee2d5c50
AC
21804@end menu
21805
21806@node Overview
21807@section Overview
21808
8e04817f
AC
21809There may be occasions when you need to know something about the
21810protocol---for example, if there is only one serial port to your target
21811machine, you might want your program to do something special if it
21812recognizes a packet meant for @value{GDBN}.
c906108c 21813
d2c6833e 21814In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 21815transmitted and received data respectfully.
c906108c 21816
8e04817f
AC
21817@cindex protocol, @value{GDBN} remote serial
21818@cindex serial protocol, @value{GDBN} remote
21819@cindex remote serial protocol
21820All @value{GDBN} commands and responses (other than acknowledgments) are
21821sent as a @var{packet}. A @var{packet} is introduced with the character
21822@samp{$}, the actual @var{packet-data}, and the terminating character
21823@samp{#} followed by a two-digit @var{checksum}:
c906108c 21824
474c8240 21825@smallexample
8e04817f 21826@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 21827@end smallexample
8e04817f 21828@noindent
c906108c 21829
8e04817f
AC
21830@cindex checksum, for @value{GDBN} remote
21831@noindent
21832The two-digit @var{checksum} is computed as the modulo 256 sum of all
21833characters between the leading @samp{$} and the trailing @samp{#} (an
21834eight bit unsigned checksum).
c906108c 21835
8e04817f
AC
21836Implementors should note that prior to @value{GDBN} 5.0 the protocol
21837specification also included an optional two-digit @var{sequence-id}:
c906108c 21838
474c8240 21839@smallexample
8e04817f 21840@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 21841@end smallexample
c906108c 21842
8e04817f
AC
21843@cindex sequence-id, for @value{GDBN} remote
21844@noindent
21845That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
21846has never output @var{sequence-id}s. Stubs that handle packets added
21847since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 21848
8e04817f
AC
21849@cindex acknowledgment, for @value{GDBN} remote
21850When either the host or the target machine receives a packet, the first
21851response expected is an acknowledgment: either @samp{+} (to indicate
21852the package was received correctly) or @samp{-} (to request
21853retransmission):
c906108c 21854
474c8240 21855@smallexample
d2c6833e
AC
21856-> @code{$}@var{packet-data}@code{#}@var{checksum}
21857<- @code{+}
474c8240 21858@end smallexample
8e04817f 21859@noindent
53a5351d 21860
8e04817f
AC
21861The host (@value{GDBN}) sends @var{command}s, and the target (the
21862debugging stub incorporated in your program) sends a @var{response}. In
21863the case of step and continue @var{command}s, the response is only sent
21864when the operation has completed (the target has again stopped).
c906108c 21865
8e04817f
AC
21866@var{packet-data} consists of a sequence of characters with the
21867exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21868exceptions).
c906108c 21869
8e04817f 21870Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 21871@cindex remote protocol, field separator
8e04817f 21872@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 21873@sc{hex} with leading zeros suppressed.
c906108c 21874
8e04817f
AC
21875Implementors should note that prior to @value{GDBN} 5.0, the character
21876@samp{:} could not appear as the third character in a packet (as it
21877would potentially conflict with the @var{sequence-id}).
c906108c 21878
8e04817f
AC
21879Response @var{data} can be run-length encoded to save space. A @samp{*}
21880means that the next character is an @sc{ascii} encoding giving a repeat count
21881which stands for that many repetitions of the character preceding the
21882@samp{*}. The encoding is @code{n+29}, yielding a printable character
21883where @code{n >=3} (which is where rle starts to win). The printable
21884characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21885value greater than 126 should not be used.
c906108c 21886
8e04817f 21887So:
474c8240 21888@smallexample
8e04817f 21889"@code{0* }"
474c8240 21890@end smallexample
8e04817f
AC
21891@noindent
21892means the same as "0000".
c906108c 21893
8e04817f
AC
21894The error response returned for some packets includes a two character
21895error number. That number is not well defined.
c906108c 21896
8e04817f
AC
21897For any @var{command} not supported by the stub, an empty response
21898(@samp{$#00}) should be returned. That way it is possible to extend the
21899protocol. A newer @value{GDBN} can tell if a packet is supported based
21900on that response.
c906108c 21901
b383017d
RM
21902A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21903@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 21904optional.
c906108c 21905
ee2d5c50
AC
21906@node Packets
21907@section Packets
21908
21909The following table provides a complete list of all currently defined
21910@var{command}s and their corresponding response @var{data}.
9c16f35a
EZ
21911@xref{File-I/O remote protocol extension}, for details about the File
21912I/O extension of the remote protocol.
ee2d5c50
AC
21913
21914@table @r
21915
21916@item @code{!} --- extended mode
21917@cindex @code{!} packet
21918
8e04817f
AC
21919Enable extended mode. In extended mode, the remote server is made
21920persistent. The @samp{R} packet is used to restart the program being
21921debugged.
ee2d5c50
AC
21922
21923Reply:
21924@table @samp
21925@item OK
8e04817f 21926The remote target both supports and has enabled extended mode.
ee2d5c50 21927@end table
c906108c 21928
ee2d5c50
AC
21929@item @code{?} --- last signal
21930@cindex @code{?} packet
c906108c 21931
ee2d5c50
AC
21932Indicate the reason the target halted. The reply is the same as for
21933step and continue.
c906108c 21934
ee2d5c50
AC
21935Reply:
21936@xref{Stop Reply Packets}, for the reply specifications.
21937
21938@item @code{a} --- reserved
21939
21940Reserved for future use.
21941
21942@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
21943@cindex @code{A} packet
c906108c 21944
8e04817f
AC
21945Initialized @samp{argv[]} array passed into program. @var{arglen}
21946specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
21947See @code{gdbserver} for more details.
21948
21949Reply:
21950@table @samp
21951@item OK
21952@item E@var{NN}
21953@end table
21954
21955@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
21956@cindex @code{b} packet
21957
21958Change the serial line speed to @var{baud}.
21959
21960JTC: @emph{When does the transport layer state change? When it's
21961received, or after the ACK is transmitted. In either case, there are
21962problems if the command or the acknowledgment packet is dropped.}
21963
21964Stan: @emph{If people really wanted to add something like this, and get
21965it working for the first time, they ought to modify ser-unix.c to send
21966some kind of out-of-band message to a specially-setup stub and have the
21967switch happen "in between" packets, so that from remote protocol's point
21968of view, nothing actually happened.}
21969
21970@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
21971@cindex @code{B} packet
21972
8e04817f 21973Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
21974breakpoint at @var{addr}.
21975
21976This packet has been replaced by the @samp{Z} and @samp{z} packets
21977(@pxref{insert breakpoint or watchpoint packet}).
c906108c 21978
ee2d5c50
AC
21979@item @code{c}@var{addr} --- continue
21980@cindex @code{c} packet
21981
21982@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 21983current address.
c906108c 21984
ee2d5c50
AC
21985Reply:
21986@xref{Stop Reply Packets}, for the reply specifications.
21987
21988@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
21989@cindex @code{C} packet
21990
8e04817f
AC
21991Continue with signal @var{sig} (hex signal number). If
21992@code{;}@var{addr} is omitted, resume at same address.
c906108c 21993
ee2d5c50
AC
21994Reply:
21995@xref{Stop Reply Packets}, for the reply specifications.
c906108c 21996
ee2d5c50
AC
21997@item @code{d} --- toggle debug @strong{(deprecated)}
21998@cindex @code{d} packet
21999
22000Toggle debug flag.
22001
22002@item @code{D} --- detach
22003@cindex @code{D} packet
22004
22005Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 22006before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
22007
22008Reply:
22009@table @samp
22010@item @emph{no response}
8e04817f 22011@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 22012@end table
c906108c 22013
ee2d5c50 22014@item @code{e} --- reserved
c906108c 22015
ee2d5c50 22016Reserved for future use.
c906108c 22017
ee2d5c50 22018@item @code{E} --- reserved
c906108c 22019
ee2d5c50 22020Reserved for future use.
c906108c 22021
ee2d5c50
AC
22022@item @code{f} --- reserved
22023
22024Reserved for future use.
22025
0ce1b118
CV
22026@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
22027@cindex @code{F} packet
ee2d5c50 22028
0ce1b118
CV
22029This packet is send by @value{GDBN} as reply to a @code{F} request packet
22030sent by the target. This is part of the File-I/O protocol extension.
22031@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
22032
22033@item @code{g} --- read registers
22034@anchor{read registers packet}
22035@cindex @code{g} packet
22036
22037Read general registers.
22038
22039Reply:
22040@table @samp
22041@item @var{XX@dots{}}
8e04817f
AC
22042Each byte of register data is described by two hex digits. The bytes
22043with the register are transmitted in target byte order. The size of
22044each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
22045determined by the @value{GDBN} internal macros
22046@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
22047specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
22048@item E@var{NN}
22049for an error.
22050@end table
c906108c 22051
ee2d5c50
AC
22052@item @code{G}@var{XX@dots{}} --- write regs
22053@cindex @code{G} packet
c906108c 22054
ee2d5c50
AC
22055@xref{read registers packet}, for a description of the @var{XX@dots{}}
22056data.
22057
22058Reply:
22059@table @samp
22060@item OK
22061for success
22062@item E@var{NN}
22063for an error
22064@end table
22065
22066@item @code{h} --- reserved
22067
22068Reserved for future use.
22069
b383017d 22070@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 22071@cindex @code{H} packet
c906108c 22072
8e04817f 22073Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
22074@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
22075should be @samp{c} for step and continue operations, @samp{g} for other
22076operations. The thread designator @var{t@dots{}} may be -1, meaning all
22077the threads, a thread number, or zero which means pick any thread.
22078
22079Reply:
22080@table @samp
22081@item OK
22082for success
22083@item E@var{NN}
22084for an error
22085@end table
c906108c 22086
8e04817f
AC
22087@c FIXME: JTC:
22088@c 'H': How restrictive (or permissive) is the thread model. If a
22089@c thread is selected and stopped, are other threads allowed
22090@c to continue to execute? As I mentioned above, I think the
22091@c semantics of each command when a thread is selected must be
22092@c described. For example:
22093@c
22094@c 'g': If the stub supports threads and a specific thread is
22095@c selected, returns the register block from that thread;
22096@c otherwise returns current registers.
22097@c
22098@c 'G' If the stub supports threads and a specific thread is
22099@c selected, sets the registers of the register block of
22100@c that thread; otherwise sets current registers.
c906108c 22101
ee2d5c50
AC
22102@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
22103@anchor{cycle step packet}
22104@cindex @code{i} packet
22105
8e04817f
AC
22106Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
22107present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
22108step starting at that address.
c906108c 22109
ee2d5c50
AC
22110@item @code{I} --- signal then cycle step @strong{(reserved)}
22111@cindex @code{I} packet
22112
22113@xref{step with signal packet}. @xref{cycle step packet}.
22114
22115@item @code{j} --- reserved
22116
22117Reserved for future use.
22118
22119@item @code{J} --- reserved
c906108c 22120
ee2d5c50 22121Reserved for future use.
c906108c 22122
ee2d5c50
AC
22123@item @code{k} --- kill request
22124@cindex @code{k} packet
c906108c 22125
ac282366 22126FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
22127thread context has been selected (i.e.@: does 'k' kill only that
22128thread?)}.
c906108c 22129
ee2d5c50 22130@item @code{K} --- reserved
c906108c 22131
ee2d5c50
AC
22132Reserved for future use.
22133
22134@item @code{l} --- reserved
22135
22136Reserved for future use.
22137
22138@item @code{L} --- reserved
22139
22140Reserved for future use.
22141
22142@item @code{m}@var{addr}@code{,}@var{length} --- read memory
22143@cindex @code{m} packet
c906108c 22144
8e04817f 22145Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 22146Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 22147assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 22148transfer mechanism is needed.}
c906108c 22149
ee2d5c50
AC
22150Reply:
22151@table @samp
22152@item @var{XX@dots{}}
22153@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22154to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 22155that sized memory transfers are assumed using word aligned
ee2d5c50
AC
22156accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22157needed.}
22158@item E@var{NN}
22159@var{NN} is errno
22160@end table
22161
22162@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22163@cindex @code{M} packet
22164
8e04817f 22165Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
22166@var{XX@dots{}} is the data.
22167
22168Reply:
22169@table @samp
22170@item OK
22171for success
22172@item E@var{NN}
8e04817f
AC
22173for an error (this includes the case where only part of the data was
22174written).
ee2d5c50 22175@end table
c906108c 22176
ee2d5c50 22177@item @code{n} --- reserved
c906108c 22178
ee2d5c50 22179Reserved for future use.
c906108c 22180
ee2d5c50 22181@item @code{N} --- reserved
c906108c 22182
ee2d5c50 22183Reserved for future use.
c906108c 22184
ee2d5c50
AC
22185@item @code{o} --- reserved
22186
22187Reserved for future use.
22188
22189@item @code{O} --- reserved
22190
2e868123 22191@item @code{p}@var{hex number of register} --- read register packet
ee2d5c50
AC
22192@cindex @code{p} packet
22193
2e868123
AC
22194@xref{read registers packet}, for a description of how the returned
22195register value is encoded.
ee2d5c50
AC
22196
22197Reply:
22198@table @samp
2e868123
AC
22199@item @var{XX@dots{}}
22200the register's value
22201@item E@var{NN}
22202for an error
22203@item
22204Indicating an unrecognized @var{query}.
ee2d5c50
AC
22205@end table
22206
22207@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22208@anchor{write register packet}
22209@cindex @code{P} packet
22210
22211Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 22212digits for each byte in the register (target byte order).
c906108c 22213
ee2d5c50
AC
22214Reply:
22215@table @samp
22216@item OK
22217for success
22218@item E@var{NN}
22219for an error
22220@end table
22221
22222@item @code{q}@var{query} --- general query
22223@anchor{general query packet}
22224@cindex @code{q} packet
22225
22226Request info about @var{query}. In general @value{GDBN} queries have a
22227leading upper case letter. Custom vendor queries should use a company
22228prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
22229be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
22230that they match the full @var{query} name.
22231
22232Reply:
22233@table @samp
22234@item @var{XX@dots{}}
22235Hex encoded data from query. The reply can not be empty.
22236@item E@var{NN}
22237error reply
8e04817f 22238@item
ee2d5c50
AC
22239Indicating an unrecognized @var{query}.
22240@end table
22241
22242@item @code{Q}@var{var}@code{=}@var{val} --- general set
22243@cindex @code{Q} packet
22244
22245Set value of @var{var} to @var{val}.
22246
22247@xref{general query packet}, for a discussion of naming conventions.
c906108c 22248
ee2d5c50
AC
22249@item @code{r} --- reset @strong{(deprecated)}
22250@cindex @code{r} packet
c906108c 22251
8e04817f 22252Reset the entire system.
c906108c 22253
ee2d5c50
AC
22254@item @code{R}@var{XX} --- remote restart
22255@cindex @code{R} packet
22256
8e04817f
AC
22257Restart the program being debugged. @var{XX}, while needed, is ignored.
22258This packet is only available in extended mode.
ee2d5c50
AC
22259
22260Reply:
22261@table @samp
22262@item @emph{no reply}
8e04817f 22263The @samp{R} packet has no reply.
ee2d5c50
AC
22264@end table
22265
22266@item @code{s}@var{addr} --- step
22267@cindex @code{s} packet
c906108c 22268
8e04817f
AC
22269@var{addr} is address to resume. If @var{addr} is omitted, resume at
22270same address.
c906108c 22271
ee2d5c50
AC
22272Reply:
22273@xref{Stop Reply Packets}, for the reply specifications.
22274
22275@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22276@anchor{step with signal packet}
22277@cindex @code{S} packet
22278
8e04817f 22279Like @samp{C} but step not continue.
c906108c 22280
ee2d5c50
AC
22281Reply:
22282@xref{Stop Reply Packets}, for the reply specifications.
22283
b383017d 22284@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
22285@cindex @code{t} packet
22286
8e04817f 22287Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
22288@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
22289@var{addr} must be at least 3 digits.
c906108c 22290
ee2d5c50
AC
22291@item @code{T}@var{XX} --- thread alive
22292@cindex @code{T} packet
c906108c 22293
ee2d5c50 22294Find out if the thread XX is alive.
c906108c 22295
ee2d5c50
AC
22296Reply:
22297@table @samp
22298@item OK
22299thread is still alive
22300@item E@var{NN}
22301thread is dead
22302@end table
22303
22304@item @code{u} --- reserved
22305
22306Reserved for future use.
22307
22308@item @code{U} --- reserved
22309
22310Reserved for future use.
22311
86d30acc 22312@item @code{v} --- verbose packet prefix
ee2d5c50 22313
86d30acc
DJ
22314Packets starting with @code{v} are identified by a multi-letter name,
22315up to the first @code{;} or @code{?} (or the end of the packet).
22316
22317@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22318@cindex @code{vCont} packet
22319
22320Resume the inferior. Different actions may be specified for each thread.
22321If an action is specified with no @var{tid}, then it is applied to any
22322threads that don't have a specific action specified; if no default action is
22323specified then other threads should remain stopped. Specifying multiple
22324default actions is an error; specifying no actions is also an error.
22325Thread IDs are specified in hexadecimal. Currently supported actions are:
22326
22327@table @code
22328@item c
22329Continue.
22330@item C@var{sig}
22331Continue with signal @var{sig}. @var{sig} should be two hex digits.
22332@item s
22333Step.
22334@item S@var{sig}
22335Step with signal @var{sig}. @var{sig} should be two hex digits.
22336@end table
22337
22338The optional @var{addr} argument normally associated with these packets is
22339not supported in @code{vCont}.
22340
22341Reply:
22342@xref{Stop Reply Packets}, for the reply specifications.
22343
22344@item @code{vCont?} --- extended resume query
22345@cindex @code{vCont?} packet
22346
22347Query support for the @code{vCont} packet.
22348
22349Reply:
22350@table @samp
22351@item @code{vCont}[;@var{action}]...
22352The @code{vCont} packet is supported. Each @var{action} is a supported
22353command in the @code{vCont} packet.
22354@item
22355The @code{vCont} packet is not supported.
22356@end table
ee2d5c50
AC
22357
22358@item @code{V} --- reserved
c906108c 22359
ee2d5c50 22360Reserved for future use.
c906108c 22361
ee2d5c50 22362@item @code{w} --- reserved
c906108c 22363
ee2d5c50 22364Reserved for future use.
c906108c 22365
ee2d5c50 22366@item @code{W} --- reserved
c906108c 22367
ee2d5c50 22368Reserved for future use.
c906108c 22369
ee2d5c50
AC
22370@item @code{x} --- reserved
22371
22372Reserved for future use.
22373
22374@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22375@cindex @code{X} packet
22376
22377@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22378is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
69065f5d
AC
22379escaped using @code{0x7d}, and then XORed with @code{0x20}.
22380For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
c906108c 22381
ee2d5c50
AC
22382Reply:
22383@table @samp
22384@item OK
22385for success
22386@item E@var{NN}
22387for an error
22388@end table
22389
22390@item @code{y} --- reserved
c906108c 22391
ee2d5c50 22392Reserved for future use.
c906108c 22393
ee2d5c50
AC
22394@item @code{Y} reserved
22395
22396Reserved for future use.
22397
2f870471
AC
22398@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22399@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22400@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 22401@cindex @code{z} packet
2f870471 22402@cindex @code{Z} packets
ee2d5c50 22403
2f870471
AC
22404Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22405watchpoint starting at address @var{address} and covering the next
22406@var{length} bytes.
ee2d5c50 22407
2f870471
AC
22408Each breakpoint and watchpoint packet @var{type} is documented
22409separately.
22410
512217c7
AC
22411@emph{Implementation notes: A remote target shall return an empty string
22412for an unrecognized breakpoint or watchpoint packet @var{type}. A
22413remote target shall support either both or neither of a given
2f870471
AC
22414@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
22415avoid potential problems with duplicate packets, the operations should
22416be implemented in an idempotent way.}
22417
22418@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22419@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22420@cindex @code{z0} packet
22421@cindex @code{Z0} packet
22422
22423Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22424@code{addr} of size @code{length}.
22425
22426A memory breakpoint is implemented by replacing the instruction at
22427@var{addr} with a software breakpoint or trap instruction. The
22428@code{length} is used by targets that indicates the size of the
22429breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22430@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 22431
2f870471
AC
22432@emph{Implementation note: It is possible for a target to copy or move
22433code that contains memory breakpoints (e.g., when implementing
22434overlays). The behavior of this packet, in the presence of such a
22435target, is not defined.}
c906108c 22436
ee2d5c50
AC
22437Reply:
22438@table @samp
2f870471
AC
22439@item OK
22440success
22441@item
22442not supported
ee2d5c50
AC
22443@item E@var{NN}
22444for an error
2f870471
AC
22445@end table
22446
22447@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22448@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22449@cindex @code{z1} packet
22450@cindex @code{Z1} packet
22451
22452Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22453address @code{addr} of size @code{length}.
22454
22455A hardware breakpoint is implemented using a mechanism that is not
22456dependant on being able to modify the target's memory.
22457
22458@emph{Implementation note: A hardware breakpoint is not affected by code
22459movement.}
22460
22461Reply:
22462@table @samp
ee2d5c50 22463@item OK
2f870471
AC
22464success
22465@item
22466not supported
22467@item E@var{NN}
22468for an error
22469@end table
22470
22471@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22472@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22473@cindex @code{z2} packet
22474@cindex @code{Z2} packet
22475
22476Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22477
22478Reply:
22479@table @samp
22480@item OK
22481success
22482@item
22483not supported
22484@item E@var{NN}
22485for an error
22486@end table
22487
22488@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22489@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22490@cindex @code{z3} packet
22491@cindex @code{Z3} packet
22492
2e834e49 22493Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
22494
22495Reply:
22496@table @samp
22497@item OK
22498success
22499@item
22500not supported
22501@item E@var{NN}
22502for an error
22503@end table
22504
2e834e49
HPN
22505@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22506@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
22507@cindex @code{z4} packet
22508@cindex @code{Z4} packet
22509
22510Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22511
22512Reply:
22513@table @samp
22514@item OK
22515success
22516@item
22517not supported
22518@item E@var{NN}
22519for an error
ee2d5c50
AC
22520@end table
22521
22522@end table
c906108c 22523
ee2d5c50
AC
22524@node Stop Reply Packets
22525@section Stop Reply Packets
22526@cindex stop reply packets
c906108c 22527
8e04817f
AC
22528The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22529receive any of the below as a reply. In the case of the @samp{C},
22530@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22531when the target halts. In the below the exact meaning of @samp{signal
22532number} is poorly defined. In general one of the UNIX signal numbering
22533conventions is used.
c906108c 22534
ee2d5c50 22535@table @samp
c906108c 22536
ee2d5c50
AC
22537@item S@var{AA}
22538@var{AA} is the signal number
c906108c 22539
8e04817f 22540@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
22541@cindex @code{T} packet reply
22542
8e04817f
AC
22543@var{AA} = two hex digit signal number; @var{n...} = register number
22544(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
22545by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22546@var{r...} = thread process ID, this is a hex integer; @var{n...} =
22547(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22548address, this is a hex integer; @var{n...} = other string not starting
22549with valid hex digit. @value{GDBN} should ignore this @var{n...},
22550@var{r...} pair and go on to the next. This way we can extend the
22551protocol.
c906108c 22552
ee2d5c50
AC
22553@item W@var{AA}
22554
8e04817f 22555The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
22556applicable to certain targets.
22557
22558@item X@var{AA}
c906108c 22559
8e04817f 22560The process terminated with signal @var{AA}.
c906108c 22561
ee2d5c50 22562@item O@var{XX@dots{}}
c906108c 22563
ee2d5c50
AC
22564@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
22565any time while the program is running and the debugger should continue
22566to wait for @samp{W}, @samp{T}, etc.
22567
0ce1b118
CV
22568@item F@var{call-id}@code{,}@var{parameter@dots{}}
22569
22570@var{call-id} is the identifier which says which host system call should
22571be called. This is just the name of the function. Translation into the
22572correct system call is only applicable as it's defined in @value{GDBN}.
22573@xref{File-I/O remote protocol extension}, for a list of implemented
22574system calls.
22575
22576@var{parameter@dots{}} is a list of parameters as defined for this very
22577system call.
22578
22579The target replies with this packet when it expects @value{GDBN} to call
22580a host system call on behalf of the target. @value{GDBN} replies with
22581an appropriate @code{F} packet and keeps up waiting for the next reply
22582packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
22583@samp{s} action is expected to be continued.
22584@xref{File-I/O remote protocol extension}, for more details.
22585
ee2d5c50
AC
22586@end table
22587
22588@node General Query Packets
22589@section General Query Packets
9c16f35a 22590@cindex remote query requests
c906108c 22591
8e04817f 22592The following set and query packets have already been defined.
c906108c 22593
ee2d5c50 22594@table @r
c906108c 22595
ee2d5c50 22596@item @code{q}@code{C} --- current thread
9c16f35a
EZ
22597@cindex current thread, remote request
22598@cindex @code{qC} packet
ee2d5c50
AC
22599Return the current thread id.
22600
22601Reply:
22602@table @samp
22603@item @code{QC}@var{pid}
e1aac25b 22604Where @var{pid} is an unsigned hexidecimal process id.
ee2d5c50
AC
22605@item *
22606Any other reply implies the old pid.
22607@end table
22608
22609@item @code{q}@code{fThreadInfo} -- all thread ids
9c16f35a
EZ
22610@cindex list active threads, remote request
22611@cindex @code{qfThreadInfo} packet
ee2d5c50 22612@code{q}@code{sThreadInfo}
c906108c 22613
8e04817f
AC
22614Obtain a list of active thread ids from the target (OS). Since there
22615may be too many active threads to fit into one reply packet, this query
22616works iteratively: it may require more than one query/reply sequence to
22617obtain the entire list of threads. The first query of the sequence will
22618be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22619sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
22620
22621NOTE: replaces the @code{qL} query (see below).
22622
22623Reply:
22624@table @samp
22625@item @code{m}@var{id}
22626A single thread id
22627@item @code{m}@var{id},@var{id}@dots{}
22628a comma-separated list of thread ids
22629@item @code{l}
22630(lower case 'el') denotes end of list.
22631@end table
22632
22633In response to each query, the target will reply with a list of one or
e1aac25b
JB
22634more thread ids, in big-endian unsigned hex, separated by commas.
22635@value{GDBN} will respond to each reply with a request for more thread
22636ids (using the @code{qs} form of the query), until the target responds
22637with @code{l} (lower-case el, for @code{'last'}).
c906108c 22638
ee2d5c50 22639@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
9c16f35a
EZ
22640@cindex thread attributes info, remote request
22641@cindex @code{qThreadExtraInfo} packet
ee2d5c50
AC
22642Where @var{id} is a thread-id in big-endian hex. Obtain a printable
22643string description of a thread's attributes from the target OS. This
22644string may contain anything that the target OS thinks is interesting for
22645@value{GDBN} to tell the user about the thread. The string is displayed
22646in @value{GDBN}'s @samp{info threads} display. Some examples of
22647possible thread extra info strings are ``Runnable'', or ``Blocked on
22648Mutex''.
22649
22650Reply:
22651@table @samp
22652@item @var{XX@dots{}}
22653Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22654the printable string containing the extra information about the thread's
8e04817f 22655attributes.
ee2d5c50
AC
22656@end table
22657
22658@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 22659
8e04817f
AC
22660Obtain thread information from RTOS. Where: @var{startflag} (one hex
22661digit) is one to indicate the first query and zero to indicate a
22662subsequent query; @var{threadcount} (two hex digits) is the maximum
22663number of threads the response packet can contain; and @var{nextthread}
22664(eight hex digits), for subsequent queries (@var{startflag} is zero), is
22665returned in the response as @var{argthread}.
ee2d5c50
AC
22666
22667NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22668(see above).
22669
22670Reply:
22671@table @samp
22672@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
22673Where: @var{count} (two hex digits) is the number of threads being
22674returned; @var{done} (one hex digit) is zero to indicate more threads
22675and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
22676digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22677is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 22678digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 22679@end table
c906108c 22680
ee2d5c50 22681@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
9c16f35a
EZ
22682@cindex CRC of memory block, remote request
22683@cindex @code{qCRC} packet
ee2d5c50
AC
22684Reply:
22685@table @samp
22686@item @code{E}@var{NN}
22687An error (such as memory fault)
22688@item @code{C}@var{CRC32}
22689A 32 bit cyclic redundancy check of the specified memory region.
22690@end table
22691
22692@item @code{q}@code{Offsets} --- query sect offs
9c16f35a
EZ
22693@cindex section offsets, remote request
22694@cindex @code{qOffsets} packet
8e04817f
AC
22695Get section offsets that the target used when re-locating the downloaded
22696image. @emph{Note: while a @code{Bss} offset is included in the
22697response, @value{GDBN} ignores this and instead applies the @code{Data}
22698offset to the @code{Bss} section.}
c906108c 22699
ee2d5c50
AC
22700Reply:
22701@table @samp
22702@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22703@end table
22704
22705@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
9c16f35a
EZ
22706@cindex thread information, remote request
22707@cindex @code{qP} packet
8e04817f
AC
22708Returns information on @var{threadid}. Where: @var{mode} is a hex
22709encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
22710
22711Reply:
22712@table @samp
22713@item *
22714@end table
22715
8e04817f 22716See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 22717
ee2d5c50 22718@item @code{q}@code{Rcmd,}@var{command} --- remote command
9c16f35a
EZ
22719@cindex execute remote command, remote request
22720@cindex @code{qRcmd} packet
ee2d5c50 22721@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
22722execution. Invalid commands should be reported using the output string.
22723Before the final result packet, the target may also respond with a
ee2d5c50
AC
22724number of intermediate @code{O}@var{output} console output packets.
22725@emph{Implementors should note that providing access to a stubs's
22726interpreter may have security implications}.
22727
22728Reply:
22729@table @samp
22730@item OK
8e04817f 22731A command response with no output.
ee2d5c50 22732@item @var{OUTPUT}
8e04817f 22733A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 22734@item @code{E}@var{NN}
8e04817f 22735Indicate a badly formed request.
ee2d5c50 22736@item @samp{}
8e04817f 22737When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50 22738@end table
9c16f35a 22739z
ee2d5c50 22740@item @code{qSymbol::} --- symbol lookup
9c16f35a
EZ
22741@cindex symbol lookup, remote request
22742@cindex @code{qSymbol} packet
8e04817f
AC
22743Notify the target that @value{GDBN} is prepared to serve symbol lookup
22744requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
22745
22746Reply:
22747@table @samp
22748@item @code{OK}
8e04817f 22749The target does not need to look up any (more) symbols.
ee2d5c50
AC
22750@item @code{qSymbol:}@var{sym_name}
22751The target requests the value of symbol @var{sym_name} (hex encoded).
22752@value{GDBN} may provide the value by using the
22753@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22754@end table
22755
22756@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22757
22758Set the value of @var{sym_name} to @var{sym_value}.
22759
22760@var{sym_name} (hex encoded) is the name of a symbol whose value the
22761target has previously requested.
22762
22763@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
22764@value{GDBN} cannot supply a value for @var{sym_name}, then this field
22765will be empty.
22766
22767Reply:
22768@table @samp
22769@item @code{OK}
8e04817f 22770The target does not need to look up any (more) symbols.
ee2d5c50
AC
22771@item @code{qSymbol:}@var{sym_name}
22772The target requests the value of a new symbol @var{sym_name} (hex
22773encoded). @value{GDBN} will continue to supply the values of symbols
22774(if available), until the target ceases to request them.
22775@end table
eb12ee30 22776
649e03f6 22777@item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
9c16f35a
EZ
22778@cindex read special object, remote request
22779@cindex @code{qPart} packet
649e03f6
RM
22780Read uninterpreted bytes from the target's special data area
22781identified by the keyword @code{object}.
22782Request @var{length} bytes starting at @var{offset} bytes into the data.
22783The content and encoding of @var{annex} is specific to the object;
22784it can supply additional details about what data to access.
22785
22786Here are the specific requests of this form defined so far.
22787All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22788requests use the same reply formats, listed below.
22789
22790@table @asis
22791@item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
721c2651
EZ
22792Access the target's @dfn{auxiliary vector}. @xref{OS Information,
22793auxiliary vector}, and see @ref{Remote configuration,
22794read-aux-vector-packet}. Note @var{annex} must be empty.
649e03f6
RM
22795@end table
22796
22797Reply:
22798@table @asis
22799@item @code{OK}
22800The @var{offset} in the request is at the end of the data.
22801There is no more data to be read.
22802
22803@item @var{XX@dots{}}
22804Hex encoded data bytes read.
22805This may be fewer bytes than the @var{length} in the request.
22806
22807@item @code{E00}
22808The request was malformed, or @var{annex} was invalid.
22809
22810@item @code{E}@var{nn}
22811The offset was invalid, or there was an error encountered reading the data.
22812@var{nn} is a hex-encoded @code{errno} value.
22813
22814@item @code{""} (empty)
22815An empty reply indicates the @var{object} or @var{annex} string was not
22816recognized by the stub.
22817@end table
22818
22819@item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
9c16f35a 22820@cindex write data into object, remote request
649e03f6
RM
22821Write uninterpreted bytes into the target's special data area
22822identified by the keyword @code{object},
22823starting at @var{offset} bytes into the data.
22824@var{data@dots{}} is the hex-encoded data to be written.
22825The content and encoding of @var{annex} is specific to the object;
22826it can supply additional details about what data to access.
22827
22828No requests of this form are presently in use. This specification
22829serves as a placeholder to document the common format that new
22830specific request specifications ought to use.
22831
22832Reply:
22833@table @asis
22834@item @var{nn}
22835@var{nn} (hex encoded) is the number of bytes written.
22836This may be fewer bytes than supplied in the request.
22837
22838@item @code{E00}
22839The request was malformed, or @var{annex} was invalid.
22840
22841@item @code{E}@var{nn}
22842The offset was invalid, or there was an error encountered writing the data.
22843@var{nn} is a hex-encoded @code{errno} value.
22844
22845@item @code{""} (empty)
22846An empty reply indicates the @var{object} or @var{annex} string was not
22847recognized by the stub, or that the object does not support writing.
22848@end table
22849
22850@item @code{qPart}:@var{object}:@var{operation}:@dots{}
22851Requests of this form may be added in the future. When a stub does
22852not recognize the @var{object} keyword, or its support for
22853@var{object} does not recognize the @var{operation} keyword,
22854the stub must respond with an empty packet.
83761cbd
KB
22855
22856@item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
9c16f35a
EZ
22857@cindex get thread-local storage address, remote request
22858@cindex @code{qGetTLSAddr} packet
83761cbd
KB
22859Fetch the address associated with thread local storage specified
22860by @var{thread-id}, @var{offset}, and @var{lm}.
22861
22862@var{thread-id} is the (big endian, hex encoded) thread id associated with the
22863thread for which to fetch the TLS address.
22864
22865@var{offset} is the (big endian, hex encoded) offset associated with the
22866thread local variable. (This offset is obtained from the debug
22867information associated with the variable.)
22868
22869@var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22870the load module associated with the thread local storage. For example,
22871a @sc{gnu}/Linux system will pass the link map address of the shared
22872object associated with the thread local storage under consideration.
22873Other operating environments may choose to represent the load module
22874differently, so the precise meaning of this parameter will vary.
22875
22876Reply:
22877@table @asis
68c71a2e 22878@item @var{XX@dots{}}
83761cbd
KB
22879Hex encoded (big endian) bytes representing the address of the thread
22880local storage requested.
22881
22882@item @code{E}@var{nn} (where @var{nn} are hex digits)
22883An error occurred.
22884
22885@item @code{""} (empty)
22886An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22887@end table
22888
0abb7bc7
EZ
22889Use of this request packet is controlled by the @code{set remote
22890get-thread-local-storage-address} command (@pxref{Remote
22891configuration, set remote get-thread-local-storage-address}).
22892
ee2d5c50
AC
22893@end table
22894
22895@node Register Packet Format
22896@section Register Packet Format
eb12ee30 22897
8e04817f 22898The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
22899In the below, some thirty-two bit registers are transferred as
22900sixty-four bits. Those registers should be zero/sign extended (which?)
22901to fill the space allocated. Register bytes are transfered in target
22902byte order. The two nibbles within a register byte are transfered
22903most-significant - least-significant.
eb12ee30 22904
ee2d5c50 22905@table @r
eb12ee30 22906
8e04817f 22907@item MIPS32
ee2d5c50 22908
8e04817f
AC
22909All registers are transfered as thirty-two bit quantities in the order:
2291032 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22911registers; fsr; fir; fp.
eb12ee30 22912
8e04817f 22913@item MIPS64
ee2d5c50 22914
8e04817f
AC
22915All registers are transfered as sixty-four bit quantities (including
22916thirty-two bit registers such as @code{sr}). The ordering is the same
22917as @code{MIPS32}.
eb12ee30 22918
ee2d5c50
AC
22919@end table
22920
22921@node Examples
22922@section Examples
eb12ee30 22923
8e04817f
AC
22924Example sequence of a target being re-started. Notice how the restart
22925does not get any direct output:
eb12ee30 22926
474c8240 22927@smallexample
d2c6833e
AC
22928-> @code{R00}
22929<- @code{+}
8e04817f 22930@emph{target restarts}
d2c6833e 22931-> @code{?}
8e04817f 22932<- @code{+}
d2c6833e
AC
22933<- @code{T001:1234123412341234}
22934-> @code{+}
474c8240 22935@end smallexample
eb12ee30 22936
8e04817f 22937Example sequence of a target being stepped by a single instruction:
eb12ee30 22938
474c8240 22939@smallexample
d2c6833e 22940-> @code{G1445@dots{}}
8e04817f 22941<- @code{+}
d2c6833e
AC
22942-> @code{s}
22943<- @code{+}
22944@emph{time passes}
22945<- @code{T001:1234123412341234}
8e04817f 22946-> @code{+}
d2c6833e 22947-> @code{g}
8e04817f 22948<- @code{+}
d2c6833e
AC
22949<- @code{1455@dots{}}
22950-> @code{+}
474c8240 22951@end smallexample
eb12ee30 22952
0ce1b118
CV
22953@node File-I/O remote protocol extension
22954@section File-I/O remote protocol extension
22955@cindex File-I/O remote protocol extension
22956
22957@menu
22958* File-I/O Overview::
22959* Protocol basics::
1d8b2f28
JB
22960* The F request packet::
22961* The F reply packet::
0ce1b118
CV
22962* Memory transfer::
22963* The Ctrl-C message::
22964* Console I/O::
22965* The isatty call::
22966* The system call::
22967* List of supported calls::
22968* Protocol specific representation of datatypes::
22969* Constants::
22970* File-I/O Examples::
22971@end menu
22972
22973@node File-I/O Overview
22974@subsection File-I/O Overview
22975@cindex file-i/o overview
22976
9c16f35a
EZ
22977The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
22978target to use the host's file system and console I/O when calling various
0ce1b118
CV
22979system calls. System calls on the target system are translated into a
22980remote protocol packet to the host system which then performs the needed
22981actions and returns with an adequate response packet to the target system.
22982This simulates file system operations even on targets that lack file systems.
22983
22984The protocol is defined host- and target-system independent. It uses
9c16f35a 22985its own independent representation of datatypes and values. Both,
0ce1b118
CV
22986@value{GDBN} and the target's @value{GDBN} stub are responsible for
22987translating the system dependent values into the unified protocol values
22988when data is transmitted.
22989
22990The communication is synchronous. A system call is possible only
22991when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
22992packets. While @value{GDBN} handles the request for a system call,
22993the target is stopped to allow deterministic access to the target's
22994memory. Therefore File-I/O is not interuptible by target signals. It
22995is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
22996
22997The target's request to perform a host system call does not finish
22998the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
22999after finishing the system call, the target returns to continuing the
23000previous activity (continue, step). No additional continue or step
23001request from @value{GDBN} is required.
23002
23003@smallexample
f7dc1244 23004(@value{GDBP}) continue
0ce1b118
CV
23005 <- target requests 'system call X'
23006 target is stopped, @value{GDBN} executes system call
23007 -> GDB returns result
23008 ... target continues, GDB returns to wait for the target
23009 <- target hits breakpoint and sends a Txx packet
23010@end smallexample
23011
23012The protocol is only used for files on the host file system and
23013for I/O on the console. Character or block special devices, pipes,
23014named pipes or sockets or any other communication method on the host
23015system are not supported by this protocol.
23016
23017@node Protocol basics
23018@subsection Protocol basics
23019@cindex protocol basics, file-i/o
23020
23021The File-I/O protocol uses the @code{F} packet, as request as well
23022as as reply packet. Since a File-I/O system call can only occur when
b383017d 23023@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
23024File-I/O request is a reply that @value{GDBN} has to expect as a result
23025of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
23026This @code{F} packet contains all information needed to allow @value{GDBN}
23027to call the appropriate host system call:
23028
23029@itemize @bullet
b383017d 23030@item
0ce1b118
CV
23031A unique identifier for the requested system call.
23032
23033@item
23034All parameters to the system call. Pointers are given as addresses
23035in the target memory address space. Pointers to strings are given as
b383017d 23036pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
23037Numerical control values are given in a protocol specific representation.
23038
23039@end itemize
23040
23041At that point @value{GDBN} has to perform the following actions.
23042
23043@itemize @bullet
b383017d 23044@item
0ce1b118
CV
23045If parameter pointer values are given, which point to data needed as input
23046to a system call, @value{GDBN} requests this data from the target with a
23047standard @code{m} packet request. This additional communication has to be
23048expected by the target implementation and is handled as any other @code{m}
23049packet.
23050
23051@item
23052@value{GDBN} translates all value from protocol representation to host
23053representation as needed. Datatypes are coerced into the host types.
23054
23055@item
23056@value{GDBN} calls the system call
23057
23058@item
23059It then coerces datatypes back to protocol representation.
23060
23061@item
23062If pointer parameters in the request packet point to buffer space in which
23063a system call is expected to copy data to, the data is transmitted to the
23064target using a @code{M} or @code{X} packet. This packet has to be expected
23065by the target implementation and is handled as any other @code{M} or @code{X}
23066packet.
23067
23068@end itemize
23069
23070Eventually @value{GDBN} replies with another @code{F} packet which contains all
23071necessary information for the target to continue. This at least contains
23072
23073@itemize @bullet
23074@item
23075Return value.
23076
23077@item
23078@code{errno}, if has been changed by the system call.
23079
23080@item
23081``Ctrl-C'' flag.
23082
23083@end itemize
23084
23085After having done the needed type and value coercion, the target continues
23086the latest continue or step action.
23087
1d8b2f28 23088@node The F request packet
0ce1b118
CV
23089@subsection The @code{F} request packet
23090@cindex file-i/o request packet
23091@cindex @code{F} request packet
23092
23093The @code{F} request packet has the following format:
23094
23095@table @samp
23096
23097@smallexample
23098@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
23099@end smallexample
23100
23101@var{call-id} is the identifier to indicate the host system call to be called.
23102This is just the name of the function.
23103
23104@var{parameter@dots{}} are the parameters to the system call.
23105
b383017d 23106@end table
0ce1b118
CV
23107
23108Parameters are hexadecimal integer values, either the real values in case
23109of scalar datatypes, as pointers to target buffer space in case of compound
23110datatypes and unspecified memory areas or as pointer/length pairs in case
23111of string parameters. These are appended to the call-id, each separated
23112from its predecessor by a comma. All values are transmitted in ASCII
23113string representation, pointer/length pairs separated by a slash.
23114
1d8b2f28 23115@node The F reply packet
0ce1b118
CV
23116@subsection The @code{F} reply packet
23117@cindex file-i/o reply packet
23118@cindex @code{F} reply packet
23119
23120The @code{F} reply packet has the following format:
23121
23122@table @samp
23123
23124@smallexample
23125@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23126@end smallexample
23127
23128@var{retcode} is the return code of the system call as hexadecimal value.
23129
23130@var{errno} is the errno set by the call, in protocol specific representation.
23131This parameter can be omitted if the call was successful.
23132
23133@var{Ctrl-C flag} is only send if the user requested a break. In this
23134case, @var{errno} must be send as well, even if the call was successful.
23135The @var{Ctrl-C flag} itself consists of the character 'C':
23136
23137@smallexample
23138F0,0,C
23139@end smallexample
23140
23141@noindent
23142or, if the call was interupted before the host call has been performed:
23143
23144@smallexample
23145F-1,4,C
23146@end smallexample
23147
23148@noindent
23149assuming 4 is the protocol specific representation of @code{EINTR}.
23150
23151@end table
23152
23153@node Memory transfer
23154@subsection Memory transfer
23155@cindex memory transfer, in file-i/o protocol
23156
23157Structured data which is transferred using a memory read or write as e.g.@:
23158a @code{struct stat} is expected to be in a protocol specific format with
23159all scalar multibyte datatypes being big endian. This should be done by
23160the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23161it transfers memory to the target. Transferred pointers to structured
23162data should point to the already coerced data at any time.
23163
23164@node The Ctrl-C message
23165@subsection The Ctrl-C message
23166@cindex ctrl-c message, in file-i/o protocol
23167
23168A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23169reply packet. In this case the target should behave, as if it had
23170gotten a break message. The meaning for the target is ``system call
23171interupted by @code{SIGINT}''. Consequentially, the target should actually stop
23172(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 23173packet. In this case, it's important for the target to know, in which
0ce1b118
CV
23174state the system call was interrupted. Since this action is by design
23175not an atomic operation, we have to differ between two cases:
23176
23177@itemize @bullet
23178@item
23179The system call hasn't been performed on the host yet.
23180
23181@item
23182The system call on the host has been finished.
23183
23184@end itemize
23185
23186These two states can be distinguished by the target by the value of the
23187returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
23188call hasn't been performed. This is equivalent to the @code{EINTR} handling
23189on POSIX systems. In any other case, the target may presume that the
23190system call has been finished --- successful or not --- and should behave
23191as if the break message arrived right after the system call.
23192
23193@value{GDBN} must behave reliable. If the system call has not been called
23194yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23195@code{errno} in the packet. If the system call on the host has been finished
23196before the user requests a break, the full action must be finshed by
23197@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
23198The @code{F} packet may only be send when either nothing has happened
23199or the full action has been completed.
23200
23201@node Console I/O
23202@subsection Console I/O
23203@cindex console i/o as part of file-i/o
23204
23205By default and if not explicitely closed by the target system, the file
23206descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
23207on the @value{GDBN} console is handled as any other file output operation
23208(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
23209by @value{GDBN} so that after the target read request from file descriptor
232100 all following typing is buffered until either one of the following
23211conditions is met:
23212
23213@itemize @bullet
23214@item
23215The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
23216@code{read}
23217system call is treated as finished.
23218
23219@item
23220The user presses @kbd{Enter}. This is treated as end of input with a trailing
23221line feed.
23222
23223@item
23224The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
23225character, especially no Ctrl-D is appended to the input.
23226
23227@end itemize
23228
23229If the user has typed more characters as fit in the buffer given to
23230the read call, the trailing characters are buffered in @value{GDBN} until
23231either another @code{read(0, @dots{})} is requested by the target or debugging
23232is stopped on users request.
23233
23234@node The isatty call
2eecc4ab 23235@subsection The @samp{isatty} function call
0ce1b118
CV
23236@cindex isatty call, file-i/o protocol
23237
23238A special case in this protocol is the library call @code{isatty} which
9c16f35a 23239is implemented as its own call inside of this protocol. It returns
0ce1b118
CV
232401 to the target if the file descriptor given as parameter is attached
23241to the @value{GDBN} console, 0 otherwise. Implementing through system calls
23242would require implementing @code{ioctl} and would be more complex than
23243needed.
23244
23245@node The system call
2eecc4ab 23246@subsection The @samp{system} function call
0ce1b118
CV
23247@cindex system call, file-i/o protocol
23248
23249The other special case in this protocol is the @code{system} call which
9c16f35a 23250is implemented as its own call, too. @value{GDBN} is taking over the full
0ce1b118
CV
23251task of calling the necessary host calls to perform the @code{system}
23252call. The return value of @code{system} is simplified before it's returned
23253to the target. Basically, the only signal transmitted back is @code{EINTR}
23254in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
23255entirely of the exit status of the called command.
23256
9c16f35a
EZ
23257Due to security concerns, the @code{system} call is by default refused
23258by @value{GDBN}. The user has to allow this call explicitly with the
23259@kbd{set remote system-call-allowed 1} command.
0ce1b118 23260
9c16f35a
EZ
23261@table @code
23262@item set remote system-call-allowed
23263@kindex set remote system-call-allowed
23264Control whether to allow the @code{system} calls in the File I/O
23265protocol for the remote target. The default is zero (disabled).
0ce1b118 23266
9c16f35a 23267@item show remote system-call-allowed
0ce1b118 23268@kindex show remote system-call-allowed
9c16f35a
EZ
23269Show the current setting of system calls for the remote File I/O
23270protocol.
0ce1b118
CV
23271@end table
23272
23273@node List of supported calls
23274@subsection List of supported calls
23275@cindex list of supported file-i/o calls
23276
23277@menu
23278* open::
23279* close::
23280* read::
23281* write::
23282* lseek::
23283* rename::
23284* unlink::
23285* stat/fstat::
23286* gettimeofday::
23287* isatty::
23288* system::
23289@end menu
23290
23291@node open
23292@unnumberedsubsubsec open
23293@cindex open, file-i/o system call
23294
23295@smallexample
23296@exdent Synopsis:
23297int open(const char *pathname, int flags);
23298int open(const char *pathname, int flags, mode_t mode);
23299
b383017d 23300@exdent Request:
0ce1b118
CV
23301Fopen,pathptr/len,flags,mode
23302@end smallexample
23303
23304@noindent
23305@code{flags} is the bitwise or of the following values:
23306
23307@table @code
b383017d 23308@item O_CREAT
0ce1b118
CV
23309If the file does not exist it will be created. The host
23310rules apply as far as file ownership and time stamps
23311are concerned.
23312
b383017d 23313@item O_EXCL
0ce1b118
CV
23314When used with O_CREAT, if the file already exists it is
23315an error and open() fails.
23316
b383017d 23317@item O_TRUNC
0ce1b118
CV
23318If the file already exists and the open mode allows
23319writing (O_RDWR or O_WRONLY is given) it will be
23320truncated to length 0.
23321
b383017d 23322@item O_APPEND
0ce1b118
CV
23323The file is opened in append mode.
23324
b383017d 23325@item O_RDONLY
0ce1b118
CV
23326The file is opened for reading only.
23327
b383017d 23328@item O_WRONLY
0ce1b118
CV
23329The file is opened for writing only.
23330
b383017d 23331@item O_RDWR
0ce1b118
CV
23332The file is opened for reading and writing.
23333
23334@noindent
23335Each other bit is silently ignored.
23336
23337@end table
23338
23339@noindent
23340@code{mode} is the bitwise or of the following values:
23341
23342@table @code
b383017d 23343@item S_IRUSR
0ce1b118
CV
23344User has read permission.
23345
b383017d 23346@item S_IWUSR
0ce1b118
CV
23347User has write permission.
23348
b383017d 23349@item S_IRGRP
0ce1b118
CV
23350Group has read permission.
23351
b383017d 23352@item S_IWGRP
0ce1b118
CV
23353Group has write permission.
23354
b383017d 23355@item S_IROTH
0ce1b118
CV
23356Others have read permission.
23357
b383017d 23358@item S_IWOTH
0ce1b118
CV
23359Others have write permission.
23360
23361@noindent
23362Each other bit is silently ignored.
23363
23364@end table
23365
23366@smallexample
23367@exdent Return value:
23368open returns the new file descriptor or -1 if an error
23369occured.
23370
23371@exdent Errors:
23372@end smallexample
23373
23374@table @code
b383017d 23375@item EEXIST
0ce1b118
CV
23376pathname already exists and O_CREAT and O_EXCL were used.
23377
b383017d 23378@item EISDIR
0ce1b118
CV
23379pathname refers to a directory.
23380
b383017d 23381@item EACCES
0ce1b118
CV
23382The requested access is not allowed.
23383
23384@item ENAMETOOLONG
23385pathname was too long.
23386
b383017d 23387@item ENOENT
0ce1b118
CV
23388A directory component in pathname does not exist.
23389
b383017d 23390@item ENODEV
0ce1b118
CV
23391pathname refers to a device, pipe, named pipe or socket.
23392
b383017d 23393@item EROFS
0ce1b118
CV
23394pathname refers to a file on a read-only filesystem and
23395write access was requested.
23396
b383017d 23397@item EFAULT
0ce1b118
CV
23398pathname is an invalid pointer value.
23399
b383017d 23400@item ENOSPC
0ce1b118
CV
23401No space on device to create the file.
23402
b383017d 23403@item EMFILE
0ce1b118
CV
23404The process already has the maximum number of files open.
23405
b383017d 23406@item ENFILE
0ce1b118
CV
23407The limit on the total number of files open on the system
23408has been reached.
23409
b383017d 23410@item EINTR
0ce1b118
CV
23411The call was interrupted by the user.
23412@end table
23413
23414@node close
23415@unnumberedsubsubsec close
23416@cindex close, file-i/o system call
23417
23418@smallexample
b383017d 23419@exdent Synopsis:
0ce1b118
CV
23420int close(int fd);
23421
b383017d 23422@exdent Request:
0ce1b118
CV
23423Fclose,fd
23424
23425@exdent Return value:
23426close returns zero on success, or -1 if an error occurred.
23427
23428@exdent Errors:
23429@end smallexample
23430
23431@table @code
b383017d 23432@item EBADF
0ce1b118
CV
23433fd isn't a valid open file descriptor.
23434
b383017d 23435@item EINTR
0ce1b118
CV
23436The call was interrupted by the user.
23437@end table
23438
23439@node read
23440@unnumberedsubsubsec read
23441@cindex read, file-i/o system call
23442
23443@smallexample
b383017d 23444@exdent Synopsis:
0ce1b118
CV
23445int read(int fd, void *buf, unsigned int count);
23446
b383017d 23447@exdent Request:
0ce1b118
CV
23448Fread,fd,bufptr,count
23449
23450@exdent Return value:
23451On success, the number of bytes read is returned.
23452Zero indicates end of file. If count is zero, read
b383017d 23453returns zero as well. On error, -1 is returned.
0ce1b118
CV
23454
23455@exdent Errors:
23456@end smallexample
23457
23458@table @code
b383017d 23459@item EBADF
0ce1b118
CV
23460fd is not a valid file descriptor or is not open for
23461reading.
23462
b383017d 23463@item EFAULT
0ce1b118
CV
23464buf is an invalid pointer value.
23465
b383017d 23466@item EINTR
0ce1b118
CV
23467The call was interrupted by the user.
23468@end table
23469
23470@node write
23471@unnumberedsubsubsec write
23472@cindex write, file-i/o system call
23473
23474@smallexample
b383017d 23475@exdent Synopsis:
0ce1b118
CV
23476int write(int fd, const void *buf, unsigned int count);
23477
b383017d 23478@exdent Request:
0ce1b118
CV
23479Fwrite,fd,bufptr,count
23480
23481@exdent Return value:
23482On success, the number of bytes written are returned.
23483Zero indicates nothing was written. On error, -1
23484is returned.
23485
23486@exdent Errors:
23487@end smallexample
23488
23489@table @code
b383017d 23490@item EBADF
0ce1b118
CV
23491fd is not a valid file descriptor or is not open for
23492writing.
23493
b383017d 23494@item EFAULT
0ce1b118
CV
23495buf is an invalid pointer value.
23496
b383017d 23497@item EFBIG
0ce1b118
CV
23498An attempt was made to write a file that exceeds the
23499host specific maximum file size allowed.
23500
b383017d 23501@item ENOSPC
0ce1b118
CV
23502No space on device to write the data.
23503
b383017d 23504@item EINTR
0ce1b118
CV
23505The call was interrupted by the user.
23506@end table
23507
23508@node lseek
23509@unnumberedsubsubsec lseek
23510@cindex lseek, file-i/o system call
23511
23512@smallexample
b383017d 23513@exdent Synopsis:
0ce1b118
CV
23514long lseek (int fd, long offset, int flag);
23515
b383017d 23516@exdent Request:
0ce1b118
CV
23517Flseek,fd,offset,flag
23518@end smallexample
23519
23520@code{flag} is one of:
23521
23522@table @code
b383017d 23523@item SEEK_SET
0ce1b118
CV
23524The offset is set to offset bytes.
23525
b383017d 23526@item SEEK_CUR
0ce1b118
CV
23527The offset is set to its current location plus offset
23528bytes.
23529
b383017d 23530@item SEEK_END
0ce1b118
CV
23531The offset is set to the size of the file plus offset
23532bytes.
23533@end table
23534
23535@smallexample
23536@exdent Return value:
23537On success, the resulting unsigned offset in bytes from
23538the beginning of the file is returned. Otherwise, a
23539value of -1 is returned.
23540
23541@exdent Errors:
23542@end smallexample
23543
23544@table @code
b383017d 23545@item EBADF
0ce1b118
CV
23546fd is not a valid open file descriptor.
23547
b383017d 23548@item ESPIPE
0ce1b118
CV
23549fd is associated with the @value{GDBN} console.
23550
b383017d 23551@item EINVAL
0ce1b118
CV
23552flag is not a proper value.
23553
b383017d 23554@item EINTR
0ce1b118
CV
23555The call was interrupted by the user.
23556@end table
23557
23558@node rename
23559@unnumberedsubsubsec rename
23560@cindex rename, file-i/o system call
23561
23562@smallexample
b383017d 23563@exdent Synopsis:
0ce1b118
CV
23564int rename(const char *oldpath, const char *newpath);
23565
b383017d 23566@exdent Request:
0ce1b118
CV
23567Frename,oldpathptr/len,newpathptr/len
23568
23569@exdent Return value:
23570On success, zero is returned. On error, -1 is returned.
23571
23572@exdent Errors:
23573@end smallexample
23574
23575@table @code
b383017d 23576@item EISDIR
0ce1b118
CV
23577newpath is an existing directory, but oldpath is not a
23578directory.
23579
b383017d 23580@item EEXIST
0ce1b118
CV
23581newpath is a non-empty directory.
23582
b383017d 23583@item EBUSY
0ce1b118
CV
23584oldpath or newpath is a directory that is in use by some
23585process.
23586
b383017d 23587@item EINVAL
0ce1b118
CV
23588An attempt was made to make a directory a subdirectory
23589of itself.
23590
b383017d 23591@item ENOTDIR
0ce1b118
CV
23592A component used as a directory in oldpath or new
23593path is not a directory. Or oldpath is a directory
23594and newpath exists but is not a directory.
23595
b383017d 23596@item EFAULT
0ce1b118
CV
23597oldpathptr or newpathptr are invalid pointer values.
23598
b383017d 23599@item EACCES
0ce1b118
CV
23600No access to the file or the path of the file.
23601
23602@item ENAMETOOLONG
b383017d 23603
0ce1b118
CV
23604oldpath or newpath was too long.
23605
b383017d 23606@item ENOENT
0ce1b118
CV
23607A directory component in oldpath or newpath does not exist.
23608
b383017d 23609@item EROFS
0ce1b118
CV
23610The file is on a read-only filesystem.
23611
b383017d 23612@item ENOSPC
0ce1b118
CV
23613The device containing the file has no room for the new
23614directory entry.
23615
b383017d 23616@item EINTR
0ce1b118
CV
23617The call was interrupted by the user.
23618@end table
23619
23620@node unlink
23621@unnumberedsubsubsec unlink
23622@cindex unlink, file-i/o system call
23623
23624@smallexample
b383017d 23625@exdent Synopsis:
0ce1b118
CV
23626int unlink(const char *pathname);
23627
b383017d 23628@exdent Request:
0ce1b118
CV
23629Funlink,pathnameptr/len
23630
23631@exdent Return value:
23632On success, zero is returned. On error, -1 is returned.
23633
23634@exdent Errors:
23635@end smallexample
23636
23637@table @code
b383017d 23638@item EACCES
0ce1b118
CV
23639No access to the file or the path of the file.
23640
b383017d 23641@item EPERM
0ce1b118
CV
23642The system does not allow unlinking of directories.
23643
b383017d 23644@item EBUSY
0ce1b118
CV
23645The file pathname cannot be unlinked because it's
23646being used by another process.
23647
b383017d 23648@item EFAULT
0ce1b118
CV
23649pathnameptr is an invalid pointer value.
23650
23651@item ENAMETOOLONG
23652pathname was too long.
23653
b383017d 23654@item ENOENT
0ce1b118
CV
23655A directory component in pathname does not exist.
23656
b383017d 23657@item ENOTDIR
0ce1b118
CV
23658A component of the path is not a directory.
23659
b383017d 23660@item EROFS
0ce1b118
CV
23661The file is on a read-only filesystem.
23662
b383017d 23663@item EINTR
0ce1b118
CV
23664The call was interrupted by the user.
23665@end table
23666
23667@node stat/fstat
23668@unnumberedsubsubsec stat/fstat
23669@cindex fstat, file-i/o system call
23670@cindex stat, file-i/o system call
23671
23672@smallexample
b383017d 23673@exdent Synopsis:
0ce1b118
CV
23674int stat(const char *pathname, struct stat *buf);
23675int fstat(int fd, struct stat *buf);
23676
b383017d 23677@exdent Request:
0ce1b118
CV
23678Fstat,pathnameptr/len,bufptr
23679Ffstat,fd,bufptr
23680
23681@exdent Return value:
23682On success, zero is returned. On error, -1 is returned.
23683
23684@exdent Errors:
23685@end smallexample
23686
23687@table @code
b383017d 23688@item EBADF
0ce1b118
CV
23689fd is not a valid open file.
23690
b383017d 23691@item ENOENT
0ce1b118
CV
23692A directory component in pathname does not exist or the
23693path is an empty string.
23694
b383017d 23695@item ENOTDIR
0ce1b118
CV
23696A component of the path is not a directory.
23697
b383017d 23698@item EFAULT
0ce1b118
CV
23699pathnameptr is an invalid pointer value.
23700
b383017d 23701@item EACCES
0ce1b118
CV
23702No access to the file or the path of the file.
23703
23704@item ENAMETOOLONG
23705pathname was too long.
23706
b383017d 23707@item EINTR
0ce1b118
CV
23708The call was interrupted by the user.
23709@end table
23710
23711@node gettimeofday
23712@unnumberedsubsubsec gettimeofday
23713@cindex gettimeofday, file-i/o system call
23714
23715@smallexample
b383017d 23716@exdent Synopsis:
0ce1b118
CV
23717int gettimeofday(struct timeval *tv, void *tz);
23718
b383017d 23719@exdent Request:
0ce1b118
CV
23720Fgettimeofday,tvptr,tzptr
23721
23722@exdent Return value:
23723On success, 0 is returned, -1 otherwise.
23724
23725@exdent Errors:
23726@end smallexample
23727
23728@table @code
b383017d 23729@item EINVAL
0ce1b118
CV
23730tz is a non-NULL pointer.
23731
b383017d 23732@item EFAULT
0ce1b118
CV
23733tvptr and/or tzptr is an invalid pointer value.
23734@end table
23735
23736@node isatty
23737@unnumberedsubsubsec isatty
23738@cindex isatty, file-i/o system call
23739
23740@smallexample
b383017d 23741@exdent Synopsis:
0ce1b118
CV
23742int isatty(int fd);
23743
b383017d 23744@exdent Request:
0ce1b118
CV
23745Fisatty,fd
23746
23747@exdent Return value:
23748Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23749
23750@exdent Errors:
23751@end smallexample
23752
23753@table @code
b383017d 23754@item EINTR
0ce1b118
CV
23755The call was interrupted by the user.
23756@end table
23757
23758@node system
23759@unnumberedsubsubsec system
23760@cindex system, file-i/o system call
23761
23762@smallexample
b383017d 23763@exdent Synopsis:
0ce1b118
CV
23764int system(const char *command);
23765
b383017d 23766@exdent Request:
0ce1b118
CV
23767Fsystem,commandptr/len
23768
23769@exdent Return value:
23770The value returned is -1 on error and the return status
23771of the command otherwise. Only the exit status of the
23772command is returned, which is extracted from the hosts
23773system return value by calling WEXITSTATUS(retval).
23774In case /bin/sh could not be executed, 127 is returned.
23775
23776@exdent Errors:
23777@end smallexample
23778
23779@table @code
b383017d 23780@item EINTR
0ce1b118
CV
23781The call was interrupted by the user.
23782@end table
23783
23784@node Protocol specific representation of datatypes
23785@subsection Protocol specific representation of datatypes
23786@cindex protocol specific representation of datatypes, in file-i/o protocol
23787
23788@menu
23789* Integral datatypes::
23790* Pointer values::
23791* struct stat::
23792* struct timeval::
23793@end menu
23794
23795@node Integral datatypes
23796@unnumberedsubsubsec Integral datatypes
23797@cindex integral datatypes, in file-i/o protocol
23798
23799The integral datatypes used in the system calls are
23800
23801@smallexample
23802int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23803@end smallexample
23804
23805@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23806implemented as 32 bit values in this protocol.
23807
b383017d
RM
23808@code{Long} and @code{unsigned long} are implemented as 64 bit types.
23809
0ce1b118
CV
23810@xref{Limits}, for corresponding MIN and MAX values (similar to those
23811in @file{limits.h}) to allow range checking on host and target.
23812
23813@code{time_t} datatypes are defined as seconds since the Epoch.
23814
23815All integral datatypes transferred as part of a memory read or write of a
23816structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23817byte order.
23818
23819@node Pointer values
23820@unnumberedsubsubsec Pointer values
23821@cindex pointer values, in file-i/o protocol
23822
23823Pointers to target data are transmitted as they are. An exception
23824is made for pointers to buffers for which the length isn't
23825transmitted as part of the function call, namely strings. Strings
23826are transmitted as a pointer/length pair, both as hex values, e.g.@:
23827
23828@smallexample
23829@code{1aaf/12}
23830@end smallexample
23831
23832@noindent
23833which is a pointer to data of length 18 bytes at position 0x1aaf.
23834The length is defined as the full string length in bytes, including
23835the trailing null byte. Example:
23836
23837@smallexample
23838``hello, world'' at address 0x123456
23839@end smallexample
23840
23841@noindent
23842is transmitted as
23843
23844@smallexample
23845@code{123456/d}
23846@end smallexample
23847
23848@node struct stat
23849@unnumberedsubsubsec struct stat
23850@cindex struct stat, in file-i/o protocol
23851
23852The buffer of type struct stat used by the target and @value{GDBN} is defined
23853as follows:
23854
23855@smallexample
23856struct stat @{
23857 unsigned int st_dev; /* device */
23858 unsigned int st_ino; /* inode */
23859 mode_t st_mode; /* protection */
23860 unsigned int st_nlink; /* number of hard links */
23861 unsigned int st_uid; /* user ID of owner */
23862 unsigned int st_gid; /* group ID of owner */
23863 unsigned int st_rdev; /* device type (if inode device) */
23864 unsigned long st_size; /* total size, in bytes */
23865 unsigned long st_blksize; /* blocksize for filesystem I/O */
23866 unsigned long st_blocks; /* number of blocks allocated */
23867 time_t st_atime; /* time of last access */
23868 time_t st_mtime; /* time of last modification */
23869 time_t st_ctime; /* time of last change */
23870@};
23871@end smallexample
23872
23873The integral datatypes are conforming to the definitions given in the
23874approriate section (see @ref{Integral datatypes}, for details) so this
23875structure is of size 64 bytes.
23876
23877The values of several fields have a restricted meaning and/or
23878range of values.
23879
23880@smallexample
23881st_dev: 0 file
23882 1 console
23883
23884st_ino: No valid meaning for the target. Transmitted unchanged.
23885
23886st_mode: Valid mode bits are described in Appendix C. Any other
23887 bits have currently no meaning for the target.
23888
23889st_uid: No valid meaning for the target. Transmitted unchanged.
23890
23891st_gid: No valid meaning for the target. Transmitted unchanged.
23892
23893st_rdev: No valid meaning for the target. Transmitted unchanged.
23894
23895st_atime, st_mtime, st_ctime:
23896 These values have a host and file system dependent
23897 accuracy. Especially on Windows hosts the file systems
23898 don't support exact timing values.
23899@end smallexample
23900
23901The target gets a struct stat of the above representation and is
23902responsible to coerce it to the target representation before
23903continuing.
23904
23905Note that due to size differences between the host and target
23906representation of stat members, these members could eventually
23907get truncated on the target.
23908
23909@node struct timeval
23910@unnumberedsubsubsec struct timeval
23911@cindex struct timeval, in file-i/o protocol
23912
23913The buffer of type struct timeval used by the target and @value{GDBN}
23914is defined as follows:
23915
23916@smallexample
b383017d 23917struct timeval @{
0ce1b118
CV
23918 time_t tv_sec; /* second */
23919 long tv_usec; /* microsecond */
23920@};
23921@end smallexample
23922
23923The integral datatypes are conforming to the definitions given in the
23924approriate section (see @ref{Integral datatypes}, for details) so this
23925structure is of size 8 bytes.
23926
23927@node Constants
23928@subsection Constants
23929@cindex constants, in file-i/o protocol
23930
23931The following values are used for the constants inside of the
23932protocol. @value{GDBN} and target are resposible to translate these
23933values before and after the call as needed.
23934
23935@menu
23936* Open flags::
23937* mode_t values::
23938* Errno values::
23939* Lseek flags::
23940* Limits::
23941@end menu
23942
23943@node Open flags
23944@unnumberedsubsubsec Open flags
23945@cindex open flags, in file-i/o protocol
23946
23947All values are given in hexadecimal representation.
23948
23949@smallexample
23950 O_RDONLY 0x0
23951 O_WRONLY 0x1
23952 O_RDWR 0x2
23953 O_APPEND 0x8
23954 O_CREAT 0x200
23955 O_TRUNC 0x400
23956 O_EXCL 0x800
23957@end smallexample
23958
23959@node mode_t values
23960@unnumberedsubsubsec mode_t values
23961@cindex mode_t values, in file-i/o protocol
23962
23963All values are given in octal representation.
23964
23965@smallexample
23966 S_IFREG 0100000
23967 S_IFDIR 040000
23968 S_IRUSR 0400
23969 S_IWUSR 0200
23970 S_IXUSR 0100
23971 S_IRGRP 040
23972 S_IWGRP 020
23973 S_IXGRP 010
23974 S_IROTH 04
23975 S_IWOTH 02
23976 S_IXOTH 01
23977@end smallexample
23978
23979@node Errno values
23980@unnumberedsubsubsec Errno values
23981@cindex errno values, in file-i/o protocol
23982
23983All values are given in decimal representation.
23984
23985@smallexample
23986 EPERM 1
23987 ENOENT 2
23988 EINTR 4
23989 EBADF 9
23990 EACCES 13
23991 EFAULT 14
23992 EBUSY 16
23993 EEXIST 17
23994 ENODEV 19
23995 ENOTDIR 20
23996 EISDIR 21
23997 EINVAL 22
23998 ENFILE 23
23999 EMFILE 24
24000 EFBIG 27
24001 ENOSPC 28
24002 ESPIPE 29
24003 EROFS 30
24004 ENAMETOOLONG 91
24005 EUNKNOWN 9999
24006@end smallexample
24007
24008 EUNKNOWN is used as a fallback error value if a host system returns
24009 any error value not in the list of supported error numbers.
24010
24011@node Lseek flags
24012@unnumberedsubsubsec Lseek flags
24013@cindex lseek flags, in file-i/o protocol
24014
24015@smallexample
24016 SEEK_SET 0
24017 SEEK_CUR 1
24018 SEEK_END 2
24019@end smallexample
24020
24021@node Limits
24022@unnumberedsubsubsec Limits
24023@cindex limits, in file-i/o protocol
24024
24025All values are given in decimal representation.
24026
24027@smallexample
24028 INT_MIN -2147483648
24029 INT_MAX 2147483647
24030 UINT_MAX 4294967295
24031 LONG_MIN -9223372036854775808
24032 LONG_MAX 9223372036854775807
24033 ULONG_MAX 18446744073709551615
24034@end smallexample
24035
24036@node File-I/O Examples
24037@subsection File-I/O Examples
24038@cindex file-i/o examples
24039
24040Example sequence of a write call, file descriptor 3, buffer is at target
24041address 0x1234, 6 bytes should be written:
24042
24043@smallexample
24044<- @code{Fwrite,3,1234,6}
24045@emph{request memory read from target}
24046-> @code{m1234,6}
24047<- XXXXXX
24048@emph{return "6 bytes written"}
24049-> @code{F6}
24050@end smallexample
24051
24052Example sequence of a read call, file descriptor 3, buffer is at target
24053address 0x1234, 6 bytes should be read:
24054
24055@smallexample
24056<- @code{Fread,3,1234,6}
24057@emph{request memory write to target}
24058-> @code{X1234,6:XXXXXX}
24059@emph{return "6 bytes read"}
24060-> @code{F6}
24061@end smallexample
24062
24063Example sequence of a read call, call fails on the host due to invalid
24064file descriptor (EBADF):
24065
24066@smallexample
24067<- @code{Fread,3,1234,6}
24068-> @code{F-1,9}
24069@end smallexample
24070
24071Example sequence of a read call, user presses Ctrl-C before syscall on
24072host is called:
24073
24074@smallexample
24075<- @code{Fread,3,1234,6}
24076-> @code{F-1,4,C}
24077<- @code{T02}
24078@end smallexample
24079
24080Example sequence of a read call, user presses Ctrl-C after syscall on
24081host is called:
24082
24083@smallexample
24084<- @code{Fread,3,1234,6}
24085-> @code{X1234,6:XXXXXX}
24086<- @code{T02}
24087@end smallexample
24088
f418dd93
DJ
24089@include agentexpr.texi
24090
aab4e0ec 24091@include gpl.texi
eb12ee30 24092
2154891a 24093@raisesections
6826cf00 24094@include fdl.texi
2154891a 24095@lowersections
6826cf00 24096
6d2ebf8b 24097@node Index
c906108c
SS
24098@unnumbered Index
24099
24100@printindex cp
24101
24102@tex
24103% I think something like @colophon should be in texinfo. In the
24104% meantime:
24105\long\def\colophon{\hbox to0pt{}\vfill
24106\centerline{The body of this manual is set in}
24107\centerline{\fontname\tenrm,}
24108\centerline{with headings in {\bf\fontname\tenbf}}
24109\centerline{and examples in {\tt\fontname\tentt}.}
24110\centerline{{\it\fontname\tenit\/},}
24111\centerline{{\bf\fontname\tenbf}, and}
24112\centerline{{\sl\fontname\tensl\/}}
24113\centerline{are used for emphasis.}\vfill}
24114\page\colophon
24115% Blame: doc@cygnus.com, 1991.
24116@end tex
24117
c906108c 24118@bye
This page took 1.869944 seconds and 4 git commands to generate.