Fix the date of the last entry.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
b6ba6518
KB
2@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
3@c 1999, 2000, 2001
c906108c
SS
4@c Free Software Foundation, Inc.
5@c
5d161b24 6@c %**start of header
c906108c
SS
7@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8@c of @set vars. However, you can override filename with makeinfo -o.
9@setfilename gdb.info
10@c
11@include gdb-cfg.texi
12@c
c906108c 13@settitle Debugging with @value{GDBN}
c906108c
SS
14@setchapternewpage odd
15@c %**end of header
16
17@iftex
18@c @smallbook
19@c @cropmarks
20@end iftex
21
22@finalout
23@syncodeindex ky cp
24
41afff9a 25@c readline appendices use @vindex, @findex and @ftable,
48e934c6 26@c annotate.texi and gdbmi use @findex.
c906108c 27@syncodeindex vr cp
41afff9a 28@syncodeindex fn cp
c906108c
SS
29
30@c !!set GDB manual's edition---not the same as GDB version!
6d2ebf8b 31@set EDITION Eighth
c906108c
SS
32
33@c !!set GDB manual's revision date
6d2ebf8b 34@set DATE March 2000
c906108c 35
6d2ebf8b 36@c THIS MANUAL REQUIRES TEXINFO 3.12 OR LATER.
c906108c 37
c906108c 38@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 39@c manuals to an info tree.
96a2c332
SS
40@dircategory Programming & development tools.
41@direntry
c906108c 42* Gdb: (gdb). The @sc{gnu} debugger.
96a2c332
SS
43@end direntry
44
c906108c
SS
45@ifinfo
46This file documents the @sc{gnu} debugger @value{GDBN}.
47
48
5d161b24 49This is the @value{EDITION} Edition, @value{DATE},
c906108c
SS
50of @cite{Debugging with @value{GDBN}: the @sc{gnu} Source-Level Debugger}
51for @value{GDBN} Version @value{GDBVN}.
52
6d2ebf8b 53Copyright (C) 1988-2000 Free Software Foundation, Inc.
c906108c
SS
54
55Permission is granted to make and distribute verbatim copies of
56this manual provided the copyright notice and this permission notice
57are preserved on all copies.
58
59@ignore
60Permission is granted to process this file through TeX and print the
61results, provided the printed document carries copying permission
62notice identical to this one except for the removal of this paragraph
63(this paragraph not being relevant to the printed manual).
64
65@end ignore
66Permission is granted to copy and distribute modified versions of this
67manual under the conditions for verbatim copying, provided also that the
68entire resulting derived work is distributed under the terms of a
69permission notice identical to this one.
70
71Permission is granted to copy and distribute translations of this manual
72into another language, under the above conditions for modified versions.
73@end ifinfo
74
75@titlepage
76@title Debugging with @value{GDBN}
77@subtitle The @sc{gnu} Source-Level Debugger
c906108c 78@sp 1
c906108c
SS
79@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
80@subtitle @value{DATE}
9e9c5ae7 81@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 82@page
c906108c
SS
83@tex
84{\parskip=0pt
53a5351d 85\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
86\hfill {\it Debugging with @value{GDBN}}\par
87\hfill \TeX{}info \texinfoversion\par
88}
89@end tex
53a5351d 90
c906108c 91@vskip 0pt plus 1filll
6d2ebf8b 92Copyright @copyright{} 1988-2000 Free Software Foundation, Inc.
c906108c 93@sp 2
c906108c
SS
94Published by the Free Software Foundation @*
9559 Temple Place - Suite 330, @*
96Boston, MA 02111-1307 USA @*
6d2ebf8b
SS
97ISBN 1-882114-77-9 @*
98
c906108c
SS
99Permission is granted to make and distribute verbatim copies of
100this manual provided the copyright notice and this permission notice
101are preserved on all copies.
102
103Permission is granted to copy and distribute modified versions of this
104manual under the conditions for verbatim copying, provided also that the
105entire resulting derived work is distributed under the terms of a
106permission notice identical to this one.
107
108Permission is granted to copy and distribute translations of this manual
109into another language, under the above conditions for modified versions.
110@end titlepage
111@page
112
b9deaee7 113@ifinfo
6d2ebf8b
SS
114@node Top, Summary, (dir), (dir)
115
c906108c
SS
116@top Debugging with @value{GDBN}
117
118This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
119
5d161b24 120This is the @value{EDITION} Edition, @value{DATE}, for @value{GDBN} Version
c906108c
SS
121@value{GDBVN}.
122
6d2ebf8b
SS
123Copyright (C) 1988-2000 Free Software Foundation, Inc.
124
125@menu
126* Summary:: Summary of @value{GDBN}
127* Sample Session:: A sample @value{GDBN} session
128
129* Invocation:: Getting in and out of @value{GDBN}
130* Commands:: @value{GDBN} commands
131* Running:: Running programs under @value{GDBN}
132* Stopping:: Stopping and continuing
133* Stack:: Examining the stack
134* Source:: Examining source files
135* Data:: Examining data
136
137* Languages:: Using @value{GDBN} with different languages
138
139* Symbols:: Examining the symbol table
140* Altering:: Altering execution
141* GDB Files:: @value{GDBN} files
142* Targets:: Specifying a debugging target
143* Configurations:: Configuration-specific information
144* Controlling GDB:: Controlling @value{GDBN}
145* Sequences:: Canned sequences of commands
146* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
147* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 148* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
149
150* GDB Bugs:: Reporting bugs in @value{GDBN}
151* Formatting Documentation:: How to format and print @value{GDBN} documentation
152
153* Command Line Editing:: Command Line Editing
154* Using History Interactively:: Using History Interactively
155* Installing GDB:: Installing GDB
156* Index:: Index
157@end menu
158
b9deaee7 159@end ifinfo
6d2ebf8b
SS
160
161@c the replication sucks, but this avoids a texinfo 3.12 lameness
162
163@ifhtml
164@node Top
165
166@top Debugging with @value{GDBN}
167
168This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
169
170This is the @value{EDITION} Edition, @value{DATE}, for @value{GDBN} Version
171@value{GDBVN}.
172
173Copyright (C) 1988-2000 Free Software Foundation, Inc.
174
c906108c
SS
175@menu
176* Summary:: Summary of @value{GDBN}
c906108c 177* Sample Session:: A sample @value{GDBN} session
c906108c
SS
178
179* Invocation:: Getting in and out of @value{GDBN}
180* Commands:: @value{GDBN} commands
181* Running:: Running programs under @value{GDBN}
182* Stopping:: Stopping and continuing
183* Stack:: Examining the stack
184* Source:: Examining source files
185* Data:: Examining data
c906108c 186
7a292a7a 187* Languages:: Using @value{GDBN} with different languages
c906108c
SS
188
189* Symbols:: Examining the symbol table
190* Altering:: Altering execution
191* GDB Files:: @value{GDBN} files
192* Targets:: Specifying a debugging target
104c1213 193* Configurations:: Configuration-specific information
c906108c
SS
194* Controlling GDB:: Controlling @value{GDBN}
195* Sequences:: Canned sequences of commands
c906108c 196* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
6d2ebf8b 197* Annotations:: @value{GDBN}'s annotation interface.
c906108c
SS
198
199* GDB Bugs:: Reporting bugs in @value{GDBN}
c906108c 200* Formatting Documentation:: How to format and print @value{GDBN} documentation
c906108c
SS
201
202* Command Line Editing:: Command Line Editing
203* Using History Interactively:: Using History Interactively
204* Installing GDB:: Installing GDB
205* Index:: Index
c906108c
SS
206@end menu
207
6d2ebf8b
SS
208@end ifhtml
209
449f3b6c
AC
210@c TeX can handle the contents at the start but makeinfo 3.12 can not
211@iftex
212@contents
213@end iftex
214
6d2ebf8b 215@node Summary
c906108c
SS
216@unnumbered Summary of @value{GDBN}
217
218The purpose of a debugger such as @value{GDBN} is to allow you to see what is
219going on ``inside'' another program while it executes---or what another
220program was doing at the moment it crashed.
221
222@value{GDBN} can do four main kinds of things (plus other things in support of
223these) to help you catch bugs in the act:
224
225@itemize @bullet
226@item
227Start your program, specifying anything that might affect its behavior.
228
229@item
230Make your program stop on specified conditions.
231
232@item
233Examine what has happened, when your program has stopped.
234
235@item
236Change things in your program, so you can experiment with correcting the
237effects of one bug and go on to learn about another.
238@end itemize
239
cce74817 240You can use @value{GDBN} to debug programs written in C and C++.
c906108c 241For more information, see @ref{Support,,Supported languages}.
c906108c
SS
242For more information, see @ref{C,,C and C++}.
243
cce74817
JM
244@cindex Chill
245@cindex Modula-2
c906108c 246Support for Modula-2 and Chill is partial. For information on Modula-2,
cce74817 247see @ref{Modula-2,,Modula-2}. For information on Chill, see @ref{Chill}.
c906108c 248
cce74817
JM
249@cindex Pascal
250Debugging Pascal programs which use sets, subranges, file variables, or
251nested functions does not currently work. @value{GDBN} does not support
252entering expressions, printing values, or similar features using Pascal
253syntax.
c906108c 254
c906108c
SS
255@cindex Fortran
256@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 257it may be necessary to refer to some variables with a trailing
cce74817 258underscore.
c906108c 259
c906108c
SS
260@menu
261* Free Software:: Freely redistributable software
262* Contributors:: Contributors to GDB
263@end menu
264
6d2ebf8b 265@node Free Software
c906108c
SS
266@unnumberedsec Free software
267
5d161b24 268@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
269General Public License
270(GPL). The GPL gives you the freedom to copy or adapt a licensed
271program---but every person getting a copy also gets with it the
272freedom to modify that copy (which means that they must get access to
273the source code), and the freedom to distribute further copies.
274Typical software companies use copyrights to limit your freedoms; the
275Free Software Foundation uses the GPL to preserve these freedoms.
276
277Fundamentally, the General Public License is a license which says that
278you have these freedoms and that you cannot take these freedoms away
279from anyone else.
280
6d2ebf8b 281@node Contributors
96a2c332
SS
282@unnumberedsec Contributors to @value{GDBN}
283
284Richard Stallman was the original author of @value{GDBN}, and of many
285other @sc{gnu} programs. Many others have contributed to its
286development. This section attempts to credit major contributors. One
287of the virtues of free software is that everyone is free to contribute
288to it; with regret, we cannot actually acknowledge everyone here. The
289file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
290blow-by-blow account.
291
292Changes much prior to version 2.0 are lost in the mists of time.
293
294@quotation
295@emph{Plea:} Additions to this section are particularly welcome. If you
296or your friends (or enemies, to be evenhanded) have been unfairly
297omitted from this list, we would like to add your names!
298@end quotation
299
300So that they may not regard their many labors as thankless, we
301particularly thank those who shepherded @value{GDBN} through major
302releases:
8c70017b 303Andrew Cagney (release 5.0);
c906108c
SS
304Jim Blandy (release 4.18);
305Jason Molenda (release 4.17);
306Stan Shebs (release 4.14);
307Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
308Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
309John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
310Jim Kingdon (releases 3.5, 3.4, and 3.3);
311and Randy Smith (releases 3.2, 3.1, and 3.0).
312
313Richard Stallman, assisted at various times by Peter TerMaat, Chris
314Hanson, and Richard Mlynarik, handled releases through 2.8.
315
96a2c332
SS
316Michael Tiemann is the author of most of the @sc{gnu} C++ support in
317@value{GDBN}, with significant additional contributions from Per
318Bothner. James Clark wrote the @sc{gnu} C++ demangler. Early work on
319C++ was by Peter TerMaat (who also did much general update work leading
320to release 3.0).
c906108c
SS
321
322@value{GDBN} 4 uses the BFD subroutine library to examine multiple
323object-file formats; BFD was a joint project of David V.
324Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
325
326David Johnson wrote the original COFF support; Pace Willison did
327the original support for encapsulated COFF.
328
96c405b3 329Brent Benson of Harris Computer Systems contributed DWARF2 support.
c906108c
SS
330
331Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
332Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
333support.
334Jean-Daniel Fekete contributed Sun 386i support.
335Chris Hanson improved the HP9000 support.
336Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
337David Johnson contributed Encore Umax support.
338Jyrki Kuoppala contributed Altos 3068 support.
339Jeff Law contributed HP PA and SOM support.
340Keith Packard contributed NS32K support.
341Doug Rabson contributed Acorn Risc Machine support.
342Bob Rusk contributed Harris Nighthawk CX-UX support.
343Chris Smith contributed Convex support (and Fortran debugging).
344Jonathan Stone contributed Pyramid support.
345Michael Tiemann contributed SPARC support.
346Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
347Pace Willison contributed Intel 386 support.
348Jay Vosburgh contributed Symmetry support.
349
350Andreas Schwab contributed M68K Linux support.
351
352Rich Schaefer and Peter Schauer helped with support of SunOS shared
353libraries.
354
355Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
356about several machine instruction sets.
357
358Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
359remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
360contributed remote debugging modules for the i960, VxWorks, A29K UDI,
361and RDI targets, respectively.
362
363Brian Fox is the author of the readline libraries providing
364command-line editing and command history.
365
7a292a7a
SS
366Andrew Beers of SUNY Buffalo wrote the language-switching code, the
367Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 368
5d161b24 369Fred Fish wrote most of the support for Unix System Vr4.
c906108c
SS
370He also enhanced the command-completion support to cover C++ overloaded
371symbols.
c906108c
SS
372
373Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
374Super-H processors.
375
376NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
377
378Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
379
380Toshiba sponsored the support for the TX39 Mips processor.
381
382Matsushita sponsored the support for the MN10200 and MN10300 processors.
383
96a2c332 384Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
385
386Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
387watchpoints.
388
389Michael Snyder added support for tracepoints.
390
391Stu Grossman wrote gdbserver.
392
393Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 394nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
395
396The following people at the Hewlett-Packard Company contributed
397support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
398(narrow mode), HP's implementation of kernel threads, HP's aC++
399compiler, and the terminal user interface: Ben Krepp, Richard Title,
400John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
401Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
402information in this manual.
403
96a2c332
SS
404Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
405development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
406fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
407Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
408Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
409Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
410Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
411addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
412JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
413Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
414Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
415Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
416Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
417Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
418Zuhn have made contributions both large and small.
c906108c
SS
419
420
6d2ebf8b 421@node Sample Session
c906108c
SS
422@chapter A Sample @value{GDBN} Session
423
424You can use this manual at your leisure to read all about @value{GDBN}.
425However, a handful of commands are enough to get started using the
426debugger. This chapter illustrates those commands.
427
428@iftex
429In this sample session, we emphasize user input like this: @b{input},
430to make it easier to pick out from the surrounding output.
431@end iftex
432
433@c FIXME: this example may not be appropriate for some configs, where
434@c FIXME...primary interest is in remote use.
435
436One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
437processor) exhibits the following bug: sometimes, when we change its
438quote strings from the default, the commands used to capture one macro
439definition within another stop working. In the following short @code{m4}
440session, we define a macro @code{foo} which expands to @code{0000}; we
441then use the @code{m4} built-in @code{defn} to define @code{bar} as the
442same thing. However, when we change the open quote string to
443@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
444procedure fails to define a new synonym @code{baz}:
445
446@smallexample
447$ @b{cd gnu/m4}
448$ @b{./m4}
449@b{define(foo,0000)}
450
451@b{foo}
4520000
453@b{define(bar,defn(`foo'))}
454
455@b{bar}
4560000
457@b{changequote(<QUOTE>,<UNQUOTE>)}
458
459@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
460@b{baz}
461@b{C-d}
462m4: End of input: 0: fatal error: EOF in string
463@end smallexample
464
465@noindent
466Let us use @value{GDBN} to try to see what is going on.
467
c906108c
SS
468@smallexample
469$ @b{@value{GDBP} m4}
470@c FIXME: this falsifies the exact text played out, to permit smallbook
471@c FIXME... format to come out better.
472@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 473 of it under certain conditions; type "show copying" to see
c906108c 474 the conditions.
5d161b24 475There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
476 for details.
477
478@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
479(@value{GDBP})
480@end smallexample
c906108c
SS
481
482@noindent
483@value{GDBN} reads only enough symbol data to know where to find the
484rest when needed; as a result, the first prompt comes up very quickly.
485We now tell @value{GDBN} to use a narrower display width than usual, so
486that examples fit in this manual.
487
488@smallexample
489(@value{GDBP}) @b{set width 70}
490@end smallexample
491
492@noindent
493We need to see how the @code{m4} built-in @code{changequote} works.
494Having looked at the source, we know the relevant subroutine is
495@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
496@code{break} command.
497
498@smallexample
499(@value{GDBP}) @b{break m4_changequote}
500Breakpoint 1 at 0x62f4: file builtin.c, line 879.
501@end smallexample
502
503@noindent
504Using the @code{run} command, we start @code{m4} running under @value{GDBN}
505control; as long as control does not reach the @code{m4_changequote}
506subroutine, the program runs as usual:
507
508@smallexample
509(@value{GDBP}) @b{run}
510Starting program: /work/Editorial/gdb/gnu/m4/m4
511@b{define(foo,0000)}
512
513@b{foo}
5140000
515@end smallexample
516
517@noindent
518To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
519suspends execution of @code{m4}, displaying information about the
520context where it stops.
521
522@smallexample
523@b{changequote(<QUOTE>,<UNQUOTE>)}
524
5d161b24 525Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
526 at builtin.c:879
527879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
528@end smallexample
529
530@noindent
531Now we use the command @code{n} (@code{next}) to advance execution to
532the next line of the current function.
533
534@smallexample
535(@value{GDBP}) @b{n}
536882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
537 : nil,
538@end smallexample
539
540@noindent
541@code{set_quotes} looks like a promising subroutine. We can go into it
542by using the command @code{s} (@code{step}) instead of @code{next}.
543@code{step} goes to the next line to be executed in @emph{any}
544subroutine, so it steps into @code{set_quotes}.
545
546@smallexample
547(@value{GDBP}) @b{s}
548set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
549 at input.c:530
550530 if (lquote != def_lquote)
551@end smallexample
552
553@noindent
554The display that shows the subroutine where @code{m4} is now
555suspended (and its arguments) is called a stack frame display. It
556shows a summary of the stack. We can use the @code{backtrace}
557command (which can also be spelled @code{bt}), to see where we are
558in the stack as a whole: the @code{backtrace} command displays a
559stack frame for each active subroutine.
560
561@smallexample
562(@value{GDBP}) @b{bt}
563#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
564 at input.c:530
5d161b24 565#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
566 at builtin.c:882
567#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
568#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
569 at macro.c:71
570#4 0x79dc in expand_input () at macro.c:40
571#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
572@end smallexample
573
574@noindent
575We step through a few more lines to see what happens. The first two
576times, we can use @samp{s}; the next two times we use @code{n} to avoid
577falling into the @code{xstrdup} subroutine.
578
579@smallexample
580(@value{GDBP}) @b{s}
5810x3b5c 532 if (rquote != def_rquote)
582(@value{GDBP}) @b{s}
5830x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
584def_lquote : xstrdup(lq);
585(@value{GDBP}) @b{n}
586536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
587 : xstrdup(rq);
588(@value{GDBP}) @b{n}
589538 len_lquote = strlen(rquote);
590@end smallexample
591
592@noindent
593The last line displayed looks a little odd; we can examine the variables
594@code{lquote} and @code{rquote} to see if they are in fact the new left
595and right quotes we specified. We use the command @code{p}
596(@code{print}) to see their values.
597
598@smallexample
599(@value{GDBP}) @b{p lquote}
600$1 = 0x35d40 "<QUOTE>"
601(@value{GDBP}) @b{p rquote}
602$2 = 0x35d50 "<UNQUOTE>"
603@end smallexample
604
605@noindent
606@code{lquote} and @code{rquote} are indeed the new left and right quotes.
607To look at some context, we can display ten lines of source
608surrounding the current line with the @code{l} (@code{list}) command.
609
610@smallexample
611(@value{GDBP}) @b{l}
612533 xfree(rquote);
613534
614535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
615 : xstrdup (lq);
616536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
617 : xstrdup (rq);
618537
619538 len_lquote = strlen(rquote);
620539 len_rquote = strlen(lquote);
621540 @}
622541
623542 void
624@end smallexample
625
626@noindent
627Let us step past the two lines that set @code{len_lquote} and
628@code{len_rquote}, and then examine the values of those variables.
629
630@smallexample
631(@value{GDBP}) @b{n}
632539 len_rquote = strlen(lquote);
633(@value{GDBP}) @b{n}
634540 @}
635(@value{GDBP}) @b{p len_lquote}
636$3 = 9
637(@value{GDBP}) @b{p len_rquote}
638$4 = 7
639@end smallexample
640
641@noindent
642That certainly looks wrong, assuming @code{len_lquote} and
643@code{len_rquote} are meant to be the lengths of @code{lquote} and
644@code{rquote} respectively. We can set them to better values using
645the @code{p} command, since it can print the value of
646any expression---and that expression can include subroutine calls and
647assignments.
648
649@smallexample
650(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
651$5 = 7
652(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
653$6 = 9
654@end smallexample
655
656@noindent
657Is that enough to fix the problem of using the new quotes with the
658@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
659executing with the @code{c} (@code{continue}) command, and then try the
660example that caused trouble initially:
661
662@smallexample
663(@value{GDBP}) @b{c}
664Continuing.
665
666@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
667
668baz
6690000
670@end smallexample
671
672@noindent
673Success! The new quotes now work just as well as the default ones. The
674problem seems to have been just the two typos defining the wrong
675lengths. We allow @code{m4} exit by giving it an EOF as input:
676
677@smallexample
678@b{C-d}
679Program exited normally.
680@end smallexample
681
682@noindent
683The message @samp{Program exited normally.} is from @value{GDBN}; it
684indicates @code{m4} has finished executing. We can end our @value{GDBN}
685session with the @value{GDBN} @code{quit} command.
686
687@smallexample
688(@value{GDBP}) @b{quit}
689@end smallexample
c906108c 690
6d2ebf8b 691@node Invocation
c906108c
SS
692@chapter Getting In and Out of @value{GDBN}
693
694This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 695The essentials are:
c906108c 696@itemize @bullet
5d161b24 697@item
53a5351d 698type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 699@item
c906108c
SS
700type @kbd{quit} or @kbd{C-d} to exit.
701@end itemize
702
703@menu
704* Invoking GDB:: How to start @value{GDBN}
705* Quitting GDB:: How to quit @value{GDBN}
706* Shell Commands:: How to use shell commands inside @value{GDBN}
707@end menu
708
6d2ebf8b 709@node Invoking GDB
c906108c
SS
710@section Invoking @value{GDBN}
711
c906108c
SS
712Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
713@value{GDBN} reads commands from the terminal until you tell it to exit.
714
715You can also run @code{@value{GDBP}} with a variety of arguments and options,
716to specify more of your debugging environment at the outset.
717
c906108c
SS
718The command-line options described here are designed
719to cover a variety of situations; in some environments, some of these
5d161b24 720options may effectively be unavailable.
c906108c
SS
721
722The most usual way to start @value{GDBN} is with one argument,
723specifying an executable program:
724
725@example
726@value{GDBP} @var{program}
727@end example
728
c906108c
SS
729@noindent
730You can also start with both an executable program and a core file
731specified:
732
733@example
734@value{GDBP} @var{program} @var{core}
735@end example
736
737You can, instead, specify a process ID as a second argument, if you want
738to debug a running process:
739
740@example
741@value{GDBP} @var{program} 1234
742@end example
743
744@noindent
745would attach @value{GDBN} to process @code{1234} (unless you also have a file
746named @file{1234}; @value{GDBN} does check for a core file first).
747
c906108c 748Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
749complete operating system; when you use @value{GDBN} as a remote
750debugger attached to a bare board, there may not be any notion of
751``process'', and there is often no way to get a core dump. @value{GDBN}
752will warn you if it is unable to attach or to read core dumps.
c906108c 753
96a2c332 754You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
755@value{GDBN}'s non-warranty, by specifying @code{-silent}:
756
757@smallexample
758@value{GDBP} -silent
759@end smallexample
760
761@noindent
762You can further control how @value{GDBN} starts up by using command-line
763options. @value{GDBN} itself can remind you of the options available.
764
765@noindent
766Type
767
768@example
769@value{GDBP} -help
770@end example
771
772@noindent
773to display all available options and briefly describe their use
774(@samp{@value{GDBP} -h} is a shorter equivalent).
775
776All options and command line arguments you give are processed
777in sequential order. The order makes a difference when the
778@samp{-x} option is used.
779
780
781@menu
c906108c
SS
782* File Options:: Choosing files
783* Mode Options:: Choosing modes
784@end menu
785
6d2ebf8b 786@node File Options
c906108c
SS
787@subsection Choosing files
788
2df3850c 789When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
790specifying an executable file and core file (or process ID). This is
791the same as if the arguments were specified by the @samp{-se} and
792@samp{-c} options respectively. (@value{GDBN} reads the first argument
793that does not have an associated option flag as equivalent to the
794@samp{-se} option followed by that argument; and the second argument
795that does not have an associated option flag, if any, as equivalent to
796the @samp{-c} option followed by that argument.)
7a292a7a
SS
797
798If @value{GDBN} has not been configured to included core file support,
799such as for most embedded targets, then it will complain about a second
800argument and ignore it.
c906108c
SS
801
802Many options have both long and short forms; both are shown in the
803following list. @value{GDBN} also recognizes the long forms if you truncate
804them, so long as enough of the option is present to be unambiguous.
805(If you prefer, you can flag option arguments with @samp{--} rather
806than @samp{-}, though we illustrate the more usual convention.)
807
d700128c
EZ
808@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
809@c way, both those who look for -foo and --foo in the index, will find
810@c it.
811
c906108c
SS
812@table @code
813@item -symbols @var{file}
814@itemx -s @var{file}
d700128c
EZ
815@cindex @code{--symbols}
816@cindex @code{-s}
c906108c
SS
817Read symbol table from file @var{file}.
818
819@item -exec @var{file}
820@itemx -e @var{file}
d700128c
EZ
821@cindex @code{--exec}
822@cindex @code{-e}
7a292a7a
SS
823Use file @var{file} as the executable file to execute when appropriate,
824and for examining pure data in conjunction with a core dump.
c906108c
SS
825
826@item -se @var{file}
d700128c 827@cindex @code{--se}
c906108c
SS
828Read symbol table from file @var{file} and use it as the executable
829file.
830
c906108c
SS
831@item -core @var{file}
832@itemx -c @var{file}
d700128c
EZ
833@cindex @code{--core}
834@cindex @code{-c}
c906108c
SS
835Use file @var{file} as a core dump to examine.
836
837@item -c @var{number}
838Connect to process ID @var{number}, as with the @code{attach} command
839(unless there is a file in core-dump format named @var{number}, in which
840case @samp{-c} specifies that file as a core dump to read).
c906108c
SS
841
842@item -command @var{file}
843@itemx -x @var{file}
d700128c
EZ
844@cindex @code{--command}
845@cindex @code{-x}
c906108c
SS
846Execute @value{GDBN} commands from file @var{file}. @xref{Command
847Files,, Command files}.
848
849@item -directory @var{directory}
850@itemx -d @var{directory}
d700128c
EZ
851@cindex @code{--directory}
852@cindex @code{-d}
c906108c
SS
853Add @var{directory} to the path to search for source files.
854
c906108c
SS
855@item -m
856@itemx -mapped
d700128c
EZ
857@cindex @code{--mapped}
858@cindex @code{-m}
c906108c
SS
859@emph{Warning: this option depends on operating system facilities that are not
860supported on all systems.}@*
861If memory-mapped files are available on your system through the @code{mmap}
5d161b24 862system call, you can use this option
c906108c
SS
863to have @value{GDBN} write the symbols from your
864program into a reusable file in the current directory. If the program you are debugging is
96a2c332 865called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
866Future @value{GDBN} debugging sessions notice the presence of this file,
867and can quickly map in symbol information from it, rather than reading
868the symbol table from the executable program.
869
870The @file{.syms} file is specific to the host machine where @value{GDBN}
871is run. It holds an exact image of the internal @value{GDBN} symbol
872table. It cannot be shared across multiple host platforms.
c906108c 873
c906108c
SS
874@item -r
875@itemx -readnow
d700128c
EZ
876@cindex @code{--readnow}
877@cindex @code{-r}
c906108c
SS
878Read each symbol file's entire symbol table immediately, rather than
879the default, which is to read it incrementally as it is needed.
880This makes startup slower, but makes future operations faster.
53a5351d 881
c906108c
SS
882@end table
883
2df3850c 884You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 885order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
886information. (@xref{Files,,Commands to specify files}, for information
887on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
888but build a @file{.syms} file for future use is:
c906108c
SS
889
890@example
2df3850c 891gdb -batch -nx -mapped -readnow programname
c906108c 892@end example
c906108c 893
6d2ebf8b 894@node Mode Options
c906108c
SS
895@subsection Choosing modes
896
897You can run @value{GDBN} in various alternative modes---for example, in
898batch mode or quiet mode.
899
900@table @code
901@item -nx
902@itemx -n
d700128c
EZ
903@cindex @code{--nx}
904@cindex @code{-n}
2df3850c
JM
905Do not execute commands found in any initialization files (normally
906called @file{.gdbinit}, or @file{gdb.ini} on PCs). Normally,
907@value{GDBN} executes the commands in these files after all the command
908options and arguments have been processed. @xref{Command Files,,Command
909files}.
c906108c
SS
910
911@item -quiet
d700128c 912@itemx -silent
c906108c 913@itemx -q
d700128c
EZ
914@cindex @code{--quiet}
915@cindex @code{--silent}
916@cindex @code{-q}
c906108c
SS
917``Quiet''. Do not print the introductory and copyright messages. These
918messages are also suppressed in batch mode.
919
920@item -batch
d700128c 921@cindex @code{--batch}
c906108c
SS
922Run in batch mode. Exit with status @code{0} after processing all the
923command files specified with @samp{-x} (and all commands from
924initialization files, if not inhibited with @samp{-n}). Exit with
925nonzero status if an error occurs in executing the @value{GDBN} commands
926in the command files.
927
2df3850c
JM
928Batch mode may be useful for running @value{GDBN} as a filter, for
929example to download and run a program on another computer; in order to
930make this more useful, the message
c906108c
SS
931
932@example
933Program exited normally.
934@end example
935
936@noindent
2df3850c
JM
937(which is ordinarily issued whenever a program running under
938@value{GDBN} control terminates) is not issued when running in batch
939mode.
940
941@item -nowindows
942@itemx -nw
d700128c
EZ
943@cindex @code{--nowindows}
944@cindex @code{-nw}
2df3850c 945``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 946(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
947interface. If no GUI is available, this option has no effect.
948
949@item -windows
950@itemx -w
d700128c
EZ
951@cindex @code{--windows}
952@cindex @code{-w}
2df3850c
JM
953If @value{GDBN} includes a GUI, then this option requires it to be
954used if possible.
c906108c
SS
955
956@item -cd @var{directory}
d700128c 957@cindex @code{--cd}
c906108c
SS
958Run @value{GDBN} using @var{directory} as its working directory,
959instead of the current directory.
960
c906108c
SS
961@item -fullname
962@itemx -f
d700128c
EZ
963@cindex @code{--fullname}
964@cindex @code{-f}
7a292a7a
SS
965@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
966subprocess. It tells @value{GDBN} to output the full file name and line
967number in a standard, recognizable fashion each time a stack frame is
968displayed (which includes each time your program stops). This
969recognizable format looks like two @samp{\032} characters, followed by
970the file name, line number and character position separated by colons,
971and a newline. The Emacs-to-@value{GDBN} interface program uses the two
972@samp{\032} characters as a signal to display the source code for the
973frame.
c906108c 974
d700128c
EZ
975@item -epoch
976@cindex @code{--epoch}
977The Epoch Emacs-@value{GDBN} interface sets this option when it runs
978@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
979routines so as to allow Epoch to display values of expressions in a
980separate window.
981
982@item -annotate @var{level}
983@cindex @code{--annotate}
984This option sets the @dfn{annotation level} inside @value{GDBN}. Its
985effect is identical to using @samp{set annotate @var{level}}
986(@pxref{Annotations}).
987Annotation level controls how much information does @value{GDBN} print
988together with its prompt, values of expressions, source lines, and other
989types of output. Level 0 is the normal, level 1 is for use when
990@value{GDBN} is run as a subprocess of @sc{gnu} Emacs, level 2 is the
991maximum annotation suitable for programs that control @value{GDBN}.
992
993@item -async
994@cindex @code{--async}
995Use the asynchronous event loop for the command-line interface.
996@value{GDBN} processes all events, such as user keyboard input, via a
997special event loop. This allows @value{GDBN} to accept and process user
998commands in parallel with the debugged process being
999run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1000MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1001suspended when the debuggee runs.}, so you don't need to wait for
1002control to return to @value{GDBN} before you type the next command.
1003(@emph{Note:} as of version 5.0, the target side of the asynchronous
1004operation is not yet in place, so @samp{-async} does not work fully
1005yet.)
1006@c FIXME: when the target side of the event loop is done, the above NOTE
1007@c should be removed.
1008
1009When the standard input is connected to a terminal device, @value{GDBN}
1010uses the asynchronous event loop by default, unless disabled by the
1011@samp{-noasync} option.
1012
1013@item -noasync
1014@cindex @code{--noasync}
1015Disable the asynchronous event loop for the command-line interface.
1016
2df3850c
JM
1017@item -baud @var{bps}
1018@itemx -b @var{bps}
d700128c
EZ
1019@cindex @code{--baud}
1020@cindex @code{-b}
c906108c
SS
1021Set the line speed (baud rate or bits per second) of any serial
1022interface used by @value{GDBN} for remote debugging.
c906108c
SS
1023
1024@item -tty @var{device}
d700128c
EZ
1025@itemx -t @var{device}
1026@cindex @code{--tty}
1027@cindex @code{-t}
c906108c
SS
1028Run using @var{device} for your program's standard input and output.
1029@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1030
53a5351d
JM
1031@c resolve the situation of these eventually
1032@c @item -tui
d700128c 1033@c @cindex @code{--tui}
53a5351d
JM
1034@c Use a Terminal User Interface. For information, use your Web browser to
1035@c read the file @file{TUI.html}, which is usually installed in the
1036@c directory @code{/opt/langtools/wdb/doc} on HP-UX systems. Do not use
1037@c this option if you run @value{GDBN} from Emacs (see @pxref{Emacs, ,Using
1038@c @value{GDBN} under @sc{gnu} Emacs}).
1039
1040@c @item -xdb
d700128c 1041@c @cindex @code{--xdb}
53a5351d
JM
1042@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1043@c For information, see the file @file{xdb_trans.html}, which is usually
1044@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1045@c systems.
1046
d700128c
EZ
1047@item -interpreter @var{interp}
1048@cindex @code{--interpreter}
1049Use the interpreter @var{interp} for interface with the controlling
1050program or device. This option is meant to be set by programs which
1051communicate with @value{GDBN} using it as a back end. For example,
1052@samp{--interpreter=mi} causes @value{GDBN} to use the @dfn{gdbmi
7162c0ca 1053interface} (@pxref{GDB/MI, , The @sc{gdb/mi} Interface}).
d700128c
EZ
1054
1055@item -write
1056@cindex @code{--write}
1057Open the executable and core files for both reading and writing. This
1058is equivalent to the @samp{set write on} command inside @value{GDBN}
1059(@pxref{Patching}).
1060
1061@item -statistics
1062@cindex @code{--statistics}
1063This option causes @value{GDBN} to print statistics about time and
1064memory usage after it completes each command and returns to the prompt.
1065
1066@item -version
1067@cindex @code{--version}
1068This option causes @value{GDBN} to print its version number and
1069no-warranty blurb, and exit.
1070
c906108c
SS
1071@end table
1072
6d2ebf8b 1073@node Quitting GDB
c906108c
SS
1074@section Quitting @value{GDBN}
1075@cindex exiting @value{GDBN}
1076@cindex leaving @value{GDBN}
1077
1078@table @code
1079@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1080@kindex q @r{(@code{quit})}
96a2c332
SS
1081@item quit @r{[}@var{expression}@r{]}
1082@itemx q
1083To exit @value{GDBN}, use the @code{quit} command (abbreviated
1084@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1085do not supply @var{expression}, @value{GDBN} will terminate normally;
1086otherwise it will terminate using the result of @var{expression} as the
1087error code.
c906108c
SS
1088@end table
1089
1090@cindex interrupt
1091An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1092terminates the action of any @value{GDBN} command that is in progress and
1093returns to @value{GDBN} command level. It is safe to type the interrupt
1094character at any time because @value{GDBN} does not allow it to take effect
1095until a time when it is safe.
1096
c906108c
SS
1097If you have been using @value{GDBN} to control an attached process or
1098device, you can release it with the @code{detach} command
1099(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1100
6d2ebf8b 1101@node Shell Commands
c906108c
SS
1102@section Shell commands
1103
1104If you need to execute occasional shell commands during your
1105debugging session, there is no need to leave or suspend @value{GDBN}; you can
1106just use the @code{shell} command.
1107
1108@table @code
1109@kindex shell
1110@cindex shell escape
1111@item shell @var{command string}
1112Invoke a standard shell to execute @var{command string}.
c906108c 1113If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1114shell to run. Otherwise @value{GDBN} uses the default shell
1115(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1116@end table
1117
1118The utility @code{make} is often needed in development environments.
1119You do not have to use the @code{shell} command for this purpose in
1120@value{GDBN}:
1121
1122@table @code
1123@kindex make
1124@cindex calling make
1125@item make @var{make-args}
1126Execute the @code{make} program with the specified
1127arguments. This is equivalent to @samp{shell make @var{make-args}}.
1128@end table
1129
6d2ebf8b 1130@node Commands
c906108c
SS
1131@chapter @value{GDBN} Commands
1132
1133You can abbreviate a @value{GDBN} command to the first few letters of the command
1134name, if that abbreviation is unambiguous; and you can repeat certain
1135@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1136key to get @value{GDBN} to fill out the rest of a word in a command (or to
1137show you the alternatives available, if there is more than one possibility).
1138
1139@menu
1140* Command Syntax:: How to give commands to @value{GDBN}
1141* Completion:: Command completion
1142* Help:: How to ask @value{GDBN} for help
1143@end menu
1144
6d2ebf8b 1145@node Command Syntax
c906108c
SS
1146@section Command syntax
1147
1148A @value{GDBN} command is a single line of input. There is no limit on
1149how long it can be. It starts with a command name, which is followed by
1150arguments whose meaning depends on the command name. For example, the
1151command @code{step} accepts an argument which is the number of times to
1152step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1153with no arguments. Some commands do not allow any arguments.
c906108c
SS
1154
1155@cindex abbreviation
1156@value{GDBN} command names may always be truncated if that abbreviation is
1157unambiguous. Other possible command abbreviations are listed in the
1158documentation for individual commands. In some cases, even ambiguous
1159abbreviations are allowed; for example, @code{s} is specially defined as
1160equivalent to @code{step} even though there are other commands whose
1161names start with @code{s}. You can test abbreviations by using them as
1162arguments to the @code{help} command.
1163
1164@cindex repeating commands
41afff9a 1165@kindex RET @r{(repeat last command)}
c906108c 1166A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1167repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1168will not repeat this way; these are commands whose unintentional
1169repetition might cause trouble and which you are unlikely to want to
1170repeat.
1171
1172The @code{list} and @code{x} commands, when you repeat them with
1173@key{RET}, construct new arguments rather than repeating
1174exactly as typed. This permits easy scanning of source or memory.
1175
1176@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1177output, in a way similar to the common utility @code{more}
1178(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1179@key{RET} too many in this situation, @value{GDBN} disables command
1180repetition after any command that generates this sort of display.
1181
41afff9a 1182@kindex # @r{(a comment)}
c906108c
SS
1183@cindex comment
1184Any text from a @kbd{#} to the end of the line is a comment; it does
1185nothing. This is useful mainly in command files (@pxref{Command
1186Files,,Command files}).
1187
6d2ebf8b 1188@node Completion
c906108c
SS
1189@section Command completion
1190
1191@cindex completion
1192@cindex word completion
1193@value{GDBN} can fill in the rest of a word in a command for you, if there is
1194only one possibility; it can also show you what the valid possibilities
1195are for the next word in a command, at any time. This works for @value{GDBN}
1196commands, @value{GDBN} subcommands, and the names of symbols in your program.
1197
1198Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1199of a word. If there is only one possibility, @value{GDBN} fills in the
1200word, and waits for you to finish the command (or press @key{RET} to
1201enter it). For example, if you type
1202
1203@c FIXME "@key" does not distinguish its argument sufficiently to permit
1204@c complete accuracy in these examples; space introduced for clarity.
1205@c If texinfo enhancements make it unnecessary, it would be nice to
1206@c replace " @key" by "@key" in the following...
1207@example
1208(@value{GDBP}) info bre @key{TAB}
1209@end example
1210
1211@noindent
1212@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1213the only @code{info} subcommand beginning with @samp{bre}:
1214
1215@example
1216(@value{GDBP}) info breakpoints
1217@end example
1218
1219@noindent
1220You can either press @key{RET} at this point, to run the @code{info
1221breakpoints} command, or backspace and enter something else, if
1222@samp{breakpoints} does not look like the command you expected. (If you
1223were sure you wanted @code{info breakpoints} in the first place, you
1224might as well just type @key{RET} immediately after @samp{info bre},
1225to exploit command abbreviations rather than command completion).
1226
1227If there is more than one possibility for the next word when you press
1228@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1229characters and try again, or just press @key{TAB} a second time;
1230@value{GDBN} displays all the possible completions for that word. For
1231example, you might want to set a breakpoint on a subroutine whose name
1232begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1233just sounds the bell. Typing @key{TAB} again displays all the
1234function names in your program that begin with those characters, for
1235example:
1236
1237@example
1238(@value{GDBP}) b make_ @key{TAB}
1239@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1240make_a_section_from_file make_environ
1241make_abs_section make_function_type
1242make_blockvector make_pointer_type
1243make_cleanup make_reference_type
c906108c
SS
1244make_command make_symbol_completion_list
1245(@value{GDBP}) b make_
1246@end example
1247
1248@noindent
1249After displaying the available possibilities, @value{GDBN} copies your
1250partial input (@samp{b make_} in the example) so you can finish the
1251command.
1252
1253If you just want to see the list of alternatives in the first place, you
1254can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1255means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1256key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1257one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1258
1259@cindex quotes in commands
1260@cindex completion of quoted strings
1261Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1262parentheses or other characters that @value{GDBN} normally excludes from
1263its notion of a word. To permit word completion to work in this
1264situation, you may enclose words in @code{'} (single quote marks) in
1265@value{GDBN} commands.
c906108c 1266
c906108c
SS
1267The most likely situation where you might need this is in typing the
1268name of a C++ function. This is because C++ allows function overloading
1269(multiple definitions of the same function, distinguished by argument
1270type). For example, when you want to set a breakpoint you may need to
1271distinguish whether you mean the version of @code{name} that takes an
1272@code{int} parameter, @code{name(int)}, or the version that takes a
1273@code{float} parameter, @code{name(float)}. To use the word-completion
1274facilities in this situation, type a single quote @code{'} at the
1275beginning of the function name. This alerts @value{GDBN} that it may need to
1276consider more information than usual when you press @key{TAB} or
1277@kbd{M-?} to request word completion:
1278
1279@example
96a2c332 1280(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1281bubble(double,double) bubble(int,int)
1282(@value{GDBP}) b 'bubble(
1283@end example
1284
1285In some cases, @value{GDBN} can tell that completing a name requires using
1286quotes. When this happens, @value{GDBN} inserts the quote for you (while
1287completing as much as it can) if you do not type the quote in the first
1288place:
1289
1290@example
1291(@value{GDBP}) b bub @key{TAB}
1292@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1293(@value{GDBP}) b 'bubble(
1294@end example
1295
1296@noindent
1297In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1298you have not yet started typing the argument list when you ask for
1299completion on an overloaded symbol.
1300
d4f3574e 1301For more information about overloaded functions, see @ref{C plus plus
c906108c
SS
1302expressions, ,C++ expressions}. You can use the command @code{set
1303overload-resolution off} to disable overload resolution;
d4f3574e 1304see @ref{Debugging C plus plus, ,@value{GDBN} features for C++}.
c906108c
SS
1305
1306
6d2ebf8b 1307@node Help
c906108c
SS
1308@section Getting help
1309@cindex online documentation
1310@kindex help
1311
5d161b24 1312You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1313using the command @code{help}.
1314
1315@table @code
41afff9a 1316@kindex h @r{(@code{help})}
c906108c
SS
1317@item help
1318@itemx h
1319You can use @code{help} (abbreviated @code{h}) with no arguments to
1320display a short list of named classes of commands:
1321
1322@smallexample
1323(@value{GDBP}) help
1324List of classes of commands:
1325
2df3850c 1326aliases -- Aliases of other commands
c906108c 1327breakpoints -- Making program stop at certain points
2df3850c 1328data -- Examining data
c906108c 1329files -- Specifying and examining files
2df3850c
JM
1330internals -- Maintenance commands
1331obscure -- Obscure features
1332running -- Running the program
1333stack -- Examining the stack
c906108c
SS
1334status -- Status inquiries
1335support -- Support facilities
96a2c332
SS
1336tracepoints -- Tracing of program execution without@*
1337 stopping the program
c906108c 1338user-defined -- User-defined commands
c906108c 1339
5d161b24 1340Type "help" followed by a class name for a list of
c906108c 1341commands in that class.
5d161b24 1342Type "help" followed by command name for full
c906108c
SS
1343documentation.
1344Command name abbreviations are allowed if unambiguous.
1345(@value{GDBP})
1346@end smallexample
96a2c332 1347@c the above line break eliminates huge line overfull...
c906108c
SS
1348
1349@item help @var{class}
1350Using one of the general help classes as an argument, you can get a
1351list of the individual commands in that class. For example, here is the
1352help display for the class @code{status}:
1353
1354@smallexample
1355(@value{GDBP}) help status
1356Status inquiries.
1357
1358List of commands:
1359
1360@c Line break in "show" line falsifies real output, but needed
1361@c to fit in smallbook page size.
2df3850c
JM
1362info -- Generic command for showing things
1363 about the program being debugged
1364show -- Generic command for showing things
1365 about the debugger
c906108c 1366
5d161b24 1367Type "help" followed by command name for full
c906108c
SS
1368documentation.
1369Command name abbreviations are allowed if unambiguous.
1370(@value{GDBP})
1371@end smallexample
1372
1373@item help @var{command}
1374With a command name as @code{help} argument, @value{GDBN} displays a
1375short paragraph on how to use that command.
1376
6837a0a2
DB
1377@kindex apropos
1378@item apropos @var{args}
1379The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1380commands, and their documentation, for the regular expression specified in
1381@var{args}. It prints out all matches found. For example:
1382
1383@smallexample
1384apropos reload
1385@end smallexample
1386
1387@noindent results in:
1388
1389@smallexample
6d2ebf8b
SS
1390@c @group
1391set symbol-reloading -- Set dynamic symbol table reloading
1392 multiple times in one run
1393show symbol-reloading -- Show dynamic symbol table reloading
1394 multiple times in one run
1395@c @end group
6837a0a2
DB
1396@end smallexample
1397
c906108c
SS
1398@kindex complete
1399@item complete @var{args}
1400The @code{complete @var{args}} command lists all the possible completions
1401for the beginning of a command. Use @var{args} to specify the beginning of the
1402command you want completed. For example:
1403
1404@smallexample
1405complete i
1406@end smallexample
1407
1408@noindent results in:
1409
1410@smallexample
1411@group
2df3850c
JM
1412if
1413ignore
c906108c
SS
1414info
1415inspect
c906108c
SS
1416@end group
1417@end smallexample
1418
1419@noindent This is intended for use by @sc{gnu} Emacs.
1420@end table
1421
1422In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1423and @code{show} to inquire about the state of your program, or the state
1424of @value{GDBN} itself. Each command supports many topics of inquiry; this
1425manual introduces each of them in the appropriate context. The listings
1426under @code{info} and under @code{show} in the Index point to
1427all the sub-commands. @xref{Index}.
1428
1429@c @group
1430@table @code
1431@kindex info
41afff9a 1432@kindex i @r{(@code{info})}
c906108c
SS
1433@item info
1434This command (abbreviated @code{i}) is for describing the state of your
1435program. For example, you can list the arguments given to your program
1436with @code{info args}, list the registers currently in use with @code{info
1437registers}, or list the breakpoints you have set with @code{info breakpoints}.
1438You can get a complete list of the @code{info} sub-commands with
1439@w{@code{help info}}.
1440
1441@kindex set
1442@item set
5d161b24 1443You can assign the result of an expression to an environment variable with
c906108c
SS
1444@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1445@code{set prompt $}.
1446
1447@kindex show
1448@item show
5d161b24 1449In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1450@value{GDBN} itself.
1451You can change most of the things you can @code{show}, by using the
1452related command @code{set}; for example, you can control what number
1453system is used for displays with @code{set radix}, or simply inquire
1454which is currently in use with @code{show radix}.
1455
1456@kindex info set
1457To display all the settable parameters and their current
1458values, you can use @code{show} with no arguments; you may also use
1459@code{info set}. Both commands produce the same display.
1460@c FIXME: "info set" violates the rule that "info" is for state of
1461@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1462@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1463@end table
1464@c @end group
1465
1466Here are three miscellaneous @code{show} subcommands, all of which are
1467exceptional in lacking corresponding @code{set} commands:
1468
1469@table @code
1470@kindex show version
1471@cindex version number
1472@item show version
1473Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1474information in @value{GDBN} bug-reports. If multiple versions of
1475@value{GDBN} are in use at your site, you may need to determine which
1476version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1477commands are introduced, and old ones may wither away. Also, many
1478system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1479variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1480The version number is the same as the one announced when you start
1481@value{GDBN}.
c906108c
SS
1482
1483@kindex show copying
1484@item show copying
1485Display information about permission for copying @value{GDBN}.
1486
1487@kindex show warranty
1488@item show warranty
2df3850c 1489Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1490if your version of @value{GDBN} comes with one.
2df3850c 1491
c906108c
SS
1492@end table
1493
6d2ebf8b 1494@node Running
c906108c
SS
1495@chapter Running Programs Under @value{GDBN}
1496
1497When you run a program under @value{GDBN}, you must first generate
1498debugging information when you compile it.
7a292a7a
SS
1499
1500You may start @value{GDBN} with its arguments, if any, in an environment
1501of your choice. If you are doing native debugging, you may redirect
1502your program's input and output, debug an already running process, or
1503kill a child process.
c906108c
SS
1504
1505@menu
1506* Compilation:: Compiling for debugging
1507* Starting:: Starting your program
c906108c
SS
1508* Arguments:: Your program's arguments
1509* Environment:: Your program's environment
c906108c
SS
1510
1511* Working Directory:: Your program's working directory
1512* Input/Output:: Your program's input and output
1513* Attach:: Debugging an already-running process
1514* Kill Process:: Killing the child process
c906108c
SS
1515
1516* Threads:: Debugging programs with multiple threads
1517* Processes:: Debugging programs with multiple processes
1518@end menu
1519
6d2ebf8b 1520@node Compilation
c906108c
SS
1521@section Compiling for debugging
1522
1523In order to debug a program effectively, you need to generate
1524debugging information when you compile it. This debugging information
1525is stored in the object file; it describes the data type of each
1526variable or function and the correspondence between source line numbers
1527and addresses in the executable code.
1528
1529To request debugging information, specify the @samp{-g} option when you run
1530the compiler.
1531
1532Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1533options together. Using those compilers, you cannot generate optimized
1534executables containing debugging information.
1535
53a5351d
JM
1536@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1537without @samp{-O}, making it possible to debug optimized code. We
1538recommend that you @emph{always} use @samp{-g} whenever you compile a
1539program. You may think your program is correct, but there is no sense
1540in pushing your luck.
c906108c
SS
1541
1542@cindex optimized code, debugging
1543@cindex debugging optimized code
1544When you debug a program compiled with @samp{-g -O}, remember that the
1545optimizer is rearranging your code; the debugger shows you what is
1546really there. Do not be too surprised when the execution path does not
1547exactly match your source file! An extreme example: if you define a
1548variable, but never use it, @value{GDBN} never sees that
1549variable---because the compiler optimizes it out of existence.
1550
1551Some things do not work as well with @samp{-g -O} as with just
1552@samp{-g}, particularly on machines with instruction scheduling. If in
1553doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1554please report it to us as a bug (including a test case!).
1555
1556Older versions of the @sc{gnu} C compiler permitted a variant option
1557@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1558format; if your @sc{gnu} C compiler has this option, do not use it.
1559
1560@need 2000
6d2ebf8b 1561@node Starting
c906108c
SS
1562@section Starting your program
1563@cindex starting
1564@cindex running
1565
1566@table @code
1567@kindex run
41afff9a 1568@kindex r @r{(@code{run})}
c906108c
SS
1569@item run
1570@itemx r
7a292a7a
SS
1571Use the @code{run} command to start your program under @value{GDBN}.
1572You must first specify the program name (except on VxWorks) with an
1573argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1574@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1575(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1576
1577@end table
1578
c906108c
SS
1579If you are running your program in an execution environment that
1580supports processes, @code{run} creates an inferior process and makes
1581that process run your program. (In environments without processes,
1582@code{run} jumps to the start of your program.)
1583
1584The execution of a program is affected by certain information it
1585receives from its superior. @value{GDBN} provides ways to specify this
1586information, which you must do @emph{before} starting your program. (You
1587can change it after starting your program, but such changes only affect
1588your program the next time you start it.) This information may be
1589divided into four categories:
1590
1591@table @asis
1592@item The @emph{arguments.}
1593Specify the arguments to give your program as the arguments of the
1594@code{run} command. If a shell is available on your target, the shell
1595is used to pass the arguments, so that you may use normal conventions
1596(such as wildcard expansion or variable substitution) in describing
1597the arguments.
1598In Unix systems, you can control which shell is used with the
1599@code{SHELL} environment variable.
1600@xref{Arguments, ,Your program's arguments}.
1601
1602@item The @emph{environment.}
1603Your program normally inherits its environment from @value{GDBN}, but you can
1604use the @value{GDBN} commands @code{set environment} and @code{unset
1605environment} to change parts of the environment that affect
1606your program. @xref{Environment, ,Your program's environment}.
1607
1608@item The @emph{working directory.}
1609Your program inherits its working directory from @value{GDBN}. You can set
1610the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1611@xref{Working Directory, ,Your program's working directory}.
1612
1613@item The @emph{standard input and output.}
1614Your program normally uses the same device for standard input and
1615standard output as @value{GDBN} is using. You can redirect input and output
1616in the @code{run} command line, or you can use the @code{tty} command to
1617set a different device for your program.
1618@xref{Input/Output, ,Your program's input and output}.
1619
1620@cindex pipes
1621@emph{Warning:} While input and output redirection work, you cannot use
1622pipes to pass the output of the program you are debugging to another
1623program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1624wrong program.
1625@end table
c906108c
SS
1626
1627When you issue the @code{run} command, your program begins to execute
1628immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1629of how to arrange for your program to stop. Once your program has
1630stopped, you may call functions in your program, using the @code{print}
1631or @code{call} commands. @xref{Data, ,Examining Data}.
1632
1633If the modification time of your symbol file has changed since the last
1634time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1635table, and reads it again. When it does this, @value{GDBN} tries to retain
1636your current breakpoints.
1637
6d2ebf8b 1638@node Arguments
c906108c
SS
1639@section Your program's arguments
1640
1641@cindex arguments (to your program)
1642The arguments to your program can be specified by the arguments of the
5d161b24 1643@code{run} command.
c906108c
SS
1644They are passed to a shell, which expands wildcard characters and
1645performs redirection of I/O, and thence to your program. Your
1646@code{SHELL} environment variable (if it exists) specifies what shell
1647@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1648the default shell (@file{/bin/sh} on Unix).
1649
1650On non-Unix systems, the program is usually invoked directly by
1651@value{GDBN}, which emulates I/O redirection via the appropriate system
1652calls, and the wildcard characters are expanded by the startup code of
1653the program, not by the shell.
c906108c
SS
1654
1655@code{run} with no arguments uses the same arguments used by the previous
1656@code{run}, or those set by the @code{set args} command.
1657
c906108c 1658@table @code
41afff9a 1659@kindex set args
c906108c
SS
1660@item set args
1661Specify the arguments to be used the next time your program is run. If
1662@code{set args} has no arguments, @code{run} executes your program
1663with no arguments. Once you have run your program with arguments,
1664using @code{set args} before the next @code{run} is the only way to run
1665it again without arguments.
1666
1667@kindex show args
1668@item show args
1669Show the arguments to give your program when it is started.
1670@end table
1671
6d2ebf8b 1672@node Environment
c906108c
SS
1673@section Your program's environment
1674
1675@cindex environment (of your program)
1676The @dfn{environment} consists of a set of environment variables and
1677their values. Environment variables conventionally record such things as
1678your user name, your home directory, your terminal type, and your search
1679path for programs to run. Usually you set up environment variables with
1680the shell and they are inherited by all the other programs you run. When
1681debugging, it can be useful to try running your program with a modified
1682environment without having to start @value{GDBN} over again.
1683
1684@table @code
1685@kindex path
1686@item path @var{directory}
1687Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1688(the search path for executables) that will be passed to your program.
1689The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1690You may specify several directory names, separated by whitespace or by a
1691system-dependent separator character (@samp{:} on Unix, @samp{;} on
1692MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1693is moved to the front, so it is searched sooner.
c906108c
SS
1694
1695You can use the string @samp{$cwd} to refer to whatever is the current
1696working directory at the time @value{GDBN} searches the path. If you
1697use @samp{.} instead, it refers to the directory where you executed the
1698@code{path} command. @value{GDBN} replaces @samp{.} in the
1699@var{directory} argument (with the current path) before adding
1700@var{directory} to the search path.
1701@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1702@c document that, since repeating it would be a no-op.
1703
1704@kindex show paths
1705@item show paths
1706Display the list of search paths for executables (the @code{PATH}
1707environment variable).
1708
1709@kindex show environment
1710@item show environment @r{[}@var{varname}@r{]}
1711Print the value of environment variable @var{varname} to be given to
1712your program when it starts. If you do not supply @var{varname},
1713print the names and values of all environment variables to be given to
1714your program. You can abbreviate @code{environment} as @code{env}.
1715
1716@kindex set environment
53a5351d 1717@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1718Set environment variable @var{varname} to @var{value}. The value
1719changes for your program only, not for @value{GDBN} itself. @var{value} may
1720be any string; the values of environment variables are just strings, and
1721any interpretation is supplied by your program itself. The @var{value}
1722parameter is optional; if it is eliminated, the variable is set to a
1723null value.
1724@c "any string" here does not include leading, trailing
1725@c blanks. Gnu asks: does anyone care?
1726
1727For example, this command:
1728
1729@example
1730set env USER = foo
1731@end example
1732
1733@noindent
d4f3574e 1734tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1735@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1736are not actually required.)
1737
1738@kindex unset environment
1739@item unset environment @var{varname}
1740Remove variable @var{varname} from the environment to be passed to your
1741program. This is different from @samp{set env @var{varname} =};
1742@code{unset environment} removes the variable from the environment,
1743rather than assigning it an empty value.
1744@end table
1745
d4f3574e
SS
1746@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1747the shell indicated
c906108c
SS
1748by your @code{SHELL} environment variable if it exists (or
1749@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1750that runs an initialization file---such as @file{.cshrc} for C-shell, or
1751@file{.bashrc} for BASH---any variables you set in that file affect
1752your program. You may wish to move setting of environment variables to
1753files that are only run when you sign on, such as @file{.login} or
1754@file{.profile}.
1755
6d2ebf8b 1756@node Working Directory
c906108c
SS
1757@section Your program's working directory
1758
1759@cindex working directory (of your program)
1760Each time you start your program with @code{run}, it inherits its
1761working directory from the current working directory of @value{GDBN}.
1762The @value{GDBN} working directory is initially whatever it inherited
1763from its parent process (typically the shell), but you can specify a new
1764working directory in @value{GDBN} with the @code{cd} command.
1765
1766The @value{GDBN} working directory also serves as a default for the commands
1767that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1768specify files}.
1769
1770@table @code
1771@kindex cd
1772@item cd @var{directory}
1773Set the @value{GDBN} working directory to @var{directory}.
1774
1775@kindex pwd
1776@item pwd
1777Print the @value{GDBN} working directory.
1778@end table
1779
6d2ebf8b 1780@node Input/Output
c906108c
SS
1781@section Your program's input and output
1782
1783@cindex redirection
1784@cindex i/o
1785@cindex terminal
1786By default, the program you run under @value{GDBN} does input and output to
5d161b24 1787the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1788to its own terminal modes to interact with you, but it records the terminal
1789modes your program was using and switches back to them when you continue
1790running your program.
1791
1792@table @code
1793@kindex info terminal
1794@item info terminal
1795Displays information recorded by @value{GDBN} about the terminal modes your
1796program is using.
1797@end table
1798
1799You can redirect your program's input and/or output using shell
1800redirection with the @code{run} command. For example,
1801
1802@example
1803run > outfile
1804@end example
1805
1806@noindent
1807starts your program, diverting its output to the file @file{outfile}.
1808
1809@kindex tty
1810@cindex controlling terminal
1811Another way to specify where your program should do input and output is
1812with the @code{tty} command. This command accepts a file name as
1813argument, and causes this file to be the default for future @code{run}
1814commands. It also resets the controlling terminal for the child
1815process, for future @code{run} commands. For example,
1816
1817@example
1818tty /dev/ttyb
1819@end example
1820
1821@noindent
1822directs that processes started with subsequent @code{run} commands
1823default to do input and output on the terminal @file{/dev/ttyb} and have
1824that as their controlling terminal.
1825
1826An explicit redirection in @code{run} overrides the @code{tty} command's
1827effect on the input/output device, but not its effect on the controlling
1828terminal.
1829
1830When you use the @code{tty} command or redirect input in the @code{run}
1831command, only the input @emph{for your program} is affected. The input
1832for @value{GDBN} still comes from your terminal.
1833
6d2ebf8b 1834@node Attach
c906108c
SS
1835@section Debugging an already-running process
1836@kindex attach
1837@cindex attach
1838
1839@table @code
1840@item attach @var{process-id}
1841This command attaches to a running process---one that was started
1842outside @value{GDBN}. (@code{info files} shows your active
1843targets.) The command takes as argument a process ID. The usual way to
1844find out the process-id of a Unix process is with the @code{ps} utility,
1845or with the @samp{jobs -l} shell command.
1846
1847@code{attach} does not repeat if you press @key{RET} a second time after
1848executing the command.
1849@end table
1850
1851To use @code{attach}, your program must be running in an environment
1852which supports processes; for example, @code{attach} does not work for
1853programs on bare-board targets that lack an operating system. You must
1854also have permission to send the process a signal.
1855
1856When you use @code{attach}, the debugger finds the program running in
1857the process first by looking in the current working directory, then (if
1858the program is not found) by using the source file search path
1859(@pxref{Source Path, ,Specifying source directories}). You can also use
1860the @code{file} command to load the program. @xref{Files, ,Commands to
1861Specify Files}.
1862
1863The first thing @value{GDBN} does after arranging to debug the specified
1864process is to stop it. You can examine and modify an attached process
53a5351d
JM
1865with all the @value{GDBN} commands that are ordinarily available when
1866you start processes with @code{run}. You can insert breakpoints; you
1867can step and continue; you can modify storage. If you would rather the
1868process continue running, you may use the @code{continue} command after
c906108c
SS
1869attaching @value{GDBN} to the process.
1870
1871@table @code
1872@kindex detach
1873@item detach
1874When you have finished debugging the attached process, you can use the
1875@code{detach} command to release it from @value{GDBN} control. Detaching
1876the process continues its execution. After the @code{detach} command,
1877that process and @value{GDBN} become completely independent once more, and you
1878are ready to @code{attach} another process or start one with @code{run}.
1879@code{detach} does not repeat if you press @key{RET} again after
1880executing the command.
1881@end table
1882
1883If you exit @value{GDBN} or use the @code{run} command while you have an
1884attached process, you kill that process. By default, @value{GDBN} asks
1885for confirmation if you try to do either of these things; you can
1886control whether or not you need to confirm by using the @code{set
1887confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
1888messages}).
1889
6d2ebf8b 1890@node Kill Process
c906108c 1891@section Killing the child process
c906108c
SS
1892
1893@table @code
1894@kindex kill
1895@item kill
1896Kill the child process in which your program is running under @value{GDBN}.
1897@end table
1898
1899This command is useful if you wish to debug a core dump instead of a
1900running process. @value{GDBN} ignores any core dump file while your program
1901is running.
1902
1903On some operating systems, a program cannot be executed outside @value{GDBN}
1904while you have breakpoints set on it inside @value{GDBN}. You can use the
1905@code{kill} command in this situation to permit running your program
1906outside the debugger.
1907
1908The @code{kill} command is also useful if you wish to recompile and
1909relink your program, since on many systems it is impossible to modify an
1910executable file while it is running in a process. In this case, when you
1911next type @code{run}, @value{GDBN} notices that the file has changed, and
1912reads the symbol table again (while trying to preserve your current
1913breakpoint settings).
1914
6d2ebf8b 1915@node Threads
c906108c 1916@section Debugging programs with multiple threads
c906108c
SS
1917
1918@cindex threads of execution
1919@cindex multiple threads
1920@cindex switching threads
1921In some operating systems, such as HP-UX and Solaris, a single program
1922may have more than one @dfn{thread} of execution. The precise semantics
1923of threads differ from one operating system to another, but in general
1924the threads of a single program are akin to multiple processes---except
1925that they share one address space (that is, they can all examine and
1926modify the same variables). On the other hand, each thread has its own
1927registers and execution stack, and perhaps private memory.
1928
1929@value{GDBN} provides these facilities for debugging multi-thread
1930programs:
1931
1932@itemize @bullet
1933@item automatic notification of new threads
1934@item @samp{thread @var{threadno}}, a command to switch among threads
1935@item @samp{info threads}, a command to inquire about existing threads
5d161b24 1936@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
1937a command to apply a command to a list of threads
1938@item thread-specific breakpoints
1939@end itemize
1940
c906108c
SS
1941@quotation
1942@emph{Warning:} These facilities are not yet available on every
1943@value{GDBN} configuration where the operating system supports threads.
1944If your @value{GDBN} does not support threads, these commands have no
1945effect. For example, a system without thread support shows no output
1946from @samp{info threads}, and always rejects the @code{thread} command,
1947like this:
1948
1949@smallexample
1950(@value{GDBP}) info threads
1951(@value{GDBP}) thread 1
1952Thread ID 1 not known. Use the "info threads" command to
1953see the IDs of currently known threads.
1954@end smallexample
1955@c FIXME to implementors: how hard would it be to say "sorry, this GDB
1956@c doesn't support threads"?
1957@end quotation
c906108c
SS
1958
1959@cindex focus of debugging
1960@cindex current thread
1961The @value{GDBN} thread debugging facility allows you to observe all
1962threads while your program runs---but whenever @value{GDBN} takes
1963control, one thread in particular is always the focus of debugging.
1964This thread is called the @dfn{current thread}. Debugging commands show
1965program information from the perspective of the current thread.
1966
41afff9a 1967@cindex @code{New} @var{systag} message
c906108c
SS
1968@cindex thread identifier (system)
1969@c FIXME-implementors!! It would be more helpful if the [New...] message
1970@c included GDB's numeric thread handle, so you could just go to that
1971@c thread without first checking `info threads'.
1972Whenever @value{GDBN} detects a new thread in your program, it displays
1973the target system's identification for the thread with a message in the
1974form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
1975whose form varies depending on the particular system. For example, on
1976LynxOS, you might see
1977
1978@example
1979[New process 35 thread 27]
1980@end example
1981
1982@noindent
1983when @value{GDBN} notices a new thread. In contrast, on an SGI system,
1984the @var{systag} is simply something like @samp{process 368}, with no
1985further qualifier.
1986
1987@c FIXME!! (1) Does the [New...] message appear even for the very first
1988@c thread of a program, or does it only appear for the
1989@c second---i.e., when it becomes obvious we have a multithread
1990@c program?
1991@c (2) *Is* there necessarily a first thread always? Or do some
1992@c multithread systems permit starting a program with multiple
5d161b24 1993@c threads ab initio?
c906108c
SS
1994
1995@cindex thread number
1996@cindex thread identifier (GDB)
1997For debugging purposes, @value{GDBN} associates its own thread
1998number---always a single integer---with each thread in your program.
1999
2000@table @code
2001@kindex info threads
2002@item info threads
2003Display a summary of all threads currently in your
2004program. @value{GDBN} displays for each thread (in this order):
2005
2006@enumerate
2007@item the thread number assigned by @value{GDBN}
2008
2009@item the target system's thread identifier (@var{systag})
2010
2011@item the current stack frame summary for that thread
2012@end enumerate
2013
2014@noindent
2015An asterisk @samp{*} to the left of the @value{GDBN} thread number
2016indicates the current thread.
2017
5d161b24 2018For example,
c906108c
SS
2019@end table
2020@c end table here to get a little more width for example
2021
2022@smallexample
2023(@value{GDBP}) info threads
2024 3 process 35 thread 27 0x34e5 in sigpause ()
2025 2 process 35 thread 23 0x34e5 in sigpause ()
2026* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2027 at threadtest.c:68
2028@end smallexample
53a5351d
JM
2029
2030On HP-UX systems:
c906108c
SS
2031
2032@cindex thread number
2033@cindex thread identifier (GDB)
2034For debugging purposes, @value{GDBN} associates its own thread
2035number---a small integer assigned in thread-creation order---with each
2036thread in your program.
2037
41afff9a
EZ
2038@cindex @code{New} @var{systag} message, on HP-UX
2039@cindex thread identifier (system), on HP-UX
c906108c
SS
2040@c FIXME-implementors!! It would be more helpful if the [New...] message
2041@c included GDB's numeric thread handle, so you could just go to that
2042@c thread without first checking `info threads'.
2043Whenever @value{GDBN} detects a new thread in your program, it displays
2044both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2045form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2046whose form varies depending on the particular system. For example, on
2047HP-UX, you see
2048
2049@example
2050[New thread 2 (system thread 26594)]
2051@end example
2052
2053@noindent
5d161b24 2054when @value{GDBN} notices a new thread.
c906108c
SS
2055
2056@table @code
2057@kindex info threads
2058@item info threads
2059Display a summary of all threads currently in your
2060program. @value{GDBN} displays for each thread (in this order):
2061
2062@enumerate
2063@item the thread number assigned by @value{GDBN}
2064
2065@item the target system's thread identifier (@var{systag})
2066
2067@item the current stack frame summary for that thread
2068@end enumerate
2069
2070@noindent
2071An asterisk @samp{*} to the left of the @value{GDBN} thread number
2072indicates the current thread.
2073
5d161b24 2074For example,
c906108c
SS
2075@end table
2076@c end table here to get a little more width for example
2077
2078@example
2079(@value{GDBP}) info threads
6d2ebf8b
SS
2080 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2081 at quicksort.c:137
2082 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2083 from /usr/lib/libc.2
2084 1 system thread 27905 0x7b003498 in _brk () \@*
2085 from /usr/lib/libc.2
c906108c 2086@end example
c906108c
SS
2087
2088@table @code
2089@kindex thread @var{threadno}
2090@item thread @var{threadno}
2091Make thread number @var{threadno} the current thread. The command
2092argument @var{threadno} is the internal @value{GDBN} thread number, as
2093shown in the first field of the @samp{info threads} display.
2094@value{GDBN} responds by displaying the system identifier of the thread
2095you selected, and its current stack frame summary:
2096
2097@smallexample
2098@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2099(@value{GDBP}) thread 2
c906108c 2100[Switching to process 35 thread 23]
c906108c
SS
21010x34e5 in sigpause ()
2102@end smallexample
2103
2104@noindent
2105As with the @samp{[New @dots{}]} message, the form of the text after
2106@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2107threads.
c906108c
SS
2108
2109@kindex thread apply
2110@item thread apply [@var{threadno}] [@var{all}] @var{args}
2111The @code{thread apply} command allows you to apply a command to one or
2112more threads. Specify the numbers of the threads that you want affected
2113with the command argument @var{threadno}. @var{threadno} is the internal
2114@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2115threads} display. To apply a command to all threads, use
2116@code{thread apply all} @var{args}.
c906108c
SS
2117@end table
2118
2119@cindex automatic thread selection
2120@cindex switching threads automatically
2121@cindex threads, automatic switching
2122Whenever @value{GDBN} stops your program, due to a breakpoint or a
2123signal, it automatically selects the thread where that breakpoint or
2124signal happened. @value{GDBN} alerts you to the context switch with a
2125message of the form @samp{[Switching to @var{systag}]} to identify the
2126thread.
2127
2128@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2129more information about how @value{GDBN} behaves when you stop and start
2130programs with multiple threads.
2131
2132@xref{Set Watchpoints,,Setting watchpoints}, for information about
2133watchpoints in programs with multiple threads.
c906108c 2134
6d2ebf8b 2135@node Processes
c906108c
SS
2136@section Debugging programs with multiple processes
2137
2138@cindex fork, debugging programs which call
2139@cindex multiple processes
2140@cindex processes, multiple
53a5351d
JM
2141On most systems, @value{GDBN} has no special support for debugging
2142programs which create additional processes using the @code{fork}
2143function. When a program forks, @value{GDBN} will continue to debug the
2144parent process and the child process will run unimpeded. If you have
2145set a breakpoint in any code which the child then executes, the child
2146will get a @code{SIGTRAP} signal which (unless it catches the signal)
2147will cause it to terminate.
c906108c
SS
2148
2149However, if you want to debug the child process there is a workaround
2150which isn't too painful. Put a call to @code{sleep} in the code which
2151the child process executes after the fork. It may be useful to sleep
2152only if a certain environment variable is set, or a certain file exists,
2153so that the delay need not occur when you don't want to run @value{GDBN}
2154on the child. While the child is sleeping, use the @code{ps} program to
2155get its process ID. Then tell @value{GDBN} (a new invocation of
2156@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2157the child process (@pxref{Attach}). From that point on you can debug
c906108c 2158the child process just like any other process which you attached to.
c906108c 2159
53a5351d
JM
2160On HP-UX (11.x and later only?), @value{GDBN} provides support for
2161debugging programs that create additional processes using the
2162@code{fork} or @code{vfork} function.
c906108c
SS
2163
2164By default, when a program forks, @value{GDBN} will continue to debug
2165the parent process and the child process will run unimpeded.
2166
2167If you want to follow the child process instead of the parent process,
2168use the command @w{@code{set follow-fork-mode}}.
2169
2170@table @code
2171@kindex set follow-fork-mode
2172@item set follow-fork-mode @var{mode}
2173Set the debugger response to a program call of @code{fork} or
2174@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2175process. The @var{mode} can be:
2176
2177@table @code
2178@item parent
2179The original process is debugged after a fork. The child process runs
2df3850c 2180unimpeded. This is the default.
c906108c
SS
2181
2182@item child
2183The new process is debugged after a fork. The parent process runs
2184unimpeded.
2185
2186@item ask
2187The debugger will ask for one of the above choices.
2188@end table
2189
2190@item show follow-fork-mode
2df3850c 2191Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2192@end table
2193
2194If you ask to debug a child process and a @code{vfork} is followed by an
2195@code{exec}, @value{GDBN} executes the new target up to the first
2196breakpoint in the new target. If you have a breakpoint set on
2197@code{main} in your original program, the breakpoint will also be set on
2198the child process's @code{main}.
2199
2200When a child process is spawned by @code{vfork}, you cannot debug the
2201child or parent until an @code{exec} call completes.
2202
2203If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2204call executes, the new target restarts. To restart the parent process,
2205use the @code{file} command with the parent executable name as its
2206argument.
2207
2208You can use the @code{catch} command to make @value{GDBN} stop whenever
2209a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2210Catchpoints, ,Setting catchpoints}.
c906108c 2211
6d2ebf8b 2212@node Stopping
c906108c
SS
2213@chapter Stopping and Continuing
2214
2215The principal purposes of using a debugger are so that you can stop your
2216program before it terminates; or so that, if your program runs into
2217trouble, you can investigate and find out why.
2218
7a292a7a
SS
2219Inside @value{GDBN}, your program may stop for any of several reasons,
2220such as a signal, a breakpoint, or reaching a new line after a
2221@value{GDBN} command such as @code{step}. You may then examine and
2222change variables, set new breakpoints or remove old ones, and then
2223continue execution. Usually, the messages shown by @value{GDBN} provide
2224ample explanation of the status of your program---but you can also
2225explicitly request this information at any time.
c906108c
SS
2226
2227@table @code
2228@kindex info program
2229@item info program
2230Display information about the status of your program: whether it is
7a292a7a 2231running or not, what process it is, and why it stopped.
c906108c
SS
2232@end table
2233
2234@menu
2235* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2236* Continuing and Stepping:: Resuming execution
c906108c 2237* Signals:: Signals
c906108c 2238* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2239@end menu
2240
6d2ebf8b 2241@node Breakpoints
c906108c
SS
2242@section Breakpoints, watchpoints, and catchpoints
2243
2244@cindex breakpoints
2245A @dfn{breakpoint} makes your program stop whenever a certain point in
2246the program is reached. For each breakpoint, you can add conditions to
2247control in finer detail whether your program stops. You can set
2248breakpoints with the @code{break} command and its variants (@pxref{Set
2249Breaks, ,Setting breakpoints}), to specify the place where your program
2250should stop by line number, function name or exact address in the
2251program.
2252
2253In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2254breakpoints in shared libraries before the executable is run. There is
2255a minor limitation on HP-UX systems: you must wait until the executable
2256is run in order to set breakpoints in shared library routines that are
2257not called directly by the program (for example, routines that are
2258arguments in a @code{pthread_create} call).
2259
2260@cindex watchpoints
2261@cindex memory tracing
2262@cindex breakpoint on memory address
2263@cindex breakpoint on variable modification
2264A @dfn{watchpoint} is a special breakpoint that stops your program
2265when the value of an expression changes. You must use a different
2266command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2267watchpoints}), but aside from that, you can manage a watchpoint like
2268any other breakpoint: you enable, disable, and delete both breakpoints
2269and watchpoints using the same commands.
2270
2271You can arrange to have values from your program displayed automatically
2272whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2273Automatic display}.
2274
2275@cindex catchpoints
2276@cindex breakpoint on events
2277A @dfn{catchpoint} is another special breakpoint that stops your program
2278when a certain kind of event occurs, such as the throwing of a C++
2279exception or the loading of a library. As with watchpoints, you use a
2280different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2281catchpoints}), but aside from that, you can manage a catchpoint like any
2282other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2283@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2284
2285@cindex breakpoint numbers
2286@cindex numbers for breakpoints
2287@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2288catchpoint when you create it; these numbers are successive integers
2289starting with one. In many of the commands for controlling various
2290features of breakpoints you use the breakpoint number to say which
2291breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2292@dfn{disabled}; if disabled, it has no effect on your program until you
2293enable it again.
2294
c5394b80
JM
2295@cindex breakpoint ranges
2296@cindex ranges of breakpoints
2297Some @value{GDBN} commands accept a range of breakpoints on which to
2298operate. A breakpoint range is either a single breakpoint number, like
2299@samp{5}, or two such numbers, in increasing order, separated by a
2300hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2301all breakpoint in that range are operated on.
2302
c906108c
SS
2303@menu
2304* Set Breaks:: Setting breakpoints
2305* Set Watchpoints:: Setting watchpoints
2306* Set Catchpoints:: Setting catchpoints
2307* Delete Breaks:: Deleting breakpoints
2308* Disabling:: Disabling breakpoints
2309* Conditions:: Break conditions
2310* Break Commands:: Breakpoint command lists
c906108c 2311* Breakpoint Menus:: Breakpoint menus
d4f3574e 2312* Error in Breakpoints:: ``Cannot insert breakpoints''
c906108c
SS
2313@end menu
2314
6d2ebf8b 2315@node Set Breaks
c906108c
SS
2316@subsection Setting breakpoints
2317
5d161b24 2318@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2319@c consider in particular declaration with/without initialization.
2320@c
2321@c FIXME 2 is there stuff on this already? break at fun start, already init?
2322
2323@kindex break
41afff9a
EZ
2324@kindex b @r{(@code{break})}
2325@vindex $bpnum@r{, convenience variable}
c906108c
SS
2326@cindex latest breakpoint
2327Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2328@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2329number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2330Vars,, Convenience variables}, for a discussion of what you can do with
2331convenience variables.
2332
2333You have several ways to say where the breakpoint should go.
2334
2335@table @code
2336@item break @var{function}
5d161b24 2337Set a breakpoint at entry to function @var{function}.
c906108c
SS
2338When using source languages that permit overloading of symbols, such as
2339C++, @var{function} may refer to more than one possible place to break.
2340@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2341
2342@item break +@var{offset}
2343@itemx break -@var{offset}
2344Set a breakpoint some number of lines forward or back from the position
d4f3574e 2345at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2346(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2347
2348@item break @var{linenum}
2349Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2350The current source file is the last file whose source text was printed.
2351The breakpoint will stop your program just before it executes any of the
c906108c
SS
2352code on that line.
2353
2354@item break @var{filename}:@var{linenum}
2355Set a breakpoint at line @var{linenum} in source file @var{filename}.
2356
2357@item break @var{filename}:@var{function}
2358Set a breakpoint at entry to function @var{function} found in file
2359@var{filename}. Specifying a file name as well as a function name is
2360superfluous except when multiple files contain similarly named
2361functions.
2362
2363@item break *@var{address}
2364Set a breakpoint at address @var{address}. You can use this to set
2365breakpoints in parts of your program which do not have debugging
2366information or source files.
2367
2368@item break
2369When called without any arguments, @code{break} sets a breakpoint at
2370the next instruction to be executed in the selected stack frame
2371(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2372innermost, this makes your program stop as soon as control
2373returns to that frame. This is similar to the effect of a
2374@code{finish} command in the frame inside the selected frame---except
2375that @code{finish} does not leave an active breakpoint. If you use
2376@code{break} without an argument in the innermost frame, @value{GDBN} stops
2377the next time it reaches the current location; this may be useful
2378inside loops.
2379
2380@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2381least one instruction has been executed. If it did not do this, you
2382would be unable to proceed past a breakpoint without first disabling the
2383breakpoint. This rule applies whether or not the breakpoint already
2384existed when your program stopped.
2385
2386@item break @dots{} if @var{cond}
2387Set a breakpoint with condition @var{cond}; evaluate the expression
2388@var{cond} each time the breakpoint is reached, and stop only if the
2389value is nonzero---that is, if @var{cond} evaluates as true.
2390@samp{@dots{}} stands for one of the possible arguments described
2391above (or no argument) specifying where to break. @xref{Conditions,
2392,Break conditions}, for more information on breakpoint conditions.
2393
2394@kindex tbreak
2395@item tbreak @var{args}
2396Set a breakpoint enabled only for one stop. @var{args} are the
2397same as for the @code{break} command, and the breakpoint is set in the same
2398way, but the breakpoint is automatically deleted after the first time your
2399program stops there. @xref{Disabling, ,Disabling breakpoints}.
2400
c906108c
SS
2401@kindex hbreak
2402@item hbreak @var{args}
d4f3574e
SS
2403Set a hardware-assisted breakpoint. @var{args} are the same as for the
2404@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2405breakpoint requires hardware support and some target hardware may not
2406have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2407debugging, so you can set a breakpoint at an instruction without
2408changing the instruction. This can be used with the new trap-generation
2409provided by SPARClite DSU and some x86-based targets. These targets
2410will generate traps when a program accesses some data or instruction
2411address that is assigned to the debug registers. However the hardware
2412breakpoint registers can take a limited number of breakpoints. For
2413example, on the DSU, only two data breakpoints can be set at a time, and
2414@value{GDBN} will reject this command if more than two are used. Delete
2415or disable unused hardware breakpoints before setting new ones
2416(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
c906108c
SS
2417
2418@kindex thbreak
2419@item thbreak @var{args}
2420Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2421are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2422the same way. However, like the @code{tbreak} command,
c906108c
SS
2423the breakpoint is automatically deleted after the
2424first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2425command, the breakpoint requires hardware support and some target hardware
2426may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2427See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2428
2429@kindex rbreak
2430@cindex regular expression
2431@item rbreak @var{regex}
c906108c 2432Set breakpoints on all functions matching the regular expression
11cf8741
JM
2433@var{regex}. This command sets an unconditional breakpoint on all
2434matches, printing a list of all breakpoints it set. Once these
2435breakpoints are set, they are treated just like the breakpoints set with
2436the @code{break} command. You can delete them, disable them, or make
2437them conditional the same way as any other breakpoint.
2438
2439The syntax of the regular expression is the standard one used with tools
2440like @file{grep}. Note that this is different from the syntax used by
2441shells, so for instance @code{foo*} matches all functions that include
2442an @code{fo} followed by zero or more @code{o}s. There is an implicit
2443@code{.*} leading and trailing the regular expression you supply, so to
2444match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2445
c906108c
SS
2446When debugging C++ programs, @code{rbreak} is useful for setting
2447breakpoints on overloaded functions that are not members of any special
2448classes.
c906108c
SS
2449
2450@kindex info breakpoints
2451@cindex @code{$_} and @code{info breakpoints}
2452@item info breakpoints @r{[}@var{n}@r{]}
2453@itemx info break @r{[}@var{n}@r{]}
2454@itemx info watchpoints @r{[}@var{n}@r{]}
2455Print a table of all breakpoints, watchpoints, and catchpoints set and
2456not deleted, with the following columns for each breakpoint:
2457
2458@table @emph
2459@item Breakpoint Numbers
2460@item Type
2461Breakpoint, watchpoint, or catchpoint.
2462@item Disposition
2463Whether the breakpoint is marked to be disabled or deleted when hit.
2464@item Enabled or Disabled
2465Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2466that are not enabled.
2467@item Address
2df3850c 2468Where the breakpoint is in your program, as a memory address.
c906108c
SS
2469@item What
2470Where the breakpoint is in the source for your program, as a file and
2471line number.
2472@end table
2473
2474@noindent
2475If a breakpoint is conditional, @code{info break} shows the condition on
2476the line following the affected breakpoint; breakpoint commands, if any,
2477are listed after that.
2478
2479@noindent
2480@code{info break} with a breakpoint
2481number @var{n} as argument lists only that breakpoint. The
2482convenience variable @code{$_} and the default examining-address for
2483the @code{x} command are set to the address of the last breakpoint
5d161b24 2484listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2485
2486@noindent
2487@code{info break} displays a count of the number of times the breakpoint
2488has been hit. This is especially useful in conjunction with the
2489@code{ignore} command. You can ignore a large number of breakpoint
2490hits, look at the breakpoint info to see how many times the breakpoint
2491was hit, and then run again, ignoring one less than that number. This
2492will get you quickly to the last hit of that breakpoint.
2493@end table
2494
2495@value{GDBN} allows you to set any number of breakpoints at the same place in
2496your program. There is nothing silly or meaningless about this. When
2497the breakpoints are conditional, this is even useful
2498(@pxref{Conditions, ,Break conditions}).
2499
2500@cindex negative breakpoint numbers
2501@cindex internal @value{GDBN} breakpoints
2502@value{GDBN} itself sometimes sets breakpoints in your program for special
2503purposes, such as proper handling of @code{longjmp} (in C programs).
2504These internal breakpoints are assigned negative numbers, starting with
2505@code{-1}; @samp{info breakpoints} does not display them.
2506
2507You can see these breakpoints with the @value{GDBN} maintenance command
2508@samp{maint info breakpoints}.
2509
2510@table @code
2511@kindex maint info breakpoints
2512@item maint info breakpoints
2513Using the same format as @samp{info breakpoints}, display both the
2514breakpoints you've set explicitly, and those @value{GDBN} is using for
2515internal purposes. Internal breakpoints are shown with negative
2516breakpoint numbers. The type column identifies what kind of breakpoint
2517is shown:
2518
2519@table @code
2520@item breakpoint
2521Normal, explicitly set breakpoint.
2522
2523@item watchpoint
2524Normal, explicitly set watchpoint.
2525
2526@item longjmp
2527Internal breakpoint, used to handle correctly stepping through
2528@code{longjmp} calls.
2529
2530@item longjmp resume
2531Internal breakpoint at the target of a @code{longjmp}.
2532
2533@item until
2534Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
2535
2536@item finish
2537Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
2538
c906108c
SS
2539@item shlib events
2540Shared library events.
53a5351d 2541
c906108c 2542@end table
53a5351d 2543
c906108c
SS
2544@end table
2545
2546
6d2ebf8b 2547@node Set Watchpoints
c906108c
SS
2548@subsection Setting watchpoints
2549
2550@cindex setting watchpoints
2551@cindex software watchpoints
2552@cindex hardware watchpoints
2553You can use a watchpoint to stop execution whenever the value of an
2554expression changes, without having to predict a particular place where
2555this may happen.
2556
2557Depending on your system, watchpoints may be implemented in software or
2df3850c 2558hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2559program and testing the variable's value each time, which is hundreds of
2560times slower than normal execution. (But this may still be worth it, to
2561catch errors where you have no clue what part of your program is the
2562culprit.)
2563
d4f3574e 2564On some systems, such as HP-UX, Linux and some other x86-based targets,
2df3850c 2565@value{GDBN} includes support for
c906108c
SS
2566hardware watchpoints, which do not slow down the running of your
2567program.
2568
2569@table @code
2570@kindex watch
2571@item watch @var{expr}
2572Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2573is written into by the program and its value changes.
2574
2575@kindex rwatch
2576@item rwatch @var{expr}
2577Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2578
2579@kindex awatch
2580@item awatch @var{expr}
2df3850c 2581Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2582by the program.
c906108c
SS
2583
2584@kindex info watchpoints
2585@item info watchpoints
2586This command prints a list of watchpoints, breakpoints, and catchpoints;
2587it is the same as @code{info break}.
2588@end table
2589
2590@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2591watchpoints execute very quickly, and the debugger reports a change in
2592value at the exact instruction where the change occurs. If @value{GDBN}
2593cannot set a hardware watchpoint, it sets a software watchpoint, which
2594executes more slowly and reports the change in value at the next
2595statement, not the instruction, after the change occurs.
2596
2597When you issue the @code{watch} command, @value{GDBN} reports
2598
2599@example
2600Hardware watchpoint @var{num}: @var{expr}
2601@end example
2602
2603@noindent
2604if it was able to set a hardware watchpoint.
2605
7be570e7
JM
2606Currently, the @code{awatch} and @code{rwatch} commands can only set
2607hardware watchpoints, because accesses to data that don't change the
2608value of the watched expression cannot be detected without examining
2609every instruction as it is being executed, and @value{GDBN} does not do
2610that currently. If @value{GDBN} finds that it is unable to set a
2611hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2612will print a message like this:
2613
2614@smallexample
2615Expression cannot be implemented with read/access watchpoint.
2616@end smallexample
2617
2618Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2619data type of the watched expression is wider than what a hardware
2620watchpoint on the target machine can handle. For example, some systems
2621can only watch regions that are up to 4 bytes wide; on such systems you
2622cannot set hardware watchpoints for an expression that yields a
2623double-precision floating-point number (which is typically 8 bytes
2624wide). As a work-around, it might be possible to break the large region
2625into a series of smaller ones and watch them with separate watchpoints.
2626
2627If you set too many hardware watchpoints, @value{GDBN} might be unable
2628to insert all of them when you resume the execution of your program.
2629Since the precise number of active watchpoints is unknown until such
2630time as the program is about to be resumed, @value{GDBN} might not be
2631able to warn you about this when you set the watchpoints, and the
2632warning will be printed only when the program is resumed:
2633
2634@smallexample
2635Hardware watchpoint @var{num}: Could not insert watchpoint
2636@end smallexample
2637
2638@noindent
2639If this happens, delete or disable some of the watchpoints.
2640
2641The SPARClite DSU will generate traps when a program accesses some data
2642or instruction address that is assigned to the debug registers. For the
2643data addresses, DSU facilitates the @code{watch} command. However the
2644hardware breakpoint registers can only take two data watchpoints, and
2645both watchpoints must be the same kind. For example, you can set two
2646watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2647@strong{or} two with @code{awatch} commands, but you cannot set one
2648watchpoint with one command and the other with a different command.
c906108c
SS
2649@value{GDBN} will reject the command if you try to mix watchpoints.
2650Delete or disable unused watchpoint commands before setting new ones.
2651
2652If you call a function interactively using @code{print} or @code{call},
2df3850c 2653any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2654kind of breakpoint or the call completes.
2655
7be570e7
JM
2656@value{GDBN} automatically deletes watchpoints that watch local
2657(automatic) variables, or expressions that involve such variables, when
2658they go out of scope, that is, when the execution leaves the block in
2659which these variables were defined. In particular, when the program
2660being debugged terminates, @emph{all} local variables go out of scope,
2661and so only watchpoints that watch global variables remain set. If you
2662rerun the program, you will need to set all such watchpoints again. One
2663way of doing that would be to set a code breakpoint at the entry to the
2664@code{main} function and when it breaks, set all the watchpoints.
2665
c906108c
SS
2666@quotation
2667@cindex watchpoints and threads
2668@cindex threads and watchpoints
c906108c
SS
2669@emph{Warning:} In multi-thread programs, watchpoints have only limited
2670usefulness. With the current watchpoint implementation, @value{GDBN}
2671can only watch the value of an expression @emph{in a single thread}. If
2672you are confident that the expression can only change due to the current
2673thread's activity (and if you are also confident that no other thread
2674can become current), then you can use watchpoints as usual. However,
2675@value{GDBN} may not notice when a non-current thread's activity changes
2676the expression.
53a5351d 2677
d4f3574e 2678@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2679@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2680have only limited usefulness. If @value{GDBN} creates a software
2681watchpoint, it can only watch the value of an expression @emph{in a
2682single thread}. If you are confident that the expression can only
2683change due to the current thread's activity (and if you are also
2684confident that no other thread can become current), then you can use
2685software watchpoints as usual. However, @value{GDBN} may not notice
2686when a non-current thread's activity changes the expression. (Hardware
2687watchpoints, in contrast, watch an expression in all threads.)
c906108c 2688@end quotation
c906108c 2689
6d2ebf8b 2690@node Set Catchpoints
c906108c 2691@subsection Setting catchpoints
d4f3574e 2692@cindex catchpoints, setting
c906108c
SS
2693@cindex exception handlers
2694@cindex event handling
2695
2696You can use @dfn{catchpoints} to cause the debugger to stop for certain
2697kinds of program events, such as C++ exceptions or the loading of a
2698shared library. Use the @code{catch} command to set a catchpoint.
2699
2700@table @code
2701@kindex catch
2702@item catch @var{event}
2703Stop when @var{event} occurs. @var{event} can be any of the following:
2704@table @code
2705@item throw
2706@kindex catch throw
2707The throwing of a C++ exception.
2708
2709@item catch
2710@kindex catch catch
2711The catching of a C++ exception.
2712
2713@item exec
2714@kindex catch exec
2715A call to @code{exec}. This is currently only available for HP-UX.
2716
2717@item fork
2718@kindex catch fork
2719A call to @code{fork}. This is currently only available for HP-UX.
2720
2721@item vfork
2722@kindex catch vfork
2723A call to @code{vfork}. This is currently only available for HP-UX.
2724
2725@item load
2726@itemx load @var{libname}
2727@kindex catch load
2728The dynamic loading of any shared library, or the loading of the library
2729@var{libname}. This is currently only available for HP-UX.
2730
2731@item unload
2732@itemx unload @var{libname}
2733@kindex catch unload
2734The unloading of any dynamically loaded shared library, or the unloading
2735of the library @var{libname}. This is currently only available for HP-UX.
2736@end table
2737
2738@item tcatch @var{event}
2739Set a catchpoint that is enabled only for one stop. The catchpoint is
2740automatically deleted after the first time the event is caught.
2741
2742@end table
2743
2744Use the @code{info break} command to list the current catchpoints.
2745
2746There are currently some limitations to C++ exception handling
2747(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2748
2749@itemize @bullet
2750@item
2751If you call a function interactively, @value{GDBN} normally returns
2752control to you when the function has finished executing. If the call
2753raises an exception, however, the call may bypass the mechanism that
2754returns control to you and cause your program either to abort or to
2755simply continue running until it hits a breakpoint, catches a signal
2756that @value{GDBN} is listening for, or exits. This is the case even if
2757you set a catchpoint for the exception; catchpoints on exceptions are
2758disabled within interactive calls.
2759
2760@item
2761You cannot raise an exception interactively.
2762
2763@item
2764You cannot install an exception handler interactively.
2765@end itemize
2766
2767@cindex raise exceptions
2768Sometimes @code{catch} is not the best way to debug exception handling:
2769if you need to know exactly where an exception is raised, it is better to
2770stop @emph{before} the exception handler is called, since that way you
2771can see the stack before any unwinding takes place. If you set a
2772breakpoint in an exception handler instead, it may not be easy to find
2773out where the exception was raised.
2774
2775To stop just before an exception handler is called, you need some
2776knowledge of the implementation. In the case of @sc{gnu} C++, exceptions are
2777raised by calling a library function named @code{__raise_exception}
2778which has the following ANSI C interface:
2779
2780@example
2781 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2782 @var{id} is the exception identifier. */
2783 void __raise_exception (void **addr, void *id);
c906108c
SS
2784@end example
2785
2786@noindent
2787To make the debugger catch all exceptions before any stack
2788unwinding takes place, set a breakpoint on @code{__raise_exception}
2789(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2790
2791With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2792that depends on the value of @var{id}, you can stop your program when
2793a specific exception is raised. You can use multiple conditional
2794breakpoints to stop your program when any of a number of exceptions are
2795raised.
2796
2797
6d2ebf8b 2798@node Delete Breaks
c906108c
SS
2799@subsection Deleting breakpoints
2800
2801@cindex clearing breakpoints, watchpoints, catchpoints
2802@cindex deleting breakpoints, watchpoints, catchpoints
2803It is often necessary to eliminate a breakpoint, watchpoint, or
2804catchpoint once it has done its job and you no longer want your program
2805to stop there. This is called @dfn{deleting} the breakpoint. A
2806breakpoint that has been deleted no longer exists; it is forgotten.
2807
2808With the @code{clear} command you can delete breakpoints according to
2809where they are in your program. With the @code{delete} command you can
2810delete individual breakpoints, watchpoints, or catchpoints by specifying
2811their breakpoint numbers.
2812
2813It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2814automatically ignores breakpoints on the first instruction to be executed
2815when you continue execution without changing the execution address.
2816
2817@table @code
2818@kindex clear
2819@item clear
2820Delete any breakpoints at the next instruction to be executed in the
2821selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2822the innermost frame is selected, this is a good way to delete a
2823breakpoint where your program just stopped.
2824
2825@item clear @var{function}
2826@itemx clear @var{filename}:@var{function}
2827Delete any breakpoints set at entry to the function @var{function}.
2828
2829@item clear @var{linenum}
2830@itemx clear @var{filename}:@var{linenum}
2831Delete any breakpoints set at or within the code of the specified line.
2832
2833@cindex delete breakpoints
2834@kindex delete
41afff9a 2835@kindex d @r{(@code{delete})}
c5394b80
JM
2836@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2837Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2838ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2839breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2840confirm off}). You can abbreviate this command as @code{d}.
2841@end table
2842
6d2ebf8b 2843@node Disabling
c906108c
SS
2844@subsection Disabling breakpoints
2845
2846@kindex disable breakpoints
2847@kindex enable breakpoints
2848Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2849prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2850it had been deleted, but remembers the information on the breakpoint so
2851that you can @dfn{enable} it again later.
2852
2853You disable and enable breakpoints, watchpoints, and catchpoints with
2854the @code{enable} and @code{disable} commands, optionally specifying one
2855or more breakpoint numbers as arguments. Use @code{info break} or
2856@code{info watch} to print a list of breakpoints, watchpoints, and
2857catchpoints if you do not know which numbers to use.
2858
2859A breakpoint, watchpoint, or catchpoint can have any of four different
2860states of enablement:
2861
2862@itemize @bullet
2863@item
2864Enabled. The breakpoint stops your program. A breakpoint set
2865with the @code{break} command starts out in this state.
2866@item
2867Disabled. The breakpoint has no effect on your program.
2868@item
2869Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 2870disabled.
c906108c
SS
2871@item
2872Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
2873immediately after it does so it is deleted permanently. A breakpoint
2874set with the @code{tbreak} command starts out in this state.
c906108c
SS
2875@end itemize
2876
2877You can use the following commands to enable or disable breakpoints,
2878watchpoints, and catchpoints:
2879
2880@table @code
2881@kindex disable breakpoints
2882@kindex disable
41afff9a 2883@kindex dis @r{(@code{disable})}
c5394b80 2884@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2885Disable the specified breakpoints---or all breakpoints, if none are
2886listed. A disabled breakpoint has no effect but is not forgotten. All
2887options such as ignore-counts, conditions and commands are remembered in
2888case the breakpoint is enabled again later. You may abbreviate
2889@code{disable} as @code{dis}.
2890
2891@kindex enable breakpoints
2892@kindex enable
c5394b80 2893@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2894Enable the specified breakpoints (or all defined breakpoints). They
2895become effective once again in stopping your program.
2896
c5394b80 2897@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
2898Enable the specified breakpoints temporarily. @value{GDBN} disables any
2899of these breakpoints immediately after stopping your program.
2900
c5394b80 2901@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
2902Enable the specified breakpoints to work once, then die. @value{GDBN}
2903deletes any of these breakpoints as soon as your program stops there.
2904@end table
2905
d4f3574e
SS
2906@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
2907@c confusing: tbreak is also initially enabled.
c906108c
SS
2908Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
2909,Setting breakpoints}), breakpoints that you set are initially enabled;
2910subsequently, they become disabled or enabled only when you use one of
2911the commands above. (The command @code{until} can set and delete a
2912breakpoint of its own, but it does not change the state of your other
2913breakpoints; see @ref{Continuing and Stepping, ,Continuing and
2914stepping}.)
2915
6d2ebf8b 2916@node Conditions
c906108c
SS
2917@subsection Break conditions
2918@cindex conditional breakpoints
2919@cindex breakpoint conditions
2920
2921@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 2922@c in particular for a watchpoint?
c906108c
SS
2923The simplest sort of breakpoint breaks every time your program reaches a
2924specified place. You can also specify a @dfn{condition} for a
2925breakpoint. A condition is just a Boolean expression in your
2926programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
2927a condition evaluates the expression each time your program reaches it,
2928and your program stops only if the condition is @emph{true}.
2929
2930This is the converse of using assertions for program validation; in that
2931situation, you want to stop when the assertion is violated---that is,
2932when the condition is false. In C, if you want to test an assertion expressed
2933by the condition @var{assert}, you should set the condition
2934@samp{! @var{assert}} on the appropriate breakpoint.
2935
2936Conditions are also accepted for watchpoints; you may not need them,
2937since a watchpoint is inspecting the value of an expression anyhow---but
2938it might be simpler, say, to just set a watchpoint on a variable name,
2939and specify a condition that tests whether the new value is an interesting
2940one.
2941
2942Break conditions can have side effects, and may even call functions in
2943your program. This can be useful, for example, to activate functions
2944that log program progress, or to use your own print functions to
2945format special data structures. The effects are completely predictable
2946unless there is another enabled breakpoint at the same address. (In
2947that case, @value{GDBN} might see the other breakpoint first and stop your
2948program without checking the condition of this one.) Note that
d4f3574e
SS
2949breakpoint commands are usually more convenient and flexible than break
2950conditions for the
c906108c
SS
2951purpose of performing side effects when a breakpoint is reached
2952(@pxref{Break Commands, ,Breakpoint command lists}).
2953
2954Break conditions can be specified when a breakpoint is set, by using
2955@samp{if} in the arguments to the @code{break} command. @xref{Set
2956Breaks, ,Setting breakpoints}. They can also be changed at any time
2957with the @code{condition} command.
53a5351d 2958
c906108c
SS
2959You can also use the @code{if} keyword with the @code{watch} command.
2960The @code{catch} command does not recognize the @code{if} keyword;
2961@code{condition} is the only way to impose a further condition on a
2962catchpoint.
c906108c
SS
2963
2964@table @code
2965@kindex condition
2966@item condition @var{bnum} @var{expression}
2967Specify @var{expression} as the break condition for breakpoint,
2968watchpoint, or catchpoint number @var{bnum}. After you set a condition,
2969breakpoint @var{bnum} stops your program only if the value of
2970@var{expression} is true (nonzero, in C). When you use
2971@code{condition}, @value{GDBN} checks @var{expression} immediately for
2972syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
2973referents in the context of your breakpoint. If @var{expression} uses
2974symbols not referenced in the context of the breakpoint, @value{GDBN}
2975prints an error message:
2976
2977@example
2978No symbol "foo" in current context.
2979@end example
2980
2981@noindent
c906108c
SS
2982@value{GDBN} does
2983not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
2984command (or a command that sets a breakpoint with a condition, like
2985@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
2986
2987@item condition @var{bnum}
2988Remove the condition from breakpoint number @var{bnum}. It becomes
2989an ordinary unconditional breakpoint.
2990@end table
2991
2992@cindex ignore count (of breakpoint)
2993A special case of a breakpoint condition is to stop only when the
2994breakpoint has been reached a certain number of times. This is so
2995useful that there is a special way to do it, using the @dfn{ignore
2996count} of the breakpoint. Every breakpoint has an ignore count, which
2997is an integer. Most of the time, the ignore count is zero, and
2998therefore has no effect. But if your program reaches a breakpoint whose
2999ignore count is positive, then instead of stopping, it just decrements
3000the ignore count by one and continues. As a result, if the ignore count
3001value is @var{n}, the breakpoint does not stop the next @var{n} times
3002your program reaches it.
3003
3004@table @code
3005@kindex ignore
3006@item ignore @var{bnum} @var{count}
3007Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3008The next @var{count} times the breakpoint is reached, your program's
3009execution does not stop; other than to decrement the ignore count, @value{GDBN}
3010takes no action.
3011
3012To make the breakpoint stop the next time it is reached, specify
3013a count of zero.
3014
3015When you use @code{continue} to resume execution of your program from a
3016breakpoint, you can specify an ignore count directly as an argument to
3017@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3018Stepping,,Continuing and stepping}.
3019
3020If a breakpoint has a positive ignore count and a condition, the
3021condition is not checked. Once the ignore count reaches zero,
3022@value{GDBN} resumes checking the condition.
3023
3024You could achieve the effect of the ignore count with a condition such
3025as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3026is decremented each time. @xref{Convenience Vars, ,Convenience
3027variables}.
3028@end table
3029
3030Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3031
3032
6d2ebf8b 3033@node Break Commands
c906108c
SS
3034@subsection Breakpoint command lists
3035
3036@cindex breakpoint commands
3037You can give any breakpoint (or watchpoint or catchpoint) a series of
3038commands to execute when your program stops due to that breakpoint. For
3039example, you might want to print the values of certain expressions, or
3040enable other breakpoints.
3041
3042@table @code
3043@kindex commands
3044@kindex end
3045@item commands @r{[}@var{bnum}@r{]}
3046@itemx @dots{} @var{command-list} @dots{}
3047@itemx end
3048Specify a list of commands for breakpoint number @var{bnum}. The commands
3049themselves appear on the following lines. Type a line containing just
3050@code{end} to terminate the commands.
3051
3052To remove all commands from a breakpoint, type @code{commands} and
3053follow it immediately with @code{end}; that is, give no commands.
3054
3055With no @var{bnum} argument, @code{commands} refers to the last
3056breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3057recently encountered).
3058@end table
3059
3060Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3061disabled within a @var{command-list}.
3062
3063You can use breakpoint commands to start your program up again. Simply
3064use the @code{continue} command, or @code{step}, or any other command
3065that resumes execution.
3066
3067Any other commands in the command list, after a command that resumes
3068execution, are ignored. This is because any time you resume execution
3069(even with a simple @code{next} or @code{step}), you may encounter
3070another breakpoint---which could have its own command list, leading to
3071ambiguities about which list to execute.
3072
3073@kindex silent
3074If the first command you specify in a command list is @code{silent}, the
3075usual message about stopping at a breakpoint is not printed. This may
3076be desirable for breakpoints that are to print a specific message and
3077then continue. If none of the remaining commands print anything, you
3078see no sign that the breakpoint was reached. @code{silent} is
3079meaningful only at the beginning of a breakpoint command list.
3080
3081The commands @code{echo}, @code{output}, and @code{printf} allow you to
3082print precisely controlled output, and are often useful in silent
3083breakpoints. @xref{Output, ,Commands for controlled output}.
3084
3085For example, here is how you could use breakpoint commands to print the
3086value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3087
3088@example
3089break foo if x>0
3090commands
3091silent
3092printf "x is %d\n",x
3093cont
3094end
3095@end example
3096
3097One application for breakpoint commands is to compensate for one bug so
3098you can test for another. Put a breakpoint just after the erroneous line
3099of code, give it a condition to detect the case in which something
3100erroneous has been done, and give it commands to assign correct values
3101to any variables that need them. End with the @code{continue} command
3102so that your program does not stop, and start with the @code{silent}
3103command so that no output is produced. Here is an example:
3104
3105@example
3106break 403
3107commands
3108silent
3109set x = y + 4
3110cont
3111end
3112@end example
3113
6d2ebf8b 3114@node Breakpoint Menus
c906108c
SS
3115@subsection Breakpoint menus
3116@cindex overloading
3117@cindex symbol overloading
3118
3119Some programming languages (notably C++) permit a single function name
3120to be defined several times, for application in different contexts.
3121This is called @dfn{overloading}. When a function name is overloaded,
3122@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3123a breakpoint. If you realize this is a problem, you can use
3124something like @samp{break @var{function}(@var{types})} to specify which
3125particular version of the function you want. Otherwise, @value{GDBN} offers
3126you a menu of numbered choices for different possible breakpoints, and
3127waits for your selection with the prompt @samp{>}. The first two
3128options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3129sets a breakpoint at each definition of @var{function}, and typing
3130@kbd{0} aborts the @code{break} command without setting any new
3131breakpoints.
3132
3133For example, the following session excerpt shows an attempt to set a
3134breakpoint at the overloaded symbol @code{String::after}.
3135We choose three particular definitions of that function name:
3136
3137@c FIXME! This is likely to change to show arg type lists, at least
3138@smallexample
3139@group
3140(@value{GDBP}) b String::after
3141[0] cancel
3142[1] all
3143[2] file:String.cc; line number:867
3144[3] file:String.cc; line number:860
3145[4] file:String.cc; line number:875
3146[5] file:String.cc; line number:853
3147[6] file:String.cc; line number:846
3148[7] file:String.cc; line number:735
3149> 2 4 6
3150Breakpoint 1 at 0xb26c: file String.cc, line 867.
3151Breakpoint 2 at 0xb344: file String.cc, line 875.
3152Breakpoint 3 at 0xafcc: file String.cc, line 846.
3153Multiple breakpoints were set.
3154Use the "delete" command to delete unwanted
3155 breakpoints.
3156(@value{GDBP})
3157@end group
3158@end smallexample
c906108c
SS
3159
3160@c @ifclear BARETARGET
6d2ebf8b 3161@node Error in Breakpoints
d4f3574e 3162@subsection ``Cannot insert breakpoints''
c906108c
SS
3163@c
3164@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3165@c
d4f3574e
SS
3166Under some operating systems, breakpoints cannot be used in a program if
3167any other process is running that program. In this situation,
5d161b24 3168attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3169@value{GDBN} to print an error message:
3170
3171@example
3172Cannot insert breakpoints.
3173The same program may be running in another process.
3174@end example
3175
3176When this happens, you have three ways to proceed:
3177
3178@enumerate
3179@item
3180Remove or disable the breakpoints, then continue.
3181
3182@item
5d161b24 3183Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3184name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3185that @value{GDBN} should run your program under that name.
d4f3574e
SS
3186Then start your program again.
3187
3188@item
3189Relink your program so that the text segment is nonsharable, using the
3190linker option @samp{-N}. The operating system limitation may not apply
3191to nonsharable executables.
3192@end enumerate
c906108c
SS
3193@c @end ifclear
3194
d4f3574e
SS
3195A similar message can be printed if you request too many active
3196hardware-assisted breakpoints and watchpoints:
3197
3198@c FIXME: the precise wording of this message may change; the relevant
3199@c source change is not committed yet (Sep 3, 1999).
3200@smallexample
3201Stopped; cannot insert breakpoints.
3202You may have requested too many hardware breakpoints and watchpoints.
3203@end smallexample
3204
3205@noindent
3206This message is printed when you attempt to resume the program, since
3207only then @value{GDBN} knows exactly how many hardware breakpoints and
3208watchpoints it needs to insert.
3209
3210When this message is printed, you need to disable or remove some of the
3211hardware-assisted breakpoints and watchpoints, and then continue.
3212
3213
6d2ebf8b 3214@node Continuing and Stepping
c906108c
SS
3215@section Continuing and stepping
3216
3217@cindex stepping
3218@cindex continuing
3219@cindex resuming execution
3220@dfn{Continuing} means resuming program execution until your program
3221completes normally. In contrast, @dfn{stepping} means executing just
3222one more ``step'' of your program, where ``step'' may mean either one
3223line of source code, or one machine instruction (depending on what
7a292a7a
SS
3224particular command you use). Either when continuing or when stepping,
3225your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3226it stops due to a signal, you may want to use @code{handle}, or use
3227@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3228
3229@table @code
3230@kindex continue
41afff9a
EZ
3231@kindex c @r{(@code{continue})}
3232@kindex fg @r{(resume foreground execution)}
c906108c
SS
3233@item continue @r{[}@var{ignore-count}@r{]}
3234@itemx c @r{[}@var{ignore-count}@r{]}
3235@itemx fg @r{[}@var{ignore-count}@r{]}
3236Resume program execution, at the address where your program last stopped;
3237any breakpoints set at that address are bypassed. The optional argument
3238@var{ignore-count} allows you to specify a further number of times to
3239ignore a breakpoint at this location; its effect is like that of
3240@code{ignore} (@pxref{Conditions, ,Break conditions}).
3241
3242The argument @var{ignore-count} is meaningful only when your program
3243stopped due to a breakpoint. At other times, the argument to
3244@code{continue} is ignored.
3245
d4f3574e
SS
3246The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3247debugged program is deemed to be the foreground program) are provided
3248purely for convenience, and have exactly the same behavior as
3249@code{continue}.
c906108c
SS
3250@end table
3251
3252To resume execution at a different place, you can use @code{return}
3253(@pxref{Returning, ,Returning from a function}) to go back to the
3254calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3255different address}) to go to an arbitrary location in your program.
3256
3257A typical technique for using stepping is to set a breakpoint
3258(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3259beginning of the function or the section of your program where a problem
3260is believed to lie, run your program until it stops at that breakpoint,
3261and then step through the suspect area, examining the variables that are
3262interesting, until you see the problem happen.
3263
3264@table @code
3265@kindex step
41afff9a 3266@kindex s @r{(@code{step})}
c906108c
SS
3267@item step
3268Continue running your program until control reaches a different source
3269line, then stop it and return control to @value{GDBN}. This command is
3270abbreviated @code{s}.
3271
3272@quotation
3273@c "without debugging information" is imprecise; actually "without line
3274@c numbers in the debugging information". (gcc -g1 has debugging info but
3275@c not line numbers). But it seems complex to try to make that
3276@c distinction here.
3277@emph{Warning:} If you use the @code{step} command while control is
3278within a function that was compiled without debugging information,
3279execution proceeds until control reaches a function that does have
3280debugging information. Likewise, it will not step into a function which
3281is compiled without debugging information. To step through functions
3282without debugging information, use the @code{stepi} command, described
3283below.
3284@end quotation
3285
4a92d011
EZ
3286The @code{step} command only stops at the first instruction of a source
3287line. This prevents the multiple stops that could otherwise occur in
3288@code{switch} statements, @code{for} loops, etc. @code{step} continues
3289to stop if a function that has debugging information is called within
3290the line. In other words, @code{step} @emph{steps inside} any functions
3291called within the line.
c906108c 3292
d4f3574e
SS
3293Also, the @code{step} command only enters a function if there is line
3294number information for the function. Otherwise it acts like the
5d161b24 3295@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3296on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3297was any debugging information about the routine.
c906108c
SS
3298
3299@item step @var{count}
3300Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3301breakpoint is reached, or a signal not related to stepping occurs before
3302@var{count} steps, stepping stops right away.
c906108c
SS
3303
3304@kindex next
41afff9a 3305@kindex n @r{(@code{next})}
c906108c
SS
3306@item next @r{[}@var{count}@r{]}
3307Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3308This is similar to @code{step}, but function calls that appear within
3309the line of code are executed without stopping. Execution stops when
3310control reaches a different line of code at the original stack level
3311that was executing when you gave the @code{next} command. This command
3312is abbreviated @code{n}.
c906108c
SS
3313
3314An argument @var{count} is a repeat count, as for @code{step}.
3315
3316
3317@c FIX ME!! Do we delete this, or is there a way it fits in with
3318@c the following paragraph? --- Vctoria
3319@c
3320@c @code{next} within a function that lacks debugging information acts like
3321@c @code{step}, but any function calls appearing within the code of the
3322@c function are executed without stopping.
3323
d4f3574e
SS
3324The @code{next} command only stops at the first instruction of a
3325source line. This prevents multiple stops that could otherwise occur in
4a92d011 3326@code{switch} statements, @code{for} loops, etc.
c906108c 3327
b90a5f51
CF
3328@kindex set step-mode
3329@item set step-mode
3330@cindex functions without line info, and stepping
3331@cindex stepping into functions with no line info
3332@itemx set step-mode on
4a92d011 3333The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3334stop at the first instruction of a function which contains no debug line
3335information rather than stepping over it.
3336
4a92d011
EZ
3337This is useful in cases where you may be interested in inspecting the
3338machine instructions of a function which has no symbolic info and do not
3339want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3340
3341@item set step-mode off
4a92d011 3342Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3343debug information. This is the default.
3344
c906108c
SS
3345@kindex finish
3346@item finish
3347Continue running until just after function in the selected stack frame
3348returns. Print the returned value (if any).
3349
3350Contrast this with the @code{return} command (@pxref{Returning,
3351,Returning from a function}).
3352
3353@kindex until
41afff9a 3354@kindex u @r{(@code{until})}
c906108c
SS
3355@item until
3356@itemx u
3357Continue running until a source line past the current line, in the
3358current stack frame, is reached. This command is used to avoid single
3359stepping through a loop more than once. It is like the @code{next}
3360command, except that when @code{until} encounters a jump, it
3361automatically continues execution until the program counter is greater
3362than the address of the jump.
3363
3364This means that when you reach the end of a loop after single stepping
3365though it, @code{until} makes your program continue execution until it
3366exits the loop. In contrast, a @code{next} command at the end of a loop
3367simply steps back to the beginning of the loop, which forces you to step
3368through the next iteration.
3369
3370@code{until} always stops your program if it attempts to exit the current
3371stack frame.
3372
3373@code{until} may produce somewhat counterintuitive results if the order
3374of machine code does not match the order of the source lines. For
3375example, in the following excerpt from a debugging session, the @code{f}
3376(@code{frame}) command shows that execution is stopped at line
3377@code{206}; yet when we use @code{until}, we get to line @code{195}:
3378
3379@example
3380(@value{GDBP}) f
3381#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3382206 expand_input();
3383(@value{GDBP}) until
3384195 for ( ; argc > 0; NEXTARG) @{
3385@end example
3386
3387This happened because, for execution efficiency, the compiler had
3388generated code for the loop closure test at the end, rather than the
3389start, of the loop---even though the test in a C @code{for}-loop is
3390written before the body of the loop. The @code{until} command appeared
3391to step back to the beginning of the loop when it advanced to this
3392expression; however, it has not really gone to an earlier
3393statement---not in terms of the actual machine code.
3394
3395@code{until} with no argument works by means of single
3396instruction stepping, and hence is slower than @code{until} with an
3397argument.
3398
3399@item until @var{location}
3400@itemx u @var{location}
3401Continue running your program until either the specified location is
3402reached, or the current stack frame returns. @var{location} is any of
3403the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3404,Setting breakpoints}). This form of the command uses breakpoints,
3405and hence is quicker than @code{until} without an argument.
3406
3407@kindex stepi
41afff9a 3408@kindex si @r{(@code{stepi})}
c906108c 3409@item stepi
96a2c332 3410@itemx stepi @var{arg}
c906108c
SS
3411@itemx si
3412Execute one machine instruction, then stop and return to the debugger.
3413
3414It is often useful to do @samp{display/i $pc} when stepping by machine
3415instructions. This makes @value{GDBN} automatically display the next
3416instruction to be executed, each time your program stops. @xref{Auto
3417Display,, Automatic display}.
3418
3419An argument is a repeat count, as in @code{step}.
3420
3421@need 750
3422@kindex nexti
41afff9a 3423@kindex ni @r{(@code{nexti})}
c906108c 3424@item nexti
96a2c332 3425@itemx nexti @var{arg}
c906108c
SS
3426@itemx ni
3427Execute one machine instruction, but if it is a function call,
3428proceed until the function returns.
3429
3430An argument is a repeat count, as in @code{next}.
3431@end table
3432
6d2ebf8b 3433@node Signals
c906108c
SS
3434@section Signals
3435@cindex signals
3436
3437A signal is an asynchronous event that can happen in a program. The
3438operating system defines the possible kinds of signals, and gives each
3439kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3440signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3441@code{SIGSEGV} is the signal a program gets from referencing a place in
3442memory far away from all the areas in use; @code{SIGALRM} occurs when
3443the alarm clock timer goes off (which happens only if your program has
3444requested an alarm).
3445
3446@cindex fatal signals
3447Some signals, including @code{SIGALRM}, are a normal part of the
3448functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3449errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3450program has not specified in advance some other way to handle the signal.
3451@code{SIGINT} does not indicate an error in your program, but it is normally
3452fatal so it can carry out the purpose of the interrupt: to kill the program.
3453
3454@value{GDBN} has the ability to detect any occurrence of a signal in your
3455program. You can tell @value{GDBN} in advance what to do for each kind of
3456signal.
3457
3458@cindex handling signals
3459Normally, @value{GDBN} is set up to ignore non-erroneous signals like @code{SIGALRM}
3460(so as not to interfere with their role in the functioning of your program)
3461but to stop your program immediately whenever an error signal happens.
3462You can change these settings with the @code{handle} command.
3463
3464@table @code
3465@kindex info signals
3466@item info signals
96a2c332 3467@itemx info handle
c906108c
SS
3468Print a table of all the kinds of signals and how @value{GDBN} has been told to
3469handle each one. You can use this to see the signal numbers of all
3470the defined types of signals.
3471
d4f3574e 3472@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3473
3474@kindex handle
3475@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3476Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3477can be the number of a signal or its name (with or without the
3478@samp{SIG} at the beginning); a list of signal numberss of the form
3479@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3480known signals. The @var{keywords} say what change to make.
c906108c
SS
3481@end table
3482
3483@c @group
3484The keywords allowed by the @code{handle} command can be abbreviated.
3485Their full names are:
3486
3487@table @code
3488@item nostop
3489@value{GDBN} should not stop your program when this signal happens. It may
3490still print a message telling you that the signal has come in.
3491
3492@item stop
3493@value{GDBN} should stop your program when this signal happens. This implies
3494the @code{print} keyword as well.
3495
3496@item print
3497@value{GDBN} should print a message when this signal happens.
3498
3499@item noprint
3500@value{GDBN} should not mention the occurrence of the signal at all. This
3501implies the @code{nostop} keyword as well.
3502
3503@item pass
5ece1a18 3504@itemx noignore
c906108c
SS
3505@value{GDBN} should allow your program to see this signal; your program
3506can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3507and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3508
3509@item nopass
5ece1a18 3510@itemx ignore
c906108c 3511@value{GDBN} should not allow your program to see this signal.
5ece1a18 3512@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3513@end table
3514@c @end group
3515
d4f3574e
SS
3516When a signal stops your program, the signal is not visible to the
3517program until you
c906108c
SS
3518continue. Your program sees the signal then, if @code{pass} is in
3519effect for the signal in question @emph{at that time}. In other words,
3520after @value{GDBN} reports a signal, you can use the @code{handle}
3521command with @code{pass} or @code{nopass} to control whether your
3522program sees that signal when you continue.
3523
3524You can also use the @code{signal} command to prevent your program from
3525seeing a signal, or cause it to see a signal it normally would not see,
3526or to give it any signal at any time. For example, if your program stopped
3527due to some sort of memory reference error, you might store correct
3528values into the erroneous variables and continue, hoping to see more
3529execution; but your program would probably terminate immediately as
3530a result of the fatal signal once it saw the signal. To prevent this,
3531you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3532program a signal}.
c906108c 3533
6d2ebf8b 3534@node Thread Stops
c906108c
SS
3535@section Stopping and starting multi-thread programs
3536
3537When your program has multiple threads (@pxref{Threads,, Debugging
3538programs with multiple threads}), you can choose whether to set
3539breakpoints on all threads, or on a particular thread.
3540
3541@table @code
3542@cindex breakpoints and threads
3543@cindex thread breakpoints
3544@kindex break @dots{} thread @var{threadno}
3545@item break @var{linespec} thread @var{threadno}
3546@itemx break @var{linespec} thread @var{threadno} if @dots{}
3547@var{linespec} specifies source lines; there are several ways of
3548writing them, but the effect is always to specify some source line.
3549
3550Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3551to specify that you only want @value{GDBN} to stop the program when a
3552particular thread reaches this breakpoint. @var{threadno} is one of the
3553numeric thread identifiers assigned by @value{GDBN}, shown in the first
3554column of the @samp{info threads} display.
3555
3556If you do not specify @samp{thread @var{threadno}} when you set a
3557breakpoint, the breakpoint applies to @emph{all} threads of your
3558program.
3559
3560You can use the @code{thread} qualifier on conditional breakpoints as
3561well; in this case, place @samp{thread @var{threadno}} before the
3562breakpoint condition, like this:
3563
3564@smallexample
2df3850c 3565(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3566@end smallexample
3567
3568@end table
3569
3570@cindex stopped threads
3571@cindex threads, stopped
3572Whenever your program stops under @value{GDBN} for any reason,
3573@emph{all} threads of execution stop, not just the current thread. This
3574allows you to examine the overall state of the program, including
3575switching between threads, without worrying that things may change
3576underfoot.
3577
3578@cindex continuing threads
3579@cindex threads, continuing
3580Conversely, whenever you restart the program, @emph{all} threads start
3581executing. @emph{This is true even when single-stepping} with commands
5d161b24 3582like @code{step} or @code{next}.
c906108c
SS
3583
3584In particular, @value{GDBN} cannot single-step all threads in lockstep.
3585Since thread scheduling is up to your debugging target's operating
3586system (not controlled by @value{GDBN}), other threads may
3587execute more than one statement while the current thread completes a
3588single step. Moreover, in general other threads stop in the middle of a
3589statement, rather than at a clean statement boundary, when the program
3590stops.
3591
3592You might even find your program stopped in another thread after
3593continuing or even single-stepping. This happens whenever some other
3594thread runs into a breakpoint, a signal, or an exception before the
3595first thread completes whatever you requested.
3596
3597On some OSes, you can lock the OS scheduler and thus allow only a single
3598thread to run.
3599
3600@table @code
3601@item set scheduler-locking @var{mode}
3602Set the scheduler locking mode. If it is @code{off}, then there is no
3603locking and any thread may run at any time. If @code{on}, then only the
3604current thread may run when the inferior is resumed. The @code{step}
3605mode optimizes for single-stepping. It stops other threads from
3606``seizing the prompt'' by preempting the current thread while you are
3607stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3608when you step. They are more likely to run when you @samp{next} over a
c906108c 3609function call, and they are completely free to run when you use commands
d4f3574e 3610like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3611thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3612@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3613
3614@item show scheduler-locking
3615Display the current scheduler locking mode.
3616@end table
3617
c906108c 3618
6d2ebf8b 3619@node Stack
c906108c
SS
3620@chapter Examining the Stack
3621
3622When your program has stopped, the first thing you need to know is where it
3623stopped and how it got there.
3624
3625@cindex call stack
5d161b24
DB
3626Each time your program performs a function call, information about the call
3627is generated.
3628That information includes the location of the call in your program,
3629the arguments of the call,
c906108c 3630and the local variables of the function being called.
5d161b24 3631The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3632The stack frames are allocated in a region of memory called the @dfn{call
3633stack}.
3634
3635When your program stops, the @value{GDBN} commands for examining the
3636stack allow you to see all of this information.
3637
3638@cindex selected frame
3639One of the stack frames is @dfn{selected} by @value{GDBN} and many
3640@value{GDBN} commands refer implicitly to the selected frame. In
3641particular, whenever you ask @value{GDBN} for the value of a variable in
3642your program, the value is found in the selected frame. There are
3643special @value{GDBN} commands to select whichever frame you are
3644interested in. @xref{Selection, ,Selecting a frame}.
3645
3646When your program stops, @value{GDBN} automatically selects the
5d161b24 3647currently executing frame and describes it briefly, similar to the
c906108c
SS
3648@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3649
3650@menu
3651* Frames:: Stack frames
3652* Backtrace:: Backtraces
3653* Selection:: Selecting a frame
3654* Frame Info:: Information on a frame
c906108c
SS
3655
3656@end menu
3657
6d2ebf8b 3658@node Frames
c906108c
SS
3659@section Stack frames
3660
d4f3574e 3661@cindex frame, definition
c906108c
SS
3662@cindex stack frame
3663The call stack is divided up into contiguous pieces called @dfn{stack
3664frames}, or @dfn{frames} for short; each frame is the data associated
3665with one call to one function. The frame contains the arguments given
3666to the function, the function's local variables, and the address at
3667which the function is executing.
3668
3669@cindex initial frame
3670@cindex outermost frame
3671@cindex innermost frame
3672When your program is started, the stack has only one frame, that of the
3673function @code{main}. This is called the @dfn{initial} frame or the
3674@dfn{outermost} frame. Each time a function is called, a new frame is
3675made. Each time a function returns, the frame for that function invocation
3676is eliminated. If a function is recursive, there can be many frames for
3677the same function. The frame for the function in which execution is
3678actually occurring is called the @dfn{innermost} frame. This is the most
3679recently created of all the stack frames that still exist.
3680
3681@cindex frame pointer
3682Inside your program, stack frames are identified by their addresses. A
3683stack frame consists of many bytes, each of which has its own address; each
3684kind of computer has a convention for choosing one byte whose
3685address serves as the address of the frame. Usually this address is kept
3686in a register called the @dfn{frame pointer register} while execution is
3687going on in that frame.
3688
3689@cindex frame number
3690@value{GDBN} assigns numbers to all existing stack frames, starting with
3691zero for the innermost frame, one for the frame that called it,
3692and so on upward. These numbers do not really exist in your program;
3693they are assigned by @value{GDBN} to give you a way of designating stack
3694frames in @value{GDBN} commands.
3695
6d2ebf8b
SS
3696@c The -fomit-frame-pointer below perennially causes hbox overflow
3697@c underflow problems.
c906108c
SS
3698@cindex frameless execution
3699Some compilers provide a way to compile functions so that they operate
6d2ebf8b
SS
3700without stack frames. (For example, the @value{GCC} option
3701@example
3702@samp{-fomit-frame-pointer}
3703@end example
3704generates functions without a frame.)
c906108c
SS
3705This is occasionally done with heavily used library functions to save
3706the frame setup time. @value{GDBN} has limited facilities for dealing
3707with these function invocations. If the innermost function invocation
3708has no stack frame, @value{GDBN} nevertheless regards it as though
3709it had a separate frame, which is numbered zero as usual, allowing
3710correct tracing of the function call chain. However, @value{GDBN} has
3711no provision for frameless functions elsewhere in the stack.
3712
3713@table @code
d4f3574e 3714@kindex frame@r{, command}
41afff9a 3715@cindex current stack frame
c906108c 3716@item frame @var{args}
5d161b24 3717The @code{frame} command allows you to move from one stack frame to another,
c906108c 3718and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3719address of the frame or the stack frame number. Without an argument,
3720@code{frame} prints the current stack frame.
c906108c
SS
3721
3722@kindex select-frame
41afff9a 3723@cindex selecting frame silently
c906108c
SS
3724@item select-frame
3725The @code{select-frame} command allows you to move from one stack frame
3726to another without printing the frame. This is the silent version of
3727@code{frame}.
3728@end table
3729
6d2ebf8b 3730@node Backtrace
c906108c
SS
3731@section Backtraces
3732
3733@cindex backtraces
3734@cindex tracebacks
3735@cindex stack traces
3736A backtrace is a summary of how your program got where it is. It shows one
3737line per frame, for many frames, starting with the currently executing
3738frame (frame zero), followed by its caller (frame one), and on up the
3739stack.
3740
3741@table @code
3742@kindex backtrace
41afff9a 3743@kindex bt @r{(@code{backtrace})}
c906108c
SS
3744@item backtrace
3745@itemx bt
3746Print a backtrace of the entire stack: one line per frame for all
3747frames in the stack.
3748
3749You can stop the backtrace at any time by typing the system interrupt
3750character, normally @kbd{C-c}.
3751
3752@item backtrace @var{n}
3753@itemx bt @var{n}
3754Similar, but print only the innermost @var{n} frames.
3755
3756@item backtrace -@var{n}
3757@itemx bt -@var{n}
3758Similar, but print only the outermost @var{n} frames.
3759@end table
3760
3761@kindex where
3762@kindex info stack
41afff9a 3763@kindex info s @r{(@code{info stack})}
c906108c
SS
3764The names @code{where} and @code{info stack} (abbreviated @code{info s})
3765are additional aliases for @code{backtrace}.
3766
3767Each line in the backtrace shows the frame number and the function name.
3768The program counter value is also shown---unless you use @code{set
3769print address off}. The backtrace also shows the source file name and
3770line number, as well as the arguments to the function. The program
3771counter value is omitted if it is at the beginning of the code for that
3772line number.
3773
3774Here is an example of a backtrace. It was made with the command
3775@samp{bt 3}, so it shows the innermost three frames.
3776
3777@smallexample
3778@group
5d161b24 3779#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
3780 at builtin.c:993
3781#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3782#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3783 at macro.c:71
3784(More stack frames follow...)
3785@end group
3786@end smallexample
3787
3788@noindent
3789The display for frame zero does not begin with a program counter
3790value, indicating that your program has stopped at the beginning of the
3791code for line @code{993} of @code{builtin.c}.
3792
6d2ebf8b 3793@node Selection
c906108c
SS
3794@section Selecting a frame
3795
3796Most commands for examining the stack and other data in your program work on
3797whichever stack frame is selected at the moment. Here are the commands for
3798selecting a stack frame; all of them finish by printing a brief description
3799of the stack frame just selected.
3800
3801@table @code
d4f3574e 3802@kindex frame@r{, selecting}
41afff9a 3803@kindex f @r{(@code{frame})}
c906108c
SS
3804@item frame @var{n}
3805@itemx f @var{n}
3806Select frame number @var{n}. Recall that frame zero is the innermost
3807(currently executing) frame, frame one is the frame that called the
3808innermost one, and so on. The highest-numbered frame is the one for
3809@code{main}.
3810
3811@item frame @var{addr}
3812@itemx f @var{addr}
3813Select the frame at address @var{addr}. This is useful mainly if the
3814chaining of stack frames has been damaged by a bug, making it
3815impossible for @value{GDBN} to assign numbers properly to all frames. In
3816addition, this can be useful when your program has multiple stacks and
3817switches between them.
3818
c906108c
SS
3819On the SPARC architecture, @code{frame} needs two addresses to
3820select an arbitrary frame: a frame pointer and a stack pointer.
3821
3822On the MIPS and Alpha architecture, it needs two addresses: a stack
3823pointer and a program counter.
3824
3825On the 29k architecture, it needs three addresses: a register stack
3826pointer, a program counter, and a memory stack pointer.
3827@c note to future updaters: this is conditioned on a flag
3828@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3829@c as of 27 Jan 1994.
c906108c
SS
3830
3831@kindex up
3832@item up @var{n}
3833Move @var{n} frames up the stack. For positive numbers @var{n}, this
3834advances toward the outermost frame, to higher frame numbers, to frames
3835that have existed longer. @var{n} defaults to one.
3836
3837@kindex down
41afff9a 3838@kindex do @r{(@code{down})}
c906108c
SS
3839@item down @var{n}
3840Move @var{n} frames down the stack. For positive numbers @var{n}, this
3841advances toward the innermost frame, to lower frame numbers, to frames
3842that were created more recently. @var{n} defaults to one. You may
3843abbreviate @code{down} as @code{do}.
3844@end table
3845
3846All of these commands end by printing two lines of output describing the
3847frame. The first line shows the frame number, the function name, the
3848arguments, and the source file and line number of execution in that
5d161b24 3849frame. The second line shows the text of that source line.
c906108c
SS
3850
3851@need 1000
3852For example:
3853
3854@smallexample
3855@group
3856(@value{GDBP}) up
3857#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
3858 at env.c:10
385910 read_input_file (argv[i]);
3860@end group
3861@end smallexample
3862
3863After such a printout, the @code{list} command with no arguments
3864prints ten lines centered on the point of execution in the frame.
3865@xref{List, ,Printing source lines}.
3866
3867@table @code
3868@kindex down-silently
3869@kindex up-silently
3870@item up-silently @var{n}
3871@itemx down-silently @var{n}
3872These two commands are variants of @code{up} and @code{down},
3873respectively; they differ in that they do their work silently, without
3874causing display of the new frame. They are intended primarily for use
3875in @value{GDBN} command scripts, where the output might be unnecessary and
3876distracting.
3877@end table
3878
6d2ebf8b 3879@node Frame Info
c906108c
SS
3880@section Information about a frame
3881
3882There are several other commands to print information about the selected
3883stack frame.
3884
3885@table @code
3886@item frame
3887@itemx f
3888When used without any argument, this command does not change which
3889frame is selected, but prints a brief description of the currently
3890selected stack frame. It can be abbreviated @code{f}. With an
3891argument, this command is used to select a stack frame.
3892@xref{Selection, ,Selecting a frame}.
3893
3894@kindex info frame
41afff9a 3895@kindex info f @r{(@code{info frame})}
c906108c
SS
3896@item info frame
3897@itemx info f
3898This command prints a verbose description of the selected stack frame,
3899including:
3900
3901@itemize @bullet
5d161b24
DB
3902@item
3903the address of the frame
c906108c
SS
3904@item
3905the address of the next frame down (called by this frame)
3906@item
3907the address of the next frame up (caller of this frame)
3908@item
3909the language in which the source code corresponding to this frame is written
3910@item
3911the address of the frame's arguments
3912@item
d4f3574e
SS
3913the address of the frame's local variables
3914@item
c906108c
SS
3915the program counter saved in it (the address of execution in the caller frame)
3916@item
3917which registers were saved in the frame
3918@end itemize
3919
3920@noindent The verbose description is useful when
3921something has gone wrong that has made the stack format fail to fit
3922the usual conventions.
3923
3924@item info frame @var{addr}
3925@itemx info f @var{addr}
3926Print a verbose description of the frame at address @var{addr}, without
3927selecting that frame. The selected frame remains unchanged by this
3928command. This requires the same kind of address (more than one for some
3929architectures) that you specify in the @code{frame} command.
3930@xref{Selection, ,Selecting a frame}.
3931
3932@kindex info args
3933@item info args
3934Print the arguments of the selected frame, each on a separate line.
3935
3936@item info locals
3937@kindex info locals
3938Print the local variables of the selected frame, each on a separate
3939line. These are all variables (declared either static or automatic)
3940accessible at the point of execution of the selected frame.
3941
c906108c 3942@kindex info catch
d4f3574e
SS
3943@cindex catch exceptions, list active handlers
3944@cindex exception handlers, how to list
c906108c
SS
3945@item info catch
3946Print a list of all the exception handlers that are active in the
3947current stack frame at the current point of execution. To see other
3948exception handlers, visit the associated frame (using the @code{up},
3949@code{down}, or @code{frame} commands); then type @code{info catch}.
3950@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 3951
c906108c
SS
3952@end table
3953
c906108c 3954
6d2ebf8b 3955@node Source
c906108c
SS
3956@chapter Examining Source Files
3957
3958@value{GDBN} can print parts of your program's source, since the debugging
3959information recorded in the program tells @value{GDBN} what source files were
3960used to build it. When your program stops, @value{GDBN} spontaneously prints
3961the line where it stopped. Likewise, when you select a stack frame
3962(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
3963execution in that frame has stopped. You can print other portions of
3964source files by explicit command.
3965
7a292a7a 3966If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 3967prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 3968@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
3969
3970@menu
3971* List:: Printing source lines
c906108c 3972* Search:: Searching source files
c906108c
SS
3973* Source Path:: Specifying source directories
3974* Machine Code:: Source and machine code
3975@end menu
3976
6d2ebf8b 3977@node List
c906108c
SS
3978@section Printing source lines
3979
3980@kindex list
41afff9a 3981@kindex l @r{(@code{list})}
c906108c 3982To print lines from a source file, use the @code{list} command
5d161b24 3983(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
3984There are several ways to specify what part of the file you want to print.
3985
3986Here are the forms of the @code{list} command most commonly used:
3987
3988@table @code
3989@item list @var{linenum}
3990Print lines centered around line number @var{linenum} in the
3991current source file.
3992
3993@item list @var{function}
3994Print lines centered around the beginning of function
3995@var{function}.
3996
3997@item list
3998Print more lines. If the last lines printed were printed with a
3999@code{list} command, this prints lines following the last lines
4000printed; however, if the last line printed was a solitary line printed
4001as part of displaying a stack frame (@pxref{Stack, ,Examining the
4002Stack}), this prints lines centered around that line.
4003
4004@item list -
4005Print lines just before the lines last printed.
4006@end table
4007
4008By default, @value{GDBN} prints ten source lines with any of these forms of
4009the @code{list} command. You can change this using @code{set listsize}:
4010
4011@table @code
4012@kindex set listsize
4013@item set listsize @var{count}
4014Make the @code{list} command display @var{count} source lines (unless
4015the @code{list} argument explicitly specifies some other number).
4016
4017@kindex show listsize
4018@item show listsize
4019Display the number of lines that @code{list} prints.
4020@end table
4021
4022Repeating a @code{list} command with @key{RET} discards the argument,
4023so it is equivalent to typing just @code{list}. This is more useful
4024than listing the same lines again. An exception is made for an
4025argument of @samp{-}; that argument is preserved in repetition so that
4026each repetition moves up in the source file.
4027
4028@cindex linespec
4029In general, the @code{list} command expects you to supply zero, one or two
4030@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4031of writing them, but the effect is always to specify some source line.
c906108c
SS
4032Here is a complete description of the possible arguments for @code{list}:
4033
4034@table @code
4035@item list @var{linespec}
4036Print lines centered around the line specified by @var{linespec}.
4037
4038@item list @var{first},@var{last}
4039Print lines from @var{first} to @var{last}. Both arguments are
4040linespecs.
4041
4042@item list ,@var{last}
4043Print lines ending with @var{last}.
4044
4045@item list @var{first},
4046Print lines starting with @var{first}.
4047
4048@item list +
4049Print lines just after the lines last printed.
4050
4051@item list -
4052Print lines just before the lines last printed.
4053
4054@item list
4055As described in the preceding table.
4056@end table
4057
4058Here are the ways of specifying a single source line---all the
4059kinds of linespec.
4060
4061@table @code
4062@item @var{number}
4063Specifies line @var{number} of the current source file.
4064When a @code{list} command has two linespecs, this refers to
4065the same source file as the first linespec.
4066
4067@item +@var{offset}
4068Specifies the line @var{offset} lines after the last line printed.
4069When used as the second linespec in a @code{list} command that has
4070two, this specifies the line @var{offset} lines down from the
4071first linespec.
4072
4073@item -@var{offset}
4074Specifies the line @var{offset} lines before the last line printed.
4075
4076@item @var{filename}:@var{number}
4077Specifies line @var{number} in the source file @var{filename}.
4078
4079@item @var{function}
4080Specifies the line that begins the body of the function @var{function}.
4081For example: in C, this is the line with the open brace.
4082
4083@item @var{filename}:@var{function}
4084Specifies the line of the open-brace that begins the body of the
4085function @var{function} in the file @var{filename}. You only need the
4086file name with a function name to avoid ambiguity when there are
4087identically named functions in different source files.
4088
4089@item *@var{address}
4090Specifies the line containing the program address @var{address}.
4091@var{address} may be any expression.
4092@end table
4093
6d2ebf8b 4094@node Search
c906108c
SS
4095@section Searching source files
4096@cindex searching
4097@kindex reverse-search
4098
4099There are two commands for searching through the current source file for a
4100regular expression.
4101
4102@table @code
4103@kindex search
4104@kindex forward-search
4105@item forward-search @var{regexp}
4106@itemx search @var{regexp}
4107The command @samp{forward-search @var{regexp}} checks each line,
4108starting with the one following the last line listed, for a match for
5d161b24 4109@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4110synonym @samp{search @var{regexp}} or abbreviate the command name as
4111@code{fo}.
4112
4113@item reverse-search @var{regexp}
4114The command @samp{reverse-search @var{regexp}} checks each line, starting
4115with the one before the last line listed and going backward, for a match
4116for @var{regexp}. It lists the line that is found. You can abbreviate
4117this command as @code{rev}.
4118@end table
c906108c 4119
6d2ebf8b 4120@node Source Path
c906108c
SS
4121@section Specifying source directories
4122
4123@cindex source path
4124@cindex directories for source files
4125Executable programs sometimes do not record the directories of the source
4126files from which they were compiled, just the names. Even when they do,
4127the directories could be moved between the compilation and your debugging
4128session. @value{GDBN} has a list of directories to search for source files;
4129this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4130it tries all the directories in the list, in the order they are present
4131in the list, until it finds a file with the desired name. Note that
4132the executable search path is @emph{not} used for this purpose. Neither is
4133the current working directory, unless it happens to be in the source
4134path.
4135
4136If @value{GDBN} cannot find a source file in the source path, and the
4137object program records a directory, @value{GDBN} tries that directory
4138too. If the source path is empty, and there is no record of the
4139compilation directory, @value{GDBN} looks in the current directory as a
4140last resort.
4141
4142Whenever you reset or rearrange the source path, @value{GDBN} clears out
4143any information it has cached about where source files are found and where
4144each line is in the file.
4145
4146@kindex directory
4147@kindex dir
d4f3574e
SS
4148When you start @value{GDBN}, its source path includes only @samp{cdir}
4149and @samp{cwd}, in that order.
c906108c
SS
4150To add other directories, use the @code{directory} command.
4151
4152@table @code
4153@item directory @var{dirname} @dots{}
4154@item dir @var{dirname} @dots{}
4155Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4156directory names may be given to this command, separated by @samp{:}
4157(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4158part of absolute file names) or
c906108c
SS
4159whitespace. You may specify a directory that is already in the source
4160path; this moves it forward, so @value{GDBN} searches it sooner.
4161
4162@kindex cdir
4163@kindex cwd
41afff9a
EZ
4164@vindex $cdir@r{, convenience variable}
4165@vindex $cwdr@r{, convenience variable}
c906108c
SS
4166@cindex compilation directory
4167@cindex current directory
4168@cindex working directory
4169@cindex directory, current
4170@cindex directory, compilation
4171You can use the string @samp{$cdir} to refer to the compilation
4172directory (if one is recorded), and @samp{$cwd} to refer to the current
4173working directory. @samp{$cwd} is not the same as @samp{.}---the former
4174tracks the current working directory as it changes during your @value{GDBN}
4175session, while the latter is immediately expanded to the current
4176directory at the time you add an entry to the source path.
4177
4178@item directory
4179Reset the source path to empty again. This requires confirmation.
4180
4181@c RET-repeat for @code{directory} is explicitly disabled, but since
4182@c repeating it would be a no-op we do not say that. (thanks to RMS)
4183
4184@item show directories
4185@kindex show directories
4186Print the source path: show which directories it contains.
4187@end table
4188
4189If your source path is cluttered with directories that are no longer of
4190interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4191versions of source. You can correct the situation as follows:
4192
4193@enumerate
4194@item
4195Use @code{directory} with no argument to reset the source path to empty.
4196
4197@item
4198Use @code{directory} with suitable arguments to reinstall the
4199directories you want in the source path. You can add all the
4200directories in one command.
4201@end enumerate
4202
6d2ebf8b 4203@node Machine Code
c906108c
SS
4204@section Source and machine code
4205
4206You can use the command @code{info line} to map source lines to program
4207addresses (and vice versa), and the command @code{disassemble} to display
4208a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4209mode, the @code{info line} command causes the arrow to point to the
5d161b24 4210line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4211well as hex.
4212
4213@table @code
4214@kindex info line
4215@item info line @var{linespec}
4216Print the starting and ending addresses of the compiled code for
4217source line @var{linespec}. You can specify source lines in any of
4218the ways understood by the @code{list} command (@pxref{List, ,Printing
4219source lines}).
4220@end table
4221
4222For example, we can use @code{info line} to discover the location of
4223the object code for the first line of function
4224@code{m4_changequote}:
4225
d4f3574e
SS
4226@c FIXME: I think this example should also show the addresses in
4227@c symbolic form, as they usually would be displayed.
c906108c 4228@smallexample
96a2c332 4229(@value{GDBP}) info line m4_changequote
c906108c
SS
4230Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4231@end smallexample
4232
4233@noindent
4234We can also inquire (using @code{*@var{addr}} as the form for
4235@var{linespec}) what source line covers a particular address:
4236@smallexample
4237(@value{GDBP}) info line *0x63ff
4238Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4239@end smallexample
4240
4241@cindex @code{$_} and @code{info line}
41afff9a 4242@kindex x@r{(examine), and} info line
c906108c
SS
4243After @code{info line}, the default address for the @code{x} command
4244is changed to the starting address of the line, so that @samp{x/i} is
4245sufficient to begin examining the machine code (@pxref{Memory,
4246,Examining memory}). Also, this address is saved as the value of the
4247convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4248variables}).
4249
4250@table @code
4251@kindex disassemble
4252@cindex assembly instructions
4253@cindex instructions, assembly
4254@cindex machine instructions
4255@cindex listing machine instructions
4256@item disassemble
4257This specialized command dumps a range of memory as machine
4258instructions. The default memory range is the function surrounding the
4259program counter of the selected frame. A single argument to this
4260command is a program counter value; @value{GDBN} dumps the function
4261surrounding this value. Two arguments specify a range of addresses
4262(first inclusive, second exclusive) to dump.
4263@end table
4264
c906108c
SS
4265The following example shows the disassembly of a range of addresses of
4266HP PA-RISC 2.0 code:
4267
4268@smallexample
4269(@value{GDBP}) disas 0x32c4 0x32e4
4270Dump of assembler code from 0x32c4 to 0x32e4:
42710x32c4 <main+204>: addil 0,dp
42720x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
42730x32cc <main+212>: ldil 0x3000,r31
42740x32d0 <main+216>: ble 0x3f8(sr4,r31)
42750x32d4 <main+220>: ldo 0(r31),rp
42760x32d8 <main+224>: addil -0x800,dp
42770x32dc <main+228>: ldo 0x588(r1),r26
42780x32e0 <main+232>: ldil 0x3000,r31
4279End of assembler dump.
4280@end smallexample
c906108c
SS
4281
4282Some architectures have more than one commonly-used set of instruction
4283mnemonics or other syntax.
4284
4285@table @code
d4f3574e 4286@kindex set disassembly-flavor
c906108c
SS
4287@cindex assembly instructions
4288@cindex instructions, assembly
4289@cindex machine instructions
4290@cindex listing machine instructions
d4f3574e
SS
4291@cindex Intel disassembly flavor
4292@cindex AT&T disassembly flavor
4293@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4294Select the instruction set to use when disassembling the
4295program via the @code{disassemble} or @code{x/i} commands.
4296
4297Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4298can set @var{instruction-set} to either @code{intel} or @code{att}.
4299The default is @code{att}, the AT&T flavor used by default by Unix
4300assemblers for x86-based targets.
c906108c
SS
4301@end table
4302
4303
6d2ebf8b 4304@node Data
c906108c
SS
4305@chapter Examining Data
4306
4307@cindex printing data
4308@cindex examining data
4309@kindex print
4310@kindex inspect
4311@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4312@c document because it is nonstandard... Under Epoch it displays in a
4313@c different window or something like that.
4314The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4315command (abbreviated @code{p}), or its synonym @code{inspect}. It
4316evaluates and prints the value of an expression of the language your
4317program is written in (@pxref{Languages, ,Using @value{GDBN} with
4318Different Languages}).
c906108c
SS
4319
4320@table @code
d4f3574e
SS
4321@item print @var{expr}
4322@itemx print /@var{f} @var{expr}
4323@var{expr} is an expression (in the source language). By default the
4324value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4325you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4326@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4327formats}.
4328
4329@item print
4330@itemx print /@var{f}
d4f3574e 4331If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4332@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4333conveniently inspect the same value in an alternative format.
4334@end table
4335
4336A more low-level way of examining data is with the @code{x} command.
4337It examines data in memory at a specified address and prints it in a
4338specified format. @xref{Memory, ,Examining memory}.
4339
7a292a7a 4340If you are interested in information about types, or about how the
d4f3574e
SS
4341fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4342command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4343Table}.
c906108c
SS
4344
4345@menu
4346* Expressions:: Expressions
4347* Variables:: Program variables
4348* Arrays:: Artificial arrays
4349* Output Formats:: Output formats
4350* Memory:: Examining memory
4351* Auto Display:: Automatic display
4352* Print Settings:: Print settings
4353* Value History:: Value history
4354* Convenience Vars:: Convenience variables
4355* Registers:: Registers
c906108c 4356* Floating Point Hardware:: Floating point hardware
29e57380 4357* Memory Region Attributes:: Memory region attributes
c906108c
SS
4358@end menu
4359
6d2ebf8b 4360@node Expressions
c906108c
SS
4361@section Expressions
4362
4363@cindex expressions
4364@code{print} and many other @value{GDBN} commands accept an expression and
4365compute its value. Any kind of constant, variable or operator defined
4366by the programming language you are using is valid in an expression in
4367@value{GDBN}. This includes conditional expressions, function calls, casts
4368and string constants. It unfortunately does not include symbols defined
4369by preprocessor @code{#define} commands.
4370
d4f3574e
SS
4371@value{GDBN} supports array constants in expressions input by
4372the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4373you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4374memory that is @code{malloc}ed in the target program.
c906108c 4375
c906108c
SS
4376Because C is so widespread, most of the expressions shown in examples in
4377this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4378Languages}, for information on how to use expressions in other
4379languages.
4380
4381In this section, we discuss operators that you can use in @value{GDBN}
4382expressions regardless of your programming language.
4383
4384Casts are supported in all languages, not just in C, because it is so
4385useful to cast a number into a pointer in order to examine a structure
4386at that address in memory.
4387@c FIXME: casts supported---Mod2 true?
c906108c
SS
4388
4389@value{GDBN} supports these operators, in addition to those common
4390to programming languages:
4391
4392@table @code
4393@item @@
4394@samp{@@} is a binary operator for treating parts of memory as arrays.
4395@xref{Arrays, ,Artificial arrays}, for more information.
4396
4397@item ::
4398@samp{::} allows you to specify a variable in terms of the file or
4399function where it is defined. @xref{Variables, ,Program variables}.
4400
4401@cindex @{@var{type}@}
4402@cindex type casting memory
4403@cindex memory, viewing as typed object
4404@cindex casts, to view memory
4405@item @{@var{type}@} @var{addr}
4406Refers to an object of type @var{type} stored at address @var{addr} in
4407memory. @var{addr} may be any expression whose value is an integer or
4408pointer (but parentheses are required around binary operators, just as in
4409a cast). This construct is allowed regardless of what kind of data is
4410normally supposed to reside at @var{addr}.
4411@end table
4412
6d2ebf8b 4413@node Variables
c906108c
SS
4414@section Program variables
4415
4416The most common kind of expression to use is the name of a variable
4417in your program.
4418
4419Variables in expressions are understood in the selected stack frame
4420(@pxref{Selection, ,Selecting a frame}); they must be either:
4421
4422@itemize @bullet
4423@item
4424global (or file-static)
4425@end itemize
4426
5d161b24 4427@noindent or
c906108c
SS
4428
4429@itemize @bullet
4430@item
4431visible according to the scope rules of the
4432programming language from the point of execution in that frame
5d161b24 4433@end itemize
c906108c
SS
4434
4435@noindent This means that in the function
4436
4437@example
4438foo (a)
4439 int a;
4440@{
4441 bar (a);
4442 @{
4443 int b = test ();
4444 bar (b);
4445 @}
4446@}
4447@end example
4448
4449@noindent
4450you can examine and use the variable @code{a} whenever your program is
4451executing within the function @code{foo}, but you can only use or
4452examine the variable @code{b} while your program is executing inside
4453the block where @code{b} is declared.
4454
4455@cindex variable name conflict
4456There is an exception: you can refer to a variable or function whose
4457scope is a single source file even if the current execution point is not
4458in this file. But it is possible to have more than one such variable or
4459function with the same name (in different source files). If that
4460happens, referring to that name has unpredictable effects. If you wish,
4461you can specify a static variable in a particular function or file,
4462using the colon-colon notation:
4463
d4f3574e 4464@cindex colon-colon, context for variables/functions
c906108c
SS
4465@iftex
4466@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4467@cindex @code{::}, context for variables/functions
c906108c
SS
4468@end iftex
4469@example
4470@var{file}::@var{variable}
4471@var{function}::@var{variable}
4472@end example
4473
4474@noindent
4475Here @var{file} or @var{function} is the name of the context for the
4476static @var{variable}. In the case of file names, you can use quotes to
4477make sure @value{GDBN} parses the file name as a single word---for example,
4478to print a global value of @code{x} defined in @file{f2.c}:
4479
4480@example
4481(@value{GDBP}) p 'f2.c'::x
4482@end example
4483
c906108c
SS
4484@cindex C++ scope resolution
4485This use of @samp{::} is very rarely in conflict with the very similar
4486use of the same notation in C++. @value{GDBN} also supports use of the C++
4487scope resolution operator in @value{GDBN} expressions.
4488@c FIXME: Um, so what happens in one of those rare cases where it's in
4489@c conflict?? --mew
c906108c
SS
4490
4491@cindex wrong values
4492@cindex variable values, wrong
4493@quotation
4494@emph{Warning:} Occasionally, a local variable may appear to have the
4495wrong value at certain points in a function---just after entry to a new
4496scope, and just before exit.
4497@end quotation
4498You may see this problem when you are stepping by machine instructions.
4499This is because, on most machines, it takes more than one instruction to
4500set up a stack frame (including local variable definitions); if you are
4501stepping by machine instructions, variables may appear to have the wrong
4502values until the stack frame is completely built. On exit, it usually
4503also takes more than one machine instruction to destroy a stack frame;
4504after you begin stepping through that group of instructions, local
4505variable definitions may be gone.
4506
4507This may also happen when the compiler does significant optimizations.
4508To be sure of always seeing accurate values, turn off all optimization
4509when compiling.
4510
d4f3574e
SS
4511@cindex ``No symbol "foo" in current context''
4512Another possible effect of compiler optimizations is to optimize
4513unused variables out of existence, or assign variables to registers (as
4514opposed to memory addresses). Depending on the support for such cases
4515offered by the debug info format used by the compiler, @value{GDBN}
4516might not be able to display values for such local variables. If that
4517happens, @value{GDBN} will print a message like this:
4518
4519@example
4520No symbol "foo" in current context.
4521@end example
4522
4523To solve such problems, either recompile without optimizations, or use a
4524different debug info format, if the compiler supports several such
4525formats. For example, @value{NGCC}, the @sc{gnu} C/C++ compiler usually
4526supports the @samp{-gstabs} option. @samp{-gstabs} produces debug info
4527in a format that is superior to formats such as COFF. You may be able
96c405b3 4528to use DWARF2 (@samp{-gdwarf-2}), which is also an effective form for
d4f3574e
SS
4529debug info. See @ref{Debugging Options,,Options for Debugging Your
4530Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}, for more
4531information.
4532
4533
6d2ebf8b 4534@node Arrays
c906108c
SS
4535@section Artificial arrays
4536
4537@cindex artificial array
41afff9a 4538@kindex @@@r{, referencing memory as an array}
c906108c
SS
4539It is often useful to print out several successive objects of the
4540same type in memory; a section of an array, or an array of
4541dynamically determined size for which only a pointer exists in the
4542program.
4543
4544You can do this by referring to a contiguous span of memory as an
4545@dfn{artificial array}, using the binary operator @samp{@@}. The left
4546operand of @samp{@@} should be the first element of the desired array
4547and be an individual object. The right operand should be the desired length
4548of the array. The result is an array value whose elements are all of
4549the type of the left argument. The first element is actually the left
4550argument; the second element comes from bytes of memory immediately
4551following those that hold the first element, and so on. Here is an
4552example. If a program says
4553
4554@example
4555int *array = (int *) malloc (len * sizeof (int));
4556@end example
4557
4558@noindent
4559you can print the contents of @code{array} with
4560
4561@example
4562p *array@@len
4563@end example
4564
4565The left operand of @samp{@@} must reside in memory. Array values made
4566with @samp{@@} in this way behave just like other arrays in terms of
4567subscripting, and are coerced to pointers when used in expressions.
4568Artificial arrays most often appear in expressions via the value history
4569(@pxref{Value History, ,Value history}), after printing one out.
4570
4571Another way to create an artificial array is to use a cast.
4572This re-interprets a value as if it were an array.
4573The value need not be in memory:
4574@example
4575(@value{GDBP}) p/x (short[2])0x12345678
4576$1 = @{0x1234, 0x5678@}
4577@end example
4578
4579As a convenience, if you leave the array length out (as in
c3f6f71d 4580@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c
SS
4581the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
4582@example
4583(@value{GDBP}) p/x (short[])0x12345678
4584$2 = @{0x1234, 0x5678@}
4585@end example
4586
4587Sometimes the artificial array mechanism is not quite enough; in
4588moderately complex data structures, the elements of interest may not
4589actually be adjacent---for example, if you are interested in the values
4590of pointers in an array. One useful work-around in this situation is
4591to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4592variables}) as a counter in an expression that prints the first
4593interesting value, and then repeat that expression via @key{RET}. For
4594instance, suppose you have an array @code{dtab} of pointers to
4595structures, and you are interested in the values of a field @code{fv}
4596in each structure. Here is an example of what you might type:
4597
4598@example
4599set $i = 0
4600p dtab[$i++]->fv
4601@key{RET}
4602@key{RET}
4603@dots{}
4604@end example
4605
6d2ebf8b 4606@node Output Formats
c906108c
SS
4607@section Output formats
4608
4609@cindex formatted output
4610@cindex output formats
4611By default, @value{GDBN} prints a value according to its data type. Sometimes
4612this is not what you want. For example, you might want to print a number
4613in hex, or a pointer in decimal. Or you might want to view data in memory
4614at a certain address as a character string or as an instruction. To do
4615these things, specify an @dfn{output format} when you print a value.
4616
4617The simplest use of output formats is to say how to print a value
4618already computed. This is done by starting the arguments of the
4619@code{print} command with a slash and a format letter. The format
4620letters supported are:
4621
4622@table @code
4623@item x
4624Regard the bits of the value as an integer, and print the integer in
4625hexadecimal.
4626
4627@item d
4628Print as integer in signed decimal.
4629
4630@item u
4631Print as integer in unsigned decimal.
4632
4633@item o
4634Print as integer in octal.
4635
4636@item t
4637Print as integer in binary. The letter @samp{t} stands for ``two''.
4638@footnote{@samp{b} cannot be used because these format letters are also
4639used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 4640see @ref{Memory,,Examining memory}.}
c906108c
SS
4641
4642@item a
4643@cindex unknown address, locating
4644Print as an address, both absolute in hexadecimal and as an offset from
4645the nearest preceding symbol. You can use this format used to discover
4646where (in what function) an unknown address is located:
4647
4648@example
4649(@value{GDBP}) p/a 0x54320
4650$3 = 0x54320 <_initialize_vx+396>
4651@end example
4652
4653@item c
4654Regard as an integer and print it as a character constant.
4655
4656@item f
4657Regard the bits of the value as a floating point number and print
4658using typical floating point syntax.
4659@end table
4660
4661For example, to print the program counter in hex (@pxref{Registers}), type
4662
4663@example
4664p/x $pc
4665@end example
4666
4667@noindent
4668Note that no space is required before the slash; this is because command
4669names in @value{GDBN} cannot contain a slash.
4670
4671To reprint the last value in the value history with a different format,
4672you can use the @code{print} command with just a format and no
4673expression. For example, @samp{p/x} reprints the last value in hex.
4674
6d2ebf8b 4675@node Memory
c906108c
SS
4676@section Examining memory
4677
4678You can use the command @code{x} (for ``examine'') to examine memory in
4679any of several formats, independently of your program's data types.
4680
4681@cindex examining memory
4682@table @code
41afff9a 4683@kindex x @r{(examine memory)}
c906108c
SS
4684@item x/@var{nfu} @var{addr}
4685@itemx x @var{addr}
4686@itemx x
4687Use the @code{x} command to examine memory.
4688@end table
4689
4690@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4691much memory to display and how to format it; @var{addr} is an
4692expression giving the address where you want to start displaying memory.
4693If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4694Several commands set convenient defaults for @var{addr}.
4695
4696@table @r
4697@item @var{n}, the repeat count
4698The repeat count is a decimal integer; the default is 1. It specifies
4699how much memory (counting by units @var{u}) to display.
4700@c This really is **decimal**; unaffected by 'set radix' as of GDB
4701@c 4.1.2.
4702
4703@item @var{f}, the display format
4704The display format is one of the formats used by @code{print},
4705@samp{s} (null-terminated string), or @samp{i} (machine instruction).
4706The default is @samp{x} (hexadecimal) initially.
4707The default changes each time you use either @code{x} or @code{print}.
4708
4709@item @var{u}, the unit size
4710The unit size is any of
4711
4712@table @code
4713@item b
4714Bytes.
4715@item h
4716Halfwords (two bytes).
4717@item w
4718Words (four bytes). This is the initial default.
4719@item g
4720Giant words (eight bytes).
4721@end table
4722
4723Each time you specify a unit size with @code{x}, that size becomes the
4724default unit the next time you use @code{x}. (For the @samp{s} and
4725@samp{i} formats, the unit size is ignored and is normally not written.)
4726
4727@item @var{addr}, starting display address
4728@var{addr} is the address where you want @value{GDBN} to begin displaying
4729memory. The expression need not have a pointer value (though it may);
4730it is always interpreted as an integer address of a byte of memory.
4731@xref{Expressions, ,Expressions}, for more information on expressions. The default for
4732@var{addr} is usually just after the last address examined---but several
4733other commands also set the default address: @code{info breakpoints} (to
4734the address of the last breakpoint listed), @code{info line} (to the
4735starting address of a line), and @code{print} (if you use it to display
4736a value from memory).
4737@end table
4738
4739For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4740(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4741starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4742words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 4743@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
4744
4745Since the letters indicating unit sizes are all distinct from the
4746letters specifying output formats, you do not have to remember whether
4747unit size or format comes first; either order works. The output
4748specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4749(However, the count @var{n} must come first; @samp{wx4} does not work.)
4750
4751Even though the unit size @var{u} is ignored for the formats @samp{s}
4752and @samp{i}, you might still want to use a count @var{n}; for example,
4753@samp{3i} specifies that you want to see three machine instructions,
4754including any operands. The command @code{disassemble} gives an
d4f3574e 4755alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
4756Code,,Source and machine code}.
4757
4758All the defaults for the arguments to @code{x} are designed to make it
4759easy to continue scanning memory with minimal specifications each time
4760you use @code{x}. For example, after you have inspected three machine
4761instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4762with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4763the repeat count @var{n} is used again; the other arguments default as
4764for successive uses of @code{x}.
4765
4766@cindex @code{$_}, @code{$__}, and value history
4767The addresses and contents printed by the @code{x} command are not saved
4768in the value history because there is often too much of them and they
4769would get in the way. Instead, @value{GDBN} makes these values available for
4770subsequent use in expressions as values of the convenience variables
4771@code{$_} and @code{$__}. After an @code{x} command, the last address
4772examined is available for use in expressions in the convenience variable
4773@code{$_}. The contents of that address, as examined, are available in
4774the convenience variable @code{$__}.
4775
4776If the @code{x} command has a repeat count, the address and contents saved
4777are from the last memory unit printed; this is not the same as the last
4778address printed if several units were printed on the last line of output.
4779
6d2ebf8b 4780@node Auto Display
c906108c
SS
4781@section Automatic display
4782@cindex automatic display
4783@cindex display of expressions
4784
4785If you find that you want to print the value of an expression frequently
4786(to see how it changes), you might want to add it to the @dfn{automatic
4787display list} so that @value{GDBN} prints its value each time your program stops.
4788Each expression added to the list is given a number to identify it;
4789to remove an expression from the list, you specify that number.
4790The automatic display looks like this:
4791
4792@example
47932: foo = 38
47943: bar[5] = (struct hack *) 0x3804
4795@end example
4796
4797@noindent
4798This display shows item numbers, expressions and their current values. As with
4799displays you request manually using @code{x} or @code{print}, you can
4800specify the output format you prefer; in fact, @code{display} decides
4801whether to use @code{print} or @code{x} depending on how elaborate your
4802format specification is---it uses @code{x} if you specify a unit size,
4803or one of the two formats (@samp{i} and @samp{s}) that are only
4804supported by @code{x}; otherwise it uses @code{print}.
4805
4806@table @code
4807@kindex display
d4f3574e
SS
4808@item display @var{expr}
4809Add the expression @var{expr} to the list of expressions to display
c906108c
SS
4810each time your program stops. @xref{Expressions, ,Expressions}.
4811
4812@code{display} does not repeat if you press @key{RET} again after using it.
4813
d4f3574e 4814@item display/@var{fmt} @var{expr}
c906108c 4815For @var{fmt} specifying only a display format and not a size or
d4f3574e 4816count, add the expression @var{expr} to the auto-display list but
c906108c
SS
4817arrange to display it each time in the specified format @var{fmt}.
4818@xref{Output Formats,,Output formats}.
4819
4820@item display/@var{fmt} @var{addr}
4821For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
4822number of units, add the expression @var{addr} as a memory address to
4823be examined each time your program stops. Examining means in effect
4824doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
4825@end table
4826
4827For example, @samp{display/i $pc} can be helpful, to see the machine
4828instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 4829is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
4830
4831@table @code
4832@kindex delete display
4833@kindex undisplay
4834@item undisplay @var{dnums}@dots{}
4835@itemx delete display @var{dnums}@dots{}
4836Remove item numbers @var{dnums} from the list of expressions to display.
4837
4838@code{undisplay} does not repeat if you press @key{RET} after using it.
4839(Otherwise you would just get the error @samp{No display number @dots{}}.)
4840
4841@kindex disable display
4842@item disable display @var{dnums}@dots{}
4843Disable the display of item numbers @var{dnums}. A disabled display
4844item is not printed automatically, but is not forgotten. It may be
4845enabled again later.
4846
4847@kindex enable display
4848@item enable display @var{dnums}@dots{}
4849Enable display of item numbers @var{dnums}. It becomes effective once
4850again in auto display of its expression, until you specify otherwise.
4851
4852@item display
4853Display the current values of the expressions on the list, just as is
4854done when your program stops.
4855
4856@kindex info display
4857@item info display
4858Print the list of expressions previously set up to display
4859automatically, each one with its item number, but without showing the
4860values. This includes disabled expressions, which are marked as such.
4861It also includes expressions which would not be displayed right now
4862because they refer to automatic variables not currently available.
4863@end table
4864
4865If a display expression refers to local variables, then it does not make
4866sense outside the lexical context for which it was set up. Such an
4867expression is disabled when execution enters a context where one of its
4868variables is not defined. For example, if you give the command
4869@code{display last_char} while inside a function with an argument
4870@code{last_char}, @value{GDBN} displays this argument while your program
4871continues to stop inside that function. When it stops elsewhere---where
4872there is no variable @code{last_char}---the display is disabled
4873automatically. The next time your program stops where @code{last_char}
4874is meaningful, you can enable the display expression once again.
4875
6d2ebf8b 4876@node Print Settings
c906108c
SS
4877@section Print settings
4878
4879@cindex format options
4880@cindex print settings
4881@value{GDBN} provides the following ways to control how arrays, structures,
4882and symbols are printed.
4883
4884@noindent
4885These settings are useful for debugging programs in any language:
4886
4887@table @code
4888@kindex set print address
4889@item set print address
4890@itemx set print address on
4891@value{GDBN} prints memory addresses showing the location of stack
4892traces, structure values, pointer values, breakpoints, and so forth,
4893even when it also displays the contents of those addresses. The default
4894is @code{on}. For example, this is what a stack frame display looks like with
4895@code{set print address on}:
4896
4897@smallexample
4898@group
4899(@value{GDBP}) f
4900#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
4901 at input.c:530
4902530 if (lquote != def_lquote)
4903@end group
4904@end smallexample
4905
4906@item set print address off
4907Do not print addresses when displaying their contents. For example,
4908this is the same stack frame displayed with @code{set print address off}:
4909
4910@smallexample
4911@group
4912(@value{GDBP}) set print addr off
4913(@value{GDBP}) f
4914#0 set_quotes (lq="<<", rq=">>") at input.c:530
4915530 if (lquote != def_lquote)
4916@end group
4917@end smallexample
4918
4919You can use @samp{set print address off} to eliminate all machine
4920dependent displays from the @value{GDBN} interface. For example, with
4921@code{print address off}, you should get the same text for backtraces on
4922all machines---whether or not they involve pointer arguments.
4923
4924@kindex show print address
4925@item show print address
4926Show whether or not addresses are to be printed.
4927@end table
4928
4929When @value{GDBN} prints a symbolic address, it normally prints the
4930closest earlier symbol plus an offset. If that symbol does not uniquely
4931identify the address (for example, it is a name whose scope is a single
4932source file), you may need to clarify. One way to do this is with
4933@code{info line}, for example @samp{info line *0x4537}. Alternately,
4934you can set @value{GDBN} to print the source file and line number when
4935it prints a symbolic address:
4936
4937@table @code
4938@kindex set print symbol-filename
4939@item set print symbol-filename on
4940Tell @value{GDBN} to print the source file name and line number of a
4941symbol in the symbolic form of an address.
4942
4943@item set print symbol-filename off
4944Do not print source file name and line number of a symbol. This is the
4945default.
4946
4947@kindex show print symbol-filename
4948@item show print symbol-filename
4949Show whether or not @value{GDBN} will print the source file name and
4950line number of a symbol in the symbolic form of an address.
4951@end table
4952
4953Another situation where it is helpful to show symbol filenames and line
4954numbers is when disassembling code; @value{GDBN} shows you the line
4955number and source file that corresponds to each instruction.
4956
4957Also, you may wish to see the symbolic form only if the address being
4958printed is reasonably close to the closest earlier symbol:
4959
4960@table @code
4961@kindex set print max-symbolic-offset
4962@item set print max-symbolic-offset @var{max-offset}
4963Tell @value{GDBN} to only display the symbolic form of an address if the
4964offset between the closest earlier symbol and the address is less than
5d161b24 4965@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
4966to always print the symbolic form of an address if any symbol precedes it.
4967
4968@kindex show print max-symbolic-offset
4969@item show print max-symbolic-offset
4970Ask how large the maximum offset is that @value{GDBN} prints in a
4971symbolic address.
4972@end table
4973
4974@cindex wild pointer, interpreting
4975@cindex pointer, finding referent
4976If you have a pointer and you are not sure where it points, try
4977@samp{set print symbol-filename on}. Then you can determine the name
4978and source file location of the variable where it points, using
4979@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
4980For example, here @value{GDBN} shows that a variable @code{ptt} points
4981at another variable @code{t}, defined in @file{hi2.c}:
4982
4983@example
4984(@value{GDBP}) set print symbol-filename on
4985(@value{GDBP}) p/a ptt
4986$4 = 0xe008 <t in hi2.c>
4987@end example
4988
4989@quotation
4990@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
4991does not show the symbol name and filename of the referent, even with
4992the appropriate @code{set print} options turned on.
4993@end quotation
4994
4995Other settings control how different kinds of objects are printed:
4996
4997@table @code
4998@kindex set print array
4999@item set print array
5000@itemx set print array on
5001Pretty print arrays. This format is more convenient to read,
5002but uses more space. The default is off.
5003
5004@item set print array off
5005Return to compressed format for arrays.
5006
5007@kindex show print array
5008@item show print array
5009Show whether compressed or pretty format is selected for displaying
5010arrays.
5011
5012@kindex set print elements
5013@item set print elements @var{number-of-elements}
5014Set a limit on how many elements of an array @value{GDBN} will print.
5015If @value{GDBN} is printing a large array, it stops printing after it has
5016printed the number of elements set by the @code{set print elements} command.
5017This limit also applies to the display of strings.
d4f3574e 5018When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5019Setting @var{number-of-elements} to zero means that the printing is unlimited.
5020
5021@kindex show print elements
5022@item show print elements
5023Display the number of elements of a large array that @value{GDBN} will print.
5024If the number is 0, then the printing is unlimited.
5025
5026@kindex set print null-stop
5027@item set print null-stop
5028Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5029@sc{null} is encountered. This is useful when large arrays actually
c906108c 5030contain only short strings.
d4f3574e 5031The default is off.
c906108c
SS
5032
5033@kindex set print pretty
5034@item set print pretty on
5d161b24 5035Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5036per line, like this:
5037
5038@smallexample
5039@group
5040$1 = @{
5041 next = 0x0,
5042 flags = @{
5043 sweet = 1,
5044 sour = 1
5045 @},
5046 meat = 0x54 "Pork"
5047@}
5048@end group
5049@end smallexample
5050
5051@item set print pretty off
5052Cause @value{GDBN} to print structures in a compact format, like this:
5053
5054@smallexample
5055@group
5056$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5057meat = 0x54 "Pork"@}
5058@end group
5059@end smallexample
5060
5061@noindent
5062This is the default format.
5063
5064@kindex show print pretty
5065@item show print pretty
5066Show which format @value{GDBN} is using to print structures.
5067
5068@kindex set print sevenbit-strings
5069@item set print sevenbit-strings on
5070Print using only seven-bit characters; if this option is set,
5071@value{GDBN} displays any eight-bit characters (in strings or
5072character values) using the notation @code{\}@var{nnn}. This setting is
5073best if you are working in English (@sc{ascii}) and you use the
5074high-order bit of characters as a marker or ``meta'' bit.
5075
5076@item set print sevenbit-strings off
5077Print full eight-bit characters. This allows the use of more
5078international character sets, and is the default.
5079
5080@kindex show print sevenbit-strings
5081@item show print sevenbit-strings
5082Show whether or not @value{GDBN} is printing only seven-bit characters.
5083
5084@kindex set print union
5085@item set print union on
5d161b24 5086Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5087is the default setting.
5088
5089@item set print union off
5090Tell @value{GDBN} not to print unions which are contained in structures.
5091
5092@kindex show print union
5093@item show print union
5094Ask @value{GDBN} whether or not it will print unions which are contained in
5095structures.
5096
5097For example, given the declarations
5098
5099@smallexample
5100typedef enum @{Tree, Bug@} Species;
5101typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5102typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5103 Bug_forms;
5104
5105struct thing @{
5106 Species it;
5107 union @{
5108 Tree_forms tree;
5109 Bug_forms bug;
5110 @} form;
5111@};
5112
5113struct thing foo = @{Tree, @{Acorn@}@};
5114@end smallexample
5115
5116@noindent
5117with @code{set print union on} in effect @samp{p foo} would print
5118
5119@smallexample
5120$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5121@end smallexample
5122
5123@noindent
5124and with @code{set print union off} in effect it would print
5125
5126@smallexample
5127$1 = @{it = Tree, form = @{...@}@}
5128@end smallexample
5129@end table
5130
c906108c
SS
5131@need 1000
5132@noindent
5133These settings are of interest when debugging C++ programs:
5134
5135@table @code
5136@cindex demangling
5137@kindex set print demangle
5138@item set print demangle
5139@itemx set print demangle on
5140Print C++ names in their source form rather than in the encoded
5141(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5142linkage. The default is on.
c906108c
SS
5143
5144@kindex show print demangle
5145@item show print demangle
5146Show whether C++ names are printed in mangled or demangled form.
5147
5148@kindex set print asm-demangle
5149@item set print asm-demangle
5150@itemx set print asm-demangle on
5151Print C++ names in their source form rather than their mangled form, even
5152in assembler code printouts such as instruction disassemblies.
5153The default is off.
5154
5155@kindex show print asm-demangle
5156@item show print asm-demangle
5157Show whether C++ names in assembly listings are printed in mangled
5158or demangled form.
5159
5160@kindex set demangle-style
5161@cindex C++ symbol decoding style
5162@cindex symbol decoding style, C++
5163@item set demangle-style @var{style}
5164Choose among several encoding schemes used by different compilers to
5165represent C++ names. The choices for @var{style} are currently:
5166
5167@table @code
5168@item auto
5169Allow @value{GDBN} to choose a decoding style by inspecting your program.
5170
5171@item gnu
5d161b24 5172Decode based on the @sc{gnu} C++ compiler (@code{g++}) encoding algorithm.
c906108c 5173This is the default.
c906108c
SS
5174
5175@item hp
5176Decode based on the HP ANSI C++ (@code{aCC}) encoding algorithm.
5177
5178@item lucid
5179Decode based on the Lucid C++ compiler (@code{lcc}) encoding algorithm.
5180
5181@item arm
5182Decode using the algorithm in the @cite{C++ Annotated Reference Manual}.
5183@strong{Warning:} this setting alone is not sufficient to allow
5184debugging @code{cfront}-generated executables. @value{GDBN} would
5185require further enhancement to permit that.
5186
5187@end table
5188If you omit @var{style}, you will see a list of possible formats.
5189
5190@kindex show demangle-style
5191@item show demangle-style
5192Display the encoding style currently in use for decoding C++ symbols.
5193
5194@kindex set print object
5195@item set print object
5196@itemx set print object on
5197When displaying a pointer to an object, identify the @emph{actual}
5198(derived) type of the object rather than the @emph{declared} type, using
5199the virtual function table.
5200
5201@item set print object off
5202Display only the declared type of objects, without reference to the
5203virtual function table. This is the default setting.
5204
5205@kindex show print object
5206@item show print object
5207Show whether actual, or declared, object types are displayed.
5208
5209@kindex set print static-members
5210@item set print static-members
5211@itemx set print static-members on
5212Print static members when displaying a C++ object. The default is on.
5213
5214@item set print static-members off
5215Do not print static members when displaying a C++ object.
5216
5217@kindex show print static-members
5218@item show print static-members
5219Show whether C++ static members are printed, or not.
5220
5221@c These don't work with HP ANSI C++ yet.
5222@kindex set print vtbl
5223@item set print vtbl
5224@itemx set print vtbl on
5225Pretty print C++ virtual function tables. The default is off.
c906108c
SS
5226(The @code{vtbl} commands do not work on programs compiled with the HP
5227ANSI C++ compiler (@code{aCC}).)
c906108c
SS
5228
5229@item set print vtbl off
5230Do not pretty print C++ virtual function tables.
5231
5232@kindex show print vtbl
5233@item show print vtbl
5234Show whether C++ virtual function tables are pretty printed, or not.
5235@end table
c906108c 5236
6d2ebf8b 5237@node Value History
c906108c
SS
5238@section Value history
5239
5240@cindex value history
5d161b24
DB
5241Values printed by the @code{print} command are saved in the @value{GDBN}
5242@dfn{value history}. This allows you to refer to them in other expressions.
5243Values are kept until the symbol table is re-read or discarded
5244(for example with the @code{file} or @code{symbol-file} commands).
5245When the symbol table changes, the value history is discarded,
5246since the values may contain pointers back to the types defined in the
c906108c
SS
5247symbol table.
5248
5249@cindex @code{$}
5250@cindex @code{$$}
5251@cindex history number
5252The values printed are given @dfn{history numbers} by which you can
5253refer to them. These are successive integers starting with one.
5254@code{print} shows you the history number assigned to a value by
5255printing @samp{$@var{num} = } before the value; here @var{num} is the
5256history number.
5257
5258To refer to any previous value, use @samp{$} followed by the value's
5259history number. The way @code{print} labels its output is designed to
5260remind you of this. Just @code{$} refers to the most recent value in
5261the history, and @code{$$} refers to the value before that.
5262@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5263is the value just prior to @code{$$}, @code{$$1} is equivalent to
5264@code{$$}, and @code{$$0} is equivalent to @code{$}.
5265
5266For example, suppose you have just printed a pointer to a structure and
5267want to see the contents of the structure. It suffices to type
5268
5269@example
5270p *$
5271@end example
5272
5273If you have a chain of structures where the component @code{next} points
5274to the next one, you can print the contents of the next one with this:
5275
5276@example
5277p *$.next
5278@end example
5279
5280@noindent
5281You can print successive links in the chain by repeating this
5282command---which you can do by just typing @key{RET}.
5283
5284Note that the history records values, not expressions. If the value of
5285@code{x} is 4 and you type these commands:
5286
5287@example
5288print x
5289set x=5
5290@end example
5291
5292@noindent
5293then the value recorded in the value history by the @code{print} command
5294remains 4 even though the value of @code{x} has changed.
5295
5296@table @code
5297@kindex show values
5298@item show values
5299Print the last ten values in the value history, with their item numbers.
5300This is like @samp{p@ $$9} repeated ten times, except that @code{show
5301values} does not change the history.
5302
5303@item show values @var{n}
5304Print ten history values centered on history item number @var{n}.
5305
5306@item show values +
5307Print ten history values just after the values last printed. If no more
5308values are available, @code{show values +} produces no display.
5309@end table
5310
5311Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5312same effect as @samp{show values +}.
5313
6d2ebf8b 5314@node Convenience Vars
c906108c
SS
5315@section Convenience variables
5316
5317@cindex convenience variables
5318@value{GDBN} provides @dfn{convenience variables} that you can use within
5319@value{GDBN} to hold on to a value and refer to it later. These variables
5320exist entirely within @value{GDBN}; they are not part of your program, and
5321setting a convenience variable has no direct effect on further execution
5322of your program. That is why you can use them freely.
5323
5324Convenience variables are prefixed with @samp{$}. Any name preceded by
5325@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5326the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5327(Value history references, in contrast, are @emph{numbers} preceded
5328by @samp{$}. @xref{Value History, ,Value history}.)
5329
5330You can save a value in a convenience variable with an assignment
5331expression, just as you would set a variable in your program.
5332For example:
5333
5334@example
5335set $foo = *object_ptr
5336@end example
5337
5338@noindent
5339would save in @code{$foo} the value contained in the object pointed to by
5340@code{object_ptr}.
5341
5342Using a convenience variable for the first time creates it, but its
5343value is @code{void} until you assign a new value. You can alter the
5344value with another assignment at any time.
5345
5346Convenience variables have no fixed types. You can assign a convenience
5347variable any type of value, including structures and arrays, even if
5348that variable already has a value of a different type. The convenience
5349variable, when used as an expression, has the type of its current value.
5350
5351@table @code
5352@kindex show convenience
5353@item show convenience
5354Print a list of convenience variables used so far, and their values.
d4f3574e 5355Abbreviated @code{show conv}.
c906108c
SS
5356@end table
5357
5358One of the ways to use a convenience variable is as a counter to be
5359incremented or a pointer to be advanced. For example, to print
5360a field from successive elements of an array of structures:
5361
5362@example
5363set $i = 0
5364print bar[$i++]->contents
5365@end example
5366
d4f3574e
SS
5367@noindent
5368Repeat that command by typing @key{RET}.
c906108c
SS
5369
5370Some convenience variables are created automatically by @value{GDBN} and given
5371values likely to be useful.
5372
5373@table @code
41afff9a 5374@vindex $_@r{, convenience variable}
c906108c
SS
5375@item $_
5376The variable @code{$_} is automatically set by the @code{x} command to
5377the last address examined (@pxref{Memory, ,Examining memory}). Other
5378commands which provide a default address for @code{x} to examine also
5379set @code{$_} to that address; these commands include @code{info line}
5380and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5381except when set by the @code{x} command, in which case it is a pointer
5382to the type of @code{$__}.
5383
41afff9a 5384@vindex $__@r{, convenience variable}
c906108c
SS
5385@item $__
5386The variable @code{$__} is automatically set by the @code{x} command
5387to the value found in the last address examined. Its type is chosen
5388to match the format in which the data was printed.
5389
5390@item $_exitcode
41afff9a 5391@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5392The variable @code{$_exitcode} is automatically set to the exit code when
5393the program being debugged terminates.
5394@end table
5395
53a5351d
JM
5396On HP-UX systems, if you refer to a function or variable name that
5397begins with a dollar sign, @value{GDBN} searches for a user or system
5398name first, before it searches for a convenience variable.
c906108c 5399
6d2ebf8b 5400@node Registers
c906108c
SS
5401@section Registers
5402
5403@cindex registers
5404You can refer to machine register contents, in expressions, as variables
5405with names starting with @samp{$}. The names of registers are different
5406for each machine; use @code{info registers} to see the names used on
5407your machine.
5408
5409@table @code
5410@kindex info registers
5411@item info registers
5412Print the names and values of all registers except floating-point
5413registers (in the selected stack frame).
5414
5415@kindex info all-registers
5416@cindex floating point registers
5417@item info all-registers
5418Print the names and values of all registers, including floating-point
5419registers.
5420
5421@item info registers @var{regname} @dots{}
5422Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5423As discussed in detail below, register values are normally relative to
5424the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5425the machine you are using, with or without the initial @samp{$}.
5426@end table
5427
5428@value{GDBN} has four ``standard'' register names that are available (in
5429expressions) on most machines---whenever they do not conflict with an
5430architecture's canonical mnemonics for registers. The register names
5431@code{$pc} and @code{$sp} are used for the program counter register and
5432the stack pointer. @code{$fp} is used for a register that contains a
5433pointer to the current stack frame, and @code{$ps} is used for a
5434register that contains the processor status. For example,
5435you could print the program counter in hex with
5436
5437@example
5438p/x $pc
5439@end example
5440
5441@noindent
5442or print the instruction to be executed next with
5443
5444@example
5445x/i $pc
5446@end example
5447
5448@noindent
5449or add four to the stack pointer@footnote{This is a way of removing
5450one word from the stack, on machines where stacks grow downward in
5451memory (most machines, nowadays). This assumes that the innermost
5452stack frame is selected; setting @code{$sp} is not allowed when other
5453stack frames are selected. To pop entire frames off the stack,
5454regardless of machine architecture, use @code{return};
d4f3574e 5455see @ref{Returning, ,Returning from a function}.} with
c906108c
SS
5456
5457@example
5458set $sp += 4
5459@end example
5460
5461Whenever possible, these four standard register names are available on
5462your machine even though the machine has different canonical mnemonics,
5463so long as there is no conflict. The @code{info registers} command
5464shows the canonical names. For example, on the SPARC, @code{info
5465registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5466can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5467is an alias for the @sc{eflags} register.
c906108c
SS
5468
5469@value{GDBN} always considers the contents of an ordinary register as an
5470integer when the register is examined in this way. Some machines have
5471special registers which can hold nothing but floating point; these
5472registers are considered to have floating point values. There is no way
5473to refer to the contents of an ordinary register as floating point value
5474(although you can @emph{print} it as a floating point value with
5475@samp{print/f $@var{regname}}).
5476
5477Some registers have distinct ``raw'' and ``virtual'' data formats. This
5478means that the data format in which the register contents are saved by
5479the operating system is not the same one that your program normally
5480sees. For example, the registers of the 68881 floating point
5481coprocessor are always saved in ``extended'' (raw) format, but all C
5482programs expect to work with ``double'' (virtual) format. In such
5d161b24 5483cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5484that makes sense for your program), but the @code{info registers} command
5485prints the data in both formats.
5486
5487Normally, register values are relative to the selected stack frame
5488(@pxref{Selection, ,Selecting a frame}). This means that you get the
5489value that the register would contain if all stack frames farther in
5490were exited and their saved registers restored. In order to see the
5491true contents of hardware registers, you must select the innermost
5492frame (with @samp{frame 0}).
5493
5494However, @value{GDBN} must deduce where registers are saved, from the machine
5495code generated by your compiler. If some registers are not saved, or if
5496@value{GDBN} is unable to locate the saved registers, the selected stack
5497frame makes no difference.
5498
6d2ebf8b 5499@node Floating Point Hardware
c906108c
SS
5500@section Floating point hardware
5501@cindex floating point
5502
5503Depending on the configuration, @value{GDBN} may be able to give
5504you more information about the status of the floating point hardware.
5505
5506@table @code
5507@kindex info float
5508@item info float
5509Display hardware-dependent information about the floating
5510point unit. The exact contents and layout vary depending on the
5511floating point chip. Currently, @samp{info float} is supported on
5512the ARM and x86 machines.
5513@end table
c906108c 5514
29e57380
C
5515@node Memory Region Attributes
5516@section Memory Region Attributes
5517@cindex memory region attributes
5518
5519@dfn{Memory region attributes} allow you to describe special handling
5520required by regions of your target's memory. @value{GDBN} uses attributes
5521to determine whether to allow certain types of memory accesses; whether to
5522use specific width accesses; and whether to cache target memory.
5523
5524Defined memory regions can be individually enabled and disabled. When a
5525memory region is disabled, @value{GDBN} uses the default attributes when
5526accessing memory in that region. Similarly, if no memory regions have
5527been defined, @value{GDBN} uses the default attributes when accessing
5528all memory.
5529
5530When a memory region is defined, it is given a number to identify it;
5531to enable, disable, or remove a memory region, you specify that number.
5532
5533@table @code
5534@kindex mem
5535@item mem @var{address1} @var{address1} @var{attributes}@dots{}
5536Define memory region bounded by @var{address1} and @var{address2}
5537with attributes @var{attributes}@dots{}.
5538
5539@kindex delete mem
5540@item delete mem @var{nums}@dots{}
5541Remove memory region numbers @var{nums}.
5542
5543@kindex disable mem
5544@item disable mem @var{nums}@dots{}
5545Disable memory region numbers @var{nums}.
5546A disabled memory region is not forgotten.
5547It may be enabled again later.
5548
5549@kindex enable mem
5550@item enable mem @var{nums}@dots{}
5551Enable memory region numbers @var{nums}.
5552
5553@kindex info mem
5554@item info mem
5555Print a table of all defined memory regions, with the following columns
5556for each region.
5557
5558@table @emph
5559@item Memory Region Number
5560@item Enabled or Disabled.
5561Enabled memory regions are marked with @samp{y}.
5562Disabled memory regions are marked with @samp{n}.
5563
5564@item Lo Address
5565The address defining the inclusive lower bound of the memory region.
5566
5567@item Hi Address
5568The address defining the exclusive upper bound of the memory region.
5569
5570@item Attributes
5571The list of attributes set for this memory region.
5572@end table
5573@end table
5574
5575
5576@subsection Attributes
5577
5578@subsubsection Memory Access Mode
5579The access mode attributes set whether @value{GDBN} may make read or
5580write accesses to a memory region.
5581
5582While these attributes prevent @value{GDBN} from performing invalid
5583memory accesses, they do nothing to prevent the target system, I/O DMA,
5584etc. from accessing memory.
5585
5586@table @code
5587@item ro
5588Memory is read only.
5589@item wo
5590Memory is write only.
5591@item rw
5592Memory is read/write (default).
5593@end table
5594
5595@subsubsection Memory Access Size
5596The acccess size attributes tells @value{GDBN} to use specific sized
5597accesses in the memory region. Often memory mapped device registers
5598require specific sized accesses. If no access size attribute is
5599specified, @value{GDBN} may use accesses of any size.
5600
5601@table @code
5602@item 8
5603Use 8 bit memory accesses.
5604@item 16
5605Use 16 bit memory accesses.
5606@item 32
5607Use 32 bit memory accesses.
5608@item 64
5609Use 64 bit memory accesses.
5610@end table
5611
5612@c @subsubsection Hardware/Software Breakpoints
5613@c The hardware/software breakpoint attributes set whether @value{GDBN}
5614@c will use hardware or software breakpoints for the internal breakpoints
5615@c used by the step, next, finish, until, etc. commands.
5616@c
5617@c @table @code
5618@c @item hwbreak
5619@c Always use hardware breakpoints
5620@c @item swbreak (default)
5621@c @end table
5622
5623@subsubsection Data Cache
5624The data cache attributes set whether @value{GDBN} will cache target
5625memory. While this generally improves performance by reducing debug
5626protocol overhead, it can lead to incorrect results because @value{GDBN}
5627does not know about volatile variables or memory mapped device
5628registers.
5629
5630@table @code
5631@item cache
5632Enable @value{GDBN} to cache target memory.
5633@item nocache (default)
5634Disable @value{GDBN} from caching target memory.
5635@end table
5636
5637@c @subsubsection Memory Write Verification
5638@c The memory write verification attributes set whether @value{GDBN}
5639@c will re-reads data after each write to verify the write was successful.
5640@c
5641@c @table @code
5642@c @item verify
5643@c @item noverify (default)
5644@c @end table
5645
6d2ebf8b 5646@node Languages
c906108c
SS
5647@chapter Using @value{GDBN} with Different Languages
5648@cindex languages
5649
c906108c
SS
5650Although programming languages generally have common aspects, they are
5651rarely expressed in the same manner. For instance, in ANSI C,
5652dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
5653Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 5654represented (and displayed) differently. Hex numbers in C appear as
c906108c 5655@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
5656
5657@cindex working language
5658Language-specific information is built into @value{GDBN} for some languages,
5659allowing you to express operations like the above in your program's
5660native language, and allowing @value{GDBN} to output values in a manner
5661consistent with the syntax of your program's native language. The
5662language you use to build expressions is called the @dfn{working
5663language}.
5664
5665@menu
5666* Setting:: Switching between source languages
5667* Show:: Displaying the language
c906108c 5668* Checks:: Type and range checks
c906108c
SS
5669* Support:: Supported languages
5670@end menu
5671
6d2ebf8b 5672@node Setting
c906108c
SS
5673@section Switching between source languages
5674
5675There are two ways to control the working language---either have @value{GDBN}
5676set it automatically, or select it manually yourself. You can use the
5677@code{set language} command for either purpose. On startup, @value{GDBN}
5678defaults to setting the language automatically. The working language is
5679used to determine how expressions you type are interpreted, how values
5680are printed, etc.
5681
5682In addition to the working language, every source file that
5683@value{GDBN} knows about has its own working language. For some object
5684file formats, the compiler might indicate which language a particular
5685source file is in. However, most of the time @value{GDBN} infers the
5686language from the name of the file. The language of a source file
5687controls whether C++ names are demangled---this way @code{backtrace} can
5688show each frame appropriately for its own language. There is no way to
d4f3574e
SS
5689set the language of a source file from within @value{GDBN}, but you can
5690set the language associated with a filename extension. @xref{Show, ,
5691Displaying the language}.
c906108c
SS
5692
5693This is most commonly a problem when you use a program, such
5d161b24 5694as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
5695another language. In that case, make the
5696program use @code{#line} directives in its C output; that way
5697@value{GDBN} will know the correct language of the source code of the original
5698program, and will display that source code, not the generated C code.
5699
5700@menu
5701* Filenames:: Filename extensions and languages.
5702* Manually:: Setting the working language manually
5703* Automatically:: Having @value{GDBN} infer the source language
5704@end menu
5705
6d2ebf8b 5706@node Filenames
c906108c
SS
5707@subsection List of filename extensions and languages
5708
5709If a source file name ends in one of the following extensions, then
5710@value{GDBN} infers that its language is the one indicated.
5711
5712@table @file
5713
5714@item .c
5715C source file
5716
5717@item .C
5718@itemx .cc
5719@itemx .cp
5720@itemx .cpp
5721@itemx .cxx
5722@itemx .c++
5723C++ source file
5724
5725@item .f
5726@itemx .F
5727Fortran source file
5728
c906108c
SS
5729@item .ch
5730@itemx .c186
5731@itemx .c286
96a2c332 5732CHILL source file
c906108c 5733
c906108c
SS
5734@item .mod
5735Modula-2 source file
c906108c
SS
5736
5737@item .s
5738@itemx .S
5739Assembler source file. This actually behaves almost like C, but
5740@value{GDBN} does not skip over function prologues when stepping.
5741@end table
5742
5743In addition, you may set the language associated with a filename
5744extension. @xref{Show, , Displaying the language}.
5745
6d2ebf8b 5746@node Manually
c906108c
SS
5747@subsection Setting the working language
5748
5749If you allow @value{GDBN} to set the language automatically,
5750expressions are interpreted the same way in your debugging session and
5751your program.
5752
5753@kindex set language
5754If you wish, you may set the language manually. To do this, issue the
5755command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 5756a language, such as
c906108c 5757@code{c} or @code{modula-2}.
c906108c
SS
5758For a list of the supported languages, type @samp{set language}.
5759
c906108c
SS
5760Setting the language manually prevents @value{GDBN} from updating the working
5761language automatically. This can lead to confusion if you try
5762to debug a program when the working language is not the same as the
5763source language, when an expression is acceptable to both
5764languages---but means different things. For instance, if the current
5765source file were written in C, and @value{GDBN} was parsing Modula-2, a
5766command such as:
5767
5768@example
5769print a = b + c
5770@end example
5771
5772@noindent
5773might not have the effect you intended. In C, this means to add
5774@code{b} and @code{c} and place the result in @code{a}. The result
5775printed would be the value of @code{a}. In Modula-2, this means to compare
5776@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 5777
6d2ebf8b 5778@node Automatically
c906108c
SS
5779@subsection Having @value{GDBN} infer the source language
5780
5781To have @value{GDBN} set the working language automatically, use
5782@samp{set language local} or @samp{set language auto}. @value{GDBN}
5783then infers the working language. That is, when your program stops in a
5784frame (usually by encountering a breakpoint), @value{GDBN} sets the
5785working language to the language recorded for the function in that
5786frame. If the language for a frame is unknown (that is, if the function
5787or block corresponding to the frame was defined in a source file that
5788does not have a recognized extension), the current working language is
5789not changed, and @value{GDBN} issues a warning.
5790
5791This may not seem necessary for most programs, which are written
5792entirely in one source language. However, program modules and libraries
5793written in one source language can be used by a main program written in
5794a different source language. Using @samp{set language auto} in this
5795case frees you from having to set the working language manually.
5796
6d2ebf8b 5797@node Show
c906108c 5798@section Displaying the language
c906108c
SS
5799
5800The following commands help you find out which language is the
5801working language, and also what language source files were written in.
5802
5803@kindex show language
d4f3574e
SS
5804@kindex info frame@r{, show the source language}
5805@kindex info source@r{, show the source language}
c906108c
SS
5806@table @code
5807@item show language
5808Display the current working language. This is the
5809language you can use with commands such as @code{print} to
5810build and compute expressions that may involve variables in your program.
5811
5812@item info frame
5d161b24 5813Display the source language for this frame. This language becomes the
c906108c 5814working language if you use an identifier from this frame.
5d161b24 5815@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
5816information listed here.
5817
5818@item info source
5819Display the source language of this source file.
5d161b24 5820@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
5821information listed here.
5822@end table
5823
5824In unusual circumstances, you may have source files with extensions
5825not in the standard list. You can then set the extension associated
5826with a language explicitly:
5827
5828@kindex set extension-language
5829@kindex info extensions
5830@table @code
5831@item set extension-language @var{.ext} @var{language}
5832Set source files with extension @var{.ext} to be assumed to be in
5833the source language @var{language}.
5834
5835@item info extensions
5836List all the filename extensions and the associated languages.
5837@end table
5838
6d2ebf8b 5839@node Checks
c906108c
SS
5840@section Type and range checking
5841
5842@quotation
5843@emph{Warning:} In this release, the @value{GDBN} commands for type and range
5844checking are included, but they do not yet have any effect. This
5845section documents the intended facilities.
5846@end quotation
5847@c FIXME remove warning when type/range code added
5848
5849Some languages are designed to guard you against making seemingly common
5850errors through a series of compile- and run-time checks. These include
5851checking the type of arguments to functions and operators, and making
5852sure mathematical overflows are caught at run time. Checks such as
5853these help to ensure a program's correctness once it has been compiled
5854by eliminating type mismatches, and providing active checks for range
5855errors when your program is running.
5856
5857@value{GDBN} can check for conditions like the above if you wish.
5858Although @value{GDBN} does not check the statements in your program, it
5859can check expressions entered directly into @value{GDBN} for evaluation via
5860the @code{print} command, for example. As with the working language,
5861@value{GDBN} can also decide whether or not to check automatically based on
5862your program's source language. @xref{Support, ,Supported languages},
5863for the default settings of supported languages.
5864
5865@menu
5866* Type Checking:: An overview of type checking
5867* Range Checking:: An overview of range checking
5868@end menu
5869
5870@cindex type checking
5871@cindex checks, type
6d2ebf8b 5872@node Type Checking
c906108c
SS
5873@subsection An overview of type checking
5874
5875Some languages, such as Modula-2, are strongly typed, meaning that the
5876arguments to operators and functions have to be of the correct type,
5877otherwise an error occurs. These checks prevent type mismatch
5878errors from ever causing any run-time problems. For example,
5879
5880@smallexample
58811 + 2 @result{} 3
5882@exdent but
5883@error{} 1 + 2.3
5884@end smallexample
5885
5886The second example fails because the @code{CARDINAL} 1 is not
5887type-compatible with the @code{REAL} 2.3.
5888
5d161b24
DB
5889For the expressions you use in @value{GDBN} commands, you can tell the
5890@value{GDBN} type checker to skip checking;
5891to treat any mismatches as errors and abandon the expression;
5892or to only issue warnings when type mismatches occur,
c906108c
SS
5893but evaluate the expression anyway. When you choose the last of
5894these, @value{GDBN} evaluates expressions like the second example above, but
5895also issues a warning.
5896
5d161b24
DB
5897Even if you turn type checking off, there may be other reasons
5898related to type that prevent @value{GDBN} from evaluating an expression.
5899For instance, @value{GDBN} does not know how to add an @code{int} and
5900a @code{struct foo}. These particular type errors have nothing to do
5901with the language in use, and usually arise from expressions, such as
c906108c
SS
5902the one described above, which make little sense to evaluate anyway.
5903
5904Each language defines to what degree it is strict about type. For
5905instance, both Modula-2 and C require the arguments to arithmetical
5906operators to be numbers. In C, enumerated types and pointers can be
5907represented as numbers, so that they are valid arguments to mathematical
5908operators. @xref{Support, ,Supported languages}, for further
5909details on specific languages.
5910
5911@value{GDBN} provides some additional commands for controlling the type checker:
5912
d4f3574e 5913@kindex set check@r{, type}
c906108c
SS
5914@kindex set check type
5915@kindex show check type
5916@table @code
5917@item set check type auto
5918Set type checking on or off based on the current working language.
5919@xref{Support, ,Supported languages}, for the default settings for
5920each language.
5921
5922@item set check type on
5923@itemx set check type off
5924Set type checking on or off, overriding the default setting for the
5925current working language. Issue a warning if the setting does not
5926match the language default. If any type mismatches occur in
d4f3574e 5927evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
5928message and aborts evaluation of the expression.
5929
5930@item set check type warn
5931Cause the type checker to issue warnings, but to always attempt to
5932evaluate the expression. Evaluating the expression may still
5933be impossible for other reasons. For example, @value{GDBN} cannot add
5934numbers and structures.
5935
5936@item show type
5d161b24 5937Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
5938is setting it automatically.
5939@end table
5940
5941@cindex range checking
5942@cindex checks, range
6d2ebf8b 5943@node Range Checking
c906108c
SS
5944@subsection An overview of range checking
5945
5946In some languages (such as Modula-2), it is an error to exceed the
5947bounds of a type; this is enforced with run-time checks. Such range
5948checking is meant to ensure program correctness by making sure
5949computations do not overflow, or indices on an array element access do
5950not exceed the bounds of the array.
5951
5952For expressions you use in @value{GDBN} commands, you can tell
5953@value{GDBN} to treat range errors in one of three ways: ignore them,
5954always treat them as errors and abandon the expression, or issue
5955warnings but evaluate the expression anyway.
5956
5957A range error can result from numerical overflow, from exceeding an
5958array index bound, or when you type a constant that is not a member
5959of any type. Some languages, however, do not treat overflows as an
5960error. In many implementations of C, mathematical overflow causes the
5961result to ``wrap around'' to lower values---for example, if @var{m} is
5962the largest integer value, and @var{s} is the smallest, then
5963
5964@example
5965@var{m} + 1 @result{} @var{s}
5966@end example
5967
5968This, too, is specific to individual languages, and in some cases
5969specific to individual compilers or machines. @xref{Support, ,
5970Supported languages}, for further details on specific languages.
5971
5972@value{GDBN} provides some additional commands for controlling the range checker:
5973
d4f3574e 5974@kindex set check@r{, range}
c906108c
SS
5975@kindex set check range
5976@kindex show check range
5977@table @code
5978@item set check range auto
5979Set range checking on or off based on the current working language.
5980@xref{Support, ,Supported languages}, for the default settings for
5981each language.
5982
5983@item set check range on
5984@itemx set check range off
5985Set range checking on or off, overriding the default setting for the
5986current working language. A warning is issued if the setting does not
c3f6f71d
JM
5987match the language default. If a range error occurs and range checking is on,
5988then a message is printed and evaluation of the expression is aborted.
c906108c
SS
5989
5990@item set check range warn
5991Output messages when the @value{GDBN} range checker detects a range error,
5992but attempt to evaluate the expression anyway. Evaluating the
5993expression may still be impossible for other reasons, such as accessing
5994memory that the process does not own (a typical example from many Unix
5995systems).
5996
5997@item show range
5998Show the current setting of the range checker, and whether or not it is
5999being set automatically by @value{GDBN}.
6000@end table
c906108c 6001
6d2ebf8b 6002@node Support
c906108c 6003@section Supported languages
c906108c 6004
cce74817
JM
6005@value{GDBN} supports C, C++, Fortran, Java, Chill, assembly, and Modula-2.
6006@c This is false ...
c906108c
SS
6007Some @value{GDBN} features may be used in expressions regardless of the
6008language you use: the @value{GDBN} @code{@@} and @code{::} operators,
6009and the @samp{@{type@}addr} construct (@pxref{Expressions,
6010,Expressions}) can be used with the constructs of any supported
6011language.
6012
6013The following sections detail to what degree each source language is
6014supported by @value{GDBN}. These sections are not meant to be language
6015tutorials or references, but serve only as a reference guide to what the
6016@value{GDBN} expression parser accepts, and what input and output
6017formats should look like for different languages. There are many good
6018books written on each of these languages; please look to these for a
6019language reference or tutorial.
6020
c906108c 6021@menu
7a292a7a 6022* C:: C and C++
cce74817 6023* Modula-2:: Modula-2
104c1213 6024* Chill:: Chill
c906108c
SS
6025@end menu
6026
6d2ebf8b 6027@node C
c906108c 6028@subsection C and C++
7a292a7a 6029
c906108c
SS
6030@cindex C and C++
6031@cindex expressions in C or C++
c906108c
SS
6032
6033Since C and C++ are so closely related, many features of @value{GDBN} apply
6034to both languages. Whenever this is the case, we discuss those languages
6035together.
6036
41afff9a
EZ
6037@cindex C@t{++}
6038@cindex @code{g++}, @sc{gnu} C@t{++} compiler
c906108c
SS
6039@cindex @sc{gnu} C++
6040The C++ debugging facilities are jointly implemented by the C++
6041compiler and @value{GDBN}. Therefore, to debug your C++ code
6042effectively, you must compile your C++ programs with a supported
6043C++ compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C++
6044compiler (@code{aCC}).
6045
6046For best results when using @sc{gnu} C++, use the stabs debugging
6047format. You can select that format explicitly with the @code{g++}
6048command-line options @samp{-gstabs} or @samp{-gstabs+}. See
6049@ref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
6050CC, gcc.info, Using @sc{gnu} CC}, for more information.
c906108c 6051
c906108c
SS
6052@menu
6053* C Operators:: C and C++ operators
6054* C Constants:: C and C++ constants
7a292a7a 6055* C plus plus expressions:: C++ expressions
c906108c 6056* C Defaults:: Default settings for C and C++
c906108c 6057* C Checks:: C and C++ type and range checks
c906108c
SS
6058* Debugging C:: @value{GDBN} and C
6059* Debugging C plus plus:: @value{GDBN} features for C++
6060@end menu
c906108c 6061
6d2ebf8b 6062@node C Operators
c906108c 6063@subsubsection C and C++ operators
7a292a7a
SS
6064
6065@cindex C and C++ operators
c906108c
SS
6066
6067Operators must be defined on values of specific types. For instance,
6068@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 6069often defined on groups of types.
c906108c 6070
c906108c 6071For the purposes of C and C++, the following definitions hold:
c906108c
SS
6072
6073@itemize @bullet
53a5351d 6074
c906108c 6075@item
c906108c
SS
6076@emph{Integral types} include @code{int} with any of its storage-class
6077specifiers; @code{char}; @code{enum}; and, for C++, @code{bool}.
c906108c
SS
6078
6079@item
d4f3574e
SS
6080@emph{Floating-point types} include @code{float}, @code{double}, and
6081@code{long double} (if supported by the target platform).
c906108c
SS
6082
6083@item
53a5351d 6084@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
6085
6086@item
6087@emph{Scalar types} include all of the above.
53a5351d 6088
c906108c
SS
6089@end itemize
6090
6091@noindent
6092The following operators are supported. They are listed here
6093in order of increasing precedence:
6094
6095@table @code
6096@item ,
6097The comma or sequencing operator. Expressions in a comma-separated list
6098are evaluated from left to right, with the result of the entire
6099expression being the last expression evaluated.
6100
6101@item =
6102Assignment. The value of an assignment expression is the value
6103assigned. Defined on scalar types.
6104
6105@item @var{op}=
6106Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
6107and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 6108@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
6109@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
6110@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
6111
6112@item ?:
6113The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
6114of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
6115integral type.
6116
6117@item ||
6118Logical @sc{or}. Defined on integral types.
6119
6120@item &&
6121Logical @sc{and}. Defined on integral types.
6122
6123@item |
6124Bitwise @sc{or}. Defined on integral types.
6125
6126@item ^
6127Bitwise exclusive-@sc{or}. Defined on integral types.
6128
6129@item &
6130Bitwise @sc{and}. Defined on integral types.
6131
6132@item ==@r{, }!=
6133Equality and inequality. Defined on scalar types. The value of these
6134expressions is 0 for false and non-zero for true.
6135
6136@item <@r{, }>@r{, }<=@r{, }>=
6137Less than, greater than, less than or equal, greater than or equal.
6138Defined on scalar types. The value of these expressions is 0 for false
6139and non-zero for true.
6140
6141@item <<@r{, }>>
6142left shift, and right shift. Defined on integral types.
6143
6144@item @@
6145The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
6146
6147@item +@r{, }-
6148Addition and subtraction. Defined on integral types, floating-point types and
6149pointer types.
6150
6151@item *@r{, }/@r{, }%
6152Multiplication, division, and modulus. Multiplication and division are
6153defined on integral and floating-point types. Modulus is defined on
6154integral types.
6155
6156@item ++@r{, }--
6157Increment and decrement. When appearing before a variable, the
6158operation is performed before the variable is used in an expression;
6159when appearing after it, the variable's value is used before the
6160operation takes place.
6161
6162@item *
6163Pointer dereferencing. Defined on pointer types. Same precedence as
6164@code{++}.
6165
6166@item &
6167Address operator. Defined on variables. Same precedence as @code{++}.
6168
c906108c
SS
6169For debugging C++, @value{GDBN} implements a use of @samp{&} beyond what is
6170allowed in the C++ language itself: you can use @samp{&(&@var{ref})}
6171(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
6172where a C++ reference variable (declared with @samp{&@var{ref}}) is
6173stored.
c906108c
SS
6174
6175@item -
6176Negative. Defined on integral and floating-point types. Same
6177precedence as @code{++}.
6178
6179@item !
6180Logical negation. Defined on integral types. Same precedence as
6181@code{++}.
6182
6183@item ~
6184Bitwise complement operator. Defined on integral types. Same precedence as
6185@code{++}.
6186
6187
6188@item .@r{, }->
6189Structure member, and pointer-to-structure member. For convenience,
6190@value{GDBN} regards the two as equivalent, choosing whether to dereference a
6191pointer based on the stored type information.
6192Defined on @code{struct} and @code{union} data.
6193
c906108c
SS
6194@item .*@r{, }->*
6195Dereferences of pointers to members.
c906108c
SS
6196
6197@item []
6198Array indexing. @code{@var{a}[@var{i}]} is defined as
6199@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
6200
6201@item ()
6202Function parameter list. Same precedence as @code{->}.
6203
c906108c 6204@item ::
7a292a7a
SS
6205C++ scope resolution operator. Defined on @code{struct}, @code{union},
6206and @code{class} types.
c906108c
SS
6207
6208@item ::
7a292a7a
SS
6209Doubled colons also represent the @value{GDBN} scope operator
6210(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
6211above.
c906108c
SS
6212@end table
6213
c906108c
SS
6214If an operator is redefined in the user code, @value{GDBN} usually
6215attempts to invoke the redefined version instead of using the operator's
6216predefined meaning.
c906108c 6217
c906108c 6218@menu
5d161b24 6219* C Constants::
c906108c
SS
6220@end menu
6221
6d2ebf8b 6222@node C Constants
c906108c 6223@subsubsection C and C++ constants
c906108c
SS
6224
6225@cindex C and C++ constants
c906108c 6226
7a292a7a 6227@value{GDBN} allows you to express the constants of C and C++ in the
c906108c 6228following ways:
c906108c
SS
6229
6230@itemize @bullet
6231@item
6232Integer constants are a sequence of digits. Octal constants are
6233specified by a leading @samp{0} (i.e. zero), and hexadecimal constants by
6234a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
6235@samp{l}, specifying that the constant should be treated as a
6236@code{long} value.
6237
6238@item
6239Floating point constants are a sequence of digits, followed by a decimal
6240point, followed by a sequence of digits, and optionally followed by an
6241exponent. An exponent is of the form:
6242@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
6243sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
6244A floating-point constant may also end with a letter @samp{f} or
6245@samp{F}, specifying that the constant should be treated as being of
6246the @code{float} (as opposed to the default @code{double}) type; or with
6247a letter @samp{l} or @samp{L}, which specifies a @code{long double}
6248constant.
c906108c
SS
6249
6250@item
6251Enumerated constants consist of enumerated identifiers, or their
6252integral equivalents.
6253
6254@item
6255Character constants are a single character surrounded by single quotes
6256(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 6257(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
6258be represented by a letter or by @dfn{escape sequences}, which are of
6259the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
6260of the character's ordinal value; or of the form @samp{\@var{x}}, where
6261@samp{@var{x}} is a predefined special character---for example,
6262@samp{\n} for newline.
6263
6264@item
96a2c332
SS
6265String constants are a sequence of character constants surrounded by
6266double quotes (@code{"}). Any valid character constant (as described
6267above) may appear. Double quotes within the string must be preceded by
6268a backslash, so for instance @samp{"a\"b'c"} is a string of five
6269characters.
c906108c
SS
6270
6271@item
6272Pointer constants are an integral value. You can also write pointers
6273to constants using the C operator @samp{&}.
6274
6275@item
6276Array constants are comma-separated lists surrounded by braces @samp{@{}
6277and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
6278integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
6279and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
6280@end itemize
6281
c906108c 6282@menu
5d161b24
DB
6283* C plus plus expressions::
6284* C Defaults::
6285* C Checks::
c906108c 6286
5d161b24 6287* Debugging C::
c906108c
SS
6288@end menu
6289
6d2ebf8b 6290@node C plus plus expressions
c906108c 6291@subsubsection C++ expressions
c906108c
SS
6292
6293@cindex expressions in C++
6294@value{GDBN} expression handling can interpret most C++ expressions.
6295
c906108c
SS
6296@cindex C++ support, not in @sc{coff}
6297@cindex @sc{coff} versus C++
6298@cindex C++ and object formats
6299@cindex object formats and C++
6300@cindex a.out and C++
6301@cindex @sc{ecoff} and C++
6302@cindex @sc{xcoff} and C++
6303@cindex @sc{elf}/stabs and C++
6304@cindex @sc{elf}/@sc{dwarf} and C++
6305@c FIXME!! GDB may eventually be able to debug C++ using DWARF; check
6306@c periodically whether this has happened...
6307@quotation
6308@emph{Warning:} @value{GDBN} can only debug C++ code if you use the
6309proper compiler. Typically, C++ debugging depends on the use of
6310additional debugging information in the symbol table, and thus requires
6311special support. In particular, if your compiler generates a.out, MIPS
6312@sc{ecoff}, RS/6000 @sc{xcoff}, or @sc{elf} with stabs extensions to the
6313symbol table, these facilities are all available. (With @sc{gnu} CC,
6314you can use the @samp{-gstabs} option to request stabs debugging
6315extensions explicitly.) Where the object code format is standard
6316@sc{coff} or @sc{dwarf} in @sc{elf}, on the other hand, most of the C++
6317support in @value{GDBN} does @emph{not} work.
6318@end quotation
c906108c
SS
6319
6320@enumerate
6321
6322@cindex member functions
6323@item
6324Member function calls are allowed; you can use expressions like
6325
6326@example
6327count = aml->GetOriginal(x, y)
6328@end example
6329
41afff9a 6330@vindex this@r{, inside C@t{++} member functions}
c906108c
SS
6331@cindex namespace in C++
6332@item
6333While a member function is active (in the selected stack frame), your
6334expressions have the same namespace available as the member function;
6335that is, @value{GDBN} allows implicit references to the class instance
6336pointer @code{this} following the same rules as C++.
6337
c906108c 6338@cindex call overloaded functions
d4f3574e 6339@cindex overloaded functions, calling
c906108c
SS
6340@cindex type conversions in C++
6341@item
6342You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 6343call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
6344perform overload resolution involving user-defined type conversions,
6345calls to constructors, or instantiations of templates that do not exist
6346in the program. It also cannot handle ellipsis argument lists or
6347default arguments.
6348
6349It does perform integral conversions and promotions, floating-point
6350promotions, arithmetic conversions, pointer conversions, conversions of
6351class objects to base classes, and standard conversions such as those of
6352functions or arrays to pointers; it requires an exact match on the
6353number of function arguments.
6354
6355Overload resolution is always performed, unless you have specified
6356@code{set overload-resolution off}. @xref{Debugging C plus plus,
6357,@value{GDBN} features for C++}.
6358
d4f3574e 6359You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
6360explicit function signature to call an overloaded function, as in
6361@smallexample
6362p 'foo(char,int)'('x', 13)
6363@end smallexample
d4f3574e 6364
c906108c 6365The @value{GDBN} command-completion facility can simplify this;
d4f3574e 6366see @ref{Completion, ,Command completion}.
c906108c 6367
c906108c
SS
6368@cindex reference declarations
6369@item
5d161b24 6370@value{GDBN} understands variables declared as C++ references; you can use
c906108c
SS
6371them in expressions just as you do in C++ source---they are automatically
6372dereferenced.
6373
6374In the parameter list shown when @value{GDBN} displays a frame, the values of
6375reference variables are not displayed (unlike other variables); this
6376avoids clutter, since references are often used for large structures.
6377The @emph{address} of a reference variable is always shown, unless
6378you have specified @samp{set print address off}.
6379
6380@item
6381@value{GDBN} supports the C++ name resolution operator @code{::}---your
6382expressions can use it just as expressions in your program do. Since
6383one scope may be defined in another, you can use @code{::} repeatedly if
6384necessary, for example in an expression like
6385@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
6386resolving name scope by reference to source files, in both C and C++
6387debugging (@pxref{Variables, ,Program variables}).
6388@end enumerate
6389
53a5351d
JM
6390In addition, when used with HP's C++ compiler, @value{GDBN} supports
6391calling virtual functions correctly, printing out virtual bases of
6392objects, calling functions in a base subobject, casting objects, and
6393invoking user-defined operators.
c906108c 6394
6d2ebf8b 6395@node C Defaults
c906108c 6396@subsubsection C and C++ defaults
7a292a7a 6397
c906108c
SS
6398@cindex C and C++ defaults
6399
c906108c
SS
6400If you allow @value{GDBN} to set type and range checking automatically, they
6401both default to @code{off} whenever the working language changes to
6402C or C++. This happens regardless of whether you or @value{GDBN}
6403selects the working language.
c906108c
SS
6404
6405If you allow @value{GDBN} to set the language automatically, it
6406recognizes source files whose names end with @file{.c}, @file{.C}, or
6407@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
6408these files, it sets the working language to C or C++.
6409@xref{Automatically, ,Having @value{GDBN} infer the source language},
6410for further details.
6411
c906108c
SS
6412@c Type checking is (a) primarily motivated by Modula-2, and (b)
6413@c unimplemented. If (b) changes, it might make sense to let this node
6414@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 6415
6d2ebf8b 6416@node C Checks
c906108c 6417@subsubsection C and C++ type and range checks
7a292a7a 6418
c906108c
SS
6419@cindex C and C++ checks
6420
6421By default, when @value{GDBN} parses C or C++ expressions, type checking
6422is not used. However, if you turn type checking on, @value{GDBN}
6423considers two variables type equivalent if:
6424
6425@itemize @bullet
6426@item
6427The two variables are structured and have the same structure, union, or
6428enumerated tag.
6429
6430@item
6431The two variables have the same type name, or types that have been
6432declared equivalent through @code{typedef}.
6433
6434@ignore
6435@c leaving this out because neither J Gilmore nor R Pesch understand it.
6436@c FIXME--beers?
6437@item
6438The two @code{struct}, @code{union}, or @code{enum} variables are
6439declared in the same declaration. (Note: this may not be true for all C
6440compilers.)
6441@end ignore
6442@end itemize
6443
6444Range checking, if turned on, is done on mathematical operations. Array
6445indices are not checked, since they are often used to index a pointer
6446that is not itself an array.
c906108c 6447
6d2ebf8b 6448@node Debugging C
c906108c 6449@subsubsection @value{GDBN} and C
c906108c
SS
6450
6451The @code{set print union} and @code{show print union} commands apply to
6452the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
6453inside a @code{struct} or @code{class} is also printed. Otherwise, it
6454appears as @samp{@{...@}}.
c906108c
SS
6455
6456The @code{@@} operator aids in the debugging of dynamic arrays, formed
6457with pointers and a memory allocation function. @xref{Expressions,
6458,Expressions}.
6459
c906108c 6460@menu
5d161b24 6461* Debugging C plus plus::
c906108c
SS
6462@end menu
6463
6d2ebf8b 6464@node Debugging C plus plus
c906108c 6465@subsubsection @value{GDBN} features for C++
c906108c
SS
6466
6467@cindex commands for C++
7a292a7a 6468
c906108c
SS
6469Some @value{GDBN} commands are particularly useful with C++, and some are
6470designed specifically for use with C++. Here is a summary:
6471
6472@table @code
6473@cindex break in overloaded functions
6474@item @r{breakpoint menus}
6475When you want a breakpoint in a function whose name is overloaded,
6476@value{GDBN} breakpoint menus help you specify which function definition
6477you want. @xref{Breakpoint Menus,,Breakpoint menus}.
6478
6479@cindex overloading in C++
6480@item rbreak @var{regex}
6481Setting breakpoints using regular expressions is helpful for setting
6482breakpoints on overloaded functions that are not members of any special
6483classes.
6484@xref{Set Breaks, ,Setting breakpoints}.
6485
6486@cindex C++ exception handling
6487@item catch throw
6488@itemx catch catch
6489Debug C++ exception handling using these commands. @xref{Set
6490Catchpoints, , Setting catchpoints}.
6491
6492@cindex inheritance
6493@item ptype @var{typename}
6494Print inheritance relationships as well as other information for type
6495@var{typename}.
6496@xref{Symbols, ,Examining the Symbol Table}.
6497
6498@cindex C++ symbol display
6499@item set print demangle
6500@itemx show print demangle
6501@itemx set print asm-demangle
6502@itemx show print asm-demangle
6503Control whether C++ symbols display in their source form, both when
6504displaying code as C++ source and when displaying disassemblies.
6505@xref{Print Settings, ,Print settings}.
6506
6507@item set print object
6508@itemx show print object
6509Choose whether to print derived (actual) or declared types of objects.
6510@xref{Print Settings, ,Print settings}.
6511
6512@item set print vtbl
6513@itemx show print vtbl
6514Control the format for printing virtual function tables.
6515@xref{Print Settings, ,Print settings}.
c906108c
SS
6516(The @code{vtbl} commands do not work on programs compiled with the HP
6517ANSI C++ compiler (@code{aCC}).)
6518
6519@kindex set overload-resolution
d4f3574e 6520@cindex overloaded functions, overload resolution
c906108c
SS
6521@item set overload-resolution on
6522Enable overload resolution for C++ expression evaluation. The default
6523is on. For overloaded functions, @value{GDBN} evaluates the arguments
6524and searches for a function whose signature matches the argument types,
d4f3574e
SS
6525using the standard C++ conversion rules (see @ref{C plus plus expressions, ,C++
6526expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
6527message.
6528
6529@item set overload-resolution off
6530Disable overload resolution for C++ expression evaluation. For
6531overloaded functions that are not class member functions, @value{GDBN}
6532chooses the first function of the specified name that it finds in the
6533symbol table, whether or not its arguments are of the correct type. For
6534overloaded functions that are class member functions, @value{GDBN}
6535searches for a function whose signature @emph{exactly} matches the
6536argument types.
c906108c
SS
6537
6538@item @r{Overloaded symbol names}
6539You can specify a particular definition of an overloaded symbol, using
6540the same notation that is used to declare such symbols in C++: type
6541@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
6542also use the @value{GDBN} command-line word completion facilities to list the
6543available choices, or to finish the type list for you.
6544@xref{Completion,, Command completion}, for details on how to do this.
6545@end table
c906108c 6546
6d2ebf8b 6547@node Modula-2
c906108c 6548@subsection Modula-2
7a292a7a 6549
d4f3574e 6550@cindex Modula-2, @value{GDBN} support
c906108c
SS
6551
6552The extensions made to @value{GDBN} to support Modula-2 only support
6553output from the @sc{gnu} Modula-2 compiler (which is currently being
6554developed). Other Modula-2 compilers are not currently supported, and
6555attempting to debug executables produced by them is most likely
6556to give an error as @value{GDBN} reads in the executable's symbol
6557table.
6558
6559@cindex expressions in Modula-2
6560@menu
6561* M2 Operators:: Built-in operators
6562* Built-In Func/Proc:: Built-in functions and procedures
6563* M2 Constants:: Modula-2 constants
6564* M2 Defaults:: Default settings for Modula-2
6565* Deviations:: Deviations from standard Modula-2
6566* M2 Checks:: Modula-2 type and range checks
6567* M2 Scope:: The scope operators @code{::} and @code{.}
6568* GDB/M2:: @value{GDBN} and Modula-2
6569@end menu
6570
6d2ebf8b 6571@node M2 Operators
c906108c
SS
6572@subsubsection Operators
6573@cindex Modula-2 operators
6574
6575Operators must be defined on values of specific types. For instance,
6576@code{+} is defined on numbers, but not on structures. Operators are
6577often defined on groups of types. For the purposes of Modula-2, the
6578following definitions hold:
6579
6580@itemize @bullet
6581
6582@item
6583@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
6584their subranges.
6585
6586@item
6587@emph{Character types} consist of @code{CHAR} and its subranges.
6588
6589@item
6590@emph{Floating-point types} consist of @code{REAL}.
6591
6592@item
6593@emph{Pointer types} consist of anything declared as @code{POINTER TO
6594@var{type}}.
6595
6596@item
6597@emph{Scalar types} consist of all of the above.
6598
6599@item
6600@emph{Set types} consist of @code{SET} and @code{BITSET} types.
6601
6602@item
6603@emph{Boolean types} consist of @code{BOOLEAN}.
6604@end itemize
6605
6606@noindent
6607The following operators are supported, and appear in order of
6608increasing precedence:
6609
6610@table @code
6611@item ,
6612Function argument or array index separator.
6613
6614@item :=
6615Assignment. The value of @var{var} @code{:=} @var{value} is
6616@var{value}.
6617
6618@item <@r{, }>
6619Less than, greater than on integral, floating-point, or enumerated
6620types.
6621
6622@item <=@r{, }>=
96a2c332 6623Less than or equal to, greater than or equal to
c906108c
SS
6624on integral, floating-point and enumerated types, or set inclusion on
6625set types. Same precedence as @code{<}.
6626
6627@item =@r{, }<>@r{, }#
6628Equality and two ways of expressing inequality, valid on scalar types.
6629Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
6630available for inequality, since @code{#} conflicts with the script
6631comment character.
6632
6633@item IN
6634Set membership. Defined on set types and the types of their members.
6635Same precedence as @code{<}.
6636
6637@item OR
6638Boolean disjunction. Defined on boolean types.
6639
6640@item AND@r{, }&
d4f3574e 6641Boolean conjunction. Defined on boolean types.
c906108c
SS
6642
6643@item @@
6644The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
6645
6646@item +@r{, }-
6647Addition and subtraction on integral and floating-point types, or union
6648and difference on set types.
6649
6650@item *
6651Multiplication on integral and floating-point types, or set intersection
6652on set types.
6653
6654@item /
6655Division on floating-point types, or symmetric set difference on set
6656types. Same precedence as @code{*}.
6657
6658@item DIV@r{, }MOD
6659Integer division and remainder. Defined on integral types. Same
6660precedence as @code{*}.
6661
6662@item -
6663Negative. Defined on @code{INTEGER} and @code{REAL} data.
6664
6665@item ^
6666Pointer dereferencing. Defined on pointer types.
6667
6668@item NOT
6669Boolean negation. Defined on boolean types. Same precedence as
6670@code{^}.
6671
6672@item .
6673@code{RECORD} field selector. Defined on @code{RECORD} data. Same
6674precedence as @code{^}.
6675
6676@item []
6677Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
6678
6679@item ()
6680Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
6681as @code{^}.
6682
6683@item ::@r{, }.
6684@value{GDBN} and Modula-2 scope operators.
6685@end table
6686
6687@quotation
6688@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
6689treats the use of the operator @code{IN}, or the use of operators
6690@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
6691@code{<=}, and @code{>=} on sets as an error.
6692@end quotation
6693
6694@cindex Modula-2 built-ins
6d2ebf8b 6695@node Built-In Func/Proc
c906108c
SS
6696@subsubsection Built-in functions and procedures
6697
6698Modula-2 also makes available several built-in procedures and functions.
6699In describing these, the following metavariables are used:
6700
6701@table @var
6702
6703@item a
6704represents an @code{ARRAY} variable.
6705
6706@item c
6707represents a @code{CHAR} constant or variable.
6708
6709@item i
6710represents a variable or constant of integral type.
6711
6712@item m
6713represents an identifier that belongs to a set. Generally used in the
6714same function with the metavariable @var{s}. The type of @var{s} should
6715be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
6716
6717@item n
6718represents a variable or constant of integral or floating-point type.
6719
6720@item r
6721represents a variable or constant of floating-point type.
6722
6723@item t
6724represents a type.
6725
6726@item v
6727represents a variable.
6728
6729@item x
6730represents a variable or constant of one of many types. See the
6731explanation of the function for details.
6732@end table
6733
6734All Modula-2 built-in procedures also return a result, described below.
6735
6736@table @code
6737@item ABS(@var{n})
6738Returns the absolute value of @var{n}.
6739
6740@item CAP(@var{c})
6741If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 6742equivalent, otherwise it returns its argument.
c906108c
SS
6743
6744@item CHR(@var{i})
6745Returns the character whose ordinal value is @var{i}.
6746
6747@item DEC(@var{v})
c3f6f71d 6748Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
6749
6750@item DEC(@var{v},@var{i})
6751Decrements the value in the variable @var{v} by @var{i}. Returns the
6752new value.
6753
6754@item EXCL(@var{m},@var{s})
6755Removes the element @var{m} from the set @var{s}. Returns the new
6756set.
6757
6758@item FLOAT(@var{i})
6759Returns the floating point equivalent of the integer @var{i}.
6760
6761@item HIGH(@var{a})
6762Returns the index of the last member of @var{a}.
6763
6764@item INC(@var{v})
c3f6f71d 6765Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
6766
6767@item INC(@var{v},@var{i})
6768Increments the value in the variable @var{v} by @var{i}. Returns the
6769new value.
6770
6771@item INCL(@var{m},@var{s})
6772Adds the element @var{m} to the set @var{s} if it is not already
6773there. Returns the new set.
6774
6775@item MAX(@var{t})
6776Returns the maximum value of the type @var{t}.
6777
6778@item MIN(@var{t})
6779Returns the minimum value of the type @var{t}.
6780
6781@item ODD(@var{i})
6782Returns boolean TRUE if @var{i} is an odd number.
6783
6784@item ORD(@var{x})
6785Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
6786value of a character is its @sc{ascii} value (on machines supporting the
6787@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
6788integral, character and enumerated types.
6789
6790@item SIZE(@var{x})
6791Returns the size of its argument. @var{x} can be a variable or a type.
6792
6793@item TRUNC(@var{r})
6794Returns the integral part of @var{r}.
6795
6796@item VAL(@var{t},@var{i})
6797Returns the member of the type @var{t} whose ordinal value is @var{i}.
6798@end table
6799
6800@quotation
6801@emph{Warning:} Sets and their operations are not yet supported, so
6802@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
6803an error.
6804@end quotation
6805
6806@cindex Modula-2 constants
6d2ebf8b 6807@node M2 Constants
c906108c
SS
6808@subsubsection Constants
6809
6810@value{GDBN} allows you to express the constants of Modula-2 in the following
6811ways:
6812
6813@itemize @bullet
6814
6815@item
6816Integer constants are simply a sequence of digits. When used in an
6817expression, a constant is interpreted to be type-compatible with the
6818rest of the expression. Hexadecimal integers are specified by a
6819trailing @samp{H}, and octal integers by a trailing @samp{B}.
6820
6821@item
6822Floating point constants appear as a sequence of digits, followed by a
6823decimal point and another sequence of digits. An optional exponent can
6824then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
6825@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
6826digits of the floating point constant must be valid decimal (base 10)
6827digits.
6828
6829@item
6830Character constants consist of a single character enclosed by a pair of
6831like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 6832also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
6833followed by a @samp{C}.
6834
6835@item
6836String constants consist of a sequence of characters enclosed by a
6837pair of like quotes, either single (@code{'}) or double (@code{"}).
6838Escape sequences in the style of C are also allowed. @xref{C
6839Constants, ,C and C++ constants}, for a brief explanation of escape
6840sequences.
6841
6842@item
6843Enumerated constants consist of an enumerated identifier.
6844
6845@item
6846Boolean constants consist of the identifiers @code{TRUE} and
6847@code{FALSE}.
6848
6849@item
6850Pointer constants consist of integral values only.
6851
6852@item
6853Set constants are not yet supported.
6854@end itemize
6855
6d2ebf8b 6856@node M2 Defaults
c906108c
SS
6857@subsubsection Modula-2 defaults
6858@cindex Modula-2 defaults
6859
6860If type and range checking are set automatically by @value{GDBN}, they
6861both default to @code{on} whenever the working language changes to
d4f3574e 6862Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
6863selected the working language.
6864
6865If you allow @value{GDBN} to set the language automatically, then entering
6866code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 6867working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
6868the language automatically}, for further details.
6869
6d2ebf8b 6870@node Deviations
c906108c
SS
6871@subsubsection Deviations from standard Modula-2
6872@cindex Modula-2, deviations from
6873
6874A few changes have been made to make Modula-2 programs easier to debug.
6875This is done primarily via loosening its type strictness:
6876
6877@itemize @bullet
6878@item
6879Unlike in standard Modula-2, pointer constants can be formed by
6880integers. This allows you to modify pointer variables during
6881debugging. (In standard Modula-2, the actual address contained in a
6882pointer variable is hidden from you; it can only be modified
6883through direct assignment to another pointer variable or expression that
6884returned a pointer.)
6885
6886@item
6887C escape sequences can be used in strings and characters to represent
6888non-printable characters. @value{GDBN} prints out strings with these
6889escape sequences embedded. Single non-printable characters are
6890printed using the @samp{CHR(@var{nnn})} format.
6891
6892@item
6893The assignment operator (@code{:=}) returns the value of its right-hand
6894argument.
6895
6896@item
6897All built-in procedures both modify @emph{and} return their argument.
6898@end itemize
6899
6d2ebf8b 6900@node M2 Checks
c906108c
SS
6901@subsubsection Modula-2 type and range checks
6902@cindex Modula-2 checks
6903
6904@quotation
6905@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
6906range checking.
6907@end quotation
6908@c FIXME remove warning when type/range checks added
6909
6910@value{GDBN} considers two Modula-2 variables type equivalent if:
6911
6912@itemize @bullet
6913@item
6914They are of types that have been declared equivalent via a @code{TYPE
6915@var{t1} = @var{t2}} statement
6916
6917@item
6918They have been declared on the same line. (Note: This is true of the
6919@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
6920@end itemize
6921
6922As long as type checking is enabled, any attempt to combine variables
6923whose types are not equivalent is an error.
6924
6925Range checking is done on all mathematical operations, assignment, array
6926index bounds, and all built-in functions and procedures.
6927
6d2ebf8b 6928@node M2 Scope
c906108c
SS
6929@subsubsection The scope operators @code{::} and @code{.}
6930@cindex scope
41afff9a 6931@cindex @code{.}, Modula-2 scope operator
c906108c
SS
6932@cindex colon, doubled as scope operator
6933@ifinfo
41afff9a 6934@vindex colon-colon@r{, in Modula-2}
c906108c
SS
6935@c Info cannot handle :: but TeX can.
6936@end ifinfo
6937@iftex
41afff9a 6938@vindex ::@r{, in Modula-2}
c906108c
SS
6939@end iftex
6940
6941There are a few subtle differences between the Modula-2 scope operator
6942(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
6943similar syntax:
6944
6945@example
6946
6947@var{module} . @var{id}
6948@var{scope} :: @var{id}
6949@end example
6950
6951@noindent
6952where @var{scope} is the name of a module or a procedure,
6953@var{module} the name of a module, and @var{id} is any declared
6954identifier within your program, except another module.
6955
6956Using the @code{::} operator makes @value{GDBN} search the scope
6957specified by @var{scope} for the identifier @var{id}. If it is not
6958found in the specified scope, then @value{GDBN} searches all scopes
6959enclosing the one specified by @var{scope}.
6960
6961Using the @code{.} operator makes @value{GDBN} search the current scope for
6962the identifier specified by @var{id} that was imported from the
6963definition module specified by @var{module}. With this operator, it is
6964an error if the identifier @var{id} was not imported from definition
6965module @var{module}, or if @var{id} is not an identifier in
6966@var{module}.
6967
6d2ebf8b 6968@node GDB/M2
c906108c
SS
6969@subsubsection @value{GDBN} and Modula-2
6970
6971Some @value{GDBN} commands have little use when debugging Modula-2 programs.
6972Five subcommands of @code{set print} and @code{show print} apply
6973specifically to C and C++: @samp{vtbl}, @samp{demangle},
6974@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
6975apply to C++, and the last to the C @code{union} type, which has no direct
6976analogue in Modula-2.
6977
6978The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 6979with any language, is not useful with Modula-2. Its
c906108c
SS
6980intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
6981created in Modula-2 as they can in C or C++. However, because an
6982address can be specified by an integral constant, the construct
d4f3574e 6983@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
6984
6985@cindex @code{#} in Modula-2
6986In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
6987interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 6988
6d2ebf8b 6989@node Chill
cce74817
JM
6990@subsection Chill
6991
6992The extensions made to @value{GDBN} to support Chill only support output
d4f3574e 6993from the @sc{gnu} Chill compiler. Other Chill compilers are not currently
cce74817
JM
6994supported, and attempting to debug executables produced by them is most
6995likely to give an error as @value{GDBN} reads in the executable's symbol
6996table.
6997
d4f3574e
SS
6998@c This used to say "... following Chill related topics ...", but since
6999@c menus are not shown in the printed manual, it would look awkward.
7000This section covers the Chill related topics and the features
cce74817
JM
7001of @value{GDBN} which support these topics.
7002
7003@menu
104c1213
JM
7004* How modes are displayed:: How modes are displayed
7005* Locations:: Locations and their accesses
cce74817 7006* Values and their Operations:: Values and their Operations
5d161b24 7007* Chill type and range checks::
53a5351d 7008* Chill defaults::
cce74817
JM
7009@end menu
7010
6d2ebf8b 7011@node How modes are displayed
cce74817
JM
7012@subsubsection How modes are displayed
7013
7014The Chill Datatype- (Mode) support of @value{GDBN} is directly related
d4f3574e 7015with the functionality of the @sc{gnu} Chill compiler, and therefore deviates
cce74817
JM
7016slightly from the standard specification of the Chill language. The
7017provided modes are:
d4f3574e
SS
7018
7019@c FIXME: this @table's contents effectively disable @code by using @r
7020@c on every @item. So why does it need @code?
cce74817
JM
7021@table @code
7022@item @r{@emph{Discrete modes:}}
7023@itemize @bullet
7024@item
7025@emph{Integer Modes} which are predefined by @code{BYTE, UBYTE, INT,
7026UINT, LONG, ULONG},
7027@item
5d161b24 7028@emph{Boolean Mode} which is predefined by @code{BOOL},
cce74817 7029@item
5d161b24 7030@emph{Character Mode} which is predefined by @code{CHAR},
cce74817
JM
7031@item
7032@emph{Set Mode} which is displayed by the keyword @code{SET}.
7033@smallexample
7034(@value{GDBP}) ptype x
7035type = SET (karli = 10, susi = 20, fritzi = 100)
7036@end smallexample
7037If the type is an unnumbered set the set element values are omitted.
7038@item
6d2ebf8b
SS
7039@emph{Range Mode} which is displayed by
7040@smallexample
7041@code{type = <basemode>(<lower bound> : <upper bound>)}
7042@end smallexample
7043where @code{<lower bound>, <upper bound>} can be of any discrete literal
7044expression (e.g. set element names).
cce74817
JM
7045@end itemize
7046
7047@item @r{@emph{Powerset Mode:}}
7048A Powerset Mode is displayed by the keyword @code{POWERSET} followed by
d4f3574e 7049the member mode of the powerset. The member mode can be any discrete mode.
cce74817
JM
7050@smallexample
7051(@value{GDBP}) ptype x
7052type = POWERSET SET (egon, hugo, otto)
7053@end smallexample
7054
7055@item @r{@emph{Reference Modes:}}
7056@itemize @bullet
7057@item
d4f3574e 7058@emph{Bound Reference Mode} which is displayed by the keyword @code{REF}
cce74817
JM
7059followed by the mode name to which the reference is bound.
7060@item
7061@emph{Free Reference Mode} which is displayed by the keyword @code{PTR}.
7062@end itemize
7063
7064@item @r{@emph{Procedure mode}}
7065The procedure mode is displayed by @code{type = PROC(<parameter list>)
7066<return mode> EXCEPTIONS (<exception list>)}. The @code{<parameter
d4f3574e
SS
7067list>} is a list of the parameter modes. @code{<return mode>} indicates
7068the mode of the result of the procedure if any. The exceptionlist lists
cce74817
JM
7069all possible exceptions which can be raised by the procedure.
7070
7071@ignore
7072@item @r{@emph{Instance mode}}
7073The instance mode is represented by a structure, which has a static
5d161b24 7074type, and is therefore not really of interest.
cce74817
JM
7075@end ignore
7076
5d161b24 7077@item @r{@emph{Synchronization Modes:}}
cce74817
JM
7078@itemize @bullet
7079@item
6d2ebf8b
SS
7080@emph{Event Mode} which is displayed by
7081@smallexample
7082@code{EVENT (<event length>)}
7083@end smallexample
cce74817
JM
7084where @code{(<event length>)} is optional.
7085@item
6d2ebf8b
SS
7086@emph{Buffer Mode} which is displayed by
7087@smallexample
7088@code{BUFFER (<buffer length>)<buffer element mode>}
7089@end smallexample
7090where @code{(<buffer length>)} is optional.
cce74817
JM
7091@end itemize
7092
5d161b24 7093@item @r{@emph{Timing Modes:}}
cce74817
JM
7094@itemize @bullet
7095@item
7096@emph{Duration Mode} which is predefined by @code{DURATION}
7097@item
7098@emph{Absolute Time Mode} which is predefined by @code{TIME}
7099@end itemize
7100
7101@item @r{@emph{Real Modes:}}
7102Real Modes are predefined with @code{REAL} and @code{LONG_REAL}.
7103
7104@item @r{@emph{String Modes:}}
7105@itemize @bullet
7106@item
6d2ebf8b
SS
7107@emph{Character String Mode} which is displayed by
7108@smallexample
7109@code{CHARS(<string length>)}
7110@end smallexample
7111followed by the keyword @code{VARYING} if the String Mode is a varying
7112mode
cce74817 7113@item
6d2ebf8b
SS
7114@emph{Bit String Mode} which is displayed by
7115@smallexample
7116@code{BOOLS(<string
7117length>)}
7118@end smallexample
cce74817
JM
7119@end itemize
7120
7121@item @r{@emph{Array Mode:}}
7122The Array Mode is displayed by the keyword @code{ARRAY(<range>)}
7123followed by the element mode (which may in turn be an array mode).
7124@smallexample
7125(@value{GDBP}) ptype x
5d161b24
DB
7126type = ARRAY (1:42)
7127 ARRAY (1:20)
cce74817
JM
7128 SET (karli = 10, susi = 20, fritzi = 100)
7129@end smallexample
7130
5d161b24 7131@item @r{@emph{Structure Mode}}
cce74817 7132The Structure mode is displayed by the keyword @code{STRUCT(<field
d4f3574e
SS
7133list>)}. The @code{<field list>} consists of names and modes of fields
7134of the structure. Variant structures have the keyword @code{CASE <field>
7135OF <variant fields> ESAC} in their field list. Since the current version
cce74817
JM
7136of the GNU Chill compiler doesn't implement tag processing (no runtime
7137checks of variant fields, and therefore no debugging info), the output
7138always displays all variant fields.
7139@smallexample
7140(@value{GDBP}) ptype str
7141type = STRUCT (
7142 as x,
7143 bs x,
7144 CASE bs OF
7145 (karli):
7146 cs a
7147 (ott):
7148 ds x
7149 ESAC
7150)
7151@end smallexample
7152@end table
7153
6d2ebf8b 7154@node Locations
cce74817
JM
7155@subsubsection Locations and their accesses
7156
7157A location in Chill is an object which can contain values.
7158
7159A value of a location is generally accessed by the (declared) name of
d4f3574e
SS
7160the location. The output conforms to the specification of values in
7161Chill programs. How values are specified
7162is the topic of the next section, @ref{Values and their Operations}.
cce74817
JM
7163
7164The pseudo-location @code{RESULT} (or @code{result}) can be used to
7165display or change the result of a currently-active procedure:
d4f3574e 7166
cce74817
JM
7167@smallexample
7168set result := EXPR
7169@end smallexample
d4f3574e
SS
7170
7171@noindent
7172This does the same as the Chill action @code{RESULT EXPR} (which
c3f6f71d 7173is not available in @value{GDBN}).
cce74817
JM
7174
7175Values of reference mode locations are printed by @code{PTR(<hex
7176value>)} in case of a free reference mode, and by @code{(REF <reference
d4f3574e 7177mode>) (<hex-value>)} in case of a bound reference. @code{<hex value>}
cce74817
JM
7178represents the address where the reference points to. To access the
7179value of the location referenced by the pointer, use the dereference
d4f3574e 7180operator @samp{->}.
cce74817 7181
6d2ebf8b
SS
7182Values of procedure mode locations are displayed by
7183@smallexample
7184@code{@{ PROC
cce74817 7185(<argument modes> ) <return mode> @} <address> <name of procedure
6d2ebf8b
SS
7186location>}
7187@end smallexample
7188@code{<argument modes>} is a list of modes according to the parameter
7189specification of the procedure and @code{<address>} shows the address of
7190the entry point.
cce74817
JM
7191
7192@ignore
7193Locations of instance modes are displayed just like a structure with two
7194fields specifying the @emph{process type} and the @emph{copy number} of
7195the investigated instance location@footnote{This comes from the current
d4f3574e
SS
7196implementation of instances. They are implemented as a structure (no
7197na). The output should be something like @code{[<name of the process>;
7198<instance number>]}.}. The field names are @code{__proc_type} and
cce74817
JM
7199@code{__proc_copy}.
7200
7201Locations of synchronization modes are displayed like a structure with
7202the field name @code{__event_data} in case of a event mode location, and
7203like a structure with the field @code{__buffer_data} in case of a buffer
7204mode location (refer to previous paragraph).
7205
7206Structure Mode locations are printed by @code{[.<field name>: <value>,
d4f3574e 7207...]}. The @code{<field name>} corresponds to the structure mode
cce74817 7208definition and the layout of @code{<value>} varies depending of the mode
d4f3574e
SS
7209of the field. If the investigated structure mode location is of variant
7210structure mode, the variant parts of the structure are enclosed in curled
7211braces (@samp{@{@}}). Fields enclosed by @samp{@{,@}} are residing
cce74817 7212on the same memory location and represent the current values of the
d4f3574e 7213memory location in their specific modes. Since no tag processing is done
cce74817 7214all variants are displayed. A variant field is printed by
d4f3574e 7215@code{(<variant name>) = .<field name>: <value>}. (who implements the
cce74817
JM
7216stuff ???)
7217@smallexample
7218(@value{GDBP}) print str1 $4 = [.as: 0, .bs: karli, .<TAG>: { (karli) =
7219[.cs: []], (susi) = [.ds: susi]}]
7220@end smallexample
7221@end ignore
7222
7223Substructures of string mode-, array mode- or structure mode-values
7224(e.g. array slices, fields of structure locations) are accessed using
d4f3574e
SS
7225certain operations which are described in the next section, @ref{Values
7226and their Operations}.
cce74817
JM
7227
7228A location value may be interpreted as having a different mode using the
d4f3574e
SS
7229location conversion. This mode conversion is written as @code{<mode
7230name>(<location>)}. The user has to consider that the sizes of the modes
7231have to be equal otherwise an error occurs. Furthermore, no range
7232checking of the location against the destination mode is performed, and
cce74817 7233therefore the result can be quite confusing.
d4f3574e 7234
cce74817
JM
7235@smallexample
7236(@value{GDBP}) print int (s(3 up 4)) XXX TO be filled in !! XXX
7237@end smallexample
7238
6d2ebf8b 7239@node Values and their Operations
cce74817
JM
7240@subsubsection Values and their Operations
7241
7242Values are used to alter locations, to investigate complex structures in
7243more detail or to filter relevant information out of a large amount of
d4f3574e
SS
7244data. There are several (mode dependent) operations defined which enable
7245such investigations. These operations are not only applicable to
cce74817 7246constant values but also to locations, which can become quite useful
d4f3574e 7247when debugging complex structures. During parsing the command line
cce74817
JM
7248(e.g. evaluating an expression) @value{GDBN} treats location names as
7249the values behind these locations.
7250
d4f3574e 7251This section describes how values have to be specified and which
cce74817
JM
7252operations are legal to be used with such values.
7253
7254@table @code
7255@item Literal Values
d4f3574e
SS
7256Literal values are specified in the same manner as in @sc{gnu} Chill programs.
7257For detailed specification refer to the @sc{gnu} Chill implementation Manual
cce74817 7258chapter 1.5.
d4f3574e
SS
7259@c FIXME: if the Chill Manual is a Texinfo documents, the above should
7260@c be converted to a @ref.
cce74817 7261
5d161b24 7262@ignore
cce74817
JM
7263@itemize @bullet
7264@item
7265@emph{Integer Literals} are specified in the same manner as in Chill
d4f3574e 7266programs (refer to the Chill Standard z200/88 chpt 5.2.4.2)
cce74817
JM
7267@item
7268@emph{Boolean Literals} are defined by @code{TRUE} and @code{FALSE}.
7269@item
7270@emph{Character Literals} are defined by @code{'<character>'}. (e.g.
7271@code{'M'})
7272@item
7273@emph{Set Literals} are defined by a name which was specified in a set
d4f3574e
SS
7274mode. The value delivered by a Set Literal is the set value. This is
7275comparable to an enumeration in C/C++ language.
cce74817 7276@item
d4f3574e 7277@emph{Emptiness Literal} is predefined by @code{NULL}. The value of the
cce74817 7278emptiness literal delivers either the empty reference value, the empty
5d161b24 7279procedure value or the empty instance value.
cce74817
JM
7280
7281@item
7282@emph{Character String Literals} are defined by a sequence of characters
d4f3574e 7283enclosed in single- or double quotes. If a single- or double quote has
cce74817
JM
7284to be part of the string literal it has to be stuffed (specified twice).
7285@item
7286@emph{Bitstring Literals} are specified in the same manner as in Chill
7287programs (refer z200/88 chpt 5.2.4.8).
7288@item
7289@emph{Floating point literals} are specified in the same manner as in
d4f3574e 7290(gnu-)Chill programs (refer @sc{gnu} Chill implementation Manual chapter 1.5).
cce74817
JM
7291@end itemize
7292@end ignore
7293
7294@item Tuple Values
7295A tuple is specified by @code{<mode name>[<tuple>]}, where @code{<mode
d4f3574e 7296name>} can be omitted if the mode of the tuple is unambiguous. This
cce74817
JM
7297unambiguity is derived from the context of a evaluated expression.
7298@code{<tuple>} can be one of the following:
d4f3574e 7299
cce74817
JM
7300@itemize @bullet
7301@item @emph{Powerset Tuple}
7302@item @emph{Array Tuple}
7303@item @emph{Structure Tuple}
7304Powerset tuples, array tuples and structure tuples are specified in the
d4f3574e 7305same manner as in Chill programs refer to z200/88 chpt 5.2.5.
cce74817
JM
7306@end itemize
7307
7308@item String Element Value
6d2ebf8b
SS
7309A string element value is specified by
7310@smallexample
7311@code{<string value>(<index>)}
7312@end smallexample
d4f3574e 7313where @code{<index>} is a integer expression. It delivers a character
cce74817
JM
7314value which is equivalent to the character indexed by @code{<index>} in
7315the string.
7316
7317@item String Slice Value
7318A string slice value is specified by @code{<string value>(<slice
7319spec>)}, where @code{<slice spec>} can be either a range of integer
7320expressions or specified by @code{<start expr> up <size>}.
7321@code{<size>} denotes the number of elements which the slice contains.
7322The delivered value is a string value, which is part of the specified
7323string.
7324
7325@item Array Element Values
7326An array element value is specified by @code{<array value>(<expr>)} and
7327delivers a array element value of the mode of the specified array.
7328
7329@item Array Slice Values
7330An array slice is specified by @code{<array value>(<slice spec>)}, where
7331@code{<slice spec>} can be either a range specified by expressions or by
d4f3574e
SS
7332@code{<start expr> up <size>}. @code{<size>} denotes the number of
7333arrayelements the slice contains. The delivered value is an array value
cce74817
JM
7334which is part of the specified array.
7335
7336@item Structure Field Values
7337A structure field value is derived by @code{<structure value>.<field
d4f3574e
SS
7338name>}, where @code{<field name>} indicates the name of a field specified
7339in the mode definition of the structure. The mode of the delivered value
cce74817
JM
7340corresponds to this mode definition in the structure definition.
7341
7342@item Procedure Call Value
7343The procedure call value is derived from the return value of the
7344procedure@footnote{If a procedure call is used for instance in an
7345expression, then this procedure is called with all its side
d4f3574e 7346effects. This can lead to confusing results if used carelessly.}.
cce74817 7347
d4f3574e 7348Values of duration mode locations are represented by @code{ULONG} literals.
cce74817 7349
6d2ebf8b
SS
7350Values of time mode locations appear as
7351@smallexample
7352@code{TIME(<secs>:<nsecs>)}
7353@end smallexample
7354
cce74817
JM
7355
7356@ignore
7357This is not implemented yet:
7358@item Built-in Value
7359@noindent
7360The following built in functions are provided:
d4f3574e 7361
cce74817
JM
7362@table @code
7363@item @code{ADDR()}
7364@item @code{NUM()}
7365@item @code{PRED()}
7366@item @code{SUCC()}
7367@item @code{ABS()}
7368@item @code{CARD()}
7369@item @code{MAX()}
7370@item @code{MIN()}
7371@item @code{SIZE()}
7372@item @code{UPPER()}
7373@item @code{LOWER()}
7374@item @code{LENGTH()}
7375@item @code{SIN()}
7376@item @code{COS()}
7377@item @code{TAN()}
7378@item @code{ARCSIN()}
7379@item @code{ARCCOS()}
7380@item @code{ARCTAN()}
7381@item @code{EXP()}
7382@item @code{LN()}
7383@item @code{LOG()}
7384@item @code{SQRT()}
7385@end table
7386
7387For a detailed description refer to the GNU Chill implementation manual
7388chapter 1.6.
7389@end ignore
7390
7391@item Zero-adic Operator Value
7392The zero-adic operator value is derived from the instance value for the
7393current active process.
7394
7395@item Expression Values
7396The value delivered by an expression is the result of the evaluation of
d4f3574e 7397the specified expression. If there are error conditions (mode
cce74817 7398incompatibility, etc.) the evaluation of expressions is aborted with a
d4f3574e 7399corresponding error message. Expressions may be parenthesised which
cce74817 7400causes the evaluation of this expression before any other expression
d4f3574e 7401which uses the result of the parenthesised expression. The following
cce74817 7402operators are supported by @value{GDBN}:
d4f3574e 7403
cce74817
JM
7404@table @code
7405@item @code{OR, ORIF, XOR}
d4f3574e
SS
7406@itemx @code{AND, ANDIF}
7407@itemx @code{NOT}
cce74817 7408Logical operators defined over operands of boolean mode.
d4f3574e 7409
cce74817
JM
7410@item @code{=, /=}
7411Equality and inequality operators defined over all modes.
d4f3574e 7412
cce74817 7413@item @code{>, >=}
d4f3574e 7414@itemx @code{<, <=}
cce74817 7415Relational operators defined over predefined modes.
d4f3574e 7416
cce74817 7417@item @code{+, -}
d4f3574e 7418@itemx @code{*, /, MOD, REM}
cce74817 7419Arithmetic operators defined over predefined modes.
d4f3574e 7420
cce74817
JM
7421@item @code{-}
7422Change sign operator.
d4f3574e 7423
cce74817
JM
7424@item @code{//}
7425String concatenation operator.
d4f3574e 7426
cce74817
JM
7427@item @code{()}
7428String repetition operator.
d4f3574e 7429
cce74817
JM
7430@item @code{->}
7431Referenced location operator which can be used either to take the
7432address of a location (@code{->loc}), or to dereference a reference
7433location (@code{loc->}).
d4f3574e 7434
cce74817 7435@item @code{OR, XOR}
d4f3574e
SS
7436@itemx @code{AND}
7437@itemx @code{NOT}
cce74817 7438Powerset and bitstring operators.
d4f3574e 7439
cce74817 7440@item @code{>, >=}
d4f3574e 7441@itemx @code{<, <=}
cce74817 7442Powerset inclusion operators.
d4f3574e 7443
cce74817
JM
7444@item @code{IN}
7445Membership operator.
7446@end table
7447@end table
7448
6d2ebf8b 7449@node Chill type and range checks
cce74817
JM
7450@subsubsection Chill type and range checks
7451
7452@value{GDBN} considers two Chill variables mode equivalent if the sizes
d4f3574e 7453of the two modes are equal. This rule applies recursively to more
cce74817 7454complex datatypes which means that complex modes are treated
d4f3574e 7455equivalent if all element modes (which also can be complex modes like
cce74817
JM
7456structures, arrays, etc.) have the same size.
7457
7458Range checking is done on all mathematical operations, assignment, array
7459index bounds and all built in procedures.
7460
7461Strong type checks are forced using the @value{GDBN} command @code{set
d4f3574e 7462check strong}. This enforces strong type and range checks on all
cce74817
JM
7463operations where Chill constructs are used (expressions, built in
7464functions, etc.) in respect to the semantics as defined in the z.200
7465language specification.
7466
cce74817
JM
7467All checks can be disabled by the @value{GDBN} command @code{set check
7468off}.
7469
5d161b24 7470@ignore
53a5351d 7471@c Deviations from the Chill Standard Z200/88
cce74817
JM
7472see last paragraph ?
7473@end ignore
7474
6d2ebf8b 7475@node Chill defaults
cce74817
JM
7476@subsubsection Chill defaults
7477
7478If type and range checking are set automatically by @value{GDBN}, they
7479both default to @code{on} whenever the working language changes to
d4f3574e 7480Chill. This happens regardless of whether you or @value{GDBN}
cce74817
JM
7481selected the working language.
7482
7483If you allow @value{GDBN} to set the language automatically, then entering
7484code compiled from a file whose name ends with @file{.ch} sets the
d4f3574e 7485working language to Chill. @xref{Automatically, ,Having @value{GDBN} set
cce74817
JM
7486the language automatically}, for further details.
7487
6d2ebf8b 7488@node Symbols
c906108c
SS
7489@chapter Examining the Symbol Table
7490
d4f3574e 7491The commands described in this chapter allow you to inquire about the
c906108c
SS
7492symbols (names of variables, functions and types) defined in your
7493program. This information is inherent in the text of your program and
7494does not change as your program executes. @value{GDBN} finds it in your
7495program's symbol table, in the file indicated when you started @value{GDBN}
7496(@pxref{File Options, ,Choosing files}), or by one of the
7497file-management commands (@pxref{Files, ,Commands to specify files}).
7498
7499@cindex symbol names
7500@cindex names of symbols
7501@cindex quoting names
7502Occasionally, you may need to refer to symbols that contain unusual
7503characters, which @value{GDBN} ordinarily treats as word delimiters. The
7504most frequent case is in referring to static variables in other
7505source files (@pxref{Variables,,Program variables}). File names
7506are recorded in object files as debugging symbols, but @value{GDBN} would
7507ordinarily parse a typical file name, like @file{foo.c}, as the three words
7508@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
7509@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
7510
7511@example
7512p 'foo.c'::x
7513@end example
7514
7515@noindent
7516looks up the value of @code{x} in the scope of the file @file{foo.c}.
7517
7518@table @code
7519@kindex info address
7520@item info address @var{symbol}
7521Describe where the data for @var{symbol} is stored. For a register
7522variable, this says which register it is kept in. For a non-register
7523local variable, this prints the stack-frame offset at which the variable
7524is always stored.
7525
7526Note the contrast with @samp{print &@var{symbol}}, which does not work
7527at all for a register variable, and for a stack local variable prints
7528the exact address of the current instantiation of the variable.
7529
7530@kindex whatis
d4f3574e
SS
7531@item whatis @var{expr}
7532Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
7533actually evaluated, and any side-effecting operations (such as
7534assignments or function calls) inside it do not take place.
7535@xref{Expressions, ,Expressions}.
7536
7537@item whatis
7538Print the data type of @code{$}, the last value in the value history.
7539
7540@kindex ptype
7541@item ptype @var{typename}
7542Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
7543the name of a type, or for C code it may have the form @samp{class
7544@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
7545@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 7546
d4f3574e 7547@item ptype @var{expr}
c906108c 7548@itemx ptype
d4f3574e 7549Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
7550differs from @code{whatis} by printing a detailed description, instead
7551of just the name of the type.
7552
7553For example, for this variable declaration:
7554
7555@example
7556struct complex @{double real; double imag;@} v;
7557@end example
7558
7559@noindent
7560the two commands give this output:
7561
7562@example
7563@group
7564(@value{GDBP}) whatis v
7565type = struct complex
7566(@value{GDBP}) ptype v
7567type = struct complex @{
7568 double real;
7569 double imag;
7570@}
7571@end group
7572@end example
7573
7574@noindent
7575As with @code{whatis}, using @code{ptype} without an argument refers to
7576the type of @code{$}, the last value in the value history.
7577
7578@kindex info types
7579@item info types @var{regexp}
7580@itemx info types
d4f3574e 7581Print a brief description of all types whose names match @var{regexp}
c906108c
SS
7582(or all types in your program, if you supply no argument). Each
7583complete typename is matched as though it were a complete line; thus,
7584@samp{i type value} gives information on all types in your program whose
d4f3574e 7585names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
7586information only on types whose complete name is @code{value}.
7587
7588This command differs from @code{ptype} in two ways: first, like
7589@code{whatis}, it does not print a detailed description; second, it
7590lists all source files where a type is defined.
7591
7592@kindex info source
7593@item info source
7594Show the name of the current source file---that is, the source file for
7595the function containing the current point of execution---and the language
7596it was written in.
7597
7598@kindex info sources
7599@item info sources
7600Print the names of all source files in your program for which there is
7601debugging information, organized into two lists: files whose symbols
7602have already been read, and files whose symbols will be read when needed.
7603
7604@kindex info functions
7605@item info functions
7606Print the names and data types of all defined functions.
7607
7608@item info functions @var{regexp}
7609Print the names and data types of all defined functions
7610whose names contain a match for regular expression @var{regexp}.
7611Thus, @samp{info fun step} finds all functions whose names
7612include @code{step}; @samp{info fun ^step} finds those whose names
7613start with @code{step}.
7614
7615@kindex info variables
7616@item info variables
7617Print the names and data types of all variables that are declared
7618outside of functions (i.e., excluding local variables).
7619
7620@item info variables @var{regexp}
7621Print the names and data types of all variables (except for local
7622variables) whose names contain a match for regular expression
7623@var{regexp}.
7624
7625@ignore
7626This was never implemented.
7627@kindex info methods
7628@item info methods
7629@itemx info methods @var{regexp}
7630The @code{info methods} command permits the user to examine all defined
7631methods within C++ program, or (with the @var{regexp} argument) a
7632specific set of methods found in the various C++ classes. Many
7633C++ classes provide a large number of methods. Thus, the output
7634from the @code{ptype} command can be overwhelming and hard to use. The
7635@code{info-methods} command filters the methods, printing only those
7636which match the regular-expression @var{regexp}.
7637@end ignore
7638
c906108c
SS
7639@cindex reloading symbols
7640Some systems allow individual object files that make up your program to
7a292a7a
SS
7641be replaced without stopping and restarting your program. For example,
7642in VxWorks you can simply recompile a defective object file and keep on
7643running. If you are running on one of these systems, you can allow
7644@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
7645
7646@table @code
7647@kindex set symbol-reloading
7648@item set symbol-reloading on
7649Replace symbol definitions for the corresponding source file when an
7650object file with a particular name is seen again.
7651
7652@item set symbol-reloading off
6d2ebf8b
SS
7653Do not replace symbol definitions when encountering object files of the
7654same name more than once. This is the default state; if you are not
7655running on a system that permits automatic relinking of modules, you
7656should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
7657may discard symbols when linking large programs, that may contain
7658several modules (from different directories or libraries) with the same
7659name.
c906108c
SS
7660
7661@kindex show symbol-reloading
7662@item show symbol-reloading
7663Show the current @code{on} or @code{off} setting.
7664@end table
c906108c 7665
c906108c
SS
7666@kindex set opaque-type-resolution
7667@item set opaque-type-resolution on
7668Tell @value{GDBN} to resolve opaque types. An opaque type is a type
7669declared as a pointer to a @code{struct}, @code{class}, or
7670@code{union}---for example, @code{struct MyType *}---that is used in one
7671source file although the full declaration of @code{struct MyType} is in
7672another source file. The default is on.
7673
7674A change in the setting of this subcommand will not take effect until
7675the next time symbols for a file are loaded.
7676
7677@item set opaque-type-resolution off
7678Tell @value{GDBN} not to resolve opaque types. In this case, the type
7679is printed as follows:
7680@smallexample
7681@{<no data fields>@}
7682@end smallexample
7683
7684@kindex show opaque-type-resolution
7685@item show opaque-type-resolution
7686Show whether opaque types are resolved or not.
c906108c
SS
7687
7688@kindex maint print symbols
7689@cindex symbol dump
7690@kindex maint print psymbols
7691@cindex partial symbol dump
7692@item maint print symbols @var{filename}
7693@itemx maint print psymbols @var{filename}
7694@itemx maint print msymbols @var{filename}
7695Write a dump of debugging symbol data into the file @var{filename}.
7696These commands are used to debug the @value{GDBN} symbol-reading code. Only
7697symbols with debugging data are included. If you use @samp{maint print
7698symbols}, @value{GDBN} includes all the symbols for which it has already
7699collected full details: that is, @var{filename} reflects symbols for
7700only those files whose symbols @value{GDBN} has read. You can use the
7701command @code{info sources} to find out which files these are. If you
7702use @samp{maint print psymbols} instead, the dump shows information about
7703symbols that @value{GDBN} only knows partially---that is, symbols defined in
7704files that @value{GDBN} has skimmed, but not yet read completely. Finally,
7705@samp{maint print msymbols} dumps just the minimal symbol information
7706required for each object file from which @value{GDBN} has read some symbols.
7707@xref{Files, ,Commands to specify files}, for a discussion of how
7708@value{GDBN} reads symbols (in the description of @code{symbol-file}).
7709@end table
7710
6d2ebf8b 7711@node Altering
c906108c
SS
7712@chapter Altering Execution
7713
7714Once you think you have found an error in your program, you might want to
7715find out for certain whether correcting the apparent error would lead to
7716correct results in the rest of the run. You can find the answer by
7717experiment, using the @value{GDBN} features for altering execution of the
7718program.
7719
7720For example, you can store new values into variables or memory
7a292a7a
SS
7721locations, give your program a signal, restart it at a different
7722address, or even return prematurely from a function.
c906108c
SS
7723
7724@menu
7725* Assignment:: Assignment to variables
7726* Jumping:: Continuing at a different address
c906108c 7727* Signaling:: Giving your program a signal
c906108c
SS
7728* Returning:: Returning from a function
7729* Calling:: Calling your program's functions
7730* Patching:: Patching your program
7731@end menu
7732
6d2ebf8b 7733@node Assignment
c906108c
SS
7734@section Assignment to variables
7735
7736@cindex assignment
7737@cindex setting variables
7738To alter the value of a variable, evaluate an assignment expression.
7739@xref{Expressions, ,Expressions}. For example,
7740
7741@example
7742print x=4
7743@end example
7744
7745@noindent
7746stores the value 4 into the variable @code{x}, and then prints the
5d161b24 7747value of the assignment expression (which is 4).
c906108c
SS
7748@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
7749information on operators in supported languages.
c906108c
SS
7750
7751@kindex set variable
7752@cindex variables, setting
7753If you are not interested in seeing the value of the assignment, use the
7754@code{set} command instead of the @code{print} command. @code{set} is
7755really the same as @code{print} except that the expression's value is
7756not printed and is not put in the value history (@pxref{Value History,
7757,Value history}). The expression is evaluated only for its effects.
7758
c906108c
SS
7759If the beginning of the argument string of the @code{set} command
7760appears identical to a @code{set} subcommand, use the @code{set
7761variable} command instead of just @code{set}. This command is identical
7762to @code{set} except for its lack of subcommands. For example, if your
7763program has a variable @code{width}, you get an error if you try to set
7764a new value with just @samp{set width=13}, because @value{GDBN} has the
7765command @code{set width}:
7766
7767@example
7768(@value{GDBP}) whatis width
7769type = double
7770(@value{GDBP}) p width
7771$4 = 13
7772(@value{GDBP}) set width=47
7773Invalid syntax in expression.
7774@end example
7775
7776@noindent
7777The invalid expression, of course, is @samp{=47}. In
7778order to actually set the program's variable @code{width}, use
7779
7780@example
7781(@value{GDBP}) set var width=47
7782@end example
53a5351d 7783
c906108c
SS
7784Because the @code{set} command has many subcommands that can conflict
7785with the names of program variables, it is a good idea to use the
7786@code{set variable} command instead of just @code{set}. For example, if
7787your program has a variable @code{g}, you run into problems if you try
7788to set a new value with just @samp{set g=4}, because @value{GDBN} has
7789the command @code{set gnutarget}, abbreviated @code{set g}:
7790
7791@example
7792@group
7793(@value{GDBP}) whatis g
7794type = double
7795(@value{GDBP}) p g
7796$1 = 1
7797(@value{GDBP}) set g=4
2df3850c 7798(@value{GDBP}) p g
c906108c
SS
7799$2 = 1
7800(@value{GDBP}) r
7801The program being debugged has been started already.
7802Start it from the beginning? (y or n) y
7803Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
7804"/home/smith/cc_progs/a.out": can't open to read symbols:
7805 Invalid bfd target.
c906108c
SS
7806(@value{GDBP}) show g
7807The current BFD target is "=4".
7808@end group
7809@end example
7810
7811@noindent
7812The program variable @code{g} did not change, and you silently set the
7813@code{gnutarget} to an invalid value. In order to set the variable
7814@code{g}, use
7815
7816@example
7817(@value{GDBP}) set var g=4
7818@end example
c906108c
SS
7819
7820@value{GDBN} allows more implicit conversions in assignments than C; you can
7821freely store an integer value into a pointer variable or vice versa,
7822and you can convert any structure to any other structure that is the
7823same length or shorter.
7824@comment FIXME: how do structs align/pad in these conversions?
7825@comment /doc@cygnus.com 18dec1990
7826
7827To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
7828construct to generate a value of specified type at a specified address
7829(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
7830to memory location @code{0x83040} as an integer (which implies a certain size
7831and representation in memory), and
7832
7833@example
7834set @{int@}0x83040 = 4
7835@end example
7836
7837@noindent
7838stores the value 4 into that memory location.
7839
6d2ebf8b 7840@node Jumping
c906108c
SS
7841@section Continuing at a different address
7842
7843Ordinarily, when you continue your program, you do so at the place where
7844it stopped, with the @code{continue} command. You can instead continue at
7845an address of your own choosing, with the following commands:
7846
7847@table @code
7848@kindex jump
7849@item jump @var{linespec}
7850Resume execution at line @var{linespec}. Execution stops again
7851immediately if there is a breakpoint there. @xref{List, ,Printing
7852source lines}, for a description of the different forms of
7853@var{linespec}. It is common practice to use the @code{tbreak} command
7854in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
7855breakpoints}.
7856
7857The @code{jump} command does not change the current stack frame, or
7858the stack pointer, or the contents of any memory location or any
7859register other than the program counter. If line @var{linespec} is in
7860a different function from the one currently executing, the results may
7861be bizarre if the two functions expect different patterns of arguments or
7862of local variables. For this reason, the @code{jump} command requests
7863confirmation if the specified line is not in the function currently
7864executing. However, even bizarre results are predictable if you are
7865well acquainted with the machine-language code of your program.
7866
7867@item jump *@var{address}
7868Resume execution at the instruction at address @var{address}.
7869@end table
7870
c906108c 7871@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
7872On many systems, you can get much the same effect as the @code{jump}
7873command by storing a new value into the register @code{$pc}. The
7874difference is that this does not start your program running; it only
7875changes the address of where it @emph{will} run when you continue. For
7876example,
c906108c
SS
7877
7878@example
7879set $pc = 0x485
7880@end example
7881
7882@noindent
7883makes the next @code{continue} command or stepping command execute at
7884address @code{0x485}, rather than at the address where your program stopped.
7885@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
7886
7887The most common occasion to use the @code{jump} command is to back
7888up---perhaps with more breakpoints set---over a portion of a program
7889that has already executed, in order to examine its execution in more
7890detail.
7891
c906108c 7892@c @group
6d2ebf8b 7893@node Signaling
c906108c
SS
7894@section Giving your program a signal
7895
7896@table @code
7897@kindex signal
7898@item signal @var{signal}
7899Resume execution where your program stopped, but immediately give it the
7900signal @var{signal}. @var{signal} can be the name or the number of a
7901signal. For example, on many systems @code{signal 2} and @code{signal
7902SIGINT} are both ways of sending an interrupt signal.
7903
7904Alternatively, if @var{signal} is zero, continue execution without
7905giving a signal. This is useful when your program stopped on account of
7906a signal and would ordinary see the signal when resumed with the
7907@code{continue} command; @samp{signal 0} causes it to resume without a
7908signal.
7909
7910@code{signal} does not repeat when you press @key{RET} a second time
7911after executing the command.
7912@end table
7913@c @end group
7914
7915Invoking the @code{signal} command is not the same as invoking the
7916@code{kill} utility from the shell. Sending a signal with @code{kill}
7917causes @value{GDBN} to decide what to do with the signal depending on
7918the signal handling tables (@pxref{Signals}). The @code{signal} command
7919passes the signal directly to your program.
7920
c906108c 7921
6d2ebf8b 7922@node Returning
c906108c
SS
7923@section Returning from a function
7924
7925@table @code
7926@cindex returning from a function
7927@kindex return
7928@item return
7929@itemx return @var{expression}
7930You can cancel execution of a function call with the @code{return}
7931command. If you give an
7932@var{expression} argument, its value is used as the function's return
7933value.
7934@end table
7935
7936When you use @code{return}, @value{GDBN} discards the selected stack frame
7937(and all frames within it). You can think of this as making the
7938discarded frame return prematurely. If you wish to specify a value to
7939be returned, give that value as the argument to @code{return}.
7940
7941This pops the selected stack frame (@pxref{Selection, ,Selecting a
7942frame}), and any other frames inside of it, leaving its caller as the
7943innermost remaining frame. That frame becomes selected. The
7944specified value is stored in the registers used for returning values
7945of functions.
7946
7947The @code{return} command does not resume execution; it leaves the
7948program stopped in the state that would exist if the function had just
7949returned. In contrast, the @code{finish} command (@pxref{Continuing
7950and Stepping, ,Continuing and stepping}) resumes execution until the
7951selected stack frame returns naturally.
7952
6d2ebf8b 7953@node Calling
c906108c
SS
7954@section Calling program functions
7955
7956@cindex calling functions
7957@kindex call
7958@table @code
7959@item call @var{expr}
7960Evaluate the expression @var{expr} without displaying @code{void}
7961returned values.
7962@end table
7963
7964You can use this variant of the @code{print} command if you want to
7965execute a function from your program, but without cluttering the output
5d161b24
DB
7966with @code{void} returned values. If the result is not void, it
7967is printed and saved in the value history.
c906108c 7968
c906108c
SS
7969For the A29K, a user-controlled variable @code{call_scratch_address},
7970specifies the location of a scratch area to be used when @value{GDBN}
7971calls a function in the target. This is necessary because the usual
7972method of putting the scratch area on the stack does not work in systems
7973that have separate instruction and data spaces.
c906108c 7974
6d2ebf8b 7975@node Patching
c906108c 7976@section Patching programs
7a292a7a 7977
c906108c
SS
7978@cindex patching binaries
7979@cindex writing into executables
c906108c 7980@cindex writing into corefiles
c906108c 7981
7a292a7a
SS
7982By default, @value{GDBN} opens the file containing your program's
7983executable code (or the corefile) read-only. This prevents accidental
7984alterations to machine code; but it also prevents you from intentionally
7985patching your program's binary.
c906108c
SS
7986
7987If you'd like to be able to patch the binary, you can specify that
7988explicitly with the @code{set write} command. For example, you might
7989want to turn on internal debugging flags, or even to make emergency
7990repairs.
7991
7992@table @code
7993@kindex set write
7994@item set write on
7995@itemx set write off
7a292a7a
SS
7996If you specify @samp{set write on}, @value{GDBN} opens executable and
7997core files for both reading and writing; if you specify @samp{set write
c906108c
SS
7998off} (the default), @value{GDBN} opens them read-only.
7999
8000If you have already loaded a file, you must load it again (using the
7a292a7a
SS
8001@code{exec-file} or @code{core-file} command) after changing @code{set
8002write}, for your new setting to take effect.
c906108c
SS
8003
8004@item show write
8005@kindex show write
7a292a7a
SS
8006Display whether executable files and core files are opened for writing
8007as well as reading.
c906108c
SS
8008@end table
8009
6d2ebf8b 8010@node GDB Files
c906108c
SS
8011@chapter @value{GDBN} Files
8012
7a292a7a
SS
8013@value{GDBN} needs to know the file name of the program to be debugged,
8014both in order to read its symbol table and in order to start your
8015program. To debug a core dump of a previous run, you must also tell
8016@value{GDBN} the name of the core dump file.
c906108c
SS
8017
8018@menu
8019* Files:: Commands to specify files
8020* Symbol Errors:: Errors reading symbol files
8021@end menu
8022
6d2ebf8b 8023@node Files
c906108c 8024@section Commands to specify files
c906108c 8025
7a292a7a 8026@cindex symbol table
c906108c 8027@cindex core dump file
7a292a7a
SS
8028
8029You may want to specify executable and core dump file names. The usual
8030way to do this is at start-up time, using the arguments to
8031@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
8032Out of @value{GDBN}}).
c906108c
SS
8033
8034Occasionally it is necessary to change to a different file during a
8035@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
8036a file you want to use. In these situations the @value{GDBN} commands
8037to specify new files are useful.
8038
8039@table @code
8040@cindex executable file
8041@kindex file
8042@item file @var{filename}
8043Use @var{filename} as the program to be debugged. It is read for its
8044symbols and for the contents of pure memory. It is also the program
8045executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
8046directory and the file is not found in the @value{GDBN} working directory,
8047@value{GDBN} uses the environment variable @code{PATH} as a list of
8048directories to search, just as the shell does when looking for a program
8049to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
8050and your program, using the @code{path} command.
8051
6d2ebf8b 8052On systems with memory-mapped files, an auxiliary file named
c906108c
SS
8053@file{@var{filename}.syms} may hold symbol table information for
8054@var{filename}. If so, @value{GDBN} maps in the symbol table from
8055@file{@var{filename}.syms}, starting up more quickly. See the
8056descriptions of the file options @samp{-mapped} and @samp{-readnow}
8057(available on the command line, and with the commands @code{file},
5d161b24 8058@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 8059for more information.
c906108c
SS
8060
8061@item file
8062@code{file} with no argument makes @value{GDBN} discard any information it
8063has on both executable file and the symbol table.
8064
8065@kindex exec-file
8066@item exec-file @r{[} @var{filename} @r{]}
8067Specify that the program to be run (but not the symbol table) is found
8068in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
8069if necessary to locate your program. Omitting @var{filename} means to
8070discard information on the executable file.
8071
8072@kindex symbol-file
8073@item symbol-file @r{[} @var{filename} @r{]}
8074Read symbol table information from file @var{filename}. @code{PATH} is
8075searched when necessary. Use the @code{file} command to get both symbol
8076table and program to run from the same file.
8077
8078@code{symbol-file} with no argument clears out @value{GDBN} information on your
8079program's symbol table.
8080
5d161b24 8081The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
8082of its convenience variables, the value history, and all breakpoints and
8083auto-display expressions. This is because they may contain pointers to
8084the internal data recording symbols and data types, which are part of
8085the old symbol table data being discarded inside @value{GDBN}.
8086
8087@code{symbol-file} does not repeat if you press @key{RET} again after
8088executing it once.
8089
8090When @value{GDBN} is configured for a particular environment, it
8091understands debugging information in whatever format is the standard
8092generated for that environment; you may use either a @sc{gnu} compiler, or
8093other compilers that adhere to the local conventions.
c906108c
SS
8094Best results are usually obtained from @sc{gnu} compilers; for example,
8095using @code{@value{GCC}} you can generate debugging information for
8096optimized code.
c906108c
SS
8097
8098For most kinds of object files, with the exception of old SVR3 systems
8099using COFF, the @code{symbol-file} command does not normally read the
8100symbol table in full right away. Instead, it scans the symbol table
8101quickly to find which source files and which symbols are present. The
8102details are read later, one source file at a time, as they are needed.
8103
8104The purpose of this two-stage reading strategy is to make @value{GDBN}
8105start up faster. For the most part, it is invisible except for
8106occasional pauses while the symbol table details for a particular source
8107file are being read. (The @code{set verbose} command can turn these
8108pauses into messages if desired. @xref{Messages/Warnings, ,Optional
8109warnings and messages}.)
8110
c906108c
SS
8111We have not implemented the two-stage strategy for COFF yet. When the
8112symbol table is stored in COFF format, @code{symbol-file} reads the
8113symbol table data in full right away. Note that ``stabs-in-COFF''
8114still does the two-stage strategy, since the debug info is actually
8115in stabs format.
8116
8117@kindex readnow
8118@cindex reading symbols immediately
8119@cindex symbols, reading immediately
8120@kindex mapped
8121@cindex memory-mapped symbol file
8122@cindex saving symbol table
8123@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
8124@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
8125You can override the @value{GDBN} two-stage strategy for reading symbol
8126tables by using the @samp{-readnow} option with any of the commands that
8127load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 8128entire symbol table available.
c906108c 8129
c906108c
SS
8130If memory-mapped files are available on your system through the
8131@code{mmap} system call, you can use another option, @samp{-mapped}, to
8132cause @value{GDBN} to write the symbols for your program into a reusable
8133file. Future @value{GDBN} debugging sessions map in symbol information
8134from this auxiliary symbol file (if the program has not changed), rather
8135than spending time reading the symbol table from the executable
8136program. Using the @samp{-mapped} option has the same effect as
8137starting @value{GDBN} with the @samp{-mapped} command-line option.
8138
8139You can use both options together, to make sure the auxiliary symbol
8140file has all the symbol information for your program.
8141
8142The auxiliary symbol file for a program called @var{myprog} is called
8143@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
8144than the corresponding executable), @value{GDBN} always attempts to use
8145it when you debug @var{myprog}; no special options or commands are
8146needed.
8147
8148The @file{.syms} file is specific to the host machine where you run
8149@value{GDBN}. It holds an exact image of the internal @value{GDBN}
8150symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
8151
8152@c FIXME: for now no mention of directories, since this seems to be in
8153@c flux. 13mar1992 status is that in theory GDB would look either in
8154@c current dir or in same dir as myprog; but issues like competing
8155@c GDB's, or clutter in system dirs, mean that in practice right now
8156@c only current dir is used. FFish says maybe a special GDB hierarchy
8157@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
8158@c files.
8159
8160@kindex core
8161@kindex core-file
8162@item core-file @r{[} @var{filename} @r{]}
8163Specify the whereabouts of a core dump file to be used as the ``contents
8164of memory''. Traditionally, core files contain only some parts of the
8165address space of the process that generated them; @value{GDBN} can access the
8166executable file itself for other parts.
8167
8168@code{core-file} with no argument specifies that no core file is
8169to be used.
8170
8171Note that the core file is ignored when your program is actually running
7a292a7a
SS
8172under @value{GDBN}. So, if you have been running your program and you
8173wish to debug a core file instead, you must kill the subprocess in which
8174the program is running. To do this, use the @code{kill} command
c906108c 8175(@pxref{Kill Process, ,Killing the child process}).
c906108c 8176
c906108c
SS
8177@kindex add-symbol-file
8178@cindex dynamic linking
8179@item add-symbol-file @var{filename} @var{address}
8180@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
d167840f 8181@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address}
96a2c332
SS
8182The @code{add-symbol-file} command reads additional symbol table
8183information from the file @var{filename}. You would use this command
8184when @var{filename} has been dynamically loaded (by some other means)
8185into the program that is running. @var{address} should be the memory
8186address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
8187this out for itself. You can additionally specify an arbitrary number
8188of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
8189section name and base address for that section. You can specify any
8190@var{address} as an expression.
c906108c
SS
8191
8192The symbol table of the file @var{filename} is added to the symbol table
8193originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
8194@code{add-symbol-file} command any number of times; the new symbol data
8195thus read keeps adding to the old. To discard all old symbol data
8196instead, use the @code{symbol-file} command without any arguments.
c906108c
SS
8197
8198@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
8199
8200You can use the @samp{-mapped} and @samp{-readnow} options just as with
8201the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
8202table information for @var{filename}.
8203
8204@kindex add-shared-symbol-file
8205@item add-shared-symbol-file
8206The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
8207operating system for the Motorola 88k. @value{GDBN} automatically looks for
8208shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 8209@code{add-shared-symbol-file}. It takes no arguments.
c906108c 8210
c906108c
SS
8211@kindex section
8212@item section
5d161b24
DB
8213The @code{section} command changes the base address of section SECTION of
8214the exec file to ADDR. This can be used if the exec file does not contain
8215section addresses, (such as in the a.out format), or when the addresses
8216specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
8217separately. The @code{info files} command, described below, lists all
8218the sections and their addresses.
c906108c
SS
8219
8220@kindex info files
8221@kindex info target
8222@item info files
8223@itemx info target
7a292a7a
SS
8224@code{info files} and @code{info target} are synonymous; both print the
8225current target (@pxref{Targets, ,Specifying a Debugging Target}),
8226including the names of the executable and core dump files currently in
8227use by @value{GDBN}, and the files from which symbols were loaded. The
8228command @code{help target} lists all possible targets rather than
8229current ones.
8230
c906108c
SS
8231@end table
8232
8233All file-specifying commands allow both absolute and relative file names
8234as arguments. @value{GDBN} always converts the file name to an absolute file
8235name and remembers it that way.
8236
c906108c 8237@cindex shared libraries
c906108c
SS
8238@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
8239libraries.
53a5351d 8240
c906108c
SS
8241@value{GDBN} automatically loads symbol definitions from shared libraries
8242when you use the @code{run} command, or when you examine a core file.
8243(Before you issue the @code{run} command, @value{GDBN} does not understand
8244references to a function in a shared library, however---unless you are
8245debugging a core file).
53a5351d
JM
8246
8247On HP-UX, if the program loads a library explicitly, @value{GDBN}
8248automatically loads the symbols at the time of the @code{shl_load} call.
8249
c906108c
SS
8250@c FIXME: some @value{GDBN} release may permit some refs to undef
8251@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
8252@c FIXME...lib; check this from time to time when updating manual
8253
8254@table @code
8255@kindex info sharedlibrary
8256@kindex info share
8257@item info share
8258@itemx info sharedlibrary
8259Print the names of the shared libraries which are currently loaded.
8260
8261@kindex sharedlibrary
8262@kindex share
8263@item sharedlibrary @var{regex}
8264@itemx share @var{regex}
c906108c
SS
8265Load shared object library symbols for files matching a
8266Unix regular expression.
8267As with files loaded automatically, it only loads shared libraries
8268required by your program for a core file or after typing @code{run}. If
8269@var{regex} is omitted all shared libraries required by your program are
8270loaded.
8271@end table
8272
53a5351d
JM
8273On HP-UX systems, @value{GDBN} detects the loading of a shared library
8274and automatically reads in symbols from the newly loaded library, up to
8275a threshold that is initially set but that you can modify if you wish.
c906108c
SS
8276
8277Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
8278loaded. To load these symbols, use the command @code{sharedlibrary
8279@var{filename}}. The base address of the shared library is determined
c906108c
SS
8280automatically by @value{GDBN} and need not be specified.
8281
8282To display or set the threshold, use the commands:
8283
8284@table @code
8285@kindex set auto-solib-add
8286@item set auto-solib-add @var{threshold}
8287Set the autoloading size threshold, in megabytes. If @var{threshold} is
8288nonzero, symbols from all shared object libraries will be loaded
8289automatically when the inferior begins execution or when the dynamic
8290linker informs @value{GDBN} that a new library has been loaded, until
8291the symbol table of the program and libraries exceeds this threshold.
8292Otherwise, symbols must be loaded manually, using the
8293@code{sharedlibrary} command. The default threshold is 100 megabytes.
8294
8295@kindex show auto-solib-add
8296@item show auto-solib-add
8297Display the current autoloading size threshold, in megabytes.
8298@end table
c906108c 8299
6d2ebf8b 8300@node Symbol Errors
c906108c
SS
8301@section Errors reading symbol files
8302
8303While reading a symbol file, @value{GDBN} occasionally encounters problems,
8304such as symbol types it does not recognize, or known bugs in compiler
8305output. By default, @value{GDBN} does not notify you of such problems, since
8306they are relatively common and primarily of interest to people
8307debugging compilers. If you are interested in seeing information
8308about ill-constructed symbol tables, you can either ask @value{GDBN} to print
8309only one message about each such type of problem, no matter how many
8310times the problem occurs; or you can ask @value{GDBN} to print more messages,
8311to see how many times the problems occur, with the @code{set
8312complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
8313messages}).
8314
8315The messages currently printed, and their meanings, include:
8316
8317@table @code
8318@item inner block not inside outer block in @var{symbol}
8319
8320The symbol information shows where symbol scopes begin and end
8321(such as at the start of a function or a block of statements). This
8322error indicates that an inner scope block is not fully contained
8323in its outer scope blocks.
8324
8325@value{GDBN} circumvents the problem by treating the inner block as if it had
8326the same scope as the outer block. In the error message, @var{symbol}
8327may be shown as ``@code{(don't know)}'' if the outer block is not a
8328function.
8329
8330@item block at @var{address} out of order
8331
8332The symbol information for symbol scope blocks should occur in
8333order of increasing addresses. This error indicates that it does not
8334do so.
8335
8336@value{GDBN} does not circumvent this problem, and has trouble
8337locating symbols in the source file whose symbols it is reading. (You
8338can often determine what source file is affected by specifying
8339@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
8340messages}.)
8341
8342@item bad block start address patched
8343
8344The symbol information for a symbol scope block has a start address
8345smaller than the address of the preceding source line. This is known
8346to occur in the SunOS 4.1.1 (and earlier) C compiler.
8347
8348@value{GDBN} circumvents the problem by treating the symbol scope block as
8349starting on the previous source line.
8350
8351@item bad string table offset in symbol @var{n}
8352
8353@cindex foo
8354Symbol number @var{n} contains a pointer into the string table which is
8355larger than the size of the string table.
8356
8357@value{GDBN} circumvents the problem by considering the symbol to have the
8358name @code{foo}, which may cause other problems if many symbols end up
8359with this name.
8360
8361@item unknown symbol type @code{0x@var{nn}}
8362
7a292a7a
SS
8363The symbol information contains new data types that @value{GDBN} does
8364not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 8365uncomprehended information, in hexadecimal.
c906108c 8366
7a292a7a
SS
8367@value{GDBN} circumvents the error by ignoring this symbol information.
8368This usually allows you to debug your program, though certain symbols
c906108c 8369are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
8370debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
8371on @code{complain}, then go up to the function @code{read_dbx_symtab}
8372and examine @code{*bufp} to see the symbol.
c906108c
SS
8373
8374@item stub type has NULL name
c906108c 8375
7a292a7a 8376@value{GDBN} could not find the full definition for a struct or class.
c906108c 8377
7a292a7a 8378@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
c906108c 8379The symbol information for a C++ member function is missing some
7a292a7a
SS
8380information that recent versions of the compiler should have output for
8381it.
c906108c
SS
8382
8383@item info mismatch between compiler and debugger
8384
8385@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 8386
c906108c
SS
8387@end table
8388
6d2ebf8b 8389@node Targets
c906108c 8390@chapter Specifying a Debugging Target
7a292a7a 8391
c906108c
SS
8392@cindex debugging target
8393@kindex target
8394
8395A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
8396
8397Often, @value{GDBN} runs in the same host environment as your program;
8398in that case, the debugging target is specified as a side effect when
8399you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
8400flexibility---for example, running @value{GDBN} on a physically separate
8401host, or controlling a standalone system over a serial port or a
53a5351d
JM
8402realtime system over a TCP/IP connection---you can use the @code{target}
8403command to specify one of the target types configured for @value{GDBN}
8404(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
8405
8406@menu
8407* Active Targets:: Active targets
8408* Target Commands:: Commands for managing targets
c906108c
SS
8409* Byte Order:: Choosing target byte order
8410* Remote:: Remote debugging
96baa820 8411* KOD:: Kernel Object Display
c906108c
SS
8412
8413@end menu
8414
6d2ebf8b 8415@node Active Targets
c906108c 8416@section Active targets
7a292a7a 8417
c906108c
SS
8418@cindex stacking targets
8419@cindex active targets
8420@cindex multiple targets
8421
c906108c 8422There are three classes of targets: processes, core files, and
7a292a7a
SS
8423executable files. @value{GDBN} can work concurrently on up to three
8424active targets, one in each class. This allows you to (for example)
8425start a process and inspect its activity without abandoning your work on
8426a core file.
c906108c
SS
8427
8428For example, if you execute @samp{gdb a.out}, then the executable file
8429@code{a.out} is the only active target. If you designate a core file as
8430well---presumably from a prior run that crashed and coredumped---then
8431@value{GDBN} has two active targets and uses them in tandem, looking
8432first in the corefile target, then in the executable file, to satisfy
8433requests for memory addresses. (Typically, these two classes of target
8434are complementary, since core files contain only a program's
8435read-write memory---variables and so on---plus machine status, while
8436executable files contain only the program text and initialized data.)
c906108c
SS
8437
8438When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
8439target as well. When a process target is active, all @value{GDBN}
8440commands requesting memory addresses refer to that target; addresses in
8441an active core file or executable file target are obscured while the
8442process target is active.
c906108c 8443
7a292a7a
SS
8444Use the @code{core-file} and @code{exec-file} commands to select a new
8445core file or executable target (@pxref{Files, ,Commands to specify
c906108c 8446files}). To specify as a target a process that is already running, use
7a292a7a
SS
8447the @code{attach} command (@pxref{Attach, ,Debugging an already-running
8448process}).
c906108c 8449
6d2ebf8b 8450@node Target Commands
c906108c
SS
8451@section Commands for managing targets
8452
8453@table @code
8454@item target @var{type} @var{parameters}
7a292a7a
SS
8455Connects the @value{GDBN} host environment to a target machine or
8456process. A target is typically a protocol for talking to debugging
8457facilities. You use the argument @var{type} to specify the type or
8458protocol of the target machine.
c906108c
SS
8459
8460Further @var{parameters} are interpreted by the target protocol, but
8461typically include things like device names or host names to connect
8462with, process numbers, and baud rates.
c906108c
SS
8463
8464The @code{target} command does not repeat if you press @key{RET} again
8465after executing the command.
8466
8467@kindex help target
8468@item help target
8469Displays the names of all targets available. To display targets
8470currently selected, use either @code{info target} or @code{info files}
8471(@pxref{Files, ,Commands to specify files}).
8472
8473@item help target @var{name}
8474Describe a particular target, including any parameters necessary to
8475select it.
8476
8477@kindex set gnutarget
8478@item set gnutarget @var{args}
5d161b24 8479@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 8480knows whether it is reading an @dfn{executable},
5d161b24
DB
8481a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
8482with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
8483with @code{gnutarget} the @code{target} refers to a program, not a machine.
8484
d4f3574e 8485@quotation
c906108c
SS
8486@emph{Warning:} To specify a file format with @code{set gnutarget},
8487you must know the actual BFD name.
d4f3574e 8488@end quotation
c906108c 8489
d4f3574e
SS
8490@noindent
8491@xref{Files, , Commands to specify files}.
c906108c 8492
5d161b24 8493@kindex show gnutarget
c906108c
SS
8494@item show gnutarget
8495Use the @code{show gnutarget} command to display what file format
8496@code{gnutarget} is set to read. If you have not set @code{gnutarget},
8497@value{GDBN} will determine the file format for each file automatically,
8498and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
8499@end table
8500
c906108c
SS
8501Here are some common targets (available, or not, depending on the GDB
8502configuration):
c906108c
SS
8503
8504@table @code
8505@kindex target exec
8506@item target exec @var{program}
8507An executable file. @samp{target exec @var{program}} is the same as
8508@samp{exec-file @var{program}}.
8509
c906108c
SS
8510@kindex target core
8511@item target core @var{filename}
8512A core dump file. @samp{target core @var{filename}} is the same as
8513@samp{core-file @var{filename}}.
c906108c
SS
8514
8515@kindex target remote
8516@item target remote @var{dev}
8517Remote serial target in GDB-specific protocol. The argument @var{dev}
8518specifies what serial device to use for the connection (e.g.
8519@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 8520supports the @code{load} command. This is only useful if you have
c906108c
SS
8521some other way of getting the stub to the target system, and you can put
8522it somewhere in memory where it won't get clobbered by the download.
8523
c906108c
SS
8524@kindex target sim
8525@item target sim
2df3850c 8526Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213
JM
8527In general,
8528@example
8529 target sim
8530 load
8531 run
8532@end example
d4f3574e 8533@noindent
104c1213 8534works; however, you cannot assume that a specific memory map, device
d4f3574e 8535drivers, or even basic I/O is available, although some simulators do
104c1213
JM
8536provide these. For info about any processor-specific simulator details,
8537see the appropriate section in @ref{Embedded Processors, ,Embedded
8538Processors}.
8539
c906108c
SS
8540@end table
8541
104c1213 8542Some configurations may include these targets as well:
c906108c
SS
8543
8544@table @code
8545
c906108c
SS
8546@kindex target nrom
8547@item target nrom @var{dev}
8548NetROM ROM emulator. This target only supports downloading.
8549
c906108c
SS
8550@end table
8551
5d161b24 8552Different targets are available on different configurations of @value{GDBN};
c906108c 8553your configuration may have more or fewer targets.
c906108c
SS
8554
8555Many remote targets require you to download the executable's code
8556once you've successfully established a connection.
8557
8558@table @code
8559
8560@kindex load @var{filename}
8561@item load @var{filename}
c906108c
SS
8562Depending on what remote debugging facilities are configured into
8563@value{GDBN}, the @code{load} command may be available. Where it exists, it
8564is meant to make @var{filename} (an executable) available for debugging
8565on the remote system---by downloading, or dynamic linking, for example.
8566@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
8567the @code{add-symbol-file} command.
8568
8569If your @value{GDBN} does not have a @code{load} command, attempting to
8570execute it gets the error message ``@code{You can't do that when your
8571target is @dots{}}''
c906108c
SS
8572
8573The file is loaded at whatever address is specified in the executable.
8574For some object file formats, you can specify the load address when you
8575link the program; for other formats, like a.out, the object file format
8576specifies a fixed address.
8577@c FIXME! This would be a good place for an xref to the GNU linker doc.
8578
c906108c
SS
8579@code{load} does not repeat if you press @key{RET} again after using it.
8580@end table
8581
6d2ebf8b 8582@node Byte Order
c906108c 8583@section Choosing target byte order
7a292a7a 8584
c906108c
SS
8585@cindex choosing target byte order
8586@cindex target byte order
c906108c
SS
8587
8588Some types of processors, such as the MIPS, PowerPC, and Hitachi SH,
8589offer the ability to run either big-endian or little-endian byte
8590orders. Usually the executable or symbol will include a bit to
8591designate the endian-ness, and you will not need to worry about
8592which to use. However, you may still find it useful to adjust
d4f3574e 8593@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
8594
8595@table @code
8596@kindex set endian big
8597@item set endian big
8598Instruct @value{GDBN} to assume the target is big-endian.
8599
8600@kindex set endian little
8601@item set endian little
8602Instruct @value{GDBN} to assume the target is little-endian.
8603
8604@kindex set endian auto
8605@item set endian auto
8606Instruct @value{GDBN} to use the byte order associated with the
8607executable.
8608
8609@item show endian
8610Display @value{GDBN}'s current idea of the target byte order.
8611
8612@end table
8613
8614Note that these commands merely adjust interpretation of symbolic
8615data on the host, and that they have absolutely no effect on the
8616target system.
8617
6d2ebf8b 8618@node Remote
c906108c
SS
8619@section Remote debugging
8620@cindex remote debugging
8621
8622If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
8623@value{GDBN} in the usual way, it is often useful to use remote debugging.
8624For example, you might use remote debugging on an operating system kernel,
c906108c
SS
8625or on a small system which does not have a general purpose operating system
8626powerful enough to run a full-featured debugger.
8627
8628Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
8629to make this work with particular debugging targets. In addition,
5d161b24 8630@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
8631but not specific to any particular target system) which you can use if you
8632write the remote stubs---the code that runs on the remote system to
8633communicate with @value{GDBN}.
8634
8635Other remote targets may be available in your
8636configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 8637
c906108c 8638@menu
c906108c 8639* Remote Serial:: @value{GDBN} remote serial protocol
c906108c
SS
8640@end menu
8641
6d2ebf8b 8642@node Remote Serial
104c1213 8643@subsection The @value{GDBN} remote serial protocol
7a292a7a 8644
104c1213
JM
8645@cindex remote serial debugging, overview
8646To debug a program running on another machine (the debugging
8647@dfn{target} machine), you must first arrange for all the usual
8648prerequisites for the program to run by itself. For example, for a C
8649program, you need:
c906108c 8650
104c1213
JM
8651@enumerate
8652@item
8653A startup routine to set up the C runtime environment; these usually
8654have a name like @file{crt0}. The startup routine may be supplied by
8655your hardware supplier, or you may have to write your own.
96baa820 8656
5d161b24 8657@item
d4f3574e 8658A C subroutine library to support your program's
104c1213 8659subroutine calls, notably managing input and output.
96baa820 8660
104c1213
JM
8661@item
8662A way of getting your program to the other machine---for example, a
8663download program. These are often supplied by the hardware
8664manufacturer, but you may have to write your own from hardware
8665documentation.
8666@end enumerate
96baa820 8667
104c1213
JM
8668The next step is to arrange for your program to use a serial port to
8669communicate with the machine where @value{GDBN} is running (the @dfn{host}
8670machine). In general terms, the scheme looks like this:
96baa820 8671
104c1213
JM
8672@table @emph
8673@item On the host,
8674@value{GDBN} already understands how to use this protocol; when everything
8675else is set up, you can simply use the @samp{target remote} command
8676(@pxref{Targets,,Specifying a Debugging Target}).
8677
8678@item On the target,
8679you must link with your program a few special-purpose subroutines that
8680implement the @value{GDBN} remote serial protocol. The file containing these
8681subroutines is called a @dfn{debugging stub}.
8682
8683On certain remote targets, you can use an auxiliary program
8684@code{gdbserver} instead of linking a stub into your program.
8685@xref{Server,,Using the @code{gdbserver} program}, for details.
8686@end table
96baa820 8687
104c1213
JM
8688The debugging stub is specific to the architecture of the remote
8689machine; for example, use @file{sparc-stub.c} to debug programs on
8690@sc{sparc} boards.
96baa820 8691
104c1213
JM
8692@cindex remote serial stub list
8693These working remote stubs are distributed with @value{GDBN}:
96baa820 8694
104c1213
JM
8695@table @code
8696
8697@item i386-stub.c
41afff9a 8698@cindex @file{i386-stub.c}
104c1213
JM
8699@cindex Intel
8700@cindex i386
8701For Intel 386 and compatible architectures.
8702
8703@item m68k-stub.c
41afff9a 8704@cindex @file{m68k-stub.c}
104c1213
JM
8705@cindex Motorola 680x0
8706@cindex m680x0
8707For Motorola 680x0 architectures.
8708
8709@item sh-stub.c
41afff9a 8710@cindex @file{sh-stub.c}
104c1213
JM
8711@cindex Hitachi
8712@cindex SH
8713For Hitachi SH architectures.
8714
8715@item sparc-stub.c
41afff9a 8716@cindex @file{sparc-stub.c}
104c1213
JM
8717@cindex Sparc
8718For @sc{sparc} architectures.
8719
8720@item sparcl-stub.c
41afff9a 8721@cindex @file{sparcl-stub.c}
104c1213
JM
8722@cindex Fujitsu
8723@cindex SparcLite
8724For Fujitsu @sc{sparclite} architectures.
8725
8726@end table
8727
8728The @file{README} file in the @value{GDBN} distribution may list other
8729recently added stubs.
8730
8731@menu
8732* Stub Contents:: What the stub can do for you
8733* Bootstrapping:: What you must do for the stub
8734* Debug Session:: Putting it all together
8735* Protocol:: Definition of the communication protocol
8736* Server:: Using the `gdbserver' program
8737* NetWare:: Using the `gdbserve.nlm' program
8738@end menu
8739
6d2ebf8b 8740@node Stub Contents
104c1213
JM
8741@subsubsection What the stub can do for you
8742
8743@cindex remote serial stub
8744The debugging stub for your architecture supplies these three
8745subroutines:
8746
8747@table @code
8748@item set_debug_traps
8749@kindex set_debug_traps
8750@cindex remote serial stub, initialization
8751This routine arranges for @code{handle_exception} to run when your
8752program stops. You must call this subroutine explicitly near the
8753beginning of your program.
8754
8755@item handle_exception
8756@kindex handle_exception
8757@cindex remote serial stub, main routine
8758This is the central workhorse, but your program never calls it
8759explicitly---the setup code arranges for @code{handle_exception} to
8760run when a trap is triggered.
8761
8762@code{handle_exception} takes control when your program stops during
8763execution (for example, on a breakpoint), and mediates communications
8764with @value{GDBN} on the host machine. This is where the communications
8765protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 8766representative on the target machine. It begins by sending summary
104c1213
JM
8767information on the state of your program, then continues to execute,
8768retrieving and transmitting any information @value{GDBN} needs, until you
8769execute a @value{GDBN} command that makes your program resume; at that point,
8770@code{handle_exception} returns control to your own code on the target
5d161b24 8771machine.
104c1213
JM
8772
8773@item breakpoint
8774@cindex @code{breakpoint} subroutine, remote
8775Use this auxiliary subroutine to make your program contain a
8776breakpoint. Depending on the particular situation, this may be the only
8777way for @value{GDBN} to get control. For instance, if your target
8778machine has some sort of interrupt button, you won't need to call this;
8779pressing the interrupt button transfers control to
8780@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
8781simply receiving characters on the serial port may also trigger a trap;
8782again, in that situation, you don't need to call @code{breakpoint} from
8783your own program---simply running @samp{target remote} from the host
5d161b24 8784@value{GDBN} session gets control.
104c1213
JM
8785
8786Call @code{breakpoint} if none of these is true, or if you simply want
8787to make certain your program stops at a predetermined point for the
8788start of your debugging session.
8789@end table
8790
6d2ebf8b 8791@node Bootstrapping
104c1213
JM
8792@subsubsection What you must do for the stub
8793
8794@cindex remote stub, support routines
8795The debugging stubs that come with @value{GDBN} are set up for a particular
8796chip architecture, but they have no information about the rest of your
8797debugging target machine.
8798
8799First of all you need to tell the stub how to communicate with the
8800serial port.
8801
8802@table @code
8803@item int getDebugChar()
8804@kindex getDebugChar
8805Write this subroutine to read a single character from the serial port.
8806It may be identical to @code{getchar} for your target system; a
8807different name is used to allow you to distinguish the two if you wish.
8808
8809@item void putDebugChar(int)
8810@kindex putDebugChar
8811Write this subroutine to write a single character to the serial port.
5d161b24 8812It may be identical to @code{putchar} for your target system; a
104c1213
JM
8813different name is used to allow you to distinguish the two if you wish.
8814@end table
8815
8816@cindex control C, and remote debugging
8817@cindex interrupting remote targets
8818If you want @value{GDBN} to be able to stop your program while it is
8819running, you need to use an interrupt-driven serial driver, and arrange
8820for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
8821character). That is the character which @value{GDBN} uses to tell the
8822remote system to stop.
8823
8824Getting the debugging target to return the proper status to @value{GDBN}
8825probably requires changes to the standard stub; one quick and dirty way
8826is to just execute a breakpoint instruction (the ``dirty'' part is that
8827@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
8828
8829Other routines you need to supply are:
8830
8831@table @code
8832@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
8833@kindex exceptionHandler
8834Write this function to install @var{exception_address} in the exception
8835handling tables. You need to do this because the stub does not have any
8836way of knowing what the exception handling tables on your target system
8837are like (for example, the processor's table might be in @sc{rom},
8838containing entries which point to a table in @sc{ram}).
8839@var{exception_number} is the exception number which should be changed;
8840its meaning is architecture-dependent (for example, different numbers
8841might represent divide by zero, misaligned access, etc). When this
8842exception occurs, control should be transferred directly to
8843@var{exception_address}, and the processor state (stack, registers,
8844and so on) should be just as it is when a processor exception occurs. So if
8845you want to use a jump instruction to reach @var{exception_address}, it
8846should be a simple jump, not a jump to subroutine.
8847
8848For the 386, @var{exception_address} should be installed as an interrupt
8849gate so that interrupts are masked while the handler runs. The gate
8850should be at privilege level 0 (the most privileged level). The
8851@sc{sparc} and 68k stubs are able to mask interrupts themselves without
8852help from @code{exceptionHandler}.
8853
8854@item void flush_i_cache()
8855@kindex flush_i_cache
d4f3574e 8856On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
8857instruction cache, if any, on your target machine. If there is no
8858instruction cache, this subroutine may be a no-op.
8859
8860On target machines that have instruction caches, @value{GDBN} requires this
8861function to make certain that the state of your program is stable.
8862@end table
8863
8864@noindent
8865You must also make sure this library routine is available:
8866
8867@table @code
8868@item void *memset(void *, int, int)
8869@kindex memset
8870This is the standard library function @code{memset} that sets an area of
8871memory to a known value. If you have one of the free versions of
8872@code{libc.a}, @code{memset} can be found there; otherwise, you must
8873either obtain it from your hardware manufacturer, or write your own.
8874@end table
8875
8876If you do not use the GNU C compiler, you may need other standard
8877library subroutines as well; this varies from one stub to another,
8878but in general the stubs are likely to use any of the common library
d4f3574e 8879subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
8880
8881
6d2ebf8b 8882@node Debug Session
104c1213
JM
8883@subsubsection Putting it all together
8884
8885@cindex remote serial debugging summary
8886In summary, when your program is ready to debug, you must follow these
8887steps.
8888
8889@enumerate
8890@item
6d2ebf8b 8891Make sure you have defined the supporting low-level routines
104c1213
JM
8892(@pxref{Bootstrapping,,What you must do for the stub}):
8893@display
8894@code{getDebugChar}, @code{putDebugChar},
8895@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
8896@end display
8897
8898@item
8899Insert these lines near the top of your program:
8900
8901@example
8902set_debug_traps();
8903breakpoint();
8904@end example
8905
8906@item
8907For the 680x0 stub only, you need to provide a variable called
8908@code{exceptionHook}. Normally you just use:
8909
8910@example
8911void (*exceptionHook)() = 0;
8912@end example
8913
d4f3574e 8914@noindent
104c1213 8915but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 8916function in your program, that function is called when
104c1213
JM
8917@code{@value{GDBN}} continues after stopping on a trap (for example, bus
8918error). The function indicated by @code{exceptionHook} is called with
8919one parameter: an @code{int} which is the exception number.
8920
8921@item
8922Compile and link together: your program, the @value{GDBN} debugging stub for
8923your target architecture, and the supporting subroutines.
8924
8925@item
8926Make sure you have a serial connection between your target machine and
8927the @value{GDBN} host, and identify the serial port on the host.
8928
8929@item
8930@c The "remote" target now provides a `load' command, so we should
8931@c document that. FIXME.
8932Download your program to your target machine (or get it there by
8933whatever means the manufacturer provides), and start it.
8934
8935@item
8936To start remote debugging, run @value{GDBN} on the host machine, and specify
8937as an executable file the program that is running in the remote machine.
8938This tells @value{GDBN} how to find your program's symbols and the contents
8939of its pure text.
8940
d4f3574e 8941@item
104c1213 8942@cindex serial line, @code{target remote}
d4f3574e 8943Establish communication using the @code{target remote} command.
104c1213
JM
8944Its argument specifies how to communicate with the target
8945machine---either via a devicename attached to a direct serial line, or a
8946TCP port (usually to a terminal server which in turn has a serial line
8947to the target). For example, to use a serial line connected to the
8948device named @file{/dev/ttyb}:
8949
8950@example
8951target remote /dev/ttyb
8952@end example
8953
8954@cindex TCP port, @code{target remote}
8955To use a TCP connection, use an argument of the form
8956@code{@var{host}:port}. For example, to connect to port 2828 on a
8957terminal server named @code{manyfarms}:
8958
8959@example
8960target remote manyfarms:2828
8961@end example
8962@end enumerate
8963
8964Now you can use all the usual commands to examine and change data and to
8965step and continue the remote program.
8966
8967To resume the remote program and stop debugging it, use the @code{detach}
8968command.
8969
8970@cindex interrupting remote programs
8971@cindex remote programs, interrupting
8972Whenever @value{GDBN} is waiting for the remote program, if you type the
8973interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
8974program. This may or may not succeed, depending in part on the hardware
8975and the serial drivers the remote system uses. If you type the
8976interrupt character once again, @value{GDBN} displays this prompt:
8977
8978@example
8979Interrupted while waiting for the program.
8980Give up (and stop debugging it)? (y or n)
8981@end example
8982
8983If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
8984(If you decide you want to try again later, you can use @samp{target
8985remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
8986goes back to waiting.
8987
6d2ebf8b 8988@node Protocol
104c1213
JM
8989@subsubsection Communication protocol
8990
8991@cindex debugging stub, example
8992@cindex remote stub, example
8993@cindex stub example, remote debugging
8994The stub files provided with @value{GDBN} implement the target side of the
8995communication protocol, and the @value{GDBN} side is implemented in the
8996@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
8997these subroutines to communicate, and ignore the details. (If you're
8998implementing your own stub file, you can still ignore the details: start
8999with one of the existing stub files. @file{sparc-stub.c} is the best
9000organized, and therefore the easiest to read.)
9001
9002However, there may be occasions when you need to know something about
9003the protocol---for example, if there is only one serial port to your
9004target machine, you might want your program to do something special if
9005it recognizes a packet meant for @value{GDBN}.
9006
9007In the examples below, @samp{<-} and @samp{->} are used to indicate
9008transmitted and received data respectfully.
9009
9010@cindex protocol, @value{GDBN} remote serial
9011@cindex serial protocol, @value{GDBN} remote
9012@cindex remote serial protocol
6cf7e474
AC
9013All @value{GDBN} commands and responses (other than acknowledgments) are
9014sent as a @var{packet}. A @var{packet} is introduced with the character
9015@samp{$}, the actual @var{packet-data}, and the terminating character
9016@samp{#} followed by a two-digit @var{checksum}:
104c1213
JM
9017
9018@example
9019@code{$}@var{packet-data}@code{#}@var{checksum}
9020@end example
9021@noindent
104c1213
JM
9022
9023@cindex checksum, for @value{GDBN} remote
9024@noindent
9025The two-digit @var{checksum} is computed as the modulo 256 sum of all
6cf7e474
AC
9026characters between the leading @samp{$} and the trailing @samp{#} (an
9027eight bit unsigned checksum).
9028
9029Implementors should note that prior to @value{GDBN} 5.0 the protocol
9030specification also included an optional two-digit @var{sequence-id}:
9031
9032@example
9033@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
9034@end example
104c1213
JM
9035
9036@cindex sequence-id, for @value{GDBN} remote
9037@noindent
6cf7e474
AC
9038That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
9039has never output @var{sequence-id}s. Stubs that handle packets added
9040since @value{GDBN} 5.0 must not accept @var{sequence-id}.
104c1213 9041
6cf7e474 9042@cindex acknowledgment, for @value{GDBN} remote
104c1213
JM
9043When either the host or the target machine receives a packet, the first
9044response expected is an acknowledgment: either @samp{+} (to indicate
9045the package was received correctly) or @samp{-} (to request
9046retransmission):
9047
9048@example
9049<- @code{$}@var{packet-data}@code{#}@var{checksum}
9050-> @code{+}
9051@end example
9052@noindent
104c1213
JM
9053
9054The host (@value{GDBN}) sends @var{command}s, and the target (the
9055debugging stub incorporated in your program) sends a @var{response}. In
9056the case of step and continue @var{command}s, the response is only sent
9057when the operation has completed (the target has again stopped).
9058
9059@var{packet-data} consists of a sequence of characters with the
6cf7e474
AC
9060exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
9061exceptions).
9062
9063Fields within the packet should be separated using @samp{,} @samp{;} or
9064@samp{:}. Except where otherwise noted all numbers are represented in
9065HEX with leading zeros suppressed.
9066
9067Implementors should note that prior to @value{GDBN} 5.0, the character
9068@samp{:} could not appear as the third character in a packet (as it
9069would potentially conflict with the @var{sequence-id}).
104c1213
JM
9070
9071Response @var{data} can be run-length encoded to save space. A @samp{*}
c3f6f71d 9072means that the next character is an @sc{ascii} encoding giving a repeat count
104c1213
JM
9073which stands for that many repetitions of the character preceding the
9074@samp{*}. The encoding is @code{n+29}, yielding a printable character
d4f3574e
SS
9075where @code{n >=3} (which is where rle starts to win). The printable
9076characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
9077value greater than 126 should not be used.
9078
9079Some remote systems have used a different run-length encoding mechanism
9080loosely refered to as the cisco encoding. Following the @samp{*}
9081character are two hex digits that indicate the size of the packet.
104c1213
JM
9082
9083So:
9084@example
9085"@code{0* }"
9086@end example
9087@noindent
9088means the same as "0000".
9089
598ca718 9090The error response returned for some packets includes a two character
104c1213
JM
9091error number. That number is not well defined.
9092
9093For any @var{command} not supported by the stub, an empty response
9094(@samp{$#00}) should be returned. That way it is possible to extend the
9095protocol. A newer @value{GDBN} can tell if a packet is supported based
d4f3574e 9096on that response.
104c1213 9097
f1251bdd
C
9098A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
9099@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
9100optional.
9101
104c1213
JM
9102Below is a complete list of all currently defined @var{command}s and
9103their corresponding response @var{data}:
598ca718 9104@page
104c1213
JM
9105@multitable @columnfractions .30 .30 .40
9106@item Packet
9107@tab Request
9108@tab Description
9109
f1251bdd 9110@item extended ops
104c1213
JM
9111@tab @code{!}
9112@tab
d4f3574e 9113Use the extended remote protocol. Sticky---only needs to be set once.
598ca718 9114The extended remote protocol supports the @samp{R} packet.
104c1213
JM
9115@item
9116@tab reply @samp{}
9117@tab
9118Stubs that support the extended remote protocol return @samp{} which,
9119unfortunately, is identical to the response returned by stubs that do not
9120support protocol extensions.
9121
9122@item last signal
9123@tab @code{?}
9124@tab
d4f3574e
SS
9125Indicate the reason the target halted. The reply is the same as for step
9126and continue.
9127@item
9128@tab reply
9129@tab see below
9130
104c1213
JM
9131
9132@item reserved
9133@tab @code{a}
5d161b24 9134@tab Reserved for future use
104c1213 9135
f1251bdd 9136@item set program arguments @strong{(reserved)}
104c1213
JM
9137@tab @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,...}
9138@tab
598ca718
EZ
9139@item
9140@tab
9141@tab
104c1213
JM
9142Initialized @samp{argv[]} array passed into program. @var{arglen}
9143specifies the number of bytes in the hex encoded byte stream @var{arg}.
d4f3574e 9144See @file{gdbserver} for more details.
104c1213
JM
9145@item
9146@tab reply @code{OK}
9147@item
9148@tab reply @code{E}@var{NN}
9149
9150@item set baud @strong{(deprecated)}
9151@tab @code{b}@var{baud}
9152@tab
9153Change the serial line speed to @var{baud}. JTC: @emph{When does the
9154transport layer state change? When it's received, or after the ACK is
9155transmitted. In either case, there are problems if the command or the
9156acknowledgment packet is dropped.} Stan: @emph{If people really wanted
9157to add something like this, and get it working for the first time, they
9158ought to modify ser-unix.c to send some kind of out-of-band message to a
9159specially-setup stub and have the switch happen "in between" packets, so
9160that from remote protocol's point of view, nothing actually
9161happened.}
9162
9163@item set breakpoint @strong{(deprecated)}
9164@tab @code{B}@var{addr},@var{mode}
9165@tab
9166Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
9167breakpoint at @var{addr}. @emph{This has been replaced by the @samp{Z} and
9168@samp{z} packets.}
9169
9170@item continue
9171@tab @code{c}@var{addr}
9172@tab
9173@var{addr} is address to resume. If @var{addr} is omitted, resume at
9174current address.
9175@item
9176@tab reply
9177@tab see below
9178
f1251bdd 9179@item continue with signal
104c1213
JM
9180@tab @code{C}@var{sig}@code{;}@var{addr}
9181@tab
9182Continue with signal @var{sig} (hex signal number). If
9183@code{;}@var{addr} is omitted, resume at same address.
9184@item
9185@tab reply
9186@tab see below
9187
598ca718 9188@item toggle debug @strong{(deprecated)}
104c1213
JM
9189@tab @code{d}
9190@tab
d4f3574e 9191toggle debug flag.
104c1213 9192
f1251bdd 9193@item detach
104c1213 9194@tab @code{D}
d4f3574e 9195@tab
2df3850c
JM
9196Detach @value{GDBN} from the remote system. Sent to the remote target before
9197@value{GDBN} disconnects.
d4f3574e
SS
9198@item
9199@tab reply @emph{no response}
9200@tab
598ca718 9201@value{GDBN} does not check for any response after sending this packet.
104c1213
JM
9202
9203@item reserved
9204@tab @code{e}
5d161b24 9205@tab Reserved for future use
104c1213
JM
9206
9207@item reserved
9208@tab @code{E}
5d161b24 9209@tab Reserved for future use
104c1213
JM
9210
9211@item reserved
9212@tab @code{f}
5d161b24 9213@tab Reserved for future use
104c1213
JM
9214
9215@item reserved
9216@tab @code{F}
5d161b24 9217@tab Reserved for future use
104c1213
JM
9218
9219@item read registers
9220@tab @code{g}
9221@tab Read general registers.
9222@item
9223@tab reply @var{XX...}
9224@tab
9225Each byte of register data is described by two hex digits. The bytes
9226with the register are transmitted in target byte order. The size of
d4f3574e 9227each register and their position within the @samp{g} @var{packet} are
2df3850c 9228determined by the @value{GDBN} internal macros @var{REGISTER_RAW_SIZE} and
d4f3574e
SS
9229@var{REGISTER_NAME} macros. The specification of several standard
9230@code{g} packets is specified below.
104c1213
JM
9231@item
9232@tab @code{E}@var{NN}
9233@tab for an error.
9234
9235@item write regs
9236@tab @code{G}@var{XX...}
9237@tab
9238See @samp{g} for a description of the @var{XX...} data.
9239@item
9240@tab reply @code{OK}
9241@tab for success
9242@item
9243@tab reply @code{E}@var{NN}
9244@tab for an error
9245
9246@item reserved
9247@tab @code{h}
5d161b24 9248@tab Reserved for future use
104c1213 9249
f1251bdd 9250@item set thread
104c1213
JM
9251@tab @code{H}@var{c}@var{t...}
9252@tab
d4f3574e
SS
9253Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
9254@samp{G}, et.al.). @var{c} = @samp{c} for thread used in step and
9255continue; @var{t...} can be -1 for all threads. @var{c} = @samp{g} for
9256thread used in other operations. If zero, pick a thread, any thread.
104c1213
JM
9257@item
9258@tab reply @code{OK}
9259@tab for success
9260@item
9261@tab reply @code{E}@var{NN}
9262@tab for an error
9263
d4f3574e
SS
9264@c FIXME: JTC:
9265@c 'H': How restrictive (or permissive) is the thread model. If a
5d161b24 9266@c thread is selected and stopped, are other threads allowed
d4f3574e
SS
9267@c to continue to execute? As I mentioned above, I think the
9268@c semantics of each command when a thread is selected must be
9269@c described. For example:
9270@c
9271@c 'g': If the stub supports threads and a specific thread is
9272@c selected, returns the register block from that thread;
9273@c otherwise returns current registers.
9274@c
9275@c 'G' If the stub supports threads and a specific thread is
9276@c selected, sets the registers of the register block of
9277@c that thread; otherwise sets current registers.
9278
f1251bdd 9279@item cycle step @strong{(draft)}
104c1213
JM
9280@tab @code{i}@var{addr}@code{,}@var{nnn}
9281@tab
9282Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
9283present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
9284step starting at that address.
9285
f1251bdd 9286@item signal then cycle step @strong{(reserved)}
104c1213
JM
9287@tab @code{I}
9288@tab
9289See @samp{i} and @samp{S} for likely syntax and semantics.
9290
9291@item reserved
9292@tab @code{j}
9293@tab Reserved for future use
9294
9295@item reserved
9296@tab @code{J}
5d161b24 9297@tab Reserved for future use
104c1213 9298
f1251bdd 9299@item kill request
104c1213
JM
9300@tab @code{k}
9301@tab
d4f3574e
SS
9302FIXME: @emph{There is no description of how operate when a specific
9303thread context has been selected (ie. does 'k' kill only that thread?)}.
104c1213
JM
9304
9305@item reserved
9306@tab @code{l}
5d161b24 9307@tab Reserved for future use
104c1213
JM
9308
9309@item reserved
9310@tab @code{L}
5d161b24 9311@tab Reserved for future use
104c1213
JM
9312
9313@item read memory
9314@tab @code{m}@var{addr}@code{,}@var{length}
9315@tab
9316Read @var{length} bytes of memory starting at address @var{addr}.
2df3850c 9317Neither @value{GDBN} nor the stub assume that sized memory transfers are assumed
d4f3574e
SS
9318using word alligned accesses. FIXME: @emph{A word aligned memory
9319transfer mechanism is needed.}
104c1213
JM
9320@item
9321@tab reply @var{XX...}
9322@tab
d4f3574e 9323@var{XX...} is mem contents. Can be fewer bytes than requested if able
2df3850c 9324to read only part of the data. Neither @value{GDBN} nor the stub assume that
d4f3574e
SS
9325sized memory transfers are assumed using word alligned accesses. FIXME:
9326@emph{A word aligned memory transfer mechanism is needed.}
104c1213
JM
9327@item
9328@tab reply @code{E}@var{NN}
9329@tab @var{NN} is errno
9330
9331@item write mem
9332@tab @code{M}@var{addr},@var{length}@code{:}@var{XX...}
9333@tab
9334Write @var{length} bytes of memory starting at address @var{addr}.
9335@var{XX...} is the data.
9336@item
9337@tab reply @code{OK}
9338@tab for success
9339@item
9340@tab reply @code{E}@var{NN}
9341@tab
9342for an error (this includes the case where only part of the data was
9343written).
9344
9345@item reserved
9346@tab @code{n}
5d161b24 9347@tab Reserved for future use
104c1213
JM
9348
9349@item reserved
9350@tab @code{N}
5d161b24 9351@tab Reserved for future use
104c1213
JM
9352
9353@item reserved
9354@tab @code{o}
5d161b24 9355@tab Reserved for future use
104c1213
JM
9356
9357@item reserved
9358@tab @code{O}
5d161b24 9359@tab Reserved for future use
104c1213
JM
9360
9361@item read reg @strong{(reserved)}
9362@tab @code{p}@var{n...}
9363@tab
9364See write register.
9365@item
9366@tab return @var{r....}
9367@tab The hex encoded value of the register in target byte order.
9368
f1251bdd 9369@item write reg
104c1213
JM
9370@tab @code{P}@var{n...}@code{=}@var{r...}
9371@tab
9372Write register @var{n...} with value @var{r...}, which contains two hex
9373digits for each byte in the register (target byte order).
9374@item
9375@tab reply @code{OK}
9376@tab for success
9377@item
9378@tab reply @code{E}@var{NN}
9379@tab for an error
9380
f1251bdd 9381@item general query
104c1213
JM
9382@tab @code{q}@var{query}
9383@tab
598ca718 9384Request info about @var{query}. In general @value{GDBN} queries
104c1213 9385have a leading upper case letter. Custom vendor queries should use a
d4f3574e
SS
9386company prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may
9387optionally be followed by a @samp{,} or @samp{;} separated list. Stubs
9388must ensure that they match the full @var{query} name.
104c1213
JM
9389@item
9390@tab reply @code{XX...}
d4f3574e 9391@tab Hex encoded data from query. The reply can not be empty.
104c1213
JM
9392@item
9393@tab reply @code{E}@var{NN}
9394@tab error reply
9395@item
9396@tab reply @samp{}
9397@tab Indicating an unrecognized @var{query}.
9398
f1251bdd 9399@item general set
104c1213
JM
9400@tab @code{Q}@var{var}@code{=}@var{val}
9401@tab
9402Set value of @var{var} to @var{val}. See @samp{q} for a discussing of
9403naming conventions.
9404
598ca718 9405@item reset @strong{(deprecated)}
d4f3574e
SS
9406@tab @code{r}
9407@tab
9408Reset the entire system.
104c1213 9409
f1251bdd 9410@item remote restart
104c1213
JM
9411@tab @code{R}@var{XX}
9412@tab
d4f3574e
SS
9413Restart the remote server. @var{XX} while needed has no clear
9414definition. FIXME: @emph{An example interaction explaining how this
9415packet is used in extended-remote mode is needed}.
104c1213 9416
f1251bdd 9417@item step
104c1213
JM
9418@tab @code{s}@var{addr}
9419@tab
9420@var{addr} is address to resume. If @var{addr} is omitted, resume at
9421same address.
9422@item
9423@tab reply
9424@tab see below
9425
f1251bdd 9426@item step with signal
104c1213
JM
9427@tab @code{S}@var{sig}@code{;}@var{addr}
9428@tab
9429Like @samp{C} but step not continue.
9430@item
9431@tab reply
9432@tab see below
9433
f1251bdd 9434@item search
104c1213
JM
9435@tab @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM}
9436@tab
9437Search backwards starting at address @var{addr} for a match with pattern
9438@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4
d4f3574e 9439bytes. @var{addr} must be at least 3 digits.
104c1213 9440
f1251bdd 9441@item thread alive
104c1213
JM
9442@tab @code{T}@var{XX}
9443@tab Find out if the thread XX is alive.
9444@item
9445@tab reply @code{OK}
9446@tab thread is still alive
9447@item
9448@tab reply @code{E}@var{NN}
9449@tab thread is dead
5d161b24 9450
104c1213
JM
9451@item reserved
9452@tab @code{u}
5d161b24 9453@tab Reserved for future use
104c1213
JM
9454
9455@item reserved
9456@tab @code{U}
5d161b24 9457@tab Reserved for future use
104c1213
JM
9458
9459@item reserved
9460@tab @code{v}
5d161b24 9461@tab Reserved for future use
104c1213
JM
9462
9463@item reserved
9464@tab @code{V}
5d161b24 9465@tab Reserved for future use
104c1213
JM
9466
9467@item reserved
9468@tab @code{w}
5d161b24 9469@tab Reserved for future use
104c1213
JM
9470
9471@item reserved
9472@tab @code{W}
5d161b24 9473@tab Reserved for future use
104c1213
JM
9474
9475@item reserved
9476@tab @code{x}
5d161b24 9477@tab Reserved for future use
104c1213 9478
f1251bdd 9479@item write mem (binary)
104c1213
JM
9480@tab @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX...}
9481@tab
9482@var{addr} is address, @var{length} is number of bytes, @var{XX...} is
d4f3574e
SS
9483binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
9484escaped using @code{0x7d}.
104c1213
JM
9485@item
9486@tab reply @code{OK}
9487@tab for success
9488@item
9489@tab reply @code{E}@var{NN}
9490@tab for an error
9491
9492@item reserved
9493@tab @code{y}
5d161b24 9494@tab Reserved for future use
104c1213
JM
9495
9496@item reserved
9497@tab @code{Y}
5d161b24 9498@tab Reserved for future use
104c1213 9499
f1251bdd 9500@item remove break or watchpoint @strong{(draft)}
104c1213
JM
9501@tab @code{z}@var{t}@code{,}@var{addr}@code{,}@var{length}
9502@tab
9503See @samp{Z}.
9504
f1251bdd 9505@item insert break or watchpoint @strong{(draft)}
104c1213
JM
9506@tab @code{Z}@var{t}@code{,}@var{addr}@code{,}@var{length}
9507@tab
9508@var{t} is type: @samp{0} - software breakpoint, @samp{1} - hardware
9509breakpoint, @samp{2} - write watchpoint, @samp{3} - read watchpoint,
9510@samp{4} - access watchpoint; @var{addr} is address; @var{length} is in
9511bytes. For a software breakpoint, @var{length} specifies the size of
9512the instruction to be patched. For hardware breakpoints and watchpoints
d4f3574e
SS
9513@var{length} specifies the memory region to be monitored. To avoid
9514potential problems with duplicate packets, the operations should be
6d2ebf8b 9515implemented in an idempotent way.
104c1213
JM
9516@item
9517@tab reply @code{E}@var{NN}
9518@tab for an error
9519@item
9520@tab reply @code{OK}
9521@tab for success
9522@item
9523@tab @samp{}
9524@tab If not supported.
9525
9526@item reserved
9527@tab <other>
5d161b24 9528@tab Reserved for future use
104c1213
JM
9529
9530@end multitable
9531
d4f3574e
SS
9532The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
9533receive any of the below as a reply. In the case of the @samp{C},
9534@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
9535when the target halts. In the below the exact meaning of @samp{signal
9536number} is poorly defined. In general one of the UNIX signal numbering
9537conventions is used.
104c1213
JM
9538
9539@multitable @columnfractions .4 .6
9540
9541@item @code{S}@var{AA}
9542@tab @var{AA} is the signal number
9543
9544@item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
9545@tab
9546@var{AA} = two hex digit signal number; @var{n...} = register number
9547(hex), @var{r...} = target byte ordered register contents, size defined
9548by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
9549thread process ID, this is a hex integer; @var{n...} = other string not
d4f3574e 9550starting with valid hex digit. @value{GDBN} should ignore this
104c1213
JM
9551@var{n...}, @var{r...} pair and go on to the next. This way we can
9552extend the protocol.
9553
9554@item @code{W}@var{AA}
9555@tab
9556The process exited, and @var{AA} is the exit status. This is only
9557applicable for certains sorts of targets.
9558
9559@item @code{X}@var{AA}
9560@tab
9561The process terminated with signal @var{AA}.
9562
6d2ebf8b 9563@item @code{N}@var{AA}@code{;}@var{t...}@code{;}@var{d...}@code{;}@var{b...} @strong{(obsolete)}
104c1213 9564@tab
6d2ebf8b
SS
9565@var{AA} = signal number; @var{t...} = address of symbol "_start";
9566@var{d...} = base of data section; @var{b...} = base of bss section.
9567@emph{Note: only used by Cisco Systems targets. The difference between
9568this reply and the "qOffsets" query is that the 'N' packet may arrive
9569spontaneously whereas the 'qOffsets' is a query initiated by the host
9570debugger.}
104c1213
JM
9571
9572@item @code{O}@var{XX...}
9573@tab
c3f6f71d 9574@var{XX...} is hex encoding of @sc{ascii} data. This can happen at any time
104c1213
JM
9575while the program is running and the debugger should continue to wait
9576for 'W', 'T', etc.
9577
9578@end multitable
9579
d4f3574e
SS
9580The following set and query packets have already been defined.
9581
9582@multitable @columnfractions .2 .2 .6
9583
9584@item current thread
9585@tab @code{q}@code{C}
9586@tab Return the current thread id.
9587@item
9588@tab reply @code{QC}@var{pid}
9589@tab
9590Where @var{pid} is a HEX encoded 16 bit process id.
9591@item
9592@tab reply *
9593@tab Any other reply implies the old pid.
9594
bba2971c
MS
9595@item all thread ids
9596@tab @code{q}@code{fThreadInfo}
9597@item
9598@tab @code{q}@code{sThreadInfo}
d4f3574e 9599@tab
bba2971c
MS
9600Obtain a list of active thread ids from the target (OS). Since there
9601may be too many active threads to fit into one reply packet, this query
9602works iteratively: it may require more than one query/reply sequence to
9603obtain the entire list of threads. The first query of the sequence will
5d161b24 9604be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
bba2971c 9605sequence will be the @code{qs}@code{ThreadInfo} query.
d4f3574e 9606@item
bba2971c
MS
9607@tab
9608@tab NOTE: replaces the @code{qL} query (see below).
d4f3574e 9609@item
5d161b24 9610@tab reply @code{m}@var{<id>}
bba2971c
MS
9611@tab A single thread id
9612@item
00e4a2e4 9613@tab reply @code{m}@var{<id>},@var{<id>...}
bba2971c
MS
9614@tab a comma-separated list of thread ids
9615@item
9616@tab reply @code{l}
9617@tab (lower case 'el') denotes end of list.
9618@item
9619@tab
9620@tab
9621In response to each query, the target will reply with a list of one
9622or more thread ids, in big-endian hex, separated by commas. GDB will
9623respond to each reply with a request for more thread ids (using the
9624@code{qs} form of the query), until the target responds with @code{l}
9625(lower-case el, for @code{'last'}).
9626
9627@item extra thread info
480ff1fb 9628@tab @code{q}@code{ThreadExtraInfo}@code{,}@var{id}
bba2971c
MS
9629@tab
9630@item
9631@tab
9632@tab
9633Where @var{<id>} is a thread-id in big-endian hex.
9634Obtain a printable string description of a thread's attributes from
9635the target OS. This string may contain anything that the target OS
9636thinks is interesting for @value{GDBN} to tell the user about the thread.
9637The string is displayed in @value{GDBN}'s @samp{info threads} display.
5d161b24 9638Some examples of possible thread extra info strings are "Runnable", or
bba2971c
MS
9639"Blocked on Mutex".
9640@item
9641@tab reply @var{XX...}
9642@tab
9643Where @var{XX...} is a hex encoding of @sc{ascii} data, comprising the
9644printable string containing the extra information about the thread's
9645attributes.
d4f3574e
SS
9646
9647@item query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
9648@tab @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread}
9649@tab
2b628194
MS
9650@item
9651@tab
9652@tab
d4f3574e
SS
9653Obtain thread information from RTOS. Where: @var{startflag} (one hex
9654digit) is one to indicate the first query and zero to indicate a
9655subsequent query; @var{threadcount} (two hex digits) is the maximum
9656number of threads the response packet can contain; and @var{nextthread}
9657(eight hex digits), for subsequent queries (@var{startflag} is zero), is
9658returned in the response as @var{argthread}.
9659@item
bba2971c
MS
9660@tab
9661@tab NOTE: this query is replaced by the @code{q}@code{fThreadInfo}
9662query (see above).
9663@item
d4f3574e
SS
9664@tab reply @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread...}
9665@tab
2b628194
MS
9666@item
9667@tab
9668@tab
d4f3574e
SS
9669Where: @var{count} (two hex digits) is the number of threads being
9670returned; @var{done} (one hex digit) is zero to indicate more threads
9671and one indicates no further threads; @var{argthreadid} (eight hex
9672digits) is @var{nextthread} from the request packet; @var{thread...} is
9673a sequence of thread IDs from the target. @var{threadid} (eight hex
9674digits). See @code{remote.c:parse_threadlist_response()}.
9675
bba2971c
MS
9676@item compute CRC of memory block
9677@tab @code{q}@code{CRC:}@var{addr}@code{,}@var{length}
9678@tab
9679@item
9680@tab reply @code{E}@var{NN}
9681@tab An error (such as memory fault)
9682@item
9683@tab reply @code{C}@var{CRC32}
9684@tab A 32 bit cyclic redundancy check of the specified memory region.
9685
d4f3574e
SS
9686@item query sect offs
9687@tab @code{q}@code{Offsets}
917317f4
JM
9688@tab
9689Get section offsets that the target used when re-locating the downloaded
9690image. @emph{Note: while a @code{Bss} offset is included in the
9691response, @value{GDBN} ignores this and instead applies the @code{Data}
9692offset to the @code{Bss} section.}
d4f3574e
SS
9693@item
9694@tab reply @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
9695
9696@item thread info request
9697@tab @code{q}@code{P}@var{mode}@var{threadid}
9698@tab
598ca718
EZ
9699@item
9700@tab
9701@tab
d4f3574e
SS
9702Returns information on @var{threadid}. Where: @var{mode} is a hex
9703encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
9704@item
9705@tab reply *
9706@tab
9707See @code{remote.c:remote_unpack_thread_info_response()}.
9708
9709@item remote command
9710@tab @code{q}@code{Rcmd,}@var{COMMAND}
9711@tab
598ca718
EZ
9712@item
9713@tab
9714@tab
d4f3574e
SS
9715@var{COMMAND} (hex encoded) is passed to the local interpreter for
9716execution. Invalid commands should be reported using the output string.
9717Before the final result packet, the target may also respond with a
9718number of intermediate @code{O}@var{OUTPUT} console output
9719packets. @emph{Implementors should note that providing access to a
9720stubs's interpreter may have security implications}.
9721@item
9722@tab reply @code{OK}
9723@tab
9724A command response with no output.
9725@item
9726@tab reply @var{OUTPUT}
9727@tab
9728A command response with the hex encoded output string @var{OUTPUT}.
9729@item
9730@tab reply @code{E}@var{NN}
9731@tab
9732Indicate a badly formed request.
9733
9734@item
9735@tab reply @samp{}
9736@tab
9737When @samp{q}@samp{Rcmd} is not recognized.
9738
9739@end multitable
9740
9741The following @samp{g}/@samp{G} packets have previously been defined.
9742In the below, some thirty-two bit registers are transferred as sixty-four
9743bits. Those registers should be zero/sign extended (which?) to fill the
9744space allocated. Register bytes are transfered in target byte order.
9745The two nibbles within a register byte are transfered most-significant -
9746least-significant.
9747
9748@multitable @columnfractions .5 .5
9749
9750@item MIPS32
9751@tab
9752All registers are transfered as thirty-two bit quantities in the order:
975332 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
9754registers; fsr; fir; fp.
9755
9756@item MIPS64
9757@tab
9758All registers are transfered as sixty-four bit quantities (including
9759thirty-two bit registers such as @code{sr}). The ordering is the same
9760as @code{MIPS32}.
9761
9762@end multitable
9763
104c1213
JM
9764Example sequence of a target being re-started. Notice how the restart
9765does not get any direct output:
9766
9767@example
9768<- @code{R00}
9769-> @code{+}
9770@emph{target restarts}
9771<- @code{?}
9772-> @code{+}
9773-> @code{T001:1234123412341234}
9774<- @code{+}
9775@end example
9776
9777Example sequence of a target being stepped by a single instruction:
9778
9779@example
9780<- @code{G1445...}
9781-> @code{+}
9782<- @code{s}
9783-> @code{+}
9784@emph{time passes}
9785-> @code{T001:1234123412341234}
9786<- @code{+}
9787<- @code{g}
9788-> @code{+}
9789-> @code{1455...}
9790<- @code{+}
9791@end example
9792
6d2ebf8b 9793@node Server
104c1213
JM
9794@subsubsection Using the @code{gdbserver} program
9795
9796@kindex gdbserver
9797@cindex remote connection without stubs
9798@code{gdbserver} is a control program for Unix-like systems, which
9799allows you to connect your program with a remote @value{GDBN} via
9800@code{target remote}---but without linking in the usual debugging stub.
9801
9802@code{gdbserver} is not a complete replacement for the debugging stubs,
9803because it requires essentially the same operating-system facilities
9804that @value{GDBN} itself does. In fact, a system that can run
9805@code{gdbserver} to connect to a remote @value{GDBN} could also run
9806@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
9807because it is a much smaller program than @value{GDBN} itself. It is
9808also easier to port than all of @value{GDBN}, so you may be able to get
9809started more quickly on a new system by using @code{gdbserver}.
9810Finally, if you develop code for real-time systems, you may find that
9811the tradeoffs involved in real-time operation make it more convenient to
9812do as much development work as possible on another system, for example
9813by cross-compiling. You can use @code{gdbserver} to make a similar
9814choice for debugging.
9815
9816@value{GDBN} and @code{gdbserver} communicate via either a serial line
9817or a TCP connection, using the standard @value{GDBN} remote serial
9818protocol.
9819
9820@table @emph
9821@item On the target machine,
9822you need to have a copy of the program you want to debug.
9823@code{gdbserver} does not need your program's symbol table, so you can
9824strip the program if necessary to save space. @value{GDBN} on the host
9825system does all the symbol handling.
9826
9827To use the server, you must tell it how to communicate with @value{GDBN};
9828the name of your program; and the arguments for your program. The
9829syntax is:
9830
9831@smallexample
9832target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
9833@end smallexample
9834
9835@var{comm} is either a device name (to use a serial line) or a TCP
9836hostname and portnumber. For example, to debug Emacs with the argument
9837@samp{foo.txt} and communicate with @value{GDBN} over the serial port
9838@file{/dev/com1}:
9839
9840@smallexample
9841target> gdbserver /dev/com1 emacs foo.txt
9842@end smallexample
9843
9844@code{gdbserver} waits passively for the host @value{GDBN} to communicate
9845with it.
9846
9847To use a TCP connection instead of a serial line:
9848
9849@smallexample
9850target> gdbserver host:2345 emacs foo.txt
9851@end smallexample
9852
9853The only difference from the previous example is the first argument,
9854specifying that you are communicating with the host @value{GDBN} via
9855TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
9856expect a TCP connection from machine @samp{host} to local TCP port 2345.
9857(Currently, the @samp{host} part is ignored.) You can choose any number
9858you want for the port number as long as it does not conflict with any
9859TCP ports already in use on the target system (for example, @code{23} is
9860reserved for @code{telnet}).@footnote{If you choose a port number that
9861conflicts with another service, @code{gdbserver} prints an error message
d4f3574e 9862and exits.} You must use the same port number with the host @value{GDBN}
104c1213
JM
9863@code{target remote} command.
9864
9865@item On the @value{GDBN} host machine,
9866you need an unstripped copy of your program, since @value{GDBN} needs
9867symbols and debugging information. Start up @value{GDBN} as usual,
9868using the name of the local copy of your program as the first argument.
9869(You may also need the @w{@samp{--baud}} option if the serial line is
d4f3574e 9870running at anything other than 9600@dmn{bps}.) After that, use @code{target
104c1213
JM
9871remote} to establish communications with @code{gdbserver}. Its argument
9872is either a device name (usually a serial device, like
9873@file{/dev/ttyb}), or a TCP port descriptor in the form
9874@code{@var{host}:@var{PORT}}. For example:
9875
9876@smallexample
9877(@value{GDBP}) target remote /dev/ttyb
9878@end smallexample
9879
9880@noindent
9881communicates with the server via serial line @file{/dev/ttyb}, and
9882
9883@smallexample
9884(@value{GDBP}) target remote the-target:2345
9885@end smallexample
9886
9887@noindent
9888communicates via a TCP connection to port 2345 on host @w{@file{the-target}}.
9889For TCP connections, you must start up @code{gdbserver} prior to using
9890the @code{target remote} command. Otherwise you may get an error whose
9891text depends on the host system, but which usually looks something like
9892@samp{Connection refused}.
9893@end table
9894
6d2ebf8b 9895@node NetWare
104c1213
JM
9896@subsubsection Using the @code{gdbserve.nlm} program
9897
9898@kindex gdbserve.nlm
9899@code{gdbserve.nlm} is a control program for NetWare systems, which
9900allows you to connect your program with a remote @value{GDBN} via
9901@code{target remote}.
9902
9903@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
9904using the standard @value{GDBN} remote serial protocol.
9905
9906@table @emph
9907@item On the target machine,
9908you need to have a copy of the program you want to debug.
9909@code{gdbserve.nlm} does not need your program's symbol table, so you
9910can strip the program if necessary to save space. @value{GDBN} on the
9911host system does all the symbol handling.
9912
9913To use the server, you must tell it how to communicate with
9914@value{GDBN}; the name of your program; and the arguments for your
9915program. The syntax is:
9916
5d161b24 9917@smallexample
104c1213
JM
9918load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
9919 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
9920@end smallexample
9921
9922@var{board} and @var{port} specify the serial line; @var{baud} specifies
9923the baud rate used by the connection. @var{port} and @var{node} default
d4f3574e 9924to 0, @var{baud} defaults to 9600@dmn{bps}.
104c1213
JM
9925
9926For example, to debug Emacs with the argument @samp{foo.txt}and
5d161b24 9927communicate with @value{GDBN} over serial port number 2 or board 1
d4f3574e 9928using a 19200@dmn{bps} connection:
104c1213
JM
9929
9930@smallexample
9931load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
9932@end smallexample
9933
9934@item On the @value{GDBN} host machine,
9935you need an unstripped copy of your program, since @value{GDBN} needs
9936symbols and debugging information. Start up @value{GDBN} as usual,
9937using the name of the local copy of your program as the first argument.
9938(You may also need the @w{@samp{--baud}} option if the serial line is
d4f3574e 9939running at anything other than 9600@dmn{bps}. After that, use @code{target
104c1213
JM
9940remote} to establish communications with @code{gdbserve.nlm}. Its
9941argument is a device name (usually a serial device, like
9942@file{/dev/ttyb}). For example:
9943
9944@smallexample
9945(@value{GDBP}) target remote /dev/ttyb
9946@end smallexample
9947
9948@noindent
9949communications with the server via serial line @file{/dev/ttyb}.
9950@end table
9951
6d2ebf8b 9952@node KOD
104c1213
JM
9953@section Kernel Object Display
9954
9955@cindex kernel object display
9956@cindex kernel object
9957@cindex KOD
9958
9959Some targets support kernel object display. Using this facility,
9960@value{GDBN} communicates specially with the underlying operating system
9961and can display information about operating system-level objects such as
9962mutexes and other synchronization objects. Exactly which objects can be
9963displayed is determined on a per-OS basis.
9964
9965Use the @code{set os} command to set the operating system. This tells
9966@value{GDBN} which kernel object display module to initialize:
9967
9968@example
2df3850c 9969(@value{GDBP}) set os cisco
104c1213
JM
9970@end example
9971
9972If @code{set os} succeeds, @value{GDBN} will display some information
9973about the operating system, and will create a new @code{info} command
9974which can be used to query the target. The @code{info} command is named
9975after the operating system:
9976
9977@example
2df3850c 9978(@value{GDBP}) info cisco
104c1213
JM
9979List of Cisco Kernel Objects
9980Object Description
9981any Any and all objects
9982@end example
9983
9984Further subcommands can be used to query about particular objects known
9985by the kernel.
9986
9987There is currently no way to determine whether a given operating system
96baa820
JM
9988is supported other than to try it.
9989
9990
6d2ebf8b 9991@node Configurations
104c1213
JM
9992@chapter Configuration-Specific Information
9993
9994While nearly all @value{GDBN} commands are available for all native and
9995cross versions of the debugger, there are some exceptions. This chapter
9996describes things that are only available in certain configurations.
9997
9998There are three major categories of configurations: native
9999configurations, where the host and target are the same, embedded
10000operating system configurations, which are usually the same for several
10001different processor architectures, and bare embedded processors, which
10002are quite different from each other.
10003
10004@menu
10005* Native::
10006* Embedded OS::
10007* Embedded Processors::
10008* Architectures::
10009@end menu
10010
6d2ebf8b 10011@node Native
104c1213
JM
10012@section Native
10013
10014This section describes details specific to particular native
10015configurations.
10016
10017@menu
10018* HP-UX:: HP-UX
10019* SVR4 Process Information:: SVR4 process information
10020@end menu
10021
6d2ebf8b 10022@node HP-UX
104c1213
JM
10023@subsection HP-UX
10024
10025On HP-UX systems, if you refer to a function or variable name that
10026begins with a dollar sign, @value{GDBN} searches for a user or system
10027name first, before it searches for a convenience variable.
10028
6d2ebf8b 10029@node SVR4 Process Information
104c1213
JM
10030@subsection SVR4 process information
10031
10032@kindex /proc
10033@cindex process image
10034
10035Many versions of SVR4 provide a facility called @samp{/proc} that can be
10036used to examine the image of a running process using file-system
10037subroutines. If @value{GDBN} is configured for an operating system with
10038this facility, the command @code{info proc} is available to report on
10039several kinds of information about the process running your program.
10040@code{info proc} works only on SVR4 systems that include the
10041@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
10042and Unixware, but not HP-UX or Linux, for example.
10043
10044@table @code
10045@kindex info proc
10046@item info proc
10047Summarize available information about the process.
10048
10049@kindex info proc mappings
10050@item info proc mappings
10051Report on the address ranges accessible in the program, with information
10052on whether your program may read, write, or execute each range.
10053
10054@kindex info proc times
10055@item info proc times
10056Starting time, user CPU time, and system CPU time for your program and
10057its children.
10058
10059@kindex info proc id
10060@item info proc id
10061Report on the process IDs related to your program: its own process ID,
10062the ID of its parent, the process group ID, and the session ID.
10063
10064@kindex info proc status
10065@item info proc status
10066General information on the state of the process. If the process is
10067stopped, this report includes the reason for stopping, and any signal
10068received.
10069
10070@item info proc all
10071Show all the above information about the process.
10072@end table
10073
6d2ebf8b 10074@node Embedded OS
104c1213
JM
10075@section Embedded Operating Systems
10076
10077This section describes configurations involving the debugging of
10078embedded operating systems that are available for several different
10079architectures.
10080
10081@menu
10082* VxWorks:: Using @value{GDBN} with VxWorks
10083@end menu
10084
10085@value{GDBN} includes the ability to debug programs running on
10086various real-time operating systems.
10087
6d2ebf8b 10088@node VxWorks
104c1213
JM
10089@subsection Using @value{GDBN} with VxWorks
10090
10091@cindex VxWorks
10092
10093@table @code
10094
10095@kindex target vxworks
10096@item target vxworks @var{machinename}
10097A VxWorks system, attached via TCP/IP. The argument @var{machinename}
10098is the target system's machine name or IP address.
10099
10100@end table
10101
10102On VxWorks, @code{load} links @var{filename} dynamically on the
10103current target system as well as adding its symbols in @value{GDBN}.
10104
10105@value{GDBN} enables developers to spawn and debug tasks running on networked
10106VxWorks targets from a Unix host. Already-running tasks spawned from
10107the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
10108both the Unix host and on the VxWorks target. The program
d4f3574e 10109@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
104c1213 10110installed with the name @code{vxgdb}, to distinguish it from a
96a2c332 10111@value{GDBN} for debugging programs on the host itself.)
104c1213
JM
10112
10113@table @code
10114@item VxWorks-timeout @var{args}
10115@kindex vxworks-timeout
5d161b24
DB
10116All VxWorks-based targets now support the option @code{vxworks-timeout}.
10117This option is set by the user, and @var{args} represents the number of
10118seconds @value{GDBN} waits for responses to rpc's. You might use this if
10119your VxWorks target is a slow software simulator or is on the far side
104c1213
JM
10120of a thin network line.
10121@end table
10122
10123The following information on connecting to VxWorks was current when
10124this manual was produced; newer releases of VxWorks may use revised
10125procedures.
10126
10127@kindex INCLUDE_RDB
10128To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
10129to include the remote debugging interface routines in the VxWorks
10130library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
10131VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
10132kernel. The resulting kernel contains @file{rdb.a}, and spawns the
10133source debugging task @code{tRdbTask} when VxWorks is booted. For more
10134information on configuring and remaking VxWorks, see the manufacturer's
10135manual.
10136@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
10137
10138Once you have included @file{rdb.a} in your VxWorks system image and set
10139your Unix execution search path to find @value{GDBN}, you are ready to
96a2c332
SS
10140run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
10141@code{vxgdb}, depending on your installation).
104c1213
JM
10142
10143@value{GDBN} comes up showing the prompt:
10144
10145@example
10146(vxgdb)
10147@end example
10148
10149@menu
10150* VxWorks Connection:: Connecting to VxWorks
10151* VxWorks Download:: VxWorks download
10152* VxWorks Attach:: Running tasks
10153@end menu
10154
6d2ebf8b 10155@node VxWorks Connection
104c1213
JM
10156@subsubsection Connecting to VxWorks
10157
10158The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
10159network. To connect to a target whose host name is ``@code{tt}'', type:
10160
10161@example
10162(vxgdb) target vxworks tt
10163@end example
10164
10165@need 750
10166@value{GDBN} displays messages like these:
10167
10168@smallexample
5d161b24 10169Attaching remote machine across net...
104c1213
JM
10170Connected to tt.
10171@end smallexample
10172
10173@need 1000
10174@value{GDBN} then attempts to read the symbol tables of any object modules
10175loaded into the VxWorks target since it was last booted. @value{GDBN} locates
10176these files by searching the directories listed in the command search
10177path (@pxref{Environment, ,Your program's environment}); if it fails
10178to find an object file, it displays a message such as:
10179
10180@example
10181prog.o: No such file or directory.
10182@end example
10183
10184When this happens, add the appropriate directory to the search path with
10185the @value{GDBN} command @code{path}, and execute the @code{target}
10186command again.
10187
6d2ebf8b 10188@node VxWorks Download
104c1213
JM
10189@subsubsection VxWorks download
10190
10191@cindex download to VxWorks
10192If you have connected to the VxWorks target and you want to debug an
10193object that has not yet been loaded, you can use the @value{GDBN}
10194@code{load} command to download a file from Unix to VxWorks
10195incrementally. The object file given as an argument to the @code{load}
10196command is actually opened twice: first by the VxWorks target in order
10197to download the code, then by @value{GDBN} in order to read the symbol
10198table. This can lead to problems if the current working directories on
10199the two systems differ. If both systems have NFS mounted the same
10200filesystems, you can avoid these problems by using absolute paths.
10201Otherwise, it is simplest to set the working directory on both systems
10202to the directory in which the object file resides, and then to reference
10203the file by its name, without any path. For instance, a program
10204@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
10205and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
10206program, type this on VxWorks:
10207
10208@example
10209-> cd "@var{vxpath}/vw/demo/rdb"
10210@end example
d4f3574e
SS
10211
10212@noindent
104c1213
JM
10213Then, in @value{GDBN}, type:
10214
10215@example
5d161b24 10216(vxgdb) cd @var{hostpath}/vw/demo/rdb
104c1213
JM
10217(vxgdb) load prog.o
10218@end example
10219
10220@value{GDBN} displays a response similar to this:
10221
10222@smallexample
10223Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
10224@end smallexample
10225
10226You can also use the @code{load} command to reload an object module
10227after editing and recompiling the corresponding source file. Note that
10228this makes @value{GDBN} delete all currently-defined breakpoints,
10229auto-displays, and convenience variables, and to clear the value
10230history. (This is necessary in order to preserve the integrity of
d4f3574e 10231debugger's data structures that reference the target system's symbol
104c1213
JM
10232table.)
10233
6d2ebf8b 10234@node VxWorks Attach
104c1213
JM
10235@subsubsection Running tasks
10236
10237@cindex running VxWorks tasks
10238You can also attach to an existing task using the @code{attach} command as
10239follows:
10240
10241@example
10242(vxgdb) attach @var{task}
10243@end example
10244
10245@noindent
10246where @var{task} is the VxWorks hexadecimal task ID. The task can be running
10247or suspended when you attach to it. Running tasks are suspended at
10248the time of attachment.
10249
6d2ebf8b 10250@node Embedded Processors
104c1213
JM
10251@section Embedded Processors
10252
10253This section goes into details specific to particular embedded
10254configurations.
10255
10256@menu
10257* A29K Embedded:: AMD A29K Embedded
10258* ARM:: ARM
10259* H8/300:: Hitachi H8/300
10260* H8/500:: Hitachi H8/500
10261* i960:: Intel i960
10262* M32R/D:: Mitsubishi M32R/D
10263* M68K:: Motorola M68K
10264* M88K:: Motorola M88K
10265* MIPS Embedded:: MIPS Embedded
10266* PA:: HP PA Embedded
10267* PowerPC: PowerPC
10268* SH:: Hitachi SH
10269* Sparclet:: Tsqware Sparclet
10270* Sparclite:: Fujitsu Sparclite
10271* ST2000:: Tandem ST2000
10272* Z8000:: Zilog Z8000
10273@end menu
10274
6d2ebf8b 10275@node A29K Embedded
104c1213
JM
10276@subsection AMD A29K Embedded
10277
10278@menu
10279* A29K UDI::
10280* A29K EB29K::
10281* Comms (EB29K):: Communications setup
10282* gdb-EB29K:: EB29K cross-debugging
10283* Remote Log:: Remote log
10284@end menu
10285
10286@table @code
10287
10288@kindex target adapt
10289@item target adapt @var{dev}
10290Adapt monitor for A29K.
10291
10292@kindex target amd-eb
10293@item target amd-eb @var{dev} @var{speed} @var{PROG}
10294@cindex AMD EB29K
10295Remote PC-resident AMD EB29K board, attached over serial lines.
10296@var{dev} is the serial device, as for @code{target remote};
10297@var{speed} allows you to specify the linespeed; and @var{PROG} is the
10298name of the program to be debugged, as it appears to DOS on the PC.
10299@xref{A29K EB29K, ,EBMON protocol for AMD29K}.
10300
10301@end table
10302
6d2ebf8b 10303@node A29K UDI
104c1213
JM
10304@subsubsection A29K UDI
10305
10306@cindex UDI
10307@cindex AMD29K via UDI
10308
10309@value{GDBN} supports AMD's UDI (``Universal Debugger Interface'')
10310protocol for debugging the a29k processor family. To use this
10311configuration with AMD targets running the MiniMON monitor, you need the
10312program @code{MONTIP}, available from AMD at no charge. You can also
10313use @value{GDBN} with the UDI-conformant a29k simulator program
10314@code{ISSTIP}, also available from AMD.
10315
10316@table @code
10317@item target udi @var{keyword}
10318@kindex udi
10319Select the UDI interface to a remote a29k board or simulator, where
10320@var{keyword} is an entry in the AMD configuration file @file{udi_soc}.
10321This file contains keyword entries which specify parameters used to
10322connect to a29k targets. If the @file{udi_soc} file is not in your
10323working directory, you must set the environment variable @samp{UDICONF}
10324to its pathname.
10325@end table
10326
6d2ebf8b 10327@node A29K EB29K
104c1213
JM
10328@subsubsection EBMON protocol for AMD29K
10329
10330@cindex EB29K board
10331@cindex running 29K programs
10332
10333AMD distributes a 29K development board meant to fit in a PC, together
10334with a DOS-hosted monitor program called @code{EBMON}. As a shorthand
10335term, this development system is called the ``EB29K''. To use
10336@value{GDBN} from a Unix system to run programs on the EB29K board, you
10337must first connect a serial cable between the PC (which hosts the EB29K
10338board) and a serial port on the Unix system. In the following, we
10339assume you've hooked the cable between the PC's @file{COM1} port and
10340@file{/dev/ttya} on the Unix system.
10341
6d2ebf8b 10342@node Comms (EB29K)
104c1213
JM
10343@subsubsection Communications setup
10344
10345The next step is to set up the PC's port, by doing something like this
10346in DOS on the PC:
10347
10348@example
10349C:\> MODE com1:9600,n,8,1,none
10350@end example
10351
10352@noindent
10353This example---run on an MS DOS 4.0 system---sets the PC port to 9600
10354bps, no parity, eight data bits, one stop bit, and no ``retry'' action;
10355you must match the communications parameters when establishing the Unix
10356end of the connection as well.
10357@c FIXME: Who knows what this "no retry action" crud from the DOS manual may
5d161b24 10358@c mean? It's optional; leave it out? ---doc@cygnus.com, 25feb91
d4f3574e
SS
10359@c
10360@c It's optional, but it's unwise to omit it: who knows what is the
10361@c default value set when the DOS machines boots? "No retry" means that
10362@c the DOS serial device driver won't retry the operation if it fails;
10363@c I understand that this is needed because the GDB serial protocol
10364@c handles any errors and retransmissions itself. ---Eli Zaretskii, 3sep99
104c1213
JM
10365
10366To give control of the PC to the Unix side of the serial line, type
10367the following at the DOS console:
10368
10369@example
10370C:\> CTTY com1
10371@end example
10372
10373@noindent
10374(Later, if you wish to return control to the DOS console, you can use
10375the command @code{CTTY con}---but you must send it over the device that
96a2c332 10376had control, in our example over the @file{COM1} serial line.)
104c1213
JM
10377
10378From the Unix host, use a communications program such as @code{tip} or
10379@code{cu} to communicate with the PC; for example,
10380
10381@example
10382cu -s 9600 -l /dev/ttya
10383@end example
10384
10385@noindent
10386The @code{cu} options shown specify, respectively, the linespeed and the
10387serial port to use. If you use @code{tip} instead, your command line
10388may look something like the following:
10389
10390@example
10391tip -9600 /dev/ttya
10392@end example
10393
10394@noindent
10395Your system may require a different name where we show
10396@file{/dev/ttya} as the argument to @code{tip}. The communications
10397parameters, including which port to use, are associated with the
10398@code{tip} argument in the ``remote'' descriptions file---normally the
10399system table @file{/etc/remote}.
10400@c FIXME: What if anything needs doing to match the "n,8,1,none" part of
10401@c the DOS side's comms setup? cu can support -o (odd
10402@c parity), -e (even parity)---apparently no settings for no parity or
10403@c for character size. Taken from stty maybe...? John points out tip
10404@c can set these as internal variables, eg ~s parity=none; man stty
10405@c suggests that it *might* work to stty these options with stdin or
10406@c stdout redirected... ---doc@cygnus.com, 25feb91
d4f3574e
SS
10407@c
10408@c There's nothing to be done for the "none" part of the DOS MODE
10409@c command. The rest of the parameters should be matched by the
10410@c baudrate, bits, and parity used by the Unix side. ---Eli Zaretskii, 3Sep99
104c1213
JM
10411
10412@kindex EBMON
10413Using the @code{tip} or @code{cu} connection, change the DOS working
10414directory to the directory containing a copy of your 29K program, then
10415start the PC program @code{EBMON} (an EB29K control program supplied
10416with your board by AMD). You should see an initial display from
10417@code{EBMON} similar to the one that follows, ending with the
10418@code{EBMON} prompt @samp{#}---
10419
10420@example
10421C:\> G:
10422
10423G:\> CD \usr\joe\work29k
10424
10425G:\USR\JOE\WORK29K> EBMON
10426Am29000 PC Coprocessor Board Monitor, version 3.0-18
10427Copyright 1990 Advanced Micro Devices, Inc.
10428Written by Gibbons and Associates, Inc.
10429
10430Enter '?' or 'H' for help
10431
10432PC Coprocessor Type = EB29K
10433I/O Base = 0x208
10434Memory Base = 0xd0000
10435
10436Data Memory Size = 2048KB
10437Available I-RAM Range = 0x8000 to 0x1fffff
10438Available D-RAM Range = 0x80002000 to 0x801fffff
10439
10440PageSize = 0x400
10441Register Stack Size = 0x800
10442Memory Stack Size = 0x1800
10443
10444CPU PRL = 0x3
10445Am29027 Available = No
10446Byte Write Available = Yes
10447
10448# ~.
10449@end example
10450
10451Then exit the @code{cu} or @code{tip} program (done in the example by
10452typing @code{~.} at the @code{EBMON} prompt). @code{EBMON} keeps
10453running, ready for @value{GDBN} to take over.
10454
10455For this example, we've assumed what is probably the most convenient
10456way to make sure the same 29K program is on both the PC and the Unix
d4f3574e 10457system: a PC/NFS connection that establishes ``drive @file{G:}'' on the
104c1213
JM
10458PC as a file system on the Unix host. If you do not have PC/NFS or
10459something similar connecting the two systems, you must arrange some
10460other way---perhaps floppy-disk transfer---of getting the 29K program
10461from the Unix system to the PC; @value{GDBN} does @emph{not} download it over the
10462serial line.
10463
6d2ebf8b 10464@node gdb-EB29K
104c1213
JM
10465@subsubsection EB29K cross-debugging
10466
10467Finally, @code{cd} to the directory containing an image of your 29K
10468program on the Unix system, and start @value{GDBN}---specifying as argument the
10469name of your 29K program:
10470
10471@example
10472cd /usr/joe/work29k
10473@value{GDBP} myfoo
10474@end example
10475
10476@need 500
10477Now you can use the @code{target} command:
10478
10479@example
10480target amd-eb /dev/ttya 9600 MYFOO
10481@c FIXME: test above 'target amd-eb' as spelled, with caps! caps are meant to
10482@c emphasize that this is the name as seen by DOS (since I think DOS is
10483@c single-minded about case of letters). ---doc@cygnus.com, 25feb91
10484@end example
10485
10486@noindent
10487In this example, we've assumed your program is in a file called
10488@file{myfoo}. Note that the filename given as the last argument to
10489@code{target amd-eb} should be the name of the program as it appears to DOS.
10490In our example this is simply @code{MYFOO}, but in general it can include
10491a DOS path, and depending on your transfer mechanism may not resemble
10492the name on the Unix side.
10493
10494At this point, you can set any breakpoints you wish; when you are ready
10495to see your program run on the 29K board, use the @value{GDBN} command
10496@code{run}.
10497
10498To stop debugging the remote program, use the @value{GDBN} @code{detach}
10499command.
10500
10501To return control of the PC to its console, use @code{tip} or @code{cu}
10502once again, after your @value{GDBN} session has concluded, to attach to
10503@code{EBMON}. You can then type the command @code{q} to shut down
10504@code{EBMON}, returning control to the DOS command-line interpreter.
d4f3574e 10505Type @kbd{CTTY con} to return command input to the main DOS console,
104c1213
JM
10506and type @kbd{~.} to leave @code{tip} or @code{cu}.
10507
6d2ebf8b 10508@node Remote Log
104c1213 10509@subsubsection Remote log
41afff9a 10510@cindex @file{eb.log}, a log file for EB29K
104c1213
JM
10511@cindex log file for EB29K
10512
10513The @code{target amd-eb} command creates a file @file{eb.log} in the
10514current working directory, to help debug problems with the connection.
10515@file{eb.log} records all the output from @code{EBMON}, including echoes
10516of the commands sent to it. Running @samp{tail -f} on this file in
10517another window often helps to understand trouble with @code{EBMON}, or
10518unexpected events on the PC side of the connection.
10519
6d2ebf8b 10520@node ARM
104c1213
JM
10521@subsection ARM
10522
10523@table @code
10524
10525@kindex target rdi
10526@item target rdi @var{dev}
10527ARM Angel monitor, via RDI library interface to ADP protocol. You may
10528use this target to communicate with both boards running the Angel
10529monitor, or with the EmbeddedICE JTAG debug device.
5d161b24 10530
104c1213
JM
10531@kindex target rdp
10532@item target rdp @var{dev}
10533ARM Demon monitor.
10534
10535@end table
10536
6d2ebf8b 10537@node H8/300
104c1213
JM
10538@subsection Hitachi H8/300
10539
10540@table @code
10541
d4f3574e 10542@kindex target hms@r{, with H8/300}
104c1213
JM
10543@item target hms @var{dev}
10544A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
10545Use special commands @code{device} and @code{speed} to control the serial
10546line and the communications speed used.
10547
d4f3574e 10548@kindex target e7000@r{, with H8/300}
104c1213
JM
10549@item target e7000 @var{dev}
10550E7000 emulator for Hitachi H8 and SH.
10551
d4f3574e
SS
10552@kindex target sh3@r{, with H8/300}
10553@kindex target sh3e@r{, with H8/300}
104c1213 10554@item target sh3 @var{dev}
96a2c332 10555@itemx target sh3e @var{dev}
104c1213
JM
10556Hitachi SH-3 and SH-3E target systems.
10557
10558@end table
10559
10560@cindex download to H8/300 or H8/500
10561@cindex H8/300 or H8/500 download
10562@cindex download to Hitachi SH
10563@cindex Hitachi SH download
10564When you select remote debugging to a Hitachi SH, H8/300, or H8/500
10565board, the @code{load} command downloads your program to the Hitachi
10566board and also opens it as the current executable target for
10567@value{GDBN} on your host (like the @code{file} command).
10568
10569@value{GDBN} needs to know these things to talk to your
5d161b24 10570Hitachi SH, H8/300, or H8/500:
104c1213
JM
10571
10572@enumerate
10573@item
10574that you want to use @samp{target hms}, the remote debugging interface
10575for Hitachi microprocessors, or @samp{target e7000}, the in-circuit
10576emulator for the Hitachi SH and the Hitachi 300H. (@samp{target hms} is
2df3850c 10577the default when @value{GDBN} is configured specifically for the Hitachi SH,
104c1213
JM
10578H8/300, or H8/500.)
10579
10580@item
10581what serial device connects your host to your Hitachi board (the first
10582serial device available on your host is the default).
10583
10584@item
10585what speed to use over the serial device.
10586@end enumerate
10587
10588@menu
10589* Hitachi Boards:: Connecting to Hitachi boards.
10590* Hitachi ICE:: Using the E7000 In-Circuit Emulator.
10591* Hitachi Special:: Special @value{GDBN} commands for Hitachi micros.
10592@end menu
10593
6d2ebf8b 10594@node Hitachi Boards
104c1213
JM
10595@subsubsection Connecting to Hitachi boards
10596
10597@c only for Unix hosts
10598@kindex device
10599@cindex serial device, Hitachi micros
96a2c332 10600Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
104c1213
JM
10601need to explicitly set the serial device. The default @var{port} is the
10602first available port on your host. This is only necessary on Unix
10603hosts, where it is typically something like @file{/dev/ttya}.
10604
10605@kindex speed
10606@cindex serial line speed, Hitachi micros
96a2c332 10607@code{@value{GDBN}} has another special command to set the communications
104c1213 10608speed: @samp{speed @var{bps}}. This command also is only used from Unix
2df3850c 10609hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
d4f3574e
SS
10610the DOS @code{mode} command (for instance,
10611@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
104c1213
JM
10612
10613The @samp{device} and @samp{speed} commands are available only when you
10614use a Unix host to debug your Hitachi microprocessor programs. If you
10615use a DOS host,
10616@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
10617called @code{asynctsr} to communicate with the development board
10618through a PC serial port. You must also use the DOS @code{mode} command
10619to set up the serial port on the DOS side.
10620
10621The following sample session illustrates the steps needed to start a
10622program under @value{GDBN} control on an H8/300. The example uses a
10623sample H8/300 program called @file{t.x}. The procedure is the same for
10624the Hitachi SH and the H8/500.
10625
10626First hook up your development board. In this example, we use a
10627board attached to serial port @code{COM2}; if you use a different serial
10628port, substitute its name in the argument of the @code{mode} command.
10629When you call @code{asynctsr}, the auxiliary comms program used by the
d4f3574e 10630debugger, you give it just the numeric part of the serial port's name;
104c1213
JM
10631for example, @samp{asyncstr 2} below runs @code{asyncstr} on
10632@code{COM2}.
10633
10634@example
10635C:\H8300\TEST> asynctsr 2
10636C:\H8300\TEST> mode com2:9600,n,8,1,p
10637
10638Resident portion of MODE loaded
10639
10640COM2: 9600, n, 8, 1, p
10641
10642@end example
10643
10644@quotation
10645@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
10646@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
10647disable it, or even boot without it, to use @code{asynctsr} to control
10648your development board.
10649@end quotation
10650
d4f3574e 10651@kindex target hms@r{, and serial protocol}
104c1213
JM
10652Now that serial communications are set up, and the development board is
10653connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
96a2c332 10654the name of your program as the argument. @code{@value{GDBN}} prompts
104c1213
JM
10655you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
10656commands to begin your debugging session: @samp{target hms} to specify
10657cross-debugging to the Hitachi board, and the @code{load} command to
10658download your program to the board. @code{load} displays the names of
10659the program's sections, and a @samp{*} for each 2K of data downloaded.
10660(If you want to refresh @value{GDBN} data on symbols or on the
10661executable file without downloading, use the @value{GDBN} commands
10662@code{file} or @code{symbol-file}. These commands, and @code{load}
10663itself, are described in @ref{Files,,Commands to specify files}.)
10664
10665@smallexample
10666(eg-C:\H8300\TEST) @value{GDBP} t.x
2df3850c 10667@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 10668 of it under certain conditions; type "show copying" to see
104c1213 10669 the conditions.
5d161b24 10670There is absolutely no warranty for @value{GDBN}; type "show warranty"
104c1213 10671for details.
2df3850c
JM
10672@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
10673(@value{GDBP}) target hms
104c1213 10674Connected to remote H8/300 HMS system.
2df3850c 10675(@value{GDBP}) load t.x
104c1213
JM
10676.text : 0x8000 .. 0xabde ***********
10677.data : 0xabde .. 0xad30 *
10678.stack : 0xf000 .. 0xf014 *
10679@end smallexample
10680
10681At this point, you're ready to run or debug your program. From here on,
10682you can use all the usual @value{GDBN} commands. The @code{break} command
10683sets breakpoints; the @code{run} command starts your program;
10684@code{print} or @code{x} display data; the @code{continue} command
10685resumes execution after stopping at a breakpoint. You can use the
10686@code{help} command at any time to find out more about @value{GDBN} commands.
10687
10688Remember, however, that @emph{operating system} facilities aren't
10689available on your development board; for example, if your program hangs,
10690you can't send an interrupt---but you can press the @sc{reset} switch!
10691
10692Use the @sc{reset} button on the development board
10693@itemize @bullet
10694@item
10695to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
10696no way to pass an interrupt signal to the development board); and
10697
10698@item
10699to return to the @value{GDBN} command prompt after your program finishes
10700normally. The communications protocol provides no other way for @value{GDBN}
10701to detect program completion.
10702@end itemize
10703
10704In either case, @value{GDBN} sees the effect of a @sc{reset} on the
10705development board as a ``normal exit'' of your program.
10706
6d2ebf8b 10707@node Hitachi ICE
104c1213
JM
10708@subsubsection Using the E7000 in-circuit emulator
10709
d4f3574e 10710@kindex target e7000@r{, with Hitachi ICE}
104c1213
JM
10711You can use the E7000 in-circuit emulator to develop code for either the
10712Hitachi SH or the H8/300H. Use one of these forms of the @samp{target
10713e7000} command to connect @value{GDBN} to your E7000:
10714
10715@table @code
10716@item target e7000 @var{port} @var{speed}
10717Use this form if your E7000 is connected to a serial port. The
10718@var{port} argument identifies what serial port to use (for example,
10719@samp{com2}). The third argument is the line speed in bits per second
10720(for example, @samp{9600}).
10721
10722@item target e7000 @var{hostname}
10723If your E7000 is installed as a host on a TCP/IP network, you can just
10724specify its hostname; @value{GDBN} uses @code{telnet} to connect.
10725@end table
10726
6d2ebf8b 10727@node Hitachi Special
104c1213
JM
10728@subsubsection Special @value{GDBN} commands for Hitachi micros
10729
10730Some @value{GDBN} commands are available only for the H8/300:
10731
10732@table @code
10733
10734@kindex set machine
10735@kindex show machine
10736@item set machine h8300
10737@itemx set machine h8300h
10738Condition @value{GDBN} for one of the two variants of the H8/300
10739architecture with @samp{set machine}. You can use @samp{show machine}
10740to check which variant is currently in effect.
10741
10742@end table
10743
6d2ebf8b 10744@node H8/500
104c1213
JM
10745@subsection H8/500
10746
10747@table @code
10748
10749@kindex set memory @var{mod}
10750@cindex memory models, H8/500
10751@item set memory @var{mod}
10752@itemx show memory
10753Specify which H8/500 memory model (@var{mod}) you are using with
10754@samp{set memory}; check which memory model is in effect with @samp{show
10755memory}. The accepted values for @var{mod} are @code{small},
10756@code{big}, @code{medium}, and @code{compact}.
10757
10758@end table
10759
6d2ebf8b 10760@node i960
104c1213
JM
10761@subsection Intel i960
10762
10763@table @code
10764
10765@kindex target mon960
10766@item target mon960 @var{dev}
10767MON960 monitor for Intel i960.
10768
f0ca3dce 10769@kindex target nindy
104c1213
JM
10770@item target nindy @var{devicename}
10771An Intel 960 board controlled by a Nindy Monitor. @var{devicename} is
10772the name of the serial device to use for the connection, e.g.
10773@file{/dev/ttya}.
10774
10775@end table
10776
10777@cindex Nindy
10778@cindex i960
10779@dfn{Nindy} is a ROM Monitor program for Intel 960 target systems. When
10780@value{GDBN} is configured to control a remote Intel 960 using Nindy, you can
10781tell @value{GDBN} how to connect to the 960 in several ways:
10782
10783@itemize @bullet
10784@item
10785Through command line options specifying serial port, version of the
10786Nindy protocol, and communications speed;
10787
10788@item
10789By responding to a prompt on startup;
10790
10791@item
10792By using the @code{target} command at any point during your @value{GDBN}
10793session. @xref{Target Commands, ,Commands for managing targets}.
10794
104c1213
JM
10795@end itemize
10796
10797@cindex download to Nindy-960
10798With the Nindy interface to an Intel 960 board, @code{load}
10799downloads @var{filename} to the 960 as well as adding its symbols in
10800@value{GDBN}.
10801
10802@menu
10803* Nindy Startup:: Startup with Nindy
10804* Nindy Options:: Options for Nindy
10805* Nindy Reset:: Nindy reset command
10806@end menu
10807
6d2ebf8b 10808@node Nindy Startup
104c1213
JM
10809@subsubsection Startup with Nindy
10810
10811If you simply start @code{@value{GDBP}} without using any command-line
10812options, you are prompted for what serial port to use, @emph{before} you
10813reach the ordinary @value{GDBN} prompt:
10814
10815@example
5d161b24 10816Attach /dev/ttyNN -- specify NN, or "quit" to quit:
104c1213
JM
10817@end example
10818
10819@noindent
10820Respond to the prompt with whatever suffix (after @samp{/dev/tty})
10821identifies the serial port you want to use. You can, if you choose,
10822simply start up with no Nindy connection by responding to the prompt
10823with an empty line. If you do this and later wish to attach to Nindy,
10824use @code{target} (@pxref{Target Commands, ,Commands for managing targets}).
10825
6d2ebf8b 10826@node Nindy Options
104c1213
JM
10827@subsubsection Options for Nindy
10828
10829These are the startup options for beginning your @value{GDBN} session with a
10830Nindy-960 board attached:
10831
10832@table @code
10833@item -r @var{port}
10834Specify the serial port name of a serial interface to be used to connect
10835to the target system. This option is only available when @value{GDBN} is
10836configured for the Intel 960 target architecture. You may specify
10837@var{port} as any of: a full pathname (e.g. @samp{-r /dev/ttya}), a
10838device name in @file{/dev} (e.g. @samp{-r ttya}), or simply the unique
10839suffix for a specific @code{tty} (e.g. @samp{-r a}).
10840
10841@item -O
10842(An uppercase letter ``O'', not a zero.) Specify that @value{GDBN} should use
10843the ``old'' Nindy monitor protocol to connect to the target system.
10844This option is only available when @value{GDBN} is configured for the Intel 960
10845target architecture.
10846
10847@quotation
10848@emph{Warning:} if you specify @samp{-O}, but are actually trying to
10849connect to a target system that expects the newer protocol, the connection
10850fails, appearing to be a speed mismatch. @value{GDBN} repeatedly
10851attempts to reconnect at several different line speeds. You can abort
10852this process with an interrupt.
10853@end quotation
10854
10855@item -brk
10856Specify that @value{GDBN} should first send a @code{BREAK} signal to the target
10857system, in an attempt to reset it, before connecting to a Nindy target.
10858
10859@quotation
10860@emph{Warning:} Many target systems do not have the hardware that this
10861requires; it only works with a few boards.
10862@end quotation
10863@end table
10864
10865The standard @samp{-b} option controls the line speed used on the serial
10866port.
10867
10868@c @group
6d2ebf8b 10869@node Nindy Reset
104c1213
JM
10870@subsubsection Nindy reset command
10871
10872@table @code
10873@item reset
10874@kindex reset
10875For a Nindy target, this command sends a ``break'' to the remote target
10876system; this is only useful if the target has been equipped with a
10877circuit to perform a hard reset (or some other interesting action) when
10878a break is detected.
10879@end table
10880@c @end group
10881
6d2ebf8b 10882@node M32R/D
104c1213
JM
10883@subsection Mitsubishi M32R/D
10884
10885@table @code
10886
10887@kindex target m32r
10888@item target m32r @var{dev}
10889Mitsubishi M32R/D ROM monitor.
10890
10891@end table
10892
6d2ebf8b 10893@node M68K
104c1213
JM
10894@subsection M68k
10895
10896The Motorola m68k configuration includes ColdFire support, and
10897target command for the following ROM monitors.
10898
10899@table @code
10900
10901@kindex target abug
10902@item target abug @var{dev}
10903ABug ROM monitor for M68K.
10904
10905@kindex target cpu32bug
10906@item target cpu32bug @var{dev}
10907CPU32BUG monitor, running on a CPU32 (M68K) board.
10908
10909@kindex target dbug
10910@item target dbug @var{dev}
10911dBUG ROM monitor for Motorola ColdFire.
10912
10913@kindex target est
10914@item target est @var{dev}
10915EST-300 ICE monitor, running on a CPU32 (M68K) board.
10916
10917@kindex target rom68k
10918@item target rom68k @var{dev}
10919ROM 68K monitor, running on an M68K IDP board.
10920
10921@end table
10922
10923If @value{GDBN} is configured with @code{m68*-ericsson-*}, it will
10924instead have only a single special target command:
10925
10926@table @code
10927
10928@kindex target es1800
10929@item target es1800 @var{dev}
10930ES-1800 emulator for M68K.
10931
10932@end table
10933
10934[context?]
10935
10936@table @code
10937
10938@kindex target rombug
10939@item target rombug @var{dev}
10940ROMBUG ROM monitor for OS/9000.
10941
10942@end table
10943
6d2ebf8b 10944@node M88K
104c1213
JM
10945@subsection M88K
10946
10947@table @code
10948
10949@kindex target bug
10950@item target bug @var{dev}
10951BUG monitor, running on a MVME187 (m88k) board.
10952
10953@end table
10954
6d2ebf8b 10955@node MIPS Embedded
104c1213
JM
10956@subsection MIPS Embedded
10957
10958@cindex MIPS boards
10959@value{GDBN} can use the MIPS remote debugging protocol to talk to a
10960MIPS board attached to a serial line. This is available when
10961you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
10962
10963@need 1000
10964Use these @value{GDBN} commands to specify the connection to your target board:
10965
10966@table @code
10967@item target mips @var{port}
10968@kindex target mips @var{port}
10969To run a program on the board, start up @code{@value{GDBP}} with the
10970name of your program as the argument. To connect to the board, use the
10971command @samp{target mips @var{port}}, where @var{port} is the name of
10972the serial port connected to the board. If the program has not already
10973been downloaded to the board, you may use the @code{load} command to
10974download it. You can then use all the usual @value{GDBN} commands.
10975
10976For example, this sequence connects to the target board through a serial
10977port, and loads and runs a program called @var{prog} through the
10978debugger:
10979
10980@example
10981host$ @value{GDBP} @var{prog}
2df3850c
JM
10982@value{GDBN} is free software and @dots{}
10983(@value{GDBP}) target mips /dev/ttyb
10984(@value{GDBP}) load @var{prog}
10985(@value{GDBP}) run
104c1213
JM
10986@end example
10987
10988@item target mips @var{hostname}:@var{portnumber}
10989On some @value{GDBN} host configurations, you can specify a TCP
10990connection (for instance, to a serial line managed by a terminal
10991concentrator) instead of a serial port, using the syntax
10992@samp{@var{hostname}:@var{portnumber}}.
10993
10994@item target pmon @var{port}
10995@kindex target pmon @var{port}
10996PMON ROM monitor.
10997
10998@item target ddb @var{port}
10999@kindex target ddb @var{port}
11000NEC's DDB variant of PMON for Vr4300.
11001
11002@item target lsi @var{port}
11003@kindex target lsi @var{port}
11004LSI variant of PMON.
11005
11006@kindex target r3900
11007@item target r3900 @var{dev}
11008Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
11009
11010@kindex target array
11011@item target array @var{dev}
11012Array Tech LSI33K RAID controller board.
11013
11014@end table
11015
11016
11017@noindent
11018@value{GDBN} also supports these special commands for MIPS targets:
11019
11020@table @code
11021@item set processor @var{args}
11022@itemx show processor
11023@kindex set processor @var{args}
11024@kindex show processor
11025Use the @code{set processor} command to set the type of MIPS
11026processor when you want to access processor-type-specific registers.
5d161b24 11027For example, @code{set processor @var{r3041}} tells @value{GDBN}
96c405b3 11028to use the CPU registers appropriate for the 3041 chip.
5d161b24 11029Use the @code{show processor} command to see what MIPS processor @value{GDBN}
104c1213 11030is using. Use the @code{info reg} command to see what registers
5d161b24 11031@value{GDBN} is using.
104c1213
JM
11032
11033@item set mipsfpu double
11034@itemx set mipsfpu single
11035@itemx set mipsfpu none
11036@itemx show mipsfpu
11037@kindex set mipsfpu
11038@kindex show mipsfpu
11039@cindex MIPS remote floating point
11040@cindex floating point, MIPS remote
11041If your target board does not support the MIPS floating point
11042coprocessor, you should use the command @samp{set mipsfpu none} (if you
96a2c332 11043need this, you may wish to put the command in your @value{GDBN} init
104c1213
JM
11044file). This tells @value{GDBN} how to find the return value of
11045functions which return floating point values. It also allows
11046@value{GDBN} to avoid saving the floating point registers when calling
11047functions on the board. If you are using a floating point coprocessor
11048with only single precision floating point support, as on the @sc{r4650}
11049processor, use the command @samp{set mipsfpu single}. The default
11050double precision floating point coprocessor may be selected using
11051@samp{set mipsfpu double}.
11052
11053In previous versions the only choices were double precision or no
11054floating point, so @samp{set mipsfpu on} will select double precision
11055and @samp{set mipsfpu off} will select no floating point.
11056
11057As usual, you can inquire about the @code{mipsfpu} variable with
11058@samp{show mipsfpu}.
11059
11060@item set remotedebug @var{n}
11061@itemx show remotedebug
d4f3574e
SS
11062@kindex set remotedebug@r{, MIPS protocol}
11063@kindex show remotedebug@r{, MIPS protocol}
104c1213
JM
11064@cindex @code{remotedebug}, MIPS protocol
11065@cindex MIPS @code{remotedebug} protocol
11066@c FIXME! For this to be useful, you must know something about the MIPS
11067@c FIXME...protocol. Where is it described?
11068You can see some debugging information about communications with the board
11069by setting the @code{remotedebug} variable. If you set it to @code{1} using
11070@samp{set remotedebug 1}, every packet is displayed. If you set it
11071to @code{2}, every character is displayed. You can check the current value
11072at any time with the command @samp{show remotedebug}.
11073
11074@item set timeout @var{seconds}
11075@itemx set retransmit-timeout @var{seconds}
11076@itemx show timeout
11077@itemx show retransmit-timeout
11078@cindex @code{timeout}, MIPS protocol
11079@cindex @code{retransmit-timeout}, MIPS protocol
11080@kindex set timeout
11081@kindex show timeout
11082@kindex set retransmit-timeout
11083@kindex show retransmit-timeout
11084You can control the timeout used while waiting for a packet, in the MIPS
11085remote protocol, with the @code{set timeout @var{seconds}} command. The
11086default is 5 seconds. Similarly, you can control the timeout used while
11087waiting for an acknowledgement of a packet with the @code{set
11088retransmit-timeout @var{seconds}} command. The default is 3 seconds.
11089You can inspect both values with @code{show timeout} and @code{show
11090retransmit-timeout}. (These commands are @emph{only} available when
11091@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
11092
11093The timeout set by @code{set timeout} does not apply when @value{GDBN}
11094is waiting for your program to stop. In that case, @value{GDBN} waits
11095forever because it has no way of knowing how long the program is going
11096to run before stopping.
11097@end table
11098
6d2ebf8b 11099@node PowerPC
104c1213
JM
11100@subsection PowerPC
11101
11102@table @code
11103
11104@kindex target dink32
11105@item target dink32 @var{dev}
11106DINK32 ROM monitor.
11107
11108@kindex target ppcbug
11109@item target ppcbug @var{dev}
11110@kindex target ppcbug1
11111@item target ppcbug1 @var{dev}
11112PPCBUG ROM monitor for PowerPC.
11113
11114@kindex target sds
11115@item target sds @var{dev}
11116SDS monitor, running on a PowerPC board (such as Motorola's ADS).
11117
11118@end table
11119
6d2ebf8b 11120@node PA
104c1213
JM
11121@subsection HP PA Embedded
11122
11123@table @code
11124
11125@kindex target op50n
11126@item target op50n @var{dev}
11127OP50N monitor, running on an OKI HPPA board.
11128
11129@kindex target w89k
11130@item target w89k @var{dev}
11131W89K monitor, running on a Winbond HPPA board.
11132
11133@end table
11134
6d2ebf8b 11135@node SH
104c1213
JM
11136@subsection Hitachi SH
11137
11138@table @code
11139
d4f3574e 11140@kindex target hms@r{, with Hitachi SH}
104c1213
JM
11141@item target hms @var{dev}
11142A Hitachi SH board attached via serial line to your host. Use special
11143commands @code{device} and @code{speed} to control the serial line and
11144the communications speed used.
11145
d4f3574e 11146@kindex target e7000@r{, with Hitachi SH}
104c1213
JM
11147@item target e7000 @var{dev}
11148E7000 emulator for Hitachi SH.
11149
d4f3574e
SS
11150@kindex target sh3@r{, with SH}
11151@kindex target sh3e@r{, with SH}
104c1213
JM
11152@item target sh3 @var{dev}
11153@item target sh3e @var{dev}
11154Hitachi SH-3 and SH-3E target systems.
11155
11156@end table
11157
6d2ebf8b 11158@node Sparclet
104c1213
JM
11159@subsection Tsqware Sparclet
11160
11161@cindex Sparclet
11162
5d161b24
DB
11163@value{GDBN} enables developers to debug tasks running on
11164Sparclet targets from a Unix host.
104c1213
JM
11165@value{GDBN} uses code that runs on
11166both the Unix host and on the Sparclet target. The program
5d161b24 11167@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213
JM
11168
11169@table @code
f0ca3dce 11170@item remotetimeout @var{args}
104c1213 11171@kindex remotetimeout
5d161b24
DB
11172@value{GDBN} supports the option @code{remotetimeout}.
11173This option is set by the user, and @var{args} represents the number of
11174seconds @value{GDBN} waits for responses.
104c1213
JM
11175@end table
11176
41afff9a 11177@cindex compiling, on Sparclet
5d161b24 11178When compiling for debugging, include the options @samp{-g} to get debug
d4f3574e 11179information and @samp{-Ttext} to relocate the program to where you wish to
5d161b24 11180load it on the target. You may also want to add the options @samp{-n} or
d4f3574e 11181@samp{-N} in order to reduce the size of the sections. Example:
104c1213
JM
11182
11183@example
11184sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
11185@end example
11186
d4f3574e 11187You can use @code{objdump} to verify that the addresses are what you intended:
104c1213
JM
11188
11189@example
11190sparclet-aout-objdump --headers --syms prog
11191@end example
11192
41afff9a 11193@cindex running, on Sparclet
104c1213
JM
11194Once you have set
11195your Unix execution search path to find @value{GDBN}, you are ready to
5d161b24 11196run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
104c1213
JM
11197(or @code{sparclet-aout-gdb}, depending on your installation).
11198
11199@value{GDBN} comes up showing the prompt:
11200
11201@example
11202(gdbslet)
11203@end example
11204
11205@menu
11206* Sparclet File:: Setting the file to debug
11207* Sparclet Connection:: Connecting to Sparclet
11208* Sparclet Download:: Sparclet download
5d161b24 11209* Sparclet Execution:: Running and debugging
104c1213
JM
11210@end menu
11211
6d2ebf8b 11212@node Sparclet File
104c1213
JM
11213@subsubsection Setting file to debug
11214
11215The @value{GDBN} command @code{file} lets you choose with program to debug.
11216
11217@example
11218(gdbslet) file prog
11219@end example
11220
11221@need 1000
11222@value{GDBN} then attempts to read the symbol table of @file{prog}.
11223@value{GDBN} locates
11224the file by searching the directories listed in the command search
11225path.
11226If the file was compiled with debug information (option "-g"), source
11227files will be searched as well.
11228@value{GDBN} locates
11229the source files by searching the directories listed in the directory search
11230path (@pxref{Environment, ,Your program's environment}).
11231If it fails
11232to find a file, it displays a message such as:
11233
11234@example
11235prog: No such file or directory.
11236@end example
11237
11238When this happens, add the appropriate directories to the search paths with
5d161b24 11239the @value{GDBN} commands @code{path} and @code{dir}, and execute the
104c1213
JM
11240@code{target} command again.
11241
6d2ebf8b 11242@node Sparclet Connection
104c1213
JM
11243@subsubsection Connecting to Sparclet
11244
11245The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
11246To connect to a target on serial port ``@code{ttya}'', type:
11247
11248@example
11249(gdbslet) target sparclet /dev/ttya
11250Remote target sparclet connected to /dev/ttya
5d161b24 11251main () at ../prog.c:3
104c1213
JM
11252@end example
11253
11254@need 750
11255@value{GDBN} displays messages like these:
11256
d4f3574e 11257@example
104c1213 11258Connected to ttya.
d4f3574e 11259@end example
104c1213 11260
6d2ebf8b 11261@node Sparclet Download
104c1213
JM
11262@subsubsection Sparclet download
11263
11264@cindex download to Sparclet
5d161b24 11265Once connected to the Sparclet target,
104c1213
JM
11266you can use the @value{GDBN}
11267@code{load} command to download the file from the host to the target.
11268The file name and load offset should be given as arguments to the @code{load}
11269command.
5d161b24 11270Since the file format is aout, the program must be loaded to the starting
d4f3574e 11271address. You can use @code{objdump} to find out what this value is. The load
104c1213
JM
11272offset is an offset which is added to the VMA (virtual memory address)
11273of each of the file's sections.
11274For instance, if the program
11275@file{prog} was linked to text address 0x1201000, with data at 0x12010160
11276and bss at 0x12010170, in @value{GDBN}, type:
11277
11278@example
11279(gdbslet) load prog 0x12010000
11280Loading section .text, size 0xdb0 vma 0x12010000
11281@end example
11282
5d161b24
DB
11283If the code is loaded at a different address then what the program was linked
11284to, you may need to use the @code{section} and @code{add-symbol-file} commands
104c1213
JM
11285to tell @value{GDBN} where to map the symbol table.
11286
6d2ebf8b 11287@node Sparclet Execution
104c1213
JM
11288@subsubsection Running and debugging
11289
11290@cindex running and debugging Sparclet programs
11291You can now begin debugging the task using @value{GDBN}'s execution control
5d161b24 11292commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
104c1213
JM
11293manual for the list of commands.
11294
11295@example
11296(gdbslet) b main
11297Breakpoint 1 at 0x12010000: file prog.c, line 3.
5d161b24 11298(gdbslet) run
104c1213
JM
11299Starting program: prog
11300Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
113013 char *symarg = 0;
11302(gdbslet) step
113034 char *execarg = "hello!";
5d161b24 11304(gdbslet)
104c1213
JM
11305@end example
11306
6d2ebf8b 11307@node Sparclite
104c1213
JM
11308@subsection Fujitsu Sparclite
11309
11310@table @code
11311
11312@kindex target sparclite
11313@item target sparclite @var{dev}
5d161b24
DB
11314Fujitsu sparclite boards, used only for the purpose of loading.
11315You must use an additional command to debug the program.
11316For example: target remote @var{dev} using @value{GDBN} standard
104c1213
JM
11317remote protocol.
11318
11319@end table
11320
6d2ebf8b 11321@node ST2000
104c1213
JM
11322@subsection Tandem ST2000
11323
2df3850c 11324@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
104c1213
JM
11325STDBUG protocol.
11326
11327To connect your ST2000 to the host system, see the manufacturer's
11328manual. Once the ST2000 is physically attached, you can run:
11329
11330@example
11331target st2000 @var{dev} @var{speed}
11332@end example
11333
11334@noindent
11335to establish it as your debugging environment. @var{dev} is normally
11336the name of a serial device, such as @file{/dev/ttya}, connected to the
11337ST2000 via a serial line. You can instead specify @var{dev} as a TCP
11338connection (for example, to a serial line attached via a terminal
11339concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
11340
11341The @code{load} and @code{attach} commands are @emph{not} defined for
11342this target; you must load your program into the ST2000 as you normally
11343would for standalone operation. @value{GDBN} reads debugging information
11344(such as symbols) from a separate, debugging version of the program
11345available on your host computer.
11346@c FIXME!! This is terribly vague; what little content is here is
11347@c basically hearsay.
11348
11349@cindex ST2000 auxiliary commands
11350These auxiliary @value{GDBN} commands are available to help you with the ST2000
11351environment:
11352
11353@table @code
11354@item st2000 @var{command}
11355@kindex st2000 @var{cmd}
11356@cindex STDBUG commands (ST2000)
11357@cindex commands to STDBUG (ST2000)
11358Send a @var{command} to the STDBUG monitor. See the manufacturer's
11359manual for available commands.
11360
11361@item connect
11362@cindex connect (to STDBUG)
11363Connect the controlling terminal to the STDBUG command monitor. When
11364you are done interacting with STDBUG, typing either of two character
11365sequences gets you back to the @value{GDBN} command prompt:
11366@kbd{@key{RET}~.} (Return, followed by tilde and period) or
11367@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
11368@end table
11369
6d2ebf8b 11370@node Z8000
104c1213
JM
11371@subsection Zilog Z8000
11372
11373@cindex Z8000
11374@cindex simulator, Z8000
11375@cindex Zilog Z8000 simulator
11376
11377When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
11378a Z8000 simulator.
11379
11380For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
11381unsegmented variant of the Z8000 architecture) or the Z8001 (the
11382segmented variant). The simulator recognizes which architecture is
11383appropriate by inspecting the object code.
11384
11385@table @code
11386@item target sim @var{args}
11387@kindex sim
d4f3574e 11388@kindex target sim@r{, with Z8000}
104c1213
JM
11389Debug programs on a simulated CPU. If the simulator supports setup
11390options, specify them via @var{args}.
11391@end table
11392
11393@noindent
11394After specifying this target, you can debug programs for the simulated
11395CPU in the same style as programs for your host computer; use the
11396@code{file} command to load a new program image, the @code{run} command
11397to run your program, and so on.
11398
d4f3574e
SS
11399As well as making available all the usual machine registers
11400(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
11401additional items of information as specially named registers:
104c1213
JM
11402
11403@table @code
11404
11405@item cycles
11406Counts clock-ticks in the simulator.
11407
11408@item insts
11409Counts instructions run in the simulator.
11410
11411@item time
11412Execution time in 60ths of a second.
11413
11414@end table
11415
11416You can refer to these values in @value{GDBN} expressions with the usual
11417conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
11418conditional breakpoint that suspends only after at least 5000
11419simulated clock ticks.
11420
6d2ebf8b 11421@node Architectures
104c1213
JM
11422@section Architectures
11423
11424This section describes characteristics of architectures that affect
2df3850c 11425all uses of @value{GDBN} with the architecture, both native and cross.
104c1213
JM
11426
11427@menu
11428* A29K::
11429* Alpha::
11430* MIPS::
11431@end menu
11432
6d2ebf8b 11433@node A29K
104c1213
JM
11434@subsection A29K
11435
11436@table @code
11437
11438@kindex set rstack_high_address
11439@cindex AMD 29K register stack
11440@cindex register stack, AMD29K
11441@item set rstack_high_address @var{address}
11442On AMD 29000 family processors, registers are saved in a separate
d4f3574e 11443@dfn{register stack}. There is no way for @value{GDBN} to determine the
104c1213
JM
11444extent of this stack. Normally, @value{GDBN} just assumes that the
11445stack is ``large enough''. This may result in @value{GDBN} referencing
11446memory locations that do not exist. If necessary, you can get around
11447this problem by specifying the ending address of the register stack with
11448the @code{set rstack_high_address} command. The argument should be an
11449address, which you probably want to precede with @samp{0x} to specify in
11450hexadecimal.
11451
11452@kindex show rstack_high_address
11453@item show rstack_high_address
11454Display the current limit of the register stack, on AMD 29000 family
11455processors.
11456
11457@end table
11458
6d2ebf8b 11459@node Alpha
104c1213
JM
11460@subsection Alpha
11461
11462See the following section.
11463
6d2ebf8b 11464@node MIPS
104c1213
JM
11465@subsection MIPS
11466
11467@cindex stack on Alpha
11468@cindex stack on MIPS
11469@cindex Alpha stack
11470@cindex MIPS stack
11471Alpha- and MIPS-based computers use an unusual stack frame, which
11472sometimes requires @value{GDBN} to search backward in the object code to
11473find the beginning of a function.
11474
11475@cindex response time, MIPS debugging
11476To improve response time (especially for embedded applications, where
11477@value{GDBN} may be restricted to a slow serial line for this search)
11478you may want to limit the size of this search, using one of these
11479commands:
11480
11481@table @code
00e4a2e4 11482@cindex @code{heuristic-fence-post} (Alpha, MIPS)
104c1213
JM
11483@item set heuristic-fence-post @var{limit}
11484Restrict @value{GDBN} to examining at most @var{limit} bytes in its
11485search for the beginning of a function. A value of @var{0} (the
11486default) means there is no limit. However, except for @var{0}, the
11487larger the limit the more bytes @code{heuristic-fence-post} must search
11488and therefore the longer it takes to run.
11489
11490@item show heuristic-fence-post
11491Display the current limit.
11492@end table
11493
11494@noindent
11495These commands are available @emph{only} when @value{GDBN} is configured
11496for debugging programs on Alpha or MIPS processors.
11497
11498
6d2ebf8b 11499@node Controlling GDB
c906108c
SS
11500@chapter Controlling @value{GDBN}
11501
53a5351d
JM
11502You can alter the way @value{GDBN} interacts with you by using the
11503@code{set} command. For commands controlling how @value{GDBN} displays
d4f3574e 11504data, see @ref{Print Settings, ,Print settings}. Other settings are
53a5351d 11505described here.
c906108c
SS
11506
11507@menu
11508* Prompt:: Prompt
11509* Editing:: Command editing
11510* History:: Command history
11511* Screen Size:: Screen size
11512* Numbers:: Numbers
11513* Messages/Warnings:: Optional warnings and messages
5d161b24 11514* Debugging Output:: Optional messages about internal happenings
c906108c
SS
11515@end menu
11516
6d2ebf8b 11517@node Prompt
c906108c
SS
11518@section Prompt
11519
11520@cindex prompt
11521
11522@value{GDBN} indicates its readiness to read a command by printing a string
11523called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
11524can change the prompt string with the @code{set prompt} command. For
11525instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
5d161b24 11526the prompt in one of the @value{GDBN} sessions so that you can always tell
c906108c
SS
11527which one you are talking to.
11528
d4f3574e 11529@emph{Note:} @code{set prompt} does not add a space for you after the
c906108c
SS
11530prompt you set. This allows you to set a prompt which ends in a space
11531or a prompt that does not.
11532
11533@table @code
11534@kindex set prompt
11535@item set prompt @var{newprompt}
11536Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
11537
11538@kindex show prompt
11539@item show prompt
11540Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
11541@end table
11542
6d2ebf8b 11543@node Editing
c906108c
SS
11544@section Command editing
11545@cindex readline
11546@cindex command line editing
11547
11548@value{GDBN} reads its input commands via the @dfn{readline} interface. This
11549@sc{gnu} library provides consistent behavior for programs which provide a
11550command line interface to the user. Advantages are @sc{gnu} Emacs-style
11551or @dfn{vi}-style inline editing of commands, @code{csh}-like history
11552substitution, and a storage and recall of command history across
11553debugging sessions.
11554
11555You may control the behavior of command line editing in @value{GDBN} with the
11556command @code{set}.
11557
11558@table @code
11559@kindex set editing
11560@cindex editing
11561@item set editing
11562@itemx set editing on
11563Enable command line editing (enabled by default).
11564
11565@item set editing off
11566Disable command line editing.
11567
11568@kindex show editing
11569@item show editing
11570Show whether command line editing is enabled.
11571@end table
11572
6d2ebf8b 11573@node History
c906108c
SS
11574@section Command history
11575
11576@value{GDBN} can keep track of the commands you type during your
11577debugging sessions, so that you can be certain of precisely what
11578happened. Use these commands to manage the @value{GDBN} command
11579history facility.
11580
11581@table @code
11582@cindex history substitution
11583@cindex history file
11584@kindex set history filename
11585@kindex GDBHISTFILE
11586@item set history filename @var{fname}
11587Set the name of the @value{GDBN} command history file to @var{fname}.
11588This is the file where @value{GDBN} reads an initial command history
11589list, and where it writes the command history from this session when it
11590exits. You can access this list through history expansion or through
11591the history command editing characters listed below. This file defaults
11592to the value of the environment variable @code{GDBHISTFILE}, or to
d4f3574e
SS
11593@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
11594is not set.
c906108c
SS
11595
11596@cindex history save
11597@kindex set history save
11598@item set history save
11599@itemx set history save on
11600Record command history in a file, whose name may be specified with the
11601@code{set history filename} command. By default, this option is disabled.
11602
11603@item set history save off
11604Stop recording command history in a file.
11605
11606@cindex history size
11607@kindex set history size
11608@item set history size @var{size}
11609Set the number of commands which @value{GDBN} keeps in its history list.
11610This defaults to the value of the environment variable
11611@code{HISTSIZE}, or to 256 if this variable is not set.
11612@end table
11613
11614@cindex history expansion
11615History expansion assigns special meaning to the character @kbd{!}.
11616@ifset have-readline-appendices
11617@xref{Event Designators}.
11618@end ifset
11619
11620Since @kbd{!} is also the logical not operator in C, history expansion
11621is off by default. If you decide to enable history expansion with the
11622@code{set history expansion on} command, you may sometimes need to
11623follow @kbd{!} (when it is used as logical not, in an expression) with
11624a space or a tab to prevent it from being expanded. The readline
11625history facilities do not attempt substitution on the strings
11626@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
11627
11628The commands to control history expansion are:
11629
11630@table @code
11631@kindex set history expansion
11632@item set history expansion on
11633@itemx set history expansion
11634Enable history expansion. History expansion is off by default.
11635
11636@item set history expansion off
11637Disable history expansion.
11638
11639The readline code comes with more complete documentation of
11640editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
11641or @code{vi} may wish to read it.
11642@ifset have-readline-appendices
11643@xref{Command Line Editing}.
11644@end ifset
11645
11646@c @group
11647@kindex show history
11648@item show history
11649@itemx show history filename
11650@itemx show history save
11651@itemx show history size
11652@itemx show history expansion
11653These commands display the state of the @value{GDBN} history parameters.
11654@code{show history} by itself displays all four states.
11655@c @end group
11656@end table
11657
11658@table @code
41afff9a 11659@kindex shows
c906108c
SS
11660@item show commands
11661Display the last ten commands in the command history.
11662
11663@item show commands @var{n}
11664Print ten commands centered on command number @var{n}.
11665
11666@item show commands +
11667Print ten commands just after the commands last printed.
11668@end table
11669
6d2ebf8b 11670@node Screen Size
c906108c
SS
11671@section Screen size
11672@cindex size of screen
11673@cindex pauses in output
11674
11675Certain commands to @value{GDBN} may produce large amounts of
11676information output to the screen. To help you read all of it,
11677@value{GDBN} pauses and asks you for input at the end of each page of
11678output. Type @key{RET} when you want to continue the output, or @kbd{q}
11679to discard the remaining output. Also, the screen width setting
11680determines when to wrap lines of output. Depending on what is being
11681printed, @value{GDBN} tries to break the line at a readable place,
11682rather than simply letting it overflow onto the following line.
11683
d4f3574e
SS
11684Normally @value{GDBN} knows the size of the screen from the terminal
11685driver software. For example, on Unix @value{GDBN} uses the termcap data base
c906108c 11686together with the value of the @code{TERM} environment variable and the
d4f3574e 11687@code{stty rows} and @code{stty cols} settings. If this is not correct,
c906108c
SS
11688you can override it with the @code{set height} and @code{set
11689width} commands:
11690
11691@table @code
11692@kindex set height
11693@kindex set width
11694@kindex show width
11695@kindex show height
11696@item set height @var{lpp}
11697@itemx show height
11698@itemx set width @var{cpl}
11699@itemx show width
11700These @code{set} commands specify a screen height of @var{lpp} lines and
11701a screen width of @var{cpl} characters. The associated @code{show}
11702commands display the current settings.
11703
5d161b24
DB
11704If you specify a height of zero lines, @value{GDBN} does not pause during
11705output no matter how long the output is. This is useful if output is to a
c906108c
SS
11706file or to an editor buffer.
11707
11708Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
11709from wrapping its output.
11710@end table
11711
6d2ebf8b 11712@node Numbers
c906108c
SS
11713@section Numbers
11714@cindex number representation
11715@cindex entering numbers
11716
2df3850c
JM
11717You can always enter numbers in octal, decimal, or hexadecimal in
11718@value{GDBN} by the usual conventions: octal numbers begin with
11719@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
11720begin with @samp{0x}. Numbers that begin with none of these are, by
11721default, entered in base 10; likewise, the default display for
11722numbers---when no particular format is specified---is base 10. You can
11723change the default base for both input and output with the @code{set
11724radix} command.
c906108c
SS
11725
11726@table @code
11727@kindex set input-radix
11728@item set input-radix @var{base}
11729Set the default base for numeric input. Supported choices
11730for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
11731specified either unambiguously or using the current default radix; for
11732example, any of
11733
11734@smallexample
11735set radix 012
11736set radix 10.
11737set radix 0xa
11738@end smallexample
11739
11740@noindent
11741sets the base to decimal. On the other hand, @samp{set radix 10}
11742leaves the radix unchanged no matter what it was.
11743
11744@kindex set output-radix
11745@item set output-radix @var{base}
11746Set the default base for numeric display. Supported choices
11747for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
11748specified either unambiguously or using the current default radix.
11749
11750@kindex show input-radix
11751@item show input-radix
11752Display the current default base for numeric input.
11753
11754@kindex show output-radix
11755@item show output-radix
11756Display the current default base for numeric display.
11757@end table
11758
6d2ebf8b 11759@node Messages/Warnings
c906108c
SS
11760@section Optional warnings and messages
11761
2df3850c
JM
11762By default, @value{GDBN} is silent about its inner workings. If you are
11763running on a slow machine, you may want to use the @code{set verbose}
11764command. This makes @value{GDBN} tell you when it does a lengthy
11765internal operation, so you will not think it has crashed.
c906108c
SS
11766
11767Currently, the messages controlled by @code{set verbose} are those
11768which announce that the symbol table for a source file is being read;
11769see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
11770
11771@table @code
11772@kindex set verbose
11773@item set verbose on
11774Enables @value{GDBN} output of certain informational messages.
11775
11776@item set verbose off
11777Disables @value{GDBN} output of certain informational messages.
11778
11779@kindex show verbose
11780@item show verbose
11781Displays whether @code{set verbose} is on or off.
11782@end table
11783
2df3850c
JM
11784By default, if @value{GDBN} encounters bugs in the symbol table of an
11785object file, it is silent; but if you are debugging a compiler, you may
11786find this information useful (@pxref{Symbol Errors, ,Errors reading
11787symbol files}).
c906108c
SS
11788
11789@table @code
2df3850c 11790
c906108c
SS
11791@kindex set complaints
11792@item set complaints @var{limit}
2df3850c
JM
11793Permits @value{GDBN} to output @var{limit} complaints about each type of
11794unusual symbols before becoming silent about the problem. Set
11795@var{limit} to zero to suppress all complaints; set it to a large number
11796to prevent complaints from being suppressed.
c906108c
SS
11797
11798@kindex show complaints
11799@item show complaints
11800Displays how many symbol complaints @value{GDBN} is permitted to produce.
2df3850c 11801
c906108c
SS
11802@end table
11803
11804By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
11805lot of stupid questions to confirm certain commands. For example, if
11806you try to run a program which is already running:
11807
11808@example
11809(@value{GDBP}) run
11810The program being debugged has been started already.
11811Start it from the beginning? (y or n)
11812@end example
11813
11814If you are willing to unflinchingly face the consequences of your own
11815commands, you can disable this ``feature'':
11816
11817@table @code
2df3850c 11818
c906108c
SS
11819@kindex set confirm
11820@cindex flinching
11821@cindex confirmation
11822@cindex stupid questions
11823@item set confirm off
11824Disables confirmation requests.
11825
11826@item set confirm on
11827Enables confirmation requests (the default).
11828
11829@kindex show confirm
11830@item show confirm
11831Displays state of confirmation requests.
2df3850c 11832
c906108c
SS
11833@end table
11834
6d2ebf8b 11835@node Debugging Output
5d161b24
DB
11836@section Optional messages about internal happenings
11837@table @code
11838@kindex set debug arch
11839@item set debug arch
11840Turns on or off display of gdbarch debugging info. The default is off
11841@kindex show debug arch
11842@item show debug arch
11843Displays the current state of displaying gdbarch debugging info.
11844@kindex set debug event
11845@item set debug event
11846Turns on or off display of @value{GDBN} event debugging info. The
11847default is off.
11848@kindex show debug event
11849@item show debug event
11850Displays the current state of displaying @value{GDBN} event debugging
11851info.
11852@kindex set debug expression
11853@item set debug expression
11854Turns on or off display of @value{GDBN} expression debugging info. The
11855default is off.
11856@kindex show debug expression
11857@item show debug expression
11858Displays the current state of displaying @value{GDBN} expression
11859debugging info.
11860@kindex set debug overload
11861@item set debug overload
11862Turns on or off display of @value{GDBN} C++ overload debugging
11863info. This includes info such as ranking of functions, etc. The default
11864is off.
11865@kindex show debug overload
11866@item show debug overload
11867Displays the current state of displaying @value{GDBN} C++ overload
11868debugging info.
11869@kindex set debug remote
11870@cindex packets, reporting on stdout
11871@cindex serial connections, debugging
11872@item set debug remote
11873Turns on or off display of reports on all packets sent back and forth across
11874the serial line to the remote machine. The info is printed on the
11875@value{GDBN} standard output stream. The default is off.
11876@kindex show debug remote
11877@item show debug remote
11878Displays the state of display of remote packets.
11879@kindex set debug serial
11880@item set debug serial
11881Turns on or off display of @value{GDBN} serial debugging info. The
11882default is off.
11883@kindex show debug serial
11884@item show debug serial
11885Displays the current state of displaying @value{GDBN} serial debugging
11886info.
11887@kindex set debug target
11888@item set debug target
11889Turns on or off display of @value{GDBN} target debugging info. This info
11890includes what is going on at the target level of GDB, as it happens. The
11891default is off.
11892@kindex show debug target
11893@item show debug target
11894Displays the current state of displaying @value{GDBN} target debugging
11895info.
11896@kindex set debug varobj
11897@item set debug varobj
11898Turns on or off display of @value{GDBN} variable object debugging
11899info. The default is off.
11900@kindex show debug varobj
11901@item show debug varobj
11902Displays the current state of displaying @value{GDBN} variable object
11903debugging info.
11904@end table
11905
6d2ebf8b 11906@node Sequences
c906108c
SS
11907@chapter Canned Sequences of Commands
11908
11909Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
2df3850c
JM
11910command lists}), @value{GDBN} provides two ways to store sequences of
11911commands for execution as a unit: user-defined commands and command
11912files.
c906108c
SS
11913
11914@menu
11915* Define:: User-defined commands
11916* Hooks:: User-defined command hooks
11917* Command Files:: Command files
11918* Output:: Commands for controlled output
11919@end menu
11920
6d2ebf8b 11921@node Define
c906108c
SS
11922@section User-defined commands
11923
11924@cindex user-defined command
2df3850c
JM
11925A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
11926which you assign a new name as a command. This is done with the
11927@code{define} command. User commands may accept up to 10 arguments
11928separated by whitespace. Arguments are accessed within the user command
11929via @var{$arg0@dots{}$arg9}. A trivial example:
c906108c
SS
11930
11931@smallexample
11932define adder
11933 print $arg0 + $arg1 + $arg2
11934@end smallexample
11935
d4f3574e
SS
11936@noindent
11937To execute the command use:
c906108c
SS
11938
11939@smallexample
11940adder 1 2 3
11941@end smallexample
11942
d4f3574e
SS
11943@noindent
11944This defines the command @code{adder}, which prints the sum of
5d161b24 11945its three arguments. Note the arguments are text substitutions, so they may
c906108c
SS
11946reference variables, use complex expressions, or even perform inferior
11947functions calls.
11948
11949@table @code
2df3850c 11950
c906108c
SS
11951@kindex define
11952@item define @var{commandname}
11953Define a command named @var{commandname}. If there is already a command
11954by that name, you are asked to confirm that you want to redefine it.
11955
11956The definition of the command is made up of other @value{GDBN} command lines,
11957which are given following the @code{define} command. The end of these
11958commands is marked by a line containing @code{end}.
11959
11960@kindex if
11961@kindex else
11962@item if
11963Takes a single argument, which is an expression to evaluate.
11964It is followed by a series of commands that are executed
11965only if the expression is true (nonzero).
11966There can then optionally be a line @code{else}, followed
11967by a series of commands that are only executed if the expression
11968was false. The end of the list is marked by a line containing @code{end}.
11969
11970@kindex while
11971@item while
11972The syntax is similar to @code{if}: the command takes a single argument,
11973which is an expression to evaluate, and must be followed by the commands to
11974execute, one per line, terminated by an @code{end}.
11975The commands are executed repeatedly as long as the expression
11976evaluates to true.
11977
11978@kindex document
11979@item document @var{commandname}
11980Document the user-defined command @var{commandname}, so that it can be
5d161b24
DB
11981accessed by @code{help}. The command @var{commandname} must already be
11982defined. This command reads lines of documentation just as @code{define}
11983reads the lines of the command definition, ending with @code{end}.
11984After the @code{document} command is finished, @code{help} on command
c906108c
SS
11985@var{commandname} displays the documentation you have written.
11986
11987You may use the @code{document} command again to change the
11988documentation of a command. Redefining the command with @code{define}
11989does not change the documentation.
11990
11991@kindex help user-defined
11992@item help user-defined
11993List all user-defined commands, with the first line of the documentation
11994(if any) for each.
11995
11996@kindex show user
11997@item show user
11998@itemx show user @var{commandname}
2df3850c
JM
11999Display the @value{GDBN} commands used to define @var{commandname} (but
12000not its documentation). If no @var{commandname} is given, display the
c906108c 12001definitions for all user-defined commands.
2df3850c 12002
c906108c
SS
12003@end table
12004
12005When user-defined commands are executed, the
12006commands of the definition are not printed. An error in any command
12007stops execution of the user-defined command.
12008
12009If used interactively, commands that would ask for confirmation proceed
5d161b24
DB
12010without asking when used inside a user-defined command. Many @value{GDBN}
12011commands that normally print messages to say what they are doing omit the
c906108c
SS
12012messages when used in a user-defined command.
12013
6d2ebf8b 12014@node Hooks
c906108c 12015@section User-defined command hooks
d4f3574e
SS
12016@cindex command hooks
12017@cindex hooks, for commands
c78b4128 12018@cindex hooks, pre-command
c906108c 12019
c78b4128
EZ
12020@kindex hook
12021@kindex hook-
12022You may define @dfn{hooks}, which are a special kind of user-defined
c906108c
SS
12023command. Whenever you run the command @samp{foo}, if the user-defined
12024command @samp{hook-foo} exists, it is executed (with no arguments)
12025before that command.
12026
c78b4128
EZ
12027@cindex hooks, post-command
12028@kindex hookpost
12029@kindex hookpost-
12030A hook may also be defined which is run after the command you executed.
12031Whenever you run the command @samp{foo}, if the user-defined command
12032@samp{hookpost-foo} exists, it is executed (with no arguments) after
12033that command. Post-execution hooks may exist simultaneously with
12034pre-execution hooks, for the same command.
12035
12036It is valid for a hook to call the command which it hooks. If this
12037occurs, the hook is not re-executed, thereby avoiding infinte recursion.
12038
12039@c It would be nice if hookpost could be passed a parameter indicating
12040@c if the command it hooks executed properly or not. FIXME!
12041
d4f3574e 12042@kindex stop@r{, a pseudo-command}
c906108c
SS
12043In addition, a pseudo-command, @samp{stop} exists. Defining
12044(@samp{hook-stop}) makes the associated commands execute every time
12045execution stops in your program: before breakpoint commands are run,
12046displays are printed, or the stack frame is printed.
12047
c906108c
SS
12048For example, to ignore @code{SIGALRM} signals while
12049single-stepping, but treat them normally during normal execution,
12050you could define:
12051
12052@example
12053define hook-stop
12054handle SIGALRM nopass
12055end
12056
12057define hook-run
12058handle SIGALRM pass
12059end
12060
12061define hook-continue
12062handle SIGLARM pass
12063end
12064@end example
c906108c 12065
c78b4128
EZ
12066As a further example, to hook at the begining and end of the @code{echo}
12067command, and to add extra text to the beginning and end of the message,
12068you could define:
12069
12070@example
12071define hook-echo
12072echo <<<---
12073end
12074
12075define hookpost-echo
12076echo --->>>\n
12077end
12078
12079(@value{GDBP}) echo Hello World
12080<<<---Hello World--->>>
12081(@value{GDBP})
12082
12083@end example
12084
c906108c
SS
12085You can define a hook for any single-word command in @value{GDBN}, but
12086not for command aliases; you should define a hook for the basic command
12087name, e.g. @code{backtrace} rather than @code{bt}.
12088@c FIXME! So how does Joe User discover whether a command is an alias
12089@c or not?
12090If an error occurs during the execution of your hook, execution of
12091@value{GDBN} commands stops and @value{GDBN} issues a prompt
12092(before the command that you actually typed had a chance to run).
12093
12094If you try to define a hook which does not match any known command, you
12095get a warning from the @code{define} command.
12096
6d2ebf8b 12097@node Command Files
c906108c
SS
12098@section Command files
12099
12100@cindex command files
5d161b24
DB
12101A command file for @value{GDBN} is a file of lines that are @value{GDBN}
12102commands. Comments (lines starting with @kbd{#}) may also be included.
12103An empty line in a command file does nothing; it does not mean to repeat
c906108c
SS
12104the last command, as it would from the terminal.
12105
12106@cindex init file
12107@cindex @file{.gdbinit}
d4f3574e 12108@cindex @file{gdb.ini}
c906108c 12109When you start @value{GDBN}, it automatically executes commands from its
bf0184be
ND
12110@dfn{init files}. These are files named @file{.gdbinit} on Unix and
12111@file{gdb.ini} on DOS/Windows. During startup, @value{GDBN} does the
12112following:
12113
12114@enumerate
12115@item
12116Reads the init file (if any) in your home directory@footnote{On
12117DOS/Windows systems, the home directory is the one pointed to by the
12118@code{HOME} environment variable.}.
12119
12120@item
12121Processes command line options and operands.
12122
12123@item
12124Reads the init file (if any) in the current working directory.
12125
12126@item
12127Reads command files specified by the @samp{-x} option.
12128@end enumerate
12129
12130The init file in your home directory can set options (such as @samp{set
12131complaints}) that affect subsequent processing of command line options
12132and operands. Init files are not executed if you use the @samp{-nx}
12133option (@pxref{Mode Options, ,Choosing modes}).
c906108c 12134
c906108c
SS
12135@cindex init file name
12136On some configurations of @value{GDBN}, the init file is known by a
12137different name (these are typically environments where a specialized
12138form of @value{GDBN} may need to coexist with other forms, hence a
12139different name for the specialized version's init file). These are the
12140environments with special init file names:
12141
00e4a2e4 12142@cindex @file{.vxgdbinit}
c906108c
SS
12143@itemize @bullet
12144@item
00e4a2e4 12145VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 12146
00e4a2e4 12147@cindex @file{.os68gdbinit}
c906108c 12148@item
00e4a2e4 12149OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 12150
00e4a2e4 12151@cindex @file{.esgdbinit}
c906108c 12152@item
00e4a2e4 12153ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
c906108c 12154@end itemize
c906108c
SS
12155
12156You can also request the execution of a command file with the
12157@code{source} command:
12158
12159@table @code
12160@kindex source
12161@item source @var{filename}
12162Execute the command file @var{filename}.
12163@end table
12164
12165The lines in a command file are executed sequentially. They are not
12166printed as they are executed. An error in any command terminates execution
12167of the command file.
12168
12169Commands that would ask for confirmation if used interactively proceed
12170without asking when used in a command file. Many @value{GDBN} commands that
12171normally print messages to say what they are doing omit the messages
12172when called from command files.
12173
6d2ebf8b 12174@node Output
c906108c
SS
12175@section Commands for controlled output
12176
12177During the execution of a command file or a user-defined command, normal
12178@value{GDBN} output is suppressed; the only output that appears is what is
12179explicitly printed by the commands in the definition. This section
12180describes three commands useful for generating exactly the output you
12181want.
12182
12183@table @code
12184@kindex echo
12185@item echo @var{text}
12186@c I do not consider backslash-space a standard C escape sequence
12187@c because it is not in ANSI.
12188Print @var{text}. Nonprinting characters can be included in
12189@var{text} using C escape sequences, such as @samp{\n} to print a
12190newline. @strong{No newline is printed unless you specify one.}
12191In addition to the standard C escape sequences, a backslash followed
12192by a space stands for a space. This is useful for displaying a
12193string with spaces at the beginning or the end, since leading and
5d161b24 12194trailing spaces are otherwise trimmed from all arguments.
c906108c
SS
12195To print @samp{@w{ }and foo =@w{ }}, use the command
12196@samp{echo \@w{ }and foo = \@w{ }}.
12197
12198A backslash at the end of @var{text} can be used, as in C, to continue
12199the command onto subsequent lines. For example,
12200
12201@example
12202echo This is some text\n\
12203which is continued\n\
12204onto several lines.\n
12205@end example
12206
12207produces the same output as
12208
12209@example
12210echo This is some text\n
12211echo which is continued\n
12212echo onto several lines.\n
12213@end example
12214
12215@kindex output
12216@item output @var{expression}
12217Print the value of @var{expression} and nothing but that value: no
12218newlines, no @samp{$@var{nn} = }. The value is not entered in the
5d161b24 12219value history either. @xref{Expressions, ,Expressions}, for more information
c906108c
SS
12220on expressions.
12221
12222@item output/@var{fmt} @var{expression}
12223Print the value of @var{expression} in format @var{fmt}. You can use
12224the same formats as for @code{print}. @xref{Output Formats,,Output
12225formats}, for more information.
12226
12227@kindex printf
12228@item printf @var{string}, @var{expressions}@dots{}
12229Print the values of the @var{expressions} under the control of
12230@var{string}. The @var{expressions} are separated by commas and may be
12231either numbers or pointers. Their values are printed as specified by
12232@var{string}, exactly as if your program were to execute the C
12233subroutine
d4f3574e
SS
12234@c FIXME: the above implies that at least all ANSI C formats are
12235@c supported, but it isn't true: %E and %G don't work (or so it seems).
12236@c Either this is a bug, or the manual should document what formats are
12237@c supported.
c906108c
SS
12238
12239@example
12240printf (@var{string}, @var{expressions}@dots{});
12241@end example
12242
12243For example, you can print two values in hex like this:
12244
12245@smallexample
12246printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
12247@end smallexample
12248
12249The only backslash-escape sequences that you can use in the format
12250string are the simple ones that consist of backslash followed by a
12251letter.
12252@end table
12253
6d2ebf8b 12254@node Emacs
c906108c
SS
12255@chapter Using @value{GDBN} under @sc{gnu} Emacs
12256
12257@cindex Emacs
12258@cindex @sc{gnu} Emacs
12259A special interface allows you to use @sc{gnu} Emacs to view (and
12260edit) the source files for the program you are debugging with
12261@value{GDBN}.
12262
12263To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
12264executable file you want to debug as an argument. This command starts
12265@value{GDBN} as a subprocess of Emacs, with input and output through a newly
12266created Emacs buffer.
53a5351d 12267@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c
SS
12268
12269Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
12270things:
12271
12272@itemize @bullet
12273@item
12274All ``terminal'' input and output goes through the Emacs buffer.
12275@end itemize
12276
12277This applies both to @value{GDBN} commands and their output, and to the input
12278and output done by the program you are debugging.
12279
12280This is useful because it means that you can copy the text of previous
12281commands and input them again; you can even use parts of the output
12282in this way.
12283
12284All the facilities of Emacs' Shell mode are available for interacting
12285with your program. In particular, you can send signals the usual
12286way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
12287stop.
12288
12289@itemize @bullet
12290@item
12291@value{GDBN} displays source code through Emacs.
12292@end itemize
12293
12294Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
12295source file for that frame and puts an arrow (@samp{=>}) at the
12296left margin of the current line. Emacs uses a separate buffer for
12297source display, and splits the screen to show both your @value{GDBN} session
12298and the source.
12299
12300Explicit @value{GDBN} @code{list} or search commands still produce output as
12301usual, but you probably have no reason to use them from Emacs.
12302
12303@quotation
12304@emph{Warning:} If the directory where your program resides is not your
12305current directory, it can be easy to confuse Emacs about the location of
12306the source files, in which case the auxiliary display buffer does not
12307appear to show your source. @value{GDBN} can find programs by searching your
12308environment's @code{PATH} variable, so the @value{GDBN} input and output
12309session proceeds normally; but Emacs does not get enough information
12310back from @value{GDBN} to locate the source files in this situation. To
12311avoid this problem, either start @value{GDBN} mode from the directory where
12312your program resides, or specify an absolute file name when prompted for the
12313@kbd{M-x gdb} argument.
12314
12315A similar confusion can result if you use the @value{GDBN} @code{file} command to
12316switch to debugging a program in some other location, from an existing
12317@value{GDBN} buffer in Emacs.
12318@end quotation
12319
12320By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
12321you need to call @value{GDBN} by a different name (for example, if you keep
12322several configurations around, with different names) you can set the
12323Emacs variable @code{gdb-command-name}; for example,
12324
12325@example
12326(setq gdb-command-name "mygdb")
12327@end example
12328
12329@noindent
d4f3574e 12330(preceded by @kbd{M-:} or @kbd{ESC :}, or typed in the @code{*scratch*} buffer, or
c906108c
SS
12331in your @file{.emacs} file) makes Emacs call the program named
12332``@code{mygdb}'' instead.
12333
12334In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
12335addition to the standard Shell mode commands:
12336
12337@table @kbd
12338@item C-h m
12339Describe the features of Emacs' @value{GDBN} Mode.
12340
12341@item M-s
12342Execute to another source line, like the @value{GDBN} @code{step} command; also
12343update the display window to show the current file and location.
12344
12345@item M-n
12346Execute to next source line in this function, skipping all function
12347calls, like the @value{GDBN} @code{next} command. Then update the display window
12348to show the current file and location.
12349
12350@item M-i
12351Execute one instruction, like the @value{GDBN} @code{stepi} command; update
12352display window accordingly.
12353
12354@item M-x gdb-nexti
12355Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
12356display window accordingly.
12357
12358@item C-c C-f
12359Execute until exit from the selected stack frame, like the @value{GDBN}
12360@code{finish} command.
12361
12362@item M-c
12363Continue execution of your program, like the @value{GDBN} @code{continue}
12364command.
12365
12366@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
12367
12368@item M-u
12369Go up the number of frames indicated by the numeric argument
12370(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
12371like the @value{GDBN} @code{up} command.
12372
12373@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
12374
12375@item M-d
12376Go down the number of frames indicated by the numeric argument, like the
12377@value{GDBN} @code{down} command.
12378
12379@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
12380
12381@item C-x &
12382Read the number where the cursor is positioned, and insert it at the end
12383of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
12384around an address that was displayed earlier, type @kbd{disassemble};
12385then move the cursor to the address display, and pick up the
12386argument for @code{disassemble} by typing @kbd{C-x &}.
12387
12388You can customize this further by defining elements of the list
12389@code{gdb-print-command}; once it is defined, you can format or
12390otherwise process numbers picked up by @kbd{C-x &} before they are
12391inserted. A numeric argument to @kbd{C-x &} indicates that you
12392wish special formatting, and also acts as an index to pick an element of the
12393list. If the list element is a string, the number to be inserted is
12394formatted using the Emacs function @code{format}; otherwise the number
12395is passed as an argument to the corresponding list element.
12396@end table
12397
12398In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
12399tells @value{GDBN} to set a breakpoint on the source line point is on.
12400
12401If you accidentally delete the source-display buffer, an easy way to get
12402it back is to type the command @code{f} in the @value{GDBN} buffer, to
12403request a frame display; when you run under Emacs, this recreates
12404the source buffer if necessary to show you the context of the current
12405frame.
12406
12407The source files displayed in Emacs are in ordinary Emacs buffers
12408which are visiting the source files in the usual way. You can edit
12409the files with these buffers if you wish; but keep in mind that @value{GDBN}
12410communicates with Emacs in terms of line numbers. If you add or
12411delete lines from the text, the line numbers that @value{GDBN} knows cease
12412to correspond properly with the code.
12413
12414@c The following dropped because Epoch is nonstandard. Reactivate
12415@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
12416@ignore
12417@kindex Emacs Epoch environment
12418@kindex Epoch
12419@kindex inspect
12420
5d161b24 12421Version 18 of @sc{gnu} Emacs has a built-in window system
c906108c
SS
12422called the @code{epoch}
12423environment. Users of this environment can use a new command,
12424@code{inspect} which performs identically to @code{print} except that
12425each value is printed in its own window.
12426@end ignore
c906108c 12427
d700128c 12428@include annotate.texi
7162c0ca 12429@include gdbmi.texinfo
d700128c 12430
6d2ebf8b 12431@node GDB Bugs
c906108c
SS
12432@chapter Reporting Bugs in @value{GDBN}
12433@cindex bugs in @value{GDBN}
12434@cindex reporting bugs in @value{GDBN}
12435
12436Your bug reports play an essential role in making @value{GDBN} reliable.
12437
12438Reporting a bug may help you by bringing a solution to your problem, or it
12439may not. But in any case the principal function of a bug report is to help
12440the entire community by making the next version of @value{GDBN} work better. Bug
12441reports are your contribution to the maintenance of @value{GDBN}.
12442
12443In order for a bug report to serve its purpose, you must include the
12444information that enables us to fix the bug.
12445
12446@menu
12447* Bug Criteria:: Have you found a bug?
12448* Bug Reporting:: How to report bugs
12449@end menu
12450
6d2ebf8b 12451@node Bug Criteria
c906108c
SS
12452@section Have you found a bug?
12453@cindex bug criteria
12454
12455If you are not sure whether you have found a bug, here are some guidelines:
12456
12457@itemize @bullet
12458@cindex fatal signal
12459@cindex debugger crash
12460@cindex crash of debugger
12461@item
12462If the debugger gets a fatal signal, for any input whatever, that is a
12463@value{GDBN} bug. Reliable debuggers never crash.
12464
12465@cindex error on valid input
12466@item
12467If @value{GDBN} produces an error message for valid input, that is a
12468bug. (Note that if you're cross debugging, the problem may also be
12469somewhere in the connection to the target.)
12470
12471@cindex invalid input
12472@item
12473If @value{GDBN} does not produce an error message for invalid input,
12474that is a bug. However, you should note that your idea of
12475``invalid input'' might be our idea of ``an extension'' or ``support
12476for traditional practice''.
12477
12478@item
12479If you are an experienced user of debugging tools, your suggestions
12480for improvement of @value{GDBN} are welcome in any case.
12481@end itemize
12482
6d2ebf8b 12483@node Bug Reporting
c906108c
SS
12484@section How to report bugs
12485@cindex bug reports
12486@cindex @value{GDBN} bugs, reporting
12487
c906108c
SS
12488A number of companies and individuals offer support for @sc{gnu} products.
12489If you obtained @value{GDBN} from a support organization, we recommend you
12490contact that organization first.
12491
12492You can find contact information for many support companies and
12493individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
12494distribution.
12495@c should add a web page ref...
12496
12497In any event, we also recommend that you send bug reports for
12498@value{GDBN} to this addresses:
12499
12500@example
d4f3574e 12501bug-gdb@@gnu.org
c906108c
SS
12502@end example
12503
12504@strong{Do not send bug reports to @samp{info-gdb}, or to
d4f3574e 12505@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
c906108c
SS
12506not want to receive bug reports. Those that do have arranged to receive
12507@samp{bug-gdb}.
12508
12509The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
12510serves as a repeater. The mailing list and the newsgroup carry exactly
12511the same messages. Often people think of posting bug reports to the
12512newsgroup instead of mailing them. This appears to work, but it has one
12513problem which can be crucial: a newsgroup posting often lacks a mail
12514path back to the sender. Thus, if we need to ask for more information,
12515we may be unable to reach you. For this reason, it is better to send
12516bug reports to the mailing list.
12517
12518As a last resort, send bug reports on paper to:
12519
12520@example
12521@sc{gnu} Debugger Bugs
12522Free Software Foundation Inc.
1252359 Temple Place - Suite 330
12524Boston, MA 02111-1307
12525USA
12526@end example
c906108c
SS
12527
12528The fundamental principle of reporting bugs usefully is this:
12529@strong{report all the facts}. If you are not sure whether to state a
12530fact or leave it out, state it!
12531
12532Often people omit facts because they think they know what causes the
12533problem and assume that some details do not matter. Thus, you might
12534assume that the name of the variable you use in an example does not matter.
12535Well, probably it does not, but one cannot be sure. Perhaps the bug is a
12536stray memory reference which happens to fetch from the location where that
12537name is stored in memory; perhaps, if the name were different, the contents
12538of that location would fool the debugger into doing the right thing despite
12539the bug. Play it safe and give a specific, complete example. That is the
12540easiest thing for you to do, and the most helpful.
12541
12542Keep in mind that the purpose of a bug report is to enable us to fix the
12543bug. It may be that the bug has been reported previously, but neither
12544you nor we can know that unless your bug report is complete and
12545self-contained.
12546
12547Sometimes people give a few sketchy facts and ask, ``Does this ring a
12548bell?'' Those bug reports are useless, and we urge everyone to
12549@emph{refuse to respond to them} except to chide the sender to report
12550bugs properly.
12551
12552To enable us to fix the bug, you should include all these things:
12553
12554@itemize @bullet
12555@item
12556The version of @value{GDBN}. @value{GDBN} announces it if you start
12557with no arguments; you can also print it at any time using @code{show
12558version}.
12559
12560Without this, we will not know whether there is any point in looking for
12561the bug in the current version of @value{GDBN}.
12562
12563@item
12564The type of machine you are using, and the operating system name and
12565version number.
12566
c906108c
SS
12567@item
12568What compiler (and its version) was used to compile @value{GDBN}---e.g.
12569``@value{GCC}--2.8.1''.
c906108c
SS
12570
12571@item
12572What compiler (and its version) was used to compile the program you are
12573debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
12574C Compiler''. For GCC, you can say @code{gcc --version} to get this
12575information; for other compilers, see the documentation for those
12576compilers.
12577
12578@item
12579The command arguments you gave the compiler to compile your example and
12580observe the bug. For example, did you use @samp{-O}? To guarantee
12581you will not omit something important, list them all. A copy of the
12582Makefile (or the output from make) is sufficient.
12583
12584If we were to try to guess the arguments, we would probably guess wrong
12585and then we might not encounter the bug.
12586
12587@item
12588A complete input script, and all necessary source files, that will
12589reproduce the bug.
12590
12591@item
12592A description of what behavior you observe that you believe is
12593incorrect. For example, ``It gets a fatal signal.''
12594
12595Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
12596will certainly notice it. But if the bug is incorrect output, we might
12597not notice unless it is glaringly wrong. You might as well not give us
12598a chance to make a mistake.
12599
12600Even if the problem you experience is a fatal signal, you should still
12601say so explicitly. Suppose something strange is going on, such as, your
12602copy of @value{GDBN} is out of synch, or you have encountered a bug in
12603the C library on your system. (This has happened!) Your copy might
12604crash and ours would not. If you told us to expect a crash, then when
12605ours fails to crash, we would know that the bug was not happening for
12606us. If you had not told us to expect a crash, then we would not be able
12607to draw any conclusion from our observations.
12608
c906108c
SS
12609@item
12610If you wish to suggest changes to the @value{GDBN} source, send us context
12611diffs. If you even discuss something in the @value{GDBN} source, refer to
12612it by context, not by line number.
12613
12614The line numbers in our development sources will not match those in your
12615sources. Your line numbers would convey no useful information to us.
53a5351d 12616
c906108c
SS
12617@end itemize
12618
12619Here are some things that are not necessary:
12620
12621@itemize @bullet
12622@item
12623A description of the envelope of the bug.
12624
12625Often people who encounter a bug spend a lot of time investigating
12626which changes to the input file will make the bug go away and which
12627changes will not affect it.
12628
12629This is often time consuming and not very useful, because the way we
12630will find the bug is by running a single example under the debugger
12631with breakpoints, not by pure deduction from a series of examples.
12632We recommend that you save your time for something else.
12633
12634Of course, if you can find a simpler example to report @emph{instead}
12635of the original one, that is a convenience for us. Errors in the
12636output will be easier to spot, running under the debugger will take
12637less time, and so on.
12638
12639However, simplification is not vital; if you do not want to do this,
12640report the bug anyway and send us the entire test case you used.
12641
12642@item
12643A patch for the bug.
12644
12645A patch for the bug does help us if it is a good one. But do not omit
12646the necessary information, such as the test case, on the assumption that
12647a patch is all we need. We might see problems with your patch and decide
12648to fix the problem another way, or we might not understand it at all.
12649
12650Sometimes with a program as complicated as @value{GDBN} it is very hard to
12651construct an example that will make the program follow a certain path
12652through the code. If you do not send us the example, we will not be able
12653to construct one, so we will not be able to verify that the bug is fixed.
12654
12655And if we cannot understand what bug you are trying to fix, or why your
12656patch should be an improvement, we will not install it. A test case will
12657help us to understand.
12658
12659@item
12660A guess about what the bug is or what it depends on.
12661
12662Such guesses are usually wrong. Even we cannot guess right about such
12663things without first using the debugger to find the facts.
12664@end itemize
12665
5d161b24 12666@c The readline documentation is distributed with the readline code
c906108c
SS
12667@c and consists of the two following files:
12668@c rluser.texinfo
7be570e7 12669@c inc-hist.texinfo
c906108c
SS
12670@c Use -I with makeinfo to point to the appropriate directory,
12671@c environment var TEXINPUTS with TeX.
12672@include rluser.texinfo
7be570e7 12673@include inc-hist.texinfo
c906108c
SS
12674
12675
6d2ebf8b 12676@node Formatting Documentation
c906108c
SS
12677@appendix Formatting Documentation
12678
12679@cindex @value{GDBN} reference card
12680@cindex reference card
12681The @value{GDBN} 4 release includes an already-formatted reference card, ready
12682for printing with PostScript or Ghostscript, in the @file{gdb}
12683subdirectory of the main source directory@footnote{In
12684@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
12685release.}. If you can use PostScript or Ghostscript with your printer,
12686you can print the reference card immediately with @file{refcard.ps}.
12687
12688The release also includes the source for the reference card. You
12689can format it, using @TeX{}, by typing:
12690
12691@example
12692make refcard.dvi
12693@end example
12694
5d161b24
DB
12695The @value{GDBN} reference card is designed to print in @dfn{landscape}
12696mode on US ``letter'' size paper;
c906108c
SS
12697that is, on a sheet 11 inches wide by 8.5 inches
12698high. You will need to specify this form of printing as an option to
12699your @sc{dvi} output program.
12700
12701@cindex documentation
12702
12703All the documentation for @value{GDBN} comes as part of the machine-readable
12704distribution. The documentation is written in Texinfo format, which is
12705a documentation system that uses a single source file to produce both
12706on-line information and a printed manual. You can use one of the Info
12707formatting commands to create the on-line version of the documentation
12708and @TeX{} (or @code{texi2roff}) to typeset the printed version.
12709
12710@value{GDBN} includes an already formatted copy of the on-line Info
12711version of this manual in the @file{gdb} subdirectory. The main Info
12712file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
12713subordinate files matching @samp{gdb.info*} in the same directory. If
12714necessary, you can print out these files, or read them with any editor;
12715but they are easier to read using the @code{info} subsystem in @sc{gnu}
12716Emacs or the standalone @code{info} program, available as part of the
12717@sc{gnu} Texinfo distribution.
12718
12719If you want to format these Info files yourself, you need one of the
12720Info formatting programs, such as @code{texinfo-format-buffer} or
12721@code{makeinfo}.
12722
12723If you have @code{makeinfo} installed, and are in the top level
12724@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
12725version @value{GDBVN}), you can make the Info file by typing:
12726
12727@example
12728cd gdb
12729make gdb.info
12730@end example
12731
12732If you want to typeset and print copies of this manual, you need @TeX{},
12733a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
12734Texinfo definitions file.
12735
12736@TeX{} is a typesetting program; it does not print files directly, but
12737produces output files called @sc{dvi} files. To print a typeset
12738document, you need a program to print @sc{dvi} files. If your system
12739has @TeX{} installed, chances are it has such a program. The precise
12740command to use depends on your system; @kbd{lpr -d} is common; another
12741(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
12742require a file name without any extension or a @samp{.dvi} extension.
12743
12744@TeX{} also requires a macro definitions file called
12745@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
12746written in Texinfo format. On its own, @TeX{} cannot either read or
12747typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
12748and is located in the @file{gdb-@var{version-number}/texinfo}
12749directory.
12750
12751If you have @TeX{} and a @sc{dvi} printer program installed, you can
12752typeset and print this manual. First switch to the the @file{gdb}
12753subdirectory of the main source directory (for example, to
12754@file{gdb-@value{GDBVN}/gdb}) and type:
12755
12756@example
12757make gdb.dvi
12758@end example
12759
12760Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c906108c 12761
6d2ebf8b 12762@node Installing GDB
c906108c
SS
12763@appendix Installing @value{GDBN}
12764@cindex configuring @value{GDBN}
12765@cindex installation
12766
c906108c
SS
12767@value{GDBN} comes with a @code{configure} script that automates the process
12768of preparing @value{GDBN} for installation; you can then use @code{make} to
12769build the @code{gdb} program.
12770@iftex
12771@c irrelevant in info file; it's as current as the code it lives with.
12772@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
12773look at the @file{README} file in the sources; we may have improved the
12774installation procedures since publishing this manual.}
12775@end iftex
12776
5d161b24
DB
12777The @value{GDBN} distribution includes all the source code you need for
12778@value{GDBN} in a single directory, whose name is usually composed by
c906108c
SS
12779appending the version number to @samp{gdb}.
12780
12781For example, the @value{GDBN} version @value{GDBVN} distribution is in the
12782@file{gdb-@value{GDBVN}} directory. That directory contains:
12783
12784@table @code
12785@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
12786script for configuring @value{GDBN} and all its supporting libraries
12787
12788@item gdb-@value{GDBVN}/gdb
12789the source specific to @value{GDBN} itself
12790
12791@item gdb-@value{GDBVN}/bfd
12792source for the Binary File Descriptor library
12793
12794@item gdb-@value{GDBVN}/include
12795@sc{gnu} include files
12796
12797@item gdb-@value{GDBVN}/libiberty
12798source for the @samp{-liberty} free software library
12799
12800@item gdb-@value{GDBVN}/opcodes
12801source for the library of opcode tables and disassemblers
12802
12803@item gdb-@value{GDBVN}/readline
12804source for the @sc{gnu} command-line interface
12805
12806@item gdb-@value{GDBVN}/glob
12807source for the @sc{gnu} filename pattern-matching subroutine
12808
12809@item gdb-@value{GDBVN}/mmalloc
12810source for the @sc{gnu} memory-mapped malloc package
12811@end table
12812
12813The simplest way to configure and build @value{GDBN} is to run @code{configure}
12814from the @file{gdb-@var{version-number}} source directory, which in
12815this example is the @file{gdb-@value{GDBVN}} directory.
12816
12817First switch to the @file{gdb-@var{version-number}} source directory
12818if you are not already in it; then run @code{configure}. Pass the
12819identifier for the platform on which @value{GDBN} will run as an
12820argument.
12821
12822For example:
12823
12824@example
12825cd gdb-@value{GDBVN}
12826./configure @var{host}
12827make
12828@end example
12829
12830@noindent
12831where @var{host} is an identifier such as @samp{sun4} or
12832@samp{decstation}, that identifies the platform where @value{GDBN} will run.
12833(You can often leave off @var{host}; @code{configure} tries to guess the
12834correct value by examining your system.)
12835
12836Running @samp{configure @var{host}} and then running @code{make} builds the
12837@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
12838libraries, then @code{gdb} itself. The configured source files, and the
12839binaries, are left in the corresponding source directories.
12840
12841@need 750
12842@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
12843system does not recognize this automatically when you run a different
12844shell, you may need to run @code{sh} on it explicitly:
12845
12846@example
12847sh configure @var{host}
12848@end example
12849
12850If you run @code{configure} from a directory that contains source
12851directories for multiple libraries or programs, such as the
12852@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
12853creates configuration files for every directory level underneath (unless
12854you tell it not to, with the @samp{--norecursion} option).
12855
12856You can run the @code{configure} script from any of the
12857subordinate directories in the @value{GDBN} distribution if you only want to
12858configure that subdirectory, but be sure to specify a path to it.
12859
12860For example, with version @value{GDBVN}, type the following to configure only
12861the @code{bfd} subdirectory:
12862
12863@example
12864@group
12865cd gdb-@value{GDBVN}/bfd
12866../configure @var{host}
12867@end group
12868@end example
12869
12870You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
12871However, you should make sure that the shell on your path (named by
12872the @samp{SHELL} environment variable) is publicly readable. Remember
12873that @value{GDBN} uses the shell to start your program---some systems refuse to
12874let @value{GDBN} debug child processes whose programs are not readable.
12875
12876@menu
12877* Separate Objdir:: Compiling @value{GDBN} in another directory
12878* Config Names:: Specifying names for hosts and targets
12879* Configure Options:: Summary of options for configure
12880@end menu
12881
6d2ebf8b 12882@node Separate Objdir
c906108c
SS
12883@section Compiling @value{GDBN} in another directory
12884
12885If you want to run @value{GDBN} versions for several host or target machines,
12886you need a different @code{gdb} compiled for each combination of
12887host and target. @code{configure} is designed to make this easy by
12888allowing you to generate each configuration in a separate subdirectory,
12889rather than in the source directory. If your @code{make} program
12890handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
12891@code{make} in each of these directories builds the @code{gdb}
12892program specified there.
12893
12894To build @code{gdb} in a separate directory, run @code{configure}
12895with the @samp{--srcdir} option to specify where to find the source.
12896(You also need to specify a path to find @code{configure}
12897itself from your working directory. If the path to @code{configure}
12898would be the same as the argument to @samp{--srcdir}, you can leave out
12899the @samp{--srcdir} option; it is assumed.)
12900
5d161b24 12901For example, with version @value{GDBVN}, you can build @value{GDBN} in a
c906108c
SS
12902separate directory for a Sun 4 like this:
12903
12904@example
12905@group
12906cd gdb-@value{GDBVN}
12907mkdir ../gdb-sun4
12908cd ../gdb-sun4
12909../gdb-@value{GDBVN}/configure sun4
12910make
12911@end group
12912@end example
12913
12914When @code{configure} builds a configuration using a remote source
12915directory, it creates a tree for the binaries with the same structure
12916(and using the same names) as the tree under the source directory. In
12917the example, you'd find the Sun 4 library @file{libiberty.a} in the
12918directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
12919@file{gdb-sun4/gdb}.
12920
12921One popular reason to build several @value{GDBN} configurations in separate
5d161b24
DB
12922directories is to configure @value{GDBN} for cross-compiling (where
12923@value{GDBN} runs on one machine---the @dfn{host}---while debugging
12924programs that run on another machine---the @dfn{target}).
c906108c
SS
12925You specify a cross-debugging target by
12926giving the @samp{--target=@var{target}} option to @code{configure}.
12927
12928When you run @code{make} to build a program or library, you must run
12929it in a configured directory---whatever directory you were in when you
12930called @code{configure} (or one of its subdirectories).
12931
12932The @code{Makefile} that @code{configure} generates in each source
12933directory also runs recursively. If you type @code{make} in a source
12934directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
12935directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
12936will build all the required libraries, and then build GDB.
12937
12938When you have multiple hosts or targets configured in separate
12939directories, you can run @code{make} on them in parallel (for example,
12940if they are NFS-mounted on each of the hosts); they will not interfere
12941with each other.
12942
6d2ebf8b 12943@node Config Names
c906108c
SS
12944@section Specifying names for hosts and targets
12945
12946The specifications used for hosts and targets in the @code{configure}
12947script are based on a three-part naming scheme, but some short predefined
12948aliases are also supported. The full naming scheme encodes three pieces
12949of information in the following pattern:
12950
12951@example
12952@var{architecture}-@var{vendor}-@var{os}
12953@end example
12954
12955For example, you can use the alias @code{sun4} as a @var{host} argument,
12956or as the value for @var{target} in a @code{--target=@var{target}}
12957option. The equivalent full name is @samp{sparc-sun-sunos4}.
12958
12959The @code{configure} script accompanying @value{GDBN} does not provide
12960any query facility to list all supported host and target names or
12961aliases. @code{configure} calls the Bourne shell script
12962@code{config.sub} to map abbreviations to full names; you can read the
12963script, if you wish, or you can use it to test your guesses on
12964abbreviations---for example:
12965
12966@smallexample
12967% sh config.sub i386-linux
12968i386-pc-linux-gnu
12969% sh config.sub alpha-linux
12970alpha-unknown-linux-gnu
12971% sh config.sub hp9k700
12972hppa1.1-hp-hpux
12973% sh config.sub sun4
12974sparc-sun-sunos4.1.1
12975% sh config.sub sun3
12976m68k-sun-sunos4.1.1
12977% sh config.sub i986v
12978Invalid configuration `i986v': machine `i986v' not recognized
12979@end smallexample
12980
12981@noindent
12982@code{config.sub} is also distributed in the @value{GDBN} source
12983directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
12984
6d2ebf8b 12985@node Configure Options
c906108c
SS
12986@section @code{configure} options
12987
12988Here is a summary of the @code{configure} options and arguments that
12989are most often useful for building @value{GDBN}. @code{configure} also has
12990several other options not listed here. @inforef{What Configure
12991Does,,configure.info}, for a full explanation of @code{configure}.
12992
12993@example
12994configure @r{[}--help@r{]}
12995 @r{[}--prefix=@var{dir}@r{]}
12996 @r{[}--exec-prefix=@var{dir}@r{]}
12997 @r{[}--srcdir=@var{dirname}@r{]}
12998 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
12999 @r{[}--target=@var{target}@r{]}
13000 @var{host}
13001@end example
13002
13003@noindent
13004You may introduce options with a single @samp{-} rather than
13005@samp{--} if you prefer; but you may abbreviate option names if you use
13006@samp{--}.
13007
13008@table @code
13009@item --help
13010Display a quick summary of how to invoke @code{configure}.
13011
13012@item --prefix=@var{dir}
13013Configure the source to install programs and files under directory
13014@file{@var{dir}}.
13015
13016@item --exec-prefix=@var{dir}
13017Configure the source to install programs under directory
13018@file{@var{dir}}.
13019
13020@c avoid splitting the warning from the explanation:
13021@need 2000
13022@item --srcdir=@var{dirname}
13023@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
13024@code{make} that implements the @code{VPATH} feature.}@*
13025Use this option to make configurations in directories separate from the
13026@value{GDBN} source directories. Among other things, you can use this to
13027build (or maintain) several configurations simultaneously, in separate
13028directories. @code{configure} writes configuration specific files in
13029the current directory, but arranges for them to use the source in the
13030directory @var{dirname}. @code{configure} creates directories under
13031the working directory in parallel to the source directories below
13032@var{dirname}.
13033
13034@item --norecursion
13035Configure only the directory level where @code{configure} is executed; do not
13036propagate configuration to subdirectories.
13037
13038@item --target=@var{target}
13039Configure @value{GDBN} for cross-debugging programs running on the specified
13040@var{target}. Without this option, @value{GDBN} is configured to debug
13041programs that run on the same machine (@var{host}) as @value{GDBN} itself.
13042
13043There is no convenient way to generate a list of all available targets.
13044
13045@item @var{host} @dots{}
13046Configure @value{GDBN} to run on the specified @var{host}.
13047
13048There is no convenient way to generate a list of all available hosts.
13049@end table
13050
13051There are many other options available as well, but they are generally
13052needed for special purposes only.
5d161b24 13053
6d2ebf8b 13054@node Index
c906108c
SS
13055@unnumbered Index
13056
13057@printindex cp
13058
13059@tex
13060% I think something like @colophon should be in texinfo. In the
13061% meantime:
13062\long\def\colophon{\hbox to0pt{}\vfill
13063\centerline{The body of this manual is set in}
13064\centerline{\fontname\tenrm,}
13065\centerline{with headings in {\bf\fontname\tenbf}}
13066\centerline{and examples in {\tt\fontname\tentt}.}
13067\centerline{{\it\fontname\tenit\/},}
13068\centerline{{\bf\fontname\tenbf}, and}
13069\centerline{{\sl\fontname\tensl\/}}
13070\centerline{are used for emphasis.}\vfill}
13071\page\colophon
13072% Blame: doc@cygnus.com, 1991.
13073@end tex
13074
449f3b6c
AC
13075@c TeX can handle the contents at the start but makeinfo 3.12 can not
13076@ifinfo
c906108c 13077@contents
449f3b6c
AC
13078@end ifinfo
13079@ifhtml
13080@contents
13081@end ifhtml
13082
c906108c 13083@bye
This page took 0.668148 seconds and 4 git commands to generate.