]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/gdb.texinfo
* lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
[thirdparty/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,
1e698235 3@c 1999, 2000, 2001, 2002, 2003
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!
e9c75b65 31@set EDITION Ninth
c906108c
SS
32
33@c !!set GDB manual's revision date
87885426
FN
34@set DATE June 2002
35
36@c !!set GDB edit command default editor
37@set EDITOR /bin/ex
c906108c 38
6c0e9fb3 39@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 40
c906108c 41@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 42@c manuals to an info tree.
96a2c332
SS
43@dircategory Programming & development tools.
44@direntry
c906108c 45* Gdb: (gdb). The @sc{gnu} debugger.
96a2c332
SS
46@end direntry
47
c906108c
SS
48@ifinfo
49This file documents the @sc{gnu} debugger @value{GDBN}.
50
51
5d161b24 52This is the @value{EDITION} Edition, @value{DATE},
c906108c
SS
53of @cite{Debugging with @value{GDBN}: the @sc{gnu} Source-Level Debugger}
54for @value{GDBN} Version @value{GDBVN}.
55
8a037dd7 56Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
1e698235 57 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
c906108c 58
e9c75b65
EZ
59Permission is granted to copy, distribute and/or modify this document
60under the terms of the GNU Free Documentation License, Version 1.1 or
61any later version published by the Free Software Foundation; with the
959acfd1
EZ
62Invariant Sections being ``Free Software'' and ``Free Software Needs
63Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
64and with the Back-Cover Texts as in (a) below.
c906108c 65
6826cf00
EZ
66(a) The Free Software Foundation's Back-Cover Text is: ``You have
67freedom to copy and modify this GNU Manual, like GNU software. Copies
68published by the Free Software Foundation raise funds for GNU
69development.''
c906108c
SS
70@end ifinfo
71
72@titlepage
73@title Debugging with @value{GDBN}
74@subtitle The @sc{gnu} Source-Level Debugger
c906108c 75@sp 1
c906108c
SS
76@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
77@subtitle @value{DATE}
9e9c5ae7 78@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 79@page
c906108c
SS
80@tex
81{\parskip=0pt
53a5351d 82\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
83\hfill {\it Debugging with @value{GDBN}}\par
84\hfill \TeX{}info \texinfoversion\par
85}
86@end tex
53a5351d 87
c906108c 88@vskip 0pt plus 1filll
8a037dd7 89Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
1e698235 901996, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
c906108c 91@sp 2
c906108c
SS
92Published by the Free Software Foundation @*
9359 Temple Place - Suite 330, @*
94Boston, MA 02111-1307 USA @*
6d2ebf8b 95ISBN 1-882114-77-9 @*
e9c75b65
EZ
96
97Permission is granted to copy, distribute and/or modify this document
98under the terms of the GNU Free Documentation License, Version 1.1 or
99any later version published by the Free Software Foundation; with the
959acfd1
EZ
100Invariant Sections being ``Free Software'' and ``Free Software Needs
101Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
102and with the Back-Cover Texts as in (a) below.
e9c75b65 103
6826cf00
EZ
104(a) The Free Software Foundation's Back-Cover Text is: ``You have
105freedom to copy and modify this GNU Manual, like GNU software. Copies
106published by the Free Software Foundation raise funds for GNU
107development.''
c906108c
SS
108@end titlepage
109@page
110
6c0e9fb3 111@ifnottex
6d2ebf8b
SS
112@node Top, Summary, (dir), (dir)
113
c906108c
SS
114@top Debugging with @value{GDBN}
115
116This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
117
5d161b24 118This is the @value{EDITION} Edition, @value{DATE}, for @value{GDBN} Version
c906108c
SS
119@value{GDBVN}.
120
1e698235 121Copyright (C) 1988-2003 Free Software Foundation, Inc.
6d2ebf8b
SS
122
123@menu
124* Summary:: Summary of @value{GDBN}
125* Sample Session:: A sample @value{GDBN} session
126
127* Invocation:: Getting in and out of @value{GDBN}
128* Commands:: @value{GDBN} commands
129* Running:: Running programs under @value{GDBN}
130* Stopping:: Stopping and continuing
131* Stack:: Examining the stack
132* Source:: Examining source files
133* Data:: Examining data
e2e0bcd1 134* Macros:: Preprocessor Macros
b37052ae 135* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 136* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
137
138* Languages:: Using @value{GDBN} with different languages
139
140* Symbols:: Examining the symbol table
141* Altering:: Altering execution
142* GDB Files:: @value{GDBN} files
143* Targets:: Specifying a debugging target
6b2f586d 144* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
145* Configurations:: Configuration-specific information
146* Controlling GDB:: Controlling @value{GDBN}
147* Sequences:: Canned sequences of commands
c4555f82 148* TUI:: @value{GDBN} Text User Interface
21c294e6 149* Interpreters:: Command Interpreters
6d2ebf8b
SS
150* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
151* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 152* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
153
154* GDB Bugs:: Reporting bugs in @value{GDBN}
155* Formatting Documentation:: How to format and print @value{GDBN} documentation
156
157* Command Line Editing:: Command Line Editing
158* Using History Interactively:: Using History Interactively
159* Installing GDB:: Installing GDB
eb12ee30 160* Maintenance Commands:: Maintenance Commands
e0ce93ac 161* Remote Protocol:: GDB Remote Serial Protocol
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
cce74817 197You can use @value{GDBN} to debug programs written in C and C++.
c906108c 198For more information, see @ref{Support,,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
c906108c
SS
216@menu
217* Free Software:: Freely redistributable software
218* Contributors:: Contributors to GDB
219@end menu
220
6d2ebf8b 221@node Free Software
c906108c
SS
222@unnumberedsec Free software
223
5d161b24 224@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
225General Public License
226(GPL). The GPL gives you the freedom to copy or adapt a licensed
227program---but every person getting a copy also gets with it the
228freedom to modify that copy (which means that they must get access to
229the source code), and the freedom to distribute further copies.
230Typical software companies use copyrights to limit your freedoms; the
231Free Software Foundation uses the GPL to preserve these freedoms.
232
233Fundamentally, the General Public License is a license which says that
234you have these freedoms and that you cannot take these freedoms away
235from anyone else.
236
2666264b 237@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
238
239The biggest deficiency in the free software community today is not in
240the software---it is the lack of good free documentation that we can
241include with the free software. Many of our most important
242programs do not come with free reference manuals and free introductory
243texts. Documentation is an essential part of any software package;
244when an important free software package does not come with a free
245manual and a free tutorial, that is a major gap. We have many such
246gaps today.
247
248Consider Perl, for instance. The tutorial manuals that people
249normally use are non-free. How did this come about? Because the
250authors of those manuals published them with restrictive terms---no
251copying, no modification, source files not available---which exclude
252them from the free software world.
253
254That wasn't the first time this sort of thing happened, and it was far
255from the last. Many times we have heard a GNU user eagerly describe a
256manual that he is writing, his intended contribution to the community,
257only to learn that he had ruined everything by signing a publication
258contract to make it non-free.
259
260Free documentation, like free software, is a matter of freedom, not
261price. The problem with the non-free manual is not that publishers
262charge a price for printed copies---that in itself is fine. (The Free
263Software Foundation sells printed copies of manuals, too.) The
264problem is the restrictions on the use of the manual. Free manuals
265are available in source code form, and give you permission to copy and
266modify. Non-free manuals do not allow this.
267
268The criteria of freedom for a free manual are roughly the same as for
269free software. Redistribution (including the normal kinds of
270commercial redistribution) must be permitted, so that the manual can
271accompany every copy of the program, both on-line and on paper.
272
273Permission for modification of the technical content is crucial too.
274When people modify the software, adding or changing features, if they
275are conscientious they will change the manual too---so they can
276provide accurate and clear documentation for the modified program. A
277manual that leaves you no choice but to write a new manual to document
278a changed version of the program is not really available to our
279community.
280
281Some kinds of limits on the way modification is handled are
282acceptable. For example, requirements to preserve the original
283author's copyright notice, the distribution terms, or the list of
284authors, are ok. It is also no problem to require modified versions
285to include notice that they were modified. Even entire sections that
286may not be deleted or changed are acceptable, as long as they deal
287with nontechnical topics (like this one). These kinds of restrictions
288are acceptable because they don't obstruct the community's normal use
289of the manual.
290
291However, it must be possible to modify all the @emph{technical}
292content of the manual, and then distribute the result in all the usual
293media, through all the usual channels. Otherwise, the restrictions
294obstruct the use of the manual, it is not free, and we need another
295manual to replace it.
296
297Please spread the word about this issue. Our community continues to
298lose manuals to proprietary publishing. If we spread the word that
299free software needs free reference manuals and free tutorials, perhaps
300the next person who wants to contribute by writing documentation will
301realize, before it is too late, that only free manuals contribute to
302the free software community.
303
304If you are writing documentation, please insist on publishing it under
305the GNU Free Documentation License or another free documentation
306license. Remember that this decision requires your approval---you
307don't have to let the publisher decide. Some commercial publishers
308will use a free license if you insist, but they will not propose the
309option; it is up to you to raise the issue and say firmly that this is
310what you want. If the publisher you are dealing with refuses, please
311try other publishers. If you're not sure whether a proposed license
42584a72 312is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
313
314You can encourage commercial publishers to sell more free, copylefted
315manuals and tutorials by buying them, and particularly by buying
316copies from the publishers that paid for their writing or for major
317improvements. Meanwhile, try to avoid buying non-free documentation
318at all. Check the distribution terms of a manual before you buy it,
319and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
320Check the history of the book, and try to reward the publishers that
321have paid or pay the authors to work on it.
959acfd1
EZ
322
323The Free Software Foundation maintains a list of free documentation
324published by other publishers, at
325@url{http://www.fsf.org/doc/other-free-books.html}.
326
6d2ebf8b 327@node Contributors
96a2c332
SS
328@unnumberedsec Contributors to @value{GDBN}
329
330Richard Stallman was the original author of @value{GDBN}, and of many
331other @sc{gnu} programs. Many others have contributed to its
332development. This section attempts to credit major contributors. One
333of the virtues of free software is that everyone is free to contribute
334to it; with regret, we cannot actually acknowledge everyone here. The
335file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
336blow-by-blow account.
337
338Changes much prior to version 2.0 are lost in the mists of time.
339
340@quotation
341@emph{Plea:} Additions to this section are particularly welcome. If you
342or your friends (or enemies, to be evenhanded) have been unfairly
343omitted from this list, we would like to add your names!
344@end quotation
345
346So that they may not regard their many labors as thankless, we
347particularly thank those who shepherded @value{GDBN} through major
348releases:
299ffc64 349Andrew Cagney (releases 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
350Jim Blandy (release 4.18);
351Jason Molenda (release 4.17);
352Stan Shebs (release 4.14);
353Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
354Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
355John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
356Jim Kingdon (releases 3.5, 3.4, and 3.3);
357and Randy Smith (releases 3.2, 3.1, and 3.0).
358
359Richard Stallman, assisted at various times by Peter TerMaat, Chris
360Hanson, and Richard Mlynarik, handled releases through 2.8.
361
b37052ae
EZ
362Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
363in @value{GDBN}, with significant additional contributions from Per
364Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
365demangler. Early work on C@t{++} was by Peter TerMaat (who also did
366much general update work leading to release 3.0).
c906108c 367
b37052ae 368@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
369object-file formats; BFD was a joint project of David V.
370Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
371
372David Johnson wrote the original COFF support; Pace Willison did
373the original support for encapsulated COFF.
374
0179ffac 375Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
376
377Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
378Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
379support.
380Jean-Daniel Fekete contributed Sun 386i support.
381Chris Hanson improved the HP9000 support.
382Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
383David Johnson contributed Encore Umax support.
384Jyrki Kuoppala contributed Altos 3068 support.
385Jeff Law contributed HP PA and SOM support.
386Keith Packard contributed NS32K support.
387Doug Rabson contributed Acorn Risc Machine support.
388Bob Rusk contributed Harris Nighthawk CX-UX support.
389Chris Smith contributed Convex support (and Fortran debugging).
390Jonathan Stone contributed Pyramid support.
391Michael Tiemann contributed SPARC support.
392Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
393Pace Willison contributed Intel 386 support.
394Jay Vosburgh contributed Symmetry support.
a37295f9 395Marko Mlinar contributed OpenRISC 1000 support.
c906108c 396
1104b9e7 397Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
398
399Rich Schaefer and Peter Schauer helped with support of SunOS shared
400libraries.
401
402Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
403about several machine instruction sets.
404
405Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
406remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
407contributed remote debugging modules for the i960, VxWorks, A29K UDI,
408and RDI targets, respectively.
409
410Brian Fox is the author of the readline libraries providing
411command-line editing and command history.
412
7a292a7a
SS
413Andrew Beers of SUNY Buffalo wrote the language-switching code, the
414Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 415
5d161b24 416Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 417He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 418symbols.
c906108c
SS
419
420Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
421Super-H processors.
422
423NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
424
425Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
426
427Toshiba sponsored the support for the TX39 Mips processor.
428
429Matsushita sponsored the support for the MN10200 and MN10300 processors.
430
96a2c332 431Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
432
433Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
434watchpoints.
435
436Michael Snyder added support for tracepoints.
437
438Stu Grossman wrote gdbserver.
439
440Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 441nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
442
443The following people at the Hewlett-Packard Company contributed
444support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 445(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
c906108c
SS
446compiler, and the terminal user interface: Ben Krepp, Richard Title,
447John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
448Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
449information in this manual.
450
b37052ae
EZ
451DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
452Robert Hoehne made significant contributions to the DJGPP port.
453
96a2c332
SS
454Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
455development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
456fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
457Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
458Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
459Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
460Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
461addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
462JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
463Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
464Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
465Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
466Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
467Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
468Zuhn have made contributions both large and small.
c906108c 469
e2e0bcd1
JB
470Jim Blandy added support for preprocessor macros, while working for Red
471Hat.
c906108c 472
6d2ebf8b 473@node Sample Session
c906108c
SS
474@chapter A Sample @value{GDBN} Session
475
476You can use this manual at your leisure to read all about @value{GDBN}.
477However, a handful of commands are enough to get started using the
478debugger. This chapter illustrates those commands.
479
480@iftex
481In this sample session, we emphasize user input like this: @b{input},
482to make it easier to pick out from the surrounding output.
483@end iftex
484
485@c FIXME: this example may not be appropriate for some configs, where
486@c FIXME...primary interest is in remote use.
487
488One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
489processor) exhibits the following bug: sometimes, when we change its
490quote strings from the default, the commands used to capture one macro
491definition within another stop working. In the following short @code{m4}
492session, we define a macro @code{foo} which expands to @code{0000}; we
493then use the @code{m4} built-in @code{defn} to define @code{bar} as the
494same thing. However, when we change the open quote string to
495@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
496procedure fails to define a new synonym @code{baz}:
497
498@smallexample
499$ @b{cd gnu/m4}
500$ @b{./m4}
501@b{define(foo,0000)}
502
503@b{foo}
5040000
505@b{define(bar,defn(`foo'))}
506
507@b{bar}
5080000
509@b{changequote(<QUOTE>,<UNQUOTE>)}
510
511@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
512@b{baz}
513@b{C-d}
514m4: End of input: 0: fatal error: EOF in string
515@end smallexample
516
517@noindent
518Let us use @value{GDBN} to try to see what is going on.
519
c906108c
SS
520@smallexample
521$ @b{@value{GDBP} m4}
522@c FIXME: this falsifies the exact text played out, to permit smallbook
523@c FIXME... format to come out better.
524@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 525 of it under certain conditions; type "show copying" to see
c906108c 526 the conditions.
5d161b24 527There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
528 for details.
529
530@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
531(@value{GDBP})
532@end smallexample
c906108c
SS
533
534@noindent
535@value{GDBN} reads only enough symbol data to know where to find the
536rest when needed; as a result, the first prompt comes up very quickly.
537We now tell @value{GDBN} to use a narrower display width than usual, so
538that examples fit in this manual.
539
540@smallexample
541(@value{GDBP}) @b{set width 70}
542@end smallexample
543
544@noindent
545We need to see how the @code{m4} built-in @code{changequote} works.
546Having looked at the source, we know the relevant subroutine is
547@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
548@code{break} command.
549
550@smallexample
551(@value{GDBP}) @b{break m4_changequote}
552Breakpoint 1 at 0x62f4: file builtin.c, line 879.
553@end smallexample
554
555@noindent
556Using the @code{run} command, we start @code{m4} running under @value{GDBN}
557control; as long as control does not reach the @code{m4_changequote}
558subroutine, the program runs as usual:
559
560@smallexample
561(@value{GDBP}) @b{run}
562Starting program: /work/Editorial/gdb/gnu/m4/m4
563@b{define(foo,0000)}
564
565@b{foo}
5660000
567@end smallexample
568
569@noindent
570To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
571suspends execution of @code{m4}, displaying information about the
572context where it stops.
573
574@smallexample
575@b{changequote(<QUOTE>,<UNQUOTE>)}
576
5d161b24 577Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
578 at builtin.c:879
579879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
580@end smallexample
581
582@noindent
583Now we use the command @code{n} (@code{next}) to advance execution to
584the next line of the current function.
585
586@smallexample
587(@value{GDBP}) @b{n}
588882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
589 : nil,
590@end smallexample
591
592@noindent
593@code{set_quotes} looks like a promising subroutine. We can go into it
594by using the command @code{s} (@code{step}) instead of @code{next}.
595@code{step} goes to the next line to be executed in @emph{any}
596subroutine, so it steps into @code{set_quotes}.
597
598@smallexample
599(@value{GDBP}) @b{s}
600set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
601 at input.c:530
602530 if (lquote != def_lquote)
603@end smallexample
604
605@noindent
606The display that shows the subroutine where @code{m4} is now
607suspended (and its arguments) is called a stack frame display. It
608shows a summary of the stack. We can use the @code{backtrace}
609command (which can also be spelled @code{bt}), to see where we are
610in the stack as a whole: the @code{backtrace} command displays a
611stack frame for each active subroutine.
612
613@smallexample
614(@value{GDBP}) @b{bt}
615#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
616 at input.c:530
5d161b24 617#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
618 at builtin.c:882
619#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
620#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
621 at macro.c:71
622#4 0x79dc in expand_input () at macro.c:40
623#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
624@end smallexample
625
626@noindent
627We step through a few more lines to see what happens. The first two
628times, we can use @samp{s}; the next two times we use @code{n} to avoid
629falling into the @code{xstrdup} subroutine.
630
631@smallexample
632(@value{GDBP}) @b{s}
6330x3b5c 532 if (rquote != def_rquote)
634(@value{GDBP}) @b{s}
6350x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
636def_lquote : xstrdup(lq);
637(@value{GDBP}) @b{n}
638536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
639 : xstrdup(rq);
640(@value{GDBP}) @b{n}
641538 len_lquote = strlen(rquote);
642@end smallexample
643
644@noindent
645The last line displayed looks a little odd; we can examine the variables
646@code{lquote} and @code{rquote} to see if they are in fact the new left
647and right quotes we specified. We use the command @code{p}
648(@code{print}) to see their values.
649
650@smallexample
651(@value{GDBP}) @b{p lquote}
652$1 = 0x35d40 "<QUOTE>"
653(@value{GDBP}) @b{p rquote}
654$2 = 0x35d50 "<UNQUOTE>"
655@end smallexample
656
657@noindent
658@code{lquote} and @code{rquote} are indeed the new left and right quotes.
659To look at some context, we can display ten lines of source
660surrounding the current line with the @code{l} (@code{list}) command.
661
662@smallexample
663(@value{GDBP}) @b{l}
664533 xfree(rquote);
665534
666535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
667 : xstrdup (lq);
668536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
669 : xstrdup (rq);
670537
671538 len_lquote = strlen(rquote);
672539 len_rquote = strlen(lquote);
673540 @}
674541
675542 void
676@end smallexample
677
678@noindent
679Let us step past the two lines that set @code{len_lquote} and
680@code{len_rquote}, and then examine the values of those variables.
681
682@smallexample
683(@value{GDBP}) @b{n}
684539 len_rquote = strlen(lquote);
685(@value{GDBP}) @b{n}
686540 @}
687(@value{GDBP}) @b{p len_lquote}
688$3 = 9
689(@value{GDBP}) @b{p len_rquote}
690$4 = 7
691@end smallexample
692
693@noindent
694That certainly looks wrong, assuming @code{len_lquote} and
695@code{len_rquote} are meant to be the lengths of @code{lquote} and
696@code{rquote} respectively. We can set them to better values using
697the @code{p} command, since it can print the value of
698any expression---and that expression can include subroutine calls and
699assignments.
700
701@smallexample
702(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
703$5 = 7
704(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
705$6 = 9
706@end smallexample
707
708@noindent
709Is that enough to fix the problem of using the new quotes with the
710@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
711executing with the @code{c} (@code{continue}) command, and then try the
712example that caused trouble initially:
713
714@smallexample
715(@value{GDBP}) @b{c}
716Continuing.
717
718@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
719
720baz
7210000
722@end smallexample
723
724@noindent
725Success! The new quotes now work just as well as the default ones. The
726problem seems to have been just the two typos defining the wrong
727lengths. We allow @code{m4} exit by giving it an EOF as input:
728
729@smallexample
730@b{C-d}
731Program exited normally.
732@end smallexample
733
734@noindent
735The message @samp{Program exited normally.} is from @value{GDBN}; it
736indicates @code{m4} has finished executing. We can end our @value{GDBN}
737session with the @value{GDBN} @code{quit} command.
738
739@smallexample
740(@value{GDBP}) @b{quit}
741@end smallexample
c906108c 742
6d2ebf8b 743@node Invocation
c906108c
SS
744@chapter Getting In and Out of @value{GDBN}
745
746This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 747The essentials are:
c906108c 748@itemize @bullet
5d161b24 749@item
53a5351d 750type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 751@item
c906108c
SS
752type @kbd{quit} or @kbd{C-d} to exit.
753@end itemize
754
755@menu
756* Invoking GDB:: How to start @value{GDBN}
757* Quitting GDB:: How to quit @value{GDBN}
758* Shell Commands:: How to use shell commands inside @value{GDBN}
759@end menu
760
6d2ebf8b 761@node Invoking GDB
c906108c
SS
762@section Invoking @value{GDBN}
763
c906108c
SS
764Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
765@value{GDBN} reads commands from the terminal until you tell it to exit.
766
767You can also run @code{@value{GDBP}} with a variety of arguments and options,
768to specify more of your debugging environment at the outset.
769
c906108c
SS
770The command-line options described here are designed
771to cover a variety of situations; in some environments, some of these
5d161b24 772options may effectively be unavailable.
c906108c
SS
773
774The most usual way to start @value{GDBN} is with one argument,
775specifying an executable program:
776
474c8240 777@smallexample
c906108c 778@value{GDBP} @var{program}
474c8240 779@end smallexample
c906108c 780
c906108c
SS
781@noindent
782You can also start with both an executable program and a core file
783specified:
784
474c8240 785@smallexample
c906108c 786@value{GDBP} @var{program} @var{core}
474c8240 787@end smallexample
c906108c
SS
788
789You can, instead, specify a process ID as a second argument, if you want
790to debug a running process:
791
474c8240 792@smallexample
c906108c 793@value{GDBP} @var{program} 1234
474c8240 794@end smallexample
c906108c
SS
795
796@noindent
797would attach @value{GDBN} to process @code{1234} (unless you also have a file
798named @file{1234}; @value{GDBN} does check for a core file first).
799
c906108c 800Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
801complete operating system; when you use @value{GDBN} as a remote
802debugger attached to a bare board, there may not be any notion of
803``process'', and there is often no way to get a core dump. @value{GDBN}
804will warn you if it is unable to attach or to read core dumps.
c906108c 805
aa26fa3a
TT
806You can optionally have @code{@value{GDBP}} pass any arguments after the
807executable file to the inferior using @code{--args}. This option stops
808option processing.
474c8240 809@smallexample
aa26fa3a 810gdb --args gcc -O2 -c foo.c
474c8240 811@end smallexample
aa26fa3a
TT
812This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
813@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
814
96a2c332 815You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
816@value{GDBN}'s non-warranty, by specifying @code{-silent}:
817
818@smallexample
819@value{GDBP} -silent
820@end smallexample
821
822@noindent
823You can further control how @value{GDBN} starts up by using command-line
824options. @value{GDBN} itself can remind you of the options available.
825
826@noindent
827Type
828
474c8240 829@smallexample
c906108c 830@value{GDBP} -help
474c8240 831@end smallexample
c906108c
SS
832
833@noindent
834to display all available options and briefly describe their use
835(@samp{@value{GDBP} -h} is a shorter equivalent).
836
837All options and command line arguments you give are processed
838in sequential order. The order makes a difference when the
839@samp{-x} option is used.
840
841
842@menu
c906108c
SS
843* File Options:: Choosing files
844* Mode Options:: Choosing modes
845@end menu
846
6d2ebf8b 847@node File Options
c906108c
SS
848@subsection Choosing files
849
2df3850c 850When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
851specifying an executable file and core file (or process ID). This is
852the same as if the arguments were specified by the @samp{-se} and
19837790
MS
853@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
854first argument that does not have an associated option flag as
855equivalent to the @samp{-se} option followed by that argument; and the
856second argument that does not have an associated option flag, if any, as
857equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
858If the second argument begins with a decimal digit, @value{GDBN} will
859first attempt to attach to it as a process, and if that fails, attempt
860to open it as a corefile. If you have a corefile whose name begins with
861a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 862prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
863
864If @value{GDBN} has not been configured to included core file support,
865such as for most embedded targets, then it will complain about a second
866argument and ignore it.
c906108c
SS
867
868Many options have both long and short forms; both are shown in the
869following list. @value{GDBN} also recognizes the long forms if you truncate
870them, so long as enough of the option is present to be unambiguous.
871(If you prefer, you can flag option arguments with @samp{--} rather
872than @samp{-}, though we illustrate the more usual convention.)
873
d700128c
EZ
874@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
875@c way, both those who look for -foo and --foo in the index, will find
876@c it.
877
c906108c
SS
878@table @code
879@item -symbols @var{file}
880@itemx -s @var{file}
d700128c
EZ
881@cindex @code{--symbols}
882@cindex @code{-s}
c906108c
SS
883Read symbol table from file @var{file}.
884
885@item -exec @var{file}
886@itemx -e @var{file}
d700128c
EZ
887@cindex @code{--exec}
888@cindex @code{-e}
7a292a7a
SS
889Use file @var{file} as the executable file to execute when appropriate,
890and for examining pure data in conjunction with a core dump.
c906108c
SS
891
892@item -se @var{file}
d700128c 893@cindex @code{--se}
c906108c
SS
894Read symbol table from file @var{file} and use it as the executable
895file.
896
c906108c
SS
897@item -core @var{file}
898@itemx -c @var{file}
d700128c
EZ
899@cindex @code{--core}
900@cindex @code{-c}
19837790 901Use file @var{file} as a core dump to examine.
c906108c
SS
902
903@item -c @var{number}
19837790
MS
904@item -pid @var{number}
905@itemx -p @var{number}
906@cindex @code{--pid}
907@cindex @code{-p}
908Connect to process ID @var{number}, as with the @code{attach} command.
909If there is no such process, @value{GDBN} will attempt to open a core
910file named @var{number}.
c906108c
SS
911
912@item -command @var{file}
913@itemx -x @var{file}
d700128c
EZ
914@cindex @code{--command}
915@cindex @code{-x}
c906108c
SS
916Execute @value{GDBN} commands from file @var{file}. @xref{Command
917Files,, Command files}.
918
919@item -directory @var{directory}
920@itemx -d @var{directory}
d700128c
EZ
921@cindex @code{--directory}
922@cindex @code{-d}
c906108c
SS
923Add @var{directory} to the path to search for source files.
924
c906108c
SS
925@item -m
926@itemx -mapped
d700128c
EZ
927@cindex @code{--mapped}
928@cindex @code{-m}
c906108c
SS
929@emph{Warning: this option depends on operating system facilities that are not
930supported on all systems.}@*
931If memory-mapped files are available on your system through the @code{mmap}
5d161b24 932system call, you can use this option
c906108c
SS
933to have @value{GDBN} write the symbols from your
934program into a reusable file in the current directory. If the program you are debugging is
96a2c332 935called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
936Future @value{GDBN} debugging sessions notice the presence of this file,
937and can quickly map in symbol information from it, rather than reading
938the symbol table from the executable program.
939
940The @file{.syms} file is specific to the host machine where @value{GDBN}
941is run. It holds an exact image of the internal @value{GDBN} symbol
942table. It cannot be shared across multiple host platforms.
c906108c 943
c906108c
SS
944@item -r
945@itemx -readnow
d700128c
EZ
946@cindex @code{--readnow}
947@cindex @code{-r}
c906108c
SS
948Read each symbol file's entire symbol table immediately, rather than
949the default, which is to read it incrementally as it is needed.
950This makes startup slower, but makes future operations faster.
53a5351d 951
c906108c
SS
952@end table
953
2df3850c 954You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 955order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
956information. (@xref{Files,,Commands to specify files}, for information
957on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
958but build a @file{.syms} file for future use is:
c906108c 959
474c8240 960@smallexample
2df3850c 961gdb -batch -nx -mapped -readnow programname
474c8240 962@end smallexample
c906108c 963
6d2ebf8b 964@node Mode Options
c906108c
SS
965@subsection Choosing modes
966
967You can run @value{GDBN} in various alternative modes---for example, in
968batch mode or quiet mode.
969
970@table @code
971@item -nx
972@itemx -n
d700128c
EZ
973@cindex @code{--nx}
974@cindex @code{-n}
96565e91 975Do not execute commands found in any initialization files. Normally,
2df3850c
JM
976@value{GDBN} executes the commands in these files after all the command
977options and arguments have been processed. @xref{Command Files,,Command
978files}.
c906108c
SS
979
980@item -quiet
d700128c 981@itemx -silent
c906108c 982@itemx -q
d700128c
EZ
983@cindex @code{--quiet}
984@cindex @code{--silent}
985@cindex @code{-q}
c906108c
SS
986``Quiet''. Do not print the introductory and copyright messages. These
987messages are also suppressed in batch mode.
988
989@item -batch
d700128c 990@cindex @code{--batch}
c906108c
SS
991Run in batch mode. Exit with status @code{0} after processing all the
992command files specified with @samp{-x} (and all commands from
993initialization files, if not inhibited with @samp{-n}). Exit with
994nonzero status if an error occurs in executing the @value{GDBN} commands
995in the command files.
996
2df3850c
JM
997Batch mode may be useful for running @value{GDBN} as a filter, for
998example to download and run a program on another computer; in order to
999make this more useful, the message
c906108c 1000
474c8240 1001@smallexample
c906108c 1002Program exited normally.
474c8240 1003@end smallexample
c906108c
SS
1004
1005@noindent
2df3850c
JM
1006(which is ordinarily issued whenever a program running under
1007@value{GDBN} control terminates) is not issued when running in batch
1008mode.
1009
1010@item -nowindows
1011@itemx -nw
d700128c
EZ
1012@cindex @code{--nowindows}
1013@cindex @code{-nw}
2df3850c 1014``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1015(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1016interface. If no GUI is available, this option has no effect.
1017
1018@item -windows
1019@itemx -w
d700128c
EZ
1020@cindex @code{--windows}
1021@cindex @code{-w}
2df3850c
JM
1022If @value{GDBN} includes a GUI, then this option requires it to be
1023used if possible.
c906108c
SS
1024
1025@item -cd @var{directory}
d700128c 1026@cindex @code{--cd}
c906108c
SS
1027Run @value{GDBN} using @var{directory} as its working directory,
1028instead of the current directory.
1029
c906108c
SS
1030@item -fullname
1031@itemx -f
d700128c
EZ
1032@cindex @code{--fullname}
1033@cindex @code{-f}
7a292a7a
SS
1034@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1035subprocess. It tells @value{GDBN} to output the full file name and line
1036number in a standard, recognizable fashion each time a stack frame is
1037displayed (which includes each time your program stops). This
1038recognizable format looks like two @samp{\032} characters, followed by
1039the file name, line number and character position separated by colons,
1040and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1041@samp{\032} characters as a signal to display the source code for the
1042frame.
c906108c 1043
d700128c
EZ
1044@item -epoch
1045@cindex @code{--epoch}
1046The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1047@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1048routines so as to allow Epoch to display values of expressions in a
1049separate window.
1050
1051@item -annotate @var{level}
1052@cindex @code{--annotate}
1053This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1054effect is identical to using @samp{set annotate @var{level}}
1055(@pxref{Annotations}).
1056Annotation level controls how much information does @value{GDBN} print
1057together with its prompt, values of expressions, source lines, and other
1058types of output. Level 0 is the normal, level 1 is for use when
1059@value{GDBN} is run as a subprocess of @sc{gnu} Emacs, level 2 is the
1060maximum annotation suitable for programs that control @value{GDBN}.
1061
1062@item -async
1063@cindex @code{--async}
1064Use the asynchronous event loop for the command-line interface.
1065@value{GDBN} processes all events, such as user keyboard input, via a
1066special event loop. This allows @value{GDBN} to accept and process user
1067commands in parallel with the debugged process being
1068run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1069MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1070suspended when the debuggee runs.}, so you don't need to wait for
1071control to return to @value{GDBN} before you type the next command.
b37052ae 1072(@emph{Note:} as of version 5.1, the target side of the asynchronous
d700128c
EZ
1073operation is not yet in place, so @samp{-async} does not work fully
1074yet.)
1075@c FIXME: when the target side of the event loop is done, the above NOTE
1076@c should be removed.
1077
1078When the standard input is connected to a terminal device, @value{GDBN}
1079uses the asynchronous event loop by default, unless disabled by the
1080@samp{-noasync} option.
1081
1082@item -noasync
1083@cindex @code{--noasync}
1084Disable the asynchronous event loop for the command-line interface.
1085
aa26fa3a
TT
1086@item --args
1087@cindex @code{--args}
1088Change interpretation of command line so that arguments following the
1089executable file are passed as command line arguments to the inferior.
1090This option stops option processing.
1091
2df3850c
JM
1092@item -baud @var{bps}
1093@itemx -b @var{bps}
d700128c
EZ
1094@cindex @code{--baud}
1095@cindex @code{-b}
c906108c
SS
1096Set the line speed (baud rate or bits per second) of any serial
1097interface used by @value{GDBN} for remote debugging.
c906108c
SS
1098
1099@item -tty @var{device}
d700128c
EZ
1100@itemx -t @var{device}
1101@cindex @code{--tty}
1102@cindex @code{-t}
c906108c
SS
1103Run using @var{device} for your program's standard input and output.
1104@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1105
53a5351d 1106@c resolve the situation of these eventually
c4555f82
SC
1107@item -tui
1108@cindex @code{--tui}
1109Activate the Terminal User Interface when starting.
1110The Terminal User Interface manages several text windows on the terminal,
1111showing source, assembly, registers and @value{GDBN} command outputs
1112(@pxref{TUI, ,@value{GDBN} Text User Interface}).
1113Do not use this option if you run @value{GDBN} from Emacs
1114(@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1115
1116@c @item -xdb
d700128c 1117@c @cindex @code{--xdb}
53a5351d
JM
1118@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1119@c For information, see the file @file{xdb_trans.html}, which is usually
1120@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1121@c systems.
1122
d700128c
EZ
1123@item -interpreter @var{interp}
1124@cindex @code{--interpreter}
1125Use the interpreter @var{interp} for interface with the controlling
1126program or device. This option is meant to be set by programs which
94bbb2c0 1127communicate with @value{GDBN} using it as a back end.
21c294e6 1128@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1129
da0f9dcd
AC
1130@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1131@value{GDBN} to use the current @dfn{@sc{gdb/mi} interface}
1132(@pxref{GDB/MI, , The @sc{gdb/mi} Interface}). The previous @sc{gdb/mi}
1133interface, included in @value{GDBN} version 5.3, can be selected with
1134@samp{--interpreter=mi1}. Earlier @sc{gdb/mi} interfaces
1135are not supported.
d700128c
EZ
1136
1137@item -write
1138@cindex @code{--write}
1139Open the executable and core files for both reading and writing. This
1140is equivalent to the @samp{set write on} command inside @value{GDBN}
1141(@pxref{Patching}).
1142
1143@item -statistics
1144@cindex @code{--statistics}
1145This option causes @value{GDBN} to print statistics about time and
1146memory usage after it completes each command and returns to the prompt.
1147
1148@item -version
1149@cindex @code{--version}
1150This option causes @value{GDBN} to print its version number and
1151no-warranty blurb, and exit.
1152
c906108c
SS
1153@end table
1154
6d2ebf8b 1155@node Quitting GDB
c906108c
SS
1156@section Quitting @value{GDBN}
1157@cindex exiting @value{GDBN}
1158@cindex leaving @value{GDBN}
1159
1160@table @code
1161@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1162@kindex q @r{(@code{quit})}
96a2c332
SS
1163@item quit @r{[}@var{expression}@r{]}
1164@itemx q
1165To exit @value{GDBN}, use the @code{quit} command (abbreviated
1166@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1167do not supply @var{expression}, @value{GDBN} will terminate normally;
1168otherwise it will terminate using the result of @var{expression} as the
1169error code.
c906108c
SS
1170@end table
1171
1172@cindex interrupt
1173An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1174terminates the action of any @value{GDBN} command that is in progress and
1175returns to @value{GDBN} command level. It is safe to type the interrupt
1176character at any time because @value{GDBN} does not allow it to take effect
1177until a time when it is safe.
1178
c906108c
SS
1179If you have been using @value{GDBN} to control an attached process or
1180device, you can release it with the @code{detach} command
1181(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1182
6d2ebf8b 1183@node Shell Commands
c906108c
SS
1184@section Shell commands
1185
1186If you need to execute occasional shell commands during your
1187debugging session, there is no need to leave or suspend @value{GDBN}; you can
1188just use the @code{shell} command.
1189
1190@table @code
1191@kindex shell
1192@cindex shell escape
1193@item shell @var{command string}
1194Invoke a standard shell to execute @var{command string}.
c906108c 1195If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1196shell to run. Otherwise @value{GDBN} uses the default shell
1197(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1198@end table
1199
1200The utility @code{make} is often needed in development environments.
1201You do not have to use the @code{shell} command for this purpose in
1202@value{GDBN}:
1203
1204@table @code
1205@kindex make
1206@cindex calling make
1207@item make @var{make-args}
1208Execute the @code{make} program with the specified
1209arguments. This is equivalent to @samp{shell make @var{make-args}}.
1210@end table
1211
6d2ebf8b 1212@node Commands
c906108c
SS
1213@chapter @value{GDBN} Commands
1214
1215You can abbreviate a @value{GDBN} command to the first few letters of the command
1216name, if that abbreviation is unambiguous; and you can repeat certain
1217@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1218key to get @value{GDBN} to fill out the rest of a word in a command (or to
1219show you the alternatives available, if there is more than one possibility).
1220
1221@menu
1222* Command Syntax:: How to give commands to @value{GDBN}
1223* Completion:: Command completion
1224* Help:: How to ask @value{GDBN} for help
1225@end menu
1226
6d2ebf8b 1227@node Command Syntax
c906108c
SS
1228@section Command syntax
1229
1230A @value{GDBN} command is a single line of input. There is no limit on
1231how long it can be. It starts with a command name, which is followed by
1232arguments whose meaning depends on the command name. For example, the
1233command @code{step} accepts an argument which is the number of times to
1234step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1235with no arguments. Some commands do not allow any arguments.
c906108c
SS
1236
1237@cindex abbreviation
1238@value{GDBN} command names may always be truncated if that abbreviation is
1239unambiguous. Other possible command abbreviations are listed in the
1240documentation for individual commands. In some cases, even ambiguous
1241abbreviations are allowed; for example, @code{s} is specially defined as
1242equivalent to @code{step} even though there are other commands whose
1243names start with @code{s}. You can test abbreviations by using them as
1244arguments to the @code{help} command.
1245
1246@cindex repeating commands
41afff9a 1247@kindex RET @r{(repeat last command)}
c906108c 1248A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1249repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1250will not repeat this way; these are commands whose unintentional
1251repetition might cause trouble and which you are unlikely to want to
1252repeat.
1253
1254The @code{list} and @code{x} commands, when you repeat them with
1255@key{RET}, construct new arguments rather than repeating
1256exactly as typed. This permits easy scanning of source or memory.
1257
1258@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1259output, in a way similar to the common utility @code{more}
1260(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1261@key{RET} too many in this situation, @value{GDBN} disables command
1262repetition after any command that generates this sort of display.
1263
41afff9a 1264@kindex # @r{(a comment)}
c906108c
SS
1265@cindex comment
1266Any text from a @kbd{#} to the end of the line is a comment; it does
1267nothing. This is useful mainly in command files (@pxref{Command
1268Files,,Command files}).
1269
88118b3a
TT
1270@cindex repeating command sequences
1271@kindex C-o @r{(operate-and-get-next)}
1272The @kbd{C-o} binding is useful for repeating a complex sequence of
1273commands. This command accepts the current line, like @kbd{RET}, and
1274then fetches the next line relative to the current line from the history
1275for editing.
1276
6d2ebf8b 1277@node Completion
c906108c
SS
1278@section Command completion
1279
1280@cindex completion
1281@cindex word completion
1282@value{GDBN} can fill in the rest of a word in a command for you, if there is
1283only one possibility; it can also show you what the valid possibilities
1284are for the next word in a command, at any time. This works for @value{GDBN}
1285commands, @value{GDBN} subcommands, and the names of symbols in your program.
1286
1287Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1288of a word. If there is only one possibility, @value{GDBN} fills in the
1289word, and waits for you to finish the command (or press @key{RET} to
1290enter it). For example, if you type
1291
1292@c FIXME "@key" does not distinguish its argument sufficiently to permit
1293@c complete accuracy in these examples; space introduced for clarity.
1294@c If texinfo enhancements make it unnecessary, it would be nice to
1295@c replace " @key" by "@key" in the following...
474c8240 1296@smallexample
c906108c 1297(@value{GDBP}) info bre @key{TAB}
474c8240 1298@end smallexample
c906108c
SS
1299
1300@noindent
1301@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1302the only @code{info} subcommand beginning with @samp{bre}:
1303
474c8240 1304@smallexample
c906108c 1305(@value{GDBP}) info breakpoints
474c8240 1306@end smallexample
c906108c
SS
1307
1308@noindent
1309You can either press @key{RET} at this point, to run the @code{info
1310breakpoints} command, or backspace and enter something else, if
1311@samp{breakpoints} does not look like the command you expected. (If you
1312were sure you wanted @code{info breakpoints} in the first place, you
1313might as well just type @key{RET} immediately after @samp{info bre},
1314to exploit command abbreviations rather than command completion).
1315
1316If there is more than one possibility for the next word when you press
1317@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1318characters and try again, or just press @key{TAB} a second time;
1319@value{GDBN} displays all the possible completions for that word. For
1320example, you might want to set a breakpoint on a subroutine whose name
1321begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1322just sounds the bell. Typing @key{TAB} again displays all the
1323function names in your program that begin with those characters, for
1324example:
1325
474c8240 1326@smallexample
c906108c
SS
1327(@value{GDBP}) b make_ @key{TAB}
1328@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1329make_a_section_from_file make_environ
1330make_abs_section make_function_type
1331make_blockvector make_pointer_type
1332make_cleanup make_reference_type
c906108c
SS
1333make_command make_symbol_completion_list
1334(@value{GDBP}) b make_
474c8240 1335@end smallexample
c906108c
SS
1336
1337@noindent
1338After displaying the available possibilities, @value{GDBN} copies your
1339partial input (@samp{b make_} in the example) so you can finish the
1340command.
1341
1342If you just want to see the list of alternatives in the first place, you
b37052ae 1343can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1344means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1345key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1346one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1347
1348@cindex quotes in commands
1349@cindex completion of quoted strings
1350Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1351parentheses or other characters that @value{GDBN} normally excludes from
1352its notion of a word. To permit word completion to work in this
1353situation, you may enclose words in @code{'} (single quote marks) in
1354@value{GDBN} commands.
c906108c 1355
c906108c 1356The most likely situation where you might need this is in typing the
b37052ae
EZ
1357name of a C@t{++} function. This is because C@t{++} allows function
1358overloading (multiple definitions of the same function, distinguished
1359by argument type). For example, when you want to set a breakpoint you
1360may need to distinguish whether you mean the version of @code{name}
1361that takes an @code{int} parameter, @code{name(int)}, or the version
1362that takes a @code{float} parameter, @code{name(float)}. To use the
1363word-completion facilities in this situation, type a single quote
1364@code{'} at the beginning of the function name. This alerts
1365@value{GDBN} that it may need to consider more information than usual
1366when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1367
474c8240 1368@smallexample
96a2c332 1369(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1370bubble(double,double) bubble(int,int)
1371(@value{GDBP}) b 'bubble(
474c8240 1372@end smallexample
c906108c
SS
1373
1374In some cases, @value{GDBN} can tell that completing a name requires using
1375quotes. When this happens, @value{GDBN} inserts the quote for you (while
1376completing as much as it can) if you do not type the quote in the first
1377place:
1378
474c8240 1379@smallexample
c906108c
SS
1380(@value{GDBP}) b bub @key{TAB}
1381@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1382(@value{GDBP}) b 'bubble(
474c8240 1383@end smallexample
c906108c
SS
1384
1385@noindent
1386In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1387you have not yet started typing the argument list when you ask for
1388completion on an overloaded symbol.
1389
d4f3574e 1390For more information about overloaded functions, see @ref{C plus plus
b37052ae 1391expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1392overload-resolution off} to disable overload resolution;
b37052ae 1393see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1394
1395
6d2ebf8b 1396@node Help
c906108c
SS
1397@section Getting help
1398@cindex online documentation
1399@kindex help
1400
5d161b24 1401You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1402using the command @code{help}.
1403
1404@table @code
41afff9a 1405@kindex h @r{(@code{help})}
c906108c
SS
1406@item help
1407@itemx h
1408You can use @code{help} (abbreviated @code{h}) with no arguments to
1409display a short list of named classes of commands:
1410
1411@smallexample
1412(@value{GDBP}) help
1413List of classes of commands:
1414
2df3850c 1415aliases -- Aliases of other commands
c906108c 1416breakpoints -- Making program stop at certain points
2df3850c 1417data -- Examining data
c906108c 1418files -- Specifying and examining files
2df3850c
JM
1419internals -- Maintenance commands
1420obscure -- Obscure features
1421running -- Running the program
1422stack -- Examining the stack
c906108c
SS
1423status -- Status inquiries
1424support -- Support facilities
96a2c332
SS
1425tracepoints -- Tracing of program execution without@*
1426 stopping the program
c906108c 1427user-defined -- User-defined commands
c906108c 1428
5d161b24 1429Type "help" followed by a class name for a list of
c906108c 1430commands in that class.
5d161b24 1431Type "help" followed by command name for full
c906108c
SS
1432documentation.
1433Command name abbreviations are allowed if unambiguous.
1434(@value{GDBP})
1435@end smallexample
96a2c332 1436@c the above line break eliminates huge line overfull...
c906108c
SS
1437
1438@item help @var{class}
1439Using one of the general help classes as an argument, you can get a
1440list of the individual commands in that class. For example, here is the
1441help display for the class @code{status}:
1442
1443@smallexample
1444(@value{GDBP}) help status
1445Status inquiries.
1446
1447List of commands:
1448
1449@c Line break in "show" line falsifies real output, but needed
1450@c to fit in smallbook page size.
2df3850c
JM
1451info -- Generic command for showing things
1452 about the program being debugged
1453show -- Generic command for showing things
1454 about the debugger
c906108c 1455
5d161b24 1456Type "help" followed by command name for full
c906108c
SS
1457documentation.
1458Command name abbreviations are allowed if unambiguous.
1459(@value{GDBP})
1460@end smallexample
1461
1462@item help @var{command}
1463With a command name as @code{help} argument, @value{GDBN} displays a
1464short paragraph on how to use that command.
1465
6837a0a2
DB
1466@kindex apropos
1467@item apropos @var{args}
1468The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1469commands, and their documentation, for the regular expression specified in
1470@var{args}. It prints out all matches found. For example:
1471
1472@smallexample
1473apropos reload
1474@end smallexample
1475
b37052ae
EZ
1476@noindent
1477results in:
6837a0a2
DB
1478
1479@smallexample
6d2ebf8b
SS
1480@c @group
1481set symbol-reloading -- Set dynamic symbol table reloading
1482 multiple times in one run
1483show symbol-reloading -- Show dynamic symbol table reloading
1484 multiple times in one run
1485@c @end group
6837a0a2
DB
1486@end smallexample
1487
c906108c
SS
1488@kindex complete
1489@item complete @var{args}
1490The @code{complete @var{args}} command lists all the possible completions
1491for the beginning of a command. Use @var{args} to specify the beginning of the
1492command you want completed. For example:
1493
1494@smallexample
1495complete i
1496@end smallexample
1497
1498@noindent results in:
1499
1500@smallexample
1501@group
2df3850c
JM
1502if
1503ignore
c906108c
SS
1504info
1505inspect
c906108c
SS
1506@end group
1507@end smallexample
1508
1509@noindent This is intended for use by @sc{gnu} Emacs.
1510@end table
1511
1512In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1513and @code{show} to inquire about the state of your program, or the state
1514of @value{GDBN} itself. Each command supports many topics of inquiry; this
1515manual introduces each of them in the appropriate context. The listings
1516under @code{info} and under @code{show} in the Index point to
1517all the sub-commands. @xref{Index}.
1518
1519@c @group
1520@table @code
1521@kindex info
41afff9a 1522@kindex i @r{(@code{info})}
c906108c
SS
1523@item info
1524This command (abbreviated @code{i}) is for describing the state of your
1525program. For example, you can list the arguments given to your program
1526with @code{info args}, list the registers currently in use with @code{info
1527registers}, or list the breakpoints you have set with @code{info breakpoints}.
1528You can get a complete list of the @code{info} sub-commands with
1529@w{@code{help info}}.
1530
1531@kindex set
1532@item set
5d161b24 1533You can assign the result of an expression to an environment variable with
c906108c
SS
1534@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1535@code{set prompt $}.
1536
1537@kindex show
1538@item show
5d161b24 1539In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1540@value{GDBN} itself.
1541You can change most of the things you can @code{show}, by using the
1542related command @code{set}; for example, you can control what number
1543system is used for displays with @code{set radix}, or simply inquire
1544which is currently in use with @code{show radix}.
1545
1546@kindex info set
1547To display all the settable parameters and their current
1548values, you can use @code{show} with no arguments; you may also use
1549@code{info set}. Both commands produce the same display.
1550@c FIXME: "info set" violates the rule that "info" is for state of
1551@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1552@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1553@end table
1554@c @end group
1555
1556Here are three miscellaneous @code{show} subcommands, all of which are
1557exceptional in lacking corresponding @code{set} commands:
1558
1559@table @code
1560@kindex show version
1561@cindex version number
1562@item show version
1563Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1564information in @value{GDBN} bug-reports. If multiple versions of
1565@value{GDBN} are in use at your site, you may need to determine which
1566version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1567commands are introduced, and old ones may wither away. Also, many
1568system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1569variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1570The version number is the same as the one announced when you start
1571@value{GDBN}.
c906108c
SS
1572
1573@kindex show copying
1574@item show copying
1575Display information about permission for copying @value{GDBN}.
1576
1577@kindex show warranty
1578@item show warranty
2df3850c 1579Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1580if your version of @value{GDBN} comes with one.
2df3850c 1581
c906108c
SS
1582@end table
1583
6d2ebf8b 1584@node Running
c906108c
SS
1585@chapter Running Programs Under @value{GDBN}
1586
1587When you run a program under @value{GDBN}, you must first generate
1588debugging information when you compile it.
7a292a7a
SS
1589
1590You may start @value{GDBN} with its arguments, if any, in an environment
1591of your choice. If you are doing native debugging, you may redirect
1592your program's input and output, debug an already running process, or
1593kill a child process.
c906108c
SS
1594
1595@menu
1596* Compilation:: Compiling for debugging
1597* Starting:: Starting your program
c906108c
SS
1598* Arguments:: Your program's arguments
1599* Environment:: Your program's environment
c906108c
SS
1600
1601* Working Directory:: Your program's working directory
1602* Input/Output:: Your program's input and output
1603* Attach:: Debugging an already-running process
1604* Kill Process:: Killing the child process
c906108c
SS
1605
1606* Threads:: Debugging programs with multiple threads
1607* Processes:: Debugging programs with multiple processes
1608@end menu
1609
6d2ebf8b 1610@node Compilation
c906108c
SS
1611@section Compiling for debugging
1612
1613In order to debug a program effectively, you need to generate
1614debugging information when you compile it. This debugging information
1615is stored in the object file; it describes the data type of each
1616variable or function and the correspondence between source line numbers
1617and addresses in the executable code.
1618
1619To request debugging information, specify the @samp{-g} option when you run
1620the compiler.
1621
e2e0bcd1
JB
1622Most compilers do not include information about preprocessor macros in
1623the debugging information if you specify the @option{-g} flag alone,
1624because this information is rather large. Version 3.1 of @value{NGCC},
1625the @sc{gnu} C compiler, provides macro information if you specify the
1626options @option{-gdwarf-2} and @option{-g3}; the former option requests
1627debugging information in the Dwarf 2 format, and the latter requests
1628``extra information''. In the future, we hope to find more compact ways
1629to represent macro information, so that it can be included with
1630@option{-g} alone.
1631
c906108c
SS
1632Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1633options together. Using those compilers, you cannot generate optimized
1634executables containing debugging information.
1635
53a5351d
JM
1636@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1637without @samp{-O}, making it possible to debug optimized code. We
1638recommend that you @emph{always} use @samp{-g} whenever you compile a
1639program. You may think your program is correct, but there is no sense
1640in pushing your luck.
c906108c
SS
1641
1642@cindex optimized code, debugging
1643@cindex debugging optimized code
1644When you debug a program compiled with @samp{-g -O}, remember that the
1645optimizer is rearranging your code; the debugger shows you what is
1646really there. Do not be too surprised when the execution path does not
1647exactly match your source file! An extreme example: if you define a
1648variable, but never use it, @value{GDBN} never sees that
1649variable---because the compiler optimizes it out of existence.
1650
1651Some things do not work as well with @samp{-g -O} as with just
1652@samp{-g}, particularly on machines with instruction scheduling. If in
1653doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1654please report it to us as a bug (including a test case!).
1655
1656Older versions of the @sc{gnu} C compiler permitted a variant option
1657@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1658format; if your @sc{gnu} C compiler has this option, do not use it.
1659
1660@need 2000
6d2ebf8b 1661@node Starting
c906108c
SS
1662@section Starting your program
1663@cindex starting
1664@cindex running
1665
1666@table @code
1667@kindex run
41afff9a 1668@kindex r @r{(@code{run})}
c906108c
SS
1669@item run
1670@itemx r
7a292a7a
SS
1671Use the @code{run} command to start your program under @value{GDBN}.
1672You must first specify the program name (except on VxWorks) with an
1673argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1674@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1675(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1676
1677@end table
1678
c906108c
SS
1679If you are running your program in an execution environment that
1680supports processes, @code{run} creates an inferior process and makes
1681that process run your program. (In environments without processes,
1682@code{run} jumps to the start of your program.)
1683
1684The execution of a program is affected by certain information it
1685receives from its superior. @value{GDBN} provides ways to specify this
1686information, which you must do @emph{before} starting your program. (You
1687can change it after starting your program, but such changes only affect
1688your program the next time you start it.) This information may be
1689divided into four categories:
1690
1691@table @asis
1692@item The @emph{arguments.}
1693Specify the arguments to give your program as the arguments of the
1694@code{run} command. If a shell is available on your target, the shell
1695is used to pass the arguments, so that you may use normal conventions
1696(such as wildcard expansion or variable substitution) in describing
1697the arguments.
1698In Unix systems, you can control which shell is used with the
1699@code{SHELL} environment variable.
1700@xref{Arguments, ,Your program's arguments}.
1701
1702@item The @emph{environment.}
1703Your program normally inherits its environment from @value{GDBN}, but you can
1704use the @value{GDBN} commands @code{set environment} and @code{unset
1705environment} to change parts of the environment that affect
1706your program. @xref{Environment, ,Your program's environment}.
1707
1708@item The @emph{working directory.}
1709Your program inherits its working directory from @value{GDBN}. You can set
1710the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1711@xref{Working Directory, ,Your program's working directory}.
1712
1713@item The @emph{standard input and output.}
1714Your program normally uses the same device for standard input and
1715standard output as @value{GDBN} is using. You can redirect input and output
1716in the @code{run} command line, or you can use the @code{tty} command to
1717set a different device for your program.
1718@xref{Input/Output, ,Your program's input and output}.
1719
1720@cindex pipes
1721@emph{Warning:} While input and output redirection work, you cannot use
1722pipes to pass the output of the program you are debugging to another
1723program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1724wrong program.
1725@end table
c906108c
SS
1726
1727When you issue the @code{run} command, your program begins to execute
1728immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1729of how to arrange for your program to stop. Once your program has
1730stopped, you may call functions in your program, using the @code{print}
1731or @code{call} commands. @xref{Data, ,Examining Data}.
1732
1733If the modification time of your symbol file has changed since the last
1734time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1735table, and reads it again. When it does this, @value{GDBN} tries to retain
1736your current breakpoints.
1737
6d2ebf8b 1738@node Arguments
c906108c
SS
1739@section Your program's arguments
1740
1741@cindex arguments (to your program)
1742The arguments to your program can be specified by the arguments of the
5d161b24 1743@code{run} command.
c906108c
SS
1744They are passed to a shell, which expands wildcard characters and
1745performs redirection of I/O, and thence to your program. Your
1746@code{SHELL} environment variable (if it exists) specifies what shell
1747@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1748the default shell (@file{/bin/sh} on Unix).
1749
1750On non-Unix systems, the program is usually invoked directly by
1751@value{GDBN}, which emulates I/O redirection via the appropriate system
1752calls, and the wildcard characters are expanded by the startup code of
1753the program, not by the shell.
c906108c
SS
1754
1755@code{run} with no arguments uses the same arguments used by the previous
1756@code{run}, or those set by the @code{set args} command.
1757
c906108c 1758@table @code
41afff9a 1759@kindex set args
c906108c
SS
1760@item set args
1761Specify the arguments to be used the next time your program is run. If
1762@code{set args} has no arguments, @code{run} executes your program
1763with no arguments. Once you have run your program with arguments,
1764using @code{set args} before the next @code{run} is the only way to run
1765it again without arguments.
1766
1767@kindex show args
1768@item show args
1769Show the arguments to give your program when it is started.
1770@end table
1771
6d2ebf8b 1772@node Environment
c906108c
SS
1773@section Your program's environment
1774
1775@cindex environment (of your program)
1776The @dfn{environment} consists of a set of environment variables and
1777their values. Environment variables conventionally record such things as
1778your user name, your home directory, your terminal type, and your search
1779path for programs to run. Usually you set up environment variables with
1780the shell and they are inherited by all the other programs you run. When
1781debugging, it can be useful to try running your program with a modified
1782environment without having to start @value{GDBN} over again.
1783
1784@table @code
1785@kindex path
1786@item path @var{directory}
1787Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1788(the search path for executables) that will be passed to your program.
1789The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1790You may specify several directory names, separated by whitespace or by a
1791system-dependent separator character (@samp{:} on Unix, @samp{;} on
1792MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1793is moved to the front, so it is searched sooner.
c906108c
SS
1794
1795You can use the string @samp{$cwd} to refer to whatever is the current
1796working directory at the time @value{GDBN} searches the path. If you
1797use @samp{.} instead, it refers to the directory where you executed the
1798@code{path} command. @value{GDBN} replaces @samp{.} in the
1799@var{directory} argument (with the current path) before adding
1800@var{directory} to the search path.
1801@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1802@c document that, since repeating it would be a no-op.
1803
1804@kindex show paths
1805@item show paths
1806Display the list of search paths for executables (the @code{PATH}
1807environment variable).
1808
1809@kindex show environment
1810@item show environment @r{[}@var{varname}@r{]}
1811Print the value of environment variable @var{varname} to be given to
1812your program when it starts. If you do not supply @var{varname},
1813print the names and values of all environment variables to be given to
1814your program. You can abbreviate @code{environment} as @code{env}.
1815
1816@kindex set environment
53a5351d 1817@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1818Set environment variable @var{varname} to @var{value}. The value
1819changes for your program only, not for @value{GDBN} itself. @var{value} may
1820be any string; the values of environment variables are just strings, and
1821any interpretation is supplied by your program itself. The @var{value}
1822parameter is optional; if it is eliminated, the variable is set to a
1823null value.
1824@c "any string" here does not include leading, trailing
1825@c blanks. Gnu asks: does anyone care?
1826
1827For example, this command:
1828
474c8240 1829@smallexample
c906108c 1830set env USER = foo
474c8240 1831@end smallexample
c906108c
SS
1832
1833@noindent
d4f3574e 1834tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1835@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1836are not actually required.)
1837
1838@kindex unset environment
1839@item unset environment @var{varname}
1840Remove variable @var{varname} from the environment to be passed to your
1841program. This is different from @samp{set env @var{varname} =};
1842@code{unset environment} removes the variable from the environment,
1843rather than assigning it an empty value.
1844@end table
1845
d4f3574e
SS
1846@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1847the shell indicated
c906108c
SS
1848by your @code{SHELL} environment variable if it exists (or
1849@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1850that runs an initialization file---such as @file{.cshrc} for C-shell, or
1851@file{.bashrc} for BASH---any variables you set in that file affect
1852your program. You may wish to move setting of environment variables to
1853files that are only run when you sign on, such as @file{.login} or
1854@file{.profile}.
1855
6d2ebf8b 1856@node Working Directory
c906108c
SS
1857@section Your program's working directory
1858
1859@cindex working directory (of your program)
1860Each time you start your program with @code{run}, it inherits its
1861working directory from the current working directory of @value{GDBN}.
1862The @value{GDBN} working directory is initially whatever it inherited
1863from its parent process (typically the shell), but you can specify a new
1864working directory in @value{GDBN} with the @code{cd} command.
1865
1866The @value{GDBN} working directory also serves as a default for the commands
1867that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1868specify files}.
1869
1870@table @code
1871@kindex cd
1872@item cd @var{directory}
1873Set the @value{GDBN} working directory to @var{directory}.
1874
1875@kindex pwd
1876@item pwd
1877Print the @value{GDBN} working directory.
1878@end table
1879
6d2ebf8b 1880@node Input/Output
c906108c
SS
1881@section Your program's input and output
1882
1883@cindex redirection
1884@cindex i/o
1885@cindex terminal
1886By default, the program you run under @value{GDBN} does input and output to
5d161b24 1887the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1888to its own terminal modes to interact with you, but it records the terminal
1889modes your program was using and switches back to them when you continue
1890running your program.
1891
1892@table @code
1893@kindex info terminal
1894@item info terminal
1895Displays information recorded by @value{GDBN} about the terminal modes your
1896program is using.
1897@end table
1898
1899You can redirect your program's input and/or output using shell
1900redirection with the @code{run} command. For example,
1901
474c8240 1902@smallexample
c906108c 1903run > outfile
474c8240 1904@end smallexample
c906108c
SS
1905
1906@noindent
1907starts your program, diverting its output to the file @file{outfile}.
1908
1909@kindex tty
1910@cindex controlling terminal
1911Another way to specify where your program should do input and output is
1912with the @code{tty} command. This command accepts a file name as
1913argument, and causes this file to be the default for future @code{run}
1914commands. It also resets the controlling terminal for the child
1915process, for future @code{run} commands. For example,
1916
474c8240 1917@smallexample
c906108c 1918tty /dev/ttyb
474c8240 1919@end smallexample
c906108c
SS
1920
1921@noindent
1922directs that processes started with subsequent @code{run} commands
1923default to do input and output on the terminal @file{/dev/ttyb} and have
1924that as their controlling terminal.
1925
1926An explicit redirection in @code{run} overrides the @code{tty} command's
1927effect on the input/output device, but not its effect on the controlling
1928terminal.
1929
1930When you use the @code{tty} command or redirect input in the @code{run}
1931command, only the input @emph{for your program} is affected. The input
1932for @value{GDBN} still comes from your terminal.
1933
6d2ebf8b 1934@node Attach
c906108c
SS
1935@section Debugging an already-running process
1936@kindex attach
1937@cindex attach
1938
1939@table @code
1940@item attach @var{process-id}
1941This command attaches to a running process---one that was started
1942outside @value{GDBN}. (@code{info files} shows your active
1943targets.) The command takes as argument a process ID. The usual way to
1944find out the process-id of a Unix process is with the @code{ps} utility,
1945or with the @samp{jobs -l} shell command.
1946
1947@code{attach} does not repeat if you press @key{RET} a second time after
1948executing the command.
1949@end table
1950
1951To use @code{attach}, your program must be running in an environment
1952which supports processes; for example, @code{attach} does not work for
1953programs on bare-board targets that lack an operating system. You must
1954also have permission to send the process a signal.
1955
1956When you use @code{attach}, the debugger finds the program running in
1957the process first by looking in the current working directory, then (if
1958the program is not found) by using the source file search path
1959(@pxref{Source Path, ,Specifying source directories}). You can also use
1960the @code{file} command to load the program. @xref{Files, ,Commands to
1961Specify Files}.
1962
1963The first thing @value{GDBN} does after arranging to debug the specified
1964process is to stop it. You can examine and modify an attached process
53a5351d
JM
1965with all the @value{GDBN} commands that are ordinarily available when
1966you start processes with @code{run}. You can insert breakpoints; you
1967can step and continue; you can modify storage. If you would rather the
1968process continue running, you may use the @code{continue} command after
c906108c
SS
1969attaching @value{GDBN} to the process.
1970
1971@table @code
1972@kindex detach
1973@item detach
1974When you have finished debugging the attached process, you can use the
1975@code{detach} command to release it from @value{GDBN} control. Detaching
1976the process continues its execution. After the @code{detach} command,
1977that process and @value{GDBN} become completely independent once more, and you
1978are ready to @code{attach} another process or start one with @code{run}.
1979@code{detach} does not repeat if you press @key{RET} again after
1980executing the command.
1981@end table
1982
1983If you exit @value{GDBN} or use the @code{run} command while you have an
1984attached process, you kill that process. By default, @value{GDBN} asks
1985for confirmation if you try to do either of these things; you can
1986control whether or not you need to confirm by using the @code{set
1987confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
1988messages}).
1989
6d2ebf8b 1990@node Kill Process
c906108c 1991@section Killing the child process
c906108c
SS
1992
1993@table @code
1994@kindex kill
1995@item kill
1996Kill the child process in which your program is running under @value{GDBN}.
1997@end table
1998
1999This command is useful if you wish to debug a core dump instead of a
2000running process. @value{GDBN} ignores any core dump file while your program
2001is running.
2002
2003On some operating systems, a program cannot be executed outside @value{GDBN}
2004while you have breakpoints set on it inside @value{GDBN}. You can use the
2005@code{kill} command in this situation to permit running your program
2006outside the debugger.
2007
2008The @code{kill} command is also useful if you wish to recompile and
2009relink your program, since on many systems it is impossible to modify an
2010executable file while it is running in a process. In this case, when you
2011next type @code{run}, @value{GDBN} notices that the file has changed, and
2012reads the symbol table again (while trying to preserve your current
2013breakpoint settings).
2014
6d2ebf8b 2015@node Threads
c906108c 2016@section Debugging programs with multiple threads
c906108c
SS
2017
2018@cindex threads of execution
2019@cindex multiple threads
2020@cindex switching threads
2021In some operating systems, such as HP-UX and Solaris, a single program
2022may have more than one @dfn{thread} of execution. The precise semantics
2023of threads differ from one operating system to another, but in general
2024the threads of a single program are akin to multiple processes---except
2025that they share one address space (that is, they can all examine and
2026modify the same variables). On the other hand, each thread has its own
2027registers and execution stack, and perhaps private memory.
2028
2029@value{GDBN} provides these facilities for debugging multi-thread
2030programs:
2031
2032@itemize @bullet
2033@item automatic notification of new threads
2034@item @samp{thread @var{threadno}}, a command to switch among threads
2035@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2036@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2037a command to apply a command to a list of threads
2038@item thread-specific breakpoints
2039@end itemize
2040
c906108c
SS
2041@quotation
2042@emph{Warning:} These facilities are not yet available on every
2043@value{GDBN} configuration where the operating system supports threads.
2044If your @value{GDBN} does not support threads, these commands have no
2045effect. For example, a system without thread support shows no output
2046from @samp{info threads}, and always rejects the @code{thread} command,
2047like this:
2048
2049@smallexample
2050(@value{GDBP}) info threads
2051(@value{GDBP}) thread 1
2052Thread ID 1 not known. Use the "info threads" command to
2053see the IDs of currently known threads.
2054@end smallexample
2055@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2056@c doesn't support threads"?
2057@end quotation
c906108c
SS
2058
2059@cindex focus of debugging
2060@cindex current thread
2061The @value{GDBN} thread debugging facility allows you to observe all
2062threads while your program runs---but whenever @value{GDBN} takes
2063control, one thread in particular is always the focus of debugging.
2064This thread is called the @dfn{current thread}. Debugging commands show
2065program information from the perspective of the current thread.
2066
41afff9a 2067@cindex @code{New} @var{systag} message
c906108c
SS
2068@cindex thread identifier (system)
2069@c FIXME-implementors!! It would be more helpful if the [New...] message
2070@c included GDB's numeric thread handle, so you could just go to that
2071@c thread without first checking `info threads'.
2072Whenever @value{GDBN} detects a new thread in your program, it displays
2073the target system's identification for the thread with a message in the
2074form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2075whose form varies depending on the particular system. For example, on
2076LynxOS, you might see
2077
474c8240 2078@smallexample
c906108c 2079[New process 35 thread 27]
474c8240 2080@end smallexample
c906108c
SS
2081
2082@noindent
2083when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2084the @var{systag} is simply something like @samp{process 368}, with no
2085further qualifier.
2086
2087@c FIXME!! (1) Does the [New...] message appear even for the very first
2088@c thread of a program, or does it only appear for the
6ca652b0 2089@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2090@c program?
2091@c (2) *Is* there necessarily a first thread always? Or do some
2092@c multithread systems permit starting a program with multiple
5d161b24 2093@c threads ab initio?
c906108c
SS
2094
2095@cindex thread number
2096@cindex thread identifier (GDB)
2097For debugging purposes, @value{GDBN} associates its own thread
2098number---always a single integer---with each thread in your program.
2099
2100@table @code
2101@kindex info threads
2102@item info threads
2103Display a summary of all threads currently in your
2104program. @value{GDBN} displays for each thread (in this order):
2105
2106@enumerate
2107@item the thread number assigned by @value{GDBN}
2108
2109@item the target system's thread identifier (@var{systag})
2110
2111@item the current stack frame summary for that thread
2112@end enumerate
2113
2114@noindent
2115An asterisk @samp{*} to the left of the @value{GDBN} thread number
2116indicates the current thread.
2117
5d161b24 2118For example,
c906108c
SS
2119@end table
2120@c end table here to get a little more width for example
2121
2122@smallexample
2123(@value{GDBP}) info threads
2124 3 process 35 thread 27 0x34e5 in sigpause ()
2125 2 process 35 thread 23 0x34e5 in sigpause ()
2126* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2127 at threadtest.c:68
2128@end smallexample
53a5351d
JM
2129
2130On HP-UX systems:
c906108c
SS
2131
2132@cindex thread number
2133@cindex thread identifier (GDB)
2134For debugging purposes, @value{GDBN} associates its own thread
2135number---a small integer assigned in thread-creation order---with each
2136thread in your program.
2137
41afff9a
EZ
2138@cindex @code{New} @var{systag} message, on HP-UX
2139@cindex thread identifier (system), on HP-UX
c906108c
SS
2140@c FIXME-implementors!! It would be more helpful if the [New...] message
2141@c included GDB's numeric thread handle, so you could just go to that
2142@c thread without first checking `info threads'.
2143Whenever @value{GDBN} detects a new thread in your program, it displays
2144both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2145form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2146whose form varies depending on the particular system. For example, on
2147HP-UX, you see
2148
474c8240 2149@smallexample
c906108c 2150[New thread 2 (system thread 26594)]
474c8240 2151@end smallexample
c906108c
SS
2152
2153@noindent
5d161b24 2154when @value{GDBN} notices a new thread.
c906108c
SS
2155
2156@table @code
2157@kindex info threads
2158@item info threads
2159Display a summary of all threads currently in your
2160program. @value{GDBN} displays for each thread (in this order):
2161
2162@enumerate
2163@item the thread number assigned by @value{GDBN}
2164
2165@item the target system's thread identifier (@var{systag})
2166
2167@item the current stack frame summary for that thread
2168@end enumerate
2169
2170@noindent
2171An asterisk @samp{*} to the left of the @value{GDBN} thread number
2172indicates the current thread.
2173
5d161b24 2174For example,
c906108c
SS
2175@end table
2176@c end table here to get a little more width for example
2177
474c8240 2178@smallexample
c906108c 2179(@value{GDBP}) info threads
6d2ebf8b
SS
2180 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2181 at quicksort.c:137
2182 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2183 from /usr/lib/libc.2
2184 1 system thread 27905 0x7b003498 in _brk () \@*
2185 from /usr/lib/libc.2
474c8240 2186@end smallexample
c906108c
SS
2187
2188@table @code
2189@kindex thread @var{threadno}
2190@item thread @var{threadno}
2191Make thread number @var{threadno} the current thread. The command
2192argument @var{threadno} is the internal @value{GDBN} thread number, as
2193shown in the first field of the @samp{info threads} display.
2194@value{GDBN} responds by displaying the system identifier of the thread
2195you selected, and its current stack frame summary:
2196
2197@smallexample
2198@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2199(@value{GDBP}) thread 2
c906108c 2200[Switching to process 35 thread 23]
c906108c
SS
22010x34e5 in sigpause ()
2202@end smallexample
2203
2204@noindent
2205As with the @samp{[New @dots{}]} message, the form of the text after
2206@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2207threads.
c906108c
SS
2208
2209@kindex thread apply
2210@item thread apply [@var{threadno}] [@var{all}] @var{args}
2211The @code{thread apply} command allows you to apply a command to one or
2212more threads. Specify the numbers of the threads that you want affected
2213with the command argument @var{threadno}. @var{threadno} is the internal
2214@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2215threads} display. To apply a command to all threads, use
2216@code{thread apply all} @var{args}.
c906108c
SS
2217@end table
2218
2219@cindex automatic thread selection
2220@cindex switching threads automatically
2221@cindex threads, automatic switching
2222Whenever @value{GDBN} stops your program, due to a breakpoint or a
2223signal, it automatically selects the thread where that breakpoint or
2224signal happened. @value{GDBN} alerts you to the context switch with a
2225message of the form @samp{[Switching to @var{systag}]} to identify the
2226thread.
2227
2228@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2229more information about how @value{GDBN} behaves when you stop and start
2230programs with multiple threads.
2231
2232@xref{Set Watchpoints,,Setting watchpoints}, for information about
2233watchpoints in programs with multiple threads.
c906108c 2234
6d2ebf8b 2235@node Processes
c906108c
SS
2236@section Debugging programs with multiple processes
2237
2238@cindex fork, debugging programs which call
2239@cindex multiple processes
2240@cindex processes, multiple
53a5351d
JM
2241On most systems, @value{GDBN} has no special support for debugging
2242programs which create additional processes using the @code{fork}
2243function. When a program forks, @value{GDBN} will continue to debug the
2244parent process and the child process will run unimpeded. If you have
2245set a breakpoint in any code which the child then executes, the child
2246will get a @code{SIGTRAP} signal which (unless it catches the signal)
2247will cause it to terminate.
c906108c
SS
2248
2249However, if you want to debug the child process there is a workaround
2250which isn't too painful. Put a call to @code{sleep} in the code which
2251the child process executes after the fork. It may be useful to sleep
2252only if a certain environment variable is set, or a certain file exists,
2253so that the delay need not occur when you don't want to run @value{GDBN}
2254on the child. While the child is sleeping, use the @code{ps} program to
2255get its process ID. Then tell @value{GDBN} (a new invocation of
2256@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2257the child process (@pxref{Attach}). From that point on you can debug
c906108c 2258the child process just like any other process which you attached to.
c906108c 2259
53a5351d
JM
2260On HP-UX (11.x and later only?), @value{GDBN} provides support for
2261debugging programs that create additional processes using the
2262@code{fork} or @code{vfork} function.
c906108c
SS
2263
2264By default, when a program forks, @value{GDBN} will continue to debug
2265the parent process and the child process will run unimpeded.
2266
2267If you want to follow the child process instead of the parent process,
2268use the command @w{@code{set follow-fork-mode}}.
2269
2270@table @code
2271@kindex set follow-fork-mode
2272@item set follow-fork-mode @var{mode}
2273Set the debugger response to a program call of @code{fork} or
2274@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2275process. The @var{mode} can be:
2276
2277@table @code
2278@item parent
2279The original process is debugged after a fork. The child process runs
2df3850c 2280unimpeded. This is the default.
c906108c
SS
2281
2282@item child
2283The new process is debugged after a fork. The parent process runs
2284unimpeded.
2285
2286@item ask
2287The debugger will ask for one of the above choices.
2288@end table
2289
2290@item show follow-fork-mode
2df3850c 2291Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2292@end table
2293
2294If you ask to debug a child process and a @code{vfork} is followed by an
2295@code{exec}, @value{GDBN} executes the new target up to the first
2296breakpoint in the new target. If you have a breakpoint set on
2297@code{main} in your original program, the breakpoint will also be set on
2298the child process's @code{main}.
2299
2300When a child process is spawned by @code{vfork}, you cannot debug the
2301child or parent until an @code{exec} call completes.
2302
2303If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2304call executes, the new target restarts. To restart the parent process,
2305use the @code{file} command with the parent executable name as its
2306argument.
2307
2308You can use the @code{catch} command to make @value{GDBN} stop whenever
2309a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2310Catchpoints, ,Setting catchpoints}.
c906108c 2311
6d2ebf8b 2312@node Stopping
c906108c
SS
2313@chapter Stopping and Continuing
2314
2315The principal purposes of using a debugger are so that you can stop your
2316program before it terminates; or so that, if your program runs into
2317trouble, you can investigate and find out why.
2318
7a292a7a
SS
2319Inside @value{GDBN}, your program may stop for any of several reasons,
2320such as a signal, a breakpoint, or reaching a new line after a
2321@value{GDBN} command such as @code{step}. You may then examine and
2322change variables, set new breakpoints or remove old ones, and then
2323continue execution. Usually, the messages shown by @value{GDBN} provide
2324ample explanation of the status of your program---but you can also
2325explicitly request this information at any time.
c906108c
SS
2326
2327@table @code
2328@kindex info program
2329@item info program
2330Display information about the status of your program: whether it is
7a292a7a 2331running or not, what process it is, and why it stopped.
c906108c
SS
2332@end table
2333
2334@menu
2335* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2336* Continuing and Stepping:: Resuming execution
c906108c 2337* Signals:: Signals
c906108c 2338* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2339@end menu
2340
6d2ebf8b 2341@node Breakpoints
c906108c
SS
2342@section Breakpoints, watchpoints, and catchpoints
2343
2344@cindex breakpoints
2345A @dfn{breakpoint} makes your program stop whenever a certain point in
2346the program is reached. For each breakpoint, you can add conditions to
2347control in finer detail whether your program stops. You can set
2348breakpoints with the @code{break} command and its variants (@pxref{Set
2349Breaks, ,Setting breakpoints}), to specify the place where your program
2350should stop by line number, function name or exact address in the
2351program.
2352
2353In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2354breakpoints in shared libraries before the executable is run. There is
2355a minor limitation on HP-UX systems: you must wait until the executable
2356is run in order to set breakpoints in shared library routines that are
2357not called directly by the program (for example, routines that are
2358arguments in a @code{pthread_create} call).
2359
2360@cindex watchpoints
2361@cindex memory tracing
2362@cindex breakpoint on memory address
2363@cindex breakpoint on variable modification
2364A @dfn{watchpoint} is a special breakpoint that stops your program
2365when the value of an expression changes. You must use a different
2366command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2367watchpoints}), but aside from that, you can manage a watchpoint like
2368any other breakpoint: you enable, disable, and delete both breakpoints
2369and watchpoints using the same commands.
2370
2371You can arrange to have values from your program displayed automatically
2372whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2373Automatic display}.
2374
2375@cindex catchpoints
2376@cindex breakpoint on events
2377A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2378when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2379exception or the loading of a library. As with watchpoints, you use a
2380different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2381catchpoints}), but aside from that, you can manage a catchpoint like any
2382other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2383@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2384
2385@cindex breakpoint numbers
2386@cindex numbers for breakpoints
2387@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2388catchpoint when you create it; these numbers are successive integers
2389starting with one. In many of the commands for controlling various
2390features of breakpoints you use the breakpoint number to say which
2391breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2392@dfn{disabled}; if disabled, it has no effect on your program until you
2393enable it again.
2394
c5394b80
JM
2395@cindex breakpoint ranges
2396@cindex ranges of breakpoints
2397Some @value{GDBN} commands accept a range of breakpoints on which to
2398operate. A breakpoint range is either a single breakpoint number, like
2399@samp{5}, or two such numbers, in increasing order, separated by a
2400hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2401all breakpoint in that range are operated on.
2402
c906108c
SS
2403@menu
2404* Set Breaks:: Setting breakpoints
2405* Set Watchpoints:: Setting watchpoints
2406* Set Catchpoints:: Setting catchpoints
2407* Delete Breaks:: Deleting breakpoints
2408* Disabling:: Disabling breakpoints
2409* Conditions:: Break conditions
2410* Break Commands:: Breakpoint command lists
c906108c 2411* Breakpoint Menus:: Breakpoint menus
d4f3574e 2412* Error in Breakpoints:: ``Cannot insert breakpoints''
c906108c
SS
2413@end menu
2414
6d2ebf8b 2415@node Set Breaks
c906108c
SS
2416@subsection Setting breakpoints
2417
5d161b24 2418@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2419@c consider in particular declaration with/without initialization.
2420@c
2421@c FIXME 2 is there stuff on this already? break at fun start, already init?
2422
2423@kindex break
41afff9a
EZ
2424@kindex b @r{(@code{break})}
2425@vindex $bpnum@r{, convenience variable}
c906108c
SS
2426@cindex latest breakpoint
2427Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2428@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2429number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2430Vars,, Convenience variables}, for a discussion of what you can do with
2431convenience variables.
2432
2433You have several ways to say where the breakpoint should go.
2434
2435@table @code
2436@item break @var{function}
5d161b24 2437Set a breakpoint at entry to function @var{function}.
c906108c 2438When using source languages that permit overloading of symbols, such as
b37052ae 2439C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2440@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2441
2442@item break +@var{offset}
2443@itemx break -@var{offset}
2444Set a breakpoint some number of lines forward or back from the position
d4f3574e 2445at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2446(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2447
2448@item break @var{linenum}
2449Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2450The current source file is the last file whose source text was printed.
2451The breakpoint will stop your program just before it executes any of the
c906108c
SS
2452code on that line.
2453
2454@item break @var{filename}:@var{linenum}
2455Set a breakpoint at line @var{linenum} in source file @var{filename}.
2456
2457@item break @var{filename}:@var{function}
2458Set a breakpoint at entry to function @var{function} found in file
2459@var{filename}. Specifying a file name as well as a function name is
2460superfluous except when multiple files contain similarly named
2461functions.
2462
2463@item break *@var{address}
2464Set a breakpoint at address @var{address}. You can use this to set
2465breakpoints in parts of your program which do not have debugging
2466information or source files.
2467
2468@item break
2469When called without any arguments, @code{break} sets a breakpoint at
2470the next instruction to be executed in the selected stack frame
2471(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2472innermost, this makes your program stop as soon as control
2473returns to that frame. This is similar to the effect of a
2474@code{finish} command in the frame inside the selected frame---except
2475that @code{finish} does not leave an active breakpoint. If you use
2476@code{break} without an argument in the innermost frame, @value{GDBN} stops
2477the next time it reaches the current location; this may be useful
2478inside loops.
2479
2480@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2481least one instruction has been executed. If it did not do this, you
2482would be unable to proceed past a breakpoint without first disabling the
2483breakpoint. This rule applies whether or not the breakpoint already
2484existed when your program stopped.
2485
2486@item break @dots{} if @var{cond}
2487Set a breakpoint with condition @var{cond}; evaluate the expression
2488@var{cond} each time the breakpoint is reached, and stop only if the
2489value is nonzero---that is, if @var{cond} evaluates as true.
2490@samp{@dots{}} stands for one of the possible arguments described
2491above (or no argument) specifying where to break. @xref{Conditions,
2492,Break conditions}, for more information on breakpoint conditions.
2493
2494@kindex tbreak
2495@item tbreak @var{args}
2496Set a breakpoint enabled only for one stop. @var{args} are the
2497same as for the @code{break} command, and the breakpoint is set in the same
2498way, but the breakpoint is automatically deleted after the first time your
2499program stops there. @xref{Disabling, ,Disabling breakpoints}.
2500
c906108c
SS
2501@kindex hbreak
2502@item hbreak @var{args}
d4f3574e
SS
2503Set a hardware-assisted breakpoint. @var{args} are the same as for the
2504@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2505breakpoint requires hardware support and some target hardware may not
2506have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2507debugging, so you can set a breakpoint at an instruction without
2508changing the instruction. This can be used with the new trap-generation
2509provided by SPARClite DSU and some x86-based targets. These targets
2510will generate traps when a program accesses some data or instruction
2511address that is assigned to the debug registers. However the hardware
2512breakpoint registers can take a limited number of breakpoints. For
2513example, on the DSU, only two data breakpoints can be set at a time, and
2514@value{GDBN} will reject this command if more than two are used. Delete
2515or disable unused hardware breakpoints before setting new ones
2516(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
501eef12
AC
2517@xref{set remote hardware-breakpoint-limit}.
2518
c906108c
SS
2519
2520@kindex thbreak
2521@item thbreak @var{args}
2522Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2523are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2524the same way. However, like the @code{tbreak} command,
c906108c
SS
2525the breakpoint is automatically deleted after the
2526first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2527command, the breakpoint requires hardware support and some target hardware
2528may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2529See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2530
2531@kindex rbreak
2532@cindex regular expression
2533@item rbreak @var{regex}
c906108c 2534Set breakpoints on all functions matching the regular expression
11cf8741
JM
2535@var{regex}. This command sets an unconditional breakpoint on all
2536matches, printing a list of all breakpoints it set. Once these
2537breakpoints are set, they are treated just like the breakpoints set with
2538the @code{break} command. You can delete them, disable them, or make
2539them conditional the same way as any other breakpoint.
2540
2541The syntax of the regular expression is the standard one used with tools
2542like @file{grep}. Note that this is different from the syntax used by
2543shells, so for instance @code{foo*} matches all functions that include
2544an @code{fo} followed by zero or more @code{o}s. There is an implicit
2545@code{.*} leading and trailing the regular expression you supply, so to
2546match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2547
b37052ae 2548When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2549breakpoints on overloaded functions that are not members of any special
2550classes.
c906108c
SS
2551
2552@kindex info breakpoints
2553@cindex @code{$_} and @code{info breakpoints}
2554@item info breakpoints @r{[}@var{n}@r{]}
2555@itemx info break @r{[}@var{n}@r{]}
2556@itemx info watchpoints @r{[}@var{n}@r{]}
2557Print a table of all breakpoints, watchpoints, and catchpoints set and
2558not deleted, with the following columns for each breakpoint:
2559
2560@table @emph
2561@item Breakpoint Numbers
2562@item Type
2563Breakpoint, watchpoint, or catchpoint.
2564@item Disposition
2565Whether the breakpoint is marked to be disabled or deleted when hit.
2566@item Enabled or Disabled
2567Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2568that are not enabled.
2569@item Address
2df3850c 2570Where the breakpoint is in your program, as a memory address.
c906108c
SS
2571@item What
2572Where the breakpoint is in the source for your program, as a file and
2573line number.
2574@end table
2575
2576@noindent
2577If a breakpoint is conditional, @code{info break} shows the condition on
2578the line following the affected breakpoint; breakpoint commands, if any,
2579are listed after that.
2580
2581@noindent
2582@code{info break} with a breakpoint
2583number @var{n} as argument lists only that breakpoint. The
2584convenience variable @code{$_} and the default examining-address for
2585the @code{x} command are set to the address of the last breakpoint
5d161b24 2586listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2587
2588@noindent
2589@code{info break} displays a count of the number of times the breakpoint
2590has been hit. This is especially useful in conjunction with the
2591@code{ignore} command. You can ignore a large number of breakpoint
2592hits, look at the breakpoint info to see how many times the breakpoint
2593was hit, and then run again, ignoring one less than that number. This
2594will get you quickly to the last hit of that breakpoint.
2595@end table
2596
2597@value{GDBN} allows you to set any number of breakpoints at the same place in
2598your program. There is nothing silly or meaningless about this. When
2599the breakpoints are conditional, this is even useful
2600(@pxref{Conditions, ,Break conditions}).
2601
2602@cindex negative breakpoint numbers
2603@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2604@value{GDBN} itself sometimes sets breakpoints in your program for
2605special purposes, such as proper handling of @code{longjmp} (in C
2606programs). These internal breakpoints are assigned negative numbers,
2607starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2608You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2609@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2610
2611
6d2ebf8b 2612@node Set Watchpoints
c906108c
SS
2613@subsection Setting watchpoints
2614
2615@cindex setting watchpoints
2616@cindex software watchpoints
2617@cindex hardware watchpoints
2618You can use a watchpoint to stop execution whenever the value of an
2619expression changes, without having to predict a particular place where
2620this may happen.
2621
2622Depending on your system, watchpoints may be implemented in software or
2df3850c 2623hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2624program and testing the variable's value each time, which is hundreds of
2625times slower than normal execution. (But this may still be worth it, to
2626catch errors where you have no clue what part of your program is the
2627culprit.)
2628
1104b9e7 2629On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2630@value{GDBN} includes support for
c906108c
SS
2631hardware watchpoints, which do not slow down the running of your
2632program.
2633
2634@table @code
2635@kindex watch
2636@item watch @var{expr}
2637Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2638is written into by the program and its value changes.
2639
2640@kindex rwatch
2641@item rwatch @var{expr}
2642Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2643
2644@kindex awatch
2645@item awatch @var{expr}
2df3850c 2646Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2647by the program.
c906108c
SS
2648
2649@kindex info watchpoints
2650@item info watchpoints
2651This command prints a list of watchpoints, breakpoints, and catchpoints;
2652it is the same as @code{info break}.
2653@end table
2654
2655@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2656watchpoints execute very quickly, and the debugger reports a change in
2657value at the exact instruction where the change occurs. If @value{GDBN}
2658cannot set a hardware watchpoint, it sets a software watchpoint, which
2659executes more slowly and reports the change in value at the next
2660statement, not the instruction, after the change occurs.
2661
2662When you issue the @code{watch} command, @value{GDBN} reports
2663
474c8240 2664@smallexample
c906108c 2665Hardware watchpoint @var{num}: @var{expr}
474c8240 2666@end smallexample
c906108c
SS
2667
2668@noindent
2669if it was able to set a hardware watchpoint.
2670
7be570e7
JM
2671Currently, the @code{awatch} and @code{rwatch} commands can only set
2672hardware watchpoints, because accesses to data that don't change the
2673value of the watched expression cannot be detected without examining
2674every instruction as it is being executed, and @value{GDBN} does not do
2675that currently. If @value{GDBN} finds that it is unable to set a
2676hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2677will print a message like this:
2678
2679@smallexample
2680Expression cannot be implemented with read/access watchpoint.
2681@end smallexample
2682
2683Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2684data type of the watched expression is wider than what a hardware
2685watchpoint on the target machine can handle. For example, some systems
2686can only watch regions that are up to 4 bytes wide; on such systems you
2687cannot set hardware watchpoints for an expression that yields a
2688double-precision floating-point number (which is typically 8 bytes
2689wide). As a work-around, it might be possible to break the large region
2690into a series of smaller ones and watch them with separate watchpoints.
2691
2692If you set too many hardware watchpoints, @value{GDBN} might be unable
2693to insert all of them when you resume the execution of your program.
2694Since the precise number of active watchpoints is unknown until such
2695time as the program is about to be resumed, @value{GDBN} might not be
2696able to warn you about this when you set the watchpoints, and the
2697warning will be printed only when the program is resumed:
2698
2699@smallexample
2700Hardware watchpoint @var{num}: Could not insert watchpoint
2701@end smallexample
2702
2703@noindent
2704If this happens, delete or disable some of the watchpoints.
2705
2706The SPARClite DSU will generate traps when a program accesses some data
2707or instruction address that is assigned to the debug registers. For the
2708data addresses, DSU facilitates the @code{watch} command. However the
2709hardware breakpoint registers can only take two data watchpoints, and
2710both watchpoints must be the same kind. For example, you can set two
2711watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2712@strong{or} two with @code{awatch} commands, but you cannot set one
2713watchpoint with one command and the other with a different command.
c906108c
SS
2714@value{GDBN} will reject the command if you try to mix watchpoints.
2715Delete or disable unused watchpoint commands before setting new ones.
2716
2717If you call a function interactively using @code{print} or @code{call},
2df3850c 2718any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2719kind of breakpoint or the call completes.
2720
7be570e7
JM
2721@value{GDBN} automatically deletes watchpoints that watch local
2722(automatic) variables, or expressions that involve such variables, when
2723they go out of scope, that is, when the execution leaves the block in
2724which these variables were defined. In particular, when the program
2725being debugged terminates, @emph{all} local variables go out of scope,
2726and so only watchpoints that watch global variables remain set. If you
2727rerun the program, you will need to set all such watchpoints again. One
2728way of doing that would be to set a code breakpoint at the entry to the
2729@code{main} function and when it breaks, set all the watchpoints.
2730
c906108c
SS
2731@quotation
2732@cindex watchpoints and threads
2733@cindex threads and watchpoints
c906108c
SS
2734@emph{Warning:} In multi-thread programs, watchpoints have only limited
2735usefulness. With the current watchpoint implementation, @value{GDBN}
2736can only watch the value of an expression @emph{in a single thread}. If
2737you are confident that the expression can only change due to the current
2738thread's activity (and if you are also confident that no other thread
2739can become current), then you can use watchpoints as usual. However,
2740@value{GDBN} may not notice when a non-current thread's activity changes
2741the expression.
53a5351d 2742
d4f3574e 2743@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2744@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2745have only limited usefulness. If @value{GDBN} creates a software
2746watchpoint, it can only watch the value of an expression @emph{in a
2747single thread}. If you are confident that the expression can only
2748change due to the current thread's activity (and if you are also
2749confident that no other thread can become current), then you can use
2750software watchpoints as usual. However, @value{GDBN} may not notice
2751when a non-current thread's activity changes the expression. (Hardware
2752watchpoints, in contrast, watch an expression in all threads.)
c906108c 2753@end quotation
c906108c 2754
501eef12
AC
2755@xref{set remote hardware-watchpoint-limit}.
2756
6d2ebf8b 2757@node Set Catchpoints
c906108c 2758@subsection Setting catchpoints
d4f3574e 2759@cindex catchpoints, setting
c906108c
SS
2760@cindex exception handlers
2761@cindex event handling
2762
2763You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2764kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2765shared library. Use the @code{catch} command to set a catchpoint.
2766
2767@table @code
2768@kindex catch
2769@item catch @var{event}
2770Stop when @var{event} occurs. @var{event} can be any of the following:
2771@table @code
2772@item throw
2773@kindex catch throw
b37052ae 2774The throwing of a C@t{++} exception.
c906108c
SS
2775
2776@item catch
2777@kindex catch catch
b37052ae 2778The catching of a C@t{++} exception.
c906108c
SS
2779
2780@item exec
2781@kindex catch exec
2782A call to @code{exec}. This is currently only available for HP-UX.
2783
2784@item fork
2785@kindex catch fork
2786A call to @code{fork}. This is currently only available for HP-UX.
2787
2788@item vfork
2789@kindex catch vfork
2790A call to @code{vfork}. This is currently only available for HP-UX.
2791
2792@item load
2793@itemx load @var{libname}
2794@kindex catch load
2795The dynamic loading of any shared library, or the loading of the library
2796@var{libname}. This is currently only available for HP-UX.
2797
2798@item unload
2799@itemx unload @var{libname}
2800@kindex catch unload
2801The unloading of any dynamically loaded shared library, or the unloading
2802of the library @var{libname}. This is currently only available for HP-UX.
2803@end table
2804
2805@item tcatch @var{event}
2806Set a catchpoint that is enabled only for one stop. The catchpoint is
2807automatically deleted after the first time the event is caught.
2808
2809@end table
2810
2811Use the @code{info break} command to list the current catchpoints.
2812
b37052ae 2813There are currently some limitations to C@t{++} exception handling
c906108c
SS
2814(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2815
2816@itemize @bullet
2817@item
2818If you call a function interactively, @value{GDBN} normally returns
2819control to you when the function has finished executing. If the call
2820raises an exception, however, the call may bypass the mechanism that
2821returns control to you and cause your program either to abort or to
2822simply continue running until it hits a breakpoint, catches a signal
2823that @value{GDBN} is listening for, or exits. This is the case even if
2824you set a catchpoint for the exception; catchpoints on exceptions are
2825disabled within interactive calls.
2826
2827@item
2828You cannot raise an exception interactively.
2829
2830@item
2831You cannot install an exception handler interactively.
2832@end itemize
2833
2834@cindex raise exceptions
2835Sometimes @code{catch} is not the best way to debug exception handling:
2836if you need to know exactly where an exception is raised, it is better to
2837stop @emph{before} the exception handler is called, since that way you
2838can see the stack before any unwinding takes place. If you set a
2839breakpoint in an exception handler instead, it may not be easy to find
2840out where the exception was raised.
2841
2842To stop just before an exception handler is called, you need some
b37052ae 2843knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2844raised by calling a library function named @code{__raise_exception}
2845which has the following ANSI C interface:
2846
474c8240 2847@smallexample
c906108c 2848 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2849 @var{id} is the exception identifier. */
2850 void __raise_exception (void **addr, void *id);
474c8240 2851@end smallexample
c906108c
SS
2852
2853@noindent
2854To make the debugger catch all exceptions before any stack
2855unwinding takes place, set a breakpoint on @code{__raise_exception}
2856(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2857
2858With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2859that depends on the value of @var{id}, you can stop your program when
2860a specific exception is raised. You can use multiple conditional
2861breakpoints to stop your program when any of a number of exceptions are
2862raised.
2863
2864
6d2ebf8b 2865@node Delete Breaks
c906108c
SS
2866@subsection Deleting breakpoints
2867
2868@cindex clearing breakpoints, watchpoints, catchpoints
2869@cindex deleting breakpoints, watchpoints, catchpoints
2870It is often necessary to eliminate a breakpoint, watchpoint, or
2871catchpoint once it has done its job and you no longer want your program
2872to stop there. This is called @dfn{deleting} the breakpoint. A
2873breakpoint that has been deleted no longer exists; it is forgotten.
2874
2875With the @code{clear} command you can delete breakpoints according to
2876where they are in your program. With the @code{delete} command you can
2877delete individual breakpoints, watchpoints, or catchpoints by specifying
2878their breakpoint numbers.
2879
2880It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2881automatically ignores breakpoints on the first instruction to be executed
2882when you continue execution without changing the execution address.
2883
2884@table @code
2885@kindex clear
2886@item clear
2887Delete any breakpoints at the next instruction to be executed in the
2888selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2889the innermost frame is selected, this is a good way to delete a
2890breakpoint where your program just stopped.
2891
2892@item clear @var{function}
2893@itemx clear @var{filename}:@var{function}
2894Delete any breakpoints set at entry to the function @var{function}.
2895
2896@item clear @var{linenum}
2897@itemx clear @var{filename}:@var{linenum}
2898Delete any breakpoints set at or within the code of the specified line.
2899
2900@cindex delete breakpoints
2901@kindex delete
41afff9a 2902@kindex d @r{(@code{delete})}
c5394b80
JM
2903@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2904Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2905ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2906breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2907confirm off}). You can abbreviate this command as @code{d}.
2908@end table
2909
6d2ebf8b 2910@node Disabling
c906108c
SS
2911@subsection Disabling breakpoints
2912
2913@kindex disable breakpoints
2914@kindex enable breakpoints
2915Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2916prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2917it had been deleted, but remembers the information on the breakpoint so
2918that you can @dfn{enable} it again later.
2919
2920You disable and enable breakpoints, watchpoints, and catchpoints with
2921the @code{enable} and @code{disable} commands, optionally specifying one
2922or more breakpoint numbers as arguments. Use @code{info break} or
2923@code{info watch} to print a list of breakpoints, watchpoints, and
2924catchpoints if you do not know which numbers to use.
2925
2926A breakpoint, watchpoint, or catchpoint can have any of four different
2927states of enablement:
2928
2929@itemize @bullet
2930@item
2931Enabled. The breakpoint stops your program. A breakpoint set
2932with the @code{break} command starts out in this state.
2933@item
2934Disabled. The breakpoint has no effect on your program.
2935@item
2936Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 2937disabled.
c906108c
SS
2938@item
2939Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
2940immediately after it does so it is deleted permanently. A breakpoint
2941set with the @code{tbreak} command starts out in this state.
c906108c
SS
2942@end itemize
2943
2944You can use the following commands to enable or disable breakpoints,
2945watchpoints, and catchpoints:
2946
2947@table @code
2948@kindex disable breakpoints
2949@kindex disable
41afff9a 2950@kindex dis @r{(@code{disable})}
c5394b80 2951@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2952Disable the specified breakpoints---or all breakpoints, if none are
2953listed. A disabled breakpoint has no effect but is not forgotten. All
2954options such as ignore-counts, conditions and commands are remembered in
2955case the breakpoint is enabled again later. You may abbreviate
2956@code{disable} as @code{dis}.
2957
2958@kindex enable breakpoints
2959@kindex enable
c5394b80 2960@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2961Enable the specified breakpoints (or all defined breakpoints). They
2962become effective once again in stopping your program.
2963
c5394b80 2964@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
2965Enable the specified breakpoints temporarily. @value{GDBN} disables any
2966of these breakpoints immediately after stopping your program.
2967
c5394b80 2968@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
2969Enable the specified breakpoints to work once, then die. @value{GDBN}
2970deletes any of these breakpoints as soon as your program stops there.
2971@end table
2972
d4f3574e
SS
2973@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
2974@c confusing: tbreak is also initially enabled.
c906108c
SS
2975Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
2976,Setting breakpoints}), breakpoints that you set are initially enabled;
2977subsequently, they become disabled or enabled only when you use one of
2978the commands above. (The command @code{until} can set and delete a
2979breakpoint of its own, but it does not change the state of your other
2980breakpoints; see @ref{Continuing and Stepping, ,Continuing and
2981stepping}.)
2982
6d2ebf8b 2983@node Conditions
c906108c
SS
2984@subsection Break conditions
2985@cindex conditional breakpoints
2986@cindex breakpoint conditions
2987
2988@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 2989@c in particular for a watchpoint?
c906108c
SS
2990The simplest sort of breakpoint breaks every time your program reaches a
2991specified place. You can also specify a @dfn{condition} for a
2992breakpoint. A condition is just a Boolean expression in your
2993programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
2994a condition evaluates the expression each time your program reaches it,
2995and your program stops only if the condition is @emph{true}.
2996
2997This is the converse of using assertions for program validation; in that
2998situation, you want to stop when the assertion is violated---that is,
2999when the condition is false. In C, if you want to test an assertion expressed
3000by the condition @var{assert}, you should set the condition
3001@samp{! @var{assert}} on the appropriate breakpoint.
3002
3003Conditions are also accepted for watchpoints; you may not need them,
3004since a watchpoint is inspecting the value of an expression anyhow---but
3005it might be simpler, say, to just set a watchpoint on a variable name,
3006and specify a condition that tests whether the new value is an interesting
3007one.
3008
3009Break conditions can have side effects, and may even call functions in
3010your program. This can be useful, for example, to activate functions
3011that log program progress, or to use your own print functions to
3012format special data structures. The effects are completely predictable
3013unless there is another enabled breakpoint at the same address. (In
3014that case, @value{GDBN} might see the other breakpoint first and stop your
3015program without checking the condition of this one.) Note that
d4f3574e
SS
3016breakpoint commands are usually more convenient and flexible than break
3017conditions for the
c906108c
SS
3018purpose of performing side effects when a breakpoint is reached
3019(@pxref{Break Commands, ,Breakpoint command lists}).
3020
3021Break conditions can be specified when a breakpoint is set, by using
3022@samp{if} in the arguments to the @code{break} command. @xref{Set
3023Breaks, ,Setting breakpoints}. They can also be changed at any time
3024with the @code{condition} command.
53a5351d 3025
c906108c
SS
3026You can also use the @code{if} keyword with the @code{watch} command.
3027The @code{catch} command does not recognize the @code{if} keyword;
3028@code{condition} is the only way to impose a further condition on a
3029catchpoint.
c906108c
SS
3030
3031@table @code
3032@kindex condition
3033@item condition @var{bnum} @var{expression}
3034Specify @var{expression} as the break condition for breakpoint,
3035watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3036breakpoint @var{bnum} stops your program only if the value of
3037@var{expression} is true (nonzero, in C). When you use
3038@code{condition}, @value{GDBN} checks @var{expression} immediately for
3039syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3040referents in the context of your breakpoint. If @var{expression} uses
3041symbols not referenced in the context of the breakpoint, @value{GDBN}
3042prints an error message:
3043
474c8240 3044@smallexample
d4f3574e 3045No symbol "foo" in current context.
474c8240 3046@end smallexample
d4f3574e
SS
3047
3048@noindent
c906108c
SS
3049@value{GDBN} does
3050not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3051command (or a command that sets a breakpoint with a condition, like
3052@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3053
3054@item condition @var{bnum}
3055Remove the condition from breakpoint number @var{bnum}. It becomes
3056an ordinary unconditional breakpoint.
3057@end table
3058
3059@cindex ignore count (of breakpoint)
3060A special case of a breakpoint condition is to stop only when the
3061breakpoint has been reached a certain number of times. This is so
3062useful that there is a special way to do it, using the @dfn{ignore
3063count} of the breakpoint. Every breakpoint has an ignore count, which
3064is an integer. Most of the time, the ignore count is zero, and
3065therefore has no effect. But if your program reaches a breakpoint whose
3066ignore count is positive, then instead of stopping, it just decrements
3067the ignore count by one and continues. As a result, if the ignore count
3068value is @var{n}, the breakpoint does not stop the next @var{n} times
3069your program reaches it.
3070
3071@table @code
3072@kindex ignore
3073@item ignore @var{bnum} @var{count}
3074Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3075The next @var{count} times the breakpoint is reached, your program's
3076execution does not stop; other than to decrement the ignore count, @value{GDBN}
3077takes no action.
3078
3079To make the breakpoint stop the next time it is reached, specify
3080a count of zero.
3081
3082When you use @code{continue} to resume execution of your program from a
3083breakpoint, you can specify an ignore count directly as an argument to
3084@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3085Stepping,,Continuing and stepping}.
3086
3087If a breakpoint has a positive ignore count and a condition, the
3088condition is not checked. Once the ignore count reaches zero,
3089@value{GDBN} resumes checking the condition.
3090
3091You could achieve the effect of the ignore count with a condition such
3092as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3093is decremented each time. @xref{Convenience Vars, ,Convenience
3094variables}.
3095@end table
3096
3097Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3098
3099
6d2ebf8b 3100@node Break Commands
c906108c
SS
3101@subsection Breakpoint command lists
3102
3103@cindex breakpoint commands
3104You can give any breakpoint (or watchpoint or catchpoint) a series of
3105commands to execute when your program stops due to that breakpoint. For
3106example, you might want to print the values of certain expressions, or
3107enable other breakpoints.
3108
3109@table @code
3110@kindex commands
3111@kindex end
3112@item commands @r{[}@var{bnum}@r{]}
3113@itemx @dots{} @var{command-list} @dots{}
3114@itemx end
3115Specify a list of commands for breakpoint number @var{bnum}. The commands
3116themselves appear on the following lines. Type a line containing just
3117@code{end} to terminate the commands.
3118
3119To remove all commands from a breakpoint, type @code{commands} and
3120follow it immediately with @code{end}; that is, give no commands.
3121
3122With no @var{bnum} argument, @code{commands} refers to the last
3123breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3124recently encountered).
3125@end table
3126
3127Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3128disabled within a @var{command-list}.
3129
3130You can use breakpoint commands to start your program up again. Simply
3131use the @code{continue} command, or @code{step}, or any other command
3132that resumes execution.
3133
3134Any other commands in the command list, after a command that resumes
3135execution, are ignored. This is because any time you resume execution
3136(even with a simple @code{next} or @code{step}), you may encounter
3137another breakpoint---which could have its own command list, leading to
3138ambiguities about which list to execute.
3139
3140@kindex silent
3141If the first command you specify in a command list is @code{silent}, the
3142usual message about stopping at a breakpoint is not printed. This may
3143be desirable for breakpoints that are to print a specific message and
3144then continue. If none of the remaining commands print anything, you
3145see no sign that the breakpoint was reached. @code{silent} is
3146meaningful only at the beginning of a breakpoint command list.
3147
3148The commands @code{echo}, @code{output}, and @code{printf} allow you to
3149print precisely controlled output, and are often useful in silent
3150breakpoints. @xref{Output, ,Commands for controlled output}.
3151
3152For example, here is how you could use breakpoint commands to print the
3153value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3154
474c8240 3155@smallexample
c906108c
SS
3156break foo if x>0
3157commands
3158silent
3159printf "x is %d\n",x
3160cont
3161end
474c8240 3162@end smallexample
c906108c
SS
3163
3164One application for breakpoint commands is to compensate for one bug so
3165you can test for another. Put a breakpoint just after the erroneous line
3166of code, give it a condition to detect the case in which something
3167erroneous has been done, and give it commands to assign correct values
3168to any variables that need them. End with the @code{continue} command
3169so that your program does not stop, and start with the @code{silent}
3170command so that no output is produced. Here is an example:
3171
474c8240 3172@smallexample
c906108c
SS
3173break 403
3174commands
3175silent
3176set x = y + 4
3177cont
3178end
474c8240 3179@end smallexample
c906108c 3180
6d2ebf8b 3181@node Breakpoint Menus
c906108c
SS
3182@subsection Breakpoint menus
3183@cindex overloading
3184@cindex symbol overloading
3185
b37052ae 3186Some programming languages (notably C@t{++}) permit a single function name
c906108c
SS
3187to be defined several times, for application in different contexts.
3188This is called @dfn{overloading}. When a function name is overloaded,
3189@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3190a breakpoint. If you realize this is a problem, you can use
3191something like @samp{break @var{function}(@var{types})} to specify which
3192particular version of the function you want. Otherwise, @value{GDBN} offers
3193you a menu of numbered choices for different possible breakpoints, and
3194waits for your selection with the prompt @samp{>}. The first two
3195options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3196sets a breakpoint at each definition of @var{function}, and typing
3197@kbd{0} aborts the @code{break} command without setting any new
3198breakpoints.
3199
3200For example, the following session excerpt shows an attempt to set a
3201breakpoint at the overloaded symbol @code{String::after}.
3202We choose three particular definitions of that function name:
3203
3204@c FIXME! This is likely to change to show arg type lists, at least
3205@smallexample
3206@group
3207(@value{GDBP}) b String::after
3208[0] cancel
3209[1] all
3210[2] file:String.cc; line number:867
3211[3] file:String.cc; line number:860
3212[4] file:String.cc; line number:875
3213[5] file:String.cc; line number:853
3214[6] file:String.cc; line number:846
3215[7] file:String.cc; line number:735
3216> 2 4 6
3217Breakpoint 1 at 0xb26c: file String.cc, line 867.
3218Breakpoint 2 at 0xb344: file String.cc, line 875.
3219Breakpoint 3 at 0xafcc: file String.cc, line 846.
3220Multiple breakpoints were set.
3221Use the "delete" command to delete unwanted
3222 breakpoints.
3223(@value{GDBP})
3224@end group
3225@end smallexample
c906108c
SS
3226
3227@c @ifclear BARETARGET
6d2ebf8b 3228@node Error in Breakpoints
d4f3574e 3229@subsection ``Cannot insert breakpoints''
c906108c
SS
3230@c
3231@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3232@c
d4f3574e
SS
3233Under some operating systems, breakpoints cannot be used in a program if
3234any other process is running that program. In this situation,
5d161b24 3235attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3236@value{GDBN} to print an error message:
3237
474c8240 3238@smallexample
d4f3574e
SS
3239Cannot insert breakpoints.
3240The same program may be running in another process.
474c8240 3241@end smallexample
d4f3574e
SS
3242
3243When this happens, you have three ways to proceed:
3244
3245@enumerate
3246@item
3247Remove or disable the breakpoints, then continue.
3248
3249@item
5d161b24 3250Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3251name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3252that @value{GDBN} should run your program under that name.
d4f3574e
SS
3253Then start your program again.
3254
3255@item
3256Relink your program so that the text segment is nonsharable, using the
3257linker option @samp{-N}. The operating system limitation may not apply
3258to nonsharable executables.
3259@end enumerate
c906108c
SS
3260@c @end ifclear
3261
d4f3574e
SS
3262A similar message can be printed if you request too many active
3263hardware-assisted breakpoints and watchpoints:
3264
3265@c FIXME: the precise wording of this message may change; the relevant
3266@c source change is not committed yet (Sep 3, 1999).
3267@smallexample
3268Stopped; cannot insert breakpoints.
3269You may have requested too many hardware breakpoints and watchpoints.
3270@end smallexample
3271
3272@noindent
3273This message is printed when you attempt to resume the program, since
3274only then @value{GDBN} knows exactly how many hardware breakpoints and
3275watchpoints it needs to insert.
3276
3277When this message is printed, you need to disable or remove some of the
3278hardware-assisted breakpoints and watchpoints, and then continue.
3279
3280
6d2ebf8b 3281@node Continuing and Stepping
c906108c
SS
3282@section Continuing and stepping
3283
3284@cindex stepping
3285@cindex continuing
3286@cindex resuming execution
3287@dfn{Continuing} means resuming program execution until your program
3288completes normally. In contrast, @dfn{stepping} means executing just
3289one more ``step'' of your program, where ``step'' may mean either one
3290line of source code, or one machine instruction (depending on what
7a292a7a
SS
3291particular command you use). Either when continuing or when stepping,
3292your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3293it stops due to a signal, you may want to use @code{handle}, or use
3294@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3295
3296@table @code
3297@kindex continue
41afff9a
EZ
3298@kindex c @r{(@code{continue})}
3299@kindex fg @r{(resume foreground execution)}
c906108c
SS
3300@item continue @r{[}@var{ignore-count}@r{]}
3301@itemx c @r{[}@var{ignore-count}@r{]}
3302@itemx fg @r{[}@var{ignore-count}@r{]}
3303Resume program execution, at the address where your program last stopped;
3304any breakpoints set at that address are bypassed. The optional argument
3305@var{ignore-count} allows you to specify a further number of times to
3306ignore a breakpoint at this location; its effect is like that of
3307@code{ignore} (@pxref{Conditions, ,Break conditions}).
3308
3309The argument @var{ignore-count} is meaningful only when your program
3310stopped due to a breakpoint. At other times, the argument to
3311@code{continue} is ignored.
3312
d4f3574e
SS
3313The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3314debugged program is deemed to be the foreground program) are provided
3315purely for convenience, and have exactly the same behavior as
3316@code{continue}.
c906108c
SS
3317@end table
3318
3319To resume execution at a different place, you can use @code{return}
3320(@pxref{Returning, ,Returning from a function}) to go back to the
3321calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3322different address}) to go to an arbitrary location in your program.
3323
3324A typical technique for using stepping is to set a breakpoint
3325(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3326beginning of the function or the section of your program where a problem
3327is believed to lie, run your program until it stops at that breakpoint,
3328and then step through the suspect area, examining the variables that are
3329interesting, until you see the problem happen.
3330
3331@table @code
3332@kindex step
41afff9a 3333@kindex s @r{(@code{step})}
c906108c
SS
3334@item step
3335Continue running your program until control reaches a different source
3336line, then stop it and return control to @value{GDBN}. This command is
3337abbreviated @code{s}.
3338
3339@quotation
3340@c "without debugging information" is imprecise; actually "without line
3341@c numbers in the debugging information". (gcc -g1 has debugging info but
3342@c not line numbers). But it seems complex to try to make that
3343@c distinction here.
3344@emph{Warning:} If you use the @code{step} command while control is
3345within a function that was compiled without debugging information,
3346execution proceeds until control reaches a function that does have
3347debugging information. Likewise, it will not step into a function which
3348is compiled without debugging information. To step through functions
3349without debugging information, use the @code{stepi} command, described
3350below.
3351@end quotation
3352
4a92d011
EZ
3353The @code{step} command only stops at the first instruction of a source
3354line. This prevents the multiple stops that could otherwise occur in
3355@code{switch} statements, @code{for} loops, etc. @code{step} continues
3356to stop if a function that has debugging information is called within
3357the line. In other words, @code{step} @emph{steps inside} any functions
3358called within the line.
c906108c 3359
d4f3574e
SS
3360Also, the @code{step} command only enters a function if there is line
3361number information for the function. Otherwise it acts like the
5d161b24 3362@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3363on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3364was any debugging information about the routine.
c906108c
SS
3365
3366@item step @var{count}
3367Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3368breakpoint is reached, or a signal not related to stepping occurs before
3369@var{count} steps, stepping stops right away.
c906108c
SS
3370
3371@kindex next
41afff9a 3372@kindex n @r{(@code{next})}
c906108c
SS
3373@item next @r{[}@var{count}@r{]}
3374Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3375This is similar to @code{step}, but function calls that appear within
3376the line of code are executed without stopping. Execution stops when
3377control reaches a different line of code at the original stack level
3378that was executing when you gave the @code{next} command. This command
3379is abbreviated @code{n}.
c906108c
SS
3380
3381An argument @var{count} is a repeat count, as for @code{step}.
3382
3383
3384@c FIX ME!! Do we delete this, or is there a way it fits in with
3385@c the following paragraph? --- Vctoria
3386@c
3387@c @code{next} within a function that lacks debugging information acts like
3388@c @code{step}, but any function calls appearing within the code of the
3389@c function are executed without stopping.
3390
d4f3574e
SS
3391The @code{next} command only stops at the first instruction of a
3392source line. This prevents multiple stops that could otherwise occur in
4a92d011 3393@code{switch} statements, @code{for} loops, etc.
c906108c 3394
b90a5f51
CF
3395@kindex set step-mode
3396@item set step-mode
3397@cindex functions without line info, and stepping
3398@cindex stepping into functions with no line info
3399@itemx set step-mode on
4a92d011 3400The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3401stop at the first instruction of a function which contains no debug line
3402information rather than stepping over it.
3403
4a92d011
EZ
3404This is useful in cases where you may be interested in inspecting the
3405machine instructions of a function which has no symbolic info and do not
3406want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3407
3408@item set step-mode off
4a92d011 3409Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3410debug information. This is the default.
3411
c906108c
SS
3412@kindex finish
3413@item finish
3414Continue running until just after function in the selected stack frame
3415returns. Print the returned value (if any).
3416
3417Contrast this with the @code{return} command (@pxref{Returning,
3418,Returning from a function}).
3419
3420@kindex until
41afff9a 3421@kindex u @r{(@code{until})}
c906108c
SS
3422@item until
3423@itemx u
3424Continue running until a source line past the current line, in the
3425current stack frame, is reached. This command is used to avoid single
3426stepping through a loop more than once. It is like the @code{next}
3427command, except that when @code{until} encounters a jump, it
3428automatically continues execution until the program counter is greater
3429than the address of the jump.
3430
3431This means that when you reach the end of a loop after single stepping
3432though it, @code{until} makes your program continue execution until it
3433exits the loop. In contrast, a @code{next} command at the end of a loop
3434simply steps back to the beginning of the loop, which forces you to step
3435through the next iteration.
3436
3437@code{until} always stops your program if it attempts to exit the current
3438stack frame.
3439
3440@code{until} may produce somewhat counterintuitive results if the order
3441of machine code does not match the order of the source lines. For
3442example, in the following excerpt from a debugging session, the @code{f}
3443(@code{frame}) command shows that execution is stopped at line
3444@code{206}; yet when we use @code{until}, we get to line @code{195}:
3445
474c8240 3446@smallexample
c906108c
SS
3447(@value{GDBP}) f
3448#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3449206 expand_input();
3450(@value{GDBP}) until
3451195 for ( ; argc > 0; NEXTARG) @{
474c8240 3452@end smallexample
c906108c
SS
3453
3454This happened because, for execution efficiency, the compiler had
3455generated code for the loop closure test at the end, rather than the
3456start, of the loop---even though the test in a C @code{for}-loop is
3457written before the body of the loop. The @code{until} command appeared
3458to step back to the beginning of the loop when it advanced to this
3459expression; however, it has not really gone to an earlier
3460statement---not in terms of the actual machine code.
3461
3462@code{until} with no argument works by means of single
3463instruction stepping, and hence is slower than @code{until} with an
3464argument.
3465
3466@item until @var{location}
3467@itemx u @var{location}
3468Continue running your program until either the specified location is
3469reached, or the current stack frame returns. @var{location} is any of
3470the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3471,Setting breakpoints}). This form of the command uses breakpoints, and
3472hence is quicker than @code{until} without an argument. The specified
3473location is actually reached only if it is in the current frame. This
3474implies that @code{until} can be used to skip over recursive function
3475invocations. For instance in the code below, if the current location is
3476line @code{96}, issuing @code{until 99} will execute the program up to
3477line @code{99} in the same invocation of factorial, i.e. after the inner
3478invocations have returned.
3479
3480@smallexample
348194 int factorial (int value)
348295 @{
348396 if (value > 1) @{
348497 value *= factorial (value - 1);
348598 @}
348699 return (value);
3487100 @}
3488@end smallexample
3489
3490
3491@kindex advance @var{location}
3492@itemx advance @var{location}
3493Continue running the program up to the given location. An argument is
3494required, anything of the same form as arguments for the @code{break}
3495command. Execution will also stop upon exit from the current stack
3496frame. This command is similar to @code{until}, but @code{advance} will
3497not skip over recursive function calls, and the target location doesn't
3498have to be in the same frame as the current one.
3499
c906108c
SS
3500
3501@kindex stepi
41afff9a 3502@kindex si @r{(@code{stepi})}
c906108c 3503@item stepi
96a2c332 3504@itemx stepi @var{arg}
c906108c
SS
3505@itemx si
3506Execute one machine instruction, then stop and return to the debugger.
3507
3508It is often useful to do @samp{display/i $pc} when stepping by machine
3509instructions. This makes @value{GDBN} automatically display the next
3510instruction to be executed, each time your program stops. @xref{Auto
3511Display,, Automatic display}.
3512
3513An argument is a repeat count, as in @code{step}.
3514
3515@need 750
3516@kindex nexti
41afff9a 3517@kindex ni @r{(@code{nexti})}
c906108c 3518@item nexti
96a2c332 3519@itemx nexti @var{arg}
c906108c
SS
3520@itemx ni
3521Execute one machine instruction, but if it is a function call,
3522proceed until the function returns.
3523
3524An argument is a repeat count, as in @code{next}.
3525@end table
3526
6d2ebf8b 3527@node Signals
c906108c
SS
3528@section Signals
3529@cindex signals
3530
3531A signal is an asynchronous event that can happen in a program. The
3532operating system defines the possible kinds of signals, and gives each
3533kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3534signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3535@code{SIGSEGV} is the signal a program gets from referencing a place in
3536memory far away from all the areas in use; @code{SIGALRM} occurs when
3537the alarm clock timer goes off (which happens only if your program has
3538requested an alarm).
3539
3540@cindex fatal signals
3541Some signals, including @code{SIGALRM}, are a normal part of the
3542functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3543errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3544program has not specified in advance some other way to handle the signal.
3545@code{SIGINT} does not indicate an error in your program, but it is normally
3546fatal so it can carry out the purpose of the interrupt: to kill the program.
3547
3548@value{GDBN} has the ability to detect any occurrence of a signal in your
3549program. You can tell @value{GDBN} in advance what to do for each kind of
3550signal.
3551
3552@cindex handling signals
24f93129
EZ
3553Normally, @value{GDBN} is set up to let the non-erroneous signals like
3554@code{SIGALRM} be silently passed to your program
3555(so as not to interfere with their role in the program's functioning)
c906108c
SS
3556but to stop your program immediately whenever an error signal happens.
3557You can change these settings with the @code{handle} command.
3558
3559@table @code
3560@kindex info signals
3561@item info signals
96a2c332 3562@itemx info handle
c906108c
SS
3563Print a table of all the kinds of signals and how @value{GDBN} has been told to
3564handle each one. You can use this to see the signal numbers of all
3565the defined types of signals.
3566
d4f3574e 3567@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3568
3569@kindex handle
3570@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3571Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3572can be the number of a signal or its name (with or without the
24f93129 3573@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3574@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3575known signals. The @var{keywords} say what change to make.
c906108c
SS
3576@end table
3577
3578@c @group
3579The keywords allowed by the @code{handle} command can be abbreviated.
3580Their full names are:
3581
3582@table @code
3583@item nostop
3584@value{GDBN} should not stop your program when this signal happens. It may
3585still print a message telling you that the signal has come in.
3586
3587@item stop
3588@value{GDBN} should stop your program when this signal happens. This implies
3589the @code{print} keyword as well.
3590
3591@item print
3592@value{GDBN} should print a message when this signal happens.
3593
3594@item noprint
3595@value{GDBN} should not mention the occurrence of the signal at all. This
3596implies the @code{nostop} keyword as well.
3597
3598@item pass
5ece1a18 3599@itemx noignore
c906108c
SS
3600@value{GDBN} should allow your program to see this signal; your program
3601can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3602and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3603
3604@item nopass
5ece1a18 3605@itemx ignore
c906108c 3606@value{GDBN} should not allow your program to see this signal.
5ece1a18 3607@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3608@end table
3609@c @end group
3610
d4f3574e
SS
3611When a signal stops your program, the signal is not visible to the
3612program until you
c906108c
SS
3613continue. Your program sees the signal then, if @code{pass} is in
3614effect for the signal in question @emph{at that time}. In other words,
3615after @value{GDBN} reports a signal, you can use the @code{handle}
3616command with @code{pass} or @code{nopass} to control whether your
3617program sees that signal when you continue.
3618
24f93129
EZ
3619The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3620non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3621@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3622erroneous signals.
3623
c906108c
SS
3624You can also use the @code{signal} command to prevent your program from
3625seeing a signal, or cause it to see a signal it normally would not see,
3626or to give it any signal at any time. For example, if your program stopped
3627due to some sort of memory reference error, you might store correct
3628values into the erroneous variables and continue, hoping to see more
3629execution; but your program would probably terminate immediately as
3630a result of the fatal signal once it saw the signal. To prevent this,
3631you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3632program a signal}.
c906108c 3633
6d2ebf8b 3634@node Thread Stops
c906108c
SS
3635@section Stopping and starting multi-thread programs
3636
3637When your program has multiple threads (@pxref{Threads,, Debugging
3638programs with multiple threads}), you can choose whether to set
3639breakpoints on all threads, or on a particular thread.
3640
3641@table @code
3642@cindex breakpoints and threads
3643@cindex thread breakpoints
3644@kindex break @dots{} thread @var{threadno}
3645@item break @var{linespec} thread @var{threadno}
3646@itemx break @var{linespec} thread @var{threadno} if @dots{}
3647@var{linespec} specifies source lines; there are several ways of
3648writing them, but the effect is always to specify some source line.
3649
3650Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3651to specify that you only want @value{GDBN} to stop the program when a
3652particular thread reaches this breakpoint. @var{threadno} is one of the
3653numeric thread identifiers assigned by @value{GDBN}, shown in the first
3654column of the @samp{info threads} display.
3655
3656If you do not specify @samp{thread @var{threadno}} when you set a
3657breakpoint, the breakpoint applies to @emph{all} threads of your
3658program.
3659
3660You can use the @code{thread} qualifier on conditional breakpoints as
3661well; in this case, place @samp{thread @var{threadno}} before the
3662breakpoint condition, like this:
3663
3664@smallexample
2df3850c 3665(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3666@end smallexample
3667
3668@end table
3669
3670@cindex stopped threads
3671@cindex threads, stopped
3672Whenever your program stops under @value{GDBN} for any reason,
3673@emph{all} threads of execution stop, not just the current thread. This
3674allows you to examine the overall state of the program, including
3675switching between threads, without worrying that things may change
3676underfoot.
3677
3678@cindex continuing threads
3679@cindex threads, continuing
3680Conversely, whenever you restart the program, @emph{all} threads start
3681executing. @emph{This is true even when single-stepping} with commands
5d161b24 3682like @code{step} or @code{next}.
c906108c
SS
3683
3684In particular, @value{GDBN} cannot single-step all threads in lockstep.
3685Since thread scheduling is up to your debugging target's operating
3686system (not controlled by @value{GDBN}), other threads may
3687execute more than one statement while the current thread completes a
3688single step. Moreover, in general other threads stop in the middle of a
3689statement, rather than at a clean statement boundary, when the program
3690stops.
3691
3692You might even find your program stopped in another thread after
3693continuing or even single-stepping. This happens whenever some other
3694thread runs into a breakpoint, a signal, or an exception before the
3695first thread completes whatever you requested.
3696
3697On some OSes, you can lock the OS scheduler and thus allow only a single
3698thread to run.
3699
3700@table @code
3701@item set scheduler-locking @var{mode}
3702Set the scheduler locking mode. If it is @code{off}, then there is no
3703locking and any thread may run at any time. If @code{on}, then only the
3704current thread may run when the inferior is resumed. The @code{step}
3705mode optimizes for single-stepping. It stops other threads from
3706``seizing the prompt'' by preempting the current thread while you are
3707stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3708when you step. They are more likely to run when you @samp{next} over a
c906108c 3709function call, and they are completely free to run when you use commands
d4f3574e 3710like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3711thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3712@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3713
3714@item show scheduler-locking
3715Display the current scheduler locking mode.
3716@end table
3717
c906108c 3718
6d2ebf8b 3719@node Stack
c906108c
SS
3720@chapter Examining the Stack
3721
3722When your program has stopped, the first thing you need to know is where it
3723stopped and how it got there.
3724
3725@cindex call stack
5d161b24
DB
3726Each time your program performs a function call, information about the call
3727is generated.
3728That information includes the location of the call in your program,
3729the arguments of the call,
c906108c 3730and the local variables of the function being called.
5d161b24 3731The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3732The stack frames are allocated in a region of memory called the @dfn{call
3733stack}.
3734
3735When your program stops, the @value{GDBN} commands for examining the
3736stack allow you to see all of this information.
3737
3738@cindex selected frame
3739One of the stack frames is @dfn{selected} by @value{GDBN} and many
3740@value{GDBN} commands refer implicitly to the selected frame. In
3741particular, whenever you ask @value{GDBN} for the value of a variable in
3742your program, the value is found in the selected frame. There are
3743special @value{GDBN} commands to select whichever frame you are
3744interested in. @xref{Selection, ,Selecting a frame}.
3745
3746When your program stops, @value{GDBN} automatically selects the
5d161b24 3747currently executing frame and describes it briefly, similar to the
c906108c
SS
3748@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3749
3750@menu
3751* Frames:: Stack frames
3752* Backtrace:: Backtraces
3753* Selection:: Selecting a frame
3754* Frame Info:: Information on a frame
c906108c
SS
3755
3756@end menu
3757
6d2ebf8b 3758@node Frames
c906108c
SS
3759@section Stack frames
3760
d4f3574e 3761@cindex frame, definition
c906108c
SS
3762@cindex stack frame
3763The call stack is divided up into contiguous pieces called @dfn{stack
3764frames}, or @dfn{frames} for short; each frame is the data associated
3765with one call to one function. The frame contains the arguments given
3766to the function, the function's local variables, and the address at
3767which the function is executing.
3768
3769@cindex initial frame
3770@cindex outermost frame
3771@cindex innermost frame
3772When your program is started, the stack has only one frame, that of the
3773function @code{main}. This is called the @dfn{initial} frame or the
3774@dfn{outermost} frame. Each time a function is called, a new frame is
3775made. Each time a function returns, the frame for that function invocation
3776is eliminated. If a function is recursive, there can be many frames for
3777the same function. The frame for the function in which execution is
3778actually occurring is called the @dfn{innermost} frame. This is the most
3779recently created of all the stack frames that still exist.
3780
3781@cindex frame pointer
3782Inside your program, stack frames are identified by their addresses. A
3783stack frame consists of many bytes, each of which has its own address; each
3784kind of computer has a convention for choosing one byte whose
3785address serves as the address of the frame. Usually this address is kept
3786in a register called the @dfn{frame pointer register} while execution is
3787going on in that frame.
3788
3789@cindex frame number
3790@value{GDBN} assigns numbers to all existing stack frames, starting with
3791zero for the innermost frame, one for the frame that called it,
3792and so on upward. These numbers do not really exist in your program;
3793they are assigned by @value{GDBN} to give you a way of designating stack
3794frames in @value{GDBN} commands.
3795
6d2ebf8b
SS
3796@c The -fomit-frame-pointer below perennially causes hbox overflow
3797@c underflow problems.
c906108c
SS
3798@cindex frameless execution
3799Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3800without stack frames. (For example, the @value{GCC} option
474c8240 3801@smallexample
6d2ebf8b 3802@samp{-fomit-frame-pointer}
474c8240 3803@end smallexample
6d2ebf8b 3804generates functions without a frame.)
c906108c
SS
3805This is occasionally done with heavily used library functions to save
3806the frame setup time. @value{GDBN} has limited facilities for dealing
3807with these function invocations. If the innermost function invocation
3808has no stack frame, @value{GDBN} nevertheless regards it as though
3809it had a separate frame, which is numbered zero as usual, allowing
3810correct tracing of the function call chain. However, @value{GDBN} has
3811no provision for frameless functions elsewhere in the stack.
3812
3813@table @code
d4f3574e 3814@kindex frame@r{, command}
41afff9a 3815@cindex current stack frame
c906108c 3816@item frame @var{args}
5d161b24 3817The @code{frame} command allows you to move from one stack frame to another,
c906108c 3818and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3819address of the frame or the stack frame number. Without an argument,
3820@code{frame} prints the current stack frame.
c906108c
SS
3821
3822@kindex select-frame
41afff9a 3823@cindex selecting frame silently
c906108c
SS
3824@item select-frame
3825The @code{select-frame} command allows you to move from one stack frame
3826to another without printing the frame. This is the silent version of
3827@code{frame}.
3828@end table
3829
6d2ebf8b 3830@node Backtrace
c906108c
SS
3831@section Backtraces
3832
3833@cindex backtraces
3834@cindex tracebacks
3835@cindex stack traces
3836A backtrace is a summary of how your program got where it is. It shows one
3837line per frame, for many frames, starting with the currently executing
3838frame (frame zero), followed by its caller (frame one), and on up the
3839stack.
3840
3841@table @code
3842@kindex backtrace
41afff9a 3843@kindex bt @r{(@code{backtrace})}
c906108c
SS
3844@item backtrace
3845@itemx bt
3846Print a backtrace of the entire stack: one line per frame for all
3847frames in the stack.
3848
3849You can stop the backtrace at any time by typing the system interrupt
3850character, normally @kbd{C-c}.
3851
3852@item backtrace @var{n}
3853@itemx bt @var{n}
3854Similar, but print only the innermost @var{n} frames.
3855
3856@item backtrace -@var{n}
3857@itemx bt -@var{n}
3858Similar, but print only the outermost @var{n} frames.
3859@end table
3860
3861@kindex where
3862@kindex info stack
41afff9a 3863@kindex info s @r{(@code{info stack})}
c906108c
SS
3864The names @code{where} and @code{info stack} (abbreviated @code{info s})
3865are additional aliases for @code{backtrace}.
3866
3867Each line in the backtrace shows the frame number and the function name.
3868The program counter value is also shown---unless you use @code{set
3869print address off}. The backtrace also shows the source file name and
3870line number, as well as the arguments to the function. The program
3871counter value is omitted if it is at the beginning of the code for that
3872line number.
3873
3874Here is an example of a backtrace. It was made with the command
3875@samp{bt 3}, so it shows the innermost three frames.
3876
3877@smallexample
3878@group
5d161b24 3879#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
3880 at builtin.c:993
3881#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3882#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3883 at macro.c:71
3884(More stack frames follow...)
3885@end group
3886@end smallexample
3887
3888@noindent
3889The display for frame zero does not begin with a program counter
3890value, indicating that your program has stopped at the beginning of the
3891code for line @code{993} of @code{builtin.c}.
3892
b4e9345d
DJ
3893@kindex set backtrace-below-main
3894@kindex show backtrace-below-main
3895
95f90d25
DJ
3896Most programs have a standard entry point---a place where system libraries
3897and startup code transition into user code. For C this is @code{main}.
3898When @value{GDBN} finds the entry function in a backtrace it will terminate
3899the backtrace, to avoid tracing into highly system-specific (and generally
3900uninteresting) code. If you need to examine the startup code, then you can
3901change this behavior.
3902
3903@table @code
3904@item set backtrace-below-main off
3905Backtraces will stop when they encounter the user entry point. This is the
3906default.
3907
3908@item set backtrace-below-main
3909@itemx set backtrace-below-main on
3910Backtraces will continue past the user entry point to the top of the stack.
3911
3912@item show backtrace-below-main
3913Display the current backtrace policy.
3914@end table
3915
6d2ebf8b 3916@node Selection
c906108c
SS
3917@section Selecting a frame
3918
3919Most commands for examining the stack and other data in your program work on
3920whichever stack frame is selected at the moment. Here are the commands for
3921selecting a stack frame; all of them finish by printing a brief description
3922of the stack frame just selected.
3923
3924@table @code
d4f3574e 3925@kindex frame@r{, selecting}
41afff9a 3926@kindex f @r{(@code{frame})}
c906108c
SS
3927@item frame @var{n}
3928@itemx f @var{n}
3929Select frame number @var{n}. Recall that frame zero is the innermost
3930(currently executing) frame, frame one is the frame that called the
3931innermost one, and so on. The highest-numbered frame is the one for
3932@code{main}.
3933
3934@item frame @var{addr}
3935@itemx f @var{addr}
3936Select the frame at address @var{addr}. This is useful mainly if the
3937chaining of stack frames has been damaged by a bug, making it
3938impossible for @value{GDBN} to assign numbers properly to all frames. In
3939addition, this can be useful when your program has multiple stacks and
3940switches between them.
3941
c906108c
SS
3942On the SPARC architecture, @code{frame} needs two addresses to
3943select an arbitrary frame: a frame pointer and a stack pointer.
3944
3945On the MIPS and Alpha architecture, it needs two addresses: a stack
3946pointer and a program counter.
3947
3948On the 29k architecture, it needs three addresses: a register stack
3949pointer, a program counter, and a memory stack pointer.
3950@c note to future updaters: this is conditioned on a flag
3951@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3952@c as of 27 Jan 1994.
c906108c
SS
3953
3954@kindex up
3955@item up @var{n}
3956Move @var{n} frames up the stack. For positive numbers @var{n}, this
3957advances toward the outermost frame, to higher frame numbers, to frames
3958that have existed longer. @var{n} defaults to one.
3959
3960@kindex down
41afff9a 3961@kindex do @r{(@code{down})}
c906108c
SS
3962@item down @var{n}
3963Move @var{n} frames down the stack. For positive numbers @var{n}, this
3964advances toward the innermost frame, to lower frame numbers, to frames
3965that were created more recently. @var{n} defaults to one. You may
3966abbreviate @code{down} as @code{do}.
3967@end table
3968
3969All of these commands end by printing two lines of output describing the
3970frame. The first line shows the frame number, the function name, the
3971arguments, and the source file and line number of execution in that
5d161b24 3972frame. The second line shows the text of that source line.
c906108c
SS
3973
3974@need 1000
3975For example:
3976
3977@smallexample
3978@group
3979(@value{GDBP}) up
3980#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
3981 at env.c:10
398210 read_input_file (argv[i]);
3983@end group
3984@end smallexample
3985
3986After such a printout, the @code{list} command with no arguments
3987prints ten lines centered on the point of execution in the frame.
87885426
FN
3988You can also edit the program at the point of execution with your favorite
3989editing program by typing @code{edit}.
3990@xref{List, ,Printing source lines},
3991for details.
c906108c
SS
3992
3993@table @code
3994@kindex down-silently
3995@kindex up-silently
3996@item up-silently @var{n}
3997@itemx down-silently @var{n}
3998These two commands are variants of @code{up} and @code{down},
3999respectively; they differ in that they do their work silently, without
4000causing display of the new frame. They are intended primarily for use
4001in @value{GDBN} command scripts, where the output might be unnecessary and
4002distracting.
4003@end table
4004
6d2ebf8b 4005@node Frame Info
c906108c
SS
4006@section Information about a frame
4007
4008There are several other commands to print information about the selected
4009stack frame.
4010
4011@table @code
4012@item frame
4013@itemx f
4014When used without any argument, this command does not change which
4015frame is selected, but prints a brief description of the currently
4016selected stack frame. It can be abbreviated @code{f}. With an
4017argument, this command is used to select a stack frame.
4018@xref{Selection, ,Selecting a frame}.
4019
4020@kindex info frame
41afff9a 4021@kindex info f @r{(@code{info frame})}
c906108c
SS
4022@item info frame
4023@itemx info f
4024This command prints a verbose description of the selected stack frame,
4025including:
4026
4027@itemize @bullet
5d161b24
DB
4028@item
4029the address of the frame
c906108c
SS
4030@item
4031the address of the next frame down (called by this frame)
4032@item
4033the address of the next frame up (caller of this frame)
4034@item
4035the language in which the source code corresponding to this frame is written
4036@item
4037the address of the frame's arguments
4038@item
d4f3574e
SS
4039the address of the frame's local variables
4040@item
c906108c
SS
4041the program counter saved in it (the address of execution in the caller frame)
4042@item
4043which registers were saved in the frame
4044@end itemize
4045
4046@noindent The verbose description is useful when
4047something has gone wrong that has made the stack format fail to fit
4048the usual conventions.
4049
4050@item info frame @var{addr}
4051@itemx info f @var{addr}
4052Print a verbose description of the frame at address @var{addr}, without
4053selecting that frame. The selected frame remains unchanged by this
4054command. This requires the same kind of address (more than one for some
4055architectures) that you specify in the @code{frame} command.
4056@xref{Selection, ,Selecting a frame}.
4057
4058@kindex info args
4059@item info args
4060Print the arguments of the selected frame, each on a separate line.
4061
4062@item info locals
4063@kindex info locals
4064Print the local variables of the selected frame, each on a separate
4065line. These are all variables (declared either static or automatic)
4066accessible at the point of execution of the selected frame.
4067
c906108c 4068@kindex info catch
d4f3574e
SS
4069@cindex catch exceptions, list active handlers
4070@cindex exception handlers, how to list
c906108c
SS
4071@item info catch
4072Print a list of all the exception handlers that are active in the
4073current stack frame at the current point of execution. To see other
4074exception handlers, visit the associated frame (using the @code{up},
4075@code{down}, or @code{frame} commands); then type @code{info catch}.
4076@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4077
c906108c
SS
4078@end table
4079
c906108c 4080
6d2ebf8b 4081@node Source
c906108c
SS
4082@chapter Examining Source Files
4083
4084@value{GDBN} can print parts of your program's source, since the debugging
4085information recorded in the program tells @value{GDBN} what source files were
4086used to build it. When your program stops, @value{GDBN} spontaneously prints
4087the line where it stopped. Likewise, when you select a stack frame
4088(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4089execution in that frame has stopped. You can print other portions of
4090source files by explicit command.
4091
7a292a7a 4092If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4093prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4094@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4095
4096@menu
4097* List:: Printing source lines
87885426 4098* Edit:: Editing source files
c906108c 4099* Search:: Searching source files
c906108c
SS
4100* Source Path:: Specifying source directories
4101* Machine Code:: Source and machine code
4102@end menu
4103
6d2ebf8b 4104@node List
c906108c
SS
4105@section Printing source lines
4106
4107@kindex list
41afff9a 4108@kindex l @r{(@code{list})}
c906108c 4109To print lines from a source file, use the @code{list} command
5d161b24 4110(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4111There are several ways to specify what part of the file you want to print.
4112
4113Here are the forms of the @code{list} command most commonly used:
4114
4115@table @code
4116@item list @var{linenum}
4117Print lines centered around line number @var{linenum} in the
4118current source file.
4119
4120@item list @var{function}
4121Print lines centered around the beginning of function
4122@var{function}.
4123
4124@item list
4125Print more lines. If the last lines printed were printed with a
4126@code{list} command, this prints lines following the last lines
4127printed; however, if the last line printed was a solitary line printed
4128as part of displaying a stack frame (@pxref{Stack, ,Examining the
4129Stack}), this prints lines centered around that line.
4130
4131@item list -
4132Print lines just before the lines last printed.
4133@end table
4134
4135By default, @value{GDBN} prints ten source lines with any of these forms of
4136the @code{list} command. You can change this using @code{set listsize}:
4137
4138@table @code
4139@kindex set listsize
4140@item set listsize @var{count}
4141Make the @code{list} command display @var{count} source lines (unless
4142the @code{list} argument explicitly specifies some other number).
4143
4144@kindex show listsize
4145@item show listsize
4146Display the number of lines that @code{list} prints.
4147@end table
4148
4149Repeating a @code{list} command with @key{RET} discards the argument,
4150so it is equivalent to typing just @code{list}. This is more useful
4151than listing the same lines again. An exception is made for an
4152argument of @samp{-}; that argument is preserved in repetition so that
4153each repetition moves up in the source file.
4154
4155@cindex linespec
4156In general, the @code{list} command expects you to supply zero, one or two
4157@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4158of writing them, but the effect is always to specify some source line.
c906108c
SS
4159Here is a complete description of the possible arguments for @code{list}:
4160
4161@table @code
4162@item list @var{linespec}
4163Print lines centered around the line specified by @var{linespec}.
4164
4165@item list @var{first},@var{last}
4166Print lines from @var{first} to @var{last}. Both arguments are
4167linespecs.
4168
4169@item list ,@var{last}
4170Print lines ending with @var{last}.
4171
4172@item list @var{first},
4173Print lines starting with @var{first}.
4174
4175@item list +
4176Print lines just after the lines last printed.
4177
4178@item list -
4179Print lines just before the lines last printed.
4180
4181@item list
4182As described in the preceding table.
4183@end table
4184
4185Here are the ways of specifying a single source line---all the
4186kinds of linespec.
4187
4188@table @code
4189@item @var{number}
4190Specifies line @var{number} of the current source file.
4191When a @code{list} command has two linespecs, this refers to
4192the same source file as the first linespec.
4193
4194@item +@var{offset}
4195Specifies the line @var{offset} lines after the last line printed.
4196When used as the second linespec in a @code{list} command that has
4197two, this specifies the line @var{offset} lines down from the
4198first linespec.
4199
4200@item -@var{offset}
4201Specifies the line @var{offset} lines before the last line printed.
4202
4203@item @var{filename}:@var{number}
4204Specifies line @var{number} in the source file @var{filename}.
4205
4206@item @var{function}
4207Specifies the line that begins the body of the function @var{function}.
4208For example: in C, this is the line with the open brace.
4209
4210@item @var{filename}:@var{function}
4211Specifies the line of the open-brace that begins the body of the
4212function @var{function} in the file @var{filename}. You only need the
4213file name with a function name to avoid ambiguity when there are
4214identically named functions in different source files.
4215
4216@item *@var{address}
4217Specifies the line containing the program address @var{address}.
4218@var{address} may be any expression.
4219@end table
4220
87885426
FN
4221@node Edit
4222@section Editing source files
4223@cindex editing source files
4224
4225@kindex edit
4226@kindex e @r{(@code{edit})}
4227To edit the lines in a source file, use the @code{edit} command.
4228The editing program of your choice
4229is invoked with the current line set to
4230the active line in the program.
4231Alternatively, there are several ways to specify what part of the file you
4232want to print if you want to see other parts of the program.
4233
4234Here are the forms of the @code{edit} command most commonly used:
4235
4236@table @code
4237@item edit
4238Edit the current source file at the active line number in the program.
4239
4240@item edit @var{number}
4241Edit the current source file with @var{number} as the active line number.
4242
4243@item edit @var{function}
4244Edit the file containing @var{function} at the beginning of its definition.
4245
4246@item edit @var{filename}:@var{number}
4247Specifies line @var{number} in the source file @var{filename}.
4248
4249@item edit @var{filename}:@var{function}
4250Specifies the line that begins the body of the
4251function @var{function} in the file @var{filename}. You only need the
4252file name with a function name to avoid ambiguity when there are
4253identically named functions in different source files.
4254
4255@item edit *@var{address}
4256Specifies the line containing the program address @var{address}.
4257@var{address} may be any expression.
4258@end table
4259
4260@subsection Choosing your editor
4261You can customize @value{GDBN} to use any editor you want
4262@footnote{
4263The only restriction is that your editor (say @code{ex}), recognizes the
4264following command-line syntax:
10998722 4265@smallexample
87885426 4266ex +@var{number} file
10998722
AC
4267@end smallexample
4268The optional numeric value +@var{number} designates the active line in
4269the file.}. By default, it is @value{EDITOR}, but you can change this
4270by setting the environment variable @code{EDITOR} before using
4271@value{GDBN}. For example, to configure @value{GDBN} to use the
4272@code{vi} editor, you could use these commands with the @code{sh} shell:
4273@smallexample
87885426
FN
4274EDITOR=/usr/bin/vi
4275export EDITOR
4276gdb ...
10998722 4277@end smallexample
87885426 4278or in the @code{csh} shell,
10998722 4279@smallexample
87885426
FN
4280setenv EDITOR /usr/bin/vi
4281gdb ...
10998722 4282@end smallexample
87885426 4283
6d2ebf8b 4284@node Search
c906108c
SS
4285@section Searching source files
4286@cindex searching
4287@kindex reverse-search
4288
4289There are two commands for searching through the current source file for a
4290regular expression.
4291
4292@table @code
4293@kindex search
4294@kindex forward-search
4295@item forward-search @var{regexp}
4296@itemx search @var{regexp}
4297The command @samp{forward-search @var{regexp}} checks each line,
4298starting with the one following the last line listed, for a match for
5d161b24 4299@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4300synonym @samp{search @var{regexp}} or abbreviate the command name as
4301@code{fo}.
4302
4303@item reverse-search @var{regexp}
4304The command @samp{reverse-search @var{regexp}} checks each line, starting
4305with the one before the last line listed and going backward, for a match
4306for @var{regexp}. It lists the line that is found. You can abbreviate
4307this command as @code{rev}.
4308@end table
c906108c 4309
6d2ebf8b 4310@node Source Path
c906108c
SS
4311@section Specifying source directories
4312
4313@cindex source path
4314@cindex directories for source files
4315Executable programs sometimes do not record the directories of the source
4316files from which they were compiled, just the names. Even when they do,
4317the directories could be moved between the compilation and your debugging
4318session. @value{GDBN} has a list of directories to search for source files;
4319this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4320it tries all the directories in the list, in the order they are present
4321in the list, until it finds a file with the desired name. Note that
4322the executable search path is @emph{not} used for this purpose. Neither is
4323the current working directory, unless it happens to be in the source
4324path.
4325
4326If @value{GDBN} cannot find a source file in the source path, and the
4327object program records a directory, @value{GDBN} tries that directory
4328too. If the source path is empty, and there is no record of the
4329compilation directory, @value{GDBN} looks in the current directory as a
4330last resort.
4331
4332Whenever you reset or rearrange the source path, @value{GDBN} clears out
4333any information it has cached about where source files are found and where
4334each line is in the file.
4335
4336@kindex directory
4337@kindex dir
d4f3574e
SS
4338When you start @value{GDBN}, its source path includes only @samp{cdir}
4339and @samp{cwd}, in that order.
c906108c
SS
4340To add other directories, use the @code{directory} command.
4341
4342@table @code
4343@item directory @var{dirname} @dots{}
4344@item dir @var{dirname} @dots{}
4345Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4346directory names may be given to this command, separated by @samp{:}
4347(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4348part of absolute file names) or
c906108c
SS
4349whitespace. You may specify a directory that is already in the source
4350path; this moves it forward, so @value{GDBN} searches it sooner.
4351
4352@kindex cdir
4353@kindex cwd
41afff9a
EZ
4354@vindex $cdir@r{, convenience variable}
4355@vindex $cwdr@r{, convenience variable}
c906108c
SS
4356@cindex compilation directory
4357@cindex current directory
4358@cindex working directory
4359@cindex directory, current
4360@cindex directory, compilation
4361You can use the string @samp{$cdir} to refer to the compilation
4362directory (if one is recorded), and @samp{$cwd} to refer to the current
4363working directory. @samp{$cwd} is not the same as @samp{.}---the former
4364tracks the current working directory as it changes during your @value{GDBN}
4365session, while the latter is immediately expanded to the current
4366directory at the time you add an entry to the source path.
4367
4368@item directory
4369Reset the source path to empty again. This requires confirmation.
4370
4371@c RET-repeat for @code{directory} is explicitly disabled, but since
4372@c repeating it would be a no-op we do not say that. (thanks to RMS)
4373
4374@item show directories
4375@kindex show directories
4376Print the source path: show which directories it contains.
4377@end table
4378
4379If your source path is cluttered with directories that are no longer of
4380interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4381versions of source. You can correct the situation as follows:
4382
4383@enumerate
4384@item
4385Use @code{directory} with no argument to reset the source path to empty.
4386
4387@item
4388Use @code{directory} with suitable arguments to reinstall the
4389directories you want in the source path. You can add all the
4390directories in one command.
4391@end enumerate
4392
6d2ebf8b 4393@node Machine Code
c906108c
SS
4394@section Source and machine code
4395
4396You can use the command @code{info line} to map source lines to program
4397addresses (and vice versa), and the command @code{disassemble} to display
4398a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4399mode, the @code{info line} command causes the arrow to point to the
5d161b24 4400line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4401well as hex.
4402
4403@table @code
4404@kindex info line
4405@item info line @var{linespec}
4406Print the starting and ending addresses of the compiled code for
4407source line @var{linespec}. You can specify source lines in any of
4408the ways understood by the @code{list} command (@pxref{List, ,Printing
4409source lines}).
4410@end table
4411
4412For example, we can use @code{info line} to discover the location of
4413the object code for the first line of function
4414@code{m4_changequote}:
4415
d4f3574e
SS
4416@c FIXME: I think this example should also show the addresses in
4417@c symbolic form, as they usually would be displayed.
c906108c 4418@smallexample
96a2c332 4419(@value{GDBP}) info line m4_changequote
c906108c
SS
4420Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4421@end smallexample
4422
4423@noindent
4424We can also inquire (using @code{*@var{addr}} as the form for
4425@var{linespec}) what source line covers a particular address:
4426@smallexample
4427(@value{GDBP}) info line *0x63ff
4428Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4429@end smallexample
4430
4431@cindex @code{$_} and @code{info line}
41afff9a 4432@kindex x@r{(examine), and} info line
c906108c
SS
4433After @code{info line}, the default address for the @code{x} command
4434is changed to the starting address of the line, so that @samp{x/i} is
4435sufficient to begin examining the machine code (@pxref{Memory,
4436,Examining memory}). Also, this address is saved as the value of the
4437convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4438variables}).
4439
4440@table @code
4441@kindex disassemble
4442@cindex assembly instructions
4443@cindex instructions, assembly
4444@cindex machine instructions
4445@cindex listing machine instructions
4446@item disassemble
4447This specialized command dumps a range of memory as machine
4448instructions. The default memory range is the function surrounding the
4449program counter of the selected frame. A single argument to this
4450command is a program counter value; @value{GDBN} dumps the function
4451surrounding this value. Two arguments specify a range of addresses
4452(first inclusive, second exclusive) to dump.
4453@end table
4454
c906108c
SS
4455The following example shows the disassembly of a range of addresses of
4456HP PA-RISC 2.0 code:
4457
4458@smallexample
4459(@value{GDBP}) disas 0x32c4 0x32e4
4460Dump of assembler code from 0x32c4 to 0x32e4:
44610x32c4 <main+204>: addil 0,dp
44620x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
44630x32cc <main+212>: ldil 0x3000,r31
44640x32d0 <main+216>: ble 0x3f8(sr4,r31)
44650x32d4 <main+220>: ldo 0(r31),rp
44660x32d8 <main+224>: addil -0x800,dp
44670x32dc <main+228>: ldo 0x588(r1),r26
44680x32e0 <main+232>: ldil 0x3000,r31
4469End of assembler dump.
4470@end smallexample
c906108c
SS
4471
4472Some architectures have more than one commonly-used set of instruction
4473mnemonics or other syntax.
4474
4475@table @code
d4f3574e 4476@kindex set disassembly-flavor
c906108c
SS
4477@cindex assembly instructions
4478@cindex instructions, assembly
4479@cindex machine instructions
4480@cindex listing machine instructions
d4f3574e
SS
4481@cindex Intel disassembly flavor
4482@cindex AT&T disassembly flavor
4483@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4484Select the instruction set to use when disassembling the
4485program via the @code{disassemble} or @code{x/i} commands.
4486
4487Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4488can set @var{instruction-set} to either @code{intel} or @code{att}.
4489The default is @code{att}, the AT&T flavor used by default by Unix
4490assemblers for x86-based targets.
c906108c
SS
4491@end table
4492
4493
6d2ebf8b 4494@node Data
c906108c
SS
4495@chapter Examining Data
4496
4497@cindex printing data
4498@cindex examining data
4499@kindex print
4500@kindex inspect
4501@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4502@c document because it is nonstandard... Under Epoch it displays in a
4503@c different window or something like that.
4504The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4505command (abbreviated @code{p}), or its synonym @code{inspect}. It
4506evaluates and prints the value of an expression of the language your
4507program is written in (@pxref{Languages, ,Using @value{GDBN} with
4508Different Languages}).
c906108c
SS
4509
4510@table @code
d4f3574e
SS
4511@item print @var{expr}
4512@itemx print /@var{f} @var{expr}
4513@var{expr} is an expression (in the source language). By default the
4514value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4515you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4516@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4517formats}.
4518
4519@item print
4520@itemx print /@var{f}
d4f3574e 4521If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4522@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4523conveniently inspect the same value in an alternative format.
4524@end table
4525
4526A more low-level way of examining data is with the @code{x} command.
4527It examines data in memory at a specified address and prints it in a
4528specified format. @xref{Memory, ,Examining memory}.
4529
7a292a7a 4530If you are interested in information about types, or about how the
d4f3574e
SS
4531fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4532command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4533Table}.
c906108c
SS
4534
4535@menu
4536* Expressions:: Expressions
4537* Variables:: Program variables
4538* Arrays:: Artificial arrays
4539* Output Formats:: Output formats
4540* Memory:: Examining memory
4541* Auto Display:: Automatic display
4542* Print Settings:: Print settings
4543* Value History:: Value history
4544* Convenience Vars:: Convenience variables
4545* Registers:: Registers
c906108c 4546* Floating Point Hardware:: Floating point hardware
53c69bd7 4547* Vector Unit:: Vector Unit
29e57380 4548* Memory Region Attributes:: Memory region attributes
16d9dec6 4549* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4550* Character Sets:: Debugging programs that use a different
4551 character set than GDB does
c906108c
SS
4552@end menu
4553
6d2ebf8b 4554@node Expressions
c906108c
SS
4555@section Expressions
4556
4557@cindex expressions
4558@code{print} and many other @value{GDBN} commands accept an expression and
4559compute its value. Any kind of constant, variable or operator defined
4560by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4561@value{GDBN}. This includes conditional expressions, function calls,
4562casts, and string constants. It also includes preprocessor macros, if
4563you compiled your program to include this information; see
4564@ref{Compilation}.
c906108c 4565
d4f3574e
SS
4566@value{GDBN} supports array constants in expressions input by
4567the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4568you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4569memory that is @code{malloc}ed in the target program.
c906108c 4570
c906108c
SS
4571Because C is so widespread, most of the expressions shown in examples in
4572this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4573Languages}, for information on how to use expressions in other
4574languages.
4575
4576In this section, we discuss operators that you can use in @value{GDBN}
4577expressions regardless of your programming language.
4578
4579Casts are supported in all languages, not just in C, because it is so
4580useful to cast a number into a pointer in order to examine a structure
4581at that address in memory.
4582@c FIXME: casts supported---Mod2 true?
c906108c
SS
4583
4584@value{GDBN} supports these operators, in addition to those common
4585to programming languages:
4586
4587@table @code
4588@item @@
4589@samp{@@} is a binary operator for treating parts of memory as arrays.
4590@xref{Arrays, ,Artificial arrays}, for more information.
4591
4592@item ::
4593@samp{::} allows you to specify a variable in terms of the file or
4594function where it is defined. @xref{Variables, ,Program variables}.
4595
4596@cindex @{@var{type}@}
4597@cindex type casting memory
4598@cindex memory, viewing as typed object
4599@cindex casts, to view memory
4600@item @{@var{type}@} @var{addr}
4601Refers to an object of type @var{type} stored at address @var{addr} in
4602memory. @var{addr} may be any expression whose value is an integer or
4603pointer (but parentheses are required around binary operators, just as in
4604a cast). This construct is allowed regardless of what kind of data is
4605normally supposed to reside at @var{addr}.
4606@end table
4607
6d2ebf8b 4608@node Variables
c906108c
SS
4609@section Program variables
4610
4611The most common kind of expression to use is the name of a variable
4612in your program.
4613
4614Variables in expressions are understood in the selected stack frame
4615(@pxref{Selection, ,Selecting a frame}); they must be either:
4616
4617@itemize @bullet
4618@item
4619global (or file-static)
4620@end itemize
4621
5d161b24 4622@noindent or
c906108c
SS
4623
4624@itemize @bullet
4625@item
4626visible according to the scope rules of the
4627programming language from the point of execution in that frame
5d161b24 4628@end itemize
c906108c
SS
4629
4630@noindent This means that in the function
4631
474c8240 4632@smallexample
c906108c
SS
4633foo (a)
4634 int a;
4635@{
4636 bar (a);
4637 @{
4638 int b = test ();
4639 bar (b);
4640 @}
4641@}
474c8240 4642@end smallexample
c906108c
SS
4643
4644@noindent
4645you can examine and use the variable @code{a} whenever your program is
4646executing within the function @code{foo}, but you can only use or
4647examine the variable @code{b} while your program is executing inside
4648the block where @code{b} is declared.
4649
4650@cindex variable name conflict
4651There is an exception: you can refer to a variable or function whose
4652scope is a single source file even if the current execution point is not
4653in this file. But it is possible to have more than one such variable or
4654function with the same name (in different source files). If that
4655happens, referring to that name has unpredictable effects. If you wish,
4656you can specify a static variable in a particular function or file,
4657using the colon-colon notation:
4658
d4f3574e 4659@cindex colon-colon, context for variables/functions
c906108c
SS
4660@iftex
4661@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4662@cindex @code{::}, context for variables/functions
c906108c 4663@end iftex
474c8240 4664@smallexample
c906108c
SS
4665@var{file}::@var{variable}
4666@var{function}::@var{variable}
474c8240 4667@end smallexample
c906108c
SS
4668
4669@noindent
4670Here @var{file} or @var{function} is the name of the context for the
4671static @var{variable}. In the case of file names, you can use quotes to
4672make sure @value{GDBN} parses the file name as a single word---for example,
4673to print a global value of @code{x} defined in @file{f2.c}:
4674
474c8240 4675@smallexample
c906108c 4676(@value{GDBP}) p 'f2.c'::x
474c8240 4677@end smallexample
c906108c 4678
b37052ae 4679@cindex C@t{++} scope resolution
c906108c 4680This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4681use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4682scope resolution operator in @value{GDBN} expressions.
4683@c FIXME: Um, so what happens in one of those rare cases where it's in
4684@c conflict?? --mew
c906108c
SS
4685
4686@cindex wrong values
4687@cindex variable values, wrong
4688@quotation
4689@emph{Warning:} Occasionally, a local variable may appear to have the
4690wrong value at certain points in a function---just after entry to a new
4691scope, and just before exit.
4692@end quotation
4693You may see this problem when you are stepping by machine instructions.
4694This is because, on most machines, it takes more than one instruction to
4695set up a stack frame (including local variable definitions); if you are
4696stepping by machine instructions, variables may appear to have the wrong
4697values until the stack frame is completely built. On exit, it usually
4698also takes more than one machine instruction to destroy a stack frame;
4699after you begin stepping through that group of instructions, local
4700variable definitions may be gone.
4701
4702This may also happen when the compiler does significant optimizations.
4703To be sure of always seeing accurate values, turn off all optimization
4704when compiling.
4705
d4f3574e
SS
4706@cindex ``No symbol "foo" in current context''
4707Another possible effect of compiler optimizations is to optimize
4708unused variables out of existence, or assign variables to registers (as
4709opposed to memory addresses). Depending on the support for such cases
4710offered by the debug info format used by the compiler, @value{GDBN}
4711might not be able to display values for such local variables. If that
4712happens, @value{GDBN} will print a message like this:
4713
474c8240 4714@smallexample
d4f3574e 4715No symbol "foo" in current context.
474c8240 4716@end smallexample
d4f3574e
SS
4717
4718To solve such problems, either recompile without optimizations, or use a
4719different debug info format, if the compiler supports several such
0179ffac
DC
4720formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4721usually supports the @option{-gstabs+} option. @option{-gstabs+}
4722produces debug info in a format that is superior to formats such as
4723COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4724an effective form for debug info. @xref{Debugging Options,,Options
4725for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4726
4727
6d2ebf8b 4728@node Arrays
c906108c
SS
4729@section Artificial arrays
4730
4731@cindex artificial array
41afff9a 4732@kindex @@@r{, referencing memory as an array}
c906108c
SS
4733It is often useful to print out several successive objects of the
4734same type in memory; a section of an array, or an array of
4735dynamically determined size for which only a pointer exists in the
4736program.
4737
4738You can do this by referring to a contiguous span of memory as an
4739@dfn{artificial array}, using the binary operator @samp{@@}. The left
4740operand of @samp{@@} should be the first element of the desired array
4741and be an individual object. The right operand should be the desired length
4742of the array. The result is an array value whose elements are all of
4743the type of the left argument. The first element is actually the left
4744argument; the second element comes from bytes of memory immediately
4745following those that hold the first element, and so on. Here is an
4746example. If a program says
4747
474c8240 4748@smallexample
c906108c 4749int *array = (int *) malloc (len * sizeof (int));
474c8240 4750@end smallexample
c906108c
SS
4751
4752@noindent
4753you can print the contents of @code{array} with
4754
474c8240 4755@smallexample
c906108c 4756p *array@@len
474c8240 4757@end smallexample
c906108c
SS
4758
4759The left operand of @samp{@@} must reside in memory. Array values made
4760with @samp{@@} in this way behave just like other arrays in terms of
4761subscripting, and are coerced to pointers when used in expressions.
4762Artificial arrays most often appear in expressions via the value history
4763(@pxref{Value History, ,Value history}), after printing one out.
4764
4765Another way to create an artificial array is to use a cast.
4766This re-interprets a value as if it were an array.
4767The value need not be in memory:
474c8240 4768@smallexample
c906108c
SS
4769(@value{GDBP}) p/x (short[2])0x12345678
4770$1 = @{0x1234, 0x5678@}
474c8240 4771@end smallexample
c906108c
SS
4772
4773As a convenience, if you leave the array length out (as in
c3f6f71d 4774@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4775the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4776@smallexample
c906108c
SS
4777(@value{GDBP}) p/x (short[])0x12345678
4778$2 = @{0x1234, 0x5678@}
474c8240 4779@end smallexample
c906108c
SS
4780
4781Sometimes the artificial array mechanism is not quite enough; in
4782moderately complex data structures, the elements of interest may not
4783actually be adjacent---for example, if you are interested in the values
4784of pointers in an array. One useful work-around in this situation is
4785to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4786variables}) as a counter in an expression that prints the first
4787interesting value, and then repeat that expression via @key{RET}. For
4788instance, suppose you have an array @code{dtab} of pointers to
4789structures, and you are interested in the values of a field @code{fv}
4790in each structure. Here is an example of what you might type:
4791
474c8240 4792@smallexample
c906108c
SS
4793set $i = 0
4794p dtab[$i++]->fv
4795@key{RET}
4796@key{RET}
4797@dots{}
474c8240 4798@end smallexample
c906108c 4799
6d2ebf8b 4800@node Output Formats
c906108c
SS
4801@section Output formats
4802
4803@cindex formatted output
4804@cindex output formats
4805By default, @value{GDBN} prints a value according to its data type. Sometimes
4806this is not what you want. For example, you might want to print a number
4807in hex, or a pointer in decimal. Or you might want to view data in memory
4808at a certain address as a character string or as an instruction. To do
4809these things, specify an @dfn{output format} when you print a value.
4810
4811The simplest use of output formats is to say how to print a value
4812already computed. This is done by starting the arguments of the
4813@code{print} command with a slash and a format letter. The format
4814letters supported are:
4815
4816@table @code
4817@item x
4818Regard the bits of the value as an integer, and print the integer in
4819hexadecimal.
4820
4821@item d
4822Print as integer in signed decimal.
4823
4824@item u
4825Print as integer in unsigned decimal.
4826
4827@item o
4828Print as integer in octal.
4829
4830@item t
4831Print as integer in binary. The letter @samp{t} stands for ``two''.
4832@footnote{@samp{b} cannot be used because these format letters are also
4833used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 4834see @ref{Memory,,Examining memory}.}
c906108c
SS
4835
4836@item a
4837@cindex unknown address, locating
3d67e040 4838@cindex locate address
c906108c
SS
4839Print as an address, both absolute in hexadecimal and as an offset from
4840the nearest preceding symbol. You can use this format used to discover
4841where (in what function) an unknown address is located:
4842
474c8240 4843@smallexample
c906108c
SS
4844(@value{GDBP}) p/a 0x54320
4845$3 = 0x54320 <_initialize_vx+396>
474c8240 4846@end smallexample
c906108c 4847
3d67e040
EZ
4848@noindent
4849The command @code{info symbol 0x54320} yields similar results.
4850@xref{Symbols, info symbol}.
4851
c906108c
SS
4852@item c
4853Regard as an integer and print it as a character constant.
4854
4855@item f
4856Regard the bits of the value as a floating point number and print
4857using typical floating point syntax.
4858@end table
4859
4860For example, to print the program counter in hex (@pxref{Registers}), type
4861
474c8240 4862@smallexample
c906108c 4863p/x $pc
474c8240 4864@end smallexample
c906108c
SS
4865
4866@noindent
4867Note that no space is required before the slash; this is because command
4868names in @value{GDBN} cannot contain a slash.
4869
4870To reprint the last value in the value history with a different format,
4871you can use the @code{print} command with just a format and no
4872expression. For example, @samp{p/x} reprints the last value in hex.
4873
6d2ebf8b 4874@node Memory
c906108c
SS
4875@section Examining memory
4876
4877You can use the command @code{x} (for ``examine'') to examine memory in
4878any of several formats, independently of your program's data types.
4879
4880@cindex examining memory
4881@table @code
41afff9a 4882@kindex x @r{(examine memory)}
c906108c
SS
4883@item x/@var{nfu} @var{addr}
4884@itemx x @var{addr}
4885@itemx x
4886Use the @code{x} command to examine memory.
4887@end table
4888
4889@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4890much memory to display and how to format it; @var{addr} is an
4891expression giving the address where you want to start displaying memory.
4892If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4893Several commands set convenient defaults for @var{addr}.
4894
4895@table @r
4896@item @var{n}, the repeat count
4897The repeat count is a decimal integer; the default is 1. It specifies
4898how much memory (counting by units @var{u}) to display.
4899@c This really is **decimal**; unaffected by 'set radix' as of GDB
4900@c 4.1.2.
4901
4902@item @var{f}, the display format
4903The display format is one of the formats used by @code{print},
4904@samp{s} (null-terminated string), or @samp{i} (machine instruction).
4905The default is @samp{x} (hexadecimal) initially.
4906The default changes each time you use either @code{x} or @code{print}.
4907
4908@item @var{u}, the unit size
4909The unit size is any of
4910
4911@table @code
4912@item b
4913Bytes.
4914@item h
4915Halfwords (two bytes).
4916@item w
4917Words (four bytes). This is the initial default.
4918@item g
4919Giant words (eight bytes).
4920@end table
4921
4922Each time you specify a unit size with @code{x}, that size becomes the
4923default unit the next time you use @code{x}. (For the @samp{s} and
4924@samp{i} formats, the unit size is ignored and is normally not written.)
4925
4926@item @var{addr}, starting display address
4927@var{addr} is the address where you want @value{GDBN} to begin displaying
4928memory. The expression need not have a pointer value (though it may);
4929it is always interpreted as an integer address of a byte of memory.
4930@xref{Expressions, ,Expressions}, for more information on expressions. The default for
4931@var{addr} is usually just after the last address examined---but several
4932other commands also set the default address: @code{info breakpoints} (to
4933the address of the last breakpoint listed), @code{info line} (to the
4934starting address of a line), and @code{print} (if you use it to display
4935a value from memory).
4936@end table
4937
4938For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4939(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4940starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4941words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 4942@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
4943
4944Since the letters indicating unit sizes are all distinct from the
4945letters specifying output formats, you do not have to remember whether
4946unit size or format comes first; either order works. The output
4947specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4948(However, the count @var{n} must come first; @samp{wx4} does not work.)
4949
4950Even though the unit size @var{u} is ignored for the formats @samp{s}
4951and @samp{i}, you might still want to use a count @var{n}; for example,
4952@samp{3i} specifies that you want to see three machine instructions,
4953including any operands. The command @code{disassemble} gives an
d4f3574e 4954alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
4955Code,,Source and machine code}.
4956
4957All the defaults for the arguments to @code{x} are designed to make it
4958easy to continue scanning memory with minimal specifications each time
4959you use @code{x}. For example, after you have inspected three machine
4960instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4961with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4962the repeat count @var{n} is used again; the other arguments default as
4963for successive uses of @code{x}.
4964
4965@cindex @code{$_}, @code{$__}, and value history
4966The addresses and contents printed by the @code{x} command are not saved
4967in the value history because there is often too much of them and they
4968would get in the way. Instead, @value{GDBN} makes these values available for
4969subsequent use in expressions as values of the convenience variables
4970@code{$_} and @code{$__}. After an @code{x} command, the last address
4971examined is available for use in expressions in the convenience variable
4972@code{$_}. The contents of that address, as examined, are available in
4973the convenience variable @code{$__}.
4974
4975If the @code{x} command has a repeat count, the address and contents saved
4976are from the last memory unit printed; this is not the same as the last
4977address printed if several units were printed on the last line of output.
4978
6d2ebf8b 4979@node Auto Display
c906108c
SS
4980@section Automatic display
4981@cindex automatic display
4982@cindex display of expressions
4983
4984If you find that you want to print the value of an expression frequently
4985(to see how it changes), you might want to add it to the @dfn{automatic
4986display list} so that @value{GDBN} prints its value each time your program stops.
4987Each expression added to the list is given a number to identify it;
4988to remove an expression from the list, you specify that number.
4989The automatic display looks like this:
4990
474c8240 4991@smallexample
c906108c
SS
49922: foo = 38
49933: bar[5] = (struct hack *) 0x3804
474c8240 4994@end smallexample
c906108c
SS
4995
4996@noindent
4997This display shows item numbers, expressions and their current values. As with
4998displays you request manually using @code{x} or @code{print}, you can
4999specify the output format you prefer; in fact, @code{display} decides
5000whether to use @code{print} or @code{x} depending on how elaborate your
5001format specification is---it uses @code{x} if you specify a unit size,
5002or one of the two formats (@samp{i} and @samp{s}) that are only
5003supported by @code{x}; otherwise it uses @code{print}.
5004
5005@table @code
5006@kindex display
d4f3574e
SS
5007@item display @var{expr}
5008Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5009each time your program stops. @xref{Expressions, ,Expressions}.
5010
5011@code{display} does not repeat if you press @key{RET} again after using it.
5012
d4f3574e 5013@item display/@var{fmt} @var{expr}
c906108c 5014For @var{fmt} specifying only a display format and not a size or
d4f3574e 5015count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5016arrange to display it each time in the specified format @var{fmt}.
5017@xref{Output Formats,,Output formats}.
5018
5019@item display/@var{fmt} @var{addr}
5020For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5021number of units, add the expression @var{addr} as a memory address to
5022be examined each time your program stops. Examining means in effect
5023doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5024@end table
5025
5026For example, @samp{display/i $pc} can be helpful, to see the machine
5027instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5028is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5029
5030@table @code
5031@kindex delete display
5032@kindex undisplay
5033@item undisplay @var{dnums}@dots{}
5034@itemx delete display @var{dnums}@dots{}
5035Remove item numbers @var{dnums} from the list of expressions to display.
5036
5037@code{undisplay} does not repeat if you press @key{RET} after using it.
5038(Otherwise you would just get the error @samp{No display number @dots{}}.)
5039
5040@kindex disable display
5041@item disable display @var{dnums}@dots{}
5042Disable the display of item numbers @var{dnums}. A disabled display
5043item is not printed automatically, but is not forgotten. It may be
5044enabled again later.
5045
5046@kindex enable display
5047@item enable display @var{dnums}@dots{}
5048Enable display of item numbers @var{dnums}. It becomes effective once
5049again in auto display of its expression, until you specify otherwise.
5050
5051@item display
5052Display the current values of the expressions on the list, just as is
5053done when your program stops.
5054
5055@kindex info display
5056@item info display
5057Print the list of expressions previously set up to display
5058automatically, each one with its item number, but without showing the
5059values. This includes disabled expressions, which are marked as such.
5060It also includes expressions which would not be displayed right now
5061because they refer to automatic variables not currently available.
5062@end table
5063
5064If a display expression refers to local variables, then it does not make
5065sense outside the lexical context for which it was set up. Such an
5066expression is disabled when execution enters a context where one of its
5067variables is not defined. For example, if you give the command
5068@code{display last_char} while inside a function with an argument
5069@code{last_char}, @value{GDBN} displays this argument while your program
5070continues to stop inside that function. When it stops elsewhere---where
5071there is no variable @code{last_char}---the display is disabled
5072automatically. The next time your program stops where @code{last_char}
5073is meaningful, you can enable the display expression once again.
5074
6d2ebf8b 5075@node Print Settings
c906108c
SS
5076@section Print settings
5077
5078@cindex format options
5079@cindex print settings
5080@value{GDBN} provides the following ways to control how arrays, structures,
5081and symbols are printed.
5082
5083@noindent
5084These settings are useful for debugging programs in any language:
5085
5086@table @code
5087@kindex set print address
5088@item set print address
5089@itemx set print address on
5090@value{GDBN} prints memory addresses showing the location of stack
5091traces, structure values, pointer values, breakpoints, and so forth,
5092even when it also displays the contents of those addresses. The default
5093is @code{on}. For example, this is what a stack frame display looks like with
5094@code{set print address on}:
5095
5096@smallexample
5097@group
5098(@value{GDBP}) f
5099#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5100 at input.c:530
5101530 if (lquote != def_lquote)
5102@end group
5103@end smallexample
5104
5105@item set print address off
5106Do not print addresses when displaying their contents. For example,
5107this is the same stack frame displayed with @code{set print address off}:
5108
5109@smallexample
5110@group
5111(@value{GDBP}) set print addr off
5112(@value{GDBP}) f
5113#0 set_quotes (lq="<<", rq=">>") at input.c:530
5114530 if (lquote != def_lquote)
5115@end group
5116@end smallexample
5117
5118You can use @samp{set print address off} to eliminate all machine
5119dependent displays from the @value{GDBN} interface. For example, with
5120@code{print address off}, you should get the same text for backtraces on
5121all machines---whether or not they involve pointer arguments.
5122
5123@kindex show print address
5124@item show print address
5125Show whether or not addresses are to be printed.
5126@end table
5127
5128When @value{GDBN} prints a symbolic address, it normally prints the
5129closest earlier symbol plus an offset. If that symbol does not uniquely
5130identify the address (for example, it is a name whose scope is a single
5131source file), you may need to clarify. One way to do this is with
5132@code{info line}, for example @samp{info line *0x4537}. Alternately,
5133you can set @value{GDBN} to print the source file and line number when
5134it prints a symbolic address:
5135
5136@table @code
5137@kindex set print symbol-filename
5138@item set print symbol-filename on
5139Tell @value{GDBN} to print the source file name and line number of a
5140symbol in the symbolic form of an address.
5141
5142@item set print symbol-filename off
5143Do not print source file name and line number of a symbol. This is the
5144default.
5145
5146@kindex show print symbol-filename
5147@item show print symbol-filename
5148Show whether or not @value{GDBN} will print the source file name and
5149line number of a symbol in the symbolic form of an address.
5150@end table
5151
5152Another situation where it is helpful to show symbol filenames and line
5153numbers is when disassembling code; @value{GDBN} shows you the line
5154number and source file that corresponds to each instruction.
5155
5156Also, you may wish to see the symbolic form only if the address being
5157printed is reasonably close to the closest earlier symbol:
5158
5159@table @code
5160@kindex set print max-symbolic-offset
5161@item set print max-symbolic-offset @var{max-offset}
5162Tell @value{GDBN} to only display the symbolic form of an address if the
5163offset between the closest earlier symbol and the address is less than
5d161b24 5164@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5165to always print the symbolic form of an address if any symbol precedes it.
5166
5167@kindex show print max-symbolic-offset
5168@item show print max-symbolic-offset
5169Ask how large the maximum offset is that @value{GDBN} prints in a
5170symbolic address.
5171@end table
5172
5173@cindex wild pointer, interpreting
5174@cindex pointer, finding referent
5175If you have a pointer and you are not sure where it points, try
5176@samp{set print symbol-filename on}. Then you can determine the name
5177and source file location of the variable where it points, using
5178@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5179For example, here @value{GDBN} shows that a variable @code{ptt} points
5180at another variable @code{t}, defined in @file{hi2.c}:
5181
474c8240 5182@smallexample
c906108c
SS
5183(@value{GDBP}) set print symbol-filename on
5184(@value{GDBP}) p/a ptt
5185$4 = 0xe008 <t in hi2.c>
474c8240 5186@end smallexample
c906108c
SS
5187
5188@quotation
5189@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5190does not show the symbol name and filename of the referent, even with
5191the appropriate @code{set print} options turned on.
5192@end quotation
5193
5194Other settings control how different kinds of objects are printed:
5195
5196@table @code
5197@kindex set print array
5198@item set print array
5199@itemx set print array on
5200Pretty print arrays. This format is more convenient to read,
5201but uses more space. The default is off.
5202
5203@item set print array off
5204Return to compressed format for arrays.
5205
5206@kindex show print array
5207@item show print array
5208Show whether compressed or pretty format is selected for displaying
5209arrays.
5210
5211@kindex set print elements
5212@item set print elements @var{number-of-elements}
5213Set a limit on how many elements of an array @value{GDBN} will print.
5214If @value{GDBN} is printing a large array, it stops printing after it has
5215printed the number of elements set by the @code{set print elements} command.
5216This limit also applies to the display of strings.
d4f3574e 5217When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5218Setting @var{number-of-elements} to zero means that the printing is unlimited.
5219
5220@kindex show print elements
5221@item show print elements
5222Display the number of elements of a large array that @value{GDBN} will print.
5223If the number is 0, then the printing is unlimited.
5224
5225@kindex set print null-stop
5226@item set print null-stop
5227Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5228@sc{null} is encountered. This is useful when large arrays actually
c906108c 5229contain only short strings.
d4f3574e 5230The default is off.
c906108c
SS
5231
5232@kindex set print pretty
5233@item set print pretty on
5d161b24 5234Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5235per line, like this:
5236
5237@smallexample
5238@group
5239$1 = @{
5240 next = 0x0,
5241 flags = @{
5242 sweet = 1,
5243 sour = 1
5244 @},
5245 meat = 0x54 "Pork"
5246@}
5247@end group
5248@end smallexample
5249
5250@item set print pretty off
5251Cause @value{GDBN} to print structures in a compact format, like this:
5252
5253@smallexample
5254@group
5255$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5256meat = 0x54 "Pork"@}
5257@end group
5258@end smallexample
5259
5260@noindent
5261This is the default format.
5262
5263@kindex show print pretty
5264@item show print pretty
5265Show which format @value{GDBN} is using to print structures.
5266
5267@kindex set print sevenbit-strings
5268@item set print sevenbit-strings on
5269Print using only seven-bit characters; if this option is set,
5270@value{GDBN} displays any eight-bit characters (in strings or
5271character values) using the notation @code{\}@var{nnn}. This setting is
5272best if you are working in English (@sc{ascii}) and you use the
5273high-order bit of characters as a marker or ``meta'' bit.
5274
5275@item set print sevenbit-strings off
5276Print full eight-bit characters. This allows the use of more
5277international character sets, and is the default.
5278
5279@kindex show print sevenbit-strings
5280@item show print sevenbit-strings
5281Show whether or not @value{GDBN} is printing only seven-bit characters.
5282
5283@kindex set print union
5284@item set print union on
5d161b24 5285Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5286is the default setting.
5287
5288@item set print union off
5289Tell @value{GDBN} not to print unions which are contained in structures.
5290
5291@kindex show print union
5292@item show print union
5293Ask @value{GDBN} whether or not it will print unions which are contained in
5294structures.
5295
5296For example, given the declarations
5297
5298@smallexample
5299typedef enum @{Tree, Bug@} Species;
5300typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5301typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5302 Bug_forms;
5303
5304struct thing @{
5305 Species it;
5306 union @{
5307 Tree_forms tree;
5308 Bug_forms bug;
5309 @} form;
5310@};
5311
5312struct thing foo = @{Tree, @{Acorn@}@};
5313@end smallexample
5314
5315@noindent
5316with @code{set print union on} in effect @samp{p foo} would print
5317
5318@smallexample
5319$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5320@end smallexample
5321
5322@noindent
5323and with @code{set print union off} in effect it would print
5324
5325@smallexample
5326$1 = @{it = Tree, form = @{...@}@}
5327@end smallexample
5328@end table
5329
c906108c
SS
5330@need 1000
5331@noindent
b37052ae 5332These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5333
5334@table @code
5335@cindex demangling
5336@kindex set print demangle
5337@item set print demangle
5338@itemx set print demangle on
b37052ae 5339Print C@t{++} names in their source form rather than in the encoded
c906108c 5340(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5341linkage. The default is on.
c906108c
SS
5342
5343@kindex show print demangle
5344@item show print demangle
b37052ae 5345Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5346
5347@kindex set print asm-demangle
5348@item set print asm-demangle
5349@itemx set print asm-demangle on
b37052ae 5350Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5351in assembler code printouts such as instruction disassemblies.
5352The default is off.
5353
5354@kindex show print asm-demangle
5355@item show print asm-demangle
b37052ae 5356Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5357or demangled form.
5358
5359@kindex set demangle-style
b37052ae
EZ
5360@cindex C@t{++} symbol decoding style
5361@cindex symbol decoding style, C@t{++}
c906108c
SS
5362@item set demangle-style @var{style}
5363Choose among several encoding schemes used by different compilers to
b37052ae 5364represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5365
5366@table @code
5367@item auto
5368Allow @value{GDBN} to choose a decoding style by inspecting your program.
5369
5370@item gnu
b37052ae 5371Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5372This is the default.
c906108c
SS
5373
5374@item hp
b37052ae 5375Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5376
5377@item lucid
b37052ae 5378Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5379
5380@item arm
b37052ae 5381Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5382@strong{Warning:} this setting alone is not sufficient to allow
5383debugging @code{cfront}-generated executables. @value{GDBN} would
5384require further enhancement to permit that.
5385
5386@end table
5387If you omit @var{style}, you will see a list of possible formats.
5388
5389@kindex show demangle-style
5390@item show demangle-style
b37052ae 5391Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5392
5393@kindex set print object
5394@item set print object
5395@itemx set print object on
5396When displaying a pointer to an object, identify the @emph{actual}
5397(derived) type of the object rather than the @emph{declared} type, using
5398the virtual function table.
5399
5400@item set print object off
5401Display only the declared type of objects, without reference to the
5402virtual function table. This is the default setting.
5403
5404@kindex show print object
5405@item show print object
5406Show whether actual, or declared, object types are displayed.
5407
5408@kindex set print static-members
5409@item set print static-members
5410@itemx set print static-members on
b37052ae 5411Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5412
5413@item set print static-members off
b37052ae 5414Do not print static members when displaying a C@t{++} object.
c906108c
SS
5415
5416@kindex show print static-members
5417@item show print static-members
b37052ae 5418Show whether C@t{++} static members are printed, or not.
c906108c
SS
5419
5420@c These don't work with HP ANSI C++ yet.
5421@kindex set print vtbl
5422@item set print vtbl
5423@itemx set print vtbl on
b37052ae 5424Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5425(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5426ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5427
5428@item set print vtbl off
b37052ae 5429Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5430
5431@kindex show print vtbl
5432@item show print vtbl
b37052ae 5433Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5434@end table
c906108c 5435
6d2ebf8b 5436@node Value History
c906108c
SS
5437@section Value history
5438
5439@cindex value history
5d161b24
DB
5440Values printed by the @code{print} command are saved in the @value{GDBN}
5441@dfn{value history}. This allows you to refer to them in other expressions.
5442Values are kept until the symbol table is re-read or discarded
5443(for example with the @code{file} or @code{symbol-file} commands).
5444When the symbol table changes, the value history is discarded,
5445since the values may contain pointers back to the types defined in the
c906108c
SS
5446symbol table.
5447
5448@cindex @code{$}
5449@cindex @code{$$}
5450@cindex history number
5451The values printed are given @dfn{history numbers} by which you can
5452refer to them. These are successive integers starting with one.
5453@code{print} shows you the history number assigned to a value by
5454printing @samp{$@var{num} = } before the value; here @var{num} is the
5455history number.
5456
5457To refer to any previous value, use @samp{$} followed by the value's
5458history number. The way @code{print} labels its output is designed to
5459remind you of this. Just @code{$} refers to the most recent value in
5460the history, and @code{$$} refers to the value before that.
5461@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5462is the value just prior to @code{$$}, @code{$$1} is equivalent to
5463@code{$$}, and @code{$$0} is equivalent to @code{$}.
5464
5465For example, suppose you have just printed a pointer to a structure and
5466want to see the contents of the structure. It suffices to type
5467
474c8240 5468@smallexample
c906108c 5469p *$
474c8240 5470@end smallexample
c906108c
SS
5471
5472If you have a chain of structures where the component @code{next} points
5473to the next one, you can print the contents of the next one with this:
5474
474c8240 5475@smallexample
c906108c 5476p *$.next
474c8240 5477@end smallexample
c906108c
SS
5478
5479@noindent
5480You can print successive links in the chain by repeating this
5481command---which you can do by just typing @key{RET}.
5482
5483Note that the history records values, not expressions. If the value of
5484@code{x} is 4 and you type these commands:
5485
474c8240 5486@smallexample
c906108c
SS
5487print x
5488set x=5
474c8240 5489@end smallexample
c906108c
SS
5490
5491@noindent
5492then the value recorded in the value history by the @code{print} command
5493remains 4 even though the value of @code{x} has changed.
5494
5495@table @code
5496@kindex show values
5497@item show values
5498Print the last ten values in the value history, with their item numbers.
5499This is like @samp{p@ $$9} repeated ten times, except that @code{show
5500values} does not change the history.
5501
5502@item show values @var{n}
5503Print ten history values centered on history item number @var{n}.
5504
5505@item show values +
5506Print ten history values just after the values last printed. If no more
5507values are available, @code{show values +} produces no display.
5508@end table
5509
5510Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5511same effect as @samp{show values +}.
5512
6d2ebf8b 5513@node Convenience Vars
c906108c
SS
5514@section Convenience variables
5515
5516@cindex convenience variables
5517@value{GDBN} provides @dfn{convenience variables} that you can use within
5518@value{GDBN} to hold on to a value and refer to it later. These variables
5519exist entirely within @value{GDBN}; they are not part of your program, and
5520setting a convenience variable has no direct effect on further execution
5521of your program. That is why you can use them freely.
5522
5523Convenience variables are prefixed with @samp{$}. Any name preceded by
5524@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5525the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5526(Value history references, in contrast, are @emph{numbers} preceded
5527by @samp{$}. @xref{Value History, ,Value history}.)
5528
5529You can save a value in a convenience variable with an assignment
5530expression, just as you would set a variable in your program.
5531For example:
5532
474c8240 5533@smallexample
c906108c 5534set $foo = *object_ptr
474c8240 5535@end smallexample
c906108c
SS
5536
5537@noindent
5538would save in @code{$foo} the value contained in the object pointed to by
5539@code{object_ptr}.
5540
5541Using a convenience variable for the first time creates it, but its
5542value is @code{void} until you assign a new value. You can alter the
5543value with another assignment at any time.
5544
5545Convenience variables have no fixed types. You can assign a convenience
5546variable any type of value, including structures and arrays, even if
5547that variable already has a value of a different type. The convenience
5548variable, when used as an expression, has the type of its current value.
5549
5550@table @code
5551@kindex show convenience
5552@item show convenience
5553Print a list of convenience variables used so far, and their values.
d4f3574e 5554Abbreviated @code{show conv}.
c906108c
SS
5555@end table
5556
5557One of the ways to use a convenience variable is as a counter to be
5558incremented or a pointer to be advanced. For example, to print
5559a field from successive elements of an array of structures:
5560
474c8240 5561@smallexample
c906108c
SS
5562set $i = 0
5563print bar[$i++]->contents
474c8240 5564@end smallexample
c906108c 5565
d4f3574e
SS
5566@noindent
5567Repeat that command by typing @key{RET}.
c906108c
SS
5568
5569Some convenience variables are created automatically by @value{GDBN} and given
5570values likely to be useful.
5571
5572@table @code
41afff9a 5573@vindex $_@r{, convenience variable}
c906108c
SS
5574@item $_
5575The variable @code{$_} is automatically set by the @code{x} command to
5576the last address examined (@pxref{Memory, ,Examining memory}). Other
5577commands which provide a default address for @code{x} to examine also
5578set @code{$_} to that address; these commands include @code{info line}
5579and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5580except when set by the @code{x} command, in which case it is a pointer
5581to the type of @code{$__}.
5582
41afff9a 5583@vindex $__@r{, convenience variable}
c906108c
SS
5584@item $__
5585The variable @code{$__} is automatically set by the @code{x} command
5586to the value found in the last address examined. Its type is chosen
5587to match the format in which the data was printed.
5588
5589@item $_exitcode
41afff9a 5590@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5591The variable @code{$_exitcode} is automatically set to the exit code when
5592the program being debugged terminates.
5593@end table
5594
53a5351d
JM
5595On HP-UX systems, if you refer to a function or variable name that
5596begins with a dollar sign, @value{GDBN} searches for a user or system
5597name first, before it searches for a convenience variable.
c906108c 5598
6d2ebf8b 5599@node Registers
c906108c
SS
5600@section Registers
5601
5602@cindex registers
5603You can refer to machine register contents, in expressions, as variables
5604with names starting with @samp{$}. The names of registers are different
5605for each machine; use @code{info registers} to see the names used on
5606your machine.
5607
5608@table @code
5609@kindex info registers
5610@item info registers
5611Print the names and values of all registers except floating-point
c85508ee 5612and vector registers (in the selected stack frame).
c906108c
SS
5613
5614@kindex info all-registers
5615@cindex floating point registers
5616@item info all-registers
5617Print the names and values of all registers, including floating-point
c85508ee 5618and vector registers (in the selected stack frame).
c906108c
SS
5619
5620@item info registers @var{regname} @dots{}
5621Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5622As discussed in detail below, register values are normally relative to
5623the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5624the machine you are using, with or without the initial @samp{$}.
5625@end table
5626
5627@value{GDBN} has four ``standard'' register names that are available (in
5628expressions) on most machines---whenever they do not conflict with an
5629architecture's canonical mnemonics for registers. The register names
5630@code{$pc} and @code{$sp} are used for the program counter register and
5631the stack pointer. @code{$fp} is used for a register that contains a
5632pointer to the current stack frame, and @code{$ps} is used for a
5633register that contains the processor status. For example,
5634you could print the program counter in hex with
5635
474c8240 5636@smallexample
c906108c 5637p/x $pc
474c8240 5638@end smallexample
c906108c
SS
5639
5640@noindent
5641or print the instruction to be executed next with
5642
474c8240 5643@smallexample
c906108c 5644x/i $pc
474c8240 5645@end smallexample
c906108c
SS
5646
5647@noindent
5648or add four to the stack pointer@footnote{This is a way of removing
5649one word from the stack, on machines where stacks grow downward in
5650memory (most machines, nowadays). This assumes that the innermost
5651stack frame is selected; setting @code{$sp} is not allowed when other
5652stack frames are selected. To pop entire frames off the stack,
5653regardless of machine architecture, use @code{return};
d4f3574e 5654see @ref{Returning, ,Returning from a function}.} with
c906108c 5655
474c8240 5656@smallexample
c906108c 5657set $sp += 4
474c8240 5658@end smallexample
c906108c
SS
5659
5660Whenever possible, these four standard register names are available on
5661your machine even though the machine has different canonical mnemonics,
5662so long as there is no conflict. The @code{info registers} command
5663shows the canonical names. For example, on the SPARC, @code{info
5664registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5665can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5666is an alias for the @sc{eflags} register.
c906108c
SS
5667
5668@value{GDBN} always considers the contents of an ordinary register as an
5669integer when the register is examined in this way. Some machines have
5670special registers which can hold nothing but floating point; these
5671registers are considered to have floating point values. There is no way
5672to refer to the contents of an ordinary register as floating point value
5673(although you can @emph{print} it as a floating point value with
5674@samp{print/f $@var{regname}}).
5675
5676Some registers have distinct ``raw'' and ``virtual'' data formats. This
5677means that the data format in which the register contents are saved by
5678the operating system is not the same one that your program normally
5679sees. For example, the registers of the 68881 floating point
5680coprocessor are always saved in ``extended'' (raw) format, but all C
5681programs expect to work with ``double'' (virtual) format. In such
5d161b24 5682cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5683that makes sense for your program), but the @code{info registers} command
5684prints the data in both formats.
5685
5686Normally, register values are relative to the selected stack frame
5687(@pxref{Selection, ,Selecting a frame}). This means that you get the
5688value that the register would contain if all stack frames farther in
5689were exited and their saved registers restored. In order to see the
5690true contents of hardware registers, you must select the innermost
5691frame (with @samp{frame 0}).
5692
5693However, @value{GDBN} must deduce where registers are saved, from the machine
5694code generated by your compiler. If some registers are not saved, or if
5695@value{GDBN} is unable to locate the saved registers, the selected stack
5696frame makes no difference.
5697
6d2ebf8b 5698@node Floating Point Hardware
c906108c
SS
5699@section Floating point hardware
5700@cindex floating point
5701
5702Depending on the configuration, @value{GDBN} may be able to give
5703you more information about the status of the floating point hardware.
5704
5705@table @code
5706@kindex info float
5707@item info float
5708Display hardware-dependent information about the floating
5709point unit. The exact contents and layout vary depending on the
5710floating point chip. Currently, @samp{info float} is supported on
5711the ARM and x86 machines.
5712@end table
c906108c 5713
e76f1f2e
AC
5714@node Vector Unit
5715@section Vector Unit
5716@cindex vector unit
5717
5718Depending on the configuration, @value{GDBN} may be able to give you
5719more information about the status of the vector unit.
5720
5721@table @code
5722@kindex info vector
5723@item info vector
5724Display information about the vector unit. The exact contents and
5725layout vary depending on the hardware.
5726@end table
5727
29e57380 5728@node Memory Region Attributes
16d9dec6 5729@section Memory region attributes
29e57380
C
5730@cindex memory region attributes
5731
5732@dfn{Memory region attributes} allow you to describe special handling
5733required by regions of your target's memory. @value{GDBN} uses attributes
5734to determine whether to allow certain types of memory accesses; whether to
5735use specific width accesses; and whether to cache target memory.
5736
5737Defined memory regions can be individually enabled and disabled. When a
5738memory region is disabled, @value{GDBN} uses the default attributes when
5739accessing memory in that region. Similarly, if no memory regions have
5740been defined, @value{GDBN} uses the default attributes when accessing
5741all memory.
5742
5743When a memory region is defined, it is given a number to identify it;
5744to enable, disable, or remove a memory region, you specify that number.
5745
5746@table @code
5747@kindex mem
bfac230e
DH
5748@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5749Define memory region bounded by @var{lower} and @var{upper} with
5750attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5751special case: it is treated as the the target's maximum memory address.
5752(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5753
5754@kindex delete mem
5755@item delete mem @var{nums}@dots{}
59649f2e 5756Remove memory regions @var{nums}@dots{}.
29e57380
C
5757
5758@kindex disable mem
5759@item disable mem @var{nums}@dots{}
59649f2e 5760Disable memory regions @var{nums}@dots{}.
29e57380
C
5761A disabled memory region is not forgotten.
5762It may be enabled again later.
5763
5764@kindex enable mem
5765@item enable mem @var{nums}@dots{}
59649f2e 5766Enable memory regions @var{nums}@dots{}.
29e57380
C
5767
5768@kindex info mem
5769@item info mem
5770Print a table of all defined memory regions, with the following columns
5771for each region.
5772
5773@table @emph
5774@item Memory Region Number
5775@item Enabled or Disabled.
5776Enabled memory regions are marked with @samp{y}.
5777Disabled memory regions are marked with @samp{n}.
5778
5779@item Lo Address
5780The address defining the inclusive lower bound of the memory region.
5781
5782@item Hi Address
5783The address defining the exclusive upper bound of the memory region.
5784
5785@item Attributes
5786The list of attributes set for this memory region.
5787@end table
5788@end table
5789
5790
5791@subsection Attributes
5792
5793@subsubsection Memory Access Mode
5794The access mode attributes set whether @value{GDBN} may make read or
5795write accesses to a memory region.
5796
5797While these attributes prevent @value{GDBN} from performing invalid
5798memory accesses, they do nothing to prevent the target system, I/O DMA,
5799etc. from accessing memory.
5800
5801@table @code
5802@item ro
5803Memory is read only.
5804@item wo
5805Memory is write only.
5806@item rw
6ca652b0 5807Memory is read/write. This is the default.
29e57380
C
5808@end table
5809
5810@subsubsection Memory Access Size
5811The acccess size attributes tells @value{GDBN} to use specific sized
5812accesses in the memory region. Often memory mapped device registers
5813require specific sized accesses. If no access size attribute is
5814specified, @value{GDBN} may use accesses of any size.
5815
5816@table @code
5817@item 8
5818Use 8 bit memory accesses.
5819@item 16
5820Use 16 bit memory accesses.
5821@item 32
5822Use 32 bit memory accesses.
5823@item 64
5824Use 64 bit memory accesses.
5825@end table
5826
5827@c @subsubsection Hardware/Software Breakpoints
5828@c The hardware/software breakpoint attributes set whether @value{GDBN}
5829@c will use hardware or software breakpoints for the internal breakpoints
5830@c used by the step, next, finish, until, etc. commands.
5831@c
5832@c @table @code
5833@c @item hwbreak
5834@c Always use hardware breakpoints
5835@c @item swbreak (default)
5836@c @end table
5837
5838@subsubsection Data Cache
5839The data cache attributes set whether @value{GDBN} will cache target
5840memory. While this generally improves performance by reducing debug
5841protocol overhead, it can lead to incorrect results because @value{GDBN}
5842does not know about volatile variables or memory mapped device
5843registers.
5844
5845@table @code
5846@item cache
5847Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
5848@item nocache
5849Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
5850@end table
5851
5852@c @subsubsection Memory Write Verification
5853@c The memory write verification attributes set whether @value{GDBN}
5854@c will re-reads data after each write to verify the write was successful.
5855@c
5856@c @table @code
5857@c @item verify
5858@c @item noverify (default)
5859@c @end table
5860
16d9dec6
MS
5861@node Dump/Restore Files
5862@section Copy between memory and a file
5863@cindex dump/restore files
5864@cindex append data to a file
5865@cindex dump data to a file
5866@cindex restore data from a file
5867@kindex dump
5868@kindex append
5869@kindex restore
5870
5871The commands @code{dump}, @code{append}, and @code{restore} are used
5872for copying data between target memory and a file. Data is written
5873into a file using @code{dump} or @code{append}, and restored from a
5874file into memory by using @code{restore}. Files may be binary, srec,
5875intel hex, or tekhex (but only binary files can be appended).
5876
5877@table @code
5878@kindex dump binary
5879@kindex append binary
5880@item dump binary memory @var{filename} @var{start_addr} @var{end_addr}
5881Dump contents of memory from @var{start_addr} to @var{end_addr} into
5882raw binary format file @var{filename}.
5883
5884@item append binary memory @var{filename} @var{start_addr} @var{end_addr}
5885Append contents of memory from @var{start_addr} to @var{end_addr} to
5886raw binary format file @var{filename}.
5887
5888@item dump binary value @var{filename} @var{expression}
5889Dump value of @var{expression} into raw binary format file @var{filename}.
5890
5891@item append binary memory @var{filename} @var{expression}
5892Append value of @var{expression} to raw binary format file @var{filename}.
5893
5894@kindex dump ihex
5895@item dump ihex memory @var{filename} @var{start_addr} @var{end_addr}
5896Dump contents of memory from @var{start_addr} to @var{end_addr} into
5897intel hex format file @var{filename}.
5898
5899@item dump ihex value @var{filename} @var{expression}
5900Dump value of @var{expression} into intel hex format file @var{filename}.
5901
5902@kindex dump srec
5903@item dump srec memory @var{filename} @var{start_addr} @var{end_addr}
5904Dump contents of memory from @var{start_addr} to @var{end_addr} into
5905srec format file @var{filename}.
5906
5907@item dump srec value @var{filename} @var{expression}
5908Dump value of @var{expression} into srec format file @var{filename}.
5909
5910@kindex dump tekhex
5911@item dump tekhex memory @var{filename} @var{start_addr} @var{end_addr}
5912Dump contents of memory from @var{start_addr} to @var{end_addr} into
5913tekhex format file @var{filename}.
5914
5915@item dump tekhex value @var{filename} @var{expression}
5916Dump value of @var{expression} into tekhex format file @var{filename}.
5917
42f9b0a5 5918@item restore @var{filename} [@var{binary}] @var{bias} @var{start} @var{end}
16d9dec6
MS
5919Restore the contents of file @var{filename} into memory. The @code{restore}
5920command can automatically recognize any known bfd file format, except for
5921raw binary. To restore a raw binary file you must use the optional argument
5922@var{binary} after the filename.
5923
5924If @var{bias} is non-zero, its value will be added to the addresses
5925contained in the file. Binary files always start at address zero, so
5926they will be restored at address @var{bias}. Other bfd files have
5927a built-in location; they will be restored at offset @var{bias}
5928from that location.
5929
5930If @var{start} and/or @var{end} are non-zero, then only data between
5931file offset @var{start} and file offset @var{end} will be restored.
5932These offsets are relative to the addresses in the file, before
5933the @var{bias} argument is applied.
5934
5935@end table
5936
a0eb71c5
KB
5937@node Character Sets
5938@section Character Sets
5939@cindex character sets
5940@cindex charset
5941@cindex translating between character sets
5942@cindex host character set
5943@cindex target character set
5944
5945If the program you are debugging uses a different character set to
5946represent characters and strings than the one @value{GDBN} uses itself,
5947@value{GDBN} can automatically translate between the character sets for
5948you. The character set @value{GDBN} uses we call the @dfn{host
5949character set}; the one the inferior program uses we call the
5950@dfn{target character set}.
5951
5952For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
5953uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
5954remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
5955running on an IBM mainframe, which uses the @sc{ebcdic} character set,
5956then the host character set is Latin-1, and the target character set is
5957@sc{ebcdic}. If you give @value{GDBN} the command @code{set
5958target-charset ebcdic-us}, then @value{GDBN} translates between
5959@sc{ebcdic} and Latin 1 as you print character or string values, or use
5960character and string literals in expressions.
5961
5962@value{GDBN} has no way to automatically recognize which character set
5963the inferior program uses; you must tell it, using the @code{set
5964target-charset} command, described below.
5965
5966Here are the commands for controlling @value{GDBN}'s character set
5967support:
5968
5969@table @code
5970@item set target-charset @var{charset}
5971@kindex set target-charset
5972Set the current target character set to @var{charset}. We list the
5973character set names @value{GDBN} recognizes below, but if you invoke the
5974@code{set target-charset} command with no argument, @value{GDBN} lists
5975the character sets it supports.
5976@end table
5977
5978@table @code
5979@item set host-charset @var{charset}
5980@kindex set host-charset
5981Set the current host character set to @var{charset}.
5982
5983By default, @value{GDBN} uses a host character set appropriate to the
5984system it is running on; you can override that default using the
5985@code{set host-charset} command.
5986
5987@value{GDBN} can only use certain character sets as its host character
5988set. We list the character set names @value{GDBN} recognizes below, and
5989indicate which can be host character sets, but if you invoke the
5990@code{set host-charset} command with no argument, @value{GDBN} lists the
5991character sets it supports, placing an asterisk (@samp{*}) after those
5992it can use as a host character set.
5993
5994@item set charset @var{charset}
5995@kindex set charset
5996Set the current host and target character sets to @var{charset}. If you
5997invoke the @code{set charset} command with no argument, it lists the
5998character sets it supports. @value{GDBN} can only use certain character
5999sets as its host character set; it marks those in the list with an
6000asterisk (@samp{*}).
6001
6002@item show charset
6003@itemx show host-charset
6004@itemx show target-charset
6005@kindex show charset
6006@kindex show host-charset
6007@kindex show target-charset
6008Show the current host and target charsets. The @code{show host-charset}
6009and @code{show target-charset} commands are synonyms for @code{show
6010charset}.
6011
6012@end table
6013
6014@value{GDBN} currently includes support for the following character
6015sets:
6016
6017@table @code
6018
6019@item ASCII
6020@cindex ASCII character set
6021Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6022character set.
6023
6024@item ISO-8859-1
6025@cindex ISO 8859-1 character set
6026@cindex ISO Latin 1 character set
6027The ISO Latin 1 character set. This extends ASCII with accented
6028characters needed for French, German, and Spanish. @value{GDBN} can use
6029this as its host character set.
6030
6031@item EBCDIC-US
6032@itemx IBM1047
6033@cindex EBCDIC character set
6034@cindex IBM1047 character set
6035Variants of the @sc{ebcdic} character set, used on some of IBM's
6036mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6037@value{GDBN} cannot use these as its host character set.
6038
6039@end table
6040
6041Note that these are all single-byte character sets. More work inside
6042GDB is needed to support multi-byte or variable-width character
6043encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6044
6045Here is an example of @value{GDBN}'s character set support in action.
6046Assume that the following source code has been placed in the file
6047@file{charset-test.c}:
6048
6049@smallexample
6050#include <stdio.h>
6051
6052char ascii_hello[]
6053 = @{72, 101, 108, 108, 111, 44, 32, 119,
6054 111, 114, 108, 100, 33, 10, 0@};
6055char ibm1047_hello[]
6056 = @{200, 133, 147, 147, 150, 107, 64, 166,
6057 150, 153, 147, 132, 90, 37, 0@};
6058
6059main ()
6060@{
6061 printf ("Hello, world!\n");
6062@}
10998722 6063@end smallexample
a0eb71c5
KB
6064
6065In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6066containing the string @samp{Hello, world!} followed by a newline,
6067encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6068
6069We compile the program, and invoke the debugger on it:
6070
6071@smallexample
6072$ gcc -g charset-test.c -o charset-test
6073$ gdb -nw charset-test
6074GNU gdb 2001-12-19-cvs
6075Copyright 2001 Free Software Foundation, Inc.
6076@dots{}
6077(gdb)
10998722 6078@end smallexample
a0eb71c5
KB
6079
6080We can use the @code{show charset} command to see what character sets
6081@value{GDBN} is currently using to interpret and display characters and
6082strings:
6083
6084@smallexample
6085(gdb) show charset
6086The current host and target character set is `iso-8859-1'.
6087(gdb)
10998722 6088@end smallexample
a0eb71c5
KB
6089
6090For the sake of printing this manual, let's use @sc{ascii} as our
6091initial character set:
6092@smallexample
6093(gdb) set charset ascii
6094(gdb) show charset
6095The current host and target character set is `ascii'.
6096(gdb)
10998722 6097@end smallexample
a0eb71c5
KB
6098
6099Let's assume that @sc{ascii} is indeed the correct character set for our
6100host system --- in other words, let's assume that if @value{GDBN} prints
6101characters using the @sc{ascii} character set, our terminal will display
6102them properly. Since our current target character set is also
6103@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6104
6105@smallexample
6106(gdb) print ascii_hello
6107$1 = 0x401698 "Hello, world!\n"
6108(gdb) print ascii_hello[0]
6109$2 = 72 'H'
6110(gdb)
10998722 6111@end smallexample
a0eb71c5
KB
6112
6113@value{GDBN} uses the target character set for character and string
6114literals you use in expressions:
6115
6116@smallexample
6117(gdb) print '+'
6118$3 = 43 '+'
6119(gdb)
10998722 6120@end smallexample
a0eb71c5
KB
6121
6122The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6123character.
6124
6125@value{GDBN} relies on the user to tell it which character set the
6126target program uses. If we print @code{ibm1047_hello} while our target
6127character set is still @sc{ascii}, we get jibberish:
6128
6129@smallexample
6130(gdb) print ibm1047_hello
6131$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6132(gdb) print ibm1047_hello[0]
6133$5 = 200 '\310'
6134(gdb)
10998722 6135@end smallexample
a0eb71c5
KB
6136
6137If we invoke the @code{set target-charset} command without an argument,
6138@value{GDBN} tells us the character sets it supports:
6139
6140@smallexample
6141(gdb) set target-charset
6142Valid character sets are:
6143 ascii *
6144 iso-8859-1 *
6145 ebcdic-us
6146 ibm1047
6147* - can be used as a host character set
10998722 6148@end smallexample
a0eb71c5
KB
6149
6150We can select @sc{ibm1047} as our target character set, and examine the
6151program's strings again. Now the @sc{ascii} string is wrong, but
6152@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6153target character set, @sc{ibm1047}, to the host character set,
6154@sc{ascii}, and they display correctly:
6155
6156@smallexample
6157(gdb) set target-charset ibm1047
6158(gdb) show charset
6159The current host character set is `ascii'.
6160The current target character set is `ibm1047'.
6161(gdb) print ascii_hello
6162$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6163(gdb) print ascii_hello[0]
6164$7 = 72 '\110'
6165(gdb) print ibm1047_hello
6166$8 = 0x4016a8 "Hello, world!\n"
6167(gdb) print ibm1047_hello[0]
6168$9 = 200 'H'
6169(gdb)
10998722 6170@end smallexample
a0eb71c5
KB
6171
6172As above, @value{GDBN} uses the target character set for character and
6173string literals you use in expressions:
6174
6175@smallexample
6176(gdb) print '+'
6177$10 = 78 '+'
6178(gdb)
10998722 6179@end smallexample
a0eb71c5
KB
6180
6181The IBM1047 character set uses the number 78 to encode the @samp{+}
6182character.
6183
6184
e2e0bcd1
JB
6185@node Macros
6186@chapter C Preprocessor Macros
6187
6188Some languages, such as C and C++, provide a way to define and invoke
6189``preprocessor macros'' which expand into strings of tokens.
6190@value{GDBN} can evaluate expressions containing macro invocations, show
6191the result of macro expansion, and show a macro's definition, including
6192where it was defined.
6193
6194You may need to compile your program specially to provide @value{GDBN}
6195with information about preprocessor macros. Most compilers do not
6196include macros in their debugging information, even when you compile
6197with the @option{-g} flag. @xref{Compilation}.
6198
6199A program may define a macro at one point, remove that definition later,
6200and then provide a different definition after that. Thus, at different
6201points in the program, a macro may have different definitions, or have
6202no definition at all. If there is a current stack frame, @value{GDBN}
6203uses the macros in scope at that frame's source code line. Otherwise,
6204@value{GDBN} uses the macros in scope at the current listing location;
6205see @ref{List}.
6206
6207At the moment, @value{GDBN} does not support the @code{##}
6208token-splicing operator, the @code{#} stringification operator, or
6209variable-arity macros.
6210
6211Whenever @value{GDBN} evaluates an expression, it always expands any
6212macro invocations present in the expression. @value{GDBN} also provides
6213the following commands for working with macros explicitly.
6214
6215@table @code
6216
6217@kindex macro expand
6218@cindex macro expansion, showing the results of preprocessor
6219@cindex preprocessor macro expansion, showing the results of
6220@cindex expanding preprocessor macros
6221@item macro expand @var{expression}
6222@itemx macro exp @var{expression}
6223Show the results of expanding all preprocessor macro invocations in
6224@var{expression}. Since @value{GDBN} simply expands macros, but does
6225not parse the result, @var{expression} need not be a valid expression;
6226it can be any string of tokens.
6227
6228@kindex macro expand-once
6229@item macro expand-once @var{expression}
6230@itemx macro exp1 @var{expression}
6231@i{(This command is not yet implemented.)} Show the results of
6232expanding those preprocessor macro invocations that appear explicitly in
6233@var{expression}. Macro invocations appearing in that expansion are
6234left unchanged. This command allows you to see the effect of a
6235particular macro more clearly, without being confused by further
6236expansions. Since @value{GDBN} simply expands macros, but does not
6237parse the result, @var{expression} need not be a valid expression; it
6238can be any string of tokens.
6239
475b0867 6240@kindex info macro
e2e0bcd1
JB
6241@cindex macro definition, showing
6242@cindex definition, showing a macro's
475b0867 6243@item info macro @var{macro}
e2e0bcd1
JB
6244Show the definition of the macro named @var{macro}, and describe the
6245source location where that definition was established.
6246
6247@kindex macro define
6248@cindex user-defined macros
6249@cindex defining macros interactively
6250@cindex macros, user-defined
6251@item macro define @var{macro} @var{replacement-list}
6252@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6253@i{(This command is not yet implemented.)} Introduce a definition for a
6254preprocessor macro named @var{macro}, invocations of which are replaced
6255by the tokens given in @var{replacement-list}. The first form of this
6256command defines an ``object-like'' macro, which takes no arguments; the
6257second form defines a ``function-like'' macro, which takes the arguments
6258given in @var{arglist}.
6259
6260A definition introduced by this command is in scope in every expression
6261evaluated in @value{GDBN}, until it is removed with the @command{macro
6262undef} command, described below. The definition overrides all
6263definitions for @var{macro} present in the program being debugged, as
6264well as any previous user-supplied definition.
6265
6266@kindex macro undef
6267@item macro undef @var{macro}
6268@i{(This command is not yet implemented.)} Remove any user-supplied
6269definition for the macro named @var{macro}. This command only affects
6270definitions provided with the @command{macro define} command, described
6271above; it cannot remove definitions present in the program being
6272debugged.
6273
6274@end table
6275
6276@cindex macros, example of debugging with
6277Here is a transcript showing the above commands in action. First, we
6278show our source files:
6279
6280@smallexample
6281$ cat sample.c
6282#include <stdio.h>
6283#include "sample.h"
6284
6285#define M 42
6286#define ADD(x) (M + x)
6287
6288main ()
6289@{
6290#define N 28
6291 printf ("Hello, world!\n");
6292#undef N
6293 printf ("We're so creative.\n");
6294#define N 1729
6295 printf ("Goodbye, world!\n");
6296@}
6297$ cat sample.h
6298#define Q <
6299$
6300@end smallexample
6301
6302Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6303We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6304compiler includes information about preprocessor macros in the debugging
6305information.
6306
6307@smallexample
6308$ gcc -gdwarf-2 -g3 sample.c -o sample
6309$
6310@end smallexample
6311
6312Now, we start @value{GDBN} on our sample program:
6313
6314@smallexample
6315$ gdb -nw sample
6316GNU gdb 2002-05-06-cvs
6317Copyright 2002 Free Software Foundation, Inc.
6318GDB is free software, @dots{}
6319(gdb)
6320@end smallexample
6321
6322We can expand macros and examine their definitions, even when the
6323program is not running. @value{GDBN} uses the current listing position
6324to decide which macro definitions are in scope:
6325
6326@smallexample
6327(gdb) list main
63283
63294 #define M 42
63305 #define ADD(x) (M + x)
63316
63327 main ()
63338 @{
63349 #define N 28
633510 printf ("Hello, world!\n");
633611 #undef N
633712 printf ("We're so creative.\n");
475b0867 6338(gdb) info macro ADD
e2e0bcd1
JB
6339Defined at /home/jimb/gdb/macros/play/sample.c:5
6340#define ADD(x) (M + x)
475b0867 6341(gdb) info macro Q
e2e0bcd1
JB
6342Defined at /home/jimb/gdb/macros/play/sample.h:1
6343 included at /home/jimb/gdb/macros/play/sample.c:2
6344#define Q <
6345(gdb) macro expand ADD(1)
6346expands to: (42 + 1)
6347(gdb) macro expand-once ADD(1)
6348expands to: once (M + 1)
6349(gdb)
6350@end smallexample
6351
6352In the example above, note that @command{macro expand-once} expands only
6353the macro invocation explicit in the original text --- the invocation of
6354@code{ADD} --- but does not expand the invocation of the macro @code{M},
6355which was introduced by @code{ADD}.
6356
6357Once the program is running, GDB uses the macro definitions in force at
6358the source line of the current stack frame:
6359
6360@smallexample
6361(gdb) break main
6362Breakpoint 1 at 0x8048370: file sample.c, line 10.
6363(gdb) run
6364Starting program: /home/jimb/gdb/macros/play/sample
6365
6366Breakpoint 1, main () at sample.c:10
636710 printf ("Hello, world!\n");
6368(gdb)
6369@end smallexample
6370
6371At line 10, the definition of the macro @code{N} at line 9 is in force:
6372
6373@smallexample
475b0867 6374(gdb) info macro N
e2e0bcd1
JB
6375Defined at /home/jimb/gdb/macros/play/sample.c:9
6376#define N 28
6377(gdb) macro expand N Q M
6378expands to: 28 < 42
6379(gdb) print N Q M
6380$1 = 1
6381(gdb)
6382@end smallexample
6383
6384As we step over directives that remove @code{N}'s definition, and then
6385give it a new definition, @value{GDBN} finds the definition (or lack
6386thereof) in force at each point:
6387
6388@smallexample
6389(gdb) next
6390Hello, world!
639112 printf ("We're so creative.\n");
475b0867 6392(gdb) info macro N
e2e0bcd1
JB
6393The symbol `N' has no definition as a C/C++ preprocessor macro
6394at /home/jimb/gdb/macros/play/sample.c:12
6395(gdb) next
6396We're so creative.
639714 printf ("Goodbye, world!\n");
475b0867 6398(gdb) info macro N
e2e0bcd1
JB
6399Defined at /home/jimb/gdb/macros/play/sample.c:13
6400#define N 1729
6401(gdb) macro expand N Q M
6402expands to: 1729 < 42
6403(gdb) print N Q M
6404$2 = 0
6405(gdb)
6406@end smallexample
6407
6408
b37052ae
EZ
6409@node Tracepoints
6410@chapter Tracepoints
6411@c This chapter is based on the documentation written by Michael
6412@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6413
6414@cindex tracepoints
6415In some applications, it is not feasible for the debugger to interrupt
6416the program's execution long enough for the developer to learn
6417anything helpful about its behavior. If the program's correctness
6418depends on its real-time behavior, delays introduced by a debugger
6419might cause the program to change its behavior drastically, or perhaps
6420fail, even when the code itself is correct. It is useful to be able
6421to observe the program's behavior without interrupting it.
6422
6423Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6424specify locations in the program, called @dfn{tracepoints}, and
6425arbitrary expressions to evaluate when those tracepoints are reached.
6426Later, using the @code{tfind} command, you can examine the values
6427those expressions had when the program hit the tracepoints. The
6428expressions may also denote objects in memory---structures or arrays,
6429for example---whose values @value{GDBN} should record; while visiting
6430a particular tracepoint, you may inspect those objects as if they were
6431in memory at that moment. However, because @value{GDBN} records these
6432values without interacting with you, it can do so quickly and
6433unobtrusively, hopefully not disturbing the program's behavior.
6434
6435The tracepoint facility is currently available only for remote
2c0069bb
EZ
6436targets. @xref{Targets}. In addition, your remote target must know how
6437to collect trace data. This functionality is implemented in the remote
6438stub; however, none of the stubs distributed with @value{GDBN} support
6439tracepoints as of this writing.
b37052ae
EZ
6440
6441This chapter describes the tracepoint commands and features.
6442
6443@menu
6444* Set Tracepoints::
6445* Analyze Collected Data::
6446* Tracepoint Variables::
6447@end menu
6448
6449@node Set Tracepoints
6450@section Commands to Set Tracepoints
6451
6452Before running such a @dfn{trace experiment}, an arbitrary number of
6453tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6454tracepoint has a number assigned to it by @value{GDBN}. Like with
6455breakpoints, tracepoint numbers are successive integers starting from
6456one. Many of the commands associated with tracepoints take the
6457tracepoint number as their argument, to identify which tracepoint to
6458work on.
6459
6460For each tracepoint, you can specify, in advance, some arbitrary set
6461of data that you want the target to collect in the trace buffer when
6462it hits that tracepoint. The collected data can include registers,
6463local variables, or global data. Later, you can use @value{GDBN}
6464commands to examine the values these data had at the time the
6465tracepoint was hit.
6466
6467This section describes commands to set tracepoints and associated
6468conditions and actions.
6469
6470@menu
6471* Create and Delete Tracepoints::
6472* Enable and Disable Tracepoints::
6473* Tracepoint Passcounts::
6474* Tracepoint Actions::
6475* Listing Tracepoints::
6476* Starting and Stopping Trace Experiment::
6477@end menu
6478
6479@node Create and Delete Tracepoints
6480@subsection Create and Delete Tracepoints
6481
6482@table @code
6483@cindex set tracepoint
6484@kindex trace
6485@item trace
6486The @code{trace} command is very similar to the @code{break} command.
6487Its argument can be a source line, a function name, or an address in
6488the target program. @xref{Set Breaks}. The @code{trace} command
6489defines a tracepoint, which is a point in the target program where the
6490debugger will briefly stop, collect some data, and then allow the
6491program to continue. Setting a tracepoint or changing its commands
6492doesn't take effect until the next @code{tstart} command; thus, you
6493cannot change the tracepoint attributes once a trace experiment is
6494running.
6495
6496Here are some examples of using the @code{trace} command:
6497
6498@smallexample
6499(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6500
6501(@value{GDBP}) @b{trace +2} // 2 lines forward
6502
6503(@value{GDBP}) @b{trace my_function} // first source line of function
6504
6505(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6506
6507(@value{GDBP}) @b{trace *0x2117c4} // an address
6508@end smallexample
6509
6510@noindent
6511You can abbreviate @code{trace} as @code{tr}.
6512
6513@vindex $tpnum
6514@cindex last tracepoint number
6515@cindex recent tracepoint number
6516@cindex tracepoint number
6517The convenience variable @code{$tpnum} records the tracepoint number
6518of the most recently set tracepoint.
6519
6520@kindex delete tracepoint
6521@cindex tracepoint deletion
6522@item delete tracepoint @r{[}@var{num}@r{]}
6523Permanently delete one or more tracepoints. With no argument, the
6524default is to delete all tracepoints.
6525
6526Examples:
6527
6528@smallexample
6529(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6530
6531(@value{GDBP}) @b{delete trace} // remove all tracepoints
6532@end smallexample
6533
6534@noindent
6535You can abbreviate this command as @code{del tr}.
6536@end table
6537
6538@node Enable and Disable Tracepoints
6539@subsection Enable and Disable Tracepoints
6540
6541@table @code
6542@kindex disable tracepoint
6543@item disable tracepoint @r{[}@var{num}@r{]}
6544Disable tracepoint @var{num}, or all tracepoints if no argument
6545@var{num} is given. A disabled tracepoint will have no effect during
6546the next trace experiment, but it is not forgotten. You can re-enable
6547a disabled tracepoint using the @code{enable tracepoint} command.
6548
6549@kindex enable tracepoint
6550@item enable tracepoint @r{[}@var{num}@r{]}
6551Enable tracepoint @var{num}, or all tracepoints. The enabled
6552tracepoints will become effective the next time a trace experiment is
6553run.
6554@end table
6555
6556@node Tracepoint Passcounts
6557@subsection Tracepoint Passcounts
6558
6559@table @code
6560@kindex passcount
6561@cindex tracepoint pass count
6562@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6563Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6564automatically stop a trace experiment. If a tracepoint's passcount is
6565@var{n}, then the trace experiment will be automatically stopped on
6566the @var{n}'th time that tracepoint is hit. If the tracepoint number
6567@var{num} is not specified, the @code{passcount} command sets the
6568passcount of the most recently defined tracepoint. If no passcount is
6569given, the trace experiment will run until stopped explicitly by the
6570user.
6571
6572Examples:
6573
6574@smallexample
6826cf00
EZ
6575(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6576@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6577
6578(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6579@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6580(@value{GDBP}) @b{trace foo}
6581(@value{GDBP}) @b{pass 3}
6582(@value{GDBP}) @b{trace bar}
6583(@value{GDBP}) @b{pass 2}
6584(@value{GDBP}) @b{trace baz}
6585(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6586@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6587@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6588@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6589@end smallexample
6590@end table
6591
6592@node Tracepoint Actions
6593@subsection Tracepoint Action Lists
6594
6595@table @code
6596@kindex actions
6597@cindex tracepoint actions
6598@item actions @r{[}@var{num}@r{]}
6599This command will prompt for a list of actions to be taken when the
6600tracepoint is hit. If the tracepoint number @var{num} is not
6601specified, this command sets the actions for the one that was most
6602recently defined (so that you can define a tracepoint and then say
6603@code{actions} without bothering about its number). You specify the
6604actions themselves on the following lines, one action at a time, and
6605terminate the actions list with a line containing just @code{end}. So
6606far, the only defined actions are @code{collect} and
6607@code{while-stepping}.
6608
6609@cindex remove actions from a tracepoint
6610To remove all actions from a tracepoint, type @samp{actions @var{num}}
6611and follow it immediately with @samp{end}.
6612
6613@smallexample
6614(@value{GDBP}) @b{collect @var{data}} // collect some data
6615
6826cf00 6616(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6617
6826cf00 6618(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6619@end smallexample
6620
6621In the following example, the action list begins with @code{collect}
6622commands indicating the things to be collected when the tracepoint is
6623hit. Then, in order to single-step and collect additional data
6624following the tracepoint, a @code{while-stepping} command is used,
6625followed by the list of things to be collected while stepping. The
6626@code{while-stepping} command is terminated by its own separate
6627@code{end} command. Lastly, the action list is terminated by an
6628@code{end} command.
6629
6630@smallexample
6631(@value{GDBP}) @b{trace foo}
6632(@value{GDBP}) @b{actions}
6633Enter actions for tracepoint 1, one per line:
6634> collect bar,baz
6635> collect $regs
6636> while-stepping 12
6637 > collect $fp, $sp
6638 > end
6639end
6640@end smallexample
6641
6642@kindex collect @r{(tracepoints)}
6643@item collect @var{expr1}, @var{expr2}, @dots{}
6644Collect values of the given expressions when the tracepoint is hit.
6645This command accepts a comma-separated list of any valid expressions.
6646In addition to global, static, or local variables, the following
6647special arguments are supported:
6648
6649@table @code
6650@item $regs
6651collect all registers
6652
6653@item $args
6654collect all function arguments
6655
6656@item $locals
6657collect all local variables.
6658@end table
6659
6660You can give several consecutive @code{collect} commands, each one
6661with a single argument, or one @code{collect} command with several
6662arguments separated by commas: the effect is the same.
6663
f5c37c66
EZ
6664The command @code{info scope} (@pxref{Symbols, info scope}) is
6665particularly useful for figuring out what data to collect.
6666
b37052ae
EZ
6667@kindex while-stepping @r{(tracepoints)}
6668@item while-stepping @var{n}
6669Perform @var{n} single-step traces after the tracepoint, collecting
6670new data at each step. The @code{while-stepping} command is
6671followed by the list of what to collect while stepping (followed by
6672its own @code{end} command):
6673
6674@smallexample
6675> while-stepping 12
6676 > collect $regs, myglobal
6677 > end
6678>
6679@end smallexample
6680
6681@noindent
6682You may abbreviate @code{while-stepping} as @code{ws} or
6683@code{stepping}.
6684@end table
6685
6686@node Listing Tracepoints
6687@subsection Listing Tracepoints
6688
6689@table @code
6690@kindex info tracepoints
6691@cindex information about tracepoints
6692@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6693Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6694a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6695defined so far. For each tracepoint, the following information is
6696shown:
6697
6698@itemize @bullet
6699@item
6700its number
6701@item
6702whether it is enabled or disabled
6703@item
6704its address
6705@item
6706its passcount as given by the @code{passcount @var{n}} command
6707@item
6708its step count as given by the @code{while-stepping @var{n}} command
6709@item
6710where in the source files is the tracepoint set
6711@item
6712its action list as given by the @code{actions} command
6713@end itemize
6714
6715@smallexample
6716(@value{GDBP}) @b{info trace}
6717Num Enb Address PassC StepC What
67181 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
67192 y 0x0020dc64 0 0 in g_test at g_test.c:1375
67203 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6721(@value{GDBP})
6722@end smallexample
6723
6724@noindent
6725This command can be abbreviated @code{info tp}.
6726@end table
6727
6728@node Starting and Stopping Trace Experiment
6729@subsection Starting and Stopping Trace Experiment
6730
6731@table @code
6732@kindex tstart
6733@cindex start a new trace experiment
6734@cindex collected data discarded
6735@item tstart
6736This command takes no arguments. It starts the trace experiment, and
6737begins collecting data. This has the side effect of discarding all
6738the data collected in the trace buffer during the previous trace
6739experiment.
6740
6741@kindex tstop
6742@cindex stop a running trace experiment
6743@item tstop
6744This command takes no arguments. It ends the trace experiment, and
6745stops collecting data.
6746
6747@strong{Note:} a trace experiment and data collection may stop
6748automatically if any tracepoint's passcount is reached
6749(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6750
6751@kindex tstatus
6752@cindex status of trace data collection
6753@cindex trace experiment, status of
6754@item tstatus
6755This command displays the status of the current trace data
6756collection.
6757@end table
6758
6759Here is an example of the commands we described so far:
6760
6761@smallexample
6762(@value{GDBP}) @b{trace gdb_c_test}
6763(@value{GDBP}) @b{actions}
6764Enter actions for tracepoint #1, one per line.
6765> collect $regs,$locals,$args
6766> while-stepping 11
6767 > collect $regs
6768 > end
6769> end
6770(@value{GDBP}) @b{tstart}
6771 [time passes @dots{}]
6772(@value{GDBP}) @b{tstop}
6773@end smallexample
6774
6775
6776@node Analyze Collected Data
6777@section Using the collected data
6778
6779After the tracepoint experiment ends, you use @value{GDBN} commands
6780for examining the trace data. The basic idea is that each tracepoint
6781collects a trace @dfn{snapshot} every time it is hit and another
6782snapshot every time it single-steps. All these snapshots are
6783consecutively numbered from zero and go into a buffer, and you can
6784examine them later. The way you examine them is to @dfn{focus} on a
6785specific trace snapshot. When the remote stub is focused on a trace
6786snapshot, it will respond to all @value{GDBN} requests for memory and
6787registers by reading from the buffer which belongs to that snapshot,
6788rather than from @emph{real} memory or registers of the program being
6789debugged. This means that @strong{all} @value{GDBN} commands
6790(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6791behave as if we were currently debugging the program state as it was
6792when the tracepoint occurred. Any requests for data that are not in
6793the buffer will fail.
6794
6795@menu
6796* tfind:: How to select a trace snapshot
6797* tdump:: How to display all data for a snapshot
6798* save-tracepoints:: How to save tracepoints for a future run
6799@end menu
6800
6801@node tfind
6802@subsection @code{tfind @var{n}}
6803
6804@kindex tfind
6805@cindex select trace snapshot
6806@cindex find trace snapshot
6807The basic command for selecting a trace snapshot from the buffer is
6808@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6809counting from zero. If no argument @var{n} is given, the next
6810snapshot is selected.
6811
6812Here are the various forms of using the @code{tfind} command.
6813
6814@table @code
6815@item tfind start
6816Find the first snapshot in the buffer. This is a synonym for
6817@code{tfind 0} (since 0 is the number of the first snapshot).
6818
6819@item tfind none
6820Stop debugging trace snapshots, resume @emph{live} debugging.
6821
6822@item tfind end
6823Same as @samp{tfind none}.
6824
6825@item tfind
6826No argument means find the next trace snapshot.
6827
6828@item tfind -
6829Find the previous trace snapshot before the current one. This permits
6830retracing earlier steps.
6831
6832@item tfind tracepoint @var{num}
6833Find the next snapshot associated with tracepoint @var{num}. Search
6834proceeds forward from the last examined trace snapshot. If no
6835argument @var{num} is given, it means find the next snapshot collected
6836for the same tracepoint as the current snapshot.
6837
6838@item tfind pc @var{addr}
6839Find the next snapshot associated with the value @var{addr} of the
6840program counter. Search proceeds forward from the last examined trace
6841snapshot. If no argument @var{addr} is given, it means find the next
6842snapshot with the same value of PC as the current snapshot.
6843
6844@item tfind outside @var{addr1}, @var{addr2}
6845Find the next snapshot whose PC is outside the given range of
6846addresses.
6847
6848@item tfind range @var{addr1}, @var{addr2}
6849Find the next snapshot whose PC is between @var{addr1} and
6850@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
6851
6852@item tfind line @r{[}@var{file}:@r{]}@var{n}
6853Find the next snapshot associated with the source line @var{n}. If
6854the optional argument @var{file} is given, refer to line @var{n} in
6855that source file. Search proceeds forward from the last examined
6856trace snapshot. If no argument @var{n} is given, it means find the
6857next line other than the one currently being examined; thus saying
6858@code{tfind line} repeatedly can appear to have the same effect as
6859stepping from line to line in a @emph{live} debugging session.
6860@end table
6861
6862The default arguments for the @code{tfind} commands are specifically
6863designed to make it easy to scan through the trace buffer. For
6864instance, @code{tfind} with no argument selects the next trace
6865snapshot, and @code{tfind -} with no argument selects the previous
6866trace snapshot. So, by giving one @code{tfind} command, and then
6867simply hitting @key{RET} repeatedly you can examine all the trace
6868snapshots in order. Or, by saying @code{tfind -} and then hitting
6869@key{RET} repeatedly you can examine the snapshots in reverse order.
6870The @code{tfind line} command with no argument selects the snapshot
6871for the next source line executed. The @code{tfind pc} command with
6872no argument selects the next snapshot with the same program counter
6873(PC) as the current frame. The @code{tfind tracepoint} command with
6874no argument selects the next trace snapshot collected by the same
6875tracepoint as the current one.
6876
6877In addition to letting you scan through the trace buffer manually,
6878these commands make it easy to construct @value{GDBN} scripts that
6879scan through the trace buffer and print out whatever collected data
6880you are interested in. Thus, if we want to examine the PC, FP, and SP
6881registers from each trace frame in the buffer, we can say this:
6882
6883@smallexample
6884(@value{GDBP}) @b{tfind start}
6885(@value{GDBP}) @b{while ($trace_frame != -1)}
6886> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
6887 $trace_frame, $pc, $sp, $fp
6888> tfind
6889> end
6890
6891Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
6892Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
6893Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
6894Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
6895Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
6896Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
6897Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
6898Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
6899Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
6900Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
6901Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
6902@end smallexample
6903
6904Or, if we want to examine the variable @code{X} at each source line in
6905the buffer:
6906
6907@smallexample
6908(@value{GDBP}) @b{tfind start}
6909(@value{GDBP}) @b{while ($trace_frame != -1)}
6910> printf "Frame %d, X == %d\n", $trace_frame, X
6911> tfind line
6912> end
6913
6914Frame 0, X = 1
6915Frame 7, X = 2
6916Frame 13, X = 255
6917@end smallexample
6918
6919@node tdump
6920@subsection @code{tdump}
6921@kindex tdump
6922@cindex dump all data collected at tracepoint
6923@cindex tracepoint data, display
6924
6925This command takes no arguments. It prints all the data collected at
6926the current trace snapshot.
6927
6928@smallexample
6929(@value{GDBP}) @b{trace 444}
6930(@value{GDBP}) @b{actions}
6931Enter actions for tracepoint #2, one per line:
6932> collect $regs, $locals, $args, gdb_long_test
6933> end
6934
6935(@value{GDBP}) @b{tstart}
6936
6937(@value{GDBP}) @b{tfind line 444}
6938#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
6939at gdb_test.c:444
6940444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
6941
6942(@value{GDBP}) @b{tdump}
6943Data collected at tracepoint 2, trace frame 1:
6944d0 0xc4aa0085 -995491707
6945d1 0x18 24
6946d2 0x80 128
6947d3 0x33 51
6948d4 0x71aea3d 119204413
6949d5 0x22 34
6950d6 0xe0 224
6951d7 0x380035 3670069
6952a0 0x19e24a 1696330
6953a1 0x3000668 50333288
6954a2 0x100 256
6955a3 0x322000 3284992
6956a4 0x3000698 50333336
6957a5 0x1ad3cc 1758156
6958fp 0x30bf3c 0x30bf3c
6959sp 0x30bf34 0x30bf34
6960ps 0x0 0
6961pc 0x20b2c8 0x20b2c8
6962fpcontrol 0x0 0
6963fpstatus 0x0 0
6964fpiaddr 0x0 0
6965p = 0x20e5b4 "gdb-test"
6966p1 = (void *) 0x11
6967p2 = (void *) 0x22
6968p3 = (void *) 0x33
6969p4 = (void *) 0x44
6970p5 = (void *) 0x55
6971p6 = (void *) 0x66
6972gdb_long_test = 17 '\021'
6973
6974(@value{GDBP})
6975@end smallexample
6976
6977@node save-tracepoints
6978@subsection @code{save-tracepoints @var{filename}}
6979@kindex save-tracepoints
6980@cindex save tracepoints for future sessions
6981
6982This command saves all current tracepoint definitions together with
6983their actions and passcounts, into a file @file{@var{filename}}
6984suitable for use in a later debugging session. To read the saved
6985tracepoint definitions, use the @code{source} command (@pxref{Command
6986Files}).
6987
6988@node Tracepoint Variables
6989@section Convenience Variables for Tracepoints
6990@cindex tracepoint variables
6991@cindex convenience variables for tracepoints
6992
6993@table @code
6994@vindex $trace_frame
6995@item (int) $trace_frame
6996The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
6997snapshot is selected.
6998
6999@vindex $tracepoint
7000@item (int) $tracepoint
7001The tracepoint for the current trace snapshot.
7002
7003@vindex $trace_line
7004@item (int) $trace_line
7005The line number for the current trace snapshot.
7006
7007@vindex $trace_file
7008@item (char []) $trace_file
7009The source file for the current trace snapshot.
7010
7011@vindex $trace_func
7012@item (char []) $trace_func
7013The name of the function containing @code{$tracepoint}.
7014@end table
7015
7016Note: @code{$trace_file} is not suitable for use in @code{printf},
7017use @code{output} instead.
7018
7019Here's a simple example of using these convenience variables for
7020stepping through all the trace snapshots and printing some of their
7021data.
7022
7023@smallexample
7024(@value{GDBP}) @b{tfind start}
7025
7026(@value{GDBP}) @b{while $trace_frame != -1}
7027> output $trace_file
7028> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7029> tfind
7030> end
7031@end smallexample
7032
df0cd8c5
JB
7033@node Overlays
7034@chapter Debugging Programs That Use Overlays
7035@cindex overlays
7036
7037If your program is too large to fit completely in your target system's
7038memory, you can sometimes use @dfn{overlays} to work around this
7039problem. @value{GDBN} provides some support for debugging programs that
7040use overlays.
7041
7042@menu
7043* How Overlays Work:: A general explanation of overlays.
7044* Overlay Commands:: Managing overlays in @value{GDBN}.
7045* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7046 mapped by asking the inferior.
7047* Overlay Sample Program:: A sample program using overlays.
7048@end menu
7049
7050@node How Overlays Work
7051@section How Overlays Work
7052@cindex mapped overlays
7053@cindex unmapped overlays
7054@cindex load address, overlay's
7055@cindex mapped address
7056@cindex overlay area
7057
7058Suppose you have a computer whose instruction address space is only 64
7059kilobytes long, but which has much more memory which can be accessed by
7060other means: special instructions, segment registers, or memory
7061management hardware, for example. Suppose further that you want to
7062adapt a program which is larger than 64 kilobytes to run on this system.
7063
7064One solution is to identify modules of your program which are relatively
7065independent, and need not call each other directly; call these modules
7066@dfn{overlays}. Separate the overlays from the main program, and place
7067their machine code in the larger memory. Place your main program in
7068instruction memory, but leave at least enough space there to hold the
7069largest overlay as well.
7070
7071Now, to call a function located in an overlay, you must first copy that
7072overlay's machine code from the large memory into the space set aside
7073for it in the instruction memory, and then jump to its entry point
7074there.
7075
c928edc0
AC
7076@c NB: In the below the mapped area's size is greater or equal to the
7077@c size of all overlays. This is intentional to remind the developer
7078@c that overlays don't necessarily need to be the same size.
7079
474c8240 7080@smallexample
df0cd8c5 7081@group
c928edc0
AC
7082 Data Instruction Larger
7083Address Space Address Space Address Space
7084+-----------+ +-----------+ +-----------+
7085| | | | | |
7086+-----------+ +-----------+ +-----------+<-- overlay 1
7087| program | | main | .----| overlay 1 | load address
7088| variables | | program | | +-----------+
7089| and heap | | | | | |
7090+-----------+ | | | +-----------+<-- overlay 2
7091| | +-----------+ | | | load address
7092+-----------+ | | | .-| overlay 2 |
7093 | | | | | |
7094 mapped --->+-----------+ | | +-----------+
7095 address | | | | | |
7096 | overlay | <-' | | |
7097 | area | <---' +-----------+<-- overlay 3
7098 | | <---. | | load address
7099 +-----------+ `--| overlay 3 |
7100 | | | |
7101 +-----------+ | |
7102 +-----------+
7103 | |
7104 +-----------+
7105
7106 @anchor{A code overlay}A code overlay
df0cd8c5 7107@end group
474c8240 7108@end smallexample
df0cd8c5 7109
c928edc0
AC
7110The diagram (@pxref{A code overlay}) shows a system with separate data
7111and instruction address spaces. To map an overlay, the program copies
7112its code from the larger address space to the instruction address space.
7113Since the overlays shown here all use the same mapped address, only one
7114may be mapped at a time. For a system with a single address space for
7115data and instructions, the diagram would be similar, except that the
7116program variables and heap would share an address space with the main
7117program and the overlay area.
df0cd8c5
JB
7118
7119An overlay loaded into instruction memory and ready for use is called a
7120@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7121instruction memory. An overlay not present (or only partially present)
7122in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7123is its address in the larger memory. The mapped address is also called
7124the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7125called the @dfn{load memory address}, or @dfn{LMA}.
7126
7127Unfortunately, overlays are not a completely transparent way to adapt a
7128program to limited instruction memory. They introduce a new set of
7129global constraints you must keep in mind as you design your program:
7130
7131@itemize @bullet
7132
7133@item
7134Before calling or returning to a function in an overlay, your program
7135must make sure that overlay is actually mapped. Otherwise, the call or
7136return will transfer control to the right address, but in the wrong
7137overlay, and your program will probably crash.
7138
7139@item
7140If the process of mapping an overlay is expensive on your system, you
7141will need to choose your overlays carefully to minimize their effect on
7142your program's performance.
7143
7144@item
7145The executable file you load onto your system must contain each
7146overlay's instructions, appearing at the overlay's load address, not its
7147mapped address. However, each overlay's instructions must be relocated
7148and its symbols defined as if the overlay were at its mapped address.
7149You can use GNU linker scripts to specify different load and relocation
7150addresses for pieces of your program; see @ref{Overlay Description,,,
7151ld.info, Using ld: the GNU linker}.
7152
7153@item
7154The procedure for loading executable files onto your system must be able
7155to load their contents into the larger address space as well as the
7156instruction and data spaces.
7157
7158@end itemize
7159
7160The overlay system described above is rather simple, and could be
7161improved in many ways:
7162
7163@itemize @bullet
7164
7165@item
7166If your system has suitable bank switch registers or memory management
7167hardware, you could use those facilities to make an overlay's load area
7168contents simply appear at their mapped address in instruction space.
7169This would probably be faster than copying the overlay to its mapped
7170area in the usual way.
7171
7172@item
7173If your overlays are small enough, you could set aside more than one
7174overlay area, and have more than one overlay mapped at a time.
7175
7176@item
7177You can use overlays to manage data, as well as instructions. In
7178general, data overlays are even less transparent to your design than
7179code overlays: whereas code overlays only require care when you call or
7180return to functions, data overlays require care every time you access
7181the data. Also, if you change the contents of a data overlay, you
7182must copy its contents back out to its load address before you can copy a
7183different data overlay into the same mapped area.
7184
7185@end itemize
7186
7187
7188@node Overlay Commands
7189@section Overlay Commands
7190
7191To use @value{GDBN}'s overlay support, each overlay in your program must
7192correspond to a separate section of the executable file. The section's
7193virtual memory address and load memory address must be the overlay's
7194mapped and load addresses. Identifying overlays with sections allows
7195@value{GDBN} to determine the appropriate address of a function or
7196variable, depending on whether the overlay is mapped or not.
7197
7198@value{GDBN}'s overlay commands all start with the word @code{overlay};
7199you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7200
7201@table @code
7202@item overlay off
7203@kindex overlay off
7204Disable @value{GDBN}'s overlay support. When overlay support is
7205disabled, @value{GDBN} assumes that all functions and variables are
7206always present at their mapped addresses. By default, @value{GDBN}'s
7207overlay support is disabled.
7208
7209@item overlay manual
7210@kindex overlay manual
7211@cindex manual overlay debugging
7212Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7213relies on you to tell it which overlays are mapped, and which are not,
7214using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7215commands described below.
7216
7217@item overlay map-overlay @var{overlay}
7218@itemx overlay map @var{overlay}
7219@kindex overlay map-overlay
7220@cindex map an overlay
7221Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7222be the name of the object file section containing the overlay. When an
7223overlay is mapped, @value{GDBN} assumes it can find the overlay's
7224functions and variables at their mapped addresses. @value{GDBN} assumes
7225that any other overlays whose mapped ranges overlap that of
7226@var{overlay} are now unmapped.
7227
7228@item overlay unmap-overlay @var{overlay}
7229@itemx overlay unmap @var{overlay}
7230@kindex overlay unmap-overlay
7231@cindex unmap an overlay
7232Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7233must be the name of the object file section containing the overlay.
7234When an overlay is unmapped, @value{GDBN} assumes it can find the
7235overlay's functions and variables at their load addresses.
7236
7237@item overlay auto
7238@kindex overlay auto
7239Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7240consults a data structure the overlay manager maintains in the inferior
7241to see which overlays are mapped. For details, see @ref{Automatic
7242Overlay Debugging}.
7243
7244@item overlay load-target
7245@itemx overlay load
7246@kindex overlay load-target
7247@cindex reloading the overlay table
7248Re-read the overlay table from the inferior. Normally, @value{GDBN}
7249re-reads the table @value{GDBN} automatically each time the inferior
7250stops, so this command should only be necessary if you have changed the
7251overlay mapping yourself using @value{GDBN}. This command is only
7252useful when using automatic overlay debugging.
7253
7254@item overlay list-overlays
7255@itemx overlay list
7256@cindex listing mapped overlays
7257Display a list of the overlays currently mapped, along with their mapped
7258addresses, load addresses, and sizes.
7259
7260@end table
7261
7262Normally, when @value{GDBN} prints a code address, it includes the name
7263of the function the address falls in:
7264
474c8240 7265@smallexample
df0cd8c5
JB
7266(gdb) print main
7267$3 = @{int ()@} 0x11a0 <main>
474c8240 7268@end smallexample
df0cd8c5
JB
7269@noindent
7270When overlay debugging is enabled, @value{GDBN} recognizes code in
7271unmapped overlays, and prints the names of unmapped functions with
7272asterisks around them. For example, if @code{foo} is a function in an
7273unmapped overlay, @value{GDBN} prints it this way:
7274
474c8240 7275@smallexample
df0cd8c5
JB
7276(gdb) overlay list
7277No sections are mapped.
7278(gdb) print foo
7279$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7280@end smallexample
df0cd8c5
JB
7281@noindent
7282When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7283name normally:
7284
474c8240 7285@smallexample
df0cd8c5
JB
7286(gdb) overlay list
7287Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7288 mapped at 0x1016 - 0x104a
7289(gdb) print foo
7290$6 = @{int (int)@} 0x1016 <foo>
474c8240 7291@end smallexample
df0cd8c5
JB
7292
7293When overlay debugging is enabled, @value{GDBN} can find the correct
7294address for functions and variables in an overlay, whether or not the
7295overlay is mapped. This allows most @value{GDBN} commands, like
7296@code{break} and @code{disassemble}, to work normally, even on unmapped
7297code. However, @value{GDBN}'s breakpoint support has some limitations:
7298
7299@itemize @bullet
7300@item
7301@cindex breakpoints in overlays
7302@cindex overlays, setting breakpoints in
7303You can set breakpoints in functions in unmapped overlays, as long as
7304@value{GDBN} can write to the overlay at its load address.
7305@item
7306@value{GDBN} can not set hardware or simulator-based breakpoints in
7307unmapped overlays. However, if you set a breakpoint at the end of your
7308overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7309you are using manual overlay management), @value{GDBN} will re-set its
7310breakpoints properly.
7311@end itemize
7312
7313
7314@node Automatic Overlay Debugging
7315@section Automatic Overlay Debugging
7316@cindex automatic overlay debugging
7317
7318@value{GDBN} can automatically track which overlays are mapped and which
7319are not, given some simple co-operation from the overlay manager in the
7320inferior. If you enable automatic overlay debugging with the
7321@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7322looks in the inferior's memory for certain variables describing the
7323current state of the overlays.
7324
7325Here are the variables your overlay manager must define to support
7326@value{GDBN}'s automatic overlay debugging:
7327
7328@table @asis
7329
7330@item @code{_ovly_table}:
7331This variable must be an array of the following structures:
7332
474c8240 7333@smallexample
df0cd8c5
JB
7334struct
7335@{
7336 /* The overlay's mapped address. */
7337 unsigned long vma;
7338
7339 /* The size of the overlay, in bytes. */
7340 unsigned long size;
7341
7342 /* The overlay's load address. */
7343 unsigned long lma;
7344
7345 /* Non-zero if the overlay is currently mapped;
7346 zero otherwise. */
7347 unsigned long mapped;
7348@}
474c8240 7349@end smallexample
df0cd8c5
JB
7350
7351@item @code{_novlys}:
7352This variable must be a four-byte signed integer, holding the total
7353number of elements in @code{_ovly_table}.
7354
7355@end table
7356
7357To decide whether a particular overlay is mapped or not, @value{GDBN}
7358looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7359@code{lma} members equal the VMA and LMA of the overlay's section in the
7360executable file. When @value{GDBN} finds a matching entry, it consults
7361the entry's @code{mapped} member to determine whether the overlay is
7362currently mapped.
7363
81d46470 7364In addition, your overlay manager may define a function called
def71bfa 7365@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7366will silently set a breakpoint there. If the overlay manager then
7367calls this function whenever it has changed the overlay table, this
7368will enable @value{GDBN} to accurately keep track of which overlays
7369are in program memory, and update any breakpoints that may be set
7370in overlays. This will allow breakpoints to work even if the
7371overlays are kept in ROM or other non-writable memory while they
7372are not being executed.
df0cd8c5
JB
7373
7374@node Overlay Sample Program
7375@section Overlay Sample Program
7376@cindex overlay example program
7377
7378When linking a program which uses overlays, you must place the overlays
7379at their load addresses, while relocating them to run at their mapped
7380addresses. To do this, you must write a linker script (@pxref{Overlay
7381Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7382since linker scripts are specific to a particular host system, target
7383architecture, and target memory layout, this manual cannot provide
7384portable sample code demonstrating @value{GDBN}'s overlay support.
7385
7386However, the @value{GDBN} source distribution does contain an overlaid
7387program, with linker scripts for a few systems, as part of its test
7388suite. The program consists of the following files from
7389@file{gdb/testsuite/gdb.base}:
7390
7391@table @file
7392@item overlays.c
7393The main program file.
7394@item ovlymgr.c
7395A simple overlay manager, used by @file{overlays.c}.
7396@item foo.c
7397@itemx bar.c
7398@itemx baz.c
7399@itemx grbx.c
7400Overlay modules, loaded and used by @file{overlays.c}.
7401@item d10v.ld
7402@itemx m32r.ld
7403Linker scripts for linking the test program on the @code{d10v-elf}
7404and @code{m32r-elf} targets.
7405@end table
7406
7407You can build the test program using the @code{d10v-elf} GCC
7408cross-compiler like this:
7409
474c8240 7410@smallexample
df0cd8c5
JB
7411$ d10v-elf-gcc -g -c overlays.c
7412$ d10v-elf-gcc -g -c ovlymgr.c
7413$ d10v-elf-gcc -g -c foo.c
7414$ d10v-elf-gcc -g -c bar.c
7415$ d10v-elf-gcc -g -c baz.c
7416$ d10v-elf-gcc -g -c grbx.c
7417$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7418 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7419@end smallexample
df0cd8c5
JB
7420
7421The build process is identical for any other architecture, except that
7422you must substitute the appropriate compiler and linker script for the
7423target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7424
7425
6d2ebf8b 7426@node Languages
c906108c
SS
7427@chapter Using @value{GDBN} with Different Languages
7428@cindex languages
7429
c906108c
SS
7430Although programming languages generally have common aspects, they are
7431rarely expressed in the same manner. For instance, in ANSI C,
7432dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7433Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7434represented (and displayed) differently. Hex numbers in C appear as
c906108c 7435@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7436
7437@cindex working language
7438Language-specific information is built into @value{GDBN} for some languages,
7439allowing you to express operations like the above in your program's
7440native language, and allowing @value{GDBN} to output values in a manner
7441consistent with the syntax of your program's native language. The
7442language you use to build expressions is called the @dfn{working
7443language}.
7444
7445@menu
7446* Setting:: Switching between source languages
7447* Show:: Displaying the language
c906108c 7448* Checks:: Type and range checks
c906108c
SS
7449* Support:: Supported languages
7450@end menu
7451
6d2ebf8b 7452@node Setting
c906108c
SS
7453@section Switching between source languages
7454
7455There are two ways to control the working language---either have @value{GDBN}
7456set it automatically, or select it manually yourself. You can use the
7457@code{set language} command for either purpose. On startup, @value{GDBN}
7458defaults to setting the language automatically. The working language is
7459used to determine how expressions you type are interpreted, how values
7460are printed, etc.
7461
7462In addition to the working language, every source file that
7463@value{GDBN} knows about has its own working language. For some object
7464file formats, the compiler might indicate which language a particular
7465source file is in. However, most of the time @value{GDBN} infers the
7466language from the name of the file. The language of a source file
b37052ae 7467controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7468show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7469set the language of a source file from within @value{GDBN}, but you can
7470set the language associated with a filename extension. @xref{Show, ,
7471Displaying the language}.
c906108c
SS
7472
7473This is most commonly a problem when you use a program, such
5d161b24 7474as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7475another language. In that case, make the
7476program use @code{#line} directives in its C output; that way
7477@value{GDBN} will know the correct language of the source code of the original
7478program, and will display that source code, not the generated C code.
7479
7480@menu
7481* Filenames:: Filename extensions and languages.
7482* Manually:: Setting the working language manually
7483* Automatically:: Having @value{GDBN} infer the source language
7484@end menu
7485
6d2ebf8b 7486@node Filenames
c906108c
SS
7487@subsection List of filename extensions and languages
7488
7489If a source file name ends in one of the following extensions, then
7490@value{GDBN} infers that its language is the one indicated.
7491
7492@table @file
7493
7494@item .c
7495C source file
7496
7497@item .C
7498@itemx .cc
7499@itemx .cp
7500@itemx .cpp
7501@itemx .cxx
7502@itemx .c++
b37052ae 7503C@t{++} source file
c906108c
SS
7504
7505@item .f
7506@itemx .F
7507Fortran source file
7508
c906108c
SS
7509@item .mod
7510Modula-2 source file
c906108c
SS
7511
7512@item .s
7513@itemx .S
7514Assembler source file. This actually behaves almost like C, but
7515@value{GDBN} does not skip over function prologues when stepping.
7516@end table
7517
7518In addition, you may set the language associated with a filename
7519extension. @xref{Show, , Displaying the language}.
7520
6d2ebf8b 7521@node Manually
c906108c
SS
7522@subsection Setting the working language
7523
7524If you allow @value{GDBN} to set the language automatically,
7525expressions are interpreted the same way in your debugging session and
7526your program.
7527
7528@kindex set language
7529If you wish, you may set the language manually. To do this, issue the
7530command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7531a language, such as
c906108c 7532@code{c} or @code{modula-2}.
c906108c
SS
7533For a list of the supported languages, type @samp{set language}.
7534
c906108c
SS
7535Setting the language manually prevents @value{GDBN} from updating the working
7536language automatically. This can lead to confusion if you try
7537to debug a program when the working language is not the same as the
7538source language, when an expression is acceptable to both
7539languages---but means different things. For instance, if the current
7540source file were written in C, and @value{GDBN} was parsing Modula-2, a
7541command such as:
7542
474c8240 7543@smallexample
c906108c 7544print a = b + c
474c8240 7545@end smallexample
c906108c
SS
7546
7547@noindent
7548might not have the effect you intended. In C, this means to add
7549@code{b} and @code{c} and place the result in @code{a}. The result
7550printed would be the value of @code{a}. In Modula-2, this means to compare
7551@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7552
6d2ebf8b 7553@node Automatically
c906108c
SS
7554@subsection Having @value{GDBN} infer the source language
7555
7556To have @value{GDBN} set the working language automatically, use
7557@samp{set language local} or @samp{set language auto}. @value{GDBN}
7558then infers the working language. That is, when your program stops in a
7559frame (usually by encountering a breakpoint), @value{GDBN} sets the
7560working language to the language recorded for the function in that
7561frame. If the language for a frame is unknown (that is, if the function
7562or block corresponding to the frame was defined in a source file that
7563does not have a recognized extension), the current working language is
7564not changed, and @value{GDBN} issues a warning.
7565
7566This may not seem necessary for most programs, which are written
7567entirely in one source language. However, program modules and libraries
7568written in one source language can be used by a main program written in
7569a different source language. Using @samp{set language auto} in this
7570case frees you from having to set the working language manually.
7571
6d2ebf8b 7572@node Show
c906108c 7573@section Displaying the language
c906108c
SS
7574
7575The following commands help you find out which language is the
7576working language, and also what language source files were written in.
7577
7578@kindex show language
d4f3574e
SS
7579@kindex info frame@r{, show the source language}
7580@kindex info source@r{, show the source language}
c906108c
SS
7581@table @code
7582@item show language
7583Display the current working language. This is the
7584language you can use with commands such as @code{print} to
7585build and compute expressions that may involve variables in your program.
7586
7587@item info frame
5d161b24 7588Display the source language for this frame. This language becomes the
c906108c 7589working language if you use an identifier from this frame.
5d161b24 7590@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7591information listed here.
7592
7593@item info source
7594Display the source language of this source file.
5d161b24 7595@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7596information listed here.
7597@end table
7598
7599In unusual circumstances, you may have source files with extensions
7600not in the standard list. You can then set the extension associated
7601with a language explicitly:
7602
7603@kindex set extension-language
7604@kindex info extensions
7605@table @code
7606@item set extension-language @var{.ext} @var{language}
7607Set source files with extension @var{.ext} to be assumed to be in
7608the source language @var{language}.
7609
7610@item info extensions
7611List all the filename extensions and the associated languages.
7612@end table
7613
6d2ebf8b 7614@node Checks
c906108c
SS
7615@section Type and range checking
7616
7617@quotation
7618@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7619checking are included, but they do not yet have any effect. This
7620section documents the intended facilities.
7621@end quotation
7622@c FIXME remove warning when type/range code added
7623
7624Some languages are designed to guard you against making seemingly common
7625errors through a series of compile- and run-time checks. These include
7626checking the type of arguments to functions and operators, and making
7627sure mathematical overflows are caught at run time. Checks such as
7628these help to ensure a program's correctness once it has been compiled
7629by eliminating type mismatches, and providing active checks for range
7630errors when your program is running.
7631
7632@value{GDBN} can check for conditions like the above if you wish.
7633Although @value{GDBN} does not check the statements in your program, it
7634can check expressions entered directly into @value{GDBN} for evaluation via
7635the @code{print} command, for example. As with the working language,
7636@value{GDBN} can also decide whether or not to check automatically based on
7637your program's source language. @xref{Support, ,Supported languages},
7638for the default settings of supported languages.
7639
7640@menu
7641* Type Checking:: An overview of type checking
7642* Range Checking:: An overview of range checking
7643@end menu
7644
7645@cindex type checking
7646@cindex checks, type
6d2ebf8b 7647@node Type Checking
c906108c
SS
7648@subsection An overview of type checking
7649
7650Some languages, such as Modula-2, are strongly typed, meaning that the
7651arguments to operators and functions have to be of the correct type,
7652otherwise an error occurs. These checks prevent type mismatch
7653errors from ever causing any run-time problems. For example,
7654
7655@smallexample
76561 + 2 @result{} 3
7657@exdent but
7658@error{} 1 + 2.3
7659@end smallexample
7660
7661The second example fails because the @code{CARDINAL} 1 is not
7662type-compatible with the @code{REAL} 2.3.
7663
5d161b24
DB
7664For the expressions you use in @value{GDBN} commands, you can tell the
7665@value{GDBN} type checker to skip checking;
7666to treat any mismatches as errors and abandon the expression;
7667or to only issue warnings when type mismatches occur,
c906108c
SS
7668but evaluate the expression anyway. When you choose the last of
7669these, @value{GDBN} evaluates expressions like the second example above, but
7670also issues a warning.
7671
5d161b24
DB
7672Even if you turn type checking off, there may be other reasons
7673related to type that prevent @value{GDBN} from evaluating an expression.
7674For instance, @value{GDBN} does not know how to add an @code{int} and
7675a @code{struct foo}. These particular type errors have nothing to do
7676with the language in use, and usually arise from expressions, such as
c906108c
SS
7677the one described above, which make little sense to evaluate anyway.
7678
7679Each language defines to what degree it is strict about type. For
7680instance, both Modula-2 and C require the arguments to arithmetical
7681operators to be numbers. In C, enumerated types and pointers can be
7682represented as numbers, so that they are valid arguments to mathematical
7683operators. @xref{Support, ,Supported languages}, for further
7684details on specific languages.
7685
7686@value{GDBN} provides some additional commands for controlling the type checker:
7687
d4f3574e 7688@kindex set check@r{, type}
c906108c
SS
7689@kindex set check type
7690@kindex show check type
7691@table @code
7692@item set check type auto
7693Set type checking on or off based on the current working language.
7694@xref{Support, ,Supported languages}, for the default settings for
7695each language.
7696
7697@item set check type on
7698@itemx set check type off
7699Set type checking on or off, overriding the default setting for the
7700current working language. Issue a warning if the setting does not
7701match the language default. If any type mismatches occur in
d4f3574e 7702evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7703message and aborts evaluation of the expression.
7704
7705@item set check type warn
7706Cause the type checker to issue warnings, but to always attempt to
7707evaluate the expression. Evaluating the expression may still
7708be impossible for other reasons. For example, @value{GDBN} cannot add
7709numbers and structures.
7710
7711@item show type
5d161b24 7712Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7713is setting it automatically.
7714@end table
7715
7716@cindex range checking
7717@cindex checks, range
6d2ebf8b 7718@node Range Checking
c906108c
SS
7719@subsection An overview of range checking
7720
7721In some languages (such as Modula-2), it is an error to exceed the
7722bounds of a type; this is enforced with run-time checks. Such range
7723checking is meant to ensure program correctness by making sure
7724computations do not overflow, or indices on an array element access do
7725not exceed the bounds of the array.
7726
7727For expressions you use in @value{GDBN} commands, you can tell
7728@value{GDBN} to treat range errors in one of three ways: ignore them,
7729always treat them as errors and abandon the expression, or issue
7730warnings but evaluate the expression anyway.
7731
7732A range error can result from numerical overflow, from exceeding an
7733array index bound, or when you type a constant that is not a member
7734of any type. Some languages, however, do not treat overflows as an
7735error. In many implementations of C, mathematical overflow causes the
7736result to ``wrap around'' to lower values---for example, if @var{m} is
7737the largest integer value, and @var{s} is the smallest, then
7738
474c8240 7739@smallexample
c906108c 7740@var{m} + 1 @result{} @var{s}
474c8240 7741@end smallexample
c906108c
SS
7742
7743This, too, is specific to individual languages, and in some cases
7744specific to individual compilers or machines. @xref{Support, ,
7745Supported languages}, for further details on specific languages.
7746
7747@value{GDBN} provides some additional commands for controlling the range checker:
7748
d4f3574e 7749@kindex set check@r{, range}
c906108c
SS
7750@kindex set check range
7751@kindex show check range
7752@table @code
7753@item set check range auto
7754Set range checking on or off based on the current working language.
7755@xref{Support, ,Supported languages}, for the default settings for
7756each language.
7757
7758@item set check range on
7759@itemx set check range off
7760Set range checking on or off, overriding the default setting for the
7761current working language. A warning is issued if the setting does not
c3f6f71d
JM
7762match the language default. If a range error occurs and range checking is on,
7763then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7764
7765@item set check range warn
7766Output messages when the @value{GDBN} range checker detects a range error,
7767but attempt to evaluate the expression anyway. Evaluating the
7768expression may still be impossible for other reasons, such as accessing
7769memory that the process does not own (a typical example from many Unix
7770systems).
7771
7772@item show range
7773Show the current setting of the range checker, and whether or not it is
7774being set automatically by @value{GDBN}.
7775@end table
c906108c 7776
6d2ebf8b 7777@node Support
c906108c 7778@section Supported languages
c906108c 7779
e632838e 7780@value{GDBN} supports C, C@t{++}, Fortran, Java, assembly, and Modula-2.
cce74817 7781@c This is false ...
c906108c
SS
7782Some @value{GDBN} features may be used in expressions regardless of the
7783language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7784and the @samp{@{type@}addr} construct (@pxref{Expressions,
7785,Expressions}) can be used with the constructs of any supported
7786language.
7787
7788The following sections detail to what degree each source language is
7789supported by @value{GDBN}. These sections are not meant to be language
7790tutorials or references, but serve only as a reference guide to what the
7791@value{GDBN} expression parser accepts, and what input and output
7792formats should look like for different languages. There are many good
7793books written on each of these languages; please look to these for a
7794language reference or tutorial.
7795
c906108c 7796@menu
b37052ae 7797* C:: C and C@t{++}
cce74817 7798* Modula-2:: Modula-2
c906108c
SS
7799@end menu
7800
6d2ebf8b 7801@node C
b37052ae 7802@subsection C and C@t{++}
7a292a7a 7803
b37052ae
EZ
7804@cindex C and C@t{++}
7805@cindex expressions in C or C@t{++}
c906108c 7806
b37052ae 7807Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
7808to both languages. Whenever this is the case, we discuss those languages
7809together.
7810
41afff9a
EZ
7811@cindex C@t{++}
7812@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
7813@cindex @sc{gnu} C@t{++}
7814The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7815compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7816effectively, you must compile your C@t{++} programs with a supported
7817C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
7818compiler (@code{aCC}).
7819
0179ffac
DC
7820For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
7821format; if it doesn't work on your system, try the stabs+ debugging
7822format. You can select those formats explicitly with the @code{g++}
7823command-line options @option{-gdwarf-2} and @option{-gstabs+}.
7824@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7825CC, gcc.info, Using @sc{gnu} CC}.
c906108c 7826
c906108c 7827@menu
b37052ae
EZ
7828* C Operators:: C and C@t{++} operators
7829* C Constants:: C and C@t{++} constants
7830* C plus plus expressions:: C@t{++} expressions
7831* C Defaults:: Default settings for C and C@t{++}
7832* C Checks:: C and C@t{++} type and range checks
c906108c 7833* Debugging C:: @value{GDBN} and C
b37052ae 7834* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 7835@end menu
c906108c 7836
6d2ebf8b 7837@node C Operators
b37052ae 7838@subsubsection C and C@t{++} operators
7a292a7a 7839
b37052ae 7840@cindex C and C@t{++} operators
c906108c
SS
7841
7842Operators must be defined on values of specific types. For instance,
7843@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 7844often defined on groups of types.
c906108c 7845
b37052ae 7846For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
7847
7848@itemize @bullet
53a5351d 7849
c906108c 7850@item
c906108c 7851@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 7852specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
7853
7854@item
d4f3574e
SS
7855@emph{Floating-point types} include @code{float}, @code{double}, and
7856@code{long double} (if supported by the target platform).
c906108c
SS
7857
7858@item
53a5351d 7859@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
7860
7861@item
7862@emph{Scalar types} include all of the above.
53a5351d 7863
c906108c
SS
7864@end itemize
7865
7866@noindent
7867The following operators are supported. They are listed here
7868in order of increasing precedence:
7869
7870@table @code
7871@item ,
7872The comma or sequencing operator. Expressions in a comma-separated list
7873are evaluated from left to right, with the result of the entire
7874expression being the last expression evaluated.
7875
7876@item =
7877Assignment. The value of an assignment expression is the value
7878assigned. Defined on scalar types.
7879
7880@item @var{op}=
7881Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
7882and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 7883@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
7884@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
7885@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
7886
7887@item ?:
7888The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
7889of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
7890integral type.
7891
7892@item ||
7893Logical @sc{or}. Defined on integral types.
7894
7895@item &&
7896Logical @sc{and}. Defined on integral types.
7897
7898@item |
7899Bitwise @sc{or}. Defined on integral types.
7900
7901@item ^
7902Bitwise exclusive-@sc{or}. Defined on integral types.
7903
7904@item &
7905Bitwise @sc{and}. Defined on integral types.
7906
7907@item ==@r{, }!=
7908Equality and inequality. Defined on scalar types. The value of these
7909expressions is 0 for false and non-zero for true.
7910
7911@item <@r{, }>@r{, }<=@r{, }>=
7912Less than, greater than, less than or equal, greater than or equal.
7913Defined on scalar types. The value of these expressions is 0 for false
7914and non-zero for true.
7915
7916@item <<@r{, }>>
7917left shift, and right shift. Defined on integral types.
7918
7919@item @@
7920The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
7921
7922@item +@r{, }-
7923Addition and subtraction. Defined on integral types, floating-point types and
7924pointer types.
7925
7926@item *@r{, }/@r{, }%
7927Multiplication, division, and modulus. Multiplication and division are
7928defined on integral and floating-point types. Modulus is defined on
7929integral types.
7930
7931@item ++@r{, }--
7932Increment and decrement. When appearing before a variable, the
7933operation is performed before the variable is used in an expression;
7934when appearing after it, the variable's value is used before the
7935operation takes place.
7936
7937@item *
7938Pointer dereferencing. Defined on pointer types. Same precedence as
7939@code{++}.
7940
7941@item &
7942Address operator. Defined on variables. Same precedence as @code{++}.
7943
b37052ae
EZ
7944For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
7945allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 7946(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 7947where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 7948stored.
c906108c
SS
7949
7950@item -
7951Negative. Defined on integral and floating-point types. Same
7952precedence as @code{++}.
7953
7954@item !
7955Logical negation. Defined on integral types. Same precedence as
7956@code{++}.
7957
7958@item ~
7959Bitwise complement operator. Defined on integral types. Same precedence as
7960@code{++}.
7961
7962
7963@item .@r{, }->
7964Structure member, and pointer-to-structure member. For convenience,
7965@value{GDBN} regards the two as equivalent, choosing whether to dereference a
7966pointer based on the stored type information.
7967Defined on @code{struct} and @code{union} data.
7968
c906108c
SS
7969@item .*@r{, }->*
7970Dereferences of pointers to members.
c906108c
SS
7971
7972@item []
7973Array indexing. @code{@var{a}[@var{i}]} is defined as
7974@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
7975
7976@item ()
7977Function parameter list. Same precedence as @code{->}.
7978
c906108c 7979@item ::
b37052ae 7980C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 7981and @code{class} types.
c906108c
SS
7982
7983@item ::
7a292a7a
SS
7984Doubled colons also represent the @value{GDBN} scope operator
7985(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
7986above.
c906108c
SS
7987@end table
7988
c906108c
SS
7989If an operator is redefined in the user code, @value{GDBN} usually
7990attempts to invoke the redefined version instead of using the operator's
7991predefined meaning.
c906108c 7992
c906108c 7993@menu
5d161b24 7994* C Constants::
c906108c
SS
7995@end menu
7996
6d2ebf8b 7997@node C Constants
b37052ae 7998@subsubsection C and C@t{++} constants
c906108c 7999
b37052ae 8000@cindex C and C@t{++} constants
c906108c 8001
b37052ae 8002@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8003following ways:
c906108c
SS
8004
8005@itemize @bullet
8006@item
8007Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8008specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8009by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8010@samp{l}, specifying that the constant should be treated as a
8011@code{long} value.
8012
8013@item
8014Floating point constants are a sequence of digits, followed by a decimal
8015point, followed by a sequence of digits, and optionally followed by an
8016exponent. An exponent is of the form:
8017@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8018sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8019A floating-point constant may also end with a letter @samp{f} or
8020@samp{F}, specifying that the constant should be treated as being of
8021the @code{float} (as opposed to the default @code{double}) type; or with
8022a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8023constant.
c906108c
SS
8024
8025@item
8026Enumerated constants consist of enumerated identifiers, or their
8027integral equivalents.
8028
8029@item
8030Character constants are a single character surrounded by single quotes
8031(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8032(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8033be represented by a letter or by @dfn{escape sequences}, which are of
8034the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8035of the character's ordinal value; or of the form @samp{\@var{x}}, where
8036@samp{@var{x}} is a predefined special character---for example,
8037@samp{\n} for newline.
8038
8039@item
96a2c332
SS
8040String constants are a sequence of character constants surrounded by
8041double quotes (@code{"}). Any valid character constant (as described
8042above) may appear. Double quotes within the string must be preceded by
8043a backslash, so for instance @samp{"a\"b'c"} is a string of five
8044characters.
c906108c
SS
8045
8046@item
8047Pointer constants are an integral value. You can also write pointers
8048to constants using the C operator @samp{&}.
8049
8050@item
8051Array constants are comma-separated lists surrounded by braces @samp{@{}
8052and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8053integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8054and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8055@end itemize
8056
c906108c 8057@menu
5d161b24
DB
8058* C plus plus expressions::
8059* C Defaults::
8060* C Checks::
c906108c 8061
5d161b24 8062* Debugging C::
c906108c
SS
8063@end menu
8064
6d2ebf8b 8065@node C plus plus expressions
b37052ae
EZ
8066@subsubsection C@t{++} expressions
8067
8068@cindex expressions in C@t{++}
8069@value{GDBN} expression handling can interpret most C@t{++} expressions.
8070
0179ffac
DC
8071@cindex debugging C@t{++} programs
8072@cindex C@t{++} compilers
8073@cindex debug formats and C@t{++}
8074@cindex @value{NGCC} and C@t{++}
c906108c 8075@quotation
b37052ae 8076@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8077proper compiler and the proper debug format. Currently, @value{GDBN}
8078works best when debugging C@t{++} code that is compiled with
8079@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8080@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8081stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8082stabs+ as their default debug format, so you usually don't need to
8083specify a debug format explicitly. Other compilers and/or debug formats
8084are likely to work badly or not at all when using @value{GDBN} to debug
8085C@t{++} code.
c906108c 8086@end quotation
c906108c
SS
8087
8088@enumerate
8089
8090@cindex member functions
8091@item
8092Member function calls are allowed; you can use expressions like
8093
474c8240 8094@smallexample
c906108c 8095count = aml->GetOriginal(x, y)
474c8240 8096@end smallexample
c906108c 8097
41afff9a 8098@vindex this@r{, inside C@t{++} member functions}
b37052ae 8099@cindex namespace in C@t{++}
c906108c
SS
8100@item
8101While a member function is active (in the selected stack frame), your
8102expressions have the same namespace available as the member function;
8103that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8104pointer @code{this} following the same rules as C@t{++}.
c906108c 8105
c906108c 8106@cindex call overloaded functions
d4f3574e 8107@cindex overloaded functions, calling
b37052ae 8108@cindex type conversions in C@t{++}
c906108c
SS
8109@item
8110You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8111call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8112perform overload resolution involving user-defined type conversions,
8113calls to constructors, or instantiations of templates that do not exist
8114in the program. It also cannot handle ellipsis argument lists or
8115default arguments.
8116
8117It does perform integral conversions and promotions, floating-point
8118promotions, arithmetic conversions, pointer conversions, conversions of
8119class objects to base classes, and standard conversions such as those of
8120functions or arrays to pointers; it requires an exact match on the
8121number of function arguments.
8122
8123Overload resolution is always performed, unless you have specified
8124@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8125,@value{GDBN} features for C@t{++}}.
c906108c 8126
d4f3574e 8127You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8128explicit function signature to call an overloaded function, as in
8129@smallexample
8130p 'foo(char,int)'('x', 13)
8131@end smallexample
d4f3574e 8132
c906108c 8133The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8134see @ref{Completion, ,Command completion}.
c906108c 8135
c906108c
SS
8136@cindex reference declarations
8137@item
b37052ae
EZ
8138@value{GDBN} understands variables declared as C@t{++} references; you can use
8139them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8140dereferenced.
8141
8142In the parameter list shown when @value{GDBN} displays a frame, the values of
8143reference variables are not displayed (unlike other variables); this
8144avoids clutter, since references are often used for large structures.
8145The @emph{address} of a reference variable is always shown, unless
8146you have specified @samp{set print address off}.
8147
8148@item
b37052ae 8149@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8150expressions can use it just as expressions in your program do. Since
8151one scope may be defined in another, you can use @code{::} repeatedly if
8152necessary, for example in an expression like
8153@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8154resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8155debugging (@pxref{Variables, ,Program variables}).
8156@end enumerate
8157
b37052ae 8158In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8159calling virtual functions correctly, printing out virtual bases of
8160objects, calling functions in a base subobject, casting objects, and
8161invoking user-defined operators.
c906108c 8162
6d2ebf8b 8163@node C Defaults
b37052ae 8164@subsubsection C and C@t{++} defaults
7a292a7a 8165
b37052ae 8166@cindex C and C@t{++} defaults
c906108c 8167
c906108c
SS
8168If you allow @value{GDBN} to set type and range checking automatically, they
8169both default to @code{off} whenever the working language changes to
b37052ae 8170C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8171selects the working language.
c906108c
SS
8172
8173If you allow @value{GDBN} to set the language automatically, it
8174recognizes source files whose names end with @file{.c}, @file{.C}, or
8175@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8176these files, it sets the working language to C or C@t{++}.
c906108c
SS
8177@xref{Automatically, ,Having @value{GDBN} infer the source language},
8178for further details.
8179
c906108c
SS
8180@c Type checking is (a) primarily motivated by Modula-2, and (b)
8181@c unimplemented. If (b) changes, it might make sense to let this node
8182@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8183
6d2ebf8b 8184@node C Checks
b37052ae 8185@subsubsection C and C@t{++} type and range checks
7a292a7a 8186
b37052ae 8187@cindex C and C@t{++} checks
c906108c 8188
b37052ae 8189By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8190is not used. However, if you turn type checking on, @value{GDBN}
8191considers two variables type equivalent if:
8192
8193@itemize @bullet
8194@item
8195The two variables are structured and have the same structure, union, or
8196enumerated tag.
8197
8198@item
8199The two variables have the same type name, or types that have been
8200declared equivalent through @code{typedef}.
8201
8202@ignore
8203@c leaving this out because neither J Gilmore nor R Pesch understand it.
8204@c FIXME--beers?
8205@item
8206The two @code{struct}, @code{union}, or @code{enum} variables are
8207declared in the same declaration. (Note: this may not be true for all C
8208compilers.)
8209@end ignore
8210@end itemize
8211
8212Range checking, if turned on, is done on mathematical operations. Array
8213indices are not checked, since they are often used to index a pointer
8214that is not itself an array.
c906108c 8215
6d2ebf8b 8216@node Debugging C
c906108c 8217@subsubsection @value{GDBN} and C
c906108c
SS
8218
8219The @code{set print union} and @code{show print union} commands apply to
8220the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8221inside a @code{struct} or @code{class} is also printed. Otherwise, it
8222appears as @samp{@{...@}}.
c906108c
SS
8223
8224The @code{@@} operator aids in the debugging of dynamic arrays, formed
8225with pointers and a memory allocation function. @xref{Expressions,
8226,Expressions}.
8227
c906108c 8228@menu
5d161b24 8229* Debugging C plus plus::
c906108c
SS
8230@end menu
8231
6d2ebf8b 8232@node Debugging C plus plus
b37052ae 8233@subsubsection @value{GDBN} features for C@t{++}
c906108c 8234
b37052ae 8235@cindex commands for C@t{++}
7a292a7a 8236
b37052ae
EZ
8237Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8238designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8239
8240@table @code
8241@cindex break in overloaded functions
8242@item @r{breakpoint menus}
8243When you want a breakpoint in a function whose name is overloaded,
8244@value{GDBN} breakpoint menus help you specify which function definition
8245you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8246
b37052ae 8247@cindex overloading in C@t{++}
c906108c
SS
8248@item rbreak @var{regex}
8249Setting breakpoints using regular expressions is helpful for setting
8250breakpoints on overloaded functions that are not members of any special
8251classes.
8252@xref{Set Breaks, ,Setting breakpoints}.
8253
b37052ae 8254@cindex C@t{++} exception handling
c906108c
SS
8255@item catch throw
8256@itemx catch catch
b37052ae 8257Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8258Catchpoints, , Setting catchpoints}.
8259
8260@cindex inheritance
8261@item ptype @var{typename}
8262Print inheritance relationships as well as other information for type
8263@var{typename}.
8264@xref{Symbols, ,Examining the Symbol Table}.
8265
b37052ae 8266@cindex C@t{++} symbol display
c906108c
SS
8267@item set print demangle
8268@itemx show print demangle
8269@itemx set print asm-demangle
8270@itemx show print asm-demangle
b37052ae
EZ
8271Control whether C@t{++} symbols display in their source form, both when
8272displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8273@xref{Print Settings, ,Print settings}.
8274
8275@item set print object
8276@itemx show print object
8277Choose whether to print derived (actual) or declared types of objects.
8278@xref{Print Settings, ,Print settings}.
8279
8280@item set print vtbl
8281@itemx show print vtbl
8282Control the format for printing virtual function tables.
8283@xref{Print Settings, ,Print settings}.
c906108c 8284(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8285ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8286
8287@kindex set overload-resolution
d4f3574e 8288@cindex overloaded functions, overload resolution
c906108c 8289@item set overload-resolution on
b37052ae 8290Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8291is on. For overloaded functions, @value{GDBN} evaluates the arguments
8292and searches for a function whose signature matches the argument types,
b37052ae 8293using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8294expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8295message.
8296
8297@item set overload-resolution off
b37052ae 8298Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8299overloaded functions that are not class member functions, @value{GDBN}
8300chooses the first function of the specified name that it finds in the
8301symbol table, whether or not its arguments are of the correct type. For
8302overloaded functions that are class member functions, @value{GDBN}
8303searches for a function whose signature @emph{exactly} matches the
8304argument types.
c906108c
SS
8305
8306@item @r{Overloaded symbol names}
8307You can specify a particular definition of an overloaded symbol, using
b37052ae 8308the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8309@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8310also use the @value{GDBN} command-line word completion facilities to list the
8311available choices, or to finish the type list for you.
8312@xref{Completion,, Command completion}, for details on how to do this.
8313@end table
c906108c 8314
6d2ebf8b 8315@node Modula-2
c906108c 8316@subsection Modula-2
7a292a7a 8317
d4f3574e 8318@cindex Modula-2, @value{GDBN} support
c906108c
SS
8319
8320The extensions made to @value{GDBN} to support Modula-2 only support
8321output from the @sc{gnu} Modula-2 compiler (which is currently being
8322developed). Other Modula-2 compilers are not currently supported, and
8323attempting to debug executables produced by them is most likely
8324to give an error as @value{GDBN} reads in the executable's symbol
8325table.
8326
8327@cindex expressions in Modula-2
8328@menu
8329* M2 Operators:: Built-in operators
8330* Built-In Func/Proc:: Built-in functions and procedures
8331* M2 Constants:: Modula-2 constants
8332* M2 Defaults:: Default settings for Modula-2
8333* Deviations:: Deviations from standard Modula-2
8334* M2 Checks:: Modula-2 type and range checks
8335* M2 Scope:: The scope operators @code{::} and @code{.}
8336* GDB/M2:: @value{GDBN} and Modula-2
8337@end menu
8338
6d2ebf8b 8339@node M2 Operators
c906108c
SS
8340@subsubsection Operators
8341@cindex Modula-2 operators
8342
8343Operators must be defined on values of specific types. For instance,
8344@code{+} is defined on numbers, but not on structures. Operators are
8345often defined on groups of types. For the purposes of Modula-2, the
8346following definitions hold:
8347
8348@itemize @bullet
8349
8350@item
8351@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8352their subranges.
8353
8354@item
8355@emph{Character types} consist of @code{CHAR} and its subranges.
8356
8357@item
8358@emph{Floating-point types} consist of @code{REAL}.
8359
8360@item
8361@emph{Pointer types} consist of anything declared as @code{POINTER TO
8362@var{type}}.
8363
8364@item
8365@emph{Scalar types} consist of all of the above.
8366
8367@item
8368@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8369
8370@item
8371@emph{Boolean types} consist of @code{BOOLEAN}.
8372@end itemize
8373
8374@noindent
8375The following operators are supported, and appear in order of
8376increasing precedence:
8377
8378@table @code
8379@item ,
8380Function argument or array index separator.
8381
8382@item :=
8383Assignment. The value of @var{var} @code{:=} @var{value} is
8384@var{value}.
8385
8386@item <@r{, }>
8387Less than, greater than on integral, floating-point, or enumerated
8388types.
8389
8390@item <=@r{, }>=
96a2c332 8391Less than or equal to, greater than or equal to
c906108c
SS
8392on integral, floating-point and enumerated types, or set inclusion on
8393set types. Same precedence as @code{<}.
8394
8395@item =@r{, }<>@r{, }#
8396Equality and two ways of expressing inequality, valid on scalar types.
8397Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8398available for inequality, since @code{#} conflicts with the script
8399comment character.
8400
8401@item IN
8402Set membership. Defined on set types and the types of their members.
8403Same precedence as @code{<}.
8404
8405@item OR
8406Boolean disjunction. Defined on boolean types.
8407
8408@item AND@r{, }&
d4f3574e 8409Boolean conjunction. Defined on boolean types.
c906108c
SS
8410
8411@item @@
8412The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8413
8414@item +@r{, }-
8415Addition and subtraction on integral and floating-point types, or union
8416and difference on set types.
8417
8418@item *
8419Multiplication on integral and floating-point types, or set intersection
8420on set types.
8421
8422@item /
8423Division on floating-point types, or symmetric set difference on set
8424types. Same precedence as @code{*}.
8425
8426@item DIV@r{, }MOD
8427Integer division and remainder. Defined on integral types. Same
8428precedence as @code{*}.
8429
8430@item -
8431Negative. Defined on @code{INTEGER} and @code{REAL} data.
8432
8433@item ^
8434Pointer dereferencing. Defined on pointer types.
8435
8436@item NOT
8437Boolean negation. Defined on boolean types. Same precedence as
8438@code{^}.
8439
8440@item .
8441@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8442precedence as @code{^}.
8443
8444@item []
8445Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8446
8447@item ()
8448Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8449as @code{^}.
8450
8451@item ::@r{, }.
8452@value{GDBN} and Modula-2 scope operators.
8453@end table
8454
8455@quotation
8456@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8457treats the use of the operator @code{IN}, or the use of operators
8458@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8459@code{<=}, and @code{>=} on sets as an error.
8460@end quotation
8461
cb51c4e0 8462
6d2ebf8b 8463@node Built-In Func/Proc
c906108c 8464@subsubsection Built-in functions and procedures
cb51c4e0 8465@cindex Modula-2 built-ins
c906108c
SS
8466
8467Modula-2 also makes available several built-in procedures and functions.
8468In describing these, the following metavariables are used:
8469
8470@table @var
8471
8472@item a
8473represents an @code{ARRAY} variable.
8474
8475@item c
8476represents a @code{CHAR} constant or variable.
8477
8478@item i
8479represents a variable or constant of integral type.
8480
8481@item m
8482represents an identifier that belongs to a set. Generally used in the
8483same function with the metavariable @var{s}. The type of @var{s} should
8484be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8485
8486@item n
8487represents a variable or constant of integral or floating-point type.
8488
8489@item r
8490represents a variable or constant of floating-point type.
8491
8492@item t
8493represents a type.
8494
8495@item v
8496represents a variable.
8497
8498@item x
8499represents a variable or constant of one of many types. See the
8500explanation of the function for details.
8501@end table
8502
8503All Modula-2 built-in procedures also return a result, described below.
8504
8505@table @code
8506@item ABS(@var{n})
8507Returns the absolute value of @var{n}.
8508
8509@item CAP(@var{c})
8510If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8511equivalent, otherwise it returns its argument.
c906108c
SS
8512
8513@item CHR(@var{i})
8514Returns the character whose ordinal value is @var{i}.
8515
8516@item DEC(@var{v})
c3f6f71d 8517Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8518
8519@item DEC(@var{v},@var{i})
8520Decrements the value in the variable @var{v} by @var{i}. Returns the
8521new value.
8522
8523@item EXCL(@var{m},@var{s})
8524Removes the element @var{m} from the set @var{s}. Returns the new
8525set.
8526
8527@item FLOAT(@var{i})
8528Returns the floating point equivalent of the integer @var{i}.
8529
8530@item HIGH(@var{a})
8531Returns the index of the last member of @var{a}.
8532
8533@item INC(@var{v})
c3f6f71d 8534Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8535
8536@item INC(@var{v},@var{i})
8537Increments the value in the variable @var{v} by @var{i}. Returns the
8538new value.
8539
8540@item INCL(@var{m},@var{s})
8541Adds the element @var{m} to the set @var{s} if it is not already
8542there. Returns the new set.
8543
8544@item MAX(@var{t})
8545Returns the maximum value of the type @var{t}.
8546
8547@item MIN(@var{t})
8548Returns the minimum value of the type @var{t}.
8549
8550@item ODD(@var{i})
8551Returns boolean TRUE if @var{i} is an odd number.
8552
8553@item ORD(@var{x})
8554Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8555value of a character is its @sc{ascii} value (on machines supporting the
8556@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8557integral, character and enumerated types.
8558
8559@item SIZE(@var{x})
8560Returns the size of its argument. @var{x} can be a variable or a type.
8561
8562@item TRUNC(@var{r})
8563Returns the integral part of @var{r}.
8564
8565@item VAL(@var{t},@var{i})
8566Returns the member of the type @var{t} whose ordinal value is @var{i}.
8567@end table
8568
8569@quotation
8570@emph{Warning:} Sets and their operations are not yet supported, so
8571@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8572an error.
8573@end quotation
8574
8575@cindex Modula-2 constants
6d2ebf8b 8576@node M2 Constants
c906108c
SS
8577@subsubsection Constants
8578
8579@value{GDBN} allows you to express the constants of Modula-2 in the following
8580ways:
8581
8582@itemize @bullet
8583
8584@item
8585Integer constants are simply a sequence of digits. When used in an
8586expression, a constant is interpreted to be type-compatible with the
8587rest of the expression. Hexadecimal integers are specified by a
8588trailing @samp{H}, and octal integers by a trailing @samp{B}.
8589
8590@item
8591Floating point constants appear as a sequence of digits, followed by a
8592decimal point and another sequence of digits. An optional exponent can
8593then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8594@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8595digits of the floating point constant must be valid decimal (base 10)
8596digits.
8597
8598@item
8599Character constants consist of a single character enclosed by a pair of
8600like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8601also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8602followed by a @samp{C}.
8603
8604@item
8605String constants consist of a sequence of characters enclosed by a
8606pair of like quotes, either single (@code{'}) or double (@code{"}).
8607Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8608Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8609sequences.
8610
8611@item
8612Enumerated constants consist of an enumerated identifier.
8613
8614@item
8615Boolean constants consist of the identifiers @code{TRUE} and
8616@code{FALSE}.
8617
8618@item
8619Pointer constants consist of integral values only.
8620
8621@item
8622Set constants are not yet supported.
8623@end itemize
8624
6d2ebf8b 8625@node M2 Defaults
c906108c
SS
8626@subsubsection Modula-2 defaults
8627@cindex Modula-2 defaults
8628
8629If type and range checking are set automatically by @value{GDBN}, they
8630both default to @code{on} whenever the working language changes to
d4f3574e 8631Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8632selected the working language.
8633
8634If you allow @value{GDBN} to set the language automatically, then entering
8635code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8636working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8637the language automatically}, for further details.
8638
6d2ebf8b 8639@node Deviations
c906108c
SS
8640@subsubsection Deviations from standard Modula-2
8641@cindex Modula-2, deviations from
8642
8643A few changes have been made to make Modula-2 programs easier to debug.
8644This is done primarily via loosening its type strictness:
8645
8646@itemize @bullet
8647@item
8648Unlike in standard Modula-2, pointer constants can be formed by
8649integers. This allows you to modify pointer variables during
8650debugging. (In standard Modula-2, the actual address contained in a
8651pointer variable is hidden from you; it can only be modified
8652through direct assignment to another pointer variable or expression that
8653returned a pointer.)
8654
8655@item
8656C escape sequences can be used in strings and characters to represent
8657non-printable characters. @value{GDBN} prints out strings with these
8658escape sequences embedded. Single non-printable characters are
8659printed using the @samp{CHR(@var{nnn})} format.
8660
8661@item
8662The assignment operator (@code{:=}) returns the value of its right-hand
8663argument.
8664
8665@item
8666All built-in procedures both modify @emph{and} return their argument.
8667@end itemize
8668
6d2ebf8b 8669@node M2 Checks
c906108c
SS
8670@subsubsection Modula-2 type and range checks
8671@cindex Modula-2 checks
8672
8673@quotation
8674@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8675range checking.
8676@end quotation
8677@c FIXME remove warning when type/range checks added
8678
8679@value{GDBN} considers two Modula-2 variables type equivalent if:
8680
8681@itemize @bullet
8682@item
8683They are of types that have been declared equivalent via a @code{TYPE
8684@var{t1} = @var{t2}} statement
8685
8686@item
8687They have been declared on the same line. (Note: This is true of the
8688@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8689@end itemize
8690
8691As long as type checking is enabled, any attempt to combine variables
8692whose types are not equivalent is an error.
8693
8694Range checking is done on all mathematical operations, assignment, array
8695index bounds, and all built-in functions and procedures.
8696
6d2ebf8b 8697@node M2 Scope
c906108c
SS
8698@subsubsection The scope operators @code{::} and @code{.}
8699@cindex scope
41afff9a 8700@cindex @code{.}, Modula-2 scope operator
c906108c
SS
8701@cindex colon, doubled as scope operator
8702@ifinfo
41afff9a 8703@vindex colon-colon@r{, in Modula-2}
c906108c
SS
8704@c Info cannot handle :: but TeX can.
8705@end ifinfo
8706@iftex
41afff9a 8707@vindex ::@r{, in Modula-2}
c906108c
SS
8708@end iftex
8709
8710There are a few subtle differences between the Modula-2 scope operator
8711(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8712similar syntax:
8713
474c8240 8714@smallexample
c906108c
SS
8715
8716@var{module} . @var{id}
8717@var{scope} :: @var{id}
474c8240 8718@end smallexample
c906108c
SS
8719
8720@noindent
8721where @var{scope} is the name of a module or a procedure,
8722@var{module} the name of a module, and @var{id} is any declared
8723identifier within your program, except another module.
8724
8725Using the @code{::} operator makes @value{GDBN} search the scope
8726specified by @var{scope} for the identifier @var{id}. If it is not
8727found in the specified scope, then @value{GDBN} searches all scopes
8728enclosing the one specified by @var{scope}.
8729
8730Using the @code{.} operator makes @value{GDBN} search the current scope for
8731the identifier specified by @var{id} that was imported from the
8732definition module specified by @var{module}. With this operator, it is
8733an error if the identifier @var{id} was not imported from definition
8734module @var{module}, or if @var{id} is not an identifier in
8735@var{module}.
8736
6d2ebf8b 8737@node GDB/M2
c906108c
SS
8738@subsubsection @value{GDBN} and Modula-2
8739
8740Some @value{GDBN} commands have little use when debugging Modula-2 programs.
8741Five subcommands of @code{set print} and @code{show print} apply
b37052ae 8742specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 8743@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 8744apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
8745analogue in Modula-2.
8746
8747The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 8748with any language, is not useful with Modula-2. Its
c906108c 8749intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 8750created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 8751address can be specified by an integral constant, the construct
d4f3574e 8752@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
8753
8754@cindex @code{#} in Modula-2
8755In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
8756interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 8757
6d2ebf8b 8758@node Symbols
c906108c
SS
8759@chapter Examining the Symbol Table
8760
d4f3574e 8761The commands described in this chapter allow you to inquire about the
c906108c
SS
8762symbols (names of variables, functions and types) defined in your
8763program. This information is inherent in the text of your program and
8764does not change as your program executes. @value{GDBN} finds it in your
8765program's symbol table, in the file indicated when you started @value{GDBN}
8766(@pxref{File Options, ,Choosing files}), or by one of the
8767file-management commands (@pxref{Files, ,Commands to specify files}).
8768
8769@cindex symbol names
8770@cindex names of symbols
8771@cindex quoting names
8772Occasionally, you may need to refer to symbols that contain unusual
8773characters, which @value{GDBN} ordinarily treats as word delimiters. The
8774most frequent case is in referring to static variables in other
8775source files (@pxref{Variables,,Program variables}). File names
8776are recorded in object files as debugging symbols, but @value{GDBN} would
8777ordinarily parse a typical file name, like @file{foo.c}, as the three words
8778@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
8779@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
8780
474c8240 8781@smallexample
c906108c 8782p 'foo.c'::x
474c8240 8783@end smallexample
c906108c
SS
8784
8785@noindent
8786looks up the value of @code{x} in the scope of the file @file{foo.c}.
8787
8788@table @code
8789@kindex info address
b37052ae 8790@cindex address of a symbol
c906108c
SS
8791@item info address @var{symbol}
8792Describe where the data for @var{symbol} is stored. For a register
8793variable, this says which register it is kept in. For a non-register
8794local variable, this prints the stack-frame offset at which the variable
8795is always stored.
8796
8797Note the contrast with @samp{print &@var{symbol}}, which does not work
8798at all for a register variable, and for a stack local variable prints
8799the exact address of the current instantiation of the variable.
8800
3d67e040 8801@kindex info symbol
b37052ae 8802@cindex symbol from address
3d67e040
EZ
8803@item info symbol @var{addr}
8804Print the name of a symbol which is stored at the address @var{addr}.
8805If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
8806nearest symbol and an offset from it:
8807
474c8240 8808@smallexample
3d67e040
EZ
8809(@value{GDBP}) info symbol 0x54320
8810_initialize_vx + 396 in section .text
474c8240 8811@end smallexample
3d67e040
EZ
8812
8813@noindent
8814This is the opposite of the @code{info address} command. You can use
8815it to find out the name of a variable or a function given its address.
8816
c906108c 8817@kindex whatis
d4f3574e
SS
8818@item whatis @var{expr}
8819Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
8820actually evaluated, and any side-effecting operations (such as
8821assignments or function calls) inside it do not take place.
8822@xref{Expressions, ,Expressions}.
8823
8824@item whatis
8825Print the data type of @code{$}, the last value in the value history.
8826
8827@kindex ptype
8828@item ptype @var{typename}
8829Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
8830the name of a type, or for C code it may have the form @samp{class
8831@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
8832@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 8833
d4f3574e 8834@item ptype @var{expr}
c906108c 8835@itemx ptype
d4f3574e 8836Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
8837differs from @code{whatis} by printing a detailed description, instead
8838of just the name of the type.
8839
8840For example, for this variable declaration:
8841
474c8240 8842@smallexample
c906108c 8843struct complex @{double real; double imag;@} v;
474c8240 8844@end smallexample
c906108c
SS
8845
8846@noindent
8847the two commands give this output:
8848
474c8240 8849@smallexample
c906108c
SS
8850@group
8851(@value{GDBP}) whatis v
8852type = struct complex
8853(@value{GDBP}) ptype v
8854type = struct complex @{
8855 double real;
8856 double imag;
8857@}
8858@end group
474c8240 8859@end smallexample
c906108c
SS
8860
8861@noindent
8862As with @code{whatis}, using @code{ptype} without an argument refers to
8863the type of @code{$}, the last value in the value history.
8864
8865@kindex info types
8866@item info types @var{regexp}
8867@itemx info types
d4f3574e 8868Print a brief description of all types whose names match @var{regexp}
c906108c
SS
8869(or all types in your program, if you supply no argument). Each
8870complete typename is matched as though it were a complete line; thus,
8871@samp{i type value} gives information on all types in your program whose
d4f3574e 8872names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
8873information only on types whose complete name is @code{value}.
8874
8875This command differs from @code{ptype} in two ways: first, like
8876@code{whatis}, it does not print a detailed description; second, it
8877lists all source files where a type is defined.
8878
b37052ae
EZ
8879@kindex info scope
8880@cindex local variables
8881@item info scope @var{addr}
8882List all the variables local to a particular scope. This command
8883accepts a location---a function name, a source line, or an address
8884preceded by a @samp{*}, and prints all the variables local to the
8885scope defined by that location. For example:
8886
8887@smallexample
8888(@value{GDBP}) @b{info scope command_line_handler}
8889Scope for command_line_handler:
8890Symbol rl is an argument at stack/frame offset 8, length 4.
8891Symbol linebuffer is in static storage at address 0x150a18, length 4.
8892Symbol linelength is in static storage at address 0x150a1c, length 4.
8893Symbol p is a local variable in register $esi, length 4.
8894Symbol p1 is a local variable in register $ebx, length 4.
8895Symbol nline is a local variable in register $edx, length 4.
8896Symbol repeat is a local variable at frame offset -8, length 4.
8897@end smallexample
8898
f5c37c66
EZ
8899@noindent
8900This command is especially useful for determining what data to collect
8901during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
8902collect}.
8903
c906108c
SS
8904@kindex info source
8905@item info source
919d772c
JB
8906Show information about the current source file---that is, the source file for
8907the function containing the current point of execution:
8908@itemize @bullet
8909@item
8910the name of the source file, and the directory containing it,
8911@item
8912the directory it was compiled in,
8913@item
8914its length, in lines,
8915@item
8916which programming language it is written in,
8917@item
8918whether the executable includes debugging information for that file, and
8919if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
8920@item
8921whether the debugging information includes information about
8922preprocessor macros.
8923@end itemize
8924
c906108c
SS
8925
8926@kindex info sources
8927@item info sources
8928Print the names of all source files in your program for which there is
8929debugging information, organized into two lists: files whose symbols
8930have already been read, and files whose symbols will be read when needed.
8931
8932@kindex info functions
8933@item info functions
8934Print the names and data types of all defined functions.
8935
8936@item info functions @var{regexp}
8937Print the names and data types of all defined functions
8938whose names contain a match for regular expression @var{regexp}.
8939Thus, @samp{info fun step} finds all functions whose names
8940include @code{step}; @samp{info fun ^step} finds those whose names
1c5dfdad
MS
8941start with @code{step}. If a function name contains characters
8942that conflict with the regular expression language (eg.
8943@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
8944
8945@kindex info variables
8946@item info variables
8947Print the names and data types of all variables that are declared
6ca652b0 8948outside of functions (i.e.@: excluding local variables).
c906108c
SS
8949
8950@item info variables @var{regexp}
8951Print the names and data types of all variables (except for local
8952variables) whose names contain a match for regular expression
8953@var{regexp}.
8954
8955@ignore
8956This was never implemented.
8957@kindex info methods
8958@item info methods
8959@itemx info methods @var{regexp}
8960The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
8961methods within C@t{++} program, or (with the @var{regexp} argument) a
8962specific set of methods found in the various C@t{++} classes. Many
8963C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
8964from the @code{ptype} command can be overwhelming and hard to use. The
8965@code{info-methods} command filters the methods, printing only those
8966which match the regular-expression @var{regexp}.
8967@end ignore
8968
c906108c
SS
8969@cindex reloading symbols
8970Some systems allow individual object files that make up your program to
7a292a7a
SS
8971be replaced without stopping and restarting your program. For example,
8972in VxWorks you can simply recompile a defective object file and keep on
8973running. If you are running on one of these systems, you can allow
8974@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
8975
8976@table @code
8977@kindex set symbol-reloading
8978@item set symbol-reloading on
8979Replace symbol definitions for the corresponding source file when an
8980object file with a particular name is seen again.
8981
8982@item set symbol-reloading off
6d2ebf8b
SS
8983Do not replace symbol definitions when encountering object files of the
8984same name more than once. This is the default state; if you are not
8985running on a system that permits automatic relinking of modules, you
8986should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
8987may discard symbols when linking large programs, that may contain
8988several modules (from different directories or libraries) with the same
8989name.
c906108c
SS
8990
8991@kindex show symbol-reloading
8992@item show symbol-reloading
8993Show the current @code{on} or @code{off} setting.
8994@end table
c906108c 8995
c906108c
SS
8996@kindex set opaque-type-resolution
8997@item set opaque-type-resolution on
8998Tell @value{GDBN} to resolve opaque types. An opaque type is a type
8999declared as a pointer to a @code{struct}, @code{class}, or
9000@code{union}---for example, @code{struct MyType *}---that is used in one
9001source file although the full declaration of @code{struct MyType} is in
9002another source file. The default is on.
9003
9004A change in the setting of this subcommand will not take effect until
9005the next time symbols for a file are loaded.
9006
9007@item set opaque-type-resolution off
9008Tell @value{GDBN} not to resolve opaque types. In this case, the type
9009is printed as follows:
9010@smallexample
9011@{<no data fields>@}
9012@end smallexample
9013
9014@kindex show opaque-type-resolution
9015@item show opaque-type-resolution
9016Show whether opaque types are resolved or not.
c906108c
SS
9017
9018@kindex maint print symbols
9019@cindex symbol dump
9020@kindex maint print psymbols
9021@cindex partial symbol dump
9022@item maint print symbols @var{filename}
9023@itemx maint print psymbols @var{filename}
9024@itemx maint print msymbols @var{filename}
9025Write a dump of debugging symbol data into the file @var{filename}.
9026These commands are used to debug the @value{GDBN} symbol-reading code. Only
9027symbols with debugging data are included. If you use @samp{maint print
9028symbols}, @value{GDBN} includes all the symbols for which it has already
9029collected full details: that is, @var{filename} reflects symbols for
9030only those files whose symbols @value{GDBN} has read. You can use the
9031command @code{info sources} to find out which files these are. If you
9032use @samp{maint print psymbols} instead, the dump shows information about
9033symbols that @value{GDBN} only knows partially---that is, symbols defined in
9034files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9035@samp{maint print msymbols} dumps just the minimal symbol information
9036required for each object file from which @value{GDBN} has read some symbols.
9037@xref{Files, ,Commands to specify files}, for a discussion of how
9038@value{GDBN} reads symbols (in the description of @code{symbol-file}).
9039@end table
9040
6d2ebf8b 9041@node Altering
c906108c
SS
9042@chapter Altering Execution
9043
9044Once you think you have found an error in your program, you might want to
9045find out for certain whether correcting the apparent error would lead to
9046correct results in the rest of the run. You can find the answer by
9047experiment, using the @value{GDBN} features for altering execution of the
9048program.
9049
9050For example, you can store new values into variables or memory
7a292a7a
SS
9051locations, give your program a signal, restart it at a different
9052address, or even return prematurely from a function.
c906108c
SS
9053
9054@menu
9055* Assignment:: Assignment to variables
9056* Jumping:: Continuing at a different address
c906108c 9057* Signaling:: Giving your program a signal
c906108c
SS
9058* Returning:: Returning from a function
9059* Calling:: Calling your program's functions
9060* Patching:: Patching your program
9061@end menu
9062
6d2ebf8b 9063@node Assignment
c906108c
SS
9064@section Assignment to variables
9065
9066@cindex assignment
9067@cindex setting variables
9068To alter the value of a variable, evaluate an assignment expression.
9069@xref{Expressions, ,Expressions}. For example,
9070
474c8240 9071@smallexample
c906108c 9072print x=4
474c8240 9073@end smallexample
c906108c
SS
9074
9075@noindent
9076stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9077value of the assignment expression (which is 4).
c906108c
SS
9078@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9079information on operators in supported languages.
c906108c
SS
9080
9081@kindex set variable
9082@cindex variables, setting
9083If you are not interested in seeing the value of the assignment, use the
9084@code{set} command instead of the @code{print} command. @code{set} is
9085really the same as @code{print} except that the expression's value is
9086not printed and is not put in the value history (@pxref{Value History,
9087,Value history}). The expression is evaluated only for its effects.
9088
c906108c
SS
9089If the beginning of the argument string of the @code{set} command
9090appears identical to a @code{set} subcommand, use the @code{set
9091variable} command instead of just @code{set}. This command is identical
9092to @code{set} except for its lack of subcommands. For example, if your
9093program has a variable @code{width}, you get an error if you try to set
9094a new value with just @samp{set width=13}, because @value{GDBN} has the
9095command @code{set width}:
9096
474c8240 9097@smallexample
c906108c
SS
9098(@value{GDBP}) whatis width
9099type = double
9100(@value{GDBP}) p width
9101$4 = 13
9102(@value{GDBP}) set width=47
9103Invalid syntax in expression.
474c8240 9104@end smallexample
c906108c
SS
9105
9106@noindent
9107The invalid expression, of course, is @samp{=47}. In
9108order to actually set the program's variable @code{width}, use
9109
474c8240 9110@smallexample
c906108c 9111(@value{GDBP}) set var width=47
474c8240 9112@end smallexample
53a5351d 9113
c906108c
SS
9114Because the @code{set} command has many subcommands that can conflict
9115with the names of program variables, it is a good idea to use the
9116@code{set variable} command instead of just @code{set}. For example, if
9117your program has a variable @code{g}, you run into problems if you try
9118to set a new value with just @samp{set g=4}, because @value{GDBN} has
9119the command @code{set gnutarget}, abbreviated @code{set g}:
9120
474c8240 9121@smallexample
c906108c
SS
9122@group
9123(@value{GDBP}) whatis g
9124type = double
9125(@value{GDBP}) p g
9126$1 = 1
9127(@value{GDBP}) set g=4
2df3850c 9128(@value{GDBP}) p g
c906108c
SS
9129$2 = 1
9130(@value{GDBP}) r
9131The program being debugged has been started already.
9132Start it from the beginning? (y or n) y
9133Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9134"/home/smith/cc_progs/a.out": can't open to read symbols:
9135 Invalid bfd target.
c906108c
SS
9136(@value{GDBP}) show g
9137The current BFD target is "=4".
9138@end group
474c8240 9139@end smallexample
c906108c
SS
9140
9141@noindent
9142The program variable @code{g} did not change, and you silently set the
9143@code{gnutarget} to an invalid value. In order to set the variable
9144@code{g}, use
9145
474c8240 9146@smallexample
c906108c 9147(@value{GDBP}) set var g=4
474c8240 9148@end smallexample
c906108c
SS
9149
9150@value{GDBN} allows more implicit conversions in assignments than C; you can
9151freely store an integer value into a pointer variable or vice versa,
9152and you can convert any structure to any other structure that is the
9153same length or shorter.
9154@comment FIXME: how do structs align/pad in these conversions?
9155@comment /doc@cygnus.com 18dec1990
9156
9157To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9158construct to generate a value of specified type at a specified address
9159(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9160to memory location @code{0x83040} as an integer (which implies a certain size
9161and representation in memory), and
9162
474c8240 9163@smallexample
c906108c 9164set @{int@}0x83040 = 4
474c8240 9165@end smallexample
c906108c
SS
9166
9167@noindent
9168stores the value 4 into that memory location.
9169
6d2ebf8b 9170@node Jumping
c906108c
SS
9171@section Continuing at a different address
9172
9173Ordinarily, when you continue your program, you do so at the place where
9174it stopped, with the @code{continue} command. You can instead continue at
9175an address of your own choosing, with the following commands:
9176
9177@table @code
9178@kindex jump
9179@item jump @var{linespec}
9180Resume execution at line @var{linespec}. Execution stops again
9181immediately if there is a breakpoint there. @xref{List, ,Printing
9182source lines}, for a description of the different forms of
9183@var{linespec}. It is common practice to use the @code{tbreak} command
9184in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9185breakpoints}.
9186
9187The @code{jump} command does not change the current stack frame, or
9188the stack pointer, or the contents of any memory location or any
9189register other than the program counter. If line @var{linespec} is in
9190a different function from the one currently executing, the results may
9191be bizarre if the two functions expect different patterns of arguments or
9192of local variables. For this reason, the @code{jump} command requests
9193confirmation if the specified line is not in the function currently
9194executing. However, even bizarre results are predictable if you are
9195well acquainted with the machine-language code of your program.
9196
9197@item jump *@var{address}
9198Resume execution at the instruction at address @var{address}.
9199@end table
9200
c906108c 9201@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9202On many systems, you can get much the same effect as the @code{jump}
9203command by storing a new value into the register @code{$pc}. The
9204difference is that this does not start your program running; it only
9205changes the address of where it @emph{will} run when you continue. For
9206example,
c906108c 9207
474c8240 9208@smallexample
c906108c 9209set $pc = 0x485
474c8240 9210@end smallexample
c906108c
SS
9211
9212@noindent
9213makes the next @code{continue} command or stepping command execute at
9214address @code{0x485}, rather than at the address where your program stopped.
9215@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9216
9217The most common occasion to use the @code{jump} command is to back
9218up---perhaps with more breakpoints set---over a portion of a program
9219that has already executed, in order to examine its execution in more
9220detail.
9221
c906108c 9222@c @group
6d2ebf8b 9223@node Signaling
c906108c
SS
9224@section Giving your program a signal
9225
9226@table @code
9227@kindex signal
9228@item signal @var{signal}
9229Resume execution where your program stopped, but immediately give it the
9230signal @var{signal}. @var{signal} can be the name or the number of a
9231signal. For example, on many systems @code{signal 2} and @code{signal
9232SIGINT} are both ways of sending an interrupt signal.
9233
9234Alternatively, if @var{signal} is zero, continue execution without
9235giving a signal. This is useful when your program stopped on account of
9236a signal and would ordinary see the signal when resumed with the
9237@code{continue} command; @samp{signal 0} causes it to resume without a
9238signal.
9239
9240@code{signal} does not repeat when you press @key{RET} a second time
9241after executing the command.
9242@end table
9243@c @end group
9244
9245Invoking the @code{signal} command is not the same as invoking the
9246@code{kill} utility from the shell. Sending a signal with @code{kill}
9247causes @value{GDBN} to decide what to do with the signal depending on
9248the signal handling tables (@pxref{Signals}). The @code{signal} command
9249passes the signal directly to your program.
9250
c906108c 9251
6d2ebf8b 9252@node Returning
c906108c
SS
9253@section Returning from a function
9254
9255@table @code
9256@cindex returning from a function
9257@kindex return
9258@item return
9259@itemx return @var{expression}
9260You can cancel execution of a function call with the @code{return}
9261command. If you give an
9262@var{expression} argument, its value is used as the function's return
9263value.
9264@end table
9265
9266When you use @code{return}, @value{GDBN} discards the selected stack frame
9267(and all frames within it). You can think of this as making the
9268discarded frame return prematurely. If you wish to specify a value to
9269be returned, give that value as the argument to @code{return}.
9270
9271This pops the selected stack frame (@pxref{Selection, ,Selecting a
9272frame}), and any other frames inside of it, leaving its caller as the
9273innermost remaining frame. That frame becomes selected. The
9274specified value is stored in the registers used for returning values
9275of functions.
9276
9277The @code{return} command does not resume execution; it leaves the
9278program stopped in the state that would exist if the function had just
9279returned. In contrast, the @code{finish} command (@pxref{Continuing
9280and Stepping, ,Continuing and stepping}) resumes execution until the
9281selected stack frame returns naturally.
9282
6d2ebf8b 9283@node Calling
c906108c
SS
9284@section Calling program functions
9285
9286@cindex calling functions
9287@kindex call
9288@table @code
9289@item call @var{expr}
9290Evaluate the expression @var{expr} without displaying @code{void}
9291returned values.
9292@end table
9293
9294You can use this variant of the @code{print} command if you want to
9295execute a function from your program, but without cluttering the output
5d161b24
DB
9296with @code{void} returned values. If the result is not void, it
9297is printed and saved in the value history.
c906108c 9298
6d2ebf8b 9299@node Patching
c906108c 9300@section Patching programs
7a292a7a 9301
c906108c
SS
9302@cindex patching binaries
9303@cindex writing into executables
c906108c 9304@cindex writing into corefiles
c906108c 9305
7a292a7a
SS
9306By default, @value{GDBN} opens the file containing your program's
9307executable code (or the corefile) read-only. This prevents accidental
9308alterations to machine code; but it also prevents you from intentionally
9309patching your program's binary.
c906108c
SS
9310
9311If you'd like to be able to patch the binary, you can specify that
9312explicitly with the @code{set write} command. For example, you might
9313want to turn on internal debugging flags, or even to make emergency
9314repairs.
9315
9316@table @code
9317@kindex set write
9318@item set write on
9319@itemx set write off
7a292a7a
SS
9320If you specify @samp{set write on}, @value{GDBN} opens executable and
9321core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9322off} (the default), @value{GDBN} opens them read-only.
9323
9324If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9325@code{exec-file} or @code{core-file} command) after changing @code{set
9326write}, for your new setting to take effect.
c906108c
SS
9327
9328@item show write
9329@kindex show write
7a292a7a
SS
9330Display whether executable files and core files are opened for writing
9331as well as reading.
c906108c
SS
9332@end table
9333
6d2ebf8b 9334@node GDB Files
c906108c
SS
9335@chapter @value{GDBN} Files
9336
7a292a7a
SS
9337@value{GDBN} needs to know the file name of the program to be debugged,
9338both in order to read its symbol table and in order to start your
9339program. To debug a core dump of a previous run, you must also tell
9340@value{GDBN} the name of the core dump file.
c906108c
SS
9341
9342@menu
9343* Files:: Commands to specify files
5b5d99cf 9344* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9345* Symbol Errors:: Errors reading symbol files
9346@end menu
9347
6d2ebf8b 9348@node Files
c906108c 9349@section Commands to specify files
c906108c 9350
7a292a7a 9351@cindex symbol table
c906108c 9352@cindex core dump file
7a292a7a
SS
9353
9354You may want to specify executable and core dump file names. The usual
9355way to do this is at start-up time, using the arguments to
9356@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9357Out of @value{GDBN}}).
c906108c
SS
9358
9359Occasionally it is necessary to change to a different file during a
9360@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9361a file you want to use. In these situations the @value{GDBN} commands
9362to specify new files are useful.
9363
9364@table @code
9365@cindex executable file
9366@kindex file
9367@item file @var{filename}
9368Use @var{filename} as the program to be debugged. It is read for its
9369symbols and for the contents of pure memory. It is also the program
9370executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9371directory and the file is not found in the @value{GDBN} working directory,
9372@value{GDBN} uses the environment variable @code{PATH} as a list of
9373directories to search, just as the shell does when looking for a program
9374to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9375and your program, using the @code{path} command.
9376
6d2ebf8b 9377On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9378@file{@var{filename}.syms} may hold symbol table information for
9379@var{filename}. If so, @value{GDBN} maps in the symbol table from
9380@file{@var{filename}.syms}, starting up more quickly. See the
9381descriptions of the file options @samp{-mapped} and @samp{-readnow}
9382(available on the command line, and with the commands @code{file},
5d161b24 9383@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9384for more information.
c906108c
SS
9385
9386@item file
9387@code{file} with no argument makes @value{GDBN} discard any information it
9388has on both executable file and the symbol table.
9389
9390@kindex exec-file
9391@item exec-file @r{[} @var{filename} @r{]}
9392Specify that the program to be run (but not the symbol table) is found
9393in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9394if necessary to locate your program. Omitting @var{filename} means to
9395discard information on the executable file.
9396
9397@kindex symbol-file
9398@item symbol-file @r{[} @var{filename} @r{]}
9399Read symbol table information from file @var{filename}. @code{PATH} is
9400searched when necessary. Use the @code{file} command to get both symbol
9401table and program to run from the same file.
9402
9403@code{symbol-file} with no argument clears out @value{GDBN} information on your
9404program's symbol table.
9405
5d161b24 9406The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9407of its convenience variables, the value history, and all breakpoints and
9408auto-display expressions. This is because they may contain pointers to
9409the internal data recording symbols and data types, which are part of
9410the old symbol table data being discarded inside @value{GDBN}.
9411
9412@code{symbol-file} does not repeat if you press @key{RET} again after
9413executing it once.
9414
9415When @value{GDBN} is configured for a particular environment, it
9416understands debugging information in whatever format is the standard
9417generated for that environment; you may use either a @sc{gnu} compiler, or
9418other compilers that adhere to the local conventions.
c906108c
SS
9419Best results are usually obtained from @sc{gnu} compilers; for example,
9420using @code{@value{GCC}} you can generate debugging information for
9421optimized code.
c906108c
SS
9422
9423For most kinds of object files, with the exception of old SVR3 systems
9424using COFF, the @code{symbol-file} command does not normally read the
9425symbol table in full right away. Instead, it scans the symbol table
9426quickly to find which source files and which symbols are present. The
9427details are read later, one source file at a time, as they are needed.
9428
9429The purpose of this two-stage reading strategy is to make @value{GDBN}
9430start up faster. For the most part, it is invisible except for
9431occasional pauses while the symbol table details for a particular source
9432file are being read. (The @code{set verbose} command can turn these
9433pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9434warnings and messages}.)
9435
c906108c
SS
9436We have not implemented the two-stage strategy for COFF yet. When the
9437symbol table is stored in COFF format, @code{symbol-file} reads the
9438symbol table data in full right away. Note that ``stabs-in-COFF''
9439still does the two-stage strategy, since the debug info is actually
9440in stabs format.
9441
9442@kindex readnow
9443@cindex reading symbols immediately
9444@cindex symbols, reading immediately
9445@kindex mapped
9446@cindex memory-mapped symbol file
9447@cindex saving symbol table
9448@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9449@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9450You can override the @value{GDBN} two-stage strategy for reading symbol
9451tables by using the @samp{-readnow} option with any of the commands that
9452load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9453entire symbol table available.
c906108c 9454
c906108c
SS
9455If memory-mapped files are available on your system through the
9456@code{mmap} system call, you can use another option, @samp{-mapped}, to
9457cause @value{GDBN} to write the symbols for your program into a reusable
9458file. Future @value{GDBN} debugging sessions map in symbol information
9459from this auxiliary symbol file (if the program has not changed), rather
9460than spending time reading the symbol table from the executable
9461program. Using the @samp{-mapped} option has the same effect as
9462starting @value{GDBN} with the @samp{-mapped} command-line option.
9463
9464You can use both options together, to make sure the auxiliary symbol
9465file has all the symbol information for your program.
9466
9467The auxiliary symbol file for a program called @var{myprog} is called
9468@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9469than the corresponding executable), @value{GDBN} always attempts to use
9470it when you debug @var{myprog}; no special options or commands are
9471needed.
9472
9473The @file{.syms} file is specific to the host machine where you run
9474@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9475symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9476
9477@c FIXME: for now no mention of directories, since this seems to be in
9478@c flux. 13mar1992 status is that in theory GDB would look either in
9479@c current dir or in same dir as myprog; but issues like competing
9480@c GDB's, or clutter in system dirs, mean that in practice right now
9481@c only current dir is used. FFish says maybe a special GDB hierarchy
9482@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9483@c files.
9484
9485@kindex core
9486@kindex core-file
9487@item core-file @r{[} @var{filename} @r{]}
9488Specify the whereabouts of a core dump file to be used as the ``contents
9489of memory''. Traditionally, core files contain only some parts of the
9490address space of the process that generated them; @value{GDBN} can access the
9491executable file itself for other parts.
9492
9493@code{core-file} with no argument specifies that no core file is
9494to be used.
9495
9496Note that the core file is ignored when your program is actually running
7a292a7a
SS
9497under @value{GDBN}. So, if you have been running your program and you
9498wish to debug a core file instead, you must kill the subprocess in which
9499the program is running. To do this, use the @code{kill} command
c906108c 9500(@pxref{Kill Process, ,Killing the child process}).
c906108c 9501
c906108c
SS
9502@kindex add-symbol-file
9503@cindex dynamic linking
9504@item add-symbol-file @var{filename} @var{address}
9505@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9506@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9507The @code{add-symbol-file} command reads additional symbol table
9508information from the file @var{filename}. You would use this command
9509when @var{filename} has been dynamically loaded (by some other means)
9510into the program that is running. @var{address} should be the memory
9511address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9512this out for itself. You can additionally specify an arbitrary number
9513of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9514section name and base address for that section. You can specify any
9515@var{address} as an expression.
c906108c
SS
9516
9517The symbol table of the file @var{filename} is added to the symbol table
9518originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9519@code{add-symbol-file} command any number of times; the new symbol data
9520thus read keeps adding to the old. To discard all old symbol data
9521instead, use the @code{symbol-file} command without any arguments.
c906108c 9522
17d9d558
JB
9523@cindex relocatable object files, reading symbols from
9524@cindex object files, relocatable, reading symbols from
9525@cindex reading symbols from relocatable object files
9526@cindex symbols, reading from relocatable object files
9527@cindex @file{.o} files, reading symbols from
9528Although @var{filename} is typically a shared library file, an
9529executable file, or some other object file which has been fully
9530relocated for loading into a process, you can also load symbolic
9531information from relocatable @file{.o} files, as long as:
9532
9533@itemize @bullet
9534@item
9535the file's symbolic information refers only to linker symbols defined in
9536that file, not to symbols defined by other object files,
9537@item
9538every section the file's symbolic information refers to has actually
9539been loaded into the inferior, as it appears in the file, and
9540@item
9541you can determine the address at which every section was loaded, and
9542provide these to the @code{add-symbol-file} command.
9543@end itemize
9544
9545@noindent
9546Some embedded operating systems, like Sun Chorus and VxWorks, can load
9547relocatable files into an already running program; such systems
9548typically make the requirements above easy to meet. However, it's
9549important to recognize that many native systems use complex link
9550procedures (@code{.linkonce} section factoring and C++ constructor table
9551assembly, for example) that make the requirements difficult to meet. In
9552general, one cannot assume that using @code{add-symbol-file} to read a
9553relocatable object file's symbolic information will have the same effect
9554as linking the relocatable object file into the program in the normal
9555way.
9556
c906108c
SS
9557@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9558
9559You can use the @samp{-mapped} and @samp{-readnow} options just as with
9560the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9561table information for @var{filename}.
9562
9563@kindex add-shared-symbol-file
9564@item add-shared-symbol-file
9565The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9566operating system for the Motorola 88k. @value{GDBN} automatically looks for
9567shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9568@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9569
c906108c
SS
9570@kindex section
9571@item section
5d161b24
DB
9572The @code{section} command changes the base address of section SECTION of
9573the exec file to ADDR. This can be used if the exec file does not contain
9574section addresses, (such as in the a.out format), or when the addresses
9575specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9576separately. The @code{info files} command, described below, lists all
9577the sections and their addresses.
c906108c
SS
9578
9579@kindex info files
9580@kindex info target
9581@item info files
9582@itemx info target
7a292a7a
SS
9583@code{info files} and @code{info target} are synonymous; both print the
9584current target (@pxref{Targets, ,Specifying a Debugging Target}),
9585including the names of the executable and core dump files currently in
9586use by @value{GDBN}, and the files from which symbols were loaded. The
9587command @code{help target} lists all possible targets rather than
9588current ones.
9589
fe95c787
MS
9590@kindex maint info sections
9591@item maint info sections
9592Another command that can give you extra information about program sections
9593is @code{maint info sections}. In addition to the section information
9594displayed by @code{info files}, this command displays the flags and file
9595offset of each section in the executable and core dump files. In addition,
9596@code{maint info sections} provides the following command options (which
9597may be arbitrarily combined):
9598
9599@table @code
9600@item ALLOBJ
9601Display sections for all loaded object files, including shared libraries.
9602@item @var{sections}
6600abed 9603Display info only for named @var{sections}.
fe95c787
MS
9604@item @var{section-flags}
9605Display info only for sections for which @var{section-flags} are true.
9606The section flags that @value{GDBN} currently knows about are:
9607@table @code
9608@item ALLOC
9609Section will have space allocated in the process when loaded.
9610Set for all sections except those containing debug information.
9611@item LOAD
9612Section will be loaded from the file into the child process memory.
9613Set for pre-initialized code and data, clear for @code{.bss} sections.
9614@item RELOC
9615Section needs to be relocated before loading.
9616@item READONLY
9617Section cannot be modified by the child process.
9618@item CODE
9619Section contains executable code only.
6600abed 9620@item DATA
fe95c787
MS
9621Section contains data only (no executable code).
9622@item ROM
9623Section will reside in ROM.
9624@item CONSTRUCTOR
9625Section contains data for constructor/destructor lists.
9626@item HAS_CONTENTS
9627Section is not empty.
9628@item NEVER_LOAD
9629An instruction to the linker to not output the section.
9630@item COFF_SHARED_LIBRARY
9631A notification to the linker that the section contains
9632COFF shared library information.
9633@item IS_COMMON
9634Section contains common symbols.
9635@end table
9636@end table
6763aef9
MS
9637@kindex set trust-readonly-sections
9638@item set trust-readonly-sections on
9639Tell @value{GDBN} that readonly sections in your object file
6ca652b0 9640really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
9641In that case, @value{GDBN} can fetch values from these sections
9642out of the object file, rather than from the target program.
9643For some targets (notably embedded ones), this can be a significant
9644enhancement to debugging performance.
9645
9646The default is off.
9647
9648@item set trust-readonly-sections off
15110bc3 9649Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
9650the contents of the section might change while the program is running,
9651and must therefore be fetched from the target when needed.
c906108c
SS
9652@end table
9653
9654All file-specifying commands allow both absolute and relative file names
9655as arguments. @value{GDBN} always converts the file name to an absolute file
9656name and remembers it that way.
9657
c906108c 9658@cindex shared libraries
c906108c
SS
9659@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
9660libraries.
53a5351d 9661
c906108c
SS
9662@value{GDBN} automatically loads symbol definitions from shared libraries
9663when you use the @code{run} command, or when you examine a core file.
9664(Before you issue the @code{run} command, @value{GDBN} does not understand
9665references to a function in a shared library, however---unless you are
9666debugging a core file).
53a5351d
JM
9667
9668On HP-UX, if the program loads a library explicitly, @value{GDBN}
9669automatically loads the symbols at the time of the @code{shl_load} call.
9670
c906108c
SS
9671@c FIXME: some @value{GDBN} release may permit some refs to undef
9672@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
9673@c FIXME...lib; check this from time to time when updating manual
9674
b7209cb4
FF
9675There are times, however, when you may wish to not automatically load
9676symbol definitions from shared libraries, such as when they are
9677particularly large or there are many of them.
9678
9679To control the automatic loading of shared library symbols, use the
9680commands:
9681
9682@table @code
9683@kindex set auto-solib-add
9684@item set auto-solib-add @var{mode}
9685If @var{mode} is @code{on}, symbols from all shared object libraries
9686will be loaded automatically when the inferior begins execution, you
9687attach to an independently started inferior, or when the dynamic linker
9688informs @value{GDBN} that a new library has been loaded. If @var{mode}
9689is @code{off}, symbols must be loaded manually, using the
9690@code{sharedlibrary} command. The default value is @code{on}.
9691
9692@kindex show auto-solib-add
9693@item show auto-solib-add
9694Display the current autoloading mode.
9695@end table
9696
9697To explicitly load shared library symbols, use the @code{sharedlibrary}
9698command:
9699
c906108c
SS
9700@table @code
9701@kindex info sharedlibrary
9702@kindex info share
9703@item info share
9704@itemx info sharedlibrary
9705Print the names of the shared libraries which are currently loaded.
9706
9707@kindex sharedlibrary
9708@kindex share
9709@item sharedlibrary @var{regex}
9710@itemx share @var{regex}
c906108c
SS
9711Load shared object library symbols for files matching a
9712Unix regular expression.
9713As with files loaded automatically, it only loads shared libraries
9714required by your program for a core file or after typing @code{run}. If
9715@var{regex} is omitted all shared libraries required by your program are
9716loaded.
9717@end table
9718
b7209cb4
FF
9719On some systems, such as HP-UX systems, @value{GDBN} supports
9720autoloading shared library symbols until a limiting threshold size is
9721reached. This provides the benefit of allowing autoloading to remain on
9722by default, but avoids autoloading excessively large shared libraries,
9723up to a threshold that is initially set, but which you can modify if you
9724wish.
c906108c
SS
9725
9726Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
9727loaded. To load these symbols, use the command @code{sharedlibrary
9728@var{filename}}. The base address of the shared library is determined
c906108c
SS
9729automatically by @value{GDBN} and need not be specified.
9730
9731To display or set the threshold, use the commands:
9732
9733@table @code
b7209cb4
FF
9734@kindex set auto-solib-limit
9735@item set auto-solib-limit @var{threshold}
9736Set the autoloading size threshold, in an integral number of megabytes.
9737If @var{threshold} is nonzero and shared library autoloading is enabled,
9738symbols from all shared object libraries will be loaded until the total
9739size of the loaded shared library symbols exceeds this threshold.
c906108c 9740Otherwise, symbols must be loaded manually, using the
6ca652b0 9741@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 9742Mb).
c906108c 9743
b7209cb4
FF
9744@kindex show auto-solib-limit
9745@item show auto-solib-limit
c906108c
SS
9746Display the current autoloading size threshold, in megabytes.
9747@end table
c906108c 9748
f5ebfba0
DJ
9749Shared libraries are also supported in many cross or remote debugging
9750configurations. A copy of the target's libraries need to be present on the
9751host system; they need to be the same as the target libraries, although the
9752copies on the target can be stripped as long as the copies on the host are
9753not.
9754
9755You need to tell @value{GDBN} where the target libraries are, so that it can
9756load the correct copies---otherwise, it may try to load the host's libraries.
9757@value{GDBN} has two variables to specify the search directories for target
9758libraries.
9759
9760@table @code
9761@kindex set solib-absolute-prefix
9762@item set solib-absolute-prefix @var{path}
9763If this variable is set, @var{path} will be used as a prefix for any
9764absolute shared library paths; many runtime loaders store the absolute
9765paths to the shared library in the target program's memory. If you use
9766@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
9767out in the same way that they are on the target, with e.g.@: a
9768@file{/usr/lib} hierarchy under @var{path}.
9769
9770You can set the default value of @samp{solib-absolute-prefix} by using the
9771configure-time @samp{--with-sysroot} option.
9772
9773@kindex show solib-absolute-prefix
9774@item show solib-absolute-prefix
9775Display the current shared library prefix.
9776
9777@kindex set solib-search-path
9778@item set solib-search-path @var{path}
9779If this variable is set, @var{path} is a colon-separated list of directories
9780to search for shared libraries. @samp{solib-search-path} is used after
9781@samp{solib-absolute-prefix} fails to locate the library, or if the path to
9782the library is relative instead of absolute. If you want to use
9783@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
9784set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
9785@value{GDBN} from finding your host's libraries.
9786
9787@kindex show solib-search-path
9788@item show solib-search-path
9789Display the current shared library search path.
9790@end table
9791
5b5d99cf
JB
9792
9793@node Separate Debug Files
9794@section Debugging Information in Separate Files
9795@cindex separate debugging information files
9796@cindex debugging information in separate files
9797@cindex @file{.debug} subdirectories
9798@cindex debugging information directory, global
9799@cindex global debugging information directory
9800
9801@value{GDBN} allows you to put a program's debugging information in a
9802file separate from the executable itself, in a way that allows
9803@value{GDBN} to find and load the debugging information automatically.
9804Since debugging information can be very large --- sometimes larger
9805than the executable code itself --- some systems distribute debugging
9806information for their executables in separate files, which users can
9807install only when they need to debug a problem.
9808
9809If an executable's debugging information has been extracted to a
9810separate file, the executable should contain a @dfn{debug link} giving
9811the name of the debugging information file (with no directory
9812components), and a checksum of its contents. (The exact form of a
9813debug link is described below.) If the full name of the directory
9814containing the executable is @var{execdir}, and the executable has a
9815debug link that specifies the name @var{debugfile}, then @value{GDBN}
9816will automatically search for the debugging information file in three
9817places:
9818
9819@itemize @bullet
9820@item
9821the directory containing the executable file (that is, it will look
9822for a file named @file{@var{execdir}/@var{debugfile}},
9823@item
9824a subdirectory of that directory named @file{.debug} (that is, the
9825file @file{@var{execdir}/.debug/@var{debugfile}}, and
9826@item
9827a subdirectory of the global debug file directory that includes the
9828executable's full path, and the name from the link (that is, the file
9829@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
9830@var{globaldebugdir} is the global debug file directory, and
9831@var{execdir} has been turned into a relative path).
9832@end itemize
9833@noindent
9834@value{GDBN} checks under each of these names for a debugging
9835information file whose checksum matches that given in the link, and
9836reads the debugging information from the first one it finds.
9837
9838So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
9839which has a link containing the name @file{ls.debug}, and the global
9840debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
9841for debug information in @file{/usr/bin/ls.debug},
9842@file{/usr/bin/.debug/ls.debug}, and
9843@file{/usr/lib/debug/usr/bin/ls.debug}.
9844
9845You can set the global debugging info directory's name, and view the
9846name @value{GDBN} is currently using.
9847
9848@table @code
9849
9850@kindex set debug-file-directory
9851@item set debug-file-directory @var{directory}
9852Set the directory which @value{GDBN} searches for separate debugging
9853information files to @var{directory}.
9854
9855@kindex show debug-file-directory
9856@item show debug-file-directory
9857Show the directory @value{GDBN} searches for separate debugging
9858information files.
9859
9860@end table
9861
9862@cindex @code{.gnu_debuglink} sections
9863@cindex debug links
9864A debug link is a special section of the executable file named
9865@code{.gnu_debuglink}. The section must contain:
9866
9867@itemize
9868@item
9869A filename, with any leading directory components removed, followed by
9870a zero byte,
9871@item
9872zero to three bytes of padding, as needed to reach the next four-byte
9873boundary within the section, and
9874@item
9875a four-byte CRC checksum, stored in the same endianness used for the
9876executable file itself. The checksum is computed on the debugging
9877information file's full contents by the function given below, passing
9878zero as the @var{crc} argument.
9879@end itemize
9880
9881Any executable file format can carry a debug link, as long as it can
9882contain a section named @code{.gnu_debuglink} with the contents
9883described above.
9884
9885The debugging information file itself should be an ordinary
9886executable, containing a full set of linker symbols, sections, and
9887debugging information. The sections of the debugging information file
9888should have the same names, addresses and sizes as the original file,
9889but they need not contain any data --- much like a @code{.bss} section
9890in an ordinary executable.
9891
9892As of December 2002, there is no standard GNU utility to produce
9893separated executable / debugging information file pairs. Ulrich
9894Drepper's @file{elfutils} package, starting with version 0.53,
9895contains a version of the @code{strip} command such that the command
9896@kbd{strip foo -f foo.debug} removes the debugging information from
9897the executable file @file{foo}, places it in the file
9898@file{foo.debug}, and leaves behind a debug link in @file{foo}.
9899
9900Since there are many different ways to compute CRC's (different
9901polynomials, reversals, byte ordering, etc.), the simplest way to
9902describe the CRC used in @code{.gnu_debuglink} sections is to give the
9903complete code for a function that computes it:
9904
9905@kindex @code{gnu_debuglink_crc32}
9906@smallexample
9907unsigned long
9908gnu_debuglink_crc32 (unsigned long crc,
9909 unsigned char *buf, size_t len)
9910@{
9911 static const unsigned long crc32_table[256] =
9912 @{
9913 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
9914 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
9915 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
9916 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
9917 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
9918 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
9919 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
9920 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
9921 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
9922 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
9923 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
9924 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
9925 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
9926 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
9927 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
9928 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
9929 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
9930 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
9931 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
9932 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
9933 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
9934 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
9935 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
9936 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
9937 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
9938 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
9939 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
9940 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
9941 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
9942 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
9943 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
9944 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
9945 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
9946 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
9947 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
9948 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
9949 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
9950 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
9951 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
9952 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
9953 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
9954 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
9955 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
9956 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
9957 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
9958 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
9959 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
9960 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
9961 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
9962 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
9963 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
9964 0x2d02ef8d
9965 @};
9966 unsigned char *end;
9967
9968 crc = ~crc & 0xffffffff;
9969 for (end = buf + len; buf < end; ++buf)
9970 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
9971 return ~crc & 0xffffffff;;
9972@}
9973@end smallexample
9974
9975
6d2ebf8b 9976@node Symbol Errors
c906108c
SS
9977@section Errors reading symbol files
9978
9979While reading a symbol file, @value{GDBN} occasionally encounters problems,
9980such as symbol types it does not recognize, or known bugs in compiler
9981output. By default, @value{GDBN} does not notify you of such problems, since
9982they are relatively common and primarily of interest to people
9983debugging compilers. If you are interested in seeing information
9984about ill-constructed symbol tables, you can either ask @value{GDBN} to print
9985only one message about each such type of problem, no matter how many
9986times the problem occurs; or you can ask @value{GDBN} to print more messages,
9987to see how many times the problems occur, with the @code{set
9988complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
9989messages}).
9990
9991The messages currently printed, and their meanings, include:
9992
9993@table @code
9994@item inner block not inside outer block in @var{symbol}
9995
9996The symbol information shows where symbol scopes begin and end
9997(such as at the start of a function or a block of statements). This
9998error indicates that an inner scope block is not fully contained
9999in its outer scope blocks.
10000
10001@value{GDBN} circumvents the problem by treating the inner block as if it had
10002the same scope as the outer block. In the error message, @var{symbol}
10003may be shown as ``@code{(don't know)}'' if the outer block is not a
10004function.
10005
10006@item block at @var{address} out of order
10007
10008The symbol information for symbol scope blocks should occur in
10009order of increasing addresses. This error indicates that it does not
10010do so.
10011
10012@value{GDBN} does not circumvent this problem, and has trouble
10013locating symbols in the source file whose symbols it is reading. (You
10014can often determine what source file is affected by specifying
10015@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10016messages}.)
10017
10018@item bad block start address patched
10019
10020The symbol information for a symbol scope block has a start address
10021smaller than the address of the preceding source line. This is known
10022to occur in the SunOS 4.1.1 (and earlier) C compiler.
10023
10024@value{GDBN} circumvents the problem by treating the symbol scope block as
10025starting on the previous source line.
10026
10027@item bad string table offset in symbol @var{n}
10028
10029@cindex foo
10030Symbol number @var{n} contains a pointer into the string table which is
10031larger than the size of the string table.
10032
10033@value{GDBN} circumvents the problem by considering the symbol to have the
10034name @code{foo}, which may cause other problems if many symbols end up
10035with this name.
10036
10037@item unknown symbol type @code{0x@var{nn}}
10038
7a292a7a
SS
10039The symbol information contains new data types that @value{GDBN} does
10040not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10041uncomprehended information, in hexadecimal.
c906108c 10042
7a292a7a
SS
10043@value{GDBN} circumvents the error by ignoring this symbol information.
10044This usually allows you to debug your program, though certain symbols
c906108c 10045are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10046debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10047on @code{complain}, then go up to the function @code{read_dbx_symtab}
10048and examine @code{*bufp} to see the symbol.
c906108c
SS
10049
10050@item stub type has NULL name
c906108c 10051
7a292a7a 10052@value{GDBN} could not find the full definition for a struct or class.
c906108c 10053
7a292a7a 10054@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10055The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10056information that recent versions of the compiler should have output for
10057it.
c906108c
SS
10058
10059@item info mismatch between compiler and debugger
10060
10061@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10062
c906108c
SS
10063@end table
10064
6d2ebf8b 10065@node Targets
c906108c 10066@chapter Specifying a Debugging Target
7a292a7a 10067
c906108c
SS
10068@cindex debugging target
10069@kindex target
10070
10071A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10072
10073Often, @value{GDBN} runs in the same host environment as your program;
10074in that case, the debugging target is specified as a side effect when
10075you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10076flexibility---for example, running @value{GDBN} on a physically separate
10077host, or controlling a standalone system over a serial port or a
53a5351d
JM
10078realtime system over a TCP/IP connection---you can use the @code{target}
10079command to specify one of the target types configured for @value{GDBN}
10080(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10081
10082@menu
10083* Active Targets:: Active targets
10084* Target Commands:: Commands for managing targets
c906108c
SS
10085* Byte Order:: Choosing target byte order
10086* Remote:: Remote debugging
96baa820 10087* KOD:: Kernel Object Display
c906108c
SS
10088
10089@end menu
10090
6d2ebf8b 10091@node Active Targets
c906108c 10092@section Active targets
7a292a7a 10093
c906108c
SS
10094@cindex stacking targets
10095@cindex active targets
10096@cindex multiple targets
10097
c906108c 10098There are three classes of targets: processes, core files, and
7a292a7a
SS
10099executable files. @value{GDBN} can work concurrently on up to three
10100active targets, one in each class. This allows you to (for example)
10101start a process and inspect its activity without abandoning your work on
10102a core file.
c906108c
SS
10103
10104For example, if you execute @samp{gdb a.out}, then the executable file
10105@code{a.out} is the only active target. If you designate a core file as
10106well---presumably from a prior run that crashed and coredumped---then
10107@value{GDBN} has two active targets and uses them in tandem, looking
10108first in the corefile target, then in the executable file, to satisfy
10109requests for memory addresses. (Typically, these two classes of target
10110are complementary, since core files contain only a program's
10111read-write memory---variables and so on---plus machine status, while
10112executable files contain only the program text and initialized data.)
c906108c
SS
10113
10114When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10115target as well. When a process target is active, all @value{GDBN}
10116commands requesting memory addresses refer to that target; addresses in
10117an active core file or executable file target are obscured while the
10118process target is active.
c906108c 10119
7a292a7a
SS
10120Use the @code{core-file} and @code{exec-file} commands to select a new
10121core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10122files}). To specify as a target a process that is already running, use
7a292a7a
SS
10123the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10124process}).
c906108c 10125
6d2ebf8b 10126@node Target Commands
c906108c
SS
10127@section Commands for managing targets
10128
10129@table @code
10130@item target @var{type} @var{parameters}
7a292a7a
SS
10131Connects the @value{GDBN} host environment to a target machine or
10132process. A target is typically a protocol for talking to debugging
10133facilities. You use the argument @var{type} to specify the type or
10134protocol of the target machine.
c906108c
SS
10135
10136Further @var{parameters} are interpreted by the target protocol, but
10137typically include things like device names or host names to connect
10138with, process numbers, and baud rates.
c906108c
SS
10139
10140The @code{target} command does not repeat if you press @key{RET} again
10141after executing the command.
10142
10143@kindex help target
10144@item help target
10145Displays the names of all targets available. To display targets
10146currently selected, use either @code{info target} or @code{info files}
10147(@pxref{Files, ,Commands to specify files}).
10148
10149@item help target @var{name}
10150Describe a particular target, including any parameters necessary to
10151select it.
10152
10153@kindex set gnutarget
10154@item set gnutarget @var{args}
5d161b24 10155@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10156knows whether it is reading an @dfn{executable},
5d161b24
DB
10157a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10158with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10159with @code{gnutarget} the @code{target} refers to a program, not a machine.
10160
d4f3574e 10161@quotation
c906108c
SS
10162@emph{Warning:} To specify a file format with @code{set gnutarget},
10163you must know the actual BFD name.
d4f3574e 10164@end quotation
c906108c 10165
d4f3574e
SS
10166@noindent
10167@xref{Files, , Commands to specify files}.
c906108c 10168
5d161b24 10169@kindex show gnutarget
c906108c
SS
10170@item show gnutarget
10171Use the @code{show gnutarget} command to display what file format
10172@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10173@value{GDBN} will determine the file format for each file automatically,
10174and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10175@end table
10176
c906108c
SS
10177Here are some common targets (available, or not, depending on the GDB
10178configuration):
c906108c
SS
10179
10180@table @code
10181@kindex target exec
10182@item target exec @var{program}
10183An executable file. @samp{target exec @var{program}} is the same as
10184@samp{exec-file @var{program}}.
10185
c906108c
SS
10186@kindex target core
10187@item target core @var{filename}
10188A core dump file. @samp{target core @var{filename}} is the same as
10189@samp{core-file @var{filename}}.
c906108c
SS
10190
10191@kindex target remote
10192@item target remote @var{dev}
10193Remote serial target in GDB-specific protocol. The argument @var{dev}
10194specifies what serial device to use for the connection (e.g.
10195@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10196supports the @code{load} command. This is only useful if you have
c906108c
SS
10197some other way of getting the stub to the target system, and you can put
10198it somewhere in memory where it won't get clobbered by the download.
10199
c906108c
SS
10200@kindex target sim
10201@item target sim
2df3850c 10202Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10203In general,
474c8240 10204@smallexample
104c1213
JM
10205 target sim
10206 load
10207 run
474c8240 10208@end smallexample
d4f3574e 10209@noindent
104c1213 10210works; however, you cannot assume that a specific memory map, device
d4f3574e 10211drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10212provide these. For info about any processor-specific simulator details,
10213see the appropriate section in @ref{Embedded Processors, ,Embedded
10214Processors}.
10215
c906108c
SS
10216@end table
10217
104c1213 10218Some configurations may include these targets as well:
c906108c
SS
10219
10220@table @code
10221
c906108c
SS
10222@kindex target nrom
10223@item target nrom @var{dev}
10224NetROM ROM emulator. This target only supports downloading.
10225
c906108c
SS
10226@end table
10227
5d161b24 10228Different targets are available on different configurations of @value{GDBN};
c906108c 10229your configuration may have more or fewer targets.
c906108c
SS
10230
10231Many remote targets require you to download the executable's code
10232once you've successfully established a connection.
10233
10234@table @code
10235
10236@kindex load @var{filename}
10237@item load @var{filename}
c906108c
SS
10238Depending on what remote debugging facilities are configured into
10239@value{GDBN}, the @code{load} command may be available. Where it exists, it
10240is meant to make @var{filename} (an executable) available for debugging
10241on the remote system---by downloading, or dynamic linking, for example.
10242@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10243the @code{add-symbol-file} command.
10244
10245If your @value{GDBN} does not have a @code{load} command, attempting to
10246execute it gets the error message ``@code{You can't do that when your
10247target is @dots{}}''
c906108c
SS
10248
10249The file is loaded at whatever address is specified in the executable.
10250For some object file formats, you can specify the load address when you
10251link the program; for other formats, like a.out, the object file format
10252specifies a fixed address.
10253@c FIXME! This would be a good place for an xref to the GNU linker doc.
10254
c906108c
SS
10255@code{load} does not repeat if you press @key{RET} again after using it.
10256@end table
10257
6d2ebf8b 10258@node Byte Order
c906108c 10259@section Choosing target byte order
7a292a7a 10260
c906108c
SS
10261@cindex choosing target byte order
10262@cindex target byte order
c906108c
SS
10263
10264Some types of processors, such as the MIPS, PowerPC, and Hitachi SH,
10265offer the ability to run either big-endian or little-endian byte
10266orders. Usually the executable or symbol will include a bit to
10267designate the endian-ness, and you will not need to worry about
10268which to use. However, you may still find it useful to adjust
d4f3574e 10269@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10270
10271@table @code
10272@kindex set endian big
10273@item set endian big
10274Instruct @value{GDBN} to assume the target is big-endian.
10275
10276@kindex set endian little
10277@item set endian little
10278Instruct @value{GDBN} to assume the target is little-endian.
10279
10280@kindex set endian auto
10281@item set endian auto
10282Instruct @value{GDBN} to use the byte order associated with the
10283executable.
10284
10285@item show endian
10286Display @value{GDBN}'s current idea of the target byte order.
10287
10288@end table
10289
10290Note that these commands merely adjust interpretation of symbolic
10291data on the host, and that they have absolutely no effect on the
10292target system.
10293
6d2ebf8b 10294@node Remote
c906108c
SS
10295@section Remote debugging
10296@cindex remote debugging
10297
10298If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10299@value{GDBN} in the usual way, it is often useful to use remote debugging.
10300For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10301or on a small system which does not have a general purpose operating system
10302powerful enough to run a full-featured debugger.
10303
10304Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10305to make this work with particular debugging targets. In addition,
5d161b24 10306@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10307but not specific to any particular target system) which you can use if you
10308write the remote stubs---the code that runs on the remote system to
10309communicate with @value{GDBN}.
10310
10311Other remote targets may be available in your
10312configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10313
6f05cf9f
AC
10314@node KOD
10315@section Kernel Object Display
10316
10317@cindex kernel object display
10318@cindex kernel object
10319@cindex KOD
10320
10321Some targets support kernel object display. Using this facility,
10322@value{GDBN} communicates specially with the underlying operating system
10323and can display information about operating system-level objects such as
10324mutexes and other synchronization objects. Exactly which objects can be
10325displayed is determined on a per-OS basis.
10326
10327Use the @code{set os} command to set the operating system. This tells
10328@value{GDBN} which kernel object display module to initialize:
10329
474c8240 10330@smallexample
6f05cf9f 10331(@value{GDBP}) set os cisco
474c8240 10332@end smallexample
6f05cf9f
AC
10333
10334If @code{set os} succeeds, @value{GDBN} will display some information
10335about the operating system, and will create a new @code{info} command
10336which can be used to query the target. The @code{info} command is named
10337after the operating system:
c906108c 10338
474c8240 10339@smallexample
6f05cf9f
AC
10340(@value{GDBP}) info cisco
10341List of Cisco Kernel Objects
10342Object Description
10343any Any and all objects
474c8240 10344@end smallexample
6f05cf9f
AC
10345
10346Further subcommands can be used to query about particular objects known
10347by the kernel.
10348
10349There is currently no way to determine whether a given operating system
10350is supported other than to try it.
10351
10352
10353@node Remote Debugging
10354@chapter Debugging remote programs
10355
6b2f586d
AC
10356@menu
10357* Server:: Using the gdbserver program
10358* NetWare:: Using the gdbserve.nlm program
501eef12 10359* Remote configuration:: Remote configuration
6b2f586d 10360* remote stub:: Implementing a remote stub
6b2f586d
AC
10361@end menu
10362
6f05cf9f
AC
10363@node Server
10364@section Using the @code{gdbserver} program
10365
10366@kindex gdbserver
10367@cindex remote connection without stubs
10368@code{gdbserver} is a control program for Unix-like systems, which
10369allows you to connect your program with a remote @value{GDBN} via
10370@code{target remote}---but without linking in the usual debugging stub.
10371
10372@code{gdbserver} is not a complete replacement for the debugging stubs,
10373because it requires essentially the same operating-system facilities
10374that @value{GDBN} itself does. In fact, a system that can run
10375@code{gdbserver} to connect to a remote @value{GDBN} could also run
10376@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10377because it is a much smaller program than @value{GDBN} itself. It is
10378also easier to port than all of @value{GDBN}, so you may be able to get
10379started more quickly on a new system by using @code{gdbserver}.
10380Finally, if you develop code for real-time systems, you may find that
10381the tradeoffs involved in real-time operation make it more convenient to
10382do as much development work as possible on another system, for example
10383by cross-compiling. You can use @code{gdbserver} to make a similar
10384choice for debugging.
10385
10386@value{GDBN} and @code{gdbserver} communicate via either a serial line
10387or a TCP connection, using the standard @value{GDBN} remote serial
10388protocol.
10389
10390@table @emph
10391@item On the target machine,
10392you need to have a copy of the program you want to debug.
10393@code{gdbserver} does not need your program's symbol table, so you can
10394strip the program if necessary to save space. @value{GDBN} on the host
10395system does all the symbol handling.
10396
10397To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10398the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10399syntax is:
10400
10401@smallexample
10402target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10403@end smallexample
10404
10405@var{comm} is either a device name (to use a serial line) or a TCP
10406hostname and portnumber. For example, to debug Emacs with the argument
10407@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10408@file{/dev/com1}:
10409
10410@smallexample
10411target> gdbserver /dev/com1 emacs foo.txt
10412@end smallexample
10413
10414@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10415with it.
10416
10417To use a TCP connection instead of a serial line:
10418
10419@smallexample
10420target> gdbserver host:2345 emacs foo.txt
10421@end smallexample
10422
10423The only difference from the previous example is the first argument,
10424specifying that you are communicating with the host @value{GDBN} via
10425TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10426expect a TCP connection from machine @samp{host} to local TCP port 2345.
10427(Currently, the @samp{host} part is ignored.) You can choose any number
10428you want for the port number as long as it does not conflict with any
10429TCP ports already in use on the target system (for example, @code{23} is
10430reserved for @code{telnet}).@footnote{If you choose a port number that
10431conflicts with another service, @code{gdbserver} prints an error message
10432and exits.} You must use the same port number with the host @value{GDBN}
10433@code{target remote} command.
10434
56460a61
DJ
10435On some targets, @code{gdbserver} can also attach to running programs.
10436This is accomplished via the @code{--attach} argument. The syntax is:
10437
10438@smallexample
10439target> gdbserver @var{comm} --attach @var{pid}
10440@end smallexample
10441
10442@var{pid} is the process ID of a currently running process. It isn't necessary
10443to point @code{gdbserver} at a binary for the running process.
10444
6f05cf9f
AC
10445@item On the @value{GDBN} host machine,
10446you need an unstripped copy of your program, since @value{GDBN} needs
10447symbols and debugging information. Start up @value{GDBN} as usual,
10448using the name of the local copy of your program as the first argument.
10449(You may also need the @w{@samp{--baud}} option if the serial line is
10450running at anything other than 9600@dmn{bps}.) After that, use @code{target
10451remote} to establish communications with @code{gdbserver}. Its argument
10452is either a device name (usually a serial device, like
10453@file{/dev/ttyb}), or a TCP port descriptor in the form
10454@code{@var{host}:@var{PORT}}. For example:
10455
10456@smallexample
10457(@value{GDBP}) target remote /dev/ttyb
10458@end smallexample
10459
10460@noindent
10461communicates with the server via serial line @file{/dev/ttyb}, and
10462
10463@smallexample
10464(@value{GDBP}) target remote the-target:2345
10465@end smallexample
10466
10467@noindent
10468communicates via a TCP connection to port 2345 on host @w{@file{the-target}}.
10469For TCP connections, you must start up @code{gdbserver} prior to using
10470the @code{target remote} command. Otherwise you may get an error whose
10471text depends on the host system, but which usually looks something like
10472@samp{Connection refused}.
10473@end table
10474
10475@node NetWare
10476@section Using the @code{gdbserve.nlm} program
10477
10478@kindex gdbserve.nlm
10479@code{gdbserve.nlm} is a control program for NetWare systems, which
10480allows you to connect your program with a remote @value{GDBN} via
10481@code{target remote}.
10482
10483@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10484using the standard @value{GDBN} remote serial protocol.
10485
10486@table @emph
10487@item On the target machine,
10488you need to have a copy of the program you want to debug.
10489@code{gdbserve.nlm} does not need your program's symbol table, so you
10490can strip the program if necessary to save space. @value{GDBN} on the
10491host system does all the symbol handling.
10492
10493To use the server, you must tell it how to communicate with
10494@value{GDBN}; the name of your program; and the arguments for your
10495program. The syntax is:
10496
10497@smallexample
10498load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10499 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10500@end smallexample
10501
10502@var{board} and @var{port} specify the serial line; @var{baud} specifies
10503the baud rate used by the connection. @var{port} and @var{node} default
10504to 0, @var{baud} defaults to 9600@dmn{bps}.
10505
10506For example, to debug Emacs with the argument @samp{foo.txt}and
10507communicate with @value{GDBN} over serial port number 2 or board 1
10508using a 19200@dmn{bps} connection:
10509
10510@smallexample
10511load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10512@end smallexample
10513
10514@item On the @value{GDBN} host machine,
10515you need an unstripped copy of your program, since @value{GDBN} needs
10516symbols and debugging information. Start up @value{GDBN} as usual,
10517using the name of the local copy of your program as the first argument.
10518(You may also need the @w{@samp{--baud}} option if the serial line is
10519running at anything other than 9600@dmn{bps}. After that, use @code{target
10520remote} to establish communications with @code{gdbserve.nlm}. Its
10521argument is a device name (usually a serial device, like
10522@file{/dev/ttyb}). For example:
10523
10524@smallexample
10525(@value{GDBP}) target remote /dev/ttyb
10526@end smallexample
10527
10528@noindent
10529communications with the server via serial line @file{/dev/ttyb}.
10530@end table
10531
501eef12
AC
10532@node Remote configuration
10533@section Remote configuration
10534
10535The following configuration options are available when debugging remote
10536programs:
10537
10538@table @code
10539@kindex set remote hardware-watchpoint-limit
10540@kindex set remote hardware-breakpoint-limit
10541@anchor{set remote hardware-watchpoint-limit}
10542@anchor{set remote hardware-breakpoint-limit}
10543@item set remote hardware-watchpoint-limit @var{limit}
10544@itemx set remote hardware-breakpoint-limit @var{limit}
10545Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
10546watchpoints. A limit of -1, the default, is treated as unlimited.
10547@end table
10548
6f05cf9f
AC
10549@node remote stub
10550@section Implementing a remote stub
7a292a7a 10551
8e04817f
AC
10552@cindex debugging stub, example
10553@cindex remote stub, example
10554@cindex stub example, remote debugging
10555The stub files provided with @value{GDBN} implement the target side of the
10556communication protocol, and the @value{GDBN} side is implemented in the
10557@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10558these subroutines to communicate, and ignore the details. (If you're
10559implementing your own stub file, you can still ignore the details: start
10560with one of the existing stub files. @file{sparc-stub.c} is the best
10561organized, and therefore the easiest to read.)
10562
104c1213
JM
10563@cindex remote serial debugging, overview
10564To debug a program running on another machine (the debugging
10565@dfn{target} machine), you must first arrange for all the usual
10566prerequisites for the program to run by itself. For example, for a C
10567program, you need:
c906108c 10568
104c1213
JM
10569@enumerate
10570@item
10571A startup routine to set up the C runtime environment; these usually
10572have a name like @file{crt0}. The startup routine may be supplied by
10573your hardware supplier, or you may have to write your own.
96baa820 10574
5d161b24 10575@item
d4f3574e 10576A C subroutine library to support your program's
104c1213 10577subroutine calls, notably managing input and output.
96baa820 10578
104c1213
JM
10579@item
10580A way of getting your program to the other machine---for example, a
10581download program. These are often supplied by the hardware
10582manufacturer, but you may have to write your own from hardware
10583documentation.
10584@end enumerate
96baa820 10585
104c1213
JM
10586The next step is to arrange for your program to use a serial port to
10587communicate with the machine where @value{GDBN} is running (the @dfn{host}
10588machine). In general terms, the scheme looks like this:
96baa820 10589
104c1213
JM
10590@table @emph
10591@item On the host,
10592@value{GDBN} already understands how to use this protocol; when everything
10593else is set up, you can simply use the @samp{target remote} command
10594(@pxref{Targets,,Specifying a Debugging Target}).
10595
10596@item On the target,
10597you must link with your program a few special-purpose subroutines that
10598implement the @value{GDBN} remote serial protocol. The file containing these
10599subroutines is called a @dfn{debugging stub}.
10600
10601On certain remote targets, you can use an auxiliary program
10602@code{gdbserver} instead of linking a stub into your program.
10603@xref{Server,,Using the @code{gdbserver} program}, for details.
10604@end table
96baa820 10605
104c1213
JM
10606The debugging stub is specific to the architecture of the remote
10607machine; for example, use @file{sparc-stub.c} to debug programs on
10608@sc{sparc} boards.
96baa820 10609
104c1213
JM
10610@cindex remote serial stub list
10611These working remote stubs are distributed with @value{GDBN}:
96baa820 10612
104c1213
JM
10613@table @code
10614
10615@item i386-stub.c
41afff9a 10616@cindex @file{i386-stub.c}
104c1213
JM
10617@cindex Intel
10618@cindex i386
10619For Intel 386 and compatible architectures.
10620
10621@item m68k-stub.c
41afff9a 10622@cindex @file{m68k-stub.c}
104c1213
JM
10623@cindex Motorola 680x0
10624@cindex m680x0
10625For Motorola 680x0 architectures.
10626
10627@item sh-stub.c
41afff9a 10628@cindex @file{sh-stub.c}
104c1213
JM
10629@cindex Hitachi
10630@cindex SH
10631For Hitachi SH architectures.
10632
10633@item sparc-stub.c
41afff9a 10634@cindex @file{sparc-stub.c}
104c1213
JM
10635@cindex Sparc
10636For @sc{sparc} architectures.
10637
10638@item sparcl-stub.c
41afff9a 10639@cindex @file{sparcl-stub.c}
104c1213
JM
10640@cindex Fujitsu
10641@cindex SparcLite
10642For Fujitsu @sc{sparclite} architectures.
10643
10644@end table
10645
10646The @file{README} file in the @value{GDBN} distribution may list other
10647recently added stubs.
10648
10649@menu
10650* Stub Contents:: What the stub can do for you
10651* Bootstrapping:: What you must do for the stub
10652* Debug Session:: Putting it all together
104c1213
JM
10653@end menu
10654
6d2ebf8b 10655@node Stub Contents
6f05cf9f 10656@subsection What the stub can do for you
104c1213
JM
10657
10658@cindex remote serial stub
10659The debugging stub for your architecture supplies these three
10660subroutines:
10661
10662@table @code
10663@item set_debug_traps
10664@kindex set_debug_traps
10665@cindex remote serial stub, initialization
10666This routine arranges for @code{handle_exception} to run when your
10667program stops. You must call this subroutine explicitly near the
10668beginning of your program.
10669
10670@item handle_exception
10671@kindex handle_exception
10672@cindex remote serial stub, main routine
10673This is the central workhorse, but your program never calls it
10674explicitly---the setup code arranges for @code{handle_exception} to
10675run when a trap is triggered.
10676
10677@code{handle_exception} takes control when your program stops during
10678execution (for example, on a breakpoint), and mediates communications
10679with @value{GDBN} on the host machine. This is where the communications
10680protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 10681representative on the target machine. It begins by sending summary
104c1213
JM
10682information on the state of your program, then continues to execute,
10683retrieving and transmitting any information @value{GDBN} needs, until you
10684execute a @value{GDBN} command that makes your program resume; at that point,
10685@code{handle_exception} returns control to your own code on the target
5d161b24 10686machine.
104c1213
JM
10687
10688@item breakpoint
10689@cindex @code{breakpoint} subroutine, remote
10690Use this auxiliary subroutine to make your program contain a
10691breakpoint. Depending on the particular situation, this may be the only
10692way for @value{GDBN} to get control. For instance, if your target
10693machine has some sort of interrupt button, you won't need to call this;
10694pressing the interrupt button transfers control to
10695@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
10696simply receiving characters on the serial port may also trigger a trap;
10697again, in that situation, you don't need to call @code{breakpoint} from
10698your own program---simply running @samp{target remote} from the host
5d161b24 10699@value{GDBN} session gets control.
104c1213
JM
10700
10701Call @code{breakpoint} if none of these is true, or if you simply want
10702to make certain your program stops at a predetermined point for the
10703start of your debugging session.
10704@end table
10705
6d2ebf8b 10706@node Bootstrapping
6f05cf9f 10707@subsection What you must do for the stub
104c1213
JM
10708
10709@cindex remote stub, support routines
10710The debugging stubs that come with @value{GDBN} are set up for a particular
10711chip architecture, but they have no information about the rest of your
10712debugging target machine.
10713
10714First of all you need to tell the stub how to communicate with the
10715serial port.
10716
10717@table @code
10718@item int getDebugChar()
10719@kindex getDebugChar
10720Write this subroutine to read a single character from the serial port.
10721It may be identical to @code{getchar} for your target system; a
10722different name is used to allow you to distinguish the two if you wish.
10723
10724@item void putDebugChar(int)
10725@kindex putDebugChar
10726Write this subroutine to write a single character to the serial port.
5d161b24 10727It may be identical to @code{putchar} for your target system; a
104c1213
JM
10728different name is used to allow you to distinguish the two if you wish.
10729@end table
10730
10731@cindex control C, and remote debugging
10732@cindex interrupting remote targets
10733If you want @value{GDBN} to be able to stop your program while it is
10734running, you need to use an interrupt-driven serial driver, and arrange
10735for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
10736character). That is the character which @value{GDBN} uses to tell the
10737remote system to stop.
10738
10739Getting the debugging target to return the proper status to @value{GDBN}
10740probably requires changes to the standard stub; one quick and dirty way
10741is to just execute a breakpoint instruction (the ``dirty'' part is that
10742@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
10743
10744Other routines you need to supply are:
10745
10746@table @code
10747@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
10748@kindex exceptionHandler
10749Write this function to install @var{exception_address} in the exception
10750handling tables. You need to do this because the stub does not have any
10751way of knowing what the exception handling tables on your target system
10752are like (for example, the processor's table might be in @sc{rom},
10753containing entries which point to a table in @sc{ram}).
10754@var{exception_number} is the exception number which should be changed;
10755its meaning is architecture-dependent (for example, different numbers
10756might represent divide by zero, misaligned access, etc). When this
10757exception occurs, control should be transferred directly to
10758@var{exception_address}, and the processor state (stack, registers,
10759and so on) should be just as it is when a processor exception occurs. So if
10760you want to use a jump instruction to reach @var{exception_address}, it
10761should be a simple jump, not a jump to subroutine.
10762
10763For the 386, @var{exception_address} should be installed as an interrupt
10764gate so that interrupts are masked while the handler runs. The gate
10765should be at privilege level 0 (the most privileged level). The
10766@sc{sparc} and 68k stubs are able to mask interrupts themselves without
10767help from @code{exceptionHandler}.
10768
10769@item void flush_i_cache()
10770@kindex flush_i_cache
d4f3574e 10771On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
10772instruction cache, if any, on your target machine. If there is no
10773instruction cache, this subroutine may be a no-op.
10774
10775On target machines that have instruction caches, @value{GDBN} requires this
10776function to make certain that the state of your program is stable.
10777@end table
10778
10779@noindent
10780You must also make sure this library routine is available:
10781
10782@table @code
10783@item void *memset(void *, int, int)
10784@kindex memset
10785This is the standard library function @code{memset} that sets an area of
10786memory to a known value. If you have one of the free versions of
10787@code{libc.a}, @code{memset} can be found there; otherwise, you must
10788either obtain it from your hardware manufacturer, or write your own.
10789@end table
10790
10791If you do not use the GNU C compiler, you may need other standard
10792library subroutines as well; this varies from one stub to another,
10793but in general the stubs are likely to use any of the common library
d4f3574e 10794subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
10795
10796
6d2ebf8b 10797@node Debug Session
6f05cf9f 10798@subsection Putting it all together
104c1213
JM
10799
10800@cindex remote serial debugging summary
10801In summary, when your program is ready to debug, you must follow these
10802steps.
10803
10804@enumerate
10805@item
6d2ebf8b 10806Make sure you have defined the supporting low-level routines
104c1213
JM
10807(@pxref{Bootstrapping,,What you must do for the stub}):
10808@display
10809@code{getDebugChar}, @code{putDebugChar},
10810@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
10811@end display
10812
10813@item
10814Insert these lines near the top of your program:
10815
474c8240 10816@smallexample
104c1213
JM
10817set_debug_traps();
10818breakpoint();
474c8240 10819@end smallexample
104c1213
JM
10820
10821@item
10822For the 680x0 stub only, you need to provide a variable called
10823@code{exceptionHook}. Normally you just use:
10824
474c8240 10825@smallexample
104c1213 10826void (*exceptionHook)() = 0;
474c8240 10827@end smallexample
104c1213 10828
d4f3574e 10829@noindent
104c1213 10830but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 10831function in your program, that function is called when
104c1213
JM
10832@code{@value{GDBN}} continues after stopping on a trap (for example, bus
10833error). The function indicated by @code{exceptionHook} is called with
10834one parameter: an @code{int} which is the exception number.
10835
10836@item
10837Compile and link together: your program, the @value{GDBN} debugging stub for
10838your target architecture, and the supporting subroutines.
10839
10840@item
10841Make sure you have a serial connection between your target machine and
10842the @value{GDBN} host, and identify the serial port on the host.
10843
10844@item
10845@c The "remote" target now provides a `load' command, so we should
10846@c document that. FIXME.
10847Download your program to your target machine (or get it there by
10848whatever means the manufacturer provides), and start it.
10849
10850@item
10851To start remote debugging, run @value{GDBN} on the host machine, and specify
10852as an executable file the program that is running in the remote machine.
10853This tells @value{GDBN} how to find your program's symbols and the contents
10854of its pure text.
10855
d4f3574e 10856@item
104c1213 10857@cindex serial line, @code{target remote}
d4f3574e 10858Establish communication using the @code{target remote} command.
104c1213
JM
10859Its argument specifies how to communicate with the target
10860machine---either via a devicename attached to a direct serial line, or a
9db8d71f 10861TCP or UDP port (usually to a terminal server which in turn has a serial line
104c1213
JM
10862to the target). For example, to use a serial line connected to the
10863device named @file{/dev/ttyb}:
10864
474c8240 10865@smallexample
104c1213 10866target remote /dev/ttyb
474c8240 10867@end smallexample
104c1213
JM
10868
10869@cindex TCP port, @code{target remote}
10870To use a TCP connection, use an argument of the form
9db8d71f
DJ
10871@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10872For example, to connect to port 2828 on a
104c1213
JM
10873terminal server named @code{manyfarms}:
10874
474c8240 10875@smallexample
104c1213 10876target remote manyfarms:2828
474c8240 10877@end smallexample
a2bea4c3
CV
10878
10879If your remote target is actually running on the same machine as
10880your debugger session (e.g.@: a simulator of your target running on
10881the same host), you can omit the hostname. For example, to connect
10882to port 1234 on your local machine:
10883
474c8240 10884@smallexample
a2bea4c3 10885target remote :1234
474c8240 10886@end smallexample
a2bea4c3
CV
10887@noindent
10888
10889Note that the colon is still required here.
9db8d71f
DJ
10890
10891@cindex UDP port, @code{target remote}
10892To use a UDP connection, use an argument of the form
10893@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10894on a terminal server named @code{manyfarms}:
10895
10896@smallexample
10897target remote udp:manyfarms:2828
10898@end smallexample
10899
10900When using a UDP connection for remote debugging, you should keep in mind
10901that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10902busy or unreliable networks, which will cause havoc with your debugging
10903session.
10904
104c1213
JM
10905@end enumerate
10906
10907Now you can use all the usual commands to examine and change data and to
10908step and continue the remote program.
10909
10910To resume the remote program and stop debugging it, use the @code{detach}
10911command.
10912
10913@cindex interrupting remote programs
10914@cindex remote programs, interrupting
10915Whenever @value{GDBN} is waiting for the remote program, if you type the
10916interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10917program. This may or may not succeed, depending in part on the hardware
10918and the serial drivers the remote system uses. If you type the
10919interrupt character once again, @value{GDBN} displays this prompt:
10920
474c8240 10921@smallexample
104c1213
JM
10922Interrupted while waiting for the program.
10923Give up (and stop debugging it)? (y or n)
474c8240 10924@end smallexample
104c1213
JM
10925
10926If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10927(If you decide you want to try again later, you can use @samp{target
10928remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10929goes back to waiting.
10930
104c1213 10931
8e04817f
AC
10932@node Configurations
10933@chapter Configuration-Specific Information
104c1213 10934
8e04817f
AC
10935While nearly all @value{GDBN} commands are available for all native and
10936cross versions of the debugger, there are some exceptions. This chapter
10937describes things that are only available in certain configurations.
104c1213 10938
8e04817f
AC
10939There are three major categories of configurations: native
10940configurations, where the host and target are the same, embedded
10941operating system configurations, which are usually the same for several
10942different processor architectures, and bare embedded processors, which
10943are quite different from each other.
104c1213 10944
8e04817f
AC
10945@menu
10946* Native::
10947* Embedded OS::
10948* Embedded Processors::
10949* Architectures::
10950@end menu
104c1213 10951
8e04817f
AC
10952@node Native
10953@section Native
104c1213 10954
8e04817f
AC
10955This section describes details specific to particular native
10956configurations.
6cf7e474 10957
8e04817f
AC
10958@menu
10959* HP-UX:: HP-UX
10960* SVR4 Process Information:: SVR4 process information
10961* DJGPP Native:: Features specific to the DJGPP port
78c47bea 10962* Cygwin Native:: Features specific to the Cygwin port
8e04817f 10963@end menu
6cf7e474 10964
8e04817f
AC
10965@node HP-UX
10966@subsection HP-UX
104c1213 10967
8e04817f
AC
10968On HP-UX systems, if you refer to a function or variable name that
10969begins with a dollar sign, @value{GDBN} searches for a user or system
10970name first, before it searches for a convenience variable.
104c1213 10971
8e04817f
AC
10972@node SVR4 Process Information
10973@subsection SVR4 process information
104c1213 10974
8e04817f
AC
10975@kindex /proc
10976@cindex process image
104c1213 10977
8e04817f
AC
10978Many versions of SVR4 provide a facility called @samp{/proc} that can be
10979used to examine the image of a running process using file-system
10980subroutines. If @value{GDBN} is configured for an operating system with
10981this facility, the command @code{info proc} is available to report on
10982several kinds of information about the process running your program.
10983@code{info proc} works only on SVR4 systems that include the
10984@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 10985and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 10986
8e04817f
AC
10987@table @code
10988@kindex info proc
10989@item info proc
10990Summarize available information about the process.
6cf7e474 10991
8e04817f
AC
10992@kindex info proc mappings
10993@item info proc mappings
10994Report on the address ranges accessible in the program, with information
10995on whether your program may read, write, or execute each range.
10996@ignore
10997@comment These sub-options of 'info proc' were not included when
10998@comment procfs.c was re-written. Keep their descriptions around
10999@comment against the day when someone finds the time to put them back in.
11000@kindex info proc times
11001@item info proc times
11002Starting time, user CPU time, and system CPU time for your program and
11003its children.
6cf7e474 11004
8e04817f
AC
11005@kindex info proc id
11006@item info proc id
11007Report on the process IDs related to your program: its own process ID,
11008the ID of its parent, the process group ID, and the session ID.
104c1213 11009
8e04817f
AC
11010@kindex info proc status
11011@item info proc status
11012General information on the state of the process. If the process is
11013stopped, this report includes the reason for stopping, and any signal
11014received.
d4f3574e 11015
8e04817f
AC
11016@item info proc all
11017Show all the above information about the process.
11018@end ignore
11019@end table
104c1213 11020
8e04817f
AC
11021@node DJGPP Native
11022@subsection Features for Debugging @sc{djgpp} Programs
11023@cindex @sc{djgpp} debugging
11024@cindex native @sc{djgpp} debugging
11025@cindex MS-DOS-specific commands
104c1213 11026
8e04817f
AC
11027@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11028MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11029that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11030top of real-mode DOS systems and their emulations.
104c1213 11031
8e04817f
AC
11032@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11033defines a few commands specific to the @sc{djgpp} port. This
11034subsection describes those commands.
104c1213 11035
8e04817f
AC
11036@table @code
11037@kindex info dos
11038@item info dos
11039This is a prefix of @sc{djgpp}-specific commands which print
11040information about the target system and important OS structures.
f1251bdd 11041
8e04817f
AC
11042@kindex sysinfo
11043@cindex MS-DOS system info
11044@cindex free memory information (MS-DOS)
11045@item info dos sysinfo
11046This command displays assorted information about the underlying
11047platform: the CPU type and features, the OS version and flavor, the
11048DPMI version, and the available conventional and DPMI memory.
104c1213 11049
8e04817f
AC
11050@cindex GDT
11051@cindex LDT
11052@cindex IDT
11053@cindex segment descriptor tables
11054@cindex descriptor tables display
11055@item info dos gdt
11056@itemx info dos ldt
11057@itemx info dos idt
11058These 3 commands display entries from, respectively, Global, Local,
11059and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11060tables are data structures which store a descriptor for each segment
11061that is currently in use. The segment's selector is an index into a
11062descriptor table; the table entry for that index holds the
11063descriptor's base address and limit, and its attributes and access
11064rights.
104c1213 11065
8e04817f
AC
11066A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11067segment (used for both data and the stack), and a DOS segment (which
11068allows access to DOS/BIOS data structures and absolute addresses in
11069conventional memory). However, the DPMI host will usually define
11070additional segments in order to support the DPMI environment.
d4f3574e 11071
8e04817f
AC
11072@cindex garbled pointers
11073These commands allow to display entries from the descriptor tables.
11074Without an argument, all entries from the specified table are
11075displayed. An argument, which should be an integer expression, means
11076display a single entry whose index is given by the argument. For
11077example, here's a convenient way to display information about the
11078debugged program's data segment:
104c1213 11079
8e04817f
AC
11080@smallexample
11081@exdent @code{(@value{GDBP}) info dos ldt $ds}
11082@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11083@end smallexample
104c1213 11084
8e04817f
AC
11085@noindent
11086This comes in handy when you want to see whether a pointer is outside
11087the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11088
8e04817f
AC
11089@cindex page tables display (MS-DOS)
11090@item info dos pde
11091@itemx info dos pte
11092These two commands display entries from, respectively, the Page
11093Directory and the Page Tables. Page Directories and Page Tables are
11094data structures which control how virtual memory addresses are mapped
11095into physical addresses. A Page Table includes an entry for every
11096page of memory that is mapped into the program's address space; there
11097may be several Page Tables, each one holding up to 4096 entries. A
11098Page Directory has up to 4096 entries, one each for every Page Table
11099that is currently in use.
104c1213 11100
8e04817f
AC
11101Without an argument, @kbd{info dos pde} displays the entire Page
11102Directory, and @kbd{info dos pte} displays all the entries in all of
11103the Page Tables. An argument, an integer expression, given to the
11104@kbd{info dos pde} command means display only that entry from the Page
11105Directory table. An argument given to the @kbd{info dos pte} command
11106means display entries from a single Page Table, the one pointed to by
11107the specified entry in the Page Directory.
104c1213 11108
8e04817f
AC
11109@cindex direct memory access (DMA) on MS-DOS
11110These commands are useful when your program uses @dfn{DMA} (Direct
11111Memory Access), which needs physical addresses to program the DMA
11112controller.
104c1213 11113
8e04817f 11114These commands are supported only with some DPMI servers.
104c1213 11115
8e04817f
AC
11116@cindex physical address from linear address
11117@item info dos address-pte @var{addr}
11118This command displays the Page Table entry for a specified linear
11119address. The argument linear address @var{addr} should already have the
11120appropriate segment's base address added to it, because this command
11121accepts addresses which may belong to @emph{any} segment. For
11122example, here's how to display the Page Table entry for the page where
11123the variable @code{i} is stored:
104c1213 11124
8e04817f
AC
11125@smallexample
11126@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11127@exdent @code{Page Table entry for address 0x11a00d30:}
11128@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11129@end smallexample
104c1213 11130
8e04817f
AC
11131@noindent
11132This says that @code{i} is stored at offset @code{0xd30} from the page
11133whose physical base address is @code{0x02698000}, and prints all the
11134attributes of that page.
104c1213 11135
8e04817f
AC
11136Note that you must cast the addresses of variables to a @code{char *},
11137since otherwise the value of @code{__djgpp_base_address}, the base
11138address of all variables and functions in a @sc{djgpp} program, will
11139be added using the rules of C pointer arithmetics: if @code{i} is
11140declared an @code{int}, @value{GDBN} will add 4 times the value of
11141@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11142
8e04817f
AC
11143Here's another example, it displays the Page Table entry for the
11144transfer buffer:
104c1213 11145
8e04817f
AC
11146@smallexample
11147@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11148@exdent @code{Page Table entry for address 0x29110:}
11149@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11150@end smallexample
104c1213 11151
8e04817f
AC
11152@noindent
11153(The @code{+ 3} offset is because the transfer buffer's address is the
111543rd member of the @code{_go32_info_block} structure.) The output of
11155this command clearly shows that addresses in conventional memory are
11156mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11157
8e04817f
AC
11158This command is supported only with some DPMI servers.
11159@end table
104c1213 11160
78c47bea
PM
11161@node Cygwin Native
11162@subsection Features for Debugging MS Windows PE executables
11163@cindex MS Windows debugging
11164@cindex native Cygwin debugging
11165@cindex Cygwin-specific commands
11166
11167@value{GDBN} supports native debugging of MS Windows programs, and
11168defines a few commands specific to the Cygwin port. This
11169subsection describes those commands.
11170
11171@table @code
11172@kindex info w32
11173@item info w32
11174This is a prefix of MS Windows specific commands which print
11175information about the target system and important OS structures.
11176
11177@item info w32 selector
11178This command displays information returned by
11179the Win32 API @code{GetThreadSelectorEntry} function.
11180It takes an optional argument that is evaluated to
11181a long value to give the information about this given selector.
11182Without argument, this command displays information
11183about the the six segment registers.
11184
11185@kindex info dll
11186@item info dll
11187This is a Cygwin specific alias of info shared.
11188
11189@kindex dll-symbols
11190@item dll-symbols
11191This command loads symbols from a dll similarly to
11192add-sym command but without the need to specify a base address.
11193
11194@kindex set new-console
11195@item set new-console @var{mode}
11196If @var{mode} is @code{on} the debuggee will
11197be started in a new console on next start.
11198If @var{mode} is @code{off}i, the debuggee will
11199be started in the same console as the debugger.
11200
11201@kindex show new-console
11202@item show new-console
11203Displays whether a new console is used
11204when the debuggee is started.
11205
11206@kindex set new-group
11207@item set new-group @var{mode}
11208This boolean value controls whether the debuggee should
11209start a new group or stay in the same group as the debugger.
11210This affects the way the Windows OS handles
11211Ctrl-C.
11212
11213@kindex show new-group
11214@item show new-group
11215Displays current value of new-group boolean.
11216
11217@kindex set debugevents
11218@item set debugevents
11219This boolean value adds debug output concerning events seen by the debugger.
11220
11221@kindex set debugexec
11222@item set debugexec
11223This boolean value adds debug output concerning execute events
11224seen by the debugger.
11225
11226@kindex set debugexceptions
11227@item set debugexceptions
11228This boolean value adds debug ouptut concerning exception events
11229seen by the debugger.
11230
11231@kindex set debugmemory
11232@item set debugmemory
11233This boolean value adds debug ouptut concerning memory events
11234seen by the debugger.
11235
11236@kindex set shell
11237@item set shell
11238This boolean values specifies whether the debuggee is called
11239via a shell or directly (default value is on).
11240
11241@kindex show shell
11242@item show shell
11243Displays if the debuggee will be started with a shell.
11244
11245@end table
11246
8e04817f
AC
11247@node Embedded OS
11248@section Embedded Operating Systems
104c1213 11249
8e04817f
AC
11250This section describes configurations involving the debugging of
11251embedded operating systems that are available for several different
11252architectures.
d4f3574e 11253
8e04817f
AC
11254@menu
11255* VxWorks:: Using @value{GDBN} with VxWorks
11256@end menu
104c1213 11257
8e04817f
AC
11258@value{GDBN} includes the ability to debug programs running on
11259various real-time operating systems.
104c1213 11260
8e04817f
AC
11261@node VxWorks
11262@subsection Using @value{GDBN} with VxWorks
104c1213 11263
8e04817f 11264@cindex VxWorks
104c1213 11265
8e04817f 11266@table @code
104c1213 11267
8e04817f
AC
11268@kindex target vxworks
11269@item target vxworks @var{machinename}
11270A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11271is the target system's machine name or IP address.
104c1213 11272
8e04817f 11273@end table
104c1213 11274
8e04817f
AC
11275On VxWorks, @code{load} links @var{filename} dynamically on the
11276current target system as well as adding its symbols in @value{GDBN}.
104c1213 11277
8e04817f
AC
11278@value{GDBN} enables developers to spawn and debug tasks running on networked
11279VxWorks targets from a Unix host. Already-running tasks spawned from
11280the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11281both the Unix host and on the VxWorks target. The program
11282@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11283installed with the name @code{vxgdb}, to distinguish it from a
11284@value{GDBN} for debugging programs on the host itself.)
104c1213 11285
8e04817f
AC
11286@table @code
11287@item VxWorks-timeout @var{args}
11288@kindex vxworks-timeout
11289All VxWorks-based targets now support the option @code{vxworks-timeout}.
11290This option is set by the user, and @var{args} represents the number of
11291seconds @value{GDBN} waits for responses to rpc's. You might use this if
11292your VxWorks target is a slow software simulator or is on the far side
11293of a thin network line.
11294@end table
104c1213 11295
8e04817f
AC
11296The following information on connecting to VxWorks was current when
11297this manual was produced; newer releases of VxWorks may use revised
11298procedures.
104c1213 11299
8e04817f
AC
11300@kindex INCLUDE_RDB
11301To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11302to include the remote debugging interface routines in the VxWorks
11303library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11304VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11305kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11306source debugging task @code{tRdbTask} when VxWorks is booted. For more
11307information on configuring and remaking VxWorks, see the manufacturer's
11308manual.
11309@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11310
8e04817f
AC
11311Once you have included @file{rdb.a} in your VxWorks system image and set
11312your Unix execution search path to find @value{GDBN}, you are ready to
11313run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11314@code{vxgdb}, depending on your installation).
104c1213 11315
8e04817f 11316@value{GDBN} comes up showing the prompt:
104c1213 11317
474c8240 11318@smallexample
8e04817f 11319(vxgdb)
474c8240 11320@end smallexample
104c1213 11321
8e04817f
AC
11322@menu
11323* VxWorks Connection:: Connecting to VxWorks
11324* VxWorks Download:: VxWorks download
11325* VxWorks Attach:: Running tasks
11326@end menu
104c1213 11327
8e04817f
AC
11328@node VxWorks Connection
11329@subsubsection Connecting to VxWorks
104c1213 11330
8e04817f
AC
11331The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11332network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11333
474c8240 11334@smallexample
8e04817f 11335(vxgdb) target vxworks tt
474c8240 11336@end smallexample
104c1213 11337
8e04817f
AC
11338@need 750
11339@value{GDBN} displays messages like these:
104c1213 11340
8e04817f
AC
11341@smallexample
11342Attaching remote machine across net...
11343Connected to tt.
11344@end smallexample
104c1213 11345
8e04817f
AC
11346@need 1000
11347@value{GDBN} then attempts to read the symbol tables of any object modules
11348loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11349these files by searching the directories listed in the command search
11350path (@pxref{Environment, ,Your program's environment}); if it fails
11351to find an object file, it displays a message such as:
5d161b24 11352
474c8240 11353@smallexample
8e04817f 11354prog.o: No such file or directory.
474c8240 11355@end smallexample
104c1213 11356
8e04817f
AC
11357When this happens, add the appropriate directory to the search path with
11358the @value{GDBN} command @code{path}, and execute the @code{target}
11359command again.
104c1213 11360
8e04817f
AC
11361@node VxWorks Download
11362@subsubsection VxWorks download
104c1213 11363
8e04817f
AC
11364@cindex download to VxWorks
11365If you have connected to the VxWorks target and you want to debug an
11366object that has not yet been loaded, you can use the @value{GDBN}
11367@code{load} command to download a file from Unix to VxWorks
11368incrementally. The object file given as an argument to the @code{load}
11369command is actually opened twice: first by the VxWorks target in order
11370to download the code, then by @value{GDBN} in order to read the symbol
11371table. This can lead to problems if the current working directories on
11372the two systems differ. If both systems have NFS mounted the same
11373filesystems, you can avoid these problems by using absolute paths.
11374Otherwise, it is simplest to set the working directory on both systems
11375to the directory in which the object file resides, and then to reference
11376the file by its name, without any path. For instance, a program
11377@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11378and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11379program, type this on VxWorks:
104c1213 11380
474c8240 11381@smallexample
8e04817f 11382-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11383@end smallexample
104c1213 11384
8e04817f
AC
11385@noindent
11386Then, in @value{GDBN}, type:
104c1213 11387
474c8240 11388@smallexample
8e04817f
AC
11389(vxgdb) cd @var{hostpath}/vw/demo/rdb
11390(vxgdb) load prog.o
474c8240 11391@end smallexample
104c1213 11392
8e04817f 11393@value{GDBN} displays a response similar to this:
104c1213 11394
8e04817f
AC
11395@smallexample
11396Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11397@end smallexample
104c1213 11398
8e04817f
AC
11399You can also use the @code{load} command to reload an object module
11400after editing and recompiling the corresponding source file. Note that
11401this makes @value{GDBN} delete all currently-defined breakpoints,
11402auto-displays, and convenience variables, and to clear the value
11403history. (This is necessary in order to preserve the integrity of
11404debugger's data structures that reference the target system's symbol
11405table.)
104c1213 11406
8e04817f
AC
11407@node VxWorks Attach
11408@subsubsection Running tasks
104c1213
JM
11409
11410@cindex running VxWorks tasks
11411You can also attach to an existing task using the @code{attach} command as
11412follows:
11413
474c8240 11414@smallexample
104c1213 11415(vxgdb) attach @var{task}
474c8240 11416@end smallexample
104c1213
JM
11417
11418@noindent
11419where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11420or suspended when you attach to it. Running tasks are suspended at
11421the time of attachment.
11422
6d2ebf8b 11423@node Embedded Processors
104c1213
JM
11424@section Embedded Processors
11425
11426This section goes into details specific to particular embedded
11427configurations.
11428
7d86b5d5 11429
104c1213 11430@menu
104c1213
JM
11431* ARM:: ARM
11432* H8/300:: Hitachi H8/300
11433* H8/500:: Hitachi H8/500
104c1213
JM
11434* M32R/D:: Mitsubishi M32R/D
11435* M68K:: Motorola M68K
104c1213 11436* MIPS Embedded:: MIPS Embedded
a37295f9 11437* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11438* PA:: HP PA Embedded
11439* PowerPC: PowerPC
11440* SH:: Hitachi SH
11441* Sparclet:: Tsqware Sparclet
11442* Sparclite:: Fujitsu Sparclite
11443* ST2000:: Tandem ST2000
11444* Z8000:: Zilog Z8000
11445@end menu
11446
6d2ebf8b 11447@node ARM
104c1213
JM
11448@subsection ARM
11449
11450@table @code
11451
8e04817f
AC
11452@kindex target rdi
11453@item target rdi @var{dev}
11454ARM Angel monitor, via RDI library interface to ADP protocol. You may
11455use this target to communicate with both boards running the Angel
11456monitor, or with the EmbeddedICE JTAG debug device.
11457
11458@kindex target rdp
11459@item target rdp @var{dev}
11460ARM Demon monitor.
11461
11462@end table
11463
11464@node H8/300
11465@subsection Hitachi H8/300
11466
11467@table @code
11468
11469@kindex target hms@r{, with H8/300}
11470@item target hms @var{dev}
11471A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
11472Use special commands @code{device} and @code{speed} to control the serial
11473line and the communications speed used.
11474
11475@kindex target e7000@r{, with H8/300}
11476@item target e7000 @var{dev}
11477E7000 emulator for Hitachi H8 and SH.
11478
11479@kindex target sh3@r{, with H8/300}
11480@kindex target sh3e@r{, with H8/300}
11481@item target sh3 @var{dev}
11482@itemx target sh3e @var{dev}
11483Hitachi SH-3 and SH-3E target systems.
11484
11485@end table
11486
11487@cindex download to H8/300 or H8/500
11488@cindex H8/300 or H8/500 download
11489@cindex download to Hitachi SH
11490@cindex Hitachi SH download
11491When you select remote debugging to a Hitachi SH, H8/300, or H8/500
11492board, the @code{load} command downloads your program to the Hitachi
11493board and also opens it as the current executable target for
11494@value{GDBN} on your host (like the @code{file} command).
11495
11496@value{GDBN} needs to know these things to talk to your
11497Hitachi SH, H8/300, or H8/500:
11498
11499@enumerate
11500@item
11501that you want to use @samp{target hms}, the remote debugging interface
11502for Hitachi microprocessors, or @samp{target e7000}, the in-circuit
11503emulator for the Hitachi SH and the Hitachi 300H. (@samp{target hms} is
11504the default when @value{GDBN} is configured specifically for the Hitachi SH,
11505H8/300, or H8/500.)
11506
11507@item
11508what serial device connects your host to your Hitachi board (the first
11509serial device available on your host is the default).
11510
11511@item
11512what speed to use over the serial device.
11513@end enumerate
11514
11515@menu
11516* Hitachi Boards:: Connecting to Hitachi boards.
11517* Hitachi ICE:: Using the E7000 In-Circuit Emulator.
11518* Hitachi Special:: Special @value{GDBN} commands for Hitachi micros.
11519@end menu
11520
11521@node Hitachi Boards
11522@subsubsection Connecting to Hitachi boards
11523
11524@c only for Unix hosts
11525@kindex device
11526@cindex serial device, Hitachi micros
11527Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
11528need to explicitly set the serial device. The default @var{port} is the
11529first available port on your host. This is only necessary on Unix
11530hosts, where it is typically something like @file{/dev/ttya}.
11531
11532@kindex speed
11533@cindex serial line speed, Hitachi micros
11534@code{@value{GDBN}} has another special command to set the communications
11535speed: @samp{speed @var{bps}}. This command also is only used from Unix
11536hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
11537the DOS @code{mode} command (for instance,
11538@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
11539
11540The @samp{device} and @samp{speed} commands are available only when you
11541use a Unix host to debug your Hitachi microprocessor programs. If you
11542use a DOS host,
11543@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
11544called @code{asynctsr} to communicate with the development board
11545through a PC serial port. You must also use the DOS @code{mode} command
11546to set up the serial port on the DOS side.
11547
11548The following sample session illustrates the steps needed to start a
11549program under @value{GDBN} control on an H8/300. The example uses a
11550sample H8/300 program called @file{t.x}. The procedure is the same for
11551the Hitachi SH and the H8/500.
11552
11553First hook up your development board. In this example, we use a
11554board attached to serial port @code{COM2}; if you use a different serial
11555port, substitute its name in the argument of the @code{mode} command.
11556When you call @code{asynctsr}, the auxiliary comms program used by the
11557debugger, you give it just the numeric part of the serial port's name;
11558for example, @samp{asyncstr 2} below runs @code{asyncstr} on
11559@code{COM2}.
11560
474c8240 11561@smallexample
8e04817f
AC
11562C:\H8300\TEST> asynctsr 2
11563C:\H8300\TEST> mode com2:9600,n,8,1,p
11564
11565Resident portion of MODE loaded
11566
11567COM2: 9600, n, 8, 1, p
11568
474c8240 11569@end smallexample
8e04817f
AC
11570
11571@quotation
11572@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
11573@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
11574disable it, or even boot without it, to use @code{asynctsr} to control
11575your development board.
11576@end quotation
11577
11578@kindex target hms@r{, and serial protocol}
11579Now that serial communications are set up, and the development board is
11580connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
11581the name of your program as the argument. @code{@value{GDBN}} prompts
11582you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
11583commands to begin your debugging session: @samp{target hms} to specify
11584cross-debugging to the Hitachi board, and the @code{load} command to
11585download your program to the board. @code{load} displays the names of
11586the program's sections, and a @samp{*} for each 2K of data downloaded.
11587(If you want to refresh @value{GDBN} data on symbols or on the
11588executable file without downloading, use the @value{GDBN} commands
11589@code{file} or @code{symbol-file}. These commands, and @code{load}
11590itself, are described in @ref{Files,,Commands to specify files}.)
11591
11592@smallexample
11593(eg-C:\H8300\TEST) @value{GDBP} t.x
11594@value{GDBN} is free software and you are welcome to distribute copies
11595 of it under certain conditions; type "show copying" to see
11596 the conditions.
11597There is absolutely no warranty for @value{GDBN}; type "show warranty"
11598for details.
11599@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
11600(@value{GDBP}) target hms
11601Connected to remote H8/300 HMS system.
11602(@value{GDBP}) load t.x
11603.text : 0x8000 .. 0xabde ***********
11604.data : 0xabde .. 0xad30 *
11605.stack : 0xf000 .. 0xf014 *
11606@end smallexample
11607
11608At this point, you're ready to run or debug your program. From here on,
11609you can use all the usual @value{GDBN} commands. The @code{break} command
11610sets breakpoints; the @code{run} command starts your program;
11611@code{print} or @code{x} display data; the @code{continue} command
11612resumes execution after stopping at a breakpoint. You can use the
11613@code{help} command at any time to find out more about @value{GDBN} commands.
11614
11615Remember, however, that @emph{operating system} facilities aren't
11616available on your development board; for example, if your program hangs,
11617you can't send an interrupt---but you can press the @sc{reset} switch!
11618
11619Use the @sc{reset} button on the development board
11620@itemize @bullet
11621@item
11622to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
11623no way to pass an interrupt signal to the development board); and
11624
11625@item
11626to return to the @value{GDBN} command prompt after your program finishes
11627normally. The communications protocol provides no other way for @value{GDBN}
11628to detect program completion.
11629@end itemize
11630
11631In either case, @value{GDBN} sees the effect of a @sc{reset} on the
11632development board as a ``normal exit'' of your program.
11633
11634@node Hitachi ICE
11635@subsubsection Using the E7000 in-circuit emulator
11636
11637@kindex target e7000@r{, with Hitachi ICE}
11638You can use the E7000 in-circuit emulator to develop code for either the
11639Hitachi SH or the H8/300H. Use one of these forms of the @samp{target
11640e7000} command to connect @value{GDBN} to your E7000:
11641
11642@table @code
11643@item target e7000 @var{port} @var{speed}
11644Use this form if your E7000 is connected to a serial port. The
11645@var{port} argument identifies what serial port to use (for example,
11646@samp{com2}). The third argument is the line speed in bits per second
11647(for example, @samp{9600}).
11648
11649@item target e7000 @var{hostname}
11650If your E7000 is installed as a host on a TCP/IP network, you can just
11651specify its hostname; @value{GDBN} uses @code{telnet} to connect.
11652@end table
11653
11654@node Hitachi Special
11655@subsubsection Special @value{GDBN} commands for Hitachi micros
11656
11657Some @value{GDBN} commands are available only for the H8/300:
11658
11659@table @code
11660
11661@kindex set machine
11662@kindex show machine
11663@item set machine h8300
11664@itemx set machine h8300h
11665Condition @value{GDBN} for one of the two variants of the H8/300
11666architecture with @samp{set machine}. You can use @samp{show machine}
11667to check which variant is currently in effect.
104c1213
JM
11668
11669@end table
11670
8e04817f
AC
11671@node H8/500
11672@subsection H8/500
104c1213
JM
11673
11674@table @code
11675
8e04817f
AC
11676@kindex set memory @var{mod}
11677@cindex memory models, H8/500
11678@item set memory @var{mod}
11679@itemx show memory
11680Specify which H8/500 memory model (@var{mod}) you are using with
11681@samp{set memory}; check which memory model is in effect with @samp{show
11682memory}. The accepted values for @var{mod} are @code{small},
11683@code{big}, @code{medium}, and @code{compact}.
104c1213 11684
8e04817f 11685@end table
104c1213 11686
8e04817f
AC
11687@node M32R/D
11688@subsection Mitsubishi M32R/D
11689
11690@table @code
11691
11692@kindex target m32r
11693@item target m32r @var{dev}
11694Mitsubishi M32R/D ROM monitor.
11695
11696@end table
11697
11698@node M68K
11699@subsection M68k
11700
11701The Motorola m68k configuration includes ColdFire support, and
11702target command for the following ROM monitors.
11703
11704@table @code
11705
11706@kindex target abug
11707@item target abug @var{dev}
11708ABug ROM monitor for M68K.
11709
11710@kindex target cpu32bug
11711@item target cpu32bug @var{dev}
11712CPU32BUG monitor, running on a CPU32 (M68K) board.
11713
11714@kindex target dbug
11715@item target dbug @var{dev}
11716dBUG ROM monitor for Motorola ColdFire.
11717
11718@kindex target est
11719@item target est @var{dev}
11720EST-300 ICE monitor, running on a CPU32 (M68K) board.
11721
11722@kindex target rom68k
11723@item target rom68k @var{dev}
11724ROM 68K monitor, running on an M68K IDP board.
11725
11726@end table
11727
8e04817f
AC
11728@table @code
11729
11730@kindex target rombug
11731@item target rombug @var{dev}
11732ROMBUG ROM monitor for OS/9000.
11733
11734@end table
11735
8e04817f
AC
11736@node MIPS Embedded
11737@subsection MIPS Embedded
11738
11739@cindex MIPS boards
11740@value{GDBN} can use the MIPS remote debugging protocol to talk to a
11741MIPS board attached to a serial line. This is available when
11742you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 11743
8e04817f
AC
11744@need 1000
11745Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 11746
8e04817f
AC
11747@table @code
11748@item target mips @var{port}
11749@kindex target mips @var{port}
11750To run a program on the board, start up @code{@value{GDBP}} with the
11751name of your program as the argument. To connect to the board, use the
11752command @samp{target mips @var{port}}, where @var{port} is the name of
11753the serial port connected to the board. If the program has not already
11754been downloaded to the board, you may use the @code{load} command to
11755download it. You can then use all the usual @value{GDBN} commands.
104c1213 11756
8e04817f
AC
11757For example, this sequence connects to the target board through a serial
11758port, and loads and runs a program called @var{prog} through the
11759debugger:
104c1213 11760
474c8240 11761@smallexample
8e04817f
AC
11762host$ @value{GDBP} @var{prog}
11763@value{GDBN} is free software and @dots{}
11764(@value{GDBP}) target mips /dev/ttyb
11765(@value{GDBP}) load @var{prog}
11766(@value{GDBP}) run
474c8240 11767@end smallexample
104c1213 11768
8e04817f
AC
11769@item target mips @var{hostname}:@var{portnumber}
11770On some @value{GDBN} host configurations, you can specify a TCP
11771connection (for instance, to a serial line managed by a terminal
11772concentrator) instead of a serial port, using the syntax
11773@samp{@var{hostname}:@var{portnumber}}.
104c1213 11774
8e04817f
AC
11775@item target pmon @var{port}
11776@kindex target pmon @var{port}
11777PMON ROM monitor.
104c1213 11778
8e04817f
AC
11779@item target ddb @var{port}
11780@kindex target ddb @var{port}
11781NEC's DDB variant of PMON for Vr4300.
104c1213 11782
8e04817f
AC
11783@item target lsi @var{port}
11784@kindex target lsi @var{port}
11785LSI variant of PMON.
104c1213 11786
8e04817f
AC
11787@kindex target r3900
11788@item target r3900 @var{dev}
11789Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 11790
8e04817f
AC
11791@kindex target array
11792@item target array @var{dev}
11793Array Tech LSI33K RAID controller board.
104c1213 11794
8e04817f 11795@end table
104c1213 11796
104c1213 11797
8e04817f
AC
11798@noindent
11799@value{GDBN} also supports these special commands for MIPS targets:
104c1213 11800
8e04817f
AC
11801@table @code
11802@item set processor @var{args}
11803@itemx show processor
11804@kindex set processor @var{args}
11805@kindex show processor
11806Use the @code{set processor} command to set the type of MIPS
11807processor when you want to access processor-type-specific registers.
11808For example, @code{set processor @var{r3041}} tells @value{GDBN}
11809to use the CPU registers appropriate for the 3041 chip.
11810Use the @code{show processor} command to see what MIPS processor @value{GDBN}
11811is using. Use the @code{info reg} command to see what registers
11812@value{GDBN} is using.
104c1213 11813
8e04817f
AC
11814@item set mipsfpu double
11815@itemx set mipsfpu single
11816@itemx set mipsfpu none
11817@itemx show mipsfpu
11818@kindex set mipsfpu
11819@kindex show mipsfpu
11820@cindex MIPS remote floating point
11821@cindex floating point, MIPS remote
11822If your target board does not support the MIPS floating point
11823coprocessor, you should use the command @samp{set mipsfpu none} (if you
11824need this, you may wish to put the command in your @value{GDBN} init
11825file). This tells @value{GDBN} how to find the return value of
11826functions which return floating point values. It also allows
11827@value{GDBN} to avoid saving the floating point registers when calling
11828functions on the board. If you are using a floating point coprocessor
11829with only single precision floating point support, as on the @sc{r4650}
11830processor, use the command @samp{set mipsfpu single}. The default
11831double precision floating point coprocessor may be selected using
11832@samp{set mipsfpu double}.
104c1213 11833
8e04817f
AC
11834In previous versions the only choices were double precision or no
11835floating point, so @samp{set mipsfpu on} will select double precision
11836and @samp{set mipsfpu off} will select no floating point.
104c1213 11837
8e04817f
AC
11838As usual, you can inquire about the @code{mipsfpu} variable with
11839@samp{show mipsfpu}.
104c1213 11840
8e04817f
AC
11841@item set remotedebug @var{n}
11842@itemx show remotedebug
11843@kindex set remotedebug@r{, MIPS protocol}
11844@kindex show remotedebug@r{, MIPS protocol}
11845@cindex @code{remotedebug}, MIPS protocol
11846@cindex MIPS @code{remotedebug} protocol
11847@c FIXME! For this to be useful, you must know something about the MIPS
11848@c FIXME...protocol. Where is it described?
11849You can see some debugging information about communications with the board
11850by setting the @code{remotedebug} variable. If you set it to @code{1} using
11851@samp{set remotedebug 1}, every packet is displayed. If you set it
11852to @code{2}, every character is displayed. You can check the current value
11853at any time with the command @samp{show remotedebug}.
104c1213 11854
8e04817f
AC
11855@item set timeout @var{seconds}
11856@itemx set retransmit-timeout @var{seconds}
11857@itemx show timeout
11858@itemx show retransmit-timeout
11859@cindex @code{timeout}, MIPS protocol
11860@cindex @code{retransmit-timeout}, MIPS protocol
11861@kindex set timeout
11862@kindex show timeout
11863@kindex set retransmit-timeout
11864@kindex show retransmit-timeout
11865You can control the timeout used while waiting for a packet, in the MIPS
11866remote protocol, with the @code{set timeout @var{seconds}} command. The
11867default is 5 seconds. Similarly, you can control the timeout used while
11868waiting for an acknowledgement of a packet with the @code{set
11869retransmit-timeout @var{seconds}} command. The default is 3 seconds.
11870You can inspect both values with @code{show timeout} and @code{show
11871retransmit-timeout}. (These commands are @emph{only} available when
11872@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 11873
8e04817f
AC
11874The timeout set by @code{set timeout} does not apply when @value{GDBN}
11875is waiting for your program to stop. In that case, @value{GDBN} waits
11876forever because it has no way of knowing how long the program is going
11877to run before stopping.
11878@end table
104c1213 11879
a37295f9
MM
11880@node OpenRISC 1000
11881@subsection OpenRISC 1000
11882@cindex OpenRISC 1000
11883
11884@cindex or1k boards
11885See OR1k Architecture document (@uref{www.opencores.org}) for more information
11886about platform and commands.
11887
11888@table @code
11889
11890@kindex target jtag
11891@item target jtag jtag://@var{host}:@var{port}
11892
11893Connects to remote JTAG server.
11894JTAG remote server can be either an or1ksim or JTAG server,
11895connected via parallel port to the board.
11896
11897Example: @code{target jtag jtag://localhost:9999}
11898
11899@kindex or1ksim
11900@item or1ksim @var{command}
11901If connected to @code{or1ksim} OpenRISC 1000 Architectural
11902Simulator, proprietary commands can be executed.
11903
11904@kindex info or1k spr
11905@item info or1k spr
11906Displays spr groups.
11907
11908@item info or1k spr @var{group}
11909@itemx info or1k spr @var{groupno}
11910Displays register names in selected group.
11911
11912@item info or1k spr @var{group} @var{register}
11913@itemx info or1k spr @var{register}
11914@itemx info or1k spr @var{groupno} @var{registerno}
11915@itemx info or1k spr @var{registerno}
11916Shows information about specified spr register.
11917
11918@kindex spr
11919@item spr @var{group} @var{register} @var{value}
11920@itemx spr @var{register @var{value}}
11921@itemx spr @var{groupno} @var{registerno @var{value}}
11922@itemx spr @var{registerno @var{value}}
11923Writes @var{value} to specified spr register.
11924@end table
11925
11926Some implementations of OpenRISC 1000 Architecture also have hardware trace.
11927It is very similar to @value{GDBN} trace, except it does not interfere with normal
11928program execution and is thus much faster. Hardware breakpoints/watchpoint
11929triggers can be set using:
11930@table @code
11931@item $LEA/$LDATA
11932Load effective address/data
11933@item $SEA/$SDATA
11934Store effective address/data
11935@item $AEA/$ADATA
11936Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
11937@item $FETCH
11938Fetch data
11939@end table
11940
11941When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
11942@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
11943
11944@code{htrace} commands:
11945@cindex OpenRISC 1000 htrace
11946@table @code
11947@kindex hwatch
11948@item hwatch @var{conditional}
11949Set hardware watchpoint on combination of Load/Store Effecive Address(es)
11950or Data. For example:
11951
11952@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
11953
11954@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
11955
11956@kindex htrace info
11957@item htrace info
11958Display information about current HW trace configuration.
11959
11960@kindex htrace trigger
11961@item htrace trigger @var{conditional}
11962Set starting criteria for HW trace.
11963
11964@kindex htrace qualifier
11965@item htrace qualifier @var{conditional}
11966Set acquisition qualifier for HW trace.
11967
11968@kindex htrace stop
11969@item htrace stop @var{conditional}
11970Set HW trace stopping criteria.
11971
11972@kindex htrace record
f153cc92 11973@item htrace record [@var{data}]*
a37295f9
MM
11974Selects the data to be recorded, when qualifier is met and HW trace was
11975triggered.
11976
11977@kindex htrace enable
11978@item htrace enable
11979@kindex htrace disable
11980@itemx htrace disable
11981Enables/disables the HW trace.
11982
11983@kindex htrace rewind
f153cc92 11984@item htrace rewind [@var{filename}]
a37295f9
MM
11985Clears currently recorded trace data.
11986
11987If filename is specified, new trace file is made and any newly collected data
11988will be written there.
11989
11990@kindex htrace print
f153cc92 11991@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
11992Prints trace buffer, using current record configuration.
11993
11994@kindex htrace mode continuous
11995@item htrace mode continuous
11996Set continuous trace mode.
11997
11998@kindex htrace mode suspend
11999@item htrace mode suspend
12000Set suspend trace mode.
12001
12002@end table
12003
8e04817f
AC
12004@node PowerPC
12005@subsection PowerPC
104c1213
JM
12006
12007@table @code
104c1213 12008
8e04817f
AC
12009@kindex target dink32
12010@item target dink32 @var{dev}
12011DINK32 ROM monitor.
104c1213 12012
8e04817f
AC
12013@kindex target ppcbug
12014@item target ppcbug @var{dev}
12015@kindex target ppcbug1
12016@item target ppcbug1 @var{dev}
12017PPCBUG ROM monitor for PowerPC.
104c1213 12018
8e04817f
AC
12019@kindex target sds
12020@item target sds @var{dev}
12021SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12022
12023@end table
12024
12025@node PA
12026@subsection HP PA Embedded
104c1213
JM
12027
12028@table @code
12029
8e04817f
AC
12030@kindex target op50n
12031@item target op50n @var{dev}
12032OP50N monitor, running on an OKI HPPA board.
12033
12034@kindex target w89k
12035@item target w89k @var{dev}
12036W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12037
12038@end table
12039
8e04817f
AC
12040@node SH
12041@subsection Hitachi SH
104c1213
JM
12042
12043@table @code
12044
8e04817f
AC
12045@kindex target hms@r{, with Hitachi SH}
12046@item target hms @var{dev}
12047A Hitachi SH board attached via serial line to your host. Use special
12048commands @code{device} and @code{speed} to control the serial line and
12049the communications speed used.
104c1213 12050
8e04817f
AC
12051@kindex target e7000@r{, with Hitachi SH}
12052@item target e7000 @var{dev}
12053E7000 emulator for Hitachi SH.
104c1213 12054
8e04817f
AC
12055@kindex target sh3@r{, with SH}
12056@kindex target sh3e@r{, with SH}
12057@item target sh3 @var{dev}
12058@item target sh3e @var{dev}
12059Hitachi SH-3 and SH-3E target systems.
104c1213 12060
8e04817f 12061@end table
104c1213 12062
8e04817f
AC
12063@node Sparclet
12064@subsection Tsqware Sparclet
104c1213 12065
8e04817f
AC
12066@cindex Sparclet
12067
12068@value{GDBN} enables developers to debug tasks running on
12069Sparclet targets from a Unix host.
12070@value{GDBN} uses code that runs on
12071both the Unix host and on the Sparclet target. The program
12072@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12073
8e04817f
AC
12074@table @code
12075@item remotetimeout @var{args}
12076@kindex remotetimeout
12077@value{GDBN} supports the option @code{remotetimeout}.
12078This option is set by the user, and @var{args} represents the number of
12079seconds @value{GDBN} waits for responses.
104c1213
JM
12080@end table
12081
8e04817f
AC
12082@cindex compiling, on Sparclet
12083When compiling for debugging, include the options @samp{-g} to get debug
12084information and @samp{-Ttext} to relocate the program to where you wish to
12085load it on the target. You may also want to add the options @samp{-n} or
12086@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12087
474c8240 12088@smallexample
8e04817f 12089sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12090@end smallexample
104c1213 12091
8e04817f 12092You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12093
474c8240 12094@smallexample
8e04817f 12095sparclet-aout-objdump --headers --syms prog
474c8240 12096@end smallexample
104c1213 12097
8e04817f
AC
12098@cindex running, on Sparclet
12099Once you have set
12100your Unix execution search path to find @value{GDBN}, you are ready to
12101run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12102(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12103
8e04817f
AC
12104@value{GDBN} comes up showing the prompt:
12105
474c8240 12106@smallexample
8e04817f 12107(gdbslet)
474c8240 12108@end smallexample
104c1213
JM
12109
12110@menu
8e04817f
AC
12111* Sparclet File:: Setting the file to debug
12112* Sparclet Connection:: Connecting to Sparclet
12113* Sparclet Download:: Sparclet download
12114* Sparclet Execution:: Running and debugging
104c1213
JM
12115@end menu
12116
8e04817f
AC
12117@node Sparclet File
12118@subsubsection Setting file to debug
104c1213 12119
8e04817f 12120The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12121
474c8240 12122@smallexample
8e04817f 12123(gdbslet) file prog
474c8240 12124@end smallexample
104c1213 12125
8e04817f
AC
12126@need 1000
12127@value{GDBN} then attempts to read the symbol table of @file{prog}.
12128@value{GDBN} locates
12129the file by searching the directories listed in the command search
12130path.
12131If the file was compiled with debug information (option "-g"), source
12132files will be searched as well.
12133@value{GDBN} locates
12134the source files by searching the directories listed in the directory search
12135path (@pxref{Environment, ,Your program's environment}).
12136If it fails
12137to find a file, it displays a message such as:
104c1213 12138
474c8240 12139@smallexample
8e04817f 12140prog: No such file or directory.
474c8240 12141@end smallexample
104c1213 12142
8e04817f
AC
12143When this happens, add the appropriate directories to the search paths with
12144the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12145@code{target} command again.
104c1213 12146
8e04817f
AC
12147@node Sparclet Connection
12148@subsubsection Connecting to Sparclet
104c1213 12149
8e04817f
AC
12150The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12151To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12152
474c8240 12153@smallexample
8e04817f
AC
12154(gdbslet) target sparclet /dev/ttya
12155Remote target sparclet connected to /dev/ttya
12156main () at ../prog.c:3
474c8240 12157@end smallexample
104c1213 12158
8e04817f
AC
12159@need 750
12160@value{GDBN} displays messages like these:
104c1213 12161
474c8240 12162@smallexample
8e04817f 12163Connected to ttya.
474c8240 12164@end smallexample
104c1213 12165
8e04817f
AC
12166@node Sparclet Download
12167@subsubsection Sparclet download
104c1213 12168
8e04817f
AC
12169@cindex download to Sparclet
12170Once connected to the Sparclet target,
12171you can use the @value{GDBN}
12172@code{load} command to download the file from the host to the target.
12173The file name and load offset should be given as arguments to the @code{load}
12174command.
12175Since the file format is aout, the program must be loaded to the starting
12176address. You can use @code{objdump} to find out what this value is. The load
12177offset is an offset which is added to the VMA (virtual memory address)
12178of each of the file's sections.
12179For instance, if the program
12180@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12181and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12182
474c8240 12183@smallexample
8e04817f
AC
12184(gdbslet) load prog 0x12010000
12185Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12186@end smallexample
104c1213 12187
8e04817f
AC
12188If the code is loaded at a different address then what the program was linked
12189to, you may need to use the @code{section} and @code{add-symbol-file} commands
12190to tell @value{GDBN} where to map the symbol table.
12191
12192@node Sparclet Execution
12193@subsubsection Running and debugging
12194
12195@cindex running and debugging Sparclet programs
12196You can now begin debugging the task using @value{GDBN}'s execution control
12197commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12198manual for the list of commands.
12199
474c8240 12200@smallexample
8e04817f
AC
12201(gdbslet) b main
12202Breakpoint 1 at 0x12010000: file prog.c, line 3.
12203(gdbslet) run
12204Starting program: prog
12205Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
122063 char *symarg = 0;
12207(gdbslet) step
122084 char *execarg = "hello!";
12209(gdbslet)
474c8240 12210@end smallexample
8e04817f
AC
12211
12212@node Sparclite
12213@subsection Fujitsu Sparclite
104c1213
JM
12214
12215@table @code
12216
8e04817f
AC
12217@kindex target sparclite
12218@item target sparclite @var{dev}
12219Fujitsu sparclite boards, used only for the purpose of loading.
12220You must use an additional command to debug the program.
12221For example: target remote @var{dev} using @value{GDBN} standard
12222remote protocol.
104c1213
JM
12223
12224@end table
12225
8e04817f
AC
12226@node ST2000
12227@subsection Tandem ST2000
104c1213 12228
8e04817f
AC
12229@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12230STDBUG protocol.
104c1213 12231
8e04817f
AC
12232To connect your ST2000 to the host system, see the manufacturer's
12233manual. Once the ST2000 is physically attached, you can run:
104c1213 12234
474c8240 12235@smallexample
8e04817f 12236target st2000 @var{dev} @var{speed}
474c8240 12237@end smallexample
104c1213 12238
8e04817f
AC
12239@noindent
12240to establish it as your debugging environment. @var{dev} is normally
12241the name of a serial device, such as @file{/dev/ttya}, connected to the
12242ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12243connection (for example, to a serial line attached via a terminal
12244concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12245
8e04817f
AC
12246The @code{load} and @code{attach} commands are @emph{not} defined for
12247this target; you must load your program into the ST2000 as you normally
12248would for standalone operation. @value{GDBN} reads debugging information
12249(such as symbols) from a separate, debugging version of the program
12250available on your host computer.
12251@c FIXME!! This is terribly vague; what little content is here is
12252@c basically hearsay.
104c1213 12253
8e04817f
AC
12254@cindex ST2000 auxiliary commands
12255These auxiliary @value{GDBN} commands are available to help you with the ST2000
12256environment:
104c1213 12257
8e04817f
AC
12258@table @code
12259@item st2000 @var{command}
12260@kindex st2000 @var{cmd}
12261@cindex STDBUG commands (ST2000)
12262@cindex commands to STDBUG (ST2000)
12263Send a @var{command} to the STDBUG monitor. See the manufacturer's
12264manual for available commands.
104c1213 12265
8e04817f
AC
12266@item connect
12267@cindex connect (to STDBUG)
12268Connect the controlling terminal to the STDBUG command monitor. When
12269you are done interacting with STDBUG, typing either of two character
12270sequences gets you back to the @value{GDBN} command prompt:
12271@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12272@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12273@end table
12274
8e04817f
AC
12275@node Z8000
12276@subsection Zilog Z8000
104c1213 12277
8e04817f
AC
12278@cindex Z8000
12279@cindex simulator, Z8000
12280@cindex Zilog Z8000 simulator
104c1213 12281
8e04817f
AC
12282When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12283a Z8000 simulator.
12284
12285For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12286unsegmented variant of the Z8000 architecture) or the Z8001 (the
12287segmented variant). The simulator recognizes which architecture is
12288appropriate by inspecting the object code.
104c1213 12289
8e04817f
AC
12290@table @code
12291@item target sim @var{args}
12292@kindex sim
12293@kindex target sim@r{, with Z8000}
12294Debug programs on a simulated CPU. If the simulator supports setup
12295options, specify them via @var{args}.
104c1213
JM
12296@end table
12297
8e04817f
AC
12298@noindent
12299After specifying this target, you can debug programs for the simulated
12300CPU in the same style as programs for your host computer; use the
12301@code{file} command to load a new program image, the @code{run} command
12302to run your program, and so on.
12303
12304As well as making available all the usual machine registers
12305(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12306additional items of information as specially named registers:
104c1213
JM
12307
12308@table @code
12309
8e04817f
AC
12310@item cycles
12311Counts clock-ticks in the simulator.
104c1213 12312
8e04817f
AC
12313@item insts
12314Counts instructions run in the simulator.
104c1213 12315
8e04817f
AC
12316@item time
12317Execution time in 60ths of a second.
104c1213 12318
8e04817f 12319@end table
104c1213 12320
8e04817f
AC
12321You can refer to these values in @value{GDBN} expressions with the usual
12322conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12323conditional breakpoint that suspends only after at least 5000
12324simulated clock ticks.
104c1213 12325
8e04817f
AC
12326@node Architectures
12327@section Architectures
104c1213 12328
8e04817f
AC
12329This section describes characteristics of architectures that affect
12330all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12331
8e04817f
AC
12332@menu
12333* A29K::
12334* Alpha::
12335* MIPS::
12336@end menu
104c1213 12337
8e04817f
AC
12338@node A29K
12339@subsection A29K
104c1213
JM
12340
12341@table @code
104c1213 12342
8e04817f
AC
12343@kindex set rstack_high_address
12344@cindex AMD 29K register stack
12345@cindex register stack, AMD29K
12346@item set rstack_high_address @var{address}
12347On AMD 29000 family processors, registers are saved in a separate
12348@dfn{register stack}. There is no way for @value{GDBN} to determine the
12349extent of this stack. Normally, @value{GDBN} just assumes that the
12350stack is ``large enough''. This may result in @value{GDBN} referencing
12351memory locations that do not exist. If necessary, you can get around
12352this problem by specifying the ending address of the register stack with
12353the @code{set rstack_high_address} command. The argument should be an
12354address, which you probably want to precede with @samp{0x} to specify in
12355hexadecimal.
104c1213 12356
8e04817f
AC
12357@kindex show rstack_high_address
12358@item show rstack_high_address
12359Display the current limit of the register stack, on AMD 29000 family
12360processors.
104c1213 12361
8e04817f 12362@end table
104c1213 12363
8e04817f
AC
12364@node Alpha
12365@subsection Alpha
104c1213 12366
8e04817f 12367See the following section.
104c1213 12368
8e04817f
AC
12369@node MIPS
12370@subsection MIPS
104c1213 12371
8e04817f
AC
12372@cindex stack on Alpha
12373@cindex stack on MIPS
12374@cindex Alpha stack
12375@cindex MIPS stack
12376Alpha- and MIPS-based computers use an unusual stack frame, which
12377sometimes requires @value{GDBN} to search backward in the object code to
12378find the beginning of a function.
104c1213 12379
8e04817f
AC
12380@cindex response time, MIPS debugging
12381To improve response time (especially for embedded applications, where
12382@value{GDBN} may be restricted to a slow serial line for this search)
12383you may want to limit the size of this search, using one of these
12384commands:
104c1213 12385
8e04817f
AC
12386@table @code
12387@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12388@item set heuristic-fence-post @var{limit}
12389Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12390search for the beginning of a function. A value of @var{0} (the
12391default) means there is no limit. However, except for @var{0}, the
12392larger the limit the more bytes @code{heuristic-fence-post} must search
12393and therefore the longer it takes to run.
104c1213 12394
8e04817f
AC
12395@item show heuristic-fence-post
12396Display the current limit.
12397@end table
104c1213
JM
12398
12399@noindent
8e04817f
AC
12400These commands are available @emph{only} when @value{GDBN} is configured
12401for debugging programs on Alpha or MIPS processors.
104c1213 12402
104c1213 12403
8e04817f
AC
12404@node Controlling GDB
12405@chapter Controlling @value{GDBN}
12406
12407You can alter the way @value{GDBN} interacts with you by using the
12408@code{set} command. For commands controlling how @value{GDBN} displays
12409data, see @ref{Print Settings, ,Print settings}. Other settings are
12410described here.
12411
12412@menu
12413* Prompt:: Prompt
12414* Editing:: Command editing
12415* History:: Command history
12416* Screen Size:: Screen size
12417* Numbers:: Numbers
1e698235 12418* ABI:: Configuring the current ABI
8e04817f
AC
12419* Messages/Warnings:: Optional warnings and messages
12420* Debugging Output:: Optional messages about internal happenings
12421@end menu
12422
12423@node Prompt
12424@section Prompt
104c1213 12425
8e04817f 12426@cindex prompt
104c1213 12427
8e04817f
AC
12428@value{GDBN} indicates its readiness to read a command by printing a string
12429called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12430can change the prompt string with the @code{set prompt} command. For
12431instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12432the prompt in one of the @value{GDBN} sessions so that you can always tell
12433which one you are talking to.
104c1213 12434
8e04817f
AC
12435@emph{Note:} @code{set prompt} does not add a space for you after the
12436prompt you set. This allows you to set a prompt which ends in a space
12437or a prompt that does not.
104c1213 12438
8e04817f
AC
12439@table @code
12440@kindex set prompt
12441@item set prompt @var{newprompt}
12442Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12443
8e04817f
AC
12444@kindex show prompt
12445@item show prompt
12446Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12447@end table
12448
8e04817f
AC
12449@node Editing
12450@section Command editing
12451@cindex readline
12452@cindex command line editing
104c1213 12453
8e04817f
AC
12454@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12455@sc{gnu} library provides consistent behavior for programs which provide a
12456command line interface to the user. Advantages are @sc{gnu} Emacs-style
12457or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12458substitution, and a storage and recall of command history across
12459debugging sessions.
104c1213 12460
8e04817f
AC
12461You may control the behavior of command line editing in @value{GDBN} with the
12462command @code{set}.
104c1213 12463
8e04817f
AC
12464@table @code
12465@kindex set editing
12466@cindex editing
12467@item set editing
12468@itemx set editing on
12469Enable command line editing (enabled by default).
104c1213 12470
8e04817f
AC
12471@item set editing off
12472Disable command line editing.
104c1213 12473
8e04817f
AC
12474@kindex show editing
12475@item show editing
12476Show whether command line editing is enabled.
104c1213
JM
12477@end table
12478
8e04817f
AC
12479@node History
12480@section Command history
12481
12482@value{GDBN} can keep track of the commands you type during your
12483debugging sessions, so that you can be certain of precisely what
12484happened. Use these commands to manage the @value{GDBN} command
12485history facility.
104c1213
JM
12486
12487@table @code
8e04817f
AC
12488@cindex history substitution
12489@cindex history file
12490@kindex set history filename
12491@kindex GDBHISTFILE
12492@item set history filename @var{fname}
12493Set the name of the @value{GDBN} command history file to @var{fname}.
12494This is the file where @value{GDBN} reads an initial command history
12495list, and where it writes the command history from this session when it
12496exits. You can access this list through history expansion or through
12497the history command editing characters listed below. This file defaults
12498to the value of the environment variable @code{GDBHISTFILE}, or to
12499@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12500is not set.
104c1213 12501
8e04817f
AC
12502@cindex history save
12503@kindex set history save
12504@item set history save
12505@itemx set history save on
12506Record command history in a file, whose name may be specified with the
12507@code{set history filename} command. By default, this option is disabled.
104c1213 12508
8e04817f
AC
12509@item set history save off
12510Stop recording command history in a file.
104c1213 12511
8e04817f
AC
12512@cindex history size
12513@kindex set history size
12514@item set history size @var{size}
12515Set the number of commands which @value{GDBN} keeps in its history list.
12516This defaults to the value of the environment variable
12517@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
12518@end table
12519
8e04817f
AC
12520@cindex history expansion
12521History expansion assigns special meaning to the character @kbd{!}.
12522@ifset have-readline-appendices
12523@xref{Event Designators}.
12524@end ifset
12525
12526Since @kbd{!} is also the logical not operator in C, history expansion
12527is off by default. If you decide to enable history expansion with the
12528@code{set history expansion on} command, you may sometimes need to
12529follow @kbd{!} (when it is used as logical not, in an expression) with
12530a space or a tab to prevent it from being expanded. The readline
12531history facilities do not attempt substitution on the strings
12532@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
12533
12534The commands to control history expansion are:
104c1213
JM
12535
12536@table @code
8e04817f
AC
12537@kindex set history expansion
12538@item set history expansion on
12539@itemx set history expansion
12540Enable history expansion. History expansion is off by default.
104c1213 12541
8e04817f
AC
12542@item set history expansion off
12543Disable history expansion.
104c1213 12544
8e04817f
AC
12545The readline code comes with more complete documentation of
12546editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
12547or @code{vi} may wish to read it.
12548@ifset have-readline-appendices
12549@xref{Command Line Editing}.
12550@end ifset
104c1213 12551
8e04817f
AC
12552@c @group
12553@kindex show history
12554@item show history
12555@itemx show history filename
12556@itemx show history save
12557@itemx show history size
12558@itemx show history expansion
12559These commands display the state of the @value{GDBN} history parameters.
12560@code{show history} by itself displays all four states.
12561@c @end group
12562@end table
12563
12564@table @code
12565@kindex shows
12566@item show commands
12567Display the last ten commands in the command history.
104c1213 12568
8e04817f
AC
12569@item show commands @var{n}
12570Print ten commands centered on command number @var{n}.
12571
12572@item show commands +
12573Print ten commands just after the commands last printed.
104c1213
JM
12574@end table
12575
8e04817f
AC
12576@node Screen Size
12577@section Screen size
12578@cindex size of screen
12579@cindex pauses in output
104c1213 12580
8e04817f
AC
12581Certain commands to @value{GDBN} may produce large amounts of
12582information output to the screen. To help you read all of it,
12583@value{GDBN} pauses and asks you for input at the end of each page of
12584output. Type @key{RET} when you want to continue the output, or @kbd{q}
12585to discard the remaining output. Also, the screen width setting
12586determines when to wrap lines of output. Depending on what is being
12587printed, @value{GDBN} tries to break the line at a readable place,
12588rather than simply letting it overflow onto the following line.
12589
12590Normally @value{GDBN} knows the size of the screen from the terminal
12591driver software. For example, on Unix @value{GDBN} uses the termcap data base
12592together with the value of the @code{TERM} environment variable and the
12593@code{stty rows} and @code{stty cols} settings. If this is not correct,
12594you can override it with the @code{set height} and @code{set
12595width} commands:
12596
12597@table @code
12598@kindex set height
12599@kindex set width
12600@kindex show width
12601@kindex show height
12602@item set height @var{lpp}
12603@itemx show height
12604@itemx set width @var{cpl}
12605@itemx show width
12606These @code{set} commands specify a screen height of @var{lpp} lines and
12607a screen width of @var{cpl} characters. The associated @code{show}
12608commands display the current settings.
104c1213 12609
8e04817f
AC
12610If you specify a height of zero lines, @value{GDBN} does not pause during
12611output no matter how long the output is. This is useful if output is to a
12612file or to an editor buffer.
104c1213 12613
8e04817f
AC
12614Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
12615from wrapping its output.
104c1213
JM
12616@end table
12617
8e04817f
AC
12618@node Numbers
12619@section Numbers
12620@cindex number representation
12621@cindex entering numbers
104c1213 12622
8e04817f
AC
12623You can always enter numbers in octal, decimal, or hexadecimal in
12624@value{GDBN} by the usual conventions: octal numbers begin with
12625@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
12626begin with @samp{0x}. Numbers that begin with none of these are, by
12627default, entered in base 10; likewise, the default display for
12628numbers---when no particular format is specified---is base 10. You can
12629change the default base for both input and output with the @code{set
12630radix} command.
104c1213 12631
8e04817f
AC
12632@table @code
12633@kindex set input-radix
12634@item set input-radix @var{base}
12635Set the default base for numeric input. Supported choices
12636for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12637specified either unambiguously or using the current default radix; for
12638example, any of
104c1213 12639
8e04817f
AC
12640@smallexample
12641set radix 012
12642set radix 10.
12643set radix 0xa
12644@end smallexample
104c1213 12645
8e04817f
AC
12646@noindent
12647sets the base to decimal. On the other hand, @samp{set radix 10}
12648leaves the radix unchanged no matter what it was.
104c1213 12649
8e04817f
AC
12650@kindex set output-radix
12651@item set output-radix @var{base}
12652Set the default base for numeric display. Supported choices
12653for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12654specified either unambiguously or using the current default radix.
104c1213 12655
8e04817f
AC
12656@kindex show input-radix
12657@item show input-radix
12658Display the current default base for numeric input.
104c1213 12659
8e04817f
AC
12660@kindex show output-radix
12661@item show output-radix
12662Display the current default base for numeric display.
12663@end table
104c1213 12664
1e698235
DJ
12665@node ABI
12666@section Configuring the current ABI
12667
12668@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
12669application automatically. However, sometimes you need to override its
12670conclusions. Use these commands to manage @value{GDBN}'s view of the
12671current ABI.
12672
98b45e30
DJ
12673@cindex OS ABI
12674@kindex set osabi
b4e9345d 12675@kindex show osabi
98b45e30
DJ
12676
12677One @value{GDBN} configuration can debug binaries for multiple operating
12678system targets, either via remote debugging or native emulation.
12679@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
12680but you can override its conclusion using the @code{set osabi} command.
12681One example where this is useful is in debugging of binaries which use
12682an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
12683not have the same identifying marks that the standard C library for your
12684platform provides.
12685
12686@table @code
12687@item show osabi
12688Show the OS ABI currently in use.
12689
12690@item set osabi
12691With no argument, show the list of registered available OS ABI's.
12692
12693@item set osabi @var{abi}
12694Set the current OS ABI to @var{abi}.
12695@end table
12696
1e698235
DJ
12697@cindex float promotion
12698@kindex set coerce-float-to-double
12699
12700Generally, the way that an argument of type @code{float} is passed to a
12701function depends on whether the function is prototyped. For a prototyped
12702(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
12703according to the architecture's convention for @code{float}. For unprototyped
12704(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
12705@code{double} and then passed.
12706
12707Unfortunately, some forms of debug information do not reliably indicate whether
12708a function is prototyped. If @value{GDBN} calls a function that is not marked
12709as prototyped, it consults @kbd{set coerce-float-to-double}.
12710
12711@table @code
12712@item set coerce-float-to-double
12713@itemx set coerce-float-to-double on
12714Arguments of type @code{float} will be promoted to @code{double} when passed
12715to an unprototyped function. This is the default setting.
12716
12717@item set coerce-float-to-double off
12718Arguments of type @code{float} will be passed directly to unprototyped
12719functions.
12720@end table
12721
8e04817f
AC
12722@node Messages/Warnings
12723@section Optional warnings and messages
104c1213 12724
8e04817f
AC
12725By default, @value{GDBN} is silent about its inner workings. If you are
12726running on a slow machine, you may want to use the @code{set verbose}
12727command. This makes @value{GDBN} tell you when it does a lengthy
12728internal operation, so you will not think it has crashed.
104c1213 12729
8e04817f
AC
12730Currently, the messages controlled by @code{set verbose} are those
12731which announce that the symbol table for a source file is being read;
12732see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 12733
8e04817f
AC
12734@table @code
12735@kindex set verbose
12736@item set verbose on
12737Enables @value{GDBN} output of certain informational messages.
104c1213 12738
8e04817f
AC
12739@item set verbose off
12740Disables @value{GDBN} output of certain informational messages.
104c1213 12741
8e04817f
AC
12742@kindex show verbose
12743@item show verbose
12744Displays whether @code{set verbose} is on or off.
12745@end table
104c1213 12746
8e04817f
AC
12747By default, if @value{GDBN} encounters bugs in the symbol table of an
12748object file, it is silent; but if you are debugging a compiler, you may
12749find this information useful (@pxref{Symbol Errors, ,Errors reading
12750symbol files}).
104c1213 12751
8e04817f 12752@table @code
104c1213 12753
8e04817f
AC
12754@kindex set complaints
12755@item set complaints @var{limit}
12756Permits @value{GDBN} to output @var{limit} complaints about each type of
12757unusual symbols before becoming silent about the problem. Set
12758@var{limit} to zero to suppress all complaints; set it to a large number
12759to prevent complaints from being suppressed.
104c1213 12760
8e04817f
AC
12761@kindex show complaints
12762@item show complaints
12763Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 12764
8e04817f 12765@end table
104c1213 12766
8e04817f
AC
12767By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
12768lot of stupid questions to confirm certain commands. For example, if
12769you try to run a program which is already running:
104c1213 12770
474c8240 12771@smallexample
8e04817f
AC
12772(@value{GDBP}) run
12773The program being debugged has been started already.
12774Start it from the beginning? (y or n)
474c8240 12775@end smallexample
104c1213 12776
8e04817f
AC
12777If you are willing to unflinchingly face the consequences of your own
12778commands, you can disable this ``feature'':
104c1213 12779
8e04817f 12780@table @code
104c1213 12781
8e04817f
AC
12782@kindex set confirm
12783@cindex flinching
12784@cindex confirmation
12785@cindex stupid questions
12786@item set confirm off
12787Disables confirmation requests.
104c1213 12788
8e04817f
AC
12789@item set confirm on
12790Enables confirmation requests (the default).
104c1213 12791
8e04817f
AC
12792@kindex show confirm
12793@item show confirm
12794Displays state of confirmation requests.
12795
12796@end table
104c1213 12797
8e04817f
AC
12798@node Debugging Output
12799@section Optional messages about internal happenings
104c1213 12800@table @code
8e04817f
AC
12801@kindex set debug arch
12802@item set debug arch
12803Turns on or off display of gdbarch debugging info. The default is off
12804@kindex show debug arch
12805@item show debug arch
12806Displays the current state of displaying gdbarch debugging info.
12807@kindex set debug event
12808@item set debug event
12809Turns on or off display of @value{GDBN} event debugging info. The
12810default is off.
12811@kindex show debug event
12812@item show debug event
12813Displays the current state of displaying @value{GDBN} event debugging
12814info.
12815@kindex set debug expression
12816@item set debug expression
12817Turns on or off display of @value{GDBN} expression debugging info. The
12818default is off.
12819@kindex show debug expression
12820@item show debug expression
12821Displays the current state of displaying @value{GDBN} expression
12822debugging info.
12823@kindex set debug overload
12824@item set debug overload
12825Turns on or off display of @value{GDBN} C@t{++} overload debugging
12826info. This includes info such as ranking of functions, etc. The default
12827is off.
12828@kindex show debug overload
12829@item show debug overload
12830Displays the current state of displaying @value{GDBN} C@t{++} overload
12831debugging info.
12832@kindex set debug remote
12833@cindex packets, reporting on stdout
12834@cindex serial connections, debugging
12835@item set debug remote
12836Turns on or off display of reports on all packets sent back and forth across
12837the serial line to the remote machine. The info is printed on the
12838@value{GDBN} standard output stream. The default is off.
12839@kindex show debug remote
12840@item show debug remote
12841Displays the state of display of remote packets.
12842@kindex set debug serial
12843@item set debug serial
12844Turns on or off display of @value{GDBN} serial debugging info. The
12845default is off.
12846@kindex show debug serial
12847@item show debug serial
12848Displays the current state of displaying @value{GDBN} serial debugging
12849info.
12850@kindex set debug target
12851@item set debug target
12852Turns on or off display of @value{GDBN} target debugging info. This info
12853includes what is going on at the target level of GDB, as it happens. The
12854default is off.
12855@kindex show debug target
12856@item show debug target
12857Displays the current state of displaying @value{GDBN} target debugging
12858info.
12859@kindex set debug varobj
12860@item set debug varobj
12861Turns on or off display of @value{GDBN} variable object debugging
12862info. The default is off.
12863@kindex show debug varobj
12864@item show debug varobj
12865Displays the current state of displaying @value{GDBN} variable object
12866debugging info.
12867@end table
104c1213 12868
8e04817f
AC
12869@node Sequences
12870@chapter Canned Sequences of Commands
104c1213 12871
8e04817f
AC
12872Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
12873command lists}), @value{GDBN} provides two ways to store sequences of
12874commands for execution as a unit: user-defined commands and command
12875files.
104c1213 12876
8e04817f
AC
12877@menu
12878* Define:: User-defined commands
12879* Hooks:: User-defined command hooks
12880* Command Files:: Command files
12881* Output:: Commands for controlled output
12882@end menu
104c1213 12883
8e04817f
AC
12884@node Define
12885@section User-defined commands
104c1213 12886
8e04817f
AC
12887@cindex user-defined command
12888A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
12889which you assign a new name as a command. This is done with the
12890@code{define} command. User commands may accept up to 10 arguments
12891separated by whitespace. Arguments are accessed within the user command
12892via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 12893
8e04817f
AC
12894@smallexample
12895define adder
12896 print $arg0 + $arg1 + $arg2
12897@end smallexample
104c1213
JM
12898
12899@noindent
8e04817f 12900To execute the command use:
104c1213 12901
8e04817f
AC
12902@smallexample
12903adder 1 2 3
12904@end smallexample
104c1213 12905
8e04817f
AC
12906@noindent
12907This defines the command @code{adder}, which prints the sum of
12908its three arguments. Note the arguments are text substitutions, so they may
12909reference variables, use complex expressions, or even perform inferior
12910functions calls.
104c1213
JM
12911
12912@table @code
104c1213 12913
8e04817f
AC
12914@kindex define
12915@item define @var{commandname}
12916Define a command named @var{commandname}. If there is already a command
12917by that name, you are asked to confirm that you want to redefine it.
104c1213 12918
8e04817f
AC
12919The definition of the command is made up of other @value{GDBN} command lines,
12920which are given following the @code{define} command. The end of these
12921commands is marked by a line containing @code{end}.
104c1213 12922
8e04817f
AC
12923@kindex if
12924@kindex else
12925@item if
12926Takes a single argument, which is an expression to evaluate.
12927It is followed by a series of commands that are executed
12928only if the expression is true (nonzero).
12929There can then optionally be a line @code{else}, followed
12930by a series of commands that are only executed if the expression
12931was false. The end of the list is marked by a line containing @code{end}.
104c1213 12932
8e04817f
AC
12933@kindex while
12934@item while
12935The syntax is similar to @code{if}: the command takes a single argument,
12936which is an expression to evaluate, and must be followed by the commands to
12937execute, one per line, terminated by an @code{end}.
12938The commands are executed repeatedly as long as the expression
12939evaluates to true.
104c1213 12940
8e04817f
AC
12941@kindex document
12942@item document @var{commandname}
12943Document the user-defined command @var{commandname}, so that it can be
12944accessed by @code{help}. The command @var{commandname} must already be
12945defined. This command reads lines of documentation just as @code{define}
12946reads the lines of the command definition, ending with @code{end}.
12947After the @code{document} command is finished, @code{help} on command
12948@var{commandname} displays the documentation you have written.
104c1213 12949
8e04817f
AC
12950You may use the @code{document} command again to change the
12951documentation of a command. Redefining the command with @code{define}
12952does not change the documentation.
104c1213 12953
8e04817f
AC
12954@kindex help user-defined
12955@item help user-defined
12956List all user-defined commands, with the first line of the documentation
12957(if any) for each.
104c1213 12958
8e04817f
AC
12959@kindex show user
12960@item show user
12961@itemx show user @var{commandname}
12962Display the @value{GDBN} commands used to define @var{commandname} (but
12963not its documentation). If no @var{commandname} is given, display the
12964definitions for all user-defined commands.
104c1213 12965
20f01a46
DH
12966@kindex show max-user-call-depth
12967@kindex set max-user-call-depth
12968@item show max-user-call-depth
5ca0cb28
DH
12969@itemx set max-user-call-depth
12970The value of @code{max-user-call-depth} controls how many recursion
12971levels are allowed in user-defined commands before GDB suspects an
12972infinite recursion and aborts the command.
20f01a46 12973
104c1213
JM
12974@end table
12975
8e04817f
AC
12976When user-defined commands are executed, the
12977commands of the definition are not printed. An error in any command
12978stops execution of the user-defined command.
104c1213 12979
8e04817f
AC
12980If used interactively, commands that would ask for confirmation proceed
12981without asking when used inside a user-defined command. Many @value{GDBN}
12982commands that normally print messages to say what they are doing omit the
12983messages when used in a user-defined command.
104c1213 12984
8e04817f
AC
12985@node Hooks
12986@section User-defined command hooks
12987@cindex command hooks
12988@cindex hooks, for commands
12989@cindex hooks, pre-command
104c1213 12990
8e04817f
AC
12991@kindex hook
12992@kindex hook-
12993You may define @dfn{hooks}, which are a special kind of user-defined
12994command. Whenever you run the command @samp{foo}, if the user-defined
12995command @samp{hook-foo} exists, it is executed (with no arguments)
12996before that command.
104c1213 12997
8e04817f
AC
12998@cindex hooks, post-command
12999@kindex hookpost
13000@kindex hookpost-
13001A hook may also be defined which is run after the command you executed.
13002Whenever you run the command @samp{foo}, if the user-defined command
13003@samp{hookpost-foo} exists, it is executed (with no arguments) after
13004that command. Post-execution hooks may exist simultaneously with
13005pre-execution hooks, for the same command.
104c1213 13006
8e04817f
AC
13007It is valid for a hook to call the command which it hooks. If this
13008occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13009
8e04817f
AC
13010@c It would be nice if hookpost could be passed a parameter indicating
13011@c if the command it hooks executed properly or not. FIXME!
104c1213 13012
8e04817f
AC
13013@kindex stop@r{, a pseudo-command}
13014In addition, a pseudo-command, @samp{stop} exists. Defining
13015(@samp{hook-stop}) makes the associated commands execute every time
13016execution stops in your program: before breakpoint commands are run,
13017displays are printed, or the stack frame is printed.
104c1213 13018
8e04817f
AC
13019For example, to ignore @code{SIGALRM} signals while
13020single-stepping, but treat them normally during normal execution,
13021you could define:
104c1213 13022
474c8240 13023@smallexample
8e04817f
AC
13024define hook-stop
13025handle SIGALRM nopass
13026end
104c1213 13027
8e04817f
AC
13028define hook-run
13029handle SIGALRM pass
13030end
104c1213 13031
8e04817f
AC
13032define hook-continue
13033handle SIGLARM pass
13034end
474c8240 13035@end smallexample
104c1213 13036
8e04817f
AC
13037As a further example, to hook at the begining and end of the @code{echo}
13038command, and to add extra text to the beginning and end of the message,
13039you could define:
104c1213 13040
474c8240 13041@smallexample
8e04817f
AC
13042define hook-echo
13043echo <<<---
13044end
104c1213 13045
8e04817f
AC
13046define hookpost-echo
13047echo --->>>\n
13048end
104c1213 13049
8e04817f
AC
13050(@value{GDBP}) echo Hello World
13051<<<---Hello World--->>>
13052(@value{GDBP})
104c1213 13053
474c8240 13054@end smallexample
104c1213 13055
8e04817f
AC
13056You can define a hook for any single-word command in @value{GDBN}, but
13057not for command aliases; you should define a hook for the basic command
13058name, e.g. @code{backtrace} rather than @code{bt}.
13059@c FIXME! So how does Joe User discover whether a command is an alias
13060@c or not?
13061If an error occurs during the execution of your hook, execution of
13062@value{GDBN} commands stops and @value{GDBN} issues a prompt
13063(before the command that you actually typed had a chance to run).
104c1213 13064
8e04817f
AC
13065If you try to define a hook which does not match any known command, you
13066get a warning from the @code{define} command.
c906108c 13067
8e04817f
AC
13068@node Command Files
13069@section Command files
c906108c 13070
8e04817f
AC
13071@cindex command files
13072A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13073commands. Comments (lines starting with @kbd{#}) may also be included.
13074An empty line in a command file does nothing; it does not mean to repeat
13075the last command, as it would from the terminal.
c906108c 13076
8e04817f
AC
13077@cindex init file
13078@cindex @file{.gdbinit}
13079@cindex @file{gdb.ini}
13080When you start @value{GDBN}, it automatically executes commands from its
13081@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13082port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13083limitations of file names imposed by DOS filesystems.}.
13084During startup, @value{GDBN} does the following:
c906108c 13085
8e04817f
AC
13086@enumerate
13087@item
13088Reads the init file (if any) in your home directory@footnote{On
13089DOS/Windows systems, the home directory is the one pointed to by the
13090@code{HOME} environment variable.}.
c906108c 13091
8e04817f
AC
13092@item
13093Processes command line options and operands.
c906108c 13094
8e04817f
AC
13095@item
13096Reads the init file (if any) in the current working directory.
c906108c 13097
8e04817f
AC
13098@item
13099Reads command files specified by the @samp{-x} option.
13100@end enumerate
c906108c 13101
8e04817f
AC
13102The init file in your home directory can set options (such as @samp{set
13103complaints}) that affect subsequent processing of command line options
13104and operands. Init files are not executed if you use the @samp{-nx}
13105option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13106
8e04817f
AC
13107@cindex init file name
13108On some configurations of @value{GDBN}, the init file is known by a
13109different name (these are typically environments where a specialized
13110form of @value{GDBN} may need to coexist with other forms, hence a
13111different name for the specialized version's init file). These are the
13112environments with special init file names:
c906108c 13113
8e04817f
AC
13114@cindex @file{.vxgdbinit}
13115@itemize @bullet
13116@item
13117VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13118
8e04817f
AC
13119@cindex @file{.os68gdbinit}
13120@item
13121OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13122
8e04817f
AC
13123@cindex @file{.esgdbinit}
13124@item
13125ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13126@end itemize
c906108c 13127
8e04817f
AC
13128You can also request the execution of a command file with the
13129@code{source} command:
c906108c 13130
8e04817f
AC
13131@table @code
13132@kindex source
13133@item source @var{filename}
13134Execute the command file @var{filename}.
c906108c
SS
13135@end table
13136
8e04817f 13137The lines in a command file are executed sequentially. They are not
a71ec265
DH
13138printed as they are executed. An error in any command terminates
13139execution of the command file and control is returned to the console.
c906108c 13140
8e04817f
AC
13141Commands that would ask for confirmation if used interactively proceed
13142without asking when used in a command file. Many @value{GDBN} commands that
13143normally print messages to say what they are doing omit the messages
13144when called from command files.
c906108c 13145
8e04817f
AC
13146@value{GDBN} also accepts command input from standard input. In this
13147mode, normal output goes to standard output and error output goes to
13148standard error. Errors in a command file supplied on standard input do
13149not terminate execution of the command file --- execution continues with
13150the next command.
c906108c 13151
474c8240 13152@smallexample
8e04817f 13153gdb < cmds > log 2>&1
474c8240 13154@end smallexample
c906108c 13155
8e04817f
AC
13156(The syntax above will vary depending on the shell used.) This example
13157will execute commands from the file @file{cmds}. All output and errors
13158would be directed to @file{log}.
c906108c 13159
8e04817f
AC
13160@node Output
13161@section Commands for controlled output
c906108c 13162
8e04817f
AC
13163During the execution of a command file or a user-defined command, normal
13164@value{GDBN} output is suppressed; the only output that appears is what is
13165explicitly printed by the commands in the definition. This section
13166describes three commands useful for generating exactly the output you
13167want.
c906108c
SS
13168
13169@table @code
8e04817f
AC
13170@kindex echo
13171@item echo @var{text}
13172@c I do not consider backslash-space a standard C escape sequence
13173@c because it is not in ANSI.
13174Print @var{text}. Nonprinting characters can be included in
13175@var{text} using C escape sequences, such as @samp{\n} to print a
13176newline. @strong{No newline is printed unless you specify one.}
13177In addition to the standard C escape sequences, a backslash followed
13178by a space stands for a space. This is useful for displaying a
13179string with spaces at the beginning or the end, since leading and
13180trailing spaces are otherwise trimmed from all arguments.
13181To print @samp{@w{ }and foo =@w{ }}, use the command
13182@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13183
8e04817f
AC
13184A backslash at the end of @var{text} can be used, as in C, to continue
13185the command onto subsequent lines. For example,
c906108c 13186
474c8240 13187@smallexample
8e04817f
AC
13188echo This is some text\n\
13189which is continued\n\
13190onto several lines.\n
474c8240 13191@end smallexample
c906108c 13192
8e04817f 13193produces the same output as
c906108c 13194
474c8240 13195@smallexample
8e04817f
AC
13196echo This is some text\n
13197echo which is continued\n
13198echo onto several lines.\n
474c8240 13199@end smallexample
c906108c 13200
8e04817f
AC
13201@kindex output
13202@item output @var{expression}
13203Print the value of @var{expression} and nothing but that value: no
13204newlines, no @samp{$@var{nn} = }. The value is not entered in the
13205value history either. @xref{Expressions, ,Expressions}, for more information
13206on expressions.
c906108c 13207
8e04817f
AC
13208@item output/@var{fmt} @var{expression}
13209Print the value of @var{expression} in format @var{fmt}. You can use
13210the same formats as for @code{print}. @xref{Output Formats,,Output
13211formats}, for more information.
c906108c 13212
8e04817f
AC
13213@kindex printf
13214@item printf @var{string}, @var{expressions}@dots{}
13215Print the values of the @var{expressions} under the control of
13216@var{string}. The @var{expressions} are separated by commas and may be
13217either numbers or pointers. Their values are printed as specified by
13218@var{string}, exactly as if your program were to execute the C
13219subroutine
13220@c FIXME: the above implies that at least all ANSI C formats are
13221@c supported, but it isn't true: %E and %G don't work (or so it seems).
13222@c Either this is a bug, or the manual should document what formats are
13223@c supported.
c906108c 13224
474c8240 13225@smallexample
8e04817f 13226printf (@var{string}, @var{expressions}@dots{});
474c8240 13227@end smallexample
c906108c 13228
8e04817f 13229For example, you can print two values in hex like this:
c906108c 13230
8e04817f
AC
13231@smallexample
13232printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13233@end smallexample
c906108c 13234
8e04817f
AC
13235The only backslash-escape sequences that you can use in the format
13236string are the simple ones that consist of backslash followed by a
13237letter.
c906108c
SS
13238@end table
13239
21c294e6
AC
13240@node Interpreters
13241@chapter Command Interpreters
13242@cindex command interpreters
13243
13244@value{GDBN} supports multiple command interpreters, and some command
13245infrastructure to allow users or user interface writers to switch
13246between interpreters or run commands in other interpreters.
13247
13248@value{GDBN} currently supports two command interpreters, the console
13249interpreter (sometimes called the command-line interpreter or @sc{cli})
13250and the machine interface interpreter (or @sc{gdb/mi}). This manual
13251describes both of these interfaces in great detail.
13252
13253By default, @value{GDBN} will start with the console interpreter.
13254However, the user may choose to start @value{GDBN} with another
13255interpreter by specifying the @option{-i} or @option{--interpreter}
13256startup options. Defined interpreters include:
13257
13258@table @code
13259@item console
13260@cindex console interpreter
13261The traditional console or command-line interpreter. This is the most often
13262used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13263@value{GDBN} will use this interpreter.
13264
13265@item mi
13266@cindex mi interpreter
13267The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13268by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13269or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13270Interface}.
13271
13272@item mi2
13273@cindex mi2 interpreter
13274The current @sc{gdb/mi} interface.
13275
13276@item mi1
13277@cindex mi1 interpreter
13278The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13279
13280@end table
13281
13282@cindex invoke another interpreter
13283The interpreter being used by @value{GDBN} may not be dynamically
13284switched at runtime. Although possible, this could lead to a very
13285precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13286enters the command "interpreter-set console" in a console view,
13287@value{GDBN} would switch to using the console interpreter, rendering
13288the IDE inoperable!
13289
13290@kindex interpreter-exec
13291Although you may only choose a single interpreter at startup, you may execute
13292commands in any interpreter from the current interpreter using the appropriate
13293command. If you are running the console interpreter, simply use the
13294@code{interpreter-exec} command:
13295
13296@smallexample
13297interpreter-exec mi "-data-list-register-names"
13298@end smallexample
13299
13300@sc{gdb/mi} has a similar command, although it is only available in versions of
13301@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13302
8e04817f
AC
13303@node TUI
13304@chapter @value{GDBN} Text User Interface
13305@cindex TUI
c906108c 13306
8e04817f
AC
13307@menu
13308* TUI Overview:: TUI overview
13309* TUI Keys:: TUI key bindings
7cf36c78 13310* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13311* TUI Commands:: TUI specific commands
13312* TUI Configuration:: TUI configuration variables
13313@end menu
c906108c 13314
8e04817f
AC
13315The @value{GDBN} Text User Interface, TUI in short,
13316is a terminal interface which uses the @code{curses} library
13317to show the source file, the assembly output, the program registers
13318and @value{GDBN} commands in separate text windows.
13319The TUI is available only when @value{GDBN} is configured
13320with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13321
8e04817f
AC
13322@node TUI Overview
13323@section TUI overview
c906108c 13324
8e04817f
AC
13325The TUI has two display modes that can be switched while
13326@value{GDBN} runs:
c906108c 13327
8e04817f
AC
13328@itemize @bullet
13329@item
13330A curses (or TUI) mode in which it displays several text
13331windows on the terminal.
c906108c 13332
8e04817f
AC
13333@item
13334A standard mode which corresponds to the @value{GDBN} configured without
13335the TUI.
13336@end itemize
c906108c 13337
8e04817f
AC
13338In the TUI mode, @value{GDBN} can display several text window
13339on the terminal:
c906108c 13340
8e04817f
AC
13341@table @emph
13342@item command
13343This window is the @value{GDBN} command window with the @value{GDBN}
13344prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13345managed using readline but through the TUI. The @emph{command}
13346window is always visible.
c906108c 13347
8e04817f
AC
13348@item source
13349The source window shows the source file of the program. The current
13350line as well as active breakpoints are displayed in this window.
c906108c 13351
8e04817f
AC
13352@item assembly
13353The assembly window shows the disassembly output of the program.
c906108c 13354
8e04817f
AC
13355@item register
13356This window shows the processor registers. It detects when
13357a register is changed and when this is the case, registers that have
13358changed are highlighted.
c906108c 13359
c906108c
SS
13360@end table
13361
269c21fe
SC
13362The source and assembly windows show the current program position
13363by highlighting the current line and marking them with the @samp{>} marker.
13364Breakpoints are also indicated with two markers. A first one
13365indicates the breakpoint type:
13366
13367@table @code
13368@item B
13369Breakpoint which was hit at least once.
13370
13371@item b
13372Breakpoint which was never hit.
13373
13374@item H
13375Hardware breakpoint which was hit at least once.
13376
13377@item h
13378Hardware breakpoint which was never hit.
13379
13380@end table
13381
13382The second marker indicates whether the breakpoint is enabled or not:
13383
13384@table @code
13385@item +
13386Breakpoint is enabled.
13387
13388@item -
13389Breakpoint is disabled.
13390
13391@end table
13392
8e04817f
AC
13393The source, assembly and register windows are attached to the thread
13394and the frame position. They are updated when the current thread
13395changes, when the frame changes or when the program counter changes.
13396These three windows are arranged by the TUI according to several
13397layouts. The layout defines which of these three windows are visible.
13398The following layouts are available:
c906108c 13399
8e04817f
AC
13400@itemize @bullet
13401@item
13402source
2df3850c 13403
8e04817f
AC
13404@item
13405assembly
13406
13407@item
13408source and assembly
13409
13410@item
13411source and registers
c906108c 13412
8e04817f
AC
13413@item
13414assembly and registers
2df3850c 13415
8e04817f 13416@end itemize
c906108c 13417
b7bb15bc
SC
13418On top of the command window a status line gives various information
13419concerning the current process begin debugged. The status line is
13420updated when the information it shows changes. The following fields
13421are displayed:
13422
13423@table @emph
13424@item target
13425Indicates the current gdb target
13426(@pxref{Targets, ,Specifying a Debugging Target}).
13427
13428@item process
13429Gives information about the current process or thread number.
13430When no process is being debugged, this field is set to @code{No process}.
13431
13432@item function
13433Gives the current function name for the selected frame.
13434The name is demangled if demangling is turned on (@pxref{Print Settings}).
13435When there is no symbol corresponding to the current program counter
13436the string @code{??} is displayed.
13437
13438@item line
13439Indicates the current line number for the selected frame.
13440When the current line number is not known the string @code{??} is displayed.
13441
13442@item pc
13443Indicates the current program counter address.
13444
13445@end table
13446
8e04817f
AC
13447@node TUI Keys
13448@section TUI Key Bindings
13449@cindex TUI key bindings
c906108c 13450
8e04817f
AC
13451The TUI installs several key bindings in the readline keymaps
13452(@pxref{Command Line Editing}).
13453They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
13454directly on the TUI layout and windows. The TUI also provides
13455a @emph{SingleKey} keymap which binds several keys directly to
13456@value{GDBN} commands. The following key bindings
8e04817f 13457are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 13458
8e04817f
AC
13459@table @kbd
13460@kindex C-x C-a
13461@item C-x C-a
13462@kindex C-x a
13463@itemx C-x a
13464@kindex C-x A
13465@itemx C-x A
13466Enter or leave the TUI mode. When the TUI mode is left,
13467the curses window management is left and @value{GDBN} operates using
13468its standard mode writing on the terminal directly. When the TUI
13469mode is entered, the control is given back to the curses windows.
13470The screen is then refreshed.
c906108c 13471
8e04817f
AC
13472@kindex C-x 1
13473@item C-x 1
13474Use a TUI layout with only one window. The layout will
13475either be @samp{source} or @samp{assembly}. When the TUI mode
13476is not active, it will switch to the TUI mode.
2df3850c 13477
8e04817f 13478Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 13479
8e04817f
AC
13480@kindex C-x 2
13481@item C-x 2
13482Use a TUI layout with at least two windows. When the current
13483layout shows already two windows, a next layout with two windows is used.
13484When a new layout is chosen, one window will always be common to the
13485previous layout and the new one.
c906108c 13486
8e04817f 13487Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 13488
7cf36c78
SC
13489@kindex C-x s
13490@item C-x s
13491Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
13492(@pxref{TUI Single Key Mode}).
13493
c906108c
SS
13494@end table
13495
8e04817f 13496The following key bindings are handled only by the TUI mode:
5d161b24 13497
8e04817f
AC
13498@table @key
13499@kindex PgUp
13500@item PgUp
13501Scroll the active window one page up.
c906108c 13502
8e04817f
AC
13503@kindex PgDn
13504@item PgDn
13505Scroll the active window one page down.
c906108c 13506
8e04817f
AC
13507@kindex Up
13508@item Up
13509Scroll the active window one line up.
c906108c 13510
8e04817f
AC
13511@kindex Down
13512@item Down
13513Scroll the active window one line down.
c906108c 13514
8e04817f
AC
13515@kindex Left
13516@item Left
13517Scroll the active window one column left.
c906108c 13518
8e04817f
AC
13519@kindex Right
13520@item Right
13521Scroll the active window one column right.
c906108c 13522
8e04817f
AC
13523@kindex C-L
13524@item C-L
13525Refresh the screen.
c906108c 13526
8e04817f 13527@end table
c906108c 13528
8e04817f
AC
13529In the TUI mode, the arrow keys are used by the active window
13530for scrolling. This means they are not available for readline. It is
13531necessary to use other readline key bindings such as @key{C-p}, @key{C-n},
13532@key{C-b} and @key{C-f}.
13533
7cf36c78
SC
13534@node TUI Single Key Mode
13535@section TUI Single Key Mode
13536@cindex TUI single key mode
13537
13538The TUI provides a @emph{SingleKey} mode in which it installs a particular
13539key binding in the readline keymaps to connect single keys to
13540some gdb commands.
13541
13542@table @kbd
13543@kindex c @r{(SingleKey TUI key)}
13544@item c
13545continue
13546
13547@kindex d @r{(SingleKey TUI key)}
13548@item d
13549down
13550
13551@kindex f @r{(SingleKey TUI key)}
13552@item f
13553finish
13554
13555@kindex n @r{(SingleKey TUI key)}
13556@item n
13557next
13558
13559@kindex q @r{(SingleKey TUI key)}
13560@item q
13561exit the @emph{SingleKey} mode.
13562
13563@kindex r @r{(SingleKey TUI key)}
13564@item r
13565run
13566
13567@kindex s @r{(SingleKey TUI key)}
13568@item s
13569step
13570
13571@kindex u @r{(SingleKey TUI key)}
13572@item u
13573up
13574
13575@kindex v @r{(SingleKey TUI key)}
13576@item v
13577info locals
13578
13579@kindex w @r{(SingleKey TUI key)}
13580@item w
13581where
13582
13583@end table
13584
13585Other keys temporarily switch to the @value{GDBN} command prompt.
13586The key that was pressed is inserted in the editing buffer so that
13587it is possible to type most @value{GDBN} commands without interaction
13588with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
13589@emph{SingleKey} mode is restored. The only way to permanently leave
13590this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
13591
13592
8e04817f
AC
13593@node TUI Commands
13594@section TUI specific commands
13595@cindex TUI commands
13596
13597The TUI has specific commands to control the text windows.
13598These commands are always available, that is they do not depend on
13599the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
13600is in the standard mode, using these commands will automatically switch
13601in the TUI mode.
c906108c
SS
13602
13603@table @code
3d757584
SC
13604@item info win
13605@kindex info win
13606List and give the size of all displayed windows.
13607
8e04817f
AC
13608@item layout next
13609@kindex layout next
13610Display the next layout.
2df3850c 13611
8e04817f
AC
13612@item layout prev
13613@kindex layout prev
13614Display the previous layout.
c906108c 13615
8e04817f
AC
13616@item layout src
13617@kindex layout src
13618Display the source window only.
c906108c 13619
8e04817f
AC
13620@item layout asm
13621@kindex layout asm
13622Display the assembly window only.
c906108c 13623
8e04817f
AC
13624@item layout split
13625@kindex layout split
13626Display the source and assembly window.
c906108c 13627
8e04817f
AC
13628@item layout regs
13629@kindex layout regs
13630Display the register window together with the source or assembly window.
13631
13632@item focus next | prev | src | asm | regs | split
13633@kindex focus
13634Set the focus to the named window.
13635This command allows to change the active window so that scrolling keys
13636can be affected to another window.
c906108c 13637
8e04817f
AC
13638@item refresh
13639@kindex refresh
13640Refresh the screen. This is similar to using @key{C-L} key.
c906108c 13641
8e04817f
AC
13642@item update
13643@kindex update
13644Update the source window and the current execution point.
c906108c 13645
8e04817f
AC
13646@item winheight @var{name} +@var{count}
13647@itemx winheight @var{name} -@var{count}
13648@kindex winheight
13649Change the height of the window @var{name} by @var{count}
13650lines. Positive counts increase the height, while negative counts
13651decrease it.
2df3850c 13652
c906108c
SS
13653@end table
13654
8e04817f
AC
13655@node TUI Configuration
13656@section TUI configuration variables
13657@cindex TUI configuration variables
c906108c 13658
8e04817f
AC
13659The TUI has several configuration variables that control the
13660appearance of windows on the terminal.
c906108c 13661
8e04817f
AC
13662@table @code
13663@item set tui border-kind @var{kind}
13664@kindex set tui border-kind
13665Select the border appearance for the source, assembly and register windows.
13666The possible values are the following:
13667@table @code
13668@item space
13669Use a space character to draw the border.
c906108c 13670
8e04817f
AC
13671@item ascii
13672Use ascii characters + - and | to draw the border.
c906108c 13673
8e04817f
AC
13674@item acs
13675Use the Alternate Character Set to draw the border. The border is
13676drawn using character line graphics if the terminal supports them.
c78b4128 13677
8e04817f 13678@end table
c78b4128 13679
8e04817f
AC
13680@item set tui active-border-mode @var{mode}
13681@kindex set tui active-border-mode
13682Select the attributes to display the border of the active window.
13683The possible values are @code{normal}, @code{standout}, @code{reverse},
13684@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 13685
8e04817f
AC
13686@item set tui border-mode @var{mode}
13687@kindex set tui border-mode
13688Select the attributes to display the border of other windows.
13689The @var{mode} can be one of the following:
13690@table @code
13691@item normal
13692Use normal attributes to display the border.
c906108c 13693
8e04817f
AC
13694@item standout
13695Use standout mode.
c906108c 13696
8e04817f
AC
13697@item reverse
13698Use reverse video mode.
c906108c 13699
8e04817f
AC
13700@item half
13701Use half bright mode.
c906108c 13702
8e04817f
AC
13703@item half-standout
13704Use half bright and standout mode.
c906108c 13705
8e04817f
AC
13706@item bold
13707Use extra bright or bold mode.
c78b4128 13708
8e04817f
AC
13709@item bold-standout
13710Use extra bright or bold and standout mode.
c78b4128 13711
8e04817f 13712@end table
c78b4128 13713
8e04817f 13714@end table
c78b4128 13715
8e04817f
AC
13716@node Emacs
13717@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 13718
8e04817f
AC
13719@cindex Emacs
13720@cindex @sc{gnu} Emacs
13721A special interface allows you to use @sc{gnu} Emacs to view (and
13722edit) the source files for the program you are debugging with
13723@value{GDBN}.
c906108c 13724
8e04817f
AC
13725To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
13726executable file you want to debug as an argument. This command starts
13727@value{GDBN} as a subprocess of Emacs, with input and output through a newly
13728created Emacs buffer.
13729@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 13730
8e04817f
AC
13731Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
13732things:
c906108c 13733
8e04817f
AC
13734@itemize @bullet
13735@item
13736All ``terminal'' input and output goes through the Emacs buffer.
13737@end itemize
c906108c 13738
8e04817f
AC
13739This applies both to @value{GDBN} commands and their output, and to the input
13740and output done by the program you are debugging.
bf0184be 13741
8e04817f
AC
13742This is useful because it means that you can copy the text of previous
13743commands and input them again; you can even use parts of the output
13744in this way.
bf0184be 13745
8e04817f
AC
13746All the facilities of Emacs' Shell mode are available for interacting
13747with your program. In particular, you can send signals the usual
13748way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
13749stop.
bf0184be 13750
8e04817f 13751@itemize @bullet
bf0184be 13752@item
8e04817f
AC
13753@value{GDBN} displays source code through Emacs.
13754@end itemize
bf0184be 13755
8e04817f
AC
13756Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
13757source file for that frame and puts an arrow (@samp{=>}) at the
13758left margin of the current line. Emacs uses a separate buffer for
13759source display, and splits the screen to show both your @value{GDBN} session
13760and the source.
bf0184be 13761
8e04817f
AC
13762Explicit @value{GDBN} @code{list} or search commands still produce output as
13763usual, but you probably have no reason to use them from Emacs.
c906108c 13764
8e04817f
AC
13765@quotation
13766@emph{Warning:} If the directory where your program resides is not your
13767current directory, it can be easy to confuse Emacs about the location of
13768the source files, in which case the auxiliary display buffer does not
13769appear to show your source. @value{GDBN} can find programs by searching your
13770environment's @code{PATH} variable, so the @value{GDBN} input and output
13771session proceeds normally; but Emacs does not get enough information
13772back from @value{GDBN} to locate the source files in this situation. To
13773avoid this problem, either start @value{GDBN} mode from the directory where
13774your program resides, or specify an absolute file name when prompted for the
13775@kbd{M-x gdb} argument.
c906108c 13776
8e04817f
AC
13777A similar confusion can result if you use the @value{GDBN} @code{file} command to
13778switch to debugging a program in some other location, from an existing
13779@value{GDBN} buffer in Emacs.
13780@end quotation
13781
13782By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
13783you need to call @value{GDBN} by a different name (for example, if you keep
13784several configurations around, with different names) you can set the
13785Emacs variable @code{gdb-command-name}; for example,
13786
474c8240 13787@smallexample
8e04817f 13788(setq gdb-command-name "mygdb")
474c8240 13789@end smallexample
8e04817f
AC
13790
13791@noindent
13792(preceded by @kbd{M-:} or @kbd{ESC :}, or typed in the @code{*scratch*} buffer, or
13793in your @file{.emacs} file) makes Emacs call the program named
13794``@code{mygdb}'' instead.
13795
13796In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
13797addition to the standard Shell mode commands:
c906108c 13798
8e04817f
AC
13799@table @kbd
13800@item C-h m
13801Describe the features of Emacs' @value{GDBN} Mode.
c906108c 13802
8e04817f
AC
13803@item M-s
13804Execute to another source line, like the @value{GDBN} @code{step} command; also
13805update the display window to show the current file and location.
c906108c 13806
8e04817f
AC
13807@item M-n
13808Execute to next source line in this function, skipping all function
13809calls, like the @value{GDBN} @code{next} command. Then update the display window
13810to show the current file and location.
c906108c 13811
8e04817f
AC
13812@item M-i
13813Execute one instruction, like the @value{GDBN} @code{stepi} command; update
13814display window accordingly.
c906108c 13815
8e04817f
AC
13816@item M-x gdb-nexti
13817Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
13818display window accordingly.
c906108c 13819
8e04817f
AC
13820@item C-c C-f
13821Execute until exit from the selected stack frame, like the @value{GDBN}
13822@code{finish} command.
c906108c 13823
8e04817f
AC
13824@item M-c
13825Continue execution of your program, like the @value{GDBN} @code{continue}
13826command.
b433d00b 13827
8e04817f 13828@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
b433d00b 13829
8e04817f
AC
13830@item M-u
13831Go up the number of frames indicated by the numeric argument
13832(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
13833like the @value{GDBN} @code{up} command.
b433d00b 13834
8e04817f 13835@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
c906108c 13836
8e04817f
AC
13837@item M-d
13838Go down the number of frames indicated by the numeric argument, like the
13839@value{GDBN} @code{down} command.
c906108c 13840
8e04817f 13841@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
c906108c 13842
8e04817f
AC
13843@item C-x &
13844Read the number where the cursor is positioned, and insert it at the end
13845of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
13846around an address that was displayed earlier, type @kbd{disassemble};
13847then move the cursor to the address display, and pick up the
13848argument for @code{disassemble} by typing @kbd{C-x &}.
c906108c 13849
8e04817f
AC
13850You can customize this further by defining elements of the list
13851@code{gdb-print-command}; once it is defined, you can format or
13852otherwise process numbers picked up by @kbd{C-x &} before they are
13853inserted. A numeric argument to @kbd{C-x &} indicates that you
13854wish special formatting, and also acts as an index to pick an element of the
13855list. If the list element is a string, the number to be inserted is
13856formatted using the Emacs function @code{format}; otherwise the number
13857is passed as an argument to the corresponding list element.
13858@end table
c906108c 13859
8e04817f
AC
13860In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
13861tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 13862
8e04817f
AC
13863If you accidentally delete the source-display buffer, an easy way to get
13864it back is to type the command @code{f} in the @value{GDBN} buffer, to
13865request a frame display; when you run under Emacs, this recreates
13866the source buffer if necessary to show you the context of the current
13867frame.
c906108c 13868
8e04817f
AC
13869The source files displayed in Emacs are in ordinary Emacs buffers
13870which are visiting the source files in the usual way. You can edit
13871the files with these buffers if you wish; but keep in mind that @value{GDBN}
13872communicates with Emacs in terms of line numbers. If you add or
13873delete lines from the text, the line numbers that @value{GDBN} knows cease
13874to correspond properly with the code.
c906108c 13875
8e04817f
AC
13876@c The following dropped because Epoch is nonstandard. Reactivate
13877@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
13878@ignore
13879@kindex Emacs Epoch environment
13880@kindex Epoch
13881@kindex inspect
c906108c 13882
8e04817f
AC
13883Version 18 of @sc{gnu} Emacs has a built-in window system
13884called the @code{epoch}
13885environment. Users of this environment can use a new command,
13886@code{inspect} which performs identically to @code{print} except that
13887each value is printed in its own window.
13888@end ignore
c906108c 13889
8e04817f
AC
13890@include annotate.texi
13891@include gdbmi.texinfo
c906108c 13892
8e04817f
AC
13893@node GDB Bugs
13894@chapter Reporting Bugs in @value{GDBN}
13895@cindex bugs in @value{GDBN}
13896@cindex reporting bugs in @value{GDBN}
c906108c 13897
8e04817f 13898Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 13899
8e04817f
AC
13900Reporting a bug may help you by bringing a solution to your problem, or it
13901may not. But in any case the principal function of a bug report is to help
13902the entire community by making the next version of @value{GDBN} work better. Bug
13903reports are your contribution to the maintenance of @value{GDBN}.
c906108c 13904
8e04817f
AC
13905In order for a bug report to serve its purpose, you must include the
13906information that enables us to fix the bug.
c4555f82
SC
13907
13908@menu
8e04817f
AC
13909* Bug Criteria:: Have you found a bug?
13910* Bug Reporting:: How to report bugs
c4555f82
SC
13911@end menu
13912
8e04817f
AC
13913@node Bug Criteria
13914@section Have you found a bug?
13915@cindex bug criteria
c4555f82 13916
8e04817f 13917If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
13918
13919@itemize @bullet
8e04817f
AC
13920@cindex fatal signal
13921@cindex debugger crash
13922@cindex crash of debugger
c4555f82 13923@item
8e04817f
AC
13924If the debugger gets a fatal signal, for any input whatever, that is a
13925@value{GDBN} bug. Reliable debuggers never crash.
13926
13927@cindex error on valid input
13928@item
13929If @value{GDBN} produces an error message for valid input, that is a
13930bug. (Note that if you're cross debugging, the problem may also be
13931somewhere in the connection to the target.)
c4555f82 13932
8e04817f 13933@cindex invalid input
c4555f82 13934@item
8e04817f
AC
13935If @value{GDBN} does not produce an error message for invalid input,
13936that is a bug. However, you should note that your idea of
13937``invalid input'' might be our idea of ``an extension'' or ``support
13938for traditional practice''.
13939
13940@item
13941If you are an experienced user of debugging tools, your suggestions
13942for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
13943@end itemize
13944
8e04817f
AC
13945@node Bug Reporting
13946@section How to report bugs
13947@cindex bug reports
13948@cindex @value{GDBN} bugs, reporting
13949
13950A number of companies and individuals offer support for @sc{gnu} products.
13951If you obtained @value{GDBN} from a support organization, we recommend you
13952contact that organization first.
13953
13954You can find contact information for many support companies and
13955individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
13956distribution.
13957@c should add a web page ref...
13958
129188f6
AC
13959In any event, we also recommend that you submit bug reports for
13960@value{GDBN}. The prefered method is to submit them directly using
13961@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
13962page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
13963be used.
8e04817f
AC
13964
13965@strong{Do not send bug reports to @samp{info-gdb}, or to
13966@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
13967not want to receive bug reports. Those that do have arranged to receive
13968@samp{bug-gdb}.
13969
13970The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
13971serves as a repeater. The mailing list and the newsgroup carry exactly
13972the same messages. Often people think of posting bug reports to the
13973newsgroup instead of mailing them. This appears to work, but it has one
13974problem which can be crucial: a newsgroup posting often lacks a mail
13975path back to the sender. Thus, if we need to ask for more information,
13976we may be unable to reach you. For this reason, it is better to send
13977bug reports to the mailing list.
c4555f82 13978
8e04817f
AC
13979The fundamental principle of reporting bugs usefully is this:
13980@strong{report all the facts}. If you are not sure whether to state a
13981fact or leave it out, state it!
c4555f82 13982
8e04817f
AC
13983Often people omit facts because they think they know what causes the
13984problem and assume that some details do not matter. Thus, you might
13985assume that the name of the variable you use in an example does not matter.
13986Well, probably it does not, but one cannot be sure. Perhaps the bug is a
13987stray memory reference which happens to fetch from the location where that
13988name is stored in memory; perhaps, if the name were different, the contents
13989of that location would fool the debugger into doing the right thing despite
13990the bug. Play it safe and give a specific, complete example. That is the
13991easiest thing for you to do, and the most helpful.
c4555f82 13992
8e04817f
AC
13993Keep in mind that the purpose of a bug report is to enable us to fix the
13994bug. It may be that the bug has been reported previously, but neither
13995you nor we can know that unless your bug report is complete and
13996self-contained.
c4555f82 13997
8e04817f
AC
13998Sometimes people give a few sketchy facts and ask, ``Does this ring a
13999bell?'' Those bug reports are useless, and we urge everyone to
14000@emph{refuse to respond to them} except to chide the sender to report
14001bugs properly.
14002
14003To enable us to fix the bug, you should include all these things:
c4555f82
SC
14004
14005@itemize @bullet
14006@item
8e04817f
AC
14007The version of @value{GDBN}. @value{GDBN} announces it if you start
14008with no arguments; you can also print it at any time using @code{show
14009version}.
c4555f82 14010
8e04817f
AC
14011Without this, we will not know whether there is any point in looking for
14012the bug in the current version of @value{GDBN}.
c4555f82
SC
14013
14014@item
8e04817f
AC
14015The type of machine you are using, and the operating system name and
14016version number.
c4555f82
SC
14017
14018@item
8e04817f
AC
14019What compiler (and its version) was used to compile @value{GDBN}---e.g.
14020``@value{GCC}--2.8.1''.
c4555f82
SC
14021
14022@item
8e04817f
AC
14023What compiler (and its version) was used to compile the program you are
14024debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
14025C Compiler''. For GCC, you can say @code{gcc --version} to get this
14026information; for other compilers, see the documentation for those
14027compilers.
c4555f82 14028
8e04817f
AC
14029@item
14030The command arguments you gave the compiler to compile your example and
14031observe the bug. For example, did you use @samp{-O}? To guarantee
14032you will not omit something important, list them all. A copy of the
14033Makefile (or the output from make) is sufficient.
c4555f82 14034
8e04817f
AC
14035If we were to try to guess the arguments, we would probably guess wrong
14036and then we might not encounter the bug.
c4555f82 14037
8e04817f
AC
14038@item
14039A complete input script, and all necessary source files, that will
14040reproduce the bug.
c4555f82 14041
8e04817f
AC
14042@item
14043A description of what behavior you observe that you believe is
14044incorrect. For example, ``It gets a fatal signal.''
c4555f82 14045
8e04817f
AC
14046Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
14047will certainly notice it. But if the bug is incorrect output, we might
14048not notice unless it is glaringly wrong. You might as well not give us
14049a chance to make a mistake.
c4555f82 14050
8e04817f
AC
14051Even if the problem you experience is a fatal signal, you should still
14052say so explicitly. Suppose something strange is going on, such as, your
14053copy of @value{GDBN} is out of synch, or you have encountered a bug in
14054the C library on your system. (This has happened!) Your copy might
14055crash and ours would not. If you told us to expect a crash, then when
14056ours fails to crash, we would know that the bug was not happening for
14057us. If you had not told us to expect a crash, then we would not be able
14058to draw any conclusion from our observations.
c4555f82 14059
8e04817f
AC
14060@item
14061If you wish to suggest changes to the @value{GDBN} source, send us context
14062diffs. If you even discuss something in the @value{GDBN} source, refer to
14063it by context, not by line number.
c4555f82 14064
8e04817f
AC
14065The line numbers in our development sources will not match those in your
14066sources. Your line numbers would convey no useful information to us.
c4555f82 14067
8e04817f 14068@end itemize
c4555f82 14069
8e04817f 14070Here are some things that are not necessary:
c4555f82 14071
8e04817f
AC
14072@itemize @bullet
14073@item
14074A description of the envelope of the bug.
c4555f82 14075
8e04817f
AC
14076Often people who encounter a bug spend a lot of time investigating
14077which changes to the input file will make the bug go away and which
14078changes will not affect it.
c4555f82 14079
8e04817f
AC
14080This is often time consuming and not very useful, because the way we
14081will find the bug is by running a single example under the debugger
14082with breakpoints, not by pure deduction from a series of examples.
14083We recommend that you save your time for something else.
c4555f82 14084
8e04817f
AC
14085Of course, if you can find a simpler example to report @emph{instead}
14086of the original one, that is a convenience for us. Errors in the
14087output will be easier to spot, running under the debugger will take
14088less time, and so on.
c4555f82 14089
8e04817f
AC
14090However, simplification is not vital; if you do not want to do this,
14091report the bug anyway and send us the entire test case you used.
c4555f82 14092
8e04817f
AC
14093@item
14094A patch for the bug.
c4555f82 14095
8e04817f
AC
14096A patch for the bug does help us if it is a good one. But do not omit
14097the necessary information, such as the test case, on the assumption that
14098a patch is all we need. We might see problems with your patch and decide
14099to fix the problem another way, or we might not understand it at all.
c4555f82 14100
8e04817f
AC
14101Sometimes with a program as complicated as @value{GDBN} it is very hard to
14102construct an example that will make the program follow a certain path
14103through the code. If you do not send us the example, we will not be able
14104to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 14105
8e04817f
AC
14106And if we cannot understand what bug you are trying to fix, or why your
14107patch should be an improvement, we will not install it. A test case will
14108help us to understand.
c4555f82 14109
8e04817f
AC
14110@item
14111A guess about what the bug is or what it depends on.
c4555f82 14112
8e04817f
AC
14113Such guesses are usually wrong. Even we cannot guess right about such
14114things without first using the debugger to find the facts.
14115@end itemize
c4555f82 14116
8e04817f
AC
14117@c The readline documentation is distributed with the readline code
14118@c and consists of the two following files:
14119@c rluser.texinfo
14120@c inc-hist.texinfo
14121@c Use -I with makeinfo to point to the appropriate directory,
14122@c environment var TEXINPUTS with TeX.
14123@include rluser.texinfo
14124@include inc-hist.texinfo
c4555f82 14125
c4555f82 14126
8e04817f
AC
14127@node Formatting Documentation
14128@appendix Formatting Documentation
c4555f82 14129
8e04817f
AC
14130@cindex @value{GDBN} reference card
14131@cindex reference card
14132The @value{GDBN} 4 release includes an already-formatted reference card, ready
14133for printing with PostScript or Ghostscript, in the @file{gdb}
14134subdirectory of the main source directory@footnote{In
14135@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
14136release.}. If you can use PostScript or Ghostscript with your printer,
14137you can print the reference card immediately with @file{refcard.ps}.
c4555f82 14138
8e04817f
AC
14139The release also includes the source for the reference card. You
14140can format it, using @TeX{}, by typing:
c4555f82 14141
474c8240 14142@smallexample
8e04817f 14143make refcard.dvi
474c8240 14144@end smallexample
c4555f82 14145
8e04817f
AC
14146The @value{GDBN} reference card is designed to print in @dfn{landscape}
14147mode on US ``letter'' size paper;
14148that is, on a sheet 11 inches wide by 8.5 inches
14149high. You will need to specify this form of printing as an option to
14150your @sc{dvi} output program.
c4555f82 14151
8e04817f 14152@cindex documentation
c4555f82 14153
8e04817f
AC
14154All the documentation for @value{GDBN} comes as part of the machine-readable
14155distribution. The documentation is written in Texinfo format, which is
14156a documentation system that uses a single source file to produce both
14157on-line information and a printed manual. You can use one of the Info
14158formatting commands to create the on-line version of the documentation
14159and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 14160
8e04817f
AC
14161@value{GDBN} includes an already formatted copy of the on-line Info
14162version of this manual in the @file{gdb} subdirectory. The main Info
14163file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
14164subordinate files matching @samp{gdb.info*} in the same directory. If
14165necessary, you can print out these files, or read them with any editor;
14166but they are easier to read using the @code{info} subsystem in @sc{gnu}
14167Emacs or the standalone @code{info} program, available as part of the
14168@sc{gnu} Texinfo distribution.
c4555f82 14169
8e04817f
AC
14170If you want to format these Info files yourself, you need one of the
14171Info formatting programs, such as @code{texinfo-format-buffer} or
14172@code{makeinfo}.
c4555f82 14173
8e04817f
AC
14174If you have @code{makeinfo} installed, and are in the top level
14175@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
14176version @value{GDBVN}), you can make the Info file by typing:
c4555f82 14177
474c8240 14178@smallexample
8e04817f
AC
14179cd gdb
14180make gdb.info
474c8240 14181@end smallexample
c4555f82 14182
8e04817f
AC
14183If you want to typeset and print copies of this manual, you need @TeX{},
14184a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
14185Texinfo definitions file.
c4555f82 14186
8e04817f
AC
14187@TeX{} is a typesetting program; it does not print files directly, but
14188produces output files called @sc{dvi} files. To print a typeset
14189document, you need a program to print @sc{dvi} files. If your system
14190has @TeX{} installed, chances are it has such a program. The precise
14191command to use depends on your system; @kbd{lpr -d} is common; another
14192(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
14193require a file name without any extension or a @samp{.dvi} extension.
c4555f82 14194
8e04817f
AC
14195@TeX{} also requires a macro definitions file called
14196@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
14197written in Texinfo format. On its own, @TeX{} cannot either read or
14198typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
14199and is located in the @file{gdb-@var{version-number}/texinfo}
14200directory.
c4555f82 14201
8e04817f
AC
14202If you have @TeX{} and a @sc{dvi} printer program installed, you can
14203typeset and print this manual. First switch to the the @file{gdb}
14204subdirectory of the main source directory (for example, to
14205@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 14206
474c8240 14207@smallexample
8e04817f 14208make gdb.dvi
474c8240 14209@end smallexample
c4555f82 14210
8e04817f 14211Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 14212
8e04817f
AC
14213@node Installing GDB
14214@appendix Installing @value{GDBN}
14215@cindex configuring @value{GDBN}
14216@cindex installation
94e91d6d 14217@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 14218
8e04817f
AC
14219@value{GDBN} comes with a @code{configure} script that automates the process
14220of preparing @value{GDBN} for installation; you can then use @code{make} to
14221build the @code{gdb} program.
14222@iftex
14223@c irrelevant in info file; it's as current as the code it lives with.
14224@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
14225look at the @file{README} file in the sources; we may have improved the
14226installation procedures since publishing this manual.}
14227@end iftex
c4555f82 14228
8e04817f
AC
14229The @value{GDBN} distribution includes all the source code you need for
14230@value{GDBN} in a single directory, whose name is usually composed by
14231appending the version number to @samp{gdb}.
c4555f82 14232
8e04817f
AC
14233For example, the @value{GDBN} version @value{GDBVN} distribution is in the
14234@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 14235
8e04817f
AC
14236@table @code
14237@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
14238script for configuring @value{GDBN} and all its supporting libraries
c4555f82 14239
8e04817f
AC
14240@item gdb-@value{GDBVN}/gdb
14241the source specific to @value{GDBN} itself
c4555f82 14242
8e04817f
AC
14243@item gdb-@value{GDBVN}/bfd
14244source for the Binary File Descriptor library
c906108c 14245
8e04817f
AC
14246@item gdb-@value{GDBVN}/include
14247@sc{gnu} include files
c906108c 14248
8e04817f
AC
14249@item gdb-@value{GDBVN}/libiberty
14250source for the @samp{-liberty} free software library
c906108c 14251
8e04817f
AC
14252@item gdb-@value{GDBVN}/opcodes
14253source for the library of opcode tables and disassemblers
c906108c 14254
8e04817f
AC
14255@item gdb-@value{GDBVN}/readline
14256source for the @sc{gnu} command-line interface
c906108c 14257
8e04817f
AC
14258@item gdb-@value{GDBVN}/glob
14259source for the @sc{gnu} filename pattern-matching subroutine
c906108c 14260
8e04817f
AC
14261@item gdb-@value{GDBVN}/mmalloc
14262source for the @sc{gnu} memory-mapped malloc package
14263@end table
c906108c 14264
8e04817f
AC
14265The simplest way to configure and build @value{GDBN} is to run @code{configure}
14266from the @file{gdb-@var{version-number}} source directory, which in
14267this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 14268
8e04817f
AC
14269First switch to the @file{gdb-@var{version-number}} source directory
14270if you are not already in it; then run @code{configure}. Pass the
14271identifier for the platform on which @value{GDBN} will run as an
14272argument.
c906108c 14273
8e04817f 14274For example:
c906108c 14275
474c8240 14276@smallexample
8e04817f
AC
14277cd gdb-@value{GDBVN}
14278./configure @var{host}
14279make
474c8240 14280@end smallexample
c906108c 14281
8e04817f
AC
14282@noindent
14283where @var{host} is an identifier such as @samp{sun4} or
14284@samp{decstation}, that identifies the platform where @value{GDBN} will run.
14285(You can often leave off @var{host}; @code{configure} tries to guess the
14286correct value by examining your system.)
c906108c 14287
8e04817f
AC
14288Running @samp{configure @var{host}} and then running @code{make} builds the
14289@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
14290libraries, then @code{gdb} itself. The configured source files, and the
14291binaries, are left in the corresponding source directories.
c906108c 14292
8e04817f
AC
14293@need 750
14294@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
14295system does not recognize this automatically when you run a different
14296shell, you may need to run @code{sh} on it explicitly:
c906108c 14297
474c8240 14298@smallexample
8e04817f 14299sh configure @var{host}
474c8240 14300@end smallexample
c906108c 14301
8e04817f
AC
14302If you run @code{configure} from a directory that contains source
14303directories for multiple libraries or programs, such as the
14304@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
14305creates configuration files for every directory level underneath (unless
14306you tell it not to, with the @samp{--norecursion} option).
14307
94e91d6d
MC
14308You should run the @code{configure} script from the top directory in the
14309source tree, the @file{gdb-@var{version-number}} directory. If you run
14310@code{configure} from one of the subdirectories, you will configure only
14311that subdirectory. That is usually not what you want. In particular,
14312if you run the first @code{configure} from the @file{gdb} subdirectory
14313of the @file{gdb-@var{version-number}} directory, you will omit the
14314configuration of @file{bfd}, @file{readline}, and other sibling
14315directories of the @file{gdb} subdirectory. This leads to build errors
14316about missing include files such as @file{bfd/bfd.h}.
c906108c 14317
8e04817f
AC
14318You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
14319However, you should make sure that the shell on your path (named by
14320the @samp{SHELL} environment variable) is publicly readable. Remember
14321that @value{GDBN} uses the shell to start your program---some systems refuse to
14322let @value{GDBN} debug child processes whose programs are not readable.
c906108c 14323
8e04817f
AC
14324@menu
14325* Separate Objdir:: Compiling @value{GDBN} in another directory
14326* Config Names:: Specifying names for hosts and targets
14327* Configure Options:: Summary of options for configure
14328@end menu
c906108c 14329
8e04817f
AC
14330@node Separate Objdir
14331@section Compiling @value{GDBN} in another directory
c906108c 14332
8e04817f
AC
14333If you want to run @value{GDBN} versions for several host or target machines,
14334you need a different @code{gdb} compiled for each combination of
14335host and target. @code{configure} is designed to make this easy by
14336allowing you to generate each configuration in a separate subdirectory,
14337rather than in the source directory. If your @code{make} program
14338handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
14339@code{make} in each of these directories builds the @code{gdb}
14340program specified there.
c906108c 14341
8e04817f
AC
14342To build @code{gdb} in a separate directory, run @code{configure}
14343with the @samp{--srcdir} option to specify where to find the source.
14344(You also need to specify a path to find @code{configure}
14345itself from your working directory. If the path to @code{configure}
14346would be the same as the argument to @samp{--srcdir}, you can leave out
14347the @samp{--srcdir} option; it is assumed.)
c906108c 14348
8e04817f
AC
14349For example, with version @value{GDBVN}, you can build @value{GDBN} in a
14350separate directory for a Sun 4 like this:
c906108c 14351
474c8240 14352@smallexample
8e04817f
AC
14353@group
14354cd gdb-@value{GDBVN}
14355mkdir ../gdb-sun4
14356cd ../gdb-sun4
14357../gdb-@value{GDBVN}/configure sun4
14358make
14359@end group
474c8240 14360@end smallexample
c906108c 14361
8e04817f
AC
14362When @code{configure} builds a configuration using a remote source
14363directory, it creates a tree for the binaries with the same structure
14364(and using the same names) as the tree under the source directory. In
14365the example, you'd find the Sun 4 library @file{libiberty.a} in the
14366directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
14367@file{gdb-sun4/gdb}.
c906108c 14368
94e91d6d
MC
14369Make sure that your path to the @file{configure} script has just one
14370instance of @file{gdb} in it. If your path to @file{configure} looks
14371like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
14372one subdirectory of @value{GDBN}, not the whole package. This leads to
14373build errors about missing include files such as @file{bfd/bfd.h}.
14374
8e04817f
AC
14375One popular reason to build several @value{GDBN} configurations in separate
14376directories is to configure @value{GDBN} for cross-compiling (where
14377@value{GDBN} runs on one machine---the @dfn{host}---while debugging
14378programs that run on another machine---the @dfn{target}).
14379You specify a cross-debugging target by
14380giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 14381
8e04817f
AC
14382When you run @code{make} to build a program or library, you must run
14383it in a configured directory---whatever directory you were in when you
14384called @code{configure} (or one of its subdirectories).
c906108c 14385
8e04817f
AC
14386The @code{Makefile} that @code{configure} generates in each source
14387directory also runs recursively. If you type @code{make} in a source
14388directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
14389directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
14390will build all the required libraries, and then build GDB.
c906108c 14391
8e04817f
AC
14392When you have multiple hosts or targets configured in separate
14393directories, you can run @code{make} on them in parallel (for example,
14394if they are NFS-mounted on each of the hosts); they will not interfere
14395with each other.
c906108c 14396
8e04817f
AC
14397@node Config Names
14398@section Specifying names for hosts and targets
c906108c 14399
8e04817f
AC
14400The specifications used for hosts and targets in the @code{configure}
14401script are based on a three-part naming scheme, but some short predefined
14402aliases are also supported. The full naming scheme encodes three pieces
14403of information in the following pattern:
c906108c 14404
474c8240 14405@smallexample
8e04817f 14406@var{architecture}-@var{vendor}-@var{os}
474c8240 14407@end smallexample
c906108c 14408
8e04817f
AC
14409For example, you can use the alias @code{sun4} as a @var{host} argument,
14410or as the value for @var{target} in a @code{--target=@var{target}}
14411option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 14412
8e04817f
AC
14413The @code{configure} script accompanying @value{GDBN} does not provide
14414any query facility to list all supported host and target names or
14415aliases. @code{configure} calls the Bourne shell script
14416@code{config.sub} to map abbreviations to full names; you can read the
14417script, if you wish, or you can use it to test your guesses on
14418abbreviations---for example:
c906108c 14419
8e04817f
AC
14420@smallexample
14421% sh config.sub i386-linux
14422i386-pc-linux-gnu
14423% sh config.sub alpha-linux
14424alpha-unknown-linux-gnu
14425% sh config.sub hp9k700
14426hppa1.1-hp-hpux
14427% sh config.sub sun4
14428sparc-sun-sunos4.1.1
14429% sh config.sub sun3
14430m68k-sun-sunos4.1.1
14431% sh config.sub i986v
14432Invalid configuration `i986v': machine `i986v' not recognized
14433@end smallexample
c906108c 14434
8e04817f
AC
14435@noindent
14436@code{config.sub} is also distributed in the @value{GDBN} source
14437directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 14438
8e04817f
AC
14439@node Configure Options
14440@section @code{configure} options
c906108c 14441
8e04817f
AC
14442Here is a summary of the @code{configure} options and arguments that
14443are most often useful for building @value{GDBN}. @code{configure} also has
14444several other options not listed here. @inforef{What Configure
14445Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 14446
474c8240 14447@smallexample
8e04817f
AC
14448configure @r{[}--help@r{]}
14449 @r{[}--prefix=@var{dir}@r{]}
14450 @r{[}--exec-prefix=@var{dir}@r{]}
14451 @r{[}--srcdir=@var{dirname}@r{]}
14452 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
14453 @r{[}--target=@var{target}@r{]}
14454 @var{host}
474c8240 14455@end smallexample
c906108c 14456
8e04817f
AC
14457@noindent
14458You may introduce options with a single @samp{-} rather than
14459@samp{--} if you prefer; but you may abbreviate option names if you use
14460@samp{--}.
c906108c 14461
8e04817f
AC
14462@table @code
14463@item --help
14464Display a quick summary of how to invoke @code{configure}.
c906108c 14465
8e04817f
AC
14466@item --prefix=@var{dir}
14467Configure the source to install programs and files under directory
14468@file{@var{dir}}.
c906108c 14469
8e04817f
AC
14470@item --exec-prefix=@var{dir}
14471Configure the source to install programs under directory
14472@file{@var{dir}}.
c906108c 14473
8e04817f
AC
14474@c avoid splitting the warning from the explanation:
14475@need 2000
14476@item --srcdir=@var{dirname}
14477@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
14478@code{make} that implements the @code{VPATH} feature.}@*
14479Use this option to make configurations in directories separate from the
14480@value{GDBN} source directories. Among other things, you can use this to
14481build (or maintain) several configurations simultaneously, in separate
14482directories. @code{configure} writes configuration specific files in
14483the current directory, but arranges for them to use the source in the
14484directory @var{dirname}. @code{configure} creates directories under
14485the working directory in parallel to the source directories below
14486@var{dirname}.
c906108c 14487
8e04817f
AC
14488@item --norecursion
14489Configure only the directory level where @code{configure} is executed; do not
14490propagate configuration to subdirectories.
c906108c 14491
8e04817f
AC
14492@item --target=@var{target}
14493Configure @value{GDBN} for cross-debugging programs running on the specified
14494@var{target}. Without this option, @value{GDBN} is configured to debug
14495programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 14496
8e04817f 14497There is no convenient way to generate a list of all available targets.
c906108c 14498
8e04817f
AC
14499@item @var{host} @dots{}
14500Configure @value{GDBN} to run on the specified @var{host}.
c906108c 14501
8e04817f
AC
14502There is no convenient way to generate a list of all available hosts.
14503@end table
c906108c 14504
8e04817f
AC
14505There are many other options available as well, but they are generally
14506needed for special purposes only.
c906108c 14507
8e04817f
AC
14508@node Maintenance Commands
14509@appendix Maintenance Commands
14510@cindex maintenance commands
14511@cindex internal commands
c906108c 14512
8e04817f
AC
14513In addition to commands intended for @value{GDBN} users, @value{GDBN}
14514includes a number of commands intended for @value{GDBN} developers.
14515These commands are provided here for reference.
c906108c 14516
8e04817f
AC
14517@table @code
14518@kindex maint info breakpoints
14519@item @anchor{maint info breakpoints}maint info breakpoints
14520Using the same format as @samp{info breakpoints}, display both the
14521breakpoints you've set explicitly, and those @value{GDBN} is using for
14522internal purposes. Internal breakpoints are shown with negative
14523breakpoint numbers. The type column identifies what kind of breakpoint
14524is shown:
c906108c 14525
8e04817f
AC
14526@table @code
14527@item breakpoint
14528Normal, explicitly set breakpoint.
c906108c 14529
8e04817f
AC
14530@item watchpoint
14531Normal, explicitly set watchpoint.
c906108c 14532
8e04817f
AC
14533@item longjmp
14534Internal breakpoint, used to handle correctly stepping through
14535@code{longjmp} calls.
c906108c 14536
8e04817f
AC
14537@item longjmp resume
14538Internal breakpoint at the target of a @code{longjmp}.
c906108c 14539
8e04817f
AC
14540@item until
14541Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 14542
8e04817f
AC
14543@item finish
14544Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 14545
8e04817f
AC
14546@item shlib events
14547Shared library events.
c906108c 14548
8e04817f 14549@end table
c906108c 14550
8d30a00d
AC
14551@kindex maint internal-error
14552@kindex maint internal-warning
14553@item maint internal-error
14554@itemx maint internal-warning
14555Cause @value{GDBN} to call the internal function @code{internal_error}
14556or @code{internal_warning} and hence behave as though an internal error
14557or internal warning has been detected. In addition to reporting the
14558internal problem, these functions give the user the opportunity to
14559either quit @value{GDBN} or create a core file of the current
14560@value{GDBN} session.
14561
14562@smallexample
14563(gdb) @kbd{maint internal-error testing, 1, 2}
14564@dots{}/maint.c:121: internal-error: testing, 1, 2
14565A problem internal to GDB has been detected. Further
14566debugging may prove unreliable.
14567Quit this debugging session? (y or n) @kbd{n}
14568Create a core file? (y or n) @kbd{n}
14569(gdb)
14570@end smallexample
14571
14572Takes an optional parameter that is used as the text of the error or
14573warning message.
14574
0680b120
AC
14575@kindex maint print registers
14576@kindex maint print raw-registers
14577@kindex maint print cooked-registers
617073a9 14578@kindex maint print register-groups
0680b120
AC
14579@item maint print registers
14580@itemx maint print raw-registers
14581@itemx maint print cooked-registers
617073a9 14582@itemx maint print register-groups
0680b120
AC
14583Print @value{GDBN}'s internal register data structures.
14584
617073a9
AC
14585The command @code{maint print raw-registers} includes the contents of
14586the raw register cache; the command @code{maint print cooked-registers}
14587includes the (cooked) value of all registers; and the command
14588@code{maint print register-groups} includes the groups that each
14589register is a member of. @xref{Registers,, Registers, gdbint,
14590@value{GDBN} Internals}.
0680b120
AC
14591
14592Takes an optional file parameter.
14593
617073a9
AC
14594@kindex maint print reggroups
14595@item maint print reggroups
14596Print @value{GDBN}'s internal register group data structures.
14597
14598Takes an optional file parameter.
14599
14600@smallexample
14601(gdb) @kbd{maint print reggroups}
14602 Group Type
14603 general user
14604 float user
14605 all user
14606 vector user
14607 system user
14608 save internal
14609 restore internal
14610@end smallexample
14611
e7ba9c65
DJ
14612@kindex maint set profile
14613@kindex maint show profile
14614@cindex profiling GDB
14615@item maint set profile
14616@itemx maint show profile
14617Control profiling of @value{GDBN}.
14618
14619Profiling will be disabled until you use the @samp{maint set profile}
14620command to enable it. When you enable profiling, the system will begin
14621collecting timing and execution count data; when you disable profiling or
14622exit @value{GDBN}, the results will be written to a log file. Remember that
14623if you use profiling, @value{GDBN} will overwrite the profiling log file
14624(often called @file{gmon.out}). If you have a record of important profiling
14625data in a @file{gmon.out} file, be sure to move it to a safe location.
14626
14627Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
14628compiled with the @samp{-pg} compiler option.
14629
8e04817f 14630@end table
c906108c 14631
c906108c 14632
e0ce93ac 14633@node Remote Protocol
8e04817f 14634@appendix @value{GDBN} Remote Serial Protocol
c906108c 14635
ee2d5c50
AC
14636@menu
14637* Overview::
14638* Packets::
14639* Stop Reply Packets::
14640* General Query Packets::
14641* Register Packet Format::
14642* Examples::
14643@end menu
14644
14645@node Overview
14646@section Overview
14647
8e04817f
AC
14648There may be occasions when you need to know something about the
14649protocol---for example, if there is only one serial port to your target
14650machine, you might want your program to do something special if it
14651recognizes a packet meant for @value{GDBN}.
c906108c 14652
d2c6833e 14653In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 14654transmitted and received data respectfully.
c906108c 14655
8e04817f
AC
14656@cindex protocol, @value{GDBN} remote serial
14657@cindex serial protocol, @value{GDBN} remote
14658@cindex remote serial protocol
14659All @value{GDBN} commands and responses (other than acknowledgments) are
14660sent as a @var{packet}. A @var{packet} is introduced with the character
14661@samp{$}, the actual @var{packet-data}, and the terminating character
14662@samp{#} followed by a two-digit @var{checksum}:
c906108c 14663
474c8240 14664@smallexample
8e04817f 14665@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 14666@end smallexample
8e04817f 14667@noindent
c906108c 14668
8e04817f
AC
14669@cindex checksum, for @value{GDBN} remote
14670@noindent
14671The two-digit @var{checksum} is computed as the modulo 256 sum of all
14672characters between the leading @samp{$} and the trailing @samp{#} (an
14673eight bit unsigned checksum).
c906108c 14674
8e04817f
AC
14675Implementors should note that prior to @value{GDBN} 5.0 the protocol
14676specification also included an optional two-digit @var{sequence-id}:
c906108c 14677
474c8240 14678@smallexample
8e04817f 14679@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 14680@end smallexample
c906108c 14681
8e04817f
AC
14682@cindex sequence-id, for @value{GDBN} remote
14683@noindent
14684That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
14685has never output @var{sequence-id}s. Stubs that handle packets added
14686since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 14687
8e04817f
AC
14688@cindex acknowledgment, for @value{GDBN} remote
14689When either the host or the target machine receives a packet, the first
14690response expected is an acknowledgment: either @samp{+} (to indicate
14691the package was received correctly) or @samp{-} (to request
14692retransmission):
c906108c 14693
474c8240 14694@smallexample
d2c6833e
AC
14695-> @code{$}@var{packet-data}@code{#}@var{checksum}
14696<- @code{+}
474c8240 14697@end smallexample
8e04817f 14698@noindent
53a5351d 14699
8e04817f
AC
14700The host (@value{GDBN}) sends @var{command}s, and the target (the
14701debugging stub incorporated in your program) sends a @var{response}. In
14702the case of step and continue @var{command}s, the response is only sent
14703when the operation has completed (the target has again stopped).
c906108c 14704
8e04817f
AC
14705@var{packet-data} consists of a sequence of characters with the
14706exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
14707exceptions).
c906108c 14708
8e04817f 14709Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 14710@cindex remote protocol, field separator
8e04817f 14711@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 14712@sc{hex} with leading zeros suppressed.
c906108c 14713
8e04817f
AC
14714Implementors should note that prior to @value{GDBN} 5.0, the character
14715@samp{:} could not appear as the third character in a packet (as it
14716would potentially conflict with the @var{sequence-id}).
c906108c 14717
8e04817f
AC
14718Response @var{data} can be run-length encoded to save space. A @samp{*}
14719means that the next character is an @sc{ascii} encoding giving a repeat count
14720which stands for that many repetitions of the character preceding the
14721@samp{*}. The encoding is @code{n+29}, yielding a printable character
14722where @code{n >=3} (which is where rle starts to win). The printable
14723characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
14724value greater than 126 should not be used.
c906108c 14725
8e04817f
AC
14726Some remote systems have used a different run-length encoding mechanism
14727loosely refered to as the cisco encoding. Following the @samp{*}
14728character are two hex digits that indicate the size of the packet.
c906108c 14729
8e04817f 14730So:
474c8240 14731@smallexample
8e04817f 14732"@code{0* }"
474c8240 14733@end smallexample
8e04817f
AC
14734@noindent
14735means the same as "0000".
c906108c 14736
8e04817f
AC
14737The error response returned for some packets includes a two character
14738error number. That number is not well defined.
c906108c 14739
8e04817f
AC
14740For any @var{command} not supported by the stub, an empty response
14741(@samp{$#00}) should be returned. That way it is possible to extend the
14742protocol. A newer @value{GDBN} can tell if a packet is supported based
14743on that response.
c906108c 14744
8e04817f
AC
14745A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
14746@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
14747optional.
c906108c 14748
ee2d5c50
AC
14749@node Packets
14750@section Packets
14751
14752The following table provides a complete list of all currently defined
14753@var{command}s and their corresponding response @var{data}.
14754
14755@table @r
14756
14757@item @code{!} --- extended mode
14758@cindex @code{!} packet
14759
8e04817f
AC
14760Enable extended mode. In extended mode, the remote server is made
14761persistent. The @samp{R} packet is used to restart the program being
14762debugged.
ee2d5c50
AC
14763
14764Reply:
14765@table @samp
14766@item OK
8e04817f 14767The remote target both supports and has enabled extended mode.
ee2d5c50 14768@end table
c906108c 14769
ee2d5c50
AC
14770@item @code{?} --- last signal
14771@cindex @code{?} packet
c906108c 14772
ee2d5c50
AC
14773Indicate the reason the target halted. The reply is the same as for
14774step and continue.
c906108c 14775
ee2d5c50
AC
14776Reply:
14777@xref{Stop Reply Packets}, for the reply specifications.
14778
14779@item @code{a} --- reserved
14780
14781Reserved for future use.
14782
14783@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
14784@cindex @code{A} packet
c906108c 14785
8e04817f
AC
14786Initialized @samp{argv[]} array passed into program. @var{arglen}
14787specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
14788See @code{gdbserver} for more details.
14789
14790Reply:
14791@table @samp
14792@item OK
14793@item E@var{NN}
14794@end table
14795
14796@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
14797@cindex @code{b} packet
14798
14799Change the serial line speed to @var{baud}.
14800
14801JTC: @emph{When does the transport layer state change? When it's
14802received, or after the ACK is transmitted. In either case, there are
14803problems if the command or the acknowledgment packet is dropped.}
14804
14805Stan: @emph{If people really wanted to add something like this, and get
14806it working for the first time, they ought to modify ser-unix.c to send
14807some kind of out-of-band message to a specially-setup stub and have the
14808switch happen "in between" packets, so that from remote protocol's point
14809of view, nothing actually happened.}
14810
14811@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
14812@cindex @code{B} packet
14813
8e04817f 14814Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
14815breakpoint at @var{addr}.
14816
14817This packet has been replaced by the @samp{Z} and @samp{z} packets
14818(@pxref{insert breakpoint or watchpoint packet}).
c906108c 14819
ee2d5c50
AC
14820@item @code{c}@var{addr} --- continue
14821@cindex @code{c} packet
14822
14823@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 14824current address.
c906108c 14825
ee2d5c50
AC
14826Reply:
14827@xref{Stop Reply Packets}, for the reply specifications.
14828
14829@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
14830@cindex @code{C} packet
14831
8e04817f
AC
14832Continue with signal @var{sig} (hex signal number). If
14833@code{;}@var{addr} is omitted, resume at same address.
c906108c 14834
ee2d5c50
AC
14835Reply:
14836@xref{Stop Reply Packets}, for the reply specifications.
c906108c 14837
ee2d5c50
AC
14838@item @code{d} --- toggle debug @strong{(deprecated)}
14839@cindex @code{d} packet
14840
14841Toggle debug flag.
14842
14843@item @code{D} --- detach
14844@cindex @code{D} packet
14845
14846Detach @value{GDBN} from the remote system. Sent to the remote target
14847before @value{GDBN} disconnects.
14848
14849Reply:
14850@table @samp
14851@item @emph{no response}
8e04817f 14852@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 14853@end table
c906108c 14854
ee2d5c50 14855@item @code{e} --- reserved
c906108c 14856
ee2d5c50 14857Reserved for future use.
c906108c 14858
ee2d5c50 14859@item @code{E} --- reserved
c906108c 14860
ee2d5c50 14861Reserved for future use.
c906108c 14862
ee2d5c50
AC
14863@item @code{f} --- reserved
14864
14865Reserved for future use.
14866
14867@item @code{F} --- reserved
14868
14869Reserved for future use.
14870
14871@item @code{g} --- read registers
14872@anchor{read registers packet}
14873@cindex @code{g} packet
14874
14875Read general registers.
14876
14877Reply:
14878@table @samp
14879@item @var{XX@dots{}}
8e04817f
AC
14880Each byte of register data is described by two hex digits. The bytes
14881with the register are transmitted in target byte order. The size of
14882each register and their position within the @samp{g} @var{packet} are
ee2d5c50
AC
14883determined by the @value{GDBN} internal macros @var{REGISTER_RAW_SIZE}
14884and @var{REGISTER_NAME} macros. The specification of several standard
8e04817f 14885@code{g} packets is specified below.
ee2d5c50
AC
14886@item E@var{NN}
14887for an error.
14888@end table
c906108c 14889
ee2d5c50
AC
14890@item @code{G}@var{XX@dots{}} --- write regs
14891@cindex @code{G} packet
c906108c 14892
ee2d5c50
AC
14893@xref{read registers packet}, for a description of the @var{XX@dots{}}
14894data.
14895
14896Reply:
14897@table @samp
14898@item OK
14899for success
14900@item E@var{NN}
14901for an error
14902@end table
14903
14904@item @code{h} --- reserved
14905
14906Reserved for future use.
14907
14908@item @code{H}@var{c}@var{t@dots{}} --- set thread
14909@cindex @code{H} packet
c906108c 14910
8e04817f 14911Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
14912@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
14913should be @samp{c} for step and continue operations, @samp{g} for other
14914operations. The thread designator @var{t@dots{}} may be -1, meaning all
14915the threads, a thread number, or zero which means pick any thread.
14916
14917Reply:
14918@table @samp
14919@item OK
14920for success
14921@item E@var{NN}
14922for an error
14923@end table
c906108c 14924
8e04817f
AC
14925@c FIXME: JTC:
14926@c 'H': How restrictive (or permissive) is the thread model. If a
14927@c thread is selected and stopped, are other threads allowed
14928@c to continue to execute? As I mentioned above, I think the
14929@c semantics of each command when a thread is selected must be
14930@c described. For example:
14931@c
14932@c 'g': If the stub supports threads and a specific thread is
14933@c selected, returns the register block from that thread;
14934@c otherwise returns current registers.
14935@c
14936@c 'G' If the stub supports threads and a specific thread is
14937@c selected, sets the registers of the register block of
14938@c that thread; otherwise sets current registers.
c906108c 14939
ee2d5c50
AC
14940@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
14941@anchor{cycle step packet}
14942@cindex @code{i} packet
14943
8e04817f
AC
14944Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
14945present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
14946step starting at that address.
c906108c 14947
ee2d5c50
AC
14948@item @code{I} --- signal then cycle step @strong{(reserved)}
14949@cindex @code{I} packet
14950
14951@xref{step with signal packet}. @xref{cycle step packet}.
14952
14953@item @code{j} --- reserved
14954
14955Reserved for future use.
14956
14957@item @code{J} --- reserved
c906108c 14958
ee2d5c50 14959Reserved for future use.
c906108c 14960
ee2d5c50
AC
14961@item @code{k} --- kill request
14962@cindex @code{k} packet
c906108c 14963
ac282366 14964FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
14965thread context has been selected (i.e.@: does 'k' kill only that
14966thread?)}.
c906108c 14967
ee2d5c50 14968@item @code{K} --- reserved
c906108c 14969
ee2d5c50
AC
14970Reserved for future use.
14971
14972@item @code{l} --- reserved
14973
14974Reserved for future use.
14975
14976@item @code{L} --- reserved
14977
14978Reserved for future use.
14979
14980@item @code{m}@var{addr}@code{,}@var{length} --- read memory
14981@cindex @code{m} packet
c906108c 14982
8e04817f 14983Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 14984Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 14985assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 14986transfer mechanism is needed.}
c906108c 14987
ee2d5c50
AC
14988Reply:
14989@table @samp
14990@item @var{XX@dots{}}
14991@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
14992to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 14993that sized memory transfers are assumed using word aligned
ee2d5c50
AC
14994accesses. FIXME: @emph{A word aligned memory transfer mechanism is
14995needed.}
14996@item E@var{NN}
14997@var{NN} is errno
14998@end table
14999
15000@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
15001@cindex @code{M} packet
15002
8e04817f 15003Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
15004@var{XX@dots{}} is the data.
15005
15006Reply:
15007@table @samp
15008@item OK
15009for success
15010@item E@var{NN}
8e04817f
AC
15011for an error (this includes the case where only part of the data was
15012written).
ee2d5c50 15013@end table
c906108c 15014
ee2d5c50 15015@item @code{n} --- reserved
c906108c 15016
ee2d5c50 15017Reserved for future use.
c906108c 15018
ee2d5c50 15019@item @code{N} --- reserved
c906108c 15020
ee2d5c50 15021Reserved for future use.
c906108c 15022
ee2d5c50
AC
15023@item @code{o} --- reserved
15024
15025Reserved for future use.
15026
15027@item @code{O} --- reserved
15028
15029Reserved for future use.
c906108c 15030
ee2d5c50
AC
15031@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
15032@cindex @code{p} packet
15033
15034@xref{write register packet}.
15035
15036Reply:
15037@table @samp
15038@item @var{r@dots{}.}
15039The hex encoded value of the register in target byte order.
15040@end table
15041
15042@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
15043@anchor{write register packet}
15044@cindex @code{P} packet
15045
15046Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 15047digits for each byte in the register (target byte order).
c906108c 15048
ee2d5c50
AC
15049Reply:
15050@table @samp
15051@item OK
15052for success
15053@item E@var{NN}
15054for an error
15055@end table
15056
15057@item @code{q}@var{query} --- general query
15058@anchor{general query packet}
15059@cindex @code{q} packet
15060
15061Request info about @var{query}. In general @value{GDBN} queries have a
15062leading upper case letter. Custom vendor queries should use a company
15063prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
15064be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
15065that they match the full @var{query} name.
15066
15067Reply:
15068@table @samp
15069@item @var{XX@dots{}}
15070Hex encoded data from query. The reply can not be empty.
15071@item E@var{NN}
15072error reply
8e04817f 15073@item
ee2d5c50
AC
15074Indicating an unrecognized @var{query}.
15075@end table
15076
15077@item @code{Q}@var{var}@code{=}@var{val} --- general set
15078@cindex @code{Q} packet
15079
15080Set value of @var{var} to @var{val}.
15081
15082@xref{general query packet}, for a discussion of naming conventions.
c906108c 15083
ee2d5c50
AC
15084@item @code{r} --- reset @strong{(deprecated)}
15085@cindex @code{r} packet
c906108c 15086
8e04817f 15087Reset the entire system.
c906108c 15088
ee2d5c50
AC
15089@item @code{R}@var{XX} --- remote restart
15090@cindex @code{R} packet
15091
8e04817f
AC
15092Restart the program being debugged. @var{XX}, while needed, is ignored.
15093This packet is only available in extended mode.
ee2d5c50
AC
15094
15095Reply:
15096@table @samp
15097@item @emph{no reply}
8e04817f 15098The @samp{R} packet has no reply.
ee2d5c50
AC
15099@end table
15100
15101@item @code{s}@var{addr} --- step
15102@cindex @code{s} packet
c906108c 15103
8e04817f
AC
15104@var{addr} is address to resume. If @var{addr} is omitted, resume at
15105same address.
c906108c 15106
ee2d5c50
AC
15107Reply:
15108@xref{Stop Reply Packets}, for the reply specifications.
15109
15110@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
15111@anchor{step with signal packet}
15112@cindex @code{S} packet
15113
8e04817f 15114Like @samp{C} but step not continue.
c906108c 15115
ee2d5c50
AC
15116Reply:
15117@xref{Stop Reply Packets}, for the reply specifications.
15118
15119@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
15120@cindex @code{t} packet
15121
8e04817f 15122Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
15123@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
15124@var{addr} must be at least 3 digits.
c906108c 15125
ee2d5c50
AC
15126@item @code{T}@var{XX} --- thread alive
15127@cindex @code{T} packet
c906108c 15128
ee2d5c50 15129Find out if the thread XX is alive.
c906108c 15130
ee2d5c50
AC
15131Reply:
15132@table @samp
15133@item OK
15134thread is still alive
15135@item E@var{NN}
15136thread is dead
15137@end table
15138
15139@item @code{u} --- reserved
15140
15141Reserved for future use.
15142
15143@item @code{U} --- reserved
15144
15145Reserved for future use.
15146
15147@item @code{v} --- reserved
15148
15149Reserved for future use.
15150
15151@item @code{V} --- reserved
c906108c 15152
ee2d5c50 15153Reserved for future use.
c906108c 15154
ee2d5c50 15155@item @code{w} --- reserved
c906108c 15156
ee2d5c50 15157Reserved for future use.
c906108c 15158
ee2d5c50 15159@item @code{W} --- reserved
c906108c 15160
ee2d5c50 15161Reserved for future use.
c906108c 15162
ee2d5c50
AC
15163@item @code{x} --- reserved
15164
15165Reserved for future use.
15166
15167@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
15168@cindex @code{X} packet
15169
15170@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
15171is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 15172escaped using @code{0x7d}.
c906108c 15173
ee2d5c50
AC
15174Reply:
15175@table @samp
15176@item OK
15177for success
15178@item E@var{NN}
15179for an error
15180@end table
15181
15182@item @code{y} --- reserved
c906108c 15183
ee2d5c50 15184Reserved for future use.
c906108c 15185
ee2d5c50
AC
15186@item @code{Y} reserved
15187
15188Reserved for future use.
15189
2f870471
AC
15190@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
15191@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
15192@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 15193@cindex @code{z} packet
2f870471 15194@cindex @code{Z} packets
ee2d5c50 15195
2f870471
AC
15196Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
15197watchpoint starting at address @var{address} and covering the next
15198@var{length} bytes.
ee2d5c50 15199
2f870471
AC
15200Each breakpoint and watchpoint packet @var{type} is documented
15201separately.
15202
512217c7
AC
15203@emph{Implementation notes: A remote target shall return an empty string
15204for an unrecognized breakpoint or watchpoint packet @var{type}. A
15205remote target shall support either both or neither of a given
2f870471
AC
15206@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
15207avoid potential problems with duplicate packets, the operations should
15208be implemented in an idempotent way.}
15209
15210@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
15211@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
15212@cindex @code{z0} packet
15213@cindex @code{Z0} packet
15214
15215Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
15216@code{addr} of size @code{length}.
15217
15218A memory breakpoint is implemented by replacing the instruction at
15219@var{addr} with a software breakpoint or trap instruction. The
15220@code{length} is used by targets that indicates the size of the
15221breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
15222@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 15223
2f870471
AC
15224@emph{Implementation note: It is possible for a target to copy or move
15225code that contains memory breakpoints (e.g., when implementing
15226overlays). The behavior of this packet, in the presence of such a
15227target, is not defined.}
c906108c 15228
ee2d5c50
AC
15229Reply:
15230@table @samp
2f870471
AC
15231@item OK
15232success
15233@item
15234not supported
ee2d5c50
AC
15235@item E@var{NN}
15236for an error
2f870471
AC
15237@end table
15238
15239@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
15240@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
15241@cindex @code{z1} packet
15242@cindex @code{Z1} packet
15243
15244Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
15245address @code{addr} of size @code{length}.
15246
15247A hardware breakpoint is implemented using a mechanism that is not
15248dependant on being able to modify the target's memory.
15249
15250@emph{Implementation note: A hardware breakpoint is not affected by code
15251movement.}
15252
15253Reply:
15254@table @samp
ee2d5c50 15255@item OK
2f870471
AC
15256success
15257@item
15258not supported
15259@item E@var{NN}
15260for an error
15261@end table
15262
15263@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
15264@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
15265@cindex @code{z2} packet
15266@cindex @code{Z2} packet
15267
15268Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
15269
15270Reply:
15271@table @samp
15272@item OK
15273success
15274@item
15275not supported
15276@item E@var{NN}
15277for an error
15278@end table
15279
15280@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
15281@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
15282@cindex @code{z3} packet
15283@cindex @code{Z3} packet
15284
2e834e49 15285Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
15286
15287Reply:
15288@table @samp
15289@item OK
15290success
15291@item
15292not supported
15293@item E@var{NN}
15294for an error
15295@end table
15296
2e834e49
HPN
15297@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
15298@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
15299@cindex @code{z4} packet
15300@cindex @code{Z4} packet
15301
15302Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
15303
15304Reply:
15305@table @samp
15306@item OK
15307success
15308@item
15309not supported
15310@item E@var{NN}
15311for an error
ee2d5c50
AC
15312@end table
15313
15314@end table
c906108c 15315
ee2d5c50
AC
15316@node Stop Reply Packets
15317@section Stop Reply Packets
15318@cindex stop reply packets
c906108c 15319
8e04817f
AC
15320The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
15321receive any of the below as a reply. In the case of the @samp{C},
15322@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
15323when the target halts. In the below the exact meaning of @samp{signal
15324number} is poorly defined. In general one of the UNIX signal numbering
15325conventions is used.
c906108c 15326
ee2d5c50 15327@table @samp
c906108c 15328
ee2d5c50
AC
15329@item S@var{AA}
15330@var{AA} is the signal number
c906108c 15331
8e04817f 15332@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
15333@cindex @code{T} packet reply
15334
8e04817f
AC
15335@var{AA} = two hex digit signal number; @var{n...} = register number
15336(hex), @var{r...} = target byte ordered register contents, size defined
15337by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
3c3bea1c
GS
15338thread process ID, this is a hex integer; @var{n...} = (@samp{watch} |
15339@samp{rwatch} | @samp{awatch}, @var{r...} = data address, this is a hex
15340integer; @var{n...} = other string not starting with valid hex digit.
15341@value{GDBN} should ignore this @var{n...}, @var{r...} pair and go on
15342to the next. This way we can extend the protocol.
c906108c 15343
ee2d5c50
AC
15344@item W@var{AA}
15345
8e04817f 15346The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
15347applicable to certain targets.
15348
15349@item X@var{AA}
c906108c 15350
8e04817f 15351The process terminated with signal @var{AA}.
c906108c 15352
ee2d5c50
AC
15353@item N@var{AA};@var{t@dots{}};@var{d@dots{}};@var{b@dots{}} @strong{(obsolete)}
15354
15355@var{AA} = signal number; @var{t@dots{}} = address of symbol
15356@code{_start}; @var{d@dots{}} = base of data section; @var{b@dots{}} =
15357base of bss section. @emph{Note: only used by Cisco Systems targets.
15358The difference between this reply and the @samp{qOffsets} query is that
15359the @samp{N} packet may arrive spontaneously whereas the @samp{qOffsets}
15360is a query initiated by the host debugger.}
c906108c 15361
ee2d5c50 15362@item O@var{XX@dots{}}
c906108c 15363
ee2d5c50
AC
15364@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
15365any time while the program is running and the debugger should continue
15366to wait for @samp{W}, @samp{T}, etc.
15367
15368@end table
15369
15370@node General Query Packets
15371@section General Query Packets
c906108c 15372
8e04817f 15373The following set and query packets have already been defined.
c906108c 15374
ee2d5c50 15375@table @r
c906108c 15376
ee2d5c50
AC
15377@item @code{q}@code{C} --- current thread
15378
15379Return the current thread id.
15380
15381Reply:
15382@table @samp
15383@item @code{QC}@var{pid}
8e04817f 15384Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
15385@item *
15386Any other reply implies the old pid.
15387@end table
15388
15389@item @code{q}@code{fThreadInfo} -- all thread ids
15390
15391@code{q}@code{sThreadInfo}
c906108c 15392
8e04817f
AC
15393Obtain a list of active thread ids from the target (OS). Since there
15394may be too many active threads to fit into one reply packet, this query
15395works iteratively: it may require more than one query/reply sequence to
15396obtain the entire list of threads. The first query of the sequence will
15397be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
15398sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
15399
15400NOTE: replaces the @code{qL} query (see below).
15401
15402Reply:
15403@table @samp
15404@item @code{m}@var{id}
15405A single thread id
15406@item @code{m}@var{id},@var{id}@dots{}
15407a comma-separated list of thread ids
15408@item @code{l}
15409(lower case 'el') denotes end of list.
15410@end table
15411
15412In response to each query, the target will reply with a list of one or
15413more thread ids, in big-endian hex, separated by commas. @value{GDBN}
15414will respond to each reply with a request for more thread ids (using the
8e04817f
AC
15415@code{qs} form of the query), until the target responds with @code{l}
15416(lower-case el, for @code{'last'}).
c906108c 15417
ee2d5c50
AC
15418@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
15419
15420Where @var{id} is a thread-id in big-endian hex. Obtain a printable
15421string description of a thread's attributes from the target OS. This
15422string may contain anything that the target OS thinks is interesting for
15423@value{GDBN} to tell the user about the thread. The string is displayed
15424in @value{GDBN}'s @samp{info threads} display. Some examples of
15425possible thread extra info strings are ``Runnable'', or ``Blocked on
15426Mutex''.
15427
15428Reply:
15429@table @samp
15430@item @var{XX@dots{}}
15431Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
15432the printable string containing the extra information about the thread's
8e04817f 15433attributes.
ee2d5c50
AC
15434@end table
15435
15436@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 15437
8e04817f
AC
15438Obtain thread information from RTOS. Where: @var{startflag} (one hex
15439digit) is one to indicate the first query and zero to indicate a
15440subsequent query; @var{threadcount} (two hex digits) is the maximum
15441number of threads the response packet can contain; and @var{nextthread}
15442(eight hex digits), for subsequent queries (@var{startflag} is zero), is
15443returned in the response as @var{argthread}.
ee2d5c50
AC
15444
15445NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
15446(see above).
15447
15448Reply:
15449@table @samp
15450@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
15451Where: @var{count} (two hex digits) is the number of threads being
15452returned; @var{done} (one hex digit) is zero to indicate more threads
15453and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
15454digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
15455is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 15456digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 15457@end table
c906108c 15458
ee2d5c50
AC
15459@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
15460
15461Reply:
15462@table @samp
15463@item @code{E}@var{NN}
15464An error (such as memory fault)
15465@item @code{C}@var{CRC32}
15466A 32 bit cyclic redundancy check of the specified memory region.
15467@end table
15468
15469@item @code{q}@code{Offsets} --- query sect offs
c906108c 15470
8e04817f
AC
15471Get section offsets that the target used when re-locating the downloaded
15472image. @emph{Note: while a @code{Bss} offset is included in the
15473response, @value{GDBN} ignores this and instead applies the @code{Data}
15474offset to the @code{Bss} section.}
c906108c 15475
ee2d5c50
AC
15476Reply:
15477@table @samp
15478@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
15479@end table
15480
15481@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
15482
8e04817f
AC
15483Returns information on @var{threadid}. Where: @var{mode} is a hex
15484encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
15485
15486Reply:
15487@table @samp
15488@item *
15489@end table
15490
8e04817f 15491See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 15492
ee2d5c50
AC
15493@item @code{q}@code{Rcmd,}@var{command} --- remote command
15494
15495@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
15496execution. Invalid commands should be reported using the output string.
15497Before the final result packet, the target may also respond with a
ee2d5c50
AC
15498number of intermediate @code{O}@var{output} console output packets.
15499@emph{Implementors should note that providing access to a stubs's
15500interpreter may have security implications}.
15501
15502Reply:
15503@table @samp
15504@item OK
8e04817f 15505A command response with no output.
ee2d5c50 15506@item @var{OUTPUT}
8e04817f 15507A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 15508@item @code{E}@var{NN}
8e04817f 15509Indicate a badly formed request.
ee2d5c50 15510@item @samp{}
8e04817f 15511When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
15512@end table
15513
15514@item @code{qSymbol::} --- symbol lookup
c906108c 15515
8e04817f
AC
15516Notify the target that @value{GDBN} is prepared to serve symbol lookup
15517requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
15518
15519Reply:
15520@table @samp
15521@item @code{OK}
8e04817f 15522The target does not need to look up any (more) symbols.
ee2d5c50
AC
15523@item @code{qSymbol:}@var{sym_name}
15524The target requests the value of symbol @var{sym_name} (hex encoded).
15525@value{GDBN} may provide the value by using the
15526@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
15527@end table
15528
15529@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
15530
15531Set the value of @var{sym_name} to @var{sym_value}.
15532
15533@var{sym_name} (hex encoded) is the name of a symbol whose value the
15534target has previously requested.
15535
15536@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
15537@value{GDBN} cannot supply a value for @var{sym_name}, then this field
15538will be empty.
15539
15540Reply:
15541@table @samp
15542@item @code{OK}
8e04817f 15543The target does not need to look up any (more) symbols.
ee2d5c50
AC
15544@item @code{qSymbol:}@var{sym_name}
15545The target requests the value of a new symbol @var{sym_name} (hex
15546encoded). @value{GDBN} will continue to supply the values of symbols
15547(if available), until the target ceases to request them.
15548@end table
eb12ee30 15549
ee2d5c50
AC
15550@end table
15551
15552@node Register Packet Format
15553@section Register Packet Format
eb12ee30 15554
8e04817f 15555The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
15556In the below, some thirty-two bit registers are transferred as
15557sixty-four bits. Those registers should be zero/sign extended (which?)
15558to fill the space allocated. Register bytes are transfered in target
15559byte order. The two nibbles within a register byte are transfered
15560most-significant - least-significant.
eb12ee30 15561
ee2d5c50 15562@table @r
eb12ee30 15563
8e04817f 15564@item MIPS32
ee2d5c50 15565
8e04817f
AC
15566All registers are transfered as thirty-two bit quantities in the order:
1556732 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
15568registers; fsr; fir; fp.
eb12ee30 15569
8e04817f 15570@item MIPS64
ee2d5c50 15571
8e04817f
AC
15572All registers are transfered as sixty-four bit quantities (including
15573thirty-two bit registers such as @code{sr}). The ordering is the same
15574as @code{MIPS32}.
eb12ee30 15575
ee2d5c50
AC
15576@end table
15577
15578@node Examples
15579@section Examples
eb12ee30 15580
8e04817f
AC
15581Example sequence of a target being re-started. Notice how the restart
15582does not get any direct output:
eb12ee30 15583
474c8240 15584@smallexample
d2c6833e
AC
15585-> @code{R00}
15586<- @code{+}
8e04817f 15587@emph{target restarts}
d2c6833e 15588-> @code{?}
8e04817f 15589<- @code{+}
d2c6833e
AC
15590<- @code{T001:1234123412341234}
15591-> @code{+}
474c8240 15592@end smallexample
eb12ee30 15593
8e04817f 15594Example sequence of a target being stepped by a single instruction:
eb12ee30 15595
474c8240 15596@smallexample
d2c6833e 15597-> @code{G1445@dots{}}
8e04817f 15598<- @code{+}
d2c6833e
AC
15599-> @code{s}
15600<- @code{+}
15601@emph{time passes}
15602<- @code{T001:1234123412341234}
8e04817f 15603-> @code{+}
d2c6833e 15604-> @code{g}
8e04817f 15605<- @code{+}
d2c6833e
AC
15606<- @code{1455@dots{}}
15607-> @code{+}
474c8240 15608@end smallexample
eb12ee30 15609
aab4e0ec 15610@include gpl.texi
eb12ee30 15611
6826cf00
EZ
15612@include fdl.texi
15613
6d2ebf8b 15614@node Index
c906108c
SS
15615@unnumbered Index
15616
15617@printindex cp
15618
15619@tex
15620% I think something like @colophon should be in texinfo. In the
15621% meantime:
15622\long\def\colophon{\hbox to0pt{}\vfill
15623\centerline{The body of this manual is set in}
15624\centerline{\fontname\tenrm,}
15625\centerline{with headings in {\bf\fontname\tenbf}}
15626\centerline{and examples in {\tt\fontname\tentt}.}
15627\centerline{{\it\fontname\tenit\/},}
15628\centerline{{\bf\fontname\tenbf}, and}
15629\centerline{{\sl\fontname\tensl\/}}
15630\centerline{are used for emphasis.}\vfill}
15631\page\colophon
15632% Blame: doc@cygnus.com, 1991.
15633@end tex
15634
c906108c 15635@bye