* annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
6d2ebf8b 2@c Copyright 1988-2000
c906108c
SS
3@c Free Software Foundation, Inc.
4@c
5d161b24 5@c %**start of header
c906108c
SS
6@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
7@c of @set vars. However, you can override filename with makeinfo -o.
8@setfilename gdb.info
9@c
10@include gdb-cfg.texi
11@c
c906108c 12@settitle Debugging with @value{GDBN}
c906108c
SS
13@setchapternewpage odd
14@c %**end of header
15
16@iftex
17@c @smallbook
18@c @cropmarks
19@end iftex
20
21@finalout
22@syncodeindex ky cp
23
41afff9a
EZ
24@c readline appendices use @vindex, @findex and @ftable,
25@c annotate.texi uses @findex.
c906108c 26@syncodeindex vr cp
41afff9a 27@syncodeindex fn cp
c906108c 28
7162c0ca
EZ
29@c gdbmi uses @findex
30@syncodeindex fn cp
31
c906108c 32@c !!set GDB manual's edition---not the same as GDB version!
6d2ebf8b 33@set EDITION Eighth
c906108c
SS
34
35@c !!set GDB manual's revision date
6d2ebf8b 36@set DATE March 2000
c906108c 37
6d2ebf8b 38@c THIS MANUAL REQUIRES TEXINFO 3.12 OR LATER.
c906108c 39
c906108c 40@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 41@c manuals to an info tree.
96a2c332
SS
42@dircategory Programming & development tools.
43@direntry
c906108c 44* Gdb: (gdb). The @sc{gnu} debugger.
96a2c332
SS
45@end direntry
46
c906108c
SS
47@ifinfo
48This file documents the @sc{gnu} debugger @value{GDBN}.
49
50
5d161b24 51This is the @value{EDITION} Edition, @value{DATE},
c906108c
SS
52of @cite{Debugging with @value{GDBN}: the @sc{gnu} Source-Level Debugger}
53for @value{GDBN} Version @value{GDBVN}.
54
6d2ebf8b 55Copyright (C) 1988-2000 Free Software Foundation, Inc.
c906108c
SS
56
57Permission is granted to make and distribute verbatim copies of
58this manual provided the copyright notice and this permission notice
59are preserved on all copies.
60
61@ignore
62Permission is granted to process this file through TeX and print the
63results, provided the printed document carries copying permission
64notice identical to this one except for the removal of this paragraph
65(this paragraph not being relevant to the printed manual).
66
67@end ignore
68Permission is granted to copy and distribute modified versions of this
69manual under the conditions for verbatim copying, provided also that the
70entire resulting derived work is distributed under the terms of a
71permission notice identical to this one.
72
73Permission is granted to copy and distribute translations of this manual
74into another language, under the above conditions for modified versions.
75@end ifinfo
76
77@titlepage
78@title Debugging with @value{GDBN}
79@subtitle The @sc{gnu} Source-Level Debugger
c906108c 80@sp 1
c906108c
SS
81@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
82@subtitle @value{DATE}
83@author Richard M. Stallman and Roland H. Pesch
c906108c 84@page
c906108c
SS
85@tex
86{\parskip=0pt
53a5351d 87\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
88\hfill {\it Debugging with @value{GDBN}}\par
89\hfill \TeX{}info \texinfoversion\par
90}
91@end tex
53a5351d 92
c906108c 93@vskip 0pt plus 1filll
6d2ebf8b 94Copyright @copyright{} 1988-2000 Free Software Foundation, Inc.
c906108c 95@sp 2
c906108c
SS
96Published by the Free Software Foundation @*
9759 Temple Place - Suite 330, @*
98Boston, MA 02111-1307 USA @*
6d2ebf8b
SS
99ISBN 1-882114-77-9 @*
100
c906108c
SS
101Permission is granted to make and distribute verbatim copies of
102this manual provided the copyright notice and this permission notice
103are preserved on all copies.
104
105Permission is granted to copy and distribute modified versions of this
106manual under the conditions for verbatim copying, provided also that the
107entire resulting derived work is distributed under the terms of a
108permission notice identical to this one.
109
110Permission is granted to copy and distribute translations of this manual
111into another language, under the above conditions for modified versions.
112@end titlepage
113@page
114
b9deaee7 115@ifinfo
6d2ebf8b
SS
116@node Top, Summary, (dir), (dir)
117
c906108c
SS
118@top Debugging with @value{GDBN}
119
120This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
121
5d161b24 122This is the @value{EDITION} Edition, @value{DATE}, for @value{GDBN} Version
c906108c
SS
123@value{GDBVN}.
124
6d2ebf8b
SS
125Copyright (C) 1988-2000 Free Software Foundation, Inc.
126
127@menu
128* Summary:: Summary of @value{GDBN}
129* Sample Session:: A sample @value{GDBN} session
130
131* Invocation:: Getting in and out of @value{GDBN}
132* Commands:: @value{GDBN} commands
133* Running:: Running programs under @value{GDBN}
134* Stopping:: Stopping and continuing
135* Stack:: Examining the stack
136* Source:: Examining source files
137* Data:: Examining data
138
139* Languages:: Using @value{GDBN} with different languages
140
141* Symbols:: Examining the symbol table
142* Altering:: Altering execution
143* GDB Files:: @value{GDBN} files
144* Targets:: Specifying a debugging target
145* Configurations:: Configuration-specific information
146* Controlling GDB:: Controlling @value{GDBN}
147* Sequences:: Canned sequences of commands
148* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
149* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 150* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
151
152* GDB Bugs:: Reporting bugs in @value{GDBN}
153* Formatting Documentation:: How to format and print @value{GDBN} documentation
154
155* Command Line Editing:: Command Line Editing
156* Using History Interactively:: Using History Interactively
157* Installing GDB:: Installing GDB
158* Index:: Index
159@end menu
160
b9deaee7 161@end ifinfo
6d2ebf8b
SS
162
163@c the replication sucks, but this avoids a texinfo 3.12 lameness
164
165@ifhtml
166@node Top
167
168@top Debugging with @value{GDBN}
169
170This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
171
172This is the @value{EDITION} Edition, @value{DATE}, for @value{GDBN} Version
173@value{GDBVN}.
174
175Copyright (C) 1988-2000 Free Software Foundation, Inc.
176
c906108c
SS
177@menu
178* Summary:: Summary of @value{GDBN}
c906108c 179* Sample Session:: A sample @value{GDBN} session
c906108c
SS
180
181* Invocation:: Getting in and out of @value{GDBN}
182* Commands:: @value{GDBN} commands
183* Running:: Running programs under @value{GDBN}
184* Stopping:: Stopping and continuing
185* Stack:: Examining the stack
186* Source:: Examining source files
187* Data:: Examining data
c906108c 188
7a292a7a 189* Languages:: Using @value{GDBN} with different languages
c906108c
SS
190
191* Symbols:: Examining the symbol table
192* Altering:: Altering execution
193* GDB Files:: @value{GDBN} files
194* Targets:: Specifying a debugging target
104c1213 195* Configurations:: Configuration-specific information
c906108c
SS
196* Controlling GDB:: Controlling @value{GDBN}
197* Sequences:: Canned sequences of commands
c906108c 198* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
6d2ebf8b 199* Annotations:: @value{GDBN}'s annotation interface.
c906108c
SS
200
201* GDB Bugs:: Reporting bugs in @value{GDBN}
c906108c 202* Formatting Documentation:: How to format and print @value{GDBN} documentation
c906108c
SS
203
204* Command Line Editing:: Command Line Editing
205* Using History Interactively:: Using History Interactively
206* Installing GDB:: Installing GDB
207* Index:: Index
c906108c
SS
208@end menu
209
6d2ebf8b
SS
210@end ifhtml
211
212@node Summary
c906108c
SS
213@unnumbered Summary of @value{GDBN}
214
215The purpose of a debugger such as @value{GDBN} is to allow you to see what is
216going on ``inside'' another program while it executes---or what another
217program was doing at the moment it crashed.
218
219@value{GDBN} can do four main kinds of things (plus other things in support of
220these) to help you catch bugs in the act:
221
222@itemize @bullet
223@item
224Start your program, specifying anything that might affect its behavior.
225
226@item
227Make your program stop on specified conditions.
228
229@item
230Examine what has happened, when your program has stopped.
231
232@item
233Change things in your program, so you can experiment with correcting the
234effects of one bug and go on to learn about another.
235@end itemize
236
cce74817 237You can use @value{GDBN} to debug programs written in C and C++.
c906108c 238For more information, see @ref{Support,,Supported languages}.
c906108c
SS
239For more information, see @ref{C,,C and C++}.
240
cce74817
JM
241@cindex Chill
242@cindex Modula-2
c906108c 243Support for Modula-2 and Chill is partial. For information on Modula-2,
cce74817 244see @ref{Modula-2,,Modula-2}. For information on Chill, see @ref{Chill}.
c906108c 245
cce74817
JM
246@cindex Pascal
247Debugging Pascal programs which use sets, subranges, file variables, or
248nested functions does not currently work. @value{GDBN} does not support
249entering expressions, printing values, or similar features using Pascal
250syntax.
c906108c 251
c906108c
SS
252@cindex Fortran
253@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 254it may be necessary to refer to some variables with a trailing
cce74817 255underscore.
c906108c 256
c906108c
SS
257@menu
258* Free Software:: Freely redistributable software
259* Contributors:: Contributors to GDB
260@end menu
261
6d2ebf8b 262@node Free Software
c906108c
SS
263@unnumberedsec Free software
264
5d161b24 265@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
266General Public License
267(GPL). The GPL gives you the freedom to copy or adapt a licensed
268program---but every person getting a copy also gets with it the
269freedom to modify that copy (which means that they must get access to
270the source code), and the freedom to distribute further copies.
271Typical software companies use copyrights to limit your freedoms; the
272Free Software Foundation uses the GPL to preserve these freedoms.
273
274Fundamentally, the General Public License is a license which says that
275you have these freedoms and that you cannot take these freedoms away
276from anyone else.
277
6d2ebf8b 278@node Contributors
96a2c332
SS
279@unnumberedsec Contributors to @value{GDBN}
280
281Richard Stallman was the original author of @value{GDBN}, and of many
282other @sc{gnu} programs. Many others have contributed to its
283development. This section attempts to credit major contributors. One
284of the virtues of free software is that everyone is free to contribute
285to it; with regret, we cannot actually acknowledge everyone here. The
286file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
287blow-by-blow account.
288
289Changes much prior to version 2.0 are lost in the mists of time.
290
291@quotation
292@emph{Plea:} Additions to this section are particularly welcome. If you
293or your friends (or enemies, to be evenhanded) have been unfairly
294omitted from this list, we would like to add your names!
295@end quotation
296
297So that they may not regard their many labors as thankless, we
298particularly thank those who shepherded @value{GDBN} through major
299releases:
300Jim Blandy (release 4.18);
301Jason Molenda (release 4.17);
302Stan Shebs (release 4.14);
303Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
304Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
305John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
306Jim Kingdon (releases 3.5, 3.4, and 3.3);
307and Randy Smith (releases 3.2, 3.1, and 3.0).
308
309Richard Stallman, assisted at various times by Peter TerMaat, Chris
310Hanson, and Richard Mlynarik, handled releases through 2.8.
311
96a2c332
SS
312Michael Tiemann is the author of most of the @sc{gnu} C++ support in
313@value{GDBN}, with significant additional contributions from Per
314Bothner. James Clark wrote the @sc{gnu} C++ demangler. Early work on
315C++ was by Peter TerMaat (who also did much general update work leading
316to release 3.0).
c906108c
SS
317
318@value{GDBN} 4 uses the BFD subroutine library to examine multiple
319object-file formats; BFD was a joint project of David V.
320Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
321
322David Johnson wrote the original COFF support; Pace Willison did
323the original support for encapsulated COFF.
324
325Brent Benson of Harris Computer Systems contributed DWARF 2 support.
326
327Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
328Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
329support.
330Jean-Daniel Fekete contributed Sun 386i support.
331Chris Hanson improved the HP9000 support.
332Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
333David Johnson contributed Encore Umax support.
334Jyrki Kuoppala contributed Altos 3068 support.
335Jeff Law contributed HP PA and SOM support.
336Keith Packard contributed NS32K support.
337Doug Rabson contributed Acorn Risc Machine support.
338Bob Rusk contributed Harris Nighthawk CX-UX support.
339Chris Smith contributed Convex support (and Fortran debugging).
340Jonathan Stone contributed Pyramid support.
341Michael Tiemann contributed SPARC support.
342Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
343Pace Willison contributed Intel 386 support.
344Jay Vosburgh contributed Symmetry support.
345
346Andreas Schwab contributed M68K Linux support.
347
348Rich Schaefer and Peter Schauer helped with support of SunOS shared
349libraries.
350
351Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
352about several machine instruction sets.
353
354Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
355remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
356contributed remote debugging modules for the i960, VxWorks, A29K UDI,
357and RDI targets, respectively.
358
359Brian Fox is the author of the readline libraries providing
360command-line editing and command history.
361
7a292a7a
SS
362Andrew Beers of SUNY Buffalo wrote the language-switching code, the
363Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 364
5d161b24 365Fred Fish wrote most of the support for Unix System Vr4.
c906108c
SS
366He also enhanced the command-completion support to cover C++ overloaded
367symbols.
c906108c
SS
368
369Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
370Super-H processors.
371
372NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
373
374Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
375
376Toshiba sponsored the support for the TX39 Mips processor.
377
378Matsushita sponsored the support for the MN10200 and MN10300 processors.
379
96a2c332 380Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
381
382Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
383watchpoints.
384
385Michael Snyder added support for tracepoints.
386
387Stu Grossman wrote gdbserver.
388
389Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 390nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
391
392The following people at the Hewlett-Packard Company contributed
393support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
394(narrow mode), HP's implementation of kernel threads, HP's aC++
395compiler, and the terminal user interface: Ben Krepp, Richard Title,
396John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
397Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
398information in this manual.
399
96a2c332
SS
400Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
401development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
402fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
403Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
404Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
405Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
406Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
407addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
408JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
409Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
410Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
411Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
412Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
413Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
414Zuhn have made contributions both large and small.
c906108c
SS
415
416
6d2ebf8b 417@node Sample Session
c906108c
SS
418@chapter A Sample @value{GDBN} Session
419
420You can use this manual at your leisure to read all about @value{GDBN}.
421However, a handful of commands are enough to get started using the
422debugger. This chapter illustrates those commands.
423
424@iftex
425In this sample session, we emphasize user input like this: @b{input},
426to make it easier to pick out from the surrounding output.
427@end iftex
428
429@c FIXME: this example may not be appropriate for some configs, where
430@c FIXME...primary interest is in remote use.
431
432One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
433processor) exhibits the following bug: sometimes, when we change its
434quote strings from the default, the commands used to capture one macro
435definition within another stop working. In the following short @code{m4}
436session, we define a macro @code{foo} which expands to @code{0000}; we
437then use the @code{m4} built-in @code{defn} to define @code{bar} as the
438same thing. However, when we change the open quote string to
439@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
440procedure fails to define a new synonym @code{baz}:
441
442@smallexample
443$ @b{cd gnu/m4}
444$ @b{./m4}
445@b{define(foo,0000)}
446
447@b{foo}
4480000
449@b{define(bar,defn(`foo'))}
450
451@b{bar}
4520000
453@b{changequote(<QUOTE>,<UNQUOTE>)}
454
455@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
456@b{baz}
457@b{C-d}
458m4: End of input: 0: fatal error: EOF in string
459@end smallexample
460
461@noindent
462Let us use @value{GDBN} to try to see what is going on.
463
c906108c
SS
464@smallexample
465$ @b{@value{GDBP} m4}
466@c FIXME: this falsifies the exact text played out, to permit smallbook
467@c FIXME... format to come out better.
468@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 469 of it under certain conditions; type "show copying" to see
c906108c 470 the conditions.
5d161b24 471There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
472 for details.
473
474@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
475(@value{GDBP})
476@end smallexample
c906108c
SS
477
478@noindent
479@value{GDBN} reads only enough symbol data to know where to find the
480rest when needed; as a result, the first prompt comes up very quickly.
481We now tell @value{GDBN} to use a narrower display width than usual, so
482that examples fit in this manual.
483
484@smallexample
485(@value{GDBP}) @b{set width 70}
486@end smallexample
487
488@noindent
489We need to see how the @code{m4} built-in @code{changequote} works.
490Having looked at the source, we know the relevant subroutine is
491@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
492@code{break} command.
493
494@smallexample
495(@value{GDBP}) @b{break m4_changequote}
496Breakpoint 1 at 0x62f4: file builtin.c, line 879.
497@end smallexample
498
499@noindent
500Using the @code{run} command, we start @code{m4} running under @value{GDBN}
501control; as long as control does not reach the @code{m4_changequote}
502subroutine, the program runs as usual:
503
504@smallexample
505(@value{GDBP}) @b{run}
506Starting program: /work/Editorial/gdb/gnu/m4/m4
507@b{define(foo,0000)}
508
509@b{foo}
5100000
511@end smallexample
512
513@noindent
514To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
515suspends execution of @code{m4}, displaying information about the
516context where it stops.
517
518@smallexample
519@b{changequote(<QUOTE>,<UNQUOTE>)}
520
5d161b24 521Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
522 at builtin.c:879
523879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
524@end smallexample
525
526@noindent
527Now we use the command @code{n} (@code{next}) to advance execution to
528the next line of the current function.
529
530@smallexample
531(@value{GDBP}) @b{n}
532882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
533 : nil,
534@end smallexample
535
536@noindent
537@code{set_quotes} looks like a promising subroutine. We can go into it
538by using the command @code{s} (@code{step}) instead of @code{next}.
539@code{step} goes to the next line to be executed in @emph{any}
540subroutine, so it steps into @code{set_quotes}.
541
542@smallexample
543(@value{GDBP}) @b{s}
544set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
545 at input.c:530
546530 if (lquote != def_lquote)
547@end smallexample
548
549@noindent
550The display that shows the subroutine where @code{m4} is now
551suspended (and its arguments) is called a stack frame display. It
552shows a summary of the stack. We can use the @code{backtrace}
553command (which can also be spelled @code{bt}), to see where we are
554in the stack as a whole: the @code{backtrace} command displays a
555stack frame for each active subroutine.
556
557@smallexample
558(@value{GDBP}) @b{bt}
559#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
560 at input.c:530
5d161b24 561#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
562 at builtin.c:882
563#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
564#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
565 at macro.c:71
566#4 0x79dc in expand_input () at macro.c:40
567#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
568@end smallexample
569
570@noindent
571We step through a few more lines to see what happens. The first two
572times, we can use @samp{s}; the next two times we use @code{n} to avoid
573falling into the @code{xstrdup} subroutine.
574
575@smallexample
576(@value{GDBP}) @b{s}
5770x3b5c 532 if (rquote != def_rquote)
578(@value{GDBP}) @b{s}
5790x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
580def_lquote : xstrdup(lq);
581(@value{GDBP}) @b{n}
582536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
583 : xstrdup(rq);
584(@value{GDBP}) @b{n}
585538 len_lquote = strlen(rquote);
586@end smallexample
587
588@noindent
589The last line displayed looks a little odd; we can examine the variables
590@code{lquote} and @code{rquote} to see if they are in fact the new left
591and right quotes we specified. We use the command @code{p}
592(@code{print}) to see their values.
593
594@smallexample
595(@value{GDBP}) @b{p lquote}
596$1 = 0x35d40 "<QUOTE>"
597(@value{GDBP}) @b{p rquote}
598$2 = 0x35d50 "<UNQUOTE>"
599@end smallexample
600
601@noindent
602@code{lquote} and @code{rquote} are indeed the new left and right quotes.
603To look at some context, we can display ten lines of source
604surrounding the current line with the @code{l} (@code{list}) command.
605
606@smallexample
607(@value{GDBP}) @b{l}
608533 xfree(rquote);
609534
610535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
611 : xstrdup (lq);
612536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
613 : xstrdup (rq);
614537
615538 len_lquote = strlen(rquote);
616539 len_rquote = strlen(lquote);
617540 @}
618541
619542 void
620@end smallexample
621
622@noindent
623Let us step past the two lines that set @code{len_lquote} and
624@code{len_rquote}, and then examine the values of those variables.
625
626@smallexample
627(@value{GDBP}) @b{n}
628539 len_rquote = strlen(lquote);
629(@value{GDBP}) @b{n}
630540 @}
631(@value{GDBP}) @b{p len_lquote}
632$3 = 9
633(@value{GDBP}) @b{p len_rquote}
634$4 = 7
635@end smallexample
636
637@noindent
638That certainly looks wrong, assuming @code{len_lquote} and
639@code{len_rquote} are meant to be the lengths of @code{lquote} and
640@code{rquote} respectively. We can set them to better values using
641the @code{p} command, since it can print the value of
642any expression---and that expression can include subroutine calls and
643assignments.
644
645@smallexample
646(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
647$5 = 7
648(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
649$6 = 9
650@end smallexample
651
652@noindent
653Is that enough to fix the problem of using the new quotes with the
654@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
655executing with the @code{c} (@code{continue}) command, and then try the
656example that caused trouble initially:
657
658@smallexample
659(@value{GDBP}) @b{c}
660Continuing.
661
662@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
663
664baz
6650000
666@end smallexample
667
668@noindent
669Success! The new quotes now work just as well as the default ones. The
670problem seems to have been just the two typos defining the wrong
671lengths. We allow @code{m4} exit by giving it an EOF as input:
672
673@smallexample
674@b{C-d}
675Program exited normally.
676@end smallexample
677
678@noindent
679The message @samp{Program exited normally.} is from @value{GDBN}; it
680indicates @code{m4} has finished executing. We can end our @value{GDBN}
681session with the @value{GDBN} @code{quit} command.
682
683@smallexample
684(@value{GDBP}) @b{quit}
685@end smallexample
c906108c 686
6d2ebf8b 687@node Invocation
c906108c
SS
688@chapter Getting In and Out of @value{GDBN}
689
690This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 691The essentials are:
c906108c 692@itemize @bullet
5d161b24 693@item
53a5351d 694type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 695@item
c906108c
SS
696type @kbd{quit} or @kbd{C-d} to exit.
697@end itemize
698
699@menu
700* Invoking GDB:: How to start @value{GDBN}
701* Quitting GDB:: How to quit @value{GDBN}
702* Shell Commands:: How to use shell commands inside @value{GDBN}
703@end menu
704
6d2ebf8b 705@node Invoking GDB
c906108c
SS
706@section Invoking @value{GDBN}
707
c906108c
SS
708Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
709@value{GDBN} reads commands from the terminal until you tell it to exit.
710
711You can also run @code{@value{GDBP}} with a variety of arguments and options,
712to specify more of your debugging environment at the outset.
713
c906108c
SS
714The command-line options described here are designed
715to cover a variety of situations; in some environments, some of these
5d161b24 716options may effectively be unavailable.
c906108c
SS
717
718The most usual way to start @value{GDBN} is with one argument,
719specifying an executable program:
720
721@example
722@value{GDBP} @var{program}
723@end example
724
c906108c
SS
725@noindent
726You can also start with both an executable program and a core file
727specified:
728
729@example
730@value{GDBP} @var{program} @var{core}
731@end example
732
733You can, instead, specify a process ID as a second argument, if you want
734to debug a running process:
735
736@example
737@value{GDBP} @var{program} 1234
738@end example
739
740@noindent
741would attach @value{GDBN} to process @code{1234} (unless you also have a file
742named @file{1234}; @value{GDBN} does check for a core file first).
743
c906108c 744Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
745complete operating system; when you use @value{GDBN} as a remote
746debugger attached to a bare board, there may not be any notion of
747``process'', and there is often no way to get a core dump. @value{GDBN}
748will warn you if it is unable to attach or to read core dumps.
c906108c 749
96a2c332 750You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
751@value{GDBN}'s non-warranty, by specifying @code{-silent}:
752
753@smallexample
754@value{GDBP} -silent
755@end smallexample
756
757@noindent
758You can further control how @value{GDBN} starts up by using command-line
759options. @value{GDBN} itself can remind you of the options available.
760
761@noindent
762Type
763
764@example
765@value{GDBP} -help
766@end example
767
768@noindent
769to display all available options and briefly describe their use
770(@samp{@value{GDBP} -h} is a shorter equivalent).
771
772All options and command line arguments you give are processed
773in sequential order. The order makes a difference when the
774@samp{-x} option is used.
775
776
777@menu
c906108c
SS
778* File Options:: Choosing files
779* Mode Options:: Choosing modes
780@end menu
781
6d2ebf8b 782@node File Options
c906108c
SS
783@subsection Choosing files
784
2df3850c 785When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
786specifying an executable file and core file (or process ID). This is
787the same as if the arguments were specified by the @samp{-se} and
788@samp{-c} options respectively. (@value{GDBN} reads the first argument
789that does not have an associated option flag as equivalent to the
790@samp{-se} option followed by that argument; and the second argument
791that does not have an associated option flag, if any, as equivalent to
792the @samp{-c} option followed by that argument.)
7a292a7a
SS
793
794If @value{GDBN} has not been configured to included core file support,
795such as for most embedded targets, then it will complain about a second
796argument and ignore it.
c906108c
SS
797
798Many options have both long and short forms; both are shown in the
799following list. @value{GDBN} also recognizes the long forms if you truncate
800them, so long as enough of the option is present to be unambiguous.
801(If you prefer, you can flag option arguments with @samp{--} rather
802than @samp{-}, though we illustrate the more usual convention.)
803
d700128c
EZ
804@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
805@c way, both those who look for -foo and --foo in the index, will find
806@c it.
807
c906108c
SS
808@table @code
809@item -symbols @var{file}
810@itemx -s @var{file}
d700128c
EZ
811@cindex @code{--symbols}
812@cindex @code{-s}
c906108c
SS
813Read symbol table from file @var{file}.
814
815@item -exec @var{file}
816@itemx -e @var{file}
d700128c
EZ
817@cindex @code{--exec}
818@cindex @code{-e}
7a292a7a
SS
819Use file @var{file} as the executable file to execute when appropriate,
820and for examining pure data in conjunction with a core dump.
c906108c
SS
821
822@item -se @var{file}
d700128c 823@cindex @code{--se}
c906108c
SS
824Read symbol table from file @var{file} and use it as the executable
825file.
826
c906108c
SS
827@item -core @var{file}
828@itemx -c @var{file}
d700128c
EZ
829@cindex @code{--core}
830@cindex @code{-c}
c906108c
SS
831Use file @var{file} as a core dump to examine.
832
833@item -c @var{number}
834Connect to process ID @var{number}, as with the @code{attach} command
835(unless there is a file in core-dump format named @var{number}, in which
836case @samp{-c} specifies that file as a core dump to read).
c906108c
SS
837
838@item -command @var{file}
839@itemx -x @var{file}
d700128c
EZ
840@cindex @code{--command}
841@cindex @code{-x}
c906108c
SS
842Execute @value{GDBN} commands from file @var{file}. @xref{Command
843Files,, Command files}.
844
845@item -directory @var{directory}
846@itemx -d @var{directory}
d700128c
EZ
847@cindex @code{--directory}
848@cindex @code{-d}
c906108c
SS
849Add @var{directory} to the path to search for source files.
850
c906108c
SS
851@item -m
852@itemx -mapped
d700128c
EZ
853@cindex @code{--mapped}
854@cindex @code{-m}
c906108c
SS
855@emph{Warning: this option depends on operating system facilities that are not
856supported on all systems.}@*
857If memory-mapped files are available on your system through the @code{mmap}
5d161b24 858system call, you can use this option
c906108c
SS
859to have @value{GDBN} write the symbols from your
860program into a reusable file in the current directory. If the program you are debugging is
96a2c332 861called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
862Future @value{GDBN} debugging sessions notice the presence of this file,
863and can quickly map in symbol information from it, rather than reading
864the symbol table from the executable program.
865
866The @file{.syms} file is specific to the host machine where @value{GDBN}
867is run. It holds an exact image of the internal @value{GDBN} symbol
868table. It cannot be shared across multiple host platforms.
c906108c 869
c906108c
SS
870@item -r
871@itemx -readnow
d700128c
EZ
872@cindex @code{--readnow}
873@cindex @code{-r}
c906108c
SS
874Read each symbol file's entire symbol table immediately, rather than
875the default, which is to read it incrementally as it is needed.
876This makes startup slower, but makes future operations faster.
53a5351d 877
c906108c
SS
878@end table
879
2df3850c 880You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 881order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
882information. (@xref{Files,,Commands to specify files}, for information
883on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
884but build a @file{.syms} file for future use is:
c906108c
SS
885
886@example
2df3850c 887gdb -batch -nx -mapped -readnow programname
c906108c 888@end example
c906108c 889
6d2ebf8b 890@node Mode Options
c906108c
SS
891@subsection Choosing modes
892
893You can run @value{GDBN} in various alternative modes---for example, in
894batch mode or quiet mode.
895
896@table @code
897@item -nx
898@itemx -n
d700128c
EZ
899@cindex @code{--nx}
900@cindex @code{-n}
2df3850c
JM
901Do not execute commands found in any initialization files (normally
902called @file{.gdbinit}, or @file{gdb.ini} on PCs). Normally,
903@value{GDBN} executes the commands in these files after all the command
904options and arguments have been processed. @xref{Command Files,,Command
905files}.
c906108c
SS
906
907@item -quiet
d700128c 908@itemx -silent
c906108c 909@itemx -q
d700128c
EZ
910@cindex @code{--quiet}
911@cindex @code{--silent}
912@cindex @code{-q}
c906108c
SS
913``Quiet''. Do not print the introductory and copyright messages. These
914messages are also suppressed in batch mode.
915
916@item -batch
d700128c 917@cindex @code{--batch}
c906108c
SS
918Run in batch mode. Exit with status @code{0} after processing all the
919command files specified with @samp{-x} (and all commands from
920initialization files, if not inhibited with @samp{-n}). Exit with
921nonzero status if an error occurs in executing the @value{GDBN} commands
922in the command files.
923
2df3850c
JM
924Batch mode may be useful for running @value{GDBN} as a filter, for
925example to download and run a program on another computer; in order to
926make this more useful, the message
c906108c
SS
927
928@example
929Program exited normally.
930@end example
931
932@noindent
2df3850c
JM
933(which is ordinarily issued whenever a program running under
934@value{GDBN} control terminates) is not issued when running in batch
935mode.
936
937@item -nowindows
938@itemx -nw
d700128c
EZ
939@cindex @code{--nowindows}
940@cindex @code{-nw}
2df3850c 941``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 942(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
943interface. If no GUI is available, this option has no effect.
944
945@item -windows
946@itemx -w
d700128c
EZ
947@cindex @code{--windows}
948@cindex @code{-w}
2df3850c
JM
949If @value{GDBN} includes a GUI, then this option requires it to be
950used if possible.
c906108c
SS
951
952@item -cd @var{directory}
d700128c 953@cindex @code{--cd}
c906108c
SS
954Run @value{GDBN} using @var{directory} as its working directory,
955instead of the current directory.
956
c906108c
SS
957@item -fullname
958@itemx -f
d700128c
EZ
959@cindex @code{--fullname}
960@cindex @code{-f}
7a292a7a
SS
961@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
962subprocess. It tells @value{GDBN} to output the full file name and line
963number in a standard, recognizable fashion each time a stack frame is
964displayed (which includes each time your program stops). This
965recognizable format looks like two @samp{\032} characters, followed by
966the file name, line number and character position separated by colons,
967and a newline. The Emacs-to-@value{GDBN} interface program uses the two
968@samp{\032} characters as a signal to display the source code for the
969frame.
c906108c 970
d700128c
EZ
971@item -epoch
972@cindex @code{--epoch}
973The Epoch Emacs-@value{GDBN} interface sets this option when it runs
974@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
975routines so as to allow Epoch to display values of expressions in a
976separate window.
977
978@item -annotate @var{level}
979@cindex @code{--annotate}
980This option sets the @dfn{annotation level} inside @value{GDBN}. Its
981effect is identical to using @samp{set annotate @var{level}}
982(@pxref{Annotations}).
983Annotation level controls how much information does @value{GDBN} print
984together with its prompt, values of expressions, source lines, and other
985types of output. Level 0 is the normal, level 1 is for use when
986@value{GDBN} is run as a subprocess of @sc{gnu} Emacs, level 2 is the
987maximum annotation suitable for programs that control @value{GDBN}.
988
989@item -async
990@cindex @code{--async}
991Use the asynchronous event loop for the command-line interface.
992@value{GDBN} processes all events, such as user keyboard input, via a
993special event loop. This allows @value{GDBN} to accept and process user
994commands in parallel with the debugged process being
995run@footnote{@value{GDBN} built with @sc{djgpp} tools for
996MS-DOS/MS-Windows supports this mode of operation, but the event loop is
997suspended when the debuggee runs.}, so you don't need to wait for
998control to return to @value{GDBN} before you type the next command.
999(@emph{Note:} as of version 5.0, the target side of the asynchronous
1000operation is not yet in place, so @samp{-async} does not work fully
1001yet.)
1002@c FIXME: when the target side of the event loop is done, the above NOTE
1003@c should be removed.
1004
1005When the standard input is connected to a terminal device, @value{GDBN}
1006uses the asynchronous event loop by default, unless disabled by the
1007@samp{-noasync} option.
1008
1009@item -noasync
1010@cindex @code{--noasync}
1011Disable the asynchronous event loop for the command-line interface.
1012
2df3850c
JM
1013@item -baud @var{bps}
1014@itemx -b @var{bps}
d700128c
EZ
1015@cindex @code{--baud}
1016@cindex @code{-b}
c906108c
SS
1017Set the line speed (baud rate or bits per second) of any serial
1018interface used by @value{GDBN} for remote debugging.
c906108c
SS
1019
1020@item -tty @var{device}
d700128c
EZ
1021@itemx -t @var{device}
1022@cindex @code{--tty}
1023@cindex @code{-t}
c906108c
SS
1024Run using @var{device} for your program's standard input and output.
1025@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1026
53a5351d
JM
1027@c resolve the situation of these eventually
1028@c @item -tui
d700128c 1029@c @cindex @code{--tui}
53a5351d
JM
1030@c Use a Terminal User Interface. For information, use your Web browser to
1031@c read the file @file{TUI.html}, which is usually installed in the
1032@c directory @code{/opt/langtools/wdb/doc} on HP-UX systems. Do not use
1033@c this option if you run @value{GDBN} from Emacs (see @pxref{Emacs, ,Using
1034@c @value{GDBN} under @sc{gnu} Emacs}).
1035
1036@c @item -xdb
d700128c 1037@c @cindex @code{--xdb}
53a5351d
JM
1038@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1039@c For information, see the file @file{xdb_trans.html}, which is usually
1040@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1041@c systems.
1042
d700128c
EZ
1043@item -interpreter @var{interp}
1044@cindex @code{--interpreter}
1045Use the interpreter @var{interp} for interface with the controlling
1046program or device. This option is meant to be set by programs which
1047communicate with @value{GDBN} using it as a back end. For example,
1048@samp{--interpreter=mi} causes @value{GDBN} to use the @dfn{gdbmi
7162c0ca 1049interface} (@pxref{GDB/MI, , The @sc{gdb/mi} Interface}).
d700128c
EZ
1050
1051@item -write
1052@cindex @code{--write}
1053Open the executable and core files for both reading and writing. This
1054is equivalent to the @samp{set write on} command inside @value{GDBN}
1055(@pxref{Patching}).
1056
1057@item -statistics
1058@cindex @code{--statistics}
1059This option causes @value{GDBN} to print statistics about time and
1060memory usage after it completes each command and returns to the prompt.
1061
1062@item -version
1063@cindex @code{--version}
1064This option causes @value{GDBN} to print its version number and
1065no-warranty blurb, and exit.
1066
c906108c
SS
1067@end table
1068
6d2ebf8b 1069@node Quitting GDB
c906108c
SS
1070@section Quitting @value{GDBN}
1071@cindex exiting @value{GDBN}
1072@cindex leaving @value{GDBN}
1073
1074@table @code
1075@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1076@kindex q @r{(@code{quit})}
96a2c332
SS
1077@item quit @r{[}@var{expression}@r{]}
1078@itemx q
1079To exit @value{GDBN}, use the @code{quit} command (abbreviated
1080@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1081do not supply @var{expression}, @value{GDBN} will terminate normally;
1082otherwise it will terminate using the result of @var{expression} as the
1083error code.
c906108c
SS
1084@end table
1085
1086@cindex interrupt
1087An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1088terminates the action of any @value{GDBN} command that is in progress and
1089returns to @value{GDBN} command level. It is safe to type the interrupt
1090character at any time because @value{GDBN} does not allow it to take effect
1091until a time when it is safe.
1092
c906108c
SS
1093If you have been using @value{GDBN} to control an attached process or
1094device, you can release it with the @code{detach} command
1095(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1096
6d2ebf8b 1097@node Shell Commands
c906108c
SS
1098@section Shell commands
1099
1100If you need to execute occasional shell commands during your
1101debugging session, there is no need to leave or suspend @value{GDBN}; you can
1102just use the @code{shell} command.
1103
1104@table @code
1105@kindex shell
1106@cindex shell escape
1107@item shell @var{command string}
1108Invoke a standard shell to execute @var{command string}.
c906108c 1109If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1110shell to run. Otherwise @value{GDBN} uses the default shell
1111(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1112@end table
1113
1114The utility @code{make} is often needed in development environments.
1115You do not have to use the @code{shell} command for this purpose in
1116@value{GDBN}:
1117
1118@table @code
1119@kindex make
1120@cindex calling make
1121@item make @var{make-args}
1122Execute the @code{make} program with the specified
1123arguments. This is equivalent to @samp{shell make @var{make-args}}.
1124@end table
1125
6d2ebf8b 1126@node Commands
c906108c
SS
1127@chapter @value{GDBN} Commands
1128
1129You can abbreviate a @value{GDBN} command to the first few letters of the command
1130name, if that abbreviation is unambiguous; and you can repeat certain
1131@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1132key to get @value{GDBN} to fill out the rest of a word in a command (or to
1133show you the alternatives available, if there is more than one possibility).
1134
1135@menu
1136* Command Syntax:: How to give commands to @value{GDBN}
1137* Completion:: Command completion
1138* Help:: How to ask @value{GDBN} for help
1139@end menu
1140
6d2ebf8b 1141@node Command Syntax
c906108c
SS
1142@section Command syntax
1143
1144A @value{GDBN} command is a single line of input. There is no limit on
1145how long it can be. It starts with a command name, which is followed by
1146arguments whose meaning depends on the command name. For example, the
1147command @code{step} accepts an argument which is the number of times to
1148step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1149with no arguments. Some commands do not allow any arguments.
c906108c
SS
1150
1151@cindex abbreviation
1152@value{GDBN} command names may always be truncated if that abbreviation is
1153unambiguous. Other possible command abbreviations are listed in the
1154documentation for individual commands. In some cases, even ambiguous
1155abbreviations are allowed; for example, @code{s} is specially defined as
1156equivalent to @code{step} even though there are other commands whose
1157names start with @code{s}. You can test abbreviations by using them as
1158arguments to the @code{help} command.
1159
1160@cindex repeating commands
41afff9a 1161@kindex RET @r{(repeat last command)}
c906108c 1162A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1163repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1164will not repeat this way; these are commands whose unintentional
1165repetition might cause trouble and which you are unlikely to want to
1166repeat.
1167
1168The @code{list} and @code{x} commands, when you repeat them with
1169@key{RET}, construct new arguments rather than repeating
1170exactly as typed. This permits easy scanning of source or memory.
1171
1172@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1173output, in a way similar to the common utility @code{more}
1174(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1175@key{RET} too many in this situation, @value{GDBN} disables command
1176repetition after any command that generates this sort of display.
1177
41afff9a 1178@kindex # @r{(a comment)}
c906108c
SS
1179@cindex comment
1180Any text from a @kbd{#} to the end of the line is a comment; it does
1181nothing. This is useful mainly in command files (@pxref{Command
1182Files,,Command files}).
1183
6d2ebf8b 1184@node Completion
c906108c
SS
1185@section Command completion
1186
1187@cindex completion
1188@cindex word completion
1189@value{GDBN} can fill in the rest of a word in a command for you, if there is
1190only one possibility; it can also show you what the valid possibilities
1191are for the next word in a command, at any time. This works for @value{GDBN}
1192commands, @value{GDBN} subcommands, and the names of symbols in your program.
1193
1194Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1195of a word. If there is only one possibility, @value{GDBN} fills in the
1196word, and waits for you to finish the command (or press @key{RET} to
1197enter it). For example, if you type
1198
1199@c FIXME "@key" does not distinguish its argument sufficiently to permit
1200@c complete accuracy in these examples; space introduced for clarity.
1201@c If texinfo enhancements make it unnecessary, it would be nice to
1202@c replace " @key" by "@key" in the following...
1203@example
1204(@value{GDBP}) info bre @key{TAB}
1205@end example
1206
1207@noindent
1208@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1209the only @code{info} subcommand beginning with @samp{bre}:
1210
1211@example
1212(@value{GDBP}) info breakpoints
1213@end example
1214
1215@noindent
1216You can either press @key{RET} at this point, to run the @code{info
1217breakpoints} command, or backspace and enter something else, if
1218@samp{breakpoints} does not look like the command you expected. (If you
1219were sure you wanted @code{info breakpoints} in the first place, you
1220might as well just type @key{RET} immediately after @samp{info bre},
1221to exploit command abbreviations rather than command completion).
1222
1223If there is more than one possibility for the next word when you press
1224@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1225characters and try again, or just press @key{TAB} a second time;
1226@value{GDBN} displays all the possible completions for that word. For
1227example, you might want to set a breakpoint on a subroutine whose name
1228begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1229just sounds the bell. Typing @key{TAB} again displays all the
1230function names in your program that begin with those characters, for
1231example:
1232
1233@example
1234(@value{GDBP}) b make_ @key{TAB}
1235@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1236make_a_section_from_file make_environ
1237make_abs_section make_function_type
1238make_blockvector make_pointer_type
1239make_cleanup make_reference_type
c906108c
SS
1240make_command make_symbol_completion_list
1241(@value{GDBP}) b make_
1242@end example
1243
1244@noindent
1245After displaying the available possibilities, @value{GDBN} copies your
1246partial input (@samp{b make_} in the example) so you can finish the
1247command.
1248
1249If you just want to see the list of alternatives in the first place, you
1250can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1251means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1252key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1253one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1254
1255@cindex quotes in commands
1256@cindex completion of quoted strings
1257Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1258parentheses or other characters that @value{GDBN} normally excludes from
1259its notion of a word. To permit word completion to work in this
1260situation, you may enclose words in @code{'} (single quote marks) in
1261@value{GDBN} commands.
c906108c 1262
c906108c
SS
1263The most likely situation where you might need this is in typing the
1264name of a C++ function. This is because C++ allows function overloading
1265(multiple definitions of the same function, distinguished by argument
1266type). For example, when you want to set a breakpoint you may need to
1267distinguish whether you mean the version of @code{name} that takes an
1268@code{int} parameter, @code{name(int)}, or the version that takes a
1269@code{float} parameter, @code{name(float)}. To use the word-completion
1270facilities in this situation, type a single quote @code{'} at the
1271beginning of the function name. This alerts @value{GDBN} that it may need to
1272consider more information than usual when you press @key{TAB} or
1273@kbd{M-?} to request word completion:
1274
1275@example
96a2c332 1276(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1277bubble(double,double) bubble(int,int)
1278(@value{GDBP}) b 'bubble(
1279@end example
1280
1281In some cases, @value{GDBN} can tell that completing a name requires using
1282quotes. When this happens, @value{GDBN} inserts the quote for you (while
1283completing as much as it can) if you do not type the quote in the first
1284place:
1285
1286@example
1287(@value{GDBP}) b bub @key{TAB}
1288@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1289(@value{GDBP}) b 'bubble(
1290@end example
1291
1292@noindent
1293In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1294you have not yet started typing the argument list when you ask for
1295completion on an overloaded symbol.
1296
d4f3574e 1297For more information about overloaded functions, see @ref{C plus plus
c906108c
SS
1298expressions, ,C++ expressions}. You can use the command @code{set
1299overload-resolution off} to disable overload resolution;
d4f3574e 1300see @ref{Debugging C plus plus, ,@value{GDBN} features for C++}.
c906108c
SS
1301
1302
6d2ebf8b 1303@node Help
c906108c
SS
1304@section Getting help
1305@cindex online documentation
1306@kindex help
1307
5d161b24 1308You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1309using the command @code{help}.
1310
1311@table @code
41afff9a 1312@kindex h @r{(@code{help})}
c906108c
SS
1313@item help
1314@itemx h
1315You can use @code{help} (abbreviated @code{h}) with no arguments to
1316display a short list of named classes of commands:
1317
1318@smallexample
1319(@value{GDBP}) help
1320List of classes of commands:
1321
2df3850c 1322aliases -- Aliases of other commands
c906108c 1323breakpoints -- Making program stop at certain points
2df3850c 1324data -- Examining data
c906108c 1325files -- Specifying and examining files
2df3850c
JM
1326internals -- Maintenance commands
1327obscure -- Obscure features
1328running -- Running the program
1329stack -- Examining the stack
c906108c
SS
1330status -- Status inquiries
1331support -- Support facilities
96a2c332
SS
1332tracepoints -- Tracing of program execution without@*
1333 stopping the program
c906108c 1334user-defined -- User-defined commands
c906108c 1335
5d161b24 1336Type "help" followed by a class name for a list of
c906108c 1337commands in that class.
5d161b24 1338Type "help" followed by command name for full
c906108c
SS
1339documentation.
1340Command name abbreviations are allowed if unambiguous.
1341(@value{GDBP})
1342@end smallexample
96a2c332 1343@c the above line break eliminates huge line overfull...
c906108c
SS
1344
1345@item help @var{class}
1346Using one of the general help classes as an argument, you can get a
1347list of the individual commands in that class. For example, here is the
1348help display for the class @code{status}:
1349
1350@smallexample
1351(@value{GDBP}) help status
1352Status inquiries.
1353
1354List of commands:
1355
1356@c Line break in "show" line falsifies real output, but needed
1357@c to fit in smallbook page size.
2df3850c
JM
1358info -- Generic command for showing things
1359 about the program being debugged
1360show -- Generic command for showing things
1361 about the debugger
c906108c 1362
5d161b24 1363Type "help" followed by command name for full
c906108c
SS
1364documentation.
1365Command name abbreviations are allowed if unambiguous.
1366(@value{GDBP})
1367@end smallexample
1368
1369@item help @var{command}
1370With a command name as @code{help} argument, @value{GDBN} displays a
1371short paragraph on how to use that command.
1372
6837a0a2
DB
1373@kindex apropos
1374@item apropos @var{args}
1375The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1376commands, and their documentation, for the regular expression specified in
1377@var{args}. It prints out all matches found. For example:
1378
1379@smallexample
1380apropos reload
1381@end smallexample
1382
1383@noindent results in:
1384
1385@smallexample
6d2ebf8b
SS
1386@c @group
1387set symbol-reloading -- Set dynamic symbol table reloading
1388 multiple times in one run
1389show symbol-reloading -- Show dynamic symbol table reloading
1390 multiple times in one run
1391@c @end group
6837a0a2
DB
1392@end smallexample
1393
c906108c
SS
1394@kindex complete
1395@item complete @var{args}
1396The @code{complete @var{args}} command lists all the possible completions
1397for the beginning of a command. Use @var{args} to specify the beginning of the
1398command you want completed. For example:
1399
1400@smallexample
1401complete i
1402@end smallexample
1403
1404@noindent results in:
1405
1406@smallexample
1407@group
2df3850c
JM
1408if
1409ignore
c906108c
SS
1410info
1411inspect
c906108c
SS
1412@end group
1413@end smallexample
1414
1415@noindent This is intended for use by @sc{gnu} Emacs.
1416@end table
1417
1418In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1419and @code{show} to inquire about the state of your program, or the state
1420of @value{GDBN} itself. Each command supports many topics of inquiry; this
1421manual introduces each of them in the appropriate context. The listings
1422under @code{info} and under @code{show} in the Index point to
1423all the sub-commands. @xref{Index}.
1424
1425@c @group
1426@table @code
1427@kindex info
41afff9a 1428@kindex i @r{(@code{info})}
c906108c
SS
1429@item info
1430This command (abbreviated @code{i}) is for describing the state of your
1431program. For example, you can list the arguments given to your program
1432with @code{info args}, list the registers currently in use with @code{info
1433registers}, or list the breakpoints you have set with @code{info breakpoints}.
1434You can get a complete list of the @code{info} sub-commands with
1435@w{@code{help info}}.
1436
1437@kindex set
1438@item set
5d161b24 1439You can assign the result of an expression to an environment variable with
c906108c
SS
1440@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1441@code{set prompt $}.
1442
1443@kindex show
1444@item show
5d161b24 1445In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1446@value{GDBN} itself.
1447You can change most of the things you can @code{show}, by using the
1448related command @code{set}; for example, you can control what number
1449system is used for displays with @code{set radix}, or simply inquire
1450which is currently in use with @code{show radix}.
1451
1452@kindex info set
1453To display all the settable parameters and their current
1454values, you can use @code{show} with no arguments; you may also use
1455@code{info set}. Both commands produce the same display.
1456@c FIXME: "info set" violates the rule that "info" is for state of
1457@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1458@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1459@end table
1460@c @end group
1461
1462Here are three miscellaneous @code{show} subcommands, all of which are
1463exceptional in lacking corresponding @code{set} commands:
1464
1465@table @code
1466@kindex show version
1467@cindex version number
1468@item show version
1469Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1470information in @value{GDBN} bug-reports. If multiple versions of
1471@value{GDBN} are in use at your site, you may need to determine which
1472version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1473commands are introduced, and old ones may wither away. Also, many
1474system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1475variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1476The version number is the same as the one announced when you start
1477@value{GDBN}.
c906108c
SS
1478
1479@kindex show copying
1480@item show copying
1481Display information about permission for copying @value{GDBN}.
1482
1483@kindex show warranty
1484@item show warranty
2df3850c 1485Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1486if your version of @value{GDBN} comes with one.
2df3850c 1487
c906108c
SS
1488@end table
1489
6d2ebf8b 1490@node Running
c906108c
SS
1491@chapter Running Programs Under @value{GDBN}
1492
1493When you run a program under @value{GDBN}, you must first generate
1494debugging information when you compile it.
7a292a7a
SS
1495
1496You may start @value{GDBN} with its arguments, if any, in an environment
1497of your choice. If you are doing native debugging, you may redirect
1498your program's input and output, debug an already running process, or
1499kill a child process.
c906108c
SS
1500
1501@menu
1502* Compilation:: Compiling for debugging
1503* Starting:: Starting your program
c906108c
SS
1504* Arguments:: Your program's arguments
1505* Environment:: Your program's environment
c906108c
SS
1506
1507* Working Directory:: Your program's working directory
1508* Input/Output:: Your program's input and output
1509* Attach:: Debugging an already-running process
1510* Kill Process:: Killing the child process
c906108c
SS
1511
1512* Threads:: Debugging programs with multiple threads
1513* Processes:: Debugging programs with multiple processes
1514@end menu
1515
6d2ebf8b 1516@node Compilation
c906108c
SS
1517@section Compiling for debugging
1518
1519In order to debug a program effectively, you need to generate
1520debugging information when you compile it. This debugging information
1521is stored in the object file; it describes the data type of each
1522variable or function and the correspondence between source line numbers
1523and addresses in the executable code.
1524
1525To request debugging information, specify the @samp{-g} option when you run
1526the compiler.
1527
1528Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1529options together. Using those compilers, you cannot generate optimized
1530executables containing debugging information.
1531
53a5351d
JM
1532@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1533without @samp{-O}, making it possible to debug optimized code. We
1534recommend that you @emph{always} use @samp{-g} whenever you compile a
1535program. You may think your program is correct, but there is no sense
1536in pushing your luck.
c906108c
SS
1537
1538@cindex optimized code, debugging
1539@cindex debugging optimized code
1540When you debug a program compiled with @samp{-g -O}, remember that the
1541optimizer is rearranging your code; the debugger shows you what is
1542really there. Do not be too surprised when the execution path does not
1543exactly match your source file! An extreme example: if you define a
1544variable, but never use it, @value{GDBN} never sees that
1545variable---because the compiler optimizes it out of existence.
1546
1547Some things do not work as well with @samp{-g -O} as with just
1548@samp{-g}, particularly on machines with instruction scheduling. If in
1549doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1550please report it to us as a bug (including a test case!).
1551
1552Older versions of the @sc{gnu} C compiler permitted a variant option
1553@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1554format; if your @sc{gnu} C compiler has this option, do not use it.
1555
1556@need 2000
6d2ebf8b 1557@node Starting
c906108c
SS
1558@section Starting your program
1559@cindex starting
1560@cindex running
1561
1562@table @code
1563@kindex run
41afff9a 1564@kindex r @r{(@code{run})}
c906108c
SS
1565@item run
1566@itemx r
7a292a7a
SS
1567Use the @code{run} command to start your program under @value{GDBN}.
1568You must first specify the program name (except on VxWorks) with an
1569argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1570@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1571(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1572
1573@end table
1574
c906108c
SS
1575If you are running your program in an execution environment that
1576supports processes, @code{run} creates an inferior process and makes
1577that process run your program. (In environments without processes,
1578@code{run} jumps to the start of your program.)
1579
1580The execution of a program is affected by certain information it
1581receives from its superior. @value{GDBN} provides ways to specify this
1582information, which you must do @emph{before} starting your program. (You
1583can change it after starting your program, but such changes only affect
1584your program the next time you start it.) This information may be
1585divided into four categories:
1586
1587@table @asis
1588@item The @emph{arguments.}
1589Specify the arguments to give your program as the arguments of the
1590@code{run} command. If a shell is available on your target, the shell
1591is used to pass the arguments, so that you may use normal conventions
1592(such as wildcard expansion or variable substitution) in describing
1593the arguments.
1594In Unix systems, you can control which shell is used with the
1595@code{SHELL} environment variable.
1596@xref{Arguments, ,Your program's arguments}.
1597
1598@item The @emph{environment.}
1599Your program normally inherits its environment from @value{GDBN}, but you can
1600use the @value{GDBN} commands @code{set environment} and @code{unset
1601environment} to change parts of the environment that affect
1602your program. @xref{Environment, ,Your program's environment}.
1603
1604@item The @emph{working directory.}
1605Your program inherits its working directory from @value{GDBN}. You can set
1606the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1607@xref{Working Directory, ,Your program's working directory}.
1608
1609@item The @emph{standard input and output.}
1610Your program normally uses the same device for standard input and
1611standard output as @value{GDBN} is using. You can redirect input and output
1612in the @code{run} command line, or you can use the @code{tty} command to
1613set a different device for your program.
1614@xref{Input/Output, ,Your program's input and output}.
1615
1616@cindex pipes
1617@emph{Warning:} While input and output redirection work, you cannot use
1618pipes to pass the output of the program you are debugging to another
1619program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1620wrong program.
1621@end table
c906108c
SS
1622
1623When you issue the @code{run} command, your program begins to execute
1624immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1625of how to arrange for your program to stop. Once your program has
1626stopped, you may call functions in your program, using the @code{print}
1627or @code{call} commands. @xref{Data, ,Examining Data}.
1628
1629If the modification time of your symbol file has changed since the last
1630time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1631table, and reads it again. When it does this, @value{GDBN} tries to retain
1632your current breakpoints.
1633
6d2ebf8b 1634@node Arguments
c906108c
SS
1635@section Your program's arguments
1636
1637@cindex arguments (to your program)
1638The arguments to your program can be specified by the arguments of the
5d161b24 1639@code{run} command.
c906108c
SS
1640They are passed to a shell, which expands wildcard characters and
1641performs redirection of I/O, and thence to your program. Your
1642@code{SHELL} environment variable (if it exists) specifies what shell
1643@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1644the default shell (@file{/bin/sh} on Unix).
1645
1646On non-Unix systems, the program is usually invoked directly by
1647@value{GDBN}, which emulates I/O redirection via the appropriate system
1648calls, and the wildcard characters are expanded by the startup code of
1649the program, not by the shell.
c906108c
SS
1650
1651@code{run} with no arguments uses the same arguments used by the previous
1652@code{run}, or those set by the @code{set args} command.
1653
c906108c 1654@table @code
41afff9a 1655@kindex set args
c906108c
SS
1656@item set args
1657Specify the arguments to be used the next time your program is run. If
1658@code{set args} has no arguments, @code{run} executes your program
1659with no arguments. Once you have run your program with arguments,
1660using @code{set args} before the next @code{run} is the only way to run
1661it again without arguments.
1662
1663@kindex show args
1664@item show args
1665Show the arguments to give your program when it is started.
1666@end table
1667
6d2ebf8b 1668@node Environment
c906108c
SS
1669@section Your program's environment
1670
1671@cindex environment (of your program)
1672The @dfn{environment} consists of a set of environment variables and
1673their values. Environment variables conventionally record such things as
1674your user name, your home directory, your terminal type, and your search
1675path for programs to run. Usually you set up environment variables with
1676the shell and they are inherited by all the other programs you run. When
1677debugging, it can be useful to try running your program with a modified
1678environment without having to start @value{GDBN} over again.
1679
1680@table @code
1681@kindex path
1682@item path @var{directory}
1683Add @var{directory} to the front of the @code{PATH} environment variable
1684(the search path for executables), for both @value{GDBN} and your program.
d4f3574e
SS
1685You may specify several directory names, separated by whitespace or by a
1686system-dependent separator character (@samp{:} on Unix, @samp{;} on
1687MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1688is moved to the front, so it is searched sooner.
c906108c
SS
1689
1690You can use the string @samp{$cwd} to refer to whatever is the current
1691working directory at the time @value{GDBN} searches the path. If you
1692use @samp{.} instead, it refers to the directory where you executed the
1693@code{path} command. @value{GDBN} replaces @samp{.} in the
1694@var{directory} argument (with the current path) before adding
1695@var{directory} to the search path.
1696@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1697@c document that, since repeating it would be a no-op.
1698
1699@kindex show paths
1700@item show paths
1701Display the list of search paths for executables (the @code{PATH}
1702environment variable).
1703
1704@kindex show environment
1705@item show environment @r{[}@var{varname}@r{]}
1706Print the value of environment variable @var{varname} to be given to
1707your program when it starts. If you do not supply @var{varname},
1708print the names and values of all environment variables to be given to
1709your program. You can abbreviate @code{environment} as @code{env}.
1710
1711@kindex set environment
53a5351d 1712@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1713Set environment variable @var{varname} to @var{value}. The value
1714changes for your program only, not for @value{GDBN} itself. @var{value} may
1715be any string; the values of environment variables are just strings, and
1716any interpretation is supplied by your program itself. The @var{value}
1717parameter is optional; if it is eliminated, the variable is set to a
1718null value.
1719@c "any string" here does not include leading, trailing
1720@c blanks. Gnu asks: does anyone care?
1721
1722For example, this command:
1723
1724@example
1725set env USER = foo
1726@end example
1727
1728@noindent
d4f3574e 1729tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1730@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1731are not actually required.)
1732
1733@kindex unset environment
1734@item unset environment @var{varname}
1735Remove variable @var{varname} from the environment to be passed to your
1736program. This is different from @samp{set env @var{varname} =};
1737@code{unset environment} removes the variable from the environment,
1738rather than assigning it an empty value.
1739@end table
1740
d4f3574e
SS
1741@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1742the shell indicated
c906108c
SS
1743by your @code{SHELL} environment variable if it exists (or
1744@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1745that runs an initialization file---such as @file{.cshrc} for C-shell, or
1746@file{.bashrc} for BASH---any variables you set in that file affect
1747your program. You may wish to move setting of environment variables to
1748files that are only run when you sign on, such as @file{.login} or
1749@file{.profile}.
1750
6d2ebf8b 1751@node Working Directory
c906108c
SS
1752@section Your program's working directory
1753
1754@cindex working directory (of your program)
1755Each time you start your program with @code{run}, it inherits its
1756working directory from the current working directory of @value{GDBN}.
1757The @value{GDBN} working directory is initially whatever it inherited
1758from its parent process (typically the shell), but you can specify a new
1759working directory in @value{GDBN} with the @code{cd} command.
1760
1761The @value{GDBN} working directory also serves as a default for the commands
1762that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1763specify files}.
1764
1765@table @code
1766@kindex cd
1767@item cd @var{directory}
1768Set the @value{GDBN} working directory to @var{directory}.
1769
1770@kindex pwd
1771@item pwd
1772Print the @value{GDBN} working directory.
1773@end table
1774
6d2ebf8b 1775@node Input/Output
c906108c
SS
1776@section Your program's input and output
1777
1778@cindex redirection
1779@cindex i/o
1780@cindex terminal
1781By default, the program you run under @value{GDBN} does input and output to
5d161b24 1782the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1783to its own terminal modes to interact with you, but it records the terminal
1784modes your program was using and switches back to them when you continue
1785running your program.
1786
1787@table @code
1788@kindex info terminal
1789@item info terminal
1790Displays information recorded by @value{GDBN} about the terminal modes your
1791program is using.
1792@end table
1793
1794You can redirect your program's input and/or output using shell
1795redirection with the @code{run} command. For example,
1796
1797@example
1798run > outfile
1799@end example
1800
1801@noindent
1802starts your program, diverting its output to the file @file{outfile}.
1803
1804@kindex tty
1805@cindex controlling terminal
1806Another way to specify where your program should do input and output is
1807with the @code{tty} command. This command accepts a file name as
1808argument, and causes this file to be the default for future @code{run}
1809commands. It also resets the controlling terminal for the child
1810process, for future @code{run} commands. For example,
1811
1812@example
1813tty /dev/ttyb
1814@end example
1815
1816@noindent
1817directs that processes started with subsequent @code{run} commands
1818default to do input and output on the terminal @file{/dev/ttyb} and have
1819that as their controlling terminal.
1820
1821An explicit redirection in @code{run} overrides the @code{tty} command's
1822effect on the input/output device, but not its effect on the controlling
1823terminal.
1824
1825When you use the @code{tty} command or redirect input in the @code{run}
1826command, only the input @emph{for your program} is affected. The input
1827for @value{GDBN} still comes from your terminal.
1828
6d2ebf8b 1829@node Attach
c906108c
SS
1830@section Debugging an already-running process
1831@kindex attach
1832@cindex attach
1833
1834@table @code
1835@item attach @var{process-id}
1836This command attaches to a running process---one that was started
1837outside @value{GDBN}. (@code{info files} shows your active
1838targets.) The command takes as argument a process ID. The usual way to
1839find out the process-id of a Unix process is with the @code{ps} utility,
1840or with the @samp{jobs -l} shell command.
1841
1842@code{attach} does not repeat if you press @key{RET} a second time after
1843executing the command.
1844@end table
1845
1846To use @code{attach}, your program must be running in an environment
1847which supports processes; for example, @code{attach} does not work for
1848programs on bare-board targets that lack an operating system. You must
1849also have permission to send the process a signal.
1850
1851When you use @code{attach}, the debugger finds the program running in
1852the process first by looking in the current working directory, then (if
1853the program is not found) by using the source file search path
1854(@pxref{Source Path, ,Specifying source directories}). You can also use
1855the @code{file} command to load the program. @xref{Files, ,Commands to
1856Specify Files}.
1857
1858The first thing @value{GDBN} does after arranging to debug the specified
1859process is to stop it. You can examine and modify an attached process
53a5351d
JM
1860with all the @value{GDBN} commands that are ordinarily available when
1861you start processes with @code{run}. You can insert breakpoints; you
1862can step and continue; you can modify storage. If you would rather the
1863process continue running, you may use the @code{continue} command after
c906108c
SS
1864attaching @value{GDBN} to the process.
1865
1866@table @code
1867@kindex detach
1868@item detach
1869When you have finished debugging the attached process, you can use the
1870@code{detach} command to release it from @value{GDBN} control. Detaching
1871the process continues its execution. After the @code{detach} command,
1872that process and @value{GDBN} become completely independent once more, and you
1873are ready to @code{attach} another process or start one with @code{run}.
1874@code{detach} does not repeat if you press @key{RET} again after
1875executing the command.
1876@end table
1877
1878If you exit @value{GDBN} or use the @code{run} command while you have an
1879attached process, you kill that process. By default, @value{GDBN} asks
1880for confirmation if you try to do either of these things; you can
1881control whether or not you need to confirm by using the @code{set
1882confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
1883messages}).
1884
6d2ebf8b 1885@node Kill Process
c906108c 1886@section Killing the child process
c906108c
SS
1887
1888@table @code
1889@kindex kill
1890@item kill
1891Kill the child process in which your program is running under @value{GDBN}.
1892@end table
1893
1894This command is useful if you wish to debug a core dump instead of a
1895running process. @value{GDBN} ignores any core dump file while your program
1896is running.
1897
1898On some operating systems, a program cannot be executed outside @value{GDBN}
1899while you have breakpoints set on it inside @value{GDBN}. You can use the
1900@code{kill} command in this situation to permit running your program
1901outside the debugger.
1902
1903The @code{kill} command is also useful if you wish to recompile and
1904relink your program, since on many systems it is impossible to modify an
1905executable file while it is running in a process. In this case, when you
1906next type @code{run}, @value{GDBN} notices that the file has changed, and
1907reads the symbol table again (while trying to preserve your current
1908breakpoint settings).
1909
6d2ebf8b 1910@node Threads
c906108c 1911@section Debugging programs with multiple threads
c906108c
SS
1912
1913@cindex threads of execution
1914@cindex multiple threads
1915@cindex switching threads
1916In some operating systems, such as HP-UX and Solaris, a single program
1917may have more than one @dfn{thread} of execution. The precise semantics
1918of threads differ from one operating system to another, but in general
1919the threads of a single program are akin to multiple processes---except
1920that they share one address space (that is, they can all examine and
1921modify the same variables). On the other hand, each thread has its own
1922registers and execution stack, and perhaps private memory.
1923
1924@value{GDBN} provides these facilities for debugging multi-thread
1925programs:
1926
1927@itemize @bullet
1928@item automatic notification of new threads
1929@item @samp{thread @var{threadno}}, a command to switch among threads
1930@item @samp{info threads}, a command to inquire about existing threads
5d161b24 1931@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
1932a command to apply a command to a list of threads
1933@item thread-specific breakpoints
1934@end itemize
1935
c906108c
SS
1936@quotation
1937@emph{Warning:} These facilities are not yet available on every
1938@value{GDBN} configuration where the operating system supports threads.
1939If your @value{GDBN} does not support threads, these commands have no
1940effect. For example, a system without thread support shows no output
1941from @samp{info threads}, and always rejects the @code{thread} command,
1942like this:
1943
1944@smallexample
1945(@value{GDBP}) info threads
1946(@value{GDBP}) thread 1
1947Thread ID 1 not known. Use the "info threads" command to
1948see the IDs of currently known threads.
1949@end smallexample
1950@c FIXME to implementors: how hard would it be to say "sorry, this GDB
1951@c doesn't support threads"?
1952@end quotation
c906108c
SS
1953
1954@cindex focus of debugging
1955@cindex current thread
1956The @value{GDBN} thread debugging facility allows you to observe all
1957threads while your program runs---but whenever @value{GDBN} takes
1958control, one thread in particular is always the focus of debugging.
1959This thread is called the @dfn{current thread}. Debugging commands show
1960program information from the perspective of the current thread.
1961
41afff9a 1962@cindex @code{New} @var{systag} message
c906108c
SS
1963@cindex thread identifier (system)
1964@c FIXME-implementors!! It would be more helpful if the [New...] message
1965@c included GDB's numeric thread handle, so you could just go to that
1966@c thread without first checking `info threads'.
1967Whenever @value{GDBN} detects a new thread in your program, it displays
1968the target system's identification for the thread with a message in the
1969form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
1970whose form varies depending on the particular system. For example, on
1971LynxOS, you might see
1972
1973@example
1974[New process 35 thread 27]
1975@end example
1976
1977@noindent
1978when @value{GDBN} notices a new thread. In contrast, on an SGI system,
1979the @var{systag} is simply something like @samp{process 368}, with no
1980further qualifier.
1981
1982@c FIXME!! (1) Does the [New...] message appear even for the very first
1983@c thread of a program, or does it only appear for the
1984@c second---i.e., when it becomes obvious we have a multithread
1985@c program?
1986@c (2) *Is* there necessarily a first thread always? Or do some
1987@c multithread systems permit starting a program with multiple
5d161b24 1988@c threads ab initio?
c906108c
SS
1989
1990@cindex thread number
1991@cindex thread identifier (GDB)
1992For debugging purposes, @value{GDBN} associates its own thread
1993number---always a single integer---with each thread in your program.
1994
1995@table @code
1996@kindex info threads
1997@item info threads
1998Display a summary of all threads currently in your
1999program. @value{GDBN} displays for each thread (in this order):
2000
2001@enumerate
2002@item the thread number assigned by @value{GDBN}
2003
2004@item the target system's thread identifier (@var{systag})
2005
2006@item the current stack frame summary for that thread
2007@end enumerate
2008
2009@noindent
2010An asterisk @samp{*} to the left of the @value{GDBN} thread number
2011indicates the current thread.
2012
5d161b24 2013For example,
c906108c
SS
2014@end table
2015@c end table here to get a little more width for example
2016
2017@smallexample
2018(@value{GDBP}) info threads
2019 3 process 35 thread 27 0x34e5 in sigpause ()
2020 2 process 35 thread 23 0x34e5 in sigpause ()
2021* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2022 at threadtest.c:68
2023@end smallexample
53a5351d
JM
2024
2025On HP-UX systems:
c906108c
SS
2026
2027@cindex thread number
2028@cindex thread identifier (GDB)
2029For debugging purposes, @value{GDBN} associates its own thread
2030number---a small integer assigned in thread-creation order---with each
2031thread in your program.
2032
41afff9a
EZ
2033@cindex @code{New} @var{systag} message, on HP-UX
2034@cindex thread identifier (system), on HP-UX
c906108c
SS
2035@c FIXME-implementors!! It would be more helpful if the [New...] message
2036@c included GDB's numeric thread handle, so you could just go to that
2037@c thread without first checking `info threads'.
2038Whenever @value{GDBN} detects a new thread in your program, it displays
2039both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2040form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2041whose form varies depending on the particular system. For example, on
2042HP-UX, you see
2043
2044@example
2045[New thread 2 (system thread 26594)]
2046@end example
2047
2048@noindent
5d161b24 2049when @value{GDBN} notices a new thread.
c906108c
SS
2050
2051@table @code
2052@kindex info threads
2053@item info threads
2054Display a summary of all threads currently in your
2055program. @value{GDBN} displays for each thread (in this order):
2056
2057@enumerate
2058@item the thread number assigned by @value{GDBN}
2059
2060@item the target system's thread identifier (@var{systag})
2061
2062@item the current stack frame summary for that thread
2063@end enumerate
2064
2065@noindent
2066An asterisk @samp{*} to the left of the @value{GDBN} thread number
2067indicates the current thread.
2068
5d161b24 2069For example,
c906108c
SS
2070@end table
2071@c end table here to get a little more width for example
2072
2073@example
2074(@value{GDBP}) info threads
6d2ebf8b
SS
2075 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2076 at quicksort.c:137
2077 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2078 from /usr/lib/libc.2
2079 1 system thread 27905 0x7b003498 in _brk () \@*
2080 from /usr/lib/libc.2
c906108c 2081@end example
c906108c
SS
2082
2083@table @code
2084@kindex thread @var{threadno}
2085@item thread @var{threadno}
2086Make thread number @var{threadno} the current thread. The command
2087argument @var{threadno} is the internal @value{GDBN} thread number, as
2088shown in the first field of the @samp{info threads} display.
2089@value{GDBN} responds by displaying the system identifier of the thread
2090you selected, and its current stack frame summary:
2091
2092@smallexample
2093@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2094(@value{GDBP}) thread 2
c906108c 2095[Switching to process 35 thread 23]
c906108c
SS
20960x34e5 in sigpause ()
2097@end smallexample
2098
2099@noindent
2100As with the @samp{[New @dots{}]} message, the form of the text after
2101@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2102threads.
c906108c
SS
2103
2104@kindex thread apply
2105@item thread apply [@var{threadno}] [@var{all}] @var{args}
2106The @code{thread apply} command allows you to apply a command to one or
2107more threads. Specify the numbers of the threads that you want affected
2108with the command argument @var{threadno}. @var{threadno} is the internal
2109@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2110threads} display. To apply a command to all threads, use
2111@code{thread apply all} @var{args}.
c906108c
SS
2112@end table
2113
2114@cindex automatic thread selection
2115@cindex switching threads automatically
2116@cindex threads, automatic switching
2117Whenever @value{GDBN} stops your program, due to a breakpoint or a
2118signal, it automatically selects the thread where that breakpoint or
2119signal happened. @value{GDBN} alerts you to the context switch with a
2120message of the form @samp{[Switching to @var{systag}]} to identify the
2121thread.
2122
2123@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2124more information about how @value{GDBN} behaves when you stop and start
2125programs with multiple threads.
2126
2127@xref{Set Watchpoints,,Setting watchpoints}, for information about
2128watchpoints in programs with multiple threads.
c906108c 2129
6d2ebf8b 2130@node Processes
c906108c
SS
2131@section Debugging programs with multiple processes
2132
2133@cindex fork, debugging programs which call
2134@cindex multiple processes
2135@cindex processes, multiple
53a5351d
JM
2136On most systems, @value{GDBN} has no special support for debugging
2137programs which create additional processes using the @code{fork}
2138function. When a program forks, @value{GDBN} will continue to debug the
2139parent process and the child process will run unimpeded. If you have
2140set a breakpoint in any code which the child then executes, the child
2141will get a @code{SIGTRAP} signal which (unless it catches the signal)
2142will cause it to terminate.
c906108c
SS
2143
2144However, if you want to debug the child process there is a workaround
2145which isn't too painful. Put a call to @code{sleep} in the code which
2146the child process executes after the fork. It may be useful to sleep
2147only if a certain environment variable is set, or a certain file exists,
2148so that the delay need not occur when you don't want to run @value{GDBN}
2149on the child. While the child is sleeping, use the @code{ps} program to
2150get its process ID. Then tell @value{GDBN} (a new invocation of
2151@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2152the child process (@pxref{Attach}). From that point on you can debug
c906108c 2153the child process just like any other process which you attached to.
c906108c 2154
53a5351d
JM
2155On HP-UX (11.x and later only?), @value{GDBN} provides support for
2156debugging programs that create additional processes using the
2157@code{fork} or @code{vfork} function.
c906108c
SS
2158
2159By default, when a program forks, @value{GDBN} will continue to debug
2160the parent process and the child process will run unimpeded.
2161
2162If you want to follow the child process instead of the parent process,
2163use the command @w{@code{set follow-fork-mode}}.
2164
2165@table @code
2166@kindex set follow-fork-mode
2167@item set follow-fork-mode @var{mode}
2168Set the debugger response to a program call of @code{fork} or
2169@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2170process. The @var{mode} can be:
2171
2172@table @code
2173@item parent
2174The original process is debugged after a fork. The child process runs
2df3850c 2175unimpeded. This is the default.
c906108c
SS
2176
2177@item child
2178The new process is debugged after a fork. The parent process runs
2179unimpeded.
2180
2181@item ask
2182The debugger will ask for one of the above choices.
2183@end table
2184
2185@item show follow-fork-mode
2df3850c 2186Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2187@end table
2188
2189If you ask to debug a child process and a @code{vfork} is followed by an
2190@code{exec}, @value{GDBN} executes the new target up to the first
2191breakpoint in the new target. If you have a breakpoint set on
2192@code{main} in your original program, the breakpoint will also be set on
2193the child process's @code{main}.
2194
2195When a child process is spawned by @code{vfork}, you cannot debug the
2196child or parent until an @code{exec} call completes.
2197
2198If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2199call executes, the new target restarts. To restart the parent process,
2200use the @code{file} command with the parent executable name as its
2201argument.
2202
2203You can use the @code{catch} command to make @value{GDBN} stop whenever
2204a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2205Catchpoints, ,Setting catchpoints}.
c906108c 2206
6d2ebf8b 2207@node Stopping
c906108c
SS
2208@chapter Stopping and Continuing
2209
2210The principal purposes of using a debugger are so that you can stop your
2211program before it terminates; or so that, if your program runs into
2212trouble, you can investigate and find out why.
2213
7a292a7a
SS
2214Inside @value{GDBN}, your program may stop for any of several reasons,
2215such as a signal, a breakpoint, or reaching a new line after a
2216@value{GDBN} command such as @code{step}. You may then examine and
2217change variables, set new breakpoints or remove old ones, and then
2218continue execution. Usually, the messages shown by @value{GDBN} provide
2219ample explanation of the status of your program---but you can also
2220explicitly request this information at any time.
c906108c
SS
2221
2222@table @code
2223@kindex info program
2224@item info program
2225Display information about the status of your program: whether it is
7a292a7a 2226running or not, what process it is, and why it stopped.
c906108c
SS
2227@end table
2228
2229@menu
2230* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2231* Continuing and Stepping:: Resuming execution
c906108c 2232* Signals:: Signals
c906108c 2233* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2234@end menu
2235
6d2ebf8b 2236@node Breakpoints
c906108c
SS
2237@section Breakpoints, watchpoints, and catchpoints
2238
2239@cindex breakpoints
2240A @dfn{breakpoint} makes your program stop whenever a certain point in
2241the program is reached. For each breakpoint, you can add conditions to
2242control in finer detail whether your program stops. You can set
2243breakpoints with the @code{break} command and its variants (@pxref{Set
2244Breaks, ,Setting breakpoints}), to specify the place where your program
2245should stop by line number, function name or exact address in the
2246program.
2247
2248In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2249breakpoints in shared libraries before the executable is run. There is
2250a minor limitation on HP-UX systems: you must wait until the executable
2251is run in order to set breakpoints in shared library routines that are
2252not called directly by the program (for example, routines that are
2253arguments in a @code{pthread_create} call).
2254
2255@cindex watchpoints
2256@cindex memory tracing
2257@cindex breakpoint on memory address
2258@cindex breakpoint on variable modification
2259A @dfn{watchpoint} is a special breakpoint that stops your program
2260when the value of an expression changes. You must use a different
2261command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2262watchpoints}), but aside from that, you can manage a watchpoint like
2263any other breakpoint: you enable, disable, and delete both breakpoints
2264and watchpoints using the same commands.
2265
2266You can arrange to have values from your program displayed automatically
2267whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2268Automatic display}.
2269
2270@cindex catchpoints
2271@cindex breakpoint on events
2272A @dfn{catchpoint} is another special breakpoint that stops your program
2273when a certain kind of event occurs, such as the throwing of a C++
2274exception or the loading of a library. As with watchpoints, you use a
2275different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2276catchpoints}), but aside from that, you can manage a catchpoint like any
2277other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2278@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2279
2280@cindex breakpoint numbers
2281@cindex numbers for breakpoints
2282@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2283catchpoint when you create it; these numbers are successive integers
2284starting with one. In many of the commands for controlling various
2285features of breakpoints you use the breakpoint number to say which
2286breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2287@dfn{disabled}; if disabled, it has no effect on your program until you
2288enable it again.
2289
c5394b80
JM
2290@cindex breakpoint ranges
2291@cindex ranges of breakpoints
2292Some @value{GDBN} commands accept a range of breakpoints on which to
2293operate. A breakpoint range is either a single breakpoint number, like
2294@samp{5}, or two such numbers, in increasing order, separated by a
2295hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2296all breakpoint in that range are operated on.
2297
c906108c
SS
2298@menu
2299* Set Breaks:: Setting breakpoints
2300* Set Watchpoints:: Setting watchpoints
2301* Set Catchpoints:: Setting catchpoints
2302* Delete Breaks:: Deleting breakpoints
2303* Disabling:: Disabling breakpoints
2304* Conditions:: Break conditions
2305* Break Commands:: Breakpoint command lists
c906108c 2306* Breakpoint Menus:: Breakpoint menus
d4f3574e 2307* Error in Breakpoints:: ``Cannot insert breakpoints''
c906108c
SS
2308@end menu
2309
6d2ebf8b 2310@node Set Breaks
c906108c
SS
2311@subsection Setting breakpoints
2312
5d161b24 2313@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2314@c consider in particular declaration with/without initialization.
2315@c
2316@c FIXME 2 is there stuff on this already? break at fun start, already init?
2317
2318@kindex break
41afff9a
EZ
2319@kindex b @r{(@code{break})}
2320@vindex $bpnum@r{, convenience variable}
c906108c
SS
2321@cindex latest breakpoint
2322Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2323@code{b}). The debugger convenience variable @samp{$bpnum} records the
c906108c
SS
2324number of the breakpoints you've set most recently; see @ref{Convenience
2325Vars,, Convenience variables}, for a discussion of what you can do with
2326convenience variables.
2327
2328You have several ways to say where the breakpoint should go.
2329
2330@table @code
2331@item break @var{function}
5d161b24 2332Set a breakpoint at entry to function @var{function}.
c906108c
SS
2333When using source languages that permit overloading of symbols, such as
2334C++, @var{function} may refer to more than one possible place to break.
2335@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2336
2337@item break +@var{offset}
2338@itemx break -@var{offset}
2339Set a breakpoint some number of lines forward or back from the position
d4f3574e 2340at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2341(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2342
2343@item break @var{linenum}
2344Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2345The current source file is the last file whose source text was printed.
2346The breakpoint will stop your program just before it executes any of the
c906108c
SS
2347code on that line.
2348
2349@item break @var{filename}:@var{linenum}
2350Set a breakpoint at line @var{linenum} in source file @var{filename}.
2351
2352@item break @var{filename}:@var{function}
2353Set a breakpoint at entry to function @var{function} found in file
2354@var{filename}. Specifying a file name as well as a function name is
2355superfluous except when multiple files contain similarly named
2356functions.
2357
2358@item break *@var{address}
2359Set a breakpoint at address @var{address}. You can use this to set
2360breakpoints in parts of your program which do not have debugging
2361information or source files.
2362
2363@item break
2364When called without any arguments, @code{break} sets a breakpoint at
2365the next instruction to be executed in the selected stack frame
2366(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2367innermost, this makes your program stop as soon as control
2368returns to that frame. This is similar to the effect of a
2369@code{finish} command in the frame inside the selected frame---except
2370that @code{finish} does not leave an active breakpoint. If you use
2371@code{break} without an argument in the innermost frame, @value{GDBN} stops
2372the next time it reaches the current location; this may be useful
2373inside loops.
2374
2375@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2376least one instruction has been executed. If it did not do this, you
2377would be unable to proceed past a breakpoint without first disabling the
2378breakpoint. This rule applies whether or not the breakpoint already
2379existed when your program stopped.
2380
2381@item break @dots{} if @var{cond}
2382Set a breakpoint with condition @var{cond}; evaluate the expression
2383@var{cond} each time the breakpoint is reached, and stop only if the
2384value is nonzero---that is, if @var{cond} evaluates as true.
2385@samp{@dots{}} stands for one of the possible arguments described
2386above (or no argument) specifying where to break. @xref{Conditions,
2387,Break conditions}, for more information on breakpoint conditions.
2388
2389@kindex tbreak
2390@item tbreak @var{args}
2391Set a breakpoint enabled only for one stop. @var{args} are the
2392same as for the @code{break} command, and the breakpoint is set in the same
2393way, but the breakpoint is automatically deleted after the first time your
2394program stops there. @xref{Disabling, ,Disabling breakpoints}.
2395
c906108c
SS
2396@kindex hbreak
2397@item hbreak @var{args}
d4f3574e
SS
2398Set a hardware-assisted breakpoint. @var{args} are the same as for the
2399@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2400breakpoint requires hardware support and some target hardware may not
2401have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2402debugging, so you can set a breakpoint at an instruction without
2403changing the instruction. This can be used with the new trap-generation
2404provided by SPARClite DSU and some x86-based targets. These targets
2405will generate traps when a program accesses some data or instruction
2406address that is assigned to the debug registers. However the hardware
2407breakpoint registers can take a limited number of breakpoints. For
2408example, on the DSU, only two data breakpoints can be set at a time, and
2409@value{GDBN} will reject this command if more than two are used. Delete
2410or disable unused hardware breakpoints before setting new ones
2411(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
c906108c
SS
2412
2413@kindex thbreak
2414@item thbreak @var{args}
2415Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2416are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2417the same way. However, like the @code{tbreak} command,
c906108c
SS
2418the breakpoint is automatically deleted after the
2419first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2420command, the breakpoint requires hardware support and some target hardware
2421may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2422See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2423
2424@kindex rbreak
2425@cindex regular expression
2426@item rbreak @var{regex}
c906108c 2427Set breakpoints on all functions matching the regular expression
11cf8741
JM
2428@var{regex}. This command sets an unconditional breakpoint on all
2429matches, printing a list of all breakpoints it set. Once these
2430breakpoints are set, they are treated just like the breakpoints set with
2431the @code{break} command. You can delete them, disable them, or make
2432them conditional the same way as any other breakpoint.
2433
2434The syntax of the regular expression is the standard one used with tools
2435like @file{grep}. Note that this is different from the syntax used by
2436shells, so for instance @code{foo*} matches all functions that include
2437an @code{fo} followed by zero or more @code{o}s. There is an implicit
2438@code{.*} leading and trailing the regular expression you supply, so to
2439match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2440
c906108c
SS
2441When debugging C++ programs, @code{rbreak} is useful for setting
2442breakpoints on overloaded functions that are not members of any special
2443classes.
c906108c
SS
2444
2445@kindex info breakpoints
2446@cindex @code{$_} and @code{info breakpoints}
2447@item info breakpoints @r{[}@var{n}@r{]}
2448@itemx info break @r{[}@var{n}@r{]}
2449@itemx info watchpoints @r{[}@var{n}@r{]}
2450Print a table of all breakpoints, watchpoints, and catchpoints set and
2451not deleted, with the following columns for each breakpoint:
2452
2453@table @emph
2454@item Breakpoint Numbers
2455@item Type
2456Breakpoint, watchpoint, or catchpoint.
2457@item Disposition
2458Whether the breakpoint is marked to be disabled or deleted when hit.
2459@item Enabled or Disabled
2460Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2461that are not enabled.
2462@item Address
2df3850c 2463Where the breakpoint is in your program, as a memory address.
c906108c
SS
2464@item What
2465Where the breakpoint is in the source for your program, as a file and
2466line number.
2467@end table
2468
2469@noindent
2470If a breakpoint is conditional, @code{info break} shows the condition on
2471the line following the affected breakpoint; breakpoint commands, if any,
2472are listed after that.
2473
2474@noindent
2475@code{info break} with a breakpoint
2476number @var{n} as argument lists only that breakpoint. The
2477convenience variable @code{$_} and the default examining-address for
2478the @code{x} command are set to the address of the last breakpoint
5d161b24 2479listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2480
2481@noindent
2482@code{info break} displays a count of the number of times the breakpoint
2483has been hit. This is especially useful in conjunction with the
2484@code{ignore} command. You can ignore a large number of breakpoint
2485hits, look at the breakpoint info to see how many times the breakpoint
2486was hit, and then run again, ignoring one less than that number. This
2487will get you quickly to the last hit of that breakpoint.
2488@end table
2489
2490@value{GDBN} allows you to set any number of breakpoints at the same place in
2491your program. There is nothing silly or meaningless about this. When
2492the breakpoints are conditional, this is even useful
2493(@pxref{Conditions, ,Break conditions}).
2494
2495@cindex negative breakpoint numbers
2496@cindex internal @value{GDBN} breakpoints
2497@value{GDBN} itself sometimes sets breakpoints in your program for special
2498purposes, such as proper handling of @code{longjmp} (in C programs).
2499These internal breakpoints are assigned negative numbers, starting with
2500@code{-1}; @samp{info breakpoints} does not display them.
2501
2502You can see these breakpoints with the @value{GDBN} maintenance command
2503@samp{maint info breakpoints}.
2504
2505@table @code
2506@kindex maint info breakpoints
2507@item maint info breakpoints
2508Using the same format as @samp{info breakpoints}, display both the
2509breakpoints you've set explicitly, and those @value{GDBN} is using for
2510internal purposes. Internal breakpoints are shown with negative
2511breakpoint numbers. The type column identifies what kind of breakpoint
2512is shown:
2513
2514@table @code
2515@item breakpoint
2516Normal, explicitly set breakpoint.
2517
2518@item watchpoint
2519Normal, explicitly set watchpoint.
2520
2521@item longjmp
2522Internal breakpoint, used to handle correctly stepping through
2523@code{longjmp} calls.
2524
2525@item longjmp resume
2526Internal breakpoint at the target of a @code{longjmp}.
2527
2528@item until
2529Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
2530
2531@item finish
2532Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
2533
c906108c
SS
2534@item shlib events
2535Shared library events.
53a5351d 2536
c906108c 2537@end table
53a5351d 2538
c906108c
SS
2539@end table
2540
2541
6d2ebf8b 2542@node Set Watchpoints
c906108c
SS
2543@subsection Setting watchpoints
2544
2545@cindex setting watchpoints
2546@cindex software watchpoints
2547@cindex hardware watchpoints
2548You can use a watchpoint to stop execution whenever the value of an
2549expression changes, without having to predict a particular place where
2550this may happen.
2551
2552Depending on your system, watchpoints may be implemented in software or
2df3850c 2553hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2554program and testing the variable's value each time, which is hundreds of
2555times slower than normal execution. (But this may still be worth it, to
2556catch errors where you have no clue what part of your program is the
2557culprit.)
2558
d4f3574e 2559On some systems, such as HP-UX, Linux and some other x86-based targets,
2df3850c 2560@value{GDBN} includes support for
c906108c
SS
2561hardware watchpoints, which do not slow down the running of your
2562program.
2563
2564@table @code
2565@kindex watch
2566@item watch @var{expr}
2567Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2568is written into by the program and its value changes.
2569
2570@kindex rwatch
2571@item rwatch @var{expr}
2572Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2573
2574@kindex awatch
2575@item awatch @var{expr}
2df3850c 2576Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2577by the program.
c906108c
SS
2578
2579@kindex info watchpoints
2580@item info watchpoints
2581This command prints a list of watchpoints, breakpoints, and catchpoints;
2582it is the same as @code{info break}.
2583@end table
2584
2585@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2586watchpoints execute very quickly, and the debugger reports a change in
2587value at the exact instruction where the change occurs. If @value{GDBN}
2588cannot set a hardware watchpoint, it sets a software watchpoint, which
2589executes more slowly and reports the change in value at the next
2590statement, not the instruction, after the change occurs.
2591
2592When you issue the @code{watch} command, @value{GDBN} reports
2593
2594@example
2595Hardware watchpoint @var{num}: @var{expr}
2596@end example
2597
2598@noindent
2599if it was able to set a hardware watchpoint.
2600
7be570e7
JM
2601Currently, the @code{awatch} and @code{rwatch} commands can only set
2602hardware watchpoints, because accesses to data that don't change the
2603value of the watched expression cannot be detected without examining
2604every instruction as it is being executed, and @value{GDBN} does not do
2605that currently. If @value{GDBN} finds that it is unable to set a
2606hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2607will print a message like this:
2608
2609@smallexample
2610Expression cannot be implemented with read/access watchpoint.
2611@end smallexample
2612
2613Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2614data type of the watched expression is wider than what a hardware
2615watchpoint on the target machine can handle. For example, some systems
2616can only watch regions that are up to 4 bytes wide; on such systems you
2617cannot set hardware watchpoints for an expression that yields a
2618double-precision floating-point number (which is typically 8 bytes
2619wide). As a work-around, it might be possible to break the large region
2620into a series of smaller ones and watch them with separate watchpoints.
2621
2622If you set too many hardware watchpoints, @value{GDBN} might be unable
2623to insert all of them when you resume the execution of your program.
2624Since the precise number of active watchpoints is unknown until such
2625time as the program is about to be resumed, @value{GDBN} might not be
2626able to warn you about this when you set the watchpoints, and the
2627warning will be printed only when the program is resumed:
2628
2629@smallexample
2630Hardware watchpoint @var{num}: Could not insert watchpoint
2631@end smallexample
2632
2633@noindent
2634If this happens, delete or disable some of the watchpoints.
2635
2636The SPARClite DSU will generate traps when a program accesses some data
2637or instruction address that is assigned to the debug registers. For the
2638data addresses, DSU facilitates the @code{watch} command. However the
2639hardware breakpoint registers can only take two data watchpoints, and
2640both watchpoints must be the same kind. For example, you can set two
2641watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2642@strong{or} two with @code{awatch} commands, but you cannot set one
2643watchpoint with one command and the other with a different command.
c906108c
SS
2644@value{GDBN} will reject the command if you try to mix watchpoints.
2645Delete or disable unused watchpoint commands before setting new ones.
2646
2647If you call a function interactively using @code{print} or @code{call},
2df3850c 2648any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2649kind of breakpoint or the call completes.
2650
7be570e7
JM
2651@value{GDBN} automatically deletes watchpoints that watch local
2652(automatic) variables, or expressions that involve such variables, when
2653they go out of scope, that is, when the execution leaves the block in
2654which these variables were defined. In particular, when the program
2655being debugged terminates, @emph{all} local variables go out of scope,
2656and so only watchpoints that watch global variables remain set. If you
2657rerun the program, you will need to set all such watchpoints again. One
2658way of doing that would be to set a code breakpoint at the entry to the
2659@code{main} function and when it breaks, set all the watchpoints.
2660
c906108c
SS
2661@quotation
2662@cindex watchpoints and threads
2663@cindex threads and watchpoints
c906108c
SS
2664@emph{Warning:} In multi-thread programs, watchpoints have only limited
2665usefulness. With the current watchpoint implementation, @value{GDBN}
2666can only watch the value of an expression @emph{in a single thread}. If
2667you are confident that the expression can only change due to the current
2668thread's activity (and if you are also confident that no other thread
2669can become current), then you can use watchpoints as usual. However,
2670@value{GDBN} may not notice when a non-current thread's activity changes
2671the expression.
53a5351d 2672
d4f3574e 2673@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2674@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2675have only limited usefulness. If @value{GDBN} creates a software
2676watchpoint, it can only watch the value of an expression @emph{in a
2677single thread}. If you are confident that the expression can only
2678change due to the current thread's activity (and if you are also
2679confident that no other thread can become current), then you can use
2680software watchpoints as usual. However, @value{GDBN} may not notice
2681when a non-current thread's activity changes the expression. (Hardware
2682watchpoints, in contrast, watch an expression in all threads.)
c906108c 2683@end quotation
c906108c 2684
6d2ebf8b 2685@node Set Catchpoints
c906108c 2686@subsection Setting catchpoints
d4f3574e 2687@cindex catchpoints, setting
c906108c
SS
2688@cindex exception handlers
2689@cindex event handling
2690
2691You can use @dfn{catchpoints} to cause the debugger to stop for certain
2692kinds of program events, such as C++ exceptions or the loading of a
2693shared library. Use the @code{catch} command to set a catchpoint.
2694
2695@table @code
2696@kindex catch
2697@item catch @var{event}
2698Stop when @var{event} occurs. @var{event} can be any of the following:
2699@table @code
2700@item throw
2701@kindex catch throw
2702The throwing of a C++ exception.
2703
2704@item catch
2705@kindex catch catch
2706The catching of a C++ exception.
2707
2708@item exec
2709@kindex catch exec
2710A call to @code{exec}. This is currently only available for HP-UX.
2711
2712@item fork
2713@kindex catch fork
2714A call to @code{fork}. This is currently only available for HP-UX.
2715
2716@item vfork
2717@kindex catch vfork
2718A call to @code{vfork}. This is currently only available for HP-UX.
2719
2720@item load
2721@itemx load @var{libname}
2722@kindex catch load
2723The dynamic loading of any shared library, or the loading of the library
2724@var{libname}. This is currently only available for HP-UX.
2725
2726@item unload
2727@itemx unload @var{libname}
2728@kindex catch unload
2729The unloading of any dynamically loaded shared library, or the unloading
2730of the library @var{libname}. This is currently only available for HP-UX.
2731@end table
2732
2733@item tcatch @var{event}
2734Set a catchpoint that is enabled only for one stop. The catchpoint is
2735automatically deleted after the first time the event is caught.
2736
2737@end table
2738
2739Use the @code{info break} command to list the current catchpoints.
2740
2741There are currently some limitations to C++ exception handling
2742(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2743
2744@itemize @bullet
2745@item
2746If you call a function interactively, @value{GDBN} normally returns
2747control to you when the function has finished executing. If the call
2748raises an exception, however, the call may bypass the mechanism that
2749returns control to you and cause your program either to abort or to
2750simply continue running until it hits a breakpoint, catches a signal
2751that @value{GDBN} is listening for, or exits. This is the case even if
2752you set a catchpoint for the exception; catchpoints on exceptions are
2753disabled within interactive calls.
2754
2755@item
2756You cannot raise an exception interactively.
2757
2758@item
2759You cannot install an exception handler interactively.
2760@end itemize
2761
2762@cindex raise exceptions
2763Sometimes @code{catch} is not the best way to debug exception handling:
2764if you need to know exactly where an exception is raised, it is better to
2765stop @emph{before} the exception handler is called, since that way you
2766can see the stack before any unwinding takes place. If you set a
2767breakpoint in an exception handler instead, it may not be easy to find
2768out where the exception was raised.
2769
2770To stop just before an exception handler is called, you need some
2771knowledge of the implementation. In the case of @sc{gnu} C++, exceptions are
2772raised by calling a library function named @code{__raise_exception}
2773which has the following ANSI C interface:
2774
2775@example
2776 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2777 @var{id} is the exception identifier. */
2778 void __raise_exception (void **addr, void *id);
c906108c
SS
2779@end example
2780
2781@noindent
2782To make the debugger catch all exceptions before any stack
2783unwinding takes place, set a breakpoint on @code{__raise_exception}
2784(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2785
2786With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2787that depends on the value of @var{id}, you can stop your program when
2788a specific exception is raised. You can use multiple conditional
2789breakpoints to stop your program when any of a number of exceptions are
2790raised.
2791
2792
6d2ebf8b 2793@node Delete Breaks
c906108c
SS
2794@subsection Deleting breakpoints
2795
2796@cindex clearing breakpoints, watchpoints, catchpoints
2797@cindex deleting breakpoints, watchpoints, catchpoints
2798It is often necessary to eliminate a breakpoint, watchpoint, or
2799catchpoint once it has done its job and you no longer want your program
2800to stop there. This is called @dfn{deleting} the breakpoint. A
2801breakpoint that has been deleted no longer exists; it is forgotten.
2802
2803With the @code{clear} command you can delete breakpoints according to
2804where they are in your program. With the @code{delete} command you can
2805delete individual breakpoints, watchpoints, or catchpoints by specifying
2806their breakpoint numbers.
2807
2808It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2809automatically ignores breakpoints on the first instruction to be executed
2810when you continue execution without changing the execution address.
2811
2812@table @code
2813@kindex clear
2814@item clear
2815Delete any breakpoints at the next instruction to be executed in the
2816selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2817the innermost frame is selected, this is a good way to delete a
2818breakpoint where your program just stopped.
2819
2820@item clear @var{function}
2821@itemx clear @var{filename}:@var{function}
2822Delete any breakpoints set at entry to the function @var{function}.
2823
2824@item clear @var{linenum}
2825@itemx clear @var{filename}:@var{linenum}
2826Delete any breakpoints set at or within the code of the specified line.
2827
2828@cindex delete breakpoints
2829@kindex delete
41afff9a 2830@kindex d @r{(@code{delete})}
c5394b80
JM
2831@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2832Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2833ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2834breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2835confirm off}). You can abbreviate this command as @code{d}.
2836@end table
2837
6d2ebf8b 2838@node Disabling
c906108c
SS
2839@subsection Disabling breakpoints
2840
2841@kindex disable breakpoints
2842@kindex enable breakpoints
2843Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2844prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2845it had been deleted, but remembers the information on the breakpoint so
2846that you can @dfn{enable} it again later.
2847
2848You disable and enable breakpoints, watchpoints, and catchpoints with
2849the @code{enable} and @code{disable} commands, optionally specifying one
2850or more breakpoint numbers as arguments. Use @code{info break} or
2851@code{info watch} to print a list of breakpoints, watchpoints, and
2852catchpoints if you do not know which numbers to use.
2853
2854A breakpoint, watchpoint, or catchpoint can have any of four different
2855states of enablement:
2856
2857@itemize @bullet
2858@item
2859Enabled. The breakpoint stops your program. A breakpoint set
2860with the @code{break} command starts out in this state.
2861@item
2862Disabled. The breakpoint has no effect on your program.
2863@item
2864Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 2865disabled.
c906108c
SS
2866@item
2867Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
2868immediately after it does so it is deleted permanently. A breakpoint
2869set with the @code{tbreak} command starts out in this state.
c906108c
SS
2870@end itemize
2871
2872You can use the following commands to enable or disable breakpoints,
2873watchpoints, and catchpoints:
2874
2875@table @code
2876@kindex disable breakpoints
2877@kindex disable
41afff9a 2878@kindex dis @r{(@code{disable})}
c5394b80 2879@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2880Disable the specified breakpoints---or all breakpoints, if none are
2881listed. A disabled breakpoint has no effect but is not forgotten. All
2882options such as ignore-counts, conditions and commands are remembered in
2883case the breakpoint is enabled again later. You may abbreviate
2884@code{disable} as @code{dis}.
2885
2886@kindex enable breakpoints
2887@kindex enable
c5394b80 2888@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2889Enable the specified breakpoints (or all defined breakpoints). They
2890become effective once again in stopping your program.
2891
c5394b80 2892@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
2893Enable the specified breakpoints temporarily. @value{GDBN} disables any
2894of these breakpoints immediately after stopping your program.
2895
c5394b80 2896@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
2897Enable the specified breakpoints to work once, then die. @value{GDBN}
2898deletes any of these breakpoints as soon as your program stops there.
2899@end table
2900
d4f3574e
SS
2901@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
2902@c confusing: tbreak is also initially enabled.
c906108c
SS
2903Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
2904,Setting breakpoints}), breakpoints that you set are initially enabled;
2905subsequently, they become disabled or enabled only when you use one of
2906the commands above. (The command @code{until} can set and delete a
2907breakpoint of its own, but it does not change the state of your other
2908breakpoints; see @ref{Continuing and Stepping, ,Continuing and
2909stepping}.)
2910
6d2ebf8b 2911@node Conditions
c906108c
SS
2912@subsection Break conditions
2913@cindex conditional breakpoints
2914@cindex breakpoint conditions
2915
2916@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 2917@c in particular for a watchpoint?
c906108c
SS
2918The simplest sort of breakpoint breaks every time your program reaches a
2919specified place. You can also specify a @dfn{condition} for a
2920breakpoint. A condition is just a Boolean expression in your
2921programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
2922a condition evaluates the expression each time your program reaches it,
2923and your program stops only if the condition is @emph{true}.
2924
2925This is the converse of using assertions for program validation; in that
2926situation, you want to stop when the assertion is violated---that is,
2927when the condition is false. In C, if you want to test an assertion expressed
2928by the condition @var{assert}, you should set the condition
2929@samp{! @var{assert}} on the appropriate breakpoint.
2930
2931Conditions are also accepted for watchpoints; you may not need them,
2932since a watchpoint is inspecting the value of an expression anyhow---but
2933it might be simpler, say, to just set a watchpoint on a variable name,
2934and specify a condition that tests whether the new value is an interesting
2935one.
2936
2937Break conditions can have side effects, and may even call functions in
2938your program. This can be useful, for example, to activate functions
2939that log program progress, or to use your own print functions to
2940format special data structures. The effects are completely predictable
2941unless there is another enabled breakpoint at the same address. (In
2942that case, @value{GDBN} might see the other breakpoint first and stop your
2943program without checking the condition of this one.) Note that
d4f3574e
SS
2944breakpoint commands are usually more convenient and flexible than break
2945conditions for the
c906108c
SS
2946purpose of performing side effects when a breakpoint is reached
2947(@pxref{Break Commands, ,Breakpoint command lists}).
2948
2949Break conditions can be specified when a breakpoint is set, by using
2950@samp{if} in the arguments to the @code{break} command. @xref{Set
2951Breaks, ,Setting breakpoints}. They can also be changed at any time
2952with the @code{condition} command.
53a5351d 2953
c906108c
SS
2954You can also use the @code{if} keyword with the @code{watch} command.
2955The @code{catch} command does not recognize the @code{if} keyword;
2956@code{condition} is the only way to impose a further condition on a
2957catchpoint.
c906108c
SS
2958
2959@table @code
2960@kindex condition
2961@item condition @var{bnum} @var{expression}
2962Specify @var{expression} as the break condition for breakpoint,
2963watchpoint, or catchpoint number @var{bnum}. After you set a condition,
2964breakpoint @var{bnum} stops your program only if the value of
2965@var{expression} is true (nonzero, in C). When you use
2966@code{condition}, @value{GDBN} checks @var{expression} immediately for
2967syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
2968referents in the context of your breakpoint. If @var{expression} uses
2969symbols not referenced in the context of the breakpoint, @value{GDBN}
2970prints an error message:
2971
2972@example
2973No symbol "foo" in current context.
2974@end example
2975
2976@noindent
c906108c
SS
2977@value{GDBN} does
2978not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
2979command (or a command that sets a breakpoint with a condition, like
2980@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
2981
2982@item condition @var{bnum}
2983Remove the condition from breakpoint number @var{bnum}. It becomes
2984an ordinary unconditional breakpoint.
2985@end table
2986
2987@cindex ignore count (of breakpoint)
2988A special case of a breakpoint condition is to stop only when the
2989breakpoint has been reached a certain number of times. This is so
2990useful that there is a special way to do it, using the @dfn{ignore
2991count} of the breakpoint. Every breakpoint has an ignore count, which
2992is an integer. Most of the time, the ignore count is zero, and
2993therefore has no effect. But if your program reaches a breakpoint whose
2994ignore count is positive, then instead of stopping, it just decrements
2995the ignore count by one and continues. As a result, if the ignore count
2996value is @var{n}, the breakpoint does not stop the next @var{n} times
2997your program reaches it.
2998
2999@table @code
3000@kindex ignore
3001@item ignore @var{bnum} @var{count}
3002Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3003The next @var{count} times the breakpoint is reached, your program's
3004execution does not stop; other than to decrement the ignore count, @value{GDBN}
3005takes no action.
3006
3007To make the breakpoint stop the next time it is reached, specify
3008a count of zero.
3009
3010When you use @code{continue} to resume execution of your program from a
3011breakpoint, you can specify an ignore count directly as an argument to
3012@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3013Stepping,,Continuing and stepping}.
3014
3015If a breakpoint has a positive ignore count and a condition, the
3016condition is not checked. Once the ignore count reaches zero,
3017@value{GDBN} resumes checking the condition.
3018
3019You could achieve the effect of the ignore count with a condition such
3020as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3021is decremented each time. @xref{Convenience Vars, ,Convenience
3022variables}.
3023@end table
3024
3025Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3026
3027
6d2ebf8b 3028@node Break Commands
c906108c
SS
3029@subsection Breakpoint command lists
3030
3031@cindex breakpoint commands
3032You can give any breakpoint (or watchpoint or catchpoint) a series of
3033commands to execute when your program stops due to that breakpoint. For
3034example, you might want to print the values of certain expressions, or
3035enable other breakpoints.
3036
3037@table @code
3038@kindex commands
3039@kindex end
3040@item commands @r{[}@var{bnum}@r{]}
3041@itemx @dots{} @var{command-list} @dots{}
3042@itemx end
3043Specify a list of commands for breakpoint number @var{bnum}. The commands
3044themselves appear on the following lines. Type a line containing just
3045@code{end} to terminate the commands.
3046
3047To remove all commands from a breakpoint, type @code{commands} and
3048follow it immediately with @code{end}; that is, give no commands.
3049
3050With no @var{bnum} argument, @code{commands} refers to the last
3051breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3052recently encountered).
3053@end table
3054
3055Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3056disabled within a @var{command-list}.
3057
3058You can use breakpoint commands to start your program up again. Simply
3059use the @code{continue} command, or @code{step}, or any other command
3060that resumes execution.
3061
3062Any other commands in the command list, after a command that resumes
3063execution, are ignored. This is because any time you resume execution
3064(even with a simple @code{next} or @code{step}), you may encounter
3065another breakpoint---which could have its own command list, leading to
3066ambiguities about which list to execute.
3067
3068@kindex silent
3069If the first command you specify in a command list is @code{silent}, the
3070usual message about stopping at a breakpoint is not printed. This may
3071be desirable for breakpoints that are to print a specific message and
3072then continue. If none of the remaining commands print anything, you
3073see no sign that the breakpoint was reached. @code{silent} is
3074meaningful only at the beginning of a breakpoint command list.
3075
3076The commands @code{echo}, @code{output}, and @code{printf} allow you to
3077print precisely controlled output, and are often useful in silent
3078breakpoints. @xref{Output, ,Commands for controlled output}.
3079
3080For example, here is how you could use breakpoint commands to print the
3081value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3082
3083@example
3084break foo if x>0
3085commands
3086silent
3087printf "x is %d\n",x
3088cont
3089end
3090@end example
3091
3092One application for breakpoint commands is to compensate for one bug so
3093you can test for another. Put a breakpoint just after the erroneous line
3094of code, give it a condition to detect the case in which something
3095erroneous has been done, and give it commands to assign correct values
3096to any variables that need them. End with the @code{continue} command
3097so that your program does not stop, and start with the @code{silent}
3098command so that no output is produced. Here is an example:
3099
3100@example
3101break 403
3102commands
3103silent
3104set x = y + 4
3105cont
3106end
3107@end example
3108
6d2ebf8b 3109@node Breakpoint Menus
c906108c
SS
3110@subsection Breakpoint menus
3111@cindex overloading
3112@cindex symbol overloading
3113
3114Some programming languages (notably C++) permit a single function name
3115to be defined several times, for application in different contexts.
3116This is called @dfn{overloading}. When a function name is overloaded,
3117@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3118a breakpoint. If you realize this is a problem, you can use
3119something like @samp{break @var{function}(@var{types})} to specify which
3120particular version of the function you want. Otherwise, @value{GDBN} offers
3121you a menu of numbered choices for different possible breakpoints, and
3122waits for your selection with the prompt @samp{>}. The first two
3123options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3124sets a breakpoint at each definition of @var{function}, and typing
3125@kbd{0} aborts the @code{break} command without setting any new
3126breakpoints.
3127
3128For example, the following session excerpt shows an attempt to set a
3129breakpoint at the overloaded symbol @code{String::after}.
3130We choose three particular definitions of that function name:
3131
3132@c FIXME! This is likely to change to show arg type lists, at least
3133@smallexample
3134@group
3135(@value{GDBP}) b String::after
3136[0] cancel
3137[1] all
3138[2] file:String.cc; line number:867
3139[3] file:String.cc; line number:860
3140[4] file:String.cc; line number:875
3141[5] file:String.cc; line number:853
3142[6] file:String.cc; line number:846
3143[7] file:String.cc; line number:735
3144> 2 4 6
3145Breakpoint 1 at 0xb26c: file String.cc, line 867.
3146Breakpoint 2 at 0xb344: file String.cc, line 875.
3147Breakpoint 3 at 0xafcc: file String.cc, line 846.
3148Multiple breakpoints were set.
3149Use the "delete" command to delete unwanted
3150 breakpoints.
3151(@value{GDBP})
3152@end group
3153@end smallexample
c906108c
SS
3154
3155@c @ifclear BARETARGET
6d2ebf8b 3156@node Error in Breakpoints
d4f3574e 3157@subsection ``Cannot insert breakpoints''
c906108c
SS
3158@c
3159@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3160@c
d4f3574e
SS
3161Under some operating systems, breakpoints cannot be used in a program if
3162any other process is running that program. In this situation,
5d161b24 3163attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3164@value{GDBN} to print an error message:
3165
3166@example
3167Cannot insert breakpoints.
3168The same program may be running in another process.
3169@end example
3170
3171When this happens, you have three ways to proceed:
3172
3173@enumerate
3174@item
3175Remove or disable the breakpoints, then continue.
3176
3177@item
5d161b24 3178Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3179name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3180that @value{GDBN} should run your program under that name.
d4f3574e
SS
3181Then start your program again.
3182
3183@item
3184Relink your program so that the text segment is nonsharable, using the
3185linker option @samp{-N}. The operating system limitation may not apply
3186to nonsharable executables.
3187@end enumerate
c906108c
SS
3188@c @end ifclear
3189
d4f3574e
SS
3190A similar message can be printed if you request too many active
3191hardware-assisted breakpoints and watchpoints:
3192
3193@c FIXME: the precise wording of this message may change; the relevant
3194@c source change is not committed yet (Sep 3, 1999).
3195@smallexample
3196Stopped; cannot insert breakpoints.
3197You may have requested too many hardware breakpoints and watchpoints.
3198@end smallexample
3199
3200@noindent
3201This message is printed when you attempt to resume the program, since
3202only then @value{GDBN} knows exactly how many hardware breakpoints and
3203watchpoints it needs to insert.
3204
3205When this message is printed, you need to disable or remove some of the
3206hardware-assisted breakpoints and watchpoints, and then continue.
3207
3208
6d2ebf8b 3209@node Continuing and Stepping
c906108c
SS
3210@section Continuing and stepping
3211
3212@cindex stepping
3213@cindex continuing
3214@cindex resuming execution
3215@dfn{Continuing} means resuming program execution until your program
3216completes normally. In contrast, @dfn{stepping} means executing just
3217one more ``step'' of your program, where ``step'' may mean either one
3218line of source code, or one machine instruction (depending on what
7a292a7a
SS
3219particular command you use). Either when continuing or when stepping,
3220your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3221it stops due to a signal, you may want to use @code{handle}, or use
3222@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3223
3224@table @code
3225@kindex continue
41afff9a
EZ
3226@kindex c @r{(@code{continue})}
3227@kindex fg @r{(resume foreground execution)}
c906108c
SS
3228@item continue @r{[}@var{ignore-count}@r{]}
3229@itemx c @r{[}@var{ignore-count}@r{]}
3230@itemx fg @r{[}@var{ignore-count}@r{]}
3231Resume program execution, at the address where your program last stopped;
3232any breakpoints set at that address are bypassed. The optional argument
3233@var{ignore-count} allows you to specify a further number of times to
3234ignore a breakpoint at this location; its effect is like that of
3235@code{ignore} (@pxref{Conditions, ,Break conditions}).
3236
3237The argument @var{ignore-count} is meaningful only when your program
3238stopped due to a breakpoint. At other times, the argument to
3239@code{continue} is ignored.
3240
d4f3574e
SS
3241The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3242debugged program is deemed to be the foreground program) are provided
3243purely for convenience, and have exactly the same behavior as
3244@code{continue}.
c906108c
SS
3245@end table
3246
3247To resume execution at a different place, you can use @code{return}
3248(@pxref{Returning, ,Returning from a function}) to go back to the
3249calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3250different address}) to go to an arbitrary location in your program.
3251
3252A typical technique for using stepping is to set a breakpoint
3253(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3254beginning of the function or the section of your program where a problem
3255is believed to lie, run your program until it stops at that breakpoint,
3256and then step through the suspect area, examining the variables that are
3257interesting, until you see the problem happen.
3258
3259@table @code
3260@kindex step
41afff9a 3261@kindex s @r{(@code{step})}
c906108c
SS
3262@item step
3263Continue running your program until control reaches a different source
3264line, then stop it and return control to @value{GDBN}. This command is
3265abbreviated @code{s}.
3266
3267@quotation
3268@c "without debugging information" is imprecise; actually "without line
3269@c numbers in the debugging information". (gcc -g1 has debugging info but
3270@c not line numbers). But it seems complex to try to make that
3271@c distinction here.
3272@emph{Warning:} If you use the @code{step} command while control is
3273within a function that was compiled without debugging information,
3274execution proceeds until control reaches a function that does have
3275debugging information. Likewise, it will not step into a function which
3276is compiled without debugging information. To step through functions
3277without debugging information, use the @code{stepi} command, described
3278below.
3279@end quotation
3280
d4f3574e
SS
3281The @code{step} command only stops at the first instruction of a
3282source line. This prevents the multiple stops that could otherwise occur in
c906108c
SS
3283switch statements, for loops, etc. @code{step} continues to stop if a
3284function that has debugging information is called within the line.
d4f3574e
SS
3285In other words, @code{step} @emph{steps inside} any functions called
3286within the line.
c906108c 3287
d4f3574e
SS
3288Also, the @code{step} command only enters a function if there is line
3289number information for the function. Otherwise it acts like the
5d161b24 3290@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3291on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3292was any debugging information about the routine.
c906108c
SS
3293
3294@item step @var{count}
3295Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3296breakpoint is reached, or a signal not related to stepping occurs before
3297@var{count} steps, stepping stops right away.
c906108c
SS
3298
3299@kindex next
41afff9a 3300@kindex n @r{(@code{next})}
c906108c
SS
3301@item next @r{[}@var{count}@r{]}
3302Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3303This is similar to @code{step}, but function calls that appear within
3304the line of code are executed without stopping. Execution stops when
3305control reaches a different line of code at the original stack level
3306that was executing when you gave the @code{next} command. This command
3307is abbreviated @code{n}.
c906108c
SS
3308
3309An argument @var{count} is a repeat count, as for @code{step}.
3310
3311
3312@c FIX ME!! Do we delete this, or is there a way it fits in with
3313@c the following paragraph? --- Vctoria
3314@c
3315@c @code{next} within a function that lacks debugging information acts like
3316@c @code{step}, but any function calls appearing within the code of the
3317@c function are executed without stopping.
3318
d4f3574e
SS
3319The @code{next} command only stops at the first instruction of a
3320source line. This prevents multiple stops that could otherwise occur in
5d161b24 3321switch statements, for loops, etc.
c906108c
SS
3322
3323@kindex finish
3324@item finish
3325Continue running until just after function in the selected stack frame
3326returns. Print the returned value (if any).
3327
3328Contrast this with the @code{return} command (@pxref{Returning,
3329,Returning from a function}).
3330
3331@kindex until
41afff9a 3332@kindex u @r{(@code{until})}
c906108c
SS
3333@item until
3334@itemx u
3335Continue running until a source line past the current line, in the
3336current stack frame, is reached. This command is used to avoid single
3337stepping through a loop more than once. It is like the @code{next}
3338command, except that when @code{until} encounters a jump, it
3339automatically continues execution until the program counter is greater
3340than the address of the jump.
3341
3342This means that when you reach the end of a loop after single stepping
3343though it, @code{until} makes your program continue execution until it
3344exits the loop. In contrast, a @code{next} command at the end of a loop
3345simply steps back to the beginning of the loop, which forces you to step
3346through the next iteration.
3347
3348@code{until} always stops your program if it attempts to exit the current
3349stack frame.
3350
3351@code{until} may produce somewhat counterintuitive results if the order
3352of machine code does not match the order of the source lines. For
3353example, in the following excerpt from a debugging session, the @code{f}
3354(@code{frame}) command shows that execution is stopped at line
3355@code{206}; yet when we use @code{until}, we get to line @code{195}:
3356
3357@example
3358(@value{GDBP}) f
3359#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3360206 expand_input();
3361(@value{GDBP}) until
3362195 for ( ; argc > 0; NEXTARG) @{
3363@end example
3364
3365This happened because, for execution efficiency, the compiler had
3366generated code for the loop closure test at the end, rather than the
3367start, of the loop---even though the test in a C @code{for}-loop is
3368written before the body of the loop. The @code{until} command appeared
3369to step back to the beginning of the loop when it advanced to this
3370expression; however, it has not really gone to an earlier
3371statement---not in terms of the actual machine code.
3372
3373@code{until} with no argument works by means of single
3374instruction stepping, and hence is slower than @code{until} with an
3375argument.
3376
3377@item until @var{location}
3378@itemx u @var{location}
3379Continue running your program until either the specified location is
3380reached, or the current stack frame returns. @var{location} is any of
3381the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3382,Setting breakpoints}). This form of the command uses breakpoints,
3383and hence is quicker than @code{until} without an argument.
3384
3385@kindex stepi
41afff9a 3386@kindex si @r{(@code{stepi})}
c906108c 3387@item stepi
96a2c332 3388@itemx stepi @var{arg}
c906108c
SS
3389@itemx si
3390Execute one machine instruction, then stop and return to the debugger.
3391
3392It is often useful to do @samp{display/i $pc} when stepping by machine
3393instructions. This makes @value{GDBN} automatically display the next
3394instruction to be executed, each time your program stops. @xref{Auto
3395Display,, Automatic display}.
3396
3397An argument is a repeat count, as in @code{step}.
3398
3399@need 750
3400@kindex nexti
41afff9a 3401@kindex ni @r{(@code{nexti})}
c906108c 3402@item nexti
96a2c332 3403@itemx nexti @var{arg}
c906108c
SS
3404@itemx ni
3405Execute one machine instruction, but if it is a function call,
3406proceed until the function returns.
3407
3408An argument is a repeat count, as in @code{next}.
3409@end table
3410
6d2ebf8b 3411@node Signals
c906108c
SS
3412@section Signals
3413@cindex signals
3414
3415A signal is an asynchronous event that can happen in a program. The
3416operating system defines the possible kinds of signals, and gives each
3417kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3418signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3419@code{SIGSEGV} is the signal a program gets from referencing a place in
3420memory far away from all the areas in use; @code{SIGALRM} occurs when
3421the alarm clock timer goes off (which happens only if your program has
3422requested an alarm).
3423
3424@cindex fatal signals
3425Some signals, including @code{SIGALRM}, are a normal part of the
3426functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3427errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3428program has not specified in advance some other way to handle the signal.
3429@code{SIGINT} does not indicate an error in your program, but it is normally
3430fatal so it can carry out the purpose of the interrupt: to kill the program.
3431
3432@value{GDBN} has the ability to detect any occurrence of a signal in your
3433program. You can tell @value{GDBN} in advance what to do for each kind of
3434signal.
3435
3436@cindex handling signals
3437Normally, @value{GDBN} is set up to ignore non-erroneous signals like @code{SIGALRM}
3438(so as not to interfere with their role in the functioning of your program)
3439but to stop your program immediately whenever an error signal happens.
3440You can change these settings with the @code{handle} command.
3441
3442@table @code
3443@kindex info signals
3444@item info signals
96a2c332 3445@itemx info handle
c906108c
SS
3446Print a table of all the kinds of signals and how @value{GDBN} has been told to
3447handle each one. You can use this to see the signal numbers of all
3448the defined types of signals.
3449
d4f3574e 3450@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3451
3452@kindex handle
3453@item handle @var{signal} @var{keywords}@dots{}
5d161b24 3454Change the way @value{GDBN} handles signal @var{signal}. @var{signal} can
c906108c
SS
3455be the number of a signal or its name (with or without the @samp{SIG} at the
3456beginning). The @var{keywords} say what change to make.
3457@end table
3458
3459@c @group
3460The keywords allowed by the @code{handle} command can be abbreviated.
3461Their full names are:
3462
3463@table @code
3464@item nostop
3465@value{GDBN} should not stop your program when this signal happens. It may
3466still print a message telling you that the signal has come in.
3467
3468@item stop
3469@value{GDBN} should stop your program when this signal happens. This implies
3470the @code{print} keyword as well.
3471
3472@item print
3473@value{GDBN} should print a message when this signal happens.
3474
3475@item noprint
3476@value{GDBN} should not mention the occurrence of the signal at all. This
3477implies the @code{nostop} keyword as well.
3478
3479@item pass
3480@value{GDBN} should allow your program to see this signal; your program
3481can handle the signal, or else it may terminate if the signal is fatal
3482and not handled.
3483
3484@item nopass
3485@value{GDBN} should not allow your program to see this signal.
3486@end table
3487@c @end group
3488
d4f3574e
SS
3489When a signal stops your program, the signal is not visible to the
3490program until you
c906108c
SS
3491continue. Your program sees the signal then, if @code{pass} is in
3492effect for the signal in question @emph{at that time}. In other words,
3493after @value{GDBN} reports a signal, you can use the @code{handle}
3494command with @code{pass} or @code{nopass} to control whether your
3495program sees that signal when you continue.
3496
3497You can also use the @code{signal} command to prevent your program from
3498seeing a signal, or cause it to see a signal it normally would not see,
3499or to give it any signal at any time. For example, if your program stopped
3500due to some sort of memory reference error, you might store correct
3501values into the erroneous variables and continue, hoping to see more
3502execution; but your program would probably terminate immediately as
3503a result of the fatal signal once it saw the signal. To prevent this,
3504you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3505program a signal}.
c906108c 3506
6d2ebf8b 3507@node Thread Stops
c906108c
SS
3508@section Stopping and starting multi-thread programs
3509
3510When your program has multiple threads (@pxref{Threads,, Debugging
3511programs with multiple threads}), you can choose whether to set
3512breakpoints on all threads, or on a particular thread.
3513
3514@table @code
3515@cindex breakpoints and threads
3516@cindex thread breakpoints
3517@kindex break @dots{} thread @var{threadno}
3518@item break @var{linespec} thread @var{threadno}
3519@itemx break @var{linespec} thread @var{threadno} if @dots{}
3520@var{linespec} specifies source lines; there are several ways of
3521writing them, but the effect is always to specify some source line.
3522
3523Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3524to specify that you only want @value{GDBN} to stop the program when a
3525particular thread reaches this breakpoint. @var{threadno} is one of the
3526numeric thread identifiers assigned by @value{GDBN}, shown in the first
3527column of the @samp{info threads} display.
3528
3529If you do not specify @samp{thread @var{threadno}} when you set a
3530breakpoint, the breakpoint applies to @emph{all} threads of your
3531program.
3532
3533You can use the @code{thread} qualifier on conditional breakpoints as
3534well; in this case, place @samp{thread @var{threadno}} before the
3535breakpoint condition, like this:
3536
3537@smallexample
2df3850c 3538(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3539@end smallexample
3540
3541@end table
3542
3543@cindex stopped threads
3544@cindex threads, stopped
3545Whenever your program stops under @value{GDBN} for any reason,
3546@emph{all} threads of execution stop, not just the current thread. This
3547allows you to examine the overall state of the program, including
3548switching between threads, without worrying that things may change
3549underfoot.
3550
3551@cindex continuing threads
3552@cindex threads, continuing
3553Conversely, whenever you restart the program, @emph{all} threads start
3554executing. @emph{This is true even when single-stepping} with commands
5d161b24 3555like @code{step} or @code{next}.
c906108c
SS
3556
3557In particular, @value{GDBN} cannot single-step all threads in lockstep.
3558Since thread scheduling is up to your debugging target's operating
3559system (not controlled by @value{GDBN}), other threads may
3560execute more than one statement while the current thread completes a
3561single step. Moreover, in general other threads stop in the middle of a
3562statement, rather than at a clean statement boundary, when the program
3563stops.
3564
3565You might even find your program stopped in another thread after
3566continuing or even single-stepping. This happens whenever some other
3567thread runs into a breakpoint, a signal, or an exception before the
3568first thread completes whatever you requested.
3569
3570On some OSes, you can lock the OS scheduler and thus allow only a single
3571thread to run.
3572
3573@table @code
3574@item set scheduler-locking @var{mode}
3575Set the scheduler locking mode. If it is @code{off}, then there is no
3576locking and any thread may run at any time. If @code{on}, then only the
3577current thread may run when the inferior is resumed. The @code{step}
3578mode optimizes for single-stepping. It stops other threads from
3579``seizing the prompt'' by preempting the current thread while you are
3580stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3581when you step. They are more likely to run when you @samp{next} over a
c906108c 3582function call, and they are completely free to run when you use commands
d4f3574e 3583like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3584thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3585@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3586
3587@item show scheduler-locking
3588Display the current scheduler locking mode.
3589@end table
3590
c906108c 3591
6d2ebf8b 3592@node Stack
c906108c
SS
3593@chapter Examining the Stack
3594
3595When your program has stopped, the first thing you need to know is where it
3596stopped and how it got there.
3597
3598@cindex call stack
5d161b24
DB
3599Each time your program performs a function call, information about the call
3600is generated.
3601That information includes the location of the call in your program,
3602the arguments of the call,
c906108c 3603and the local variables of the function being called.
5d161b24 3604The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3605The stack frames are allocated in a region of memory called the @dfn{call
3606stack}.
3607
3608When your program stops, the @value{GDBN} commands for examining the
3609stack allow you to see all of this information.
3610
3611@cindex selected frame
3612One of the stack frames is @dfn{selected} by @value{GDBN} and many
3613@value{GDBN} commands refer implicitly to the selected frame. In
3614particular, whenever you ask @value{GDBN} for the value of a variable in
3615your program, the value is found in the selected frame. There are
3616special @value{GDBN} commands to select whichever frame you are
3617interested in. @xref{Selection, ,Selecting a frame}.
3618
3619When your program stops, @value{GDBN} automatically selects the
5d161b24 3620currently executing frame and describes it briefly, similar to the
c906108c
SS
3621@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3622
3623@menu
3624* Frames:: Stack frames
3625* Backtrace:: Backtraces
3626* Selection:: Selecting a frame
3627* Frame Info:: Information on a frame
c906108c
SS
3628
3629@end menu
3630
6d2ebf8b 3631@node Frames
c906108c
SS
3632@section Stack frames
3633
d4f3574e 3634@cindex frame, definition
c906108c
SS
3635@cindex stack frame
3636The call stack is divided up into contiguous pieces called @dfn{stack
3637frames}, or @dfn{frames} for short; each frame is the data associated
3638with one call to one function. The frame contains the arguments given
3639to the function, the function's local variables, and the address at
3640which the function is executing.
3641
3642@cindex initial frame
3643@cindex outermost frame
3644@cindex innermost frame
3645When your program is started, the stack has only one frame, that of the
3646function @code{main}. This is called the @dfn{initial} frame or the
3647@dfn{outermost} frame. Each time a function is called, a new frame is
3648made. Each time a function returns, the frame for that function invocation
3649is eliminated. If a function is recursive, there can be many frames for
3650the same function. The frame for the function in which execution is
3651actually occurring is called the @dfn{innermost} frame. This is the most
3652recently created of all the stack frames that still exist.
3653
3654@cindex frame pointer
3655Inside your program, stack frames are identified by their addresses. A
3656stack frame consists of many bytes, each of which has its own address; each
3657kind of computer has a convention for choosing one byte whose
3658address serves as the address of the frame. Usually this address is kept
3659in a register called the @dfn{frame pointer register} while execution is
3660going on in that frame.
3661
3662@cindex frame number
3663@value{GDBN} assigns numbers to all existing stack frames, starting with
3664zero for the innermost frame, one for the frame that called it,
3665and so on upward. These numbers do not really exist in your program;
3666they are assigned by @value{GDBN} to give you a way of designating stack
3667frames in @value{GDBN} commands.
3668
6d2ebf8b
SS
3669@c The -fomit-frame-pointer below perennially causes hbox overflow
3670@c underflow problems.
c906108c
SS
3671@cindex frameless execution
3672Some compilers provide a way to compile functions so that they operate
6d2ebf8b
SS
3673without stack frames. (For example, the @value{GCC} option
3674@example
3675@samp{-fomit-frame-pointer}
3676@end example
3677generates functions without a frame.)
c906108c
SS
3678This is occasionally done with heavily used library functions to save
3679the frame setup time. @value{GDBN} has limited facilities for dealing
3680with these function invocations. If the innermost function invocation
3681has no stack frame, @value{GDBN} nevertheless regards it as though
3682it had a separate frame, which is numbered zero as usual, allowing
3683correct tracing of the function call chain. However, @value{GDBN} has
3684no provision for frameless functions elsewhere in the stack.
3685
3686@table @code
d4f3574e 3687@kindex frame@r{, command}
41afff9a 3688@cindex current stack frame
c906108c 3689@item frame @var{args}
5d161b24 3690The @code{frame} command allows you to move from one stack frame to another,
c906108c 3691and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3692address of the frame or the stack frame number. Without an argument,
3693@code{frame} prints the current stack frame.
c906108c
SS
3694
3695@kindex select-frame
41afff9a 3696@cindex selecting frame silently
c906108c
SS
3697@item select-frame
3698The @code{select-frame} command allows you to move from one stack frame
3699to another without printing the frame. This is the silent version of
3700@code{frame}.
3701@end table
3702
6d2ebf8b 3703@node Backtrace
c906108c
SS
3704@section Backtraces
3705
3706@cindex backtraces
3707@cindex tracebacks
3708@cindex stack traces
3709A backtrace is a summary of how your program got where it is. It shows one
3710line per frame, for many frames, starting with the currently executing
3711frame (frame zero), followed by its caller (frame one), and on up the
3712stack.
3713
3714@table @code
3715@kindex backtrace
41afff9a 3716@kindex bt @r{(@code{backtrace})}
c906108c
SS
3717@item backtrace
3718@itemx bt
3719Print a backtrace of the entire stack: one line per frame for all
3720frames in the stack.
3721
3722You can stop the backtrace at any time by typing the system interrupt
3723character, normally @kbd{C-c}.
3724
3725@item backtrace @var{n}
3726@itemx bt @var{n}
3727Similar, but print only the innermost @var{n} frames.
3728
3729@item backtrace -@var{n}
3730@itemx bt -@var{n}
3731Similar, but print only the outermost @var{n} frames.
3732@end table
3733
3734@kindex where
3735@kindex info stack
41afff9a 3736@kindex info s @r{(@code{info stack})}
c906108c
SS
3737The names @code{where} and @code{info stack} (abbreviated @code{info s})
3738are additional aliases for @code{backtrace}.
3739
3740Each line in the backtrace shows the frame number and the function name.
3741The program counter value is also shown---unless you use @code{set
3742print address off}. The backtrace also shows the source file name and
3743line number, as well as the arguments to the function. The program
3744counter value is omitted if it is at the beginning of the code for that
3745line number.
3746
3747Here is an example of a backtrace. It was made with the command
3748@samp{bt 3}, so it shows the innermost three frames.
3749
3750@smallexample
3751@group
5d161b24 3752#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
3753 at builtin.c:993
3754#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3755#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3756 at macro.c:71
3757(More stack frames follow...)
3758@end group
3759@end smallexample
3760
3761@noindent
3762The display for frame zero does not begin with a program counter
3763value, indicating that your program has stopped at the beginning of the
3764code for line @code{993} of @code{builtin.c}.
3765
6d2ebf8b 3766@node Selection
c906108c
SS
3767@section Selecting a frame
3768
3769Most commands for examining the stack and other data in your program work on
3770whichever stack frame is selected at the moment. Here are the commands for
3771selecting a stack frame; all of them finish by printing a brief description
3772of the stack frame just selected.
3773
3774@table @code
d4f3574e 3775@kindex frame@r{, selecting}
41afff9a 3776@kindex f @r{(@code{frame})}
c906108c
SS
3777@item frame @var{n}
3778@itemx f @var{n}
3779Select frame number @var{n}. Recall that frame zero is the innermost
3780(currently executing) frame, frame one is the frame that called the
3781innermost one, and so on. The highest-numbered frame is the one for
3782@code{main}.
3783
3784@item frame @var{addr}
3785@itemx f @var{addr}
3786Select the frame at address @var{addr}. This is useful mainly if the
3787chaining of stack frames has been damaged by a bug, making it
3788impossible for @value{GDBN} to assign numbers properly to all frames. In
3789addition, this can be useful when your program has multiple stacks and
3790switches between them.
3791
c906108c
SS
3792On the SPARC architecture, @code{frame} needs two addresses to
3793select an arbitrary frame: a frame pointer and a stack pointer.
3794
3795On the MIPS and Alpha architecture, it needs two addresses: a stack
3796pointer and a program counter.
3797
3798On the 29k architecture, it needs three addresses: a register stack
3799pointer, a program counter, and a memory stack pointer.
3800@c note to future updaters: this is conditioned on a flag
3801@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3802@c as of 27 Jan 1994.
c906108c
SS
3803
3804@kindex up
3805@item up @var{n}
3806Move @var{n} frames up the stack. For positive numbers @var{n}, this
3807advances toward the outermost frame, to higher frame numbers, to frames
3808that have existed longer. @var{n} defaults to one.
3809
3810@kindex down
41afff9a 3811@kindex do @r{(@code{down})}
c906108c
SS
3812@item down @var{n}
3813Move @var{n} frames down the stack. For positive numbers @var{n}, this
3814advances toward the innermost frame, to lower frame numbers, to frames
3815that were created more recently. @var{n} defaults to one. You may
3816abbreviate @code{down} as @code{do}.
3817@end table
3818
3819All of these commands end by printing two lines of output describing the
3820frame. The first line shows the frame number, the function name, the
3821arguments, and the source file and line number of execution in that
5d161b24 3822frame. The second line shows the text of that source line.
c906108c
SS
3823
3824@need 1000
3825For example:
3826
3827@smallexample
3828@group
3829(@value{GDBP}) up
3830#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
3831 at env.c:10
383210 read_input_file (argv[i]);
3833@end group
3834@end smallexample
3835
3836After such a printout, the @code{list} command with no arguments
3837prints ten lines centered on the point of execution in the frame.
3838@xref{List, ,Printing source lines}.
3839
3840@table @code
3841@kindex down-silently
3842@kindex up-silently
3843@item up-silently @var{n}
3844@itemx down-silently @var{n}
3845These two commands are variants of @code{up} and @code{down},
3846respectively; they differ in that they do their work silently, without
3847causing display of the new frame. They are intended primarily for use
3848in @value{GDBN} command scripts, where the output might be unnecessary and
3849distracting.
3850@end table
3851
6d2ebf8b 3852@node Frame Info
c906108c
SS
3853@section Information about a frame
3854
3855There are several other commands to print information about the selected
3856stack frame.
3857
3858@table @code
3859@item frame
3860@itemx f
3861When used without any argument, this command does not change which
3862frame is selected, but prints a brief description of the currently
3863selected stack frame. It can be abbreviated @code{f}. With an
3864argument, this command is used to select a stack frame.
3865@xref{Selection, ,Selecting a frame}.
3866
3867@kindex info frame
41afff9a 3868@kindex info f @r{(@code{info frame})}
c906108c
SS
3869@item info frame
3870@itemx info f
3871This command prints a verbose description of the selected stack frame,
3872including:
3873
3874@itemize @bullet
5d161b24
DB
3875@item
3876the address of the frame
c906108c
SS
3877@item
3878the address of the next frame down (called by this frame)
3879@item
3880the address of the next frame up (caller of this frame)
3881@item
3882the language in which the source code corresponding to this frame is written
3883@item
3884the address of the frame's arguments
3885@item
d4f3574e
SS
3886the address of the frame's local variables
3887@item
c906108c
SS
3888the program counter saved in it (the address of execution in the caller frame)
3889@item
3890which registers were saved in the frame
3891@end itemize
3892
3893@noindent The verbose description is useful when
3894something has gone wrong that has made the stack format fail to fit
3895the usual conventions.
3896
3897@item info frame @var{addr}
3898@itemx info f @var{addr}
3899Print a verbose description of the frame at address @var{addr}, without
3900selecting that frame. The selected frame remains unchanged by this
3901command. This requires the same kind of address (more than one for some
3902architectures) that you specify in the @code{frame} command.
3903@xref{Selection, ,Selecting a frame}.
3904
3905@kindex info args
3906@item info args
3907Print the arguments of the selected frame, each on a separate line.
3908
3909@item info locals
3910@kindex info locals
3911Print the local variables of the selected frame, each on a separate
3912line. These are all variables (declared either static or automatic)
3913accessible at the point of execution of the selected frame.
3914
c906108c 3915@kindex info catch
d4f3574e
SS
3916@cindex catch exceptions, list active handlers
3917@cindex exception handlers, how to list
c906108c
SS
3918@item info catch
3919Print a list of all the exception handlers that are active in the
3920current stack frame at the current point of execution. To see other
3921exception handlers, visit the associated frame (using the @code{up},
3922@code{down}, or @code{frame} commands); then type @code{info catch}.
3923@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 3924
c906108c
SS
3925@end table
3926
c906108c 3927
6d2ebf8b 3928@node Source
c906108c
SS
3929@chapter Examining Source Files
3930
3931@value{GDBN} can print parts of your program's source, since the debugging
3932information recorded in the program tells @value{GDBN} what source files were
3933used to build it. When your program stops, @value{GDBN} spontaneously prints
3934the line where it stopped. Likewise, when you select a stack frame
3935(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
3936execution in that frame has stopped. You can print other portions of
3937source files by explicit command.
3938
7a292a7a 3939If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 3940prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 3941@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
3942
3943@menu
3944* List:: Printing source lines
c906108c 3945* Search:: Searching source files
c906108c
SS
3946* Source Path:: Specifying source directories
3947* Machine Code:: Source and machine code
3948@end menu
3949
6d2ebf8b 3950@node List
c906108c
SS
3951@section Printing source lines
3952
3953@kindex list
41afff9a 3954@kindex l @r{(@code{list})}
c906108c 3955To print lines from a source file, use the @code{list} command
5d161b24 3956(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
3957There are several ways to specify what part of the file you want to print.
3958
3959Here are the forms of the @code{list} command most commonly used:
3960
3961@table @code
3962@item list @var{linenum}
3963Print lines centered around line number @var{linenum} in the
3964current source file.
3965
3966@item list @var{function}
3967Print lines centered around the beginning of function
3968@var{function}.
3969
3970@item list
3971Print more lines. If the last lines printed were printed with a
3972@code{list} command, this prints lines following the last lines
3973printed; however, if the last line printed was a solitary line printed
3974as part of displaying a stack frame (@pxref{Stack, ,Examining the
3975Stack}), this prints lines centered around that line.
3976
3977@item list -
3978Print lines just before the lines last printed.
3979@end table
3980
3981By default, @value{GDBN} prints ten source lines with any of these forms of
3982the @code{list} command. You can change this using @code{set listsize}:
3983
3984@table @code
3985@kindex set listsize
3986@item set listsize @var{count}
3987Make the @code{list} command display @var{count} source lines (unless
3988the @code{list} argument explicitly specifies some other number).
3989
3990@kindex show listsize
3991@item show listsize
3992Display the number of lines that @code{list} prints.
3993@end table
3994
3995Repeating a @code{list} command with @key{RET} discards the argument,
3996so it is equivalent to typing just @code{list}. This is more useful
3997than listing the same lines again. An exception is made for an
3998argument of @samp{-}; that argument is preserved in repetition so that
3999each repetition moves up in the source file.
4000
4001@cindex linespec
4002In general, the @code{list} command expects you to supply zero, one or two
4003@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4004of writing them, but the effect is always to specify some source line.
c906108c
SS
4005Here is a complete description of the possible arguments for @code{list}:
4006
4007@table @code
4008@item list @var{linespec}
4009Print lines centered around the line specified by @var{linespec}.
4010
4011@item list @var{first},@var{last}
4012Print lines from @var{first} to @var{last}. Both arguments are
4013linespecs.
4014
4015@item list ,@var{last}
4016Print lines ending with @var{last}.
4017
4018@item list @var{first},
4019Print lines starting with @var{first}.
4020
4021@item list +
4022Print lines just after the lines last printed.
4023
4024@item list -
4025Print lines just before the lines last printed.
4026
4027@item list
4028As described in the preceding table.
4029@end table
4030
4031Here are the ways of specifying a single source line---all the
4032kinds of linespec.
4033
4034@table @code
4035@item @var{number}
4036Specifies line @var{number} of the current source file.
4037When a @code{list} command has two linespecs, this refers to
4038the same source file as the first linespec.
4039
4040@item +@var{offset}
4041Specifies the line @var{offset} lines after the last line printed.
4042When used as the second linespec in a @code{list} command that has
4043two, this specifies the line @var{offset} lines down from the
4044first linespec.
4045
4046@item -@var{offset}
4047Specifies the line @var{offset} lines before the last line printed.
4048
4049@item @var{filename}:@var{number}
4050Specifies line @var{number} in the source file @var{filename}.
4051
4052@item @var{function}
4053Specifies the line that begins the body of the function @var{function}.
4054For example: in C, this is the line with the open brace.
4055
4056@item @var{filename}:@var{function}
4057Specifies the line of the open-brace that begins the body of the
4058function @var{function} in the file @var{filename}. You only need the
4059file name with a function name to avoid ambiguity when there are
4060identically named functions in different source files.
4061
4062@item *@var{address}
4063Specifies the line containing the program address @var{address}.
4064@var{address} may be any expression.
4065@end table
4066
6d2ebf8b 4067@node Search
c906108c
SS
4068@section Searching source files
4069@cindex searching
4070@kindex reverse-search
4071
4072There are two commands for searching through the current source file for a
4073regular expression.
4074
4075@table @code
4076@kindex search
4077@kindex forward-search
4078@item forward-search @var{regexp}
4079@itemx search @var{regexp}
4080The command @samp{forward-search @var{regexp}} checks each line,
4081starting with the one following the last line listed, for a match for
5d161b24 4082@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4083synonym @samp{search @var{regexp}} or abbreviate the command name as
4084@code{fo}.
4085
4086@item reverse-search @var{regexp}
4087The command @samp{reverse-search @var{regexp}} checks each line, starting
4088with the one before the last line listed and going backward, for a match
4089for @var{regexp}. It lists the line that is found. You can abbreviate
4090this command as @code{rev}.
4091@end table
c906108c 4092
6d2ebf8b 4093@node Source Path
c906108c
SS
4094@section Specifying source directories
4095
4096@cindex source path
4097@cindex directories for source files
4098Executable programs sometimes do not record the directories of the source
4099files from which they were compiled, just the names. Even when they do,
4100the directories could be moved between the compilation and your debugging
4101session. @value{GDBN} has a list of directories to search for source files;
4102this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4103it tries all the directories in the list, in the order they are present
4104in the list, until it finds a file with the desired name. Note that
4105the executable search path is @emph{not} used for this purpose. Neither is
4106the current working directory, unless it happens to be in the source
4107path.
4108
4109If @value{GDBN} cannot find a source file in the source path, and the
4110object program records a directory, @value{GDBN} tries that directory
4111too. If the source path is empty, and there is no record of the
4112compilation directory, @value{GDBN} looks in the current directory as a
4113last resort.
4114
4115Whenever you reset or rearrange the source path, @value{GDBN} clears out
4116any information it has cached about where source files are found and where
4117each line is in the file.
4118
4119@kindex directory
4120@kindex dir
d4f3574e
SS
4121When you start @value{GDBN}, its source path includes only @samp{cdir}
4122and @samp{cwd}, in that order.
c906108c
SS
4123To add other directories, use the @code{directory} command.
4124
4125@table @code
4126@item directory @var{dirname} @dots{}
4127@item dir @var{dirname} @dots{}
4128Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4129directory names may be given to this command, separated by @samp{:}
4130(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4131part of absolute file names) or
c906108c
SS
4132whitespace. You may specify a directory that is already in the source
4133path; this moves it forward, so @value{GDBN} searches it sooner.
4134
4135@kindex cdir
4136@kindex cwd
41afff9a
EZ
4137@vindex $cdir@r{, convenience variable}
4138@vindex $cwdr@r{, convenience variable}
c906108c
SS
4139@cindex compilation directory
4140@cindex current directory
4141@cindex working directory
4142@cindex directory, current
4143@cindex directory, compilation
4144You can use the string @samp{$cdir} to refer to the compilation
4145directory (if one is recorded), and @samp{$cwd} to refer to the current
4146working directory. @samp{$cwd} is not the same as @samp{.}---the former
4147tracks the current working directory as it changes during your @value{GDBN}
4148session, while the latter is immediately expanded to the current
4149directory at the time you add an entry to the source path.
4150
4151@item directory
4152Reset the source path to empty again. This requires confirmation.
4153
4154@c RET-repeat for @code{directory} is explicitly disabled, but since
4155@c repeating it would be a no-op we do not say that. (thanks to RMS)
4156
4157@item show directories
4158@kindex show directories
4159Print the source path: show which directories it contains.
4160@end table
4161
4162If your source path is cluttered with directories that are no longer of
4163interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4164versions of source. You can correct the situation as follows:
4165
4166@enumerate
4167@item
4168Use @code{directory} with no argument to reset the source path to empty.
4169
4170@item
4171Use @code{directory} with suitable arguments to reinstall the
4172directories you want in the source path. You can add all the
4173directories in one command.
4174@end enumerate
4175
6d2ebf8b 4176@node Machine Code
c906108c
SS
4177@section Source and machine code
4178
4179You can use the command @code{info line} to map source lines to program
4180addresses (and vice versa), and the command @code{disassemble} to display
4181a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4182mode, the @code{info line} command causes the arrow to point to the
5d161b24 4183line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4184well as hex.
4185
4186@table @code
4187@kindex info line
4188@item info line @var{linespec}
4189Print the starting and ending addresses of the compiled code for
4190source line @var{linespec}. You can specify source lines in any of
4191the ways understood by the @code{list} command (@pxref{List, ,Printing
4192source lines}).
4193@end table
4194
4195For example, we can use @code{info line} to discover the location of
4196the object code for the first line of function
4197@code{m4_changequote}:
4198
d4f3574e
SS
4199@c FIXME: I think this example should also show the addresses in
4200@c symbolic form, as they usually would be displayed.
c906108c 4201@smallexample
96a2c332 4202(@value{GDBP}) info line m4_changequote
c906108c
SS
4203Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4204@end smallexample
4205
4206@noindent
4207We can also inquire (using @code{*@var{addr}} as the form for
4208@var{linespec}) what source line covers a particular address:
4209@smallexample
4210(@value{GDBP}) info line *0x63ff
4211Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4212@end smallexample
4213
4214@cindex @code{$_} and @code{info line}
41afff9a 4215@kindex x@r{(examine), and} info line
c906108c
SS
4216After @code{info line}, the default address for the @code{x} command
4217is changed to the starting address of the line, so that @samp{x/i} is
4218sufficient to begin examining the machine code (@pxref{Memory,
4219,Examining memory}). Also, this address is saved as the value of the
4220convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4221variables}).
4222
4223@table @code
4224@kindex disassemble
4225@cindex assembly instructions
4226@cindex instructions, assembly
4227@cindex machine instructions
4228@cindex listing machine instructions
4229@item disassemble
4230This specialized command dumps a range of memory as machine
4231instructions. The default memory range is the function surrounding the
4232program counter of the selected frame. A single argument to this
4233command is a program counter value; @value{GDBN} dumps the function
4234surrounding this value. Two arguments specify a range of addresses
4235(first inclusive, second exclusive) to dump.
4236@end table
4237
c906108c
SS
4238The following example shows the disassembly of a range of addresses of
4239HP PA-RISC 2.0 code:
4240
4241@smallexample
4242(@value{GDBP}) disas 0x32c4 0x32e4
4243Dump of assembler code from 0x32c4 to 0x32e4:
42440x32c4 <main+204>: addil 0,dp
42450x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
42460x32cc <main+212>: ldil 0x3000,r31
42470x32d0 <main+216>: ble 0x3f8(sr4,r31)
42480x32d4 <main+220>: ldo 0(r31),rp
42490x32d8 <main+224>: addil -0x800,dp
42500x32dc <main+228>: ldo 0x588(r1),r26
42510x32e0 <main+232>: ldil 0x3000,r31
4252End of assembler dump.
4253@end smallexample
c906108c
SS
4254
4255Some architectures have more than one commonly-used set of instruction
4256mnemonics or other syntax.
4257
4258@table @code
d4f3574e 4259@kindex set disassembly-flavor
c906108c
SS
4260@cindex assembly instructions
4261@cindex instructions, assembly
4262@cindex machine instructions
4263@cindex listing machine instructions
d4f3574e
SS
4264@cindex Intel disassembly flavor
4265@cindex AT&T disassembly flavor
4266@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4267Select the instruction set to use when disassembling the
4268program via the @code{disassemble} or @code{x/i} commands.
4269
4270Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4271can set @var{instruction-set} to either @code{intel} or @code{att}.
4272The default is @code{att}, the AT&T flavor used by default by Unix
4273assemblers for x86-based targets.
c906108c
SS
4274@end table
4275
4276
6d2ebf8b 4277@node Data
c906108c
SS
4278@chapter Examining Data
4279
4280@cindex printing data
4281@cindex examining data
4282@kindex print
4283@kindex inspect
4284@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4285@c document because it is nonstandard... Under Epoch it displays in a
4286@c different window or something like that.
4287The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4288command (abbreviated @code{p}), or its synonym @code{inspect}. It
4289evaluates and prints the value of an expression of the language your
4290program is written in (@pxref{Languages, ,Using @value{GDBN} with
4291Different Languages}).
c906108c
SS
4292
4293@table @code
d4f3574e
SS
4294@item print @var{expr}
4295@itemx print /@var{f} @var{expr}
4296@var{expr} is an expression (in the source language). By default the
4297value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4298you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4299@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4300formats}.
4301
4302@item print
4303@itemx print /@var{f}
d4f3574e 4304If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4305@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4306conveniently inspect the same value in an alternative format.
4307@end table
4308
4309A more low-level way of examining data is with the @code{x} command.
4310It examines data in memory at a specified address and prints it in a
4311specified format. @xref{Memory, ,Examining memory}.
4312
7a292a7a 4313If you are interested in information about types, or about how the
d4f3574e
SS
4314fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4315command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4316Table}.
c906108c
SS
4317
4318@menu
4319* Expressions:: Expressions
4320* Variables:: Program variables
4321* Arrays:: Artificial arrays
4322* Output Formats:: Output formats
4323* Memory:: Examining memory
4324* Auto Display:: Automatic display
4325* Print Settings:: Print settings
4326* Value History:: Value history
4327* Convenience Vars:: Convenience variables
4328* Registers:: Registers
c906108c 4329* Floating Point Hardware:: Floating point hardware
c906108c
SS
4330@end menu
4331
6d2ebf8b 4332@node Expressions
c906108c
SS
4333@section Expressions
4334
4335@cindex expressions
4336@code{print} and many other @value{GDBN} commands accept an expression and
4337compute its value. Any kind of constant, variable or operator defined
4338by the programming language you are using is valid in an expression in
4339@value{GDBN}. This includes conditional expressions, function calls, casts
4340and string constants. It unfortunately does not include symbols defined
4341by preprocessor @code{#define} commands.
4342
d4f3574e
SS
4343@value{GDBN} supports array constants in expressions input by
4344the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4345you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4346memory that is @code{malloc}ed in the target program.
c906108c 4347
c906108c
SS
4348Because C is so widespread, most of the expressions shown in examples in
4349this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4350Languages}, for information on how to use expressions in other
4351languages.
4352
4353In this section, we discuss operators that you can use in @value{GDBN}
4354expressions regardless of your programming language.
4355
4356Casts are supported in all languages, not just in C, because it is so
4357useful to cast a number into a pointer in order to examine a structure
4358at that address in memory.
4359@c FIXME: casts supported---Mod2 true?
c906108c
SS
4360
4361@value{GDBN} supports these operators, in addition to those common
4362to programming languages:
4363
4364@table @code
4365@item @@
4366@samp{@@} is a binary operator for treating parts of memory as arrays.
4367@xref{Arrays, ,Artificial arrays}, for more information.
4368
4369@item ::
4370@samp{::} allows you to specify a variable in terms of the file or
4371function where it is defined. @xref{Variables, ,Program variables}.
4372
4373@cindex @{@var{type}@}
4374@cindex type casting memory
4375@cindex memory, viewing as typed object
4376@cindex casts, to view memory
4377@item @{@var{type}@} @var{addr}
4378Refers to an object of type @var{type} stored at address @var{addr} in
4379memory. @var{addr} may be any expression whose value is an integer or
4380pointer (but parentheses are required around binary operators, just as in
4381a cast). This construct is allowed regardless of what kind of data is
4382normally supposed to reside at @var{addr}.
4383@end table
4384
6d2ebf8b 4385@node Variables
c906108c
SS
4386@section Program variables
4387
4388The most common kind of expression to use is the name of a variable
4389in your program.
4390
4391Variables in expressions are understood in the selected stack frame
4392(@pxref{Selection, ,Selecting a frame}); they must be either:
4393
4394@itemize @bullet
4395@item
4396global (or file-static)
4397@end itemize
4398
5d161b24 4399@noindent or
c906108c
SS
4400
4401@itemize @bullet
4402@item
4403visible according to the scope rules of the
4404programming language from the point of execution in that frame
5d161b24 4405@end itemize
c906108c
SS
4406
4407@noindent This means that in the function
4408
4409@example
4410foo (a)
4411 int a;
4412@{
4413 bar (a);
4414 @{
4415 int b = test ();
4416 bar (b);
4417 @}
4418@}
4419@end example
4420
4421@noindent
4422you can examine and use the variable @code{a} whenever your program is
4423executing within the function @code{foo}, but you can only use or
4424examine the variable @code{b} while your program is executing inside
4425the block where @code{b} is declared.
4426
4427@cindex variable name conflict
4428There is an exception: you can refer to a variable or function whose
4429scope is a single source file even if the current execution point is not
4430in this file. But it is possible to have more than one such variable or
4431function with the same name (in different source files). If that
4432happens, referring to that name has unpredictable effects. If you wish,
4433you can specify a static variable in a particular function or file,
4434using the colon-colon notation:
4435
d4f3574e 4436@cindex colon-colon, context for variables/functions
c906108c
SS
4437@iftex
4438@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4439@cindex @code{::}, context for variables/functions
c906108c
SS
4440@end iftex
4441@example
4442@var{file}::@var{variable}
4443@var{function}::@var{variable}
4444@end example
4445
4446@noindent
4447Here @var{file} or @var{function} is the name of the context for the
4448static @var{variable}. In the case of file names, you can use quotes to
4449make sure @value{GDBN} parses the file name as a single word---for example,
4450to print a global value of @code{x} defined in @file{f2.c}:
4451
4452@example
4453(@value{GDBP}) p 'f2.c'::x
4454@end example
4455
c906108c
SS
4456@cindex C++ scope resolution
4457This use of @samp{::} is very rarely in conflict with the very similar
4458use of the same notation in C++. @value{GDBN} also supports use of the C++
4459scope resolution operator in @value{GDBN} expressions.
4460@c FIXME: Um, so what happens in one of those rare cases where it's in
4461@c conflict?? --mew
c906108c
SS
4462
4463@cindex wrong values
4464@cindex variable values, wrong
4465@quotation
4466@emph{Warning:} Occasionally, a local variable may appear to have the
4467wrong value at certain points in a function---just after entry to a new
4468scope, and just before exit.
4469@end quotation
4470You may see this problem when you are stepping by machine instructions.
4471This is because, on most machines, it takes more than one instruction to
4472set up a stack frame (including local variable definitions); if you are
4473stepping by machine instructions, variables may appear to have the wrong
4474values until the stack frame is completely built. On exit, it usually
4475also takes more than one machine instruction to destroy a stack frame;
4476after you begin stepping through that group of instructions, local
4477variable definitions may be gone.
4478
4479This may also happen when the compiler does significant optimizations.
4480To be sure of always seeing accurate values, turn off all optimization
4481when compiling.
4482
d4f3574e
SS
4483@cindex ``No symbol "foo" in current context''
4484Another possible effect of compiler optimizations is to optimize
4485unused variables out of existence, or assign variables to registers (as
4486opposed to memory addresses). Depending on the support for such cases
4487offered by the debug info format used by the compiler, @value{GDBN}
4488might not be able to display values for such local variables. If that
4489happens, @value{GDBN} will print a message like this:
4490
4491@example
4492No symbol "foo" in current context.
4493@end example
4494
4495To solve such problems, either recompile without optimizations, or use a
4496different debug info format, if the compiler supports several such
4497formats. For example, @value{NGCC}, the @sc{gnu} C/C++ compiler usually
4498supports the @samp{-gstabs} option. @samp{-gstabs} produces debug info
4499in a format that is superior to formats such as COFF. You may be able
4500to use DWARF-2 (@samp{-gdwarf-2}), which is also an effective form for
4501debug info. See @ref{Debugging Options,,Options for Debugging Your
4502Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}, for more
4503information.
4504
4505
6d2ebf8b 4506@node Arrays
c906108c
SS
4507@section Artificial arrays
4508
4509@cindex artificial array
41afff9a 4510@kindex @@@r{, referencing memory as an array}
c906108c
SS
4511It is often useful to print out several successive objects of the
4512same type in memory; a section of an array, or an array of
4513dynamically determined size for which only a pointer exists in the
4514program.
4515
4516You can do this by referring to a contiguous span of memory as an
4517@dfn{artificial array}, using the binary operator @samp{@@}. The left
4518operand of @samp{@@} should be the first element of the desired array
4519and be an individual object. The right operand should be the desired length
4520of the array. The result is an array value whose elements are all of
4521the type of the left argument. The first element is actually the left
4522argument; the second element comes from bytes of memory immediately
4523following those that hold the first element, and so on. Here is an
4524example. If a program says
4525
4526@example
4527int *array = (int *) malloc (len * sizeof (int));
4528@end example
4529
4530@noindent
4531you can print the contents of @code{array} with
4532
4533@example
4534p *array@@len
4535@end example
4536
4537The left operand of @samp{@@} must reside in memory. Array values made
4538with @samp{@@} in this way behave just like other arrays in terms of
4539subscripting, and are coerced to pointers when used in expressions.
4540Artificial arrays most often appear in expressions via the value history
4541(@pxref{Value History, ,Value history}), after printing one out.
4542
4543Another way to create an artificial array is to use a cast.
4544This re-interprets a value as if it were an array.
4545The value need not be in memory:
4546@example
4547(@value{GDBP}) p/x (short[2])0x12345678
4548$1 = @{0x1234, 0x5678@}
4549@end example
4550
4551As a convenience, if you leave the array length out (as in
c3f6f71d 4552@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c
SS
4553the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
4554@example
4555(@value{GDBP}) p/x (short[])0x12345678
4556$2 = @{0x1234, 0x5678@}
4557@end example
4558
4559Sometimes the artificial array mechanism is not quite enough; in
4560moderately complex data structures, the elements of interest may not
4561actually be adjacent---for example, if you are interested in the values
4562of pointers in an array. One useful work-around in this situation is
4563to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4564variables}) as a counter in an expression that prints the first
4565interesting value, and then repeat that expression via @key{RET}. For
4566instance, suppose you have an array @code{dtab} of pointers to
4567structures, and you are interested in the values of a field @code{fv}
4568in each structure. Here is an example of what you might type:
4569
4570@example
4571set $i = 0
4572p dtab[$i++]->fv
4573@key{RET}
4574@key{RET}
4575@dots{}
4576@end example
4577
6d2ebf8b 4578@node Output Formats
c906108c
SS
4579@section Output formats
4580
4581@cindex formatted output
4582@cindex output formats
4583By default, @value{GDBN} prints a value according to its data type. Sometimes
4584this is not what you want. For example, you might want to print a number
4585in hex, or a pointer in decimal. Or you might want to view data in memory
4586at a certain address as a character string or as an instruction. To do
4587these things, specify an @dfn{output format} when you print a value.
4588
4589The simplest use of output formats is to say how to print a value
4590already computed. This is done by starting the arguments of the
4591@code{print} command with a slash and a format letter. The format
4592letters supported are:
4593
4594@table @code
4595@item x
4596Regard the bits of the value as an integer, and print the integer in
4597hexadecimal.
4598
4599@item d
4600Print as integer in signed decimal.
4601
4602@item u
4603Print as integer in unsigned decimal.
4604
4605@item o
4606Print as integer in octal.
4607
4608@item t
4609Print as integer in binary. The letter @samp{t} stands for ``two''.
4610@footnote{@samp{b} cannot be used because these format letters are also
4611used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 4612see @ref{Memory,,Examining memory}.}
c906108c
SS
4613
4614@item a
4615@cindex unknown address, locating
4616Print as an address, both absolute in hexadecimal and as an offset from
4617the nearest preceding symbol. You can use this format used to discover
4618where (in what function) an unknown address is located:
4619
4620@example
4621(@value{GDBP}) p/a 0x54320
4622$3 = 0x54320 <_initialize_vx+396>
4623@end example
4624
4625@item c
4626Regard as an integer and print it as a character constant.
4627
4628@item f
4629Regard the bits of the value as a floating point number and print
4630using typical floating point syntax.
4631@end table
4632
4633For example, to print the program counter in hex (@pxref{Registers}), type
4634
4635@example
4636p/x $pc
4637@end example
4638
4639@noindent
4640Note that no space is required before the slash; this is because command
4641names in @value{GDBN} cannot contain a slash.
4642
4643To reprint the last value in the value history with a different format,
4644you can use the @code{print} command with just a format and no
4645expression. For example, @samp{p/x} reprints the last value in hex.
4646
6d2ebf8b 4647@node Memory
c906108c
SS
4648@section Examining memory
4649
4650You can use the command @code{x} (for ``examine'') to examine memory in
4651any of several formats, independently of your program's data types.
4652
4653@cindex examining memory
4654@table @code
41afff9a 4655@kindex x @r{(examine memory)}
c906108c
SS
4656@item x/@var{nfu} @var{addr}
4657@itemx x @var{addr}
4658@itemx x
4659Use the @code{x} command to examine memory.
4660@end table
4661
4662@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4663much memory to display and how to format it; @var{addr} is an
4664expression giving the address where you want to start displaying memory.
4665If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4666Several commands set convenient defaults for @var{addr}.
4667
4668@table @r
4669@item @var{n}, the repeat count
4670The repeat count is a decimal integer; the default is 1. It specifies
4671how much memory (counting by units @var{u}) to display.
4672@c This really is **decimal**; unaffected by 'set radix' as of GDB
4673@c 4.1.2.
4674
4675@item @var{f}, the display format
4676The display format is one of the formats used by @code{print},
4677@samp{s} (null-terminated string), or @samp{i} (machine instruction).
4678The default is @samp{x} (hexadecimal) initially.
4679The default changes each time you use either @code{x} or @code{print}.
4680
4681@item @var{u}, the unit size
4682The unit size is any of
4683
4684@table @code
4685@item b
4686Bytes.
4687@item h
4688Halfwords (two bytes).
4689@item w
4690Words (four bytes). This is the initial default.
4691@item g
4692Giant words (eight bytes).
4693@end table
4694
4695Each time you specify a unit size with @code{x}, that size becomes the
4696default unit the next time you use @code{x}. (For the @samp{s} and
4697@samp{i} formats, the unit size is ignored and is normally not written.)
4698
4699@item @var{addr}, starting display address
4700@var{addr} is the address where you want @value{GDBN} to begin displaying
4701memory. The expression need not have a pointer value (though it may);
4702it is always interpreted as an integer address of a byte of memory.
4703@xref{Expressions, ,Expressions}, for more information on expressions. The default for
4704@var{addr} is usually just after the last address examined---but several
4705other commands also set the default address: @code{info breakpoints} (to
4706the address of the last breakpoint listed), @code{info line} (to the
4707starting address of a line), and @code{print} (if you use it to display
4708a value from memory).
4709@end table
4710
4711For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4712(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4713starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4714words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 4715@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
4716
4717Since the letters indicating unit sizes are all distinct from the
4718letters specifying output formats, you do not have to remember whether
4719unit size or format comes first; either order works. The output
4720specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4721(However, the count @var{n} must come first; @samp{wx4} does not work.)
4722
4723Even though the unit size @var{u} is ignored for the formats @samp{s}
4724and @samp{i}, you might still want to use a count @var{n}; for example,
4725@samp{3i} specifies that you want to see three machine instructions,
4726including any operands. The command @code{disassemble} gives an
d4f3574e 4727alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
4728Code,,Source and machine code}.
4729
4730All the defaults for the arguments to @code{x} are designed to make it
4731easy to continue scanning memory with minimal specifications each time
4732you use @code{x}. For example, after you have inspected three machine
4733instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4734with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4735the repeat count @var{n} is used again; the other arguments default as
4736for successive uses of @code{x}.
4737
4738@cindex @code{$_}, @code{$__}, and value history
4739The addresses and contents printed by the @code{x} command are not saved
4740in the value history because there is often too much of them and they
4741would get in the way. Instead, @value{GDBN} makes these values available for
4742subsequent use in expressions as values of the convenience variables
4743@code{$_} and @code{$__}. After an @code{x} command, the last address
4744examined is available for use in expressions in the convenience variable
4745@code{$_}. The contents of that address, as examined, are available in
4746the convenience variable @code{$__}.
4747
4748If the @code{x} command has a repeat count, the address and contents saved
4749are from the last memory unit printed; this is not the same as the last
4750address printed if several units were printed on the last line of output.
4751
6d2ebf8b 4752@node Auto Display
c906108c
SS
4753@section Automatic display
4754@cindex automatic display
4755@cindex display of expressions
4756
4757If you find that you want to print the value of an expression frequently
4758(to see how it changes), you might want to add it to the @dfn{automatic
4759display list} so that @value{GDBN} prints its value each time your program stops.
4760Each expression added to the list is given a number to identify it;
4761to remove an expression from the list, you specify that number.
4762The automatic display looks like this:
4763
4764@example
47652: foo = 38
47663: bar[5] = (struct hack *) 0x3804
4767@end example
4768
4769@noindent
4770This display shows item numbers, expressions and their current values. As with
4771displays you request manually using @code{x} or @code{print}, you can
4772specify the output format you prefer; in fact, @code{display} decides
4773whether to use @code{print} or @code{x} depending on how elaborate your
4774format specification is---it uses @code{x} if you specify a unit size,
4775or one of the two formats (@samp{i} and @samp{s}) that are only
4776supported by @code{x}; otherwise it uses @code{print}.
4777
4778@table @code
4779@kindex display
d4f3574e
SS
4780@item display @var{expr}
4781Add the expression @var{expr} to the list of expressions to display
c906108c
SS
4782each time your program stops. @xref{Expressions, ,Expressions}.
4783
4784@code{display} does not repeat if you press @key{RET} again after using it.
4785
d4f3574e 4786@item display/@var{fmt} @var{expr}
c906108c 4787For @var{fmt} specifying only a display format and not a size or
d4f3574e 4788count, add the expression @var{expr} to the auto-display list but
c906108c
SS
4789arrange to display it each time in the specified format @var{fmt}.
4790@xref{Output Formats,,Output formats}.
4791
4792@item display/@var{fmt} @var{addr}
4793For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
4794number of units, add the expression @var{addr} as a memory address to
4795be examined each time your program stops. Examining means in effect
4796doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
4797@end table
4798
4799For example, @samp{display/i $pc} can be helpful, to see the machine
4800instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 4801is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
4802
4803@table @code
4804@kindex delete display
4805@kindex undisplay
4806@item undisplay @var{dnums}@dots{}
4807@itemx delete display @var{dnums}@dots{}
4808Remove item numbers @var{dnums} from the list of expressions to display.
4809
4810@code{undisplay} does not repeat if you press @key{RET} after using it.
4811(Otherwise you would just get the error @samp{No display number @dots{}}.)
4812
4813@kindex disable display
4814@item disable display @var{dnums}@dots{}
4815Disable the display of item numbers @var{dnums}. A disabled display
4816item is not printed automatically, but is not forgotten. It may be
4817enabled again later.
4818
4819@kindex enable display
4820@item enable display @var{dnums}@dots{}
4821Enable display of item numbers @var{dnums}. It becomes effective once
4822again in auto display of its expression, until you specify otherwise.
4823
4824@item display
4825Display the current values of the expressions on the list, just as is
4826done when your program stops.
4827
4828@kindex info display
4829@item info display
4830Print the list of expressions previously set up to display
4831automatically, each one with its item number, but without showing the
4832values. This includes disabled expressions, which are marked as such.
4833It also includes expressions which would not be displayed right now
4834because they refer to automatic variables not currently available.
4835@end table
4836
4837If a display expression refers to local variables, then it does not make
4838sense outside the lexical context for which it was set up. Such an
4839expression is disabled when execution enters a context where one of its
4840variables is not defined. For example, if you give the command
4841@code{display last_char} while inside a function with an argument
4842@code{last_char}, @value{GDBN} displays this argument while your program
4843continues to stop inside that function. When it stops elsewhere---where
4844there is no variable @code{last_char}---the display is disabled
4845automatically. The next time your program stops where @code{last_char}
4846is meaningful, you can enable the display expression once again.
4847
6d2ebf8b 4848@node Print Settings
c906108c
SS
4849@section Print settings
4850
4851@cindex format options
4852@cindex print settings
4853@value{GDBN} provides the following ways to control how arrays, structures,
4854and symbols are printed.
4855
4856@noindent
4857These settings are useful for debugging programs in any language:
4858
4859@table @code
4860@kindex set print address
4861@item set print address
4862@itemx set print address on
4863@value{GDBN} prints memory addresses showing the location of stack
4864traces, structure values, pointer values, breakpoints, and so forth,
4865even when it also displays the contents of those addresses. The default
4866is @code{on}. For example, this is what a stack frame display looks like with
4867@code{set print address on}:
4868
4869@smallexample
4870@group
4871(@value{GDBP}) f
4872#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
4873 at input.c:530
4874530 if (lquote != def_lquote)
4875@end group
4876@end smallexample
4877
4878@item set print address off
4879Do not print addresses when displaying their contents. For example,
4880this is the same stack frame displayed with @code{set print address off}:
4881
4882@smallexample
4883@group
4884(@value{GDBP}) set print addr off
4885(@value{GDBP}) f
4886#0 set_quotes (lq="<<", rq=">>") at input.c:530
4887530 if (lquote != def_lquote)
4888@end group
4889@end smallexample
4890
4891You can use @samp{set print address off} to eliminate all machine
4892dependent displays from the @value{GDBN} interface. For example, with
4893@code{print address off}, you should get the same text for backtraces on
4894all machines---whether or not they involve pointer arguments.
4895
4896@kindex show print address
4897@item show print address
4898Show whether or not addresses are to be printed.
4899@end table
4900
4901When @value{GDBN} prints a symbolic address, it normally prints the
4902closest earlier symbol plus an offset. If that symbol does not uniquely
4903identify the address (for example, it is a name whose scope is a single
4904source file), you may need to clarify. One way to do this is with
4905@code{info line}, for example @samp{info line *0x4537}. Alternately,
4906you can set @value{GDBN} to print the source file and line number when
4907it prints a symbolic address:
4908
4909@table @code
4910@kindex set print symbol-filename
4911@item set print symbol-filename on
4912Tell @value{GDBN} to print the source file name and line number of a
4913symbol in the symbolic form of an address.
4914
4915@item set print symbol-filename off
4916Do not print source file name and line number of a symbol. This is the
4917default.
4918
4919@kindex show print symbol-filename
4920@item show print symbol-filename
4921Show whether or not @value{GDBN} will print the source file name and
4922line number of a symbol in the symbolic form of an address.
4923@end table
4924
4925Another situation where it is helpful to show symbol filenames and line
4926numbers is when disassembling code; @value{GDBN} shows you the line
4927number and source file that corresponds to each instruction.
4928
4929Also, you may wish to see the symbolic form only if the address being
4930printed is reasonably close to the closest earlier symbol:
4931
4932@table @code
4933@kindex set print max-symbolic-offset
4934@item set print max-symbolic-offset @var{max-offset}
4935Tell @value{GDBN} to only display the symbolic form of an address if the
4936offset between the closest earlier symbol and the address is less than
5d161b24 4937@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
4938to always print the symbolic form of an address if any symbol precedes it.
4939
4940@kindex show print max-symbolic-offset
4941@item show print max-symbolic-offset
4942Ask how large the maximum offset is that @value{GDBN} prints in a
4943symbolic address.
4944@end table
4945
4946@cindex wild pointer, interpreting
4947@cindex pointer, finding referent
4948If you have a pointer and you are not sure where it points, try
4949@samp{set print symbol-filename on}. Then you can determine the name
4950and source file location of the variable where it points, using
4951@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
4952For example, here @value{GDBN} shows that a variable @code{ptt} points
4953at another variable @code{t}, defined in @file{hi2.c}:
4954
4955@example
4956(@value{GDBP}) set print symbol-filename on
4957(@value{GDBP}) p/a ptt
4958$4 = 0xe008 <t in hi2.c>
4959@end example
4960
4961@quotation
4962@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
4963does not show the symbol name and filename of the referent, even with
4964the appropriate @code{set print} options turned on.
4965@end quotation
4966
4967Other settings control how different kinds of objects are printed:
4968
4969@table @code
4970@kindex set print array
4971@item set print array
4972@itemx set print array on
4973Pretty print arrays. This format is more convenient to read,
4974but uses more space. The default is off.
4975
4976@item set print array off
4977Return to compressed format for arrays.
4978
4979@kindex show print array
4980@item show print array
4981Show whether compressed or pretty format is selected for displaying
4982arrays.
4983
4984@kindex set print elements
4985@item set print elements @var{number-of-elements}
4986Set a limit on how many elements of an array @value{GDBN} will print.
4987If @value{GDBN} is printing a large array, it stops printing after it has
4988printed the number of elements set by the @code{set print elements} command.
4989This limit also applies to the display of strings.
d4f3574e 4990When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
4991Setting @var{number-of-elements} to zero means that the printing is unlimited.
4992
4993@kindex show print elements
4994@item show print elements
4995Display the number of elements of a large array that @value{GDBN} will print.
4996If the number is 0, then the printing is unlimited.
4997
4998@kindex set print null-stop
4999@item set print null-stop
5000Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5001@sc{null} is encountered. This is useful when large arrays actually
c906108c 5002contain only short strings.
d4f3574e 5003The default is off.
c906108c
SS
5004
5005@kindex set print pretty
5006@item set print pretty on
5d161b24 5007Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5008per line, like this:
5009
5010@smallexample
5011@group
5012$1 = @{
5013 next = 0x0,
5014 flags = @{
5015 sweet = 1,
5016 sour = 1
5017 @},
5018 meat = 0x54 "Pork"
5019@}
5020@end group
5021@end smallexample
5022
5023@item set print pretty off
5024Cause @value{GDBN} to print structures in a compact format, like this:
5025
5026@smallexample
5027@group
5028$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5029meat = 0x54 "Pork"@}
5030@end group
5031@end smallexample
5032
5033@noindent
5034This is the default format.
5035
5036@kindex show print pretty
5037@item show print pretty
5038Show which format @value{GDBN} is using to print structures.
5039
5040@kindex set print sevenbit-strings
5041@item set print sevenbit-strings on
5042Print using only seven-bit characters; if this option is set,
5043@value{GDBN} displays any eight-bit characters (in strings or
5044character values) using the notation @code{\}@var{nnn}. This setting is
5045best if you are working in English (@sc{ascii}) and you use the
5046high-order bit of characters as a marker or ``meta'' bit.
5047
5048@item set print sevenbit-strings off
5049Print full eight-bit characters. This allows the use of more
5050international character sets, and is the default.
5051
5052@kindex show print sevenbit-strings
5053@item show print sevenbit-strings
5054Show whether or not @value{GDBN} is printing only seven-bit characters.
5055
5056@kindex set print union
5057@item set print union on
5d161b24 5058Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5059is the default setting.
5060
5061@item set print union off
5062Tell @value{GDBN} not to print unions which are contained in structures.
5063
5064@kindex show print union
5065@item show print union
5066Ask @value{GDBN} whether or not it will print unions which are contained in
5067structures.
5068
5069For example, given the declarations
5070
5071@smallexample
5072typedef enum @{Tree, Bug@} Species;
5073typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5074typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5075 Bug_forms;
5076
5077struct thing @{
5078 Species it;
5079 union @{
5080 Tree_forms tree;
5081 Bug_forms bug;
5082 @} form;
5083@};
5084
5085struct thing foo = @{Tree, @{Acorn@}@};
5086@end smallexample
5087
5088@noindent
5089with @code{set print union on} in effect @samp{p foo} would print
5090
5091@smallexample
5092$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5093@end smallexample
5094
5095@noindent
5096and with @code{set print union off} in effect it would print
5097
5098@smallexample
5099$1 = @{it = Tree, form = @{...@}@}
5100@end smallexample
5101@end table
5102
c906108c
SS
5103@need 1000
5104@noindent
5105These settings are of interest when debugging C++ programs:
5106
5107@table @code
5108@cindex demangling
5109@kindex set print demangle
5110@item set print demangle
5111@itemx set print demangle on
5112Print C++ names in their source form rather than in the encoded
5113(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5114linkage. The default is on.
c906108c
SS
5115
5116@kindex show print demangle
5117@item show print demangle
5118Show whether C++ names are printed in mangled or demangled form.
5119
5120@kindex set print asm-demangle
5121@item set print asm-demangle
5122@itemx set print asm-demangle on
5123Print C++ names in their source form rather than their mangled form, even
5124in assembler code printouts such as instruction disassemblies.
5125The default is off.
5126
5127@kindex show print asm-demangle
5128@item show print asm-demangle
5129Show whether C++ names in assembly listings are printed in mangled
5130or demangled form.
5131
5132@kindex set demangle-style
5133@cindex C++ symbol decoding style
5134@cindex symbol decoding style, C++
5135@item set demangle-style @var{style}
5136Choose among several encoding schemes used by different compilers to
5137represent C++ names. The choices for @var{style} are currently:
5138
5139@table @code
5140@item auto
5141Allow @value{GDBN} to choose a decoding style by inspecting your program.
5142
5143@item gnu
5d161b24 5144Decode based on the @sc{gnu} C++ compiler (@code{g++}) encoding algorithm.
c906108c 5145This is the default.
c906108c
SS
5146
5147@item hp
5148Decode based on the HP ANSI C++ (@code{aCC}) encoding algorithm.
5149
5150@item lucid
5151Decode based on the Lucid C++ compiler (@code{lcc}) encoding algorithm.
5152
5153@item arm
5154Decode using the algorithm in the @cite{C++ Annotated Reference Manual}.
5155@strong{Warning:} this setting alone is not sufficient to allow
5156debugging @code{cfront}-generated executables. @value{GDBN} would
5157require further enhancement to permit that.
5158
5159@end table
5160If you omit @var{style}, you will see a list of possible formats.
5161
5162@kindex show demangle-style
5163@item show demangle-style
5164Display the encoding style currently in use for decoding C++ symbols.
5165
5166@kindex set print object
5167@item set print object
5168@itemx set print object on
5169When displaying a pointer to an object, identify the @emph{actual}
5170(derived) type of the object rather than the @emph{declared} type, using
5171the virtual function table.
5172
5173@item set print object off
5174Display only the declared type of objects, without reference to the
5175virtual function table. This is the default setting.
5176
5177@kindex show print object
5178@item show print object
5179Show whether actual, or declared, object types are displayed.
5180
5181@kindex set print static-members
5182@item set print static-members
5183@itemx set print static-members on
5184Print static members when displaying a C++ object. The default is on.
5185
5186@item set print static-members off
5187Do not print static members when displaying a C++ object.
5188
5189@kindex show print static-members
5190@item show print static-members
5191Show whether C++ static members are printed, or not.
5192
5193@c These don't work with HP ANSI C++ yet.
5194@kindex set print vtbl
5195@item set print vtbl
5196@itemx set print vtbl on
5197Pretty print C++ virtual function tables. The default is off.
c906108c
SS
5198(The @code{vtbl} commands do not work on programs compiled with the HP
5199ANSI C++ compiler (@code{aCC}).)
c906108c
SS
5200
5201@item set print vtbl off
5202Do not pretty print C++ virtual function tables.
5203
5204@kindex show print vtbl
5205@item show print vtbl
5206Show whether C++ virtual function tables are pretty printed, or not.
5207@end table
c906108c 5208
6d2ebf8b 5209@node Value History
c906108c
SS
5210@section Value history
5211
5212@cindex value history
5d161b24
DB
5213Values printed by the @code{print} command are saved in the @value{GDBN}
5214@dfn{value history}. This allows you to refer to them in other expressions.
5215Values are kept until the symbol table is re-read or discarded
5216(for example with the @code{file} or @code{symbol-file} commands).
5217When the symbol table changes, the value history is discarded,
5218since the values may contain pointers back to the types defined in the
c906108c
SS
5219symbol table.
5220
5221@cindex @code{$}
5222@cindex @code{$$}
5223@cindex history number
5224The values printed are given @dfn{history numbers} by which you can
5225refer to them. These are successive integers starting with one.
5226@code{print} shows you the history number assigned to a value by
5227printing @samp{$@var{num} = } before the value; here @var{num} is the
5228history number.
5229
5230To refer to any previous value, use @samp{$} followed by the value's
5231history number. The way @code{print} labels its output is designed to
5232remind you of this. Just @code{$} refers to the most recent value in
5233the history, and @code{$$} refers to the value before that.
5234@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5235is the value just prior to @code{$$}, @code{$$1} is equivalent to
5236@code{$$}, and @code{$$0} is equivalent to @code{$}.
5237
5238For example, suppose you have just printed a pointer to a structure and
5239want to see the contents of the structure. It suffices to type
5240
5241@example
5242p *$
5243@end example
5244
5245If you have a chain of structures where the component @code{next} points
5246to the next one, you can print the contents of the next one with this:
5247
5248@example
5249p *$.next
5250@end example
5251
5252@noindent
5253You can print successive links in the chain by repeating this
5254command---which you can do by just typing @key{RET}.
5255
5256Note that the history records values, not expressions. If the value of
5257@code{x} is 4 and you type these commands:
5258
5259@example
5260print x
5261set x=5
5262@end example
5263
5264@noindent
5265then the value recorded in the value history by the @code{print} command
5266remains 4 even though the value of @code{x} has changed.
5267
5268@table @code
5269@kindex show values
5270@item show values
5271Print the last ten values in the value history, with their item numbers.
5272This is like @samp{p@ $$9} repeated ten times, except that @code{show
5273values} does not change the history.
5274
5275@item show values @var{n}
5276Print ten history values centered on history item number @var{n}.
5277
5278@item show values +
5279Print ten history values just after the values last printed. If no more
5280values are available, @code{show values +} produces no display.
5281@end table
5282
5283Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5284same effect as @samp{show values +}.
5285
6d2ebf8b 5286@node Convenience Vars
c906108c
SS
5287@section Convenience variables
5288
5289@cindex convenience variables
5290@value{GDBN} provides @dfn{convenience variables} that you can use within
5291@value{GDBN} to hold on to a value and refer to it later. These variables
5292exist entirely within @value{GDBN}; they are not part of your program, and
5293setting a convenience variable has no direct effect on further execution
5294of your program. That is why you can use them freely.
5295
5296Convenience variables are prefixed with @samp{$}. Any name preceded by
5297@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5298the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5299(Value history references, in contrast, are @emph{numbers} preceded
5300by @samp{$}. @xref{Value History, ,Value history}.)
5301
5302You can save a value in a convenience variable with an assignment
5303expression, just as you would set a variable in your program.
5304For example:
5305
5306@example
5307set $foo = *object_ptr
5308@end example
5309
5310@noindent
5311would save in @code{$foo} the value contained in the object pointed to by
5312@code{object_ptr}.
5313
5314Using a convenience variable for the first time creates it, but its
5315value is @code{void} until you assign a new value. You can alter the
5316value with another assignment at any time.
5317
5318Convenience variables have no fixed types. You can assign a convenience
5319variable any type of value, including structures and arrays, even if
5320that variable already has a value of a different type. The convenience
5321variable, when used as an expression, has the type of its current value.
5322
5323@table @code
5324@kindex show convenience
5325@item show convenience
5326Print a list of convenience variables used so far, and their values.
d4f3574e 5327Abbreviated @code{show conv}.
c906108c
SS
5328@end table
5329
5330One of the ways to use a convenience variable is as a counter to be
5331incremented or a pointer to be advanced. For example, to print
5332a field from successive elements of an array of structures:
5333
5334@example
5335set $i = 0
5336print bar[$i++]->contents
5337@end example
5338
d4f3574e
SS
5339@noindent
5340Repeat that command by typing @key{RET}.
c906108c
SS
5341
5342Some convenience variables are created automatically by @value{GDBN} and given
5343values likely to be useful.
5344
5345@table @code
41afff9a 5346@vindex $_@r{, convenience variable}
c906108c
SS
5347@item $_
5348The variable @code{$_} is automatically set by the @code{x} command to
5349the last address examined (@pxref{Memory, ,Examining memory}). Other
5350commands which provide a default address for @code{x} to examine also
5351set @code{$_} to that address; these commands include @code{info line}
5352and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5353except when set by the @code{x} command, in which case it is a pointer
5354to the type of @code{$__}.
5355
41afff9a 5356@vindex $__@r{, convenience variable}
c906108c
SS
5357@item $__
5358The variable @code{$__} is automatically set by the @code{x} command
5359to the value found in the last address examined. Its type is chosen
5360to match the format in which the data was printed.
5361
5362@item $_exitcode
41afff9a 5363@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5364The variable @code{$_exitcode} is automatically set to the exit code when
5365the program being debugged terminates.
5366@end table
5367
53a5351d
JM
5368On HP-UX systems, if you refer to a function or variable name that
5369begins with a dollar sign, @value{GDBN} searches for a user or system
5370name first, before it searches for a convenience variable.
c906108c 5371
6d2ebf8b 5372@node Registers
c906108c
SS
5373@section Registers
5374
5375@cindex registers
5376You can refer to machine register contents, in expressions, as variables
5377with names starting with @samp{$}. The names of registers are different
5378for each machine; use @code{info registers} to see the names used on
5379your machine.
5380
5381@table @code
5382@kindex info registers
5383@item info registers
5384Print the names and values of all registers except floating-point
5385registers (in the selected stack frame).
5386
5387@kindex info all-registers
5388@cindex floating point registers
5389@item info all-registers
5390Print the names and values of all registers, including floating-point
5391registers.
5392
5393@item info registers @var{regname} @dots{}
5394Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5395As discussed in detail below, register values are normally relative to
5396the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5397the machine you are using, with or without the initial @samp{$}.
5398@end table
5399
5400@value{GDBN} has four ``standard'' register names that are available (in
5401expressions) on most machines---whenever they do not conflict with an
5402architecture's canonical mnemonics for registers. The register names
5403@code{$pc} and @code{$sp} are used for the program counter register and
5404the stack pointer. @code{$fp} is used for a register that contains a
5405pointer to the current stack frame, and @code{$ps} is used for a
5406register that contains the processor status. For example,
5407you could print the program counter in hex with
5408
5409@example
5410p/x $pc
5411@end example
5412
5413@noindent
5414or print the instruction to be executed next with
5415
5416@example
5417x/i $pc
5418@end example
5419
5420@noindent
5421or add four to the stack pointer@footnote{This is a way of removing
5422one word from the stack, on machines where stacks grow downward in
5423memory (most machines, nowadays). This assumes that the innermost
5424stack frame is selected; setting @code{$sp} is not allowed when other
5425stack frames are selected. To pop entire frames off the stack,
5426regardless of machine architecture, use @code{return};
d4f3574e 5427see @ref{Returning, ,Returning from a function}.} with
c906108c
SS
5428
5429@example
5430set $sp += 4
5431@end example
5432
5433Whenever possible, these four standard register names are available on
5434your machine even though the machine has different canonical mnemonics,
5435so long as there is no conflict. The @code{info registers} command
5436shows the canonical names. For example, on the SPARC, @code{info
5437registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5438can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5439is an alias for the @sc{eflags} register.
c906108c
SS
5440
5441@value{GDBN} always considers the contents of an ordinary register as an
5442integer when the register is examined in this way. Some machines have
5443special registers which can hold nothing but floating point; these
5444registers are considered to have floating point values. There is no way
5445to refer to the contents of an ordinary register as floating point value
5446(although you can @emph{print} it as a floating point value with
5447@samp{print/f $@var{regname}}).
5448
5449Some registers have distinct ``raw'' and ``virtual'' data formats. This
5450means that the data format in which the register contents are saved by
5451the operating system is not the same one that your program normally
5452sees. For example, the registers of the 68881 floating point
5453coprocessor are always saved in ``extended'' (raw) format, but all C
5454programs expect to work with ``double'' (virtual) format. In such
5d161b24 5455cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5456that makes sense for your program), but the @code{info registers} command
5457prints the data in both formats.
5458
5459Normally, register values are relative to the selected stack frame
5460(@pxref{Selection, ,Selecting a frame}). This means that you get the
5461value that the register would contain if all stack frames farther in
5462were exited and their saved registers restored. In order to see the
5463true contents of hardware registers, you must select the innermost
5464frame (with @samp{frame 0}).
5465
5466However, @value{GDBN} must deduce where registers are saved, from the machine
5467code generated by your compiler. If some registers are not saved, or if
5468@value{GDBN} is unable to locate the saved registers, the selected stack
5469frame makes no difference.
5470
6d2ebf8b 5471@node Floating Point Hardware
c906108c
SS
5472@section Floating point hardware
5473@cindex floating point
5474
5475Depending on the configuration, @value{GDBN} may be able to give
5476you more information about the status of the floating point hardware.
5477
5478@table @code
5479@kindex info float
5480@item info float
5481Display hardware-dependent information about the floating
5482point unit. The exact contents and layout vary depending on the
5483floating point chip. Currently, @samp{info float} is supported on
5484the ARM and x86 machines.
5485@end table
c906108c 5486
6d2ebf8b 5487@node Languages
c906108c
SS
5488@chapter Using @value{GDBN} with Different Languages
5489@cindex languages
5490
c906108c
SS
5491Although programming languages generally have common aspects, they are
5492rarely expressed in the same manner. For instance, in ANSI C,
5493dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
5494Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 5495represented (and displayed) differently. Hex numbers in C appear as
c906108c 5496@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
5497
5498@cindex working language
5499Language-specific information is built into @value{GDBN} for some languages,
5500allowing you to express operations like the above in your program's
5501native language, and allowing @value{GDBN} to output values in a manner
5502consistent with the syntax of your program's native language. The
5503language you use to build expressions is called the @dfn{working
5504language}.
5505
5506@menu
5507* Setting:: Switching between source languages
5508* Show:: Displaying the language
c906108c 5509* Checks:: Type and range checks
c906108c
SS
5510* Support:: Supported languages
5511@end menu
5512
6d2ebf8b 5513@node Setting
c906108c
SS
5514@section Switching between source languages
5515
5516There are two ways to control the working language---either have @value{GDBN}
5517set it automatically, or select it manually yourself. You can use the
5518@code{set language} command for either purpose. On startup, @value{GDBN}
5519defaults to setting the language automatically. The working language is
5520used to determine how expressions you type are interpreted, how values
5521are printed, etc.
5522
5523In addition to the working language, every source file that
5524@value{GDBN} knows about has its own working language. For some object
5525file formats, the compiler might indicate which language a particular
5526source file is in. However, most of the time @value{GDBN} infers the
5527language from the name of the file. The language of a source file
5528controls whether C++ names are demangled---this way @code{backtrace} can
5529show each frame appropriately for its own language. There is no way to
d4f3574e
SS
5530set the language of a source file from within @value{GDBN}, but you can
5531set the language associated with a filename extension. @xref{Show, ,
5532Displaying the language}.
c906108c
SS
5533
5534This is most commonly a problem when you use a program, such
5d161b24 5535as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
5536another language. In that case, make the
5537program use @code{#line} directives in its C output; that way
5538@value{GDBN} will know the correct language of the source code of the original
5539program, and will display that source code, not the generated C code.
5540
5541@menu
5542* Filenames:: Filename extensions and languages.
5543* Manually:: Setting the working language manually
5544* Automatically:: Having @value{GDBN} infer the source language
5545@end menu
5546
6d2ebf8b 5547@node Filenames
c906108c
SS
5548@subsection List of filename extensions and languages
5549
5550If a source file name ends in one of the following extensions, then
5551@value{GDBN} infers that its language is the one indicated.
5552
5553@table @file
5554
5555@item .c
5556C source file
5557
5558@item .C
5559@itemx .cc
5560@itemx .cp
5561@itemx .cpp
5562@itemx .cxx
5563@itemx .c++
5564C++ source file
5565
5566@item .f
5567@itemx .F
5568Fortran source file
5569
c906108c
SS
5570@item .ch
5571@itemx .c186
5572@itemx .c286
96a2c332 5573CHILL source file
c906108c 5574
c906108c
SS
5575@item .mod
5576Modula-2 source file
c906108c
SS
5577
5578@item .s
5579@itemx .S
5580Assembler source file. This actually behaves almost like C, but
5581@value{GDBN} does not skip over function prologues when stepping.
5582@end table
5583
5584In addition, you may set the language associated with a filename
5585extension. @xref{Show, , Displaying the language}.
5586
6d2ebf8b 5587@node Manually
c906108c
SS
5588@subsection Setting the working language
5589
5590If you allow @value{GDBN} to set the language automatically,
5591expressions are interpreted the same way in your debugging session and
5592your program.
5593
5594@kindex set language
5595If you wish, you may set the language manually. To do this, issue the
5596command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 5597a language, such as
c906108c 5598@code{c} or @code{modula-2}.
c906108c
SS
5599For a list of the supported languages, type @samp{set language}.
5600
c906108c
SS
5601Setting the language manually prevents @value{GDBN} from updating the working
5602language automatically. This can lead to confusion if you try
5603to debug a program when the working language is not the same as the
5604source language, when an expression is acceptable to both
5605languages---but means different things. For instance, if the current
5606source file were written in C, and @value{GDBN} was parsing Modula-2, a
5607command such as:
5608
5609@example
5610print a = b + c
5611@end example
5612
5613@noindent
5614might not have the effect you intended. In C, this means to add
5615@code{b} and @code{c} and place the result in @code{a}. The result
5616printed would be the value of @code{a}. In Modula-2, this means to compare
5617@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 5618
6d2ebf8b 5619@node Automatically
c906108c
SS
5620@subsection Having @value{GDBN} infer the source language
5621
5622To have @value{GDBN} set the working language automatically, use
5623@samp{set language local} or @samp{set language auto}. @value{GDBN}
5624then infers the working language. That is, when your program stops in a
5625frame (usually by encountering a breakpoint), @value{GDBN} sets the
5626working language to the language recorded for the function in that
5627frame. If the language for a frame is unknown (that is, if the function
5628or block corresponding to the frame was defined in a source file that
5629does not have a recognized extension), the current working language is
5630not changed, and @value{GDBN} issues a warning.
5631
5632This may not seem necessary for most programs, which are written
5633entirely in one source language. However, program modules and libraries
5634written in one source language can be used by a main program written in
5635a different source language. Using @samp{set language auto} in this
5636case frees you from having to set the working language manually.
5637
6d2ebf8b 5638@node Show
c906108c 5639@section Displaying the language
c906108c
SS
5640
5641The following commands help you find out which language is the
5642working language, and also what language source files were written in.
5643
5644@kindex show language
d4f3574e
SS
5645@kindex info frame@r{, show the source language}
5646@kindex info source@r{, show the source language}
c906108c
SS
5647@table @code
5648@item show language
5649Display the current working language. This is the
5650language you can use with commands such as @code{print} to
5651build and compute expressions that may involve variables in your program.
5652
5653@item info frame
5d161b24 5654Display the source language for this frame. This language becomes the
c906108c 5655working language if you use an identifier from this frame.
5d161b24 5656@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
5657information listed here.
5658
5659@item info source
5660Display the source language of this source file.
5d161b24 5661@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
5662information listed here.
5663@end table
5664
5665In unusual circumstances, you may have source files with extensions
5666not in the standard list. You can then set the extension associated
5667with a language explicitly:
5668
5669@kindex set extension-language
5670@kindex info extensions
5671@table @code
5672@item set extension-language @var{.ext} @var{language}
5673Set source files with extension @var{.ext} to be assumed to be in
5674the source language @var{language}.
5675
5676@item info extensions
5677List all the filename extensions and the associated languages.
5678@end table
5679
6d2ebf8b 5680@node Checks
c906108c
SS
5681@section Type and range checking
5682
5683@quotation
5684@emph{Warning:} In this release, the @value{GDBN} commands for type and range
5685checking are included, but they do not yet have any effect. This
5686section documents the intended facilities.
5687@end quotation
5688@c FIXME remove warning when type/range code added
5689
5690Some languages are designed to guard you against making seemingly common
5691errors through a series of compile- and run-time checks. These include
5692checking the type of arguments to functions and operators, and making
5693sure mathematical overflows are caught at run time. Checks such as
5694these help to ensure a program's correctness once it has been compiled
5695by eliminating type mismatches, and providing active checks for range
5696errors when your program is running.
5697
5698@value{GDBN} can check for conditions like the above if you wish.
5699Although @value{GDBN} does not check the statements in your program, it
5700can check expressions entered directly into @value{GDBN} for evaluation via
5701the @code{print} command, for example. As with the working language,
5702@value{GDBN} can also decide whether or not to check automatically based on
5703your program's source language. @xref{Support, ,Supported languages},
5704for the default settings of supported languages.
5705
5706@menu
5707* Type Checking:: An overview of type checking
5708* Range Checking:: An overview of range checking
5709@end menu
5710
5711@cindex type checking
5712@cindex checks, type
6d2ebf8b 5713@node Type Checking
c906108c
SS
5714@subsection An overview of type checking
5715
5716Some languages, such as Modula-2, are strongly typed, meaning that the
5717arguments to operators and functions have to be of the correct type,
5718otherwise an error occurs. These checks prevent type mismatch
5719errors from ever causing any run-time problems. For example,
5720
5721@smallexample
57221 + 2 @result{} 3
5723@exdent but
5724@error{} 1 + 2.3
5725@end smallexample
5726
5727The second example fails because the @code{CARDINAL} 1 is not
5728type-compatible with the @code{REAL} 2.3.
5729
5d161b24
DB
5730For the expressions you use in @value{GDBN} commands, you can tell the
5731@value{GDBN} type checker to skip checking;
5732to treat any mismatches as errors and abandon the expression;
5733or to only issue warnings when type mismatches occur,
c906108c
SS
5734but evaluate the expression anyway. When you choose the last of
5735these, @value{GDBN} evaluates expressions like the second example above, but
5736also issues a warning.
5737
5d161b24
DB
5738Even if you turn type checking off, there may be other reasons
5739related to type that prevent @value{GDBN} from evaluating an expression.
5740For instance, @value{GDBN} does not know how to add an @code{int} and
5741a @code{struct foo}. These particular type errors have nothing to do
5742with the language in use, and usually arise from expressions, such as
c906108c
SS
5743the one described above, which make little sense to evaluate anyway.
5744
5745Each language defines to what degree it is strict about type. For
5746instance, both Modula-2 and C require the arguments to arithmetical
5747operators to be numbers. In C, enumerated types and pointers can be
5748represented as numbers, so that they are valid arguments to mathematical
5749operators. @xref{Support, ,Supported languages}, for further
5750details on specific languages.
5751
5752@value{GDBN} provides some additional commands for controlling the type checker:
5753
d4f3574e 5754@kindex set check@r{, type}
c906108c
SS
5755@kindex set check type
5756@kindex show check type
5757@table @code
5758@item set check type auto
5759Set type checking on or off based on the current working language.
5760@xref{Support, ,Supported languages}, for the default settings for
5761each language.
5762
5763@item set check type on
5764@itemx set check type off
5765Set type checking on or off, overriding the default setting for the
5766current working language. Issue a warning if the setting does not
5767match the language default. If any type mismatches occur in
d4f3574e 5768evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
5769message and aborts evaluation of the expression.
5770
5771@item set check type warn
5772Cause the type checker to issue warnings, but to always attempt to
5773evaluate the expression. Evaluating the expression may still
5774be impossible for other reasons. For example, @value{GDBN} cannot add
5775numbers and structures.
5776
5777@item show type
5d161b24 5778Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
5779is setting it automatically.
5780@end table
5781
5782@cindex range checking
5783@cindex checks, range
6d2ebf8b 5784@node Range Checking
c906108c
SS
5785@subsection An overview of range checking
5786
5787In some languages (such as Modula-2), it is an error to exceed the
5788bounds of a type; this is enforced with run-time checks. Such range
5789checking is meant to ensure program correctness by making sure
5790computations do not overflow, or indices on an array element access do
5791not exceed the bounds of the array.
5792
5793For expressions you use in @value{GDBN} commands, you can tell
5794@value{GDBN} to treat range errors in one of three ways: ignore them,
5795always treat them as errors and abandon the expression, or issue
5796warnings but evaluate the expression anyway.
5797
5798A range error can result from numerical overflow, from exceeding an
5799array index bound, or when you type a constant that is not a member
5800of any type. Some languages, however, do not treat overflows as an
5801error. In many implementations of C, mathematical overflow causes the
5802result to ``wrap around'' to lower values---for example, if @var{m} is
5803the largest integer value, and @var{s} is the smallest, then
5804
5805@example
5806@var{m} + 1 @result{} @var{s}
5807@end example
5808
5809This, too, is specific to individual languages, and in some cases
5810specific to individual compilers or machines. @xref{Support, ,
5811Supported languages}, for further details on specific languages.
5812
5813@value{GDBN} provides some additional commands for controlling the range checker:
5814
d4f3574e 5815@kindex set check@r{, range}
c906108c
SS
5816@kindex set check range
5817@kindex show check range
5818@table @code
5819@item set check range auto
5820Set range checking on or off based on the current working language.
5821@xref{Support, ,Supported languages}, for the default settings for
5822each language.
5823
5824@item set check range on
5825@itemx set check range off
5826Set range checking on or off, overriding the default setting for the
5827current working language. A warning is issued if the setting does not
c3f6f71d
JM
5828match the language default. If a range error occurs and range checking is on,
5829then a message is printed and evaluation of the expression is aborted.
c906108c
SS
5830
5831@item set check range warn
5832Output messages when the @value{GDBN} range checker detects a range error,
5833but attempt to evaluate the expression anyway. Evaluating the
5834expression may still be impossible for other reasons, such as accessing
5835memory that the process does not own (a typical example from many Unix
5836systems).
5837
5838@item show range
5839Show the current setting of the range checker, and whether or not it is
5840being set automatically by @value{GDBN}.
5841@end table
c906108c 5842
6d2ebf8b 5843@node Support
c906108c 5844@section Supported languages
c906108c 5845
cce74817
JM
5846@value{GDBN} supports C, C++, Fortran, Java, Chill, assembly, and Modula-2.
5847@c This is false ...
c906108c
SS
5848Some @value{GDBN} features may be used in expressions regardless of the
5849language you use: the @value{GDBN} @code{@@} and @code{::} operators,
5850and the @samp{@{type@}addr} construct (@pxref{Expressions,
5851,Expressions}) can be used with the constructs of any supported
5852language.
5853
5854The following sections detail to what degree each source language is
5855supported by @value{GDBN}. These sections are not meant to be language
5856tutorials or references, but serve only as a reference guide to what the
5857@value{GDBN} expression parser accepts, and what input and output
5858formats should look like for different languages. There are many good
5859books written on each of these languages; please look to these for a
5860language reference or tutorial.
5861
c906108c 5862@menu
7a292a7a 5863* C:: C and C++
cce74817 5864* Modula-2:: Modula-2
104c1213 5865* Chill:: Chill
c906108c
SS
5866@end menu
5867
6d2ebf8b 5868@node C
c906108c 5869@subsection C and C++
7a292a7a 5870
c906108c
SS
5871@cindex C and C++
5872@cindex expressions in C or C++
c906108c
SS
5873
5874Since C and C++ are so closely related, many features of @value{GDBN} apply
5875to both languages. Whenever this is the case, we discuss those languages
5876together.
5877
41afff9a
EZ
5878@cindex C@t{++}
5879@cindex @code{g++}, @sc{gnu} C@t{++} compiler
c906108c
SS
5880@cindex @sc{gnu} C++
5881The C++ debugging facilities are jointly implemented by the C++
5882compiler and @value{GDBN}. Therefore, to debug your C++ code
5883effectively, you must compile your C++ programs with a supported
5884C++ compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C++
5885compiler (@code{aCC}).
5886
5887For best results when using @sc{gnu} C++, use the stabs debugging
5888format. You can select that format explicitly with the @code{g++}
5889command-line options @samp{-gstabs} or @samp{-gstabs+}. See
5890@ref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
5891CC, gcc.info, Using @sc{gnu} CC}, for more information.
c906108c 5892
c906108c
SS
5893@menu
5894* C Operators:: C and C++ operators
5895* C Constants:: C and C++ constants
7a292a7a 5896* C plus plus expressions:: C++ expressions
c906108c 5897* C Defaults:: Default settings for C and C++
c906108c 5898* C Checks:: C and C++ type and range checks
c906108c
SS
5899* Debugging C:: @value{GDBN} and C
5900* Debugging C plus plus:: @value{GDBN} features for C++
5901@end menu
c906108c 5902
6d2ebf8b 5903@node C Operators
c906108c 5904@subsubsection C and C++ operators
7a292a7a
SS
5905
5906@cindex C and C++ operators
c906108c
SS
5907
5908Operators must be defined on values of specific types. For instance,
5909@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 5910often defined on groups of types.
c906108c 5911
c906108c 5912For the purposes of C and C++, the following definitions hold:
c906108c
SS
5913
5914@itemize @bullet
53a5351d 5915
c906108c 5916@item
c906108c
SS
5917@emph{Integral types} include @code{int} with any of its storage-class
5918specifiers; @code{char}; @code{enum}; and, for C++, @code{bool}.
c906108c
SS
5919
5920@item
d4f3574e
SS
5921@emph{Floating-point types} include @code{float}, @code{double}, and
5922@code{long double} (if supported by the target platform).
c906108c
SS
5923
5924@item
53a5351d 5925@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
5926
5927@item
5928@emph{Scalar types} include all of the above.
53a5351d 5929
c906108c
SS
5930@end itemize
5931
5932@noindent
5933The following operators are supported. They are listed here
5934in order of increasing precedence:
5935
5936@table @code
5937@item ,
5938The comma or sequencing operator. Expressions in a comma-separated list
5939are evaluated from left to right, with the result of the entire
5940expression being the last expression evaluated.
5941
5942@item =
5943Assignment. The value of an assignment expression is the value
5944assigned. Defined on scalar types.
5945
5946@item @var{op}=
5947Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
5948and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 5949@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
5950@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
5951@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
5952
5953@item ?:
5954The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
5955of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
5956integral type.
5957
5958@item ||
5959Logical @sc{or}. Defined on integral types.
5960
5961@item &&
5962Logical @sc{and}. Defined on integral types.
5963
5964@item |
5965Bitwise @sc{or}. Defined on integral types.
5966
5967@item ^
5968Bitwise exclusive-@sc{or}. Defined on integral types.
5969
5970@item &
5971Bitwise @sc{and}. Defined on integral types.
5972
5973@item ==@r{, }!=
5974Equality and inequality. Defined on scalar types. The value of these
5975expressions is 0 for false and non-zero for true.
5976
5977@item <@r{, }>@r{, }<=@r{, }>=
5978Less than, greater than, less than or equal, greater than or equal.
5979Defined on scalar types. The value of these expressions is 0 for false
5980and non-zero for true.
5981
5982@item <<@r{, }>>
5983left shift, and right shift. Defined on integral types.
5984
5985@item @@
5986The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
5987
5988@item +@r{, }-
5989Addition and subtraction. Defined on integral types, floating-point types and
5990pointer types.
5991
5992@item *@r{, }/@r{, }%
5993Multiplication, division, and modulus. Multiplication and division are
5994defined on integral and floating-point types. Modulus is defined on
5995integral types.
5996
5997@item ++@r{, }--
5998Increment and decrement. When appearing before a variable, the
5999operation is performed before the variable is used in an expression;
6000when appearing after it, the variable's value is used before the
6001operation takes place.
6002
6003@item *
6004Pointer dereferencing. Defined on pointer types. Same precedence as
6005@code{++}.
6006
6007@item &
6008Address operator. Defined on variables. Same precedence as @code{++}.
6009
c906108c
SS
6010For debugging C++, @value{GDBN} implements a use of @samp{&} beyond what is
6011allowed in the C++ language itself: you can use @samp{&(&@var{ref})}
6012(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
6013where a C++ reference variable (declared with @samp{&@var{ref}}) is
6014stored.
c906108c
SS
6015
6016@item -
6017Negative. Defined on integral and floating-point types. Same
6018precedence as @code{++}.
6019
6020@item !
6021Logical negation. Defined on integral types. Same precedence as
6022@code{++}.
6023
6024@item ~
6025Bitwise complement operator. Defined on integral types. Same precedence as
6026@code{++}.
6027
6028
6029@item .@r{, }->
6030Structure member, and pointer-to-structure member. For convenience,
6031@value{GDBN} regards the two as equivalent, choosing whether to dereference a
6032pointer based on the stored type information.
6033Defined on @code{struct} and @code{union} data.
6034
c906108c
SS
6035@item .*@r{, }->*
6036Dereferences of pointers to members.
c906108c
SS
6037
6038@item []
6039Array indexing. @code{@var{a}[@var{i}]} is defined as
6040@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
6041
6042@item ()
6043Function parameter list. Same precedence as @code{->}.
6044
c906108c 6045@item ::
7a292a7a
SS
6046C++ scope resolution operator. Defined on @code{struct}, @code{union},
6047and @code{class} types.
c906108c
SS
6048
6049@item ::
7a292a7a
SS
6050Doubled colons also represent the @value{GDBN} scope operator
6051(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
6052above.
c906108c
SS
6053@end table
6054
c906108c
SS
6055If an operator is redefined in the user code, @value{GDBN} usually
6056attempts to invoke the redefined version instead of using the operator's
6057predefined meaning.
c906108c 6058
c906108c 6059@menu
5d161b24 6060* C Constants::
c906108c
SS
6061@end menu
6062
6d2ebf8b 6063@node C Constants
c906108c 6064@subsubsection C and C++ constants
c906108c
SS
6065
6066@cindex C and C++ constants
c906108c 6067
7a292a7a 6068@value{GDBN} allows you to express the constants of C and C++ in the
c906108c 6069following ways:
c906108c
SS
6070
6071@itemize @bullet
6072@item
6073Integer constants are a sequence of digits. Octal constants are
6074specified by a leading @samp{0} (i.e. zero), and hexadecimal constants by
6075a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
6076@samp{l}, specifying that the constant should be treated as a
6077@code{long} value.
6078
6079@item
6080Floating point constants are a sequence of digits, followed by a decimal
6081point, followed by a sequence of digits, and optionally followed by an
6082exponent. An exponent is of the form:
6083@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
6084sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
6085A floating-point constant may also end with a letter @samp{f} or
6086@samp{F}, specifying that the constant should be treated as being of
6087the @code{float} (as opposed to the default @code{double}) type; or with
6088a letter @samp{l} or @samp{L}, which specifies a @code{long double}
6089constant.
c906108c
SS
6090
6091@item
6092Enumerated constants consist of enumerated identifiers, or their
6093integral equivalents.
6094
6095@item
6096Character constants are a single character surrounded by single quotes
6097(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 6098(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
6099be represented by a letter or by @dfn{escape sequences}, which are of
6100the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
6101of the character's ordinal value; or of the form @samp{\@var{x}}, where
6102@samp{@var{x}} is a predefined special character---for example,
6103@samp{\n} for newline.
6104
6105@item
96a2c332
SS
6106String constants are a sequence of character constants surrounded by
6107double quotes (@code{"}). Any valid character constant (as described
6108above) may appear. Double quotes within the string must be preceded by
6109a backslash, so for instance @samp{"a\"b'c"} is a string of five
6110characters.
c906108c
SS
6111
6112@item
6113Pointer constants are an integral value. You can also write pointers
6114to constants using the C operator @samp{&}.
6115
6116@item
6117Array constants are comma-separated lists surrounded by braces @samp{@{}
6118and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
6119integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
6120and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
6121@end itemize
6122
c906108c 6123@menu
5d161b24
DB
6124* C plus plus expressions::
6125* C Defaults::
6126* C Checks::
c906108c 6127
5d161b24 6128* Debugging C::
c906108c
SS
6129@end menu
6130
6d2ebf8b 6131@node C plus plus expressions
c906108c 6132@subsubsection C++ expressions
c906108c
SS
6133
6134@cindex expressions in C++
6135@value{GDBN} expression handling can interpret most C++ expressions.
6136
c906108c
SS
6137@cindex C++ support, not in @sc{coff}
6138@cindex @sc{coff} versus C++
6139@cindex C++ and object formats
6140@cindex object formats and C++
6141@cindex a.out and C++
6142@cindex @sc{ecoff} and C++
6143@cindex @sc{xcoff} and C++
6144@cindex @sc{elf}/stabs and C++
6145@cindex @sc{elf}/@sc{dwarf} and C++
6146@c FIXME!! GDB may eventually be able to debug C++ using DWARF; check
6147@c periodically whether this has happened...
6148@quotation
6149@emph{Warning:} @value{GDBN} can only debug C++ code if you use the
6150proper compiler. Typically, C++ debugging depends on the use of
6151additional debugging information in the symbol table, and thus requires
6152special support. In particular, if your compiler generates a.out, MIPS
6153@sc{ecoff}, RS/6000 @sc{xcoff}, or @sc{elf} with stabs extensions to the
6154symbol table, these facilities are all available. (With @sc{gnu} CC,
6155you can use the @samp{-gstabs} option to request stabs debugging
6156extensions explicitly.) Where the object code format is standard
6157@sc{coff} or @sc{dwarf} in @sc{elf}, on the other hand, most of the C++
6158support in @value{GDBN} does @emph{not} work.
6159@end quotation
c906108c
SS
6160
6161@enumerate
6162
6163@cindex member functions
6164@item
6165Member function calls are allowed; you can use expressions like
6166
6167@example
6168count = aml->GetOriginal(x, y)
6169@end example
6170
41afff9a 6171@vindex this@r{, inside C@t{++} member functions}
c906108c
SS
6172@cindex namespace in C++
6173@item
6174While a member function is active (in the selected stack frame), your
6175expressions have the same namespace available as the member function;
6176that is, @value{GDBN} allows implicit references to the class instance
6177pointer @code{this} following the same rules as C++.
6178
c906108c 6179@cindex call overloaded functions
d4f3574e 6180@cindex overloaded functions, calling
c906108c
SS
6181@cindex type conversions in C++
6182@item
6183You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 6184call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
6185perform overload resolution involving user-defined type conversions,
6186calls to constructors, or instantiations of templates that do not exist
6187in the program. It also cannot handle ellipsis argument lists or
6188default arguments.
6189
6190It does perform integral conversions and promotions, floating-point
6191promotions, arithmetic conversions, pointer conversions, conversions of
6192class objects to base classes, and standard conversions such as those of
6193functions or arrays to pointers; it requires an exact match on the
6194number of function arguments.
6195
6196Overload resolution is always performed, unless you have specified
6197@code{set overload-resolution off}. @xref{Debugging C plus plus,
6198,@value{GDBN} features for C++}.
6199
d4f3574e 6200You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
6201explicit function signature to call an overloaded function, as in
6202@smallexample
6203p 'foo(char,int)'('x', 13)
6204@end smallexample
d4f3574e 6205
c906108c 6206The @value{GDBN} command-completion facility can simplify this;
d4f3574e 6207see @ref{Completion, ,Command completion}.
c906108c 6208
c906108c
SS
6209@cindex reference declarations
6210@item
5d161b24 6211@value{GDBN} understands variables declared as C++ references; you can use
c906108c
SS
6212them in expressions just as you do in C++ source---they are automatically
6213dereferenced.
6214
6215In the parameter list shown when @value{GDBN} displays a frame, the values of
6216reference variables are not displayed (unlike other variables); this
6217avoids clutter, since references are often used for large structures.
6218The @emph{address} of a reference variable is always shown, unless
6219you have specified @samp{set print address off}.
6220
6221@item
6222@value{GDBN} supports the C++ name resolution operator @code{::}---your
6223expressions can use it just as expressions in your program do. Since
6224one scope may be defined in another, you can use @code{::} repeatedly if
6225necessary, for example in an expression like
6226@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
6227resolving name scope by reference to source files, in both C and C++
6228debugging (@pxref{Variables, ,Program variables}).
6229@end enumerate
6230
53a5351d
JM
6231In addition, when used with HP's C++ compiler, @value{GDBN} supports
6232calling virtual functions correctly, printing out virtual bases of
6233objects, calling functions in a base subobject, casting objects, and
6234invoking user-defined operators.
c906108c 6235
6d2ebf8b 6236@node C Defaults
c906108c 6237@subsubsection C and C++ defaults
7a292a7a 6238
c906108c
SS
6239@cindex C and C++ defaults
6240
c906108c
SS
6241If you allow @value{GDBN} to set type and range checking automatically, they
6242both default to @code{off} whenever the working language changes to
6243C or C++. This happens regardless of whether you or @value{GDBN}
6244selects the working language.
c906108c
SS
6245
6246If you allow @value{GDBN} to set the language automatically, it
6247recognizes source files whose names end with @file{.c}, @file{.C}, or
6248@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
6249these files, it sets the working language to C or C++.
6250@xref{Automatically, ,Having @value{GDBN} infer the source language},
6251for further details.
6252
c906108c
SS
6253@c Type checking is (a) primarily motivated by Modula-2, and (b)
6254@c unimplemented. If (b) changes, it might make sense to let this node
6255@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 6256
6d2ebf8b 6257@node C Checks
c906108c 6258@subsubsection C and C++ type and range checks
7a292a7a 6259
c906108c
SS
6260@cindex C and C++ checks
6261
6262By default, when @value{GDBN} parses C or C++ expressions, type checking
6263is not used. However, if you turn type checking on, @value{GDBN}
6264considers two variables type equivalent if:
6265
6266@itemize @bullet
6267@item
6268The two variables are structured and have the same structure, union, or
6269enumerated tag.
6270
6271@item
6272The two variables have the same type name, or types that have been
6273declared equivalent through @code{typedef}.
6274
6275@ignore
6276@c leaving this out because neither J Gilmore nor R Pesch understand it.
6277@c FIXME--beers?
6278@item
6279The two @code{struct}, @code{union}, or @code{enum} variables are
6280declared in the same declaration. (Note: this may not be true for all C
6281compilers.)
6282@end ignore
6283@end itemize
6284
6285Range checking, if turned on, is done on mathematical operations. Array
6286indices are not checked, since they are often used to index a pointer
6287that is not itself an array.
c906108c 6288
6d2ebf8b 6289@node Debugging C
c906108c 6290@subsubsection @value{GDBN} and C
c906108c
SS
6291
6292The @code{set print union} and @code{show print union} commands apply to
6293the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
6294inside a @code{struct} or @code{class} is also printed. Otherwise, it
6295appears as @samp{@{...@}}.
c906108c
SS
6296
6297The @code{@@} operator aids in the debugging of dynamic arrays, formed
6298with pointers and a memory allocation function. @xref{Expressions,
6299,Expressions}.
6300
c906108c 6301@menu
5d161b24 6302* Debugging C plus plus::
c906108c
SS
6303@end menu
6304
6d2ebf8b 6305@node Debugging C plus plus
c906108c 6306@subsubsection @value{GDBN} features for C++
c906108c
SS
6307
6308@cindex commands for C++
7a292a7a 6309
c906108c
SS
6310Some @value{GDBN} commands are particularly useful with C++, and some are
6311designed specifically for use with C++. Here is a summary:
6312
6313@table @code
6314@cindex break in overloaded functions
6315@item @r{breakpoint menus}
6316When you want a breakpoint in a function whose name is overloaded,
6317@value{GDBN} breakpoint menus help you specify which function definition
6318you want. @xref{Breakpoint Menus,,Breakpoint menus}.
6319
6320@cindex overloading in C++
6321@item rbreak @var{regex}
6322Setting breakpoints using regular expressions is helpful for setting
6323breakpoints on overloaded functions that are not members of any special
6324classes.
6325@xref{Set Breaks, ,Setting breakpoints}.
6326
6327@cindex C++ exception handling
6328@item catch throw
6329@itemx catch catch
6330Debug C++ exception handling using these commands. @xref{Set
6331Catchpoints, , Setting catchpoints}.
6332
6333@cindex inheritance
6334@item ptype @var{typename}
6335Print inheritance relationships as well as other information for type
6336@var{typename}.
6337@xref{Symbols, ,Examining the Symbol Table}.
6338
6339@cindex C++ symbol display
6340@item set print demangle
6341@itemx show print demangle
6342@itemx set print asm-demangle
6343@itemx show print asm-demangle
6344Control whether C++ symbols display in their source form, both when
6345displaying code as C++ source and when displaying disassemblies.
6346@xref{Print Settings, ,Print settings}.
6347
6348@item set print object
6349@itemx show print object
6350Choose whether to print derived (actual) or declared types of objects.
6351@xref{Print Settings, ,Print settings}.
6352
6353@item set print vtbl
6354@itemx show print vtbl
6355Control the format for printing virtual function tables.
6356@xref{Print Settings, ,Print settings}.
c906108c
SS
6357(The @code{vtbl} commands do not work on programs compiled with the HP
6358ANSI C++ compiler (@code{aCC}).)
6359
6360@kindex set overload-resolution
d4f3574e 6361@cindex overloaded functions, overload resolution
c906108c
SS
6362@item set overload-resolution on
6363Enable overload resolution for C++ expression evaluation. The default
6364is on. For overloaded functions, @value{GDBN} evaluates the arguments
6365and searches for a function whose signature matches the argument types,
d4f3574e
SS
6366using the standard C++ conversion rules (see @ref{C plus plus expressions, ,C++
6367expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
6368message.
6369
6370@item set overload-resolution off
6371Disable overload resolution for C++ expression evaluation. For
6372overloaded functions that are not class member functions, @value{GDBN}
6373chooses the first function of the specified name that it finds in the
6374symbol table, whether or not its arguments are of the correct type. For
6375overloaded functions that are class member functions, @value{GDBN}
6376searches for a function whose signature @emph{exactly} matches the
6377argument types.
c906108c
SS
6378
6379@item @r{Overloaded symbol names}
6380You can specify a particular definition of an overloaded symbol, using
6381the same notation that is used to declare such symbols in C++: type
6382@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
6383also use the @value{GDBN} command-line word completion facilities to list the
6384available choices, or to finish the type list for you.
6385@xref{Completion,, Command completion}, for details on how to do this.
6386@end table
c906108c 6387
6d2ebf8b 6388@node Modula-2
c906108c 6389@subsection Modula-2
7a292a7a 6390
d4f3574e 6391@cindex Modula-2, @value{GDBN} support
c906108c
SS
6392
6393The extensions made to @value{GDBN} to support Modula-2 only support
6394output from the @sc{gnu} Modula-2 compiler (which is currently being
6395developed). Other Modula-2 compilers are not currently supported, and
6396attempting to debug executables produced by them is most likely
6397to give an error as @value{GDBN} reads in the executable's symbol
6398table.
6399
6400@cindex expressions in Modula-2
6401@menu
6402* M2 Operators:: Built-in operators
6403* Built-In Func/Proc:: Built-in functions and procedures
6404* M2 Constants:: Modula-2 constants
6405* M2 Defaults:: Default settings for Modula-2
6406* Deviations:: Deviations from standard Modula-2
6407* M2 Checks:: Modula-2 type and range checks
6408* M2 Scope:: The scope operators @code{::} and @code{.}
6409* GDB/M2:: @value{GDBN} and Modula-2
6410@end menu
6411
6d2ebf8b 6412@node M2 Operators
c906108c
SS
6413@subsubsection Operators
6414@cindex Modula-2 operators
6415
6416Operators must be defined on values of specific types. For instance,
6417@code{+} is defined on numbers, but not on structures. Operators are
6418often defined on groups of types. For the purposes of Modula-2, the
6419following definitions hold:
6420
6421@itemize @bullet
6422
6423@item
6424@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
6425their subranges.
6426
6427@item
6428@emph{Character types} consist of @code{CHAR} and its subranges.
6429
6430@item
6431@emph{Floating-point types} consist of @code{REAL}.
6432
6433@item
6434@emph{Pointer types} consist of anything declared as @code{POINTER TO
6435@var{type}}.
6436
6437@item
6438@emph{Scalar types} consist of all of the above.
6439
6440@item
6441@emph{Set types} consist of @code{SET} and @code{BITSET} types.
6442
6443@item
6444@emph{Boolean types} consist of @code{BOOLEAN}.
6445@end itemize
6446
6447@noindent
6448The following operators are supported, and appear in order of
6449increasing precedence:
6450
6451@table @code
6452@item ,
6453Function argument or array index separator.
6454
6455@item :=
6456Assignment. The value of @var{var} @code{:=} @var{value} is
6457@var{value}.
6458
6459@item <@r{, }>
6460Less than, greater than on integral, floating-point, or enumerated
6461types.
6462
6463@item <=@r{, }>=
96a2c332 6464Less than or equal to, greater than or equal to
c906108c
SS
6465on integral, floating-point and enumerated types, or set inclusion on
6466set types. Same precedence as @code{<}.
6467
6468@item =@r{, }<>@r{, }#
6469Equality and two ways of expressing inequality, valid on scalar types.
6470Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
6471available for inequality, since @code{#} conflicts with the script
6472comment character.
6473
6474@item IN
6475Set membership. Defined on set types and the types of their members.
6476Same precedence as @code{<}.
6477
6478@item OR
6479Boolean disjunction. Defined on boolean types.
6480
6481@item AND@r{, }&
d4f3574e 6482Boolean conjunction. Defined on boolean types.
c906108c
SS
6483
6484@item @@
6485The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
6486
6487@item +@r{, }-
6488Addition and subtraction on integral and floating-point types, or union
6489and difference on set types.
6490
6491@item *
6492Multiplication on integral and floating-point types, or set intersection
6493on set types.
6494
6495@item /
6496Division on floating-point types, or symmetric set difference on set
6497types. Same precedence as @code{*}.
6498
6499@item DIV@r{, }MOD
6500Integer division and remainder. Defined on integral types. Same
6501precedence as @code{*}.
6502
6503@item -
6504Negative. Defined on @code{INTEGER} and @code{REAL} data.
6505
6506@item ^
6507Pointer dereferencing. Defined on pointer types.
6508
6509@item NOT
6510Boolean negation. Defined on boolean types. Same precedence as
6511@code{^}.
6512
6513@item .
6514@code{RECORD} field selector. Defined on @code{RECORD} data. Same
6515precedence as @code{^}.
6516
6517@item []
6518Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
6519
6520@item ()
6521Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
6522as @code{^}.
6523
6524@item ::@r{, }.
6525@value{GDBN} and Modula-2 scope operators.
6526@end table
6527
6528@quotation
6529@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
6530treats the use of the operator @code{IN}, or the use of operators
6531@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
6532@code{<=}, and @code{>=} on sets as an error.
6533@end quotation
6534
6535@cindex Modula-2 built-ins
6d2ebf8b 6536@node Built-In Func/Proc
c906108c
SS
6537@subsubsection Built-in functions and procedures
6538
6539Modula-2 also makes available several built-in procedures and functions.
6540In describing these, the following metavariables are used:
6541
6542@table @var
6543
6544@item a
6545represents an @code{ARRAY} variable.
6546
6547@item c
6548represents a @code{CHAR} constant or variable.
6549
6550@item i
6551represents a variable or constant of integral type.
6552
6553@item m
6554represents an identifier that belongs to a set. Generally used in the
6555same function with the metavariable @var{s}. The type of @var{s} should
6556be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
6557
6558@item n
6559represents a variable or constant of integral or floating-point type.
6560
6561@item r
6562represents a variable or constant of floating-point type.
6563
6564@item t
6565represents a type.
6566
6567@item v
6568represents a variable.
6569
6570@item x
6571represents a variable or constant of one of many types. See the
6572explanation of the function for details.
6573@end table
6574
6575All Modula-2 built-in procedures also return a result, described below.
6576
6577@table @code
6578@item ABS(@var{n})
6579Returns the absolute value of @var{n}.
6580
6581@item CAP(@var{c})
6582If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 6583equivalent, otherwise it returns its argument.
c906108c
SS
6584
6585@item CHR(@var{i})
6586Returns the character whose ordinal value is @var{i}.
6587
6588@item DEC(@var{v})
c3f6f71d 6589Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
6590
6591@item DEC(@var{v},@var{i})
6592Decrements the value in the variable @var{v} by @var{i}. Returns the
6593new value.
6594
6595@item EXCL(@var{m},@var{s})
6596Removes the element @var{m} from the set @var{s}. Returns the new
6597set.
6598
6599@item FLOAT(@var{i})
6600Returns the floating point equivalent of the integer @var{i}.
6601
6602@item HIGH(@var{a})
6603Returns the index of the last member of @var{a}.
6604
6605@item INC(@var{v})
c3f6f71d 6606Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
6607
6608@item INC(@var{v},@var{i})
6609Increments the value in the variable @var{v} by @var{i}. Returns the
6610new value.
6611
6612@item INCL(@var{m},@var{s})
6613Adds the element @var{m} to the set @var{s} if it is not already
6614there. Returns the new set.
6615
6616@item MAX(@var{t})
6617Returns the maximum value of the type @var{t}.
6618
6619@item MIN(@var{t})
6620Returns the minimum value of the type @var{t}.
6621
6622@item ODD(@var{i})
6623Returns boolean TRUE if @var{i} is an odd number.
6624
6625@item ORD(@var{x})
6626Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
6627value of a character is its @sc{ascii} value (on machines supporting the
6628@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
6629integral, character and enumerated types.
6630
6631@item SIZE(@var{x})
6632Returns the size of its argument. @var{x} can be a variable or a type.
6633
6634@item TRUNC(@var{r})
6635Returns the integral part of @var{r}.
6636
6637@item VAL(@var{t},@var{i})
6638Returns the member of the type @var{t} whose ordinal value is @var{i}.
6639@end table
6640
6641@quotation
6642@emph{Warning:} Sets and their operations are not yet supported, so
6643@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
6644an error.
6645@end quotation
6646
6647@cindex Modula-2 constants
6d2ebf8b 6648@node M2 Constants
c906108c
SS
6649@subsubsection Constants
6650
6651@value{GDBN} allows you to express the constants of Modula-2 in the following
6652ways:
6653
6654@itemize @bullet
6655
6656@item
6657Integer constants are simply a sequence of digits. When used in an
6658expression, a constant is interpreted to be type-compatible with the
6659rest of the expression. Hexadecimal integers are specified by a
6660trailing @samp{H}, and octal integers by a trailing @samp{B}.
6661
6662@item
6663Floating point constants appear as a sequence of digits, followed by a
6664decimal point and another sequence of digits. An optional exponent can
6665then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
6666@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
6667digits of the floating point constant must be valid decimal (base 10)
6668digits.
6669
6670@item
6671Character constants consist of a single character enclosed by a pair of
6672like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 6673also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
6674followed by a @samp{C}.
6675
6676@item
6677String constants consist of a sequence of characters enclosed by a
6678pair of like quotes, either single (@code{'}) or double (@code{"}).
6679Escape sequences in the style of C are also allowed. @xref{C
6680Constants, ,C and C++ constants}, for a brief explanation of escape
6681sequences.
6682
6683@item
6684Enumerated constants consist of an enumerated identifier.
6685
6686@item
6687Boolean constants consist of the identifiers @code{TRUE} and
6688@code{FALSE}.
6689
6690@item
6691Pointer constants consist of integral values only.
6692
6693@item
6694Set constants are not yet supported.
6695@end itemize
6696
6d2ebf8b 6697@node M2 Defaults
c906108c
SS
6698@subsubsection Modula-2 defaults
6699@cindex Modula-2 defaults
6700
6701If type and range checking are set automatically by @value{GDBN}, they
6702both default to @code{on} whenever the working language changes to
d4f3574e 6703Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
6704selected the working language.
6705
6706If you allow @value{GDBN} to set the language automatically, then entering
6707code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 6708working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
6709the language automatically}, for further details.
6710
6d2ebf8b 6711@node Deviations
c906108c
SS
6712@subsubsection Deviations from standard Modula-2
6713@cindex Modula-2, deviations from
6714
6715A few changes have been made to make Modula-2 programs easier to debug.
6716This is done primarily via loosening its type strictness:
6717
6718@itemize @bullet
6719@item
6720Unlike in standard Modula-2, pointer constants can be formed by
6721integers. This allows you to modify pointer variables during
6722debugging. (In standard Modula-2, the actual address contained in a
6723pointer variable is hidden from you; it can only be modified
6724through direct assignment to another pointer variable or expression that
6725returned a pointer.)
6726
6727@item
6728C escape sequences can be used in strings and characters to represent
6729non-printable characters. @value{GDBN} prints out strings with these
6730escape sequences embedded. Single non-printable characters are
6731printed using the @samp{CHR(@var{nnn})} format.
6732
6733@item
6734The assignment operator (@code{:=}) returns the value of its right-hand
6735argument.
6736
6737@item
6738All built-in procedures both modify @emph{and} return their argument.
6739@end itemize
6740
6d2ebf8b 6741@node M2 Checks
c906108c
SS
6742@subsubsection Modula-2 type and range checks
6743@cindex Modula-2 checks
6744
6745@quotation
6746@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
6747range checking.
6748@end quotation
6749@c FIXME remove warning when type/range checks added
6750
6751@value{GDBN} considers two Modula-2 variables type equivalent if:
6752
6753@itemize @bullet
6754@item
6755They are of types that have been declared equivalent via a @code{TYPE
6756@var{t1} = @var{t2}} statement
6757
6758@item
6759They have been declared on the same line. (Note: This is true of the
6760@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
6761@end itemize
6762
6763As long as type checking is enabled, any attempt to combine variables
6764whose types are not equivalent is an error.
6765
6766Range checking is done on all mathematical operations, assignment, array
6767index bounds, and all built-in functions and procedures.
6768
6d2ebf8b 6769@node M2 Scope
c906108c
SS
6770@subsubsection The scope operators @code{::} and @code{.}
6771@cindex scope
41afff9a 6772@cindex @code{.}, Modula-2 scope operator
c906108c
SS
6773@cindex colon, doubled as scope operator
6774@ifinfo
41afff9a 6775@vindex colon-colon@r{, in Modula-2}
c906108c
SS
6776@c Info cannot handle :: but TeX can.
6777@end ifinfo
6778@iftex
41afff9a 6779@vindex ::@r{, in Modula-2}
c906108c
SS
6780@end iftex
6781
6782There are a few subtle differences between the Modula-2 scope operator
6783(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
6784similar syntax:
6785
6786@example
6787
6788@var{module} . @var{id}
6789@var{scope} :: @var{id}
6790@end example
6791
6792@noindent
6793where @var{scope} is the name of a module or a procedure,
6794@var{module} the name of a module, and @var{id} is any declared
6795identifier within your program, except another module.
6796
6797Using the @code{::} operator makes @value{GDBN} search the scope
6798specified by @var{scope} for the identifier @var{id}. If it is not
6799found in the specified scope, then @value{GDBN} searches all scopes
6800enclosing the one specified by @var{scope}.
6801
6802Using the @code{.} operator makes @value{GDBN} search the current scope for
6803the identifier specified by @var{id} that was imported from the
6804definition module specified by @var{module}. With this operator, it is
6805an error if the identifier @var{id} was not imported from definition
6806module @var{module}, or if @var{id} is not an identifier in
6807@var{module}.
6808
6d2ebf8b 6809@node GDB/M2
c906108c
SS
6810@subsubsection @value{GDBN} and Modula-2
6811
6812Some @value{GDBN} commands have little use when debugging Modula-2 programs.
6813Five subcommands of @code{set print} and @code{show print} apply
6814specifically to C and C++: @samp{vtbl}, @samp{demangle},
6815@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
6816apply to C++, and the last to the C @code{union} type, which has no direct
6817analogue in Modula-2.
6818
6819The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 6820with any language, is not useful with Modula-2. Its
c906108c
SS
6821intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
6822created in Modula-2 as they can in C or C++. However, because an
6823address can be specified by an integral constant, the construct
d4f3574e 6824@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
6825
6826@cindex @code{#} in Modula-2
6827In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
6828interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 6829
6d2ebf8b 6830@node Chill
cce74817
JM
6831@subsection Chill
6832
6833The extensions made to @value{GDBN} to support Chill only support output
d4f3574e 6834from the @sc{gnu} Chill compiler. Other Chill compilers are not currently
cce74817
JM
6835supported, and attempting to debug executables produced by them is most
6836likely to give an error as @value{GDBN} reads in the executable's symbol
6837table.
6838
d4f3574e
SS
6839@c This used to say "... following Chill related topics ...", but since
6840@c menus are not shown in the printed manual, it would look awkward.
6841This section covers the Chill related topics and the features
cce74817
JM
6842of @value{GDBN} which support these topics.
6843
6844@menu
104c1213
JM
6845* How modes are displayed:: How modes are displayed
6846* Locations:: Locations and their accesses
cce74817 6847* Values and their Operations:: Values and their Operations
5d161b24 6848* Chill type and range checks::
53a5351d 6849* Chill defaults::
cce74817
JM
6850@end menu
6851
6d2ebf8b 6852@node How modes are displayed
cce74817
JM
6853@subsubsection How modes are displayed
6854
6855The Chill Datatype- (Mode) support of @value{GDBN} is directly related
d4f3574e 6856with the functionality of the @sc{gnu} Chill compiler, and therefore deviates
cce74817
JM
6857slightly from the standard specification of the Chill language. The
6858provided modes are:
d4f3574e
SS
6859
6860@c FIXME: this @table's contents effectively disable @code by using @r
6861@c on every @item. So why does it need @code?
cce74817
JM
6862@table @code
6863@item @r{@emph{Discrete modes:}}
6864@itemize @bullet
6865@item
6866@emph{Integer Modes} which are predefined by @code{BYTE, UBYTE, INT,
6867UINT, LONG, ULONG},
6868@item
5d161b24 6869@emph{Boolean Mode} which is predefined by @code{BOOL},
cce74817 6870@item
5d161b24 6871@emph{Character Mode} which is predefined by @code{CHAR},
cce74817
JM
6872@item
6873@emph{Set Mode} which is displayed by the keyword @code{SET}.
6874@smallexample
6875(@value{GDBP}) ptype x
6876type = SET (karli = 10, susi = 20, fritzi = 100)
6877@end smallexample
6878If the type is an unnumbered set the set element values are omitted.
6879@item
6d2ebf8b
SS
6880@emph{Range Mode} which is displayed by
6881@smallexample
6882@code{type = <basemode>(<lower bound> : <upper bound>)}
6883@end smallexample
6884where @code{<lower bound>, <upper bound>} can be of any discrete literal
6885expression (e.g. set element names).
cce74817
JM
6886@end itemize
6887
6888@item @r{@emph{Powerset Mode:}}
6889A Powerset Mode is displayed by the keyword @code{POWERSET} followed by
d4f3574e 6890the member mode of the powerset. The member mode can be any discrete mode.
cce74817
JM
6891@smallexample
6892(@value{GDBP}) ptype x
6893type = POWERSET SET (egon, hugo, otto)
6894@end smallexample
6895
6896@item @r{@emph{Reference Modes:}}
6897@itemize @bullet
6898@item
d4f3574e 6899@emph{Bound Reference Mode} which is displayed by the keyword @code{REF}
cce74817
JM
6900followed by the mode name to which the reference is bound.
6901@item
6902@emph{Free Reference Mode} which is displayed by the keyword @code{PTR}.
6903@end itemize
6904
6905@item @r{@emph{Procedure mode}}
6906The procedure mode is displayed by @code{type = PROC(<parameter list>)
6907<return mode> EXCEPTIONS (<exception list>)}. The @code{<parameter
d4f3574e
SS
6908list>} is a list of the parameter modes. @code{<return mode>} indicates
6909the mode of the result of the procedure if any. The exceptionlist lists
cce74817
JM
6910all possible exceptions which can be raised by the procedure.
6911
6912@ignore
6913@item @r{@emph{Instance mode}}
6914The instance mode is represented by a structure, which has a static
5d161b24 6915type, and is therefore not really of interest.
cce74817
JM
6916@end ignore
6917
5d161b24 6918@item @r{@emph{Synchronization Modes:}}
cce74817
JM
6919@itemize @bullet
6920@item
6d2ebf8b
SS
6921@emph{Event Mode} which is displayed by
6922@smallexample
6923@code{EVENT (<event length>)}
6924@end smallexample
cce74817
JM
6925where @code{(<event length>)} is optional.
6926@item
6d2ebf8b
SS
6927@emph{Buffer Mode} which is displayed by
6928@smallexample
6929@code{BUFFER (<buffer length>)<buffer element mode>}
6930@end smallexample
6931where @code{(<buffer length>)} is optional.
cce74817
JM
6932@end itemize
6933
5d161b24 6934@item @r{@emph{Timing Modes:}}
cce74817
JM
6935@itemize @bullet
6936@item
6937@emph{Duration Mode} which is predefined by @code{DURATION}
6938@item
6939@emph{Absolute Time Mode} which is predefined by @code{TIME}
6940@end itemize
6941
6942@item @r{@emph{Real Modes:}}
6943Real Modes are predefined with @code{REAL} and @code{LONG_REAL}.
6944
6945@item @r{@emph{String Modes:}}
6946@itemize @bullet
6947@item
6d2ebf8b
SS
6948@emph{Character String Mode} which is displayed by
6949@smallexample
6950@code{CHARS(<string length>)}
6951@end smallexample
6952followed by the keyword @code{VARYING} if the String Mode is a varying
6953mode
cce74817 6954@item
6d2ebf8b
SS
6955@emph{Bit String Mode} which is displayed by
6956@smallexample
6957@code{BOOLS(<string
6958length>)}
6959@end smallexample
cce74817
JM
6960@end itemize
6961
6962@item @r{@emph{Array Mode:}}
6963The Array Mode is displayed by the keyword @code{ARRAY(<range>)}
6964followed by the element mode (which may in turn be an array mode).
6965@smallexample
6966(@value{GDBP}) ptype x
5d161b24
DB
6967type = ARRAY (1:42)
6968 ARRAY (1:20)
cce74817
JM
6969 SET (karli = 10, susi = 20, fritzi = 100)
6970@end smallexample
6971
5d161b24 6972@item @r{@emph{Structure Mode}}
cce74817 6973The Structure mode is displayed by the keyword @code{STRUCT(<field
d4f3574e
SS
6974list>)}. The @code{<field list>} consists of names and modes of fields
6975of the structure. Variant structures have the keyword @code{CASE <field>
6976OF <variant fields> ESAC} in their field list. Since the current version
cce74817
JM
6977of the GNU Chill compiler doesn't implement tag processing (no runtime
6978checks of variant fields, and therefore no debugging info), the output
6979always displays all variant fields.
6980@smallexample
6981(@value{GDBP}) ptype str
6982type = STRUCT (
6983 as x,
6984 bs x,
6985 CASE bs OF
6986 (karli):
6987 cs a
6988 (ott):
6989 ds x
6990 ESAC
6991)
6992@end smallexample
6993@end table
6994
6d2ebf8b 6995@node Locations
cce74817
JM
6996@subsubsection Locations and their accesses
6997
6998A location in Chill is an object which can contain values.
6999
7000A value of a location is generally accessed by the (declared) name of
d4f3574e
SS
7001the location. The output conforms to the specification of values in
7002Chill programs. How values are specified
7003is the topic of the next section, @ref{Values and their Operations}.
cce74817
JM
7004
7005The pseudo-location @code{RESULT} (or @code{result}) can be used to
7006display or change the result of a currently-active procedure:
d4f3574e 7007
cce74817
JM
7008@smallexample
7009set result := EXPR
7010@end smallexample
d4f3574e
SS
7011
7012@noindent
7013This does the same as the Chill action @code{RESULT EXPR} (which
c3f6f71d 7014is not available in @value{GDBN}).
cce74817
JM
7015
7016Values of reference mode locations are printed by @code{PTR(<hex
7017value>)} in case of a free reference mode, and by @code{(REF <reference
d4f3574e 7018mode>) (<hex-value>)} in case of a bound reference. @code{<hex value>}
cce74817
JM
7019represents the address where the reference points to. To access the
7020value of the location referenced by the pointer, use the dereference
d4f3574e 7021operator @samp{->}.
cce74817 7022
6d2ebf8b
SS
7023Values of procedure mode locations are displayed by
7024@smallexample
7025@code{@{ PROC
cce74817 7026(<argument modes> ) <return mode> @} <address> <name of procedure
6d2ebf8b
SS
7027location>}
7028@end smallexample
7029@code{<argument modes>} is a list of modes according to the parameter
7030specification of the procedure and @code{<address>} shows the address of
7031the entry point.
cce74817
JM
7032
7033@ignore
7034Locations of instance modes are displayed just like a structure with two
7035fields specifying the @emph{process type} and the @emph{copy number} of
7036the investigated instance location@footnote{This comes from the current
d4f3574e
SS
7037implementation of instances. They are implemented as a structure (no
7038na). The output should be something like @code{[<name of the process>;
7039<instance number>]}.}. The field names are @code{__proc_type} and
cce74817
JM
7040@code{__proc_copy}.
7041
7042Locations of synchronization modes are displayed like a structure with
7043the field name @code{__event_data} in case of a event mode location, and
7044like a structure with the field @code{__buffer_data} in case of a buffer
7045mode location (refer to previous paragraph).
7046
7047Structure Mode locations are printed by @code{[.<field name>: <value>,
d4f3574e 7048...]}. The @code{<field name>} corresponds to the structure mode
cce74817 7049definition and the layout of @code{<value>} varies depending of the mode
d4f3574e
SS
7050of the field. If the investigated structure mode location is of variant
7051structure mode, the variant parts of the structure are enclosed in curled
7052braces (@samp{@{@}}). Fields enclosed by @samp{@{,@}} are residing
cce74817 7053on the same memory location and represent the current values of the
d4f3574e 7054memory location in their specific modes. Since no tag processing is done
cce74817 7055all variants are displayed. A variant field is printed by
d4f3574e 7056@code{(<variant name>) = .<field name>: <value>}. (who implements the
cce74817
JM
7057stuff ???)
7058@smallexample
7059(@value{GDBP}) print str1 $4 = [.as: 0, .bs: karli, .<TAG>: { (karli) =
7060[.cs: []], (susi) = [.ds: susi]}]
7061@end smallexample
7062@end ignore
7063
7064Substructures of string mode-, array mode- or structure mode-values
7065(e.g. array slices, fields of structure locations) are accessed using
d4f3574e
SS
7066certain operations which are described in the next section, @ref{Values
7067and their Operations}.
cce74817
JM
7068
7069A location value may be interpreted as having a different mode using the
d4f3574e
SS
7070location conversion. This mode conversion is written as @code{<mode
7071name>(<location>)}. The user has to consider that the sizes of the modes
7072have to be equal otherwise an error occurs. Furthermore, no range
7073checking of the location against the destination mode is performed, and
cce74817 7074therefore the result can be quite confusing.
d4f3574e 7075
cce74817
JM
7076@smallexample
7077(@value{GDBP}) print int (s(3 up 4)) XXX TO be filled in !! XXX
7078@end smallexample
7079
6d2ebf8b 7080@node Values and their Operations
cce74817
JM
7081@subsubsection Values and their Operations
7082
7083Values are used to alter locations, to investigate complex structures in
7084more detail or to filter relevant information out of a large amount of
d4f3574e
SS
7085data. There are several (mode dependent) operations defined which enable
7086such investigations. These operations are not only applicable to
cce74817 7087constant values but also to locations, which can become quite useful
d4f3574e 7088when debugging complex structures. During parsing the command line
cce74817
JM
7089(e.g. evaluating an expression) @value{GDBN} treats location names as
7090the values behind these locations.
7091
d4f3574e 7092This section describes how values have to be specified and which
cce74817
JM
7093operations are legal to be used with such values.
7094
7095@table @code
7096@item Literal Values
d4f3574e
SS
7097Literal values are specified in the same manner as in @sc{gnu} Chill programs.
7098For detailed specification refer to the @sc{gnu} Chill implementation Manual
cce74817 7099chapter 1.5.
d4f3574e
SS
7100@c FIXME: if the Chill Manual is a Texinfo documents, the above should
7101@c be converted to a @ref.
cce74817 7102
5d161b24 7103@ignore
cce74817
JM
7104@itemize @bullet
7105@item
7106@emph{Integer Literals} are specified in the same manner as in Chill
d4f3574e 7107programs (refer to the Chill Standard z200/88 chpt 5.2.4.2)
cce74817
JM
7108@item
7109@emph{Boolean Literals} are defined by @code{TRUE} and @code{FALSE}.
7110@item
7111@emph{Character Literals} are defined by @code{'<character>'}. (e.g.
7112@code{'M'})
7113@item
7114@emph{Set Literals} are defined by a name which was specified in a set
d4f3574e
SS
7115mode. The value delivered by a Set Literal is the set value. This is
7116comparable to an enumeration in C/C++ language.
cce74817 7117@item
d4f3574e 7118@emph{Emptiness Literal} is predefined by @code{NULL}. The value of the
cce74817 7119emptiness literal delivers either the empty reference value, the empty
5d161b24 7120procedure value or the empty instance value.
cce74817
JM
7121
7122@item
7123@emph{Character String Literals} are defined by a sequence of characters
d4f3574e 7124enclosed in single- or double quotes. If a single- or double quote has
cce74817
JM
7125to be part of the string literal it has to be stuffed (specified twice).
7126@item
7127@emph{Bitstring Literals} are specified in the same manner as in Chill
7128programs (refer z200/88 chpt 5.2.4.8).
7129@item
7130@emph{Floating point literals} are specified in the same manner as in
d4f3574e 7131(gnu-)Chill programs (refer @sc{gnu} Chill implementation Manual chapter 1.5).
cce74817
JM
7132@end itemize
7133@end ignore
7134
7135@item Tuple Values
7136A tuple is specified by @code{<mode name>[<tuple>]}, where @code{<mode
d4f3574e 7137name>} can be omitted if the mode of the tuple is unambiguous. This
cce74817
JM
7138unambiguity is derived from the context of a evaluated expression.
7139@code{<tuple>} can be one of the following:
d4f3574e 7140
cce74817
JM
7141@itemize @bullet
7142@item @emph{Powerset Tuple}
7143@item @emph{Array Tuple}
7144@item @emph{Structure Tuple}
7145Powerset tuples, array tuples and structure tuples are specified in the
d4f3574e 7146same manner as in Chill programs refer to z200/88 chpt 5.2.5.
cce74817
JM
7147@end itemize
7148
7149@item String Element Value
6d2ebf8b
SS
7150A string element value is specified by
7151@smallexample
7152@code{<string value>(<index>)}
7153@end smallexample
d4f3574e 7154where @code{<index>} is a integer expression. It delivers a character
cce74817
JM
7155value which is equivalent to the character indexed by @code{<index>} in
7156the string.
7157
7158@item String Slice Value
7159A string slice value is specified by @code{<string value>(<slice
7160spec>)}, where @code{<slice spec>} can be either a range of integer
7161expressions or specified by @code{<start expr> up <size>}.
7162@code{<size>} denotes the number of elements which the slice contains.
7163The delivered value is a string value, which is part of the specified
7164string.
7165
7166@item Array Element Values
7167An array element value is specified by @code{<array value>(<expr>)} and
7168delivers a array element value of the mode of the specified array.
7169
7170@item Array Slice Values
7171An array slice is specified by @code{<array value>(<slice spec>)}, where
7172@code{<slice spec>} can be either a range specified by expressions or by
d4f3574e
SS
7173@code{<start expr> up <size>}. @code{<size>} denotes the number of
7174arrayelements the slice contains. The delivered value is an array value
cce74817
JM
7175which is part of the specified array.
7176
7177@item Structure Field Values
7178A structure field value is derived by @code{<structure value>.<field
d4f3574e
SS
7179name>}, where @code{<field name>} indicates the name of a field specified
7180in the mode definition of the structure. The mode of the delivered value
cce74817
JM
7181corresponds to this mode definition in the structure definition.
7182
7183@item Procedure Call Value
7184The procedure call value is derived from the return value of the
7185procedure@footnote{If a procedure call is used for instance in an
7186expression, then this procedure is called with all its side
d4f3574e 7187effects. This can lead to confusing results if used carelessly.}.
cce74817 7188
d4f3574e 7189Values of duration mode locations are represented by @code{ULONG} literals.
cce74817 7190
6d2ebf8b
SS
7191Values of time mode locations appear as
7192@smallexample
7193@code{TIME(<secs>:<nsecs>)}
7194@end smallexample
7195
cce74817
JM
7196
7197@ignore
7198This is not implemented yet:
7199@item Built-in Value
7200@noindent
7201The following built in functions are provided:
d4f3574e 7202
cce74817
JM
7203@table @code
7204@item @code{ADDR()}
7205@item @code{NUM()}
7206@item @code{PRED()}
7207@item @code{SUCC()}
7208@item @code{ABS()}
7209@item @code{CARD()}
7210@item @code{MAX()}
7211@item @code{MIN()}
7212@item @code{SIZE()}
7213@item @code{UPPER()}
7214@item @code{LOWER()}
7215@item @code{LENGTH()}
7216@item @code{SIN()}
7217@item @code{COS()}
7218@item @code{TAN()}
7219@item @code{ARCSIN()}
7220@item @code{ARCCOS()}
7221@item @code{ARCTAN()}
7222@item @code{EXP()}
7223@item @code{LN()}
7224@item @code{LOG()}
7225@item @code{SQRT()}
7226@end table
7227
7228For a detailed description refer to the GNU Chill implementation manual
7229chapter 1.6.
7230@end ignore
7231
7232@item Zero-adic Operator Value
7233The zero-adic operator value is derived from the instance value for the
7234current active process.
7235
7236@item Expression Values
7237The value delivered by an expression is the result of the evaluation of
d4f3574e 7238the specified expression. If there are error conditions (mode
cce74817 7239incompatibility, etc.) the evaluation of expressions is aborted with a
d4f3574e 7240corresponding error message. Expressions may be parenthesised which
cce74817 7241causes the evaluation of this expression before any other expression
d4f3574e 7242which uses the result of the parenthesised expression. The following
cce74817 7243operators are supported by @value{GDBN}:
d4f3574e 7244
cce74817
JM
7245@table @code
7246@item @code{OR, ORIF, XOR}
d4f3574e
SS
7247@itemx @code{AND, ANDIF}
7248@itemx @code{NOT}
cce74817 7249Logical operators defined over operands of boolean mode.
d4f3574e 7250
cce74817
JM
7251@item @code{=, /=}
7252Equality and inequality operators defined over all modes.
d4f3574e 7253
cce74817 7254@item @code{>, >=}
d4f3574e 7255@itemx @code{<, <=}
cce74817 7256Relational operators defined over predefined modes.
d4f3574e 7257
cce74817 7258@item @code{+, -}
d4f3574e 7259@itemx @code{*, /, MOD, REM}
cce74817 7260Arithmetic operators defined over predefined modes.
d4f3574e 7261
cce74817
JM
7262@item @code{-}
7263Change sign operator.
d4f3574e 7264
cce74817
JM
7265@item @code{//}
7266String concatenation operator.
d4f3574e 7267
cce74817
JM
7268@item @code{()}
7269String repetition operator.
d4f3574e 7270
cce74817
JM
7271@item @code{->}
7272Referenced location operator which can be used either to take the
7273address of a location (@code{->loc}), or to dereference a reference
7274location (@code{loc->}).
d4f3574e 7275
cce74817 7276@item @code{OR, XOR}
d4f3574e
SS
7277@itemx @code{AND}
7278@itemx @code{NOT}
cce74817 7279Powerset and bitstring operators.
d4f3574e 7280
cce74817 7281@item @code{>, >=}
d4f3574e 7282@itemx @code{<, <=}
cce74817 7283Powerset inclusion operators.
d4f3574e 7284
cce74817
JM
7285@item @code{IN}
7286Membership operator.
7287@end table
7288@end table
7289
6d2ebf8b 7290@node Chill type and range checks
cce74817
JM
7291@subsubsection Chill type and range checks
7292
7293@value{GDBN} considers two Chill variables mode equivalent if the sizes
d4f3574e 7294of the two modes are equal. This rule applies recursively to more
cce74817 7295complex datatypes which means that complex modes are treated
d4f3574e 7296equivalent if all element modes (which also can be complex modes like
cce74817
JM
7297structures, arrays, etc.) have the same size.
7298
7299Range checking is done on all mathematical operations, assignment, array
7300index bounds and all built in procedures.
7301
7302Strong type checks are forced using the @value{GDBN} command @code{set
d4f3574e 7303check strong}. This enforces strong type and range checks on all
cce74817
JM
7304operations where Chill constructs are used (expressions, built in
7305functions, etc.) in respect to the semantics as defined in the z.200
7306language specification.
7307
cce74817
JM
7308All checks can be disabled by the @value{GDBN} command @code{set check
7309off}.
7310
5d161b24 7311@ignore
53a5351d 7312@c Deviations from the Chill Standard Z200/88
cce74817
JM
7313see last paragraph ?
7314@end ignore
7315
6d2ebf8b 7316@node Chill defaults
cce74817
JM
7317@subsubsection Chill defaults
7318
7319If type and range checking are set automatically by @value{GDBN}, they
7320both default to @code{on} whenever the working language changes to
d4f3574e 7321Chill. This happens regardless of whether you or @value{GDBN}
cce74817
JM
7322selected the working language.
7323
7324If you allow @value{GDBN} to set the language automatically, then entering
7325code compiled from a file whose name ends with @file{.ch} sets the
d4f3574e 7326working language to Chill. @xref{Automatically, ,Having @value{GDBN} set
cce74817
JM
7327the language automatically}, for further details.
7328
6d2ebf8b 7329@node Symbols
c906108c
SS
7330@chapter Examining the Symbol Table
7331
d4f3574e 7332The commands described in this chapter allow you to inquire about the
c906108c
SS
7333symbols (names of variables, functions and types) defined in your
7334program. This information is inherent in the text of your program and
7335does not change as your program executes. @value{GDBN} finds it in your
7336program's symbol table, in the file indicated when you started @value{GDBN}
7337(@pxref{File Options, ,Choosing files}), or by one of the
7338file-management commands (@pxref{Files, ,Commands to specify files}).
7339
7340@cindex symbol names
7341@cindex names of symbols
7342@cindex quoting names
7343Occasionally, you may need to refer to symbols that contain unusual
7344characters, which @value{GDBN} ordinarily treats as word delimiters. The
7345most frequent case is in referring to static variables in other
7346source files (@pxref{Variables,,Program variables}). File names
7347are recorded in object files as debugging symbols, but @value{GDBN} would
7348ordinarily parse a typical file name, like @file{foo.c}, as the three words
7349@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
7350@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
7351
7352@example
7353p 'foo.c'::x
7354@end example
7355
7356@noindent
7357looks up the value of @code{x} in the scope of the file @file{foo.c}.
7358
7359@table @code
7360@kindex info address
7361@item info address @var{symbol}
7362Describe where the data for @var{symbol} is stored. For a register
7363variable, this says which register it is kept in. For a non-register
7364local variable, this prints the stack-frame offset at which the variable
7365is always stored.
7366
7367Note the contrast with @samp{print &@var{symbol}}, which does not work
7368at all for a register variable, and for a stack local variable prints
7369the exact address of the current instantiation of the variable.
7370
7371@kindex whatis
d4f3574e
SS
7372@item whatis @var{expr}
7373Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
7374actually evaluated, and any side-effecting operations (such as
7375assignments or function calls) inside it do not take place.
7376@xref{Expressions, ,Expressions}.
7377
7378@item whatis
7379Print the data type of @code{$}, the last value in the value history.
7380
7381@kindex ptype
7382@item ptype @var{typename}
7383Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
7384the name of a type, or for C code it may have the form @samp{class
7385@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
7386@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 7387
d4f3574e 7388@item ptype @var{expr}
c906108c 7389@itemx ptype
d4f3574e 7390Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
7391differs from @code{whatis} by printing a detailed description, instead
7392of just the name of the type.
7393
7394For example, for this variable declaration:
7395
7396@example
7397struct complex @{double real; double imag;@} v;
7398@end example
7399
7400@noindent
7401the two commands give this output:
7402
7403@example
7404@group
7405(@value{GDBP}) whatis v
7406type = struct complex
7407(@value{GDBP}) ptype v
7408type = struct complex @{
7409 double real;
7410 double imag;
7411@}
7412@end group
7413@end example
7414
7415@noindent
7416As with @code{whatis}, using @code{ptype} without an argument refers to
7417the type of @code{$}, the last value in the value history.
7418
7419@kindex info types
7420@item info types @var{regexp}
7421@itemx info types
d4f3574e 7422Print a brief description of all types whose names match @var{regexp}
c906108c
SS
7423(or all types in your program, if you supply no argument). Each
7424complete typename is matched as though it were a complete line; thus,
7425@samp{i type value} gives information on all types in your program whose
d4f3574e 7426names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
7427information only on types whose complete name is @code{value}.
7428
7429This command differs from @code{ptype} in two ways: first, like
7430@code{whatis}, it does not print a detailed description; second, it
7431lists all source files where a type is defined.
7432
7433@kindex info source
7434@item info source
7435Show the name of the current source file---that is, the source file for
7436the function containing the current point of execution---and the language
7437it was written in.
7438
7439@kindex info sources
7440@item info sources
7441Print the names of all source files in your program for which there is
7442debugging information, organized into two lists: files whose symbols
7443have already been read, and files whose symbols will be read when needed.
7444
7445@kindex info functions
7446@item info functions
7447Print the names and data types of all defined functions.
7448
7449@item info functions @var{regexp}
7450Print the names and data types of all defined functions
7451whose names contain a match for regular expression @var{regexp}.
7452Thus, @samp{info fun step} finds all functions whose names
7453include @code{step}; @samp{info fun ^step} finds those whose names
7454start with @code{step}.
7455
7456@kindex info variables
7457@item info variables
7458Print the names and data types of all variables that are declared
7459outside of functions (i.e., excluding local variables).
7460
7461@item info variables @var{regexp}
7462Print the names and data types of all variables (except for local
7463variables) whose names contain a match for regular expression
7464@var{regexp}.
7465
7466@ignore
7467This was never implemented.
7468@kindex info methods
7469@item info methods
7470@itemx info methods @var{regexp}
7471The @code{info methods} command permits the user to examine all defined
7472methods within C++ program, or (with the @var{regexp} argument) a
7473specific set of methods found in the various C++ classes. Many
7474C++ classes provide a large number of methods. Thus, the output
7475from the @code{ptype} command can be overwhelming and hard to use. The
7476@code{info-methods} command filters the methods, printing only those
7477which match the regular-expression @var{regexp}.
7478@end ignore
7479
c906108c
SS
7480@cindex reloading symbols
7481Some systems allow individual object files that make up your program to
7a292a7a
SS
7482be replaced without stopping and restarting your program. For example,
7483in VxWorks you can simply recompile a defective object file and keep on
7484running. If you are running on one of these systems, you can allow
7485@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
7486
7487@table @code
7488@kindex set symbol-reloading
7489@item set symbol-reloading on
7490Replace symbol definitions for the corresponding source file when an
7491object file with a particular name is seen again.
7492
7493@item set symbol-reloading off
6d2ebf8b
SS
7494Do not replace symbol definitions when encountering object files of the
7495same name more than once. This is the default state; if you are not
7496running on a system that permits automatic relinking of modules, you
7497should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
7498may discard symbols when linking large programs, that may contain
7499several modules (from different directories or libraries) with the same
7500name.
c906108c
SS
7501
7502@kindex show symbol-reloading
7503@item show symbol-reloading
7504Show the current @code{on} or @code{off} setting.
7505@end table
c906108c 7506
c906108c
SS
7507@kindex set opaque-type-resolution
7508@item set opaque-type-resolution on
7509Tell @value{GDBN} to resolve opaque types. An opaque type is a type
7510declared as a pointer to a @code{struct}, @code{class}, or
7511@code{union}---for example, @code{struct MyType *}---that is used in one
7512source file although the full declaration of @code{struct MyType} is in
7513another source file. The default is on.
7514
7515A change in the setting of this subcommand will not take effect until
7516the next time symbols for a file are loaded.
7517
7518@item set opaque-type-resolution off
7519Tell @value{GDBN} not to resolve opaque types. In this case, the type
7520is printed as follows:
7521@smallexample
7522@{<no data fields>@}
7523@end smallexample
7524
7525@kindex show opaque-type-resolution
7526@item show opaque-type-resolution
7527Show whether opaque types are resolved or not.
c906108c
SS
7528
7529@kindex maint print symbols
7530@cindex symbol dump
7531@kindex maint print psymbols
7532@cindex partial symbol dump
7533@item maint print symbols @var{filename}
7534@itemx maint print psymbols @var{filename}
7535@itemx maint print msymbols @var{filename}
7536Write a dump of debugging symbol data into the file @var{filename}.
7537These commands are used to debug the @value{GDBN} symbol-reading code. Only
7538symbols with debugging data are included. If you use @samp{maint print
7539symbols}, @value{GDBN} includes all the symbols for which it has already
7540collected full details: that is, @var{filename} reflects symbols for
7541only those files whose symbols @value{GDBN} has read. You can use the
7542command @code{info sources} to find out which files these are. If you
7543use @samp{maint print psymbols} instead, the dump shows information about
7544symbols that @value{GDBN} only knows partially---that is, symbols defined in
7545files that @value{GDBN} has skimmed, but not yet read completely. Finally,
7546@samp{maint print msymbols} dumps just the minimal symbol information
7547required for each object file from which @value{GDBN} has read some symbols.
7548@xref{Files, ,Commands to specify files}, for a discussion of how
7549@value{GDBN} reads symbols (in the description of @code{symbol-file}).
7550@end table
7551
6d2ebf8b 7552@node Altering
c906108c
SS
7553@chapter Altering Execution
7554
7555Once you think you have found an error in your program, you might want to
7556find out for certain whether correcting the apparent error would lead to
7557correct results in the rest of the run. You can find the answer by
7558experiment, using the @value{GDBN} features for altering execution of the
7559program.
7560
7561For example, you can store new values into variables or memory
7a292a7a
SS
7562locations, give your program a signal, restart it at a different
7563address, or even return prematurely from a function.
c906108c
SS
7564
7565@menu
7566* Assignment:: Assignment to variables
7567* Jumping:: Continuing at a different address
c906108c 7568* Signaling:: Giving your program a signal
c906108c
SS
7569* Returning:: Returning from a function
7570* Calling:: Calling your program's functions
7571* Patching:: Patching your program
7572@end menu
7573
6d2ebf8b 7574@node Assignment
c906108c
SS
7575@section Assignment to variables
7576
7577@cindex assignment
7578@cindex setting variables
7579To alter the value of a variable, evaluate an assignment expression.
7580@xref{Expressions, ,Expressions}. For example,
7581
7582@example
7583print x=4
7584@end example
7585
7586@noindent
7587stores the value 4 into the variable @code{x}, and then prints the
5d161b24 7588value of the assignment expression (which is 4).
c906108c
SS
7589@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
7590information on operators in supported languages.
c906108c
SS
7591
7592@kindex set variable
7593@cindex variables, setting
7594If you are not interested in seeing the value of the assignment, use the
7595@code{set} command instead of the @code{print} command. @code{set} is
7596really the same as @code{print} except that the expression's value is
7597not printed and is not put in the value history (@pxref{Value History,
7598,Value history}). The expression is evaluated only for its effects.
7599
c906108c
SS
7600If the beginning of the argument string of the @code{set} command
7601appears identical to a @code{set} subcommand, use the @code{set
7602variable} command instead of just @code{set}. This command is identical
7603to @code{set} except for its lack of subcommands. For example, if your
7604program has a variable @code{width}, you get an error if you try to set
7605a new value with just @samp{set width=13}, because @value{GDBN} has the
7606command @code{set width}:
7607
7608@example
7609(@value{GDBP}) whatis width
7610type = double
7611(@value{GDBP}) p width
7612$4 = 13
7613(@value{GDBP}) set width=47
7614Invalid syntax in expression.
7615@end example
7616
7617@noindent
7618The invalid expression, of course, is @samp{=47}. In
7619order to actually set the program's variable @code{width}, use
7620
7621@example
7622(@value{GDBP}) set var width=47
7623@end example
53a5351d 7624
c906108c
SS
7625Because the @code{set} command has many subcommands that can conflict
7626with the names of program variables, it is a good idea to use the
7627@code{set variable} command instead of just @code{set}. For example, if
7628your program has a variable @code{g}, you run into problems if you try
7629to set a new value with just @samp{set g=4}, because @value{GDBN} has
7630the command @code{set gnutarget}, abbreviated @code{set g}:
7631
7632@example
7633@group
7634(@value{GDBP}) whatis g
7635type = double
7636(@value{GDBP}) p g
7637$1 = 1
7638(@value{GDBP}) set g=4
2df3850c 7639(@value{GDBP}) p g
c906108c
SS
7640$2 = 1
7641(@value{GDBP}) r
7642The program being debugged has been started already.
7643Start it from the beginning? (y or n) y
7644Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
7645"/home/smith/cc_progs/a.out": can't open to read symbols:
7646 Invalid bfd target.
c906108c
SS
7647(@value{GDBP}) show g
7648The current BFD target is "=4".
7649@end group
7650@end example
7651
7652@noindent
7653The program variable @code{g} did not change, and you silently set the
7654@code{gnutarget} to an invalid value. In order to set the variable
7655@code{g}, use
7656
7657@example
7658(@value{GDBP}) set var g=4
7659@end example
c906108c
SS
7660
7661@value{GDBN} allows more implicit conversions in assignments than C; you can
7662freely store an integer value into a pointer variable or vice versa,
7663and you can convert any structure to any other structure that is the
7664same length or shorter.
7665@comment FIXME: how do structs align/pad in these conversions?
7666@comment /doc@cygnus.com 18dec1990
7667
7668To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
7669construct to generate a value of specified type at a specified address
7670(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
7671to memory location @code{0x83040} as an integer (which implies a certain size
7672and representation in memory), and
7673
7674@example
7675set @{int@}0x83040 = 4
7676@end example
7677
7678@noindent
7679stores the value 4 into that memory location.
7680
6d2ebf8b 7681@node Jumping
c906108c
SS
7682@section Continuing at a different address
7683
7684Ordinarily, when you continue your program, you do so at the place where
7685it stopped, with the @code{continue} command. You can instead continue at
7686an address of your own choosing, with the following commands:
7687
7688@table @code
7689@kindex jump
7690@item jump @var{linespec}
7691Resume execution at line @var{linespec}. Execution stops again
7692immediately if there is a breakpoint there. @xref{List, ,Printing
7693source lines}, for a description of the different forms of
7694@var{linespec}. It is common practice to use the @code{tbreak} command
7695in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
7696breakpoints}.
7697
7698The @code{jump} command does not change the current stack frame, or
7699the stack pointer, or the contents of any memory location or any
7700register other than the program counter. If line @var{linespec} is in
7701a different function from the one currently executing, the results may
7702be bizarre if the two functions expect different patterns of arguments or
7703of local variables. For this reason, the @code{jump} command requests
7704confirmation if the specified line is not in the function currently
7705executing. However, even bizarre results are predictable if you are
7706well acquainted with the machine-language code of your program.
7707
7708@item jump *@var{address}
7709Resume execution at the instruction at address @var{address}.
7710@end table
7711
c906108c 7712@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
7713On many systems, you can get much the same effect as the @code{jump}
7714command by storing a new value into the register @code{$pc}. The
7715difference is that this does not start your program running; it only
7716changes the address of where it @emph{will} run when you continue. For
7717example,
c906108c
SS
7718
7719@example
7720set $pc = 0x485
7721@end example
7722
7723@noindent
7724makes the next @code{continue} command or stepping command execute at
7725address @code{0x485}, rather than at the address where your program stopped.
7726@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
7727
7728The most common occasion to use the @code{jump} command is to back
7729up---perhaps with more breakpoints set---over a portion of a program
7730that has already executed, in order to examine its execution in more
7731detail.
7732
c906108c 7733@c @group
6d2ebf8b 7734@node Signaling
c906108c
SS
7735@section Giving your program a signal
7736
7737@table @code
7738@kindex signal
7739@item signal @var{signal}
7740Resume execution where your program stopped, but immediately give it the
7741signal @var{signal}. @var{signal} can be the name or the number of a
7742signal. For example, on many systems @code{signal 2} and @code{signal
7743SIGINT} are both ways of sending an interrupt signal.
7744
7745Alternatively, if @var{signal} is zero, continue execution without
7746giving a signal. This is useful when your program stopped on account of
7747a signal and would ordinary see the signal when resumed with the
7748@code{continue} command; @samp{signal 0} causes it to resume without a
7749signal.
7750
7751@code{signal} does not repeat when you press @key{RET} a second time
7752after executing the command.
7753@end table
7754@c @end group
7755
7756Invoking the @code{signal} command is not the same as invoking the
7757@code{kill} utility from the shell. Sending a signal with @code{kill}
7758causes @value{GDBN} to decide what to do with the signal depending on
7759the signal handling tables (@pxref{Signals}). The @code{signal} command
7760passes the signal directly to your program.
7761
c906108c 7762
6d2ebf8b 7763@node Returning
c906108c
SS
7764@section Returning from a function
7765
7766@table @code
7767@cindex returning from a function
7768@kindex return
7769@item return
7770@itemx return @var{expression}
7771You can cancel execution of a function call with the @code{return}
7772command. If you give an
7773@var{expression} argument, its value is used as the function's return
7774value.
7775@end table
7776
7777When you use @code{return}, @value{GDBN} discards the selected stack frame
7778(and all frames within it). You can think of this as making the
7779discarded frame return prematurely. If you wish to specify a value to
7780be returned, give that value as the argument to @code{return}.
7781
7782This pops the selected stack frame (@pxref{Selection, ,Selecting a
7783frame}), and any other frames inside of it, leaving its caller as the
7784innermost remaining frame. That frame becomes selected. The
7785specified value is stored in the registers used for returning values
7786of functions.
7787
7788The @code{return} command does not resume execution; it leaves the
7789program stopped in the state that would exist if the function had just
7790returned. In contrast, the @code{finish} command (@pxref{Continuing
7791and Stepping, ,Continuing and stepping}) resumes execution until the
7792selected stack frame returns naturally.
7793
6d2ebf8b 7794@node Calling
c906108c
SS
7795@section Calling program functions
7796
7797@cindex calling functions
7798@kindex call
7799@table @code
7800@item call @var{expr}
7801Evaluate the expression @var{expr} without displaying @code{void}
7802returned values.
7803@end table
7804
7805You can use this variant of the @code{print} command if you want to
7806execute a function from your program, but without cluttering the output
5d161b24
DB
7807with @code{void} returned values. If the result is not void, it
7808is printed and saved in the value history.
c906108c 7809
c906108c
SS
7810For the A29K, a user-controlled variable @code{call_scratch_address},
7811specifies the location of a scratch area to be used when @value{GDBN}
7812calls a function in the target. This is necessary because the usual
7813method of putting the scratch area on the stack does not work in systems
7814that have separate instruction and data spaces.
c906108c 7815
6d2ebf8b 7816@node Patching
c906108c 7817@section Patching programs
7a292a7a 7818
c906108c
SS
7819@cindex patching binaries
7820@cindex writing into executables
c906108c 7821@cindex writing into corefiles
c906108c 7822
7a292a7a
SS
7823By default, @value{GDBN} opens the file containing your program's
7824executable code (or the corefile) read-only. This prevents accidental
7825alterations to machine code; but it also prevents you from intentionally
7826patching your program's binary.
c906108c
SS
7827
7828If you'd like to be able to patch the binary, you can specify that
7829explicitly with the @code{set write} command. For example, you might
7830want to turn on internal debugging flags, or even to make emergency
7831repairs.
7832
7833@table @code
7834@kindex set write
7835@item set write on
7836@itemx set write off
7a292a7a
SS
7837If you specify @samp{set write on}, @value{GDBN} opens executable and
7838core files for both reading and writing; if you specify @samp{set write
c906108c
SS
7839off} (the default), @value{GDBN} opens them read-only.
7840
7841If you have already loaded a file, you must load it again (using the
7a292a7a
SS
7842@code{exec-file} or @code{core-file} command) after changing @code{set
7843write}, for your new setting to take effect.
c906108c
SS
7844
7845@item show write
7846@kindex show write
7a292a7a
SS
7847Display whether executable files and core files are opened for writing
7848as well as reading.
c906108c
SS
7849@end table
7850
6d2ebf8b 7851@node GDB Files
c906108c
SS
7852@chapter @value{GDBN} Files
7853
7a292a7a
SS
7854@value{GDBN} needs to know the file name of the program to be debugged,
7855both in order to read its symbol table and in order to start your
7856program. To debug a core dump of a previous run, you must also tell
7857@value{GDBN} the name of the core dump file.
c906108c
SS
7858
7859@menu
7860* Files:: Commands to specify files
7861* Symbol Errors:: Errors reading symbol files
7862@end menu
7863
6d2ebf8b 7864@node Files
c906108c 7865@section Commands to specify files
c906108c 7866
7a292a7a 7867@cindex symbol table
c906108c 7868@cindex core dump file
7a292a7a
SS
7869
7870You may want to specify executable and core dump file names. The usual
7871way to do this is at start-up time, using the arguments to
7872@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
7873Out of @value{GDBN}}).
c906108c
SS
7874
7875Occasionally it is necessary to change to a different file during a
7876@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
7877a file you want to use. In these situations the @value{GDBN} commands
7878to specify new files are useful.
7879
7880@table @code
7881@cindex executable file
7882@kindex file
7883@item file @var{filename}
7884Use @var{filename} as the program to be debugged. It is read for its
7885symbols and for the contents of pure memory. It is also the program
7886executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
7887directory and the file is not found in the @value{GDBN} working directory,
7888@value{GDBN} uses the environment variable @code{PATH} as a list of
7889directories to search, just as the shell does when looking for a program
7890to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
7891and your program, using the @code{path} command.
7892
6d2ebf8b 7893On systems with memory-mapped files, an auxiliary file named
c906108c
SS
7894@file{@var{filename}.syms} may hold symbol table information for
7895@var{filename}. If so, @value{GDBN} maps in the symbol table from
7896@file{@var{filename}.syms}, starting up more quickly. See the
7897descriptions of the file options @samp{-mapped} and @samp{-readnow}
7898(available on the command line, and with the commands @code{file},
5d161b24 7899@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 7900for more information.
c906108c
SS
7901
7902@item file
7903@code{file} with no argument makes @value{GDBN} discard any information it
7904has on both executable file and the symbol table.
7905
7906@kindex exec-file
7907@item exec-file @r{[} @var{filename} @r{]}
7908Specify that the program to be run (but not the symbol table) is found
7909in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
7910if necessary to locate your program. Omitting @var{filename} means to
7911discard information on the executable file.
7912
7913@kindex symbol-file
7914@item symbol-file @r{[} @var{filename} @r{]}
7915Read symbol table information from file @var{filename}. @code{PATH} is
7916searched when necessary. Use the @code{file} command to get both symbol
7917table and program to run from the same file.
7918
7919@code{symbol-file} with no argument clears out @value{GDBN} information on your
7920program's symbol table.
7921
5d161b24 7922The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
7923of its convenience variables, the value history, and all breakpoints and
7924auto-display expressions. This is because they may contain pointers to
7925the internal data recording symbols and data types, which are part of
7926the old symbol table data being discarded inside @value{GDBN}.
7927
7928@code{symbol-file} does not repeat if you press @key{RET} again after
7929executing it once.
7930
7931When @value{GDBN} is configured for a particular environment, it
7932understands debugging information in whatever format is the standard
7933generated for that environment; you may use either a @sc{gnu} compiler, or
7934other compilers that adhere to the local conventions.
c906108c
SS
7935Best results are usually obtained from @sc{gnu} compilers; for example,
7936using @code{@value{GCC}} you can generate debugging information for
7937optimized code.
c906108c
SS
7938
7939For most kinds of object files, with the exception of old SVR3 systems
7940using COFF, the @code{symbol-file} command does not normally read the
7941symbol table in full right away. Instead, it scans the symbol table
7942quickly to find which source files and which symbols are present. The
7943details are read later, one source file at a time, as they are needed.
7944
7945The purpose of this two-stage reading strategy is to make @value{GDBN}
7946start up faster. For the most part, it is invisible except for
7947occasional pauses while the symbol table details for a particular source
7948file are being read. (The @code{set verbose} command can turn these
7949pauses into messages if desired. @xref{Messages/Warnings, ,Optional
7950warnings and messages}.)
7951
c906108c
SS
7952We have not implemented the two-stage strategy for COFF yet. When the
7953symbol table is stored in COFF format, @code{symbol-file} reads the
7954symbol table data in full right away. Note that ``stabs-in-COFF''
7955still does the two-stage strategy, since the debug info is actually
7956in stabs format.
7957
7958@kindex readnow
7959@cindex reading symbols immediately
7960@cindex symbols, reading immediately
7961@kindex mapped
7962@cindex memory-mapped symbol file
7963@cindex saving symbol table
7964@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
7965@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
7966You can override the @value{GDBN} two-stage strategy for reading symbol
7967tables by using the @samp{-readnow} option with any of the commands that
7968load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 7969entire symbol table available.
c906108c 7970
c906108c
SS
7971If memory-mapped files are available on your system through the
7972@code{mmap} system call, you can use another option, @samp{-mapped}, to
7973cause @value{GDBN} to write the symbols for your program into a reusable
7974file. Future @value{GDBN} debugging sessions map in symbol information
7975from this auxiliary symbol file (if the program has not changed), rather
7976than spending time reading the symbol table from the executable
7977program. Using the @samp{-mapped} option has the same effect as
7978starting @value{GDBN} with the @samp{-mapped} command-line option.
7979
7980You can use both options together, to make sure the auxiliary symbol
7981file has all the symbol information for your program.
7982
7983The auxiliary symbol file for a program called @var{myprog} is called
7984@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
7985than the corresponding executable), @value{GDBN} always attempts to use
7986it when you debug @var{myprog}; no special options or commands are
7987needed.
7988
7989The @file{.syms} file is specific to the host machine where you run
7990@value{GDBN}. It holds an exact image of the internal @value{GDBN}
7991symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
7992
7993@c FIXME: for now no mention of directories, since this seems to be in
7994@c flux. 13mar1992 status is that in theory GDB would look either in
7995@c current dir or in same dir as myprog; but issues like competing
7996@c GDB's, or clutter in system dirs, mean that in practice right now
7997@c only current dir is used. FFish says maybe a special GDB hierarchy
7998@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
7999@c files.
8000
8001@kindex core
8002@kindex core-file
8003@item core-file @r{[} @var{filename} @r{]}
8004Specify the whereabouts of a core dump file to be used as the ``contents
8005of memory''. Traditionally, core files contain only some parts of the
8006address space of the process that generated them; @value{GDBN} can access the
8007executable file itself for other parts.
8008
8009@code{core-file} with no argument specifies that no core file is
8010to be used.
8011
8012Note that the core file is ignored when your program is actually running
7a292a7a
SS
8013under @value{GDBN}. So, if you have been running your program and you
8014wish to debug a core file instead, you must kill the subprocess in which
8015the program is running. To do this, use the @code{kill} command
c906108c 8016(@pxref{Kill Process, ,Killing the child process}).
c906108c 8017
c906108c
SS
8018@kindex add-symbol-file
8019@cindex dynamic linking
8020@item add-symbol-file @var{filename} @var{address}
8021@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
d167840f 8022@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address}
96a2c332
SS
8023The @code{add-symbol-file} command reads additional symbol table
8024information from the file @var{filename}. You would use this command
8025when @var{filename} has been dynamically loaded (by some other means)
8026into the program that is running. @var{address} should be the memory
8027address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
8028this out for itself. You can additionally specify an arbitrary number
8029of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
8030section name and base address for that section. You can specify any
8031@var{address} as an expression.
c906108c
SS
8032
8033The symbol table of the file @var{filename} is added to the symbol table
8034originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
8035@code{add-symbol-file} command any number of times; the new symbol data
8036thus read keeps adding to the old. To discard all old symbol data
8037instead, use the @code{symbol-file} command without any arguments.
c906108c
SS
8038
8039@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
8040
8041You can use the @samp{-mapped} and @samp{-readnow} options just as with
8042the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
8043table information for @var{filename}.
8044
8045@kindex add-shared-symbol-file
8046@item add-shared-symbol-file
8047The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
8048operating system for the Motorola 88k. @value{GDBN} automatically looks for
8049shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 8050@code{add-shared-symbol-file}. It takes no arguments.
c906108c 8051
c906108c
SS
8052@kindex section
8053@item section
5d161b24
DB
8054The @code{section} command changes the base address of section SECTION of
8055the exec file to ADDR. This can be used if the exec file does not contain
8056section addresses, (such as in the a.out format), or when the addresses
8057specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
8058separately. The @code{info files} command, described below, lists all
8059the sections and their addresses.
c906108c
SS
8060
8061@kindex info files
8062@kindex info target
8063@item info files
8064@itemx info target
7a292a7a
SS
8065@code{info files} and @code{info target} are synonymous; both print the
8066current target (@pxref{Targets, ,Specifying a Debugging Target}),
8067including the names of the executable and core dump files currently in
8068use by @value{GDBN}, and the files from which symbols were loaded. The
8069command @code{help target} lists all possible targets rather than
8070current ones.
8071
c906108c
SS
8072@end table
8073
8074All file-specifying commands allow both absolute and relative file names
8075as arguments. @value{GDBN} always converts the file name to an absolute file
8076name and remembers it that way.
8077
c906108c 8078@cindex shared libraries
c906108c
SS
8079@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
8080libraries.
53a5351d 8081
c906108c
SS
8082@value{GDBN} automatically loads symbol definitions from shared libraries
8083when you use the @code{run} command, or when you examine a core file.
8084(Before you issue the @code{run} command, @value{GDBN} does not understand
8085references to a function in a shared library, however---unless you are
8086debugging a core file).
53a5351d
JM
8087
8088On HP-UX, if the program loads a library explicitly, @value{GDBN}
8089automatically loads the symbols at the time of the @code{shl_load} call.
8090
c906108c
SS
8091@c FIXME: some @value{GDBN} release may permit some refs to undef
8092@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
8093@c FIXME...lib; check this from time to time when updating manual
8094
8095@table @code
8096@kindex info sharedlibrary
8097@kindex info share
8098@item info share
8099@itemx info sharedlibrary
8100Print the names of the shared libraries which are currently loaded.
8101
8102@kindex sharedlibrary
8103@kindex share
8104@item sharedlibrary @var{regex}
8105@itemx share @var{regex}
c906108c
SS
8106Load shared object library symbols for files matching a
8107Unix regular expression.
8108As with files loaded automatically, it only loads shared libraries
8109required by your program for a core file or after typing @code{run}. If
8110@var{regex} is omitted all shared libraries required by your program are
8111loaded.
8112@end table
8113
53a5351d
JM
8114On HP-UX systems, @value{GDBN} detects the loading of a shared library
8115and automatically reads in symbols from the newly loaded library, up to
8116a threshold that is initially set but that you can modify if you wish.
c906108c
SS
8117
8118Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
8119loaded. To load these symbols, use the command @code{sharedlibrary
8120@var{filename}}. The base address of the shared library is determined
c906108c
SS
8121automatically by @value{GDBN} and need not be specified.
8122
8123To display or set the threshold, use the commands:
8124
8125@table @code
8126@kindex set auto-solib-add
8127@item set auto-solib-add @var{threshold}
8128Set the autoloading size threshold, in megabytes. If @var{threshold} is
8129nonzero, symbols from all shared object libraries will be loaded
8130automatically when the inferior begins execution or when the dynamic
8131linker informs @value{GDBN} that a new library has been loaded, until
8132the symbol table of the program and libraries exceeds this threshold.
8133Otherwise, symbols must be loaded manually, using the
8134@code{sharedlibrary} command. The default threshold is 100 megabytes.
8135
8136@kindex show auto-solib-add
8137@item show auto-solib-add
8138Display the current autoloading size threshold, in megabytes.
8139@end table
c906108c 8140
6d2ebf8b 8141@node Symbol Errors
c906108c
SS
8142@section Errors reading symbol files
8143
8144While reading a symbol file, @value{GDBN} occasionally encounters problems,
8145such as symbol types it does not recognize, or known bugs in compiler
8146output. By default, @value{GDBN} does not notify you of such problems, since
8147they are relatively common and primarily of interest to people
8148debugging compilers. If you are interested in seeing information
8149about ill-constructed symbol tables, you can either ask @value{GDBN} to print
8150only one message about each such type of problem, no matter how many
8151times the problem occurs; or you can ask @value{GDBN} to print more messages,
8152to see how many times the problems occur, with the @code{set
8153complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
8154messages}).
8155
8156The messages currently printed, and their meanings, include:
8157
8158@table @code
8159@item inner block not inside outer block in @var{symbol}
8160
8161The symbol information shows where symbol scopes begin and end
8162(such as at the start of a function or a block of statements). This
8163error indicates that an inner scope block is not fully contained
8164in its outer scope blocks.
8165
8166@value{GDBN} circumvents the problem by treating the inner block as if it had
8167the same scope as the outer block. In the error message, @var{symbol}
8168may be shown as ``@code{(don't know)}'' if the outer block is not a
8169function.
8170
8171@item block at @var{address} out of order
8172
8173The symbol information for symbol scope blocks should occur in
8174order of increasing addresses. This error indicates that it does not
8175do so.
8176
8177@value{GDBN} does not circumvent this problem, and has trouble
8178locating symbols in the source file whose symbols it is reading. (You
8179can often determine what source file is affected by specifying
8180@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
8181messages}.)
8182
8183@item bad block start address patched
8184
8185The symbol information for a symbol scope block has a start address
8186smaller than the address of the preceding source line. This is known
8187to occur in the SunOS 4.1.1 (and earlier) C compiler.
8188
8189@value{GDBN} circumvents the problem by treating the symbol scope block as
8190starting on the previous source line.
8191
8192@item bad string table offset in symbol @var{n}
8193
8194@cindex foo
8195Symbol number @var{n} contains a pointer into the string table which is
8196larger than the size of the string table.
8197
8198@value{GDBN} circumvents the problem by considering the symbol to have the
8199name @code{foo}, which may cause other problems if many symbols end up
8200with this name.
8201
8202@item unknown symbol type @code{0x@var{nn}}
8203
7a292a7a
SS
8204The symbol information contains new data types that @value{GDBN} does
8205not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 8206uncomprehended information, in hexadecimal.
c906108c 8207
7a292a7a
SS
8208@value{GDBN} circumvents the error by ignoring this symbol information.
8209This usually allows you to debug your program, though certain symbols
c906108c 8210are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
8211debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
8212on @code{complain}, then go up to the function @code{read_dbx_symtab}
8213and examine @code{*bufp} to see the symbol.
c906108c
SS
8214
8215@item stub type has NULL name
c906108c 8216
7a292a7a 8217@value{GDBN} could not find the full definition for a struct or class.
c906108c 8218
7a292a7a 8219@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
c906108c 8220The symbol information for a C++ member function is missing some
7a292a7a
SS
8221information that recent versions of the compiler should have output for
8222it.
c906108c
SS
8223
8224@item info mismatch between compiler and debugger
8225
8226@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 8227
c906108c
SS
8228@end table
8229
6d2ebf8b 8230@node Targets
c906108c 8231@chapter Specifying a Debugging Target
7a292a7a 8232
c906108c
SS
8233@cindex debugging target
8234@kindex target
8235
8236A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
8237
8238Often, @value{GDBN} runs in the same host environment as your program;
8239in that case, the debugging target is specified as a side effect when
8240you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
8241flexibility---for example, running @value{GDBN} on a physically separate
8242host, or controlling a standalone system over a serial port or a
53a5351d
JM
8243realtime system over a TCP/IP connection---you can use the @code{target}
8244command to specify one of the target types configured for @value{GDBN}
8245(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
8246
8247@menu
8248* Active Targets:: Active targets
8249* Target Commands:: Commands for managing targets
c906108c
SS
8250* Byte Order:: Choosing target byte order
8251* Remote:: Remote debugging
96baa820 8252* KOD:: Kernel Object Display
c906108c
SS
8253
8254@end menu
8255
6d2ebf8b 8256@node Active Targets
c906108c 8257@section Active targets
7a292a7a 8258
c906108c
SS
8259@cindex stacking targets
8260@cindex active targets
8261@cindex multiple targets
8262
c906108c 8263There are three classes of targets: processes, core files, and
7a292a7a
SS
8264executable files. @value{GDBN} can work concurrently on up to three
8265active targets, one in each class. This allows you to (for example)
8266start a process and inspect its activity without abandoning your work on
8267a core file.
c906108c
SS
8268
8269For example, if you execute @samp{gdb a.out}, then the executable file
8270@code{a.out} is the only active target. If you designate a core file as
8271well---presumably from a prior run that crashed and coredumped---then
8272@value{GDBN} has two active targets and uses them in tandem, looking
8273first in the corefile target, then in the executable file, to satisfy
8274requests for memory addresses. (Typically, these two classes of target
8275are complementary, since core files contain only a program's
8276read-write memory---variables and so on---plus machine status, while
8277executable files contain only the program text and initialized data.)
c906108c
SS
8278
8279When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
8280target as well. When a process target is active, all @value{GDBN}
8281commands requesting memory addresses refer to that target; addresses in
8282an active core file or executable file target are obscured while the
8283process target is active.
c906108c 8284
7a292a7a
SS
8285Use the @code{core-file} and @code{exec-file} commands to select a new
8286core file or executable target (@pxref{Files, ,Commands to specify
c906108c 8287files}). To specify as a target a process that is already running, use
7a292a7a
SS
8288the @code{attach} command (@pxref{Attach, ,Debugging an already-running
8289process}).
c906108c 8290
6d2ebf8b 8291@node Target Commands
c906108c
SS
8292@section Commands for managing targets
8293
8294@table @code
8295@item target @var{type} @var{parameters}
7a292a7a
SS
8296Connects the @value{GDBN} host environment to a target machine or
8297process. A target is typically a protocol for talking to debugging
8298facilities. You use the argument @var{type} to specify the type or
8299protocol of the target machine.
c906108c
SS
8300
8301Further @var{parameters} are interpreted by the target protocol, but
8302typically include things like device names or host names to connect
8303with, process numbers, and baud rates.
c906108c
SS
8304
8305The @code{target} command does not repeat if you press @key{RET} again
8306after executing the command.
8307
8308@kindex help target
8309@item help target
8310Displays the names of all targets available. To display targets
8311currently selected, use either @code{info target} or @code{info files}
8312(@pxref{Files, ,Commands to specify files}).
8313
8314@item help target @var{name}
8315Describe a particular target, including any parameters necessary to
8316select it.
8317
8318@kindex set gnutarget
8319@item set gnutarget @var{args}
5d161b24 8320@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 8321knows whether it is reading an @dfn{executable},
5d161b24
DB
8322a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
8323with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
8324with @code{gnutarget} the @code{target} refers to a program, not a machine.
8325
d4f3574e 8326@quotation
c906108c
SS
8327@emph{Warning:} To specify a file format with @code{set gnutarget},
8328you must know the actual BFD name.
d4f3574e 8329@end quotation
c906108c 8330
d4f3574e
SS
8331@noindent
8332@xref{Files, , Commands to specify files}.
c906108c 8333
5d161b24 8334@kindex show gnutarget
c906108c
SS
8335@item show gnutarget
8336Use the @code{show gnutarget} command to display what file format
8337@code{gnutarget} is set to read. If you have not set @code{gnutarget},
8338@value{GDBN} will determine the file format for each file automatically,
8339and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
8340@end table
8341
c906108c
SS
8342Here are some common targets (available, or not, depending on the GDB
8343configuration):
c906108c
SS
8344
8345@table @code
8346@kindex target exec
8347@item target exec @var{program}
8348An executable file. @samp{target exec @var{program}} is the same as
8349@samp{exec-file @var{program}}.
8350
c906108c
SS
8351@kindex target core
8352@item target core @var{filename}
8353A core dump file. @samp{target core @var{filename}} is the same as
8354@samp{core-file @var{filename}}.
c906108c
SS
8355
8356@kindex target remote
8357@item target remote @var{dev}
8358Remote serial target in GDB-specific protocol. The argument @var{dev}
8359specifies what serial device to use for the connection (e.g.
8360@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 8361supports the @code{load} command. This is only useful if you have
c906108c
SS
8362some other way of getting the stub to the target system, and you can put
8363it somewhere in memory where it won't get clobbered by the download.
8364
c906108c
SS
8365@kindex target sim
8366@item target sim
2df3850c 8367Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213
JM
8368In general,
8369@example
8370 target sim
8371 load
8372 run
8373@end example
d4f3574e 8374@noindent
104c1213 8375works; however, you cannot assume that a specific memory map, device
d4f3574e 8376drivers, or even basic I/O is available, although some simulators do
104c1213
JM
8377provide these. For info about any processor-specific simulator details,
8378see the appropriate section in @ref{Embedded Processors, ,Embedded
8379Processors}.
8380
c906108c
SS
8381@end table
8382
104c1213 8383Some configurations may include these targets as well:
c906108c
SS
8384
8385@table @code
8386
c906108c
SS
8387@kindex target nrom
8388@item target nrom @var{dev}
8389NetROM ROM emulator. This target only supports downloading.
8390
c906108c
SS
8391@end table
8392
5d161b24 8393Different targets are available on different configurations of @value{GDBN};
c906108c 8394your configuration may have more or fewer targets.
c906108c
SS
8395
8396Many remote targets require you to download the executable's code
8397once you've successfully established a connection.
8398
8399@table @code
8400
8401@kindex load @var{filename}
8402@item load @var{filename}
c906108c
SS
8403Depending on what remote debugging facilities are configured into
8404@value{GDBN}, the @code{load} command may be available. Where it exists, it
8405is meant to make @var{filename} (an executable) available for debugging
8406on the remote system---by downloading, or dynamic linking, for example.
8407@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
8408the @code{add-symbol-file} command.
8409
8410If your @value{GDBN} does not have a @code{load} command, attempting to
8411execute it gets the error message ``@code{You can't do that when your
8412target is @dots{}}''
c906108c
SS
8413
8414The file is loaded at whatever address is specified in the executable.
8415For some object file formats, you can specify the load address when you
8416link the program; for other formats, like a.out, the object file format
8417specifies a fixed address.
8418@c FIXME! This would be a good place for an xref to the GNU linker doc.
8419
c906108c
SS
8420@code{load} does not repeat if you press @key{RET} again after using it.
8421@end table
8422
6d2ebf8b 8423@node Byte Order
c906108c 8424@section Choosing target byte order
7a292a7a 8425
c906108c
SS
8426@cindex choosing target byte order
8427@cindex target byte order
c906108c
SS
8428
8429Some types of processors, such as the MIPS, PowerPC, and Hitachi SH,
8430offer the ability to run either big-endian or little-endian byte
8431orders. Usually the executable or symbol will include a bit to
8432designate the endian-ness, and you will not need to worry about
8433which to use. However, you may still find it useful to adjust
d4f3574e 8434@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
8435
8436@table @code
8437@kindex set endian big
8438@item set endian big
8439Instruct @value{GDBN} to assume the target is big-endian.
8440
8441@kindex set endian little
8442@item set endian little
8443Instruct @value{GDBN} to assume the target is little-endian.
8444
8445@kindex set endian auto
8446@item set endian auto
8447Instruct @value{GDBN} to use the byte order associated with the
8448executable.
8449
8450@item show endian
8451Display @value{GDBN}'s current idea of the target byte order.
8452
8453@end table
8454
8455Note that these commands merely adjust interpretation of symbolic
8456data on the host, and that they have absolutely no effect on the
8457target system.
8458
6d2ebf8b 8459@node Remote
c906108c
SS
8460@section Remote debugging
8461@cindex remote debugging
8462
8463If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
8464@value{GDBN} in the usual way, it is often useful to use remote debugging.
8465For example, you might use remote debugging on an operating system kernel,
c906108c
SS
8466or on a small system which does not have a general purpose operating system
8467powerful enough to run a full-featured debugger.
8468
8469Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
8470to make this work with particular debugging targets. In addition,
5d161b24 8471@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
8472but not specific to any particular target system) which you can use if you
8473write the remote stubs---the code that runs on the remote system to
8474communicate with @value{GDBN}.
8475
8476Other remote targets may be available in your
8477configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 8478
c906108c 8479@menu
c906108c 8480* Remote Serial:: @value{GDBN} remote serial protocol
c906108c
SS
8481@end menu
8482
6d2ebf8b 8483@node Remote Serial
104c1213 8484@subsection The @value{GDBN} remote serial protocol
7a292a7a 8485
104c1213
JM
8486@cindex remote serial debugging, overview
8487To debug a program running on another machine (the debugging
8488@dfn{target} machine), you must first arrange for all the usual
8489prerequisites for the program to run by itself. For example, for a C
8490program, you need:
c906108c 8491
104c1213
JM
8492@enumerate
8493@item
8494A startup routine to set up the C runtime environment; these usually
8495have a name like @file{crt0}. The startup routine may be supplied by
8496your hardware supplier, or you may have to write your own.
96baa820 8497
5d161b24 8498@item
d4f3574e 8499A C subroutine library to support your program's
104c1213 8500subroutine calls, notably managing input and output.
96baa820 8501
104c1213
JM
8502@item
8503A way of getting your program to the other machine---for example, a
8504download program. These are often supplied by the hardware
8505manufacturer, but you may have to write your own from hardware
8506documentation.
8507@end enumerate
96baa820 8508
104c1213
JM
8509The next step is to arrange for your program to use a serial port to
8510communicate with the machine where @value{GDBN} is running (the @dfn{host}
8511machine). In general terms, the scheme looks like this:
96baa820 8512
104c1213
JM
8513@table @emph
8514@item On the host,
8515@value{GDBN} already understands how to use this protocol; when everything
8516else is set up, you can simply use the @samp{target remote} command
8517(@pxref{Targets,,Specifying a Debugging Target}).
8518
8519@item On the target,
8520you must link with your program a few special-purpose subroutines that
8521implement the @value{GDBN} remote serial protocol. The file containing these
8522subroutines is called a @dfn{debugging stub}.
8523
8524On certain remote targets, you can use an auxiliary program
8525@code{gdbserver} instead of linking a stub into your program.
8526@xref{Server,,Using the @code{gdbserver} program}, for details.
8527@end table
96baa820 8528
104c1213
JM
8529The debugging stub is specific to the architecture of the remote
8530machine; for example, use @file{sparc-stub.c} to debug programs on
8531@sc{sparc} boards.
96baa820 8532
104c1213
JM
8533@cindex remote serial stub list
8534These working remote stubs are distributed with @value{GDBN}:
96baa820 8535
104c1213
JM
8536@table @code
8537
8538@item i386-stub.c
41afff9a 8539@cindex @file{i386-stub.c}
104c1213
JM
8540@cindex Intel
8541@cindex i386
8542For Intel 386 and compatible architectures.
8543
8544@item m68k-stub.c
41afff9a 8545@cindex @file{m68k-stub.c}
104c1213
JM
8546@cindex Motorola 680x0
8547@cindex m680x0
8548For Motorola 680x0 architectures.
8549
8550@item sh-stub.c
41afff9a 8551@cindex @file{sh-stub.c}
104c1213
JM
8552@cindex Hitachi
8553@cindex SH
8554For Hitachi SH architectures.
8555
8556@item sparc-stub.c
41afff9a 8557@cindex @file{sparc-stub.c}
104c1213
JM
8558@cindex Sparc
8559For @sc{sparc} architectures.
8560
8561@item sparcl-stub.c
41afff9a 8562@cindex @file{sparcl-stub.c}
104c1213
JM
8563@cindex Fujitsu
8564@cindex SparcLite
8565For Fujitsu @sc{sparclite} architectures.
8566
8567@end table
8568
8569The @file{README} file in the @value{GDBN} distribution may list other
8570recently added stubs.
8571
8572@menu
8573* Stub Contents:: What the stub can do for you
8574* Bootstrapping:: What you must do for the stub
8575* Debug Session:: Putting it all together
8576* Protocol:: Definition of the communication protocol
8577* Server:: Using the `gdbserver' program
8578* NetWare:: Using the `gdbserve.nlm' program
8579@end menu
8580
6d2ebf8b 8581@node Stub Contents
104c1213
JM
8582@subsubsection What the stub can do for you
8583
8584@cindex remote serial stub
8585The debugging stub for your architecture supplies these three
8586subroutines:
8587
8588@table @code
8589@item set_debug_traps
8590@kindex set_debug_traps
8591@cindex remote serial stub, initialization
8592This routine arranges for @code{handle_exception} to run when your
8593program stops. You must call this subroutine explicitly near the
8594beginning of your program.
8595
8596@item handle_exception
8597@kindex handle_exception
8598@cindex remote serial stub, main routine
8599This is the central workhorse, but your program never calls it
8600explicitly---the setup code arranges for @code{handle_exception} to
8601run when a trap is triggered.
8602
8603@code{handle_exception} takes control when your program stops during
8604execution (for example, on a breakpoint), and mediates communications
8605with @value{GDBN} on the host machine. This is where the communications
8606protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 8607representative on the target machine. It begins by sending summary
104c1213
JM
8608information on the state of your program, then continues to execute,
8609retrieving and transmitting any information @value{GDBN} needs, until you
8610execute a @value{GDBN} command that makes your program resume; at that point,
8611@code{handle_exception} returns control to your own code on the target
5d161b24 8612machine.
104c1213
JM
8613
8614@item breakpoint
8615@cindex @code{breakpoint} subroutine, remote
8616Use this auxiliary subroutine to make your program contain a
8617breakpoint. Depending on the particular situation, this may be the only
8618way for @value{GDBN} to get control. For instance, if your target
8619machine has some sort of interrupt button, you won't need to call this;
8620pressing the interrupt button transfers control to
8621@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
8622simply receiving characters on the serial port may also trigger a trap;
8623again, in that situation, you don't need to call @code{breakpoint} from
8624your own program---simply running @samp{target remote} from the host
5d161b24 8625@value{GDBN} session gets control.
104c1213
JM
8626
8627Call @code{breakpoint} if none of these is true, or if you simply want
8628to make certain your program stops at a predetermined point for the
8629start of your debugging session.
8630@end table
8631
6d2ebf8b 8632@node Bootstrapping
104c1213
JM
8633@subsubsection What you must do for the stub
8634
8635@cindex remote stub, support routines
8636The debugging stubs that come with @value{GDBN} are set up for a particular
8637chip architecture, but they have no information about the rest of your
8638debugging target machine.
8639
8640First of all you need to tell the stub how to communicate with the
8641serial port.
8642
8643@table @code
8644@item int getDebugChar()
8645@kindex getDebugChar
8646Write this subroutine to read a single character from the serial port.
8647It may be identical to @code{getchar} for your target system; a
8648different name is used to allow you to distinguish the two if you wish.
8649
8650@item void putDebugChar(int)
8651@kindex putDebugChar
8652Write this subroutine to write a single character to the serial port.
5d161b24 8653It may be identical to @code{putchar} for your target system; a
104c1213
JM
8654different name is used to allow you to distinguish the two if you wish.
8655@end table
8656
8657@cindex control C, and remote debugging
8658@cindex interrupting remote targets
8659If you want @value{GDBN} to be able to stop your program while it is
8660running, you need to use an interrupt-driven serial driver, and arrange
8661for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
8662character). That is the character which @value{GDBN} uses to tell the
8663remote system to stop.
8664
8665Getting the debugging target to return the proper status to @value{GDBN}
8666probably requires changes to the standard stub; one quick and dirty way
8667is to just execute a breakpoint instruction (the ``dirty'' part is that
8668@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
8669
8670Other routines you need to supply are:
8671
8672@table @code
8673@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
8674@kindex exceptionHandler
8675Write this function to install @var{exception_address} in the exception
8676handling tables. You need to do this because the stub does not have any
8677way of knowing what the exception handling tables on your target system
8678are like (for example, the processor's table might be in @sc{rom},
8679containing entries which point to a table in @sc{ram}).
8680@var{exception_number} is the exception number which should be changed;
8681its meaning is architecture-dependent (for example, different numbers
8682might represent divide by zero, misaligned access, etc). When this
8683exception occurs, control should be transferred directly to
8684@var{exception_address}, and the processor state (stack, registers,
8685and so on) should be just as it is when a processor exception occurs. So if
8686you want to use a jump instruction to reach @var{exception_address}, it
8687should be a simple jump, not a jump to subroutine.
8688
8689For the 386, @var{exception_address} should be installed as an interrupt
8690gate so that interrupts are masked while the handler runs. The gate
8691should be at privilege level 0 (the most privileged level). The
8692@sc{sparc} and 68k stubs are able to mask interrupts themselves without
8693help from @code{exceptionHandler}.
8694
8695@item void flush_i_cache()
8696@kindex flush_i_cache
d4f3574e 8697On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
8698instruction cache, if any, on your target machine. If there is no
8699instruction cache, this subroutine may be a no-op.
8700
8701On target machines that have instruction caches, @value{GDBN} requires this
8702function to make certain that the state of your program is stable.
8703@end table
8704
8705@noindent
8706You must also make sure this library routine is available:
8707
8708@table @code
8709@item void *memset(void *, int, int)
8710@kindex memset
8711This is the standard library function @code{memset} that sets an area of
8712memory to a known value. If you have one of the free versions of
8713@code{libc.a}, @code{memset} can be found there; otherwise, you must
8714either obtain it from your hardware manufacturer, or write your own.
8715@end table
8716
8717If you do not use the GNU C compiler, you may need other standard
8718library subroutines as well; this varies from one stub to another,
8719but in general the stubs are likely to use any of the common library
d4f3574e 8720subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
8721
8722
6d2ebf8b 8723@node Debug Session
104c1213
JM
8724@subsubsection Putting it all together
8725
8726@cindex remote serial debugging summary
8727In summary, when your program is ready to debug, you must follow these
8728steps.
8729
8730@enumerate
8731@item
6d2ebf8b 8732Make sure you have defined the supporting low-level routines
104c1213
JM
8733(@pxref{Bootstrapping,,What you must do for the stub}):
8734@display
8735@code{getDebugChar}, @code{putDebugChar},
8736@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
8737@end display
8738
8739@item
8740Insert these lines near the top of your program:
8741
8742@example
8743set_debug_traps();
8744breakpoint();
8745@end example
8746
8747@item
8748For the 680x0 stub only, you need to provide a variable called
8749@code{exceptionHook}. Normally you just use:
8750
8751@example
8752void (*exceptionHook)() = 0;
8753@end example
8754
d4f3574e 8755@noindent
104c1213 8756but if before calling @code{set_debug_traps}, you set it to point to a
d4f3574e 8757function in your program; that function is called when
104c1213
JM
8758@code{@value{GDBN}} continues after stopping on a trap (for example, bus
8759error). The function indicated by @code{exceptionHook} is called with
8760one parameter: an @code{int} which is the exception number.
8761
8762@item
8763Compile and link together: your program, the @value{GDBN} debugging stub for
8764your target architecture, and the supporting subroutines.
8765
8766@item
8767Make sure you have a serial connection between your target machine and
8768the @value{GDBN} host, and identify the serial port on the host.
8769
8770@item
8771@c The "remote" target now provides a `load' command, so we should
8772@c document that. FIXME.
8773Download your program to your target machine (or get it there by
8774whatever means the manufacturer provides), and start it.
8775
8776@item
8777To start remote debugging, run @value{GDBN} on the host machine, and specify
8778as an executable file the program that is running in the remote machine.
8779This tells @value{GDBN} how to find your program's symbols and the contents
8780of its pure text.
8781
d4f3574e 8782@item
104c1213 8783@cindex serial line, @code{target remote}
d4f3574e 8784Establish communication using the @code{target remote} command.
104c1213
JM
8785Its argument specifies how to communicate with the target
8786machine---either via a devicename attached to a direct serial line, or a
8787TCP port (usually to a terminal server which in turn has a serial line
8788to the target). For example, to use a serial line connected to the
8789device named @file{/dev/ttyb}:
8790
8791@example
8792target remote /dev/ttyb
8793@end example
8794
8795@cindex TCP port, @code{target remote}
8796To use a TCP connection, use an argument of the form
8797@code{@var{host}:port}. For example, to connect to port 2828 on a
8798terminal server named @code{manyfarms}:
8799
8800@example
8801target remote manyfarms:2828
8802@end example
8803@end enumerate
8804
8805Now you can use all the usual commands to examine and change data and to
8806step and continue the remote program.
8807
8808To resume the remote program and stop debugging it, use the @code{detach}
8809command.
8810
8811@cindex interrupting remote programs
8812@cindex remote programs, interrupting
8813Whenever @value{GDBN} is waiting for the remote program, if you type the
8814interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
8815program. This may or may not succeed, depending in part on the hardware
8816and the serial drivers the remote system uses. If you type the
8817interrupt character once again, @value{GDBN} displays this prompt:
8818
8819@example
8820Interrupted while waiting for the program.
8821Give up (and stop debugging it)? (y or n)
8822@end example
8823
8824If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
8825(If you decide you want to try again later, you can use @samp{target
8826remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
8827goes back to waiting.
8828
6d2ebf8b 8829@node Protocol
104c1213
JM
8830@subsubsection Communication protocol
8831
8832@cindex debugging stub, example
8833@cindex remote stub, example
8834@cindex stub example, remote debugging
8835The stub files provided with @value{GDBN} implement the target side of the
8836communication protocol, and the @value{GDBN} side is implemented in the
8837@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
8838these subroutines to communicate, and ignore the details. (If you're
8839implementing your own stub file, you can still ignore the details: start
8840with one of the existing stub files. @file{sparc-stub.c} is the best
8841organized, and therefore the easiest to read.)
8842
8843However, there may be occasions when you need to know something about
8844the protocol---for example, if there is only one serial port to your
8845target machine, you might want your program to do something special if
8846it recognizes a packet meant for @value{GDBN}.
8847
8848In the examples below, @samp{<-} and @samp{->} are used to indicate
8849transmitted and received data respectfully.
8850
8851@cindex protocol, @value{GDBN} remote serial
8852@cindex serial protocol, @value{GDBN} remote
8853@cindex remote serial protocol
6cf7e474
AC
8854All @value{GDBN} commands and responses (other than acknowledgments) are
8855sent as a @var{packet}. A @var{packet} is introduced with the character
8856@samp{$}, the actual @var{packet-data}, and the terminating character
8857@samp{#} followed by a two-digit @var{checksum}:
104c1213
JM
8858
8859@example
8860@code{$}@var{packet-data}@code{#}@var{checksum}
8861@end example
8862@noindent
104c1213
JM
8863
8864@cindex checksum, for @value{GDBN} remote
8865@noindent
8866The two-digit @var{checksum} is computed as the modulo 256 sum of all
6cf7e474
AC
8867characters between the leading @samp{$} and the trailing @samp{#} (an
8868eight bit unsigned checksum).
8869
8870Implementors should note that prior to @value{GDBN} 5.0 the protocol
8871specification also included an optional two-digit @var{sequence-id}:
8872
8873@example
8874@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
8875@end example
104c1213
JM
8876
8877@cindex sequence-id, for @value{GDBN} remote
8878@noindent
6cf7e474
AC
8879That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
8880has never output @var{sequence-id}s. Stubs that handle packets added
8881since @value{GDBN} 5.0 must not accept @var{sequence-id}.
104c1213 8882
6cf7e474 8883@cindex acknowledgment, for @value{GDBN} remote
104c1213
JM
8884When either the host or the target machine receives a packet, the first
8885response expected is an acknowledgment: either @samp{+} (to indicate
8886the package was received correctly) or @samp{-} (to request
8887retransmission):
8888
8889@example
8890<- @code{$}@var{packet-data}@code{#}@var{checksum}
8891-> @code{+}
8892@end example
8893@noindent
104c1213
JM
8894
8895The host (@value{GDBN}) sends @var{command}s, and the target (the
8896debugging stub incorporated in your program) sends a @var{response}. In
8897the case of step and continue @var{command}s, the response is only sent
8898when the operation has completed (the target has again stopped).
8899
8900@var{packet-data} consists of a sequence of characters with the
6cf7e474
AC
8901exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
8902exceptions).
8903
8904Fields within the packet should be separated using @samp{,} @samp{;} or
8905@samp{:}. Except where otherwise noted all numbers are represented in
8906HEX with leading zeros suppressed.
8907
8908Implementors should note that prior to @value{GDBN} 5.0, the character
8909@samp{:} could not appear as the third character in a packet (as it
8910would potentially conflict with the @var{sequence-id}).
104c1213
JM
8911
8912Response @var{data} can be run-length encoded to save space. A @samp{*}
c3f6f71d 8913means that the next character is an @sc{ascii} encoding giving a repeat count
104c1213
JM
8914which stands for that many repetitions of the character preceding the
8915@samp{*}. The encoding is @code{n+29}, yielding a printable character
d4f3574e
SS
8916where @code{n >=3} (which is where rle starts to win). The printable
8917characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
8918value greater than 126 should not be used.
8919
8920Some remote systems have used a different run-length encoding mechanism
8921loosely refered to as the cisco encoding. Following the @samp{*}
8922character are two hex digits that indicate the size of the packet.
104c1213
JM
8923
8924So:
8925@example
8926"@code{0* }"
8927@end example
8928@noindent
8929means the same as "0000".
8930
8931The error response, returned for some packets includes a two character
8932error number. That number is not well defined.
8933
8934For any @var{command} not supported by the stub, an empty response
8935(@samp{$#00}) should be returned. That way it is possible to extend the
8936protocol. A newer @value{GDBN} can tell if a packet is supported based
d4f3574e 8937on that response.
104c1213 8938
f1251bdd
C
8939A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
8940@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8941optional.
8942
104c1213
JM
8943Below is a complete list of all currently defined @var{command}s and
8944their corresponding response @var{data}:
8945
8946@multitable @columnfractions .30 .30 .40
8947@item Packet
8948@tab Request
8949@tab Description
8950
f1251bdd 8951@item extended ops
104c1213
JM
8952@tab @code{!}
8953@tab
d4f3574e 8954Use the extended remote protocol. Sticky---only needs to be set once.
104c1213
JM
8955The extended remote protocol support the @samp{R} packet.
8956@item
8957@tab reply @samp{}
8958@tab
8959Stubs that support the extended remote protocol return @samp{} which,
8960unfortunately, is identical to the response returned by stubs that do not
8961support protocol extensions.
8962
8963@item last signal
8964@tab @code{?}
8965@tab
d4f3574e
SS
8966Indicate the reason the target halted. The reply is the same as for step
8967and continue.
8968@item
8969@tab reply
8970@tab see below
8971
104c1213
JM
8972
8973@item reserved
8974@tab @code{a}
5d161b24 8975@tab Reserved for future use
104c1213 8976
f1251bdd 8977@item set program arguments @strong{(reserved)}
104c1213
JM
8978@tab @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,...}
8979@tab
8980Initialized @samp{argv[]} array passed into program. @var{arglen}
8981specifies the number of bytes in the hex encoded byte stream @var{arg}.
d4f3574e 8982See @file{gdbserver} for more details.
104c1213
JM
8983@item
8984@tab reply @code{OK}
8985@item
8986@tab reply @code{E}@var{NN}
8987
8988@item set baud @strong{(deprecated)}
8989@tab @code{b}@var{baud}
8990@tab
8991Change the serial line speed to @var{baud}. JTC: @emph{When does the
8992transport layer state change? When it's received, or after the ACK is
8993transmitted. In either case, there are problems if the command or the
8994acknowledgment packet is dropped.} Stan: @emph{If people really wanted
8995to add something like this, and get it working for the first time, they
8996ought to modify ser-unix.c to send some kind of out-of-band message to a
8997specially-setup stub and have the switch happen "in between" packets, so
8998that from remote protocol's point of view, nothing actually
8999happened.}
9000
9001@item set breakpoint @strong{(deprecated)}
9002@tab @code{B}@var{addr},@var{mode}
9003@tab
9004Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
9005breakpoint at @var{addr}. @emph{This has been replaced by the @samp{Z} and
9006@samp{z} packets.}
9007
9008@item continue
9009@tab @code{c}@var{addr}
9010@tab
9011@var{addr} is address to resume. If @var{addr} is omitted, resume at
9012current address.
9013@item
9014@tab reply
9015@tab see below
9016
f1251bdd 9017@item continue with signal
104c1213
JM
9018@tab @code{C}@var{sig}@code{;}@var{addr}
9019@tab
9020Continue with signal @var{sig} (hex signal number). If
9021@code{;}@var{addr} is omitted, resume at same address.
9022@item
9023@tab reply
9024@tab see below
9025
d4f3574e 9026@item toggle debug @emph{(deprecated)}
104c1213
JM
9027@tab @code{d}
9028@tab
d4f3574e 9029toggle debug flag.
104c1213 9030
f1251bdd 9031@item detach
104c1213 9032@tab @code{D}
d4f3574e 9033@tab
2df3850c
JM
9034Detach @value{GDBN} from the remote system. Sent to the remote target before
9035@value{GDBN} disconnects.
d4f3574e
SS
9036@item
9037@tab reply @emph{no response}
9038@tab
2df3850c 9039@value{GDBN} does not check for any response after sending this packet
104c1213
JM
9040
9041@item reserved
9042@tab @code{e}
5d161b24 9043@tab Reserved for future use
104c1213
JM
9044
9045@item reserved
9046@tab @code{E}
5d161b24 9047@tab Reserved for future use
104c1213
JM
9048
9049@item reserved
9050@tab @code{f}
5d161b24 9051@tab Reserved for future use
104c1213
JM
9052
9053@item reserved
9054@tab @code{F}
5d161b24 9055@tab Reserved for future use
104c1213
JM
9056
9057@item read registers
9058@tab @code{g}
9059@tab Read general registers.
9060@item
9061@tab reply @var{XX...}
9062@tab
9063Each byte of register data is described by two hex digits. The bytes
9064with the register are transmitted in target byte order. The size of
d4f3574e 9065each register and their position within the @samp{g} @var{packet} are
2df3850c 9066determined by the @value{GDBN} internal macros @var{REGISTER_RAW_SIZE} and
d4f3574e
SS
9067@var{REGISTER_NAME} macros. The specification of several standard
9068@code{g} packets is specified below.
104c1213
JM
9069@item
9070@tab @code{E}@var{NN}
9071@tab for an error.
9072
9073@item write regs
9074@tab @code{G}@var{XX...}
9075@tab
9076See @samp{g} for a description of the @var{XX...} data.
9077@item
9078@tab reply @code{OK}
9079@tab for success
9080@item
9081@tab reply @code{E}@var{NN}
9082@tab for an error
9083
9084@item reserved
9085@tab @code{h}
5d161b24 9086@tab Reserved for future use
104c1213 9087
f1251bdd 9088@item set thread
104c1213
JM
9089@tab @code{H}@var{c}@var{t...}
9090@tab
d4f3574e
SS
9091Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
9092@samp{G}, et.al.). @var{c} = @samp{c} for thread used in step and
9093continue; @var{t...} can be -1 for all threads. @var{c} = @samp{g} for
9094thread used in other operations. If zero, pick a thread, any thread.
104c1213
JM
9095@item
9096@tab reply @code{OK}
9097@tab for success
9098@item
9099@tab reply @code{E}@var{NN}
9100@tab for an error
9101
d4f3574e
SS
9102@c FIXME: JTC:
9103@c 'H': How restrictive (or permissive) is the thread model. If a
5d161b24 9104@c thread is selected and stopped, are other threads allowed
d4f3574e
SS
9105@c to continue to execute? As I mentioned above, I think the
9106@c semantics of each command when a thread is selected must be
9107@c described. For example:
9108@c
9109@c 'g': If the stub supports threads and a specific thread is
9110@c selected, returns the register block from that thread;
9111@c otherwise returns current registers.
9112@c
9113@c 'G' If the stub supports threads and a specific thread is
9114@c selected, sets the registers of the register block of
9115@c that thread; otherwise sets current registers.
9116
f1251bdd 9117@item cycle step @strong{(draft)}
104c1213
JM
9118@tab @code{i}@var{addr}@code{,}@var{nnn}
9119@tab
9120Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
9121present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
9122step starting at that address.
9123
f1251bdd 9124@item signal then cycle step @strong{(reserved)}
104c1213
JM
9125@tab @code{I}
9126@tab
9127See @samp{i} and @samp{S} for likely syntax and semantics.
9128
9129@item reserved
9130@tab @code{j}
9131@tab Reserved for future use
9132
9133@item reserved
9134@tab @code{J}
5d161b24 9135@tab Reserved for future use
104c1213 9136
f1251bdd 9137@item kill request
104c1213
JM
9138@tab @code{k}
9139@tab
d4f3574e
SS
9140FIXME: @emph{There is no description of how operate when a specific
9141thread context has been selected (ie. does 'k' kill only that thread?)}.
104c1213
JM
9142
9143@item reserved
9144@tab @code{l}
5d161b24 9145@tab Reserved for future use
104c1213
JM
9146
9147@item reserved
9148@tab @code{L}
5d161b24 9149@tab Reserved for future use
104c1213
JM
9150
9151@item read memory
9152@tab @code{m}@var{addr}@code{,}@var{length}
9153@tab
9154Read @var{length} bytes of memory starting at address @var{addr}.
2df3850c 9155Neither @value{GDBN} nor the stub assume that sized memory transfers are assumed
d4f3574e
SS
9156using word alligned accesses. FIXME: @emph{A word aligned memory
9157transfer mechanism is needed.}
104c1213
JM
9158@item
9159@tab reply @var{XX...}
9160@tab
d4f3574e 9161@var{XX...} is mem contents. Can be fewer bytes than requested if able
2df3850c 9162to read only part of the data. Neither @value{GDBN} nor the stub assume that
d4f3574e
SS
9163sized memory transfers are assumed using word alligned accesses. FIXME:
9164@emph{A word aligned memory transfer mechanism is needed.}
104c1213
JM
9165@item
9166@tab reply @code{E}@var{NN}
9167@tab @var{NN} is errno
9168
9169@item write mem
9170@tab @code{M}@var{addr},@var{length}@code{:}@var{XX...}
9171@tab
9172Write @var{length} bytes of memory starting at address @var{addr}.
9173@var{XX...} is the data.
9174@item
9175@tab reply @code{OK}
9176@tab for success
9177@item
9178@tab reply @code{E}@var{NN}
9179@tab
9180for an error (this includes the case where only part of the data was
9181written).
9182
9183@item reserved
9184@tab @code{n}
5d161b24 9185@tab Reserved for future use
104c1213
JM
9186
9187@item reserved
9188@tab @code{N}
5d161b24 9189@tab Reserved for future use
104c1213
JM
9190
9191@item reserved
9192@tab @code{o}
5d161b24 9193@tab Reserved for future use
104c1213
JM
9194
9195@item reserved
9196@tab @code{O}
5d161b24 9197@tab Reserved for future use
104c1213
JM
9198
9199@item read reg @strong{(reserved)}
9200@tab @code{p}@var{n...}
9201@tab
9202See write register.
9203@item
9204@tab return @var{r....}
9205@tab The hex encoded value of the register in target byte order.
9206
f1251bdd 9207@item write reg
104c1213
JM
9208@tab @code{P}@var{n...}@code{=}@var{r...}
9209@tab
9210Write register @var{n...} with value @var{r...}, which contains two hex
9211digits for each byte in the register (target byte order).
9212@item
9213@tab reply @code{OK}
9214@tab for success
9215@item
9216@tab reply @code{E}@var{NN}
9217@tab for an error
9218
f1251bdd 9219@item general query
104c1213
JM
9220@tab @code{q}@var{query}
9221@tab
d4f3574e 9222Request info about @var{query}. In general @value{GDBN} @var{query}'s
104c1213 9223have a leading upper case letter. Custom vendor queries should use a
d4f3574e
SS
9224company prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may
9225optionally be followed by a @samp{,} or @samp{;} separated list. Stubs
9226must ensure that they match the full @var{query} name.
104c1213
JM
9227@item
9228@tab reply @code{XX...}
d4f3574e 9229@tab Hex encoded data from query. The reply can not be empty.
104c1213
JM
9230@item
9231@tab reply @code{E}@var{NN}
9232@tab error reply
9233@item
9234@tab reply @samp{}
9235@tab Indicating an unrecognized @var{query}.
9236
f1251bdd 9237@item general set
104c1213
JM
9238@tab @code{Q}@var{var}@code{=}@var{val}
9239@tab
9240Set value of @var{var} to @var{val}. See @samp{q} for a discussing of
9241naming conventions.
9242
d4f3574e
SS
9243@item reset @emph{(deprecated)}
9244@tab @code{r}
9245@tab
9246Reset the entire system.
104c1213 9247
f1251bdd 9248@item remote restart
104c1213
JM
9249@tab @code{R}@var{XX}
9250@tab
d4f3574e
SS
9251Restart the remote server. @var{XX} while needed has no clear
9252definition. FIXME: @emph{An example interaction explaining how this
9253packet is used in extended-remote mode is needed}.
104c1213 9254
f1251bdd 9255@item step
104c1213
JM
9256@tab @code{s}@var{addr}
9257@tab
9258@var{addr} is address to resume. If @var{addr} is omitted, resume at
9259same address.
9260@item
9261@tab reply
9262@tab see below
9263
f1251bdd 9264@item step with signal
104c1213
JM
9265@tab @code{S}@var{sig}@code{;}@var{addr}
9266@tab
9267Like @samp{C} but step not continue.
9268@item
9269@tab reply
9270@tab see below
9271
f1251bdd 9272@item search
104c1213
JM
9273@tab @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM}
9274@tab
9275Search backwards starting at address @var{addr} for a match with pattern
9276@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4
d4f3574e 9277bytes. @var{addr} must be at least 3 digits.
104c1213 9278
f1251bdd 9279@item thread alive
104c1213
JM
9280@tab @code{T}@var{XX}
9281@tab Find out if the thread XX is alive.
9282@item
9283@tab reply @code{OK}
9284@tab thread is still alive
9285@item
9286@tab reply @code{E}@var{NN}
9287@tab thread is dead
5d161b24 9288
104c1213
JM
9289@item reserved
9290@tab @code{u}
5d161b24 9291@tab Reserved for future use
104c1213
JM
9292
9293@item reserved
9294@tab @code{U}
5d161b24 9295@tab Reserved for future use
104c1213
JM
9296
9297@item reserved
9298@tab @code{v}
5d161b24 9299@tab Reserved for future use
104c1213
JM
9300
9301@item reserved
9302@tab @code{V}
5d161b24 9303@tab Reserved for future use
104c1213
JM
9304
9305@item reserved
9306@tab @code{w}
5d161b24 9307@tab Reserved for future use
104c1213
JM
9308
9309@item reserved
9310@tab @code{W}
5d161b24 9311@tab Reserved for future use
104c1213
JM
9312
9313@item reserved
9314@tab @code{x}
5d161b24 9315@tab Reserved for future use
104c1213 9316
f1251bdd 9317@item write mem (binary)
104c1213
JM
9318@tab @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX...}
9319@tab
9320@var{addr} is address, @var{length} is number of bytes, @var{XX...} is
d4f3574e
SS
9321binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
9322escaped using @code{0x7d}.
104c1213
JM
9323@item
9324@tab reply @code{OK}
9325@tab for success
9326@item
9327@tab reply @code{E}@var{NN}
9328@tab for an error
9329
9330@item reserved
9331@tab @code{y}
5d161b24 9332@tab Reserved for future use
104c1213
JM
9333
9334@item reserved
9335@tab @code{Y}
5d161b24 9336@tab Reserved for future use
104c1213 9337
f1251bdd 9338@item remove break or watchpoint @strong{(draft)}
104c1213
JM
9339@tab @code{z}@var{t}@code{,}@var{addr}@code{,}@var{length}
9340@tab
9341See @samp{Z}.
9342
f1251bdd 9343@item insert break or watchpoint @strong{(draft)}
104c1213
JM
9344@tab @code{Z}@var{t}@code{,}@var{addr}@code{,}@var{length}
9345@tab
9346@var{t} is type: @samp{0} - software breakpoint, @samp{1} - hardware
9347breakpoint, @samp{2} - write watchpoint, @samp{3} - read watchpoint,
9348@samp{4} - access watchpoint; @var{addr} is address; @var{length} is in
9349bytes. For a software breakpoint, @var{length} specifies the size of
9350the instruction to be patched. For hardware breakpoints and watchpoints
d4f3574e
SS
9351@var{length} specifies the memory region to be monitored. To avoid
9352potential problems with duplicate packets, the operations should be
6d2ebf8b 9353implemented in an idempotent way.
104c1213
JM
9354@item
9355@tab reply @code{E}@var{NN}
9356@tab for an error
9357@item
9358@tab reply @code{OK}
9359@tab for success
9360@item
9361@tab @samp{}
9362@tab If not supported.
9363
9364@item reserved
9365@tab <other>
5d161b24 9366@tab Reserved for future use
104c1213
JM
9367
9368@end multitable
9369
d4f3574e
SS
9370The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
9371receive any of the below as a reply. In the case of the @samp{C},
9372@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
9373when the target halts. In the below the exact meaning of @samp{signal
9374number} is poorly defined. In general one of the UNIX signal numbering
9375conventions is used.
104c1213
JM
9376
9377@multitable @columnfractions .4 .6
9378
9379@item @code{S}@var{AA}
9380@tab @var{AA} is the signal number
9381
9382@item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
9383@tab
9384@var{AA} = two hex digit signal number; @var{n...} = register number
9385(hex), @var{r...} = target byte ordered register contents, size defined
9386by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
9387thread process ID, this is a hex integer; @var{n...} = other string not
d4f3574e 9388starting with valid hex digit. @value{GDBN} should ignore this
104c1213
JM
9389@var{n...}, @var{r...} pair and go on to the next. This way we can
9390extend the protocol.
9391
9392@item @code{W}@var{AA}
9393@tab
9394The process exited, and @var{AA} is the exit status. This is only
9395applicable for certains sorts of targets.
9396
9397@item @code{X}@var{AA}
9398@tab
9399The process terminated with signal @var{AA}.
9400
6d2ebf8b 9401@item @code{N}@var{AA}@code{;}@var{t...}@code{;}@var{d...}@code{;}@var{b...} @strong{(obsolete)}
104c1213 9402@tab
6d2ebf8b
SS
9403@var{AA} = signal number; @var{t...} = address of symbol "_start";
9404@var{d...} = base of data section; @var{b...} = base of bss section.
9405@emph{Note: only used by Cisco Systems targets. The difference between
9406this reply and the "qOffsets" query is that the 'N' packet may arrive
9407spontaneously whereas the 'qOffsets' is a query initiated by the host
9408debugger.}
104c1213
JM
9409
9410@item @code{O}@var{XX...}
9411@tab
c3f6f71d 9412@var{XX...} is hex encoding of @sc{ascii} data. This can happen at any time
104c1213
JM
9413while the program is running and the debugger should continue to wait
9414for 'W', 'T', etc.
9415
9416@end multitable
9417
d4f3574e
SS
9418The following set and query packets have already been defined.
9419
9420@multitable @columnfractions .2 .2 .6
9421
9422@item current thread
9423@tab @code{q}@code{C}
9424@tab Return the current thread id.
9425@item
9426@tab reply @code{QC}@var{pid}
9427@tab
9428Where @var{pid} is a HEX encoded 16 bit process id.
9429@item
9430@tab reply *
9431@tab Any other reply implies the old pid.
9432
bba2971c
MS
9433@item all thread ids
9434@tab @code{q}@code{fThreadInfo}
9435@item
9436@tab @code{q}@code{sThreadInfo}
d4f3574e 9437@tab
bba2971c
MS
9438Obtain a list of active thread ids from the target (OS). Since there
9439may be too many active threads to fit into one reply packet, this query
9440works iteratively: it may require more than one query/reply sequence to
9441obtain the entire list of threads. The first query of the sequence will
5d161b24 9442be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
bba2971c 9443sequence will be the @code{qs}@code{ThreadInfo} query.
d4f3574e 9444@item
bba2971c
MS
9445@tab
9446@tab NOTE: replaces the @code{qL} query (see below).
d4f3574e 9447@item
5d161b24 9448@tab reply @code{m}@var{<id>}
bba2971c
MS
9449@tab A single thread id
9450@item
00e4a2e4 9451@tab reply @code{m}@var{<id>},@var{<id>...}
bba2971c
MS
9452@tab a comma-separated list of thread ids
9453@item
9454@tab reply @code{l}
9455@tab (lower case 'el') denotes end of list.
9456@item
9457@tab
9458@tab
9459In response to each query, the target will reply with a list of one
9460or more thread ids, in big-endian hex, separated by commas. GDB will
9461respond to each reply with a request for more thread ids (using the
9462@code{qs} form of the query), until the target responds with @code{l}
9463(lower-case el, for @code{'last'}).
9464
9465@item extra thread info
480ff1fb 9466@tab @code{q}@code{ThreadExtraInfo}@code{,}@var{id}
bba2971c
MS
9467@tab
9468@item
9469@tab
9470@tab
9471Where @var{<id>} is a thread-id in big-endian hex.
9472Obtain a printable string description of a thread's attributes from
9473the target OS. This string may contain anything that the target OS
9474thinks is interesting for @value{GDBN} to tell the user about the thread.
9475The string is displayed in @value{GDBN}'s @samp{info threads} display.
5d161b24 9476Some examples of possible thread extra info strings are "Runnable", or
bba2971c
MS
9477"Blocked on Mutex".
9478@item
9479@tab reply @var{XX...}
9480@tab
9481Where @var{XX...} is a hex encoding of @sc{ascii} data, comprising the
9482printable string containing the extra information about the thread's
9483attributes.
d4f3574e
SS
9484
9485@item query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
9486@tab @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread}
9487@tab
2b628194
MS
9488@item
9489@tab
9490@tab
d4f3574e
SS
9491Obtain thread information from RTOS. Where: @var{startflag} (one hex
9492digit) is one to indicate the first query and zero to indicate a
9493subsequent query; @var{threadcount} (two hex digits) is the maximum
9494number of threads the response packet can contain; and @var{nextthread}
9495(eight hex digits), for subsequent queries (@var{startflag} is zero), is
9496returned in the response as @var{argthread}.
9497@item
bba2971c
MS
9498@tab
9499@tab NOTE: this query is replaced by the @code{q}@code{fThreadInfo}
9500query (see above).
9501@item
d4f3574e
SS
9502@tab reply @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread...}
9503@tab
2b628194
MS
9504@item
9505@tab
9506@tab
d4f3574e
SS
9507Where: @var{count} (two hex digits) is the number of threads being
9508returned; @var{done} (one hex digit) is zero to indicate more threads
9509and one indicates no further threads; @var{argthreadid} (eight hex
9510digits) is @var{nextthread} from the request packet; @var{thread...} is
9511a sequence of thread IDs from the target. @var{threadid} (eight hex
9512digits). See @code{remote.c:parse_threadlist_response()}.
9513
bba2971c
MS
9514@item compute CRC of memory block
9515@tab @code{q}@code{CRC:}@var{addr}@code{,}@var{length}
9516@tab
9517@item
9518@tab reply @code{E}@var{NN}
9519@tab An error (such as memory fault)
9520@item
9521@tab reply @code{C}@var{CRC32}
9522@tab A 32 bit cyclic redundancy check of the specified memory region.
9523
d4f3574e
SS
9524@item query sect offs
9525@tab @code{q}@code{Offsets}
917317f4
JM
9526@tab
9527Get section offsets that the target used when re-locating the downloaded
9528image. @emph{Note: while a @code{Bss} offset is included in the
9529response, @value{GDBN} ignores this and instead applies the @code{Data}
9530offset to the @code{Bss} section.}
d4f3574e
SS
9531@item
9532@tab reply @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
9533
9534@item thread info request
9535@tab @code{q}@code{P}@var{mode}@var{threadid}
9536@tab
9537Returns information on @var{threadid}. Where: @var{mode} is a hex
9538encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
9539@item
9540@tab reply *
9541@tab
9542See @code{remote.c:remote_unpack_thread_info_response()}.
9543
9544@item remote command
9545@tab @code{q}@code{Rcmd,}@var{COMMAND}
9546@tab
9547@var{COMMAND} (hex encoded) is passed to the local interpreter for
9548execution. Invalid commands should be reported using the output string.
9549Before the final result packet, the target may also respond with a
9550number of intermediate @code{O}@var{OUTPUT} console output
9551packets. @emph{Implementors should note that providing access to a
9552stubs's interpreter may have security implications}.
9553@item
9554@tab reply @code{OK}
9555@tab
9556A command response with no output.
9557@item
9558@tab reply @var{OUTPUT}
9559@tab
9560A command response with the hex encoded output string @var{OUTPUT}.
9561@item
9562@tab reply @code{E}@var{NN}
9563@tab
9564Indicate a badly formed request.
9565
9566@item
9567@tab reply @samp{}
9568@tab
9569When @samp{q}@samp{Rcmd} is not recognized.
9570
9571@end multitable
9572
9573The following @samp{g}/@samp{G} packets have previously been defined.
9574In the below, some thirty-two bit registers are transferred as sixty-four
9575bits. Those registers should be zero/sign extended (which?) to fill the
9576space allocated. Register bytes are transfered in target byte order.
9577The two nibbles within a register byte are transfered most-significant -
9578least-significant.
9579
9580@multitable @columnfractions .5 .5
9581
9582@item MIPS32
9583@tab
9584All registers are transfered as thirty-two bit quantities in the order:
958532 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
9586registers; fsr; fir; fp.
9587
9588@item MIPS64
9589@tab
9590All registers are transfered as sixty-four bit quantities (including
9591thirty-two bit registers such as @code{sr}). The ordering is the same
9592as @code{MIPS32}.
9593
9594@end multitable
9595
104c1213
JM
9596Example sequence of a target being re-started. Notice how the restart
9597does not get any direct output:
9598
9599@example
9600<- @code{R00}
9601-> @code{+}
9602@emph{target restarts}
9603<- @code{?}
9604-> @code{+}
9605-> @code{T001:1234123412341234}
9606<- @code{+}
9607@end example
9608
9609Example sequence of a target being stepped by a single instruction:
9610
9611@example
9612<- @code{G1445...}
9613-> @code{+}
9614<- @code{s}
9615-> @code{+}
9616@emph{time passes}
9617-> @code{T001:1234123412341234}
9618<- @code{+}
9619<- @code{g}
9620-> @code{+}
9621-> @code{1455...}
9622<- @code{+}
9623@end example
9624
6d2ebf8b 9625@node Server
104c1213
JM
9626@subsubsection Using the @code{gdbserver} program
9627
9628@kindex gdbserver
9629@cindex remote connection without stubs
9630@code{gdbserver} is a control program for Unix-like systems, which
9631allows you to connect your program with a remote @value{GDBN} via
9632@code{target remote}---but without linking in the usual debugging stub.
9633
9634@code{gdbserver} is not a complete replacement for the debugging stubs,
9635because it requires essentially the same operating-system facilities
9636that @value{GDBN} itself does. In fact, a system that can run
9637@code{gdbserver} to connect to a remote @value{GDBN} could also run
9638@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
9639because it is a much smaller program than @value{GDBN} itself. It is
9640also easier to port than all of @value{GDBN}, so you may be able to get
9641started more quickly on a new system by using @code{gdbserver}.
9642Finally, if you develop code for real-time systems, you may find that
9643the tradeoffs involved in real-time operation make it more convenient to
9644do as much development work as possible on another system, for example
9645by cross-compiling. You can use @code{gdbserver} to make a similar
9646choice for debugging.
9647
9648@value{GDBN} and @code{gdbserver} communicate via either a serial line
9649or a TCP connection, using the standard @value{GDBN} remote serial
9650protocol.
9651
9652@table @emph
9653@item On the target machine,
9654you need to have a copy of the program you want to debug.
9655@code{gdbserver} does not need your program's symbol table, so you can
9656strip the program if necessary to save space. @value{GDBN} on the host
9657system does all the symbol handling.
9658
9659To use the server, you must tell it how to communicate with @value{GDBN};
9660the name of your program; and the arguments for your program. The
9661syntax is:
9662
9663@smallexample
9664target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
9665@end smallexample
9666
9667@var{comm} is either a device name (to use a serial line) or a TCP
9668hostname and portnumber. For example, to debug Emacs with the argument
9669@samp{foo.txt} and communicate with @value{GDBN} over the serial port
9670@file{/dev/com1}:
9671
9672@smallexample
9673target> gdbserver /dev/com1 emacs foo.txt
9674@end smallexample
9675
9676@code{gdbserver} waits passively for the host @value{GDBN} to communicate
9677with it.
9678
9679To use a TCP connection instead of a serial line:
9680
9681@smallexample
9682target> gdbserver host:2345 emacs foo.txt
9683@end smallexample
9684
9685The only difference from the previous example is the first argument,
9686specifying that you are communicating with the host @value{GDBN} via
9687TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
9688expect a TCP connection from machine @samp{host} to local TCP port 2345.
9689(Currently, the @samp{host} part is ignored.) You can choose any number
9690you want for the port number as long as it does not conflict with any
9691TCP ports already in use on the target system (for example, @code{23} is
9692reserved for @code{telnet}).@footnote{If you choose a port number that
9693conflicts with another service, @code{gdbserver} prints an error message
d4f3574e 9694and exits.} You must use the same port number with the host @value{GDBN}
104c1213
JM
9695@code{target remote} command.
9696
9697@item On the @value{GDBN} host machine,
9698you need an unstripped copy of your program, since @value{GDBN} needs
9699symbols and debugging information. Start up @value{GDBN} as usual,
9700using the name of the local copy of your program as the first argument.
9701(You may also need the @w{@samp{--baud}} option if the serial line is
d4f3574e 9702running at anything other than 9600@dmn{bps}.) After that, use @code{target
104c1213
JM
9703remote} to establish communications with @code{gdbserver}. Its argument
9704is either a device name (usually a serial device, like
9705@file{/dev/ttyb}), or a TCP port descriptor in the form
9706@code{@var{host}:@var{PORT}}. For example:
9707
9708@smallexample
9709(@value{GDBP}) target remote /dev/ttyb
9710@end smallexample
9711
9712@noindent
9713communicates with the server via serial line @file{/dev/ttyb}, and
9714
9715@smallexample
9716(@value{GDBP}) target remote the-target:2345
9717@end smallexample
9718
9719@noindent
9720communicates via a TCP connection to port 2345 on host @w{@file{the-target}}.
9721For TCP connections, you must start up @code{gdbserver} prior to using
9722the @code{target remote} command. Otherwise you may get an error whose
9723text depends on the host system, but which usually looks something like
9724@samp{Connection refused}.
9725@end table
9726
6d2ebf8b 9727@node NetWare
104c1213
JM
9728@subsubsection Using the @code{gdbserve.nlm} program
9729
9730@kindex gdbserve.nlm
9731@code{gdbserve.nlm} is a control program for NetWare systems, which
9732allows you to connect your program with a remote @value{GDBN} via
9733@code{target remote}.
9734
9735@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
9736using the standard @value{GDBN} remote serial protocol.
9737
9738@table @emph
9739@item On the target machine,
9740you need to have a copy of the program you want to debug.
9741@code{gdbserve.nlm} does not need your program's symbol table, so you
9742can strip the program if necessary to save space. @value{GDBN} on the
9743host system does all the symbol handling.
9744
9745To use the server, you must tell it how to communicate with
9746@value{GDBN}; the name of your program; and the arguments for your
9747program. The syntax is:
9748
5d161b24 9749@smallexample
104c1213
JM
9750load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
9751 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
9752@end smallexample
9753
9754@var{board} and @var{port} specify the serial line; @var{baud} specifies
9755the baud rate used by the connection. @var{port} and @var{node} default
d4f3574e 9756to 0, @var{baud} defaults to 9600@dmn{bps}.
104c1213
JM
9757
9758For example, to debug Emacs with the argument @samp{foo.txt}and
5d161b24 9759communicate with @value{GDBN} over serial port number 2 or board 1
d4f3574e 9760using a 19200@dmn{bps} connection:
104c1213
JM
9761
9762@smallexample
9763load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
9764@end smallexample
9765
9766@item On the @value{GDBN} host machine,
9767you need an unstripped copy of your program, since @value{GDBN} needs
9768symbols and debugging information. Start up @value{GDBN} as usual,
9769using the name of the local copy of your program as the first argument.
9770(You may also need the @w{@samp{--baud}} option if the serial line is
d4f3574e 9771running at anything other than 9600@dmn{bps}. After that, use @code{target
104c1213
JM
9772remote} to establish communications with @code{gdbserve.nlm}. Its
9773argument is a device name (usually a serial device, like
9774@file{/dev/ttyb}). For example:
9775
9776@smallexample
9777(@value{GDBP}) target remote /dev/ttyb
9778@end smallexample
9779
9780@noindent
9781communications with the server via serial line @file{/dev/ttyb}.
9782@end table
9783
6d2ebf8b 9784@node KOD
104c1213
JM
9785@section Kernel Object Display
9786
9787@cindex kernel object display
9788@cindex kernel object
9789@cindex KOD
9790
9791Some targets support kernel object display. Using this facility,
9792@value{GDBN} communicates specially with the underlying operating system
9793and can display information about operating system-level objects such as
9794mutexes and other synchronization objects. Exactly which objects can be
9795displayed is determined on a per-OS basis.
9796
9797Use the @code{set os} command to set the operating system. This tells
9798@value{GDBN} which kernel object display module to initialize:
9799
9800@example
2df3850c 9801(@value{GDBP}) set os cisco
104c1213
JM
9802@end example
9803
9804If @code{set os} succeeds, @value{GDBN} will display some information
9805about the operating system, and will create a new @code{info} command
9806which can be used to query the target. The @code{info} command is named
9807after the operating system:
9808
9809@example
2df3850c 9810(@value{GDBP}) info cisco
104c1213
JM
9811List of Cisco Kernel Objects
9812Object Description
9813any Any and all objects
9814@end example
9815
9816Further subcommands can be used to query about particular objects known
9817by the kernel.
9818
9819There is currently no way to determine whether a given operating system
96baa820
JM
9820is supported other than to try it.
9821
9822
6d2ebf8b 9823@node Configurations
104c1213
JM
9824@chapter Configuration-Specific Information
9825
9826While nearly all @value{GDBN} commands are available for all native and
9827cross versions of the debugger, there are some exceptions. This chapter
9828describes things that are only available in certain configurations.
9829
9830There are three major categories of configurations: native
9831configurations, where the host and target are the same, embedded
9832operating system configurations, which are usually the same for several
9833different processor architectures, and bare embedded processors, which
9834are quite different from each other.
9835
9836@menu
9837* Native::
9838* Embedded OS::
9839* Embedded Processors::
9840* Architectures::
9841@end menu
9842
6d2ebf8b 9843@node Native
104c1213
JM
9844@section Native
9845
9846This section describes details specific to particular native
9847configurations.
9848
9849@menu
9850* HP-UX:: HP-UX
9851* SVR4 Process Information:: SVR4 process information
9852@end menu
9853
6d2ebf8b 9854@node HP-UX
104c1213
JM
9855@subsection HP-UX
9856
9857On HP-UX systems, if you refer to a function or variable name that
9858begins with a dollar sign, @value{GDBN} searches for a user or system
9859name first, before it searches for a convenience variable.
9860
6d2ebf8b 9861@node SVR4 Process Information
104c1213
JM
9862@subsection SVR4 process information
9863
9864@kindex /proc
9865@cindex process image
9866
9867Many versions of SVR4 provide a facility called @samp{/proc} that can be
9868used to examine the image of a running process using file-system
9869subroutines. If @value{GDBN} is configured for an operating system with
9870this facility, the command @code{info proc} is available to report on
9871several kinds of information about the process running your program.
9872@code{info proc} works only on SVR4 systems that include the
9873@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
9874and Unixware, but not HP-UX or Linux, for example.
9875
9876@table @code
9877@kindex info proc
9878@item info proc
9879Summarize available information about the process.
9880
9881@kindex info proc mappings
9882@item info proc mappings
9883Report on the address ranges accessible in the program, with information
9884on whether your program may read, write, or execute each range.
9885
9886@kindex info proc times
9887@item info proc times
9888Starting time, user CPU time, and system CPU time for your program and
9889its children.
9890
9891@kindex info proc id
9892@item info proc id
9893Report on the process IDs related to your program: its own process ID,
9894the ID of its parent, the process group ID, and the session ID.
9895
9896@kindex info proc status
9897@item info proc status
9898General information on the state of the process. If the process is
9899stopped, this report includes the reason for stopping, and any signal
9900received.
9901
9902@item info proc all
9903Show all the above information about the process.
9904@end table
9905
6d2ebf8b 9906@node Embedded OS
104c1213
JM
9907@section Embedded Operating Systems
9908
9909This section describes configurations involving the debugging of
9910embedded operating systems that are available for several different
9911architectures.
9912
9913@menu
9914* VxWorks:: Using @value{GDBN} with VxWorks
9915@end menu
9916
9917@value{GDBN} includes the ability to debug programs running on
9918various real-time operating systems.
9919
6d2ebf8b 9920@node VxWorks
104c1213
JM
9921@subsection Using @value{GDBN} with VxWorks
9922
9923@cindex VxWorks
9924
9925@table @code
9926
9927@kindex target vxworks
9928@item target vxworks @var{machinename}
9929A VxWorks system, attached via TCP/IP. The argument @var{machinename}
9930is the target system's machine name or IP address.
9931
9932@end table
9933
9934On VxWorks, @code{load} links @var{filename} dynamically on the
9935current target system as well as adding its symbols in @value{GDBN}.
9936
9937@value{GDBN} enables developers to spawn and debug tasks running on networked
9938VxWorks targets from a Unix host. Already-running tasks spawned from
9939the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
9940both the Unix host and on the VxWorks target. The program
d4f3574e 9941@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
104c1213 9942installed with the name @code{vxgdb}, to distinguish it from a
96a2c332 9943@value{GDBN} for debugging programs on the host itself.)
104c1213
JM
9944
9945@table @code
9946@item VxWorks-timeout @var{args}
9947@kindex vxworks-timeout
5d161b24
DB
9948All VxWorks-based targets now support the option @code{vxworks-timeout}.
9949This option is set by the user, and @var{args} represents the number of
9950seconds @value{GDBN} waits for responses to rpc's. You might use this if
9951your VxWorks target is a slow software simulator or is on the far side
104c1213
JM
9952of a thin network line.
9953@end table
9954
9955The following information on connecting to VxWorks was current when
9956this manual was produced; newer releases of VxWorks may use revised
9957procedures.
9958
9959@kindex INCLUDE_RDB
9960To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
9961to include the remote debugging interface routines in the VxWorks
9962library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
9963VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
9964kernel. The resulting kernel contains @file{rdb.a}, and spawns the
9965source debugging task @code{tRdbTask} when VxWorks is booted. For more
9966information on configuring and remaking VxWorks, see the manufacturer's
9967manual.
9968@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
9969
9970Once you have included @file{rdb.a} in your VxWorks system image and set
9971your Unix execution search path to find @value{GDBN}, you are ready to
96a2c332
SS
9972run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
9973@code{vxgdb}, depending on your installation).
104c1213
JM
9974
9975@value{GDBN} comes up showing the prompt:
9976
9977@example
9978(vxgdb)
9979@end example
9980
9981@menu
9982* VxWorks Connection:: Connecting to VxWorks
9983* VxWorks Download:: VxWorks download
9984* VxWorks Attach:: Running tasks
9985@end menu
9986
6d2ebf8b 9987@node VxWorks Connection
104c1213
JM
9988@subsubsection Connecting to VxWorks
9989
9990The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
9991network. To connect to a target whose host name is ``@code{tt}'', type:
9992
9993@example
9994(vxgdb) target vxworks tt
9995@end example
9996
9997@need 750
9998@value{GDBN} displays messages like these:
9999
10000@smallexample
5d161b24 10001Attaching remote machine across net...
104c1213
JM
10002Connected to tt.
10003@end smallexample
10004
10005@need 1000
10006@value{GDBN} then attempts to read the symbol tables of any object modules
10007loaded into the VxWorks target since it was last booted. @value{GDBN} locates
10008these files by searching the directories listed in the command search
10009path (@pxref{Environment, ,Your program's environment}); if it fails
10010to find an object file, it displays a message such as:
10011
10012@example
10013prog.o: No such file or directory.
10014@end example
10015
10016When this happens, add the appropriate directory to the search path with
10017the @value{GDBN} command @code{path}, and execute the @code{target}
10018command again.
10019
6d2ebf8b 10020@node VxWorks Download
104c1213
JM
10021@subsubsection VxWorks download
10022
10023@cindex download to VxWorks
10024If you have connected to the VxWorks target and you want to debug an
10025object that has not yet been loaded, you can use the @value{GDBN}
10026@code{load} command to download a file from Unix to VxWorks
10027incrementally. The object file given as an argument to the @code{load}
10028command is actually opened twice: first by the VxWorks target in order
10029to download the code, then by @value{GDBN} in order to read the symbol
10030table. This can lead to problems if the current working directories on
10031the two systems differ. If both systems have NFS mounted the same
10032filesystems, you can avoid these problems by using absolute paths.
10033Otherwise, it is simplest to set the working directory on both systems
10034to the directory in which the object file resides, and then to reference
10035the file by its name, without any path. For instance, a program
10036@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
10037and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
10038program, type this on VxWorks:
10039
10040@example
10041-> cd "@var{vxpath}/vw/demo/rdb"
10042@end example
d4f3574e
SS
10043
10044@noindent
104c1213
JM
10045Then, in @value{GDBN}, type:
10046
10047@example
5d161b24 10048(vxgdb) cd @var{hostpath}/vw/demo/rdb
104c1213
JM
10049(vxgdb) load prog.o
10050@end example
10051
10052@value{GDBN} displays a response similar to this:
10053
10054@smallexample
10055Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
10056@end smallexample
10057
10058You can also use the @code{load} command to reload an object module
10059after editing and recompiling the corresponding source file. Note that
10060this makes @value{GDBN} delete all currently-defined breakpoints,
10061auto-displays, and convenience variables, and to clear the value
10062history. (This is necessary in order to preserve the integrity of
d4f3574e 10063debugger's data structures that reference the target system's symbol
104c1213
JM
10064table.)
10065
6d2ebf8b 10066@node VxWorks Attach
104c1213
JM
10067@subsubsection Running tasks
10068
10069@cindex running VxWorks tasks
10070You can also attach to an existing task using the @code{attach} command as
10071follows:
10072
10073@example
10074(vxgdb) attach @var{task}
10075@end example
10076
10077@noindent
10078where @var{task} is the VxWorks hexadecimal task ID. The task can be running
10079or suspended when you attach to it. Running tasks are suspended at
10080the time of attachment.
10081
6d2ebf8b 10082@node Embedded Processors
104c1213
JM
10083@section Embedded Processors
10084
10085This section goes into details specific to particular embedded
10086configurations.
10087
10088@menu
10089* A29K Embedded:: AMD A29K Embedded
10090* ARM:: ARM
10091* H8/300:: Hitachi H8/300
10092* H8/500:: Hitachi H8/500
10093* i960:: Intel i960
10094* M32R/D:: Mitsubishi M32R/D
10095* M68K:: Motorola M68K
10096* M88K:: Motorola M88K
10097* MIPS Embedded:: MIPS Embedded
10098* PA:: HP PA Embedded
10099* PowerPC: PowerPC
10100* SH:: Hitachi SH
10101* Sparclet:: Tsqware Sparclet
10102* Sparclite:: Fujitsu Sparclite
10103* ST2000:: Tandem ST2000
10104* Z8000:: Zilog Z8000
10105@end menu
10106
6d2ebf8b 10107@node A29K Embedded
104c1213
JM
10108@subsection AMD A29K Embedded
10109
10110@menu
10111* A29K UDI::
10112* A29K EB29K::
10113* Comms (EB29K):: Communications setup
10114* gdb-EB29K:: EB29K cross-debugging
10115* Remote Log:: Remote log
10116@end menu
10117
10118@table @code
10119
10120@kindex target adapt
10121@item target adapt @var{dev}
10122Adapt monitor for A29K.
10123
10124@kindex target amd-eb
10125@item target amd-eb @var{dev} @var{speed} @var{PROG}
10126@cindex AMD EB29K
10127Remote PC-resident AMD EB29K board, attached over serial lines.
10128@var{dev} is the serial device, as for @code{target remote};
10129@var{speed} allows you to specify the linespeed; and @var{PROG} is the
10130name of the program to be debugged, as it appears to DOS on the PC.
10131@xref{A29K EB29K, ,EBMON protocol for AMD29K}.
10132
10133@end table
10134
6d2ebf8b 10135@node A29K UDI
104c1213
JM
10136@subsubsection A29K UDI
10137
10138@cindex UDI
10139@cindex AMD29K via UDI
10140
10141@value{GDBN} supports AMD's UDI (``Universal Debugger Interface'')
10142protocol for debugging the a29k processor family. To use this
10143configuration with AMD targets running the MiniMON monitor, you need the
10144program @code{MONTIP}, available from AMD at no charge. You can also
10145use @value{GDBN} with the UDI-conformant a29k simulator program
10146@code{ISSTIP}, also available from AMD.
10147
10148@table @code
10149@item target udi @var{keyword}
10150@kindex udi
10151Select the UDI interface to a remote a29k board or simulator, where
10152@var{keyword} is an entry in the AMD configuration file @file{udi_soc}.
10153This file contains keyword entries which specify parameters used to
10154connect to a29k targets. If the @file{udi_soc} file is not in your
10155working directory, you must set the environment variable @samp{UDICONF}
10156to its pathname.
10157@end table
10158
6d2ebf8b 10159@node A29K EB29K
104c1213
JM
10160@subsubsection EBMON protocol for AMD29K
10161
10162@cindex EB29K board
10163@cindex running 29K programs
10164
10165AMD distributes a 29K development board meant to fit in a PC, together
10166with a DOS-hosted monitor program called @code{EBMON}. As a shorthand
10167term, this development system is called the ``EB29K''. To use
10168@value{GDBN} from a Unix system to run programs on the EB29K board, you
10169must first connect a serial cable between the PC (which hosts the EB29K
10170board) and a serial port on the Unix system. In the following, we
10171assume you've hooked the cable between the PC's @file{COM1} port and
10172@file{/dev/ttya} on the Unix system.
10173
6d2ebf8b 10174@node Comms (EB29K)
104c1213
JM
10175@subsubsection Communications setup
10176
10177The next step is to set up the PC's port, by doing something like this
10178in DOS on the PC:
10179
10180@example
10181C:\> MODE com1:9600,n,8,1,none
10182@end example
10183
10184@noindent
10185This example---run on an MS DOS 4.0 system---sets the PC port to 9600
10186bps, no parity, eight data bits, one stop bit, and no ``retry'' action;
10187you must match the communications parameters when establishing the Unix
10188end of the connection as well.
10189@c FIXME: Who knows what this "no retry action" crud from the DOS manual may
5d161b24 10190@c mean? It's optional; leave it out? ---doc@cygnus.com, 25feb91
d4f3574e
SS
10191@c
10192@c It's optional, but it's unwise to omit it: who knows what is the
10193@c default value set when the DOS machines boots? "No retry" means that
10194@c the DOS serial device driver won't retry the operation if it fails;
10195@c I understand that this is needed because the GDB serial protocol
10196@c handles any errors and retransmissions itself. ---Eli Zaretskii, 3sep99
104c1213
JM
10197
10198To give control of the PC to the Unix side of the serial line, type
10199the following at the DOS console:
10200
10201@example
10202C:\> CTTY com1
10203@end example
10204
10205@noindent
10206(Later, if you wish to return control to the DOS console, you can use
10207the command @code{CTTY con}---but you must send it over the device that
96a2c332 10208had control, in our example over the @file{COM1} serial line.)
104c1213
JM
10209
10210From the Unix host, use a communications program such as @code{tip} or
10211@code{cu} to communicate with the PC; for example,
10212
10213@example
10214cu -s 9600 -l /dev/ttya
10215@end example
10216
10217@noindent
10218The @code{cu} options shown specify, respectively, the linespeed and the
10219serial port to use. If you use @code{tip} instead, your command line
10220may look something like the following:
10221
10222@example
10223tip -9600 /dev/ttya
10224@end example
10225
10226@noindent
10227Your system may require a different name where we show
10228@file{/dev/ttya} as the argument to @code{tip}. The communications
10229parameters, including which port to use, are associated with the
10230@code{tip} argument in the ``remote'' descriptions file---normally the
10231system table @file{/etc/remote}.
10232@c FIXME: What if anything needs doing to match the "n,8,1,none" part of
10233@c the DOS side's comms setup? cu can support -o (odd
10234@c parity), -e (even parity)---apparently no settings for no parity or
10235@c for character size. Taken from stty maybe...? John points out tip
10236@c can set these as internal variables, eg ~s parity=none; man stty
10237@c suggests that it *might* work to stty these options with stdin or
10238@c stdout redirected... ---doc@cygnus.com, 25feb91
d4f3574e
SS
10239@c
10240@c There's nothing to be done for the "none" part of the DOS MODE
10241@c command. The rest of the parameters should be matched by the
10242@c baudrate, bits, and parity used by the Unix side. ---Eli Zaretskii, 3Sep99
104c1213
JM
10243
10244@kindex EBMON
10245Using the @code{tip} or @code{cu} connection, change the DOS working
10246directory to the directory containing a copy of your 29K program, then
10247start the PC program @code{EBMON} (an EB29K control program supplied
10248with your board by AMD). You should see an initial display from
10249@code{EBMON} similar to the one that follows, ending with the
10250@code{EBMON} prompt @samp{#}---
10251
10252@example
10253C:\> G:
10254
10255G:\> CD \usr\joe\work29k
10256
10257G:\USR\JOE\WORK29K> EBMON
10258Am29000 PC Coprocessor Board Monitor, version 3.0-18
10259Copyright 1990 Advanced Micro Devices, Inc.
10260Written by Gibbons and Associates, Inc.
10261
10262Enter '?' or 'H' for help
10263
10264PC Coprocessor Type = EB29K
10265I/O Base = 0x208
10266Memory Base = 0xd0000
10267
10268Data Memory Size = 2048KB
10269Available I-RAM Range = 0x8000 to 0x1fffff
10270Available D-RAM Range = 0x80002000 to 0x801fffff
10271
10272PageSize = 0x400
10273Register Stack Size = 0x800
10274Memory Stack Size = 0x1800
10275
10276CPU PRL = 0x3
10277Am29027 Available = No
10278Byte Write Available = Yes
10279
10280# ~.
10281@end example
10282
10283Then exit the @code{cu} or @code{tip} program (done in the example by
10284typing @code{~.} at the @code{EBMON} prompt). @code{EBMON} keeps
10285running, ready for @value{GDBN} to take over.
10286
10287For this example, we've assumed what is probably the most convenient
10288way to make sure the same 29K program is on both the PC and the Unix
d4f3574e 10289system: a PC/NFS connection that establishes ``drive @file{G:}'' on the
104c1213
JM
10290PC as a file system on the Unix host. If you do not have PC/NFS or
10291something similar connecting the two systems, you must arrange some
10292other way---perhaps floppy-disk transfer---of getting the 29K program
10293from the Unix system to the PC; @value{GDBN} does @emph{not} download it over the
10294serial line.
10295
6d2ebf8b 10296@node gdb-EB29K
104c1213
JM
10297@subsubsection EB29K cross-debugging
10298
10299Finally, @code{cd} to the directory containing an image of your 29K
10300program on the Unix system, and start @value{GDBN}---specifying as argument the
10301name of your 29K program:
10302
10303@example
10304cd /usr/joe/work29k
10305@value{GDBP} myfoo
10306@end example
10307
10308@need 500
10309Now you can use the @code{target} command:
10310
10311@example
10312target amd-eb /dev/ttya 9600 MYFOO
10313@c FIXME: test above 'target amd-eb' as spelled, with caps! caps are meant to
10314@c emphasize that this is the name as seen by DOS (since I think DOS is
10315@c single-minded about case of letters). ---doc@cygnus.com, 25feb91
10316@end example
10317
10318@noindent
10319In this example, we've assumed your program is in a file called
10320@file{myfoo}. Note that the filename given as the last argument to
10321@code{target amd-eb} should be the name of the program as it appears to DOS.
10322In our example this is simply @code{MYFOO}, but in general it can include
10323a DOS path, and depending on your transfer mechanism may not resemble
10324the name on the Unix side.
10325
10326At this point, you can set any breakpoints you wish; when you are ready
10327to see your program run on the 29K board, use the @value{GDBN} command
10328@code{run}.
10329
10330To stop debugging the remote program, use the @value{GDBN} @code{detach}
10331command.
10332
10333To return control of the PC to its console, use @code{tip} or @code{cu}
10334once again, after your @value{GDBN} session has concluded, to attach to
10335@code{EBMON}. You can then type the command @code{q} to shut down
10336@code{EBMON}, returning control to the DOS command-line interpreter.
d4f3574e 10337Type @kbd{CTTY con} to return command input to the main DOS console,
104c1213
JM
10338and type @kbd{~.} to leave @code{tip} or @code{cu}.
10339
6d2ebf8b 10340@node Remote Log
104c1213 10341@subsubsection Remote log
41afff9a 10342@cindex @file{eb.log}, a log file for EB29K
104c1213
JM
10343@cindex log file for EB29K
10344
10345The @code{target amd-eb} command creates a file @file{eb.log} in the
10346current working directory, to help debug problems with the connection.
10347@file{eb.log} records all the output from @code{EBMON}, including echoes
10348of the commands sent to it. Running @samp{tail -f} on this file in
10349another window often helps to understand trouble with @code{EBMON}, or
10350unexpected events on the PC side of the connection.
10351
6d2ebf8b 10352@node ARM
104c1213
JM
10353@subsection ARM
10354
10355@table @code
10356
10357@kindex target rdi
10358@item target rdi @var{dev}
10359ARM Angel monitor, via RDI library interface to ADP protocol. You may
10360use this target to communicate with both boards running the Angel
10361monitor, or with the EmbeddedICE JTAG debug device.
5d161b24 10362
104c1213
JM
10363@kindex target rdp
10364@item target rdp @var{dev}
10365ARM Demon monitor.
10366
10367@end table
10368
6d2ebf8b 10369@node H8/300
104c1213
JM
10370@subsection Hitachi H8/300
10371
10372@table @code
10373
d4f3574e 10374@kindex target hms@r{, with H8/300}
104c1213
JM
10375@item target hms @var{dev}
10376A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
10377Use special commands @code{device} and @code{speed} to control the serial
10378line and the communications speed used.
10379
d4f3574e 10380@kindex target e7000@r{, with H8/300}
104c1213
JM
10381@item target e7000 @var{dev}
10382E7000 emulator for Hitachi H8 and SH.
10383
d4f3574e
SS
10384@kindex target sh3@r{, with H8/300}
10385@kindex target sh3e@r{, with H8/300}
104c1213 10386@item target sh3 @var{dev}
96a2c332 10387@itemx target sh3e @var{dev}
104c1213
JM
10388Hitachi SH-3 and SH-3E target systems.
10389
10390@end table
10391
10392@cindex download to H8/300 or H8/500
10393@cindex H8/300 or H8/500 download
10394@cindex download to Hitachi SH
10395@cindex Hitachi SH download
10396When you select remote debugging to a Hitachi SH, H8/300, or H8/500
10397board, the @code{load} command downloads your program to the Hitachi
10398board and also opens it as the current executable target for
10399@value{GDBN} on your host (like the @code{file} command).
10400
10401@value{GDBN} needs to know these things to talk to your
5d161b24 10402Hitachi SH, H8/300, or H8/500:
104c1213
JM
10403
10404@enumerate
10405@item
10406that you want to use @samp{target hms}, the remote debugging interface
10407for Hitachi microprocessors, or @samp{target e7000}, the in-circuit
10408emulator for the Hitachi SH and the Hitachi 300H. (@samp{target hms} is
2df3850c 10409the default when @value{GDBN} is configured specifically for the Hitachi SH,
104c1213
JM
10410H8/300, or H8/500.)
10411
10412@item
10413what serial device connects your host to your Hitachi board (the first
10414serial device available on your host is the default).
10415
10416@item
10417what speed to use over the serial device.
10418@end enumerate
10419
10420@menu
10421* Hitachi Boards:: Connecting to Hitachi boards.
10422* Hitachi ICE:: Using the E7000 In-Circuit Emulator.
10423* Hitachi Special:: Special @value{GDBN} commands for Hitachi micros.
10424@end menu
10425
6d2ebf8b 10426@node Hitachi Boards
104c1213
JM
10427@subsubsection Connecting to Hitachi boards
10428
10429@c only for Unix hosts
10430@kindex device
10431@cindex serial device, Hitachi micros
96a2c332 10432Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
104c1213
JM
10433need to explicitly set the serial device. The default @var{port} is the
10434first available port on your host. This is only necessary on Unix
10435hosts, where it is typically something like @file{/dev/ttya}.
10436
10437@kindex speed
10438@cindex serial line speed, Hitachi micros
96a2c332 10439@code{@value{GDBN}} has another special command to set the communications
104c1213 10440speed: @samp{speed @var{bps}}. This command also is only used from Unix
2df3850c 10441hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
d4f3574e
SS
10442the DOS @code{mode} command (for instance,
10443@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
104c1213
JM
10444
10445The @samp{device} and @samp{speed} commands are available only when you
10446use a Unix host to debug your Hitachi microprocessor programs. If you
10447use a DOS host,
10448@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
10449called @code{asynctsr} to communicate with the development board
10450through a PC serial port. You must also use the DOS @code{mode} command
10451to set up the serial port on the DOS side.
10452
10453The following sample session illustrates the steps needed to start a
10454program under @value{GDBN} control on an H8/300. The example uses a
10455sample H8/300 program called @file{t.x}. The procedure is the same for
10456the Hitachi SH and the H8/500.
10457
10458First hook up your development board. In this example, we use a
10459board attached to serial port @code{COM2}; if you use a different serial
10460port, substitute its name in the argument of the @code{mode} command.
10461When you call @code{asynctsr}, the auxiliary comms program used by the
d4f3574e 10462debugger, you give it just the numeric part of the serial port's name;
104c1213
JM
10463for example, @samp{asyncstr 2} below runs @code{asyncstr} on
10464@code{COM2}.
10465
10466@example
10467C:\H8300\TEST> asynctsr 2
10468C:\H8300\TEST> mode com2:9600,n,8,1,p
10469
10470Resident portion of MODE loaded
10471
10472COM2: 9600, n, 8, 1, p
10473
10474@end example
10475
10476@quotation
10477@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
10478@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
10479disable it, or even boot without it, to use @code{asynctsr} to control
10480your development board.
10481@end quotation
10482
d4f3574e 10483@kindex target hms@r{, and serial protocol}
104c1213
JM
10484Now that serial communications are set up, and the development board is
10485connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
96a2c332 10486the name of your program as the argument. @code{@value{GDBN}} prompts
104c1213
JM
10487you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
10488commands to begin your debugging session: @samp{target hms} to specify
10489cross-debugging to the Hitachi board, and the @code{load} command to
10490download your program to the board. @code{load} displays the names of
10491the program's sections, and a @samp{*} for each 2K of data downloaded.
10492(If you want to refresh @value{GDBN} data on symbols or on the
10493executable file without downloading, use the @value{GDBN} commands
10494@code{file} or @code{symbol-file}. These commands, and @code{load}
10495itself, are described in @ref{Files,,Commands to specify files}.)
10496
10497@smallexample
10498(eg-C:\H8300\TEST) @value{GDBP} t.x
2df3850c 10499@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 10500 of it under certain conditions; type "show copying" to see
104c1213 10501 the conditions.
5d161b24 10502There is absolutely no warranty for @value{GDBN}; type "show warranty"
104c1213 10503for details.
2df3850c
JM
10504@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
10505(@value{GDBP}) target hms
104c1213 10506Connected to remote H8/300 HMS system.
2df3850c 10507(@value{GDBP}) load t.x
104c1213
JM
10508.text : 0x8000 .. 0xabde ***********
10509.data : 0xabde .. 0xad30 *
10510.stack : 0xf000 .. 0xf014 *
10511@end smallexample
10512
10513At this point, you're ready to run or debug your program. From here on,
10514you can use all the usual @value{GDBN} commands. The @code{break} command
10515sets breakpoints; the @code{run} command starts your program;
10516@code{print} or @code{x} display data; the @code{continue} command
10517resumes execution after stopping at a breakpoint. You can use the
10518@code{help} command at any time to find out more about @value{GDBN} commands.
10519
10520Remember, however, that @emph{operating system} facilities aren't
10521available on your development board; for example, if your program hangs,
10522you can't send an interrupt---but you can press the @sc{reset} switch!
10523
10524Use the @sc{reset} button on the development board
10525@itemize @bullet
10526@item
10527to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
10528no way to pass an interrupt signal to the development board); and
10529
10530@item
10531to return to the @value{GDBN} command prompt after your program finishes
10532normally. The communications protocol provides no other way for @value{GDBN}
10533to detect program completion.
10534@end itemize
10535
10536In either case, @value{GDBN} sees the effect of a @sc{reset} on the
10537development board as a ``normal exit'' of your program.
10538
6d2ebf8b 10539@node Hitachi ICE
104c1213
JM
10540@subsubsection Using the E7000 in-circuit emulator
10541
d4f3574e 10542@kindex target e7000@r{, with Hitachi ICE}
104c1213
JM
10543You can use the E7000 in-circuit emulator to develop code for either the
10544Hitachi SH or the H8/300H. Use one of these forms of the @samp{target
10545e7000} command to connect @value{GDBN} to your E7000:
10546
10547@table @code
10548@item target e7000 @var{port} @var{speed}
10549Use this form if your E7000 is connected to a serial port. The
10550@var{port} argument identifies what serial port to use (for example,
10551@samp{com2}). The third argument is the line speed in bits per second
10552(for example, @samp{9600}).
10553
10554@item target e7000 @var{hostname}
10555If your E7000 is installed as a host on a TCP/IP network, you can just
10556specify its hostname; @value{GDBN} uses @code{telnet} to connect.
10557@end table
10558
6d2ebf8b 10559@node Hitachi Special
104c1213
JM
10560@subsubsection Special @value{GDBN} commands for Hitachi micros
10561
10562Some @value{GDBN} commands are available only for the H8/300:
10563
10564@table @code
10565
10566@kindex set machine
10567@kindex show machine
10568@item set machine h8300
10569@itemx set machine h8300h
10570Condition @value{GDBN} for one of the two variants of the H8/300
10571architecture with @samp{set machine}. You can use @samp{show machine}
10572to check which variant is currently in effect.
10573
10574@end table
10575
6d2ebf8b 10576@node H8/500
104c1213
JM
10577@subsection H8/500
10578
10579@table @code
10580
10581@kindex set memory @var{mod}
10582@cindex memory models, H8/500
10583@item set memory @var{mod}
10584@itemx show memory
10585Specify which H8/500 memory model (@var{mod}) you are using with
10586@samp{set memory}; check which memory model is in effect with @samp{show
10587memory}. The accepted values for @var{mod} are @code{small},
10588@code{big}, @code{medium}, and @code{compact}.
10589
10590@end table
10591
6d2ebf8b 10592@node i960
104c1213
JM
10593@subsection Intel i960
10594
10595@table @code
10596
10597@kindex target mon960
10598@item target mon960 @var{dev}
10599MON960 monitor for Intel i960.
10600
f0ca3dce 10601@kindex target nindy
104c1213
JM
10602@item target nindy @var{devicename}
10603An Intel 960 board controlled by a Nindy Monitor. @var{devicename} is
10604the name of the serial device to use for the connection, e.g.
10605@file{/dev/ttya}.
10606
10607@end table
10608
10609@cindex Nindy
10610@cindex i960
10611@dfn{Nindy} is a ROM Monitor program for Intel 960 target systems. When
10612@value{GDBN} is configured to control a remote Intel 960 using Nindy, you can
10613tell @value{GDBN} how to connect to the 960 in several ways:
10614
10615@itemize @bullet
10616@item
10617Through command line options specifying serial port, version of the
10618Nindy protocol, and communications speed;
10619
10620@item
10621By responding to a prompt on startup;
10622
10623@item
10624By using the @code{target} command at any point during your @value{GDBN}
10625session. @xref{Target Commands, ,Commands for managing targets}.
10626
104c1213
JM
10627@end itemize
10628
10629@cindex download to Nindy-960
10630With the Nindy interface to an Intel 960 board, @code{load}
10631downloads @var{filename} to the 960 as well as adding its symbols in
10632@value{GDBN}.
10633
10634@menu
10635* Nindy Startup:: Startup with Nindy
10636* Nindy Options:: Options for Nindy
10637* Nindy Reset:: Nindy reset command
10638@end menu
10639
6d2ebf8b 10640@node Nindy Startup
104c1213
JM
10641@subsubsection Startup with Nindy
10642
10643If you simply start @code{@value{GDBP}} without using any command-line
10644options, you are prompted for what serial port to use, @emph{before} you
10645reach the ordinary @value{GDBN} prompt:
10646
10647@example
5d161b24 10648Attach /dev/ttyNN -- specify NN, or "quit" to quit:
104c1213
JM
10649@end example
10650
10651@noindent
10652Respond to the prompt with whatever suffix (after @samp{/dev/tty})
10653identifies the serial port you want to use. You can, if you choose,
10654simply start up with no Nindy connection by responding to the prompt
10655with an empty line. If you do this and later wish to attach to Nindy,
10656use @code{target} (@pxref{Target Commands, ,Commands for managing targets}).
10657
6d2ebf8b 10658@node Nindy Options
104c1213
JM
10659@subsubsection Options for Nindy
10660
10661These are the startup options for beginning your @value{GDBN} session with a
10662Nindy-960 board attached:
10663
10664@table @code
10665@item -r @var{port}
10666Specify the serial port name of a serial interface to be used to connect
10667to the target system. This option is only available when @value{GDBN} is
10668configured for the Intel 960 target architecture. You may specify
10669@var{port} as any of: a full pathname (e.g. @samp{-r /dev/ttya}), a
10670device name in @file{/dev} (e.g. @samp{-r ttya}), or simply the unique
10671suffix for a specific @code{tty} (e.g. @samp{-r a}).
10672
10673@item -O
10674(An uppercase letter ``O'', not a zero.) Specify that @value{GDBN} should use
10675the ``old'' Nindy monitor protocol to connect to the target system.
10676This option is only available when @value{GDBN} is configured for the Intel 960
10677target architecture.
10678
10679@quotation
10680@emph{Warning:} if you specify @samp{-O}, but are actually trying to
10681connect to a target system that expects the newer protocol, the connection
10682fails, appearing to be a speed mismatch. @value{GDBN} repeatedly
10683attempts to reconnect at several different line speeds. You can abort
10684this process with an interrupt.
10685@end quotation
10686
10687@item -brk
10688Specify that @value{GDBN} should first send a @code{BREAK} signal to the target
10689system, in an attempt to reset it, before connecting to a Nindy target.
10690
10691@quotation
10692@emph{Warning:} Many target systems do not have the hardware that this
10693requires; it only works with a few boards.
10694@end quotation
10695@end table
10696
10697The standard @samp{-b} option controls the line speed used on the serial
10698port.
10699
10700@c @group
6d2ebf8b 10701@node Nindy Reset
104c1213
JM
10702@subsubsection Nindy reset command
10703
10704@table @code
10705@item reset
10706@kindex reset
10707For a Nindy target, this command sends a ``break'' to the remote target
10708system; this is only useful if the target has been equipped with a
10709circuit to perform a hard reset (or some other interesting action) when
10710a break is detected.
10711@end table
10712@c @end group
10713
6d2ebf8b 10714@node M32R/D
104c1213
JM
10715@subsection Mitsubishi M32R/D
10716
10717@table @code
10718
10719@kindex target m32r
10720@item target m32r @var{dev}
10721Mitsubishi M32R/D ROM monitor.
10722
10723@end table
10724
6d2ebf8b 10725@node M68K
104c1213
JM
10726@subsection M68k
10727
10728The Motorola m68k configuration includes ColdFire support, and
10729target command for the following ROM monitors.
10730
10731@table @code
10732
10733@kindex target abug
10734@item target abug @var{dev}
10735ABug ROM monitor for M68K.
10736
10737@kindex target cpu32bug
10738@item target cpu32bug @var{dev}
10739CPU32BUG monitor, running on a CPU32 (M68K) board.
10740
10741@kindex target dbug
10742@item target dbug @var{dev}
10743dBUG ROM monitor for Motorola ColdFire.
10744
10745@kindex target est
10746@item target est @var{dev}
10747EST-300 ICE monitor, running on a CPU32 (M68K) board.
10748
10749@kindex target rom68k
10750@item target rom68k @var{dev}
10751ROM 68K monitor, running on an M68K IDP board.
10752
10753@end table
10754
10755If @value{GDBN} is configured with @code{m68*-ericsson-*}, it will
10756instead have only a single special target command:
10757
10758@table @code
10759
10760@kindex target es1800
10761@item target es1800 @var{dev}
10762ES-1800 emulator for M68K.
10763
10764@end table
10765
10766[context?]
10767
10768@table @code
10769
10770@kindex target rombug
10771@item target rombug @var{dev}
10772ROMBUG ROM monitor for OS/9000.
10773
10774@end table
10775
6d2ebf8b 10776@node M88K
104c1213
JM
10777@subsection M88K
10778
10779@table @code
10780
10781@kindex target bug
10782@item target bug @var{dev}
10783BUG monitor, running on a MVME187 (m88k) board.
10784
10785@end table
10786
6d2ebf8b 10787@node MIPS Embedded
104c1213
JM
10788@subsection MIPS Embedded
10789
10790@cindex MIPS boards
10791@value{GDBN} can use the MIPS remote debugging protocol to talk to a
10792MIPS board attached to a serial line. This is available when
10793you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
10794
10795@need 1000
10796Use these @value{GDBN} commands to specify the connection to your target board:
10797
10798@table @code
10799@item target mips @var{port}
10800@kindex target mips @var{port}
10801To run a program on the board, start up @code{@value{GDBP}} with the
10802name of your program as the argument. To connect to the board, use the
10803command @samp{target mips @var{port}}, where @var{port} is the name of
10804the serial port connected to the board. If the program has not already
10805been downloaded to the board, you may use the @code{load} command to
10806download it. You can then use all the usual @value{GDBN} commands.
10807
10808For example, this sequence connects to the target board through a serial
10809port, and loads and runs a program called @var{prog} through the
10810debugger:
10811
10812@example
10813host$ @value{GDBP} @var{prog}
2df3850c
JM
10814@value{GDBN} is free software and @dots{}
10815(@value{GDBP}) target mips /dev/ttyb
10816(@value{GDBP}) load @var{prog}
10817(@value{GDBP}) run
104c1213
JM
10818@end example
10819
10820@item target mips @var{hostname}:@var{portnumber}
10821On some @value{GDBN} host configurations, you can specify a TCP
10822connection (for instance, to a serial line managed by a terminal
10823concentrator) instead of a serial port, using the syntax
10824@samp{@var{hostname}:@var{portnumber}}.
10825
10826@item target pmon @var{port}
10827@kindex target pmon @var{port}
10828PMON ROM monitor.
10829
10830@item target ddb @var{port}
10831@kindex target ddb @var{port}
10832NEC's DDB variant of PMON for Vr4300.
10833
10834@item target lsi @var{port}
10835@kindex target lsi @var{port}
10836LSI variant of PMON.
10837
10838@kindex target r3900
10839@item target r3900 @var{dev}
10840Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
10841
10842@kindex target array
10843@item target array @var{dev}
10844Array Tech LSI33K RAID controller board.
10845
10846@end table
10847
10848
10849@noindent
10850@value{GDBN} also supports these special commands for MIPS targets:
10851
10852@table @code
10853@item set processor @var{args}
10854@itemx show processor
10855@kindex set processor @var{args}
10856@kindex show processor
10857Use the @code{set processor} command to set the type of MIPS
10858processor when you want to access processor-type-specific registers.
5d161b24 10859For example, @code{set processor @var{r3041}} tells @value{GDBN}
104c1213 10860to use the CPO registers appropriate for the 3041 chip.
5d161b24 10861Use the @code{show processor} command to see what MIPS processor @value{GDBN}
104c1213 10862is using. Use the @code{info reg} command to see what registers
5d161b24 10863@value{GDBN} is using.
104c1213
JM
10864
10865@item set mipsfpu double
10866@itemx set mipsfpu single
10867@itemx set mipsfpu none
10868@itemx show mipsfpu
10869@kindex set mipsfpu
10870@kindex show mipsfpu
10871@cindex MIPS remote floating point
10872@cindex floating point, MIPS remote
10873If your target board does not support the MIPS floating point
10874coprocessor, you should use the command @samp{set mipsfpu none} (if you
96a2c332 10875need this, you may wish to put the command in your @value{GDBN} init
104c1213
JM
10876file). This tells @value{GDBN} how to find the return value of
10877functions which return floating point values. It also allows
10878@value{GDBN} to avoid saving the floating point registers when calling
10879functions on the board. If you are using a floating point coprocessor
10880with only single precision floating point support, as on the @sc{r4650}
10881processor, use the command @samp{set mipsfpu single}. The default
10882double precision floating point coprocessor may be selected using
10883@samp{set mipsfpu double}.
10884
10885In previous versions the only choices were double precision or no
10886floating point, so @samp{set mipsfpu on} will select double precision
10887and @samp{set mipsfpu off} will select no floating point.
10888
10889As usual, you can inquire about the @code{mipsfpu} variable with
10890@samp{show mipsfpu}.
10891
10892@item set remotedebug @var{n}
10893@itemx show remotedebug
d4f3574e
SS
10894@kindex set remotedebug@r{, MIPS protocol}
10895@kindex show remotedebug@r{, MIPS protocol}
104c1213
JM
10896@cindex @code{remotedebug}, MIPS protocol
10897@cindex MIPS @code{remotedebug} protocol
10898@c FIXME! For this to be useful, you must know something about the MIPS
10899@c FIXME...protocol. Where is it described?
10900You can see some debugging information about communications with the board
10901by setting the @code{remotedebug} variable. If you set it to @code{1} using
10902@samp{set remotedebug 1}, every packet is displayed. If you set it
10903to @code{2}, every character is displayed. You can check the current value
10904at any time with the command @samp{show remotedebug}.
10905
10906@item set timeout @var{seconds}
10907@itemx set retransmit-timeout @var{seconds}
10908@itemx show timeout
10909@itemx show retransmit-timeout
10910@cindex @code{timeout}, MIPS protocol
10911@cindex @code{retransmit-timeout}, MIPS protocol
10912@kindex set timeout
10913@kindex show timeout
10914@kindex set retransmit-timeout
10915@kindex show retransmit-timeout
10916You can control the timeout used while waiting for a packet, in the MIPS
10917remote protocol, with the @code{set timeout @var{seconds}} command. The
10918default is 5 seconds. Similarly, you can control the timeout used while
10919waiting for an acknowledgement of a packet with the @code{set
10920retransmit-timeout @var{seconds}} command. The default is 3 seconds.
10921You can inspect both values with @code{show timeout} and @code{show
10922retransmit-timeout}. (These commands are @emph{only} available when
10923@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
10924
10925The timeout set by @code{set timeout} does not apply when @value{GDBN}
10926is waiting for your program to stop. In that case, @value{GDBN} waits
10927forever because it has no way of knowing how long the program is going
10928to run before stopping.
10929@end table
10930
6d2ebf8b 10931@node PowerPC
104c1213
JM
10932@subsection PowerPC
10933
10934@table @code
10935
10936@kindex target dink32
10937@item target dink32 @var{dev}
10938DINK32 ROM monitor.
10939
10940@kindex target ppcbug
10941@item target ppcbug @var{dev}
10942@kindex target ppcbug1
10943@item target ppcbug1 @var{dev}
10944PPCBUG ROM monitor for PowerPC.
10945
10946@kindex target sds
10947@item target sds @var{dev}
10948SDS monitor, running on a PowerPC board (such as Motorola's ADS).
10949
10950@end table
10951
6d2ebf8b 10952@node PA
104c1213
JM
10953@subsection HP PA Embedded
10954
10955@table @code
10956
10957@kindex target op50n
10958@item target op50n @var{dev}
10959OP50N monitor, running on an OKI HPPA board.
10960
10961@kindex target w89k
10962@item target w89k @var{dev}
10963W89K monitor, running on a Winbond HPPA board.
10964
10965@end table
10966
6d2ebf8b 10967@node SH
104c1213
JM
10968@subsection Hitachi SH
10969
10970@table @code
10971
d4f3574e 10972@kindex target hms@r{, with Hitachi SH}
104c1213
JM
10973@item target hms @var{dev}
10974A Hitachi SH board attached via serial line to your host. Use special
10975commands @code{device} and @code{speed} to control the serial line and
10976the communications speed used.
10977
d4f3574e 10978@kindex target e7000@r{, with Hitachi SH}
104c1213
JM
10979@item target e7000 @var{dev}
10980E7000 emulator for Hitachi SH.
10981
d4f3574e
SS
10982@kindex target sh3@r{, with SH}
10983@kindex target sh3e@r{, with SH}
104c1213
JM
10984@item target sh3 @var{dev}
10985@item target sh3e @var{dev}
10986Hitachi SH-3 and SH-3E target systems.
10987
10988@end table
10989
6d2ebf8b 10990@node Sparclet
104c1213
JM
10991@subsection Tsqware Sparclet
10992
10993@cindex Sparclet
10994
5d161b24
DB
10995@value{GDBN} enables developers to debug tasks running on
10996Sparclet targets from a Unix host.
104c1213
JM
10997@value{GDBN} uses code that runs on
10998both the Unix host and on the Sparclet target. The program
5d161b24 10999@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213
JM
11000
11001@table @code
f0ca3dce 11002@item remotetimeout @var{args}
104c1213 11003@kindex remotetimeout
5d161b24
DB
11004@value{GDBN} supports the option @code{remotetimeout}.
11005This option is set by the user, and @var{args} represents the number of
11006seconds @value{GDBN} waits for responses.
104c1213
JM
11007@end table
11008
41afff9a 11009@cindex compiling, on Sparclet
5d161b24 11010When compiling for debugging, include the options @samp{-g} to get debug
d4f3574e 11011information and @samp{-Ttext} to relocate the program to where you wish to
5d161b24 11012load it on the target. You may also want to add the options @samp{-n} or
d4f3574e 11013@samp{-N} in order to reduce the size of the sections. Example:
104c1213
JM
11014
11015@example
11016sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
11017@end example
11018
d4f3574e 11019You can use @code{objdump} to verify that the addresses are what you intended:
104c1213
JM
11020
11021@example
11022sparclet-aout-objdump --headers --syms prog
11023@end example
11024
41afff9a 11025@cindex running, on Sparclet
104c1213
JM
11026Once you have set
11027your Unix execution search path to find @value{GDBN}, you are ready to
5d161b24 11028run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
104c1213
JM
11029(or @code{sparclet-aout-gdb}, depending on your installation).
11030
11031@value{GDBN} comes up showing the prompt:
11032
11033@example
11034(gdbslet)
11035@end example
11036
11037@menu
11038* Sparclet File:: Setting the file to debug
11039* Sparclet Connection:: Connecting to Sparclet
11040* Sparclet Download:: Sparclet download
5d161b24 11041* Sparclet Execution:: Running and debugging
104c1213
JM
11042@end menu
11043
6d2ebf8b 11044@node Sparclet File
104c1213
JM
11045@subsubsection Setting file to debug
11046
11047The @value{GDBN} command @code{file} lets you choose with program to debug.
11048
11049@example
11050(gdbslet) file prog
11051@end example
11052
11053@need 1000
11054@value{GDBN} then attempts to read the symbol table of @file{prog}.
11055@value{GDBN} locates
11056the file by searching the directories listed in the command search
11057path.
11058If the file was compiled with debug information (option "-g"), source
11059files will be searched as well.
11060@value{GDBN} locates
11061the source files by searching the directories listed in the directory search
11062path (@pxref{Environment, ,Your program's environment}).
11063If it fails
11064to find a file, it displays a message such as:
11065
11066@example
11067prog: No such file or directory.
11068@end example
11069
11070When this happens, add the appropriate directories to the search paths with
5d161b24 11071the @value{GDBN} commands @code{path} and @code{dir}, and execute the
104c1213
JM
11072@code{target} command again.
11073
6d2ebf8b 11074@node Sparclet Connection
104c1213
JM
11075@subsubsection Connecting to Sparclet
11076
11077The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
11078To connect to a target on serial port ``@code{ttya}'', type:
11079
11080@example
11081(gdbslet) target sparclet /dev/ttya
11082Remote target sparclet connected to /dev/ttya
5d161b24 11083main () at ../prog.c:3
104c1213
JM
11084@end example
11085
11086@need 750
11087@value{GDBN} displays messages like these:
11088
d4f3574e 11089@example
104c1213 11090Connected to ttya.
d4f3574e 11091@end example
104c1213 11092
6d2ebf8b 11093@node Sparclet Download
104c1213
JM
11094@subsubsection Sparclet download
11095
11096@cindex download to Sparclet
5d161b24 11097Once connected to the Sparclet target,
104c1213
JM
11098you can use the @value{GDBN}
11099@code{load} command to download the file from the host to the target.
11100The file name and load offset should be given as arguments to the @code{load}
11101command.
5d161b24 11102Since the file format is aout, the program must be loaded to the starting
d4f3574e 11103address. You can use @code{objdump} to find out what this value is. The load
104c1213
JM
11104offset is an offset which is added to the VMA (virtual memory address)
11105of each of the file's sections.
11106For instance, if the program
11107@file{prog} was linked to text address 0x1201000, with data at 0x12010160
11108and bss at 0x12010170, in @value{GDBN}, type:
11109
11110@example
11111(gdbslet) load prog 0x12010000
11112Loading section .text, size 0xdb0 vma 0x12010000
11113@end example
11114
5d161b24
DB
11115If the code is loaded at a different address then what the program was linked
11116to, you may need to use the @code{section} and @code{add-symbol-file} commands
104c1213
JM
11117to tell @value{GDBN} where to map the symbol table.
11118
6d2ebf8b 11119@node Sparclet Execution
104c1213
JM
11120@subsubsection Running and debugging
11121
11122@cindex running and debugging Sparclet programs
11123You can now begin debugging the task using @value{GDBN}'s execution control
5d161b24 11124commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
104c1213
JM
11125manual for the list of commands.
11126
11127@example
11128(gdbslet) b main
11129Breakpoint 1 at 0x12010000: file prog.c, line 3.
5d161b24 11130(gdbslet) run
104c1213
JM
11131Starting program: prog
11132Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
111333 char *symarg = 0;
11134(gdbslet) step
111354 char *execarg = "hello!";
5d161b24 11136(gdbslet)
104c1213
JM
11137@end example
11138
6d2ebf8b 11139@node Sparclite
104c1213
JM
11140@subsection Fujitsu Sparclite
11141
11142@table @code
11143
11144@kindex target sparclite
11145@item target sparclite @var{dev}
5d161b24
DB
11146Fujitsu sparclite boards, used only for the purpose of loading.
11147You must use an additional command to debug the program.
11148For example: target remote @var{dev} using @value{GDBN} standard
104c1213
JM
11149remote protocol.
11150
11151@end table
11152
6d2ebf8b 11153@node ST2000
104c1213
JM
11154@subsection Tandem ST2000
11155
2df3850c 11156@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
104c1213
JM
11157STDBUG protocol.
11158
11159To connect your ST2000 to the host system, see the manufacturer's
11160manual. Once the ST2000 is physically attached, you can run:
11161
11162@example
11163target st2000 @var{dev} @var{speed}
11164@end example
11165
11166@noindent
11167to establish it as your debugging environment. @var{dev} is normally
11168the name of a serial device, such as @file{/dev/ttya}, connected to the
11169ST2000 via a serial line. You can instead specify @var{dev} as a TCP
11170connection (for example, to a serial line attached via a terminal
11171concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
11172
11173The @code{load} and @code{attach} commands are @emph{not} defined for
11174this target; you must load your program into the ST2000 as you normally
11175would for standalone operation. @value{GDBN} reads debugging information
11176(such as symbols) from a separate, debugging version of the program
11177available on your host computer.
11178@c FIXME!! This is terribly vague; what little content is here is
11179@c basically hearsay.
11180
11181@cindex ST2000 auxiliary commands
11182These auxiliary @value{GDBN} commands are available to help you with the ST2000
11183environment:
11184
11185@table @code
11186@item st2000 @var{command}
11187@kindex st2000 @var{cmd}
11188@cindex STDBUG commands (ST2000)
11189@cindex commands to STDBUG (ST2000)
11190Send a @var{command} to the STDBUG monitor. See the manufacturer's
11191manual for available commands.
11192
11193@item connect
11194@cindex connect (to STDBUG)
11195Connect the controlling terminal to the STDBUG command monitor. When
11196you are done interacting with STDBUG, typing either of two character
11197sequences gets you back to the @value{GDBN} command prompt:
11198@kbd{@key{RET}~.} (Return, followed by tilde and period) or
11199@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
11200@end table
11201
6d2ebf8b 11202@node Z8000
104c1213
JM
11203@subsection Zilog Z8000
11204
11205@cindex Z8000
11206@cindex simulator, Z8000
11207@cindex Zilog Z8000 simulator
11208
11209When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
11210a Z8000 simulator.
11211
11212For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
11213unsegmented variant of the Z8000 architecture) or the Z8001 (the
11214segmented variant). The simulator recognizes which architecture is
11215appropriate by inspecting the object code.
11216
11217@table @code
11218@item target sim @var{args}
11219@kindex sim
d4f3574e 11220@kindex target sim@r{, with Z8000}
104c1213
JM
11221Debug programs on a simulated CPU. If the simulator supports setup
11222options, specify them via @var{args}.
11223@end table
11224
11225@noindent
11226After specifying this target, you can debug programs for the simulated
11227CPU in the same style as programs for your host computer; use the
11228@code{file} command to load a new program image, the @code{run} command
11229to run your program, and so on.
11230
d4f3574e
SS
11231As well as making available all the usual machine registers
11232(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
11233additional items of information as specially named registers:
104c1213
JM
11234
11235@table @code
11236
11237@item cycles
11238Counts clock-ticks in the simulator.
11239
11240@item insts
11241Counts instructions run in the simulator.
11242
11243@item time
11244Execution time in 60ths of a second.
11245
11246@end table
11247
11248You can refer to these values in @value{GDBN} expressions with the usual
11249conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
11250conditional breakpoint that suspends only after at least 5000
11251simulated clock ticks.
11252
6d2ebf8b 11253@node Architectures
104c1213
JM
11254@section Architectures
11255
11256This section describes characteristics of architectures that affect
2df3850c 11257all uses of @value{GDBN} with the architecture, both native and cross.
104c1213
JM
11258
11259@menu
11260* A29K::
11261* Alpha::
11262* MIPS::
11263@end menu
11264
6d2ebf8b 11265@node A29K
104c1213
JM
11266@subsection A29K
11267
11268@table @code
11269
11270@kindex set rstack_high_address
11271@cindex AMD 29K register stack
11272@cindex register stack, AMD29K
11273@item set rstack_high_address @var{address}
11274On AMD 29000 family processors, registers are saved in a separate
d4f3574e 11275@dfn{register stack}. There is no way for @value{GDBN} to determine the
104c1213
JM
11276extent of this stack. Normally, @value{GDBN} just assumes that the
11277stack is ``large enough''. This may result in @value{GDBN} referencing
11278memory locations that do not exist. If necessary, you can get around
11279this problem by specifying the ending address of the register stack with
11280the @code{set rstack_high_address} command. The argument should be an
11281address, which you probably want to precede with @samp{0x} to specify in
11282hexadecimal.
11283
11284@kindex show rstack_high_address
11285@item show rstack_high_address
11286Display the current limit of the register stack, on AMD 29000 family
11287processors.
11288
11289@end table
11290
6d2ebf8b 11291@node Alpha
104c1213
JM
11292@subsection Alpha
11293
11294See the following section.
11295
6d2ebf8b 11296@node MIPS
104c1213
JM
11297@subsection MIPS
11298
11299@cindex stack on Alpha
11300@cindex stack on MIPS
11301@cindex Alpha stack
11302@cindex MIPS stack
11303Alpha- and MIPS-based computers use an unusual stack frame, which
11304sometimes requires @value{GDBN} to search backward in the object code to
11305find the beginning of a function.
11306
11307@cindex response time, MIPS debugging
11308To improve response time (especially for embedded applications, where
11309@value{GDBN} may be restricted to a slow serial line for this search)
11310you may want to limit the size of this search, using one of these
11311commands:
11312
11313@table @code
00e4a2e4 11314@cindex @code{heuristic-fence-post} (Alpha, MIPS)
104c1213
JM
11315@item set heuristic-fence-post @var{limit}
11316Restrict @value{GDBN} to examining at most @var{limit} bytes in its
11317search for the beginning of a function. A value of @var{0} (the
11318default) means there is no limit. However, except for @var{0}, the
11319larger the limit the more bytes @code{heuristic-fence-post} must search
11320and therefore the longer it takes to run.
11321
11322@item show heuristic-fence-post
11323Display the current limit.
11324@end table
11325
11326@noindent
11327These commands are available @emph{only} when @value{GDBN} is configured
11328for debugging programs on Alpha or MIPS processors.
11329
11330
6d2ebf8b 11331@node Controlling GDB
c906108c
SS
11332@chapter Controlling @value{GDBN}
11333
53a5351d
JM
11334You can alter the way @value{GDBN} interacts with you by using the
11335@code{set} command. For commands controlling how @value{GDBN} displays
d4f3574e 11336data, see @ref{Print Settings, ,Print settings}. Other settings are
53a5351d 11337described here.
c906108c
SS
11338
11339@menu
11340* Prompt:: Prompt
11341* Editing:: Command editing
11342* History:: Command history
11343* Screen Size:: Screen size
11344* Numbers:: Numbers
11345* Messages/Warnings:: Optional warnings and messages
5d161b24 11346* Debugging Output:: Optional messages about internal happenings
c906108c
SS
11347@end menu
11348
6d2ebf8b 11349@node Prompt
c906108c
SS
11350@section Prompt
11351
11352@cindex prompt
11353
11354@value{GDBN} indicates its readiness to read a command by printing a string
11355called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
11356can change the prompt string with the @code{set prompt} command. For
11357instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
5d161b24 11358the prompt in one of the @value{GDBN} sessions so that you can always tell
c906108c
SS
11359which one you are talking to.
11360
d4f3574e 11361@emph{Note:} @code{set prompt} does not add a space for you after the
c906108c
SS
11362prompt you set. This allows you to set a prompt which ends in a space
11363or a prompt that does not.
11364
11365@table @code
11366@kindex set prompt
11367@item set prompt @var{newprompt}
11368Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
11369
11370@kindex show prompt
11371@item show prompt
11372Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
11373@end table
11374
6d2ebf8b 11375@node Editing
c906108c
SS
11376@section Command editing
11377@cindex readline
11378@cindex command line editing
11379
11380@value{GDBN} reads its input commands via the @dfn{readline} interface. This
11381@sc{gnu} library provides consistent behavior for programs which provide a
11382command line interface to the user. Advantages are @sc{gnu} Emacs-style
11383or @dfn{vi}-style inline editing of commands, @code{csh}-like history
11384substitution, and a storage and recall of command history across
11385debugging sessions.
11386
11387You may control the behavior of command line editing in @value{GDBN} with the
11388command @code{set}.
11389
11390@table @code
11391@kindex set editing
11392@cindex editing
11393@item set editing
11394@itemx set editing on
11395Enable command line editing (enabled by default).
11396
11397@item set editing off
11398Disable command line editing.
11399
11400@kindex show editing
11401@item show editing
11402Show whether command line editing is enabled.
11403@end table
11404
6d2ebf8b 11405@node History
c906108c
SS
11406@section Command history
11407
11408@value{GDBN} can keep track of the commands you type during your
11409debugging sessions, so that you can be certain of precisely what
11410happened. Use these commands to manage the @value{GDBN} command
11411history facility.
11412
11413@table @code
11414@cindex history substitution
11415@cindex history file
11416@kindex set history filename
11417@kindex GDBHISTFILE
11418@item set history filename @var{fname}
11419Set the name of the @value{GDBN} command history file to @var{fname}.
11420This is the file where @value{GDBN} reads an initial command history
11421list, and where it writes the command history from this session when it
11422exits. You can access this list through history expansion or through
11423the history command editing characters listed below. This file defaults
11424to the value of the environment variable @code{GDBHISTFILE}, or to
d4f3574e
SS
11425@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
11426is not set.
c906108c
SS
11427
11428@cindex history save
11429@kindex set history save
11430@item set history save
11431@itemx set history save on
11432Record command history in a file, whose name may be specified with the
11433@code{set history filename} command. By default, this option is disabled.
11434
11435@item set history save off
11436Stop recording command history in a file.
11437
11438@cindex history size
11439@kindex set history size
11440@item set history size @var{size}
11441Set the number of commands which @value{GDBN} keeps in its history list.
11442This defaults to the value of the environment variable
11443@code{HISTSIZE}, or to 256 if this variable is not set.
11444@end table
11445
11446@cindex history expansion
11447History expansion assigns special meaning to the character @kbd{!}.
11448@ifset have-readline-appendices
11449@xref{Event Designators}.
11450@end ifset
11451
11452Since @kbd{!} is also the logical not operator in C, history expansion
11453is off by default. If you decide to enable history expansion with the
11454@code{set history expansion on} command, you may sometimes need to
11455follow @kbd{!} (when it is used as logical not, in an expression) with
11456a space or a tab to prevent it from being expanded. The readline
11457history facilities do not attempt substitution on the strings
11458@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
11459
11460The commands to control history expansion are:
11461
11462@table @code
11463@kindex set history expansion
11464@item set history expansion on
11465@itemx set history expansion
11466Enable history expansion. History expansion is off by default.
11467
11468@item set history expansion off
11469Disable history expansion.
11470
11471The readline code comes with more complete documentation of
11472editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
11473or @code{vi} may wish to read it.
11474@ifset have-readline-appendices
11475@xref{Command Line Editing}.
11476@end ifset
11477
11478@c @group
11479@kindex show history
11480@item show history
11481@itemx show history filename
11482@itemx show history save
11483@itemx show history size
11484@itemx show history expansion
11485These commands display the state of the @value{GDBN} history parameters.
11486@code{show history} by itself displays all four states.
11487@c @end group
11488@end table
11489
11490@table @code
41afff9a 11491@kindex shows
c906108c
SS
11492@item show commands
11493Display the last ten commands in the command history.
11494
11495@item show commands @var{n}
11496Print ten commands centered on command number @var{n}.
11497
11498@item show commands +
11499Print ten commands just after the commands last printed.
11500@end table
11501
6d2ebf8b 11502@node Screen Size
c906108c
SS
11503@section Screen size
11504@cindex size of screen
11505@cindex pauses in output
11506
11507Certain commands to @value{GDBN} may produce large amounts of
11508information output to the screen. To help you read all of it,
11509@value{GDBN} pauses and asks you for input at the end of each page of
11510output. Type @key{RET} when you want to continue the output, or @kbd{q}
11511to discard the remaining output. Also, the screen width setting
11512determines when to wrap lines of output. Depending on what is being
11513printed, @value{GDBN} tries to break the line at a readable place,
11514rather than simply letting it overflow onto the following line.
11515
d4f3574e
SS
11516Normally @value{GDBN} knows the size of the screen from the terminal
11517driver software. For example, on Unix @value{GDBN} uses the termcap data base
c906108c 11518together with the value of the @code{TERM} environment variable and the
d4f3574e 11519@code{stty rows} and @code{stty cols} settings. If this is not correct,
c906108c
SS
11520you can override it with the @code{set height} and @code{set
11521width} commands:
11522
11523@table @code
11524@kindex set height
11525@kindex set width
11526@kindex show width
11527@kindex show height
11528@item set height @var{lpp}
11529@itemx show height
11530@itemx set width @var{cpl}
11531@itemx show width
11532These @code{set} commands specify a screen height of @var{lpp} lines and
11533a screen width of @var{cpl} characters. The associated @code{show}
11534commands display the current settings.
11535
5d161b24
DB
11536If you specify a height of zero lines, @value{GDBN} does not pause during
11537output no matter how long the output is. This is useful if output is to a
c906108c
SS
11538file or to an editor buffer.
11539
11540Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
11541from wrapping its output.
11542@end table
11543
6d2ebf8b 11544@node Numbers
c906108c
SS
11545@section Numbers
11546@cindex number representation
11547@cindex entering numbers
11548
2df3850c
JM
11549You can always enter numbers in octal, decimal, or hexadecimal in
11550@value{GDBN} by the usual conventions: octal numbers begin with
11551@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
11552begin with @samp{0x}. Numbers that begin with none of these are, by
11553default, entered in base 10; likewise, the default display for
11554numbers---when no particular format is specified---is base 10. You can
11555change the default base for both input and output with the @code{set
11556radix} command.
c906108c
SS
11557
11558@table @code
11559@kindex set input-radix
11560@item set input-radix @var{base}
11561Set the default base for numeric input. Supported choices
11562for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
11563specified either unambiguously or using the current default radix; for
11564example, any of
11565
11566@smallexample
11567set radix 012
11568set radix 10.
11569set radix 0xa
11570@end smallexample
11571
11572@noindent
11573sets the base to decimal. On the other hand, @samp{set radix 10}
11574leaves the radix unchanged no matter what it was.
11575
11576@kindex set output-radix
11577@item set output-radix @var{base}
11578Set the default base for numeric display. Supported choices
11579for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
11580specified either unambiguously or using the current default radix.
11581
11582@kindex show input-radix
11583@item show input-radix
11584Display the current default base for numeric input.
11585
11586@kindex show output-radix
11587@item show output-radix
11588Display the current default base for numeric display.
11589@end table
11590
6d2ebf8b 11591@node Messages/Warnings
c906108c
SS
11592@section Optional warnings and messages
11593
2df3850c
JM
11594By default, @value{GDBN} is silent about its inner workings. If you are
11595running on a slow machine, you may want to use the @code{set verbose}
11596command. This makes @value{GDBN} tell you when it does a lengthy
11597internal operation, so you will not think it has crashed.
c906108c
SS
11598
11599Currently, the messages controlled by @code{set verbose} are those
11600which announce that the symbol table for a source file is being read;
11601see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
11602
11603@table @code
11604@kindex set verbose
11605@item set verbose on
11606Enables @value{GDBN} output of certain informational messages.
11607
11608@item set verbose off
11609Disables @value{GDBN} output of certain informational messages.
11610
11611@kindex show verbose
11612@item show verbose
11613Displays whether @code{set verbose} is on or off.
11614@end table
11615
2df3850c
JM
11616By default, if @value{GDBN} encounters bugs in the symbol table of an
11617object file, it is silent; but if you are debugging a compiler, you may
11618find this information useful (@pxref{Symbol Errors, ,Errors reading
11619symbol files}).
c906108c
SS
11620
11621@table @code
2df3850c 11622
c906108c
SS
11623@kindex set complaints
11624@item set complaints @var{limit}
2df3850c
JM
11625Permits @value{GDBN} to output @var{limit} complaints about each type of
11626unusual symbols before becoming silent about the problem. Set
11627@var{limit} to zero to suppress all complaints; set it to a large number
11628to prevent complaints from being suppressed.
c906108c
SS
11629
11630@kindex show complaints
11631@item show complaints
11632Displays how many symbol complaints @value{GDBN} is permitted to produce.
2df3850c 11633
c906108c
SS
11634@end table
11635
11636By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
11637lot of stupid questions to confirm certain commands. For example, if
11638you try to run a program which is already running:
11639
11640@example
11641(@value{GDBP}) run
11642The program being debugged has been started already.
11643Start it from the beginning? (y or n)
11644@end example
11645
11646If you are willing to unflinchingly face the consequences of your own
11647commands, you can disable this ``feature'':
11648
11649@table @code
2df3850c 11650
c906108c
SS
11651@kindex set confirm
11652@cindex flinching
11653@cindex confirmation
11654@cindex stupid questions
11655@item set confirm off
11656Disables confirmation requests.
11657
11658@item set confirm on
11659Enables confirmation requests (the default).
11660
11661@kindex show confirm
11662@item show confirm
11663Displays state of confirmation requests.
2df3850c 11664
c906108c
SS
11665@end table
11666
6d2ebf8b 11667@node Debugging Output
5d161b24
DB
11668@section Optional messages about internal happenings
11669@table @code
11670@kindex set debug arch
11671@item set debug arch
11672Turns on or off display of gdbarch debugging info. The default is off
11673@kindex show debug arch
11674@item show debug arch
11675Displays the current state of displaying gdbarch debugging info.
11676@kindex set debug event
11677@item set debug event
11678Turns on or off display of @value{GDBN} event debugging info. The
11679default is off.
11680@kindex show debug event
11681@item show debug event
11682Displays the current state of displaying @value{GDBN} event debugging
11683info.
11684@kindex set debug expression
11685@item set debug expression
11686Turns on or off display of @value{GDBN} expression debugging info. The
11687default is off.
11688@kindex show debug expression
11689@item show debug expression
11690Displays the current state of displaying @value{GDBN} expression
11691debugging info.
11692@kindex set debug overload
11693@item set debug overload
11694Turns on or off display of @value{GDBN} C++ overload debugging
11695info. This includes info such as ranking of functions, etc. The default
11696is off.
11697@kindex show debug overload
11698@item show debug overload
11699Displays the current state of displaying @value{GDBN} C++ overload
11700debugging info.
11701@kindex set debug remote
11702@cindex packets, reporting on stdout
11703@cindex serial connections, debugging
11704@item set debug remote
11705Turns on or off display of reports on all packets sent back and forth across
11706the serial line to the remote machine. The info is printed on the
11707@value{GDBN} standard output stream. The default is off.
11708@kindex show debug remote
11709@item show debug remote
11710Displays the state of display of remote packets.
11711@kindex set debug serial
11712@item set debug serial
11713Turns on or off display of @value{GDBN} serial debugging info. The
11714default is off.
11715@kindex show debug serial
11716@item show debug serial
11717Displays the current state of displaying @value{GDBN} serial debugging
11718info.
11719@kindex set debug target
11720@item set debug target
11721Turns on or off display of @value{GDBN} target debugging info. This info
11722includes what is going on at the target level of GDB, as it happens. The
11723default is off.
11724@kindex show debug target
11725@item show debug target
11726Displays the current state of displaying @value{GDBN} target debugging
11727info.
11728@kindex set debug varobj
11729@item set debug varobj
11730Turns on or off display of @value{GDBN} variable object debugging
11731info. The default is off.
11732@kindex show debug varobj
11733@item show debug varobj
11734Displays the current state of displaying @value{GDBN} variable object
11735debugging info.
11736@end table
11737
6d2ebf8b 11738@node Sequences
c906108c
SS
11739@chapter Canned Sequences of Commands
11740
11741Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
2df3850c
JM
11742command lists}), @value{GDBN} provides two ways to store sequences of
11743commands for execution as a unit: user-defined commands and command
11744files.
c906108c
SS
11745
11746@menu
11747* Define:: User-defined commands
11748* Hooks:: User-defined command hooks
11749* Command Files:: Command files
11750* Output:: Commands for controlled output
11751@end menu
11752
6d2ebf8b 11753@node Define
c906108c
SS
11754@section User-defined commands
11755
11756@cindex user-defined command
2df3850c
JM
11757A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
11758which you assign a new name as a command. This is done with the
11759@code{define} command. User commands may accept up to 10 arguments
11760separated by whitespace. Arguments are accessed within the user command
11761via @var{$arg0@dots{}$arg9}. A trivial example:
c906108c
SS
11762
11763@smallexample
11764define adder
11765 print $arg0 + $arg1 + $arg2
11766@end smallexample
11767
d4f3574e
SS
11768@noindent
11769To execute the command use:
c906108c
SS
11770
11771@smallexample
11772adder 1 2 3
11773@end smallexample
11774
d4f3574e
SS
11775@noindent
11776This defines the command @code{adder}, which prints the sum of
5d161b24 11777its three arguments. Note the arguments are text substitutions, so they may
c906108c
SS
11778reference variables, use complex expressions, or even perform inferior
11779functions calls.
11780
11781@table @code
2df3850c 11782
c906108c
SS
11783@kindex define
11784@item define @var{commandname}
11785Define a command named @var{commandname}. If there is already a command
11786by that name, you are asked to confirm that you want to redefine it.
11787
11788The definition of the command is made up of other @value{GDBN} command lines,
11789which are given following the @code{define} command. The end of these
11790commands is marked by a line containing @code{end}.
11791
11792@kindex if
11793@kindex else
11794@item if
11795Takes a single argument, which is an expression to evaluate.
11796It is followed by a series of commands that are executed
11797only if the expression is true (nonzero).
11798There can then optionally be a line @code{else}, followed
11799by a series of commands that are only executed if the expression
11800was false. The end of the list is marked by a line containing @code{end}.
11801
11802@kindex while
11803@item while
11804The syntax is similar to @code{if}: the command takes a single argument,
11805which is an expression to evaluate, and must be followed by the commands to
11806execute, one per line, terminated by an @code{end}.
11807The commands are executed repeatedly as long as the expression
11808evaluates to true.
11809
11810@kindex document
11811@item document @var{commandname}
11812Document the user-defined command @var{commandname}, so that it can be
5d161b24
DB
11813accessed by @code{help}. The command @var{commandname} must already be
11814defined. This command reads lines of documentation just as @code{define}
11815reads the lines of the command definition, ending with @code{end}.
11816After the @code{document} command is finished, @code{help} on command
c906108c
SS
11817@var{commandname} displays the documentation you have written.
11818
11819You may use the @code{document} command again to change the
11820documentation of a command. Redefining the command with @code{define}
11821does not change the documentation.
11822
11823@kindex help user-defined
11824@item help user-defined
11825List all user-defined commands, with the first line of the documentation
11826(if any) for each.
11827
11828@kindex show user
11829@item show user
11830@itemx show user @var{commandname}
2df3850c
JM
11831Display the @value{GDBN} commands used to define @var{commandname} (but
11832not its documentation). If no @var{commandname} is given, display the
c906108c 11833definitions for all user-defined commands.
2df3850c 11834
c906108c
SS
11835@end table
11836
11837When user-defined commands are executed, the
11838commands of the definition are not printed. An error in any command
11839stops execution of the user-defined command.
11840
11841If used interactively, commands that would ask for confirmation proceed
5d161b24
DB
11842without asking when used inside a user-defined command. Many @value{GDBN}
11843commands that normally print messages to say what they are doing omit the
c906108c
SS
11844messages when used in a user-defined command.
11845
6d2ebf8b 11846@node Hooks
c906108c 11847@section User-defined command hooks
d4f3574e
SS
11848@cindex command hooks
11849@cindex hooks, for commands
c906108c
SS
11850
11851You may define @emph{hooks}, which are a special kind of user-defined
11852command. Whenever you run the command @samp{foo}, if the user-defined
11853command @samp{hook-foo} exists, it is executed (with no arguments)
11854before that command.
11855
d4f3574e 11856@kindex stop@r{, a pseudo-command}
c906108c
SS
11857In addition, a pseudo-command, @samp{stop} exists. Defining
11858(@samp{hook-stop}) makes the associated commands execute every time
11859execution stops in your program: before breakpoint commands are run,
11860displays are printed, or the stack frame is printed.
11861
c906108c
SS
11862For example, to ignore @code{SIGALRM} signals while
11863single-stepping, but treat them normally during normal execution,
11864you could define:
11865
11866@example
11867define hook-stop
11868handle SIGALRM nopass
11869end
11870
11871define hook-run
11872handle SIGALRM pass
11873end
11874
11875define hook-continue
11876handle SIGLARM pass
11877end
11878@end example
c906108c
SS
11879
11880You can define a hook for any single-word command in @value{GDBN}, but
11881not for command aliases; you should define a hook for the basic command
11882name, e.g. @code{backtrace} rather than @code{bt}.
11883@c FIXME! So how does Joe User discover whether a command is an alias
11884@c or not?
11885If an error occurs during the execution of your hook, execution of
11886@value{GDBN} commands stops and @value{GDBN} issues a prompt
11887(before the command that you actually typed had a chance to run).
11888
11889If you try to define a hook which does not match any known command, you
11890get a warning from the @code{define} command.
11891
6d2ebf8b 11892@node Command Files
c906108c
SS
11893@section Command files
11894
11895@cindex command files
5d161b24
DB
11896A command file for @value{GDBN} is a file of lines that are @value{GDBN}
11897commands. Comments (lines starting with @kbd{#}) may also be included.
11898An empty line in a command file does nothing; it does not mean to repeat
c906108c
SS
11899the last command, as it would from the terminal.
11900
11901@cindex init file
11902@cindex @file{.gdbinit}
d4f3574e 11903@cindex @file{gdb.ini}
c906108c
SS
11904When you start @value{GDBN}, it automatically executes commands from its
11905@dfn{init files}. These are files named @file{.gdbinit} on Unix, or
11906@file{gdb.ini} on DOS/Windows. @value{GDBN} reads the init file (if
d4f3574e 11907any) in your home directory@footnote{On DOS/Windows systems, the home
2df3850c
JM
11908directory is the one pointed to by the @code{HOME} environment
11909variable.}, then processes command line options and operands, and then
11910reads the init file (if any) in the current working directory. This is
11911so the init file in your home directory can set options (such as
11912@code{set complaints}) which affect the processing of the command line
11913options and operands. The init files are not executed if you use the
11914@samp{-nx} option; @pxref{Mode Options, ,Choosing modes}.
c906108c 11915
c906108c
SS
11916@cindex init file name
11917On some configurations of @value{GDBN}, the init file is known by a
11918different name (these are typically environments where a specialized
11919form of @value{GDBN} may need to coexist with other forms, hence a
11920different name for the specialized version's init file). These are the
11921environments with special init file names:
11922
00e4a2e4 11923@cindex @file{.vxgdbinit}
c906108c
SS
11924@itemize @bullet
11925@item
00e4a2e4 11926VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 11927
00e4a2e4 11928@cindex @file{.os68gdbinit}
c906108c 11929@item
00e4a2e4 11930OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 11931
00e4a2e4 11932@cindex @file{.esgdbinit}
c906108c 11933@item
00e4a2e4 11934ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
c906108c 11935@end itemize
c906108c
SS
11936
11937You can also request the execution of a command file with the
11938@code{source} command:
11939
11940@table @code
11941@kindex source
11942@item source @var{filename}
11943Execute the command file @var{filename}.
11944@end table
11945
11946The lines in a command file are executed sequentially. They are not
11947printed as they are executed. An error in any command terminates execution
11948of the command file.
11949
11950Commands that would ask for confirmation if used interactively proceed
11951without asking when used in a command file. Many @value{GDBN} commands that
11952normally print messages to say what they are doing omit the messages
11953when called from command files.
11954
6d2ebf8b 11955@node Output
c906108c
SS
11956@section Commands for controlled output
11957
11958During the execution of a command file or a user-defined command, normal
11959@value{GDBN} output is suppressed; the only output that appears is what is
11960explicitly printed by the commands in the definition. This section
11961describes three commands useful for generating exactly the output you
11962want.
11963
11964@table @code
11965@kindex echo
11966@item echo @var{text}
11967@c I do not consider backslash-space a standard C escape sequence
11968@c because it is not in ANSI.
11969Print @var{text}. Nonprinting characters can be included in
11970@var{text} using C escape sequences, such as @samp{\n} to print a
11971newline. @strong{No newline is printed unless you specify one.}
11972In addition to the standard C escape sequences, a backslash followed
11973by a space stands for a space. This is useful for displaying a
11974string with spaces at the beginning or the end, since leading and
5d161b24 11975trailing spaces are otherwise trimmed from all arguments.
c906108c
SS
11976To print @samp{@w{ }and foo =@w{ }}, use the command
11977@samp{echo \@w{ }and foo = \@w{ }}.
11978
11979A backslash at the end of @var{text} can be used, as in C, to continue
11980the command onto subsequent lines. For example,
11981
11982@example
11983echo This is some text\n\
11984which is continued\n\
11985onto several lines.\n
11986@end example
11987
11988produces the same output as
11989
11990@example
11991echo This is some text\n
11992echo which is continued\n
11993echo onto several lines.\n
11994@end example
11995
11996@kindex output
11997@item output @var{expression}
11998Print the value of @var{expression} and nothing but that value: no
11999newlines, no @samp{$@var{nn} = }. The value is not entered in the
5d161b24 12000value history either. @xref{Expressions, ,Expressions}, for more information
c906108c
SS
12001on expressions.
12002
12003@item output/@var{fmt} @var{expression}
12004Print the value of @var{expression} in format @var{fmt}. You can use
12005the same formats as for @code{print}. @xref{Output Formats,,Output
12006formats}, for more information.
12007
12008@kindex printf
12009@item printf @var{string}, @var{expressions}@dots{}
12010Print the values of the @var{expressions} under the control of
12011@var{string}. The @var{expressions} are separated by commas and may be
12012either numbers or pointers. Their values are printed as specified by
12013@var{string}, exactly as if your program were to execute the C
12014subroutine
d4f3574e
SS
12015@c FIXME: the above implies that at least all ANSI C formats are
12016@c supported, but it isn't true: %E and %G don't work (or so it seems).
12017@c Either this is a bug, or the manual should document what formats are
12018@c supported.
c906108c
SS
12019
12020@example
12021printf (@var{string}, @var{expressions}@dots{});
12022@end example
12023
12024For example, you can print two values in hex like this:
12025
12026@smallexample
12027printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
12028@end smallexample
12029
12030The only backslash-escape sequences that you can use in the format
12031string are the simple ones that consist of backslash followed by a
12032letter.
12033@end table
12034
6d2ebf8b 12035@node Emacs
c906108c
SS
12036@chapter Using @value{GDBN} under @sc{gnu} Emacs
12037
12038@cindex Emacs
12039@cindex @sc{gnu} Emacs
12040A special interface allows you to use @sc{gnu} Emacs to view (and
12041edit) the source files for the program you are debugging with
12042@value{GDBN}.
12043
12044To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
12045executable file you want to debug as an argument. This command starts
12046@value{GDBN} as a subprocess of Emacs, with input and output through a newly
12047created Emacs buffer.
53a5351d 12048@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c
SS
12049
12050Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
12051things:
12052
12053@itemize @bullet
12054@item
12055All ``terminal'' input and output goes through the Emacs buffer.
12056@end itemize
12057
12058This applies both to @value{GDBN} commands and their output, and to the input
12059and output done by the program you are debugging.
12060
12061This is useful because it means that you can copy the text of previous
12062commands and input them again; you can even use parts of the output
12063in this way.
12064
12065All the facilities of Emacs' Shell mode are available for interacting
12066with your program. In particular, you can send signals the usual
12067way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
12068stop.
12069
12070@itemize @bullet
12071@item
12072@value{GDBN} displays source code through Emacs.
12073@end itemize
12074
12075Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
12076source file for that frame and puts an arrow (@samp{=>}) at the
12077left margin of the current line. Emacs uses a separate buffer for
12078source display, and splits the screen to show both your @value{GDBN} session
12079and the source.
12080
12081Explicit @value{GDBN} @code{list} or search commands still produce output as
12082usual, but you probably have no reason to use them from Emacs.
12083
12084@quotation
12085@emph{Warning:} If the directory where your program resides is not your
12086current directory, it can be easy to confuse Emacs about the location of
12087the source files, in which case the auxiliary display buffer does not
12088appear to show your source. @value{GDBN} can find programs by searching your
12089environment's @code{PATH} variable, so the @value{GDBN} input and output
12090session proceeds normally; but Emacs does not get enough information
12091back from @value{GDBN} to locate the source files in this situation. To
12092avoid this problem, either start @value{GDBN} mode from the directory where
12093your program resides, or specify an absolute file name when prompted for the
12094@kbd{M-x gdb} argument.
12095
12096A similar confusion can result if you use the @value{GDBN} @code{file} command to
12097switch to debugging a program in some other location, from an existing
12098@value{GDBN} buffer in Emacs.
12099@end quotation
12100
12101By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
12102you need to call @value{GDBN} by a different name (for example, if you keep
12103several configurations around, with different names) you can set the
12104Emacs variable @code{gdb-command-name}; for example,
12105
12106@example
12107(setq gdb-command-name "mygdb")
12108@end example
12109
12110@noindent
d4f3574e 12111(preceded by @kbd{M-:} or @kbd{ESC :}, or typed in the @code{*scratch*} buffer, or
c906108c
SS
12112in your @file{.emacs} file) makes Emacs call the program named
12113``@code{mygdb}'' instead.
12114
12115In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
12116addition to the standard Shell mode commands:
12117
12118@table @kbd
12119@item C-h m
12120Describe the features of Emacs' @value{GDBN} Mode.
12121
12122@item M-s
12123Execute to another source line, like the @value{GDBN} @code{step} command; also
12124update the display window to show the current file and location.
12125
12126@item M-n
12127Execute to next source line in this function, skipping all function
12128calls, like the @value{GDBN} @code{next} command. Then update the display window
12129to show the current file and location.
12130
12131@item M-i
12132Execute one instruction, like the @value{GDBN} @code{stepi} command; update
12133display window accordingly.
12134
12135@item M-x gdb-nexti
12136Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
12137display window accordingly.
12138
12139@item C-c C-f
12140Execute until exit from the selected stack frame, like the @value{GDBN}
12141@code{finish} command.
12142
12143@item M-c
12144Continue execution of your program, like the @value{GDBN} @code{continue}
12145command.
12146
12147@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
12148
12149@item M-u
12150Go up the number of frames indicated by the numeric argument
12151(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
12152like the @value{GDBN} @code{up} command.
12153
12154@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
12155
12156@item M-d
12157Go down the number of frames indicated by the numeric argument, like the
12158@value{GDBN} @code{down} command.
12159
12160@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
12161
12162@item C-x &
12163Read the number where the cursor is positioned, and insert it at the end
12164of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
12165around an address that was displayed earlier, type @kbd{disassemble};
12166then move the cursor to the address display, and pick up the
12167argument for @code{disassemble} by typing @kbd{C-x &}.
12168
12169You can customize this further by defining elements of the list
12170@code{gdb-print-command}; once it is defined, you can format or
12171otherwise process numbers picked up by @kbd{C-x &} before they are
12172inserted. A numeric argument to @kbd{C-x &} indicates that you
12173wish special formatting, and also acts as an index to pick an element of the
12174list. If the list element is a string, the number to be inserted is
12175formatted using the Emacs function @code{format}; otherwise the number
12176is passed as an argument to the corresponding list element.
12177@end table
12178
12179In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
12180tells @value{GDBN} to set a breakpoint on the source line point is on.
12181
12182If you accidentally delete the source-display buffer, an easy way to get
12183it back is to type the command @code{f} in the @value{GDBN} buffer, to
12184request a frame display; when you run under Emacs, this recreates
12185the source buffer if necessary to show you the context of the current
12186frame.
12187
12188The source files displayed in Emacs are in ordinary Emacs buffers
12189which are visiting the source files in the usual way. You can edit
12190the files with these buffers if you wish; but keep in mind that @value{GDBN}
12191communicates with Emacs in terms of line numbers. If you add or
12192delete lines from the text, the line numbers that @value{GDBN} knows cease
12193to correspond properly with the code.
12194
12195@c The following dropped because Epoch is nonstandard. Reactivate
12196@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
12197@ignore
12198@kindex Emacs Epoch environment
12199@kindex Epoch
12200@kindex inspect
12201
5d161b24 12202Version 18 of @sc{gnu} Emacs has a built-in window system
c906108c
SS
12203called the @code{epoch}
12204environment. Users of this environment can use a new command,
12205@code{inspect} which performs identically to @code{print} except that
12206each value is printed in its own window.
12207@end ignore
c906108c 12208
d700128c 12209@include annotate.texi
7162c0ca 12210@include gdbmi.texinfo
d700128c 12211
6d2ebf8b 12212@node GDB Bugs
c906108c
SS
12213@chapter Reporting Bugs in @value{GDBN}
12214@cindex bugs in @value{GDBN}
12215@cindex reporting bugs in @value{GDBN}
12216
12217Your bug reports play an essential role in making @value{GDBN} reliable.
12218
12219Reporting a bug may help you by bringing a solution to your problem, or it
12220may not. But in any case the principal function of a bug report is to help
12221the entire community by making the next version of @value{GDBN} work better. Bug
12222reports are your contribution to the maintenance of @value{GDBN}.
12223
12224In order for a bug report to serve its purpose, you must include the
12225information that enables us to fix the bug.
12226
12227@menu
12228* Bug Criteria:: Have you found a bug?
12229* Bug Reporting:: How to report bugs
12230@end menu
12231
6d2ebf8b 12232@node Bug Criteria
c906108c
SS
12233@section Have you found a bug?
12234@cindex bug criteria
12235
12236If you are not sure whether you have found a bug, here are some guidelines:
12237
12238@itemize @bullet
12239@cindex fatal signal
12240@cindex debugger crash
12241@cindex crash of debugger
12242@item
12243If the debugger gets a fatal signal, for any input whatever, that is a
12244@value{GDBN} bug. Reliable debuggers never crash.
12245
12246@cindex error on valid input
12247@item
12248If @value{GDBN} produces an error message for valid input, that is a
12249bug. (Note that if you're cross debugging, the problem may also be
12250somewhere in the connection to the target.)
12251
12252@cindex invalid input
12253@item
12254If @value{GDBN} does not produce an error message for invalid input,
12255that is a bug. However, you should note that your idea of
12256``invalid input'' might be our idea of ``an extension'' or ``support
12257for traditional practice''.
12258
12259@item
12260If you are an experienced user of debugging tools, your suggestions
12261for improvement of @value{GDBN} are welcome in any case.
12262@end itemize
12263
6d2ebf8b 12264@node Bug Reporting
c906108c
SS
12265@section How to report bugs
12266@cindex bug reports
12267@cindex @value{GDBN} bugs, reporting
12268
c906108c
SS
12269A number of companies and individuals offer support for @sc{gnu} products.
12270If you obtained @value{GDBN} from a support organization, we recommend you
12271contact that organization first.
12272
12273You can find contact information for many support companies and
12274individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
12275distribution.
12276@c should add a web page ref...
12277
12278In any event, we also recommend that you send bug reports for
12279@value{GDBN} to this addresses:
12280
12281@example
d4f3574e 12282bug-gdb@@gnu.org
c906108c
SS
12283@end example
12284
12285@strong{Do not send bug reports to @samp{info-gdb}, or to
d4f3574e 12286@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
c906108c
SS
12287not want to receive bug reports. Those that do have arranged to receive
12288@samp{bug-gdb}.
12289
12290The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
12291serves as a repeater. The mailing list and the newsgroup carry exactly
12292the same messages. Often people think of posting bug reports to the
12293newsgroup instead of mailing them. This appears to work, but it has one
12294problem which can be crucial: a newsgroup posting often lacks a mail
12295path back to the sender. Thus, if we need to ask for more information,
12296we may be unable to reach you. For this reason, it is better to send
12297bug reports to the mailing list.
12298
12299As a last resort, send bug reports on paper to:
12300
12301@example
12302@sc{gnu} Debugger Bugs
12303Free Software Foundation Inc.
1230459 Temple Place - Suite 330
12305Boston, MA 02111-1307
12306USA
12307@end example
c906108c
SS
12308
12309The fundamental principle of reporting bugs usefully is this:
12310@strong{report all the facts}. If you are not sure whether to state a
12311fact or leave it out, state it!
12312
12313Often people omit facts because they think they know what causes the
12314problem and assume that some details do not matter. Thus, you might
12315assume that the name of the variable you use in an example does not matter.
12316Well, probably it does not, but one cannot be sure. Perhaps the bug is a
12317stray memory reference which happens to fetch from the location where that
12318name is stored in memory; perhaps, if the name were different, the contents
12319of that location would fool the debugger into doing the right thing despite
12320the bug. Play it safe and give a specific, complete example. That is the
12321easiest thing for you to do, and the most helpful.
12322
12323Keep in mind that the purpose of a bug report is to enable us to fix the
12324bug. It may be that the bug has been reported previously, but neither
12325you nor we can know that unless your bug report is complete and
12326self-contained.
12327
12328Sometimes people give a few sketchy facts and ask, ``Does this ring a
12329bell?'' Those bug reports are useless, and we urge everyone to
12330@emph{refuse to respond to them} except to chide the sender to report
12331bugs properly.
12332
12333To enable us to fix the bug, you should include all these things:
12334
12335@itemize @bullet
12336@item
12337The version of @value{GDBN}. @value{GDBN} announces it if you start
12338with no arguments; you can also print it at any time using @code{show
12339version}.
12340
12341Without this, we will not know whether there is any point in looking for
12342the bug in the current version of @value{GDBN}.
12343
12344@item
12345The type of machine you are using, and the operating system name and
12346version number.
12347
c906108c
SS
12348@item
12349What compiler (and its version) was used to compile @value{GDBN}---e.g.
12350``@value{GCC}--2.8.1''.
c906108c
SS
12351
12352@item
12353What compiler (and its version) was used to compile the program you are
12354debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
12355C Compiler''. For GCC, you can say @code{gcc --version} to get this
12356information; for other compilers, see the documentation for those
12357compilers.
12358
12359@item
12360The command arguments you gave the compiler to compile your example and
12361observe the bug. For example, did you use @samp{-O}? To guarantee
12362you will not omit something important, list them all. A copy of the
12363Makefile (or the output from make) is sufficient.
12364
12365If we were to try to guess the arguments, we would probably guess wrong
12366and then we might not encounter the bug.
12367
12368@item
12369A complete input script, and all necessary source files, that will
12370reproduce the bug.
12371
12372@item
12373A description of what behavior you observe that you believe is
12374incorrect. For example, ``It gets a fatal signal.''
12375
12376Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
12377will certainly notice it. But if the bug is incorrect output, we might
12378not notice unless it is glaringly wrong. You might as well not give us
12379a chance to make a mistake.
12380
12381Even if the problem you experience is a fatal signal, you should still
12382say so explicitly. Suppose something strange is going on, such as, your
12383copy of @value{GDBN} is out of synch, or you have encountered a bug in
12384the C library on your system. (This has happened!) Your copy might
12385crash and ours would not. If you told us to expect a crash, then when
12386ours fails to crash, we would know that the bug was not happening for
12387us. If you had not told us to expect a crash, then we would not be able
12388to draw any conclusion from our observations.
12389
c906108c
SS
12390@item
12391If you wish to suggest changes to the @value{GDBN} source, send us context
12392diffs. If you even discuss something in the @value{GDBN} source, refer to
12393it by context, not by line number.
12394
12395The line numbers in our development sources will not match those in your
12396sources. Your line numbers would convey no useful information to us.
53a5351d 12397
c906108c
SS
12398@end itemize
12399
12400Here are some things that are not necessary:
12401
12402@itemize @bullet
12403@item
12404A description of the envelope of the bug.
12405
12406Often people who encounter a bug spend a lot of time investigating
12407which changes to the input file will make the bug go away and which
12408changes will not affect it.
12409
12410This is often time consuming and not very useful, because the way we
12411will find the bug is by running a single example under the debugger
12412with breakpoints, not by pure deduction from a series of examples.
12413We recommend that you save your time for something else.
12414
12415Of course, if you can find a simpler example to report @emph{instead}
12416of the original one, that is a convenience for us. Errors in the
12417output will be easier to spot, running under the debugger will take
12418less time, and so on.
12419
12420However, simplification is not vital; if you do not want to do this,
12421report the bug anyway and send us the entire test case you used.
12422
12423@item
12424A patch for the bug.
12425
12426A patch for the bug does help us if it is a good one. But do not omit
12427the necessary information, such as the test case, on the assumption that
12428a patch is all we need. We might see problems with your patch and decide
12429to fix the problem another way, or we might not understand it at all.
12430
12431Sometimes with a program as complicated as @value{GDBN} it is very hard to
12432construct an example that will make the program follow a certain path
12433through the code. If you do not send us the example, we will not be able
12434to construct one, so we will not be able to verify that the bug is fixed.
12435
12436And if we cannot understand what bug you are trying to fix, or why your
12437patch should be an improvement, we will not install it. A test case will
12438help us to understand.
12439
12440@item
12441A guess about what the bug is or what it depends on.
12442
12443Such guesses are usually wrong. Even we cannot guess right about such
12444things without first using the debugger to find the facts.
12445@end itemize
12446
5d161b24 12447@c The readline documentation is distributed with the readline code
c906108c
SS
12448@c and consists of the two following files:
12449@c rluser.texinfo
7be570e7 12450@c inc-hist.texinfo
c906108c
SS
12451@c Use -I with makeinfo to point to the appropriate directory,
12452@c environment var TEXINPUTS with TeX.
12453@include rluser.texinfo
7be570e7 12454@include inc-hist.texinfo
c906108c
SS
12455
12456
6d2ebf8b 12457@node Formatting Documentation
c906108c
SS
12458@appendix Formatting Documentation
12459
12460@cindex @value{GDBN} reference card
12461@cindex reference card
12462The @value{GDBN} 4 release includes an already-formatted reference card, ready
12463for printing with PostScript or Ghostscript, in the @file{gdb}
12464subdirectory of the main source directory@footnote{In
12465@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
12466release.}. If you can use PostScript or Ghostscript with your printer,
12467you can print the reference card immediately with @file{refcard.ps}.
12468
12469The release also includes the source for the reference card. You
12470can format it, using @TeX{}, by typing:
12471
12472@example
12473make refcard.dvi
12474@end example
12475
5d161b24
DB
12476The @value{GDBN} reference card is designed to print in @dfn{landscape}
12477mode on US ``letter'' size paper;
c906108c
SS
12478that is, on a sheet 11 inches wide by 8.5 inches
12479high. You will need to specify this form of printing as an option to
12480your @sc{dvi} output program.
12481
12482@cindex documentation
12483
12484All the documentation for @value{GDBN} comes as part of the machine-readable
12485distribution. The documentation is written in Texinfo format, which is
12486a documentation system that uses a single source file to produce both
12487on-line information and a printed manual. You can use one of the Info
12488formatting commands to create the on-line version of the documentation
12489and @TeX{} (or @code{texi2roff}) to typeset the printed version.
12490
12491@value{GDBN} includes an already formatted copy of the on-line Info
12492version of this manual in the @file{gdb} subdirectory. The main Info
12493file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
12494subordinate files matching @samp{gdb.info*} in the same directory. If
12495necessary, you can print out these files, or read them with any editor;
12496but they are easier to read using the @code{info} subsystem in @sc{gnu}
12497Emacs or the standalone @code{info} program, available as part of the
12498@sc{gnu} Texinfo distribution.
12499
12500If you want to format these Info files yourself, you need one of the
12501Info formatting programs, such as @code{texinfo-format-buffer} or
12502@code{makeinfo}.
12503
12504If you have @code{makeinfo} installed, and are in the top level
12505@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
12506version @value{GDBVN}), you can make the Info file by typing:
12507
12508@example
12509cd gdb
12510make gdb.info
12511@end example
12512
12513If you want to typeset and print copies of this manual, you need @TeX{},
12514a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
12515Texinfo definitions file.
12516
12517@TeX{} is a typesetting program; it does not print files directly, but
12518produces output files called @sc{dvi} files. To print a typeset
12519document, you need a program to print @sc{dvi} files. If your system
12520has @TeX{} installed, chances are it has such a program. The precise
12521command to use depends on your system; @kbd{lpr -d} is common; another
12522(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
12523require a file name without any extension or a @samp{.dvi} extension.
12524
12525@TeX{} also requires a macro definitions file called
12526@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
12527written in Texinfo format. On its own, @TeX{} cannot either read or
12528typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
12529and is located in the @file{gdb-@var{version-number}/texinfo}
12530directory.
12531
12532If you have @TeX{} and a @sc{dvi} printer program installed, you can
12533typeset and print this manual. First switch to the the @file{gdb}
12534subdirectory of the main source directory (for example, to
12535@file{gdb-@value{GDBVN}/gdb}) and type:
12536
12537@example
12538make gdb.dvi
12539@end example
12540
12541Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c906108c 12542
6d2ebf8b 12543@node Installing GDB
c906108c
SS
12544@appendix Installing @value{GDBN}
12545@cindex configuring @value{GDBN}
12546@cindex installation
12547
c906108c
SS
12548@value{GDBN} comes with a @code{configure} script that automates the process
12549of preparing @value{GDBN} for installation; you can then use @code{make} to
12550build the @code{gdb} program.
12551@iftex
12552@c irrelevant in info file; it's as current as the code it lives with.
12553@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
12554look at the @file{README} file in the sources; we may have improved the
12555installation procedures since publishing this manual.}
12556@end iftex
12557
5d161b24
DB
12558The @value{GDBN} distribution includes all the source code you need for
12559@value{GDBN} in a single directory, whose name is usually composed by
c906108c
SS
12560appending the version number to @samp{gdb}.
12561
12562For example, the @value{GDBN} version @value{GDBVN} distribution is in the
12563@file{gdb-@value{GDBVN}} directory. That directory contains:
12564
12565@table @code
12566@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
12567script for configuring @value{GDBN} and all its supporting libraries
12568
12569@item gdb-@value{GDBVN}/gdb
12570the source specific to @value{GDBN} itself
12571
12572@item gdb-@value{GDBVN}/bfd
12573source for the Binary File Descriptor library
12574
12575@item gdb-@value{GDBVN}/include
12576@sc{gnu} include files
12577
12578@item gdb-@value{GDBVN}/libiberty
12579source for the @samp{-liberty} free software library
12580
12581@item gdb-@value{GDBVN}/opcodes
12582source for the library of opcode tables and disassemblers
12583
12584@item gdb-@value{GDBVN}/readline
12585source for the @sc{gnu} command-line interface
12586
12587@item gdb-@value{GDBVN}/glob
12588source for the @sc{gnu} filename pattern-matching subroutine
12589
12590@item gdb-@value{GDBVN}/mmalloc
12591source for the @sc{gnu} memory-mapped malloc package
12592@end table
12593
12594The simplest way to configure and build @value{GDBN} is to run @code{configure}
12595from the @file{gdb-@var{version-number}} source directory, which in
12596this example is the @file{gdb-@value{GDBVN}} directory.
12597
12598First switch to the @file{gdb-@var{version-number}} source directory
12599if you are not already in it; then run @code{configure}. Pass the
12600identifier for the platform on which @value{GDBN} will run as an
12601argument.
12602
12603For example:
12604
12605@example
12606cd gdb-@value{GDBVN}
12607./configure @var{host}
12608make
12609@end example
12610
12611@noindent
12612where @var{host} is an identifier such as @samp{sun4} or
12613@samp{decstation}, that identifies the platform where @value{GDBN} will run.
12614(You can often leave off @var{host}; @code{configure} tries to guess the
12615correct value by examining your system.)
12616
12617Running @samp{configure @var{host}} and then running @code{make} builds the
12618@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
12619libraries, then @code{gdb} itself. The configured source files, and the
12620binaries, are left in the corresponding source directories.
12621
12622@need 750
12623@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
12624system does not recognize this automatically when you run a different
12625shell, you may need to run @code{sh} on it explicitly:
12626
12627@example
12628sh configure @var{host}
12629@end example
12630
12631If you run @code{configure} from a directory that contains source
12632directories for multiple libraries or programs, such as the
12633@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
12634creates configuration files for every directory level underneath (unless
12635you tell it not to, with the @samp{--norecursion} option).
12636
12637You can run the @code{configure} script from any of the
12638subordinate directories in the @value{GDBN} distribution if you only want to
12639configure that subdirectory, but be sure to specify a path to it.
12640
12641For example, with version @value{GDBVN}, type the following to configure only
12642the @code{bfd} subdirectory:
12643
12644@example
12645@group
12646cd gdb-@value{GDBVN}/bfd
12647../configure @var{host}
12648@end group
12649@end example
12650
12651You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
12652However, you should make sure that the shell on your path (named by
12653the @samp{SHELL} environment variable) is publicly readable. Remember
12654that @value{GDBN} uses the shell to start your program---some systems refuse to
12655let @value{GDBN} debug child processes whose programs are not readable.
12656
12657@menu
12658* Separate Objdir:: Compiling @value{GDBN} in another directory
12659* Config Names:: Specifying names for hosts and targets
12660* Configure Options:: Summary of options for configure
12661@end menu
12662
6d2ebf8b 12663@node Separate Objdir
c906108c
SS
12664@section Compiling @value{GDBN} in another directory
12665
12666If you want to run @value{GDBN} versions for several host or target machines,
12667you need a different @code{gdb} compiled for each combination of
12668host and target. @code{configure} is designed to make this easy by
12669allowing you to generate each configuration in a separate subdirectory,
12670rather than in the source directory. If your @code{make} program
12671handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
12672@code{make} in each of these directories builds the @code{gdb}
12673program specified there.
12674
12675To build @code{gdb} in a separate directory, run @code{configure}
12676with the @samp{--srcdir} option to specify where to find the source.
12677(You also need to specify a path to find @code{configure}
12678itself from your working directory. If the path to @code{configure}
12679would be the same as the argument to @samp{--srcdir}, you can leave out
12680the @samp{--srcdir} option; it is assumed.)
12681
5d161b24 12682For example, with version @value{GDBVN}, you can build @value{GDBN} in a
c906108c
SS
12683separate directory for a Sun 4 like this:
12684
12685@example
12686@group
12687cd gdb-@value{GDBVN}
12688mkdir ../gdb-sun4
12689cd ../gdb-sun4
12690../gdb-@value{GDBVN}/configure sun4
12691make
12692@end group
12693@end example
12694
12695When @code{configure} builds a configuration using a remote source
12696directory, it creates a tree for the binaries with the same structure
12697(and using the same names) as the tree under the source directory. In
12698the example, you'd find the Sun 4 library @file{libiberty.a} in the
12699directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
12700@file{gdb-sun4/gdb}.
12701
12702One popular reason to build several @value{GDBN} configurations in separate
5d161b24
DB
12703directories is to configure @value{GDBN} for cross-compiling (where
12704@value{GDBN} runs on one machine---the @dfn{host}---while debugging
12705programs that run on another machine---the @dfn{target}).
c906108c
SS
12706You specify a cross-debugging target by
12707giving the @samp{--target=@var{target}} option to @code{configure}.
12708
12709When you run @code{make} to build a program or library, you must run
12710it in a configured directory---whatever directory you were in when you
12711called @code{configure} (or one of its subdirectories).
12712
12713The @code{Makefile} that @code{configure} generates in each source
12714directory also runs recursively. If you type @code{make} in a source
12715directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
12716directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
12717will build all the required libraries, and then build GDB.
12718
12719When you have multiple hosts or targets configured in separate
12720directories, you can run @code{make} on them in parallel (for example,
12721if they are NFS-mounted on each of the hosts); they will not interfere
12722with each other.
12723
6d2ebf8b 12724@node Config Names
c906108c
SS
12725@section Specifying names for hosts and targets
12726
12727The specifications used for hosts and targets in the @code{configure}
12728script are based on a three-part naming scheme, but some short predefined
12729aliases are also supported. The full naming scheme encodes three pieces
12730of information in the following pattern:
12731
12732@example
12733@var{architecture}-@var{vendor}-@var{os}
12734@end example
12735
12736For example, you can use the alias @code{sun4} as a @var{host} argument,
12737or as the value for @var{target} in a @code{--target=@var{target}}
12738option. The equivalent full name is @samp{sparc-sun-sunos4}.
12739
12740The @code{configure} script accompanying @value{GDBN} does not provide
12741any query facility to list all supported host and target names or
12742aliases. @code{configure} calls the Bourne shell script
12743@code{config.sub} to map abbreviations to full names; you can read the
12744script, if you wish, or you can use it to test your guesses on
12745abbreviations---for example:
12746
12747@smallexample
12748% sh config.sub i386-linux
12749i386-pc-linux-gnu
12750% sh config.sub alpha-linux
12751alpha-unknown-linux-gnu
12752% sh config.sub hp9k700
12753hppa1.1-hp-hpux
12754% sh config.sub sun4
12755sparc-sun-sunos4.1.1
12756% sh config.sub sun3
12757m68k-sun-sunos4.1.1
12758% sh config.sub i986v
12759Invalid configuration `i986v': machine `i986v' not recognized
12760@end smallexample
12761
12762@noindent
12763@code{config.sub} is also distributed in the @value{GDBN} source
12764directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
12765
6d2ebf8b 12766@node Configure Options
c906108c
SS
12767@section @code{configure} options
12768
12769Here is a summary of the @code{configure} options and arguments that
12770are most often useful for building @value{GDBN}. @code{configure} also has
12771several other options not listed here. @inforef{What Configure
12772Does,,configure.info}, for a full explanation of @code{configure}.
12773
12774@example
12775configure @r{[}--help@r{]}
12776 @r{[}--prefix=@var{dir}@r{]}
12777 @r{[}--exec-prefix=@var{dir}@r{]}
12778 @r{[}--srcdir=@var{dirname}@r{]}
12779 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
12780 @r{[}--target=@var{target}@r{]}
12781 @var{host}
12782@end example
12783
12784@noindent
12785You may introduce options with a single @samp{-} rather than
12786@samp{--} if you prefer; but you may abbreviate option names if you use
12787@samp{--}.
12788
12789@table @code
12790@item --help
12791Display a quick summary of how to invoke @code{configure}.
12792
12793@item --prefix=@var{dir}
12794Configure the source to install programs and files under directory
12795@file{@var{dir}}.
12796
12797@item --exec-prefix=@var{dir}
12798Configure the source to install programs under directory
12799@file{@var{dir}}.
12800
12801@c avoid splitting the warning from the explanation:
12802@need 2000
12803@item --srcdir=@var{dirname}
12804@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
12805@code{make} that implements the @code{VPATH} feature.}@*
12806Use this option to make configurations in directories separate from the
12807@value{GDBN} source directories. Among other things, you can use this to
12808build (or maintain) several configurations simultaneously, in separate
12809directories. @code{configure} writes configuration specific files in
12810the current directory, but arranges for them to use the source in the
12811directory @var{dirname}. @code{configure} creates directories under
12812the working directory in parallel to the source directories below
12813@var{dirname}.
12814
12815@item --norecursion
12816Configure only the directory level where @code{configure} is executed; do not
12817propagate configuration to subdirectories.
12818
12819@item --target=@var{target}
12820Configure @value{GDBN} for cross-debugging programs running on the specified
12821@var{target}. Without this option, @value{GDBN} is configured to debug
12822programs that run on the same machine (@var{host}) as @value{GDBN} itself.
12823
12824There is no convenient way to generate a list of all available targets.
12825
12826@item @var{host} @dots{}
12827Configure @value{GDBN} to run on the specified @var{host}.
12828
12829There is no convenient way to generate a list of all available hosts.
12830@end table
12831
12832There are many other options available as well, but they are generally
12833needed for special purposes only.
5d161b24 12834
6d2ebf8b 12835@node Index
c906108c
SS
12836@unnumbered Index
12837
12838@printindex cp
12839
12840@tex
12841% I think something like @colophon should be in texinfo. In the
12842% meantime:
12843\long\def\colophon{\hbox to0pt{}\vfill
12844\centerline{The body of this manual is set in}
12845\centerline{\fontname\tenrm,}
12846\centerline{with headings in {\bf\fontname\tenbf}}
12847\centerline{and examples in {\tt\fontname\tentt}.}
12848\centerline{{\it\fontname\tenit\/},}
12849\centerline{{\bf\fontname\tenbf}, and}
12850\centerline{{\sl\fontname\tensl\/}}
12851\centerline{are used for emphasis.}\vfill}
12852\page\colophon
12853% Blame: doc@cygnus.com, 1991.
12854@end tex
12855
12856@contents
12857@bye
This page took 0.607379 seconds and 4 git commands to generate.