* config/tc-mips.c (macro_build): Handle MIPS16 insns.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
b6ba6518 2@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
8a037dd7 3@c 1999, 2000, 2001, 2002
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
959acfd1 34@set DATE December 2001
c906108c 35
6c0e9fb3 36@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 37
c906108c 38@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 39@c manuals to an info tree.
96a2c332
SS
40@dircategory Programming & development tools.
41@direntry
c906108c 42* Gdb: (gdb). The @sc{gnu} debugger.
96a2c332
SS
43@end direntry
44
c906108c
SS
45@ifinfo
46This file documents the @sc{gnu} debugger @value{GDBN}.
47
48
5d161b24 49This is the @value{EDITION} Edition, @value{DATE},
c906108c
SS
50of @cite{Debugging with @value{GDBN}: the @sc{gnu} Source-Level Debugger}
51for @value{GDBN} Version @value{GDBVN}.
52
8a037dd7
EZ
53Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
54 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
c906108c 55
e9c75b65
EZ
56Permission is granted to copy, distribute and/or modify this document
57under the terms of the GNU Free Documentation License, Version 1.1 or
58any later version published by the Free Software Foundation; with the
959acfd1
EZ
59Invariant Sections being ``Free Software'' and ``Free Software Needs
60Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
61and with the Back-Cover Texts as in (a) below.
c906108c 62
6826cf00
EZ
63(a) The Free Software Foundation's Back-Cover Text is: ``You have
64freedom to copy and modify this GNU Manual, like GNU software. Copies
65published by the Free Software Foundation raise funds for GNU
66development.''
c906108c
SS
67@end ifinfo
68
69@titlepage
70@title Debugging with @value{GDBN}
71@subtitle The @sc{gnu} Source-Level Debugger
c906108c 72@sp 1
c906108c
SS
73@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
74@subtitle @value{DATE}
9e9c5ae7 75@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 76@page
c906108c
SS
77@tex
78{\parskip=0pt
53a5351d 79\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
80\hfill {\it Debugging with @value{GDBN}}\par
81\hfill \TeX{}info \texinfoversion\par
82}
83@end tex
53a5351d 84
c906108c 85@vskip 0pt plus 1filll
8a037dd7
EZ
86Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
871996, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
c906108c 88@sp 2
c906108c
SS
89Published by the Free Software Foundation @*
9059 Temple Place - Suite 330, @*
91Boston, MA 02111-1307 USA @*
6d2ebf8b 92ISBN 1-882114-77-9 @*
e9c75b65
EZ
93
94Permission is granted to copy, distribute and/or modify this document
95under the terms of the GNU Free Documentation License, Version 1.1 or
96any later version published by the Free Software Foundation; with the
959acfd1
EZ
97Invariant Sections being ``Free Software'' and ``Free Software Needs
98Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
99and with the Back-Cover Texts as in (a) below.
e9c75b65 100
6826cf00
EZ
101(a) The Free Software Foundation's Back-Cover Text is: ``You have
102freedom to copy and modify this GNU Manual, like GNU software. Copies
103published by the Free Software Foundation raise funds for GNU
104development.''
c906108c
SS
105@end titlepage
106@page
107
6c0e9fb3 108@ifnottex
6d2ebf8b
SS
109@node Top, Summary, (dir), (dir)
110
c906108c
SS
111@top Debugging with @value{GDBN}
112
113This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
114
5d161b24 115This is the @value{EDITION} Edition, @value{DATE}, for @value{GDBN} Version
c906108c
SS
116@value{GDBVN}.
117
8a037dd7 118Copyright (C) 1988-2002 Free Software Foundation, Inc.
6d2ebf8b
SS
119
120@menu
121* Summary:: Summary of @value{GDBN}
122* Sample Session:: A sample @value{GDBN} session
123
124* Invocation:: Getting in and out of @value{GDBN}
125* Commands:: @value{GDBN} commands
126* Running:: Running programs under @value{GDBN}
127* Stopping:: Stopping and continuing
128* Stack:: Examining the stack
129* Source:: Examining source files
130* Data:: Examining data
e2e0bcd1 131* Macros:: Preprocessor Macros
b37052ae 132* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 133* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
134
135* Languages:: Using @value{GDBN} with different languages
136
137* Symbols:: Examining the symbol table
138* Altering:: Altering execution
139* GDB Files:: @value{GDBN} files
140* Targets:: Specifying a debugging target
6b2f586d 141* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
142* Configurations:: Configuration-specific information
143* Controlling GDB:: Controlling @value{GDBN}
144* Sequences:: Canned sequences of commands
c4555f82 145* TUI:: @value{GDBN} Text User Interface
6d2ebf8b
SS
146* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
147* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 148* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
149
150* GDB Bugs:: Reporting bugs in @value{GDBN}
151* Formatting Documentation:: How to format and print @value{GDBN} documentation
152
153* Command Line Editing:: Command Line Editing
154* Using History Interactively:: Using History Interactively
155* Installing GDB:: Installing GDB
eb12ee30 156* Maintenance Commands:: Maintenance Commands
e0ce93ac 157* Remote Protocol:: GDB Remote Serial Protocol
aab4e0ec
AC
158* Copying:: GNU General Public License says
159 how you can copy and share GDB
6826cf00 160* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
161* Index:: Index
162@end menu
163
6c0e9fb3 164@end ifnottex
c906108c 165
449f3b6c 166@contents
449f3b6c 167
6d2ebf8b 168@node Summary
c906108c
SS
169@unnumbered Summary of @value{GDBN}
170
171The purpose of a debugger such as @value{GDBN} is to allow you to see what is
172going on ``inside'' another program while it executes---or what another
173program was doing at the moment it crashed.
174
175@value{GDBN} can do four main kinds of things (plus other things in support of
176these) to help you catch bugs in the act:
177
178@itemize @bullet
179@item
180Start your program, specifying anything that might affect its behavior.
181
182@item
183Make your program stop on specified conditions.
184
185@item
186Examine what has happened, when your program has stopped.
187
188@item
189Change things in your program, so you can experiment with correcting the
190effects of one bug and go on to learn about another.
191@end itemize
192
cce74817 193You can use @value{GDBN} to debug programs written in C and C++.
c906108c 194For more information, see @ref{Support,,Supported languages}.
c906108c
SS
195For more information, see @ref{C,,C and C++}.
196
cce74817
JM
197@cindex Chill
198@cindex Modula-2
c906108c 199Support for Modula-2 and Chill is partial. For information on Modula-2,
cce74817 200see @ref{Modula-2,,Modula-2}. For information on Chill, see @ref{Chill}.
c906108c 201
cce74817
JM
202@cindex Pascal
203Debugging Pascal programs which use sets, subranges, file variables, or
204nested functions does not currently work. @value{GDBN} does not support
205entering expressions, printing values, or similar features using Pascal
206syntax.
c906108c 207
c906108c
SS
208@cindex Fortran
209@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 210it may be necessary to refer to some variables with a trailing
cce74817 211underscore.
c906108c 212
c906108c
SS
213@menu
214* Free Software:: Freely redistributable software
215* Contributors:: Contributors to GDB
216@end menu
217
6d2ebf8b 218@node Free Software
c906108c
SS
219@unnumberedsec Free software
220
5d161b24 221@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
222General Public License
223(GPL). The GPL gives you the freedom to copy or adapt a licensed
224program---but every person getting a copy also gets with it the
225freedom to modify that copy (which means that they must get access to
226the source code), and the freedom to distribute further copies.
227Typical software companies use copyrights to limit your freedoms; the
228Free Software Foundation uses the GPL to preserve these freedoms.
229
230Fundamentally, the General Public License is a license which says that
231you have these freedoms and that you cannot take these freedoms away
232from anyone else.
233
2666264b 234@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
235
236The biggest deficiency in the free software community today is not in
237the software---it is the lack of good free documentation that we can
238include with the free software. Many of our most important
239programs do not come with free reference manuals and free introductory
240texts. Documentation is an essential part of any software package;
241when an important free software package does not come with a free
242manual and a free tutorial, that is a major gap. We have many such
243gaps today.
244
245Consider Perl, for instance. The tutorial manuals that people
246normally use are non-free. How did this come about? Because the
247authors of those manuals published them with restrictive terms---no
248copying, no modification, source files not available---which exclude
249them from the free software world.
250
251That wasn't the first time this sort of thing happened, and it was far
252from the last. Many times we have heard a GNU user eagerly describe a
253manual that he is writing, his intended contribution to the community,
254only to learn that he had ruined everything by signing a publication
255contract to make it non-free.
256
257Free documentation, like free software, is a matter of freedom, not
258price. The problem with the non-free manual is not that publishers
259charge a price for printed copies---that in itself is fine. (The Free
260Software Foundation sells printed copies of manuals, too.) The
261problem is the restrictions on the use of the manual. Free manuals
262are available in source code form, and give you permission to copy and
263modify. Non-free manuals do not allow this.
264
265The criteria of freedom for a free manual are roughly the same as for
266free software. Redistribution (including the normal kinds of
267commercial redistribution) must be permitted, so that the manual can
268accompany every copy of the program, both on-line and on paper.
269
270Permission for modification of the technical content is crucial too.
271When people modify the software, adding or changing features, if they
272are conscientious they will change the manual too---so they can
273provide accurate and clear documentation for the modified program. A
274manual that leaves you no choice but to write a new manual to document
275a changed version of the program is not really available to our
276community.
277
278Some kinds of limits on the way modification is handled are
279acceptable. For example, requirements to preserve the original
280author's copyright notice, the distribution terms, or the list of
281authors, are ok. It is also no problem to require modified versions
282to include notice that they were modified. Even entire sections that
283may not be deleted or changed are acceptable, as long as they deal
284with nontechnical topics (like this one). These kinds of restrictions
285are acceptable because they don't obstruct the community's normal use
286of the manual.
287
288However, it must be possible to modify all the @emph{technical}
289content of the manual, and then distribute the result in all the usual
290media, through all the usual channels. Otherwise, the restrictions
291obstruct the use of the manual, it is not free, and we need another
292manual to replace it.
293
294Please spread the word about this issue. Our community continues to
295lose manuals to proprietary publishing. If we spread the word that
296free software needs free reference manuals and free tutorials, perhaps
297the next person who wants to contribute by writing documentation will
298realize, before it is too late, that only free manuals contribute to
299the free software community.
300
301If you are writing documentation, please insist on publishing it under
302the GNU Free Documentation License or another free documentation
303license. Remember that this decision requires your approval---you
304don't have to let the publisher decide. Some commercial publishers
305will use a free license if you insist, but they will not propose the
306option; it is up to you to raise the issue and say firmly that this is
307what you want. If the publisher you are dealing with refuses, please
308try other publishers. If you're not sure whether a proposed license
42584a72 309is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
310
311You can encourage commercial publishers to sell more free, copylefted
312manuals and tutorials by buying them, and particularly by buying
313copies from the publishers that paid for their writing or for major
314improvements. Meanwhile, try to avoid buying non-free documentation
315at all. Check the distribution terms of a manual before you buy it,
316and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
317Check the history of the book, and try to reward the publishers that
318have paid or pay the authors to work on it.
959acfd1
EZ
319
320The Free Software Foundation maintains a list of free documentation
321published by other publishers, at
322@url{http://www.fsf.org/doc/other-free-books.html}.
323
6d2ebf8b 324@node Contributors
96a2c332
SS
325@unnumberedsec Contributors to @value{GDBN}
326
327Richard Stallman was the original author of @value{GDBN}, and of many
328other @sc{gnu} programs. Many others have contributed to its
329development. This section attempts to credit major contributors. One
330of the virtues of free software is that everyone is free to contribute
331to it; with regret, we cannot actually acknowledge everyone here. The
332file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
333blow-by-blow account.
334
335Changes much prior to version 2.0 are lost in the mists of time.
336
337@quotation
338@emph{Plea:} Additions to this section are particularly welcome. If you
339or your friends (or enemies, to be evenhanded) have been unfairly
340omitted from this list, we would like to add your names!
341@end quotation
342
343So that they may not regard their many labors as thankless, we
344particularly thank those who shepherded @value{GDBN} through major
345releases:
b37052ae 346Andrew Cagney (releases 5.0 and 5.1);
c906108c
SS
347Jim Blandy (release 4.18);
348Jason Molenda (release 4.17);
349Stan Shebs (release 4.14);
350Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
351Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
352John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
353Jim Kingdon (releases 3.5, 3.4, and 3.3);
354and Randy Smith (releases 3.2, 3.1, and 3.0).
355
356Richard Stallman, assisted at various times by Peter TerMaat, Chris
357Hanson, and Richard Mlynarik, handled releases through 2.8.
358
b37052ae
EZ
359Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
360in @value{GDBN}, with significant additional contributions from Per
361Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
362demangler. Early work on C@t{++} was by Peter TerMaat (who also did
363much general update work leading to release 3.0).
c906108c 364
b37052ae 365@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
366object-file formats; BFD was a joint project of David V.
367Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
368
369David Johnson wrote the original COFF support; Pace Willison did
370the original support for encapsulated COFF.
371
96c405b3 372Brent Benson of Harris Computer Systems contributed DWARF2 support.
c906108c
SS
373
374Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
375Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
376support.
377Jean-Daniel Fekete contributed Sun 386i support.
378Chris Hanson improved the HP9000 support.
379Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
380David Johnson contributed Encore Umax support.
381Jyrki Kuoppala contributed Altos 3068 support.
382Jeff Law contributed HP PA and SOM support.
383Keith Packard contributed NS32K support.
384Doug Rabson contributed Acorn Risc Machine support.
385Bob Rusk contributed Harris Nighthawk CX-UX support.
386Chris Smith contributed Convex support (and Fortran debugging).
387Jonathan Stone contributed Pyramid support.
388Michael Tiemann contributed SPARC support.
389Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
390Pace Willison contributed Intel 386 support.
391Jay Vosburgh contributed Symmetry support.
392
393Andreas Schwab contributed M68K Linux support.
394
395Rich Schaefer and Peter Schauer helped with support of SunOS shared
396libraries.
397
398Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
399about several machine instruction sets.
400
401Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
402remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
403contributed remote debugging modules for the i960, VxWorks, A29K UDI,
404and RDI targets, respectively.
405
406Brian Fox is the author of the readline libraries providing
407command-line editing and command history.
408
7a292a7a
SS
409Andrew Beers of SUNY Buffalo wrote the language-switching code, the
410Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 411
5d161b24 412Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 413He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 414symbols.
c906108c
SS
415
416Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
417Super-H processors.
418
419NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
420
421Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
422
423Toshiba sponsored the support for the TX39 Mips processor.
424
425Matsushita sponsored the support for the MN10200 and MN10300 processors.
426
96a2c332 427Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
428
429Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
430watchpoints.
431
432Michael Snyder added support for tracepoints.
433
434Stu Grossman wrote gdbserver.
435
436Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 437nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
438
439The following people at the Hewlett-Packard Company contributed
440support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 441(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
c906108c
SS
442compiler, and the terminal user interface: Ben Krepp, Richard Title,
443John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
444Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
445information in this manual.
446
b37052ae
EZ
447DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
448Robert Hoehne made significant contributions to the DJGPP port.
449
96a2c332
SS
450Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
451development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
452fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
453Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
454Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
455Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
456Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
457addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
458JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
459Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
460Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
461Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
462Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
463Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
464Zuhn have made contributions both large and small.
c906108c 465
e2e0bcd1
JB
466Jim Blandy added support for preprocessor macros, while working for Red
467Hat.
c906108c 468
6d2ebf8b 469@node Sample Session
c906108c
SS
470@chapter A Sample @value{GDBN} Session
471
472You can use this manual at your leisure to read all about @value{GDBN}.
473However, a handful of commands are enough to get started using the
474debugger. This chapter illustrates those commands.
475
476@iftex
477In this sample session, we emphasize user input like this: @b{input},
478to make it easier to pick out from the surrounding output.
479@end iftex
480
481@c FIXME: this example may not be appropriate for some configs, where
482@c FIXME...primary interest is in remote use.
483
484One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
485processor) exhibits the following bug: sometimes, when we change its
486quote strings from the default, the commands used to capture one macro
487definition within another stop working. In the following short @code{m4}
488session, we define a macro @code{foo} which expands to @code{0000}; we
489then use the @code{m4} built-in @code{defn} to define @code{bar} as the
490same thing. However, when we change the open quote string to
491@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
492procedure fails to define a new synonym @code{baz}:
493
494@smallexample
495$ @b{cd gnu/m4}
496$ @b{./m4}
497@b{define(foo,0000)}
498
499@b{foo}
5000000
501@b{define(bar,defn(`foo'))}
502
503@b{bar}
5040000
505@b{changequote(<QUOTE>,<UNQUOTE>)}
506
507@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
508@b{baz}
509@b{C-d}
510m4: End of input: 0: fatal error: EOF in string
511@end smallexample
512
513@noindent
514Let us use @value{GDBN} to try to see what is going on.
515
c906108c
SS
516@smallexample
517$ @b{@value{GDBP} m4}
518@c FIXME: this falsifies the exact text played out, to permit smallbook
519@c FIXME... format to come out better.
520@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 521 of it under certain conditions; type "show copying" to see
c906108c 522 the conditions.
5d161b24 523There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
524 for details.
525
526@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
527(@value{GDBP})
528@end smallexample
c906108c
SS
529
530@noindent
531@value{GDBN} reads only enough symbol data to know where to find the
532rest when needed; as a result, the first prompt comes up very quickly.
533We now tell @value{GDBN} to use a narrower display width than usual, so
534that examples fit in this manual.
535
536@smallexample
537(@value{GDBP}) @b{set width 70}
538@end smallexample
539
540@noindent
541We need to see how the @code{m4} built-in @code{changequote} works.
542Having looked at the source, we know the relevant subroutine is
543@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
544@code{break} command.
545
546@smallexample
547(@value{GDBP}) @b{break m4_changequote}
548Breakpoint 1 at 0x62f4: file builtin.c, line 879.
549@end smallexample
550
551@noindent
552Using the @code{run} command, we start @code{m4} running under @value{GDBN}
553control; as long as control does not reach the @code{m4_changequote}
554subroutine, the program runs as usual:
555
556@smallexample
557(@value{GDBP}) @b{run}
558Starting program: /work/Editorial/gdb/gnu/m4/m4
559@b{define(foo,0000)}
560
561@b{foo}
5620000
563@end smallexample
564
565@noindent
566To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
567suspends execution of @code{m4}, displaying information about the
568context where it stops.
569
570@smallexample
571@b{changequote(<QUOTE>,<UNQUOTE>)}
572
5d161b24 573Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
574 at builtin.c:879
575879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
576@end smallexample
577
578@noindent
579Now we use the command @code{n} (@code{next}) to advance execution to
580the next line of the current function.
581
582@smallexample
583(@value{GDBP}) @b{n}
584882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
585 : nil,
586@end smallexample
587
588@noindent
589@code{set_quotes} looks like a promising subroutine. We can go into it
590by using the command @code{s} (@code{step}) instead of @code{next}.
591@code{step} goes to the next line to be executed in @emph{any}
592subroutine, so it steps into @code{set_quotes}.
593
594@smallexample
595(@value{GDBP}) @b{s}
596set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
597 at input.c:530
598530 if (lquote != def_lquote)
599@end smallexample
600
601@noindent
602The display that shows the subroutine where @code{m4} is now
603suspended (and its arguments) is called a stack frame display. It
604shows a summary of the stack. We can use the @code{backtrace}
605command (which can also be spelled @code{bt}), to see where we are
606in the stack as a whole: the @code{backtrace} command displays a
607stack frame for each active subroutine.
608
609@smallexample
610(@value{GDBP}) @b{bt}
611#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
612 at input.c:530
5d161b24 613#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
614 at builtin.c:882
615#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
616#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
617 at macro.c:71
618#4 0x79dc in expand_input () at macro.c:40
619#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
620@end smallexample
621
622@noindent
623We step through a few more lines to see what happens. The first two
624times, we can use @samp{s}; the next two times we use @code{n} to avoid
625falling into the @code{xstrdup} subroutine.
626
627@smallexample
628(@value{GDBP}) @b{s}
6290x3b5c 532 if (rquote != def_rquote)
630(@value{GDBP}) @b{s}
6310x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
632def_lquote : xstrdup(lq);
633(@value{GDBP}) @b{n}
634536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
635 : xstrdup(rq);
636(@value{GDBP}) @b{n}
637538 len_lquote = strlen(rquote);
638@end smallexample
639
640@noindent
641The last line displayed looks a little odd; we can examine the variables
642@code{lquote} and @code{rquote} to see if they are in fact the new left
643and right quotes we specified. We use the command @code{p}
644(@code{print}) to see their values.
645
646@smallexample
647(@value{GDBP}) @b{p lquote}
648$1 = 0x35d40 "<QUOTE>"
649(@value{GDBP}) @b{p rquote}
650$2 = 0x35d50 "<UNQUOTE>"
651@end smallexample
652
653@noindent
654@code{lquote} and @code{rquote} are indeed the new left and right quotes.
655To look at some context, we can display ten lines of source
656surrounding the current line with the @code{l} (@code{list}) command.
657
658@smallexample
659(@value{GDBP}) @b{l}
660533 xfree(rquote);
661534
662535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
663 : xstrdup (lq);
664536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
665 : xstrdup (rq);
666537
667538 len_lquote = strlen(rquote);
668539 len_rquote = strlen(lquote);
669540 @}
670541
671542 void
672@end smallexample
673
674@noindent
675Let us step past the two lines that set @code{len_lquote} and
676@code{len_rquote}, and then examine the values of those variables.
677
678@smallexample
679(@value{GDBP}) @b{n}
680539 len_rquote = strlen(lquote);
681(@value{GDBP}) @b{n}
682540 @}
683(@value{GDBP}) @b{p len_lquote}
684$3 = 9
685(@value{GDBP}) @b{p len_rquote}
686$4 = 7
687@end smallexample
688
689@noindent
690That certainly looks wrong, assuming @code{len_lquote} and
691@code{len_rquote} are meant to be the lengths of @code{lquote} and
692@code{rquote} respectively. We can set them to better values using
693the @code{p} command, since it can print the value of
694any expression---and that expression can include subroutine calls and
695assignments.
696
697@smallexample
698(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
699$5 = 7
700(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
701$6 = 9
702@end smallexample
703
704@noindent
705Is that enough to fix the problem of using the new quotes with the
706@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
707executing with the @code{c} (@code{continue}) command, and then try the
708example that caused trouble initially:
709
710@smallexample
711(@value{GDBP}) @b{c}
712Continuing.
713
714@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
715
716baz
7170000
718@end smallexample
719
720@noindent
721Success! The new quotes now work just as well as the default ones. The
722problem seems to have been just the two typos defining the wrong
723lengths. We allow @code{m4} exit by giving it an EOF as input:
724
725@smallexample
726@b{C-d}
727Program exited normally.
728@end smallexample
729
730@noindent
731The message @samp{Program exited normally.} is from @value{GDBN}; it
732indicates @code{m4} has finished executing. We can end our @value{GDBN}
733session with the @value{GDBN} @code{quit} command.
734
735@smallexample
736(@value{GDBP}) @b{quit}
737@end smallexample
c906108c 738
6d2ebf8b 739@node Invocation
c906108c
SS
740@chapter Getting In and Out of @value{GDBN}
741
742This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 743The essentials are:
c906108c 744@itemize @bullet
5d161b24 745@item
53a5351d 746type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 747@item
c906108c
SS
748type @kbd{quit} or @kbd{C-d} to exit.
749@end itemize
750
751@menu
752* Invoking GDB:: How to start @value{GDBN}
753* Quitting GDB:: How to quit @value{GDBN}
754* Shell Commands:: How to use shell commands inside @value{GDBN}
755@end menu
756
6d2ebf8b 757@node Invoking GDB
c906108c
SS
758@section Invoking @value{GDBN}
759
c906108c
SS
760Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
761@value{GDBN} reads commands from the terminal until you tell it to exit.
762
763You can also run @code{@value{GDBP}} with a variety of arguments and options,
764to specify more of your debugging environment at the outset.
765
c906108c
SS
766The command-line options described here are designed
767to cover a variety of situations; in some environments, some of these
5d161b24 768options may effectively be unavailable.
c906108c
SS
769
770The most usual way to start @value{GDBN} is with one argument,
771specifying an executable program:
772
474c8240 773@smallexample
c906108c 774@value{GDBP} @var{program}
474c8240 775@end smallexample
c906108c 776
c906108c
SS
777@noindent
778You can also start with both an executable program and a core file
779specified:
780
474c8240 781@smallexample
c906108c 782@value{GDBP} @var{program} @var{core}
474c8240 783@end smallexample
c906108c
SS
784
785You can, instead, specify a process ID as a second argument, if you want
786to debug a running process:
787
474c8240 788@smallexample
c906108c 789@value{GDBP} @var{program} 1234
474c8240 790@end smallexample
c906108c
SS
791
792@noindent
793would attach @value{GDBN} to process @code{1234} (unless you also have a file
794named @file{1234}; @value{GDBN} does check for a core file first).
795
c906108c 796Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
797complete operating system; when you use @value{GDBN} as a remote
798debugger attached to a bare board, there may not be any notion of
799``process'', and there is often no way to get a core dump. @value{GDBN}
800will warn you if it is unable to attach or to read core dumps.
c906108c 801
aa26fa3a
TT
802You can optionally have @code{@value{GDBP}} pass any arguments after the
803executable file to the inferior using @code{--args}. This option stops
804option processing.
474c8240 805@smallexample
aa26fa3a 806gdb --args gcc -O2 -c foo.c
474c8240 807@end smallexample
aa26fa3a
TT
808This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
809@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
810
96a2c332 811You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
812@value{GDBN}'s non-warranty, by specifying @code{-silent}:
813
814@smallexample
815@value{GDBP} -silent
816@end smallexample
817
818@noindent
819You can further control how @value{GDBN} starts up by using command-line
820options. @value{GDBN} itself can remind you of the options available.
821
822@noindent
823Type
824
474c8240 825@smallexample
c906108c 826@value{GDBP} -help
474c8240 827@end smallexample
c906108c
SS
828
829@noindent
830to display all available options and briefly describe their use
831(@samp{@value{GDBP} -h} is a shorter equivalent).
832
833All options and command line arguments you give are processed
834in sequential order. The order makes a difference when the
835@samp{-x} option is used.
836
837
838@menu
c906108c
SS
839* File Options:: Choosing files
840* Mode Options:: Choosing modes
841@end menu
842
6d2ebf8b 843@node File Options
c906108c
SS
844@subsection Choosing files
845
2df3850c 846When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
847specifying an executable file and core file (or process ID). This is
848the same as if the arguments were specified by the @samp{-se} and
19837790
MS
849@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
850first argument that does not have an associated option flag as
851equivalent to the @samp{-se} option followed by that argument; and the
852second argument that does not have an associated option flag, if any, as
853equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
854If the second argument begins with a decimal digit, @value{GDBN} will
855first attempt to attach to it as a process, and if that fails, attempt
856to open it as a corefile. If you have a corefile whose name begins with
857a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 858prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
859
860If @value{GDBN} has not been configured to included core file support,
861such as for most embedded targets, then it will complain about a second
862argument and ignore it.
c906108c
SS
863
864Many options have both long and short forms; both are shown in the
865following list. @value{GDBN} also recognizes the long forms if you truncate
866them, so long as enough of the option is present to be unambiguous.
867(If you prefer, you can flag option arguments with @samp{--} rather
868than @samp{-}, though we illustrate the more usual convention.)
869
d700128c
EZ
870@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
871@c way, both those who look for -foo and --foo in the index, will find
872@c it.
873
c906108c
SS
874@table @code
875@item -symbols @var{file}
876@itemx -s @var{file}
d700128c
EZ
877@cindex @code{--symbols}
878@cindex @code{-s}
c906108c
SS
879Read symbol table from file @var{file}.
880
881@item -exec @var{file}
882@itemx -e @var{file}
d700128c
EZ
883@cindex @code{--exec}
884@cindex @code{-e}
7a292a7a
SS
885Use file @var{file} as the executable file to execute when appropriate,
886and for examining pure data in conjunction with a core dump.
c906108c
SS
887
888@item -se @var{file}
d700128c 889@cindex @code{--se}
c906108c
SS
890Read symbol table from file @var{file} and use it as the executable
891file.
892
c906108c
SS
893@item -core @var{file}
894@itemx -c @var{file}
d700128c
EZ
895@cindex @code{--core}
896@cindex @code{-c}
19837790 897Use file @var{file} as a core dump to examine.
c906108c
SS
898
899@item -c @var{number}
19837790
MS
900@item -pid @var{number}
901@itemx -p @var{number}
902@cindex @code{--pid}
903@cindex @code{-p}
904Connect to process ID @var{number}, as with the @code{attach} command.
905If there is no such process, @value{GDBN} will attempt to open a core
906file named @var{number}.
c906108c
SS
907
908@item -command @var{file}
909@itemx -x @var{file}
d700128c
EZ
910@cindex @code{--command}
911@cindex @code{-x}
c906108c
SS
912Execute @value{GDBN} commands from file @var{file}. @xref{Command
913Files,, Command files}.
914
915@item -directory @var{directory}
916@itemx -d @var{directory}
d700128c
EZ
917@cindex @code{--directory}
918@cindex @code{-d}
c906108c
SS
919Add @var{directory} to the path to search for source files.
920
c906108c
SS
921@item -m
922@itemx -mapped
d700128c
EZ
923@cindex @code{--mapped}
924@cindex @code{-m}
c906108c
SS
925@emph{Warning: this option depends on operating system facilities that are not
926supported on all systems.}@*
927If memory-mapped files are available on your system through the @code{mmap}
5d161b24 928system call, you can use this option
c906108c
SS
929to have @value{GDBN} write the symbols from your
930program into a reusable file in the current directory. If the program you are debugging is
96a2c332 931called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
932Future @value{GDBN} debugging sessions notice the presence of this file,
933and can quickly map in symbol information from it, rather than reading
934the symbol table from the executable program.
935
936The @file{.syms} file is specific to the host machine where @value{GDBN}
937is run. It holds an exact image of the internal @value{GDBN} symbol
938table. It cannot be shared across multiple host platforms.
c906108c 939
c906108c
SS
940@item -r
941@itemx -readnow
d700128c
EZ
942@cindex @code{--readnow}
943@cindex @code{-r}
c906108c
SS
944Read each symbol file's entire symbol table immediately, rather than
945the default, which is to read it incrementally as it is needed.
946This makes startup slower, but makes future operations faster.
53a5351d 947
c906108c
SS
948@end table
949
2df3850c 950You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 951order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
952information. (@xref{Files,,Commands to specify files}, for information
953on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
954but build a @file{.syms} file for future use is:
c906108c 955
474c8240 956@smallexample
2df3850c 957gdb -batch -nx -mapped -readnow programname
474c8240 958@end smallexample
c906108c 959
6d2ebf8b 960@node Mode Options
c906108c
SS
961@subsection Choosing modes
962
963You can run @value{GDBN} in various alternative modes---for example, in
964batch mode or quiet mode.
965
966@table @code
967@item -nx
968@itemx -n
d700128c
EZ
969@cindex @code{--nx}
970@cindex @code{-n}
96565e91 971Do not execute commands found in any initialization files. Normally,
2df3850c
JM
972@value{GDBN} executes the commands in these files after all the command
973options and arguments have been processed. @xref{Command Files,,Command
974files}.
c906108c
SS
975
976@item -quiet
d700128c 977@itemx -silent
c906108c 978@itemx -q
d700128c
EZ
979@cindex @code{--quiet}
980@cindex @code{--silent}
981@cindex @code{-q}
c906108c
SS
982``Quiet''. Do not print the introductory and copyright messages. These
983messages are also suppressed in batch mode.
984
985@item -batch
d700128c 986@cindex @code{--batch}
c906108c
SS
987Run in batch mode. Exit with status @code{0} after processing all the
988command files specified with @samp{-x} (and all commands from
989initialization files, if not inhibited with @samp{-n}). Exit with
990nonzero status if an error occurs in executing the @value{GDBN} commands
991in the command files.
992
2df3850c
JM
993Batch mode may be useful for running @value{GDBN} as a filter, for
994example to download and run a program on another computer; in order to
995make this more useful, the message
c906108c 996
474c8240 997@smallexample
c906108c 998Program exited normally.
474c8240 999@end smallexample
c906108c
SS
1000
1001@noindent
2df3850c
JM
1002(which is ordinarily issued whenever a program running under
1003@value{GDBN} control terminates) is not issued when running in batch
1004mode.
1005
1006@item -nowindows
1007@itemx -nw
d700128c
EZ
1008@cindex @code{--nowindows}
1009@cindex @code{-nw}
2df3850c 1010``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1011(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1012interface. If no GUI is available, this option has no effect.
1013
1014@item -windows
1015@itemx -w
d700128c
EZ
1016@cindex @code{--windows}
1017@cindex @code{-w}
2df3850c
JM
1018If @value{GDBN} includes a GUI, then this option requires it to be
1019used if possible.
c906108c
SS
1020
1021@item -cd @var{directory}
d700128c 1022@cindex @code{--cd}
c906108c
SS
1023Run @value{GDBN} using @var{directory} as its working directory,
1024instead of the current directory.
1025
c906108c
SS
1026@item -fullname
1027@itemx -f
d700128c
EZ
1028@cindex @code{--fullname}
1029@cindex @code{-f}
7a292a7a
SS
1030@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1031subprocess. It tells @value{GDBN} to output the full file name and line
1032number in a standard, recognizable fashion each time a stack frame is
1033displayed (which includes each time your program stops). This
1034recognizable format looks like two @samp{\032} characters, followed by
1035the file name, line number and character position separated by colons,
1036and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1037@samp{\032} characters as a signal to display the source code for the
1038frame.
c906108c 1039
d700128c
EZ
1040@item -epoch
1041@cindex @code{--epoch}
1042The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1043@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1044routines so as to allow Epoch to display values of expressions in a
1045separate window.
1046
1047@item -annotate @var{level}
1048@cindex @code{--annotate}
1049This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1050effect is identical to using @samp{set annotate @var{level}}
1051(@pxref{Annotations}).
1052Annotation level controls how much information does @value{GDBN} print
1053together with its prompt, values of expressions, source lines, and other
1054types of output. Level 0 is the normal, level 1 is for use when
1055@value{GDBN} is run as a subprocess of @sc{gnu} Emacs, level 2 is the
1056maximum annotation suitable for programs that control @value{GDBN}.
1057
1058@item -async
1059@cindex @code{--async}
1060Use the asynchronous event loop for the command-line interface.
1061@value{GDBN} processes all events, such as user keyboard input, via a
1062special event loop. This allows @value{GDBN} to accept and process user
1063commands in parallel with the debugged process being
1064run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1065MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1066suspended when the debuggee runs.}, so you don't need to wait for
1067control to return to @value{GDBN} before you type the next command.
b37052ae 1068(@emph{Note:} as of version 5.1, the target side of the asynchronous
d700128c
EZ
1069operation is not yet in place, so @samp{-async} does not work fully
1070yet.)
1071@c FIXME: when the target side of the event loop is done, the above NOTE
1072@c should be removed.
1073
1074When the standard input is connected to a terminal device, @value{GDBN}
1075uses the asynchronous event loop by default, unless disabled by the
1076@samp{-noasync} option.
1077
1078@item -noasync
1079@cindex @code{--noasync}
1080Disable the asynchronous event loop for the command-line interface.
1081
aa26fa3a
TT
1082@item --args
1083@cindex @code{--args}
1084Change interpretation of command line so that arguments following the
1085executable file are passed as command line arguments to the inferior.
1086This option stops option processing.
1087
2df3850c
JM
1088@item -baud @var{bps}
1089@itemx -b @var{bps}
d700128c
EZ
1090@cindex @code{--baud}
1091@cindex @code{-b}
c906108c
SS
1092Set the line speed (baud rate or bits per second) of any serial
1093interface used by @value{GDBN} for remote debugging.
c906108c
SS
1094
1095@item -tty @var{device}
d700128c
EZ
1096@itemx -t @var{device}
1097@cindex @code{--tty}
1098@cindex @code{-t}
c906108c
SS
1099Run using @var{device} for your program's standard input and output.
1100@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1101
53a5351d 1102@c resolve the situation of these eventually
c4555f82
SC
1103@item -tui
1104@cindex @code{--tui}
1105Activate the Terminal User Interface when starting.
1106The Terminal User Interface manages several text windows on the terminal,
1107showing source, assembly, registers and @value{GDBN} command outputs
1108(@pxref{TUI, ,@value{GDBN} Text User Interface}).
1109Do not use this option if you run @value{GDBN} from Emacs
1110(@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1111
1112@c @item -xdb
d700128c 1113@c @cindex @code{--xdb}
53a5351d
JM
1114@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1115@c For information, see the file @file{xdb_trans.html}, which is usually
1116@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1117@c systems.
1118
d700128c
EZ
1119@item -interpreter @var{interp}
1120@cindex @code{--interpreter}
1121Use the interpreter @var{interp} for interface with the controlling
1122program or device. This option is meant to be set by programs which
94bbb2c0
AC
1123communicate with @value{GDBN} using it as a back end.
1124
1125@samp{--interpreter=mi} (or @samp{--interpreter=mi1}) causes
1126@value{GDBN} to use the @dfn{gdb/mi interface} (@pxref{GDB/MI, , The
1127@sc{gdb/mi} Interface}). The older @sc{gdb/mi} interface, included in
1128@value{GDBN} version 5.0 can be selected with @samp{--interpreter=mi0}.
d700128c
EZ
1129
1130@item -write
1131@cindex @code{--write}
1132Open the executable and core files for both reading and writing. This
1133is equivalent to the @samp{set write on} command inside @value{GDBN}
1134(@pxref{Patching}).
1135
1136@item -statistics
1137@cindex @code{--statistics}
1138This option causes @value{GDBN} to print statistics about time and
1139memory usage after it completes each command and returns to the prompt.
1140
1141@item -version
1142@cindex @code{--version}
1143This option causes @value{GDBN} to print its version number and
1144no-warranty blurb, and exit.
1145
c906108c
SS
1146@end table
1147
6d2ebf8b 1148@node Quitting GDB
c906108c
SS
1149@section Quitting @value{GDBN}
1150@cindex exiting @value{GDBN}
1151@cindex leaving @value{GDBN}
1152
1153@table @code
1154@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1155@kindex q @r{(@code{quit})}
96a2c332
SS
1156@item quit @r{[}@var{expression}@r{]}
1157@itemx q
1158To exit @value{GDBN}, use the @code{quit} command (abbreviated
1159@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1160do not supply @var{expression}, @value{GDBN} will terminate normally;
1161otherwise it will terminate using the result of @var{expression} as the
1162error code.
c906108c
SS
1163@end table
1164
1165@cindex interrupt
1166An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1167terminates the action of any @value{GDBN} command that is in progress and
1168returns to @value{GDBN} command level. It is safe to type the interrupt
1169character at any time because @value{GDBN} does not allow it to take effect
1170until a time when it is safe.
1171
c906108c
SS
1172If you have been using @value{GDBN} to control an attached process or
1173device, you can release it with the @code{detach} command
1174(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1175
6d2ebf8b 1176@node Shell Commands
c906108c
SS
1177@section Shell commands
1178
1179If you need to execute occasional shell commands during your
1180debugging session, there is no need to leave or suspend @value{GDBN}; you can
1181just use the @code{shell} command.
1182
1183@table @code
1184@kindex shell
1185@cindex shell escape
1186@item shell @var{command string}
1187Invoke a standard shell to execute @var{command string}.
c906108c 1188If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1189shell to run. Otherwise @value{GDBN} uses the default shell
1190(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1191@end table
1192
1193The utility @code{make} is often needed in development environments.
1194You do not have to use the @code{shell} command for this purpose in
1195@value{GDBN}:
1196
1197@table @code
1198@kindex make
1199@cindex calling make
1200@item make @var{make-args}
1201Execute the @code{make} program with the specified
1202arguments. This is equivalent to @samp{shell make @var{make-args}}.
1203@end table
1204
6d2ebf8b 1205@node Commands
c906108c
SS
1206@chapter @value{GDBN} Commands
1207
1208You can abbreviate a @value{GDBN} command to the first few letters of the command
1209name, if that abbreviation is unambiguous; and you can repeat certain
1210@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1211key to get @value{GDBN} to fill out the rest of a word in a command (or to
1212show you the alternatives available, if there is more than one possibility).
1213
1214@menu
1215* Command Syntax:: How to give commands to @value{GDBN}
1216* Completion:: Command completion
1217* Help:: How to ask @value{GDBN} for help
1218@end menu
1219
6d2ebf8b 1220@node Command Syntax
c906108c
SS
1221@section Command syntax
1222
1223A @value{GDBN} command is a single line of input. There is no limit on
1224how long it can be. It starts with a command name, which is followed by
1225arguments whose meaning depends on the command name. For example, the
1226command @code{step} accepts an argument which is the number of times to
1227step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1228with no arguments. Some commands do not allow any arguments.
c906108c
SS
1229
1230@cindex abbreviation
1231@value{GDBN} command names may always be truncated if that abbreviation is
1232unambiguous. Other possible command abbreviations are listed in the
1233documentation for individual commands. In some cases, even ambiguous
1234abbreviations are allowed; for example, @code{s} is specially defined as
1235equivalent to @code{step} even though there are other commands whose
1236names start with @code{s}. You can test abbreviations by using them as
1237arguments to the @code{help} command.
1238
1239@cindex repeating commands
41afff9a 1240@kindex RET @r{(repeat last command)}
c906108c 1241A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1242repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1243will not repeat this way; these are commands whose unintentional
1244repetition might cause trouble and which you are unlikely to want to
1245repeat.
1246
1247The @code{list} and @code{x} commands, when you repeat them with
1248@key{RET}, construct new arguments rather than repeating
1249exactly as typed. This permits easy scanning of source or memory.
1250
1251@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1252output, in a way similar to the common utility @code{more}
1253(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1254@key{RET} too many in this situation, @value{GDBN} disables command
1255repetition after any command that generates this sort of display.
1256
41afff9a 1257@kindex # @r{(a comment)}
c906108c
SS
1258@cindex comment
1259Any text from a @kbd{#} to the end of the line is a comment; it does
1260nothing. This is useful mainly in command files (@pxref{Command
1261Files,,Command files}).
1262
88118b3a
TT
1263@cindex repeating command sequences
1264@kindex C-o @r{(operate-and-get-next)}
1265The @kbd{C-o} binding is useful for repeating a complex sequence of
1266commands. This command accepts the current line, like @kbd{RET}, and
1267then fetches the next line relative to the current line from the history
1268for editing.
1269
6d2ebf8b 1270@node Completion
c906108c
SS
1271@section Command completion
1272
1273@cindex completion
1274@cindex word completion
1275@value{GDBN} can fill in the rest of a word in a command for you, if there is
1276only one possibility; it can also show you what the valid possibilities
1277are for the next word in a command, at any time. This works for @value{GDBN}
1278commands, @value{GDBN} subcommands, and the names of symbols in your program.
1279
1280Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1281of a word. If there is only one possibility, @value{GDBN} fills in the
1282word, and waits for you to finish the command (or press @key{RET} to
1283enter it). For example, if you type
1284
1285@c FIXME "@key" does not distinguish its argument sufficiently to permit
1286@c complete accuracy in these examples; space introduced for clarity.
1287@c If texinfo enhancements make it unnecessary, it would be nice to
1288@c replace " @key" by "@key" in the following...
474c8240 1289@smallexample
c906108c 1290(@value{GDBP}) info bre @key{TAB}
474c8240 1291@end smallexample
c906108c
SS
1292
1293@noindent
1294@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1295the only @code{info} subcommand beginning with @samp{bre}:
1296
474c8240 1297@smallexample
c906108c 1298(@value{GDBP}) info breakpoints
474c8240 1299@end smallexample
c906108c
SS
1300
1301@noindent
1302You can either press @key{RET} at this point, to run the @code{info
1303breakpoints} command, or backspace and enter something else, if
1304@samp{breakpoints} does not look like the command you expected. (If you
1305were sure you wanted @code{info breakpoints} in the first place, you
1306might as well just type @key{RET} immediately after @samp{info bre},
1307to exploit command abbreviations rather than command completion).
1308
1309If there is more than one possibility for the next word when you press
1310@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1311characters and try again, or just press @key{TAB} a second time;
1312@value{GDBN} displays all the possible completions for that word. For
1313example, you might want to set a breakpoint on a subroutine whose name
1314begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1315just sounds the bell. Typing @key{TAB} again displays all the
1316function names in your program that begin with those characters, for
1317example:
1318
474c8240 1319@smallexample
c906108c
SS
1320(@value{GDBP}) b make_ @key{TAB}
1321@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1322make_a_section_from_file make_environ
1323make_abs_section make_function_type
1324make_blockvector make_pointer_type
1325make_cleanup make_reference_type
c906108c
SS
1326make_command make_symbol_completion_list
1327(@value{GDBP}) b make_
474c8240 1328@end smallexample
c906108c
SS
1329
1330@noindent
1331After displaying the available possibilities, @value{GDBN} copies your
1332partial input (@samp{b make_} in the example) so you can finish the
1333command.
1334
1335If you just want to see the list of alternatives in the first place, you
b37052ae 1336can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1337means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1338key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1339one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1340
1341@cindex quotes in commands
1342@cindex completion of quoted strings
1343Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1344parentheses or other characters that @value{GDBN} normally excludes from
1345its notion of a word. To permit word completion to work in this
1346situation, you may enclose words in @code{'} (single quote marks) in
1347@value{GDBN} commands.
c906108c 1348
c906108c 1349The most likely situation where you might need this is in typing the
b37052ae
EZ
1350name of a C@t{++} function. This is because C@t{++} allows function
1351overloading (multiple definitions of the same function, distinguished
1352by argument type). For example, when you want to set a breakpoint you
1353may need to distinguish whether you mean the version of @code{name}
1354that takes an @code{int} parameter, @code{name(int)}, or the version
1355that takes a @code{float} parameter, @code{name(float)}. To use the
1356word-completion facilities in this situation, type a single quote
1357@code{'} at the beginning of the function name. This alerts
1358@value{GDBN} that it may need to consider more information than usual
1359when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1360
474c8240 1361@smallexample
96a2c332 1362(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1363bubble(double,double) bubble(int,int)
1364(@value{GDBP}) b 'bubble(
474c8240 1365@end smallexample
c906108c
SS
1366
1367In some cases, @value{GDBN} can tell that completing a name requires using
1368quotes. When this happens, @value{GDBN} inserts the quote for you (while
1369completing as much as it can) if you do not type the quote in the first
1370place:
1371
474c8240 1372@smallexample
c906108c
SS
1373(@value{GDBP}) b bub @key{TAB}
1374@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1375(@value{GDBP}) b 'bubble(
474c8240 1376@end smallexample
c906108c
SS
1377
1378@noindent
1379In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1380you have not yet started typing the argument list when you ask for
1381completion on an overloaded symbol.
1382
d4f3574e 1383For more information about overloaded functions, see @ref{C plus plus
b37052ae 1384expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1385overload-resolution off} to disable overload resolution;
b37052ae 1386see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1387
1388
6d2ebf8b 1389@node Help
c906108c
SS
1390@section Getting help
1391@cindex online documentation
1392@kindex help
1393
5d161b24 1394You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1395using the command @code{help}.
1396
1397@table @code
41afff9a 1398@kindex h @r{(@code{help})}
c906108c
SS
1399@item help
1400@itemx h
1401You can use @code{help} (abbreviated @code{h}) with no arguments to
1402display a short list of named classes of commands:
1403
1404@smallexample
1405(@value{GDBP}) help
1406List of classes of commands:
1407
2df3850c 1408aliases -- Aliases of other commands
c906108c 1409breakpoints -- Making program stop at certain points
2df3850c 1410data -- Examining data
c906108c 1411files -- Specifying and examining files
2df3850c
JM
1412internals -- Maintenance commands
1413obscure -- Obscure features
1414running -- Running the program
1415stack -- Examining the stack
c906108c
SS
1416status -- Status inquiries
1417support -- Support facilities
96a2c332
SS
1418tracepoints -- Tracing of program execution without@*
1419 stopping the program
c906108c 1420user-defined -- User-defined commands
c906108c 1421
5d161b24 1422Type "help" followed by a class name for a list of
c906108c 1423commands in that class.
5d161b24 1424Type "help" followed by command name for full
c906108c
SS
1425documentation.
1426Command name abbreviations are allowed if unambiguous.
1427(@value{GDBP})
1428@end smallexample
96a2c332 1429@c the above line break eliminates huge line overfull...
c906108c
SS
1430
1431@item help @var{class}
1432Using one of the general help classes as an argument, you can get a
1433list of the individual commands in that class. For example, here is the
1434help display for the class @code{status}:
1435
1436@smallexample
1437(@value{GDBP}) help status
1438Status inquiries.
1439
1440List of commands:
1441
1442@c Line break in "show" line falsifies real output, but needed
1443@c to fit in smallbook page size.
2df3850c
JM
1444info -- Generic command for showing things
1445 about the program being debugged
1446show -- Generic command for showing things
1447 about the debugger
c906108c 1448
5d161b24 1449Type "help" followed by command name for full
c906108c
SS
1450documentation.
1451Command name abbreviations are allowed if unambiguous.
1452(@value{GDBP})
1453@end smallexample
1454
1455@item help @var{command}
1456With a command name as @code{help} argument, @value{GDBN} displays a
1457short paragraph on how to use that command.
1458
6837a0a2
DB
1459@kindex apropos
1460@item apropos @var{args}
1461The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1462commands, and their documentation, for the regular expression specified in
1463@var{args}. It prints out all matches found. For example:
1464
1465@smallexample
1466apropos reload
1467@end smallexample
1468
b37052ae
EZ
1469@noindent
1470results in:
6837a0a2
DB
1471
1472@smallexample
6d2ebf8b
SS
1473@c @group
1474set symbol-reloading -- Set dynamic symbol table reloading
1475 multiple times in one run
1476show symbol-reloading -- Show dynamic symbol table reloading
1477 multiple times in one run
1478@c @end group
6837a0a2
DB
1479@end smallexample
1480
c906108c
SS
1481@kindex complete
1482@item complete @var{args}
1483The @code{complete @var{args}} command lists all the possible completions
1484for the beginning of a command. Use @var{args} to specify the beginning of the
1485command you want completed. For example:
1486
1487@smallexample
1488complete i
1489@end smallexample
1490
1491@noindent results in:
1492
1493@smallexample
1494@group
2df3850c
JM
1495if
1496ignore
c906108c
SS
1497info
1498inspect
c906108c
SS
1499@end group
1500@end smallexample
1501
1502@noindent This is intended for use by @sc{gnu} Emacs.
1503@end table
1504
1505In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1506and @code{show} to inquire about the state of your program, or the state
1507of @value{GDBN} itself. Each command supports many topics of inquiry; this
1508manual introduces each of them in the appropriate context. The listings
1509under @code{info} and under @code{show} in the Index point to
1510all the sub-commands. @xref{Index}.
1511
1512@c @group
1513@table @code
1514@kindex info
41afff9a 1515@kindex i @r{(@code{info})}
c906108c
SS
1516@item info
1517This command (abbreviated @code{i}) is for describing the state of your
1518program. For example, you can list the arguments given to your program
1519with @code{info args}, list the registers currently in use with @code{info
1520registers}, or list the breakpoints you have set with @code{info breakpoints}.
1521You can get a complete list of the @code{info} sub-commands with
1522@w{@code{help info}}.
1523
1524@kindex set
1525@item set
5d161b24 1526You can assign the result of an expression to an environment variable with
c906108c
SS
1527@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1528@code{set prompt $}.
1529
1530@kindex show
1531@item show
5d161b24 1532In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1533@value{GDBN} itself.
1534You can change most of the things you can @code{show}, by using the
1535related command @code{set}; for example, you can control what number
1536system is used for displays with @code{set radix}, or simply inquire
1537which is currently in use with @code{show radix}.
1538
1539@kindex info set
1540To display all the settable parameters and their current
1541values, you can use @code{show} with no arguments; you may also use
1542@code{info set}. Both commands produce the same display.
1543@c FIXME: "info set" violates the rule that "info" is for state of
1544@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1545@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1546@end table
1547@c @end group
1548
1549Here are three miscellaneous @code{show} subcommands, all of which are
1550exceptional in lacking corresponding @code{set} commands:
1551
1552@table @code
1553@kindex show version
1554@cindex version number
1555@item show version
1556Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1557information in @value{GDBN} bug-reports. If multiple versions of
1558@value{GDBN} are in use at your site, you may need to determine which
1559version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1560commands are introduced, and old ones may wither away. Also, many
1561system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1562variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1563The version number is the same as the one announced when you start
1564@value{GDBN}.
c906108c
SS
1565
1566@kindex show copying
1567@item show copying
1568Display information about permission for copying @value{GDBN}.
1569
1570@kindex show warranty
1571@item show warranty
2df3850c 1572Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1573if your version of @value{GDBN} comes with one.
2df3850c 1574
c906108c
SS
1575@end table
1576
6d2ebf8b 1577@node Running
c906108c
SS
1578@chapter Running Programs Under @value{GDBN}
1579
1580When you run a program under @value{GDBN}, you must first generate
1581debugging information when you compile it.
7a292a7a
SS
1582
1583You may start @value{GDBN} with its arguments, if any, in an environment
1584of your choice. If you are doing native debugging, you may redirect
1585your program's input and output, debug an already running process, or
1586kill a child process.
c906108c
SS
1587
1588@menu
1589* Compilation:: Compiling for debugging
1590* Starting:: Starting your program
c906108c
SS
1591* Arguments:: Your program's arguments
1592* Environment:: Your program's environment
c906108c
SS
1593
1594* Working Directory:: Your program's working directory
1595* Input/Output:: Your program's input and output
1596* Attach:: Debugging an already-running process
1597* Kill Process:: Killing the child process
c906108c
SS
1598
1599* Threads:: Debugging programs with multiple threads
1600* Processes:: Debugging programs with multiple processes
1601@end menu
1602
6d2ebf8b 1603@node Compilation
c906108c
SS
1604@section Compiling for debugging
1605
1606In order to debug a program effectively, you need to generate
1607debugging information when you compile it. This debugging information
1608is stored in the object file; it describes the data type of each
1609variable or function and the correspondence between source line numbers
1610and addresses in the executable code.
1611
1612To request debugging information, specify the @samp{-g} option when you run
1613the compiler.
1614
e2e0bcd1
JB
1615Most compilers do not include information about preprocessor macros in
1616the debugging information if you specify the @option{-g} flag alone,
1617because this information is rather large. Version 3.1 of @value{NGCC},
1618the @sc{gnu} C compiler, provides macro information if you specify the
1619options @option{-gdwarf-2} and @option{-g3}; the former option requests
1620debugging information in the Dwarf 2 format, and the latter requests
1621``extra information''. In the future, we hope to find more compact ways
1622to represent macro information, so that it can be included with
1623@option{-g} alone.
1624
c906108c
SS
1625Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1626options together. Using those compilers, you cannot generate optimized
1627executables containing debugging information.
1628
53a5351d
JM
1629@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1630without @samp{-O}, making it possible to debug optimized code. We
1631recommend that you @emph{always} use @samp{-g} whenever you compile a
1632program. You may think your program is correct, but there is no sense
1633in pushing your luck.
c906108c
SS
1634
1635@cindex optimized code, debugging
1636@cindex debugging optimized code
1637When you debug a program compiled with @samp{-g -O}, remember that the
1638optimizer is rearranging your code; the debugger shows you what is
1639really there. Do not be too surprised when the execution path does not
1640exactly match your source file! An extreme example: if you define a
1641variable, but never use it, @value{GDBN} never sees that
1642variable---because the compiler optimizes it out of existence.
1643
1644Some things do not work as well with @samp{-g -O} as with just
1645@samp{-g}, particularly on machines with instruction scheduling. If in
1646doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1647please report it to us as a bug (including a test case!).
1648
1649Older versions of the @sc{gnu} C compiler permitted a variant option
1650@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1651format; if your @sc{gnu} C compiler has this option, do not use it.
1652
1653@need 2000
6d2ebf8b 1654@node Starting
c906108c
SS
1655@section Starting your program
1656@cindex starting
1657@cindex running
1658
1659@table @code
1660@kindex run
41afff9a 1661@kindex r @r{(@code{run})}
c906108c
SS
1662@item run
1663@itemx r
7a292a7a
SS
1664Use the @code{run} command to start your program under @value{GDBN}.
1665You must first specify the program name (except on VxWorks) with an
1666argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1667@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1668(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1669
1670@end table
1671
c906108c
SS
1672If you are running your program in an execution environment that
1673supports processes, @code{run} creates an inferior process and makes
1674that process run your program. (In environments without processes,
1675@code{run} jumps to the start of your program.)
1676
1677The execution of a program is affected by certain information it
1678receives from its superior. @value{GDBN} provides ways to specify this
1679information, which you must do @emph{before} starting your program. (You
1680can change it after starting your program, but such changes only affect
1681your program the next time you start it.) This information may be
1682divided into four categories:
1683
1684@table @asis
1685@item The @emph{arguments.}
1686Specify the arguments to give your program as the arguments of the
1687@code{run} command. If a shell is available on your target, the shell
1688is used to pass the arguments, so that you may use normal conventions
1689(such as wildcard expansion or variable substitution) in describing
1690the arguments.
1691In Unix systems, you can control which shell is used with the
1692@code{SHELL} environment variable.
1693@xref{Arguments, ,Your program's arguments}.
1694
1695@item The @emph{environment.}
1696Your program normally inherits its environment from @value{GDBN}, but you can
1697use the @value{GDBN} commands @code{set environment} and @code{unset
1698environment} to change parts of the environment that affect
1699your program. @xref{Environment, ,Your program's environment}.
1700
1701@item The @emph{working directory.}
1702Your program inherits its working directory from @value{GDBN}. You can set
1703the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1704@xref{Working Directory, ,Your program's working directory}.
1705
1706@item The @emph{standard input and output.}
1707Your program normally uses the same device for standard input and
1708standard output as @value{GDBN} is using. You can redirect input and output
1709in the @code{run} command line, or you can use the @code{tty} command to
1710set a different device for your program.
1711@xref{Input/Output, ,Your program's input and output}.
1712
1713@cindex pipes
1714@emph{Warning:} While input and output redirection work, you cannot use
1715pipes to pass the output of the program you are debugging to another
1716program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1717wrong program.
1718@end table
c906108c
SS
1719
1720When you issue the @code{run} command, your program begins to execute
1721immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1722of how to arrange for your program to stop. Once your program has
1723stopped, you may call functions in your program, using the @code{print}
1724or @code{call} commands. @xref{Data, ,Examining Data}.
1725
1726If the modification time of your symbol file has changed since the last
1727time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1728table, and reads it again. When it does this, @value{GDBN} tries to retain
1729your current breakpoints.
1730
6d2ebf8b 1731@node Arguments
c906108c
SS
1732@section Your program's arguments
1733
1734@cindex arguments (to your program)
1735The arguments to your program can be specified by the arguments of the
5d161b24 1736@code{run} command.
c906108c
SS
1737They are passed to a shell, which expands wildcard characters and
1738performs redirection of I/O, and thence to your program. Your
1739@code{SHELL} environment variable (if it exists) specifies what shell
1740@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1741the default shell (@file{/bin/sh} on Unix).
1742
1743On non-Unix systems, the program is usually invoked directly by
1744@value{GDBN}, which emulates I/O redirection via the appropriate system
1745calls, and the wildcard characters are expanded by the startup code of
1746the program, not by the shell.
c906108c
SS
1747
1748@code{run} with no arguments uses the same arguments used by the previous
1749@code{run}, or those set by the @code{set args} command.
1750
c906108c 1751@table @code
41afff9a 1752@kindex set args
c906108c
SS
1753@item set args
1754Specify the arguments to be used the next time your program is run. If
1755@code{set args} has no arguments, @code{run} executes your program
1756with no arguments. Once you have run your program with arguments,
1757using @code{set args} before the next @code{run} is the only way to run
1758it again without arguments.
1759
1760@kindex show args
1761@item show args
1762Show the arguments to give your program when it is started.
1763@end table
1764
6d2ebf8b 1765@node Environment
c906108c
SS
1766@section Your program's environment
1767
1768@cindex environment (of your program)
1769The @dfn{environment} consists of a set of environment variables and
1770their values. Environment variables conventionally record such things as
1771your user name, your home directory, your terminal type, and your search
1772path for programs to run. Usually you set up environment variables with
1773the shell and they are inherited by all the other programs you run. When
1774debugging, it can be useful to try running your program with a modified
1775environment without having to start @value{GDBN} over again.
1776
1777@table @code
1778@kindex path
1779@item path @var{directory}
1780Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1781(the search path for executables) that will be passed to your program.
1782The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1783You may specify several directory names, separated by whitespace or by a
1784system-dependent separator character (@samp{:} on Unix, @samp{;} on
1785MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1786is moved to the front, so it is searched sooner.
c906108c
SS
1787
1788You can use the string @samp{$cwd} to refer to whatever is the current
1789working directory at the time @value{GDBN} searches the path. If you
1790use @samp{.} instead, it refers to the directory where you executed the
1791@code{path} command. @value{GDBN} replaces @samp{.} in the
1792@var{directory} argument (with the current path) before adding
1793@var{directory} to the search path.
1794@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1795@c document that, since repeating it would be a no-op.
1796
1797@kindex show paths
1798@item show paths
1799Display the list of search paths for executables (the @code{PATH}
1800environment variable).
1801
1802@kindex show environment
1803@item show environment @r{[}@var{varname}@r{]}
1804Print the value of environment variable @var{varname} to be given to
1805your program when it starts. If you do not supply @var{varname},
1806print the names and values of all environment variables to be given to
1807your program. You can abbreviate @code{environment} as @code{env}.
1808
1809@kindex set environment
53a5351d 1810@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1811Set environment variable @var{varname} to @var{value}. The value
1812changes for your program only, not for @value{GDBN} itself. @var{value} may
1813be any string; the values of environment variables are just strings, and
1814any interpretation is supplied by your program itself. The @var{value}
1815parameter is optional; if it is eliminated, the variable is set to a
1816null value.
1817@c "any string" here does not include leading, trailing
1818@c blanks. Gnu asks: does anyone care?
1819
1820For example, this command:
1821
474c8240 1822@smallexample
c906108c 1823set env USER = foo
474c8240 1824@end smallexample
c906108c
SS
1825
1826@noindent
d4f3574e 1827tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1828@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1829are not actually required.)
1830
1831@kindex unset environment
1832@item unset environment @var{varname}
1833Remove variable @var{varname} from the environment to be passed to your
1834program. This is different from @samp{set env @var{varname} =};
1835@code{unset environment} removes the variable from the environment,
1836rather than assigning it an empty value.
1837@end table
1838
d4f3574e
SS
1839@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1840the shell indicated
c906108c
SS
1841by your @code{SHELL} environment variable if it exists (or
1842@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1843that runs an initialization file---such as @file{.cshrc} for C-shell, or
1844@file{.bashrc} for BASH---any variables you set in that file affect
1845your program. You may wish to move setting of environment variables to
1846files that are only run when you sign on, such as @file{.login} or
1847@file{.profile}.
1848
6d2ebf8b 1849@node Working Directory
c906108c
SS
1850@section Your program's working directory
1851
1852@cindex working directory (of your program)
1853Each time you start your program with @code{run}, it inherits its
1854working directory from the current working directory of @value{GDBN}.
1855The @value{GDBN} working directory is initially whatever it inherited
1856from its parent process (typically the shell), but you can specify a new
1857working directory in @value{GDBN} with the @code{cd} command.
1858
1859The @value{GDBN} working directory also serves as a default for the commands
1860that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1861specify files}.
1862
1863@table @code
1864@kindex cd
1865@item cd @var{directory}
1866Set the @value{GDBN} working directory to @var{directory}.
1867
1868@kindex pwd
1869@item pwd
1870Print the @value{GDBN} working directory.
1871@end table
1872
6d2ebf8b 1873@node Input/Output
c906108c
SS
1874@section Your program's input and output
1875
1876@cindex redirection
1877@cindex i/o
1878@cindex terminal
1879By default, the program you run under @value{GDBN} does input and output to
5d161b24 1880the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1881to its own terminal modes to interact with you, but it records the terminal
1882modes your program was using and switches back to them when you continue
1883running your program.
1884
1885@table @code
1886@kindex info terminal
1887@item info terminal
1888Displays information recorded by @value{GDBN} about the terminal modes your
1889program is using.
1890@end table
1891
1892You can redirect your program's input and/or output using shell
1893redirection with the @code{run} command. For example,
1894
474c8240 1895@smallexample
c906108c 1896run > outfile
474c8240 1897@end smallexample
c906108c
SS
1898
1899@noindent
1900starts your program, diverting its output to the file @file{outfile}.
1901
1902@kindex tty
1903@cindex controlling terminal
1904Another way to specify where your program should do input and output is
1905with the @code{tty} command. This command accepts a file name as
1906argument, and causes this file to be the default for future @code{run}
1907commands. It also resets the controlling terminal for the child
1908process, for future @code{run} commands. For example,
1909
474c8240 1910@smallexample
c906108c 1911tty /dev/ttyb
474c8240 1912@end smallexample
c906108c
SS
1913
1914@noindent
1915directs that processes started with subsequent @code{run} commands
1916default to do input and output on the terminal @file{/dev/ttyb} and have
1917that as their controlling terminal.
1918
1919An explicit redirection in @code{run} overrides the @code{tty} command's
1920effect on the input/output device, but not its effect on the controlling
1921terminal.
1922
1923When you use the @code{tty} command or redirect input in the @code{run}
1924command, only the input @emph{for your program} is affected. The input
1925for @value{GDBN} still comes from your terminal.
1926
6d2ebf8b 1927@node Attach
c906108c
SS
1928@section Debugging an already-running process
1929@kindex attach
1930@cindex attach
1931
1932@table @code
1933@item attach @var{process-id}
1934This command attaches to a running process---one that was started
1935outside @value{GDBN}. (@code{info files} shows your active
1936targets.) The command takes as argument a process ID. The usual way to
1937find out the process-id of a Unix process is with the @code{ps} utility,
1938or with the @samp{jobs -l} shell command.
1939
1940@code{attach} does not repeat if you press @key{RET} a second time after
1941executing the command.
1942@end table
1943
1944To use @code{attach}, your program must be running in an environment
1945which supports processes; for example, @code{attach} does not work for
1946programs on bare-board targets that lack an operating system. You must
1947also have permission to send the process a signal.
1948
1949When you use @code{attach}, the debugger finds the program running in
1950the process first by looking in the current working directory, then (if
1951the program is not found) by using the source file search path
1952(@pxref{Source Path, ,Specifying source directories}). You can also use
1953the @code{file} command to load the program. @xref{Files, ,Commands to
1954Specify Files}.
1955
1956The first thing @value{GDBN} does after arranging to debug the specified
1957process is to stop it. You can examine and modify an attached process
53a5351d
JM
1958with all the @value{GDBN} commands that are ordinarily available when
1959you start processes with @code{run}. You can insert breakpoints; you
1960can step and continue; you can modify storage. If you would rather the
1961process continue running, you may use the @code{continue} command after
c906108c
SS
1962attaching @value{GDBN} to the process.
1963
1964@table @code
1965@kindex detach
1966@item detach
1967When you have finished debugging the attached process, you can use the
1968@code{detach} command to release it from @value{GDBN} control. Detaching
1969the process continues its execution. After the @code{detach} command,
1970that process and @value{GDBN} become completely independent once more, and you
1971are ready to @code{attach} another process or start one with @code{run}.
1972@code{detach} does not repeat if you press @key{RET} again after
1973executing the command.
1974@end table
1975
1976If you exit @value{GDBN} or use the @code{run} command while you have an
1977attached process, you kill that process. By default, @value{GDBN} asks
1978for confirmation if you try to do either of these things; you can
1979control whether or not you need to confirm by using the @code{set
1980confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
1981messages}).
1982
6d2ebf8b 1983@node Kill Process
c906108c 1984@section Killing the child process
c906108c
SS
1985
1986@table @code
1987@kindex kill
1988@item kill
1989Kill the child process in which your program is running under @value{GDBN}.
1990@end table
1991
1992This command is useful if you wish to debug a core dump instead of a
1993running process. @value{GDBN} ignores any core dump file while your program
1994is running.
1995
1996On some operating systems, a program cannot be executed outside @value{GDBN}
1997while you have breakpoints set on it inside @value{GDBN}. You can use the
1998@code{kill} command in this situation to permit running your program
1999outside the debugger.
2000
2001The @code{kill} command is also useful if you wish to recompile and
2002relink your program, since on many systems it is impossible to modify an
2003executable file while it is running in a process. In this case, when you
2004next type @code{run}, @value{GDBN} notices that the file has changed, and
2005reads the symbol table again (while trying to preserve your current
2006breakpoint settings).
2007
6d2ebf8b 2008@node Threads
c906108c 2009@section Debugging programs with multiple threads
c906108c
SS
2010
2011@cindex threads of execution
2012@cindex multiple threads
2013@cindex switching threads
2014In some operating systems, such as HP-UX and Solaris, a single program
2015may have more than one @dfn{thread} of execution. The precise semantics
2016of threads differ from one operating system to another, but in general
2017the threads of a single program are akin to multiple processes---except
2018that they share one address space (that is, they can all examine and
2019modify the same variables). On the other hand, each thread has its own
2020registers and execution stack, and perhaps private memory.
2021
2022@value{GDBN} provides these facilities for debugging multi-thread
2023programs:
2024
2025@itemize @bullet
2026@item automatic notification of new threads
2027@item @samp{thread @var{threadno}}, a command to switch among threads
2028@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2029@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2030a command to apply a command to a list of threads
2031@item thread-specific breakpoints
2032@end itemize
2033
c906108c
SS
2034@quotation
2035@emph{Warning:} These facilities are not yet available on every
2036@value{GDBN} configuration where the operating system supports threads.
2037If your @value{GDBN} does not support threads, these commands have no
2038effect. For example, a system without thread support shows no output
2039from @samp{info threads}, and always rejects the @code{thread} command,
2040like this:
2041
2042@smallexample
2043(@value{GDBP}) info threads
2044(@value{GDBP}) thread 1
2045Thread ID 1 not known. Use the "info threads" command to
2046see the IDs of currently known threads.
2047@end smallexample
2048@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2049@c doesn't support threads"?
2050@end quotation
c906108c
SS
2051
2052@cindex focus of debugging
2053@cindex current thread
2054The @value{GDBN} thread debugging facility allows you to observe all
2055threads while your program runs---but whenever @value{GDBN} takes
2056control, one thread in particular is always the focus of debugging.
2057This thread is called the @dfn{current thread}. Debugging commands show
2058program information from the perspective of the current thread.
2059
41afff9a 2060@cindex @code{New} @var{systag} message
c906108c
SS
2061@cindex thread identifier (system)
2062@c FIXME-implementors!! It would be more helpful if the [New...] message
2063@c included GDB's numeric thread handle, so you could just go to that
2064@c thread without first checking `info threads'.
2065Whenever @value{GDBN} detects a new thread in your program, it displays
2066the target system's identification for the thread with a message in the
2067form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2068whose form varies depending on the particular system. For example, on
2069LynxOS, you might see
2070
474c8240 2071@smallexample
c906108c 2072[New process 35 thread 27]
474c8240 2073@end smallexample
c906108c
SS
2074
2075@noindent
2076when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2077the @var{systag} is simply something like @samp{process 368}, with no
2078further qualifier.
2079
2080@c FIXME!! (1) Does the [New...] message appear even for the very first
2081@c thread of a program, or does it only appear for the
6ca652b0 2082@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2083@c program?
2084@c (2) *Is* there necessarily a first thread always? Or do some
2085@c multithread systems permit starting a program with multiple
5d161b24 2086@c threads ab initio?
c906108c
SS
2087
2088@cindex thread number
2089@cindex thread identifier (GDB)
2090For debugging purposes, @value{GDBN} associates its own thread
2091number---always a single integer---with each thread in your program.
2092
2093@table @code
2094@kindex info threads
2095@item info threads
2096Display a summary of all threads currently in your
2097program. @value{GDBN} displays for each thread (in this order):
2098
2099@enumerate
2100@item the thread number assigned by @value{GDBN}
2101
2102@item the target system's thread identifier (@var{systag})
2103
2104@item the current stack frame summary for that thread
2105@end enumerate
2106
2107@noindent
2108An asterisk @samp{*} to the left of the @value{GDBN} thread number
2109indicates the current thread.
2110
5d161b24 2111For example,
c906108c
SS
2112@end table
2113@c end table here to get a little more width for example
2114
2115@smallexample
2116(@value{GDBP}) info threads
2117 3 process 35 thread 27 0x34e5 in sigpause ()
2118 2 process 35 thread 23 0x34e5 in sigpause ()
2119* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2120 at threadtest.c:68
2121@end smallexample
53a5351d
JM
2122
2123On HP-UX systems:
c906108c
SS
2124
2125@cindex thread number
2126@cindex thread identifier (GDB)
2127For debugging purposes, @value{GDBN} associates its own thread
2128number---a small integer assigned in thread-creation order---with each
2129thread in your program.
2130
41afff9a
EZ
2131@cindex @code{New} @var{systag} message, on HP-UX
2132@cindex thread identifier (system), on HP-UX
c906108c
SS
2133@c FIXME-implementors!! It would be more helpful if the [New...] message
2134@c included GDB's numeric thread handle, so you could just go to that
2135@c thread without first checking `info threads'.
2136Whenever @value{GDBN} detects a new thread in your program, it displays
2137both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2138form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2139whose form varies depending on the particular system. For example, on
2140HP-UX, you see
2141
474c8240 2142@smallexample
c906108c 2143[New thread 2 (system thread 26594)]
474c8240 2144@end smallexample
c906108c
SS
2145
2146@noindent
5d161b24 2147when @value{GDBN} notices a new thread.
c906108c
SS
2148
2149@table @code
2150@kindex info threads
2151@item info threads
2152Display a summary of all threads currently in your
2153program. @value{GDBN} displays for each thread (in this order):
2154
2155@enumerate
2156@item the thread number assigned by @value{GDBN}
2157
2158@item the target system's thread identifier (@var{systag})
2159
2160@item the current stack frame summary for that thread
2161@end enumerate
2162
2163@noindent
2164An asterisk @samp{*} to the left of the @value{GDBN} thread number
2165indicates the current thread.
2166
5d161b24 2167For example,
c906108c
SS
2168@end table
2169@c end table here to get a little more width for example
2170
474c8240 2171@smallexample
c906108c 2172(@value{GDBP}) info threads
6d2ebf8b
SS
2173 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2174 at quicksort.c:137
2175 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2176 from /usr/lib/libc.2
2177 1 system thread 27905 0x7b003498 in _brk () \@*
2178 from /usr/lib/libc.2
474c8240 2179@end smallexample
c906108c
SS
2180
2181@table @code
2182@kindex thread @var{threadno}
2183@item thread @var{threadno}
2184Make thread number @var{threadno} the current thread. The command
2185argument @var{threadno} is the internal @value{GDBN} thread number, as
2186shown in the first field of the @samp{info threads} display.
2187@value{GDBN} responds by displaying the system identifier of the thread
2188you selected, and its current stack frame summary:
2189
2190@smallexample
2191@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2192(@value{GDBP}) thread 2
c906108c 2193[Switching to process 35 thread 23]
c906108c
SS
21940x34e5 in sigpause ()
2195@end smallexample
2196
2197@noindent
2198As with the @samp{[New @dots{}]} message, the form of the text after
2199@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2200threads.
c906108c
SS
2201
2202@kindex thread apply
2203@item thread apply [@var{threadno}] [@var{all}] @var{args}
2204The @code{thread apply} command allows you to apply a command to one or
2205more threads. Specify the numbers of the threads that you want affected
2206with the command argument @var{threadno}. @var{threadno} is the internal
2207@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2208threads} display. To apply a command to all threads, use
2209@code{thread apply all} @var{args}.
c906108c
SS
2210@end table
2211
2212@cindex automatic thread selection
2213@cindex switching threads automatically
2214@cindex threads, automatic switching
2215Whenever @value{GDBN} stops your program, due to a breakpoint or a
2216signal, it automatically selects the thread where that breakpoint or
2217signal happened. @value{GDBN} alerts you to the context switch with a
2218message of the form @samp{[Switching to @var{systag}]} to identify the
2219thread.
2220
2221@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2222more information about how @value{GDBN} behaves when you stop and start
2223programs with multiple threads.
2224
2225@xref{Set Watchpoints,,Setting watchpoints}, for information about
2226watchpoints in programs with multiple threads.
c906108c 2227
6d2ebf8b 2228@node Processes
c906108c
SS
2229@section Debugging programs with multiple processes
2230
2231@cindex fork, debugging programs which call
2232@cindex multiple processes
2233@cindex processes, multiple
53a5351d
JM
2234On most systems, @value{GDBN} has no special support for debugging
2235programs which create additional processes using the @code{fork}
2236function. When a program forks, @value{GDBN} will continue to debug the
2237parent process and the child process will run unimpeded. If you have
2238set a breakpoint in any code which the child then executes, the child
2239will get a @code{SIGTRAP} signal which (unless it catches the signal)
2240will cause it to terminate.
c906108c
SS
2241
2242However, if you want to debug the child process there is a workaround
2243which isn't too painful. Put a call to @code{sleep} in the code which
2244the child process executes after the fork. It may be useful to sleep
2245only if a certain environment variable is set, or a certain file exists,
2246so that the delay need not occur when you don't want to run @value{GDBN}
2247on the child. While the child is sleeping, use the @code{ps} program to
2248get its process ID. Then tell @value{GDBN} (a new invocation of
2249@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2250the child process (@pxref{Attach}). From that point on you can debug
c906108c 2251the child process just like any other process which you attached to.
c906108c 2252
53a5351d
JM
2253On HP-UX (11.x and later only?), @value{GDBN} provides support for
2254debugging programs that create additional processes using the
2255@code{fork} or @code{vfork} function.
c906108c
SS
2256
2257By default, when a program forks, @value{GDBN} will continue to debug
2258the parent process and the child process will run unimpeded.
2259
2260If you want to follow the child process instead of the parent process,
2261use the command @w{@code{set follow-fork-mode}}.
2262
2263@table @code
2264@kindex set follow-fork-mode
2265@item set follow-fork-mode @var{mode}
2266Set the debugger response to a program call of @code{fork} or
2267@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2268process. The @var{mode} can be:
2269
2270@table @code
2271@item parent
2272The original process is debugged after a fork. The child process runs
2df3850c 2273unimpeded. This is the default.
c906108c
SS
2274
2275@item child
2276The new process is debugged after a fork. The parent process runs
2277unimpeded.
2278
2279@item ask
2280The debugger will ask for one of the above choices.
2281@end table
2282
2283@item show follow-fork-mode
2df3850c 2284Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2285@end table
2286
2287If you ask to debug a child process and a @code{vfork} is followed by an
2288@code{exec}, @value{GDBN} executes the new target up to the first
2289breakpoint in the new target. If you have a breakpoint set on
2290@code{main} in your original program, the breakpoint will also be set on
2291the child process's @code{main}.
2292
2293When a child process is spawned by @code{vfork}, you cannot debug the
2294child or parent until an @code{exec} call completes.
2295
2296If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2297call executes, the new target restarts. To restart the parent process,
2298use the @code{file} command with the parent executable name as its
2299argument.
2300
2301You can use the @code{catch} command to make @value{GDBN} stop whenever
2302a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2303Catchpoints, ,Setting catchpoints}.
c906108c 2304
6d2ebf8b 2305@node Stopping
c906108c
SS
2306@chapter Stopping and Continuing
2307
2308The principal purposes of using a debugger are so that you can stop your
2309program before it terminates; or so that, if your program runs into
2310trouble, you can investigate and find out why.
2311
7a292a7a
SS
2312Inside @value{GDBN}, your program may stop for any of several reasons,
2313such as a signal, a breakpoint, or reaching a new line after a
2314@value{GDBN} command such as @code{step}. You may then examine and
2315change variables, set new breakpoints or remove old ones, and then
2316continue execution. Usually, the messages shown by @value{GDBN} provide
2317ample explanation of the status of your program---but you can also
2318explicitly request this information at any time.
c906108c
SS
2319
2320@table @code
2321@kindex info program
2322@item info program
2323Display information about the status of your program: whether it is
7a292a7a 2324running or not, what process it is, and why it stopped.
c906108c
SS
2325@end table
2326
2327@menu
2328* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2329* Continuing and Stepping:: Resuming execution
c906108c 2330* Signals:: Signals
c906108c 2331* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2332@end menu
2333
6d2ebf8b 2334@node Breakpoints
c906108c
SS
2335@section Breakpoints, watchpoints, and catchpoints
2336
2337@cindex breakpoints
2338A @dfn{breakpoint} makes your program stop whenever a certain point in
2339the program is reached. For each breakpoint, you can add conditions to
2340control in finer detail whether your program stops. You can set
2341breakpoints with the @code{break} command and its variants (@pxref{Set
2342Breaks, ,Setting breakpoints}), to specify the place where your program
2343should stop by line number, function name or exact address in the
2344program.
2345
2346In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2347breakpoints in shared libraries before the executable is run. There is
2348a minor limitation on HP-UX systems: you must wait until the executable
2349is run in order to set breakpoints in shared library routines that are
2350not called directly by the program (for example, routines that are
2351arguments in a @code{pthread_create} call).
2352
2353@cindex watchpoints
2354@cindex memory tracing
2355@cindex breakpoint on memory address
2356@cindex breakpoint on variable modification
2357A @dfn{watchpoint} is a special breakpoint that stops your program
2358when the value of an expression changes. You must use a different
2359command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2360watchpoints}), but aside from that, you can manage a watchpoint like
2361any other breakpoint: you enable, disable, and delete both breakpoints
2362and watchpoints using the same commands.
2363
2364You can arrange to have values from your program displayed automatically
2365whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2366Automatic display}.
2367
2368@cindex catchpoints
2369@cindex breakpoint on events
2370A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2371when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2372exception or the loading of a library. As with watchpoints, you use a
2373different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2374catchpoints}), but aside from that, you can manage a catchpoint like any
2375other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2376@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2377
2378@cindex breakpoint numbers
2379@cindex numbers for breakpoints
2380@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2381catchpoint when you create it; these numbers are successive integers
2382starting with one. In many of the commands for controlling various
2383features of breakpoints you use the breakpoint number to say which
2384breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2385@dfn{disabled}; if disabled, it has no effect on your program until you
2386enable it again.
2387
c5394b80
JM
2388@cindex breakpoint ranges
2389@cindex ranges of breakpoints
2390Some @value{GDBN} commands accept a range of breakpoints on which to
2391operate. A breakpoint range is either a single breakpoint number, like
2392@samp{5}, or two such numbers, in increasing order, separated by a
2393hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2394all breakpoint in that range are operated on.
2395
c906108c
SS
2396@menu
2397* Set Breaks:: Setting breakpoints
2398* Set Watchpoints:: Setting watchpoints
2399* Set Catchpoints:: Setting catchpoints
2400* Delete Breaks:: Deleting breakpoints
2401* Disabling:: Disabling breakpoints
2402* Conditions:: Break conditions
2403* Break Commands:: Breakpoint command lists
c906108c 2404* Breakpoint Menus:: Breakpoint menus
d4f3574e 2405* Error in Breakpoints:: ``Cannot insert breakpoints''
c906108c
SS
2406@end menu
2407
6d2ebf8b 2408@node Set Breaks
c906108c
SS
2409@subsection Setting breakpoints
2410
5d161b24 2411@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2412@c consider in particular declaration with/without initialization.
2413@c
2414@c FIXME 2 is there stuff on this already? break at fun start, already init?
2415
2416@kindex break
41afff9a
EZ
2417@kindex b @r{(@code{break})}
2418@vindex $bpnum@r{, convenience variable}
c906108c
SS
2419@cindex latest breakpoint
2420Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2421@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2422number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2423Vars,, Convenience variables}, for a discussion of what you can do with
2424convenience variables.
2425
2426You have several ways to say where the breakpoint should go.
2427
2428@table @code
2429@item break @var{function}
5d161b24 2430Set a breakpoint at entry to function @var{function}.
c906108c 2431When using source languages that permit overloading of symbols, such as
b37052ae 2432C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2433@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2434
2435@item break +@var{offset}
2436@itemx break -@var{offset}
2437Set a breakpoint some number of lines forward or back from the position
d4f3574e 2438at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2439(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2440
2441@item break @var{linenum}
2442Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2443The current source file is the last file whose source text was printed.
2444The breakpoint will stop your program just before it executes any of the
c906108c
SS
2445code on that line.
2446
2447@item break @var{filename}:@var{linenum}
2448Set a breakpoint at line @var{linenum} in source file @var{filename}.
2449
2450@item break @var{filename}:@var{function}
2451Set a breakpoint at entry to function @var{function} found in file
2452@var{filename}. Specifying a file name as well as a function name is
2453superfluous except when multiple files contain similarly named
2454functions.
2455
2456@item break *@var{address}
2457Set a breakpoint at address @var{address}. You can use this to set
2458breakpoints in parts of your program which do not have debugging
2459information or source files.
2460
2461@item break
2462When called without any arguments, @code{break} sets a breakpoint at
2463the next instruction to be executed in the selected stack frame
2464(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2465innermost, this makes your program stop as soon as control
2466returns to that frame. This is similar to the effect of a
2467@code{finish} command in the frame inside the selected frame---except
2468that @code{finish} does not leave an active breakpoint. If you use
2469@code{break} without an argument in the innermost frame, @value{GDBN} stops
2470the next time it reaches the current location; this may be useful
2471inside loops.
2472
2473@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2474least one instruction has been executed. If it did not do this, you
2475would be unable to proceed past a breakpoint without first disabling the
2476breakpoint. This rule applies whether or not the breakpoint already
2477existed when your program stopped.
2478
2479@item break @dots{} if @var{cond}
2480Set a breakpoint with condition @var{cond}; evaluate the expression
2481@var{cond} each time the breakpoint is reached, and stop only if the
2482value is nonzero---that is, if @var{cond} evaluates as true.
2483@samp{@dots{}} stands for one of the possible arguments described
2484above (or no argument) specifying where to break. @xref{Conditions,
2485,Break conditions}, for more information on breakpoint conditions.
2486
2487@kindex tbreak
2488@item tbreak @var{args}
2489Set a breakpoint enabled only for one stop. @var{args} are the
2490same as for the @code{break} command, and the breakpoint is set in the same
2491way, but the breakpoint is automatically deleted after the first time your
2492program stops there. @xref{Disabling, ,Disabling breakpoints}.
2493
c906108c
SS
2494@kindex hbreak
2495@item hbreak @var{args}
d4f3574e
SS
2496Set a hardware-assisted breakpoint. @var{args} are the same as for the
2497@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2498breakpoint requires hardware support and some target hardware may not
2499have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2500debugging, so you can set a breakpoint at an instruction without
2501changing the instruction. This can be used with the new trap-generation
2502provided by SPARClite DSU and some x86-based targets. These targets
2503will generate traps when a program accesses some data or instruction
2504address that is assigned to the debug registers. However the hardware
2505breakpoint registers can take a limited number of breakpoints. For
2506example, on the DSU, only two data breakpoints can be set at a time, and
2507@value{GDBN} will reject this command if more than two are used. Delete
2508or disable unused hardware breakpoints before setting new ones
2509(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
c906108c
SS
2510
2511@kindex thbreak
2512@item thbreak @var{args}
2513Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2514are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2515the same way. However, like the @code{tbreak} command,
c906108c
SS
2516the breakpoint is automatically deleted after the
2517first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2518command, the breakpoint requires hardware support and some target hardware
2519may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2520See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2521
2522@kindex rbreak
2523@cindex regular expression
2524@item rbreak @var{regex}
c906108c 2525Set breakpoints on all functions matching the regular expression
11cf8741
JM
2526@var{regex}. This command sets an unconditional breakpoint on all
2527matches, printing a list of all breakpoints it set. Once these
2528breakpoints are set, they are treated just like the breakpoints set with
2529the @code{break} command. You can delete them, disable them, or make
2530them conditional the same way as any other breakpoint.
2531
2532The syntax of the regular expression is the standard one used with tools
2533like @file{grep}. Note that this is different from the syntax used by
2534shells, so for instance @code{foo*} matches all functions that include
2535an @code{fo} followed by zero or more @code{o}s. There is an implicit
2536@code{.*} leading and trailing the regular expression you supply, so to
2537match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2538
b37052ae 2539When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2540breakpoints on overloaded functions that are not members of any special
2541classes.
c906108c
SS
2542
2543@kindex info breakpoints
2544@cindex @code{$_} and @code{info breakpoints}
2545@item info breakpoints @r{[}@var{n}@r{]}
2546@itemx info break @r{[}@var{n}@r{]}
2547@itemx info watchpoints @r{[}@var{n}@r{]}
2548Print a table of all breakpoints, watchpoints, and catchpoints set and
2549not deleted, with the following columns for each breakpoint:
2550
2551@table @emph
2552@item Breakpoint Numbers
2553@item Type
2554Breakpoint, watchpoint, or catchpoint.
2555@item Disposition
2556Whether the breakpoint is marked to be disabled or deleted when hit.
2557@item Enabled or Disabled
2558Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2559that are not enabled.
2560@item Address
2df3850c 2561Where the breakpoint is in your program, as a memory address.
c906108c
SS
2562@item What
2563Where the breakpoint is in the source for your program, as a file and
2564line number.
2565@end table
2566
2567@noindent
2568If a breakpoint is conditional, @code{info break} shows the condition on
2569the line following the affected breakpoint; breakpoint commands, if any,
2570are listed after that.
2571
2572@noindent
2573@code{info break} with a breakpoint
2574number @var{n} as argument lists only that breakpoint. The
2575convenience variable @code{$_} and the default examining-address for
2576the @code{x} command are set to the address of the last breakpoint
5d161b24 2577listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2578
2579@noindent
2580@code{info break} displays a count of the number of times the breakpoint
2581has been hit. This is especially useful in conjunction with the
2582@code{ignore} command. You can ignore a large number of breakpoint
2583hits, look at the breakpoint info to see how many times the breakpoint
2584was hit, and then run again, ignoring one less than that number. This
2585will get you quickly to the last hit of that breakpoint.
2586@end table
2587
2588@value{GDBN} allows you to set any number of breakpoints at the same place in
2589your program. There is nothing silly or meaningless about this. When
2590the breakpoints are conditional, this is even useful
2591(@pxref{Conditions, ,Break conditions}).
2592
2593@cindex negative breakpoint numbers
2594@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2595@value{GDBN} itself sometimes sets breakpoints in your program for
2596special purposes, such as proper handling of @code{longjmp} (in C
2597programs). These internal breakpoints are assigned negative numbers,
2598starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2599You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2600@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2601
2602
6d2ebf8b 2603@node Set Watchpoints
c906108c
SS
2604@subsection Setting watchpoints
2605
2606@cindex setting watchpoints
2607@cindex software watchpoints
2608@cindex hardware watchpoints
2609You can use a watchpoint to stop execution whenever the value of an
2610expression changes, without having to predict a particular place where
2611this may happen.
2612
2613Depending on your system, watchpoints may be implemented in software or
2df3850c 2614hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2615program and testing the variable's value each time, which is hundreds of
2616times slower than normal execution. (But this may still be worth it, to
2617catch errors where you have no clue what part of your program is the
2618culprit.)
2619
d4f3574e 2620On some systems, such as HP-UX, Linux and some other x86-based targets,
2df3850c 2621@value{GDBN} includes support for
c906108c
SS
2622hardware watchpoints, which do not slow down the running of your
2623program.
2624
2625@table @code
2626@kindex watch
2627@item watch @var{expr}
2628Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2629is written into by the program and its value changes.
2630
2631@kindex rwatch
2632@item rwatch @var{expr}
2633Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2634
2635@kindex awatch
2636@item awatch @var{expr}
2df3850c 2637Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2638by the program.
c906108c
SS
2639
2640@kindex info watchpoints
2641@item info watchpoints
2642This command prints a list of watchpoints, breakpoints, and catchpoints;
2643it is the same as @code{info break}.
2644@end table
2645
2646@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2647watchpoints execute very quickly, and the debugger reports a change in
2648value at the exact instruction where the change occurs. If @value{GDBN}
2649cannot set a hardware watchpoint, it sets a software watchpoint, which
2650executes more slowly and reports the change in value at the next
2651statement, not the instruction, after the change occurs.
2652
2653When you issue the @code{watch} command, @value{GDBN} reports
2654
474c8240 2655@smallexample
c906108c 2656Hardware watchpoint @var{num}: @var{expr}
474c8240 2657@end smallexample
c906108c
SS
2658
2659@noindent
2660if it was able to set a hardware watchpoint.
2661
7be570e7
JM
2662Currently, the @code{awatch} and @code{rwatch} commands can only set
2663hardware watchpoints, because accesses to data that don't change the
2664value of the watched expression cannot be detected without examining
2665every instruction as it is being executed, and @value{GDBN} does not do
2666that currently. If @value{GDBN} finds that it is unable to set a
2667hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2668will print a message like this:
2669
2670@smallexample
2671Expression cannot be implemented with read/access watchpoint.
2672@end smallexample
2673
2674Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2675data type of the watched expression is wider than what a hardware
2676watchpoint on the target machine can handle. For example, some systems
2677can only watch regions that are up to 4 bytes wide; on such systems you
2678cannot set hardware watchpoints for an expression that yields a
2679double-precision floating-point number (which is typically 8 bytes
2680wide). As a work-around, it might be possible to break the large region
2681into a series of smaller ones and watch them with separate watchpoints.
2682
2683If you set too many hardware watchpoints, @value{GDBN} might be unable
2684to insert all of them when you resume the execution of your program.
2685Since the precise number of active watchpoints is unknown until such
2686time as the program is about to be resumed, @value{GDBN} might not be
2687able to warn you about this when you set the watchpoints, and the
2688warning will be printed only when the program is resumed:
2689
2690@smallexample
2691Hardware watchpoint @var{num}: Could not insert watchpoint
2692@end smallexample
2693
2694@noindent
2695If this happens, delete or disable some of the watchpoints.
2696
2697The SPARClite DSU will generate traps when a program accesses some data
2698or instruction address that is assigned to the debug registers. For the
2699data addresses, DSU facilitates the @code{watch} command. However the
2700hardware breakpoint registers can only take two data watchpoints, and
2701both watchpoints must be the same kind. For example, you can set two
2702watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2703@strong{or} two with @code{awatch} commands, but you cannot set one
2704watchpoint with one command and the other with a different command.
c906108c
SS
2705@value{GDBN} will reject the command if you try to mix watchpoints.
2706Delete or disable unused watchpoint commands before setting new ones.
2707
2708If you call a function interactively using @code{print} or @code{call},
2df3850c 2709any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2710kind of breakpoint or the call completes.
2711
7be570e7
JM
2712@value{GDBN} automatically deletes watchpoints that watch local
2713(automatic) variables, or expressions that involve such variables, when
2714they go out of scope, that is, when the execution leaves the block in
2715which these variables were defined. In particular, when the program
2716being debugged terminates, @emph{all} local variables go out of scope,
2717and so only watchpoints that watch global variables remain set. If you
2718rerun the program, you will need to set all such watchpoints again. One
2719way of doing that would be to set a code breakpoint at the entry to the
2720@code{main} function and when it breaks, set all the watchpoints.
2721
c906108c
SS
2722@quotation
2723@cindex watchpoints and threads
2724@cindex threads and watchpoints
c906108c
SS
2725@emph{Warning:} In multi-thread programs, watchpoints have only limited
2726usefulness. With the current watchpoint implementation, @value{GDBN}
2727can only watch the value of an expression @emph{in a single thread}. If
2728you are confident that the expression can only change due to the current
2729thread's activity (and if you are also confident that no other thread
2730can become current), then you can use watchpoints as usual. However,
2731@value{GDBN} may not notice when a non-current thread's activity changes
2732the expression.
53a5351d 2733
d4f3574e 2734@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2735@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2736have only limited usefulness. If @value{GDBN} creates a software
2737watchpoint, it can only watch the value of an expression @emph{in a
2738single thread}. If you are confident that the expression can only
2739change due to the current thread's activity (and if you are also
2740confident that no other thread can become current), then you can use
2741software watchpoints as usual. However, @value{GDBN} may not notice
2742when a non-current thread's activity changes the expression. (Hardware
2743watchpoints, in contrast, watch an expression in all threads.)
c906108c 2744@end quotation
c906108c 2745
6d2ebf8b 2746@node Set Catchpoints
c906108c 2747@subsection Setting catchpoints
d4f3574e 2748@cindex catchpoints, setting
c906108c
SS
2749@cindex exception handlers
2750@cindex event handling
2751
2752You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2753kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2754shared library. Use the @code{catch} command to set a catchpoint.
2755
2756@table @code
2757@kindex catch
2758@item catch @var{event}
2759Stop when @var{event} occurs. @var{event} can be any of the following:
2760@table @code
2761@item throw
2762@kindex catch throw
b37052ae 2763The throwing of a C@t{++} exception.
c906108c
SS
2764
2765@item catch
2766@kindex catch catch
b37052ae 2767The catching of a C@t{++} exception.
c906108c
SS
2768
2769@item exec
2770@kindex catch exec
2771A call to @code{exec}. This is currently only available for HP-UX.
2772
2773@item fork
2774@kindex catch fork
2775A call to @code{fork}. This is currently only available for HP-UX.
2776
2777@item vfork
2778@kindex catch vfork
2779A call to @code{vfork}. This is currently only available for HP-UX.
2780
2781@item load
2782@itemx load @var{libname}
2783@kindex catch load
2784The dynamic loading of any shared library, or the loading of the library
2785@var{libname}. This is currently only available for HP-UX.
2786
2787@item unload
2788@itemx unload @var{libname}
2789@kindex catch unload
2790The unloading of any dynamically loaded shared library, or the unloading
2791of the library @var{libname}. This is currently only available for HP-UX.
2792@end table
2793
2794@item tcatch @var{event}
2795Set a catchpoint that is enabled only for one stop. The catchpoint is
2796automatically deleted after the first time the event is caught.
2797
2798@end table
2799
2800Use the @code{info break} command to list the current catchpoints.
2801
b37052ae 2802There are currently some limitations to C@t{++} exception handling
c906108c
SS
2803(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2804
2805@itemize @bullet
2806@item
2807If you call a function interactively, @value{GDBN} normally returns
2808control to you when the function has finished executing. If the call
2809raises an exception, however, the call may bypass the mechanism that
2810returns control to you and cause your program either to abort or to
2811simply continue running until it hits a breakpoint, catches a signal
2812that @value{GDBN} is listening for, or exits. This is the case even if
2813you set a catchpoint for the exception; catchpoints on exceptions are
2814disabled within interactive calls.
2815
2816@item
2817You cannot raise an exception interactively.
2818
2819@item
2820You cannot install an exception handler interactively.
2821@end itemize
2822
2823@cindex raise exceptions
2824Sometimes @code{catch} is not the best way to debug exception handling:
2825if you need to know exactly where an exception is raised, it is better to
2826stop @emph{before} the exception handler is called, since that way you
2827can see the stack before any unwinding takes place. If you set a
2828breakpoint in an exception handler instead, it may not be easy to find
2829out where the exception was raised.
2830
2831To stop just before an exception handler is called, you need some
b37052ae 2832knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2833raised by calling a library function named @code{__raise_exception}
2834which has the following ANSI C interface:
2835
474c8240 2836@smallexample
c906108c 2837 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2838 @var{id} is the exception identifier. */
2839 void __raise_exception (void **addr, void *id);
474c8240 2840@end smallexample
c906108c
SS
2841
2842@noindent
2843To make the debugger catch all exceptions before any stack
2844unwinding takes place, set a breakpoint on @code{__raise_exception}
2845(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2846
2847With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2848that depends on the value of @var{id}, you can stop your program when
2849a specific exception is raised. You can use multiple conditional
2850breakpoints to stop your program when any of a number of exceptions are
2851raised.
2852
2853
6d2ebf8b 2854@node Delete Breaks
c906108c
SS
2855@subsection Deleting breakpoints
2856
2857@cindex clearing breakpoints, watchpoints, catchpoints
2858@cindex deleting breakpoints, watchpoints, catchpoints
2859It is often necessary to eliminate a breakpoint, watchpoint, or
2860catchpoint once it has done its job and you no longer want your program
2861to stop there. This is called @dfn{deleting} the breakpoint. A
2862breakpoint that has been deleted no longer exists; it is forgotten.
2863
2864With the @code{clear} command you can delete breakpoints according to
2865where they are in your program. With the @code{delete} command you can
2866delete individual breakpoints, watchpoints, or catchpoints by specifying
2867their breakpoint numbers.
2868
2869It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2870automatically ignores breakpoints on the first instruction to be executed
2871when you continue execution without changing the execution address.
2872
2873@table @code
2874@kindex clear
2875@item clear
2876Delete any breakpoints at the next instruction to be executed in the
2877selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2878the innermost frame is selected, this is a good way to delete a
2879breakpoint where your program just stopped.
2880
2881@item clear @var{function}
2882@itemx clear @var{filename}:@var{function}
2883Delete any breakpoints set at entry to the function @var{function}.
2884
2885@item clear @var{linenum}
2886@itemx clear @var{filename}:@var{linenum}
2887Delete any breakpoints set at or within the code of the specified line.
2888
2889@cindex delete breakpoints
2890@kindex delete
41afff9a 2891@kindex d @r{(@code{delete})}
c5394b80
JM
2892@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2893Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2894ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2895breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2896confirm off}). You can abbreviate this command as @code{d}.
2897@end table
2898
6d2ebf8b 2899@node Disabling
c906108c
SS
2900@subsection Disabling breakpoints
2901
2902@kindex disable breakpoints
2903@kindex enable breakpoints
2904Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2905prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2906it had been deleted, but remembers the information on the breakpoint so
2907that you can @dfn{enable} it again later.
2908
2909You disable and enable breakpoints, watchpoints, and catchpoints with
2910the @code{enable} and @code{disable} commands, optionally specifying one
2911or more breakpoint numbers as arguments. Use @code{info break} or
2912@code{info watch} to print a list of breakpoints, watchpoints, and
2913catchpoints if you do not know which numbers to use.
2914
2915A breakpoint, watchpoint, or catchpoint can have any of four different
2916states of enablement:
2917
2918@itemize @bullet
2919@item
2920Enabled. The breakpoint stops your program. A breakpoint set
2921with the @code{break} command starts out in this state.
2922@item
2923Disabled. The breakpoint has no effect on your program.
2924@item
2925Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 2926disabled.
c906108c
SS
2927@item
2928Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
2929immediately after it does so it is deleted permanently. A breakpoint
2930set with the @code{tbreak} command starts out in this state.
c906108c
SS
2931@end itemize
2932
2933You can use the following commands to enable or disable breakpoints,
2934watchpoints, and catchpoints:
2935
2936@table @code
2937@kindex disable breakpoints
2938@kindex disable
41afff9a 2939@kindex dis @r{(@code{disable})}
c5394b80 2940@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2941Disable the specified breakpoints---or all breakpoints, if none are
2942listed. A disabled breakpoint has no effect but is not forgotten. All
2943options such as ignore-counts, conditions and commands are remembered in
2944case the breakpoint is enabled again later. You may abbreviate
2945@code{disable} as @code{dis}.
2946
2947@kindex enable breakpoints
2948@kindex enable
c5394b80 2949@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2950Enable the specified breakpoints (or all defined breakpoints). They
2951become effective once again in stopping your program.
2952
c5394b80 2953@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
2954Enable the specified breakpoints temporarily. @value{GDBN} disables any
2955of these breakpoints immediately after stopping your program.
2956
c5394b80 2957@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
2958Enable the specified breakpoints to work once, then die. @value{GDBN}
2959deletes any of these breakpoints as soon as your program stops there.
2960@end table
2961
d4f3574e
SS
2962@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
2963@c confusing: tbreak is also initially enabled.
c906108c
SS
2964Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
2965,Setting breakpoints}), breakpoints that you set are initially enabled;
2966subsequently, they become disabled or enabled only when you use one of
2967the commands above. (The command @code{until} can set and delete a
2968breakpoint of its own, but it does not change the state of your other
2969breakpoints; see @ref{Continuing and Stepping, ,Continuing and
2970stepping}.)
2971
6d2ebf8b 2972@node Conditions
c906108c
SS
2973@subsection Break conditions
2974@cindex conditional breakpoints
2975@cindex breakpoint conditions
2976
2977@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 2978@c in particular for a watchpoint?
c906108c
SS
2979The simplest sort of breakpoint breaks every time your program reaches a
2980specified place. You can also specify a @dfn{condition} for a
2981breakpoint. A condition is just a Boolean expression in your
2982programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
2983a condition evaluates the expression each time your program reaches it,
2984and your program stops only if the condition is @emph{true}.
2985
2986This is the converse of using assertions for program validation; in that
2987situation, you want to stop when the assertion is violated---that is,
2988when the condition is false. In C, if you want to test an assertion expressed
2989by the condition @var{assert}, you should set the condition
2990@samp{! @var{assert}} on the appropriate breakpoint.
2991
2992Conditions are also accepted for watchpoints; you may not need them,
2993since a watchpoint is inspecting the value of an expression anyhow---but
2994it might be simpler, say, to just set a watchpoint on a variable name,
2995and specify a condition that tests whether the new value is an interesting
2996one.
2997
2998Break conditions can have side effects, and may even call functions in
2999your program. This can be useful, for example, to activate functions
3000that log program progress, or to use your own print functions to
3001format special data structures. The effects are completely predictable
3002unless there is another enabled breakpoint at the same address. (In
3003that case, @value{GDBN} might see the other breakpoint first and stop your
3004program without checking the condition of this one.) Note that
d4f3574e
SS
3005breakpoint commands are usually more convenient and flexible than break
3006conditions for the
c906108c
SS
3007purpose of performing side effects when a breakpoint is reached
3008(@pxref{Break Commands, ,Breakpoint command lists}).
3009
3010Break conditions can be specified when a breakpoint is set, by using
3011@samp{if} in the arguments to the @code{break} command. @xref{Set
3012Breaks, ,Setting breakpoints}. They can also be changed at any time
3013with the @code{condition} command.
53a5351d 3014
c906108c
SS
3015You can also use the @code{if} keyword with the @code{watch} command.
3016The @code{catch} command does not recognize the @code{if} keyword;
3017@code{condition} is the only way to impose a further condition on a
3018catchpoint.
c906108c
SS
3019
3020@table @code
3021@kindex condition
3022@item condition @var{bnum} @var{expression}
3023Specify @var{expression} as the break condition for breakpoint,
3024watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3025breakpoint @var{bnum} stops your program only if the value of
3026@var{expression} is true (nonzero, in C). When you use
3027@code{condition}, @value{GDBN} checks @var{expression} immediately for
3028syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3029referents in the context of your breakpoint. If @var{expression} uses
3030symbols not referenced in the context of the breakpoint, @value{GDBN}
3031prints an error message:
3032
474c8240 3033@smallexample
d4f3574e 3034No symbol "foo" in current context.
474c8240 3035@end smallexample
d4f3574e
SS
3036
3037@noindent
c906108c
SS
3038@value{GDBN} does
3039not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3040command (or a command that sets a breakpoint with a condition, like
3041@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3042
3043@item condition @var{bnum}
3044Remove the condition from breakpoint number @var{bnum}. It becomes
3045an ordinary unconditional breakpoint.
3046@end table
3047
3048@cindex ignore count (of breakpoint)
3049A special case of a breakpoint condition is to stop only when the
3050breakpoint has been reached a certain number of times. This is so
3051useful that there is a special way to do it, using the @dfn{ignore
3052count} of the breakpoint. Every breakpoint has an ignore count, which
3053is an integer. Most of the time, the ignore count is zero, and
3054therefore has no effect. But if your program reaches a breakpoint whose
3055ignore count is positive, then instead of stopping, it just decrements
3056the ignore count by one and continues. As a result, if the ignore count
3057value is @var{n}, the breakpoint does not stop the next @var{n} times
3058your program reaches it.
3059
3060@table @code
3061@kindex ignore
3062@item ignore @var{bnum} @var{count}
3063Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3064The next @var{count} times the breakpoint is reached, your program's
3065execution does not stop; other than to decrement the ignore count, @value{GDBN}
3066takes no action.
3067
3068To make the breakpoint stop the next time it is reached, specify
3069a count of zero.
3070
3071When you use @code{continue} to resume execution of your program from a
3072breakpoint, you can specify an ignore count directly as an argument to
3073@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3074Stepping,,Continuing and stepping}.
3075
3076If a breakpoint has a positive ignore count and a condition, the
3077condition is not checked. Once the ignore count reaches zero,
3078@value{GDBN} resumes checking the condition.
3079
3080You could achieve the effect of the ignore count with a condition such
3081as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3082is decremented each time. @xref{Convenience Vars, ,Convenience
3083variables}.
3084@end table
3085
3086Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3087
3088
6d2ebf8b 3089@node Break Commands
c906108c
SS
3090@subsection Breakpoint command lists
3091
3092@cindex breakpoint commands
3093You can give any breakpoint (or watchpoint or catchpoint) a series of
3094commands to execute when your program stops due to that breakpoint. For
3095example, you might want to print the values of certain expressions, or
3096enable other breakpoints.
3097
3098@table @code
3099@kindex commands
3100@kindex end
3101@item commands @r{[}@var{bnum}@r{]}
3102@itemx @dots{} @var{command-list} @dots{}
3103@itemx end
3104Specify a list of commands for breakpoint number @var{bnum}. The commands
3105themselves appear on the following lines. Type a line containing just
3106@code{end} to terminate the commands.
3107
3108To remove all commands from a breakpoint, type @code{commands} and
3109follow it immediately with @code{end}; that is, give no commands.
3110
3111With no @var{bnum} argument, @code{commands} refers to the last
3112breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3113recently encountered).
3114@end table
3115
3116Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3117disabled within a @var{command-list}.
3118
3119You can use breakpoint commands to start your program up again. Simply
3120use the @code{continue} command, or @code{step}, or any other command
3121that resumes execution.
3122
3123Any other commands in the command list, after a command that resumes
3124execution, are ignored. This is because any time you resume execution
3125(even with a simple @code{next} or @code{step}), you may encounter
3126another breakpoint---which could have its own command list, leading to
3127ambiguities about which list to execute.
3128
3129@kindex silent
3130If the first command you specify in a command list is @code{silent}, the
3131usual message about stopping at a breakpoint is not printed. This may
3132be desirable for breakpoints that are to print a specific message and
3133then continue. If none of the remaining commands print anything, you
3134see no sign that the breakpoint was reached. @code{silent} is
3135meaningful only at the beginning of a breakpoint command list.
3136
3137The commands @code{echo}, @code{output}, and @code{printf} allow you to
3138print precisely controlled output, and are often useful in silent
3139breakpoints. @xref{Output, ,Commands for controlled output}.
3140
3141For example, here is how you could use breakpoint commands to print the
3142value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3143
474c8240 3144@smallexample
c906108c
SS
3145break foo if x>0
3146commands
3147silent
3148printf "x is %d\n",x
3149cont
3150end
474c8240 3151@end smallexample
c906108c
SS
3152
3153One application for breakpoint commands is to compensate for one bug so
3154you can test for another. Put a breakpoint just after the erroneous line
3155of code, give it a condition to detect the case in which something
3156erroneous has been done, and give it commands to assign correct values
3157to any variables that need them. End with the @code{continue} command
3158so that your program does not stop, and start with the @code{silent}
3159command so that no output is produced. Here is an example:
3160
474c8240 3161@smallexample
c906108c
SS
3162break 403
3163commands
3164silent
3165set x = y + 4
3166cont
3167end
474c8240 3168@end smallexample
c906108c 3169
6d2ebf8b 3170@node Breakpoint Menus
c906108c
SS
3171@subsection Breakpoint menus
3172@cindex overloading
3173@cindex symbol overloading
3174
b37052ae 3175Some programming languages (notably C@t{++}) permit a single function name
c906108c
SS
3176to be defined several times, for application in different contexts.
3177This is called @dfn{overloading}. When a function name is overloaded,
3178@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3179a breakpoint. If you realize this is a problem, you can use
3180something like @samp{break @var{function}(@var{types})} to specify which
3181particular version of the function you want. Otherwise, @value{GDBN} offers
3182you a menu of numbered choices for different possible breakpoints, and
3183waits for your selection with the prompt @samp{>}. The first two
3184options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3185sets a breakpoint at each definition of @var{function}, and typing
3186@kbd{0} aborts the @code{break} command without setting any new
3187breakpoints.
3188
3189For example, the following session excerpt shows an attempt to set a
3190breakpoint at the overloaded symbol @code{String::after}.
3191We choose three particular definitions of that function name:
3192
3193@c FIXME! This is likely to change to show arg type lists, at least
3194@smallexample
3195@group
3196(@value{GDBP}) b String::after
3197[0] cancel
3198[1] all
3199[2] file:String.cc; line number:867
3200[3] file:String.cc; line number:860
3201[4] file:String.cc; line number:875
3202[5] file:String.cc; line number:853
3203[6] file:String.cc; line number:846
3204[7] file:String.cc; line number:735
3205> 2 4 6
3206Breakpoint 1 at 0xb26c: file String.cc, line 867.
3207Breakpoint 2 at 0xb344: file String.cc, line 875.
3208Breakpoint 3 at 0xafcc: file String.cc, line 846.
3209Multiple breakpoints were set.
3210Use the "delete" command to delete unwanted
3211 breakpoints.
3212(@value{GDBP})
3213@end group
3214@end smallexample
c906108c
SS
3215
3216@c @ifclear BARETARGET
6d2ebf8b 3217@node Error in Breakpoints
d4f3574e 3218@subsection ``Cannot insert breakpoints''
c906108c
SS
3219@c
3220@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3221@c
d4f3574e
SS
3222Under some operating systems, breakpoints cannot be used in a program if
3223any other process is running that program. In this situation,
5d161b24 3224attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3225@value{GDBN} to print an error message:
3226
474c8240 3227@smallexample
d4f3574e
SS
3228Cannot insert breakpoints.
3229The same program may be running in another process.
474c8240 3230@end smallexample
d4f3574e
SS
3231
3232When this happens, you have three ways to proceed:
3233
3234@enumerate
3235@item
3236Remove or disable the breakpoints, then continue.
3237
3238@item
5d161b24 3239Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3240name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3241that @value{GDBN} should run your program under that name.
d4f3574e
SS
3242Then start your program again.
3243
3244@item
3245Relink your program so that the text segment is nonsharable, using the
3246linker option @samp{-N}. The operating system limitation may not apply
3247to nonsharable executables.
3248@end enumerate
c906108c
SS
3249@c @end ifclear
3250
d4f3574e
SS
3251A similar message can be printed if you request too many active
3252hardware-assisted breakpoints and watchpoints:
3253
3254@c FIXME: the precise wording of this message may change; the relevant
3255@c source change is not committed yet (Sep 3, 1999).
3256@smallexample
3257Stopped; cannot insert breakpoints.
3258You may have requested too many hardware breakpoints and watchpoints.
3259@end smallexample
3260
3261@noindent
3262This message is printed when you attempt to resume the program, since
3263only then @value{GDBN} knows exactly how many hardware breakpoints and
3264watchpoints it needs to insert.
3265
3266When this message is printed, you need to disable or remove some of the
3267hardware-assisted breakpoints and watchpoints, and then continue.
3268
3269
6d2ebf8b 3270@node Continuing and Stepping
c906108c
SS
3271@section Continuing and stepping
3272
3273@cindex stepping
3274@cindex continuing
3275@cindex resuming execution
3276@dfn{Continuing} means resuming program execution until your program
3277completes normally. In contrast, @dfn{stepping} means executing just
3278one more ``step'' of your program, where ``step'' may mean either one
3279line of source code, or one machine instruction (depending on what
7a292a7a
SS
3280particular command you use). Either when continuing or when stepping,
3281your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3282it stops due to a signal, you may want to use @code{handle}, or use
3283@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3284
3285@table @code
3286@kindex continue
41afff9a
EZ
3287@kindex c @r{(@code{continue})}
3288@kindex fg @r{(resume foreground execution)}
c906108c
SS
3289@item continue @r{[}@var{ignore-count}@r{]}
3290@itemx c @r{[}@var{ignore-count}@r{]}
3291@itemx fg @r{[}@var{ignore-count}@r{]}
3292Resume program execution, at the address where your program last stopped;
3293any breakpoints set at that address are bypassed. The optional argument
3294@var{ignore-count} allows you to specify a further number of times to
3295ignore a breakpoint at this location; its effect is like that of
3296@code{ignore} (@pxref{Conditions, ,Break conditions}).
3297
3298The argument @var{ignore-count} is meaningful only when your program
3299stopped due to a breakpoint. At other times, the argument to
3300@code{continue} is ignored.
3301
d4f3574e
SS
3302The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3303debugged program is deemed to be the foreground program) are provided
3304purely for convenience, and have exactly the same behavior as
3305@code{continue}.
c906108c
SS
3306@end table
3307
3308To resume execution at a different place, you can use @code{return}
3309(@pxref{Returning, ,Returning from a function}) to go back to the
3310calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3311different address}) to go to an arbitrary location in your program.
3312
3313A typical technique for using stepping is to set a breakpoint
3314(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3315beginning of the function or the section of your program where a problem
3316is believed to lie, run your program until it stops at that breakpoint,
3317and then step through the suspect area, examining the variables that are
3318interesting, until you see the problem happen.
3319
3320@table @code
3321@kindex step
41afff9a 3322@kindex s @r{(@code{step})}
c906108c
SS
3323@item step
3324Continue running your program until control reaches a different source
3325line, then stop it and return control to @value{GDBN}. This command is
3326abbreviated @code{s}.
3327
3328@quotation
3329@c "without debugging information" is imprecise; actually "without line
3330@c numbers in the debugging information". (gcc -g1 has debugging info but
3331@c not line numbers). But it seems complex to try to make that
3332@c distinction here.
3333@emph{Warning:} If you use the @code{step} command while control is
3334within a function that was compiled without debugging information,
3335execution proceeds until control reaches a function that does have
3336debugging information. Likewise, it will not step into a function which
3337is compiled without debugging information. To step through functions
3338without debugging information, use the @code{stepi} command, described
3339below.
3340@end quotation
3341
4a92d011
EZ
3342The @code{step} command only stops at the first instruction of a source
3343line. This prevents the multiple stops that could otherwise occur in
3344@code{switch} statements, @code{for} loops, etc. @code{step} continues
3345to stop if a function that has debugging information is called within
3346the line. In other words, @code{step} @emph{steps inside} any functions
3347called within the line.
c906108c 3348
d4f3574e
SS
3349Also, the @code{step} command only enters a function if there is line
3350number information for the function. Otherwise it acts like the
5d161b24 3351@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3352on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3353was any debugging information about the routine.
c906108c
SS
3354
3355@item step @var{count}
3356Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3357breakpoint is reached, or a signal not related to stepping occurs before
3358@var{count} steps, stepping stops right away.
c906108c
SS
3359
3360@kindex next
41afff9a 3361@kindex n @r{(@code{next})}
c906108c
SS
3362@item next @r{[}@var{count}@r{]}
3363Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3364This is similar to @code{step}, but function calls that appear within
3365the line of code are executed without stopping. Execution stops when
3366control reaches a different line of code at the original stack level
3367that was executing when you gave the @code{next} command. This command
3368is abbreviated @code{n}.
c906108c
SS
3369
3370An argument @var{count} is a repeat count, as for @code{step}.
3371
3372
3373@c FIX ME!! Do we delete this, or is there a way it fits in with
3374@c the following paragraph? --- Vctoria
3375@c
3376@c @code{next} within a function that lacks debugging information acts like
3377@c @code{step}, but any function calls appearing within the code of the
3378@c function are executed without stopping.
3379
d4f3574e
SS
3380The @code{next} command only stops at the first instruction of a
3381source line. This prevents multiple stops that could otherwise occur in
4a92d011 3382@code{switch} statements, @code{for} loops, etc.
c906108c 3383
b90a5f51
CF
3384@kindex set step-mode
3385@item set step-mode
3386@cindex functions without line info, and stepping
3387@cindex stepping into functions with no line info
3388@itemx set step-mode on
4a92d011 3389The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3390stop at the first instruction of a function which contains no debug line
3391information rather than stepping over it.
3392
4a92d011
EZ
3393This is useful in cases where you may be interested in inspecting the
3394machine instructions of a function which has no symbolic info and do not
3395want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3396
3397@item set step-mode off
4a92d011 3398Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3399debug information. This is the default.
3400
c906108c
SS
3401@kindex finish
3402@item finish
3403Continue running until just after function in the selected stack frame
3404returns. Print the returned value (if any).
3405
3406Contrast this with the @code{return} command (@pxref{Returning,
3407,Returning from a function}).
3408
3409@kindex until
41afff9a 3410@kindex u @r{(@code{until})}
c906108c
SS
3411@item until
3412@itemx u
3413Continue running until a source line past the current line, in the
3414current stack frame, is reached. This command is used to avoid single
3415stepping through a loop more than once. It is like the @code{next}
3416command, except that when @code{until} encounters a jump, it
3417automatically continues execution until the program counter is greater
3418than the address of the jump.
3419
3420This means that when you reach the end of a loop after single stepping
3421though it, @code{until} makes your program continue execution until it
3422exits the loop. In contrast, a @code{next} command at the end of a loop
3423simply steps back to the beginning of the loop, which forces you to step
3424through the next iteration.
3425
3426@code{until} always stops your program if it attempts to exit the current
3427stack frame.
3428
3429@code{until} may produce somewhat counterintuitive results if the order
3430of machine code does not match the order of the source lines. For
3431example, in the following excerpt from a debugging session, the @code{f}
3432(@code{frame}) command shows that execution is stopped at line
3433@code{206}; yet when we use @code{until}, we get to line @code{195}:
3434
474c8240 3435@smallexample
c906108c
SS
3436(@value{GDBP}) f
3437#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3438206 expand_input();
3439(@value{GDBP}) until
3440195 for ( ; argc > 0; NEXTARG) @{
474c8240 3441@end smallexample
c906108c
SS
3442
3443This happened because, for execution efficiency, the compiler had
3444generated code for the loop closure test at the end, rather than the
3445start, of the loop---even though the test in a C @code{for}-loop is
3446written before the body of the loop. The @code{until} command appeared
3447to step back to the beginning of the loop when it advanced to this
3448expression; however, it has not really gone to an earlier
3449statement---not in terms of the actual machine code.
3450
3451@code{until} with no argument works by means of single
3452instruction stepping, and hence is slower than @code{until} with an
3453argument.
3454
3455@item until @var{location}
3456@itemx u @var{location}
3457Continue running your program until either the specified location is
3458reached, or the current stack frame returns. @var{location} is any of
3459the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3460,Setting breakpoints}). This form of the command uses breakpoints,
3461and hence is quicker than @code{until} without an argument.
3462
3463@kindex stepi
41afff9a 3464@kindex si @r{(@code{stepi})}
c906108c 3465@item stepi
96a2c332 3466@itemx stepi @var{arg}
c906108c
SS
3467@itemx si
3468Execute one machine instruction, then stop and return to the debugger.
3469
3470It is often useful to do @samp{display/i $pc} when stepping by machine
3471instructions. This makes @value{GDBN} automatically display the next
3472instruction to be executed, each time your program stops. @xref{Auto
3473Display,, Automatic display}.
3474
3475An argument is a repeat count, as in @code{step}.
3476
3477@need 750
3478@kindex nexti
41afff9a 3479@kindex ni @r{(@code{nexti})}
c906108c 3480@item nexti
96a2c332 3481@itemx nexti @var{arg}
c906108c
SS
3482@itemx ni
3483Execute one machine instruction, but if it is a function call,
3484proceed until the function returns.
3485
3486An argument is a repeat count, as in @code{next}.
3487@end table
3488
6d2ebf8b 3489@node Signals
c906108c
SS
3490@section Signals
3491@cindex signals
3492
3493A signal is an asynchronous event that can happen in a program. The
3494operating system defines the possible kinds of signals, and gives each
3495kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3496signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3497@code{SIGSEGV} is the signal a program gets from referencing a place in
3498memory far away from all the areas in use; @code{SIGALRM} occurs when
3499the alarm clock timer goes off (which happens only if your program has
3500requested an alarm).
3501
3502@cindex fatal signals
3503Some signals, including @code{SIGALRM}, are a normal part of the
3504functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3505errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3506program has not specified in advance some other way to handle the signal.
3507@code{SIGINT} does not indicate an error in your program, but it is normally
3508fatal so it can carry out the purpose of the interrupt: to kill the program.
3509
3510@value{GDBN} has the ability to detect any occurrence of a signal in your
3511program. You can tell @value{GDBN} in advance what to do for each kind of
3512signal.
3513
3514@cindex handling signals
24f93129
EZ
3515Normally, @value{GDBN} is set up to let the non-erroneous signals like
3516@code{SIGALRM} be silently passed to your program
3517(so as not to interfere with their role in the program's functioning)
c906108c
SS
3518but to stop your program immediately whenever an error signal happens.
3519You can change these settings with the @code{handle} command.
3520
3521@table @code
3522@kindex info signals
3523@item info signals
96a2c332 3524@itemx info handle
c906108c
SS
3525Print a table of all the kinds of signals and how @value{GDBN} has been told to
3526handle each one. You can use this to see the signal numbers of all
3527the defined types of signals.
3528
d4f3574e 3529@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3530
3531@kindex handle
3532@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3533Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3534can be the number of a signal or its name (with or without the
24f93129 3535@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3536@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3537known signals. The @var{keywords} say what change to make.
c906108c
SS
3538@end table
3539
3540@c @group
3541The keywords allowed by the @code{handle} command can be abbreviated.
3542Their full names are:
3543
3544@table @code
3545@item nostop
3546@value{GDBN} should not stop your program when this signal happens. It may
3547still print a message telling you that the signal has come in.
3548
3549@item stop
3550@value{GDBN} should stop your program when this signal happens. This implies
3551the @code{print} keyword as well.
3552
3553@item print
3554@value{GDBN} should print a message when this signal happens.
3555
3556@item noprint
3557@value{GDBN} should not mention the occurrence of the signal at all. This
3558implies the @code{nostop} keyword as well.
3559
3560@item pass
5ece1a18 3561@itemx noignore
c906108c
SS
3562@value{GDBN} should allow your program to see this signal; your program
3563can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3564and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3565
3566@item nopass
5ece1a18 3567@itemx ignore
c906108c 3568@value{GDBN} should not allow your program to see this signal.
5ece1a18 3569@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3570@end table
3571@c @end group
3572
d4f3574e
SS
3573When a signal stops your program, the signal is not visible to the
3574program until you
c906108c
SS
3575continue. Your program sees the signal then, if @code{pass} is in
3576effect for the signal in question @emph{at that time}. In other words,
3577after @value{GDBN} reports a signal, you can use the @code{handle}
3578command with @code{pass} or @code{nopass} to control whether your
3579program sees that signal when you continue.
3580
24f93129
EZ
3581The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3582non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3583@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3584erroneous signals.
3585
c906108c
SS
3586You can also use the @code{signal} command to prevent your program from
3587seeing a signal, or cause it to see a signal it normally would not see,
3588or to give it any signal at any time. For example, if your program stopped
3589due to some sort of memory reference error, you might store correct
3590values into the erroneous variables and continue, hoping to see more
3591execution; but your program would probably terminate immediately as
3592a result of the fatal signal once it saw the signal. To prevent this,
3593you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3594program a signal}.
c906108c 3595
6d2ebf8b 3596@node Thread Stops
c906108c
SS
3597@section Stopping and starting multi-thread programs
3598
3599When your program has multiple threads (@pxref{Threads,, Debugging
3600programs with multiple threads}), you can choose whether to set
3601breakpoints on all threads, or on a particular thread.
3602
3603@table @code
3604@cindex breakpoints and threads
3605@cindex thread breakpoints
3606@kindex break @dots{} thread @var{threadno}
3607@item break @var{linespec} thread @var{threadno}
3608@itemx break @var{linespec} thread @var{threadno} if @dots{}
3609@var{linespec} specifies source lines; there are several ways of
3610writing them, but the effect is always to specify some source line.
3611
3612Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3613to specify that you only want @value{GDBN} to stop the program when a
3614particular thread reaches this breakpoint. @var{threadno} is one of the
3615numeric thread identifiers assigned by @value{GDBN}, shown in the first
3616column of the @samp{info threads} display.
3617
3618If you do not specify @samp{thread @var{threadno}} when you set a
3619breakpoint, the breakpoint applies to @emph{all} threads of your
3620program.
3621
3622You can use the @code{thread} qualifier on conditional breakpoints as
3623well; in this case, place @samp{thread @var{threadno}} before the
3624breakpoint condition, like this:
3625
3626@smallexample
2df3850c 3627(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3628@end smallexample
3629
3630@end table
3631
3632@cindex stopped threads
3633@cindex threads, stopped
3634Whenever your program stops under @value{GDBN} for any reason,
3635@emph{all} threads of execution stop, not just the current thread. This
3636allows you to examine the overall state of the program, including
3637switching between threads, without worrying that things may change
3638underfoot.
3639
3640@cindex continuing threads
3641@cindex threads, continuing
3642Conversely, whenever you restart the program, @emph{all} threads start
3643executing. @emph{This is true even when single-stepping} with commands
5d161b24 3644like @code{step} or @code{next}.
c906108c
SS
3645
3646In particular, @value{GDBN} cannot single-step all threads in lockstep.
3647Since thread scheduling is up to your debugging target's operating
3648system (not controlled by @value{GDBN}), other threads may
3649execute more than one statement while the current thread completes a
3650single step. Moreover, in general other threads stop in the middle of a
3651statement, rather than at a clean statement boundary, when the program
3652stops.
3653
3654You might even find your program stopped in another thread after
3655continuing or even single-stepping. This happens whenever some other
3656thread runs into a breakpoint, a signal, or an exception before the
3657first thread completes whatever you requested.
3658
3659On some OSes, you can lock the OS scheduler and thus allow only a single
3660thread to run.
3661
3662@table @code
3663@item set scheduler-locking @var{mode}
3664Set the scheduler locking mode. If it is @code{off}, then there is no
3665locking and any thread may run at any time. If @code{on}, then only the
3666current thread may run when the inferior is resumed. The @code{step}
3667mode optimizes for single-stepping. It stops other threads from
3668``seizing the prompt'' by preempting the current thread while you are
3669stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3670when you step. They are more likely to run when you @samp{next} over a
c906108c 3671function call, and they are completely free to run when you use commands
d4f3574e 3672like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3673thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3674@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3675
3676@item show scheduler-locking
3677Display the current scheduler locking mode.
3678@end table
3679
c906108c 3680
6d2ebf8b 3681@node Stack
c906108c
SS
3682@chapter Examining the Stack
3683
3684When your program has stopped, the first thing you need to know is where it
3685stopped and how it got there.
3686
3687@cindex call stack
5d161b24
DB
3688Each time your program performs a function call, information about the call
3689is generated.
3690That information includes the location of the call in your program,
3691the arguments of the call,
c906108c 3692and the local variables of the function being called.
5d161b24 3693The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3694The stack frames are allocated in a region of memory called the @dfn{call
3695stack}.
3696
3697When your program stops, the @value{GDBN} commands for examining the
3698stack allow you to see all of this information.
3699
3700@cindex selected frame
3701One of the stack frames is @dfn{selected} by @value{GDBN} and many
3702@value{GDBN} commands refer implicitly to the selected frame. In
3703particular, whenever you ask @value{GDBN} for the value of a variable in
3704your program, the value is found in the selected frame. There are
3705special @value{GDBN} commands to select whichever frame you are
3706interested in. @xref{Selection, ,Selecting a frame}.
3707
3708When your program stops, @value{GDBN} automatically selects the
5d161b24 3709currently executing frame and describes it briefly, similar to the
c906108c
SS
3710@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3711
3712@menu
3713* Frames:: Stack frames
3714* Backtrace:: Backtraces
3715* Selection:: Selecting a frame
3716* Frame Info:: Information on a frame
c906108c
SS
3717
3718@end menu
3719
6d2ebf8b 3720@node Frames
c906108c
SS
3721@section Stack frames
3722
d4f3574e 3723@cindex frame, definition
c906108c
SS
3724@cindex stack frame
3725The call stack is divided up into contiguous pieces called @dfn{stack
3726frames}, or @dfn{frames} for short; each frame is the data associated
3727with one call to one function. The frame contains the arguments given
3728to the function, the function's local variables, and the address at
3729which the function is executing.
3730
3731@cindex initial frame
3732@cindex outermost frame
3733@cindex innermost frame
3734When your program is started, the stack has only one frame, that of the
3735function @code{main}. This is called the @dfn{initial} frame or the
3736@dfn{outermost} frame. Each time a function is called, a new frame is
3737made. Each time a function returns, the frame for that function invocation
3738is eliminated. If a function is recursive, there can be many frames for
3739the same function. The frame for the function in which execution is
3740actually occurring is called the @dfn{innermost} frame. This is the most
3741recently created of all the stack frames that still exist.
3742
3743@cindex frame pointer
3744Inside your program, stack frames are identified by their addresses. A
3745stack frame consists of many bytes, each of which has its own address; each
3746kind of computer has a convention for choosing one byte whose
3747address serves as the address of the frame. Usually this address is kept
3748in a register called the @dfn{frame pointer register} while execution is
3749going on in that frame.
3750
3751@cindex frame number
3752@value{GDBN} assigns numbers to all existing stack frames, starting with
3753zero for the innermost frame, one for the frame that called it,
3754and so on upward. These numbers do not really exist in your program;
3755they are assigned by @value{GDBN} to give you a way of designating stack
3756frames in @value{GDBN} commands.
3757
6d2ebf8b
SS
3758@c The -fomit-frame-pointer below perennially causes hbox overflow
3759@c underflow problems.
c906108c
SS
3760@cindex frameless execution
3761Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3762without stack frames. (For example, the @value{GCC} option
474c8240 3763@smallexample
6d2ebf8b 3764@samp{-fomit-frame-pointer}
474c8240 3765@end smallexample
6d2ebf8b 3766generates functions without a frame.)
c906108c
SS
3767This is occasionally done with heavily used library functions to save
3768the frame setup time. @value{GDBN} has limited facilities for dealing
3769with these function invocations. If the innermost function invocation
3770has no stack frame, @value{GDBN} nevertheless regards it as though
3771it had a separate frame, which is numbered zero as usual, allowing
3772correct tracing of the function call chain. However, @value{GDBN} has
3773no provision for frameless functions elsewhere in the stack.
3774
3775@table @code
d4f3574e 3776@kindex frame@r{, command}
41afff9a 3777@cindex current stack frame
c906108c 3778@item frame @var{args}
5d161b24 3779The @code{frame} command allows you to move from one stack frame to another,
c906108c 3780and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3781address of the frame or the stack frame number. Without an argument,
3782@code{frame} prints the current stack frame.
c906108c
SS
3783
3784@kindex select-frame
41afff9a 3785@cindex selecting frame silently
c906108c
SS
3786@item select-frame
3787The @code{select-frame} command allows you to move from one stack frame
3788to another without printing the frame. This is the silent version of
3789@code{frame}.
3790@end table
3791
6d2ebf8b 3792@node Backtrace
c906108c
SS
3793@section Backtraces
3794
3795@cindex backtraces
3796@cindex tracebacks
3797@cindex stack traces
3798A backtrace is a summary of how your program got where it is. It shows one
3799line per frame, for many frames, starting with the currently executing
3800frame (frame zero), followed by its caller (frame one), and on up the
3801stack.
3802
3803@table @code
3804@kindex backtrace
41afff9a 3805@kindex bt @r{(@code{backtrace})}
c906108c
SS
3806@item backtrace
3807@itemx bt
3808Print a backtrace of the entire stack: one line per frame for all
3809frames in the stack.
3810
3811You can stop the backtrace at any time by typing the system interrupt
3812character, normally @kbd{C-c}.
3813
3814@item backtrace @var{n}
3815@itemx bt @var{n}
3816Similar, but print only the innermost @var{n} frames.
3817
3818@item backtrace -@var{n}
3819@itemx bt -@var{n}
3820Similar, but print only the outermost @var{n} frames.
3821@end table
3822
3823@kindex where
3824@kindex info stack
41afff9a 3825@kindex info s @r{(@code{info stack})}
c906108c
SS
3826The names @code{where} and @code{info stack} (abbreviated @code{info s})
3827are additional aliases for @code{backtrace}.
3828
3829Each line in the backtrace shows the frame number and the function name.
3830The program counter value is also shown---unless you use @code{set
3831print address off}. The backtrace also shows the source file name and
3832line number, as well as the arguments to the function. The program
3833counter value is omitted if it is at the beginning of the code for that
3834line number.
3835
3836Here is an example of a backtrace. It was made with the command
3837@samp{bt 3}, so it shows the innermost three frames.
3838
3839@smallexample
3840@group
5d161b24 3841#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
3842 at builtin.c:993
3843#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3844#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3845 at macro.c:71
3846(More stack frames follow...)
3847@end group
3848@end smallexample
3849
3850@noindent
3851The display for frame zero does not begin with a program counter
3852value, indicating that your program has stopped at the beginning of the
3853code for line @code{993} of @code{builtin.c}.
3854
6d2ebf8b 3855@node Selection
c906108c
SS
3856@section Selecting a frame
3857
3858Most commands for examining the stack and other data in your program work on
3859whichever stack frame is selected at the moment. Here are the commands for
3860selecting a stack frame; all of them finish by printing a brief description
3861of the stack frame just selected.
3862
3863@table @code
d4f3574e 3864@kindex frame@r{, selecting}
41afff9a 3865@kindex f @r{(@code{frame})}
c906108c
SS
3866@item frame @var{n}
3867@itemx f @var{n}
3868Select frame number @var{n}. Recall that frame zero is the innermost
3869(currently executing) frame, frame one is the frame that called the
3870innermost one, and so on. The highest-numbered frame is the one for
3871@code{main}.
3872
3873@item frame @var{addr}
3874@itemx f @var{addr}
3875Select the frame at address @var{addr}. This is useful mainly if the
3876chaining of stack frames has been damaged by a bug, making it
3877impossible for @value{GDBN} to assign numbers properly to all frames. In
3878addition, this can be useful when your program has multiple stacks and
3879switches between them.
3880
c906108c
SS
3881On the SPARC architecture, @code{frame} needs two addresses to
3882select an arbitrary frame: a frame pointer and a stack pointer.
3883
3884On the MIPS and Alpha architecture, it needs two addresses: a stack
3885pointer and a program counter.
3886
3887On the 29k architecture, it needs three addresses: a register stack
3888pointer, a program counter, and a memory stack pointer.
3889@c note to future updaters: this is conditioned on a flag
3890@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3891@c as of 27 Jan 1994.
c906108c
SS
3892
3893@kindex up
3894@item up @var{n}
3895Move @var{n} frames up the stack. For positive numbers @var{n}, this
3896advances toward the outermost frame, to higher frame numbers, to frames
3897that have existed longer. @var{n} defaults to one.
3898
3899@kindex down
41afff9a 3900@kindex do @r{(@code{down})}
c906108c
SS
3901@item down @var{n}
3902Move @var{n} frames down the stack. For positive numbers @var{n}, this
3903advances toward the innermost frame, to lower frame numbers, to frames
3904that were created more recently. @var{n} defaults to one. You may
3905abbreviate @code{down} as @code{do}.
3906@end table
3907
3908All of these commands end by printing two lines of output describing the
3909frame. The first line shows the frame number, the function name, the
3910arguments, and the source file and line number of execution in that
5d161b24 3911frame. The second line shows the text of that source line.
c906108c
SS
3912
3913@need 1000
3914For example:
3915
3916@smallexample
3917@group
3918(@value{GDBP}) up
3919#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
3920 at env.c:10
392110 read_input_file (argv[i]);
3922@end group
3923@end smallexample
3924
3925After such a printout, the @code{list} command with no arguments
3926prints ten lines centered on the point of execution in the frame.
3927@xref{List, ,Printing source lines}.
3928
3929@table @code
3930@kindex down-silently
3931@kindex up-silently
3932@item up-silently @var{n}
3933@itemx down-silently @var{n}
3934These two commands are variants of @code{up} and @code{down},
3935respectively; they differ in that they do their work silently, without
3936causing display of the new frame. They are intended primarily for use
3937in @value{GDBN} command scripts, where the output might be unnecessary and
3938distracting.
3939@end table
3940
6d2ebf8b 3941@node Frame Info
c906108c
SS
3942@section Information about a frame
3943
3944There are several other commands to print information about the selected
3945stack frame.
3946
3947@table @code
3948@item frame
3949@itemx f
3950When used without any argument, this command does not change which
3951frame is selected, but prints a brief description of the currently
3952selected stack frame. It can be abbreviated @code{f}. With an
3953argument, this command is used to select a stack frame.
3954@xref{Selection, ,Selecting a frame}.
3955
3956@kindex info frame
41afff9a 3957@kindex info f @r{(@code{info frame})}
c906108c
SS
3958@item info frame
3959@itemx info f
3960This command prints a verbose description of the selected stack frame,
3961including:
3962
3963@itemize @bullet
5d161b24
DB
3964@item
3965the address of the frame
c906108c
SS
3966@item
3967the address of the next frame down (called by this frame)
3968@item
3969the address of the next frame up (caller of this frame)
3970@item
3971the language in which the source code corresponding to this frame is written
3972@item
3973the address of the frame's arguments
3974@item
d4f3574e
SS
3975the address of the frame's local variables
3976@item
c906108c
SS
3977the program counter saved in it (the address of execution in the caller frame)
3978@item
3979which registers were saved in the frame
3980@end itemize
3981
3982@noindent The verbose description is useful when
3983something has gone wrong that has made the stack format fail to fit
3984the usual conventions.
3985
3986@item info frame @var{addr}
3987@itemx info f @var{addr}
3988Print a verbose description of the frame at address @var{addr}, without
3989selecting that frame. The selected frame remains unchanged by this
3990command. This requires the same kind of address (more than one for some
3991architectures) that you specify in the @code{frame} command.
3992@xref{Selection, ,Selecting a frame}.
3993
3994@kindex info args
3995@item info args
3996Print the arguments of the selected frame, each on a separate line.
3997
3998@item info locals
3999@kindex info locals
4000Print the local variables of the selected frame, each on a separate
4001line. These are all variables (declared either static or automatic)
4002accessible at the point of execution of the selected frame.
4003
c906108c 4004@kindex info catch
d4f3574e
SS
4005@cindex catch exceptions, list active handlers
4006@cindex exception handlers, how to list
c906108c
SS
4007@item info catch
4008Print a list of all the exception handlers that are active in the
4009current stack frame at the current point of execution. To see other
4010exception handlers, visit the associated frame (using the @code{up},
4011@code{down}, or @code{frame} commands); then type @code{info catch}.
4012@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4013
c906108c
SS
4014@end table
4015
c906108c 4016
6d2ebf8b 4017@node Source
c906108c
SS
4018@chapter Examining Source Files
4019
4020@value{GDBN} can print parts of your program's source, since the debugging
4021information recorded in the program tells @value{GDBN} what source files were
4022used to build it. When your program stops, @value{GDBN} spontaneously prints
4023the line where it stopped. Likewise, when you select a stack frame
4024(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4025execution in that frame has stopped. You can print other portions of
4026source files by explicit command.
4027
7a292a7a 4028If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4029prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4030@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4031
4032@menu
4033* List:: Printing source lines
c906108c 4034* Search:: Searching source files
c906108c
SS
4035* Source Path:: Specifying source directories
4036* Machine Code:: Source and machine code
4037@end menu
4038
6d2ebf8b 4039@node List
c906108c
SS
4040@section Printing source lines
4041
4042@kindex list
41afff9a 4043@kindex l @r{(@code{list})}
c906108c 4044To print lines from a source file, use the @code{list} command
5d161b24 4045(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4046There are several ways to specify what part of the file you want to print.
4047
4048Here are the forms of the @code{list} command most commonly used:
4049
4050@table @code
4051@item list @var{linenum}
4052Print lines centered around line number @var{linenum} in the
4053current source file.
4054
4055@item list @var{function}
4056Print lines centered around the beginning of function
4057@var{function}.
4058
4059@item list
4060Print more lines. If the last lines printed were printed with a
4061@code{list} command, this prints lines following the last lines
4062printed; however, if the last line printed was a solitary line printed
4063as part of displaying a stack frame (@pxref{Stack, ,Examining the
4064Stack}), this prints lines centered around that line.
4065
4066@item list -
4067Print lines just before the lines last printed.
4068@end table
4069
4070By default, @value{GDBN} prints ten source lines with any of these forms of
4071the @code{list} command. You can change this using @code{set listsize}:
4072
4073@table @code
4074@kindex set listsize
4075@item set listsize @var{count}
4076Make the @code{list} command display @var{count} source lines (unless
4077the @code{list} argument explicitly specifies some other number).
4078
4079@kindex show listsize
4080@item show listsize
4081Display the number of lines that @code{list} prints.
4082@end table
4083
4084Repeating a @code{list} command with @key{RET} discards the argument,
4085so it is equivalent to typing just @code{list}. This is more useful
4086than listing the same lines again. An exception is made for an
4087argument of @samp{-}; that argument is preserved in repetition so that
4088each repetition moves up in the source file.
4089
4090@cindex linespec
4091In general, the @code{list} command expects you to supply zero, one or two
4092@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4093of writing them, but the effect is always to specify some source line.
c906108c
SS
4094Here is a complete description of the possible arguments for @code{list}:
4095
4096@table @code
4097@item list @var{linespec}
4098Print lines centered around the line specified by @var{linespec}.
4099
4100@item list @var{first},@var{last}
4101Print lines from @var{first} to @var{last}. Both arguments are
4102linespecs.
4103
4104@item list ,@var{last}
4105Print lines ending with @var{last}.
4106
4107@item list @var{first},
4108Print lines starting with @var{first}.
4109
4110@item list +
4111Print lines just after the lines last printed.
4112
4113@item list -
4114Print lines just before the lines last printed.
4115
4116@item list
4117As described in the preceding table.
4118@end table
4119
4120Here are the ways of specifying a single source line---all the
4121kinds of linespec.
4122
4123@table @code
4124@item @var{number}
4125Specifies line @var{number} of the current source file.
4126When a @code{list} command has two linespecs, this refers to
4127the same source file as the first linespec.
4128
4129@item +@var{offset}
4130Specifies the line @var{offset} lines after the last line printed.
4131When used as the second linespec in a @code{list} command that has
4132two, this specifies the line @var{offset} lines down from the
4133first linespec.
4134
4135@item -@var{offset}
4136Specifies the line @var{offset} lines before the last line printed.
4137
4138@item @var{filename}:@var{number}
4139Specifies line @var{number} in the source file @var{filename}.
4140
4141@item @var{function}
4142Specifies the line that begins the body of the function @var{function}.
4143For example: in C, this is the line with the open brace.
4144
4145@item @var{filename}:@var{function}
4146Specifies the line of the open-brace that begins the body of the
4147function @var{function} in the file @var{filename}. You only need the
4148file name with a function name to avoid ambiguity when there are
4149identically named functions in different source files.
4150
4151@item *@var{address}
4152Specifies the line containing the program address @var{address}.
4153@var{address} may be any expression.
4154@end table
4155
6d2ebf8b 4156@node Search
c906108c
SS
4157@section Searching source files
4158@cindex searching
4159@kindex reverse-search
4160
4161There are two commands for searching through the current source file for a
4162regular expression.
4163
4164@table @code
4165@kindex search
4166@kindex forward-search
4167@item forward-search @var{regexp}
4168@itemx search @var{regexp}
4169The command @samp{forward-search @var{regexp}} checks each line,
4170starting with the one following the last line listed, for a match for
5d161b24 4171@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4172synonym @samp{search @var{regexp}} or abbreviate the command name as
4173@code{fo}.
4174
4175@item reverse-search @var{regexp}
4176The command @samp{reverse-search @var{regexp}} checks each line, starting
4177with the one before the last line listed and going backward, for a match
4178for @var{regexp}. It lists the line that is found. You can abbreviate
4179this command as @code{rev}.
4180@end table
c906108c 4181
6d2ebf8b 4182@node Source Path
c906108c
SS
4183@section Specifying source directories
4184
4185@cindex source path
4186@cindex directories for source files
4187Executable programs sometimes do not record the directories of the source
4188files from which they were compiled, just the names. Even when they do,
4189the directories could be moved between the compilation and your debugging
4190session. @value{GDBN} has a list of directories to search for source files;
4191this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4192it tries all the directories in the list, in the order they are present
4193in the list, until it finds a file with the desired name. Note that
4194the executable search path is @emph{not} used for this purpose. Neither is
4195the current working directory, unless it happens to be in the source
4196path.
4197
4198If @value{GDBN} cannot find a source file in the source path, and the
4199object program records a directory, @value{GDBN} tries that directory
4200too. If the source path is empty, and there is no record of the
4201compilation directory, @value{GDBN} looks in the current directory as a
4202last resort.
4203
4204Whenever you reset or rearrange the source path, @value{GDBN} clears out
4205any information it has cached about where source files are found and where
4206each line is in the file.
4207
4208@kindex directory
4209@kindex dir
d4f3574e
SS
4210When you start @value{GDBN}, its source path includes only @samp{cdir}
4211and @samp{cwd}, in that order.
c906108c
SS
4212To add other directories, use the @code{directory} command.
4213
4214@table @code
4215@item directory @var{dirname} @dots{}
4216@item dir @var{dirname} @dots{}
4217Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4218directory names may be given to this command, separated by @samp{:}
4219(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4220part of absolute file names) or
c906108c
SS
4221whitespace. You may specify a directory that is already in the source
4222path; this moves it forward, so @value{GDBN} searches it sooner.
4223
4224@kindex cdir
4225@kindex cwd
41afff9a
EZ
4226@vindex $cdir@r{, convenience variable}
4227@vindex $cwdr@r{, convenience variable}
c906108c
SS
4228@cindex compilation directory
4229@cindex current directory
4230@cindex working directory
4231@cindex directory, current
4232@cindex directory, compilation
4233You can use the string @samp{$cdir} to refer to the compilation
4234directory (if one is recorded), and @samp{$cwd} to refer to the current
4235working directory. @samp{$cwd} is not the same as @samp{.}---the former
4236tracks the current working directory as it changes during your @value{GDBN}
4237session, while the latter is immediately expanded to the current
4238directory at the time you add an entry to the source path.
4239
4240@item directory
4241Reset the source path to empty again. This requires confirmation.
4242
4243@c RET-repeat for @code{directory} is explicitly disabled, but since
4244@c repeating it would be a no-op we do not say that. (thanks to RMS)
4245
4246@item show directories
4247@kindex show directories
4248Print the source path: show which directories it contains.
4249@end table
4250
4251If your source path is cluttered with directories that are no longer of
4252interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4253versions of source. You can correct the situation as follows:
4254
4255@enumerate
4256@item
4257Use @code{directory} with no argument to reset the source path to empty.
4258
4259@item
4260Use @code{directory} with suitable arguments to reinstall the
4261directories you want in the source path. You can add all the
4262directories in one command.
4263@end enumerate
4264
6d2ebf8b 4265@node Machine Code
c906108c
SS
4266@section Source and machine code
4267
4268You can use the command @code{info line} to map source lines to program
4269addresses (and vice versa), and the command @code{disassemble} to display
4270a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4271mode, the @code{info line} command causes the arrow to point to the
5d161b24 4272line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4273well as hex.
4274
4275@table @code
4276@kindex info line
4277@item info line @var{linespec}
4278Print the starting and ending addresses of the compiled code for
4279source line @var{linespec}. You can specify source lines in any of
4280the ways understood by the @code{list} command (@pxref{List, ,Printing
4281source lines}).
4282@end table
4283
4284For example, we can use @code{info line} to discover the location of
4285the object code for the first line of function
4286@code{m4_changequote}:
4287
d4f3574e
SS
4288@c FIXME: I think this example should also show the addresses in
4289@c symbolic form, as they usually would be displayed.
c906108c 4290@smallexample
96a2c332 4291(@value{GDBP}) info line m4_changequote
c906108c
SS
4292Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4293@end smallexample
4294
4295@noindent
4296We can also inquire (using @code{*@var{addr}} as the form for
4297@var{linespec}) what source line covers a particular address:
4298@smallexample
4299(@value{GDBP}) info line *0x63ff
4300Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4301@end smallexample
4302
4303@cindex @code{$_} and @code{info line}
41afff9a 4304@kindex x@r{(examine), and} info line
c906108c
SS
4305After @code{info line}, the default address for the @code{x} command
4306is changed to the starting address of the line, so that @samp{x/i} is
4307sufficient to begin examining the machine code (@pxref{Memory,
4308,Examining memory}). Also, this address is saved as the value of the
4309convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4310variables}).
4311
4312@table @code
4313@kindex disassemble
4314@cindex assembly instructions
4315@cindex instructions, assembly
4316@cindex machine instructions
4317@cindex listing machine instructions
4318@item disassemble
4319This specialized command dumps a range of memory as machine
4320instructions. The default memory range is the function surrounding the
4321program counter of the selected frame. A single argument to this
4322command is a program counter value; @value{GDBN} dumps the function
4323surrounding this value. Two arguments specify a range of addresses
4324(first inclusive, second exclusive) to dump.
4325@end table
4326
c906108c
SS
4327The following example shows the disassembly of a range of addresses of
4328HP PA-RISC 2.0 code:
4329
4330@smallexample
4331(@value{GDBP}) disas 0x32c4 0x32e4
4332Dump of assembler code from 0x32c4 to 0x32e4:
43330x32c4 <main+204>: addil 0,dp
43340x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
43350x32cc <main+212>: ldil 0x3000,r31
43360x32d0 <main+216>: ble 0x3f8(sr4,r31)
43370x32d4 <main+220>: ldo 0(r31),rp
43380x32d8 <main+224>: addil -0x800,dp
43390x32dc <main+228>: ldo 0x588(r1),r26
43400x32e0 <main+232>: ldil 0x3000,r31
4341End of assembler dump.
4342@end smallexample
c906108c
SS
4343
4344Some architectures have more than one commonly-used set of instruction
4345mnemonics or other syntax.
4346
4347@table @code
d4f3574e 4348@kindex set disassembly-flavor
c906108c
SS
4349@cindex assembly instructions
4350@cindex instructions, assembly
4351@cindex machine instructions
4352@cindex listing machine instructions
d4f3574e
SS
4353@cindex Intel disassembly flavor
4354@cindex AT&T disassembly flavor
4355@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4356Select the instruction set to use when disassembling the
4357program via the @code{disassemble} or @code{x/i} commands.
4358
4359Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4360can set @var{instruction-set} to either @code{intel} or @code{att}.
4361The default is @code{att}, the AT&T flavor used by default by Unix
4362assemblers for x86-based targets.
c906108c
SS
4363@end table
4364
4365
6d2ebf8b 4366@node Data
c906108c
SS
4367@chapter Examining Data
4368
4369@cindex printing data
4370@cindex examining data
4371@kindex print
4372@kindex inspect
4373@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4374@c document because it is nonstandard... Under Epoch it displays in a
4375@c different window or something like that.
4376The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4377command (abbreviated @code{p}), or its synonym @code{inspect}. It
4378evaluates and prints the value of an expression of the language your
4379program is written in (@pxref{Languages, ,Using @value{GDBN} with
4380Different Languages}).
c906108c
SS
4381
4382@table @code
d4f3574e
SS
4383@item print @var{expr}
4384@itemx print /@var{f} @var{expr}
4385@var{expr} is an expression (in the source language). By default the
4386value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4387you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4388@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4389formats}.
4390
4391@item print
4392@itemx print /@var{f}
d4f3574e 4393If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4394@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4395conveniently inspect the same value in an alternative format.
4396@end table
4397
4398A more low-level way of examining data is with the @code{x} command.
4399It examines data in memory at a specified address and prints it in a
4400specified format. @xref{Memory, ,Examining memory}.
4401
7a292a7a 4402If you are interested in information about types, or about how the
d4f3574e
SS
4403fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4404command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4405Table}.
c906108c
SS
4406
4407@menu
4408* Expressions:: Expressions
4409* Variables:: Program variables
4410* Arrays:: Artificial arrays
4411* Output Formats:: Output formats
4412* Memory:: Examining memory
4413* Auto Display:: Automatic display
4414* Print Settings:: Print settings
4415* Value History:: Value history
4416* Convenience Vars:: Convenience variables
4417* Registers:: Registers
c906108c 4418* Floating Point Hardware:: Floating point hardware
29e57380 4419* Memory Region Attributes:: Memory region attributes
16d9dec6 4420* Dump/Restore Files:: Copy between memory and a file
c906108c
SS
4421@end menu
4422
6d2ebf8b 4423@node Expressions
c906108c
SS
4424@section Expressions
4425
4426@cindex expressions
4427@code{print} and many other @value{GDBN} commands accept an expression and
4428compute its value. Any kind of constant, variable or operator defined
4429by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4430@value{GDBN}. This includes conditional expressions, function calls,
4431casts, and string constants. It also includes preprocessor macros, if
4432you compiled your program to include this information; see
4433@ref{Compilation}.
c906108c 4434
d4f3574e
SS
4435@value{GDBN} supports array constants in expressions input by
4436the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4437you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4438memory that is @code{malloc}ed in the target program.
c906108c 4439
c906108c
SS
4440Because C is so widespread, most of the expressions shown in examples in
4441this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4442Languages}, for information on how to use expressions in other
4443languages.
4444
4445In this section, we discuss operators that you can use in @value{GDBN}
4446expressions regardless of your programming language.
4447
4448Casts are supported in all languages, not just in C, because it is so
4449useful to cast a number into a pointer in order to examine a structure
4450at that address in memory.
4451@c FIXME: casts supported---Mod2 true?
c906108c
SS
4452
4453@value{GDBN} supports these operators, in addition to those common
4454to programming languages:
4455
4456@table @code
4457@item @@
4458@samp{@@} is a binary operator for treating parts of memory as arrays.
4459@xref{Arrays, ,Artificial arrays}, for more information.
4460
4461@item ::
4462@samp{::} allows you to specify a variable in terms of the file or
4463function where it is defined. @xref{Variables, ,Program variables}.
4464
4465@cindex @{@var{type}@}
4466@cindex type casting memory
4467@cindex memory, viewing as typed object
4468@cindex casts, to view memory
4469@item @{@var{type}@} @var{addr}
4470Refers to an object of type @var{type} stored at address @var{addr} in
4471memory. @var{addr} may be any expression whose value is an integer or
4472pointer (but parentheses are required around binary operators, just as in
4473a cast). This construct is allowed regardless of what kind of data is
4474normally supposed to reside at @var{addr}.
4475@end table
4476
6d2ebf8b 4477@node Variables
c906108c
SS
4478@section Program variables
4479
4480The most common kind of expression to use is the name of a variable
4481in your program.
4482
4483Variables in expressions are understood in the selected stack frame
4484(@pxref{Selection, ,Selecting a frame}); they must be either:
4485
4486@itemize @bullet
4487@item
4488global (or file-static)
4489@end itemize
4490
5d161b24 4491@noindent or
c906108c
SS
4492
4493@itemize @bullet
4494@item
4495visible according to the scope rules of the
4496programming language from the point of execution in that frame
5d161b24 4497@end itemize
c906108c
SS
4498
4499@noindent This means that in the function
4500
474c8240 4501@smallexample
c906108c
SS
4502foo (a)
4503 int a;
4504@{
4505 bar (a);
4506 @{
4507 int b = test ();
4508 bar (b);
4509 @}
4510@}
474c8240 4511@end smallexample
c906108c
SS
4512
4513@noindent
4514you can examine and use the variable @code{a} whenever your program is
4515executing within the function @code{foo}, but you can only use or
4516examine the variable @code{b} while your program is executing inside
4517the block where @code{b} is declared.
4518
4519@cindex variable name conflict
4520There is an exception: you can refer to a variable or function whose
4521scope is a single source file even if the current execution point is not
4522in this file. But it is possible to have more than one such variable or
4523function with the same name (in different source files). If that
4524happens, referring to that name has unpredictable effects. If you wish,
4525you can specify a static variable in a particular function or file,
4526using the colon-colon notation:
4527
d4f3574e 4528@cindex colon-colon, context for variables/functions
c906108c
SS
4529@iftex
4530@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4531@cindex @code{::}, context for variables/functions
c906108c 4532@end iftex
474c8240 4533@smallexample
c906108c
SS
4534@var{file}::@var{variable}
4535@var{function}::@var{variable}
474c8240 4536@end smallexample
c906108c
SS
4537
4538@noindent
4539Here @var{file} or @var{function} is the name of the context for the
4540static @var{variable}. In the case of file names, you can use quotes to
4541make sure @value{GDBN} parses the file name as a single word---for example,
4542to print a global value of @code{x} defined in @file{f2.c}:
4543
474c8240 4544@smallexample
c906108c 4545(@value{GDBP}) p 'f2.c'::x
474c8240 4546@end smallexample
c906108c 4547
b37052ae 4548@cindex C@t{++} scope resolution
c906108c 4549This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4550use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4551scope resolution operator in @value{GDBN} expressions.
4552@c FIXME: Um, so what happens in one of those rare cases where it's in
4553@c conflict?? --mew
c906108c
SS
4554
4555@cindex wrong values
4556@cindex variable values, wrong
4557@quotation
4558@emph{Warning:} Occasionally, a local variable may appear to have the
4559wrong value at certain points in a function---just after entry to a new
4560scope, and just before exit.
4561@end quotation
4562You may see this problem when you are stepping by machine instructions.
4563This is because, on most machines, it takes more than one instruction to
4564set up a stack frame (including local variable definitions); if you are
4565stepping by machine instructions, variables may appear to have the wrong
4566values until the stack frame is completely built. On exit, it usually
4567also takes more than one machine instruction to destroy a stack frame;
4568after you begin stepping through that group of instructions, local
4569variable definitions may be gone.
4570
4571This may also happen when the compiler does significant optimizations.
4572To be sure of always seeing accurate values, turn off all optimization
4573when compiling.
4574
d4f3574e
SS
4575@cindex ``No symbol "foo" in current context''
4576Another possible effect of compiler optimizations is to optimize
4577unused variables out of existence, or assign variables to registers (as
4578opposed to memory addresses). Depending on the support for such cases
4579offered by the debug info format used by the compiler, @value{GDBN}
4580might not be able to display values for such local variables. If that
4581happens, @value{GDBN} will print a message like this:
4582
474c8240 4583@smallexample
d4f3574e 4584No symbol "foo" in current context.
474c8240 4585@end smallexample
d4f3574e
SS
4586
4587To solve such problems, either recompile without optimizations, or use a
4588different debug info format, if the compiler supports several such
b37052ae 4589formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler usually
d4f3574e
SS
4590supports the @samp{-gstabs} option. @samp{-gstabs} produces debug info
4591in a format that is superior to formats such as COFF. You may be able
96c405b3 4592to use DWARF2 (@samp{-gdwarf-2}), which is also an effective form for
d4f3574e
SS
4593debug info. See @ref{Debugging Options,,Options for Debugging Your
4594Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}, for more
4595information.
4596
4597
6d2ebf8b 4598@node Arrays
c906108c
SS
4599@section Artificial arrays
4600
4601@cindex artificial array
41afff9a 4602@kindex @@@r{, referencing memory as an array}
c906108c
SS
4603It is often useful to print out several successive objects of the
4604same type in memory; a section of an array, or an array of
4605dynamically determined size for which only a pointer exists in the
4606program.
4607
4608You can do this by referring to a contiguous span of memory as an
4609@dfn{artificial array}, using the binary operator @samp{@@}. The left
4610operand of @samp{@@} should be the first element of the desired array
4611and be an individual object. The right operand should be the desired length
4612of the array. The result is an array value whose elements are all of
4613the type of the left argument. The first element is actually the left
4614argument; the second element comes from bytes of memory immediately
4615following those that hold the first element, and so on. Here is an
4616example. If a program says
4617
474c8240 4618@smallexample
c906108c 4619int *array = (int *) malloc (len * sizeof (int));
474c8240 4620@end smallexample
c906108c
SS
4621
4622@noindent
4623you can print the contents of @code{array} with
4624
474c8240 4625@smallexample
c906108c 4626p *array@@len
474c8240 4627@end smallexample
c906108c
SS
4628
4629The left operand of @samp{@@} must reside in memory. Array values made
4630with @samp{@@} in this way behave just like other arrays in terms of
4631subscripting, and are coerced to pointers when used in expressions.
4632Artificial arrays most often appear in expressions via the value history
4633(@pxref{Value History, ,Value history}), after printing one out.
4634
4635Another way to create an artificial array is to use a cast.
4636This re-interprets a value as if it were an array.
4637The value need not be in memory:
474c8240 4638@smallexample
c906108c
SS
4639(@value{GDBP}) p/x (short[2])0x12345678
4640$1 = @{0x1234, 0x5678@}
474c8240 4641@end smallexample
c906108c
SS
4642
4643As a convenience, if you leave the array length out (as in
c3f6f71d 4644@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4645the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4646@smallexample
c906108c
SS
4647(@value{GDBP}) p/x (short[])0x12345678
4648$2 = @{0x1234, 0x5678@}
474c8240 4649@end smallexample
c906108c
SS
4650
4651Sometimes the artificial array mechanism is not quite enough; in
4652moderately complex data structures, the elements of interest may not
4653actually be adjacent---for example, if you are interested in the values
4654of pointers in an array. One useful work-around in this situation is
4655to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4656variables}) as a counter in an expression that prints the first
4657interesting value, and then repeat that expression via @key{RET}. For
4658instance, suppose you have an array @code{dtab} of pointers to
4659structures, and you are interested in the values of a field @code{fv}
4660in each structure. Here is an example of what you might type:
4661
474c8240 4662@smallexample
c906108c
SS
4663set $i = 0
4664p dtab[$i++]->fv
4665@key{RET}
4666@key{RET}
4667@dots{}
474c8240 4668@end smallexample
c906108c 4669
6d2ebf8b 4670@node Output Formats
c906108c
SS
4671@section Output formats
4672
4673@cindex formatted output
4674@cindex output formats
4675By default, @value{GDBN} prints a value according to its data type. Sometimes
4676this is not what you want. For example, you might want to print a number
4677in hex, or a pointer in decimal. Or you might want to view data in memory
4678at a certain address as a character string or as an instruction. To do
4679these things, specify an @dfn{output format} when you print a value.
4680
4681The simplest use of output formats is to say how to print a value
4682already computed. This is done by starting the arguments of the
4683@code{print} command with a slash and a format letter. The format
4684letters supported are:
4685
4686@table @code
4687@item x
4688Regard the bits of the value as an integer, and print the integer in
4689hexadecimal.
4690
4691@item d
4692Print as integer in signed decimal.
4693
4694@item u
4695Print as integer in unsigned decimal.
4696
4697@item o
4698Print as integer in octal.
4699
4700@item t
4701Print as integer in binary. The letter @samp{t} stands for ``two''.
4702@footnote{@samp{b} cannot be used because these format letters are also
4703used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 4704see @ref{Memory,,Examining memory}.}
c906108c
SS
4705
4706@item a
4707@cindex unknown address, locating
3d67e040 4708@cindex locate address
c906108c
SS
4709Print as an address, both absolute in hexadecimal and as an offset from
4710the nearest preceding symbol. You can use this format used to discover
4711where (in what function) an unknown address is located:
4712
474c8240 4713@smallexample
c906108c
SS
4714(@value{GDBP}) p/a 0x54320
4715$3 = 0x54320 <_initialize_vx+396>
474c8240 4716@end smallexample
c906108c 4717
3d67e040
EZ
4718@noindent
4719The command @code{info symbol 0x54320} yields similar results.
4720@xref{Symbols, info symbol}.
4721
c906108c
SS
4722@item c
4723Regard as an integer and print it as a character constant.
4724
4725@item f
4726Regard the bits of the value as a floating point number and print
4727using typical floating point syntax.
4728@end table
4729
4730For example, to print the program counter in hex (@pxref{Registers}), type
4731
474c8240 4732@smallexample
c906108c 4733p/x $pc
474c8240 4734@end smallexample
c906108c
SS
4735
4736@noindent
4737Note that no space is required before the slash; this is because command
4738names in @value{GDBN} cannot contain a slash.
4739
4740To reprint the last value in the value history with a different format,
4741you can use the @code{print} command with just a format and no
4742expression. For example, @samp{p/x} reprints the last value in hex.
4743
6d2ebf8b 4744@node Memory
c906108c
SS
4745@section Examining memory
4746
4747You can use the command @code{x} (for ``examine'') to examine memory in
4748any of several formats, independently of your program's data types.
4749
4750@cindex examining memory
4751@table @code
41afff9a 4752@kindex x @r{(examine memory)}
c906108c
SS
4753@item x/@var{nfu} @var{addr}
4754@itemx x @var{addr}
4755@itemx x
4756Use the @code{x} command to examine memory.
4757@end table
4758
4759@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4760much memory to display and how to format it; @var{addr} is an
4761expression giving the address where you want to start displaying memory.
4762If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4763Several commands set convenient defaults for @var{addr}.
4764
4765@table @r
4766@item @var{n}, the repeat count
4767The repeat count is a decimal integer; the default is 1. It specifies
4768how much memory (counting by units @var{u}) to display.
4769@c This really is **decimal**; unaffected by 'set radix' as of GDB
4770@c 4.1.2.
4771
4772@item @var{f}, the display format
4773The display format is one of the formats used by @code{print},
4774@samp{s} (null-terminated string), or @samp{i} (machine instruction).
4775The default is @samp{x} (hexadecimal) initially.
4776The default changes each time you use either @code{x} or @code{print}.
4777
4778@item @var{u}, the unit size
4779The unit size is any of
4780
4781@table @code
4782@item b
4783Bytes.
4784@item h
4785Halfwords (two bytes).
4786@item w
4787Words (four bytes). This is the initial default.
4788@item g
4789Giant words (eight bytes).
4790@end table
4791
4792Each time you specify a unit size with @code{x}, that size becomes the
4793default unit the next time you use @code{x}. (For the @samp{s} and
4794@samp{i} formats, the unit size is ignored and is normally not written.)
4795
4796@item @var{addr}, starting display address
4797@var{addr} is the address where you want @value{GDBN} to begin displaying
4798memory. The expression need not have a pointer value (though it may);
4799it is always interpreted as an integer address of a byte of memory.
4800@xref{Expressions, ,Expressions}, for more information on expressions. The default for
4801@var{addr} is usually just after the last address examined---but several
4802other commands also set the default address: @code{info breakpoints} (to
4803the address of the last breakpoint listed), @code{info line} (to the
4804starting address of a line), and @code{print} (if you use it to display
4805a value from memory).
4806@end table
4807
4808For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4809(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4810starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4811words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 4812@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
4813
4814Since the letters indicating unit sizes are all distinct from the
4815letters specifying output formats, you do not have to remember whether
4816unit size or format comes first; either order works. The output
4817specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4818(However, the count @var{n} must come first; @samp{wx4} does not work.)
4819
4820Even though the unit size @var{u} is ignored for the formats @samp{s}
4821and @samp{i}, you might still want to use a count @var{n}; for example,
4822@samp{3i} specifies that you want to see three machine instructions,
4823including any operands. The command @code{disassemble} gives an
d4f3574e 4824alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
4825Code,,Source and machine code}.
4826
4827All the defaults for the arguments to @code{x} are designed to make it
4828easy to continue scanning memory with minimal specifications each time
4829you use @code{x}. For example, after you have inspected three machine
4830instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4831with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4832the repeat count @var{n} is used again; the other arguments default as
4833for successive uses of @code{x}.
4834
4835@cindex @code{$_}, @code{$__}, and value history
4836The addresses and contents printed by the @code{x} command are not saved
4837in the value history because there is often too much of them and they
4838would get in the way. Instead, @value{GDBN} makes these values available for
4839subsequent use in expressions as values of the convenience variables
4840@code{$_} and @code{$__}. After an @code{x} command, the last address
4841examined is available for use in expressions in the convenience variable
4842@code{$_}. The contents of that address, as examined, are available in
4843the convenience variable @code{$__}.
4844
4845If the @code{x} command has a repeat count, the address and contents saved
4846are from the last memory unit printed; this is not the same as the last
4847address printed if several units were printed on the last line of output.
4848
6d2ebf8b 4849@node Auto Display
c906108c
SS
4850@section Automatic display
4851@cindex automatic display
4852@cindex display of expressions
4853
4854If you find that you want to print the value of an expression frequently
4855(to see how it changes), you might want to add it to the @dfn{automatic
4856display list} so that @value{GDBN} prints its value each time your program stops.
4857Each expression added to the list is given a number to identify it;
4858to remove an expression from the list, you specify that number.
4859The automatic display looks like this:
4860
474c8240 4861@smallexample
c906108c
SS
48622: foo = 38
48633: bar[5] = (struct hack *) 0x3804
474c8240 4864@end smallexample
c906108c
SS
4865
4866@noindent
4867This display shows item numbers, expressions and their current values. As with
4868displays you request manually using @code{x} or @code{print}, you can
4869specify the output format you prefer; in fact, @code{display} decides
4870whether to use @code{print} or @code{x} depending on how elaborate your
4871format specification is---it uses @code{x} if you specify a unit size,
4872or one of the two formats (@samp{i} and @samp{s}) that are only
4873supported by @code{x}; otherwise it uses @code{print}.
4874
4875@table @code
4876@kindex display
d4f3574e
SS
4877@item display @var{expr}
4878Add the expression @var{expr} to the list of expressions to display
c906108c
SS
4879each time your program stops. @xref{Expressions, ,Expressions}.
4880
4881@code{display} does not repeat if you press @key{RET} again after using it.
4882
d4f3574e 4883@item display/@var{fmt} @var{expr}
c906108c 4884For @var{fmt} specifying only a display format and not a size or
d4f3574e 4885count, add the expression @var{expr} to the auto-display list but
c906108c
SS
4886arrange to display it each time in the specified format @var{fmt}.
4887@xref{Output Formats,,Output formats}.
4888
4889@item display/@var{fmt} @var{addr}
4890For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
4891number of units, add the expression @var{addr} as a memory address to
4892be examined each time your program stops. Examining means in effect
4893doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
4894@end table
4895
4896For example, @samp{display/i $pc} can be helpful, to see the machine
4897instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 4898is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
4899
4900@table @code
4901@kindex delete display
4902@kindex undisplay
4903@item undisplay @var{dnums}@dots{}
4904@itemx delete display @var{dnums}@dots{}
4905Remove item numbers @var{dnums} from the list of expressions to display.
4906
4907@code{undisplay} does not repeat if you press @key{RET} after using it.
4908(Otherwise you would just get the error @samp{No display number @dots{}}.)
4909
4910@kindex disable display
4911@item disable display @var{dnums}@dots{}
4912Disable the display of item numbers @var{dnums}. A disabled display
4913item is not printed automatically, but is not forgotten. It may be
4914enabled again later.
4915
4916@kindex enable display
4917@item enable display @var{dnums}@dots{}
4918Enable display of item numbers @var{dnums}. It becomes effective once
4919again in auto display of its expression, until you specify otherwise.
4920
4921@item display
4922Display the current values of the expressions on the list, just as is
4923done when your program stops.
4924
4925@kindex info display
4926@item info display
4927Print the list of expressions previously set up to display
4928automatically, each one with its item number, but without showing the
4929values. This includes disabled expressions, which are marked as such.
4930It also includes expressions which would not be displayed right now
4931because they refer to automatic variables not currently available.
4932@end table
4933
4934If a display expression refers to local variables, then it does not make
4935sense outside the lexical context for which it was set up. Such an
4936expression is disabled when execution enters a context where one of its
4937variables is not defined. For example, if you give the command
4938@code{display last_char} while inside a function with an argument
4939@code{last_char}, @value{GDBN} displays this argument while your program
4940continues to stop inside that function. When it stops elsewhere---where
4941there is no variable @code{last_char}---the display is disabled
4942automatically. The next time your program stops where @code{last_char}
4943is meaningful, you can enable the display expression once again.
4944
6d2ebf8b 4945@node Print Settings
c906108c
SS
4946@section Print settings
4947
4948@cindex format options
4949@cindex print settings
4950@value{GDBN} provides the following ways to control how arrays, structures,
4951and symbols are printed.
4952
4953@noindent
4954These settings are useful for debugging programs in any language:
4955
4956@table @code
4957@kindex set print address
4958@item set print address
4959@itemx set print address on
4960@value{GDBN} prints memory addresses showing the location of stack
4961traces, structure values, pointer values, breakpoints, and so forth,
4962even when it also displays the contents of those addresses. The default
4963is @code{on}. For example, this is what a stack frame display looks like with
4964@code{set print address on}:
4965
4966@smallexample
4967@group
4968(@value{GDBP}) f
4969#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
4970 at input.c:530
4971530 if (lquote != def_lquote)
4972@end group
4973@end smallexample
4974
4975@item set print address off
4976Do not print addresses when displaying their contents. For example,
4977this is the same stack frame displayed with @code{set print address off}:
4978
4979@smallexample
4980@group
4981(@value{GDBP}) set print addr off
4982(@value{GDBP}) f
4983#0 set_quotes (lq="<<", rq=">>") at input.c:530
4984530 if (lquote != def_lquote)
4985@end group
4986@end smallexample
4987
4988You can use @samp{set print address off} to eliminate all machine
4989dependent displays from the @value{GDBN} interface. For example, with
4990@code{print address off}, you should get the same text for backtraces on
4991all machines---whether or not they involve pointer arguments.
4992
4993@kindex show print address
4994@item show print address
4995Show whether or not addresses are to be printed.
4996@end table
4997
4998When @value{GDBN} prints a symbolic address, it normally prints the
4999closest earlier symbol plus an offset. If that symbol does not uniquely
5000identify the address (for example, it is a name whose scope is a single
5001source file), you may need to clarify. One way to do this is with
5002@code{info line}, for example @samp{info line *0x4537}. Alternately,
5003you can set @value{GDBN} to print the source file and line number when
5004it prints a symbolic address:
5005
5006@table @code
5007@kindex set print symbol-filename
5008@item set print symbol-filename on
5009Tell @value{GDBN} to print the source file name and line number of a
5010symbol in the symbolic form of an address.
5011
5012@item set print symbol-filename off
5013Do not print source file name and line number of a symbol. This is the
5014default.
5015
5016@kindex show print symbol-filename
5017@item show print symbol-filename
5018Show whether or not @value{GDBN} will print the source file name and
5019line number of a symbol in the symbolic form of an address.
5020@end table
5021
5022Another situation where it is helpful to show symbol filenames and line
5023numbers is when disassembling code; @value{GDBN} shows you the line
5024number and source file that corresponds to each instruction.
5025
5026Also, you may wish to see the symbolic form only if the address being
5027printed is reasonably close to the closest earlier symbol:
5028
5029@table @code
5030@kindex set print max-symbolic-offset
5031@item set print max-symbolic-offset @var{max-offset}
5032Tell @value{GDBN} to only display the symbolic form of an address if the
5033offset between the closest earlier symbol and the address is less than
5d161b24 5034@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5035to always print the symbolic form of an address if any symbol precedes it.
5036
5037@kindex show print max-symbolic-offset
5038@item show print max-symbolic-offset
5039Ask how large the maximum offset is that @value{GDBN} prints in a
5040symbolic address.
5041@end table
5042
5043@cindex wild pointer, interpreting
5044@cindex pointer, finding referent
5045If you have a pointer and you are not sure where it points, try
5046@samp{set print symbol-filename on}. Then you can determine the name
5047and source file location of the variable where it points, using
5048@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5049For example, here @value{GDBN} shows that a variable @code{ptt} points
5050at another variable @code{t}, defined in @file{hi2.c}:
5051
474c8240 5052@smallexample
c906108c
SS
5053(@value{GDBP}) set print symbol-filename on
5054(@value{GDBP}) p/a ptt
5055$4 = 0xe008 <t in hi2.c>
474c8240 5056@end smallexample
c906108c
SS
5057
5058@quotation
5059@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5060does not show the symbol name and filename of the referent, even with
5061the appropriate @code{set print} options turned on.
5062@end quotation
5063
5064Other settings control how different kinds of objects are printed:
5065
5066@table @code
5067@kindex set print array
5068@item set print array
5069@itemx set print array on
5070Pretty print arrays. This format is more convenient to read,
5071but uses more space. The default is off.
5072
5073@item set print array off
5074Return to compressed format for arrays.
5075
5076@kindex show print array
5077@item show print array
5078Show whether compressed or pretty format is selected for displaying
5079arrays.
5080
5081@kindex set print elements
5082@item set print elements @var{number-of-elements}
5083Set a limit on how many elements of an array @value{GDBN} will print.
5084If @value{GDBN} is printing a large array, it stops printing after it has
5085printed the number of elements set by the @code{set print elements} command.
5086This limit also applies to the display of strings.
d4f3574e 5087When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5088Setting @var{number-of-elements} to zero means that the printing is unlimited.
5089
5090@kindex show print elements
5091@item show print elements
5092Display the number of elements of a large array that @value{GDBN} will print.
5093If the number is 0, then the printing is unlimited.
5094
5095@kindex set print null-stop
5096@item set print null-stop
5097Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5098@sc{null} is encountered. This is useful when large arrays actually
c906108c 5099contain only short strings.
d4f3574e 5100The default is off.
c906108c
SS
5101
5102@kindex set print pretty
5103@item set print pretty on
5d161b24 5104Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5105per line, like this:
5106
5107@smallexample
5108@group
5109$1 = @{
5110 next = 0x0,
5111 flags = @{
5112 sweet = 1,
5113 sour = 1
5114 @},
5115 meat = 0x54 "Pork"
5116@}
5117@end group
5118@end smallexample
5119
5120@item set print pretty off
5121Cause @value{GDBN} to print structures in a compact format, like this:
5122
5123@smallexample
5124@group
5125$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5126meat = 0x54 "Pork"@}
5127@end group
5128@end smallexample
5129
5130@noindent
5131This is the default format.
5132
5133@kindex show print pretty
5134@item show print pretty
5135Show which format @value{GDBN} is using to print structures.
5136
5137@kindex set print sevenbit-strings
5138@item set print sevenbit-strings on
5139Print using only seven-bit characters; if this option is set,
5140@value{GDBN} displays any eight-bit characters (in strings or
5141character values) using the notation @code{\}@var{nnn}. This setting is
5142best if you are working in English (@sc{ascii}) and you use the
5143high-order bit of characters as a marker or ``meta'' bit.
5144
5145@item set print sevenbit-strings off
5146Print full eight-bit characters. This allows the use of more
5147international character sets, and is the default.
5148
5149@kindex show print sevenbit-strings
5150@item show print sevenbit-strings
5151Show whether or not @value{GDBN} is printing only seven-bit characters.
5152
5153@kindex set print union
5154@item set print union on
5d161b24 5155Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5156is the default setting.
5157
5158@item set print union off
5159Tell @value{GDBN} not to print unions which are contained in structures.
5160
5161@kindex show print union
5162@item show print union
5163Ask @value{GDBN} whether or not it will print unions which are contained in
5164structures.
5165
5166For example, given the declarations
5167
5168@smallexample
5169typedef enum @{Tree, Bug@} Species;
5170typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5171typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5172 Bug_forms;
5173
5174struct thing @{
5175 Species it;
5176 union @{
5177 Tree_forms tree;
5178 Bug_forms bug;
5179 @} form;
5180@};
5181
5182struct thing foo = @{Tree, @{Acorn@}@};
5183@end smallexample
5184
5185@noindent
5186with @code{set print union on} in effect @samp{p foo} would print
5187
5188@smallexample
5189$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5190@end smallexample
5191
5192@noindent
5193and with @code{set print union off} in effect it would print
5194
5195@smallexample
5196$1 = @{it = Tree, form = @{...@}@}
5197@end smallexample
5198@end table
5199
c906108c
SS
5200@need 1000
5201@noindent
b37052ae 5202These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5203
5204@table @code
5205@cindex demangling
5206@kindex set print demangle
5207@item set print demangle
5208@itemx set print demangle on
b37052ae 5209Print C@t{++} names in their source form rather than in the encoded
c906108c 5210(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5211linkage. The default is on.
c906108c
SS
5212
5213@kindex show print demangle
5214@item show print demangle
b37052ae 5215Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5216
5217@kindex set print asm-demangle
5218@item set print asm-demangle
5219@itemx set print asm-demangle on
b37052ae 5220Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5221in assembler code printouts such as instruction disassemblies.
5222The default is off.
5223
5224@kindex show print asm-demangle
5225@item show print asm-demangle
b37052ae 5226Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5227or demangled form.
5228
5229@kindex set demangle-style
b37052ae
EZ
5230@cindex C@t{++} symbol decoding style
5231@cindex symbol decoding style, C@t{++}
c906108c
SS
5232@item set demangle-style @var{style}
5233Choose among several encoding schemes used by different compilers to
b37052ae 5234represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5235
5236@table @code
5237@item auto
5238Allow @value{GDBN} to choose a decoding style by inspecting your program.
5239
5240@item gnu
b37052ae 5241Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5242This is the default.
c906108c
SS
5243
5244@item hp
b37052ae 5245Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5246
5247@item lucid
b37052ae 5248Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5249
5250@item arm
b37052ae 5251Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5252@strong{Warning:} this setting alone is not sufficient to allow
5253debugging @code{cfront}-generated executables. @value{GDBN} would
5254require further enhancement to permit that.
5255
5256@end table
5257If you omit @var{style}, you will see a list of possible formats.
5258
5259@kindex show demangle-style
5260@item show demangle-style
b37052ae 5261Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5262
5263@kindex set print object
5264@item set print object
5265@itemx set print object on
5266When displaying a pointer to an object, identify the @emph{actual}
5267(derived) type of the object rather than the @emph{declared} type, using
5268the virtual function table.
5269
5270@item set print object off
5271Display only the declared type of objects, without reference to the
5272virtual function table. This is the default setting.
5273
5274@kindex show print object
5275@item show print object
5276Show whether actual, or declared, object types are displayed.
5277
5278@kindex set print static-members
5279@item set print static-members
5280@itemx set print static-members on
b37052ae 5281Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5282
5283@item set print static-members off
b37052ae 5284Do not print static members when displaying a C@t{++} object.
c906108c
SS
5285
5286@kindex show print static-members
5287@item show print static-members
b37052ae 5288Show whether C@t{++} static members are printed, or not.
c906108c
SS
5289
5290@c These don't work with HP ANSI C++ yet.
5291@kindex set print vtbl
5292@item set print vtbl
5293@itemx set print vtbl on
b37052ae 5294Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5295(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5296ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5297
5298@item set print vtbl off
b37052ae 5299Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5300
5301@kindex show print vtbl
5302@item show print vtbl
b37052ae 5303Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5304@end table
c906108c 5305
6d2ebf8b 5306@node Value History
c906108c
SS
5307@section Value history
5308
5309@cindex value history
5d161b24
DB
5310Values printed by the @code{print} command are saved in the @value{GDBN}
5311@dfn{value history}. This allows you to refer to them in other expressions.
5312Values are kept until the symbol table is re-read or discarded
5313(for example with the @code{file} or @code{symbol-file} commands).
5314When the symbol table changes, the value history is discarded,
5315since the values may contain pointers back to the types defined in the
c906108c
SS
5316symbol table.
5317
5318@cindex @code{$}
5319@cindex @code{$$}
5320@cindex history number
5321The values printed are given @dfn{history numbers} by which you can
5322refer to them. These are successive integers starting with one.
5323@code{print} shows you the history number assigned to a value by
5324printing @samp{$@var{num} = } before the value; here @var{num} is the
5325history number.
5326
5327To refer to any previous value, use @samp{$} followed by the value's
5328history number. The way @code{print} labels its output is designed to
5329remind you of this. Just @code{$} refers to the most recent value in
5330the history, and @code{$$} refers to the value before that.
5331@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5332is the value just prior to @code{$$}, @code{$$1} is equivalent to
5333@code{$$}, and @code{$$0} is equivalent to @code{$}.
5334
5335For example, suppose you have just printed a pointer to a structure and
5336want to see the contents of the structure. It suffices to type
5337
474c8240 5338@smallexample
c906108c 5339p *$
474c8240 5340@end smallexample
c906108c
SS
5341
5342If you have a chain of structures where the component @code{next} points
5343to the next one, you can print the contents of the next one with this:
5344
474c8240 5345@smallexample
c906108c 5346p *$.next
474c8240 5347@end smallexample
c906108c
SS
5348
5349@noindent
5350You can print successive links in the chain by repeating this
5351command---which you can do by just typing @key{RET}.
5352
5353Note that the history records values, not expressions. If the value of
5354@code{x} is 4 and you type these commands:
5355
474c8240 5356@smallexample
c906108c
SS
5357print x
5358set x=5
474c8240 5359@end smallexample
c906108c
SS
5360
5361@noindent
5362then the value recorded in the value history by the @code{print} command
5363remains 4 even though the value of @code{x} has changed.
5364
5365@table @code
5366@kindex show values
5367@item show values
5368Print the last ten values in the value history, with their item numbers.
5369This is like @samp{p@ $$9} repeated ten times, except that @code{show
5370values} does not change the history.
5371
5372@item show values @var{n}
5373Print ten history values centered on history item number @var{n}.
5374
5375@item show values +
5376Print ten history values just after the values last printed. If no more
5377values are available, @code{show values +} produces no display.
5378@end table
5379
5380Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5381same effect as @samp{show values +}.
5382
6d2ebf8b 5383@node Convenience Vars
c906108c
SS
5384@section Convenience variables
5385
5386@cindex convenience variables
5387@value{GDBN} provides @dfn{convenience variables} that you can use within
5388@value{GDBN} to hold on to a value and refer to it later. These variables
5389exist entirely within @value{GDBN}; they are not part of your program, and
5390setting a convenience variable has no direct effect on further execution
5391of your program. That is why you can use them freely.
5392
5393Convenience variables are prefixed with @samp{$}. Any name preceded by
5394@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5395the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5396(Value history references, in contrast, are @emph{numbers} preceded
5397by @samp{$}. @xref{Value History, ,Value history}.)
5398
5399You can save a value in a convenience variable with an assignment
5400expression, just as you would set a variable in your program.
5401For example:
5402
474c8240 5403@smallexample
c906108c 5404set $foo = *object_ptr
474c8240 5405@end smallexample
c906108c
SS
5406
5407@noindent
5408would save in @code{$foo} the value contained in the object pointed to by
5409@code{object_ptr}.
5410
5411Using a convenience variable for the first time creates it, but its
5412value is @code{void} until you assign a new value. You can alter the
5413value with another assignment at any time.
5414
5415Convenience variables have no fixed types. You can assign a convenience
5416variable any type of value, including structures and arrays, even if
5417that variable already has a value of a different type. The convenience
5418variable, when used as an expression, has the type of its current value.
5419
5420@table @code
5421@kindex show convenience
5422@item show convenience
5423Print a list of convenience variables used so far, and their values.
d4f3574e 5424Abbreviated @code{show conv}.
c906108c
SS
5425@end table
5426
5427One of the ways to use a convenience variable is as a counter to be
5428incremented or a pointer to be advanced. For example, to print
5429a field from successive elements of an array of structures:
5430
474c8240 5431@smallexample
c906108c
SS
5432set $i = 0
5433print bar[$i++]->contents
474c8240 5434@end smallexample
c906108c 5435
d4f3574e
SS
5436@noindent
5437Repeat that command by typing @key{RET}.
c906108c
SS
5438
5439Some convenience variables are created automatically by @value{GDBN} and given
5440values likely to be useful.
5441
5442@table @code
41afff9a 5443@vindex $_@r{, convenience variable}
c906108c
SS
5444@item $_
5445The variable @code{$_} is automatically set by the @code{x} command to
5446the last address examined (@pxref{Memory, ,Examining memory}). Other
5447commands which provide a default address for @code{x} to examine also
5448set @code{$_} to that address; these commands include @code{info line}
5449and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5450except when set by the @code{x} command, in which case it is a pointer
5451to the type of @code{$__}.
5452
41afff9a 5453@vindex $__@r{, convenience variable}
c906108c
SS
5454@item $__
5455The variable @code{$__} is automatically set by the @code{x} command
5456to the value found in the last address examined. Its type is chosen
5457to match the format in which the data was printed.
5458
5459@item $_exitcode
41afff9a 5460@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5461The variable @code{$_exitcode} is automatically set to the exit code when
5462the program being debugged terminates.
5463@end table
5464
53a5351d
JM
5465On HP-UX systems, if you refer to a function or variable name that
5466begins with a dollar sign, @value{GDBN} searches for a user or system
5467name first, before it searches for a convenience variable.
c906108c 5468
6d2ebf8b 5469@node Registers
c906108c
SS
5470@section Registers
5471
5472@cindex registers
5473You can refer to machine register contents, in expressions, as variables
5474with names starting with @samp{$}. The names of registers are different
5475for each machine; use @code{info registers} to see the names used on
5476your machine.
5477
5478@table @code
5479@kindex info registers
5480@item info registers
5481Print the names and values of all registers except floating-point
5482registers (in the selected stack frame).
5483
5484@kindex info all-registers
5485@cindex floating point registers
5486@item info all-registers
5487Print the names and values of all registers, including floating-point
5488registers.
5489
5490@item info registers @var{regname} @dots{}
5491Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5492As discussed in detail below, register values are normally relative to
5493the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5494the machine you are using, with or without the initial @samp{$}.
5495@end table
5496
5497@value{GDBN} has four ``standard'' register names that are available (in
5498expressions) on most machines---whenever they do not conflict with an
5499architecture's canonical mnemonics for registers. The register names
5500@code{$pc} and @code{$sp} are used for the program counter register and
5501the stack pointer. @code{$fp} is used for a register that contains a
5502pointer to the current stack frame, and @code{$ps} is used for a
5503register that contains the processor status. For example,
5504you could print the program counter in hex with
5505
474c8240 5506@smallexample
c906108c 5507p/x $pc
474c8240 5508@end smallexample
c906108c
SS
5509
5510@noindent
5511or print the instruction to be executed next with
5512
474c8240 5513@smallexample
c906108c 5514x/i $pc
474c8240 5515@end smallexample
c906108c
SS
5516
5517@noindent
5518or add four to the stack pointer@footnote{This is a way of removing
5519one word from the stack, on machines where stacks grow downward in
5520memory (most machines, nowadays). This assumes that the innermost
5521stack frame is selected; setting @code{$sp} is not allowed when other
5522stack frames are selected. To pop entire frames off the stack,
5523regardless of machine architecture, use @code{return};
d4f3574e 5524see @ref{Returning, ,Returning from a function}.} with
c906108c 5525
474c8240 5526@smallexample
c906108c 5527set $sp += 4
474c8240 5528@end smallexample
c906108c
SS
5529
5530Whenever possible, these four standard register names are available on
5531your machine even though the machine has different canonical mnemonics,
5532so long as there is no conflict. The @code{info registers} command
5533shows the canonical names. For example, on the SPARC, @code{info
5534registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5535can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5536is an alias for the @sc{eflags} register.
c906108c
SS
5537
5538@value{GDBN} always considers the contents of an ordinary register as an
5539integer when the register is examined in this way. Some machines have
5540special registers which can hold nothing but floating point; these
5541registers are considered to have floating point values. There is no way
5542to refer to the contents of an ordinary register as floating point value
5543(although you can @emph{print} it as a floating point value with
5544@samp{print/f $@var{regname}}).
5545
5546Some registers have distinct ``raw'' and ``virtual'' data formats. This
5547means that the data format in which the register contents are saved by
5548the operating system is not the same one that your program normally
5549sees. For example, the registers of the 68881 floating point
5550coprocessor are always saved in ``extended'' (raw) format, but all C
5551programs expect to work with ``double'' (virtual) format. In such
5d161b24 5552cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5553that makes sense for your program), but the @code{info registers} command
5554prints the data in both formats.
5555
5556Normally, register values are relative to the selected stack frame
5557(@pxref{Selection, ,Selecting a frame}). This means that you get the
5558value that the register would contain if all stack frames farther in
5559were exited and their saved registers restored. In order to see the
5560true contents of hardware registers, you must select the innermost
5561frame (with @samp{frame 0}).
5562
5563However, @value{GDBN} must deduce where registers are saved, from the machine
5564code generated by your compiler. If some registers are not saved, or if
5565@value{GDBN} is unable to locate the saved registers, the selected stack
5566frame makes no difference.
5567
6d2ebf8b 5568@node Floating Point Hardware
c906108c
SS
5569@section Floating point hardware
5570@cindex floating point
5571
5572Depending on the configuration, @value{GDBN} may be able to give
5573you more information about the status of the floating point hardware.
5574
5575@table @code
5576@kindex info float
5577@item info float
5578Display hardware-dependent information about the floating
5579point unit. The exact contents and layout vary depending on the
5580floating point chip. Currently, @samp{info float} is supported on
5581the ARM and x86 machines.
5582@end table
c906108c 5583
29e57380 5584@node Memory Region Attributes
16d9dec6 5585@section Memory region attributes
29e57380
C
5586@cindex memory region attributes
5587
5588@dfn{Memory region attributes} allow you to describe special handling
5589required by regions of your target's memory. @value{GDBN} uses attributes
5590to determine whether to allow certain types of memory accesses; whether to
5591use specific width accesses; and whether to cache target memory.
5592
5593Defined memory regions can be individually enabled and disabled. When a
5594memory region is disabled, @value{GDBN} uses the default attributes when
5595accessing memory in that region. Similarly, if no memory regions have
5596been defined, @value{GDBN} uses the default attributes when accessing
5597all memory.
5598
5599When a memory region is defined, it is given a number to identify it;
5600to enable, disable, or remove a memory region, you specify that number.
5601
5602@table @code
5603@kindex mem
bfac230e
DH
5604@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5605Define memory region bounded by @var{lower} and @var{upper} with
5606attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5607special case: it is treated as the the target's maximum memory address.
5608(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5609
5610@kindex delete mem
5611@item delete mem @var{nums}@dots{}
59649f2e 5612Remove memory regions @var{nums}@dots{}.
29e57380
C
5613
5614@kindex disable mem
5615@item disable mem @var{nums}@dots{}
59649f2e 5616Disable memory regions @var{nums}@dots{}.
29e57380
C
5617A disabled memory region is not forgotten.
5618It may be enabled again later.
5619
5620@kindex enable mem
5621@item enable mem @var{nums}@dots{}
59649f2e 5622Enable memory regions @var{nums}@dots{}.
29e57380
C
5623
5624@kindex info mem
5625@item info mem
5626Print a table of all defined memory regions, with the following columns
5627for each region.
5628
5629@table @emph
5630@item Memory Region Number
5631@item Enabled or Disabled.
5632Enabled memory regions are marked with @samp{y}.
5633Disabled memory regions are marked with @samp{n}.
5634
5635@item Lo Address
5636The address defining the inclusive lower bound of the memory region.
5637
5638@item Hi Address
5639The address defining the exclusive upper bound of the memory region.
5640
5641@item Attributes
5642The list of attributes set for this memory region.
5643@end table
5644@end table
5645
5646
5647@subsection Attributes
5648
5649@subsubsection Memory Access Mode
5650The access mode attributes set whether @value{GDBN} may make read or
5651write accesses to a memory region.
5652
5653While these attributes prevent @value{GDBN} from performing invalid
5654memory accesses, they do nothing to prevent the target system, I/O DMA,
5655etc. from accessing memory.
5656
5657@table @code
5658@item ro
5659Memory is read only.
5660@item wo
5661Memory is write only.
5662@item rw
6ca652b0 5663Memory is read/write. This is the default.
29e57380
C
5664@end table
5665
5666@subsubsection Memory Access Size
5667The acccess size attributes tells @value{GDBN} to use specific sized
5668accesses in the memory region. Often memory mapped device registers
5669require specific sized accesses. If no access size attribute is
5670specified, @value{GDBN} may use accesses of any size.
5671
5672@table @code
5673@item 8
5674Use 8 bit memory accesses.
5675@item 16
5676Use 16 bit memory accesses.
5677@item 32
5678Use 32 bit memory accesses.
5679@item 64
5680Use 64 bit memory accesses.
5681@end table
5682
5683@c @subsubsection Hardware/Software Breakpoints
5684@c The hardware/software breakpoint attributes set whether @value{GDBN}
5685@c will use hardware or software breakpoints for the internal breakpoints
5686@c used by the step, next, finish, until, etc. commands.
5687@c
5688@c @table @code
5689@c @item hwbreak
5690@c Always use hardware breakpoints
5691@c @item swbreak (default)
5692@c @end table
5693
5694@subsubsection Data Cache
5695The data cache attributes set whether @value{GDBN} will cache target
5696memory. While this generally improves performance by reducing debug
5697protocol overhead, it can lead to incorrect results because @value{GDBN}
5698does not know about volatile variables or memory mapped device
5699registers.
5700
5701@table @code
5702@item cache
5703Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
5704@item nocache
5705Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
5706@end table
5707
5708@c @subsubsection Memory Write Verification
5709@c The memory write verification attributes set whether @value{GDBN}
5710@c will re-reads data after each write to verify the write was successful.
5711@c
5712@c @table @code
5713@c @item verify
5714@c @item noverify (default)
5715@c @end table
5716
16d9dec6
MS
5717@node Dump/Restore Files
5718@section Copy between memory and a file
5719@cindex dump/restore files
5720@cindex append data to a file
5721@cindex dump data to a file
5722@cindex restore data from a file
5723@kindex dump
5724@kindex append
5725@kindex restore
5726
5727The commands @code{dump}, @code{append}, and @code{restore} are used
5728for copying data between target memory and a file. Data is written
5729into a file using @code{dump} or @code{append}, and restored from a
5730file into memory by using @code{restore}. Files may be binary, srec,
5731intel hex, or tekhex (but only binary files can be appended).
5732
5733@table @code
5734@kindex dump binary
5735@kindex append binary
5736@item dump binary memory @var{filename} @var{start_addr} @var{end_addr}
5737Dump contents of memory from @var{start_addr} to @var{end_addr} into
5738raw binary format file @var{filename}.
5739
5740@item append binary memory @var{filename} @var{start_addr} @var{end_addr}
5741Append contents of memory from @var{start_addr} to @var{end_addr} to
5742raw binary format file @var{filename}.
5743
5744@item dump binary value @var{filename} @var{expression}
5745Dump value of @var{expression} into raw binary format file @var{filename}.
5746
5747@item append binary memory @var{filename} @var{expression}
5748Append value of @var{expression} to raw binary format file @var{filename}.
5749
5750@kindex dump ihex
5751@item dump ihex memory @var{filename} @var{start_addr} @var{end_addr}
5752Dump contents of memory from @var{start_addr} to @var{end_addr} into
5753intel hex format file @var{filename}.
5754
5755@item dump ihex value @var{filename} @var{expression}
5756Dump value of @var{expression} into intel hex format file @var{filename}.
5757
5758@kindex dump srec
5759@item dump srec memory @var{filename} @var{start_addr} @var{end_addr}
5760Dump contents of memory from @var{start_addr} to @var{end_addr} into
5761srec format file @var{filename}.
5762
5763@item dump srec value @var{filename} @var{expression}
5764Dump value of @var{expression} into srec format file @var{filename}.
5765
5766@kindex dump tekhex
5767@item dump tekhex memory @var{filename} @var{start_addr} @var{end_addr}
5768Dump contents of memory from @var{start_addr} to @var{end_addr} into
5769tekhex format file @var{filename}.
5770
5771@item dump tekhex value @var{filename} @var{expression}
5772Dump value of @var{expression} into tekhex format file @var{filename}.
5773
5774@item restore @var{filename} @var{[binary]} @var{bias} @var{start} @var{end}
5775Restore the contents of file @var{filename} into memory. The @code{restore}
5776command can automatically recognize any known bfd file format, except for
5777raw binary. To restore a raw binary file you must use the optional argument
5778@var{binary} after the filename.
5779
5780If @var{bias} is non-zero, its value will be added to the addresses
5781contained in the file. Binary files always start at address zero, so
5782they will be restored at address @var{bias}. Other bfd files have
5783a built-in location; they will be restored at offset @var{bias}
5784from that location.
5785
5786If @var{start} and/or @var{end} are non-zero, then only data between
5787file offset @var{start} and file offset @var{end} will be restored.
5788These offsets are relative to the addresses in the file, before
5789the @var{bias} argument is applied.
5790
5791@end table
5792
e2e0bcd1
JB
5793@node Macros
5794@chapter C Preprocessor Macros
5795
5796Some languages, such as C and C++, provide a way to define and invoke
5797``preprocessor macros'' which expand into strings of tokens.
5798@value{GDBN} can evaluate expressions containing macro invocations, show
5799the result of macro expansion, and show a macro's definition, including
5800where it was defined.
5801
5802You may need to compile your program specially to provide @value{GDBN}
5803with information about preprocessor macros. Most compilers do not
5804include macros in their debugging information, even when you compile
5805with the @option{-g} flag. @xref{Compilation}.
5806
5807A program may define a macro at one point, remove that definition later,
5808and then provide a different definition after that. Thus, at different
5809points in the program, a macro may have different definitions, or have
5810no definition at all. If there is a current stack frame, @value{GDBN}
5811uses the macros in scope at that frame's source code line. Otherwise,
5812@value{GDBN} uses the macros in scope at the current listing location;
5813see @ref{List}.
5814
5815At the moment, @value{GDBN} does not support the @code{##}
5816token-splicing operator, the @code{#} stringification operator, or
5817variable-arity macros.
5818
5819Whenever @value{GDBN} evaluates an expression, it always expands any
5820macro invocations present in the expression. @value{GDBN} also provides
5821the following commands for working with macros explicitly.
5822
5823@table @code
5824
5825@kindex macro expand
5826@cindex macro expansion, showing the results of preprocessor
5827@cindex preprocessor macro expansion, showing the results of
5828@cindex expanding preprocessor macros
5829@item macro expand @var{expression}
5830@itemx macro exp @var{expression}
5831Show the results of expanding all preprocessor macro invocations in
5832@var{expression}. Since @value{GDBN} simply expands macros, but does
5833not parse the result, @var{expression} need not be a valid expression;
5834it can be any string of tokens.
5835
5836@kindex macro expand-once
5837@item macro expand-once @var{expression}
5838@itemx macro exp1 @var{expression}
5839@i{(This command is not yet implemented.)} Show the results of
5840expanding those preprocessor macro invocations that appear explicitly in
5841@var{expression}. Macro invocations appearing in that expansion are
5842left unchanged. This command allows you to see the effect of a
5843particular macro more clearly, without being confused by further
5844expansions. Since @value{GDBN} simply expands macros, but does not
5845parse the result, @var{expression} need not be a valid expression; it
5846can be any string of tokens.
5847
475b0867 5848@kindex info macro
e2e0bcd1
JB
5849@cindex macro definition, showing
5850@cindex definition, showing a macro's
475b0867 5851@item info macro @var{macro}
e2e0bcd1
JB
5852Show the definition of the macro named @var{macro}, and describe the
5853source location where that definition was established.
5854
5855@kindex macro define
5856@cindex user-defined macros
5857@cindex defining macros interactively
5858@cindex macros, user-defined
5859@item macro define @var{macro} @var{replacement-list}
5860@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
5861@i{(This command is not yet implemented.)} Introduce a definition for a
5862preprocessor macro named @var{macro}, invocations of which are replaced
5863by the tokens given in @var{replacement-list}. The first form of this
5864command defines an ``object-like'' macro, which takes no arguments; the
5865second form defines a ``function-like'' macro, which takes the arguments
5866given in @var{arglist}.
5867
5868A definition introduced by this command is in scope in every expression
5869evaluated in @value{GDBN}, until it is removed with the @command{macro
5870undef} command, described below. The definition overrides all
5871definitions for @var{macro} present in the program being debugged, as
5872well as any previous user-supplied definition.
5873
5874@kindex macro undef
5875@item macro undef @var{macro}
5876@i{(This command is not yet implemented.)} Remove any user-supplied
5877definition for the macro named @var{macro}. This command only affects
5878definitions provided with the @command{macro define} command, described
5879above; it cannot remove definitions present in the program being
5880debugged.
5881
5882@end table
5883
5884@cindex macros, example of debugging with
5885Here is a transcript showing the above commands in action. First, we
5886show our source files:
5887
5888@smallexample
5889$ cat sample.c
5890#include <stdio.h>
5891#include "sample.h"
5892
5893#define M 42
5894#define ADD(x) (M + x)
5895
5896main ()
5897@{
5898#define N 28
5899 printf ("Hello, world!\n");
5900#undef N
5901 printf ("We're so creative.\n");
5902#define N 1729
5903 printf ("Goodbye, world!\n");
5904@}
5905$ cat sample.h
5906#define Q <
5907$
5908@end smallexample
5909
5910Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
5911We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
5912compiler includes information about preprocessor macros in the debugging
5913information.
5914
5915@smallexample
5916$ gcc -gdwarf-2 -g3 sample.c -o sample
5917$
5918@end smallexample
5919
5920Now, we start @value{GDBN} on our sample program:
5921
5922@smallexample
5923$ gdb -nw sample
5924GNU gdb 2002-05-06-cvs
5925Copyright 2002 Free Software Foundation, Inc.
5926GDB is free software, @dots{}
5927(gdb)
5928@end smallexample
5929
5930We can expand macros and examine their definitions, even when the
5931program is not running. @value{GDBN} uses the current listing position
5932to decide which macro definitions are in scope:
5933
5934@smallexample
5935(gdb) list main
59363
59374 #define M 42
59385 #define ADD(x) (M + x)
59396
59407 main ()
59418 @{
59429 #define N 28
594310 printf ("Hello, world!\n");
594411 #undef N
594512 printf ("We're so creative.\n");
475b0867 5946(gdb) info macro ADD
e2e0bcd1
JB
5947Defined at /home/jimb/gdb/macros/play/sample.c:5
5948#define ADD(x) (M + x)
475b0867 5949(gdb) info macro Q
e2e0bcd1
JB
5950Defined at /home/jimb/gdb/macros/play/sample.h:1
5951 included at /home/jimb/gdb/macros/play/sample.c:2
5952#define Q <
5953(gdb) macro expand ADD(1)
5954expands to: (42 + 1)
5955(gdb) macro expand-once ADD(1)
5956expands to: once (M + 1)
5957(gdb)
5958@end smallexample
5959
5960In the example above, note that @command{macro expand-once} expands only
5961the macro invocation explicit in the original text --- the invocation of
5962@code{ADD} --- but does not expand the invocation of the macro @code{M},
5963which was introduced by @code{ADD}.
5964
5965Once the program is running, GDB uses the macro definitions in force at
5966the source line of the current stack frame:
5967
5968@smallexample
5969(gdb) break main
5970Breakpoint 1 at 0x8048370: file sample.c, line 10.
5971(gdb) run
5972Starting program: /home/jimb/gdb/macros/play/sample
5973
5974Breakpoint 1, main () at sample.c:10
597510 printf ("Hello, world!\n");
5976(gdb)
5977@end smallexample
5978
5979At line 10, the definition of the macro @code{N} at line 9 is in force:
5980
5981@smallexample
475b0867 5982(gdb) info macro N
e2e0bcd1
JB
5983Defined at /home/jimb/gdb/macros/play/sample.c:9
5984#define N 28
5985(gdb) macro expand N Q M
5986expands to: 28 < 42
5987(gdb) print N Q M
5988$1 = 1
5989(gdb)
5990@end smallexample
5991
5992As we step over directives that remove @code{N}'s definition, and then
5993give it a new definition, @value{GDBN} finds the definition (or lack
5994thereof) in force at each point:
5995
5996@smallexample
5997(gdb) next
5998Hello, world!
599912 printf ("We're so creative.\n");
475b0867 6000(gdb) info macro N
e2e0bcd1
JB
6001The symbol `N' has no definition as a C/C++ preprocessor macro
6002at /home/jimb/gdb/macros/play/sample.c:12
6003(gdb) next
6004We're so creative.
600514 printf ("Goodbye, world!\n");
475b0867 6006(gdb) info macro N
e2e0bcd1
JB
6007Defined at /home/jimb/gdb/macros/play/sample.c:13
6008#define N 1729
6009(gdb) macro expand N Q M
6010expands to: 1729 < 42
6011(gdb) print N Q M
6012$2 = 0
6013(gdb)
6014@end smallexample
6015
6016
b37052ae
EZ
6017@node Tracepoints
6018@chapter Tracepoints
6019@c This chapter is based on the documentation written by Michael
6020@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6021
6022@cindex tracepoints
6023In some applications, it is not feasible for the debugger to interrupt
6024the program's execution long enough for the developer to learn
6025anything helpful about its behavior. If the program's correctness
6026depends on its real-time behavior, delays introduced by a debugger
6027might cause the program to change its behavior drastically, or perhaps
6028fail, even when the code itself is correct. It is useful to be able
6029to observe the program's behavior without interrupting it.
6030
6031Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6032specify locations in the program, called @dfn{tracepoints}, and
6033arbitrary expressions to evaluate when those tracepoints are reached.
6034Later, using the @code{tfind} command, you can examine the values
6035those expressions had when the program hit the tracepoints. The
6036expressions may also denote objects in memory---structures or arrays,
6037for example---whose values @value{GDBN} should record; while visiting
6038a particular tracepoint, you may inspect those objects as if they were
6039in memory at that moment. However, because @value{GDBN} records these
6040values without interacting with you, it can do so quickly and
6041unobtrusively, hopefully not disturbing the program's behavior.
6042
6043The tracepoint facility is currently available only for remote
2c0069bb
EZ
6044targets. @xref{Targets}. In addition, your remote target must know how
6045to collect trace data. This functionality is implemented in the remote
6046stub; however, none of the stubs distributed with @value{GDBN} support
6047tracepoints as of this writing.
b37052ae
EZ
6048
6049This chapter describes the tracepoint commands and features.
6050
6051@menu
6052* Set Tracepoints::
6053* Analyze Collected Data::
6054* Tracepoint Variables::
6055@end menu
6056
6057@node Set Tracepoints
6058@section Commands to Set Tracepoints
6059
6060Before running such a @dfn{trace experiment}, an arbitrary number of
6061tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6062tracepoint has a number assigned to it by @value{GDBN}. Like with
6063breakpoints, tracepoint numbers are successive integers starting from
6064one. Many of the commands associated with tracepoints take the
6065tracepoint number as their argument, to identify which tracepoint to
6066work on.
6067
6068For each tracepoint, you can specify, in advance, some arbitrary set
6069of data that you want the target to collect in the trace buffer when
6070it hits that tracepoint. The collected data can include registers,
6071local variables, or global data. Later, you can use @value{GDBN}
6072commands to examine the values these data had at the time the
6073tracepoint was hit.
6074
6075This section describes commands to set tracepoints and associated
6076conditions and actions.
6077
6078@menu
6079* Create and Delete Tracepoints::
6080* Enable and Disable Tracepoints::
6081* Tracepoint Passcounts::
6082* Tracepoint Actions::
6083* Listing Tracepoints::
6084* Starting and Stopping Trace Experiment::
6085@end menu
6086
6087@node Create and Delete Tracepoints
6088@subsection Create and Delete Tracepoints
6089
6090@table @code
6091@cindex set tracepoint
6092@kindex trace
6093@item trace
6094The @code{trace} command is very similar to the @code{break} command.
6095Its argument can be a source line, a function name, or an address in
6096the target program. @xref{Set Breaks}. The @code{trace} command
6097defines a tracepoint, which is a point in the target program where the
6098debugger will briefly stop, collect some data, and then allow the
6099program to continue. Setting a tracepoint or changing its commands
6100doesn't take effect until the next @code{tstart} command; thus, you
6101cannot change the tracepoint attributes once a trace experiment is
6102running.
6103
6104Here are some examples of using the @code{trace} command:
6105
6106@smallexample
6107(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6108
6109(@value{GDBP}) @b{trace +2} // 2 lines forward
6110
6111(@value{GDBP}) @b{trace my_function} // first source line of function
6112
6113(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6114
6115(@value{GDBP}) @b{trace *0x2117c4} // an address
6116@end smallexample
6117
6118@noindent
6119You can abbreviate @code{trace} as @code{tr}.
6120
6121@vindex $tpnum
6122@cindex last tracepoint number
6123@cindex recent tracepoint number
6124@cindex tracepoint number
6125The convenience variable @code{$tpnum} records the tracepoint number
6126of the most recently set tracepoint.
6127
6128@kindex delete tracepoint
6129@cindex tracepoint deletion
6130@item delete tracepoint @r{[}@var{num}@r{]}
6131Permanently delete one or more tracepoints. With no argument, the
6132default is to delete all tracepoints.
6133
6134Examples:
6135
6136@smallexample
6137(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6138
6139(@value{GDBP}) @b{delete trace} // remove all tracepoints
6140@end smallexample
6141
6142@noindent
6143You can abbreviate this command as @code{del tr}.
6144@end table
6145
6146@node Enable and Disable Tracepoints
6147@subsection Enable and Disable Tracepoints
6148
6149@table @code
6150@kindex disable tracepoint
6151@item disable tracepoint @r{[}@var{num}@r{]}
6152Disable tracepoint @var{num}, or all tracepoints if no argument
6153@var{num} is given. A disabled tracepoint will have no effect during
6154the next trace experiment, but it is not forgotten. You can re-enable
6155a disabled tracepoint using the @code{enable tracepoint} command.
6156
6157@kindex enable tracepoint
6158@item enable tracepoint @r{[}@var{num}@r{]}
6159Enable tracepoint @var{num}, or all tracepoints. The enabled
6160tracepoints will become effective the next time a trace experiment is
6161run.
6162@end table
6163
6164@node Tracepoint Passcounts
6165@subsection Tracepoint Passcounts
6166
6167@table @code
6168@kindex passcount
6169@cindex tracepoint pass count
6170@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6171Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6172automatically stop a trace experiment. If a tracepoint's passcount is
6173@var{n}, then the trace experiment will be automatically stopped on
6174the @var{n}'th time that tracepoint is hit. If the tracepoint number
6175@var{num} is not specified, the @code{passcount} command sets the
6176passcount of the most recently defined tracepoint. If no passcount is
6177given, the trace experiment will run until stopped explicitly by the
6178user.
6179
6180Examples:
6181
6182@smallexample
6826cf00
EZ
6183(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6184@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6185
6186(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6187@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6188(@value{GDBP}) @b{trace foo}
6189(@value{GDBP}) @b{pass 3}
6190(@value{GDBP}) @b{trace bar}
6191(@value{GDBP}) @b{pass 2}
6192(@value{GDBP}) @b{trace baz}
6193(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6194@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6195@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6196@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6197@end smallexample
6198@end table
6199
6200@node Tracepoint Actions
6201@subsection Tracepoint Action Lists
6202
6203@table @code
6204@kindex actions
6205@cindex tracepoint actions
6206@item actions @r{[}@var{num}@r{]}
6207This command will prompt for a list of actions to be taken when the
6208tracepoint is hit. If the tracepoint number @var{num} is not
6209specified, this command sets the actions for the one that was most
6210recently defined (so that you can define a tracepoint and then say
6211@code{actions} without bothering about its number). You specify the
6212actions themselves on the following lines, one action at a time, and
6213terminate the actions list with a line containing just @code{end}. So
6214far, the only defined actions are @code{collect} and
6215@code{while-stepping}.
6216
6217@cindex remove actions from a tracepoint
6218To remove all actions from a tracepoint, type @samp{actions @var{num}}
6219and follow it immediately with @samp{end}.
6220
6221@smallexample
6222(@value{GDBP}) @b{collect @var{data}} // collect some data
6223
6826cf00 6224(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6225
6826cf00 6226(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6227@end smallexample
6228
6229In the following example, the action list begins with @code{collect}
6230commands indicating the things to be collected when the tracepoint is
6231hit. Then, in order to single-step and collect additional data
6232following the tracepoint, a @code{while-stepping} command is used,
6233followed by the list of things to be collected while stepping. The
6234@code{while-stepping} command is terminated by its own separate
6235@code{end} command. Lastly, the action list is terminated by an
6236@code{end} command.
6237
6238@smallexample
6239(@value{GDBP}) @b{trace foo}
6240(@value{GDBP}) @b{actions}
6241Enter actions for tracepoint 1, one per line:
6242> collect bar,baz
6243> collect $regs
6244> while-stepping 12
6245 > collect $fp, $sp
6246 > end
6247end
6248@end smallexample
6249
6250@kindex collect @r{(tracepoints)}
6251@item collect @var{expr1}, @var{expr2}, @dots{}
6252Collect values of the given expressions when the tracepoint is hit.
6253This command accepts a comma-separated list of any valid expressions.
6254In addition to global, static, or local variables, the following
6255special arguments are supported:
6256
6257@table @code
6258@item $regs
6259collect all registers
6260
6261@item $args
6262collect all function arguments
6263
6264@item $locals
6265collect all local variables.
6266@end table
6267
6268You can give several consecutive @code{collect} commands, each one
6269with a single argument, or one @code{collect} command with several
6270arguments separated by commas: the effect is the same.
6271
f5c37c66
EZ
6272The command @code{info scope} (@pxref{Symbols, info scope}) is
6273particularly useful for figuring out what data to collect.
6274
b37052ae
EZ
6275@kindex while-stepping @r{(tracepoints)}
6276@item while-stepping @var{n}
6277Perform @var{n} single-step traces after the tracepoint, collecting
6278new data at each step. The @code{while-stepping} command is
6279followed by the list of what to collect while stepping (followed by
6280its own @code{end} command):
6281
6282@smallexample
6283> while-stepping 12
6284 > collect $regs, myglobal
6285 > end
6286>
6287@end smallexample
6288
6289@noindent
6290You may abbreviate @code{while-stepping} as @code{ws} or
6291@code{stepping}.
6292@end table
6293
6294@node Listing Tracepoints
6295@subsection Listing Tracepoints
6296
6297@table @code
6298@kindex info tracepoints
6299@cindex information about tracepoints
6300@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6301Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6302a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6303defined so far. For each tracepoint, the following information is
6304shown:
6305
6306@itemize @bullet
6307@item
6308its number
6309@item
6310whether it is enabled or disabled
6311@item
6312its address
6313@item
6314its passcount as given by the @code{passcount @var{n}} command
6315@item
6316its step count as given by the @code{while-stepping @var{n}} command
6317@item
6318where in the source files is the tracepoint set
6319@item
6320its action list as given by the @code{actions} command
6321@end itemize
6322
6323@smallexample
6324(@value{GDBP}) @b{info trace}
6325Num Enb Address PassC StepC What
63261 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
63272 y 0x0020dc64 0 0 in g_test at g_test.c:1375
63283 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6329(@value{GDBP})
6330@end smallexample
6331
6332@noindent
6333This command can be abbreviated @code{info tp}.
6334@end table
6335
6336@node Starting and Stopping Trace Experiment
6337@subsection Starting and Stopping Trace Experiment
6338
6339@table @code
6340@kindex tstart
6341@cindex start a new trace experiment
6342@cindex collected data discarded
6343@item tstart
6344This command takes no arguments. It starts the trace experiment, and
6345begins collecting data. This has the side effect of discarding all
6346the data collected in the trace buffer during the previous trace
6347experiment.
6348
6349@kindex tstop
6350@cindex stop a running trace experiment
6351@item tstop
6352This command takes no arguments. It ends the trace experiment, and
6353stops collecting data.
6354
6355@strong{Note:} a trace experiment and data collection may stop
6356automatically if any tracepoint's passcount is reached
6357(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6358
6359@kindex tstatus
6360@cindex status of trace data collection
6361@cindex trace experiment, status of
6362@item tstatus
6363This command displays the status of the current trace data
6364collection.
6365@end table
6366
6367Here is an example of the commands we described so far:
6368
6369@smallexample
6370(@value{GDBP}) @b{trace gdb_c_test}
6371(@value{GDBP}) @b{actions}
6372Enter actions for tracepoint #1, one per line.
6373> collect $regs,$locals,$args
6374> while-stepping 11
6375 > collect $regs
6376 > end
6377> end
6378(@value{GDBP}) @b{tstart}
6379 [time passes @dots{}]
6380(@value{GDBP}) @b{tstop}
6381@end smallexample
6382
6383
6384@node Analyze Collected Data
6385@section Using the collected data
6386
6387After the tracepoint experiment ends, you use @value{GDBN} commands
6388for examining the trace data. The basic idea is that each tracepoint
6389collects a trace @dfn{snapshot} every time it is hit and another
6390snapshot every time it single-steps. All these snapshots are
6391consecutively numbered from zero and go into a buffer, and you can
6392examine them later. The way you examine them is to @dfn{focus} on a
6393specific trace snapshot. When the remote stub is focused on a trace
6394snapshot, it will respond to all @value{GDBN} requests for memory and
6395registers by reading from the buffer which belongs to that snapshot,
6396rather than from @emph{real} memory or registers of the program being
6397debugged. This means that @strong{all} @value{GDBN} commands
6398(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6399behave as if we were currently debugging the program state as it was
6400when the tracepoint occurred. Any requests for data that are not in
6401the buffer will fail.
6402
6403@menu
6404* tfind:: How to select a trace snapshot
6405* tdump:: How to display all data for a snapshot
6406* save-tracepoints:: How to save tracepoints for a future run
6407@end menu
6408
6409@node tfind
6410@subsection @code{tfind @var{n}}
6411
6412@kindex tfind
6413@cindex select trace snapshot
6414@cindex find trace snapshot
6415The basic command for selecting a trace snapshot from the buffer is
6416@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6417counting from zero. If no argument @var{n} is given, the next
6418snapshot is selected.
6419
6420Here are the various forms of using the @code{tfind} command.
6421
6422@table @code
6423@item tfind start
6424Find the first snapshot in the buffer. This is a synonym for
6425@code{tfind 0} (since 0 is the number of the first snapshot).
6426
6427@item tfind none
6428Stop debugging trace snapshots, resume @emph{live} debugging.
6429
6430@item tfind end
6431Same as @samp{tfind none}.
6432
6433@item tfind
6434No argument means find the next trace snapshot.
6435
6436@item tfind -
6437Find the previous trace snapshot before the current one. This permits
6438retracing earlier steps.
6439
6440@item tfind tracepoint @var{num}
6441Find the next snapshot associated with tracepoint @var{num}. Search
6442proceeds forward from the last examined trace snapshot. If no
6443argument @var{num} is given, it means find the next snapshot collected
6444for the same tracepoint as the current snapshot.
6445
6446@item tfind pc @var{addr}
6447Find the next snapshot associated with the value @var{addr} of the
6448program counter. Search proceeds forward from the last examined trace
6449snapshot. If no argument @var{addr} is given, it means find the next
6450snapshot with the same value of PC as the current snapshot.
6451
6452@item tfind outside @var{addr1}, @var{addr2}
6453Find the next snapshot whose PC is outside the given range of
6454addresses.
6455
6456@item tfind range @var{addr1}, @var{addr2}
6457Find the next snapshot whose PC is between @var{addr1} and
6458@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
6459
6460@item tfind line @r{[}@var{file}:@r{]}@var{n}
6461Find the next snapshot associated with the source line @var{n}. If
6462the optional argument @var{file} is given, refer to line @var{n} in
6463that source file. Search proceeds forward from the last examined
6464trace snapshot. If no argument @var{n} is given, it means find the
6465next line other than the one currently being examined; thus saying
6466@code{tfind line} repeatedly can appear to have the same effect as
6467stepping from line to line in a @emph{live} debugging session.
6468@end table
6469
6470The default arguments for the @code{tfind} commands are specifically
6471designed to make it easy to scan through the trace buffer. For
6472instance, @code{tfind} with no argument selects the next trace
6473snapshot, and @code{tfind -} with no argument selects the previous
6474trace snapshot. So, by giving one @code{tfind} command, and then
6475simply hitting @key{RET} repeatedly you can examine all the trace
6476snapshots in order. Or, by saying @code{tfind -} and then hitting
6477@key{RET} repeatedly you can examine the snapshots in reverse order.
6478The @code{tfind line} command with no argument selects the snapshot
6479for the next source line executed. The @code{tfind pc} command with
6480no argument selects the next snapshot with the same program counter
6481(PC) as the current frame. The @code{tfind tracepoint} command with
6482no argument selects the next trace snapshot collected by the same
6483tracepoint as the current one.
6484
6485In addition to letting you scan through the trace buffer manually,
6486these commands make it easy to construct @value{GDBN} scripts that
6487scan through the trace buffer and print out whatever collected data
6488you are interested in. Thus, if we want to examine the PC, FP, and SP
6489registers from each trace frame in the buffer, we can say this:
6490
6491@smallexample
6492(@value{GDBP}) @b{tfind start}
6493(@value{GDBP}) @b{while ($trace_frame != -1)}
6494> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
6495 $trace_frame, $pc, $sp, $fp
6496> tfind
6497> end
6498
6499Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
6500Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
6501Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
6502Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
6503Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
6504Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
6505Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
6506Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
6507Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
6508Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
6509Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
6510@end smallexample
6511
6512Or, if we want to examine the variable @code{X} at each source line in
6513the buffer:
6514
6515@smallexample
6516(@value{GDBP}) @b{tfind start}
6517(@value{GDBP}) @b{while ($trace_frame != -1)}
6518> printf "Frame %d, X == %d\n", $trace_frame, X
6519> tfind line
6520> end
6521
6522Frame 0, X = 1
6523Frame 7, X = 2
6524Frame 13, X = 255
6525@end smallexample
6526
6527@node tdump
6528@subsection @code{tdump}
6529@kindex tdump
6530@cindex dump all data collected at tracepoint
6531@cindex tracepoint data, display
6532
6533This command takes no arguments. It prints all the data collected at
6534the current trace snapshot.
6535
6536@smallexample
6537(@value{GDBP}) @b{trace 444}
6538(@value{GDBP}) @b{actions}
6539Enter actions for tracepoint #2, one per line:
6540> collect $regs, $locals, $args, gdb_long_test
6541> end
6542
6543(@value{GDBP}) @b{tstart}
6544
6545(@value{GDBP}) @b{tfind line 444}
6546#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
6547at gdb_test.c:444
6548444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
6549
6550(@value{GDBP}) @b{tdump}
6551Data collected at tracepoint 2, trace frame 1:
6552d0 0xc4aa0085 -995491707
6553d1 0x18 24
6554d2 0x80 128
6555d3 0x33 51
6556d4 0x71aea3d 119204413
6557d5 0x22 34
6558d6 0xe0 224
6559d7 0x380035 3670069
6560a0 0x19e24a 1696330
6561a1 0x3000668 50333288
6562a2 0x100 256
6563a3 0x322000 3284992
6564a4 0x3000698 50333336
6565a5 0x1ad3cc 1758156
6566fp 0x30bf3c 0x30bf3c
6567sp 0x30bf34 0x30bf34
6568ps 0x0 0
6569pc 0x20b2c8 0x20b2c8
6570fpcontrol 0x0 0
6571fpstatus 0x0 0
6572fpiaddr 0x0 0
6573p = 0x20e5b4 "gdb-test"
6574p1 = (void *) 0x11
6575p2 = (void *) 0x22
6576p3 = (void *) 0x33
6577p4 = (void *) 0x44
6578p5 = (void *) 0x55
6579p6 = (void *) 0x66
6580gdb_long_test = 17 '\021'
6581
6582(@value{GDBP})
6583@end smallexample
6584
6585@node save-tracepoints
6586@subsection @code{save-tracepoints @var{filename}}
6587@kindex save-tracepoints
6588@cindex save tracepoints for future sessions
6589
6590This command saves all current tracepoint definitions together with
6591their actions and passcounts, into a file @file{@var{filename}}
6592suitable for use in a later debugging session. To read the saved
6593tracepoint definitions, use the @code{source} command (@pxref{Command
6594Files}).
6595
6596@node Tracepoint Variables
6597@section Convenience Variables for Tracepoints
6598@cindex tracepoint variables
6599@cindex convenience variables for tracepoints
6600
6601@table @code
6602@vindex $trace_frame
6603@item (int) $trace_frame
6604The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
6605snapshot is selected.
6606
6607@vindex $tracepoint
6608@item (int) $tracepoint
6609The tracepoint for the current trace snapshot.
6610
6611@vindex $trace_line
6612@item (int) $trace_line
6613The line number for the current trace snapshot.
6614
6615@vindex $trace_file
6616@item (char []) $trace_file
6617The source file for the current trace snapshot.
6618
6619@vindex $trace_func
6620@item (char []) $trace_func
6621The name of the function containing @code{$tracepoint}.
6622@end table
6623
6624Note: @code{$trace_file} is not suitable for use in @code{printf},
6625use @code{output} instead.
6626
6627Here's a simple example of using these convenience variables for
6628stepping through all the trace snapshots and printing some of their
6629data.
6630
6631@smallexample
6632(@value{GDBP}) @b{tfind start}
6633
6634(@value{GDBP}) @b{while $trace_frame != -1}
6635> output $trace_file
6636> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
6637> tfind
6638> end
6639@end smallexample
6640
df0cd8c5
JB
6641@node Overlays
6642@chapter Debugging Programs That Use Overlays
6643@cindex overlays
6644
6645If your program is too large to fit completely in your target system's
6646memory, you can sometimes use @dfn{overlays} to work around this
6647problem. @value{GDBN} provides some support for debugging programs that
6648use overlays.
6649
6650@menu
6651* How Overlays Work:: A general explanation of overlays.
6652* Overlay Commands:: Managing overlays in @value{GDBN}.
6653* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
6654 mapped by asking the inferior.
6655* Overlay Sample Program:: A sample program using overlays.
6656@end menu
6657
6658@node How Overlays Work
6659@section How Overlays Work
6660@cindex mapped overlays
6661@cindex unmapped overlays
6662@cindex load address, overlay's
6663@cindex mapped address
6664@cindex overlay area
6665
6666Suppose you have a computer whose instruction address space is only 64
6667kilobytes long, but which has much more memory which can be accessed by
6668other means: special instructions, segment registers, or memory
6669management hardware, for example. Suppose further that you want to
6670adapt a program which is larger than 64 kilobytes to run on this system.
6671
6672One solution is to identify modules of your program which are relatively
6673independent, and need not call each other directly; call these modules
6674@dfn{overlays}. Separate the overlays from the main program, and place
6675their machine code in the larger memory. Place your main program in
6676instruction memory, but leave at least enough space there to hold the
6677largest overlay as well.
6678
6679Now, to call a function located in an overlay, you must first copy that
6680overlay's machine code from the large memory into the space set aside
6681for it in the instruction memory, and then jump to its entry point
6682there.
6683
c928edc0
AC
6684@c NB: In the below the mapped area's size is greater or equal to the
6685@c size of all overlays. This is intentional to remind the developer
6686@c that overlays don't necessarily need to be the same size.
6687
474c8240 6688@smallexample
df0cd8c5 6689@group
c928edc0
AC
6690 Data Instruction Larger
6691Address Space Address Space Address Space
6692+-----------+ +-----------+ +-----------+
6693| | | | | |
6694+-----------+ +-----------+ +-----------+<-- overlay 1
6695| program | | main | .----| overlay 1 | load address
6696| variables | | program | | +-----------+
6697| and heap | | | | | |
6698+-----------+ | | | +-----------+<-- overlay 2
6699| | +-----------+ | | | load address
6700+-----------+ | | | .-| overlay 2 |
6701 | | | | | |
6702 mapped --->+-----------+ | | +-----------+
6703 address | | | | | |
6704 | overlay | <-' | | |
6705 | area | <---' +-----------+<-- overlay 3
6706 | | <---. | | load address
6707 +-----------+ `--| overlay 3 |
6708 | | | |
6709 +-----------+ | |
6710 +-----------+
6711 | |
6712 +-----------+
6713
6714 @anchor{A code overlay}A code overlay
df0cd8c5 6715@end group
474c8240 6716@end smallexample
df0cd8c5 6717
c928edc0
AC
6718The diagram (@pxref{A code overlay}) shows a system with separate data
6719and instruction address spaces. To map an overlay, the program copies
6720its code from the larger address space to the instruction address space.
6721Since the overlays shown here all use the same mapped address, only one
6722may be mapped at a time. For a system with a single address space for
6723data and instructions, the diagram would be similar, except that the
6724program variables and heap would share an address space with the main
6725program and the overlay area.
df0cd8c5
JB
6726
6727An overlay loaded into instruction memory and ready for use is called a
6728@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
6729instruction memory. An overlay not present (or only partially present)
6730in instruction memory is called @dfn{unmapped}; its @dfn{load address}
6731is its address in the larger memory. The mapped address is also called
6732the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
6733called the @dfn{load memory address}, or @dfn{LMA}.
6734
6735Unfortunately, overlays are not a completely transparent way to adapt a
6736program to limited instruction memory. They introduce a new set of
6737global constraints you must keep in mind as you design your program:
6738
6739@itemize @bullet
6740
6741@item
6742Before calling or returning to a function in an overlay, your program
6743must make sure that overlay is actually mapped. Otherwise, the call or
6744return will transfer control to the right address, but in the wrong
6745overlay, and your program will probably crash.
6746
6747@item
6748If the process of mapping an overlay is expensive on your system, you
6749will need to choose your overlays carefully to minimize their effect on
6750your program's performance.
6751
6752@item
6753The executable file you load onto your system must contain each
6754overlay's instructions, appearing at the overlay's load address, not its
6755mapped address. However, each overlay's instructions must be relocated
6756and its symbols defined as if the overlay were at its mapped address.
6757You can use GNU linker scripts to specify different load and relocation
6758addresses for pieces of your program; see @ref{Overlay Description,,,
6759ld.info, Using ld: the GNU linker}.
6760
6761@item
6762The procedure for loading executable files onto your system must be able
6763to load their contents into the larger address space as well as the
6764instruction and data spaces.
6765
6766@end itemize
6767
6768The overlay system described above is rather simple, and could be
6769improved in many ways:
6770
6771@itemize @bullet
6772
6773@item
6774If your system has suitable bank switch registers or memory management
6775hardware, you could use those facilities to make an overlay's load area
6776contents simply appear at their mapped address in instruction space.
6777This would probably be faster than copying the overlay to its mapped
6778area in the usual way.
6779
6780@item
6781If your overlays are small enough, you could set aside more than one
6782overlay area, and have more than one overlay mapped at a time.
6783
6784@item
6785You can use overlays to manage data, as well as instructions. In
6786general, data overlays are even less transparent to your design than
6787code overlays: whereas code overlays only require care when you call or
6788return to functions, data overlays require care every time you access
6789the data. Also, if you change the contents of a data overlay, you
6790must copy its contents back out to its load address before you can copy a
6791different data overlay into the same mapped area.
6792
6793@end itemize
6794
6795
6796@node Overlay Commands
6797@section Overlay Commands
6798
6799To use @value{GDBN}'s overlay support, each overlay in your program must
6800correspond to a separate section of the executable file. The section's
6801virtual memory address and load memory address must be the overlay's
6802mapped and load addresses. Identifying overlays with sections allows
6803@value{GDBN} to determine the appropriate address of a function or
6804variable, depending on whether the overlay is mapped or not.
6805
6806@value{GDBN}'s overlay commands all start with the word @code{overlay};
6807you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
6808
6809@table @code
6810@item overlay off
6811@kindex overlay off
6812Disable @value{GDBN}'s overlay support. When overlay support is
6813disabled, @value{GDBN} assumes that all functions and variables are
6814always present at their mapped addresses. By default, @value{GDBN}'s
6815overlay support is disabled.
6816
6817@item overlay manual
6818@kindex overlay manual
6819@cindex manual overlay debugging
6820Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
6821relies on you to tell it which overlays are mapped, and which are not,
6822using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
6823commands described below.
6824
6825@item overlay map-overlay @var{overlay}
6826@itemx overlay map @var{overlay}
6827@kindex overlay map-overlay
6828@cindex map an overlay
6829Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
6830be the name of the object file section containing the overlay. When an
6831overlay is mapped, @value{GDBN} assumes it can find the overlay's
6832functions and variables at their mapped addresses. @value{GDBN} assumes
6833that any other overlays whose mapped ranges overlap that of
6834@var{overlay} are now unmapped.
6835
6836@item overlay unmap-overlay @var{overlay}
6837@itemx overlay unmap @var{overlay}
6838@kindex overlay unmap-overlay
6839@cindex unmap an overlay
6840Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
6841must be the name of the object file section containing the overlay.
6842When an overlay is unmapped, @value{GDBN} assumes it can find the
6843overlay's functions and variables at their load addresses.
6844
6845@item overlay auto
6846@kindex overlay auto
6847Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
6848consults a data structure the overlay manager maintains in the inferior
6849to see which overlays are mapped. For details, see @ref{Automatic
6850Overlay Debugging}.
6851
6852@item overlay load-target
6853@itemx overlay load
6854@kindex overlay load-target
6855@cindex reloading the overlay table
6856Re-read the overlay table from the inferior. Normally, @value{GDBN}
6857re-reads the table @value{GDBN} automatically each time the inferior
6858stops, so this command should only be necessary if you have changed the
6859overlay mapping yourself using @value{GDBN}. This command is only
6860useful when using automatic overlay debugging.
6861
6862@item overlay list-overlays
6863@itemx overlay list
6864@cindex listing mapped overlays
6865Display a list of the overlays currently mapped, along with their mapped
6866addresses, load addresses, and sizes.
6867
6868@end table
6869
6870Normally, when @value{GDBN} prints a code address, it includes the name
6871of the function the address falls in:
6872
474c8240 6873@smallexample
df0cd8c5
JB
6874(gdb) print main
6875$3 = @{int ()@} 0x11a0 <main>
474c8240 6876@end smallexample
df0cd8c5
JB
6877@noindent
6878When overlay debugging is enabled, @value{GDBN} recognizes code in
6879unmapped overlays, and prints the names of unmapped functions with
6880asterisks around them. For example, if @code{foo} is a function in an
6881unmapped overlay, @value{GDBN} prints it this way:
6882
474c8240 6883@smallexample
df0cd8c5
JB
6884(gdb) overlay list
6885No sections are mapped.
6886(gdb) print foo
6887$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 6888@end smallexample
df0cd8c5
JB
6889@noindent
6890When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
6891name normally:
6892
474c8240 6893@smallexample
df0cd8c5
JB
6894(gdb) overlay list
6895Section .ov.foo.text, loaded at 0x100000 - 0x100034,
6896 mapped at 0x1016 - 0x104a
6897(gdb) print foo
6898$6 = @{int (int)@} 0x1016 <foo>
474c8240 6899@end smallexample
df0cd8c5
JB
6900
6901When overlay debugging is enabled, @value{GDBN} can find the correct
6902address for functions and variables in an overlay, whether or not the
6903overlay is mapped. This allows most @value{GDBN} commands, like
6904@code{break} and @code{disassemble}, to work normally, even on unmapped
6905code. However, @value{GDBN}'s breakpoint support has some limitations:
6906
6907@itemize @bullet
6908@item
6909@cindex breakpoints in overlays
6910@cindex overlays, setting breakpoints in
6911You can set breakpoints in functions in unmapped overlays, as long as
6912@value{GDBN} can write to the overlay at its load address.
6913@item
6914@value{GDBN} can not set hardware or simulator-based breakpoints in
6915unmapped overlays. However, if you set a breakpoint at the end of your
6916overlay manager (and tell @value{GDBN} which overlays are now mapped, if
6917you are using manual overlay management), @value{GDBN} will re-set its
6918breakpoints properly.
6919@end itemize
6920
6921
6922@node Automatic Overlay Debugging
6923@section Automatic Overlay Debugging
6924@cindex automatic overlay debugging
6925
6926@value{GDBN} can automatically track which overlays are mapped and which
6927are not, given some simple co-operation from the overlay manager in the
6928inferior. If you enable automatic overlay debugging with the
6929@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
6930looks in the inferior's memory for certain variables describing the
6931current state of the overlays.
6932
6933Here are the variables your overlay manager must define to support
6934@value{GDBN}'s automatic overlay debugging:
6935
6936@table @asis
6937
6938@item @code{_ovly_table}:
6939This variable must be an array of the following structures:
6940
474c8240 6941@smallexample
df0cd8c5
JB
6942struct
6943@{
6944 /* The overlay's mapped address. */
6945 unsigned long vma;
6946
6947 /* The size of the overlay, in bytes. */
6948 unsigned long size;
6949
6950 /* The overlay's load address. */
6951 unsigned long lma;
6952
6953 /* Non-zero if the overlay is currently mapped;
6954 zero otherwise. */
6955 unsigned long mapped;
6956@}
474c8240 6957@end smallexample
df0cd8c5
JB
6958
6959@item @code{_novlys}:
6960This variable must be a four-byte signed integer, holding the total
6961number of elements in @code{_ovly_table}.
6962
6963@end table
6964
6965To decide whether a particular overlay is mapped or not, @value{GDBN}
6966looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
6967@code{lma} members equal the VMA and LMA of the overlay's section in the
6968executable file. When @value{GDBN} finds a matching entry, it consults
6969the entry's @code{mapped} member to determine whether the overlay is
6970currently mapped.
6971
81d46470 6972In addition, your overlay manager may define a function called
def71bfa 6973@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
6974will silently set a breakpoint there. If the overlay manager then
6975calls this function whenever it has changed the overlay table, this
6976will enable @value{GDBN} to accurately keep track of which overlays
6977are in program memory, and update any breakpoints that may be set
6978in overlays. This will allow breakpoints to work even if the
6979overlays are kept in ROM or other non-writable memory while they
6980are not being executed.
df0cd8c5
JB
6981
6982@node Overlay Sample Program
6983@section Overlay Sample Program
6984@cindex overlay example program
6985
6986When linking a program which uses overlays, you must place the overlays
6987at their load addresses, while relocating them to run at their mapped
6988addresses. To do this, you must write a linker script (@pxref{Overlay
6989Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
6990since linker scripts are specific to a particular host system, target
6991architecture, and target memory layout, this manual cannot provide
6992portable sample code demonstrating @value{GDBN}'s overlay support.
6993
6994However, the @value{GDBN} source distribution does contain an overlaid
6995program, with linker scripts for a few systems, as part of its test
6996suite. The program consists of the following files from
6997@file{gdb/testsuite/gdb.base}:
6998
6999@table @file
7000@item overlays.c
7001The main program file.
7002@item ovlymgr.c
7003A simple overlay manager, used by @file{overlays.c}.
7004@item foo.c
7005@itemx bar.c
7006@itemx baz.c
7007@itemx grbx.c
7008Overlay modules, loaded and used by @file{overlays.c}.
7009@item d10v.ld
7010@itemx m32r.ld
7011Linker scripts for linking the test program on the @code{d10v-elf}
7012and @code{m32r-elf} targets.
7013@end table
7014
7015You can build the test program using the @code{d10v-elf} GCC
7016cross-compiler like this:
7017
474c8240 7018@smallexample
df0cd8c5
JB
7019$ d10v-elf-gcc -g -c overlays.c
7020$ d10v-elf-gcc -g -c ovlymgr.c
7021$ d10v-elf-gcc -g -c foo.c
7022$ d10v-elf-gcc -g -c bar.c
7023$ d10v-elf-gcc -g -c baz.c
7024$ d10v-elf-gcc -g -c grbx.c
7025$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7026 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7027@end smallexample
df0cd8c5
JB
7028
7029The build process is identical for any other architecture, except that
7030you must substitute the appropriate compiler and linker script for the
7031target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7032
7033
6d2ebf8b 7034@node Languages
c906108c
SS
7035@chapter Using @value{GDBN} with Different Languages
7036@cindex languages
7037
c906108c
SS
7038Although programming languages generally have common aspects, they are
7039rarely expressed in the same manner. For instance, in ANSI C,
7040dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7041Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7042represented (and displayed) differently. Hex numbers in C appear as
c906108c 7043@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7044
7045@cindex working language
7046Language-specific information is built into @value{GDBN} for some languages,
7047allowing you to express operations like the above in your program's
7048native language, and allowing @value{GDBN} to output values in a manner
7049consistent with the syntax of your program's native language. The
7050language you use to build expressions is called the @dfn{working
7051language}.
7052
7053@menu
7054* Setting:: Switching between source languages
7055* Show:: Displaying the language
c906108c 7056* Checks:: Type and range checks
c906108c
SS
7057* Support:: Supported languages
7058@end menu
7059
6d2ebf8b 7060@node Setting
c906108c
SS
7061@section Switching between source languages
7062
7063There are two ways to control the working language---either have @value{GDBN}
7064set it automatically, or select it manually yourself. You can use the
7065@code{set language} command for either purpose. On startup, @value{GDBN}
7066defaults to setting the language automatically. The working language is
7067used to determine how expressions you type are interpreted, how values
7068are printed, etc.
7069
7070In addition to the working language, every source file that
7071@value{GDBN} knows about has its own working language. For some object
7072file formats, the compiler might indicate which language a particular
7073source file is in. However, most of the time @value{GDBN} infers the
7074language from the name of the file. The language of a source file
b37052ae 7075controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7076show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7077set the language of a source file from within @value{GDBN}, but you can
7078set the language associated with a filename extension. @xref{Show, ,
7079Displaying the language}.
c906108c
SS
7080
7081This is most commonly a problem when you use a program, such
5d161b24 7082as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7083another language. In that case, make the
7084program use @code{#line} directives in its C output; that way
7085@value{GDBN} will know the correct language of the source code of the original
7086program, and will display that source code, not the generated C code.
7087
7088@menu
7089* Filenames:: Filename extensions and languages.
7090* Manually:: Setting the working language manually
7091* Automatically:: Having @value{GDBN} infer the source language
7092@end menu
7093
6d2ebf8b 7094@node Filenames
c906108c
SS
7095@subsection List of filename extensions and languages
7096
7097If a source file name ends in one of the following extensions, then
7098@value{GDBN} infers that its language is the one indicated.
7099
7100@table @file
7101
7102@item .c
7103C source file
7104
7105@item .C
7106@itemx .cc
7107@itemx .cp
7108@itemx .cpp
7109@itemx .cxx
7110@itemx .c++
b37052ae 7111C@t{++} source file
c906108c
SS
7112
7113@item .f
7114@itemx .F
7115Fortran source file
7116
c906108c
SS
7117@item .ch
7118@itemx .c186
7119@itemx .c286
96a2c332 7120CHILL source file
c906108c 7121
c906108c
SS
7122@item .mod
7123Modula-2 source file
c906108c
SS
7124
7125@item .s
7126@itemx .S
7127Assembler source file. This actually behaves almost like C, but
7128@value{GDBN} does not skip over function prologues when stepping.
7129@end table
7130
7131In addition, you may set the language associated with a filename
7132extension. @xref{Show, , Displaying the language}.
7133
6d2ebf8b 7134@node Manually
c906108c
SS
7135@subsection Setting the working language
7136
7137If you allow @value{GDBN} to set the language automatically,
7138expressions are interpreted the same way in your debugging session and
7139your program.
7140
7141@kindex set language
7142If you wish, you may set the language manually. To do this, issue the
7143command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7144a language, such as
c906108c 7145@code{c} or @code{modula-2}.
c906108c
SS
7146For a list of the supported languages, type @samp{set language}.
7147
c906108c
SS
7148Setting the language manually prevents @value{GDBN} from updating the working
7149language automatically. This can lead to confusion if you try
7150to debug a program when the working language is not the same as the
7151source language, when an expression is acceptable to both
7152languages---but means different things. For instance, if the current
7153source file were written in C, and @value{GDBN} was parsing Modula-2, a
7154command such as:
7155
474c8240 7156@smallexample
c906108c 7157print a = b + c
474c8240 7158@end smallexample
c906108c
SS
7159
7160@noindent
7161might not have the effect you intended. In C, this means to add
7162@code{b} and @code{c} and place the result in @code{a}. The result
7163printed would be the value of @code{a}. In Modula-2, this means to compare
7164@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7165
6d2ebf8b 7166@node Automatically
c906108c
SS
7167@subsection Having @value{GDBN} infer the source language
7168
7169To have @value{GDBN} set the working language automatically, use
7170@samp{set language local} or @samp{set language auto}. @value{GDBN}
7171then infers the working language. That is, when your program stops in a
7172frame (usually by encountering a breakpoint), @value{GDBN} sets the
7173working language to the language recorded for the function in that
7174frame. If the language for a frame is unknown (that is, if the function
7175or block corresponding to the frame was defined in a source file that
7176does not have a recognized extension), the current working language is
7177not changed, and @value{GDBN} issues a warning.
7178
7179This may not seem necessary for most programs, which are written
7180entirely in one source language. However, program modules and libraries
7181written in one source language can be used by a main program written in
7182a different source language. Using @samp{set language auto} in this
7183case frees you from having to set the working language manually.
7184
6d2ebf8b 7185@node Show
c906108c 7186@section Displaying the language
c906108c
SS
7187
7188The following commands help you find out which language is the
7189working language, and also what language source files were written in.
7190
7191@kindex show language
d4f3574e
SS
7192@kindex info frame@r{, show the source language}
7193@kindex info source@r{, show the source language}
c906108c
SS
7194@table @code
7195@item show language
7196Display the current working language. This is the
7197language you can use with commands such as @code{print} to
7198build and compute expressions that may involve variables in your program.
7199
7200@item info frame
5d161b24 7201Display the source language for this frame. This language becomes the
c906108c 7202working language if you use an identifier from this frame.
5d161b24 7203@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7204information listed here.
7205
7206@item info source
7207Display the source language of this source file.
5d161b24 7208@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7209information listed here.
7210@end table
7211
7212In unusual circumstances, you may have source files with extensions
7213not in the standard list. You can then set the extension associated
7214with a language explicitly:
7215
7216@kindex set extension-language
7217@kindex info extensions
7218@table @code
7219@item set extension-language @var{.ext} @var{language}
7220Set source files with extension @var{.ext} to be assumed to be in
7221the source language @var{language}.
7222
7223@item info extensions
7224List all the filename extensions and the associated languages.
7225@end table
7226
6d2ebf8b 7227@node Checks
c906108c
SS
7228@section Type and range checking
7229
7230@quotation
7231@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7232checking are included, but they do not yet have any effect. This
7233section documents the intended facilities.
7234@end quotation
7235@c FIXME remove warning when type/range code added
7236
7237Some languages are designed to guard you against making seemingly common
7238errors through a series of compile- and run-time checks. These include
7239checking the type of arguments to functions and operators, and making
7240sure mathematical overflows are caught at run time. Checks such as
7241these help to ensure a program's correctness once it has been compiled
7242by eliminating type mismatches, and providing active checks for range
7243errors when your program is running.
7244
7245@value{GDBN} can check for conditions like the above if you wish.
7246Although @value{GDBN} does not check the statements in your program, it
7247can check expressions entered directly into @value{GDBN} for evaluation via
7248the @code{print} command, for example. As with the working language,
7249@value{GDBN} can also decide whether or not to check automatically based on
7250your program's source language. @xref{Support, ,Supported languages},
7251for the default settings of supported languages.
7252
7253@menu
7254* Type Checking:: An overview of type checking
7255* Range Checking:: An overview of range checking
7256@end menu
7257
7258@cindex type checking
7259@cindex checks, type
6d2ebf8b 7260@node Type Checking
c906108c
SS
7261@subsection An overview of type checking
7262
7263Some languages, such as Modula-2, are strongly typed, meaning that the
7264arguments to operators and functions have to be of the correct type,
7265otherwise an error occurs. These checks prevent type mismatch
7266errors from ever causing any run-time problems. For example,
7267
7268@smallexample
72691 + 2 @result{} 3
7270@exdent but
7271@error{} 1 + 2.3
7272@end smallexample
7273
7274The second example fails because the @code{CARDINAL} 1 is not
7275type-compatible with the @code{REAL} 2.3.
7276
5d161b24
DB
7277For the expressions you use in @value{GDBN} commands, you can tell the
7278@value{GDBN} type checker to skip checking;
7279to treat any mismatches as errors and abandon the expression;
7280or to only issue warnings when type mismatches occur,
c906108c
SS
7281but evaluate the expression anyway. When you choose the last of
7282these, @value{GDBN} evaluates expressions like the second example above, but
7283also issues a warning.
7284
5d161b24
DB
7285Even if you turn type checking off, there may be other reasons
7286related to type that prevent @value{GDBN} from evaluating an expression.
7287For instance, @value{GDBN} does not know how to add an @code{int} and
7288a @code{struct foo}. These particular type errors have nothing to do
7289with the language in use, and usually arise from expressions, such as
c906108c
SS
7290the one described above, which make little sense to evaluate anyway.
7291
7292Each language defines to what degree it is strict about type. For
7293instance, both Modula-2 and C require the arguments to arithmetical
7294operators to be numbers. In C, enumerated types and pointers can be
7295represented as numbers, so that they are valid arguments to mathematical
7296operators. @xref{Support, ,Supported languages}, for further
7297details on specific languages.
7298
7299@value{GDBN} provides some additional commands for controlling the type checker:
7300
d4f3574e 7301@kindex set check@r{, type}
c906108c
SS
7302@kindex set check type
7303@kindex show check type
7304@table @code
7305@item set check type auto
7306Set type checking on or off based on the current working language.
7307@xref{Support, ,Supported languages}, for the default settings for
7308each language.
7309
7310@item set check type on
7311@itemx set check type off
7312Set type checking on or off, overriding the default setting for the
7313current working language. Issue a warning if the setting does not
7314match the language default. If any type mismatches occur in
d4f3574e 7315evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7316message and aborts evaluation of the expression.
7317
7318@item set check type warn
7319Cause the type checker to issue warnings, but to always attempt to
7320evaluate the expression. Evaluating the expression may still
7321be impossible for other reasons. For example, @value{GDBN} cannot add
7322numbers and structures.
7323
7324@item show type
5d161b24 7325Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7326is setting it automatically.
7327@end table
7328
7329@cindex range checking
7330@cindex checks, range
6d2ebf8b 7331@node Range Checking
c906108c
SS
7332@subsection An overview of range checking
7333
7334In some languages (such as Modula-2), it is an error to exceed the
7335bounds of a type; this is enforced with run-time checks. Such range
7336checking is meant to ensure program correctness by making sure
7337computations do not overflow, or indices on an array element access do
7338not exceed the bounds of the array.
7339
7340For expressions you use in @value{GDBN} commands, you can tell
7341@value{GDBN} to treat range errors in one of three ways: ignore them,
7342always treat them as errors and abandon the expression, or issue
7343warnings but evaluate the expression anyway.
7344
7345A range error can result from numerical overflow, from exceeding an
7346array index bound, or when you type a constant that is not a member
7347of any type. Some languages, however, do not treat overflows as an
7348error. In many implementations of C, mathematical overflow causes the
7349result to ``wrap around'' to lower values---for example, if @var{m} is
7350the largest integer value, and @var{s} is the smallest, then
7351
474c8240 7352@smallexample
c906108c 7353@var{m} + 1 @result{} @var{s}
474c8240 7354@end smallexample
c906108c
SS
7355
7356This, too, is specific to individual languages, and in some cases
7357specific to individual compilers or machines. @xref{Support, ,
7358Supported languages}, for further details on specific languages.
7359
7360@value{GDBN} provides some additional commands for controlling the range checker:
7361
d4f3574e 7362@kindex set check@r{, range}
c906108c
SS
7363@kindex set check range
7364@kindex show check range
7365@table @code
7366@item set check range auto
7367Set range checking on or off based on the current working language.
7368@xref{Support, ,Supported languages}, for the default settings for
7369each language.
7370
7371@item set check range on
7372@itemx set check range off
7373Set range checking on or off, overriding the default setting for the
7374current working language. A warning is issued if the setting does not
c3f6f71d
JM
7375match the language default. If a range error occurs and range checking is on,
7376then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7377
7378@item set check range warn
7379Output messages when the @value{GDBN} range checker detects a range error,
7380but attempt to evaluate the expression anyway. Evaluating the
7381expression may still be impossible for other reasons, such as accessing
7382memory that the process does not own (a typical example from many Unix
7383systems).
7384
7385@item show range
7386Show the current setting of the range checker, and whether or not it is
7387being set automatically by @value{GDBN}.
7388@end table
c906108c 7389
6d2ebf8b 7390@node Support
c906108c 7391@section Supported languages
c906108c 7392
b37052ae 7393@value{GDBN} supports C, C@t{++}, Fortran, Java, Chill, assembly, and Modula-2.
cce74817 7394@c This is false ...
c906108c
SS
7395Some @value{GDBN} features may be used in expressions regardless of the
7396language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7397and the @samp{@{type@}addr} construct (@pxref{Expressions,
7398,Expressions}) can be used with the constructs of any supported
7399language.
7400
7401The following sections detail to what degree each source language is
7402supported by @value{GDBN}. These sections are not meant to be language
7403tutorials or references, but serve only as a reference guide to what the
7404@value{GDBN} expression parser accepts, and what input and output
7405formats should look like for different languages. There are many good
7406books written on each of these languages; please look to these for a
7407language reference or tutorial.
7408
c906108c 7409@menu
b37052ae 7410* C:: C and C@t{++}
cce74817 7411* Modula-2:: Modula-2
104c1213 7412* Chill:: Chill
c906108c
SS
7413@end menu
7414
6d2ebf8b 7415@node C
b37052ae 7416@subsection C and C@t{++}
7a292a7a 7417
b37052ae
EZ
7418@cindex C and C@t{++}
7419@cindex expressions in C or C@t{++}
c906108c 7420
b37052ae 7421Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
7422to both languages. Whenever this is the case, we discuss those languages
7423together.
7424
41afff9a
EZ
7425@cindex C@t{++}
7426@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
7427@cindex @sc{gnu} C@t{++}
7428The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7429compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7430effectively, you must compile your C@t{++} programs with a supported
7431C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
7432compiler (@code{aCC}).
7433
b37052ae 7434For best results when using @sc{gnu} C@t{++}, use the stabs debugging
c906108c
SS
7435format. You can select that format explicitly with the @code{g++}
7436command-line options @samp{-gstabs} or @samp{-gstabs+}. See
7437@ref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7438CC, gcc.info, Using @sc{gnu} CC}, for more information.
c906108c 7439
c906108c 7440@menu
b37052ae
EZ
7441* C Operators:: C and C@t{++} operators
7442* C Constants:: C and C@t{++} constants
7443* C plus plus expressions:: C@t{++} expressions
7444* C Defaults:: Default settings for C and C@t{++}
7445* C Checks:: C and C@t{++} type and range checks
c906108c 7446* Debugging C:: @value{GDBN} and C
b37052ae 7447* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 7448@end menu
c906108c 7449
6d2ebf8b 7450@node C Operators
b37052ae 7451@subsubsection C and C@t{++} operators
7a292a7a 7452
b37052ae 7453@cindex C and C@t{++} operators
c906108c
SS
7454
7455Operators must be defined on values of specific types. For instance,
7456@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 7457often defined on groups of types.
c906108c 7458
b37052ae 7459For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
7460
7461@itemize @bullet
53a5351d 7462
c906108c 7463@item
c906108c 7464@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 7465specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
7466
7467@item
d4f3574e
SS
7468@emph{Floating-point types} include @code{float}, @code{double}, and
7469@code{long double} (if supported by the target platform).
c906108c
SS
7470
7471@item
53a5351d 7472@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
7473
7474@item
7475@emph{Scalar types} include all of the above.
53a5351d 7476
c906108c
SS
7477@end itemize
7478
7479@noindent
7480The following operators are supported. They are listed here
7481in order of increasing precedence:
7482
7483@table @code
7484@item ,
7485The comma or sequencing operator. Expressions in a comma-separated list
7486are evaluated from left to right, with the result of the entire
7487expression being the last expression evaluated.
7488
7489@item =
7490Assignment. The value of an assignment expression is the value
7491assigned. Defined on scalar types.
7492
7493@item @var{op}=
7494Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
7495and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 7496@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
7497@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
7498@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
7499
7500@item ?:
7501The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
7502of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
7503integral type.
7504
7505@item ||
7506Logical @sc{or}. Defined on integral types.
7507
7508@item &&
7509Logical @sc{and}. Defined on integral types.
7510
7511@item |
7512Bitwise @sc{or}. Defined on integral types.
7513
7514@item ^
7515Bitwise exclusive-@sc{or}. Defined on integral types.
7516
7517@item &
7518Bitwise @sc{and}. Defined on integral types.
7519
7520@item ==@r{, }!=
7521Equality and inequality. Defined on scalar types. The value of these
7522expressions is 0 for false and non-zero for true.
7523
7524@item <@r{, }>@r{, }<=@r{, }>=
7525Less than, greater than, less than or equal, greater than or equal.
7526Defined on scalar types. The value of these expressions is 0 for false
7527and non-zero for true.
7528
7529@item <<@r{, }>>
7530left shift, and right shift. Defined on integral types.
7531
7532@item @@
7533The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
7534
7535@item +@r{, }-
7536Addition and subtraction. Defined on integral types, floating-point types and
7537pointer types.
7538
7539@item *@r{, }/@r{, }%
7540Multiplication, division, and modulus. Multiplication and division are
7541defined on integral and floating-point types. Modulus is defined on
7542integral types.
7543
7544@item ++@r{, }--
7545Increment and decrement. When appearing before a variable, the
7546operation is performed before the variable is used in an expression;
7547when appearing after it, the variable's value is used before the
7548operation takes place.
7549
7550@item *
7551Pointer dereferencing. Defined on pointer types. Same precedence as
7552@code{++}.
7553
7554@item &
7555Address operator. Defined on variables. Same precedence as @code{++}.
7556
b37052ae
EZ
7557For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
7558allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 7559(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 7560where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 7561stored.
c906108c
SS
7562
7563@item -
7564Negative. Defined on integral and floating-point types. Same
7565precedence as @code{++}.
7566
7567@item !
7568Logical negation. Defined on integral types. Same precedence as
7569@code{++}.
7570
7571@item ~
7572Bitwise complement operator. Defined on integral types. Same precedence as
7573@code{++}.
7574
7575
7576@item .@r{, }->
7577Structure member, and pointer-to-structure member. For convenience,
7578@value{GDBN} regards the two as equivalent, choosing whether to dereference a
7579pointer based on the stored type information.
7580Defined on @code{struct} and @code{union} data.
7581
c906108c
SS
7582@item .*@r{, }->*
7583Dereferences of pointers to members.
c906108c
SS
7584
7585@item []
7586Array indexing. @code{@var{a}[@var{i}]} is defined as
7587@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
7588
7589@item ()
7590Function parameter list. Same precedence as @code{->}.
7591
c906108c 7592@item ::
b37052ae 7593C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 7594and @code{class} types.
c906108c
SS
7595
7596@item ::
7a292a7a
SS
7597Doubled colons also represent the @value{GDBN} scope operator
7598(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
7599above.
c906108c
SS
7600@end table
7601
c906108c
SS
7602If an operator is redefined in the user code, @value{GDBN} usually
7603attempts to invoke the redefined version instead of using the operator's
7604predefined meaning.
c906108c 7605
c906108c 7606@menu
5d161b24 7607* C Constants::
c906108c
SS
7608@end menu
7609
6d2ebf8b 7610@node C Constants
b37052ae 7611@subsubsection C and C@t{++} constants
c906108c 7612
b37052ae 7613@cindex C and C@t{++} constants
c906108c 7614
b37052ae 7615@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 7616following ways:
c906108c
SS
7617
7618@itemize @bullet
7619@item
7620Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
7621specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
7622by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
7623@samp{l}, specifying that the constant should be treated as a
7624@code{long} value.
7625
7626@item
7627Floating point constants are a sequence of digits, followed by a decimal
7628point, followed by a sequence of digits, and optionally followed by an
7629exponent. An exponent is of the form:
7630@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
7631sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
7632A floating-point constant may also end with a letter @samp{f} or
7633@samp{F}, specifying that the constant should be treated as being of
7634the @code{float} (as opposed to the default @code{double}) type; or with
7635a letter @samp{l} or @samp{L}, which specifies a @code{long double}
7636constant.
c906108c
SS
7637
7638@item
7639Enumerated constants consist of enumerated identifiers, or their
7640integral equivalents.
7641
7642@item
7643Character constants are a single character surrounded by single quotes
7644(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 7645(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
7646be represented by a letter or by @dfn{escape sequences}, which are of
7647the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
7648of the character's ordinal value; or of the form @samp{\@var{x}}, where
7649@samp{@var{x}} is a predefined special character---for example,
7650@samp{\n} for newline.
7651
7652@item
96a2c332
SS
7653String constants are a sequence of character constants surrounded by
7654double quotes (@code{"}). Any valid character constant (as described
7655above) may appear. Double quotes within the string must be preceded by
7656a backslash, so for instance @samp{"a\"b'c"} is a string of five
7657characters.
c906108c
SS
7658
7659@item
7660Pointer constants are an integral value. You can also write pointers
7661to constants using the C operator @samp{&}.
7662
7663@item
7664Array constants are comma-separated lists surrounded by braces @samp{@{}
7665and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
7666integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
7667and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
7668@end itemize
7669
c906108c 7670@menu
5d161b24
DB
7671* C plus plus expressions::
7672* C Defaults::
7673* C Checks::
c906108c 7674
5d161b24 7675* Debugging C::
c906108c
SS
7676@end menu
7677
6d2ebf8b 7678@node C plus plus expressions
b37052ae
EZ
7679@subsubsection C@t{++} expressions
7680
7681@cindex expressions in C@t{++}
7682@value{GDBN} expression handling can interpret most C@t{++} expressions.
7683
7684@cindex C@t{++} support, not in @sc{coff}
7685@cindex @sc{coff} versus C@t{++}
7686@cindex C@t{++} and object formats
7687@cindex object formats and C@t{++}
7688@cindex a.out and C@t{++}
7689@cindex @sc{ecoff} and C@t{++}
7690@cindex @sc{xcoff} and C@t{++}
7691@cindex @sc{elf}/stabs and C@t{++}
7692@cindex @sc{elf}/@sc{dwarf} and C@t{++}
c906108c
SS
7693@c FIXME!! GDB may eventually be able to debug C++ using DWARF; check
7694@c periodically whether this has happened...
7695@quotation
b37052ae
EZ
7696@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
7697proper compiler. Typically, C@t{++} debugging depends on the use of
c906108c
SS
7698additional debugging information in the symbol table, and thus requires
7699special support. In particular, if your compiler generates a.out, MIPS
7700@sc{ecoff}, RS/6000 @sc{xcoff}, or @sc{elf} with stabs extensions to the
7701symbol table, these facilities are all available. (With @sc{gnu} CC,
7702you can use the @samp{-gstabs} option to request stabs debugging
7703extensions explicitly.) Where the object code format is standard
b37052ae 7704@sc{coff} or @sc{dwarf} in @sc{elf}, on the other hand, most of the C@t{++}
c906108c
SS
7705support in @value{GDBN} does @emph{not} work.
7706@end quotation
c906108c
SS
7707
7708@enumerate
7709
7710@cindex member functions
7711@item
7712Member function calls are allowed; you can use expressions like
7713
474c8240 7714@smallexample
c906108c 7715count = aml->GetOriginal(x, y)
474c8240 7716@end smallexample
c906108c 7717
41afff9a 7718@vindex this@r{, inside C@t{++} member functions}
b37052ae 7719@cindex namespace in C@t{++}
c906108c
SS
7720@item
7721While a member function is active (in the selected stack frame), your
7722expressions have the same namespace available as the member function;
7723that is, @value{GDBN} allows implicit references to the class instance
b37052ae 7724pointer @code{this} following the same rules as C@t{++}.
c906108c 7725
c906108c 7726@cindex call overloaded functions
d4f3574e 7727@cindex overloaded functions, calling
b37052ae 7728@cindex type conversions in C@t{++}
c906108c
SS
7729@item
7730You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 7731call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
7732perform overload resolution involving user-defined type conversions,
7733calls to constructors, or instantiations of templates that do not exist
7734in the program. It also cannot handle ellipsis argument lists or
7735default arguments.
7736
7737It does perform integral conversions and promotions, floating-point
7738promotions, arithmetic conversions, pointer conversions, conversions of
7739class objects to base classes, and standard conversions such as those of
7740functions or arrays to pointers; it requires an exact match on the
7741number of function arguments.
7742
7743Overload resolution is always performed, unless you have specified
7744@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 7745,@value{GDBN} features for C@t{++}}.
c906108c 7746
d4f3574e 7747You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
7748explicit function signature to call an overloaded function, as in
7749@smallexample
7750p 'foo(char,int)'('x', 13)
7751@end smallexample
d4f3574e 7752
c906108c 7753The @value{GDBN} command-completion facility can simplify this;
d4f3574e 7754see @ref{Completion, ,Command completion}.
c906108c 7755
c906108c
SS
7756@cindex reference declarations
7757@item
b37052ae
EZ
7758@value{GDBN} understands variables declared as C@t{++} references; you can use
7759them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
7760dereferenced.
7761
7762In the parameter list shown when @value{GDBN} displays a frame, the values of
7763reference variables are not displayed (unlike other variables); this
7764avoids clutter, since references are often used for large structures.
7765The @emph{address} of a reference variable is always shown, unless
7766you have specified @samp{set print address off}.
7767
7768@item
b37052ae 7769@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
7770expressions can use it just as expressions in your program do. Since
7771one scope may be defined in another, you can use @code{::} repeatedly if
7772necessary, for example in an expression like
7773@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 7774resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
7775debugging (@pxref{Variables, ,Program variables}).
7776@end enumerate
7777
b37052ae 7778In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
7779calling virtual functions correctly, printing out virtual bases of
7780objects, calling functions in a base subobject, casting objects, and
7781invoking user-defined operators.
c906108c 7782
6d2ebf8b 7783@node C Defaults
b37052ae 7784@subsubsection C and C@t{++} defaults
7a292a7a 7785
b37052ae 7786@cindex C and C@t{++} defaults
c906108c 7787
c906108c
SS
7788If you allow @value{GDBN} to set type and range checking automatically, they
7789both default to @code{off} whenever the working language changes to
b37052ae 7790C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 7791selects the working language.
c906108c
SS
7792
7793If you allow @value{GDBN} to set the language automatically, it
7794recognizes source files whose names end with @file{.c}, @file{.C}, or
7795@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 7796these files, it sets the working language to C or C@t{++}.
c906108c
SS
7797@xref{Automatically, ,Having @value{GDBN} infer the source language},
7798for further details.
7799
c906108c
SS
7800@c Type checking is (a) primarily motivated by Modula-2, and (b)
7801@c unimplemented. If (b) changes, it might make sense to let this node
7802@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 7803
6d2ebf8b 7804@node C Checks
b37052ae 7805@subsubsection C and C@t{++} type and range checks
7a292a7a 7806
b37052ae 7807@cindex C and C@t{++} checks
c906108c 7808
b37052ae 7809By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
7810is not used. However, if you turn type checking on, @value{GDBN}
7811considers two variables type equivalent if:
7812
7813@itemize @bullet
7814@item
7815The two variables are structured and have the same structure, union, or
7816enumerated tag.
7817
7818@item
7819The two variables have the same type name, or types that have been
7820declared equivalent through @code{typedef}.
7821
7822@ignore
7823@c leaving this out because neither J Gilmore nor R Pesch understand it.
7824@c FIXME--beers?
7825@item
7826The two @code{struct}, @code{union}, or @code{enum} variables are
7827declared in the same declaration. (Note: this may not be true for all C
7828compilers.)
7829@end ignore
7830@end itemize
7831
7832Range checking, if turned on, is done on mathematical operations. Array
7833indices are not checked, since they are often used to index a pointer
7834that is not itself an array.
c906108c 7835
6d2ebf8b 7836@node Debugging C
c906108c 7837@subsubsection @value{GDBN} and C
c906108c
SS
7838
7839The @code{set print union} and @code{show print union} commands apply to
7840the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
7841inside a @code{struct} or @code{class} is also printed. Otherwise, it
7842appears as @samp{@{...@}}.
c906108c
SS
7843
7844The @code{@@} operator aids in the debugging of dynamic arrays, formed
7845with pointers and a memory allocation function. @xref{Expressions,
7846,Expressions}.
7847
c906108c 7848@menu
5d161b24 7849* Debugging C plus plus::
c906108c
SS
7850@end menu
7851
6d2ebf8b 7852@node Debugging C plus plus
b37052ae 7853@subsubsection @value{GDBN} features for C@t{++}
c906108c 7854
b37052ae 7855@cindex commands for C@t{++}
7a292a7a 7856
b37052ae
EZ
7857Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
7858designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
7859
7860@table @code
7861@cindex break in overloaded functions
7862@item @r{breakpoint menus}
7863When you want a breakpoint in a function whose name is overloaded,
7864@value{GDBN} breakpoint menus help you specify which function definition
7865you want. @xref{Breakpoint Menus,,Breakpoint menus}.
7866
b37052ae 7867@cindex overloading in C@t{++}
c906108c
SS
7868@item rbreak @var{regex}
7869Setting breakpoints using regular expressions is helpful for setting
7870breakpoints on overloaded functions that are not members of any special
7871classes.
7872@xref{Set Breaks, ,Setting breakpoints}.
7873
b37052ae 7874@cindex C@t{++} exception handling
c906108c
SS
7875@item catch throw
7876@itemx catch catch
b37052ae 7877Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
7878Catchpoints, , Setting catchpoints}.
7879
7880@cindex inheritance
7881@item ptype @var{typename}
7882Print inheritance relationships as well as other information for type
7883@var{typename}.
7884@xref{Symbols, ,Examining the Symbol Table}.
7885
b37052ae 7886@cindex C@t{++} symbol display
c906108c
SS
7887@item set print demangle
7888@itemx show print demangle
7889@itemx set print asm-demangle
7890@itemx show print asm-demangle
b37052ae
EZ
7891Control whether C@t{++} symbols display in their source form, both when
7892displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
7893@xref{Print Settings, ,Print settings}.
7894
7895@item set print object
7896@itemx show print object
7897Choose whether to print derived (actual) or declared types of objects.
7898@xref{Print Settings, ,Print settings}.
7899
7900@item set print vtbl
7901@itemx show print vtbl
7902Control the format for printing virtual function tables.
7903@xref{Print Settings, ,Print settings}.
c906108c 7904(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 7905ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
7906
7907@kindex set overload-resolution
d4f3574e 7908@cindex overloaded functions, overload resolution
c906108c 7909@item set overload-resolution on
b37052ae 7910Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
7911is on. For overloaded functions, @value{GDBN} evaluates the arguments
7912and searches for a function whose signature matches the argument types,
b37052ae 7913using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 7914expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
7915message.
7916
7917@item set overload-resolution off
b37052ae 7918Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
7919overloaded functions that are not class member functions, @value{GDBN}
7920chooses the first function of the specified name that it finds in the
7921symbol table, whether or not its arguments are of the correct type. For
7922overloaded functions that are class member functions, @value{GDBN}
7923searches for a function whose signature @emph{exactly} matches the
7924argument types.
c906108c
SS
7925
7926@item @r{Overloaded symbol names}
7927You can specify a particular definition of an overloaded symbol, using
b37052ae 7928the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
7929@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
7930also use the @value{GDBN} command-line word completion facilities to list the
7931available choices, or to finish the type list for you.
7932@xref{Completion,, Command completion}, for details on how to do this.
7933@end table
c906108c 7934
6d2ebf8b 7935@node Modula-2
c906108c 7936@subsection Modula-2
7a292a7a 7937
d4f3574e 7938@cindex Modula-2, @value{GDBN} support
c906108c
SS
7939
7940The extensions made to @value{GDBN} to support Modula-2 only support
7941output from the @sc{gnu} Modula-2 compiler (which is currently being
7942developed). Other Modula-2 compilers are not currently supported, and
7943attempting to debug executables produced by them is most likely
7944to give an error as @value{GDBN} reads in the executable's symbol
7945table.
7946
7947@cindex expressions in Modula-2
7948@menu
7949* M2 Operators:: Built-in operators
7950* Built-In Func/Proc:: Built-in functions and procedures
7951* M2 Constants:: Modula-2 constants
7952* M2 Defaults:: Default settings for Modula-2
7953* Deviations:: Deviations from standard Modula-2
7954* M2 Checks:: Modula-2 type and range checks
7955* M2 Scope:: The scope operators @code{::} and @code{.}
7956* GDB/M2:: @value{GDBN} and Modula-2
7957@end menu
7958
6d2ebf8b 7959@node M2 Operators
c906108c
SS
7960@subsubsection Operators
7961@cindex Modula-2 operators
7962
7963Operators must be defined on values of specific types. For instance,
7964@code{+} is defined on numbers, but not on structures. Operators are
7965often defined on groups of types. For the purposes of Modula-2, the
7966following definitions hold:
7967
7968@itemize @bullet
7969
7970@item
7971@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
7972their subranges.
7973
7974@item
7975@emph{Character types} consist of @code{CHAR} and its subranges.
7976
7977@item
7978@emph{Floating-point types} consist of @code{REAL}.
7979
7980@item
7981@emph{Pointer types} consist of anything declared as @code{POINTER TO
7982@var{type}}.
7983
7984@item
7985@emph{Scalar types} consist of all of the above.
7986
7987@item
7988@emph{Set types} consist of @code{SET} and @code{BITSET} types.
7989
7990@item
7991@emph{Boolean types} consist of @code{BOOLEAN}.
7992@end itemize
7993
7994@noindent
7995The following operators are supported, and appear in order of
7996increasing precedence:
7997
7998@table @code
7999@item ,
8000Function argument or array index separator.
8001
8002@item :=
8003Assignment. The value of @var{var} @code{:=} @var{value} is
8004@var{value}.
8005
8006@item <@r{, }>
8007Less than, greater than on integral, floating-point, or enumerated
8008types.
8009
8010@item <=@r{, }>=
96a2c332 8011Less than or equal to, greater than or equal to
c906108c
SS
8012on integral, floating-point and enumerated types, or set inclusion on
8013set types. Same precedence as @code{<}.
8014
8015@item =@r{, }<>@r{, }#
8016Equality and two ways of expressing inequality, valid on scalar types.
8017Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8018available for inequality, since @code{#} conflicts with the script
8019comment character.
8020
8021@item IN
8022Set membership. Defined on set types and the types of their members.
8023Same precedence as @code{<}.
8024
8025@item OR
8026Boolean disjunction. Defined on boolean types.
8027
8028@item AND@r{, }&
d4f3574e 8029Boolean conjunction. Defined on boolean types.
c906108c
SS
8030
8031@item @@
8032The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8033
8034@item +@r{, }-
8035Addition and subtraction on integral and floating-point types, or union
8036and difference on set types.
8037
8038@item *
8039Multiplication on integral and floating-point types, or set intersection
8040on set types.
8041
8042@item /
8043Division on floating-point types, or symmetric set difference on set
8044types. Same precedence as @code{*}.
8045
8046@item DIV@r{, }MOD
8047Integer division and remainder. Defined on integral types. Same
8048precedence as @code{*}.
8049
8050@item -
8051Negative. Defined on @code{INTEGER} and @code{REAL} data.
8052
8053@item ^
8054Pointer dereferencing. Defined on pointer types.
8055
8056@item NOT
8057Boolean negation. Defined on boolean types. Same precedence as
8058@code{^}.
8059
8060@item .
8061@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8062precedence as @code{^}.
8063
8064@item []
8065Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8066
8067@item ()
8068Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8069as @code{^}.
8070
8071@item ::@r{, }.
8072@value{GDBN} and Modula-2 scope operators.
8073@end table
8074
8075@quotation
8076@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8077treats the use of the operator @code{IN}, or the use of operators
8078@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8079@code{<=}, and @code{>=} on sets as an error.
8080@end quotation
8081
cb51c4e0 8082
6d2ebf8b 8083@node Built-In Func/Proc
c906108c 8084@subsubsection Built-in functions and procedures
cb51c4e0 8085@cindex Modula-2 built-ins
c906108c
SS
8086
8087Modula-2 also makes available several built-in procedures and functions.
8088In describing these, the following metavariables are used:
8089
8090@table @var
8091
8092@item a
8093represents an @code{ARRAY} variable.
8094
8095@item c
8096represents a @code{CHAR} constant or variable.
8097
8098@item i
8099represents a variable or constant of integral type.
8100
8101@item m
8102represents an identifier that belongs to a set. Generally used in the
8103same function with the metavariable @var{s}. The type of @var{s} should
8104be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8105
8106@item n
8107represents a variable or constant of integral or floating-point type.
8108
8109@item r
8110represents a variable or constant of floating-point type.
8111
8112@item t
8113represents a type.
8114
8115@item v
8116represents a variable.
8117
8118@item x
8119represents a variable or constant of one of many types. See the
8120explanation of the function for details.
8121@end table
8122
8123All Modula-2 built-in procedures also return a result, described below.
8124
8125@table @code
8126@item ABS(@var{n})
8127Returns the absolute value of @var{n}.
8128
8129@item CAP(@var{c})
8130If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8131equivalent, otherwise it returns its argument.
c906108c
SS
8132
8133@item CHR(@var{i})
8134Returns the character whose ordinal value is @var{i}.
8135
8136@item DEC(@var{v})
c3f6f71d 8137Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8138
8139@item DEC(@var{v},@var{i})
8140Decrements the value in the variable @var{v} by @var{i}. Returns the
8141new value.
8142
8143@item EXCL(@var{m},@var{s})
8144Removes the element @var{m} from the set @var{s}. Returns the new
8145set.
8146
8147@item FLOAT(@var{i})
8148Returns the floating point equivalent of the integer @var{i}.
8149
8150@item HIGH(@var{a})
8151Returns the index of the last member of @var{a}.
8152
8153@item INC(@var{v})
c3f6f71d 8154Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8155
8156@item INC(@var{v},@var{i})
8157Increments the value in the variable @var{v} by @var{i}. Returns the
8158new value.
8159
8160@item INCL(@var{m},@var{s})
8161Adds the element @var{m} to the set @var{s} if it is not already
8162there. Returns the new set.
8163
8164@item MAX(@var{t})
8165Returns the maximum value of the type @var{t}.
8166
8167@item MIN(@var{t})
8168Returns the minimum value of the type @var{t}.
8169
8170@item ODD(@var{i})
8171Returns boolean TRUE if @var{i} is an odd number.
8172
8173@item ORD(@var{x})
8174Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8175value of a character is its @sc{ascii} value (on machines supporting the
8176@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8177integral, character and enumerated types.
8178
8179@item SIZE(@var{x})
8180Returns the size of its argument. @var{x} can be a variable or a type.
8181
8182@item TRUNC(@var{r})
8183Returns the integral part of @var{r}.
8184
8185@item VAL(@var{t},@var{i})
8186Returns the member of the type @var{t} whose ordinal value is @var{i}.
8187@end table
8188
8189@quotation
8190@emph{Warning:} Sets and their operations are not yet supported, so
8191@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8192an error.
8193@end quotation
8194
8195@cindex Modula-2 constants
6d2ebf8b 8196@node M2 Constants
c906108c
SS
8197@subsubsection Constants
8198
8199@value{GDBN} allows you to express the constants of Modula-2 in the following
8200ways:
8201
8202@itemize @bullet
8203
8204@item
8205Integer constants are simply a sequence of digits. When used in an
8206expression, a constant is interpreted to be type-compatible with the
8207rest of the expression. Hexadecimal integers are specified by a
8208trailing @samp{H}, and octal integers by a trailing @samp{B}.
8209
8210@item
8211Floating point constants appear as a sequence of digits, followed by a
8212decimal point and another sequence of digits. An optional exponent can
8213then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8214@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8215digits of the floating point constant must be valid decimal (base 10)
8216digits.
8217
8218@item
8219Character constants consist of a single character enclosed by a pair of
8220like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8221also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8222followed by a @samp{C}.
8223
8224@item
8225String constants consist of a sequence of characters enclosed by a
8226pair of like quotes, either single (@code{'}) or double (@code{"}).
8227Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8228Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8229sequences.
8230
8231@item
8232Enumerated constants consist of an enumerated identifier.
8233
8234@item
8235Boolean constants consist of the identifiers @code{TRUE} and
8236@code{FALSE}.
8237
8238@item
8239Pointer constants consist of integral values only.
8240
8241@item
8242Set constants are not yet supported.
8243@end itemize
8244
6d2ebf8b 8245@node M2 Defaults
c906108c
SS
8246@subsubsection Modula-2 defaults
8247@cindex Modula-2 defaults
8248
8249If type and range checking are set automatically by @value{GDBN}, they
8250both default to @code{on} whenever the working language changes to
d4f3574e 8251Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8252selected the working language.
8253
8254If you allow @value{GDBN} to set the language automatically, then entering
8255code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8256working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8257the language automatically}, for further details.
8258
6d2ebf8b 8259@node Deviations
c906108c
SS
8260@subsubsection Deviations from standard Modula-2
8261@cindex Modula-2, deviations from
8262
8263A few changes have been made to make Modula-2 programs easier to debug.
8264This is done primarily via loosening its type strictness:
8265
8266@itemize @bullet
8267@item
8268Unlike in standard Modula-2, pointer constants can be formed by
8269integers. This allows you to modify pointer variables during
8270debugging. (In standard Modula-2, the actual address contained in a
8271pointer variable is hidden from you; it can only be modified
8272through direct assignment to another pointer variable or expression that
8273returned a pointer.)
8274
8275@item
8276C escape sequences can be used in strings and characters to represent
8277non-printable characters. @value{GDBN} prints out strings with these
8278escape sequences embedded. Single non-printable characters are
8279printed using the @samp{CHR(@var{nnn})} format.
8280
8281@item
8282The assignment operator (@code{:=}) returns the value of its right-hand
8283argument.
8284
8285@item
8286All built-in procedures both modify @emph{and} return their argument.
8287@end itemize
8288
6d2ebf8b 8289@node M2 Checks
c906108c
SS
8290@subsubsection Modula-2 type and range checks
8291@cindex Modula-2 checks
8292
8293@quotation
8294@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8295range checking.
8296@end quotation
8297@c FIXME remove warning when type/range checks added
8298
8299@value{GDBN} considers two Modula-2 variables type equivalent if:
8300
8301@itemize @bullet
8302@item
8303They are of types that have been declared equivalent via a @code{TYPE
8304@var{t1} = @var{t2}} statement
8305
8306@item
8307They have been declared on the same line. (Note: This is true of the
8308@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8309@end itemize
8310
8311As long as type checking is enabled, any attempt to combine variables
8312whose types are not equivalent is an error.
8313
8314Range checking is done on all mathematical operations, assignment, array
8315index bounds, and all built-in functions and procedures.
8316
6d2ebf8b 8317@node M2 Scope
c906108c
SS
8318@subsubsection The scope operators @code{::} and @code{.}
8319@cindex scope
41afff9a 8320@cindex @code{.}, Modula-2 scope operator
c906108c
SS
8321@cindex colon, doubled as scope operator
8322@ifinfo
41afff9a 8323@vindex colon-colon@r{, in Modula-2}
c906108c
SS
8324@c Info cannot handle :: but TeX can.
8325@end ifinfo
8326@iftex
41afff9a 8327@vindex ::@r{, in Modula-2}
c906108c
SS
8328@end iftex
8329
8330There are a few subtle differences between the Modula-2 scope operator
8331(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8332similar syntax:
8333
474c8240 8334@smallexample
c906108c
SS
8335
8336@var{module} . @var{id}
8337@var{scope} :: @var{id}
474c8240 8338@end smallexample
c906108c
SS
8339
8340@noindent
8341where @var{scope} is the name of a module or a procedure,
8342@var{module} the name of a module, and @var{id} is any declared
8343identifier within your program, except another module.
8344
8345Using the @code{::} operator makes @value{GDBN} search the scope
8346specified by @var{scope} for the identifier @var{id}. If it is not
8347found in the specified scope, then @value{GDBN} searches all scopes
8348enclosing the one specified by @var{scope}.
8349
8350Using the @code{.} operator makes @value{GDBN} search the current scope for
8351the identifier specified by @var{id} that was imported from the
8352definition module specified by @var{module}. With this operator, it is
8353an error if the identifier @var{id} was not imported from definition
8354module @var{module}, or if @var{id} is not an identifier in
8355@var{module}.
8356
6d2ebf8b 8357@node GDB/M2
c906108c
SS
8358@subsubsection @value{GDBN} and Modula-2
8359
8360Some @value{GDBN} commands have little use when debugging Modula-2 programs.
8361Five subcommands of @code{set print} and @code{show print} apply
b37052ae 8362specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 8363@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 8364apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
8365analogue in Modula-2.
8366
8367The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 8368with any language, is not useful with Modula-2. Its
c906108c 8369intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 8370created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 8371address can be specified by an integral constant, the construct
d4f3574e 8372@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
8373
8374@cindex @code{#} in Modula-2
8375In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
8376interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 8377
6d2ebf8b 8378@node Chill
cce74817
JM
8379@subsection Chill
8380
8381The extensions made to @value{GDBN} to support Chill only support output
d4f3574e 8382from the @sc{gnu} Chill compiler. Other Chill compilers are not currently
cce74817
JM
8383supported, and attempting to debug executables produced by them is most
8384likely to give an error as @value{GDBN} reads in the executable's symbol
8385table.
8386
d4f3574e
SS
8387@c This used to say "... following Chill related topics ...", but since
8388@c menus are not shown in the printed manual, it would look awkward.
8389This section covers the Chill related topics and the features
cce74817
JM
8390of @value{GDBN} which support these topics.
8391
8392@menu
104c1213
JM
8393* How modes are displayed:: How modes are displayed
8394* Locations:: Locations and their accesses
cce74817 8395* Values and their Operations:: Values and their Operations
5d161b24 8396* Chill type and range checks::
53a5351d 8397* Chill defaults::
cce74817
JM
8398@end menu
8399
6d2ebf8b 8400@node How modes are displayed
cce74817
JM
8401@subsubsection How modes are displayed
8402
8403The Chill Datatype- (Mode) support of @value{GDBN} is directly related
d4f3574e 8404with the functionality of the @sc{gnu} Chill compiler, and therefore deviates
cce74817
JM
8405slightly from the standard specification of the Chill language. The
8406provided modes are:
d4f3574e
SS
8407
8408@c FIXME: this @table's contents effectively disable @code by using @r
8409@c on every @item. So why does it need @code?
cce74817
JM
8410@table @code
8411@item @r{@emph{Discrete modes:}}
8412@itemize @bullet
8413@item
8414@emph{Integer Modes} which are predefined by @code{BYTE, UBYTE, INT,
8415UINT, LONG, ULONG},
8416@item
5d161b24 8417@emph{Boolean Mode} which is predefined by @code{BOOL},
cce74817 8418@item
5d161b24 8419@emph{Character Mode} which is predefined by @code{CHAR},
cce74817
JM
8420@item
8421@emph{Set Mode} which is displayed by the keyword @code{SET}.
8422@smallexample
8423(@value{GDBP}) ptype x
8424type = SET (karli = 10, susi = 20, fritzi = 100)
8425@end smallexample
8426If the type is an unnumbered set the set element values are omitted.
8427@item
6d2ebf8b
SS
8428@emph{Range Mode} which is displayed by
8429@smallexample
8430@code{type = <basemode>(<lower bound> : <upper bound>)}
8431@end smallexample
8432where @code{<lower bound>, <upper bound>} can be of any discrete literal
8433expression (e.g. set element names).
cce74817
JM
8434@end itemize
8435
8436@item @r{@emph{Powerset Mode:}}
8437A Powerset Mode is displayed by the keyword @code{POWERSET} followed by
d4f3574e 8438the member mode of the powerset. The member mode can be any discrete mode.
cce74817
JM
8439@smallexample
8440(@value{GDBP}) ptype x
8441type = POWERSET SET (egon, hugo, otto)
8442@end smallexample
8443
8444@item @r{@emph{Reference Modes:}}
8445@itemize @bullet
8446@item
d4f3574e 8447@emph{Bound Reference Mode} which is displayed by the keyword @code{REF}
cce74817
JM
8448followed by the mode name to which the reference is bound.
8449@item
8450@emph{Free Reference Mode} which is displayed by the keyword @code{PTR}.
8451@end itemize
8452
8453@item @r{@emph{Procedure mode}}
8454The procedure mode is displayed by @code{type = PROC(<parameter list>)
8455<return mode> EXCEPTIONS (<exception list>)}. The @code{<parameter
d4f3574e
SS
8456list>} is a list of the parameter modes. @code{<return mode>} indicates
8457the mode of the result of the procedure if any. The exceptionlist lists
cce74817
JM
8458all possible exceptions which can be raised by the procedure.
8459
8460@ignore
8461@item @r{@emph{Instance mode}}
8462The instance mode is represented by a structure, which has a static
5d161b24 8463type, and is therefore not really of interest.
cce74817
JM
8464@end ignore
8465
5d161b24 8466@item @r{@emph{Synchronization Modes:}}
cce74817
JM
8467@itemize @bullet
8468@item
6d2ebf8b
SS
8469@emph{Event Mode} which is displayed by
8470@smallexample
8471@code{EVENT (<event length>)}
8472@end smallexample
cce74817
JM
8473where @code{(<event length>)} is optional.
8474@item
6d2ebf8b
SS
8475@emph{Buffer Mode} which is displayed by
8476@smallexample
8477@code{BUFFER (<buffer length>)<buffer element mode>}
8478@end smallexample
8479where @code{(<buffer length>)} is optional.
cce74817
JM
8480@end itemize
8481
5d161b24 8482@item @r{@emph{Timing Modes:}}
cce74817
JM
8483@itemize @bullet
8484@item
8485@emph{Duration Mode} which is predefined by @code{DURATION}
8486@item
8487@emph{Absolute Time Mode} which is predefined by @code{TIME}
8488@end itemize
8489
8490@item @r{@emph{Real Modes:}}
8491Real Modes are predefined with @code{REAL} and @code{LONG_REAL}.
8492
8493@item @r{@emph{String Modes:}}
8494@itemize @bullet
8495@item
6d2ebf8b
SS
8496@emph{Character String Mode} which is displayed by
8497@smallexample
8498@code{CHARS(<string length>)}
8499@end smallexample
8500followed by the keyword @code{VARYING} if the String Mode is a varying
8501mode
cce74817 8502@item
6d2ebf8b
SS
8503@emph{Bit String Mode} which is displayed by
8504@smallexample
8505@code{BOOLS(<string
8506length>)}
8507@end smallexample
cce74817
JM
8508@end itemize
8509
8510@item @r{@emph{Array Mode:}}
8511The Array Mode is displayed by the keyword @code{ARRAY(<range>)}
8512followed by the element mode (which may in turn be an array mode).
8513@smallexample
8514(@value{GDBP}) ptype x
5d161b24
DB
8515type = ARRAY (1:42)
8516 ARRAY (1:20)
cce74817
JM
8517 SET (karli = 10, susi = 20, fritzi = 100)
8518@end smallexample
8519
5d161b24 8520@item @r{@emph{Structure Mode}}
cce74817 8521The Structure mode is displayed by the keyword @code{STRUCT(<field
d4f3574e
SS
8522list>)}. The @code{<field list>} consists of names and modes of fields
8523of the structure. Variant structures have the keyword @code{CASE <field>
8524OF <variant fields> ESAC} in their field list. Since the current version
cce74817
JM
8525of the GNU Chill compiler doesn't implement tag processing (no runtime
8526checks of variant fields, and therefore no debugging info), the output
8527always displays all variant fields.
8528@smallexample
8529(@value{GDBP}) ptype str
8530type = STRUCT (
8531 as x,
8532 bs x,
8533 CASE bs OF
8534 (karli):
8535 cs a
8536 (ott):
8537 ds x
8538 ESAC
8539)
8540@end smallexample
8541@end table
8542
6d2ebf8b 8543@node Locations
cce74817
JM
8544@subsubsection Locations and their accesses
8545
8546A location in Chill is an object which can contain values.
8547
8548A value of a location is generally accessed by the (declared) name of
d4f3574e
SS
8549the location. The output conforms to the specification of values in
8550Chill programs. How values are specified
8551is the topic of the next section, @ref{Values and their Operations}.
cce74817
JM
8552
8553The pseudo-location @code{RESULT} (or @code{result}) can be used to
8554display or change the result of a currently-active procedure:
d4f3574e 8555
cce74817
JM
8556@smallexample
8557set result := EXPR
8558@end smallexample
d4f3574e
SS
8559
8560@noindent
8561This does the same as the Chill action @code{RESULT EXPR} (which
c3f6f71d 8562is not available in @value{GDBN}).
cce74817
JM
8563
8564Values of reference mode locations are printed by @code{PTR(<hex
8565value>)} in case of a free reference mode, and by @code{(REF <reference
d4f3574e 8566mode>) (<hex-value>)} in case of a bound reference. @code{<hex value>}
cce74817
JM
8567represents the address where the reference points to. To access the
8568value of the location referenced by the pointer, use the dereference
d4f3574e 8569operator @samp{->}.
cce74817 8570
6d2ebf8b
SS
8571Values of procedure mode locations are displayed by
8572@smallexample
8573@code{@{ PROC
cce74817 8574(<argument modes> ) <return mode> @} <address> <name of procedure
6d2ebf8b
SS
8575location>}
8576@end smallexample
8577@code{<argument modes>} is a list of modes according to the parameter
8578specification of the procedure and @code{<address>} shows the address of
8579the entry point.
cce74817
JM
8580
8581@ignore
8582Locations of instance modes are displayed just like a structure with two
8583fields specifying the @emph{process type} and the @emph{copy number} of
8584the investigated instance location@footnote{This comes from the current
d4f3574e
SS
8585implementation of instances. They are implemented as a structure (no
8586na). The output should be something like @code{[<name of the process>;
8587<instance number>]}.}. The field names are @code{__proc_type} and
cce74817
JM
8588@code{__proc_copy}.
8589
8590Locations of synchronization modes are displayed like a structure with
8591the field name @code{__event_data} in case of a event mode location, and
8592like a structure with the field @code{__buffer_data} in case of a buffer
8593mode location (refer to previous paragraph).
8594
8595Structure Mode locations are printed by @code{[.<field name>: <value>,
d4f3574e 8596...]}. The @code{<field name>} corresponds to the structure mode
cce74817 8597definition and the layout of @code{<value>} varies depending of the mode
d4f3574e
SS
8598of the field. If the investigated structure mode location is of variant
8599structure mode, the variant parts of the structure are enclosed in curled
8600braces (@samp{@{@}}). Fields enclosed by @samp{@{,@}} are residing
cce74817 8601on the same memory location and represent the current values of the
d4f3574e 8602memory location in their specific modes. Since no tag processing is done
cce74817 8603all variants are displayed. A variant field is printed by
d4f3574e 8604@code{(<variant name>) = .<field name>: <value>}. (who implements the
cce74817
JM
8605stuff ???)
8606@smallexample
8607(@value{GDBP}) print str1 $4 = [.as: 0, .bs: karli, .<TAG>: { (karli) =
8608[.cs: []], (susi) = [.ds: susi]}]
8609@end smallexample
8610@end ignore
8611
8612Substructures of string mode-, array mode- or structure mode-values
8613(e.g. array slices, fields of structure locations) are accessed using
d4f3574e
SS
8614certain operations which are described in the next section, @ref{Values
8615and their Operations}.
cce74817
JM
8616
8617A location value may be interpreted as having a different mode using the
d4f3574e
SS
8618location conversion. This mode conversion is written as @code{<mode
8619name>(<location>)}. The user has to consider that the sizes of the modes
8620have to be equal otherwise an error occurs. Furthermore, no range
8621checking of the location against the destination mode is performed, and
cce74817 8622therefore the result can be quite confusing.
d4f3574e 8623
cce74817
JM
8624@smallexample
8625(@value{GDBP}) print int (s(3 up 4)) XXX TO be filled in !! XXX
8626@end smallexample
8627
6d2ebf8b 8628@node Values and their Operations
cce74817
JM
8629@subsubsection Values and their Operations
8630
8631Values are used to alter locations, to investigate complex structures in
8632more detail or to filter relevant information out of a large amount of
d4f3574e
SS
8633data. There are several (mode dependent) operations defined which enable
8634such investigations. These operations are not only applicable to
cce74817 8635constant values but also to locations, which can become quite useful
d4f3574e 8636when debugging complex structures. During parsing the command line
cce74817
JM
8637(e.g. evaluating an expression) @value{GDBN} treats location names as
8638the values behind these locations.
8639
d4f3574e 8640This section describes how values have to be specified and which
cce74817
JM
8641operations are legal to be used with such values.
8642
8643@table @code
8644@item Literal Values
d4f3574e
SS
8645Literal values are specified in the same manner as in @sc{gnu} Chill programs.
8646For detailed specification refer to the @sc{gnu} Chill implementation Manual
cce74817 8647chapter 1.5.
d4f3574e
SS
8648@c FIXME: if the Chill Manual is a Texinfo documents, the above should
8649@c be converted to a @ref.
cce74817 8650
5d161b24 8651@ignore
cce74817
JM
8652@itemize @bullet
8653@item
8654@emph{Integer Literals} are specified in the same manner as in Chill
d4f3574e 8655programs (refer to the Chill Standard z200/88 chpt 5.2.4.2)
cce74817
JM
8656@item
8657@emph{Boolean Literals} are defined by @code{TRUE} and @code{FALSE}.
8658@item
8659@emph{Character Literals} are defined by @code{'<character>'}. (e.g.
8660@code{'M'})
8661@item
8662@emph{Set Literals} are defined by a name which was specified in a set
d4f3574e 8663mode. The value delivered by a Set Literal is the set value. This is
b37052ae 8664comparable to an enumeration in C/C@t{++} language.
cce74817 8665@item
d4f3574e 8666@emph{Emptiness Literal} is predefined by @code{NULL}. The value of the
cce74817 8667emptiness literal delivers either the empty reference value, the empty
5d161b24 8668procedure value or the empty instance value.
cce74817
JM
8669
8670@item
8671@emph{Character String Literals} are defined by a sequence of characters
d4f3574e 8672enclosed in single- or double quotes. If a single- or double quote has
cce74817
JM
8673to be part of the string literal it has to be stuffed (specified twice).
8674@item
8675@emph{Bitstring Literals} are specified in the same manner as in Chill
8676programs (refer z200/88 chpt 5.2.4.8).
8677@item
8678@emph{Floating point literals} are specified in the same manner as in
d4f3574e 8679(gnu-)Chill programs (refer @sc{gnu} Chill implementation Manual chapter 1.5).
cce74817
JM
8680@end itemize
8681@end ignore
8682
8683@item Tuple Values
8684A tuple is specified by @code{<mode name>[<tuple>]}, where @code{<mode
d4f3574e 8685name>} can be omitted if the mode of the tuple is unambiguous. This
cce74817
JM
8686unambiguity is derived from the context of a evaluated expression.
8687@code{<tuple>} can be one of the following:
d4f3574e 8688
cce74817
JM
8689@itemize @bullet
8690@item @emph{Powerset Tuple}
8691@item @emph{Array Tuple}
8692@item @emph{Structure Tuple}
8693Powerset tuples, array tuples and structure tuples are specified in the
d4f3574e 8694same manner as in Chill programs refer to z200/88 chpt 5.2.5.
cce74817
JM
8695@end itemize
8696
8697@item String Element Value
6d2ebf8b
SS
8698A string element value is specified by
8699@smallexample
8700@code{<string value>(<index>)}
8701@end smallexample
d4f3574e 8702where @code{<index>} is a integer expression. It delivers a character
cce74817
JM
8703value which is equivalent to the character indexed by @code{<index>} in
8704the string.
8705
8706@item String Slice Value
8707A string slice value is specified by @code{<string value>(<slice
8708spec>)}, where @code{<slice spec>} can be either a range of integer
8709expressions or specified by @code{<start expr> up <size>}.
8710@code{<size>} denotes the number of elements which the slice contains.
8711The delivered value is a string value, which is part of the specified
8712string.
8713
8714@item Array Element Values
8715An array element value is specified by @code{<array value>(<expr>)} and
8716delivers a array element value of the mode of the specified array.
8717
8718@item Array Slice Values
8719An array slice is specified by @code{<array value>(<slice spec>)}, where
8720@code{<slice spec>} can be either a range specified by expressions or by
d4f3574e
SS
8721@code{<start expr> up <size>}. @code{<size>} denotes the number of
8722arrayelements the slice contains. The delivered value is an array value
cce74817
JM
8723which is part of the specified array.
8724
8725@item Structure Field Values
8726A structure field value is derived by @code{<structure value>.<field
d4f3574e
SS
8727name>}, where @code{<field name>} indicates the name of a field specified
8728in the mode definition of the structure. The mode of the delivered value
cce74817
JM
8729corresponds to this mode definition in the structure definition.
8730
8731@item Procedure Call Value
8732The procedure call value is derived from the return value of the
8733procedure@footnote{If a procedure call is used for instance in an
8734expression, then this procedure is called with all its side
d4f3574e 8735effects. This can lead to confusing results if used carelessly.}.
cce74817 8736
d4f3574e 8737Values of duration mode locations are represented by @code{ULONG} literals.
cce74817 8738
6d2ebf8b
SS
8739Values of time mode locations appear as
8740@smallexample
8741@code{TIME(<secs>:<nsecs>)}
8742@end smallexample
8743
cce74817
JM
8744
8745@ignore
8746This is not implemented yet:
8747@item Built-in Value
8748@noindent
8749The following built in functions are provided:
d4f3574e 8750
cce74817
JM
8751@table @code
8752@item @code{ADDR()}
8753@item @code{NUM()}
8754@item @code{PRED()}
8755@item @code{SUCC()}
8756@item @code{ABS()}
8757@item @code{CARD()}
8758@item @code{MAX()}
8759@item @code{MIN()}
8760@item @code{SIZE()}
8761@item @code{UPPER()}
8762@item @code{LOWER()}
8763@item @code{LENGTH()}
8764@item @code{SIN()}
8765@item @code{COS()}
8766@item @code{TAN()}
8767@item @code{ARCSIN()}
8768@item @code{ARCCOS()}
8769@item @code{ARCTAN()}
8770@item @code{EXP()}
8771@item @code{LN()}
8772@item @code{LOG()}
8773@item @code{SQRT()}
8774@end table
8775
8776For a detailed description refer to the GNU Chill implementation manual
8777chapter 1.6.
8778@end ignore
8779
8780@item Zero-adic Operator Value
8781The zero-adic operator value is derived from the instance value for the
8782current active process.
8783
8784@item Expression Values
8785The value delivered by an expression is the result of the evaluation of
d4f3574e 8786the specified expression. If there are error conditions (mode
cce74817 8787incompatibility, etc.) the evaluation of expressions is aborted with a
d4f3574e 8788corresponding error message. Expressions may be parenthesised which
cce74817 8789causes the evaluation of this expression before any other expression
d4f3574e 8790which uses the result of the parenthesised expression. The following
cce74817 8791operators are supported by @value{GDBN}:
d4f3574e 8792
cce74817
JM
8793@table @code
8794@item @code{OR, ORIF, XOR}
d4f3574e
SS
8795@itemx @code{AND, ANDIF}
8796@itemx @code{NOT}
cce74817 8797Logical operators defined over operands of boolean mode.
d4f3574e 8798
cce74817
JM
8799@item @code{=, /=}
8800Equality and inequality operators defined over all modes.
d4f3574e 8801
cce74817 8802@item @code{>, >=}
d4f3574e 8803@itemx @code{<, <=}
cce74817 8804Relational operators defined over predefined modes.
d4f3574e 8805
cce74817 8806@item @code{+, -}
d4f3574e 8807@itemx @code{*, /, MOD, REM}
cce74817 8808Arithmetic operators defined over predefined modes.
d4f3574e 8809
cce74817
JM
8810@item @code{-}
8811Change sign operator.
d4f3574e 8812
cce74817
JM
8813@item @code{//}
8814String concatenation operator.
d4f3574e 8815
cce74817
JM
8816@item @code{()}
8817String repetition operator.
d4f3574e 8818
cce74817
JM
8819@item @code{->}
8820Referenced location operator which can be used either to take the
8821address of a location (@code{->loc}), or to dereference a reference
8822location (@code{loc->}).
d4f3574e 8823
cce74817 8824@item @code{OR, XOR}
d4f3574e
SS
8825@itemx @code{AND}
8826@itemx @code{NOT}
cce74817 8827Powerset and bitstring operators.
d4f3574e 8828
cce74817 8829@item @code{>, >=}
d4f3574e 8830@itemx @code{<, <=}
cce74817 8831Powerset inclusion operators.
d4f3574e 8832
cce74817
JM
8833@item @code{IN}
8834Membership operator.
8835@end table
8836@end table
8837
6d2ebf8b 8838@node Chill type and range checks
cce74817
JM
8839@subsubsection Chill type and range checks
8840
8841@value{GDBN} considers two Chill variables mode equivalent if the sizes
d4f3574e 8842of the two modes are equal. This rule applies recursively to more
cce74817 8843complex datatypes which means that complex modes are treated
d4f3574e 8844equivalent if all element modes (which also can be complex modes like
cce74817
JM
8845structures, arrays, etc.) have the same size.
8846
8847Range checking is done on all mathematical operations, assignment, array
8848index bounds and all built in procedures.
8849
8850Strong type checks are forced using the @value{GDBN} command @code{set
d4f3574e 8851check strong}. This enforces strong type and range checks on all
cce74817
JM
8852operations where Chill constructs are used (expressions, built in
8853functions, etc.) in respect to the semantics as defined in the z.200
8854language specification.
8855
cce74817
JM
8856All checks can be disabled by the @value{GDBN} command @code{set check
8857off}.
8858
5d161b24 8859@ignore
53a5351d 8860@c Deviations from the Chill Standard Z200/88
cce74817
JM
8861see last paragraph ?
8862@end ignore
8863
6d2ebf8b 8864@node Chill defaults
cce74817
JM
8865@subsubsection Chill defaults
8866
8867If type and range checking are set automatically by @value{GDBN}, they
8868both default to @code{on} whenever the working language changes to
d4f3574e 8869Chill. This happens regardless of whether you or @value{GDBN}
cce74817
JM
8870selected the working language.
8871
8872If you allow @value{GDBN} to set the language automatically, then entering
8873code compiled from a file whose name ends with @file{.ch} sets the
d4f3574e 8874working language to Chill. @xref{Automatically, ,Having @value{GDBN} set
cce74817
JM
8875the language automatically}, for further details.
8876
6d2ebf8b 8877@node Symbols
c906108c
SS
8878@chapter Examining the Symbol Table
8879
d4f3574e 8880The commands described in this chapter allow you to inquire about the
c906108c
SS
8881symbols (names of variables, functions and types) defined in your
8882program. This information is inherent in the text of your program and
8883does not change as your program executes. @value{GDBN} finds it in your
8884program's symbol table, in the file indicated when you started @value{GDBN}
8885(@pxref{File Options, ,Choosing files}), or by one of the
8886file-management commands (@pxref{Files, ,Commands to specify files}).
8887
8888@cindex symbol names
8889@cindex names of symbols
8890@cindex quoting names
8891Occasionally, you may need to refer to symbols that contain unusual
8892characters, which @value{GDBN} ordinarily treats as word delimiters. The
8893most frequent case is in referring to static variables in other
8894source files (@pxref{Variables,,Program variables}). File names
8895are recorded in object files as debugging symbols, but @value{GDBN} would
8896ordinarily parse a typical file name, like @file{foo.c}, as the three words
8897@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
8898@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
8899
474c8240 8900@smallexample
c906108c 8901p 'foo.c'::x
474c8240 8902@end smallexample
c906108c
SS
8903
8904@noindent
8905looks up the value of @code{x} in the scope of the file @file{foo.c}.
8906
8907@table @code
8908@kindex info address
b37052ae 8909@cindex address of a symbol
c906108c
SS
8910@item info address @var{symbol}
8911Describe where the data for @var{symbol} is stored. For a register
8912variable, this says which register it is kept in. For a non-register
8913local variable, this prints the stack-frame offset at which the variable
8914is always stored.
8915
8916Note the contrast with @samp{print &@var{symbol}}, which does not work
8917at all for a register variable, and for a stack local variable prints
8918the exact address of the current instantiation of the variable.
8919
3d67e040 8920@kindex info symbol
b37052ae 8921@cindex symbol from address
3d67e040
EZ
8922@item info symbol @var{addr}
8923Print the name of a symbol which is stored at the address @var{addr}.
8924If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
8925nearest symbol and an offset from it:
8926
474c8240 8927@smallexample
3d67e040
EZ
8928(@value{GDBP}) info symbol 0x54320
8929_initialize_vx + 396 in section .text
474c8240 8930@end smallexample
3d67e040
EZ
8931
8932@noindent
8933This is the opposite of the @code{info address} command. You can use
8934it to find out the name of a variable or a function given its address.
8935
c906108c 8936@kindex whatis
d4f3574e
SS
8937@item whatis @var{expr}
8938Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
8939actually evaluated, and any side-effecting operations (such as
8940assignments or function calls) inside it do not take place.
8941@xref{Expressions, ,Expressions}.
8942
8943@item whatis
8944Print the data type of @code{$}, the last value in the value history.
8945
8946@kindex ptype
8947@item ptype @var{typename}
8948Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
8949the name of a type, or for C code it may have the form @samp{class
8950@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
8951@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 8952
d4f3574e 8953@item ptype @var{expr}
c906108c 8954@itemx ptype
d4f3574e 8955Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
8956differs from @code{whatis} by printing a detailed description, instead
8957of just the name of the type.
8958
8959For example, for this variable declaration:
8960
474c8240 8961@smallexample
c906108c 8962struct complex @{double real; double imag;@} v;
474c8240 8963@end smallexample
c906108c
SS
8964
8965@noindent
8966the two commands give this output:
8967
474c8240 8968@smallexample
c906108c
SS
8969@group
8970(@value{GDBP}) whatis v
8971type = struct complex
8972(@value{GDBP}) ptype v
8973type = struct complex @{
8974 double real;
8975 double imag;
8976@}
8977@end group
474c8240 8978@end smallexample
c906108c
SS
8979
8980@noindent
8981As with @code{whatis}, using @code{ptype} without an argument refers to
8982the type of @code{$}, the last value in the value history.
8983
8984@kindex info types
8985@item info types @var{regexp}
8986@itemx info types
d4f3574e 8987Print a brief description of all types whose names match @var{regexp}
c906108c
SS
8988(or all types in your program, if you supply no argument). Each
8989complete typename is matched as though it were a complete line; thus,
8990@samp{i type value} gives information on all types in your program whose
d4f3574e 8991names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
8992information only on types whose complete name is @code{value}.
8993
8994This command differs from @code{ptype} in two ways: first, like
8995@code{whatis}, it does not print a detailed description; second, it
8996lists all source files where a type is defined.
8997
b37052ae
EZ
8998@kindex info scope
8999@cindex local variables
9000@item info scope @var{addr}
9001List all the variables local to a particular scope. This command
9002accepts a location---a function name, a source line, or an address
9003preceded by a @samp{*}, and prints all the variables local to the
9004scope defined by that location. For example:
9005
9006@smallexample
9007(@value{GDBP}) @b{info scope command_line_handler}
9008Scope for command_line_handler:
9009Symbol rl is an argument at stack/frame offset 8, length 4.
9010Symbol linebuffer is in static storage at address 0x150a18, length 4.
9011Symbol linelength is in static storage at address 0x150a1c, length 4.
9012Symbol p is a local variable in register $esi, length 4.
9013Symbol p1 is a local variable in register $ebx, length 4.
9014Symbol nline is a local variable in register $edx, length 4.
9015Symbol repeat is a local variable at frame offset -8, length 4.
9016@end smallexample
9017
f5c37c66
EZ
9018@noindent
9019This command is especially useful for determining what data to collect
9020during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9021collect}.
9022
c906108c
SS
9023@kindex info source
9024@item info source
919d772c
JB
9025Show information about the current source file---that is, the source file for
9026the function containing the current point of execution:
9027@itemize @bullet
9028@item
9029the name of the source file, and the directory containing it,
9030@item
9031the directory it was compiled in,
9032@item
9033its length, in lines,
9034@item
9035which programming language it is written in,
9036@item
9037whether the executable includes debugging information for that file, and
9038if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9039@item
9040whether the debugging information includes information about
9041preprocessor macros.
9042@end itemize
9043
c906108c
SS
9044
9045@kindex info sources
9046@item info sources
9047Print the names of all source files in your program for which there is
9048debugging information, organized into two lists: files whose symbols
9049have already been read, and files whose symbols will be read when needed.
9050
9051@kindex info functions
9052@item info functions
9053Print the names and data types of all defined functions.
9054
9055@item info functions @var{regexp}
9056Print the names and data types of all defined functions
9057whose names contain a match for regular expression @var{regexp}.
9058Thus, @samp{info fun step} finds all functions whose names
9059include @code{step}; @samp{info fun ^step} finds those whose names
1c5dfdad
MS
9060start with @code{step}. If a function name contains characters
9061that conflict with the regular expression language (eg.
9062@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9063
9064@kindex info variables
9065@item info variables
9066Print the names and data types of all variables that are declared
6ca652b0 9067outside of functions (i.e.@: excluding local variables).
c906108c
SS
9068
9069@item info variables @var{regexp}
9070Print the names and data types of all variables (except for local
9071variables) whose names contain a match for regular expression
9072@var{regexp}.
9073
9074@ignore
9075This was never implemented.
9076@kindex info methods
9077@item info methods
9078@itemx info methods @var{regexp}
9079The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9080methods within C@t{++} program, or (with the @var{regexp} argument) a
9081specific set of methods found in the various C@t{++} classes. Many
9082C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9083from the @code{ptype} command can be overwhelming and hard to use. The
9084@code{info-methods} command filters the methods, printing only those
9085which match the regular-expression @var{regexp}.
9086@end ignore
9087
c906108c
SS
9088@cindex reloading symbols
9089Some systems allow individual object files that make up your program to
7a292a7a
SS
9090be replaced without stopping and restarting your program. For example,
9091in VxWorks you can simply recompile a defective object file and keep on
9092running. If you are running on one of these systems, you can allow
9093@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9094
9095@table @code
9096@kindex set symbol-reloading
9097@item set symbol-reloading on
9098Replace symbol definitions for the corresponding source file when an
9099object file with a particular name is seen again.
9100
9101@item set symbol-reloading off
6d2ebf8b
SS
9102Do not replace symbol definitions when encountering object files of the
9103same name more than once. This is the default state; if you are not
9104running on a system that permits automatic relinking of modules, you
9105should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9106may discard symbols when linking large programs, that may contain
9107several modules (from different directories or libraries) with the same
9108name.
c906108c
SS
9109
9110@kindex show symbol-reloading
9111@item show symbol-reloading
9112Show the current @code{on} or @code{off} setting.
9113@end table
c906108c 9114
c906108c
SS
9115@kindex set opaque-type-resolution
9116@item set opaque-type-resolution on
9117Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9118declared as a pointer to a @code{struct}, @code{class}, or
9119@code{union}---for example, @code{struct MyType *}---that is used in one
9120source file although the full declaration of @code{struct MyType} is in
9121another source file. The default is on.
9122
9123A change in the setting of this subcommand will not take effect until
9124the next time symbols for a file are loaded.
9125
9126@item set opaque-type-resolution off
9127Tell @value{GDBN} not to resolve opaque types. In this case, the type
9128is printed as follows:
9129@smallexample
9130@{<no data fields>@}
9131@end smallexample
9132
9133@kindex show opaque-type-resolution
9134@item show opaque-type-resolution
9135Show whether opaque types are resolved or not.
c906108c
SS
9136
9137@kindex maint print symbols
9138@cindex symbol dump
9139@kindex maint print psymbols
9140@cindex partial symbol dump
9141@item maint print symbols @var{filename}
9142@itemx maint print psymbols @var{filename}
9143@itemx maint print msymbols @var{filename}
9144Write a dump of debugging symbol data into the file @var{filename}.
9145These commands are used to debug the @value{GDBN} symbol-reading code. Only
9146symbols with debugging data are included. If you use @samp{maint print
9147symbols}, @value{GDBN} includes all the symbols for which it has already
9148collected full details: that is, @var{filename} reflects symbols for
9149only those files whose symbols @value{GDBN} has read. You can use the
9150command @code{info sources} to find out which files these are. If you
9151use @samp{maint print psymbols} instead, the dump shows information about
9152symbols that @value{GDBN} only knows partially---that is, symbols defined in
9153files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9154@samp{maint print msymbols} dumps just the minimal symbol information
9155required for each object file from which @value{GDBN} has read some symbols.
9156@xref{Files, ,Commands to specify files}, for a discussion of how
9157@value{GDBN} reads symbols (in the description of @code{symbol-file}).
9158@end table
9159
6d2ebf8b 9160@node Altering
c906108c
SS
9161@chapter Altering Execution
9162
9163Once you think you have found an error in your program, you might want to
9164find out for certain whether correcting the apparent error would lead to
9165correct results in the rest of the run. You can find the answer by
9166experiment, using the @value{GDBN} features for altering execution of the
9167program.
9168
9169For example, you can store new values into variables or memory
7a292a7a
SS
9170locations, give your program a signal, restart it at a different
9171address, or even return prematurely from a function.
c906108c
SS
9172
9173@menu
9174* Assignment:: Assignment to variables
9175* Jumping:: Continuing at a different address
c906108c 9176* Signaling:: Giving your program a signal
c906108c
SS
9177* Returning:: Returning from a function
9178* Calling:: Calling your program's functions
9179* Patching:: Patching your program
9180@end menu
9181
6d2ebf8b 9182@node Assignment
c906108c
SS
9183@section Assignment to variables
9184
9185@cindex assignment
9186@cindex setting variables
9187To alter the value of a variable, evaluate an assignment expression.
9188@xref{Expressions, ,Expressions}. For example,
9189
474c8240 9190@smallexample
c906108c 9191print x=4
474c8240 9192@end smallexample
c906108c
SS
9193
9194@noindent
9195stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9196value of the assignment expression (which is 4).
c906108c
SS
9197@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9198information on operators in supported languages.
c906108c
SS
9199
9200@kindex set variable
9201@cindex variables, setting
9202If you are not interested in seeing the value of the assignment, use the
9203@code{set} command instead of the @code{print} command. @code{set} is
9204really the same as @code{print} except that the expression's value is
9205not printed and is not put in the value history (@pxref{Value History,
9206,Value history}). The expression is evaluated only for its effects.
9207
c906108c
SS
9208If the beginning of the argument string of the @code{set} command
9209appears identical to a @code{set} subcommand, use the @code{set
9210variable} command instead of just @code{set}. This command is identical
9211to @code{set} except for its lack of subcommands. For example, if your
9212program has a variable @code{width}, you get an error if you try to set
9213a new value with just @samp{set width=13}, because @value{GDBN} has the
9214command @code{set width}:
9215
474c8240 9216@smallexample
c906108c
SS
9217(@value{GDBP}) whatis width
9218type = double
9219(@value{GDBP}) p width
9220$4 = 13
9221(@value{GDBP}) set width=47
9222Invalid syntax in expression.
474c8240 9223@end smallexample
c906108c
SS
9224
9225@noindent
9226The invalid expression, of course, is @samp{=47}. In
9227order to actually set the program's variable @code{width}, use
9228
474c8240 9229@smallexample
c906108c 9230(@value{GDBP}) set var width=47
474c8240 9231@end smallexample
53a5351d 9232
c906108c
SS
9233Because the @code{set} command has many subcommands that can conflict
9234with the names of program variables, it is a good idea to use the
9235@code{set variable} command instead of just @code{set}. For example, if
9236your program has a variable @code{g}, you run into problems if you try
9237to set a new value with just @samp{set g=4}, because @value{GDBN} has
9238the command @code{set gnutarget}, abbreviated @code{set g}:
9239
474c8240 9240@smallexample
c906108c
SS
9241@group
9242(@value{GDBP}) whatis g
9243type = double
9244(@value{GDBP}) p g
9245$1 = 1
9246(@value{GDBP}) set g=4
2df3850c 9247(@value{GDBP}) p g
c906108c
SS
9248$2 = 1
9249(@value{GDBP}) r
9250The program being debugged has been started already.
9251Start it from the beginning? (y or n) y
9252Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9253"/home/smith/cc_progs/a.out": can't open to read symbols:
9254 Invalid bfd target.
c906108c
SS
9255(@value{GDBP}) show g
9256The current BFD target is "=4".
9257@end group
474c8240 9258@end smallexample
c906108c
SS
9259
9260@noindent
9261The program variable @code{g} did not change, and you silently set the
9262@code{gnutarget} to an invalid value. In order to set the variable
9263@code{g}, use
9264
474c8240 9265@smallexample
c906108c 9266(@value{GDBP}) set var g=4
474c8240 9267@end smallexample
c906108c
SS
9268
9269@value{GDBN} allows more implicit conversions in assignments than C; you can
9270freely store an integer value into a pointer variable or vice versa,
9271and you can convert any structure to any other structure that is the
9272same length or shorter.
9273@comment FIXME: how do structs align/pad in these conversions?
9274@comment /doc@cygnus.com 18dec1990
9275
9276To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9277construct to generate a value of specified type at a specified address
9278(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9279to memory location @code{0x83040} as an integer (which implies a certain size
9280and representation in memory), and
9281
474c8240 9282@smallexample
c906108c 9283set @{int@}0x83040 = 4
474c8240 9284@end smallexample
c906108c
SS
9285
9286@noindent
9287stores the value 4 into that memory location.
9288
6d2ebf8b 9289@node Jumping
c906108c
SS
9290@section Continuing at a different address
9291
9292Ordinarily, when you continue your program, you do so at the place where
9293it stopped, with the @code{continue} command. You can instead continue at
9294an address of your own choosing, with the following commands:
9295
9296@table @code
9297@kindex jump
9298@item jump @var{linespec}
9299Resume execution at line @var{linespec}. Execution stops again
9300immediately if there is a breakpoint there. @xref{List, ,Printing
9301source lines}, for a description of the different forms of
9302@var{linespec}. It is common practice to use the @code{tbreak} command
9303in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9304breakpoints}.
9305
9306The @code{jump} command does not change the current stack frame, or
9307the stack pointer, or the contents of any memory location or any
9308register other than the program counter. If line @var{linespec} is in
9309a different function from the one currently executing, the results may
9310be bizarre if the two functions expect different patterns of arguments or
9311of local variables. For this reason, the @code{jump} command requests
9312confirmation if the specified line is not in the function currently
9313executing. However, even bizarre results are predictable if you are
9314well acquainted with the machine-language code of your program.
9315
9316@item jump *@var{address}
9317Resume execution at the instruction at address @var{address}.
9318@end table
9319
c906108c 9320@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9321On many systems, you can get much the same effect as the @code{jump}
9322command by storing a new value into the register @code{$pc}. The
9323difference is that this does not start your program running; it only
9324changes the address of where it @emph{will} run when you continue. For
9325example,
c906108c 9326
474c8240 9327@smallexample
c906108c 9328set $pc = 0x485
474c8240 9329@end smallexample
c906108c
SS
9330
9331@noindent
9332makes the next @code{continue} command or stepping command execute at
9333address @code{0x485}, rather than at the address where your program stopped.
9334@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9335
9336The most common occasion to use the @code{jump} command is to back
9337up---perhaps with more breakpoints set---over a portion of a program
9338that has already executed, in order to examine its execution in more
9339detail.
9340
c906108c 9341@c @group
6d2ebf8b 9342@node Signaling
c906108c
SS
9343@section Giving your program a signal
9344
9345@table @code
9346@kindex signal
9347@item signal @var{signal}
9348Resume execution where your program stopped, but immediately give it the
9349signal @var{signal}. @var{signal} can be the name or the number of a
9350signal. For example, on many systems @code{signal 2} and @code{signal
9351SIGINT} are both ways of sending an interrupt signal.
9352
9353Alternatively, if @var{signal} is zero, continue execution without
9354giving a signal. This is useful when your program stopped on account of
9355a signal and would ordinary see the signal when resumed with the
9356@code{continue} command; @samp{signal 0} causes it to resume without a
9357signal.
9358
9359@code{signal} does not repeat when you press @key{RET} a second time
9360after executing the command.
9361@end table
9362@c @end group
9363
9364Invoking the @code{signal} command is not the same as invoking the
9365@code{kill} utility from the shell. Sending a signal with @code{kill}
9366causes @value{GDBN} to decide what to do with the signal depending on
9367the signal handling tables (@pxref{Signals}). The @code{signal} command
9368passes the signal directly to your program.
9369
c906108c 9370
6d2ebf8b 9371@node Returning
c906108c
SS
9372@section Returning from a function
9373
9374@table @code
9375@cindex returning from a function
9376@kindex return
9377@item return
9378@itemx return @var{expression}
9379You can cancel execution of a function call with the @code{return}
9380command. If you give an
9381@var{expression} argument, its value is used as the function's return
9382value.
9383@end table
9384
9385When you use @code{return}, @value{GDBN} discards the selected stack frame
9386(and all frames within it). You can think of this as making the
9387discarded frame return prematurely. If you wish to specify a value to
9388be returned, give that value as the argument to @code{return}.
9389
9390This pops the selected stack frame (@pxref{Selection, ,Selecting a
9391frame}), and any other frames inside of it, leaving its caller as the
9392innermost remaining frame. That frame becomes selected. The
9393specified value is stored in the registers used for returning values
9394of functions.
9395
9396The @code{return} command does not resume execution; it leaves the
9397program stopped in the state that would exist if the function had just
9398returned. In contrast, the @code{finish} command (@pxref{Continuing
9399and Stepping, ,Continuing and stepping}) resumes execution until the
9400selected stack frame returns naturally.
9401
6d2ebf8b 9402@node Calling
c906108c
SS
9403@section Calling program functions
9404
9405@cindex calling functions
9406@kindex call
9407@table @code
9408@item call @var{expr}
9409Evaluate the expression @var{expr} without displaying @code{void}
9410returned values.
9411@end table
9412
9413You can use this variant of the @code{print} command if you want to
9414execute a function from your program, but without cluttering the output
5d161b24
DB
9415with @code{void} returned values. If the result is not void, it
9416is printed and saved in the value history.
c906108c 9417
6d2ebf8b 9418@node Patching
c906108c 9419@section Patching programs
7a292a7a 9420
c906108c
SS
9421@cindex patching binaries
9422@cindex writing into executables
c906108c 9423@cindex writing into corefiles
c906108c 9424
7a292a7a
SS
9425By default, @value{GDBN} opens the file containing your program's
9426executable code (or the corefile) read-only. This prevents accidental
9427alterations to machine code; but it also prevents you from intentionally
9428patching your program's binary.
c906108c
SS
9429
9430If you'd like to be able to patch the binary, you can specify that
9431explicitly with the @code{set write} command. For example, you might
9432want to turn on internal debugging flags, or even to make emergency
9433repairs.
9434
9435@table @code
9436@kindex set write
9437@item set write on
9438@itemx set write off
7a292a7a
SS
9439If you specify @samp{set write on}, @value{GDBN} opens executable and
9440core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9441off} (the default), @value{GDBN} opens them read-only.
9442
9443If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9444@code{exec-file} or @code{core-file} command) after changing @code{set
9445write}, for your new setting to take effect.
c906108c
SS
9446
9447@item show write
9448@kindex show write
7a292a7a
SS
9449Display whether executable files and core files are opened for writing
9450as well as reading.
c906108c
SS
9451@end table
9452
6d2ebf8b 9453@node GDB Files
c906108c
SS
9454@chapter @value{GDBN} Files
9455
7a292a7a
SS
9456@value{GDBN} needs to know the file name of the program to be debugged,
9457both in order to read its symbol table and in order to start your
9458program. To debug a core dump of a previous run, you must also tell
9459@value{GDBN} the name of the core dump file.
c906108c
SS
9460
9461@menu
9462* Files:: Commands to specify files
9463* Symbol Errors:: Errors reading symbol files
9464@end menu
9465
6d2ebf8b 9466@node Files
c906108c 9467@section Commands to specify files
c906108c 9468
7a292a7a 9469@cindex symbol table
c906108c 9470@cindex core dump file
7a292a7a
SS
9471
9472You may want to specify executable and core dump file names. The usual
9473way to do this is at start-up time, using the arguments to
9474@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9475Out of @value{GDBN}}).
c906108c
SS
9476
9477Occasionally it is necessary to change to a different file during a
9478@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9479a file you want to use. In these situations the @value{GDBN} commands
9480to specify new files are useful.
9481
9482@table @code
9483@cindex executable file
9484@kindex file
9485@item file @var{filename}
9486Use @var{filename} as the program to be debugged. It is read for its
9487symbols and for the contents of pure memory. It is also the program
9488executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9489directory and the file is not found in the @value{GDBN} working directory,
9490@value{GDBN} uses the environment variable @code{PATH} as a list of
9491directories to search, just as the shell does when looking for a program
9492to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9493and your program, using the @code{path} command.
9494
6d2ebf8b 9495On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9496@file{@var{filename}.syms} may hold symbol table information for
9497@var{filename}. If so, @value{GDBN} maps in the symbol table from
9498@file{@var{filename}.syms}, starting up more quickly. See the
9499descriptions of the file options @samp{-mapped} and @samp{-readnow}
9500(available on the command line, and with the commands @code{file},
5d161b24 9501@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9502for more information.
c906108c
SS
9503
9504@item file
9505@code{file} with no argument makes @value{GDBN} discard any information it
9506has on both executable file and the symbol table.
9507
9508@kindex exec-file
9509@item exec-file @r{[} @var{filename} @r{]}
9510Specify that the program to be run (but not the symbol table) is found
9511in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9512if necessary to locate your program. Omitting @var{filename} means to
9513discard information on the executable file.
9514
9515@kindex symbol-file
9516@item symbol-file @r{[} @var{filename} @r{]}
9517Read symbol table information from file @var{filename}. @code{PATH} is
9518searched when necessary. Use the @code{file} command to get both symbol
9519table and program to run from the same file.
9520
9521@code{symbol-file} with no argument clears out @value{GDBN} information on your
9522program's symbol table.
9523
5d161b24 9524The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9525of its convenience variables, the value history, and all breakpoints and
9526auto-display expressions. This is because they may contain pointers to
9527the internal data recording symbols and data types, which are part of
9528the old symbol table data being discarded inside @value{GDBN}.
9529
9530@code{symbol-file} does not repeat if you press @key{RET} again after
9531executing it once.
9532
9533When @value{GDBN} is configured for a particular environment, it
9534understands debugging information in whatever format is the standard
9535generated for that environment; you may use either a @sc{gnu} compiler, or
9536other compilers that adhere to the local conventions.
c906108c
SS
9537Best results are usually obtained from @sc{gnu} compilers; for example,
9538using @code{@value{GCC}} you can generate debugging information for
9539optimized code.
c906108c
SS
9540
9541For most kinds of object files, with the exception of old SVR3 systems
9542using COFF, the @code{symbol-file} command does not normally read the
9543symbol table in full right away. Instead, it scans the symbol table
9544quickly to find which source files and which symbols are present. The
9545details are read later, one source file at a time, as they are needed.
9546
9547The purpose of this two-stage reading strategy is to make @value{GDBN}
9548start up faster. For the most part, it is invisible except for
9549occasional pauses while the symbol table details for a particular source
9550file are being read. (The @code{set verbose} command can turn these
9551pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9552warnings and messages}.)
9553
c906108c
SS
9554We have not implemented the two-stage strategy for COFF yet. When the
9555symbol table is stored in COFF format, @code{symbol-file} reads the
9556symbol table data in full right away. Note that ``stabs-in-COFF''
9557still does the two-stage strategy, since the debug info is actually
9558in stabs format.
9559
9560@kindex readnow
9561@cindex reading symbols immediately
9562@cindex symbols, reading immediately
9563@kindex mapped
9564@cindex memory-mapped symbol file
9565@cindex saving symbol table
9566@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9567@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9568You can override the @value{GDBN} two-stage strategy for reading symbol
9569tables by using the @samp{-readnow} option with any of the commands that
9570load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9571entire symbol table available.
c906108c 9572
c906108c
SS
9573If memory-mapped files are available on your system through the
9574@code{mmap} system call, you can use another option, @samp{-mapped}, to
9575cause @value{GDBN} to write the symbols for your program into a reusable
9576file. Future @value{GDBN} debugging sessions map in symbol information
9577from this auxiliary symbol file (if the program has not changed), rather
9578than spending time reading the symbol table from the executable
9579program. Using the @samp{-mapped} option has the same effect as
9580starting @value{GDBN} with the @samp{-mapped} command-line option.
9581
9582You can use both options together, to make sure the auxiliary symbol
9583file has all the symbol information for your program.
9584
9585The auxiliary symbol file for a program called @var{myprog} is called
9586@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9587than the corresponding executable), @value{GDBN} always attempts to use
9588it when you debug @var{myprog}; no special options or commands are
9589needed.
9590
9591The @file{.syms} file is specific to the host machine where you run
9592@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9593symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9594
9595@c FIXME: for now no mention of directories, since this seems to be in
9596@c flux. 13mar1992 status is that in theory GDB would look either in
9597@c current dir or in same dir as myprog; but issues like competing
9598@c GDB's, or clutter in system dirs, mean that in practice right now
9599@c only current dir is used. FFish says maybe a special GDB hierarchy
9600@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9601@c files.
9602
9603@kindex core
9604@kindex core-file
9605@item core-file @r{[} @var{filename} @r{]}
9606Specify the whereabouts of a core dump file to be used as the ``contents
9607of memory''. Traditionally, core files contain only some parts of the
9608address space of the process that generated them; @value{GDBN} can access the
9609executable file itself for other parts.
9610
9611@code{core-file} with no argument specifies that no core file is
9612to be used.
9613
9614Note that the core file is ignored when your program is actually running
7a292a7a
SS
9615under @value{GDBN}. So, if you have been running your program and you
9616wish to debug a core file instead, you must kill the subprocess in which
9617the program is running. To do this, use the @code{kill} command
c906108c 9618(@pxref{Kill Process, ,Killing the child process}).
c906108c 9619
c906108c
SS
9620@kindex add-symbol-file
9621@cindex dynamic linking
9622@item add-symbol-file @var{filename} @var{address}
9623@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9624@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9625The @code{add-symbol-file} command reads additional symbol table
9626information from the file @var{filename}. You would use this command
9627when @var{filename} has been dynamically loaded (by some other means)
9628into the program that is running. @var{address} should be the memory
9629address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9630this out for itself. You can additionally specify an arbitrary number
9631of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9632section name and base address for that section. You can specify any
9633@var{address} as an expression.
c906108c
SS
9634
9635The symbol table of the file @var{filename} is added to the symbol table
9636originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9637@code{add-symbol-file} command any number of times; the new symbol data
9638thus read keeps adding to the old. To discard all old symbol data
9639instead, use the @code{symbol-file} command without any arguments.
c906108c 9640
17d9d558
JB
9641@cindex relocatable object files, reading symbols from
9642@cindex object files, relocatable, reading symbols from
9643@cindex reading symbols from relocatable object files
9644@cindex symbols, reading from relocatable object files
9645@cindex @file{.o} files, reading symbols from
9646Although @var{filename} is typically a shared library file, an
9647executable file, or some other object file which has been fully
9648relocated for loading into a process, you can also load symbolic
9649information from relocatable @file{.o} files, as long as:
9650
9651@itemize @bullet
9652@item
9653the file's symbolic information refers only to linker symbols defined in
9654that file, not to symbols defined by other object files,
9655@item
9656every section the file's symbolic information refers to has actually
9657been loaded into the inferior, as it appears in the file, and
9658@item
9659you can determine the address at which every section was loaded, and
9660provide these to the @code{add-symbol-file} command.
9661@end itemize
9662
9663@noindent
9664Some embedded operating systems, like Sun Chorus and VxWorks, can load
9665relocatable files into an already running program; such systems
9666typically make the requirements above easy to meet. However, it's
9667important to recognize that many native systems use complex link
9668procedures (@code{.linkonce} section factoring and C++ constructor table
9669assembly, for example) that make the requirements difficult to meet. In
9670general, one cannot assume that using @code{add-symbol-file} to read a
9671relocatable object file's symbolic information will have the same effect
9672as linking the relocatable object file into the program in the normal
9673way.
9674
c906108c
SS
9675@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9676
9677You can use the @samp{-mapped} and @samp{-readnow} options just as with
9678the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9679table information for @var{filename}.
9680
9681@kindex add-shared-symbol-file
9682@item add-shared-symbol-file
9683The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9684operating system for the Motorola 88k. @value{GDBN} automatically looks for
9685shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9686@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9687
c906108c
SS
9688@kindex section
9689@item section
5d161b24
DB
9690The @code{section} command changes the base address of section SECTION of
9691the exec file to ADDR. This can be used if the exec file does not contain
9692section addresses, (such as in the a.out format), or when the addresses
9693specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9694separately. The @code{info files} command, described below, lists all
9695the sections and their addresses.
c906108c
SS
9696
9697@kindex info files
9698@kindex info target
9699@item info files
9700@itemx info target
7a292a7a
SS
9701@code{info files} and @code{info target} are synonymous; both print the
9702current target (@pxref{Targets, ,Specifying a Debugging Target}),
9703including the names of the executable and core dump files currently in
9704use by @value{GDBN}, and the files from which symbols were loaded. The
9705command @code{help target} lists all possible targets rather than
9706current ones.
9707
fe95c787
MS
9708@kindex maint info sections
9709@item maint info sections
9710Another command that can give you extra information about program sections
9711is @code{maint info sections}. In addition to the section information
9712displayed by @code{info files}, this command displays the flags and file
9713offset of each section in the executable and core dump files. In addition,
9714@code{maint info sections} provides the following command options (which
9715may be arbitrarily combined):
9716
9717@table @code
9718@item ALLOBJ
9719Display sections for all loaded object files, including shared libraries.
9720@item @var{sections}
6600abed 9721Display info only for named @var{sections}.
fe95c787
MS
9722@item @var{section-flags}
9723Display info only for sections for which @var{section-flags} are true.
9724The section flags that @value{GDBN} currently knows about are:
9725@table @code
9726@item ALLOC
9727Section will have space allocated in the process when loaded.
9728Set for all sections except those containing debug information.
9729@item LOAD
9730Section will be loaded from the file into the child process memory.
9731Set for pre-initialized code and data, clear for @code{.bss} sections.
9732@item RELOC
9733Section needs to be relocated before loading.
9734@item READONLY
9735Section cannot be modified by the child process.
9736@item CODE
9737Section contains executable code only.
6600abed 9738@item DATA
fe95c787
MS
9739Section contains data only (no executable code).
9740@item ROM
9741Section will reside in ROM.
9742@item CONSTRUCTOR
9743Section contains data for constructor/destructor lists.
9744@item HAS_CONTENTS
9745Section is not empty.
9746@item NEVER_LOAD
9747An instruction to the linker to not output the section.
9748@item COFF_SHARED_LIBRARY
9749A notification to the linker that the section contains
9750COFF shared library information.
9751@item IS_COMMON
9752Section contains common symbols.
9753@end table
9754@end table
6763aef9
MS
9755@kindex set trust-readonly-sections
9756@item set trust-readonly-sections on
9757Tell @value{GDBN} that readonly sections in your object file
6ca652b0 9758really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
9759In that case, @value{GDBN} can fetch values from these sections
9760out of the object file, rather than from the target program.
9761For some targets (notably embedded ones), this can be a significant
9762enhancement to debugging performance.
9763
9764The default is off.
9765
9766@item set trust-readonly-sections off
15110bc3 9767Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
9768the contents of the section might change while the program is running,
9769and must therefore be fetched from the target when needed.
c906108c
SS
9770@end table
9771
9772All file-specifying commands allow both absolute and relative file names
9773as arguments. @value{GDBN} always converts the file name to an absolute file
9774name and remembers it that way.
9775
c906108c 9776@cindex shared libraries
c906108c
SS
9777@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
9778libraries.
53a5351d 9779
c906108c
SS
9780@value{GDBN} automatically loads symbol definitions from shared libraries
9781when you use the @code{run} command, or when you examine a core file.
9782(Before you issue the @code{run} command, @value{GDBN} does not understand
9783references to a function in a shared library, however---unless you are
9784debugging a core file).
53a5351d
JM
9785
9786On HP-UX, if the program loads a library explicitly, @value{GDBN}
9787automatically loads the symbols at the time of the @code{shl_load} call.
9788
c906108c
SS
9789@c FIXME: some @value{GDBN} release may permit some refs to undef
9790@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
9791@c FIXME...lib; check this from time to time when updating manual
9792
b7209cb4
FF
9793There are times, however, when you may wish to not automatically load
9794symbol definitions from shared libraries, such as when they are
9795particularly large or there are many of them.
9796
9797To control the automatic loading of shared library symbols, use the
9798commands:
9799
9800@table @code
9801@kindex set auto-solib-add
9802@item set auto-solib-add @var{mode}
9803If @var{mode} is @code{on}, symbols from all shared object libraries
9804will be loaded automatically when the inferior begins execution, you
9805attach to an independently started inferior, or when the dynamic linker
9806informs @value{GDBN} that a new library has been loaded. If @var{mode}
9807is @code{off}, symbols must be loaded manually, using the
9808@code{sharedlibrary} command. The default value is @code{on}.
9809
9810@kindex show auto-solib-add
9811@item show auto-solib-add
9812Display the current autoloading mode.
9813@end table
9814
9815To explicitly load shared library symbols, use the @code{sharedlibrary}
9816command:
9817
c906108c
SS
9818@table @code
9819@kindex info sharedlibrary
9820@kindex info share
9821@item info share
9822@itemx info sharedlibrary
9823Print the names of the shared libraries which are currently loaded.
9824
9825@kindex sharedlibrary
9826@kindex share
9827@item sharedlibrary @var{regex}
9828@itemx share @var{regex}
c906108c
SS
9829Load shared object library symbols for files matching a
9830Unix regular expression.
9831As with files loaded automatically, it only loads shared libraries
9832required by your program for a core file or after typing @code{run}. If
9833@var{regex} is omitted all shared libraries required by your program are
9834loaded.
9835@end table
9836
b7209cb4
FF
9837On some systems, such as HP-UX systems, @value{GDBN} supports
9838autoloading shared library symbols until a limiting threshold size is
9839reached. This provides the benefit of allowing autoloading to remain on
9840by default, but avoids autoloading excessively large shared libraries,
9841up to a threshold that is initially set, but which you can modify if you
9842wish.
c906108c
SS
9843
9844Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
9845loaded. To load these symbols, use the command @code{sharedlibrary
9846@var{filename}}. The base address of the shared library is determined
c906108c
SS
9847automatically by @value{GDBN} and need not be specified.
9848
9849To display or set the threshold, use the commands:
9850
9851@table @code
b7209cb4
FF
9852@kindex set auto-solib-limit
9853@item set auto-solib-limit @var{threshold}
9854Set the autoloading size threshold, in an integral number of megabytes.
9855If @var{threshold} is nonzero and shared library autoloading is enabled,
9856symbols from all shared object libraries will be loaded until the total
9857size of the loaded shared library symbols exceeds this threshold.
c906108c 9858Otherwise, symbols must be loaded manually, using the
6ca652b0 9859@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 9860Mb).
c906108c 9861
b7209cb4
FF
9862@kindex show auto-solib-limit
9863@item show auto-solib-limit
c906108c
SS
9864Display the current autoloading size threshold, in megabytes.
9865@end table
c906108c 9866
6d2ebf8b 9867@node Symbol Errors
c906108c
SS
9868@section Errors reading symbol files
9869
9870While reading a symbol file, @value{GDBN} occasionally encounters problems,
9871such as symbol types it does not recognize, or known bugs in compiler
9872output. By default, @value{GDBN} does not notify you of such problems, since
9873they are relatively common and primarily of interest to people
9874debugging compilers. If you are interested in seeing information
9875about ill-constructed symbol tables, you can either ask @value{GDBN} to print
9876only one message about each such type of problem, no matter how many
9877times the problem occurs; or you can ask @value{GDBN} to print more messages,
9878to see how many times the problems occur, with the @code{set
9879complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
9880messages}).
9881
9882The messages currently printed, and their meanings, include:
9883
9884@table @code
9885@item inner block not inside outer block in @var{symbol}
9886
9887The symbol information shows where symbol scopes begin and end
9888(such as at the start of a function or a block of statements). This
9889error indicates that an inner scope block is not fully contained
9890in its outer scope blocks.
9891
9892@value{GDBN} circumvents the problem by treating the inner block as if it had
9893the same scope as the outer block. In the error message, @var{symbol}
9894may be shown as ``@code{(don't know)}'' if the outer block is not a
9895function.
9896
9897@item block at @var{address} out of order
9898
9899The symbol information for symbol scope blocks should occur in
9900order of increasing addresses. This error indicates that it does not
9901do so.
9902
9903@value{GDBN} does not circumvent this problem, and has trouble
9904locating symbols in the source file whose symbols it is reading. (You
9905can often determine what source file is affected by specifying
9906@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
9907messages}.)
9908
9909@item bad block start address patched
9910
9911The symbol information for a symbol scope block has a start address
9912smaller than the address of the preceding source line. This is known
9913to occur in the SunOS 4.1.1 (and earlier) C compiler.
9914
9915@value{GDBN} circumvents the problem by treating the symbol scope block as
9916starting on the previous source line.
9917
9918@item bad string table offset in symbol @var{n}
9919
9920@cindex foo
9921Symbol number @var{n} contains a pointer into the string table which is
9922larger than the size of the string table.
9923
9924@value{GDBN} circumvents the problem by considering the symbol to have the
9925name @code{foo}, which may cause other problems if many symbols end up
9926with this name.
9927
9928@item unknown symbol type @code{0x@var{nn}}
9929
7a292a7a
SS
9930The symbol information contains new data types that @value{GDBN} does
9931not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 9932uncomprehended information, in hexadecimal.
c906108c 9933
7a292a7a
SS
9934@value{GDBN} circumvents the error by ignoring this symbol information.
9935This usually allows you to debug your program, though certain symbols
c906108c 9936are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
9937debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
9938on @code{complain}, then go up to the function @code{read_dbx_symtab}
9939and examine @code{*bufp} to see the symbol.
c906108c
SS
9940
9941@item stub type has NULL name
c906108c 9942
7a292a7a 9943@value{GDBN} could not find the full definition for a struct or class.
c906108c 9944
7a292a7a 9945@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 9946The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
9947information that recent versions of the compiler should have output for
9948it.
c906108c
SS
9949
9950@item info mismatch between compiler and debugger
9951
9952@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 9953
c906108c
SS
9954@end table
9955
6d2ebf8b 9956@node Targets
c906108c 9957@chapter Specifying a Debugging Target
7a292a7a 9958
c906108c
SS
9959@cindex debugging target
9960@kindex target
9961
9962A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
9963
9964Often, @value{GDBN} runs in the same host environment as your program;
9965in that case, the debugging target is specified as a side effect when
9966you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
9967flexibility---for example, running @value{GDBN} on a physically separate
9968host, or controlling a standalone system over a serial port or a
53a5351d
JM
9969realtime system over a TCP/IP connection---you can use the @code{target}
9970command to specify one of the target types configured for @value{GDBN}
9971(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
9972
9973@menu
9974* Active Targets:: Active targets
9975* Target Commands:: Commands for managing targets
c906108c
SS
9976* Byte Order:: Choosing target byte order
9977* Remote:: Remote debugging
96baa820 9978* KOD:: Kernel Object Display
c906108c
SS
9979
9980@end menu
9981
6d2ebf8b 9982@node Active Targets
c906108c 9983@section Active targets
7a292a7a 9984
c906108c
SS
9985@cindex stacking targets
9986@cindex active targets
9987@cindex multiple targets
9988
c906108c 9989There are three classes of targets: processes, core files, and
7a292a7a
SS
9990executable files. @value{GDBN} can work concurrently on up to three
9991active targets, one in each class. This allows you to (for example)
9992start a process and inspect its activity without abandoning your work on
9993a core file.
c906108c
SS
9994
9995For example, if you execute @samp{gdb a.out}, then the executable file
9996@code{a.out} is the only active target. If you designate a core file as
9997well---presumably from a prior run that crashed and coredumped---then
9998@value{GDBN} has two active targets and uses them in tandem, looking
9999first in the corefile target, then in the executable file, to satisfy
10000requests for memory addresses. (Typically, these two classes of target
10001are complementary, since core files contain only a program's
10002read-write memory---variables and so on---plus machine status, while
10003executable files contain only the program text and initialized data.)
c906108c
SS
10004
10005When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10006target as well. When a process target is active, all @value{GDBN}
10007commands requesting memory addresses refer to that target; addresses in
10008an active core file or executable file target are obscured while the
10009process target is active.
c906108c 10010
7a292a7a
SS
10011Use the @code{core-file} and @code{exec-file} commands to select a new
10012core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10013files}). To specify as a target a process that is already running, use
7a292a7a
SS
10014the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10015process}).
c906108c 10016
6d2ebf8b 10017@node Target Commands
c906108c
SS
10018@section Commands for managing targets
10019
10020@table @code
10021@item target @var{type} @var{parameters}
7a292a7a
SS
10022Connects the @value{GDBN} host environment to a target machine or
10023process. A target is typically a protocol for talking to debugging
10024facilities. You use the argument @var{type} to specify the type or
10025protocol of the target machine.
c906108c
SS
10026
10027Further @var{parameters} are interpreted by the target protocol, but
10028typically include things like device names or host names to connect
10029with, process numbers, and baud rates.
c906108c
SS
10030
10031The @code{target} command does not repeat if you press @key{RET} again
10032after executing the command.
10033
10034@kindex help target
10035@item help target
10036Displays the names of all targets available. To display targets
10037currently selected, use either @code{info target} or @code{info files}
10038(@pxref{Files, ,Commands to specify files}).
10039
10040@item help target @var{name}
10041Describe a particular target, including any parameters necessary to
10042select it.
10043
10044@kindex set gnutarget
10045@item set gnutarget @var{args}
5d161b24 10046@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10047knows whether it is reading an @dfn{executable},
5d161b24
DB
10048a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10049with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10050with @code{gnutarget} the @code{target} refers to a program, not a machine.
10051
d4f3574e 10052@quotation
c906108c
SS
10053@emph{Warning:} To specify a file format with @code{set gnutarget},
10054you must know the actual BFD name.
d4f3574e 10055@end quotation
c906108c 10056
d4f3574e
SS
10057@noindent
10058@xref{Files, , Commands to specify files}.
c906108c 10059
5d161b24 10060@kindex show gnutarget
c906108c
SS
10061@item show gnutarget
10062Use the @code{show gnutarget} command to display what file format
10063@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10064@value{GDBN} will determine the file format for each file automatically,
10065and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10066@end table
10067
c906108c
SS
10068Here are some common targets (available, or not, depending on the GDB
10069configuration):
c906108c
SS
10070
10071@table @code
10072@kindex target exec
10073@item target exec @var{program}
10074An executable file. @samp{target exec @var{program}} is the same as
10075@samp{exec-file @var{program}}.
10076
c906108c
SS
10077@kindex target core
10078@item target core @var{filename}
10079A core dump file. @samp{target core @var{filename}} is the same as
10080@samp{core-file @var{filename}}.
c906108c
SS
10081
10082@kindex target remote
10083@item target remote @var{dev}
10084Remote serial target in GDB-specific protocol. The argument @var{dev}
10085specifies what serial device to use for the connection (e.g.
10086@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10087supports the @code{load} command. This is only useful if you have
c906108c
SS
10088some other way of getting the stub to the target system, and you can put
10089it somewhere in memory where it won't get clobbered by the download.
10090
c906108c
SS
10091@kindex target sim
10092@item target sim
2df3850c 10093Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10094In general,
474c8240 10095@smallexample
104c1213
JM
10096 target sim
10097 load
10098 run
474c8240 10099@end smallexample
d4f3574e 10100@noindent
104c1213 10101works; however, you cannot assume that a specific memory map, device
d4f3574e 10102drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10103provide these. For info about any processor-specific simulator details,
10104see the appropriate section in @ref{Embedded Processors, ,Embedded
10105Processors}.
10106
c906108c
SS
10107@end table
10108
104c1213 10109Some configurations may include these targets as well:
c906108c
SS
10110
10111@table @code
10112
c906108c
SS
10113@kindex target nrom
10114@item target nrom @var{dev}
10115NetROM ROM emulator. This target only supports downloading.
10116
c906108c
SS
10117@end table
10118
5d161b24 10119Different targets are available on different configurations of @value{GDBN};
c906108c 10120your configuration may have more or fewer targets.
c906108c
SS
10121
10122Many remote targets require you to download the executable's code
10123once you've successfully established a connection.
10124
10125@table @code
10126
10127@kindex load @var{filename}
10128@item load @var{filename}
c906108c
SS
10129Depending on what remote debugging facilities are configured into
10130@value{GDBN}, the @code{load} command may be available. Where it exists, it
10131is meant to make @var{filename} (an executable) available for debugging
10132on the remote system---by downloading, or dynamic linking, for example.
10133@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10134the @code{add-symbol-file} command.
10135
10136If your @value{GDBN} does not have a @code{load} command, attempting to
10137execute it gets the error message ``@code{You can't do that when your
10138target is @dots{}}''
c906108c
SS
10139
10140The file is loaded at whatever address is specified in the executable.
10141For some object file formats, you can specify the load address when you
10142link the program; for other formats, like a.out, the object file format
10143specifies a fixed address.
10144@c FIXME! This would be a good place for an xref to the GNU linker doc.
10145
c906108c
SS
10146@code{load} does not repeat if you press @key{RET} again after using it.
10147@end table
10148
6d2ebf8b 10149@node Byte Order
c906108c 10150@section Choosing target byte order
7a292a7a 10151
c906108c
SS
10152@cindex choosing target byte order
10153@cindex target byte order
c906108c
SS
10154
10155Some types of processors, such as the MIPS, PowerPC, and Hitachi SH,
10156offer the ability to run either big-endian or little-endian byte
10157orders. Usually the executable or symbol will include a bit to
10158designate the endian-ness, and you will not need to worry about
10159which to use. However, you may still find it useful to adjust
d4f3574e 10160@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10161
10162@table @code
10163@kindex set endian big
10164@item set endian big
10165Instruct @value{GDBN} to assume the target is big-endian.
10166
10167@kindex set endian little
10168@item set endian little
10169Instruct @value{GDBN} to assume the target is little-endian.
10170
10171@kindex set endian auto
10172@item set endian auto
10173Instruct @value{GDBN} to use the byte order associated with the
10174executable.
10175
10176@item show endian
10177Display @value{GDBN}'s current idea of the target byte order.
10178
10179@end table
10180
10181Note that these commands merely adjust interpretation of symbolic
10182data on the host, and that they have absolutely no effect on the
10183target system.
10184
6d2ebf8b 10185@node Remote
c906108c
SS
10186@section Remote debugging
10187@cindex remote debugging
10188
10189If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10190@value{GDBN} in the usual way, it is often useful to use remote debugging.
10191For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10192or on a small system which does not have a general purpose operating system
10193powerful enough to run a full-featured debugger.
10194
10195Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10196to make this work with particular debugging targets. In addition,
5d161b24 10197@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10198but not specific to any particular target system) which you can use if you
10199write the remote stubs---the code that runs on the remote system to
10200communicate with @value{GDBN}.
10201
10202Other remote targets may be available in your
10203configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10204
6f05cf9f
AC
10205@node KOD
10206@section Kernel Object Display
10207
10208@cindex kernel object display
10209@cindex kernel object
10210@cindex KOD
10211
10212Some targets support kernel object display. Using this facility,
10213@value{GDBN} communicates specially with the underlying operating system
10214and can display information about operating system-level objects such as
10215mutexes and other synchronization objects. Exactly which objects can be
10216displayed is determined on a per-OS basis.
10217
10218Use the @code{set os} command to set the operating system. This tells
10219@value{GDBN} which kernel object display module to initialize:
10220
474c8240 10221@smallexample
6f05cf9f 10222(@value{GDBP}) set os cisco
474c8240 10223@end smallexample
6f05cf9f
AC
10224
10225If @code{set os} succeeds, @value{GDBN} will display some information
10226about the operating system, and will create a new @code{info} command
10227which can be used to query the target. The @code{info} command is named
10228after the operating system:
c906108c 10229
474c8240 10230@smallexample
6f05cf9f
AC
10231(@value{GDBP}) info cisco
10232List of Cisco Kernel Objects
10233Object Description
10234any Any and all objects
474c8240 10235@end smallexample
6f05cf9f
AC
10236
10237Further subcommands can be used to query about particular objects known
10238by the kernel.
10239
10240There is currently no way to determine whether a given operating system
10241is supported other than to try it.
10242
10243
10244@node Remote Debugging
10245@chapter Debugging remote programs
10246
6b2f586d
AC
10247@menu
10248* Server:: Using the gdbserver program
10249* NetWare:: Using the gdbserve.nlm program
10250* remote stub:: Implementing a remote stub
6b2f586d
AC
10251@end menu
10252
6f05cf9f
AC
10253@node Server
10254@section Using the @code{gdbserver} program
10255
10256@kindex gdbserver
10257@cindex remote connection without stubs
10258@code{gdbserver} is a control program for Unix-like systems, which
10259allows you to connect your program with a remote @value{GDBN} via
10260@code{target remote}---but without linking in the usual debugging stub.
10261
10262@code{gdbserver} is not a complete replacement for the debugging stubs,
10263because it requires essentially the same operating-system facilities
10264that @value{GDBN} itself does. In fact, a system that can run
10265@code{gdbserver} to connect to a remote @value{GDBN} could also run
10266@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10267because it is a much smaller program than @value{GDBN} itself. It is
10268also easier to port than all of @value{GDBN}, so you may be able to get
10269started more quickly on a new system by using @code{gdbserver}.
10270Finally, if you develop code for real-time systems, you may find that
10271the tradeoffs involved in real-time operation make it more convenient to
10272do as much development work as possible on another system, for example
10273by cross-compiling. You can use @code{gdbserver} to make a similar
10274choice for debugging.
10275
10276@value{GDBN} and @code{gdbserver} communicate via either a serial line
10277or a TCP connection, using the standard @value{GDBN} remote serial
10278protocol.
10279
10280@table @emph
10281@item On the target machine,
10282you need to have a copy of the program you want to debug.
10283@code{gdbserver} does not need your program's symbol table, so you can
10284strip the program if necessary to save space. @value{GDBN} on the host
10285system does all the symbol handling.
10286
10287To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10288the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10289syntax is:
10290
10291@smallexample
10292target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10293@end smallexample
10294
10295@var{comm} is either a device name (to use a serial line) or a TCP
10296hostname and portnumber. For example, to debug Emacs with the argument
10297@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10298@file{/dev/com1}:
10299
10300@smallexample
10301target> gdbserver /dev/com1 emacs foo.txt
10302@end smallexample
10303
10304@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10305with it.
10306
10307To use a TCP connection instead of a serial line:
10308
10309@smallexample
10310target> gdbserver host:2345 emacs foo.txt
10311@end smallexample
10312
10313The only difference from the previous example is the first argument,
10314specifying that you are communicating with the host @value{GDBN} via
10315TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10316expect a TCP connection from machine @samp{host} to local TCP port 2345.
10317(Currently, the @samp{host} part is ignored.) You can choose any number
10318you want for the port number as long as it does not conflict with any
10319TCP ports already in use on the target system (for example, @code{23} is
10320reserved for @code{telnet}).@footnote{If you choose a port number that
10321conflicts with another service, @code{gdbserver} prints an error message
10322and exits.} You must use the same port number with the host @value{GDBN}
10323@code{target remote} command.
10324
56460a61
DJ
10325On some targets, @code{gdbserver} can also attach to running programs.
10326This is accomplished via the @code{--attach} argument. The syntax is:
10327
10328@smallexample
10329target> gdbserver @var{comm} --attach @var{pid}
10330@end smallexample
10331
10332@var{pid} is the process ID of a currently running process. It isn't necessary
10333to point @code{gdbserver} at a binary for the running process.
10334
6f05cf9f
AC
10335@item On the @value{GDBN} host machine,
10336you need an unstripped copy of your program, since @value{GDBN} needs
10337symbols and debugging information. Start up @value{GDBN} as usual,
10338using the name of the local copy of your program as the first argument.
10339(You may also need the @w{@samp{--baud}} option if the serial line is
10340running at anything other than 9600@dmn{bps}.) After that, use @code{target
10341remote} to establish communications with @code{gdbserver}. Its argument
10342is either a device name (usually a serial device, like
10343@file{/dev/ttyb}), or a TCP port descriptor in the form
10344@code{@var{host}:@var{PORT}}. For example:
10345
10346@smallexample
10347(@value{GDBP}) target remote /dev/ttyb
10348@end smallexample
10349
10350@noindent
10351communicates with the server via serial line @file{/dev/ttyb}, and
10352
10353@smallexample
10354(@value{GDBP}) target remote the-target:2345
10355@end smallexample
10356
10357@noindent
10358communicates via a TCP connection to port 2345 on host @w{@file{the-target}}.
10359For TCP connections, you must start up @code{gdbserver} prior to using
10360the @code{target remote} command. Otherwise you may get an error whose
10361text depends on the host system, but which usually looks something like
10362@samp{Connection refused}.
10363@end table
10364
10365@node NetWare
10366@section Using the @code{gdbserve.nlm} program
10367
10368@kindex gdbserve.nlm
10369@code{gdbserve.nlm} is a control program for NetWare systems, which
10370allows you to connect your program with a remote @value{GDBN} via
10371@code{target remote}.
10372
10373@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10374using the standard @value{GDBN} remote serial protocol.
10375
10376@table @emph
10377@item On the target machine,
10378you need to have a copy of the program you want to debug.
10379@code{gdbserve.nlm} does not need your program's symbol table, so you
10380can strip the program if necessary to save space. @value{GDBN} on the
10381host system does all the symbol handling.
10382
10383To use the server, you must tell it how to communicate with
10384@value{GDBN}; the name of your program; and the arguments for your
10385program. The syntax is:
10386
10387@smallexample
10388load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10389 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10390@end smallexample
10391
10392@var{board} and @var{port} specify the serial line; @var{baud} specifies
10393the baud rate used by the connection. @var{port} and @var{node} default
10394to 0, @var{baud} defaults to 9600@dmn{bps}.
10395
10396For example, to debug Emacs with the argument @samp{foo.txt}and
10397communicate with @value{GDBN} over serial port number 2 or board 1
10398using a 19200@dmn{bps} connection:
10399
10400@smallexample
10401load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10402@end smallexample
10403
10404@item On the @value{GDBN} host machine,
10405you need an unstripped copy of your program, since @value{GDBN} needs
10406symbols and debugging information. Start up @value{GDBN} as usual,
10407using the name of the local copy of your program as the first argument.
10408(You may also need the @w{@samp{--baud}} option if the serial line is
10409running at anything other than 9600@dmn{bps}. After that, use @code{target
10410remote} to establish communications with @code{gdbserve.nlm}. Its
10411argument is a device name (usually a serial device, like
10412@file{/dev/ttyb}). For example:
10413
10414@smallexample
10415(@value{GDBP}) target remote /dev/ttyb
10416@end smallexample
10417
10418@noindent
10419communications with the server via serial line @file{/dev/ttyb}.
10420@end table
10421
10422@node remote stub
10423@section Implementing a remote stub
7a292a7a 10424
8e04817f
AC
10425@cindex debugging stub, example
10426@cindex remote stub, example
10427@cindex stub example, remote debugging
10428The stub files provided with @value{GDBN} implement the target side of the
10429communication protocol, and the @value{GDBN} side is implemented in the
10430@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10431these subroutines to communicate, and ignore the details. (If you're
10432implementing your own stub file, you can still ignore the details: start
10433with one of the existing stub files. @file{sparc-stub.c} is the best
10434organized, and therefore the easiest to read.)
10435
104c1213
JM
10436@cindex remote serial debugging, overview
10437To debug a program running on another machine (the debugging
10438@dfn{target} machine), you must first arrange for all the usual
10439prerequisites for the program to run by itself. For example, for a C
10440program, you need:
c906108c 10441
104c1213
JM
10442@enumerate
10443@item
10444A startup routine to set up the C runtime environment; these usually
10445have a name like @file{crt0}. The startup routine may be supplied by
10446your hardware supplier, or you may have to write your own.
96baa820 10447
5d161b24 10448@item
d4f3574e 10449A C subroutine library to support your program's
104c1213 10450subroutine calls, notably managing input and output.
96baa820 10451
104c1213
JM
10452@item
10453A way of getting your program to the other machine---for example, a
10454download program. These are often supplied by the hardware
10455manufacturer, but you may have to write your own from hardware
10456documentation.
10457@end enumerate
96baa820 10458
104c1213
JM
10459The next step is to arrange for your program to use a serial port to
10460communicate with the machine where @value{GDBN} is running (the @dfn{host}
10461machine). In general terms, the scheme looks like this:
96baa820 10462
104c1213
JM
10463@table @emph
10464@item On the host,
10465@value{GDBN} already understands how to use this protocol; when everything
10466else is set up, you can simply use the @samp{target remote} command
10467(@pxref{Targets,,Specifying a Debugging Target}).
10468
10469@item On the target,
10470you must link with your program a few special-purpose subroutines that
10471implement the @value{GDBN} remote serial protocol. The file containing these
10472subroutines is called a @dfn{debugging stub}.
10473
10474On certain remote targets, you can use an auxiliary program
10475@code{gdbserver} instead of linking a stub into your program.
10476@xref{Server,,Using the @code{gdbserver} program}, for details.
10477@end table
96baa820 10478
104c1213
JM
10479The debugging stub is specific to the architecture of the remote
10480machine; for example, use @file{sparc-stub.c} to debug programs on
10481@sc{sparc} boards.
96baa820 10482
104c1213
JM
10483@cindex remote serial stub list
10484These working remote stubs are distributed with @value{GDBN}:
96baa820 10485
104c1213
JM
10486@table @code
10487
10488@item i386-stub.c
41afff9a 10489@cindex @file{i386-stub.c}
104c1213
JM
10490@cindex Intel
10491@cindex i386
10492For Intel 386 and compatible architectures.
10493
10494@item m68k-stub.c
41afff9a 10495@cindex @file{m68k-stub.c}
104c1213
JM
10496@cindex Motorola 680x0
10497@cindex m680x0
10498For Motorola 680x0 architectures.
10499
10500@item sh-stub.c
41afff9a 10501@cindex @file{sh-stub.c}
104c1213
JM
10502@cindex Hitachi
10503@cindex SH
10504For Hitachi SH architectures.
10505
10506@item sparc-stub.c
41afff9a 10507@cindex @file{sparc-stub.c}
104c1213
JM
10508@cindex Sparc
10509For @sc{sparc} architectures.
10510
10511@item sparcl-stub.c
41afff9a 10512@cindex @file{sparcl-stub.c}
104c1213
JM
10513@cindex Fujitsu
10514@cindex SparcLite
10515For Fujitsu @sc{sparclite} architectures.
10516
10517@end table
10518
10519The @file{README} file in the @value{GDBN} distribution may list other
10520recently added stubs.
10521
10522@menu
10523* Stub Contents:: What the stub can do for you
10524* Bootstrapping:: What you must do for the stub
10525* Debug Session:: Putting it all together
104c1213
JM
10526@end menu
10527
6d2ebf8b 10528@node Stub Contents
6f05cf9f 10529@subsection What the stub can do for you
104c1213
JM
10530
10531@cindex remote serial stub
10532The debugging stub for your architecture supplies these three
10533subroutines:
10534
10535@table @code
10536@item set_debug_traps
10537@kindex set_debug_traps
10538@cindex remote serial stub, initialization
10539This routine arranges for @code{handle_exception} to run when your
10540program stops. You must call this subroutine explicitly near the
10541beginning of your program.
10542
10543@item handle_exception
10544@kindex handle_exception
10545@cindex remote serial stub, main routine
10546This is the central workhorse, but your program never calls it
10547explicitly---the setup code arranges for @code{handle_exception} to
10548run when a trap is triggered.
10549
10550@code{handle_exception} takes control when your program stops during
10551execution (for example, on a breakpoint), and mediates communications
10552with @value{GDBN} on the host machine. This is where the communications
10553protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 10554representative on the target machine. It begins by sending summary
104c1213
JM
10555information on the state of your program, then continues to execute,
10556retrieving and transmitting any information @value{GDBN} needs, until you
10557execute a @value{GDBN} command that makes your program resume; at that point,
10558@code{handle_exception} returns control to your own code on the target
5d161b24 10559machine.
104c1213
JM
10560
10561@item breakpoint
10562@cindex @code{breakpoint} subroutine, remote
10563Use this auxiliary subroutine to make your program contain a
10564breakpoint. Depending on the particular situation, this may be the only
10565way for @value{GDBN} to get control. For instance, if your target
10566machine has some sort of interrupt button, you won't need to call this;
10567pressing the interrupt button transfers control to
10568@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
10569simply receiving characters on the serial port may also trigger a trap;
10570again, in that situation, you don't need to call @code{breakpoint} from
10571your own program---simply running @samp{target remote} from the host
5d161b24 10572@value{GDBN} session gets control.
104c1213
JM
10573
10574Call @code{breakpoint} if none of these is true, or if you simply want
10575to make certain your program stops at a predetermined point for the
10576start of your debugging session.
10577@end table
10578
6d2ebf8b 10579@node Bootstrapping
6f05cf9f 10580@subsection What you must do for the stub
104c1213
JM
10581
10582@cindex remote stub, support routines
10583The debugging stubs that come with @value{GDBN} are set up for a particular
10584chip architecture, but they have no information about the rest of your
10585debugging target machine.
10586
10587First of all you need to tell the stub how to communicate with the
10588serial port.
10589
10590@table @code
10591@item int getDebugChar()
10592@kindex getDebugChar
10593Write this subroutine to read a single character from the serial port.
10594It may be identical to @code{getchar} for your target system; a
10595different name is used to allow you to distinguish the two if you wish.
10596
10597@item void putDebugChar(int)
10598@kindex putDebugChar
10599Write this subroutine to write a single character to the serial port.
5d161b24 10600It may be identical to @code{putchar} for your target system; a
104c1213
JM
10601different name is used to allow you to distinguish the two if you wish.
10602@end table
10603
10604@cindex control C, and remote debugging
10605@cindex interrupting remote targets
10606If you want @value{GDBN} to be able to stop your program while it is
10607running, you need to use an interrupt-driven serial driver, and arrange
10608for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
10609character). That is the character which @value{GDBN} uses to tell the
10610remote system to stop.
10611
10612Getting the debugging target to return the proper status to @value{GDBN}
10613probably requires changes to the standard stub; one quick and dirty way
10614is to just execute a breakpoint instruction (the ``dirty'' part is that
10615@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
10616
10617Other routines you need to supply are:
10618
10619@table @code
10620@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
10621@kindex exceptionHandler
10622Write this function to install @var{exception_address} in the exception
10623handling tables. You need to do this because the stub does not have any
10624way of knowing what the exception handling tables on your target system
10625are like (for example, the processor's table might be in @sc{rom},
10626containing entries which point to a table in @sc{ram}).
10627@var{exception_number} is the exception number which should be changed;
10628its meaning is architecture-dependent (for example, different numbers
10629might represent divide by zero, misaligned access, etc). When this
10630exception occurs, control should be transferred directly to
10631@var{exception_address}, and the processor state (stack, registers,
10632and so on) should be just as it is when a processor exception occurs. So if
10633you want to use a jump instruction to reach @var{exception_address}, it
10634should be a simple jump, not a jump to subroutine.
10635
10636For the 386, @var{exception_address} should be installed as an interrupt
10637gate so that interrupts are masked while the handler runs. The gate
10638should be at privilege level 0 (the most privileged level). The
10639@sc{sparc} and 68k stubs are able to mask interrupts themselves without
10640help from @code{exceptionHandler}.
10641
10642@item void flush_i_cache()
10643@kindex flush_i_cache
d4f3574e 10644On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
10645instruction cache, if any, on your target machine. If there is no
10646instruction cache, this subroutine may be a no-op.
10647
10648On target machines that have instruction caches, @value{GDBN} requires this
10649function to make certain that the state of your program is stable.
10650@end table
10651
10652@noindent
10653You must also make sure this library routine is available:
10654
10655@table @code
10656@item void *memset(void *, int, int)
10657@kindex memset
10658This is the standard library function @code{memset} that sets an area of
10659memory to a known value. If you have one of the free versions of
10660@code{libc.a}, @code{memset} can be found there; otherwise, you must
10661either obtain it from your hardware manufacturer, or write your own.
10662@end table
10663
10664If you do not use the GNU C compiler, you may need other standard
10665library subroutines as well; this varies from one stub to another,
10666but in general the stubs are likely to use any of the common library
d4f3574e 10667subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
10668
10669
6d2ebf8b 10670@node Debug Session
6f05cf9f 10671@subsection Putting it all together
104c1213
JM
10672
10673@cindex remote serial debugging summary
10674In summary, when your program is ready to debug, you must follow these
10675steps.
10676
10677@enumerate
10678@item
6d2ebf8b 10679Make sure you have defined the supporting low-level routines
104c1213
JM
10680(@pxref{Bootstrapping,,What you must do for the stub}):
10681@display
10682@code{getDebugChar}, @code{putDebugChar},
10683@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
10684@end display
10685
10686@item
10687Insert these lines near the top of your program:
10688
474c8240 10689@smallexample
104c1213
JM
10690set_debug_traps();
10691breakpoint();
474c8240 10692@end smallexample
104c1213
JM
10693
10694@item
10695For the 680x0 stub only, you need to provide a variable called
10696@code{exceptionHook}. Normally you just use:
10697
474c8240 10698@smallexample
104c1213 10699void (*exceptionHook)() = 0;
474c8240 10700@end smallexample
104c1213 10701
d4f3574e 10702@noindent
104c1213 10703but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 10704function in your program, that function is called when
104c1213
JM
10705@code{@value{GDBN}} continues after stopping on a trap (for example, bus
10706error). The function indicated by @code{exceptionHook} is called with
10707one parameter: an @code{int} which is the exception number.
10708
10709@item
10710Compile and link together: your program, the @value{GDBN} debugging stub for
10711your target architecture, and the supporting subroutines.
10712
10713@item
10714Make sure you have a serial connection between your target machine and
10715the @value{GDBN} host, and identify the serial port on the host.
10716
10717@item
10718@c The "remote" target now provides a `load' command, so we should
10719@c document that. FIXME.
10720Download your program to your target machine (or get it there by
10721whatever means the manufacturer provides), and start it.
10722
10723@item
10724To start remote debugging, run @value{GDBN} on the host machine, and specify
10725as an executable file the program that is running in the remote machine.
10726This tells @value{GDBN} how to find your program's symbols and the contents
10727of its pure text.
10728
d4f3574e 10729@item
104c1213 10730@cindex serial line, @code{target remote}
d4f3574e 10731Establish communication using the @code{target remote} command.
104c1213
JM
10732Its argument specifies how to communicate with the target
10733machine---either via a devicename attached to a direct serial line, or a
9db8d71f 10734TCP or UDP port (usually to a terminal server which in turn has a serial line
104c1213
JM
10735to the target). For example, to use a serial line connected to the
10736device named @file{/dev/ttyb}:
10737
474c8240 10738@smallexample
104c1213 10739target remote /dev/ttyb
474c8240 10740@end smallexample
104c1213
JM
10741
10742@cindex TCP port, @code{target remote}
10743To use a TCP connection, use an argument of the form
9db8d71f
DJ
10744@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10745For example, to connect to port 2828 on a
104c1213
JM
10746terminal server named @code{manyfarms}:
10747
474c8240 10748@smallexample
104c1213 10749target remote manyfarms:2828
474c8240 10750@end smallexample
a2bea4c3
CV
10751
10752If your remote target is actually running on the same machine as
10753your debugger session (e.g.@: a simulator of your target running on
10754the same host), you can omit the hostname. For example, to connect
10755to port 1234 on your local machine:
10756
474c8240 10757@smallexample
a2bea4c3 10758target remote :1234
474c8240 10759@end smallexample
a2bea4c3
CV
10760@noindent
10761
10762Note that the colon is still required here.
9db8d71f
DJ
10763
10764@cindex UDP port, @code{target remote}
10765To use a UDP connection, use an argument of the form
10766@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10767on a terminal server named @code{manyfarms}:
10768
10769@smallexample
10770target remote udp:manyfarms:2828
10771@end smallexample
10772
10773When using a UDP connection for remote debugging, you should keep in mind
10774that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10775busy or unreliable networks, which will cause havoc with your debugging
10776session.
10777
104c1213
JM
10778@end enumerate
10779
10780Now you can use all the usual commands to examine and change data and to
10781step and continue the remote program.
10782
10783To resume the remote program and stop debugging it, use the @code{detach}
10784command.
10785
10786@cindex interrupting remote programs
10787@cindex remote programs, interrupting
10788Whenever @value{GDBN} is waiting for the remote program, if you type the
10789interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10790program. This may or may not succeed, depending in part on the hardware
10791and the serial drivers the remote system uses. If you type the
10792interrupt character once again, @value{GDBN} displays this prompt:
10793
474c8240 10794@smallexample
104c1213
JM
10795Interrupted while waiting for the program.
10796Give up (and stop debugging it)? (y or n)
474c8240 10797@end smallexample
104c1213
JM
10798
10799If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10800(If you decide you want to try again later, you can use @samp{target
10801remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10802goes back to waiting.
10803
104c1213 10804
8e04817f
AC
10805@node Configurations
10806@chapter Configuration-Specific Information
104c1213 10807
8e04817f
AC
10808While nearly all @value{GDBN} commands are available for all native and
10809cross versions of the debugger, there are some exceptions. This chapter
10810describes things that are only available in certain configurations.
104c1213 10811
8e04817f
AC
10812There are three major categories of configurations: native
10813configurations, where the host and target are the same, embedded
10814operating system configurations, which are usually the same for several
10815different processor architectures, and bare embedded processors, which
10816are quite different from each other.
104c1213 10817
8e04817f
AC
10818@menu
10819* Native::
10820* Embedded OS::
10821* Embedded Processors::
10822* Architectures::
10823@end menu
104c1213 10824
8e04817f
AC
10825@node Native
10826@section Native
104c1213 10827
8e04817f
AC
10828This section describes details specific to particular native
10829configurations.
6cf7e474 10830
8e04817f
AC
10831@menu
10832* HP-UX:: HP-UX
10833* SVR4 Process Information:: SVR4 process information
10834* DJGPP Native:: Features specific to the DJGPP port
78c47bea 10835* Cygwin Native:: Features specific to the Cygwin port
8e04817f 10836@end menu
6cf7e474 10837
8e04817f
AC
10838@node HP-UX
10839@subsection HP-UX
104c1213 10840
8e04817f
AC
10841On HP-UX systems, if you refer to a function or variable name that
10842begins with a dollar sign, @value{GDBN} searches for a user or system
10843name first, before it searches for a convenience variable.
104c1213 10844
8e04817f
AC
10845@node SVR4 Process Information
10846@subsection SVR4 process information
104c1213 10847
8e04817f
AC
10848@kindex /proc
10849@cindex process image
104c1213 10850
8e04817f
AC
10851Many versions of SVR4 provide a facility called @samp{/proc} that can be
10852used to examine the image of a running process using file-system
10853subroutines. If @value{GDBN} is configured for an operating system with
10854this facility, the command @code{info proc} is available to report on
10855several kinds of information about the process running your program.
10856@code{info proc} works only on SVR4 systems that include the
10857@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
10858and Unixware, but not HP-UX or Linux, for example.
104c1213 10859
8e04817f
AC
10860@table @code
10861@kindex info proc
10862@item info proc
10863Summarize available information about the process.
6cf7e474 10864
8e04817f
AC
10865@kindex info proc mappings
10866@item info proc mappings
10867Report on the address ranges accessible in the program, with information
10868on whether your program may read, write, or execute each range.
10869@ignore
10870@comment These sub-options of 'info proc' were not included when
10871@comment procfs.c was re-written. Keep their descriptions around
10872@comment against the day when someone finds the time to put them back in.
10873@kindex info proc times
10874@item info proc times
10875Starting time, user CPU time, and system CPU time for your program and
10876its children.
6cf7e474 10877
8e04817f
AC
10878@kindex info proc id
10879@item info proc id
10880Report on the process IDs related to your program: its own process ID,
10881the ID of its parent, the process group ID, and the session ID.
104c1213 10882
8e04817f
AC
10883@kindex info proc status
10884@item info proc status
10885General information on the state of the process. If the process is
10886stopped, this report includes the reason for stopping, and any signal
10887received.
d4f3574e 10888
8e04817f
AC
10889@item info proc all
10890Show all the above information about the process.
10891@end ignore
10892@end table
104c1213 10893
8e04817f
AC
10894@node DJGPP Native
10895@subsection Features for Debugging @sc{djgpp} Programs
10896@cindex @sc{djgpp} debugging
10897@cindex native @sc{djgpp} debugging
10898@cindex MS-DOS-specific commands
104c1213 10899
8e04817f
AC
10900@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
10901MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
10902that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
10903top of real-mode DOS systems and their emulations.
104c1213 10904
8e04817f
AC
10905@value{GDBN} supports native debugging of @sc{djgpp} programs, and
10906defines a few commands specific to the @sc{djgpp} port. This
10907subsection describes those commands.
104c1213 10908
8e04817f
AC
10909@table @code
10910@kindex info dos
10911@item info dos
10912This is a prefix of @sc{djgpp}-specific commands which print
10913information about the target system and important OS structures.
f1251bdd 10914
8e04817f
AC
10915@kindex sysinfo
10916@cindex MS-DOS system info
10917@cindex free memory information (MS-DOS)
10918@item info dos sysinfo
10919This command displays assorted information about the underlying
10920platform: the CPU type and features, the OS version and flavor, the
10921DPMI version, and the available conventional and DPMI memory.
104c1213 10922
8e04817f
AC
10923@cindex GDT
10924@cindex LDT
10925@cindex IDT
10926@cindex segment descriptor tables
10927@cindex descriptor tables display
10928@item info dos gdt
10929@itemx info dos ldt
10930@itemx info dos idt
10931These 3 commands display entries from, respectively, Global, Local,
10932and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
10933tables are data structures which store a descriptor for each segment
10934that is currently in use. The segment's selector is an index into a
10935descriptor table; the table entry for that index holds the
10936descriptor's base address and limit, and its attributes and access
10937rights.
104c1213 10938
8e04817f
AC
10939A typical @sc{djgpp} program uses 3 segments: a code segment, a data
10940segment (used for both data and the stack), and a DOS segment (which
10941allows access to DOS/BIOS data structures and absolute addresses in
10942conventional memory). However, the DPMI host will usually define
10943additional segments in order to support the DPMI environment.
d4f3574e 10944
8e04817f
AC
10945@cindex garbled pointers
10946These commands allow to display entries from the descriptor tables.
10947Without an argument, all entries from the specified table are
10948displayed. An argument, which should be an integer expression, means
10949display a single entry whose index is given by the argument. For
10950example, here's a convenient way to display information about the
10951debugged program's data segment:
104c1213 10952
8e04817f
AC
10953@smallexample
10954@exdent @code{(@value{GDBP}) info dos ldt $ds}
10955@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
10956@end smallexample
104c1213 10957
8e04817f
AC
10958@noindent
10959This comes in handy when you want to see whether a pointer is outside
10960the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 10961
8e04817f
AC
10962@cindex page tables display (MS-DOS)
10963@item info dos pde
10964@itemx info dos pte
10965These two commands display entries from, respectively, the Page
10966Directory and the Page Tables. Page Directories and Page Tables are
10967data structures which control how virtual memory addresses are mapped
10968into physical addresses. A Page Table includes an entry for every
10969page of memory that is mapped into the program's address space; there
10970may be several Page Tables, each one holding up to 4096 entries. A
10971Page Directory has up to 4096 entries, one each for every Page Table
10972that is currently in use.
104c1213 10973
8e04817f
AC
10974Without an argument, @kbd{info dos pde} displays the entire Page
10975Directory, and @kbd{info dos pte} displays all the entries in all of
10976the Page Tables. An argument, an integer expression, given to the
10977@kbd{info dos pde} command means display only that entry from the Page
10978Directory table. An argument given to the @kbd{info dos pte} command
10979means display entries from a single Page Table, the one pointed to by
10980the specified entry in the Page Directory.
104c1213 10981
8e04817f
AC
10982@cindex direct memory access (DMA) on MS-DOS
10983These commands are useful when your program uses @dfn{DMA} (Direct
10984Memory Access), which needs physical addresses to program the DMA
10985controller.
104c1213 10986
8e04817f 10987These commands are supported only with some DPMI servers.
104c1213 10988
8e04817f
AC
10989@cindex physical address from linear address
10990@item info dos address-pte @var{addr}
10991This command displays the Page Table entry for a specified linear
10992address. The argument linear address @var{addr} should already have the
10993appropriate segment's base address added to it, because this command
10994accepts addresses which may belong to @emph{any} segment. For
10995example, here's how to display the Page Table entry for the page where
10996the variable @code{i} is stored:
104c1213 10997
8e04817f
AC
10998@smallexample
10999@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11000@exdent @code{Page Table entry for address 0x11a00d30:}
11001@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11002@end smallexample
104c1213 11003
8e04817f
AC
11004@noindent
11005This says that @code{i} is stored at offset @code{0xd30} from the page
11006whose physical base address is @code{0x02698000}, and prints all the
11007attributes of that page.
104c1213 11008
8e04817f
AC
11009Note that you must cast the addresses of variables to a @code{char *},
11010since otherwise the value of @code{__djgpp_base_address}, the base
11011address of all variables and functions in a @sc{djgpp} program, will
11012be added using the rules of C pointer arithmetics: if @code{i} is
11013declared an @code{int}, @value{GDBN} will add 4 times the value of
11014@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11015
8e04817f
AC
11016Here's another example, it displays the Page Table entry for the
11017transfer buffer:
104c1213 11018
8e04817f
AC
11019@smallexample
11020@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11021@exdent @code{Page Table entry for address 0x29110:}
11022@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11023@end smallexample
104c1213 11024
8e04817f
AC
11025@noindent
11026(The @code{+ 3} offset is because the transfer buffer's address is the
110273rd member of the @code{_go32_info_block} structure.) The output of
11028this command clearly shows that addresses in conventional memory are
11029mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11030
8e04817f
AC
11031This command is supported only with some DPMI servers.
11032@end table
104c1213 11033
78c47bea
PM
11034@node Cygwin Native
11035@subsection Features for Debugging MS Windows PE executables
11036@cindex MS Windows debugging
11037@cindex native Cygwin debugging
11038@cindex Cygwin-specific commands
11039
11040@value{GDBN} supports native debugging of MS Windows programs, and
11041defines a few commands specific to the Cygwin port. This
11042subsection describes those commands.
11043
11044@table @code
11045@kindex info w32
11046@item info w32
11047This is a prefix of MS Windows specific commands which print
11048information about the target system and important OS structures.
11049
11050@item info w32 selector
11051This command displays information returned by
11052the Win32 API @code{GetThreadSelectorEntry} function.
11053It takes an optional argument that is evaluated to
11054a long value to give the information about this given selector.
11055Without argument, this command displays information
11056about the the six segment registers.
11057
11058@kindex info dll
11059@item info dll
11060This is a Cygwin specific alias of info shared.
11061
11062@kindex dll-symbols
11063@item dll-symbols
11064This command loads symbols from a dll similarly to
11065add-sym command but without the need to specify a base address.
11066
11067@kindex set new-console
11068@item set new-console @var{mode}
11069If @var{mode} is @code{on} the debuggee will
11070be started in a new console on next start.
11071If @var{mode} is @code{off}i, the debuggee will
11072be started in the same console as the debugger.
11073
11074@kindex show new-console
11075@item show new-console
11076Displays whether a new console is used
11077when the debuggee is started.
11078
11079@kindex set new-group
11080@item set new-group @var{mode}
11081This boolean value controls whether the debuggee should
11082start a new group or stay in the same group as the debugger.
11083This affects the way the Windows OS handles
11084Ctrl-C.
11085
11086@kindex show new-group
11087@item show new-group
11088Displays current value of new-group boolean.
11089
11090@kindex set debugevents
11091@item set debugevents
11092This boolean value adds debug output concerning events seen by the debugger.
11093
11094@kindex set debugexec
11095@item set debugexec
11096This boolean value adds debug output concerning execute events
11097seen by the debugger.
11098
11099@kindex set debugexceptions
11100@item set debugexceptions
11101This boolean value adds debug ouptut concerning exception events
11102seen by the debugger.
11103
11104@kindex set debugmemory
11105@item set debugmemory
11106This boolean value adds debug ouptut concerning memory events
11107seen by the debugger.
11108
11109@kindex set shell
11110@item set shell
11111This boolean values specifies whether the debuggee is called
11112via a shell or directly (default value is on).
11113
11114@kindex show shell
11115@item show shell
11116Displays if the debuggee will be started with a shell.
11117
11118@end table
11119
8e04817f
AC
11120@node Embedded OS
11121@section Embedded Operating Systems
104c1213 11122
8e04817f
AC
11123This section describes configurations involving the debugging of
11124embedded operating systems that are available for several different
11125architectures.
d4f3574e 11126
8e04817f
AC
11127@menu
11128* VxWorks:: Using @value{GDBN} with VxWorks
11129@end menu
104c1213 11130
8e04817f
AC
11131@value{GDBN} includes the ability to debug programs running on
11132various real-time operating systems.
104c1213 11133
8e04817f
AC
11134@node VxWorks
11135@subsection Using @value{GDBN} with VxWorks
104c1213 11136
8e04817f 11137@cindex VxWorks
104c1213 11138
8e04817f 11139@table @code
104c1213 11140
8e04817f
AC
11141@kindex target vxworks
11142@item target vxworks @var{machinename}
11143A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11144is the target system's machine name or IP address.
104c1213 11145
8e04817f 11146@end table
104c1213 11147
8e04817f
AC
11148On VxWorks, @code{load} links @var{filename} dynamically on the
11149current target system as well as adding its symbols in @value{GDBN}.
104c1213 11150
8e04817f
AC
11151@value{GDBN} enables developers to spawn and debug tasks running on networked
11152VxWorks targets from a Unix host. Already-running tasks spawned from
11153the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11154both the Unix host and on the VxWorks target. The program
11155@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11156installed with the name @code{vxgdb}, to distinguish it from a
11157@value{GDBN} for debugging programs on the host itself.)
104c1213 11158
8e04817f
AC
11159@table @code
11160@item VxWorks-timeout @var{args}
11161@kindex vxworks-timeout
11162All VxWorks-based targets now support the option @code{vxworks-timeout}.
11163This option is set by the user, and @var{args} represents the number of
11164seconds @value{GDBN} waits for responses to rpc's. You might use this if
11165your VxWorks target is a slow software simulator or is on the far side
11166of a thin network line.
11167@end table
104c1213 11168
8e04817f
AC
11169The following information on connecting to VxWorks was current when
11170this manual was produced; newer releases of VxWorks may use revised
11171procedures.
104c1213 11172
8e04817f
AC
11173@kindex INCLUDE_RDB
11174To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11175to include the remote debugging interface routines in the VxWorks
11176library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11177VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11178kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11179source debugging task @code{tRdbTask} when VxWorks is booted. For more
11180information on configuring and remaking VxWorks, see the manufacturer's
11181manual.
11182@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11183
8e04817f
AC
11184Once you have included @file{rdb.a} in your VxWorks system image and set
11185your Unix execution search path to find @value{GDBN}, you are ready to
11186run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11187@code{vxgdb}, depending on your installation).
104c1213 11188
8e04817f 11189@value{GDBN} comes up showing the prompt:
104c1213 11190
474c8240 11191@smallexample
8e04817f 11192(vxgdb)
474c8240 11193@end smallexample
104c1213 11194
8e04817f
AC
11195@menu
11196* VxWorks Connection:: Connecting to VxWorks
11197* VxWorks Download:: VxWorks download
11198* VxWorks Attach:: Running tasks
11199@end menu
104c1213 11200
8e04817f
AC
11201@node VxWorks Connection
11202@subsubsection Connecting to VxWorks
104c1213 11203
8e04817f
AC
11204The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11205network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11206
474c8240 11207@smallexample
8e04817f 11208(vxgdb) target vxworks tt
474c8240 11209@end smallexample
104c1213 11210
8e04817f
AC
11211@need 750
11212@value{GDBN} displays messages like these:
104c1213 11213
8e04817f
AC
11214@smallexample
11215Attaching remote machine across net...
11216Connected to tt.
11217@end smallexample
104c1213 11218
8e04817f
AC
11219@need 1000
11220@value{GDBN} then attempts to read the symbol tables of any object modules
11221loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11222these files by searching the directories listed in the command search
11223path (@pxref{Environment, ,Your program's environment}); if it fails
11224to find an object file, it displays a message such as:
5d161b24 11225
474c8240 11226@smallexample
8e04817f 11227prog.o: No such file or directory.
474c8240 11228@end smallexample
104c1213 11229
8e04817f
AC
11230When this happens, add the appropriate directory to the search path with
11231the @value{GDBN} command @code{path}, and execute the @code{target}
11232command again.
104c1213 11233
8e04817f
AC
11234@node VxWorks Download
11235@subsubsection VxWorks download
104c1213 11236
8e04817f
AC
11237@cindex download to VxWorks
11238If you have connected to the VxWorks target and you want to debug an
11239object that has not yet been loaded, you can use the @value{GDBN}
11240@code{load} command to download a file from Unix to VxWorks
11241incrementally. The object file given as an argument to the @code{load}
11242command is actually opened twice: first by the VxWorks target in order
11243to download the code, then by @value{GDBN} in order to read the symbol
11244table. This can lead to problems if the current working directories on
11245the two systems differ. If both systems have NFS mounted the same
11246filesystems, you can avoid these problems by using absolute paths.
11247Otherwise, it is simplest to set the working directory on both systems
11248to the directory in which the object file resides, and then to reference
11249the file by its name, without any path. For instance, a program
11250@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11251and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11252program, type this on VxWorks:
104c1213 11253
474c8240 11254@smallexample
8e04817f 11255-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11256@end smallexample
104c1213 11257
8e04817f
AC
11258@noindent
11259Then, in @value{GDBN}, type:
104c1213 11260
474c8240 11261@smallexample
8e04817f
AC
11262(vxgdb) cd @var{hostpath}/vw/demo/rdb
11263(vxgdb) load prog.o
474c8240 11264@end smallexample
104c1213 11265
8e04817f 11266@value{GDBN} displays a response similar to this:
104c1213 11267
8e04817f
AC
11268@smallexample
11269Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11270@end smallexample
104c1213 11271
8e04817f
AC
11272You can also use the @code{load} command to reload an object module
11273after editing and recompiling the corresponding source file. Note that
11274this makes @value{GDBN} delete all currently-defined breakpoints,
11275auto-displays, and convenience variables, and to clear the value
11276history. (This is necessary in order to preserve the integrity of
11277debugger's data structures that reference the target system's symbol
11278table.)
104c1213 11279
8e04817f
AC
11280@node VxWorks Attach
11281@subsubsection Running tasks
104c1213
JM
11282
11283@cindex running VxWorks tasks
11284You can also attach to an existing task using the @code{attach} command as
11285follows:
11286
474c8240 11287@smallexample
104c1213 11288(vxgdb) attach @var{task}
474c8240 11289@end smallexample
104c1213
JM
11290
11291@noindent
11292where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11293or suspended when you attach to it. Running tasks are suspended at
11294the time of attachment.
11295
6d2ebf8b 11296@node Embedded Processors
104c1213
JM
11297@section Embedded Processors
11298
11299This section goes into details specific to particular embedded
11300configurations.
11301
7d86b5d5 11302
104c1213 11303@menu
104c1213
JM
11304* ARM:: ARM
11305* H8/300:: Hitachi H8/300
11306* H8/500:: Hitachi H8/500
11307* i960:: Intel i960
11308* M32R/D:: Mitsubishi M32R/D
11309* M68K:: Motorola M68K
11310* M88K:: Motorola M88K
11311* MIPS Embedded:: MIPS Embedded
11312* PA:: HP PA Embedded
11313* PowerPC: PowerPC
11314* SH:: Hitachi SH
11315* Sparclet:: Tsqware Sparclet
11316* Sparclite:: Fujitsu Sparclite
11317* ST2000:: Tandem ST2000
11318* Z8000:: Zilog Z8000
11319@end menu
11320
6d2ebf8b 11321@node ARM
104c1213
JM
11322@subsection ARM
11323
11324@table @code
11325
8e04817f
AC
11326@kindex target rdi
11327@item target rdi @var{dev}
11328ARM Angel monitor, via RDI library interface to ADP protocol. You may
11329use this target to communicate with both boards running the Angel
11330monitor, or with the EmbeddedICE JTAG debug device.
11331
11332@kindex target rdp
11333@item target rdp @var{dev}
11334ARM Demon monitor.
11335
11336@end table
11337
11338@node H8/300
11339@subsection Hitachi H8/300
11340
11341@table @code
11342
11343@kindex target hms@r{, with H8/300}
11344@item target hms @var{dev}
11345A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
11346Use special commands @code{device} and @code{speed} to control the serial
11347line and the communications speed used.
11348
11349@kindex target e7000@r{, with H8/300}
11350@item target e7000 @var{dev}
11351E7000 emulator for Hitachi H8 and SH.
11352
11353@kindex target sh3@r{, with H8/300}
11354@kindex target sh3e@r{, with H8/300}
11355@item target sh3 @var{dev}
11356@itemx target sh3e @var{dev}
11357Hitachi SH-3 and SH-3E target systems.
11358
11359@end table
11360
11361@cindex download to H8/300 or H8/500
11362@cindex H8/300 or H8/500 download
11363@cindex download to Hitachi SH
11364@cindex Hitachi SH download
11365When you select remote debugging to a Hitachi SH, H8/300, or H8/500
11366board, the @code{load} command downloads your program to the Hitachi
11367board and also opens it as the current executable target for
11368@value{GDBN} on your host (like the @code{file} command).
11369
11370@value{GDBN} needs to know these things to talk to your
11371Hitachi SH, H8/300, or H8/500:
11372
11373@enumerate
11374@item
11375that you want to use @samp{target hms}, the remote debugging interface
11376for Hitachi microprocessors, or @samp{target e7000}, the in-circuit
11377emulator for the Hitachi SH and the Hitachi 300H. (@samp{target hms} is
11378the default when @value{GDBN} is configured specifically for the Hitachi SH,
11379H8/300, or H8/500.)
11380
11381@item
11382what serial device connects your host to your Hitachi board (the first
11383serial device available on your host is the default).
11384
11385@item
11386what speed to use over the serial device.
11387@end enumerate
11388
11389@menu
11390* Hitachi Boards:: Connecting to Hitachi boards.
11391* Hitachi ICE:: Using the E7000 In-Circuit Emulator.
11392* Hitachi Special:: Special @value{GDBN} commands for Hitachi micros.
11393@end menu
11394
11395@node Hitachi Boards
11396@subsubsection Connecting to Hitachi boards
11397
11398@c only for Unix hosts
11399@kindex device
11400@cindex serial device, Hitachi micros
11401Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
11402need to explicitly set the serial device. The default @var{port} is the
11403first available port on your host. This is only necessary on Unix
11404hosts, where it is typically something like @file{/dev/ttya}.
11405
11406@kindex speed
11407@cindex serial line speed, Hitachi micros
11408@code{@value{GDBN}} has another special command to set the communications
11409speed: @samp{speed @var{bps}}. This command also is only used from Unix
11410hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
11411the DOS @code{mode} command (for instance,
11412@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
11413
11414The @samp{device} and @samp{speed} commands are available only when you
11415use a Unix host to debug your Hitachi microprocessor programs. If you
11416use a DOS host,
11417@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
11418called @code{asynctsr} to communicate with the development board
11419through a PC serial port. You must also use the DOS @code{mode} command
11420to set up the serial port on the DOS side.
11421
11422The following sample session illustrates the steps needed to start a
11423program under @value{GDBN} control on an H8/300. The example uses a
11424sample H8/300 program called @file{t.x}. The procedure is the same for
11425the Hitachi SH and the H8/500.
11426
11427First hook up your development board. In this example, we use a
11428board attached to serial port @code{COM2}; if you use a different serial
11429port, substitute its name in the argument of the @code{mode} command.
11430When you call @code{asynctsr}, the auxiliary comms program used by the
11431debugger, you give it just the numeric part of the serial port's name;
11432for example, @samp{asyncstr 2} below runs @code{asyncstr} on
11433@code{COM2}.
11434
474c8240 11435@smallexample
8e04817f
AC
11436C:\H8300\TEST> asynctsr 2
11437C:\H8300\TEST> mode com2:9600,n,8,1,p
11438
11439Resident portion of MODE loaded
11440
11441COM2: 9600, n, 8, 1, p
11442
474c8240 11443@end smallexample
8e04817f
AC
11444
11445@quotation
11446@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
11447@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
11448disable it, or even boot without it, to use @code{asynctsr} to control
11449your development board.
11450@end quotation
11451
11452@kindex target hms@r{, and serial protocol}
11453Now that serial communications are set up, and the development board is
11454connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
11455the name of your program as the argument. @code{@value{GDBN}} prompts
11456you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
11457commands to begin your debugging session: @samp{target hms} to specify
11458cross-debugging to the Hitachi board, and the @code{load} command to
11459download your program to the board. @code{load} displays the names of
11460the program's sections, and a @samp{*} for each 2K of data downloaded.
11461(If you want to refresh @value{GDBN} data on symbols or on the
11462executable file without downloading, use the @value{GDBN} commands
11463@code{file} or @code{symbol-file}. These commands, and @code{load}
11464itself, are described in @ref{Files,,Commands to specify files}.)
11465
11466@smallexample
11467(eg-C:\H8300\TEST) @value{GDBP} t.x
11468@value{GDBN} is free software and you are welcome to distribute copies
11469 of it under certain conditions; type "show copying" to see
11470 the conditions.
11471There is absolutely no warranty for @value{GDBN}; type "show warranty"
11472for details.
11473@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
11474(@value{GDBP}) target hms
11475Connected to remote H8/300 HMS system.
11476(@value{GDBP}) load t.x
11477.text : 0x8000 .. 0xabde ***********
11478.data : 0xabde .. 0xad30 *
11479.stack : 0xf000 .. 0xf014 *
11480@end smallexample
11481
11482At this point, you're ready to run or debug your program. From here on,
11483you can use all the usual @value{GDBN} commands. The @code{break} command
11484sets breakpoints; the @code{run} command starts your program;
11485@code{print} or @code{x} display data; the @code{continue} command
11486resumes execution after stopping at a breakpoint. You can use the
11487@code{help} command at any time to find out more about @value{GDBN} commands.
11488
11489Remember, however, that @emph{operating system} facilities aren't
11490available on your development board; for example, if your program hangs,
11491you can't send an interrupt---but you can press the @sc{reset} switch!
11492
11493Use the @sc{reset} button on the development board
11494@itemize @bullet
11495@item
11496to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
11497no way to pass an interrupt signal to the development board); and
11498
11499@item
11500to return to the @value{GDBN} command prompt after your program finishes
11501normally. The communications protocol provides no other way for @value{GDBN}
11502to detect program completion.
11503@end itemize
11504
11505In either case, @value{GDBN} sees the effect of a @sc{reset} on the
11506development board as a ``normal exit'' of your program.
11507
11508@node Hitachi ICE
11509@subsubsection Using the E7000 in-circuit emulator
11510
11511@kindex target e7000@r{, with Hitachi ICE}
11512You can use the E7000 in-circuit emulator to develop code for either the
11513Hitachi SH or the H8/300H. Use one of these forms of the @samp{target
11514e7000} command to connect @value{GDBN} to your E7000:
11515
11516@table @code
11517@item target e7000 @var{port} @var{speed}
11518Use this form if your E7000 is connected to a serial port. The
11519@var{port} argument identifies what serial port to use (for example,
11520@samp{com2}). The third argument is the line speed in bits per second
11521(for example, @samp{9600}).
11522
11523@item target e7000 @var{hostname}
11524If your E7000 is installed as a host on a TCP/IP network, you can just
11525specify its hostname; @value{GDBN} uses @code{telnet} to connect.
11526@end table
11527
11528@node Hitachi Special
11529@subsubsection Special @value{GDBN} commands for Hitachi micros
11530
11531Some @value{GDBN} commands are available only for the H8/300:
11532
11533@table @code
11534
11535@kindex set machine
11536@kindex show machine
11537@item set machine h8300
11538@itemx set machine h8300h
11539Condition @value{GDBN} for one of the two variants of the H8/300
11540architecture with @samp{set machine}. You can use @samp{show machine}
11541to check which variant is currently in effect.
104c1213
JM
11542
11543@end table
11544
8e04817f
AC
11545@node H8/500
11546@subsection H8/500
104c1213
JM
11547
11548@table @code
11549
8e04817f
AC
11550@kindex set memory @var{mod}
11551@cindex memory models, H8/500
11552@item set memory @var{mod}
11553@itemx show memory
11554Specify which H8/500 memory model (@var{mod}) you are using with
11555@samp{set memory}; check which memory model is in effect with @samp{show
11556memory}. The accepted values for @var{mod} are @code{small},
11557@code{big}, @code{medium}, and @code{compact}.
104c1213 11558
8e04817f 11559@end table
104c1213 11560
8e04817f
AC
11561@node i960
11562@subsection Intel i960
104c1213 11563
8e04817f 11564@table @code
104c1213 11565
8e04817f
AC
11566@kindex target mon960
11567@item target mon960 @var{dev}
11568MON960 monitor for Intel i960.
104c1213 11569
8e04817f
AC
11570@kindex target nindy
11571@item target nindy @var{devicename}
11572An Intel 960 board controlled by a Nindy Monitor. @var{devicename} is
11573the name of the serial device to use for the connection, e.g.
11574@file{/dev/ttya}.
104c1213 11575
8e04817f
AC
11576@end table
11577
11578@cindex Nindy
11579@cindex i960
11580@dfn{Nindy} is a ROM Monitor program for Intel 960 target systems. When
11581@value{GDBN} is configured to control a remote Intel 960 using Nindy, you can
11582tell @value{GDBN} how to connect to the 960 in several ways:
11583
11584@itemize @bullet
104c1213 11585@item
8e04817f
AC
11586Through command line options specifying serial port, version of the
11587Nindy protocol, and communications speed;
104c1213
JM
11588
11589@item
8e04817f 11590By responding to a prompt on startup;
104c1213
JM
11591
11592@item
8e04817f
AC
11593By using the @code{target} command at any point during your @value{GDBN}
11594session. @xref{Target Commands, ,Commands for managing targets}.
11595
11596@end itemize
11597
11598@cindex download to Nindy-960
11599With the Nindy interface to an Intel 960 board, @code{load}
11600downloads @var{filename} to the 960 as well as adding its symbols in
11601@value{GDBN}.
11602
11603@menu
11604* Nindy Startup:: Startup with Nindy
11605* Nindy Options:: Options for Nindy
11606* Nindy Reset:: Nindy reset command
11607@end menu
11608
11609@node Nindy Startup
11610@subsubsection Startup with Nindy
11611
11612If you simply start @code{@value{GDBP}} without using any command-line
11613options, you are prompted for what serial port to use, @emph{before} you
11614reach the ordinary @value{GDBN} prompt:
11615
474c8240 11616@smallexample
8e04817f 11617Attach /dev/ttyNN -- specify NN, or "quit" to quit:
474c8240 11618@end smallexample
8e04817f
AC
11619
11620@noindent
11621Respond to the prompt with whatever suffix (after @samp{/dev/tty})
11622identifies the serial port you want to use. You can, if you choose,
11623simply start up with no Nindy connection by responding to the prompt
11624with an empty line. If you do this and later wish to attach to Nindy,
11625use @code{target} (@pxref{Target Commands, ,Commands for managing targets}).
11626
11627@node Nindy Options
11628@subsubsection Options for Nindy
11629
11630These are the startup options for beginning your @value{GDBN} session with a
11631Nindy-960 board attached:
11632
11633@table @code
11634@item -r @var{port}
11635Specify the serial port name of a serial interface to be used to connect
11636to the target system. This option is only available when @value{GDBN} is
11637configured for the Intel 960 target architecture. You may specify
11638@var{port} as any of: a full pathname (e.g. @samp{-r /dev/ttya}), a
11639device name in @file{/dev} (e.g. @samp{-r ttya}), or simply the unique
11640suffix for a specific @code{tty} (e.g. @samp{-r a}).
11641
11642@item -O
11643(An uppercase letter ``O'', not a zero.) Specify that @value{GDBN} should use
11644the ``old'' Nindy monitor protocol to connect to the target system.
11645This option is only available when @value{GDBN} is configured for the Intel 960
11646target architecture.
11647
11648@quotation
11649@emph{Warning:} if you specify @samp{-O}, but are actually trying to
11650connect to a target system that expects the newer protocol, the connection
11651fails, appearing to be a speed mismatch. @value{GDBN} repeatedly
11652attempts to reconnect at several different line speeds. You can abort
11653this process with an interrupt.
11654@end quotation
11655
11656@item -brk
11657Specify that @value{GDBN} should first send a @code{BREAK} signal to the target
11658system, in an attempt to reset it, before connecting to a Nindy target.
11659
11660@quotation
11661@emph{Warning:} Many target systems do not have the hardware that this
11662requires; it only works with a few boards.
11663@end quotation
11664@end table
11665
11666The standard @samp{-b} option controls the line speed used on the serial
11667port.
11668
11669@c @group
11670@node Nindy Reset
11671@subsubsection Nindy reset command
11672
11673@table @code
11674@item reset
11675@kindex reset
11676For a Nindy target, this command sends a ``break'' to the remote target
11677system; this is only useful if the target has been equipped with a
11678circuit to perform a hard reset (or some other interesting action) when
11679a break is detected.
11680@end table
11681@c @end group
11682
11683@node M32R/D
11684@subsection Mitsubishi M32R/D
11685
11686@table @code
11687
11688@kindex target m32r
11689@item target m32r @var{dev}
11690Mitsubishi M32R/D ROM monitor.
11691
11692@end table
11693
11694@node M68K
11695@subsection M68k
11696
11697The Motorola m68k configuration includes ColdFire support, and
11698target command for the following ROM monitors.
11699
11700@table @code
11701
11702@kindex target abug
11703@item target abug @var{dev}
11704ABug ROM monitor for M68K.
11705
11706@kindex target cpu32bug
11707@item target cpu32bug @var{dev}
11708CPU32BUG monitor, running on a CPU32 (M68K) board.
11709
11710@kindex target dbug
11711@item target dbug @var{dev}
11712dBUG ROM monitor for Motorola ColdFire.
11713
11714@kindex target est
11715@item target est @var{dev}
11716EST-300 ICE monitor, running on a CPU32 (M68K) board.
11717
11718@kindex target rom68k
11719@item target rom68k @var{dev}
11720ROM 68K monitor, running on an M68K IDP board.
11721
11722@end table
11723
11724If @value{GDBN} is configured with @code{m68*-ericsson-*}, it will
11725instead have only a single special target command:
11726
11727@table @code
11728
11729@kindex target es1800
11730@item target es1800 @var{dev}
11731ES-1800 emulator for M68K.
11732
11733@end table
11734
11735[context?]
11736
11737@table @code
11738
11739@kindex target rombug
11740@item target rombug @var{dev}
11741ROMBUG ROM monitor for OS/9000.
11742
11743@end table
11744
11745@node M88K
11746@subsection M88K
11747
11748@table @code
11749
11750@kindex target bug
11751@item target bug @var{dev}
11752BUG monitor, running on a MVME187 (m88k) board.
11753
11754@end table
11755
11756@node MIPS Embedded
11757@subsection MIPS Embedded
11758
11759@cindex MIPS boards
11760@value{GDBN} can use the MIPS remote debugging protocol to talk to a
11761MIPS board attached to a serial line. This is available when
11762you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 11763
8e04817f
AC
11764@need 1000
11765Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 11766
8e04817f
AC
11767@table @code
11768@item target mips @var{port}
11769@kindex target mips @var{port}
11770To run a program on the board, start up @code{@value{GDBP}} with the
11771name of your program as the argument. To connect to the board, use the
11772command @samp{target mips @var{port}}, where @var{port} is the name of
11773the serial port connected to the board. If the program has not already
11774been downloaded to the board, you may use the @code{load} command to
11775download it. You can then use all the usual @value{GDBN} commands.
104c1213 11776
8e04817f
AC
11777For example, this sequence connects to the target board through a serial
11778port, and loads and runs a program called @var{prog} through the
11779debugger:
104c1213 11780
474c8240 11781@smallexample
8e04817f
AC
11782host$ @value{GDBP} @var{prog}
11783@value{GDBN} is free software and @dots{}
11784(@value{GDBP}) target mips /dev/ttyb
11785(@value{GDBP}) load @var{prog}
11786(@value{GDBP}) run
474c8240 11787@end smallexample
104c1213 11788
8e04817f
AC
11789@item target mips @var{hostname}:@var{portnumber}
11790On some @value{GDBN} host configurations, you can specify a TCP
11791connection (for instance, to a serial line managed by a terminal
11792concentrator) instead of a serial port, using the syntax
11793@samp{@var{hostname}:@var{portnumber}}.
104c1213 11794
8e04817f
AC
11795@item target pmon @var{port}
11796@kindex target pmon @var{port}
11797PMON ROM monitor.
104c1213 11798
8e04817f
AC
11799@item target ddb @var{port}
11800@kindex target ddb @var{port}
11801NEC's DDB variant of PMON for Vr4300.
104c1213 11802
8e04817f
AC
11803@item target lsi @var{port}
11804@kindex target lsi @var{port}
11805LSI variant of PMON.
104c1213 11806
8e04817f
AC
11807@kindex target r3900
11808@item target r3900 @var{dev}
11809Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 11810
8e04817f
AC
11811@kindex target array
11812@item target array @var{dev}
11813Array Tech LSI33K RAID controller board.
104c1213 11814
8e04817f 11815@end table
104c1213 11816
104c1213 11817
8e04817f
AC
11818@noindent
11819@value{GDBN} also supports these special commands for MIPS targets:
104c1213 11820
8e04817f
AC
11821@table @code
11822@item set processor @var{args}
11823@itemx show processor
11824@kindex set processor @var{args}
11825@kindex show processor
11826Use the @code{set processor} command to set the type of MIPS
11827processor when you want to access processor-type-specific registers.
11828For example, @code{set processor @var{r3041}} tells @value{GDBN}
11829to use the CPU registers appropriate for the 3041 chip.
11830Use the @code{show processor} command to see what MIPS processor @value{GDBN}
11831is using. Use the @code{info reg} command to see what registers
11832@value{GDBN} is using.
104c1213 11833
8e04817f
AC
11834@item set mipsfpu double
11835@itemx set mipsfpu single
11836@itemx set mipsfpu none
11837@itemx show mipsfpu
11838@kindex set mipsfpu
11839@kindex show mipsfpu
11840@cindex MIPS remote floating point
11841@cindex floating point, MIPS remote
11842If your target board does not support the MIPS floating point
11843coprocessor, you should use the command @samp{set mipsfpu none} (if you
11844need this, you may wish to put the command in your @value{GDBN} init
11845file). This tells @value{GDBN} how to find the return value of
11846functions which return floating point values. It also allows
11847@value{GDBN} to avoid saving the floating point registers when calling
11848functions on the board. If you are using a floating point coprocessor
11849with only single precision floating point support, as on the @sc{r4650}
11850processor, use the command @samp{set mipsfpu single}. The default
11851double precision floating point coprocessor may be selected using
11852@samp{set mipsfpu double}.
104c1213 11853
8e04817f
AC
11854In previous versions the only choices were double precision or no
11855floating point, so @samp{set mipsfpu on} will select double precision
11856and @samp{set mipsfpu off} will select no floating point.
104c1213 11857
8e04817f
AC
11858As usual, you can inquire about the @code{mipsfpu} variable with
11859@samp{show mipsfpu}.
104c1213 11860
8e04817f
AC
11861@item set remotedebug @var{n}
11862@itemx show remotedebug
11863@kindex set remotedebug@r{, MIPS protocol}
11864@kindex show remotedebug@r{, MIPS protocol}
11865@cindex @code{remotedebug}, MIPS protocol
11866@cindex MIPS @code{remotedebug} protocol
11867@c FIXME! For this to be useful, you must know something about the MIPS
11868@c FIXME...protocol. Where is it described?
11869You can see some debugging information about communications with the board
11870by setting the @code{remotedebug} variable. If you set it to @code{1} using
11871@samp{set remotedebug 1}, every packet is displayed. If you set it
11872to @code{2}, every character is displayed. You can check the current value
11873at any time with the command @samp{show remotedebug}.
104c1213 11874
8e04817f
AC
11875@item set timeout @var{seconds}
11876@itemx set retransmit-timeout @var{seconds}
11877@itemx show timeout
11878@itemx show retransmit-timeout
11879@cindex @code{timeout}, MIPS protocol
11880@cindex @code{retransmit-timeout}, MIPS protocol
11881@kindex set timeout
11882@kindex show timeout
11883@kindex set retransmit-timeout
11884@kindex show retransmit-timeout
11885You can control the timeout used while waiting for a packet, in the MIPS
11886remote protocol, with the @code{set timeout @var{seconds}} command. The
11887default is 5 seconds. Similarly, you can control the timeout used while
11888waiting for an acknowledgement of a packet with the @code{set
11889retransmit-timeout @var{seconds}} command. The default is 3 seconds.
11890You can inspect both values with @code{show timeout} and @code{show
11891retransmit-timeout}. (These commands are @emph{only} available when
11892@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 11893
8e04817f
AC
11894The timeout set by @code{set timeout} does not apply when @value{GDBN}
11895is waiting for your program to stop. In that case, @value{GDBN} waits
11896forever because it has no way of knowing how long the program is going
11897to run before stopping.
11898@end table
104c1213 11899
8e04817f
AC
11900@node PowerPC
11901@subsection PowerPC
104c1213
JM
11902
11903@table @code
104c1213 11904
8e04817f
AC
11905@kindex target dink32
11906@item target dink32 @var{dev}
11907DINK32 ROM monitor.
104c1213 11908
8e04817f
AC
11909@kindex target ppcbug
11910@item target ppcbug @var{dev}
11911@kindex target ppcbug1
11912@item target ppcbug1 @var{dev}
11913PPCBUG ROM monitor for PowerPC.
104c1213 11914
8e04817f
AC
11915@kindex target sds
11916@item target sds @var{dev}
11917SDS monitor, running on a PowerPC board (such as Motorola's ADS).
11918
11919@end table
11920
11921@node PA
11922@subsection HP PA Embedded
104c1213
JM
11923
11924@table @code
11925
8e04817f
AC
11926@kindex target op50n
11927@item target op50n @var{dev}
11928OP50N monitor, running on an OKI HPPA board.
11929
11930@kindex target w89k
11931@item target w89k @var{dev}
11932W89K monitor, running on a Winbond HPPA board.
104c1213
JM
11933
11934@end table
11935
8e04817f
AC
11936@node SH
11937@subsection Hitachi SH
104c1213
JM
11938
11939@table @code
11940
8e04817f
AC
11941@kindex target hms@r{, with Hitachi SH}
11942@item target hms @var{dev}
11943A Hitachi SH board attached via serial line to your host. Use special
11944commands @code{device} and @code{speed} to control the serial line and
11945the communications speed used.
104c1213 11946
8e04817f
AC
11947@kindex target e7000@r{, with Hitachi SH}
11948@item target e7000 @var{dev}
11949E7000 emulator for Hitachi SH.
104c1213 11950
8e04817f
AC
11951@kindex target sh3@r{, with SH}
11952@kindex target sh3e@r{, with SH}
11953@item target sh3 @var{dev}
11954@item target sh3e @var{dev}
11955Hitachi SH-3 and SH-3E target systems.
104c1213 11956
8e04817f 11957@end table
104c1213 11958
8e04817f
AC
11959@node Sparclet
11960@subsection Tsqware Sparclet
104c1213 11961
8e04817f
AC
11962@cindex Sparclet
11963
11964@value{GDBN} enables developers to debug tasks running on
11965Sparclet targets from a Unix host.
11966@value{GDBN} uses code that runs on
11967both the Unix host and on the Sparclet target. The program
11968@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 11969
8e04817f
AC
11970@table @code
11971@item remotetimeout @var{args}
11972@kindex remotetimeout
11973@value{GDBN} supports the option @code{remotetimeout}.
11974This option is set by the user, and @var{args} represents the number of
11975seconds @value{GDBN} waits for responses.
104c1213
JM
11976@end table
11977
8e04817f
AC
11978@cindex compiling, on Sparclet
11979When compiling for debugging, include the options @samp{-g} to get debug
11980information and @samp{-Ttext} to relocate the program to where you wish to
11981load it on the target. You may also want to add the options @samp{-n} or
11982@samp{-N} in order to reduce the size of the sections. Example:
104c1213 11983
474c8240 11984@smallexample
8e04817f 11985sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 11986@end smallexample
104c1213 11987
8e04817f 11988You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 11989
474c8240 11990@smallexample
8e04817f 11991sparclet-aout-objdump --headers --syms prog
474c8240 11992@end smallexample
104c1213 11993
8e04817f
AC
11994@cindex running, on Sparclet
11995Once you have set
11996your Unix execution search path to find @value{GDBN}, you are ready to
11997run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
11998(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 11999
8e04817f
AC
12000@value{GDBN} comes up showing the prompt:
12001
474c8240 12002@smallexample
8e04817f 12003(gdbslet)
474c8240 12004@end smallexample
104c1213
JM
12005
12006@menu
8e04817f
AC
12007* Sparclet File:: Setting the file to debug
12008* Sparclet Connection:: Connecting to Sparclet
12009* Sparclet Download:: Sparclet download
12010* Sparclet Execution:: Running and debugging
104c1213
JM
12011@end menu
12012
8e04817f
AC
12013@node Sparclet File
12014@subsubsection Setting file to debug
104c1213 12015
8e04817f 12016The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12017
474c8240 12018@smallexample
8e04817f 12019(gdbslet) file prog
474c8240 12020@end smallexample
104c1213 12021
8e04817f
AC
12022@need 1000
12023@value{GDBN} then attempts to read the symbol table of @file{prog}.
12024@value{GDBN} locates
12025the file by searching the directories listed in the command search
12026path.
12027If the file was compiled with debug information (option "-g"), source
12028files will be searched as well.
12029@value{GDBN} locates
12030the source files by searching the directories listed in the directory search
12031path (@pxref{Environment, ,Your program's environment}).
12032If it fails
12033to find a file, it displays a message such as:
104c1213 12034
474c8240 12035@smallexample
8e04817f 12036prog: No such file or directory.
474c8240 12037@end smallexample
104c1213 12038
8e04817f
AC
12039When this happens, add the appropriate directories to the search paths with
12040the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12041@code{target} command again.
104c1213 12042
8e04817f
AC
12043@node Sparclet Connection
12044@subsubsection Connecting to Sparclet
104c1213 12045
8e04817f
AC
12046The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12047To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12048
474c8240 12049@smallexample
8e04817f
AC
12050(gdbslet) target sparclet /dev/ttya
12051Remote target sparclet connected to /dev/ttya
12052main () at ../prog.c:3
474c8240 12053@end smallexample
104c1213 12054
8e04817f
AC
12055@need 750
12056@value{GDBN} displays messages like these:
104c1213 12057
474c8240 12058@smallexample
8e04817f 12059Connected to ttya.
474c8240 12060@end smallexample
104c1213 12061
8e04817f
AC
12062@node Sparclet Download
12063@subsubsection Sparclet download
104c1213 12064
8e04817f
AC
12065@cindex download to Sparclet
12066Once connected to the Sparclet target,
12067you can use the @value{GDBN}
12068@code{load} command to download the file from the host to the target.
12069The file name and load offset should be given as arguments to the @code{load}
12070command.
12071Since the file format is aout, the program must be loaded to the starting
12072address. You can use @code{objdump} to find out what this value is. The load
12073offset is an offset which is added to the VMA (virtual memory address)
12074of each of the file's sections.
12075For instance, if the program
12076@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12077and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12078
474c8240 12079@smallexample
8e04817f
AC
12080(gdbslet) load prog 0x12010000
12081Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12082@end smallexample
104c1213 12083
8e04817f
AC
12084If the code is loaded at a different address then what the program was linked
12085to, you may need to use the @code{section} and @code{add-symbol-file} commands
12086to tell @value{GDBN} where to map the symbol table.
12087
12088@node Sparclet Execution
12089@subsubsection Running and debugging
12090
12091@cindex running and debugging Sparclet programs
12092You can now begin debugging the task using @value{GDBN}'s execution control
12093commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12094manual for the list of commands.
12095
474c8240 12096@smallexample
8e04817f
AC
12097(gdbslet) b main
12098Breakpoint 1 at 0x12010000: file prog.c, line 3.
12099(gdbslet) run
12100Starting program: prog
12101Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
121023 char *symarg = 0;
12103(gdbslet) step
121044 char *execarg = "hello!";
12105(gdbslet)
474c8240 12106@end smallexample
8e04817f
AC
12107
12108@node Sparclite
12109@subsection Fujitsu Sparclite
104c1213
JM
12110
12111@table @code
12112
8e04817f
AC
12113@kindex target sparclite
12114@item target sparclite @var{dev}
12115Fujitsu sparclite boards, used only for the purpose of loading.
12116You must use an additional command to debug the program.
12117For example: target remote @var{dev} using @value{GDBN} standard
12118remote protocol.
104c1213
JM
12119
12120@end table
12121
8e04817f
AC
12122@node ST2000
12123@subsection Tandem ST2000
104c1213 12124
8e04817f
AC
12125@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12126STDBUG protocol.
104c1213 12127
8e04817f
AC
12128To connect your ST2000 to the host system, see the manufacturer's
12129manual. Once the ST2000 is physically attached, you can run:
104c1213 12130
474c8240 12131@smallexample
8e04817f 12132target st2000 @var{dev} @var{speed}
474c8240 12133@end smallexample
104c1213 12134
8e04817f
AC
12135@noindent
12136to establish it as your debugging environment. @var{dev} is normally
12137the name of a serial device, such as @file{/dev/ttya}, connected to the
12138ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12139connection (for example, to a serial line attached via a terminal
12140concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12141
8e04817f
AC
12142The @code{load} and @code{attach} commands are @emph{not} defined for
12143this target; you must load your program into the ST2000 as you normally
12144would for standalone operation. @value{GDBN} reads debugging information
12145(such as symbols) from a separate, debugging version of the program
12146available on your host computer.
12147@c FIXME!! This is terribly vague; what little content is here is
12148@c basically hearsay.
104c1213 12149
8e04817f
AC
12150@cindex ST2000 auxiliary commands
12151These auxiliary @value{GDBN} commands are available to help you with the ST2000
12152environment:
104c1213 12153
8e04817f
AC
12154@table @code
12155@item st2000 @var{command}
12156@kindex st2000 @var{cmd}
12157@cindex STDBUG commands (ST2000)
12158@cindex commands to STDBUG (ST2000)
12159Send a @var{command} to the STDBUG monitor. See the manufacturer's
12160manual for available commands.
104c1213 12161
8e04817f
AC
12162@item connect
12163@cindex connect (to STDBUG)
12164Connect the controlling terminal to the STDBUG command monitor. When
12165you are done interacting with STDBUG, typing either of two character
12166sequences gets you back to the @value{GDBN} command prompt:
12167@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12168@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12169@end table
12170
8e04817f
AC
12171@node Z8000
12172@subsection Zilog Z8000
104c1213 12173
8e04817f
AC
12174@cindex Z8000
12175@cindex simulator, Z8000
12176@cindex Zilog Z8000 simulator
104c1213 12177
8e04817f
AC
12178When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12179a Z8000 simulator.
12180
12181For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12182unsegmented variant of the Z8000 architecture) or the Z8001 (the
12183segmented variant). The simulator recognizes which architecture is
12184appropriate by inspecting the object code.
104c1213 12185
8e04817f
AC
12186@table @code
12187@item target sim @var{args}
12188@kindex sim
12189@kindex target sim@r{, with Z8000}
12190Debug programs on a simulated CPU. If the simulator supports setup
12191options, specify them via @var{args}.
104c1213
JM
12192@end table
12193
8e04817f
AC
12194@noindent
12195After specifying this target, you can debug programs for the simulated
12196CPU in the same style as programs for your host computer; use the
12197@code{file} command to load a new program image, the @code{run} command
12198to run your program, and so on.
12199
12200As well as making available all the usual machine registers
12201(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12202additional items of information as specially named registers:
104c1213
JM
12203
12204@table @code
12205
8e04817f
AC
12206@item cycles
12207Counts clock-ticks in the simulator.
104c1213 12208
8e04817f
AC
12209@item insts
12210Counts instructions run in the simulator.
104c1213 12211
8e04817f
AC
12212@item time
12213Execution time in 60ths of a second.
104c1213 12214
8e04817f 12215@end table
104c1213 12216
8e04817f
AC
12217You can refer to these values in @value{GDBN} expressions with the usual
12218conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12219conditional breakpoint that suspends only after at least 5000
12220simulated clock ticks.
104c1213 12221
8e04817f
AC
12222@node Architectures
12223@section Architectures
104c1213 12224
8e04817f
AC
12225This section describes characteristics of architectures that affect
12226all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12227
8e04817f
AC
12228@menu
12229* A29K::
12230* Alpha::
12231* MIPS::
12232@end menu
104c1213 12233
8e04817f
AC
12234@node A29K
12235@subsection A29K
104c1213
JM
12236
12237@table @code
104c1213 12238
8e04817f
AC
12239@kindex set rstack_high_address
12240@cindex AMD 29K register stack
12241@cindex register stack, AMD29K
12242@item set rstack_high_address @var{address}
12243On AMD 29000 family processors, registers are saved in a separate
12244@dfn{register stack}. There is no way for @value{GDBN} to determine the
12245extent of this stack. Normally, @value{GDBN} just assumes that the
12246stack is ``large enough''. This may result in @value{GDBN} referencing
12247memory locations that do not exist. If necessary, you can get around
12248this problem by specifying the ending address of the register stack with
12249the @code{set rstack_high_address} command. The argument should be an
12250address, which you probably want to precede with @samp{0x} to specify in
12251hexadecimal.
104c1213 12252
8e04817f
AC
12253@kindex show rstack_high_address
12254@item show rstack_high_address
12255Display the current limit of the register stack, on AMD 29000 family
12256processors.
104c1213 12257
8e04817f 12258@end table
104c1213 12259
8e04817f
AC
12260@node Alpha
12261@subsection Alpha
104c1213 12262
8e04817f 12263See the following section.
104c1213 12264
8e04817f
AC
12265@node MIPS
12266@subsection MIPS
104c1213 12267
8e04817f
AC
12268@cindex stack on Alpha
12269@cindex stack on MIPS
12270@cindex Alpha stack
12271@cindex MIPS stack
12272Alpha- and MIPS-based computers use an unusual stack frame, which
12273sometimes requires @value{GDBN} to search backward in the object code to
12274find the beginning of a function.
104c1213 12275
8e04817f
AC
12276@cindex response time, MIPS debugging
12277To improve response time (especially for embedded applications, where
12278@value{GDBN} may be restricted to a slow serial line for this search)
12279you may want to limit the size of this search, using one of these
12280commands:
104c1213 12281
8e04817f
AC
12282@table @code
12283@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12284@item set heuristic-fence-post @var{limit}
12285Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12286search for the beginning of a function. A value of @var{0} (the
12287default) means there is no limit. However, except for @var{0}, the
12288larger the limit the more bytes @code{heuristic-fence-post} must search
12289and therefore the longer it takes to run.
104c1213 12290
8e04817f
AC
12291@item show heuristic-fence-post
12292Display the current limit.
12293@end table
104c1213
JM
12294
12295@noindent
8e04817f
AC
12296These commands are available @emph{only} when @value{GDBN} is configured
12297for debugging programs on Alpha or MIPS processors.
104c1213 12298
104c1213 12299
8e04817f
AC
12300@node Controlling GDB
12301@chapter Controlling @value{GDBN}
12302
12303You can alter the way @value{GDBN} interacts with you by using the
12304@code{set} command. For commands controlling how @value{GDBN} displays
12305data, see @ref{Print Settings, ,Print settings}. Other settings are
12306described here.
12307
12308@menu
12309* Prompt:: Prompt
12310* Editing:: Command editing
12311* History:: Command history
12312* Screen Size:: Screen size
12313* Numbers:: Numbers
12314* Messages/Warnings:: Optional warnings and messages
12315* Debugging Output:: Optional messages about internal happenings
12316@end menu
12317
12318@node Prompt
12319@section Prompt
104c1213 12320
8e04817f 12321@cindex prompt
104c1213 12322
8e04817f
AC
12323@value{GDBN} indicates its readiness to read a command by printing a string
12324called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12325can change the prompt string with the @code{set prompt} command. For
12326instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12327the prompt in one of the @value{GDBN} sessions so that you can always tell
12328which one you are talking to.
104c1213 12329
8e04817f
AC
12330@emph{Note:} @code{set prompt} does not add a space for you after the
12331prompt you set. This allows you to set a prompt which ends in a space
12332or a prompt that does not.
104c1213 12333
8e04817f
AC
12334@table @code
12335@kindex set prompt
12336@item set prompt @var{newprompt}
12337Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12338
8e04817f
AC
12339@kindex show prompt
12340@item show prompt
12341Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12342@end table
12343
8e04817f
AC
12344@node Editing
12345@section Command editing
12346@cindex readline
12347@cindex command line editing
104c1213 12348
8e04817f
AC
12349@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12350@sc{gnu} library provides consistent behavior for programs which provide a
12351command line interface to the user. Advantages are @sc{gnu} Emacs-style
12352or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12353substitution, and a storage and recall of command history across
12354debugging sessions.
104c1213 12355
8e04817f
AC
12356You may control the behavior of command line editing in @value{GDBN} with the
12357command @code{set}.
104c1213 12358
8e04817f
AC
12359@table @code
12360@kindex set editing
12361@cindex editing
12362@item set editing
12363@itemx set editing on
12364Enable command line editing (enabled by default).
104c1213 12365
8e04817f
AC
12366@item set editing off
12367Disable command line editing.
104c1213 12368
8e04817f
AC
12369@kindex show editing
12370@item show editing
12371Show whether command line editing is enabled.
104c1213
JM
12372@end table
12373
8e04817f
AC
12374@node History
12375@section Command history
12376
12377@value{GDBN} can keep track of the commands you type during your
12378debugging sessions, so that you can be certain of precisely what
12379happened. Use these commands to manage the @value{GDBN} command
12380history facility.
104c1213
JM
12381
12382@table @code
8e04817f
AC
12383@cindex history substitution
12384@cindex history file
12385@kindex set history filename
12386@kindex GDBHISTFILE
12387@item set history filename @var{fname}
12388Set the name of the @value{GDBN} command history file to @var{fname}.
12389This is the file where @value{GDBN} reads an initial command history
12390list, and where it writes the command history from this session when it
12391exits. You can access this list through history expansion or through
12392the history command editing characters listed below. This file defaults
12393to the value of the environment variable @code{GDBHISTFILE}, or to
12394@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12395is not set.
104c1213 12396
8e04817f
AC
12397@cindex history save
12398@kindex set history save
12399@item set history save
12400@itemx set history save on
12401Record command history in a file, whose name may be specified with the
12402@code{set history filename} command. By default, this option is disabled.
104c1213 12403
8e04817f
AC
12404@item set history save off
12405Stop recording command history in a file.
104c1213 12406
8e04817f
AC
12407@cindex history size
12408@kindex set history size
12409@item set history size @var{size}
12410Set the number of commands which @value{GDBN} keeps in its history list.
12411This defaults to the value of the environment variable
12412@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
12413@end table
12414
8e04817f
AC
12415@cindex history expansion
12416History expansion assigns special meaning to the character @kbd{!}.
12417@ifset have-readline-appendices
12418@xref{Event Designators}.
12419@end ifset
12420
12421Since @kbd{!} is also the logical not operator in C, history expansion
12422is off by default. If you decide to enable history expansion with the
12423@code{set history expansion on} command, you may sometimes need to
12424follow @kbd{!} (when it is used as logical not, in an expression) with
12425a space or a tab to prevent it from being expanded. The readline
12426history facilities do not attempt substitution on the strings
12427@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
12428
12429The commands to control history expansion are:
104c1213
JM
12430
12431@table @code
8e04817f
AC
12432@kindex set history expansion
12433@item set history expansion on
12434@itemx set history expansion
12435Enable history expansion. History expansion is off by default.
104c1213 12436
8e04817f
AC
12437@item set history expansion off
12438Disable history expansion.
104c1213 12439
8e04817f
AC
12440The readline code comes with more complete documentation of
12441editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
12442or @code{vi} may wish to read it.
12443@ifset have-readline-appendices
12444@xref{Command Line Editing}.
12445@end ifset
104c1213 12446
8e04817f
AC
12447@c @group
12448@kindex show history
12449@item show history
12450@itemx show history filename
12451@itemx show history save
12452@itemx show history size
12453@itemx show history expansion
12454These commands display the state of the @value{GDBN} history parameters.
12455@code{show history} by itself displays all four states.
12456@c @end group
12457@end table
12458
12459@table @code
12460@kindex shows
12461@item show commands
12462Display the last ten commands in the command history.
104c1213 12463
8e04817f
AC
12464@item show commands @var{n}
12465Print ten commands centered on command number @var{n}.
12466
12467@item show commands +
12468Print ten commands just after the commands last printed.
104c1213
JM
12469@end table
12470
8e04817f
AC
12471@node Screen Size
12472@section Screen size
12473@cindex size of screen
12474@cindex pauses in output
104c1213 12475
8e04817f
AC
12476Certain commands to @value{GDBN} may produce large amounts of
12477information output to the screen. To help you read all of it,
12478@value{GDBN} pauses and asks you for input at the end of each page of
12479output. Type @key{RET} when you want to continue the output, or @kbd{q}
12480to discard the remaining output. Also, the screen width setting
12481determines when to wrap lines of output. Depending on what is being
12482printed, @value{GDBN} tries to break the line at a readable place,
12483rather than simply letting it overflow onto the following line.
12484
12485Normally @value{GDBN} knows the size of the screen from the terminal
12486driver software. For example, on Unix @value{GDBN} uses the termcap data base
12487together with the value of the @code{TERM} environment variable and the
12488@code{stty rows} and @code{stty cols} settings. If this is not correct,
12489you can override it with the @code{set height} and @code{set
12490width} commands:
12491
12492@table @code
12493@kindex set height
12494@kindex set width
12495@kindex show width
12496@kindex show height
12497@item set height @var{lpp}
12498@itemx show height
12499@itemx set width @var{cpl}
12500@itemx show width
12501These @code{set} commands specify a screen height of @var{lpp} lines and
12502a screen width of @var{cpl} characters. The associated @code{show}
12503commands display the current settings.
104c1213 12504
8e04817f
AC
12505If you specify a height of zero lines, @value{GDBN} does not pause during
12506output no matter how long the output is. This is useful if output is to a
12507file or to an editor buffer.
104c1213 12508
8e04817f
AC
12509Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
12510from wrapping its output.
104c1213
JM
12511@end table
12512
8e04817f
AC
12513@node Numbers
12514@section Numbers
12515@cindex number representation
12516@cindex entering numbers
104c1213 12517
8e04817f
AC
12518You can always enter numbers in octal, decimal, or hexadecimal in
12519@value{GDBN} by the usual conventions: octal numbers begin with
12520@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
12521begin with @samp{0x}. Numbers that begin with none of these are, by
12522default, entered in base 10; likewise, the default display for
12523numbers---when no particular format is specified---is base 10. You can
12524change the default base for both input and output with the @code{set
12525radix} command.
104c1213 12526
8e04817f
AC
12527@table @code
12528@kindex set input-radix
12529@item set input-radix @var{base}
12530Set the default base for numeric input. Supported choices
12531for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12532specified either unambiguously or using the current default radix; for
12533example, any of
104c1213 12534
8e04817f
AC
12535@smallexample
12536set radix 012
12537set radix 10.
12538set radix 0xa
12539@end smallexample
104c1213 12540
8e04817f
AC
12541@noindent
12542sets the base to decimal. On the other hand, @samp{set radix 10}
12543leaves the radix unchanged no matter what it was.
104c1213 12544
8e04817f
AC
12545@kindex set output-radix
12546@item set output-radix @var{base}
12547Set the default base for numeric display. Supported choices
12548for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12549specified either unambiguously or using the current default radix.
104c1213 12550
8e04817f
AC
12551@kindex show input-radix
12552@item show input-radix
12553Display the current default base for numeric input.
104c1213 12554
8e04817f
AC
12555@kindex show output-radix
12556@item show output-radix
12557Display the current default base for numeric display.
12558@end table
104c1213 12559
8e04817f
AC
12560@node Messages/Warnings
12561@section Optional warnings and messages
104c1213 12562
8e04817f
AC
12563By default, @value{GDBN} is silent about its inner workings. If you are
12564running on a slow machine, you may want to use the @code{set verbose}
12565command. This makes @value{GDBN} tell you when it does a lengthy
12566internal operation, so you will not think it has crashed.
104c1213 12567
8e04817f
AC
12568Currently, the messages controlled by @code{set verbose} are those
12569which announce that the symbol table for a source file is being read;
12570see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 12571
8e04817f
AC
12572@table @code
12573@kindex set verbose
12574@item set verbose on
12575Enables @value{GDBN} output of certain informational messages.
104c1213 12576
8e04817f
AC
12577@item set verbose off
12578Disables @value{GDBN} output of certain informational messages.
104c1213 12579
8e04817f
AC
12580@kindex show verbose
12581@item show verbose
12582Displays whether @code{set verbose} is on or off.
12583@end table
104c1213 12584
8e04817f
AC
12585By default, if @value{GDBN} encounters bugs in the symbol table of an
12586object file, it is silent; but if you are debugging a compiler, you may
12587find this information useful (@pxref{Symbol Errors, ,Errors reading
12588symbol files}).
104c1213 12589
8e04817f 12590@table @code
104c1213 12591
8e04817f
AC
12592@kindex set complaints
12593@item set complaints @var{limit}
12594Permits @value{GDBN} to output @var{limit} complaints about each type of
12595unusual symbols before becoming silent about the problem. Set
12596@var{limit} to zero to suppress all complaints; set it to a large number
12597to prevent complaints from being suppressed.
104c1213 12598
8e04817f
AC
12599@kindex show complaints
12600@item show complaints
12601Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 12602
8e04817f 12603@end table
104c1213 12604
8e04817f
AC
12605By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
12606lot of stupid questions to confirm certain commands. For example, if
12607you try to run a program which is already running:
104c1213 12608
474c8240 12609@smallexample
8e04817f
AC
12610(@value{GDBP}) run
12611The program being debugged has been started already.
12612Start it from the beginning? (y or n)
474c8240 12613@end smallexample
104c1213 12614
8e04817f
AC
12615If you are willing to unflinchingly face the consequences of your own
12616commands, you can disable this ``feature'':
104c1213 12617
8e04817f 12618@table @code
104c1213 12619
8e04817f
AC
12620@kindex set confirm
12621@cindex flinching
12622@cindex confirmation
12623@cindex stupid questions
12624@item set confirm off
12625Disables confirmation requests.
104c1213 12626
8e04817f
AC
12627@item set confirm on
12628Enables confirmation requests (the default).
104c1213 12629
8e04817f
AC
12630@kindex show confirm
12631@item show confirm
12632Displays state of confirmation requests.
12633
12634@end table
104c1213 12635
8e04817f
AC
12636@node Debugging Output
12637@section Optional messages about internal happenings
104c1213 12638@table @code
8e04817f
AC
12639@kindex set debug arch
12640@item set debug arch
12641Turns on or off display of gdbarch debugging info. The default is off
12642@kindex show debug arch
12643@item show debug arch
12644Displays the current state of displaying gdbarch debugging info.
12645@kindex set debug event
12646@item set debug event
12647Turns on or off display of @value{GDBN} event debugging info. The
12648default is off.
12649@kindex show debug event
12650@item show debug event
12651Displays the current state of displaying @value{GDBN} event debugging
12652info.
12653@kindex set debug expression
12654@item set debug expression
12655Turns on or off display of @value{GDBN} expression debugging info. The
12656default is off.
12657@kindex show debug expression
12658@item show debug expression
12659Displays the current state of displaying @value{GDBN} expression
12660debugging info.
12661@kindex set debug overload
12662@item set debug overload
12663Turns on or off display of @value{GDBN} C@t{++} overload debugging
12664info. This includes info such as ranking of functions, etc. The default
12665is off.
12666@kindex show debug overload
12667@item show debug overload
12668Displays the current state of displaying @value{GDBN} C@t{++} overload
12669debugging info.
12670@kindex set debug remote
12671@cindex packets, reporting on stdout
12672@cindex serial connections, debugging
12673@item set debug remote
12674Turns on or off display of reports on all packets sent back and forth across
12675the serial line to the remote machine. The info is printed on the
12676@value{GDBN} standard output stream. The default is off.
12677@kindex show debug remote
12678@item show debug remote
12679Displays the state of display of remote packets.
12680@kindex set debug serial
12681@item set debug serial
12682Turns on or off display of @value{GDBN} serial debugging info. The
12683default is off.
12684@kindex show debug serial
12685@item show debug serial
12686Displays the current state of displaying @value{GDBN} serial debugging
12687info.
12688@kindex set debug target
12689@item set debug target
12690Turns on or off display of @value{GDBN} target debugging info. This info
12691includes what is going on at the target level of GDB, as it happens. The
12692default is off.
12693@kindex show debug target
12694@item show debug target
12695Displays the current state of displaying @value{GDBN} target debugging
12696info.
12697@kindex set debug varobj
12698@item set debug varobj
12699Turns on or off display of @value{GDBN} variable object debugging
12700info. The default is off.
12701@kindex show debug varobj
12702@item show debug varobj
12703Displays the current state of displaying @value{GDBN} variable object
12704debugging info.
12705@end table
104c1213 12706
8e04817f
AC
12707@node Sequences
12708@chapter Canned Sequences of Commands
104c1213 12709
8e04817f
AC
12710Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
12711command lists}), @value{GDBN} provides two ways to store sequences of
12712commands for execution as a unit: user-defined commands and command
12713files.
104c1213 12714
8e04817f
AC
12715@menu
12716* Define:: User-defined commands
12717* Hooks:: User-defined command hooks
12718* Command Files:: Command files
12719* Output:: Commands for controlled output
12720@end menu
104c1213 12721
8e04817f
AC
12722@node Define
12723@section User-defined commands
104c1213 12724
8e04817f
AC
12725@cindex user-defined command
12726A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
12727which you assign a new name as a command. This is done with the
12728@code{define} command. User commands may accept up to 10 arguments
12729separated by whitespace. Arguments are accessed within the user command
12730via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 12731
8e04817f
AC
12732@smallexample
12733define adder
12734 print $arg0 + $arg1 + $arg2
12735@end smallexample
104c1213
JM
12736
12737@noindent
8e04817f 12738To execute the command use:
104c1213 12739
8e04817f
AC
12740@smallexample
12741adder 1 2 3
12742@end smallexample
104c1213 12743
8e04817f
AC
12744@noindent
12745This defines the command @code{adder}, which prints the sum of
12746its three arguments. Note the arguments are text substitutions, so they may
12747reference variables, use complex expressions, or even perform inferior
12748functions calls.
104c1213
JM
12749
12750@table @code
104c1213 12751
8e04817f
AC
12752@kindex define
12753@item define @var{commandname}
12754Define a command named @var{commandname}. If there is already a command
12755by that name, you are asked to confirm that you want to redefine it.
104c1213 12756
8e04817f
AC
12757The definition of the command is made up of other @value{GDBN} command lines,
12758which are given following the @code{define} command. The end of these
12759commands is marked by a line containing @code{end}.
104c1213 12760
8e04817f
AC
12761@kindex if
12762@kindex else
12763@item if
12764Takes a single argument, which is an expression to evaluate.
12765It is followed by a series of commands that are executed
12766only if the expression is true (nonzero).
12767There can then optionally be a line @code{else}, followed
12768by a series of commands that are only executed if the expression
12769was false. The end of the list is marked by a line containing @code{end}.
104c1213 12770
8e04817f
AC
12771@kindex while
12772@item while
12773The syntax is similar to @code{if}: the command takes a single argument,
12774which is an expression to evaluate, and must be followed by the commands to
12775execute, one per line, terminated by an @code{end}.
12776The commands are executed repeatedly as long as the expression
12777evaluates to true.
104c1213 12778
8e04817f
AC
12779@kindex document
12780@item document @var{commandname}
12781Document the user-defined command @var{commandname}, so that it can be
12782accessed by @code{help}. The command @var{commandname} must already be
12783defined. This command reads lines of documentation just as @code{define}
12784reads the lines of the command definition, ending with @code{end}.
12785After the @code{document} command is finished, @code{help} on command
12786@var{commandname} displays the documentation you have written.
104c1213 12787
8e04817f
AC
12788You may use the @code{document} command again to change the
12789documentation of a command. Redefining the command with @code{define}
12790does not change the documentation.
104c1213 12791
8e04817f
AC
12792@kindex help user-defined
12793@item help user-defined
12794List all user-defined commands, with the first line of the documentation
12795(if any) for each.
104c1213 12796
8e04817f
AC
12797@kindex show user
12798@item show user
12799@itemx show user @var{commandname}
12800Display the @value{GDBN} commands used to define @var{commandname} (but
12801not its documentation). If no @var{commandname} is given, display the
12802definitions for all user-defined commands.
104c1213 12803
20f01a46
DH
12804@kindex show max-user-call-depth
12805@kindex set max-user-call-depth
12806@item show max-user-call-depth
5ca0cb28
DH
12807@itemx set max-user-call-depth
12808The value of @code{max-user-call-depth} controls how many recursion
12809levels are allowed in user-defined commands before GDB suspects an
12810infinite recursion and aborts the command.
20f01a46 12811
104c1213
JM
12812@end table
12813
8e04817f
AC
12814When user-defined commands are executed, the
12815commands of the definition are not printed. An error in any command
12816stops execution of the user-defined command.
104c1213 12817
8e04817f
AC
12818If used interactively, commands that would ask for confirmation proceed
12819without asking when used inside a user-defined command. Many @value{GDBN}
12820commands that normally print messages to say what they are doing omit the
12821messages when used in a user-defined command.
104c1213 12822
8e04817f
AC
12823@node Hooks
12824@section User-defined command hooks
12825@cindex command hooks
12826@cindex hooks, for commands
12827@cindex hooks, pre-command
104c1213 12828
8e04817f
AC
12829@kindex hook
12830@kindex hook-
12831You may define @dfn{hooks}, which are a special kind of user-defined
12832command. Whenever you run the command @samp{foo}, if the user-defined
12833command @samp{hook-foo} exists, it is executed (with no arguments)
12834before that command.
104c1213 12835
8e04817f
AC
12836@cindex hooks, post-command
12837@kindex hookpost
12838@kindex hookpost-
12839A hook may also be defined which is run after the command you executed.
12840Whenever you run the command @samp{foo}, if the user-defined command
12841@samp{hookpost-foo} exists, it is executed (with no arguments) after
12842that command. Post-execution hooks may exist simultaneously with
12843pre-execution hooks, for the same command.
104c1213 12844
8e04817f
AC
12845It is valid for a hook to call the command which it hooks. If this
12846occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 12847
8e04817f
AC
12848@c It would be nice if hookpost could be passed a parameter indicating
12849@c if the command it hooks executed properly or not. FIXME!
104c1213 12850
8e04817f
AC
12851@kindex stop@r{, a pseudo-command}
12852In addition, a pseudo-command, @samp{stop} exists. Defining
12853(@samp{hook-stop}) makes the associated commands execute every time
12854execution stops in your program: before breakpoint commands are run,
12855displays are printed, or the stack frame is printed.
104c1213 12856
8e04817f
AC
12857For example, to ignore @code{SIGALRM} signals while
12858single-stepping, but treat them normally during normal execution,
12859you could define:
104c1213 12860
474c8240 12861@smallexample
8e04817f
AC
12862define hook-stop
12863handle SIGALRM nopass
12864end
104c1213 12865
8e04817f
AC
12866define hook-run
12867handle SIGALRM pass
12868end
104c1213 12869
8e04817f
AC
12870define hook-continue
12871handle SIGLARM pass
12872end
474c8240 12873@end smallexample
104c1213 12874
8e04817f
AC
12875As a further example, to hook at the begining and end of the @code{echo}
12876command, and to add extra text to the beginning and end of the message,
12877you could define:
104c1213 12878
474c8240 12879@smallexample
8e04817f
AC
12880define hook-echo
12881echo <<<---
12882end
104c1213 12883
8e04817f
AC
12884define hookpost-echo
12885echo --->>>\n
12886end
104c1213 12887
8e04817f
AC
12888(@value{GDBP}) echo Hello World
12889<<<---Hello World--->>>
12890(@value{GDBP})
104c1213 12891
474c8240 12892@end smallexample
104c1213 12893
8e04817f
AC
12894You can define a hook for any single-word command in @value{GDBN}, but
12895not for command aliases; you should define a hook for the basic command
12896name, e.g. @code{backtrace} rather than @code{bt}.
12897@c FIXME! So how does Joe User discover whether a command is an alias
12898@c or not?
12899If an error occurs during the execution of your hook, execution of
12900@value{GDBN} commands stops and @value{GDBN} issues a prompt
12901(before the command that you actually typed had a chance to run).
104c1213 12902
8e04817f
AC
12903If you try to define a hook which does not match any known command, you
12904get a warning from the @code{define} command.
c906108c 12905
8e04817f
AC
12906@node Command Files
12907@section Command files
c906108c 12908
8e04817f
AC
12909@cindex command files
12910A command file for @value{GDBN} is a file of lines that are @value{GDBN}
12911commands. Comments (lines starting with @kbd{#}) may also be included.
12912An empty line in a command file does nothing; it does not mean to repeat
12913the last command, as it would from the terminal.
c906108c 12914
8e04817f
AC
12915@cindex init file
12916@cindex @file{.gdbinit}
12917@cindex @file{gdb.ini}
12918When you start @value{GDBN}, it automatically executes commands from its
12919@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
12920port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
12921limitations of file names imposed by DOS filesystems.}.
12922During startup, @value{GDBN} does the following:
c906108c 12923
8e04817f
AC
12924@enumerate
12925@item
12926Reads the init file (if any) in your home directory@footnote{On
12927DOS/Windows systems, the home directory is the one pointed to by the
12928@code{HOME} environment variable.}.
c906108c 12929
8e04817f
AC
12930@item
12931Processes command line options and operands.
c906108c 12932
8e04817f
AC
12933@item
12934Reads the init file (if any) in the current working directory.
c906108c 12935
8e04817f
AC
12936@item
12937Reads command files specified by the @samp{-x} option.
12938@end enumerate
c906108c 12939
8e04817f
AC
12940The init file in your home directory can set options (such as @samp{set
12941complaints}) that affect subsequent processing of command line options
12942and operands. Init files are not executed if you use the @samp{-nx}
12943option (@pxref{Mode Options, ,Choosing modes}).
c906108c 12944
8e04817f
AC
12945@cindex init file name
12946On some configurations of @value{GDBN}, the init file is known by a
12947different name (these are typically environments where a specialized
12948form of @value{GDBN} may need to coexist with other forms, hence a
12949different name for the specialized version's init file). These are the
12950environments with special init file names:
c906108c 12951
8e04817f
AC
12952@cindex @file{.vxgdbinit}
12953@itemize @bullet
12954@item
12955VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 12956
8e04817f
AC
12957@cindex @file{.os68gdbinit}
12958@item
12959OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 12960
8e04817f
AC
12961@cindex @file{.esgdbinit}
12962@item
12963ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
12964@end itemize
c906108c 12965
8e04817f
AC
12966You can also request the execution of a command file with the
12967@code{source} command:
c906108c 12968
8e04817f
AC
12969@table @code
12970@kindex source
12971@item source @var{filename}
12972Execute the command file @var{filename}.
c906108c
SS
12973@end table
12974
8e04817f
AC
12975The lines in a command file are executed sequentially. They are not
12976printed as they are executed. An error in any command terminates execution
12977of the command file.
c906108c 12978
8e04817f
AC
12979Commands that would ask for confirmation if used interactively proceed
12980without asking when used in a command file. Many @value{GDBN} commands that
12981normally print messages to say what they are doing omit the messages
12982when called from command files.
c906108c 12983
8e04817f
AC
12984@value{GDBN} also accepts command input from standard input. In this
12985mode, normal output goes to standard output and error output goes to
12986standard error. Errors in a command file supplied on standard input do
12987not terminate execution of the command file --- execution continues with
12988the next command.
c906108c 12989
474c8240 12990@smallexample
8e04817f 12991gdb < cmds > log 2>&1
474c8240 12992@end smallexample
c906108c 12993
8e04817f
AC
12994(The syntax above will vary depending on the shell used.) This example
12995will execute commands from the file @file{cmds}. All output and errors
12996would be directed to @file{log}.
c906108c 12997
8e04817f
AC
12998@node Output
12999@section Commands for controlled output
c906108c 13000
8e04817f
AC
13001During the execution of a command file or a user-defined command, normal
13002@value{GDBN} output is suppressed; the only output that appears is what is
13003explicitly printed by the commands in the definition. This section
13004describes three commands useful for generating exactly the output you
13005want.
c906108c
SS
13006
13007@table @code
8e04817f
AC
13008@kindex echo
13009@item echo @var{text}
13010@c I do not consider backslash-space a standard C escape sequence
13011@c because it is not in ANSI.
13012Print @var{text}. Nonprinting characters can be included in
13013@var{text} using C escape sequences, such as @samp{\n} to print a
13014newline. @strong{No newline is printed unless you specify one.}
13015In addition to the standard C escape sequences, a backslash followed
13016by a space stands for a space. This is useful for displaying a
13017string with spaces at the beginning or the end, since leading and
13018trailing spaces are otherwise trimmed from all arguments.
13019To print @samp{@w{ }and foo =@w{ }}, use the command
13020@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13021
8e04817f
AC
13022A backslash at the end of @var{text} can be used, as in C, to continue
13023the command onto subsequent lines. For example,
c906108c 13024
474c8240 13025@smallexample
8e04817f
AC
13026echo This is some text\n\
13027which is continued\n\
13028onto several lines.\n
474c8240 13029@end smallexample
c906108c 13030
8e04817f 13031produces the same output as
c906108c 13032
474c8240 13033@smallexample
8e04817f
AC
13034echo This is some text\n
13035echo which is continued\n
13036echo onto several lines.\n
474c8240 13037@end smallexample
c906108c 13038
8e04817f
AC
13039@kindex output
13040@item output @var{expression}
13041Print the value of @var{expression} and nothing but that value: no
13042newlines, no @samp{$@var{nn} = }. The value is not entered in the
13043value history either. @xref{Expressions, ,Expressions}, for more information
13044on expressions.
c906108c 13045
8e04817f
AC
13046@item output/@var{fmt} @var{expression}
13047Print the value of @var{expression} in format @var{fmt}. You can use
13048the same formats as for @code{print}. @xref{Output Formats,,Output
13049formats}, for more information.
c906108c 13050
8e04817f
AC
13051@kindex printf
13052@item printf @var{string}, @var{expressions}@dots{}
13053Print the values of the @var{expressions} under the control of
13054@var{string}. The @var{expressions} are separated by commas and may be
13055either numbers or pointers. Their values are printed as specified by
13056@var{string}, exactly as if your program were to execute the C
13057subroutine
13058@c FIXME: the above implies that at least all ANSI C formats are
13059@c supported, but it isn't true: %E and %G don't work (or so it seems).
13060@c Either this is a bug, or the manual should document what formats are
13061@c supported.
c906108c 13062
474c8240 13063@smallexample
8e04817f 13064printf (@var{string}, @var{expressions}@dots{});
474c8240 13065@end smallexample
c906108c 13066
8e04817f 13067For example, you can print two values in hex like this:
c906108c 13068
8e04817f
AC
13069@smallexample
13070printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13071@end smallexample
c906108c 13072
8e04817f
AC
13073The only backslash-escape sequences that you can use in the format
13074string are the simple ones that consist of backslash followed by a
13075letter.
c906108c
SS
13076@end table
13077
8e04817f
AC
13078@node TUI
13079@chapter @value{GDBN} Text User Interface
13080@cindex TUI
c906108c 13081
8e04817f
AC
13082@menu
13083* TUI Overview:: TUI overview
13084* TUI Keys:: TUI key bindings
13085* TUI Commands:: TUI specific commands
13086* TUI Configuration:: TUI configuration variables
13087@end menu
c906108c 13088
8e04817f
AC
13089The @value{GDBN} Text User Interface, TUI in short,
13090is a terminal interface which uses the @code{curses} library
13091to show the source file, the assembly output, the program registers
13092and @value{GDBN} commands in separate text windows.
13093The TUI is available only when @value{GDBN} is configured
13094with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13095
8e04817f
AC
13096@node TUI Overview
13097@section TUI overview
c906108c 13098
8e04817f
AC
13099The TUI has two display modes that can be switched while
13100@value{GDBN} runs:
c906108c 13101
8e04817f
AC
13102@itemize @bullet
13103@item
13104A curses (or TUI) mode in which it displays several text
13105windows on the terminal.
c906108c 13106
8e04817f
AC
13107@item
13108A standard mode which corresponds to the @value{GDBN} configured without
13109the TUI.
13110@end itemize
c906108c 13111
8e04817f
AC
13112In the TUI mode, @value{GDBN} can display several text window
13113on the terminal:
c906108c 13114
8e04817f
AC
13115@table @emph
13116@item command
13117This window is the @value{GDBN} command window with the @value{GDBN}
13118prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13119managed using readline but through the TUI. The @emph{command}
13120window is always visible.
c906108c 13121
8e04817f
AC
13122@item source
13123The source window shows the source file of the program. The current
13124line as well as active breakpoints are displayed in this window.
13125The current program position is shown with the @samp{>} marker and
13126active breakpoints are shown with @samp{*} markers.
c906108c 13127
8e04817f
AC
13128@item assembly
13129The assembly window shows the disassembly output of the program.
c906108c 13130
8e04817f
AC
13131@item register
13132This window shows the processor registers. It detects when
13133a register is changed and when this is the case, registers that have
13134changed are highlighted.
c906108c 13135
c906108c
SS
13136@end table
13137
8e04817f
AC
13138The source, assembly and register windows are attached to the thread
13139and the frame position. They are updated when the current thread
13140changes, when the frame changes or when the program counter changes.
13141These three windows are arranged by the TUI according to several
13142layouts. The layout defines which of these three windows are visible.
13143The following layouts are available:
c906108c 13144
8e04817f
AC
13145@itemize @bullet
13146@item
13147source
2df3850c 13148
8e04817f
AC
13149@item
13150assembly
13151
13152@item
13153source and assembly
13154
13155@item
13156source and registers
c906108c 13157
8e04817f
AC
13158@item
13159assembly and registers
2df3850c 13160
8e04817f 13161@end itemize
c906108c 13162
8e04817f
AC
13163@node TUI Keys
13164@section TUI Key Bindings
13165@cindex TUI key bindings
c906108c 13166
8e04817f
AC
13167The TUI installs several key bindings in the readline keymaps
13168(@pxref{Command Line Editing}).
13169They allow to leave or enter in the TUI mode or they operate
13170directly on the TUI layout and windows. The following key bindings
13171are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 13172
8e04817f
AC
13173@table @kbd
13174@kindex C-x C-a
13175@item C-x C-a
13176@kindex C-x a
13177@itemx C-x a
13178@kindex C-x A
13179@itemx C-x A
13180Enter or leave the TUI mode. When the TUI mode is left,
13181the curses window management is left and @value{GDBN} operates using
13182its standard mode writing on the terminal directly. When the TUI
13183mode is entered, the control is given back to the curses windows.
13184The screen is then refreshed.
c906108c 13185
8e04817f
AC
13186@kindex C-x 1
13187@item C-x 1
13188Use a TUI layout with only one window. The layout will
13189either be @samp{source} or @samp{assembly}. When the TUI mode
13190is not active, it will switch to the TUI mode.
2df3850c 13191
8e04817f 13192Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 13193
8e04817f
AC
13194@kindex C-x 2
13195@item C-x 2
13196Use a TUI layout with at least two windows. When the current
13197layout shows already two windows, a next layout with two windows is used.
13198When a new layout is chosen, one window will always be common to the
13199previous layout and the new one.
c906108c 13200
8e04817f 13201Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 13202
c906108c
SS
13203@end table
13204
8e04817f 13205The following key bindings are handled only by the TUI mode:
5d161b24 13206
8e04817f
AC
13207@table @key
13208@kindex PgUp
13209@item PgUp
13210Scroll the active window one page up.
c906108c 13211
8e04817f
AC
13212@kindex PgDn
13213@item PgDn
13214Scroll the active window one page down.
c906108c 13215
8e04817f
AC
13216@kindex Up
13217@item Up
13218Scroll the active window one line up.
c906108c 13219
8e04817f
AC
13220@kindex Down
13221@item Down
13222Scroll the active window one line down.
c906108c 13223
8e04817f
AC
13224@kindex Left
13225@item Left
13226Scroll the active window one column left.
c906108c 13227
8e04817f
AC
13228@kindex Right
13229@item Right
13230Scroll the active window one column right.
c906108c 13231
8e04817f
AC
13232@kindex C-L
13233@item C-L
13234Refresh the screen.
c906108c 13235
8e04817f 13236@end table
c906108c 13237
8e04817f
AC
13238In the TUI mode, the arrow keys are used by the active window
13239for scrolling. This means they are not available for readline. It is
13240necessary to use other readline key bindings such as @key{C-p}, @key{C-n},
13241@key{C-b} and @key{C-f}.
13242
13243@node TUI Commands
13244@section TUI specific commands
13245@cindex TUI commands
13246
13247The TUI has specific commands to control the text windows.
13248These commands are always available, that is they do not depend on
13249the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
13250is in the standard mode, using these commands will automatically switch
13251in the TUI mode.
c906108c
SS
13252
13253@table @code
8e04817f
AC
13254@item layout next
13255@kindex layout next
13256Display the next layout.
2df3850c 13257
8e04817f
AC
13258@item layout prev
13259@kindex layout prev
13260Display the previous layout.
c906108c 13261
8e04817f
AC
13262@item layout src
13263@kindex layout src
13264Display the source window only.
c906108c 13265
8e04817f
AC
13266@item layout asm
13267@kindex layout asm
13268Display the assembly window only.
c906108c 13269
8e04817f
AC
13270@item layout split
13271@kindex layout split
13272Display the source and assembly window.
c906108c 13273
8e04817f
AC
13274@item layout regs
13275@kindex layout regs
13276Display the register window together with the source or assembly window.
13277
13278@item focus next | prev | src | asm | regs | split
13279@kindex focus
13280Set the focus to the named window.
13281This command allows to change the active window so that scrolling keys
13282can be affected to another window.
c906108c 13283
8e04817f
AC
13284@item refresh
13285@kindex refresh
13286Refresh the screen. This is similar to using @key{C-L} key.
c906108c 13287
8e04817f
AC
13288@item update
13289@kindex update
13290Update the source window and the current execution point.
c906108c 13291
8e04817f
AC
13292@item winheight @var{name} +@var{count}
13293@itemx winheight @var{name} -@var{count}
13294@kindex winheight
13295Change the height of the window @var{name} by @var{count}
13296lines. Positive counts increase the height, while negative counts
13297decrease it.
2df3850c 13298
c906108c
SS
13299@end table
13300
8e04817f
AC
13301@node TUI Configuration
13302@section TUI configuration variables
13303@cindex TUI configuration variables
c906108c 13304
8e04817f
AC
13305The TUI has several configuration variables that control the
13306appearance of windows on the terminal.
c906108c 13307
8e04817f
AC
13308@table @code
13309@item set tui border-kind @var{kind}
13310@kindex set tui border-kind
13311Select the border appearance for the source, assembly and register windows.
13312The possible values are the following:
13313@table @code
13314@item space
13315Use a space character to draw the border.
c906108c 13316
8e04817f
AC
13317@item ascii
13318Use ascii characters + - and | to draw the border.
c906108c 13319
8e04817f
AC
13320@item acs
13321Use the Alternate Character Set to draw the border. The border is
13322drawn using character line graphics if the terminal supports them.
c78b4128 13323
8e04817f 13324@end table
c78b4128 13325
8e04817f
AC
13326@item set tui active-border-mode @var{mode}
13327@kindex set tui active-border-mode
13328Select the attributes to display the border of the active window.
13329The possible values are @code{normal}, @code{standout}, @code{reverse},
13330@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 13331
8e04817f
AC
13332@item set tui border-mode @var{mode}
13333@kindex set tui border-mode
13334Select the attributes to display the border of other windows.
13335The @var{mode} can be one of the following:
13336@table @code
13337@item normal
13338Use normal attributes to display the border.
c906108c 13339
8e04817f
AC
13340@item standout
13341Use standout mode.
c906108c 13342
8e04817f
AC
13343@item reverse
13344Use reverse video mode.
c906108c 13345
8e04817f
AC
13346@item half
13347Use half bright mode.
c906108c 13348
8e04817f
AC
13349@item half-standout
13350Use half bright and standout mode.
c906108c 13351
8e04817f
AC
13352@item bold
13353Use extra bright or bold mode.
c78b4128 13354
8e04817f
AC
13355@item bold-standout
13356Use extra bright or bold and standout mode.
c78b4128 13357
8e04817f 13358@end table
c78b4128 13359
8e04817f 13360@end table
c78b4128 13361
8e04817f
AC
13362@node Emacs
13363@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 13364
8e04817f
AC
13365@cindex Emacs
13366@cindex @sc{gnu} Emacs
13367A special interface allows you to use @sc{gnu} Emacs to view (and
13368edit) the source files for the program you are debugging with
13369@value{GDBN}.
c906108c 13370
8e04817f
AC
13371To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
13372executable file you want to debug as an argument. This command starts
13373@value{GDBN} as a subprocess of Emacs, with input and output through a newly
13374created Emacs buffer.
13375@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 13376
8e04817f
AC
13377Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
13378things:
c906108c 13379
8e04817f
AC
13380@itemize @bullet
13381@item
13382All ``terminal'' input and output goes through the Emacs buffer.
13383@end itemize
c906108c 13384
8e04817f
AC
13385This applies both to @value{GDBN} commands and their output, and to the input
13386and output done by the program you are debugging.
bf0184be 13387
8e04817f
AC
13388This is useful because it means that you can copy the text of previous
13389commands and input them again; you can even use parts of the output
13390in this way.
bf0184be 13391
8e04817f
AC
13392All the facilities of Emacs' Shell mode are available for interacting
13393with your program. In particular, you can send signals the usual
13394way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
13395stop.
bf0184be 13396
8e04817f 13397@itemize @bullet
bf0184be 13398@item
8e04817f
AC
13399@value{GDBN} displays source code through Emacs.
13400@end itemize
bf0184be 13401
8e04817f
AC
13402Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
13403source file for that frame and puts an arrow (@samp{=>}) at the
13404left margin of the current line. Emacs uses a separate buffer for
13405source display, and splits the screen to show both your @value{GDBN} session
13406and the source.
bf0184be 13407
8e04817f
AC
13408Explicit @value{GDBN} @code{list} or search commands still produce output as
13409usual, but you probably have no reason to use them from Emacs.
c906108c 13410
8e04817f
AC
13411@quotation
13412@emph{Warning:} If the directory where your program resides is not your
13413current directory, it can be easy to confuse Emacs about the location of
13414the source files, in which case the auxiliary display buffer does not
13415appear to show your source. @value{GDBN} can find programs by searching your
13416environment's @code{PATH} variable, so the @value{GDBN} input and output
13417session proceeds normally; but Emacs does not get enough information
13418back from @value{GDBN} to locate the source files in this situation. To
13419avoid this problem, either start @value{GDBN} mode from the directory where
13420your program resides, or specify an absolute file name when prompted for the
13421@kbd{M-x gdb} argument.
c906108c 13422
8e04817f
AC
13423A similar confusion can result if you use the @value{GDBN} @code{file} command to
13424switch to debugging a program in some other location, from an existing
13425@value{GDBN} buffer in Emacs.
13426@end quotation
13427
13428By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
13429you need to call @value{GDBN} by a different name (for example, if you keep
13430several configurations around, with different names) you can set the
13431Emacs variable @code{gdb-command-name}; for example,
13432
474c8240 13433@smallexample
8e04817f 13434(setq gdb-command-name "mygdb")
474c8240 13435@end smallexample
8e04817f
AC
13436
13437@noindent
13438(preceded by @kbd{M-:} or @kbd{ESC :}, or typed in the @code{*scratch*} buffer, or
13439in your @file{.emacs} file) makes Emacs call the program named
13440``@code{mygdb}'' instead.
13441
13442In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
13443addition to the standard Shell mode commands:
c906108c 13444
8e04817f
AC
13445@table @kbd
13446@item C-h m
13447Describe the features of Emacs' @value{GDBN} Mode.
c906108c 13448
8e04817f
AC
13449@item M-s
13450Execute to another source line, like the @value{GDBN} @code{step} command; also
13451update the display window to show the current file and location.
c906108c 13452
8e04817f
AC
13453@item M-n
13454Execute to next source line in this function, skipping all function
13455calls, like the @value{GDBN} @code{next} command. Then update the display window
13456to show the current file and location.
c906108c 13457
8e04817f
AC
13458@item M-i
13459Execute one instruction, like the @value{GDBN} @code{stepi} command; update
13460display window accordingly.
c906108c 13461
8e04817f
AC
13462@item M-x gdb-nexti
13463Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
13464display window accordingly.
c906108c 13465
8e04817f
AC
13466@item C-c C-f
13467Execute until exit from the selected stack frame, like the @value{GDBN}
13468@code{finish} command.
c906108c 13469
8e04817f
AC
13470@item M-c
13471Continue execution of your program, like the @value{GDBN} @code{continue}
13472command.
b433d00b 13473
8e04817f 13474@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
b433d00b 13475
8e04817f
AC
13476@item M-u
13477Go up the number of frames indicated by the numeric argument
13478(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
13479like the @value{GDBN} @code{up} command.
b433d00b 13480
8e04817f 13481@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
c906108c 13482
8e04817f
AC
13483@item M-d
13484Go down the number of frames indicated by the numeric argument, like the
13485@value{GDBN} @code{down} command.
c906108c 13486
8e04817f 13487@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
c906108c 13488
8e04817f
AC
13489@item C-x &
13490Read the number where the cursor is positioned, and insert it at the end
13491of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
13492around an address that was displayed earlier, type @kbd{disassemble};
13493then move the cursor to the address display, and pick up the
13494argument for @code{disassemble} by typing @kbd{C-x &}.
c906108c 13495
8e04817f
AC
13496You can customize this further by defining elements of the list
13497@code{gdb-print-command}; once it is defined, you can format or
13498otherwise process numbers picked up by @kbd{C-x &} before they are
13499inserted. A numeric argument to @kbd{C-x &} indicates that you
13500wish special formatting, and also acts as an index to pick an element of the
13501list. If the list element is a string, the number to be inserted is
13502formatted using the Emacs function @code{format}; otherwise the number
13503is passed as an argument to the corresponding list element.
13504@end table
c906108c 13505
8e04817f
AC
13506In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
13507tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 13508
8e04817f
AC
13509If you accidentally delete the source-display buffer, an easy way to get
13510it back is to type the command @code{f} in the @value{GDBN} buffer, to
13511request a frame display; when you run under Emacs, this recreates
13512the source buffer if necessary to show you the context of the current
13513frame.
c906108c 13514
8e04817f
AC
13515The source files displayed in Emacs are in ordinary Emacs buffers
13516which are visiting the source files in the usual way. You can edit
13517the files with these buffers if you wish; but keep in mind that @value{GDBN}
13518communicates with Emacs in terms of line numbers. If you add or
13519delete lines from the text, the line numbers that @value{GDBN} knows cease
13520to correspond properly with the code.
c906108c 13521
8e04817f
AC
13522@c The following dropped because Epoch is nonstandard. Reactivate
13523@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
13524@ignore
13525@kindex Emacs Epoch environment
13526@kindex Epoch
13527@kindex inspect
c906108c 13528
8e04817f
AC
13529Version 18 of @sc{gnu} Emacs has a built-in window system
13530called the @code{epoch}
13531environment. Users of this environment can use a new command,
13532@code{inspect} which performs identically to @code{print} except that
13533each value is printed in its own window.
13534@end ignore
c906108c 13535
8e04817f
AC
13536@include annotate.texi
13537@include gdbmi.texinfo
c906108c 13538
8e04817f
AC
13539@node GDB Bugs
13540@chapter Reporting Bugs in @value{GDBN}
13541@cindex bugs in @value{GDBN}
13542@cindex reporting bugs in @value{GDBN}
c906108c 13543
8e04817f 13544Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 13545
8e04817f
AC
13546Reporting a bug may help you by bringing a solution to your problem, or it
13547may not. But in any case the principal function of a bug report is to help
13548the entire community by making the next version of @value{GDBN} work better. Bug
13549reports are your contribution to the maintenance of @value{GDBN}.
c906108c 13550
8e04817f
AC
13551In order for a bug report to serve its purpose, you must include the
13552information that enables us to fix the bug.
c4555f82
SC
13553
13554@menu
8e04817f
AC
13555* Bug Criteria:: Have you found a bug?
13556* Bug Reporting:: How to report bugs
c4555f82
SC
13557@end menu
13558
8e04817f
AC
13559@node Bug Criteria
13560@section Have you found a bug?
13561@cindex bug criteria
c4555f82 13562
8e04817f 13563If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
13564
13565@itemize @bullet
8e04817f
AC
13566@cindex fatal signal
13567@cindex debugger crash
13568@cindex crash of debugger
c4555f82 13569@item
8e04817f
AC
13570If the debugger gets a fatal signal, for any input whatever, that is a
13571@value{GDBN} bug. Reliable debuggers never crash.
13572
13573@cindex error on valid input
13574@item
13575If @value{GDBN} produces an error message for valid input, that is a
13576bug. (Note that if you're cross debugging, the problem may also be
13577somewhere in the connection to the target.)
c4555f82 13578
8e04817f 13579@cindex invalid input
c4555f82 13580@item
8e04817f
AC
13581If @value{GDBN} does not produce an error message for invalid input,
13582that is a bug. However, you should note that your idea of
13583``invalid input'' might be our idea of ``an extension'' or ``support
13584for traditional practice''.
13585
13586@item
13587If you are an experienced user of debugging tools, your suggestions
13588for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
13589@end itemize
13590
8e04817f
AC
13591@node Bug Reporting
13592@section How to report bugs
13593@cindex bug reports
13594@cindex @value{GDBN} bugs, reporting
13595
13596A number of companies and individuals offer support for @sc{gnu} products.
13597If you obtained @value{GDBN} from a support organization, we recommend you
13598contact that organization first.
13599
13600You can find contact information for many support companies and
13601individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
13602distribution.
13603@c should add a web page ref...
13604
129188f6
AC
13605In any event, we also recommend that you submit bug reports for
13606@value{GDBN}. The prefered method is to submit them directly using
13607@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
13608page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
13609be used.
8e04817f
AC
13610
13611@strong{Do not send bug reports to @samp{info-gdb}, or to
13612@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
13613not want to receive bug reports. Those that do have arranged to receive
13614@samp{bug-gdb}.
13615
13616The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
13617serves as a repeater. The mailing list and the newsgroup carry exactly
13618the same messages. Often people think of posting bug reports to the
13619newsgroup instead of mailing them. This appears to work, but it has one
13620problem which can be crucial: a newsgroup posting often lacks a mail
13621path back to the sender. Thus, if we need to ask for more information,
13622we may be unable to reach you. For this reason, it is better to send
13623bug reports to the mailing list.
c4555f82 13624
8e04817f
AC
13625The fundamental principle of reporting bugs usefully is this:
13626@strong{report all the facts}. If you are not sure whether to state a
13627fact or leave it out, state it!
c4555f82 13628
8e04817f
AC
13629Often people omit facts because they think they know what causes the
13630problem and assume that some details do not matter. Thus, you might
13631assume that the name of the variable you use in an example does not matter.
13632Well, probably it does not, but one cannot be sure. Perhaps the bug is a
13633stray memory reference which happens to fetch from the location where that
13634name is stored in memory; perhaps, if the name were different, the contents
13635of that location would fool the debugger into doing the right thing despite
13636the bug. Play it safe and give a specific, complete example. That is the
13637easiest thing for you to do, and the most helpful.
c4555f82 13638
8e04817f
AC
13639Keep in mind that the purpose of a bug report is to enable us to fix the
13640bug. It may be that the bug has been reported previously, but neither
13641you nor we can know that unless your bug report is complete and
13642self-contained.
c4555f82 13643
8e04817f
AC
13644Sometimes people give a few sketchy facts and ask, ``Does this ring a
13645bell?'' Those bug reports are useless, and we urge everyone to
13646@emph{refuse to respond to them} except to chide the sender to report
13647bugs properly.
13648
13649To enable us to fix the bug, you should include all these things:
c4555f82
SC
13650
13651@itemize @bullet
13652@item
8e04817f
AC
13653The version of @value{GDBN}. @value{GDBN} announces it if you start
13654with no arguments; you can also print it at any time using @code{show
13655version}.
c4555f82 13656
8e04817f
AC
13657Without this, we will not know whether there is any point in looking for
13658the bug in the current version of @value{GDBN}.
c4555f82
SC
13659
13660@item
8e04817f
AC
13661The type of machine you are using, and the operating system name and
13662version number.
c4555f82
SC
13663
13664@item
8e04817f
AC
13665What compiler (and its version) was used to compile @value{GDBN}---e.g.
13666``@value{GCC}--2.8.1''.
c4555f82
SC
13667
13668@item
8e04817f
AC
13669What compiler (and its version) was used to compile the program you are
13670debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
13671C Compiler''. For GCC, you can say @code{gcc --version} to get this
13672information; for other compilers, see the documentation for those
13673compilers.
c4555f82 13674
8e04817f
AC
13675@item
13676The command arguments you gave the compiler to compile your example and
13677observe the bug. For example, did you use @samp{-O}? To guarantee
13678you will not omit something important, list them all. A copy of the
13679Makefile (or the output from make) is sufficient.
c4555f82 13680
8e04817f
AC
13681If we were to try to guess the arguments, we would probably guess wrong
13682and then we might not encounter the bug.
c4555f82 13683
8e04817f
AC
13684@item
13685A complete input script, and all necessary source files, that will
13686reproduce the bug.
c4555f82 13687
8e04817f
AC
13688@item
13689A description of what behavior you observe that you believe is
13690incorrect. For example, ``It gets a fatal signal.''
c4555f82 13691
8e04817f
AC
13692Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
13693will certainly notice it. But if the bug is incorrect output, we might
13694not notice unless it is glaringly wrong. You might as well not give us
13695a chance to make a mistake.
c4555f82 13696
8e04817f
AC
13697Even if the problem you experience is a fatal signal, you should still
13698say so explicitly. Suppose something strange is going on, such as, your
13699copy of @value{GDBN} is out of synch, or you have encountered a bug in
13700the C library on your system. (This has happened!) Your copy might
13701crash and ours would not. If you told us to expect a crash, then when
13702ours fails to crash, we would know that the bug was not happening for
13703us. If you had not told us to expect a crash, then we would not be able
13704to draw any conclusion from our observations.
c4555f82 13705
8e04817f
AC
13706@item
13707If you wish to suggest changes to the @value{GDBN} source, send us context
13708diffs. If you even discuss something in the @value{GDBN} source, refer to
13709it by context, not by line number.
c4555f82 13710
8e04817f
AC
13711The line numbers in our development sources will not match those in your
13712sources. Your line numbers would convey no useful information to us.
c4555f82 13713
8e04817f 13714@end itemize
c4555f82 13715
8e04817f 13716Here are some things that are not necessary:
c4555f82 13717
8e04817f
AC
13718@itemize @bullet
13719@item
13720A description of the envelope of the bug.
c4555f82 13721
8e04817f
AC
13722Often people who encounter a bug spend a lot of time investigating
13723which changes to the input file will make the bug go away and which
13724changes will not affect it.
c4555f82 13725
8e04817f
AC
13726This is often time consuming and not very useful, because the way we
13727will find the bug is by running a single example under the debugger
13728with breakpoints, not by pure deduction from a series of examples.
13729We recommend that you save your time for something else.
c4555f82 13730
8e04817f
AC
13731Of course, if you can find a simpler example to report @emph{instead}
13732of the original one, that is a convenience for us. Errors in the
13733output will be easier to spot, running under the debugger will take
13734less time, and so on.
c4555f82 13735
8e04817f
AC
13736However, simplification is not vital; if you do not want to do this,
13737report the bug anyway and send us the entire test case you used.
c4555f82 13738
8e04817f
AC
13739@item
13740A patch for the bug.
c4555f82 13741
8e04817f
AC
13742A patch for the bug does help us if it is a good one. But do not omit
13743the necessary information, such as the test case, on the assumption that
13744a patch is all we need. We might see problems with your patch and decide
13745to fix the problem another way, or we might not understand it at all.
c4555f82 13746
8e04817f
AC
13747Sometimes with a program as complicated as @value{GDBN} it is very hard to
13748construct an example that will make the program follow a certain path
13749through the code. If you do not send us the example, we will not be able
13750to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 13751
8e04817f
AC
13752And if we cannot understand what bug you are trying to fix, or why your
13753patch should be an improvement, we will not install it. A test case will
13754help us to understand.
c4555f82 13755
8e04817f
AC
13756@item
13757A guess about what the bug is or what it depends on.
c4555f82 13758
8e04817f
AC
13759Such guesses are usually wrong. Even we cannot guess right about such
13760things without first using the debugger to find the facts.
13761@end itemize
c4555f82 13762
8e04817f
AC
13763@c The readline documentation is distributed with the readline code
13764@c and consists of the two following files:
13765@c rluser.texinfo
13766@c inc-hist.texinfo
13767@c Use -I with makeinfo to point to the appropriate directory,
13768@c environment var TEXINPUTS with TeX.
13769@include rluser.texinfo
13770@include inc-hist.texinfo
c4555f82 13771
c4555f82 13772
8e04817f
AC
13773@node Formatting Documentation
13774@appendix Formatting Documentation
c4555f82 13775
8e04817f
AC
13776@cindex @value{GDBN} reference card
13777@cindex reference card
13778The @value{GDBN} 4 release includes an already-formatted reference card, ready
13779for printing with PostScript or Ghostscript, in the @file{gdb}
13780subdirectory of the main source directory@footnote{In
13781@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
13782release.}. If you can use PostScript or Ghostscript with your printer,
13783you can print the reference card immediately with @file{refcard.ps}.
c4555f82 13784
8e04817f
AC
13785The release also includes the source for the reference card. You
13786can format it, using @TeX{}, by typing:
c4555f82 13787
474c8240 13788@smallexample
8e04817f 13789make refcard.dvi
474c8240 13790@end smallexample
c4555f82 13791
8e04817f
AC
13792The @value{GDBN} reference card is designed to print in @dfn{landscape}
13793mode on US ``letter'' size paper;
13794that is, on a sheet 11 inches wide by 8.5 inches
13795high. You will need to specify this form of printing as an option to
13796your @sc{dvi} output program.
c4555f82 13797
8e04817f 13798@cindex documentation
c4555f82 13799
8e04817f
AC
13800All the documentation for @value{GDBN} comes as part of the machine-readable
13801distribution. The documentation is written in Texinfo format, which is
13802a documentation system that uses a single source file to produce both
13803on-line information and a printed manual. You can use one of the Info
13804formatting commands to create the on-line version of the documentation
13805and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 13806
8e04817f
AC
13807@value{GDBN} includes an already formatted copy of the on-line Info
13808version of this manual in the @file{gdb} subdirectory. The main Info
13809file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
13810subordinate files matching @samp{gdb.info*} in the same directory. If
13811necessary, you can print out these files, or read them with any editor;
13812but they are easier to read using the @code{info} subsystem in @sc{gnu}
13813Emacs or the standalone @code{info} program, available as part of the
13814@sc{gnu} Texinfo distribution.
c4555f82 13815
8e04817f
AC
13816If you want to format these Info files yourself, you need one of the
13817Info formatting programs, such as @code{texinfo-format-buffer} or
13818@code{makeinfo}.
c4555f82 13819
8e04817f
AC
13820If you have @code{makeinfo} installed, and are in the top level
13821@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
13822version @value{GDBVN}), you can make the Info file by typing:
c4555f82 13823
474c8240 13824@smallexample
8e04817f
AC
13825cd gdb
13826make gdb.info
474c8240 13827@end smallexample
c4555f82 13828
8e04817f
AC
13829If you want to typeset and print copies of this manual, you need @TeX{},
13830a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
13831Texinfo definitions file.
c4555f82 13832
8e04817f
AC
13833@TeX{} is a typesetting program; it does not print files directly, but
13834produces output files called @sc{dvi} files. To print a typeset
13835document, you need a program to print @sc{dvi} files. If your system
13836has @TeX{} installed, chances are it has such a program. The precise
13837command to use depends on your system; @kbd{lpr -d} is common; another
13838(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
13839require a file name without any extension or a @samp{.dvi} extension.
c4555f82 13840
8e04817f
AC
13841@TeX{} also requires a macro definitions file called
13842@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
13843written in Texinfo format. On its own, @TeX{} cannot either read or
13844typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
13845and is located in the @file{gdb-@var{version-number}/texinfo}
13846directory.
c4555f82 13847
8e04817f
AC
13848If you have @TeX{} and a @sc{dvi} printer program installed, you can
13849typeset and print this manual. First switch to the the @file{gdb}
13850subdirectory of the main source directory (for example, to
13851@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 13852
474c8240 13853@smallexample
8e04817f 13854make gdb.dvi
474c8240 13855@end smallexample
c4555f82 13856
8e04817f 13857Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 13858
8e04817f
AC
13859@node Installing GDB
13860@appendix Installing @value{GDBN}
13861@cindex configuring @value{GDBN}
13862@cindex installation
c4555f82 13863
8e04817f
AC
13864@value{GDBN} comes with a @code{configure} script that automates the process
13865of preparing @value{GDBN} for installation; you can then use @code{make} to
13866build the @code{gdb} program.
13867@iftex
13868@c irrelevant in info file; it's as current as the code it lives with.
13869@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
13870look at the @file{README} file in the sources; we may have improved the
13871installation procedures since publishing this manual.}
13872@end iftex
c4555f82 13873
8e04817f
AC
13874The @value{GDBN} distribution includes all the source code you need for
13875@value{GDBN} in a single directory, whose name is usually composed by
13876appending the version number to @samp{gdb}.
c4555f82 13877
8e04817f
AC
13878For example, the @value{GDBN} version @value{GDBVN} distribution is in the
13879@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 13880
8e04817f
AC
13881@table @code
13882@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
13883script for configuring @value{GDBN} and all its supporting libraries
c4555f82 13884
8e04817f
AC
13885@item gdb-@value{GDBVN}/gdb
13886the source specific to @value{GDBN} itself
c4555f82 13887
8e04817f
AC
13888@item gdb-@value{GDBVN}/bfd
13889source for the Binary File Descriptor library
c906108c 13890
8e04817f
AC
13891@item gdb-@value{GDBVN}/include
13892@sc{gnu} include files
c906108c 13893
8e04817f
AC
13894@item gdb-@value{GDBVN}/libiberty
13895source for the @samp{-liberty} free software library
c906108c 13896
8e04817f
AC
13897@item gdb-@value{GDBVN}/opcodes
13898source for the library of opcode tables and disassemblers
c906108c 13899
8e04817f
AC
13900@item gdb-@value{GDBVN}/readline
13901source for the @sc{gnu} command-line interface
c906108c 13902
8e04817f
AC
13903@item gdb-@value{GDBVN}/glob
13904source for the @sc{gnu} filename pattern-matching subroutine
c906108c 13905
8e04817f
AC
13906@item gdb-@value{GDBVN}/mmalloc
13907source for the @sc{gnu} memory-mapped malloc package
13908@end table
c906108c 13909
8e04817f
AC
13910The simplest way to configure and build @value{GDBN} is to run @code{configure}
13911from the @file{gdb-@var{version-number}} source directory, which in
13912this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 13913
8e04817f
AC
13914First switch to the @file{gdb-@var{version-number}} source directory
13915if you are not already in it; then run @code{configure}. Pass the
13916identifier for the platform on which @value{GDBN} will run as an
13917argument.
c906108c 13918
8e04817f 13919For example:
c906108c 13920
474c8240 13921@smallexample
8e04817f
AC
13922cd gdb-@value{GDBVN}
13923./configure @var{host}
13924make
474c8240 13925@end smallexample
c906108c 13926
8e04817f
AC
13927@noindent
13928where @var{host} is an identifier such as @samp{sun4} or
13929@samp{decstation}, that identifies the platform where @value{GDBN} will run.
13930(You can often leave off @var{host}; @code{configure} tries to guess the
13931correct value by examining your system.)
c906108c 13932
8e04817f
AC
13933Running @samp{configure @var{host}} and then running @code{make} builds the
13934@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
13935libraries, then @code{gdb} itself. The configured source files, and the
13936binaries, are left in the corresponding source directories.
c906108c 13937
8e04817f
AC
13938@need 750
13939@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
13940system does not recognize this automatically when you run a different
13941shell, you may need to run @code{sh} on it explicitly:
c906108c 13942
474c8240 13943@smallexample
8e04817f 13944sh configure @var{host}
474c8240 13945@end smallexample
c906108c 13946
8e04817f
AC
13947If you run @code{configure} from a directory that contains source
13948directories for multiple libraries or programs, such as the
13949@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
13950creates configuration files for every directory level underneath (unless
13951you tell it not to, with the @samp{--norecursion} option).
13952
13953You can run the @code{configure} script from any of the
13954subordinate directories in the @value{GDBN} distribution if you only want to
13955configure that subdirectory, but be sure to specify a path to it.
c906108c 13956
8e04817f
AC
13957For example, with version @value{GDBVN}, type the following to configure only
13958the @code{bfd} subdirectory:
c906108c 13959
474c8240 13960@smallexample
8e04817f
AC
13961@group
13962cd gdb-@value{GDBVN}/bfd
13963../configure @var{host}
13964@end group
474c8240 13965@end smallexample
c906108c 13966
8e04817f
AC
13967You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
13968However, you should make sure that the shell on your path (named by
13969the @samp{SHELL} environment variable) is publicly readable. Remember
13970that @value{GDBN} uses the shell to start your program---some systems refuse to
13971let @value{GDBN} debug child processes whose programs are not readable.
c906108c 13972
8e04817f
AC
13973@menu
13974* Separate Objdir:: Compiling @value{GDBN} in another directory
13975* Config Names:: Specifying names for hosts and targets
13976* Configure Options:: Summary of options for configure
13977@end menu
c906108c 13978
8e04817f
AC
13979@node Separate Objdir
13980@section Compiling @value{GDBN} in another directory
c906108c 13981
8e04817f
AC
13982If you want to run @value{GDBN} versions for several host or target machines,
13983you need a different @code{gdb} compiled for each combination of
13984host and target. @code{configure} is designed to make this easy by
13985allowing you to generate each configuration in a separate subdirectory,
13986rather than in the source directory. If your @code{make} program
13987handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
13988@code{make} in each of these directories builds the @code{gdb}
13989program specified there.
c906108c 13990
8e04817f
AC
13991To build @code{gdb} in a separate directory, run @code{configure}
13992with the @samp{--srcdir} option to specify where to find the source.
13993(You also need to specify a path to find @code{configure}
13994itself from your working directory. If the path to @code{configure}
13995would be the same as the argument to @samp{--srcdir}, you can leave out
13996the @samp{--srcdir} option; it is assumed.)
c906108c 13997
8e04817f
AC
13998For example, with version @value{GDBVN}, you can build @value{GDBN} in a
13999separate directory for a Sun 4 like this:
c906108c 14000
474c8240 14001@smallexample
8e04817f
AC
14002@group
14003cd gdb-@value{GDBVN}
14004mkdir ../gdb-sun4
14005cd ../gdb-sun4
14006../gdb-@value{GDBVN}/configure sun4
14007make
14008@end group
474c8240 14009@end smallexample
c906108c 14010
8e04817f
AC
14011When @code{configure} builds a configuration using a remote source
14012directory, it creates a tree for the binaries with the same structure
14013(and using the same names) as the tree under the source directory. In
14014the example, you'd find the Sun 4 library @file{libiberty.a} in the
14015directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
14016@file{gdb-sun4/gdb}.
c906108c 14017
8e04817f
AC
14018One popular reason to build several @value{GDBN} configurations in separate
14019directories is to configure @value{GDBN} for cross-compiling (where
14020@value{GDBN} runs on one machine---the @dfn{host}---while debugging
14021programs that run on another machine---the @dfn{target}).
14022You specify a cross-debugging target by
14023giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 14024
8e04817f
AC
14025When you run @code{make} to build a program or library, you must run
14026it in a configured directory---whatever directory you were in when you
14027called @code{configure} (or one of its subdirectories).
c906108c 14028
8e04817f
AC
14029The @code{Makefile} that @code{configure} generates in each source
14030directory also runs recursively. If you type @code{make} in a source
14031directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
14032directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
14033will build all the required libraries, and then build GDB.
c906108c 14034
8e04817f
AC
14035When you have multiple hosts or targets configured in separate
14036directories, you can run @code{make} on them in parallel (for example,
14037if they are NFS-mounted on each of the hosts); they will not interfere
14038with each other.
c906108c 14039
8e04817f
AC
14040@node Config Names
14041@section Specifying names for hosts and targets
c906108c 14042
8e04817f
AC
14043The specifications used for hosts and targets in the @code{configure}
14044script are based on a three-part naming scheme, but some short predefined
14045aliases are also supported. The full naming scheme encodes three pieces
14046of information in the following pattern:
c906108c 14047
474c8240 14048@smallexample
8e04817f 14049@var{architecture}-@var{vendor}-@var{os}
474c8240 14050@end smallexample
c906108c 14051
8e04817f
AC
14052For example, you can use the alias @code{sun4} as a @var{host} argument,
14053or as the value for @var{target} in a @code{--target=@var{target}}
14054option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 14055
8e04817f
AC
14056The @code{configure} script accompanying @value{GDBN} does not provide
14057any query facility to list all supported host and target names or
14058aliases. @code{configure} calls the Bourne shell script
14059@code{config.sub} to map abbreviations to full names; you can read the
14060script, if you wish, or you can use it to test your guesses on
14061abbreviations---for example:
c906108c 14062
8e04817f
AC
14063@smallexample
14064% sh config.sub i386-linux
14065i386-pc-linux-gnu
14066% sh config.sub alpha-linux
14067alpha-unknown-linux-gnu
14068% sh config.sub hp9k700
14069hppa1.1-hp-hpux
14070% sh config.sub sun4
14071sparc-sun-sunos4.1.1
14072% sh config.sub sun3
14073m68k-sun-sunos4.1.1
14074% sh config.sub i986v
14075Invalid configuration `i986v': machine `i986v' not recognized
14076@end smallexample
c906108c 14077
8e04817f
AC
14078@noindent
14079@code{config.sub} is also distributed in the @value{GDBN} source
14080directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 14081
8e04817f
AC
14082@node Configure Options
14083@section @code{configure} options
c906108c 14084
8e04817f
AC
14085Here is a summary of the @code{configure} options and arguments that
14086are most often useful for building @value{GDBN}. @code{configure} also has
14087several other options not listed here. @inforef{What Configure
14088Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 14089
474c8240 14090@smallexample
8e04817f
AC
14091configure @r{[}--help@r{]}
14092 @r{[}--prefix=@var{dir}@r{]}
14093 @r{[}--exec-prefix=@var{dir}@r{]}
14094 @r{[}--srcdir=@var{dirname}@r{]}
14095 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
14096 @r{[}--target=@var{target}@r{]}
14097 @var{host}
474c8240 14098@end smallexample
c906108c 14099
8e04817f
AC
14100@noindent
14101You may introduce options with a single @samp{-} rather than
14102@samp{--} if you prefer; but you may abbreviate option names if you use
14103@samp{--}.
c906108c 14104
8e04817f
AC
14105@table @code
14106@item --help
14107Display a quick summary of how to invoke @code{configure}.
c906108c 14108
8e04817f
AC
14109@item --prefix=@var{dir}
14110Configure the source to install programs and files under directory
14111@file{@var{dir}}.
c906108c 14112
8e04817f
AC
14113@item --exec-prefix=@var{dir}
14114Configure the source to install programs under directory
14115@file{@var{dir}}.
c906108c 14116
8e04817f
AC
14117@c avoid splitting the warning from the explanation:
14118@need 2000
14119@item --srcdir=@var{dirname}
14120@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
14121@code{make} that implements the @code{VPATH} feature.}@*
14122Use this option to make configurations in directories separate from the
14123@value{GDBN} source directories. Among other things, you can use this to
14124build (or maintain) several configurations simultaneously, in separate
14125directories. @code{configure} writes configuration specific files in
14126the current directory, but arranges for them to use the source in the
14127directory @var{dirname}. @code{configure} creates directories under
14128the working directory in parallel to the source directories below
14129@var{dirname}.
c906108c 14130
8e04817f
AC
14131@item --norecursion
14132Configure only the directory level where @code{configure} is executed; do not
14133propagate configuration to subdirectories.
c906108c 14134
8e04817f
AC
14135@item --target=@var{target}
14136Configure @value{GDBN} for cross-debugging programs running on the specified
14137@var{target}. Without this option, @value{GDBN} is configured to debug
14138programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 14139
8e04817f 14140There is no convenient way to generate a list of all available targets.
c906108c 14141
8e04817f
AC
14142@item @var{host} @dots{}
14143Configure @value{GDBN} to run on the specified @var{host}.
c906108c 14144
8e04817f
AC
14145There is no convenient way to generate a list of all available hosts.
14146@end table
c906108c 14147
8e04817f
AC
14148There are many other options available as well, but they are generally
14149needed for special purposes only.
c906108c 14150
8e04817f
AC
14151@node Maintenance Commands
14152@appendix Maintenance Commands
14153@cindex maintenance commands
14154@cindex internal commands
c906108c 14155
8e04817f
AC
14156In addition to commands intended for @value{GDBN} users, @value{GDBN}
14157includes a number of commands intended for @value{GDBN} developers.
14158These commands are provided here for reference.
c906108c 14159
8e04817f
AC
14160@table @code
14161@kindex maint info breakpoints
14162@item @anchor{maint info breakpoints}maint info breakpoints
14163Using the same format as @samp{info breakpoints}, display both the
14164breakpoints you've set explicitly, and those @value{GDBN} is using for
14165internal purposes. Internal breakpoints are shown with negative
14166breakpoint numbers. The type column identifies what kind of breakpoint
14167is shown:
c906108c 14168
8e04817f
AC
14169@table @code
14170@item breakpoint
14171Normal, explicitly set breakpoint.
c906108c 14172
8e04817f
AC
14173@item watchpoint
14174Normal, explicitly set watchpoint.
c906108c 14175
8e04817f
AC
14176@item longjmp
14177Internal breakpoint, used to handle correctly stepping through
14178@code{longjmp} calls.
c906108c 14179
8e04817f
AC
14180@item longjmp resume
14181Internal breakpoint at the target of a @code{longjmp}.
c906108c 14182
8e04817f
AC
14183@item until
14184Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 14185
8e04817f
AC
14186@item finish
14187Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 14188
8e04817f
AC
14189@item shlib events
14190Shared library events.
c906108c 14191
8e04817f 14192@end table
c906108c 14193
8e04817f 14194@end table
c906108c 14195
c906108c 14196
e0ce93ac 14197@node Remote Protocol
8e04817f 14198@appendix @value{GDBN} Remote Serial Protocol
c906108c 14199
8e04817f
AC
14200There may be occasions when you need to know something about the
14201protocol---for example, if there is only one serial port to your target
14202machine, you might want your program to do something special if it
14203recognizes a packet meant for @value{GDBN}.
c906108c 14204
8e04817f
AC
14205In the examples below, @samp{<-} and @samp{->} are used to indicate
14206transmitted and received data respectfully.
c906108c 14207
8e04817f
AC
14208@cindex protocol, @value{GDBN} remote serial
14209@cindex serial protocol, @value{GDBN} remote
14210@cindex remote serial protocol
14211All @value{GDBN} commands and responses (other than acknowledgments) are
14212sent as a @var{packet}. A @var{packet} is introduced with the character
14213@samp{$}, the actual @var{packet-data}, and the terminating character
14214@samp{#} followed by a two-digit @var{checksum}:
c906108c 14215
474c8240 14216@smallexample
8e04817f 14217@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 14218@end smallexample
8e04817f 14219@noindent
c906108c 14220
8e04817f
AC
14221@cindex checksum, for @value{GDBN} remote
14222@noindent
14223The two-digit @var{checksum} is computed as the modulo 256 sum of all
14224characters between the leading @samp{$} and the trailing @samp{#} (an
14225eight bit unsigned checksum).
c906108c 14226
8e04817f
AC
14227Implementors should note that prior to @value{GDBN} 5.0 the protocol
14228specification also included an optional two-digit @var{sequence-id}:
c906108c 14229
474c8240 14230@smallexample
8e04817f 14231@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 14232@end smallexample
c906108c 14233
8e04817f
AC
14234@cindex sequence-id, for @value{GDBN} remote
14235@noindent
14236That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
14237has never output @var{sequence-id}s. Stubs that handle packets added
14238since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 14239
8e04817f
AC
14240@cindex acknowledgment, for @value{GDBN} remote
14241When either the host or the target machine receives a packet, the first
14242response expected is an acknowledgment: either @samp{+} (to indicate
14243the package was received correctly) or @samp{-} (to request
14244retransmission):
c906108c 14245
474c8240 14246@smallexample
8e04817f
AC
14247<- @code{$}@var{packet-data}@code{#}@var{checksum}
14248-> @code{+}
474c8240 14249@end smallexample
8e04817f 14250@noindent
53a5351d 14251
8e04817f
AC
14252The host (@value{GDBN}) sends @var{command}s, and the target (the
14253debugging stub incorporated in your program) sends a @var{response}. In
14254the case of step and continue @var{command}s, the response is only sent
14255when the operation has completed (the target has again stopped).
c906108c 14256
8e04817f
AC
14257@var{packet-data} consists of a sequence of characters with the
14258exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
14259exceptions).
c906108c 14260
8e04817f
AC
14261Fields within the packet should be separated using @samp{,} @samp{;} or
14262@samp{:}. Except where otherwise noted all numbers are represented in
14263HEX with leading zeros suppressed.
c906108c 14264
8e04817f
AC
14265Implementors should note that prior to @value{GDBN} 5.0, the character
14266@samp{:} could not appear as the third character in a packet (as it
14267would potentially conflict with the @var{sequence-id}).
c906108c 14268
8e04817f
AC
14269Response @var{data} can be run-length encoded to save space. A @samp{*}
14270means that the next character is an @sc{ascii} encoding giving a repeat count
14271which stands for that many repetitions of the character preceding the
14272@samp{*}. The encoding is @code{n+29}, yielding a printable character
14273where @code{n >=3} (which is where rle starts to win). The printable
14274characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
14275value greater than 126 should not be used.
c906108c 14276
8e04817f
AC
14277Some remote systems have used a different run-length encoding mechanism
14278loosely refered to as the cisco encoding. Following the @samp{*}
14279character are two hex digits that indicate the size of the packet.
c906108c 14280
8e04817f 14281So:
474c8240 14282@smallexample
8e04817f 14283"@code{0* }"
474c8240 14284@end smallexample
8e04817f
AC
14285@noindent
14286means the same as "0000".
c906108c 14287
8e04817f
AC
14288The error response returned for some packets includes a two character
14289error number. That number is not well defined.
c906108c 14290
8e04817f
AC
14291For any @var{command} not supported by the stub, an empty response
14292(@samp{$#00}) should be returned. That way it is possible to extend the
14293protocol. A newer @value{GDBN} can tell if a packet is supported based
14294on that response.
c906108c 14295
8e04817f
AC
14296A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
14297@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
14298optional.
c906108c 14299
8e04817f
AC
14300Below is a complete list of all currently defined @var{command}s and
14301their corresponding response @var{data}:
14302@page
14303@multitable @columnfractions .30 .30 .40
14304@item Packet
14305@tab Request
14306@tab Description
c906108c 14307
8e04817f
AC
14308@item extended mode
14309@tab @code{!}
14310@tab
14311Enable extended mode. In extended mode, the remote server is made
14312persistent. The @samp{R} packet is used to restart the program being
14313debugged.
c906108c 14314@item
8e04817f
AC
14315@tab reply @samp{OK}
14316@tab
14317The remote target both supports and has enabled extended mode.
c906108c 14318
8e04817f
AC
14319@item last signal
14320@tab @code{?}
14321@tab
14322Indicate the reason the target halted. The reply is the same as for step
14323and continue.
14324@item
14325@tab reply
14326@tab see below
c906108c
SS
14327
14328
8e04817f
AC
14329@item reserved
14330@tab @code{a}
14331@tab Reserved for future use
c906108c 14332
8e04817f
AC
14333@item set program arguments @strong{(reserved)}
14334@tab @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,...}
14335@tab
14336@item
14337@tab
14338@tab
14339Initialized @samp{argv[]} array passed into program. @var{arglen}
14340specifies the number of bytes in the hex encoded byte stream @var{arg}.
14341See @file{gdbserver} for more details.
14342@item
14343@tab reply @code{OK}
14344@item
14345@tab reply @code{E}@var{NN}
c906108c 14346
8e04817f
AC
14347@item set baud @strong{(deprecated)}
14348@tab @code{b}@var{baud}
14349@tab
14350Change the serial line speed to @var{baud}. JTC: @emph{When does the
14351transport layer state change? When it's received, or after the ACK is
14352transmitted. In either case, there are problems if the command or the
14353acknowledgment packet is dropped.} Stan: @emph{If people really wanted
14354to add something like this, and get it working for the first time, they
14355ought to modify ser-unix.c to send some kind of out-of-band message to a
14356specially-setup stub and have the switch happen "in between" packets, so
14357that from remote protocol's point of view, nothing actually
14358happened.}
c906108c 14359
8e04817f
AC
14360@item set breakpoint @strong{(deprecated)}
14361@tab @code{B}@var{addr},@var{mode}
14362@tab
14363Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
14364breakpoint at @var{addr}. @emph{This has been replaced by the @samp{Z} and
14365@samp{z} packets.}
c906108c 14366
8e04817f
AC
14367@item continue
14368@tab @code{c}@var{addr}
14369@tab
14370@var{addr} is address to resume. If @var{addr} is omitted, resume at
14371current address.
14372@item
14373@tab reply
14374@tab see below
c906108c 14375
8e04817f
AC
14376@item continue with signal
14377@tab @code{C}@var{sig}@code{;}@var{addr}
14378@tab
14379Continue with signal @var{sig} (hex signal number). If
14380@code{;}@var{addr} is omitted, resume at same address.
14381@item
14382@tab reply
14383@tab see below
c906108c 14384
8e04817f
AC
14385@item toggle debug @strong{(deprecated)}
14386@tab @code{d}
14387@tab
14388toggle debug flag.
c906108c 14389
8e04817f
AC
14390@item detach
14391@tab @code{D}
14392@tab
14393Detach @value{GDBN} from the remote system. Sent to the remote target before
14394@value{GDBN} disconnects.
14395@item
14396@tab reply @emph{no response}
14397@tab
14398@value{GDBN} does not check for any response after sending this packet.
c906108c 14399
8e04817f
AC
14400@item reserved
14401@tab @code{e}
14402@tab Reserved for future use
c906108c 14403
8e04817f
AC
14404@item reserved
14405@tab @code{E}
14406@tab Reserved for future use
c906108c 14407
8e04817f
AC
14408@item reserved
14409@tab @code{f}
14410@tab Reserved for future use
c906108c 14411
8e04817f
AC
14412@item reserved
14413@tab @code{F}
14414@tab Reserved for future use
c906108c 14415
8e04817f
AC
14416@item read registers
14417@tab @code{g}
14418@tab Read general registers.
14419@item
14420@tab reply @var{XX...}
14421@tab
14422Each byte of register data is described by two hex digits. The bytes
14423with the register are transmitted in target byte order. The size of
14424each register and their position within the @samp{g} @var{packet} are
14425determined by the @value{GDBN} internal macros @var{REGISTER_RAW_SIZE} and
14426@var{REGISTER_NAME} macros. The specification of several standard
14427@code{g} packets is specified below.
14428@item
14429@tab @code{E}@var{NN}
14430@tab for an error.
c906108c 14431
8e04817f
AC
14432@item write regs
14433@tab @code{G}@var{XX...}
14434@tab
14435See @samp{g} for a description of the @var{XX...} data.
14436@item
14437@tab reply @code{OK}
14438@tab for success
14439@item
14440@tab reply @code{E}@var{NN}
14441@tab for an error
c906108c 14442
8e04817f
AC
14443@item reserved
14444@tab @code{h}
14445@tab Reserved for future use
c906108c 14446
8e04817f
AC
14447@item set thread
14448@tab @code{H}@var{c}@var{t...}
14449@tab
14450Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
14451@samp{G}, et.al.). @var{c} = @samp{c} for thread used in step and
14452continue; @var{t...} can be -1 for all threads. @var{c} = @samp{g} for
14453thread used in other operations. If zero, pick a thread, any thread.
14454@item
14455@tab reply @code{OK}
14456@tab for success
14457@item
14458@tab reply @code{E}@var{NN}
14459@tab for an error
c906108c 14460
8e04817f
AC
14461@c FIXME: JTC:
14462@c 'H': How restrictive (or permissive) is the thread model. If a
14463@c thread is selected and stopped, are other threads allowed
14464@c to continue to execute? As I mentioned above, I think the
14465@c semantics of each command when a thread is selected must be
14466@c described. For example:
14467@c
14468@c 'g': If the stub supports threads and a specific thread is
14469@c selected, returns the register block from that thread;
14470@c otherwise returns current registers.
14471@c
14472@c 'G' If the stub supports threads and a specific thread is
14473@c selected, sets the registers of the register block of
14474@c that thread; otherwise sets current registers.
c906108c 14475
8e04817f
AC
14476@item cycle step @strong{(draft)}
14477@tab @code{i}@var{addr}@code{,}@var{nnn}
14478@tab
14479Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
14480present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
14481step starting at that address.
c906108c 14482
8e04817f
AC
14483@item signal then cycle step @strong{(reserved)}
14484@tab @code{I}
14485@tab
14486See @samp{i} and @samp{S} for likely syntax and semantics.
c906108c 14487
8e04817f
AC
14488@item reserved
14489@tab @code{j}
14490@tab Reserved for future use
c906108c 14491
8e04817f
AC
14492@item reserved
14493@tab @code{J}
14494@tab Reserved for future use
c906108c 14495
8e04817f
AC
14496@item kill request
14497@tab @code{k}
14498@tab
ac282366 14499FIXME: @emph{There is no description of how to operate when a specific
6ca652b0 14500thread context has been selected (i.e.@: does 'k' kill only that thread?)}.
c906108c 14501
8e04817f
AC
14502@item reserved
14503@tab @code{l}
14504@tab Reserved for future use
c906108c 14505
8e04817f
AC
14506@item reserved
14507@tab @code{L}
14508@tab Reserved for future use
c906108c 14509
8e04817f
AC
14510@item read memory
14511@tab @code{m}@var{addr}@code{,}@var{length}
14512@tab
14513Read @var{length} bytes of memory starting at address @var{addr}.
14514Neither @value{GDBN} nor the stub assume that sized memory transfers are assumed
14515using word alligned accesses. FIXME: @emph{A word aligned memory
14516transfer mechanism is needed.}
14517@item
14518@tab reply @var{XX...}
14519@tab
14520@var{XX...} is mem contents. Can be fewer bytes than requested if able
14521to read only part of the data. Neither @value{GDBN} nor the stub assume that
14522sized memory transfers are assumed using word alligned accesses. FIXME:
14523@emph{A word aligned memory transfer mechanism is needed.}
14524@item
14525@tab reply @code{E}@var{NN}
14526@tab @var{NN} is errno
c906108c 14527
8e04817f
AC
14528@item write mem
14529@tab @code{M}@var{addr},@var{length}@code{:}@var{XX...}
14530@tab
14531Write @var{length} bytes of memory starting at address @var{addr}.
14532@var{XX...} is the data.
14533@item
14534@tab reply @code{OK}
14535@tab for success
14536@item
14537@tab reply @code{E}@var{NN}
14538@tab
14539for an error (this includes the case where only part of the data was
14540written).
c906108c 14541
8e04817f
AC
14542@item reserved
14543@tab @code{n}
14544@tab Reserved for future use
c906108c 14545
8e04817f
AC
14546@item reserved
14547@tab @code{N}
14548@tab Reserved for future use
c906108c 14549
8e04817f
AC
14550@item reserved
14551@tab @code{o}
14552@tab Reserved for future use
c906108c 14553
8e04817f
AC
14554@item reserved
14555@tab @code{O}
14556@tab Reserved for future use
c906108c 14557
8e04817f
AC
14558@item read reg @strong{(reserved)}
14559@tab @code{p}@var{n...}
14560@tab
14561See write register.
14562@item
14563@tab return @var{r....}
14564@tab The hex encoded value of the register in target byte order.
c906108c 14565
8e04817f
AC
14566@item write reg
14567@tab @code{P}@var{n...}@code{=}@var{r...}
14568@tab
14569Write register @var{n...} with value @var{r...}, which contains two hex
14570digits for each byte in the register (target byte order).
14571@item
14572@tab reply @code{OK}
14573@tab for success
14574@item
14575@tab reply @code{E}@var{NN}
14576@tab for an error
c906108c 14577
8e04817f
AC
14578@item general query
14579@tab @code{q}@var{query}
14580@tab
14581Request info about @var{query}. In general @value{GDBN} queries
14582have a leading upper case letter. Custom vendor queries should use a
14583company prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may
14584optionally be followed by a @samp{,} or @samp{;} separated list. Stubs
14585must ensure that they match the full @var{query} name.
14586@item
14587@tab reply @code{XX...}
14588@tab Hex encoded data from query. The reply can not be empty.
14589@item
14590@tab reply @code{E}@var{NN}
14591@tab error reply
14592@item
14593@tab reply @samp{}
14594@tab Indicating an unrecognized @var{query}.
c906108c 14595
8e04817f
AC
14596@item general set
14597@tab @code{Q}@var{var}@code{=}@var{val}
14598@tab
14599Set value of @var{var} to @var{val}. See @samp{q} for a discussing of
14600naming conventions.
c906108c 14601
8e04817f
AC
14602@item reset @strong{(deprecated)}
14603@tab @code{r}
14604@tab
14605Reset the entire system.
c906108c 14606
8e04817f
AC
14607@item remote restart
14608@tab @code{R}@var{XX}
14609@tab
14610Restart the program being debugged. @var{XX}, while needed, is ignored.
14611This packet is only available in extended mode.
14612@item
14613@tab
14614no reply
14615@tab
14616The @samp{R} packet has no reply.
c906108c 14617
8e04817f
AC
14618@item step
14619@tab @code{s}@var{addr}
14620@tab
14621@var{addr} is address to resume. If @var{addr} is omitted, resume at
14622same address.
14623@item
14624@tab reply
14625@tab see below
c906108c 14626
8e04817f
AC
14627@item step with signal
14628@tab @code{S}@var{sig}@code{;}@var{addr}
14629@tab
14630Like @samp{C} but step not continue.
14631@item
14632@tab reply
14633@tab see below
c906108c 14634
8e04817f
AC
14635@item search
14636@tab @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM}
14637@tab
14638Search backwards starting at address @var{addr} for a match with pattern
14639@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4
14640bytes. @var{addr} must be at least 3 digits.
c906108c 14641
8e04817f
AC
14642@item thread alive
14643@tab @code{T}@var{XX}
14644@tab Find out if the thread XX is alive.
14645@item
14646@tab reply @code{OK}
14647@tab thread is still alive
14648@item
14649@tab reply @code{E}@var{NN}
14650@tab thread is dead
c906108c 14651
8e04817f
AC
14652@item reserved
14653@tab @code{u}
14654@tab Reserved for future use
c906108c 14655
8e04817f
AC
14656@item reserved
14657@tab @code{U}
14658@tab Reserved for future use
c906108c 14659
8e04817f
AC
14660@item reserved
14661@tab @code{v}
14662@tab Reserved for future use
c906108c 14663
8e04817f
AC
14664@item reserved
14665@tab @code{V}
14666@tab Reserved for future use
c906108c 14667
8e04817f
AC
14668@item reserved
14669@tab @code{w}
14670@tab Reserved for future use
c906108c 14671
8e04817f
AC
14672@item reserved
14673@tab @code{W}
14674@tab Reserved for future use
c906108c 14675
8e04817f
AC
14676@item reserved
14677@tab @code{x}
14678@tab Reserved for future use
c906108c 14679
8e04817f
AC
14680@item write mem (binary)
14681@tab @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX...}
14682@tab
14683@var{addr} is address, @var{length} is number of bytes, @var{XX...} is
14684binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
14685escaped using @code{0x7d}.
14686@item
14687@tab reply @code{OK}
14688@tab for success
14689@item
14690@tab reply @code{E}@var{NN}
14691@tab for an error
c906108c 14692
8e04817f
AC
14693@item reserved
14694@tab @code{y}
14695@tab Reserved for future use
c906108c 14696
8e04817f
AC
14697@item reserved
14698@tab @code{Y}
14699@tab Reserved for future use
c906108c 14700
8e04817f
AC
14701@item remove break or watchpoint @strong{(draft)}
14702@tab @code{z}@var{t}@code{,}@var{addr}@code{,}@var{length}
14703@tab
14704See @samp{Z}.
c906108c 14705
8e04817f
AC
14706@item insert break or watchpoint @strong{(draft)}
14707@tab @code{Z}@var{t}@code{,}@var{addr}@code{,}@var{length}
14708@tab
14709@var{t} is type: @samp{0} - software breakpoint, @samp{1} - hardware
14710breakpoint, @samp{2} - write watchpoint, @samp{3} - read watchpoint,
14711@samp{4} - access watchpoint; @var{addr} is address; @var{length} is in
14712bytes. For a software breakpoint, @var{length} specifies the size of
14713the instruction to be patched. For hardware breakpoints and watchpoints
14714@var{length} specifies the memory region to be monitored. To avoid
14715potential problems with duplicate packets, the operations should be
14716implemented in an idempotent way.
14717@item
14718@tab reply @code{E}@var{NN}
14719@tab for an error
14720@item
14721@tab reply @code{OK}
14722@tab for success
14723@item
14724@tab @samp{}
14725@tab If not supported.
c906108c 14726
8e04817f
AC
14727@item reserved
14728@tab <other>
14729@tab Reserved for future use
c906108c 14730
8e04817f 14731@end multitable
c906108c 14732
8e04817f
AC
14733The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
14734receive any of the below as a reply. In the case of the @samp{C},
14735@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
14736when the target halts. In the below the exact meaning of @samp{signal
14737number} is poorly defined. In general one of the UNIX signal numbering
14738conventions is used.
c906108c 14739
8e04817f 14740@multitable @columnfractions .4 .6
c906108c 14741
8e04817f
AC
14742@item @code{S}@var{AA}
14743@tab @var{AA} is the signal number
c906108c 14744
8e04817f
AC
14745@item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
14746@tab
14747@var{AA} = two hex digit signal number; @var{n...} = register number
14748(hex), @var{r...} = target byte ordered register contents, size defined
14749by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
14750thread process ID, this is a hex integer; @var{n...} = other string not
14751starting with valid hex digit. @value{GDBN} should ignore this
14752@var{n...}, @var{r...} pair and go on to the next. This way we can
14753extend the protocol.
c906108c 14754
8e04817f
AC
14755@item @code{W}@var{AA}
14756@tab
14757The process exited, and @var{AA} is the exit status. This is only
14758applicable for certains sorts of targets.
c906108c 14759
8e04817f
AC
14760@item @code{X}@var{AA}
14761@tab
14762The process terminated with signal @var{AA}.
c906108c 14763
8e04817f
AC
14764@item @code{N}@var{AA}@code{;}@var{t...}@code{;}@var{d...}@code{;}@var{b...} @strong{(obsolete)}
14765@tab
14766@var{AA} = signal number; @var{t...} = address of symbol "_start";
14767@var{d...} = base of data section; @var{b...} = base of bss section.
14768@emph{Note: only used by Cisco Systems targets. The difference between
14769this reply and the "qOffsets" query is that the 'N' packet may arrive
14770spontaneously whereas the 'qOffsets' is a query initiated by the host
14771debugger.}
c906108c 14772
8e04817f
AC
14773@item @code{O}@var{XX...}
14774@tab
14775@var{XX...} is hex encoding of @sc{ascii} data. This can happen at any time
14776while the program is running and the debugger should continue to wait
14777for 'W', 'T', etc.
c906108c 14778
8e04817f 14779@end multitable
c906108c 14780
8e04817f 14781The following set and query packets have already been defined.
c906108c 14782
8e04817f 14783@multitable @columnfractions .2 .2 .6
c906108c 14784
8e04817f
AC
14785@item current thread
14786@tab @code{q}@code{C}
14787@tab Return the current thread id.
14788@item
14789@tab reply @code{QC}@var{pid}
14790@tab
14791Where @var{pid} is a HEX encoded 16 bit process id.
14792@item
14793@tab reply *
14794@tab Any other reply implies the old pid.
c906108c 14795
8e04817f
AC
14796@item all thread ids
14797@tab @code{q}@code{fThreadInfo}
14798@item
14799@tab @code{q}@code{sThreadInfo}
14800@tab
14801Obtain a list of active thread ids from the target (OS). Since there
14802may be too many active threads to fit into one reply packet, this query
14803works iteratively: it may require more than one query/reply sequence to
14804obtain the entire list of threads. The first query of the sequence will
14805be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
14806sequence will be the @code{qs}@code{ThreadInfo} query.
14807@item
14808@tab
14809@tab NOTE: replaces the @code{qL} query (see below).
14810@item
14811@tab reply @code{m}@var{<id>}
14812@tab A single thread id
14813@item
14814@tab reply @code{m}@var{<id>},@var{<id>...}
14815@tab a comma-separated list of thread ids
14816@item
14817@tab reply @code{l}
14818@tab (lower case 'el') denotes end of list.
14819@item
14820@tab
14821@tab
14822In response to each query, the target will reply with a list of one
14823or more thread ids, in big-endian hex, separated by commas. GDB will
14824respond to each reply with a request for more thread ids (using the
14825@code{qs} form of the query), until the target responds with @code{l}
14826(lower-case el, for @code{'last'}).
c906108c 14827
8e04817f
AC
14828@item extra thread info
14829@tab @code{q}@code{ThreadExtraInfo}@code{,}@var{id}
14830@tab
14831@item
14832@tab
14833@tab
14834Where @var{<id>} is a thread-id in big-endian hex.
14835Obtain a printable string description of a thread's attributes from
14836the target OS. This string may contain anything that the target OS
14837thinks is interesting for @value{GDBN} to tell the user about the thread.
14838The string is displayed in @value{GDBN}'s @samp{info threads} display.
14839Some examples of possible thread extra info strings are "Runnable", or
14840"Blocked on Mutex".
14841@item
14842@tab reply @var{XX...}
14843@tab
14844Where @var{XX...} is a hex encoding of @sc{ascii} data, comprising the
14845printable string containing the extra information about the thread's
14846attributes.
c906108c 14847
8e04817f
AC
14848@item query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
14849@tab @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread}
14850@tab
14851@item
14852@tab
14853@tab
14854Obtain thread information from RTOS. Where: @var{startflag} (one hex
14855digit) is one to indicate the first query and zero to indicate a
14856subsequent query; @var{threadcount} (two hex digits) is the maximum
14857number of threads the response packet can contain; and @var{nextthread}
14858(eight hex digits), for subsequent queries (@var{startflag} is zero), is
14859returned in the response as @var{argthread}.
14860@item
14861@tab
14862@tab NOTE: this query is replaced by the @code{q}@code{fThreadInfo}
14863query (see above).
14864@item
14865@tab reply @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread...}
14866@tab
14867@item
14868@tab
14869@tab
14870Where: @var{count} (two hex digits) is the number of threads being
14871returned; @var{done} (one hex digit) is zero to indicate more threads
14872and one indicates no further threads; @var{argthreadid} (eight hex
14873digits) is @var{nextthread} from the request packet; @var{thread...} is
14874a sequence of thread IDs from the target. @var{threadid} (eight hex
14875digits). See @code{remote.c:parse_threadlist_response()}.
c906108c 14876
8e04817f
AC
14877@item compute CRC of memory block
14878@tab @code{q}@code{CRC:}@var{addr}@code{,}@var{length}
14879@tab
14880@item
14881@tab reply @code{E}@var{NN}
14882@tab An error (such as memory fault)
14883@item
14884@tab reply @code{C}@var{CRC32}
14885@tab A 32 bit cyclic redundancy check of the specified memory region.
c906108c 14886
8e04817f
AC
14887@item query sect offs
14888@tab @code{q}@code{Offsets}
14889@tab
14890Get section offsets that the target used when re-locating the downloaded
14891image. @emph{Note: while a @code{Bss} offset is included in the
14892response, @value{GDBN} ignores this and instead applies the @code{Data}
14893offset to the @code{Bss} section.}
14894@item
14895@tab reply @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
c906108c 14896
8e04817f
AC
14897@item thread info request
14898@tab @code{q}@code{P}@var{mode}@var{threadid}
14899@tab
14900@item
14901@tab
14902@tab
14903Returns information on @var{threadid}. Where: @var{mode} is a hex
14904encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
14905@item
14906@tab reply *
14907@tab
14908See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 14909
8e04817f
AC
14910@item remote command
14911@tab @code{q}@code{Rcmd,}@var{COMMAND}
14912@tab
14913@item
14914@tab
14915@tab
14916@var{COMMAND} (hex encoded) is passed to the local interpreter for
14917execution. Invalid commands should be reported using the output string.
14918Before the final result packet, the target may also respond with a
14919number of intermediate @code{O}@var{OUTPUT} console output
14920packets. @emph{Implementors should note that providing access to a
14921stubs's interpreter may have security implications}.
14922@item
14923@tab reply @code{OK}
14924@tab
14925A command response with no output.
14926@item
14927@tab reply @var{OUTPUT}
14928@tab
14929A command response with the hex encoded output string @var{OUTPUT}.
14930@item
14931@tab reply @code{E}@var{NN}
14932@tab
14933Indicate a badly formed request.
c906108c 14934
8e04817f
AC
14935@item
14936@tab reply @samp{}
14937@tab
14938When @samp{q}@samp{Rcmd} is not recognized.
c906108c 14939
8e04817f
AC
14940@item symbol lookup
14941@tab @code{qSymbol::}
14942@tab
14943Notify the target that @value{GDBN} is prepared to serve symbol lookup
14944requests. Accept requests from the target for the values of symbols.
14945@item
14946@tab
14947@tab
14948@item
14949@tab reply @code{OK}
14950@tab
14951The target does not need to look up any (more) symbols.
14952@item
14953@tab reply @code{qSymbol:}@var{sym_name}
14954@tab
14955@sp 2
14956@noindent
14957The target requests the value of symbol @var{sym_name} (hex encoded).
14958@value{GDBN} may provide the value by using the
14959@code{qSymbol:}@var{sym_value}:@var{sym_name}
14960message, described below.
5d161b24 14961
8e04817f
AC
14962@item symbol value
14963@tab @code{qSymbol:}@var{sym_value}:@var{sym_name}
14964@tab
14965@sp 1
14966@noindent
14967Set the value of SYM_NAME to SYM_VALUE.
14968@item
14969@tab
14970@tab
14971@var{sym_name} (hex encoded) is the name of a symbol whose value
14972the target has previously requested.
14973@item
14974@tab
14975@tab
14976@var{sym_value} (hex) is the value for symbol @var{sym_name}.
14977If @value{GDBN} cannot supply a value for @var{sym_name}, then this
14978field will be empty.
14979@item
14980@tab reply @code{OK}
14981@tab
14982The target does not need to look up any (more) symbols.
14983@item
14984@tab reply @code{qSymbol:}@var{sym_name}
14985@tab
14986@sp 2
14987@noindent
14988The target requests the value of a new symbol @var{sym_name} (hex encoded).
14989@value{GDBN} will continue to supply the values of symbols (if available),
14990until the target ceases to request them.
eb12ee30 14991
8e04817f 14992@end multitable
eb12ee30 14993
8e04817f
AC
14994The following @samp{g}/@samp{G} packets have previously been defined.
14995In the below, some thirty-two bit registers are transferred as sixty-four
14996bits. Those registers should be zero/sign extended (which?) to fill the
14997space allocated. Register bytes are transfered in target byte order.
14998The two nibbles within a register byte are transfered most-significant -
14999least-significant.
eb12ee30 15000
8e04817f 15001@multitable @columnfractions .5 .5
eb12ee30 15002
8e04817f
AC
15003@item MIPS32
15004@tab
15005All registers are transfered as thirty-two bit quantities in the order:
1500632 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
15007registers; fsr; fir; fp.
eb12ee30 15008
8e04817f
AC
15009@item MIPS64
15010@tab
15011All registers are transfered as sixty-four bit quantities (including
15012thirty-two bit registers such as @code{sr}). The ordering is the same
15013as @code{MIPS32}.
eb12ee30 15014
8e04817f 15015@end multitable
eb12ee30 15016
8e04817f
AC
15017Example sequence of a target being re-started. Notice how the restart
15018does not get any direct output:
eb12ee30 15019
474c8240 15020@smallexample
8e04817f
AC
15021<- @code{R00}
15022-> @code{+}
15023@emph{target restarts}
15024<- @code{?}
15025-> @code{+}
15026-> @code{T001:1234123412341234}
15027<- @code{+}
474c8240 15028@end smallexample
eb12ee30 15029
8e04817f 15030Example sequence of a target being stepped by a single instruction:
eb12ee30 15031
474c8240 15032@smallexample
8e04817f
AC
15033<- @code{G1445...}
15034-> @code{+}
15035<- @code{s}
15036-> @code{+}
15037@emph{time passes}
15038-> @code{T001:1234123412341234}
15039<- @code{+}
15040<- @code{g}
15041-> @code{+}
15042-> @code{1455...}
15043<- @code{+}
474c8240 15044@end smallexample
eb12ee30 15045
aab4e0ec 15046@include gpl.texi
eb12ee30 15047
6826cf00
EZ
15048@include fdl.texi
15049
6d2ebf8b 15050@node Index
c906108c
SS
15051@unnumbered Index
15052
15053@printindex cp
15054
15055@tex
15056% I think something like @colophon should be in texinfo. In the
15057% meantime:
15058\long\def\colophon{\hbox to0pt{}\vfill
15059\centerline{The body of this manual is set in}
15060\centerline{\fontname\tenrm,}
15061\centerline{with headings in {\bf\fontname\tenbf}}
15062\centerline{and examples in {\tt\fontname\tentt}.}
15063\centerline{{\it\fontname\tenit\/},}
15064\centerline{{\bf\fontname\tenbf}, and}
15065\centerline{{\sl\fontname\tensl\/}}
15066\centerline{are used for emphasis.}\vfill}
15067\page\colophon
15068% Blame: doc@cygnus.com, 1991.
15069@end tex
15070
c906108c 15071@bye
This page took 0.991344 seconds and 4 git commands to generate.