2003-01-02 Andrew Cagney <ac131313@redhat.com>
[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
87885426
FN
34@set DATE June 2002
35
36@c !!set GDB edit command default editor
37@set EDITOR /bin/ex
c906108c 38
6c0e9fb3 39@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 40
c906108c 41@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 42@c manuals to an info tree.
96a2c332
SS
43@dircategory Programming & development tools.
44@direntry
c906108c 45* Gdb: (gdb). The @sc{gnu} debugger.
96a2c332
SS
46@end direntry
47
c906108c
SS
48@ifinfo
49This file documents the @sc{gnu} debugger @value{GDBN}.
50
51
5d161b24 52This is the @value{EDITION} Edition, @value{DATE},
c906108c
SS
53of @cite{Debugging with @value{GDBN}: the @sc{gnu} Source-Level Debugger}
54for @value{GDBN} Version @value{GDBVN}.
55
8a037dd7
EZ
56Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
57 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
c906108c 58
e9c75b65
EZ
59Permission is granted to copy, distribute and/or modify this document
60under the terms of the GNU Free Documentation License, Version 1.1 or
61any later version published by the Free Software Foundation; with the
959acfd1
EZ
62Invariant Sections being ``Free Software'' and ``Free Software Needs
63Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
64and with the Back-Cover Texts as in (a) below.
c906108c 65
6826cf00
EZ
66(a) The Free Software Foundation's Back-Cover Text is: ``You have
67freedom to copy and modify this GNU Manual, like GNU software. Copies
68published by the Free Software Foundation raise funds for GNU
69development.''
c906108c
SS
70@end ifinfo
71
72@titlepage
73@title Debugging with @value{GDBN}
74@subtitle The @sc{gnu} Source-Level Debugger
c906108c 75@sp 1
c906108c
SS
76@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
77@subtitle @value{DATE}
9e9c5ae7 78@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 79@page
c906108c
SS
80@tex
81{\parskip=0pt
53a5351d 82\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
83\hfill {\it Debugging with @value{GDBN}}\par
84\hfill \TeX{}info \texinfoversion\par
85}
86@end tex
53a5351d 87
c906108c 88@vskip 0pt plus 1filll
8a037dd7
EZ
89Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
901996, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
c906108c 91@sp 2
c906108c
SS
92Published by the Free Software Foundation @*
9359 Temple Place - Suite 330, @*
94Boston, MA 02111-1307 USA @*
6d2ebf8b 95ISBN 1-882114-77-9 @*
e9c75b65
EZ
96
97Permission is granted to copy, distribute and/or modify this document
98under the terms of the GNU Free Documentation License, Version 1.1 or
99any later version published by the Free Software Foundation; with the
959acfd1
EZ
100Invariant Sections being ``Free Software'' and ``Free Software Needs
101Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
102and with the Back-Cover Texts as in (a) below.
e9c75b65 103
6826cf00
EZ
104(a) The Free Software Foundation's Back-Cover Text is: ``You have
105freedom to copy and modify this GNU Manual, like GNU software. Copies
106published by the Free Software Foundation raise funds for GNU
107development.''
c906108c
SS
108@end titlepage
109@page
110
6c0e9fb3 111@ifnottex
6d2ebf8b
SS
112@node Top, Summary, (dir), (dir)
113
c906108c
SS
114@top Debugging with @value{GDBN}
115
116This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
117
5d161b24 118This is the @value{EDITION} Edition, @value{DATE}, for @value{GDBN} Version
c906108c
SS
119@value{GDBVN}.
120
8a037dd7 121Copyright (C) 1988-2002 Free Software Foundation, Inc.
6d2ebf8b
SS
122
123@menu
124* Summary:: Summary of @value{GDBN}
125* Sample Session:: A sample @value{GDBN} session
126
127* Invocation:: Getting in and out of @value{GDBN}
128* Commands:: @value{GDBN} commands
129* Running:: Running programs under @value{GDBN}
130* Stopping:: Stopping and continuing
131* Stack:: Examining the stack
132* Source:: Examining source files
133* Data:: Examining data
e2e0bcd1 134* Macros:: Preprocessor Macros
b37052ae 135* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 136* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
137
138* Languages:: Using @value{GDBN} with different languages
139
140* Symbols:: Examining the symbol table
141* Altering:: Altering execution
142* GDB Files:: @value{GDBN} files
143* Targets:: Specifying a debugging target
6b2f586d 144* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
145* Configurations:: Configuration-specific information
146* Controlling GDB:: Controlling @value{GDBN}
147* Sequences:: Canned sequences of commands
c4555f82 148* TUI:: @value{GDBN} Text User Interface
6d2ebf8b
SS
149* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
150* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 151* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
152
153* GDB Bugs:: Reporting bugs in @value{GDBN}
154* Formatting Documentation:: How to format and print @value{GDBN} documentation
155
156* Command Line Editing:: Command Line Editing
157* Using History Interactively:: Using History Interactively
158* Installing GDB:: Installing GDB
eb12ee30 159* Maintenance Commands:: Maintenance Commands
e0ce93ac 160* Remote Protocol:: GDB Remote Serial Protocol
aab4e0ec
AC
161* Copying:: GNU General Public License says
162 how you can copy and share GDB
6826cf00 163* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
164* Index:: Index
165@end menu
166
6c0e9fb3 167@end ifnottex
c906108c 168
449f3b6c 169@contents
449f3b6c 170
6d2ebf8b 171@node Summary
c906108c
SS
172@unnumbered Summary of @value{GDBN}
173
174The purpose of a debugger such as @value{GDBN} is to allow you to see what is
175going on ``inside'' another program while it executes---or what another
176program was doing at the moment it crashed.
177
178@value{GDBN} can do four main kinds of things (plus other things in support of
179these) to help you catch bugs in the act:
180
181@itemize @bullet
182@item
183Start your program, specifying anything that might affect its behavior.
184
185@item
186Make your program stop on specified conditions.
187
188@item
189Examine what has happened, when your program has stopped.
190
191@item
192Change things in your program, so you can experiment with correcting the
193effects of one bug and go on to learn about another.
194@end itemize
195
cce74817 196You can use @value{GDBN} to debug programs written in C and C++.
c906108c 197For more information, see @ref{Support,,Supported languages}.
c906108c
SS
198For more information, see @ref{C,,C and C++}.
199
db034ac5 200@c OBSOLETE @cindex Chill
cce74817 201@cindex Modula-2
db034ac5
AC
202Support for Modula-2
203@c OBSOLETE and Chill
204is partial. For information on Modula-2, see @ref{Modula-2,,Modula-2}.
205@c OBSOLETE For information on Chill, see @ref{Chill}.
c906108c 206
cce74817
JM
207@cindex Pascal
208Debugging Pascal programs which use sets, subranges, file variables, or
209nested functions does not currently work. @value{GDBN} does not support
210entering expressions, printing values, or similar features using Pascal
211syntax.
c906108c 212
c906108c
SS
213@cindex Fortran
214@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 215it may be necessary to refer to some variables with a trailing
cce74817 216underscore.
c906108c 217
c906108c
SS
218@menu
219* Free Software:: Freely redistributable software
220* Contributors:: Contributors to GDB
221@end menu
222
6d2ebf8b 223@node Free Software
c906108c
SS
224@unnumberedsec Free software
225
5d161b24 226@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
227General Public License
228(GPL). The GPL gives you the freedom to copy or adapt a licensed
229program---but every person getting a copy also gets with it the
230freedom to modify that copy (which means that they must get access to
231the source code), and the freedom to distribute further copies.
232Typical software companies use copyrights to limit your freedoms; the
233Free Software Foundation uses the GPL to preserve these freedoms.
234
235Fundamentally, the General Public License is a license which says that
236you have these freedoms and that you cannot take these freedoms away
237from anyone else.
238
2666264b 239@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
240
241The biggest deficiency in the free software community today is not in
242the software---it is the lack of good free documentation that we can
243include with the free software. Many of our most important
244programs do not come with free reference manuals and free introductory
245texts. Documentation is an essential part of any software package;
246when an important free software package does not come with a free
247manual and a free tutorial, that is a major gap. We have many such
248gaps today.
249
250Consider Perl, for instance. The tutorial manuals that people
251normally use are non-free. How did this come about? Because the
252authors of those manuals published them with restrictive terms---no
253copying, no modification, source files not available---which exclude
254them from the free software world.
255
256That wasn't the first time this sort of thing happened, and it was far
257from the last. Many times we have heard a GNU user eagerly describe a
258manual that he is writing, his intended contribution to the community,
259only to learn that he had ruined everything by signing a publication
260contract to make it non-free.
261
262Free documentation, like free software, is a matter of freedom, not
263price. The problem with the non-free manual is not that publishers
264charge a price for printed copies---that in itself is fine. (The Free
265Software Foundation sells printed copies of manuals, too.) The
266problem is the restrictions on the use of the manual. Free manuals
267are available in source code form, and give you permission to copy and
268modify. Non-free manuals do not allow this.
269
270The criteria of freedom for a free manual are roughly the same as for
271free software. Redistribution (including the normal kinds of
272commercial redistribution) must be permitted, so that the manual can
273accompany every copy of the program, both on-line and on paper.
274
275Permission for modification of the technical content is crucial too.
276When people modify the software, adding or changing features, if they
277are conscientious they will change the manual too---so they can
278provide accurate and clear documentation for the modified program. A
279manual that leaves you no choice but to write a new manual to document
280a changed version of the program is not really available to our
281community.
282
283Some kinds of limits on the way modification is handled are
284acceptable. For example, requirements to preserve the original
285author's copyright notice, the distribution terms, or the list of
286authors, are ok. It is also no problem to require modified versions
287to include notice that they were modified. Even entire sections that
288may not be deleted or changed are acceptable, as long as they deal
289with nontechnical topics (like this one). These kinds of restrictions
290are acceptable because they don't obstruct the community's normal use
291of the manual.
292
293However, it must be possible to modify all the @emph{technical}
294content of the manual, and then distribute the result in all the usual
295media, through all the usual channels. Otherwise, the restrictions
296obstruct the use of the manual, it is not free, and we need another
297manual to replace it.
298
299Please spread the word about this issue. Our community continues to
300lose manuals to proprietary publishing. If we spread the word that
301free software needs free reference manuals and free tutorials, perhaps
302the next person who wants to contribute by writing documentation will
303realize, before it is too late, that only free manuals contribute to
304the free software community.
305
306If you are writing documentation, please insist on publishing it under
307the GNU Free Documentation License or another free documentation
308license. Remember that this decision requires your approval---you
309don't have to let the publisher decide. Some commercial publishers
310will use a free license if you insist, but they will not propose the
311option; it is up to you to raise the issue and say firmly that this is
312what you want. If the publisher you are dealing with refuses, please
313try other publishers. If you're not sure whether a proposed license
42584a72 314is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
315
316You can encourage commercial publishers to sell more free, copylefted
317manuals and tutorials by buying them, and particularly by buying
318copies from the publishers that paid for their writing or for major
319improvements. Meanwhile, try to avoid buying non-free documentation
320at all. Check the distribution terms of a manual before you buy it,
321and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
322Check the history of the book, and try to reward the publishers that
323have paid or pay the authors to work on it.
959acfd1
EZ
324
325The Free Software Foundation maintains a list of free documentation
326published by other publishers, at
327@url{http://www.fsf.org/doc/other-free-books.html}.
328
6d2ebf8b 329@node Contributors
96a2c332
SS
330@unnumberedsec Contributors to @value{GDBN}
331
332Richard Stallman was the original author of @value{GDBN}, and of many
333other @sc{gnu} programs. Many others have contributed to its
334development. This section attempts to credit major contributors. One
335of the virtues of free software is that everyone is free to contribute
336to it; with regret, we cannot actually acknowledge everyone here. The
337file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
338blow-by-blow account.
339
340Changes much prior to version 2.0 are lost in the mists of time.
341
342@quotation
343@emph{Plea:} Additions to this section are particularly welcome. If you
344or your friends (or enemies, to be evenhanded) have been unfairly
345omitted from this list, we would like to add your names!
346@end quotation
347
348So that they may not regard their many labors as thankless, we
349particularly thank those who shepherded @value{GDBN} through major
350releases:
299ffc64 351Andrew Cagney (releases 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
352Jim Blandy (release 4.18);
353Jason Molenda (release 4.17);
354Stan Shebs (release 4.14);
355Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
356Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
357John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
358Jim Kingdon (releases 3.5, 3.4, and 3.3);
359and Randy Smith (releases 3.2, 3.1, and 3.0).
360
361Richard Stallman, assisted at various times by Peter TerMaat, Chris
362Hanson, and Richard Mlynarik, handled releases through 2.8.
363
b37052ae
EZ
364Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
365in @value{GDBN}, with significant additional contributions from Per
366Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
367demangler. Early work on C@t{++} was by Peter TerMaat (who also did
368much general update work leading to release 3.0).
c906108c 369
b37052ae 370@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
371object-file formats; BFD was a joint project of David V.
372Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
373
374David Johnson wrote the original COFF support; Pace Willison did
375the original support for encapsulated COFF.
376
96c405b3 377Brent Benson of Harris Computer Systems contributed DWARF2 support.
c906108c
SS
378
379Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
380Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
381support.
382Jean-Daniel Fekete contributed Sun 386i support.
383Chris Hanson improved the HP9000 support.
384Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
385David Johnson contributed Encore Umax support.
386Jyrki Kuoppala contributed Altos 3068 support.
387Jeff Law contributed HP PA and SOM support.
388Keith Packard contributed NS32K support.
389Doug Rabson contributed Acorn Risc Machine support.
390Bob Rusk contributed Harris Nighthawk CX-UX support.
391Chris Smith contributed Convex support (and Fortran debugging).
392Jonathan Stone contributed Pyramid support.
393Michael Tiemann contributed SPARC support.
394Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
395Pace Willison contributed Intel 386 support.
396Jay Vosburgh contributed Symmetry support.
a37295f9 397Marko Mlinar contributed OpenRISC 1000 support.
c906108c 398
1104b9e7 399Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
400
401Rich Schaefer and Peter Schauer helped with support of SunOS shared
402libraries.
403
404Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
405about several machine instruction sets.
406
407Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
408remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
409contributed remote debugging modules for the i960, VxWorks, A29K UDI,
410and RDI targets, respectively.
411
412Brian Fox is the author of the readline libraries providing
413command-line editing and command history.
414
7a292a7a
SS
415Andrew Beers of SUNY Buffalo wrote the language-switching code, the
416Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 417
5d161b24 418Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 419He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 420symbols.
c906108c
SS
421
422Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
423Super-H processors.
424
425NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
426
427Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
428
429Toshiba sponsored the support for the TX39 Mips processor.
430
431Matsushita sponsored the support for the MN10200 and MN10300 processors.
432
96a2c332 433Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
434
435Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
436watchpoints.
437
438Michael Snyder added support for tracepoints.
439
440Stu Grossman wrote gdbserver.
441
442Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 443nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
444
445The following people at the Hewlett-Packard Company contributed
446support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 447(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
c906108c
SS
448compiler, and the terminal user interface: Ben Krepp, Richard Title,
449John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
450Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
451information in this manual.
452
b37052ae
EZ
453DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
454Robert Hoehne made significant contributions to the DJGPP port.
455
96a2c332
SS
456Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
457development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
458fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
459Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
460Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
461Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
462Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
463addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
464JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
465Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
466Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
467Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
468Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
469Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
470Zuhn have made contributions both large and small.
c906108c 471
e2e0bcd1
JB
472Jim Blandy added support for preprocessor macros, while working for Red
473Hat.
c906108c 474
6d2ebf8b 475@node Sample Session
c906108c
SS
476@chapter A Sample @value{GDBN} Session
477
478You can use this manual at your leisure to read all about @value{GDBN}.
479However, a handful of commands are enough to get started using the
480debugger. This chapter illustrates those commands.
481
482@iftex
483In this sample session, we emphasize user input like this: @b{input},
484to make it easier to pick out from the surrounding output.
485@end iftex
486
487@c FIXME: this example may not be appropriate for some configs, where
488@c FIXME...primary interest is in remote use.
489
490One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
491processor) exhibits the following bug: sometimes, when we change its
492quote strings from the default, the commands used to capture one macro
493definition within another stop working. In the following short @code{m4}
494session, we define a macro @code{foo} which expands to @code{0000}; we
495then use the @code{m4} built-in @code{defn} to define @code{bar} as the
496same thing. However, when we change the open quote string to
497@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
498procedure fails to define a new synonym @code{baz}:
499
500@smallexample
501$ @b{cd gnu/m4}
502$ @b{./m4}
503@b{define(foo,0000)}
504
505@b{foo}
5060000
507@b{define(bar,defn(`foo'))}
508
509@b{bar}
5100000
511@b{changequote(<QUOTE>,<UNQUOTE>)}
512
513@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
514@b{baz}
515@b{C-d}
516m4: End of input: 0: fatal error: EOF in string
517@end smallexample
518
519@noindent
520Let us use @value{GDBN} to try to see what is going on.
521
c906108c
SS
522@smallexample
523$ @b{@value{GDBP} m4}
524@c FIXME: this falsifies the exact text played out, to permit smallbook
525@c FIXME... format to come out better.
526@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 527 of it under certain conditions; type "show copying" to see
c906108c 528 the conditions.
5d161b24 529There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
530 for details.
531
532@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
533(@value{GDBP})
534@end smallexample
c906108c
SS
535
536@noindent
537@value{GDBN} reads only enough symbol data to know where to find the
538rest when needed; as a result, the first prompt comes up very quickly.
539We now tell @value{GDBN} to use a narrower display width than usual, so
540that examples fit in this manual.
541
542@smallexample
543(@value{GDBP}) @b{set width 70}
544@end smallexample
545
546@noindent
547We need to see how the @code{m4} built-in @code{changequote} works.
548Having looked at the source, we know the relevant subroutine is
549@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
550@code{break} command.
551
552@smallexample
553(@value{GDBP}) @b{break m4_changequote}
554Breakpoint 1 at 0x62f4: file builtin.c, line 879.
555@end smallexample
556
557@noindent
558Using the @code{run} command, we start @code{m4} running under @value{GDBN}
559control; as long as control does not reach the @code{m4_changequote}
560subroutine, the program runs as usual:
561
562@smallexample
563(@value{GDBP}) @b{run}
564Starting program: /work/Editorial/gdb/gnu/m4/m4
565@b{define(foo,0000)}
566
567@b{foo}
5680000
569@end smallexample
570
571@noindent
572To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
573suspends execution of @code{m4}, displaying information about the
574context where it stops.
575
576@smallexample
577@b{changequote(<QUOTE>,<UNQUOTE>)}
578
5d161b24 579Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
580 at builtin.c:879
581879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
582@end smallexample
583
584@noindent
585Now we use the command @code{n} (@code{next}) to advance execution to
586the next line of the current function.
587
588@smallexample
589(@value{GDBP}) @b{n}
590882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
591 : nil,
592@end smallexample
593
594@noindent
595@code{set_quotes} looks like a promising subroutine. We can go into it
596by using the command @code{s} (@code{step}) instead of @code{next}.
597@code{step} goes to the next line to be executed in @emph{any}
598subroutine, so it steps into @code{set_quotes}.
599
600@smallexample
601(@value{GDBP}) @b{s}
602set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
603 at input.c:530
604530 if (lquote != def_lquote)
605@end smallexample
606
607@noindent
608The display that shows the subroutine where @code{m4} is now
609suspended (and its arguments) is called a stack frame display. It
610shows a summary of the stack. We can use the @code{backtrace}
611command (which can also be spelled @code{bt}), to see where we are
612in the stack as a whole: the @code{backtrace} command displays a
613stack frame for each active subroutine.
614
615@smallexample
616(@value{GDBP}) @b{bt}
617#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
618 at input.c:530
5d161b24 619#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
620 at builtin.c:882
621#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
622#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
623 at macro.c:71
624#4 0x79dc in expand_input () at macro.c:40
625#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
626@end smallexample
627
628@noindent
629We step through a few more lines to see what happens. The first two
630times, we can use @samp{s}; the next two times we use @code{n} to avoid
631falling into the @code{xstrdup} subroutine.
632
633@smallexample
634(@value{GDBP}) @b{s}
6350x3b5c 532 if (rquote != def_rquote)
636(@value{GDBP}) @b{s}
6370x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
638def_lquote : xstrdup(lq);
639(@value{GDBP}) @b{n}
640536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
641 : xstrdup(rq);
642(@value{GDBP}) @b{n}
643538 len_lquote = strlen(rquote);
644@end smallexample
645
646@noindent
647The last line displayed looks a little odd; we can examine the variables
648@code{lquote} and @code{rquote} to see if they are in fact the new left
649and right quotes we specified. We use the command @code{p}
650(@code{print}) to see their values.
651
652@smallexample
653(@value{GDBP}) @b{p lquote}
654$1 = 0x35d40 "<QUOTE>"
655(@value{GDBP}) @b{p rquote}
656$2 = 0x35d50 "<UNQUOTE>"
657@end smallexample
658
659@noindent
660@code{lquote} and @code{rquote} are indeed the new left and right quotes.
661To look at some context, we can display ten lines of source
662surrounding the current line with the @code{l} (@code{list}) command.
663
664@smallexample
665(@value{GDBP}) @b{l}
666533 xfree(rquote);
667534
668535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
669 : xstrdup (lq);
670536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
671 : xstrdup (rq);
672537
673538 len_lquote = strlen(rquote);
674539 len_rquote = strlen(lquote);
675540 @}
676541
677542 void
678@end smallexample
679
680@noindent
681Let us step past the two lines that set @code{len_lquote} and
682@code{len_rquote}, and then examine the values of those variables.
683
684@smallexample
685(@value{GDBP}) @b{n}
686539 len_rquote = strlen(lquote);
687(@value{GDBP}) @b{n}
688540 @}
689(@value{GDBP}) @b{p len_lquote}
690$3 = 9
691(@value{GDBP}) @b{p len_rquote}
692$4 = 7
693@end smallexample
694
695@noindent
696That certainly looks wrong, assuming @code{len_lquote} and
697@code{len_rquote} are meant to be the lengths of @code{lquote} and
698@code{rquote} respectively. We can set them to better values using
699the @code{p} command, since it can print the value of
700any expression---and that expression can include subroutine calls and
701assignments.
702
703@smallexample
704(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
705$5 = 7
706(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
707$6 = 9
708@end smallexample
709
710@noindent
711Is that enough to fix the problem of using the new quotes with the
712@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
713executing with the @code{c} (@code{continue}) command, and then try the
714example that caused trouble initially:
715
716@smallexample
717(@value{GDBP}) @b{c}
718Continuing.
719
720@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
721
722baz
7230000
724@end smallexample
725
726@noindent
727Success! The new quotes now work just as well as the default ones. The
728problem seems to have been just the two typos defining the wrong
729lengths. We allow @code{m4} exit by giving it an EOF as input:
730
731@smallexample
732@b{C-d}
733Program exited normally.
734@end smallexample
735
736@noindent
737The message @samp{Program exited normally.} is from @value{GDBN}; it
738indicates @code{m4} has finished executing. We can end our @value{GDBN}
739session with the @value{GDBN} @code{quit} command.
740
741@smallexample
742(@value{GDBP}) @b{quit}
743@end smallexample
c906108c 744
6d2ebf8b 745@node Invocation
c906108c
SS
746@chapter Getting In and Out of @value{GDBN}
747
748This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 749The essentials are:
c906108c 750@itemize @bullet
5d161b24 751@item
53a5351d 752type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 753@item
c906108c
SS
754type @kbd{quit} or @kbd{C-d} to exit.
755@end itemize
756
757@menu
758* Invoking GDB:: How to start @value{GDBN}
759* Quitting GDB:: How to quit @value{GDBN}
760* Shell Commands:: How to use shell commands inside @value{GDBN}
761@end menu
762
6d2ebf8b 763@node Invoking GDB
c906108c
SS
764@section Invoking @value{GDBN}
765
c906108c
SS
766Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
767@value{GDBN} reads commands from the terminal until you tell it to exit.
768
769You can also run @code{@value{GDBP}} with a variety of arguments and options,
770to specify more of your debugging environment at the outset.
771
c906108c
SS
772The command-line options described here are designed
773to cover a variety of situations; in some environments, some of these
5d161b24 774options may effectively be unavailable.
c906108c
SS
775
776The most usual way to start @value{GDBN} is with one argument,
777specifying an executable program:
778
474c8240 779@smallexample
c906108c 780@value{GDBP} @var{program}
474c8240 781@end smallexample
c906108c 782
c906108c
SS
783@noindent
784You can also start with both an executable program and a core file
785specified:
786
474c8240 787@smallexample
c906108c 788@value{GDBP} @var{program} @var{core}
474c8240 789@end smallexample
c906108c
SS
790
791You can, instead, specify a process ID as a second argument, if you want
792to debug a running process:
793
474c8240 794@smallexample
c906108c 795@value{GDBP} @var{program} 1234
474c8240 796@end smallexample
c906108c
SS
797
798@noindent
799would attach @value{GDBN} to process @code{1234} (unless you also have a file
800named @file{1234}; @value{GDBN} does check for a core file first).
801
c906108c 802Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
803complete operating system; when you use @value{GDBN} as a remote
804debugger attached to a bare board, there may not be any notion of
805``process'', and there is often no way to get a core dump. @value{GDBN}
806will warn you if it is unable to attach or to read core dumps.
c906108c 807
aa26fa3a
TT
808You can optionally have @code{@value{GDBP}} pass any arguments after the
809executable file to the inferior using @code{--args}. This option stops
810option processing.
474c8240 811@smallexample
aa26fa3a 812gdb --args gcc -O2 -c foo.c
474c8240 813@end smallexample
aa26fa3a
TT
814This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
815@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
816
96a2c332 817You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
818@value{GDBN}'s non-warranty, by specifying @code{-silent}:
819
820@smallexample
821@value{GDBP} -silent
822@end smallexample
823
824@noindent
825You can further control how @value{GDBN} starts up by using command-line
826options. @value{GDBN} itself can remind you of the options available.
827
828@noindent
829Type
830
474c8240 831@smallexample
c906108c 832@value{GDBP} -help
474c8240 833@end smallexample
c906108c
SS
834
835@noindent
836to display all available options and briefly describe their use
837(@samp{@value{GDBP} -h} is a shorter equivalent).
838
839All options and command line arguments you give are processed
840in sequential order. The order makes a difference when the
841@samp{-x} option is used.
842
843
844@menu
c906108c
SS
845* File Options:: Choosing files
846* Mode Options:: Choosing modes
847@end menu
848
6d2ebf8b 849@node File Options
c906108c
SS
850@subsection Choosing files
851
2df3850c 852When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
853specifying an executable file and core file (or process ID). This is
854the same as if the arguments were specified by the @samp{-se} and
19837790
MS
855@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
856first argument that does not have an associated option flag as
857equivalent to the @samp{-se} option followed by that argument; and the
858second argument that does not have an associated option flag, if any, as
859equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
860If the second argument begins with a decimal digit, @value{GDBN} will
861first attempt to attach to it as a process, and if that fails, attempt
862to open it as a corefile. If you have a corefile whose name begins with
863a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 864prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
865
866If @value{GDBN} has not been configured to included core file support,
867such as for most embedded targets, then it will complain about a second
868argument and ignore it.
c906108c
SS
869
870Many options have both long and short forms; both are shown in the
871following list. @value{GDBN} also recognizes the long forms if you truncate
872them, so long as enough of the option is present to be unambiguous.
873(If you prefer, you can flag option arguments with @samp{--} rather
874than @samp{-}, though we illustrate the more usual convention.)
875
d700128c
EZ
876@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
877@c way, both those who look for -foo and --foo in the index, will find
878@c it.
879
c906108c
SS
880@table @code
881@item -symbols @var{file}
882@itemx -s @var{file}
d700128c
EZ
883@cindex @code{--symbols}
884@cindex @code{-s}
c906108c
SS
885Read symbol table from file @var{file}.
886
887@item -exec @var{file}
888@itemx -e @var{file}
d700128c
EZ
889@cindex @code{--exec}
890@cindex @code{-e}
7a292a7a
SS
891Use file @var{file} as the executable file to execute when appropriate,
892and for examining pure data in conjunction with a core dump.
c906108c
SS
893
894@item -se @var{file}
d700128c 895@cindex @code{--se}
c906108c
SS
896Read symbol table from file @var{file} and use it as the executable
897file.
898
c906108c
SS
899@item -core @var{file}
900@itemx -c @var{file}
d700128c
EZ
901@cindex @code{--core}
902@cindex @code{-c}
19837790 903Use file @var{file} as a core dump to examine.
c906108c
SS
904
905@item -c @var{number}
19837790
MS
906@item -pid @var{number}
907@itemx -p @var{number}
908@cindex @code{--pid}
909@cindex @code{-p}
910Connect to process ID @var{number}, as with the @code{attach} command.
911If there is no such process, @value{GDBN} will attempt to open a core
912file named @var{number}.
c906108c
SS
913
914@item -command @var{file}
915@itemx -x @var{file}
d700128c
EZ
916@cindex @code{--command}
917@cindex @code{-x}
c906108c
SS
918Execute @value{GDBN} commands from file @var{file}. @xref{Command
919Files,, Command files}.
920
921@item -directory @var{directory}
922@itemx -d @var{directory}
d700128c
EZ
923@cindex @code{--directory}
924@cindex @code{-d}
c906108c
SS
925Add @var{directory} to the path to search for source files.
926
c906108c
SS
927@item -m
928@itemx -mapped
d700128c
EZ
929@cindex @code{--mapped}
930@cindex @code{-m}
c906108c
SS
931@emph{Warning: this option depends on operating system facilities that are not
932supported on all systems.}@*
933If memory-mapped files are available on your system through the @code{mmap}
5d161b24 934system call, you can use this option
c906108c
SS
935to have @value{GDBN} write the symbols from your
936program into a reusable file in the current directory. If the program you are debugging is
96a2c332 937called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
938Future @value{GDBN} debugging sessions notice the presence of this file,
939and can quickly map in symbol information from it, rather than reading
940the symbol table from the executable program.
941
942The @file{.syms} file is specific to the host machine where @value{GDBN}
943is run. It holds an exact image of the internal @value{GDBN} symbol
944table. It cannot be shared across multiple host platforms.
c906108c 945
c906108c
SS
946@item -r
947@itemx -readnow
d700128c
EZ
948@cindex @code{--readnow}
949@cindex @code{-r}
c906108c
SS
950Read each symbol file's entire symbol table immediately, rather than
951the default, which is to read it incrementally as it is needed.
952This makes startup slower, but makes future operations faster.
53a5351d 953
c906108c
SS
954@end table
955
2df3850c 956You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 957order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
958information. (@xref{Files,,Commands to specify files}, for information
959on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
960but build a @file{.syms} file for future use is:
c906108c 961
474c8240 962@smallexample
2df3850c 963gdb -batch -nx -mapped -readnow programname
474c8240 964@end smallexample
c906108c 965
6d2ebf8b 966@node Mode Options
c906108c
SS
967@subsection Choosing modes
968
969You can run @value{GDBN} in various alternative modes---for example, in
970batch mode or quiet mode.
971
972@table @code
973@item -nx
974@itemx -n
d700128c
EZ
975@cindex @code{--nx}
976@cindex @code{-n}
96565e91 977Do not execute commands found in any initialization files. Normally,
2df3850c
JM
978@value{GDBN} executes the commands in these files after all the command
979options and arguments have been processed. @xref{Command Files,,Command
980files}.
c906108c
SS
981
982@item -quiet
d700128c 983@itemx -silent
c906108c 984@itemx -q
d700128c
EZ
985@cindex @code{--quiet}
986@cindex @code{--silent}
987@cindex @code{-q}
c906108c
SS
988``Quiet''. Do not print the introductory and copyright messages. These
989messages are also suppressed in batch mode.
990
991@item -batch
d700128c 992@cindex @code{--batch}
c906108c
SS
993Run in batch mode. Exit with status @code{0} after processing all the
994command files specified with @samp{-x} (and all commands from
995initialization files, if not inhibited with @samp{-n}). Exit with
996nonzero status if an error occurs in executing the @value{GDBN} commands
997in the command files.
998
2df3850c
JM
999Batch mode may be useful for running @value{GDBN} as a filter, for
1000example to download and run a program on another computer; in order to
1001make this more useful, the message
c906108c 1002
474c8240 1003@smallexample
c906108c 1004Program exited normally.
474c8240 1005@end smallexample
c906108c
SS
1006
1007@noindent
2df3850c
JM
1008(which is ordinarily issued whenever a program running under
1009@value{GDBN} control terminates) is not issued when running in batch
1010mode.
1011
1012@item -nowindows
1013@itemx -nw
d700128c
EZ
1014@cindex @code{--nowindows}
1015@cindex @code{-nw}
2df3850c 1016``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1017(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1018interface. If no GUI is available, this option has no effect.
1019
1020@item -windows
1021@itemx -w
d700128c
EZ
1022@cindex @code{--windows}
1023@cindex @code{-w}
2df3850c
JM
1024If @value{GDBN} includes a GUI, then this option requires it to be
1025used if possible.
c906108c
SS
1026
1027@item -cd @var{directory}
d700128c 1028@cindex @code{--cd}
c906108c
SS
1029Run @value{GDBN} using @var{directory} as its working directory,
1030instead of the current directory.
1031
c906108c
SS
1032@item -fullname
1033@itemx -f
d700128c
EZ
1034@cindex @code{--fullname}
1035@cindex @code{-f}
7a292a7a
SS
1036@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1037subprocess. It tells @value{GDBN} to output the full file name and line
1038number in a standard, recognizable fashion each time a stack frame is
1039displayed (which includes each time your program stops). This
1040recognizable format looks like two @samp{\032} characters, followed by
1041the file name, line number and character position separated by colons,
1042and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1043@samp{\032} characters as a signal to display the source code for the
1044frame.
c906108c 1045
d700128c
EZ
1046@item -epoch
1047@cindex @code{--epoch}
1048The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1049@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1050routines so as to allow Epoch to display values of expressions in a
1051separate window.
1052
1053@item -annotate @var{level}
1054@cindex @code{--annotate}
1055This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1056effect is identical to using @samp{set annotate @var{level}}
1057(@pxref{Annotations}).
1058Annotation level controls how much information does @value{GDBN} print
1059together with its prompt, values of expressions, source lines, and other
1060types of output. Level 0 is the normal, level 1 is for use when
1061@value{GDBN} is run as a subprocess of @sc{gnu} Emacs, level 2 is the
1062maximum annotation suitable for programs that control @value{GDBN}.
1063
1064@item -async
1065@cindex @code{--async}
1066Use the asynchronous event loop for the command-line interface.
1067@value{GDBN} processes all events, such as user keyboard input, via a
1068special event loop. This allows @value{GDBN} to accept and process user
1069commands in parallel with the debugged process being
1070run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1071MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1072suspended when the debuggee runs.}, so you don't need to wait for
1073control to return to @value{GDBN} before you type the next command.
b37052ae 1074(@emph{Note:} as of version 5.1, the target side of the asynchronous
d700128c
EZ
1075operation is not yet in place, so @samp{-async} does not work fully
1076yet.)
1077@c FIXME: when the target side of the event loop is done, the above NOTE
1078@c should be removed.
1079
1080When the standard input is connected to a terminal device, @value{GDBN}
1081uses the asynchronous event loop by default, unless disabled by the
1082@samp{-noasync} option.
1083
1084@item -noasync
1085@cindex @code{--noasync}
1086Disable the asynchronous event loop for the command-line interface.
1087
aa26fa3a
TT
1088@item --args
1089@cindex @code{--args}
1090Change interpretation of command line so that arguments following the
1091executable file are passed as command line arguments to the inferior.
1092This option stops option processing.
1093
2df3850c
JM
1094@item -baud @var{bps}
1095@itemx -b @var{bps}
d700128c
EZ
1096@cindex @code{--baud}
1097@cindex @code{-b}
c906108c
SS
1098Set the line speed (baud rate or bits per second) of any serial
1099interface used by @value{GDBN} for remote debugging.
c906108c
SS
1100
1101@item -tty @var{device}
d700128c
EZ
1102@itemx -t @var{device}
1103@cindex @code{--tty}
1104@cindex @code{-t}
c906108c
SS
1105Run using @var{device} for your program's standard input and output.
1106@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1107
53a5351d 1108@c resolve the situation of these eventually
c4555f82
SC
1109@item -tui
1110@cindex @code{--tui}
1111Activate the Terminal User Interface when starting.
1112The Terminal User Interface manages several text windows on the terminal,
1113showing source, assembly, registers and @value{GDBN} command outputs
1114(@pxref{TUI, ,@value{GDBN} Text User Interface}).
1115Do not use this option if you run @value{GDBN} from Emacs
1116(@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1117
1118@c @item -xdb
d700128c 1119@c @cindex @code{--xdb}
53a5351d
JM
1120@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1121@c For information, see the file @file{xdb_trans.html}, which is usually
1122@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1123@c systems.
1124
d700128c
EZ
1125@item -interpreter @var{interp}
1126@cindex @code{--interpreter}
1127Use the interpreter @var{interp} for interface with the controlling
1128program or device. This option is meant to be set by programs which
94bbb2c0
AC
1129communicate with @value{GDBN} using it as a back end.
1130
da0f9dcd
AC
1131@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1132@value{GDBN} to use the current @dfn{@sc{gdb/mi} interface}
1133(@pxref{GDB/MI, , The @sc{gdb/mi} Interface}). The previous @sc{gdb/mi}
1134interface, included in @value{GDBN} version 5.3, can be selected with
1135@samp{--interpreter=mi1}. Earlier @sc{gdb/mi} interfaces
1136are not supported.
d700128c
EZ
1137
1138@item -write
1139@cindex @code{--write}
1140Open the executable and core files for both reading and writing. This
1141is equivalent to the @samp{set write on} command inside @value{GDBN}
1142(@pxref{Patching}).
1143
1144@item -statistics
1145@cindex @code{--statistics}
1146This option causes @value{GDBN} to print statistics about time and
1147memory usage after it completes each command and returns to the prompt.
1148
1149@item -version
1150@cindex @code{--version}
1151This option causes @value{GDBN} to print its version number and
1152no-warranty blurb, and exit.
1153
c906108c
SS
1154@end table
1155
6d2ebf8b 1156@node Quitting GDB
c906108c
SS
1157@section Quitting @value{GDBN}
1158@cindex exiting @value{GDBN}
1159@cindex leaving @value{GDBN}
1160
1161@table @code
1162@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1163@kindex q @r{(@code{quit})}
96a2c332
SS
1164@item quit @r{[}@var{expression}@r{]}
1165@itemx q
1166To exit @value{GDBN}, use the @code{quit} command (abbreviated
1167@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1168do not supply @var{expression}, @value{GDBN} will terminate normally;
1169otherwise it will terminate using the result of @var{expression} as the
1170error code.
c906108c
SS
1171@end table
1172
1173@cindex interrupt
1174An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1175terminates the action of any @value{GDBN} command that is in progress and
1176returns to @value{GDBN} command level. It is safe to type the interrupt
1177character at any time because @value{GDBN} does not allow it to take effect
1178until a time when it is safe.
1179
c906108c
SS
1180If you have been using @value{GDBN} to control an attached process or
1181device, you can release it with the @code{detach} command
1182(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1183
6d2ebf8b 1184@node Shell Commands
c906108c
SS
1185@section Shell commands
1186
1187If you need to execute occasional shell commands during your
1188debugging session, there is no need to leave or suspend @value{GDBN}; you can
1189just use the @code{shell} command.
1190
1191@table @code
1192@kindex shell
1193@cindex shell escape
1194@item shell @var{command string}
1195Invoke a standard shell to execute @var{command string}.
c906108c 1196If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1197shell to run. Otherwise @value{GDBN} uses the default shell
1198(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1199@end table
1200
1201The utility @code{make} is often needed in development environments.
1202You do not have to use the @code{shell} command for this purpose in
1203@value{GDBN}:
1204
1205@table @code
1206@kindex make
1207@cindex calling make
1208@item make @var{make-args}
1209Execute the @code{make} program with the specified
1210arguments. This is equivalent to @samp{shell make @var{make-args}}.
1211@end table
1212
6d2ebf8b 1213@node Commands
c906108c
SS
1214@chapter @value{GDBN} Commands
1215
1216You can abbreviate a @value{GDBN} command to the first few letters of the command
1217name, if that abbreviation is unambiguous; and you can repeat certain
1218@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1219key to get @value{GDBN} to fill out the rest of a word in a command (or to
1220show you the alternatives available, if there is more than one possibility).
1221
1222@menu
1223* Command Syntax:: How to give commands to @value{GDBN}
1224* Completion:: Command completion
1225* Help:: How to ask @value{GDBN} for help
1226@end menu
1227
6d2ebf8b 1228@node Command Syntax
c906108c
SS
1229@section Command syntax
1230
1231A @value{GDBN} command is a single line of input. There is no limit on
1232how long it can be. It starts with a command name, which is followed by
1233arguments whose meaning depends on the command name. For example, the
1234command @code{step} accepts an argument which is the number of times to
1235step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1236with no arguments. Some commands do not allow any arguments.
c906108c
SS
1237
1238@cindex abbreviation
1239@value{GDBN} command names may always be truncated if that abbreviation is
1240unambiguous. Other possible command abbreviations are listed in the
1241documentation for individual commands. In some cases, even ambiguous
1242abbreviations are allowed; for example, @code{s} is specially defined as
1243equivalent to @code{step} even though there are other commands whose
1244names start with @code{s}. You can test abbreviations by using them as
1245arguments to the @code{help} command.
1246
1247@cindex repeating commands
41afff9a 1248@kindex RET @r{(repeat last command)}
c906108c 1249A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1250repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1251will not repeat this way; these are commands whose unintentional
1252repetition might cause trouble and which you are unlikely to want to
1253repeat.
1254
1255The @code{list} and @code{x} commands, when you repeat them with
1256@key{RET}, construct new arguments rather than repeating
1257exactly as typed. This permits easy scanning of source or memory.
1258
1259@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1260output, in a way similar to the common utility @code{more}
1261(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1262@key{RET} too many in this situation, @value{GDBN} disables command
1263repetition after any command that generates this sort of display.
1264
41afff9a 1265@kindex # @r{(a comment)}
c906108c
SS
1266@cindex comment
1267Any text from a @kbd{#} to the end of the line is a comment; it does
1268nothing. This is useful mainly in command files (@pxref{Command
1269Files,,Command files}).
1270
88118b3a
TT
1271@cindex repeating command sequences
1272@kindex C-o @r{(operate-and-get-next)}
1273The @kbd{C-o} binding is useful for repeating a complex sequence of
1274commands. This command accepts the current line, like @kbd{RET}, and
1275then fetches the next line relative to the current line from the history
1276for editing.
1277
6d2ebf8b 1278@node Completion
c906108c
SS
1279@section Command completion
1280
1281@cindex completion
1282@cindex word completion
1283@value{GDBN} can fill in the rest of a word in a command for you, if there is
1284only one possibility; it can also show you what the valid possibilities
1285are for the next word in a command, at any time. This works for @value{GDBN}
1286commands, @value{GDBN} subcommands, and the names of symbols in your program.
1287
1288Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1289of a word. If there is only one possibility, @value{GDBN} fills in the
1290word, and waits for you to finish the command (or press @key{RET} to
1291enter it). For example, if you type
1292
1293@c FIXME "@key" does not distinguish its argument sufficiently to permit
1294@c complete accuracy in these examples; space introduced for clarity.
1295@c If texinfo enhancements make it unnecessary, it would be nice to
1296@c replace " @key" by "@key" in the following...
474c8240 1297@smallexample
c906108c 1298(@value{GDBP}) info bre @key{TAB}
474c8240 1299@end smallexample
c906108c
SS
1300
1301@noindent
1302@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1303the only @code{info} subcommand beginning with @samp{bre}:
1304
474c8240 1305@smallexample
c906108c 1306(@value{GDBP}) info breakpoints
474c8240 1307@end smallexample
c906108c
SS
1308
1309@noindent
1310You can either press @key{RET} at this point, to run the @code{info
1311breakpoints} command, or backspace and enter something else, if
1312@samp{breakpoints} does not look like the command you expected. (If you
1313were sure you wanted @code{info breakpoints} in the first place, you
1314might as well just type @key{RET} immediately after @samp{info bre},
1315to exploit command abbreviations rather than command completion).
1316
1317If there is more than one possibility for the next word when you press
1318@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1319characters and try again, or just press @key{TAB} a second time;
1320@value{GDBN} displays all the possible completions for that word. For
1321example, you might want to set a breakpoint on a subroutine whose name
1322begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1323just sounds the bell. Typing @key{TAB} again displays all the
1324function names in your program that begin with those characters, for
1325example:
1326
474c8240 1327@smallexample
c906108c
SS
1328(@value{GDBP}) b make_ @key{TAB}
1329@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1330make_a_section_from_file make_environ
1331make_abs_section make_function_type
1332make_blockvector make_pointer_type
1333make_cleanup make_reference_type
c906108c
SS
1334make_command make_symbol_completion_list
1335(@value{GDBP}) b make_
474c8240 1336@end smallexample
c906108c
SS
1337
1338@noindent
1339After displaying the available possibilities, @value{GDBN} copies your
1340partial input (@samp{b make_} in the example) so you can finish the
1341command.
1342
1343If you just want to see the list of alternatives in the first place, you
b37052ae 1344can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1345means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1346key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1347one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1348
1349@cindex quotes in commands
1350@cindex completion of quoted strings
1351Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1352parentheses or other characters that @value{GDBN} normally excludes from
1353its notion of a word. To permit word completion to work in this
1354situation, you may enclose words in @code{'} (single quote marks) in
1355@value{GDBN} commands.
c906108c 1356
c906108c 1357The most likely situation where you might need this is in typing the
b37052ae
EZ
1358name of a C@t{++} function. This is because C@t{++} allows function
1359overloading (multiple definitions of the same function, distinguished
1360by argument type). For example, when you want to set a breakpoint you
1361may need to distinguish whether you mean the version of @code{name}
1362that takes an @code{int} parameter, @code{name(int)}, or the version
1363that takes a @code{float} parameter, @code{name(float)}. To use the
1364word-completion facilities in this situation, type a single quote
1365@code{'} at the beginning of the function name. This alerts
1366@value{GDBN} that it may need to consider more information than usual
1367when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1368
474c8240 1369@smallexample
96a2c332 1370(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1371bubble(double,double) bubble(int,int)
1372(@value{GDBP}) b 'bubble(
474c8240 1373@end smallexample
c906108c
SS
1374
1375In some cases, @value{GDBN} can tell that completing a name requires using
1376quotes. When this happens, @value{GDBN} inserts the quote for you (while
1377completing as much as it can) if you do not type the quote in the first
1378place:
1379
474c8240 1380@smallexample
c906108c
SS
1381(@value{GDBP}) b bub @key{TAB}
1382@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1383(@value{GDBP}) b 'bubble(
474c8240 1384@end smallexample
c906108c
SS
1385
1386@noindent
1387In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1388you have not yet started typing the argument list when you ask for
1389completion on an overloaded symbol.
1390
d4f3574e 1391For more information about overloaded functions, see @ref{C plus plus
b37052ae 1392expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1393overload-resolution off} to disable overload resolution;
b37052ae 1394see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1395
1396
6d2ebf8b 1397@node Help
c906108c
SS
1398@section Getting help
1399@cindex online documentation
1400@kindex help
1401
5d161b24 1402You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1403using the command @code{help}.
1404
1405@table @code
41afff9a 1406@kindex h @r{(@code{help})}
c906108c
SS
1407@item help
1408@itemx h
1409You can use @code{help} (abbreviated @code{h}) with no arguments to
1410display a short list of named classes of commands:
1411
1412@smallexample
1413(@value{GDBP}) help
1414List of classes of commands:
1415
2df3850c 1416aliases -- Aliases of other commands
c906108c 1417breakpoints -- Making program stop at certain points
2df3850c 1418data -- Examining data
c906108c 1419files -- Specifying and examining files
2df3850c
JM
1420internals -- Maintenance commands
1421obscure -- Obscure features
1422running -- Running the program
1423stack -- Examining the stack
c906108c
SS
1424status -- Status inquiries
1425support -- Support facilities
96a2c332
SS
1426tracepoints -- Tracing of program execution without@*
1427 stopping the program
c906108c 1428user-defined -- User-defined commands
c906108c 1429
5d161b24 1430Type "help" followed by a class name for a list of
c906108c 1431commands in that class.
5d161b24 1432Type "help" followed by command name for full
c906108c
SS
1433documentation.
1434Command name abbreviations are allowed if unambiguous.
1435(@value{GDBP})
1436@end smallexample
96a2c332 1437@c the above line break eliminates huge line overfull...
c906108c
SS
1438
1439@item help @var{class}
1440Using one of the general help classes as an argument, you can get a
1441list of the individual commands in that class. For example, here is the
1442help display for the class @code{status}:
1443
1444@smallexample
1445(@value{GDBP}) help status
1446Status inquiries.
1447
1448List of commands:
1449
1450@c Line break in "show" line falsifies real output, but needed
1451@c to fit in smallbook page size.
2df3850c
JM
1452info -- Generic command for showing things
1453 about the program being debugged
1454show -- Generic command for showing things
1455 about the debugger
c906108c 1456
5d161b24 1457Type "help" followed by command name for full
c906108c
SS
1458documentation.
1459Command name abbreviations are allowed if unambiguous.
1460(@value{GDBP})
1461@end smallexample
1462
1463@item help @var{command}
1464With a command name as @code{help} argument, @value{GDBN} displays a
1465short paragraph on how to use that command.
1466
6837a0a2
DB
1467@kindex apropos
1468@item apropos @var{args}
1469The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1470commands, and their documentation, for the regular expression specified in
1471@var{args}. It prints out all matches found. For example:
1472
1473@smallexample
1474apropos reload
1475@end smallexample
1476
b37052ae
EZ
1477@noindent
1478results in:
6837a0a2
DB
1479
1480@smallexample
6d2ebf8b
SS
1481@c @group
1482set symbol-reloading -- Set dynamic symbol table reloading
1483 multiple times in one run
1484show symbol-reloading -- Show dynamic symbol table reloading
1485 multiple times in one run
1486@c @end group
6837a0a2
DB
1487@end smallexample
1488
c906108c
SS
1489@kindex complete
1490@item complete @var{args}
1491The @code{complete @var{args}} command lists all the possible completions
1492for the beginning of a command. Use @var{args} to specify the beginning of the
1493command you want completed. For example:
1494
1495@smallexample
1496complete i
1497@end smallexample
1498
1499@noindent results in:
1500
1501@smallexample
1502@group
2df3850c
JM
1503if
1504ignore
c906108c
SS
1505info
1506inspect
c906108c
SS
1507@end group
1508@end smallexample
1509
1510@noindent This is intended for use by @sc{gnu} Emacs.
1511@end table
1512
1513In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1514and @code{show} to inquire about the state of your program, or the state
1515of @value{GDBN} itself. Each command supports many topics of inquiry; this
1516manual introduces each of them in the appropriate context. The listings
1517under @code{info} and under @code{show} in the Index point to
1518all the sub-commands. @xref{Index}.
1519
1520@c @group
1521@table @code
1522@kindex info
41afff9a 1523@kindex i @r{(@code{info})}
c906108c
SS
1524@item info
1525This command (abbreviated @code{i}) is for describing the state of your
1526program. For example, you can list the arguments given to your program
1527with @code{info args}, list the registers currently in use with @code{info
1528registers}, or list the breakpoints you have set with @code{info breakpoints}.
1529You can get a complete list of the @code{info} sub-commands with
1530@w{@code{help info}}.
1531
1532@kindex set
1533@item set
5d161b24 1534You can assign the result of an expression to an environment variable with
c906108c
SS
1535@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1536@code{set prompt $}.
1537
1538@kindex show
1539@item show
5d161b24 1540In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1541@value{GDBN} itself.
1542You can change most of the things you can @code{show}, by using the
1543related command @code{set}; for example, you can control what number
1544system is used for displays with @code{set radix}, or simply inquire
1545which is currently in use with @code{show radix}.
1546
1547@kindex info set
1548To display all the settable parameters and their current
1549values, you can use @code{show} with no arguments; you may also use
1550@code{info set}. Both commands produce the same display.
1551@c FIXME: "info set" violates the rule that "info" is for state of
1552@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1553@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1554@end table
1555@c @end group
1556
1557Here are three miscellaneous @code{show} subcommands, all of which are
1558exceptional in lacking corresponding @code{set} commands:
1559
1560@table @code
1561@kindex show version
1562@cindex version number
1563@item show version
1564Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1565information in @value{GDBN} bug-reports. If multiple versions of
1566@value{GDBN} are in use at your site, you may need to determine which
1567version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1568commands are introduced, and old ones may wither away. Also, many
1569system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1570variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1571The version number is the same as the one announced when you start
1572@value{GDBN}.
c906108c
SS
1573
1574@kindex show copying
1575@item show copying
1576Display information about permission for copying @value{GDBN}.
1577
1578@kindex show warranty
1579@item show warranty
2df3850c 1580Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1581if your version of @value{GDBN} comes with one.
2df3850c 1582
c906108c
SS
1583@end table
1584
6d2ebf8b 1585@node Running
c906108c
SS
1586@chapter Running Programs Under @value{GDBN}
1587
1588When you run a program under @value{GDBN}, you must first generate
1589debugging information when you compile it.
7a292a7a
SS
1590
1591You may start @value{GDBN} with its arguments, if any, in an environment
1592of your choice. If you are doing native debugging, you may redirect
1593your program's input and output, debug an already running process, or
1594kill a child process.
c906108c
SS
1595
1596@menu
1597* Compilation:: Compiling for debugging
1598* Starting:: Starting your program
c906108c
SS
1599* Arguments:: Your program's arguments
1600* Environment:: Your program's environment
c906108c
SS
1601
1602* Working Directory:: Your program's working directory
1603* Input/Output:: Your program's input and output
1604* Attach:: Debugging an already-running process
1605* Kill Process:: Killing the child process
c906108c
SS
1606
1607* Threads:: Debugging programs with multiple threads
1608* Processes:: Debugging programs with multiple processes
1609@end menu
1610
6d2ebf8b 1611@node Compilation
c906108c
SS
1612@section Compiling for debugging
1613
1614In order to debug a program effectively, you need to generate
1615debugging information when you compile it. This debugging information
1616is stored in the object file; it describes the data type of each
1617variable or function and the correspondence between source line numbers
1618and addresses in the executable code.
1619
1620To request debugging information, specify the @samp{-g} option when you run
1621the compiler.
1622
e2e0bcd1
JB
1623Most compilers do not include information about preprocessor macros in
1624the debugging information if you specify the @option{-g} flag alone,
1625because this information is rather large. Version 3.1 of @value{NGCC},
1626the @sc{gnu} C compiler, provides macro information if you specify the
1627options @option{-gdwarf-2} and @option{-g3}; the former option requests
1628debugging information in the Dwarf 2 format, and the latter requests
1629``extra information''. In the future, we hope to find more compact ways
1630to represent macro information, so that it can be included with
1631@option{-g} alone.
1632
c906108c
SS
1633Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1634options together. Using those compilers, you cannot generate optimized
1635executables containing debugging information.
1636
53a5351d
JM
1637@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1638without @samp{-O}, making it possible to debug optimized code. We
1639recommend that you @emph{always} use @samp{-g} whenever you compile a
1640program. You may think your program is correct, but there is no sense
1641in pushing your luck.
c906108c
SS
1642
1643@cindex optimized code, debugging
1644@cindex debugging optimized code
1645When you debug a program compiled with @samp{-g -O}, remember that the
1646optimizer is rearranging your code; the debugger shows you what is
1647really there. Do not be too surprised when the execution path does not
1648exactly match your source file! An extreme example: if you define a
1649variable, but never use it, @value{GDBN} never sees that
1650variable---because the compiler optimizes it out of existence.
1651
1652Some things do not work as well with @samp{-g -O} as with just
1653@samp{-g}, particularly on machines with instruction scheduling. If in
1654doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1655please report it to us as a bug (including a test case!).
1656
1657Older versions of the @sc{gnu} C compiler permitted a variant option
1658@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1659format; if your @sc{gnu} C compiler has this option, do not use it.
1660
1661@need 2000
6d2ebf8b 1662@node Starting
c906108c
SS
1663@section Starting your program
1664@cindex starting
1665@cindex running
1666
1667@table @code
1668@kindex run
41afff9a 1669@kindex r @r{(@code{run})}
c906108c
SS
1670@item run
1671@itemx r
7a292a7a
SS
1672Use the @code{run} command to start your program under @value{GDBN}.
1673You must first specify the program name (except on VxWorks) with an
1674argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1675@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1676(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1677
1678@end table
1679
c906108c
SS
1680If you are running your program in an execution environment that
1681supports processes, @code{run} creates an inferior process and makes
1682that process run your program. (In environments without processes,
1683@code{run} jumps to the start of your program.)
1684
1685The execution of a program is affected by certain information it
1686receives from its superior. @value{GDBN} provides ways to specify this
1687information, which you must do @emph{before} starting your program. (You
1688can change it after starting your program, but such changes only affect
1689your program the next time you start it.) This information may be
1690divided into four categories:
1691
1692@table @asis
1693@item The @emph{arguments.}
1694Specify the arguments to give your program as the arguments of the
1695@code{run} command. If a shell is available on your target, the shell
1696is used to pass the arguments, so that you may use normal conventions
1697(such as wildcard expansion or variable substitution) in describing
1698the arguments.
1699In Unix systems, you can control which shell is used with the
1700@code{SHELL} environment variable.
1701@xref{Arguments, ,Your program's arguments}.
1702
1703@item The @emph{environment.}
1704Your program normally inherits its environment from @value{GDBN}, but you can
1705use the @value{GDBN} commands @code{set environment} and @code{unset
1706environment} to change parts of the environment that affect
1707your program. @xref{Environment, ,Your program's environment}.
1708
1709@item The @emph{working directory.}
1710Your program inherits its working directory from @value{GDBN}. You can set
1711the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1712@xref{Working Directory, ,Your program's working directory}.
1713
1714@item The @emph{standard input and output.}
1715Your program normally uses the same device for standard input and
1716standard output as @value{GDBN} is using. You can redirect input and output
1717in the @code{run} command line, or you can use the @code{tty} command to
1718set a different device for your program.
1719@xref{Input/Output, ,Your program's input and output}.
1720
1721@cindex pipes
1722@emph{Warning:} While input and output redirection work, you cannot use
1723pipes to pass the output of the program you are debugging to another
1724program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1725wrong program.
1726@end table
c906108c
SS
1727
1728When you issue the @code{run} command, your program begins to execute
1729immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1730of how to arrange for your program to stop. Once your program has
1731stopped, you may call functions in your program, using the @code{print}
1732or @code{call} commands. @xref{Data, ,Examining Data}.
1733
1734If the modification time of your symbol file has changed since the last
1735time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1736table, and reads it again. When it does this, @value{GDBN} tries to retain
1737your current breakpoints.
1738
6d2ebf8b 1739@node Arguments
c906108c
SS
1740@section Your program's arguments
1741
1742@cindex arguments (to your program)
1743The arguments to your program can be specified by the arguments of the
5d161b24 1744@code{run} command.
c906108c
SS
1745They are passed to a shell, which expands wildcard characters and
1746performs redirection of I/O, and thence to your program. Your
1747@code{SHELL} environment variable (if it exists) specifies what shell
1748@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1749the default shell (@file{/bin/sh} on Unix).
1750
1751On non-Unix systems, the program is usually invoked directly by
1752@value{GDBN}, which emulates I/O redirection via the appropriate system
1753calls, and the wildcard characters are expanded by the startup code of
1754the program, not by the shell.
c906108c
SS
1755
1756@code{run} with no arguments uses the same arguments used by the previous
1757@code{run}, or those set by the @code{set args} command.
1758
c906108c 1759@table @code
41afff9a 1760@kindex set args
c906108c
SS
1761@item set args
1762Specify the arguments to be used the next time your program is run. If
1763@code{set args} has no arguments, @code{run} executes your program
1764with no arguments. Once you have run your program with arguments,
1765using @code{set args} before the next @code{run} is the only way to run
1766it again without arguments.
1767
1768@kindex show args
1769@item show args
1770Show the arguments to give your program when it is started.
1771@end table
1772
6d2ebf8b 1773@node Environment
c906108c
SS
1774@section Your program's environment
1775
1776@cindex environment (of your program)
1777The @dfn{environment} consists of a set of environment variables and
1778their values. Environment variables conventionally record such things as
1779your user name, your home directory, your terminal type, and your search
1780path for programs to run. Usually you set up environment variables with
1781the shell and they are inherited by all the other programs you run. When
1782debugging, it can be useful to try running your program with a modified
1783environment without having to start @value{GDBN} over again.
1784
1785@table @code
1786@kindex path
1787@item path @var{directory}
1788Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1789(the search path for executables) that will be passed to your program.
1790The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1791You may specify several directory names, separated by whitespace or by a
1792system-dependent separator character (@samp{:} on Unix, @samp{;} on
1793MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1794is moved to the front, so it is searched sooner.
c906108c
SS
1795
1796You can use the string @samp{$cwd} to refer to whatever is the current
1797working directory at the time @value{GDBN} searches the path. If you
1798use @samp{.} instead, it refers to the directory where you executed the
1799@code{path} command. @value{GDBN} replaces @samp{.} in the
1800@var{directory} argument (with the current path) before adding
1801@var{directory} to the search path.
1802@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1803@c document that, since repeating it would be a no-op.
1804
1805@kindex show paths
1806@item show paths
1807Display the list of search paths for executables (the @code{PATH}
1808environment variable).
1809
1810@kindex show environment
1811@item show environment @r{[}@var{varname}@r{]}
1812Print the value of environment variable @var{varname} to be given to
1813your program when it starts. If you do not supply @var{varname},
1814print the names and values of all environment variables to be given to
1815your program. You can abbreviate @code{environment} as @code{env}.
1816
1817@kindex set environment
53a5351d 1818@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1819Set environment variable @var{varname} to @var{value}. The value
1820changes for your program only, not for @value{GDBN} itself. @var{value} may
1821be any string; the values of environment variables are just strings, and
1822any interpretation is supplied by your program itself. The @var{value}
1823parameter is optional; if it is eliminated, the variable is set to a
1824null value.
1825@c "any string" here does not include leading, trailing
1826@c blanks. Gnu asks: does anyone care?
1827
1828For example, this command:
1829
474c8240 1830@smallexample
c906108c 1831set env USER = foo
474c8240 1832@end smallexample
c906108c
SS
1833
1834@noindent
d4f3574e 1835tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1836@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1837are not actually required.)
1838
1839@kindex unset environment
1840@item unset environment @var{varname}
1841Remove variable @var{varname} from the environment to be passed to your
1842program. This is different from @samp{set env @var{varname} =};
1843@code{unset environment} removes the variable from the environment,
1844rather than assigning it an empty value.
1845@end table
1846
d4f3574e
SS
1847@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1848the shell indicated
c906108c
SS
1849by your @code{SHELL} environment variable if it exists (or
1850@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1851that runs an initialization file---such as @file{.cshrc} for C-shell, or
1852@file{.bashrc} for BASH---any variables you set in that file affect
1853your program. You may wish to move setting of environment variables to
1854files that are only run when you sign on, such as @file{.login} or
1855@file{.profile}.
1856
6d2ebf8b 1857@node Working Directory
c906108c
SS
1858@section Your program's working directory
1859
1860@cindex working directory (of your program)
1861Each time you start your program with @code{run}, it inherits its
1862working directory from the current working directory of @value{GDBN}.
1863The @value{GDBN} working directory is initially whatever it inherited
1864from its parent process (typically the shell), but you can specify a new
1865working directory in @value{GDBN} with the @code{cd} command.
1866
1867The @value{GDBN} working directory also serves as a default for the commands
1868that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1869specify files}.
1870
1871@table @code
1872@kindex cd
1873@item cd @var{directory}
1874Set the @value{GDBN} working directory to @var{directory}.
1875
1876@kindex pwd
1877@item pwd
1878Print the @value{GDBN} working directory.
1879@end table
1880
6d2ebf8b 1881@node Input/Output
c906108c
SS
1882@section Your program's input and output
1883
1884@cindex redirection
1885@cindex i/o
1886@cindex terminal
1887By default, the program you run under @value{GDBN} does input and output to
5d161b24 1888the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1889to its own terminal modes to interact with you, but it records the terminal
1890modes your program was using and switches back to them when you continue
1891running your program.
1892
1893@table @code
1894@kindex info terminal
1895@item info terminal
1896Displays information recorded by @value{GDBN} about the terminal modes your
1897program is using.
1898@end table
1899
1900You can redirect your program's input and/or output using shell
1901redirection with the @code{run} command. For example,
1902
474c8240 1903@smallexample
c906108c 1904run > outfile
474c8240 1905@end smallexample
c906108c
SS
1906
1907@noindent
1908starts your program, diverting its output to the file @file{outfile}.
1909
1910@kindex tty
1911@cindex controlling terminal
1912Another way to specify where your program should do input and output is
1913with the @code{tty} command. This command accepts a file name as
1914argument, and causes this file to be the default for future @code{run}
1915commands. It also resets the controlling terminal for the child
1916process, for future @code{run} commands. For example,
1917
474c8240 1918@smallexample
c906108c 1919tty /dev/ttyb
474c8240 1920@end smallexample
c906108c
SS
1921
1922@noindent
1923directs that processes started with subsequent @code{run} commands
1924default to do input and output on the terminal @file{/dev/ttyb} and have
1925that as their controlling terminal.
1926
1927An explicit redirection in @code{run} overrides the @code{tty} command's
1928effect on the input/output device, but not its effect on the controlling
1929terminal.
1930
1931When you use the @code{tty} command or redirect input in the @code{run}
1932command, only the input @emph{for your program} is affected. The input
1933for @value{GDBN} still comes from your terminal.
1934
6d2ebf8b 1935@node Attach
c906108c
SS
1936@section Debugging an already-running process
1937@kindex attach
1938@cindex attach
1939
1940@table @code
1941@item attach @var{process-id}
1942This command attaches to a running process---one that was started
1943outside @value{GDBN}. (@code{info files} shows your active
1944targets.) The command takes as argument a process ID. The usual way to
1945find out the process-id of a Unix process is with the @code{ps} utility,
1946or with the @samp{jobs -l} shell command.
1947
1948@code{attach} does not repeat if you press @key{RET} a second time after
1949executing the command.
1950@end table
1951
1952To use @code{attach}, your program must be running in an environment
1953which supports processes; for example, @code{attach} does not work for
1954programs on bare-board targets that lack an operating system. You must
1955also have permission to send the process a signal.
1956
1957When you use @code{attach}, the debugger finds the program running in
1958the process first by looking in the current working directory, then (if
1959the program is not found) by using the source file search path
1960(@pxref{Source Path, ,Specifying source directories}). You can also use
1961the @code{file} command to load the program. @xref{Files, ,Commands to
1962Specify Files}.
1963
1964The first thing @value{GDBN} does after arranging to debug the specified
1965process is to stop it. You can examine and modify an attached process
53a5351d
JM
1966with all the @value{GDBN} commands that are ordinarily available when
1967you start processes with @code{run}. You can insert breakpoints; you
1968can step and continue; you can modify storage. If you would rather the
1969process continue running, you may use the @code{continue} command after
c906108c
SS
1970attaching @value{GDBN} to the process.
1971
1972@table @code
1973@kindex detach
1974@item detach
1975When you have finished debugging the attached process, you can use the
1976@code{detach} command to release it from @value{GDBN} control. Detaching
1977the process continues its execution. After the @code{detach} command,
1978that process and @value{GDBN} become completely independent once more, and you
1979are ready to @code{attach} another process or start one with @code{run}.
1980@code{detach} does not repeat if you press @key{RET} again after
1981executing the command.
1982@end table
1983
1984If you exit @value{GDBN} or use the @code{run} command while you have an
1985attached process, you kill that process. By default, @value{GDBN} asks
1986for confirmation if you try to do either of these things; you can
1987control whether or not you need to confirm by using the @code{set
1988confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
1989messages}).
1990
6d2ebf8b 1991@node Kill Process
c906108c 1992@section Killing the child process
c906108c
SS
1993
1994@table @code
1995@kindex kill
1996@item kill
1997Kill the child process in which your program is running under @value{GDBN}.
1998@end table
1999
2000This command is useful if you wish to debug a core dump instead of a
2001running process. @value{GDBN} ignores any core dump file while your program
2002is running.
2003
2004On some operating systems, a program cannot be executed outside @value{GDBN}
2005while you have breakpoints set on it inside @value{GDBN}. You can use the
2006@code{kill} command in this situation to permit running your program
2007outside the debugger.
2008
2009The @code{kill} command is also useful if you wish to recompile and
2010relink your program, since on many systems it is impossible to modify an
2011executable file while it is running in a process. In this case, when you
2012next type @code{run}, @value{GDBN} notices that the file has changed, and
2013reads the symbol table again (while trying to preserve your current
2014breakpoint settings).
2015
6d2ebf8b 2016@node Threads
c906108c 2017@section Debugging programs with multiple threads
c906108c
SS
2018
2019@cindex threads of execution
2020@cindex multiple threads
2021@cindex switching threads
2022In some operating systems, such as HP-UX and Solaris, a single program
2023may have more than one @dfn{thread} of execution. The precise semantics
2024of threads differ from one operating system to another, but in general
2025the threads of a single program are akin to multiple processes---except
2026that they share one address space (that is, they can all examine and
2027modify the same variables). On the other hand, each thread has its own
2028registers and execution stack, and perhaps private memory.
2029
2030@value{GDBN} provides these facilities for debugging multi-thread
2031programs:
2032
2033@itemize @bullet
2034@item automatic notification of new threads
2035@item @samp{thread @var{threadno}}, a command to switch among threads
2036@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2037@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2038a command to apply a command to a list of threads
2039@item thread-specific breakpoints
2040@end itemize
2041
c906108c
SS
2042@quotation
2043@emph{Warning:} These facilities are not yet available on every
2044@value{GDBN} configuration where the operating system supports threads.
2045If your @value{GDBN} does not support threads, these commands have no
2046effect. For example, a system without thread support shows no output
2047from @samp{info threads}, and always rejects the @code{thread} command,
2048like this:
2049
2050@smallexample
2051(@value{GDBP}) info threads
2052(@value{GDBP}) thread 1
2053Thread ID 1 not known. Use the "info threads" command to
2054see the IDs of currently known threads.
2055@end smallexample
2056@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2057@c doesn't support threads"?
2058@end quotation
c906108c
SS
2059
2060@cindex focus of debugging
2061@cindex current thread
2062The @value{GDBN} thread debugging facility allows you to observe all
2063threads while your program runs---but whenever @value{GDBN} takes
2064control, one thread in particular is always the focus of debugging.
2065This thread is called the @dfn{current thread}. Debugging commands show
2066program information from the perspective of the current thread.
2067
41afff9a 2068@cindex @code{New} @var{systag} message
c906108c
SS
2069@cindex thread identifier (system)
2070@c FIXME-implementors!! It would be more helpful if the [New...] message
2071@c included GDB's numeric thread handle, so you could just go to that
2072@c thread without first checking `info threads'.
2073Whenever @value{GDBN} detects a new thread in your program, it displays
2074the target system's identification for the thread with a message in the
2075form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2076whose form varies depending on the particular system. For example, on
2077LynxOS, you might see
2078
474c8240 2079@smallexample
c906108c 2080[New process 35 thread 27]
474c8240 2081@end smallexample
c906108c
SS
2082
2083@noindent
2084when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2085the @var{systag} is simply something like @samp{process 368}, with no
2086further qualifier.
2087
2088@c FIXME!! (1) Does the [New...] message appear even for the very first
2089@c thread of a program, or does it only appear for the
6ca652b0 2090@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2091@c program?
2092@c (2) *Is* there necessarily a first thread always? Or do some
2093@c multithread systems permit starting a program with multiple
5d161b24 2094@c threads ab initio?
c906108c
SS
2095
2096@cindex thread number
2097@cindex thread identifier (GDB)
2098For debugging purposes, @value{GDBN} associates its own thread
2099number---always a single integer---with each thread in your program.
2100
2101@table @code
2102@kindex info threads
2103@item info threads
2104Display a summary of all threads currently in your
2105program. @value{GDBN} displays for each thread (in this order):
2106
2107@enumerate
2108@item the thread number assigned by @value{GDBN}
2109
2110@item the target system's thread identifier (@var{systag})
2111
2112@item the current stack frame summary for that thread
2113@end enumerate
2114
2115@noindent
2116An asterisk @samp{*} to the left of the @value{GDBN} thread number
2117indicates the current thread.
2118
5d161b24 2119For example,
c906108c
SS
2120@end table
2121@c end table here to get a little more width for example
2122
2123@smallexample
2124(@value{GDBP}) info threads
2125 3 process 35 thread 27 0x34e5 in sigpause ()
2126 2 process 35 thread 23 0x34e5 in sigpause ()
2127* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2128 at threadtest.c:68
2129@end smallexample
53a5351d
JM
2130
2131On HP-UX systems:
c906108c
SS
2132
2133@cindex thread number
2134@cindex thread identifier (GDB)
2135For debugging purposes, @value{GDBN} associates its own thread
2136number---a small integer assigned in thread-creation order---with each
2137thread in your program.
2138
41afff9a
EZ
2139@cindex @code{New} @var{systag} message, on HP-UX
2140@cindex thread identifier (system), on HP-UX
c906108c
SS
2141@c FIXME-implementors!! It would be more helpful if the [New...] message
2142@c included GDB's numeric thread handle, so you could just go to that
2143@c thread without first checking `info threads'.
2144Whenever @value{GDBN} detects a new thread in your program, it displays
2145both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2146form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2147whose form varies depending on the particular system. For example, on
2148HP-UX, you see
2149
474c8240 2150@smallexample
c906108c 2151[New thread 2 (system thread 26594)]
474c8240 2152@end smallexample
c906108c
SS
2153
2154@noindent
5d161b24 2155when @value{GDBN} notices a new thread.
c906108c
SS
2156
2157@table @code
2158@kindex info threads
2159@item info threads
2160Display a summary of all threads currently in your
2161program. @value{GDBN} displays for each thread (in this order):
2162
2163@enumerate
2164@item the thread number assigned by @value{GDBN}
2165
2166@item the target system's thread identifier (@var{systag})
2167
2168@item the current stack frame summary for that thread
2169@end enumerate
2170
2171@noindent
2172An asterisk @samp{*} to the left of the @value{GDBN} thread number
2173indicates the current thread.
2174
5d161b24 2175For example,
c906108c
SS
2176@end table
2177@c end table here to get a little more width for example
2178
474c8240 2179@smallexample
c906108c 2180(@value{GDBP}) info threads
6d2ebf8b
SS
2181 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2182 at quicksort.c:137
2183 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2184 from /usr/lib/libc.2
2185 1 system thread 27905 0x7b003498 in _brk () \@*
2186 from /usr/lib/libc.2
474c8240 2187@end smallexample
c906108c
SS
2188
2189@table @code
2190@kindex thread @var{threadno}
2191@item thread @var{threadno}
2192Make thread number @var{threadno} the current thread. The command
2193argument @var{threadno} is the internal @value{GDBN} thread number, as
2194shown in the first field of the @samp{info threads} display.
2195@value{GDBN} responds by displaying the system identifier of the thread
2196you selected, and its current stack frame summary:
2197
2198@smallexample
2199@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2200(@value{GDBP}) thread 2
c906108c 2201[Switching to process 35 thread 23]
c906108c
SS
22020x34e5 in sigpause ()
2203@end smallexample
2204
2205@noindent
2206As with the @samp{[New @dots{}]} message, the form of the text after
2207@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2208threads.
c906108c
SS
2209
2210@kindex thread apply
2211@item thread apply [@var{threadno}] [@var{all}] @var{args}
2212The @code{thread apply} command allows you to apply a command to one or
2213more threads. Specify the numbers of the threads that you want affected
2214with the command argument @var{threadno}. @var{threadno} is the internal
2215@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2216threads} display. To apply a command to all threads, use
2217@code{thread apply all} @var{args}.
c906108c
SS
2218@end table
2219
2220@cindex automatic thread selection
2221@cindex switching threads automatically
2222@cindex threads, automatic switching
2223Whenever @value{GDBN} stops your program, due to a breakpoint or a
2224signal, it automatically selects the thread where that breakpoint or
2225signal happened. @value{GDBN} alerts you to the context switch with a
2226message of the form @samp{[Switching to @var{systag}]} to identify the
2227thread.
2228
2229@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2230more information about how @value{GDBN} behaves when you stop and start
2231programs with multiple threads.
2232
2233@xref{Set Watchpoints,,Setting watchpoints}, for information about
2234watchpoints in programs with multiple threads.
c906108c 2235
6d2ebf8b 2236@node Processes
c906108c
SS
2237@section Debugging programs with multiple processes
2238
2239@cindex fork, debugging programs which call
2240@cindex multiple processes
2241@cindex processes, multiple
53a5351d
JM
2242On most systems, @value{GDBN} has no special support for debugging
2243programs which create additional processes using the @code{fork}
2244function. When a program forks, @value{GDBN} will continue to debug the
2245parent process and the child process will run unimpeded. If you have
2246set a breakpoint in any code which the child then executes, the child
2247will get a @code{SIGTRAP} signal which (unless it catches the signal)
2248will cause it to terminate.
c906108c
SS
2249
2250However, if you want to debug the child process there is a workaround
2251which isn't too painful. Put a call to @code{sleep} in the code which
2252the child process executes after the fork. It may be useful to sleep
2253only if a certain environment variable is set, or a certain file exists,
2254so that the delay need not occur when you don't want to run @value{GDBN}
2255on the child. While the child is sleeping, use the @code{ps} program to
2256get its process ID. Then tell @value{GDBN} (a new invocation of
2257@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2258the child process (@pxref{Attach}). From that point on you can debug
c906108c 2259the child process just like any other process which you attached to.
c906108c 2260
53a5351d
JM
2261On HP-UX (11.x and later only?), @value{GDBN} provides support for
2262debugging programs that create additional processes using the
2263@code{fork} or @code{vfork} function.
c906108c
SS
2264
2265By default, when a program forks, @value{GDBN} will continue to debug
2266the parent process and the child process will run unimpeded.
2267
2268If you want to follow the child process instead of the parent process,
2269use the command @w{@code{set follow-fork-mode}}.
2270
2271@table @code
2272@kindex set follow-fork-mode
2273@item set follow-fork-mode @var{mode}
2274Set the debugger response to a program call of @code{fork} or
2275@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2276process. The @var{mode} can be:
2277
2278@table @code
2279@item parent
2280The original process is debugged after a fork. The child process runs
2df3850c 2281unimpeded. This is the default.
c906108c
SS
2282
2283@item child
2284The new process is debugged after a fork. The parent process runs
2285unimpeded.
2286
2287@item ask
2288The debugger will ask for one of the above choices.
2289@end table
2290
2291@item show follow-fork-mode
2df3850c 2292Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2293@end table
2294
2295If you ask to debug a child process and a @code{vfork} is followed by an
2296@code{exec}, @value{GDBN} executes the new target up to the first
2297breakpoint in the new target. If you have a breakpoint set on
2298@code{main} in your original program, the breakpoint will also be set on
2299the child process's @code{main}.
2300
2301When a child process is spawned by @code{vfork}, you cannot debug the
2302child or parent until an @code{exec} call completes.
2303
2304If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2305call executes, the new target restarts. To restart the parent process,
2306use the @code{file} command with the parent executable name as its
2307argument.
2308
2309You can use the @code{catch} command to make @value{GDBN} stop whenever
2310a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2311Catchpoints, ,Setting catchpoints}.
c906108c 2312
6d2ebf8b 2313@node Stopping
c906108c
SS
2314@chapter Stopping and Continuing
2315
2316The principal purposes of using a debugger are so that you can stop your
2317program before it terminates; or so that, if your program runs into
2318trouble, you can investigate and find out why.
2319
7a292a7a
SS
2320Inside @value{GDBN}, your program may stop for any of several reasons,
2321such as a signal, a breakpoint, or reaching a new line after a
2322@value{GDBN} command such as @code{step}. You may then examine and
2323change variables, set new breakpoints or remove old ones, and then
2324continue execution. Usually, the messages shown by @value{GDBN} provide
2325ample explanation of the status of your program---but you can also
2326explicitly request this information at any time.
c906108c
SS
2327
2328@table @code
2329@kindex info program
2330@item info program
2331Display information about the status of your program: whether it is
7a292a7a 2332running or not, what process it is, and why it stopped.
c906108c
SS
2333@end table
2334
2335@menu
2336* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2337* Continuing and Stepping:: Resuming execution
c906108c 2338* Signals:: Signals
c906108c 2339* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2340@end menu
2341
6d2ebf8b 2342@node Breakpoints
c906108c
SS
2343@section Breakpoints, watchpoints, and catchpoints
2344
2345@cindex breakpoints
2346A @dfn{breakpoint} makes your program stop whenever a certain point in
2347the program is reached. For each breakpoint, you can add conditions to
2348control in finer detail whether your program stops. You can set
2349breakpoints with the @code{break} command and its variants (@pxref{Set
2350Breaks, ,Setting breakpoints}), to specify the place where your program
2351should stop by line number, function name or exact address in the
2352program.
2353
2354In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2355breakpoints in shared libraries before the executable is run. There is
2356a minor limitation on HP-UX systems: you must wait until the executable
2357is run in order to set breakpoints in shared library routines that are
2358not called directly by the program (for example, routines that are
2359arguments in a @code{pthread_create} call).
2360
2361@cindex watchpoints
2362@cindex memory tracing
2363@cindex breakpoint on memory address
2364@cindex breakpoint on variable modification
2365A @dfn{watchpoint} is a special breakpoint that stops your program
2366when the value of an expression changes. You must use a different
2367command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2368watchpoints}), but aside from that, you can manage a watchpoint like
2369any other breakpoint: you enable, disable, and delete both breakpoints
2370and watchpoints using the same commands.
2371
2372You can arrange to have values from your program displayed automatically
2373whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2374Automatic display}.
2375
2376@cindex catchpoints
2377@cindex breakpoint on events
2378A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2379when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2380exception or the loading of a library. As with watchpoints, you use a
2381different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2382catchpoints}), but aside from that, you can manage a catchpoint like any
2383other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2384@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2385
2386@cindex breakpoint numbers
2387@cindex numbers for breakpoints
2388@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2389catchpoint when you create it; these numbers are successive integers
2390starting with one. In many of the commands for controlling various
2391features of breakpoints you use the breakpoint number to say which
2392breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2393@dfn{disabled}; if disabled, it has no effect on your program until you
2394enable it again.
2395
c5394b80
JM
2396@cindex breakpoint ranges
2397@cindex ranges of breakpoints
2398Some @value{GDBN} commands accept a range of breakpoints on which to
2399operate. A breakpoint range is either a single breakpoint number, like
2400@samp{5}, or two such numbers, in increasing order, separated by a
2401hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2402all breakpoint in that range are operated on.
2403
c906108c
SS
2404@menu
2405* Set Breaks:: Setting breakpoints
2406* Set Watchpoints:: Setting watchpoints
2407* Set Catchpoints:: Setting catchpoints
2408* Delete Breaks:: Deleting breakpoints
2409* Disabling:: Disabling breakpoints
2410* Conditions:: Break conditions
2411* Break Commands:: Breakpoint command lists
c906108c 2412* Breakpoint Menus:: Breakpoint menus
d4f3574e 2413* Error in Breakpoints:: ``Cannot insert breakpoints''
c906108c
SS
2414@end menu
2415
6d2ebf8b 2416@node Set Breaks
c906108c
SS
2417@subsection Setting breakpoints
2418
5d161b24 2419@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2420@c consider in particular declaration with/without initialization.
2421@c
2422@c FIXME 2 is there stuff on this already? break at fun start, already init?
2423
2424@kindex break
41afff9a
EZ
2425@kindex b @r{(@code{break})}
2426@vindex $bpnum@r{, convenience variable}
c906108c
SS
2427@cindex latest breakpoint
2428Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2429@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2430number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2431Vars,, Convenience variables}, for a discussion of what you can do with
2432convenience variables.
2433
2434You have several ways to say where the breakpoint should go.
2435
2436@table @code
2437@item break @var{function}
5d161b24 2438Set a breakpoint at entry to function @var{function}.
c906108c 2439When using source languages that permit overloading of symbols, such as
b37052ae 2440C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2441@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2442
2443@item break +@var{offset}
2444@itemx break -@var{offset}
2445Set a breakpoint some number of lines forward or back from the position
d4f3574e 2446at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2447(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2448
2449@item break @var{linenum}
2450Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2451The current source file is the last file whose source text was printed.
2452The breakpoint will stop your program just before it executes any of the
c906108c
SS
2453code on that line.
2454
2455@item break @var{filename}:@var{linenum}
2456Set a breakpoint at line @var{linenum} in source file @var{filename}.
2457
2458@item break @var{filename}:@var{function}
2459Set a breakpoint at entry to function @var{function} found in file
2460@var{filename}. Specifying a file name as well as a function name is
2461superfluous except when multiple files contain similarly named
2462functions.
2463
2464@item break *@var{address}
2465Set a breakpoint at address @var{address}. You can use this to set
2466breakpoints in parts of your program which do not have debugging
2467information or source files.
2468
2469@item break
2470When called without any arguments, @code{break} sets a breakpoint at
2471the next instruction to be executed in the selected stack frame
2472(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2473innermost, this makes your program stop as soon as control
2474returns to that frame. This is similar to the effect of a
2475@code{finish} command in the frame inside the selected frame---except
2476that @code{finish} does not leave an active breakpoint. If you use
2477@code{break} without an argument in the innermost frame, @value{GDBN} stops
2478the next time it reaches the current location; this may be useful
2479inside loops.
2480
2481@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2482least one instruction has been executed. If it did not do this, you
2483would be unable to proceed past a breakpoint without first disabling the
2484breakpoint. This rule applies whether or not the breakpoint already
2485existed when your program stopped.
2486
2487@item break @dots{} if @var{cond}
2488Set a breakpoint with condition @var{cond}; evaluate the expression
2489@var{cond} each time the breakpoint is reached, and stop only if the
2490value is nonzero---that is, if @var{cond} evaluates as true.
2491@samp{@dots{}} stands for one of the possible arguments described
2492above (or no argument) specifying where to break. @xref{Conditions,
2493,Break conditions}, for more information on breakpoint conditions.
2494
2495@kindex tbreak
2496@item tbreak @var{args}
2497Set a breakpoint enabled only for one stop. @var{args} are the
2498same as for the @code{break} command, and the breakpoint is set in the same
2499way, but the breakpoint is automatically deleted after the first time your
2500program stops there. @xref{Disabling, ,Disabling breakpoints}.
2501
c906108c
SS
2502@kindex hbreak
2503@item hbreak @var{args}
d4f3574e
SS
2504Set a hardware-assisted breakpoint. @var{args} are the same as for the
2505@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2506breakpoint requires hardware support and some target hardware may not
2507have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2508debugging, so you can set a breakpoint at an instruction without
2509changing the instruction. This can be used with the new trap-generation
2510provided by SPARClite DSU and some x86-based targets. These targets
2511will generate traps when a program accesses some data or instruction
2512address that is assigned to the debug registers. However the hardware
2513breakpoint registers can take a limited number of breakpoints. For
2514example, on the DSU, only two data breakpoints can be set at a time, and
2515@value{GDBN} will reject this command if more than two are used. Delete
2516or disable unused hardware breakpoints before setting new ones
2517(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
c906108c
SS
2518
2519@kindex thbreak
2520@item thbreak @var{args}
2521Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2522are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2523the same way. However, like the @code{tbreak} command,
c906108c
SS
2524the breakpoint is automatically deleted after the
2525first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2526command, the breakpoint requires hardware support and some target hardware
2527may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2528See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2529
2530@kindex rbreak
2531@cindex regular expression
2532@item rbreak @var{regex}
c906108c 2533Set breakpoints on all functions matching the regular expression
11cf8741
JM
2534@var{regex}. This command sets an unconditional breakpoint on all
2535matches, printing a list of all breakpoints it set. Once these
2536breakpoints are set, they are treated just like the breakpoints set with
2537the @code{break} command. You can delete them, disable them, or make
2538them conditional the same way as any other breakpoint.
2539
2540The syntax of the regular expression is the standard one used with tools
2541like @file{grep}. Note that this is different from the syntax used by
2542shells, so for instance @code{foo*} matches all functions that include
2543an @code{fo} followed by zero or more @code{o}s. There is an implicit
2544@code{.*} leading and trailing the regular expression you supply, so to
2545match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2546
b37052ae 2547When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2548breakpoints on overloaded functions that are not members of any special
2549classes.
c906108c
SS
2550
2551@kindex info breakpoints
2552@cindex @code{$_} and @code{info breakpoints}
2553@item info breakpoints @r{[}@var{n}@r{]}
2554@itemx info break @r{[}@var{n}@r{]}
2555@itemx info watchpoints @r{[}@var{n}@r{]}
2556Print a table of all breakpoints, watchpoints, and catchpoints set and
2557not deleted, with the following columns for each breakpoint:
2558
2559@table @emph
2560@item Breakpoint Numbers
2561@item Type
2562Breakpoint, watchpoint, or catchpoint.
2563@item Disposition
2564Whether the breakpoint is marked to be disabled or deleted when hit.
2565@item Enabled or Disabled
2566Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2567that are not enabled.
2568@item Address
2df3850c 2569Where the breakpoint is in your program, as a memory address.
c906108c
SS
2570@item What
2571Where the breakpoint is in the source for your program, as a file and
2572line number.
2573@end table
2574
2575@noindent
2576If a breakpoint is conditional, @code{info break} shows the condition on
2577the line following the affected breakpoint; breakpoint commands, if any,
2578are listed after that.
2579
2580@noindent
2581@code{info break} with a breakpoint
2582number @var{n} as argument lists only that breakpoint. The
2583convenience variable @code{$_} and the default examining-address for
2584the @code{x} command are set to the address of the last breakpoint
5d161b24 2585listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2586
2587@noindent
2588@code{info break} displays a count of the number of times the breakpoint
2589has been hit. This is especially useful in conjunction with the
2590@code{ignore} command. You can ignore a large number of breakpoint
2591hits, look at the breakpoint info to see how many times the breakpoint
2592was hit, and then run again, ignoring one less than that number. This
2593will get you quickly to the last hit of that breakpoint.
2594@end table
2595
2596@value{GDBN} allows you to set any number of breakpoints at the same place in
2597your program. There is nothing silly or meaningless about this. When
2598the breakpoints are conditional, this is even useful
2599(@pxref{Conditions, ,Break conditions}).
2600
2601@cindex negative breakpoint numbers
2602@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2603@value{GDBN} itself sometimes sets breakpoints in your program for
2604special purposes, such as proper handling of @code{longjmp} (in C
2605programs). These internal breakpoints are assigned negative numbers,
2606starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2607You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2608@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2609
2610
6d2ebf8b 2611@node Set Watchpoints
c906108c
SS
2612@subsection Setting watchpoints
2613
2614@cindex setting watchpoints
2615@cindex software watchpoints
2616@cindex hardware watchpoints
2617You can use a watchpoint to stop execution whenever the value of an
2618expression changes, without having to predict a particular place where
2619this may happen.
2620
2621Depending on your system, watchpoints may be implemented in software or
2df3850c 2622hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2623program and testing the variable's value each time, which is hundreds of
2624times slower than normal execution. (But this may still be worth it, to
2625catch errors where you have no clue what part of your program is the
2626culprit.)
2627
1104b9e7 2628On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2629@value{GDBN} includes support for
c906108c
SS
2630hardware watchpoints, which do not slow down the running of your
2631program.
2632
2633@table @code
2634@kindex watch
2635@item watch @var{expr}
2636Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2637is written into by the program and its value changes.
2638
2639@kindex rwatch
2640@item rwatch @var{expr}
2641Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2642
2643@kindex awatch
2644@item awatch @var{expr}
2df3850c 2645Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2646by the program.
c906108c
SS
2647
2648@kindex info watchpoints
2649@item info watchpoints
2650This command prints a list of watchpoints, breakpoints, and catchpoints;
2651it is the same as @code{info break}.
2652@end table
2653
2654@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2655watchpoints execute very quickly, and the debugger reports a change in
2656value at the exact instruction where the change occurs. If @value{GDBN}
2657cannot set a hardware watchpoint, it sets a software watchpoint, which
2658executes more slowly and reports the change in value at the next
2659statement, not the instruction, after the change occurs.
2660
2661When you issue the @code{watch} command, @value{GDBN} reports
2662
474c8240 2663@smallexample
c906108c 2664Hardware watchpoint @var{num}: @var{expr}
474c8240 2665@end smallexample
c906108c
SS
2666
2667@noindent
2668if it was able to set a hardware watchpoint.
2669
7be570e7
JM
2670Currently, the @code{awatch} and @code{rwatch} commands can only set
2671hardware watchpoints, because accesses to data that don't change the
2672value of the watched expression cannot be detected without examining
2673every instruction as it is being executed, and @value{GDBN} does not do
2674that currently. If @value{GDBN} finds that it is unable to set a
2675hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2676will print a message like this:
2677
2678@smallexample
2679Expression cannot be implemented with read/access watchpoint.
2680@end smallexample
2681
2682Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2683data type of the watched expression is wider than what a hardware
2684watchpoint on the target machine can handle. For example, some systems
2685can only watch regions that are up to 4 bytes wide; on such systems you
2686cannot set hardware watchpoints for an expression that yields a
2687double-precision floating-point number (which is typically 8 bytes
2688wide). As a work-around, it might be possible to break the large region
2689into a series of smaller ones and watch them with separate watchpoints.
2690
2691If you set too many hardware watchpoints, @value{GDBN} might be unable
2692to insert all of them when you resume the execution of your program.
2693Since the precise number of active watchpoints is unknown until such
2694time as the program is about to be resumed, @value{GDBN} might not be
2695able to warn you about this when you set the watchpoints, and the
2696warning will be printed only when the program is resumed:
2697
2698@smallexample
2699Hardware watchpoint @var{num}: Could not insert watchpoint
2700@end smallexample
2701
2702@noindent
2703If this happens, delete or disable some of the watchpoints.
2704
2705The SPARClite DSU will generate traps when a program accesses some data
2706or instruction address that is assigned to the debug registers. For the
2707data addresses, DSU facilitates the @code{watch} command. However the
2708hardware breakpoint registers can only take two data watchpoints, and
2709both watchpoints must be the same kind. For example, you can set two
2710watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2711@strong{or} two with @code{awatch} commands, but you cannot set one
2712watchpoint with one command and the other with a different command.
c906108c
SS
2713@value{GDBN} will reject the command if you try to mix watchpoints.
2714Delete or disable unused watchpoint commands before setting new ones.
2715
2716If you call a function interactively using @code{print} or @code{call},
2df3850c 2717any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2718kind of breakpoint or the call completes.
2719
7be570e7
JM
2720@value{GDBN} automatically deletes watchpoints that watch local
2721(automatic) variables, or expressions that involve such variables, when
2722they go out of scope, that is, when the execution leaves the block in
2723which these variables were defined. In particular, when the program
2724being debugged terminates, @emph{all} local variables go out of scope,
2725and so only watchpoints that watch global variables remain set. If you
2726rerun the program, you will need to set all such watchpoints again. One
2727way of doing that would be to set a code breakpoint at the entry to the
2728@code{main} function and when it breaks, set all the watchpoints.
2729
c906108c
SS
2730@quotation
2731@cindex watchpoints and threads
2732@cindex threads and watchpoints
c906108c
SS
2733@emph{Warning:} In multi-thread programs, watchpoints have only limited
2734usefulness. With the current watchpoint implementation, @value{GDBN}
2735can only watch the value of an expression @emph{in a single thread}. If
2736you are confident that the expression can only change due to the current
2737thread's activity (and if you are also confident that no other thread
2738can become current), then you can use watchpoints as usual. However,
2739@value{GDBN} may not notice when a non-current thread's activity changes
2740the expression.
53a5351d 2741
d4f3574e 2742@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2743@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2744have only limited usefulness. If @value{GDBN} creates a software
2745watchpoint, it can only watch the value of an expression @emph{in a
2746single thread}. If you are confident that the expression can only
2747change due to the current thread's activity (and if you are also
2748confident that no other thread can become current), then you can use
2749software watchpoints as usual. However, @value{GDBN} may not notice
2750when a non-current thread's activity changes the expression. (Hardware
2751watchpoints, in contrast, watch an expression in all threads.)
c906108c 2752@end quotation
c906108c 2753
6d2ebf8b 2754@node Set Catchpoints
c906108c 2755@subsection Setting catchpoints
d4f3574e 2756@cindex catchpoints, setting
c906108c
SS
2757@cindex exception handlers
2758@cindex event handling
2759
2760You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2761kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2762shared library. Use the @code{catch} command to set a catchpoint.
2763
2764@table @code
2765@kindex catch
2766@item catch @var{event}
2767Stop when @var{event} occurs. @var{event} can be any of the following:
2768@table @code
2769@item throw
2770@kindex catch throw
b37052ae 2771The throwing of a C@t{++} exception.
c906108c
SS
2772
2773@item catch
2774@kindex catch catch
b37052ae 2775The catching of a C@t{++} exception.
c906108c
SS
2776
2777@item exec
2778@kindex catch exec
2779A call to @code{exec}. This is currently only available for HP-UX.
2780
2781@item fork
2782@kindex catch fork
2783A call to @code{fork}. This is currently only available for HP-UX.
2784
2785@item vfork
2786@kindex catch vfork
2787A call to @code{vfork}. This is currently only available for HP-UX.
2788
2789@item load
2790@itemx load @var{libname}
2791@kindex catch load
2792The dynamic loading of any shared library, or the loading of the library
2793@var{libname}. This is currently only available for HP-UX.
2794
2795@item unload
2796@itemx unload @var{libname}
2797@kindex catch unload
2798The unloading of any dynamically loaded shared library, or the unloading
2799of the library @var{libname}. This is currently only available for HP-UX.
2800@end table
2801
2802@item tcatch @var{event}
2803Set a catchpoint that is enabled only for one stop. The catchpoint is
2804automatically deleted after the first time the event is caught.
2805
2806@end table
2807
2808Use the @code{info break} command to list the current catchpoints.
2809
b37052ae 2810There are currently some limitations to C@t{++} exception handling
c906108c
SS
2811(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2812
2813@itemize @bullet
2814@item
2815If you call a function interactively, @value{GDBN} normally returns
2816control to you when the function has finished executing. If the call
2817raises an exception, however, the call may bypass the mechanism that
2818returns control to you and cause your program either to abort or to
2819simply continue running until it hits a breakpoint, catches a signal
2820that @value{GDBN} is listening for, or exits. This is the case even if
2821you set a catchpoint for the exception; catchpoints on exceptions are
2822disabled within interactive calls.
2823
2824@item
2825You cannot raise an exception interactively.
2826
2827@item
2828You cannot install an exception handler interactively.
2829@end itemize
2830
2831@cindex raise exceptions
2832Sometimes @code{catch} is not the best way to debug exception handling:
2833if you need to know exactly where an exception is raised, it is better to
2834stop @emph{before} the exception handler is called, since that way you
2835can see the stack before any unwinding takes place. If you set a
2836breakpoint in an exception handler instead, it may not be easy to find
2837out where the exception was raised.
2838
2839To stop just before an exception handler is called, you need some
b37052ae 2840knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2841raised by calling a library function named @code{__raise_exception}
2842which has the following ANSI C interface:
2843
474c8240 2844@smallexample
c906108c 2845 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2846 @var{id} is the exception identifier. */
2847 void __raise_exception (void **addr, void *id);
474c8240 2848@end smallexample
c906108c
SS
2849
2850@noindent
2851To make the debugger catch all exceptions before any stack
2852unwinding takes place, set a breakpoint on @code{__raise_exception}
2853(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2854
2855With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2856that depends on the value of @var{id}, you can stop your program when
2857a specific exception is raised. You can use multiple conditional
2858breakpoints to stop your program when any of a number of exceptions are
2859raised.
2860
2861
6d2ebf8b 2862@node Delete Breaks
c906108c
SS
2863@subsection Deleting breakpoints
2864
2865@cindex clearing breakpoints, watchpoints, catchpoints
2866@cindex deleting breakpoints, watchpoints, catchpoints
2867It is often necessary to eliminate a breakpoint, watchpoint, or
2868catchpoint once it has done its job and you no longer want your program
2869to stop there. This is called @dfn{deleting} the breakpoint. A
2870breakpoint that has been deleted no longer exists; it is forgotten.
2871
2872With the @code{clear} command you can delete breakpoints according to
2873where they are in your program. With the @code{delete} command you can
2874delete individual breakpoints, watchpoints, or catchpoints by specifying
2875their breakpoint numbers.
2876
2877It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2878automatically ignores breakpoints on the first instruction to be executed
2879when you continue execution without changing the execution address.
2880
2881@table @code
2882@kindex clear
2883@item clear
2884Delete any breakpoints at the next instruction to be executed in the
2885selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2886the innermost frame is selected, this is a good way to delete a
2887breakpoint where your program just stopped.
2888
2889@item clear @var{function}
2890@itemx clear @var{filename}:@var{function}
2891Delete any breakpoints set at entry to the function @var{function}.
2892
2893@item clear @var{linenum}
2894@itemx clear @var{filename}:@var{linenum}
2895Delete any breakpoints set at or within the code of the specified line.
2896
2897@cindex delete breakpoints
2898@kindex delete
41afff9a 2899@kindex d @r{(@code{delete})}
c5394b80
JM
2900@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2901Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2902ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2903breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2904confirm off}). You can abbreviate this command as @code{d}.
2905@end table
2906
6d2ebf8b 2907@node Disabling
c906108c
SS
2908@subsection Disabling breakpoints
2909
2910@kindex disable breakpoints
2911@kindex enable breakpoints
2912Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2913prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2914it had been deleted, but remembers the information on the breakpoint so
2915that you can @dfn{enable} it again later.
2916
2917You disable and enable breakpoints, watchpoints, and catchpoints with
2918the @code{enable} and @code{disable} commands, optionally specifying one
2919or more breakpoint numbers as arguments. Use @code{info break} or
2920@code{info watch} to print a list of breakpoints, watchpoints, and
2921catchpoints if you do not know which numbers to use.
2922
2923A breakpoint, watchpoint, or catchpoint can have any of four different
2924states of enablement:
2925
2926@itemize @bullet
2927@item
2928Enabled. The breakpoint stops your program. A breakpoint set
2929with the @code{break} command starts out in this state.
2930@item
2931Disabled. The breakpoint has no effect on your program.
2932@item
2933Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 2934disabled.
c906108c
SS
2935@item
2936Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
2937immediately after it does so it is deleted permanently. A breakpoint
2938set with the @code{tbreak} command starts out in this state.
c906108c
SS
2939@end itemize
2940
2941You can use the following commands to enable or disable breakpoints,
2942watchpoints, and catchpoints:
2943
2944@table @code
2945@kindex disable breakpoints
2946@kindex disable
41afff9a 2947@kindex dis @r{(@code{disable})}
c5394b80 2948@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2949Disable the specified breakpoints---or all breakpoints, if none are
2950listed. A disabled breakpoint has no effect but is not forgotten. All
2951options such as ignore-counts, conditions and commands are remembered in
2952case the breakpoint is enabled again later. You may abbreviate
2953@code{disable} as @code{dis}.
2954
2955@kindex enable breakpoints
2956@kindex enable
c5394b80 2957@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2958Enable the specified breakpoints (or all defined breakpoints). They
2959become effective once again in stopping your program.
2960
c5394b80 2961@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
2962Enable the specified breakpoints temporarily. @value{GDBN} disables any
2963of these breakpoints immediately after stopping your program.
2964
c5394b80 2965@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
2966Enable the specified breakpoints to work once, then die. @value{GDBN}
2967deletes any of these breakpoints as soon as your program stops there.
2968@end table
2969
d4f3574e
SS
2970@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
2971@c confusing: tbreak is also initially enabled.
c906108c
SS
2972Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
2973,Setting breakpoints}), breakpoints that you set are initially enabled;
2974subsequently, they become disabled or enabled only when you use one of
2975the commands above. (The command @code{until} can set and delete a
2976breakpoint of its own, but it does not change the state of your other
2977breakpoints; see @ref{Continuing and Stepping, ,Continuing and
2978stepping}.)
2979
6d2ebf8b 2980@node Conditions
c906108c
SS
2981@subsection Break conditions
2982@cindex conditional breakpoints
2983@cindex breakpoint conditions
2984
2985@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 2986@c in particular for a watchpoint?
c906108c
SS
2987The simplest sort of breakpoint breaks every time your program reaches a
2988specified place. You can also specify a @dfn{condition} for a
2989breakpoint. A condition is just a Boolean expression in your
2990programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
2991a condition evaluates the expression each time your program reaches it,
2992and your program stops only if the condition is @emph{true}.
2993
2994This is the converse of using assertions for program validation; in that
2995situation, you want to stop when the assertion is violated---that is,
2996when the condition is false. In C, if you want to test an assertion expressed
2997by the condition @var{assert}, you should set the condition
2998@samp{! @var{assert}} on the appropriate breakpoint.
2999
3000Conditions are also accepted for watchpoints; you may not need them,
3001since a watchpoint is inspecting the value of an expression anyhow---but
3002it might be simpler, say, to just set a watchpoint on a variable name,
3003and specify a condition that tests whether the new value is an interesting
3004one.
3005
3006Break conditions can have side effects, and may even call functions in
3007your program. This can be useful, for example, to activate functions
3008that log program progress, or to use your own print functions to
3009format special data structures. The effects are completely predictable
3010unless there is another enabled breakpoint at the same address. (In
3011that case, @value{GDBN} might see the other breakpoint first and stop your
3012program without checking the condition of this one.) Note that
d4f3574e
SS
3013breakpoint commands are usually more convenient and flexible than break
3014conditions for the
c906108c
SS
3015purpose of performing side effects when a breakpoint is reached
3016(@pxref{Break Commands, ,Breakpoint command lists}).
3017
3018Break conditions can be specified when a breakpoint is set, by using
3019@samp{if} in the arguments to the @code{break} command. @xref{Set
3020Breaks, ,Setting breakpoints}. They can also be changed at any time
3021with the @code{condition} command.
53a5351d 3022
c906108c
SS
3023You can also use the @code{if} keyword with the @code{watch} command.
3024The @code{catch} command does not recognize the @code{if} keyword;
3025@code{condition} is the only way to impose a further condition on a
3026catchpoint.
c906108c
SS
3027
3028@table @code
3029@kindex condition
3030@item condition @var{bnum} @var{expression}
3031Specify @var{expression} as the break condition for breakpoint,
3032watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3033breakpoint @var{bnum} stops your program only if the value of
3034@var{expression} is true (nonzero, in C). When you use
3035@code{condition}, @value{GDBN} checks @var{expression} immediately for
3036syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3037referents in the context of your breakpoint. If @var{expression} uses
3038symbols not referenced in the context of the breakpoint, @value{GDBN}
3039prints an error message:
3040
474c8240 3041@smallexample
d4f3574e 3042No symbol "foo" in current context.
474c8240 3043@end smallexample
d4f3574e
SS
3044
3045@noindent
c906108c
SS
3046@value{GDBN} does
3047not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3048command (or a command that sets a breakpoint with a condition, like
3049@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3050
3051@item condition @var{bnum}
3052Remove the condition from breakpoint number @var{bnum}. It becomes
3053an ordinary unconditional breakpoint.
3054@end table
3055
3056@cindex ignore count (of breakpoint)
3057A special case of a breakpoint condition is to stop only when the
3058breakpoint has been reached a certain number of times. This is so
3059useful that there is a special way to do it, using the @dfn{ignore
3060count} of the breakpoint. Every breakpoint has an ignore count, which
3061is an integer. Most of the time, the ignore count is zero, and
3062therefore has no effect. But if your program reaches a breakpoint whose
3063ignore count is positive, then instead of stopping, it just decrements
3064the ignore count by one and continues. As a result, if the ignore count
3065value is @var{n}, the breakpoint does not stop the next @var{n} times
3066your program reaches it.
3067
3068@table @code
3069@kindex ignore
3070@item ignore @var{bnum} @var{count}
3071Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3072The next @var{count} times the breakpoint is reached, your program's
3073execution does not stop; other than to decrement the ignore count, @value{GDBN}
3074takes no action.
3075
3076To make the breakpoint stop the next time it is reached, specify
3077a count of zero.
3078
3079When you use @code{continue} to resume execution of your program from a
3080breakpoint, you can specify an ignore count directly as an argument to
3081@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3082Stepping,,Continuing and stepping}.
3083
3084If a breakpoint has a positive ignore count and a condition, the
3085condition is not checked. Once the ignore count reaches zero,
3086@value{GDBN} resumes checking the condition.
3087
3088You could achieve the effect of the ignore count with a condition such
3089as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3090is decremented each time. @xref{Convenience Vars, ,Convenience
3091variables}.
3092@end table
3093
3094Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3095
3096
6d2ebf8b 3097@node Break Commands
c906108c
SS
3098@subsection Breakpoint command lists
3099
3100@cindex breakpoint commands
3101You can give any breakpoint (or watchpoint or catchpoint) a series of
3102commands to execute when your program stops due to that breakpoint. For
3103example, you might want to print the values of certain expressions, or
3104enable other breakpoints.
3105
3106@table @code
3107@kindex commands
3108@kindex end
3109@item commands @r{[}@var{bnum}@r{]}
3110@itemx @dots{} @var{command-list} @dots{}
3111@itemx end
3112Specify a list of commands for breakpoint number @var{bnum}. The commands
3113themselves appear on the following lines. Type a line containing just
3114@code{end} to terminate the commands.
3115
3116To remove all commands from a breakpoint, type @code{commands} and
3117follow it immediately with @code{end}; that is, give no commands.
3118
3119With no @var{bnum} argument, @code{commands} refers to the last
3120breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3121recently encountered).
3122@end table
3123
3124Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3125disabled within a @var{command-list}.
3126
3127You can use breakpoint commands to start your program up again. Simply
3128use the @code{continue} command, or @code{step}, or any other command
3129that resumes execution.
3130
3131Any other commands in the command list, after a command that resumes
3132execution, are ignored. This is because any time you resume execution
3133(even with a simple @code{next} or @code{step}), you may encounter
3134another breakpoint---which could have its own command list, leading to
3135ambiguities about which list to execute.
3136
3137@kindex silent
3138If the first command you specify in a command list is @code{silent}, the
3139usual message about stopping at a breakpoint is not printed. This may
3140be desirable for breakpoints that are to print a specific message and
3141then continue. If none of the remaining commands print anything, you
3142see no sign that the breakpoint was reached. @code{silent} is
3143meaningful only at the beginning of a breakpoint command list.
3144
3145The commands @code{echo}, @code{output}, and @code{printf} allow you to
3146print precisely controlled output, and are often useful in silent
3147breakpoints. @xref{Output, ,Commands for controlled output}.
3148
3149For example, here is how you could use breakpoint commands to print the
3150value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3151
474c8240 3152@smallexample
c906108c
SS
3153break foo if x>0
3154commands
3155silent
3156printf "x is %d\n",x
3157cont
3158end
474c8240 3159@end smallexample
c906108c
SS
3160
3161One application for breakpoint commands is to compensate for one bug so
3162you can test for another. Put a breakpoint just after the erroneous line
3163of code, give it a condition to detect the case in which something
3164erroneous has been done, and give it commands to assign correct values
3165to any variables that need them. End with the @code{continue} command
3166so that your program does not stop, and start with the @code{silent}
3167command so that no output is produced. Here is an example:
3168
474c8240 3169@smallexample
c906108c
SS
3170break 403
3171commands
3172silent
3173set x = y + 4
3174cont
3175end
474c8240 3176@end smallexample
c906108c 3177
6d2ebf8b 3178@node Breakpoint Menus
c906108c
SS
3179@subsection Breakpoint menus
3180@cindex overloading
3181@cindex symbol overloading
3182
b37052ae 3183Some programming languages (notably C@t{++}) permit a single function name
c906108c
SS
3184to be defined several times, for application in different contexts.
3185This is called @dfn{overloading}. When a function name is overloaded,
3186@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3187a breakpoint. If you realize this is a problem, you can use
3188something like @samp{break @var{function}(@var{types})} to specify which
3189particular version of the function you want. Otherwise, @value{GDBN} offers
3190you a menu of numbered choices for different possible breakpoints, and
3191waits for your selection with the prompt @samp{>}. The first two
3192options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3193sets a breakpoint at each definition of @var{function}, and typing
3194@kbd{0} aborts the @code{break} command without setting any new
3195breakpoints.
3196
3197For example, the following session excerpt shows an attempt to set a
3198breakpoint at the overloaded symbol @code{String::after}.
3199We choose three particular definitions of that function name:
3200
3201@c FIXME! This is likely to change to show arg type lists, at least
3202@smallexample
3203@group
3204(@value{GDBP}) b String::after
3205[0] cancel
3206[1] all
3207[2] file:String.cc; line number:867
3208[3] file:String.cc; line number:860
3209[4] file:String.cc; line number:875
3210[5] file:String.cc; line number:853
3211[6] file:String.cc; line number:846
3212[7] file:String.cc; line number:735
3213> 2 4 6
3214Breakpoint 1 at 0xb26c: file String.cc, line 867.
3215Breakpoint 2 at 0xb344: file String.cc, line 875.
3216Breakpoint 3 at 0xafcc: file String.cc, line 846.
3217Multiple breakpoints were set.
3218Use the "delete" command to delete unwanted
3219 breakpoints.
3220(@value{GDBP})
3221@end group
3222@end smallexample
c906108c
SS
3223
3224@c @ifclear BARETARGET
6d2ebf8b 3225@node Error in Breakpoints
d4f3574e 3226@subsection ``Cannot insert breakpoints''
c906108c
SS
3227@c
3228@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3229@c
d4f3574e
SS
3230Under some operating systems, breakpoints cannot be used in a program if
3231any other process is running that program. In this situation,
5d161b24 3232attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3233@value{GDBN} to print an error message:
3234
474c8240 3235@smallexample
d4f3574e
SS
3236Cannot insert breakpoints.
3237The same program may be running in another process.
474c8240 3238@end smallexample
d4f3574e
SS
3239
3240When this happens, you have three ways to proceed:
3241
3242@enumerate
3243@item
3244Remove or disable the breakpoints, then continue.
3245
3246@item
5d161b24 3247Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3248name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3249that @value{GDBN} should run your program under that name.
d4f3574e
SS
3250Then start your program again.
3251
3252@item
3253Relink your program so that the text segment is nonsharable, using the
3254linker option @samp{-N}. The operating system limitation may not apply
3255to nonsharable executables.
3256@end enumerate
c906108c
SS
3257@c @end ifclear
3258
d4f3574e
SS
3259A similar message can be printed if you request too many active
3260hardware-assisted breakpoints and watchpoints:
3261
3262@c FIXME: the precise wording of this message may change; the relevant
3263@c source change is not committed yet (Sep 3, 1999).
3264@smallexample
3265Stopped; cannot insert breakpoints.
3266You may have requested too many hardware breakpoints and watchpoints.
3267@end smallexample
3268
3269@noindent
3270This message is printed when you attempt to resume the program, since
3271only then @value{GDBN} knows exactly how many hardware breakpoints and
3272watchpoints it needs to insert.
3273
3274When this message is printed, you need to disable or remove some of the
3275hardware-assisted breakpoints and watchpoints, and then continue.
3276
3277
6d2ebf8b 3278@node Continuing and Stepping
c906108c
SS
3279@section Continuing and stepping
3280
3281@cindex stepping
3282@cindex continuing
3283@cindex resuming execution
3284@dfn{Continuing} means resuming program execution until your program
3285completes normally. In contrast, @dfn{stepping} means executing just
3286one more ``step'' of your program, where ``step'' may mean either one
3287line of source code, or one machine instruction (depending on what
7a292a7a
SS
3288particular command you use). Either when continuing or when stepping,
3289your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3290it stops due to a signal, you may want to use @code{handle}, or use
3291@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3292
3293@table @code
3294@kindex continue
41afff9a
EZ
3295@kindex c @r{(@code{continue})}
3296@kindex fg @r{(resume foreground execution)}
c906108c
SS
3297@item continue @r{[}@var{ignore-count}@r{]}
3298@itemx c @r{[}@var{ignore-count}@r{]}
3299@itemx fg @r{[}@var{ignore-count}@r{]}
3300Resume program execution, at the address where your program last stopped;
3301any breakpoints set at that address are bypassed. The optional argument
3302@var{ignore-count} allows you to specify a further number of times to
3303ignore a breakpoint at this location; its effect is like that of
3304@code{ignore} (@pxref{Conditions, ,Break conditions}).
3305
3306The argument @var{ignore-count} is meaningful only when your program
3307stopped due to a breakpoint. At other times, the argument to
3308@code{continue} is ignored.
3309
d4f3574e
SS
3310The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3311debugged program is deemed to be the foreground program) are provided
3312purely for convenience, and have exactly the same behavior as
3313@code{continue}.
c906108c
SS
3314@end table
3315
3316To resume execution at a different place, you can use @code{return}
3317(@pxref{Returning, ,Returning from a function}) to go back to the
3318calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3319different address}) to go to an arbitrary location in your program.
3320
3321A typical technique for using stepping is to set a breakpoint
3322(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3323beginning of the function or the section of your program where a problem
3324is believed to lie, run your program until it stops at that breakpoint,
3325and then step through the suspect area, examining the variables that are
3326interesting, until you see the problem happen.
3327
3328@table @code
3329@kindex step
41afff9a 3330@kindex s @r{(@code{step})}
c906108c
SS
3331@item step
3332Continue running your program until control reaches a different source
3333line, then stop it and return control to @value{GDBN}. This command is
3334abbreviated @code{s}.
3335
3336@quotation
3337@c "without debugging information" is imprecise; actually "without line
3338@c numbers in the debugging information". (gcc -g1 has debugging info but
3339@c not line numbers). But it seems complex to try to make that
3340@c distinction here.
3341@emph{Warning:} If you use the @code{step} command while control is
3342within a function that was compiled without debugging information,
3343execution proceeds until control reaches a function that does have
3344debugging information. Likewise, it will not step into a function which
3345is compiled without debugging information. To step through functions
3346without debugging information, use the @code{stepi} command, described
3347below.
3348@end quotation
3349
4a92d011
EZ
3350The @code{step} command only stops at the first instruction of a source
3351line. This prevents the multiple stops that could otherwise occur in
3352@code{switch} statements, @code{for} loops, etc. @code{step} continues
3353to stop if a function that has debugging information is called within
3354the line. In other words, @code{step} @emph{steps inside} any functions
3355called within the line.
c906108c 3356
d4f3574e
SS
3357Also, the @code{step} command only enters a function if there is line
3358number information for the function. Otherwise it acts like the
5d161b24 3359@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3360on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3361was any debugging information about the routine.
c906108c
SS
3362
3363@item step @var{count}
3364Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3365breakpoint is reached, or a signal not related to stepping occurs before
3366@var{count} steps, stepping stops right away.
c906108c
SS
3367
3368@kindex next
41afff9a 3369@kindex n @r{(@code{next})}
c906108c
SS
3370@item next @r{[}@var{count}@r{]}
3371Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3372This is similar to @code{step}, but function calls that appear within
3373the line of code are executed without stopping. Execution stops when
3374control reaches a different line of code at the original stack level
3375that was executing when you gave the @code{next} command. This command
3376is abbreviated @code{n}.
c906108c
SS
3377
3378An argument @var{count} is a repeat count, as for @code{step}.
3379
3380
3381@c FIX ME!! Do we delete this, or is there a way it fits in with
3382@c the following paragraph? --- Vctoria
3383@c
3384@c @code{next} within a function that lacks debugging information acts like
3385@c @code{step}, but any function calls appearing within the code of the
3386@c function are executed without stopping.
3387
d4f3574e
SS
3388The @code{next} command only stops at the first instruction of a
3389source line. This prevents multiple stops that could otherwise occur in
4a92d011 3390@code{switch} statements, @code{for} loops, etc.
c906108c 3391
b90a5f51
CF
3392@kindex set step-mode
3393@item set step-mode
3394@cindex functions without line info, and stepping
3395@cindex stepping into functions with no line info
3396@itemx set step-mode on
4a92d011 3397The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3398stop at the first instruction of a function which contains no debug line
3399information rather than stepping over it.
3400
4a92d011
EZ
3401This is useful in cases where you may be interested in inspecting the
3402machine instructions of a function which has no symbolic info and do not
3403want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3404
3405@item set step-mode off
4a92d011 3406Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3407debug information. This is the default.
3408
c906108c
SS
3409@kindex finish
3410@item finish
3411Continue running until just after function in the selected stack frame
3412returns. Print the returned value (if any).
3413
3414Contrast this with the @code{return} command (@pxref{Returning,
3415,Returning from a function}).
3416
3417@kindex until
41afff9a 3418@kindex u @r{(@code{until})}
c906108c
SS
3419@item until
3420@itemx u
3421Continue running until a source line past the current line, in the
3422current stack frame, is reached. This command is used to avoid single
3423stepping through a loop more than once. It is like the @code{next}
3424command, except that when @code{until} encounters a jump, it
3425automatically continues execution until the program counter is greater
3426than the address of the jump.
3427
3428This means that when you reach the end of a loop after single stepping
3429though it, @code{until} makes your program continue execution until it
3430exits the loop. In contrast, a @code{next} command at the end of a loop
3431simply steps back to the beginning of the loop, which forces you to step
3432through the next iteration.
3433
3434@code{until} always stops your program if it attempts to exit the current
3435stack frame.
3436
3437@code{until} may produce somewhat counterintuitive results if the order
3438of machine code does not match the order of the source lines. For
3439example, in the following excerpt from a debugging session, the @code{f}
3440(@code{frame}) command shows that execution is stopped at line
3441@code{206}; yet when we use @code{until}, we get to line @code{195}:
3442
474c8240 3443@smallexample
c906108c
SS
3444(@value{GDBP}) f
3445#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3446206 expand_input();
3447(@value{GDBP}) until
3448195 for ( ; argc > 0; NEXTARG) @{
474c8240 3449@end smallexample
c906108c
SS
3450
3451This happened because, for execution efficiency, the compiler had
3452generated code for the loop closure test at the end, rather than the
3453start, of the loop---even though the test in a C @code{for}-loop is
3454written before the body of the loop. The @code{until} command appeared
3455to step back to the beginning of the loop when it advanced to this
3456expression; however, it has not really gone to an earlier
3457statement---not in terms of the actual machine code.
3458
3459@code{until} with no argument works by means of single
3460instruction stepping, and hence is slower than @code{until} with an
3461argument.
3462
3463@item until @var{location}
3464@itemx u @var{location}
3465Continue running your program until either the specified location is
3466reached, or the current stack frame returns. @var{location} is any of
3467the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3468,Setting breakpoints}). This form of the command uses breakpoints,
3469and hence is quicker than @code{until} without an argument.
3470
3471@kindex stepi
41afff9a 3472@kindex si @r{(@code{stepi})}
c906108c 3473@item stepi
96a2c332 3474@itemx stepi @var{arg}
c906108c
SS
3475@itemx si
3476Execute one machine instruction, then stop and return to the debugger.
3477
3478It is often useful to do @samp{display/i $pc} when stepping by machine
3479instructions. This makes @value{GDBN} automatically display the next
3480instruction to be executed, each time your program stops. @xref{Auto
3481Display,, Automatic display}.
3482
3483An argument is a repeat count, as in @code{step}.
3484
3485@need 750
3486@kindex nexti
41afff9a 3487@kindex ni @r{(@code{nexti})}
c906108c 3488@item nexti
96a2c332 3489@itemx nexti @var{arg}
c906108c
SS
3490@itemx ni
3491Execute one machine instruction, but if it is a function call,
3492proceed until the function returns.
3493
3494An argument is a repeat count, as in @code{next}.
3495@end table
3496
6d2ebf8b 3497@node Signals
c906108c
SS
3498@section Signals
3499@cindex signals
3500
3501A signal is an asynchronous event that can happen in a program. The
3502operating system defines the possible kinds of signals, and gives each
3503kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3504signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3505@code{SIGSEGV} is the signal a program gets from referencing a place in
3506memory far away from all the areas in use; @code{SIGALRM} occurs when
3507the alarm clock timer goes off (which happens only if your program has
3508requested an alarm).
3509
3510@cindex fatal signals
3511Some signals, including @code{SIGALRM}, are a normal part of the
3512functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3513errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3514program has not specified in advance some other way to handle the signal.
3515@code{SIGINT} does not indicate an error in your program, but it is normally
3516fatal so it can carry out the purpose of the interrupt: to kill the program.
3517
3518@value{GDBN} has the ability to detect any occurrence of a signal in your
3519program. You can tell @value{GDBN} in advance what to do for each kind of
3520signal.
3521
3522@cindex handling signals
24f93129
EZ
3523Normally, @value{GDBN} is set up to let the non-erroneous signals like
3524@code{SIGALRM} be silently passed to your program
3525(so as not to interfere with their role in the program's functioning)
c906108c
SS
3526but to stop your program immediately whenever an error signal happens.
3527You can change these settings with the @code{handle} command.
3528
3529@table @code
3530@kindex info signals
3531@item info signals
96a2c332 3532@itemx info handle
c906108c
SS
3533Print a table of all the kinds of signals and how @value{GDBN} has been told to
3534handle each one. You can use this to see the signal numbers of all
3535the defined types of signals.
3536
d4f3574e 3537@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3538
3539@kindex handle
3540@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3541Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3542can be the number of a signal or its name (with or without the
24f93129 3543@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3544@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3545known signals. The @var{keywords} say what change to make.
c906108c
SS
3546@end table
3547
3548@c @group
3549The keywords allowed by the @code{handle} command can be abbreviated.
3550Their full names are:
3551
3552@table @code
3553@item nostop
3554@value{GDBN} should not stop your program when this signal happens. It may
3555still print a message telling you that the signal has come in.
3556
3557@item stop
3558@value{GDBN} should stop your program when this signal happens. This implies
3559the @code{print} keyword as well.
3560
3561@item print
3562@value{GDBN} should print a message when this signal happens.
3563
3564@item noprint
3565@value{GDBN} should not mention the occurrence of the signal at all. This
3566implies the @code{nostop} keyword as well.
3567
3568@item pass
5ece1a18 3569@itemx noignore
c906108c
SS
3570@value{GDBN} should allow your program to see this signal; your program
3571can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3572and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3573
3574@item nopass
5ece1a18 3575@itemx ignore
c906108c 3576@value{GDBN} should not allow your program to see this signal.
5ece1a18 3577@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3578@end table
3579@c @end group
3580
d4f3574e
SS
3581When a signal stops your program, the signal is not visible to the
3582program until you
c906108c
SS
3583continue. Your program sees the signal then, if @code{pass} is in
3584effect for the signal in question @emph{at that time}. In other words,
3585after @value{GDBN} reports a signal, you can use the @code{handle}
3586command with @code{pass} or @code{nopass} to control whether your
3587program sees that signal when you continue.
3588
24f93129
EZ
3589The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3590non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3591@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3592erroneous signals.
3593
c906108c
SS
3594You can also use the @code{signal} command to prevent your program from
3595seeing a signal, or cause it to see a signal it normally would not see,
3596or to give it any signal at any time. For example, if your program stopped
3597due to some sort of memory reference error, you might store correct
3598values into the erroneous variables and continue, hoping to see more
3599execution; but your program would probably terminate immediately as
3600a result of the fatal signal once it saw the signal. To prevent this,
3601you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3602program a signal}.
c906108c 3603
6d2ebf8b 3604@node Thread Stops
c906108c
SS
3605@section Stopping and starting multi-thread programs
3606
3607When your program has multiple threads (@pxref{Threads,, Debugging
3608programs with multiple threads}), you can choose whether to set
3609breakpoints on all threads, or on a particular thread.
3610
3611@table @code
3612@cindex breakpoints and threads
3613@cindex thread breakpoints
3614@kindex break @dots{} thread @var{threadno}
3615@item break @var{linespec} thread @var{threadno}
3616@itemx break @var{linespec} thread @var{threadno} if @dots{}
3617@var{linespec} specifies source lines; there are several ways of
3618writing them, but the effect is always to specify some source line.
3619
3620Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3621to specify that you only want @value{GDBN} to stop the program when a
3622particular thread reaches this breakpoint. @var{threadno} is one of the
3623numeric thread identifiers assigned by @value{GDBN}, shown in the first
3624column of the @samp{info threads} display.
3625
3626If you do not specify @samp{thread @var{threadno}} when you set a
3627breakpoint, the breakpoint applies to @emph{all} threads of your
3628program.
3629
3630You can use the @code{thread} qualifier on conditional breakpoints as
3631well; in this case, place @samp{thread @var{threadno}} before the
3632breakpoint condition, like this:
3633
3634@smallexample
2df3850c 3635(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3636@end smallexample
3637
3638@end table
3639
3640@cindex stopped threads
3641@cindex threads, stopped
3642Whenever your program stops under @value{GDBN} for any reason,
3643@emph{all} threads of execution stop, not just the current thread. This
3644allows you to examine the overall state of the program, including
3645switching between threads, without worrying that things may change
3646underfoot.
3647
3648@cindex continuing threads
3649@cindex threads, continuing
3650Conversely, whenever you restart the program, @emph{all} threads start
3651executing. @emph{This is true even when single-stepping} with commands
5d161b24 3652like @code{step} or @code{next}.
c906108c
SS
3653
3654In particular, @value{GDBN} cannot single-step all threads in lockstep.
3655Since thread scheduling is up to your debugging target's operating
3656system (not controlled by @value{GDBN}), other threads may
3657execute more than one statement while the current thread completes a
3658single step. Moreover, in general other threads stop in the middle of a
3659statement, rather than at a clean statement boundary, when the program
3660stops.
3661
3662You might even find your program stopped in another thread after
3663continuing or even single-stepping. This happens whenever some other
3664thread runs into a breakpoint, a signal, or an exception before the
3665first thread completes whatever you requested.
3666
3667On some OSes, you can lock the OS scheduler and thus allow only a single
3668thread to run.
3669
3670@table @code
3671@item set scheduler-locking @var{mode}
3672Set the scheduler locking mode. If it is @code{off}, then there is no
3673locking and any thread may run at any time. If @code{on}, then only the
3674current thread may run when the inferior is resumed. The @code{step}
3675mode optimizes for single-stepping. It stops other threads from
3676``seizing the prompt'' by preempting the current thread while you are
3677stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3678when you step. They are more likely to run when you @samp{next} over a
c906108c 3679function call, and they are completely free to run when you use commands
d4f3574e 3680like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3681thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3682@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3683
3684@item show scheduler-locking
3685Display the current scheduler locking mode.
3686@end table
3687
c906108c 3688
6d2ebf8b 3689@node Stack
c906108c
SS
3690@chapter Examining the Stack
3691
3692When your program has stopped, the first thing you need to know is where it
3693stopped and how it got there.
3694
3695@cindex call stack
5d161b24
DB
3696Each time your program performs a function call, information about the call
3697is generated.
3698That information includes the location of the call in your program,
3699the arguments of the call,
c906108c 3700and the local variables of the function being called.
5d161b24 3701The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3702The stack frames are allocated in a region of memory called the @dfn{call
3703stack}.
3704
3705When your program stops, the @value{GDBN} commands for examining the
3706stack allow you to see all of this information.
3707
3708@cindex selected frame
3709One of the stack frames is @dfn{selected} by @value{GDBN} and many
3710@value{GDBN} commands refer implicitly to the selected frame. In
3711particular, whenever you ask @value{GDBN} for the value of a variable in
3712your program, the value is found in the selected frame. There are
3713special @value{GDBN} commands to select whichever frame you are
3714interested in. @xref{Selection, ,Selecting a frame}.
3715
3716When your program stops, @value{GDBN} automatically selects the
5d161b24 3717currently executing frame and describes it briefly, similar to the
c906108c
SS
3718@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3719
3720@menu
3721* Frames:: Stack frames
3722* Backtrace:: Backtraces
3723* Selection:: Selecting a frame
3724* Frame Info:: Information on a frame
c906108c
SS
3725
3726@end menu
3727
6d2ebf8b 3728@node Frames
c906108c
SS
3729@section Stack frames
3730
d4f3574e 3731@cindex frame, definition
c906108c
SS
3732@cindex stack frame
3733The call stack is divided up into contiguous pieces called @dfn{stack
3734frames}, or @dfn{frames} for short; each frame is the data associated
3735with one call to one function. The frame contains the arguments given
3736to the function, the function's local variables, and the address at
3737which the function is executing.
3738
3739@cindex initial frame
3740@cindex outermost frame
3741@cindex innermost frame
3742When your program is started, the stack has only one frame, that of the
3743function @code{main}. This is called the @dfn{initial} frame or the
3744@dfn{outermost} frame. Each time a function is called, a new frame is
3745made. Each time a function returns, the frame for that function invocation
3746is eliminated. If a function is recursive, there can be many frames for
3747the same function. The frame for the function in which execution is
3748actually occurring is called the @dfn{innermost} frame. This is the most
3749recently created of all the stack frames that still exist.
3750
3751@cindex frame pointer
3752Inside your program, stack frames are identified by their addresses. A
3753stack frame consists of many bytes, each of which has its own address; each
3754kind of computer has a convention for choosing one byte whose
3755address serves as the address of the frame. Usually this address is kept
3756in a register called the @dfn{frame pointer register} while execution is
3757going on in that frame.
3758
3759@cindex frame number
3760@value{GDBN} assigns numbers to all existing stack frames, starting with
3761zero for the innermost frame, one for the frame that called it,
3762and so on upward. These numbers do not really exist in your program;
3763they are assigned by @value{GDBN} to give you a way of designating stack
3764frames in @value{GDBN} commands.
3765
6d2ebf8b
SS
3766@c The -fomit-frame-pointer below perennially causes hbox overflow
3767@c underflow problems.
c906108c
SS
3768@cindex frameless execution
3769Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3770without stack frames. (For example, the @value{GCC} option
474c8240 3771@smallexample
6d2ebf8b 3772@samp{-fomit-frame-pointer}
474c8240 3773@end smallexample
6d2ebf8b 3774generates functions without a frame.)
c906108c
SS
3775This is occasionally done with heavily used library functions to save
3776the frame setup time. @value{GDBN} has limited facilities for dealing
3777with these function invocations. If the innermost function invocation
3778has no stack frame, @value{GDBN} nevertheless regards it as though
3779it had a separate frame, which is numbered zero as usual, allowing
3780correct tracing of the function call chain. However, @value{GDBN} has
3781no provision for frameless functions elsewhere in the stack.
3782
3783@table @code
d4f3574e 3784@kindex frame@r{, command}
41afff9a 3785@cindex current stack frame
c906108c 3786@item frame @var{args}
5d161b24 3787The @code{frame} command allows you to move from one stack frame to another,
c906108c 3788and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3789address of the frame or the stack frame number. Without an argument,
3790@code{frame} prints the current stack frame.
c906108c
SS
3791
3792@kindex select-frame
41afff9a 3793@cindex selecting frame silently
c906108c
SS
3794@item select-frame
3795The @code{select-frame} command allows you to move from one stack frame
3796to another without printing the frame. This is the silent version of
3797@code{frame}.
3798@end table
3799
6d2ebf8b 3800@node Backtrace
c906108c
SS
3801@section Backtraces
3802
3803@cindex backtraces
3804@cindex tracebacks
3805@cindex stack traces
3806A backtrace is a summary of how your program got where it is. It shows one
3807line per frame, for many frames, starting with the currently executing
3808frame (frame zero), followed by its caller (frame one), and on up the
3809stack.
3810
3811@table @code
3812@kindex backtrace
41afff9a 3813@kindex bt @r{(@code{backtrace})}
c906108c
SS
3814@item backtrace
3815@itemx bt
3816Print a backtrace of the entire stack: one line per frame for all
3817frames in the stack.
3818
3819You can stop the backtrace at any time by typing the system interrupt
3820character, normally @kbd{C-c}.
3821
3822@item backtrace @var{n}
3823@itemx bt @var{n}
3824Similar, but print only the innermost @var{n} frames.
3825
3826@item backtrace -@var{n}
3827@itemx bt -@var{n}
3828Similar, but print only the outermost @var{n} frames.
3829@end table
3830
3831@kindex where
3832@kindex info stack
41afff9a 3833@kindex info s @r{(@code{info stack})}
c906108c
SS
3834The names @code{where} and @code{info stack} (abbreviated @code{info s})
3835are additional aliases for @code{backtrace}.
3836
3837Each line in the backtrace shows the frame number and the function name.
3838The program counter value is also shown---unless you use @code{set
3839print address off}. The backtrace also shows the source file name and
3840line number, as well as the arguments to the function. The program
3841counter value is omitted if it is at the beginning of the code for that
3842line number.
3843
3844Here is an example of a backtrace. It was made with the command
3845@samp{bt 3}, so it shows the innermost three frames.
3846
3847@smallexample
3848@group
5d161b24 3849#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
3850 at builtin.c:993
3851#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3852#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3853 at macro.c:71
3854(More stack frames follow...)
3855@end group
3856@end smallexample
3857
3858@noindent
3859The display for frame zero does not begin with a program counter
3860value, indicating that your program has stopped at the beginning of the
3861code for line @code{993} of @code{builtin.c}.
3862
6d2ebf8b 3863@node Selection
c906108c
SS
3864@section Selecting a frame
3865
3866Most commands for examining the stack and other data in your program work on
3867whichever stack frame is selected at the moment. Here are the commands for
3868selecting a stack frame; all of them finish by printing a brief description
3869of the stack frame just selected.
3870
3871@table @code
d4f3574e 3872@kindex frame@r{, selecting}
41afff9a 3873@kindex f @r{(@code{frame})}
c906108c
SS
3874@item frame @var{n}
3875@itemx f @var{n}
3876Select frame number @var{n}. Recall that frame zero is the innermost
3877(currently executing) frame, frame one is the frame that called the
3878innermost one, and so on. The highest-numbered frame is the one for
3879@code{main}.
3880
3881@item frame @var{addr}
3882@itemx f @var{addr}
3883Select the frame at address @var{addr}. This is useful mainly if the
3884chaining of stack frames has been damaged by a bug, making it
3885impossible for @value{GDBN} to assign numbers properly to all frames. In
3886addition, this can be useful when your program has multiple stacks and
3887switches between them.
3888
c906108c
SS
3889On the SPARC architecture, @code{frame} needs two addresses to
3890select an arbitrary frame: a frame pointer and a stack pointer.
3891
3892On the MIPS and Alpha architecture, it needs two addresses: a stack
3893pointer and a program counter.
3894
3895On the 29k architecture, it needs three addresses: a register stack
3896pointer, a program counter, and a memory stack pointer.
3897@c note to future updaters: this is conditioned on a flag
3898@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3899@c as of 27 Jan 1994.
c906108c
SS
3900
3901@kindex up
3902@item up @var{n}
3903Move @var{n} frames up the stack. For positive numbers @var{n}, this
3904advances toward the outermost frame, to higher frame numbers, to frames
3905that have existed longer. @var{n} defaults to one.
3906
3907@kindex down
41afff9a 3908@kindex do @r{(@code{down})}
c906108c
SS
3909@item down @var{n}
3910Move @var{n} frames down the stack. For positive numbers @var{n}, this
3911advances toward the innermost frame, to lower frame numbers, to frames
3912that were created more recently. @var{n} defaults to one. You may
3913abbreviate @code{down} as @code{do}.
3914@end table
3915
3916All of these commands end by printing two lines of output describing the
3917frame. The first line shows the frame number, the function name, the
3918arguments, and the source file and line number of execution in that
5d161b24 3919frame. The second line shows the text of that source line.
c906108c
SS
3920
3921@need 1000
3922For example:
3923
3924@smallexample
3925@group
3926(@value{GDBP}) up
3927#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
3928 at env.c:10
392910 read_input_file (argv[i]);
3930@end group
3931@end smallexample
3932
3933After such a printout, the @code{list} command with no arguments
3934prints ten lines centered on the point of execution in the frame.
87885426
FN
3935You can also edit the program at the point of execution with your favorite
3936editing program by typing @code{edit}.
3937@xref{List, ,Printing source lines},
3938for details.
c906108c
SS
3939
3940@table @code
3941@kindex down-silently
3942@kindex up-silently
3943@item up-silently @var{n}
3944@itemx down-silently @var{n}
3945These two commands are variants of @code{up} and @code{down},
3946respectively; they differ in that they do their work silently, without
3947causing display of the new frame. They are intended primarily for use
3948in @value{GDBN} command scripts, where the output might be unnecessary and
3949distracting.
3950@end table
3951
6d2ebf8b 3952@node Frame Info
c906108c
SS
3953@section Information about a frame
3954
3955There are several other commands to print information about the selected
3956stack frame.
3957
3958@table @code
3959@item frame
3960@itemx f
3961When used without any argument, this command does not change which
3962frame is selected, but prints a brief description of the currently
3963selected stack frame. It can be abbreviated @code{f}. With an
3964argument, this command is used to select a stack frame.
3965@xref{Selection, ,Selecting a frame}.
3966
3967@kindex info frame
41afff9a 3968@kindex info f @r{(@code{info frame})}
c906108c
SS
3969@item info frame
3970@itemx info f
3971This command prints a verbose description of the selected stack frame,
3972including:
3973
3974@itemize @bullet
5d161b24
DB
3975@item
3976the address of the frame
c906108c
SS
3977@item
3978the address of the next frame down (called by this frame)
3979@item
3980the address of the next frame up (caller of this frame)
3981@item
3982the language in which the source code corresponding to this frame is written
3983@item
3984the address of the frame's arguments
3985@item
d4f3574e
SS
3986the address of the frame's local variables
3987@item
c906108c
SS
3988the program counter saved in it (the address of execution in the caller frame)
3989@item
3990which registers were saved in the frame
3991@end itemize
3992
3993@noindent The verbose description is useful when
3994something has gone wrong that has made the stack format fail to fit
3995the usual conventions.
3996
3997@item info frame @var{addr}
3998@itemx info f @var{addr}
3999Print a verbose description of the frame at address @var{addr}, without
4000selecting that frame. The selected frame remains unchanged by this
4001command. This requires the same kind of address (more than one for some
4002architectures) that you specify in the @code{frame} command.
4003@xref{Selection, ,Selecting a frame}.
4004
4005@kindex info args
4006@item info args
4007Print the arguments of the selected frame, each on a separate line.
4008
4009@item info locals
4010@kindex info locals
4011Print the local variables of the selected frame, each on a separate
4012line. These are all variables (declared either static or automatic)
4013accessible at the point of execution of the selected frame.
4014
c906108c 4015@kindex info catch
d4f3574e
SS
4016@cindex catch exceptions, list active handlers
4017@cindex exception handlers, how to list
c906108c
SS
4018@item info catch
4019Print a list of all the exception handlers that are active in the
4020current stack frame at the current point of execution. To see other
4021exception handlers, visit the associated frame (using the @code{up},
4022@code{down}, or @code{frame} commands); then type @code{info catch}.
4023@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4024
c906108c
SS
4025@end table
4026
c906108c 4027
6d2ebf8b 4028@node Source
c906108c
SS
4029@chapter Examining Source Files
4030
4031@value{GDBN} can print parts of your program's source, since the debugging
4032information recorded in the program tells @value{GDBN} what source files were
4033used to build it. When your program stops, @value{GDBN} spontaneously prints
4034the line where it stopped. Likewise, when you select a stack frame
4035(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4036execution in that frame has stopped. You can print other portions of
4037source files by explicit command.
4038
7a292a7a 4039If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4040prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4041@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4042
4043@menu
4044* List:: Printing source lines
87885426 4045* Edit:: Editing source files
c906108c 4046* Search:: Searching source files
c906108c
SS
4047* Source Path:: Specifying source directories
4048* Machine Code:: Source and machine code
4049@end menu
4050
6d2ebf8b 4051@node List
c906108c
SS
4052@section Printing source lines
4053
4054@kindex list
41afff9a 4055@kindex l @r{(@code{list})}
c906108c 4056To print lines from a source file, use the @code{list} command
5d161b24 4057(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4058There are several ways to specify what part of the file you want to print.
4059
4060Here are the forms of the @code{list} command most commonly used:
4061
4062@table @code
4063@item list @var{linenum}
4064Print lines centered around line number @var{linenum} in the
4065current source file.
4066
4067@item list @var{function}
4068Print lines centered around the beginning of function
4069@var{function}.
4070
4071@item list
4072Print more lines. If the last lines printed were printed with a
4073@code{list} command, this prints lines following the last lines
4074printed; however, if the last line printed was a solitary line printed
4075as part of displaying a stack frame (@pxref{Stack, ,Examining the
4076Stack}), this prints lines centered around that line.
4077
4078@item list -
4079Print lines just before the lines last printed.
4080@end table
4081
4082By default, @value{GDBN} prints ten source lines with any of these forms of
4083the @code{list} command. You can change this using @code{set listsize}:
4084
4085@table @code
4086@kindex set listsize
4087@item set listsize @var{count}
4088Make the @code{list} command display @var{count} source lines (unless
4089the @code{list} argument explicitly specifies some other number).
4090
4091@kindex show listsize
4092@item show listsize
4093Display the number of lines that @code{list} prints.
4094@end table
4095
4096Repeating a @code{list} command with @key{RET} discards the argument,
4097so it is equivalent to typing just @code{list}. This is more useful
4098than listing the same lines again. An exception is made for an
4099argument of @samp{-}; that argument is preserved in repetition so that
4100each repetition moves up in the source file.
4101
4102@cindex linespec
4103In general, the @code{list} command expects you to supply zero, one or two
4104@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4105of writing them, but the effect is always to specify some source line.
c906108c
SS
4106Here is a complete description of the possible arguments for @code{list}:
4107
4108@table @code
4109@item list @var{linespec}
4110Print lines centered around the line specified by @var{linespec}.
4111
4112@item list @var{first},@var{last}
4113Print lines from @var{first} to @var{last}. Both arguments are
4114linespecs.
4115
4116@item list ,@var{last}
4117Print lines ending with @var{last}.
4118
4119@item list @var{first},
4120Print lines starting with @var{first}.
4121
4122@item list +
4123Print lines just after the lines last printed.
4124
4125@item list -
4126Print lines just before the lines last printed.
4127
4128@item list
4129As described in the preceding table.
4130@end table
4131
4132Here are the ways of specifying a single source line---all the
4133kinds of linespec.
4134
4135@table @code
4136@item @var{number}
4137Specifies line @var{number} of the current source file.
4138When a @code{list} command has two linespecs, this refers to
4139the same source file as the first linespec.
4140
4141@item +@var{offset}
4142Specifies the line @var{offset} lines after the last line printed.
4143When used as the second linespec in a @code{list} command that has
4144two, this specifies the line @var{offset} lines down from the
4145first linespec.
4146
4147@item -@var{offset}
4148Specifies the line @var{offset} lines before the last line printed.
4149
4150@item @var{filename}:@var{number}
4151Specifies line @var{number} in the source file @var{filename}.
4152
4153@item @var{function}
4154Specifies the line that begins the body of the function @var{function}.
4155For example: in C, this is the line with the open brace.
4156
4157@item @var{filename}:@var{function}
4158Specifies the line of the open-brace that begins the body of the
4159function @var{function} in the file @var{filename}. You only need the
4160file name with a function name to avoid ambiguity when there are
4161identically named functions in different source files.
4162
4163@item *@var{address}
4164Specifies the line containing the program address @var{address}.
4165@var{address} may be any expression.
4166@end table
4167
87885426
FN
4168@node Edit
4169@section Editing source files
4170@cindex editing source files
4171
4172@kindex edit
4173@kindex e @r{(@code{edit})}
4174To edit the lines in a source file, use the @code{edit} command.
4175The editing program of your choice
4176is invoked with the current line set to
4177the active line in the program.
4178Alternatively, there are several ways to specify what part of the file you
4179want to print if you want to see other parts of the program.
4180
4181Here are the forms of the @code{edit} command most commonly used:
4182
4183@table @code
4184@item edit
4185Edit the current source file at the active line number in the program.
4186
4187@item edit @var{number}
4188Edit the current source file with @var{number} as the active line number.
4189
4190@item edit @var{function}
4191Edit the file containing @var{function} at the beginning of its definition.
4192
4193@item edit @var{filename}:@var{number}
4194Specifies line @var{number} in the source file @var{filename}.
4195
4196@item edit @var{filename}:@var{function}
4197Specifies the line that begins the body of the
4198function @var{function} in the file @var{filename}. You only need the
4199file name with a function name to avoid ambiguity when there are
4200identically named functions in different source files.
4201
4202@item edit *@var{address}
4203Specifies the line containing the program address @var{address}.
4204@var{address} may be any expression.
4205@end table
4206
4207@subsection Choosing your editor
4208You can customize @value{GDBN} to use any editor you want
4209@footnote{
4210The only restriction is that your editor (say @code{ex}), recognizes the
4211following command-line syntax:
10998722 4212@smallexample
87885426 4213ex +@var{number} file
10998722
AC
4214@end smallexample
4215The optional numeric value +@var{number} designates the active line in
4216the file.}. By default, it is @value{EDITOR}, but you can change this
4217by setting the environment variable @code{EDITOR} before using
4218@value{GDBN}. For example, to configure @value{GDBN} to use the
4219@code{vi} editor, you could use these commands with the @code{sh} shell:
4220@smallexample
87885426
FN
4221EDITOR=/usr/bin/vi
4222export EDITOR
4223gdb ...
10998722 4224@end smallexample
87885426 4225or in the @code{csh} shell,
10998722 4226@smallexample
87885426
FN
4227setenv EDITOR /usr/bin/vi
4228gdb ...
10998722 4229@end smallexample
87885426 4230
6d2ebf8b 4231@node Search
c906108c
SS
4232@section Searching source files
4233@cindex searching
4234@kindex reverse-search
4235
4236There are two commands for searching through the current source file for a
4237regular expression.
4238
4239@table @code
4240@kindex search
4241@kindex forward-search
4242@item forward-search @var{regexp}
4243@itemx search @var{regexp}
4244The command @samp{forward-search @var{regexp}} checks each line,
4245starting with the one following the last line listed, for a match for
5d161b24 4246@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4247synonym @samp{search @var{regexp}} or abbreviate the command name as
4248@code{fo}.
4249
4250@item reverse-search @var{regexp}
4251The command @samp{reverse-search @var{regexp}} checks each line, starting
4252with the one before the last line listed and going backward, for a match
4253for @var{regexp}. It lists the line that is found. You can abbreviate
4254this command as @code{rev}.
4255@end table
c906108c 4256
6d2ebf8b 4257@node Source Path
c906108c
SS
4258@section Specifying source directories
4259
4260@cindex source path
4261@cindex directories for source files
4262Executable programs sometimes do not record the directories of the source
4263files from which they were compiled, just the names. Even when they do,
4264the directories could be moved between the compilation and your debugging
4265session. @value{GDBN} has a list of directories to search for source files;
4266this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4267it tries all the directories in the list, in the order they are present
4268in the list, until it finds a file with the desired name. Note that
4269the executable search path is @emph{not} used for this purpose. Neither is
4270the current working directory, unless it happens to be in the source
4271path.
4272
4273If @value{GDBN} cannot find a source file in the source path, and the
4274object program records a directory, @value{GDBN} tries that directory
4275too. If the source path is empty, and there is no record of the
4276compilation directory, @value{GDBN} looks in the current directory as a
4277last resort.
4278
4279Whenever you reset or rearrange the source path, @value{GDBN} clears out
4280any information it has cached about where source files are found and where
4281each line is in the file.
4282
4283@kindex directory
4284@kindex dir
d4f3574e
SS
4285When you start @value{GDBN}, its source path includes only @samp{cdir}
4286and @samp{cwd}, in that order.
c906108c
SS
4287To add other directories, use the @code{directory} command.
4288
4289@table @code
4290@item directory @var{dirname} @dots{}
4291@item dir @var{dirname} @dots{}
4292Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4293directory names may be given to this command, separated by @samp{:}
4294(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4295part of absolute file names) or
c906108c
SS
4296whitespace. You may specify a directory that is already in the source
4297path; this moves it forward, so @value{GDBN} searches it sooner.
4298
4299@kindex cdir
4300@kindex cwd
41afff9a
EZ
4301@vindex $cdir@r{, convenience variable}
4302@vindex $cwdr@r{, convenience variable}
c906108c
SS
4303@cindex compilation directory
4304@cindex current directory
4305@cindex working directory
4306@cindex directory, current
4307@cindex directory, compilation
4308You can use the string @samp{$cdir} to refer to the compilation
4309directory (if one is recorded), and @samp{$cwd} to refer to the current
4310working directory. @samp{$cwd} is not the same as @samp{.}---the former
4311tracks the current working directory as it changes during your @value{GDBN}
4312session, while the latter is immediately expanded to the current
4313directory at the time you add an entry to the source path.
4314
4315@item directory
4316Reset the source path to empty again. This requires confirmation.
4317
4318@c RET-repeat for @code{directory} is explicitly disabled, but since
4319@c repeating it would be a no-op we do not say that. (thanks to RMS)
4320
4321@item show directories
4322@kindex show directories
4323Print the source path: show which directories it contains.
4324@end table
4325
4326If your source path is cluttered with directories that are no longer of
4327interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4328versions of source. You can correct the situation as follows:
4329
4330@enumerate
4331@item
4332Use @code{directory} with no argument to reset the source path to empty.
4333
4334@item
4335Use @code{directory} with suitable arguments to reinstall the
4336directories you want in the source path. You can add all the
4337directories in one command.
4338@end enumerate
4339
6d2ebf8b 4340@node Machine Code
c906108c
SS
4341@section Source and machine code
4342
4343You can use the command @code{info line} to map source lines to program
4344addresses (and vice versa), and the command @code{disassemble} to display
4345a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4346mode, the @code{info line} command causes the arrow to point to the
5d161b24 4347line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4348well as hex.
4349
4350@table @code
4351@kindex info line
4352@item info line @var{linespec}
4353Print the starting and ending addresses of the compiled code for
4354source line @var{linespec}. You can specify source lines in any of
4355the ways understood by the @code{list} command (@pxref{List, ,Printing
4356source lines}).
4357@end table
4358
4359For example, we can use @code{info line} to discover the location of
4360the object code for the first line of function
4361@code{m4_changequote}:
4362
d4f3574e
SS
4363@c FIXME: I think this example should also show the addresses in
4364@c symbolic form, as they usually would be displayed.
c906108c 4365@smallexample
96a2c332 4366(@value{GDBP}) info line m4_changequote
c906108c
SS
4367Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4368@end smallexample
4369
4370@noindent
4371We can also inquire (using @code{*@var{addr}} as the form for
4372@var{linespec}) what source line covers a particular address:
4373@smallexample
4374(@value{GDBP}) info line *0x63ff
4375Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4376@end smallexample
4377
4378@cindex @code{$_} and @code{info line}
41afff9a 4379@kindex x@r{(examine), and} info line
c906108c
SS
4380After @code{info line}, the default address for the @code{x} command
4381is changed to the starting address of the line, so that @samp{x/i} is
4382sufficient to begin examining the machine code (@pxref{Memory,
4383,Examining memory}). Also, this address is saved as the value of the
4384convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4385variables}).
4386
4387@table @code
4388@kindex disassemble
4389@cindex assembly instructions
4390@cindex instructions, assembly
4391@cindex machine instructions
4392@cindex listing machine instructions
4393@item disassemble
4394This specialized command dumps a range of memory as machine
4395instructions. The default memory range is the function surrounding the
4396program counter of the selected frame. A single argument to this
4397command is a program counter value; @value{GDBN} dumps the function
4398surrounding this value. Two arguments specify a range of addresses
4399(first inclusive, second exclusive) to dump.
4400@end table
4401
c906108c
SS
4402The following example shows the disassembly of a range of addresses of
4403HP PA-RISC 2.0 code:
4404
4405@smallexample
4406(@value{GDBP}) disas 0x32c4 0x32e4
4407Dump of assembler code from 0x32c4 to 0x32e4:
44080x32c4 <main+204>: addil 0,dp
44090x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
44100x32cc <main+212>: ldil 0x3000,r31
44110x32d0 <main+216>: ble 0x3f8(sr4,r31)
44120x32d4 <main+220>: ldo 0(r31),rp
44130x32d8 <main+224>: addil -0x800,dp
44140x32dc <main+228>: ldo 0x588(r1),r26
44150x32e0 <main+232>: ldil 0x3000,r31
4416End of assembler dump.
4417@end smallexample
c906108c
SS
4418
4419Some architectures have more than one commonly-used set of instruction
4420mnemonics or other syntax.
4421
4422@table @code
d4f3574e 4423@kindex set disassembly-flavor
c906108c
SS
4424@cindex assembly instructions
4425@cindex instructions, assembly
4426@cindex machine instructions
4427@cindex listing machine instructions
d4f3574e
SS
4428@cindex Intel disassembly flavor
4429@cindex AT&T disassembly flavor
4430@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4431Select the instruction set to use when disassembling the
4432program via the @code{disassemble} or @code{x/i} commands.
4433
4434Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4435can set @var{instruction-set} to either @code{intel} or @code{att}.
4436The default is @code{att}, the AT&T flavor used by default by Unix
4437assemblers for x86-based targets.
c906108c
SS
4438@end table
4439
4440
6d2ebf8b 4441@node Data
c906108c
SS
4442@chapter Examining Data
4443
4444@cindex printing data
4445@cindex examining data
4446@kindex print
4447@kindex inspect
4448@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4449@c document because it is nonstandard... Under Epoch it displays in a
4450@c different window or something like that.
4451The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4452command (abbreviated @code{p}), or its synonym @code{inspect}. It
4453evaluates and prints the value of an expression of the language your
4454program is written in (@pxref{Languages, ,Using @value{GDBN} with
4455Different Languages}).
c906108c
SS
4456
4457@table @code
d4f3574e
SS
4458@item print @var{expr}
4459@itemx print /@var{f} @var{expr}
4460@var{expr} is an expression (in the source language). By default the
4461value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4462you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4463@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4464formats}.
4465
4466@item print
4467@itemx print /@var{f}
d4f3574e 4468If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4469@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4470conveniently inspect the same value in an alternative format.
4471@end table
4472
4473A more low-level way of examining data is with the @code{x} command.
4474It examines data in memory at a specified address and prints it in a
4475specified format. @xref{Memory, ,Examining memory}.
4476
7a292a7a 4477If you are interested in information about types, or about how the
d4f3574e
SS
4478fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4479command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4480Table}.
c906108c
SS
4481
4482@menu
4483* Expressions:: Expressions
4484* Variables:: Program variables
4485* Arrays:: Artificial arrays
4486* Output Formats:: Output formats
4487* Memory:: Examining memory
4488* Auto Display:: Automatic display
4489* Print Settings:: Print settings
4490* Value History:: Value history
4491* Convenience Vars:: Convenience variables
4492* Registers:: Registers
c906108c 4493* Floating Point Hardware:: Floating point hardware
53c69bd7 4494* Vector Unit:: Vector Unit
29e57380 4495* Memory Region Attributes:: Memory region attributes
16d9dec6 4496* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4497* Character Sets:: Debugging programs that use a different
4498 character set than GDB does
c906108c
SS
4499@end menu
4500
6d2ebf8b 4501@node Expressions
c906108c
SS
4502@section Expressions
4503
4504@cindex expressions
4505@code{print} and many other @value{GDBN} commands accept an expression and
4506compute its value. Any kind of constant, variable or operator defined
4507by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4508@value{GDBN}. This includes conditional expressions, function calls,
4509casts, and string constants. It also includes preprocessor macros, if
4510you compiled your program to include this information; see
4511@ref{Compilation}.
c906108c 4512
d4f3574e
SS
4513@value{GDBN} supports array constants in expressions input by
4514the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4515you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4516memory that is @code{malloc}ed in the target program.
c906108c 4517
c906108c
SS
4518Because C is so widespread, most of the expressions shown in examples in
4519this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4520Languages}, for information on how to use expressions in other
4521languages.
4522
4523In this section, we discuss operators that you can use in @value{GDBN}
4524expressions regardless of your programming language.
4525
4526Casts are supported in all languages, not just in C, because it is so
4527useful to cast a number into a pointer in order to examine a structure
4528at that address in memory.
4529@c FIXME: casts supported---Mod2 true?
c906108c
SS
4530
4531@value{GDBN} supports these operators, in addition to those common
4532to programming languages:
4533
4534@table @code
4535@item @@
4536@samp{@@} is a binary operator for treating parts of memory as arrays.
4537@xref{Arrays, ,Artificial arrays}, for more information.
4538
4539@item ::
4540@samp{::} allows you to specify a variable in terms of the file or
4541function where it is defined. @xref{Variables, ,Program variables}.
4542
4543@cindex @{@var{type}@}
4544@cindex type casting memory
4545@cindex memory, viewing as typed object
4546@cindex casts, to view memory
4547@item @{@var{type}@} @var{addr}
4548Refers to an object of type @var{type} stored at address @var{addr} in
4549memory. @var{addr} may be any expression whose value is an integer or
4550pointer (but parentheses are required around binary operators, just as in
4551a cast). This construct is allowed regardless of what kind of data is
4552normally supposed to reside at @var{addr}.
4553@end table
4554
6d2ebf8b 4555@node Variables
c906108c
SS
4556@section Program variables
4557
4558The most common kind of expression to use is the name of a variable
4559in your program.
4560
4561Variables in expressions are understood in the selected stack frame
4562(@pxref{Selection, ,Selecting a frame}); they must be either:
4563
4564@itemize @bullet
4565@item
4566global (or file-static)
4567@end itemize
4568
5d161b24 4569@noindent or
c906108c
SS
4570
4571@itemize @bullet
4572@item
4573visible according to the scope rules of the
4574programming language from the point of execution in that frame
5d161b24 4575@end itemize
c906108c
SS
4576
4577@noindent This means that in the function
4578
474c8240 4579@smallexample
c906108c
SS
4580foo (a)
4581 int a;
4582@{
4583 bar (a);
4584 @{
4585 int b = test ();
4586 bar (b);
4587 @}
4588@}
474c8240 4589@end smallexample
c906108c
SS
4590
4591@noindent
4592you can examine and use the variable @code{a} whenever your program is
4593executing within the function @code{foo}, but you can only use or
4594examine the variable @code{b} while your program is executing inside
4595the block where @code{b} is declared.
4596
4597@cindex variable name conflict
4598There is an exception: you can refer to a variable or function whose
4599scope is a single source file even if the current execution point is not
4600in this file. But it is possible to have more than one such variable or
4601function with the same name (in different source files). If that
4602happens, referring to that name has unpredictable effects. If you wish,
4603you can specify a static variable in a particular function or file,
4604using the colon-colon notation:
4605
d4f3574e 4606@cindex colon-colon, context for variables/functions
c906108c
SS
4607@iftex
4608@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4609@cindex @code{::}, context for variables/functions
c906108c 4610@end iftex
474c8240 4611@smallexample
c906108c
SS
4612@var{file}::@var{variable}
4613@var{function}::@var{variable}
474c8240 4614@end smallexample
c906108c
SS
4615
4616@noindent
4617Here @var{file} or @var{function} is the name of the context for the
4618static @var{variable}. In the case of file names, you can use quotes to
4619make sure @value{GDBN} parses the file name as a single word---for example,
4620to print a global value of @code{x} defined in @file{f2.c}:
4621
474c8240 4622@smallexample
c906108c 4623(@value{GDBP}) p 'f2.c'::x
474c8240 4624@end smallexample
c906108c 4625
b37052ae 4626@cindex C@t{++} scope resolution
c906108c 4627This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4628use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4629scope resolution operator in @value{GDBN} expressions.
4630@c FIXME: Um, so what happens in one of those rare cases where it's in
4631@c conflict?? --mew
c906108c
SS
4632
4633@cindex wrong values
4634@cindex variable values, wrong
4635@quotation
4636@emph{Warning:} Occasionally, a local variable may appear to have the
4637wrong value at certain points in a function---just after entry to a new
4638scope, and just before exit.
4639@end quotation
4640You may see this problem when you are stepping by machine instructions.
4641This is because, on most machines, it takes more than one instruction to
4642set up a stack frame (including local variable definitions); if you are
4643stepping by machine instructions, variables may appear to have the wrong
4644values until the stack frame is completely built. On exit, it usually
4645also takes more than one machine instruction to destroy a stack frame;
4646after you begin stepping through that group of instructions, local
4647variable definitions may be gone.
4648
4649This may also happen when the compiler does significant optimizations.
4650To be sure of always seeing accurate values, turn off all optimization
4651when compiling.
4652
d4f3574e
SS
4653@cindex ``No symbol "foo" in current context''
4654Another possible effect of compiler optimizations is to optimize
4655unused variables out of existence, or assign variables to registers (as
4656opposed to memory addresses). Depending on the support for such cases
4657offered by the debug info format used by the compiler, @value{GDBN}
4658might not be able to display values for such local variables. If that
4659happens, @value{GDBN} will print a message like this:
4660
474c8240 4661@smallexample
d4f3574e 4662No symbol "foo" in current context.
474c8240 4663@end smallexample
d4f3574e
SS
4664
4665To solve such problems, either recompile without optimizations, or use a
4666different debug info format, if the compiler supports several such
b37052ae 4667formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler usually
d4f3574e
SS
4668supports the @samp{-gstabs} option. @samp{-gstabs} produces debug info
4669in a format that is superior to formats such as COFF. You may be able
96c405b3 4670to use DWARF2 (@samp{-gdwarf-2}), which is also an effective form for
d4f3574e
SS
4671debug info. See @ref{Debugging Options,,Options for Debugging Your
4672Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}, for more
4673information.
4674
4675
6d2ebf8b 4676@node Arrays
c906108c
SS
4677@section Artificial arrays
4678
4679@cindex artificial array
41afff9a 4680@kindex @@@r{, referencing memory as an array}
c906108c
SS
4681It is often useful to print out several successive objects of the
4682same type in memory; a section of an array, or an array of
4683dynamically determined size for which only a pointer exists in the
4684program.
4685
4686You can do this by referring to a contiguous span of memory as an
4687@dfn{artificial array}, using the binary operator @samp{@@}. The left
4688operand of @samp{@@} should be the first element of the desired array
4689and be an individual object. The right operand should be the desired length
4690of the array. The result is an array value whose elements are all of
4691the type of the left argument. The first element is actually the left
4692argument; the second element comes from bytes of memory immediately
4693following those that hold the first element, and so on. Here is an
4694example. If a program says
4695
474c8240 4696@smallexample
c906108c 4697int *array = (int *) malloc (len * sizeof (int));
474c8240 4698@end smallexample
c906108c
SS
4699
4700@noindent
4701you can print the contents of @code{array} with
4702
474c8240 4703@smallexample
c906108c 4704p *array@@len
474c8240 4705@end smallexample
c906108c
SS
4706
4707The left operand of @samp{@@} must reside in memory. Array values made
4708with @samp{@@} in this way behave just like other arrays in terms of
4709subscripting, and are coerced to pointers when used in expressions.
4710Artificial arrays most often appear in expressions via the value history
4711(@pxref{Value History, ,Value history}), after printing one out.
4712
4713Another way to create an artificial array is to use a cast.
4714This re-interprets a value as if it were an array.
4715The value need not be in memory:
474c8240 4716@smallexample
c906108c
SS
4717(@value{GDBP}) p/x (short[2])0x12345678
4718$1 = @{0x1234, 0x5678@}
474c8240 4719@end smallexample
c906108c
SS
4720
4721As a convenience, if you leave the array length out (as in
c3f6f71d 4722@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4723the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4724@smallexample
c906108c
SS
4725(@value{GDBP}) p/x (short[])0x12345678
4726$2 = @{0x1234, 0x5678@}
474c8240 4727@end smallexample
c906108c
SS
4728
4729Sometimes the artificial array mechanism is not quite enough; in
4730moderately complex data structures, the elements of interest may not
4731actually be adjacent---for example, if you are interested in the values
4732of pointers in an array. One useful work-around in this situation is
4733to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4734variables}) as a counter in an expression that prints the first
4735interesting value, and then repeat that expression via @key{RET}. For
4736instance, suppose you have an array @code{dtab} of pointers to
4737structures, and you are interested in the values of a field @code{fv}
4738in each structure. Here is an example of what you might type:
4739
474c8240 4740@smallexample
c906108c
SS
4741set $i = 0
4742p dtab[$i++]->fv
4743@key{RET}
4744@key{RET}
4745@dots{}
474c8240 4746@end smallexample
c906108c 4747
6d2ebf8b 4748@node Output Formats
c906108c
SS
4749@section Output formats
4750
4751@cindex formatted output
4752@cindex output formats
4753By default, @value{GDBN} prints a value according to its data type. Sometimes
4754this is not what you want. For example, you might want to print a number
4755in hex, or a pointer in decimal. Or you might want to view data in memory
4756at a certain address as a character string or as an instruction. To do
4757these things, specify an @dfn{output format} when you print a value.
4758
4759The simplest use of output formats is to say how to print a value
4760already computed. This is done by starting the arguments of the
4761@code{print} command with a slash and a format letter. The format
4762letters supported are:
4763
4764@table @code
4765@item x
4766Regard the bits of the value as an integer, and print the integer in
4767hexadecimal.
4768
4769@item d
4770Print as integer in signed decimal.
4771
4772@item u
4773Print as integer in unsigned decimal.
4774
4775@item o
4776Print as integer in octal.
4777
4778@item t
4779Print as integer in binary. The letter @samp{t} stands for ``two''.
4780@footnote{@samp{b} cannot be used because these format letters are also
4781used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 4782see @ref{Memory,,Examining memory}.}
c906108c
SS
4783
4784@item a
4785@cindex unknown address, locating
3d67e040 4786@cindex locate address
c906108c
SS
4787Print as an address, both absolute in hexadecimal and as an offset from
4788the nearest preceding symbol. You can use this format used to discover
4789where (in what function) an unknown address is located:
4790
474c8240 4791@smallexample
c906108c
SS
4792(@value{GDBP}) p/a 0x54320
4793$3 = 0x54320 <_initialize_vx+396>
474c8240 4794@end smallexample
c906108c 4795
3d67e040
EZ
4796@noindent
4797The command @code{info symbol 0x54320} yields similar results.
4798@xref{Symbols, info symbol}.
4799
c906108c
SS
4800@item c
4801Regard as an integer and print it as a character constant.
4802
4803@item f
4804Regard the bits of the value as a floating point number and print
4805using typical floating point syntax.
4806@end table
4807
4808For example, to print the program counter in hex (@pxref{Registers}), type
4809
474c8240 4810@smallexample
c906108c 4811p/x $pc
474c8240 4812@end smallexample
c906108c
SS
4813
4814@noindent
4815Note that no space is required before the slash; this is because command
4816names in @value{GDBN} cannot contain a slash.
4817
4818To reprint the last value in the value history with a different format,
4819you can use the @code{print} command with just a format and no
4820expression. For example, @samp{p/x} reprints the last value in hex.
4821
6d2ebf8b 4822@node Memory
c906108c
SS
4823@section Examining memory
4824
4825You can use the command @code{x} (for ``examine'') to examine memory in
4826any of several formats, independently of your program's data types.
4827
4828@cindex examining memory
4829@table @code
41afff9a 4830@kindex x @r{(examine memory)}
c906108c
SS
4831@item x/@var{nfu} @var{addr}
4832@itemx x @var{addr}
4833@itemx x
4834Use the @code{x} command to examine memory.
4835@end table
4836
4837@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4838much memory to display and how to format it; @var{addr} is an
4839expression giving the address where you want to start displaying memory.
4840If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4841Several commands set convenient defaults for @var{addr}.
4842
4843@table @r
4844@item @var{n}, the repeat count
4845The repeat count is a decimal integer; the default is 1. It specifies
4846how much memory (counting by units @var{u}) to display.
4847@c This really is **decimal**; unaffected by 'set radix' as of GDB
4848@c 4.1.2.
4849
4850@item @var{f}, the display format
4851The display format is one of the formats used by @code{print},
4852@samp{s} (null-terminated string), or @samp{i} (machine instruction).
4853The default is @samp{x} (hexadecimal) initially.
4854The default changes each time you use either @code{x} or @code{print}.
4855
4856@item @var{u}, the unit size
4857The unit size is any of
4858
4859@table @code
4860@item b
4861Bytes.
4862@item h
4863Halfwords (two bytes).
4864@item w
4865Words (four bytes). This is the initial default.
4866@item g
4867Giant words (eight bytes).
4868@end table
4869
4870Each time you specify a unit size with @code{x}, that size becomes the
4871default unit the next time you use @code{x}. (For the @samp{s} and
4872@samp{i} formats, the unit size is ignored and is normally not written.)
4873
4874@item @var{addr}, starting display address
4875@var{addr} is the address where you want @value{GDBN} to begin displaying
4876memory. The expression need not have a pointer value (though it may);
4877it is always interpreted as an integer address of a byte of memory.
4878@xref{Expressions, ,Expressions}, for more information on expressions. The default for
4879@var{addr} is usually just after the last address examined---but several
4880other commands also set the default address: @code{info breakpoints} (to
4881the address of the last breakpoint listed), @code{info line} (to the
4882starting address of a line), and @code{print} (if you use it to display
4883a value from memory).
4884@end table
4885
4886For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4887(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4888starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4889words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 4890@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
4891
4892Since the letters indicating unit sizes are all distinct from the
4893letters specifying output formats, you do not have to remember whether
4894unit size or format comes first; either order works. The output
4895specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4896(However, the count @var{n} must come first; @samp{wx4} does not work.)
4897
4898Even though the unit size @var{u} is ignored for the formats @samp{s}
4899and @samp{i}, you might still want to use a count @var{n}; for example,
4900@samp{3i} specifies that you want to see three machine instructions,
4901including any operands. The command @code{disassemble} gives an
d4f3574e 4902alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
4903Code,,Source and machine code}.
4904
4905All the defaults for the arguments to @code{x} are designed to make it
4906easy to continue scanning memory with minimal specifications each time
4907you use @code{x}. For example, after you have inspected three machine
4908instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4909with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4910the repeat count @var{n} is used again; the other arguments default as
4911for successive uses of @code{x}.
4912
4913@cindex @code{$_}, @code{$__}, and value history
4914The addresses and contents printed by the @code{x} command are not saved
4915in the value history because there is often too much of them and they
4916would get in the way. Instead, @value{GDBN} makes these values available for
4917subsequent use in expressions as values of the convenience variables
4918@code{$_} and @code{$__}. After an @code{x} command, the last address
4919examined is available for use in expressions in the convenience variable
4920@code{$_}. The contents of that address, as examined, are available in
4921the convenience variable @code{$__}.
4922
4923If the @code{x} command has a repeat count, the address and contents saved
4924are from the last memory unit printed; this is not the same as the last
4925address printed if several units were printed on the last line of output.
4926
6d2ebf8b 4927@node Auto Display
c906108c
SS
4928@section Automatic display
4929@cindex automatic display
4930@cindex display of expressions
4931
4932If you find that you want to print the value of an expression frequently
4933(to see how it changes), you might want to add it to the @dfn{automatic
4934display list} so that @value{GDBN} prints its value each time your program stops.
4935Each expression added to the list is given a number to identify it;
4936to remove an expression from the list, you specify that number.
4937The automatic display looks like this:
4938
474c8240 4939@smallexample
c906108c
SS
49402: foo = 38
49413: bar[5] = (struct hack *) 0x3804
474c8240 4942@end smallexample
c906108c
SS
4943
4944@noindent
4945This display shows item numbers, expressions and their current values. As with
4946displays you request manually using @code{x} or @code{print}, you can
4947specify the output format you prefer; in fact, @code{display} decides
4948whether to use @code{print} or @code{x} depending on how elaborate your
4949format specification is---it uses @code{x} if you specify a unit size,
4950or one of the two formats (@samp{i} and @samp{s}) that are only
4951supported by @code{x}; otherwise it uses @code{print}.
4952
4953@table @code
4954@kindex display
d4f3574e
SS
4955@item display @var{expr}
4956Add the expression @var{expr} to the list of expressions to display
c906108c
SS
4957each time your program stops. @xref{Expressions, ,Expressions}.
4958
4959@code{display} does not repeat if you press @key{RET} again after using it.
4960
d4f3574e 4961@item display/@var{fmt} @var{expr}
c906108c 4962For @var{fmt} specifying only a display format and not a size or
d4f3574e 4963count, add the expression @var{expr} to the auto-display list but
c906108c
SS
4964arrange to display it each time in the specified format @var{fmt}.
4965@xref{Output Formats,,Output formats}.
4966
4967@item display/@var{fmt} @var{addr}
4968For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
4969number of units, add the expression @var{addr} as a memory address to
4970be examined each time your program stops. Examining means in effect
4971doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
4972@end table
4973
4974For example, @samp{display/i $pc} can be helpful, to see the machine
4975instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 4976is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
4977
4978@table @code
4979@kindex delete display
4980@kindex undisplay
4981@item undisplay @var{dnums}@dots{}
4982@itemx delete display @var{dnums}@dots{}
4983Remove item numbers @var{dnums} from the list of expressions to display.
4984
4985@code{undisplay} does not repeat if you press @key{RET} after using it.
4986(Otherwise you would just get the error @samp{No display number @dots{}}.)
4987
4988@kindex disable display
4989@item disable display @var{dnums}@dots{}
4990Disable the display of item numbers @var{dnums}. A disabled display
4991item is not printed automatically, but is not forgotten. It may be
4992enabled again later.
4993
4994@kindex enable display
4995@item enable display @var{dnums}@dots{}
4996Enable display of item numbers @var{dnums}. It becomes effective once
4997again in auto display of its expression, until you specify otherwise.
4998
4999@item display
5000Display the current values of the expressions on the list, just as is
5001done when your program stops.
5002
5003@kindex info display
5004@item info display
5005Print the list of expressions previously set up to display
5006automatically, each one with its item number, but without showing the
5007values. This includes disabled expressions, which are marked as such.
5008It also includes expressions which would not be displayed right now
5009because they refer to automatic variables not currently available.
5010@end table
5011
5012If a display expression refers to local variables, then it does not make
5013sense outside the lexical context for which it was set up. Such an
5014expression is disabled when execution enters a context where one of its
5015variables is not defined. For example, if you give the command
5016@code{display last_char} while inside a function with an argument
5017@code{last_char}, @value{GDBN} displays this argument while your program
5018continues to stop inside that function. When it stops elsewhere---where
5019there is no variable @code{last_char}---the display is disabled
5020automatically. The next time your program stops where @code{last_char}
5021is meaningful, you can enable the display expression once again.
5022
6d2ebf8b 5023@node Print Settings
c906108c
SS
5024@section Print settings
5025
5026@cindex format options
5027@cindex print settings
5028@value{GDBN} provides the following ways to control how arrays, structures,
5029and symbols are printed.
5030
5031@noindent
5032These settings are useful for debugging programs in any language:
5033
5034@table @code
5035@kindex set print address
5036@item set print address
5037@itemx set print address on
5038@value{GDBN} prints memory addresses showing the location of stack
5039traces, structure values, pointer values, breakpoints, and so forth,
5040even when it also displays the contents of those addresses. The default
5041is @code{on}. For example, this is what a stack frame display looks like with
5042@code{set print address on}:
5043
5044@smallexample
5045@group
5046(@value{GDBP}) f
5047#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5048 at input.c:530
5049530 if (lquote != def_lquote)
5050@end group
5051@end smallexample
5052
5053@item set print address off
5054Do not print addresses when displaying their contents. For example,
5055this is the same stack frame displayed with @code{set print address off}:
5056
5057@smallexample
5058@group
5059(@value{GDBP}) set print addr off
5060(@value{GDBP}) f
5061#0 set_quotes (lq="<<", rq=">>") at input.c:530
5062530 if (lquote != def_lquote)
5063@end group
5064@end smallexample
5065
5066You can use @samp{set print address off} to eliminate all machine
5067dependent displays from the @value{GDBN} interface. For example, with
5068@code{print address off}, you should get the same text for backtraces on
5069all machines---whether or not they involve pointer arguments.
5070
5071@kindex show print address
5072@item show print address
5073Show whether or not addresses are to be printed.
5074@end table
5075
5076When @value{GDBN} prints a symbolic address, it normally prints the
5077closest earlier symbol plus an offset. If that symbol does not uniquely
5078identify the address (for example, it is a name whose scope is a single
5079source file), you may need to clarify. One way to do this is with
5080@code{info line}, for example @samp{info line *0x4537}. Alternately,
5081you can set @value{GDBN} to print the source file and line number when
5082it prints a symbolic address:
5083
5084@table @code
5085@kindex set print symbol-filename
5086@item set print symbol-filename on
5087Tell @value{GDBN} to print the source file name and line number of a
5088symbol in the symbolic form of an address.
5089
5090@item set print symbol-filename off
5091Do not print source file name and line number of a symbol. This is the
5092default.
5093
5094@kindex show print symbol-filename
5095@item show print symbol-filename
5096Show whether or not @value{GDBN} will print the source file name and
5097line number of a symbol in the symbolic form of an address.
5098@end table
5099
5100Another situation where it is helpful to show symbol filenames and line
5101numbers is when disassembling code; @value{GDBN} shows you the line
5102number and source file that corresponds to each instruction.
5103
5104Also, you may wish to see the symbolic form only if the address being
5105printed is reasonably close to the closest earlier symbol:
5106
5107@table @code
5108@kindex set print max-symbolic-offset
5109@item set print max-symbolic-offset @var{max-offset}
5110Tell @value{GDBN} to only display the symbolic form of an address if the
5111offset between the closest earlier symbol and the address is less than
5d161b24 5112@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5113to always print the symbolic form of an address if any symbol precedes it.
5114
5115@kindex show print max-symbolic-offset
5116@item show print max-symbolic-offset
5117Ask how large the maximum offset is that @value{GDBN} prints in a
5118symbolic address.
5119@end table
5120
5121@cindex wild pointer, interpreting
5122@cindex pointer, finding referent
5123If you have a pointer and you are not sure where it points, try
5124@samp{set print symbol-filename on}. Then you can determine the name
5125and source file location of the variable where it points, using
5126@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5127For example, here @value{GDBN} shows that a variable @code{ptt} points
5128at another variable @code{t}, defined in @file{hi2.c}:
5129
474c8240 5130@smallexample
c906108c
SS
5131(@value{GDBP}) set print symbol-filename on
5132(@value{GDBP}) p/a ptt
5133$4 = 0xe008 <t in hi2.c>
474c8240 5134@end smallexample
c906108c
SS
5135
5136@quotation
5137@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5138does not show the symbol name and filename of the referent, even with
5139the appropriate @code{set print} options turned on.
5140@end quotation
5141
5142Other settings control how different kinds of objects are printed:
5143
5144@table @code
5145@kindex set print array
5146@item set print array
5147@itemx set print array on
5148Pretty print arrays. This format is more convenient to read,
5149but uses more space. The default is off.
5150
5151@item set print array off
5152Return to compressed format for arrays.
5153
5154@kindex show print array
5155@item show print array
5156Show whether compressed or pretty format is selected for displaying
5157arrays.
5158
5159@kindex set print elements
5160@item set print elements @var{number-of-elements}
5161Set a limit on how many elements of an array @value{GDBN} will print.
5162If @value{GDBN} is printing a large array, it stops printing after it has
5163printed the number of elements set by the @code{set print elements} command.
5164This limit also applies to the display of strings.
d4f3574e 5165When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5166Setting @var{number-of-elements} to zero means that the printing is unlimited.
5167
5168@kindex show print elements
5169@item show print elements
5170Display the number of elements of a large array that @value{GDBN} will print.
5171If the number is 0, then the printing is unlimited.
5172
5173@kindex set print null-stop
5174@item set print null-stop
5175Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5176@sc{null} is encountered. This is useful when large arrays actually
c906108c 5177contain only short strings.
d4f3574e 5178The default is off.
c906108c
SS
5179
5180@kindex set print pretty
5181@item set print pretty on
5d161b24 5182Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5183per line, like this:
5184
5185@smallexample
5186@group
5187$1 = @{
5188 next = 0x0,
5189 flags = @{
5190 sweet = 1,
5191 sour = 1
5192 @},
5193 meat = 0x54 "Pork"
5194@}
5195@end group
5196@end smallexample
5197
5198@item set print pretty off
5199Cause @value{GDBN} to print structures in a compact format, like this:
5200
5201@smallexample
5202@group
5203$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5204meat = 0x54 "Pork"@}
5205@end group
5206@end smallexample
5207
5208@noindent
5209This is the default format.
5210
5211@kindex show print pretty
5212@item show print pretty
5213Show which format @value{GDBN} is using to print structures.
5214
5215@kindex set print sevenbit-strings
5216@item set print sevenbit-strings on
5217Print using only seven-bit characters; if this option is set,
5218@value{GDBN} displays any eight-bit characters (in strings or
5219character values) using the notation @code{\}@var{nnn}. This setting is
5220best if you are working in English (@sc{ascii}) and you use the
5221high-order bit of characters as a marker or ``meta'' bit.
5222
5223@item set print sevenbit-strings off
5224Print full eight-bit characters. This allows the use of more
5225international character sets, and is the default.
5226
5227@kindex show print sevenbit-strings
5228@item show print sevenbit-strings
5229Show whether or not @value{GDBN} is printing only seven-bit characters.
5230
5231@kindex set print union
5232@item set print union on
5d161b24 5233Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5234is the default setting.
5235
5236@item set print union off
5237Tell @value{GDBN} not to print unions which are contained in structures.
5238
5239@kindex show print union
5240@item show print union
5241Ask @value{GDBN} whether or not it will print unions which are contained in
5242structures.
5243
5244For example, given the declarations
5245
5246@smallexample
5247typedef enum @{Tree, Bug@} Species;
5248typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5249typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5250 Bug_forms;
5251
5252struct thing @{
5253 Species it;
5254 union @{
5255 Tree_forms tree;
5256 Bug_forms bug;
5257 @} form;
5258@};
5259
5260struct thing foo = @{Tree, @{Acorn@}@};
5261@end smallexample
5262
5263@noindent
5264with @code{set print union on} in effect @samp{p foo} would print
5265
5266@smallexample
5267$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5268@end smallexample
5269
5270@noindent
5271and with @code{set print union off} in effect it would print
5272
5273@smallexample
5274$1 = @{it = Tree, form = @{...@}@}
5275@end smallexample
5276@end table
5277
c906108c
SS
5278@need 1000
5279@noindent
b37052ae 5280These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5281
5282@table @code
5283@cindex demangling
5284@kindex set print demangle
5285@item set print demangle
5286@itemx set print demangle on
b37052ae 5287Print C@t{++} names in their source form rather than in the encoded
c906108c 5288(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5289linkage. The default is on.
c906108c
SS
5290
5291@kindex show print demangle
5292@item show print demangle
b37052ae 5293Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5294
5295@kindex set print asm-demangle
5296@item set print asm-demangle
5297@itemx set print asm-demangle on
b37052ae 5298Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5299in assembler code printouts such as instruction disassemblies.
5300The default is off.
5301
5302@kindex show print asm-demangle
5303@item show print asm-demangle
b37052ae 5304Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5305or demangled form.
5306
5307@kindex set demangle-style
b37052ae
EZ
5308@cindex C@t{++} symbol decoding style
5309@cindex symbol decoding style, C@t{++}
c906108c
SS
5310@item set demangle-style @var{style}
5311Choose among several encoding schemes used by different compilers to
b37052ae 5312represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5313
5314@table @code
5315@item auto
5316Allow @value{GDBN} to choose a decoding style by inspecting your program.
5317
5318@item gnu
b37052ae 5319Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5320This is the default.
c906108c
SS
5321
5322@item hp
b37052ae 5323Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5324
5325@item lucid
b37052ae 5326Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5327
5328@item arm
b37052ae 5329Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5330@strong{Warning:} this setting alone is not sufficient to allow
5331debugging @code{cfront}-generated executables. @value{GDBN} would
5332require further enhancement to permit that.
5333
5334@end table
5335If you omit @var{style}, you will see a list of possible formats.
5336
5337@kindex show demangle-style
5338@item show demangle-style
b37052ae 5339Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5340
5341@kindex set print object
5342@item set print object
5343@itemx set print object on
5344When displaying a pointer to an object, identify the @emph{actual}
5345(derived) type of the object rather than the @emph{declared} type, using
5346the virtual function table.
5347
5348@item set print object off
5349Display only the declared type of objects, without reference to the
5350virtual function table. This is the default setting.
5351
5352@kindex show print object
5353@item show print object
5354Show whether actual, or declared, object types are displayed.
5355
5356@kindex set print static-members
5357@item set print static-members
5358@itemx set print static-members on
b37052ae 5359Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5360
5361@item set print static-members off
b37052ae 5362Do not print static members when displaying a C@t{++} object.
c906108c
SS
5363
5364@kindex show print static-members
5365@item show print static-members
b37052ae 5366Show whether C@t{++} static members are printed, or not.
c906108c
SS
5367
5368@c These don't work with HP ANSI C++ yet.
5369@kindex set print vtbl
5370@item set print vtbl
5371@itemx set print vtbl on
b37052ae 5372Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5373(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5374ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5375
5376@item set print vtbl off
b37052ae 5377Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5378
5379@kindex show print vtbl
5380@item show print vtbl
b37052ae 5381Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5382@end table
c906108c 5383
6d2ebf8b 5384@node Value History
c906108c
SS
5385@section Value history
5386
5387@cindex value history
5d161b24
DB
5388Values printed by the @code{print} command are saved in the @value{GDBN}
5389@dfn{value history}. This allows you to refer to them in other expressions.
5390Values are kept until the symbol table is re-read or discarded
5391(for example with the @code{file} or @code{symbol-file} commands).
5392When the symbol table changes, the value history is discarded,
5393since the values may contain pointers back to the types defined in the
c906108c
SS
5394symbol table.
5395
5396@cindex @code{$}
5397@cindex @code{$$}
5398@cindex history number
5399The values printed are given @dfn{history numbers} by which you can
5400refer to them. These are successive integers starting with one.
5401@code{print} shows you the history number assigned to a value by
5402printing @samp{$@var{num} = } before the value; here @var{num} is the
5403history number.
5404
5405To refer to any previous value, use @samp{$} followed by the value's
5406history number. The way @code{print} labels its output is designed to
5407remind you of this. Just @code{$} refers to the most recent value in
5408the history, and @code{$$} refers to the value before that.
5409@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5410is the value just prior to @code{$$}, @code{$$1} is equivalent to
5411@code{$$}, and @code{$$0} is equivalent to @code{$}.
5412
5413For example, suppose you have just printed a pointer to a structure and
5414want to see the contents of the structure. It suffices to type
5415
474c8240 5416@smallexample
c906108c 5417p *$
474c8240 5418@end smallexample
c906108c
SS
5419
5420If you have a chain of structures where the component @code{next} points
5421to the next one, you can print the contents of the next one with this:
5422
474c8240 5423@smallexample
c906108c 5424p *$.next
474c8240 5425@end smallexample
c906108c
SS
5426
5427@noindent
5428You can print successive links in the chain by repeating this
5429command---which you can do by just typing @key{RET}.
5430
5431Note that the history records values, not expressions. If the value of
5432@code{x} is 4 and you type these commands:
5433
474c8240 5434@smallexample
c906108c
SS
5435print x
5436set x=5
474c8240 5437@end smallexample
c906108c
SS
5438
5439@noindent
5440then the value recorded in the value history by the @code{print} command
5441remains 4 even though the value of @code{x} has changed.
5442
5443@table @code
5444@kindex show values
5445@item show values
5446Print the last ten values in the value history, with their item numbers.
5447This is like @samp{p@ $$9} repeated ten times, except that @code{show
5448values} does not change the history.
5449
5450@item show values @var{n}
5451Print ten history values centered on history item number @var{n}.
5452
5453@item show values +
5454Print ten history values just after the values last printed. If no more
5455values are available, @code{show values +} produces no display.
5456@end table
5457
5458Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5459same effect as @samp{show values +}.
5460
6d2ebf8b 5461@node Convenience Vars
c906108c
SS
5462@section Convenience variables
5463
5464@cindex convenience variables
5465@value{GDBN} provides @dfn{convenience variables} that you can use within
5466@value{GDBN} to hold on to a value and refer to it later. These variables
5467exist entirely within @value{GDBN}; they are not part of your program, and
5468setting a convenience variable has no direct effect on further execution
5469of your program. That is why you can use them freely.
5470
5471Convenience variables are prefixed with @samp{$}. Any name preceded by
5472@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5473the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5474(Value history references, in contrast, are @emph{numbers} preceded
5475by @samp{$}. @xref{Value History, ,Value history}.)
5476
5477You can save a value in a convenience variable with an assignment
5478expression, just as you would set a variable in your program.
5479For example:
5480
474c8240 5481@smallexample
c906108c 5482set $foo = *object_ptr
474c8240 5483@end smallexample
c906108c
SS
5484
5485@noindent
5486would save in @code{$foo} the value contained in the object pointed to by
5487@code{object_ptr}.
5488
5489Using a convenience variable for the first time creates it, but its
5490value is @code{void} until you assign a new value. You can alter the
5491value with another assignment at any time.
5492
5493Convenience variables have no fixed types. You can assign a convenience
5494variable any type of value, including structures and arrays, even if
5495that variable already has a value of a different type. The convenience
5496variable, when used as an expression, has the type of its current value.
5497
5498@table @code
5499@kindex show convenience
5500@item show convenience
5501Print a list of convenience variables used so far, and their values.
d4f3574e 5502Abbreviated @code{show conv}.
c906108c
SS
5503@end table
5504
5505One of the ways to use a convenience variable is as a counter to be
5506incremented or a pointer to be advanced. For example, to print
5507a field from successive elements of an array of structures:
5508
474c8240 5509@smallexample
c906108c
SS
5510set $i = 0
5511print bar[$i++]->contents
474c8240 5512@end smallexample
c906108c 5513
d4f3574e
SS
5514@noindent
5515Repeat that command by typing @key{RET}.
c906108c
SS
5516
5517Some convenience variables are created automatically by @value{GDBN} and given
5518values likely to be useful.
5519
5520@table @code
41afff9a 5521@vindex $_@r{, convenience variable}
c906108c
SS
5522@item $_
5523The variable @code{$_} is automatically set by the @code{x} command to
5524the last address examined (@pxref{Memory, ,Examining memory}). Other
5525commands which provide a default address for @code{x} to examine also
5526set @code{$_} to that address; these commands include @code{info line}
5527and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5528except when set by the @code{x} command, in which case it is a pointer
5529to the type of @code{$__}.
5530
41afff9a 5531@vindex $__@r{, convenience variable}
c906108c
SS
5532@item $__
5533The variable @code{$__} is automatically set by the @code{x} command
5534to the value found in the last address examined. Its type is chosen
5535to match the format in which the data was printed.
5536
5537@item $_exitcode
41afff9a 5538@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5539The variable @code{$_exitcode} is automatically set to the exit code when
5540the program being debugged terminates.
5541@end table
5542
53a5351d
JM
5543On HP-UX systems, if you refer to a function or variable name that
5544begins with a dollar sign, @value{GDBN} searches for a user or system
5545name first, before it searches for a convenience variable.
c906108c 5546
6d2ebf8b 5547@node Registers
c906108c
SS
5548@section Registers
5549
5550@cindex registers
5551You can refer to machine register contents, in expressions, as variables
5552with names starting with @samp{$}. The names of registers are different
5553for each machine; use @code{info registers} to see the names used on
5554your machine.
5555
5556@table @code
5557@kindex info registers
5558@item info registers
5559Print the names and values of all registers except floating-point
c85508ee 5560and vector registers (in the selected stack frame).
c906108c
SS
5561
5562@kindex info all-registers
5563@cindex floating point registers
5564@item info all-registers
5565Print the names and values of all registers, including floating-point
c85508ee 5566and vector registers (in the selected stack frame).
c906108c
SS
5567
5568@item info registers @var{regname} @dots{}
5569Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5570As discussed in detail below, register values are normally relative to
5571the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5572the machine you are using, with or without the initial @samp{$}.
5573@end table
5574
5575@value{GDBN} has four ``standard'' register names that are available (in
5576expressions) on most machines---whenever they do not conflict with an
5577architecture's canonical mnemonics for registers. The register names
5578@code{$pc} and @code{$sp} are used for the program counter register and
5579the stack pointer. @code{$fp} is used for a register that contains a
5580pointer to the current stack frame, and @code{$ps} is used for a
5581register that contains the processor status. For example,
5582you could print the program counter in hex with
5583
474c8240 5584@smallexample
c906108c 5585p/x $pc
474c8240 5586@end smallexample
c906108c
SS
5587
5588@noindent
5589or print the instruction to be executed next with
5590
474c8240 5591@smallexample
c906108c 5592x/i $pc
474c8240 5593@end smallexample
c906108c
SS
5594
5595@noindent
5596or add four to the stack pointer@footnote{This is a way of removing
5597one word from the stack, on machines where stacks grow downward in
5598memory (most machines, nowadays). This assumes that the innermost
5599stack frame is selected; setting @code{$sp} is not allowed when other
5600stack frames are selected. To pop entire frames off the stack,
5601regardless of machine architecture, use @code{return};
d4f3574e 5602see @ref{Returning, ,Returning from a function}.} with
c906108c 5603
474c8240 5604@smallexample
c906108c 5605set $sp += 4
474c8240 5606@end smallexample
c906108c
SS
5607
5608Whenever possible, these four standard register names are available on
5609your machine even though the machine has different canonical mnemonics,
5610so long as there is no conflict. The @code{info registers} command
5611shows the canonical names. For example, on the SPARC, @code{info
5612registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5613can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5614is an alias for the @sc{eflags} register.
c906108c
SS
5615
5616@value{GDBN} always considers the contents of an ordinary register as an
5617integer when the register is examined in this way. Some machines have
5618special registers which can hold nothing but floating point; these
5619registers are considered to have floating point values. There is no way
5620to refer to the contents of an ordinary register as floating point value
5621(although you can @emph{print} it as a floating point value with
5622@samp{print/f $@var{regname}}).
5623
5624Some registers have distinct ``raw'' and ``virtual'' data formats. This
5625means that the data format in which the register contents are saved by
5626the operating system is not the same one that your program normally
5627sees. For example, the registers of the 68881 floating point
5628coprocessor are always saved in ``extended'' (raw) format, but all C
5629programs expect to work with ``double'' (virtual) format. In such
5d161b24 5630cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5631that makes sense for your program), but the @code{info registers} command
5632prints the data in both formats.
5633
5634Normally, register values are relative to the selected stack frame
5635(@pxref{Selection, ,Selecting a frame}). This means that you get the
5636value that the register would contain if all stack frames farther in
5637were exited and their saved registers restored. In order to see the
5638true contents of hardware registers, you must select the innermost
5639frame (with @samp{frame 0}).
5640
5641However, @value{GDBN} must deduce where registers are saved, from the machine
5642code generated by your compiler. If some registers are not saved, or if
5643@value{GDBN} is unable to locate the saved registers, the selected stack
5644frame makes no difference.
5645
6d2ebf8b 5646@node Floating Point Hardware
c906108c
SS
5647@section Floating point hardware
5648@cindex floating point
5649
5650Depending on the configuration, @value{GDBN} may be able to give
5651you more information about the status of the floating point hardware.
5652
5653@table @code
5654@kindex info float
5655@item info float
5656Display hardware-dependent information about the floating
5657point unit. The exact contents and layout vary depending on the
5658floating point chip. Currently, @samp{info float} is supported on
5659the ARM and x86 machines.
5660@end table
c906108c 5661
e76f1f2e
AC
5662@node Vector Unit
5663@section Vector Unit
5664@cindex vector unit
5665
5666Depending on the configuration, @value{GDBN} may be able to give you
5667more information about the status of the vector unit.
5668
5669@table @code
5670@kindex info vector
5671@item info vector
5672Display information about the vector unit. The exact contents and
5673layout vary depending on the hardware.
5674@end table
5675
29e57380 5676@node Memory Region Attributes
16d9dec6 5677@section Memory region attributes
29e57380
C
5678@cindex memory region attributes
5679
5680@dfn{Memory region attributes} allow you to describe special handling
5681required by regions of your target's memory. @value{GDBN} uses attributes
5682to determine whether to allow certain types of memory accesses; whether to
5683use specific width accesses; and whether to cache target memory.
5684
5685Defined memory regions can be individually enabled and disabled. When a
5686memory region is disabled, @value{GDBN} uses the default attributes when
5687accessing memory in that region. Similarly, if no memory regions have
5688been defined, @value{GDBN} uses the default attributes when accessing
5689all memory.
5690
5691When a memory region is defined, it is given a number to identify it;
5692to enable, disable, or remove a memory region, you specify that number.
5693
5694@table @code
5695@kindex mem
bfac230e
DH
5696@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5697Define memory region bounded by @var{lower} and @var{upper} with
5698attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5699special case: it is treated as the the target's maximum memory address.
5700(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5701
5702@kindex delete mem
5703@item delete mem @var{nums}@dots{}
59649f2e 5704Remove memory regions @var{nums}@dots{}.
29e57380
C
5705
5706@kindex disable mem
5707@item disable mem @var{nums}@dots{}
59649f2e 5708Disable memory regions @var{nums}@dots{}.
29e57380
C
5709A disabled memory region is not forgotten.
5710It may be enabled again later.
5711
5712@kindex enable mem
5713@item enable mem @var{nums}@dots{}
59649f2e 5714Enable memory regions @var{nums}@dots{}.
29e57380
C
5715
5716@kindex info mem
5717@item info mem
5718Print a table of all defined memory regions, with the following columns
5719for each region.
5720
5721@table @emph
5722@item Memory Region Number
5723@item Enabled or Disabled.
5724Enabled memory regions are marked with @samp{y}.
5725Disabled memory regions are marked with @samp{n}.
5726
5727@item Lo Address
5728The address defining the inclusive lower bound of the memory region.
5729
5730@item Hi Address
5731The address defining the exclusive upper bound of the memory region.
5732
5733@item Attributes
5734The list of attributes set for this memory region.
5735@end table
5736@end table
5737
5738
5739@subsection Attributes
5740
5741@subsubsection Memory Access Mode
5742The access mode attributes set whether @value{GDBN} may make read or
5743write accesses to a memory region.
5744
5745While these attributes prevent @value{GDBN} from performing invalid
5746memory accesses, they do nothing to prevent the target system, I/O DMA,
5747etc. from accessing memory.
5748
5749@table @code
5750@item ro
5751Memory is read only.
5752@item wo
5753Memory is write only.
5754@item rw
6ca652b0 5755Memory is read/write. This is the default.
29e57380
C
5756@end table
5757
5758@subsubsection Memory Access Size
5759The acccess size attributes tells @value{GDBN} to use specific sized
5760accesses in the memory region. Often memory mapped device registers
5761require specific sized accesses. If no access size attribute is
5762specified, @value{GDBN} may use accesses of any size.
5763
5764@table @code
5765@item 8
5766Use 8 bit memory accesses.
5767@item 16
5768Use 16 bit memory accesses.
5769@item 32
5770Use 32 bit memory accesses.
5771@item 64
5772Use 64 bit memory accesses.
5773@end table
5774
5775@c @subsubsection Hardware/Software Breakpoints
5776@c The hardware/software breakpoint attributes set whether @value{GDBN}
5777@c will use hardware or software breakpoints for the internal breakpoints
5778@c used by the step, next, finish, until, etc. commands.
5779@c
5780@c @table @code
5781@c @item hwbreak
5782@c Always use hardware breakpoints
5783@c @item swbreak (default)
5784@c @end table
5785
5786@subsubsection Data Cache
5787The data cache attributes set whether @value{GDBN} will cache target
5788memory. While this generally improves performance by reducing debug
5789protocol overhead, it can lead to incorrect results because @value{GDBN}
5790does not know about volatile variables or memory mapped device
5791registers.
5792
5793@table @code
5794@item cache
5795Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
5796@item nocache
5797Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
5798@end table
5799
5800@c @subsubsection Memory Write Verification
5801@c The memory write verification attributes set whether @value{GDBN}
5802@c will re-reads data after each write to verify the write was successful.
5803@c
5804@c @table @code
5805@c @item verify
5806@c @item noverify (default)
5807@c @end table
5808
16d9dec6
MS
5809@node Dump/Restore Files
5810@section Copy between memory and a file
5811@cindex dump/restore files
5812@cindex append data to a file
5813@cindex dump data to a file
5814@cindex restore data from a file
5815@kindex dump
5816@kindex append
5817@kindex restore
5818
5819The commands @code{dump}, @code{append}, and @code{restore} are used
5820for copying data between target memory and a file. Data is written
5821into a file using @code{dump} or @code{append}, and restored from a
5822file into memory by using @code{restore}. Files may be binary, srec,
5823intel hex, or tekhex (but only binary files can be appended).
5824
5825@table @code
5826@kindex dump binary
5827@kindex append binary
5828@item dump binary memory @var{filename} @var{start_addr} @var{end_addr}
5829Dump contents of memory from @var{start_addr} to @var{end_addr} into
5830raw binary format file @var{filename}.
5831
5832@item append binary memory @var{filename} @var{start_addr} @var{end_addr}
5833Append contents of memory from @var{start_addr} to @var{end_addr} to
5834raw binary format file @var{filename}.
5835
5836@item dump binary value @var{filename} @var{expression}
5837Dump value of @var{expression} into raw binary format file @var{filename}.
5838
5839@item append binary memory @var{filename} @var{expression}
5840Append value of @var{expression} to raw binary format file @var{filename}.
5841
5842@kindex dump ihex
5843@item dump ihex memory @var{filename} @var{start_addr} @var{end_addr}
5844Dump contents of memory from @var{start_addr} to @var{end_addr} into
5845intel hex format file @var{filename}.
5846
5847@item dump ihex value @var{filename} @var{expression}
5848Dump value of @var{expression} into intel hex format file @var{filename}.
5849
5850@kindex dump srec
5851@item dump srec memory @var{filename} @var{start_addr} @var{end_addr}
5852Dump contents of memory from @var{start_addr} to @var{end_addr} into
5853srec format file @var{filename}.
5854
5855@item dump srec value @var{filename} @var{expression}
5856Dump value of @var{expression} into srec format file @var{filename}.
5857
5858@kindex dump tekhex
5859@item dump tekhex memory @var{filename} @var{start_addr} @var{end_addr}
5860Dump contents of memory from @var{start_addr} to @var{end_addr} into
5861tekhex format file @var{filename}.
5862
5863@item dump tekhex value @var{filename} @var{expression}
5864Dump value of @var{expression} into tekhex format file @var{filename}.
5865
42f9b0a5 5866@item restore @var{filename} [@var{binary}] @var{bias} @var{start} @var{end}
16d9dec6
MS
5867Restore the contents of file @var{filename} into memory. The @code{restore}
5868command can automatically recognize any known bfd file format, except for
5869raw binary. To restore a raw binary file you must use the optional argument
5870@var{binary} after the filename.
5871
5872If @var{bias} is non-zero, its value will be added to the addresses
5873contained in the file. Binary files always start at address zero, so
5874they will be restored at address @var{bias}. Other bfd files have
5875a built-in location; they will be restored at offset @var{bias}
5876from that location.
5877
5878If @var{start} and/or @var{end} are non-zero, then only data between
5879file offset @var{start} and file offset @var{end} will be restored.
5880These offsets are relative to the addresses in the file, before
5881the @var{bias} argument is applied.
5882
5883@end table
5884
a0eb71c5
KB
5885@node Character Sets
5886@section Character Sets
5887@cindex character sets
5888@cindex charset
5889@cindex translating between character sets
5890@cindex host character set
5891@cindex target character set
5892
5893If the program you are debugging uses a different character set to
5894represent characters and strings than the one @value{GDBN} uses itself,
5895@value{GDBN} can automatically translate between the character sets for
5896you. The character set @value{GDBN} uses we call the @dfn{host
5897character set}; the one the inferior program uses we call the
5898@dfn{target character set}.
5899
5900For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
5901uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
5902remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
5903running on an IBM mainframe, which uses the @sc{ebcdic} character set,
5904then the host character set is Latin-1, and the target character set is
5905@sc{ebcdic}. If you give @value{GDBN} the command @code{set
5906target-charset ebcdic-us}, then @value{GDBN} translates between
5907@sc{ebcdic} and Latin 1 as you print character or string values, or use
5908character and string literals in expressions.
5909
5910@value{GDBN} has no way to automatically recognize which character set
5911the inferior program uses; you must tell it, using the @code{set
5912target-charset} command, described below.
5913
5914Here are the commands for controlling @value{GDBN}'s character set
5915support:
5916
5917@table @code
5918@item set target-charset @var{charset}
5919@kindex set target-charset
5920Set the current target character set to @var{charset}. We list the
5921character set names @value{GDBN} recognizes below, but if you invoke the
5922@code{set target-charset} command with no argument, @value{GDBN} lists
5923the character sets it supports.
5924@end table
5925
5926@table @code
5927@item set host-charset @var{charset}
5928@kindex set host-charset
5929Set the current host character set to @var{charset}.
5930
5931By default, @value{GDBN} uses a host character set appropriate to the
5932system it is running on; you can override that default using the
5933@code{set host-charset} command.
5934
5935@value{GDBN} can only use certain character sets as its host character
5936set. We list the character set names @value{GDBN} recognizes below, and
5937indicate which can be host character sets, but if you invoke the
5938@code{set host-charset} command with no argument, @value{GDBN} lists the
5939character sets it supports, placing an asterisk (@samp{*}) after those
5940it can use as a host character set.
5941
5942@item set charset @var{charset}
5943@kindex set charset
5944Set the current host and target character sets to @var{charset}. If you
5945invoke the @code{set charset} command with no argument, it lists the
5946character sets it supports. @value{GDBN} can only use certain character
5947sets as its host character set; it marks those in the list with an
5948asterisk (@samp{*}).
5949
5950@item show charset
5951@itemx show host-charset
5952@itemx show target-charset
5953@kindex show charset
5954@kindex show host-charset
5955@kindex show target-charset
5956Show the current host and target charsets. The @code{show host-charset}
5957and @code{show target-charset} commands are synonyms for @code{show
5958charset}.
5959
5960@end table
5961
5962@value{GDBN} currently includes support for the following character
5963sets:
5964
5965@table @code
5966
5967@item ASCII
5968@cindex ASCII character set
5969Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
5970character set.
5971
5972@item ISO-8859-1
5973@cindex ISO 8859-1 character set
5974@cindex ISO Latin 1 character set
5975The ISO Latin 1 character set. This extends ASCII with accented
5976characters needed for French, German, and Spanish. @value{GDBN} can use
5977this as its host character set.
5978
5979@item EBCDIC-US
5980@itemx IBM1047
5981@cindex EBCDIC character set
5982@cindex IBM1047 character set
5983Variants of the @sc{ebcdic} character set, used on some of IBM's
5984mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
5985@value{GDBN} cannot use these as its host character set.
5986
5987@end table
5988
5989Note that these are all single-byte character sets. More work inside
5990GDB is needed to support multi-byte or variable-width character
5991encodings, like the UTF-8 and UCS-2 encodings of Unicode.
5992
5993Here is an example of @value{GDBN}'s character set support in action.
5994Assume that the following source code has been placed in the file
5995@file{charset-test.c}:
5996
5997@smallexample
5998#include <stdio.h>
5999
6000char ascii_hello[]
6001 = @{72, 101, 108, 108, 111, 44, 32, 119,
6002 111, 114, 108, 100, 33, 10, 0@};
6003char ibm1047_hello[]
6004 = @{200, 133, 147, 147, 150, 107, 64, 166,
6005 150, 153, 147, 132, 90, 37, 0@};
6006
6007main ()
6008@{
6009 printf ("Hello, world!\n");
6010@}
10998722 6011@end smallexample
a0eb71c5
KB
6012
6013In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6014containing the string @samp{Hello, world!} followed by a newline,
6015encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6016
6017We compile the program, and invoke the debugger on it:
6018
6019@smallexample
6020$ gcc -g charset-test.c -o charset-test
6021$ gdb -nw charset-test
6022GNU gdb 2001-12-19-cvs
6023Copyright 2001 Free Software Foundation, Inc.
6024@dots{}
6025(gdb)
10998722 6026@end smallexample
a0eb71c5
KB
6027
6028We can use the @code{show charset} command to see what character sets
6029@value{GDBN} is currently using to interpret and display characters and
6030strings:
6031
6032@smallexample
6033(gdb) show charset
6034The current host and target character set is `iso-8859-1'.
6035(gdb)
10998722 6036@end smallexample
a0eb71c5
KB
6037
6038For the sake of printing this manual, let's use @sc{ascii} as our
6039initial character set:
6040@smallexample
6041(gdb) set charset ascii
6042(gdb) show charset
6043The current host and target character set is `ascii'.
6044(gdb)
10998722 6045@end smallexample
a0eb71c5
KB
6046
6047Let's assume that @sc{ascii} is indeed the correct character set for our
6048host system --- in other words, let's assume that if @value{GDBN} prints
6049characters using the @sc{ascii} character set, our terminal will display
6050them properly. Since our current target character set is also
6051@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6052
6053@smallexample
6054(gdb) print ascii_hello
6055$1 = 0x401698 "Hello, world!\n"
6056(gdb) print ascii_hello[0]
6057$2 = 72 'H'
6058(gdb)
10998722 6059@end smallexample
a0eb71c5
KB
6060
6061@value{GDBN} uses the target character set for character and string
6062literals you use in expressions:
6063
6064@smallexample
6065(gdb) print '+'
6066$3 = 43 '+'
6067(gdb)
10998722 6068@end smallexample
a0eb71c5
KB
6069
6070The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6071character.
6072
6073@value{GDBN} relies on the user to tell it which character set the
6074target program uses. If we print @code{ibm1047_hello} while our target
6075character set is still @sc{ascii}, we get jibberish:
6076
6077@smallexample
6078(gdb) print ibm1047_hello
6079$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6080(gdb) print ibm1047_hello[0]
6081$5 = 200 '\310'
6082(gdb)
10998722 6083@end smallexample
a0eb71c5
KB
6084
6085If we invoke the @code{set target-charset} command without an argument,
6086@value{GDBN} tells us the character sets it supports:
6087
6088@smallexample
6089(gdb) set target-charset
6090Valid character sets are:
6091 ascii *
6092 iso-8859-1 *
6093 ebcdic-us
6094 ibm1047
6095* - can be used as a host character set
10998722 6096@end smallexample
a0eb71c5
KB
6097
6098We can select @sc{ibm1047} as our target character set, and examine the
6099program's strings again. Now the @sc{ascii} string is wrong, but
6100@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6101target character set, @sc{ibm1047}, to the host character set,
6102@sc{ascii}, and they display correctly:
6103
6104@smallexample
6105(gdb) set target-charset ibm1047
6106(gdb) show charset
6107The current host character set is `ascii'.
6108The current target character set is `ibm1047'.
6109(gdb) print ascii_hello
6110$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6111(gdb) print ascii_hello[0]
6112$7 = 72 '\110'
6113(gdb) print ibm1047_hello
6114$8 = 0x4016a8 "Hello, world!\n"
6115(gdb) print ibm1047_hello[0]
6116$9 = 200 'H'
6117(gdb)
10998722 6118@end smallexample
a0eb71c5
KB
6119
6120As above, @value{GDBN} uses the target character set for character and
6121string literals you use in expressions:
6122
6123@smallexample
6124(gdb) print '+'
6125$10 = 78 '+'
6126(gdb)
10998722 6127@end smallexample
a0eb71c5
KB
6128
6129The IBM1047 character set uses the number 78 to encode the @samp{+}
6130character.
6131
6132
e2e0bcd1
JB
6133@node Macros
6134@chapter C Preprocessor Macros
6135
6136Some languages, such as C and C++, provide a way to define and invoke
6137``preprocessor macros'' which expand into strings of tokens.
6138@value{GDBN} can evaluate expressions containing macro invocations, show
6139the result of macro expansion, and show a macro's definition, including
6140where it was defined.
6141
6142You may need to compile your program specially to provide @value{GDBN}
6143with information about preprocessor macros. Most compilers do not
6144include macros in their debugging information, even when you compile
6145with the @option{-g} flag. @xref{Compilation}.
6146
6147A program may define a macro at one point, remove that definition later,
6148and then provide a different definition after that. Thus, at different
6149points in the program, a macro may have different definitions, or have
6150no definition at all. If there is a current stack frame, @value{GDBN}
6151uses the macros in scope at that frame's source code line. Otherwise,
6152@value{GDBN} uses the macros in scope at the current listing location;
6153see @ref{List}.
6154
6155At the moment, @value{GDBN} does not support the @code{##}
6156token-splicing operator, the @code{#} stringification operator, or
6157variable-arity macros.
6158
6159Whenever @value{GDBN} evaluates an expression, it always expands any
6160macro invocations present in the expression. @value{GDBN} also provides
6161the following commands for working with macros explicitly.
6162
6163@table @code
6164
6165@kindex macro expand
6166@cindex macro expansion, showing the results of preprocessor
6167@cindex preprocessor macro expansion, showing the results of
6168@cindex expanding preprocessor macros
6169@item macro expand @var{expression}
6170@itemx macro exp @var{expression}
6171Show the results of expanding all preprocessor macro invocations in
6172@var{expression}. Since @value{GDBN} simply expands macros, but does
6173not parse the result, @var{expression} need not be a valid expression;
6174it can be any string of tokens.
6175
6176@kindex macro expand-once
6177@item macro expand-once @var{expression}
6178@itemx macro exp1 @var{expression}
6179@i{(This command is not yet implemented.)} Show the results of
6180expanding those preprocessor macro invocations that appear explicitly in
6181@var{expression}. Macro invocations appearing in that expansion are
6182left unchanged. This command allows you to see the effect of a
6183particular macro more clearly, without being confused by further
6184expansions. Since @value{GDBN} simply expands macros, but does not
6185parse the result, @var{expression} need not be a valid expression; it
6186can be any string of tokens.
6187
475b0867 6188@kindex info macro
e2e0bcd1
JB
6189@cindex macro definition, showing
6190@cindex definition, showing a macro's
475b0867 6191@item info macro @var{macro}
e2e0bcd1
JB
6192Show the definition of the macro named @var{macro}, and describe the
6193source location where that definition was established.
6194
6195@kindex macro define
6196@cindex user-defined macros
6197@cindex defining macros interactively
6198@cindex macros, user-defined
6199@item macro define @var{macro} @var{replacement-list}
6200@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6201@i{(This command is not yet implemented.)} Introduce a definition for a
6202preprocessor macro named @var{macro}, invocations of which are replaced
6203by the tokens given in @var{replacement-list}. The first form of this
6204command defines an ``object-like'' macro, which takes no arguments; the
6205second form defines a ``function-like'' macro, which takes the arguments
6206given in @var{arglist}.
6207
6208A definition introduced by this command is in scope in every expression
6209evaluated in @value{GDBN}, until it is removed with the @command{macro
6210undef} command, described below. The definition overrides all
6211definitions for @var{macro} present in the program being debugged, as
6212well as any previous user-supplied definition.
6213
6214@kindex macro undef
6215@item macro undef @var{macro}
6216@i{(This command is not yet implemented.)} Remove any user-supplied
6217definition for the macro named @var{macro}. This command only affects
6218definitions provided with the @command{macro define} command, described
6219above; it cannot remove definitions present in the program being
6220debugged.
6221
6222@end table
6223
6224@cindex macros, example of debugging with
6225Here is a transcript showing the above commands in action. First, we
6226show our source files:
6227
6228@smallexample
6229$ cat sample.c
6230#include <stdio.h>
6231#include "sample.h"
6232
6233#define M 42
6234#define ADD(x) (M + x)
6235
6236main ()
6237@{
6238#define N 28
6239 printf ("Hello, world!\n");
6240#undef N
6241 printf ("We're so creative.\n");
6242#define N 1729
6243 printf ("Goodbye, world!\n");
6244@}
6245$ cat sample.h
6246#define Q <
6247$
6248@end smallexample
6249
6250Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6251We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6252compiler includes information about preprocessor macros in the debugging
6253information.
6254
6255@smallexample
6256$ gcc -gdwarf-2 -g3 sample.c -o sample
6257$
6258@end smallexample
6259
6260Now, we start @value{GDBN} on our sample program:
6261
6262@smallexample
6263$ gdb -nw sample
6264GNU gdb 2002-05-06-cvs
6265Copyright 2002 Free Software Foundation, Inc.
6266GDB is free software, @dots{}
6267(gdb)
6268@end smallexample
6269
6270We can expand macros and examine their definitions, even when the
6271program is not running. @value{GDBN} uses the current listing position
6272to decide which macro definitions are in scope:
6273
6274@smallexample
6275(gdb) list main
62763
62774 #define M 42
62785 #define ADD(x) (M + x)
62796
62807 main ()
62818 @{
62829 #define N 28
628310 printf ("Hello, world!\n");
628411 #undef N
628512 printf ("We're so creative.\n");
475b0867 6286(gdb) info macro ADD
e2e0bcd1
JB
6287Defined at /home/jimb/gdb/macros/play/sample.c:5
6288#define ADD(x) (M + x)
475b0867 6289(gdb) info macro Q
e2e0bcd1
JB
6290Defined at /home/jimb/gdb/macros/play/sample.h:1
6291 included at /home/jimb/gdb/macros/play/sample.c:2
6292#define Q <
6293(gdb) macro expand ADD(1)
6294expands to: (42 + 1)
6295(gdb) macro expand-once ADD(1)
6296expands to: once (M + 1)
6297(gdb)
6298@end smallexample
6299
6300In the example above, note that @command{macro expand-once} expands only
6301the macro invocation explicit in the original text --- the invocation of
6302@code{ADD} --- but does not expand the invocation of the macro @code{M},
6303which was introduced by @code{ADD}.
6304
6305Once the program is running, GDB uses the macro definitions in force at
6306the source line of the current stack frame:
6307
6308@smallexample
6309(gdb) break main
6310Breakpoint 1 at 0x8048370: file sample.c, line 10.
6311(gdb) run
6312Starting program: /home/jimb/gdb/macros/play/sample
6313
6314Breakpoint 1, main () at sample.c:10
631510 printf ("Hello, world!\n");
6316(gdb)
6317@end smallexample
6318
6319At line 10, the definition of the macro @code{N} at line 9 is in force:
6320
6321@smallexample
475b0867 6322(gdb) info macro N
e2e0bcd1
JB
6323Defined at /home/jimb/gdb/macros/play/sample.c:9
6324#define N 28
6325(gdb) macro expand N Q M
6326expands to: 28 < 42
6327(gdb) print N Q M
6328$1 = 1
6329(gdb)
6330@end smallexample
6331
6332As we step over directives that remove @code{N}'s definition, and then
6333give it a new definition, @value{GDBN} finds the definition (or lack
6334thereof) in force at each point:
6335
6336@smallexample
6337(gdb) next
6338Hello, world!
633912 printf ("We're so creative.\n");
475b0867 6340(gdb) info macro N
e2e0bcd1
JB
6341The symbol `N' has no definition as a C/C++ preprocessor macro
6342at /home/jimb/gdb/macros/play/sample.c:12
6343(gdb) next
6344We're so creative.
634514 printf ("Goodbye, world!\n");
475b0867 6346(gdb) info macro N
e2e0bcd1
JB
6347Defined at /home/jimb/gdb/macros/play/sample.c:13
6348#define N 1729
6349(gdb) macro expand N Q M
6350expands to: 1729 < 42
6351(gdb) print N Q M
6352$2 = 0
6353(gdb)
6354@end smallexample
6355
6356
b37052ae
EZ
6357@node Tracepoints
6358@chapter Tracepoints
6359@c This chapter is based on the documentation written by Michael
6360@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6361
6362@cindex tracepoints
6363In some applications, it is not feasible for the debugger to interrupt
6364the program's execution long enough for the developer to learn
6365anything helpful about its behavior. If the program's correctness
6366depends on its real-time behavior, delays introduced by a debugger
6367might cause the program to change its behavior drastically, or perhaps
6368fail, even when the code itself is correct. It is useful to be able
6369to observe the program's behavior without interrupting it.
6370
6371Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6372specify locations in the program, called @dfn{tracepoints}, and
6373arbitrary expressions to evaluate when those tracepoints are reached.
6374Later, using the @code{tfind} command, you can examine the values
6375those expressions had when the program hit the tracepoints. The
6376expressions may also denote objects in memory---structures or arrays,
6377for example---whose values @value{GDBN} should record; while visiting
6378a particular tracepoint, you may inspect those objects as if they were
6379in memory at that moment. However, because @value{GDBN} records these
6380values without interacting with you, it can do so quickly and
6381unobtrusively, hopefully not disturbing the program's behavior.
6382
6383The tracepoint facility is currently available only for remote
2c0069bb
EZ
6384targets. @xref{Targets}. In addition, your remote target must know how
6385to collect trace data. This functionality is implemented in the remote
6386stub; however, none of the stubs distributed with @value{GDBN} support
6387tracepoints as of this writing.
b37052ae
EZ
6388
6389This chapter describes the tracepoint commands and features.
6390
6391@menu
6392* Set Tracepoints::
6393* Analyze Collected Data::
6394* Tracepoint Variables::
6395@end menu
6396
6397@node Set Tracepoints
6398@section Commands to Set Tracepoints
6399
6400Before running such a @dfn{trace experiment}, an arbitrary number of
6401tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6402tracepoint has a number assigned to it by @value{GDBN}. Like with
6403breakpoints, tracepoint numbers are successive integers starting from
6404one. Many of the commands associated with tracepoints take the
6405tracepoint number as their argument, to identify which tracepoint to
6406work on.
6407
6408For each tracepoint, you can specify, in advance, some arbitrary set
6409of data that you want the target to collect in the trace buffer when
6410it hits that tracepoint. The collected data can include registers,
6411local variables, or global data. Later, you can use @value{GDBN}
6412commands to examine the values these data had at the time the
6413tracepoint was hit.
6414
6415This section describes commands to set tracepoints and associated
6416conditions and actions.
6417
6418@menu
6419* Create and Delete Tracepoints::
6420* Enable and Disable Tracepoints::
6421* Tracepoint Passcounts::
6422* Tracepoint Actions::
6423* Listing Tracepoints::
6424* Starting and Stopping Trace Experiment::
6425@end menu
6426
6427@node Create and Delete Tracepoints
6428@subsection Create and Delete Tracepoints
6429
6430@table @code
6431@cindex set tracepoint
6432@kindex trace
6433@item trace
6434The @code{trace} command is very similar to the @code{break} command.
6435Its argument can be a source line, a function name, or an address in
6436the target program. @xref{Set Breaks}. The @code{trace} command
6437defines a tracepoint, which is a point in the target program where the
6438debugger will briefly stop, collect some data, and then allow the
6439program to continue. Setting a tracepoint or changing its commands
6440doesn't take effect until the next @code{tstart} command; thus, you
6441cannot change the tracepoint attributes once a trace experiment is
6442running.
6443
6444Here are some examples of using the @code{trace} command:
6445
6446@smallexample
6447(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6448
6449(@value{GDBP}) @b{trace +2} // 2 lines forward
6450
6451(@value{GDBP}) @b{trace my_function} // first source line of function
6452
6453(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6454
6455(@value{GDBP}) @b{trace *0x2117c4} // an address
6456@end smallexample
6457
6458@noindent
6459You can abbreviate @code{trace} as @code{tr}.
6460
6461@vindex $tpnum
6462@cindex last tracepoint number
6463@cindex recent tracepoint number
6464@cindex tracepoint number
6465The convenience variable @code{$tpnum} records the tracepoint number
6466of the most recently set tracepoint.
6467
6468@kindex delete tracepoint
6469@cindex tracepoint deletion
6470@item delete tracepoint @r{[}@var{num}@r{]}
6471Permanently delete one or more tracepoints. With no argument, the
6472default is to delete all tracepoints.
6473
6474Examples:
6475
6476@smallexample
6477(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6478
6479(@value{GDBP}) @b{delete trace} // remove all tracepoints
6480@end smallexample
6481
6482@noindent
6483You can abbreviate this command as @code{del tr}.
6484@end table
6485
6486@node Enable and Disable Tracepoints
6487@subsection Enable and Disable Tracepoints
6488
6489@table @code
6490@kindex disable tracepoint
6491@item disable tracepoint @r{[}@var{num}@r{]}
6492Disable tracepoint @var{num}, or all tracepoints if no argument
6493@var{num} is given. A disabled tracepoint will have no effect during
6494the next trace experiment, but it is not forgotten. You can re-enable
6495a disabled tracepoint using the @code{enable tracepoint} command.
6496
6497@kindex enable tracepoint
6498@item enable tracepoint @r{[}@var{num}@r{]}
6499Enable tracepoint @var{num}, or all tracepoints. The enabled
6500tracepoints will become effective the next time a trace experiment is
6501run.
6502@end table
6503
6504@node Tracepoint Passcounts
6505@subsection Tracepoint Passcounts
6506
6507@table @code
6508@kindex passcount
6509@cindex tracepoint pass count
6510@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6511Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6512automatically stop a trace experiment. If a tracepoint's passcount is
6513@var{n}, then the trace experiment will be automatically stopped on
6514the @var{n}'th time that tracepoint is hit. If the tracepoint number
6515@var{num} is not specified, the @code{passcount} command sets the
6516passcount of the most recently defined tracepoint. If no passcount is
6517given, the trace experiment will run until stopped explicitly by the
6518user.
6519
6520Examples:
6521
6522@smallexample
6826cf00
EZ
6523(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6524@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6525
6526(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6527@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6528(@value{GDBP}) @b{trace foo}
6529(@value{GDBP}) @b{pass 3}
6530(@value{GDBP}) @b{trace bar}
6531(@value{GDBP}) @b{pass 2}
6532(@value{GDBP}) @b{trace baz}
6533(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6534@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6535@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6536@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6537@end smallexample
6538@end table
6539
6540@node Tracepoint Actions
6541@subsection Tracepoint Action Lists
6542
6543@table @code
6544@kindex actions
6545@cindex tracepoint actions
6546@item actions @r{[}@var{num}@r{]}
6547This command will prompt for a list of actions to be taken when the
6548tracepoint is hit. If the tracepoint number @var{num} is not
6549specified, this command sets the actions for the one that was most
6550recently defined (so that you can define a tracepoint and then say
6551@code{actions} without bothering about its number). You specify the
6552actions themselves on the following lines, one action at a time, and
6553terminate the actions list with a line containing just @code{end}. So
6554far, the only defined actions are @code{collect} and
6555@code{while-stepping}.
6556
6557@cindex remove actions from a tracepoint
6558To remove all actions from a tracepoint, type @samp{actions @var{num}}
6559and follow it immediately with @samp{end}.
6560
6561@smallexample
6562(@value{GDBP}) @b{collect @var{data}} // collect some data
6563
6826cf00 6564(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6565
6826cf00 6566(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6567@end smallexample
6568
6569In the following example, the action list begins with @code{collect}
6570commands indicating the things to be collected when the tracepoint is
6571hit. Then, in order to single-step and collect additional data
6572following the tracepoint, a @code{while-stepping} command is used,
6573followed by the list of things to be collected while stepping. The
6574@code{while-stepping} command is terminated by its own separate
6575@code{end} command. Lastly, the action list is terminated by an
6576@code{end} command.
6577
6578@smallexample
6579(@value{GDBP}) @b{trace foo}
6580(@value{GDBP}) @b{actions}
6581Enter actions for tracepoint 1, one per line:
6582> collect bar,baz
6583> collect $regs
6584> while-stepping 12
6585 > collect $fp, $sp
6586 > end
6587end
6588@end smallexample
6589
6590@kindex collect @r{(tracepoints)}
6591@item collect @var{expr1}, @var{expr2}, @dots{}
6592Collect values of the given expressions when the tracepoint is hit.
6593This command accepts a comma-separated list of any valid expressions.
6594In addition to global, static, or local variables, the following
6595special arguments are supported:
6596
6597@table @code
6598@item $regs
6599collect all registers
6600
6601@item $args
6602collect all function arguments
6603
6604@item $locals
6605collect all local variables.
6606@end table
6607
6608You can give several consecutive @code{collect} commands, each one
6609with a single argument, or one @code{collect} command with several
6610arguments separated by commas: the effect is the same.
6611
f5c37c66
EZ
6612The command @code{info scope} (@pxref{Symbols, info scope}) is
6613particularly useful for figuring out what data to collect.
6614
b37052ae
EZ
6615@kindex while-stepping @r{(tracepoints)}
6616@item while-stepping @var{n}
6617Perform @var{n} single-step traces after the tracepoint, collecting
6618new data at each step. The @code{while-stepping} command is
6619followed by the list of what to collect while stepping (followed by
6620its own @code{end} command):
6621
6622@smallexample
6623> while-stepping 12
6624 > collect $regs, myglobal
6625 > end
6626>
6627@end smallexample
6628
6629@noindent
6630You may abbreviate @code{while-stepping} as @code{ws} or
6631@code{stepping}.
6632@end table
6633
6634@node Listing Tracepoints
6635@subsection Listing Tracepoints
6636
6637@table @code
6638@kindex info tracepoints
6639@cindex information about tracepoints
6640@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6641Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6642a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6643defined so far. For each tracepoint, the following information is
6644shown:
6645
6646@itemize @bullet
6647@item
6648its number
6649@item
6650whether it is enabled or disabled
6651@item
6652its address
6653@item
6654its passcount as given by the @code{passcount @var{n}} command
6655@item
6656its step count as given by the @code{while-stepping @var{n}} command
6657@item
6658where in the source files is the tracepoint set
6659@item
6660its action list as given by the @code{actions} command
6661@end itemize
6662
6663@smallexample
6664(@value{GDBP}) @b{info trace}
6665Num Enb Address PassC StepC What
66661 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
66672 y 0x0020dc64 0 0 in g_test at g_test.c:1375
66683 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6669(@value{GDBP})
6670@end smallexample
6671
6672@noindent
6673This command can be abbreviated @code{info tp}.
6674@end table
6675
6676@node Starting and Stopping Trace Experiment
6677@subsection Starting and Stopping Trace Experiment
6678
6679@table @code
6680@kindex tstart
6681@cindex start a new trace experiment
6682@cindex collected data discarded
6683@item tstart
6684This command takes no arguments. It starts the trace experiment, and
6685begins collecting data. This has the side effect of discarding all
6686the data collected in the trace buffer during the previous trace
6687experiment.
6688
6689@kindex tstop
6690@cindex stop a running trace experiment
6691@item tstop
6692This command takes no arguments. It ends the trace experiment, and
6693stops collecting data.
6694
6695@strong{Note:} a trace experiment and data collection may stop
6696automatically if any tracepoint's passcount is reached
6697(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6698
6699@kindex tstatus
6700@cindex status of trace data collection
6701@cindex trace experiment, status of
6702@item tstatus
6703This command displays the status of the current trace data
6704collection.
6705@end table
6706
6707Here is an example of the commands we described so far:
6708
6709@smallexample
6710(@value{GDBP}) @b{trace gdb_c_test}
6711(@value{GDBP}) @b{actions}
6712Enter actions for tracepoint #1, one per line.
6713> collect $regs,$locals,$args
6714> while-stepping 11
6715 > collect $regs
6716 > end
6717> end
6718(@value{GDBP}) @b{tstart}
6719 [time passes @dots{}]
6720(@value{GDBP}) @b{tstop}
6721@end smallexample
6722
6723
6724@node Analyze Collected Data
6725@section Using the collected data
6726
6727After the tracepoint experiment ends, you use @value{GDBN} commands
6728for examining the trace data. The basic idea is that each tracepoint
6729collects a trace @dfn{snapshot} every time it is hit and another
6730snapshot every time it single-steps. All these snapshots are
6731consecutively numbered from zero and go into a buffer, and you can
6732examine them later. The way you examine them is to @dfn{focus} on a
6733specific trace snapshot. When the remote stub is focused on a trace
6734snapshot, it will respond to all @value{GDBN} requests for memory and
6735registers by reading from the buffer which belongs to that snapshot,
6736rather than from @emph{real} memory or registers of the program being
6737debugged. This means that @strong{all} @value{GDBN} commands
6738(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6739behave as if we were currently debugging the program state as it was
6740when the tracepoint occurred. Any requests for data that are not in
6741the buffer will fail.
6742
6743@menu
6744* tfind:: How to select a trace snapshot
6745* tdump:: How to display all data for a snapshot
6746* save-tracepoints:: How to save tracepoints for a future run
6747@end menu
6748
6749@node tfind
6750@subsection @code{tfind @var{n}}
6751
6752@kindex tfind
6753@cindex select trace snapshot
6754@cindex find trace snapshot
6755The basic command for selecting a trace snapshot from the buffer is
6756@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6757counting from zero. If no argument @var{n} is given, the next
6758snapshot is selected.
6759
6760Here are the various forms of using the @code{tfind} command.
6761
6762@table @code
6763@item tfind start
6764Find the first snapshot in the buffer. This is a synonym for
6765@code{tfind 0} (since 0 is the number of the first snapshot).
6766
6767@item tfind none
6768Stop debugging trace snapshots, resume @emph{live} debugging.
6769
6770@item tfind end
6771Same as @samp{tfind none}.
6772
6773@item tfind
6774No argument means find the next trace snapshot.
6775
6776@item tfind -
6777Find the previous trace snapshot before the current one. This permits
6778retracing earlier steps.
6779
6780@item tfind tracepoint @var{num}
6781Find the next snapshot associated with tracepoint @var{num}. Search
6782proceeds forward from the last examined trace snapshot. If no
6783argument @var{num} is given, it means find the next snapshot collected
6784for the same tracepoint as the current snapshot.
6785
6786@item tfind pc @var{addr}
6787Find the next snapshot associated with the value @var{addr} of the
6788program counter. Search proceeds forward from the last examined trace
6789snapshot. If no argument @var{addr} is given, it means find the next
6790snapshot with the same value of PC as the current snapshot.
6791
6792@item tfind outside @var{addr1}, @var{addr2}
6793Find the next snapshot whose PC is outside the given range of
6794addresses.
6795
6796@item tfind range @var{addr1}, @var{addr2}
6797Find the next snapshot whose PC is between @var{addr1} and
6798@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
6799
6800@item tfind line @r{[}@var{file}:@r{]}@var{n}
6801Find the next snapshot associated with the source line @var{n}. If
6802the optional argument @var{file} is given, refer to line @var{n} in
6803that source file. Search proceeds forward from the last examined
6804trace snapshot. If no argument @var{n} is given, it means find the
6805next line other than the one currently being examined; thus saying
6806@code{tfind line} repeatedly can appear to have the same effect as
6807stepping from line to line in a @emph{live} debugging session.
6808@end table
6809
6810The default arguments for the @code{tfind} commands are specifically
6811designed to make it easy to scan through the trace buffer. For
6812instance, @code{tfind} with no argument selects the next trace
6813snapshot, and @code{tfind -} with no argument selects the previous
6814trace snapshot. So, by giving one @code{tfind} command, and then
6815simply hitting @key{RET} repeatedly you can examine all the trace
6816snapshots in order. Or, by saying @code{tfind -} and then hitting
6817@key{RET} repeatedly you can examine the snapshots in reverse order.
6818The @code{tfind line} command with no argument selects the snapshot
6819for the next source line executed. The @code{tfind pc} command with
6820no argument selects the next snapshot with the same program counter
6821(PC) as the current frame. The @code{tfind tracepoint} command with
6822no argument selects the next trace snapshot collected by the same
6823tracepoint as the current one.
6824
6825In addition to letting you scan through the trace buffer manually,
6826these commands make it easy to construct @value{GDBN} scripts that
6827scan through the trace buffer and print out whatever collected data
6828you are interested in. Thus, if we want to examine the PC, FP, and SP
6829registers from each trace frame in the buffer, we can say this:
6830
6831@smallexample
6832(@value{GDBP}) @b{tfind start}
6833(@value{GDBP}) @b{while ($trace_frame != -1)}
6834> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
6835 $trace_frame, $pc, $sp, $fp
6836> tfind
6837> end
6838
6839Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
6840Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
6841Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
6842Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
6843Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
6844Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
6845Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
6846Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
6847Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
6848Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
6849Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
6850@end smallexample
6851
6852Or, if we want to examine the variable @code{X} at each source line in
6853the buffer:
6854
6855@smallexample
6856(@value{GDBP}) @b{tfind start}
6857(@value{GDBP}) @b{while ($trace_frame != -1)}
6858> printf "Frame %d, X == %d\n", $trace_frame, X
6859> tfind line
6860> end
6861
6862Frame 0, X = 1
6863Frame 7, X = 2
6864Frame 13, X = 255
6865@end smallexample
6866
6867@node tdump
6868@subsection @code{tdump}
6869@kindex tdump
6870@cindex dump all data collected at tracepoint
6871@cindex tracepoint data, display
6872
6873This command takes no arguments. It prints all the data collected at
6874the current trace snapshot.
6875
6876@smallexample
6877(@value{GDBP}) @b{trace 444}
6878(@value{GDBP}) @b{actions}
6879Enter actions for tracepoint #2, one per line:
6880> collect $regs, $locals, $args, gdb_long_test
6881> end
6882
6883(@value{GDBP}) @b{tstart}
6884
6885(@value{GDBP}) @b{tfind line 444}
6886#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
6887at gdb_test.c:444
6888444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
6889
6890(@value{GDBP}) @b{tdump}
6891Data collected at tracepoint 2, trace frame 1:
6892d0 0xc4aa0085 -995491707
6893d1 0x18 24
6894d2 0x80 128
6895d3 0x33 51
6896d4 0x71aea3d 119204413
6897d5 0x22 34
6898d6 0xe0 224
6899d7 0x380035 3670069
6900a0 0x19e24a 1696330
6901a1 0x3000668 50333288
6902a2 0x100 256
6903a3 0x322000 3284992
6904a4 0x3000698 50333336
6905a5 0x1ad3cc 1758156
6906fp 0x30bf3c 0x30bf3c
6907sp 0x30bf34 0x30bf34
6908ps 0x0 0
6909pc 0x20b2c8 0x20b2c8
6910fpcontrol 0x0 0
6911fpstatus 0x0 0
6912fpiaddr 0x0 0
6913p = 0x20e5b4 "gdb-test"
6914p1 = (void *) 0x11
6915p2 = (void *) 0x22
6916p3 = (void *) 0x33
6917p4 = (void *) 0x44
6918p5 = (void *) 0x55
6919p6 = (void *) 0x66
6920gdb_long_test = 17 '\021'
6921
6922(@value{GDBP})
6923@end smallexample
6924
6925@node save-tracepoints
6926@subsection @code{save-tracepoints @var{filename}}
6927@kindex save-tracepoints
6928@cindex save tracepoints for future sessions
6929
6930This command saves all current tracepoint definitions together with
6931their actions and passcounts, into a file @file{@var{filename}}
6932suitable for use in a later debugging session. To read the saved
6933tracepoint definitions, use the @code{source} command (@pxref{Command
6934Files}).
6935
6936@node Tracepoint Variables
6937@section Convenience Variables for Tracepoints
6938@cindex tracepoint variables
6939@cindex convenience variables for tracepoints
6940
6941@table @code
6942@vindex $trace_frame
6943@item (int) $trace_frame
6944The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
6945snapshot is selected.
6946
6947@vindex $tracepoint
6948@item (int) $tracepoint
6949The tracepoint for the current trace snapshot.
6950
6951@vindex $trace_line
6952@item (int) $trace_line
6953The line number for the current trace snapshot.
6954
6955@vindex $trace_file
6956@item (char []) $trace_file
6957The source file for the current trace snapshot.
6958
6959@vindex $trace_func
6960@item (char []) $trace_func
6961The name of the function containing @code{$tracepoint}.
6962@end table
6963
6964Note: @code{$trace_file} is not suitable for use in @code{printf},
6965use @code{output} instead.
6966
6967Here's a simple example of using these convenience variables for
6968stepping through all the trace snapshots and printing some of their
6969data.
6970
6971@smallexample
6972(@value{GDBP}) @b{tfind start}
6973
6974(@value{GDBP}) @b{while $trace_frame != -1}
6975> output $trace_file
6976> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
6977> tfind
6978> end
6979@end smallexample
6980
df0cd8c5
JB
6981@node Overlays
6982@chapter Debugging Programs That Use Overlays
6983@cindex overlays
6984
6985If your program is too large to fit completely in your target system's
6986memory, you can sometimes use @dfn{overlays} to work around this
6987problem. @value{GDBN} provides some support for debugging programs that
6988use overlays.
6989
6990@menu
6991* How Overlays Work:: A general explanation of overlays.
6992* Overlay Commands:: Managing overlays in @value{GDBN}.
6993* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
6994 mapped by asking the inferior.
6995* Overlay Sample Program:: A sample program using overlays.
6996@end menu
6997
6998@node How Overlays Work
6999@section How Overlays Work
7000@cindex mapped overlays
7001@cindex unmapped overlays
7002@cindex load address, overlay's
7003@cindex mapped address
7004@cindex overlay area
7005
7006Suppose you have a computer whose instruction address space is only 64
7007kilobytes long, but which has much more memory which can be accessed by
7008other means: special instructions, segment registers, or memory
7009management hardware, for example. Suppose further that you want to
7010adapt a program which is larger than 64 kilobytes to run on this system.
7011
7012One solution is to identify modules of your program which are relatively
7013independent, and need not call each other directly; call these modules
7014@dfn{overlays}. Separate the overlays from the main program, and place
7015their machine code in the larger memory. Place your main program in
7016instruction memory, but leave at least enough space there to hold the
7017largest overlay as well.
7018
7019Now, to call a function located in an overlay, you must first copy that
7020overlay's machine code from the large memory into the space set aside
7021for it in the instruction memory, and then jump to its entry point
7022there.
7023
c928edc0
AC
7024@c NB: In the below the mapped area's size is greater or equal to the
7025@c size of all overlays. This is intentional to remind the developer
7026@c that overlays don't necessarily need to be the same size.
7027
474c8240 7028@smallexample
df0cd8c5 7029@group
c928edc0
AC
7030 Data Instruction Larger
7031Address Space Address Space Address Space
7032+-----------+ +-----------+ +-----------+
7033| | | | | |
7034+-----------+ +-----------+ +-----------+<-- overlay 1
7035| program | | main | .----| overlay 1 | load address
7036| variables | | program | | +-----------+
7037| and heap | | | | | |
7038+-----------+ | | | +-----------+<-- overlay 2
7039| | +-----------+ | | | load address
7040+-----------+ | | | .-| overlay 2 |
7041 | | | | | |
7042 mapped --->+-----------+ | | +-----------+
7043 address | | | | | |
7044 | overlay | <-' | | |
7045 | area | <---' +-----------+<-- overlay 3
7046 | | <---. | | load address
7047 +-----------+ `--| overlay 3 |
7048 | | | |
7049 +-----------+ | |
7050 +-----------+
7051 | |
7052 +-----------+
7053
7054 @anchor{A code overlay}A code overlay
df0cd8c5 7055@end group
474c8240 7056@end smallexample
df0cd8c5 7057
c928edc0
AC
7058The diagram (@pxref{A code overlay}) shows a system with separate data
7059and instruction address spaces. To map an overlay, the program copies
7060its code from the larger address space to the instruction address space.
7061Since the overlays shown here all use the same mapped address, only one
7062may be mapped at a time. For a system with a single address space for
7063data and instructions, the diagram would be similar, except that the
7064program variables and heap would share an address space with the main
7065program and the overlay area.
df0cd8c5
JB
7066
7067An overlay loaded into instruction memory and ready for use is called a
7068@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7069instruction memory. An overlay not present (or only partially present)
7070in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7071is its address in the larger memory. The mapped address is also called
7072the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7073called the @dfn{load memory address}, or @dfn{LMA}.
7074
7075Unfortunately, overlays are not a completely transparent way to adapt a
7076program to limited instruction memory. They introduce a new set of
7077global constraints you must keep in mind as you design your program:
7078
7079@itemize @bullet
7080
7081@item
7082Before calling or returning to a function in an overlay, your program
7083must make sure that overlay is actually mapped. Otherwise, the call or
7084return will transfer control to the right address, but in the wrong
7085overlay, and your program will probably crash.
7086
7087@item
7088If the process of mapping an overlay is expensive on your system, you
7089will need to choose your overlays carefully to minimize their effect on
7090your program's performance.
7091
7092@item
7093The executable file you load onto your system must contain each
7094overlay's instructions, appearing at the overlay's load address, not its
7095mapped address. However, each overlay's instructions must be relocated
7096and its symbols defined as if the overlay were at its mapped address.
7097You can use GNU linker scripts to specify different load and relocation
7098addresses for pieces of your program; see @ref{Overlay Description,,,
7099ld.info, Using ld: the GNU linker}.
7100
7101@item
7102The procedure for loading executable files onto your system must be able
7103to load their contents into the larger address space as well as the
7104instruction and data spaces.
7105
7106@end itemize
7107
7108The overlay system described above is rather simple, and could be
7109improved in many ways:
7110
7111@itemize @bullet
7112
7113@item
7114If your system has suitable bank switch registers or memory management
7115hardware, you could use those facilities to make an overlay's load area
7116contents simply appear at their mapped address in instruction space.
7117This would probably be faster than copying the overlay to its mapped
7118area in the usual way.
7119
7120@item
7121If your overlays are small enough, you could set aside more than one
7122overlay area, and have more than one overlay mapped at a time.
7123
7124@item
7125You can use overlays to manage data, as well as instructions. In
7126general, data overlays are even less transparent to your design than
7127code overlays: whereas code overlays only require care when you call or
7128return to functions, data overlays require care every time you access
7129the data. Also, if you change the contents of a data overlay, you
7130must copy its contents back out to its load address before you can copy a
7131different data overlay into the same mapped area.
7132
7133@end itemize
7134
7135
7136@node Overlay Commands
7137@section Overlay Commands
7138
7139To use @value{GDBN}'s overlay support, each overlay in your program must
7140correspond to a separate section of the executable file. The section's
7141virtual memory address and load memory address must be the overlay's
7142mapped and load addresses. Identifying overlays with sections allows
7143@value{GDBN} to determine the appropriate address of a function or
7144variable, depending on whether the overlay is mapped or not.
7145
7146@value{GDBN}'s overlay commands all start with the word @code{overlay};
7147you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7148
7149@table @code
7150@item overlay off
7151@kindex overlay off
7152Disable @value{GDBN}'s overlay support. When overlay support is
7153disabled, @value{GDBN} assumes that all functions and variables are
7154always present at their mapped addresses. By default, @value{GDBN}'s
7155overlay support is disabled.
7156
7157@item overlay manual
7158@kindex overlay manual
7159@cindex manual overlay debugging
7160Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7161relies on you to tell it which overlays are mapped, and which are not,
7162using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7163commands described below.
7164
7165@item overlay map-overlay @var{overlay}
7166@itemx overlay map @var{overlay}
7167@kindex overlay map-overlay
7168@cindex map an overlay
7169Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7170be the name of the object file section containing the overlay. When an
7171overlay is mapped, @value{GDBN} assumes it can find the overlay's
7172functions and variables at their mapped addresses. @value{GDBN} assumes
7173that any other overlays whose mapped ranges overlap that of
7174@var{overlay} are now unmapped.
7175
7176@item overlay unmap-overlay @var{overlay}
7177@itemx overlay unmap @var{overlay}
7178@kindex overlay unmap-overlay
7179@cindex unmap an overlay
7180Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7181must be the name of the object file section containing the overlay.
7182When an overlay is unmapped, @value{GDBN} assumes it can find the
7183overlay's functions and variables at their load addresses.
7184
7185@item overlay auto
7186@kindex overlay auto
7187Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7188consults a data structure the overlay manager maintains in the inferior
7189to see which overlays are mapped. For details, see @ref{Automatic
7190Overlay Debugging}.
7191
7192@item overlay load-target
7193@itemx overlay load
7194@kindex overlay load-target
7195@cindex reloading the overlay table
7196Re-read the overlay table from the inferior. Normally, @value{GDBN}
7197re-reads the table @value{GDBN} automatically each time the inferior
7198stops, so this command should only be necessary if you have changed the
7199overlay mapping yourself using @value{GDBN}. This command is only
7200useful when using automatic overlay debugging.
7201
7202@item overlay list-overlays
7203@itemx overlay list
7204@cindex listing mapped overlays
7205Display a list of the overlays currently mapped, along with their mapped
7206addresses, load addresses, and sizes.
7207
7208@end table
7209
7210Normally, when @value{GDBN} prints a code address, it includes the name
7211of the function the address falls in:
7212
474c8240 7213@smallexample
df0cd8c5
JB
7214(gdb) print main
7215$3 = @{int ()@} 0x11a0 <main>
474c8240 7216@end smallexample
df0cd8c5
JB
7217@noindent
7218When overlay debugging is enabled, @value{GDBN} recognizes code in
7219unmapped overlays, and prints the names of unmapped functions with
7220asterisks around them. For example, if @code{foo} is a function in an
7221unmapped overlay, @value{GDBN} prints it this way:
7222
474c8240 7223@smallexample
df0cd8c5
JB
7224(gdb) overlay list
7225No sections are mapped.
7226(gdb) print foo
7227$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7228@end smallexample
df0cd8c5
JB
7229@noindent
7230When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7231name normally:
7232
474c8240 7233@smallexample
df0cd8c5
JB
7234(gdb) overlay list
7235Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7236 mapped at 0x1016 - 0x104a
7237(gdb) print foo
7238$6 = @{int (int)@} 0x1016 <foo>
474c8240 7239@end smallexample
df0cd8c5
JB
7240
7241When overlay debugging is enabled, @value{GDBN} can find the correct
7242address for functions and variables in an overlay, whether or not the
7243overlay is mapped. This allows most @value{GDBN} commands, like
7244@code{break} and @code{disassemble}, to work normally, even on unmapped
7245code. However, @value{GDBN}'s breakpoint support has some limitations:
7246
7247@itemize @bullet
7248@item
7249@cindex breakpoints in overlays
7250@cindex overlays, setting breakpoints in
7251You can set breakpoints in functions in unmapped overlays, as long as
7252@value{GDBN} can write to the overlay at its load address.
7253@item
7254@value{GDBN} can not set hardware or simulator-based breakpoints in
7255unmapped overlays. However, if you set a breakpoint at the end of your
7256overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7257you are using manual overlay management), @value{GDBN} will re-set its
7258breakpoints properly.
7259@end itemize
7260
7261
7262@node Automatic Overlay Debugging
7263@section Automatic Overlay Debugging
7264@cindex automatic overlay debugging
7265
7266@value{GDBN} can automatically track which overlays are mapped and which
7267are not, given some simple co-operation from the overlay manager in the
7268inferior. If you enable automatic overlay debugging with the
7269@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7270looks in the inferior's memory for certain variables describing the
7271current state of the overlays.
7272
7273Here are the variables your overlay manager must define to support
7274@value{GDBN}'s automatic overlay debugging:
7275
7276@table @asis
7277
7278@item @code{_ovly_table}:
7279This variable must be an array of the following structures:
7280
474c8240 7281@smallexample
df0cd8c5
JB
7282struct
7283@{
7284 /* The overlay's mapped address. */
7285 unsigned long vma;
7286
7287 /* The size of the overlay, in bytes. */
7288 unsigned long size;
7289
7290 /* The overlay's load address. */
7291 unsigned long lma;
7292
7293 /* Non-zero if the overlay is currently mapped;
7294 zero otherwise. */
7295 unsigned long mapped;
7296@}
474c8240 7297@end smallexample
df0cd8c5
JB
7298
7299@item @code{_novlys}:
7300This variable must be a four-byte signed integer, holding the total
7301number of elements in @code{_ovly_table}.
7302
7303@end table
7304
7305To decide whether a particular overlay is mapped or not, @value{GDBN}
7306looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7307@code{lma} members equal the VMA and LMA of the overlay's section in the
7308executable file. When @value{GDBN} finds a matching entry, it consults
7309the entry's @code{mapped} member to determine whether the overlay is
7310currently mapped.
7311
81d46470 7312In addition, your overlay manager may define a function called
def71bfa 7313@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7314will silently set a breakpoint there. If the overlay manager then
7315calls this function whenever it has changed the overlay table, this
7316will enable @value{GDBN} to accurately keep track of which overlays
7317are in program memory, and update any breakpoints that may be set
7318in overlays. This will allow breakpoints to work even if the
7319overlays are kept in ROM or other non-writable memory while they
7320are not being executed.
df0cd8c5
JB
7321
7322@node Overlay Sample Program
7323@section Overlay Sample Program
7324@cindex overlay example program
7325
7326When linking a program which uses overlays, you must place the overlays
7327at their load addresses, while relocating them to run at their mapped
7328addresses. To do this, you must write a linker script (@pxref{Overlay
7329Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7330since linker scripts are specific to a particular host system, target
7331architecture, and target memory layout, this manual cannot provide
7332portable sample code demonstrating @value{GDBN}'s overlay support.
7333
7334However, the @value{GDBN} source distribution does contain an overlaid
7335program, with linker scripts for a few systems, as part of its test
7336suite. The program consists of the following files from
7337@file{gdb/testsuite/gdb.base}:
7338
7339@table @file
7340@item overlays.c
7341The main program file.
7342@item ovlymgr.c
7343A simple overlay manager, used by @file{overlays.c}.
7344@item foo.c
7345@itemx bar.c
7346@itemx baz.c
7347@itemx grbx.c
7348Overlay modules, loaded and used by @file{overlays.c}.
7349@item d10v.ld
7350@itemx m32r.ld
7351Linker scripts for linking the test program on the @code{d10v-elf}
7352and @code{m32r-elf} targets.
7353@end table
7354
7355You can build the test program using the @code{d10v-elf} GCC
7356cross-compiler like this:
7357
474c8240 7358@smallexample
df0cd8c5
JB
7359$ d10v-elf-gcc -g -c overlays.c
7360$ d10v-elf-gcc -g -c ovlymgr.c
7361$ d10v-elf-gcc -g -c foo.c
7362$ d10v-elf-gcc -g -c bar.c
7363$ d10v-elf-gcc -g -c baz.c
7364$ d10v-elf-gcc -g -c grbx.c
7365$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7366 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7367@end smallexample
df0cd8c5
JB
7368
7369The build process is identical for any other architecture, except that
7370you must substitute the appropriate compiler and linker script for the
7371target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7372
7373
6d2ebf8b 7374@node Languages
c906108c
SS
7375@chapter Using @value{GDBN} with Different Languages
7376@cindex languages
7377
c906108c
SS
7378Although programming languages generally have common aspects, they are
7379rarely expressed in the same manner. For instance, in ANSI C,
7380dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7381Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7382represented (and displayed) differently. Hex numbers in C appear as
c906108c 7383@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7384
7385@cindex working language
7386Language-specific information is built into @value{GDBN} for some languages,
7387allowing you to express operations like the above in your program's
7388native language, and allowing @value{GDBN} to output values in a manner
7389consistent with the syntax of your program's native language. The
7390language you use to build expressions is called the @dfn{working
7391language}.
7392
7393@menu
7394* Setting:: Switching between source languages
7395* Show:: Displaying the language
c906108c 7396* Checks:: Type and range checks
c906108c
SS
7397* Support:: Supported languages
7398@end menu
7399
6d2ebf8b 7400@node Setting
c906108c
SS
7401@section Switching between source languages
7402
7403There are two ways to control the working language---either have @value{GDBN}
7404set it automatically, or select it manually yourself. You can use the
7405@code{set language} command for either purpose. On startup, @value{GDBN}
7406defaults to setting the language automatically. The working language is
7407used to determine how expressions you type are interpreted, how values
7408are printed, etc.
7409
7410In addition to the working language, every source file that
7411@value{GDBN} knows about has its own working language. For some object
7412file formats, the compiler might indicate which language a particular
7413source file is in. However, most of the time @value{GDBN} infers the
7414language from the name of the file. The language of a source file
b37052ae 7415controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7416show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7417set the language of a source file from within @value{GDBN}, but you can
7418set the language associated with a filename extension. @xref{Show, ,
7419Displaying the language}.
c906108c
SS
7420
7421This is most commonly a problem when you use a program, such
5d161b24 7422as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7423another language. In that case, make the
7424program use @code{#line} directives in its C output; that way
7425@value{GDBN} will know the correct language of the source code of the original
7426program, and will display that source code, not the generated C code.
7427
7428@menu
7429* Filenames:: Filename extensions and languages.
7430* Manually:: Setting the working language manually
7431* Automatically:: Having @value{GDBN} infer the source language
7432@end menu
7433
6d2ebf8b 7434@node Filenames
c906108c
SS
7435@subsection List of filename extensions and languages
7436
7437If a source file name ends in one of the following extensions, then
7438@value{GDBN} infers that its language is the one indicated.
7439
7440@table @file
7441
7442@item .c
7443C source file
7444
7445@item .C
7446@itemx .cc
7447@itemx .cp
7448@itemx .cpp
7449@itemx .cxx
7450@itemx .c++
b37052ae 7451C@t{++} source file
c906108c
SS
7452
7453@item .f
7454@itemx .F
7455Fortran source file
7456
db034ac5
AC
7457@c OBSOLETE @item .ch
7458@c OBSOLETE @itemx .c186
7459@c OBSOLETE @itemx .c286
7460@c OBSOLETE CHILL source file
c906108c 7461
c906108c
SS
7462@item .mod
7463Modula-2 source file
c906108c
SS
7464
7465@item .s
7466@itemx .S
7467Assembler source file. This actually behaves almost like C, but
7468@value{GDBN} does not skip over function prologues when stepping.
7469@end table
7470
7471In addition, you may set the language associated with a filename
7472extension. @xref{Show, , Displaying the language}.
7473
6d2ebf8b 7474@node Manually
c906108c
SS
7475@subsection Setting the working language
7476
7477If you allow @value{GDBN} to set the language automatically,
7478expressions are interpreted the same way in your debugging session and
7479your program.
7480
7481@kindex set language
7482If you wish, you may set the language manually. To do this, issue the
7483command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7484a language, such as
c906108c 7485@code{c} or @code{modula-2}.
c906108c
SS
7486For a list of the supported languages, type @samp{set language}.
7487
c906108c
SS
7488Setting the language manually prevents @value{GDBN} from updating the working
7489language automatically. This can lead to confusion if you try
7490to debug a program when the working language is not the same as the
7491source language, when an expression is acceptable to both
7492languages---but means different things. For instance, if the current
7493source file were written in C, and @value{GDBN} was parsing Modula-2, a
7494command such as:
7495
474c8240 7496@smallexample
c906108c 7497print a = b + c
474c8240 7498@end smallexample
c906108c
SS
7499
7500@noindent
7501might not have the effect you intended. In C, this means to add
7502@code{b} and @code{c} and place the result in @code{a}. The result
7503printed would be the value of @code{a}. In Modula-2, this means to compare
7504@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7505
6d2ebf8b 7506@node Automatically
c906108c
SS
7507@subsection Having @value{GDBN} infer the source language
7508
7509To have @value{GDBN} set the working language automatically, use
7510@samp{set language local} or @samp{set language auto}. @value{GDBN}
7511then infers the working language. That is, when your program stops in a
7512frame (usually by encountering a breakpoint), @value{GDBN} sets the
7513working language to the language recorded for the function in that
7514frame. If the language for a frame is unknown (that is, if the function
7515or block corresponding to the frame was defined in a source file that
7516does not have a recognized extension), the current working language is
7517not changed, and @value{GDBN} issues a warning.
7518
7519This may not seem necessary for most programs, which are written
7520entirely in one source language. However, program modules and libraries
7521written in one source language can be used by a main program written in
7522a different source language. Using @samp{set language auto} in this
7523case frees you from having to set the working language manually.
7524
6d2ebf8b 7525@node Show
c906108c 7526@section Displaying the language
c906108c
SS
7527
7528The following commands help you find out which language is the
7529working language, and also what language source files were written in.
7530
7531@kindex show language
d4f3574e
SS
7532@kindex info frame@r{, show the source language}
7533@kindex info source@r{, show the source language}
c906108c
SS
7534@table @code
7535@item show language
7536Display the current working language. This is the
7537language you can use with commands such as @code{print} to
7538build and compute expressions that may involve variables in your program.
7539
7540@item info frame
5d161b24 7541Display the source language for this frame. This language becomes the
c906108c 7542working language if you use an identifier from this frame.
5d161b24 7543@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7544information listed here.
7545
7546@item info source
7547Display the source language of this source file.
5d161b24 7548@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7549information listed here.
7550@end table
7551
7552In unusual circumstances, you may have source files with extensions
7553not in the standard list. You can then set the extension associated
7554with a language explicitly:
7555
7556@kindex set extension-language
7557@kindex info extensions
7558@table @code
7559@item set extension-language @var{.ext} @var{language}
7560Set source files with extension @var{.ext} to be assumed to be in
7561the source language @var{language}.
7562
7563@item info extensions
7564List all the filename extensions and the associated languages.
7565@end table
7566
6d2ebf8b 7567@node Checks
c906108c
SS
7568@section Type and range checking
7569
7570@quotation
7571@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7572checking are included, but they do not yet have any effect. This
7573section documents the intended facilities.
7574@end quotation
7575@c FIXME remove warning when type/range code added
7576
7577Some languages are designed to guard you against making seemingly common
7578errors through a series of compile- and run-time checks. These include
7579checking the type of arguments to functions and operators, and making
7580sure mathematical overflows are caught at run time. Checks such as
7581these help to ensure a program's correctness once it has been compiled
7582by eliminating type mismatches, and providing active checks for range
7583errors when your program is running.
7584
7585@value{GDBN} can check for conditions like the above if you wish.
7586Although @value{GDBN} does not check the statements in your program, it
7587can check expressions entered directly into @value{GDBN} for evaluation via
7588the @code{print} command, for example. As with the working language,
7589@value{GDBN} can also decide whether or not to check automatically based on
7590your program's source language. @xref{Support, ,Supported languages},
7591for the default settings of supported languages.
7592
7593@menu
7594* Type Checking:: An overview of type checking
7595* Range Checking:: An overview of range checking
7596@end menu
7597
7598@cindex type checking
7599@cindex checks, type
6d2ebf8b 7600@node Type Checking
c906108c
SS
7601@subsection An overview of type checking
7602
7603Some languages, such as Modula-2, are strongly typed, meaning that the
7604arguments to operators and functions have to be of the correct type,
7605otherwise an error occurs. These checks prevent type mismatch
7606errors from ever causing any run-time problems. For example,
7607
7608@smallexample
76091 + 2 @result{} 3
7610@exdent but
7611@error{} 1 + 2.3
7612@end smallexample
7613
7614The second example fails because the @code{CARDINAL} 1 is not
7615type-compatible with the @code{REAL} 2.3.
7616
5d161b24
DB
7617For the expressions you use in @value{GDBN} commands, you can tell the
7618@value{GDBN} type checker to skip checking;
7619to treat any mismatches as errors and abandon the expression;
7620or to only issue warnings when type mismatches occur,
c906108c
SS
7621but evaluate the expression anyway. When you choose the last of
7622these, @value{GDBN} evaluates expressions like the second example above, but
7623also issues a warning.
7624
5d161b24
DB
7625Even if you turn type checking off, there may be other reasons
7626related to type that prevent @value{GDBN} from evaluating an expression.
7627For instance, @value{GDBN} does not know how to add an @code{int} and
7628a @code{struct foo}. These particular type errors have nothing to do
7629with the language in use, and usually arise from expressions, such as
c906108c
SS
7630the one described above, which make little sense to evaluate anyway.
7631
7632Each language defines to what degree it is strict about type. For
7633instance, both Modula-2 and C require the arguments to arithmetical
7634operators to be numbers. In C, enumerated types and pointers can be
7635represented as numbers, so that they are valid arguments to mathematical
7636operators. @xref{Support, ,Supported languages}, for further
7637details on specific languages.
7638
7639@value{GDBN} provides some additional commands for controlling the type checker:
7640
d4f3574e 7641@kindex set check@r{, type}
c906108c
SS
7642@kindex set check type
7643@kindex show check type
7644@table @code
7645@item set check type auto
7646Set type checking on or off based on the current working language.
7647@xref{Support, ,Supported languages}, for the default settings for
7648each language.
7649
7650@item set check type on
7651@itemx set check type off
7652Set type checking on or off, overriding the default setting for the
7653current working language. Issue a warning if the setting does not
7654match the language default. If any type mismatches occur in
d4f3574e 7655evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7656message and aborts evaluation of the expression.
7657
7658@item set check type warn
7659Cause the type checker to issue warnings, but to always attempt to
7660evaluate the expression. Evaluating the expression may still
7661be impossible for other reasons. For example, @value{GDBN} cannot add
7662numbers and structures.
7663
7664@item show type
5d161b24 7665Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7666is setting it automatically.
7667@end table
7668
7669@cindex range checking
7670@cindex checks, range
6d2ebf8b 7671@node Range Checking
c906108c
SS
7672@subsection An overview of range checking
7673
7674In some languages (such as Modula-2), it is an error to exceed the
7675bounds of a type; this is enforced with run-time checks. Such range
7676checking is meant to ensure program correctness by making sure
7677computations do not overflow, or indices on an array element access do
7678not exceed the bounds of the array.
7679
7680For expressions you use in @value{GDBN} commands, you can tell
7681@value{GDBN} to treat range errors in one of three ways: ignore them,
7682always treat them as errors and abandon the expression, or issue
7683warnings but evaluate the expression anyway.
7684
7685A range error can result from numerical overflow, from exceeding an
7686array index bound, or when you type a constant that is not a member
7687of any type. Some languages, however, do not treat overflows as an
7688error. In many implementations of C, mathematical overflow causes the
7689result to ``wrap around'' to lower values---for example, if @var{m} is
7690the largest integer value, and @var{s} is the smallest, then
7691
474c8240 7692@smallexample
c906108c 7693@var{m} + 1 @result{} @var{s}
474c8240 7694@end smallexample
c906108c
SS
7695
7696This, too, is specific to individual languages, and in some cases
7697specific to individual compilers or machines. @xref{Support, ,
7698Supported languages}, for further details on specific languages.
7699
7700@value{GDBN} provides some additional commands for controlling the range checker:
7701
d4f3574e 7702@kindex set check@r{, range}
c906108c
SS
7703@kindex set check range
7704@kindex show check range
7705@table @code
7706@item set check range auto
7707Set range checking on or off based on the current working language.
7708@xref{Support, ,Supported languages}, for the default settings for
7709each language.
7710
7711@item set check range on
7712@itemx set check range off
7713Set range checking on or off, overriding the default setting for the
7714current working language. A warning is issued if the setting does not
c3f6f71d
JM
7715match the language default. If a range error occurs and range checking is on,
7716then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7717
7718@item set check range warn
7719Output messages when the @value{GDBN} range checker detects a range error,
7720but attempt to evaluate the expression anyway. Evaluating the
7721expression may still be impossible for other reasons, such as accessing
7722memory that the process does not own (a typical example from many Unix
7723systems).
7724
7725@item show range
7726Show the current setting of the range checker, and whether or not it is
7727being set automatically by @value{GDBN}.
7728@end table
c906108c 7729
6d2ebf8b 7730@node Support
c906108c 7731@section Supported languages
c906108c 7732
db034ac5
AC
7733@value{GDBN} supports C, C@t{++}, Fortran, Java,
7734@c OBSOLETE Chill,
7735assembly, and Modula-2.
cce74817 7736@c This is false ...
c906108c
SS
7737Some @value{GDBN} features may be used in expressions regardless of the
7738language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7739and the @samp{@{type@}addr} construct (@pxref{Expressions,
7740,Expressions}) can be used with the constructs of any supported
7741language.
7742
7743The following sections detail to what degree each source language is
7744supported by @value{GDBN}. These sections are not meant to be language
7745tutorials or references, but serve only as a reference guide to what the
7746@value{GDBN} expression parser accepts, and what input and output
7747formats should look like for different languages. There are many good
7748books written on each of these languages; please look to these for a
7749language reference or tutorial.
7750
c906108c 7751@menu
b37052ae 7752* C:: C and C@t{++}
cce74817 7753* Modula-2:: Modula-2
db034ac5 7754@c OBSOLETE * Chill:: Chill
c906108c
SS
7755@end menu
7756
6d2ebf8b 7757@node C
b37052ae 7758@subsection C and C@t{++}
7a292a7a 7759
b37052ae
EZ
7760@cindex C and C@t{++}
7761@cindex expressions in C or C@t{++}
c906108c 7762
b37052ae 7763Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
7764to both languages. Whenever this is the case, we discuss those languages
7765together.
7766
41afff9a
EZ
7767@cindex C@t{++}
7768@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
7769@cindex @sc{gnu} C@t{++}
7770The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7771compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7772effectively, you must compile your C@t{++} programs with a supported
7773C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
7774compiler (@code{aCC}).
7775
b37052ae 7776For best results when using @sc{gnu} C@t{++}, use the stabs debugging
c906108c
SS
7777format. You can select that format explicitly with the @code{g++}
7778command-line options @samp{-gstabs} or @samp{-gstabs+}. See
7779@ref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7780CC, gcc.info, Using @sc{gnu} CC}, for more information.
c906108c 7781
c906108c 7782@menu
b37052ae
EZ
7783* C Operators:: C and C@t{++} operators
7784* C Constants:: C and C@t{++} constants
7785* C plus plus expressions:: C@t{++} expressions
7786* C Defaults:: Default settings for C and C@t{++}
7787* C Checks:: C and C@t{++} type and range checks
c906108c 7788* Debugging C:: @value{GDBN} and C
b37052ae 7789* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 7790@end menu
c906108c 7791
6d2ebf8b 7792@node C Operators
b37052ae 7793@subsubsection C and C@t{++} operators
7a292a7a 7794
b37052ae 7795@cindex C and C@t{++} operators
c906108c
SS
7796
7797Operators must be defined on values of specific types. For instance,
7798@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 7799often defined on groups of types.
c906108c 7800
b37052ae 7801For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
7802
7803@itemize @bullet
53a5351d 7804
c906108c 7805@item
c906108c 7806@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 7807specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
7808
7809@item
d4f3574e
SS
7810@emph{Floating-point types} include @code{float}, @code{double}, and
7811@code{long double} (if supported by the target platform).
c906108c
SS
7812
7813@item
53a5351d 7814@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
7815
7816@item
7817@emph{Scalar types} include all of the above.
53a5351d 7818
c906108c
SS
7819@end itemize
7820
7821@noindent
7822The following operators are supported. They are listed here
7823in order of increasing precedence:
7824
7825@table @code
7826@item ,
7827The comma or sequencing operator. Expressions in a comma-separated list
7828are evaluated from left to right, with the result of the entire
7829expression being the last expression evaluated.
7830
7831@item =
7832Assignment. The value of an assignment expression is the value
7833assigned. Defined on scalar types.
7834
7835@item @var{op}=
7836Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
7837and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 7838@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
7839@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
7840@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
7841
7842@item ?:
7843The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
7844of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
7845integral type.
7846
7847@item ||
7848Logical @sc{or}. Defined on integral types.
7849
7850@item &&
7851Logical @sc{and}. Defined on integral types.
7852
7853@item |
7854Bitwise @sc{or}. Defined on integral types.
7855
7856@item ^
7857Bitwise exclusive-@sc{or}. Defined on integral types.
7858
7859@item &
7860Bitwise @sc{and}. Defined on integral types.
7861
7862@item ==@r{, }!=
7863Equality and inequality. Defined on scalar types. The value of these
7864expressions is 0 for false and non-zero for true.
7865
7866@item <@r{, }>@r{, }<=@r{, }>=
7867Less than, greater than, less than or equal, greater than or equal.
7868Defined on scalar types. The value of these expressions is 0 for false
7869and non-zero for true.
7870
7871@item <<@r{, }>>
7872left shift, and right shift. Defined on integral types.
7873
7874@item @@
7875The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
7876
7877@item +@r{, }-
7878Addition and subtraction. Defined on integral types, floating-point types and
7879pointer types.
7880
7881@item *@r{, }/@r{, }%
7882Multiplication, division, and modulus. Multiplication and division are
7883defined on integral and floating-point types. Modulus is defined on
7884integral types.
7885
7886@item ++@r{, }--
7887Increment and decrement. When appearing before a variable, the
7888operation is performed before the variable is used in an expression;
7889when appearing after it, the variable's value is used before the
7890operation takes place.
7891
7892@item *
7893Pointer dereferencing. Defined on pointer types. Same precedence as
7894@code{++}.
7895
7896@item &
7897Address operator. Defined on variables. Same precedence as @code{++}.
7898
b37052ae
EZ
7899For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
7900allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 7901(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 7902where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 7903stored.
c906108c
SS
7904
7905@item -
7906Negative. Defined on integral and floating-point types. Same
7907precedence as @code{++}.
7908
7909@item !
7910Logical negation. Defined on integral types. Same precedence as
7911@code{++}.
7912
7913@item ~
7914Bitwise complement operator. Defined on integral types. Same precedence as
7915@code{++}.
7916
7917
7918@item .@r{, }->
7919Structure member, and pointer-to-structure member. For convenience,
7920@value{GDBN} regards the two as equivalent, choosing whether to dereference a
7921pointer based on the stored type information.
7922Defined on @code{struct} and @code{union} data.
7923
c906108c
SS
7924@item .*@r{, }->*
7925Dereferences of pointers to members.
c906108c
SS
7926
7927@item []
7928Array indexing. @code{@var{a}[@var{i}]} is defined as
7929@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
7930
7931@item ()
7932Function parameter list. Same precedence as @code{->}.
7933
c906108c 7934@item ::
b37052ae 7935C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 7936and @code{class} types.
c906108c
SS
7937
7938@item ::
7a292a7a
SS
7939Doubled colons also represent the @value{GDBN} scope operator
7940(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
7941above.
c906108c
SS
7942@end table
7943
c906108c
SS
7944If an operator is redefined in the user code, @value{GDBN} usually
7945attempts to invoke the redefined version instead of using the operator's
7946predefined meaning.
c906108c 7947
c906108c 7948@menu
5d161b24 7949* C Constants::
c906108c
SS
7950@end menu
7951
6d2ebf8b 7952@node C Constants
b37052ae 7953@subsubsection C and C@t{++} constants
c906108c 7954
b37052ae 7955@cindex C and C@t{++} constants
c906108c 7956
b37052ae 7957@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 7958following ways:
c906108c
SS
7959
7960@itemize @bullet
7961@item
7962Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
7963specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
7964by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
7965@samp{l}, specifying that the constant should be treated as a
7966@code{long} value.
7967
7968@item
7969Floating point constants are a sequence of digits, followed by a decimal
7970point, followed by a sequence of digits, and optionally followed by an
7971exponent. An exponent is of the form:
7972@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
7973sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
7974A floating-point constant may also end with a letter @samp{f} or
7975@samp{F}, specifying that the constant should be treated as being of
7976the @code{float} (as opposed to the default @code{double}) type; or with
7977a letter @samp{l} or @samp{L}, which specifies a @code{long double}
7978constant.
c906108c
SS
7979
7980@item
7981Enumerated constants consist of enumerated identifiers, or their
7982integral equivalents.
7983
7984@item
7985Character constants are a single character surrounded by single quotes
7986(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 7987(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
7988be represented by a letter or by @dfn{escape sequences}, which are of
7989the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
7990of the character's ordinal value; or of the form @samp{\@var{x}}, where
7991@samp{@var{x}} is a predefined special character---for example,
7992@samp{\n} for newline.
7993
7994@item
96a2c332
SS
7995String constants are a sequence of character constants surrounded by
7996double quotes (@code{"}). Any valid character constant (as described
7997above) may appear. Double quotes within the string must be preceded by
7998a backslash, so for instance @samp{"a\"b'c"} is a string of five
7999characters.
c906108c
SS
8000
8001@item
8002Pointer constants are an integral value. You can also write pointers
8003to constants using the C operator @samp{&}.
8004
8005@item
8006Array constants are comma-separated lists surrounded by braces @samp{@{}
8007and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8008integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8009and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8010@end itemize
8011
c906108c 8012@menu
5d161b24
DB
8013* C plus plus expressions::
8014* C Defaults::
8015* C Checks::
c906108c 8016
5d161b24 8017* Debugging C::
c906108c
SS
8018@end menu
8019
6d2ebf8b 8020@node C plus plus expressions
b37052ae
EZ
8021@subsubsection C@t{++} expressions
8022
8023@cindex expressions in C@t{++}
8024@value{GDBN} expression handling can interpret most C@t{++} expressions.
8025
8026@cindex C@t{++} support, not in @sc{coff}
8027@cindex @sc{coff} versus C@t{++}
8028@cindex C@t{++} and object formats
8029@cindex object formats and C@t{++}
8030@cindex a.out and C@t{++}
8031@cindex @sc{ecoff} and C@t{++}
8032@cindex @sc{xcoff} and C@t{++}
8033@cindex @sc{elf}/stabs and C@t{++}
8034@cindex @sc{elf}/@sc{dwarf} and C@t{++}
c906108c
SS
8035@c FIXME!! GDB may eventually be able to debug C++ using DWARF; check
8036@c periodically whether this has happened...
8037@quotation
b37052ae
EZ
8038@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8039proper compiler. Typically, C@t{++} debugging depends on the use of
c906108c
SS
8040additional debugging information in the symbol table, and thus requires
8041special support. In particular, if your compiler generates a.out, MIPS
8042@sc{ecoff}, RS/6000 @sc{xcoff}, or @sc{elf} with stabs extensions to the
8043symbol table, these facilities are all available. (With @sc{gnu} CC,
8044you can use the @samp{-gstabs} option to request stabs debugging
8045extensions explicitly.) Where the object code format is standard
b37052ae 8046@sc{coff} or @sc{dwarf} in @sc{elf}, on the other hand, most of the C@t{++}
c906108c
SS
8047support in @value{GDBN} does @emph{not} work.
8048@end quotation
c906108c
SS
8049
8050@enumerate
8051
8052@cindex member functions
8053@item
8054Member function calls are allowed; you can use expressions like
8055
474c8240 8056@smallexample
c906108c 8057count = aml->GetOriginal(x, y)
474c8240 8058@end smallexample
c906108c 8059
41afff9a 8060@vindex this@r{, inside C@t{++} member functions}
b37052ae 8061@cindex namespace in C@t{++}
c906108c
SS
8062@item
8063While a member function is active (in the selected stack frame), your
8064expressions have the same namespace available as the member function;
8065that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8066pointer @code{this} following the same rules as C@t{++}.
c906108c 8067
c906108c 8068@cindex call overloaded functions
d4f3574e 8069@cindex overloaded functions, calling
b37052ae 8070@cindex type conversions in C@t{++}
c906108c
SS
8071@item
8072You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8073call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8074perform overload resolution involving user-defined type conversions,
8075calls to constructors, or instantiations of templates that do not exist
8076in the program. It also cannot handle ellipsis argument lists or
8077default arguments.
8078
8079It does perform integral conversions and promotions, floating-point
8080promotions, arithmetic conversions, pointer conversions, conversions of
8081class objects to base classes, and standard conversions such as those of
8082functions or arrays to pointers; it requires an exact match on the
8083number of function arguments.
8084
8085Overload resolution is always performed, unless you have specified
8086@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8087,@value{GDBN} features for C@t{++}}.
c906108c 8088
d4f3574e 8089You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8090explicit function signature to call an overloaded function, as in
8091@smallexample
8092p 'foo(char,int)'('x', 13)
8093@end smallexample
d4f3574e 8094
c906108c 8095The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8096see @ref{Completion, ,Command completion}.
c906108c 8097
c906108c
SS
8098@cindex reference declarations
8099@item
b37052ae
EZ
8100@value{GDBN} understands variables declared as C@t{++} references; you can use
8101them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8102dereferenced.
8103
8104In the parameter list shown when @value{GDBN} displays a frame, the values of
8105reference variables are not displayed (unlike other variables); this
8106avoids clutter, since references are often used for large structures.
8107The @emph{address} of a reference variable is always shown, unless
8108you have specified @samp{set print address off}.
8109
8110@item
b37052ae 8111@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8112expressions can use it just as expressions in your program do. Since
8113one scope may be defined in another, you can use @code{::} repeatedly if
8114necessary, for example in an expression like
8115@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8116resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8117debugging (@pxref{Variables, ,Program variables}).
8118@end enumerate
8119
b37052ae 8120In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8121calling virtual functions correctly, printing out virtual bases of
8122objects, calling functions in a base subobject, casting objects, and
8123invoking user-defined operators.
c906108c 8124
6d2ebf8b 8125@node C Defaults
b37052ae 8126@subsubsection C and C@t{++} defaults
7a292a7a 8127
b37052ae 8128@cindex C and C@t{++} defaults
c906108c 8129
c906108c
SS
8130If you allow @value{GDBN} to set type and range checking automatically, they
8131both default to @code{off} whenever the working language changes to
b37052ae 8132C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8133selects the working language.
c906108c
SS
8134
8135If you allow @value{GDBN} to set the language automatically, it
8136recognizes source files whose names end with @file{.c}, @file{.C}, or
8137@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8138these files, it sets the working language to C or C@t{++}.
c906108c
SS
8139@xref{Automatically, ,Having @value{GDBN} infer the source language},
8140for further details.
8141
c906108c
SS
8142@c Type checking is (a) primarily motivated by Modula-2, and (b)
8143@c unimplemented. If (b) changes, it might make sense to let this node
8144@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8145
6d2ebf8b 8146@node C Checks
b37052ae 8147@subsubsection C and C@t{++} type and range checks
7a292a7a 8148
b37052ae 8149@cindex C and C@t{++} checks
c906108c 8150
b37052ae 8151By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8152is not used. However, if you turn type checking on, @value{GDBN}
8153considers two variables type equivalent if:
8154
8155@itemize @bullet
8156@item
8157The two variables are structured and have the same structure, union, or
8158enumerated tag.
8159
8160@item
8161The two variables have the same type name, or types that have been
8162declared equivalent through @code{typedef}.
8163
8164@ignore
8165@c leaving this out because neither J Gilmore nor R Pesch understand it.
8166@c FIXME--beers?
8167@item
8168The two @code{struct}, @code{union}, or @code{enum} variables are
8169declared in the same declaration. (Note: this may not be true for all C
8170compilers.)
8171@end ignore
8172@end itemize
8173
8174Range checking, if turned on, is done on mathematical operations. Array
8175indices are not checked, since they are often used to index a pointer
8176that is not itself an array.
c906108c 8177
6d2ebf8b 8178@node Debugging C
c906108c 8179@subsubsection @value{GDBN} and C
c906108c
SS
8180
8181The @code{set print union} and @code{show print union} commands apply to
8182the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8183inside a @code{struct} or @code{class} is also printed. Otherwise, it
8184appears as @samp{@{...@}}.
c906108c
SS
8185
8186The @code{@@} operator aids in the debugging of dynamic arrays, formed
8187with pointers and a memory allocation function. @xref{Expressions,
8188,Expressions}.
8189
c906108c 8190@menu
5d161b24 8191* Debugging C plus plus::
c906108c
SS
8192@end menu
8193
6d2ebf8b 8194@node Debugging C plus plus
b37052ae 8195@subsubsection @value{GDBN} features for C@t{++}
c906108c 8196
b37052ae 8197@cindex commands for C@t{++}
7a292a7a 8198
b37052ae
EZ
8199Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8200designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8201
8202@table @code
8203@cindex break in overloaded functions
8204@item @r{breakpoint menus}
8205When you want a breakpoint in a function whose name is overloaded,
8206@value{GDBN} breakpoint menus help you specify which function definition
8207you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8208
b37052ae 8209@cindex overloading in C@t{++}
c906108c
SS
8210@item rbreak @var{regex}
8211Setting breakpoints using regular expressions is helpful for setting
8212breakpoints on overloaded functions that are not members of any special
8213classes.
8214@xref{Set Breaks, ,Setting breakpoints}.
8215
b37052ae 8216@cindex C@t{++} exception handling
c906108c
SS
8217@item catch throw
8218@itemx catch catch
b37052ae 8219Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8220Catchpoints, , Setting catchpoints}.
8221
8222@cindex inheritance
8223@item ptype @var{typename}
8224Print inheritance relationships as well as other information for type
8225@var{typename}.
8226@xref{Symbols, ,Examining the Symbol Table}.
8227
b37052ae 8228@cindex C@t{++} symbol display
c906108c
SS
8229@item set print demangle
8230@itemx show print demangle
8231@itemx set print asm-demangle
8232@itemx show print asm-demangle
b37052ae
EZ
8233Control whether C@t{++} symbols display in their source form, both when
8234displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8235@xref{Print Settings, ,Print settings}.
8236
8237@item set print object
8238@itemx show print object
8239Choose whether to print derived (actual) or declared types of objects.
8240@xref{Print Settings, ,Print settings}.
8241
8242@item set print vtbl
8243@itemx show print vtbl
8244Control the format for printing virtual function tables.
8245@xref{Print Settings, ,Print settings}.
c906108c 8246(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8247ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8248
8249@kindex set overload-resolution
d4f3574e 8250@cindex overloaded functions, overload resolution
c906108c 8251@item set overload-resolution on
b37052ae 8252Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8253is on. For overloaded functions, @value{GDBN} evaluates the arguments
8254and searches for a function whose signature matches the argument types,
b37052ae 8255using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8256expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8257message.
8258
8259@item set overload-resolution off
b37052ae 8260Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8261overloaded functions that are not class member functions, @value{GDBN}
8262chooses the first function of the specified name that it finds in the
8263symbol table, whether or not its arguments are of the correct type. For
8264overloaded functions that are class member functions, @value{GDBN}
8265searches for a function whose signature @emph{exactly} matches the
8266argument types.
c906108c
SS
8267
8268@item @r{Overloaded symbol names}
8269You can specify a particular definition of an overloaded symbol, using
b37052ae 8270the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8271@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8272also use the @value{GDBN} command-line word completion facilities to list the
8273available choices, or to finish the type list for you.
8274@xref{Completion,, Command completion}, for details on how to do this.
8275@end table
c906108c 8276
6d2ebf8b 8277@node Modula-2
c906108c 8278@subsection Modula-2
7a292a7a 8279
d4f3574e 8280@cindex Modula-2, @value{GDBN} support
c906108c
SS
8281
8282The extensions made to @value{GDBN} to support Modula-2 only support
8283output from the @sc{gnu} Modula-2 compiler (which is currently being
8284developed). Other Modula-2 compilers are not currently supported, and
8285attempting to debug executables produced by them is most likely
8286to give an error as @value{GDBN} reads in the executable's symbol
8287table.
8288
8289@cindex expressions in Modula-2
8290@menu
8291* M2 Operators:: Built-in operators
8292* Built-In Func/Proc:: Built-in functions and procedures
8293* M2 Constants:: Modula-2 constants
8294* M2 Defaults:: Default settings for Modula-2
8295* Deviations:: Deviations from standard Modula-2
8296* M2 Checks:: Modula-2 type and range checks
8297* M2 Scope:: The scope operators @code{::} and @code{.}
8298* GDB/M2:: @value{GDBN} and Modula-2
8299@end menu
8300
6d2ebf8b 8301@node M2 Operators
c906108c
SS
8302@subsubsection Operators
8303@cindex Modula-2 operators
8304
8305Operators must be defined on values of specific types. For instance,
8306@code{+} is defined on numbers, but not on structures. Operators are
8307often defined on groups of types. For the purposes of Modula-2, the
8308following definitions hold:
8309
8310@itemize @bullet
8311
8312@item
8313@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8314their subranges.
8315
8316@item
8317@emph{Character types} consist of @code{CHAR} and its subranges.
8318
8319@item
8320@emph{Floating-point types} consist of @code{REAL}.
8321
8322@item
8323@emph{Pointer types} consist of anything declared as @code{POINTER TO
8324@var{type}}.
8325
8326@item
8327@emph{Scalar types} consist of all of the above.
8328
8329@item
8330@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8331
8332@item
8333@emph{Boolean types} consist of @code{BOOLEAN}.
8334@end itemize
8335
8336@noindent
8337The following operators are supported, and appear in order of
8338increasing precedence:
8339
8340@table @code
8341@item ,
8342Function argument or array index separator.
8343
8344@item :=
8345Assignment. The value of @var{var} @code{:=} @var{value} is
8346@var{value}.
8347
8348@item <@r{, }>
8349Less than, greater than on integral, floating-point, or enumerated
8350types.
8351
8352@item <=@r{, }>=
96a2c332 8353Less than or equal to, greater than or equal to
c906108c
SS
8354on integral, floating-point and enumerated types, or set inclusion on
8355set types. Same precedence as @code{<}.
8356
8357@item =@r{, }<>@r{, }#
8358Equality and two ways of expressing inequality, valid on scalar types.
8359Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8360available for inequality, since @code{#} conflicts with the script
8361comment character.
8362
8363@item IN
8364Set membership. Defined on set types and the types of their members.
8365Same precedence as @code{<}.
8366
8367@item OR
8368Boolean disjunction. Defined on boolean types.
8369
8370@item AND@r{, }&
d4f3574e 8371Boolean conjunction. Defined on boolean types.
c906108c
SS
8372
8373@item @@
8374The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8375
8376@item +@r{, }-
8377Addition and subtraction on integral and floating-point types, or union
8378and difference on set types.
8379
8380@item *
8381Multiplication on integral and floating-point types, or set intersection
8382on set types.
8383
8384@item /
8385Division on floating-point types, or symmetric set difference on set
8386types. Same precedence as @code{*}.
8387
8388@item DIV@r{, }MOD
8389Integer division and remainder. Defined on integral types. Same
8390precedence as @code{*}.
8391
8392@item -
8393Negative. Defined on @code{INTEGER} and @code{REAL} data.
8394
8395@item ^
8396Pointer dereferencing. Defined on pointer types.
8397
8398@item NOT
8399Boolean negation. Defined on boolean types. Same precedence as
8400@code{^}.
8401
8402@item .
8403@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8404precedence as @code{^}.
8405
8406@item []
8407Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8408
8409@item ()
8410Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8411as @code{^}.
8412
8413@item ::@r{, }.
8414@value{GDBN} and Modula-2 scope operators.
8415@end table
8416
8417@quotation
8418@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8419treats the use of the operator @code{IN}, or the use of operators
8420@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8421@code{<=}, and @code{>=} on sets as an error.
8422@end quotation
8423
cb51c4e0 8424
6d2ebf8b 8425@node Built-In Func/Proc
c906108c 8426@subsubsection Built-in functions and procedures
cb51c4e0 8427@cindex Modula-2 built-ins
c906108c
SS
8428
8429Modula-2 also makes available several built-in procedures and functions.
8430In describing these, the following metavariables are used:
8431
8432@table @var
8433
8434@item a
8435represents an @code{ARRAY} variable.
8436
8437@item c
8438represents a @code{CHAR} constant or variable.
8439
8440@item i
8441represents a variable or constant of integral type.
8442
8443@item m
8444represents an identifier that belongs to a set. Generally used in the
8445same function with the metavariable @var{s}. The type of @var{s} should
8446be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8447
8448@item n
8449represents a variable or constant of integral or floating-point type.
8450
8451@item r
8452represents a variable or constant of floating-point type.
8453
8454@item t
8455represents a type.
8456
8457@item v
8458represents a variable.
8459
8460@item x
8461represents a variable or constant of one of many types. See the
8462explanation of the function for details.
8463@end table
8464
8465All Modula-2 built-in procedures also return a result, described below.
8466
8467@table @code
8468@item ABS(@var{n})
8469Returns the absolute value of @var{n}.
8470
8471@item CAP(@var{c})
8472If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8473equivalent, otherwise it returns its argument.
c906108c
SS
8474
8475@item CHR(@var{i})
8476Returns the character whose ordinal value is @var{i}.
8477
8478@item DEC(@var{v})
c3f6f71d 8479Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8480
8481@item DEC(@var{v},@var{i})
8482Decrements the value in the variable @var{v} by @var{i}. Returns the
8483new value.
8484
8485@item EXCL(@var{m},@var{s})
8486Removes the element @var{m} from the set @var{s}. Returns the new
8487set.
8488
8489@item FLOAT(@var{i})
8490Returns the floating point equivalent of the integer @var{i}.
8491
8492@item HIGH(@var{a})
8493Returns the index of the last member of @var{a}.
8494
8495@item INC(@var{v})
c3f6f71d 8496Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8497
8498@item INC(@var{v},@var{i})
8499Increments the value in the variable @var{v} by @var{i}. Returns the
8500new value.
8501
8502@item INCL(@var{m},@var{s})
8503Adds the element @var{m} to the set @var{s} if it is not already
8504there. Returns the new set.
8505
8506@item MAX(@var{t})
8507Returns the maximum value of the type @var{t}.
8508
8509@item MIN(@var{t})
8510Returns the minimum value of the type @var{t}.
8511
8512@item ODD(@var{i})
8513Returns boolean TRUE if @var{i} is an odd number.
8514
8515@item ORD(@var{x})
8516Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8517value of a character is its @sc{ascii} value (on machines supporting the
8518@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8519integral, character and enumerated types.
8520
8521@item SIZE(@var{x})
8522Returns the size of its argument. @var{x} can be a variable or a type.
8523
8524@item TRUNC(@var{r})
8525Returns the integral part of @var{r}.
8526
8527@item VAL(@var{t},@var{i})
8528Returns the member of the type @var{t} whose ordinal value is @var{i}.
8529@end table
8530
8531@quotation
8532@emph{Warning:} Sets and their operations are not yet supported, so
8533@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8534an error.
8535@end quotation
8536
8537@cindex Modula-2 constants
6d2ebf8b 8538@node M2 Constants
c906108c
SS
8539@subsubsection Constants
8540
8541@value{GDBN} allows you to express the constants of Modula-2 in the following
8542ways:
8543
8544@itemize @bullet
8545
8546@item
8547Integer constants are simply a sequence of digits. When used in an
8548expression, a constant is interpreted to be type-compatible with the
8549rest of the expression. Hexadecimal integers are specified by a
8550trailing @samp{H}, and octal integers by a trailing @samp{B}.
8551
8552@item
8553Floating point constants appear as a sequence of digits, followed by a
8554decimal point and another sequence of digits. An optional exponent can
8555then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8556@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8557digits of the floating point constant must be valid decimal (base 10)
8558digits.
8559
8560@item
8561Character constants consist of a single character enclosed by a pair of
8562like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8563also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8564followed by a @samp{C}.
8565
8566@item
8567String constants consist of a sequence of characters enclosed by a
8568pair of like quotes, either single (@code{'}) or double (@code{"}).
8569Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8570Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8571sequences.
8572
8573@item
8574Enumerated constants consist of an enumerated identifier.
8575
8576@item
8577Boolean constants consist of the identifiers @code{TRUE} and
8578@code{FALSE}.
8579
8580@item
8581Pointer constants consist of integral values only.
8582
8583@item
8584Set constants are not yet supported.
8585@end itemize
8586
6d2ebf8b 8587@node M2 Defaults
c906108c
SS
8588@subsubsection Modula-2 defaults
8589@cindex Modula-2 defaults
8590
8591If type and range checking are set automatically by @value{GDBN}, they
8592both default to @code{on} whenever the working language changes to
d4f3574e 8593Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8594selected the working language.
8595
8596If you allow @value{GDBN} to set the language automatically, then entering
8597code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8598working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8599the language automatically}, for further details.
8600
6d2ebf8b 8601@node Deviations
c906108c
SS
8602@subsubsection Deviations from standard Modula-2
8603@cindex Modula-2, deviations from
8604
8605A few changes have been made to make Modula-2 programs easier to debug.
8606This is done primarily via loosening its type strictness:
8607
8608@itemize @bullet
8609@item
8610Unlike in standard Modula-2, pointer constants can be formed by
8611integers. This allows you to modify pointer variables during
8612debugging. (In standard Modula-2, the actual address contained in a
8613pointer variable is hidden from you; it can only be modified
8614through direct assignment to another pointer variable or expression that
8615returned a pointer.)
8616
8617@item
8618C escape sequences can be used in strings and characters to represent
8619non-printable characters. @value{GDBN} prints out strings with these
8620escape sequences embedded. Single non-printable characters are
8621printed using the @samp{CHR(@var{nnn})} format.
8622
8623@item
8624The assignment operator (@code{:=}) returns the value of its right-hand
8625argument.
8626
8627@item
8628All built-in procedures both modify @emph{and} return their argument.
8629@end itemize
8630
6d2ebf8b 8631@node M2 Checks
c906108c
SS
8632@subsubsection Modula-2 type and range checks
8633@cindex Modula-2 checks
8634
8635@quotation
8636@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8637range checking.
8638@end quotation
8639@c FIXME remove warning when type/range checks added
8640
8641@value{GDBN} considers two Modula-2 variables type equivalent if:
8642
8643@itemize @bullet
8644@item
8645They are of types that have been declared equivalent via a @code{TYPE
8646@var{t1} = @var{t2}} statement
8647
8648@item
8649They have been declared on the same line. (Note: This is true of the
8650@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8651@end itemize
8652
8653As long as type checking is enabled, any attempt to combine variables
8654whose types are not equivalent is an error.
8655
8656Range checking is done on all mathematical operations, assignment, array
8657index bounds, and all built-in functions and procedures.
8658
6d2ebf8b 8659@node M2 Scope
c906108c
SS
8660@subsubsection The scope operators @code{::} and @code{.}
8661@cindex scope
41afff9a 8662@cindex @code{.}, Modula-2 scope operator
c906108c
SS
8663@cindex colon, doubled as scope operator
8664@ifinfo
41afff9a 8665@vindex colon-colon@r{, in Modula-2}
c906108c
SS
8666@c Info cannot handle :: but TeX can.
8667@end ifinfo
8668@iftex
41afff9a 8669@vindex ::@r{, in Modula-2}
c906108c
SS
8670@end iftex
8671
8672There are a few subtle differences between the Modula-2 scope operator
8673(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8674similar syntax:
8675
474c8240 8676@smallexample
c906108c
SS
8677
8678@var{module} . @var{id}
8679@var{scope} :: @var{id}
474c8240 8680@end smallexample
c906108c
SS
8681
8682@noindent
8683where @var{scope} is the name of a module or a procedure,
8684@var{module} the name of a module, and @var{id} is any declared
8685identifier within your program, except another module.
8686
8687Using the @code{::} operator makes @value{GDBN} search the scope
8688specified by @var{scope} for the identifier @var{id}. If it is not
8689found in the specified scope, then @value{GDBN} searches all scopes
8690enclosing the one specified by @var{scope}.
8691
8692Using the @code{.} operator makes @value{GDBN} search the current scope for
8693the identifier specified by @var{id} that was imported from the
8694definition module specified by @var{module}. With this operator, it is
8695an error if the identifier @var{id} was not imported from definition
8696module @var{module}, or if @var{id} is not an identifier in
8697@var{module}.
8698
6d2ebf8b 8699@node GDB/M2
c906108c
SS
8700@subsubsection @value{GDBN} and Modula-2
8701
8702Some @value{GDBN} commands have little use when debugging Modula-2 programs.
8703Five subcommands of @code{set print} and @code{show print} apply
b37052ae 8704specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 8705@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 8706apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
8707analogue in Modula-2.
8708
8709The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 8710with any language, is not useful with Modula-2. Its
c906108c 8711intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 8712created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 8713address can be specified by an integral constant, the construct
d4f3574e 8714@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
8715
8716@cindex @code{#} in Modula-2
8717In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
8718interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 8719
db034ac5
AC
8720@c OBSOLETE @node Chill
8721@c OBSOLETE @subsection Chill
8722@c OBSOLETE
8723@c OBSOLETE The extensions made to @value{GDBN} to support Chill only support output
8724@c OBSOLETE from the @sc{gnu} Chill compiler. Other Chill compilers are not currently
8725@c OBSOLETE supported, and attempting to debug executables produced by them is most
8726@c OBSOLETE likely to give an error as @value{GDBN} reads in the executable's symbol
8727@c OBSOLETE table.
8728@c OBSOLETE
8729@c OBSOLETE @c This used to say "... following Chill related topics ...", but since
8730@c OBSOLETE @c menus are not shown in the printed manual, it would look awkward.
8731@c OBSOLETE This section covers the Chill related topics and the features
8732@c OBSOLETE of @value{GDBN} which support these topics.
8733@c OBSOLETE
8734@c OBSOLETE @menu
8735@c OBSOLETE * How modes are displayed:: How modes are displayed
8736@c OBSOLETE * Locations:: Locations and their accesses
8737@c OBSOLETE * Values and their Operations:: Values and their Operations
8738@c OBSOLETE * Chill type and range checks::
8739@c OBSOLETE * Chill defaults::
8740@c OBSOLETE @end menu
8741@c OBSOLETE
8742@c OBSOLETE @node How modes are displayed
8743@c OBSOLETE @subsubsection How modes are displayed
8744@c OBSOLETE
8745@c OBSOLETE The Chill Datatype- (Mode) support of @value{GDBN} is directly related
8746@c OBSOLETE with the functionality of the @sc{gnu} Chill compiler, and therefore deviates
8747@c OBSOLETE slightly from the standard specification of the Chill language. The
8748@c OBSOLETE provided modes are:
8749@c OBSOLETE
8750@c OBSOLETE @c FIXME: this @table's contents effectively disable @code by using @r
8751@c OBSOLETE @c on every @item. So why does it need @code?
8752@c OBSOLETE @table @code
8753@c OBSOLETE @item @r{@emph{Discrete modes:}}
8754@c OBSOLETE @itemize @bullet
8755@c OBSOLETE @item
8756@c OBSOLETE @emph{Integer Modes} which are predefined by @code{BYTE, UBYTE, INT,
8757@c OBSOLETE UINT, LONG, ULONG},
8758@c OBSOLETE @item
8759@c OBSOLETE @emph{Boolean Mode} which is predefined by @code{BOOL},
8760@c OBSOLETE @item
8761@c OBSOLETE @emph{Character Mode} which is predefined by @code{CHAR},
8762@c OBSOLETE @item
8763@c OBSOLETE @emph{Set Mode} which is displayed by the keyword @code{SET}.
8764@c OBSOLETE @smallexample
8765@c OBSOLETE (@value{GDBP}) ptype x
8766@c OBSOLETE type = SET (karli = 10, susi = 20, fritzi = 100)
8767@c OBSOLETE @end smallexample
8768@c OBSOLETE If the type is an unnumbered set the set element values are omitted.
8769@c OBSOLETE @item
8770@c OBSOLETE @emph{Range Mode} which is displayed by
8771@c OBSOLETE @smallexample
8772@c OBSOLETE @code{type = <basemode>(<lower bound> : <upper bound>)}
8773@c OBSOLETE @end smallexample
8774@c OBSOLETE where @code{<lower bound>, <upper bound>} can be of any discrete literal
8775@c OBSOLETE expression (e.g. set element names).
8776@c OBSOLETE @end itemize
8777@c OBSOLETE
8778@c OBSOLETE @item @r{@emph{Powerset Mode:}}
8779@c OBSOLETE A Powerset Mode is displayed by the keyword @code{POWERSET} followed by
8780@c OBSOLETE the member mode of the powerset. The member mode can be any discrete mode.
8781@c OBSOLETE @smallexample
8782@c OBSOLETE (@value{GDBP}) ptype x
8783@c OBSOLETE type = POWERSET SET (egon, hugo, otto)
8784@c OBSOLETE @end smallexample
8785@c OBSOLETE
8786@c OBSOLETE @item @r{@emph{Reference Modes:}}
8787@c OBSOLETE @itemize @bullet
8788@c OBSOLETE @item
8789@c OBSOLETE @emph{Bound Reference Mode} which is displayed by the keyword @code{REF}
8790@c OBSOLETE followed by the mode name to which the reference is bound.
8791@c OBSOLETE @item
8792@c OBSOLETE @emph{Free Reference Mode} which is displayed by the keyword @code{PTR}.
8793@c OBSOLETE @end itemize
8794@c OBSOLETE
8795@c OBSOLETE @item @r{@emph{Procedure mode}}
8796@c OBSOLETE The procedure mode is displayed by @code{type = PROC(<parameter list>)
8797@c OBSOLETE <return mode> EXCEPTIONS (<exception list>)}. The @code{<parameter
8798@c OBSOLETE list>} is a list of the parameter modes. @code{<return mode>} indicates
8799@c OBSOLETE the mode of the result of the procedure if any. The exceptionlist lists
8800@c OBSOLETE all possible exceptions which can be raised by the procedure.
8801@c OBSOLETE
8802@c OBSOLETE @ignore
8803@c OBSOLETE @item @r{@emph{Instance mode}}
8804@c OBSOLETE The instance mode is represented by a structure, which has a static
8805@c OBSOLETE type, and is therefore not really of interest.
8806@c OBSOLETE @end ignore
8807@c OBSOLETE
8808@c OBSOLETE @item @r{@emph{Synchronization Modes:}}
8809@c OBSOLETE @itemize @bullet
8810@c OBSOLETE @item
8811@c OBSOLETE @emph{Event Mode} which is displayed by
8812@c OBSOLETE @smallexample
8813@c OBSOLETE @code{EVENT (<event length>)}
8814@c OBSOLETE @end smallexample
8815@c OBSOLETE where @code{(<event length>)} is optional.
8816@c OBSOLETE @item
8817@c OBSOLETE @emph{Buffer Mode} which is displayed by
8818@c OBSOLETE @smallexample
8819@c OBSOLETE @code{BUFFER (<buffer length>)<buffer element mode>}
8820@c OBSOLETE @end smallexample
8821@c OBSOLETE where @code{(<buffer length>)} is optional.
8822@c OBSOLETE @end itemize
8823@c OBSOLETE
8824@c OBSOLETE @item @r{@emph{Timing Modes:}}
8825@c OBSOLETE @itemize @bullet
8826@c OBSOLETE @item
8827@c OBSOLETE @emph{Duration Mode} which is predefined by @code{DURATION}
8828@c OBSOLETE @item
8829@c OBSOLETE @emph{Absolute Time Mode} which is predefined by @code{TIME}
8830@c OBSOLETE @end itemize
8831@c OBSOLETE
8832@c OBSOLETE @item @r{@emph{Real Modes:}}
8833@c OBSOLETE Real Modes are predefined with @code{REAL} and @code{LONG_REAL}.
8834@c OBSOLETE
8835@c OBSOLETE @item @r{@emph{String Modes:}}
8836@c OBSOLETE @itemize @bullet
8837@c OBSOLETE @item
8838@c OBSOLETE @emph{Character String Mode} which is displayed by
8839@c OBSOLETE @smallexample
8840@c OBSOLETE @code{CHARS(<string length>)}
8841@c OBSOLETE @end smallexample
8842@c OBSOLETE followed by the keyword @code{VARYING} if the String Mode is a varying
8843@c OBSOLETE mode
8844@c OBSOLETE @item
8845@c OBSOLETE @emph{Bit String Mode} which is displayed by
8846@c OBSOLETE @smallexample
8847@c OBSOLETE @code{BOOLS(<string
8848@c OBSOLETE length>)}
8849@c OBSOLETE @end smallexample
8850@c OBSOLETE @end itemize
8851@c OBSOLETE
8852@c OBSOLETE @item @r{@emph{Array Mode:}}
8853@c OBSOLETE The Array Mode is displayed by the keyword @code{ARRAY(<range>)}
8854@c OBSOLETE followed by the element mode (which may in turn be an array mode).
8855@c OBSOLETE @smallexample
8856@c OBSOLETE (@value{GDBP}) ptype x
8857@c OBSOLETE type = ARRAY (1:42)
8858@c OBSOLETE ARRAY (1:20)
8859@c OBSOLETE SET (karli = 10, susi = 20, fritzi = 100)
8860@c OBSOLETE @end smallexample
8861@c OBSOLETE
8862@c OBSOLETE @item @r{@emph{Structure Mode}}
8863@c OBSOLETE The Structure mode is displayed by the keyword @code{STRUCT(<field
8864@c OBSOLETE list>)}. The @code{<field list>} consists of names and modes of fields
8865@c OBSOLETE of the structure. Variant structures have the keyword @code{CASE <field>
8866@c OBSOLETE OF <variant fields> ESAC} in their field list. Since the current version
8867@c OBSOLETE of the GNU Chill compiler doesn't implement tag processing (no runtime
8868@c OBSOLETE checks of variant fields, and therefore no debugging info), the output
8869@c OBSOLETE always displays all variant fields.
8870@c OBSOLETE @smallexample
8871@c OBSOLETE (@value{GDBP}) ptype str
8872@c OBSOLETE type = STRUCT (
8873@c OBSOLETE as x,
8874@c OBSOLETE bs x,
8875@c OBSOLETE CASE bs OF
8876@c OBSOLETE (karli):
8877@c OBSOLETE cs a
8878@c OBSOLETE (ott):
8879@c OBSOLETE ds x
8880@c OBSOLETE ESAC
8881@c OBSOLETE )
8882@c OBSOLETE @end smallexample
8883@c OBSOLETE @end table
8884@c OBSOLETE
8885@c OBSOLETE @node Locations
8886@c OBSOLETE @subsubsection Locations and their accesses
8887@c OBSOLETE
8888@c OBSOLETE A location in Chill is an object which can contain values.
8889@c OBSOLETE
8890@c OBSOLETE A value of a location is generally accessed by the (declared) name of
8891@c OBSOLETE the location. The output conforms to the specification of values in
8892@c OBSOLETE Chill programs. How values are specified
8893@c OBSOLETE is the topic of the next section, @ref{Values and their Operations}.
8894@c OBSOLETE
8895@c OBSOLETE The pseudo-location @code{RESULT} (or @code{result}) can be used to
8896@c OBSOLETE display or change the result of a currently-active procedure:
8897@c OBSOLETE
8898@c OBSOLETE @smallexample
8899@c OBSOLETE set result := EXPR
8900@c OBSOLETE @end smallexample
8901@c OBSOLETE
8902@c OBSOLETE @noindent
8903@c OBSOLETE This does the same as the Chill action @code{RESULT EXPR} (which
8904@c OBSOLETE is not available in @value{GDBN}).
8905@c OBSOLETE
8906@c OBSOLETE Values of reference mode locations are printed by @code{PTR(<hex
8907@c OBSOLETE value>)} in case of a free reference mode, and by @code{(REF <reference
8908@c OBSOLETE mode>) (<hex-value>)} in case of a bound reference. @code{<hex value>}
8909@c OBSOLETE represents the address where the reference points to. To access the
8910@c OBSOLETE value of the location referenced by the pointer, use the dereference
8911@c OBSOLETE operator @samp{->}.
8912@c OBSOLETE
8913@c OBSOLETE Values of procedure mode locations are displayed by
8914@c OBSOLETE @smallexample
8915@c OBSOLETE @code{@{ PROC
8916@c OBSOLETE (<argument modes> ) <return mode> @} <address> <name of procedure
8917@c OBSOLETE location>}
8918@c OBSOLETE @end smallexample
8919@c OBSOLETE @code{<argument modes>} is a list of modes according to the parameter
8920@c OBSOLETE specification of the procedure and @code{<address>} shows the address of
8921@c OBSOLETE the entry point.
8922@c OBSOLETE
8923@c OBSOLETE @ignore
8924@c OBSOLETE Locations of instance modes are displayed just like a structure with two
8925@c OBSOLETE fields specifying the @emph{process type} and the @emph{copy number} of
8926@c OBSOLETE the investigated instance location@footnote{This comes from the current
8927@c OBSOLETE implementation of instances. They are implemented as a structure (no
8928@c OBSOLETE na). The output should be something like @code{[<name of the process>;
8929@c OBSOLETE <instance number>]}.}. The field names are @code{__proc_type} and
8930@c OBSOLETE @code{__proc_copy}.
8931@c OBSOLETE
8932@c OBSOLETE Locations of synchronization modes are displayed like a structure with
8933@c OBSOLETE the field name @code{__event_data} in case of a event mode location, and
8934@c OBSOLETE like a structure with the field @code{__buffer_data} in case of a buffer
8935@c OBSOLETE mode location (refer to previous paragraph).
8936@c OBSOLETE
8937@c OBSOLETE Structure Mode locations are printed by @code{[.<field name>: <value>,
8938@c OBSOLETE ...]}. The @code{<field name>} corresponds to the structure mode
8939@c OBSOLETE definition and the layout of @code{<value>} varies depending of the mode
8940@c OBSOLETE of the field. If the investigated structure mode location is of variant
8941@c OBSOLETE structure mode, the variant parts of the structure are enclosed in curled
8942@c OBSOLETE braces (@samp{@{@}}). Fields enclosed by @samp{@{,@}} are residing
8943@c OBSOLETE on the same memory location and represent the current values of the
8944@c OBSOLETE memory location in their specific modes. Since no tag processing is done
8945@c OBSOLETE all variants are displayed. A variant field is printed by
8946@c OBSOLETE @code{(<variant name>) = .<field name>: <value>}. (who implements the
8947@c OBSOLETE stuff ???)
8948@c OBSOLETE @smallexample
8949@c OBSOLETE (@value{GDBP}) print str1 $4 = [.as: 0, .bs: karli, .<TAG>: { (karli) =
8950@c OBSOLETE [.cs: []], (susi) = [.ds: susi]}]
8951@c OBSOLETE @end smallexample
8952@c OBSOLETE @end ignore
8953@c OBSOLETE
8954@c OBSOLETE Substructures of string mode-, array mode- or structure mode-values
8955@c OBSOLETE (e.g. array slices, fields of structure locations) are accessed using
8956@c OBSOLETE certain operations which are described in the next section, @ref{Values
8957@c OBSOLETE and their Operations}.
8958@c OBSOLETE
8959@c OBSOLETE A location value may be interpreted as having a different mode using the
8960@c OBSOLETE location conversion. This mode conversion is written as @code{<mode
8961@c OBSOLETE name>(<location>)}. The user has to consider that the sizes of the modes
8962@c OBSOLETE have to be equal otherwise an error occurs. Furthermore, no range
8963@c OBSOLETE checking of the location against the destination mode is performed, and
8964@c OBSOLETE therefore the result can be quite confusing.
8965@c OBSOLETE
8966@c OBSOLETE @smallexample
8967@c OBSOLETE (@value{GDBP}) print int (s(3 up 4)) XXX TO be filled in !! XXX
8968@c OBSOLETE @end smallexample
8969@c OBSOLETE
8970@c OBSOLETE @node Values and their Operations
8971@c OBSOLETE @subsubsection Values and their Operations
8972@c OBSOLETE
8973@c OBSOLETE Values are used to alter locations, to investigate complex structures in
8974@c OBSOLETE more detail or to filter relevant information out of a large amount of
8975@c OBSOLETE data. There are several (mode dependent) operations defined which enable
8976@c OBSOLETE such investigations. These operations are not only applicable to
8977@c OBSOLETE constant values but also to locations, which can become quite useful
8978@c OBSOLETE when debugging complex structures. During parsing the command line
8979@c OBSOLETE (e.g. evaluating an expression) @value{GDBN} treats location names as
8980@c OBSOLETE the values behind these locations.
8981@c OBSOLETE
8982@c OBSOLETE This section describes how values have to be specified and which
8983@c OBSOLETE operations are legal to be used with such values.
8984@c OBSOLETE
8985@c OBSOLETE @table @code
8986@c OBSOLETE @item Literal Values
8987@c OBSOLETE Literal values are specified in the same manner as in @sc{gnu} Chill programs.
8988@c OBSOLETE For detailed specification refer to the @sc{gnu} Chill implementation Manual
8989@c OBSOLETE chapter 1.5.
8990@c OBSOLETE @c FIXME: if the Chill Manual is a Texinfo documents, the above should
8991@c OBSOLETE @c be converted to a @ref.
8992@c OBSOLETE
8993@c OBSOLETE @ignore
8994@c OBSOLETE @itemize @bullet
8995@c OBSOLETE @item
8996@c OBSOLETE @emph{Integer Literals} are specified in the same manner as in Chill
8997@c OBSOLETE programs (refer to the Chill Standard z200/88 chpt 5.2.4.2)
8998@c OBSOLETE @item
8999@c OBSOLETE @emph{Boolean Literals} are defined by @code{TRUE} and @code{FALSE}.
9000@c OBSOLETE @item
9001@c OBSOLETE @emph{Character Literals} are defined by @code{'<character>'}. (e.g.
9002@c OBSOLETE @code{'M'})
9003@c OBSOLETE @item
9004@c OBSOLETE @emph{Set Literals} are defined by a name which was specified in a set
9005@c OBSOLETE mode. The value delivered by a Set Literal is the set value. This is
9006@c OBSOLETE comparable to an enumeration in C/C@t{++} language.
9007@c OBSOLETE @item
9008@c OBSOLETE @emph{Emptiness Literal} is predefined by @code{NULL}. The value of the
9009@c OBSOLETE emptiness literal delivers either the empty reference value, the empty
9010@c OBSOLETE procedure value or the empty instance value.
9011@c OBSOLETE
9012@c OBSOLETE @item
9013@c OBSOLETE @emph{Character String Literals} are defined by a sequence of characters
9014@c OBSOLETE enclosed in single- or double quotes. If a single- or double quote has
9015@c OBSOLETE to be part of the string literal it has to be stuffed (specified twice).
9016@c OBSOLETE @item
9017@c OBSOLETE @emph{Bitstring Literals} are specified in the same manner as in Chill
9018@c OBSOLETE programs (refer z200/88 chpt 5.2.4.8).
9019@c OBSOLETE @item
9020@c OBSOLETE @emph{Floating point literals} are specified in the same manner as in
9021@c OBSOLETE (gnu-)Chill programs (refer @sc{gnu} Chill implementation Manual chapter 1.5).
9022@c OBSOLETE @end itemize
9023@c OBSOLETE @end ignore
9024@c OBSOLETE
9025@c OBSOLETE @item Tuple Values
9026@c OBSOLETE A tuple is specified by @code{<mode name>[<tuple>]}, where @code{<mode
9027@c OBSOLETE name>} can be omitted if the mode of the tuple is unambiguous. This
9028@c OBSOLETE unambiguity is derived from the context of a evaluated expression.
9029@c OBSOLETE @code{<tuple>} can be one of the following:
9030@c OBSOLETE
9031@c OBSOLETE @itemize @bullet
9032@c OBSOLETE @item @emph{Powerset Tuple}
9033@c OBSOLETE @item @emph{Array Tuple}
9034@c OBSOLETE @item @emph{Structure Tuple}
9035@c OBSOLETE Powerset tuples, array tuples and structure tuples are specified in the
9036@c OBSOLETE same manner as in Chill programs refer to z200/88 chpt 5.2.5.
9037@c OBSOLETE @end itemize
9038@c OBSOLETE
9039@c OBSOLETE @item String Element Value
9040@c OBSOLETE A string element value is specified by
9041@c OBSOLETE @smallexample
9042@c OBSOLETE @code{<string value>(<index>)}
9043@c OBSOLETE @end smallexample
9044@c OBSOLETE where @code{<index>} is a integer expression. It delivers a character
9045@c OBSOLETE value which is equivalent to the character indexed by @code{<index>} in
9046@c OBSOLETE the string.
9047@c OBSOLETE
9048@c OBSOLETE @item String Slice Value
9049@c OBSOLETE A string slice value is specified by @code{<string value>(<slice
9050@c OBSOLETE spec>)}, where @code{<slice spec>} can be either a range of integer
9051@c OBSOLETE expressions or specified by @code{<start expr> up <size>}.
9052@c OBSOLETE @code{<size>} denotes the number of elements which the slice contains.
9053@c OBSOLETE The delivered value is a string value, which is part of the specified
9054@c OBSOLETE string.
9055@c OBSOLETE
9056@c OBSOLETE @item Array Element Values
9057@c OBSOLETE An array element value is specified by @code{<array value>(<expr>)} and
9058@c OBSOLETE delivers a array element value of the mode of the specified array.
9059@c OBSOLETE
9060@c OBSOLETE @item Array Slice Values
9061@c OBSOLETE An array slice is specified by @code{<array value>(<slice spec>)}, where
9062@c OBSOLETE @code{<slice spec>} can be either a range specified by expressions or by
9063@c OBSOLETE @code{<start expr> up <size>}. @code{<size>} denotes the number of
9064@c OBSOLETE arrayelements the slice contains. The delivered value is an array value
9065@c OBSOLETE which is part of the specified array.
9066@c OBSOLETE
9067@c OBSOLETE @item Structure Field Values
9068@c OBSOLETE A structure field value is derived by @code{<structure value>.<field
9069@c OBSOLETE name>}, where @code{<field name>} indicates the name of a field specified
9070@c OBSOLETE in the mode definition of the structure. The mode of the delivered value
9071@c OBSOLETE corresponds to this mode definition in the structure definition.
9072@c OBSOLETE
9073@c OBSOLETE @item Procedure Call Value
9074@c OBSOLETE The procedure call value is derived from the return value of the
9075@c OBSOLETE procedure@footnote{If a procedure call is used for instance in an
9076@c OBSOLETE expression, then this procedure is called with all its side
9077@c OBSOLETE effects. This can lead to confusing results if used carelessly.}.
9078@c OBSOLETE
9079@c OBSOLETE Values of duration mode locations are represented by @code{ULONG} literals.
9080@c OBSOLETE
9081@c OBSOLETE Values of time mode locations appear as
9082@c OBSOLETE @smallexample
9083@c OBSOLETE @code{TIME(<secs>:<nsecs>)}
9084@c OBSOLETE @end smallexample
9085@c OBSOLETE
9086@c OBSOLETE
9087@c OBSOLETE @ignore
9088@c OBSOLETE This is not implemented yet:
9089@c OBSOLETE @item Built-in Value
9090@c OBSOLETE @noindent
9091@c OBSOLETE The following built in functions are provided:
9092@c OBSOLETE
9093@c OBSOLETE @table @code
9094@c OBSOLETE @item @code{ADDR()}
9095@c OBSOLETE @item @code{NUM()}
9096@c OBSOLETE @item @code{PRED()}
9097@c OBSOLETE @item @code{SUCC()}
9098@c OBSOLETE @item @code{ABS()}
9099@c OBSOLETE @item @code{CARD()}
9100@c OBSOLETE @item @code{MAX()}
9101@c OBSOLETE @item @code{MIN()}
9102@c OBSOLETE @item @code{SIZE()}
9103@c OBSOLETE @item @code{UPPER()}
9104@c OBSOLETE @item @code{LOWER()}
9105@c OBSOLETE @item @code{LENGTH()}
9106@c OBSOLETE @item @code{SIN()}
9107@c OBSOLETE @item @code{COS()}
9108@c OBSOLETE @item @code{TAN()}
9109@c OBSOLETE @item @code{ARCSIN()}
9110@c OBSOLETE @item @code{ARCCOS()}
9111@c OBSOLETE @item @code{ARCTAN()}
9112@c OBSOLETE @item @code{EXP()}
9113@c OBSOLETE @item @code{LN()}
9114@c OBSOLETE @item @code{LOG()}
9115@c OBSOLETE @item @code{SQRT()}
9116@c OBSOLETE @end table
9117@c OBSOLETE
9118@c OBSOLETE For a detailed description refer to the GNU Chill implementation manual
9119@c OBSOLETE chapter 1.6.
9120@c OBSOLETE @end ignore
9121@c OBSOLETE
9122@c OBSOLETE @item Zero-adic Operator Value
9123@c OBSOLETE The zero-adic operator value is derived from the instance value for the
9124@c OBSOLETE current active process.
9125@c OBSOLETE
9126@c OBSOLETE @item Expression Values
9127@c OBSOLETE The value delivered by an expression is the result of the evaluation of
9128@c OBSOLETE the specified expression. If there are error conditions (mode
9129@c OBSOLETE incompatibility, etc.) the evaluation of expressions is aborted with a
9130@c OBSOLETE corresponding error message. Expressions may be parenthesised which
9131@c OBSOLETE causes the evaluation of this expression before any other expression
9132@c OBSOLETE which uses the result of the parenthesised expression. The following
9133@c OBSOLETE operators are supported by @value{GDBN}:
9134@c OBSOLETE
9135@c OBSOLETE @table @code
9136@c OBSOLETE @item @code{OR, ORIF, XOR}
9137@c OBSOLETE @itemx @code{AND, ANDIF}
9138@c OBSOLETE @itemx @code{NOT}
9139@c OBSOLETE Logical operators defined over operands of boolean mode.
9140@c OBSOLETE
9141@c OBSOLETE @item @code{=, /=}
9142@c OBSOLETE Equality and inequality operators defined over all modes.
9143@c OBSOLETE
9144@c OBSOLETE @item @code{>, >=}
9145@c OBSOLETE @itemx @code{<, <=}
9146@c OBSOLETE Relational operators defined over predefined modes.
9147@c OBSOLETE
9148@c OBSOLETE @item @code{+, -}
9149@c OBSOLETE @itemx @code{*, /, MOD, REM}
9150@c OBSOLETE Arithmetic operators defined over predefined modes.
9151@c OBSOLETE
9152@c OBSOLETE @item @code{-}
9153@c OBSOLETE Change sign operator.
9154@c OBSOLETE
9155@c OBSOLETE @item @code{//}
9156@c OBSOLETE String concatenation operator.
9157@c OBSOLETE
9158@c OBSOLETE @item @code{()}
9159@c OBSOLETE String repetition operator.
9160@c OBSOLETE
9161@c OBSOLETE @item @code{->}
9162@c OBSOLETE Referenced location operator which can be used either to take the
9163@c OBSOLETE address of a location (@code{->loc}), or to dereference a reference
9164@c OBSOLETE location (@code{loc->}).
9165@c OBSOLETE
9166@c OBSOLETE @item @code{OR, XOR}
9167@c OBSOLETE @itemx @code{AND}
9168@c OBSOLETE @itemx @code{NOT}
9169@c OBSOLETE Powerset and bitstring operators.
9170@c OBSOLETE
9171@c OBSOLETE @item @code{>, >=}
9172@c OBSOLETE @itemx @code{<, <=}
9173@c OBSOLETE Powerset inclusion operators.
9174@c OBSOLETE
9175@c OBSOLETE @item @code{IN}
9176@c OBSOLETE Membership operator.
9177@c OBSOLETE @end table
9178@c OBSOLETE @end table
9179@c OBSOLETE
9180@c OBSOLETE @node Chill type and range checks
9181@c OBSOLETE @subsubsection Chill type and range checks
9182@c OBSOLETE
9183@c OBSOLETE @value{GDBN} considers two Chill variables mode equivalent if the sizes
9184@c OBSOLETE of the two modes are equal. This rule applies recursively to more
9185@c OBSOLETE complex datatypes which means that complex modes are treated
9186@c OBSOLETE equivalent if all element modes (which also can be complex modes like
9187@c OBSOLETE structures, arrays, etc.) have the same size.
9188@c OBSOLETE
9189@c OBSOLETE Range checking is done on all mathematical operations, assignment, array
9190@c OBSOLETE index bounds and all built in procedures.
9191@c OBSOLETE
9192@c OBSOLETE Strong type checks are forced using the @value{GDBN} command @code{set
9193@c OBSOLETE check strong}. This enforces strong type and range checks on all
9194@c OBSOLETE operations where Chill constructs are used (expressions, built in
9195@c OBSOLETE functions, etc.) in respect to the semantics as defined in the z.200
9196@c OBSOLETE language specification.
9197@c OBSOLETE
9198@c OBSOLETE All checks can be disabled by the @value{GDBN} command @code{set check
9199@c OBSOLETE off}.
9200@c OBSOLETE
9201@c OBSOLETE @ignore
9202@c OBSOLETE @c Deviations from the Chill Standard Z200/88
9203@c OBSOLETE see last paragraph ?
9204@c OBSOLETE @end ignore
9205@c OBSOLETE
9206@c OBSOLETE @node Chill defaults
9207@c OBSOLETE @subsubsection Chill defaults
9208@c OBSOLETE
9209@c OBSOLETE If type and range checking are set automatically by @value{GDBN}, they
9210@c OBSOLETE both default to @code{on} whenever the working language changes to
9211@c OBSOLETE Chill. This happens regardless of whether you or @value{GDBN}
9212@c OBSOLETE selected the working language.
9213@c OBSOLETE
9214@c OBSOLETE If you allow @value{GDBN} to set the language automatically, then entering
9215@c OBSOLETE code compiled from a file whose name ends with @file{.ch} sets the
9216@c OBSOLETE working language to Chill. @xref{Automatically, ,Having @value{GDBN} set
9217@c OBSOLETE the language automatically}, for further details.
cce74817 9218
6d2ebf8b 9219@node Symbols
c906108c
SS
9220@chapter Examining the Symbol Table
9221
d4f3574e 9222The commands described in this chapter allow you to inquire about the
c906108c
SS
9223symbols (names of variables, functions and types) defined in your
9224program. This information is inherent in the text of your program and
9225does not change as your program executes. @value{GDBN} finds it in your
9226program's symbol table, in the file indicated when you started @value{GDBN}
9227(@pxref{File Options, ,Choosing files}), or by one of the
9228file-management commands (@pxref{Files, ,Commands to specify files}).
9229
9230@cindex symbol names
9231@cindex names of symbols
9232@cindex quoting names
9233Occasionally, you may need to refer to symbols that contain unusual
9234characters, which @value{GDBN} ordinarily treats as word delimiters. The
9235most frequent case is in referring to static variables in other
9236source files (@pxref{Variables,,Program variables}). File names
9237are recorded in object files as debugging symbols, but @value{GDBN} would
9238ordinarily parse a typical file name, like @file{foo.c}, as the three words
9239@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9240@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9241
474c8240 9242@smallexample
c906108c 9243p 'foo.c'::x
474c8240 9244@end smallexample
c906108c
SS
9245
9246@noindent
9247looks up the value of @code{x} in the scope of the file @file{foo.c}.
9248
9249@table @code
9250@kindex info address
b37052ae 9251@cindex address of a symbol
c906108c
SS
9252@item info address @var{symbol}
9253Describe where the data for @var{symbol} is stored. For a register
9254variable, this says which register it is kept in. For a non-register
9255local variable, this prints the stack-frame offset at which the variable
9256is always stored.
9257
9258Note the contrast with @samp{print &@var{symbol}}, which does not work
9259at all for a register variable, and for a stack local variable prints
9260the exact address of the current instantiation of the variable.
9261
3d67e040 9262@kindex info symbol
b37052ae 9263@cindex symbol from address
3d67e040
EZ
9264@item info symbol @var{addr}
9265Print the name of a symbol which is stored at the address @var{addr}.
9266If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9267nearest symbol and an offset from it:
9268
474c8240 9269@smallexample
3d67e040
EZ
9270(@value{GDBP}) info symbol 0x54320
9271_initialize_vx + 396 in section .text
474c8240 9272@end smallexample
3d67e040
EZ
9273
9274@noindent
9275This is the opposite of the @code{info address} command. You can use
9276it to find out the name of a variable or a function given its address.
9277
c906108c 9278@kindex whatis
d4f3574e
SS
9279@item whatis @var{expr}
9280Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9281actually evaluated, and any side-effecting operations (such as
9282assignments or function calls) inside it do not take place.
9283@xref{Expressions, ,Expressions}.
9284
9285@item whatis
9286Print the data type of @code{$}, the last value in the value history.
9287
9288@kindex ptype
9289@item ptype @var{typename}
9290Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9291the name of a type, or for C code it may have the form @samp{class
9292@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9293@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9294
d4f3574e 9295@item ptype @var{expr}
c906108c 9296@itemx ptype
d4f3574e 9297Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9298differs from @code{whatis} by printing a detailed description, instead
9299of just the name of the type.
9300
9301For example, for this variable declaration:
9302
474c8240 9303@smallexample
c906108c 9304struct complex @{double real; double imag;@} v;
474c8240 9305@end smallexample
c906108c
SS
9306
9307@noindent
9308the two commands give this output:
9309
474c8240 9310@smallexample
c906108c
SS
9311@group
9312(@value{GDBP}) whatis v
9313type = struct complex
9314(@value{GDBP}) ptype v
9315type = struct complex @{
9316 double real;
9317 double imag;
9318@}
9319@end group
474c8240 9320@end smallexample
c906108c
SS
9321
9322@noindent
9323As with @code{whatis}, using @code{ptype} without an argument refers to
9324the type of @code{$}, the last value in the value history.
9325
9326@kindex info types
9327@item info types @var{regexp}
9328@itemx info types
d4f3574e 9329Print a brief description of all types whose names match @var{regexp}
c906108c
SS
9330(or all types in your program, if you supply no argument). Each
9331complete typename is matched as though it were a complete line; thus,
9332@samp{i type value} gives information on all types in your program whose
d4f3574e 9333names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
9334information only on types whose complete name is @code{value}.
9335
9336This command differs from @code{ptype} in two ways: first, like
9337@code{whatis}, it does not print a detailed description; second, it
9338lists all source files where a type is defined.
9339
b37052ae
EZ
9340@kindex info scope
9341@cindex local variables
9342@item info scope @var{addr}
9343List all the variables local to a particular scope. This command
9344accepts a location---a function name, a source line, or an address
9345preceded by a @samp{*}, and prints all the variables local to the
9346scope defined by that location. For example:
9347
9348@smallexample
9349(@value{GDBP}) @b{info scope command_line_handler}
9350Scope for command_line_handler:
9351Symbol rl is an argument at stack/frame offset 8, length 4.
9352Symbol linebuffer is in static storage at address 0x150a18, length 4.
9353Symbol linelength is in static storage at address 0x150a1c, length 4.
9354Symbol p is a local variable in register $esi, length 4.
9355Symbol p1 is a local variable in register $ebx, length 4.
9356Symbol nline is a local variable in register $edx, length 4.
9357Symbol repeat is a local variable at frame offset -8, length 4.
9358@end smallexample
9359
f5c37c66
EZ
9360@noindent
9361This command is especially useful for determining what data to collect
9362during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9363collect}.
9364
c906108c
SS
9365@kindex info source
9366@item info source
919d772c
JB
9367Show information about the current source file---that is, the source file for
9368the function containing the current point of execution:
9369@itemize @bullet
9370@item
9371the name of the source file, and the directory containing it,
9372@item
9373the directory it was compiled in,
9374@item
9375its length, in lines,
9376@item
9377which programming language it is written in,
9378@item
9379whether the executable includes debugging information for that file, and
9380if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9381@item
9382whether the debugging information includes information about
9383preprocessor macros.
9384@end itemize
9385
c906108c
SS
9386
9387@kindex info sources
9388@item info sources
9389Print the names of all source files in your program for which there is
9390debugging information, organized into two lists: files whose symbols
9391have already been read, and files whose symbols will be read when needed.
9392
9393@kindex info functions
9394@item info functions
9395Print the names and data types of all defined functions.
9396
9397@item info functions @var{regexp}
9398Print the names and data types of all defined functions
9399whose names contain a match for regular expression @var{regexp}.
9400Thus, @samp{info fun step} finds all functions whose names
9401include @code{step}; @samp{info fun ^step} finds those whose names
1c5dfdad
MS
9402start with @code{step}. If a function name contains characters
9403that conflict with the regular expression language (eg.
9404@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9405
9406@kindex info variables
9407@item info variables
9408Print the names and data types of all variables that are declared
6ca652b0 9409outside of functions (i.e.@: excluding local variables).
c906108c
SS
9410
9411@item info variables @var{regexp}
9412Print the names and data types of all variables (except for local
9413variables) whose names contain a match for regular expression
9414@var{regexp}.
9415
9416@ignore
9417This was never implemented.
9418@kindex info methods
9419@item info methods
9420@itemx info methods @var{regexp}
9421The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9422methods within C@t{++} program, or (with the @var{regexp} argument) a
9423specific set of methods found in the various C@t{++} classes. Many
9424C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9425from the @code{ptype} command can be overwhelming and hard to use. The
9426@code{info-methods} command filters the methods, printing only those
9427which match the regular-expression @var{regexp}.
9428@end ignore
9429
c906108c
SS
9430@cindex reloading symbols
9431Some systems allow individual object files that make up your program to
7a292a7a
SS
9432be replaced without stopping and restarting your program. For example,
9433in VxWorks you can simply recompile a defective object file and keep on
9434running. If you are running on one of these systems, you can allow
9435@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9436
9437@table @code
9438@kindex set symbol-reloading
9439@item set symbol-reloading on
9440Replace symbol definitions for the corresponding source file when an
9441object file with a particular name is seen again.
9442
9443@item set symbol-reloading off
6d2ebf8b
SS
9444Do not replace symbol definitions when encountering object files of the
9445same name more than once. This is the default state; if you are not
9446running on a system that permits automatic relinking of modules, you
9447should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9448may discard symbols when linking large programs, that may contain
9449several modules (from different directories or libraries) with the same
9450name.
c906108c
SS
9451
9452@kindex show symbol-reloading
9453@item show symbol-reloading
9454Show the current @code{on} or @code{off} setting.
9455@end table
c906108c 9456
c906108c
SS
9457@kindex set opaque-type-resolution
9458@item set opaque-type-resolution on
9459Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9460declared as a pointer to a @code{struct}, @code{class}, or
9461@code{union}---for example, @code{struct MyType *}---that is used in one
9462source file although the full declaration of @code{struct MyType} is in
9463another source file. The default is on.
9464
9465A change in the setting of this subcommand will not take effect until
9466the next time symbols for a file are loaded.
9467
9468@item set opaque-type-resolution off
9469Tell @value{GDBN} not to resolve opaque types. In this case, the type
9470is printed as follows:
9471@smallexample
9472@{<no data fields>@}
9473@end smallexample
9474
9475@kindex show opaque-type-resolution
9476@item show opaque-type-resolution
9477Show whether opaque types are resolved or not.
c906108c
SS
9478
9479@kindex maint print symbols
9480@cindex symbol dump
9481@kindex maint print psymbols
9482@cindex partial symbol dump
9483@item maint print symbols @var{filename}
9484@itemx maint print psymbols @var{filename}
9485@itemx maint print msymbols @var{filename}
9486Write a dump of debugging symbol data into the file @var{filename}.
9487These commands are used to debug the @value{GDBN} symbol-reading code. Only
9488symbols with debugging data are included. If you use @samp{maint print
9489symbols}, @value{GDBN} includes all the symbols for which it has already
9490collected full details: that is, @var{filename} reflects symbols for
9491only those files whose symbols @value{GDBN} has read. You can use the
9492command @code{info sources} to find out which files these are. If you
9493use @samp{maint print psymbols} instead, the dump shows information about
9494symbols that @value{GDBN} only knows partially---that is, symbols defined in
9495files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9496@samp{maint print msymbols} dumps just the minimal symbol information
9497required for each object file from which @value{GDBN} has read some symbols.
9498@xref{Files, ,Commands to specify files}, for a discussion of how
9499@value{GDBN} reads symbols (in the description of @code{symbol-file}).
9500@end table
9501
6d2ebf8b 9502@node Altering
c906108c
SS
9503@chapter Altering Execution
9504
9505Once you think you have found an error in your program, you might want to
9506find out for certain whether correcting the apparent error would lead to
9507correct results in the rest of the run. You can find the answer by
9508experiment, using the @value{GDBN} features for altering execution of the
9509program.
9510
9511For example, you can store new values into variables or memory
7a292a7a
SS
9512locations, give your program a signal, restart it at a different
9513address, or even return prematurely from a function.
c906108c
SS
9514
9515@menu
9516* Assignment:: Assignment to variables
9517* Jumping:: Continuing at a different address
c906108c 9518* Signaling:: Giving your program a signal
c906108c
SS
9519* Returning:: Returning from a function
9520* Calling:: Calling your program's functions
9521* Patching:: Patching your program
9522@end menu
9523
6d2ebf8b 9524@node Assignment
c906108c
SS
9525@section Assignment to variables
9526
9527@cindex assignment
9528@cindex setting variables
9529To alter the value of a variable, evaluate an assignment expression.
9530@xref{Expressions, ,Expressions}. For example,
9531
474c8240 9532@smallexample
c906108c 9533print x=4
474c8240 9534@end smallexample
c906108c
SS
9535
9536@noindent
9537stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9538value of the assignment expression (which is 4).
c906108c
SS
9539@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9540information on operators in supported languages.
c906108c
SS
9541
9542@kindex set variable
9543@cindex variables, setting
9544If you are not interested in seeing the value of the assignment, use the
9545@code{set} command instead of the @code{print} command. @code{set} is
9546really the same as @code{print} except that the expression's value is
9547not printed and is not put in the value history (@pxref{Value History,
9548,Value history}). The expression is evaluated only for its effects.
9549
c906108c
SS
9550If the beginning of the argument string of the @code{set} command
9551appears identical to a @code{set} subcommand, use the @code{set
9552variable} command instead of just @code{set}. This command is identical
9553to @code{set} except for its lack of subcommands. For example, if your
9554program has a variable @code{width}, you get an error if you try to set
9555a new value with just @samp{set width=13}, because @value{GDBN} has the
9556command @code{set width}:
9557
474c8240 9558@smallexample
c906108c
SS
9559(@value{GDBP}) whatis width
9560type = double
9561(@value{GDBP}) p width
9562$4 = 13
9563(@value{GDBP}) set width=47
9564Invalid syntax in expression.
474c8240 9565@end smallexample
c906108c
SS
9566
9567@noindent
9568The invalid expression, of course, is @samp{=47}. In
9569order to actually set the program's variable @code{width}, use
9570
474c8240 9571@smallexample
c906108c 9572(@value{GDBP}) set var width=47
474c8240 9573@end smallexample
53a5351d 9574
c906108c
SS
9575Because the @code{set} command has many subcommands that can conflict
9576with the names of program variables, it is a good idea to use the
9577@code{set variable} command instead of just @code{set}. For example, if
9578your program has a variable @code{g}, you run into problems if you try
9579to set a new value with just @samp{set g=4}, because @value{GDBN} has
9580the command @code{set gnutarget}, abbreviated @code{set g}:
9581
474c8240 9582@smallexample
c906108c
SS
9583@group
9584(@value{GDBP}) whatis g
9585type = double
9586(@value{GDBP}) p g
9587$1 = 1
9588(@value{GDBP}) set g=4
2df3850c 9589(@value{GDBP}) p g
c906108c
SS
9590$2 = 1
9591(@value{GDBP}) r
9592The program being debugged has been started already.
9593Start it from the beginning? (y or n) y
9594Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9595"/home/smith/cc_progs/a.out": can't open to read symbols:
9596 Invalid bfd target.
c906108c
SS
9597(@value{GDBP}) show g
9598The current BFD target is "=4".
9599@end group
474c8240 9600@end smallexample
c906108c
SS
9601
9602@noindent
9603The program variable @code{g} did not change, and you silently set the
9604@code{gnutarget} to an invalid value. In order to set the variable
9605@code{g}, use
9606
474c8240 9607@smallexample
c906108c 9608(@value{GDBP}) set var g=4
474c8240 9609@end smallexample
c906108c
SS
9610
9611@value{GDBN} allows more implicit conversions in assignments than C; you can
9612freely store an integer value into a pointer variable or vice versa,
9613and you can convert any structure to any other structure that is the
9614same length or shorter.
9615@comment FIXME: how do structs align/pad in these conversions?
9616@comment /doc@cygnus.com 18dec1990
9617
9618To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9619construct to generate a value of specified type at a specified address
9620(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9621to memory location @code{0x83040} as an integer (which implies a certain size
9622and representation in memory), and
9623
474c8240 9624@smallexample
c906108c 9625set @{int@}0x83040 = 4
474c8240 9626@end smallexample
c906108c
SS
9627
9628@noindent
9629stores the value 4 into that memory location.
9630
6d2ebf8b 9631@node Jumping
c906108c
SS
9632@section Continuing at a different address
9633
9634Ordinarily, when you continue your program, you do so at the place where
9635it stopped, with the @code{continue} command. You can instead continue at
9636an address of your own choosing, with the following commands:
9637
9638@table @code
9639@kindex jump
9640@item jump @var{linespec}
9641Resume execution at line @var{linespec}. Execution stops again
9642immediately if there is a breakpoint there. @xref{List, ,Printing
9643source lines}, for a description of the different forms of
9644@var{linespec}. It is common practice to use the @code{tbreak} command
9645in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9646breakpoints}.
9647
9648The @code{jump} command does not change the current stack frame, or
9649the stack pointer, or the contents of any memory location or any
9650register other than the program counter. If line @var{linespec} is in
9651a different function from the one currently executing, the results may
9652be bizarre if the two functions expect different patterns of arguments or
9653of local variables. For this reason, the @code{jump} command requests
9654confirmation if the specified line is not in the function currently
9655executing. However, even bizarre results are predictable if you are
9656well acquainted with the machine-language code of your program.
9657
9658@item jump *@var{address}
9659Resume execution at the instruction at address @var{address}.
9660@end table
9661
c906108c 9662@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9663On many systems, you can get much the same effect as the @code{jump}
9664command by storing a new value into the register @code{$pc}. The
9665difference is that this does not start your program running; it only
9666changes the address of where it @emph{will} run when you continue. For
9667example,
c906108c 9668
474c8240 9669@smallexample
c906108c 9670set $pc = 0x485
474c8240 9671@end smallexample
c906108c
SS
9672
9673@noindent
9674makes the next @code{continue} command or stepping command execute at
9675address @code{0x485}, rather than at the address where your program stopped.
9676@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9677
9678The most common occasion to use the @code{jump} command is to back
9679up---perhaps with more breakpoints set---over a portion of a program
9680that has already executed, in order to examine its execution in more
9681detail.
9682
c906108c 9683@c @group
6d2ebf8b 9684@node Signaling
c906108c
SS
9685@section Giving your program a signal
9686
9687@table @code
9688@kindex signal
9689@item signal @var{signal}
9690Resume execution where your program stopped, but immediately give it the
9691signal @var{signal}. @var{signal} can be the name or the number of a
9692signal. For example, on many systems @code{signal 2} and @code{signal
9693SIGINT} are both ways of sending an interrupt signal.
9694
9695Alternatively, if @var{signal} is zero, continue execution without
9696giving a signal. This is useful when your program stopped on account of
9697a signal and would ordinary see the signal when resumed with the
9698@code{continue} command; @samp{signal 0} causes it to resume without a
9699signal.
9700
9701@code{signal} does not repeat when you press @key{RET} a second time
9702after executing the command.
9703@end table
9704@c @end group
9705
9706Invoking the @code{signal} command is not the same as invoking the
9707@code{kill} utility from the shell. Sending a signal with @code{kill}
9708causes @value{GDBN} to decide what to do with the signal depending on
9709the signal handling tables (@pxref{Signals}). The @code{signal} command
9710passes the signal directly to your program.
9711
c906108c 9712
6d2ebf8b 9713@node Returning
c906108c
SS
9714@section Returning from a function
9715
9716@table @code
9717@cindex returning from a function
9718@kindex return
9719@item return
9720@itemx return @var{expression}
9721You can cancel execution of a function call with the @code{return}
9722command. If you give an
9723@var{expression} argument, its value is used as the function's return
9724value.
9725@end table
9726
9727When you use @code{return}, @value{GDBN} discards the selected stack frame
9728(and all frames within it). You can think of this as making the
9729discarded frame return prematurely. If you wish to specify a value to
9730be returned, give that value as the argument to @code{return}.
9731
9732This pops the selected stack frame (@pxref{Selection, ,Selecting a
9733frame}), and any other frames inside of it, leaving its caller as the
9734innermost remaining frame. That frame becomes selected. The
9735specified value is stored in the registers used for returning values
9736of functions.
9737
9738The @code{return} command does not resume execution; it leaves the
9739program stopped in the state that would exist if the function had just
9740returned. In contrast, the @code{finish} command (@pxref{Continuing
9741and Stepping, ,Continuing and stepping}) resumes execution until the
9742selected stack frame returns naturally.
9743
6d2ebf8b 9744@node Calling
c906108c
SS
9745@section Calling program functions
9746
9747@cindex calling functions
9748@kindex call
9749@table @code
9750@item call @var{expr}
9751Evaluate the expression @var{expr} without displaying @code{void}
9752returned values.
9753@end table
9754
9755You can use this variant of the @code{print} command if you want to
9756execute a function from your program, but without cluttering the output
5d161b24
DB
9757with @code{void} returned values. If the result is not void, it
9758is printed and saved in the value history.
c906108c 9759
6d2ebf8b 9760@node Patching
c906108c 9761@section Patching programs
7a292a7a 9762
c906108c
SS
9763@cindex patching binaries
9764@cindex writing into executables
c906108c 9765@cindex writing into corefiles
c906108c 9766
7a292a7a
SS
9767By default, @value{GDBN} opens the file containing your program's
9768executable code (or the corefile) read-only. This prevents accidental
9769alterations to machine code; but it also prevents you from intentionally
9770patching your program's binary.
c906108c
SS
9771
9772If you'd like to be able to patch the binary, you can specify that
9773explicitly with the @code{set write} command. For example, you might
9774want to turn on internal debugging flags, or even to make emergency
9775repairs.
9776
9777@table @code
9778@kindex set write
9779@item set write on
9780@itemx set write off
7a292a7a
SS
9781If you specify @samp{set write on}, @value{GDBN} opens executable and
9782core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9783off} (the default), @value{GDBN} opens them read-only.
9784
9785If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9786@code{exec-file} or @code{core-file} command) after changing @code{set
9787write}, for your new setting to take effect.
c906108c
SS
9788
9789@item show write
9790@kindex show write
7a292a7a
SS
9791Display whether executable files and core files are opened for writing
9792as well as reading.
c906108c
SS
9793@end table
9794
6d2ebf8b 9795@node GDB Files
c906108c
SS
9796@chapter @value{GDBN} Files
9797
7a292a7a
SS
9798@value{GDBN} needs to know the file name of the program to be debugged,
9799both in order to read its symbol table and in order to start your
9800program. To debug a core dump of a previous run, you must also tell
9801@value{GDBN} the name of the core dump file.
c906108c
SS
9802
9803@menu
9804* Files:: Commands to specify files
9805* Symbol Errors:: Errors reading symbol files
9806@end menu
9807
6d2ebf8b 9808@node Files
c906108c 9809@section Commands to specify files
c906108c 9810
7a292a7a 9811@cindex symbol table
c906108c 9812@cindex core dump file
7a292a7a
SS
9813
9814You may want to specify executable and core dump file names. The usual
9815way to do this is at start-up time, using the arguments to
9816@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9817Out of @value{GDBN}}).
c906108c
SS
9818
9819Occasionally it is necessary to change to a different file during a
9820@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9821a file you want to use. In these situations the @value{GDBN} commands
9822to specify new files are useful.
9823
9824@table @code
9825@cindex executable file
9826@kindex file
9827@item file @var{filename}
9828Use @var{filename} as the program to be debugged. It is read for its
9829symbols and for the contents of pure memory. It is also the program
9830executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9831directory and the file is not found in the @value{GDBN} working directory,
9832@value{GDBN} uses the environment variable @code{PATH} as a list of
9833directories to search, just as the shell does when looking for a program
9834to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9835and your program, using the @code{path} command.
9836
6d2ebf8b 9837On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9838@file{@var{filename}.syms} may hold symbol table information for
9839@var{filename}. If so, @value{GDBN} maps in the symbol table from
9840@file{@var{filename}.syms}, starting up more quickly. See the
9841descriptions of the file options @samp{-mapped} and @samp{-readnow}
9842(available on the command line, and with the commands @code{file},
5d161b24 9843@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9844for more information.
c906108c
SS
9845
9846@item file
9847@code{file} with no argument makes @value{GDBN} discard any information it
9848has on both executable file and the symbol table.
9849
9850@kindex exec-file
9851@item exec-file @r{[} @var{filename} @r{]}
9852Specify that the program to be run (but not the symbol table) is found
9853in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9854if necessary to locate your program. Omitting @var{filename} means to
9855discard information on the executable file.
9856
9857@kindex symbol-file
9858@item symbol-file @r{[} @var{filename} @r{]}
9859Read symbol table information from file @var{filename}. @code{PATH} is
9860searched when necessary. Use the @code{file} command to get both symbol
9861table and program to run from the same file.
9862
9863@code{symbol-file} with no argument clears out @value{GDBN} information on your
9864program's symbol table.
9865
5d161b24 9866The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9867of its convenience variables, the value history, and all breakpoints and
9868auto-display expressions. This is because they may contain pointers to
9869the internal data recording symbols and data types, which are part of
9870the old symbol table data being discarded inside @value{GDBN}.
9871
9872@code{symbol-file} does not repeat if you press @key{RET} again after
9873executing it once.
9874
9875When @value{GDBN} is configured for a particular environment, it
9876understands debugging information in whatever format is the standard
9877generated for that environment; you may use either a @sc{gnu} compiler, or
9878other compilers that adhere to the local conventions.
c906108c
SS
9879Best results are usually obtained from @sc{gnu} compilers; for example,
9880using @code{@value{GCC}} you can generate debugging information for
9881optimized code.
c906108c
SS
9882
9883For most kinds of object files, with the exception of old SVR3 systems
9884using COFF, the @code{symbol-file} command does not normally read the
9885symbol table in full right away. Instead, it scans the symbol table
9886quickly to find which source files and which symbols are present. The
9887details are read later, one source file at a time, as they are needed.
9888
9889The purpose of this two-stage reading strategy is to make @value{GDBN}
9890start up faster. For the most part, it is invisible except for
9891occasional pauses while the symbol table details for a particular source
9892file are being read. (The @code{set verbose} command can turn these
9893pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9894warnings and messages}.)
9895
c906108c
SS
9896We have not implemented the two-stage strategy for COFF yet. When the
9897symbol table is stored in COFF format, @code{symbol-file} reads the
9898symbol table data in full right away. Note that ``stabs-in-COFF''
9899still does the two-stage strategy, since the debug info is actually
9900in stabs format.
9901
9902@kindex readnow
9903@cindex reading symbols immediately
9904@cindex symbols, reading immediately
9905@kindex mapped
9906@cindex memory-mapped symbol file
9907@cindex saving symbol table
9908@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9909@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9910You can override the @value{GDBN} two-stage strategy for reading symbol
9911tables by using the @samp{-readnow} option with any of the commands that
9912load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9913entire symbol table available.
c906108c 9914
c906108c
SS
9915If memory-mapped files are available on your system through the
9916@code{mmap} system call, you can use another option, @samp{-mapped}, to
9917cause @value{GDBN} to write the symbols for your program into a reusable
9918file. Future @value{GDBN} debugging sessions map in symbol information
9919from this auxiliary symbol file (if the program has not changed), rather
9920than spending time reading the symbol table from the executable
9921program. Using the @samp{-mapped} option has the same effect as
9922starting @value{GDBN} with the @samp{-mapped} command-line option.
9923
9924You can use both options together, to make sure the auxiliary symbol
9925file has all the symbol information for your program.
9926
9927The auxiliary symbol file for a program called @var{myprog} is called
9928@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9929than the corresponding executable), @value{GDBN} always attempts to use
9930it when you debug @var{myprog}; no special options or commands are
9931needed.
9932
9933The @file{.syms} file is specific to the host machine where you run
9934@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9935symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9936
9937@c FIXME: for now no mention of directories, since this seems to be in
9938@c flux. 13mar1992 status is that in theory GDB would look either in
9939@c current dir or in same dir as myprog; but issues like competing
9940@c GDB's, or clutter in system dirs, mean that in practice right now
9941@c only current dir is used. FFish says maybe a special GDB hierarchy
9942@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9943@c files.
9944
9945@kindex core
9946@kindex core-file
9947@item core-file @r{[} @var{filename} @r{]}
9948Specify the whereabouts of a core dump file to be used as the ``contents
9949of memory''. Traditionally, core files contain only some parts of the
9950address space of the process that generated them; @value{GDBN} can access the
9951executable file itself for other parts.
9952
9953@code{core-file} with no argument specifies that no core file is
9954to be used.
9955
9956Note that the core file is ignored when your program is actually running
7a292a7a
SS
9957under @value{GDBN}. So, if you have been running your program and you
9958wish to debug a core file instead, you must kill the subprocess in which
9959the program is running. To do this, use the @code{kill} command
c906108c 9960(@pxref{Kill Process, ,Killing the child process}).
c906108c 9961
c906108c
SS
9962@kindex add-symbol-file
9963@cindex dynamic linking
9964@item add-symbol-file @var{filename} @var{address}
9965@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9966@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9967The @code{add-symbol-file} command reads additional symbol table
9968information from the file @var{filename}. You would use this command
9969when @var{filename} has been dynamically loaded (by some other means)
9970into the program that is running. @var{address} should be the memory
9971address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9972this out for itself. You can additionally specify an arbitrary number
9973of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9974section name and base address for that section. You can specify any
9975@var{address} as an expression.
c906108c
SS
9976
9977The symbol table of the file @var{filename} is added to the symbol table
9978originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9979@code{add-symbol-file} command any number of times; the new symbol data
9980thus read keeps adding to the old. To discard all old symbol data
9981instead, use the @code{symbol-file} command without any arguments.
c906108c 9982
17d9d558
JB
9983@cindex relocatable object files, reading symbols from
9984@cindex object files, relocatable, reading symbols from
9985@cindex reading symbols from relocatable object files
9986@cindex symbols, reading from relocatable object files
9987@cindex @file{.o} files, reading symbols from
9988Although @var{filename} is typically a shared library file, an
9989executable file, or some other object file which has been fully
9990relocated for loading into a process, you can also load symbolic
9991information from relocatable @file{.o} files, as long as:
9992
9993@itemize @bullet
9994@item
9995the file's symbolic information refers only to linker symbols defined in
9996that file, not to symbols defined by other object files,
9997@item
9998every section the file's symbolic information refers to has actually
9999been loaded into the inferior, as it appears in the file, and
10000@item
10001you can determine the address at which every section was loaded, and
10002provide these to the @code{add-symbol-file} command.
10003@end itemize
10004
10005@noindent
10006Some embedded operating systems, like Sun Chorus and VxWorks, can load
10007relocatable files into an already running program; such systems
10008typically make the requirements above easy to meet. However, it's
10009important to recognize that many native systems use complex link
10010procedures (@code{.linkonce} section factoring and C++ constructor table
10011assembly, for example) that make the requirements difficult to meet. In
10012general, one cannot assume that using @code{add-symbol-file} to read a
10013relocatable object file's symbolic information will have the same effect
10014as linking the relocatable object file into the program in the normal
10015way.
10016
c906108c
SS
10017@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10018
10019You can use the @samp{-mapped} and @samp{-readnow} options just as with
10020the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10021table information for @var{filename}.
10022
10023@kindex add-shared-symbol-file
10024@item add-shared-symbol-file
10025The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
10026operating system for the Motorola 88k. @value{GDBN} automatically looks for
10027shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 10028@code{add-shared-symbol-file}. It takes no arguments.
c906108c 10029
c906108c
SS
10030@kindex section
10031@item section
5d161b24
DB
10032The @code{section} command changes the base address of section SECTION of
10033the exec file to ADDR. This can be used if the exec file does not contain
10034section addresses, (such as in the a.out format), or when the addresses
10035specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
10036separately. The @code{info files} command, described below, lists all
10037the sections and their addresses.
c906108c
SS
10038
10039@kindex info files
10040@kindex info target
10041@item info files
10042@itemx info target
7a292a7a
SS
10043@code{info files} and @code{info target} are synonymous; both print the
10044current target (@pxref{Targets, ,Specifying a Debugging Target}),
10045including the names of the executable and core dump files currently in
10046use by @value{GDBN}, and the files from which symbols were loaded. The
10047command @code{help target} lists all possible targets rather than
10048current ones.
10049
fe95c787
MS
10050@kindex maint info sections
10051@item maint info sections
10052Another command that can give you extra information about program sections
10053is @code{maint info sections}. In addition to the section information
10054displayed by @code{info files}, this command displays the flags and file
10055offset of each section in the executable and core dump files. In addition,
10056@code{maint info sections} provides the following command options (which
10057may be arbitrarily combined):
10058
10059@table @code
10060@item ALLOBJ
10061Display sections for all loaded object files, including shared libraries.
10062@item @var{sections}
6600abed 10063Display info only for named @var{sections}.
fe95c787
MS
10064@item @var{section-flags}
10065Display info only for sections for which @var{section-flags} are true.
10066The section flags that @value{GDBN} currently knows about are:
10067@table @code
10068@item ALLOC
10069Section will have space allocated in the process when loaded.
10070Set for all sections except those containing debug information.
10071@item LOAD
10072Section will be loaded from the file into the child process memory.
10073Set for pre-initialized code and data, clear for @code{.bss} sections.
10074@item RELOC
10075Section needs to be relocated before loading.
10076@item READONLY
10077Section cannot be modified by the child process.
10078@item CODE
10079Section contains executable code only.
6600abed 10080@item DATA
fe95c787
MS
10081Section contains data only (no executable code).
10082@item ROM
10083Section will reside in ROM.
10084@item CONSTRUCTOR
10085Section contains data for constructor/destructor lists.
10086@item HAS_CONTENTS
10087Section is not empty.
10088@item NEVER_LOAD
10089An instruction to the linker to not output the section.
10090@item COFF_SHARED_LIBRARY
10091A notification to the linker that the section contains
10092COFF shared library information.
10093@item IS_COMMON
10094Section contains common symbols.
10095@end table
10096@end table
6763aef9
MS
10097@kindex set trust-readonly-sections
10098@item set trust-readonly-sections on
10099Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10100really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10101In that case, @value{GDBN} can fetch values from these sections
10102out of the object file, rather than from the target program.
10103For some targets (notably embedded ones), this can be a significant
10104enhancement to debugging performance.
10105
10106The default is off.
10107
10108@item set trust-readonly-sections off
15110bc3 10109Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10110the contents of the section might change while the program is running,
10111and must therefore be fetched from the target when needed.
c906108c
SS
10112@end table
10113
10114All file-specifying commands allow both absolute and relative file names
10115as arguments. @value{GDBN} always converts the file name to an absolute file
10116name and remembers it that way.
10117
c906108c 10118@cindex shared libraries
c906108c
SS
10119@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
10120libraries.
53a5351d 10121
c906108c
SS
10122@value{GDBN} automatically loads symbol definitions from shared libraries
10123when you use the @code{run} command, or when you examine a core file.
10124(Before you issue the @code{run} command, @value{GDBN} does not understand
10125references to a function in a shared library, however---unless you are
10126debugging a core file).
53a5351d
JM
10127
10128On HP-UX, if the program loads a library explicitly, @value{GDBN}
10129automatically loads the symbols at the time of the @code{shl_load} call.
10130
c906108c
SS
10131@c FIXME: some @value{GDBN} release may permit some refs to undef
10132@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10133@c FIXME...lib; check this from time to time when updating manual
10134
b7209cb4
FF
10135There are times, however, when you may wish to not automatically load
10136symbol definitions from shared libraries, such as when they are
10137particularly large or there are many of them.
10138
10139To control the automatic loading of shared library symbols, use the
10140commands:
10141
10142@table @code
10143@kindex set auto-solib-add
10144@item set auto-solib-add @var{mode}
10145If @var{mode} is @code{on}, symbols from all shared object libraries
10146will be loaded automatically when the inferior begins execution, you
10147attach to an independently started inferior, or when the dynamic linker
10148informs @value{GDBN} that a new library has been loaded. If @var{mode}
10149is @code{off}, symbols must be loaded manually, using the
10150@code{sharedlibrary} command. The default value is @code{on}.
10151
10152@kindex show auto-solib-add
10153@item show auto-solib-add
10154Display the current autoloading mode.
10155@end table
10156
10157To explicitly load shared library symbols, use the @code{sharedlibrary}
10158command:
10159
c906108c
SS
10160@table @code
10161@kindex info sharedlibrary
10162@kindex info share
10163@item info share
10164@itemx info sharedlibrary
10165Print the names of the shared libraries which are currently loaded.
10166
10167@kindex sharedlibrary
10168@kindex share
10169@item sharedlibrary @var{regex}
10170@itemx share @var{regex}
c906108c
SS
10171Load shared object library symbols for files matching a
10172Unix regular expression.
10173As with files loaded automatically, it only loads shared libraries
10174required by your program for a core file or after typing @code{run}. If
10175@var{regex} is omitted all shared libraries required by your program are
10176loaded.
10177@end table
10178
b7209cb4
FF
10179On some systems, such as HP-UX systems, @value{GDBN} supports
10180autoloading shared library symbols until a limiting threshold size is
10181reached. This provides the benefit of allowing autoloading to remain on
10182by default, but avoids autoloading excessively large shared libraries,
10183up to a threshold that is initially set, but which you can modify if you
10184wish.
c906108c
SS
10185
10186Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10187loaded. To load these symbols, use the command @code{sharedlibrary
10188@var{filename}}. The base address of the shared library is determined
c906108c
SS
10189automatically by @value{GDBN} and need not be specified.
10190
10191To display or set the threshold, use the commands:
10192
10193@table @code
b7209cb4
FF
10194@kindex set auto-solib-limit
10195@item set auto-solib-limit @var{threshold}
10196Set the autoloading size threshold, in an integral number of megabytes.
10197If @var{threshold} is nonzero and shared library autoloading is enabled,
10198symbols from all shared object libraries will be loaded until the total
10199size of the loaded shared library symbols exceeds this threshold.
c906108c 10200Otherwise, symbols must be loaded manually, using the
6ca652b0 10201@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10202Mb).
c906108c 10203
b7209cb4
FF
10204@kindex show auto-solib-limit
10205@item show auto-solib-limit
c906108c
SS
10206Display the current autoloading size threshold, in megabytes.
10207@end table
c906108c 10208
6d2ebf8b 10209@node Symbol Errors
c906108c
SS
10210@section Errors reading symbol files
10211
10212While reading a symbol file, @value{GDBN} occasionally encounters problems,
10213such as symbol types it does not recognize, or known bugs in compiler
10214output. By default, @value{GDBN} does not notify you of such problems, since
10215they are relatively common and primarily of interest to people
10216debugging compilers. If you are interested in seeing information
10217about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10218only one message about each such type of problem, no matter how many
10219times the problem occurs; or you can ask @value{GDBN} to print more messages,
10220to see how many times the problems occur, with the @code{set
10221complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10222messages}).
10223
10224The messages currently printed, and their meanings, include:
10225
10226@table @code
10227@item inner block not inside outer block in @var{symbol}
10228
10229The symbol information shows where symbol scopes begin and end
10230(such as at the start of a function or a block of statements). This
10231error indicates that an inner scope block is not fully contained
10232in its outer scope blocks.
10233
10234@value{GDBN} circumvents the problem by treating the inner block as if it had
10235the same scope as the outer block. In the error message, @var{symbol}
10236may be shown as ``@code{(don't know)}'' if the outer block is not a
10237function.
10238
10239@item block at @var{address} out of order
10240
10241The symbol information for symbol scope blocks should occur in
10242order of increasing addresses. This error indicates that it does not
10243do so.
10244
10245@value{GDBN} does not circumvent this problem, and has trouble
10246locating symbols in the source file whose symbols it is reading. (You
10247can often determine what source file is affected by specifying
10248@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10249messages}.)
10250
10251@item bad block start address patched
10252
10253The symbol information for a symbol scope block has a start address
10254smaller than the address of the preceding source line. This is known
10255to occur in the SunOS 4.1.1 (and earlier) C compiler.
10256
10257@value{GDBN} circumvents the problem by treating the symbol scope block as
10258starting on the previous source line.
10259
10260@item bad string table offset in symbol @var{n}
10261
10262@cindex foo
10263Symbol number @var{n} contains a pointer into the string table which is
10264larger than the size of the string table.
10265
10266@value{GDBN} circumvents the problem by considering the symbol to have the
10267name @code{foo}, which may cause other problems if many symbols end up
10268with this name.
10269
10270@item unknown symbol type @code{0x@var{nn}}
10271
7a292a7a
SS
10272The symbol information contains new data types that @value{GDBN} does
10273not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10274uncomprehended information, in hexadecimal.
c906108c 10275
7a292a7a
SS
10276@value{GDBN} circumvents the error by ignoring this symbol information.
10277This usually allows you to debug your program, though certain symbols
c906108c 10278are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10279debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10280on @code{complain}, then go up to the function @code{read_dbx_symtab}
10281and examine @code{*bufp} to see the symbol.
c906108c
SS
10282
10283@item stub type has NULL name
c906108c 10284
7a292a7a 10285@value{GDBN} could not find the full definition for a struct or class.
c906108c 10286
7a292a7a 10287@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10288The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10289information that recent versions of the compiler should have output for
10290it.
c906108c
SS
10291
10292@item info mismatch between compiler and debugger
10293
10294@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10295
c906108c
SS
10296@end table
10297
6d2ebf8b 10298@node Targets
c906108c 10299@chapter Specifying a Debugging Target
7a292a7a 10300
c906108c
SS
10301@cindex debugging target
10302@kindex target
10303
10304A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10305
10306Often, @value{GDBN} runs in the same host environment as your program;
10307in that case, the debugging target is specified as a side effect when
10308you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10309flexibility---for example, running @value{GDBN} on a physically separate
10310host, or controlling a standalone system over a serial port or a
53a5351d
JM
10311realtime system over a TCP/IP connection---you can use the @code{target}
10312command to specify one of the target types configured for @value{GDBN}
10313(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10314
10315@menu
10316* Active Targets:: Active targets
10317* Target Commands:: Commands for managing targets
c906108c
SS
10318* Byte Order:: Choosing target byte order
10319* Remote:: Remote debugging
96baa820 10320* KOD:: Kernel Object Display
c906108c
SS
10321
10322@end menu
10323
6d2ebf8b 10324@node Active Targets
c906108c 10325@section Active targets
7a292a7a 10326
c906108c
SS
10327@cindex stacking targets
10328@cindex active targets
10329@cindex multiple targets
10330
c906108c 10331There are three classes of targets: processes, core files, and
7a292a7a
SS
10332executable files. @value{GDBN} can work concurrently on up to three
10333active targets, one in each class. This allows you to (for example)
10334start a process and inspect its activity without abandoning your work on
10335a core file.
c906108c
SS
10336
10337For example, if you execute @samp{gdb a.out}, then the executable file
10338@code{a.out} is the only active target. If you designate a core file as
10339well---presumably from a prior run that crashed and coredumped---then
10340@value{GDBN} has two active targets and uses them in tandem, looking
10341first in the corefile target, then in the executable file, to satisfy
10342requests for memory addresses. (Typically, these two classes of target
10343are complementary, since core files contain only a program's
10344read-write memory---variables and so on---plus machine status, while
10345executable files contain only the program text and initialized data.)
c906108c
SS
10346
10347When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10348target as well. When a process target is active, all @value{GDBN}
10349commands requesting memory addresses refer to that target; addresses in
10350an active core file or executable file target are obscured while the
10351process target is active.
c906108c 10352
7a292a7a
SS
10353Use the @code{core-file} and @code{exec-file} commands to select a new
10354core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10355files}). To specify as a target a process that is already running, use
7a292a7a
SS
10356the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10357process}).
c906108c 10358
6d2ebf8b 10359@node Target Commands
c906108c
SS
10360@section Commands for managing targets
10361
10362@table @code
10363@item target @var{type} @var{parameters}
7a292a7a
SS
10364Connects the @value{GDBN} host environment to a target machine or
10365process. A target is typically a protocol for talking to debugging
10366facilities. You use the argument @var{type} to specify the type or
10367protocol of the target machine.
c906108c
SS
10368
10369Further @var{parameters} are interpreted by the target protocol, but
10370typically include things like device names or host names to connect
10371with, process numbers, and baud rates.
c906108c
SS
10372
10373The @code{target} command does not repeat if you press @key{RET} again
10374after executing the command.
10375
10376@kindex help target
10377@item help target
10378Displays the names of all targets available. To display targets
10379currently selected, use either @code{info target} or @code{info files}
10380(@pxref{Files, ,Commands to specify files}).
10381
10382@item help target @var{name}
10383Describe a particular target, including any parameters necessary to
10384select it.
10385
10386@kindex set gnutarget
10387@item set gnutarget @var{args}
5d161b24 10388@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10389knows whether it is reading an @dfn{executable},
5d161b24
DB
10390a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10391with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10392with @code{gnutarget} the @code{target} refers to a program, not a machine.
10393
d4f3574e 10394@quotation
c906108c
SS
10395@emph{Warning:} To specify a file format with @code{set gnutarget},
10396you must know the actual BFD name.
d4f3574e 10397@end quotation
c906108c 10398
d4f3574e
SS
10399@noindent
10400@xref{Files, , Commands to specify files}.
c906108c 10401
5d161b24 10402@kindex show gnutarget
c906108c
SS
10403@item show gnutarget
10404Use the @code{show gnutarget} command to display what file format
10405@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10406@value{GDBN} will determine the file format for each file automatically,
10407and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10408@end table
10409
c906108c
SS
10410Here are some common targets (available, or not, depending on the GDB
10411configuration):
c906108c
SS
10412
10413@table @code
10414@kindex target exec
10415@item target exec @var{program}
10416An executable file. @samp{target exec @var{program}} is the same as
10417@samp{exec-file @var{program}}.
10418
c906108c
SS
10419@kindex target core
10420@item target core @var{filename}
10421A core dump file. @samp{target core @var{filename}} is the same as
10422@samp{core-file @var{filename}}.
c906108c
SS
10423
10424@kindex target remote
10425@item target remote @var{dev}
10426Remote serial target in GDB-specific protocol. The argument @var{dev}
10427specifies what serial device to use for the connection (e.g.
10428@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10429supports the @code{load} command. This is only useful if you have
c906108c
SS
10430some other way of getting the stub to the target system, and you can put
10431it somewhere in memory where it won't get clobbered by the download.
10432
c906108c
SS
10433@kindex target sim
10434@item target sim
2df3850c 10435Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10436In general,
474c8240 10437@smallexample
104c1213
JM
10438 target sim
10439 load
10440 run
474c8240 10441@end smallexample
d4f3574e 10442@noindent
104c1213 10443works; however, you cannot assume that a specific memory map, device
d4f3574e 10444drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10445provide these. For info about any processor-specific simulator details,
10446see the appropriate section in @ref{Embedded Processors, ,Embedded
10447Processors}.
10448
c906108c
SS
10449@end table
10450
104c1213 10451Some configurations may include these targets as well:
c906108c
SS
10452
10453@table @code
10454
c906108c
SS
10455@kindex target nrom
10456@item target nrom @var{dev}
10457NetROM ROM emulator. This target only supports downloading.
10458
c906108c
SS
10459@end table
10460
5d161b24 10461Different targets are available on different configurations of @value{GDBN};
c906108c 10462your configuration may have more or fewer targets.
c906108c
SS
10463
10464Many remote targets require you to download the executable's code
10465once you've successfully established a connection.
10466
10467@table @code
10468
10469@kindex load @var{filename}
10470@item load @var{filename}
c906108c
SS
10471Depending on what remote debugging facilities are configured into
10472@value{GDBN}, the @code{load} command may be available. Where it exists, it
10473is meant to make @var{filename} (an executable) available for debugging
10474on the remote system---by downloading, or dynamic linking, for example.
10475@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10476the @code{add-symbol-file} command.
10477
10478If your @value{GDBN} does not have a @code{load} command, attempting to
10479execute it gets the error message ``@code{You can't do that when your
10480target is @dots{}}''
c906108c
SS
10481
10482The file is loaded at whatever address is specified in the executable.
10483For some object file formats, you can specify the load address when you
10484link the program; for other formats, like a.out, the object file format
10485specifies a fixed address.
10486@c FIXME! This would be a good place for an xref to the GNU linker doc.
10487
c906108c
SS
10488@code{load} does not repeat if you press @key{RET} again after using it.
10489@end table
10490
6d2ebf8b 10491@node Byte Order
c906108c 10492@section Choosing target byte order
7a292a7a 10493
c906108c
SS
10494@cindex choosing target byte order
10495@cindex target byte order
c906108c
SS
10496
10497Some types of processors, such as the MIPS, PowerPC, and Hitachi SH,
10498offer the ability to run either big-endian or little-endian byte
10499orders. Usually the executable or symbol will include a bit to
10500designate the endian-ness, and you will not need to worry about
10501which to use. However, you may still find it useful to adjust
d4f3574e 10502@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10503
10504@table @code
10505@kindex set endian big
10506@item set endian big
10507Instruct @value{GDBN} to assume the target is big-endian.
10508
10509@kindex set endian little
10510@item set endian little
10511Instruct @value{GDBN} to assume the target is little-endian.
10512
10513@kindex set endian auto
10514@item set endian auto
10515Instruct @value{GDBN} to use the byte order associated with the
10516executable.
10517
10518@item show endian
10519Display @value{GDBN}'s current idea of the target byte order.
10520
10521@end table
10522
10523Note that these commands merely adjust interpretation of symbolic
10524data on the host, and that they have absolutely no effect on the
10525target system.
10526
6d2ebf8b 10527@node Remote
c906108c
SS
10528@section Remote debugging
10529@cindex remote debugging
10530
10531If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10532@value{GDBN} in the usual way, it is often useful to use remote debugging.
10533For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10534or on a small system which does not have a general purpose operating system
10535powerful enough to run a full-featured debugger.
10536
10537Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10538to make this work with particular debugging targets. In addition,
5d161b24 10539@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10540but not specific to any particular target system) which you can use if you
10541write the remote stubs---the code that runs on the remote system to
10542communicate with @value{GDBN}.
10543
10544Other remote targets may be available in your
10545configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10546
6f05cf9f
AC
10547@node KOD
10548@section Kernel Object Display
10549
10550@cindex kernel object display
10551@cindex kernel object
10552@cindex KOD
10553
10554Some targets support kernel object display. Using this facility,
10555@value{GDBN} communicates specially with the underlying operating system
10556and can display information about operating system-level objects such as
10557mutexes and other synchronization objects. Exactly which objects can be
10558displayed is determined on a per-OS basis.
10559
10560Use the @code{set os} command to set the operating system. This tells
10561@value{GDBN} which kernel object display module to initialize:
10562
474c8240 10563@smallexample
6f05cf9f 10564(@value{GDBP}) set os cisco
474c8240 10565@end smallexample
6f05cf9f
AC
10566
10567If @code{set os} succeeds, @value{GDBN} will display some information
10568about the operating system, and will create a new @code{info} command
10569which can be used to query the target. The @code{info} command is named
10570after the operating system:
c906108c 10571
474c8240 10572@smallexample
6f05cf9f
AC
10573(@value{GDBP}) info cisco
10574List of Cisco Kernel Objects
10575Object Description
10576any Any and all objects
474c8240 10577@end smallexample
6f05cf9f
AC
10578
10579Further subcommands can be used to query about particular objects known
10580by the kernel.
10581
10582There is currently no way to determine whether a given operating system
10583is supported other than to try it.
10584
10585
10586@node Remote Debugging
10587@chapter Debugging remote programs
10588
6b2f586d
AC
10589@menu
10590* Server:: Using the gdbserver program
10591* NetWare:: Using the gdbserve.nlm program
10592* remote stub:: Implementing a remote stub
6b2f586d
AC
10593@end menu
10594
6f05cf9f
AC
10595@node Server
10596@section Using the @code{gdbserver} program
10597
10598@kindex gdbserver
10599@cindex remote connection without stubs
10600@code{gdbserver} is a control program for Unix-like systems, which
10601allows you to connect your program with a remote @value{GDBN} via
10602@code{target remote}---but without linking in the usual debugging stub.
10603
10604@code{gdbserver} is not a complete replacement for the debugging stubs,
10605because it requires essentially the same operating-system facilities
10606that @value{GDBN} itself does. In fact, a system that can run
10607@code{gdbserver} to connect to a remote @value{GDBN} could also run
10608@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10609because it is a much smaller program than @value{GDBN} itself. It is
10610also easier to port than all of @value{GDBN}, so you may be able to get
10611started more quickly on a new system by using @code{gdbserver}.
10612Finally, if you develop code for real-time systems, you may find that
10613the tradeoffs involved in real-time operation make it more convenient to
10614do as much development work as possible on another system, for example
10615by cross-compiling. You can use @code{gdbserver} to make a similar
10616choice for debugging.
10617
10618@value{GDBN} and @code{gdbserver} communicate via either a serial line
10619or a TCP connection, using the standard @value{GDBN} remote serial
10620protocol.
10621
10622@table @emph
10623@item On the target machine,
10624you need to have a copy of the program you want to debug.
10625@code{gdbserver} does not need your program's symbol table, so you can
10626strip the program if necessary to save space. @value{GDBN} on the host
10627system does all the symbol handling.
10628
10629To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10630the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10631syntax is:
10632
10633@smallexample
10634target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10635@end smallexample
10636
10637@var{comm} is either a device name (to use a serial line) or a TCP
10638hostname and portnumber. For example, to debug Emacs with the argument
10639@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10640@file{/dev/com1}:
10641
10642@smallexample
10643target> gdbserver /dev/com1 emacs foo.txt
10644@end smallexample
10645
10646@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10647with it.
10648
10649To use a TCP connection instead of a serial line:
10650
10651@smallexample
10652target> gdbserver host:2345 emacs foo.txt
10653@end smallexample
10654
10655The only difference from the previous example is the first argument,
10656specifying that you are communicating with the host @value{GDBN} via
10657TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10658expect a TCP connection from machine @samp{host} to local TCP port 2345.
10659(Currently, the @samp{host} part is ignored.) You can choose any number
10660you want for the port number as long as it does not conflict with any
10661TCP ports already in use on the target system (for example, @code{23} is
10662reserved for @code{telnet}).@footnote{If you choose a port number that
10663conflicts with another service, @code{gdbserver} prints an error message
10664and exits.} You must use the same port number with the host @value{GDBN}
10665@code{target remote} command.
10666
56460a61
DJ
10667On some targets, @code{gdbserver} can also attach to running programs.
10668This is accomplished via the @code{--attach} argument. The syntax is:
10669
10670@smallexample
10671target> gdbserver @var{comm} --attach @var{pid}
10672@end smallexample
10673
10674@var{pid} is the process ID of a currently running process. It isn't necessary
10675to point @code{gdbserver} at a binary for the running process.
10676
6f05cf9f
AC
10677@item On the @value{GDBN} host machine,
10678you need an unstripped copy of your program, since @value{GDBN} needs
10679symbols and debugging information. Start up @value{GDBN} as usual,
10680using the name of the local copy of your program as the first argument.
10681(You may also need the @w{@samp{--baud}} option if the serial line is
10682running at anything other than 9600@dmn{bps}.) After that, use @code{target
10683remote} to establish communications with @code{gdbserver}. Its argument
10684is either a device name (usually a serial device, like
10685@file{/dev/ttyb}), or a TCP port descriptor in the form
10686@code{@var{host}:@var{PORT}}. For example:
10687
10688@smallexample
10689(@value{GDBP}) target remote /dev/ttyb
10690@end smallexample
10691
10692@noindent
10693communicates with the server via serial line @file{/dev/ttyb}, and
10694
10695@smallexample
10696(@value{GDBP}) target remote the-target:2345
10697@end smallexample
10698
10699@noindent
10700communicates via a TCP connection to port 2345 on host @w{@file{the-target}}.
10701For TCP connections, you must start up @code{gdbserver} prior to using
10702the @code{target remote} command. Otherwise you may get an error whose
10703text depends on the host system, but which usually looks something like
10704@samp{Connection refused}.
10705@end table
10706
10707@node NetWare
10708@section Using the @code{gdbserve.nlm} program
10709
10710@kindex gdbserve.nlm
10711@code{gdbserve.nlm} is a control program for NetWare systems, which
10712allows you to connect your program with a remote @value{GDBN} via
10713@code{target remote}.
10714
10715@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10716using the standard @value{GDBN} remote serial protocol.
10717
10718@table @emph
10719@item On the target machine,
10720you need to have a copy of the program you want to debug.
10721@code{gdbserve.nlm} does not need your program's symbol table, so you
10722can strip the program if necessary to save space. @value{GDBN} on the
10723host system does all the symbol handling.
10724
10725To use the server, you must tell it how to communicate with
10726@value{GDBN}; the name of your program; and the arguments for your
10727program. The syntax is:
10728
10729@smallexample
10730load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10731 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10732@end smallexample
10733
10734@var{board} and @var{port} specify the serial line; @var{baud} specifies
10735the baud rate used by the connection. @var{port} and @var{node} default
10736to 0, @var{baud} defaults to 9600@dmn{bps}.
10737
10738For example, to debug Emacs with the argument @samp{foo.txt}and
10739communicate with @value{GDBN} over serial port number 2 or board 1
10740using a 19200@dmn{bps} connection:
10741
10742@smallexample
10743load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10744@end smallexample
10745
10746@item On the @value{GDBN} host machine,
10747you need an unstripped copy of your program, since @value{GDBN} needs
10748symbols and debugging information. Start up @value{GDBN} as usual,
10749using the name of the local copy of your program as the first argument.
10750(You may also need the @w{@samp{--baud}} option if the serial line is
10751running at anything other than 9600@dmn{bps}. After that, use @code{target
10752remote} to establish communications with @code{gdbserve.nlm}. Its
10753argument is a device name (usually a serial device, like
10754@file{/dev/ttyb}). For example:
10755
10756@smallexample
10757(@value{GDBP}) target remote /dev/ttyb
10758@end smallexample
10759
10760@noindent
10761communications with the server via serial line @file{/dev/ttyb}.
10762@end table
10763
10764@node remote stub
10765@section Implementing a remote stub
7a292a7a 10766
8e04817f
AC
10767@cindex debugging stub, example
10768@cindex remote stub, example
10769@cindex stub example, remote debugging
10770The stub files provided with @value{GDBN} implement the target side of the
10771communication protocol, and the @value{GDBN} side is implemented in the
10772@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10773these subroutines to communicate, and ignore the details. (If you're
10774implementing your own stub file, you can still ignore the details: start
10775with one of the existing stub files. @file{sparc-stub.c} is the best
10776organized, and therefore the easiest to read.)
10777
104c1213
JM
10778@cindex remote serial debugging, overview
10779To debug a program running on another machine (the debugging
10780@dfn{target} machine), you must first arrange for all the usual
10781prerequisites for the program to run by itself. For example, for a C
10782program, you need:
c906108c 10783
104c1213
JM
10784@enumerate
10785@item
10786A startup routine to set up the C runtime environment; these usually
10787have a name like @file{crt0}. The startup routine may be supplied by
10788your hardware supplier, or you may have to write your own.
96baa820 10789
5d161b24 10790@item
d4f3574e 10791A C subroutine library to support your program's
104c1213 10792subroutine calls, notably managing input and output.
96baa820 10793
104c1213
JM
10794@item
10795A way of getting your program to the other machine---for example, a
10796download program. These are often supplied by the hardware
10797manufacturer, but you may have to write your own from hardware
10798documentation.
10799@end enumerate
96baa820 10800
104c1213
JM
10801The next step is to arrange for your program to use a serial port to
10802communicate with the machine where @value{GDBN} is running (the @dfn{host}
10803machine). In general terms, the scheme looks like this:
96baa820 10804
104c1213
JM
10805@table @emph
10806@item On the host,
10807@value{GDBN} already understands how to use this protocol; when everything
10808else is set up, you can simply use the @samp{target remote} command
10809(@pxref{Targets,,Specifying a Debugging Target}).
10810
10811@item On the target,
10812you must link with your program a few special-purpose subroutines that
10813implement the @value{GDBN} remote serial protocol. The file containing these
10814subroutines is called a @dfn{debugging stub}.
10815
10816On certain remote targets, you can use an auxiliary program
10817@code{gdbserver} instead of linking a stub into your program.
10818@xref{Server,,Using the @code{gdbserver} program}, for details.
10819@end table
96baa820 10820
104c1213
JM
10821The debugging stub is specific to the architecture of the remote
10822machine; for example, use @file{sparc-stub.c} to debug programs on
10823@sc{sparc} boards.
96baa820 10824
104c1213
JM
10825@cindex remote serial stub list
10826These working remote stubs are distributed with @value{GDBN}:
96baa820 10827
104c1213
JM
10828@table @code
10829
10830@item i386-stub.c
41afff9a 10831@cindex @file{i386-stub.c}
104c1213
JM
10832@cindex Intel
10833@cindex i386
10834For Intel 386 and compatible architectures.
10835
10836@item m68k-stub.c
41afff9a 10837@cindex @file{m68k-stub.c}
104c1213
JM
10838@cindex Motorola 680x0
10839@cindex m680x0
10840For Motorola 680x0 architectures.
10841
10842@item sh-stub.c
41afff9a 10843@cindex @file{sh-stub.c}
104c1213
JM
10844@cindex Hitachi
10845@cindex SH
10846For Hitachi SH architectures.
10847
10848@item sparc-stub.c
41afff9a 10849@cindex @file{sparc-stub.c}
104c1213
JM
10850@cindex Sparc
10851For @sc{sparc} architectures.
10852
10853@item sparcl-stub.c
41afff9a 10854@cindex @file{sparcl-stub.c}
104c1213
JM
10855@cindex Fujitsu
10856@cindex SparcLite
10857For Fujitsu @sc{sparclite} architectures.
10858
10859@end table
10860
10861The @file{README} file in the @value{GDBN} distribution may list other
10862recently added stubs.
10863
10864@menu
10865* Stub Contents:: What the stub can do for you
10866* Bootstrapping:: What you must do for the stub
10867* Debug Session:: Putting it all together
104c1213
JM
10868@end menu
10869
6d2ebf8b 10870@node Stub Contents
6f05cf9f 10871@subsection What the stub can do for you
104c1213
JM
10872
10873@cindex remote serial stub
10874The debugging stub for your architecture supplies these three
10875subroutines:
10876
10877@table @code
10878@item set_debug_traps
10879@kindex set_debug_traps
10880@cindex remote serial stub, initialization
10881This routine arranges for @code{handle_exception} to run when your
10882program stops. You must call this subroutine explicitly near the
10883beginning of your program.
10884
10885@item handle_exception
10886@kindex handle_exception
10887@cindex remote serial stub, main routine
10888This is the central workhorse, but your program never calls it
10889explicitly---the setup code arranges for @code{handle_exception} to
10890run when a trap is triggered.
10891
10892@code{handle_exception} takes control when your program stops during
10893execution (for example, on a breakpoint), and mediates communications
10894with @value{GDBN} on the host machine. This is where the communications
10895protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 10896representative on the target machine. It begins by sending summary
104c1213
JM
10897information on the state of your program, then continues to execute,
10898retrieving and transmitting any information @value{GDBN} needs, until you
10899execute a @value{GDBN} command that makes your program resume; at that point,
10900@code{handle_exception} returns control to your own code on the target
5d161b24 10901machine.
104c1213
JM
10902
10903@item breakpoint
10904@cindex @code{breakpoint} subroutine, remote
10905Use this auxiliary subroutine to make your program contain a
10906breakpoint. Depending on the particular situation, this may be the only
10907way for @value{GDBN} to get control. For instance, if your target
10908machine has some sort of interrupt button, you won't need to call this;
10909pressing the interrupt button transfers control to
10910@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
10911simply receiving characters on the serial port may also trigger a trap;
10912again, in that situation, you don't need to call @code{breakpoint} from
10913your own program---simply running @samp{target remote} from the host
5d161b24 10914@value{GDBN} session gets control.
104c1213
JM
10915
10916Call @code{breakpoint} if none of these is true, or if you simply want
10917to make certain your program stops at a predetermined point for the
10918start of your debugging session.
10919@end table
10920
6d2ebf8b 10921@node Bootstrapping
6f05cf9f 10922@subsection What you must do for the stub
104c1213
JM
10923
10924@cindex remote stub, support routines
10925The debugging stubs that come with @value{GDBN} are set up for a particular
10926chip architecture, but they have no information about the rest of your
10927debugging target machine.
10928
10929First of all you need to tell the stub how to communicate with the
10930serial port.
10931
10932@table @code
10933@item int getDebugChar()
10934@kindex getDebugChar
10935Write this subroutine to read a single character from the serial port.
10936It may be identical to @code{getchar} for your target system; a
10937different name is used to allow you to distinguish the two if you wish.
10938
10939@item void putDebugChar(int)
10940@kindex putDebugChar
10941Write this subroutine to write a single character to the serial port.
5d161b24 10942It may be identical to @code{putchar} for your target system; a
104c1213
JM
10943different name is used to allow you to distinguish the two if you wish.
10944@end table
10945
10946@cindex control C, and remote debugging
10947@cindex interrupting remote targets
10948If you want @value{GDBN} to be able to stop your program while it is
10949running, you need to use an interrupt-driven serial driver, and arrange
10950for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
10951character). That is the character which @value{GDBN} uses to tell the
10952remote system to stop.
10953
10954Getting the debugging target to return the proper status to @value{GDBN}
10955probably requires changes to the standard stub; one quick and dirty way
10956is to just execute a breakpoint instruction (the ``dirty'' part is that
10957@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
10958
10959Other routines you need to supply are:
10960
10961@table @code
10962@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
10963@kindex exceptionHandler
10964Write this function to install @var{exception_address} in the exception
10965handling tables. You need to do this because the stub does not have any
10966way of knowing what the exception handling tables on your target system
10967are like (for example, the processor's table might be in @sc{rom},
10968containing entries which point to a table in @sc{ram}).
10969@var{exception_number} is the exception number which should be changed;
10970its meaning is architecture-dependent (for example, different numbers
10971might represent divide by zero, misaligned access, etc). When this
10972exception occurs, control should be transferred directly to
10973@var{exception_address}, and the processor state (stack, registers,
10974and so on) should be just as it is when a processor exception occurs. So if
10975you want to use a jump instruction to reach @var{exception_address}, it
10976should be a simple jump, not a jump to subroutine.
10977
10978For the 386, @var{exception_address} should be installed as an interrupt
10979gate so that interrupts are masked while the handler runs. The gate
10980should be at privilege level 0 (the most privileged level). The
10981@sc{sparc} and 68k stubs are able to mask interrupts themselves without
10982help from @code{exceptionHandler}.
10983
10984@item void flush_i_cache()
10985@kindex flush_i_cache
d4f3574e 10986On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
10987instruction cache, if any, on your target machine. If there is no
10988instruction cache, this subroutine may be a no-op.
10989
10990On target machines that have instruction caches, @value{GDBN} requires this
10991function to make certain that the state of your program is stable.
10992@end table
10993
10994@noindent
10995You must also make sure this library routine is available:
10996
10997@table @code
10998@item void *memset(void *, int, int)
10999@kindex memset
11000This is the standard library function @code{memset} that sets an area of
11001memory to a known value. If you have one of the free versions of
11002@code{libc.a}, @code{memset} can be found there; otherwise, you must
11003either obtain it from your hardware manufacturer, or write your own.
11004@end table
11005
11006If you do not use the GNU C compiler, you may need other standard
11007library subroutines as well; this varies from one stub to another,
11008but in general the stubs are likely to use any of the common library
d4f3574e 11009subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
11010
11011
6d2ebf8b 11012@node Debug Session
6f05cf9f 11013@subsection Putting it all together
104c1213
JM
11014
11015@cindex remote serial debugging summary
11016In summary, when your program is ready to debug, you must follow these
11017steps.
11018
11019@enumerate
11020@item
6d2ebf8b 11021Make sure you have defined the supporting low-level routines
104c1213
JM
11022(@pxref{Bootstrapping,,What you must do for the stub}):
11023@display
11024@code{getDebugChar}, @code{putDebugChar},
11025@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11026@end display
11027
11028@item
11029Insert these lines near the top of your program:
11030
474c8240 11031@smallexample
104c1213
JM
11032set_debug_traps();
11033breakpoint();
474c8240 11034@end smallexample
104c1213
JM
11035
11036@item
11037For the 680x0 stub only, you need to provide a variable called
11038@code{exceptionHook}. Normally you just use:
11039
474c8240 11040@smallexample
104c1213 11041void (*exceptionHook)() = 0;
474c8240 11042@end smallexample
104c1213 11043
d4f3574e 11044@noindent
104c1213 11045but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 11046function in your program, that function is called when
104c1213
JM
11047@code{@value{GDBN}} continues after stopping on a trap (for example, bus
11048error). The function indicated by @code{exceptionHook} is called with
11049one parameter: an @code{int} which is the exception number.
11050
11051@item
11052Compile and link together: your program, the @value{GDBN} debugging stub for
11053your target architecture, and the supporting subroutines.
11054
11055@item
11056Make sure you have a serial connection between your target machine and
11057the @value{GDBN} host, and identify the serial port on the host.
11058
11059@item
11060@c The "remote" target now provides a `load' command, so we should
11061@c document that. FIXME.
11062Download your program to your target machine (or get it there by
11063whatever means the manufacturer provides), and start it.
11064
11065@item
11066To start remote debugging, run @value{GDBN} on the host machine, and specify
11067as an executable file the program that is running in the remote machine.
11068This tells @value{GDBN} how to find your program's symbols and the contents
11069of its pure text.
11070
d4f3574e 11071@item
104c1213 11072@cindex serial line, @code{target remote}
d4f3574e 11073Establish communication using the @code{target remote} command.
104c1213
JM
11074Its argument specifies how to communicate with the target
11075machine---either via a devicename attached to a direct serial line, or a
9db8d71f 11076TCP or UDP port (usually to a terminal server which in turn has a serial line
104c1213
JM
11077to the target). For example, to use a serial line connected to the
11078device named @file{/dev/ttyb}:
11079
474c8240 11080@smallexample
104c1213 11081target remote /dev/ttyb
474c8240 11082@end smallexample
104c1213
JM
11083
11084@cindex TCP port, @code{target remote}
11085To use a TCP connection, use an argument of the form
9db8d71f
DJ
11086@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11087For example, to connect to port 2828 on a
104c1213
JM
11088terminal server named @code{manyfarms}:
11089
474c8240 11090@smallexample
104c1213 11091target remote manyfarms:2828
474c8240 11092@end smallexample
a2bea4c3
CV
11093
11094If your remote target is actually running on the same machine as
11095your debugger session (e.g.@: a simulator of your target running on
11096the same host), you can omit the hostname. For example, to connect
11097to port 1234 on your local machine:
11098
474c8240 11099@smallexample
a2bea4c3 11100target remote :1234
474c8240 11101@end smallexample
a2bea4c3
CV
11102@noindent
11103
11104Note that the colon is still required here.
9db8d71f
DJ
11105
11106@cindex UDP port, @code{target remote}
11107To use a UDP connection, use an argument of the form
11108@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11109on a terminal server named @code{manyfarms}:
11110
11111@smallexample
11112target remote udp:manyfarms:2828
11113@end smallexample
11114
11115When using a UDP connection for remote debugging, you should keep in mind
11116that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11117busy or unreliable networks, which will cause havoc with your debugging
11118session.
11119
104c1213
JM
11120@end enumerate
11121
11122Now you can use all the usual commands to examine and change data and to
11123step and continue the remote program.
11124
11125To resume the remote program and stop debugging it, use the @code{detach}
11126command.
11127
11128@cindex interrupting remote programs
11129@cindex remote programs, interrupting
11130Whenever @value{GDBN} is waiting for the remote program, if you type the
11131interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11132program. This may or may not succeed, depending in part on the hardware
11133and the serial drivers the remote system uses. If you type the
11134interrupt character once again, @value{GDBN} displays this prompt:
11135
474c8240 11136@smallexample
104c1213
JM
11137Interrupted while waiting for the program.
11138Give up (and stop debugging it)? (y or n)
474c8240 11139@end smallexample
104c1213
JM
11140
11141If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11142(If you decide you want to try again later, you can use @samp{target
11143remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11144goes back to waiting.
11145
104c1213 11146
8e04817f
AC
11147@node Configurations
11148@chapter Configuration-Specific Information
104c1213 11149
8e04817f
AC
11150While nearly all @value{GDBN} commands are available for all native and
11151cross versions of the debugger, there are some exceptions. This chapter
11152describes things that are only available in certain configurations.
104c1213 11153
8e04817f
AC
11154There are three major categories of configurations: native
11155configurations, where the host and target are the same, embedded
11156operating system configurations, which are usually the same for several
11157different processor architectures, and bare embedded processors, which
11158are quite different from each other.
104c1213 11159
8e04817f
AC
11160@menu
11161* Native::
11162* Embedded OS::
11163* Embedded Processors::
11164* Architectures::
11165@end menu
104c1213 11166
8e04817f
AC
11167@node Native
11168@section Native
104c1213 11169
8e04817f
AC
11170This section describes details specific to particular native
11171configurations.
6cf7e474 11172
8e04817f
AC
11173@menu
11174* HP-UX:: HP-UX
11175* SVR4 Process Information:: SVR4 process information
11176* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11177* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11178@end menu
6cf7e474 11179
8e04817f
AC
11180@node HP-UX
11181@subsection HP-UX
104c1213 11182
8e04817f
AC
11183On HP-UX systems, if you refer to a function or variable name that
11184begins with a dollar sign, @value{GDBN} searches for a user or system
11185name first, before it searches for a convenience variable.
104c1213 11186
8e04817f
AC
11187@node SVR4 Process Information
11188@subsection SVR4 process information
104c1213 11189
8e04817f
AC
11190@kindex /proc
11191@cindex process image
104c1213 11192
8e04817f
AC
11193Many versions of SVR4 provide a facility called @samp{/proc} that can be
11194used to examine the image of a running process using file-system
11195subroutines. If @value{GDBN} is configured for an operating system with
11196this facility, the command @code{info proc} is available to report on
11197several kinds of information about the process running your program.
11198@code{info proc} works only on SVR4 systems that include the
11199@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11200and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11201
8e04817f
AC
11202@table @code
11203@kindex info proc
11204@item info proc
11205Summarize available information about the process.
6cf7e474 11206
8e04817f
AC
11207@kindex info proc mappings
11208@item info proc mappings
11209Report on the address ranges accessible in the program, with information
11210on whether your program may read, write, or execute each range.
11211@ignore
11212@comment These sub-options of 'info proc' were not included when
11213@comment procfs.c was re-written. Keep their descriptions around
11214@comment against the day when someone finds the time to put them back in.
11215@kindex info proc times
11216@item info proc times
11217Starting time, user CPU time, and system CPU time for your program and
11218its children.
6cf7e474 11219
8e04817f
AC
11220@kindex info proc id
11221@item info proc id
11222Report on the process IDs related to your program: its own process ID,
11223the ID of its parent, the process group ID, and the session ID.
104c1213 11224
8e04817f
AC
11225@kindex info proc status
11226@item info proc status
11227General information on the state of the process. If the process is
11228stopped, this report includes the reason for stopping, and any signal
11229received.
d4f3574e 11230
8e04817f
AC
11231@item info proc all
11232Show all the above information about the process.
11233@end ignore
11234@end table
104c1213 11235
8e04817f
AC
11236@node DJGPP Native
11237@subsection Features for Debugging @sc{djgpp} Programs
11238@cindex @sc{djgpp} debugging
11239@cindex native @sc{djgpp} debugging
11240@cindex MS-DOS-specific commands
104c1213 11241
8e04817f
AC
11242@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11243MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11244that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11245top of real-mode DOS systems and their emulations.
104c1213 11246
8e04817f
AC
11247@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11248defines a few commands specific to the @sc{djgpp} port. This
11249subsection describes those commands.
104c1213 11250
8e04817f
AC
11251@table @code
11252@kindex info dos
11253@item info dos
11254This is a prefix of @sc{djgpp}-specific commands which print
11255information about the target system and important OS structures.
f1251bdd 11256
8e04817f
AC
11257@kindex sysinfo
11258@cindex MS-DOS system info
11259@cindex free memory information (MS-DOS)
11260@item info dos sysinfo
11261This command displays assorted information about the underlying
11262platform: the CPU type and features, the OS version and flavor, the
11263DPMI version, and the available conventional and DPMI memory.
104c1213 11264
8e04817f
AC
11265@cindex GDT
11266@cindex LDT
11267@cindex IDT
11268@cindex segment descriptor tables
11269@cindex descriptor tables display
11270@item info dos gdt
11271@itemx info dos ldt
11272@itemx info dos idt
11273These 3 commands display entries from, respectively, Global, Local,
11274and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11275tables are data structures which store a descriptor for each segment
11276that is currently in use. The segment's selector is an index into a
11277descriptor table; the table entry for that index holds the
11278descriptor's base address and limit, and its attributes and access
11279rights.
104c1213 11280
8e04817f
AC
11281A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11282segment (used for both data and the stack), and a DOS segment (which
11283allows access to DOS/BIOS data structures and absolute addresses in
11284conventional memory). However, the DPMI host will usually define
11285additional segments in order to support the DPMI environment.
d4f3574e 11286
8e04817f
AC
11287@cindex garbled pointers
11288These commands allow to display entries from the descriptor tables.
11289Without an argument, all entries from the specified table are
11290displayed. An argument, which should be an integer expression, means
11291display a single entry whose index is given by the argument. For
11292example, here's a convenient way to display information about the
11293debugged program's data segment:
104c1213 11294
8e04817f
AC
11295@smallexample
11296@exdent @code{(@value{GDBP}) info dos ldt $ds}
11297@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11298@end smallexample
104c1213 11299
8e04817f
AC
11300@noindent
11301This comes in handy when you want to see whether a pointer is outside
11302the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11303
8e04817f
AC
11304@cindex page tables display (MS-DOS)
11305@item info dos pde
11306@itemx info dos pte
11307These two commands display entries from, respectively, the Page
11308Directory and the Page Tables. Page Directories and Page Tables are
11309data structures which control how virtual memory addresses are mapped
11310into physical addresses. A Page Table includes an entry for every
11311page of memory that is mapped into the program's address space; there
11312may be several Page Tables, each one holding up to 4096 entries. A
11313Page Directory has up to 4096 entries, one each for every Page Table
11314that is currently in use.
104c1213 11315
8e04817f
AC
11316Without an argument, @kbd{info dos pde} displays the entire Page
11317Directory, and @kbd{info dos pte} displays all the entries in all of
11318the Page Tables. An argument, an integer expression, given to the
11319@kbd{info dos pde} command means display only that entry from the Page
11320Directory table. An argument given to the @kbd{info dos pte} command
11321means display entries from a single Page Table, the one pointed to by
11322the specified entry in the Page Directory.
104c1213 11323
8e04817f
AC
11324@cindex direct memory access (DMA) on MS-DOS
11325These commands are useful when your program uses @dfn{DMA} (Direct
11326Memory Access), which needs physical addresses to program the DMA
11327controller.
104c1213 11328
8e04817f 11329These commands are supported only with some DPMI servers.
104c1213 11330
8e04817f
AC
11331@cindex physical address from linear address
11332@item info dos address-pte @var{addr}
11333This command displays the Page Table entry for a specified linear
11334address. The argument linear address @var{addr} should already have the
11335appropriate segment's base address added to it, because this command
11336accepts addresses which may belong to @emph{any} segment. For
11337example, here's how to display the Page Table entry for the page where
11338the variable @code{i} is stored:
104c1213 11339
8e04817f
AC
11340@smallexample
11341@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11342@exdent @code{Page Table entry for address 0x11a00d30:}
11343@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11344@end smallexample
104c1213 11345
8e04817f
AC
11346@noindent
11347This says that @code{i} is stored at offset @code{0xd30} from the page
11348whose physical base address is @code{0x02698000}, and prints all the
11349attributes of that page.
104c1213 11350
8e04817f
AC
11351Note that you must cast the addresses of variables to a @code{char *},
11352since otherwise the value of @code{__djgpp_base_address}, the base
11353address of all variables and functions in a @sc{djgpp} program, will
11354be added using the rules of C pointer arithmetics: if @code{i} is
11355declared an @code{int}, @value{GDBN} will add 4 times the value of
11356@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11357
8e04817f
AC
11358Here's another example, it displays the Page Table entry for the
11359transfer buffer:
104c1213 11360
8e04817f
AC
11361@smallexample
11362@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11363@exdent @code{Page Table entry for address 0x29110:}
11364@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11365@end smallexample
104c1213 11366
8e04817f
AC
11367@noindent
11368(The @code{+ 3} offset is because the transfer buffer's address is the
113693rd member of the @code{_go32_info_block} structure.) The output of
11370this command clearly shows that addresses in conventional memory are
11371mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11372
8e04817f
AC
11373This command is supported only with some DPMI servers.
11374@end table
104c1213 11375
78c47bea
PM
11376@node Cygwin Native
11377@subsection Features for Debugging MS Windows PE executables
11378@cindex MS Windows debugging
11379@cindex native Cygwin debugging
11380@cindex Cygwin-specific commands
11381
11382@value{GDBN} supports native debugging of MS Windows programs, and
11383defines a few commands specific to the Cygwin port. This
11384subsection describes those commands.
11385
11386@table @code
11387@kindex info w32
11388@item info w32
11389This is a prefix of MS Windows specific commands which print
11390information about the target system and important OS structures.
11391
11392@item info w32 selector
11393This command displays information returned by
11394the Win32 API @code{GetThreadSelectorEntry} function.
11395It takes an optional argument that is evaluated to
11396a long value to give the information about this given selector.
11397Without argument, this command displays information
11398about the the six segment registers.
11399
11400@kindex info dll
11401@item info dll
11402This is a Cygwin specific alias of info shared.
11403
11404@kindex dll-symbols
11405@item dll-symbols
11406This command loads symbols from a dll similarly to
11407add-sym command but without the need to specify a base address.
11408
11409@kindex set new-console
11410@item set new-console @var{mode}
11411If @var{mode} is @code{on} the debuggee will
11412be started in a new console on next start.
11413If @var{mode} is @code{off}i, the debuggee will
11414be started in the same console as the debugger.
11415
11416@kindex show new-console
11417@item show new-console
11418Displays whether a new console is used
11419when the debuggee is started.
11420
11421@kindex set new-group
11422@item set new-group @var{mode}
11423This boolean value controls whether the debuggee should
11424start a new group or stay in the same group as the debugger.
11425This affects the way the Windows OS handles
11426Ctrl-C.
11427
11428@kindex show new-group
11429@item show new-group
11430Displays current value of new-group boolean.
11431
11432@kindex set debugevents
11433@item set debugevents
11434This boolean value adds debug output concerning events seen by the debugger.
11435
11436@kindex set debugexec
11437@item set debugexec
11438This boolean value adds debug output concerning execute events
11439seen by the debugger.
11440
11441@kindex set debugexceptions
11442@item set debugexceptions
11443This boolean value adds debug ouptut concerning exception events
11444seen by the debugger.
11445
11446@kindex set debugmemory
11447@item set debugmemory
11448This boolean value adds debug ouptut concerning memory events
11449seen by the debugger.
11450
11451@kindex set shell
11452@item set shell
11453This boolean values specifies whether the debuggee is called
11454via a shell or directly (default value is on).
11455
11456@kindex show shell
11457@item show shell
11458Displays if the debuggee will be started with a shell.
11459
11460@end table
11461
8e04817f
AC
11462@node Embedded OS
11463@section Embedded Operating Systems
104c1213 11464
8e04817f
AC
11465This section describes configurations involving the debugging of
11466embedded operating systems that are available for several different
11467architectures.
d4f3574e 11468
8e04817f
AC
11469@menu
11470* VxWorks:: Using @value{GDBN} with VxWorks
11471@end menu
104c1213 11472
8e04817f
AC
11473@value{GDBN} includes the ability to debug programs running on
11474various real-time operating systems.
104c1213 11475
8e04817f
AC
11476@node VxWorks
11477@subsection Using @value{GDBN} with VxWorks
104c1213 11478
8e04817f 11479@cindex VxWorks
104c1213 11480
8e04817f 11481@table @code
104c1213 11482
8e04817f
AC
11483@kindex target vxworks
11484@item target vxworks @var{machinename}
11485A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11486is the target system's machine name or IP address.
104c1213 11487
8e04817f 11488@end table
104c1213 11489
8e04817f
AC
11490On VxWorks, @code{load} links @var{filename} dynamically on the
11491current target system as well as adding its symbols in @value{GDBN}.
104c1213 11492
8e04817f
AC
11493@value{GDBN} enables developers to spawn and debug tasks running on networked
11494VxWorks targets from a Unix host. Already-running tasks spawned from
11495the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11496both the Unix host and on the VxWorks target. The program
11497@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11498installed with the name @code{vxgdb}, to distinguish it from a
11499@value{GDBN} for debugging programs on the host itself.)
104c1213 11500
8e04817f
AC
11501@table @code
11502@item VxWorks-timeout @var{args}
11503@kindex vxworks-timeout
11504All VxWorks-based targets now support the option @code{vxworks-timeout}.
11505This option is set by the user, and @var{args} represents the number of
11506seconds @value{GDBN} waits for responses to rpc's. You might use this if
11507your VxWorks target is a slow software simulator or is on the far side
11508of a thin network line.
11509@end table
104c1213 11510
8e04817f
AC
11511The following information on connecting to VxWorks was current when
11512this manual was produced; newer releases of VxWorks may use revised
11513procedures.
104c1213 11514
8e04817f
AC
11515@kindex INCLUDE_RDB
11516To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11517to include the remote debugging interface routines in the VxWorks
11518library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11519VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11520kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11521source debugging task @code{tRdbTask} when VxWorks is booted. For more
11522information on configuring and remaking VxWorks, see the manufacturer's
11523manual.
11524@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11525
8e04817f
AC
11526Once you have included @file{rdb.a} in your VxWorks system image and set
11527your Unix execution search path to find @value{GDBN}, you are ready to
11528run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11529@code{vxgdb}, depending on your installation).
104c1213 11530
8e04817f 11531@value{GDBN} comes up showing the prompt:
104c1213 11532
474c8240 11533@smallexample
8e04817f 11534(vxgdb)
474c8240 11535@end smallexample
104c1213 11536
8e04817f
AC
11537@menu
11538* VxWorks Connection:: Connecting to VxWorks
11539* VxWorks Download:: VxWorks download
11540* VxWorks Attach:: Running tasks
11541@end menu
104c1213 11542
8e04817f
AC
11543@node VxWorks Connection
11544@subsubsection Connecting to VxWorks
104c1213 11545
8e04817f
AC
11546The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11547network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11548
474c8240 11549@smallexample
8e04817f 11550(vxgdb) target vxworks tt
474c8240 11551@end smallexample
104c1213 11552
8e04817f
AC
11553@need 750
11554@value{GDBN} displays messages like these:
104c1213 11555
8e04817f
AC
11556@smallexample
11557Attaching remote machine across net...
11558Connected to tt.
11559@end smallexample
104c1213 11560
8e04817f
AC
11561@need 1000
11562@value{GDBN} then attempts to read the symbol tables of any object modules
11563loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11564these files by searching the directories listed in the command search
11565path (@pxref{Environment, ,Your program's environment}); if it fails
11566to find an object file, it displays a message such as:
5d161b24 11567
474c8240 11568@smallexample
8e04817f 11569prog.o: No such file or directory.
474c8240 11570@end smallexample
104c1213 11571
8e04817f
AC
11572When this happens, add the appropriate directory to the search path with
11573the @value{GDBN} command @code{path}, and execute the @code{target}
11574command again.
104c1213 11575
8e04817f
AC
11576@node VxWorks Download
11577@subsubsection VxWorks download
104c1213 11578
8e04817f
AC
11579@cindex download to VxWorks
11580If you have connected to the VxWorks target and you want to debug an
11581object that has not yet been loaded, you can use the @value{GDBN}
11582@code{load} command to download a file from Unix to VxWorks
11583incrementally. The object file given as an argument to the @code{load}
11584command is actually opened twice: first by the VxWorks target in order
11585to download the code, then by @value{GDBN} in order to read the symbol
11586table. This can lead to problems if the current working directories on
11587the two systems differ. If both systems have NFS mounted the same
11588filesystems, you can avoid these problems by using absolute paths.
11589Otherwise, it is simplest to set the working directory on both systems
11590to the directory in which the object file resides, and then to reference
11591the file by its name, without any path. For instance, a program
11592@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11593and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11594program, type this on VxWorks:
104c1213 11595
474c8240 11596@smallexample
8e04817f 11597-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11598@end smallexample
104c1213 11599
8e04817f
AC
11600@noindent
11601Then, in @value{GDBN}, type:
104c1213 11602
474c8240 11603@smallexample
8e04817f
AC
11604(vxgdb) cd @var{hostpath}/vw/demo/rdb
11605(vxgdb) load prog.o
474c8240 11606@end smallexample
104c1213 11607
8e04817f 11608@value{GDBN} displays a response similar to this:
104c1213 11609
8e04817f
AC
11610@smallexample
11611Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11612@end smallexample
104c1213 11613
8e04817f
AC
11614You can also use the @code{load} command to reload an object module
11615after editing and recompiling the corresponding source file. Note that
11616this makes @value{GDBN} delete all currently-defined breakpoints,
11617auto-displays, and convenience variables, and to clear the value
11618history. (This is necessary in order to preserve the integrity of
11619debugger's data structures that reference the target system's symbol
11620table.)
104c1213 11621
8e04817f
AC
11622@node VxWorks Attach
11623@subsubsection Running tasks
104c1213
JM
11624
11625@cindex running VxWorks tasks
11626You can also attach to an existing task using the @code{attach} command as
11627follows:
11628
474c8240 11629@smallexample
104c1213 11630(vxgdb) attach @var{task}
474c8240 11631@end smallexample
104c1213
JM
11632
11633@noindent
11634where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11635or suspended when you attach to it. Running tasks are suspended at
11636the time of attachment.
11637
6d2ebf8b 11638@node Embedded Processors
104c1213
JM
11639@section Embedded Processors
11640
11641This section goes into details specific to particular embedded
11642configurations.
11643
7d86b5d5 11644
104c1213 11645@menu
104c1213
JM
11646* ARM:: ARM
11647* H8/300:: Hitachi H8/300
11648* H8/500:: Hitachi H8/500
11649* i960:: Intel i960
11650* M32R/D:: Mitsubishi M32R/D
11651* M68K:: Motorola M68K
7fb623f7 11652@c OBSOLETE * M88K:: Motorola M88K
104c1213 11653* MIPS Embedded:: MIPS Embedded
a37295f9 11654* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11655* PA:: HP PA Embedded
11656* PowerPC: PowerPC
11657* SH:: Hitachi SH
11658* Sparclet:: Tsqware Sparclet
11659* Sparclite:: Fujitsu Sparclite
11660* ST2000:: Tandem ST2000
11661* Z8000:: Zilog Z8000
11662@end menu
11663
6d2ebf8b 11664@node ARM
104c1213
JM
11665@subsection ARM
11666
11667@table @code
11668
8e04817f
AC
11669@kindex target rdi
11670@item target rdi @var{dev}
11671ARM Angel monitor, via RDI library interface to ADP protocol. You may
11672use this target to communicate with both boards running the Angel
11673monitor, or with the EmbeddedICE JTAG debug device.
11674
11675@kindex target rdp
11676@item target rdp @var{dev}
11677ARM Demon monitor.
11678
11679@end table
11680
11681@node H8/300
11682@subsection Hitachi H8/300
11683
11684@table @code
11685
11686@kindex target hms@r{, with H8/300}
11687@item target hms @var{dev}
11688A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
11689Use special commands @code{device} and @code{speed} to control the serial
11690line and the communications speed used.
11691
11692@kindex target e7000@r{, with H8/300}
11693@item target e7000 @var{dev}
11694E7000 emulator for Hitachi H8 and SH.
11695
11696@kindex target sh3@r{, with H8/300}
11697@kindex target sh3e@r{, with H8/300}
11698@item target sh3 @var{dev}
11699@itemx target sh3e @var{dev}
11700Hitachi SH-3 and SH-3E target systems.
11701
11702@end table
11703
11704@cindex download to H8/300 or H8/500
11705@cindex H8/300 or H8/500 download
11706@cindex download to Hitachi SH
11707@cindex Hitachi SH download
11708When you select remote debugging to a Hitachi SH, H8/300, or H8/500
11709board, the @code{load} command downloads your program to the Hitachi
11710board and also opens it as the current executable target for
11711@value{GDBN} on your host (like the @code{file} command).
11712
11713@value{GDBN} needs to know these things to talk to your
11714Hitachi SH, H8/300, or H8/500:
11715
11716@enumerate
11717@item
11718that you want to use @samp{target hms}, the remote debugging interface
11719for Hitachi microprocessors, or @samp{target e7000}, the in-circuit
11720emulator for the Hitachi SH and the Hitachi 300H. (@samp{target hms} is
11721the default when @value{GDBN} is configured specifically for the Hitachi SH,
11722H8/300, or H8/500.)
11723
11724@item
11725what serial device connects your host to your Hitachi board (the first
11726serial device available on your host is the default).
11727
11728@item
11729what speed to use over the serial device.
11730@end enumerate
11731
11732@menu
11733* Hitachi Boards:: Connecting to Hitachi boards.
11734* Hitachi ICE:: Using the E7000 In-Circuit Emulator.
11735* Hitachi Special:: Special @value{GDBN} commands for Hitachi micros.
11736@end menu
11737
11738@node Hitachi Boards
11739@subsubsection Connecting to Hitachi boards
11740
11741@c only for Unix hosts
11742@kindex device
11743@cindex serial device, Hitachi micros
11744Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
11745need to explicitly set the serial device. The default @var{port} is the
11746first available port on your host. This is only necessary on Unix
11747hosts, where it is typically something like @file{/dev/ttya}.
11748
11749@kindex speed
11750@cindex serial line speed, Hitachi micros
11751@code{@value{GDBN}} has another special command to set the communications
11752speed: @samp{speed @var{bps}}. This command also is only used from Unix
11753hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
11754the DOS @code{mode} command (for instance,
11755@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
11756
11757The @samp{device} and @samp{speed} commands are available only when you
11758use a Unix host to debug your Hitachi microprocessor programs. If you
11759use a DOS host,
11760@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
11761called @code{asynctsr} to communicate with the development board
11762through a PC serial port. You must also use the DOS @code{mode} command
11763to set up the serial port on the DOS side.
11764
11765The following sample session illustrates the steps needed to start a
11766program under @value{GDBN} control on an H8/300. The example uses a
11767sample H8/300 program called @file{t.x}. The procedure is the same for
11768the Hitachi SH and the H8/500.
11769
11770First hook up your development board. In this example, we use a
11771board attached to serial port @code{COM2}; if you use a different serial
11772port, substitute its name in the argument of the @code{mode} command.
11773When you call @code{asynctsr}, the auxiliary comms program used by the
11774debugger, you give it just the numeric part of the serial port's name;
11775for example, @samp{asyncstr 2} below runs @code{asyncstr} on
11776@code{COM2}.
11777
474c8240 11778@smallexample
8e04817f
AC
11779C:\H8300\TEST> asynctsr 2
11780C:\H8300\TEST> mode com2:9600,n,8,1,p
11781
11782Resident portion of MODE loaded
11783
11784COM2: 9600, n, 8, 1, p
11785
474c8240 11786@end smallexample
8e04817f
AC
11787
11788@quotation
11789@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
11790@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
11791disable it, or even boot without it, to use @code{asynctsr} to control
11792your development board.
11793@end quotation
11794
11795@kindex target hms@r{, and serial protocol}
11796Now that serial communications are set up, and the development board is
11797connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
11798the name of your program as the argument. @code{@value{GDBN}} prompts
11799you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
11800commands to begin your debugging session: @samp{target hms} to specify
11801cross-debugging to the Hitachi board, and the @code{load} command to
11802download your program to the board. @code{load} displays the names of
11803the program's sections, and a @samp{*} for each 2K of data downloaded.
11804(If you want to refresh @value{GDBN} data on symbols or on the
11805executable file without downloading, use the @value{GDBN} commands
11806@code{file} or @code{symbol-file}. These commands, and @code{load}
11807itself, are described in @ref{Files,,Commands to specify files}.)
11808
11809@smallexample
11810(eg-C:\H8300\TEST) @value{GDBP} t.x
11811@value{GDBN} is free software and you are welcome to distribute copies
11812 of it under certain conditions; type "show copying" to see
11813 the conditions.
11814There is absolutely no warranty for @value{GDBN}; type "show warranty"
11815for details.
11816@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
11817(@value{GDBP}) target hms
11818Connected to remote H8/300 HMS system.
11819(@value{GDBP}) load t.x
11820.text : 0x8000 .. 0xabde ***********
11821.data : 0xabde .. 0xad30 *
11822.stack : 0xf000 .. 0xf014 *
11823@end smallexample
11824
11825At this point, you're ready to run or debug your program. From here on,
11826you can use all the usual @value{GDBN} commands. The @code{break} command
11827sets breakpoints; the @code{run} command starts your program;
11828@code{print} or @code{x} display data; the @code{continue} command
11829resumes execution after stopping at a breakpoint. You can use the
11830@code{help} command at any time to find out more about @value{GDBN} commands.
11831
11832Remember, however, that @emph{operating system} facilities aren't
11833available on your development board; for example, if your program hangs,
11834you can't send an interrupt---but you can press the @sc{reset} switch!
11835
11836Use the @sc{reset} button on the development board
11837@itemize @bullet
11838@item
11839to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
11840no way to pass an interrupt signal to the development board); and
11841
11842@item
11843to return to the @value{GDBN} command prompt after your program finishes
11844normally. The communications protocol provides no other way for @value{GDBN}
11845to detect program completion.
11846@end itemize
11847
11848In either case, @value{GDBN} sees the effect of a @sc{reset} on the
11849development board as a ``normal exit'' of your program.
11850
11851@node Hitachi ICE
11852@subsubsection Using the E7000 in-circuit emulator
11853
11854@kindex target e7000@r{, with Hitachi ICE}
11855You can use the E7000 in-circuit emulator to develop code for either the
11856Hitachi SH or the H8/300H. Use one of these forms of the @samp{target
11857e7000} command to connect @value{GDBN} to your E7000:
11858
11859@table @code
11860@item target e7000 @var{port} @var{speed}
11861Use this form if your E7000 is connected to a serial port. The
11862@var{port} argument identifies what serial port to use (for example,
11863@samp{com2}). The third argument is the line speed in bits per second
11864(for example, @samp{9600}).
11865
11866@item target e7000 @var{hostname}
11867If your E7000 is installed as a host on a TCP/IP network, you can just
11868specify its hostname; @value{GDBN} uses @code{telnet} to connect.
11869@end table
11870
11871@node Hitachi Special
11872@subsubsection Special @value{GDBN} commands for Hitachi micros
11873
11874Some @value{GDBN} commands are available only for the H8/300:
11875
11876@table @code
11877
11878@kindex set machine
11879@kindex show machine
11880@item set machine h8300
11881@itemx set machine h8300h
11882Condition @value{GDBN} for one of the two variants of the H8/300
11883architecture with @samp{set machine}. You can use @samp{show machine}
11884to check which variant is currently in effect.
104c1213
JM
11885
11886@end table
11887
8e04817f
AC
11888@node H8/500
11889@subsection H8/500
104c1213
JM
11890
11891@table @code
11892
8e04817f
AC
11893@kindex set memory @var{mod}
11894@cindex memory models, H8/500
11895@item set memory @var{mod}
11896@itemx show memory
11897Specify which H8/500 memory model (@var{mod}) you are using with
11898@samp{set memory}; check which memory model is in effect with @samp{show
11899memory}. The accepted values for @var{mod} are @code{small},
11900@code{big}, @code{medium}, and @code{compact}.
104c1213 11901
8e04817f 11902@end table
104c1213 11903
8e04817f
AC
11904@node i960
11905@subsection Intel i960
104c1213 11906
8e04817f 11907@table @code
104c1213 11908
8e04817f
AC
11909@kindex target mon960
11910@item target mon960 @var{dev}
11911MON960 monitor for Intel i960.
104c1213 11912
8e04817f
AC
11913@kindex target nindy
11914@item target nindy @var{devicename}
11915An Intel 960 board controlled by a Nindy Monitor. @var{devicename} is
11916the name of the serial device to use for the connection, e.g.
11917@file{/dev/ttya}.
104c1213 11918
8e04817f
AC
11919@end table
11920
11921@cindex Nindy
11922@cindex i960
11923@dfn{Nindy} is a ROM Monitor program for Intel 960 target systems. When
11924@value{GDBN} is configured to control a remote Intel 960 using Nindy, you can
11925tell @value{GDBN} how to connect to the 960 in several ways:
11926
11927@itemize @bullet
104c1213 11928@item
8e04817f
AC
11929Through command line options specifying serial port, version of the
11930Nindy protocol, and communications speed;
104c1213
JM
11931
11932@item
8e04817f 11933By responding to a prompt on startup;
104c1213
JM
11934
11935@item
8e04817f
AC
11936By using the @code{target} command at any point during your @value{GDBN}
11937session. @xref{Target Commands, ,Commands for managing targets}.
11938
11939@end itemize
11940
11941@cindex download to Nindy-960
11942With the Nindy interface to an Intel 960 board, @code{load}
11943downloads @var{filename} to the 960 as well as adding its symbols in
11944@value{GDBN}.
11945
11946@menu
11947* Nindy Startup:: Startup with Nindy
11948* Nindy Options:: Options for Nindy
11949* Nindy Reset:: Nindy reset command
11950@end menu
11951
11952@node Nindy Startup
11953@subsubsection Startup with Nindy
11954
11955If you simply start @code{@value{GDBP}} without using any command-line
11956options, you are prompted for what serial port to use, @emph{before} you
11957reach the ordinary @value{GDBN} prompt:
11958
474c8240 11959@smallexample
8e04817f 11960Attach /dev/ttyNN -- specify NN, or "quit" to quit:
474c8240 11961@end smallexample
8e04817f
AC
11962
11963@noindent
11964Respond to the prompt with whatever suffix (after @samp{/dev/tty})
11965identifies the serial port you want to use. You can, if you choose,
11966simply start up with no Nindy connection by responding to the prompt
11967with an empty line. If you do this and later wish to attach to Nindy,
11968use @code{target} (@pxref{Target Commands, ,Commands for managing targets}).
11969
11970@node Nindy Options
11971@subsubsection Options for Nindy
11972
11973These are the startup options for beginning your @value{GDBN} session with a
11974Nindy-960 board attached:
11975
11976@table @code
11977@item -r @var{port}
11978Specify the serial port name of a serial interface to be used to connect
11979to the target system. This option is only available when @value{GDBN} is
11980configured for the Intel 960 target architecture. You may specify
11981@var{port} as any of: a full pathname (e.g. @samp{-r /dev/ttya}), a
11982device name in @file{/dev} (e.g. @samp{-r ttya}), or simply the unique
11983suffix for a specific @code{tty} (e.g. @samp{-r a}).
11984
11985@item -O
11986(An uppercase letter ``O'', not a zero.) Specify that @value{GDBN} should use
11987the ``old'' Nindy monitor protocol to connect to the target system.
11988This option is only available when @value{GDBN} is configured for the Intel 960
11989target architecture.
11990
11991@quotation
11992@emph{Warning:} if you specify @samp{-O}, but are actually trying to
11993connect to a target system that expects the newer protocol, the connection
11994fails, appearing to be a speed mismatch. @value{GDBN} repeatedly
11995attempts to reconnect at several different line speeds. You can abort
11996this process with an interrupt.
11997@end quotation
11998
11999@item -brk
12000Specify that @value{GDBN} should first send a @code{BREAK} signal to the target
12001system, in an attempt to reset it, before connecting to a Nindy target.
12002
12003@quotation
12004@emph{Warning:} Many target systems do not have the hardware that this
12005requires; it only works with a few boards.
12006@end quotation
12007@end table
12008
12009The standard @samp{-b} option controls the line speed used on the serial
12010port.
12011
12012@c @group
12013@node Nindy Reset
12014@subsubsection Nindy reset command
12015
12016@table @code
12017@item reset
12018@kindex reset
12019For a Nindy target, this command sends a ``break'' to the remote target
12020system; this is only useful if the target has been equipped with a
12021circuit to perform a hard reset (or some other interesting action) when
12022a break is detected.
12023@end table
12024@c @end group
12025
12026@node M32R/D
12027@subsection Mitsubishi M32R/D
12028
12029@table @code
12030
12031@kindex target m32r
12032@item target m32r @var{dev}
12033Mitsubishi M32R/D ROM monitor.
12034
12035@end table
12036
12037@node M68K
12038@subsection M68k
12039
12040The Motorola m68k configuration includes ColdFire support, and
12041target command for the following ROM monitors.
12042
12043@table @code
12044
12045@kindex target abug
12046@item target abug @var{dev}
12047ABug ROM monitor for M68K.
12048
12049@kindex target cpu32bug
12050@item target cpu32bug @var{dev}
12051CPU32BUG monitor, running on a CPU32 (M68K) board.
12052
12053@kindex target dbug
12054@item target dbug @var{dev}
12055dBUG ROM monitor for Motorola ColdFire.
12056
12057@kindex target est
12058@item target est @var{dev}
12059EST-300 ICE monitor, running on a CPU32 (M68K) board.
12060
12061@kindex target rom68k
12062@item target rom68k @var{dev}
12063ROM 68K monitor, running on an M68K IDP board.
12064
12065@end table
12066
12067If @value{GDBN} is configured with @code{m68*-ericsson-*}, it will
12068instead have only a single special target command:
12069
12070@table @code
12071
12072@kindex target es1800
12073@item target es1800 @var{dev}
12074ES-1800 emulator for M68K.
12075
12076@end table
12077
12078[context?]
12079
12080@table @code
12081
12082@kindex target rombug
12083@item target rombug @var{dev}
12084ROMBUG ROM monitor for OS/9000.
12085
12086@end table
12087
7fb623f7
AC
12088@c OBSOLETE @node M88K
12089@c OBSOLETE @subsection M88K
12090@c OBSOLETE
12091@c OBSOLETE @table @code
12092@c OBSOLETE
12093@c OBSOLETE @kindex target bug
12094@c OBSOLETE @item target bug @var{dev}
12095@c OBSOLETE BUG monitor, running on a MVME187 (m88k) board.
12096@c OBSOLETE
12097@c OBSOLETE @end table
8e04817f
AC
12098
12099@node MIPS Embedded
12100@subsection MIPS Embedded
12101
12102@cindex MIPS boards
12103@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12104MIPS board attached to a serial line. This is available when
12105you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12106
8e04817f
AC
12107@need 1000
12108Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12109
8e04817f
AC
12110@table @code
12111@item target mips @var{port}
12112@kindex target mips @var{port}
12113To run a program on the board, start up @code{@value{GDBP}} with the
12114name of your program as the argument. To connect to the board, use the
12115command @samp{target mips @var{port}}, where @var{port} is the name of
12116the serial port connected to the board. If the program has not already
12117been downloaded to the board, you may use the @code{load} command to
12118download it. You can then use all the usual @value{GDBN} commands.
104c1213 12119
8e04817f
AC
12120For example, this sequence connects to the target board through a serial
12121port, and loads and runs a program called @var{prog} through the
12122debugger:
104c1213 12123
474c8240 12124@smallexample
8e04817f
AC
12125host$ @value{GDBP} @var{prog}
12126@value{GDBN} is free software and @dots{}
12127(@value{GDBP}) target mips /dev/ttyb
12128(@value{GDBP}) load @var{prog}
12129(@value{GDBP}) run
474c8240 12130@end smallexample
104c1213 12131
8e04817f
AC
12132@item target mips @var{hostname}:@var{portnumber}
12133On some @value{GDBN} host configurations, you can specify a TCP
12134connection (for instance, to a serial line managed by a terminal
12135concentrator) instead of a serial port, using the syntax
12136@samp{@var{hostname}:@var{portnumber}}.
104c1213 12137
8e04817f
AC
12138@item target pmon @var{port}
12139@kindex target pmon @var{port}
12140PMON ROM monitor.
104c1213 12141
8e04817f
AC
12142@item target ddb @var{port}
12143@kindex target ddb @var{port}
12144NEC's DDB variant of PMON for Vr4300.
104c1213 12145
8e04817f
AC
12146@item target lsi @var{port}
12147@kindex target lsi @var{port}
12148LSI variant of PMON.
104c1213 12149
8e04817f
AC
12150@kindex target r3900
12151@item target r3900 @var{dev}
12152Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12153
8e04817f
AC
12154@kindex target array
12155@item target array @var{dev}
12156Array Tech LSI33K RAID controller board.
104c1213 12157
8e04817f 12158@end table
104c1213 12159
104c1213 12160
8e04817f
AC
12161@noindent
12162@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12163
8e04817f
AC
12164@table @code
12165@item set processor @var{args}
12166@itemx show processor
12167@kindex set processor @var{args}
12168@kindex show processor
12169Use the @code{set processor} command to set the type of MIPS
12170processor when you want to access processor-type-specific registers.
12171For example, @code{set processor @var{r3041}} tells @value{GDBN}
12172to use the CPU registers appropriate for the 3041 chip.
12173Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12174is using. Use the @code{info reg} command to see what registers
12175@value{GDBN} is using.
104c1213 12176
8e04817f
AC
12177@item set mipsfpu double
12178@itemx set mipsfpu single
12179@itemx set mipsfpu none
12180@itemx show mipsfpu
12181@kindex set mipsfpu
12182@kindex show mipsfpu
12183@cindex MIPS remote floating point
12184@cindex floating point, MIPS remote
12185If your target board does not support the MIPS floating point
12186coprocessor, you should use the command @samp{set mipsfpu none} (if you
12187need this, you may wish to put the command in your @value{GDBN} init
12188file). This tells @value{GDBN} how to find the return value of
12189functions which return floating point values. It also allows
12190@value{GDBN} to avoid saving the floating point registers when calling
12191functions on the board. If you are using a floating point coprocessor
12192with only single precision floating point support, as on the @sc{r4650}
12193processor, use the command @samp{set mipsfpu single}. The default
12194double precision floating point coprocessor may be selected using
12195@samp{set mipsfpu double}.
104c1213 12196
8e04817f
AC
12197In previous versions the only choices were double precision or no
12198floating point, so @samp{set mipsfpu on} will select double precision
12199and @samp{set mipsfpu off} will select no floating point.
104c1213 12200
8e04817f
AC
12201As usual, you can inquire about the @code{mipsfpu} variable with
12202@samp{show mipsfpu}.
104c1213 12203
8e04817f
AC
12204@item set remotedebug @var{n}
12205@itemx show remotedebug
12206@kindex set remotedebug@r{, MIPS protocol}
12207@kindex show remotedebug@r{, MIPS protocol}
12208@cindex @code{remotedebug}, MIPS protocol
12209@cindex MIPS @code{remotedebug} protocol
12210@c FIXME! For this to be useful, you must know something about the MIPS
12211@c FIXME...protocol. Where is it described?
12212You can see some debugging information about communications with the board
12213by setting the @code{remotedebug} variable. If you set it to @code{1} using
12214@samp{set remotedebug 1}, every packet is displayed. If you set it
12215to @code{2}, every character is displayed. You can check the current value
12216at any time with the command @samp{show remotedebug}.
104c1213 12217
8e04817f
AC
12218@item set timeout @var{seconds}
12219@itemx set retransmit-timeout @var{seconds}
12220@itemx show timeout
12221@itemx show retransmit-timeout
12222@cindex @code{timeout}, MIPS protocol
12223@cindex @code{retransmit-timeout}, MIPS protocol
12224@kindex set timeout
12225@kindex show timeout
12226@kindex set retransmit-timeout
12227@kindex show retransmit-timeout
12228You can control the timeout used while waiting for a packet, in the MIPS
12229remote protocol, with the @code{set timeout @var{seconds}} command. The
12230default is 5 seconds. Similarly, you can control the timeout used while
12231waiting for an acknowledgement of a packet with the @code{set
12232retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12233You can inspect both values with @code{show timeout} and @code{show
12234retransmit-timeout}. (These commands are @emph{only} available when
12235@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12236
8e04817f
AC
12237The timeout set by @code{set timeout} does not apply when @value{GDBN}
12238is waiting for your program to stop. In that case, @value{GDBN} waits
12239forever because it has no way of knowing how long the program is going
12240to run before stopping.
12241@end table
104c1213 12242
a37295f9
MM
12243@node OpenRISC 1000
12244@subsection OpenRISC 1000
12245@cindex OpenRISC 1000
12246
12247@cindex or1k boards
12248See OR1k Architecture document (@uref{www.opencores.org}) for more information
12249about platform and commands.
12250
12251@table @code
12252
12253@kindex target jtag
12254@item target jtag jtag://@var{host}:@var{port}
12255
12256Connects to remote JTAG server.
12257JTAG remote server can be either an or1ksim or JTAG server,
12258connected via parallel port to the board.
12259
12260Example: @code{target jtag jtag://localhost:9999}
12261
12262@kindex or1ksim
12263@item or1ksim @var{command}
12264If connected to @code{or1ksim} OpenRISC 1000 Architectural
12265Simulator, proprietary commands can be executed.
12266
12267@kindex info or1k spr
12268@item info or1k spr
12269Displays spr groups.
12270
12271@item info or1k spr @var{group}
12272@itemx info or1k spr @var{groupno}
12273Displays register names in selected group.
12274
12275@item info or1k spr @var{group} @var{register}
12276@itemx info or1k spr @var{register}
12277@itemx info or1k spr @var{groupno} @var{registerno}
12278@itemx info or1k spr @var{registerno}
12279Shows information about specified spr register.
12280
12281@kindex spr
12282@item spr @var{group} @var{register} @var{value}
12283@itemx spr @var{register @var{value}}
12284@itemx spr @var{groupno} @var{registerno @var{value}}
12285@itemx spr @var{registerno @var{value}}
12286Writes @var{value} to specified spr register.
12287@end table
12288
12289Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12290It is very similar to @value{GDBN} trace, except it does not interfere with normal
12291program execution and is thus much faster. Hardware breakpoints/watchpoint
12292triggers can be set using:
12293@table @code
12294@item $LEA/$LDATA
12295Load effective address/data
12296@item $SEA/$SDATA
12297Store effective address/data
12298@item $AEA/$ADATA
12299Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12300@item $FETCH
12301Fetch data
12302@end table
12303
12304When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12305@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12306
12307@code{htrace} commands:
12308@cindex OpenRISC 1000 htrace
12309@table @code
12310@kindex hwatch
12311@item hwatch @var{conditional}
12312Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12313or Data. For example:
12314
12315@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12316
12317@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12318
12319@kindex htrace info
12320@item htrace info
12321Display information about current HW trace configuration.
12322
12323@kindex htrace trigger
12324@item htrace trigger @var{conditional}
12325Set starting criteria for HW trace.
12326
12327@kindex htrace qualifier
12328@item htrace qualifier @var{conditional}
12329Set acquisition qualifier for HW trace.
12330
12331@kindex htrace stop
12332@item htrace stop @var{conditional}
12333Set HW trace stopping criteria.
12334
12335@kindex htrace record
12336@item htrace record @var{[data]*}
12337Selects the data to be recorded, when qualifier is met and HW trace was
12338triggered.
12339
12340@kindex htrace enable
12341@item htrace enable
12342@kindex htrace disable
12343@itemx htrace disable
12344Enables/disables the HW trace.
12345
12346@kindex htrace rewind
12347@item htrace rewind @var{[filename]}
12348Clears currently recorded trace data.
12349
12350If filename is specified, new trace file is made and any newly collected data
12351will be written there.
12352
12353@kindex htrace print
12354@item htrace print @var{[start [len]]}
12355Prints trace buffer, using current record configuration.
12356
12357@kindex htrace mode continuous
12358@item htrace mode continuous
12359Set continuous trace mode.
12360
12361@kindex htrace mode suspend
12362@item htrace mode suspend
12363Set suspend trace mode.
12364
12365@end table
12366
8e04817f
AC
12367@node PowerPC
12368@subsection PowerPC
104c1213
JM
12369
12370@table @code
104c1213 12371
8e04817f
AC
12372@kindex target dink32
12373@item target dink32 @var{dev}
12374DINK32 ROM monitor.
104c1213 12375
8e04817f
AC
12376@kindex target ppcbug
12377@item target ppcbug @var{dev}
12378@kindex target ppcbug1
12379@item target ppcbug1 @var{dev}
12380PPCBUG ROM monitor for PowerPC.
104c1213 12381
8e04817f
AC
12382@kindex target sds
12383@item target sds @var{dev}
12384SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12385
12386@end table
12387
12388@node PA
12389@subsection HP PA Embedded
104c1213
JM
12390
12391@table @code
12392
8e04817f
AC
12393@kindex target op50n
12394@item target op50n @var{dev}
12395OP50N monitor, running on an OKI HPPA board.
12396
12397@kindex target w89k
12398@item target w89k @var{dev}
12399W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12400
12401@end table
12402
8e04817f
AC
12403@node SH
12404@subsection Hitachi SH
104c1213
JM
12405
12406@table @code
12407
8e04817f
AC
12408@kindex target hms@r{, with Hitachi SH}
12409@item target hms @var{dev}
12410A Hitachi SH board attached via serial line to your host. Use special
12411commands @code{device} and @code{speed} to control the serial line and
12412the communications speed used.
104c1213 12413
8e04817f
AC
12414@kindex target e7000@r{, with Hitachi SH}
12415@item target e7000 @var{dev}
12416E7000 emulator for Hitachi SH.
104c1213 12417
8e04817f
AC
12418@kindex target sh3@r{, with SH}
12419@kindex target sh3e@r{, with SH}
12420@item target sh3 @var{dev}
12421@item target sh3e @var{dev}
12422Hitachi SH-3 and SH-3E target systems.
104c1213 12423
8e04817f 12424@end table
104c1213 12425
8e04817f
AC
12426@node Sparclet
12427@subsection Tsqware Sparclet
104c1213 12428
8e04817f
AC
12429@cindex Sparclet
12430
12431@value{GDBN} enables developers to debug tasks running on
12432Sparclet targets from a Unix host.
12433@value{GDBN} uses code that runs on
12434both the Unix host and on the Sparclet target. The program
12435@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12436
8e04817f
AC
12437@table @code
12438@item remotetimeout @var{args}
12439@kindex remotetimeout
12440@value{GDBN} supports the option @code{remotetimeout}.
12441This option is set by the user, and @var{args} represents the number of
12442seconds @value{GDBN} waits for responses.
104c1213
JM
12443@end table
12444
8e04817f
AC
12445@cindex compiling, on Sparclet
12446When compiling for debugging, include the options @samp{-g} to get debug
12447information and @samp{-Ttext} to relocate the program to where you wish to
12448load it on the target. You may also want to add the options @samp{-n} or
12449@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12450
474c8240 12451@smallexample
8e04817f 12452sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12453@end smallexample
104c1213 12454
8e04817f 12455You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12456
474c8240 12457@smallexample
8e04817f 12458sparclet-aout-objdump --headers --syms prog
474c8240 12459@end smallexample
104c1213 12460
8e04817f
AC
12461@cindex running, on Sparclet
12462Once you have set
12463your Unix execution search path to find @value{GDBN}, you are ready to
12464run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12465(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12466
8e04817f
AC
12467@value{GDBN} comes up showing the prompt:
12468
474c8240 12469@smallexample
8e04817f 12470(gdbslet)
474c8240 12471@end smallexample
104c1213
JM
12472
12473@menu
8e04817f
AC
12474* Sparclet File:: Setting the file to debug
12475* Sparclet Connection:: Connecting to Sparclet
12476* Sparclet Download:: Sparclet download
12477* Sparclet Execution:: Running and debugging
104c1213
JM
12478@end menu
12479
8e04817f
AC
12480@node Sparclet File
12481@subsubsection Setting file to debug
104c1213 12482
8e04817f 12483The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12484
474c8240 12485@smallexample
8e04817f 12486(gdbslet) file prog
474c8240 12487@end smallexample
104c1213 12488
8e04817f
AC
12489@need 1000
12490@value{GDBN} then attempts to read the symbol table of @file{prog}.
12491@value{GDBN} locates
12492the file by searching the directories listed in the command search
12493path.
12494If the file was compiled with debug information (option "-g"), source
12495files will be searched as well.
12496@value{GDBN} locates
12497the source files by searching the directories listed in the directory search
12498path (@pxref{Environment, ,Your program's environment}).
12499If it fails
12500to find a file, it displays a message such as:
104c1213 12501
474c8240 12502@smallexample
8e04817f 12503prog: No such file or directory.
474c8240 12504@end smallexample
104c1213 12505
8e04817f
AC
12506When this happens, add the appropriate directories to the search paths with
12507the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12508@code{target} command again.
104c1213 12509
8e04817f
AC
12510@node Sparclet Connection
12511@subsubsection Connecting to Sparclet
104c1213 12512
8e04817f
AC
12513The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12514To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12515
474c8240 12516@smallexample
8e04817f
AC
12517(gdbslet) target sparclet /dev/ttya
12518Remote target sparclet connected to /dev/ttya
12519main () at ../prog.c:3
474c8240 12520@end smallexample
104c1213 12521
8e04817f
AC
12522@need 750
12523@value{GDBN} displays messages like these:
104c1213 12524
474c8240 12525@smallexample
8e04817f 12526Connected to ttya.
474c8240 12527@end smallexample
104c1213 12528
8e04817f
AC
12529@node Sparclet Download
12530@subsubsection Sparclet download
104c1213 12531
8e04817f
AC
12532@cindex download to Sparclet
12533Once connected to the Sparclet target,
12534you can use the @value{GDBN}
12535@code{load} command to download the file from the host to the target.
12536The file name and load offset should be given as arguments to the @code{load}
12537command.
12538Since the file format is aout, the program must be loaded to the starting
12539address. You can use @code{objdump} to find out what this value is. The load
12540offset is an offset which is added to the VMA (virtual memory address)
12541of each of the file's sections.
12542For instance, if the program
12543@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12544and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12545
474c8240 12546@smallexample
8e04817f
AC
12547(gdbslet) load prog 0x12010000
12548Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12549@end smallexample
104c1213 12550
8e04817f
AC
12551If the code is loaded at a different address then what the program was linked
12552to, you may need to use the @code{section} and @code{add-symbol-file} commands
12553to tell @value{GDBN} where to map the symbol table.
12554
12555@node Sparclet Execution
12556@subsubsection Running and debugging
12557
12558@cindex running and debugging Sparclet programs
12559You can now begin debugging the task using @value{GDBN}'s execution control
12560commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12561manual for the list of commands.
12562
474c8240 12563@smallexample
8e04817f
AC
12564(gdbslet) b main
12565Breakpoint 1 at 0x12010000: file prog.c, line 3.
12566(gdbslet) run
12567Starting program: prog
12568Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
125693 char *symarg = 0;
12570(gdbslet) step
125714 char *execarg = "hello!";
12572(gdbslet)
474c8240 12573@end smallexample
8e04817f
AC
12574
12575@node Sparclite
12576@subsection Fujitsu Sparclite
104c1213
JM
12577
12578@table @code
12579
8e04817f
AC
12580@kindex target sparclite
12581@item target sparclite @var{dev}
12582Fujitsu sparclite boards, used only for the purpose of loading.
12583You must use an additional command to debug the program.
12584For example: target remote @var{dev} using @value{GDBN} standard
12585remote protocol.
104c1213
JM
12586
12587@end table
12588
8e04817f
AC
12589@node ST2000
12590@subsection Tandem ST2000
104c1213 12591
8e04817f
AC
12592@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12593STDBUG protocol.
104c1213 12594
8e04817f
AC
12595To connect your ST2000 to the host system, see the manufacturer's
12596manual. Once the ST2000 is physically attached, you can run:
104c1213 12597
474c8240 12598@smallexample
8e04817f 12599target st2000 @var{dev} @var{speed}
474c8240 12600@end smallexample
104c1213 12601
8e04817f
AC
12602@noindent
12603to establish it as your debugging environment. @var{dev} is normally
12604the name of a serial device, such as @file{/dev/ttya}, connected to the
12605ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12606connection (for example, to a serial line attached via a terminal
12607concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12608
8e04817f
AC
12609The @code{load} and @code{attach} commands are @emph{not} defined for
12610this target; you must load your program into the ST2000 as you normally
12611would for standalone operation. @value{GDBN} reads debugging information
12612(such as symbols) from a separate, debugging version of the program
12613available on your host computer.
12614@c FIXME!! This is terribly vague; what little content is here is
12615@c basically hearsay.
104c1213 12616
8e04817f
AC
12617@cindex ST2000 auxiliary commands
12618These auxiliary @value{GDBN} commands are available to help you with the ST2000
12619environment:
104c1213 12620
8e04817f
AC
12621@table @code
12622@item st2000 @var{command}
12623@kindex st2000 @var{cmd}
12624@cindex STDBUG commands (ST2000)
12625@cindex commands to STDBUG (ST2000)
12626Send a @var{command} to the STDBUG monitor. See the manufacturer's
12627manual for available commands.
104c1213 12628
8e04817f
AC
12629@item connect
12630@cindex connect (to STDBUG)
12631Connect the controlling terminal to the STDBUG command monitor. When
12632you are done interacting with STDBUG, typing either of two character
12633sequences gets you back to the @value{GDBN} command prompt:
12634@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12635@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12636@end table
12637
8e04817f
AC
12638@node Z8000
12639@subsection Zilog Z8000
104c1213 12640
8e04817f
AC
12641@cindex Z8000
12642@cindex simulator, Z8000
12643@cindex Zilog Z8000 simulator
104c1213 12644
8e04817f
AC
12645When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12646a Z8000 simulator.
12647
12648For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12649unsegmented variant of the Z8000 architecture) or the Z8001 (the
12650segmented variant). The simulator recognizes which architecture is
12651appropriate by inspecting the object code.
104c1213 12652
8e04817f
AC
12653@table @code
12654@item target sim @var{args}
12655@kindex sim
12656@kindex target sim@r{, with Z8000}
12657Debug programs on a simulated CPU. If the simulator supports setup
12658options, specify them via @var{args}.
104c1213
JM
12659@end table
12660
8e04817f
AC
12661@noindent
12662After specifying this target, you can debug programs for the simulated
12663CPU in the same style as programs for your host computer; use the
12664@code{file} command to load a new program image, the @code{run} command
12665to run your program, and so on.
12666
12667As well as making available all the usual machine registers
12668(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12669additional items of information as specially named registers:
104c1213
JM
12670
12671@table @code
12672
8e04817f
AC
12673@item cycles
12674Counts clock-ticks in the simulator.
104c1213 12675
8e04817f
AC
12676@item insts
12677Counts instructions run in the simulator.
104c1213 12678
8e04817f
AC
12679@item time
12680Execution time in 60ths of a second.
104c1213 12681
8e04817f 12682@end table
104c1213 12683
8e04817f
AC
12684You can refer to these values in @value{GDBN} expressions with the usual
12685conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12686conditional breakpoint that suspends only after at least 5000
12687simulated clock ticks.
104c1213 12688
8e04817f
AC
12689@node Architectures
12690@section Architectures
104c1213 12691
8e04817f
AC
12692This section describes characteristics of architectures that affect
12693all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12694
8e04817f
AC
12695@menu
12696* A29K::
12697* Alpha::
12698* MIPS::
12699@end menu
104c1213 12700
8e04817f
AC
12701@node A29K
12702@subsection A29K
104c1213
JM
12703
12704@table @code
104c1213 12705
8e04817f
AC
12706@kindex set rstack_high_address
12707@cindex AMD 29K register stack
12708@cindex register stack, AMD29K
12709@item set rstack_high_address @var{address}
12710On AMD 29000 family processors, registers are saved in a separate
12711@dfn{register stack}. There is no way for @value{GDBN} to determine the
12712extent of this stack. Normally, @value{GDBN} just assumes that the
12713stack is ``large enough''. This may result in @value{GDBN} referencing
12714memory locations that do not exist. If necessary, you can get around
12715this problem by specifying the ending address of the register stack with
12716the @code{set rstack_high_address} command. The argument should be an
12717address, which you probably want to precede with @samp{0x} to specify in
12718hexadecimal.
104c1213 12719
8e04817f
AC
12720@kindex show rstack_high_address
12721@item show rstack_high_address
12722Display the current limit of the register stack, on AMD 29000 family
12723processors.
104c1213 12724
8e04817f 12725@end table
104c1213 12726
8e04817f
AC
12727@node Alpha
12728@subsection Alpha
104c1213 12729
8e04817f 12730See the following section.
104c1213 12731
8e04817f
AC
12732@node MIPS
12733@subsection MIPS
104c1213 12734
8e04817f
AC
12735@cindex stack on Alpha
12736@cindex stack on MIPS
12737@cindex Alpha stack
12738@cindex MIPS stack
12739Alpha- and MIPS-based computers use an unusual stack frame, which
12740sometimes requires @value{GDBN} to search backward in the object code to
12741find the beginning of a function.
104c1213 12742
8e04817f
AC
12743@cindex response time, MIPS debugging
12744To improve response time (especially for embedded applications, where
12745@value{GDBN} may be restricted to a slow serial line for this search)
12746you may want to limit the size of this search, using one of these
12747commands:
104c1213 12748
8e04817f
AC
12749@table @code
12750@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12751@item set heuristic-fence-post @var{limit}
12752Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12753search for the beginning of a function. A value of @var{0} (the
12754default) means there is no limit. However, except for @var{0}, the
12755larger the limit the more bytes @code{heuristic-fence-post} must search
12756and therefore the longer it takes to run.
104c1213 12757
8e04817f
AC
12758@item show heuristic-fence-post
12759Display the current limit.
12760@end table
104c1213
JM
12761
12762@noindent
8e04817f
AC
12763These commands are available @emph{only} when @value{GDBN} is configured
12764for debugging programs on Alpha or MIPS processors.
104c1213 12765
104c1213 12766
8e04817f
AC
12767@node Controlling GDB
12768@chapter Controlling @value{GDBN}
12769
12770You can alter the way @value{GDBN} interacts with you by using the
12771@code{set} command. For commands controlling how @value{GDBN} displays
12772data, see @ref{Print Settings, ,Print settings}. Other settings are
12773described here.
12774
12775@menu
12776* Prompt:: Prompt
12777* Editing:: Command editing
12778* History:: Command history
12779* Screen Size:: Screen size
12780* Numbers:: Numbers
12781* Messages/Warnings:: Optional warnings and messages
12782* Debugging Output:: Optional messages about internal happenings
12783@end menu
12784
12785@node Prompt
12786@section Prompt
104c1213 12787
8e04817f 12788@cindex prompt
104c1213 12789
8e04817f
AC
12790@value{GDBN} indicates its readiness to read a command by printing a string
12791called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12792can change the prompt string with the @code{set prompt} command. For
12793instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12794the prompt in one of the @value{GDBN} sessions so that you can always tell
12795which one you are talking to.
104c1213 12796
8e04817f
AC
12797@emph{Note:} @code{set prompt} does not add a space for you after the
12798prompt you set. This allows you to set a prompt which ends in a space
12799or a prompt that does not.
104c1213 12800
8e04817f
AC
12801@table @code
12802@kindex set prompt
12803@item set prompt @var{newprompt}
12804Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12805
8e04817f
AC
12806@kindex show prompt
12807@item show prompt
12808Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12809@end table
12810
8e04817f
AC
12811@node Editing
12812@section Command editing
12813@cindex readline
12814@cindex command line editing
104c1213 12815
8e04817f
AC
12816@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12817@sc{gnu} library provides consistent behavior for programs which provide a
12818command line interface to the user. Advantages are @sc{gnu} Emacs-style
12819or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12820substitution, and a storage and recall of command history across
12821debugging sessions.
104c1213 12822
8e04817f
AC
12823You may control the behavior of command line editing in @value{GDBN} with the
12824command @code{set}.
104c1213 12825
8e04817f
AC
12826@table @code
12827@kindex set editing
12828@cindex editing
12829@item set editing
12830@itemx set editing on
12831Enable command line editing (enabled by default).
104c1213 12832
8e04817f
AC
12833@item set editing off
12834Disable command line editing.
104c1213 12835
8e04817f
AC
12836@kindex show editing
12837@item show editing
12838Show whether command line editing is enabled.
104c1213
JM
12839@end table
12840
8e04817f
AC
12841@node History
12842@section Command history
12843
12844@value{GDBN} can keep track of the commands you type during your
12845debugging sessions, so that you can be certain of precisely what
12846happened. Use these commands to manage the @value{GDBN} command
12847history facility.
104c1213
JM
12848
12849@table @code
8e04817f
AC
12850@cindex history substitution
12851@cindex history file
12852@kindex set history filename
12853@kindex GDBHISTFILE
12854@item set history filename @var{fname}
12855Set the name of the @value{GDBN} command history file to @var{fname}.
12856This is the file where @value{GDBN} reads an initial command history
12857list, and where it writes the command history from this session when it
12858exits. You can access this list through history expansion or through
12859the history command editing characters listed below. This file defaults
12860to the value of the environment variable @code{GDBHISTFILE}, or to
12861@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12862is not set.
104c1213 12863
8e04817f
AC
12864@cindex history save
12865@kindex set history save
12866@item set history save
12867@itemx set history save on
12868Record command history in a file, whose name may be specified with the
12869@code{set history filename} command. By default, this option is disabled.
104c1213 12870
8e04817f
AC
12871@item set history save off
12872Stop recording command history in a file.
104c1213 12873
8e04817f
AC
12874@cindex history size
12875@kindex set history size
12876@item set history size @var{size}
12877Set the number of commands which @value{GDBN} keeps in its history list.
12878This defaults to the value of the environment variable
12879@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
12880@end table
12881
8e04817f
AC
12882@cindex history expansion
12883History expansion assigns special meaning to the character @kbd{!}.
12884@ifset have-readline-appendices
12885@xref{Event Designators}.
12886@end ifset
12887
12888Since @kbd{!} is also the logical not operator in C, history expansion
12889is off by default. If you decide to enable history expansion with the
12890@code{set history expansion on} command, you may sometimes need to
12891follow @kbd{!} (when it is used as logical not, in an expression) with
12892a space or a tab to prevent it from being expanded. The readline
12893history facilities do not attempt substitution on the strings
12894@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
12895
12896The commands to control history expansion are:
104c1213
JM
12897
12898@table @code
8e04817f
AC
12899@kindex set history expansion
12900@item set history expansion on
12901@itemx set history expansion
12902Enable history expansion. History expansion is off by default.
104c1213 12903
8e04817f
AC
12904@item set history expansion off
12905Disable history expansion.
104c1213 12906
8e04817f
AC
12907The readline code comes with more complete documentation of
12908editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
12909or @code{vi} may wish to read it.
12910@ifset have-readline-appendices
12911@xref{Command Line Editing}.
12912@end ifset
104c1213 12913
8e04817f
AC
12914@c @group
12915@kindex show history
12916@item show history
12917@itemx show history filename
12918@itemx show history save
12919@itemx show history size
12920@itemx show history expansion
12921These commands display the state of the @value{GDBN} history parameters.
12922@code{show history} by itself displays all four states.
12923@c @end group
12924@end table
12925
12926@table @code
12927@kindex shows
12928@item show commands
12929Display the last ten commands in the command history.
104c1213 12930
8e04817f
AC
12931@item show commands @var{n}
12932Print ten commands centered on command number @var{n}.
12933
12934@item show commands +
12935Print ten commands just after the commands last printed.
104c1213
JM
12936@end table
12937
8e04817f
AC
12938@node Screen Size
12939@section Screen size
12940@cindex size of screen
12941@cindex pauses in output
104c1213 12942
8e04817f
AC
12943Certain commands to @value{GDBN} may produce large amounts of
12944information output to the screen. To help you read all of it,
12945@value{GDBN} pauses and asks you for input at the end of each page of
12946output. Type @key{RET} when you want to continue the output, or @kbd{q}
12947to discard the remaining output. Also, the screen width setting
12948determines when to wrap lines of output. Depending on what is being
12949printed, @value{GDBN} tries to break the line at a readable place,
12950rather than simply letting it overflow onto the following line.
12951
12952Normally @value{GDBN} knows the size of the screen from the terminal
12953driver software. For example, on Unix @value{GDBN} uses the termcap data base
12954together with the value of the @code{TERM} environment variable and the
12955@code{stty rows} and @code{stty cols} settings. If this is not correct,
12956you can override it with the @code{set height} and @code{set
12957width} commands:
12958
12959@table @code
12960@kindex set height
12961@kindex set width
12962@kindex show width
12963@kindex show height
12964@item set height @var{lpp}
12965@itemx show height
12966@itemx set width @var{cpl}
12967@itemx show width
12968These @code{set} commands specify a screen height of @var{lpp} lines and
12969a screen width of @var{cpl} characters. The associated @code{show}
12970commands display the current settings.
104c1213 12971
8e04817f
AC
12972If you specify a height of zero lines, @value{GDBN} does not pause during
12973output no matter how long the output is. This is useful if output is to a
12974file or to an editor buffer.
104c1213 12975
8e04817f
AC
12976Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
12977from wrapping its output.
104c1213
JM
12978@end table
12979
8e04817f
AC
12980@node Numbers
12981@section Numbers
12982@cindex number representation
12983@cindex entering numbers
104c1213 12984
8e04817f
AC
12985You can always enter numbers in octal, decimal, or hexadecimal in
12986@value{GDBN} by the usual conventions: octal numbers begin with
12987@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
12988begin with @samp{0x}. Numbers that begin with none of these are, by
12989default, entered in base 10; likewise, the default display for
12990numbers---when no particular format is specified---is base 10. You can
12991change the default base for both input and output with the @code{set
12992radix} command.
104c1213 12993
8e04817f
AC
12994@table @code
12995@kindex set input-radix
12996@item set input-radix @var{base}
12997Set the default base for numeric input. Supported choices
12998for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12999specified either unambiguously or using the current default radix; for
13000example, any of
104c1213 13001
8e04817f
AC
13002@smallexample
13003set radix 012
13004set radix 10.
13005set radix 0xa
13006@end smallexample
104c1213 13007
8e04817f
AC
13008@noindent
13009sets the base to decimal. On the other hand, @samp{set radix 10}
13010leaves the radix unchanged no matter what it was.
104c1213 13011
8e04817f
AC
13012@kindex set output-radix
13013@item set output-radix @var{base}
13014Set the default base for numeric display. Supported choices
13015for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13016specified either unambiguously or using the current default radix.
104c1213 13017
8e04817f
AC
13018@kindex show input-radix
13019@item show input-radix
13020Display the current default base for numeric input.
104c1213 13021
8e04817f
AC
13022@kindex show output-radix
13023@item show output-radix
13024Display the current default base for numeric display.
13025@end table
104c1213 13026
8e04817f
AC
13027@node Messages/Warnings
13028@section Optional warnings and messages
104c1213 13029
8e04817f
AC
13030By default, @value{GDBN} is silent about its inner workings. If you are
13031running on a slow machine, you may want to use the @code{set verbose}
13032command. This makes @value{GDBN} tell you when it does a lengthy
13033internal operation, so you will not think it has crashed.
104c1213 13034
8e04817f
AC
13035Currently, the messages controlled by @code{set verbose} are those
13036which announce that the symbol table for a source file is being read;
13037see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13038
8e04817f
AC
13039@table @code
13040@kindex set verbose
13041@item set verbose on
13042Enables @value{GDBN} output of certain informational messages.
104c1213 13043
8e04817f
AC
13044@item set verbose off
13045Disables @value{GDBN} output of certain informational messages.
104c1213 13046
8e04817f
AC
13047@kindex show verbose
13048@item show verbose
13049Displays whether @code{set verbose} is on or off.
13050@end table
104c1213 13051
8e04817f
AC
13052By default, if @value{GDBN} encounters bugs in the symbol table of an
13053object file, it is silent; but if you are debugging a compiler, you may
13054find this information useful (@pxref{Symbol Errors, ,Errors reading
13055symbol files}).
104c1213 13056
8e04817f 13057@table @code
104c1213 13058
8e04817f
AC
13059@kindex set complaints
13060@item set complaints @var{limit}
13061Permits @value{GDBN} to output @var{limit} complaints about each type of
13062unusual symbols before becoming silent about the problem. Set
13063@var{limit} to zero to suppress all complaints; set it to a large number
13064to prevent complaints from being suppressed.
104c1213 13065
8e04817f
AC
13066@kindex show complaints
13067@item show complaints
13068Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13069
8e04817f 13070@end table
104c1213 13071
8e04817f
AC
13072By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13073lot of stupid questions to confirm certain commands. For example, if
13074you try to run a program which is already running:
104c1213 13075
474c8240 13076@smallexample
8e04817f
AC
13077(@value{GDBP}) run
13078The program being debugged has been started already.
13079Start it from the beginning? (y or n)
474c8240 13080@end smallexample
104c1213 13081
8e04817f
AC
13082If you are willing to unflinchingly face the consequences of your own
13083commands, you can disable this ``feature'':
104c1213 13084
8e04817f 13085@table @code
104c1213 13086
8e04817f
AC
13087@kindex set confirm
13088@cindex flinching
13089@cindex confirmation
13090@cindex stupid questions
13091@item set confirm off
13092Disables confirmation requests.
104c1213 13093
8e04817f
AC
13094@item set confirm on
13095Enables confirmation requests (the default).
104c1213 13096
8e04817f
AC
13097@kindex show confirm
13098@item show confirm
13099Displays state of confirmation requests.
13100
13101@end table
104c1213 13102
8e04817f
AC
13103@node Debugging Output
13104@section Optional messages about internal happenings
104c1213 13105@table @code
8e04817f
AC
13106@kindex set debug arch
13107@item set debug arch
13108Turns on or off display of gdbarch debugging info. The default is off
13109@kindex show debug arch
13110@item show debug arch
13111Displays the current state of displaying gdbarch debugging info.
13112@kindex set debug event
13113@item set debug event
13114Turns on or off display of @value{GDBN} event debugging info. The
13115default is off.
13116@kindex show debug event
13117@item show debug event
13118Displays the current state of displaying @value{GDBN} event debugging
13119info.
13120@kindex set debug expression
13121@item set debug expression
13122Turns on or off display of @value{GDBN} expression debugging info. The
13123default is off.
13124@kindex show debug expression
13125@item show debug expression
13126Displays the current state of displaying @value{GDBN} expression
13127debugging info.
13128@kindex set debug overload
13129@item set debug overload
13130Turns on or off display of @value{GDBN} C@t{++} overload debugging
13131info. This includes info such as ranking of functions, etc. The default
13132is off.
13133@kindex show debug overload
13134@item show debug overload
13135Displays the current state of displaying @value{GDBN} C@t{++} overload
13136debugging info.
13137@kindex set debug remote
13138@cindex packets, reporting on stdout
13139@cindex serial connections, debugging
13140@item set debug remote
13141Turns on or off display of reports on all packets sent back and forth across
13142the serial line to the remote machine. The info is printed on the
13143@value{GDBN} standard output stream. The default is off.
13144@kindex show debug remote
13145@item show debug remote
13146Displays the state of display of remote packets.
13147@kindex set debug serial
13148@item set debug serial
13149Turns on or off display of @value{GDBN} serial debugging info. The
13150default is off.
13151@kindex show debug serial
13152@item show debug serial
13153Displays the current state of displaying @value{GDBN} serial debugging
13154info.
13155@kindex set debug target
13156@item set debug target
13157Turns on or off display of @value{GDBN} target debugging info. This info
13158includes what is going on at the target level of GDB, as it happens. The
13159default is off.
13160@kindex show debug target
13161@item show debug target
13162Displays the current state of displaying @value{GDBN} target debugging
13163info.
13164@kindex set debug varobj
13165@item set debug varobj
13166Turns on or off display of @value{GDBN} variable object debugging
13167info. The default is off.
13168@kindex show debug varobj
13169@item show debug varobj
13170Displays the current state of displaying @value{GDBN} variable object
13171debugging info.
13172@end table
104c1213 13173
8e04817f
AC
13174@node Sequences
13175@chapter Canned Sequences of Commands
104c1213 13176
8e04817f
AC
13177Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13178command lists}), @value{GDBN} provides two ways to store sequences of
13179commands for execution as a unit: user-defined commands and command
13180files.
104c1213 13181
8e04817f
AC
13182@menu
13183* Define:: User-defined commands
13184* Hooks:: User-defined command hooks
13185* Command Files:: Command files
13186* Output:: Commands for controlled output
13187@end menu
104c1213 13188
8e04817f
AC
13189@node Define
13190@section User-defined commands
104c1213 13191
8e04817f
AC
13192@cindex user-defined command
13193A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13194which you assign a new name as a command. This is done with the
13195@code{define} command. User commands may accept up to 10 arguments
13196separated by whitespace. Arguments are accessed within the user command
13197via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13198
8e04817f
AC
13199@smallexample
13200define adder
13201 print $arg0 + $arg1 + $arg2
13202@end smallexample
104c1213
JM
13203
13204@noindent
8e04817f 13205To execute the command use:
104c1213 13206
8e04817f
AC
13207@smallexample
13208adder 1 2 3
13209@end smallexample
104c1213 13210
8e04817f
AC
13211@noindent
13212This defines the command @code{adder}, which prints the sum of
13213its three arguments. Note the arguments are text substitutions, so they may
13214reference variables, use complex expressions, or even perform inferior
13215functions calls.
104c1213
JM
13216
13217@table @code
104c1213 13218
8e04817f
AC
13219@kindex define
13220@item define @var{commandname}
13221Define a command named @var{commandname}. If there is already a command
13222by that name, you are asked to confirm that you want to redefine it.
104c1213 13223
8e04817f
AC
13224The definition of the command is made up of other @value{GDBN} command lines,
13225which are given following the @code{define} command. The end of these
13226commands is marked by a line containing @code{end}.
104c1213 13227
8e04817f
AC
13228@kindex if
13229@kindex else
13230@item if
13231Takes a single argument, which is an expression to evaluate.
13232It is followed by a series of commands that are executed
13233only if the expression is true (nonzero).
13234There can then optionally be a line @code{else}, followed
13235by a series of commands that are only executed if the expression
13236was false. The end of the list is marked by a line containing @code{end}.
104c1213 13237
8e04817f
AC
13238@kindex while
13239@item while
13240The syntax is similar to @code{if}: the command takes a single argument,
13241which is an expression to evaluate, and must be followed by the commands to
13242execute, one per line, terminated by an @code{end}.
13243The commands are executed repeatedly as long as the expression
13244evaluates to true.
104c1213 13245
8e04817f
AC
13246@kindex document
13247@item document @var{commandname}
13248Document the user-defined command @var{commandname}, so that it can be
13249accessed by @code{help}. The command @var{commandname} must already be
13250defined. This command reads lines of documentation just as @code{define}
13251reads the lines of the command definition, ending with @code{end}.
13252After the @code{document} command is finished, @code{help} on command
13253@var{commandname} displays the documentation you have written.
104c1213 13254
8e04817f
AC
13255You may use the @code{document} command again to change the
13256documentation of a command. Redefining the command with @code{define}
13257does not change the documentation.
104c1213 13258
8e04817f
AC
13259@kindex help user-defined
13260@item help user-defined
13261List all user-defined commands, with the first line of the documentation
13262(if any) for each.
104c1213 13263
8e04817f
AC
13264@kindex show user
13265@item show user
13266@itemx show user @var{commandname}
13267Display the @value{GDBN} commands used to define @var{commandname} (but
13268not its documentation). If no @var{commandname} is given, display the
13269definitions for all user-defined commands.
104c1213 13270
20f01a46
DH
13271@kindex show max-user-call-depth
13272@kindex set max-user-call-depth
13273@item show max-user-call-depth
5ca0cb28
DH
13274@itemx set max-user-call-depth
13275The value of @code{max-user-call-depth} controls how many recursion
13276levels are allowed in user-defined commands before GDB suspects an
13277infinite recursion and aborts the command.
20f01a46 13278
104c1213
JM
13279@end table
13280
8e04817f
AC
13281When user-defined commands are executed, the
13282commands of the definition are not printed. An error in any command
13283stops execution of the user-defined command.
104c1213 13284
8e04817f
AC
13285If used interactively, commands that would ask for confirmation proceed
13286without asking when used inside a user-defined command. Many @value{GDBN}
13287commands that normally print messages to say what they are doing omit the
13288messages when used in a user-defined command.
104c1213 13289
8e04817f
AC
13290@node Hooks
13291@section User-defined command hooks
13292@cindex command hooks
13293@cindex hooks, for commands
13294@cindex hooks, pre-command
104c1213 13295
8e04817f
AC
13296@kindex hook
13297@kindex hook-
13298You may define @dfn{hooks}, which are a special kind of user-defined
13299command. Whenever you run the command @samp{foo}, if the user-defined
13300command @samp{hook-foo} exists, it is executed (with no arguments)
13301before that command.
104c1213 13302
8e04817f
AC
13303@cindex hooks, post-command
13304@kindex hookpost
13305@kindex hookpost-
13306A hook may also be defined which is run after the command you executed.
13307Whenever you run the command @samp{foo}, if the user-defined command
13308@samp{hookpost-foo} exists, it is executed (with no arguments) after
13309that command. Post-execution hooks may exist simultaneously with
13310pre-execution hooks, for the same command.
104c1213 13311
8e04817f
AC
13312It is valid for a hook to call the command which it hooks. If this
13313occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13314
8e04817f
AC
13315@c It would be nice if hookpost could be passed a parameter indicating
13316@c if the command it hooks executed properly or not. FIXME!
104c1213 13317
8e04817f
AC
13318@kindex stop@r{, a pseudo-command}
13319In addition, a pseudo-command, @samp{stop} exists. Defining
13320(@samp{hook-stop}) makes the associated commands execute every time
13321execution stops in your program: before breakpoint commands are run,
13322displays are printed, or the stack frame is printed.
104c1213 13323
8e04817f
AC
13324For example, to ignore @code{SIGALRM} signals while
13325single-stepping, but treat them normally during normal execution,
13326you could define:
104c1213 13327
474c8240 13328@smallexample
8e04817f
AC
13329define hook-stop
13330handle SIGALRM nopass
13331end
104c1213 13332
8e04817f
AC
13333define hook-run
13334handle SIGALRM pass
13335end
104c1213 13336
8e04817f
AC
13337define hook-continue
13338handle SIGLARM pass
13339end
474c8240 13340@end smallexample
104c1213 13341
8e04817f
AC
13342As a further example, to hook at the begining and end of the @code{echo}
13343command, and to add extra text to the beginning and end of the message,
13344you could define:
104c1213 13345
474c8240 13346@smallexample
8e04817f
AC
13347define hook-echo
13348echo <<<---
13349end
104c1213 13350
8e04817f
AC
13351define hookpost-echo
13352echo --->>>\n
13353end
104c1213 13354
8e04817f
AC
13355(@value{GDBP}) echo Hello World
13356<<<---Hello World--->>>
13357(@value{GDBP})
104c1213 13358
474c8240 13359@end smallexample
104c1213 13360
8e04817f
AC
13361You can define a hook for any single-word command in @value{GDBN}, but
13362not for command aliases; you should define a hook for the basic command
13363name, e.g. @code{backtrace} rather than @code{bt}.
13364@c FIXME! So how does Joe User discover whether a command is an alias
13365@c or not?
13366If an error occurs during the execution of your hook, execution of
13367@value{GDBN} commands stops and @value{GDBN} issues a prompt
13368(before the command that you actually typed had a chance to run).
104c1213 13369
8e04817f
AC
13370If you try to define a hook which does not match any known command, you
13371get a warning from the @code{define} command.
c906108c 13372
8e04817f
AC
13373@node Command Files
13374@section Command files
c906108c 13375
8e04817f
AC
13376@cindex command files
13377A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13378commands. Comments (lines starting with @kbd{#}) may also be included.
13379An empty line in a command file does nothing; it does not mean to repeat
13380the last command, as it would from the terminal.
c906108c 13381
8e04817f
AC
13382@cindex init file
13383@cindex @file{.gdbinit}
13384@cindex @file{gdb.ini}
13385When you start @value{GDBN}, it automatically executes commands from its
13386@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13387port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13388limitations of file names imposed by DOS filesystems.}.
13389During startup, @value{GDBN} does the following:
c906108c 13390
8e04817f
AC
13391@enumerate
13392@item
13393Reads the init file (if any) in your home directory@footnote{On
13394DOS/Windows systems, the home directory is the one pointed to by the
13395@code{HOME} environment variable.}.
c906108c 13396
8e04817f
AC
13397@item
13398Processes command line options and operands.
c906108c 13399
8e04817f
AC
13400@item
13401Reads the init file (if any) in the current working directory.
c906108c 13402
8e04817f
AC
13403@item
13404Reads command files specified by the @samp{-x} option.
13405@end enumerate
c906108c 13406
8e04817f
AC
13407The init file in your home directory can set options (such as @samp{set
13408complaints}) that affect subsequent processing of command line options
13409and operands. Init files are not executed if you use the @samp{-nx}
13410option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13411
8e04817f
AC
13412@cindex init file name
13413On some configurations of @value{GDBN}, the init file is known by a
13414different name (these are typically environments where a specialized
13415form of @value{GDBN} may need to coexist with other forms, hence a
13416different name for the specialized version's init file). These are the
13417environments with special init file names:
c906108c 13418
8e04817f
AC
13419@cindex @file{.vxgdbinit}
13420@itemize @bullet
13421@item
13422VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13423
8e04817f
AC
13424@cindex @file{.os68gdbinit}
13425@item
13426OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13427
8e04817f
AC
13428@cindex @file{.esgdbinit}
13429@item
13430ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13431@end itemize
c906108c 13432
8e04817f
AC
13433You can also request the execution of a command file with the
13434@code{source} command:
c906108c 13435
8e04817f
AC
13436@table @code
13437@kindex source
13438@item source @var{filename}
13439Execute the command file @var{filename}.
c906108c
SS
13440@end table
13441
8e04817f 13442The lines in a command file are executed sequentially. They are not
a71ec265
DH
13443printed as they are executed. An error in any command terminates
13444execution of the command file and control is returned to the console.
c906108c 13445
8e04817f
AC
13446Commands that would ask for confirmation if used interactively proceed
13447without asking when used in a command file. Many @value{GDBN} commands that
13448normally print messages to say what they are doing omit the messages
13449when called from command files.
c906108c 13450
8e04817f
AC
13451@value{GDBN} also accepts command input from standard input. In this
13452mode, normal output goes to standard output and error output goes to
13453standard error. Errors in a command file supplied on standard input do
13454not terminate execution of the command file --- execution continues with
13455the next command.
c906108c 13456
474c8240 13457@smallexample
8e04817f 13458gdb < cmds > log 2>&1
474c8240 13459@end smallexample
c906108c 13460
8e04817f
AC
13461(The syntax above will vary depending on the shell used.) This example
13462will execute commands from the file @file{cmds}. All output and errors
13463would be directed to @file{log}.
c906108c 13464
8e04817f
AC
13465@node Output
13466@section Commands for controlled output
c906108c 13467
8e04817f
AC
13468During the execution of a command file or a user-defined command, normal
13469@value{GDBN} output is suppressed; the only output that appears is what is
13470explicitly printed by the commands in the definition. This section
13471describes three commands useful for generating exactly the output you
13472want.
c906108c
SS
13473
13474@table @code
8e04817f
AC
13475@kindex echo
13476@item echo @var{text}
13477@c I do not consider backslash-space a standard C escape sequence
13478@c because it is not in ANSI.
13479Print @var{text}. Nonprinting characters can be included in
13480@var{text} using C escape sequences, such as @samp{\n} to print a
13481newline. @strong{No newline is printed unless you specify one.}
13482In addition to the standard C escape sequences, a backslash followed
13483by a space stands for a space. This is useful for displaying a
13484string with spaces at the beginning or the end, since leading and
13485trailing spaces are otherwise trimmed from all arguments.
13486To print @samp{@w{ }and foo =@w{ }}, use the command
13487@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13488
8e04817f
AC
13489A backslash at the end of @var{text} can be used, as in C, to continue
13490the command onto subsequent lines. For example,
c906108c 13491
474c8240 13492@smallexample
8e04817f
AC
13493echo This is some text\n\
13494which is continued\n\
13495onto several lines.\n
474c8240 13496@end smallexample
c906108c 13497
8e04817f 13498produces the same output as
c906108c 13499
474c8240 13500@smallexample
8e04817f
AC
13501echo This is some text\n
13502echo which is continued\n
13503echo onto several lines.\n
474c8240 13504@end smallexample
c906108c 13505
8e04817f
AC
13506@kindex output
13507@item output @var{expression}
13508Print the value of @var{expression} and nothing but that value: no
13509newlines, no @samp{$@var{nn} = }. The value is not entered in the
13510value history either. @xref{Expressions, ,Expressions}, for more information
13511on expressions.
c906108c 13512
8e04817f
AC
13513@item output/@var{fmt} @var{expression}
13514Print the value of @var{expression} in format @var{fmt}. You can use
13515the same formats as for @code{print}. @xref{Output Formats,,Output
13516formats}, for more information.
c906108c 13517
8e04817f
AC
13518@kindex printf
13519@item printf @var{string}, @var{expressions}@dots{}
13520Print the values of the @var{expressions} under the control of
13521@var{string}. The @var{expressions} are separated by commas and may be
13522either numbers or pointers. Their values are printed as specified by
13523@var{string}, exactly as if your program were to execute the C
13524subroutine
13525@c FIXME: the above implies that at least all ANSI C formats are
13526@c supported, but it isn't true: %E and %G don't work (or so it seems).
13527@c Either this is a bug, or the manual should document what formats are
13528@c supported.
c906108c 13529
474c8240 13530@smallexample
8e04817f 13531printf (@var{string}, @var{expressions}@dots{});
474c8240 13532@end smallexample
c906108c 13533
8e04817f 13534For example, you can print two values in hex like this:
c906108c 13535
8e04817f
AC
13536@smallexample
13537printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13538@end smallexample
c906108c 13539
8e04817f
AC
13540The only backslash-escape sequences that you can use in the format
13541string are the simple ones that consist of backslash followed by a
13542letter.
c906108c
SS
13543@end table
13544
8e04817f
AC
13545@node TUI
13546@chapter @value{GDBN} Text User Interface
13547@cindex TUI
c906108c 13548
8e04817f
AC
13549@menu
13550* TUI Overview:: TUI overview
13551* TUI Keys:: TUI key bindings
7cf36c78 13552* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13553* TUI Commands:: TUI specific commands
13554* TUI Configuration:: TUI configuration variables
13555@end menu
c906108c 13556
8e04817f
AC
13557The @value{GDBN} Text User Interface, TUI in short,
13558is a terminal interface which uses the @code{curses} library
13559to show the source file, the assembly output, the program registers
13560and @value{GDBN} commands in separate text windows.
13561The TUI is available only when @value{GDBN} is configured
13562with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13563
8e04817f
AC
13564@node TUI Overview
13565@section TUI overview
c906108c 13566
8e04817f
AC
13567The TUI has two display modes that can be switched while
13568@value{GDBN} runs:
c906108c 13569
8e04817f
AC
13570@itemize @bullet
13571@item
13572A curses (or TUI) mode in which it displays several text
13573windows on the terminal.
c906108c 13574
8e04817f
AC
13575@item
13576A standard mode which corresponds to the @value{GDBN} configured without
13577the TUI.
13578@end itemize
c906108c 13579
8e04817f
AC
13580In the TUI mode, @value{GDBN} can display several text window
13581on the terminal:
c906108c 13582
8e04817f
AC
13583@table @emph
13584@item command
13585This window is the @value{GDBN} command window with the @value{GDBN}
13586prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13587managed using readline but through the TUI. The @emph{command}
13588window is always visible.
c906108c 13589
8e04817f
AC
13590@item source
13591The source window shows the source file of the program. The current
13592line as well as active breakpoints are displayed in this window.
c906108c 13593
8e04817f
AC
13594@item assembly
13595The assembly window shows the disassembly output of the program.
c906108c 13596
8e04817f
AC
13597@item register
13598This window shows the processor registers. It detects when
13599a register is changed and when this is the case, registers that have
13600changed are highlighted.
c906108c 13601
c906108c
SS
13602@end table
13603
269c21fe
SC
13604The source and assembly windows show the current program position
13605by highlighting the current line and marking them with the @samp{>} marker.
13606Breakpoints are also indicated with two markers. A first one
13607indicates the breakpoint type:
13608
13609@table @code
13610@item B
13611Breakpoint which was hit at least once.
13612
13613@item b
13614Breakpoint which was never hit.
13615
13616@item H
13617Hardware breakpoint which was hit at least once.
13618
13619@item h
13620Hardware breakpoint which was never hit.
13621
13622@end table
13623
13624The second marker indicates whether the breakpoint is enabled or not:
13625
13626@table @code
13627@item +
13628Breakpoint is enabled.
13629
13630@item -
13631Breakpoint is disabled.
13632
13633@end table
13634
8e04817f
AC
13635The source, assembly and register windows are attached to the thread
13636and the frame position. They are updated when the current thread
13637changes, when the frame changes or when the program counter changes.
13638These three windows are arranged by the TUI according to several
13639layouts. The layout defines which of these three windows are visible.
13640The following layouts are available:
c906108c 13641
8e04817f
AC
13642@itemize @bullet
13643@item
13644source
2df3850c 13645
8e04817f
AC
13646@item
13647assembly
13648
13649@item
13650source and assembly
13651
13652@item
13653source and registers
c906108c 13654
8e04817f
AC
13655@item
13656assembly and registers
2df3850c 13657
8e04817f 13658@end itemize
c906108c 13659
b7bb15bc
SC
13660On top of the command window a status line gives various information
13661concerning the current process begin debugged. The status line is
13662updated when the information it shows changes. The following fields
13663are displayed:
13664
13665@table @emph
13666@item target
13667Indicates the current gdb target
13668(@pxref{Targets, ,Specifying a Debugging Target}).
13669
13670@item process
13671Gives information about the current process or thread number.
13672When no process is being debugged, this field is set to @code{No process}.
13673
13674@item function
13675Gives the current function name for the selected frame.
13676The name is demangled if demangling is turned on (@pxref{Print Settings}).
13677When there is no symbol corresponding to the current program counter
13678the string @code{??} is displayed.
13679
13680@item line
13681Indicates the current line number for the selected frame.
13682When the current line number is not known the string @code{??} is displayed.
13683
13684@item pc
13685Indicates the current program counter address.
13686
13687@end table
13688
8e04817f
AC
13689@node TUI Keys
13690@section TUI Key Bindings
13691@cindex TUI key bindings
c906108c 13692
8e04817f
AC
13693The TUI installs several key bindings in the readline keymaps
13694(@pxref{Command Line Editing}).
13695They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
13696directly on the TUI layout and windows. The TUI also provides
13697a @emph{SingleKey} keymap which binds several keys directly to
13698@value{GDBN} commands. The following key bindings
8e04817f 13699are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 13700
8e04817f
AC
13701@table @kbd
13702@kindex C-x C-a
13703@item C-x C-a
13704@kindex C-x a
13705@itemx C-x a
13706@kindex C-x A
13707@itemx C-x A
13708Enter or leave the TUI mode. When the TUI mode is left,
13709the curses window management is left and @value{GDBN} operates using
13710its standard mode writing on the terminal directly. When the TUI
13711mode is entered, the control is given back to the curses windows.
13712The screen is then refreshed.
c906108c 13713
8e04817f
AC
13714@kindex C-x 1
13715@item C-x 1
13716Use a TUI layout with only one window. The layout will
13717either be @samp{source} or @samp{assembly}. When the TUI mode
13718is not active, it will switch to the TUI mode.
2df3850c 13719
8e04817f 13720Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 13721
8e04817f
AC
13722@kindex C-x 2
13723@item C-x 2
13724Use a TUI layout with at least two windows. When the current
13725layout shows already two windows, a next layout with two windows is used.
13726When a new layout is chosen, one window will always be common to the
13727previous layout and the new one.
c906108c 13728
8e04817f 13729Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 13730
7cf36c78
SC
13731@kindex C-x s
13732@item C-x s
13733Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
13734(@pxref{TUI Single Key Mode}).
13735
c906108c
SS
13736@end table
13737
8e04817f 13738The following key bindings are handled only by the TUI mode:
5d161b24 13739
8e04817f
AC
13740@table @key
13741@kindex PgUp
13742@item PgUp
13743Scroll the active window one page up.
c906108c 13744
8e04817f
AC
13745@kindex PgDn
13746@item PgDn
13747Scroll the active window one page down.
c906108c 13748
8e04817f
AC
13749@kindex Up
13750@item Up
13751Scroll the active window one line up.
c906108c 13752
8e04817f
AC
13753@kindex Down
13754@item Down
13755Scroll the active window one line down.
c906108c 13756
8e04817f
AC
13757@kindex Left
13758@item Left
13759Scroll the active window one column left.
c906108c 13760
8e04817f
AC
13761@kindex Right
13762@item Right
13763Scroll the active window one column right.
c906108c 13764
8e04817f
AC
13765@kindex C-L
13766@item C-L
13767Refresh the screen.
c906108c 13768
8e04817f 13769@end table
c906108c 13770
8e04817f
AC
13771In the TUI mode, the arrow keys are used by the active window
13772for scrolling. This means they are not available for readline. It is
13773necessary to use other readline key bindings such as @key{C-p}, @key{C-n},
13774@key{C-b} and @key{C-f}.
13775
7cf36c78
SC
13776@node TUI Single Key Mode
13777@section TUI Single Key Mode
13778@cindex TUI single key mode
13779
13780The TUI provides a @emph{SingleKey} mode in which it installs a particular
13781key binding in the readline keymaps to connect single keys to
13782some gdb commands.
13783
13784@table @kbd
13785@kindex c @r{(SingleKey TUI key)}
13786@item c
13787continue
13788
13789@kindex d @r{(SingleKey TUI key)}
13790@item d
13791down
13792
13793@kindex f @r{(SingleKey TUI key)}
13794@item f
13795finish
13796
13797@kindex n @r{(SingleKey TUI key)}
13798@item n
13799next
13800
13801@kindex q @r{(SingleKey TUI key)}
13802@item q
13803exit the @emph{SingleKey} mode.
13804
13805@kindex r @r{(SingleKey TUI key)}
13806@item r
13807run
13808
13809@kindex s @r{(SingleKey TUI key)}
13810@item s
13811step
13812
13813@kindex u @r{(SingleKey TUI key)}
13814@item u
13815up
13816
13817@kindex v @r{(SingleKey TUI key)}
13818@item v
13819info locals
13820
13821@kindex w @r{(SingleKey TUI key)}
13822@item w
13823where
13824
13825@end table
13826
13827Other keys temporarily switch to the @value{GDBN} command prompt.
13828The key that was pressed is inserted in the editing buffer so that
13829it is possible to type most @value{GDBN} commands without interaction
13830with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
13831@emph{SingleKey} mode is restored. The only way to permanently leave
13832this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
13833
13834
8e04817f
AC
13835@node TUI Commands
13836@section TUI specific commands
13837@cindex TUI commands
13838
13839The TUI has specific commands to control the text windows.
13840These commands are always available, that is they do not depend on
13841the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
13842is in the standard mode, using these commands will automatically switch
13843in the TUI mode.
c906108c
SS
13844
13845@table @code
3d757584
SC
13846@item info win
13847@kindex info win
13848List and give the size of all displayed windows.
13849
8e04817f
AC
13850@item layout next
13851@kindex layout next
13852Display the next layout.
2df3850c 13853
8e04817f
AC
13854@item layout prev
13855@kindex layout prev
13856Display the previous layout.
c906108c 13857
8e04817f
AC
13858@item layout src
13859@kindex layout src
13860Display the source window only.
c906108c 13861
8e04817f
AC
13862@item layout asm
13863@kindex layout asm
13864Display the assembly window only.
c906108c 13865
8e04817f
AC
13866@item layout split
13867@kindex layout split
13868Display the source and assembly window.
c906108c 13869
8e04817f
AC
13870@item layout regs
13871@kindex layout regs
13872Display the register window together with the source or assembly window.
13873
13874@item focus next | prev | src | asm | regs | split
13875@kindex focus
13876Set the focus to the named window.
13877This command allows to change the active window so that scrolling keys
13878can be affected to another window.
c906108c 13879
8e04817f
AC
13880@item refresh
13881@kindex refresh
13882Refresh the screen. This is similar to using @key{C-L} key.
c906108c 13883
8e04817f
AC
13884@item update
13885@kindex update
13886Update the source window and the current execution point.
c906108c 13887
8e04817f
AC
13888@item winheight @var{name} +@var{count}
13889@itemx winheight @var{name} -@var{count}
13890@kindex winheight
13891Change the height of the window @var{name} by @var{count}
13892lines. Positive counts increase the height, while negative counts
13893decrease it.
2df3850c 13894
c906108c
SS
13895@end table
13896
8e04817f
AC
13897@node TUI Configuration
13898@section TUI configuration variables
13899@cindex TUI configuration variables
c906108c 13900
8e04817f
AC
13901The TUI has several configuration variables that control the
13902appearance of windows on the terminal.
c906108c 13903
8e04817f
AC
13904@table @code
13905@item set tui border-kind @var{kind}
13906@kindex set tui border-kind
13907Select the border appearance for the source, assembly and register windows.
13908The possible values are the following:
13909@table @code
13910@item space
13911Use a space character to draw the border.
c906108c 13912
8e04817f
AC
13913@item ascii
13914Use ascii characters + - and | to draw the border.
c906108c 13915
8e04817f
AC
13916@item acs
13917Use the Alternate Character Set to draw the border. The border is
13918drawn using character line graphics if the terminal supports them.
c78b4128 13919
8e04817f 13920@end table
c78b4128 13921
8e04817f
AC
13922@item set tui active-border-mode @var{mode}
13923@kindex set tui active-border-mode
13924Select the attributes to display the border of the active window.
13925The possible values are @code{normal}, @code{standout}, @code{reverse},
13926@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 13927
8e04817f
AC
13928@item set tui border-mode @var{mode}
13929@kindex set tui border-mode
13930Select the attributes to display the border of other windows.
13931The @var{mode} can be one of the following:
13932@table @code
13933@item normal
13934Use normal attributes to display the border.
c906108c 13935
8e04817f
AC
13936@item standout
13937Use standout mode.
c906108c 13938
8e04817f
AC
13939@item reverse
13940Use reverse video mode.
c906108c 13941
8e04817f
AC
13942@item half
13943Use half bright mode.
c906108c 13944
8e04817f
AC
13945@item half-standout
13946Use half bright and standout mode.
c906108c 13947
8e04817f
AC
13948@item bold
13949Use extra bright or bold mode.
c78b4128 13950
8e04817f
AC
13951@item bold-standout
13952Use extra bright or bold and standout mode.
c78b4128 13953
8e04817f 13954@end table
c78b4128 13955
8e04817f 13956@end table
c78b4128 13957
8e04817f
AC
13958@node Emacs
13959@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 13960
8e04817f
AC
13961@cindex Emacs
13962@cindex @sc{gnu} Emacs
13963A special interface allows you to use @sc{gnu} Emacs to view (and
13964edit) the source files for the program you are debugging with
13965@value{GDBN}.
c906108c 13966
8e04817f
AC
13967To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
13968executable file you want to debug as an argument. This command starts
13969@value{GDBN} as a subprocess of Emacs, with input and output through a newly
13970created Emacs buffer.
13971@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 13972
8e04817f
AC
13973Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
13974things:
c906108c 13975
8e04817f
AC
13976@itemize @bullet
13977@item
13978All ``terminal'' input and output goes through the Emacs buffer.
13979@end itemize
c906108c 13980
8e04817f
AC
13981This applies both to @value{GDBN} commands and their output, and to the input
13982and output done by the program you are debugging.
bf0184be 13983
8e04817f
AC
13984This is useful because it means that you can copy the text of previous
13985commands and input them again; you can even use parts of the output
13986in this way.
bf0184be 13987
8e04817f
AC
13988All the facilities of Emacs' Shell mode are available for interacting
13989with your program. In particular, you can send signals the usual
13990way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
13991stop.
bf0184be 13992
8e04817f 13993@itemize @bullet
bf0184be 13994@item
8e04817f
AC
13995@value{GDBN} displays source code through Emacs.
13996@end itemize
bf0184be 13997
8e04817f
AC
13998Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
13999source file for that frame and puts an arrow (@samp{=>}) at the
14000left margin of the current line. Emacs uses a separate buffer for
14001source display, and splits the screen to show both your @value{GDBN} session
14002and the source.
bf0184be 14003
8e04817f
AC
14004Explicit @value{GDBN} @code{list} or search commands still produce output as
14005usual, but you probably have no reason to use them from Emacs.
c906108c 14006
8e04817f
AC
14007@quotation
14008@emph{Warning:} If the directory where your program resides is not your
14009current directory, it can be easy to confuse Emacs about the location of
14010the source files, in which case the auxiliary display buffer does not
14011appear to show your source. @value{GDBN} can find programs by searching your
14012environment's @code{PATH} variable, so the @value{GDBN} input and output
14013session proceeds normally; but Emacs does not get enough information
14014back from @value{GDBN} to locate the source files in this situation. To
14015avoid this problem, either start @value{GDBN} mode from the directory where
14016your program resides, or specify an absolute file name when prompted for the
14017@kbd{M-x gdb} argument.
c906108c 14018
8e04817f
AC
14019A similar confusion can result if you use the @value{GDBN} @code{file} command to
14020switch to debugging a program in some other location, from an existing
14021@value{GDBN} buffer in Emacs.
14022@end quotation
14023
14024By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
14025you need to call @value{GDBN} by a different name (for example, if you keep
14026several configurations around, with different names) you can set the
14027Emacs variable @code{gdb-command-name}; for example,
14028
474c8240 14029@smallexample
8e04817f 14030(setq gdb-command-name "mygdb")
474c8240 14031@end smallexample
8e04817f
AC
14032
14033@noindent
14034(preceded by @kbd{M-:} or @kbd{ESC :}, or typed in the @code{*scratch*} buffer, or
14035in your @file{.emacs} file) makes Emacs call the program named
14036``@code{mygdb}'' instead.
14037
14038In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14039addition to the standard Shell mode commands:
c906108c 14040
8e04817f
AC
14041@table @kbd
14042@item C-h m
14043Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14044
8e04817f
AC
14045@item M-s
14046Execute to another source line, like the @value{GDBN} @code{step} command; also
14047update the display window to show the current file and location.
c906108c 14048
8e04817f
AC
14049@item M-n
14050Execute to next source line in this function, skipping all function
14051calls, like the @value{GDBN} @code{next} command. Then update the display window
14052to show the current file and location.
c906108c 14053
8e04817f
AC
14054@item M-i
14055Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14056display window accordingly.
c906108c 14057
8e04817f
AC
14058@item M-x gdb-nexti
14059Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
14060display window accordingly.
c906108c 14061
8e04817f
AC
14062@item C-c C-f
14063Execute until exit from the selected stack frame, like the @value{GDBN}
14064@code{finish} command.
c906108c 14065
8e04817f
AC
14066@item M-c
14067Continue execution of your program, like the @value{GDBN} @code{continue}
14068command.
b433d00b 14069
8e04817f 14070@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
b433d00b 14071
8e04817f
AC
14072@item M-u
14073Go up the number of frames indicated by the numeric argument
14074(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14075like the @value{GDBN} @code{up} command.
b433d00b 14076
8e04817f 14077@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
c906108c 14078
8e04817f
AC
14079@item M-d
14080Go down the number of frames indicated by the numeric argument, like the
14081@value{GDBN} @code{down} command.
c906108c 14082
8e04817f 14083@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
c906108c 14084
8e04817f
AC
14085@item C-x &
14086Read the number where the cursor is positioned, and insert it at the end
14087of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
14088around an address that was displayed earlier, type @kbd{disassemble};
14089then move the cursor to the address display, and pick up the
14090argument for @code{disassemble} by typing @kbd{C-x &}.
c906108c 14091
8e04817f
AC
14092You can customize this further by defining elements of the list
14093@code{gdb-print-command}; once it is defined, you can format or
14094otherwise process numbers picked up by @kbd{C-x &} before they are
14095inserted. A numeric argument to @kbd{C-x &} indicates that you
14096wish special formatting, and also acts as an index to pick an element of the
14097list. If the list element is a string, the number to be inserted is
14098formatted using the Emacs function @code{format}; otherwise the number
14099is passed as an argument to the corresponding list element.
14100@end table
c906108c 14101
8e04817f
AC
14102In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
14103tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14104
8e04817f
AC
14105If you accidentally delete the source-display buffer, an easy way to get
14106it back is to type the command @code{f} in the @value{GDBN} buffer, to
14107request a frame display; when you run under Emacs, this recreates
14108the source buffer if necessary to show you the context of the current
14109frame.
c906108c 14110
8e04817f
AC
14111The source files displayed in Emacs are in ordinary Emacs buffers
14112which are visiting the source files in the usual way. You can edit
14113the files with these buffers if you wish; but keep in mind that @value{GDBN}
14114communicates with Emacs in terms of line numbers. If you add or
14115delete lines from the text, the line numbers that @value{GDBN} knows cease
14116to correspond properly with the code.
c906108c 14117
8e04817f
AC
14118@c The following dropped because Epoch is nonstandard. Reactivate
14119@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14120@ignore
14121@kindex Emacs Epoch environment
14122@kindex Epoch
14123@kindex inspect
c906108c 14124
8e04817f
AC
14125Version 18 of @sc{gnu} Emacs has a built-in window system
14126called the @code{epoch}
14127environment. Users of this environment can use a new command,
14128@code{inspect} which performs identically to @code{print} except that
14129each value is printed in its own window.
14130@end ignore
c906108c 14131
8e04817f
AC
14132@include annotate.texi
14133@include gdbmi.texinfo
c906108c 14134
8e04817f
AC
14135@node GDB Bugs
14136@chapter Reporting Bugs in @value{GDBN}
14137@cindex bugs in @value{GDBN}
14138@cindex reporting bugs in @value{GDBN}
c906108c 14139
8e04817f 14140Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 14141
8e04817f
AC
14142Reporting a bug may help you by bringing a solution to your problem, or it
14143may not. But in any case the principal function of a bug report is to help
14144the entire community by making the next version of @value{GDBN} work better. Bug
14145reports are your contribution to the maintenance of @value{GDBN}.
c906108c 14146
8e04817f
AC
14147In order for a bug report to serve its purpose, you must include the
14148information that enables us to fix the bug.
c4555f82
SC
14149
14150@menu
8e04817f
AC
14151* Bug Criteria:: Have you found a bug?
14152* Bug Reporting:: How to report bugs
c4555f82
SC
14153@end menu
14154
8e04817f
AC
14155@node Bug Criteria
14156@section Have you found a bug?
14157@cindex bug criteria
c4555f82 14158
8e04817f 14159If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
14160
14161@itemize @bullet
8e04817f
AC
14162@cindex fatal signal
14163@cindex debugger crash
14164@cindex crash of debugger
c4555f82 14165@item
8e04817f
AC
14166If the debugger gets a fatal signal, for any input whatever, that is a
14167@value{GDBN} bug. Reliable debuggers never crash.
14168
14169@cindex error on valid input
14170@item
14171If @value{GDBN} produces an error message for valid input, that is a
14172bug. (Note that if you're cross debugging, the problem may also be
14173somewhere in the connection to the target.)
c4555f82 14174
8e04817f 14175@cindex invalid input
c4555f82 14176@item
8e04817f
AC
14177If @value{GDBN} does not produce an error message for invalid input,
14178that is a bug. However, you should note that your idea of
14179``invalid input'' might be our idea of ``an extension'' or ``support
14180for traditional practice''.
14181
14182@item
14183If you are an experienced user of debugging tools, your suggestions
14184for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
14185@end itemize
14186
8e04817f
AC
14187@node Bug Reporting
14188@section How to report bugs
14189@cindex bug reports
14190@cindex @value{GDBN} bugs, reporting
14191
14192A number of companies and individuals offer support for @sc{gnu} products.
14193If you obtained @value{GDBN} from a support organization, we recommend you
14194contact that organization first.
14195
14196You can find contact information for many support companies and
14197individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
14198distribution.
14199@c should add a web page ref...
14200
129188f6
AC
14201In any event, we also recommend that you submit bug reports for
14202@value{GDBN}. The prefered method is to submit them directly using
14203@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
14204page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
14205be used.
8e04817f
AC
14206
14207@strong{Do not send bug reports to @samp{info-gdb}, or to
14208@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
14209not want to receive bug reports. Those that do have arranged to receive
14210@samp{bug-gdb}.
14211
14212The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
14213serves as a repeater. The mailing list and the newsgroup carry exactly
14214the same messages. Often people think of posting bug reports to the
14215newsgroup instead of mailing them. This appears to work, but it has one
14216problem which can be crucial: a newsgroup posting often lacks a mail
14217path back to the sender. Thus, if we need to ask for more information,
14218we may be unable to reach you. For this reason, it is better to send
14219bug reports to the mailing list.
c4555f82 14220
8e04817f
AC
14221The fundamental principle of reporting bugs usefully is this:
14222@strong{report all the facts}. If you are not sure whether to state a
14223fact or leave it out, state it!
c4555f82 14224
8e04817f
AC
14225Often people omit facts because they think they know what causes the
14226problem and assume that some details do not matter. Thus, you might
14227assume that the name of the variable you use in an example does not matter.
14228Well, probably it does not, but one cannot be sure. Perhaps the bug is a
14229stray memory reference which happens to fetch from the location where that
14230name is stored in memory; perhaps, if the name were different, the contents
14231of that location would fool the debugger into doing the right thing despite
14232the bug. Play it safe and give a specific, complete example. That is the
14233easiest thing for you to do, and the most helpful.
c4555f82 14234
8e04817f
AC
14235Keep in mind that the purpose of a bug report is to enable us to fix the
14236bug. It may be that the bug has been reported previously, but neither
14237you nor we can know that unless your bug report is complete and
14238self-contained.
c4555f82 14239
8e04817f
AC
14240Sometimes people give a few sketchy facts and ask, ``Does this ring a
14241bell?'' Those bug reports are useless, and we urge everyone to
14242@emph{refuse to respond to them} except to chide the sender to report
14243bugs properly.
14244
14245To enable us to fix the bug, you should include all these things:
c4555f82
SC
14246
14247@itemize @bullet
14248@item
8e04817f
AC
14249The version of @value{GDBN}. @value{GDBN} announces it if you start
14250with no arguments; you can also print it at any time using @code{show
14251version}.
c4555f82 14252
8e04817f
AC
14253Without this, we will not know whether there is any point in looking for
14254the bug in the current version of @value{GDBN}.
c4555f82
SC
14255
14256@item
8e04817f
AC
14257The type of machine you are using, and the operating system name and
14258version number.
c4555f82
SC
14259
14260@item
8e04817f
AC
14261What compiler (and its version) was used to compile @value{GDBN}---e.g.
14262``@value{GCC}--2.8.1''.
c4555f82
SC
14263
14264@item
8e04817f
AC
14265What compiler (and its version) was used to compile the program you are
14266debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
14267C Compiler''. For GCC, you can say @code{gcc --version} to get this
14268information; for other compilers, see the documentation for those
14269compilers.
c4555f82 14270
8e04817f
AC
14271@item
14272The command arguments you gave the compiler to compile your example and
14273observe the bug. For example, did you use @samp{-O}? To guarantee
14274you will not omit something important, list them all. A copy of the
14275Makefile (or the output from make) is sufficient.
c4555f82 14276
8e04817f
AC
14277If we were to try to guess the arguments, we would probably guess wrong
14278and then we might not encounter the bug.
c4555f82 14279
8e04817f
AC
14280@item
14281A complete input script, and all necessary source files, that will
14282reproduce the bug.
c4555f82 14283
8e04817f
AC
14284@item
14285A description of what behavior you observe that you believe is
14286incorrect. For example, ``It gets a fatal signal.''
c4555f82 14287
8e04817f
AC
14288Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
14289will certainly notice it. But if the bug is incorrect output, we might
14290not notice unless it is glaringly wrong. You might as well not give us
14291a chance to make a mistake.
c4555f82 14292
8e04817f
AC
14293Even if the problem you experience is a fatal signal, you should still
14294say so explicitly. Suppose something strange is going on, such as, your
14295copy of @value{GDBN} is out of synch, or you have encountered a bug in
14296the C library on your system. (This has happened!) Your copy might
14297crash and ours would not. If you told us to expect a crash, then when
14298ours fails to crash, we would know that the bug was not happening for
14299us. If you had not told us to expect a crash, then we would not be able
14300to draw any conclusion from our observations.
c4555f82 14301
8e04817f
AC
14302@item
14303If you wish to suggest changes to the @value{GDBN} source, send us context
14304diffs. If you even discuss something in the @value{GDBN} source, refer to
14305it by context, not by line number.
c4555f82 14306
8e04817f
AC
14307The line numbers in our development sources will not match those in your
14308sources. Your line numbers would convey no useful information to us.
c4555f82 14309
8e04817f 14310@end itemize
c4555f82 14311
8e04817f 14312Here are some things that are not necessary:
c4555f82 14313
8e04817f
AC
14314@itemize @bullet
14315@item
14316A description of the envelope of the bug.
c4555f82 14317
8e04817f
AC
14318Often people who encounter a bug spend a lot of time investigating
14319which changes to the input file will make the bug go away and which
14320changes will not affect it.
c4555f82 14321
8e04817f
AC
14322This is often time consuming and not very useful, because the way we
14323will find the bug is by running a single example under the debugger
14324with breakpoints, not by pure deduction from a series of examples.
14325We recommend that you save your time for something else.
c4555f82 14326
8e04817f
AC
14327Of course, if you can find a simpler example to report @emph{instead}
14328of the original one, that is a convenience for us. Errors in the
14329output will be easier to spot, running under the debugger will take
14330less time, and so on.
c4555f82 14331
8e04817f
AC
14332However, simplification is not vital; if you do not want to do this,
14333report the bug anyway and send us the entire test case you used.
c4555f82 14334
8e04817f
AC
14335@item
14336A patch for the bug.
c4555f82 14337
8e04817f
AC
14338A patch for the bug does help us if it is a good one. But do not omit
14339the necessary information, such as the test case, on the assumption that
14340a patch is all we need. We might see problems with your patch and decide
14341to fix the problem another way, or we might not understand it at all.
c4555f82 14342
8e04817f
AC
14343Sometimes with a program as complicated as @value{GDBN} it is very hard to
14344construct an example that will make the program follow a certain path
14345through the code. If you do not send us the example, we will not be able
14346to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 14347
8e04817f
AC
14348And if we cannot understand what bug you are trying to fix, or why your
14349patch should be an improvement, we will not install it. A test case will
14350help us to understand.
c4555f82 14351
8e04817f
AC
14352@item
14353A guess about what the bug is or what it depends on.
c4555f82 14354
8e04817f
AC
14355Such guesses are usually wrong. Even we cannot guess right about such
14356things without first using the debugger to find the facts.
14357@end itemize
c4555f82 14358
8e04817f
AC
14359@c The readline documentation is distributed with the readline code
14360@c and consists of the two following files:
14361@c rluser.texinfo
14362@c inc-hist.texinfo
14363@c Use -I with makeinfo to point to the appropriate directory,
14364@c environment var TEXINPUTS with TeX.
14365@include rluser.texinfo
14366@include inc-hist.texinfo
c4555f82 14367
c4555f82 14368
8e04817f
AC
14369@node Formatting Documentation
14370@appendix Formatting Documentation
c4555f82 14371
8e04817f
AC
14372@cindex @value{GDBN} reference card
14373@cindex reference card
14374The @value{GDBN} 4 release includes an already-formatted reference card, ready
14375for printing with PostScript or Ghostscript, in the @file{gdb}
14376subdirectory of the main source directory@footnote{In
14377@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
14378release.}. If you can use PostScript or Ghostscript with your printer,
14379you can print the reference card immediately with @file{refcard.ps}.
c4555f82 14380
8e04817f
AC
14381The release also includes the source for the reference card. You
14382can format it, using @TeX{}, by typing:
c4555f82 14383
474c8240 14384@smallexample
8e04817f 14385make refcard.dvi
474c8240 14386@end smallexample
c4555f82 14387
8e04817f
AC
14388The @value{GDBN} reference card is designed to print in @dfn{landscape}
14389mode on US ``letter'' size paper;
14390that is, on a sheet 11 inches wide by 8.5 inches
14391high. You will need to specify this form of printing as an option to
14392your @sc{dvi} output program.
c4555f82 14393
8e04817f 14394@cindex documentation
c4555f82 14395
8e04817f
AC
14396All the documentation for @value{GDBN} comes as part of the machine-readable
14397distribution. The documentation is written in Texinfo format, which is
14398a documentation system that uses a single source file to produce both
14399on-line information and a printed manual. You can use one of the Info
14400formatting commands to create the on-line version of the documentation
14401and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 14402
8e04817f
AC
14403@value{GDBN} includes an already formatted copy of the on-line Info
14404version of this manual in the @file{gdb} subdirectory. The main Info
14405file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
14406subordinate files matching @samp{gdb.info*} in the same directory. If
14407necessary, you can print out these files, or read them with any editor;
14408but they are easier to read using the @code{info} subsystem in @sc{gnu}
14409Emacs or the standalone @code{info} program, available as part of the
14410@sc{gnu} Texinfo distribution.
c4555f82 14411
8e04817f
AC
14412If you want to format these Info files yourself, you need one of the
14413Info formatting programs, such as @code{texinfo-format-buffer} or
14414@code{makeinfo}.
c4555f82 14415
8e04817f
AC
14416If you have @code{makeinfo} installed, and are in the top level
14417@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
14418version @value{GDBVN}), you can make the Info file by typing:
c4555f82 14419
474c8240 14420@smallexample
8e04817f
AC
14421cd gdb
14422make gdb.info
474c8240 14423@end smallexample
c4555f82 14424
8e04817f
AC
14425If you want to typeset and print copies of this manual, you need @TeX{},
14426a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
14427Texinfo definitions file.
c4555f82 14428
8e04817f
AC
14429@TeX{} is a typesetting program; it does not print files directly, but
14430produces output files called @sc{dvi} files. To print a typeset
14431document, you need a program to print @sc{dvi} files. If your system
14432has @TeX{} installed, chances are it has such a program. The precise
14433command to use depends on your system; @kbd{lpr -d} is common; another
14434(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
14435require a file name without any extension or a @samp{.dvi} extension.
c4555f82 14436
8e04817f
AC
14437@TeX{} also requires a macro definitions file called
14438@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
14439written in Texinfo format. On its own, @TeX{} cannot either read or
14440typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
14441and is located in the @file{gdb-@var{version-number}/texinfo}
14442directory.
c4555f82 14443
8e04817f
AC
14444If you have @TeX{} and a @sc{dvi} printer program installed, you can
14445typeset and print this manual. First switch to the the @file{gdb}
14446subdirectory of the main source directory (for example, to
14447@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 14448
474c8240 14449@smallexample
8e04817f 14450make gdb.dvi
474c8240 14451@end smallexample
c4555f82 14452
8e04817f 14453Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 14454
8e04817f
AC
14455@node Installing GDB
14456@appendix Installing @value{GDBN}
14457@cindex configuring @value{GDBN}
14458@cindex installation
c4555f82 14459
8e04817f
AC
14460@value{GDBN} comes with a @code{configure} script that automates the process
14461of preparing @value{GDBN} for installation; you can then use @code{make} to
14462build the @code{gdb} program.
14463@iftex
14464@c irrelevant in info file; it's as current as the code it lives with.
14465@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
14466look at the @file{README} file in the sources; we may have improved the
14467installation procedures since publishing this manual.}
14468@end iftex
c4555f82 14469
8e04817f
AC
14470The @value{GDBN} distribution includes all the source code you need for
14471@value{GDBN} in a single directory, whose name is usually composed by
14472appending the version number to @samp{gdb}.
c4555f82 14473
8e04817f
AC
14474For example, the @value{GDBN} version @value{GDBVN} distribution is in the
14475@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 14476
8e04817f
AC
14477@table @code
14478@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
14479script for configuring @value{GDBN} and all its supporting libraries
c4555f82 14480
8e04817f
AC
14481@item gdb-@value{GDBVN}/gdb
14482the source specific to @value{GDBN} itself
c4555f82 14483
8e04817f
AC
14484@item gdb-@value{GDBVN}/bfd
14485source for the Binary File Descriptor library
c906108c 14486
8e04817f
AC
14487@item gdb-@value{GDBVN}/include
14488@sc{gnu} include files
c906108c 14489
8e04817f
AC
14490@item gdb-@value{GDBVN}/libiberty
14491source for the @samp{-liberty} free software library
c906108c 14492
8e04817f
AC
14493@item gdb-@value{GDBVN}/opcodes
14494source for the library of opcode tables and disassemblers
c906108c 14495
8e04817f
AC
14496@item gdb-@value{GDBVN}/readline
14497source for the @sc{gnu} command-line interface
c906108c 14498
8e04817f
AC
14499@item gdb-@value{GDBVN}/glob
14500source for the @sc{gnu} filename pattern-matching subroutine
c906108c 14501
8e04817f
AC
14502@item gdb-@value{GDBVN}/mmalloc
14503source for the @sc{gnu} memory-mapped malloc package
14504@end table
c906108c 14505
8e04817f
AC
14506The simplest way to configure and build @value{GDBN} is to run @code{configure}
14507from the @file{gdb-@var{version-number}} source directory, which in
14508this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 14509
8e04817f
AC
14510First switch to the @file{gdb-@var{version-number}} source directory
14511if you are not already in it; then run @code{configure}. Pass the
14512identifier for the platform on which @value{GDBN} will run as an
14513argument.
c906108c 14514
8e04817f 14515For example:
c906108c 14516
474c8240 14517@smallexample
8e04817f
AC
14518cd gdb-@value{GDBVN}
14519./configure @var{host}
14520make
474c8240 14521@end smallexample
c906108c 14522
8e04817f
AC
14523@noindent
14524where @var{host} is an identifier such as @samp{sun4} or
14525@samp{decstation}, that identifies the platform where @value{GDBN} will run.
14526(You can often leave off @var{host}; @code{configure} tries to guess the
14527correct value by examining your system.)
c906108c 14528
8e04817f
AC
14529Running @samp{configure @var{host}} and then running @code{make} builds the
14530@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
14531libraries, then @code{gdb} itself. The configured source files, and the
14532binaries, are left in the corresponding source directories.
c906108c 14533
8e04817f
AC
14534@need 750
14535@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
14536system does not recognize this automatically when you run a different
14537shell, you may need to run @code{sh} on it explicitly:
c906108c 14538
474c8240 14539@smallexample
8e04817f 14540sh configure @var{host}
474c8240 14541@end smallexample
c906108c 14542
8e04817f
AC
14543If you run @code{configure} from a directory that contains source
14544directories for multiple libraries or programs, such as the
14545@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
14546creates configuration files for every directory level underneath (unless
14547you tell it not to, with the @samp{--norecursion} option).
14548
14549You can run the @code{configure} script from any of the
14550subordinate directories in the @value{GDBN} distribution if you only want to
14551configure that subdirectory, but be sure to specify a path to it.
c906108c 14552
8e04817f
AC
14553For example, with version @value{GDBVN}, type the following to configure only
14554the @code{bfd} subdirectory:
c906108c 14555
474c8240 14556@smallexample
8e04817f
AC
14557@group
14558cd gdb-@value{GDBVN}/bfd
14559../configure @var{host}
14560@end group
474c8240 14561@end smallexample
c906108c 14562
8e04817f
AC
14563You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
14564However, you should make sure that the shell on your path (named by
14565the @samp{SHELL} environment variable) is publicly readable. Remember
14566that @value{GDBN} uses the shell to start your program---some systems refuse to
14567let @value{GDBN} debug child processes whose programs are not readable.
c906108c 14568
8e04817f
AC
14569@menu
14570* Separate Objdir:: Compiling @value{GDBN} in another directory
14571* Config Names:: Specifying names for hosts and targets
14572* Configure Options:: Summary of options for configure
14573@end menu
c906108c 14574
8e04817f
AC
14575@node Separate Objdir
14576@section Compiling @value{GDBN} in another directory
c906108c 14577
8e04817f
AC
14578If you want to run @value{GDBN} versions for several host or target machines,
14579you need a different @code{gdb} compiled for each combination of
14580host and target. @code{configure} is designed to make this easy by
14581allowing you to generate each configuration in a separate subdirectory,
14582rather than in the source directory. If your @code{make} program
14583handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
14584@code{make} in each of these directories builds the @code{gdb}
14585program specified there.
c906108c 14586
8e04817f
AC
14587To build @code{gdb} in a separate directory, run @code{configure}
14588with the @samp{--srcdir} option to specify where to find the source.
14589(You also need to specify a path to find @code{configure}
14590itself from your working directory. If the path to @code{configure}
14591would be the same as the argument to @samp{--srcdir}, you can leave out
14592the @samp{--srcdir} option; it is assumed.)
c906108c 14593
8e04817f
AC
14594For example, with version @value{GDBVN}, you can build @value{GDBN} in a
14595separate directory for a Sun 4 like this:
c906108c 14596
474c8240 14597@smallexample
8e04817f
AC
14598@group
14599cd gdb-@value{GDBVN}
14600mkdir ../gdb-sun4
14601cd ../gdb-sun4
14602../gdb-@value{GDBVN}/configure sun4
14603make
14604@end group
474c8240 14605@end smallexample
c906108c 14606
8e04817f
AC
14607When @code{configure} builds a configuration using a remote source
14608directory, it creates a tree for the binaries with the same structure
14609(and using the same names) as the tree under the source directory. In
14610the example, you'd find the Sun 4 library @file{libiberty.a} in the
14611directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
14612@file{gdb-sun4/gdb}.
c906108c 14613
8e04817f
AC
14614One popular reason to build several @value{GDBN} configurations in separate
14615directories is to configure @value{GDBN} for cross-compiling (where
14616@value{GDBN} runs on one machine---the @dfn{host}---while debugging
14617programs that run on another machine---the @dfn{target}).
14618You specify a cross-debugging target by
14619giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 14620
8e04817f
AC
14621When you run @code{make} to build a program or library, you must run
14622it in a configured directory---whatever directory you were in when you
14623called @code{configure} (or one of its subdirectories).
c906108c 14624
8e04817f
AC
14625The @code{Makefile} that @code{configure} generates in each source
14626directory also runs recursively. If you type @code{make} in a source
14627directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
14628directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
14629will build all the required libraries, and then build GDB.
c906108c 14630
8e04817f
AC
14631When you have multiple hosts or targets configured in separate
14632directories, you can run @code{make} on them in parallel (for example,
14633if they are NFS-mounted on each of the hosts); they will not interfere
14634with each other.
c906108c 14635
8e04817f
AC
14636@node Config Names
14637@section Specifying names for hosts and targets
c906108c 14638
8e04817f
AC
14639The specifications used for hosts and targets in the @code{configure}
14640script are based on a three-part naming scheme, but some short predefined
14641aliases are also supported. The full naming scheme encodes three pieces
14642of information in the following pattern:
c906108c 14643
474c8240 14644@smallexample
8e04817f 14645@var{architecture}-@var{vendor}-@var{os}
474c8240 14646@end smallexample
c906108c 14647
8e04817f
AC
14648For example, you can use the alias @code{sun4} as a @var{host} argument,
14649or as the value for @var{target} in a @code{--target=@var{target}}
14650option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 14651
8e04817f
AC
14652The @code{configure} script accompanying @value{GDBN} does not provide
14653any query facility to list all supported host and target names or
14654aliases. @code{configure} calls the Bourne shell script
14655@code{config.sub} to map abbreviations to full names; you can read the
14656script, if you wish, or you can use it to test your guesses on
14657abbreviations---for example:
c906108c 14658
8e04817f
AC
14659@smallexample
14660% sh config.sub i386-linux
14661i386-pc-linux-gnu
14662% sh config.sub alpha-linux
14663alpha-unknown-linux-gnu
14664% sh config.sub hp9k700
14665hppa1.1-hp-hpux
14666% sh config.sub sun4
14667sparc-sun-sunos4.1.1
14668% sh config.sub sun3
14669m68k-sun-sunos4.1.1
14670% sh config.sub i986v
14671Invalid configuration `i986v': machine `i986v' not recognized
14672@end smallexample
c906108c 14673
8e04817f
AC
14674@noindent
14675@code{config.sub} is also distributed in the @value{GDBN} source
14676directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 14677
8e04817f
AC
14678@node Configure Options
14679@section @code{configure} options
c906108c 14680
8e04817f
AC
14681Here is a summary of the @code{configure} options and arguments that
14682are most often useful for building @value{GDBN}. @code{configure} also has
14683several other options not listed here. @inforef{What Configure
14684Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 14685
474c8240 14686@smallexample
8e04817f
AC
14687configure @r{[}--help@r{]}
14688 @r{[}--prefix=@var{dir}@r{]}
14689 @r{[}--exec-prefix=@var{dir}@r{]}
14690 @r{[}--srcdir=@var{dirname}@r{]}
14691 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
14692 @r{[}--target=@var{target}@r{]}
14693 @var{host}
474c8240 14694@end smallexample
c906108c 14695
8e04817f
AC
14696@noindent
14697You may introduce options with a single @samp{-} rather than
14698@samp{--} if you prefer; but you may abbreviate option names if you use
14699@samp{--}.
c906108c 14700
8e04817f
AC
14701@table @code
14702@item --help
14703Display a quick summary of how to invoke @code{configure}.
c906108c 14704
8e04817f
AC
14705@item --prefix=@var{dir}
14706Configure the source to install programs and files under directory
14707@file{@var{dir}}.
c906108c 14708
8e04817f
AC
14709@item --exec-prefix=@var{dir}
14710Configure the source to install programs under directory
14711@file{@var{dir}}.
c906108c 14712
8e04817f
AC
14713@c avoid splitting the warning from the explanation:
14714@need 2000
14715@item --srcdir=@var{dirname}
14716@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
14717@code{make} that implements the @code{VPATH} feature.}@*
14718Use this option to make configurations in directories separate from the
14719@value{GDBN} source directories. Among other things, you can use this to
14720build (or maintain) several configurations simultaneously, in separate
14721directories. @code{configure} writes configuration specific files in
14722the current directory, but arranges for them to use the source in the
14723directory @var{dirname}. @code{configure} creates directories under
14724the working directory in parallel to the source directories below
14725@var{dirname}.
c906108c 14726
8e04817f
AC
14727@item --norecursion
14728Configure only the directory level where @code{configure} is executed; do not
14729propagate configuration to subdirectories.
c906108c 14730
8e04817f
AC
14731@item --target=@var{target}
14732Configure @value{GDBN} for cross-debugging programs running on the specified
14733@var{target}. Without this option, @value{GDBN} is configured to debug
14734programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 14735
8e04817f 14736There is no convenient way to generate a list of all available targets.
c906108c 14737
8e04817f
AC
14738@item @var{host} @dots{}
14739Configure @value{GDBN} to run on the specified @var{host}.
c906108c 14740
8e04817f
AC
14741There is no convenient way to generate a list of all available hosts.
14742@end table
c906108c 14743
8e04817f
AC
14744There are many other options available as well, but they are generally
14745needed for special purposes only.
c906108c 14746
8e04817f
AC
14747@node Maintenance Commands
14748@appendix Maintenance Commands
14749@cindex maintenance commands
14750@cindex internal commands
c906108c 14751
8e04817f
AC
14752In addition to commands intended for @value{GDBN} users, @value{GDBN}
14753includes a number of commands intended for @value{GDBN} developers.
14754These commands are provided here for reference.
c906108c 14755
8e04817f
AC
14756@table @code
14757@kindex maint info breakpoints
14758@item @anchor{maint info breakpoints}maint info breakpoints
14759Using the same format as @samp{info breakpoints}, display both the
14760breakpoints you've set explicitly, and those @value{GDBN} is using for
14761internal purposes. Internal breakpoints are shown with negative
14762breakpoint numbers. The type column identifies what kind of breakpoint
14763is shown:
c906108c 14764
8e04817f
AC
14765@table @code
14766@item breakpoint
14767Normal, explicitly set breakpoint.
c906108c 14768
8e04817f
AC
14769@item watchpoint
14770Normal, explicitly set watchpoint.
c906108c 14771
8e04817f
AC
14772@item longjmp
14773Internal breakpoint, used to handle correctly stepping through
14774@code{longjmp} calls.
c906108c 14775
8e04817f
AC
14776@item longjmp resume
14777Internal breakpoint at the target of a @code{longjmp}.
c906108c 14778
8e04817f
AC
14779@item until
14780Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 14781
8e04817f
AC
14782@item finish
14783Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 14784
8e04817f
AC
14785@item shlib events
14786Shared library events.
c906108c 14787
8e04817f 14788@end table
c906108c 14789
8d30a00d
AC
14790@kindex maint internal-error
14791@kindex maint internal-warning
14792@item maint internal-error
14793@itemx maint internal-warning
14794Cause @value{GDBN} to call the internal function @code{internal_error}
14795or @code{internal_warning} and hence behave as though an internal error
14796or internal warning has been detected. In addition to reporting the
14797internal problem, these functions give the user the opportunity to
14798either quit @value{GDBN} or create a core file of the current
14799@value{GDBN} session.
14800
14801@smallexample
14802(gdb) @kbd{maint internal-error testing, 1, 2}
14803@dots{}/maint.c:121: internal-error: testing, 1, 2
14804A problem internal to GDB has been detected. Further
14805debugging may prove unreliable.
14806Quit this debugging session? (y or n) @kbd{n}
14807Create a core file? (y or n) @kbd{n}
14808(gdb)
14809@end smallexample
14810
14811Takes an optional parameter that is used as the text of the error or
14812warning message.
14813
0680b120
AC
14814@kindex maint print registers
14815@kindex maint print raw-registers
14816@kindex maint print cooked-registers
14817@item maint print registers
14818@itemx maint print raw-registers
14819@itemx maint print cooked-registers
14820Print @value{GDBN}'s internal register data structures.
14821
14822The command @samp{maint print raw-registers} includes the contents of
14823the raw register cache; and the command @samp{maint print
14824cooked-registers} includes the (cooked) value of all registers.
14825@xref{Registers,, Registers, gdbint, @value{GDBN} Internals}.
14826
14827Takes an optional file parameter.
14828
8e04817f 14829@end table
c906108c 14830
c906108c 14831
e0ce93ac 14832@node Remote Protocol
8e04817f 14833@appendix @value{GDBN} Remote Serial Protocol
c906108c 14834
ee2d5c50
AC
14835@menu
14836* Overview::
14837* Packets::
14838* Stop Reply Packets::
14839* General Query Packets::
14840* Register Packet Format::
14841* Examples::
14842@end menu
14843
14844@node Overview
14845@section Overview
14846
8e04817f
AC
14847There may be occasions when you need to know something about the
14848protocol---for example, if there is only one serial port to your target
14849machine, you might want your program to do something special if it
14850recognizes a packet meant for @value{GDBN}.
c906108c 14851
d2c6833e 14852In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 14853transmitted and received data respectfully.
c906108c 14854
8e04817f
AC
14855@cindex protocol, @value{GDBN} remote serial
14856@cindex serial protocol, @value{GDBN} remote
14857@cindex remote serial protocol
14858All @value{GDBN} commands and responses (other than acknowledgments) are
14859sent as a @var{packet}. A @var{packet} is introduced with the character
14860@samp{$}, the actual @var{packet-data}, and the terminating character
14861@samp{#} followed by a two-digit @var{checksum}:
c906108c 14862
474c8240 14863@smallexample
8e04817f 14864@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 14865@end smallexample
8e04817f 14866@noindent
c906108c 14867
8e04817f
AC
14868@cindex checksum, for @value{GDBN} remote
14869@noindent
14870The two-digit @var{checksum} is computed as the modulo 256 sum of all
14871characters between the leading @samp{$} and the trailing @samp{#} (an
14872eight bit unsigned checksum).
c906108c 14873
8e04817f
AC
14874Implementors should note that prior to @value{GDBN} 5.0 the protocol
14875specification also included an optional two-digit @var{sequence-id}:
c906108c 14876
474c8240 14877@smallexample
8e04817f 14878@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 14879@end smallexample
c906108c 14880
8e04817f
AC
14881@cindex sequence-id, for @value{GDBN} remote
14882@noindent
14883That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
14884has never output @var{sequence-id}s. Stubs that handle packets added
14885since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 14886
8e04817f
AC
14887@cindex acknowledgment, for @value{GDBN} remote
14888When either the host or the target machine receives a packet, the first
14889response expected is an acknowledgment: either @samp{+} (to indicate
14890the package was received correctly) or @samp{-} (to request
14891retransmission):
c906108c 14892
474c8240 14893@smallexample
d2c6833e
AC
14894-> @code{$}@var{packet-data}@code{#}@var{checksum}
14895<- @code{+}
474c8240 14896@end smallexample
8e04817f 14897@noindent
53a5351d 14898
8e04817f
AC
14899The host (@value{GDBN}) sends @var{command}s, and the target (the
14900debugging stub incorporated in your program) sends a @var{response}. In
14901the case of step and continue @var{command}s, the response is only sent
14902when the operation has completed (the target has again stopped).
c906108c 14903
8e04817f
AC
14904@var{packet-data} consists of a sequence of characters with the
14905exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
14906exceptions).
c906108c 14907
8e04817f 14908Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 14909@cindex remote protocol, field separator
8e04817f 14910@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 14911@sc{hex} with leading zeros suppressed.
c906108c 14912
8e04817f
AC
14913Implementors should note that prior to @value{GDBN} 5.0, the character
14914@samp{:} could not appear as the third character in a packet (as it
14915would potentially conflict with the @var{sequence-id}).
c906108c 14916
8e04817f
AC
14917Response @var{data} can be run-length encoded to save space. A @samp{*}
14918means that the next character is an @sc{ascii} encoding giving a repeat count
14919which stands for that many repetitions of the character preceding the
14920@samp{*}. The encoding is @code{n+29}, yielding a printable character
14921where @code{n >=3} (which is where rle starts to win). The printable
14922characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
14923value greater than 126 should not be used.
c906108c 14924
8e04817f
AC
14925Some remote systems have used a different run-length encoding mechanism
14926loosely refered to as the cisco encoding. Following the @samp{*}
14927character are two hex digits that indicate the size of the packet.
c906108c 14928
8e04817f 14929So:
474c8240 14930@smallexample
8e04817f 14931"@code{0* }"
474c8240 14932@end smallexample
8e04817f
AC
14933@noindent
14934means the same as "0000".
c906108c 14935
8e04817f
AC
14936The error response returned for some packets includes a two character
14937error number. That number is not well defined.
c906108c 14938
8e04817f
AC
14939For any @var{command} not supported by the stub, an empty response
14940(@samp{$#00}) should be returned. That way it is possible to extend the
14941protocol. A newer @value{GDBN} can tell if a packet is supported based
14942on that response.
c906108c 14943
8e04817f
AC
14944A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
14945@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
14946optional.
c906108c 14947
ee2d5c50
AC
14948@node Packets
14949@section Packets
14950
14951The following table provides a complete list of all currently defined
14952@var{command}s and their corresponding response @var{data}.
14953
14954@table @r
14955
14956@item @code{!} --- extended mode
14957@cindex @code{!} packet
14958
8e04817f
AC
14959Enable extended mode. In extended mode, the remote server is made
14960persistent. The @samp{R} packet is used to restart the program being
14961debugged.
ee2d5c50
AC
14962
14963Reply:
14964@table @samp
14965@item OK
8e04817f 14966The remote target both supports and has enabled extended mode.
ee2d5c50 14967@end table
c906108c 14968
ee2d5c50
AC
14969@item @code{?} --- last signal
14970@cindex @code{?} packet
c906108c 14971
ee2d5c50
AC
14972Indicate the reason the target halted. The reply is the same as for
14973step and continue.
c906108c 14974
ee2d5c50
AC
14975Reply:
14976@xref{Stop Reply Packets}, for the reply specifications.
14977
14978@item @code{a} --- reserved
14979
14980Reserved for future use.
14981
14982@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
14983@cindex @code{A} packet
c906108c 14984
8e04817f
AC
14985Initialized @samp{argv[]} array passed into program. @var{arglen}
14986specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
14987See @code{gdbserver} for more details.
14988
14989Reply:
14990@table @samp
14991@item OK
14992@item E@var{NN}
14993@end table
14994
14995@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
14996@cindex @code{b} packet
14997
14998Change the serial line speed to @var{baud}.
14999
15000JTC: @emph{When does the transport layer state change? When it's
15001received, or after the ACK is transmitted. In either case, there are
15002problems if the command or the acknowledgment packet is dropped.}
15003
15004Stan: @emph{If people really wanted to add something like this, and get
15005it working for the first time, they ought to modify ser-unix.c to send
15006some kind of out-of-band message to a specially-setup stub and have the
15007switch happen "in between" packets, so that from remote protocol's point
15008of view, nothing actually happened.}
15009
15010@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
15011@cindex @code{B} packet
15012
8e04817f 15013Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
15014breakpoint at @var{addr}.
15015
15016This packet has been replaced by the @samp{Z} and @samp{z} packets
15017(@pxref{insert breakpoint or watchpoint packet}).
c906108c 15018
ee2d5c50
AC
15019@item @code{c}@var{addr} --- continue
15020@cindex @code{c} packet
15021
15022@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 15023current address.
c906108c 15024
ee2d5c50
AC
15025Reply:
15026@xref{Stop Reply Packets}, for the reply specifications.
15027
15028@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
15029@cindex @code{C} packet
15030
8e04817f
AC
15031Continue with signal @var{sig} (hex signal number). If
15032@code{;}@var{addr} is omitted, resume at same address.
c906108c 15033
ee2d5c50
AC
15034Reply:
15035@xref{Stop Reply Packets}, for the reply specifications.
c906108c 15036
ee2d5c50
AC
15037@item @code{d} --- toggle debug @strong{(deprecated)}
15038@cindex @code{d} packet
15039
15040Toggle debug flag.
15041
15042@item @code{D} --- detach
15043@cindex @code{D} packet
15044
15045Detach @value{GDBN} from the remote system. Sent to the remote target
15046before @value{GDBN} disconnects.
15047
15048Reply:
15049@table @samp
15050@item @emph{no response}
8e04817f 15051@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 15052@end table
c906108c 15053
ee2d5c50 15054@item @code{e} --- reserved
c906108c 15055
ee2d5c50 15056Reserved for future use.
c906108c 15057
ee2d5c50 15058@item @code{E} --- reserved
c906108c 15059
ee2d5c50 15060Reserved for future use.
c906108c 15061
ee2d5c50
AC
15062@item @code{f} --- reserved
15063
15064Reserved for future use.
15065
15066@item @code{F} --- reserved
15067
15068Reserved for future use.
15069
15070@item @code{g} --- read registers
15071@anchor{read registers packet}
15072@cindex @code{g} packet
15073
15074Read general registers.
15075
15076Reply:
15077@table @samp
15078@item @var{XX@dots{}}
8e04817f
AC
15079Each byte of register data is described by two hex digits. The bytes
15080with the register are transmitted in target byte order. The size of
15081each register and their position within the @samp{g} @var{packet} are
ee2d5c50
AC
15082determined by the @value{GDBN} internal macros @var{REGISTER_RAW_SIZE}
15083and @var{REGISTER_NAME} macros. The specification of several standard
8e04817f 15084@code{g} packets is specified below.
ee2d5c50
AC
15085@item E@var{NN}
15086for an error.
15087@end table
c906108c 15088
ee2d5c50
AC
15089@item @code{G}@var{XX@dots{}} --- write regs
15090@cindex @code{G} packet
c906108c 15091
ee2d5c50
AC
15092@xref{read registers packet}, for a description of the @var{XX@dots{}}
15093data.
15094
15095Reply:
15096@table @samp
15097@item OK
15098for success
15099@item E@var{NN}
15100for an error
15101@end table
15102
15103@item @code{h} --- reserved
15104
15105Reserved for future use.
15106
15107@item @code{H}@var{c}@var{t@dots{}} --- set thread
15108@cindex @code{H} packet
c906108c 15109
8e04817f 15110Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
15111@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
15112should be @samp{c} for step and continue operations, @samp{g} for other
15113operations. The thread designator @var{t@dots{}} may be -1, meaning all
15114the threads, a thread number, or zero which means pick any thread.
15115
15116Reply:
15117@table @samp
15118@item OK
15119for success
15120@item E@var{NN}
15121for an error
15122@end table
c906108c 15123
8e04817f
AC
15124@c FIXME: JTC:
15125@c 'H': How restrictive (or permissive) is the thread model. If a
15126@c thread is selected and stopped, are other threads allowed
15127@c to continue to execute? As I mentioned above, I think the
15128@c semantics of each command when a thread is selected must be
15129@c described. For example:
15130@c
15131@c 'g': If the stub supports threads and a specific thread is
15132@c selected, returns the register block from that thread;
15133@c otherwise returns current registers.
15134@c
15135@c 'G' If the stub supports threads and a specific thread is
15136@c selected, sets the registers of the register block of
15137@c that thread; otherwise sets current registers.
c906108c 15138
ee2d5c50
AC
15139@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
15140@anchor{cycle step packet}
15141@cindex @code{i} packet
15142
8e04817f
AC
15143Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
15144present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
15145step starting at that address.
c906108c 15146
ee2d5c50
AC
15147@item @code{I} --- signal then cycle step @strong{(reserved)}
15148@cindex @code{I} packet
15149
15150@xref{step with signal packet}. @xref{cycle step packet}.
15151
15152@item @code{j} --- reserved
15153
15154Reserved for future use.
15155
15156@item @code{J} --- reserved
c906108c 15157
ee2d5c50 15158Reserved for future use.
c906108c 15159
ee2d5c50
AC
15160@item @code{k} --- kill request
15161@cindex @code{k} packet
c906108c 15162
ac282366 15163FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
15164thread context has been selected (i.e.@: does 'k' kill only that
15165thread?)}.
c906108c 15166
ee2d5c50 15167@item @code{K} --- reserved
c906108c 15168
ee2d5c50
AC
15169Reserved for future use.
15170
15171@item @code{l} --- reserved
15172
15173Reserved for future use.
15174
15175@item @code{L} --- reserved
15176
15177Reserved for future use.
15178
15179@item @code{m}@var{addr}@code{,}@var{length} --- read memory
15180@cindex @code{m} packet
c906108c 15181
8e04817f 15182Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 15183Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 15184assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 15185transfer mechanism is needed.}
c906108c 15186
ee2d5c50
AC
15187Reply:
15188@table @samp
15189@item @var{XX@dots{}}
15190@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
15191to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 15192that sized memory transfers are assumed using word aligned
ee2d5c50
AC
15193accesses. FIXME: @emph{A word aligned memory transfer mechanism is
15194needed.}
15195@item E@var{NN}
15196@var{NN} is errno
15197@end table
15198
15199@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
15200@cindex @code{M} packet
15201
8e04817f 15202Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
15203@var{XX@dots{}} is the data.
15204
15205Reply:
15206@table @samp
15207@item OK
15208for success
15209@item E@var{NN}
8e04817f
AC
15210for an error (this includes the case where only part of the data was
15211written).
ee2d5c50 15212@end table
c906108c 15213
ee2d5c50 15214@item @code{n} --- reserved
c906108c 15215
ee2d5c50 15216Reserved for future use.
c906108c 15217
ee2d5c50 15218@item @code{N} --- reserved
c906108c 15219
ee2d5c50 15220Reserved for future use.
c906108c 15221
ee2d5c50
AC
15222@item @code{o} --- reserved
15223
15224Reserved for future use.
15225
15226@item @code{O} --- reserved
15227
15228Reserved for future use.
c906108c 15229
ee2d5c50
AC
15230@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
15231@cindex @code{p} packet
15232
15233@xref{write register packet}.
15234
15235Reply:
15236@table @samp
15237@item @var{r@dots{}.}
15238The hex encoded value of the register in target byte order.
15239@end table
15240
15241@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
15242@anchor{write register packet}
15243@cindex @code{P} packet
15244
15245Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 15246digits for each byte in the register (target byte order).
c906108c 15247
ee2d5c50
AC
15248Reply:
15249@table @samp
15250@item OK
15251for success
15252@item E@var{NN}
15253for an error
15254@end table
15255
15256@item @code{q}@var{query} --- general query
15257@anchor{general query packet}
15258@cindex @code{q} packet
15259
15260Request info about @var{query}. In general @value{GDBN} queries have a
15261leading upper case letter. Custom vendor queries should use a company
15262prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
15263be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
15264that they match the full @var{query} name.
15265
15266Reply:
15267@table @samp
15268@item @var{XX@dots{}}
15269Hex encoded data from query. The reply can not be empty.
15270@item E@var{NN}
15271error reply
8e04817f 15272@item
ee2d5c50
AC
15273Indicating an unrecognized @var{query}.
15274@end table
15275
15276@item @code{Q}@var{var}@code{=}@var{val} --- general set
15277@cindex @code{Q} packet
15278
15279Set value of @var{var} to @var{val}.
15280
15281@xref{general query packet}, for a discussion of naming conventions.
c906108c 15282
ee2d5c50
AC
15283@item @code{r} --- reset @strong{(deprecated)}
15284@cindex @code{r} packet
c906108c 15285
8e04817f 15286Reset the entire system.
c906108c 15287
ee2d5c50
AC
15288@item @code{R}@var{XX} --- remote restart
15289@cindex @code{R} packet
15290
8e04817f
AC
15291Restart the program being debugged. @var{XX}, while needed, is ignored.
15292This packet is only available in extended mode.
ee2d5c50
AC
15293
15294Reply:
15295@table @samp
15296@item @emph{no reply}
8e04817f 15297The @samp{R} packet has no reply.
ee2d5c50
AC
15298@end table
15299
15300@item @code{s}@var{addr} --- step
15301@cindex @code{s} packet
c906108c 15302
8e04817f
AC
15303@var{addr} is address to resume. If @var{addr} is omitted, resume at
15304same address.
c906108c 15305
ee2d5c50
AC
15306Reply:
15307@xref{Stop Reply Packets}, for the reply specifications.
15308
15309@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
15310@anchor{step with signal packet}
15311@cindex @code{S} packet
15312
8e04817f 15313Like @samp{C} but step not continue.
c906108c 15314
ee2d5c50
AC
15315Reply:
15316@xref{Stop Reply Packets}, for the reply specifications.
15317
15318@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
15319@cindex @code{t} packet
15320
8e04817f 15321Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
15322@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
15323@var{addr} must be at least 3 digits.
c906108c 15324
ee2d5c50
AC
15325@item @code{T}@var{XX} --- thread alive
15326@cindex @code{T} packet
c906108c 15327
ee2d5c50 15328Find out if the thread XX is alive.
c906108c 15329
ee2d5c50
AC
15330Reply:
15331@table @samp
15332@item OK
15333thread is still alive
15334@item E@var{NN}
15335thread is dead
15336@end table
15337
15338@item @code{u} --- reserved
15339
15340Reserved for future use.
15341
15342@item @code{U} --- reserved
15343
15344Reserved for future use.
15345
15346@item @code{v} --- reserved
15347
15348Reserved for future use.
15349
15350@item @code{V} --- reserved
c906108c 15351
ee2d5c50 15352Reserved for future use.
c906108c 15353
ee2d5c50 15354@item @code{w} --- reserved
c906108c 15355
ee2d5c50 15356Reserved for future use.
c906108c 15357
ee2d5c50 15358@item @code{W} --- reserved
c906108c 15359
ee2d5c50 15360Reserved for future use.
c906108c 15361
ee2d5c50
AC
15362@item @code{x} --- reserved
15363
15364Reserved for future use.
15365
15366@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
15367@cindex @code{X} packet
15368
15369@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
15370is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 15371escaped using @code{0x7d}.
c906108c 15372
ee2d5c50
AC
15373Reply:
15374@table @samp
15375@item OK
15376for success
15377@item E@var{NN}
15378for an error
15379@end table
15380
15381@item @code{y} --- reserved
c906108c 15382
ee2d5c50 15383Reserved for future use.
c906108c 15384
ee2d5c50
AC
15385@item @code{Y} reserved
15386
15387Reserved for future use.
15388
2f870471
AC
15389@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
15390@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
15391@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 15392@cindex @code{z} packet
2f870471 15393@cindex @code{Z} packets
ee2d5c50 15394
2f870471
AC
15395Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
15396watchpoint starting at address @var{address} and covering the next
15397@var{length} bytes.
ee2d5c50 15398
2f870471
AC
15399Each breakpoint and watchpoint packet @var{type} is documented
15400separately.
15401
512217c7
AC
15402@emph{Implementation notes: A remote target shall return an empty string
15403for an unrecognized breakpoint or watchpoint packet @var{type}. A
15404remote target shall support either both or neither of a given
2f870471
AC
15405@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
15406avoid potential problems with duplicate packets, the operations should
15407be implemented in an idempotent way.}
15408
15409@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
15410@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
15411@cindex @code{z0} packet
15412@cindex @code{Z0} packet
15413
15414Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
15415@code{addr} of size @code{length}.
15416
15417A memory breakpoint is implemented by replacing the instruction at
15418@var{addr} with a software breakpoint or trap instruction. The
15419@code{length} is used by targets that indicates the size of the
15420breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
15421@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 15422
2f870471
AC
15423@emph{Implementation note: It is possible for a target to copy or move
15424code that contains memory breakpoints (e.g., when implementing
15425overlays). The behavior of this packet, in the presence of such a
15426target, is not defined.}
c906108c 15427
ee2d5c50
AC
15428Reply:
15429@table @samp
2f870471
AC
15430@item OK
15431success
15432@item
15433not supported
ee2d5c50
AC
15434@item E@var{NN}
15435for an error
2f870471
AC
15436@end table
15437
15438@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
15439@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
15440@cindex @code{z1} packet
15441@cindex @code{Z1} packet
15442
15443Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
15444address @code{addr} of size @code{length}.
15445
15446A hardware breakpoint is implemented using a mechanism that is not
15447dependant on being able to modify the target's memory.
15448
15449@emph{Implementation note: A hardware breakpoint is not affected by code
15450movement.}
15451
15452Reply:
15453@table @samp
ee2d5c50 15454@item OK
2f870471
AC
15455success
15456@item
15457not supported
15458@item E@var{NN}
15459for an error
15460@end table
15461
15462@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
15463@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
15464@cindex @code{z2} packet
15465@cindex @code{Z2} packet
15466
15467Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
15468
15469Reply:
15470@table @samp
15471@item OK
15472success
15473@item
15474not supported
15475@item E@var{NN}
15476for an error
15477@end table
15478
15479@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
15480@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
15481@cindex @code{z3} packet
15482@cindex @code{Z3} packet
15483
2e834e49 15484Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
15485
15486Reply:
15487@table @samp
15488@item OK
15489success
15490@item
15491not supported
15492@item E@var{NN}
15493for an error
15494@end table
15495
2e834e49
HPN
15496@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
15497@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
15498@cindex @code{z4} packet
15499@cindex @code{Z4} packet
15500
15501Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
15502
15503Reply:
15504@table @samp
15505@item OK
15506success
15507@item
15508not supported
15509@item E@var{NN}
15510for an error
ee2d5c50
AC
15511@end table
15512
15513@end table
c906108c 15514
ee2d5c50
AC
15515@node Stop Reply Packets
15516@section Stop Reply Packets
15517@cindex stop reply packets
c906108c 15518
8e04817f
AC
15519The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
15520receive any of the below as a reply. In the case of the @samp{C},
15521@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
15522when the target halts. In the below the exact meaning of @samp{signal
15523number} is poorly defined. In general one of the UNIX signal numbering
15524conventions is used.
c906108c 15525
ee2d5c50 15526@table @samp
c906108c 15527
ee2d5c50
AC
15528@item S@var{AA}
15529@var{AA} is the signal number
c906108c 15530
8e04817f 15531@item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
ee2d5c50
AC
15532@cindex @code{T} packet reply
15533
8e04817f
AC
15534@var{AA} = two hex digit signal number; @var{n...} = register number
15535(hex), @var{r...} = target byte ordered register contents, size defined
15536by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
3c3bea1c
GS
15537thread process ID, this is a hex integer; @var{n...} = (@samp{watch} |
15538@samp{rwatch} | @samp{awatch}, @var{r...} = data address, this is a hex
15539integer; @var{n...} = other string not starting with valid hex digit.
15540@value{GDBN} should ignore this @var{n...}, @var{r...} pair and go on
15541to the next. This way we can extend the protocol.
c906108c 15542
ee2d5c50
AC
15543@item W@var{AA}
15544
8e04817f 15545The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
15546applicable to certain targets.
15547
15548@item X@var{AA}
c906108c 15549
8e04817f 15550The process terminated with signal @var{AA}.
c906108c 15551
ee2d5c50
AC
15552@item N@var{AA};@var{t@dots{}};@var{d@dots{}};@var{b@dots{}} @strong{(obsolete)}
15553
15554@var{AA} = signal number; @var{t@dots{}} = address of symbol
15555@code{_start}; @var{d@dots{}} = base of data section; @var{b@dots{}} =
15556base of bss section. @emph{Note: only used by Cisco Systems targets.
15557The difference between this reply and the @samp{qOffsets} query is that
15558the @samp{N} packet may arrive spontaneously whereas the @samp{qOffsets}
15559is a query initiated by the host debugger.}
c906108c 15560
ee2d5c50 15561@item O@var{XX@dots{}}
c906108c 15562
ee2d5c50
AC
15563@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
15564any time while the program is running and the debugger should continue
15565to wait for @samp{W}, @samp{T}, etc.
15566
15567@end table
15568
15569@node General Query Packets
15570@section General Query Packets
c906108c 15571
8e04817f 15572The following set and query packets have already been defined.
c906108c 15573
ee2d5c50 15574@table @r
c906108c 15575
ee2d5c50
AC
15576@item @code{q}@code{C} --- current thread
15577
15578Return the current thread id.
15579
15580Reply:
15581@table @samp
15582@item @code{QC}@var{pid}
8e04817f 15583Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
15584@item *
15585Any other reply implies the old pid.
15586@end table
15587
15588@item @code{q}@code{fThreadInfo} -- all thread ids
15589
15590@code{q}@code{sThreadInfo}
c906108c 15591
8e04817f
AC
15592Obtain a list of active thread ids from the target (OS). Since there
15593may be too many active threads to fit into one reply packet, this query
15594works iteratively: it may require more than one query/reply sequence to
15595obtain the entire list of threads. The first query of the sequence will
15596be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
15597sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
15598
15599NOTE: replaces the @code{qL} query (see below).
15600
15601Reply:
15602@table @samp
15603@item @code{m}@var{id}
15604A single thread id
15605@item @code{m}@var{id},@var{id}@dots{}
15606a comma-separated list of thread ids
15607@item @code{l}
15608(lower case 'el') denotes end of list.
15609@end table
15610
15611In response to each query, the target will reply with a list of one or
15612more thread ids, in big-endian hex, separated by commas. @value{GDBN}
15613will respond to each reply with a request for more thread ids (using the
8e04817f
AC
15614@code{qs} form of the query), until the target responds with @code{l}
15615(lower-case el, for @code{'last'}).
c906108c 15616
ee2d5c50
AC
15617@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
15618
15619Where @var{id} is a thread-id in big-endian hex. Obtain a printable
15620string description of a thread's attributes from the target OS. This
15621string may contain anything that the target OS thinks is interesting for
15622@value{GDBN} to tell the user about the thread. The string is displayed
15623in @value{GDBN}'s @samp{info threads} display. Some examples of
15624possible thread extra info strings are ``Runnable'', or ``Blocked on
15625Mutex''.
15626
15627Reply:
15628@table @samp
15629@item @var{XX@dots{}}
15630Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
15631the printable string containing the extra information about the thread's
8e04817f 15632attributes.
ee2d5c50
AC
15633@end table
15634
15635@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 15636
8e04817f
AC
15637Obtain thread information from RTOS. Where: @var{startflag} (one hex
15638digit) is one to indicate the first query and zero to indicate a
15639subsequent query; @var{threadcount} (two hex digits) is the maximum
15640number of threads the response packet can contain; and @var{nextthread}
15641(eight hex digits), for subsequent queries (@var{startflag} is zero), is
15642returned in the response as @var{argthread}.
ee2d5c50
AC
15643
15644NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
15645(see above).
15646
15647Reply:
15648@table @samp
15649@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
15650Where: @var{count} (two hex digits) is the number of threads being
15651returned; @var{done} (one hex digit) is zero to indicate more threads
15652and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
15653digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
15654is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 15655digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 15656@end table
c906108c 15657
ee2d5c50
AC
15658@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
15659
15660Reply:
15661@table @samp
15662@item @code{E}@var{NN}
15663An error (such as memory fault)
15664@item @code{C}@var{CRC32}
15665A 32 bit cyclic redundancy check of the specified memory region.
15666@end table
15667
15668@item @code{q}@code{Offsets} --- query sect offs
c906108c 15669
8e04817f
AC
15670Get section offsets that the target used when re-locating the downloaded
15671image. @emph{Note: while a @code{Bss} offset is included in the
15672response, @value{GDBN} ignores this and instead applies the @code{Data}
15673offset to the @code{Bss} section.}
c906108c 15674
ee2d5c50
AC
15675Reply:
15676@table @samp
15677@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
15678@end table
15679
15680@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
15681
8e04817f
AC
15682Returns information on @var{threadid}. Where: @var{mode} is a hex
15683encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
15684
15685Reply:
15686@table @samp
15687@item *
15688@end table
15689
8e04817f 15690See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 15691
ee2d5c50
AC
15692@item @code{q}@code{Rcmd,}@var{command} --- remote command
15693
15694@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
15695execution. Invalid commands should be reported using the output string.
15696Before the final result packet, the target may also respond with a
ee2d5c50
AC
15697number of intermediate @code{O}@var{output} console output packets.
15698@emph{Implementors should note that providing access to a stubs's
15699interpreter may have security implications}.
15700
15701Reply:
15702@table @samp
15703@item OK
8e04817f 15704A command response with no output.
ee2d5c50 15705@item @var{OUTPUT}
8e04817f 15706A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 15707@item @code{E}@var{NN}
8e04817f 15708Indicate a badly formed request.
ee2d5c50 15709@item @samp{}
8e04817f 15710When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
15711@end table
15712
15713@item @code{qSymbol::} --- symbol lookup
c906108c 15714
8e04817f
AC
15715Notify the target that @value{GDBN} is prepared to serve symbol lookup
15716requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
15717
15718Reply:
15719@table @samp
15720@item @code{OK}
8e04817f 15721The target does not need to look up any (more) symbols.
ee2d5c50
AC
15722@item @code{qSymbol:}@var{sym_name}
15723The target requests the value of symbol @var{sym_name} (hex encoded).
15724@value{GDBN} may provide the value by using the
15725@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
15726@end table
15727
15728@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
15729
15730Set the value of @var{sym_name} to @var{sym_value}.
15731
15732@var{sym_name} (hex encoded) is the name of a symbol whose value the
15733target has previously requested.
15734
15735@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
15736@value{GDBN} cannot supply a value for @var{sym_name}, then this field
15737will be empty.
15738
15739Reply:
15740@table @samp
15741@item @code{OK}
8e04817f 15742The target does not need to look up any (more) symbols.
ee2d5c50
AC
15743@item @code{qSymbol:}@var{sym_name}
15744The target requests the value of a new symbol @var{sym_name} (hex
15745encoded). @value{GDBN} will continue to supply the values of symbols
15746(if available), until the target ceases to request them.
15747@end table
eb12ee30 15748
ee2d5c50
AC
15749@end table
15750
15751@node Register Packet Format
15752@section Register Packet Format
eb12ee30 15753
8e04817f 15754The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
15755In the below, some thirty-two bit registers are transferred as
15756sixty-four bits. Those registers should be zero/sign extended (which?)
15757to fill the space allocated. Register bytes are transfered in target
15758byte order. The two nibbles within a register byte are transfered
15759most-significant - least-significant.
eb12ee30 15760
ee2d5c50 15761@table @r
eb12ee30 15762
8e04817f 15763@item MIPS32
ee2d5c50 15764
8e04817f
AC
15765All registers are transfered as thirty-two bit quantities in the order:
1576632 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
15767registers; fsr; fir; fp.
eb12ee30 15768
8e04817f 15769@item MIPS64
ee2d5c50 15770
8e04817f
AC
15771All registers are transfered as sixty-four bit quantities (including
15772thirty-two bit registers such as @code{sr}). The ordering is the same
15773as @code{MIPS32}.
eb12ee30 15774
ee2d5c50
AC
15775@end table
15776
15777@node Examples
15778@section Examples
eb12ee30 15779
8e04817f
AC
15780Example sequence of a target being re-started. Notice how the restart
15781does not get any direct output:
eb12ee30 15782
474c8240 15783@smallexample
d2c6833e
AC
15784-> @code{R00}
15785<- @code{+}
8e04817f 15786@emph{target restarts}
d2c6833e 15787-> @code{?}
8e04817f 15788<- @code{+}
d2c6833e
AC
15789<- @code{T001:1234123412341234}
15790-> @code{+}
474c8240 15791@end smallexample
eb12ee30 15792
8e04817f 15793Example sequence of a target being stepped by a single instruction:
eb12ee30 15794
474c8240 15795@smallexample
d2c6833e 15796-> @code{G1445@dots{}}
8e04817f 15797<- @code{+}
d2c6833e
AC
15798-> @code{s}
15799<- @code{+}
15800@emph{time passes}
15801<- @code{T001:1234123412341234}
8e04817f 15802-> @code{+}
d2c6833e 15803-> @code{g}
8e04817f 15804<- @code{+}
d2c6833e
AC
15805<- @code{1455@dots{}}
15806-> @code{+}
474c8240 15807@end smallexample
eb12ee30 15808
aab4e0ec 15809@include gpl.texi
eb12ee30 15810
6826cf00
EZ
15811@include fdl.texi
15812
6d2ebf8b 15813@node Index
c906108c
SS
15814@unnumbered Index
15815
15816@printindex cp
15817
15818@tex
15819% I think something like @colophon should be in texinfo. In the
15820% meantime:
15821\long\def\colophon{\hbox to0pt{}\vfill
15822\centerline{The body of this manual is set in}
15823\centerline{\fontname\tenrm,}
15824\centerline{with headings in {\bf\fontname\tenbf}}
15825\centerline{and examples in {\tt\fontname\tentt}.}
15826\centerline{{\it\fontname\tenit\/},}
15827\centerline{{\bf\fontname\tenbf}, and}
15828\centerline{{\sl\fontname\tensl\/}}
15829\centerline{are used for emphasis.}\vfill}
15830\page\colophon
15831% Blame: doc@cygnus.com, 1991.
15832@end tex
15833
c906108c 15834@bye
This page took 1.534577 seconds and 4 git commands to generate.