* main.c (print_gdb_help): Don't advertise the (long non-existent)
[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
a9967aef
AC
480Andrew Cagney designed @value{GDBN}'s architecture vector. Many
481people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
482Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
483Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
484Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
485with the migration of old architectures to this new framework.
486
6d2ebf8b 487@node Sample Session
c906108c
SS
488@chapter A Sample @value{GDBN} Session
489
490You can use this manual at your leisure to read all about @value{GDBN}.
491However, a handful of commands are enough to get started using the
492debugger. This chapter illustrates those commands.
493
494@iftex
495In this sample session, we emphasize user input like this: @b{input},
496to make it easier to pick out from the surrounding output.
497@end iftex
498
499@c FIXME: this example may not be appropriate for some configs, where
500@c FIXME...primary interest is in remote use.
501
502One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
503processor) exhibits the following bug: sometimes, when we change its
504quote strings from the default, the commands used to capture one macro
505definition within another stop working. In the following short @code{m4}
506session, we define a macro @code{foo} which expands to @code{0000}; we
507then use the @code{m4} built-in @code{defn} to define @code{bar} as the
508same thing. However, when we change the open quote string to
509@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
510procedure fails to define a new synonym @code{baz}:
511
512@smallexample
513$ @b{cd gnu/m4}
514$ @b{./m4}
515@b{define(foo,0000)}
516
517@b{foo}
5180000
519@b{define(bar,defn(`foo'))}
520
521@b{bar}
5220000
523@b{changequote(<QUOTE>,<UNQUOTE>)}
524
525@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
526@b{baz}
527@b{C-d}
528m4: End of input: 0: fatal error: EOF in string
529@end smallexample
530
531@noindent
532Let us use @value{GDBN} to try to see what is going on.
533
c906108c
SS
534@smallexample
535$ @b{@value{GDBP} m4}
536@c FIXME: this falsifies the exact text played out, to permit smallbook
537@c FIXME... format to come out better.
538@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 539 of it under certain conditions; type "show copying" to see
c906108c 540 the conditions.
5d161b24 541There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
542 for details.
543
544@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
545(@value{GDBP})
546@end smallexample
c906108c
SS
547
548@noindent
549@value{GDBN} reads only enough symbol data to know where to find the
550rest when needed; as a result, the first prompt comes up very quickly.
551We now tell @value{GDBN} to use a narrower display width than usual, so
552that examples fit in this manual.
553
554@smallexample
555(@value{GDBP}) @b{set width 70}
556@end smallexample
557
558@noindent
559We need to see how the @code{m4} built-in @code{changequote} works.
560Having looked at the source, we know the relevant subroutine is
561@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
562@code{break} command.
563
564@smallexample
565(@value{GDBP}) @b{break m4_changequote}
566Breakpoint 1 at 0x62f4: file builtin.c, line 879.
567@end smallexample
568
569@noindent
570Using the @code{run} command, we start @code{m4} running under @value{GDBN}
571control; as long as control does not reach the @code{m4_changequote}
572subroutine, the program runs as usual:
573
574@smallexample
575(@value{GDBP}) @b{run}
576Starting program: /work/Editorial/gdb/gnu/m4/m4
577@b{define(foo,0000)}
578
579@b{foo}
5800000
581@end smallexample
582
583@noindent
584To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
585suspends execution of @code{m4}, displaying information about the
586context where it stops.
587
588@smallexample
589@b{changequote(<QUOTE>,<UNQUOTE>)}
590
5d161b24 591Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
592 at builtin.c:879
593879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
594@end smallexample
595
596@noindent
597Now we use the command @code{n} (@code{next}) to advance execution to
598the next line of the current function.
599
600@smallexample
601(@value{GDBP}) @b{n}
602882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
603 : nil,
604@end smallexample
605
606@noindent
607@code{set_quotes} looks like a promising subroutine. We can go into it
608by using the command @code{s} (@code{step}) instead of @code{next}.
609@code{step} goes to the next line to be executed in @emph{any}
610subroutine, so it steps into @code{set_quotes}.
611
612@smallexample
613(@value{GDBP}) @b{s}
614set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
615 at input.c:530
616530 if (lquote != def_lquote)
617@end smallexample
618
619@noindent
620The display that shows the subroutine where @code{m4} is now
621suspended (and its arguments) is called a stack frame display. It
622shows a summary of the stack. We can use the @code{backtrace}
623command (which can also be spelled @code{bt}), to see where we are
624in the stack as a whole: the @code{backtrace} command displays a
625stack frame for each active subroutine.
626
627@smallexample
628(@value{GDBP}) @b{bt}
629#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
630 at input.c:530
5d161b24 631#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
632 at builtin.c:882
633#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
634#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
635 at macro.c:71
636#4 0x79dc in expand_input () at macro.c:40
637#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
638@end smallexample
639
640@noindent
641We step through a few more lines to see what happens. The first two
642times, we can use @samp{s}; the next two times we use @code{n} to avoid
643falling into the @code{xstrdup} subroutine.
644
645@smallexample
646(@value{GDBP}) @b{s}
6470x3b5c 532 if (rquote != def_rquote)
648(@value{GDBP}) @b{s}
6490x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
650def_lquote : xstrdup(lq);
651(@value{GDBP}) @b{n}
652536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
653 : xstrdup(rq);
654(@value{GDBP}) @b{n}
655538 len_lquote = strlen(rquote);
656@end smallexample
657
658@noindent
659The last line displayed looks a little odd; we can examine the variables
660@code{lquote} and @code{rquote} to see if they are in fact the new left
661and right quotes we specified. We use the command @code{p}
662(@code{print}) to see their values.
663
664@smallexample
665(@value{GDBP}) @b{p lquote}
666$1 = 0x35d40 "<QUOTE>"
667(@value{GDBP}) @b{p rquote}
668$2 = 0x35d50 "<UNQUOTE>"
669@end smallexample
670
671@noindent
672@code{lquote} and @code{rquote} are indeed the new left and right quotes.
673To look at some context, we can display ten lines of source
674surrounding the current line with the @code{l} (@code{list}) command.
675
676@smallexample
677(@value{GDBP}) @b{l}
678533 xfree(rquote);
679534
680535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
681 : xstrdup (lq);
682536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
683 : xstrdup (rq);
684537
685538 len_lquote = strlen(rquote);
686539 len_rquote = strlen(lquote);
687540 @}
688541
689542 void
690@end smallexample
691
692@noindent
693Let us step past the two lines that set @code{len_lquote} and
694@code{len_rquote}, and then examine the values of those variables.
695
696@smallexample
697(@value{GDBP}) @b{n}
698539 len_rquote = strlen(lquote);
699(@value{GDBP}) @b{n}
700540 @}
701(@value{GDBP}) @b{p len_lquote}
702$3 = 9
703(@value{GDBP}) @b{p len_rquote}
704$4 = 7
705@end smallexample
706
707@noindent
708That certainly looks wrong, assuming @code{len_lquote} and
709@code{len_rquote} are meant to be the lengths of @code{lquote} and
710@code{rquote} respectively. We can set them to better values using
711the @code{p} command, since it can print the value of
712any expression---and that expression can include subroutine calls and
713assignments.
714
715@smallexample
716(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
717$5 = 7
718(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
719$6 = 9
720@end smallexample
721
722@noindent
723Is that enough to fix the problem of using the new quotes with the
724@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
725executing with the @code{c} (@code{continue}) command, and then try the
726example that caused trouble initially:
727
728@smallexample
729(@value{GDBP}) @b{c}
730Continuing.
731
732@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
733
734baz
7350000
736@end smallexample
737
738@noindent
739Success! The new quotes now work just as well as the default ones. The
740problem seems to have been just the two typos defining the wrong
741lengths. We allow @code{m4} exit by giving it an EOF as input:
742
743@smallexample
744@b{C-d}
745Program exited normally.
746@end smallexample
747
748@noindent
749The message @samp{Program exited normally.} is from @value{GDBN}; it
750indicates @code{m4} has finished executing. We can end our @value{GDBN}
751session with the @value{GDBN} @code{quit} command.
752
753@smallexample
754(@value{GDBP}) @b{quit}
755@end smallexample
c906108c 756
6d2ebf8b 757@node Invocation
c906108c
SS
758@chapter Getting In and Out of @value{GDBN}
759
760This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 761The essentials are:
c906108c 762@itemize @bullet
5d161b24 763@item
53a5351d 764type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 765@item
c906108c
SS
766type @kbd{quit} or @kbd{C-d} to exit.
767@end itemize
768
769@menu
770* Invoking GDB:: How to start @value{GDBN}
771* Quitting GDB:: How to quit @value{GDBN}
772* Shell Commands:: How to use shell commands inside @value{GDBN}
0fac0b41 773* Logging output:: How to log @value{GDBN}'s output to a file
c906108c
SS
774@end menu
775
6d2ebf8b 776@node Invoking GDB
c906108c
SS
777@section Invoking @value{GDBN}
778
c906108c
SS
779Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
780@value{GDBN} reads commands from the terminal until you tell it to exit.
781
782You can also run @code{@value{GDBP}} with a variety of arguments and options,
783to specify more of your debugging environment at the outset.
784
c906108c
SS
785The command-line options described here are designed
786to cover a variety of situations; in some environments, some of these
5d161b24 787options may effectively be unavailable.
c906108c
SS
788
789The most usual way to start @value{GDBN} is with one argument,
790specifying an executable program:
791
474c8240 792@smallexample
c906108c 793@value{GDBP} @var{program}
474c8240 794@end smallexample
c906108c 795
c906108c
SS
796@noindent
797You can also start with both an executable program and a core file
798specified:
799
474c8240 800@smallexample
c906108c 801@value{GDBP} @var{program} @var{core}
474c8240 802@end smallexample
c906108c
SS
803
804You can, instead, specify a process ID as a second argument, if you want
805to debug a running process:
806
474c8240 807@smallexample
c906108c 808@value{GDBP} @var{program} 1234
474c8240 809@end smallexample
c906108c
SS
810
811@noindent
812would attach @value{GDBN} to process @code{1234} (unless you also have a file
813named @file{1234}; @value{GDBN} does check for a core file first).
814
c906108c 815Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
816complete operating system; when you use @value{GDBN} as a remote
817debugger attached to a bare board, there may not be any notion of
818``process'', and there is often no way to get a core dump. @value{GDBN}
819will warn you if it is unable to attach or to read core dumps.
c906108c 820
aa26fa3a
TT
821You can optionally have @code{@value{GDBP}} pass any arguments after the
822executable file to the inferior using @code{--args}. This option stops
823option processing.
474c8240 824@smallexample
aa26fa3a 825gdb --args gcc -O2 -c foo.c
474c8240 826@end smallexample
aa26fa3a
TT
827This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
828@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
829
96a2c332 830You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
831@value{GDBN}'s non-warranty, by specifying @code{-silent}:
832
833@smallexample
834@value{GDBP} -silent
835@end smallexample
836
837@noindent
838You can further control how @value{GDBN} starts up by using command-line
839options. @value{GDBN} itself can remind you of the options available.
840
841@noindent
842Type
843
474c8240 844@smallexample
c906108c 845@value{GDBP} -help
474c8240 846@end smallexample
c906108c
SS
847
848@noindent
849to display all available options and briefly describe their use
850(@samp{@value{GDBP} -h} is a shorter equivalent).
851
852All options and command line arguments you give are processed
853in sequential order. The order makes a difference when the
854@samp{-x} option is used.
855
856
857@menu
c906108c
SS
858* File Options:: Choosing files
859* Mode Options:: Choosing modes
6fc08d32 860* Startup:: What @value{GDBN} does during startup
c906108c
SS
861@end menu
862
6d2ebf8b 863@node File Options
c906108c
SS
864@subsection Choosing files
865
2df3850c 866When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
867specifying an executable file and core file (or process ID). This is
868the same as if the arguments were specified by the @samp{-se} and
19837790
MS
869@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
870first argument that does not have an associated option flag as
871equivalent to the @samp{-se} option followed by that argument; and the
872second argument that does not have an associated option flag, if any, as
873equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
874If the second argument begins with a decimal digit, @value{GDBN} will
875first attempt to attach to it as a process, and if that fails, attempt
876to open it as a corefile. If you have a corefile whose name begins with
b383017d 877a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 878prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
879
880If @value{GDBN} has not been configured to included core file support,
881such as for most embedded targets, then it will complain about a second
882argument and ignore it.
c906108c
SS
883
884Many options have both long and short forms; both are shown in the
885following list. @value{GDBN} also recognizes the long forms if you truncate
886them, so long as enough of the option is present to be unambiguous.
887(If you prefer, you can flag option arguments with @samp{--} rather
888than @samp{-}, though we illustrate the more usual convention.)
889
d700128c
EZ
890@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
891@c way, both those who look for -foo and --foo in the index, will find
892@c it.
893
c906108c
SS
894@table @code
895@item -symbols @var{file}
896@itemx -s @var{file}
d700128c
EZ
897@cindex @code{--symbols}
898@cindex @code{-s}
c906108c
SS
899Read symbol table from file @var{file}.
900
901@item -exec @var{file}
902@itemx -e @var{file}
d700128c
EZ
903@cindex @code{--exec}
904@cindex @code{-e}
7a292a7a
SS
905Use file @var{file} as the executable file to execute when appropriate,
906and for examining pure data in conjunction with a core dump.
c906108c
SS
907
908@item -se @var{file}
d700128c 909@cindex @code{--se}
c906108c
SS
910Read symbol table from file @var{file} and use it as the executable
911file.
912
c906108c
SS
913@item -core @var{file}
914@itemx -c @var{file}
d700128c
EZ
915@cindex @code{--core}
916@cindex @code{-c}
b383017d 917Use file @var{file} as a core dump to examine.
c906108c
SS
918
919@item -c @var{number}
19837790
MS
920@item -pid @var{number}
921@itemx -p @var{number}
922@cindex @code{--pid}
923@cindex @code{-p}
924Connect to process ID @var{number}, as with the @code{attach} command.
925If there is no such process, @value{GDBN} will attempt to open a core
926file named @var{number}.
c906108c
SS
927
928@item -command @var{file}
929@itemx -x @var{file}
d700128c
EZ
930@cindex @code{--command}
931@cindex @code{-x}
c906108c
SS
932Execute @value{GDBN} commands from file @var{file}. @xref{Command
933Files,, Command files}.
934
935@item -directory @var{directory}
936@itemx -d @var{directory}
d700128c
EZ
937@cindex @code{--directory}
938@cindex @code{-d}
c906108c
SS
939Add @var{directory} to the path to search for source files.
940
c906108c
SS
941@item -r
942@itemx -readnow
d700128c
EZ
943@cindex @code{--readnow}
944@cindex @code{-r}
c906108c
SS
945Read each symbol file's entire symbol table immediately, rather than
946the default, which is to read it incrementally as it is needed.
947This makes startup slower, but makes future operations faster.
53a5351d 948
c906108c
SS
949@end table
950
6d2ebf8b 951@node Mode Options
c906108c
SS
952@subsection Choosing modes
953
954You can run @value{GDBN} in various alternative modes---for example, in
955batch mode or quiet mode.
956
957@table @code
958@item -nx
959@itemx -n
d700128c
EZ
960@cindex @code{--nx}
961@cindex @code{-n}
96565e91 962Do not execute commands found in any initialization files. Normally,
2df3850c
JM
963@value{GDBN} executes the commands in these files after all the command
964options and arguments have been processed. @xref{Command Files,,Command
965files}.
c906108c
SS
966
967@item -quiet
d700128c 968@itemx -silent
c906108c 969@itemx -q
d700128c
EZ
970@cindex @code{--quiet}
971@cindex @code{--silent}
972@cindex @code{-q}
c906108c
SS
973``Quiet''. Do not print the introductory and copyright messages. These
974messages are also suppressed in batch mode.
975
976@item -batch
d700128c 977@cindex @code{--batch}
c906108c
SS
978Run in batch mode. Exit with status @code{0} after processing all the
979command files specified with @samp{-x} (and all commands from
980initialization files, if not inhibited with @samp{-n}). Exit with
981nonzero status if an error occurs in executing the @value{GDBN} commands
982in the command files.
983
2df3850c
JM
984Batch mode may be useful for running @value{GDBN} as a filter, for
985example to download and run a program on another computer; in order to
986make this more useful, the message
c906108c 987
474c8240 988@smallexample
c906108c 989Program exited normally.
474c8240 990@end smallexample
c906108c
SS
991
992@noindent
2df3850c
JM
993(which is ordinarily issued whenever a program running under
994@value{GDBN} control terminates) is not issued when running in batch
995mode.
996
997@item -nowindows
998@itemx -nw
d700128c
EZ
999@cindex @code{--nowindows}
1000@cindex @code{-nw}
2df3850c 1001``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1002(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1003interface. If no GUI is available, this option has no effect.
1004
1005@item -windows
1006@itemx -w
d700128c
EZ
1007@cindex @code{--windows}
1008@cindex @code{-w}
2df3850c
JM
1009If @value{GDBN} includes a GUI, then this option requires it to be
1010used if possible.
c906108c
SS
1011
1012@item -cd @var{directory}
d700128c 1013@cindex @code{--cd}
c906108c
SS
1014Run @value{GDBN} using @var{directory} as its working directory,
1015instead of the current directory.
1016
c906108c
SS
1017@item -fullname
1018@itemx -f
d700128c
EZ
1019@cindex @code{--fullname}
1020@cindex @code{-f}
7a292a7a
SS
1021@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1022subprocess. It tells @value{GDBN} to output the full file name and line
1023number in a standard, recognizable fashion each time a stack frame is
1024displayed (which includes each time your program stops). This
1025recognizable format looks like two @samp{\032} characters, followed by
1026the file name, line number and character position separated by colons,
1027and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1028@samp{\032} characters as a signal to display the source code for the
1029frame.
c906108c 1030
d700128c
EZ
1031@item -epoch
1032@cindex @code{--epoch}
1033The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1034@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1035routines so as to allow Epoch to display values of expressions in a
1036separate window.
1037
1038@item -annotate @var{level}
1039@cindex @code{--annotate}
1040This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1041effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1042(@pxref{Annotations}). The annotation @var{level} controls how much
1043information @value{GDBN} prints together with its prompt, values of
1044expressions, source lines, and other types of output. Level 0 is the
1045normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1046@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1047that control @value{GDBN}, and level 2 has been deprecated.
1048
265eeb58 1049The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2 1050(@pxref{GDB/MI}).
d700128c 1051
aa26fa3a
TT
1052@item --args
1053@cindex @code{--args}
1054Change interpretation of command line so that arguments following the
1055executable file are passed as command line arguments to the inferior.
1056This option stops option processing.
1057
2df3850c
JM
1058@item -baud @var{bps}
1059@itemx -b @var{bps}
d700128c
EZ
1060@cindex @code{--baud}
1061@cindex @code{-b}
c906108c
SS
1062Set the line speed (baud rate or bits per second) of any serial
1063interface used by @value{GDBN} for remote debugging.
c906108c 1064
f47b1503
AS
1065@item -l @var{timeout}
1066@cindex @code{-l}
1067Set the timeout (in seconds) of any communication used by @value{GDBN}
1068for remote debugging.
1069
c906108c 1070@item -tty @var{device}
d700128c
EZ
1071@itemx -t @var{device}
1072@cindex @code{--tty}
1073@cindex @code{-t}
c906108c
SS
1074Run using @var{device} for your program's standard input and output.
1075@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1076
53a5351d 1077@c resolve the situation of these eventually
c4555f82
SC
1078@item -tui
1079@cindex @code{--tui}
d0d5df6f
AC
1080Activate the @dfn{Text User Interface} when starting. The Text User
1081Interface manages several text windows on the terminal, showing
1082source, assembly, registers and @value{GDBN} command outputs
1083(@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1084Text User Interface can be enabled by invoking the program
1085@samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1086Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1087
1088@c @item -xdb
d700128c 1089@c @cindex @code{--xdb}
53a5351d
JM
1090@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1091@c For information, see the file @file{xdb_trans.html}, which is usually
1092@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1093@c systems.
1094
d700128c
EZ
1095@item -interpreter @var{interp}
1096@cindex @code{--interpreter}
1097Use the interpreter @var{interp} for interface with the controlling
1098program or device. This option is meant to be set by programs which
94bbb2c0 1099communicate with @value{GDBN} using it as a back end.
21c294e6 1100@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1101
da0f9dcd 1102@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1103@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6b5e8c01 1104The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
6c74ac8b
AC
1105previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1106selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1107@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1108
1109@item -write
1110@cindex @code{--write}
1111Open the executable and core files for both reading and writing. This
1112is equivalent to the @samp{set write on} command inside @value{GDBN}
1113(@pxref{Patching}).
1114
1115@item -statistics
1116@cindex @code{--statistics}
1117This option causes @value{GDBN} to print statistics about time and
1118memory usage after it completes each command and returns to the prompt.
1119
1120@item -version
1121@cindex @code{--version}
1122This option causes @value{GDBN} to print its version number and
1123no-warranty blurb, and exit.
1124
c906108c
SS
1125@end table
1126
6fc08d32
EZ
1127@node Startup
1128@subsection What @value{GDBN} does during startup
1129@cindex @value{GDBN} startup
1130
1131Here's the description of what @value{GDBN} does during session startup:
1132
1133@enumerate
1134@item
1135Sets up the command interpreter as specified by the command line
1136(@pxref{Mode Options, interpreter}).
1137
1138@item
1139@cindex init file
1140Reads the @dfn{init file} (if any) in your home directory@footnote{On
1141DOS/Windows systems, the home directory is the one pointed to by the
1142@code{HOME} environment variable.} and executes all the commands in
1143that file.
1144
1145@item
1146Processes command line options and operands.
1147
1148@item
1149Reads and executes the commands from init file (if any) in the current
119b882a
EZ
1150working directory. This is only done if the current directory is
1151different from your home directory. Thus, you can have more than one
1152init file, one generic in your home directory, and another, specific
1153to the program you are debugging, in the directory where you invoke
6fc08d32
EZ
1154@value{GDBN}.
1155
1156@item
1157Reads command files specified by the @samp{-x} option. @xref{Command
1158Files}, for more details about @value{GDBN} command files.
1159
1160@item
1161Reads the command history recorded in the @dfn{history file}.
d620b259 1162@xref{Command History}, for more details about the command history and the
6fc08d32
EZ
1163files where @value{GDBN} records it.
1164@end enumerate
1165
1166Init files use the same syntax as @dfn{command files} (@pxref{Command
1167Files}) and are processed by @value{GDBN} in the same way. The init
1168file in your home directory can set options (such as @samp{set
1169complaints}) that affect subsequent processing of command line options
1170and operands. Init files are not executed if you use the @samp{-nx}
1171option (@pxref{Mode Options, ,Choosing modes}).
1172
1173@cindex init file name
1174@cindex @file{.gdbinit}
119b882a 1175The @value{GDBN} init files are normally called @file{.gdbinit}.
6fc08d32
EZ
1176On some configurations of @value{GDBN}, the init file is known by a
1177different name (these are typically environments where a specialized
1178form of @value{GDBN} may need to coexist with other forms, hence a
1179different name for the specialized version's init file). These are the
1180environments with special init file names:
1181
6fc08d32 1182@itemize @bullet
119b882a
EZ
1183@cindex @file{gdb.ini}
1184@item
1185The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1186the limitations of file names imposed by DOS filesystems. The Windows
1187ports of @value{GDBN} use the standard name, but if they find a
1188@file{gdb.ini} file, they warn you about that and suggest to rename
1189the file to the standard name.
1190
1191@cindex @file{.vxgdbinit}
6fc08d32
EZ
1192@item
1193VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
1194
1195@cindex @file{.os68gdbinit}
1196@item
1197OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
1198
1199@cindex @file{.esgdbinit}
1200@item
1201ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
1202
1203@item
1204CISCO 68k: @file{.cisco-gdbinit}
1205@end itemize
1206
1207
6d2ebf8b 1208@node Quitting GDB
c906108c
SS
1209@section Quitting @value{GDBN}
1210@cindex exiting @value{GDBN}
1211@cindex leaving @value{GDBN}
1212
1213@table @code
1214@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1215@kindex q @r{(@code{quit})}
96a2c332
SS
1216@item quit @r{[}@var{expression}@r{]}
1217@itemx q
1218To exit @value{GDBN}, use the @code{quit} command (abbreviated
1219@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1220do not supply @var{expression}, @value{GDBN} will terminate normally;
1221otherwise it will terminate using the result of @var{expression} as the
1222error code.
c906108c
SS
1223@end table
1224
1225@cindex interrupt
1226An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1227terminates the action of any @value{GDBN} command that is in progress and
1228returns to @value{GDBN} command level. It is safe to type the interrupt
1229character at any time because @value{GDBN} does not allow it to take effect
1230until a time when it is safe.
1231
c906108c
SS
1232If you have been using @value{GDBN} to control an attached process or
1233device, you can release it with the @code{detach} command
1234(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1235
6d2ebf8b 1236@node Shell Commands
c906108c
SS
1237@section Shell commands
1238
1239If you need to execute occasional shell commands during your
1240debugging session, there is no need to leave or suspend @value{GDBN}; you can
1241just use the @code{shell} command.
1242
1243@table @code
1244@kindex shell
1245@cindex shell escape
1246@item shell @var{command string}
1247Invoke a standard shell to execute @var{command string}.
c906108c 1248If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1249shell to run. Otherwise @value{GDBN} uses the default shell
1250(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1251@end table
1252
1253The utility @code{make} is often needed in development environments.
1254You do not have to use the @code{shell} command for this purpose in
1255@value{GDBN}:
1256
1257@table @code
1258@kindex make
1259@cindex calling make
1260@item make @var{make-args}
1261Execute the @code{make} program with the specified
1262arguments. This is equivalent to @samp{shell make @var{make-args}}.
1263@end table
1264
0fac0b41
DJ
1265@node Logging output
1266@section Logging output
1267@cindex logging @value{GDBN} output
9c16f35a 1268@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1269
1270You may want to save the output of @value{GDBN} commands to a file.
1271There are several commands to control @value{GDBN}'s logging.
1272
1273@table @code
1274@kindex set logging
1275@item set logging on
1276Enable logging.
1277@item set logging off
1278Disable logging.
9c16f35a 1279@cindex logging file name
0fac0b41
DJ
1280@item set logging file @var{file}
1281Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1282@item set logging overwrite [on|off]
1283By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1284you want @code{set logging on} to overwrite the logfile instead.
1285@item set logging redirect [on|off]
1286By default, @value{GDBN} output will go to both the terminal and the logfile.
1287Set @code{redirect} if you want output to go only to the log file.
1288@kindex show logging
1289@item show logging
1290Show the current values of the logging settings.
1291@end table
1292
6d2ebf8b 1293@node Commands
c906108c
SS
1294@chapter @value{GDBN} Commands
1295
1296You can abbreviate a @value{GDBN} command to the first few letters of the command
1297name, if that abbreviation is unambiguous; and you can repeat certain
1298@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1299key to get @value{GDBN} to fill out the rest of a word in a command (or to
1300show you the alternatives available, if there is more than one possibility).
1301
1302@menu
1303* Command Syntax:: How to give commands to @value{GDBN}
1304* Completion:: Command completion
1305* Help:: How to ask @value{GDBN} for help
1306@end menu
1307
6d2ebf8b 1308@node Command Syntax
c906108c
SS
1309@section Command syntax
1310
1311A @value{GDBN} command is a single line of input. There is no limit on
1312how long it can be. It starts with a command name, which is followed by
1313arguments whose meaning depends on the command name. For example, the
1314command @code{step} accepts an argument which is the number of times to
1315step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1316with no arguments. Some commands do not allow any arguments.
c906108c
SS
1317
1318@cindex abbreviation
1319@value{GDBN} command names may always be truncated if that abbreviation is
1320unambiguous. Other possible command abbreviations are listed in the
1321documentation for individual commands. In some cases, even ambiguous
1322abbreviations are allowed; for example, @code{s} is specially defined as
1323equivalent to @code{step} even though there are other commands whose
1324names start with @code{s}. You can test abbreviations by using them as
1325arguments to the @code{help} command.
1326
1327@cindex repeating commands
41afff9a 1328@kindex RET @r{(repeat last command)}
c906108c 1329A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1330repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1331will not repeat this way; these are commands whose unintentional
1332repetition might cause trouble and which you are unlikely to want to
c45da7e6
EZ
1333repeat. User-defined commands can disable this feature; see
1334@ref{Define, dont-repeat}.
c906108c
SS
1335
1336The @code{list} and @code{x} commands, when you repeat them with
1337@key{RET}, construct new arguments rather than repeating
1338exactly as typed. This permits easy scanning of source or memory.
1339
1340@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1341output, in a way similar to the common utility @code{more}
1342(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1343@key{RET} too many in this situation, @value{GDBN} disables command
1344repetition after any command that generates this sort of display.
1345
41afff9a 1346@kindex # @r{(a comment)}
c906108c
SS
1347@cindex comment
1348Any text from a @kbd{#} to the end of the line is a comment; it does
1349nothing. This is useful mainly in command files (@pxref{Command
1350Files,,Command files}).
1351
88118b3a
TT
1352@cindex repeating command sequences
1353@kindex C-o @r{(operate-and-get-next)}
1354The @kbd{C-o} binding is useful for repeating a complex sequence of
1355commands. This command accepts the current line, like @kbd{RET}, and
1356then fetches the next line relative to the current line from the history
1357for editing.
1358
6d2ebf8b 1359@node Completion
c906108c
SS
1360@section Command completion
1361
1362@cindex completion
1363@cindex word completion
1364@value{GDBN} can fill in the rest of a word in a command for you, if there is
1365only one possibility; it can also show you what the valid possibilities
1366are for the next word in a command, at any time. This works for @value{GDBN}
1367commands, @value{GDBN} subcommands, and the names of symbols in your program.
1368
1369Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1370of a word. If there is only one possibility, @value{GDBN} fills in the
1371word, and waits for you to finish the command (or press @key{RET} to
1372enter it). For example, if you type
1373
1374@c FIXME "@key" does not distinguish its argument sufficiently to permit
1375@c complete accuracy in these examples; space introduced for clarity.
1376@c If texinfo enhancements make it unnecessary, it would be nice to
1377@c replace " @key" by "@key" in the following...
474c8240 1378@smallexample
c906108c 1379(@value{GDBP}) info bre @key{TAB}
474c8240 1380@end smallexample
c906108c
SS
1381
1382@noindent
1383@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1384the only @code{info} subcommand beginning with @samp{bre}:
1385
474c8240 1386@smallexample
c906108c 1387(@value{GDBP}) info breakpoints
474c8240 1388@end smallexample
c906108c
SS
1389
1390@noindent
1391You can either press @key{RET} at this point, to run the @code{info
1392breakpoints} command, or backspace and enter something else, if
1393@samp{breakpoints} does not look like the command you expected. (If you
1394were sure you wanted @code{info breakpoints} in the first place, you
1395might as well just type @key{RET} immediately after @samp{info bre},
1396to exploit command abbreviations rather than command completion).
1397
1398If there is more than one possibility for the next word when you press
1399@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1400characters and try again, or just press @key{TAB} a second time;
1401@value{GDBN} displays all the possible completions for that word. For
1402example, you might want to set a breakpoint on a subroutine whose name
1403begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1404just sounds the bell. Typing @key{TAB} again displays all the
1405function names in your program that begin with those characters, for
1406example:
1407
474c8240 1408@smallexample
c906108c
SS
1409(@value{GDBP}) b make_ @key{TAB}
1410@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1411make_a_section_from_file make_environ
1412make_abs_section make_function_type
1413make_blockvector make_pointer_type
1414make_cleanup make_reference_type
c906108c
SS
1415make_command make_symbol_completion_list
1416(@value{GDBP}) b make_
474c8240 1417@end smallexample
c906108c
SS
1418
1419@noindent
1420After displaying the available possibilities, @value{GDBN} copies your
1421partial input (@samp{b make_} in the example) so you can finish the
1422command.
1423
1424If you just want to see the list of alternatives in the first place, you
b37052ae 1425can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1426means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1427key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1428one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1429
1430@cindex quotes in commands
1431@cindex completion of quoted strings
1432Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1433parentheses or other characters that @value{GDBN} normally excludes from
1434its notion of a word. To permit word completion to work in this
1435situation, you may enclose words in @code{'} (single quote marks) in
1436@value{GDBN} commands.
c906108c 1437
c906108c 1438The most likely situation where you might need this is in typing the
b37052ae
EZ
1439name of a C@t{++} function. This is because C@t{++} allows function
1440overloading (multiple definitions of the same function, distinguished
1441by argument type). For example, when you want to set a breakpoint you
1442may need to distinguish whether you mean the version of @code{name}
1443that takes an @code{int} parameter, @code{name(int)}, or the version
1444that takes a @code{float} parameter, @code{name(float)}. To use the
1445word-completion facilities in this situation, type a single quote
1446@code{'} at the beginning of the function name. This alerts
1447@value{GDBN} that it may need to consider more information than usual
1448when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1449
474c8240 1450@smallexample
96a2c332 1451(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1452bubble(double,double) bubble(int,int)
1453(@value{GDBP}) b 'bubble(
474c8240 1454@end smallexample
c906108c
SS
1455
1456In some cases, @value{GDBN} can tell that completing a name requires using
1457quotes. When this happens, @value{GDBN} inserts the quote for you (while
1458completing as much as it can) if you do not type the quote in the first
1459place:
1460
474c8240 1461@smallexample
c906108c
SS
1462(@value{GDBP}) b bub @key{TAB}
1463@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1464(@value{GDBP}) b 'bubble(
474c8240 1465@end smallexample
c906108c
SS
1466
1467@noindent
1468In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1469you have not yet started typing the argument list when you ask for
1470completion on an overloaded symbol.
1471
d4f3574e 1472For more information about overloaded functions, see @ref{C plus plus
b37052ae 1473expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1474overload-resolution off} to disable overload resolution;
b37052ae 1475see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1476
1477
6d2ebf8b 1478@node Help
c906108c
SS
1479@section Getting help
1480@cindex online documentation
1481@kindex help
1482
5d161b24 1483You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1484using the command @code{help}.
1485
1486@table @code
41afff9a 1487@kindex h @r{(@code{help})}
c906108c
SS
1488@item help
1489@itemx h
1490You can use @code{help} (abbreviated @code{h}) with no arguments to
1491display a short list of named classes of commands:
1492
1493@smallexample
1494(@value{GDBP}) help
1495List of classes of commands:
1496
2df3850c 1497aliases -- Aliases of other commands
c906108c 1498breakpoints -- Making program stop at certain points
2df3850c 1499data -- Examining data
c906108c 1500files -- Specifying and examining files
2df3850c
JM
1501internals -- Maintenance commands
1502obscure -- Obscure features
1503running -- Running the program
1504stack -- Examining the stack
c906108c
SS
1505status -- Status inquiries
1506support -- Support facilities
96a2c332
SS
1507tracepoints -- Tracing of program execution without@*
1508 stopping the program
c906108c 1509user-defined -- User-defined commands
c906108c 1510
5d161b24 1511Type "help" followed by a class name for a list of
c906108c 1512commands in that class.
5d161b24 1513Type "help" followed by command name for full
c906108c
SS
1514documentation.
1515Command name abbreviations are allowed if unambiguous.
1516(@value{GDBP})
1517@end smallexample
96a2c332 1518@c the above line break eliminates huge line overfull...
c906108c
SS
1519
1520@item help @var{class}
1521Using one of the general help classes as an argument, you can get a
1522list of the individual commands in that class. For example, here is the
1523help display for the class @code{status}:
1524
1525@smallexample
1526(@value{GDBP}) help status
1527Status inquiries.
1528
1529List of commands:
1530
1531@c Line break in "show" line falsifies real output, but needed
1532@c to fit in smallbook page size.
2df3850c
JM
1533info -- Generic command for showing things
1534 about the program being debugged
1535show -- Generic command for showing things
1536 about the debugger
c906108c 1537
5d161b24 1538Type "help" followed by command name for full
c906108c
SS
1539documentation.
1540Command name abbreviations are allowed if unambiguous.
1541(@value{GDBP})
1542@end smallexample
1543
1544@item help @var{command}
1545With a command name as @code{help} argument, @value{GDBN} displays a
1546short paragraph on how to use that command.
1547
6837a0a2
DB
1548@kindex apropos
1549@item apropos @var{args}
09d4efe1 1550The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2
DB
1551commands, and their documentation, for the regular expression specified in
1552@var{args}. It prints out all matches found. For example:
1553
1554@smallexample
1555apropos reload
1556@end smallexample
1557
b37052ae
EZ
1558@noindent
1559results in:
6837a0a2
DB
1560
1561@smallexample
6d2ebf8b
SS
1562@c @group
1563set symbol-reloading -- Set dynamic symbol table reloading
1564 multiple times in one run
1565show symbol-reloading -- Show dynamic symbol table reloading
1566 multiple times in one run
1567@c @end group
6837a0a2
DB
1568@end smallexample
1569
c906108c
SS
1570@kindex complete
1571@item complete @var{args}
1572The @code{complete @var{args}} command lists all the possible completions
1573for the beginning of a command. Use @var{args} to specify the beginning of the
1574command you want completed. For example:
1575
1576@smallexample
1577complete i
1578@end smallexample
1579
1580@noindent results in:
1581
1582@smallexample
1583@group
2df3850c
JM
1584if
1585ignore
c906108c
SS
1586info
1587inspect
c906108c
SS
1588@end group
1589@end smallexample
1590
1591@noindent This is intended for use by @sc{gnu} Emacs.
1592@end table
1593
1594In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1595and @code{show} to inquire about the state of your program, or the state
1596of @value{GDBN} itself. Each command supports many topics of inquiry; this
1597manual introduces each of them in the appropriate context. The listings
1598under @code{info} and under @code{show} in the Index point to
1599all the sub-commands. @xref{Index}.
1600
1601@c @group
1602@table @code
1603@kindex info
41afff9a 1604@kindex i @r{(@code{info})}
c906108c
SS
1605@item info
1606This command (abbreviated @code{i}) is for describing the state of your
1607program. For example, you can list the arguments given to your program
1608with @code{info args}, list the registers currently in use with @code{info
1609registers}, or list the breakpoints you have set with @code{info breakpoints}.
1610You can get a complete list of the @code{info} sub-commands with
1611@w{@code{help info}}.
1612
1613@kindex set
1614@item set
5d161b24 1615You can assign the result of an expression to an environment variable with
c906108c
SS
1616@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1617@code{set prompt $}.
1618
1619@kindex show
1620@item show
5d161b24 1621In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1622@value{GDBN} itself.
1623You can change most of the things you can @code{show}, by using the
1624related command @code{set}; for example, you can control what number
1625system is used for displays with @code{set radix}, or simply inquire
1626which is currently in use with @code{show radix}.
1627
1628@kindex info set
1629To display all the settable parameters and their current
1630values, you can use @code{show} with no arguments; you may also use
1631@code{info set}. Both commands produce the same display.
1632@c FIXME: "info set" violates the rule that "info" is for state of
1633@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1634@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1635@end table
1636@c @end group
1637
1638Here are three miscellaneous @code{show} subcommands, all of which are
1639exceptional in lacking corresponding @code{set} commands:
1640
1641@table @code
1642@kindex show version
9c16f35a 1643@cindex @value{GDBN} version number
c906108c
SS
1644@item show version
1645Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1646information in @value{GDBN} bug-reports. If multiple versions of
1647@value{GDBN} are in use at your site, you may need to determine which
1648version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1649commands are introduced, and old ones may wither away. Also, many
1650system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1651variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1652The version number is the same as the one announced when you start
1653@value{GDBN}.
c906108c
SS
1654
1655@kindex show copying
09d4efe1 1656@kindex info copying
9c16f35a 1657@cindex display @value{GDBN} copyright
c906108c 1658@item show copying
09d4efe1 1659@itemx info copying
c906108c
SS
1660Display information about permission for copying @value{GDBN}.
1661
1662@kindex show warranty
09d4efe1 1663@kindex info warranty
c906108c 1664@item show warranty
09d4efe1 1665@itemx info warranty
2df3850c 1666Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1667if your version of @value{GDBN} comes with one.
2df3850c 1668
c906108c
SS
1669@end table
1670
6d2ebf8b 1671@node Running
c906108c
SS
1672@chapter Running Programs Under @value{GDBN}
1673
1674When you run a program under @value{GDBN}, you must first generate
1675debugging information when you compile it.
7a292a7a
SS
1676
1677You may start @value{GDBN} with its arguments, if any, in an environment
1678of your choice. If you are doing native debugging, you may redirect
1679your program's input and output, debug an already running process, or
1680kill a child process.
c906108c
SS
1681
1682@menu
1683* Compilation:: Compiling for debugging
1684* Starting:: Starting your program
c906108c
SS
1685* Arguments:: Your program's arguments
1686* Environment:: Your program's environment
c906108c
SS
1687
1688* Working Directory:: Your program's working directory
1689* Input/Output:: Your program's input and output
1690* Attach:: Debugging an already-running process
1691* Kill Process:: Killing the child process
c906108c
SS
1692
1693* Threads:: Debugging programs with multiple threads
1694* Processes:: Debugging programs with multiple processes
1695@end menu
1696
6d2ebf8b 1697@node Compilation
c906108c
SS
1698@section Compiling for debugging
1699
1700In order to debug a program effectively, you need to generate
1701debugging information when you compile it. This debugging information
1702is stored in the object file; it describes the data type of each
1703variable or function and the correspondence between source line numbers
1704and addresses in the executable code.
1705
1706To request debugging information, specify the @samp{-g} option when you run
1707the compiler.
1708
514c4d71
EZ
1709Programs that are to be shipped to your customers are compiled with
1710optimizations, using the @samp{-O} compiler option. However, many
1711compilers are unable to handle the @samp{-g} and @samp{-O} options
1712together. Using those compilers, you cannot generate optimized
c906108c
SS
1713executables containing debugging information.
1714
514c4d71 1715@value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
53a5351d
JM
1716without @samp{-O}, making it possible to debug optimized code. We
1717recommend that you @emph{always} use @samp{-g} whenever you compile a
1718program. You may think your program is correct, but there is no sense
1719in pushing your luck.
c906108c
SS
1720
1721@cindex optimized code, debugging
1722@cindex debugging optimized code
1723When you debug a program compiled with @samp{-g -O}, remember that the
1724optimizer is rearranging your code; the debugger shows you what is
1725really there. Do not be too surprised when the execution path does not
1726exactly match your source file! An extreme example: if you define a
1727variable, but never use it, @value{GDBN} never sees that
1728variable---because the compiler optimizes it out of existence.
1729
1730Some things do not work as well with @samp{-g -O} as with just
1731@samp{-g}, particularly on machines with instruction scheduling. If in
1732doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1733please report it to us as a bug (including a test case!).
15387254 1734@xref{Variables}, for more information about debugging optimized code.
c906108c
SS
1735
1736Older versions of the @sc{gnu} C compiler permitted a variant option
1737@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1738format; if your @sc{gnu} C compiler has this option, do not use it.
1739
514c4d71
EZ
1740@value{GDBN} knows about preprocessor macros and can show you their
1741expansion (@pxref{Macros}). Most compilers do not include information
1742about preprocessor macros in the debugging information if you specify
1743the @option{-g} flag alone, because this information is rather large.
1744Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1745provides macro information if you specify the options
1746@option{-gdwarf-2} and @option{-g3}; the former option requests
1747debugging information in the Dwarf 2 format, and the latter requests
1748``extra information''. In the future, we hope to find more compact
1749ways to represent macro information, so that it can be included with
1750@option{-g} alone.
1751
c906108c 1752@need 2000
6d2ebf8b 1753@node Starting
c906108c
SS
1754@section Starting your program
1755@cindex starting
1756@cindex running
1757
1758@table @code
1759@kindex run
41afff9a 1760@kindex r @r{(@code{run})}
c906108c
SS
1761@item run
1762@itemx r
7a292a7a
SS
1763Use the @code{run} command to start your program under @value{GDBN}.
1764You must first specify the program name (except on VxWorks) with an
1765argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1766@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1767(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1768
1769@end table
1770
c906108c
SS
1771If you are running your program in an execution environment that
1772supports processes, @code{run} creates an inferior process and makes
1773that process run your program. (In environments without processes,
1774@code{run} jumps to the start of your program.)
1775
1776The execution of a program is affected by certain information it
1777receives from its superior. @value{GDBN} provides ways to specify this
1778information, which you must do @emph{before} starting your program. (You
1779can change it after starting your program, but such changes only affect
1780your program the next time you start it.) This information may be
1781divided into four categories:
1782
1783@table @asis
1784@item The @emph{arguments.}
1785Specify the arguments to give your program as the arguments of the
1786@code{run} command. If a shell is available on your target, the shell
1787is used to pass the arguments, so that you may use normal conventions
1788(such as wildcard expansion or variable substitution) in describing
1789the arguments.
1790In Unix systems, you can control which shell is used with the
1791@code{SHELL} environment variable.
1792@xref{Arguments, ,Your program's arguments}.
1793
1794@item The @emph{environment.}
1795Your program normally inherits its environment from @value{GDBN}, but you can
1796use the @value{GDBN} commands @code{set environment} and @code{unset
1797environment} to change parts of the environment that affect
1798your program. @xref{Environment, ,Your program's environment}.
1799
1800@item The @emph{working directory.}
1801Your program inherits its working directory from @value{GDBN}. You can set
1802the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1803@xref{Working Directory, ,Your program's working directory}.
1804
1805@item The @emph{standard input and output.}
1806Your program normally uses the same device for standard input and
1807standard output as @value{GDBN} is using. You can redirect input and output
1808in the @code{run} command line, or you can use the @code{tty} command to
1809set a different device for your program.
1810@xref{Input/Output, ,Your program's input and output}.
1811
1812@cindex pipes
1813@emph{Warning:} While input and output redirection work, you cannot use
1814pipes to pass the output of the program you are debugging to another
1815program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1816wrong program.
1817@end table
c906108c
SS
1818
1819When you issue the @code{run} command, your program begins to execute
1820immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1821of how to arrange for your program to stop. Once your program has
1822stopped, you may call functions in your program, using the @code{print}
1823or @code{call} commands. @xref{Data, ,Examining Data}.
1824
1825If the modification time of your symbol file has changed since the last
1826time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1827table, and reads it again. When it does this, @value{GDBN} tries to retain
1828your current breakpoints.
1829
4e8b0763
JB
1830@table @code
1831@kindex start
1832@item start
1833@cindex run to main procedure
1834The name of the main procedure can vary from language to language.
1835With C or C@t{++}, the main procedure name is always @code{main}, but
1836other languages such as Ada do not require a specific name for their
1837main procedure. The debugger provides a convenient way to start the
1838execution of the program and to stop at the beginning of the main
1839procedure, depending on the language used.
1840
1841The @samp{start} command does the equivalent of setting a temporary
1842breakpoint at the beginning of the main procedure and then invoking
1843the @samp{run} command.
1844
f018e82f
EZ
1845@cindex elaboration phase
1846Some programs contain an @dfn{elaboration} phase where some startup code is
1847executed before the main procedure is called. This depends on the
1848languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
1849constructors for static and global objects are executed before
1850@code{main} is called. It is therefore possible that the debugger stops
1851before reaching the main procedure. However, the temporary breakpoint
1852will remain to halt execution.
1853
1854Specify the arguments to give to your program as arguments to the
1855@samp{start} command. These arguments will be given verbatim to the
1856underlying @samp{run} command. Note that the same arguments will be
1857reused if no argument is provided during subsequent calls to
1858@samp{start} or @samp{run}.
1859
1860It is sometimes necessary to debug the program during elaboration. In
1861these cases, using the @code{start} command would stop the execution of
1862your program too late, as the program would have already completed the
1863elaboration phase. Under these circumstances, insert breakpoints in your
1864elaboration code before running your program.
1865@end table
1866
6d2ebf8b 1867@node Arguments
c906108c
SS
1868@section Your program's arguments
1869
1870@cindex arguments (to your program)
1871The arguments to your program can be specified by the arguments of the
5d161b24 1872@code{run} command.
c906108c
SS
1873They are passed to a shell, which expands wildcard characters and
1874performs redirection of I/O, and thence to your program. Your
1875@code{SHELL} environment variable (if it exists) specifies what shell
1876@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1877the default shell (@file{/bin/sh} on Unix).
1878
1879On non-Unix systems, the program is usually invoked directly by
1880@value{GDBN}, which emulates I/O redirection via the appropriate system
1881calls, and the wildcard characters are expanded by the startup code of
1882the program, not by the shell.
c906108c
SS
1883
1884@code{run} with no arguments uses the same arguments used by the previous
1885@code{run}, or those set by the @code{set args} command.
1886
c906108c 1887@table @code
41afff9a 1888@kindex set args
c906108c
SS
1889@item set args
1890Specify the arguments to be used the next time your program is run. If
1891@code{set args} has no arguments, @code{run} executes your program
1892with no arguments. Once you have run your program with arguments,
1893using @code{set args} before the next @code{run} is the only way to run
1894it again without arguments.
1895
1896@kindex show args
1897@item show args
1898Show the arguments to give your program when it is started.
1899@end table
1900
6d2ebf8b 1901@node Environment
c906108c
SS
1902@section Your program's environment
1903
1904@cindex environment (of your program)
1905The @dfn{environment} consists of a set of environment variables and
1906their values. Environment variables conventionally record such things as
1907your user name, your home directory, your terminal type, and your search
1908path for programs to run. Usually you set up environment variables with
1909the shell and they are inherited by all the other programs you run. When
1910debugging, it can be useful to try running your program with a modified
1911environment without having to start @value{GDBN} over again.
1912
1913@table @code
1914@kindex path
1915@item path @var{directory}
1916Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1917(the search path for executables) that will be passed to your program.
1918The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1919You may specify several directory names, separated by whitespace or by a
1920system-dependent separator character (@samp{:} on Unix, @samp{;} on
1921MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1922is moved to the front, so it is searched sooner.
c906108c
SS
1923
1924You can use the string @samp{$cwd} to refer to whatever is the current
1925working directory at the time @value{GDBN} searches the path. If you
1926use @samp{.} instead, it refers to the directory where you executed the
1927@code{path} command. @value{GDBN} replaces @samp{.} in the
1928@var{directory} argument (with the current path) before adding
1929@var{directory} to the search path.
1930@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1931@c document that, since repeating it would be a no-op.
1932
1933@kindex show paths
1934@item show paths
1935Display the list of search paths for executables (the @code{PATH}
1936environment variable).
1937
1938@kindex show environment
1939@item show environment @r{[}@var{varname}@r{]}
1940Print the value of environment variable @var{varname} to be given to
1941your program when it starts. If you do not supply @var{varname},
1942print the names and values of all environment variables to be given to
1943your program. You can abbreviate @code{environment} as @code{env}.
1944
1945@kindex set environment
53a5351d 1946@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1947Set environment variable @var{varname} to @var{value}. The value
1948changes for your program only, not for @value{GDBN} itself. @var{value} may
1949be any string; the values of environment variables are just strings, and
1950any interpretation is supplied by your program itself. The @var{value}
1951parameter is optional; if it is eliminated, the variable is set to a
1952null value.
1953@c "any string" here does not include leading, trailing
1954@c blanks. Gnu asks: does anyone care?
1955
1956For example, this command:
1957
474c8240 1958@smallexample
c906108c 1959set env USER = foo
474c8240 1960@end smallexample
c906108c
SS
1961
1962@noindent
d4f3574e 1963tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1964@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1965are not actually required.)
1966
1967@kindex unset environment
1968@item unset environment @var{varname}
1969Remove variable @var{varname} from the environment to be passed to your
1970program. This is different from @samp{set env @var{varname} =};
1971@code{unset environment} removes the variable from the environment,
1972rather than assigning it an empty value.
1973@end table
1974
d4f3574e
SS
1975@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1976the shell indicated
c906108c
SS
1977by your @code{SHELL} environment variable if it exists (or
1978@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1979that runs an initialization file---such as @file{.cshrc} for C-shell, or
1980@file{.bashrc} for BASH---any variables you set in that file affect
1981your program. You may wish to move setting of environment variables to
1982files that are only run when you sign on, such as @file{.login} or
1983@file{.profile}.
1984
6d2ebf8b 1985@node Working Directory
c906108c
SS
1986@section Your program's working directory
1987
1988@cindex working directory (of your program)
1989Each time you start your program with @code{run}, it inherits its
1990working directory from the current working directory of @value{GDBN}.
1991The @value{GDBN} working directory is initially whatever it inherited
1992from its parent process (typically the shell), but you can specify a new
1993working directory in @value{GDBN} with the @code{cd} command.
1994
1995The @value{GDBN} working directory also serves as a default for the commands
1996that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1997specify files}.
1998
1999@table @code
2000@kindex cd
721c2651 2001@cindex change working directory
c906108c
SS
2002@item cd @var{directory}
2003Set the @value{GDBN} working directory to @var{directory}.
2004
2005@kindex pwd
2006@item pwd
2007Print the @value{GDBN} working directory.
2008@end table
2009
60bf7e09
EZ
2010It is generally impossible to find the current working directory of
2011the process being debugged (since a program can change its directory
2012during its run). If you work on a system where @value{GDBN} is
2013configured with the @file{/proc} support, you can use the @code{info
2014proc} command (@pxref{SVR4 Process Information}) to find out the
2015current working directory of the debuggee.
2016
6d2ebf8b 2017@node Input/Output
c906108c
SS
2018@section Your program's input and output
2019
2020@cindex redirection
2021@cindex i/o
2022@cindex terminal
2023By default, the program you run under @value{GDBN} does input and output to
5d161b24 2024the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
2025to its own terminal modes to interact with you, but it records the terminal
2026modes your program was using and switches back to them when you continue
2027running your program.
2028
2029@table @code
2030@kindex info terminal
2031@item info terminal
2032Displays information recorded by @value{GDBN} about the terminal modes your
2033program is using.
2034@end table
2035
2036You can redirect your program's input and/or output using shell
2037redirection with the @code{run} command. For example,
2038
474c8240 2039@smallexample
c906108c 2040run > outfile
474c8240 2041@end smallexample
c906108c
SS
2042
2043@noindent
2044starts your program, diverting its output to the file @file{outfile}.
2045
2046@kindex tty
2047@cindex controlling terminal
2048Another way to specify where your program should do input and output is
2049with the @code{tty} command. This command accepts a file name as
2050argument, and causes this file to be the default for future @code{run}
2051commands. It also resets the controlling terminal for the child
2052process, for future @code{run} commands. For example,
2053
474c8240 2054@smallexample
c906108c 2055tty /dev/ttyb
474c8240 2056@end smallexample
c906108c
SS
2057
2058@noindent
2059directs that processes started with subsequent @code{run} commands
2060default to do input and output on the terminal @file{/dev/ttyb} and have
2061that as their controlling terminal.
2062
2063An explicit redirection in @code{run} overrides the @code{tty} command's
2064effect on the input/output device, but not its effect on the controlling
2065terminal.
2066
2067When you use the @code{tty} command or redirect input in the @code{run}
2068command, only the input @emph{for your program} is affected. The input
3cb3b8df
BR
2069for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2070for @code{set inferior-tty}.
2071
2072@cindex inferior tty
2073@cindex set inferior controlling terminal
2074You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2075display the name of the terminal that will be used for future runs of your
2076program.
2077
2078@table @code
2079@item set inferior-tty /dev/ttyb
2080@kindex set inferior-tty
2081Set the tty for the program being debugged to /dev/ttyb.
2082
2083@item show inferior-tty
2084@kindex show inferior-tty
2085Show the current tty for the program being debugged.
2086@end table
c906108c 2087
6d2ebf8b 2088@node Attach
c906108c
SS
2089@section Debugging an already-running process
2090@kindex attach
2091@cindex attach
2092
2093@table @code
2094@item attach @var{process-id}
2095This command attaches to a running process---one that was started
2096outside @value{GDBN}. (@code{info files} shows your active
2097targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2098find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2099or with the @samp{jobs -l} shell command.
2100
2101@code{attach} does not repeat if you press @key{RET} a second time after
2102executing the command.
2103@end table
2104
2105To use @code{attach}, your program must be running in an environment
2106which supports processes; for example, @code{attach} does not work for
2107programs on bare-board targets that lack an operating system. You must
2108also have permission to send the process a signal.
2109
2110When you use @code{attach}, the debugger finds the program running in
2111the process first by looking in the current working directory, then (if
2112the program is not found) by using the source file search path
2113(@pxref{Source Path, ,Specifying source directories}). You can also use
2114the @code{file} command to load the program. @xref{Files, ,Commands to
2115Specify Files}.
2116
2117The first thing @value{GDBN} does after arranging to debug the specified
2118process is to stop it. You can examine and modify an attached process
53a5351d
JM
2119with all the @value{GDBN} commands that are ordinarily available when
2120you start processes with @code{run}. You can insert breakpoints; you
2121can step and continue; you can modify storage. If you would rather the
2122process continue running, you may use the @code{continue} command after
c906108c
SS
2123attaching @value{GDBN} to the process.
2124
2125@table @code
2126@kindex detach
2127@item detach
2128When you have finished debugging the attached process, you can use the
2129@code{detach} command to release it from @value{GDBN} control. Detaching
2130the process continues its execution. After the @code{detach} command,
2131that process and @value{GDBN} become completely independent once more, and you
2132are ready to @code{attach} another process or start one with @code{run}.
2133@code{detach} does not repeat if you press @key{RET} again after
2134executing the command.
2135@end table
2136
2137If you exit @value{GDBN} or use the @code{run} command while you have an
2138attached process, you kill that process. By default, @value{GDBN} asks
2139for confirmation if you try to do either of these things; you can
2140control whether or not you need to confirm by using the @code{set
2141confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2142messages}).
2143
6d2ebf8b 2144@node Kill Process
c906108c 2145@section Killing the child process
c906108c
SS
2146
2147@table @code
2148@kindex kill
2149@item kill
2150Kill the child process in which your program is running under @value{GDBN}.
2151@end table
2152
2153This command is useful if you wish to debug a core dump instead of a
2154running process. @value{GDBN} ignores any core dump file while your program
2155is running.
2156
2157On some operating systems, a program cannot be executed outside @value{GDBN}
2158while you have breakpoints set on it inside @value{GDBN}. You can use the
2159@code{kill} command in this situation to permit running your program
2160outside the debugger.
2161
2162The @code{kill} command is also useful if you wish to recompile and
2163relink your program, since on many systems it is impossible to modify an
2164executable file while it is running in a process. In this case, when you
2165next type @code{run}, @value{GDBN} notices that the file has changed, and
2166reads the symbol table again (while trying to preserve your current
2167breakpoint settings).
2168
6d2ebf8b 2169@node Threads
c906108c 2170@section Debugging programs with multiple threads
c906108c
SS
2171
2172@cindex threads of execution
2173@cindex multiple threads
2174@cindex switching threads
2175In some operating systems, such as HP-UX and Solaris, a single program
2176may have more than one @dfn{thread} of execution. The precise semantics
2177of threads differ from one operating system to another, but in general
2178the threads of a single program are akin to multiple processes---except
2179that they share one address space (that is, they can all examine and
2180modify the same variables). On the other hand, each thread has its own
2181registers and execution stack, and perhaps private memory.
2182
2183@value{GDBN} provides these facilities for debugging multi-thread
2184programs:
2185
2186@itemize @bullet
2187@item automatic notification of new threads
2188@item @samp{thread @var{threadno}}, a command to switch among threads
2189@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2190@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2191a command to apply a command to a list of threads
2192@item thread-specific breakpoints
2193@end itemize
2194
c906108c
SS
2195@quotation
2196@emph{Warning:} These facilities are not yet available on every
2197@value{GDBN} configuration where the operating system supports threads.
2198If your @value{GDBN} does not support threads, these commands have no
2199effect. For example, a system without thread support shows no output
2200from @samp{info threads}, and always rejects the @code{thread} command,
2201like this:
2202
2203@smallexample
2204(@value{GDBP}) info threads
2205(@value{GDBP}) thread 1
2206Thread ID 1 not known. Use the "info threads" command to
2207see the IDs of currently known threads.
2208@end smallexample
2209@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2210@c doesn't support threads"?
2211@end quotation
c906108c
SS
2212
2213@cindex focus of debugging
2214@cindex current thread
2215The @value{GDBN} thread debugging facility allows you to observe all
2216threads while your program runs---but whenever @value{GDBN} takes
2217control, one thread in particular is always the focus of debugging.
2218This thread is called the @dfn{current thread}. Debugging commands show
2219program information from the perspective of the current thread.
2220
41afff9a 2221@cindex @code{New} @var{systag} message
c906108c
SS
2222@cindex thread identifier (system)
2223@c FIXME-implementors!! It would be more helpful if the [New...] message
2224@c included GDB's numeric thread handle, so you could just go to that
2225@c thread without first checking `info threads'.
2226Whenever @value{GDBN} detects a new thread in your program, it displays
2227the target system's identification for the thread with a message in the
2228form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2229whose form varies depending on the particular system. For example, on
2230LynxOS, you might see
2231
474c8240 2232@smallexample
c906108c 2233[New process 35 thread 27]
474c8240 2234@end smallexample
c906108c
SS
2235
2236@noindent
2237when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2238the @var{systag} is simply something like @samp{process 368}, with no
2239further qualifier.
2240
2241@c FIXME!! (1) Does the [New...] message appear even for the very first
2242@c thread of a program, or does it only appear for the
6ca652b0 2243@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2244@c program?
2245@c (2) *Is* there necessarily a first thread always? Or do some
2246@c multithread systems permit starting a program with multiple
5d161b24 2247@c threads ab initio?
c906108c
SS
2248
2249@cindex thread number
2250@cindex thread identifier (GDB)
2251For debugging purposes, @value{GDBN} associates its own thread
2252number---always a single integer---with each thread in your program.
2253
2254@table @code
2255@kindex info threads
2256@item info threads
2257Display a summary of all threads currently in your
2258program. @value{GDBN} displays for each thread (in this order):
2259
2260@enumerate
09d4efe1
EZ
2261@item
2262the thread number assigned by @value{GDBN}
c906108c 2263
09d4efe1
EZ
2264@item
2265the target system's thread identifier (@var{systag})
c906108c 2266
09d4efe1
EZ
2267@item
2268the current stack frame summary for that thread
c906108c
SS
2269@end enumerate
2270
2271@noindent
2272An asterisk @samp{*} to the left of the @value{GDBN} thread number
2273indicates the current thread.
2274
5d161b24 2275For example,
c906108c
SS
2276@end table
2277@c end table here to get a little more width for example
2278
2279@smallexample
2280(@value{GDBP}) info threads
2281 3 process 35 thread 27 0x34e5 in sigpause ()
2282 2 process 35 thread 23 0x34e5 in sigpause ()
2283* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2284 at threadtest.c:68
2285@end smallexample
53a5351d
JM
2286
2287On HP-UX systems:
c906108c 2288
4644b6e3
EZ
2289@cindex debugging multithreaded programs (on HP-UX)
2290@cindex thread identifier (GDB), on HP-UX
c906108c
SS
2291For debugging purposes, @value{GDBN} associates its own thread
2292number---a small integer assigned in thread-creation order---with each
2293thread in your program.
2294
41afff9a
EZ
2295@cindex @code{New} @var{systag} message, on HP-UX
2296@cindex thread identifier (system), on HP-UX
c906108c
SS
2297@c FIXME-implementors!! It would be more helpful if the [New...] message
2298@c included GDB's numeric thread handle, so you could just go to that
2299@c thread without first checking `info threads'.
2300Whenever @value{GDBN} detects a new thread in your program, it displays
2301both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2302form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2303whose form varies depending on the particular system. For example, on
2304HP-UX, you see
2305
474c8240 2306@smallexample
c906108c 2307[New thread 2 (system thread 26594)]
474c8240 2308@end smallexample
c906108c
SS
2309
2310@noindent
5d161b24 2311when @value{GDBN} notices a new thread.
c906108c
SS
2312
2313@table @code
4644b6e3 2314@kindex info threads (HP-UX)
c906108c
SS
2315@item info threads
2316Display a summary of all threads currently in your
2317program. @value{GDBN} displays for each thread (in this order):
2318
2319@enumerate
2320@item the thread number assigned by @value{GDBN}
2321
2322@item the target system's thread identifier (@var{systag})
2323
2324@item the current stack frame summary for that thread
2325@end enumerate
2326
2327@noindent
2328An asterisk @samp{*} to the left of the @value{GDBN} thread number
2329indicates the current thread.
2330
5d161b24 2331For example,
c906108c
SS
2332@end table
2333@c end table here to get a little more width for example
2334
474c8240 2335@smallexample
c906108c 2336(@value{GDBP}) info threads
6d2ebf8b
SS
2337 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2338 at quicksort.c:137
2339 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2340 from /usr/lib/libc.2
2341 1 system thread 27905 0x7b003498 in _brk () \@*
2342 from /usr/lib/libc.2
474c8240 2343@end smallexample
c906108c 2344
c45da7e6
EZ
2345On Solaris, you can display more information about user threads with a
2346Solaris-specific command:
2347
2348@table @code
2349@item maint info sol-threads
2350@kindex maint info sol-threads
2351@cindex thread info (Solaris)
2352Display info on Solaris user threads.
2353@end table
2354
c906108c
SS
2355@table @code
2356@kindex thread @var{threadno}
2357@item thread @var{threadno}
2358Make thread number @var{threadno} the current thread. The command
2359argument @var{threadno} is the internal @value{GDBN} thread number, as
2360shown in the first field of the @samp{info threads} display.
2361@value{GDBN} responds by displaying the system identifier of the thread
2362you selected, and its current stack frame summary:
2363
2364@smallexample
2365@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2366(@value{GDBP}) thread 2
c906108c 2367[Switching to process 35 thread 23]
c906108c
SS
23680x34e5 in sigpause ()
2369@end smallexample
2370
2371@noindent
2372As with the @samp{[New @dots{}]} message, the form of the text after
2373@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2374threads.
c906108c 2375
9c16f35a 2376@kindex thread apply
638ac427 2377@cindex apply command to several threads
c906108c
SS
2378@item thread apply [@var{threadno}] [@var{all}] @var{args}
2379The @code{thread apply} command allows you to apply a command to one or
2380more threads. Specify the numbers of the threads that you want affected
2381with the command argument @var{threadno}. @var{threadno} is the internal
2382@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2383threads} display. To apply a command to all threads, use
2384@code{thread apply all} @var{args}.
c906108c
SS
2385@end table
2386
2387@cindex automatic thread selection
2388@cindex switching threads automatically
2389@cindex threads, automatic switching
2390Whenever @value{GDBN} stops your program, due to a breakpoint or a
2391signal, it automatically selects the thread where that breakpoint or
2392signal happened. @value{GDBN} alerts you to the context switch with a
2393message of the form @samp{[Switching to @var{systag}]} to identify the
2394thread.
2395
2396@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2397more information about how @value{GDBN} behaves when you stop and start
2398programs with multiple threads.
2399
2400@xref{Set Watchpoints,,Setting watchpoints}, for information about
2401watchpoints in programs with multiple threads.
c906108c 2402
6d2ebf8b 2403@node Processes
c906108c
SS
2404@section Debugging programs with multiple processes
2405
2406@cindex fork, debugging programs which call
2407@cindex multiple processes
2408@cindex processes, multiple
53a5351d
JM
2409On most systems, @value{GDBN} has no special support for debugging
2410programs which create additional processes using the @code{fork}
2411function. When a program forks, @value{GDBN} will continue to debug the
2412parent process and the child process will run unimpeded. If you have
2413set a breakpoint in any code which the child then executes, the child
2414will get a @code{SIGTRAP} signal which (unless it catches the signal)
2415will cause it to terminate.
c906108c
SS
2416
2417However, if you want to debug the child process there is a workaround
2418which isn't too painful. Put a call to @code{sleep} in the code which
2419the child process executes after the fork. It may be useful to sleep
2420only if a certain environment variable is set, or a certain file exists,
2421so that the delay need not occur when you don't want to run @value{GDBN}
2422on the child. While the child is sleeping, use the @code{ps} program to
2423get its process ID. Then tell @value{GDBN} (a new invocation of
2424@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2425the child process (@pxref{Attach}). From that point on you can debug
c906108c 2426the child process just like any other process which you attached to.
c906108c 2427
b51970ac
DJ
2428On some systems, @value{GDBN} provides support for debugging programs that
2429create additional processes using the @code{fork} or @code{vfork} functions.
2430Currently, the only platforms with this feature are HP-UX (11.x and later
2431only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2432
2433By default, when a program forks, @value{GDBN} will continue to debug
2434the parent process and the child process will run unimpeded.
2435
2436If you want to follow the child process instead of the parent process,
2437use the command @w{@code{set follow-fork-mode}}.
2438
2439@table @code
2440@kindex set follow-fork-mode
2441@item set follow-fork-mode @var{mode}
2442Set the debugger response to a program call of @code{fork} or
2443@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 2444process. The @var{mode} argument can be:
c906108c
SS
2445
2446@table @code
2447@item parent
2448The original process is debugged after a fork. The child process runs
2df3850c 2449unimpeded. This is the default.
c906108c
SS
2450
2451@item child
2452The new process is debugged after a fork. The parent process runs
2453unimpeded.
2454
c906108c
SS
2455@end table
2456
9c16f35a 2457@kindex show follow-fork-mode
c906108c 2458@item show follow-fork-mode
2df3850c 2459Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2460@end table
2461
2462If you ask to debug a child process and a @code{vfork} is followed by an
2463@code{exec}, @value{GDBN} executes the new target up to the first
2464breakpoint in the new target. If you have a breakpoint set on
2465@code{main} in your original program, the breakpoint will also be set on
2466the child process's @code{main}.
2467
2468When a child process is spawned by @code{vfork}, you cannot debug the
2469child or parent until an @code{exec} call completes.
2470
2471If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2472call executes, the new target restarts. To restart the parent process,
2473use the @code{file} command with the parent executable name as its
2474argument.
2475
2476You can use the @code{catch} command to make @value{GDBN} stop whenever
2477a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2478Catchpoints, ,Setting catchpoints}.
c906108c 2479
6d2ebf8b 2480@node Stopping
c906108c
SS
2481@chapter Stopping and Continuing
2482
2483The principal purposes of using a debugger are so that you can stop your
2484program before it terminates; or so that, if your program runs into
2485trouble, you can investigate and find out why.
2486
7a292a7a
SS
2487Inside @value{GDBN}, your program may stop for any of several reasons,
2488such as a signal, a breakpoint, or reaching a new line after a
2489@value{GDBN} command such as @code{step}. You may then examine and
2490change variables, set new breakpoints or remove old ones, and then
2491continue execution. Usually, the messages shown by @value{GDBN} provide
2492ample explanation of the status of your program---but you can also
2493explicitly request this information at any time.
c906108c
SS
2494
2495@table @code
2496@kindex info program
2497@item info program
2498Display information about the status of your program: whether it is
7a292a7a 2499running or not, what process it is, and why it stopped.
c906108c
SS
2500@end table
2501
2502@menu
2503* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2504* Continuing and Stepping:: Resuming execution
c906108c 2505* Signals:: Signals
c906108c 2506* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2507@end menu
2508
6d2ebf8b 2509@node Breakpoints
c906108c
SS
2510@section Breakpoints, watchpoints, and catchpoints
2511
2512@cindex breakpoints
2513A @dfn{breakpoint} makes your program stop whenever a certain point in
2514the program is reached. For each breakpoint, you can add conditions to
2515control in finer detail whether your program stops. You can set
2516breakpoints with the @code{break} command and its variants (@pxref{Set
2517Breaks, ,Setting breakpoints}), to specify the place where your program
2518should stop by line number, function name or exact address in the
2519program.
2520
09d4efe1
EZ
2521On some systems, you can set breakpoints in shared libraries before
2522the executable is run. There is a minor limitation on HP-UX systems:
2523you must wait until the executable is run in order to set breakpoints
2524in shared library routines that are not called directly by the program
2525(for example, routines that are arguments in a @code{pthread_create}
2526call).
c906108c
SS
2527
2528@cindex watchpoints
2529@cindex memory tracing
2530@cindex breakpoint on memory address
2531@cindex breakpoint on variable modification
2532A @dfn{watchpoint} is a special breakpoint that stops your program
2533when the value of an expression changes. You must use a different
2534command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2535watchpoints}), but aside from that, you can manage a watchpoint like
2536any other breakpoint: you enable, disable, and delete both breakpoints
2537and watchpoints using the same commands.
2538
2539You can arrange to have values from your program displayed automatically
2540whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2541Automatic display}.
2542
2543@cindex catchpoints
2544@cindex breakpoint on events
2545A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2546when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2547exception or the loading of a library. As with watchpoints, you use a
2548different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2549catchpoints}), but aside from that, you can manage a catchpoint like any
2550other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2551@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2552
2553@cindex breakpoint numbers
2554@cindex numbers for breakpoints
2555@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2556catchpoint when you create it; these numbers are successive integers
2557starting with one. In many of the commands for controlling various
2558features of breakpoints you use the breakpoint number to say which
2559breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2560@dfn{disabled}; if disabled, it has no effect on your program until you
2561enable it again.
2562
c5394b80
JM
2563@cindex breakpoint ranges
2564@cindex ranges of breakpoints
2565Some @value{GDBN} commands accept a range of breakpoints on which to
2566operate. A breakpoint range is either a single breakpoint number, like
2567@samp{5}, or two such numbers, in increasing order, separated by a
2568hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2569all breakpoint in that range are operated on.
2570
c906108c
SS
2571@menu
2572* Set Breaks:: Setting breakpoints
2573* Set Watchpoints:: Setting watchpoints
2574* Set Catchpoints:: Setting catchpoints
2575* Delete Breaks:: Deleting breakpoints
2576* Disabling:: Disabling breakpoints
2577* Conditions:: Break conditions
2578* Break Commands:: Breakpoint command lists
c906108c 2579* Breakpoint Menus:: Breakpoint menus
d4f3574e 2580* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2581* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2582@end menu
2583
6d2ebf8b 2584@node Set Breaks
c906108c
SS
2585@subsection Setting breakpoints
2586
5d161b24 2587@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2588@c consider in particular declaration with/without initialization.
2589@c
2590@c FIXME 2 is there stuff on this already? break at fun start, already init?
2591
2592@kindex break
41afff9a
EZ
2593@kindex b @r{(@code{break})}
2594@vindex $bpnum@r{, convenience variable}
c906108c
SS
2595@cindex latest breakpoint
2596Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2597@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2598number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2599Vars,, Convenience variables}, for a discussion of what you can do with
2600convenience variables.
2601
2602You have several ways to say where the breakpoint should go.
2603
2604@table @code
2605@item break @var{function}
5d161b24 2606Set a breakpoint at entry to function @var{function}.
c906108c 2607When using source languages that permit overloading of symbols, such as
b37052ae 2608C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2609@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2610
2611@item break +@var{offset}
2612@itemx break -@var{offset}
2613Set a breakpoint some number of lines forward or back from the position
d4f3574e 2614at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2615(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2616
2617@item break @var{linenum}
2618Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2619The current source file is the last file whose source text was printed.
2620The breakpoint will stop your program just before it executes any of the
c906108c
SS
2621code on that line.
2622
2623@item break @var{filename}:@var{linenum}
2624Set a breakpoint at line @var{linenum} in source file @var{filename}.
2625
2626@item break @var{filename}:@var{function}
2627Set a breakpoint at entry to function @var{function} found in file
2628@var{filename}. Specifying a file name as well as a function name is
2629superfluous except when multiple files contain similarly named
2630functions.
2631
2632@item break *@var{address}
2633Set a breakpoint at address @var{address}. You can use this to set
2634breakpoints in parts of your program which do not have debugging
2635information or source files.
2636
2637@item break
2638When called without any arguments, @code{break} sets a breakpoint at
2639the next instruction to be executed in the selected stack frame
2640(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2641innermost, this makes your program stop as soon as control
2642returns to that frame. This is similar to the effect of a
2643@code{finish} command in the frame inside the selected frame---except
2644that @code{finish} does not leave an active breakpoint. If you use
2645@code{break} without an argument in the innermost frame, @value{GDBN} stops
2646the next time it reaches the current location; this may be useful
2647inside loops.
2648
2649@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2650least one instruction has been executed. If it did not do this, you
2651would be unable to proceed past a breakpoint without first disabling the
2652breakpoint. This rule applies whether or not the breakpoint already
2653existed when your program stopped.
2654
2655@item break @dots{} if @var{cond}
2656Set a breakpoint with condition @var{cond}; evaluate the expression
2657@var{cond} each time the breakpoint is reached, and stop only if the
2658value is nonzero---that is, if @var{cond} evaluates as true.
2659@samp{@dots{}} stands for one of the possible arguments described
2660above (or no argument) specifying where to break. @xref{Conditions,
2661,Break conditions}, for more information on breakpoint conditions.
2662
2663@kindex tbreak
2664@item tbreak @var{args}
2665Set a breakpoint enabled only for one stop. @var{args} are the
2666same as for the @code{break} command, and the breakpoint is set in the same
2667way, but the breakpoint is automatically deleted after the first time your
2668program stops there. @xref{Disabling, ,Disabling breakpoints}.
2669
c906108c 2670@kindex hbreak
ba04e063 2671@cindex hardware breakpoints
c906108c 2672@item hbreak @var{args}
d4f3574e
SS
2673Set a hardware-assisted breakpoint. @var{args} are the same as for the
2674@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2675breakpoint requires hardware support and some target hardware may not
2676have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2677debugging, so you can set a breakpoint at an instruction without
2678changing the instruction. This can be used with the new trap-generation
09d4efe1 2679provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
2680will generate traps when a program accesses some data or instruction
2681address that is assigned to the debug registers. However the hardware
2682breakpoint registers can take a limited number of breakpoints. For
2683example, on the DSU, only two data breakpoints can be set at a time, and
2684@value{GDBN} will reject this command if more than two are used. Delete
2685or disable unused hardware breakpoints before setting new ones
2686(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
9c16f35a
EZ
2687For remote targets, you can restrict the number of hardware
2688breakpoints @value{GDBN} will use, see @ref{set remote
2689hardware-breakpoint-limit}.
501eef12 2690
c906108c
SS
2691
2692@kindex thbreak
2693@item thbreak @var{args}
2694Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2695are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2696the same way. However, like the @code{tbreak} command,
c906108c
SS
2697the breakpoint is automatically deleted after the
2698first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2699command, the breakpoint requires hardware support and some target hardware
2700may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2701See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2702
2703@kindex rbreak
2704@cindex regular expression
c45da7e6
EZ
2705@cindex breakpoints in functions matching a regexp
2706@cindex set breakpoints in many functions
c906108c 2707@item rbreak @var{regex}
c906108c 2708Set breakpoints on all functions matching the regular expression
11cf8741
JM
2709@var{regex}. This command sets an unconditional breakpoint on all
2710matches, printing a list of all breakpoints it set. Once these
2711breakpoints are set, they are treated just like the breakpoints set with
2712the @code{break} command. You can delete them, disable them, or make
2713them conditional the same way as any other breakpoint.
2714
2715The syntax of the regular expression is the standard one used with tools
2716like @file{grep}. Note that this is different from the syntax used by
2717shells, so for instance @code{foo*} matches all functions that include
2718an @code{fo} followed by zero or more @code{o}s. There is an implicit
2719@code{.*} leading and trailing the regular expression you supply, so to
2720match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2721
f7dc1244 2722@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 2723When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2724breakpoints on overloaded functions that are not members of any special
2725classes.
c906108c 2726
f7dc1244
EZ
2727@cindex set breakpoints on all functions
2728The @code{rbreak} command can be used to set breakpoints in
2729@strong{all} the functions in a program, like this:
2730
2731@smallexample
2732(@value{GDBP}) rbreak .
2733@end smallexample
2734
c906108c
SS
2735@kindex info breakpoints
2736@cindex @code{$_} and @code{info breakpoints}
2737@item info breakpoints @r{[}@var{n}@r{]}
2738@itemx info break @r{[}@var{n}@r{]}
2739@itemx info watchpoints @r{[}@var{n}@r{]}
2740Print a table of all breakpoints, watchpoints, and catchpoints set and
2741not deleted, with the following columns for each breakpoint:
2742
2743@table @emph
2744@item Breakpoint Numbers
2745@item Type
2746Breakpoint, watchpoint, or catchpoint.
2747@item Disposition
2748Whether the breakpoint is marked to be disabled or deleted when hit.
2749@item Enabled or Disabled
2750Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2751that are not enabled.
2752@item Address
2650777c
JJ
2753Where the breakpoint is in your program, as a memory address. If the
2754breakpoint is pending (see below for details) on a future load of a shared library, the address
2755will be listed as @samp{<PENDING>}.
c906108c
SS
2756@item What
2757Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2758line number. For a pending breakpoint, the original string passed to
2759the breakpoint command will be listed as it cannot be resolved until
2760the appropriate shared library is loaded in the future.
c906108c
SS
2761@end table
2762
2763@noindent
2764If a breakpoint is conditional, @code{info break} shows the condition on
2765the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2766are listed after that. A pending breakpoint is allowed to have a condition
2767specified for it. The condition is not parsed for validity until a shared
2768library is loaded that allows the pending breakpoint to resolve to a
2769valid location.
c906108c
SS
2770
2771@noindent
2772@code{info break} with a breakpoint
2773number @var{n} as argument lists only that breakpoint. The
2774convenience variable @code{$_} and the default examining-address for
2775the @code{x} command are set to the address of the last breakpoint
5d161b24 2776listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2777
2778@noindent
2779@code{info break} displays a count of the number of times the breakpoint
2780has been hit. This is especially useful in conjunction with the
2781@code{ignore} command. You can ignore a large number of breakpoint
2782hits, look at the breakpoint info to see how many times the breakpoint
2783was hit, and then run again, ignoring one less than that number. This
2784will get you quickly to the last hit of that breakpoint.
2785@end table
2786
2787@value{GDBN} allows you to set any number of breakpoints at the same place in
2788your program. There is nothing silly or meaningless about this. When
2789the breakpoints are conditional, this is even useful
2790(@pxref{Conditions, ,Break conditions}).
2791
2650777c 2792@cindex pending breakpoints
dd79a6cf
JJ
2793If a specified breakpoint location cannot be found, it may be due to the fact
2794that the location is in a shared library that is yet to be loaded. In such
2795a case, you may want @value{GDBN} to create a special breakpoint (known as
2796a @dfn{pending breakpoint}) that
2797attempts to resolve itself in the future when an appropriate shared library
2798gets loaded.
2799
2800Pending breakpoints are useful to set at the start of your
2650777c
JJ
2801@value{GDBN} session for locations that you know will be dynamically loaded
2802later by the program being debugged. When shared libraries are loaded,
dd79a6cf
JJ
2803a check is made to see if the load resolves any pending breakpoint locations.
2804If a pending breakpoint location gets resolved,
2805a regular breakpoint is created and the original pending breakpoint is removed.
2806
2807@value{GDBN} provides some additional commands for controlling pending
2808breakpoint support:
2809
2810@kindex set breakpoint pending
2811@kindex show breakpoint pending
2812@table @code
2813@item set breakpoint pending auto
2814This is the default behavior. When @value{GDBN} cannot find the breakpoint
2815location, it queries you whether a pending breakpoint should be created.
2816
2817@item set breakpoint pending on
2818This indicates that an unrecognized breakpoint location should automatically
2819result in a pending breakpoint being created.
2820
2821@item set breakpoint pending off
2822This indicates that pending breakpoints are not to be created. Any
2823unrecognized breakpoint location results in an error. This setting does
2824not affect any pending breakpoints previously created.
2825
2826@item show breakpoint pending
2827Show the current behavior setting for creating pending breakpoints.
2828@end table
2650777c 2829
649e03f6
RM
2830@cindex operations allowed on pending breakpoints
2831Normal breakpoint operations apply to pending breakpoints as well. You may
2832specify a condition for a pending breakpoint and/or commands to run when the
2650777c
JJ
2833breakpoint is reached. You can also enable or disable
2834the pending breakpoint. When you specify a condition for a pending breakpoint,
2835the parsing of the condition will be deferred until the point where the
2836pending breakpoint location is resolved. Disabling a pending breakpoint
2837tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2838shared library load. When a pending breakpoint is re-enabled,
649e03f6 2839@value{GDBN} checks to see if the location is already resolved.
2650777c
JJ
2840This is done because any number of shared library loads could have
2841occurred since the time the breakpoint was disabled and one or more
2842of these loads could resolve the location.
2843
c906108c
SS
2844@cindex negative breakpoint numbers
2845@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2846@value{GDBN} itself sometimes sets breakpoints in your program for
2847special purposes, such as proper handling of @code{longjmp} (in C
2848programs). These internal breakpoints are assigned negative numbers,
2849starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2850You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2851@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2852
2853
6d2ebf8b 2854@node Set Watchpoints
c906108c
SS
2855@subsection Setting watchpoints
2856
2857@cindex setting watchpoints
c906108c
SS
2858You can use a watchpoint to stop execution whenever the value of an
2859expression changes, without having to predict a particular place where
2860this may happen.
2861
82f2d802
EZ
2862@cindex software watchpoints
2863@cindex hardware watchpoints
c906108c 2864Depending on your system, watchpoints may be implemented in software or
2df3850c 2865hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2866program and testing the variable's value each time, which is hundreds of
2867times slower than normal execution. (But this may still be worth it, to
2868catch errors where you have no clue what part of your program is the
2869culprit.)
2870
82f2d802
EZ
2871On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2872x86-based targets, @value{GDBN} includes support for hardware
2873watchpoints, which do not slow down the running of your program.
c906108c
SS
2874
2875@table @code
2876@kindex watch
2877@item watch @var{expr}
2878Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2879is written into by the program and its value changes.
2880
2881@kindex rwatch
2882@item rwatch @var{expr}
09d4efe1
EZ
2883Set a watchpoint that will break when the value of @var{expr} is read
2884by the program.
c906108c
SS
2885
2886@kindex awatch
2887@item awatch @var{expr}
09d4efe1
EZ
2888Set a watchpoint that will break when @var{expr} is either read from
2889or written into by the program.
c906108c
SS
2890
2891@kindex info watchpoints
2892@item info watchpoints
2893This command prints a list of watchpoints, breakpoints, and catchpoints;
09d4efe1 2894it is the same as @code{info break} (@pxref{Set Breaks}).
c906108c
SS
2895@end table
2896
2897@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2898watchpoints execute very quickly, and the debugger reports a change in
2899value at the exact instruction where the change occurs. If @value{GDBN}
2900cannot set a hardware watchpoint, it sets a software watchpoint, which
2901executes more slowly and reports the change in value at the next
82f2d802
EZ
2902@emph{statement}, not the instruction, after the change occurs.
2903
82f2d802
EZ
2904@cindex use only software watchpoints
2905You can force @value{GDBN} to use only software watchpoints with the
2906@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2907zero, @value{GDBN} will never try to use hardware watchpoints, even if
2908the underlying system supports them. (Note that hardware-assisted
2909watchpoints that were set @emph{before} setting
2910@code{can-use-hw-watchpoints} to zero will still use the hardware
2911mechanism of watching expressiion values.)
c906108c 2912
9c16f35a
EZ
2913@table @code
2914@item set can-use-hw-watchpoints
2915@kindex set can-use-hw-watchpoints
2916Set whether or not to use hardware watchpoints.
2917
2918@item show can-use-hw-watchpoints
2919@kindex show can-use-hw-watchpoints
2920Show the current mode of using hardware watchpoints.
2921@end table
2922
2923For remote targets, you can restrict the number of hardware
2924watchpoints @value{GDBN} will use, see @ref{set remote
2925hardware-breakpoint-limit}.
2926
c906108c
SS
2927When you issue the @code{watch} command, @value{GDBN} reports
2928
474c8240 2929@smallexample
c906108c 2930Hardware watchpoint @var{num}: @var{expr}
474c8240 2931@end smallexample
c906108c
SS
2932
2933@noindent
2934if it was able to set a hardware watchpoint.
2935
7be570e7
JM
2936Currently, the @code{awatch} and @code{rwatch} commands can only set
2937hardware watchpoints, because accesses to data that don't change the
2938value of the watched expression cannot be detected without examining
2939every instruction as it is being executed, and @value{GDBN} does not do
2940that currently. If @value{GDBN} finds that it is unable to set a
2941hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2942will print a message like this:
2943
2944@smallexample
2945Expression cannot be implemented with read/access watchpoint.
2946@end smallexample
2947
2948Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2949data type of the watched expression is wider than what a hardware
2950watchpoint on the target machine can handle. For example, some systems
2951can only watch regions that are up to 4 bytes wide; on such systems you
2952cannot set hardware watchpoints for an expression that yields a
2953double-precision floating-point number (which is typically 8 bytes
2954wide). As a work-around, it might be possible to break the large region
2955into a series of smaller ones and watch them with separate watchpoints.
2956
2957If you set too many hardware watchpoints, @value{GDBN} might be unable
2958to insert all of them when you resume the execution of your program.
2959Since the precise number of active watchpoints is unknown until such
2960time as the program is about to be resumed, @value{GDBN} might not be
2961able to warn you about this when you set the watchpoints, and the
2962warning will be printed only when the program is resumed:
2963
2964@smallexample
2965Hardware watchpoint @var{num}: Could not insert watchpoint
2966@end smallexample
2967
2968@noindent
2969If this happens, delete or disable some of the watchpoints.
2970
2971The SPARClite DSU will generate traps when a program accesses some data
2972or instruction address that is assigned to the debug registers. For the
2973data addresses, DSU facilitates the @code{watch} command. However the
2974hardware breakpoint registers can only take two data watchpoints, and
2975both watchpoints must be the same kind. For example, you can set two
2976watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2977@strong{or} two with @code{awatch} commands, but you cannot set one
2978watchpoint with one command and the other with a different command.
c906108c
SS
2979@value{GDBN} will reject the command if you try to mix watchpoints.
2980Delete or disable unused watchpoint commands before setting new ones.
2981
2982If you call a function interactively using @code{print} or @code{call},
2df3850c 2983any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2984kind of breakpoint or the call completes.
2985
7be570e7
JM
2986@value{GDBN} automatically deletes watchpoints that watch local
2987(automatic) variables, or expressions that involve such variables, when
2988they go out of scope, that is, when the execution leaves the block in
2989which these variables were defined. In particular, when the program
2990being debugged terminates, @emph{all} local variables go out of scope,
2991and so only watchpoints that watch global variables remain set. If you
2992rerun the program, you will need to set all such watchpoints again. One
2993way of doing that would be to set a code breakpoint at the entry to the
2994@code{main} function and when it breaks, set all the watchpoints.
2995
c906108c
SS
2996@quotation
2997@cindex watchpoints and threads
2998@cindex threads and watchpoints
c906108c
SS
2999@emph{Warning:} In multi-thread programs, watchpoints have only limited
3000usefulness. With the current watchpoint implementation, @value{GDBN}
3001can only watch the value of an expression @emph{in a single thread}. If
3002you are confident that the expression can only change due to the current
3003thread's activity (and if you are also confident that no other thread
3004can become current), then you can use watchpoints as usual. However,
3005@value{GDBN} may not notice when a non-current thread's activity changes
3006the expression.
53a5351d 3007
d4f3574e 3008@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
3009@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
3010have only limited usefulness. If @value{GDBN} creates a software
3011watchpoint, it can only watch the value of an expression @emph{in a
3012single thread}. If you are confident that the expression can only
3013change due to the current thread's activity (and if you are also
3014confident that no other thread can become current), then you can use
3015software watchpoints as usual. However, @value{GDBN} may not notice
3016when a non-current thread's activity changes the expression. (Hardware
3017watchpoints, in contrast, watch an expression in all threads.)
c906108c 3018@end quotation
c906108c 3019
501eef12
AC
3020@xref{set remote hardware-watchpoint-limit}.
3021
6d2ebf8b 3022@node Set Catchpoints
c906108c 3023@subsection Setting catchpoints
d4f3574e 3024@cindex catchpoints, setting
c906108c
SS
3025@cindex exception handlers
3026@cindex event handling
3027
3028You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 3029kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
3030shared library. Use the @code{catch} command to set a catchpoint.
3031
3032@table @code
3033@kindex catch
3034@item catch @var{event}
3035Stop when @var{event} occurs. @var{event} can be any of the following:
3036@table @code
3037@item throw
4644b6e3 3038@cindex stop on C@t{++} exceptions
b37052ae 3039The throwing of a C@t{++} exception.
c906108c
SS
3040
3041@item catch
b37052ae 3042The catching of a C@t{++} exception.
c906108c
SS
3043
3044@item exec
4644b6e3 3045@cindex break on fork/exec
c906108c
SS
3046A call to @code{exec}. This is currently only available for HP-UX.
3047
3048@item fork
c906108c
SS
3049A call to @code{fork}. This is currently only available for HP-UX.
3050
3051@item vfork
c906108c
SS
3052A call to @code{vfork}. This is currently only available for HP-UX.
3053
3054@item load
3055@itemx load @var{libname}
4644b6e3 3056@cindex break on load/unload of shared library
c906108c
SS
3057The dynamic loading of any shared library, or the loading of the library
3058@var{libname}. This is currently only available for HP-UX.
3059
3060@item unload
3061@itemx unload @var{libname}
c906108c
SS
3062The unloading of any dynamically loaded shared library, or the unloading
3063of the library @var{libname}. This is currently only available for HP-UX.
3064@end table
3065
3066@item tcatch @var{event}
3067Set a catchpoint that is enabled only for one stop. The catchpoint is
3068automatically deleted after the first time the event is caught.
3069
3070@end table
3071
3072Use the @code{info break} command to list the current catchpoints.
3073
b37052ae 3074There are currently some limitations to C@t{++} exception handling
c906108c
SS
3075(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
3076
3077@itemize @bullet
3078@item
3079If you call a function interactively, @value{GDBN} normally returns
3080control to you when the function has finished executing. If the call
3081raises an exception, however, the call may bypass the mechanism that
3082returns control to you and cause your program either to abort or to
3083simply continue running until it hits a breakpoint, catches a signal
3084that @value{GDBN} is listening for, or exits. This is the case even if
3085you set a catchpoint for the exception; catchpoints on exceptions are
3086disabled within interactive calls.
3087
3088@item
3089You cannot raise an exception interactively.
3090
3091@item
3092You cannot install an exception handler interactively.
3093@end itemize
3094
3095@cindex raise exceptions
3096Sometimes @code{catch} is not the best way to debug exception handling:
3097if you need to know exactly where an exception is raised, it is better to
3098stop @emph{before} the exception handler is called, since that way you
3099can see the stack before any unwinding takes place. If you set a
3100breakpoint in an exception handler instead, it may not be easy to find
3101out where the exception was raised.
3102
3103To stop just before an exception handler is called, you need some
b37052ae 3104knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
3105raised by calling a library function named @code{__raise_exception}
3106which has the following ANSI C interface:
3107
474c8240 3108@smallexample
c906108c 3109 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
3110 @var{id} is the exception identifier. */
3111 void __raise_exception (void **addr, void *id);
474c8240 3112@end smallexample
c906108c
SS
3113
3114@noindent
3115To make the debugger catch all exceptions before any stack
3116unwinding takes place, set a breakpoint on @code{__raise_exception}
3117(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3118
3119With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3120that depends on the value of @var{id}, you can stop your program when
3121a specific exception is raised. You can use multiple conditional
3122breakpoints to stop your program when any of a number of exceptions are
3123raised.
3124
3125
6d2ebf8b 3126@node Delete Breaks
c906108c
SS
3127@subsection Deleting breakpoints
3128
3129@cindex clearing breakpoints, watchpoints, catchpoints
3130@cindex deleting breakpoints, watchpoints, catchpoints
3131It is often necessary to eliminate a breakpoint, watchpoint, or
3132catchpoint once it has done its job and you no longer want your program
3133to stop there. This is called @dfn{deleting} the breakpoint. A
3134breakpoint that has been deleted no longer exists; it is forgotten.
3135
3136With the @code{clear} command you can delete breakpoints according to
3137where they are in your program. With the @code{delete} command you can
3138delete individual breakpoints, watchpoints, or catchpoints by specifying
3139their breakpoint numbers.
3140
3141It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3142automatically ignores breakpoints on the first instruction to be executed
3143when you continue execution without changing the execution address.
3144
3145@table @code
3146@kindex clear
3147@item clear
3148Delete any breakpoints at the next instruction to be executed in the
3149selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3150the innermost frame is selected, this is a good way to delete a
3151breakpoint where your program just stopped.
3152
3153@item clear @var{function}
3154@itemx clear @var{filename}:@var{function}
09d4efe1 3155Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
3156
3157@item clear @var{linenum}
3158@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
3159Delete any breakpoints set at or within the code of the specified
3160@var{linenum} of the specified @var{filename}.
c906108c
SS
3161
3162@cindex delete breakpoints
3163@kindex delete
41afff9a 3164@kindex d @r{(@code{delete})}
c5394b80
JM
3165@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3166Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3167ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
3168breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3169confirm off}). You can abbreviate this command as @code{d}.
3170@end table
3171
6d2ebf8b 3172@node Disabling
c906108c
SS
3173@subsection Disabling breakpoints
3174
4644b6e3 3175@cindex enable/disable a breakpoint
c906108c
SS
3176Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3177prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3178it had been deleted, but remembers the information on the breakpoint so
3179that you can @dfn{enable} it again later.
3180
3181You disable and enable breakpoints, watchpoints, and catchpoints with
3182the @code{enable} and @code{disable} commands, optionally specifying one
3183or more breakpoint numbers as arguments. Use @code{info break} or
3184@code{info watch} to print a list of breakpoints, watchpoints, and
3185catchpoints if you do not know which numbers to use.
3186
3187A breakpoint, watchpoint, or catchpoint can have any of four different
3188states of enablement:
3189
3190@itemize @bullet
3191@item
3192Enabled. The breakpoint stops your program. A breakpoint set
3193with the @code{break} command starts out in this state.
3194@item
3195Disabled. The breakpoint has no effect on your program.
3196@item
3197Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3198disabled.
c906108c
SS
3199@item
3200Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3201immediately after it does so it is deleted permanently. A breakpoint
3202set with the @code{tbreak} command starts out in this state.
c906108c
SS
3203@end itemize
3204
3205You can use the following commands to enable or disable breakpoints,
3206watchpoints, and catchpoints:
3207
3208@table @code
c906108c 3209@kindex disable
41afff9a 3210@kindex dis @r{(@code{disable})}
c5394b80 3211@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3212Disable the specified breakpoints---or all breakpoints, if none are
3213listed. A disabled breakpoint has no effect but is not forgotten. All
3214options such as ignore-counts, conditions and commands are remembered in
3215case the breakpoint is enabled again later. You may abbreviate
3216@code{disable} as @code{dis}.
3217
c906108c 3218@kindex enable
c5394b80 3219@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3220Enable the specified breakpoints (or all defined breakpoints). They
3221become effective once again in stopping your program.
3222
c5394b80 3223@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3224Enable the specified breakpoints temporarily. @value{GDBN} disables any
3225of these breakpoints immediately after stopping your program.
3226
c5394b80 3227@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3228Enable the specified breakpoints to work once, then die. @value{GDBN}
3229deletes any of these breakpoints as soon as your program stops there.
09d4efe1 3230Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
3231@end table
3232
d4f3574e
SS
3233@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3234@c confusing: tbreak is also initially enabled.
c906108c
SS
3235Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3236,Setting breakpoints}), breakpoints that you set are initially enabled;
3237subsequently, they become disabled or enabled only when you use one of
3238the commands above. (The command @code{until} can set and delete a
3239breakpoint of its own, but it does not change the state of your other
3240breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3241stepping}.)
3242
6d2ebf8b 3243@node Conditions
c906108c
SS
3244@subsection Break conditions
3245@cindex conditional breakpoints
3246@cindex breakpoint conditions
3247
3248@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3249@c in particular for a watchpoint?
c906108c
SS
3250The simplest sort of breakpoint breaks every time your program reaches a
3251specified place. You can also specify a @dfn{condition} for a
3252breakpoint. A condition is just a Boolean expression in your
3253programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3254a condition evaluates the expression each time your program reaches it,
3255and your program stops only if the condition is @emph{true}.
3256
3257This is the converse of using assertions for program validation; in that
3258situation, you want to stop when the assertion is violated---that is,
3259when the condition is false. In C, if you want to test an assertion expressed
3260by the condition @var{assert}, you should set the condition
3261@samp{! @var{assert}} on the appropriate breakpoint.
3262
3263Conditions are also accepted for watchpoints; you may not need them,
3264since a watchpoint is inspecting the value of an expression anyhow---but
3265it might be simpler, say, to just set a watchpoint on a variable name,
3266and specify a condition that tests whether the new value is an interesting
3267one.
3268
3269Break conditions can have side effects, and may even call functions in
3270your program. This can be useful, for example, to activate functions
3271that log program progress, or to use your own print functions to
3272format special data structures. The effects are completely predictable
3273unless there is another enabled breakpoint at the same address. (In
3274that case, @value{GDBN} might see the other breakpoint first and stop your
3275program without checking the condition of this one.) Note that
d4f3574e
SS
3276breakpoint commands are usually more convenient and flexible than break
3277conditions for the
c906108c
SS
3278purpose of performing side effects when a breakpoint is reached
3279(@pxref{Break Commands, ,Breakpoint command lists}).
3280
3281Break conditions can be specified when a breakpoint is set, by using
3282@samp{if} in the arguments to the @code{break} command. @xref{Set
3283Breaks, ,Setting breakpoints}. They can also be changed at any time
3284with the @code{condition} command.
53a5351d 3285
c906108c
SS
3286You can also use the @code{if} keyword with the @code{watch} command.
3287The @code{catch} command does not recognize the @code{if} keyword;
3288@code{condition} is the only way to impose a further condition on a
3289catchpoint.
c906108c
SS
3290
3291@table @code
3292@kindex condition
3293@item condition @var{bnum} @var{expression}
3294Specify @var{expression} as the break condition for breakpoint,
3295watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3296breakpoint @var{bnum} stops your program only if the value of
3297@var{expression} is true (nonzero, in C). When you use
3298@code{condition}, @value{GDBN} checks @var{expression} immediately for
3299syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3300referents in the context of your breakpoint. If @var{expression} uses
3301symbols not referenced in the context of the breakpoint, @value{GDBN}
3302prints an error message:
3303
474c8240 3304@smallexample
d4f3574e 3305No symbol "foo" in current context.
474c8240 3306@end smallexample
d4f3574e
SS
3307
3308@noindent
c906108c
SS
3309@value{GDBN} does
3310not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3311command (or a command that sets a breakpoint with a condition, like
3312@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3313
3314@item condition @var{bnum}
3315Remove the condition from breakpoint number @var{bnum}. It becomes
3316an ordinary unconditional breakpoint.
3317@end table
3318
3319@cindex ignore count (of breakpoint)
3320A special case of a breakpoint condition is to stop only when the
3321breakpoint has been reached a certain number of times. This is so
3322useful that there is a special way to do it, using the @dfn{ignore
3323count} of the breakpoint. Every breakpoint has an ignore count, which
3324is an integer. Most of the time, the ignore count is zero, and
3325therefore has no effect. But if your program reaches a breakpoint whose
3326ignore count is positive, then instead of stopping, it just decrements
3327the ignore count by one and continues. As a result, if the ignore count
3328value is @var{n}, the breakpoint does not stop the next @var{n} times
3329your program reaches it.
3330
3331@table @code
3332@kindex ignore
3333@item ignore @var{bnum} @var{count}
3334Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3335The next @var{count} times the breakpoint is reached, your program's
3336execution does not stop; other than to decrement the ignore count, @value{GDBN}
3337takes no action.
3338
3339To make the breakpoint stop the next time it is reached, specify
3340a count of zero.
3341
3342When you use @code{continue} to resume execution of your program from a
3343breakpoint, you can specify an ignore count directly as an argument to
3344@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3345Stepping,,Continuing and stepping}.
3346
3347If a breakpoint has a positive ignore count and a condition, the
3348condition is not checked. Once the ignore count reaches zero,
3349@value{GDBN} resumes checking the condition.
3350
3351You could achieve the effect of the ignore count with a condition such
3352as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3353is decremented each time. @xref{Convenience Vars, ,Convenience
3354variables}.
3355@end table
3356
3357Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3358
3359
6d2ebf8b 3360@node Break Commands
c906108c
SS
3361@subsection Breakpoint command lists
3362
3363@cindex breakpoint commands
3364You can give any breakpoint (or watchpoint or catchpoint) a series of
3365commands to execute when your program stops due to that breakpoint. For
3366example, you might want to print the values of certain expressions, or
3367enable other breakpoints.
3368
3369@table @code
3370@kindex commands
3371@kindex end
3372@item commands @r{[}@var{bnum}@r{]}
3373@itemx @dots{} @var{command-list} @dots{}
3374@itemx end
3375Specify a list of commands for breakpoint number @var{bnum}. The commands
3376themselves appear on the following lines. Type a line containing just
3377@code{end} to terminate the commands.
3378
3379To remove all commands from a breakpoint, type @code{commands} and
3380follow it immediately with @code{end}; that is, give no commands.
3381
3382With no @var{bnum} argument, @code{commands} refers to the last
3383breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3384recently encountered).
3385@end table
3386
3387Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3388disabled within a @var{command-list}.
3389
3390You can use breakpoint commands to start your program up again. Simply
3391use the @code{continue} command, or @code{step}, or any other command
3392that resumes execution.
3393
3394Any other commands in the command list, after a command that resumes
3395execution, are ignored. This is because any time you resume execution
3396(even with a simple @code{next} or @code{step}), you may encounter
3397another breakpoint---which could have its own command list, leading to
3398ambiguities about which list to execute.
3399
3400@kindex silent
3401If the first command you specify in a command list is @code{silent}, the
3402usual message about stopping at a breakpoint is not printed. This may
3403be desirable for breakpoints that are to print a specific message and
3404then continue. If none of the remaining commands print anything, you
3405see no sign that the breakpoint was reached. @code{silent} is
3406meaningful only at the beginning of a breakpoint command list.
3407
3408The commands @code{echo}, @code{output}, and @code{printf} allow you to
3409print precisely controlled output, and are often useful in silent
3410breakpoints. @xref{Output, ,Commands for controlled output}.
3411
3412For example, here is how you could use breakpoint commands to print the
3413value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3414
474c8240 3415@smallexample
c906108c
SS
3416break foo if x>0
3417commands
3418silent
3419printf "x is %d\n",x
3420cont
3421end
474c8240 3422@end smallexample
c906108c
SS
3423
3424One application for breakpoint commands is to compensate for one bug so
3425you can test for another. Put a breakpoint just after the erroneous line
3426of code, give it a condition to detect the case in which something
3427erroneous has been done, and give it commands to assign correct values
3428to any variables that need them. End with the @code{continue} command
3429so that your program does not stop, and start with the @code{silent}
3430command so that no output is produced. Here is an example:
3431
474c8240 3432@smallexample
c906108c
SS
3433break 403
3434commands
3435silent
3436set x = y + 4
3437cont
3438end
474c8240 3439@end smallexample
c906108c 3440
6d2ebf8b 3441@node Breakpoint Menus
c906108c
SS
3442@subsection Breakpoint menus
3443@cindex overloading
3444@cindex symbol overloading
3445
b383017d 3446Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3447single function name
c906108c
SS
3448to be defined several times, for application in different contexts.
3449This is called @dfn{overloading}. When a function name is overloaded,
3450@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3451a breakpoint. If you realize this is a problem, you can use
3452something like @samp{break @var{function}(@var{types})} to specify which
3453particular version of the function you want. Otherwise, @value{GDBN} offers
3454you a menu of numbered choices for different possible breakpoints, and
3455waits for your selection with the prompt @samp{>}. The first two
3456options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3457sets a breakpoint at each definition of @var{function}, and typing
3458@kbd{0} aborts the @code{break} command without setting any new
3459breakpoints.
3460
3461For example, the following session excerpt shows an attempt to set a
3462breakpoint at the overloaded symbol @code{String::after}.
3463We choose three particular definitions of that function name:
3464
3465@c FIXME! This is likely to change to show arg type lists, at least
3466@smallexample
3467@group
3468(@value{GDBP}) b String::after
3469[0] cancel
3470[1] all
3471[2] file:String.cc; line number:867
3472[3] file:String.cc; line number:860
3473[4] file:String.cc; line number:875
3474[5] file:String.cc; line number:853
3475[6] file:String.cc; line number:846
3476[7] file:String.cc; line number:735
3477> 2 4 6
3478Breakpoint 1 at 0xb26c: file String.cc, line 867.
3479Breakpoint 2 at 0xb344: file String.cc, line 875.
3480Breakpoint 3 at 0xafcc: file String.cc, line 846.
3481Multiple breakpoints were set.
3482Use the "delete" command to delete unwanted
3483 breakpoints.
3484(@value{GDBP})
3485@end group
3486@end smallexample
c906108c
SS
3487
3488@c @ifclear BARETARGET
6d2ebf8b 3489@node Error in Breakpoints
d4f3574e 3490@subsection ``Cannot insert breakpoints''
c906108c
SS
3491@c
3492@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3493@c
d4f3574e
SS
3494Under some operating systems, breakpoints cannot be used in a program if
3495any other process is running that program. In this situation,
5d161b24 3496attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3497@value{GDBN} to print an error message:
3498
474c8240 3499@smallexample
d4f3574e
SS
3500Cannot insert breakpoints.
3501The same program may be running in another process.
474c8240 3502@end smallexample
d4f3574e
SS
3503
3504When this happens, you have three ways to proceed:
3505
3506@enumerate
3507@item
3508Remove or disable the breakpoints, then continue.
3509
3510@item
5d161b24 3511Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3512name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3513that @value{GDBN} should run your program under that name.
d4f3574e
SS
3514Then start your program again.
3515
3516@item
3517Relink your program so that the text segment is nonsharable, using the
3518linker option @samp{-N}. The operating system limitation may not apply
3519to nonsharable executables.
3520@end enumerate
c906108c
SS
3521@c @end ifclear
3522
d4f3574e
SS
3523A similar message can be printed if you request too many active
3524hardware-assisted breakpoints and watchpoints:
3525
3526@c FIXME: the precise wording of this message may change; the relevant
3527@c source change is not committed yet (Sep 3, 1999).
3528@smallexample
3529Stopped; cannot insert breakpoints.
3530You may have requested too many hardware breakpoints and watchpoints.
3531@end smallexample
3532
3533@noindent
3534This message is printed when you attempt to resume the program, since
3535only then @value{GDBN} knows exactly how many hardware breakpoints and
3536watchpoints it needs to insert.
3537
3538When this message is printed, you need to disable or remove some of the
3539hardware-assisted breakpoints and watchpoints, and then continue.
3540
1485d690
KB
3541@node Breakpoint related warnings
3542@subsection ``Breakpoint address adjusted...''
3543@cindex breakpoint address adjusted
3544
3545Some processor architectures place constraints on the addresses at
3546which breakpoints may be placed. For architectures thus constrained,
3547@value{GDBN} will attempt to adjust the breakpoint's address to comply
3548with the constraints dictated by the architecture.
3549
3550One example of such an architecture is the Fujitsu FR-V. The FR-V is
3551a VLIW architecture in which a number of RISC-like instructions may be
3552bundled together for parallel execution. The FR-V architecture
3553constrains the location of a breakpoint instruction within such a
3554bundle to the instruction with the lowest address. @value{GDBN}
3555honors this constraint by adjusting a breakpoint's address to the
3556first in the bundle.
3557
3558It is not uncommon for optimized code to have bundles which contain
3559instructions from different source statements, thus it may happen that
3560a breakpoint's address will be adjusted from one source statement to
3561another. Since this adjustment may significantly alter @value{GDBN}'s
3562breakpoint related behavior from what the user expects, a warning is
3563printed when the breakpoint is first set and also when the breakpoint
3564is hit.
3565
3566A warning like the one below is printed when setting a breakpoint
3567that's been subject to address adjustment:
3568
3569@smallexample
3570warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3571@end smallexample
3572
3573Such warnings are printed both for user settable and @value{GDBN}'s
3574internal breakpoints. If you see one of these warnings, you should
3575verify that a breakpoint set at the adjusted address will have the
3576desired affect. If not, the breakpoint in question may be removed and
b383017d 3577other breakpoints may be set which will have the desired behavior.
1485d690
KB
3578E.g., it may be sufficient to place the breakpoint at a later
3579instruction. A conditional breakpoint may also be useful in some
3580cases to prevent the breakpoint from triggering too often.
3581
3582@value{GDBN} will also issue a warning when stopping at one of these
3583adjusted breakpoints:
3584
3585@smallexample
3586warning: Breakpoint 1 address previously adjusted from 0x00010414
3587to 0x00010410.
3588@end smallexample
3589
3590When this warning is encountered, it may be too late to take remedial
3591action except in cases where the breakpoint is hit earlier or more
3592frequently than expected.
d4f3574e 3593
6d2ebf8b 3594@node Continuing and Stepping
c906108c
SS
3595@section Continuing and stepping
3596
3597@cindex stepping
3598@cindex continuing
3599@cindex resuming execution
3600@dfn{Continuing} means resuming program execution until your program
3601completes normally. In contrast, @dfn{stepping} means executing just
3602one more ``step'' of your program, where ``step'' may mean either one
3603line of source code, or one machine instruction (depending on what
7a292a7a
SS
3604particular command you use). Either when continuing or when stepping,
3605your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3606it stops due to a signal, you may want to use @code{handle}, or use
3607@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3608
3609@table @code
3610@kindex continue
41afff9a
EZ
3611@kindex c @r{(@code{continue})}
3612@kindex fg @r{(resume foreground execution)}
c906108c
SS
3613@item continue @r{[}@var{ignore-count}@r{]}
3614@itemx c @r{[}@var{ignore-count}@r{]}
3615@itemx fg @r{[}@var{ignore-count}@r{]}
3616Resume program execution, at the address where your program last stopped;
3617any breakpoints set at that address are bypassed. The optional argument
3618@var{ignore-count} allows you to specify a further number of times to
3619ignore a breakpoint at this location; its effect is like that of
3620@code{ignore} (@pxref{Conditions, ,Break conditions}).
3621
3622The argument @var{ignore-count} is meaningful only when your program
3623stopped due to a breakpoint. At other times, the argument to
3624@code{continue} is ignored.
3625
d4f3574e
SS
3626The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3627debugged program is deemed to be the foreground program) are provided
3628purely for convenience, and have exactly the same behavior as
3629@code{continue}.
c906108c
SS
3630@end table
3631
3632To resume execution at a different place, you can use @code{return}
3633(@pxref{Returning, ,Returning from a function}) to go back to the
3634calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3635different address}) to go to an arbitrary location in your program.
3636
3637A typical technique for using stepping is to set a breakpoint
3638(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3639beginning of the function or the section of your program where a problem
3640is believed to lie, run your program until it stops at that breakpoint,
3641and then step through the suspect area, examining the variables that are
3642interesting, until you see the problem happen.
3643
3644@table @code
3645@kindex step
41afff9a 3646@kindex s @r{(@code{step})}
c906108c
SS
3647@item step
3648Continue running your program until control reaches a different source
3649line, then stop it and return control to @value{GDBN}. This command is
3650abbreviated @code{s}.
3651
3652@quotation
3653@c "without debugging information" is imprecise; actually "without line
3654@c numbers in the debugging information". (gcc -g1 has debugging info but
3655@c not line numbers). But it seems complex to try to make that
3656@c distinction here.
3657@emph{Warning:} If you use the @code{step} command while control is
3658within a function that was compiled without debugging information,
3659execution proceeds until control reaches a function that does have
3660debugging information. Likewise, it will not step into a function which
3661is compiled without debugging information. To step through functions
3662without debugging information, use the @code{stepi} command, described
3663below.
3664@end quotation
3665
4a92d011
EZ
3666The @code{step} command only stops at the first instruction of a source
3667line. This prevents the multiple stops that could otherwise occur in
3668@code{switch} statements, @code{for} loops, etc. @code{step} continues
3669to stop if a function that has debugging information is called within
3670the line. In other words, @code{step} @emph{steps inside} any functions
3671called within the line.
c906108c 3672
d4f3574e
SS
3673Also, the @code{step} command only enters a function if there is line
3674number information for the function. Otherwise it acts like the
5d161b24 3675@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3676on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3677was any debugging information about the routine.
c906108c
SS
3678
3679@item step @var{count}
3680Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3681breakpoint is reached, or a signal not related to stepping occurs before
3682@var{count} steps, stepping stops right away.
c906108c
SS
3683
3684@kindex next
41afff9a 3685@kindex n @r{(@code{next})}
c906108c
SS
3686@item next @r{[}@var{count}@r{]}
3687Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3688This is similar to @code{step}, but function calls that appear within
3689the line of code are executed without stopping. Execution stops when
3690control reaches a different line of code at the original stack level
3691that was executing when you gave the @code{next} command. This command
3692is abbreviated @code{n}.
c906108c
SS
3693
3694An argument @var{count} is a repeat count, as for @code{step}.
3695
3696
3697@c FIX ME!! Do we delete this, or is there a way it fits in with
3698@c the following paragraph? --- Vctoria
3699@c
3700@c @code{next} within a function that lacks debugging information acts like
3701@c @code{step}, but any function calls appearing within the code of the
3702@c function are executed without stopping.
3703
d4f3574e
SS
3704The @code{next} command only stops at the first instruction of a
3705source line. This prevents multiple stops that could otherwise occur in
4a92d011 3706@code{switch} statements, @code{for} loops, etc.
c906108c 3707
b90a5f51
CF
3708@kindex set step-mode
3709@item set step-mode
3710@cindex functions without line info, and stepping
3711@cindex stepping into functions with no line info
3712@itemx set step-mode on
4a92d011 3713The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3714stop at the first instruction of a function which contains no debug line
3715information rather than stepping over it.
3716
4a92d011
EZ
3717This is useful in cases where you may be interested in inspecting the
3718machine instructions of a function which has no symbolic info and do not
3719want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3720
3721@item set step-mode off
4a92d011 3722Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3723debug information. This is the default.
3724
9c16f35a
EZ
3725@item show step-mode
3726Show whether @value{GDBN} will stop in or step over functions without
3727source line debug information.
3728
c906108c
SS
3729@kindex finish
3730@item finish
3731Continue running until just after function in the selected stack frame
3732returns. Print the returned value (if any).
3733
3734Contrast this with the @code{return} command (@pxref{Returning,
3735,Returning from a function}).
3736
3737@kindex until
41afff9a 3738@kindex u @r{(@code{until})}
09d4efe1 3739@cindex run until specified location
c906108c
SS
3740@item until
3741@itemx u
3742Continue running until a source line past the current line, in the
3743current stack frame, is reached. This command is used to avoid single
3744stepping through a loop more than once. It is like the @code{next}
3745command, except that when @code{until} encounters a jump, it
3746automatically continues execution until the program counter is greater
3747than the address of the jump.
3748
3749This means that when you reach the end of a loop after single stepping
3750though it, @code{until} makes your program continue execution until it
3751exits the loop. In contrast, a @code{next} command at the end of a loop
3752simply steps back to the beginning of the loop, which forces you to step
3753through the next iteration.
3754
3755@code{until} always stops your program if it attempts to exit the current
3756stack frame.
3757
3758@code{until} may produce somewhat counterintuitive results if the order
3759of machine code does not match the order of the source lines. For
3760example, in the following excerpt from a debugging session, the @code{f}
3761(@code{frame}) command shows that execution is stopped at line
3762@code{206}; yet when we use @code{until}, we get to line @code{195}:
3763
474c8240 3764@smallexample
c906108c
SS
3765(@value{GDBP}) f
3766#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3767206 expand_input();
3768(@value{GDBP}) until
3769195 for ( ; argc > 0; NEXTARG) @{
474c8240 3770@end smallexample
c906108c
SS
3771
3772This happened because, for execution efficiency, the compiler had
3773generated code for the loop closure test at the end, rather than the
3774start, of the loop---even though the test in a C @code{for}-loop is
3775written before the body of the loop. The @code{until} command appeared
3776to step back to the beginning of the loop when it advanced to this
3777expression; however, it has not really gone to an earlier
3778statement---not in terms of the actual machine code.
3779
3780@code{until} with no argument works by means of single
3781instruction stepping, and hence is slower than @code{until} with an
3782argument.
3783
3784@item until @var{location}
3785@itemx u @var{location}
3786Continue running your program until either the specified location is
3787reached, or the current stack frame returns. @var{location} is any of
3788the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3789,Setting breakpoints}). This form of the command uses breakpoints, and
3790hence is quicker than @code{until} without an argument. The specified
3791location is actually reached only if it is in the current frame. This
3792implies that @code{until} can be used to skip over recursive function
3793invocations. For instance in the code below, if the current location is
3794line @code{96}, issuing @code{until 99} will execute the program up to
3795line @code{99} in the same invocation of factorial, i.e. after the inner
3796invocations have returned.
3797
3798@smallexample
379994 int factorial (int value)
380095 @{
380196 if (value > 1) @{
380297 value *= factorial (value - 1);
380398 @}
380499 return (value);
3805100 @}
3806@end smallexample
3807
3808
3809@kindex advance @var{location}
3810@itemx advance @var{location}
09d4efe1
EZ
3811Continue running the program up to the given @var{location}. An argument is
3812required, which should be of the same form as arguments for the @code{break}
c60eb6f1
EZ
3813command. Execution will also stop upon exit from the current stack
3814frame. This command is similar to @code{until}, but @code{advance} will
3815not skip over recursive function calls, and the target location doesn't
3816have to be in the same frame as the current one.
3817
c906108c
SS
3818
3819@kindex stepi
41afff9a 3820@kindex si @r{(@code{stepi})}
c906108c 3821@item stepi
96a2c332 3822@itemx stepi @var{arg}
c906108c
SS
3823@itemx si
3824Execute one machine instruction, then stop and return to the debugger.
3825
3826It is often useful to do @samp{display/i $pc} when stepping by machine
3827instructions. This makes @value{GDBN} automatically display the next
3828instruction to be executed, each time your program stops. @xref{Auto
3829Display,, Automatic display}.
3830
3831An argument is a repeat count, as in @code{step}.
3832
3833@need 750
3834@kindex nexti
41afff9a 3835@kindex ni @r{(@code{nexti})}
c906108c 3836@item nexti
96a2c332 3837@itemx nexti @var{arg}
c906108c
SS
3838@itemx ni
3839Execute one machine instruction, but if it is a function call,
3840proceed until the function returns.
3841
3842An argument is a repeat count, as in @code{next}.
3843@end table
3844
6d2ebf8b 3845@node Signals
c906108c
SS
3846@section Signals
3847@cindex signals
3848
3849A signal is an asynchronous event that can happen in a program. The
3850operating system defines the possible kinds of signals, and gives each
3851kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3852signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3853@code{SIGSEGV} is the signal a program gets from referencing a place in
3854memory far away from all the areas in use; @code{SIGALRM} occurs when
3855the alarm clock timer goes off (which happens only if your program has
3856requested an alarm).
3857
3858@cindex fatal signals
3859Some signals, including @code{SIGALRM}, are a normal part of the
3860functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3861errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3862program has not specified in advance some other way to handle the signal.
3863@code{SIGINT} does not indicate an error in your program, but it is normally
3864fatal so it can carry out the purpose of the interrupt: to kill the program.
3865
3866@value{GDBN} has the ability to detect any occurrence of a signal in your
3867program. You can tell @value{GDBN} in advance what to do for each kind of
3868signal.
3869
3870@cindex handling signals
24f93129
EZ
3871Normally, @value{GDBN} is set up to let the non-erroneous signals like
3872@code{SIGALRM} be silently passed to your program
3873(so as not to interfere with their role in the program's functioning)
c906108c
SS
3874but to stop your program immediately whenever an error signal happens.
3875You can change these settings with the @code{handle} command.
3876
3877@table @code
3878@kindex info signals
09d4efe1 3879@kindex info handle
c906108c 3880@item info signals
96a2c332 3881@itemx info handle
c906108c
SS
3882Print a table of all the kinds of signals and how @value{GDBN} has been told to
3883handle each one. You can use this to see the signal numbers of all
3884the defined types of signals.
3885
d4f3574e 3886@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3887
3888@kindex handle
3889@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3890Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3891can be the number of a signal or its name (with or without the
24f93129 3892@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3893@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3894known signals. The @var{keywords} say what change to make.
c906108c
SS
3895@end table
3896
3897@c @group
3898The keywords allowed by the @code{handle} command can be abbreviated.
3899Their full names are:
3900
3901@table @code
3902@item nostop
3903@value{GDBN} should not stop your program when this signal happens. It may
3904still print a message telling you that the signal has come in.
3905
3906@item stop
3907@value{GDBN} should stop your program when this signal happens. This implies
3908the @code{print} keyword as well.
3909
3910@item print
3911@value{GDBN} should print a message when this signal happens.
3912
3913@item noprint
3914@value{GDBN} should not mention the occurrence of the signal at all. This
3915implies the @code{nostop} keyword as well.
3916
3917@item pass
5ece1a18 3918@itemx noignore
c906108c
SS
3919@value{GDBN} should allow your program to see this signal; your program
3920can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3921and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3922
3923@item nopass
5ece1a18 3924@itemx ignore
c906108c 3925@value{GDBN} should not allow your program to see this signal.
5ece1a18 3926@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3927@end table
3928@c @end group
3929
d4f3574e
SS
3930When a signal stops your program, the signal is not visible to the
3931program until you
c906108c
SS
3932continue. Your program sees the signal then, if @code{pass} is in
3933effect for the signal in question @emph{at that time}. In other words,
3934after @value{GDBN} reports a signal, you can use the @code{handle}
3935command with @code{pass} or @code{nopass} to control whether your
3936program sees that signal when you continue.
3937
24f93129
EZ
3938The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3939non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3940@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3941erroneous signals.
3942
c906108c
SS
3943You can also use the @code{signal} command to prevent your program from
3944seeing a signal, or cause it to see a signal it normally would not see,
3945or to give it any signal at any time. For example, if your program stopped
3946due to some sort of memory reference error, you might store correct
3947values into the erroneous variables and continue, hoping to see more
3948execution; but your program would probably terminate immediately as
3949a result of the fatal signal once it saw the signal. To prevent this,
3950you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3951program a signal}.
c906108c 3952
6d2ebf8b 3953@node Thread Stops
c906108c
SS
3954@section Stopping and starting multi-thread programs
3955
3956When your program has multiple threads (@pxref{Threads,, Debugging
3957programs with multiple threads}), you can choose whether to set
3958breakpoints on all threads, or on a particular thread.
3959
3960@table @code
3961@cindex breakpoints and threads
3962@cindex thread breakpoints
3963@kindex break @dots{} thread @var{threadno}
3964@item break @var{linespec} thread @var{threadno}
3965@itemx break @var{linespec} thread @var{threadno} if @dots{}
3966@var{linespec} specifies source lines; there are several ways of
3967writing them, but the effect is always to specify some source line.
3968
3969Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3970to specify that you only want @value{GDBN} to stop the program when a
3971particular thread reaches this breakpoint. @var{threadno} is one of the
3972numeric thread identifiers assigned by @value{GDBN}, shown in the first
3973column of the @samp{info threads} display.
3974
3975If you do not specify @samp{thread @var{threadno}} when you set a
3976breakpoint, the breakpoint applies to @emph{all} threads of your
3977program.
3978
3979You can use the @code{thread} qualifier on conditional breakpoints as
3980well; in this case, place @samp{thread @var{threadno}} before the
3981breakpoint condition, like this:
3982
3983@smallexample
2df3850c 3984(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3985@end smallexample
3986
3987@end table
3988
3989@cindex stopped threads
3990@cindex threads, stopped
3991Whenever your program stops under @value{GDBN} for any reason,
3992@emph{all} threads of execution stop, not just the current thread. This
3993allows you to examine the overall state of the program, including
3994switching between threads, without worrying that things may change
3995underfoot.
3996
36d86913
MC
3997@cindex thread breakpoints and system calls
3998@cindex system calls and thread breakpoints
3999@cindex premature return from system calls
4000There is an unfortunate side effect. If one thread stops for a
4001breakpoint, or for some other reason, and another thread is blocked in a
4002system call, then the system call may return prematurely. This is a
4003consequence of the interaction between multiple threads and the signals
4004that @value{GDBN} uses to implement breakpoints and other events that
4005stop execution.
4006
4007To handle this problem, your program should check the return value of
4008each system call and react appropriately. This is good programming
4009style anyways.
4010
4011For example, do not write code like this:
4012
4013@smallexample
4014 sleep (10);
4015@end smallexample
4016
4017The call to @code{sleep} will return early if a different thread stops
4018at a breakpoint or for some other reason.
4019
4020Instead, write this:
4021
4022@smallexample
4023 int unslept = 10;
4024 while (unslept > 0)
4025 unslept = sleep (unslept);
4026@end smallexample
4027
4028A system call is allowed to return early, so the system is still
4029conforming to its specification. But @value{GDBN} does cause your
4030multi-threaded program to behave differently than it would without
4031@value{GDBN}.
4032
4033Also, @value{GDBN} uses internal breakpoints in the thread library to
4034monitor certain events such as thread creation and thread destruction.
4035When such an event happens, a system call in another thread may return
4036prematurely, even though your program does not appear to stop.
4037
c906108c
SS
4038@cindex continuing threads
4039@cindex threads, continuing
4040Conversely, whenever you restart the program, @emph{all} threads start
4041executing. @emph{This is true even when single-stepping} with commands
5d161b24 4042like @code{step} or @code{next}.
c906108c
SS
4043
4044In particular, @value{GDBN} cannot single-step all threads in lockstep.
4045Since thread scheduling is up to your debugging target's operating
4046system (not controlled by @value{GDBN}), other threads may
4047execute more than one statement while the current thread completes a
4048single step. Moreover, in general other threads stop in the middle of a
4049statement, rather than at a clean statement boundary, when the program
4050stops.
4051
4052You might even find your program stopped in another thread after
4053continuing or even single-stepping. This happens whenever some other
4054thread runs into a breakpoint, a signal, or an exception before the
4055first thread completes whatever you requested.
4056
4057On some OSes, you can lock the OS scheduler and thus allow only a single
4058thread to run.
4059
4060@table @code
4061@item set scheduler-locking @var{mode}
9c16f35a
EZ
4062@cindex scheduler locking mode
4063@cindex lock scheduler
c906108c
SS
4064Set the scheduler locking mode. If it is @code{off}, then there is no
4065locking and any thread may run at any time. If @code{on}, then only the
4066current thread may run when the inferior is resumed. The @code{step}
4067mode optimizes for single-stepping. It stops other threads from
4068``seizing the prompt'' by preempting the current thread while you are
4069stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 4070when you step. They are more likely to run when you @samp{next} over a
c906108c 4071function call, and they are completely free to run when you use commands
d4f3574e 4072like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 4073thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 4074@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
4075
4076@item show scheduler-locking
4077Display the current scheduler locking mode.
4078@end table
4079
c906108c 4080
6d2ebf8b 4081@node Stack
c906108c
SS
4082@chapter Examining the Stack
4083
4084When your program has stopped, the first thing you need to know is where it
4085stopped and how it got there.
4086
4087@cindex call stack
5d161b24
DB
4088Each time your program performs a function call, information about the call
4089is generated.
4090That information includes the location of the call in your program,
4091the arguments of the call,
c906108c 4092and the local variables of the function being called.
5d161b24 4093The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
4094The stack frames are allocated in a region of memory called the @dfn{call
4095stack}.
4096
4097When your program stops, the @value{GDBN} commands for examining the
4098stack allow you to see all of this information.
4099
4100@cindex selected frame
4101One of the stack frames is @dfn{selected} by @value{GDBN} and many
4102@value{GDBN} commands refer implicitly to the selected frame. In
4103particular, whenever you ask @value{GDBN} for the value of a variable in
4104your program, the value is found in the selected frame. There are
4105special @value{GDBN} commands to select whichever frame you are
4106interested in. @xref{Selection, ,Selecting a frame}.
4107
4108When your program stops, @value{GDBN} automatically selects the
5d161b24 4109currently executing frame and describes it briefly, similar to the
c906108c
SS
4110@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4111
4112@menu
4113* Frames:: Stack frames
4114* Backtrace:: Backtraces
4115* Selection:: Selecting a frame
4116* Frame Info:: Information on a frame
c906108c
SS
4117
4118@end menu
4119
6d2ebf8b 4120@node Frames
c906108c
SS
4121@section Stack frames
4122
d4f3574e 4123@cindex frame, definition
c906108c
SS
4124@cindex stack frame
4125The call stack is divided up into contiguous pieces called @dfn{stack
4126frames}, or @dfn{frames} for short; each frame is the data associated
4127with one call to one function. The frame contains the arguments given
4128to the function, the function's local variables, and the address at
4129which the function is executing.
4130
4131@cindex initial frame
4132@cindex outermost frame
4133@cindex innermost frame
4134When your program is started, the stack has only one frame, that of the
4135function @code{main}. This is called the @dfn{initial} frame or the
4136@dfn{outermost} frame. Each time a function is called, a new frame is
4137made. Each time a function returns, the frame for that function invocation
4138is eliminated. If a function is recursive, there can be many frames for
4139the same function. The frame for the function in which execution is
4140actually occurring is called the @dfn{innermost} frame. This is the most
4141recently created of all the stack frames that still exist.
4142
4143@cindex frame pointer
4144Inside your program, stack frames are identified by their addresses. A
4145stack frame consists of many bytes, each of which has its own address; each
4146kind of computer has a convention for choosing one byte whose
4147address serves as the address of the frame. Usually this address is kept
e09f16f9
EZ
4148in a register called the @dfn{frame pointer register}
4149(@pxref{Registers, $fp}) while execution is going on in that frame.
c906108c
SS
4150
4151@cindex frame number
4152@value{GDBN} assigns numbers to all existing stack frames, starting with
4153zero for the innermost frame, one for the frame that called it,
4154and so on upward. These numbers do not really exist in your program;
4155they are assigned by @value{GDBN} to give you a way of designating stack
4156frames in @value{GDBN} commands.
4157
6d2ebf8b
SS
4158@c The -fomit-frame-pointer below perennially causes hbox overflow
4159@c underflow problems.
c906108c
SS
4160@cindex frameless execution
4161Some compilers provide a way to compile functions so that they operate
6d2ebf8b 4162without stack frames. (For example, the @value{GCC} option
474c8240 4163@smallexample
6d2ebf8b 4164@samp{-fomit-frame-pointer}
474c8240 4165@end smallexample
6d2ebf8b 4166generates functions without a frame.)
c906108c
SS
4167This is occasionally done with heavily used library functions to save
4168the frame setup time. @value{GDBN} has limited facilities for dealing
4169with these function invocations. If the innermost function invocation
4170has no stack frame, @value{GDBN} nevertheless regards it as though
4171it had a separate frame, which is numbered zero as usual, allowing
4172correct tracing of the function call chain. However, @value{GDBN} has
4173no provision for frameless functions elsewhere in the stack.
4174
4175@table @code
d4f3574e 4176@kindex frame@r{, command}
41afff9a 4177@cindex current stack frame
c906108c 4178@item frame @var{args}
5d161b24 4179The @code{frame} command allows you to move from one stack frame to another,
c906108c 4180and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
4181address of the frame or the stack frame number. Without an argument,
4182@code{frame} prints the current stack frame.
c906108c
SS
4183
4184@kindex select-frame
41afff9a 4185@cindex selecting frame silently
c906108c
SS
4186@item select-frame
4187The @code{select-frame} command allows you to move from one stack frame
4188to another without printing the frame. This is the silent version of
4189@code{frame}.
4190@end table
4191
6d2ebf8b 4192@node Backtrace
c906108c
SS
4193@section Backtraces
4194
09d4efe1
EZ
4195@cindex traceback
4196@cindex call stack traces
c906108c
SS
4197A backtrace is a summary of how your program got where it is. It shows one
4198line per frame, for many frames, starting with the currently executing
4199frame (frame zero), followed by its caller (frame one), and on up the
4200stack.
4201
4202@table @code
4203@kindex backtrace
41afff9a 4204@kindex bt @r{(@code{backtrace})}
c906108c
SS
4205@item backtrace
4206@itemx bt
4207Print a backtrace of the entire stack: one line per frame for all
4208frames in the stack.
4209
4210You can stop the backtrace at any time by typing the system interrupt
4211character, normally @kbd{C-c}.
4212
4213@item backtrace @var{n}
4214@itemx bt @var{n}
4215Similar, but print only the innermost @var{n} frames.
4216
4217@item backtrace -@var{n}
4218@itemx bt -@var{n}
4219Similar, but print only the outermost @var{n} frames.
0f061b69
NR
4220
4221@item backtrace full
4222Print the values of the local variables also.
4223@itemx bt full
c906108c
SS
4224@end table
4225
4226@kindex where
4227@kindex info stack
c906108c
SS
4228The names @code{where} and @code{info stack} (abbreviated @code{info s})
4229are additional aliases for @code{backtrace}.
4230
4231Each line in the backtrace shows the frame number and the function name.
4232The program counter value is also shown---unless you use @code{set
4233print address off}. The backtrace also shows the source file name and
4234line number, as well as the arguments to the function. The program
4235counter value is omitted if it is at the beginning of the code for that
4236line number.
4237
4238Here is an example of a backtrace. It was made with the command
4239@samp{bt 3}, so it shows the innermost three frames.
4240
4241@smallexample
4242@group
5d161b24 4243#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4244 at builtin.c:993
4245#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4246#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4247 at macro.c:71
4248(More stack frames follow...)
4249@end group
4250@end smallexample
4251
4252@noindent
4253The display for frame zero does not begin with a program counter
4254value, indicating that your program has stopped at the beginning of the
4255code for line @code{993} of @code{builtin.c}.
4256
18999be5
EZ
4257@cindex value optimized out, in backtrace
4258@cindex function call arguments, optimized out
4259If your program was compiled with optimizations, some compilers will
4260optimize away arguments passed to functions if those arguments are
4261never used after the call. Such optimizations generate code that
4262passes arguments through registers, but doesn't store those arguments
4263in the stack frame. @value{GDBN} has no way of displaying such
4264arguments in stack frames other than the innermost one. Here's what
4265such a backtrace might look like:
4266
4267@smallexample
4268@group
4269#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4270 at builtin.c:993
4271#1 0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
4272#2 0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
4273 at macro.c:71
4274(More stack frames follow...)
4275@end group
4276@end smallexample
4277
4278@noindent
4279The values of arguments that were not saved in their stack frames are
4280shown as @samp{<value optimized out>}.
4281
4282If you need to display the values of such optimized-out arguments,
4283either deduce that from other variables whose values depend on the one
4284you are interested in, or recompile without optimizations.
4285
a8f24a35
EZ
4286@cindex backtrace beyond @code{main} function
4287@cindex program entry point
4288@cindex startup code, and backtrace
25d29d70
AC
4289Most programs have a standard user entry point---a place where system
4290libraries and startup code transition into user code. For C this is
d416eeec
EZ
4291@code{main}@footnote{
4292Note that embedded programs (the so-called ``free-standing''
4293environment) are not required to have a @code{main} function as the
4294entry point. They could even have multiple entry points.}.
4295When @value{GDBN} finds the entry function in a backtrace
25d29d70
AC
4296it will terminate the backtrace, to avoid tracing into highly
4297system-specific (and generally uninteresting) code.
4298
4299If you need to examine the startup code, or limit the number of levels
4300in a backtrace, you can change this behavior:
95f90d25
DJ
4301
4302@table @code
25d29d70
AC
4303@item set backtrace past-main
4304@itemx set backtrace past-main on
4644b6e3 4305@kindex set backtrace
25d29d70
AC
4306Backtraces will continue past the user entry point.
4307
4308@item set backtrace past-main off
95f90d25
DJ
4309Backtraces will stop when they encounter the user entry point. This is the
4310default.
4311
25d29d70 4312@item show backtrace past-main
4644b6e3 4313@kindex show backtrace
25d29d70
AC
4314Display the current user entry point backtrace policy.
4315
2315ffec
RC
4316@item set backtrace past-entry
4317@itemx set backtrace past-entry on
a8f24a35 4318Backtraces will continue past the internal entry point of an application.
2315ffec
RC
4319This entry point is encoded by the linker when the application is built,
4320and is likely before the user entry point @code{main} (or equivalent) is called.
4321
4322@item set backtrace past-entry off
4323Backtraces will stop when they encouter the internal entry point of an
4324application. This is the default.
4325
4326@item show backtrace past-entry
4327Display the current internal entry point backtrace policy.
4328
25d29d70
AC
4329@item set backtrace limit @var{n}
4330@itemx set backtrace limit 0
4331@cindex backtrace limit
4332Limit the backtrace to @var{n} levels. A value of zero means
4333unlimited.
95f90d25 4334
25d29d70
AC
4335@item show backtrace limit
4336Display the current limit on backtrace levels.
95f90d25
DJ
4337@end table
4338
6d2ebf8b 4339@node Selection
c906108c
SS
4340@section Selecting a frame
4341
4342Most commands for examining the stack and other data in your program work on
4343whichever stack frame is selected at the moment. Here are the commands for
4344selecting a stack frame; all of them finish by printing a brief description
4345of the stack frame just selected.
4346
4347@table @code
d4f3574e 4348@kindex frame@r{, selecting}
41afff9a 4349@kindex f @r{(@code{frame})}
c906108c
SS
4350@item frame @var{n}
4351@itemx f @var{n}
4352Select frame number @var{n}. Recall that frame zero is the innermost
4353(currently executing) frame, frame one is the frame that called the
4354innermost one, and so on. The highest-numbered frame is the one for
4355@code{main}.
4356
4357@item frame @var{addr}
4358@itemx f @var{addr}
4359Select the frame at address @var{addr}. This is useful mainly if the
4360chaining of stack frames has been damaged by a bug, making it
4361impossible for @value{GDBN} to assign numbers properly to all frames. In
4362addition, this can be useful when your program has multiple stacks and
4363switches between them.
4364
c906108c
SS
4365On the SPARC architecture, @code{frame} needs two addresses to
4366select an arbitrary frame: a frame pointer and a stack pointer.
4367
4368On the MIPS and Alpha architecture, it needs two addresses: a stack
4369pointer and a program counter.
4370
4371On the 29k architecture, it needs three addresses: a register stack
4372pointer, a program counter, and a memory stack pointer.
c906108c
SS
4373
4374@kindex up
4375@item up @var{n}
4376Move @var{n} frames up the stack. For positive numbers @var{n}, this
4377advances toward the outermost frame, to higher frame numbers, to frames
4378that have existed longer. @var{n} defaults to one.
4379
4380@kindex down
41afff9a 4381@kindex do @r{(@code{down})}
c906108c
SS
4382@item down @var{n}
4383Move @var{n} frames down the stack. For positive numbers @var{n}, this
4384advances toward the innermost frame, to lower frame numbers, to frames
4385that were created more recently. @var{n} defaults to one. You may
4386abbreviate @code{down} as @code{do}.
4387@end table
4388
4389All of these commands end by printing two lines of output describing the
4390frame. The first line shows the frame number, the function name, the
4391arguments, and the source file and line number of execution in that
5d161b24 4392frame. The second line shows the text of that source line.
c906108c
SS
4393
4394@need 1000
4395For example:
4396
4397@smallexample
4398@group
4399(@value{GDBP}) up
4400#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4401 at env.c:10
440210 read_input_file (argv[i]);
4403@end group
4404@end smallexample
4405
4406After such a printout, the @code{list} command with no arguments
4407prints ten lines centered on the point of execution in the frame.
87885426
FN
4408You can also edit the program at the point of execution with your favorite
4409editing program by typing @code{edit}.
4410@xref{List, ,Printing source lines},
4411for details.
c906108c
SS
4412
4413@table @code
4414@kindex down-silently
4415@kindex up-silently
4416@item up-silently @var{n}
4417@itemx down-silently @var{n}
4418These two commands are variants of @code{up} and @code{down},
4419respectively; they differ in that they do their work silently, without
4420causing display of the new frame. They are intended primarily for use
4421in @value{GDBN} command scripts, where the output might be unnecessary and
4422distracting.
4423@end table
4424
6d2ebf8b 4425@node Frame Info
c906108c
SS
4426@section Information about a frame
4427
4428There are several other commands to print information about the selected
4429stack frame.
4430
4431@table @code
4432@item frame
4433@itemx f
4434When used without any argument, this command does not change which
4435frame is selected, but prints a brief description of the currently
4436selected stack frame. It can be abbreviated @code{f}. With an
4437argument, this command is used to select a stack frame.
4438@xref{Selection, ,Selecting a frame}.
4439
4440@kindex info frame
41afff9a 4441@kindex info f @r{(@code{info frame})}
c906108c
SS
4442@item info frame
4443@itemx info f
4444This command prints a verbose description of the selected stack frame,
4445including:
4446
4447@itemize @bullet
5d161b24
DB
4448@item
4449the address of the frame
c906108c
SS
4450@item
4451the address of the next frame down (called by this frame)
4452@item
4453the address of the next frame up (caller of this frame)
4454@item
4455the language in which the source code corresponding to this frame is written
4456@item
4457the address of the frame's arguments
4458@item
d4f3574e
SS
4459the address of the frame's local variables
4460@item
c906108c
SS
4461the program counter saved in it (the address of execution in the caller frame)
4462@item
4463which registers were saved in the frame
4464@end itemize
4465
4466@noindent The verbose description is useful when
4467something has gone wrong that has made the stack format fail to fit
4468the usual conventions.
4469
4470@item info frame @var{addr}
4471@itemx info f @var{addr}
4472Print a verbose description of the frame at address @var{addr}, without
4473selecting that frame. The selected frame remains unchanged by this
4474command. This requires the same kind of address (more than one for some
4475architectures) that you specify in the @code{frame} command.
4476@xref{Selection, ,Selecting a frame}.
4477
4478@kindex info args
4479@item info args
4480Print the arguments of the selected frame, each on a separate line.
4481
4482@item info locals
4483@kindex info locals
4484Print the local variables of the selected frame, each on a separate
4485line. These are all variables (declared either static or automatic)
4486accessible at the point of execution of the selected frame.
4487
c906108c 4488@kindex info catch
d4f3574e
SS
4489@cindex catch exceptions, list active handlers
4490@cindex exception handlers, how to list
c906108c
SS
4491@item info catch
4492Print a list of all the exception handlers that are active in the
4493current stack frame at the current point of execution. To see other
4494exception handlers, visit the associated frame (using the @code{up},
4495@code{down}, or @code{frame} commands); then type @code{info catch}.
4496@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4497
c906108c
SS
4498@end table
4499
c906108c 4500
6d2ebf8b 4501@node Source
c906108c
SS
4502@chapter Examining Source Files
4503
4504@value{GDBN} can print parts of your program's source, since the debugging
4505information recorded in the program tells @value{GDBN} what source files were
4506used to build it. When your program stops, @value{GDBN} spontaneously prints
4507the line where it stopped. Likewise, when you select a stack frame
4508(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4509execution in that frame has stopped. You can print other portions of
4510source files by explicit command.
4511
7a292a7a 4512If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4513prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4514@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4515
4516@menu
4517* List:: Printing source lines
87885426 4518* Edit:: Editing source files
c906108c 4519* Search:: Searching source files
c906108c
SS
4520* Source Path:: Specifying source directories
4521* Machine Code:: Source and machine code
4522@end menu
4523
6d2ebf8b 4524@node List
c906108c
SS
4525@section Printing source lines
4526
4527@kindex list
41afff9a 4528@kindex l @r{(@code{list})}
c906108c 4529To print lines from a source file, use the @code{list} command
5d161b24 4530(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4531There are several ways to specify what part of the file you want to print.
4532
4533Here are the forms of the @code{list} command most commonly used:
4534
4535@table @code
4536@item list @var{linenum}
4537Print lines centered around line number @var{linenum} in the
4538current source file.
4539
4540@item list @var{function}
4541Print lines centered around the beginning of function
4542@var{function}.
4543
4544@item list
4545Print more lines. If the last lines printed were printed with a
4546@code{list} command, this prints lines following the last lines
4547printed; however, if the last line printed was a solitary line printed
4548as part of displaying a stack frame (@pxref{Stack, ,Examining the
4549Stack}), this prints lines centered around that line.
4550
4551@item list -
4552Print lines just before the lines last printed.
4553@end table
4554
9c16f35a 4555@cindex @code{list}, how many lines to display
c906108c
SS
4556By default, @value{GDBN} prints ten source lines with any of these forms of
4557the @code{list} command. You can change this using @code{set listsize}:
4558
4559@table @code
4560@kindex set listsize
4561@item set listsize @var{count}
4562Make the @code{list} command display @var{count} source lines (unless
4563the @code{list} argument explicitly specifies some other number).
4564
4565@kindex show listsize
4566@item show listsize
4567Display the number of lines that @code{list} prints.
4568@end table
4569
4570Repeating a @code{list} command with @key{RET} discards the argument,
4571so it is equivalent to typing just @code{list}. This is more useful
4572than listing the same lines again. An exception is made for an
4573argument of @samp{-}; that argument is preserved in repetition so that
4574each repetition moves up in the source file.
4575
4576@cindex linespec
4577In general, the @code{list} command expects you to supply zero, one or two
4578@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4579of writing them, but the effect is always to specify some source line.
c906108c
SS
4580Here is a complete description of the possible arguments for @code{list}:
4581
4582@table @code
4583@item list @var{linespec}
4584Print lines centered around the line specified by @var{linespec}.
4585
4586@item list @var{first},@var{last}
4587Print lines from @var{first} to @var{last}. Both arguments are
4588linespecs.
4589
4590@item list ,@var{last}
4591Print lines ending with @var{last}.
4592
4593@item list @var{first},
4594Print lines starting with @var{first}.
4595
4596@item list +
4597Print lines just after the lines last printed.
4598
4599@item list -
4600Print lines just before the lines last printed.
4601
4602@item list
4603As described in the preceding table.
4604@end table
4605
4606Here are the ways of specifying a single source line---all the
4607kinds of linespec.
4608
4609@table @code
4610@item @var{number}
4611Specifies line @var{number} of the current source file.
4612When a @code{list} command has two linespecs, this refers to
4613the same source file as the first linespec.
4614
4615@item +@var{offset}
4616Specifies the line @var{offset} lines after the last line printed.
4617When used as the second linespec in a @code{list} command that has
4618two, this specifies the line @var{offset} lines down from the
4619first linespec.
4620
4621@item -@var{offset}
4622Specifies the line @var{offset} lines before the last line printed.
4623
4624@item @var{filename}:@var{number}
4625Specifies line @var{number} in the source file @var{filename}.
4626
4627@item @var{function}
4628Specifies the line that begins the body of the function @var{function}.
4629For example: in C, this is the line with the open brace.
4630
4631@item @var{filename}:@var{function}
4632Specifies the line of the open-brace that begins the body of the
4633function @var{function} in the file @var{filename}. You only need the
4634file name with a function name to avoid ambiguity when there are
4635identically named functions in different source files.
4636
4637@item *@var{address}
4638Specifies the line containing the program address @var{address}.
4639@var{address} may be any expression.
4640@end table
4641
87885426
FN
4642@node Edit
4643@section Editing source files
4644@cindex editing source files
4645
4646@kindex edit
4647@kindex e @r{(@code{edit})}
4648To edit the lines in a source file, use the @code{edit} command.
4649The editing program of your choice
4650is invoked with the current line set to
4651the active line in the program.
4652Alternatively, there are several ways to specify what part of the file you
4653want to print if you want to see other parts of the program.
4654
4655Here are the forms of the @code{edit} command most commonly used:
4656
4657@table @code
4658@item edit
4659Edit the current source file at the active line number in the program.
4660
4661@item edit @var{number}
4662Edit the current source file with @var{number} as the active line number.
4663
4664@item edit @var{function}
4665Edit the file containing @var{function} at the beginning of its definition.
4666
4667@item edit @var{filename}:@var{number}
4668Specifies line @var{number} in the source file @var{filename}.
4669
4670@item edit @var{filename}:@var{function}
4671Specifies the line that begins the body of the
4672function @var{function} in the file @var{filename}. You only need the
4673file name with a function name to avoid ambiguity when there are
4674identically named functions in different source files.
4675
4676@item edit *@var{address}
4677Specifies the line containing the program address @var{address}.
4678@var{address} may be any expression.
4679@end table
4680
4681@subsection Choosing your editor
4682You can customize @value{GDBN} to use any editor you want
4683@footnote{
4684The only restriction is that your editor (say @code{ex}), recognizes the
4685following command-line syntax:
10998722 4686@smallexample
87885426 4687ex +@var{number} file
10998722 4688@end smallexample
15387254
EZ
4689The optional numeric value +@var{number} specifies the number of the line in
4690the file where to start editing.}.
4691By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
4692by setting the environment variable @code{EDITOR} before using
4693@value{GDBN}. For example, to configure @value{GDBN} to use the
4694@code{vi} editor, you could use these commands with the @code{sh} shell:
4695@smallexample
87885426
FN
4696EDITOR=/usr/bin/vi
4697export EDITOR
15387254 4698gdb @dots{}
10998722 4699@end smallexample
87885426 4700or in the @code{csh} shell,
10998722 4701@smallexample
87885426 4702setenv EDITOR /usr/bin/vi
15387254 4703gdb @dots{}
10998722 4704@end smallexample
87885426 4705
6d2ebf8b 4706@node Search
c906108c 4707@section Searching source files
15387254 4708@cindex searching source files
c906108c
SS
4709
4710There are two commands for searching through the current source file for a
4711regular expression.
4712
4713@table @code
4714@kindex search
4715@kindex forward-search
4716@item forward-search @var{regexp}
4717@itemx search @var{regexp}
4718The command @samp{forward-search @var{regexp}} checks each line,
4719starting with the one following the last line listed, for a match for
5d161b24 4720@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4721synonym @samp{search @var{regexp}} or abbreviate the command name as
4722@code{fo}.
4723
09d4efe1 4724@kindex reverse-search
c906108c
SS
4725@item reverse-search @var{regexp}
4726The command @samp{reverse-search @var{regexp}} checks each line, starting
4727with the one before the last line listed and going backward, for a match
4728for @var{regexp}. It lists the line that is found. You can abbreviate
4729this command as @code{rev}.
4730@end table
c906108c 4731
6d2ebf8b 4732@node Source Path
c906108c
SS
4733@section Specifying source directories
4734
4735@cindex source path
4736@cindex directories for source files
4737Executable programs sometimes do not record the directories of the source
4738files from which they were compiled, just the names. Even when they do,
4739the directories could be moved between the compilation and your debugging
4740session. @value{GDBN} has a list of directories to search for source files;
4741this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4742it tries all the directories in the list, in the order they are present
0b66e38c
EZ
4743in the list, until it finds a file with the desired name.
4744
4745For example, suppose an executable references the file
4746@file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4747@file{/mnt/cross}. The file is first looked up literally; if this
4748fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4749fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4750message is printed. @value{GDBN} does not look up the parts of the
4751source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4752Likewise, the subdirectories of the source path are not searched: if
4753the source path is @file{/mnt/cross}, and the binary refers to
4754@file{foo.c}, @value{GDBN} would not find it under
4755@file{/mnt/cross/usr/src/foo-1.0/lib}.
4756
4757Plain file names, relative file names with leading directories, file
4758names containing dots, etc.@: are all treated as described above; for
4759instance, if the source path is @file{/mnt/cross}, and the source file
4760is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4761@file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4762that---@file{/mnt/cross/foo.c}.
4763
4764Note that the executable search path is @emph{not} used to locate the
4765source files. Neither is the current working directory, unless it
4766happens to be in the source path.
c906108c
SS
4767
4768Whenever you reset or rearrange the source path, @value{GDBN} clears out
4769any information it has cached about where source files are found and where
4770each line is in the file.
4771
4772@kindex directory
4773@kindex dir
d4f3574e
SS
4774When you start @value{GDBN}, its source path includes only @samp{cdir}
4775and @samp{cwd}, in that order.
c906108c
SS
4776To add other directories, use the @code{directory} command.
4777
4778@table @code
4779@item directory @var{dirname} @dots{}
4780@item dir @var{dirname} @dots{}
4781Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4782directory names may be given to this command, separated by @samp{:}
4783(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4784part of absolute file names) or
c906108c
SS
4785whitespace. You may specify a directory that is already in the source
4786path; this moves it forward, so @value{GDBN} searches it sooner.
4787
4788@kindex cdir
4789@kindex cwd
41afff9a
EZ
4790@vindex $cdir@r{, convenience variable}
4791@vindex $cwdr@r{, convenience variable}
c906108c
SS
4792@cindex compilation directory
4793@cindex current directory
4794@cindex working directory
4795@cindex directory, current
4796@cindex directory, compilation
4797You can use the string @samp{$cdir} to refer to the compilation
4798directory (if one is recorded), and @samp{$cwd} to refer to the current
4799working directory. @samp{$cwd} is not the same as @samp{.}---the former
4800tracks the current working directory as it changes during your @value{GDBN}
4801session, while the latter is immediately expanded to the current
4802directory at the time you add an entry to the source path.
4803
4804@item directory
4805Reset the source path to empty again. This requires confirmation.
4806
4807@c RET-repeat for @code{directory} is explicitly disabled, but since
4808@c repeating it would be a no-op we do not say that. (thanks to RMS)
4809
4810@item show directories
4811@kindex show directories
4812Print the source path: show which directories it contains.
4813@end table
4814
4815If your source path is cluttered with directories that are no longer of
4816interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4817versions of source. You can correct the situation as follows:
4818
4819@enumerate
4820@item
4821Use @code{directory} with no argument to reset the source path to empty.
4822
4823@item
4824Use @code{directory} with suitable arguments to reinstall the
4825directories you want in the source path. You can add all the
4826directories in one command.
4827@end enumerate
4828
6d2ebf8b 4829@node Machine Code
c906108c 4830@section Source and machine code
15387254 4831@cindex source line and its code address
c906108c
SS
4832
4833You can use the command @code{info line} to map source lines to program
4834addresses (and vice versa), and the command @code{disassemble} to display
4835a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4836mode, the @code{info line} command causes the arrow to point to the
5d161b24 4837line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4838well as hex.
4839
4840@table @code
4841@kindex info line
4842@item info line @var{linespec}
4843Print the starting and ending addresses of the compiled code for
4844source line @var{linespec}. You can specify source lines in any of
4845the ways understood by the @code{list} command (@pxref{List, ,Printing
4846source lines}).
4847@end table
4848
4849For example, we can use @code{info line} to discover the location of
4850the object code for the first line of function
4851@code{m4_changequote}:
4852
d4f3574e
SS
4853@c FIXME: I think this example should also show the addresses in
4854@c symbolic form, as they usually would be displayed.
c906108c 4855@smallexample
96a2c332 4856(@value{GDBP}) info line m4_changequote
c906108c
SS
4857Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4858@end smallexample
4859
4860@noindent
15387254 4861@cindex code address and its source line
c906108c
SS
4862We can also inquire (using @code{*@var{addr}} as the form for
4863@var{linespec}) what source line covers a particular address:
4864@smallexample
4865(@value{GDBP}) info line *0x63ff
4866Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4867@end smallexample
4868
4869@cindex @code{$_} and @code{info line}
15387254 4870@cindex @code{x} command, default address
41afff9a 4871@kindex x@r{(examine), and} info line
c906108c
SS
4872After @code{info line}, the default address for the @code{x} command
4873is changed to the starting address of the line, so that @samp{x/i} is
4874sufficient to begin examining the machine code (@pxref{Memory,
4875,Examining memory}). Also, this address is saved as the value of the
4876convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4877variables}).
4878
4879@table @code
4880@kindex disassemble
4881@cindex assembly instructions
4882@cindex instructions, assembly
4883@cindex machine instructions
4884@cindex listing machine instructions
4885@item disassemble
4886This specialized command dumps a range of memory as machine
4887instructions. The default memory range is the function surrounding the
4888program counter of the selected frame. A single argument to this
4889command is a program counter value; @value{GDBN} dumps the function
4890surrounding this value. Two arguments specify a range of addresses
4891(first inclusive, second exclusive) to dump.
4892@end table
4893
c906108c
SS
4894The following example shows the disassembly of a range of addresses of
4895HP PA-RISC 2.0 code:
4896
4897@smallexample
4898(@value{GDBP}) disas 0x32c4 0x32e4
4899Dump of assembler code from 0x32c4 to 0x32e4:
49000x32c4 <main+204>: addil 0,dp
49010x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
49020x32cc <main+212>: ldil 0x3000,r31
49030x32d0 <main+216>: ble 0x3f8(sr4,r31)
49040x32d4 <main+220>: ldo 0(r31),rp
49050x32d8 <main+224>: addil -0x800,dp
49060x32dc <main+228>: ldo 0x588(r1),r26
49070x32e0 <main+232>: ldil 0x3000,r31
4908End of assembler dump.
4909@end smallexample
c906108c
SS
4910
4911Some architectures have more than one commonly-used set of instruction
4912mnemonics or other syntax.
4913
76d17f34
EZ
4914For programs that were dynamically linked and use shared libraries,
4915instructions that call functions or branch to locations in the shared
4916libraries might show a seemingly bogus location---it's actually a
4917location of the relocation table. On some architectures, @value{GDBN}
4918might be able to resolve these to actual function names.
4919
c906108c 4920@table @code
d4f3574e 4921@kindex set disassembly-flavor
d4f3574e
SS
4922@cindex Intel disassembly flavor
4923@cindex AT&T disassembly flavor
4924@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4925Select the instruction set to use when disassembling the
4926program via the @code{disassemble} or @code{x/i} commands.
4927
4928Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4929can set @var{instruction-set} to either @code{intel} or @code{att}.
4930The default is @code{att}, the AT&T flavor used by default by Unix
4931assemblers for x86-based targets.
9c16f35a
EZ
4932
4933@kindex show disassembly-flavor
4934@item show disassembly-flavor
4935Show the current setting of the disassembly flavor.
c906108c
SS
4936@end table
4937
4938
6d2ebf8b 4939@node Data
c906108c
SS
4940@chapter Examining Data
4941
4942@cindex printing data
4943@cindex examining data
4944@kindex print
4945@kindex inspect
4946@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4947@c document because it is nonstandard... Under Epoch it displays in a
4948@c different window or something like that.
4949The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4950command (abbreviated @code{p}), or its synonym @code{inspect}. It
4951evaluates and prints the value of an expression of the language your
4952program is written in (@pxref{Languages, ,Using @value{GDBN} with
4953Different Languages}).
c906108c
SS
4954
4955@table @code
d4f3574e
SS
4956@item print @var{expr}
4957@itemx print /@var{f} @var{expr}
4958@var{expr} is an expression (in the source language). By default the
4959value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4960you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4961@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4962formats}.
4963
4964@item print
4965@itemx print /@var{f}
15387254 4966@cindex reprint the last value
d4f3574e 4967If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4968@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4969conveniently inspect the same value in an alternative format.
4970@end table
4971
4972A more low-level way of examining data is with the @code{x} command.
4973It examines data in memory at a specified address and prints it in a
4974specified format. @xref{Memory, ,Examining memory}.
4975
7a292a7a 4976If you are interested in information about types, or about how the
d4f3574e
SS
4977fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4978command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4979Table}.
c906108c
SS
4980
4981@menu
4982* Expressions:: Expressions
4983* Variables:: Program variables
4984* Arrays:: Artificial arrays
4985* Output Formats:: Output formats
4986* Memory:: Examining memory
4987* Auto Display:: Automatic display
4988* Print Settings:: Print settings
4989* Value History:: Value history
4990* Convenience Vars:: Convenience variables
4991* Registers:: Registers
c906108c 4992* Floating Point Hardware:: Floating point hardware
53c69bd7 4993* Vector Unit:: Vector Unit
721c2651 4994* OS Information:: Auxiliary data provided by operating system
29e57380 4995* Memory Region Attributes:: Memory region attributes
16d9dec6 4996* Dump/Restore Files:: Copy between memory and a file
384ee23f 4997* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
4998* Character Sets:: Debugging programs that use a different
4999 character set than GDB does
09d4efe1 5000* Caching Remote Data:: Data caching for remote targets
c906108c
SS
5001@end menu
5002
6d2ebf8b 5003@node Expressions
c906108c
SS
5004@section Expressions
5005
5006@cindex expressions
5007@code{print} and many other @value{GDBN} commands accept an expression and
5008compute its value. Any kind of constant, variable or operator defined
5009by the programming language you are using is valid in an expression in
e2e0bcd1
JB
5010@value{GDBN}. This includes conditional expressions, function calls,
5011casts, and string constants. It also includes preprocessor macros, if
5012you compiled your program to include this information; see
5013@ref{Compilation}.
c906108c 5014
15387254 5015@cindex arrays in expressions
d4f3574e
SS
5016@value{GDBN} supports array constants in expressions input by
5017the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 5018you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 5019memory that is @code{malloc}ed in the target program.
c906108c 5020
c906108c
SS
5021Because C is so widespread, most of the expressions shown in examples in
5022this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
5023Languages}, for information on how to use expressions in other
5024languages.
5025
5026In this section, we discuss operators that you can use in @value{GDBN}
5027expressions regardless of your programming language.
5028
15387254 5029@cindex casts, in expressions
c906108c
SS
5030Casts are supported in all languages, not just in C, because it is so
5031useful to cast a number into a pointer in order to examine a structure
5032at that address in memory.
5033@c FIXME: casts supported---Mod2 true?
c906108c
SS
5034
5035@value{GDBN} supports these operators, in addition to those common
5036to programming languages:
5037
5038@table @code
5039@item @@
5040@samp{@@} is a binary operator for treating parts of memory as arrays.
5041@xref{Arrays, ,Artificial arrays}, for more information.
5042
5043@item ::
5044@samp{::} allows you to specify a variable in terms of the file or
5045function where it is defined. @xref{Variables, ,Program variables}.
5046
5047@cindex @{@var{type}@}
5048@cindex type casting memory
5049@cindex memory, viewing as typed object
5050@cindex casts, to view memory
5051@item @{@var{type}@} @var{addr}
5052Refers to an object of type @var{type} stored at address @var{addr} in
5053memory. @var{addr} may be any expression whose value is an integer or
5054pointer (but parentheses are required around binary operators, just as in
5055a cast). This construct is allowed regardless of what kind of data is
5056normally supposed to reside at @var{addr}.
5057@end table
5058
6d2ebf8b 5059@node Variables
c906108c
SS
5060@section Program variables
5061
5062The most common kind of expression to use is the name of a variable
5063in your program.
5064
5065Variables in expressions are understood in the selected stack frame
5066(@pxref{Selection, ,Selecting a frame}); they must be either:
5067
5068@itemize @bullet
5069@item
5070global (or file-static)
5071@end itemize
5072
5d161b24 5073@noindent or
c906108c
SS
5074
5075@itemize @bullet
5076@item
5077visible according to the scope rules of the
5078programming language from the point of execution in that frame
5d161b24 5079@end itemize
c906108c
SS
5080
5081@noindent This means that in the function
5082
474c8240 5083@smallexample
c906108c
SS
5084foo (a)
5085 int a;
5086@{
5087 bar (a);
5088 @{
5089 int b = test ();
5090 bar (b);
5091 @}
5092@}
474c8240 5093@end smallexample
c906108c
SS
5094
5095@noindent
5096you can examine and use the variable @code{a} whenever your program is
5097executing within the function @code{foo}, but you can only use or
5098examine the variable @code{b} while your program is executing inside
5099the block where @code{b} is declared.
5100
5101@cindex variable name conflict
5102There is an exception: you can refer to a variable or function whose
5103scope is a single source file even if the current execution point is not
5104in this file. But it is possible to have more than one such variable or
5105function with the same name (in different source files). If that
5106happens, referring to that name has unpredictable effects. If you wish,
5107you can specify a static variable in a particular function or file,
15387254 5108using the colon-colon (@code{::}) notation:
c906108c 5109
d4f3574e 5110@cindex colon-colon, context for variables/functions
c906108c
SS
5111@iftex
5112@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 5113@cindex @code{::}, context for variables/functions
c906108c 5114@end iftex
474c8240 5115@smallexample
c906108c
SS
5116@var{file}::@var{variable}
5117@var{function}::@var{variable}
474c8240 5118@end smallexample
c906108c
SS
5119
5120@noindent
5121Here @var{file} or @var{function} is the name of the context for the
5122static @var{variable}. In the case of file names, you can use quotes to
5123make sure @value{GDBN} parses the file name as a single word---for example,
5124to print a global value of @code{x} defined in @file{f2.c}:
5125
474c8240 5126@smallexample
c906108c 5127(@value{GDBP}) p 'f2.c'::x
474c8240 5128@end smallexample
c906108c 5129
b37052ae 5130@cindex C@t{++} scope resolution
c906108c 5131This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 5132use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
5133scope resolution operator in @value{GDBN} expressions.
5134@c FIXME: Um, so what happens in one of those rare cases where it's in
5135@c conflict?? --mew
c906108c
SS
5136
5137@cindex wrong values
5138@cindex variable values, wrong
15387254
EZ
5139@cindex function entry/exit, wrong values of variables
5140@cindex optimized code, wrong values of variables
c906108c
SS
5141@quotation
5142@emph{Warning:} Occasionally, a local variable may appear to have the
5143wrong value at certain points in a function---just after entry to a new
5144scope, and just before exit.
5145@end quotation
5146You may see this problem when you are stepping by machine instructions.
5147This is because, on most machines, it takes more than one instruction to
5148set up a stack frame (including local variable definitions); if you are
5149stepping by machine instructions, variables may appear to have the wrong
5150values until the stack frame is completely built. On exit, it usually
5151also takes more than one machine instruction to destroy a stack frame;
5152after you begin stepping through that group of instructions, local
5153variable definitions may be gone.
5154
5155This may also happen when the compiler does significant optimizations.
5156To be sure of always seeing accurate values, turn off all optimization
5157when compiling.
5158
d4f3574e
SS
5159@cindex ``No symbol "foo" in current context''
5160Another possible effect of compiler optimizations is to optimize
5161unused variables out of existence, or assign variables to registers (as
5162opposed to memory addresses). Depending on the support for such cases
5163offered by the debug info format used by the compiler, @value{GDBN}
5164might not be able to display values for such local variables. If that
5165happens, @value{GDBN} will print a message like this:
5166
474c8240 5167@smallexample
d4f3574e 5168No symbol "foo" in current context.
474c8240 5169@end smallexample
d4f3574e
SS
5170
5171To solve such problems, either recompile without optimizations, or use a
5172different debug info format, if the compiler supports several such
15387254 5173formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
0179ffac
DC
5174usually supports the @option{-gstabs+} option. @option{-gstabs+}
5175produces debug info in a format that is superior to formats such as
5176COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5177an effective form for debug info. @xref{Debugging Options,,Options
5178for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
15387254
EZ
5179@xref{C, , Debugging C++}, for more info about debug info formats
5180that are best suited to C@t{++} programs.
d4f3574e 5181
6d2ebf8b 5182@node Arrays
c906108c
SS
5183@section Artificial arrays
5184
5185@cindex artificial array
15387254 5186@cindex arrays
41afff9a 5187@kindex @@@r{, referencing memory as an array}
c906108c
SS
5188It is often useful to print out several successive objects of the
5189same type in memory; a section of an array, or an array of
5190dynamically determined size for which only a pointer exists in the
5191program.
5192
5193You can do this by referring to a contiguous span of memory as an
5194@dfn{artificial array}, using the binary operator @samp{@@}. The left
5195operand of @samp{@@} should be the first element of the desired array
5196and be an individual object. The right operand should be the desired length
5197of the array. The result is an array value whose elements are all of
5198the type of the left argument. The first element is actually the left
5199argument; the second element comes from bytes of memory immediately
5200following those that hold the first element, and so on. Here is an
5201example. If a program says
5202
474c8240 5203@smallexample
c906108c 5204int *array = (int *) malloc (len * sizeof (int));
474c8240 5205@end smallexample
c906108c
SS
5206
5207@noindent
5208you can print the contents of @code{array} with
5209
474c8240 5210@smallexample
c906108c 5211p *array@@len
474c8240 5212@end smallexample
c906108c
SS
5213
5214The left operand of @samp{@@} must reside in memory. Array values made
5215with @samp{@@} in this way behave just like other arrays in terms of
5216subscripting, and are coerced to pointers when used in expressions.
5217Artificial arrays most often appear in expressions via the value history
5218(@pxref{Value History, ,Value history}), after printing one out.
5219
5220Another way to create an artificial array is to use a cast.
5221This re-interprets a value as if it were an array.
5222The value need not be in memory:
474c8240 5223@smallexample
c906108c
SS
5224(@value{GDBP}) p/x (short[2])0x12345678
5225$1 = @{0x1234, 0x5678@}
474c8240 5226@end smallexample
c906108c
SS
5227
5228As a convenience, if you leave the array length out (as in
c3f6f71d 5229@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 5230the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 5231@smallexample
c906108c
SS
5232(@value{GDBP}) p/x (short[])0x12345678
5233$2 = @{0x1234, 0x5678@}
474c8240 5234@end smallexample
c906108c
SS
5235
5236Sometimes the artificial array mechanism is not quite enough; in
5237moderately complex data structures, the elements of interest may not
5238actually be adjacent---for example, if you are interested in the values
5239of pointers in an array. One useful work-around in this situation is
5240to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5241variables}) as a counter in an expression that prints the first
5242interesting value, and then repeat that expression via @key{RET}. For
5243instance, suppose you have an array @code{dtab} of pointers to
5244structures, and you are interested in the values of a field @code{fv}
5245in each structure. Here is an example of what you might type:
5246
474c8240 5247@smallexample
c906108c
SS
5248set $i = 0
5249p dtab[$i++]->fv
5250@key{RET}
5251@key{RET}
5252@dots{}
474c8240 5253@end smallexample
c906108c 5254
6d2ebf8b 5255@node Output Formats
c906108c
SS
5256@section Output formats
5257
5258@cindex formatted output
5259@cindex output formats
5260By default, @value{GDBN} prints a value according to its data type. Sometimes
5261this is not what you want. For example, you might want to print a number
5262in hex, or a pointer in decimal. Or you might want to view data in memory
5263at a certain address as a character string or as an instruction. To do
5264these things, specify an @dfn{output format} when you print a value.
5265
5266The simplest use of output formats is to say how to print a value
5267already computed. This is done by starting the arguments of the
5268@code{print} command with a slash and a format letter. The format
5269letters supported are:
5270
5271@table @code
5272@item x
5273Regard the bits of the value as an integer, and print the integer in
5274hexadecimal.
5275
5276@item d
5277Print as integer in signed decimal.
5278
5279@item u
5280Print as integer in unsigned decimal.
5281
5282@item o
5283Print as integer in octal.
5284
5285@item t
5286Print as integer in binary. The letter @samp{t} stands for ``two''.
5287@footnote{@samp{b} cannot be used because these format letters are also
5288used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5289see @ref{Memory,,Examining memory}.}
c906108c
SS
5290
5291@item a
5292@cindex unknown address, locating
3d67e040 5293@cindex locate address
c906108c
SS
5294Print as an address, both absolute in hexadecimal and as an offset from
5295the nearest preceding symbol. You can use this format used to discover
5296where (in what function) an unknown address is located:
5297
474c8240 5298@smallexample
c906108c
SS
5299(@value{GDBP}) p/a 0x54320
5300$3 = 0x54320 <_initialize_vx+396>
474c8240 5301@end smallexample
c906108c 5302
3d67e040
EZ
5303@noindent
5304The command @code{info symbol 0x54320} yields similar results.
5305@xref{Symbols, info symbol}.
5306
c906108c 5307@item c
51274035
EZ
5308Regard as an integer and print it as a character constant. This
5309prints both the numerical value and its character representation. The
5310character representation is replaced with the octal escape @samp{\nnn}
5311for characters outside the 7-bit @sc{ascii} range.
c906108c
SS
5312
5313@item f
5314Regard the bits of the value as a floating point number and print
5315using typical floating point syntax.
5316@end table
5317
5318For example, to print the program counter in hex (@pxref{Registers}), type
5319
474c8240 5320@smallexample
c906108c 5321p/x $pc
474c8240 5322@end smallexample
c906108c
SS
5323
5324@noindent
5325Note that no space is required before the slash; this is because command
5326names in @value{GDBN} cannot contain a slash.
5327
5328To reprint the last value in the value history with a different format,
5329you can use the @code{print} command with just a format and no
5330expression. For example, @samp{p/x} reprints the last value in hex.
5331
6d2ebf8b 5332@node Memory
c906108c
SS
5333@section Examining memory
5334
5335You can use the command @code{x} (for ``examine'') to examine memory in
5336any of several formats, independently of your program's data types.
5337
5338@cindex examining memory
5339@table @code
41afff9a 5340@kindex x @r{(examine memory)}
c906108c
SS
5341@item x/@var{nfu} @var{addr}
5342@itemx x @var{addr}
5343@itemx x
5344Use the @code{x} command to examine memory.
5345@end table
5346
5347@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5348much memory to display and how to format it; @var{addr} is an
5349expression giving the address where you want to start displaying memory.
5350If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5351Several commands set convenient defaults for @var{addr}.
5352
5353@table @r
5354@item @var{n}, the repeat count
5355The repeat count is a decimal integer; the default is 1. It specifies
5356how much memory (counting by units @var{u}) to display.
5357@c This really is **decimal**; unaffected by 'set radix' as of GDB
5358@c 4.1.2.
5359
5360@item @var{f}, the display format
51274035
EZ
5361The display format is one of the formats used by @code{print}
5362(@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
5363@samp{f}), and in addition @samp{s} (for null-terminated strings) and
5364@samp{i} (for machine instructions). The default is @samp{x}
5365(hexadecimal) initially. The default changes each time you use either
5366@code{x} or @code{print}.
c906108c
SS
5367
5368@item @var{u}, the unit size
5369The unit size is any of
5370
5371@table @code
5372@item b
5373Bytes.
5374@item h
5375Halfwords (two bytes).
5376@item w
5377Words (four bytes). This is the initial default.
5378@item g
5379Giant words (eight bytes).
5380@end table
5381
5382Each time you specify a unit size with @code{x}, that size becomes the
5383default unit the next time you use @code{x}. (For the @samp{s} and
5384@samp{i} formats, the unit size is ignored and is normally not written.)
5385
5386@item @var{addr}, starting display address
5387@var{addr} is the address where you want @value{GDBN} to begin displaying
5388memory. The expression need not have a pointer value (though it may);
5389it is always interpreted as an integer address of a byte of memory.
5390@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5391@var{addr} is usually just after the last address examined---but several
5392other commands also set the default address: @code{info breakpoints} (to
5393the address of the last breakpoint listed), @code{info line} (to the
5394starting address of a line), and @code{print} (if you use it to display
5395a value from memory).
5396@end table
5397
5398For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5399(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5400starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5401words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5402@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5403
5404Since the letters indicating unit sizes are all distinct from the
5405letters specifying output formats, you do not have to remember whether
5406unit size or format comes first; either order works. The output
5407specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5408(However, the count @var{n} must come first; @samp{wx4} does not work.)
5409
5410Even though the unit size @var{u} is ignored for the formats @samp{s}
5411and @samp{i}, you might still want to use a count @var{n}; for example,
5412@samp{3i} specifies that you want to see three machine instructions,
5413including any operands. The command @code{disassemble} gives an
d4f3574e 5414alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5415Code,,Source and machine code}.
5416
5417All the defaults for the arguments to @code{x} are designed to make it
5418easy to continue scanning memory with minimal specifications each time
5419you use @code{x}. For example, after you have inspected three machine
5420instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5421with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5422the repeat count @var{n} is used again; the other arguments default as
5423for successive uses of @code{x}.
5424
5425@cindex @code{$_}, @code{$__}, and value history
5426The addresses and contents printed by the @code{x} command are not saved
5427in the value history because there is often too much of them and they
5428would get in the way. Instead, @value{GDBN} makes these values available for
5429subsequent use in expressions as values of the convenience variables
5430@code{$_} and @code{$__}. After an @code{x} command, the last address
5431examined is available for use in expressions in the convenience variable
5432@code{$_}. The contents of that address, as examined, are available in
5433the convenience variable @code{$__}.
5434
5435If the @code{x} command has a repeat count, the address and contents saved
5436are from the last memory unit printed; this is not the same as the last
5437address printed if several units were printed on the last line of output.
5438
09d4efe1
EZ
5439@cindex remote memory comparison
5440@cindex verify remote memory image
5441When you are debugging a program running on a remote target machine
5442(@pxref{Remote}), you may wish to verify the program's image in the
5443remote machine's memory against the executable file you downloaded to
5444the target. The @code{compare-sections} command is provided for such
5445situations.
5446
5447@table @code
5448@kindex compare-sections
5449@item compare-sections @r{[}@var{section-name}@r{]}
5450Compare the data of a loadable section @var{section-name} in the
5451executable file of the program being debugged with the same section in
5452the remote machine's memory, and report any mismatches. With no
5453arguments, compares all loadable sections. This command's
5454availability depends on the target's support for the @code{"qCRC"}
5455remote request.
5456@end table
5457
6d2ebf8b 5458@node Auto Display
c906108c
SS
5459@section Automatic display
5460@cindex automatic display
5461@cindex display of expressions
5462
5463If you find that you want to print the value of an expression frequently
5464(to see how it changes), you might want to add it to the @dfn{automatic
5465display list} so that @value{GDBN} prints its value each time your program stops.
5466Each expression added to the list is given a number to identify it;
5467to remove an expression from the list, you specify that number.
5468The automatic display looks like this:
5469
474c8240 5470@smallexample
c906108c
SS
54712: foo = 38
54723: bar[5] = (struct hack *) 0x3804
474c8240 5473@end smallexample
c906108c
SS
5474
5475@noindent
5476This display shows item numbers, expressions and their current values. As with
5477displays you request manually using @code{x} or @code{print}, you can
5478specify the output format you prefer; in fact, @code{display} decides
5479whether to use @code{print} or @code{x} depending on how elaborate your
5480format specification is---it uses @code{x} if you specify a unit size,
5481or one of the two formats (@samp{i} and @samp{s}) that are only
5482supported by @code{x}; otherwise it uses @code{print}.
5483
5484@table @code
5485@kindex display
d4f3574e
SS
5486@item display @var{expr}
5487Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5488each time your program stops. @xref{Expressions, ,Expressions}.
5489
5490@code{display} does not repeat if you press @key{RET} again after using it.
5491
d4f3574e 5492@item display/@var{fmt} @var{expr}
c906108c 5493For @var{fmt} specifying only a display format and not a size or
d4f3574e 5494count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5495arrange to display it each time in the specified format @var{fmt}.
5496@xref{Output Formats,,Output formats}.
5497
5498@item display/@var{fmt} @var{addr}
5499For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5500number of units, add the expression @var{addr} as a memory address to
5501be examined each time your program stops. Examining means in effect
5502doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5503@end table
5504
5505For example, @samp{display/i $pc} can be helpful, to see the machine
5506instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5507is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5508
5509@table @code
5510@kindex delete display
5511@kindex undisplay
5512@item undisplay @var{dnums}@dots{}
5513@itemx delete display @var{dnums}@dots{}
5514Remove item numbers @var{dnums} from the list of expressions to display.
5515
5516@code{undisplay} does not repeat if you press @key{RET} after using it.
5517(Otherwise you would just get the error @samp{No display number @dots{}}.)
5518
5519@kindex disable display
5520@item disable display @var{dnums}@dots{}
5521Disable the display of item numbers @var{dnums}. A disabled display
5522item is not printed automatically, but is not forgotten. It may be
5523enabled again later.
5524
5525@kindex enable display
5526@item enable display @var{dnums}@dots{}
5527Enable display of item numbers @var{dnums}. It becomes effective once
5528again in auto display of its expression, until you specify otherwise.
5529
5530@item display
5531Display the current values of the expressions on the list, just as is
5532done when your program stops.
5533
5534@kindex info display
5535@item info display
5536Print the list of expressions previously set up to display
5537automatically, each one with its item number, but without showing the
5538values. This includes disabled expressions, which are marked as such.
5539It also includes expressions which would not be displayed right now
5540because they refer to automatic variables not currently available.
5541@end table
5542
15387254 5543@cindex display disabled out of scope
c906108c
SS
5544If a display expression refers to local variables, then it does not make
5545sense outside the lexical context for which it was set up. Such an
5546expression is disabled when execution enters a context where one of its
5547variables is not defined. For example, if you give the command
5548@code{display last_char} while inside a function with an argument
5549@code{last_char}, @value{GDBN} displays this argument while your program
5550continues to stop inside that function. When it stops elsewhere---where
5551there is no variable @code{last_char}---the display is disabled
5552automatically. The next time your program stops where @code{last_char}
5553is meaningful, you can enable the display expression once again.
5554
6d2ebf8b 5555@node Print Settings
c906108c
SS
5556@section Print settings
5557
5558@cindex format options
5559@cindex print settings
5560@value{GDBN} provides the following ways to control how arrays, structures,
5561and symbols are printed.
5562
5563@noindent
5564These settings are useful for debugging programs in any language:
5565
5566@table @code
4644b6e3 5567@kindex set print
c906108c
SS
5568@item set print address
5569@itemx set print address on
4644b6e3 5570@cindex print/don't print memory addresses
c906108c
SS
5571@value{GDBN} prints memory addresses showing the location of stack
5572traces, structure values, pointer values, breakpoints, and so forth,
5573even when it also displays the contents of those addresses. The default
5574is @code{on}. For example, this is what a stack frame display looks like with
5575@code{set print address on}:
5576
5577@smallexample
5578@group
5579(@value{GDBP}) f
5580#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5581 at input.c:530
5582530 if (lquote != def_lquote)
5583@end group
5584@end smallexample
5585
5586@item set print address off
5587Do not print addresses when displaying their contents. For example,
5588this is the same stack frame displayed with @code{set print address off}:
5589
5590@smallexample
5591@group
5592(@value{GDBP}) set print addr off
5593(@value{GDBP}) f
5594#0 set_quotes (lq="<<", rq=">>") at input.c:530
5595530 if (lquote != def_lquote)
5596@end group
5597@end smallexample
5598
5599You can use @samp{set print address off} to eliminate all machine
5600dependent displays from the @value{GDBN} interface. For example, with
5601@code{print address off}, you should get the same text for backtraces on
5602all machines---whether or not they involve pointer arguments.
5603
4644b6e3 5604@kindex show print
c906108c
SS
5605@item show print address
5606Show whether or not addresses are to be printed.
5607@end table
5608
5609When @value{GDBN} prints a symbolic address, it normally prints the
5610closest earlier symbol plus an offset. If that symbol does not uniquely
5611identify the address (for example, it is a name whose scope is a single
5612source file), you may need to clarify. One way to do this is with
5613@code{info line}, for example @samp{info line *0x4537}. Alternately,
5614you can set @value{GDBN} to print the source file and line number when
5615it prints a symbolic address:
5616
5617@table @code
c906108c 5618@item set print symbol-filename on
9c16f35a
EZ
5619@cindex source file and line of a symbol
5620@cindex symbol, source file and line
c906108c
SS
5621Tell @value{GDBN} to print the source file name and line number of a
5622symbol in the symbolic form of an address.
5623
5624@item set print symbol-filename off
5625Do not print source file name and line number of a symbol. This is the
5626default.
5627
c906108c
SS
5628@item show print symbol-filename
5629Show whether or not @value{GDBN} will print the source file name and
5630line number of a symbol in the symbolic form of an address.
5631@end table
5632
5633Another situation where it is helpful to show symbol filenames and line
5634numbers is when disassembling code; @value{GDBN} shows you the line
5635number and source file that corresponds to each instruction.
5636
5637Also, you may wish to see the symbolic form only if the address being
5638printed is reasonably close to the closest earlier symbol:
5639
5640@table @code
c906108c 5641@item set print max-symbolic-offset @var{max-offset}
4644b6e3 5642@cindex maximum value for offset of closest symbol
c906108c
SS
5643Tell @value{GDBN} to only display the symbolic form of an address if the
5644offset between the closest earlier symbol and the address is less than
5d161b24 5645@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5646to always print the symbolic form of an address if any symbol precedes it.
5647
c906108c
SS
5648@item show print max-symbolic-offset
5649Ask how large the maximum offset is that @value{GDBN} prints in a
5650symbolic address.
5651@end table
5652
5653@cindex wild pointer, interpreting
5654@cindex pointer, finding referent
5655If you have a pointer and you are not sure where it points, try
5656@samp{set print symbol-filename on}. Then you can determine the name
5657and source file location of the variable where it points, using
5658@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5659For example, here @value{GDBN} shows that a variable @code{ptt} points
5660at another variable @code{t}, defined in @file{hi2.c}:
5661
474c8240 5662@smallexample
c906108c
SS
5663(@value{GDBP}) set print symbol-filename on
5664(@value{GDBP}) p/a ptt
5665$4 = 0xe008 <t in hi2.c>
474c8240 5666@end smallexample
c906108c
SS
5667
5668@quotation
5669@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5670does not show the symbol name and filename of the referent, even with
5671the appropriate @code{set print} options turned on.
5672@end quotation
5673
5674Other settings control how different kinds of objects are printed:
5675
5676@table @code
c906108c
SS
5677@item set print array
5678@itemx set print array on
4644b6e3 5679@cindex pretty print arrays
c906108c
SS
5680Pretty print arrays. This format is more convenient to read,
5681but uses more space. The default is off.
5682
5683@item set print array off
5684Return to compressed format for arrays.
5685
c906108c
SS
5686@item show print array
5687Show whether compressed or pretty format is selected for displaying
5688arrays.
5689
c906108c 5690@item set print elements @var{number-of-elements}
4644b6e3 5691@cindex number of array elements to print
9c16f35a 5692@cindex limit on number of printed array elements
c906108c
SS
5693Set a limit on how many elements of an array @value{GDBN} will print.
5694If @value{GDBN} is printing a large array, it stops printing after it has
5695printed the number of elements set by the @code{set print elements} command.
5696This limit also applies to the display of strings.
d4f3574e 5697When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5698Setting @var{number-of-elements} to zero means that the printing is unlimited.
5699
c906108c
SS
5700@item show print elements
5701Display the number of elements of a large array that @value{GDBN} will print.
5702If the number is 0, then the printing is unlimited.
5703
9c16f35a
EZ
5704@item set print repeats
5705@cindex repeated array elements
5706Set the threshold for suppressing display of repeated array
5707elelments. When the number of consecutive identical elements of an
5708array exceeds the threshold, @value{GDBN} prints the string
5709@code{"<repeats @var{n} times>"}, where @var{n} is the number of
5710identical repetitions, instead of displaying the identical elements
5711themselves. Setting the threshold to zero will cause all elements to
5712be individually printed. The default threshold is 10.
5713
5714@item show print repeats
5715Display the current threshold for printing repeated identical
5716elements.
5717
c906108c 5718@item set print null-stop
4644b6e3 5719@cindex @sc{null} elements in arrays
c906108c 5720Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5721@sc{null} is encountered. This is useful when large arrays actually
c906108c 5722contain only short strings.
d4f3574e 5723The default is off.
c906108c 5724
9c16f35a
EZ
5725@item show print null-stop
5726Show whether @value{GDBN} stops printing an array on the first
5727@sc{null} character.
5728
c906108c 5729@item set print pretty on
9c16f35a
EZ
5730@cindex print structures in indented form
5731@cindex indentation in structure display
5d161b24 5732Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5733per line, like this:
5734
5735@smallexample
5736@group
5737$1 = @{
5738 next = 0x0,
5739 flags = @{
5740 sweet = 1,
5741 sour = 1
5742 @},
5743 meat = 0x54 "Pork"
5744@}
5745@end group
5746@end smallexample
5747
5748@item set print pretty off
5749Cause @value{GDBN} to print structures in a compact format, like this:
5750
5751@smallexample
5752@group
5753$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5754meat = 0x54 "Pork"@}
5755@end group
5756@end smallexample
5757
5758@noindent
5759This is the default format.
5760
c906108c
SS
5761@item show print pretty
5762Show which format @value{GDBN} is using to print structures.
5763
c906108c 5764@item set print sevenbit-strings on
4644b6e3
EZ
5765@cindex eight-bit characters in strings
5766@cindex octal escapes in strings
c906108c
SS
5767Print using only seven-bit characters; if this option is set,
5768@value{GDBN} displays any eight-bit characters (in strings or
5769character values) using the notation @code{\}@var{nnn}. This setting is
5770best if you are working in English (@sc{ascii}) and you use the
5771high-order bit of characters as a marker or ``meta'' bit.
5772
5773@item set print sevenbit-strings off
5774Print full eight-bit characters. This allows the use of more
5775international character sets, and is the default.
5776
c906108c
SS
5777@item show print sevenbit-strings
5778Show whether or not @value{GDBN} is printing only seven-bit characters.
5779
c906108c 5780@item set print union on
4644b6e3 5781@cindex unions in structures, printing
9c16f35a
EZ
5782Tell @value{GDBN} to print unions which are contained in structures
5783and other unions. This is the default setting.
c906108c
SS
5784
5785@item set print union off
9c16f35a
EZ
5786Tell @value{GDBN} not to print unions which are contained in
5787structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5788instead.
c906108c 5789
c906108c
SS
5790@item show print union
5791Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 5792structures and other unions.
c906108c
SS
5793
5794For example, given the declarations
5795
5796@smallexample
5797typedef enum @{Tree, Bug@} Species;
5798typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5799typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5800 Bug_forms;
5801
5802struct thing @{
5803 Species it;
5804 union @{
5805 Tree_forms tree;
5806 Bug_forms bug;
5807 @} form;
5808@};
5809
5810struct thing foo = @{Tree, @{Acorn@}@};
5811@end smallexample
5812
5813@noindent
5814with @code{set print union on} in effect @samp{p foo} would print
5815
5816@smallexample
5817$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5818@end smallexample
5819
5820@noindent
5821and with @code{set print union off} in effect it would print
5822
5823@smallexample
5824$1 = @{it = Tree, form = @{...@}@}
5825@end smallexample
9c16f35a
EZ
5826
5827@noindent
5828@code{set print union} affects programs written in C-like languages
5829and in Pascal.
c906108c
SS
5830@end table
5831
c906108c
SS
5832@need 1000
5833@noindent
b37052ae 5834These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5835
5836@table @code
4644b6e3 5837@cindex demangling C@t{++} names
c906108c
SS
5838@item set print demangle
5839@itemx set print demangle on
b37052ae 5840Print C@t{++} names in their source form rather than in the encoded
c906108c 5841(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5842linkage. The default is on.
c906108c 5843
c906108c 5844@item show print demangle
b37052ae 5845Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 5846
c906108c
SS
5847@item set print asm-demangle
5848@itemx set print asm-demangle on
b37052ae 5849Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5850in assembler code printouts such as instruction disassemblies.
5851The default is off.
5852
c906108c 5853@item show print asm-demangle
b37052ae 5854Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5855or demangled form.
5856
b37052ae
EZ
5857@cindex C@t{++} symbol decoding style
5858@cindex symbol decoding style, C@t{++}
a8f24a35 5859@kindex set demangle-style
c906108c
SS
5860@item set demangle-style @var{style}
5861Choose among several encoding schemes used by different compilers to
b37052ae 5862represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5863
5864@table @code
5865@item auto
5866Allow @value{GDBN} to choose a decoding style by inspecting your program.
5867
5868@item gnu
b37052ae 5869Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5870This is the default.
c906108c
SS
5871
5872@item hp
b37052ae 5873Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5874
5875@item lucid
b37052ae 5876Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5877
5878@item arm
b37052ae 5879Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5880@strong{Warning:} this setting alone is not sufficient to allow
5881debugging @code{cfront}-generated executables. @value{GDBN} would
5882require further enhancement to permit that.
5883
5884@end table
5885If you omit @var{style}, you will see a list of possible formats.
5886
c906108c 5887@item show demangle-style
b37052ae 5888Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 5889
c906108c
SS
5890@item set print object
5891@itemx set print object on
4644b6e3 5892@cindex derived type of an object, printing
9c16f35a 5893@cindex display derived types
c906108c
SS
5894When displaying a pointer to an object, identify the @emph{actual}
5895(derived) type of the object rather than the @emph{declared} type, using
5896the virtual function table.
5897
5898@item set print object off
5899Display only the declared type of objects, without reference to the
5900virtual function table. This is the default setting.
5901
c906108c
SS
5902@item show print object
5903Show whether actual, or declared, object types are displayed.
5904
c906108c
SS
5905@item set print static-members
5906@itemx set print static-members on
4644b6e3 5907@cindex static members of C@t{++} objects
b37052ae 5908Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5909
5910@item set print static-members off
b37052ae 5911Do not print static members when displaying a C@t{++} object.
c906108c 5912
c906108c 5913@item show print static-members
9c16f35a
EZ
5914Show whether C@t{++} static members are printed or not.
5915
5916@item set print pascal_static-members
5917@itemx set print pascal_static-members on
5918@cindex static members of Pacal objects
5919@cindex Pacal objects, static members display
5920Print static members when displaying a Pascal object. The default is on.
5921
5922@item set print pascal_static-members off
5923Do not print static members when displaying a Pascal object.
5924
5925@item show print pascal_static-members
5926Show whether Pascal static members are printed or not.
c906108c
SS
5927
5928@c These don't work with HP ANSI C++ yet.
c906108c
SS
5929@item set print vtbl
5930@itemx set print vtbl on
4644b6e3 5931@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
5932@cindex virtual functions (C@t{++}) display
5933@cindex VTBL display
b37052ae 5934Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5935(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5936ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5937
5938@item set print vtbl off
b37052ae 5939Do not pretty print C@t{++} virtual function tables.
c906108c 5940
c906108c 5941@item show print vtbl
b37052ae 5942Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5943@end table
c906108c 5944
6d2ebf8b 5945@node Value History
c906108c
SS
5946@section Value history
5947
5948@cindex value history
9c16f35a 5949@cindex history of values printed by @value{GDBN}
5d161b24
DB
5950Values printed by the @code{print} command are saved in the @value{GDBN}
5951@dfn{value history}. This allows you to refer to them in other expressions.
5952Values are kept until the symbol table is re-read or discarded
5953(for example with the @code{file} or @code{symbol-file} commands).
5954When the symbol table changes, the value history is discarded,
5955since the values may contain pointers back to the types defined in the
c906108c
SS
5956symbol table.
5957
5958@cindex @code{$}
5959@cindex @code{$$}
5960@cindex history number
5961The values printed are given @dfn{history numbers} by which you can
5962refer to them. These are successive integers starting with one.
5963@code{print} shows you the history number assigned to a value by
5964printing @samp{$@var{num} = } before the value; here @var{num} is the
5965history number.
5966
5967To refer to any previous value, use @samp{$} followed by the value's
5968history number. The way @code{print} labels its output is designed to
5969remind you of this. Just @code{$} refers to the most recent value in
5970the history, and @code{$$} refers to the value before that.
5971@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5972is the value just prior to @code{$$}, @code{$$1} is equivalent to
5973@code{$$}, and @code{$$0} is equivalent to @code{$}.
5974
5975For example, suppose you have just printed a pointer to a structure and
5976want to see the contents of the structure. It suffices to type
5977
474c8240 5978@smallexample
c906108c 5979p *$
474c8240 5980@end smallexample
c906108c
SS
5981
5982If you have a chain of structures where the component @code{next} points
5983to the next one, you can print the contents of the next one with this:
5984
474c8240 5985@smallexample
c906108c 5986p *$.next
474c8240 5987@end smallexample
c906108c
SS
5988
5989@noindent
5990You can print successive links in the chain by repeating this
5991command---which you can do by just typing @key{RET}.
5992
5993Note that the history records values, not expressions. If the value of
5994@code{x} is 4 and you type these commands:
5995
474c8240 5996@smallexample
c906108c
SS
5997print x
5998set x=5
474c8240 5999@end smallexample
c906108c
SS
6000
6001@noindent
6002then the value recorded in the value history by the @code{print} command
6003remains 4 even though the value of @code{x} has changed.
6004
6005@table @code
6006@kindex show values
6007@item show values
6008Print the last ten values in the value history, with their item numbers.
6009This is like @samp{p@ $$9} repeated ten times, except that @code{show
6010values} does not change the history.
6011
6012@item show values @var{n}
6013Print ten history values centered on history item number @var{n}.
6014
6015@item show values +
6016Print ten history values just after the values last printed. If no more
6017values are available, @code{show values +} produces no display.
6018@end table
6019
6020Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
6021same effect as @samp{show values +}.
6022
6d2ebf8b 6023@node Convenience Vars
c906108c
SS
6024@section Convenience variables
6025
6026@cindex convenience variables
9c16f35a 6027@cindex user-defined variables
c906108c
SS
6028@value{GDBN} provides @dfn{convenience variables} that you can use within
6029@value{GDBN} to hold on to a value and refer to it later. These variables
6030exist entirely within @value{GDBN}; they are not part of your program, and
6031setting a convenience variable has no direct effect on further execution
6032of your program. That is why you can use them freely.
6033
6034Convenience variables are prefixed with @samp{$}. Any name preceded by
6035@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 6036the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
6037(Value history references, in contrast, are @emph{numbers} preceded
6038by @samp{$}. @xref{Value History, ,Value history}.)
6039
6040You can save a value in a convenience variable with an assignment
6041expression, just as you would set a variable in your program.
6042For example:
6043
474c8240 6044@smallexample
c906108c 6045set $foo = *object_ptr
474c8240 6046@end smallexample
c906108c
SS
6047
6048@noindent
6049would save in @code{$foo} the value contained in the object pointed to by
6050@code{object_ptr}.
6051
6052Using a convenience variable for the first time creates it, but its
6053value is @code{void} until you assign a new value. You can alter the
6054value with another assignment at any time.
6055
6056Convenience variables have no fixed types. You can assign a convenience
6057variable any type of value, including structures and arrays, even if
6058that variable already has a value of a different type. The convenience
6059variable, when used as an expression, has the type of its current value.
6060
6061@table @code
6062@kindex show convenience
9c16f35a 6063@cindex show all user variables
c906108c
SS
6064@item show convenience
6065Print a list of convenience variables used so far, and their values.
d4f3574e 6066Abbreviated @code{show conv}.
c906108c
SS
6067@end table
6068
6069One of the ways to use a convenience variable is as a counter to be
6070incremented or a pointer to be advanced. For example, to print
6071a field from successive elements of an array of structures:
6072
474c8240 6073@smallexample
c906108c
SS
6074set $i = 0
6075print bar[$i++]->contents
474c8240 6076@end smallexample
c906108c 6077
d4f3574e
SS
6078@noindent
6079Repeat that command by typing @key{RET}.
c906108c
SS
6080
6081Some convenience variables are created automatically by @value{GDBN} and given
6082values likely to be useful.
6083
6084@table @code
41afff9a 6085@vindex $_@r{, convenience variable}
c906108c
SS
6086@item $_
6087The variable @code{$_} is automatically set by the @code{x} command to
6088the last address examined (@pxref{Memory, ,Examining memory}). Other
6089commands which provide a default address for @code{x} to examine also
6090set @code{$_} to that address; these commands include @code{info line}
6091and @code{info breakpoint}. The type of @code{$_} is @code{void *}
6092except when set by the @code{x} command, in which case it is a pointer
6093to the type of @code{$__}.
6094
41afff9a 6095@vindex $__@r{, convenience variable}
c906108c
SS
6096@item $__
6097The variable @code{$__} is automatically set by the @code{x} command
6098to the value found in the last address examined. Its type is chosen
6099to match the format in which the data was printed.
6100
6101@item $_exitcode
41afff9a 6102@vindex $_exitcode@r{, convenience variable}
c906108c
SS
6103The variable @code{$_exitcode} is automatically set to the exit code when
6104the program being debugged terminates.
6105@end table
6106
53a5351d
JM
6107On HP-UX systems, if you refer to a function or variable name that
6108begins with a dollar sign, @value{GDBN} searches for a user or system
6109name first, before it searches for a convenience variable.
c906108c 6110
6d2ebf8b 6111@node Registers
c906108c
SS
6112@section Registers
6113
6114@cindex registers
6115You can refer to machine register contents, in expressions, as variables
6116with names starting with @samp{$}. The names of registers are different
6117for each machine; use @code{info registers} to see the names used on
6118your machine.
6119
6120@table @code
6121@kindex info registers
6122@item info registers
6123Print the names and values of all registers except floating-point
c85508ee 6124and vector registers (in the selected stack frame).
c906108c
SS
6125
6126@kindex info all-registers
6127@cindex floating point registers
6128@item info all-registers
6129Print the names and values of all registers, including floating-point
c85508ee 6130and vector registers (in the selected stack frame).
c906108c
SS
6131
6132@item info registers @var{regname} @dots{}
6133Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
6134As discussed in detail below, register values are normally relative to
6135the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
6136the machine you are using, with or without the initial @samp{$}.
6137@end table
6138
e09f16f9
EZ
6139@cindex stack pointer register
6140@cindex program counter register
6141@cindex process status register
6142@cindex frame pointer register
6143@cindex standard registers
c906108c
SS
6144@value{GDBN} has four ``standard'' register names that are available (in
6145expressions) on most machines---whenever they do not conflict with an
6146architecture's canonical mnemonics for registers. The register names
6147@code{$pc} and @code{$sp} are used for the program counter register and
6148the stack pointer. @code{$fp} is used for a register that contains a
6149pointer to the current stack frame, and @code{$ps} is used for a
6150register that contains the processor status. For example,
6151you could print the program counter in hex with
6152
474c8240 6153@smallexample
c906108c 6154p/x $pc
474c8240 6155@end smallexample
c906108c
SS
6156
6157@noindent
6158or print the instruction to be executed next with
6159
474c8240 6160@smallexample
c906108c 6161x/i $pc
474c8240 6162@end smallexample
c906108c
SS
6163
6164@noindent
6165or add four to the stack pointer@footnote{This is a way of removing
6166one word from the stack, on machines where stacks grow downward in
6167memory (most machines, nowadays). This assumes that the innermost
6168stack frame is selected; setting @code{$sp} is not allowed when other
6169stack frames are selected. To pop entire frames off the stack,
6170regardless of machine architecture, use @code{return};
d4f3574e 6171see @ref{Returning, ,Returning from a function}.} with
c906108c 6172
474c8240 6173@smallexample
c906108c 6174set $sp += 4
474c8240 6175@end smallexample
c906108c
SS
6176
6177Whenever possible, these four standard register names are available on
6178your machine even though the machine has different canonical mnemonics,
6179so long as there is no conflict. The @code{info registers} command
6180shows the canonical names. For example, on the SPARC, @code{info
6181registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
6182can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6183is an alias for the @sc{eflags} register.
c906108c
SS
6184
6185@value{GDBN} always considers the contents of an ordinary register as an
6186integer when the register is examined in this way. Some machines have
6187special registers which can hold nothing but floating point; these
6188registers are considered to have floating point values. There is no way
6189to refer to the contents of an ordinary register as floating point value
6190(although you can @emph{print} it as a floating point value with
6191@samp{print/f $@var{regname}}).
6192
6193Some registers have distinct ``raw'' and ``virtual'' data formats. This
6194means that the data format in which the register contents are saved by
6195the operating system is not the same one that your program normally
6196sees. For example, the registers of the 68881 floating point
6197coprocessor are always saved in ``extended'' (raw) format, but all C
6198programs expect to work with ``double'' (virtual) format. In such
5d161b24 6199cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
6200that makes sense for your program), but the @code{info registers} command
6201prints the data in both formats.
6202
6203Normally, register values are relative to the selected stack frame
6204(@pxref{Selection, ,Selecting a frame}). This means that you get the
6205value that the register would contain if all stack frames farther in
6206were exited and their saved registers restored. In order to see the
6207true contents of hardware registers, you must select the innermost
6208frame (with @samp{frame 0}).
6209
6210However, @value{GDBN} must deduce where registers are saved, from the machine
6211code generated by your compiler. If some registers are not saved, or if
6212@value{GDBN} is unable to locate the saved registers, the selected stack
6213frame makes no difference.
6214
6d2ebf8b 6215@node Floating Point Hardware
c906108c
SS
6216@section Floating point hardware
6217@cindex floating point
6218
6219Depending on the configuration, @value{GDBN} may be able to give
6220you more information about the status of the floating point hardware.
6221
6222@table @code
6223@kindex info float
6224@item info float
6225Display hardware-dependent information about the floating
6226point unit. The exact contents and layout vary depending on the
6227floating point chip. Currently, @samp{info float} is supported on
6228the ARM and x86 machines.
6229@end table
c906108c 6230
e76f1f2e
AC
6231@node Vector Unit
6232@section Vector Unit
6233@cindex vector unit
6234
6235Depending on the configuration, @value{GDBN} may be able to give you
6236more information about the status of the vector unit.
6237
6238@table @code
6239@kindex info vector
6240@item info vector
6241Display information about the vector unit. The exact contents and
6242layout vary depending on the hardware.
6243@end table
6244
721c2651
EZ
6245@node OS Information
6246@section Operating system auxiliary information
6247@cindex OS information
6248
6249@value{GDBN} provides interfaces to useful OS facilities that can help
6250you debug your program.
6251
6252@cindex @code{ptrace} system call
6253@cindex @code{struct user} contents
6254When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6255machines), it interfaces with the inferior via the @code{ptrace}
6256system call. The operating system creates a special sata structure,
6257called @code{struct user}, for this interface. You can use the
6258command @code{info udot} to display the contents of this data
6259structure.
6260
6261@table @code
6262@item info udot
6263@kindex info udot
6264Display the contents of the @code{struct user} maintained by the OS
6265kernel for the program being debugged. @value{GDBN} displays the
6266contents of @code{struct user} as a list of hex numbers, similar to
6267the @code{examine} command.
6268@end table
6269
b383017d
RM
6270@cindex auxiliary vector
6271@cindex vector, auxiliary
b383017d
RM
6272Some operating systems supply an @dfn{auxiliary vector} to programs at
6273startup. This is akin to the arguments and environment that you
6274specify for a program, but contains a system-dependent variety of
6275binary values that tell system libraries important details about the
6276hardware, operating system, and process. Each value's purpose is
6277identified by an integer tag; the meanings are well-known but system-specific.
6278Depending on the configuration and operating system facilities,
9c16f35a
EZ
6279@value{GDBN} may be able to show you this information. For remote
6280targets, this functionality may further depend on the remote stub's
6281support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6282configuration, auxiliary vector}.
b383017d
RM
6283
6284@table @code
6285@kindex info auxv
6286@item info auxv
6287Display the auxiliary vector of the inferior, which can be either a
e4937fc1 6288live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
6289numerically, and also shows names and text descriptions for recognized
6290tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 6291pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
6292most appropriate form for a recognized tag, and in hexadecimal for
6293an unrecognized tag.
6294@end table
6295
721c2651 6296
29e57380 6297@node Memory Region Attributes
b383017d 6298@section Memory region attributes
29e57380
C
6299@cindex memory region attributes
6300
b383017d
RM
6301@dfn{Memory region attributes} allow you to describe special handling
6302required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
6303to determine whether to allow certain types of memory accesses; whether to
6304use specific width accesses; and whether to cache target memory.
6305
6306Defined memory regions can be individually enabled and disabled. When a
6307memory region is disabled, @value{GDBN} uses the default attributes when
6308accessing memory in that region. Similarly, if no memory regions have
6309been defined, @value{GDBN} uses the default attributes when accessing
6310all memory.
6311
b383017d 6312When a memory region is defined, it is given a number to identify it;
29e57380
C
6313to enable, disable, or remove a memory region, you specify that number.
6314
6315@table @code
6316@kindex mem
bfac230e 6317@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
6318Define a memory region bounded by @var{lower} and @var{upper} with
6319attributes @var{attributes}@dots{}, and add it to the list of regions
6320monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6321case: it is treated as the the target's maximum memory address.
bfac230e 6322(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
6323
6324@kindex delete mem
6325@item delete mem @var{nums}@dots{}
09d4efe1
EZ
6326Remove memory regions @var{nums}@dots{} from the list of regions
6327monitored by @value{GDBN}.
29e57380
C
6328
6329@kindex disable mem
6330@item disable mem @var{nums}@dots{}
09d4efe1 6331Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 6332A disabled memory region is not forgotten.
29e57380
C
6333It may be enabled again later.
6334
6335@kindex enable mem
6336@item enable mem @var{nums}@dots{}
09d4efe1 6337Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
6338
6339@kindex info mem
6340@item info mem
6341Print a table of all defined memory regions, with the following columns
09d4efe1 6342for each region:
29e57380
C
6343
6344@table @emph
6345@item Memory Region Number
6346@item Enabled or Disabled.
b383017d 6347Enabled memory regions are marked with @samp{y}.
29e57380
C
6348Disabled memory regions are marked with @samp{n}.
6349
6350@item Lo Address
6351The address defining the inclusive lower bound of the memory region.
6352
6353@item Hi Address
6354The address defining the exclusive upper bound of the memory region.
6355
6356@item Attributes
6357The list of attributes set for this memory region.
6358@end table
6359@end table
6360
6361
6362@subsection Attributes
6363
b383017d 6364@subsubsection Memory Access Mode
29e57380
C
6365The access mode attributes set whether @value{GDBN} may make read or
6366write accesses to a memory region.
6367
6368While these attributes prevent @value{GDBN} from performing invalid
6369memory accesses, they do nothing to prevent the target system, I/O DMA,
6370etc. from accessing memory.
6371
6372@table @code
6373@item ro
6374Memory is read only.
6375@item wo
6376Memory is write only.
6377@item rw
6ca652b0 6378Memory is read/write. This is the default.
29e57380
C
6379@end table
6380
6381@subsubsection Memory Access Size
6382The acccess size attributes tells @value{GDBN} to use specific sized
6383accesses in the memory region. Often memory mapped device registers
6384require specific sized accesses. If no access size attribute is
6385specified, @value{GDBN} may use accesses of any size.
6386
6387@table @code
6388@item 8
6389Use 8 bit memory accesses.
6390@item 16
6391Use 16 bit memory accesses.
6392@item 32
6393Use 32 bit memory accesses.
6394@item 64
6395Use 64 bit memory accesses.
6396@end table
6397
6398@c @subsubsection Hardware/Software Breakpoints
6399@c The hardware/software breakpoint attributes set whether @value{GDBN}
6400@c will use hardware or software breakpoints for the internal breakpoints
6401@c used by the step, next, finish, until, etc. commands.
6402@c
6403@c @table @code
6404@c @item hwbreak
b383017d 6405@c Always use hardware breakpoints
29e57380
C
6406@c @item swbreak (default)
6407@c @end table
6408
6409@subsubsection Data Cache
6410The data cache attributes set whether @value{GDBN} will cache target
6411memory. While this generally improves performance by reducing debug
6412protocol overhead, it can lead to incorrect results because @value{GDBN}
6413does not know about volatile variables or memory mapped device
6414registers.
6415
6416@table @code
6417@item cache
b383017d 6418Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6419@item nocache
6420Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6421@end table
6422
6423@c @subsubsection Memory Write Verification
b383017d 6424@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6425@c will re-reads data after each write to verify the write was successful.
6426@c
6427@c @table @code
6428@c @item verify
6429@c @item noverify (default)
6430@c @end table
6431
16d9dec6
MS
6432@node Dump/Restore Files
6433@section Copy between memory and a file
6434@cindex dump/restore files
6435@cindex append data to a file
6436@cindex dump data to a file
6437@cindex restore data from a file
16d9dec6 6438
df5215a6
JB
6439You can use the commands @code{dump}, @code{append}, and
6440@code{restore} to copy data between target memory and a file. The
6441@code{dump} and @code{append} commands write data to a file, and the
6442@code{restore} command reads data from a file back into the inferior's
6443memory. Files may be in binary, Motorola S-record, Intel hex, or
6444Tektronix Hex format; however, @value{GDBN} can only append to binary
6445files.
6446
6447@table @code
6448
6449@kindex dump
6450@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6451@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6452Dump the contents of memory from @var{start_addr} to @var{end_addr},
6453or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6454
df5215a6 6455The @var{format} parameter may be any one of:
16d9dec6 6456@table @code
df5215a6
JB
6457@item binary
6458Raw binary form.
6459@item ihex
6460Intel hex format.
6461@item srec
6462Motorola S-record format.
6463@item tekhex
6464Tektronix Hex format.
6465@end table
6466
6467@value{GDBN} uses the same definitions of these formats as the
6468@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6469@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6470form.
6471
6472@kindex append
6473@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6474@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6475Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 6476or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
6477(@value{GDBN} can only append data to files in raw binary form.)
6478
6479@kindex restore
6480@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6481Restore the contents of file @var{filename} into memory. The
6482@code{restore} command can automatically recognize any known @sc{bfd}
6483file format, except for raw binary. To restore a raw binary file you
6484must specify the optional keyword @code{binary} after the filename.
16d9dec6 6485
b383017d 6486If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6487contained in the file. Binary files always start at address zero, so
6488they will be restored at address @var{bias}. Other bfd files have
6489a built-in location; they will be restored at offset @var{bias}
6490from that location.
6491
6492If @var{start} and/or @var{end} are non-zero, then only data between
6493file offset @var{start} and file offset @var{end} will be restored.
b383017d 6494These offsets are relative to the addresses in the file, before
16d9dec6
MS
6495the @var{bias} argument is applied.
6496
6497@end table
6498
384ee23f
EZ
6499@node Core File Generation
6500@section How to Produce a Core File from Your Program
6501@cindex dump core from inferior
6502
6503A @dfn{core file} or @dfn{core dump} is a file that records the memory
6504image of a running process and its process status (register values
6505etc.). Its primary use is post-mortem debugging of a program that
6506crashed while it ran outside a debugger. A program that crashes
6507automatically produces a core file, unless this feature is disabled by
6508the user. @xref{Files}, for information on invoking @value{GDBN} in
6509the post-mortem debugging mode.
6510
6511Occasionally, you may wish to produce a core file of the program you
6512are debugging in order to preserve a snapshot of its state.
6513@value{GDBN} has a special command for that.
6514
6515@table @code
6516@kindex gcore
6517@kindex generate-core-file
6518@item generate-core-file [@var{file}]
6519@itemx gcore [@var{file}]
6520Produce a core dump of the inferior process. The optional argument
6521@var{file} specifies the file name where to put the core dump. If not
6522specified, the file name defaults to @file{core.@var{pid}}, where
6523@var{pid} is the inferior process ID.
6524
6525Note that this command is implemented only for some systems (as of
6526this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6527@end table
6528
a0eb71c5
KB
6529@node Character Sets
6530@section Character Sets
6531@cindex character sets
6532@cindex charset
6533@cindex translating between character sets
6534@cindex host character set
6535@cindex target character set
6536
6537If the program you are debugging uses a different character set to
6538represent characters and strings than the one @value{GDBN} uses itself,
6539@value{GDBN} can automatically translate between the character sets for
6540you. The character set @value{GDBN} uses we call the @dfn{host
6541character set}; the one the inferior program uses we call the
6542@dfn{target character set}.
6543
6544For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6545uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6546remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6547running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6548then the host character set is Latin-1, and the target character set is
6549@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6550target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6551@sc{ebcdic} and Latin 1 as you print character or string values, or use
6552character and string literals in expressions.
6553
6554@value{GDBN} has no way to automatically recognize which character set
6555the inferior program uses; you must tell it, using the @code{set
6556target-charset} command, described below.
6557
6558Here are the commands for controlling @value{GDBN}'s character set
6559support:
6560
6561@table @code
6562@item set target-charset @var{charset}
6563@kindex set target-charset
6564Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6565character set names @value{GDBN} recognizes below, but if you type
6566@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6567list the target character sets it supports.
a0eb71c5
KB
6568@end table
6569
6570@table @code
6571@item set host-charset @var{charset}
6572@kindex set host-charset
6573Set the current host character set to @var{charset}.
6574
6575By default, @value{GDBN} uses a host character set appropriate to the
6576system it is running on; you can override that default using the
6577@code{set host-charset} command.
6578
6579@value{GDBN} can only use certain character sets as its host character
6580set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6581indicate which can be host character sets, but if you type
6582@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6583list the host character sets it supports.
a0eb71c5
KB
6584
6585@item set charset @var{charset}
6586@kindex set charset
e33d66ec
EZ
6587Set the current host and target character sets to @var{charset}. As
6588above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6589@value{GDBN} will list the name of the character sets that can be used
6590for both host and target.
6591
a0eb71c5
KB
6592
6593@item show charset
a0eb71c5 6594@kindex show charset
b383017d 6595Show the names of the current host and target charsets.
e33d66ec
EZ
6596
6597@itemx show host-charset
a0eb71c5 6598@kindex show host-charset
b383017d 6599Show the name of the current host charset.
e33d66ec
EZ
6600
6601@itemx show target-charset
a0eb71c5 6602@kindex show target-charset
b383017d 6603Show the name of the current target charset.
a0eb71c5
KB
6604
6605@end table
6606
6607@value{GDBN} currently includes support for the following character
6608sets:
6609
6610@table @code
6611
6612@item ASCII
6613@cindex ASCII character set
6614Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6615character set.
6616
6617@item ISO-8859-1
6618@cindex ISO 8859-1 character set
6619@cindex ISO Latin 1 character set
e33d66ec 6620The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6621characters needed for French, German, and Spanish. @value{GDBN} can use
6622this as its host character set.
6623
6624@item EBCDIC-US
6625@itemx IBM1047
6626@cindex EBCDIC character set
6627@cindex IBM1047 character set
6628Variants of the @sc{ebcdic} character set, used on some of IBM's
6629mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6630@value{GDBN} cannot use these as its host character set.
6631
6632@end table
6633
6634Note that these are all single-byte character sets. More work inside
6635GDB is needed to support multi-byte or variable-width character
6636encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6637
6638Here is an example of @value{GDBN}'s character set support in action.
6639Assume that the following source code has been placed in the file
6640@file{charset-test.c}:
6641
6642@smallexample
6643#include <stdio.h>
6644
6645char ascii_hello[]
6646 = @{72, 101, 108, 108, 111, 44, 32, 119,
6647 111, 114, 108, 100, 33, 10, 0@};
6648char ibm1047_hello[]
6649 = @{200, 133, 147, 147, 150, 107, 64, 166,
6650 150, 153, 147, 132, 90, 37, 0@};
6651
6652main ()
6653@{
6654 printf ("Hello, world!\n");
6655@}
10998722 6656@end smallexample
a0eb71c5
KB
6657
6658In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6659containing the string @samp{Hello, world!} followed by a newline,
6660encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6661
6662We compile the program, and invoke the debugger on it:
6663
6664@smallexample
6665$ gcc -g charset-test.c -o charset-test
6666$ gdb -nw charset-test
6667GNU gdb 2001-12-19-cvs
6668Copyright 2001 Free Software Foundation, Inc.
6669@dots{}
f7dc1244 6670(@value{GDBP})
10998722 6671@end smallexample
a0eb71c5
KB
6672
6673We can use the @code{show charset} command to see what character sets
6674@value{GDBN} is currently using to interpret and display characters and
6675strings:
6676
6677@smallexample
f7dc1244 6678(@value{GDBP}) show charset
e33d66ec 6679The current host and target character set is `ISO-8859-1'.
f7dc1244 6680(@value{GDBP})
10998722 6681@end smallexample
a0eb71c5
KB
6682
6683For the sake of printing this manual, let's use @sc{ascii} as our
6684initial character set:
6685@smallexample
f7dc1244
EZ
6686(@value{GDBP}) set charset ASCII
6687(@value{GDBP}) show charset
e33d66ec 6688The current host and target character set is `ASCII'.
f7dc1244 6689(@value{GDBP})
10998722 6690@end smallexample
a0eb71c5
KB
6691
6692Let's assume that @sc{ascii} is indeed the correct character set for our
6693host system --- in other words, let's assume that if @value{GDBN} prints
6694characters using the @sc{ascii} character set, our terminal will display
6695them properly. Since our current target character set is also
6696@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6697
6698@smallexample
f7dc1244 6699(@value{GDBP}) print ascii_hello
a0eb71c5 6700$1 = 0x401698 "Hello, world!\n"
f7dc1244 6701(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6702$2 = 72 'H'
f7dc1244 6703(@value{GDBP})
10998722 6704@end smallexample
a0eb71c5
KB
6705
6706@value{GDBN} uses the target character set for character and string
6707literals you use in expressions:
6708
6709@smallexample
f7dc1244 6710(@value{GDBP}) print '+'
a0eb71c5 6711$3 = 43 '+'
f7dc1244 6712(@value{GDBP})
10998722 6713@end smallexample
a0eb71c5
KB
6714
6715The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6716character.
6717
6718@value{GDBN} relies on the user to tell it which character set the
6719target program uses. If we print @code{ibm1047_hello} while our target
6720character set is still @sc{ascii}, we get jibberish:
6721
6722@smallexample
f7dc1244 6723(@value{GDBP}) print ibm1047_hello
a0eb71c5 6724$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 6725(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6726$5 = 200 '\310'
f7dc1244 6727(@value{GDBP})
10998722 6728@end smallexample
a0eb71c5 6729
e33d66ec 6730If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6731@value{GDBN} tells us the character sets it supports:
6732
6733@smallexample
f7dc1244 6734(@value{GDBP}) set target-charset
b383017d 6735ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 6736(@value{GDBP}) set target-charset
10998722 6737@end smallexample
a0eb71c5
KB
6738
6739We can select @sc{ibm1047} as our target character set, and examine the
6740program's strings again. Now the @sc{ascii} string is wrong, but
6741@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6742target character set, @sc{ibm1047}, to the host character set,
6743@sc{ascii}, and they display correctly:
6744
6745@smallexample
f7dc1244
EZ
6746(@value{GDBP}) set target-charset IBM1047
6747(@value{GDBP}) show charset
e33d66ec
EZ
6748The current host character set is `ASCII'.
6749The current target character set is `IBM1047'.
f7dc1244 6750(@value{GDBP}) print ascii_hello
a0eb71c5 6751$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 6752(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6753$7 = 72 '\110'
f7dc1244 6754(@value{GDBP}) print ibm1047_hello
a0eb71c5 6755$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 6756(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6757$9 = 200 'H'
f7dc1244 6758(@value{GDBP})
10998722 6759@end smallexample
a0eb71c5
KB
6760
6761As above, @value{GDBN} uses the target character set for character and
6762string literals you use in expressions:
6763
6764@smallexample
f7dc1244 6765(@value{GDBP}) print '+'
a0eb71c5 6766$10 = 78 '+'
f7dc1244 6767(@value{GDBP})
10998722 6768@end smallexample
a0eb71c5 6769
e33d66ec 6770The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6771character.
6772
09d4efe1
EZ
6773@node Caching Remote Data
6774@section Caching Data of Remote Targets
6775@cindex caching data of remote targets
6776
6777@value{GDBN} can cache data exchanged between the debugger and a
6778remote target (@pxref{Remote}). Such caching generally improves
6779performance, because it reduces the overhead of the remote protocol by
6780bundling memory reads and writes into large chunks. Unfortunately,
6781@value{GDBN} does not currently know anything about volatile
6782registers, and thus data caching will produce incorrect results when
6783volatile registers are in use.
6784
6785@table @code
6786@kindex set remotecache
6787@item set remotecache on
6788@itemx set remotecache off
6789Set caching state for remote targets. When @code{ON}, use data
6790caching. By default, this option is @code{OFF}.
6791
6792@kindex show remotecache
6793@item show remotecache
6794Show the current state of data caching for remote targets.
6795
6796@kindex info dcache
6797@item info dcache
6798Print the information about the data cache performance. The
6799information displayed includes: the dcache width and depth; and for
6800each cache line, how many times it was referenced, and its data and
6801state (dirty, bad, ok, etc.). This command is useful for debugging
6802the data cache operation.
6803@end table
6804
a0eb71c5 6805
e2e0bcd1
JB
6806@node Macros
6807@chapter C Preprocessor Macros
6808
49efadf5 6809Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
6810``preprocessor macros'' which expand into strings of tokens.
6811@value{GDBN} can evaluate expressions containing macro invocations, show
6812the result of macro expansion, and show a macro's definition, including
6813where it was defined.
6814
6815You may need to compile your program specially to provide @value{GDBN}
6816with information about preprocessor macros. Most compilers do not
6817include macros in their debugging information, even when you compile
6818with the @option{-g} flag. @xref{Compilation}.
6819
6820A program may define a macro at one point, remove that definition later,
6821and then provide a different definition after that. Thus, at different
6822points in the program, a macro may have different definitions, or have
6823no definition at all. If there is a current stack frame, @value{GDBN}
6824uses the macros in scope at that frame's source code line. Otherwise,
6825@value{GDBN} uses the macros in scope at the current listing location;
6826see @ref{List}.
6827
6828At the moment, @value{GDBN} does not support the @code{##}
6829token-splicing operator, the @code{#} stringification operator, or
6830variable-arity macros.
6831
6832Whenever @value{GDBN} evaluates an expression, it always expands any
6833macro invocations present in the expression. @value{GDBN} also provides
6834the following commands for working with macros explicitly.
6835
6836@table @code
6837
6838@kindex macro expand
6839@cindex macro expansion, showing the results of preprocessor
6840@cindex preprocessor macro expansion, showing the results of
6841@cindex expanding preprocessor macros
6842@item macro expand @var{expression}
6843@itemx macro exp @var{expression}
6844Show the results of expanding all preprocessor macro invocations in
6845@var{expression}. Since @value{GDBN} simply expands macros, but does
6846not parse the result, @var{expression} need not be a valid expression;
6847it can be any string of tokens.
6848
09d4efe1 6849@kindex macro exp1
e2e0bcd1
JB
6850@item macro expand-once @var{expression}
6851@itemx macro exp1 @var{expression}
4644b6e3 6852@cindex expand macro once
e2e0bcd1
JB
6853@i{(This command is not yet implemented.)} Show the results of
6854expanding those preprocessor macro invocations that appear explicitly in
6855@var{expression}. Macro invocations appearing in that expansion are
6856left unchanged. This command allows you to see the effect of a
6857particular macro more clearly, without being confused by further
6858expansions. Since @value{GDBN} simply expands macros, but does not
6859parse the result, @var{expression} need not be a valid expression; it
6860can be any string of tokens.
6861
475b0867 6862@kindex info macro
e2e0bcd1
JB
6863@cindex macro definition, showing
6864@cindex definition, showing a macro's
475b0867 6865@item info macro @var{macro}
e2e0bcd1
JB
6866Show the definition of the macro named @var{macro}, and describe the
6867source location where that definition was established.
6868
6869@kindex macro define
6870@cindex user-defined macros
6871@cindex defining macros interactively
6872@cindex macros, user-defined
6873@item macro define @var{macro} @var{replacement-list}
6874@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6875@i{(This command is not yet implemented.)} Introduce a definition for a
6876preprocessor macro named @var{macro}, invocations of which are replaced
6877by the tokens given in @var{replacement-list}. The first form of this
6878command defines an ``object-like'' macro, which takes no arguments; the
6879second form defines a ``function-like'' macro, which takes the arguments
6880given in @var{arglist}.
6881
6882A definition introduced by this command is in scope in every expression
6883evaluated in @value{GDBN}, until it is removed with the @command{macro
6884undef} command, described below. The definition overrides all
6885definitions for @var{macro} present in the program being debugged, as
6886well as any previous user-supplied definition.
6887
6888@kindex macro undef
6889@item macro undef @var{macro}
6890@i{(This command is not yet implemented.)} Remove any user-supplied
6891definition for the macro named @var{macro}. This command only affects
6892definitions provided with the @command{macro define} command, described
6893above; it cannot remove definitions present in the program being
6894debugged.
6895
09d4efe1
EZ
6896@kindex macro list
6897@item macro list
6898@i{(This command is not yet implemented.)} List all the macros
6899defined using the @code{macro define} command.
e2e0bcd1
JB
6900@end table
6901
6902@cindex macros, example of debugging with
6903Here is a transcript showing the above commands in action. First, we
6904show our source files:
6905
6906@smallexample
6907$ cat sample.c
6908#include <stdio.h>
6909#include "sample.h"
6910
6911#define M 42
6912#define ADD(x) (M + x)
6913
6914main ()
6915@{
6916#define N 28
6917 printf ("Hello, world!\n");
6918#undef N
6919 printf ("We're so creative.\n");
6920#define N 1729
6921 printf ("Goodbye, world!\n");
6922@}
6923$ cat sample.h
6924#define Q <
6925$
6926@end smallexample
6927
6928Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6929We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6930compiler includes information about preprocessor macros in the debugging
6931information.
6932
6933@smallexample
6934$ gcc -gdwarf-2 -g3 sample.c -o sample
6935$
6936@end smallexample
6937
6938Now, we start @value{GDBN} on our sample program:
6939
6940@smallexample
6941$ gdb -nw sample
6942GNU gdb 2002-05-06-cvs
6943Copyright 2002 Free Software Foundation, Inc.
6944GDB is free software, @dots{}
f7dc1244 6945(@value{GDBP})
e2e0bcd1
JB
6946@end smallexample
6947
6948We can expand macros and examine their definitions, even when the
6949program is not running. @value{GDBN} uses the current listing position
6950to decide which macro definitions are in scope:
6951
6952@smallexample
f7dc1244 6953(@value{GDBP}) list main
e2e0bcd1
JB
69543
69554 #define M 42
69565 #define ADD(x) (M + x)
69576
69587 main ()
69598 @{
69609 #define N 28
696110 printf ("Hello, world!\n");
696211 #undef N
696312 printf ("We're so creative.\n");
f7dc1244 6964(@value{GDBP}) info macro ADD
e2e0bcd1
JB
6965Defined at /home/jimb/gdb/macros/play/sample.c:5
6966#define ADD(x) (M + x)
f7dc1244 6967(@value{GDBP}) info macro Q
e2e0bcd1
JB
6968Defined at /home/jimb/gdb/macros/play/sample.h:1
6969 included at /home/jimb/gdb/macros/play/sample.c:2
6970#define Q <
f7dc1244 6971(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 6972expands to: (42 + 1)
f7dc1244 6973(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 6974expands to: once (M + 1)
f7dc1244 6975(@value{GDBP})
e2e0bcd1
JB
6976@end smallexample
6977
6978In the example above, note that @command{macro expand-once} expands only
6979the macro invocation explicit in the original text --- the invocation of
6980@code{ADD} --- but does not expand the invocation of the macro @code{M},
6981which was introduced by @code{ADD}.
6982
6983Once the program is running, GDB uses the macro definitions in force at
6984the source line of the current stack frame:
6985
6986@smallexample
f7dc1244 6987(@value{GDBP}) break main
e2e0bcd1 6988Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 6989(@value{GDBP}) run
b383017d 6990Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6991
6992Breakpoint 1, main () at sample.c:10
699310 printf ("Hello, world!\n");
f7dc1244 6994(@value{GDBP})
e2e0bcd1
JB
6995@end smallexample
6996
6997At line 10, the definition of the macro @code{N} at line 9 is in force:
6998
6999@smallexample
f7dc1244 7000(@value{GDBP}) info macro N
e2e0bcd1
JB
7001Defined at /home/jimb/gdb/macros/play/sample.c:9
7002#define N 28
f7dc1244 7003(@value{GDBP}) macro expand N Q M
e2e0bcd1 7004expands to: 28 < 42
f7dc1244 7005(@value{GDBP}) print N Q M
e2e0bcd1 7006$1 = 1
f7dc1244 7007(@value{GDBP})
e2e0bcd1
JB
7008@end smallexample
7009
7010As we step over directives that remove @code{N}'s definition, and then
7011give it a new definition, @value{GDBN} finds the definition (or lack
7012thereof) in force at each point:
7013
7014@smallexample
f7dc1244 7015(@value{GDBP}) next
e2e0bcd1
JB
7016Hello, world!
701712 printf ("We're so creative.\n");
f7dc1244 7018(@value{GDBP}) info macro N
e2e0bcd1
JB
7019The symbol `N' has no definition as a C/C++ preprocessor macro
7020at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 7021(@value{GDBP}) next
e2e0bcd1
JB
7022We're so creative.
702314 printf ("Goodbye, world!\n");
f7dc1244 7024(@value{GDBP}) info macro N
e2e0bcd1
JB
7025Defined at /home/jimb/gdb/macros/play/sample.c:13
7026#define N 1729
f7dc1244 7027(@value{GDBP}) macro expand N Q M
e2e0bcd1 7028expands to: 1729 < 42
f7dc1244 7029(@value{GDBP}) print N Q M
e2e0bcd1 7030$2 = 0
f7dc1244 7031(@value{GDBP})
e2e0bcd1
JB
7032@end smallexample
7033
7034
b37052ae
EZ
7035@node Tracepoints
7036@chapter Tracepoints
7037@c This chapter is based on the documentation written by Michael
7038@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
7039
7040@cindex tracepoints
7041In some applications, it is not feasible for the debugger to interrupt
7042the program's execution long enough for the developer to learn
7043anything helpful about its behavior. If the program's correctness
7044depends on its real-time behavior, delays introduced by a debugger
7045might cause the program to change its behavior drastically, or perhaps
7046fail, even when the code itself is correct. It is useful to be able
7047to observe the program's behavior without interrupting it.
7048
7049Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
7050specify locations in the program, called @dfn{tracepoints}, and
7051arbitrary expressions to evaluate when those tracepoints are reached.
7052Later, using the @code{tfind} command, you can examine the values
7053those expressions had when the program hit the tracepoints. The
7054expressions may also denote objects in memory---structures or arrays,
7055for example---whose values @value{GDBN} should record; while visiting
7056a particular tracepoint, you may inspect those objects as if they were
7057in memory at that moment. However, because @value{GDBN} records these
7058values without interacting with you, it can do so quickly and
7059unobtrusively, hopefully not disturbing the program's behavior.
7060
7061The tracepoint facility is currently available only for remote
2c0069bb
EZ
7062targets. @xref{Targets}. In addition, your remote target must know how
7063to collect trace data. This functionality is implemented in the remote
7064stub; however, none of the stubs distributed with @value{GDBN} support
7065tracepoints as of this writing.
b37052ae
EZ
7066
7067This chapter describes the tracepoint commands and features.
7068
7069@menu
b383017d
RM
7070* Set Tracepoints::
7071* Analyze Collected Data::
7072* Tracepoint Variables::
b37052ae
EZ
7073@end menu
7074
7075@node Set Tracepoints
7076@section Commands to Set Tracepoints
7077
7078Before running such a @dfn{trace experiment}, an arbitrary number of
7079tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
7080tracepoint has a number assigned to it by @value{GDBN}. Like with
7081breakpoints, tracepoint numbers are successive integers starting from
7082one. Many of the commands associated with tracepoints take the
7083tracepoint number as their argument, to identify which tracepoint to
7084work on.
7085
7086For each tracepoint, you can specify, in advance, some arbitrary set
7087of data that you want the target to collect in the trace buffer when
7088it hits that tracepoint. The collected data can include registers,
7089local variables, or global data. Later, you can use @value{GDBN}
7090commands to examine the values these data had at the time the
7091tracepoint was hit.
7092
7093This section describes commands to set tracepoints and associated
7094conditions and actions.
7095
7096@menu
b383017d
RM
7097* Create and Delete Tracepoints::
7098* Enable and Disable Tracepoints::
7099* Tracepoint Passcounts::
7100* Tracepoint Actions::
7101* Listing Tracepoints::
7102* Starting and Stopping Trace Experiment::
b37052ae
EZ
7103@end menu
7104
7105@node Create and Delete Tracepoints
7106@subsection Create and Delete Tracepoints
7107
7108@table @code
7109@cindex set tracepoint
7110@kindex trace
7111@item trace
7112The @code{trace} command is very similar to the @code{break} command.
7113Its argument can be a source line, a function name, or an address in
7114the target program. @xref{Set Breaks}. The @code{trace} command
7115defines a tracepoint, which is a point in the target program where the
7116debugger will briefly stop, collect some data, and then allow the
7117program to continue. Setting a tracepoint or changing its commands
7118doesn't take effect until the next @code{tstart} command; thus, you
7119cannot change the tracepoint attributes once a trace experiment is
7120running.
7121
7122Here are some examples of using the @code{trace} command:
7123
7124@smallexample
7125(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
7126
7127(@value{GDBP}) @b{trace +2} // 2 lines forward
7128
7129(@value{GDBP}) @b{trace my_function} // first source line of function
7130
7131(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7132
7133(@value{GDBP}) @b{trace *0x2117c4} // an address
7134@end smallexample
7135
7136@noindent
7137You can abbreviate @code{trace} as @code{tr}.
7138
7139@vindex $tpnum
7140@cindex last tracepoint number
7141@cindex recent tracepoint number
7142@cindex tracepoint number
7143The convenience variable @code{$tpnum} records the tracepoint number
7144of the most recently set tracepoint.
7145
7146@kindex delete tracepoint
7147@cindex tracepoint deletion
7148@item delete tracepoint @r{[}@var{num}@r{]}
7149Permanently delete one or more tracepoints. With no argument, the
7150default is to delete all tracepoints.
7151
7152Examples:
7153
7154@smallexample
7155(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7156
7157(@value{GDBP}) @b{delete trace} // remove all tracepoints
7158@end smallexample
7159
7160@noindent
7161You can abbreviate this command as @code{del tr}.
7162@end table
7163
7164@node Enable and Disable Tracepoints
7165@subsection Enable and Disable Tracepoints
7166
7167@table @code
7168@kindex disable tracepoint
7169@item disable tracepoint @r{[}@var{num}@r{]}
7170Disable tracepoint @var{num}, or all tracepoints if no argument
7171@var{num} is given. A disabled tracepoint will have no effect during
7172the next trace experiment, but it is not forgotten. You can re-enable
7173a disabled tracepoint using the @code{enable tracepoint} command.
7174
7175@kindex enable tracepoint
7176@item enable tracepoint @r{[}@var{num}@r{]}
7177Enable tracepoint @var{num}, or all tracepoints. The enabled
7178tracepoints will become effective the next time a trace experiment is
7179run.
7180@end table
7181
7182@node Tracepoint Passcounts
7183@subsection Tracepoint Passcounts
7184
7185@table @code
7186@kindex passcount
7187@cindex tracepoint pass count
7188@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7189Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7190automatically stop a trace experiment. If a tracepoint's passcount is
7191@var{n}, then the trace experiment will be automatically stopped on
7192the @var{n}'th time that tracepoint is hit. If the tracepoint number
7193@var{num} is not specified, the @code{passcount} command sets the
7194passcount of the most recently defined tracepoint. If no passcount is
7195given, the trace experiment will run until stopped explicitly by the
7196user.
7197
7198Examples:
7199
7200@smallexample
b383017d 7201(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 7202@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
7203
7204(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 7205@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
7206(@value{GDBP}) @b{trace foo}
7207(@value{GDBP}) @b{pass 3}
7208(@value{GDBP}) @b{trace bar}
7209(@value{GDBP}) @b{pass 2}
7210(@value{GDBP}) @b{trace baz}
7211(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
7212@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7213@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7214@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
7215@end smallexample
7216@end table
7217
7218@node Tracepoint Actions
7219@subsection Tracepoint Action Lists
7220
7221@table @code
7222@kindex actions
7223@cindex tracepoint actions
7224@item actions @r{[}@var{num}@r{]}
7225This command will prompt for a list of actions to be taken when the
7226tracepoint is hit. If the tracepoint number @var{num} is not
7227specified, this command sets the actions for the one that was most
7228recently defined (so that you can define a tracepoint and then say
7229@code{actions} without bothering about its number). You specify the
7230actions themselves on the following lines, one action at a time, and
7231terminate the actions list with a line containing just @code{end}. So
7232far, the only defined actions are @code{collect} and
7233@code{while-stepping}.
7234
7235@cindex remove actions from a tracepoint
7236To remove all actions from a tracepoint, type @samp{actions @var{num}}
7237and follow it immediately with @samp{end}.
7238
7239@smallexample
7240(@value{GDBP}) @b{collect @var{data}} // collect some data
7241
6826cf00 7242(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 7243
6826cf00 7244(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
7245@end smallexample
7246
7247In the following example, the action list begins with @code{collect}
7248commands indicating the things to be collected when the tracepoint is
7249hit. Then, in order to single-step and collect additional data
7250following the tracepoint, a @code{while-stepping} command is used,
7251followed by the list of things to be collected while stepping. The
7252@code{while-stepping} command is terminated by its own separate
7253@code{end} command. Lastly, the action list is terminated by an
7254@code{end} command.
7255
7256@smallexample
7257(@value{GDBP}) @b{trace foo}
7258(@value{GDBP}) @b{actions}
7259Enter actions for tracepoint 1, one per line:
7260> collect bar,baz
7261> collect $regs
7262> while-stepping 12
7263 > collect $fp, $sp
7264 > end
7265end
7266@end smallexample
7267
7268@kindex collect @r{(tracepoints)}
7269@item collect @var{expr1}, @var{expr2}, @dots{}
7270Collect values of the given expressions when the tracepoint is hit.
7271This command accepts a comma-separated list of any valid expressions.
7272In addition to global, static, or local variables, the following
7273special arguments are supported:
7274
7275@table @code
7276@item $regs
7277collect all registers
7278
7279@item $args
7280collect all function arguments
7281
7282@item $locals
7283collect all local variables.
7284@end table
7285
7286You can give several consecutive @code{collect} commands, each one
7287with a single argument, or one @code{collect} command with several
7288arguments separated by commas: the effect is the same.
7289
f5c37c66
EZ
7290The command @code{info scope} (@pxref{Symbols, info scope}) is
7291particularly useful for figuring out what data to collect.
7292
b37052ae
EZ
7293@kindex while-stepping @r{(tracepoints)}
7294@item while-stepping @var{n}
7295Perform @var{n} single-step traces after the tracepoint, collecting
7296new data at each step. The @code{while-stepping} command is
7297followed by the list of what to collect while stepping (followed by
7298its own @code{end} command):
7299
7300@smallexample
7301> while-stepping 12
7302 > collect $regs, myglobal
7303 > end
7304>
7305@end smallexample
7306
7307@noindent
7308You may abbreviate @code{while-stepping} as @code{ws} or
7309@code{stepping}.
7310@end table
7311
7312@node Listing Tracepoints
7313@subsection Listing Tracepoints
7314
7315@table @code
7316@kindex info tracepoints
09d4efe1 7317@kindex info tp
b37052ae
EZ
7318@cindex information about tracepoints
7319@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 7320Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 7321a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
7322defined so far. For each tracepoint, the following information is
7323shown:
7324
7325@itemize @bullet
7326@item
7327its number
7328@item
7329whether it is enabled or disabled
7330@item
7331its address
7332@item
7333its passcount as given by the @code{passcount @var{n}} command
7334@item
7335its step count as given by the @code{while-stepping @var{n}} command
7336@item
7337where in the source files is the tracepoint set
7338@item
7339its action list as given by the @code{actions} command
7340@end itemize
7341
7342@smallexample
7343(@value{GDBP}) @b{info trace}
7344Num Enb Address PassC StepC What
73451 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
73462 y 0x0020dc64 0 0 in g_test at g_test.c:1375
73473 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
7348(@value{GDBP})
7349@end smallexample
7350
7351@noindent
7352This command can be abbreviated @code{info tp}.
7353@end table
7354
7355@node Starting and Stopping Trace Experiment
7356@subsection Starting and Stopping Trace Experiment
7357
7358@table @code
7359@kindex tstart
7360@cindex start a new trace experiment
7361@cindex collected data discarded
7362@item tstart
7363This command takes no arguments. It starts the trace experiment, and
7364begins collecting data. This has the side effect of discarding all
7365the data collected in the trace buffer during the previous trace
7366experiment.
7367
7368@kindex tstop
7369@cindex stop a running trace experiment
7370@item tstop
7371This command takes no arguments. It ends the trace experiment, and
7372stops collecting data.
7373
68c71a2e 7374@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
7375automatically if any tracepoint's passcount is reached
7376(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7377
7378@kindex tstatus
7379@cindex status of trace data collection
7380@cindex trace experiment, status of
7381@item tstatus
7382This command displays the status of the current trace data
7383collection.
7384@end table
7385
7386Here is an example of the commands we described so far:
7387
7388@smallexample
7389(@value{GDBP}) @b{trace gdb_c_test}
7390(@value{GDBP}) @b{actions}
7391Enter actions for tracepoint #1, one per line.
7392> collect $regs,$locals,$args
7393> while-stepping 11
7394 > collect $regs
7395 > end
7396> end
7397(@value{GDBP}) @b{tstart}
7398 [time passes @dots{}]
7399(@value{GDBP}) @b{tstop}
7400@end smallexample
7401
7402
7403@node Analyze Collected Data
7404@section Using the collected data
7405
7406After the tracepoint experiment ends, you use @value{GDBN} commands
7407for examining the trace data. The basic idea is that each tracepoint
7408collects a trace @dfn{snapshot} every time it is hit and another
7409snapshot every time it single-steps. All these snapshots are
7410consecutively numbered from zero and go into a buffer, and you can
7411examine them later. The way you examine them is to @dfn{focus} on a
7412specific trace snapshot. When the remote stub is focused on a trace
7413snapshot, it will respond to all @value{GDBN} requests for memory and
7414registers by reading from the buffer which belongs to that snapshot,
7415rather than from @emph{real} memory or registers of the program being
7416debugged. This means that @strong{all} @value{GDBN} commands
7417(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7418behave as if we were currently debugging the program state as it was
7419when the tracepoint occurred. Any requests for data that are not in
7420the buffer will fail.
7421
7422@menu
7423* tfind:: How to select a trace snapshot
7424* tdump:: How to display all data for a snapshot
7425* save-tracepoints:: How to save tracepoints for a future run
7426@end menu
7427
7428@node tfind
7429@subsection @code{tfind @var{n}}
7430
7431@kindex tfind
7432@cindex select trace snapshot
7433@cindex find trace snapshot
7434The basic command for selecting a trace snapshot from the buffer is
7435@code{tfind @var{n}}, which finds trace snapshot number @var{n},
7436counting from zero. If no argument @var{n} is given, the next
7437snapshot is selected.
7438
7439Here are the various forms of using the @code{tfind} command.
7440
7441@table @code
7442@item tfind start
7443Find the first snapshot in the buffer. This is a synonym for
7444@code{tfind 0} (since 0 is the number of the first snapshot).
7445
7446@item tfind none
7447Stop debugging trace snapshots, resume @emph{live} debugging.
7448
7449@item tfind end
7450Same as @samp{tfind none}.
7451
7452@item tfind
7453No argument means find the next trace snapshot.
7454
7455@item tfind -
7456Find the previous trace snapshot before the current one. This permits
7457retracing earlier steps.
7458
7459@item tfind tracepoint @var{num}
7460Find the next snapshot associated with tracepoint @var{num}. Search
7461proceeds forward from the last examined trace snapshot. If no
7462argument @var{num} is given, it means find the next snapshot collected
7463for the same tracepoint as the current snapshot.
7464
7465@item tfind pc @var{addr}
7466Find the next snapshot associated with the value @var{addr} of the
7467program counter. Search proceeds forward from the last examined trace
7468snapshot. If no argument @var{addr} is given, it means find the next
7469snapshot with the same value of PC as the current snapshot.
7470
7471@item tfind outside @var{addr1}, @var{addr2}
7472Find the next snapshot whose PC is outside the given range of
7473addresses.
7474
7475@item tfind range @var{addr1}, @var{addr2}
7476Find the next snapshot whose PC is between @var{addr1} and
7477@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7478
7479@item tfind line @r{[}@var{file}:@r{]}@var{n}
7480Find the next snapshot associated with the source line @var{n}. If
7481the optional argument @var{file} is given, refer to line @var{n} in
7482that source file. Search proceeds forward from the last examined
7483trace snapshot. If no argument @var{n} is given, it means find the
7484next line other than the one currently being examined; thus saying
7485@code{tfind line} repeatedly can appear to have the same effect as
7486stepping from line to line in a @emph{live} debugging session.
7487@end table
7488
7489The default arguments for the @code{tfind} commands are specifically
7490designed to make it easy to scan through the trace buffer. For
7491instance, @code{tfind} with no argument selects the next trace
7492snapshot, and @code{tfind -} with no argument selects the previous
7493trace snapshot. So, by giving one @code{tfind} command, and then
7494simply hitting @key{RET} repeatedly you can examine all the trace
7495snapshots in order. Or, by saying @code{tfind -} and then hitting
7496@key{RET} repeatedly you can examine the snapshots in reverse order.
7497The @code{tfind line} command with no argument selects the snapshot
7498for the next source line executed. The @code{tfind pc} command with
7499no argument selects the next snapshot with the same program counter
7500(PC) as the current frame. The @code{tfind tracepoint} command with
7501no argument selects the next trace snapshot collected by the same
7502tracepoint as the current one.
7503
7504In addition to letting you scan through the trace buffer manually,
7505these commands make it easy to construct @value{GDBN} scripts that
7506scan through the trace buffer and print out whatever collected data
7507you are interested in. Thus, if we want to examine the PC, FP, and SP
7508registers from each trace frame in the buffer, we can say this:
7509
7510@smallexample
7511(@value{GDBP}) @b{tfind start}
7512(@value{GDBP}) @b{while ($trace_frame != -1)}
7513> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7514 $trace_frame, $pc, $sp, $fp
7515> tfind
7516> end
7517
7518Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7519Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7520Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7521Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7522Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7523Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7524Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7525Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7526Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7527Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7528Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7529@end smallexample
7530
7531Or, if we want to examine the variable @code{X} at each source line in
7532the buffer:
7533
7534@smallexample
7535(@value{GDBP}) @b{tfind start}
7536(@value{GDBP}) @b{while ($trace_frame != -1)}
7537> printf "Frame %d, X == %d\n", $trace_frame, X
7538> tfind line
7539> end
7540
7541Frame 0, X = 1
7542Frame 7, X = 2
7543Frame 13, X = 255
7544@end smallexample
7545
7546@node tdump
7547@subsection @code{tdump}
7548@kindex tdump
7549@cindex dump all data collected at tracepoint
7550@cindex tracepoint data, display
7551
7552This command takes no arguments. It prints all the data collected at
7553the current trace snapshot.
7554
7555@smallexample
7556(@value{GDBP}) @b{trace 444}
7557(@value{GDBP}) @b{actions}
7558Enter actions for tracepoint #2, one per line:
7559> collect $regs, $locals, $args, gdb_long_test
7560> end
7561
7562(@value{GDBP}) @b{tstart}
7563
7564(@value{GDBP}) @b{tfind line 444}
7565#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7566at gdb_test.c:444
7567444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7568
7569(@value{GDBP}) @b{tdump}
7570Data collected at tracepoint 2, trace frame 1:
7571d0 0xc4aa0085 -995491707
7572d1 0x18 24
7573d2 0x80 128
7574d3 0x33 51
7575d4 0x71aea3d 119204413
7576d5 0x22 34
7577d6 0xe0 224
7578d7 0x380035 3670069
7579a0 0x19e24a 1696330
7580a1 0x3000668 50333288
7581a2 0x100 256
7582a3 0x322000 3284992
7583a4 0x3000698 50333336
7584a5 0x1ad3cc 1758156
7585fp 0x30bf3c 0x30bf3c
7586sp 0x30bf34 0x30bf34
7587ps 0x0 0
7588pc 0x20b2c8 0x20b2c8
7589fpcontrol 0x0 0
7590fpstatus 0x0 0
7591fpiaddr 0x0 0
7592p = 0x20e5b4 "gdb-test"
7593p1 = (void *) 0x11
7594p2 = (void *) 0x22
7595p3 = (void *) 0x33
7596p4 = (void *) 0x44
7597p5 = (void *) 0x55
7598p6 = (void *) 0x66
7599gdb_long_test = 17 '\021'
7600
7601(@value{GDBP})
7602@end smallexample
7603
7604@node save-tracepoints
7605@subsection @code{save-tracepoints @var{filename}}
7606@kindex save-tracepoints
7607@cindex save tracepoints for future sessions
7608
7609This command saves all current tracepoint definitions together with
7610their actions and passcounts, into a file @file{@var{filename}}
7611suitable for use in a later debugging session. To read the saved
7612tracepoint definitions, use the @code{source} command (@pxref{Command
7613Files}).
7614
7615@node Tracepoint Variables
7616@section Convenience Variables for Tracepoints
7617@cindex tracepoint variables
7618@cindex convenience variables for tracepoints
7619
7620@table @code
7621@vindex $trace_frame
7622@item (int) $trace_frame
7623The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7624snapshot is selected.
7625
7626@vindex $tracepoint
7627@item (int) $tracepoint
7628The tracepoint for the current trace snapshot.
7629
7630@vindex $trace_line
7631@item (int) $trace_line
7632The line number for the current trace snapshot.
7633
7634@vindex $trace_file
7635@item (char []) $trace_file
7636The source file for the current trace snapshot.
7637
7638@vindex $trace_func
7639@item (char []) $trace_func
7640The name of the function containing @code{$tracepoint}.
7641@end table
7642
7643Note: @code{$trace_file} is not suitable for use in @code{printf},
7644use @code{output} instead.
7645
7646Here's a simple example of using these convenience variables for
7647stepping through all the trace snapshots and printing some of their
7648data.
7649
7650@smallexample
7651(@value{GDBP}) @b{tfind start}
7652
7653(@value{GDBP}) @b{while $trace_frame != -1}
7654> output $trace_file
7655> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7656> tfind
7657> end
7658@end smallexample
7659
df0cd8c5
JB
7660@node Overlays
7661@chapter Debugging Programs That Use Overlays
7662@cindex overlays
7663
7664If your program is too large to fit completely in your target system's
7665memory, you can sometimes use @dfn{overlays} to work around this
7666problem. @value{GDBN} provides some support for debugging programs that
7667use overlays.
7668
7669@menu
7670* How Overlays Work:: A general explanation of overlays.
7671* Overlay Commands:: Managing overlays in @value{GDBN}.
7672* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7673 mapped by asking the inferior.
7674* Overlay Sample Program:: A sample program using overlays.
7675@end menu
7676
7677@node How Overlays Work
7678@section How Overlays Work
7679@cindex mapped overlays
7680@cindex unmapped overlays
7681@cindex load address, overlay's
7682@cindex mapped address
7683@cindex overlay area
7684
7685Suppose you have a computer whose instruction address space is only 64
7686kilobytes long, but which has much more memory which can be accessed by
7687other means: special instructions, segment registers, or memory
7688management hardware, for example. Suppose further that you want to
7689adapt a program which is larger than 64 kilobytes to run on this system.
7690
7691One solution is to identify modules of your program which are relatively
7692independent, and need not call each other directly; call these modules
7693@dfn{overlays}. Separate the overlays from the main program, and place
7694their machine code in the larger memory. Place your main program in
7695instruction memory, but leave at least enough space there to hold the
7696largest overlay as well.
7697
7698Now, to call a function located in an overlay, you must first copy that
7699overlay's machine code from the large memory into the space set aside
7700for it in the instruction memory, and then jump to its entry point
7701there.
7702
c928edc0
AC
7703@c NB: In the below the mapped area's size is greater or equal to the
7704@c size of all overlays. This is intentional to remind the developer
7705@c that overlays don't necessarily need to be the same size.
7706
474c8240 7707@smallexample
df0cd8c5 7708@group
c928edc0
AC
7709 Data Instruction Larger
7710Address Space Address Space Address Space
7711+-----------+ +-----------+ +-----------+
7712| | | | | |
7713+-----------+ +-----------+ +-----------+<-- overlay 1
7714| program | | main | .----| overlay 1 | load address
7715| variables | | program | | +-----------+
7716| and heap | | | | | |
7717+-----------+ | | | +-----------+<-- overlay 2
7718| | +-----------+ | | | load address
7719+-----------+ | | | .-| overlay 2 |
7720 | | | | | |
7721 mapped --->+-----------+ | | +-----------+
7722 address | | | | | |
7723 | overlay | <-' | | |
7724 | area | <---' +-----------+<-- overlay 3
7725 | | <---. | | load address
7726 +-----------+ `--| overlay 3 |
7727 | | | |
7728 +-----------+ | |
7729 +-----------+
7730 | |
7731 +-----------+
7732
7733 @anchor{A code overlay}A code overlay
df0cd8c5 7734@end group
474c8240 7735@end smallexample
df0cd8c5 7736
c928edc0
AC
7737The diagram (@pxref{A code overlay}) shows a system with separate data
7738and instruction address spaces. To map an overlay, the program copies
7739its code from the larger address space to the instruction address space.
7740Since the overlays shown here all use the same mapped address, only one
7741may be mapped at a time. For a system with a single address space for
7742data and instructions, the diagram would be similar, except that the
7743program variables and heap would share an address space with the main
7744program and the overlay area.
df0cd8c5
JB
7745
7746An overlay loaded into instruction memory and ready for use is called a
7747@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7748instruction memory. An overlay not present (or only partially present)
7749in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7750is its address in the larger memory. The mapped address is also called
7751the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7752called the @dfn{load memory address}, or @dfn{LMA}.
7753
7754Unfortunately, overlays are not a completely transparent way to adapt a
7755program to limited instruction memory. They introduce a new set of
7756global constraints you must keep in mind as you design your program:
7757
7758@itemize @bullet
7759
7760@item
7761Before calling or returning to a function in an overlay, your program
7762must make sure that overlay is actually mapped. Otherwise, the call or
7763return will transfer control to the right address, but in the wrong
7764overlay, and your program will probably crash.
7765
7766@item
7767If the process of mapping an overlay is expensive on your system, you
7768will need to choose your overlays carefully to minimize their effect on
7769your program's performance.
7770
7771@item
7772The executable file you load onto your system must contain each
7773overlay's instructions, appearing at the overlay's load address, not its
7774mapped address. However, each overlay's instructions must be relocated
7775and its symbols defined as if the overlay were at its mapped address.
7776You can use GNU linker scripts to specify different load and relocation
7777addresses for pieces of your program; see @ref{Overlay Description,,,
7778ld.info, Using ld: the GNU linker}.
7779
7780@item
7781The procedure for loading executable files onto your system must be able
7782to load their contents into the larger address space as well as the
7783instruction and data spaces.
7784
7785@end itemize
7786
7787The overlay system described above is rather simple, and could be
7788improved in many ways:
7789
7790@itemize @bullet
7791
7792@item
7793If your system has suitable bank switch registers or memory management
7794hardware, you could use those facilities to make an overlay's load area
7795contents simply appear at their mapped address in instruction space.
7796This would probably be faster than copying the overlay to its mapped
7797area in the usual way.
7798
7799@item
7800If your overlays are small enough, you could set aside more than one
7801overlay area, and have more than one overlay mapped at a time.
7802
7803@item
7804You can use overlays to manage data, as well as instructions. In
7805general, data overlays are even less transparent to your design than
7806code overlays: whereas code overlays only require care when you call or
7807return to functions, data overlays require care every time you access
7808the data. Also, if you change the contents of a data overlay, you
7809must copy its contents back out to its load address before you can copy a
7810different data overlay into the same mapped area.
7811
7812@end itemize
7813
7814
7815@node Overlay Commands
7816@section Overlay Commands
7817
7818To use @value{GDBN}'s overlay support, each overlay in your program must
7819correspond to a separate section of the executable file. The section's
7820virtual memory address and load memory address must be the overlay's
7821mapped and load addresses. Identifying overlays with sections allows
7822@value{GDBN} to determine the appropriate address of a function or
7823variable, depending on whether the overlay is mapped or not.
7824
7825@value{GDBN}'s overlay commands all start with the word @code{overlay};
7826you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7827
7828@table @code
7829@item overlay off
4644b6e3 7830@kindex overlay
df0cd8c5
JB
7831Disable @value{GDBN}'s overlay support. When overlay support is
7832disabled, @value{GDBN} assumes that all functions and variables are
7833always present at their mapped addresses. By default, @value{GDBN}'s
7834overlay support is disabled.
7835
7836@item overlay manual
df0cd8c5
JB
7837@cindex manual overlay debugging
7838Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7839relies on you to tell it which overlays are mapped, and which are not,
7840using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7841commands described below.
7842
7843@item overlay map-overlay @var{overlay}
7844@itemx overlay map @var{overlay}
df0cd8c5
JB
7845@cindex map an overlay
7846Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7847be the name of the object file section containing the overlay. When an
7848overlay is mapped, @value{GDBN} assumes it can find the overlay's
7849functions and variables at their mapped addresses. @value{GDBN} assumes
7850that any other overlays whose mapped ranges overlap that of
7851@var{overlay} are now unmapped.
7852
7853@item overlay unmap-overlay @var{overlay}
7854@itemx overlay unmap @var{overlay}
df0cd8c5
JB
7855@cindex unmap an overlay
7856Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7857must be the name of the object file section containing the overlay.
7858When an overlay is unmapped, @value{GDBN} assumes it can find the
7859overlay's functions and variables at their load addresses.
7860
7861@item overlay auto
df0cd8c5
JB
7862Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7863consults a data structure the overlay manager maintains in the inferior
7864to see which overlays are mapped. For details, see @ref{Automatic
7865Overlay Debugging}.
7866
7867@item overlay load-target
7868@itemx overlay load
df0cd8c5
JB
7869@cindex reloading the overlay table
7870Re-read the overlay table from the inferior. Normally, @value{GDBN}
7871re-reads the table @value{GDBN} automatically each time the inferior
7872stops, so this command should only be necessary if you have changed the
7873overlay mapping yourself using @value{GDBN}. This command is only
7874useful when using automatic overlay debugging.
7875
7876@item overlay list-overlays
7877@itemx overlay list
7878@cindex listing mapped overlays
7879Display a list of the overlays currently mapped, along with their mapped
7880addresses, load addresses, and sizes.
7881
7882@end table
7883
7884Normally, when @value{GDBN} prints a code address, it includes the name
7885of the function the address falls in:
7886
474c8240 7887@smallexample
f7dc1244 7888(@value{GDBP}) print main
df0cd8c5 7889$3 = @{int ()@} 0x11a0 <main>
474c8240 7890@end smallexample
df0cd8c5
JB
7891@noindent
7892When overlay debugging is enabled, @value{GDBN} recognizes code in
7893unmapped overlays, and prints the names of unmapped functions with
7894asterisks around them. For example, if @code{foo} is a function in an
7895unmapped overlay, @value{GDBN} prints it this way:
7896
474c8240 7897@smallexample
f7dc1244 7898(@value{GDBP}) overlay list
df0cd8c5 7899No sections are mapped.
f7dc1244 7900(@value{GDBP}) print foo
df0cd8c5 7901$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7902@end smallexample
df0cd8c5
JB
7903@noindent
7904When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7905name normally:
7906
474c8240 7907@smallexample
f7dc1244 7908(@value{GDBP}) overlay list
b383017d 7909Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 7910 mapped at 0x1016 - 0x104a
f7dc1244 7911(@value{GDBP}) print foo
df0cd8c5 7912$6 = @{int (int)@} 0x1016 <foo>
474c8240 7913@end smallexample
df0cd8c5
JB
7914
7915When overlay debugging is enabled, @value{GDBN} can find the correct
7916address for functions and variables in an overlay, whether or not the
7917overlay is mapped. This allows most @value{GDBN} commands, like
7918@code{break} and @code{disassemble}, to work normally, even on unmapped
7919code. However, @value{GDBN}'s breakpoint support has some limitations:
7920
7921@itemize @bullet
7922@item
7923@cindex breakpoints in overlays
7924@cindex overlays, setting breakpoints in
7925You can set breakpoints in functions in unmapped overlays, as long as
7926@value{GDBN} can write to the overlay at its load address.
7927@item
7928@value{GDBN} can not set hardware or simulator-based breakpoints in
7929unmapped overlays. However, if you set a breakpoint at the end of your
7930overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7931you are using manual overlay management), @value{GDBN} will re-set its
7932breakpoints properly.
7933@end itemize
7934
7935
7936@node Automatic Overlay Debugging
7937@section Automatic Overlay Debugging
7938@cindex automatic overlay debugging
7939
7940@value{GDBN} can automatically track which overlays are mapped and which
7941are not, given some simple co-operation from the overlay manager in the
7942inferior. If you enable automatic overlay debugging with the
7943@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7944looks in the inferior's memory for certain variables describing the
7945current state of the overlays.
7946
7947Here are the variables your overlay manager must define to support
7948@value{GDBN}'s automatic overlay debugging:
7949
7950@table @asis
7951
7952@item @code{_ovly_table}:
7953This variable must be an array of the following structures:
7954
474c8240 7955@smallexample
df0cd8c5
JB
7956struct
7957@{
7958 /* The overlay's mapped address. */
7959 unsigned long vma;
7960
7961 /* The size of the overlay, in bytes. */
7962 unsigned long size;
7963
7964 /* The overlay's load address. */
7965 unsigned long lma;
7966
7967 /* Non-zero if the overlay is currently mapped;
7968 zero otherwise. */
7969 unsigned long mapped;
7970@}
474c8240 7971@end smallexample
df0cd8c5
JB
7972
7973@item @code{_novlys}:
7974This variable must be a four-byte signed integer, holding the total
7975number of elements in @code{_ovly_table}.
7976
7977@end table
7978
7979To decide whether a particular overlay is mapped or not, @value{GDBN}
7980looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7981@code{lma} members equal the VMA and LMA of the overlay's section in the
7982executable file. When @value{GDBN} finds a matching entry, it consults
7983the entry's @code{mapped} member to determine whether the overlay is
7984currently mapped.
7985
81d46470 7986In addition, your overlay manager may define a function called
def71bfa 7987@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7988will silently set a breakpoint there. If the overlay manager then
7989calls this function whenever it has changed the overlay table, this
7990will enable @value{GDBN} to accurately keep track of which overlays
7991are in program memory, and update any breakpoints that may be set
b383017d 7992in overlays. This will allow breakpoints to work even if the
81d46470
MS
7993overlays are kept in ROM or other non-writable memory while they
7994are not being executed.
df0cd8c5
JB
7995
7996@node Overlay Sample Program
7997@section Overlay Sample Program
7998@cindex overlay example program
7999
8000When linking a program which uses overlays, you must place the overlays
8001at their load addresses, while relocating them to run at their mapped
8002addresses. To do this, you must write a linker script (@pxref{Overlay
8003Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
8004since linker scripts are specific to a particular host system, target
8005architecture, and target memory layout, this manual cannot provide
8006portable sample code demonstrating @value{GDBN}'s overlay support.
8007
8008However, the @value{GDBN} source distribution does contain an overlaid
8009program, with linker scripts for a few systems, as part of its test
8010suite. The program consists of the following files from
8011@file{gdb/testsuite/gdb.base}:
8012
8013@table @file
8014@item overlays.c
8015The main program file.
8016@item ovlymgr.c
8017A simple overlay manager, used by @file{overlays.c}.
8018@item foo.c
8019@itemx bar.c
8020@itemx baz.c
8021@itemx grbx.c
8022Overlay modules, loaded and used by @file{overlays.c}.
8023@item d10v.ld
8024@itemx m32r.ld
8025Linker scripts for linking the test program on the @code{d10v-elf}
8026and @code{m32r-elf} targets.
8027@end table
8028
8029You can build the test program using the @code{d10v-elf} GCC
8030cross-compiler like this:
8031
474c8240 8032@smallexample
df0cd8c5
JB
8033$ d10v-elf-gcc -g -c overlays.c
8034$ d10v-elf-gcc -g -c ovlymgr.c
8035$ d10v-elf-gcc -g -c foo.c
8036$ d10v-elf-gcc -g -c bar.c
8037$ d10v-elf-gcc -g -c baz.c
8038$ d10v-elf-gcc -g -c grbx.c
8039$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
8040 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 8041@end smallexample
df0cd8c5
JB
8042
8043The build process is identical for any other architecture, except that
8044you must substitute the appropriate compiler and linker script for the
8045target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
8046
8047
6d2ebf8b 8048@node Languages
c906108c
SS
8049@chapter Using @value{GDBN} with Different Languages
8050@cindex languages
8051
c906108c
SS
8052Although programming languages generally have common aspects, they are
8053rarely expressed in the same manner. For instance, in ANSI C,
8054dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
8055Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 8056represented (and displayed) differently. Hex numbers in C appear as
c906108c 8057@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
8058
8059@cindex working language
8060Language-specific information is built into @value{GDBN} for some languages,
8061allowing you to express operations like the above in your program's
8062native language, and allowing @value{GDBN} to output values in a manner
8063consistent with the syntax of your program's native language. The
8064language you use to build expressions is called the @dfn{working
8065language}.
8066
8067@menu
8068* Setting:: Switching between source languages
8069* Show:: Displaying the language
c906108c 8070* Checks:: Type and range checks
9c16f35a 8071* Supported languages:: Supported languages
4e562065 8072* Unsupported languages:: Unsupported languages
c906108c
SS
8073@end menu
8074
6d2ebf8b 8075@node Setting
c906108c
SS
8076@section Switching between source languages
8077
8078There are two ways to control the working language---either have @value{GDBN}
8079set it automatically, or select it manually yourself. You can use the
8080@code{set language} command for either purpose. On startup, @value{GDBN}
8081defaults to setting the language automatically. The working language is
8082used to determine how expressions you type are interpreted, how values
8083are printed, etc.
8084
8085In addition to the working language, every source file that
8086@value{GDBN} knows about has its own working language. For some object
8087file formats, the compiler might indicate which language a particular
8088source file is in. However, most of the time @value{GDBN} infers the
8089language from the name of the file. The language of a source file
b37052ae 8090controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 8091show each frame appropriately for its own language. There is no way to
d4f3574e
SS
8092set the language of a source file from within @value{GDBN}, but you can
8093set the language associated with a filename extension. @xref{Show, ,
8094Displaying the language}.
c906108c
SS
8095
8096This is most commonly a problem when you use a program, such
5d161b24 8097as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
8098another language. In that case, make the
8099program use @code{#line} directives in its C output; that way
8100@value{GDBN} will know the correct language of the source code of the original
8101program, and will display that source code, not the generated C code.
8102
8103@menu
8104* Filenames:: Filename extensions and languages.
8105* Manually:: Setting the working language manually
8106* Automatically:: Having @value{GDBN} infer the source language
8107@end menu
8108
6d2ebf8b 8109@node Filenames
c906108c
SS
8110@subsection List of filename extensions and languages
8111
8112If a source file name ends in one of the following extensions, then
8113@value{GDBN} infers that its language is the one indicated.
8114
8115@table @file
e07c999f
PH
8116@item .ada
8117@itemx .ads
8118@itemx .adb
8119@itemx .a
8120Ada source file.
c906108c
SS
8121
8122@item .c
8123C source file
8124
8125@item .C
8126@itemx .cc
8127@itemx .cp
8128@itemx .cpp
8129@itemx .cxx
8130@itemx .c++
b37052ae 8131C@t{++} source file
c906108c 8132
b37303ee
AF
8133@item .m
8134Objective-C source file
8135
c906108c
SS
8136@item .f
8137@itemx .F
8138Fortran source file
8139
c906108c
SS
8140@item .mod
8141Modula-2 source file
c906108c
SS
8142
8143@item .s
8144@itemx .S
8145Assembler source file. This actually behaves almost like C, but
8146@value{GDBN} does not skip over function prologues when stepping.
8147@end table
8148
8149In addition, you may set the language associated with a filename
8150extension. @xref{Show, , Displaying the language}.
8151
6d2ebf8b 8152@node Manually
c906108c
SS
8153@subsection Setting the working language
8154
8155If you allow @value{GDBN} to set the language automatically,
8156expressions are interpreted the same way in your debugging session and
8157your program.
8158
8159@kindex set language
8160If you wish, you may set the language manually. To do this, issue the
8161command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 8162a language, such as
c906108c 8163@code{c} or @code{modula-2}.
c906108c
SS
8164For a list of the supported languages, type @samp{set language}.
8165
c906108c
SS
8166Setting the language manually prevents @value{GDBN} from updating the working
8167language automatically. This can lead to confusion if you try
8168to debug a program when the working language is not the same as the
8169source language, when an expression is acceptable to both
8170languages---but means different things. For instance, if the current
8171source file were written in C, and @value{GDBN} was parsing Modula-2, a
8172command such as:
8173
474c8240 8174@smallexample
c906108c 8175print a = b + c
474c8240 8176@end smallexample
c906108c
SS
8177
8178@noindent
8179might not have the effect you intended. In C, this means to add
8180@code{b} and @code{c} and place the result in @code{a}. The result
8181printed would be the value of @code{a}. In Modula-2, this means to compare
8182@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 8183
6d2ebf8b 8184@node Automatically
c906108c
SS
8185@subsection Having @value{GDBN} infer the source language
8186
8187To have @value{GDBN} set the working language automatically, use
8188@samp{set language local} or @samp{set language auto}. @value{GDBN}
8189then infers the working language. That is, when your program stops in a
8190frame (usually by encountering a breakpoint), @value{GDBN} sets the
8191working language to the language recorded for the function in that
8192frame. If the language for a frame is unknown (that is, if the function
8193or block corresponding to the frame was defined in a source file that
8194does not have a recognized extension), the current working language is
8195not changed, and @value{GDBN} issues a warning.
8196
8197This may not seem necessary for most programs, which are written
8198entirely in one source language. However, program modules and libraries
8199written in one source language can be used by a main program written in
8200a different source language. Using @samp{set language auto} in this
8201case frees you from having to set the working language manually.
8202
6d2ebf8b 8203@node Show
c906108c 8204@section Displaying the language
c906108c
SS
8205
8206The following commands help you find out which language is the
8207working language, and also what language source files were written in.
8208
c906108c
SS
8209@table @code
8210@item show language
9c16f35a 8211@kindex show language
c906108c
SS
8212Display the current working language. This is the
8213language you can use with commands such as @code{print} to
8214build and compute expressions that may involve variables in your program.
8215
8216@item info frame
4644b6e3 8217@kindex info frame@r{, show the source language}
5d161b24 8218Display the source language for this frame. This language becomes the
c906108c 8219working language if you use an identifier from this frame.
5d161b24 8220@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
8221information listed here.
8222
8223@item info source
4644b6e3 8224@kindex info source@r{, show the source language}
c906108c 8225Display the source language of this source file.
5d161b24 8226@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
8227information listed here.
8228@end table
8229
8230In unusual circumstances, you may have source files with extensions
8231not in the standard list. You can then set the extension associated
8232with a language explicitly:
8233
c906108c 8234@table @code
09d4efe1 8235@item set extension-language @var{ext} @var{language}
9c16f35a 8236@kindex set extension-language
09d4efe1
EZ
8237Tell @value{GDBN} that source files with extension @var{ext} are to be
8238assumed as written in the source language @var{language}.
c906108c
SS
8239
8240@item info extensions
9c16f35a 8241@kindex info extensions
c906108c
SS
8242List all the filename extensions and the associated languages.
8243@end table
8244
6d2ebf8b 8245@node Checks
c906108c
SS
8246@section Type and range checking
8247
8248@quotation
8249@emph{Warning:} In this release, the @value{GDBN} commands for type and range
8250checking are included, but they do not yet have any effect. This
8251section documents the intended facilities.
8252@end quotation
8253@c FIXME remove warning when type/range code added
8254
8255Some languages are designed to guard you against making seemingly common
8256errors through a series of compile- and run-time checks. These include
8257checking the type of arguments to functions and operators, and making
8258sure mathematical overflows are caught at run time. Checks such as
8259these help to ensure a program's correctness once it has been compiled
8260by eliminating type mismatches, and providing active checks for range
8261errors when your program is running.
8262
8263@value{GDBN} can check for conditions like the above if you wish.
9c16f35a
EZ
8264Although @value{GDBN} does not check the statements in your program,
8265it can check expressions entered directly into @value{GDBN} for
8266evaluation via the @code{print} command, for example. As with the
8267working language, @value{GDBN} can also decide whether or not to check
8268automatically based on your program's source language.
8269@xref{Supported languages, ,Supported languages}, for the default
8270settings of supported languages.
c906108c
SS
8271
8272@menu
8273* Type Checking:: An overview of type checking
8274* Range Checking:: An overview of range checking
8275@end menu
8276
8277@cindex type checking
8278@cindex checks, type
6d2ebf8b 8279@node Type Checking
c906108c
SS
8280@subsection An overview of type checking
8281
8282Some languages, such as Modula-2, are strongly typed, meaning that the
8283arguments to operators and functions have to be of the correct type,
8284otherwise an error occurs. These checks prevent type mismatch
8285errors from ever causing any run-time problems. For example,
8286
8287@smallexample
82881 + 2 @result{} 3
8289@exdent but
8290@error{} 1 + 2.3
8291@end smallexample
8292
8293The second example fails because the @code{CARDINAL} 1 is not
8294type-compatible with the @code{REAL} 2.3.
8295
5d161b24
DB
8296For the expressions you use in @value{GDBN} commands, you can tell the
8297@value{GDBN} type checker to skip checking;
8298to treat any mismatches as errors and abandon the expression;
8299or to only issue warnings when type mismatches occur,
c906108c
SS
8300but evaluate the expression anyway. When you choose the last of
8301these, @value{GDBN} evaluates expressions like the second example above, but
8302also issues a warning.
8303
5d161b24
DB
8304Even if you turn type checking off, there may be other reasons
8305related to type that prevent @value{GDBN} from evaluating an expression.
8306For instance, @value{GDBN} does not know how to add an @code{int} and
8307a @code{struct foo}. These particular type errors have nothing to do
8308with the language in use, and usually arise from expressions, such as
c906108c
SS
8309the one described above, which make little sense to evaluate anyway.
8310
8311Each language defines to what degree it is strict about type. For
8312instance, both Modula-2 and C require the arguments to arithmetical
8313operators to be numbers. In C, enumerated types and pointers can be
8314represented as numbers, so that they are valid arguments to mathematical
9c16f35a 8315operators. @xref{Supported languages, ,Supported languages}, for further
c906108c
SS
8316details on specific languages.
8317
8318@value{GDBN} provides some additional commands for controlling the type checker:
8319
c906108c
SS
8320@kindex set check type
8321@kindex show check type
8322@table @code
8323@item set check type auto
8324Set type checking on or off based on the current working language.
9c16f35a 8325@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8326each language.
8327
8328@item set check type on
8329@itemx set check type off
8330Set type checking on or off, overriding the default setting for the
8331current working language. Issue a warning if the setting does not
8332match the language default. If any type mismatches occur in
d4f3574e 8333evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
8334message and aborts evaluation of the expression.
8335
8336@item set check type warn
8337Cause the type checker to issue warnings, but to always attempt to
8338evaluate the expression. Evaluating the expression may still
8339be impossible for other reasons. For example, @value{GDBN} cannot add
8340numbers and structures.
8341
8342@item show type
5d161b24 8343Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
8344is setting it automatically.
8345@end table
8346
8347@cindex range checking
8348@cindex checks, range
6d2ebf8b 8349@node Range Checking
c906108c
SS
8350@subsection An overview of range checking
8351
8352In some languages (such as Modula-2), it is an error to exceed the
8353bounds of a type; this is enforced with run-time checks. Such range
8354checking is meant to ensure program correctness by making sure
8355computations do not overflow, or indices on an array element access do
8356not exceed the bounds of the array.
8357
8358For expressions you use in @value{GDBN} commands, you can tell
8359@value{GDBN} to treat range errors in one of three ways: ignore them,
8360always treat them as errors and abandon the expression, or issue
8361warnings but evaluate the expression anyway.
8362
8363A range error can result from numerical overflow, from exceeding an
8364array index bound, or when you type a constant that is not a member
8365of any type. Some languages, however, do not treat overflows as an
8366error. In many implementations of C, mathematical overflow causes the
8367result to ``wrap around'' to lower values---for example, if @var{m} is
8368the largest integer value, and @var{s} is the smallest, then
8369
474c8240 8370@smallexample
c906108c 8371@var{m} + 1 @result{} @var{s}
474c8240 8372@end smallexample
c906108c
SS
8373
8374This, too, is specific to individual languages, and in some cases
9c16f35a 8375specific to individual compilers or machines. @xref{Supported languages, ,
c906108c
SS
8376Supported languages}, for further details on specific languages.
8377
8378@value{GDBN} provides some additional commands for controlling the range checker:
8379
c906108c
SS
8380@kindex set check range
8381@kindex show check range
8382@table @code
8383@item set check range auto
8384Set range checking on or off based on the current working language.
9c16f35a 8385@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8386each language.
8387
8388@item set check range on
8389@itemx set check range off
8390Set range checking on or off, overriding the default setting for the
8391current working language. A warning is issued if the setting does not
c3f6f71d
JM
8392match the language default. If a range error occurs and range checking is on,
8393then a message is printed and evaluation of the expression is aborted.
c906108c
SS
8394
8395@item set check range warn
8396Output messages when the @value{GDBN} range checker detects a range error,
8397but attempt to evaluate the expression anyway. Evaluating the
8398expression may still be impossible for other reasons, such as accessing
8399memory that the process does not own (a typical example from many Unix
8400systems).
8401
8402@item show range
8403Show the current setting of the range checker, and whether or not it is
8404being set automatically by @value{GDBN}.
8405@end table
c906108c 8406
9c16f35a 8407@node Supported languages
c906108c 8408@section Supported languages
c906108c 8409
9c16f35a
EZ
8410@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8411assembly, Modula-2, and Ada.
cce74817 8412@c This is false ...
c906108c
SS
8413Some @value{GDBN} features may be used in expressions regardless of the
8414language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8415and the @samp{@{type@}addr} construct (@pxref{Expressions,
8416,Expressions}) can be used with the constructs of any supported
8417language.
8418
8419The following sections detail to what degree each source language is
8420supported by @value{GDBN}. These sections are not meant to be language
8421tutorials or references, but serve only as a reference guide to what the
8422@value{GDBN} expression parser accepts, and what input and output
8423formats should look like for different languages. There are many good
8424books written on each of these languages; please look to these for a
8425language reference or tutorial.
8426
c906108c 8427@menu
b37303ee 8428* C:: C and C@t{++}
b383017d 8429* Objective-C:: Objective-C
09d4efe1 8430* Fortran:: Fortran
9c16f35a 8431* Pascal:: Pascal
b37303ee 8432* Modula-2:: Modula-2
e07c999f 8433* Ada:: Ada
c906108c
SS
8434@end menu
8435
6d2ebf8b 8436@node C
b37052ae 8437@subsection C and C@t{++}
7a292a7a 8438
b37052ae
EZ
8439@cindex C and C@t{++}
8440@cindex expressions in C or C@t{++}
c906108c 8441
b37052ae 8442Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
8443to both languages. Whenever this is the case, we discuss those languages
8444together.
8445
41afff9a
EZ
8446@cindex C@t{++}
8447@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8448@cindex @sc{gnu} C@t{++}
8449The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8450compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8451effectively, you must compile your C@t{++} programs with a supported
8452C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8453compiler (@code{aCC}).
8454
0179ffac
DC
8455For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8456format; if it doesn't work on your system, try the stabs+ debugging
8457format. You can select those formats explicitly with the @code{g++}
8458command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8459@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8460CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8461
c906108c 8462@menu
b37052ae
EZ
8463* C Operators:: C and C@t{++} operators
8464* C Constants:: C and C@t{++} constants
8465* C plus plus expressions:: C@t{++} expressions
8466* C Defaults:: Default settings for C and C@t{++}
8467* C Checks:: C and C@t{++} type and range checks
c906108c 8468* Debugging C:: @value{GDBN} and C
b37052ae 8469* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8470@end menu
c906108c 8471
6d2ebf8b 8472@node C Operators
b37052ae 8473@subsubsection C and C@t{++} operators
7a292a7a 8474
b37052ae 8475@cindex C and C@t{++} operators
c906108c
SS
8476
8477Operators must be defined on values of specific types. For instance,
8478@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8479often defined on groups of types.
c906108c 8480
b37052ae 8481For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8482
8483@itemize @bullet
53a5351d 8484
c906108c 8485@item
c906108c 8486@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8487specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8488
8489@item
d4f3574e
SS
8490@emph{Floating-point types} include @code{float}, @code{double}, and
8491@code{long double} (if supported by the target platform).
c906108c
SS
8492
8493@item
53a5351d 8494@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8495
8496@item
8497@emph{Scalar types} include all of the above.
53a5351d 8498
c906108c
SS
8499@end itemize
8500
8501@noindent
8502The following operators are supported. They are listed here
8503in order of increasing precedence:
8504
8505@table @code
8506@item ,
8507The comma or sequencing operator. Expressions in a comma-separated list
8508are evaluated from left to right, with the result of the entire
8509expression being the last expression evaluated.
8510
8511@item =
8512Assignment. The value of an assignment expression is the value
8513assigned. Defined on scalar types.
8514
8515@item @var{op}=
8516Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8517and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8518@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8519@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8520@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8521
8522@item ?:
8523The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8524of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8525integral type.
8526
8527@item ||
8528Logical @sc{or}. Defined on integral types.
8529
8530@item &&
8531Logical @sc{and}. Defined on integral types.
8532
8533@item |
8534Bitwise @sc{or}. Defined on integral types.
8535
8536@item ^
8537Bitwise exclusive-@sc{or}. Defined on integral types.
8538
8539@item &
8540Bitwise @sc{and}. Defined on integral types.
8541
8542@item ==@r{, }!=
8543Equality and inequality. Defined on scalar types. The value of these
8544expressions is 0 for false and non-zero for true.
8545
8546@item <@r{, }>@r{, }<=@r{, }>=
8547Less than, greater than, less than or equal, greater than or equal.
8548Defined on scalar types. The value of these expressions is 0 for false
8549and non-zero for true.
8550
8551@item <<@r{, }>>
8552left shift, and right shift. Defined on integral types.
8553
8554@item @@
8555The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8556
8557@item +@r{, }-
8558Addition and subtraction. Defined on integral types, floating-point types and
8559pointer types.
8560
8561@item *@r{, }/@r{, }%
8562Multiplication, division, and modulus. Multiplication and division are
8563defined on integral and floating-point types. Modulus is defined on
8564integral types.
8565
8566@item ++@r{, }--
8567Increment and decrement. When appearing before a variable, the
8568operation is performed before the variable is used in an expression;
8569when appearing after it, the variable's value is used before the
8570operation takes place.
8571
8572@item *
8573Pointer dereferencing. Defined on pointer types. Same precedence as
8574@code{++}.
8575
8576@item &
8577Address operator. Defined on variables. Same precedence as @code{++}.
8578
b37052ae
EZ
8579For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8580allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8581(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8582where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8583stored.
c906108c
SS
8584
8585@item -
8586Negative. Defined on integral and floating-point types. Same
8587precedence as @code{++}.
8588
8589@item !
8590Logical negation. Defined on integral types. Same precedence as
8591@code{++}.
8592
8593@item ~
8594Bitwise complement operator. Defined on integral types. Same precedence as
8595@code{++}.
8596
8597
8598@item .@r{, }->
8599Structure member, and pointer-to-structure member. For convenience,
8600@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8601pointer based on the stored type information.
8602Defined on @code{struct} and @code{union} data.
8603
c906108c
SS
8604@item .*@r{, }->*
8605Dereferences of pointers to members.
c906108c
SS
8606
8607@item []
8608Array indexing. @code{@var{a}[@var{i}]} is defined as
8609@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8610
8611@item ()
8612Function parameter list. Same precedence as @code{->}.
8613
c906108c 8614@item ::
b37052ae 8615C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8616and @code{class} types.
c906108c
SS
8617
8618@item ::
7a292a7a
SS
8619Doubled colons also represent the @value{GDBN} scope operator
8620(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8621above.
c906108c
SS
8622@end table
8623
c906108c
SS
8624If an operator is redefined in the user code, @value{GDBN} usually
8625attempts to invoke the redefined version instead of using the operator's
8626predefined meaning.
c906108c 8627
c906108c 8628@menu
5d161b24 8629* C Constants::
c906108c
SS
8630@end menu
8631
6d2ebf8b 8632@node C Constants
b37052ae 8633@subsubsection C and C@t{++} constants
c906108c 8634
b37052ae 8635@cindex C and C@t{++} constants
c906108c 8636
b37052ae 8637@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8638following ways:
c906108c
SS
8639
8640@itemize @bullet
8641@item
8642Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8643specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8644by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8645@samp{l}, specifying that the constant should be treated as a
8646@code{long} value.
8647
8648@item
8649Floating point constants are a sequence of digits, followed by a decimal
8650point, followed by a sequence of digits, and optionally followed by an
8651exponent. An exponent is of the form:
8652@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8653sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8654A floating-point constant may also end with a letter @samp{f} or
8655@samp{F}, specifying that the constant should be treated as being of
8656the @code{float} (as opposed to the default @code{double}) type; or with
8657a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8658constant.
c906108c
SS
8659
8660@item
8661Enumerated constants consist of enumerated identifiers, or their
8662integral equivalents.
8663
8664@item
8665Character constants are a single character surrounded by single quotes
8666(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8667(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8668be represented by a letter or by @dfn{escape sequences}, which are of
8669the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8670of the character's ordinal value; or of the form @samp{\@var{x}}, where
8671@samp{@var{x}} is a predefined special character---for example,
8672@samp{\n} for newline.
8673
8674@item
96a2c332
SS
8675String constants are a sequence of character constants surrounded by
8676double quotes (@code{"}). Any valid character constant (as described
8677above) may appear. Double quotes within the string must be preceded by
8678a backslash, so for instance @samp{"a\"b'c"} is a string of five
8679characters.
c906108c
SS
8680
8681@item
8682Pointer constants are an integral value. You can also write pointers
8683to constants using the C operator @samp{&}.
8684
8685@item
8686Array constants are comma-separated lists surrounded by braces @samp{@{}
8687and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8688integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8689and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8690@end itemize
8691
c906108c 8692@menu
5d161b24
DB
8693* C plus plus expressions::
8694* C Defaults::
8695* C Checks::
c906108c 8696
5d161b24 8697* Debugging C::
c906108c
SS
8698@end menu
8699
6d2ebf8b 8700@node C plus plus expressions
b37052ae
EZ
8701@subsubsection C@t{++} expressions
8702
8703@cindex expressions in C@t{++}
8704@value{GDBN} expression handling can interpret most C@t{++} expressions.
8705
0179ffac
DC
8706@cindex debugging C@t{++} programs
8707@cindex C@t{++} compilers
8708@cindex debug formats and C@t{++}
8709@cindex @value{NGCC} and C@t{++}
c906108c 8710@quotation
b37052ae 8711@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8712proper compiler and the proper debug format. Currently, @value{GDBN}
8713works best when debugging C@t{++} code that is compiled with
8714@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8715@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8716stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8717stabs+ as their default debug format, so you usually don't need to
8718specify a debug format explicitly. Other compilers and/or debug formats
8719are likely to work badly or not at all when using @value{GDBN} to debug
8720C@t{++} code.
c906108c 8721@end quotation
c906108c
SS
8722
8723@enumerate
8724
8725@cindex member functions
8726@item
8727Member function calls are allowed; you can use expressions like
8728
474c8240 8729@smallexample
c906108c 8730count = aml->GetOriginal(x, y)
474c8240 8731@end smallexample
c906108c 8732
41afff9a 8733@vindex this@r{, inside C@t{++} member functions}
b37052ae 8734@cindex namespace in C@t{++}
c906108c
SS
8735@item
8736While a member function is active (in the selected stack frame), your
8737expressions have the same namespace available as the member function;
8738that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8739pointer @code{this} following the same rules as C@t{++}.
c906108c 8740
c906108c 8741@cindex call overloaded functions
d4f3574e 8742@cindex overloaded functions, calling
b37052ae 8743@cindex type conversions in C@t{++}
c906108c
SS
8744@item
8745You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8746call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8747perform overload resolution involving user-defined type conversions,
8748calls to constructors, or instantiations of templates that do not exist
8749in the program. It also cannot handle ellipsis argument lists or
8750default arguments.
8751
8752It does perform integral conversions and promotions, floating-point
8753promotions, arithmetic conversions, pointer conversions, conversions of
8754class objects to base classes, and standard conversions such as those of
8755functions or arrays to pointers; it requires an exact match on the
8756number of function arguments.
8757
8758Overload resolution is always performed, unless you have specified
8759@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8760,@value{GDBN} features for C@t{++}}.
c906108c 8761
d4f3574e 8762You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8763explicit function signature to call an overloaded function, as in
8764@smallexample
8765p 'foo(char,int)'('x', 13)
8766@end smallexample
d4f3574e 8767
c906108c 8768The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8769see @ref{Completion, ,Command completion}.
c906108c 8770
c906108c
SS
8771@cindex reference declarations
8772@item
b37052ae
EZ
8773@value{GDBN} understands variables declared as C@t{++} references; you can use
8774them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8775dereferenced.
8776
8777In the parameter list shown when @value{GDBN} displays a frame, the values of
8778reference variables are not displayed (unlike other variables); this
8779avoids clutter, since references are often used for large structures.
8780The @emph{address} of a reference variable is always shown, unless
8781you have specified @samp{set print address off}.
8782
8783@item
b37052ae 8784@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8785expressions can use it just as expressions in your program do. Since
8786one scope may be defined in another, you can use @code{::} repeatedly if
8787necessary, for example in an expression like
8788@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8789resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8790debugging (@pxref{Variables, ,Program variables}).
8791@end enumerate
8792
b37052ae 8793In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8794calling virtual functions correctly, printing out virtual bases of
8795objects, calling functions in a base subobject, casting objects, and
8796invoking user-defined operators.
c906108c 8797
6d2ebf8b 8798@node C Defaults
b37052ae 8799@subsubsection C and C@t{++} defaults
7a292a7a 8800
b37052ae 8801@cindex C and C@t{++} defaults
c906108c 8802
c906108c
SS
8803If you allow @value{GDBN} to set type and range checking automatically, they
8804both default to @code{off} whenever the working language changes to
b37052ae 8805C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8806selects the working language.
c906108c
SS
8807
8808If you allow @value{GDBN} to set the language automatically, it
8809recognizes source files whose names end with @file{.c}, @file{.C}, or
8810@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8811these files, it sets the working language to C or C@t{++}.
c906108c
SS
8812@xref{Automatically, ,Having @value{GDBN} infer the source language},
8813for further details.
8814
c906108c
SS
8815@c Type checking is (a) primarily motivated by Modula-2, and (b)
8816@c unimplemented. If (b) changes, it might make sense to let this node
8817@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8818
6d2ebf8b 8819@node C Checks
b37052ae 8820@subsubsection C and C@t{++} type and range checks
7a292a7a 8821
b37052ae 8822@cindex C and C@t{++} checks
c906108c 8823
b37052ae 8824By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8825is not used. However, if you turn type checking on, @value{GDBN}
8826considers two variables type equivalent if:
8827
8828@itemize @bullet
8829@item
8830The two variables are structured and have the same structure, union, or
8831enumerated tag.
8832
8833@item
8834The two variables have the same type name, or types that have been
8835declared equivalent through @code{typedef}.
8836
8837@ignore
8838@c leaving this out because neither J Gilmore nor R Pesch understand it.
8839@c FIXME--beers?
8840@item
8841The two @code{struct}, @code{union}, or @code{enum} variables are
8842declared in the same declaration. (Note: this may not be true for all C
8843compilers.)
8844@end ignore
8845@end itemize
8846
8847Range checking, if turned on, is done on mathematical operations. Array
8848indices are not checked, since they are often used to index a pointer
8849that is not itself an array.
c906108c 8850
6d2ebf8b 8851@node Debugging C
c906108c 8852@subsubsection @value{GDBN} and C
c906108c
SS
8853
8854The @code{set print union} and @code{show print union} commands apply to
8855the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8856inside a @code{struct} or @code{class} is also printed. Otherwise, it
8857appears as @samp{@{...@}}.
c906108c
SS
8858
8859The @code{@@} operator aids in the debugging of dynamic arrays, formed
8860with pointers and a memory allocation function. @xref{Expressions,
8861,Expressions}.
8862
c906108c 8863@menu
5d161b24 8864* Debugging C plus plus::
c906108c
SS
8865@end menu
8866
6d2ebf8b 8867@node Debugging C plus plus
b37052ae 8868@subsubsection @value{GDBN} features for C@t{++}
c906108c 8869
b37052ae 8870@cindex commands for C@t{++}
7a292a7a 8871
b37052ae
EZ
8872Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8873designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8874
8875@table @code
8876@cindex break in overloaded functions
8877@item @r{breakpoint menus}
8878When you want a breakpoint in a function whose name is overloaded,
8879@value{GDBN} breakpoint menus help you specify which function definition
8880you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8881
b37052ae 8882@cindex overloading in C@t{++}
c906108c
SS
8883@item rbreak @var{regex}
8884Setting breakpoints using regular expressions is helpful for setting
8885breakpoints on overloaded functions that are not members of any special
8886classes.
8887@xref{Set Breaks, ,Setting breakpoints}.
8888
b37052ae 8889@cindex C@t{++} exception handling
c906108c
SS
8890@item catch throw
8891@itemx catch catch
b37052ae 8892Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8893Catchpoints, , Setting catchpoints}.
8894
8895@cindex inheritance
8896@item ptype @var{typename}
8897Print inheritance relationships as well as other information for type
8898@var{typename}.
8899@xref{Symbols, ,Examining the Symbol Table}.
8900
b37052ae 8901@cindex C@t{++} symbol display
c906108c
SS
8902@item set print demangle
8903@itemx show print demangle
8904@itemx set print asm-demangle
8905@itemx show print asm-demangle
b37052ae
EZ
8906Control whether C@t{++} symbols display in their source form, both when
8907displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8908@xref{Print Settings, ,Print settings}.
8909
8910@item set print object
8911@itemx show print object
8912Choose whether to print derived (actual) or declared types of objects.
8913@xref{Print Settings, ,Print settings}.
8914
8915@item set print vtbl
8916@itemx show print vtbl
8917Control the format for printing virtual function tables.
8918@xref{Print Settings, ,Print settings}.
c906108c 8919(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8920ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8921
8922@kindex set overload-resolution
d4f3574e 8923@cindex overloaded functions, overload resolution
c906108c 8924@item set overload-resolution on
b37052ae 8925Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8926is on. For overloaded functions, @value{GDBN} evaluates the arguments
8927and searches for a function whose signature matches the argument types,
b37052ae 8928using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8929expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8930message.
8931
8932@item set overload-resolution off
b37052ae 8933Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8934overloaded functions that are not class member functions, @value{GDBN}
8935chooses the first function of the specified name that it finds in the
8936symbol table, whether or not its arguments are of the correct type. For
8937overloaded functions that are class member functions, @value{GDBN}
8938searches for a function whose signature @emph{exactly} matches the
8939argument types.
c906108c 8940
9c16f35a
EZ
8941@kindex show overload-resolution
8942@item show overload-resolution
8943Show the current setting of overload resolution.
8944
c906108c
SS
8945@item @r{Overloaded symbol names}
8946You can specify a particular definition of an overloaded symbol, using
b37052ae 8947the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8948@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8949also use the @value{GDBN} command-line word completion facilities to list the
8950available choices, or to finish the type list for you.
8951@xref{Completion,, Command completion}, for details on how to do this.
8952@end table
c906108c 8953
b37303ee
AF
8954@node Objective-C
8955@subsection Objective-C
8956
8957@cindex Objective-C
8958This section provides information about some commands and command
721c2651
EZ
8959options that are useful for debugging Objective-C code. See also
8960@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8961few more commands specific to Objective-C support.
b37303ee
AF
8962
8963@menu
b383017d
RM
8964* Method Names in Commands::
8965* The Print Command with Objective-C::
b37303ee
AF
8966@end menu
8967
8968@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8969@subsubsection Method Names in Commands
8970
8971The following commands have been extended to accept Objective-C method
8972names as line specifications:
8973
8974@kindex clear@r{, and Objective-C}
8975@kindex break@r{, and Objective-C}
8976@kindex info line@r{, and Objective-C}
8977@kindex jump@r{, and Objective-C}
8978@kindex list@r{, and Objective-C}
8979@itemize
8980@item @code{clear}
8981@item @code{break}
8982@item @code{info line}
8983@item @code{jump}
8984@item @code{list}
8985@end itemize
8986
8987A fully qualified Objective-C method name is specified as
8988
8989@smallexample
8990-[@var{Class} @var{methodName}]
8991@end smallexample
8992
c552b3bb
JM
8993where the minus sign is used to indicate an instance method and a
8994plus sign (not shown) is used to indicate a class method. The class
8995name @var{Class} and method name @var{methodName} are enclosed in
8996brackets, similar to the way messages are specified in Objective-C
8997source code. For example, to set a breakpoint at the @code{create}
8998instance method of class @code{Fruit} in the program currently being
8999debugged, enter:
b37303ee
AF
9000
9001@smallexample
9002break -[Fruit create]
9003@end smallexample
9004
9005To list ten program lines around the @code{initialize} class method,
9006enter:
9007
9008@smallexample
9009list +[NSText initialize]
9010@end smallexample
9011
c552b3bb
JM
9012In the current version of @value{GDBN}, the plus or minus sign is
9013required. In future versions of @value{GDBN}, the plus or minus
9014sign will be optional, but you can use it to narrow the search. It
9015is also possible to specify just a method name:
b37303ee
AF
9016
9017@smallexample
9018break create
9019@end smallexample
9020
9021You must specify the complete method name, including any colons. If
9022your program's source files contain more than one @code{create} method,
9023you'll be presented with a numbered list of classes that implement that
9024method. Indicate your choice by number, or type @samp{0} to exit if
9025none apply.
9026
9027As another example, to clear a breakpoint established at the
9028@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
9029
9030@smallexample
9031clear -[NSWindow makeKeyAndOrderFront:]
9032@end smallexample
9033
9034@node The Print Command with Objective-C
9035@subsubsection The Print Command With Objective-C
721c2651 9036@cindex Objective-C, print objects
c552b3bb
JM
9037@kindex print-object
9038@kindex po @r{(@code{print-object})}
b37303ee 9039
c552b3bb 9040The print command has also been extended to accept methods. For example:
b37303ee
AF
9041
9042@smallexample
c552b3bb 9043print -[@var{object} hash]
b37303ee
AF
9044@end smallexample
9045
9046@cindex print an Objective-C object description
c552b3bb
JM
9047@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
9048@noindent
9049will tell @value{GDBN} to send the @code{hash} message to @var{object}
9050and print the result. Also, an additional command has been added,
9051@code{print-object} or @code{po} for short, which is meant to print
9052the description of an object. However, this command may only work
9053with certain Objective-C libraries that have a particular hook
9054function, @code{_NSPrintForDebugger}, defined.
b37303ee 9055
09d4efe1
EZ
9056@node Fortran
9057@subsection Fortran
9058@cindex Fortran-specific support in @value{GDBN}
9059
9060@table @code
9061@cindex @code{COMMON} blocks, Fortran
9062@kindex info common
9063@item info common @r{[}@var{common-name}@r{]}
9064This command prints the values contained in the Fortran @code{COMMON}
9065block whose name is @var{common-name}. With no argument, the names of
9066all @code{COMMON} blocks visible at current program location are
9067printed.
9068@end table
9069
a8f24a35
EZ
9070Fortran symbols are usually case-insensitive, so @value{GDBN} by
9071default uses case-insensitive matches for Fortran symbols. You can
9072change that with the @samp{set case-insensitive} command, see
9073@ref{Symbols}, for the details.
9074
9c16f35a
EZ
9075@node Pascal
9076@subsection Pascal
9077
9078@cindex Pascal support in @value{GDBN}, limitations
9079Debugging Pascal programs which use sets, subranges, file variables, or
9080nested functions does not currently work. @value{GDBN} does not support
9081entering expressions, printing values, or similar features using Pascal
9082syntax.
9083
9084The Pascal-specific command @code{set print pascal_static-members}
9085controls whether static members of Pascal objects are displayed.
9086@xref{Print Settings, pascal_static-members}.
9087
09d4efe1 9088@node Modula-2
c906108c 9089@subsection Modula-2
7a292a7a 9090
d4f3574e 9091@cindex Modula-2, @value{GDBN} support
c906108c
SS
9092
9093The extensions made to @value{GDBN} to support Modula-2 only support
9094output from the @sc{gnu} Modula-2 compiler (which is currently being
9095developed). Other Modula-2 compilers are not currently supported, and
9096attempting to debug executables produced by them is most likely
9097to give an error as @value{GDBN} reads in the executable's symbol
9098table.
9099
9100@cindex expressions in Modula-2
9101@menu
9102* M2 Operators:: Built-in operators
9103* Built-In Func/Proc:: Built-in functions and procedures
9104* M2 Constants:: Modula-2 constants
9105* M2 Defaults:: Default settings for Modula-2
9106* Deviations:: Deviations from standard Modula-2
9107* M2 Checks:: Modula-2 type and range checks
9108* M2 Scope:: The scope operators @code{::} and @code{.}
9109* GDB/M2:: @value{GDBN} and Modula-2
9110@end menu
9111
6d2ebf8b 9112@node M2 Operators
c906108c
SS
9113@subsubsection Operators
9114@cindex Modula-2 operators
9115
9116Operators must be defined on values of specific types. For instance,
9117@code{+} is defined on numbers, but not on structures. Operators are
9118often defined on groups of types. For the purposes of Modula-2, the
9119following definitions hold:
9120
9121@itemize @bullet
9122
9123@item
9124@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
9125their subranges.
9126
9127@item
9128@emph{Character types} consist of @code{CHAR} and its subranges.
9129
9130@item
9131@emph{Floating-point types} consist of @code{REAL}.
9132
9133@item
9134@emph{Pointer types} consist of anything declared as @code{POINTER TO
9135@var{type}}.
9136
9137@item
9138@emph{Scalar types} consist of all of the above.
9139
9140@item
9141@emph{Set types} consist of @code{SET} and @code{BITSET} types.
9142
9143@item
9144@emph{Boolean types} consist of @code{BOOLEAN}.
9145@end itemize
9146
9147@noindent
9148The following operators are supported, and appear in order of
9149increasing precedence:
9150
9151@table @code
9152@item ,
9153Function argument or array index separator.
9154
9155@item :=
9156Assignment. The value of @var{var} @code{:=} @var{value} is
9157@var{value}.
9158
9159@item <@r{, }>
9160Less than, greater than on integral, floating-point, or enumerated
9161types.
9162
9163@item <=@r{, }>=
96a2c332 9164Less than or equal to, greater than or equal to
c906108c
SS
9165on integral, floating-point and enumerated types, or set inclusion on
9166set types. Same precedence as @code{<}.
9167
9168@item =@r{, }<>@r{, }#
9169Equality and two ways of expressing inequality, valid on scalar types.
9170Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
9171available for inequality, since @code{#} conflicts with the script
9172comment character.
9173
9174@item IN
9175Set membership. Defined on set types and the types of their members.
9176Same precedence as @code{<}.
9177
9178@item OR
9179Boolean disjunction. Defined on boolean types.
9180
9181@item AND@r{, }&
d4f3574e 9182Boolean conjunction. Defined on boolean types.
c906108c
SS
9183
9184@item @@
9185The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9186
9187@item +@r{, }-
9188Addition and subtraction on integral and floating-point types, or union
9189and difference on set types.
9190
9191@item *
9192Multiplication on integral and floating-point types, or set intersection
9193on set types.
9194
9195@item /
9196Division on floating-point types, or symmetric set difference on set
9197types. Same precedence as @code{*}.
9198
9199@item DIV@r{, }MOD
9200Integer division and remainder. Defined on integral types. Same
9201precedence as @code{*}.
9202
9203@item -
9204Negative. Defined on @code{INTEGER} and @code{REAL} data.
9205
9206@item ^
9207Pointer dereferencing. Defined on pointer types.
9208
9209@item NOT
9210Boolean negation. Defined on boolean types. Same precedence as
9211@code{^}.
9212
9213@item .
9214@code{RECORD} field selector. Defined on @code{RECORD} data. Same
9215precedence as @code{^}.
9216
9217@item []
9218Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9219
9220@item ()
9221Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9222as @code{^}.
9223
9224@item ::@r{, }.
9225@value{GDBN} and Modula-2 scope operators.
9226@end table
9227
9228@quotation
9229@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9230treats the use of the operator @code{IN}, or the use of operators
9231@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9232@code{<=}, and @code{>=} on sets as an error.
9233@end quotation
9234
cb51c4e0 9235
6d2ebf8b 9236@node Built-In Func/Proc
c906108c 9237@subsubsection Built-in functions and procedures
cb51c4e0 9238@cindex Modula-2 built-ins
c906108c
SS
9239
9240Modula-2 also makes available several built-in procedures and functions.
9241In describing these, the following metavariables are used:
9242
9243@table @var
9244
9245@item a
9246represents an @code{ARRAY} variable.
9247
9248@item c
9249represents a @code{CHAR} constant or variable.
9250
9251@item i
9252represents a variable or constant of integral type.
9253
9254@item m
9255represents an identifier that belongs to a set. Generally used in the
9256same function with the metavariable @var{s}. The type of @var{s} should
9257be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9258
9259@item n
9260represents a variable or constant of integral or floating-point type.
9261
9262@item r
9263represents a variable or constant of floating-point type.
9264
9265@item t
9266represents a type.
9267
9268@item v
9269represents a variable.
9270
9271@item x
9272represents a variable or constant of one of many types. See the
9273explanation of the function for details.
9274@end table
9275
9276All Modula-2 built-in procedures also return a result, described below.
9277
9278@table @code
9279@item ABS(@var{n})
9280Returns the absolute value of @var{n}.
9281
9282@item CAP(@var{c})
9283If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 9284equivalent, otherwise it returns its argument.
c906108c
SS
9285
9286@item CHR(@var{i})
9287Returns the character whose ordinal value is @var{i}.
9288
9289@item DEC(@var{v})
c3f6f71d 9290Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9291
9292@item DEC(@var{v},@var{i})
9293Decrements the value in the variable @var{v} by @var{i}. Returns the
9294new value.
9295
9296@item EXCL(@var{m},@var{s})
9297Removes the element @var{m} from the set @var{s}. Returns the new
9298set.
9299
9300@item FLOAT(@var{i})
9301Returns the floating point equivalent of the integer @var{i}.
9302
9303@item HIGH(@var{a})
9304Returns the index of the last member of @var{a}.
9305
9306@item INC(@var{v})
c3f6f71d 9307Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9308
9309@item INC(@var{v},@var{i})
9310Increments the value in the variable @var{v} by @var{i}. Returns the
9311new value.
9312
9313@item INCL(@var{m},@var{s})
9314Adds the element @var{m} to the set @var{s} if it is not already
9315there. Returns the new set.
9316
9317@item MAX(@var{t})
9318Returns the maximum value of the type @var{t}.
9319
9320@item MIN(@var{t})
9321Returns the minimum value of the type @var{t}.
9322
9323@item ODD(@var{i})
9324Returns boolean TRUE if @var{i} is an odd number.
9325
9326@item ORD(@var{x})
9327Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
9328value of a character is its @sc{ascii} value (on machines supporting the
9329@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
9330integral, character and enumerated types.
9331
9332@item SIZE(@var{x})
9333Returns the size of its argument. @var{x} can be a variable or a type.
9334
9335@item TRUNC(@var{r})
9336Returns the integral part of @var{r}.
9337
9338@item VAL(@var{t},@var{i})
9339Returns the member of the type @var{t} whose ordinal value is @var{i}.
9340@end table
9341
9342@quotation
9343@emph{Warning:} Sets and their operations are not yet supported, so
9344@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9345an error.
9346@end quotation
9347
9348@cindex Modula-2 constants
6d2ebf8b 9349@node M2 Constants
c906108c
SS
9350@subsubsection Constants
9351
9352@value{GDBN} allows you to express the constants of Modula-2 in the following
9353ways:
9354
9355@itemize @bullet
9356
9357@item
9358Integer constants are simply a sequence of digits. When used in an
9359expression, a constant is interpreted to be type-compatible with the
9360rest of the expression. Hexadecimal integers are specified by a
9361trailing @samp{H}, and octal integers by a trailing @samp{B}.
9362
9363@item
9364Floating point constants appear as a sequence of digits, followed by a
9365decimal point and another sequence of digits. An optional exponent can
9366then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9367@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9368digits of the floating point constant must be valid decimal (base 10)
9369digits.
9370
9371@item
9372Character constants consist of a single character enclosed by a pair of
9373like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 9374also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
9375followed by a @samp{C}.
9376
9377@item
9378String constants consist of a sequence of characters enclosed by a
9379pair of like quotes, either single (@code{'}) or double (@code{"}).
9380Escape sequences in the style of C are also allowed. @xref{C
b37052ae 9381Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
9382sequences.
9383
9384@item
9385Enumerated constants consist of an enumerated identifier.
9386
9387@item
9388Boolean constants consist of the identifiers @code{TRUE} and
9389@code{FALSE}.
9390
9391@item
9392Pointer constants consist of integral values only.
9393
9394@item
9395Set constants are not yet supported.
9396@end itemize
9397
6d2ebf8b 9398@node M2 Defaults
c906108c
SS
9399@subsubsection Modula-2 defaults
9400@cindex Modula-2 defaults
9401
9402If type and range checking are set automatically by @value{GDBN}, they
9403both default to @code{on} whenever the working language changes to
d4f3574e 9404Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
9405selected the working language.
9406
9407If you allow @value{GDBN} to set the language automatically, then entering
9408code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 9409working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
9410the language automatically}, for further details.
9411
6d2ebf8b 9412@node Deviations
c906108c
SS
9413@subsubsection Deviations from standard Modula-2
9414@cindex Modula-2, deviations from
9415
9416A few changes have been made to make Modula-2 programs easier to debug.
9417This is done primarily via loosening its type strictness:
9418
9419@itemize @bullet
9420@item
9421Unlike in standard Modula-2, pointer constants can be formed by
9422integers. This allows you to modify pointer variables during
9423debugging. (In standard Modula-2, the actual address contained in a
9424pointer variable is hidden from you; it can only be modified
9425through direct assignment to another pointer variable or expression that
9426returned a pointer.)
9427
9428@item
9429C escape sequences can be used in strings and characters to represent
9430non-printable characters. @value{GDBN} prints out strings with these
9431escape sequences embedded. Single non-printable characters are
9432printed using the @samp{CHR(@var{nnn})} format.
9433
9434@item
9435The assignment operator (@code{:=}) returns the value of its right-hand
9436argument.
9437
9438@item
9439All built-in procedures both modify @emph{and} return their argument.
9440@end itemize
9441
6d2ebf8b 9442@node M2 Checks
c906108c
SS
9443@subsubsection Modula-2 type and range checks
9444@cindex Modula-2 checks
9445
9446@quotation
9447@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9448range checking.
9449@end quotation
9450@c FIXME remove warning when type/range checks added
9451
9452@value{GDBN} considers two Modula-2 variables type equivalent if:
9453
9454@itemize @bullet
9455@item
9456They are of types that have been declared equivalent via a @code{TYPE
9457@var{t1} = @var{t2}} statement
9458
9459@item
9460They have been declared on the same line. (Note: This is true of the
9461@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9462@end itemize
9463
9464As long as type checking is enabled, any attempt to combine variables
9465whose types are not equivalent is an error.
9466
9467Range checking is done on all mathematical operations, assignment, array
9468index bounds, and all built-in functions and procedures.
9469
6d2ebf8b 9470@node M2 Scope
c906108c
SS
9471@subsubsection The scope operators @code{::} and @code{.}
9472@cindex scope
41afff9a 9473@cindex @code{.}, Modula-2 scope operator
c906108c
SS
9474@cindex colon, doubled as scope operator
9475@ifinfo
41afff9a 9476@vindex colon-colon@r{, in Modula-2}
c906108c
SS
9477@c Info cannot handle :: but TeX can.
9478@end ifinfo
9479@iftex
41afff9a 9480@vindex ::@r{, in Modula-2}
c906108c
SS
9481@end iftex
9482
9483There are a few subtle differences between the Modula-2 scope operator
9484(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9485similar syntax:
9486
474c8240 9487@smallexample
c906108c
SS
9488
9489@var{module} . @var{id}
9490@var{scope} :: @var{id}
474c8240 9491@end smallexample
c906108c
SS
9492
9493@noindent
9494where @var{scope} is the name of a module or a procedure,
9495@var{module} the name of a module, and @var{id} is any declared
9496identifier within your program, except another module.
9497
9498Using the @code{::} operator makes @value{GDBN} search the scope
9499specified by @var{scope} for the identifier @var{id}. If it is not
9500found in the specified scope, then @value{GDBN} searches all scopes
9501enclosing the one specified by @var{scope}.
9502
9503Using the @code{.} operator makes @value{GDBN} search the current scope for
9504the identifier specified by @var{id} that was imported from the
9505definition module specified by @var{module}. With this operator, it is
9506an error if the identifier @var{id} was not imported from definition
9507module @var{module}, or if @var{id} is not an identifier in
9508@var{module}.
9509
6d2ebf8b 9510@node GDB/M2
c906108c
SS
9511@subsubsection @value{GDBN} and Modula-2
9512
9513Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9514Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9515specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9516@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9517apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9518analogue in Modula-2.
9519
9520The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9521with any language, is not useful with Modula-2. Its
c906108c 9522intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9523created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9524address can be specified by an integral constant, the construct
d4f3574e 9525@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9526
9527@cindex @code{#} in Modula-2
9528In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9529interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9530
e07c999f
PH
9531@node Ada
9532@subsection Ada
9533@cindex Ada
9534
9535The extensions made to @value{GDBN} for Ada only support
9536output from the @sc{gnu} Ada (GNAT) compiler.
9537Other Ada compilers are not currently supported, and
9538attempting to debug executables produced by them is most likely
9539to be difficult.
9540
9541
9542@cindex expressions in Ada
9543@menu
9544* Ada Mode Intro:: General remarks on the Ada syntax
9545 and semantics supported by Ada mode
9546 in @value{GDBN}.
9547* Omissions from Ada:: Restrictions on the Ada expression syntax.
9548* Additions to Ada:: Extensions of the Ada expression syntax.
9549* Stopping Before Main Program:: Debugging the program during elaboration.
9550* Ada Glitches:: Known peculiarities of Ada mode.
9551@end menu
9552
9553@node Ada Mode Intro
9554@subsubsection Introduction
9555@cindex Ada mode, general
9556
9557The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9558syntax, with some extensions.
9559The philosophy behind the design of this subset is
9560
9561@itemize @bullet
9562@item
9563That @value{GDBN} should provide basic literals and access to operations for
9564arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9565leaving more sophisticated computations to subprograms written into the
9566program (which therefore may be called from @value{GDBN}).
9567
9568@item
9569That type safety and strict adherence to Ada language restrictions
9570are not particularly important to the @value{GDBN} user.
9571
9572@item
9573That brevity is important to the @value{GDBN} user.
9574@end itemize
9575
9576Thus, for brevity, the debugger acts as if there were
9577implicit @code{with} and @code{use} clauses in effect for all user-written
9578packages, making it unnecessary to fully qualify most names with
9579their packages, regardless of context. Where this causes ambiguity,
9580@value{GDBN} asks the user's intent.
9581
9582The debugger will start in Ada mode if it detects an Ada main program.
9583As for other languages, it will enter Ada mode when stopped in a program that
9584was translated from an Ada source file.
9585
9586While in Ada mode, you may use `@t{--}' for comments. This is useful
9587mostly for documenting command files. The standard @value{GDBN} comment
9588(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9589middle (to allow based literals).
9590
9591The debugger supports limited overloading. Given a subprogram call in which
9592the function symbol has multiple definitions, it will use the number of
9593actual parameters and some information about their types to attempt to narrow
9594the set of definitions. It also makes very limited use of context, preferring
9595procedures to functions in the context of the @code{call} command, and
9596functions to procedures elsewhere.
9597
9598@node Omissions from Ada
9599@subsubsection Omissions from Ada
9600@cindex Ada, omissions from
9601
9602Here are the notable omissions from the subset:
9603
9604@itemize @bullet
9605@item
9606Only a subset of the attributes are supported:
9607
9608@itemize @minus
9609@item
9610@t{'First}, @t{'Last}, and @t{'Length}
9611 on array objects (not on types and subtypes).
9612
9613@item
9614@t{'Min} and @t{'Max}.
9615
9616@item
9617@t{'Pos} and @t{'Val}.
9618
9619@item
9620@t{'Tag}.
9621
9622@item
9623@t{'Range} on array objects (not subtypes), but only as the right
9624operand of the membership (@code{in}) operator.
9625
9626@item
9627@t{'Access}, @t{'Unchecked_Access}, and
9628@t{'Unrestricted_Access} (a GNAT extension).
9629
9630@item
9631@t{'Address}.
9632@end itemize
9633
9634@item
9635The names in
9636@code{Characters.Latin_1} are not available and
9637concatenation is not implemented. Thus, escape characters in strings are
9638not currently available.
9639
9640@item
9641Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9642equality of representations. They will generally work correctly
9643for strings and arrays whose elements have integer or enumeration types.
9644They may not work correctly for arrays whose element
9645types have user-defined equality, for arrays of real values
9646(in particular, IEEE-conformant floating point, because of negative
9647zeroes and NaNs), and for arrays whose elements contain unused bits with
9648indeterminate values.
9649
9650@item
9651The other component-by-component array operations (@code{and}, @code{or},
9652@code{xor}, @code{not}, and relational tests other than equality)
9653are not implemented.
9654
9655@item
9656There are no record or array aggregates.
9657
9658@item
9659Calls to dispatching subprograms are not implemented.
9660
9661@item
9662The overloading algorithm is much more limited (i.e., less selective)
9663than that of real Ada. It makes only limited use of the context in which a subexpression
9664appears to resolve its meaning, and it is much looser in its rules for allowing
9665type matches. As a result, some function calls will be ambiguous, and the user
9666will be asked to choose the proper resolution.
9667
9668@item
9669The @code{new} operator is not implemented.
9670
9671@item
9672Entry calls are not implemented.
9673
9674@item
9675Aside from printing, arithmetic operations on the native VAX floating-point
9676formats are not supported.
9677
9678@item
9679It is not possible to slice a packed array.
9680@end itemize
9681
9682@node Additions to Ada
9683@subsubsection Additions to Ada
9684@cindex Ada, deviations from
9685
9686As it does for other languages, @value{GDBN} makes certain generic
9687extensions to Ada (@pxref{Expressions}):
9688
9689@itemize @bullet
9690@item
9691If the expression @var{E} is a variable residing in memory
9692(typically a local variable or array element) and @var{N} is
9693a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9694@var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9695In Ada, this operator is generally not necessary, since its prime use
9696is in displaying parts of an array, and slicing will usually do this in Ada.
9697However, there are occasional uses when debugging programs
9698in which certain debugging information has been optimized away.
9699
9700@item
9701@code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9702in function or file @var{B}.'' When @var{B} is a file name, you must typically
9703surround it in single quotes.
9704
9705@item
9706The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9707@var{type} that appears at address @var{addr}.''
9708
9709@item
9710A name starting with @samp{$} is a convenience variable
9711(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9712@end itemize
9713
9714In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9715to Ada:
9716
9717@itemize @bullet
9718@item
9719The assignment statement is allowed as an expression, returning
9720its right-hand operand as its value. Thus, you may enter
9721
9722@smallexample
9723set x := y + 3
9724print A(tmp := y + 1)
9725@end smallexample
9726
9727@item
9728The semicolon is allowed as an ``operator,'' returning as its value
9729the value of its right-hand operand.
9730This allows, for example,
9731complex conditional breaks:
9732
9733@smallexample
9734break f
9735condition 1 (report(i); k += 1; A(k) > 100)
9736@end smallexample
9737
9738@item
9739Rather than use catenation and symbolic character names to introduce special
9740characters into strings, one may instead use a special bracket notation,
9741which is also used to print strings. A sequence of characters of the form
9742@samp{["@var{XX}"]} within a string or character literal denotes the
9743(single) character whose numeric encoding is @var{XX} in hexadecimal. The
9744sequence of characters @samp{["""]} also denotes a single quotation mark
9745in strings. For example,
9746@smallexample
9747 "One line.["0a"]Next line.["0a"]"
9748@end smallexample
9749@noindent
9750contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9751period.
9752
9753@item
9754The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9755@t{'Max} is optional (and is ignored in any case). For example, it is valid
9756to write
9757
9758@smallexample
9759print 'max(x, y)
9760@end smallexample
9761
9762@item
9763When printing arrays, @value{GDBN} uses positional notation when the
9764array has a lower bound of 1, and uses a modified named notation otherwise.
9765For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9766
9767@smallexample
9768(3 => 10, 17, 1)
9769@end smallexample
9770
9771@noindent
9772That is, in contrast to valid Ada, only the first component has a @code{=>}
9773clause.
9774
9775@item
9776You may abbreviate attributes in expressions with any unique,
9777multi-character subsequence of
9778their names (an exact match gets preference).
9779For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9780in place of @t{a'length}.
9781
9782@item
9783@cindex quoting Ada internal identifiers
9784Since Ada is case-insensitive, the debugger normally maps identifiers you type
9785to lower case. The GNAT compiler uses upper-case characters for
9786some of its internal identifiers, which are normally of no interest to users.
9787For the rare occasions when you actually have to look at them,
9788enclose them in angle brackets to avoid the lower-case mapping.
9789For example,
9790@smallexample
9791@value{GDBP} print <JMPBUF_SAVE>[0]
9792@end smallexample
9793
9794@item
9795Printing an object of class-wide type or dereferencing an
9796access-to-class-wide value will display all the components of the object's
9797specific type (as indicated by its run-time tag). Likewise, component
9798selection on such a value will operate on the specific type of the
9799object.
9800
9801@end itemize
9802
9803@node Stopping Before Main Program
9804@subsubsection Stopping at the Very Beginning
9805
9806@cindex breakpointing Ada elaboration code
9807It is sometimes necessary to debug the program during elaboration, and
9808before reaching the main procedure.
9809As defined in the Ada Reference
9810Manual, the elaboration code is invoked from a procedure called
9811@code{adainit}. To run your program up to the beginning of
9812elaboration, simply use the following two commands:
9813@code{tbreak adainit} and @code{run}.
9814
9815@node Ada Glitches
9816@subsubsection Known Peculiarities of Ada Mode
9817@cindex Ada, problems
9818
9819Besides the omissions listed previously (@pxref{Omissions from Ada}),
9820we know of several problems with and limitations of Ada mode in
9821@value{GDBN},
9822some of which will be fixed with planned future releases of the debugger
9823and the GNU Ada compiler.
9824
9825@itemize @bullet
9826@item
9827Currently, the debugger
9828has insufficient information to determine whether certain pointers represent
9829pointers to objects or the objects themselves.
9830Thus, the user may have to tack an extra @code{.all} after an expression
9831to get it printed properly.
9832
9833@item
9834Static constants that the compiler chooses not to materialize as objects in
9835storage are invisible to the debugger.
9836
9837@item
9838Named parameter associations in function argument lists are ignored (the
9839argument lists are treated as positional).
9840
9841@item
9842Many useful library packages are currently invisible to the debugger.
9843
9844@item
9845Fixed-point arithmetic, conversions, input, and output is carried out using
9846floating-point arithmetic, and may give results that only approximate those on
9847the host machine.
9848
9849@item
9850The type of the @t{'Address} attribute may not be @code{System.Address}.
9851
9852@item
9853The GNAT compiler never generates the prefix @code{Standard} for any of
9854the standard symbols defined by the Ada language. @value{GDBN} knows about
9855this: it will strip the prefix from names when you use it, and will never
9856look for a name you have so qualified among local symbols, nor match against
9857symbols in other packages or subprograms. If you have
9858defined entities anywhere in your program other than parameters and
9859local variables whose simple names match names in @code{Standard},
9860GNAT's lack of qualification here can cause confusion. When this happens,
9861you can usually resolve the confusion
9862by qualifying the problematic names with package
9863@code{Standard} explicitly.
9864@end itemize
9865
4e562065
JB
9866@node Unsupported languages
9867@section Unsupported languages
9868
9869@cindex unsupported languages
9870@cindex minimal language
9871In addition to the other fully-supported programming languages,
9872@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9873It does not represent a real programming language, but provides a set
9874of capabilities close to what the C or assembly languages provide.
9875This should allow most simple operations to be performed while debugging
9876an application that uses a language currently not supported by @value{GDBN}.
9877
9878If the language is set to @code{auto}, @value{GDBN} will automatically
9879select this language if the current frame corresponds to an unsupported
9880language.
9881
6d2ebf8b 9882@node Symbols
c906108c
SS
9883@chapter Examining the Symbol Table
9884
d4f3574e 9885The commands described in this chapter allow you to inquire about the
c906108c
SS
9886symbols (names of variables, functions and types) defined in your
9887program. This information is inherent in the text of your program and
9888does not change as your program executes. @value{GDBN} finds it in your
9889program's symbol table, in the file indicated when you started @value{GDBN}
9890(@pxref{File Options, ,Choosing files}), or by one of the
9891file-management commands (@pxref{Files, ,Commands to specify files}).
9892
9893@cindex symbol names
9894@cindex names of symbols
9895@cindex quoting names
9896Occasionally, you may need to refer to symbols that contain unusual
9897characters, which @value{GDBN} ordinarily treats as word delimiters. The
9898most frequent case is in referring to static variables in other
9899source files (@pxref{Variables,,Program variables}). File names
9900are recorded in object files as debugging symbols, but @value{GDBN} would
9901ordinarily parse a typical file name, like @file{foo.c}, as the three words
9902@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9903@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9904
474c8240 9905@smallexample
c906108c 9906p 'foo.c'::x
474c8240 9907@end smallexample
c906108c
SS
9908
9909@noindent
9910looks up the value of @code{x} in the scope of the file @file{foo.c}.
9911
9912@table @code
a8f24a35
EZ
9913@cindex case-insensitive symbol names
9914@cindex case sensitivity in symbol names
9915@kindex set case-sensitive
9916@item set case-sensitive on
9917@itemx set case-sensitive off
9918@itemx set case-sensitive auto
9919Normally, when @value{GDBN} looks up symbols, it matches their names
9920with case sensitivity determined by the current source language.
9921Occasionally, you may wish to control that. The command @code{set
9922case-sensitive} lets you do that by specifying @code{on} for
9923case-sensitive matches or @code{off} for case-insensitive ones. If
9924you specify @code{auto}, case sensitivity is reset to the default
9925suitable for the source language. The default is case-sensitive
9926matches for all languages except for Fortran, for which the default is
9927case-insensitive matches.
9928
9c16f35a
EZ
9929@kindex show case-sensitive
9930@item show case-sensitive
a8f24a35
EZ
9931This command shows the current setting of case sensitivity for symbols
9932lookups.
9933
c906108c 9934@kindex info address
b37052ae 9935@cindex address of a symbol
c906108c
SS
9936@item info address @var{symbol}
9937Describe where the data for @var{symbol} is stored. For a register
9938variable, this says which register it is kept in. For a non-register
9939local variable, this prints the stack-frame offset at which the variable
9940is always stored.
9941
9942Note the contrast with @samp{print &@var{symbol}}, which does not work
9943at all for a register variable, and for a stack local variable prints
9944the exact address of the current instantiation of the variable.
9945
3d67e040 9946@kindex info symbol
b37052ae 9947@cindex symbol from address
9c16f35a 9948@cindex closest symbol and offset for an address
3d67e040
EZ
9949@item info symbol @var{addr}
9950Print the name of a symbol which is stored at the address @var{addr}.
9951If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9952nearest symbol and an offset from it:
9953
474c8240 9954@smallexample
3d67e040
EZ
9955(@value{GDBP}) info symbol 0x54320
9956_initialize_vx + 396 in section .text
474c8240 9957@end smallexample
3d67e040
EZ
9958
9959@noindent
9960This is the opposite of the @code{info address} command. You can use
9961it to find out the name of a variable or a function given its address.
9962
c906108c 9963@kindex whatis
d4f3574e
SS
9964@item whatis @var{expr}
9965Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9966actually evaluated, and any side-effecting operations (such as
9967assignments or function calls) inside it do not take place.
9968@xref{Expressions, ,Expressions}.
9969
9970@item whatis
9971Print the data type of @code{$}, the last value in the value history.
9972
9973@kindex ptype
9974@item ptype @var{typename}
9975Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9976the name of a type, or for C code it may have the form @samp{class
9977@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9978@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9979
d4f3574e 9980@item ptype @var{expr}
c906108c 9981@itemx ptype
d4f3574e 9982Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9983differs from @code{whatis} by printing a detailed description, instead
9984of just the name of the type.
9985
9986For example, for this variable declaration:
9987
474c8240 9988@smallexample
c906108c 9989struct complex @{double real; double imag;@} v;
474c8240 9990@end smallexample
c906108c
SS
9991
9992@noindent
9993the two commands give this output:
9994
474c8240 9995@smallexample
c906108c
SS
9996@group
9997(@value{GDBP}) whatis v
9998type = struct complex
9999(@value{GDBP}) ptype v
10000type = struct complex @{
10001 double real;
10002 double imag;
10003@}
10004@end group
474c8240 10005@end smallexample
c906108c
SS
10006
10007@noindent
10008As with @code{whatis}, using @code{ptype} without an argument refers to
10009the type of @code{$}, the last value in the value history.
10010
10011@kindex info types
10012@item info types @var{regexp}
10013@itemx info types
09d4efe1
EZ
10014Print a brief description of all types whose names match the regular
10015expression @var{regexp} (or all types in your program, if you supply
10016no argument). Each complete typename is matched as though it were a
10017complete line; thus, @samp{i type value} gives information on all
10018types in your program whose names include the string @code{value}, but
10019@samp{i type ^value$} gives information only on types whose complete
10020name is @code{value}.
c906108c
SS
10021
10022This command differs from @code{ptype} in two ways: first, like
10023@code{whatis}, it does not print a detailed description; second, it
10024lists all source files where a type is defined.
10025
b37052ae
EZ
10026@kindex info scope
10027@cindex local variables
09d4efe1 10028@item info scope @var{location}
b37052ae 10029List all the variables local to a particular scope. This command
09d4efe1
EZ
10030accepts a @var{location} argument---a function name, a source line, or
10031an address preceded by a @samp{*}, and prints all the variables local
10032to the scope defined by that location. For example:
b37052ae
EZ
10033
10034@smallexample
10035(@value{GDBP}) @b{info scope command_line_handler}
10036Scope for command_line_handler:
10037Symbol rl is an argument at stack/frame offset 8, length 4.
10038Symbol linebuffer is in static storage at address 0x150a18, length 4.
10039Symbol linelength is in static storage at address 0x150a1c, length 4.
10040Symbol p is a local variable in register $esi, length 4.
10041Symbol p1 is a local variable in register $ebx, length 4.
10042Symbol nline is a local variable in register $edx, length 4.
10043Symbol repeat is a local variable at frame offset -8, length 4.
10044@end smallexample
10045
f5c37c66
EZ
10046@noindent
10047This command is especially useful for determining what data to collect
10048during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
10049collect}.
10050
c906108c
SS
10051@kindex info source
10052@item info source
919d772c
JB
10053Show information about the current source file---that is, the source file for
10054the function containing the current point of execution:
10055@itemize @bullet
10056@item
10057the name of the source file, and the directory containing it,
10058@item
10059the directory it was compiled in,
10060@item
10061its length, in lines,
10062@item
10063which programming language it is written in,
10064@item
10065whether the executable includes debugging information for that file, and
10066if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
10067@item
10068whether the debugging information includes information about
10069preprocessor macros.
10070@end itemize
10071
c906108c
SS
10072
10073@kindex info sources
10074@item info sources
10075Print the names of all source files in your program for which there is
10076debugging information, organized into two lists: files whose symbols
10077have already been read, and files whose symbols will be read when needed.
10078
10079@kindex info functions
10080@item info functions
10081Print the names and data types of all defined functions.
10082
10083@item info functions @var{regexp}
10084Print the names and data types of all defined functions
10085whose names contain a match for regular expression @var{regexp}.
10086Thus, @samp{info fun step} finds all functions whose names
10087include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
10088start with @code{step}. If a function name contains characters
10089that conflict with the regular expression language (eg.
1c5dfdad 10090@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
10091
10092@kindex info variables
10093@item info variables
10094Print the names and data types of all variables that are declared
6ca652b0 10095outside of functions (i.e.@: excluding local variables).
c906108c
SS
10096
10097@item info variables @var{regexp}
10098Print the names and data types of all variables (except for local
10099variables) whose names contain a match for regular expression
10100@var{regexp}.
10101
b37303ee 10102@kindex info classes
721c2651 10103@cindex Objective-C, classes and selectors
b37303ee
AF
10104@item info classes
10105@itemx info classes @var{regexp}
10106Display all Objective-C classes in your program, or
10107(with the @var{regexp} argument) all those matching a particular regular
10108expression.
10109
10110@kindex info selectors
10111@item info selectors
10112@itemx info selectors @var{regexp}
10113Display all Objective-C selectors in your program, or
10114(with the @var{regexp} argument) all those matching a particular regular
10115expression.
10116
c906108c
SS
10117@ignore
10118This was never implemented.
10119@kindex info methods
10120@item info methods
10121@itemx info methods @var{regexp}
10122The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
10123methods within C@t{++} program, or (with the @var{regexp} argument) a
10124specific set of methods found in the various C@t{++} classes. Many
10125C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
10126from the @code{ptype} command can be overwhelming and hard to use. The
10127@code{info-methods} command filters the methods, printing only those
10128which match the regular-expression @var{regexp}.
10129@end ignore
10130
c906108c
SS
10131@cindex reloading symbols
10132Some systems allow individual object files that make up your program to
7a292a7a
SS
10133be replaced without stopping and restarting your program. For example,
10134in VxWorks you can simply recompile a defective object file and keep on
10135running. If you are running on one of these systems, you can allow
10136@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
10137
10138@table @code
10139@kindex set symbol-reloading
10140@item set symbol-reloading on
10141Replace symbol definitions for the corresponding source file when an
10142object file with a particular name is seen again.
10143
10144@item set symbol-reloading off
6d2ebf8b
SS
10145Do not replace symbol definitions when encountering object files of the
10146same name more than once. This is the default state; if you are not
10147running on a system that permits automatic relinking of modules, you
10148should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10149may discard symbols when linking large programs, that may contain
10150several modules (from different directories or libraries) with the same
10151name.
c906108c
SS
10152
10153@kindex show symbol-reloading
10154@item show symbol-reloading
10155Show the current @code{on} or @code{off} setting.
10156@end table
c906108c 10157
9c16f35a 10158@cindex opaque data types
c906108c
SS
10159@kindex set opaque-type-resolution
10160@item set opaque-type-resolution on
10161Tell @value{GDBN} to resolve opaque types. An opaque type is a type
10162declared as a pointer to a @code{struct}, @code{class}, or
10163@code{union}---for example, @code{struct MyType *}---that is used in one
10164source file although the full declaration of @code{struct MyType} is in
10165another source file. The default is on.
10166
10167A change in the setting of this subcommand will not take effect until
10168the next time symbols for a file are loaded.
10169
10170@item set opaque-type-resolution off
10171Tell @value{GDBN} not to resolve opaque types. In this case, the type
10172is printed as follows:
10173@smallexample
10174@{<no data fields>@}
10175@end smallexample
10176
10177@kindex show opaque-type-resolution
10178@item show opaque-type-resolution
10179Show whether opaque types are resolved or not.
c906108c
SS
10180
10181@kindex maint print symbols
10182@cindex symbol dump
10183@kindex maint print psymbols
10184@cindex partial symbol dump
10185@item maint print symbols @var{filename}
10186@itemx maint print psymbols @var{filename}
10187@itemx maint print msymbols @var{filename}
10188Write a dump of debugging symbol data into the file @var{filename}.
10189These commands are used to debug the @value{GDBN} symbol-reading code. Only
10190symbols with debugging data are included. If you use @samp{maint print
10191symbols}, @value{GDBN} includes all the symbols for which it has already
10192collected full details: that is, @var{filename} reflects symbols for
10193only those files whose symbols @value{GDBN} has read. You can use the
10194command @code{info sources} to find out which files these are. If you
10195use @samp{maint print psymbols} instead, the dump shows information about
10196symbols that @value{GDBN} only knows partially---that is, symbols defined in
10197files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10198@samp{maint print msymbols} dumps just the minimal symbol information
10199required for each object file from which @value{GDBN} has read some symbols.
10200@xref{Files, ,Commands to specify files}, for a discussion of how
10201@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 10202
5e7b2f39
JB
10203@kindex maint info symtabs
10204@kindex maint info psymtabs
44ea7b70
JB
10205@cindex listing @value{GDBN}'s internal symbol tables
10206@cindex symbol tables, listing @value{GDBN}'s internal
10207@cindex full symbol tables, listing @value{GDBN}'s internal
10208@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
10209@item maint info symtabs @r{[} @var{regexp} @r{]}
10210@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
10211
10212List the @code{struct symtab} or @code{struct partial_symtab}
10213structures whose names match @var{regexp}. If @var{regexp} is not
10214given, list them all. The output includes expressions which you can
10215copy into a @value{GDBN} debugging this one to examine a particular
10216structure in more detail. For example:
10217
10218@smallexample
5e7b2f39 10219(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
10220@{ objfile /home/gnu/build/gdb/gdb
10221 ((struct objfile *) 0x82e69d0)
b383017d 10222 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10223 ((struct partial_symtab *) 0x8474b10)
10224 readin no
10225 fullname (null)
10226 text addresses 0x814d3c8 -- 0x8158074
10227 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10228 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10229 dependencies (none)
10230 @}
10231@}
5e7b2f39 10232(@value{GDBP}) maint info symtabs
44ea7b70
JB
10233(@value{GDBP})
10234@end smallexample
10235@noindent
10236We see that there is one partial symbol table whose filename contains
10237the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10238and we see that @value{GDBN} has not read in any symtabs yet at all.
10239If we set a breakpoint on a function, that will cause @value{GDBN} to
10240read the symtab for the compilation unit containing that function:
10241
10242@smallexample
10243(@value{GDBP}) break dwarf2_psymtab_to_symtab
10244Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10245line 1574.
5e7b2f39 10246(@value{GDBP}) maint info symtabs
b383017d 10247@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 10248 ((struct objfile *) 0x82e69d0)
b383017d 10249 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10250 ((struct symtab *) 0x86c1f38)
10251 dirname (null)
10252 fullname (null)
10253 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10254 debugformat DWARF 2
10255 @}
10256@}
b383017d 10257(@value{GDBP})
44ea7b70 10258@end smallexample
c906108c
SS
10259@end table
10260
44ea7b70 10261
6d2ebf8b 10262@node Altering
c906108c
SS
10263@chapter Altering Execution
10264
10265Once you think you have found an error in your program, you might want to
10266find out for certain whether correcting the apparent error would lead to
10267correct results in the rest of the run. You can find the answer by
10268experiment, using the @value{GDBN} features for altering execution of the
10269program.
10270
10271For example, you can store new values into variables or memory
7a292a7a
SS
10272locations, give your program a signal, restart it at a different
10273address, or even return prematurely from a function.
c906108c
SS
10274
10275@menu
10276* Assignment:: Assignment to variables
10277* Jumping:: Continuing at a different address
c906108c 10278* Signaling:: Giving your program a signal
c906108c
SS
10279* Returning:: Returning from a function
10280* Calling:: Calling your program's functions
10281* Patching:: Patching your program
10282@end menu
10283
6d2ebf8b 10284@node Assignment
c906108c
SS
10285@section Assignment to variables
10286
10287@cindex assignment
10288@cindex setting variables
10289To alter the value of a variable, evaluate an assignment expression.
10290@xref{Expressions, ,Expressions}. For example,
10291
474c8240 10292@smallexample
c906108c 10293print x=4
474c8240 10294@end smallexample
c906108c
SS
10295
10296@noindent
10297stores the value 4 into the variable @code{x}, and then prints the
5d161b24 10298value of the assignment expression (which is 4).
c906108c
SS
10299@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10300information on operators in supported languages.
c906108c
SS
10301
10302@kindex set variable
10303@cindex variables, setting
10304If you are not interested in seeing the value of the assignment, use the
10305@code{set} command instead of the @code{print} command. @code{set} is
10306really the same as @code{print} except that the expression's value is
10307not printed and is not put in the value history (@pxref{Value History,
10308,Value history}). The expression is evaluated only for its effects.
10309
c906108c
SS
10310If the beginning of the argument string of the @code{set} command
10311appears identical to a @code{set} subcommand, use the @code{set
10312variable} command instead of just @code{set}. This command is identical
10313to @code{set} except for its lack of subcommands. For example, if your
10314program has a variable @code{width}, you get an error if you try to set
10315a new value with just @samp{set width=13}, because @value{GDBN} has the
10316command @code{set width}:
10317
474c8240 10318@smallexample
c906108c
SS
10319(@value{GDBP}) whatis width
10320type = double
10321(@value{GDBP}) p width
10322$4 = 13
10323(@value{GDBP}) set width=47
10324Invalid syntax in expression.
474c8240 10325@end smallexample
c906108c
SS
10326
10327@noindent
10328The invalid expression, of course, is @samp{=47}. In
10329order to actually set the program's variable @code{width}, use
10330
474c8240 10331@smallexample
c906108c 10332(@value{GDBP}) set var width=47
474c8240 10333@end smallexample
53a5351d 10334
c906108c
SS
10335Because the @code{set} command has many subcommands that can conflict
10336with the names of program variables, it is a good idea to use the
10337@code{set variable} command instead of just @code{set}. For example, if
10338your program has a variable @code{g}, you run into problems if you try
10339to set a new value with just @samp{set g=4}, because @value{GDBN} has
10340the command @code{set gnutarget}, abbreviated @code{set g}:
10341
474c8240 10342@smallexample
c906108c
SS
10343@group
10344(@value{GDBP}) whatis g
10345type = double
10346(@value{GDBP}) p g
10347$1 = 1
10348(@value{GDBP}) set g=4
2df3850c 10349(@value{GDBP}) p g
c906108c
SS
10350$2 = 1
10351(@value{GDBP}) r
10352The program being debugged has been started already.
10353Start it from the beginning? (y or n) y
10354Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
10355"/home/smith/cc_progs/a.out": can't open to read symbols:
10356 Invalid bfd target.
c906108c
SS
10357(@value{GDBP}) show g
10358The current BFD target is "=4".
10359@end group
474c8240 10360@end smallexample
c906108c
SS
10361
10362@noindent
10363The program variable @code{g} did not change, and you silently set the
10364@code{gnutarget} to an invalid value. In order to set the variable
10365@code{g}, use
10366
474c8240 10367@smallexample
c906108c 10368(@value{GDBP}) set var g=4
474c8240 10369@end smallexample
c906108c
SS
10370
10371@value{GDBN} allows more implicit conversions in assignments than C; you can
10372freely store an integer value into a pointer variable or vice versa,
10373and you can convert any structure to any other structure that is the
10374same length or shorter.
10375@comment FIXME: how do structs align/pad in these conversions?
10376@comment /doc@cygnus.com 18dec1990
10377
10378To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10379construct to generate a value of specified type at a specified address
10380(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10381to memory location @code{0x83040} as an integer (which implies a certain size
10382and representation in memory), and
10383
474c8240 10384@smallexample
c906108c 10385set @{int@}0x83040 = 4
474c8240 10386@end smallexample
c906108c
SS
10387
10388@noindent
10389stores the value 4 into that memory location.
10390
6d2ebf8b 10391@node Jumping
c906108c
SS
10392@section Continuing at a different address
10393
10394Ordinarily, when you continue your program, you do so at the place where
10395it stopped, with the @code{continue} command. You can instead continue at
10396an address of your own choosing, with the following commands:
10397
10398@table @code
10399@kindex jump
10400@item jump @var{linespec}
10401Resume execution at line @var{linespec}. Execution stops again
10402immediately if there is a breakpoint there. @xref{List, ,Printing
10403source lines}, for a description of the different forms of
10404@var{linespec}. It is common practice to use the @code{tbreak} command
10405in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10406breakpoints}.
10407
10408The @code{jump} command does not change the current stack frame, or
10409the stack pointer, or the contents of any memory location or any
10410register other than the program counter. If line @var{linespec} is in
10411a different function from the one currently executing, the results may
10412be bizarre if the two functions expect different patterns of arguments or
10413of local variables. For this reason, the @code{jump} command requests
10414confirmation if the specified line is not in the function currently
10415executing. However, even bizarre results are predictable if you are
10416well acquainted with the machine-language code of your program.
10417
10418@item jump *@var{address}
10419Resume execution at the instruction at address @var{address}.
10420@end table
10421
c906108c 10422@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
10423On many systems, you can get much the same effect as the @code{jump}
10424command by storing a new value into the register @code{$pc}. The
10425difference is that this does not start your program running; it only
10426changes the address of where it @emph{will} run when you continue. For
10427example,
c906108c 10428
474c8240 10429@smallexample
c906108c 10430set $pc = 0x485
474c8240 10431@end smallexample
c906108c
SS
10432
10433@noindent
10434makes the next @code{continue} command or stepping command execute at
10435address @code{0x485}, rather than at the address where your program stopped.
10436@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
10437
10438The most common occasion to use the @code{jump} command is to back
10439up---perhaps with more breakpoints set---over a portion of a program
10440that has already executed, in order to examine its execution in more
10441detail.
10442
c906108c 10443@c @group
6d2ebf8b 10444@node Signaling
c906108c 10445@section Giving your program a signal
9c16f35a 10446@cindex deliver a signal to a program
c906108c
SS
10447
10448@table @code
10449@kindex signal
10450@item signal @var{signal}
10451Resume execution where your program stopped, but immediately give it the
10452signal @var{signal}. @var{signal} can be the name or the number of a
10453signal. For example, on many systems @code{signal 2} and @code{signal
10454SIGINT} are both ways of sending an interrupt signal.
10455
10456Alternatively, if @var{signal} is zero, continue execution without
10457giving a signal. This is useful when your program stopped on account of
10458a signal and would ordinary see the signal when resumed with the
10459@code{continue} command; @samp{signal 0} causes it to resume without a
10460signal.
10461
10462@code{signal} does not repeat when you press @key{RET} a second time
10463after executing the command.
10464@end table
10465@c @end group
10466
10467Invoking the @code{signal} command is not the same as invoking the
10468@code{kill} utility from the shell. Sending a signal with @code{kill}
10469causes @value{GDBN} to decide what to do with the signal depending on
10470the signal handling tables (@pxref{Signals}). The @code{signal} command
10471passes the signal directly to your program.
10472
c906108c 10473
6d2ebf8b 10474@node Returning
c906108c
SS
10475@section Returning from a function
10476
10477@table @code
10478@cindex returning from a function
10479@kindex return
10480@item return
10481@itemx return @var{expression}
10482You can cancel execution of a function call with the @code{return}
10483command. If you give an
10484@var{expression} argument, its value is used as the function's return
10485value.
10486@end table
10487
10488When you use @code{return}, @value{GDBN} discards the selected stack frame
10489(and all frames within it). You can think of this as making the
10490discarded frame return prematurely. If you wish to specify a value to
10491be returned, give that value as the argument to @code{return}.
10492
10493This pops the selected stack frame (@pxref{Selection, ,Selecting a
10494frame}), and any other frames inside of it, leaving its caller as the
10495innermost remaining frame. That frame becomes selected. The
10496specified value is stored in the registers used for returning values
10497of functions.
10498
10499The @code{return} command does not resume execution; it leaves the
10500program stopped in the state that would exist if the function had just
10501returned. In contrast, the @code{finish} command (@pxref{Continuing
10502and Stepping, ,Continuing and stepping}) resumes execution until the
10503selected stack frame returns naturally.
10504
6d2ebf8b 10505@node Calling
c906108c
SS
10506@section Calling program functions
10507
f8568604 10508@table @code
c906108c 10509@cindex calling functions
f8568604
EZ
10510@cindex inferior functions, calling
10511@item print @var{expr}
9c16f35a 10512Evaluate the expression @var{expr} and display the resuling value.
f8568604
EZ
10513@var{expr} may include calls to functions in the program being
10514debugged.
10515
c906108c 10516@kindex call
c906108c
SS
10517@item call @var{expr}
10518Evaluate the expression @var{expr} without displaying @code{void}
10519returned values.
c906108c
SS
10520
10521You can use this variant of the @code{print} command if you want to
f8568604
EZ
10522execute a function from your program that does not return anything
10523(a.k.a.@: @dfn{a void function}), but without cluttering the output
10524with @code{void} returned values that @value{GDBN} will otherwise
10525print. If the result is not void, it is printed and saved in the
10526value history.
10527@end table
10528
9c16f35a
EZ
10529It is possible for the function you call via the @code{print} or
10530@code{call} command to generate a signal (e.g., if there's a bug in
10531the function, or if you passed it incorrect arguments). What happens
10532in that case is controlled by the @code{set unwindonsignal} command.
10533
10534@table @code
10535@item set unwindonsignal
10536@kindex set unwindonsignal
10537@cindex unwind stack in called functions
10538@cindex call dummy stack unwinding
10539Set unwinding of the stack if a signal is received while in a function
10540that @value{GDBN} called in the program being debugged. If set to on,
10541@value{GDBN} unwinds the stack it created for the call and restores
10542the context to what it was before the call. If set to off (the
10543default), @value{GDBN} stops in the frame where the signal was
10544received.
10545
10546@item show unwindonsignal
10547@kindex show unwindonsignal
10548Show the current setting of stack unwinding in the functions called by
10549@value{GDBN}.
10550@end table
10551
f8568604
EZ
10552@cindex weak alias functions
10553Sometimes, a function you wish to call is actually a @dfn{weak alias}
10554for another function. In such case, @value{GDBN} might not pick up
10555the type information, including the types of the function arguments,
10556which causes @value{GDBN} to call the inferior function incorrectly.
10557As a result, the called function will function erroneously and may
10558even crash. A solution to that is to use the name of the aliased
10559function instead.
c906108c 10560
6d2ebf8b 10561@node Patching
c906108c 10562@section Patching programs
7a292a7a 10563
c906108c
SS
10564@cindex patching binaries
10565@cindex writing into executables
c906108c 10566@cindex writing into corefiles
c906108c 10567
7a292a7a
SS
10568By default, @value{GDBN} opens the file containing your program's
10569executable code (or the corefile) read-only. This prevents accidental
10570alterations to machine code; but it also prevents you from intentionally
10571patching your program's binary.
c906108c
SS
10572
10573If you'd like to be able to patch the binary, you can specify that
10574explicitly with the @code{set write} command. For example, you might
10575want to turn on internal debugging flags, or even to make emergency
10576repairs.
10577
10578@table @code
10579@kindex set write
10580@item set write on
10581@itemx set write off
7a292a7a
SS
10582If you specify @samp{set write on}, @value{GDBN} opens executable and
10583core files for both reading and writing; if you specify @samp{set write
c906108c
SS
10584off} (the default), @value{GDBN} opens them read-only.
10585
10586If you have already loaded a file, you must load it again (using the
7a292a7a
SS
10587@code{exec-file} or @code{core-file} command) after changing @code{set
10588write}, for your new setting to take effect.
c906108c
SS
10589
10590@item show write
10591@kindex show write
7a292a7a
SS
10592Display whether executable files and core files are opened for writing
10593as well as reading.
c906108c
SS
10594@end table
10595
6d2ebf8b 10596@node GDB Files
c906108c
SS
10597@chapter @value{GDBN} Files
10598
7a292a7a
SS
10599@value{GDBN} needs to know the file name of the program to be debugged,
10600both in order to read its symbol table and in order to start your
10601program. To debug a core dump of a previous run, you must also tell
10602@value{GDBN} the name of the core dump file.
c906108c
SS
10603
10604@menu
10605* Files:: Commands to specify files
5b5d99cf 10606* Separate Debug Files:: Debugging information in separate files
c906108c
SS
10607* Symbol Errors:: Errors reading symbol files
10608@end menu
10609
6d2ebf8b 10610@node Files
c906108c 10611@section Commands to specify files
c906108c 10612
7a292a7a 10613@cindex symbol table
c906108c 10614@cindex core dump file
7a292a7a
SS
10615
10616You may want to specify executable and core dump file names. The usual
10617way to do this is at start-up time, using the arguments to
10618@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10619Out of @value{GDBN}}).
c906108c
SS
10620
10621Occasionally it is necessary to change to a different file during a
397ca115
EZ
10622@value{GDBN} session. Or you may run @value{GDBN} and forget to
10623specify a file you want to use. Or you are debugging a remote target
10624via @code{gdbserver} (@pxref{Server, file}). In these situations the
10625@value{GDBN} commands to specify new files are useful.
c906108c
SS
10626
10627@table @code
10628@cindex executable file
10629@kindex file
10630@item file @var{filename}
10631Use @var{filename} as the program to be debugged. It is read for its
10632symbols and for the contents of pure memory. It is also the program
10633executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
10634directory and the file is not found in the @value{GDBN} working directory,
10635@value{GDBN} uses the environment variable @code{PATH} as a list of
10636directories to search, just as the shell does when looking for a program
10637to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
10638and your program, using the @code{path} command.
10639
fc8be69e
EZ
10640@cindex unlinked object files
10641@cindex patching object files
10642You can load unlinked object @file{.o} files into @value{GDBN} using
10643the @code{file} command. You will not be able to ``run'' an object
10644file, but you can disassemble functions and inspect variables. Also,
10645if the underlying BFD functionality supports it, you could use
10646@kbd{gdb -write} to patch object files using this technique. Note
10647that @value{GDBN} can neither interpret nor modify relocations in this
10648case, so branches and some initialized variables will appear to go to
10649the wrong place. But this feature is still handy from time to time.
10650
c906108c
SS
10651@item file
10652@code{file} with no argument makes @value{GDBN} discard any information it
10653has on both executable file and the symbol table.
10654
10655@kindex exec-file
10656@item exec-file @r{[} @var{filename} @r{]}
10657Specify that the program to be run (but not the symbol table) is found
10658in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10659if necessary to locate your program. Omitting @var{filename} means to
10660discard information on the executable file.
10661
10662@kindex symbol-file
10663@item symbol-file @r{[} @var{filename} @r{]}
10664Read symbol table information from file @var{filename}. @code{PATH} is
10665searched when necessary. Use the @code{file} command to get both symbol
10666table and program to run from the same file.
10667
10668@code{symbol-file} with no argument clears out @value{GDBN} information on your
10669program's symbol table.
10670
5d161b24 10671The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
10672of its convenience variables, the value history, and all breakpoints and
10673auto-display expressions. This is because they may contain pointers to
10674the internal data recording symbols and data types, which are part of
10675the old symbol table data being discarded inside @value{GDBN}.
10676
10677@code{symbol-file} does not repeat if you press @key{RET} again after
10678executing it once.
10679
10680When @value{GDBN} is configured for a particular environment, it
10681understands debugging information in whatever format is the standard
10682generated for that environment; you may use either a @sc{gnu} compiler, or
10683other compilers that adhere to the local conventions.
c906108c
SS
10684Best results are usually obtained from @sc{gnu} compilers; for example,
10685using @code{@value{GCC}} you can generate debugging information for
10686optimized code.
c906108c
SS
10687
10688For most kinds of object files, with the exception of old SVR3 systems
10689using COFF, the @code{symbol-file} command does not normally read the
10690symbol table in full right away. Instead, it scans the symbol table
10691quickly to find which source files and which symbols are present. The
10692details are read later, one source file at a time, as they are needed.
10693
10694The purpose of this two-stage reading strategy is to make @value{GDBN}
10695start up faster. For the most part, it is invisible except for
10696occasional pauses while the symbol table details for a particular source
10697file are being read. (The @code{set verbose} command can turn these
10698pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10699warnings and messages}.)
10700
c906108c
SS
10701We have not implemented the two-stage strategy for COFF yet. When the
10702symbol table is stored in COFF format, @code{symbol-file} reads the
10703symbol table data in full right away. Note that ``stabs-in-COFF''
10704still does the two-stage strategy, since the debug info is actually
10705in stabs format.
10706
10707@kindex readnow
10708@cindex reading symbols immediately
10709@cindex symbols, reading immediately
a94ab193
EZ
10710@item symbol-file @var{filename} @r{[} -readnow @r{]}
10711@itemx file @var{filename} @r{[} -readnow @r{]}
c906108c
SS
10712You can override the @value{GDBN} two-stage strategy for reading symbol
10713tables by using the @samp{-readnow} option with any of the commands that
10714load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 10715entire symbol table available.
c906108c 10716
c906108c
SS
10717@c FIXME: for now no mention of directories, since this seems to be in
10718@c flux. 13mar1992 status is that in theory GDB would look either in
10719@c current dir or in same dir as myprog; but issues like competing
10720@c GDB's, or clutter in system dirs, mean that in practice right now
10721@c only current dir is used. FFish says maybe a special GDB hierarchy
10722@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10723@c files.
10724
c906108c 10725@kindex core-file
09d4efe1 10726@item core-file @r{[}@var{filename}@r{]}
4644b6e3 10727@itemx core
c906108c
SS
10728Specify the whereabouts of a core dump file to be used as the ``contents
10729of memory''. Traditionally, core files contain only some parts of the
10730address space of the process that generated them; @value{GDBN} can access the
10731executable file itself for other parts.
10732
10733@code{core-file} with no argument specifies that no core file is
10734to be used.
10735
10736Note that the core file is ignored when your program is actually running
7a292a7a
SS
10737under @value{GDBN}. So, if you have been running your program and you
10738wish to debug a core file instead, you must kill the subprocess in which
10739the program is running. To do this, use the @code{kill} command
c906108c 10740(@pxref{Kill Process, ,Killing the child process}).
c906108c 10741
c906108c
SS
10742@kindex add-symbol-file
10743@cindex dynamic linking
10744@item add-symbol-file @var{filename} @var{address}
a94ab193 10745@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]}
17d9d558 10746@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
10747The @code{add-symbol-file} command reads additional symbol table
10748information from the file @var{filename}. You would use this command
10749when @var{filename} has been dynamically loaded (by some other means)
10750into the program that is running. @var{address} should be the memory
10751address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
10752this out for itself. You can additionally specify an arbitrary number
10753of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10754section name and base address for that section. You can specify any
10755@var{address} as an expression.
c906108c
SS
10756
10757The symbol table of the file @var{filename} is added to the symbol table
10758originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
10759@code{add-symbol-file} command any number of times; the new symbol data
10760thus read keeps adding to the old. To discard all old symbol data
10761instead, use the @code{symbol-file} command without any arguments.
c906108c 10762
17d9d558
JB
10763@cindex relocatable object files, reading symbols from
10764@cindex object files, relocatable, reading symbols from
10765@cindex reading symbols from relocatable object files
10766@cindex symbols, reading from relocatable object files
10767@cindex @file{.o} files, reading symbols from
10768Although @var{filename} is typically a shared library file, an
10769executable file, or some other object file which has been fully
10770relocated for loading into a process, you can also load symbolic
10771information from relocatable @file{.o} files, as long as:
10772
10773@itemize @bullet
10774@item
10775the file's symbolic information refers only to linker symbols defined in
10776that file, not to symbols defined by other object files,
10777@item
10778every section the file's symbolic information refers to has actually
10779been loaded into the inferior, as it appears in the file, and
10780@item
10781you can determine the address at which every section was loaded, and
10782provide these to the @code{add-symbol-file} command.
10783@end itemize
10784
10785@noindent
10786Some embedded operating systems, like Sun Chorus and VxWorks, can load
10787relocatable files into an already running program; such systems
10788typically make the requirements above easy to meet. However, it's
10789important to recognize that many native systems use complex link
49efadf5 10790procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
10791assembly, for example) that make the requirements difficult to meet. In
10792general, one cannot assume that using @code{add-symbol-file} to read a
10793relocatable object file's symbolic information will have the same effect
10794as linking the relocatable object file into the program in the normal
10795way.
10796
c906108c
SS
10797@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10798
c45da7e6
EZ
10799@kindex add-symbol-file-from-memory
10800@cindex @code{syscall DSO}
10801@cindex load symbols from memory
10802@item add-symbol-file-from-memory @var{address}
10803Load symbols from the given @var{address} in a dynamically loaded
10804object file whose image is mapped directly into the inferior's memory.
10805For example, the Linux kernel maps a @code{syscall DSO} into each
10806process's address space; this DSO provides kernel-specific code for
10807some system calls. The argument can be any expression whose
10808evaluation yields the address of the file's shared object file header.
10809For this command to work, you must have used @code{symbol-file} or
10810@code{exec-file} commands in advance.
10811
09d4efe1
EZ
10812@kindex add-shared-symbol-files
10813@kindex assf
10814@item add-shared-symbol-files @var{library-file}
10815@itemx assf @var{library-file}
10816The @code{add-shared-symbol-files} command can currently be used only
10817in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10818alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10819@value{GDBN} automatically looks for shared libraries, however if
10820@value{GDBN} does not find yours, you can invoke
10821@code{add-shared-symbol-files}. It takes one argument: the shared
10822library's file name. @code{assf} is a shorthand alias for
10823@code{add-shared-symbol-files}.
c906108c 10824
c906108c 10825@kindex section
09d4efe1
EZ
10826@item section @var{section} @var{addr}
10827The @code{section} command changes the base address of the named
10828@var{section} of the exec file to @var{addr}. This can be used if the
10829exec file does not contain section addresses, (such as in the
10830@code{a.out} format), or when the addresses specified in the file
10831itself are wrong. Each section must be changed separately. The
10832@code{info files} command, described below, lists all the sections and
10833their addresses.
c906108c
SS
10834
10835@kindex info files
10836@kindex info target
10837@item info files
10838@itemx info target
7a292a7a
SS
10839@code{info files} and @code{info target} are synonymous; both print the
10840current target (@pxref{Targets, ,Specifying a Debugging Target}),
10841including the names of the executable and core dump files currently in
10842use by @value{GDBN}, and the files from which symbols were loaded. The
10843command @code{help target} lists all possible targets rather than
10844current ones.
10845
fe95c787
MS
10846@kindex maint info sections
10847@item maint info sections
10848Another command that can give you extra information about program sections
10849is @code{maint info sections}. In addition to the section information
10850displayed by @code{info files}, this command displays the flags and file
10851offset of each section in the executable and core dump files. In addition,
10852@code{maint info sections} provides the following command options (which
10853may be arbitrarily combined):
10854
10855@table @code
10856@item ALLOBJ
10857Display sections for all loaded object files, including shared libraries.
10858@item @var{sections}
6600abed 10859Display info only for named @var{sections}.
fe95c787
MS
10860@item @var{section-flags}
10861Display info only for sections for which @var{section-flags} are true.
10862The section flags that @value{GDBN} currently knows about are:
10863@table @code
10864@item ALLOC
10865Section will have space allocated in the process when loaded.
10866Set for all sections except those containing debug information.
10867@item LOAD
10868Section will be loaded from the file into the child process memory.
10869Set for pre-initialized code and data, clear for @code{.bss} sections.
10870@item RELOC
10871Section needs to be relocated before loading.
10872@item READONLY
10873Section cannot be modified by the child process.
10874@item CODE
10875Section contains executable code only.
6600abed 10876@item DATA
fe95c787
MS
10877Section contains data only (no executable code).
10878@item ROM
10879Section will reside in ROM.
10880@item CONSTRUCTOR
10881Section contains data for constructor/destructor lists.
10882@item HAS_CONTENTS
10883Section is not empty.
10884@item NEVER_LOAD
10885An instruction to the linker to not output the section.
10886@item COFF_SHARED_LIBRARY
10887A notification to the linker that the section contains
10888COFF shared library information.
10889@item IS_COMMON
10890Section contains common symbols.
10891@end table
10892@end table
6763aef9 10893@kindex set trust-readonly-sections
9c16f35a 10894@cindex read-only sections
6763aef9
MS
10895@item set trust-readonly-sections on
10896Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10897really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10898In that case, @value{GDBN} can fetch values from these sections
10899out of the object file, rather than from the target program.
10900For some targets (notably embedded ones), this can be a significant
10901enhancement to debugging performance.
10902
10903The default is off.
10904
10905@item set trust-readonly-sections off
15110bc3 10906Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10907the contents of the section might change while the program is running,
10908and must therefore be fetched from the target when needed.
9c16f35a
EZ
10909
10910@item show trust-readonly-sections
10911Show the current setting of trusting readonly sections.
c906108c
SS
10912@end table
10913
10914All file-specifying commands allow both absolute and relative file names
10915as arguments. @value{GDBN} always converts the file name to an absolute file
10916name and remembers it that way.
10917
c906108c 10918@cindex shared libraries
9c16f35a
EZ
10919@value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10920and IBM RS/6000 AIX shared libraries.
53a5351d 10921
c906108c
SS
10922@value{GDBN} automatically loads symbol definitions from shared libraries
10923when you use the @code{run} command, or when you examine a core file.
10924(Before you issue the @code{run} command, @value{GDBN} does not understand
10925references to a function in a shared library, however---unless you are
10926debugging a core file).
53a5351d
JM
10927
10928On HP-UX, if the program loads a library explicitly, @value{GDBN}
10929automatically loads the symbols at the time of the @code{shl_load} call.
10930
c906108c
SS
10931@c FIXME: some @value{GDBN} release may permit some refs to undef
10932@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10933@c FIXME...lib; check this from time to time when updating manual
10934
b7209cb4
FF
10935There are times, however, when you may wish to not automatically load
10936symbol definitions from shared libraries, such as when they are
10937particularly large or there are many of them.
10938
10939To control the automatic loading of shared library symbols, use the
10940commands:
10941
10942@table @code
10943@kindex set auto-solib-add
10944@item set auto-solib-add @var{mode}
10945If @var{mode} is @code{on}, symbols from all shared object libraries
10946will be loaded automatically when the inferior begins execution, you
10947attach to an independently started inferior, or when the dynamic linker
10948informs @value{GDBN} that a new library has been loaded. If @var{mode}
10949is @code{off}, symbols must be loaded manually, using the
10950@code{sharedlibrary} command. The default value is @code{on}.
10951
dcaf7c2c
EZ
10952@cindex memory used for symbol tables
10953If your program uses lots of shared libraries with debug info that
10954takes large amounts of memory, you can decrease the @value{GDBN}
10955memory footprint by preventing it from automatically loading the
10956symbols from shared libraries. To that end, type @kbd{set
10957auto-solib-add off} before running the inferior, then load each
10958library whose debug symbols you do need with @kbd{sharedlibrary
10959@var{regexp}}, where @var{regexp} is a regular expresion that matches
10960the libraries whose symbols you want to be loaded.
10961
b7209cb4
FF
10962@kindex show auto-solib-add
10963@item show auto-solib-add
10964Display the current autoloading mode.
10965@end table
10966
c45da7e6 10967@cindex load shared library
b7209cb4
FF
10968To explicitly load shared library symbols, use the @code{sharedlibrary}
10969command:
10970
c906108c
SS
10971@table @code
10972@kindex info sharedlibrary
10973@kindex info share
10974@item info share
10975@itemx info sharedlibrary
10976Print the names of the shared libraries which are currently loaded.
10977
10978@kindex sharedlibrary
10979@kindex share
10980@item sharedlibrary @var{regex}
10981@itemx share @var{regex}
c906108c
SS
10982Load shared object library symbols for files matching a
10983Unix regular expression.
10984As with files loaded automatically, it only loads shared libraries
10985required by your program for a core file or after typing @code{run}. If
10986@var{regex} is omitted all shared libraries required by your program are
10987loaded.
c45da7e6
EZ
10988
10989@item nosharedlibrary
10990@kindex nosharedlibrary
10991@cindex unload symbols from shared libraries
10992Unload all shared object library symbols. This discards all symbols
10993that have been loaded from all shared libraries. Symbols from shared
10994libraries that were loaded by explicit user requests are not
10995discarded.
c906108c
SS
10996@end table
10997
721c2651
EZ
10998Sometimes you may wish that @value{GDBN} stops and gives you control
10999when any of shared library events happen. Use the @code{set
11000stop-on-solib-events} command for this:
11001
11002@table @code
11003@item set stop-on-solib-events
11004@kindex set stop-on-solib-events
11005This command controls whether @value{GDBN} should give you control
11006when the dynamic linker notifies it about some shared library event.
11007The most common event of interest is loading or unloading of a new
11008shared library.
11009
11010@item show stop-on-solib-events
11011@kindex show stop-on-solib-events
11012Show whether @value{GDBN} stops and gives you control when shared
11013library events happen.
11014@end table
11015
f5ebfba0
DJ
11016Shared libraries are also supported in many cross or remote debugging
11017configurations. A copy of the target's libraries need to be present on the
11018host system; they need to be the same as the target libraries, although the
11019copies on the target can be stripped as long as the copies on the host are
11020not.
11021
59b7b46f
EZ
11022@cindex where to look for shared libraries
11023For remote debugging, you need to tell @value{GDBN} where the target
11024libraries are, so that it can load the correct copies---otherwise, it
11025may try to load the host's libraries. @value{GDBN} has two variables
11026to specify the search directories for target libraries.
f5ebfba0
DJ
11027
11028@table @code
59b7b46f 11029@cindex prefix for shared library file names
f5ebfba0
DJ
11030@kindex set solib-absolute-prefix
11031@item set solib-absolute-prefix @var{path}
11032If this variable is set, @var{path} will be used as a prefix for any
11033absolute shared library paths; many runtime loaders store the absolute
11034paths to the shared library in the target program's memory. If you use
11035@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
11036out in the same way that they are on the target, with e.g.@: a
11037@file{/usr/lib} hierarchy under @var{path}.
11038
59b7b46f
EZ
11039@cindex default value of @samp{solib-absolute-prefix}
11040@cindex @samp{--with-sysroot}
f5ebfba0
DJ
11041You can set the default value of @samp{solib-absolute-prefix} by using the
11042configure-time @samp{--with-sysroot} option.
11043
11044@kindex show solib-absolute-prefix
11045@item show solib-absolute-prefix
11046Display the current shared library prefix.
11047
11048@kindex set solib-search-path
11049@item set solib-search-path @var{path}
11050If this variable is set, @var{path} is a colon-separated list of directories
11051to search for shared libraries. @samp{solib-search-path} is used after
11052@samp{solib-absolute-prefix} fails to locate the library, or if the path to
11053the library is relative instead of absolute. If you want to use
11054@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
11055set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
11056@value{GDBN} from finding your host's libraries.
11057
11058@kindex show solib-search-path
11059@item show solib-search-path
11060Display the current shared library search path.
11061@end table
11062
5b5d99cf
JB
11063
11064@node Separate Debug Files
11065@section Debugging Information in Separate Files
11066@cindex separate debugging information files
11067@cindex debugging information in separate files
11068@cindex @file{.debug} subdirectories
11069@cindex debugging information directory, global
11070@cindex global debugging information directory
11071
11072@value{GDBN} allows you to put a program's debugging information in a
11073file separate from the executable itself, in a way that allows
11074@value{GDBN} to find and load the debugging information automatically.
11075Since debugging information can be very large --- sometimes larger
11076than the executable code itself --- some systems distribute debugging
11077information for their executables in separate files, which users can
11078install only when they need to debug a problem.
11079
11080If an executable's debugging information has been extracted to a
11081separate file, the executable should contain a @dfn{debug link} giving
11082the name of the debugging information file (with no directory
11083components), and a checksum of its contents. (The exact form of a
11084debug link is described below.) If the full name of the directory
11085containing the executable is @var{execdir}, and the executable has a
11086debug link that specifies the name @var{debugfile}, then @value{GDBN}
11087will automatically search for the debugging information file in three
11088places:
11089
11090@itemize @bullet
11091@item
11092the directory containing the executable file (that is, it will look
11093for a file named @file{@var{execdir}/@var{debugfile}},
11094@item
11095a subdirectory of that directory named @file{.debug} (that is, the
11096file @file{@var{execdir}/.debug/@var{debugfile}}, and
11097@item
11098a subdirectory of the global debug file directory that includes the
11099executable's full path, and the name from the link (that is, the file
11100@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11101@var{globaldebugdir} is the global debug file directory, and
11102@var{execdir} has been turned into a relative path).
11103@end itemize
11104@noindent
11105@value{GDBN} checks under each of these names for a debugging
11106information file whose checksum matches that given in the link, and
11107reads the debugging information from the first one it finds.
11108
11109So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11110which has a link containing the name @file{ls.debug}, and the global
11111debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11112for debug information in @file{/usr/bin/ls.debug},
11113@file{/usr/bin/.debug/ls.debug}, and
11114@file{/usr/lib/debug/usr/bin/ls.debug}.
11115
11116You can set the global debugging info directory's name, and view the
11117name @value{GDBN} is currently using.
11118
11119@table @code
11120
11121@kindex set debug-file-directory
11122@item set debug-file-directory @var{directory}
11123Set the directory which @value{GDBN} searches for separate debugging
11124information files to @var{directory}.
11125
11126@kindex show debug-file-directory
11127@item show debug-file-directory
11128Show the directory @value{GDBN} searches for separate debugging
11129information files.
11130
11131@end table
11132
11133@cindex @code{.gnu_debuglink} sections
11134@cindex debug links
11135A debug link is a special section of the executable file named
11136@code{.gnu_debuglink}. The section must contain:
11137
11138@itemize
11139@item
11140A filename, with any leading directory components removed, followed by
11141a zero byte,
11142@item
11143zero to three bytes of padding, as needed to reach the next four-byte
11144boundary within the section, and
11145@item
11146a four-byte CRC checksum, stored in the same endianness used for the
11147executable file itself. The checksum is computed on the debugging
11148information file's full contents by the function given below, passing
11149zero as the @var{crc} argument.
11150@end itemize
11151
11152Any executable file format can carry a debug link, as long as it can
11153contain a section named @code{.gnu_debuglink} with the contents
11154described above.
11155
11156The debugging information file itself should be an ordinary
11157executable, containing a full set of linker symbols, sections, and
11158debugging information. The sections of the debugging information file
11159should have the same names, addresses and sizes as the original file,
11160but they need not contain any data --- much like a @code{.bss} section
11161in an ordinary executable.
11162
11163As of December 2002, there is no standard GNU utility to produce
11164separated executable / debugging information file pairs. Ulrich
11165Drepper's @file{elfutils} package, starting with version 0.53,
11166contains a version of the @code{strip} command such that the command
11167@kbd{strip foo -f foo.debug} removes the debugging information from
11168the executable file @file{foo}, places it in the file
11169@file{foo.debug}, and leaves behind a debug link in @file{foo}.
11170
11171Since there are many different ways to compute CRC's (different
11172polynomials, reversals, byte ordering, etc.), the simplest way to
11173describe the CRC used in @code{.gnu_debuglink} sections is to give the
11174complete code for a function that computes it:
11175
4644b6e3 11176@kindex gnu_debuglink_crc32
5b5d99cf
JB
11177@smallexample
11178unsigned long
11179gnu_debuglink_crc32 (unsigned long crc,
11180 unsigned char *buf, size_t len)
11181@{
11182 static const unsigned long crc32_table[256] =
11183 @{
11184 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11185 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11186 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11187 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11188 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11189 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11190 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11191 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11192 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11193 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11194 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11195 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11196 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11197 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11198 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11199 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11200 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11201 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11202 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11203 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11204 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11205 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11206 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11207 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11208 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11209 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11210 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11211 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11212 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11213 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11214 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11215 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11216 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11217 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11218 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11219 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11220 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11221 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11222 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11223 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11224 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11225 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11226 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11227 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11228 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11229 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11230 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11231 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11232 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11233 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11234 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11235 0x2d02ef8d
11236 @};
11237 unsigned char *end;
11238
11239 crc = ~crc & 0xffffffff;
11240 for (end = buf + len; buf < end; ++buf)
11241 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 11242 return ~crc & 0xffffffff;
5b5d99cf
JB
11243@}
11244@end smallexample
11245
11246
6d2ebf8b 11247@node Symbol Errors
c906108c
SS
11248@section Errors reading symbol files
11249
11250While reading a symbol file, @value{GDBN} occasionally encounters problems,
11251such as symbol types it does not recognize, or known bugs in compiler
11252output. By default, @value{GDBN} does not notify you of such problems, since
11253they are relatively common and primarily of interest to people
11254debugging compilers. If you are interested in seeing information
11255about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11256only one message about each such type of problem, no matter how many
11257times the problem occurs; or you can ask @value{GDBN} to print more messages,
11258to see how many times the problems occur, with the @code{set
11259complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11260messages}).
11261
11262The messages currently printed, and their meanings, include:
11263
11264@table @code
11265@item inner block not inside outer block in @var{symbol}
11266
11267The symbol information shows where symbol scopes begin and end
11268(such as at the start of a function or a block of statements). This
11269error indicates that an inner scope block is not fully contained
11270in its outer scope blocks.
11271
11272@value{GDBN} circumvents the problem by treating the inner block as if it had
11273the same scope as the outer block. In the error message, @var{symbol}
11274may be shown as ``@code{(don't know)}'' if the outer block is not a
11275function.
11276
11277@item block at @var{address} out of order
11278
11279The symbol information for symbol scope blocks should occur in
11280order of increasing addresses. This error indicates that it does not
11281do so.
11282
11283@value{GDBN} does not circumvent this problem, and has trouble
11284locating symbols in the source file whose symbols it is reading. (You
11285can often determine what source file is affected by specifying
11286@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11287messages}.)
11288
11289@item bad block start address patched
11290
11291The symbol information for a symbol scope block has a start address
11292smaller than the address of the preceding source line. This is known
11293to occur in the SunOS 4.1.1 (and earlier) C compiler.
11294
11295@value{GDBN} circumvents the problem by treating the symbol scope block as
11296starting on the previous source line.
11297
11298@item bad string table offset in symbol @var{n}
11299
11300@cindex foo
11301Symbol number @var{n} contains a pointer into the string table which is
11302larger than the size of the string table.
11303
11304@value{GDBN} circumvents the problem by considering the symbol to have the
11305name @code{foo}, which may cause other problems if many symbols end up
11306with this name.
11307
11308@item unknown symbol type @code{0x@var{nn}}
11309
7a292a7a
SS
11310The symbol information contains new data types that @value{GDBN} does
11311not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 11312uncomprehended information, in hexadecimal.
c906108c 11313
7a292a7a
SS
11314@value{GDBN} circumvents the error by ignoring this symbol information.
11315This usually allows you to debug your program, though certain symbols
c906108c 11316are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
11317debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11318on @code{complain}, then go up to the function @code{read_dbx_symtab}
11319and examine @code{*bufp} to see the symbol.
c906108c
SS
11320
11321@item stub type has NULL name
c906108c 11322
7a292a7a 11323@value{GDBN} could not find the full definition for a struct or class.
c906108c 11324
7a292a7a 11325@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 11326The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
11327information that recent versions of the compiler should have output for
11328it.
c906108c
SS
11329
11330@item info mismatch between compiler and debugger
11331
11332@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 11333
c906108c
SS
11334@end table
11335
6d2ebf8b 11336@node Targets
c906108c 11337@chapter Specifying a Debugging Target
7a292a7a 11338
c906108c 11339@cindex debugging target
c906108c 11340A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
11341
11342Often, @value{GDBN} runs in the same host environment as your program;
11343in that case, the debugging target is specified as a side effect when
11344you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
11345flexibility---for example, running @value{GDBN} on a physically separate
11346host, or controlling a standalone system over a serial port or a
53a5351d
JM
11347realtime system over a TCP/IP connection---you can use the @code{target}
11348command to specify one of the target types configured for @value{GDBN}
11349(@pxref{Target Commands, ,Commands for managing targets}).
c906108c 11350
a8f24a35
EZ
11351@cindex target architecture
11352It is possible to build @value{GDBN} for several different @dfn{target
11353architectures}. When @value{GDBN} is built like that, you can choose
11354one of the available architectures with the @kbd{set architecture}
11355command.
11356
11357@table @code
11358@kindex set architecture
11359@kindex show architecture
11360@item set architecture @var{arch}
11361This command sets the current target architecture to @var{arch}. The
11362value of @var{arch} can be @code{"auto"}, in addition to one of the
11363supported architectures.
11364
11365@item show architecture
11366Show the current target architecture.
9c16f35a
EZ
11367
11368@item set processor
11369@itemx processor
11370@kindex set processor
11371@kindex show processor
11372These are alias commands for, respectively, @code{set architecture}
11373and @code{show architecture}.
a8f24a35
EZ
11374@end table
11375
c906108c
SS
11376@menu
11377* Active Targets:: Active targets
11378* Target Commands:: Commands for managing targets
c906108c
SS
11379* Byte Order:: Choosing target byte order
11380* Remote:: Remote debugging
96baa820 11381* KOD:: Kernel Object Display
c906108c
SS
11382
11383@end menu
11384
6d2ebf8b 11385@node Active Targets
c906108c 11386@section Active targets
7a292a7a 11387
c906108c
SS
11388@cindex stacking targets
11389@cindex active targets
11390@cindex multiple targets
11391
c906108c 11392There are three classes of targets: processes, core files, and
7a292a7a
SS
11393executable files. @value{GDBN} can work concurrently on up to three
11394active targets, one in each class. This allows you to (for example)
11395start a process and inspect its activity without abandoning your work on
11396a core file.
c906108c
SS
11397
11398For example, if you execute @samp{gdb a.out}, then the executable file
11399@code{a.out} is the only active target. If you designate a core file as
11400well---presumably from a prior run that crashed and coredumped---then
11401@value{GDBN} has two active targets and uses them in tandem, looking
11402first in the corefile target, then in the executable file, to satisfy
11403requests for memory addresses. (Typically, these two classes of target
11404are complementary, since core files contain only a program's
11405read-write memory---variables and so on---plus machine status, while
11406executable files contain only the program text and initialized data.)
c906108c
SS
11407
11408When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
11409target as well. When a process target is active, all @value{GDBN}
11410commands requesting memory addresses refer to that target; addresses in
11411an active core file or executable file target are obscured while the
11412process target is active.
c906108c 11413
7a292a7a
SS
11414Use the @code{core-file} and @code{exec-file} commands to select a new
11415core file or executable target (@pxref{Files, ,Commands to specify
c906108c 11416files}). To specify as a target a process that is already running, use
7a292a7a
SS
11417the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11418process}).
c906108c 11419
6d2ebf8b 11420@node Target Commands
c906108c
SS
11421@section Commands for managing targets
11422
11423@table @code
11424@item target @var{type} @var{parameters}
7a292a7a
SS
11425Connects the @value{GDBN} host environment to a target machine or
11426process. A target is typically a protocol for talking to debugging
11427facilities. You use the argument @var{type} to specify the type or
11428protocol of the target machine.
c906108c
SS
11429
11430Further @var{parameters} are interpreted by the target protocol, but
11431typically include things like device names or host names to connect
11432with, process numbers, and baud rates.
c906108c
SS
11433
11434The @code{target} command does not repeat if you press @key{RET} again
11435after executing the command.
11436
11437@kindex help target
11438@item help target
11439Displays the names of all targets available. To display targets
11440currently selected, use either @code{info target} or @code{info files}
11441(@pxref{Files, ,Commands to specify files}).
11442
11443@item help target @var{name}
11444Describe a particular target, including any parameters necessary to
11445select it.
11446
11447@kindex set gnutarget
11448@item set gnutarget @var{args}
5d161b24 11449@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 11450knows whether it is reading an @dfn{executable},
5d161b24
DB
11451a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11452with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
11453with @code{gnutarget} the @code{target} refers to a program, not a machine.
11454
d4f3574e 11455@quotation
c906108c
SS
11456@emph{Warning:} To specify a file format with @code{set gnutarget},
11457you must know the actual BFD name.
d4f3574e 11458@end quotation
c906108c 11459
d4f3574e
SS
11460@noindent
11461@xref{Files, , Commands to specify files}.
c906108c 11462
5d161b24 11463@kindex show gnutarget
c906108c
SS
11464@item show gnutarget
11465Use the @code{show gnutarget} command to display what file format
11466@code{gnutarget} is set to read. If you have not set @code{gnutarget},
11467@value{GDBN} will determine the file format for each file automatically,
11468and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11469@end table
11470
4644b6e3 11471@cindex common targets
c906108c
SS
11472Here are some common targets (available, or not, depending on the GDB
11473configuration):
c906108c
SS
11474
11475@table @code
4644b6e3 11476@kindex target
c906108c 11477@item target exec @var{program}
4644b6e3 11478@cindex executable file target
c906108c
SS
11479An executable file. @samp{target exec @var{program}} is the same as
11480@samp{exec-file @var{program}}.
11481
c906108c 11482@item target core @var{filename}
4644b6e3 11483@cindex core dump file target
c906108c
SS
11484A core dump file. @samp{target core @var{filename}} is the same as
11485@samp{core-file @var{filename}}.
c906108c 11486
c906108c 11487@item target remote @var{dev}
4644b6e3 11488@cindex remote target
c906108c
SS
11489Remote serial target in GDB-specific protocol. The argument @var{dev}
11490specifies what serial device to use for the connection (e.g.
11491@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 11492supports the @code{load} command. This is only useful if you have
c906108c
SS
11493some other way of getting the stub to the target system, and you can put
11494it somewhere in memory where it won't get clobbered by the download.
11495
c906108c 11496@item target sim
4644b6e3 11497@cindex built-in simulator target
2df3850c 11498Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 11499In general,
474c8240 11500@smallexample
104c1213
JM
11501 target sim
11502 load
11503 run
474c8240 11504@end smallexample
d4f3574e 11505@noindent
104c1213 11506works; however, you cannot assume that a specific memory map, device
d4f3574e 11507drivers, or even basic I/O is available, although some simulators do
104c1213
JM
11508provide these. For info about any processor-specific simulator details,
11509see the appropriate section in @ref{Embedded Processors, ,Embedded
11510Processors}.
11511
c906108c
SS
11512@end table
11513
104c1213 11514Some configurations may include these targets as well:
c906108c
SS
11515
11516@table @code
11517
c906108c 11518@item target nrom @var{dev}
4644b6e3 11519@cindex NetROM ROM emulator target
c906108c
SS
11520NetROM ROM emulator. This target only supports downloading.
11521
c906108c
SS
11522@end table
11523
5d161b24 11524Different targets are available on different configurations of @value{GDBN};
c906108c 11525your configuration may have more or fewer targets.
c906108c 11526
721c2651
EZ
11527Many remote targets require you to download the executable's code once
11528you've successfully established a connection. You may wish to control
11529various aspects of this process, such as the size of the data chunks
11530used by @value{GDBN} to download program parts to the remote target.
a8f24a35
EZ
11531
11532@table @code
11533@kindex set download-write-size
11534@item set download-write-size @var{size}
11535Set the write size used when downloading a program. Only used when
11536downloading a program onto a remote target. Specify zero or a
11537negative value to disable blocked writes. The actual size of each
11538transfer is also limited by the size of the target packet and the
11539memory cache.
11540
11541@kindex show download-write-size
11542@item show download-write-size
721c2651 11543@kindex show download-write-size
a8f24a35 11544Show the current value of the write size.
721c2651
EZ
11545
11546@item set hash
11547@kindex set hash@r{, for remote monitors}
11548@cindex hash mark while downloading
11549This command controls whether a hash mark @samp{#} is displayed while
11550downloading a file to the remote monitor. If on, a hash mark is
11551displayed after each S-record is successfully downloaded to the
11552monitor.
11553
11554@item show hash
11555@kindex show hash@r{, for remote monitors}
11556Show the current status of displaying the hash mark.
11557
11558@item set debug monitor
11559@kindex set debug monitor
11560@cindex display remote monitor communications
11561Enable or disable display of communications messages between
11562@value{GDBN} and the remote monitor.
11563
11564@item show debug monitor
11565@kindex show debug monitor
11566Show the current status of displaying communications between
11567@value{GDBN} and the remote monitor.
a8f24a35 11568@end table
c906108c
SS
11569
11570@table @code
11571
11572@kindex load @var{filename}
11573@item load @var{filename}
c906108c
SS
11574Depending on what remote debugging facilities are configured into
11575@value{GDBN}, the @code{load} command may be available. Where it exists, it
11576is meant to make @var{filename} (an executable) available for debugging
11577on the remote system---by downloading, or dynamic linking, for example.
11578@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11579the @code{add-symbol-file} command.
11580
11581If your @value{GDBN} does not have a @code{load} command, attempting to
11582execute it gets the error message ``@code{You can't do that when your
11583target is @dots{}}''
c906108c
SS
11584
11585The file is loaded at whatever address is specified in the executable.
11586For some object file formats, you can specify the load address when you
11587link the program; for other formats, like a.out, the object file format
11588specifies a fixed address.
11589@c FIXME! This would be a good place for an xref to the GNU linker doc.
11590
c906108c
SS
11591@code{load} does not repeat if you press @key{RET} again after using it.
11592@end table
11593
6d2ebf8b 11594@node Byte Order
c906108c 11595@section Choosing target byte order
7a292a7a 11596
c906108c
SS
11597@cindex choosing target byte order
11598@cindex target byte order
c906108c 11599
172c2a43 11600Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
11601offer the ability to run either big-endian or little-endian byte
11602orders. Usually the executable or symbol will include a bit to
11603designate the endian-ness, and you will not need to worry about
11604which to use. However, you may still find it useful to adjust
d4f3574e 11605@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
11606
11607@table @code
4644b6e3 11608@kindex set endian
c906108c
SS
11609@item set endian big
11610Instruct @value{GDBN} to assume the target is big-endian.
11611
c906108c
SS
11612@item set endian little
11613Instruct @value{GDBN} to assume the target is little-endian.
11614
c906108c
SS
11615@item set endian auto
11616Instruct @value{GDBN} to use the byte order associated with the
11617executable.
11618
11619@item show endian
11620Display @value{GDBN}'s current idea of the target byte order.
11621
11622@end table
11623
11624Note that these commands merely adjust interpretation of symbolic
11625data on the host, and that they have absolutely no effect on the
11626target system.
11627
6d2ebf8b 11628@node Remote
c906108c
SS
11629@section Remote debugging
11630@cindex remote debugging
11631
11632If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
11633@value{GDBN} in the usual way, it is often useful to use remote debugging.
11634For example, you might use remote debugging on an operating system kernel,
c906108c
SS
11635or on a small system which does not have a general purpose operating system
11636powerful enough to run a full-featured debugger.
11637
11638Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11639to make this work with particular debugging targets. In addition,
5d161b24 11640@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
11641but not specific to any particular target system) which you can use if you
11642write the remote stubs---the code that runs on the remote system to
11643communicate with @value{GDBN}.
11644
11645Other remote targets may be available in your
11646configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 11647
c45da7e6
EZ
11648Once you've connected to the remote target, @value{GDBN} allows you to
11649send arbitrary commands to the remote monitor:
11650
11651@table @code
11652@item remote @var{command}
11653@kindex remote@r{, a command}
11654@cindex send command to remote monitor
11655Send an arbitrary @var{command} string to the remote monitor.
11656@end table
11657
11658
6f05cf9f
AC
11659@node KOD
11660@section Kernel Object Display
6f05cf9f 11661@cindex kernel object display
6f05cf9f
AC
11662@cindex KOD
11663
11664Some targets support kernel object display. Using this facility,
11665@value{GDBN} communicates specially with the underlying operating system
11666and can display information about operating system-level objects such as
11667mutexes and other synchronization objects. Exactly which objects can be
11668displayed is determined on a per-OS basis.
11669
3bbe9696 11670@kindex set os
6f05cf9f
AC
11671Use the @code{set os} command to set the operating system. This tells
11672@value{GDBN} which kernel object display module to initialize:
11673
474c8240 11674@smallexample
6f05cf9f 11675(@value{GDBP}) set os cisco
474c8240 11676@end smallexample
6f05cf9f 11677
3bbe9696
EZ
11678@kindex show os
11679The associated command @code{show os} displays the operating system
11680set with the @code{set os} command; if no operating system has been
11681set, @code{show os} will display an empty string @samp{""}.
11682
6f05cf9f
AC
11683If @code{set os} succeeds, @value{GDBN} will display some information
11684about the operating system, and will create a new @code{info} command
11685which can be used to query the target. The @code{info} command is named
11686after the operating system:
c906108c 11687
3bbe9696 11688@kindex info cisco
474c8240 11689@smallexample
6f05cf9f
AC
11690(@value{GDBP}) info cisco
11691List of Cisco Kernel Objects
11692Object Description
11693any Any and all objects
474c8240 11694@end smallexample
6f05cf9f
AC
11695
11696Further subcommands can be used to query about particular objects known
11697by the kernel.
11698
3bbe9696
EZ
11699There is currently no way to determine whether a given operating
11700system is supported other than to try setting it with @kbd{set os
11701@var{name}}, where @var{name} is the name of the operating system you
11702want to try.
6f05cf9f
AC
11703
11704
11705@node Remote Debugging
11706@chapter Debugging remote programs
11707
6b2f586d 11708@menu
07f31aa6 11709* Connecting:: Connecting to a remote target
6b2f586d
AC
11710* Server:: Using the gdbserver program
11711* NetWare:: Using the gdbserve.nlm program
501eef12 11712* Remote configuration:: Remote configuration
6b2f586d 11713* remote stub:: Implementing a remote stub
6b2f586d
AC
11714@end menu
11715
07f31aa6
DJ
11716@node Connecting
11717@section Connecting to a remote target
11718
11719On the @value{GDBN} host machine, you will need an unstripped copy of
11720your program, since @value{GDBN} needs symobl and debugging information.
11721Start up @value{GDBN} as usual, using the name of the local copy of your
11722program as the first argument.
11723
11724@cindex serial line, @code{target remote}
11725If you're using a serial line, you may want to give @value{GDBN} the
11726@w{@samp{--baud}} option, or use the @code{set remotebaud} command
9c16f35a
EZ
11727(@pxref{Remote configuration, set remotebaud}) before the
11728@code{target} command.
07f31aa6
DJ
11729
11730After that, use @code{target remote} to establish communications with
11731the target machine. Its argument specifies how to communicate---either
11732via a devicename attached to a direct serial line, or a TCP or UDP port
11733(possibly to a terminal server which in turn has a serial line to the
11734target). For example, to use a serial line connected to the device
11735named @file{/dev/ttyb}:
11736
11737@smallexample
11738target remote /dev/ttyb
11739@end smallexample
11740
11741@cindex TCP port, @code{target remote}
11742To use a TCP connection, use an argument of the form
11743@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11744For example, to connect to port 2828 on a
11745terminal server named @code{manyfarms}:
11746
11747@smallexample
11748target remote manyfarms:2828
11749@end smallexample
11750
11751If your remote target is actually running on the same machine as
11752your debugger session (e.g.@: a simulator of your target running on
11753the same host), you can omit the hostname. For example, to connect
11754to port 1234 on your local machine:
11755
11756@smallexample
11757target remote :1234
11758@end smallexample
11759@noindent
11760
11761Note that the colon is still required here.
11762
11763@cindex UDP port, @code{target remote}
11764To use a UDP connection, use an argument of the form
11765@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11766on a terminal server named @code{manyfarms}:
11767
11768@smallexample
11769target remote udp:manyfarms:2828
11770@end smallexample
11771
11772When using a UDP connection for remote debugging, you should keep in mind
11773that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11774busy or unreliable networks, which will cause havoc with your debugging
11775session.
11776
11777Now you can use all the usual commands to examine and change data and to
11778step and continue the remote program.
11779
11780@cindex interrupting remote programs
11781@cindex remote programs, interrupting
11782Whenever @value{GDBN} is waiting for the remote program, if you type the
11783interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11784program. This may or may not succeed, depending in part on the hardware
11785and the serial drivers the remote system uses. If you type the
11786interrupt character once again, @value{GDBN} displays this prompt:
11787
11788@smallexample
11789Interrupted while waiting for the program.
11790Give up (and stop debugging it)? (y or n)
11791@end smallexample
11792
11793If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11794(If you decide you want to try again later, you can use @samp{target
11795remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11796goes back to waiting.
11797
11798@table @code
11799@kindex detach (remote)
11800@item detach
11801When you have finished debugging the remote program, you can use the
11802@code{detach} command to release it from @value{GDBN} control.
11803Detaching from the target normally resumes its execution, but the results
11804will depend on your particular remote stub. After the @code{detach}
11805command, @value{GDBN} is free to connect to another target.
11806
11807@kindex disconnect
11808@item disconnect
11809The @code{disconnect} command behaves like @code{detach}, except that
11810the target is generally not resumed. It will wait for @value{GDBN}
11811(this instance or another one) to connect and continue debugging. After
11812the @code{disconnect} command, @value{GDBN} is again free to connect to
11813another target.
09d4efe1
EZ
11814
11815@cindex send command to remote monitor
11816@kindex monitor
11817@item monitor @var{cmd}
11818This command allows you to send commands directly to the remote
11819monitor.
07f31aa6
DJ
11820@end table
11821
6f05cf9f
AC
11822@node Server
11823@section Using the @code{gdbserver} program
11824
11825@kindex gdbserver
11826@cindex remote connection without stubs
11827@code{gdbserver} is a control program for Unix-like systems, which
11828allows you to connect your program with a remote @value{GDBN} via
11829@code{target remote}---but without linking in the usual debugging stub.
11830
11831@code{gdbserver} is not a complete replacement for the debugging stubs,
11832because it requires essentially the same operating-system facilities
11833that @value{GDBN} itself does. In fact, a system that can run
11834@code{gdbserver} to connect to a remote @value{GDBN} could also run
11835@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11836because it is a much smaller program than @value{GDBN} itself. It is
11837also easier to port than all of @value{GDBN}, so you may be able to get
11838started more quickly on a new system by using @code{gdbserver}.
11839Finally, if you develop code for real-time systems, you may find that
11840the tradeoffs involved in real-time operation make it more convenient to
11841do as much development work as possible on another system, for example
11842by cross-compiling. You can use @code{gdbserver} to make a similar
11843choice for debugging.
11844
11845@value{GDBN} and @code{gdbserver} communicate via either a serial line
11846or a TCP connection, using the standard @value{GDBN} remote serial
11847protocol.
11848
11849@table @emph
11850@item On the target machine,
11851you need to have a copy of the program you want to debug.
11852@code{gdbserver} does not need your program's symbol table, so you can
11853strip the program if necessary to save space. @value{GDBN} on the host
11854system does all the symbol handling.
11855
11856To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 11857the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
11858syntax is:
11859
11860@smallexample
11861target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11862@end smallexample
11863
11864@var{comm} is either a device name (to use a serial line) or a TCP
11865hostname and portnumber. For example, to debug Emacs with the argument
11866@samp{foo.txt} and communicate with @value{GDBN} over the serial port
11867@file{/dev/com1}:
11868
11869@smallexample
11870target> gdbserver /dev/com1 emacs foo.txt
11871@end smallexample
11872
11873@code{gdbserver} waits passively for the host @value{GDBN} to communicate
11874with it.
11875
11876To use a TCP connection instead of a serial line:
11877
11878@smallexample
11879target> gdbserver host:2345 emacs foo.txt
11880@end smallexample
11881
11882The only difference from the previous example is the first argument,
11883specifying that you are communicating with the host @value{GDBN} via
11884TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11885expect a TCP connection from machine @samp{host} to local TCP port 2345.
11886(Currently, the @samp{host} part is ignored.) You can choose any number
11887you want for the port number as long as it does not conflict with any
11888TCP ports already in use on the target system (for example, @code{23} is
11889reserved for @code{telnet}).@footnote{If you choose a port number that
11890conflicts with another service, @code{gdbserver} prints an error message
11891and exits.} You must use the same port number with the host @value{GDBN}
11892@code{target remote} command.
11893
56460a61
DJ
11894On some targets, @code{gdbserver} can also attach to running programs.
11895This is accomplished via the @code{--attach} argument. The syntax is:
11896
11897@smallexample
11898target> gdbserver @var{comm} --attach @var{pid}
11899@end smallexample
11900
11901@var{pid} is the process ID of a currently running process. It isn't necessary
11902to point @code{gdbserver} at a binary for the running process.
11903
b1fe9455
DJ
11904@pindex pidof
11905@cindex attach to a program by name
11906You can debug processes by name instead of process ID if your target has the
11907@code{pidof} utility:
11908
11909@smallexample
11910target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11911@end smallexample
11912
11913In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11914has multiple threads, most versions of @code{pidof} support the
11915@code{-s} option to only return the first process ID.
11916
07f31aa6
DJ
11917@item On the host machine,
11918connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
11919For TCP connections, you must start up @code{gdbserver} prior to using
11920the @code{target remote} command. Otherwise you may get an error whose
11921text depends on the host system, but which usually looks something like
07f31aa6 11922@samp{Connection refused}. You don't need to use the @code{load}
397ca115
EZ
11923command in @value{GDBN} when using @code{gdbserver}, since the program is
11924already on the target. However, if you want to load the symbols (as
11925you normally would), do that with the @code{file} command, and issue
11926it @emph{before} connecting to the server; otherwise, you will get an
11927error message saying @code{"Program is already running"}, since the
11928program is considered running after the connection.
07f31aa6 11929
6f05cf9f
AC
11930@end table
11931
11932@node NetWare
11933@section Using the @code{gdbserve.nlm} program
11934
11935@kindex gdbserve.nlm
11936@code{gdbserve.nlm} is a control program for NetWare systems, which
11937allows you to connect your program with a remote @value{GDBN} via
11938@code{target remote}.
11939
11940@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11941using the standard @value{GDBN} remote serial protocol.
11942
11943@table @emph
11944@item On the target machine,
11945you need to have a copy of the program you want to debug.
11946@code{gdbserve.nlm} does not need your program's symbol table, so you
11947can strip the program if necessary to save space. @value{GDBN} on the
11948host system does all the symbol handling.
11949
11950To use the server, you must tell it how to communicate with
11951@value{GDBN}; the name of your program; and the arguments for your
11952program. The syntax is:
11953
11954@smallexample
11955load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11956 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11957@end smallexample
11958
11959@var{board} and @var{port} specify the serial line; @var{baud} specifies
11960the baud rate used by the connection. @var{port} and @var{node} default
11961to 0, @var{baud} defaults to 9600@dmn{bps}.
11962
11963For example, to debug Emacs with the argument @samp{foo.txt}and
11964communicate with @value{GDBN} over serial port number 2 or board 1
11965using a 19200@dmn{bps} connection:
11966
11967@smallexample
11968load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11969@end smallexample
11970
07f31aa6
DJ
11971@item
11972On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11973Connecting to a remote target}).
6f05cf9f 11974
6f05cf9f
AC
11975@end table
11976
501eef12
AC
11977@node Remote configuration
11978@section Remote configuration
11979
9c16f35a
EZ
11980@kindex set remote
11981@kindex show remote
11982This section documents the configuration options available when
11983debugging remote programs. For the options related to the File I/O
11984extensions of the remote protocol, see @ref{The system call,
11985system-call-allowed}.
501eef12
AC
11986
11987@table @code
9c16f35a
EZ
11988@item set remoteaddresssize @var{bits}
11989@cindex adress size for remote targets
11990@cindex bits in remote address
11991Set the maximum size of address in a memory packet to the specified
11992number of bits. @value{GDBN} will mask off the address bits above
11993that number, when it passes addresses to the remote target. The
11994default value is the number of bits in the target's address.
11995
11996@item show remoteaddresssize
11997Show the current value of remote address size in bits.
11998
11999@item set remotebaud @var{n}
12000@cindex baud rate for remote targets
12001Set the baud rate for the remote serial I/O to @var{n} baud. The
12002value is used to set the speed of the serial port used for debugging
12003remote targets.
12004
12005@item show remotebaud
12006Show the current speed of the remote connection.
12007
12008@item set remotebreak
12009@cindex interrupt remote programs
12010@cindex BREAK signal instead of Ctrl-C
12011If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
12012when you press the @key{Ctrl-C} key to interrupt the program running
12013on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
12014character instead. The default is off, since most remote systems
12015expect to see @samp{Ctrl-C} as the interrupt signal.
12016
12017@item show remotebreak
12018Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
12019interrupt the remote program.
12020
12021@item set remotedebug
12022@cindex debug remote protocol
12023@cindex remote protocol debugging
12024@cindex display remote packets
12025Control the debugging of the remote protocol. When enabled, each
12026packet sent to or received from the remote target is displayed. The
12027defaults is off.
12028
12029@item show remotedebug
12030Show the current setting of the remote protocol debugging.
12031
12032@item set remotedevice @var{device}
12033@cindex serial port name
12034Set the name of the serial port through which to communicate to the
12035remote target to @var{device}. This is the device used by
12036@value{GDBN} to open the serial communications line to the remote
12037target. There's no default, so you must set a valid port name for the
12038remote serial communications to work. (Some varieties of the
12039@code{target} command accept the port name as part of their
12040arguments.)
12041
12042@item show remotedevice
12043Show the current name of the serial port.
12044
12045@item set remotelogbase @var{base}
12046Set the base (a.k.a.@: radix) of logging serial protocol
12047communications to @var{base}. Supported values of @var{base} are:
12048@code{ascii}, @code{octal}, and @code{hex}. The default is
12049@code{ascii}.
12050
12051@item show remotelogbase
12052Show the current setting of the radix for logging remote serial
12053protocol.
12054
12055@item set remotelogfile @var{file}
12056@cindex record serial communications on file
12057Record remote serial communications on the named @var{file}. The
12058default is not to record at all.
12059
12060@item show remotelogfile.
12061Show the current setting of the file name on which to record the
12062serial communications.
12063
12064@item set remotetimeout @var{num}
12065@cindex timeout for serial communications
12066@cindex remote timeout
12067Set the timeout limit to wait for the remote target to respond to
12068@var{num} seconds. The default is 2 seconds.
12069
12070@item show remotetimeout
12071Show the current number of seconds to wait for the remote target
12072responses.
12073
12074@cindex limit hardware breakpoints and watchpoints
12075@cindex remote target, limit break- and watchpoints
501eef12
AC
12076@anchor{set remote hardware-watchpoint-limit}
12077@anchor{set remote hardware-breakpoint-limit}
12078@item set remote hardware-watchpoint-limit @var{limit}
12079@itemx set remote hardware-breakpoint-limit @var{limit}
12080Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
12081watchpoints. A limit of -1, the default, is treated as unlimited.
9c16f35a
EZ
12082
12083@item set remote fetch-register-packet
12084@itemx set remote set-register-packet
12085@itemx set remote P-packet
12086@itemx set remote p-packet
12087@cindex P-packet
12088@cindex fetch registers from remote targets
12089@cindex set registers in remote targets
12090Determine whether @value{GDBN} can set and fetch registers from the
12091remote target using the @samp{P} packets. The default depends on the
12092remote stub's support of the @samp{P} packets (@value{GDBN} queries
12093the stub when this packet is first required).
12094
12095@item show remote fetch-register-packet
12096@itemx show remote set-register-packet
12097@itemx show remote P-packet
12098@itemx show remote p-packet
12099Show the current setting of using the @samp{P} packets for setting and
12100fetching registers from the remote target.
12101
12102@cindex binary downloads
12103@cindex X-packet
12104@item set remote binary-download-packet
12105@itemx set remote X-packet
12106Determine whether @value{GDBN} sends downloads in binary mode using
12107the @samp{X} packets. The default is on.
12108
12109@item show remote binary-download-packet
12110@itemx show remote X-packet
12111Show the current setting of using the @samp{X} packets for binary
12112downloads.
12113
12114@item set remote read-aux-vector-packet
12115@cindex auxiliary vector of remote target
12116@cindex @code{auxv}, and remote targets
12117Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12118auxiliary vector read) request. This request is used to fetch the
721c2651
EZ
12119remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12120Auxiliary Vector}. The default setting depends on the remote stub's
12121support of this request (@value{GDBN} queries the stub when this
12122request is first required). @xref{General Query Packets, qPart}, for
12123more information about this request.
9c16f35a
EZ
12124
12125@item show remote read-aux-vector-packet
12126Show the current setting of use of the @samp{qPart:auxv:read} request.
12127
12128@item set remote symbol-lookup-packet
12129@cindex remote symbol lookup request
12130Set the use of the remote protocol's @samp{qSymbol} (target symbol
12131lookup) request. This request is used to communicate symbol
12132information to the remote target, e.g., whenever a new shared library
12133is loaded by the remote (@pxref{Files, shared libraries}). The
12134default setting depends on the remote stub's support of this request
12135(@value{GDBN} queries the stub when this request is first required).
12136@xref{General Query Packets, qSymbol}, for more information about this
12137request.
12138
12139@item show remote symbol-lookup-packet
12140Show the current setting of use of the @samp{qSymbol} request.
12141
12142@item set remote verbose-resume-packet
12143@cindex resume remote target
12144@cindex signal thread, and remote targets
12145@cindex single-step thread, and remote targets
12146@cindex thread-specific operations on remote targets
12147Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12148request. This request is used to resume specific threads in the
12149remote target, and to single-step or signal them. The default setting
12150depends on the remote stub's support of this request (@value{GDBN}
12151queries the stub when this request is first required). This setting
12152affects debugging of multithreaded programs: if @samp{vCont} cannot be
12153used, @value{GDBN} might be unable to single-step a specific thread,
12154especially under @code{set scheduler-locking off}; it is also
12155impossible to pause a specific thread. @xref{Packets, vCont}, for
12156more details.
12157
12158@item show remote verbose-resume-packet
12159Show the current setting of use of the @samp{vCont} request
12160
12161@item set remote software-breakpoint-packet
12162@itemx set remote hardware-breakpoint-packet
12163@itemx set remote write-watchpoint-packet
12164@itemx set remote read-watchpoint-packet
12165@itemx set remote access-watchpoint-packet
12166@itemx set remote Z-packet
12167@cindex Z-packet
12168@cindex remote hardware breakpoints and watchpoints
12169These commands enable or disable the use of @samp{Z} packets for
12170setting breakpoints and watchpoints in the remote target. The default
12171depends on the remote stub's support of the @samp{Z} packets
12172(@value{GDBN} queries the stub when each packet is first required).
12173The command @code{set remote Z-packet}, kept for back-compatibility,
12174turns on or off all the features that require the use of @samp{Z}
12175packets.
12176
12177@item show remote software-breakpoint-packet
12178@itemx show remote hardware-breakpoint-packet
12179@itemx show remote write-watchpoint-packet
12180@itemx show remote read-watchpoint-packet
12181@itemx show remote access-watchpoint-packet
12182@itemx show remote Z-packet
12183Show the current setting of @samp{Z} packets usage.
0abb7bc7
EZ
12184
12185@item set remote get-thread-local-storage-address
12186@kindex set remote get-thread-local-storage-address
12187@cindex thread local storage of remote targets
12188This command enables or disables the use of the @samp{qGetTLSAddr}
12189(Get Thread Local Storage Address) request packet. The default
12190depends on whether the remote stub supports this request.
12191@xref{General Query Packets, qGetTLSAddr}, for more details about this
12192packet.
12193
12194@item show remote get-thread-local-storage-address
12195@kindex show remote get-thread-local-storage-address
12196Show the current setting of @samp{qGetTLSAddr} packet usage.
501eef12
AC
12197@end table
12198
6f05cf9f
AC
12199@node remote stub
12200@section Implementing a remote stub
7a292a7a 12201
8e04817f
AC
12202@cindex debugging stub, example
12203@cindex remote stub, example
12204@cindex stub example, remote debugging
12205The stub files provided with @value{GDBN} implement the target side of the
12206communication protocol, and the @value{GDBN} side is implemented in the
12207@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
12208these subroutines to communicate, and ignore the details. (If you're
12209implementing your own stub file, you can still ignore the details: start
12210with one of the existing stub files. @file{sparc-stub.c} is the best
12211organized, and therefore the easiest to read.)
12212
104c1213
JM
12213@cindex remote serial debugging, overview
12214To debug a program running on another machine (the debugging
12215@dfn{target} machine), you must first arrange for all the usual
12216prerequisites for the program to run by itself. For example, for a C
12217program, you need:
c906108c 12218
104c1213
JM
12219@enumerate
12220@item
12221A startup routine to set up the C runtime environment; these usually
12222have a name like @file{crt0}. The startup routine may be supplied by
12223your hardware supplier, or you may have to write your own.
96baa820 12224
5d161b24 12225@item
d4f3574e 12226A C subroutine library to support your program's
104c1213 12227subroutine calls, notably managing input and output.
96baa820 12228
104c1213
JM
12229@item
12230A way of getting your program to the other machine---for example, a
12231download program. These are often supplied by the hardware
12232manufacturer, but you may have to write your own from hardware
12233documentation.
12234@end enumerate
96baa820 12235
104c1213
JM
12236The next step is to arrange for your program to use a serial port to
12237communicate with the machine where @value{GDBN} is running (the @dfn{host}
12238machine). In general terms, the scheme looks like this:
96baa820 12239
104c1213
JM
12240@table @emph
12241@item On the host,
12242@value{GDBN} already understands how to use this protocol; when everything
12243else is set up, you can simply use the @samp{target remote} command
12244(@pxref{Targets,,Specifying a Debugging Target}).
12245
12246@item On the target,
12247you must link with your program a few special-purpose subroutines that
12248implement the @value{GDBN} remote serial protocol. The file containing these
12249subroutines is called a @dfn{debugging stub}.
12250
12251On certain remote targets, you can use an auxiliary program
12252@code{gdbserver} instead of linking a stub into your program.
12253@xref{Server,,Using the @code{gdbserver} program}, for details.
12254@end table
96baa820 12255
104c1213
JM
12256The debugging stub is specific to the architecture of the remote
12257machine; for example, use @file{sparc-stub.c} to debug programs on
12258@sc{sparc} boards.
96baa820 12259
104c1213
JM
12260@cindex remote serial stub list
12261These working remote stubs are distributed with @value{GDBN}:
96baa820 12262
104c1213
JM
12263@table @code
12264
12265@item i386-stub.c
41afff9a 12266@cindex @file{i386-stub.c}
104c1213
JM
12267@cindex Intel
12268@cindex i386
12269For Intel 386 and compatible architectures.
12270
12271@item m68k-stub.c
41afff9a 12272@cindex @file{m68k-stub.c}
104c1213
JM
12273@cindex Motorola 680x0
12274@cindex m680x0
12275For Motorola 680x0 architectures.
12276
12277@item sh-stub.c
41afff9a 12278@cindex @file{sh-stub.c}
172c2a43 12279@cindex Renesas
104c1213 12280@cindex SH
172c2a43 12281For Renesas SH architectures.
104c1213
JM
12282
12283@item sparc-stub.c
41afff9a 12284@cindex @file{sparc-stub.c}
104c1213
JM
12285@cindex Sparc
12286For @sc{sparc} architectures.
12287
12288@item sparcl-stub.c
41afff9a 12289@cindex @file{sparcl-stub.c}
104c1213
JM
12290@cindex Fujitsu
12291@cindex SparcLite
12292For Fujitsu @sc{sparclite} architectures.
12293
12294@end table
12295
12296The @file{README} file in the @value{GDBN} distribution may list other
12297recently added stubs.
12298
12299@menu
12300* Stub Contents:: What the stub can do for you
12301* Bootstrapping:: What you must do for the stub
12302* Debug Session:: Putting it all together
104c1213
JM
12303@end menu
12304
6d2ebf8b 12305@node Stub Contents
6f05cf9f 12306@subsection What the stub can do for you
104c1213
JM
12307
12308@cindex remote serial stub
12309The debugging stub for your architecture supplies these three
12310subroutines:
12311
12312@table @code
12313@item set_debug_traps
4644b6e3 12314@findex set_debug_traps
104c1213
JM
12315@cindex remote serial stub, initialization
12316This routine arranges for @code{handle_exception} to run when your
12317program stops. You must call this subroutine explicitly near the
12318beginning of your program.
12319
12320@item handle_exception
4644b6e3 12321@findex handle_exception
104c1213
JM
12322@cindex remote serial stub, main routine
12323This is the central workhorse, but your program never calls it
12324explicitly---the setup code arranges for @code{handle_exception} to
12325run when a trap is triggered.
12326
12327@code{handle_exception} takes control when your program stops during
12328execution (for example, on a breakpoint), and mediates communications
12329with @value{GDBN} on the host machine. This is where the communications
12330protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 12331representative on the target machine. It begins by sending summary
104c1213
JM
12332information on the state of your program, then continues to execute,
12333retrieving and transmitting any information @value{GDBN} needs, until you
12334execute a @value{GDBN} command that makes your program resume; at that point,
12335@code{handle_exception} returns control to your own code on the target
5d161b24 12336machine.
104c1213
JM
12337
12338@item breakpoint
12339@cindex @code{breakpoint} subroutine, remote
12340Use this auxiliary subroutine to make your program contain a
12341breakpoint. Depending on the particular situation, this may be the only
12342way for @value{GDBN} to get control. For instance, if your target
12343machine has some sort of interrupt button, you won't need to call this;
12344pressing the interrupt button transfers control to
12345@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12346simply receiving characters on the serial port may also trigger a trap;
12347again, in that situation, you don't need to call @code{breakpoint} from
12348your own program---simply running @samp{target remote} from the host
5d161b24 12349@value{GDBN} session gets control.
104c1213
JM
12350
12351Call @code{breakpoint} if none of these is true, or if you simply want
12352to make certain your program stops at a predetermined point for the
12353start of your debugging session.
12354@end table
12355
6d2ebf8b 12356@node Bootstrapping
6f05cf9f 12357@subsection What you must do for the stub
104c1213
JM
12358
12359@cindex remote stub, support routines
12360The debugging stubs that come with @value{GDBN} are set up for a particular
12361chip architecture, but they have no information about the rest of your
12362debugging target machine.
12363
12364First of all you need to tell the stub how to communicate with the
12365serial port.
12366
12367@table @code
12368@item int getDebugChar()
4644b6e3 12369@findex getDebugChar
104c1213
JM
12370Write this subroutine to read a single character from the serial port.
12371It may be identical to @code{getchar} for your target system; a
12372different name is used to allow you to distinguish the two if you wish.
12373
12374@item void putDebugChar(int)
4644b6e3 12375@findex putDebugChar
104c1213 12376Write this subroutine to write a single character to the serial port.
5d161b24 12377It may be identical to @code{putchar} for your target system; a
104c1213
JM
12378different name is used to allow you to distinguish the two if you wish.
12379@end table
12380
12381@cindex control C, and remote debugging
12382@cindex interrupting remote targets
12383If you want @value{GDBN} to be able to stop your program while it is
12384running, you need to use an interrupt-driven serial driver, and arrange
12385for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12386character). That is the character which @value{GDBN} uses to tell the
12387remote system to stop.
12388
12389Getting the debugging target to return the proper status to @value{GDBN}
12390probably requires changes to the standard stub; one quick and dirty way
12391is to just execute a breakpoint instruction (the ``dirty'' part is that
12392@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12393
12394Other routines you need to supply are:
12395
12396@table @code
12397@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 12398@findex exceptionHandler
104c1213
JM
12399Write this function to install @var{exception_address} in the exception
12400handling tables. You need to do this because the stub does not have any
12401way of knowing what the exception handling tables on your target system
12402are like (for example, the processor's table might be in @sc{rom},
12403containing entries which point to a table in @sc{ram}).
12404@var{exception_number} is the exception number which should be changed;
12405its meaning is architecture-dependent (for example, different numbers
12406might represent divide by zero, misaligned access, etc). When this
12407exception occurs, control should be transferred directly to
12408@var{exception_address}, and the processor state (stack, registers,
12409and so on) should be just as it is when a processor exception occurs. So if
12410you want to use a jump instruction to reach @var{exception_address}, it
12411should be a simple jump, not a jump to subroutine.
12412
12413For the 386, @var{exception_address} should be installed as an interrupt
12414gate so that interrupts are masked while the handler runs. The gate
12415should be at privilege level 0 (the most privileged level). The
12416@sc{sparc} and 68k stubs are able to mask interrupts themselves without
12417help from @code{exceptionHandler}.
12418
12419@item void flush_i_cache()
4644b6e3 12420@findex flush_i_cache
d4f3574e 12421On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
12422instruction cache, if any, on your target machine. If there is no
12423instruction cache, this subroutine may be a no-op.
12424
12425On target machines that have instruction caches, @value{GDBN} requires this
12426function to make certain that the state of your program is stable.
12427@end table
12428
12429@noindent
12430You must also make sure this library routine is available:
12431
12432@table @code
12433@item void *memset(void *, int, int)
4644b6e3 12434@findex memset
104c1213
JM
12435This is the standard library function @code{memset} that sets an area of
12436memory to a known value. If you have one of the free versions of
12437@code{libc.a}, @code{memset} can be found there; otherwise, you must
12438either obtain it from your hardware manufacturer, or write your own.
12439@end table
12440
12441If you do not use the GNU C compiler, you may need other standard
12442library subroutines as well; this varies from one stub to another,
12443but in general the stubs are likely to use any of the common library
d4f3574e 12444subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
12445
12446
6d2ebf8b 12447@node Debug Session
6f05cf9f 12448@subsection Putting it all together
104c1213
JM
12449
12450@cindex remote serial debugging summary
12451In summary, when your program is ready to debug, you must follow these
12452steps.
12453
12454@enumerate
12455@item
6d2ebf8b 12456Make sure you have defined the supporting low-level routines
104c1213
JM
12457(@pxref{Bootstrapping,,What you must do for the stub}):
12458@display
12459@code{getDebugChar}, @code{putDebugChar},
12460@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12461@end display
12462
12463@item
12464Insert these lines near the top of your program:
12465
474c8240 12466@smallexample
104c1213
JM
12467set_debug_traps();
12468breakpoint();
474c8240 12469@end smallexample
104c1213
JM
12470
12471@item
12472For the 680x0 stub only, you need to provide a variable called
12473@code{exceptionHook}. Normally you just use:
12474
474c8240 12475@smallexample
104c1213 12476void (*exceptionHook)() = 0;
474c8240 12477@end smallexample
104c1213 12478
d4f3574e 12479@noindent
104c1213 12480but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 12481function in your program, that function is called when
104c1213
JM
12482@code{@value{GDBN}} continues after stopping on a trap (for example, bus
12483error). The function indicated by @code{exceptionHook} is called with
12484one parameter: an @code{int} which is the exception number.
12485
12486@item
12487Compile and link together: your program, the @value{GDBN} debugging stub for
12488your target architecture, and the supporting subroutines.
12489
12490@item
12491Make sure you have a serial connection between your target machine and
12492the @value{GDBN} host, and identify the serial port on the host.
12493
12494@item
12495@c The "remote" target now provides a `load' command, so we should
12496@c document that. FIXME.
12497Download your program to your target machine (or get it there by
12498whatever means the manufacturer provides), and start it.
12499
12500@item
07f31aa6
DJ
12501Start @value{GDBN} on the host, and connect to the target
12502(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 12503
104c1213
JM
12504@end enumerate
12505
8e04817f
AC
12506@node Configurations
12507@chapter Configuration-Specific Information
104c1213 12508
8e04817f
AC
12509While nearly all @value{GDBN} commands are available for all native and
12510cross versions of the debugger, there are some exceptions. This chapter
12511describes things that are only available in certain configurations.
104c1213 12512
8e04817f
AC
12513There are three major categories of configurations: native
12514configurations, where the host and target are the same, embedded
12515operating system configurations, which are usually the same for several
12516different processor architectures, and bare embedded processors, which
12517are quite different from each other.
104c1213 12518
8e04817f
AC
12519@menu
12520* Native::
12521* Embedded OS::
12522* Embedded Processors::
12523* Architectures::
12524@end menu
104c1213 12525
8e04817f
AC
12526@node Native
12527@section Native
104c1213 12528
8e04817f
AC
12529This section describes details specific to particular native
12530configurations.
6cf7e474 12531
8e04817f
AC
12532@menu
12533* HP-UX:: HP-UX
7561d450 12534* BSD libkvm Interface:: Debugging BSD kernel memory images
8e04817f
AC
12535* SVR4 Process Information:: SVR4 process information
12536* DJGPP Native:: Features specific to the DJGPP port
78c47bea 12537* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 12538* Hurd Native:: Features specific to @sc{gnu} Hurd
a64548ea 12539* Neutrino:: Features specific to QNX Neutrino
8e04817f 12540@end menu
6cf7e474 12541
8e04817f
AC
12542@node HP-UX
12543@subsection HP-UX
104c1213 12544
8e04817f
AC
12545On HP-UX systems, if you refer to a function or variable name that
12546begins with a dollar sign, @value{GDBN} searches for a user or system
12547name first, before it searches for a convenience variable.
104c1213 12548
9c16f35a 12549
7561d450
MK
12550@node BSD libkvm Interface
12551@subsection BSD libkvm Interface
12552
12553@cindex libkvm
12554@cindex kernel memory image
12555@cindex kernel crash dump
12556
12557BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12558interface that provides a uniform interface for accessing kernel virtual
12559memory images, including live systems and crash dumps. @value{GDBN}
12560uses this interface to allow you to debug live kernels and kernel crash
12561dumps on many native BSD configurations. This is implemented as a
12562special @code{kvm} debugging target. For debugging a live system, load
12563the currently running kernel into @value{GDBN} and connect to the
12564@code{kvm} target:
12565
12566@smallexample
12567(@value{GDBP}) @b{target kvm}
12568@end smallexample
12569
12570For debugging crash dumps, provide the file name of the crash dump as an
12571argument:
12572
12573@smallexample
12574(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12575@end smallexample
12576
12577Once connected to the @code{kvm} target, the following commands are
12578available:
12579
12580@table @code
12581@kindex kvm
12582@item kvm pcb
721c2651 12583Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
12584
12585@item kvm proc
12586Set current context from proc address. This command isn't available on
12587modern FreeBSD systems.
12588@end table
12589
8e04817f
AC
12590@node SVR4 Process Information
12591@subsection SVR4 process information
60bf7e09
EZ
12592@cindex /proc
12593@cindex examine process image
12594@cindex process info via @file{/proc}
104c1213 12595
60bf7e09
EZ
12596Many versions of SVR4 and compatible systems provide a facility called
12597@samp{/proc} that can be used to examine the image of a running
12598process using file-system subroutines. If @value{GDBN} is configured
12599for an operating system with this facility, the command @code{info
12600proc} is available to report information about the process running
12601your program, or about any process running on your system. @code{info
12602proc} works only on SVR4 systems that include the @code{procfs} code.
12603This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12604Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
104c1213 12605
8e04817f
AC
12606@table @code
12607@kindex info proc
60bf7e09 12608@cindex process ID
8e04817f 12609@item info proc
60bf7e09
EZ
12610@itemx info proc @var{process-id}
12611Summarize available information about any running process. If a
12612process ID is specified by @var{process-id}, display information about
12613that process; otherwise display information about the program being
12614debugged. The summary includes the debugged process ID, the command
12615line used to invoke it, its current working directory, and its
12616executable file's absolute file name.
12617
12618On some systems, @var{process-id} can be of the form
12619@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12620within a process. If the optional @var{pid} part is missing, it means
12621a thread from the process being debugged (the leading @samp{/} still
12622needs to be present, or else @value{GDBN} will interpret the number as
12623a process ID rather than a thread ID).
6cf7e474 12624
8e04817f 12625@item info proc mappings
60bf7e09
EZ
12626@cindex memory address space mappings
12627Report the memory address space ranges accessible in the program, with
12628information on whether the process has read, write, or execute access
12629rights to each range. On @sc{gnu}/Linux systems, each memory range
12630includes the object file which is mapped to that range, instead of the
12631memory access rights to that range.
12632
12633@item info proc stat
12634@itemx info proc status
12635@cindex process detailed status information
12636These subcommands are specific to @sc{gnu}/Linux systems. They show
12637the process-related information, including the user ID and group ID;
12638how many threads are there in the process; its virtual memory usage;
12639the signals that are pending, blocked, and ignored; its TTY; its
12640consumption of system and user time; its stack size; its @samp{nice}
2eecc4ab 12641value; etc. For more information, see the @samp{proc} man page
60bf7e09
EZ
12642(type @kbd{man 5 proc} from your shell prompt).
12643
12644@item info proc all
12645Show all the information about the process described under all of the
12646above @code{info proc} subcommands.
12647
8e04817f
AC
12648@ignore
12649@comment These sub-options of 'info proc' were not included when
12650@comment procfs.c was re-written. Keep their descriptions around
12651@comment against the day when someone finds the time to put them back in.
12652@kindex info proc times
12653@item info proc times
12654Starting time, user CPU time, and system CPU time for your program and
12655its children.
6cf7e474 12656
8e04817f
AC
12657@kindex info proc id
12658@item info proc id
12659Report on the process IDs related to your program: its own process ID,
12660the ID of its parent, the process group ID, and the session ID.
8e04817f 12661@end ignore
721c2651
EZ
12662
12663@item set procfs-trace
12664@kindex set procfs-trace
12665@cindex @code{procfs} API calls
12666This command enables and disables tracing of @code{procfs} API calls.
12667
12668@item show procfs-trace
12669@kindex show procfs-trace
12670Show the current state of @code{procfs} API call tracing.
12671
12672@item set procfs-file @var{file}
12673@kindex set procfs-file
12674Tell @value{GDBN} to write @code{procfs} API trace to the named
12675@var{file}. @value{GDBN} appends the trace info to the previous
12676contents of the file. The default is to display the trace on the
12677standard output.
12678
12679@item show procfs-file
12680@kindex show procfs-file
12681Show the file to which @code{procfs} API trace is written.
12682
12683@item proc-trace-entry
12684@itemx proc-trace-exit
12685@itemx proc-untrace-entry
12686@itemx proc-untrace-exit
12687@kindex proc-trace-entry
12688@kindex proc-trace-exit
12689@kindex proc-untrace-entry
12690@kindex proc-untrace-exit
12691These commands enable and disable tracing of entries into and exits
12692from the @code{syscall} interface.
12693
12694@item info pidlist
12695@kindex info pidlist
12696@cindex process list, QNX Neutrino
12697For QNX Neutrino only, this command displays the list of all the
12698processes and all the threads within each process.
12699
12700@item info meminfo
12701@kindex info meminfo
12702@cindex mapinfo list, QNX Neutrino
12703For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 12704@end table
104c1213 12705
8e04817f
AC
12706@node DJGPP Native
12707@subsection Features for Debugging @sc{djgpp} Programs
12708@cindex @sc{djgpp} debugging
12709@cindex native @sc{djgpp} debugging
12710@cindex MS-DOS-specific commands
104c1213 12711
514c4d71
EZ
12712@cindex DPMI
12713@sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
8e04817f
AC
12714MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12715that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12716top of real-mode DOS systems and their emulations.
104c1213 12717
8e04817f
AC
12718@value{GDBN} supports native debugging of @sc{djgpp} programs, and
12719defines a few commands specific to the @sc{djgpp} port. This
12720subsection describes those commands.
104c1213 12721
8e04817f
AC
12722@table @code
12723@kindex info dos
12724@item info dos
12725This is a prefix of @sc{djgpp}-specific commands which print
12726information about the target system and important OS structures.
f1251bdd 12727
8e04817f
AC
12728@kindex sysinfo
12729@cindex MS-DOS system info
12730@cindex free memory information (MS-DOS)
12731@item info dos sysinfo
12732This command displays assorted information about the underlying
12733platform: the CPU type and features, the OS version and flavor, the
12734DPMI version, and the available conventional and DPMI memory.
104c1213 12735
8e04817f
AC
12736@cindex GDT
12737@cindex LDT
12738@cindex IDT
12739@cindex segment descriptor tables
12740@cindex descriptor tables display
12741@item info dos gdt
12742@itemx info dos ldt
12743@itemx info dos idt
12744These 3 commands display entries from, respectively, Global, Local,
12745and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12746tables are data structures which store a descriptor for each segment
12747that is currently in use. The segment's selector is an index into a
12748descriptor table; the table entry for that index holds the
12749descriptor's base address and limit, and its attributes and access
12750rights.
104c1213 12751
8e04817f
AC
12752A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12753segment (used for both data and the stack), and a DOS segment (which
12754allows access to DOS/BIOS data structures and absolute addresses in
12755conventional memory). However, the DPMI host will usually define
12756additional segments in order to support the DPMI environment.
d4f3574e 12757
8e04817f
AC
12758@cindex garbled pointers
12759These commands allow to display entries from the descriptor tables.
12760Without an argument, all entries from the specified table are
12761displayed. An argument, which should be an integer expression, means
12762display a single entry whose index is given by the argument. For
12763example, here's a convenient way to display information about the
12764debugged program's data segment:
104c1213 12765
8e04817f
AC
12766@smallexample
12767@exdent @code{(@value{GDBP}) info dos ldt $ds}
12768@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12769@end smallexample
104c1213 12770
8e04817f
AC
12771@noindent
12772This comes in handy when you want to see whether a pointer is outside
12773the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 12774
8e04817f
AC
12775@cindex page tables display (MS-DOS)
12776@item info dos pde
12777@itemx info dos pte
12778These two commands display entries from, respectively, the Page
12779Directory and the Page Tables. Page Directories and Page Tables are
12780data structures which control how virtual memory addresses are mapped
12781into physical addresses. A Page Table includes an entry for every
12782page of memory that is mapped into the program's address space; there
12783may be several Page Tables, each one holding up to 4096 entries. A
12784Page Directory has up to 4096 entries, one each for every Page Table
12785that is currently in use.
104c1213 12786
8e04817f
AC
12787Without an argument, @kbd{info dos pde} displays the entire Page
12788Directory, and @kbd{info dos pte} displays all the entries in all of
12789the Page Tables. An argument, an integer expression, given to the
12790@kbd{info dos pde} command means display only that entry from the Page
12791Directory table. An argument given to the @kbd{info dos pte} command
12792means display entries from a single Page Table, the one pointed to by
12793the specified entry in the Page Directory.
104c1213 12794
8e04817f
AC
12795@cindex direct memory access (DMA) on MS-DOS
12796These commands are useful when your program uses @dfn{DMA} (Direct
12797Memory Access), which needs physical addresses to program the DMA
12798controller.
104c1213 12799
8e04817f 12800These commands are supported only with some DPMI servers.
104c1213 12801
8e04817f
AC
12802@cindex physical address from linear address
12803@item info dos address-pte @var{addr}
12804This command displays the Page Table entry for a specified linear
514c4d71
EZ
12805address. The argument @var{addr} is a linear address which should
12806already have the appropriate segment's base address added to it,
12807because this command accepts addresses which may belong to @emph{any}
12808segment. For example, here's how to display the Page Table entry for
12809the page where a variable @code{i} is stored:
104c1213 12810
b383017d 12811@smallexample
8e04817f
AC
12812@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12813@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 12814@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 12815@end smallexample
104c1213 12816
8e04817f
AC
12817@noindent
12818This says that @code{i} is stored at offset @code{0xd30} from the page
514c4d71 12819whose physical base address is @code{0x02698000}, and shows all the
8e04817f 12820attributes of that page.
104c1213 12821
8e04817f
AC
12822Note that you must cast the addresses of variables to a @code{char *},
12823since otherwise the value of @code{__djgpp_base_address}, the base
12824address of all variables and functions in a @sc{djgpp} program, will
12825be added using the rules of C pointer arithmetics: if @code{i} is
12826declared an @code{int}, @value{GDBN} will add 4 times the value of
12827@code{__djgpp_base_address} to the address of @code{i}.
104c1213 12828
8e04817f
AC
12829Here's another example, it displays the Page Table entry for the
12830transfer buffer:
104c1213 12831
8e04817f
AC
12832@smallexample
12833@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12834@exdent @code{Page Table entry for address 0x29110:}
12835@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12836@end smallexample
104c1213 12837
8e04817f
AC
12838@noindent
12839(The @code{+ 3} offset is because the transfer buffer's address is the
514c4d71
EZ
128403rd member of the @code{_go32_info_block} structure.) The output
12841clearly shows that this DPMI server maps the addresses in conventional
12842memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
12843linear (@code{0x29110}) addresses are identical.
104c1213 12844
8e04817f
AC
12845This command is supported only with some DPMI servers.
12846@end table
104c1213 12847
c45da7e6 12848@cindex DOS serial data link, remote debugging
a8f24a35
EZ
12849In addition to native debugging, the DJGPP port supports remote
12850debugging via a serial data link. The following commands are specific
12851to remote serial debugging in the DJGPP port of @value{GDBN}.
12852
12853@table @code
12854@kindex set com1base
12855@kindex set com1irq
12856@kindex set com2base
12857@kindex set com2irq
12858@kindex set com3base
12859@kindex set com3irq
12860@kindex set com4base
12861@kindex set com4irq
12862@item set com1base @var{addr}
12863This command sets the base I/O port address of the @file{COM1} serial
12864port.
12865
12866@item set com1irq @var{irq}
12867This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12868for the @file{COM1} serial port.
12869
12870There are similar commands @samp{set com2base}, @samp{set com3irq},
12871etc.@: for setting the port address and the @code{IRQ} lines for the
12872other 3 COM ports.
12873
12874@kindex show com1base
12875@kindex show com1irq
12876@kindex show com2base
12877@kindex show com2irq
12878@kindex show com3base
12879@kindex show com3irq
12880@kindex show com4base
12881@kindex show com4irq
12882The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12883display the current settings of the base address and the @code{IRQ}
12884lines used by the COM ports.
c45da7e6
EZ
12885
12886@item info serial
12887@kindex info serial
12888@cindex DOS serial port status
12889This command prints the status of the 4 DOS serial ports. For each
12890port, it prints whether it's active or not, its I/O base address and
12891IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12892counts of various errors encountered so far.
a8f24a35
EZ
12893@end table
12894
12895
78c47bea
PM
12896@node Cygwin Native
12897@subsection Features for Debugging MS Windows PE executables
12898@cindex MS Windows debugging
12899@cindex native Cygwin debugging
12900@cindex Cygwin-specific commands
12901
be448670
CF
12902@value{GDBN} supports native debugging of MS Windows programs, including
12903DLLs with and without symbolic debugging information. There are various
12904additional Cygwin-specific commands, described in this subsection. The
12905subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12906that have no debugging symbols.
12907
78c47bea
PM
12908
12909@table @code
12910@kindex info w32
12911@item info w32
12912This is a prefix of MS Windows specific commands which print
12913information about the target system and important OS structures.
12914
12915@item info w32 selector
12916This command displays information returned by
12917the Win32 API @code{GetThreadSelectorEntry} function.
12918It takes an optional argument that is evaluated to
12919a long value to give the information about this given selector.
12920Without argument, this command displays information
12921about the the six segment registers.
12922
12923@kindex info dll
12924@item info dll
12925This is a Cygwin specific alias of info shared.
12926
12927@kindex dll-symbols
12928@item dll-symbols
12929This command loads symbols from a dll similarly to
12930add-sym command but without the need to specify a base address.
12931
b383017d 12932@kindex set new-console
78c47bea 12933@item set new-console @var{mode}
b383017d 12934If @var{mode} is @code{on} the debuggee will
78c47bea
PM
12935be started in a new console on next start.
12936If @var{mode} is @code{off}i, the debuggee will
12937be started in the same console as the debugger.
12938
12939@kindex show new-console
12940@item show new-console
12941Displays whether a new console is used
12942when the debuggee is started.
12943
12944@kindex set new-group
12945@item set new-group @var{mode}
12946This boolean value controls whether the debuggee should
12947start a new group or stay in the same group as the debugger.
12948This affects the way the Windows OS handles
12949Ctrl-C.
12950
12951@kindex show new-group
12952@item show new-group
12953Displays current value of new-group boolean.
12954
12955@kindex set debugevents
12956@item set debugevents
12957This boolean value adds debug output concerning events seen by the debugger.
12958
12959@kindex set debugexec
12960@item set debugexec
b383017d 12961This boolean value adds debug output concerning execute events
78c47bea
PM
12962seen by the debugger.
12963
12964@kindex set debugexceptions
12965@item set debugexceptions
b383017d 12966This boolean value adds debug ouptut concerning exception events
78c47bea
PM
12967seen by the debugger.
12968
12969@kindex set debugmemory
12970@item set debugmemory
b383017d 12971This boolean value adds debug ouptut concerning memory events
78c47bea
PM
12972seen by the debugger.
12973
12974@kindex set shell
12975@item set shell
12976This boolean values specifies whether the debuggee is called
12977via a shell or directly (default value is on).
12978
12979@kindex show shell
12980@item show shell
12981Displays if the debuggee will be started with a shell.
12982
12983@end table
12984
be448670
CF
12985@menu
12986* Non-debug DLL symbols:: Support for DLLs without debugging symbols
12987@end menu
12988
12989@node Non-debug DLL symbols
12990@subsubsection Support for DLLs without debugging symbols
12991@cindex DLLs with no debugging symbols
12992@cindex Minimal symbols and DLLs
12993
12994Very often on windows, some of the DLLs that your program relies on do
12995not include symbolic debugging information (for example,
12996@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
12997symbols in a DLL, it relies on the minimal amount of symbolic
12998information contained in the DLL's export table. This subsubsection
12999describes working with such symbols, known internally to @value{GDBN} as
13000``minimal symbols''.
13001
13002Note that before the debugged program has started execution, no DLLs
13003will have been loaded. The easiest way around this problem is simply to
13004start the program --- either by setting a breakpoint or letting the
13005program run once to completion. It is also possible to force
13006@value{GDBN} to load a particular DLL before starting the executable ---
13007see the shared library information in @pxref{Files} or the
13008@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
13009explicitly loading symbols from a DLL with no debugging information will
13010cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
13011which may adversely affect symbol lookup performance.
13012
13013@subsubsection DLL name prefixes
13014
13015In keeping with the naming conventions used by the Microsoft debugging
13016tools, DLL export symbols are made available with a prefix based on the
13017DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
13018also entered into the symbol table, so @code{CreateFileA} is often
13019sufficient. In some cases there will be name clashes within a program
13020(particularly if the executable itself includes full debugging symbols)
13021necessitating the use of the fully qualified name when referring to the
13022contents of the DLL. Use single-quotes around the name to avoid the
13023exclamation mark (``!'') being interpreted as a language operator.
13024
13025Note that the internal name of the DLL may be all upper-case, even
13026though the file name of the DLL is lower-case, or vice-versa. Since
13027symbols within @value{GDBN} are @emph{case-sensitive} this may cause
13028some confusion. If in doubt, try the @code{info functions} and
13029@code{info variables} commands or even @code{maint print msymbols} (see
13030@pxref{Symbols}). Here's an example:
13031
13032@smallexample
f7dc1244 13033(@value{GDBP}) info function CreateFileA
be448670
CF
13034All functions matching regular expression "CreateFileA":
13035
13036Non-debugging symbols:
130370x77e885f4 CreateFileA
130380x77e885f4 KERNEL32!CreateFileA
13039@end smallexample
13040
13041@smallexample
f7dc1244 13042(@value{GDBP}) info function !
be448670
CF
13043All functions matching regular expression "!":
13044
13045Non-debugging symbols:
130460x6100114c cygwin1!__assert
130470x61004034 cygwin1!_dll_crt0@@0
130480x61004240 cygwin1!dll_crt0(per_process *)
13049[etc...]
13050@end smallexample
13051
13052@subsubsection Working with minimal symbols
13053
13054Symbols extracted from a DLL's export table do not contain very much
13055type information. All that @value{GDBN} can do is guess whether a symbol
13056refers to a function or variable depending on the linker section that
13057contains the symbol. Also note that the actual contents of the memory
13058contained in a DLL are not available unless the program is running. This
13059means that you cannot examine the contents of a variable or disassemble
13060a function within a DLL without a running program.
13061
13062Variables are generally treated as pointers and dereferenced
13063automatically. For this reason, it is often necessary to prefix a
13064variable name with the address-of operator (``&'') and provide explicit
13065type information in the command. Here's an example of the type of
13066problem:
13067
13068@smallexample
f7dc1244 13069(@value{GDBP}) print 'cygwin1!__argv'
be448670
CF
13070$1 = 268572168
13071@end smallexample
13072
13073@smallexample
f7dc1244 13074(@value{GDBP}) x 'cygwin1!__argv'
be448670
CF
130750x10021610: "\230y\""
13076@end smallexample
13077
13078And two possible solutions:
13079
13080@smallexample
f7dc1244 13081(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
13082$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
13083@end smallexample
13084
13085@smallexample
f7dc1244 13086(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 130870x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 13088(@value{GDBP}) x/x 0x10021608
be448670 130890x10021608: 0x0022fd98
f7dc1244 13090(@value{GDBP}) x/s 0x0022fd98
be448670
CF
130910x22fd98: "/cygdrive/c/mydirectory/myprogram"
13092@end smallexample
13093
13094Setting a break point within a DLL is possible even before the program
13095starts execution. However, under these circumstances, @value{GDBN} can't
13096examine the initial instructions of the function in order to skip the
13097function's frame set-up code. You can work around this by using ``*&''
13098to set the breakpoint at a raw memory address:
13099
13100@smallexample
f7dc1244 13101(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
13102Breakpoint 1 at 0x1e04eff0
13103@end smallexample
13104
13105The author of these extensions is not entirely convinced that setting a
13106break point within a shared DLL like @file{kernel32.dll} is completely
13107safe.
13108
14d6dd68
EZ
13109@node Hurd Native
13110@subsection Commands specific to @sc{gnu} Hurd systems
13111@cindex @sc{gnu} Hurd debugging
13112
13113This subsection describes @value{GDBN} commands specific to the
13114@sc{gnu} Hurd native debugging.
13115
13116@table @code
13117@item set signals
13118@itemx set sigs
13119@kindex set signals@r{, Hurd command}
13120@kindex set sigs@r{, Hurd command}
13121This command toggles the state of inferior signal interception by
13122@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
13123affected by this command. @code{sigs} is a shorthand alias for
13124@code{signals}.
13125
13126@item show signals
13127@itemx show sigs
13128@kindex show signals@r{, Hurd command}
13129@kindex show sigs@r{, Hurd command}
13130Show the current state of intercepting inferior's signals.
13131
13132@item set signal-thread
13133@itemx set sigthread
13134@kindex set signal-thread
13135@kindex set sigthread
13136This command tells @value{GDBN} which thread is the @code{libc} signal
13137thread. That thread is run when a signal is delivered to a running
13138process. @code{set sigthread} is the shorthand alias of @code{set
13139signal-thread}.
13140
13141@item show signal-thread
13142@itemx show sigthread
13143@kindex show signal-thread
13144@kindex show sigthread
13145These two commands show which thread will run when the inferior is
13146delivered a signal.
13147
13148@item set stopped
13149@kindex set stopped@r{, Hurd command}
13150This commands tells @value{GDBN} that the inferior process is stopped,
13151as with the @code{SIGSTOP} signal. The stopped process can be
13152continued by delivering a signal to it.
13153
13154@item show stopped
13155@kindex show stopped@r{, Hurd command}
13156This command shows whether @value{GDBN} thinks the debuggee is
13157stopped.
13158
13159@item set exceptions
13160@kindex set exceptions@r{, Hurd command}
13161Use this command to turn off trapping of exceptions in the inferior.
13162When exception trapping is off, neither breakpoints nor
13163single-stepping will work. To restore the default, set exception
13164trapping on.
13165
13166@item show exceptions
13167@kindex show exceptions@r{, Hurd command}
13168Show the current state of trapping exceptions in the inferior.
13169
13170@item set task pause
13171@kindex set task@r{, Hurd commands}
13172@cindex task attributes (@sc{gnu} Hurd)
13173@cindex pause current task (@sc{gnu} Hurd)
13174This command toggles task suspension when @value{GDBN} has control.
13175Setting it to on takes effect immediately, and the task is suspended
13176whenever @value{GDBN} gets control. Setting it to off will take
13177effect the next time the inferior is continued. If this option is set
13178to off, you can use @code{set thread default pause on} or @code{set
13179thread pause on} (see below) to pause individual threads.
13180
13181@item show task pause
13182@kindex show task@r{, Hurd commands}
13183Show the current state of task suspension.
13184
13185@item set task detach-suspend-count
13186@cindex task suspend count
13187@cindex detach from task, @sc{gnu} Hurd
13188This command sets the suspend count the task will be left with when
13189@value{GDBN} detaches from it.
13190
13191@item show task detach-suspend-count
13192Show the suspend count the task will be left with when detaching.
13193
13194@item set task exception-port
13195@itemx set task excp
13196@cindex task exception port, @sc{gnu} Hurd
13197This command sets the task exception port to which @value{GDBN} will
13198forward exceptions. The argument should be the value of the @dfn{send
13199rights} of the task. @code{set task excp} is a shorthand alias.
13200
13201@item set noninvasive
13202@cindex noninvasive task options
13203This command switches @value{GDBN} to a mode that is the least
13204invasive as far as interfering with the inferior is concerned. This
13205is the same as using @code{set task pause}, @code{set exceptions}, and
13206@code{set signals} to values opposite to the defaults.
13207
13208@item info send-rights
13209@itemx info receive-rights
13210@itemx info port-rights
13211@itemx info port-sets
13212@itemx info dead-names
13213@itemx info ports
13214@itemx info psets
13215@cindex send rights, @sc{gnu} Hurd
13216@cindex receive rights, @sc{gnu} Hurd
13217@cindex port rights, @sc{gnu} Hurd
13218@cindex port sets, @sc{gnu} Hurd
13219@cindex dead names, @sc{gnu} Hurd
13220These commands display information about, respectively, send rights,
13221receive rights, port rights, port sets, and dead names of a task.
13222There are also shorthand aliases: @code{info ports} for @code{info
13223port-rights} and @code{info psets} for @code{info port-sets}.
13224
13225@item set thread pause
13226@kindex set thread@r{, Hurd command}
13227@cindex thread properties, @sc{gnu} Hurd
13228@cindex pause current thread (@sc{gnu} Hurd)
13229This command toggles current thread suspension when @value{GDBN} has
13230control. Setting it to on takes effect immediately, and the current
13231thread is suspended whenever @value{GDBN} gets control. Setting it to
13232off will take effect the next time the inferior is continued.
13233Normally, this command has no effect, since when @value{GDBN} has
13234control, the whole task is suspended. However, if you used @code{set
13235task pause off} (see above), this command comes in handy to suspend
13236only the current thread.
13237
13238@item show thread pause
13239@kindex show thread@r{, Hurd command}
13240This command shows the state of current thread suspension.
13241
13242@item set thread run
13243This comamnd sets whether the current thread is allowed to run.
13244
13245@item show thread run
13246Show whether the current thread is allowed to run.
13247
13248@item set thread detach-suspend-count
13249@cindex thread suspend count, @sc{gnu} Hurd
13250@cindex detach from thread, @sc{gnu} Hurd
13251This command sets the suspend count @value{GDBN} will leave on a
13252thread when detaching. This number is relative to the suspend count
13253found by @value{GDBN} when it notices the thread; use @code{set thread
13254takeover-suspend-count} to force it to an absolute value.
13255
13256@item show thread detach-suspend-count
13257Show the suspend count @value{GDBN} will leave on the thread when
13258detaching.
13259
13260@item set thread exception-port
13261@itemx set thread excp
13262Set the thread exception port to which to forward exceptions. This
13263overrides the port set by @code{set task exception-port} (see above).
13264@code{set thread excp} is the shorthand alias.
13265
13266@item set thread takeover-suspend-count
13267Normally, @value{GDBN}'s thread suspend counts are relative to the
13268value @value{GDBN} finds when it notices each thread. This command
13269changes the suspend counts to be absolute instead.
13270
13271@item set thread default
13272@itemx show thread default
13273@cindex thread default settings, @sc{gnu} Hurd
13274Each of the above @code{set thread} commands has a @code{set thread
13275default} counterpart (e.g., @code{set thread default pause}, @code{set
13276thread default exception-port}, etc.). The @code{thread default}
13277variety of commands sets the default thread properties for all
13278threads; you can then change the properties of individual threads with
13279the non-default commands.
13280@end table
13281
13282
a64548ea
EZ
13283@node Neutrino
13284@subsection QNX Neutrino
13285@cindex QNX Neutrino
13286
13287@value{GDBN} provides the following commands specific to the QNX
13288Neutrino target:
13289
13290@table @code
13291@item set debug nto-debug
13292@kindex set debug nto-debug
13293When set to on, enables debugging messages specific to the QNX
13294Neutrino support.
13295
13296@item show debug nto-debug
13297@kindex show debug nto-debug
13298Show the current state of QNX Neutrino messages.
13299@end table
13300
13301
8e04817f
AC
13302@node Embedded OS
13303@section Embedded Operating Systems
104c1213 13304
8e04817f
AC
13305This section describes configurations involving the debugging of
13306embedded operating systems that are available for several different
13307architectures.
d4f3574e 13308
8e04817f
AC
13309@menu
13310* VxWorks:: Using @value{GDBN} with VxWorks
13311@end menu
104c1213 13312
8e04817f
AC
13313@value{GDBN} includes the ability to debug programs running on
13314various real-time operating systems.
104c1213 13315
8e04817f
AC
13316@node VxWorks
13317@subsection Using @value{GDBN} with VxWorks
104c1213 13318
8e04817f 13319@cindex VxWorks
104c1213 13320
8e04817f 13321@table @code
104c1213 13322
8e04817f
AC
13323@kindex target vxworks
13324@item target vxworks @var{machinename}
13325A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13326is the target system's machine name or IP address.
104c1213 13327
8e04817f 13328@end table
104c1213 13329
8e04817f
AC
13330On VxWorks, @code{load} links @var{filename} dynamically on the
13331current target system as well as adding its symbols in @value{GDBN}.
104c1213 13332
8e04817f
AC
13333@value{GDBN} enables developers to spawn and debug tasks running on networked
13334VxWorks targets from a Unix host. Already-running tasks spawned from
13335the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13336both the Unix host and on the VxWorks target. The program
13337@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13338installed with the name @code{vxgdb}, to distinguish it from a
13339@value{GDBN} for debugging programs on the host itself.)
104c1213 13340
8e04817f
AC
13341@table @code
13342@item VxWorks-timeout @var{args}
13343@kindex vxworks-timeout
13344All VxWorks-based targets now support the option @code{vxworks-timeout}.
13345This option is set by the user, and @var{args} represents the number of
13346seconds @value{GDBN} waits for responses to rpc's. You might use this if
13347your VxWorks target is a slow software simulator or is on the far side
13348of a thin network line.
13349@end table
104c1213 13350
8e04817f
AC
13351The following information on connecting to VxWorks was current when
13352this manual was produced; newer releases of VxWorks may use revised
13353procedures.
104c1213 13354
4644b6e3 13355@findex INCLUDE_RDB
8e04817f
AC
13356To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13357to include the remote debugging interface routines in the VxWorks
13358library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13359VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13360kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13361source debugging task @code{tRdbTask} when VxWorks is booted. For more
13362information on configuring and remaking VxWorks, see the manufacturer's
13363manual.
13364@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 13365
8e04817f
AC
13366Once you have included @file{rdb.a} in your VxWorks system image and set
13367your Unix execution search path to find @value{GDBN}, you are ready to
13368run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13369@code{vxgdb}, depending on your installation).
104c1213 13370
8e04817f 13371@value{GDBN} comes up showing the prompt:
104c1213 13372
474c8240 13373@smallexample
8e04817f 13374(vxgdb)
474c8240 13375@end smallexample
104c1213 13376
8e04817f
AC
13377@menu
13378* VxWorks Connection:: Connecting to VxWorks
13379* VxWorks Download:: VxWorks download
13380* VxWorks Attach:: Running tasks
13381@end menu
104c1213 13382
8e04817f
AC
13383@node VxWorks Connection
13384@subsubsection Connecting to VxWorks
104c1213 13385
8e04817f
AC
13386The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13387network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 13388
474c8240 13389@smallexample
8e04817f 13390(vxgdb) target vxworks tt
474c8240 13391@end smallexample
104c1213 13392
8e04817f
AC
13393@need 750
13394@value{GDBN} displays messages like these:
104c1213 13395
8e04817f
AC
13396@smallexample
13397Attaching remote machine across net...
13398Connected to tt.
13399@end smallexample
104c1213 13400
8e04817f
AC
13401@need 1000
13402@value{GDBN} then attempts to read the symbol tables of any object modules
13403loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13404these files by searching the directories listed in the command search
13405path (@pxref{Environment, ,Your program's environment}); if it fails
13406to find an object file, it displays a message such as:
5d161b24 13407
474c8240 13408@smallexample
8e04817f 13409prog.o: No such file or directory.
474c8240 13410@end smallexample
104c1213 13411
8e04817f
AC
13412When this happens, add the appropriate directory to the search path with
13413the @value{GDBN} command @code{path}, and execute the @code{target}
13414command again.
104c1213 13415
8e04817f
AC
13416@node VxWorks Download
13417@subsubsection VxWorks download
104c1213 13418
8e04817f
AC
13419@cindex download to VxWorks
13420If you have connected to the VxWorks target and you want to debug an
13421object that has not yet been loaded, you can use the @value{GDBN}
13422@code{load} command to download a file from Unix to VxWorks
13423incrementally. The object file given as an argument to the @code{load}
13424command is actually opened twice: first by the VxWorks target in order
13425to download the code, then by @value{GDBN} in order to read the symbol
13426table. This can lead to problems if the current working directories on
13427the two systems differ. If both systems have NFS mounted the same
13428filesystems, you can avoid these problems by using absolute paths.
13429Otherwise, it is simplest to set the working directory on both systems
13430to the directory in which the object file resides, and then to reference
13431the file by its name, without any path. For instance, a program
13432@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13433and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13434program, type this on VxWorks:
104c1213 13435
474c8240 13436@smallexample
8e04817f 13437-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 13438@end smallexample
104c1213 13439
8e04817f
AC
13440@noindent
13441Then, in @value{GDBN}, type:
104c1213 13442
474c8240 13443@smallexample
8e04817f
AC
13444(vxgdb) cd @var{hostpath}/vw/demo/rdb
13445(vxgdb) load prog.o
474c8240 13446@end smallexample
104c1213 13447
8e04817f 13448@value{GDBN} displays a response similar to this:
104c1213 13449
8e04817f
AC
13450@smallexample
13451Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13452@end smallexample
104c1213 13453
8e04817f
AC
13454You can also use the @code{load} command to reload an object module
13455after editing and recompiling the corresponding source file. Note that
13456this makes @value{GDBN} delete all currently-defined breakpoints,
13457auto-displays, and convenience variables, and to clear the value
13458history. (This is necessary in order to preserve the integrity of
13459debugger's data structures that reference the target system's symbol
13460table.)
104c1213 13461
8e04817f
AC
13462@node VxWorks Attach
13463@subsubsection Running tasks
104c1213
JM
13464
13465@cindex running VxWorks tasks
13466You can also attach to an existing task using the @code{attach} command as
13467follows:
13468
474c8240 13469@smallexample
104c1213 13470(vxgdb) attach @var{task}
474c8240 13471@end smallexample
104c1213
JM
13472
13473@noindent
13474where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13475or suspended when you attach to it. Running tasks are suspended at
13476the time of attachment.
13477
6d2ebf8b 13478@node Embedded Processors
104c1213
JM
13479@section Embedded Processors
13480
13481This section goes into details specific to particular embedded
13482configurations.
13483
c45da7e6
EZ
13484@cindex send command to simulator
13485Whenever a specific embedded processor has a simulator, @value{GDBN}
13486allows to send an arbitrary command to the simulator.
13487
13488@table @code
13489@item sim @var{command}
13490@kindex sim@r{, a command}
13491Send an arbitrary @var{command} string to the simulator. Consult the
13492documentation for the specific simulator in use for information about
13493acceptable commands.
13494@end table
13495
7d86b5d5 13496
104c1213 13497@menu
c45da7e6 13498* ARM:: ARM RDI
172c2a43
KI
13499* H8/300:: Renesas H8/300
13500* H8/500:: Renesas H8/500
13501* M32R/D:: Renesas M32R/D
104c1213 13502* M68K:: Motorola M68K
104c1213 13503* MIPS Embedded:: MIPS Embedded
a37295f9 13504* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
13505* PA:: HP PA Embedded
13506* PowerPC: PowerPC
172c2a43 13507* SH:: Renesas SH
104c1213
JM
13508* Sparclet:: Tsqware Sparclet
13509* Sparclite:: Fujitsu Sparclite
13510* ST2000:: Tandem ST2000
13511* Z8000:: Zilog Z8000
a64548ea
EZ
13512* AVR:: Atmel AVR
13513* CRIS:: CRIS
13514* Super-H:: Renesas Super-H
c45da7e6 13515* WinCE:: Windows CE child processes
104c1213
JM
13516@end menu
13517
6d2ebf8b 13518@node ARM
104c1213 13519@subsection ARM
c45da7e6 13520@cindex ARM RDI
104c1213
JM
13521
13522@table @code
8e04817f
AC
13523@kindex target rdi
13524@item target rdi @var{dev}
13525ARM Angel monitor, via RDI library interface to ADP protocol. You may
13526use this target to communicate with both boards running the Angel
13527monitor, or with the EmbeddedICE JTAG debug device.
13528
13529@kindex target rdp
13530@item target rdp @var{dev}
13531ARM Demon monitor.
13532
13533@end table
13534
e2f4edfd
EZ
13535@value{GDBN} provides the following ARM-specific commands:
13536
13537@table @code
13538@item set arm disassembler
13539@kindex set arm
13540This commands selects from a list of disassembly styles. The
13541@code{"std"} style is the standard style.
13542
13543@item show arm disassembler
13544@kindex show arm
13545Show the current disassembly style.
13546
13547@item set arm apcs32
13548@cindex ARM 32-bit mode
13549This command toggles ARM operation mode between 32-bit and 26-bit.
13550
13551@item show arm apcs32
13552Display the current usage of the ARM 32-bit mode.
13553
13554@item set arm fpu @var{fputype}
13555This command sets the ARM floating-point unit (FPU) type. The
13556argument @var{fputype} can be one of these:
13557
13558@table @code
13559@item auto
13560Determine the FPU type by querying the OS ABI.
13561@item softfpa
13562Software FPU, with mixed-endian doubles on little-endian ARM
13563processors.
13564@item fpa
13565GCC-compiled FPA co-processor.
13566@item softvfp
13567Software FPU with pure-endian doubles.
13568@item vfp
13569VFP co-processor.
13570@end table
13571
13572@item show arm fpu
13573Show the current type of the FPU.
13574
13575@item set arm abi
13576This command forces @value{GDBN} to use the specified ABI.
13577
13578@item show arm abi
13579Show the currently used ABI.
13580
13581@item set debug arm
13582Toggle whether to display ARM-specific debugging messages from the ARM
13583target support subsystem.
13584
13585@item show debug arm
13586Show whether ARM-specific debugging messages are enabled.
13587@end table
13588
c45da7e6
EZ
13589The following commands are available when an ARM target is debugged
13590using the RDI interface:
13591
13592@table @code
13593@item rdilogfile @r{[}@var{file}@r{]}
13594@kindex rdilogfile
13595@cindex ADP (Angel Debugger Protocol) logging
13596Set the filename for the ADP (Angel Debugger Protocol) packet log.
13597With an argument, sets the log file to the specified @var{file}. With
13598no argument, show the current log file name. The default log file is
13599@file{rdi.log}.
13600
13601@item rdilogenable @r{[}@var{arg}@r{]}
13602@kindex rdilogenable
13603Control logging of ADP packets. With an argument of 1 or @code{"yes"}
13604enables logging, with an argument 0 or @code{"no"} disables it. With
13605no arguments displays the current setting. When logging is enabled,
13606ADP packets exchanged between @value{GDBN} and the RDI target device
13607are logged to a file.
13608
13609@item set rdiromatzero
13610@kindex set rdiromatzero
13611@cindex ROM at zero address, RDI
13612Tell @value{GDBN} whether the target has ROM at address 0. If on,
13613vector catching is disabled, so that zero address can be used. If off
13614(the default), vector catching is enabled. For this command to take
13615effect, it needs to be invoked prior to the @code{target rdi} command.
13616
13617@item show rdiromatzero
13618@kindex show rdiromatzero
13619Show the current setting of ROM at zero address.
13620
13621@item set rdiheartbeat
13622@kindex set rdiheartbeat
13623@cindex RDI heartbeat
13624Enable or disable RDI heartbeat packets. It is not recommended to
13625turn on this option, since it confuses ARM and EPI JTAG interface, as
13626well as the Angel monitor.
13627
13628@item show rdiheartbeat
13629@kindex show rdiheartbeat
13630Show the setting of RDI heartbeat packets.
13631@end table
13632
e2f4edfd 13633
8e04817f 13634@node H8/300
172c2a43 13635@subsection Renesas H8/300
8e04817f
AC
13636
13637@table @code
13638
13639@kindex target hms@r{, with H8/300}
13640@item target hms @var{dev}
172c2a43 13641A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
13642Use special commands @code{device} and @code{speed} to control the serial
13643line and the communications speed used.
13644
13645@kindex target e7000@r{, with H8/300}
13646@item target e7000 @var{dev}
172c2a43 13647E7000 emulator for Renesas H8 and SH.
8e04817f
AC
13648
13649@kindex target sh3@r{, with H8/300}
13650@kindex target sh3e@r{, with H8/300}
13651@item target sh3 @var{dev}
13652@itemx target sh3e @var{dev}
172c2a43 13653Renesas SH-3 and SH-3E target systems.
8e04817f
AC
13654
13655@end table
13656
13657@cindex download to H8/300 or H8/500
13658@cindex H8/300 or H8/500 download
172c2a43
KI
13659@cindex download to Renesas SH
13660@cindex Renesas SH download
13661When you select remote debugging to a Renesas SH, H8/300, or H8/500
13662board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
13663board and also opens it as the current executable target for
13664@value{GDBN} on your host (like the @code{file} command).
13665
13666@value{GDBN} needs to know these things to talk to your
172c2a43 13667Renesas SH, H8/300, or H8/500:
8e04817f
AC
13668
13669@enumerate
13670@item
13671that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
13672for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13673emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13674the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
13675H8/300, or H8/500.)
13676
13677@item
172c2a43 13678what serial device connects your host to your Renesas board (the first
8e04817f
AC
13679serial device available on your host is the default).
13680
13681@item
13682what speed to use over the serial device.
13683@end enumerate
13684
13685@menu
172c2a43
KI
13686* Renesas Boards:: Connecting to Renesas boards.
13687* Renesas ICE:: Using the E7000 In-Circuit Emulator.
13688* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
13689@end menu
13690
172c2a43
KI
13691@node Renesas Boards
13692@subsubsection Connecting to Renesas boards
8e04817f
AC
13693
13694@c only for Unix hosts
13695@kindex device
172c2a43 13696@cindex serial device, Renesas micros
8e04817f
AC
13697Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13698need to explicitly set the serial device. The default @var{port} is the
13699first available port on your host. This is only necessary on Unix
13700hosts, where it is typically something like @file{/dev/ttya}.
13701
13702@kindex speed
172c2a43 13703@cindex serial line speed, Renesas micros
8e04817f
AC
13704@code{@value{GDBN}} has another special command to set the communications
13705speed: @samp{speed @var{bps}}. This command also is only used from Unix
13706hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13707the DOS @code{mode} command (for instance,
13708@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13709
13710The @samp{device} and @samp{speed} commands are available only when you
172c2a43 13711use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
13712use a DOS host,
13713@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13714called @code{asynctsr} to communicate with the development board
13715through a PC serial port. You must also use the DOS @code{mode} command
13716to set up the serial port on the DOS side.
13717
13718The following sample session illustrates the steps needed to start a
13719program under @value{GDBN} control on an H8/300. The example uses a
13720sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 13721the Renesas SH and the H8/500.
8e04817f
AC
13722
13723First hook up your development board. In this example, we use a
13724board attached to serial port @code{COM2}; if you use a different serial
13725port, substitute its name in the argument of the @code{mode} command.
13726When you call @code{asynctsr}, the auxiliary comms program used by the
13727debugger, you give it just the numeric part of the serial port's name;
13728for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13729@code{COM2}.
13730
474c8240 13731@smallexample
8e04817f
AC
13732C:\H8300\TEST> asynctsr 2
13733C:\H8300\TEST> mode com2:9600,n,8,1,p
13734
13735Resident portion of MODE loaded
13736
13737COM2: 9600, n, 8, 1, p
13738
474c8240 13739@end smallexample
8e04817f
AC
13740
13741@quotation
13742@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13743@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13744disable it, or even boot without it, to use @code{asynctsr} to control
13745your development board.
13746@end quotation
13747
13748@kindex target hms@r{, and serial protocol}
13749Now that serial communications are set up, and the development board is
9c16f35a 13750connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
8e04817f
AC
13751the name of your program as the argument. @code{@value{GDBN}} prompts
13752you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13753commands to begin your debugging session: @samp{target hms} to specify
172c2a43 13754cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
13755download your program to the board. @code{load} displays the names of
13756the program's sections, and a @samp{*} for each 2K of data downloaded.
13757(If you want to refresh @value{GDBN} data on symbols or on the
13758executable file without downloading, use the @value{GDBN} commands
13759@code{file} or @code{symbol-file}. These commands, and @code{load}
13760itself, are described in @ref{Files,,Commands to specify files}.)
13761
13762@smallexample
13763(eg-C:\H8300\TEST) @value{GDBP} t.x
13764@value{GDBN} is free software and you are welcome to distribute copies
13765 of it under certain conditions; type "show copying" to see
13766 the conditions.
13767There is absolutely no warranty for @value{GDBN}; type "show warranty"
13768for details.
13769@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13770(@value{GDBP}) target hms
13771Connected to remote H8/300 HMS system.
13772(@value{GDBP}) load t.x
13773.text : 0x8000 .. 0xabde ***********
13774.data : 0xabde .. 0xad30 *
13775.stack : 0xf000 .. 0xf014 *
13776@end smallexample
13777
13778At this point, you're ready to run or debug your program. From here on,
13779you can use all the usual @value{GDBN} commands. The @code{break} command
13780sets breakpoints; the @code{run} command starts your program;
13781@code{print} or @code{x} display data; the @code{continue} command
13782resumes execution after stopping at a breakpoint. You can use the
13783@code{help} command at any time to find out more about @value{GDBN} commands.
13784
13785Remember, however, that @emph{operating system} facilities aren't
13786available on your development board; for example, if your program hangs,
13787you can't send an interrupt---but you can press the @sc{reset} switch!
13788
13789Use the @sc{reset} button on the development board
13790@itemize @bullet
13791@item
13792to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13793no way to pass an interrupt signal to the development board); and
13794
13795@item
13796to return to the @value{GDBN} command prompt after your program finishes
13797normally. The communications protocol provides no other way for @value{GDBN}
13798to detect program completion.
13799@end itemize
13800
13801In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13802development board as a ``normal exit'' of your program.
13803
172c2a43 13804@node Renesas ICE
8e04817f
AC
13805@subsubsection Using the E7000 in-circuit emulator
13806
172c2a43 13807@kindex target e7000@r{, with Renesas ICE}
8e04817f 13808You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 13809Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
13810e7000} command to connect @value{GDBN} to your E7000:
13811
13812@table @code
13813@item target e7000 @var{port} @var{speed}
13814Use this form if your E7000 is connected to a serial port. The
13815@var{port} argument identifies what serial port to use (for example,
13816@samp{com2}). The third argument is the line speed in bits per second
13817(for example, @samp{9600}).
13818
13819@item target e7000 @var{hostname}
13820If your E7000 is installed as a host on a TCP/IP network, you can just
13821specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13822@end table
13823
ba04e063
EZ
13824The following special commands are available when debugging with the
13825Renesas E7000 ICE:
13826
13827@table @code
13828@item e7000 @var{command}
13829@kindex e7000
13830@cindex send command to E7000 monitor
13831This sends the specified @var{command} to the E7000 monitor.
13832
13833@item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13834@kindex ftplogin@r{, E7000}
13835This command records information for subsequent interface with the
13836E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13837named @var{machine} using specified @var{username} and @var{password},
13838and then chdir to the named directory @var{dir}.
13839
13840@item ftpload @var{file}
13841@kindex ftpload@r{, E7000}
13842This command uses credentials recorded by @code{ftplogin} to fetch and
13843load the named @var{file} from the E7000 monitor.
13844
13845@item drain
13846@kindex drain@r{, E7000}
13847This command drains any pending text buffers stored on the E7000.
13848
13849@item set usehardbreakpoints
13850@itemx show usehardbreakpoints
13851@kindex set usehardbreakpoints@r{, E7000}
13852@kindex show usehardbreakpoints@r{, E7000}
13853@cindex hardware breakpoints, and E7000
13854These commands set and show the use of hardware breakpoints for all
13855breakpoints. @xref{Set Breaks, hardware-assisted breakpoint}, for
13856more information about using hardware breakpoints selectively.
13857@end table
13858
172c2a43
KI
13859@node Renesas Special
13860@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
13861
13862Some @value{GDBN} commands are available only for the H8/300:
13863
13864@table @code
13865
13866@kindex set machine
13867@kindex show machine
13868@item set machine h8300
13869@itemx set machine h8300h
13870Condition @value{GDBN} for one of the two variants of the H8/300
13871architecture with @samp{set machine}. You can use @samp{show machine}
13872to check which variant is currently in effect.
104c1213
JM
13873
13874@end table
13875
8e04817f
AC
13876@node H8/500
13877@subsection H8/500
104c1213
JM
13878
13879@table @code
13880
8e04817f
AC
13881@kindex set memory @var{mod}
13882@cindex memory models, H8/500
13883@item set memory @var{mod}
13884@itemx show memory
13885Specify which H8/500 memory model (@var{mod}) you are using with
13886@samp{set memory}; check which memory model is in effect with @samp{show
13887memory}. The accepted values for @var{mod} are @code{small},
13888@code{big}, @code{medium}, and @code{compact}.
104c1213 13889
8e04817f 13890@end table
104c1213 13891
8e04817f 13892@node M32R/D
ba04e063 13893@subsection Renesas M32R/D and M32R/SDI
8e04817f
AC
13894
13895@table @code
8e04817f
AC
13896@kindex target m32r
13897@item target m32r @var{dev}
172c2a43 13898Renesas M32R/D ROM monitor.
8e04817f 13899
fb3e19c0
KI
13900@kindex target m32rsdi
13901@item target m32rsdi @var{dev}
13902Renesas M32R SDI server, connected via parallel port to the board.
721c2651
EZ
13903@end table
13904
13905The following @value{GDBN} commands are specific to the M32R monitor:
13906
13907@table @code
13908@item set download-path @var{path}
13909@kindex set download-path
13910@cindex find downloadable @sc{srec} files (M32R)
13911Set the default path for finding donwloadable @sc{srec} files.
13912
13913@item show download-path
13914@kindex show download-path
13915Show the default path for downloadable @sc{srec} files.
fb3e19c0 13916
721c2651
EZ
13917@item set board-address @var{addr}
13918@kindex set board-address
13919@cindex M32-EVA target board address
13920Set the IP address for the M32R-EVA target board.
13921
13922@item show board-address
13923@kindex show board-address
13924Show the current IP address of the target board.
13925
13926@item set server-address @var{addr}
13927@kindex set server-address
13928@cindex download server address (M32R)
13929Set the IP address for the download server, which is the @value{GDBN}'s
13930host machine.
13931
13932@item show server-address
13933@kindex show server-address
13934Display the IP address of the download server.
13935
13936@item upload @r{[}@var{file}@r{]}
13937@kindex upload@r{, M32R}
13938Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13939upload capability. If no @var{file} argument is given, the current
13940executable file is uploaded.
13941
13942@item tload @r{[}@var{file}@r{]}
13943@kindex tload@r{, M32R}
13944Test the @code{upload} command.
8e04817f
AC
13945@end table
13946
ba04e063
EZ
13947The following commands are available for M32R/SDI:
13948
13949@table @code
13950@item sdireset
13951@kindex sdireset
13952@cindex reset SDI connection, M32R
13953This command resets the SDI connection.
13954
13955@item sdistatus
13956@kindex sdistatus
13957This command shows the SDI connection status.
13958
13959@item debug_chaos
13960@kindex debug_chaos
13961@cindex M32R/Chaos debugging
13962Instructs the remote that M32R/Chaos debugging is to be used.
13963
13964@item use_debug_dma
13965@kindex use_debug_dma
13966Instructs the remote to use the DEBUG_DMA method of accessing memory.
13967
13968@item use_mon_code
13969@kindex use_mon_code
13970Instructs the remote to use the MON_CODE method of accessing memory.
13971
13972@item use_ib_break
13973@kindex use_ib_break
13974Instructs the remote to set breakpoints by IB break.
13975
13976@item use_dbt_break
13977@kindex use_dbt_break
13978Instructs the remote to set breakpoints by DBT.
13979@end table
13980
8e04817f
AC
13981@node M68K
13982@subsection M68k
13983
13984The Motorola m68k configuration includes ColdFire support, and
13985target command for the following ROM monitors.
13986
13987@table @code
13988
13989@kindex target abug
13990@item target abug @var{dev}
13991ABug ROM monitor for M68K.
13992
13993@kindex target cpu32bug
13994@item target cpu32bug @var{dev}
13995CPU32BUG monitor, running on a CPU32 (M68K) board.
13996
13997@kindex target dbug
13998@item target dbug @var{dev}
13999dBUG ROM monitor for Motorola ColdFire.
14000
14001@kindex target est
14002@item target est @var{dev}
14003EST-300 ICE monitor, running on a CPU32 (M68K) board.
14004
14005@kindex target rom68k
14006@item target rom68k @var{dev}
14007ROM 68K monitor, running on an M68K IDP board.
14008
14009@end table
14010
8e04817f
AC
14011@table @code
14012
14013@kindex target rombug
14014@item target rombug @var{dev}
14015ROMBUG ROM monitor for OS/9000.
14016
14017@end table
14018
8e04817f
AC
14019@node MIPS Embedded
14020@subsection MIPS Embedded
14021
14022@cindex MIPS boards
14023@value{GDBN} can use the MIPS remote debugging protocol to talk to a
14024MIPS board attached to a serial line. This is available when
14025you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 14026
8e04817f
AC
14027@need 1000
14028Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 14029
8e04817f
AC
14030@table @code
14031@item target mips @var{port}
14032@kindex target mips @var{port}
14033To run a program on the board, start up @code{@value{GDBP}} with the
14034name of your program as the argument. To connect to the board, use the
14035command @samp{target mips @var{port}}, where @var{port} is the name of
14036the serial port connected to the board. If the program has not already
14037been downloaded to the board, you may use the @code{load} command to
14038download it. You can then use all the usual @value{GDBN} commands.
104c1213 14039
8e04817f
AC
14040For example, this sequence connects to the target board through a serial
14041port, and loads and runs a program called @var{prog} through the
14042debugger:
104c1213 14043
474c8240 14044@smallexample
8e04817f
AC
14045host$ @value{GDBP} @var{prog}
14046@value{GDBN} is free software and @dots{}
14047(@value{GDBP}) target mips /dev/ttyb
14048(@value{GDBP}) load @var{prog}
14049(@value{GDBP}) run
474c8240 14050@end smallexample
104c1213 14051
8e04817f
AC
14052@item target mips @var{hostname}:@var{portnumber}
14053On some @value{GDBN} host configurations, you can specify a TCP
14054connection (for instance, to a serial line managed by a terminal
14055concentrator) instead of a serial port, using the syntax
14056@samp{@var{hostname}:@var{portnumber}}.
104c1213 14057
8e04817f
AC
14058@item target pmon @var{port}
14059@kindex target pmon @var{port}
14060PMON ROM monitor.
104c1213 14061
8e04817f
AC
14062@item target ddb @var{port}
14063@kindex target ddb @var{port}
14064NEC's DDB variant of PMON for Vr4300.
104c1213 14065
8e04817f
AC
14066@item target lsi @var{port}
14067@kindex target lsi @var{port}
14068LSI variant of PMON.
104c1213 14069
8e04817f
AC
14070@kindex target r3900
14071@item target r3900 @var{dev}
14072Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 14073
8e04817f
AC
14074@kindex target array
14075@item target array @var{dev}
14076Array Tech LSI33K RAID controller board.
104c1213 14077
8e04817f 14078@end table
104c1213 14079
104c1213 14080
8e04817f
AC
14081@noindent
14082@value{GDBN} also supports these special commands for MIPS targets:
104c1213 14083
8e04817f 14084@table @code
8e04817f
AC
14085@item set mipsfpu double
14086@itemx set mipsfpu single
14087@itemx set mipsfpu none
a64548ea 14088@itemx set mipsfpu auto
8e04817f
AC
14089@itemx show mipsfpu
14090@kindex set mipsfpu
14091@kindex show mipsfpu
14092@cindex MIPS remote floating point
14093@cindex floating point, MIPS remote
14094If your target board does not support the MIPS floating point
14095coprocessor, you should use the command @samp{set mipsfpu none} (if you
14096need this, you may wish to put the command in your @value{GDBN} init
14097file). This tells @value{GDBN} how to find the return value of
14098functions which return floating point values. It also allows
14099@value{GDBN} to avoid saving the floating point registers when calling
14100functions on the board. If you are using a floating point coprocessor
14101with only single precision floating point support, as on the @sc{r4650}
14102processor, use the command @samp{set mipsfpu single}. The default
14103double precision floating point coprocessor may be selected using
14104@samp{set mipsfpu double}.
104c1213 14105
8e04817f
AC
14106In previous versions the only choices were double precision or no
14107floating point, so @samp{set mipsfpu on} will select double precision
14108and @samp{set mipsfpu off} will select no floating point.
104c1213 14109
8e04817f
AC
14110As usual, you can inquire about the @code{mipsfpu} variable with
14111@samp{show mipsfpu}.
104c1213 14112
8e04817f
AC
14113@item set timeout @var{seconds}
14114@itemx set retransmit-timeout @var{seconds}
14115@itemx show timeout
14116@itemx show retransmit-timeout
14117@cindex @code{timeout}, MIPS protocol
14118@cindex @code{retransmit-timeout}, MIPS protocol
14119@kindex set timeout
14120@kindex show timeout
14121@kindex set retransmit-timeout
14122@kindex show retransmit-timeout
14123You can control the timeout used while waiting for a packet, in the MIPS
14124remote protocol, with the @code{set timeout @var{seconds}} command. The
14125default is 5 seconds. Similarly, you can control the timeout used while
14126waiting for an acknowledgement of a packet with the @code{set
14127retransmit-timeout @var{seconds}} command. The default is 3 seconds.
14128You can inspect both values with @code{show timeout} and @code{show
14129retransmit-timeout}. (These commands are @emph{only} available when
14130@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 14131
8e04817f
AC
14132The timeout set by @code{set timeout} does not apply when @value{GDBN}
14133is waiting for your program to stop. In that case, @value{GDBN} waits
14134forever because it has no way of knowing how long the program is going
14135to run before stopping.
ba04e063
EZ
14136
14137@item set syn-garbage-limit @var{num}
14138@kindex set syn-garbage-limit@r{, MIPS remote}
14139@cindex synchronize with remote MIPS target
14140Limit the maximum number of characters @value{GDBN} should ignore when
14141it tries to synchronize with the remote target. The default is 10
14142characters. Setting the limit to -1 means there's no limit.
14143
14144@item show syn-garbage-limit
14145@kindex show syn-garbage-limit@r{, MIPS remote}
14146Show the current limit on the number of characters to ignore when
14147trying to synchronize with the remote system.
14148
14149@item set monitor-prompt @var{prompt}
14150@kindex set monitor-prompt@r{, MIPS remote}
14151@cindex remote monitor prompt
14152Tell @value{GDBN} to expect the specified @var{prompt} string from the
14153remote monitor. The default depends on the target:
14154@table @asis
14155@item pmon target
14156@samp{PMON}
14157@item ddb target
14158@samp{NEC010}
14159@item lsi target
14160@samp{PMON>}
14161@end table
14162
14163@item show monitor-prompt
14164@kindex show monitor-prompt@r{, MIPS remote}
14165Show the current strings @value{GDBN} expects as the prompt from the
14166remote monitor.
14167
14168@item set monitor-warnings
14169@kindex set monitor-warnings@r{, MIPS remote}
14170Enable or disable monitor warnings about hardware breakpoints. This
14171has effect only for the @code{lsi} target. When on, @value{GDBN} will
14172display warning messages whose codes are returned by the @code{lsi}
14173PMON monitor for breakpoint commands.
14174
14175@item show monitor-warnings
14176@kindex show monitor-warnings@r{, MIPS remote}
14177Show the current setting of printing monitor warnings.
14178
14179@item pmon @var{command}
14180@kindex pmon@r{, MIPS remote}
14181@cindex send PMON command
14182This command allows sending an arbitrary @var{command} string to the
14183monitor. The monitor must be in debug mode for this to work.
8e04817f 14184@end table
104c1213 14185
a37295f9
MM
14186@node OpenRISC 1000
14187@subsection OpenRISC 1000
14188@cindex OpenRISC 1000
14189
14190@cindex or1k boards
14191See OR1k Architecture document (@uref{www.opencores.org}) for more information
14192about platform and commands.
14193
14194@table @code
14195
14196@kindex target jtag
14197@item target jtag jtag://@var{host}:@var{port}
14198
14199Connects to remote JTAG server.
14200JTAG remote server can be either an or1ksim or JTAG server,
14201connected via parallel port to the board.
14202
14203Example: @code{target jtag jtag://localhost:9999}
14204
14205@kindex or1ksim
14206@item or1ksim @var{command}
14207If connected to @code{or1ksim} OpenRISC 1000 Architectural
14208Simulator, proprietary commands can be executed.
14209
14210@kindex info or1k spr
14211@item info or1k spr
14212Displays spr groups.
14213
14214@item info or1k spr @var{group}
14215@itemx info or1k spr @var{groupno}
14216Displays register names in selected group.
14217
14218@item info or1k spr @var{group} @var{register}
14219@itemx info or1k spr @var{register}
14220@itemx info or1k spr @var{groupno} @var{registerno}
14221@itemx info or1k spr @var{registerno}
14222Shows information about specified spr register.
14223
14224@kindex spr
14225@item spr @var{group} @var{register} @var{value}
14226@itemx spr @var{register @var{value}}
14227@itemx spr @var{groupno} @var{registerno @var{value}}
14228@itemx spr @var{registerno @var{value}}
14229Writes @var{value} to specified spr register.
14230@end table
14231
14232Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14233It is very similar to @value{GDBN} trace, except it does not interfere with normal
14234program execution and is thus much faster. Hardware breakpoints/watchpoint
14235triggers can be set using:
14236@table @code
14237@item $LEA/$LDATA
14238Load effective address/data
14239@item $SEA/$SDATA
14240Store effective address/data
14241@item $AEA/$ADATA
14242Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14243@item $FETCH
14244Fetch data
14245@end table
14246
14247When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14248@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14249
14250@code{htrace} commands:
14251@cindex OpenRISC 1000 htrace
14252@table @code
14253@kindex hwatch
14254@item hwatch @var{conditional}
14255Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14256or Data. For example:
14257
14258@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14259
14260@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14261
4644b6e3 14262@kindex htrace
a37295f9
MM
14263@item htrace info
14264Display information about current HW trace configuration.
14265
a37295f9
MM
14266@item htrace trigger @var{conditional}
14267Set starting criteria for HW trace.
14268
a37295f9
MM
14269@item htrace qualifier @var{conditional}
14270Set acquisition qualifier for HW trace.
14271
a37295f9
MM
14272@item htrace stop @var{conditional}
14273Set HW trace stopping criteria.
14274
f153cc92 14275@item htrace record [@var{data}]*
a37295f9
MM
14276Selects the data to be recorded, when qualifier is met and HW trace was
14277triggered.
14278
a37295f9 14279@item htrace enable
a37295f9
MM
14280@itemx htrace disable
14281Enables/disables the HW trace.
14282
f153cc92 14283@item htrace rewind [@var{filename}]
a37295f9
MM
14284Clears currently recorded trace data.
14285
14286If filename is specified, new trace file is made and any newly collected data
14287will be written there.
14288
f153cc92 14289@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
14290Prints trace buffer, using current record configuration.
14291
a37295f9
MM
14292@item htrace mode continuous
14293Set continuous trace mode.
14294
a37295f9
MM
14295@item htrace mode suspend
14296Set suspend trace mode.
14297
14298@end table
14299
8e04817f
AC
14300@node PowerPC
14301@subsection PowerPC
104c1213
JM
14302
14303@table @code
8e04817f
AC
14304@kindex target dink32
14305@item target dink32 @var{dev}
14306DINK32 ROM monitor.
104c1213 14307
8e04817f
AC
14308@kindex target ppcbug
14309@item target ppcbug @var{dev}
14310@kindex target ppcbug1
14311@item target ppcbug1 @var{dev}
14312PPCBUG ROM monitor for PowerPC.
104c1213 14313
8e04817f
AC
14314@kindex target sds
14315@item target sds @var{dev}
14316SDS monitor, running on a PowerPC board (such as Motorola's ADS).
c45da7e6 14317@end table
8e04817f 14318
c45da7e6
EZ
14319@cindex SDS protocol
14320The following commands specifi to the SDS protocol are supported
14321by@value{GDBN}:
14322
14323@table @code
14324@item set sdstimeout @var{nsec}
14325@kindex set sdstimeout
14326Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
14327default is 2 seconds.
14328
14329@item show sdstimeout
14330@kindex show sdstimeout
14331Show the current value of the SDS timeout.
14332
14333@item sds @var{command}
14334@kindex sds@r{, a command}
14335Send the specified @var{command} string to the SDS monitor.
8e04817f
AC
14336@end table
14337
c45da7e6 14338
8e04817f
AC
14339@node PA
14340@subsection HP PA Embedded
104c1213
JM
14341
14342@table @code
14343
8e04817f
AC
14344@kindex target op50n
14345@item target op50n @var{dev}
14346OP50N monitor, running on an OKI HPPA board.
14347
14348@kindex target w89k
14349@item target w89k @var{dev}
14350W89K monitor, running on a Winbond HPPA board.
104c1213
JM
14351
14352@end table
14353
8e04817f 14354@node SH
172c2a43 14355@subsection Renesas SH
104c1213
JM
14356
14357@table @code
14358
172c2a43 14359@kindex target hms@r{, with Renesas SH}
8e04817f 14360@item target hms @var{dev}
172c2a43 14361A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
14362commands @code{device} and @code{speed} to control the serial line and
14363the communications speed used.
104c1213 14364
172c2a43 14365@kindex target e7000@r{, with Renesas SH}
8e04817f 14366@item target e7000 @var{dev}
172c2a43 14367E7000 emulator for Renesas SH.
104c1213 14368
8e04817f
AC
14369@kindex target sh3@r{, with SH}
14370@kindex target sh3e@r{, with SH}
14371@item target sh3 @var{dev}
14372@item target sh3e @var{dev}
172c2a43 14373Renesas SH-3 and SH-3E target systems.
104c1213 14374
8e04817f 14375@end table
104c1213 14376
8e04817f
AC
14377@node Sparclet
14378@subsection Tsqware Sparclet
104c1213 14379
8e04817f
AC
14380@cindex Sparclet
14381
14382@value{GDBN} enables developers to debug tasks running on
14383Sparclet targets from a Unix host.
14384@value{GDBN} uses code that runs on
14385both the Unix host and on the Sparclet target. The program
14386@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 14387
8e04817f
AC
14388@table @code
14389@item remotetimeout @var{args}
14390@kindex remotetimeout
14391@value{GDBN} supports the option @code{remotetimeout}.
14392This option is set by the user, and @var{args} represents the number of
14393seconds @value{GDBN} waits for responses.
104c1213
JM
14394@end table
14395
8e04817f
AC
14396@cindex compiling, on Sparclet
14397When compiling for debugging, include the options @samp{-g} to get debug
14398information and @samp{-Ttext} to relocate the program to where you wish to
14399load it on the target. You may also want to add the options @samp{-n} or
14400@samp{-N} in order to reduce the size of the sections. Example:
104c1213 14401
474c8240 14402@smallexample
8e04817f 14403sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 14404@end smallexample
104c1213 14405
8e04817f 14406You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 14407
474c8240 14408@smallexample
8e04817f 14409sparclet-aout-objdump --headers --syms prog
474c8240 14410@end smallexample
104c1213 14411
8e04817f
AC
14412@cindex running, on Sparclet
14413Once you have set
14414your Unix execution search path to find @value{GDBN}, you are ready to
14415run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
14416(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 14417
8e04817f
AC
14418@value{GDBN} comes up showing the prompt:
14419
474c8240 14420@smallexample
8e04817f 14421(gdbslet)
474c8240 14422@end smallexample
104c1213
JM
14423
14424@menu
8e04817f
AC
14425* Sparclet File:: Setting the file to debug
14426* Sparclet Connection:: Connecting to Sparclet
14427* Sparclet Download:: Sparclet download
14428* Sparclet Execution:: Running and debugging
104c1213
JM
14429@end menu
14430
8e04817f
AC
14431@node Sparclet File
14432@subsubsection Setting file to debug
104c1213 14433
8e04817f 14434The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 14435
474c8240 14436@smallexample
8e04817f 14437(gdbslet) file prog
474c8240 14438@end smallexample
104c1213 14439
8e04817f
AC
14440@need 1000
14441@value{GDBN} then attempts to read the symbol table of @file{prog}.
14442@value{GDBN} locates
14443the file by searching the directories listed in the command search
14444path.
14445If the file was compiled with debug information (option "-g"), source
14446files will be searched as well.
14447@value{GDBN} locates
14448the source files by searching the directories listed in the directory search
14449path (@pxref{Environment, ,Your program's environment}).
14450If it fails
14451to find a file, it displays a message such as:
104c1213 14452
474c8240 14453@smallexample
8e04817f 14454prog: No such file or directory.
474c8240 14455@end smallexample
104c1213 14456
8e04817f
AC
14457When this happens, add the appropriate directories to the search paths with
14458the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14459@code{target} command again.
104c1213 14460
8e04817f
AC
14461@node Sparclet Connection
14462@subsubsection Connecting to Sparclet
104c1213 14463
8e04817f
AC
14464The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14465To connect to a target on serial port ``@code{ttya}'', type:
104c1213 14466
474c8240 14467@smallexample
8e04817f
AC
14468(gdbslet) target sparclet /dev/ttya
14469Remote target sparclet connected to /dev/ttya
14470main () at ../prog.c:3
474c8240 14471@end smallexample
104c1213 14472
8e04817f
AC
14473@need 750
14474@value{GDBN} displays messages like these:
104c1213 14475
474c8240 14476@smallexample
8e04817f 14477Connected to ttya.
474c8240 14478@end smallexample
104c1213 14479
8e04817f
AC
14480@node Sparclet Download
14481@subsubsection Sparclet download
104c1213 14482
8e04817f
AC
14483@cindex download to Sparclet
14484Once connected to the Sparclet target,
14485you can use the @value{GDBN}
14486@code{load} command to download the file from the host to the target.
14487The file name and load offset should be given as arguments to the @code{load}
14488command.
14489Since the file format is aout, the program must be loaded to the starting
14490address. You can use @code{objdump} to find out what this value is. The load
14491offset is an offset which is added to the VMA (virtual memory address)
14492of each of the file's sections.
14493For instance, if the program
14494@file{prog} was linked to text address 0x1201000, with data at 0x12010160
14495and bss at 0x12010170, in @value{GDBN}, type:
104c1213 14496
474c8240 14497@smallexample
8e04817f
AC
14498(gdbslet) load prog 0x12010000
14499Loading section .text, size 0xdb0 vma 0x12010000
474c8240 14500@end smallexample
104c1213 14501
8e04817f
AC
14502If the code is loaded at a different address then what the program was linked
14503to, you may need to use the @code{section} and @code{add-symbol-file} commands
14504to tell @value{GDBN} where to map the symbol table.
14505
14506@node Sparclet Execution
14507@subsubsection Running and debugging
14508
14509@cindex running and debugging Sparclet programs
14510You can now begin debugging the task using @value{GDBN}'s execution control
14511commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
14512manual for the list of commands.
14513
474c8240 14514@smallexample
8e04817f
AC
14515(gdbslet) b main
14516Breakpoint 1 at 0x12010000: file prog.c, line 3.
14517(gdbslet) run
14518Starting program: prog
14519Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
145203 char *symarg = 0;
14521(gdbslet) step
145224 char *execarg = "hello!";
14523(gdbslet)
474c8240 14524@end smallexample
8e04817f
AC
14525
14526@node Sparclite
14527@subsection Fujitsu Sparclite
104c1213
JM
14528
14529@table @code
14530
8e04817f
AC
14531@kindex target sparclite
14532@item target sparclite @var{dev}
14533Fujitsu sparclite boards, used only for the purpose of loading.
14534You must use an additional command to debug the program.
14535For example: target remote @var{dev} using @value{GDBN} standard
14536remote protocol.
104c1213
JM
14537
14538@end table
14539
8e04817f
AC
14540@node ST2000
14541@subsection Tandem ST2000
104c1213 14542
8e04817f
AC
14543@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14544STDBUG protocol.
104c1213 14545
8e04817f
AC
14546To connect your ST2000 to the host system, see the manufacturer's
14547manual. Once the ST2000 is physically attached, you can run:
104c1213 14548
474c8240 14549@smallexample
8e04817f 14550target st2000 @var{dev} @var{speed}
474c8240 14551@end smallexample
104c1213 14552
8e04817f
AC
14553@noindent
14554to establish it as your debugging environment. @var{dev} is normally
14555the name of a serial device, such as @file{/dev/ttya}, connected to the
14556ST2000 via a serial line. You can instead specify @var{dev} as a TCP
14557connection (for example, to a serial line attached via a terminal
14558concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 14559
8e04817f
AC
14560The @code{load} and @code{attach} commands are @emph{not} defined for
14561this target; you must load your program into the ST2000 as you normally
14562would for standalone operation. @value{GDBN} reads debugging information
14563(such as symbols) from a separate, debugging version of the program
14564available on your host computer.
14565@c FIXME!! This is terribly vague; what little content is here is
14566@c basically hearsay.
104c1213 14567
8e04817f
AC
14568@cindex ST2000 auxiliary commands
14569These auxiliary @value{GDBN} commands are available to help you with the ST2000
14570environment:
104c1213 14571
8e04817f
AC
14572@table @code
14573@item st2000 @var{command}
14574@kindex st2000 @var{cmd}
14575@cindex STDBUG commands (ST2000)
14576@cindex commands to STDBUG (ST2000)
14577Send a @var{command} to the STDBUG monitor. See the manufacturer's
14578manual for available commands.
104c1213 14579
8e04817f
AC
14580@item connect
14581@cindex connect (to STDBUG)
14582Connect the controlling terminal to the STDBUG command monitor. When
14583you are done interacting with STDBUG, typing either of two character
14584sequences gets you back to the @value{GDBN} command prompt:
14585@kbd{@key{RET}~.} (Return, followed by tilde and period) or
14586@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
14587@end table
14588
8e04817f
AC
14589@node Z8000
14590@subsection Zilog Z8000
104c1213 14591
8e04817f
AC
14592@cindex Z8000
14593@cindex simulator, Z8000
14594@cindex Zilog Z8000 simulator
104c1213 14595
8e04817f
AC
14596When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14597a Z8000 simulator.
14598
14599For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14600unsegmented variant of the Z8000 architecture) or the Z8001 (the
14601segmented variant). The simulator recognizes which architecture is
14602appropriate by inspecting the object code.
104c1213 14603
8e04817f
AC
14604@table @code
14605@item target sim @var{args}
14606@kindex sim
14607@kindex target sim@r{, with Z8000}
14608Debug programs on a simulated CPU. If the simulator supports setup
14609options, specify them via @var{args}.
104c1213
JM
14610@end table
14611
8e04817f
AC
14612@noindent
14613After specifying this target, you can debug programs for the simulated
14614CPU in the same style as programs for your host computer; use the
14615@code{file} command to load a new program image, the @code{run} command
14616to run your program, and so on.
14617
14618As well as making available all the usual machine registers
14619(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14620additional items of information as specially named registers:
104c1213
JM
14621
14622@table @code
14623
8e04817f
AC
14624@item cycles
14625Counts clock-ticks in the simulator.
104c1213 14626
8e04817f
AC
14627@item insts
14628Counts instructions run in the simulator.
104c1213 14629
8e04817f
AC
14630@item time
14631Execution time in 60ths of a second.
104c1213 14632
8e04817f 14633@end table
104c1213 14634
8e04817f
AC
14635You can refer to these values in @value{GDBN} expressions with the usual
14636conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14637conditional breakpoint that suspends only after at least 5000
14638simulated clock ticks.
104c1213 14639
a64548ea
EZ
14640@node AVR
14641@subsection Atmel AVR
14642@cindex AVR
14643
14644When configured for debugging the Atmel AVR, @value{GDBN} supports the
14645following AVR-specific commands:
14646
14647@table @code
14648@item info io_registers
14649@kindex info io_registers@r{, AVR}
14650@cindex I/O registers (Atmel AVR)
14651This command displays information about the AVR I/O registers. For
14652each register, @value{GDBN} prints its number and value.
14653@end table
14654
14655@node CRIS
14656@subsection CRIS
14657@cindex CRIS
14658
14659When configured for debugging CRIS, @value{GDBN} provides the
14660following CRIS-specific commands:
14661
14662@table @code
14663@item set cris-version @var{ver}
14664@cindex CRIS version
e22e55c9
OF
14665Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
14666The CRIS version affects register names and sizes. This command is useful in
14667case autodetection of the CRIS version fails.
a64548ea
EZ
14668
14669@item show cris-version
14670Show the current CRIS version.
14671
14672@item set cris-dwarf2-cfi
14673@cindex DWARF-2 CFI and CRIS
e22e55c9
OF
14674Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
14675Change to @samp{off} when using @code{gcc-cris} whose version is below
14676@code{R59}.
a64548ea
EZ
14677
14678@item show cris-dwarf2-cfi
14679Show the current state of using DWARF-2 CFI.
e22e55c9
OF
14680
14681@item set cris-mode @var{mode}
14682@cindex CRIS mode
14683Set the current CRIS mode to @var{mode}. It should only be changed when
14684debugging in guru mode, in which case it should be set to
14685@samp{guru} (the default is @samp{normal}).
14686
14687@item show cris-mode
14688Show the current CRIS mode.
a64548ea
EZ
14689@end table
14690
14691@node Super-H
14692@subsection Renesas Super-H
14693@cindex Super-H
14694
14695For the Renesas Super-H processor, @value{GDBN} provides these
14696commands:
14697
14698@table @code
14699@item regs
14700@kindex regs@r{, Super-H}
14701Show the values of all Super-H registers.
14702@end table
14703
c45da7e6
EZ
14704@node WinCE
14705@subsection Windows CE
14706@cindex Windows CE
14707
14708The following commands are available for Windows CE:
14709
14710@table @code
14711@item set remotedirectory @var{dir}
14712@kindex set remotedirectory
14713Tell @value{GDBN} to upload files from the named directory @var{dir}.
14714The default is @file{/gdb}, i.e.@: the root directory on the current
14715drive.
14716
14717@item show remotedirectory
14718@kindex show remotedirectory
14719Show the current value of the upload directory.
14720
14721@item set remoteupload @var{method}
14722@kindex set remoteupload
14723Set the method used to upload files to remote device. Valid values
14724for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14725The default is @samp{newer}.
14726
14727@item show remoteupload
14728@kindex show remoteupload
14729Show the current setting of the upload method.
14730
14731@item set remoteaddhost
14732@kindex set remoteaddhost
14733Tell @value{GDBN} whether to add this host to the remote stub's
14734arguments when you debug over a network.
14735
14736@item show remoteaddhost
14737@kindex show remoteaddhost
14738Show whether to add this host to remote stub's arguments when
14739debugging over a network.
14740@end table
14741
a64548ea 14742
8e04817f
AC
14743@node Architectures
14744@section Architectures
104c1213 14745
8e04817f
AC
14746This section describes characteristics of architectures that affect
14747all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 14748
8e04817f 14749@menu
9c16f35a 14750* i386::
8e04817f
AC
14751* A29K::
14752* Alpha::
14753* MIPS::
a64548ea 14754* HPPA:: HP PA architecture
8e04817f 14755@end menu
104c1213 14756
9c16f35a
EZ
14757@node i386
14758@subsection x86 Architecture-specific issues.
14759
14760@table @code
14761@item set struct-convention @var{mode}
14762@kindex set struct-convention
14763@cindex struct return convention
14764@cindex struct/union returned in registers
14765Set the convention used by the inferior to return @code{struct}s and
14766@code{union}s from functions to @var{mode}. Possible values of
14767@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14768default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14769are returned on the stack, while @code{"reg"} means that a
14770@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14771be returned in a register.
14772
14773@item show struct-convention
14774@kindex show struct-convention
14775Show the current setting of the convention to return @code{struct}s
14776from functions.
14777@end table
14778
8e04817f
AC
14779@node A29K
14780@subsection A29K
104c1213
JM
14781
14782@table @code
104c1213 14783
8e04817f
AC
14784@kindex set rstack_high_address
14785@cindex AMD 29K register stack
14786@cindex register stack, AMD29K
14787@item set rstack_high_address @var{address}
14788On AMD 29000 family processors, registers are saved in a separate
14789@dfn{register stack}. There is no way for @value{GDBN} to determine the
14790extent of this stack. Normally, @value{GDBN} just assumes that the
14791stack is ``large enough''. This may result in @value{GDBN} referencing
14792memory locations that do not exist. If necessary, you can get around
14793this problem by specifying the ending address of the register stack with
14794the @code{set rstack_high_address} command. The argument should be an
14795address, which you probably want to precede with @samp{0x} to specify in
14796hexadecimal.
104c1213 14797
8e04817f
AC
14798@kindex show rstack_high_address
14799@item show rstack_high_address
14800Display the current limit of the register stack, on AMD 29000 family
14801processors.
104c1213 14802
8e04817f 14803@end table
104c1213 14804
8e04817f
AC
14805@node Alpha
14806@subsection Alpha
104c1213 14807
8e04817f 14808See the following section.
104c1213 14809
8e04817f
AC
14810@node MIPS
14811@subsection MIPS
104c1213 14812
8e04817f
AC
14813@cindex stack on Alpha
14814@cindex stack on MIPS
14815@cindex Alpha stack
14816@cindex MIPS stack
14817Alpha- and MIPS-based computers use an unusual stack frame, which
14818sometimes requires @value{GDBN} to search backward in the object code to
14819find the beginning of a function.
104c1213 14820
8e04817f
AC
14821@cindex response time, MIPS debugging
14822To improve response time (especially for embedded applications, where
14823@value{GDBN} may be restricted to a slow serial line for this search)
14824you may want to limit the size of this search, using one of these
14825commands:
104c1213 14826
8e04817f
AC
14827@table @code
14828@cindex @code{heuristic-fence-post} (Alpha, MIPS)
14829@item set heuristic-fence-post @var{limit}
14830Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14831search for the beginning of a function. A value of @var{0} (the
14832default) means there is no limit. However, except for @var{0}, the
14833larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
14834and therefore the longer it takes to run. You should only need to use
14835this command when debugging a stripped executable.
104c1213 14836
8e04817f
AC
14837@item show heuristic-fence-post
14838Display the current limit.
14839@end table
104c1213
JM
14840
14841@noindent
8e04817f
AC
14842These commands are available @emph{only} when @value{GDBN} is configured
14843for debugging programs on Alpha or MIPS processors.
104c1213 14844
a64548ea
EZ
14845Several MIPS-specific commands are available when debugging MIPS
14846programs:
14847
14848@table @code
14849@item set mips saved-gpreg-size @var{size}
14850@kindex set mips saved-gpreg-size
14851@cindex MIPS GP register size on stack
14852Set the size of MIPS general-purpose registers saved on the stack.
14853The argument @var{size} can be one of the following:
14854
14855@table @samp
14856@item 32
1485732-bit GP registers
14858@item 64
1485964-bit GP registers
14860@item auto
14861Use the target's default setting or autodetect the saved size from the
14862information contained in the executable. This is the default
14863@end table
14864
14865@item show mips saved-gpreg-size
14866@kindex show mips saved-gpreg-size
14867Show the current size of MIPS GP registers on the stack.
14868
14869@item set mips stack-arg-size @var{size}
14870@kindex set mips stack-arg-size
14871@cindex MIPS stack space for arguments
14872Set the amount of stack space reserved for arguments to functions.
14873The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14874(the default).
14875
14876@item set mips abi @var{arg}
14877@kindex set mips abi
14878@cindex set ABI for MIPS
14879Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
14880values of @var{arg} are:
14881
14882@table @samp
14883@item auto
14884The default ABI associated with the current binary (this is the
14885default).
14886@item o32
14887@item o64
14888@item n32
14889@item n64
14890@item eabi32
14891@item eabi64
14892@item auto
14893@end table
14894
14895@item show mips abi
14896@kindex show mips abi
14897Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14898
14899@item set mipsfpu
14900@itemx show mipsfpu
14901@xref{MIPS Embedded, set mipsfpu}.
14902
14903@item set mips mask-address @var{arg}
14904@kindex set mips mask-address
14905@cindex MIPS addresses, masking
14906This command determines whether the most-significant 32 bits of 64-bit
14907MIPS addresses are masked off. The argument @var{arg} can be
14908@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
14909setting, which lets @value{GDBN} determine the correct value.
14910
14911@item show mips mask-address
14912@kindex show mips mask-address
14913Show whether the upper 32 bits of MIPS addresses are masked off or
14914not.
14915
14916@item set remote-mips64-transfers-32bit-regs
14917@kindex set remote-mips64-transfers-32bit-regs
14918This command controls compatibility with 64-bit MIPS targets that
14919transfer data in 32-bit quantities. If you have an old MIPS 64 target
14920that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14921and 64 bits for other registers, set this option to @samp{on}.
14922
14923@item show remote-mips64-transfers-32bit-regs
14924@kindex show remote-mips64-transfers-32bit-regs
14925Show the current setting of compatibility with older MIPS 64 targets.
14926
14927@item set debug mips
14928@kindex set debug mips
14929This command turns on and off debugging messages for the MIPS-specific
14930target code in @value{GDBN}.
14931
14932@item show debug mips
14933@kindex show debug mips
14934Show the current setting of MIPS debugging messages.
14935@end table
14936
14937
14938@node HPPA
14939@subsection HPPA
14940@cindex HPPA support
14941
14942When @value{GDBN} is debugging te HP PA architecture, it provides the
14943following special commands:
14944
14945@table @code
14946@item set debug hppa
14947@kindex set debug hppa
14948THis command determines whether HPPA architecture specific debugging
14949messages are to be displayed.
14950
14951@item show debug hppa
14952Show whether HPPA debugging messages are displayed.
14953
14954@item maint print unwind @var{address}
14955@kindex maint print unwind@r{, HPPA}
14956This command displays the contents of the unwind table entry at the
14957given @var{address}.
14958
14959@end table
14960
104c1213 14961
8e04817f
AC
14962@node Controlling GDB
14963@chapter Controlling @value{GDBN}
14964
14965You can alter the way @value{GDBN} interacts with you by using the
14966@code{set} command. For commands controlling how @value{GDBN} displays
14967data, see @ref{Print Settings, ,Print settings}. Other settings are
14968described here.
14969
14970@menu
14971* Prompt:: Prompt
14972* Editing:: Command editing
d620b259 14973* Command History:: Command history
8e04817f
AC
14974* Screen Size:: Screen size
14975* Numbers:: Numbers
1e698235 14976* ABI:: Configuring the current ABI
8e04817f
AC
14977* Messages/Warnings:: Optional warnings and messages
14978* Debugging Output:: Optional messages about internal happenings
14979@end menu
14980
14981@node Prompt
14982@section Prompt
104c1213 14983
8e04817f 14984@cindex prompt
104c1213 14985
8e04817f
AC
14986@value{GDBN} indicates its readiness to read a command by printing a string
14987called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
14988can change the prompt string with the @code{set prompt} command. For
14989instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
14990the prompt in one of the @value{GDBN} sessions so that you can always tell
14991which one you are talking to.
104c1213 14992
8e04817f
AC
14993@emph{Note:} @code{set prompt} does not add a space for you after the
14994prompt you set. This allows you to set a prompt which ends in a space
14995or a prompt that does not.
104c1213 14996
8e04817f
AC
14997@table @code
14998@kindex set prompt
14999@item set prompt @var{newprompt}
15000Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 15001
8e04817f
AC
15002@kindex show prompt
15003@item show prompt
15004Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
15005@end table
15006
8e04817f
AC
15007@node Editing
15008@section Command editing
15009@cindex readline
15010@cindex command line editing
104c1213 15011
703663ab 15012@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
15013@sc{gnu} library provides consistent behavior for programs which provide a
15014command line interface to the user. Advantages are @sc{gnu} Emacs-style
15015or @dfn{vi}-style inline editing of commands, @code{csh}-like history
15016substitution, and a storage and recall of command history across
15017debugging sessions.
104c1213 15018
8e04817f
AC
15019You may control the behavior of command line editing in @value{GDBN} with the
15020command @code{set}.
104c1213 15021
8e04817f
AC
15022@table @code
15023@kindex set editing
15024@cindex editing
15025@item set editing
15026@itemx set editing on
15027Enable command line editing (enabled by default).
104c1213 15028
8e04817f
AC
15029@item set editing off
15030Disable command line editing.
104c1213 15031
8e04817f
AC
15032@kindex show editing
15033@item show editing
15034Show whether command line editing is enabled.
104c1213
JM
15035@end table
15036
703663ab
EZ
15037@xref{Command Line Editing}, for more details about the Readline
15038interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
15039encouraged to read that chapter.
15040
d620b259 15041@node Command History
8e04817f 15042@section Command history
703663ab 15043@cindex command history
8e04817f
AC
15044
15045@value{GDBN} can keep track of the commands you type during your
15046debugging sessions, so that you can be certain of precisely what
15047happened. Use these commands to manage the @value{GDBN} command
15048history facility.
104c1213 15049
703663ab
EZ
15050@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
15051package, to provide the history facility. @xref{Using History
15052Interactively}, for the detailed description of the History library.
15053
d620b259
NR
15054To issue a command to @value{GDBN} without affecting certain aspects of
15055the state which is seen by users, prefix it with @samp{server }. This
15056means that this command will not affect the command history, nor will it
15057affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
15058pressed on a line by itself.
15059
15060@cindex @code{server}, command prefix
15061The server prefix does not affect the recording of values into the value
15062history; to print a value without recording it into the value history,
15063use the @code{output} command instead of the @code{print} command.
15064
703663ab
EZ
15065Here is the description of @value{GDBN} commands related to command
15066history.
15067
104c1213 15068@table @code
8e04817f
AC
15069@cindex history substitution
15070@cindex history file
15071@kindex set history filename
4644b6e3 15072@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
15073@item set history filename @var{fname}
15074Set the name of the @value{GDBN} command history file to @var{fname}.
15075This is the file where @value{GDBN} reads an initial command history
15076list, and where it writes the command history from this session when it
15077exits. You can access this list through history expansion or through
15078the history command editing characters listed below. This file defaults
15079to the value of the environment variable @code{GDBHISTFILE}, or to
15080@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
15081is not set.
104c1213 15082
9c16f35a
EZ
15083@cindex save command history
15084@kindex set history save
8e04817f
AC
15085@item set history save
15086@itemx set history save on
15087Record command history in a file, whose name may be specified with the
15088@code{set history filename} command. By default, this option is disabled.
104c1213 15089
8e04817f
AC
15090@item set history save off
15091Stop recording command history in a file.
104c1213 15092
8e04817f 15093@cindex history size
9c16f35a 15094@kindex set history size
6fc08d32 15095@cindex @env{HISTSIZE}, environment variable
8e04817f
AC
15096@item set history size @var{size}
15097Set the number of commands which @value{GDBN} keeps in its history list.
15098This defaults to the value of the environment variable
15099@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
15100@end table
15101
8e04817f 15102History expansion assigns special meaning to the character @kbd{!}.
703663ab 15103@xref{Event Designators}, for more details.
8e04817f 15104
703663ab 15105@cindex history expansion, turn on/off
8e04817f
AC
15106Since @kbd{!} is also the logical not operator in C, history expansion
15107is off by default. If you decide to enable history expansion with the
15108@code{set history expansion on} command, you may sometimes need to
15109follow @kbd{!} (when it is used as logical not, in an expression) with
15110a space or a tab to prevent it from being expanded. The readline
15111history facilities do not attempt substitution on the strings
15112@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
15113
15114The commands to control history expansion are:
104c1213
JM
15115
15116@table @code
8e04817f
AC
15117@item set history expansion on
15118@itemx set history expansion
703663ab 15119@kindex set history expansion
8e04817f 15120Enable history expansion. History expansion is off by default.
104c1213 15121
8e04817f
AC
15122@item set history expansion off
15123Disable history expansion.
104c1213 15124
8e04817f
AC
15125@c @group
15126@kindex show history
15127@item show history
15128@itemx show history filename
15129@itemx show history save
15130@itemx show history size
15131@itemx show history expansion
15132These commands display the state of the @value{GDBN} history parameters.
15133@code{show history} by itself displays all four states.
15134@c @end group
15135@end table
15136
15137@table @code
9c16f35a
EZ
15138@kindex show commands
15139@cindex show last commands
15140@cindex display command history
8e04817f
AC
15141@item show commands
15142Display the last ten commands in the command history.
104c1213 15143
8e04817f
AC
15144@item show commands @var{n}
15145Print ten commands centered on command number @var{n}.
15146
15147@item show commands +
15148Print ten commands just after the commands last printed.
104c1213
JM
15149@end table
15150
8e04817f
AC
15151@node Screen Size
15152@section Screen size
15153@cindex size of screen
15154@cindex pauses in output
104c1213 15155
8e04817f
AC
15156Certain commands to @value{GDBN} may produce large amounts of
15157information output to the screen. To help you read all of it,
15158@value{GDBN} pauses and asks you for input at the end of each page of
15159output. Type @key{RET} when you want to continue the output, or @kbd{q}
15160to discard the remaining output. Also, the screen width setting
15161determines when to wrap lines of output. Depending on what is being
15162printed, @value{GDBN} tries to break the line at a readable place,
15163rather than simply letting it overflow onto the following line.
15164
15165Normally @value{GDBN} knows the size of the screen from the terminal
15166driver software. For example, on Unix @value{GDBN} uses the termcap data base
15167together with the value of the @code{TERM} environment variable and the
15168@code{stty rows} and @code{stty cols} settings. If this is not correct,
15169you can override it with the @code{set height} and @code{set
15170width} commands:
15171
15172@table @code
15173@kindex set height
15174@kindex set width
15175@kindex show width
15176@kindex show height
15177@item set height @var{lpp}
15178@itemx show height
15179@itemx set width @var{cpl}
15180@itemx show width
15181These @code{set} commands specify a screen height of @var{lpp} lines and
15182a screen width of @var{cpl} characters. The associated @code{show}
15183commands display the current settings.
104c1213 15184
8e04817f
AC
15185If you specify a height of zero lines, @value{GDBN} does not pause during
15186output no matter how long the output is. This is useful if output is to a
15187file or to an editor buffer.
104c1213 15188
8e04817f
AC
15189Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15190from wrapping its output.
9c16f35a
EZ
15191
15192@item set pagination on
15193@itemx set pagination off
15194@kindex set pagination
15195Turn the output pagination on or off; the default is on. Turning
15196pagination off is the alternative to @code{set height 0}.
15197
15198@item show pagination
15199@kindex show pagination
15200Show the current pagination mode.
104c1213
JM
15201@end table
15202
8e04817f
AC
15203@node Numbers
15204@section Numbers
15205@cindex number representation
15206@cindex entering numbers
104c1213 15207
8e04817f
AC
15208You can always enter numbers in octal, decimal, or hexadecimal in
15209@value{GDBN} by the usual conventions: octal numbers begin with
15210@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
eb2dae08
EZ
15211begin with @samp{0x}. Numbers that neither begin with @samp{0} or
15212@samp{0x}, nor end with a @samp{.} are, by default, entered in base
1521310; likewise, the default display for numbers---when no particular
15214format is specified---is base 10. You can change the default base for
15215both input and output with the commands described below.
104c1213 15216
8e04817f
AC
15217@table @code
15218@kindex set input-radix
15219@item set input-radix @var{base}
15220Set the default base for numeric input. Supported choices
15221for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
eb2dae08 15222specified either unambiguously or using the current input radix; for
8e04817f 15223example, any of
104c1213 15224
8e04817f 15225@smallexample
9c16f35a
EZ
15226set input-radix 012
15227set input-radix 10.
15228set input-radix 0xa
8e04817f 15229@end smallexample
104c1213 15230
8e04817f 15231@noindent
9c16f35a 15232sets the input base to decimal. On the other hand, @samp{set input-radix 10}
eb2dae08
EZ
15233leaves the input radix unchanged, no matter what it was, since
15234@samp{10}, being without any leading or trailing signs of its base, is
15235interpreted in the current radix. Thus, if the current radix is 16,
15236@samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
15237change the radix.
104c1213 15238
8e04817f
AC
15239@kindex set output-radix
15240@item set output-radix @var{base}
15241Set the default base for numeric display. Supported choices
15242for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
eb2dae08 15243specified either unambiguously or using the current input radix.
104c1213 15244
8e04817f
AC
15245@kindex show input-radix
15246@item show input-radix
15247Display the current default base for numeric input.
104c1213 15248
8e04817f
AC
15249@kindex show output-radix
15250@item show output-radix
15251Display the current default base for numeric display.
9c16f35a
EZ
15252
15253@item set radix @r{[}@var{base}@r{]}
15254@itemx show radix
15255@kindex set radix
15256@kindex show radix
15257These commands set and show the default base for both input and output
15258of numbers. @code{set radix} sets the radix of input and output to
15259the same base; without an argument, it resets the radix back to its
15260default value of 10.
15261
8e04817f 15262@end table
104c1213 15263
1e698235
DJ
15264@node ABI
15265@section Configuring the current ABI
15266
15267@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15268application automatically. However, sometimes you need to override its
15269conclusions. Use these commands to manage @value{GDBN}'s view of the
15270current ABI.
15271
98b45e30
DJ
15272@cindex OS ABI
15273@kindex set osabi
b4e9345d 15274@kindex show osabi
98b45e30
DJ
15275
15276One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 15277system targets, either via remote debugging or native emulation.
98b45e30
DJ
15278@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15279but you can override its conclusion using the @code{set osabi} command.
15280One example where this is useful is in debugging of binaries which use
15281an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15282not have the same identifying marks that the standard C library for your
15283platform provides.
15284
15285@table @code
15286@item show osabi
15287Show the OS ABI currently in use.
15288
15289@item set osabi
15290With no argument, show the list of registered available OS ABI's.
15291
15292@item set osabi @var{abi}
15293Set the current OS ABI to @var{abi}.
15294@end table
15295
1e698235 15296@cindex float promotion
1e698235
DJ
15297
15298Generally, the way that an argument of type @code{float} is passed to a
15299function depends on whether the function is prototyped. For a prototyped
15300(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15301according to the architecture's convention for @code{float}. For unprototyped
15302(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15303@code{double} and then passed.
15304
15305Unfortunately, some forms of debug information do not reliably indicate whether
15306a function is prototyped. If @value{GDBN} calls a function that is not marked
15307as prototyped, it consults @kbd{set coerce-float-to-double}.
15308
15309@table @code
a8f24a35 15310@kindex set coerce-float-to-double
1e698235
DJ
15311@item set coerce-float-to-double
15312@itemx set coerce-float-to-double on
15313Arguments of type @code{float} will be promoted to @code{double} when passed
15314to an unprototyped function. This is the default setting.
15315
15316@item set coerce-float-to-double off
15317Arguments of type @code{float} will be passed directly to unprototyped
15318functions.
9c16f35a
EZ
15319
15320@kindex show coerce-float-to-double
15321@item show coerce-float-to-double
15322Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
15323@end table
15324
f1212245
DJ
15325@kindex set cp-abi
15326@kindex show cp-abi
15327@value{GDBN} needs to know the ABI used for your program's C@t{++}
15328objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
15329used to build your application. @value{GDBN} only fully supports
15330programs with a single C@t{++} ABI; if your program contains code using
15331multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15332program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15333Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15334before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15335``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
15336use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
15337``auto''.
15338
15339@table @code
15340@item show cp-abi
15341Show the C@t{++} ABI currently in use.
15342
15343@item set cp-abi
15344With no argument, show the list of supported C@t{++} ABI's.
15345
15346@item set cp-abi @var{abi}
15347@itemx set cp-abi auto
15348Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15349@end table
15350
8e04817f
AC
15351@node Messages/Warnings
15352@section Optional warnings and messages
104c1213 15353
9c16f35a
EZ
15354@cindex verbose operation
15355@cindex optional warnings
8e04817f
AC
15356By default, @value{GDBN} is silent about its inner workings. If you are
15357running on a slow machine, you may want to use the @code{set verbose}
15358command. This makes @value{GDBN} tell you when it does a lengthy
15359internal operation, so you will not think it has crashed.
104c1213 15360
8e04817f
AC
15361Currently, the messages controlled by @code{set verbose} are those
15362which announce that the symbol table for a source file is being read;
15363see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 15364
8e04817f
AC
15365@table @code
15366@kindex set verbose
15367@item set verbose on
15368Enables @value{GDBN} output of certain informational messages.
104c1213 15369
8e04817f
AC
15370@item set verbose off
15371Disables @value{GDBN} output of certain informational messages.
104c1213 15372
8e04817f
AC
15373@kindex show verbose
15374@item show verbose
15375Displays whether @code{set verbose} is on or off.
15376@end table
104c1213 15377
8e04817f
AC
15378By default, if @value{GDBN} encounters bugs in the symbol table of an
15379object file, it is silent; but if you are debugging a compiler, you may
15380find this information useful (@pxref{Symbol Errors, ,Errors reading
15381symbol files}).
104c1213 15382
8e04817f 15383@table @code
104c1213 15384
8e04817f
AC
15385@kindex set complaints
15386@item set complaints @var{limit}
15387Permits @value{GDBN} to output @var{limit} complaints about each type of
15388unusual symbols before becoming silent about the problem. Set
15389@var{limit} to zero to suppress all complaints; set it to a large number
15390to prevent complaints from being suppressed.
104c1213 15391
8e04817f
AC
15392@kindex show complaints
15393@item show complaints
15394Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 15395
8e04817f 15396@end table
104c1213 15397
8e04817f
AC
15398By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15399lot of stupid questions to confirm certain commands. For example, if
15400you try to run a program which is already running:
104c1213 15401
474c8240 15402@smallexample
8e04817f
AC
15403(@value{GDBP}) run
15404The program being debugged has been started already.
15405Start it from the beginning? (y or n)
474c8240 15406@end smallexample
104c1213 15407
8e04817f
AC
15408If you are willing to unflinchingly face the consequences of your own
15409commands, you can disable this ``feature'':
104c1213 15410
8e04817f 15411@table @code
104c1213 15412
8e04817f
AC
15413@kindex set confirm
15414@cindex flinching
15415@cindex confirmation
15416@cindex stupid questions
15417@item set confirm off
15418Disables confirmation requests.
104c1213 15419
8e04817f
AC
15420@item set confirm on
15421Enables confirmation requests (the default).
104c1213 15422
8e04817f
AC
15423@kindex show confirm
15424@item show confirm
15425Displays state of confirmation requests.
15426
15427@end table
104c1213 15428
8e04817f
AC
15429@node Debugging Output
15430@section Optional messages about internal happenings
4644b6e3
EZ
15431@cindex optional debugging messages
15432
da316a69
EZ
15433@value{GDBN} has commands that enable optional debugging messages from
15434various @value{GDBN} subsystems; normally these commands are of
15435interest to @value{GDBN} maintainers, or when reporting a bug. This
15436section documents those commands.
15437
104c1213 15438@table @code
a8f24a35
EZ
15439@kindex set exec-done-display
15440@item set exec-done-display
15441Turns on or off the notification of asynchronous commands'
15442completion. When on, @value{GDBN} will print a message when an
15443asynchronous command finishes its execution. The default is off.
15444@kindex show exec-done-display
15445@item show exec-done-display
15446Displays the current setting of asynchronous command completion
15447notification.
4644b6e3
EZ
15448@kindex set debug
15449@cindex gdbarch debugging info
a8f24a35 15450@cindex architecture debugging info
8e04817f 15451@item set debug arch
a8f24a35 15452Turns on or off display of gdbarch debugging info. The default is off
4644b6e3 15453@kindex show debug
8e04817f
AC
15454@item show debug arch
15455Displays the current state of displaying gdbarch debugging info.
721c2651
EZ
15456@item set debug aix-thread
15457@cindex AIX threads
15458Display debugging messages about inner workings of the AIX thread
15459module.
15460@item show debug aix-thread
15461Show the current state of AIX thread debugging info display.
8e04817f 15462@item set debug event
4644b6e3 15463@cindex event debugging info
a8f24a35 15464Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 15465default is off.
8e04817f
AC
15466@item show debug event
15467Displays the current state of displaying @value{GDBN} event debugging
15468info.
8e04817f 15469@item set debug expression
4644b6e3 15470@cindex expression debugging info
721c2651
EZ
15471Turns on or off display of debugging info about @value{GDBN}
15472expression parsing. The default is off.
8e04817f 15473@item show debug expression
721c2651
EZ
15474Displays the current state of displaying debugging info about
15475@value{GDBN} expression parsing.
7453dc06 15476@item set debug frame
4644b6e3 15477@cindex frame debugging info
7453dc06
AC
15478Turns on or off display of @value{GDBN} frame debugging info. The
15479default is off.
7453dc06
AC
15480@item show debug frame
15481Displays the current state of displaying @value{GDBN} frame debugging
15482info.
30e91e0b
RC
15483@item set debug infrun
15484@cindex inferior debugging info
15485Turns on or off display of @value{GDBN} debugging info for running the inferior.
15486The default is off. @file{infrun.c} contains GDB's runtime state machine used
15487for implementing operations such as single-stepping the inferior.
15488@item show debug infrun
15489Displays the current state of @value{GDBN} inferior debugging.
da316a69
EZ
15490@item set debug lin-lwp
15491@cindex @sc{gnu}/Linux LWP debug messages
15492@cindex Linux lightweight processes
721c2651 15493Turns on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
15494@item show debug lin-lwp
15495Show the current state of Linux LWP debugging messages.
2b4855ab 15496@item set debug observer
4644b6e3 15497@cindex observer debugging info
2b4855ab
AC
15498Turns on or off display of @value{GDBN} observer debugging. This
15499includes info such as the notification of observable events.
2b4855ab
AC
15500@item show debug observer
15501Displays the current state of observer debugging.
8e04817f 15502@item set debug overload
4644b6e3 15503@cindex C@t{++} overload debugging info
8e04817f
AC
15504Turns on or off display of @value{GDBN} C@t{++} overload debugging
15505info. This includes info such as ranking of functions, etc. The default
15506is off.
8e04817f
AC
15507@item show debug overload
15508Displays the current state of displaying @value{GDBN} C@t{++} overload
15509debugging info.
8e04817f
AC
15510@cindex packets, reporting on stdout
15511@cindex serial connections, debugging
15512@item set debug remote
15513Turns on or off display of reports on all packets sent back and forth across
15514the serial line to the remote machine. The info is printed on the
15515@value{GDBN} standard output stream. The default is off.
8e04817f
AC
15516@item show debug remote
15517Displays the state of display of remote packets.
8e04817f
AC
15518@item set debug serial
15519Turns on or off display of @value{GDBN} serial debugging info. The
15520default is off.
8e04817f
AC
15521@item show debug serial
15522Displays the current state of displaying @value{GDBN} serial debugging
15523info.
c45da7e6
EZ
15524@item set debug solib-frv
15525@cindex FR-V shared-library debugging
15526Turns on or off debugging messages for FR-V shared-library code.
15527@item show debug solib-frv
15528Display the current state of FR-V shared-library code debugging
15529messages.
8e04817f 15530@item set debug target
4644b6e3 15531@cindex target debugging info
8e04817f
AC
15532Turns on or off display of @value{GDBN} target debugging info. This info
15533includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
15534default is 0. Set it to 1 to track events, and to 2 to also track the
15535value of large memory transfers. Changes to this flag do not take effect
15536until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
15537@item show debug target
15538Displays the current state of displaying @value{GDBN} target debugging
15539info.
c45da7e6 15540@item set debugvarobj
4644b6e3 15541@cindex variable object debugging info
8e04817f
AC
15542Turns on or off display of @value{GDBN} variable object debugging
15543info. The default is off.
c45da7e6 15544@item show debugvarobj
8e04817f
AC
15545Displays the current state of displaying @value{GDBN} variable object
15546debugging info.
15547@end table
104c1213 15548
8e04817f
AC
15549@node Sequences
15550@chapter Canned Sequences of Commands
104c1213 15551
8e04817f
AC
15552Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15553command lists}), @value{GDBN} provides two ways to store sequences of
15554commands for execution as a unit: user-defined commands and command
15555files.
104c1213 15556
8e04817f
AC
15557@menu
15558* Define:: User-defined commands
15559* Hooks:: User-defined command hooks
15560* Command Files:: Command files
15561* Output:: Commands for controlled output
15562@end menu
104c1213 15563
8e04817f
AC
15564@node Define
15565@section User-defined commands
104c1213 15566
8e04817f
AC
15567@cindex user-defined command
15568A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15569which you assign a new name as a command. This is done with the
15570@code{define} command. User commands may accept up to 10 arguments
15571separated by whitespace. Arguments are accessed within the user command
15572via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 15573
8e04817f
AC
15574@smallexample
15575define adder
15576 print $arg0 + $arg1 + $arg2
15577@end smallexample
104c1213
JM
15578
15579@noindent
8e04817f 15580To execute the command use:
104c1213 15581
8e04817f
AC
15582@smallexample
15583adder 1 2 3
15584@end smallexample
104c1213 15585
8e04817f
AC
15586@noindent
15587This defines the command @code{adder}, which prints the sum of
15588its three arguments. Note the arguments are text substitutions, so they may
15589reference variables, use complex expressions, or even perform inferior
15590functions calls.
104c1213
JM
15591
15592@table @code
104c1213 15593
8e04817f
AC
15594@kindex define
15595@item define @var{commandname}
15596Define a command named @var{commandname}. If there is already a command
15597by that name, you are asked to confirm that you want to redefine it.
104c1213 15598
8e04817f
AC
15599The definition of the command is made up of other @value{GDBN} command lines,
15600which are given following the @code{define} command. The end of these
15601commands is marked by a line containing @code{end}.
104c1213 15602
8e04817f
AC
15603@kindex if
15604@kindex else
15605@item if
09d4efe1 15606@itemx else
8e04817f
AC
15607Takes a single argument, which is an expression to evaluate.
15608It is followed by a series of commands that are executed
15609only if the expression is true (nonzero).
15610There can then optionally be a line @code{else}, followed
15611by a series of commands that are only executed if the expression
15612was false. The end of the list is marked by a line containing @code{end}.
104c1213 15613
8e04817f
AC
15614@kindex while
15615@item while
15616The syntax is similar to @code{if}: the command takes a single argument,
15617which is an expression to evaluate, and must be followed by the commands to
15618execute, one per line, terminated by an @code{end}.
15619The commands are executed repeatedly as long as the expression
15620evaluates to true.
104c1213 15621
8e04817f
AC
15622@kindex document
15623@item document @var{commandname}
15624Document the user-defined command @var{commandname}, so that it can be
15625accessed by @code{help}. The command @var{commandname} must already be
15626defined. This command reads lines of documentation just as @code{define}
15627reads the lines of the command definition, ending with @code{end}.
15628After the @code{document} command is finished, @code{help} on command
15629@var{commandname} displays the documentation you have written.
104c1213 15630
8e04817f
AC
15631You may use the @code{document} command again to change the
15632documentation of a command. Redefining the command with @code{define}
15633does not change the documentation.
104c1213 15634
c45da7e6
EZ
15635@kindex dont-repeat
15636@cindex don't repeat command
15637@item dont-repeat
15638Used inside a user-defined command, this tells @value{GDBN} that this
15639command should not be repeated when the user hits @key{RET}
15640(@pxref{Command Syntax, repeat last command}).
15641
8e04817f
AC
15642@kindex help user-defined
15643@item help user-defined
15644List all user-defined commands, with the first line of the documentation
15645(if any) for each.
104c1213 15646
8e04817f
AC
15647@kindex show user
15648@item show user
15649@itemx show user @var{commandname}
15650Display the @value{GDBN} commands used to define @var{commandname} (but
15651not its documentation). If no @var{commandname} is given, display the
15652definitions for all user-defined commands.
104c1213 15653
9c16f35a 15654@cindex infinite recusrion in user-defined commands
20f01a46
DH
15655@kindex show max-user-call-depth
15656@kindex set max-user-call-depth
15657@item show max-user-call-depth
5ca0cb28
DH
15658@itemx set max-user-call-depth
15659The value of @code{max-user-call-depth} controls how many recursion
15660levels are allowed in user-defined commands before GDB suspects an
15661infinite recursion and aborts the command.
20f01a46 15662
104c1213
JM
15663@end table
15664
8e04817f
AC
15665When user-defined commands are executed, the
15666commands of the definition are not printed. An error in any command
15667stops execution of the user-defined command.
104c1213 15668
8e04817f
AC
15669If used interactively, commands that would ask for confirmation proceed
15670without asking when used inside a user-defined command. Many @value{GDBN}
15671commands that normally print messages to say what they are doing omit the
15672messages when used in a user-defined command.
104c1213 15673
8e04817f
AC
15674@node Hooks
15675@section User-defined command hooks
15676@cindex command hooks
15677@cindex hooks, for commands
15678@cindex hooks, pre-command
104c1213 15679
8e04817f 15680@kindex hook
8e04817f
AC
15681You may define @dfn{hooks}, which are a special kind of user-defined
15682command. Whenever you run the command @samp{foo}, if the user-defined
15683command @samp{hook-foo} exists, it is executed (with no arguments)
15684before that command.
104c1213 15685
8e04817f
AC
15686@cindex hooks, post-command
15687@kindex hookpost
8e04817f
AC
15688A hook may also be defined which is run after the command you executed.
15689Whenever you run the command @samp{foo}, if the user-defined command
15690@samp{hookpost-foo} exists, it is executed (with no arguments) after
15691that command. Post-execution hooks may exist simultaneously with
15692pre-execution hooks, for the same command.
104c1213 15693
8e04817f 15694It is valid for a hook to call the command which it hooks. If this
9f1c6395 15695occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 15696
8e04817f
AC
15697@c It would be nice if hookpost could be passed a parameter indicating
15698@c if the command it hooks executed properly or not. FIXME!
104c1213 15699
8e04817f
AC
15700@kindex stop@r{, a pseudo-command}
15701In addition, a pseudo-command, @samp{stop} exists. Defining
15702(@samp{hook-stop}) makes the associated commands execute every time
15703execution stops in your program: before breakpoint commands are run,
15704displays are printed, or the stack frame is printed.
104c1213 15705
8e04817f
AC
15706For example, to ignore @code{SIGALRM} signals while
15707single-stepping, but treat them normally during normal execution,
15708you could define:
104c1213 15709
474c8240 15710@smallexample
8e04817f
AC
15711define hook-stop
15712handle SIGALRM nopass
15713end
104c1213 15714
8e04817f
AC
15715define hook-run
15716handle SIGALRM pass
15717end
104c1213 15718
8e04817f
AC
15719define hook-continue
15720handle SIGLARM pass
15721end
474c8240 15722@end smallexample
104c1213 15723
8e04817f 15724As a further example, to hook at the begining and end of the @code{echo}
b383017d 15725command, and to add extra text to the beginning and end of the message,
8e04817f 15726you could define:
104c1213 15727
474c8240 15728@smallexample
8e04817f
AC
15729define hook-echo
15730echo <<<---
15731end
104c1213 15732
8e04817f
AC
15733define hookpost-echo
15734echo --->>>\n
15735end
104c1213 15736
8e04817f
AC
15737(@value{GDBP}) echo Hello World
15738<<<---Hello World--->>>
15739(@value{GDBP})
104c1213 15740
474c8240 15741@end smallexample
104c1213 15742
8e04817f
AC
15743You can define a hook for any single-word command in @value{GDBN}, but
15744not for command aliases; you should define a hook for the basic command
15745name, e.g. @code{backtrace} rather than @code{bt}.
15746@c FIXME! So how does Joe User discover whether a command is an alias
15747@c or not?
15748If an error occurs during the execution of your hook, execution of
15749@value{GDBN} commands stops and @value{GDBN} issues a prompt
15750(before the command that you actually typed had a chance to run).
104c1213 15751
8e04817f
AC
15752If you try to define a hook which does not match any known command, you
15753get a warning from the @code{define} command.
c906108c 15754
8e04817f
AC
15755@node Command Files
15756@section Command files
c906108c 15757
8e04817f 15758@cindex command files
6fc08d32
EZ
15759A command file for @value{GDBN} is a text file made of lines that are
15760@value{GDBN} commands. Comments (lines starting with @kbd{#}) may
15761also be included. An empty line in a command file does nothing; it
15762does not mean to repeat the last command, as it would from the
15763terminal.
c906108c 15764
6fc08d32
EZ
15765You can request the execution of a command file with the @code{source}
15766command:
c906108c 15767
8e04817f
AC
15768@table @code
15769@kindex source
15770@item source @var{filename}
15771Execute the command file @var{filename}.
c906108c
SS
15772@end table
15773
8e04817f 15774The lines in a command file are executed sequentially. They are not
a71ec265
DH
15775printed as they are executed. An error in any command terminates
15776execution of the command file and control is returned to the console.
c906108c 15777
8e04817f
AC
15778Commands that would ask for confirmation if used interactively proceed
15779without asking when used in a command file. Many @value{GDBN} commands that
15780normally print messages to say what they are doing omit the messages
15781when called from command files.
c906108c 15782
8e04817f
AC
15783@value{GDBN} also accepts command input from standard input. In this
15784mode, normal output goes to standard output and error output goes to
15785standard error. Errors in a command file supplied on standard input do
6fc08d32 15786not terminate execution of the command file---execution continues with
8e04817f 15787the next command.
c906108c 15788
474c8240 15789@smallexample
8e04817f 15790gdb < cmds > log 2>&1
474c8240 15791@end smallexample
c906108c 15792
8e04817f
AC
15793(The syntax above will vary depending on the shell used.) This example
15794will execute commands from the file @file{cmds}. All output and errors
15795would be directed to @file{log}.
c906108c 15796
8e04817f
AC
15797@node Output
15798@section Commands for controlled output
c906108c 15799
8e04817f
AC
15800During the execution of a command file or a user-defined command, normal
15801@value{GDBN} output is suppressed; the only output that appears is what is
15802explicitly printed by the commands in the definition. This section
15803describes three commands useful for generating exactly the output you
15804want.
c906108c
SS
15805
15806@table @code
8e04817f
AC
15807@kindex echo
15808@item echo @var{text}
15809@c I do not consider backslash-space a standard C escape sequence
15810@c because it is not in ANSI.
15811Print @var{text}. Nonprinting characters can be included in
15812@var{text} using C escape sequences, such as @samp{\n} to print a
15813newline. @strong{No newline is printed unless you specify one.}
15814In addition to the standard C escape sequences, a backslash followed
15815by a space stands for a space. This is useful for displaying a
15816string with spaces at the beginning or the end, since leading and
15817trailing spaces are otherwise trimmed from all arguments.
15818To print @samp{@w{ }and foo =@w{ }}, use the command
15819@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 15820
8e04817f
AC
15821A backslash at the end of @var{text} can be used, as in C, to continue
15822the command onto subsequent lines. For example,
c906108c 15823
474c8240 15824@smallexample
8e04817f
AC
15825echo This is some text\n\
15826which is continued\n\
15827onto several lines.\n
474c8240 15828@end smallexample
c906108c 15829
8e04817f 15830produces the same output as
c906108c 15831
474c8240 15832@smallexample
8e04817f
AC
15833echo This is some text\n
15834echo which is continued\n
15835echo onto several lines.\n
474c8240 15836@end smallexample
c906108c 15837
8e04817f
AC
15838@kindex output
15839@item output @var{expression}
15840Print the value of @var{expression} and nothing but that value: no
15841newlines, no @samp{$@var{nn} = }. The value is not entered in the
15842value history either. @xref{Expressions, ,Expressions}, for more information
15843on expressions.
c906108c 15844
8e04817f
AC
15845@item output/@var{fmt} @var{expression}
15846Print the value of @var{expression} in format @var{fmt}. You can use
15847the same formats as for @code{print}. @xref{Output Formats,,Output
15848formats}, for more information.
c906108c 15849
8e04817f
AC
15850@kindex printf
15851@item printf @var{string}, @var{expressions}@dots{}
15852Print the values of the @var{expressions} under the control of
15853@var{string}. The @var{expressions} are separated by commas and may be
15854either numbers or pointers. Their values are printed as specified by
15855@var{string}, exactly as if your program were to execute the C
15856subroutine
15857@c FIXME: the above implies that at least all ANSI C formats are
15858@c supported, but it isn't true: %E and %G don't work (or so it seems).
15859@c Either this is a bug, or the manual should document what formats are
15860@c supported.
c906108c 15861
474c8240 15862@smallexample
8e04817f 15863printf (@var{string}, @var{expressions}@dots{});
474c8240 15864@end smallexample
c906108c 15865
8e04817f 15866For example, you can print two values in hex like this:
c906108c 15867
8e04817f
AC
15868@smallexample
15869printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15870@end smallexample
c906108c 15871
8e04817f
AC
15872The only backslash-escape sequences that you can use in the format
15873string are the simple ones that consist of backslash followed by a
15874letter.
c906108c
SS
15875@end table
15876
21c294e6
AC
15877@node Interpreters
15878@chapter Command Interpreters
15879@cindex command interpreters
15880
15881@value{GDBN} supports multiple command interpreters, and some command
15882infrastructure to allow users or user interface writers to switch
15883between interpreters or run commands in other interpreters.
15884
15885@value{GDBN} currently supports two command interpreters, the console
15886interpreter (sometimes called the command-line interpreter or @sc{cli})
15887and the machine interface interpreter (or @sc{gdb/mi}). This manual
15888describes both of these interfaces in great detail.
15889
15890By default, @value{GDBN} will start with the console interpreter.
15891However, the user may choose to start @value{GDBN} with another
15892interpreter by specifying the @option{-i} or @option{--interpreter}
15893startup options. Defined interpreters include:
15894
15895@table @code
15896@item console
15897@cindex console interpreter
15898The traditional console or command-line interpreter. This is the most often
15899used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15900@value{GDBN} will use this interpreter.
15901
15902@item mi
15903@cindex mi interpreter
15904The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15905by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15906or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15907Interface}.
15908
15909@item mi2
15910@cindex mi2 interpreter
15911The current @sc{gdb/mi} interface.
15912
15913@item mi1
15914@cindex mi1 interpreter
15915The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15916
15917@end table
15918
15919@cindex invoke another interpreter
15920The interpreter being used by @value{GDBN} may not be dynamically
15921switched at runtime. Although possible, this could lead to a very
15922precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15923enters the command "interpreter-set console" in a console view,
15924@value{GDBN} would switch to using the console interpreter, rendering
15925the IDE inoperable!
15926
15927@kindex interpreter-exec
15928Although you may only choose a single interpreter at startup, you may execute
15929commands in any interpreter from the current interpreter using the appropriate
15930command. If you are running the console interpreter, simply use the
15931@code{interpreter-exec} command:
15932
15933@smallexample
15934interpreter-exec mi "-data-list-register-names"
15935@end smallexample
15936
15937@sc{gdb/mi} has a similar command, although it is only available in versions of
15938@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15939
8e04817f
AC
15940@node TUI
15941@chapter @value{GDBN} Text User Interface
15942@cindex TUI
d0d5df6f 15943@cindex Text User Interface
c906108c 15944
8e04817f
AC
15945@menu
15946* TUI Overview:: TUI overview
15947* TUI Keys:: TUI key bindings
7cf36c78 15948* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
15949* TUI Commands:: TUI specific commands
15950* TUI Configuration:: TUI configuration variables
15951@end menu
c906108c 15952
d0d5df6f
AC
15953The @value{GDBN} Text User Interface, TUI in short, is a terminal
15954interface which uses the @code{curses} library to show the source
15955file, the assembly output, the program registers and @value{GDBN}
15956commands in separate text windows.
15957
15958The TUI is enabled by invoking @value{GDBN} using either
15959@pindex gdbtui
15960@samp{gdbtui} or @samp{gdb -tui}.
c906108c 15961
8e04817f
AC
15962@node TUI Overview
15963@section TUI overview
c906108c 15964
8e04817f
AC
15965The TUI has two display modes that can be switched while
15966@value{GDBN} runs:
c906108c 15967
8e04817f
AC
15968@itemize @bullet
15969@item
15970A curses (or TUI) mode in which it displays several text
15971windows on the terminal.
c906108c 15972
8e04817f
AC
15973@item
15974A standard mode which corresponds to the @value{GDBN} configured without
15975the TUI.
15976@end itemize
c906108c 15977
8e04817f
AC
15978In the TUI mode, @value{GDBN} can display several text window
15979on the terminal:
c906108c 15980
8e04817f
AC
15981@table @emph
15982@item command
15983This window is the @value{GDBN} command window with the @value{GDBN}
15984prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
15985managed using readline but through the TUI. The @emph{command}
15986window is always visible.
c906108c 15987
8e04817f
AC
15988@item source
15989The source window shows the source file of the program. The current
15990line as well as active breakpoints are displayed in this window.
c906108c 15991
8e04817f
AC
15992@item assembly
15993The assembly window shows the disassembly output of the program.
c906108c 15994
8e04817f
AC
15995@item register
15996This window shows the processor registers. It detects when
15997a register is changed and when this is the case, registers that have
6a1b180d 15998changed are highlighted.
c906108c 15999
c906108c
SS
16000@end table
16001
269c21fe
SC
16002The source and assembly windows show the current program position
16003by highlighting the current line and marking them with the @samp{>} marker.
16004Breakpoints are also indicated with two markers. A first one
16005indicates the breakpoint type:
16006
16007@table @code
16008@item B
16009Breakpoint which was hit at least once.
16010
16011@item b
16012Breakpoint which was never hit.
16013
16014@item H
16015Hardware breakpoint which was hit at least once.
16016
16017@item h
16018Hardware breakpoint which was never hit.
16019
16020@end table
16021
16022The second marker indicates whether the breakpoint is enabled or not:
16023
16024@table @code
16025@item +
16026Breakpoint is enabled.
16027
16028@item -
16029Breakpoint is disabled.
16030
16031@end table
16032
8e04817f
AC
16033The source, assembly and register windows are attached to the thread
16034and the frame position. They are updated when the current thread
16035changes, when the frame changes or when the program counter changes.
16036These three windows are arranged by the TUI according to several
16037layouts. The layout defines which of these three windows are visible.
16038The following layouts are available:
c906108c 16039
8e04817f
AC
16040@itemize @bullet
16041@item
16042source
2df3850c 16043
8e04817f
AC
16044@item
16045assembly
16046
16047@item
16048source and assembly
16049
16050@item
16051source and registers
c906108c 16052
8e04817f
AC
16053@item
16054assembly and registers
2df3850c 16055
8e04817f 16056@end itemize
c906108c 16057
b7bb15bc
SC
16058On top of the command window a status line gives various information
16059concerning the current process begin debugged. The status line is
16060updated when the information it shows changes. The following fields
16061are displayed:
16062
16063@table @emph
16064@item target
16065Indicates the current gdb target
16066(@pxref{Targets, ,Specifying a Debugging Target}).
16067
16068@item process
16069Gives information about the current process or thread number.
16070When no process is being debugged, this field is set to @code{No process}.
16071
16072@item function
16073Gives the current function name for the selected frame.
16074The name is demangled if demangling is turned on (@pxref{Print Settings}).
16075When there is no symbol corresponding to the current program counter
16076the string @code{??} is displayed.
16077
16078@item line
16079Indicates the current line number for the selected frame.
16080When the current line number is not known the string @code{??} is displayed.
16081
16082@item pc
16083Indicates the current program counter address.
16084
16085@end table
16086
8e04817f
AC
16087@node TUI Keys
16088@section TUI Key Bindings
16089@cindex TUI key bindings
c906108c 16090
8e04817f
AC
16091The TUI installs several key bindings in the readline keymaps
16092(@pxref{Command Line Editing}).
16093They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
16094directly on the TUI layout and windows. The TUI also provides
16095a @emph{SingleKey} keymap which binds several keys directly to
16096@value{GDBN} commands. The following key bindings
8e04817f 16097are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 16098
8e04817f
AC
16099@table @kbd
16100@kindex C-x C-a
16101@item C-x C-a
16102@kindex C-x a
16103@itemx C-x a
16104@kindex C-x A
16105@itemx C-x A
16106Enter or leave the TUI mode. When the TUI mode is left,
16107the curses window management is left and @value{GDBN} operates using
16108its standard mode writing on the terminal directly. When the TUI
16109mode is entered, the control is given back to the curses windows.
16110The screen is then refreshed.
c906108c 16111
8e04817f
AC
16112@kindex C-x 1
16113@item C-x 1
16114Use a TUI layout with only one window. The layout will
16115either be @samp{source} or @samp{assembly}. When the TUI mode
16116is not active, it will switch to the TUI mode.
2df3850c 16117
8e04817f 16118Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 16119
8e04817f
AC
16120@kindex C-x 2
16121@item C-x 2
16122Use a TUI layout with at least two windows. When the current
16123layout shows already two windows, a next layout with two windows is used.
16124When a new layout is chosen, one window will always be common to the
16125previous layout and the new one.
c906108c 16126
8e04817f 16127Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 16128
72ffddc9
SC
16129@kindex C-x o
16130@item C-x o
16131Change the active window. The TUI associates several key bindings
16132(like scrolling and arrow keys) to the active window. This command
16133gives the focus to the next TUI window.
16134
16135Think of it as the Emacs @kbd{C-x o} binding.
16136
7cf36c78
SC
16137@kindex C-x s
16138@item C-x s
16139Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16140(@pxref{TUI Single Key Mode}).
16141
c906108c
SS
16142@end table
16143
8e04817f 16144The following key bindings are handled only by the TUI mode:
5d161b24 16145
8e04817f
AC
16146@table @key
16147@kindex PgUp
16148@item PgUp
16149Scroll the active window one page up.
c906108c 16150
8e04817f
AC
16151@kindex PgDn
16152@item PgDn
16153Scroll the active window one page down.
c906108c 16154
8e04817f
AC
16155@kindex Up
16156@item Up
16157Scroll the active window one line up.
c906108c 16158
8e04817f
AC
16159@kindex Down
16160@item Down
16161Scroll the active window one line down.
c906108c 16162
8e04817f
AC
16163@kindex Left
16164@item Left
16165Scroll the active window one column left.
c906108c 16166
8e04817f
AC
16167@kindex Right
16168@item Right
16169Scroll the active window one column right.
c906108c 16170
8e04817f
AC
16171@kindex C-L
16172@item C-L
16173Refresh the screen.
c906108c 16174
8e04817f 16175@end table
c906108c 16176
8e04817f 16177In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
16178for scrolling. This means they are available for readline when the
16179active window is the command window. When the command window
16180does not have the focus, it is necessary to use other readline
16181key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 16182
7cf36c78
SC
16183@node TUI Single Key Mode
16184@section TUI Single Key Mode
16185@cindex TUI single key mode
16186
16187The TUI provides a @emph{SingleKey} mode in which it installs a particular
16188key binding in the readline keymaps to connect single keys to
b383017d 16189some gdb commands.
7cf36c78
SC
16190
16191@table @kbd
16192@kindex c @r{(SingleKey TUI key)}
16193@item c
16194continue
16195
16196@kindex d @r{(SingleKey TUI key)}
16197@item d
16198down
16199
16200@kindex f @r{(SingleKey TUI key)}
16201@item f
16202finish
16203
16204@kindex n @r{(SingleKey TUI key)}
16205@item n
16206next
16207
16208@kindex q @r{(SingleKey TUI key)}
16209@item q
16210exit the @emph{SingleKey} mode.
16211
16212@kindex r @r{(SingleKey TUI key)}
16213@item r
16214run
16215
16216@kindex s @r{(SingleKey TUI key)}
16217@item s
16218step
16219
16220@kindex u @r{(SingleKey TUI key)}
16221@item u
16222up
16223
16224@kindex v @r{(SingleKey TUI key)}
16225@item v
16226info locals
16227
16228@kindex w @r{(SingleKey TUI key)}
16229@item w
16230where
16231
16232@end table
16233
16234Other keys temporarily switch to the @value{GDBN} command prompt.
16235The key that was pressed is inserted in the editing buffer so that
16236it is possible to type most @value{GDBN} commands without interaction
16237with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
16238@emph{SingleKey} mode is restored. The only way to permanently leave
16239this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16240
16241
8e04817f
AC
16242@node TUI Commands
16243@section TUI specific commands
16244@cindex TUI commands
16245
16246The TUI has specific commands to control the text windows.
16247These commands are always available, that is they do not depend on
16248the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
16249is in the standard mode, using these commands will automatically switch
16250in the TUI mode.
c906108c
SS
16251
16252@table @code
3d757584
SC
16253@item info win
16254@kindex info win
16255List and give the size of all displayed windows.
16256
8e04817f 16257@item layout next
4644b6e3 16258@kindex layout
8e04817f 16259Display the next layout.
2df3850c 16260
8e04817f 16261@item layout prev
8e04817f 16262Display the previous layout.
c906108c 16263
8e04817f 16264@item layout src
8e04817f 16265Display the source window only.
c906108c 16266
8e04817f 16267@item layout asm
8e04817f 16268Display the assembly window only.
c906108c 16269
8e04817f 16270@item layout split
8e04817f 16271Display the source and assembly window.
c906108c 16272
8e04817f 16273@item layout regs
8e04817f
AC
16274Display the register window together with the source or assembly window.
16275
16276@item focus next | prev | src | asm | regs | split
16277@kindex focus
16278Set the focus to the named window.
16279This command allows to change the active window so that scrolling keys
16280can be affected to another window.
c906108c 16281
8e04817f
AC
16282@item refresh
16283@kindex refresh
16284Refresh the screen. This is similar to using @key{C-L} key.
c906108c 16285
6a1b180d
SC
16286@item tui reg float
16287@kindex tui reg
16288Show the floating point registers in the register window.
16289
16290@item tui reg general
16291Show the general registers in the register window.
16292
16293@item tui reg next
16294Show the next register group. The list of register groups as well as
16295their order is target specific. The predefined register groups are the
16296following: @code{general}, @code{float}, @code{system}, @code{vector},
16297@code{all}, @code{save}, @code{restore}.
16298
16299@item tui reg system
16300Show the system registers in the register window.
16301
8e04817f
AC
16302@item update
16303@kindex update
16304Update the source window and the current execution point.
c906108c 16305
8e04817f
AC
16306@item winheight @var{name} +@var{count}
16307@itemx winheight @var{name} -@var{count}
16308@kindex winheight
16309Change the height of the window @var{name} by @var{count}
16310lines. Positive counts increase the height, while negative counts
16311decrease it.
2df3850c 16312
c45da7e6
EZ
16313@item tabset
16314@kindex tabset @var{nchars}
16315Set the width of tab stops to be @var{nchars} characters.
16316
c906108c
SS
16317@end table
16318
8e04817f
AC
16319@node TUI Configuration
16320@section TUI configuration variables
16321@cindex TUI configuration variables
c906108c 16322
8e04817f
AC
16323The TUI has several configuration variables that control the
16324appearance of windows on the terminal.
c906108c 16325
8e04817f
AC
16326@table @code
16327@item set tui border-kind @var{kind}
16328@kindex set tui border-kind
16329Select the border appearance for the source, assembly and register windows.
16330The possible values are the following:
16331@table @code
16332@item space
16333Use a space character to draw the border.
c906108c 16334
8e04817f
AC
16335@item ascii
16336Use ascii characters + - and | to draw the border.
c906108c 16337
8e04817f
AC
16338@item acs
16339Use the Alternate Character Set to draw the border. The border is
16340drawn using character line graphics if the terminal supports them.
c78b4128 16341
8e04817f 16342@end table
c78b4128 16343
8e04817f
AC
16344@item set tui active-border-mode @var{mode}
16345@kindex set tui active-border-mode
16346Select the attributes to display the border of the active window.
16347The possible values are @code{normal}, @code{standout}, @code{reverse},
16348@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 16349
8e04817f
AC
16350@item set tui border-mode @var{mode}
16351@kindex set tui border-mode
16352Select the attributes to display the border of other windows.
16353The @var{mode} can be one of the following:
16354@table @code
16355@item normal
16356Use normal attributes to display the border.
c906108c 16357
8e04817f
AC
16358@item standout
16359Use standout mode.
c906108c 16360
8e04817f
AC
16361@item reverse
16362Use reverse video mode.
c906108c 16363
8e04817f
AC
16364@item half
16365Use half bright mode.
c906108c 16366
8e04817f
AC
16367@item half-standout
16368Use half bright and standout mode.
c906108c 16369
8e04817f
AC
16370@item bold
16371Use extra bright or bold mode.
c78b4128 16372
8e04817f
AC
16373@item bold-standout
16374Use extra bright or bold and standout mode.
c78b4128 16375
8e04817f 16376@end table
c78b4128 16377
8e04817f 16378@end table
c78b4128 16379
8e04817f
AC
16380@node Emacs
16381@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 16382
8e04817f
AC
16383@cindex Emacs
16384@cindex @sc{gnu} Emacs
16385A special interface allows you to use @sc{gnu} Emacs to view (and
16386edit) the source files for the program you are debugging with
16387@value{GDBN}.
c906108c 16388
8e04817f
AC
16389To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
16390executable file you want to debug as an argument. This command starts
16391@value{GDBN} as a subprocess of Emacs, with input and output through a newly
16392created Emacs buffer.
16393@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 16394
8e04817f
AC
16395Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16396things:
c906108c 16397
8e04817f
AC
16398@itemize @bullet
16399@item
16400All ``terminal'' input and output goes through the Emacs buffer.
16401@end itemize
c906108c 16402
8e04817f
AC
16403This applies both to @value{GDBN} commands and their output, and to the input
16404and output done by the program you are debugging.
bf0184be 16405
8e04817f
AC
16406This is useful because it means that you can copy the text of previous
16407commands and input them again; you can even use parts of the output
16408in this way.
bf0184be 16409
8e04817f
AC
16410All the facilities of Emacs' Shell mode are available for interacting
16411with your program. In particular, you can send signals the usual
16412way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16413stop.
bf0184be 16414
8e04817f 16415@itemize @bullet
bf0184be 16416@item
8e04817f
AC
16417@value{GDBN} displays source code through Emacs.
16418@end itemize
bf0184be 16419
8e04817f
AC
16420Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16421source file for that frame and puts an arrow (@samp{=>}) at the
16422left margin of the current line. Emacs uses a separate buffer for
16423source display, and splits the screen to show both your @value{GDBN} session
16424and the source.
bf0184be 16425
8e04817f
AC
16426Explicit @value{GDBN} @code{list} or search commands still produce output as
16427usual, but you probably have no reason to use them from Emacs.
c906108c 16428
64fabec2
AC
16429If you specify an absolute file name when prompted for the @kbd{M-x
16430gdb} argument, then Emacs sets your current working directory to where
16431your program resides. If you only specify the file name, then Emacs
16432sets your current working directory to to the directory associated
16433with the previous buffer. In this case, @value{GDBN} may find your
16434program by searching your environment's @code{PATH} variable, but on
16435some operating systems it might not find the source. So, although the
16436@value{GDBN} input and output session proceeds normally, the auxiliary
16437buffer does not display the current source and line of execution.
16438
16439The initial working directory of @value{GDBN} is printed on the top
16440line of the @value{GDBN} I/O buffer and this serves as a default for
16441the commands that specify files for @value{GDBN} to operate
16442on. @xref{Files, ,Commands to specify files}.
16443
16444By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
16445need to call @value{GDBN} by a different name (for example, if you
16446keep several configurations around, with different names) you can
16447customize the Emacs variable @code{gud-gdb-command-name} to run the
16448one you want.
8e04817f
AC
16449
16450In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16451addition to the standard Shell mode commands:
c906108c 16452
8e04817f
AC
16453@table @kbd
16454@item C-h m
16455Describe the features of Emacs' @value{GDBN} Mode.
c906108c 16456
64fabec2 16457@item C-c C-s
8e04817f
AC
16458Execute to another source line, like the @value{GDBN} @code{step} command; also
16459update the display window to show the current file and location.
c906108c 16460
64fabec2 16461@item C-c C-n
8e04817f
AC
16462Execute to next source line in this function, skipping all function
16463calls, like the @value{GDBN} @code{next} command. Then update the display window
16464to show the current file and location.
c906108c 16465
64fabec2 16466@item C-c C-i
8e04817f
AC
16467Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16468display window accordingly.
c906108c 16469
8e04817f
AC
16470@item C-c C-f
16471Execute until exit from the selected stack frame, like the @value{GDBN}
16472@code{finish} command.
c906108c 16473
64fabec2 16474@item C-c C-r
8e04817f
AC
16475Continue execution of your program, like the @value{GDBN} @code{continue}
16476command.
b433d00b 16477
64fabec2 16478@item C-c <
8e04817f
AC
16479Go up the number of frames indicated by the numeric argument
16480(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16481like the @value{GDBN} @code{up} command.
b433d00b 16482
64fabec2 16483@item C-c >
8e04817f
AC
16484Go down the number of frames indicated by the numeric argument, like the
16485@value{GDBN} @code{down} command.
8e04817f 16486@end table
c906108c 16487
64fabec2 16488In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 16489tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 16490
64fabec2
AC
16491If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16492shows a backtrace when the @value{GDBN} I/O buffer is current. Move
16493point to any frame in the stack and type @key{RET} to make it become the
16494current frame and display the associated source in the source buffer.
16495Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16496current one.
16497
8e04817f
AC
16498If you accidentally delete the source-display buffer, an easy way to get
16499it back is to type the command @code{f} in the @value{GDBN} buffer, to
16500request a frame display; when you run under Emacs, this recreates
16501the source buffer if necessary to show you the context of the current
16502frame.
c906108c 16503
8e04817f
AC
16504The source files displayed in Emacs are in ordinary Emacs buffers
16505which are visiting the source files in the usual way. You can edit
16506the files with these buffers if you wish; but keep in mind that @value{GDBN}
16507communicates with Emacs in terms of line numbers. If you add or
16508delete lines from the text, the line numbers that @value{GDBN} knows cease
16509to correspond properly with the code.
b383017d 16510
64fabec2
AC
16511The description given here is for GNU Emacs version 21.3 and a more
16512detailed description of its interaction with @value{GDBN} is given in
16513the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 16514
8e04817f
AC
16515@c The following dropped because Epoch is nonstandard. Reactivate
16516@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16517@ignore
16518@kindex Emacs Epoch environment
16519@kindex Epoch
16520@kindex inspect
c906108c 16521
8e04817f
AC
16522Version 18 of @sc{gnu} Emacs has a built-in window system
16523called the @code{epoch}
16524environment. Users of this environment can use a new command,
16525@code{inspect} which performs identically to @code{print} except that
16526each value is printed in its own window.
16527@end ignore
c906108c 16528
922fbb7b
AC
16529
16530@node GDB/MI
16531@chapter The @sc{gdb/mi} Interface
16532
16533@unnumberedsec Function and Purpose
16534
16535@cindex @sc{gdb/mi}, its purpose
6b5e8c01
NR
16536@sc{gdb/mi} is a line based machine oriented text interface to
16537@value{GDBN} and is activated by specifying using the
16538@option{--interpreter} command line option (@pxref{Mode Options}). It
16539is specifically intended to support the development of systems which
16540use the debugger as just one small component of a larger system.
922fbb7b
AC
16541
16542This chapter is a specification of the @sc{gdb/mi} interface. It is written
16543in the form of a reference manual.
16544
16545Note that @sc{gdb/mi} is still under construction, so some of the
16546features described below are incomplete and subject to change.
16547
16548@unnumberedsec Notation and Terminology
16549
16550@cindex notational conventions, for @sc{gdb/mi}
16551This chapter uses the following notation:
16552
16553@itemize @bullet
16554@item
16555@code{|} separates two alternatives.
16556
16557@item
16558@code{[ @var{something} ]} indicates that @var{something} is optional:
16559it may or may not be given.
16560
16561@item
16562@code{( @var{group} )*} means that @var{group} inside the parentheses
16563may repeat zero or more times.
16564
16565@item
16566@code{( @var{group} )+} means that @var{group} inside the parentheses
16567may repeat one or more times.
16568
16569@item
16570@code{"@var{string}"} means a literal @var{string}.
16571@end itemize
16572
16573@ignore
16574@heading Dependencies
16575@end ignore
16576
16577@heading Acknowledgments
16578
16579In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16580Elena Zannoni.
16581
16582@menu
16583* GDB/MI Command Syntax::
16584* GDB/MI Compatibility with CLI::
16585* GDB/MI Output Records::
16586* GDB/MI Command Description Format::
16587* GDB/MI Breakpoint Table Commands::
16588* GDB/MI Data Manipulation::
16589* GDB/MI Program Control::
16590* GDB/MI Miscellaneous Commands::
16591@ignore
16592* GDB/MI Kod Commands::
16593* GDB/MI Memory Overlay Commands::
16594* GDB/MI Signal Handling Commands::
16595@end ignore
16596* GDB/MI Stack Manipulation::
16597* GDB/MI Symbol Query::
16598* GDB/MI Target Manipulation::
16599* GDB/MI Thread Commands::
16600* GDB/MI Tracepoint Commands::
16601* GDB/MI Variable Objects::
16602@end menu
16603
16604@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16605@node GDB/MI Command Syntax
16606@section @sc{gdb/mi} Command Syntax
16607
16608@menu
16609* GDB/MI Input Syntax::
16610* GDB/MI Output Syntax::
16611* GDB/MI Simple Examples::
16612@end menu
16613
16614@node GDB/MI Input Syntax
16615@subsection @sc{gdb/mi} Input Syntax
16616
16617@cindex input syntax for @sc{gdb/mi}
16618@cindex @sc{gdb/mi}, input syntax
16619@table @code
16620@item @var{command} @expansion{}
16621@code{@var{cli-command} | @var{mi-command}}
16622
16623@item @var{cli-command} @expansion{}
16624@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16625@var{cli-command} is any existing @value{GDBN} CLI command.
16626
16627@item @var{mi-command} @expansion{}
16628@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16629@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16630
16631@item @var{token} @expansion{}
16632"any sequence of digits"
16633
16634@item @var{option} @expansion{}
16635@code{"-" @var{parameter} [ " " @var{parameter} ]}
16636
16637@item @var{parameter} @expansion{}
16638@code{@var{non-blank-sequence} | @var{c-string}}
16639
16640@item @var{operation} @expansion{}
16641@emph{any of the operations described in this chapter}
16642
16643@item @var{non-blank-sequence} @expansion{}
16644@emph{anything, provided it doesn't contain special characters such as
16645"-", @var{nl}, """ and of course " "}
16646
16647@item @var{c-string} @expansion{}
16648@code{""" @var{seven-bit-iso-c-string-content} """}
16649
16650@item @var{nl} @expansion{}
16651@code{CR | CR-LF}
16652@end table
16653
16654@noindent
16655Notes:
16656
16657@itemize @bullet
16658@item
16659The CLI commands are still handled by the @sc{mi} interpreter; their
16660output is described below.
16661
16662@item
16663The @code{@var{token}}, when present, is passed back when the command
16664finishes.
16665
16666@item
16667Some @sc{mi} commands accept optional arguments as part of the parameter
16668list. Each option is identified by a leading @samp{-} (dash) and may be
16669followed by an optional argument parameter. Options occur first in the
16670parameter list and can be delimited from normal parameters using
16671@samp{--} (this is useful when some parameters begin with a dash).
16672@end itemize
16673
16674Pragmatics:
16675
16676@itemize @bullet
16677@item
16678We want easy access to the existing CLI syntax (for debugging).
16679
16680@item
16681We want it to be easy to spot a @sc{mi} operation.
16682@end itemize
16683
16684@node GDB/MI Output Syntax
16685@subsection @sc{gdb/mi} Output Syntax
16686
16687@cindex output syntax of @sc{gdb/mi}
16688@cindex @sc{gdb/mi}, output syntax
16689The output from @sc{gdb/mi} consists of zero or more out-of-band records
16690followed, optionally, by a single result record. This result record
16691is for the most recent command. The sequence of output records is
16692terminated by @samp{(@value{GDBP})}.
16693
16694If an input command was prefixed with a @code{@var{token}} then the
16695corresponding output for that command will also be prefixed by that same
16696@var{token}.
16697
16698@table @code
16699@item @var{output} @expansion{}
f7dc1244 16700@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
922fbb7b
AC
16701
16702@item @var{result-record} @expansion{}
16703@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16704
16705@item @var{out-of-band-record} @expansion{}
16706@code{@var{async-record} | @var{stream-record}}
16707
16708@item @var{async-record} @expansion{}
16709@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16710
16711@item @var{exec-async-output} @expansion{}
16712@code{[ @var{token} ] "*" @var{async-output}}
16713
16714@item @var{status-async-output} @expansion{}
16715@code{[ @var{token} ] "+" @var{async-output}}
16716
16717@item @var{notify-async-output} @expansion{}
16718@code{[ @var{token} ] "=" @var{async-output}}
16719
16720@item @var{async-output} @expansion{}
16721@code{@var{async-class} ( "," @var{result} )* @var{nl}}
16722
16723@item @var{result-class} @expansion{}
16724@code{"done" | "running" | "connected" | "error" | "exit"}
16725
16726@item @var{async-class} @expansion{}
16727@code{"stopped" | @var{others}} (where @var{others} will be added
16728depending on the needs---this is still in development).
16729
16730@item @var{result} @expansion{}
16731@code{ @var{variable} "=" @var{value}}
16732
16733@item @var{variable} @expansion{}
16734@code{ @var{string} }
16735
16736@item @var{value} @expansion{}
16737@code{ @var{const} | @var{tuple} | @var{list} }
16738
16739@item @var{const} @expansion{}
16740@code{@var{c-string}}
16741
16742@item @var{tuple} @expansion{}
16743@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16744
16745@item @var{list} @expansion{}
16746@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16747@var{result} ( "," @var{result} )* "]" }
16748
16749@item @var{stream-record} @expansion{}
16750@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16751
16752@item @var{console-stream-output} @expansion{}
16753@code{"~" @var{c-string}}
16754
16755@item @var{target-stream-output} @expansion{}
16756@code{"@@" @var{c-string}}
16757
16758@item @var{log-stream-output} @expansion{}
16759@code{"&" @var{c-string}}
16760
16761@item @var{nl} @expansion{}
16762@code{CR | CR-LF}
16763
16764@item @var{token} @expansion{}
16765@emph{any sequence of digits}.
16766@end table
16767
16768@noindent
16769Notes:
16770
16771@itemize @bullet
16772@item
16773All output sequences end in a single line containing a period.
16774
16775@item
16776The @code{@var{token}} is from the corresponding request. If an execution
16777command is interrupted by the @samp{-exec-interrupt} command, the
16778@var{token} associated with the @samp{*stopped} message is the one of the
16779original execution command, not the one of the interrupt command.
16780
16781@item
16782@cindex status output in @sc{gdb/mi}
16783@var{status-async-output} contains on-going status information about the
16784progress of a slow operation. It can be discarded. All status output is
16785prefixed by @samp{+}.
16786
16787@item
16788@cindex async output in @sc{gdb/mi}
16789@var{exec-async-output} contains asynchronous state change on the target
16790(stopped, started, disappeared). All async output is prefixed by
16791@samp{*}.
16792
16793@item
16794@cindex notify output in @sc{gdb/mi}
16795@var{notify-async-output} contains supplementary information that the
16796client should handle (e.g., a new breakpoint information). All notify
16797output is prefixed by @samp{=}.
16798
16799@item
16800@cindex console output in @sc{gdb/mi}
16801@var{console-stream-output} is output that should be displayed as is in the
16802console. It is the textual response to a CLI command. All the console
16803output is prefixed by @samp{~}.
16804
16805@item
16806@cindex target output in @sc{gdb/mi}
16807@var{target-stream-output} is the output produced by the target program.
16808All the target output is prefixed by @samp{@@}.
16809
16810@item
16811@cindex log output in @sc{gdb/mi}
16812@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16813instance messages that should be displayed as part of an error log. All
16814the log output is prefixed by @samp{&}.
16815
16816@item
16817@cindex list output in @sc{gdb/mi}
16818New @sc{gdb/mi} commands should only output @var{lists} containing
16819@var{values}.
16820
16821
16822@end itemize
16823
16824@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16825details about the various output records.
16826
16827@node GDB/MI Simple Examples
16828@subsection Simple Examples of @sc{gdb/mi} Interaction
16829@cindex @sc{gdb/mi}, simple examples
16830
16831This subsection presents several simple examples of interaction using
16832the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16833following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16834the output received from @sc{gdb/mi}.
16835
16836@subsubheading Target Stop
16837@c Ummm... There is no "-stop" command. This assumes async, no?
16838Here's an example of stopping the inferior process:
16839
16840@smallexample
16841-> -stop
16842<- (@value{GDBP})
16843@end smallexample
16844
16845@noindent
16846and later:
16847
16848@smallexample
16849<- *stop,reason="stop",address="0x123",source="a.c:123"
16850<- (@value{GDBP})
16851@end smallexample
16852
16853@subsubheading Simple CLI Command
16854
16855Here's an example of a simple CLI command being passed through
16856@sc{gdb/mi} and on to the CLI.
16857
16858@smallexample
16859-> print 1+2
16860<- &"print 1+2\n"
16861<- ~"$1 = 3\n"
16862<- ^done
16863<- (@value{GDBP})
16864@end smallexample
16865
16866@subsubheading Command With Side Effects
16867
16868@smallexample
16869-> -symbol-file xyz.exe
16870<- *breakpoint,nr="3",address="0x123",source="a.c:123"
16871<- (@value{GDBP})
16872@end smallexample
16873
16874@subsubheading A Bad Command
16875
16876Here's what happens if you pass a non-existent command:
16877
16878@smallexample
16879-> -rubbish
16880<- ^error,msg="Undefined MI command: rubbish"
16881<- (@value{GDBP})
16882@end smallexample
16883
16884@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16885@node GDB/MI Compatibility with CLI
16886@section @sc{gdb/mi} Compatibility with CLI
16887
16888@cindex compatibility, @sc{gdb/mi} and CLI
16889@cindex @sc{gdb/mi}, compatibility with CLI
16890To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16891accepts existing CLI commands. As specified by the syntax, such
16892commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16893respond.
16894
16895This mechanism is provided as an aid to developers of @sc{gdb/mi}
16896clients and not as a reliable interface into the CLI. Since the command
16897is being interpreteted in an environment that assumes @sc{gdb/mi}
16898behaviour, the exact output of such commands is likely to end up being
16899an un-supported hybrid of @sc{gdb/mi} and CLI output.
16900
16901@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16902@node GDB/MI Output Records
16903@section @sc{gdb/mi} Output Records
16904
16905@menu
16906* GDB/MI Result Records::
16907* GDB/MI Stream Records::
16908* GDB/MI Out-of-band Records::
16909@end menu
16910
16911@node GDB/MI Result Records
16912@subsection @sc{gdb/mi} Result Records
16913
16914@cindex result records in @sc{gdb/mi}
16915@cindex @sc{gdb/mi}, result records
16916In addition to a number of out-of-band notifications, the response to a
16917@sc{gdb/mi} command includes one of the following result indications:
16918
16919@table @code
16920@findex ^done
16921@item "^done" [ "," @var{results} ]
16922The synchronous operation was successful, @code{@var{results}} are the return
16923values.
16924
16925@item "^running"
16926@findex ^running
16927@c Is this one correct? Should it be an out-of-band notification?
16928The asynchronous operation was successfully started. The target is
16929running.
16930
16931@item "^error" "," @var{c-string}
16932@findex ^error
16933The operation failed. The @code{@var{c-string}} contains the corresponding
16934error message.
16935@end table
16936
16937@node GDB/MI Stream Records
16938@subsection @sc{gdb/mi} Stream Records
16939
16940@cindex @sc{gdb/mi}, stream records
16941@cindex stream records in @sc{gdb/mi}
16942@value{GDBN} internally maintains a number of output streams: the console, the
16943target, and the log. The output intended for each of these streams is
16944funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16945
16946Each stream record begins with a unique @dfn{prefix character} which
16947identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16948Syntax}). In addition to the prefix, each stream record contains a
16949@code{@var{string-output}}. This is either raw text (with an implicit new
16950line) or a quoted C string (which does not contain an implicit newline).
16951
16952@table @code
16953@item "~" @var{string-output}
16954The console output stream contains text that should be displayed in the
16955CLI console window. It contains the textual responses to CLI commands.
16956
16957@item "@@" @var{string-output}
16958The target output stream contains any textual output from the running
16959target.
16960
16961@item "&" @var{string-output}
16962The log stream contains debugging messages being produced by @value{GDBN}'s
16963internals.
16964@end table
16965
16966@node GDB/MI Out-of-band Records
16967@subsection @sc{gdb/mi} Out-of-band Records
16968
16969@cindex out-of-band records in @sc{gdb/mi}
16970@cindex @sc{gdb/mi}, out-of-band records
16971@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
16972additional changes that have occurred. Those changes can either be a
16973consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
16974target activity (e.g., target stopped).
16975
16976The following is a preliminary list of possible out-of-band records.
034dad6f 16977In particular, the @var{exec-async-output} records.
922fbb7b
AC
16978
16979@table @code
034dad6f
BR
16980@item *stopped,reason="@var{reason}"
16981@end table
16982
16983@var{reason} can be one of the following:
16984
16985@table @code
16986@item breakpoint-hit
16987A breakpoint was reached.
16988@item watchpoint-trigger
16989A watchpoint was triggered.
16990@item read-watchpoint-trigger
16991A read watchpoint was triggered.
16992@item access-watchpoint-trigger
16993An access watchpoint was triggered.
16994@item function-finished
16995An -exec-finish or similar CLI command was accomplished.
16996@item location-reached
16997An -exec-until or similar CLI command was accomplished.
16998@item watchpoint-scope
16999A watchpoint has gone out of scope.
17000@item end-stepping-range
17001An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
17002similar CLI command was accomplished.
17003@item exited-signalled
17004The inferior exited because of a signal.
17005@item exited
17006The inferior exited.
17007@item exited-normally
17008The inferior exited normally.
17009@item signal-received
17010A signal was received by the inferior.
922fbb7b
AC
17011@end table
17012
17013
17014@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17015@node GDB/MI Command Description Format
17016@section @sc{gdb/mi} Command Description Format
17017
17018The remaining sections describe blocks of commands. Each block of
17019commands is laid out in a fashion similar to this section.
17020
17021Note the the line breaks shown in the examples are here only for
17022readability. They don't appear in the real output.
17023Also note that the commands with a non-available example (N.A.@:) are
17024not yet implemented.
17025
17026@subheading Motivation
17027
17028The motivation for this collection of commands.
17029
17030@subheading Introduction
17031
17032A brief introduction to this collection of commands as a whole.
17033
17034@subheading Commands
17035
17036For each command in the block, the following is described:
17037
17038@subsubheading Synopsis
17039
17040@smallexample
17041 -command @var{args}@dots{}
17042@end smallexample
17043
922fbb7b
AC
17044@subsubheading Result
17045
265eeb58 17046@subsubheading @value{GDBN} Command
922fbb7b 17047
265eeb58 17048The corresponding @value{GDBN} CLI command(s), if any.
922fbb7b
AC
17049
17050@subsubheading Example
17051
922fbb7b
AC
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
3cb3b8df
BR
19126@subheading The @code{-inferior-tty-set} Command
19127@findex -inferior-tty-set
19128
19129@subheading Synopsis
19130
19131@smallexample
19132-inferior-tty-set /dev/pts/1
19133@end smallexample
19134
19135Set terminal for future runs of the program being debugged.
19136
19137@subheading @value{GDBN} Command
19138
19139The corresponding @value{GDBN} command is @samp{set inferior-tty /dev/pts/1}.
19140
19141@subheading Example
19142
19143@smallexample
19144(@value{GDBP})
19145-inferior-tty-set /dev/pts/1
19146^done
19147(@value{GDBP})
19148@end smallexample
19149
19150@subheading The @code{-inferior-tty-show} Command
19151@findex -inferior-tty-show
19152
19153@subheading Synopsis
19154
19155@smallexample
19156-inferior-tty-show
19157@end smallexample
19158
19159Show terminal for future runs of program being debugged.
19160
19161@subheading @value{GDBN} Command
19162
38f1196a 19163The corresponding @value{GDBN} command is @samp{show inferior-tty}.
3cb3b8df
BR
19164
19165@subheading Example
19166
19167@smallexample
19168(@value{GDBP})
19169-inferior-tty-set /dev/pts/1
19170^done
19171(@value{GDBP})
19172-inferior-tty-show
19173^done,inferior_tty_terminal="/dev/pts/1"
19174(@value{GDBP})
19175@end smallexample
19176
922fbb7b
AC
19177@ignore
19178@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19179@node GDB/MI Kod Commands
19180@section @sc{gdb/mi} Kod Commands
19181
19182The Kod commands are not implemented.
19183
19184@c @subheading -kod-info
19185
19186@c @subheading -kod-list
19187
19188@c @subheading -kod-list-object-types
19189
19190@c @subheading -kod-show
19191
19192@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19193@node GDB/MI Memory Overlay Commands
19194@section @sc{gdb/mi} Memory Overlay Commands
19195
19196The memory overlay commands are not implemented.
19197
19198@c @subheading -overlay-auto
19199
19200@c @subheading -overlay-list-mapping-state
19201
19202@c @subheading -overlay-list-overlays
19203
19204@c @subheading -overlay-map
19205
19206@c @subheading -overlay-off
19207
19208@c @subheading -overlay-on
19209
19210@c @subheading -overlay-unmap
19211
19212@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19213@node GDB/MI Signal Handling Commands
19214@section @sc{gdb/mi} Signal Handling Commands
19215
19216Signal handling commands are not implemented.
19217
19218@c @subheading -signal-handle
19219
19220@c @subheading -signal-list-handle-actions
19221
19222@c @subheading -signal-list-signal-types
19223@end ignore
19224
19225
19226@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19227@node GDB/MI Stack Manipulation
19228@section @sc{gdb/mi} Stack Manipulation Commands
19229
dcaaae04
NR
19230
19231@subheading The @code{-stack-info-frame} Command
19232@findex -stack-info-frame
19233
19234@subsubheading Synopsis
19235
19236@smallexample
19237 -stack-info-frame
19238@end smallexample
19239
19240Get info on the selected frame.
19241
19242@subsubheading @value{GDBN} Command
19243
19244The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19245(without arguments).
19246
19247@subsubheading Example
19248
19249@smallexample
19250(@value{GDBP})
19251-stack-info-frame
19252^done,frame=@{level="1",addr="0x0001076c",func="callee3",
19253file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19254fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@}
19255(@value{GDBP})
19256@end smallexample
19257
922fbb7b
AC
19258@subheading The @code{-stack-info-depth} Command
19259@findex -stack-info-depth
19260
19261@subsubheading Synopsis
19262
19263@smallexample
19264 -stack-info-depth [ @var{max-depth} ]
19265@end smallexample
19266
19267Return the depth of the stack. If the integer argument @var{max-depth}
19268is specified, do not count beyond @var{max-depth} frames.
19269
19270@subsubheading @value{GDBN} Command
19271
19272There's no equivalent @value{GDBN} command.
19273
19274@subsubheading Example
19275
19276For a stack with frame levels 0 through 11:
19277
19278@smallexample
19279(@value{GDBP})
19280-stack-info-depth
19281^done,depth="12"
19282(@value{GDBP})
19283-stack-info-depth 4
19284^done,depth="4"
19285(@value{GDBP})
19286-stack-info-depth 12
19287^done,depth="12"
19288(@value{GDBP})
19289-stack-info-depth 11
19290^done,depth="11"
19291(@value{GDBP})
19292-stack-info-depth 13
19293^done,depth="12"
19294(@value{GDBP})
19295@end smallexample
19296
19297@subheading The @code{-stack-list-arguments} Command
19298@findex -stack-list-arguments
19299
19300@subsubheading Synopsis
19301
19302@smallexample
19303 -stack-list-arguments @var{show-values}
19304 [ @var{low-frame} @var{high-frame} ]
19305@end smallexample
19306
19307Display a list of the arguments for the frames between @var{low-frame}
19308and @var{high-frame} (inclusive). If @var{low-frame} and
19309@var{high-frame} are not provided, list the arguments for the whole call
19310stack.
19311
19312The @var{show-values} argument must have a value of 0 or 1. A value of
193130 means that only the names of the arguments are listed, a value of 1
19314means that both names and values of the arguments are printed.
19315
19316@subsubheading @value{GDBN} Command
19317
19318@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
19319@samp{gdb_get_args} command which partially overlaps with the
19320functionality of @samp{-stack-list-arguments}.
19321
19322@subsubheading Example
19323
19324@smallexample
19325(@value{GDBP})
19326-stack-list-frames
19327^done,
19328stack=[
19329frame=@{level="0",addr="0x00010734",func="callee4",
76ff342d
DJ
19330file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19331fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
922fbb7b 19332frame=@{level="1",addr="0x0001076c",func="callee3",
76ff342d
DJ
19333file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19334fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
922fbb7b 19335frame=@{level="2",addr="0x0001078c",func="callee2",
76ff342d
DJ
19336file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19337fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
922fbb7b 19338frame=@{level="3",addr="0x000107b4",func="callee1",
76ff342d
DJ
19339file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19340fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
922fbb7b 19341frame=@{level="4",addr="0x000107e0",func="main",
76ff342d
DJ
19342file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19343fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
922fbb7b
AC
19344(@value{GDBP})
19345-stack-list-arguments 0
19346^done,
19347stack-args=[
19348frame=@{level="0",args=[]@},
19349frame=@{level="1",args=[name="strarg"]@},
19350frame=@{level="2",args=[name="intarg",name="strarg"]@},
19351frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19352frame=@{level="4",args=[]@}]
19353(@value{GDBP})
19354-stack-list-arguments 1
19355^done,
19356stack-args=[
19357frame=@{level="0",args=[]@},
19358frame=@{level="1",
19359 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19360frame=@{level="2",args=[
19361@{name="intarg",value="2"@},
19362@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19363@{frame=@{level="3",args=[
19364@{name="intarg",value="2"@},
19365@{name="strarg",value="0x11940 \"A string argument.\""@},
19366@{name="fltarg",value="3.5"@}]@},
19367frame=@{level="4",args=[]@}]
19368(@value{GDBP})
19369-stack-list-arguments 0 2 2
19370^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19371(@value{GDBP})
19372-stack-list-arguments 1 2 2
19373^done,stack-args=[frame=@{level="2",
19374args=[@{name="intarg",value="2"@},
19375@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19376(@value{GDBP})
19377@end smallexample
19378
19379@c @subheading -stack-list-exception-handlers
19380
19381
19382@subheading The @code{-stack-list-frames} Command
19383@findex -stack-list-frames
19384
19385@subsubheading Synopsis
19386
19387@smallexample
19388 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19389@end smallexample
19390
19391List the frames currently on the stack. For each frame it displays the
19392following info:
19393
19394@table @samp
19395@item @var{level}
19396The frame number, 0 being the topmost frame, i.e. the innermost function.
19397@item @var{addr}
19398The @code{$pc} value for that frame.
19399@item @var{func}
19400Function name.
19401@item @var{file}
19402File name of the source file where the function lives.
19403@item @var{line}
19404Line number corresponding to the @code{$pc}.
19405@end table
19406
19407If invoked without arguments, this command prints a backtrace for the
19408whole stack. If given two integer arguments, it shows the frames whose
19409levels are between the two arguments (inclusive). If the two arguments
19410are equal, it shows the single frame at the corresponding level.
19411
19412@subsubheading @value{GDBN} Command
19413
19414The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19415
19416@subsubheading Example
19417
19418Full stack backtrace:
19419
19420@smallexample
19421(@value{GDBP})
19422-stack-list-frames
19423^done,stack=
19424[frame=@{level="0",addr="0x0001076c",func="foo",
76ff342d 19425 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@},
922fbb7b 19426frame=@{level="1",addr="0x000107a4",func="foo",
76ff342d 19427 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19428frame=@{level="2",addr="0x000107a4",func="foo",
76ff342d 19429 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19430frame=@{level="3",addr="0x000107a4",func="foo",
76ff342d 19431 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19432frame=@{level="4",addr="0x000107a4",func="foo",
76ff342d 19433 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19434frame=@{level="5",addr="0x000107a4",func="foo",
76ff342d 19435 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19436frame=@{level="6",addr="0x000107a4",func="foo",
76ff342d 19437 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19438frame=@{level="7",addr="0x000107a4",func="foo",
76ff342d 19439 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19440frame=@{level="8",addr="0x000107a4",func="foo",
76ff342d 19441 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19442frame=@{level="9",addr="0x000107a4",func="foo",
76ff342d 19443 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19444frame=@{level="10",addr="0x000107a4",func="foo",
76ff342d 19445 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19446frame=@{level="11",addr="0x00010738",func="main",
76ff342d 19447 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}]
922fbb7b
AC
19448(@value{GDBP})
19449@end smallexample
19450
19451Show frames between @var{low_frame} and @var{high_frame}:
19452
19453@smallexample
19454(@value{GDBP})
19455-stack-list-frames 3 5
19456^done,stack=
19457[frame=@{level="3",addr="0x000107a4",func="foo",
76ff342d 19458 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19459frame=@{level="4",addr="0x000107a4",func="foo",
76ff342d 19460 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
922fbb7b 19461frame=@{level="5",addr="0x000107a4",func="foo",
76ff342d 19462 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
922fbb7b
AC
19463(@value{GDBP})
19464@end smallexample
19465
19466Show a single frame:
19467
19468@smallexample
19469(@value{GDBP})
19470-stack-list-frames 3 3
19471^done,stack=
19472[frame=@{level="3",addr="0x000107a4",func="foo",
76ff342d 19473 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
922fbb7b
AC
19474(@value{GDBP})
19475@end smallexample
19476
19477
19478@subheading The @code{-stack-list-locals} Command
19479@findex -stack-list-locals
19480
19481@subsubheading Synopsis
19482
19483@smallexample
19484 -stack-list-locals @var{print-values}
19485@end smallexample
19486
265eeb58
NR
19487Display the local variable names for the selected frame. If
19488@var{print-values} is 0 or @code{--no-values}, print only the names of
19489the variables; if it is 1 or @code{--all-values}, print also their
19490values; and if it is 2 or @code{--simple-values}, print the name,
19491type and value for simple data types and the name and type for arrays,
19492structures and unions. In this last case, a frontend can immediately
19493display the value of simple data types and create variable objects for
19494other data types when the the user wishes to explore their values in
bc8ced35 19495more detail.
922fbb7b
AC
19496
19497@subsubheading @value{GDBN} Command
19498
19499@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19500
19501@subsubheading Example
19502
19503@smallexample
19504(@value{GDBP})
19505-stack-list-locals 0
19506^done,locals=[name="A",name="B",name="C"]
19507(@value{GDBP})
bc8ced35 19508-stack-list-locals --all-values
922fbb7b 19509^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
19510 @{name="C",value="@{1, 2, 3@}"@}]
19511-stack-list-locals --simple-values
19512^done,locals=[@{name="A",type="int",value="1"@},
19513 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
19514(@value{GDBP})
19515@end smallexample
19516
19517
19518@subheading The @code{-stack-select-frame} Command
19519@findex -stack-select-frame
19520
19521@subsubheading Synopsis
19522
19523@smallexample
19524 -stack-select-frame @var{framenum}
19525@end smallexample
19526
265eeb58 19527Change the selected frame. Select a different frame @var{framenum} on
922fbb7b
AC
19528the stack.
19529
19530@subsubheading @value{GDBN} Command
19531
19532The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19533@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19534
19535@subsubheading Example
19536
19537@smallexample
19538(@value{GDBP})
19539-stack-select-frame 2
19540^done
19541(@value{GDBP})
19542@end smallexample
19543
19544@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19545@node GDB/MI Symbol Query
19546@section @sc{gdb/mi} Symbol Query Commands
19547
19548
19549@subheading The @code{-symbol-info-address} Command
19550@findex -symbol-info-address
19551
19552@subsubheading Synopsis
19553
19554@smallexample
19555 -symbol-info-address @var{symbol}
19556@end smallexample
19557
19558Describe where @var{symbol} is stored.
19559
19560@subsubheading @value{GDBN} Command
19561
19562The corresponding @value{GDBN} command is @samp{info address}.
19563
19564@subsubheading Example
19565N.A.
19566
19567
19568@subheading The @code{-symbol-info-file} Command
19569@findex -symbol-info-file
19570
19571@subsubheading Synopsis
19572
19573@smallexample
19574 -symbol-info-file
19575@end smallexample
19576
19577Show the file for the symbol.
19578
19579@subsubheading @value{GDBN} Command
19580
19581There's no equivalent @value{GDBN} command. @code{gdbtk} has
19582@samp{gdb_find_file}.
19583
19584@subsubheading Example
19585N.A.
19586
19587
19588@subheading The @code{-symbol-info-function} Command
19589@findex -symbol-info-function
19590
19591@subsubheading Synopsis
19592
19593@smallexample
19594 -symbol-info-function
19595@end smallexample
19596
19597Show which function the symbol lives in.
19598
19599@subsubheading @value{GDBN} Command
19600
19601@samp{gdb_get_function} in @code{gdbtk}.
19602
19603@subsubheading Example
19604N.A.
19605
19606
19607@subheading The @code{-symbol-info-line} Command
19608@findex -symbol-info-line
19609
19610@subsubheading Synopsis
19611
19612@smallexample
19613 -symbol-info-line
19614@end smallexample
19615
19616Show the core addresses of the code for a source line.
19617
19618@subsubheading @value{GDBN} Command
19619
71952f4c 19620The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
19621@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19622
19623@subsubheading Example
19624N.A.
19625
19626
19627@subheading The @code{-symbol-info-symbol} Command
19628@findex -symbol-info-symbol
19629
19630@subsubheading Synopsis
19631
19632@smallexample
19633 -symbol-info-symbol @var{addr}
19634@end smallexample
19635
19636Describe what symbol is at location @var{addr}.
19637
19638@subsubheading @value{GDBN} Command
19639
19640The corresponding @value{GDBN} command is @samp{info symbol}.
19641
19642@subsubheading Example
19643N.A.
19644
19645
19646@subheading The @code{-symbol-list-functions} Command
19647@findex -symbol-list-functions
19648
19649@subsubheading Synopsis
19650
19651@smallexample
19652 -symbol-list-functions
19653@end smallexample
19654
19655List the functions in the executable.
19656
19657@subsubheading @value{GDBN} Command
19658
19659@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19660@samp{gdb_search} in @code{gdbtk}.
19661
19662@subsubheading Example
19663N.A.
19664
19665
32e7087d
JB
19666@subheading The @code{-symbol-list-lines} Command
19667@findex -symbol-list-lines
19668
19669@subsubheading Synopsis
19670
19671@smallexample
19672 -symbol-list-lines @var{filename}
19673@end smallexample
19674
19675Print the list of lines that contain code and their associated program
19676addresses for the given source filename. The entries are sorted in
19677ascending PC order.
19678
19679@subsubheading @value{GDBN} Command
19680
19681There is no corresponding @value{GDBN} command.
19682
19683@subsubheading Example
19684@smallexample
19685(@value{GDBP})
19686-symbol-list-lines basics.c
54ff5908 19687^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
19688(@value{GDBP})
19689@end smallexample
19690
19691
922fbb7b
AC
19692@subheading The @code{-symbol-list-types} Command
19693@findex -symbol-list-types
19694
19695@subsubheading Synopsis
19696
19697@smallexample
19698 -symbol-list-types
19699@end smallexample
19700
19701List all the type names.
19702
19703@subsubheading @value{GDBN} Command
19704
19705The corresponding commands are @samp{info types} in @value{GDBN},
19706@samp{gdb_search} in @code{gdbtk}.
19707
19708@subsubheading Example
19709N.A.
19710
19711
19712@subheading The @code{-symbol-list-variables} Command
19713@findex -symbol-list-variables
19714
19715@subsubheading Synopsis
19716
19717@smallexample
19718 -symbol-list-variables
19719@end smallexample
19720
19721List all the global and static variable names.
19722
19723@subsubheading @value{GDBN} Command
19724
19725@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19726
19727@subsubheading Example
19728N.A.
19729
19730
19731@subheading The @code{-symbol-locate} Command
19732@findex -symbol-locate
19733
19734@subsubheading Synopsis
19735
19736@smallexample
19737 -symbol-locate
19738@end smallexample
19739
19740@subsubheading @value{GDBN} Command
19741
19742@samp{gdb_loc} in @code{gdbtk}.
19743
19744@subsubheading Example
19745N.A.
19746
19747
19748@subheading The @code{-symbol-type} Command
19749@findex -symbol-type
19750
19751@subsubheading Synopsis
19752
19753@smallexample
19754 -symbol-type @var{variable}
19755@end smallexample
19756
19757Show type of @var{variable}.
19758
19759@subsubheading @value{GDBN} Command
19760
19761The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19762@samp{gdb_obj_variable}.
19763
19764@subsubheading Example
19765N.A.
19766
19767
19768@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19769@node GDB/MI Target Manipulation
19770@section @sc{gdb/mi} Target Manipulation Commands
19771
19772
19773@subheading The @code{-target-attach} Command
19774@findex -target-attach
19775
19776@subsubheading Synopsis
19777
19778@smallexample
19779 -target-attach @var{pid} | @var{file}
19780@end smallexample
19781
19782Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19783
19784@subsubheading @value{GDBN} command
19785
19786The corresponding @value{GDBN} command is @samp{attach}.
19787
19788@subsubheading Example
19789N.A.
19790
19791
19792@subheading The @code{-target-compare-sections} Command
19793@findex -target-compare-sections
19794
19795@subsubheading Synopsis
19796
19797@smallexample
19798 -target-compare-sections [ @var{section} ]
19799@end smallexample
19800
19801Compare data of section @var{section} on target to the exec file.
19802Without the argument, all sections are compared.
19803
19804@subsubheading @value{GDBN} Command
19805
19806The @value{GDBN} equivalent is @samp{compare-sections}.
19807
19808@subsubheading Example
19809N.A.
19810
19811
19812@subheading The @code{-target-detach} Command
19813@findex -target-detach
19814
19815@subsubheading Synopsis
19816
19817@smallexample
19818 -target-detach
19819@end smallexample
19820
19821Disconnect from the remote target. There's no output.
19822
19823@subsubheading @value{GDBN} command
19824
19825The corresponding @value{GDBN} command is @samp{detach}.
19826
19827@subsubheading Example
19828
19829@smallexample
19830(@value{GDBP})
19831-target-detach
19832^done
19833(@value{GDBP})
19834@end smallexample
19835
19836
07f31aa6
DJ
19837@subheading The @code{-target-disconnect} Command
19838@findex -target-disconnect
19839
19840@subsubheading Synopsis
19841
19842@example
19843 -target-disconnect
19844@end example
19845
19846Disconnect from the remote target. There's no output.
19847
19848@subsubheading @value{GDBN} command
19849
19850The corresponding @value{GDBN} command is @samp{disconnect}.
19851
19852@subsubheading Example
19853
19854@smallexample
19855(@value{GDBP})
19856-target-disconnect
19857^done
19858(@value{GDBP})
19859@end smallexample
19860
19861
922fbb7b
AC
19862@subheading The @code{-target-download} Command
19863@findex -target-download
19864
19865@subsubheading Synopsis
19866
19867@smallexample
19868 -target-download
19869@end smallexample
19870
19871Loads the executable onto the remote target.
19872It prints out an update message every half second, which includes the fields:
19873
19874@table @samp
19875@item section
19876The name of the section.
19877@item section-sent
19878The size of what has been sent so far for that section.
19879@item section-size
19880The size of the section.
19881@item total-sent
19882The total size of what was sent so far (the current and the previous sections).
19883@item total-size
19884The size of the overall executable to download.
19885@end table
19886
19887@noindent
19888Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19889@sc{gdb/mi} Output Syntax}).
19890
19891In addition, it prints the name and size of the sections, as they are
19892downloaded. These messages include the following fields:
19893
19894@table @samp
19895@item section
19896The name of the section.
19897@item section-size
19898The size of the section.
19899@item total-size
19900The size of the overall executable to download.
19901@end table
19902
19903@noindent
19904At the end, a summary is printed.
19905
19906@subsubheading @value{GDBN} Command
19907
19908The corresponding @value{GDBN} command is @samp{load}.
19909
19910@subsubheading Example
19911
19912Note: each status message appears on a single line. Here the messages
19913have been broken down so that they can fit onto a page.
19914
19915@smallexample
19916(@value{GDBP})
19917-target-download
19918+download,@{section=".text",section-size="6668",total-size="9880"@}
19919+download,@{section=".text",section-sent="512",section-size="6668",
19920total-sent="512",total-size="9880"@}
19921+download,@{section=".text",section-sent="1024",section-size="6668",
19922total-sent="1024",total-size="9880"@}
19923+download,@{section=".text",section-sent="1536",section-size="6668",
19924total-sent="1536",total-size="9880"@}
19925+download,@{section=".text",section-sent="2048",section-size="6668",
19926total-sent="2048",total-size="9880"@}
19927+download,@{section=".text",section-sent="2560",section-size="6668",
19928total-sent="2560",total-size="9880"@}
19929+download,@{section=".text",section-sent="3072",section-size="6668",
19930total-sent="3072",total-size="9880"@}
19931+download,@{section=".text",section-sent="3584",section-size="6668",
19932total-sent="3584",total-size="9880"@}
19933+download,@{section=".text",section-sent="4096",section-size="6668",
19934total-sent="4096",total-size="9880"@}
19935+download,@{section=".text",section-sent="4608",section-size="6668",
19936total-sent="4608",total-size="9880"@}
19937+download,@{section=".text",section-sent="5120",section-size="6668",
19938total-sent="5120",total-size="9880"@}
19939+download,@{section=".text",section-sent="5632",section-size="6668",
19940total-sent="5632",total-size="9880"@}
19941+download,@{section=".text",section-sent="6144",section-size="6668",
19942total-sent="6144",total-size="9880"@}
19943+download,@{section=".text",section-sent="6656",section-size="6668",
19944total-sent="6656",total-size="9880"@}
19945+download,@{section=".init",section-size="28",total-size="9880"@}
19946+download,@{section=".fini",section-size="28",total-size="9880"@}
19947+download,@{section=".data",section-size="3156",total-size="9880"@}
19948+download,@{section=".data",section-sent="512",section-size="3156",
19949total-sent="7236",total-size="9880"@}
19950+download,@{section=".data",section-sent="1024",section-size="3156",
19951total-sent="7748",total-size="9880"@}
19952+download,@{section=".data",section-sent="1536",section-size="3156",
19953total-sent="8260",total-size="9880"@}
19954+download,@{section=".data",section-sent="2048",section-size="3156",
19955total-sent="8772",total-size="9880"@}
19956+download,@{section=".data",section-sent="2560",section-size="3156",
19957total-sent="9284",total-size="9880"@}
19958+download,@{section=".data",section-sent="3072",section-size="3156",
19959total-sent="9796",total-size="9880"@}
19960^done,address="0x10004",load-size="9880",transfer-rate="6586",
19961write-rate="429"
19962(@value{GDBP})
19963@end smallexample
19964
19965
19966@subheading The @code{-target-exec-status} Command
19967@findex -target-exec-status
19968
19969@subsubheading Synopsis
19970
19971@smallexample
19972 -target-exec-status
19973@end smallexample
19974
19975Provide information on the state of the target (whether it is running or
19976not, for instance).
19977
19978@subsubheading @value{GDBN} Command
19979
19980There's no equivalent @value{GDBN} command.
19981
19982@subsubheading Example
19983N.A.
19984
19985
19986@subheading The @code{-target-list-available-targets} Command
19987@findex -target-list-available-targets
19988
19989@subsubheading Synopsis
19990
19991@smallexample
19992 -target-list-available-targets
19993@end smallexample
19994
19995List the possible targets to connect to.
19996
19997@subsubheading @value{GDBN} Command
19998
19999The corresponding @value{GDBN} command is @samp{help target}.
20000
20001@subsubheading Example
20002N.A.
20003
20004
20005@subheading The @code{-target-list-current-targets} Command
20006@findex -target-list-current-targets
20007
20008@subsubheading Synopsis
20009
20010@smallexample
20011 -target-list-current-targets
20012@end smallexample
20013
20014Describe the current target.
20015
20016@subsubheading @value{GDBN} Command
20017
20018The corresponding information is printed by @samp{info file} (among
20019other things).
20020
20021@subsubheading Example
20022N.A.
20023
20024
20025@subheading The @code{-target-list-parameters} Command
20026@findex -target-list-parameters
20027
20028@subsubheading Synopsis
20029
20030@smallexample
20031 -target-list-parameters
20032@end smallexample
20033
20034@c ????
20035
20036@subsubheading @value{GDBN} Command
20037
20038No equivalent.
20039
20040@subsubheading Example
20041N.A.
20042
20043
20044@subheading The @code{-target-select} Command
20045@findex -target-select
20046
20047@subsubheading Synopsis
20048
20049@smallexample
20050 -target-select @var{type} @var{parameters @dots{}}
20051@end smallexample
20052
20053Connect @value{GDBN} to the remote target. This command takes two args:
20054
20055@table @samp
20056@item @var{type}
20057The type of target, for instance @samp{async}, @samp{remote}, etc.
20058@item @var{parameters}
20059Device names, host names and the like. @xref{Target Commands, ,
20060Commands for managing targets}, for more details.
20061@end table
20062
20063The output is a connection notification, followed by the address at
20064which the target program is, in the following form:
20065
20066@smallexample
20067^connected,addr="@var{address}",func="@var{function name}",
20068 args=[@var{arg list}]
20069@end smallexample
20070
20071@subsubheading @value{GDBN} Command
20072
20073The corresponding @value{GDBN} command is @samp{target}.
20074
20075@subsubheading Example
20076
20077@smallexample
20078(@value{GDBP})
20079-target-select async /dev/ttya
20080^connected,addr="0xfe00a300",func="??",args=[]
20081(@value{GDBP})
20082@end smallexample
20083
20084@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20085@node GDB/MI Thread Commands
20086@section @sc{gdb/mi} Thread Commands
20087
20088
20089@subheading The @code{-thread-info} Command
20090@findex -thread-info
20091
20092@subsubheading Synopsis
20093
20094@smallexample
20095 -thread-info
20096@end smallexample
20097
20098@subsubheading @value{GDBN} command
20099
20100No equivalent.
20101
20102@subsubheading Example
20103N.A.
20104
20105
20106@subheading The @code{-thread-list-all-threads} Command
20107@findex -thread-list-all-threads
20108
20109@subsubheading Synopsis
20110
20111@smallexample
20112 -thread-list-all-threads
20113@end smallexample
20114
20115@subsubheading @value{GDBN} Command
20116
20117The equivalent @value{GDBN} command is @samp{info threads}.
20118
20119@subsubheading Example
20120N.A.
20121
20122
20123@subheading The @code{-thread-list-ids} Command
20124@findex -thread-list-ids
20125
20126@subsubheading Synopsis
20127
20128@smallexample
20129 -thread-list-ids
20130@end smallexample
20131
20132Produces a list of the currently known @value{GDBN} thread ids. At the
20133end of the list it also prints the total number of such threads.
20134
20135@subsubheading @value{GDBN} Command
20136
20137Part of @samp{info threads} supplies the same information.
20138
20139@subsubheading Example
20140
20141No threads present, besides the main process:
20142
20143@smallexample
20144(@value{GDBP})
20145-thread-list-ids
20146^done,thread-ids=@{@},number-of-threads="0"
20147(@value{GDBP})
20148@end smallexample
20149
20150
20151Several threads:
20152
20153@smallexample
20154(@value{GDBP})
20155-thread-list-ids
20156^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20157number-of-threads="3"
20158(@value{GDBP})
20159@end smallexample
20160
20161
20162@subheading The @code{-thread-select} Command
20163@findex -thread-select
20164
20165@subsubheading Synopsis
20166
20167@smallexample
20168 -thread-select @var{threadnum}
20169@end smallexample
20170
20171Make @var{threadnum} the current thread. It prints the number of the new
20172current thread, and the topmost frame for that thread.
20173
20174@subsubheading @value{GDBN} Command
20175
20176The corresponding @value{GDBN} command is @samp{thread}.
20177
20178@subsubheading Example
20179
20180@smallexample
20181(@value{GDBP})
20182-exec-next
20183^running
20184(@value{GDBP})
20185*stopped,reason="end-stepping-range",thread-id="2",line="187",
20186file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20187(@value{GDBP})
20188-thread-list-ids
20189^done,
20190thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20191number-of-threads="3"
20192(@value{GDBP})
20193-thread-select 3
20194^done,new-thread-id="3",
20195frame=@{level="0",func="vprintf",
20196args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20197@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20198(@value{GDBP})
20199@end smallexample
20200
20201@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20202@node GDB/MI Tracepoint Commands
20203@section @sc{gdb/mi} Tracepoint Commands
20204
20205The tracepoint commands are not yet implemented.
20206
20207@c @subheading -trace-actions
20208
20209@c @subheading -trace-delete
20210
20211@c @subheading -trace-disable
20212
20213@c @subheading -trace-dump
20214
20215@c @subheading -trace-enable
20216
20217@c @subheading -trace-exists
20218
20219@c @subheading -trace-find
20220
20221@c @subheading -trace-frame-number
20222
20223@c @subheading -trace-info
20224
20225@c @subheading -trace-insert
20226
20227@c @subheading -trace-list
20228
20229@c @subheading -trace-pass-count
20230
20231@c @subheading -trace-save
20232
20233@c @subheading -trace-start
20234
20235@c @subheading -trace-stop
20236
20237
20238@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20239@node GDB/MI Variable Objects
20240@section @sc{gdb/mi} Variable Objects
20241
20242
20243@subheading Motivation for Variable Objects in @sc{gdb/mi}
20244
20245For the implementation of a variable debugger window (locals, watched
20246expressions, etc.), we are proposing the adaptation of the existing code
20247used by @code{Insight}.
20248
20249The two main reasons for that are:
20250
20251@enumerate 1
20252@item
20253It has been proven in practice (it is already on its second generation).
20254
20255@item
20256It will shorten development time (needless to say how important it is
20257now).
20258@end enumerate
20259
20260The original interface was designed to be used by Tcl code, so it was
20261slightly changed so it could be used through @sc{gdb/mi}. This section
20262describes the @sc{gdb/mi} operations that will be available and gives some
20263hints about their use.
20264
20265@emph{Note}: In addition to the set of operations described here, we
20266expect the @sc{gui} implementation of a variable window to require, at
20267least, the following operations:
20268
20269@itemize @bullet
20270@item @code{-gdb-show} @code{output-radix}
20271@item @code{-stack-list-arguments}
20272@item @code{-stack-list-locals}
20273@item @code{-stack-select-frame}
20274@end itemize
20275
20276@subheading Introduction to Variable Objects in @sc{gdb/mi}
20277
20278@cindex variable objects in @sc{gdb/mi}
20279The basic idea behind variable objects is the creation of a named object
20280to represent a variable, an expression, a memory location or even a CPU
20281register. For each object created, a set of operations is available for
20282examining or changing its properties.
20283
20284Furthermore, complex data types, such as C structures, are represented
20285in a tree format. For instance, the @code{struct} type variable is the
20286root and the children will represent the struct members. If a child
20287is itself of a complex type, it will also have children of its own.
20288Appropriate language differences are handled for C, C@t{++} and Java.
20289
20290When returning the actual values of the objects, this facility allows
20291for the individual selection of the display format used in the result
20292creation. It can be chosen among: binary, decimal, hexadecimal, octal
20293and natural. Natural refers to a default format automatically
20294chosen based on the variable type (like decimal for an @code{int}, hex
20295for pointers, etc.).
20296
20297The following is the complete set of @sc{gdb/mi} operations defined to
20298access this functionality:
20299
20300@multitable @columnfractions .4 .6
20301@item @strong{Operation}
20302@tab @strong{Description}
20303
20304@item @code{-var-create}
20305@tab create a variable object
20306@item @code{-var-delete}
20307@tab delete the variable object and its children
20308@item @code{-var-set-format}
20309@tab set the display format of this variable
20310@item @code{-var-show-format}
20311@tab show the display format of this variable
20312@item @code{-var-info-num-children}
20313@tab tells how many children this object has
20314@item @code{-var-list-children}
20315@tab return a list of the object's children
20316@item @code{-var-info-type}
20317@tab show the type of this variable object
20318@item @code{-var-info-expression}
20319@tab print what this variable object represents
20320@item @code{-var-show-attributes}
20321@tab is this variable editable? does it exist here?
20322@item @code{-var-evaluate-expression}
20323@tab get the value of this variable
20324@item @code{-var-assign}
20325@tab set the value of this variable
20326@item @code{-var-update}
20327@tab update the variable and its children
20328@end multitable
20329
20330In the next subsection we describe each operation in detail and suggest
20331how it can be used.
20332
20333@subheading Description And Use of Operations on Variable Objects
20334
20335@subheading The @code{-var-create} Command
20336@findex -var-create
20337
20338@subsubheading Synopsis
20339
20340@smallexample
20341 -var-create @{@var{name} | "-"@}
20342 @{@var{frame-addr} | "*"@} @var{expression}
20343@end smallexample
20344
20345This operation creates a variable object, which allows the monitoring of
20346a variable, the result of an expression, a memory cell or a CPU
20347register.
20348
20349The @var{name} parameter is the string by which the object can be
20350referenced. It must be unique. If @samp{-} is specified, the varobj
20351system will generate a string ``varNNNNNN'' automatically. It will be
20352unique provided that one does not specify @var{name} on that format.
20353The command fails if a duplicate name is found.
20354
20355The frame under which the expression should be evaluated can be
20356specified by @var{frame-addr}. A @samp{*} indicates that the current
20357frame should be used.
20358
20359@var{expression} is any expression valid on the current language set (must not
20360begin with a @samp{*}), or one of the following:
20361
20362@itemize @bullet
20363@item
20364@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20365
20366@item
20367@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20368
20369@item
20370@samp{$@var{regname}} --- a CPU register name
20371@end itemize
20372
20373@subsubheading Result
20374
20375This operation returns the name, number of children and the type of the
20376object created. Type is returned as a string as the ones generated by
20377the @value{GDBN} CLI:
20378
20379@smallexample
20380 name="@var{name}",numchild="N",type="@var{type}"
20381@end smallexample
20382
20383
20384@subheading The @code{-var-delete} Command
20385@findex -var-delete
20386
20387@subsubheading Synopsis
20388
20389@smallexample
20390 -var-delete @var{name}
20391@end smallexample
20392
20393Deletes a previously created variable object and all of its children.
20394
20395Returns an error if the object @var{name} is not found.
20396
20397
20398@subheading The @code{-var-set-format} Command
20399@findex -var-set-format
20400
20401@subsubheading Synopsis
20402
20403@smallexample
20404 -var-set-format @var{name} @var{format-spec}
20405@end smallexample
20406
20407Sets the output format for the value of the object @var{name} to be
20408@var{format-spec}.
20409
20410The syntax for the @var{format-spec} is as follows:
20411
20412@smallexample
20413 @var{format-spec} @expansion{}
20414 @{binary | decimal | hexadecimal | octal | natural@}
20415@end smallexample
20416
20417
20418@subheading The @code{-var-show-format} Command
20419@findex -var-show-format
20420
20421@subsubheading Synopsis
20422
20423@smallexample
20424 -var-show-format @var{name}
20425@end smallexample
20426
20427Returns the format used to display the value of the object @var{name}.
20428
20429@smallexample
20430 @var{format} @expansion{}
20431 @var{format-spec}
20432@end smallexample
20433
20434
20435@subheading The @code{-var-info-num-children} Command
20436@findex -var-info-num-children
20437
20438@subsubheading Synopsis
20439
20440@smallexample
20441 -var-info-num-children @var{name}
20442@end smallexample
20443
20444Returns the number of children of a variable object @var{name}:
20445
20446@smallexample
20447 numchild=@var{n}
20448@end smallexample
20449
20450
20451@subheading The @code{-var-list-children} Command
20452@findex -var-list-children
20453
20454@subsubheading Synopsis
20455
20456@smallexample
bc8ced35 20457 -var-list-children [@var{print-values}] @var{name}
922fbb7b 20458@end smallexample
265eeb58 20459@anchor{-var-list-children}
922fbb7b 20460
265eeb58
NR
20461Return a list of the children of the specified variable object and
20462create variable objects for them, if they do not already exist. With
20463a single argument or if @var{print-values} has a value for of 0 or
20464@code{--no-values}, print only the names of the variables; if
20465@var{print-values} is 1 or @code{--all-values}, also print their
20466values; and if it is 2 or @code{--simple-values} print the name and
20467value for simple data types and just the name for arrays, structures
20468and unions.
bc8ced35
NR
20469
20470@subsubheading Example
922fbb7b
AC
20471
20472@smallexample
bc8ced35
NR
20473(@value{GDBP})
20474 -var-list-children n
265eeb58 20475 ^done,numchild=@var{n},children=[@{name=@var{name},
922fbb7b 20476 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
20477(@value{GDBP})
20478 -var-list-children --all-values n
265eeb58 20479 ^done,numchild=@var{n},children=[@{name=@var{name},
bc8ced35 20480 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
20481@end smallexample
20482
20483
20484@subheading The @code{-var-info-type} Command
20485@findex -var-info-type
20486
20487@subsubheading Synopsis
20488
20489@smallexample
20490 -var-info-type @var{name}
20491@end smallexample
20492
20493Returns the type of the specified variable @var{name}. The type is
20494returned as a string in the same format as it is output by the
20495@value{GDBN} CLI:
20496
20497@smallexample
20498 type=@var{typename}
20499@end smallexample
20500
20501
20502@subheading The @code{-var-info-expression} Command
20503@findex -var-info-expression
20504
20505@subsubheading Synopsis
20506
20507@smallexample
20508 -var-info-expression @var{name}
20509@end smallexample
20510
20511Returns what is represented by the variable object @var{name}:
20512
20513@smallexample
20514 lang=@var{lang-spec},exp=@var{expression}
20515@end smallexample
20516
20517@noindent
20518where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20519
20520@subheading The @code{-var-show-attributes} Command
20521@findex -var-show-attributes
20522
20523@subsubheading Synopsis
20524
20525@smallexample
20526 -var-show-attributes @var{name}
20527@end smallexample
20528
20529List attributes of the specified variable object @var{name}:
20530
20531@smallexample
20532 status=@var{attr} [ ( ,@var{attr} )* ]
20533@end smallexample
20534
20535@noindent
20536where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20537
20538@subheading The @code{-var-evaluate-expression} Command
20539@findex -var-evaluate-expression
20540
20541@subsubheading Synopsis
20542
20543@smallexample
20544 -var-evaluate-expression @var{name}
20545@end smallexample
20546
20547Evaluates the expression that is represented by the specified variable
20548object and returns its value as a string in the current format specified
20549for the object:
20550
20551@smallexample
20552 value=@var{value}
20553@end smallexample
20554
20555Note that one must invoke @code{-var-list-children} for a variable
20556before the value of a child variable can be evaluated.
20557
20558@subheading The @code{-var-assign} Command
20559@findex -var-assign
20560
20561@subsubheading Synopsis
20562
20563@smallexample
20564 -var-assign @var{name} @var{expression}
20565@end smallexample
20566
20567Assigns the value of @var{expression} to the variable object specified
20568by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 20569value is altered by the assign, the variable will show up in any
922fbb7b
AC
20570subsequent @code{-var-update} list.
20571
20572@subsubheading Example
20573
20574@smallexample
20575(@value{GDBP})
20576-var-assign var1 3
20577^done,value="3"
20578(@value{GDBP})
20579-var-update *
20580^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20581(@value{GDBP})
20582@end smallexample
20583
20584@subheading The @code{-var-update} Command
20585@findex -var-update
20586
20587@subsubheading Synopsis
20588
20589@smallexample
265eeb58 20590 -var-update [@var{print-values}] @{@var{name} | "*"@}
922fbb7b
AC
20591@end smallexample
20592
20593Update the value of the variable object @var{name} by evaluating its
20594expression after fetching all the new values from memory or registers.
265eeb58
NR
20595A @samp{*} causes all existing variable objects to be updated. The
20596option @var{print-values} determines whether names and values, or just
20597names are printed in the manner described for
20598@code{@pxref{-var-list-children}}.
20599
20600@subsubheading Example
922fbb7b 20601
265eeb58
NR
20602@smallexample
20603(@value{GDBP})
20604-var-assign var1 3
20605^done,value="3"
20606(@value{GDBP})
20607-var-update --all-values var1
20608^done,changelist=[@{name="var1",value="3",in_scope="true",
20609type_changed="false"@}]
20610(@value{GDBP})
20611@end smallexample
922fbb7b
AC
20612
20613@node Annotations
20614@chapter @value{GDBN} Annotations
20615
086432e2
AC
20616This chapter describes annotations in @value{GDBN}. Annotations were
20617designed to interface @value{GDBN} to graphical user interfaces or other
20618similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
20619relatively high level.
20620
086432e2
AC
20621The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20622(@pxref{GDB/MI}).
20623
922fbb7b
AC
20624@ignore
20625This is Edition @value{EDITION}, @value{DATE}.
20626@end ignore
20627
20628@menu
20629* Annotations Overview:: What annotations are; the general syntax.
922fbb7b
AC
20630* Prompting:: Annotations marking @value{GDBN}'s need for input.
20631* Errors:: Annotations for error messages.
922fbb7b
AC
20632* Invalidation:: Some annotations describe things now invalid.
20633* Annotations for Running::
20634 Whether the program is running, how it stopped, etc.
20635* Source Annotations:: Annotations describing source code.
922fbb7b
AC
20636@end menu
20637
20638@node Annotations Overview
20639@section What is an Annotation?
20640@cindex annotations
20641
922fbb7b
AC
20642Annotations start with a newline character, two @samp{control-z}
20643characters, and the name of the annotation. If there is no additional
20644information associated with this annotation, the name of the annotation
20645is followed immediately by a newline. If there is additional
20646information, the name of the annotation is followed by a space, the
20647additional information, and a newline. The additional information
20648cannot contain newline characters.
20649
20650Any output not beginning with a newline and two @samp{control-z}
20651characters denotes literal output from @value{GDBN}. Currently there is
20652no need for @value{GDBN} to output a newline followed by two
20653@samp{control-z} characters, but if there was such a need, the
20654annotations could be extended with an @samp{escape} annotation which
20655means those three characters as output.
20656
086432e2
AC
20657The annotation @var{level}, which is specified using the
20658@option{--annotate} command line option (@pxref{Mode Options}), controls
20659how much information @value{GDBN} prints together with its prompt,
20660values of expressions, source lines, and other types of output. Level 0
20661is for no anntations, level 1 is for use when @value{GDBN} is run as a
20662subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20663for programs that control @value{GDBN}, and level 2 annotations have
20664been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
20665Interface, annotate, GDB's Obsolete Annotations}).
20666
20667@table @code
20668@kindex set annotate
20669@item set annotate @var{level}
e09f16f9 20670The @value{GDBN} command @code{set annotate} sets the level of
09d4efe1 20671annotations to the specified @var{level}.
9c16f35a
EZ
20672
20673@item show annotate
20674@kindex show annotate
20675Show the current annotation level.
09d4efe1
EZ
20676@end table
20677
20678This chapter describes level 3 annotations.
086432e2 20679
922fbb7b
AC
20680A simple example of starting up @value{GDBN} with annotations is:
20681
20682@smallexample
086432e2
AC
20683$ @kbd{gdb --annotate=3}
20684GNU gdb 6.0
20685Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
20686GDB is free software, covered by the GNU General Public License,
20687and you are welcome to change it and/or distribute copies of it
20688under certain conditions.
20689Type "show copying" to see the conditions.
20690There is absolutely no warranty for GDB. Type "show warranty"
20691for details.
086432e2 20692This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
20693
20694^Z^Zpre-prompt
f7dc1244 20695(@value{GDBP})
922fbb7b 20696^Z^Zprompt
086432e2 20697@kbd{quit}
922fbb7b
AC
20698
20699^Z^Zpost-prompt
b383017d 20700$
922fbb7b
AC
20701@end smallexample
20702
20703Here @samp{quit} is input to @value{GDBN}; the rest is output from
20704@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20705denotes a @samp{control-z} character) are annotations; the rest is
20706output from @value{GDBN}.
20707
922fbb7b
AC
20708@node Prompting
20709@section Annotation for @value{GDBN} Input
20710
20711@cindex annotations for prompts
20712When @value{GDBN} prompts for input, it annotates this fact so it is possible
20713to know when to send output, when the output from a given command is
20714over, etc.
20715
20716Different kinds of input each have a different @dfn{input type}. Each
20717input type has three annotations: a @code{pre-} annotation, which
20718denotes the beginning of any prompt which is being output, a plain
20719annotation, which denotes the end of the prompt, and then a @code{post-}
20720annotation which denotes the end of any echo which may (or may not) be
20721associated with the input. For example, the @code{prompt} input type
20722features the following annotations:
20723
20724@smallexample
20725^Z^Zpre-prompt
20726^Z^Zprompt
20727^Z^Zpost-prompt
20728@end smallexample
20729
20730The input types are
20731
20732@table @code
20733@findex pre-prompt
20734@findex prompt
20735@findex post-prompt
20736@item prompt
20737When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20738
20739@findex pre-commands
20740@findex commands
20741@findex post-commands
20742@item commands
20743When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20744command. The annotations are repeated for each command which is input.
20745
20746@findex pre-overload-choice
20747@findex overload-choice
20748@findex post-overload-choice
20749@item overload-choice
20750When @value{GDBN} wants the user to select between various overloaded functions.
20751
20752@findex pre-query
20753@findex query
20754@findex post-query
20755@item query
20756When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20757
20758@findex pre-prompt-for-continue
20759@findex prompt-for-continue
20760@findex post-prompt-for-continue
20761@item prompt-for-continue
20762When @value{GDBN} is asking the user to press return to continue. Note: Don't
20763expect this to work well; instead use @code{set height 0} to disable
20764prompting. This is because the counting of lines is buggy in the
20765presence of annotations.
20766@end table
20767
20768@node Errors
20769@section Errors
20770@cindex annotations for errors, warnings and interrupts
20771
20772@findex quit
20773@smallexample
20774^Z^Zquit
20775@end smallexample
20776
20777This annotation occurs right before @value{GDBN} responds to an interrupt.
20778
20779@findex error
20780@smallexample
20781^Z^Zerror
20782@end smallexample
20783
20784This annotation occurs right before @value{GDBN} responds to an error.
20785
20786Quit and error annotations indicate that any annotations which @value{GDBN} was
20787in the middle of may end abruptly. For example, if a
20788@code{value-history-begin} annotation is followed by a @code{error}, one
20789cannot expect to receive the matching @code{value-history-end}. One
20790cannot expect not to receive it either, however; an error annotation
20791does not necessarily mean that @value{GDBN} is immediately returning all the way
20792to the top level.
20793
20794@findex error-begin
20795A quit or error annotation may be preceded by
20796
20797@smallexample
20798^Z^Zerror-begin
20799@end smallexample
20800
20801Any output between that and the quit or error annotation is the error
20802message.
20803
20804Warning messages are not yet annotated.
20805@c If we want to change that, need to fix warning(), type_error(),
20806@c range_error(), and possibly other places.
20807
922fbb7b
AC
20808@node Invalidation
20809@section Invalidation Notices
20810
20811@cindex annotations for invalidation messages
20812The following annotations say that certain pieces of state may have
20813changed.
20814
20815@table @code
20816@findex frames-invalid
20817@item ^Z^Zframes-invalid
20818
20819The frames (for example, output from the @code{backtrace} command) may
20820have changed.
20821
20822@findex breakpoints-invalid
20823@item ^Z^Zbreakpoints-invalid
20824
20825The breakpoints may have changed. For example, the user just added or
20826deleted a breakpoint.
20827@end table
20828
20829@node Annotations for Running
20830@section Running the Program
20831@cindex annotations for running programs
20832
20833@findex starting
20834@findex stopping
20835When the program starts executing due to a @value{GDBN} command such as
b383017d 20836@code{step} or @code{continue},
922fbb7b
AC
20837
20838@smallexample
20839^Z^Zstarting
20840@end smallexample
20841
b383017d 20842is output. When the program stops,
922fbb7b
AC
20843
20844@smallexample
20845^Z^Zstopped
20846@end smallexample
20847
20848is output. Before the @code{stopped} annotation, a variety of
20849annotations describe how the program stopped.
20850
20851@table @code
20852@findex exited
20853@item ^Z^Zexited @var{exit-status}
20854The program exited, and @var{exit-status} is the exit status (zero for
20855successful exit, otherwise nonzero).
20856
20857@findex signalled
20858@findex signal-name
20859@findex signal-name-end
20860@findex signal-string
20861@findex signal-string-end
20862@item ^Z^Zsignalled
20863The program exited with a signal. After the @code{^Z^Zsignalled}, the
20864annotation continues:
20865
20866@smallexample
20867@var{intro-text}
20868^Z^Zsignal-name
20869@var{name}
20870^Z^Zsignal-name-end
20871@var{middle-text}
20872^Z^Zsignal-string
20873@var{string}
20874^Z^Zsignal-string-end
20875@var{end-text}
20876@end smallexample
20877
20878@noindent
20879where @var{name} is the name of the signal, such as @code{SIGILL} or
20880@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20881as @code{Illegal Instruction} or @code{Segmentation fault}.
20882@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20883user's benefit and have no particular format.
20884
20885@findex signal
20886@item ^Z^Zsignal
20887The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20888just saying that the program received the signal, not that it was
20889terminated with it.
20890
20891@findex breakpoint
20892@item ^Z^Zbreakpoint @var{number}
20893The program hit breakpoint number @var{number}.
20894
20895@findex watchpoint
20896@item ^Z^Zwatchpoint @var{number}
20897The program hit watchpoint number @var{number}.
20898@end table
20899
20900@node Source Annotations
20901@section Displaying Source
20902@cindex annotations for source display
20903
20904@findex source
20905The following annotation is used instead of displaying source code:
20906
20907@smallexample
20908^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20909@end smallexample
20910
20911where @var{filename} is an absolute file name indicating which source
20912file, @var{line} is the line number within that file (where 1 is the
20913first line in the file), @var{character} is the character position
20914within the file (where 0 is the first character in the file) (for most
20915debug formats this will necessarily point to the beginning of a line),
20916@var{middle} is @samp{middle} if @var{addr} is in the middle of the
20917line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20918@var{addr} is the address in the target program associated with the
20919source which is being displayed. @var{addr} is in the form @samp{0x}
20920followed by one or more lowercase hex digits (note that this does not
20921depend on the language).
20922
8e04817f
AC
20923@node GDB Bugs
20924@chapter Reporting Bugs in @value{GDBN}
20925@cindex bugs in @value{GDBN}
20926@cindex reporting bugs in @value{GDBN}
c906108c 20927
8e04817f 20928Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 20929
8e04817f
AC
20930Reporting a bug may help you by bringing a solution to your problem, or it
20931may not. But in any case the principal function of a bug report is to help
20932the entire community by making the next version of @value{GDBN} work better. Bug
20933reports are your contribution to the maintenance of @value{GDBN}.
c906108c 20934
8e04817f
AC
20935In order for a bug report to serve its purpose, you must include the
20936information that enables us to fix the bug.
c4555f82
SC
20937
20938@menu
8e04817f
AC
20939* Bug Criteria:: Have you found a bug?
20940* Bug Reporting:: How to report bugs
c4555f82
SC
20941@end menu
20942
8e04817f
AC
20943@node Bug Criteria
20944@section Have you found a bug?
20945@cindex bug criteria
c4555f82 20946
8e04817f 20947If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
20948
20949@itemize @bullet
8e04817f
AC
20950@cindex fatal signal
20951@cindex debugger crash
20952@cindex crash of debugger
c4555f82 20953@item
8e04817f
AC
20954If the debugger gets a fatal signal, for any input whatever, that is a
20955@value{GDBN} bug. Reliable debuggers never crash.
20956
20957@cindex error on valid input
20958@item
20959If @value{GDBN} produces an error message for valid input, that is a
20960bug. (Note that if you're cross debugging, the problem may also be
20961somewhere in the connection to the target.)
c4555f82 20962
8e04817f 20963@cindex invalid input
c4555f82 20964@item
8e04817f
AC
20965If @value{GDBN} does not produce an error message for invalid input,
20966that is a bug. However, you should note that your idea of
20967``invalid input'' might be our idea of ``an extension'' or ``support
20968for traditional practice''.
20969
20970@item
20971If you are an experienced user of debugging tools, your suggestions
20972for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
20973@end itemize
20974
8e04817f
AC
20975@node Bug Reporting
20976@section How to report bugs
20977@cindex bug reports
20978@cindex @value{GDBN} bugs, reporting
20979
20980A number of companies and individuals offer support for @sc{gnu} products.
20981If you obtained @value{GDBN} from a support organization, we recommend you
20982contact that organization first.
20983
20984You can find contact information for many support companies and
20985individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20986distribution.
20987@c should add a web page ref...
20988
129188f6
AC
20989In any event, we also recommend that you submit bug reports for
20990@value{GDBN}. The prefered method is to submit them directly using
20991@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20992page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20993be used.
8e04817f
AC
20994
20995@strong{Do not send bug reports to @samp{info-gdb}, or to
20996@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
20997not want to receive bug reports. Those that do have arranged to receive
20998@samp{bug-gdb}.
20999
21000The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
21001serves as a repeater. The mailing list and the newsgroup carry exactly
21002the same messages. Often people think of posting bug reports to the
21003newsgroup instead of mailing them. This appears to work, but it has one
21004problem which can be crucial: a newsgroup posting often lacks a mail
21005path back to the sender. Thus, if we need to ask for more information,
21006we may be unable to reach you. For this reason, it is better to send
21007bug reports to the mailing list.
c4555f82 21008
8e04817f
AC
21009The fundamental principle of reporting bugs usefully is this:
21010@strong{report all the facts}. If you are not sure whether to state a
21011fact or leave it out, state it!
c4555f82 21012
8e04817f
AC
21013Often people omit facts because they think they know what causes the
21014problem and assume that some details do not matter. Thus, you might
21015assume that the name of the variable you use in an example does not matter.
21016Well, probably it does not, but one cannot be sure. Perhaps the bug is a
21017stray memory reference which happens to fetch from the location where that
21018name is stored in memory; perhaps, if the name were different, the contents
21019of that location would fool the debugger into doing the right thing despite
21020the bug. Play it safe and give a specific, complete example. That is the
21021easiest thing for you to do, and the most helpful.
c4555f82 21022
8e04817f
AC
21023Keep in mind that the purpose of a bug report is to enable us to fix the
21024bug. It may be that the bug has been reported previously, but neither
21025you nor we can know that unless your bug report is complete and
21026self-contained.
c4555f82 21027
8e04817f
AC
21028Sometimes people give a few sketchy facts and ask, ``Does this ring a
21029bell?'' Those bug reports are useless, and we urge everyone to
21030@emph{refuse to respond to them} except to chide the sender to report
21031bugs properly.
21032
21033To enable us to fix the bug, you should include all these things:
c4555f82
SC
21034
21035@itemize @bullet
21036@item
8e04817f
AC
21037The version of @value{GDBN}. @value{GDBN} announces it if you start
21038with no arguments; you can also print it at any time using @code{show
21039version}.
c4555f82 21040
8e04817f
AC
21041Without this, we will not know whether there is any point in looking for
21042the bug in the current version of @value{GDBN}.
c4555f82
SC
21043
21044@item
8e04817f
AC
21045The type of machine you are using, and the operating system name and
21046version number.
c4555f82
SC
21047
21048@item
8e04817f
AC
21049What compiler (and its version) was used to compile @value{GDBN}---e.g.
21050``@value{GCC}--2.8.1''.
c4555f82
SC
21051
21052@item
8e04817f
AC
21053What compiler (and its version) was used to compile the program you are
21054debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
21055C Compiler''. For GCC, you can say @code{gcc --version} to get this
21056information; for other compilers, see the documentation for those
21057compilers.
c4555f82 21058
8e04817f
AC
21059@item
21060The command arguments you gave the compiler to compile your example and
21061observe the bug. For example, did you use @samp{-O}? To guarantee
21062you will not omit something important, list them all. A copy of the
21063Makefile (or the output from make) is sufficient.
c4555f82 21064
8e04817f
AC
21065If we were to try to guess the arguments, we would probably guess wrong
21066and then we might not encounter the bug.
c4555f82 21067
8e04817f
AC
21068@item
21069A complete input script, and all necessary source files, that will
21070reproduce the bug.
c4555f82 21071
8e04817f
AC
21072@item
21073A description of what behavior you observe that you believe is
21074incorrect. For example, ``It gets a fatal signal.''
c4555f82 21075
8e04817f
AC
21076Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
21077will certainly notice it. But if the bug is incorrect output, we might
21078not notice unless it is glaringly wrong. You might as well not give us
21079a chance to make a mistake.
c4555f82 21080
8e04817f
AC
21081Even if the problem you experience is a fatal signal, you should still
21082say so explicitly. Suppose something strange is going on, such as, your
21083copy of @value{GDBN} is out of synch, or you have encountered a bug in
21084the C library on your system. (This has happened!) Your copy might
21085crash and ours would not. If you told us to expect a crash, then when
21086ours fails to crash, we would know that the bug was not happening for
21087us. If you had not told us to expect a crash, then we would not be able
21088to draw any conclusion from our observations.
c4555f82 21089
e0c07bf0
MC
21090@pindex script
21091@cindex recording a session script
21092To collect all this information, you can use a session recording program
21093such as @command{script}, which is available on many Unix systems.
21094Just run your @value{GDBN} session inside @command{script} and then
21095include the @file{typescript} file with your bug report.
21096
21097Another way to record a @value{GDBN} session is to run @value{GDBN}
21098inside Emacs and then save the entire buffer to a file.
21099
8e04817f
AC
21100@item
21101If you wish to suggest changes to the @value{GDBN} source, send us context
21102diffs. If you even discuss something in the @value{GDBN} source, refer to
21103it by context, not by line number.
c4555f82 21104
8e04817f
AC
21105The line numbers in our development sources will not match those in your
21106sources. Your line numbers would convey no useful information to us.
c4555f82 21107
8e04817f 21108@end itemize
c4555f82 21109
8e04817f 21110Here are some things that are not necessary:
c4555f82 21111
8e04817f
AC
21112@itemize @bullet
21113@item
21114A description of the envelope of the bug.
c4555f82 21115
8e04817f
AC
21116Often people who encounter a bug spend a lot of time investigating
21117which changes to the input file will make the bug go away and which
21118changes will not affect it.
c4555f82 21119
8e04817f
AC
21120This is often time consuming and not very useful, because the way we
21121will find the bug is by running a single example under the debugger
21122with breakpoints, not by pure deduction from a series of examples.
21123We recommend that you save your time for something else.
c4555f82 21124
8e04817f
AC
21125Of course, if you can find a simpler example to report @emph{instead}
21126of the original one, that is a convenience for us. Errors in the
21127output will be easier to spot, running under the debugger will take
21128less time, and so on.
c4555f82 21129
8e04817f
AC
21130However, simplification is not vital; if you do not want to do this,
21131report the bug anyway and send us the entire test case you used.
c4555f82 21132
8e04817f
AC
21133@item
21134A patch for the bug.
c4555f82 21135
8e04817f
AC
21136A patch for the bug does help us if it is a good one. But do not omit
21137the necessary information, such as the test case, on the assumption that
21138a patch is all we need. We might see problems with your patch and decide
21139to fix the problem another way, or we might not understand it at all.
c4555f82 21140
8e04817f
AC
21141Sometimes with a program as complicated as @value{GDBN} it is very hard to
21142construct an example that will make the program follow a certain path
21143through the code. If you do not send us the example, we will not be able
21144to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 21145
8e04817f
AC
21146And if we cannot understand what bug you are trying to fix, or why your
21147patch should be an improvement, we will not install it. A test case will
21148help us to understand.
c4555f82 21149
8e04817f
AC
21150@item
21151A guess about what the bug is or what it depends on.
c4555f82 21152
8e04817f
AC
21153Such guesses are usually wrong. Even we cannot guess right about such
21154things without first using the debugger to find the facts.
21155@end itemize
c4555f82 21156
8e04817f
AC
21157@c The readline documentation is distributed with the readline code
21158@c and consists of the two following files:
21159@c rluser.texinfo
21160@c inc-hist.texinfo
21161@c Use -I with makeinfo to point to the appropriate directory,
21162@c environment var TEXINPUTS with TeX.
21163@include rluser.texinfo
21164@include inc-hist.texinfo
c4555f82 21165
c4555f82 21166
8e04817f
AC
21167@node Formatting Documentation
21168@appendix Formatting Documentation
c4555f82 21169
8e04817f
AC
21170@cindex @value{GDBN} reference card
21171@cindex reference card
21172The @value{GDBN} 4 release includes an already-formatted reference card, ready
21173for printing with PostScript or Ghostscript, in the @file{gdb}
21174subdirectory of the main source directory@footnote{In
21175@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
21176release.}. If you can use PostScript or Ghostscript with your printer,
21177you can print the reference card immediately with @file{refcard.ps}.
c4555f82 21178
8e04817f
AC
21179The release also includes the source for the reference card. You
21180can format it, using @TeX{}, by typing:
c4555f82 21181
474c8240 21182@smallexample
8e04817f 21183make refcard.dvi
474c8240 21184@end smallexample
c4555f82 21185
8e04817f
AC
21186The @value{GDBN} reference card is designed to print in @dfn{landscape}
21187mode on US ``letter'' size paper;
21188that is, on a sheet 11 inches wide by 8.5 inches
21189high. You will need to specify this form of printing as an option to
21190your @sc{dvi} output program.
c4555f82 21191
8e04817f 21192@cindex documentation
c4555f82 21193
8e04817f
AC
21194All the documentation for @value{GDBN} comes as part of the machine-readable
21195distribution. The documentation is written in Texinfo format, which is
21196a documentation system that uses a single source file to produce both
21197on-line information and a printed manual. You can use one of the Info
21198formatting commands to create the on-line version of the documentation
21199and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 21200
8e04817f
AC
21201@value{GDBN} includes an already formatted copy of the on-line Info
21202version of this manual in the @file{gdb} subdirectory. The main Info
21203file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21204subordinate files matching @samp{gdb.info*} in the same directory. If
21205necessary, you can print out these files, or read them with any editor;
21206but they are easier to read using the @code{info} subsystem in @sc{gnu}
21207Emacs or the standalone @code{info} program, available as part of the
21208@sc{gnu} Texinfo distribution.
c4555f82 21209
8e04817f
AC
21210If you want to format these Info files yourself, you need one of the
21211Info formatting programs, such as @code{texinfo-format-buffer} or
21212@code{makeinfo}.
c4555f82 21213
8e04817f
AC
21214If you have @code{makeinfo} installed, and are in the top level
21215@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21216version @value{GDBVN}), you can make the Info file by typing:
c4555f82 21217
474c8240 21218@smallexample
8e04817f
AC
21219cd gdb
21220make gdb.info
474c8240 21221@end smallexample
c4555f82 21222
8e04817f
AC
21223If you want to typeset and print copies of this manual, you need @TeX{},
21224a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21225Texinfo definitions file.
c4555f82 21226
8e04817f
AC
21227@TeX{} is a typesetting program; it does not print files directly, but
21228produces output files called @sc{dvi} files. To print a typeset
21229document, you need a program to print @sc{dvi} files. If your system
21230has @TeX{} installed, chances are it has such a program. The precise
21231command to use depends on your system; @kbd{lpr -d} is common; another
21232(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
21233require a file name without any extension or a @samp{.dvi} extension.
c4555f82 21234
8e04817f
AC
21235@TeX{} also requires a macro definitions file called
21236@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
21237written in Texinfo format. On its own, @TeX{} cannot either read or
21238typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
21239and is located in the @file{gdb-@var{version-number}/texinfo}
21240directory.
c4555f82 21241
8e04817f
AC
21242If you have @TeX{} and a @sc{dvi} printer program installed, you can
21243typeset and print this manual. First switch to the the @file{gdb}
21244subdirectory of the main source directory (for example, to
21245@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 21246
474c8240 21247@smallexample
8e04817f 21248make gdb.dvi
474c8240 21249@end smallexample
c4555f82 21250
8e04817f 21251Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 21252
8e04817f
AC
21253@node Installing GDB
21254@appendix Installing @value{GDBN}
21255@cindex configuring @value{GDBN}
21256@cindex installation
94e91d6d 21257@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 21258
8e04817f
AC
21259@value{GDBN} comes with a @code{configure} script that automates the process
21260of preparing @value{GDBN} for installation; you can then use @code{make} to
21261build the @code{gdb} program.
21262@iftex
21263@c irrelevant in info file; it's as current as the code it lives with.
21264@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21265look at the @file{README} file in the sources; we may have improved the
21266installation procedures since publishing this manual.}
21267@end iftex
c4555f82 21268
8e04817f
AC
21269The @value{GDBN} distribution includes all the source code you need for
21270@value{GDBN} in a single directory, whose name is usually composed by
21271appending the version number to @samp{gdb}.
c4555f82 21272
8e04817f
AC
21273For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21274@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 21275
8e04817f
AC
21276@table @code
21277@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21278script for configuring @value{GDBN} and all its supporting libraries
c4555f82 21279
8e04817f
AC
21280@item gdb-@value{GDBVN}/gdb
21281the source specific to @value{GDBN} itself
c4555f82 21282
8e04817f
AC
21283@item gdb-@value{GDBVN}/bfd
21284source for the Binary File Descriptor library
c906108c 21285
8e04817f
AC
21286@item gdb-@value{GDBVN}/include
21287@sc{gnu} include files
c906108c 21288
8e04817f
AC
21289@item gdb-@value{GDBVN}/libiberty
21290source for the @samp{-liberty} free software library
c906108c 21291
8e04817f
AC
21292@item gdb-@value{GDBVN}/opcodes
21293source for the library of opcode tables and disassemblers
c906108c 21294
8e04817f
AC
21295@item gdb-@value{GDBVN}/readline
21296source for the @sc{gnu} command-line interface
c906108c 21297
8e04817f
AC
21298@item gdb-@value{GDBVN}/glob
21299source for the @sc{gnu} filename pattern-matching subroutine
c906108c 21300
8e04817f
AC
21301@item gdb-@value{GDBVN}/mmalloc
21302source for the @sc{gnu} memory-mapped malloc package
21303@end table
c906108c 21304
8e04817f
AC
21305The simplest way to configure and build @value{GDBN} is to run @code{configure}
21306from the @file{gdb-@var{version-number}} source directory, which in
21307this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 21308
8e04817f
AC
21309First switch to the @file{gdb-@var{version-number}} source directory
21310if you are not already in it; then run @code{configure}. Pass the
21311identifier for the platform on which @value{GDBN} will run as an
21312argument.
c906108c 21313
8e04817f 21314For example:
c906108c 21315
474c8240 21316@smallexample
8e04817f
AC
21317cd gdb-@value{GDBVN}
21318./configure @var{host}
21319make
474c8240 21320@end smallexample
c906108c 21321
8e04817f
AC
21322@noindent
21323where @var{host} is an identifier such as @samp{sun4} or
21324@samp{decstation}, that identifies the platform where @value{GDBN} will run.
21325(You can often leave off @var{host}; @code{configure} tries to guess the
21326correct value by examining your system.)
c906108c 21327
8e04817f
AC
21328Running @samp{configure @var{host}} and then running @code{make} builds the
21329@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21330libraries, then @code{gdb} itself. The configured source files, and the
21331binaries, are left in the corresponding source directories.
c906108c 21332
8e04817f
AC
21333@need 750
21334@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21335system does not recognize this automatically when you run a different
21336shell, you may need to run @code{sh} on it explicitly:
c906108c 21337
474c8240 21338@smallexample
8e04817f 21339sh configure @var{host}
474c8240 21340@end smallexample
c906108c 21341
8e04817f
AC
21342If you run @code{configure} from a directory that contains source
21343directories for multiple libraries or programs, such as the
21344@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21345creates configuration files for every directory level underneath (unless
21346you tell it not to, with the @samp{--norecursion} option).
21347
94e91d6d
MC
21348You should run the @code{configure} script from the top directory in the
21349source tree, the @file{gdb-@var{version-number}} directory. If you run
21350@code{configure} from one of the subdirectories, you will configure only
21351that subdirectory. That is usually not what you want. In particular,
21352if you run the first @code{configure} from the @file{gdb} subdirectory
21353of the @file{gdb-@var{version-number}} directory, you will omit the
21354configuration of @file{bfd}, @file{readline}, and other sibling
21355directories of the @file{gdb} subdirectory. This leads to build errors
21356about missing include files such as @file{bfd/bfd.h}.
c906108c 21357
8e04817f
AC
21358You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21359However, you should make sure that the shell on your path (named by
21360the @samp{SHELL} environment variable) is publicly readable. Remember
21361that @value{GDBN} uses the shell to start your program---some systems refuse to
21362let @value{GDBN} debug child processes whose programs are not readable.
c906108c 21363
8e04817f
AC
21364@menu
21365* Separate Objdir:: Compiling @value{GDBN} in another directory
21366* Config Names:: Specifying names for hosts and targets
21367* Configure Options:: Summary of options for configure
21368@end menu
c906108c 21369
8e04817f
AC
21370@node Separate Objdir
21371@section Compiling @value{GDBN} in another directory
c906108c 21372
8e04817f
AC
21373If you want to run @value{GDBN} versions for several host or target machines,
21374you need a different @code{gdb} compiled for each combination of
21375host and target. @code{configure} is designed to make this easy by
21376allowing you to generate each configuration in a separate subdirectory,
21377rather than in the source directory. If your @code{make} program
21378handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21379@code{make} in each of these directories builds the @code{gdb}
21380program specified there.
c906108c 21381
8e04817f
AC
21382To build @code{gdb} in a separate directory, run @code{configure}
21383with the @samp{--srcdir} option to specify where to find the source.
21384(You also need to specify a path to find @code{configure}
21385itself from your working directory. If the path to @code{configure}
21386would be the same as the argument to @samp{--srcdir}, you can leave out
21387the @samp{--srcdir} option; it is assumed.)
c906108c 21388
8e04817f
AC
21389For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21390separate directory for a Sun 4 like this:
c906108c 21391
474c8240 21392@smallexample
8e04817f
AC
21393@group
21394cd gdb-@value{GDBVN}
21395mkdir ../gdb-sun4
21396cd ../gdb-sun4
21397../gdb-@value{GDBVN}/configure sun4
21398make
21399@end group
474c8240 21400@end smallexample
c906108c 21401
8e04817f
AC
21402When @code{configure} builds a configuration using a remote source
21403directory, it creates a tree for the binaries with the same structure
21404(and using the same names) as the tree under the source directory. In
21405the example, you'd find the Sun 4 library @file{libiberty.a} in the
21406directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21407@file{gdb-sun4/gdb}.
c906108c 21408
94e91d6d
MC
21409Make sure that your path to the @file{configure} script has just one
21410instance of @file{gdb} in it. If your path to @file{configure} looks
21411like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21412one subdirectory of @value{GDBN}, not the whole package. This leads to
21413build errors about missing include files such as @file{bfd/bfd.h}.
21414
8e04817f
AC
21415One popular reason to build several @value{GDBN} configurations in separate
21416directories is to configure @value{GDBN} for cross-compiling (where
21417@value{GDBN} runs on one machine---the @dfn{host}---while debugging
21418programs that run on another machine---the @dfn{target}).
21419You specify a cross-debugging target by
21420giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 21421
8e04817f
AC
21422When you run @code{make} to build a program or library, you must run
21423it in a configured directory---whatever directory you were in when you
21424called @code{configure} (or one of its subdirectories).
c906108c 21425
8e04817f
AC
21426The @code{Makefile} that @code{configure} generates in each source
21427directory also runs recursively. If you type @code{make} in a source
21428directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21429directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21430will build all the required libraries, and then build GDB.
c906108c 21431
8e04817f
AC
21432When you have multiple hosts or targets configured in separate
21433directories, you can run @code{make} on them in parallel (for example,
21434if they are NFS-mounted on each of the hosts); they will not interfere
21435with each other.
c906108c 21436
8e04817f
AC
21437@node Config Names
21438@section Specifying names for hosts and targets
c906108c 21439
8e04817f
AC
21440The specifications used for hosts and targets in the @code{configure}
21441script are based on a three-part naming scheme, but some short predefined
21442aliases are also supported. The full naming scheme encodes three pieces
21443of information in the following pattern:
c906108c 21444
474c8240 21445@smallexample
8e04817f 21446@var{architecture}-@var{vendor}-@var{os}
474c8240 21447@end smallexample
c906108c 21448
8e04817f
AC
21449For example, you can use the alias @code{sun4} as a @var{host} argument,
21450or as the value for @var{target} in a @code{--target=@var{target}}
21451option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 21452
8e04817f
AC
21453The @code{configure} script accompanying @value{GDBN} does not provide
21454any query facility to list all supported host and target names or
21455aliases. @code{configure} calls the Bourne shell script
21456@code{config.sub} to map abbreviations to full names; you can read the
21457script, if you wish, or you can use it to test your guesses on
21458abbreviations---for example:
c906108c 21459
8e04817f
AC
21460@smallexample
21461% sh config.sub i386-linux
21462i386-pc-linux-gnu
21463% sh config.sub alpha-linux
21464alpha-unknown-linux-gnu
21465% sh config.sub hp9k700
21466hppa1.1-hp-hpux
21467% sh config.sub sun4
21468sparc-sun-sunos4.1.1
21469% sh config.sub sun3
21470m68k-sun-sunos4.1.1
21471% sh config.sub i986v
21472Invalid configuration `i986v': machine `i986v' not recognized
21473@end smallexample
c906108c 21474
8e04817f
AC
21475@noindent
21476@code{config.sub} is also distributed in the @value{GDBN} source
21477directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 21478
8e04817f
AC
21479@node Configure Options
21480@section @code{configure} options
c906108c 21481
8e04817f
AC
21482Here is a summary of the @code{configure} options and arguments that
21483are most often useful for building @value{GDBN}. @code{configure} also has
21484several other options not listed here. @inforef{What Configure
21485Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 21486
474c8240 21487@smallexample
8e04817f
AC
21488configure @r{[}--help@r{]}
21489 @r{[}--prefix=@var{dir}@r{]}
21490 @r{[}--exec-prefix=@var{dir}@r{]}
21491 @r{[}--srcdir=@var{dirname}@r{]}
21492 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21493 @r{[}--target=@var{target}@r{]}
21494 @var{host}
474c8240 21495@end smallexample
c906108c 21496
8e04817f
AC
21497@noindent
21498You may introduce options with a single @samp{-} rather than
21499@samp{--} if you prefer; but you may abbreviate option names if you use
21500@samp{--}.
c906108c 21501
8e04817f
AC
21502@table @code
21503@item --help
21504Display a quick summary of how to invoke @code{configure}.
c906108c 21505
8e04817f
AC
21506@item --prefix=@var{dir}
21507Configure the source to install programs and files under directory
21508@file{@var{dir}}.
c906108c 21509
8e04817f
AC
21510@item --exec-prefix=@var{dir}
21511Configure the source to install programs under directory
21512@file{@var{dir}}.
c906108c 21513
8e04817f
AC
21514@c avoid splitting the warning from the explanation:
21515@need 2000
21516@item --srcdir=@var{dirname}
21517@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21518@code{make} that implements the @code{VPATH} feature.}@*
21519Use this option to make configurations in directories separate from the
21520@value{GDBN} source directories. Among other things, you can use this to
21521build (or maintain) several configurations simultaneously, in separate
21522directories. @code{configure} writes configuration specific files in
21523the current directory, but arranges for them to use the source in the
21524directory @var{dirname}. @code{configure} creates directories under
21525the working directory in parallel to the source directories below
21526@var{dirname}.
c906108c 21527
8e04817f
AC
21528@item --norecursion
21529Configure only the directory level where @code{configure} is executed; do not
21530propagate configuration to subdirectories.
c906108c 21531
8e04817f
AC
21532@item --target=@var{target}
21533Configure @value{GDBN} for cross-debugging programs running on the specified
21534@var{target}. Without this option, @value{GDBN} is configured to debug
21535programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 21536
8e04817f 21537There is no convenient way to generate a list of all available targets.
c906108c 21538
8e04817f
AC
21539@item @var{host} @dots{}
21540Configure @value{GDBN} to run on the specified @var{host}.
c906108c 21541
8e04817f
AC
21542There is no convenient way to generate a list of all available hosts.
21543@end table
c906108c 21544
8e04817f
AC
21545There are many other options available as well, but they are generally
21546needed for special purposes only.
c906108c 21547
8e04817f
AC
21548@node Maintenance Commands
21549@appendix Maintenance Commands
21550@cindex maintenance commands
21551@cindex internal commands
c906108c 21552
8e04817f 21553In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
21554includes a number of commands intended for @value{GDBN} developers,
21555that are not documented elsewhere in this manual. These commands are
da316a69
EZ
21556provided here for reference. (For commands that turn on debugging
21557messages, see @ref{Debugging Output}.)
c906108c 21558
8e04817f 21559@table @code
09d4efe1
EZ
21560@kindex maint agent
21561@item maint agent @var{expression}
21562Translate the given @var{expression} into remote agent bytecodes.
21563This command is useful for debugging the Agent Expression mechanism
21564(@pxref{Agent Expressions}).
21565
8e04817f
AC
21566@kindex maint info breakpoints
21567@item @anchor{maint info breakpoints}maint info breakpoints
21568Using the same format as @samp{info breakpoints}, display both the
21569breakpoints you've set explicitly, and those @value{GDBN} is using for
21570internal purposes. Internal breakpoints are shown with negative
21571breakpoint numbers. The type column identifies what kind of breakpoint
21572is shown:
c906108c 21573
8e04817f
AC
21574@table @code
21575@item breakpoint
21576Normal, explicitly set breakpoint.
c906108c 21577
8e04817f
AC
21578@item watchpoint
21579Normal, explicitly set watchpoint.
c906108c 21580
8e04817f
AC
21581@item longjmp
21582Internal breakpoint, used to handle correctly stepping through
21583@code{longjmp} calls.
c906108c 21584
8e04817f
AC
21585@item longjmp resume
21586Internal breakpoint at the target of a @code{longjmp}.
c906108c 21587
8e04817f
AC
21588@item until
21589Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 21590
8e04817f
AC
21591@item finish
21592Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 21593
8e04817f
AC
21594@item shlib events
21595Shared library events.
c906108c 21596
8e04817f 21597@end table
c906108c 21598
09d4efe1
EZ
21599@kindex maint check-symtabs
21600@item maint check-symtabs
21601Check the consistency of psymtabs and symtabs.
21602
21603@kindex maint cplus first_component
21604@item maint cplus first_component @var{name}
21605Print the first C@t{++} class/namespace component of @var{name}.
21606
21607@kindex maint cplus namespace
21608@item maint cplus namespace
21609Print the list of possible C@t{++} namespaces.
21610
21611@kindex maint demangle
21612@item maint demangle @var{name}
21613Demangle a C@t{++} or Objective-C manled @var{name}.
21614
21615@kindex maint deprecate
21616@kindex maint undeprecate
21617@cindex deprecated commands
21618@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21619@itemx maint undeprecate @var{command}
21620Deprecate or undeprecate the named @var{command}. Deprecated commands
21621cause @value{GDBN} to issue a warning when you use them. The optional
21622argument @var{replacement} says which newer command should be used in
21623favor of the deprecated one; if it is given, @value{GDBN} will mention
21624the replacement as part of the warning.
21625
21626@kindex maint dump-me
21627@item maint dump-me
721c2651 21628@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 21629Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
21630This is supported only on systems which support aborting a program
21631with the @code{SIGQUIT} signal.
09d4efe1 21632
8d30a00d
AC
21633@kindex maint internal-error
21634@kindex maint internal-warning
09d4efe1
EZ
21635@item maint internal-error @r{[}@var{message-text}@r{]}
21636@itemx maint internal-warning @r{[}@var{message-text}@r{]}
8d30a00d
AC
21637Cause @value{GDBN} to call the internal function @code{internal_error}
21638or @code{internal_warning} and hence behave as though an internal error
21639or internal warning has been detected. In addition to reporting the
21640internal problem, these functions give the user the opportunity to
21641either quit @value{GDBN} or create a core file of the current
21642@value{GDBN} session.
21643
09d4efe1
EZ
21644These commands take an optional parameter @var{message-text} that is
21645used as the text of the error or warning message.
21646
21647Here's an example of using @code{indernal-error}:
21648
8d30a00d 21649@smallexample
f7dc1244 21650(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
21651@dots{}/maint.c:121: internal-error: testing, 1, 2
21652A problem internal to GDB has been detected. Further
21653debugging may prove unreliable.
21654Quit this debugging session? (y or n) @kbd{n}
21655Create a core file? (y or n) @kbd{n}
f7dc1244 21656(@value{GDBP})
8d30a00d
AC
21657@end smallexample
21658
09d4efe1
EZ
21659@kindex maint packet
21660@item maint packet @var{text}
21661If @value{GDBN} is talking to an inferior via the serial protocol,
21662then this command sends the string @var{text} to the inferior, and
21663displays the response packet. @value{GDBN} supplies the initial
21664@samp{$} character, the terminating @samp{#} character, and the
21665checksum.
21666
21667@kindex maint print architecture
21668@item maint print architecture @r{[}@var{file}@r{]}
21669Print the entire architecture configuration. The optional argument
21670@var{file} names the file where the output goes.
8d30a00d 21671
00905d52
AC
21672@kindex maint print dummy-frames
21673@item maint print dummy-frames
00905d52
AC
21674Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21675
21676@smallexample
f7dc1244 21677(@value{GDBP}) @kbd{b add}
00905d52 21678@dots{}
f7dc1244 21679(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
21680Breakpoint 2, add (a=2, b=3) at @dots{}
2168158 return (a + b);
21682The program being debugged stopped while in a function called from GDB.
21683@dots{}
f7dc1244 21684(@value{GDBP}) @kbd{maint print dummy-frames}
00905d52
AC
216850x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21686 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21687 call_lo=0x01014000 call_hi=0x01014001
f7dc1244 21688(@value{GDBP})
00905d52
AC
21689@end smallexample
21690
21691Takes an optional file parameter.
21692
0680b120
AC
21693@kindex maint print registers
21694@kindex maint print raw-registers
21695@kindex maint print cooked-registers
617073a9 21696@kindex maint print register-groups
09d4efe1
EZ
21697@item maint print registers @r{[}@var{file}@r{]}
21698@itemx maint print raw-registers @r{[}@var{file}@r{]}
21699@itemx maint print cooked-registers @r{[}@var{file}@r{]}
21700@itemx maint print register-groups @r{[}@var{file}@r{]}
0680b120
AC
21701Print @value{GDBN}'s internal register data structures.
21702
617073a9
AC
21703The command @code{maint print raw-registers} includes the contents of
21704the raw register cache; the command @code{maint print cooked-registers}
21705includes the (cooked) value of all registers; and the command
21706@code{maint print register-groups} includes the groups that each
21707register is a member of. @xref{Registers,, Registers, gdbint,
21708@value{GDBN} Internals}.
0680b120 21709
09d4efe1
EZ
21710These commands take an optional parameter, a file name to which to
21711write the information.
0680b120 21712
617073a9 21713@kindex maint print reggroups
09d4efe1
EZ
21714@item maint print reggroups @r{[}@var{file}@r{]}
21715Print @value{GDBN}'s internal register group data structures. The
21716optional argument @var{file} tells to what file to write the
21717information.
617073a9 21718
09d4efe1 21719The register groups info looks like this:
617073a9
AC
21720
21721@smallexample
f7dc1244 21722(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
21723 Group Type
21724 general user
21725 float user
21726 all user
21727 vector user
21728 system user
21729 save internal
21730 restore internal
617073a9
AC
21731@end smallexample
21732
09d4efe1
EZ
21733@kindex flushregs
21734@item flushregs
21735This command forces @value{GDBN} to flush its internal register cache.
21736
21737@kindex maint print objfiles
21738@cindex info for known object files
21739@item maint print objfiles
21740Print a dump of all known object files. For each object file, this
21741command prints its name, address in memory, and all of its psymtabs
21742and symtabs.
21743
21744@kindex maint print statistics
21745@cindex bcache statistics
21746@item maint print statistics
21747This command prints, for each object file in the program, various data
21748about that object file followed by the byte cache (@dfn{bcache})
21749statistics for the object file. The objfile data includes the number
21750of minimal, partical, full, and stabs symbols, the number of types
21751defined by the objfile, the number of as yet unexpanded psym tables,
21752the number of line tables and string tables, and the amount of memory
21753used by the various tables. The bcache statistics include the counts,
21754sizes, and counts of duplicates of all and unique objects, max,
21755average, and median entry size, total memory used and its overhead and
21756savings, and various measures of the hash table size and chain
21757lengths.
21758
21759@kindex maint print type
21760@cindex type chain of a data type
21761@item maint print type @var{expr}
21762Print the type chain for a type specified by @var{expr}. The argument
21763can be either a type name or a symbol. If it is a symbol, the type of
21764that symbol is described. The type chain produced by this command is
21765a recursive definition of the data type as stored in @value{GDBN}'s
21766data structures, including its flags and contained types.
21767
21768@kindex maint set dwarf2 max-cache-age
21769@kindex maint show dwarf2 max-cache-age
21770@item maint set dwarf2 max-cache-age
21771@itemx maint show dwarf2 max-cache-age
21772Control the DWARF 2 compilation unit cache.
21773
21774@cindex DWARF 2 compilation units cache
21775In object files with inter-compilation-unit references, such as those
21776produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21777reader needs to frequently refer to previously read compilation units.
21778This setting controls how long a compilation unit will remain in the
21779cache if it is not referenced. A higher limit means that cached
21780compilation units will be stored in memory longer, and more total
21781memory will be used. Setting it to zero disables caching, which will
21782slow down @value{GDBN} startup, but reduce memory consumption.
21783
e7ba9c65
DJ
21784@kindex maint set profile
21785@kindex maint show profile
21786@cindex profiling GDB
21787@item maint set profile
21788@itemx maint show profile
21789Control profiling of @value{GDBN}.
21790
21791Profiling will be disabled until you use the @samp{maint set profile}
21792command to enable it. When you enable profiling, the system will begin
21793collecting timing and execution count data; when you disable profiling or
21794exit @value{GDBN}, the results will be written to a log file. Remember that
21795if you use profiling, @value{GDBN} will overwrite the profiling log file
21796(often called @file{gmon.out}). If you have a record of important profiling
21797data in a @file{gmon.out} file, be sure to move it to a safe location.
21798
21799Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 21800compiled with the @samp{-pg} compiler option.
e7ba9c65 21801
09d4efe1
EZ
21802@kindex maint show-debug-regs
21803@cindex x86 hardware debug registers
21804@item maint show-debug-regs
21805Control whether to show variables that mirror the x86 hardware debug
21806registers. Use @code{ON} to enable, @code{OFF} to disable. If
21807enabled, the debug registers values are shown when GDB inserts or
21808removes a hardware breakpoint or watchpoint, and when the inferior
21809triggers a hardware-assisted breakpoint or watchpoint.
21810
21811@kindex maint space
21812@cindex memory used by commands
21813@item maint space
21814Control whether to display memory usage for each command. If set to a
21815nonzero value, @value{GDBN} will display how much memory each command
21816took, following the command's own output. This can also be requested
21817by invoking @value{GDBN} with the @option{--statistics} command-line
21818switch (@pxref{Mode Options}).
21819
21820@kindex maint time
21821@cindex time of command execution
21822@item maint time
21823Control whether to display the execution time for each command. If
21824set to a nonzero value, @value{GDBN} will display how much time it
21825took to execute each command, following the command's own output.
21826This can also be requested by invoking @value{GDBN} with the
21827@option{--statistics} command-line switch (@pxref{Mode Options}).
21828
21829@kindex maint translate-address
21830@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21831Find the symbol stored at the location specified by the address
21832@var{addr} and an optional section name @var{section}. If found,
21833@value{GDBN} prints the name of the closest symbol and an offset from
21834the symbol's location to the specified address. This is similar to
21835the @code{info address} command (@pxref{Symbols}), except that this
21836command also allows to find symbols in other sections.
ae038cb0 21837
8e04817f 21838@end table
c906108c 21839
9c16f35a
EZ
21840The following command is useful for non-interactive invocations of
21841@value{GDBN}, such as in the test suite.
21842
21843@table @code
21844@item set watchdog @var{nsec}
21845@kindex set watchdog
21846@cindex watchdog timer
21847@cindex timeout for commands
21848Set the maximum number of seconds @value{GDBN} will wait for the
21849target operation to finish. If this time expires, @value{GDBN}
21850reports and error and the command is aborted.
21851
21852@item show watchdog
21853Show the current setting of the target wait timeout.
21854@end table
c906108c 21855
e0ce93ac 21856@node Remote Protocol
8e04817f 21857@appendix @value{GDBN} Remote Serial Protocol
c906108c 21858
ee2d5c50
AC
21859@menu
21860* Overview::
21861* Packets::
21862* Stop Reply Packets::
21863* General Query Packets::
21864* Register Packet Format::
21865* Examples::
0ce1b118 21866* File-I/O remote protocol extension::
ee2d5c50
AC
21867@end menu
21868
21869@node Overview
21870@section Overview
21871
8e04817f
AC
21872There may be occasions when you need to know something about the
21873protocol---for example, if there is only one serial port to your target
21874machine, you might want your program to do something special if it
21875recognizes a packet meant for @value{GDBN}.
c906108c 21876
d2c6833e 21877In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 21878transmitted and received data respectfully.
c906108c 21879
8e04817f
AC
21880@cindex protocol, @value{GDBN} remote serial
21881@cindex serial protocol, @value{GDBN} remote
21882@cindex remote serial protocol
21883All @value{GDBN} commands and responses (other than acknowledgments) are
21884sent as a @var{packet}. A @var{packet} is introduced with the character
21885@samp{$}, the actual @var{packet-data}, and the terminating character
21886@samp{#} followed by a two-digit @var{checksum}:
c906108c 21887
474c8240 21888@smallexample
8e04817f 21889@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 21890@end smallexample
8e04817f 21891@noindent
c906108c 21892
8e04817f
AC
21893@cindex checksum, for @value{GDBN} remote
21894@noindent
21895The two-digit @var{checksum} is computed as the modulo 256 sum of all
21896characters between the leading @samp{$} and the trailing @samp{#} (an
21897eight bit unsigned checksum).
c906108c 21898
8e04817f
AC
21899Implementors should note that prior to @value{GDBN} 5.0 the protocol
21900specification also included an optional two-digit @var{sequence-id}:
c906108c 21901
474c8240 21902@smallexample
8e04817f 21903@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 21904@end smallexample
c906108c 21905
8e04817f
AC
21906@cindex sequence-id, for @value{GDBN} remote
21907@noindent
21908That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
21909has never output @var{sequence-id}s. Stubs that handle packets added
21910since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 21911
8e04817f
AC
21912@cindex acknowledgment, for @value{GDBN} remote
21913When either the host or the target machine receives a packet, the first
21914response expected is an acknowledgment: either @samp{+} (to indicate
21915the package was received correctly) or @samp{-} (to request
21916retransmission):
c906108c 21917
474c8240 21918@smallexample
d2c6833e
AC
21919-> @code{$}@var{packet-data}@code{#}@var{checksum}
21920<- @code{+}
474c8240 21921@end smallexample
8e04817f 21922@noindent
53a5351d 21923
8e04817f
AC
21924The host (@value{GDBN}) sends @var{command}s, and the target (the
21925debugging stub incorporated in your program) sends a @var{response}. In
21926the case of step and continue @var{command}s, the response is only sent
21927when the operation has completed (the target has again stopped).
c906108c 21928
8e04817f
AC
21929@var{packet-data} consists of a sequence of characters with the
21930exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21931exceptions).
c906108c 21932
8e04817f 21933Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 21934@cindex remote protocol, field separator
8e04817f 21935@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 21936@sc{hex} with leading zeros suppressed.
c906108c 21937
8e04817f
AC
21938Implementors should note that prior to @value{GDBN} 5.0, the character
21939@samp{:} could not appear as the third character in a packet (as it
21940would potentially conflict with the @var{sequence-id}).
c906108c 21941
8e04817f
AC
21942Response @var{data} can be run-length encoded to save space. A @samp{*}
21943means that the next character is an @sc{ascii} encoding giving a repeat count
21944which stands for that many repetitions of the character preceding the
21945@samp{*}. The encoding is @code{n+29}, yielding a printable character
21946where @code{n >=3} (which is where rle starts to win). The printable
21947characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21948value greater than 126 should not be used.
c906108c 21949
8e04817f 21950So:
474c8240 21951@smallexample
8e04817f 21952"@code{0* }"
474c8240 21953@end smallexample
8e04817f
AC
21954@noindent
21955means the same as "0000".
c906108c 21956
8e04817f
AC
21957The error response returned for some packets includes a two character
21958error number. That number is not well defined.
c906108c 21959
8e04817f
AC
21960For any @var{command} not supported by the stub, an empty response
21961(@samp{$#00}) should be returned. That way it is possible to extend the
21962protocol. A newer @value{GDBN} can tell if a packet is supported based
21963on that response.
c906108c 21964
b383017d
RM
21965A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21966@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 21967optional.
c906108c 21968
ee2d5c50
AC
21969@node Packets
21970@section Packets
21971
21972The following table provides a complete list of all currently defined
21973@var{command}s and their corresponding response @var{data}.
9c16f35a
EZ
21974@xref{File-I/O remote protocol extension}, for details about the File
21975I/O extension of the remote protocol.
ee2d5c50
AC
21976
21977@table @r
21978
21979@item @code{!} --- extended mode
21980@cindex @code{!} packet
21981
8e04817f
AC
21982Enable extended mode. In extended mode, the remote server is made
21983persistent. The @samp{R} packet is used to restart the program being
21984debugged.
ee2d5c50
AC
21985
21986Reply:
21987@table @samp
21988@item OK
8e04817f 21989The remote target both supports and has enabled extended mode.
ee2d5c50 21990@end table
c906108c 21991
ee2d5c50
AC
21992@item @code{?} --- last signal
21993@cindex @code{?} packet
c906108c 21994
ee2d5c50
AC
21995Indicate the reason the target halted. The reply is the same as for
21996step and continue.
c906108c 21997
ee2d5c50
AC
21998Reply:
21999@xref{Stop Reply Packets}, for the reply specifications.
22000
22001@item @code{a} --- reserved
22002
22003Reserved for future use.
22004
22005@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
22006@cindex @code{A} packet
c906108c 22007
8e04817f
AC
22008Initialized @samp{argv[]} array passed into program. @var{arglen}
22009specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
22010See @code{gdbserver} for more details.
22011
22012Reply:
22013@table @samp
22014@item OK
22015@item E@var{NN}
22016@end table
22017
22018@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
22019@cindex @code{b} packet
22020
22021Change the serial line speed to @var{baud}.
22022
22023JTC: @emph{When does the transport layer state change? When it's
22024received, or after the ACK is transmitted. In either case, there are
22025problems if the command or the acknowledgment packet is dropped.}
22026
22027Stan: @emph{If people really wanted to add something like this, and get
22028it working for the first time, they ought to modify ser-unix.c to send
22029some kind of out-of-band message to a specially-setup stub and have the
22030switch happen "in between" packets, so that from remote protocol's point
22031of view, nothing actually happened.}
22032
22033@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
22034@cindex @code{B} packet
22035
8e04817f 22036Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
22037breakpoint at @var{addr}.
22038
22039This packet has been replaced by the @samp{Z} and @samp{z} packets
22040(@pxref{insert breakpoint or watchpoint packet}).
c906108c 22041
ee2d5c50
AC
22042@item @code{c}@var{addr} --- continue
22043@cindex @code{c} packet
22044
22045@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 22046current address.
c906108c 22047
ee2d5c50
AC
22048Reply:
22049@xref{Stop Reply Packets}, for the reply specifications.
22050
22051@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
22052@cindex @code{C} packet
22053
8e04817f
AC
22054Continue with signal @var{sig} (hex signal number). If
22055@code{;}@var{addr} is omitted, resume at same address.
c906108c 22056
ee2d5c50
AC
22057Reply:
22058@xref{Stop Reply Packets}, for the reply specifications.
c906108c 22059
ee2d5c50
AC
22060@item @code{d} --- toggle debug @strong{(deprecated)}
22061@cindex @code{d} packet
22062
22063Toggle debug flag.
22064
22065@item @code{D} --- detach
22066@cindex @code{D} packet
22067
22068Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 22069before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
22070
22071Reply:
22072@table @samp
10fac096
NW
22073@item OK
22074for success
22075@item E@var{NN}
22076for an error
ee2d5c50 22077@end table
c906108c 22078
ee2d5c50 22079@item @code{e} --- reserved
c906108c 22080
ee2d5c50 22081Reserved for future use.
c906108c 22082
ee2d5c50 22083@item @code{E} --- reserved
c906108c 22084
ee2d5c50 22085Reserved for future use.
c906108c 22086
ee2d5c50
AC
22087@item @code{f} --- reserved
22088
22089Reserved for future use.
22090
0ce1b118
CV
22091@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
22092@cindex @code{F} packet
ee2d5c50 22093
0ce1b118
CV
22094This packet is send by @value{GDBN} as reply to a @code{F} request packet
22095sent by the target. This is part of the File-I/O protocol extension.
22096@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
22097
22098@item @code{g} --- read registers
22099@anchor{read registers packet}
22100@cindex @code{g} packet
22101
22102Read general registers.
22103
22104Reply:
22105@table @samp
22106@item @var{XX@dots{}}
8e04817f
AC
22107Each byte of register data is described by two hex digits. The bytes
22108with the register are transmitted in target byte order. The size of
22109each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
22110determined by the @value{GDBN} internal macros
22111@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
22112specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
22113@item E@var{NN}
22114for an error.
22115@end table
c906108c 22116
ee2d5c50
AC
22117@item @code{G}@var{XX@dots{}} --- write regs
22118@cindex @code{G} packet
c906108c 22119
ee2d5c50
AC
22120@xref{read registers packet}, for a description of the @var{XX@dots{}}
22121data.
22122
22123Reply:
22124@table @samp
22125@item OK
22126for success
22127@item E@var{NN}
22128for an error
22129@end table
22130
22131@item @code{h} --- reserved
22132
22133Reserved for future use.
22134
b383017d 22135@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 22136@cindex @code{H} packet
c906108c 22137
8e04817f 22138Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
22139@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
22140should be @samp{c} for step and continue operations, @samp{g} for other
22141operations. The thread designator @var{t@dots{}} may be -1, meaning all
22142the threads, a thread number, or zero which means pick any thread.
22143
22144Reply:
22145@table @samp
22146@item OK
22147for success
22148@item E@var{NN}
22149for an error
22150@end table
c906108c 22151
8e04817f
AC
22152@c FIXME: JTC:
22153@c 'H': How restrictive (or permissive) is the thread model. If a
22154@c thread is selected and stopped, are other threads allowed
22155@c to continue to execute? As I mentioned above, I think the
22156@c semantics of each command when a thread is selected must be
22157@c described. For example:
22158@c
22159@c 'g': If the stub supports threads and a specific thread is
22160@c selected, returns the register block from that thread;
22161@c otherwise returns current registers.
22162@c
22163@c 'G' If the stub supports threads and a specific thread is
22164@c selected, sets the registers of the register block of
22165@c that thread; otherwise sets current registers.
c906108c 22166
ee2d5c50
AC
22167@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
22168@anchor{cycle step packet}
22169@cindex @code{i} packet
22170
8e04817f
AC
22171Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
22172present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
22173step starting at that address.
c906108c 22174
ee2d5c50
AC
22175@item @code{I} --- signal then cycle step @strong{(reserved)}
22176@cindex @code{I} packet
22177
22178@xref{step with signal packet}. @xref{cycle step packet}.
22179
22180@item @code{j} --- reserved
22181
22182Reserved for future use.
22183
22184@item @code{J} --- reserved
c906108c 22185
ee2d5c50 22186Reserved for future use.
c906108c 22187
ee2d5c50
AC
22188@item @code{k} --- kill request
22189@cindex @code{k} packet
c906108c 22190
ac282366 22191FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
22192thread context has been selected (i.e.@: does 'k' kill only that
22193thread?)}.
c906108c 22194
ee2d5c50 22195@item @code{K} --- reserved
c906108c 22196
ee2d5c50
AC
22197Reserved for future use.
22198
22199@item @code{l} --- reserved
22200
22201Reserved for future use.
22202
22203@item @code{L} --- reserved
22204
22205Reserved for future use.
22206
22207@item @code{m}@var{addr}@code{,}@var{length} --- read memory
22208@cindex @code{m} packet
c906108c 22209
8e04817f 22210Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 22211Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 22212assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 22213transfer mechanism is needed.}
c906108c 22214
ee2d5c50
AC
22215Reply:
22216@table @samp
22217@item @var{XX@dots{}}
22218@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22219to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 22220that sized memory transfers are assumed using word aligned
ee2d5c50
AC
22221accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22222needed.}
22223@item E@var{NN}
22224@var{NN} is errno
22225@end table
22226
22227@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22228@cindex @code{M} packet
22229
8e04817f 22230Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
22231@var{XX@dots{}} is the data.
22232
22233Reply:
22234@table @samp
22235@item OK
22236for success
22237@item E@var{NN}
8e04817f
AC
22238for an error (this includes the case where only part of the data was
22239written).
ee2d5c50 22240@end table
c906108c 22241
ee2d5c50 22242@item @code{n} --- reserved
c906108c 22243
ee2d5c50 22244Reserved for future use.
c906108c 22245
ee2d5c50 22246@item @code{N} --- reserved
c906108c 22247
ee2d5c50 22248Reserved for future use.
c906108c 22249
ee2d5c50
AC
22250@item @code{o} --- reserved
22251
22252Reserved for future use.
22253
22254@item @code{O} --- reserved
22255
2e868123 22256@item @code{p}@var{hex number of register} --- read register packet
ee2d5c50
AC
22257@cindex @code{p} packet
22258
2e868123
AC
22259@xref{read registers packet}, for a description of how the returned
22260register value is encoded.
ee2d5c50
AC
22261
22262Reply:
22263@table @samp
2e868123
AC
22264@item @var{XX@dots{}}
22265the register's value
22266@item E@var{NN}
22267for an error
22268@item
22269Indicating an unrecognized @var{query}.
ee2d5c50
AC
22270@end table
22271
22272@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22273@anchor{write register packet}
22274@cindex @code{P} packet
22275
22276Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 22277digits for each byte in the register (target byte order).
c906108c 22278
ee2d5c50
AC
22279Reply:
22280@table @samp
22281@item OK
22282for success
22283@item E@var{NN}
22284for an error
22285@end table
22286
22287@item @code{q}@var{query} --- general query
22288@anchor{general query packet}
22289@cindex @code{q} packet
22290
22291Request info about @var{query}. In general @value{GDBN} queries have a
22292leading upper case letter. Custom vendor queries should use a company
22293prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
22294be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
22295that they match the full @var{query} name.
22296
22297Reply:
22298@table @samp
22299@item @var{XX@dots{}}
22300Hex encoded data from query. The reply can not be empty.
22301@item E@var{NN}
22302error reply
8e04817f 22303@item
ee2d5c50
AC
22304Indicating an unrecognized @var{query}.
22305@end table
22306
22307@item @code{Q}@var{var}@code{=}@var{val} --- general set
22308@cindex @code{Q} packet
22309
22310Set value of @var{var} to @var{val}.
22311
22312@xref{general query packet}, for a discussion of naming conventions.
c906108c 22313
ee2d5c50
AC
22314@item @code{r} --- reset @strong{(deprecated)}
22315@cindex @code{r} packet
c906108c 22316
8e04817f 22317Reset the entire system.
c906108c 22318
ee2d5c50
AC
22319@item @code{R}@var{XX} --- remote restart
22320@cindex @code{R} packet
22321
8e04817f
AC
22322Restart the program being debugged. @var{XX}, while needed, is ignored.
22323This packet is only available in extended mode.
ee2d5c50
AC
22324
22325Reply:
22326@table @samp
22327@item @emph{no reply}
8e04817f 22328The @samp{R} packet has no reply.
ee2d5c50
AC
22329@end table
22330
22331@item @code{s}@var{addr} --- step
22332@cindex @code{s} packet
c906108c 22333
8e04817f
AC
22334@var{addr} is address to resume. If @var{addr} is omitted, resume at
22335same address.
c906108c 22336
ee2d5c50
AC
22337Reply:
22338@xref{Stop Reply Packets}, for the reply specifications.
22339
22340@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22341@anchor{step with signal packet}
22342@cindex @code{S} packet
22343
8e04817f 22344Like @samp{C} but step not continue.
c906108c 22345
ee2d5c50
AC
22346Reply:
22347@xref{Stop Reply Packets}, for the reply specifications.
22348
b383017d 22349@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
22350@cindex @code{t} packet
22351
8e04817f 22352Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
22353@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
22354@var{addr} must be at least 3 digits.
c906108c 22355
ee2d5c50
AC
22356@item @code{T}@var{XX} --- thread alive
22357@cindex @code{T} packet
c906108c 22358
ee2d5c50 22359Find out if the thread XX is alive.
c906108c 22360
ee2d5c50
AC
22361Reply:
22362@table @samp
22363@item OK
22364thread is still alive
22365@item E@var{NN}
22366thread is dead
22367@end table
22368
22369@item @code{u} --- reserved
22370
22371Reserved for future use.
22372
22373@item @code{U} --- reserved
22374
22375Reserved for future use.
22376
86d30acc 22377@item @code{v} --- verbose packet prefix
ee2d5c50 22378
86d30acc
DJ
22379Packets starting with @code{v} are identified by a multi-letter name,
22380up to the first @code{;} or @code{?} (or the end of the packet).
22381
22382@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22383@cindex @code{vCont} packet
22384
22385Resume the inferior. Different actions may be specified for each thread.
22386If an action is specified with no @var{tid}, then it is applied to any
22387threads that don't have a specific action specified; if no default action is
22388specified then other threads should remain stopped. Specifying multiple
22389default actions is an error; specifying no actions is also an error.
22390Thread IDs are specified in hexadecimal. Currently supported actions are:
22391
22392@table @code
22393@item c
22394Continue.
22395@item C@var{sig}
22396Continue with signal @var{sig}. @var{sig} should be two hex digits.
22397@item s
22398Step.
22399@item S@var{sig}
22400Step with signal @var{sig}. @var{sig} should be two hex digits.
22401@end table
22402
22403The optional @var{addr} argument normally associated with these packets is
22404not supported in @code{vCont}.
22405
22406Reply:
22407@xref{Stop Reply Packets}, for the reply specifications.
22408
22409@item @code{vCont?} --- extended resume query
22410@cindex @code{vCont?} packet
22411
22412Query support for the @code{vCont} packet.
22413
22414Reply:
22415@table @samp
22416@item @code{vCont}[;@var{action}]...
22417The @code{vCont} packet is supported. Each @var{action} is a supported
22418command in the @code{vCont} packet.
22419@item
22420The @code{vCont} packet is not supported.
22421@end table
ee2d5c50
AC
22422
22423@item @code{V} --- reserved
c906108c 22424
ee2d5c50 22425Reserved for future use.
c906108c 22426
ee2d5c50 22427@item @code{w} --- reserved
c906108c 22428
ee2d5c50 22429Reserved for future use.
c906108c 22430
ee2d5c50 22431@item @code{W} --- reserved
c906108c 22432
ee2d5c50 22433Reserved for future use.
c906108c 22434
ee2d5c50
AC
22435@item @code{x} --- reserved
22436
22437Reserved for future use.
22438
22439@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22440@cindex @code{X} packet
22441
22442@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22443is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
69065f5d
AC
22444escaped using @code{0x7d}, and then XORed with @code{0x20}.
22445For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
c906108c 22446
ee2d5c50
AC
22447Reply:
22448@table @samp
22449@item OK
22450for success
22451@item E@var{NN}
22452for an error
22453@end table
22454
22455@item @code{y} --- reserved
c906108c 22456
ee2d5c50 22457Reserved for future use.
c906108c 22458
ee2d5c50
AC
22459@item @code{Y} reserved
22460
22461Reserved for future use.
22462
2f870471
AC
22463@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22464@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22465@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 22466@cindex @code{z} packet
2f870471 22467@cindex @code{Z} packets
ee2d5c50 22468
2f870471
AC
22469Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22470watchpoint starting at address @var{address} and covering the next
22471@var{length} bytes.
ee2d5c50 22472
2f870471
AC
22473Each breakpoint and watchpoint packet @var{type} is documented
22474separately.
22475
512217c7
AC
22476@emph{Implementation notes: A remote target shall return an empty string
22477for an unrecognized breakpoint or watchpoint packet @var{type}. A
22478remote target shall support either both or neither of a given
2f870471
AC
22479@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
22480avoid potential problems with duplicate packets, the operations should
22481be implemented in an idempotent way.}
22482
22483@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22484@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22485@cindex @code{z0} packet
22486@cindex @code{Z0} packet
22487
22488Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22489@code{addr} of size @code{length}.
22490
22491A memory breakpoint is implemented by replacing the instruction at
22492@var{addr} with a software breakpoint or trap instruction. The
22493@code{length} is used by targets that indicates the size of the
22494breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22495@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 22496
2f870471
AC
22497@emph{Implementation note: It is possible for a target to copy or move
22498code that contains memory breakpoints (e.g., when implementing
22499overlays). The behavior of this packet, in the presence of such a
22500target, is not defined.}
c906108c 22501
ee2d5c50
AC
22502Reply:
22503@table @samp
2f870471
AC
22504@item OK
22505success
22506@item
22507not supported
ee2d5c50
AC
22508@item E@var{NN}
22509for an error
2f870471
AC
22510@end table
22511
22512@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22513@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22514@cindex @code{z1} packet
22515@cindex @code{Z1} packet
22516
22517Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22518address @code{addr} of size @code{length}.
22519
22520A hardware breakpoint is implemented using a mechanism that is not
22521dependant on being able to modify the target's memory.
22522
22523@emph{Implementation note: A hardware breakpoint is not affected by code
22524movement.}
22525
22526Reply:
22527@table @samp
ee2d5c50 22528@item OK
2f870471
AC
22529success
22530@item
22531not supported
22532@item E@var{NN}
22533for an error
22534@end table
22535
22536@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22537@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22538@cindex @code{z2} packet
22539@cindex @code{Z2} packet
22540
22541Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22542
22543Reply:
22544@table @samp
22545@item OK
22546success
22547@item
22548not supported
22549@item E@var{NN}
22550for an error
22551@end table
22552
22553@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22554@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22555@cindex @code{z3} packet
22556@cindex @code{Z3} packet
22557
2e834e49 22558Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
22559
22560Reply:
22561@table @samp
22562@item OK
22563success
22564@item
22565not supported
22566@item E@var{NN}
22567for an error
22568@end table
22569
2e834e49
HPN
22570@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22571@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
22572@cindex @code{z4} packet
22573@cindex @code{Z4} packet
22574
22575Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22576
22577Reply:
22578@table @samp
22579@item OK
22580success
22581@item
22582not supported
22583@item E@var{NN}
22584for an error
ee2d5c50
AC
22585@end table
22586
22587@end table
c906108c 22588
ee2d5c50
AC
22589@node Stop Reply Packets
22590@section Stop Reply Packets
22591@cindex stop reply packets
c906108c 22592
8e04817f
AC
22593The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22594receive any of the below as a reply. In the case of the @samp{C},
22595@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22596when the target halts. In the below the exact meaning of @samp{signal
22597number} is poorly defined. In general one of the UNIX signal numbering
22598conventions is used.
c906108c 22599
ee2d5c50 22600@table @samp
c906108c 22601
ee2d5c50
AC
22602@item S@var{AA}
22603@var{AA} is the signal number
c906108c 22604
8e04817f 22605@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
22606@cindex @code{T} packet reply
22607
8e04817f
AC
22608@var{AA} = two hex digit signal number; @var{n...} = register number
22609(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
22610by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22611@var{r...} = thread process ID, this is a hex integer; @var{n...} =
22612(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22613address, this is a hex integer; @var{n...} = other string not starting
22614with valid hex digit. @value{GDBN} should ignore this @var{n...},
22615@var{r...} pair and go on to the next. This way we can extend the
22616protocol.
c906108c 22617
ee2d5c50
AC
22618@item W@var{AA}
22619
8e04817f 22620The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
22621applicable to certain targets.
22622
22623@item X@var{AA}
c906108c 22624
8e04817f 22625The process terminated with signal @var{AA}.
c906108c 22626
ee2d5c50 22627@item O@var{XX@dots{}}
c906108c 22628
ee2d5c50
AC
22629@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
22630any time while the program is running and the debugger should continue
22631to wait for @samp{W}, @samp{T}, etc.
22632
0ce1b118
CV
22633@item F@var{call-id}@code{,}@var{parameter@dots{}}
22634
22635@var{call-id} is the identifier which says which host system call should
22636be called. This is just the name of the function. Translation into the
22637correct system call is only applicable as it's defined in @value{GDBN}.
22638@xref{File-I/O remote protocol extension}, for a list of implemented
22639system calls.
22640
22641@var{parameter@dots{}} is a list of parameters as defined for this very
22642system call.
22643
22644The target replies with this packet when it expects @value{GDBN} to call
22645a host system call on behalf of the target. @value{GDBN} replies with
22646an appropriate @code{F} packet and keeps up waiting for the next reply
22647packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
22648@samp{s} action is expected to be continued.
22649@xref{File-I/O remote protocol extension}, for more details.
22650
ee2d5c50
AC
22651@end table
22652
22653@node General Query Packets
22654@section General Query Packets
9c16f35a 22655@cindex remote query requests
c906108c 22656
8e04817f 22657The following set and query packets have already been defined.
c906108c 22658
ee2d5c50 22659@table @r
c906108c 22660
ee2d5c50 22661@item @code{q}@code{C} --- current thread
9c16f35a
EZ
22662@cindex current thread, remote request
22663@cindex @code{qC} packet
ee2d5c50
AC
22664Return the current thread id.
22665
22666Reply:
22667@table @samp
22668@item @code{QC}@var{pid}
e1aac25b 22669Where @var{pid} is an unsigned hexidecimal process id.
ee2d5c50
AC
22670@item *
22671Any other reply implies the old pid.
22672@end table
22673
22674@item @code{q}@code{fThreadInfo} -- all thread ids
9c16f35a
EZ
22675@cindex list active threads, remote request
22676@cindex @code{qfThreadInfo} packet
ee2d5c50 22677@code{q}@code{sThreadInfo}
c906108c 22678
8e04817f
AC
22679Obtain a list of active thread ids from the target (OS). Since there
22680may be too many active threads to fit into one reply packet, this query
22681works iteratively: it may require more than one query/reply sequence to
22682obtain the entire list of threads. The first query of the sequence will
22683be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22684sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
22685
22686NOTE: replaces the @code{qL} query (see below).
22687
22688Reply:
22689@table @samp
22690@item @code{m}@var{id}
22691A single thread id
22692@item @code{m}@var{id},@var{id}@dots{}
22693a comma-separated list of thread ids
22694@item @code{l}
22695(lower case 'el') denotes end of list.
22696@end table
22697
22698In response to each query, the target will reply with a list of one or
e1aac25b
JB
22699more thread ids, in big-endian unsigned hex, separated by commas.
22700@value{GDBN} will respond to each reply with a request for more thread
22701ids (using the @code{qs} form of the query), until the target responds
22702with @code{l} (lower-case el, for @code{'last'}).
c906108c 22703
ee2d5c50 22704@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
9c16f35a
EZ
22705@cindex thread attributes info, remote request
22706@cindex @code{qThreadExtraInfo} packet
ee2d5c50
AC
22707Where @var{id} is a thread-id in big-endian hex. Obtain a printable
22708string description of a thread's attributes from the target OS. This
22709string may contain anything that the target OS thinks is interesting for
22710@value{GDBN} to tell the user about the thread. The string is displayed
22711in @value{GDBN}'s @samp{info threads} display. Some examples of
22712possible thread extra info strings are ``Runnable'', or ``Blocked on
22713Mutex''.
22714
22715Reply:
22716@table @samp
22717@item @var{XX@dots{}}
22718Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22719the printable string containing the extra information about the thread's
8e04817f 22720attributes.
ee2d5c50
AC
22721@end table
22722
22723@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 22724
8e04817f
AC
22725Obtain thread information from RTOS. Where: @var{startflag} (one hex
22726digit) is one to indicate the first query and zero to indicate a
22727subsequent query; @var{threadcount} (two hex digits) is the maximum
22728number of threads the response packet can contain; and @var{nextthread}
22729(eight hex digits), for subsequent queries (@var{startflag} is zero), is
22730returned in the response as @var{argthread}.
ee2d5c50
AC
22731
22732NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22733(see above).
22734
22735Reply:
22736@table @samp
22737@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
22738Where: @var{count} (two hex digits) is the number of threads being
22739returned; @var{done} (one hex digit) is zero to indicate more threads
22740and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
22741digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22742is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 22743digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 22744@end table
c906108c 22745
ee2d5c50 22746@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
9c16f35a
EZ
22747@cindex CRC of memory block, remote request
22748@cindex @code{qCRC} packet
ee2d5c50
AC
22749Reply:
22750@table @samp
22751@item @code{E}@var{NN}
22752An error (such as memory fault)
22753@item @code{C}@var{CRC32}
22754A 32 bit cyclic redundancy check of the specified memory region.
22755@end table
22756
22757@item @code{q}@code{Offsets} --- query sect offs
9c16f35a
EZ
22758@cindex section offsets, remote request
22759@cindex @code{qOffsets} packet
8e04817f
AC
22760Get section offsets that the target used when re-locating the downloaded
22761image. @emph{Note: while a @code{Bss} offset is included in the
22762response, @value{GDBN} ignores this and instead applies the @code{Data}
22763offset to the @code{Bss} section.}
c906108c 22764
ee2d5c50
AC
22765Reply:
22766@table @samp
22767@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22768@end table
22769
22770@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
9c16f35a
EZ
22771@cindex thread information, remote request
22772@cindex @code{qP} packet
8e04817f
AC
22773Returns information on @var{threadid}. Where: @var{mode} is a hex
22774encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
22775
22776Reply:
22777@table @samp
22778@item *
22779@end table
22780
8e04817f 22781See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 22782
ee2d5c50 22783@item @code{q}@code{Rcmd,}@var{command} --- remote command
9c16f35a
EZ
22784@cindex execute remote command, remote request
22785@cindex @code{qRcmd} packet
ee2d5c50 22786@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
22787execution. Invalid commands should be reported using the output string.
22788Before the final result packet, the target may also respond with a
ee2d5c50
AC
22789number of intermediate @code{O}@var{output} console output packets.
22790@emph{Implementors should note that providing access to a stubs's
22791interpreter may have security implications}.
22792
22793Reply:
22794@table @samp
22795@item OK
8e04817f 22796A command response with no output.
ee2d5c50 22797@item @var{OUTPUT}
8e04817f 22798A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 22799@item @code{E}@var{NN}
8e04817f 22800Indicate a badly formed request.
ee2d5c50 22801@item @samp{}
8e04817f 22802When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50 22803@end table
9c16f35a 22804z
ee2d5c50 22805@item @code{qSymbol::} --- symbol lookup
9c16f35a
EZ
22806@cindex symbol lookup, remote request
22807@cindex @code{qSymbol} packet
8e04817f
AC
22808Notify the target that @value{GDBN} is prepared to serve symbol lookup
22809requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
22810
22811Reply:
22812@table @samp
22813@item @code{OK}
8e04817f 22814The target does not need to look up any (more) symbols.
ee2d5c50
AC
22815@item @code{qSymbol:}@var{sym_name}
22816The target requests the value of symbol @var{sym_name} (hex encoded).
22817@value{GDBN} may provide the value by using the
22818@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22819@end table
22820
22821@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22822
22823Set the value of @var{sym_name} to @var{sym_value}.
22824
22825@var{sym_name} (hex encoded) is the name of a symbol whose value the
22826target has previously requested.
22827
22828@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
22829@value{GDBN} cannot supply a value for @var{sym_name}, then this field
22830will be empty.
22831
22832Reply:
22833@table @samp
22834@item @code{OK}
8e04817f 22835The target does not need to look up any (more) symbols.
ee2d5c50
AC
22836@item @code{qSymbol:}@var{sym_name}
22837The target requests the value of a new symbol @var{sym_name} (hex
22838encoded). @value{GDBN} will continue to supply the values of symbols
22839(if available), until the target ceases to request them.
22840@end table
eb12ee30 22841
649e03f6 22842@item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
9c16f35a
EZ
22843@cindex read special object, remote request
22844@cindex @code{qPart} packet
649e03f6
RM
22845Read uninterpreted bytes from the target's special data area
22846identified by the keyword @code{object}.
22847Request @var{length} bytes starting at @var{offset} bytes into the data.
22848The content and encoding of @var{annex} is specific to the object;
22849it can supply additional details about what data to access.
22850
22851Here are the specific requests of this form defined so far.
22852All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22853requests use the same reply formats, listed below.
22854
22855@table @asis
22856@item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
721c2651
EZ
22857Access the target's @dfn{auxiliary vector}. @xref{OS Information,
22858auxiliary vector}, and see @ref{Remote configuration,
22859read-aux-vector-packet}. Note @var{annex} must be empty.
649e03f6
RM
22860@end table
22861
22862Reply:
22863@table @asis
22864@item @code{OK}
22865The @var{offset} in the request is at the end of the data.
22866There is no more data to be read.
22867
22868@item @var{XX@dots{}}
22869Hex encoded data bytes read.
22870This may be fewer bytes than the @var{length} in the request.
22871
22872@item @code{E00}
22873The request was malformed, or @var{annex} was invalid.
22874
22875@item @code{E}@var{nn}
22876The offset was invalid, or there was an error encountered reading the data.
22877@var{nn} is a hex-encoded @code{errno} value.
22878
22879@item @code{""} (empty)
22880An empty reply indicates the @var{object} or @var{annex} string was not
22881recognized by the stub.
22882@end table
22883
22884@item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
9c16f35a 22885@cindex write data into object, remote request
649e03f6
RM
22886Write uninterpreted bytes into the target's special data area
22887identified by the keyword @code{object},
22888starting at @var{offset} bytes into the data.
22889@var{data@dots{}} is the hex-encoded data to be written.
22890The content and encoding of @var{annex} is specific to the object;
22891it can supply additional details about what data to access.
22892
22893No requests of this form are presently in use. This specification
22894serves as a placeholder to document the common format that new
22895specific request specifications ought to use.
22896
22897Reply:
22898@table @asis
22899@item @var{nn}
22900@var{nn} (hex encoded) is the number of bytes written.
22901This may be fewer bytes than supplied in the request.
22902
22903@item @code{E00}
22904The request was malformed, or @var{annex} was invalid.
22905
22906@item @code{E}@var{nn}
22907The offset was invalid, or there was an error encountered writing the data.
22908@var{nn} is a hex-encoded @code{errno} value.
22909
22910@item @code{""} (empty)
22911An empty reply indicates the @var{object} or @var{annex} string was not
22912recognized by the stub, or that the object does not support writing.
22913@end table
22914
22915@item @code{qPart}:@var{object}:@var{operation}:@dots{}
22916Requests of this form may be added in the future. When a stub does
22917not recognize the @var{object} keyword, or its support for
22918@var{object} does not recognize the @var{operation} keyword,
22919the stub must respond with an empty packet.
83761cbd
KB
22920
22921@item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
9c16f35a
EZ
22922@cindex get thread-local storage address, remote request
22923@cindex @code{qGetTLSAddr} packet
83761cbd
KB
22924Fetch the address associated with thread local storage specified
22925by @var{thread-id}, @var{offset}, and @var{lm}.
22926
22927@var{thread-id} is the (big endian, hex encoded) thread id associated with the
22928thread for which to fetch the TLS address.
22929
22930@var{offset} is the (big endian, hex encoded) offset associated with the
22931thread local variable. (This offset is obtained from the debug
22932information associated with the variable.)
22933
22934@var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22935the load module associated with the thread local storage. For example,
22936a @sc{gnu}/Linux system will pass the link map address of the shared
22937object associated with the thread local storage under consideration.
22938Other operating environments may choose to represent the load module
22939differently, so the precise meaning of this parameter will vary.
22940
22941Reply:
22942@table @asis
68c71a2e 22943@item @var{XX@dots{}}
83761cbd
KB
22944Hex encoded (big endian) bytes representing the address of the thread
22945local storage requested.
22946
22947@item @code{E}@var{nn} (where @var{nn} are hex digits)
22948An error occurred.
22949
22950@item @code{""} (empty)
22951An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22952@end table
22953
0abb7bc7
EZ
22954Use of this request packet is controlled by the @code{set remote
22955get-thread-local-storage-address} command (@pxref{Remote
22956configuration, set remote get-thread-local-storage-address}).
22957
ee2d5c50
AC
22958@end table
22959
22960@node Register Packet Format
22961@section Register Packet Format
eb12ee30 22962
8e04817f 22963The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
22964In the below, some thirty-two bit registers are transferred as
22965sixty-four bits. Those registers should be zero/sign extended (which?)
22966to fill the space allocated. Register bytes are transfered in target
22967byte order. The two nibbles within a register byte are transfered
22968most-significant - least-significant.
eb12ee30 22969
ee2d5c50 22970@table @r
eb12ee30 22971
8e04817f 22972@item MIPS32
ee2d5c50 22973
8e04817f
AC
22974All registers are transfered as thirty-two bit quantities in the order:
2297532 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22976registers; fsr; fir; fp.
eb12ee30 22977
8e04817f 22978@item MIPS64
ee2d5c50 22979
8e04817f
AC
22980All registers are transfered as sixty-four bit quantities (including
22981thirty-two bit registers such as @code{sr}). The ordering is the same
22982as @code{MIPS32}.
eb12ee30 22983
ee2d5c50
AC
22984@end table
22985
22986@node Examples
22987@section Examples
eb12ee30 22988
8e04817f
AC
22989Example sequence of a target being re-started. Notice how the restart
22990does not get any direct output:
eb12ee30 22991
474c8240 22992@smallexample
d2c6833e
AC
22993-> @code{R00}
22994<- @code{+}
8e04817f 22995@emph{target restarts}
d2c6833e 22996-> @code{?}
8e04817f 22997<- @code{+}
d2c6833e
AC
22998<- @code{T001:1234123412341234}
22999-> @code{+}
474c8240 23000@end smallexample
eb12ee30 23001
8e04817f 23002Example sequence of a target being stepped by a single instruction:
eb12ee30 23003
474c8240 23004@smallexample
d2c6833e 23005-> @code{G1445@dots{}}
8e04817f 23006<- @code{+}
d2c6833e
AC
23007-> @code{s}
23008<- @code{+}
23009@emph{time passes}
23010<- @code{T001:1234123412341234}
8e04817f 23011-> @code{+}
d2c6833e 23012-> @code{g}
8e04817f 23013<- @code{+}
d2c6833e
AC
23014<- @code{1455@dots{}}
23015-> @code{+}
474c8240 23016@end smallexample
eb12ee30 23017
0ce1b118
CV
23018@node File-I/O remote protocol extension
23019@section File-I/O remote protocol extension
23020@cindex File-I/O remote protocol extension
23021
23022@menu
23023* File-I/O Overview::
23024* Protocol basics::
1d8b2f28
JB
23025* The F request packet::
23026* The F reply packet::
0ce1b118
CV
23027* Memory transfer::
23028* The Ctrl-C message::
23029* Console I/O::
23030* The isatty call::
23031* The system call::
23032* List of supported calls::
23033* Protocol specific representation of datatypes::
23034* Constants::
23035* File-I/O Examples::
23036@end menu
23037
23038@node File-I/O Overview
23039@subsection File-I/O Overview
23040@cindex file-i/o overview
23041
9c16f35a
EZ
23042The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
23043target to use the host's file system and console I/O when calling various
0ce1b118
CV
23044system calls. System calls on the target system are translated into a
23045remote protocol packet to the host system which then performs the needed
23046actions and returns with an adequate response packet to the target system.
23047This simulates file system operations even on targets that lack file systems.
23048
23049The protocol is defined host- and target-system independent. It uses
9c16f35a 23050its own independent representation of datatypes and values. Both,
0ce1b118
CV
23051@value{GDBN} and the target's @value{GDBN} stub are responsible for
23052translating the system dependent values into the unified protocol values
23053when data is transmitted.
23054
23055The communication is synchronous. A system call is possible only
23056when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
23057packets. While @value{GDBN} handles the request for a system call,
23058the target is stopped to allow deterministic access to the target's
23059memory. Therefore File-I/O is not interuptible by target signals. It
23060is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
23061
23062The target's request to perform a host system call does not finish
23063the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
23064after finishing the system call, the target returns to continuing the
23065previous activity (continue, step). No additional continue or step
23066request from @value{GDBN} is required.
23067
23068@smallexample
f7dc1244 23069(@value{GDBP}) continue
0ce1b118
CV
23070 <- target requests 'system call X'
23071 target is stopped, @value{GDBN} executes system call
23072 -> GDB returns result
23073 ... target continues, GDB returns to wait for the target
23074 <- target hits breakpoint and sends a Txx packet
23075@end smallexample
23076
23077The protocol is only used for files on the host file system and
23078for I/O on the console. Character or block special devices, pipes,
23079named pipes or sockets or any other communication method on the host
23080system are not supported by this protocol.
23081
23082@node Protocol basics
23083@subsection Protocol basics
23084@cindex protocol basics, file-i/o
23085
23086The File-I/O protocol uses the @code{F} packet, as request as well
23087as as reply packet. Since a File-I/O system call can only occur when
b383017d 23088@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
23089File-I/O request is a reply that @value{GDBN} has to expect as a result
23090of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
23091This @code{F} packet contains all information needed to allow @value{GDBN}
23092to call the appropriate host system call:
23093
23094@itemize @bullet
b383017d 23095@item
0ce1b118
CV
23096A unique identifier for the requested system call.
23097
23098@item
23099All parameters to the system call. Pointers are given as addresses
23100in the target memory address space. Pointers to strings are given as
b383017d 23101pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
23102Numerical control values are given in a protocol specific representation.
23103
23104@end itemize
23105
23106At that point @value{GDBN} has to perform the following actions.
23107
23108@itemize @bullet
b383017d 23109@item
0ce1b118
CV
23110If parameter pointer values are given, which point to data needed as input
23111to a system call, @value{GDBN} requests this data from the target with a
23112standard @code{m} packet request. This additional communication has to be
23113expected by the target implementation and is handled as any other @code{m}
23114packet.
23115
23116@item
23117@value{GDBN} translates all value from protocol representation to host
23118representation as needed. Datatypes are coerced into the host types.
23119
23120@item
23121@value{GDBN} calls the system call
23122
23123@item
23124It then coerces datatypes back to protocol representation.
23125
23126@item
23127If pointer parameters in the request packet point to buffer space in which
23128a system call is expected to copy data to, the data is transmitted to the
23129target using a @code{M} or @code{X} packet. This packet has to be expected
23130by the target implementation and is handled as any other @code{M} or @code{X}
23131packet.
23132
23133@end itemize
23134
23135Eventually @value{GDBN} replies with another @code{F} packet which contains all
23136necessary information for the target to continue. This at least contains
23137
23138@itemize @bullet
23139@item
23140Return value.
23141
23142@item
23143@code{errno}, if has been changed by the system call.
23144
23145@item
23146``Ctrl-C'' flag.
23147
23148@end itemize
23149
23150After having done the needed type and value coercion, the target continues
23151the latest continue or step action.
23152
1d8b2f28 23153@node The F request packet
0ce1b118
CV
23154@subsection The @code{F} request packet
23155@cindex file-i/o request packet
23156@cindex @code{F} request packet
23157
23158The @code{F} request packet has the following format:
23159
23160@table @samp
23161
23162@smallexample
23163@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
23164@end smallexample
23165
23166@var{call-id} is the identifier to indicate the host system call to be called.
23167This is just the name of the function.
23168
23169@var{parameter@dots{}} are the parameters to the system call.
23170
b383017d 23171@end table
0ce1b118
CV
23172
23173Parameters are hexadecimal integer values, either the real values in case
23174of scalar datatypes, as pointers to target buffer space in case of compound
23175datatypes and unspecified memory areas or as pointer/length pairs in case
23176of string parameters. These are appended to the call-id, each separated
23177from its predecessor by a comma. All values are transmitted in ASCII
23178string representation, pointer/length pairs separated by a slash.
23179
1d8b2f28 23180@node The F reply packet
0ce1b118
CV
23181@subsection The @code{F} reply packet
23182@cindex file-i/o reply packet
23183@cindex @code{F} reply packet
23184
23185The @code{F} reply packet has the following format:
23186
23187@table @samp
23188
23189@smallexample
23190@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23191@end smallexample
23192
23193@var{retcode} is the return code of the system call as hexadecimal value.
23194
23195@var{errno} is the errno set by the call, in protocol specific representation.
23196This parameter can be omitted if the call was successful.
23197
23198@var{Ctrl-C flag} is only send if the user requested a break. In this
23199case, @var{errno} must be send as well, even if the call was successful.
23200The @var{Ctrl-C flag} itself consists of the character 'C':
23201
23202@smallexample
23203F0,0,C
23204@end smallexample
23205
23206@noindent
23207or, if the call was interupted before the host call has been performed:
23208
23209@smallexample
23210F-1,4,C
23211@end smallexample
23212
23213@noindent
23214assuming 4 is the protocol specific representation of @code{EINTR}.
23215
23216@end table
23217
23218@node Memory transfer
23219@subsection Memory transfer
23220@cindex memory transfer, in file-i/o protocol
23221
23222Structured data which is transferred using a memory read or write as e.g.@:
23223a @code{struct stat} is expected to be in a protocol specific format with
23224all scalar multibyte datatypes being big endian. This should be done by
23225the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23226it transfers memory to the target. Transferred pointers to structured
23227data should point to the already coerced data at any time.
23228
23229@node The Ctrl-C message
23230@subsection The Ctrl-C message
23231@cindex ctrl-c message, in file-i/o protocol
23232
23233A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23234reply packet. In this case the target should behave, as if it had
23235gotten a break message. The meaning for the target is ``system call
23236interupted by @code{SIGINT}''. Consequentially, the target should actually stop
23237(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 23238packet. In this case, it's important for the target to know, in which
0ce1b118
CV
23239state the system call was interrupted. Since this action is by design
23240not an atomic operation, we have to differ between two cases:
23241
23242@itemize @bullet
23243@item
23244The system call hasn't been performed on the host yet.
23245
23246@item
23247The system call on the host has been finished.
23248
23249@end itemize
23250
23251These two states can be distinguished by the target by the value of the
23252returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
23253call hasn't been performed. This is equivalent to the @code{EINTR} handling
23254on POSIX systems. In any other case, the target may presume that the
23255system call has been finished --- successful or not --- and should behave
23256as if the break message arrived right after the system call.
23257
23258@value{GDBN} must behave reliable. If the system call has not been called
23259yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23260@code{errno} in the packet. If the system call on the host has been finished
23261before the user requests a break, the full action must be finshed by
23262@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
23263The @code{F} packet may only be send when either nothing has happened
23264or the full action has been completed.
23265
23266@node Console I/O
23267@subsection Console I/O
23268@cindex console i/o as part of file-i/o
23269
23270By default and if not explicitely closed by the target system, the file
23271descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
23272on the @value{GDBN} console is handled as any other file output operation
23273(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
23274by @value{GDBN} so that after the target read request from file descriptor
232750 all following typing is buffered until either one of the following
23276conditions is met:
23277
23278@itemize @bullet
23279@item
23280The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
23281@code{read}
23282system call is treated as finished.
23283
23284@item
23285The user presses @kbd{Enter}. This is treated as end of input with a trailing
23286line feed.
23287
23288@item
23289The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
23290character, especially no Ctrl-D is appended to the input.
23291
23292@end itemize
23293
23294If the user has typed more characters as fit in the buffer given to
23295the read call, the trailing characters are buffered in @value{GDBN} until
23296either another @code{read(0, @dots{})} is requested by the target or debugging
23297is stopped on users request.
23298
23299@node The isatty call
2eecc4ab 23300@subsection The @samp{isatty} function call
0ce1b118
CV
23301@cindex isatty call, file-i/o protocol
23302
23303A special case in this protocol is the library call @code{isatty} which
9c16f35a 23304is implemented as its own call inside of this protocol. It returns
0ce1b118
CV
233051 to the target if the file descriptor given as parameter is attached
23306to the @value{GDBN} console, 0 otherwise. Implementing through system calls
23307would require implementing @code{ioctl} and would be more complex than
23308needed.
23309
23310@node The system call
2eecc4ab 23311@subsection The @samp{system} function call
0ce1b118
CV
23312@cindex system call, file-i/o protocol
23313
23314The other special case in this protocol is the @code{system} call which
9c16f35a 23315is implemented as its own call, too. @value{GDBN} is taking over the full
0ce1b118
CV
23316task of calling the necessary host calls to perform the @code{system}
23317call. The return value of @code{system} is simplified before it's returned
23318to the target. Basically, the only signal transmitted back is @code{EINTR}
23319in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
23320entirely of the exit status of the called command.
23321
9c16f35a
EZ
23322Due to security concerns, the @code{system} call is by default refused
23323by @value{GDBN}. The user has to allow this call explicitly with the
23324@kbd{set remote system-call-allowed 1} command.
0ce1b118 23325
9c16f35a
EZ
23326@table @code
23327@item set remote system-call-allowed
23328@kindex set remote system-call-allowed
23329Control whether to allow the @code{system} calls in the File I/O
23330protocol for the remote target. The default is zero (disabled).
0ce1b118 23331
9c16f35a 23332@item show remote system-call-allowed
0ce1b118 23333@kindex show remote system-call-allowed
9c16f35a
EZ
23334Show the current setting of system calls for the remote File I/O
23335protocol.
0ce1b118
CV
23336@end table
23337
23338@node List of supported calls
23339@subsection List of supported calls
23340@cindex list of supported file-i/o calls
23341
23342@menu
23343* open::
23344* close::
23345* read::
23346* write::
23347* lseek::
23348* rename::
23349* unlink::
23350* stat/fstat::
23351* gettimeofday::
23352* isatty::
23353* system::
23354@end menu
23355
23356@node open
23357@unnumberedsubsubsec open
23358@cindex open, file-i/o system call
23359
23360@smallexample
23361@exdent Synopsis:
23362int open(const char *pathname, int flags);
23363int open(const char *pathname, int flags, mode_t mode);
23364
b383017d 23365@exdent Request:
0ce1b118
CV
23366Fopen,pathptr/len,flags,mode
23367@end smallexample
23368
23369@noindent
23370@code{flags} is the bitwise or of the following values:
23371
23372@table @code
b383017d 23373@item O_CREAT
0ce1b118
CV
23374If the file does not exist it will be created. The host
23375rules apply as far as file ownership and time stamps
23376are concerned.
23377
b383017d 23378@item O_EXCL
0ce1b118
CV
23379When used with O_CREAT, if the file already exists it is
23380an error and open() fails.
23381
b383017d 23382@item O_TRUNC
0ce1b118
CV
23383If the file already exists and the open mode allows
23384writing (O_RDWR or O_WRONLY is given) it will be
23385truncated to length 0.
23386
b383017d 23387@item O_APPEND
0ce1b118
CV
23388The file is opened in append mode.
23389
b383017d 23390@item O_RDONLY
0ce1b118
CV
23391The file is opened for reading only.
23392
b383017d 23393@item O_WRONLY
0ce1b118
CV
23394The file is opened for writing only.
23395
b383017d 23396@item O_RDWR
0ce1b118
CV
23397The file is opened for reading and writing.
23398
23399@noindent
23400Each other bit is silently ignored.
23401
23402@end table
23403
23404@noindent
23405@code{mode} is the bitwise or of the following values:
23406
23407@table @code
b383017d 23408@item S_IRUSR
0ce1b118
CV
23409User has read permission.
23410
b383017d 23411@item S_IWUSR
0ce1b118
CV
23412User has write permission.
23413
b383017d 23414@item S_IRGRP
0ce1b118
CV
23415Group has read permission.
23416
b383017d 23417@item S_IWGRP
0ce1b118
CV
23418Group has write permission.
23419
b383017d 23420@item S_IROTH
0ce1b118
CV
23421Others have read permission.
23422
b383017d 23423@item S_IWOTH
0ce1b118
CV
23424Others have write permission.
23425
23426@noindent
23427Each other bit is silently ignored.
23428
23429@end table
23430
23431@smallexample
23432@exdent Return value:
23433open returns the new file descriptor or -1 if an error
23434occured.
23435
23436@exdent Errors:
23437@end smallexample
23438
23439@table @code
b383017d 23440@item EEXIST
0ce1b118
CV
23441pathname already exists and O_CREAT and O_EXCL were used.
23442
b383017d 23443@item EISDIR
0ce1b118
CV
23444pathname refers to a directory.
23445
b383017d 23446@item EACCES
0ce1b118
CV
23447The requested access is not allowed.
23448
23449@item ENAMETOOLONG
23450pathname was too long.
23451
b383017d 23452@item ENOENT
0ce1b118
CV
23453A directory component in pathname does not exist.
23454
b383017d 23455@item ENODEV
0ce1b118
CV
23456pathname refers to a device, pipe, named pipe or socket.
23457
b383017d 23458@item EROFS
0ce1b118
CV
23459pathname refers to a file on a read-only filesystem and
23460write access was requested.
23461
b383017d 23462@item EFAULT
0ce1b118
CV
23463pathname is an invalid pointer value.
23464
b383017d 23465@item ENOSPC
0ce1b118
CV
23466No space on device to create the file.
23467
b383017d 23468@item EMFILE
0ce1b118
CV
23469The process already has the maximum number of files open.
23470
b383017d 23471@item ENFILE
0ce1b118
CV
23472The limit on the total number of files open on the system
23473has been reached.
23474
b383017d 23475@item EINTR
0ce1b118
CV
23476The call was interrupted by the user.
23477@end table
23478
23479@node close
23480@unnumberedsubsubsec close
23481@cindex close, file-i/o system call
23482
23483@smallexample
b383017d 23484@exdent Synopsis:
0ce1b118
CV
23485int close(int fd);
23486
b383017d 23487@exdent Request:
0ce1b118
CV
23488Fclose,fd
23489
23490@exdent Return value:
23491close returns zero on success, or -1 if an error occurred.
23492
23493@exdent Errors:
23494@end smallexample
23495
23496@table @code
b383017d 23497@item EBADF
0ce1b118
CV
23498fd isn't a valid open file descriptor.
23499
b383017d 23500@item EINTR
0ce1b118
CV
23501The call was interrupted by the user.
23502@end table
23503
23504@node read
23505@unnumberedsubsubsec read
23506@cindex read, file-i/o system call
23507
23508@smallexample
b383017d 23509@exdent Synopsis:
0ce1b118
CV
23510int read(int fd, void *buf, unsigned int count);
23511
b383017d 23512@exdent Request:
0ce1b118
CV
23513Fread,fd,bufptr,count
23514
23515@exdent Return value:
23516On success, the number of bytes read is returned.
23517Zero indicates end of file. If count is zero, read
b383017d 23518returns zero as well. On error, -1 is returned.
0ce1b118
CV
23519
23520@exdent Errors:
23521@end smallexample
23522
23523@table @code
b383017d 23524@item EBADF
0ce1b118
CV
23525fd is not a valid file descriptor or is not open for
23526reading.
23527
b383017d 23528@item EFAULT
0ce1b118
CV
23529buf is an invalid pointer value.
23530
b383017d 23531@item EINTR
0ce1b118
CV
23532The call was interrupted by the user.
23533@end table
23534
23535@node write
23536@unnumberedsubsubsec write
23537@cindex write, file-i/o system call
23538
23539@smallexample
b383017d 23540@exdent Synopsis:
0ce1b118
CV
23541int write(int fd, const void *buf, unsigned int count);
23542
b383017d 23543@exdent Request:
0ce1b118
CV
23544Fwrite,fd,bufptr,count
23545
23546@exdent Return value:
23547On success, the number of bytes written are returned.
23548Zero indicates nothing was written. On error, -1
23549is returned.
23550
23551@exdent Errors:
23552@end smallexample
23553
23554@table @code
b383017d 23555@item EBADF
0ce1b118
CV
23556fd is not a valid file descriptor or is not open for
23557writing.
23558
b383017d 23559@item EFAULT
0ce1b118
CV
23560buf is an invalid pointer value.
23561
b383017d 23562@item EFBIG
0ce1b118
CV
23563An attempt was made to write a file that exceeds the
23564host specific maximum file size allowed.
23565
b383017d 23566@item ENOSPC
0ce1b118
CV
23567No space on device to write the data.
23568
b383017d 23569@item EINTR
0ce1b118
CV
23570The call was interrupted by the user.
23571@end table
23572
23573@node lseek
23574@unnumberedsubsubsec lseek
23575@cindex lseek, file-i/o system call
23576
23577@smallexample
b383017d 23578@exdent Synopsis:
0ce1b118
CV
23579long lseek (int fd, long offset, int flag);
23580
b383017d 23581@exdent Request:
0ce1b118
CV
23582Flseek,fd,offset,flag
23583@end smallexample
23584
23585@code{flag} is one of:
23586
23587@table @code
b383017d 23588@item SEEK_SET
0ce1b118
CV
23589The offset is set to offset bytes.
23590
b383017d 23591@item SEEK_CUR
0ce1b118
CV
23592The offset is set to its current location plus offset
23593bytes.
23594
b383017d 23595@item SEEK_END
0ce1b118
CV
23596The offset is set to the size of the file plus offset
23597bytes.
23598@end table
23599
23600@smallexample
23601@exdent Return value:
23602On success, the resulting unsigned offset in bytes from
23603the beginning of the file is returned. Otherwise, a
23604value of -1 is returned.
23605
23606@exdent Errors:
23607@end smallexample
23608
23609@table @code
b383017d 23610@item EBADF
0ce1b118
CV
23611fd is not a valid open file descriptor.
23612
b383017d 23613@item ESPIPE
0ce1b118
CV
23614fd is associated with the @value{GDBN} console.
23615
b383017d 23616@item EINVAL
0ce1b118
CV
23617flag is not a proper value.
23618
b383017d 23619@item EINTR
0ce1b118
CV
23620The call was interrupted by the user.
23621@end table
23622
23623@node rename
23624@unnumberedsubsubsec rename
23625@cindex rename, file-i/o system call
23626
23627@smallexample
b383017d 23628@exdent Synopsis:
0ce1b118
CV
23629int rename(const char *oldpath, const char *newpath);
23630
b383017d 23631@exdent Request:
0ce1b118
CV
23632Frename,oldpathptr/len,newpathptr/len
23633
23634@exdent Return value:
23635On success, zero is returned. On error, -1 is returned.
23636
23637@exdent Errors:
23638@end smallexample
23639
23640@table @code
b383017d 23641@item EISDIR
0ce1b118
CV
23642newpath is an existing directory, but oldpath is not a
23643directory.
23644
b383017d 23645@item EEXIST
0ce1b118
CV
23646newpath is a non-empty directory.
23647
b383017d 23648@item EBUSY
0ce1b118
CV
23649oldpath or newpath is a directory that is in use by some
23650process.
23651
b383017d 23652@item EINVAL
0ce1b118
CV
23653An attempt was made to make a directory a subdirectory
23654of itself.
23655
b383017d 23656@item ENOTDIR
0ce1b118
CV
23657A component used as a directory in oldpath or new
23658path is not a directory. Or oldpath is a directory
23659and newpath exists but is not a directory.
23660
b383017d 23661@item EFAULT
0ce1b118
CV
23662oldpathptr or newpathptr are invalid pointer values.
23663
b383017d 23664@item EACCES
0ce1b118
CV
23665No access to the file or the path of the file.
23666
23667@item ENAMETOOLONG
b383017d 23668
0ce1b118
CV
23669oldpath or newpath was too long.
23670
b383017d 23671@item ENOENT
0ce1b118
CV
23672A directory component in oldpath or newpath does not exist.
23673
b383017d 23674@item EROFS
0ce1b118
CV
23675The file is on a read-only filesystem.
23676
b383017d 23677@item ENOSPC
0ce1b118
CV
23678The device containing the file has no room for the new
23679directory entry.
23680
b383017d 23681@item EINTR
0ce1b118
CV
23682The call was interrupted by the user.
23683@end table
23684
23685@node unlink
23686@unnumberedsubsubsec unlink
23687@cindex unlink, file-i/o system call
23688
23689@smallexample
b383017d 23690@exdent Synopsis:
0ce1b118
CV
23691int unlink(const char *pathname);
23692
b383017d 23693@exdent Request:
0ce1b118
CV
23694Funlink,pathnameptr/len
23695
23696@exdent Return value:
23697On success, zero is returned. On error, -1 is returned.
23698
23699@exdent Errors:
23700@end smallexample
23701
23702@table @code
b383017d 23703@item EACCES
0ce1b118
CV
23704No access to the file or the path of the file.
23705
b383017d 23706@item EPERM
0ce1b118
CV
23707The system does not allow unlinking of directories.
23708
b383017d 23709@item EBUSY
0ce1b118
CV
23710The file pathname cannot be unlinked because it's
23711being used by another process.
23712
b383017d 23713@item EFAULT
0ce1b118
CV
23714pathnameptr is an invalid pointer value.
23715
23716@item ENAMETOOLONG
23717pathname was too long.
23718
b383017d 23719@item ENOENT
0ce1b118
CV
23720A directory component in pathname does not exist.
23721
b383017d 23722@item ENOTDIR
0ce1b118
CV
23723A component of the path is not a directory.
23724
b383017d 23725@item EROFS
0ce1b118
CV
23726The file is on a read-only filesystem.
23727
b383017d 23728@item EINTR
0ce1b118
CV
23729The call was interrupted by the user.
23730@end table
23731
23732@node stat/fstat
23733@unnumberedsubsubsec stat/fstat
23734@cindex fstat, file-i/o system call
23735@cindex stat, file-i/o system call
23736
23737@smallexample
b383017d 23738@exdent Synopsis:
0ce1b118
CV
23739int stat(const char *pathname, struct stat *buf);
23740int fstat(int fd, struct stat *buf);
23741
b383017d 23742@exdent Request:
0ce1b118
CV
23743Fstat,pathnameptr/len,bufptr
23744Ffstat,fd,bufptr
23745
23746@exdent Return value:
23747On success, zero is returned. On error, -1 is returned.
23748
23749@exdent Errors:
23750@end smallexample
23751
23752@table @code
b383017d 23753@item EBADF
0ce1b118
CV
23754fd is not a valid open file.
23755
b383017d 23756@item ENOENT
0ce1b118
CV
23757A directory component in pathname does not exist or the
23758path is an empty string.
23759
b383017d 23760@item ENOTDIR
0ce1b118
CV
23761A component of the path is not a directory.
23762
b383017d 23763@item EFAULT
0ce1b118
CV
23764pathnameptr is an invalid pointer value.
23765
b383017d 23766@item EACCES
0ce1b118
CV
23767No access to the file or the path of the file.
23768
23769@item ENAMETOOLONG
23770pathname was too long.
23771
b383017d 23772@item EINTR
0ce1b118
CV
23773The call was interrupted by the user.
23774@end table
23775
23776@node gettimeofday
23777@unnumberedsubsubsec gettimeofday
23778@cindex gettimeofday, file-i/o system call
23779
23780@smallexample
b383017d 23781@exdent Synopsis:
0ce1b118
CV
23782int gettimeofday(struct timeval *tv, void *tz);
23783
b383017d 23784@exdent Request:
0ce1b118
CV
23785Fgettimeofday,tvptr,tzptr
23786
23787@exdent Return value:
23788On success, 0 is returned, -1 otherwise.
23789
23790@exdent Errors:
23791@end smallexample
23792
23793@table @code
b383017d 23794@item EINVAL
0ce1b118
CV
23795tz is a non-NULL pointer.
23796
b383017d 23797@item EFAULT
0ce1b118
CV
23798tvptr and/or tzptr is an invalid pointer value.
23799@end table
23800
23801@node isatty
23802@unnumberedsubsubsec isatty
23803@cindex isatty, file-i/o system call
23804
23805@smallexample
b383017d 23806@exdent Synopsis:
0ce1b118
CV
23807int isatty(int fd);
23808
b383017d 23809@exdent Request:
0ce1b118
CV
23810Fisatty,fd
23811
23812@exdent Return value:
23813Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23814
23815@exdent Errors:
23816@end smallexample
23817
23818@table @code
b383017d 23819@item EINTR
0ce1b118
CV
23820The call was interrupted by the user.
23821@end table
23822
23823@node system
23824@unnumberedsubsubsec system
23825@cindex system, file-i/o system call
23826
23827@smallexample
b383017d 23828@exdent Synopsis:
0ce1b118
CV
23829int system(const char *command);
23830
b383017d 23831@exdent Request:
0ce1b118
CV
23832Fsystem,commandptr/len
23833
23834@exdent Return value:
23835The value returned is -1 on error and the return status
23836of the command otherwise. Only the exit status of the
23837command is returned, which is extracted from the hosts
23838system return value by calling WEXITSTATUS(retval).
23839In case /bin/sh could not be executed, 127 is returned.
23840
23841@exdent Errors:
23842@end smallexample
23843
23844@table @code
b383017d 23845@item EINTR
0ce1b118
CV
23846The call was interrupted by the user.
23847@end table
23848
23849@node Protocol specific representation of datatypes
23850@subsection Protocol specific representation of datatypes
23851@cindex protocol specific representation of datatypes, in file-i/o protocol
23852
23853@menu
23854* Integral datatypes::
23855* Pointer values::
23856* struct stat::
23857* struct timeval::
23858@end menu
23859
23860@node Integral datatypes
23861@unnumberedsubsubsec Integral datatypes
23862@cindex integral datatypes, in file-i/o protocol
23863
23864The integral datatypes used in the system calls are
23865
23866@smallexample
23867int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23868@end smallexample
23869
23870@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23871implemented as 32 bit values in this protocol.
23872
b383017d
RM
23873@code{Long} and @code{unsigned long} are implemented as 64 bit types.
23874
0ce1b118
CV
23875@xref{Limits}, for corresponding MIN and MAX values (similar to those
23876in @file{limits.h}) to allow range checking on host and target.
23877
23878@code{time_t} datatypes are defined as seconds since the Epoch.
23879
23880All integral datatypes transferred as part of a memory read or write of a
23881structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23882byte order.
23883
23884@node Pointer values
23885@unnumberedsubsubsec Pointer values
23886@cindex pointer values, in file-i/o protocol
23887
23888Pointers to target data are transmitted as they are. An exception
23889is made for pointers to buffers for which the length isn't
23890transmitted as part of the function call, namely strings. Strings
23891are transmitted as a pointer/length pair, both as hex values, e.g.@:
23892
23893@smallexample
23894@code{1aaf/12}
23895@end smallexample
23896
23897@noindent
23898which is a pointer to data of length 18 bytes at position 0x1aaf.
23899The length is defined as the full string length in bytes, including
23900the trailing null byte. Example:
23901
23902@smallexample
23903``hello, world'' at address 0x123456
23904@end smallexample
23905
23906@noindent
23907is transmitted as
23908
23909@smallexample
23910@code{123456/d}
23911@end smallexample
23912
23913@node struct stat
23914@unnumberedsubsubsec struct stat
23915@cindex struct stat, in file-i/o protocol
23916
23917The buffer of type struct stat used by the target and @value{GDBN} is defined
23918as follows:
23919
23920@smallexample
23921struct stat @{
23922 unsigned int st_dev; /* device */
23923 unsigned int st_ino; /* inode */
23924 mode_t st_mode; /* protection */
23925 unsigned int st_nlink; /* number of hard links */
23926 unsigned int st_uid; /* user ID of owner */
23927 unsigned int st_gid; /* group ID of owner */
23928 unsigned int st_rdev; /* device type (if inode device) */
23929 unsigned long st_size; /* total size, in bytes */
23930 unsigned long st_blksize; /* blocksize for filesystem I/O */
23931 unsigned long st_blocks; /* number of blocks allocated */
23932 time_t st_atime; /* time of last access */
23933 time_t st_mtime; /* time of last modification */
23934 time_t st_ctime; /* time of last change */
23935@};
23936@end smallexample
23937
23938The integral datatypes are conforming to the definitions given in the
23939approriate section (see @ref{Integral datatypes}, for details) so this
23940structure is of size 64 bytes.
23941
23942The values of several fields have a restricted meaning and/or
23943range of values.
23944
23945@smallexample
23946st_dev: 0 file
23947 1 console
23948
23949st_ino: No valid meaning for the target. Transmitted unchanged.
23950
23951st_mode: Valid mode bits are described in Appendix C. Any other
23952 bits have currently no meaning for the target.
23953
23954st_uid: No valid meaning for the target. Transmitted unchanged.
23955
23956st_gid: No valid meaning for the target. Transmitted unchanged.
23957
23958st_rdev: No valid meaning for the target. Transmitted unchanged.
23959
23960st_atime, st_mtime, st_ctime:
23961 These values have a host and file system dependent
23962 accuracy. Especially on Windows hosts the file systems
23963 don't support exact timing values.
23964@end smallexample
23965
23966The target gets a struct stat of the above representation and is
23967responsible to coerce it to the target representation before
23968continuing.
23969
23970Note that due to size differences between the host and target
23971representation of stat members, these members could eventually
23972get truncated on the target.
23973
23974@node struct timeval
23975@unnumberedsubsubsec struct timeval
23976@cindex struct timeval, in file-i/o protocol
23977
23978The buffer of type struct timeval used by the target and @value{GDBN}
23979is defined as follows:
23980
23981@smallexample
b383017d 23982struct timeval @{
0ce1b118
CV
23983 time_t tv_sec; /* second */
23984 long tv_usec; /* microsecond */
23985@};
23986@end smallexample
23987
23988The integral datatypes are conforming to the definitions given in the
23989approriate section (see @ref{Integral datatypes}, for details) so this
23990structure is of size 8 bytes.
23991
23992@node Constants
23993@subsection Constants
23994@cindex constants, in file-i/o protocol
23995
23996The following values are used for the constants inside of the
23997protocol. @value{GDBN} and target are resposible to translate these
23998values before and after the call as needed.
23999
24000@menu
24001* Open flags::
24002* mode_t values::
24003* Errno values::
24004* Lseek flags::
24005* Limits::
24006@end menu
24007
24008@node Open flags
24009@unnumberedsubsubsec Open flags
24010@cindex open flags, in file-i/o protocol
24011
24012All values are given in hexadecimal representation.
24013
24014@smallexample
24015 O_RDONLY 0x0
24016 O_WRONLY 0x1
24017 O_RDWR 0x2
24018 O_APPEND 0x8
24019 O_CREAT 0x200
24020 O_TRUNC 0x400
24021 O_EXCL 0x800
24022@end smallexample
24023
24024@node mode_t values
24025@unnumberedsubsubsec mode_t values
24026@cindex mode_t values, in file-i/o protocol
24027
24028All values are given in octal representation.
24029
24030@smallexample
24031 S_IFREG 0100000
24032 S_IFDIR 040000
24033 S_IRUSR 0400
24034 S_IWUSR 0200
24035 S_IXUSR 0100
24036 S_IRGRP 040
24037 S_IWGRP 020
24038 S_IXGRP 010
24039 S_IROTH 04
24040 S_IWOTH 02
24041 S_IXOTH 01
24042@end smallexample
24043
24044@node Errno values
24045@unnumberedsubsubsec Errno values
24046@cindex errno values, in file-i/o protocol
24047
24048All values are given in decimal representation.
24049
24050@smallexample
24051 EPERM 1
24052 ENOENT 2
24053 EINTR 4
24054 EBADF 9
24055 EACCES 13
24056 EFAULT 14
24057 EBUSY 16
24058 EEXIST 17
24059 ENODEV 19
24060 ENOTDIR 20
24061 EISDIR 21
24062 EINVAL 22
24063 ENFILE 23
24064 EMFILE 24
24065 EFBIG 27
24066 ENOSPC 28
24067 ESPIPE 29
24068 EROFS 30
24069 ENAMETOOLONG 91
24070 EUNKNOWN 9999
24071@end smallexample
24072
24073 EUNKNOWN is used as a fallback error value if a host system returns
24074 any error value not in the list of supported error numbers.
24075
24076@node Lseek flags
24077@unnumberedsubsubsec Lseek flags
24078@cindex lseek flags, in file-i/o protocol
24079
24080@smallexample
24081 SEEK_SET 0
24082 SEEK_CUR 1
24083 SEEK_END 2
24084@end smallexample
24085
24086@node Limits
24087@unnumberedsubsubsec Limits
24088@cindex limits, in file-i/o protocol
24089
24090All values are given in decimal representation.
24091
24092@smallexample
24093 INT_MIN -2147483648
24094 INT_MAX 2147483647
24095 UINT_MAX 4294967295
24096 LONG_MIN -9223372036854775808
24097 LONG_MAX 9223372036854775807
24098 ULONG_MAX 18446744073709551615
24099@end smallexample
24100
24101@node File-I/O Examples
24102@subsection File-I/O Examples
24103@cindex file-i/o examples
24104
24105Example sequence of a write call, file descriptor 3, buffer is at target
24106address 0x1234, 6 bytes should be written:
24107
24108@smallexample
24109<- @code{Fwrite,3,1234,6}
24110@emph{request memory read from target}
24111-> @code{m1234,6}
24112<- XXXXXX
24113@emph{return "6 bytes written"}
24114-> @code{F6}
24115@end smallexample
24116
24117Example sequence of a read call, file descriptor 3, buffer is at target
24118address 0x1234, 6 bytes should be read:
24119
24120@smallexample
24121<- @code{Fread,3,1234,6}
24122@emph{request memory write to target}
24123-> @code{X1234,6:XXXXXX}
24124@emph{return "6 bytes read"}
24125-> @code{F6}
24126@end smallexample
24127
24128Example sequence of a read call, call fails on the host due to invalid
24129file descriptor (EBADF):
24130
24131@smallexample
24132<- @code{Fread,3,1234,6}
24133-> @code{F-1,9}
24134@end smallexample
24135
24136Example sequence of a read call, user presses Ctrl-C before syscall on
24137host is called:
24138
24139@smallexample
24140<- @code{Fread,3,1234,6}
24141-> @code{F-1,4,C}
24142<- @code{T02}
24143@end smallexample
24144
24145Example sequence of a read call, user presses Ctrl-C after syscall on
24146host is called:
24147
24148@smallexample
24149<- @code{Fread,3,1234,6}
24150-> @code{X1234,6:XXXXXX}
24151<- @code{T02}
24152@end smallexample
24153
f418dd93
DJ
24154@include agentexpr.texi
24155
aab4e0ec 24156@include gpl.texi
eb12ee30 24157
2154891a 24158@raisesections
6826cf00 24159@include fdl.texi
2154891a 24160@lowersections
6826cf00 24161
6d2ebf8b 24162@node Index
c906108c
SS
24163@unnumbered Index
24164
24165@printindex cp
24166
24167@tex
24168% I think something like @colophon should be in texinfo. In the
24169% meantime:
24170\long\def\colophon{\hbox to0pt{}\vfill
24171\centerline{The body of this manual is set in}
24172\centerline{\fontname\tenrm,}
24173\centerline{with headings in {\bf\fontname\tenbf}}
24174\centerline{and examples in {\tt\fontname\tentt}.}
24175\centerline{{\it\fontname\tenit\/},}
24176\centerline{{\bf\fontname\tenbf}, and}
24177\centerline{{\sl\fontname\tensl\/}}
24178\centerline{are used for emphasis.}\vfill}
24179\page\colophon
24180% Blame: doc@cygnus.com, 1991.
24181@end tex
24182
c906108c 24183@bye
This page took 1.969816 seconds and 4 git commands to generate.