(all-cfg.text): @set SPARCLET.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
1 \input texinfo @c -*-texinfo-*-
2 @c Copyright 1988 1989 1990 1991 1992 1993 1994 1995
3 @c Free Software Foundation, Inc.
4 @c
5 @c %**start of header
6 @c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
7 @c of @set vars. However, you can override filename with makeinfo -o.
8 @setfilename gdb.info
9 @c
10 @include gdb-cfg.texi
11 @c
12 @ifset GENERIC
13 @settitle Debugging with @value{GDBN}
14 @end ifset
15 @ifclear GENERIC
16 @settitle Debugging with @value{GDBN} (@value{TARGET})
17 @end ifclear
18 @clear RENAMED
19 @setchapternewpage odd
20 @c %**end of header
21
22 @iftex
23 @c @smallbook
24 @c @cropmarks
25 @end iftex
26
27 @finalout
28 @syncodeindex ky cp
29
30 @c readline appendices use @vindex
31 @syncodeindex vr cp
32
33 @c !!set GDB manual's edition---not the same as GDB version!
34 @set EDITION 4.12
35
36 @c !!set GDB manual's revision date
37 @set DATE January 1994
38
39 @c GDB CHANGELOG CONSULTED BETWEEN:
40 @c Fri Oct 11 23:27:06 1991 John Gilmore (gnu at cygnus.com)
41 @c Sat Dec 22 02:51:40 1990 John Gilmore (gnu at cygint)
42
43 @c THIS MANUAL REQUIRES TEXINFO-2 macros and info-makers to format properly.
44
45 @ifinfo
46 @c This is a dir.info fragment to support semi-automated addition of
47 @c manuals to an info tree. zoo@cygnus.com is developing this facility.
48 @format
49 START-INFO-DIR-ENTRY
50 * Gdb: (gdb). The @sc{gnu} debugger.
51 END-INFO-DIR-ENTRY
52 @end format
53 @end ifinfo
54 @c
55 @c
56 @ifinfo
57 This file documents the @sc{gnu} debugger @value{GDBN}.
58
59
60 This is Edition @value{EDITION}, @value{DATE},
61 of @cite{Debugging with @value{GDBN}: the @sc{gnu} Source-Level Debugger}
62 for @value{GDBN} Version @value{GDBVN}.
63
64 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995
65 Free Software Foundation, Inc.
66
67 Permission is granted to make and distribute verbatim copies of
68 this manual provided the copyright notice and this permission notice
69 are preserved on all copies.
70
71 @ignore
72 Permission is granted to process this file through TeX and print the
73 results, provided the printed document carries copying permission
74 notice identical to this one except for the removal of this paragraph
75 (this paragraph not being relevant to the printed manual).
76
77 @end ignore
78 Permission is granted to copy and distribute modified versions of this
79 manual under the conditions for verbatim copying, provided also that the
80 entire resulting derived work is distributed under the terms of a
81 permission notice identical to this one.
82
83 Permission is granted to copy and distribute translations of this manual
84 into another language, under the above conditions for modified versions.
85 @end ifinfo
86
87 @titlepage
88 @title Debugging with @value{GDBN}
89 @subtitle The @sc{gnu} Source-Level Debugger
90 @ifclear GENERIC
91 @subtitle (@value{TARGET})
92 @end ifclear
93 @sp 1
94 @subtitle Edition @value{EDITION}, for @value{GDBN} version @value{GDBVN}
95 @subtitle @value{DATE}
96 @author Richard M. Stallman and Cygnus Support
97 @page
98 @tex
99 {\parskip=0pt
100 \hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@prep.ai.mit.edu.)\par
101 \hfill {\it Debugging with @value{GDBN}}\par
102 \hfill \TeX{}info \texinfoversion\par
103 \hfill doc\@cygnus.com\par
104 }
105 @end tex
106
107 @vskip 0pt plus 1filll
108 Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995
109 Free Software Foundation, Inc.
110 @sp 2
111 Published by the Free Software Foundation @*
112 59 Temple Place - Suite 330, @*
113 Boston, MA 02111-1307 USA @*
114 Printed copies are available for $20 each. @*
115 ISBN 1-882114-11-6 @*
116
117 Permission is granted to make and distribute verbatim copies of
118 this manual provided the copyright notice and this permission notice
119 are preserved on all copies.
120
121 Permission is granted to copy and distribute modified versions of this
122 manual under the conditions for verbatim copying, provided also that the
123 entire resulting derived work is distributed under the terms of a
124 permission notice identical to this one.
125
126 Permission is granted to copy and distribute translations of this manual
127 into another language, under the above conditions for modified versions.
128 @end titlepage
129 @page
130
131 @ifinfo
132 @node Top
133 @top Debugging with @value{GDBN}
134
135 This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
136
137 This is Edition @value{EDITION}, @value{DATE}, for @value{GDBN} Version
138 @value{GDBVN}.
139
140 @menu
141 * Summary:: Summary of @value{GDBN}
142 @ifclear BARETARGET
143 * Sample Session:: A sample @value{GDBN} session
144 @end ifclear
145
146 * Invocation:: Getting in and out of @value{GDBN}
147 * Commands:: @value{GDBN} commands
148 * Running:: Running programs under @value{GDBN}
149 * Stopping:: Stopping and continuing
150 * Stack:: Examining the stack
151 * Source:: Examining source files
152 * Data:: Examining data
153 @ifclear CONLY
154 * Languages:: Using @value{GDBN} with different languages
155 @end ifclear
156 @ifset CONLY
157 * C:: C language support
158 @end ifset
159 @c remnant makeinfo bug, blank line needed after two end-ifs?
160
161 * Symbols:: Examining the symbol table
162 * Altering:: Altering execution
163 * GDB Files:: @value{GDBN} files
164 * Targets:: Specifying a debugging target
165 * Controlling GDB:: Controlling @value{GDBN}
166 * Sequences:: Canned sequences of commands
167 @ifclear DOSHOST
168 * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
169 @end ifclear
170
171 * GDB Bugs:: Reporting bugs in @value{GDBN}
172 * Command Line Editing:: Facilities of the readline library
173 * Using History Interactively::
174 @c @ifset NOVEL
175 @c * Renamed Commands::
176 @c @end ifset
177 @ifclear PRECONFIGURED
178 * Formatting Documentation:: How to format and print @value{GDBN} documentation
179 * Installing GDB:: Installing GDB
180 @end ifclear
181
182 * Index:: Index
183 @end menu
184 @end ifinfo
185
186 @node Summary
187 @unnumbered Summary of @value{GDBN}
188
189 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
190 going on ``inside'' another program while it executes---or what another
191 program was doing at the moment it crashed.
192
193 @value{GDBN} can do four main kinds of things (plus other things in support of
194 these) to help you catch bugs in the act:
195
196 @itemize @bullet
197 @item
198 Start your program, specifying anything that might affect its behavior.
199
200 @item
201 Make your program stop on specified conditions.
202
203 @item
204 Examine what has happened, when your program has stopped.
205
206 @item
207 Change things in your program, so you can experiment with correcting the
208 effects of one bug and go on to learn about another.
209 @end itemize
210
211 @ifclear CONLY
212 You can use @value{GDBN} to debug programs written in C or C++.
213 @c "MOD2" used as a "miscellaneous languages" flag here.
214 @c This is acceptable while there is no real doc for Chill and Pascal.
215 @ifclear MOD2
216 For more information, see @ref{Support,,Supported languages}.
217 @end ifclear
218 @ifset MOD2
219 For more information, see @ref{C,,C and C++}.
220
221 Support for Modula-2 and Chill is partial. For information on Modula-2,
222 see @ref{Modula-2,,Modula-2}. There is no further documentation on Chill yet.
223
224 Debugging Pascal programs which use sets, subranges, file variables, or nested
225 functions does not currently work. @value{GDBN} does not support
226 entering expressions, printing values, or similar features using Pascal syntax.
227
228 @end ifset
229 @ifset FORTRAN
230 @cindex Fortran
231 @value{GDBN} can be used to debug programs written in Fortran, although
232 it does not yet support entering expressions, printing values, or
233 similar features using Fortran syntax. It may be necessary to refer to
234 some variables with a trailing underscore.
235 @end ifset
236 @end ifclear
237
238 @menu
239 * Free Software:: Freely redistributable software
240 * Contributors:: Contributors to GDB
241 @end menu
242
243 @node Free Software
244 @unnumberedsec Free software
245
246 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
247 General Public License
248 (GPL). The GPL gives you the freedom to copy or adapt a licensed
249 program---but every person getting a copy also gets with it the
250 freedom to modify that copy (which means that they must get access to
251 the source code), and the freedom to distribute further copies.
252 Typical software companies use copyrights to limit your freedoms; the
253 Free Software Foundation uses the GPL to preserve these freedoms.
254
255 Fundamentally, the General Public License is a license which says that
256 you have these freedoms and that you cannot take these freedoms away
257 from anyone else.
258
259 @node Contributors
260 @unnumberedsec Contributors to GDB
261
262 Richard Stallman was the original author of GDB, and of many other @sc{gnu}
263 programs. Many others have contributed to its development. This
264 section attempts to credit major contributors. One of the virtues of
265 free software is that everyone is free to contribute to it; with
266 regret, we cannot actually acknowledge everyone here. The file
267 @file{ChangeLog} in the @value{GDBN} distribution approximates a blow-by-blow
268 account.
269
270 Changes much prior to version 2.0 are lost in the mists of time.
271
272 @quotation
273 @emph{Plea:} Additions to this section are particularly welcome. If you
274 or your friends (or enemies, to be evenhanded) have been unfairly
275 omitted from this list, we would like to add your names!
276 @end quotation
277
278 So that they may not regard their long labor as thankless, we
279 particularly thank those who shepherded GDB through major releases:
280 Stan Shebs (release 4.14),
281 Fred Fish (releases 4.13, 4.12, 4.11, 4.10, and 4.9),
282 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4),
283 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
284 Jim Kingdon (releases 3.5, 3.4, and 3.3);
285 and Randy Smith (releases 3.2, 3.1, and 3.0).
286 As major maintainer of @value{GDBN} for some period, each
287 contributed significantly to the structure, stability, and capabilities
288 of the entire debugger.
289
290 Richard Stallman, assisted at various times by Peter TerMaat, Chris
291 Hanson, and Richard Mlynarik, handled releases through 2.8.
292
293 @ifclear CONLY
294 Michael Tiemann is the author of most of the @sc{gnu} C++ support in GDB,
295 with significant additional contributions from Per Bothner. James
296 Clark wrote the @sc{gnu} C++ demangler. Early work on C++ was by Peter
297 TerMaat (who also did much general update work leading to release 3.0).
298 @end ifclear
299
300 @value{GDBN} 4 uses the BFD subroutine library to examine multiple
301 object-file formats; BFD was a joint project of David V.
302 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
303
304 David Johnson wrote the original COFF support; Pace Willison did
305 the original support for encapsulated COFF.
306
307 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
308 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
309 support.
310 Jean-Daniel Fekete contributed Sun 386i support.
311 Chris Hanson improved the HP9000 support.
312 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
313 David Johnson contributed Encore Umax support.
314 Jyrki Kuoppala contributed Altos 3068 support.
315 Jeff Law contributed HP PA and SOM support.
316 Keith Packard contributed NS32K support.
317 Doug Rabson contributed Acorn Risc Machine support.
318 Bob Rusk contributed Harris Nighthawk CX-UX support.
319 Chris Smith contributed Convex support (and Fortran debugging).
320 Jonathan Stone contributed Pyramid support.
321 Michael Tiemann contributed SPARC support.
322 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
323 Pace Willison contributed Intel 386 support.
324 Jay Vosburgh contributed Symmetry support.
325
326 Rich Schaefer and Peter Schauer helped with support of SunOS shared
327 libraries.
328
329 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree about
330 several machine instruction sets.
331
332 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped
333 develop remote debugging. Intel Corporation and Wind River Systems
334 contributed remote debugging modules for their products.
335
336 Brian Fox is the author of the readline libraries providing
337 command-line editing and command history.
338
339 Andrew Beers of SUNY Buffalo wrote the language-switching code,
340 @ifset MOD2
341 the Modula-2 support,
342 @end ifset
343 and contributed the Languages chapter of this manual.
344
345 Fred Fish wrote most of the support for Unix System Vr4.
346 @ifclear CONLY
347 He also enhanced the command-completion support to cover C++ overloaded
348 symbols.
349 @end ifclear
350
351 Hitachi America, Ltd. sponsored the support for Hitachi microprocessors.
352
353 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
354 watchpoints.
355
356 Stu Grossman wrote gdbserver.
357
358 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
359 nearly innumerable bug fixes and cleanups throughout GDB.
360
361 @ifclear BARETARGET
362 @node Sample Session
363 @chapter A Sample @value{GDBN} Session
364
365 You can use this manual at your leisure to read all about @value{GDBN}.
366 However, a handful of commands are enough to get started using the
367 debugger. This chapter illustrates those commands.
368
369 @iftex
370 In this sample session, we emphasize user input like this: @b{input},
371 to make it easier to pick out from the surrounding output.
372 @end iftex
373
374 @c FIXME: this example may not be appropriate for some configs, where
375 @c FIXME...primary interest is in remote use.
376
377 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
378 processor) exhibits the following bug: sometimes, when we change its
379 quote strings from the default, the commands used to capture one macro
380 definition within another stop working. In the following short @code{m4}
381 session, we define a macro @code{foo} which expands to @code{0000}; we
382 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
383 same thing. However, when we change the open quote string to
384 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
385 procedure fails to define a new synonym @code{baz}:
386
387 @smallexample
388 $ @b{cd gnu/m4}
389 $ @b{./m4}
390 @b{define(foo,0000)}
391
392 @b{foo}
393 0000
394 @b{define(bar,defn(`foo'))}
395
396 @b{bar}
397 0000
398 @b{changequote(<QUOTE>,<UNQUOTE>)}
399
400 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
401 @b{baz}
402 @b{C-d}
403 m4: End of input: 0: fatal error: EOF in string
404 @end smallexample
405
406 @noindent
407 Let us use @value{GDBN} to try to see what is going on.
408
409 @smallexample
410 $ @b{@value{GDBP} m4}
411 @c FIXME: this falsifies the exact text played out, to permit smallbook
412 @c FIXME... format to come out better.
413 @value{GDBN} is free software and you are welcome to distribute copies
414 of it under certain conditions; type "show copying" to see
415 the conditions.
416 There is absolutely no warranty for @value{GDBN}; type "show warranty"
417 for details.
418
419 @value{GDBN} @value{GDBVN}, Copyright 1995 Free Software Foundation, Inc...
420 (@value{GDBP})
421 @end smallexample
422
423 @noindent
424 @value{GDBN} reads only enough symbol data to know where to find the
425 rest when needed; as a result, the first prompt comes up very quickly.
426 We now tell @value{GDBN} to use a narrower display width than usual, so
427 that examples fit in this manual.
428
429 @smallexample
430 (@value{GDBP}) @b{set width 70}
431 @end smallexample
432
433 @noindent
434 We need to see how the @code{m4} built-in @code{changequote} works.
435 Having looked at the source, we know the relevant subroutine is
436 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
437 @code{break} command.
438
439 @smallexample
440 (@value{GDBP}) @b{break m4_changequote}
441 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
442 @end smallexample
443
444 @noindent
445 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
446 control; as long as control does not reach the @code{m4_changequote}
447 subroutine, the program runs as usual:
448
449 @smallexample
450 (@value{GDBP}) @b{run}
451 Starting program: /work/Editorial/gdb/gnu/m4/m4
452 @b{define(foo,0000)}
453
454 @b{foo}
455 0000
456 @end smallexample
457
458 @noindent
459 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
460 suspends execution of @code{m4}, displaying information about the
461 context where it stops.
462
463 @smallexample
464 @b{changequote(<QUOTE>,<UNQUOTE>)}
465
466 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
467 at builtin.c:879
468 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
469 @end smallexample
470
471 @noindent
472 Now we use the command @code{n} (@code{next}) to advance execution to
473 the next line of the current function.
474
475 @smallexample
476 (@value{GDBP}) @b{n}
477 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
478 : nil,
479 @end smallexample
480
481 @noindent
482 @code{set_quotes} looks like a promising subroutine. We can go into it
483 by using the command @code{s} (@code{step}) instead of @code{next}.
484 @code{step} goes to the next line to be executed in @emph{any}
485 subroutine, so it steps into @code{set_quotes}.
486
487 @smallexample
488 (@value{GDBP}) @b{s}
489 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
490 at input.c:530
491 530 if (lquote != def_lquote)
492 @end smallexample
493
494 @noindent
495 The display that shows the subroutine where @code{m4} is now
496 suspended (and its arguments) is called a stack frame display. It
497 shows a summary of the stack. We can use the @code{backtrace}
498 command (which can also be spelled @code{bt}), to see where we are
499 in the stack as a whole: the @code{backtrace} command displays a
500 stack frame for each active subroutine.
501
502 @smallexample
503 (@value{GDBP}) @b{bt}
504 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
505 at input.c:530
506 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
507 at builtin.c:882
508 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
509 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
510 at macro.c:71
511 #4 0x79dc in expand_input () at macro.c:40
512 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
513 @end smallexample
514
515 @noindent
516 We step through a few more lines to see what happens. The first two
517 times, we can use @samp{s}; the next two times we use @code{n} to avoid
518 falling into the @code{xstrdup} subroutine.
519
520 @smallexample
521 (@value{GDBP}) @b{s}
522 0x3b5c 532 if (rquote != def_rquote)
523 (@value{GDBP}) @b{s}
524 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
525 def_lquote : xstrdup(lq);
526 (@value{GDBP}) @b{n}
527 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
528 : xstrdup(rq);
529 (@value{GDBP}) @b{n}
530 538 len_lquote = strlen(rquote);
531 @end smallexample
532
533 @noindent
534 The last line displayed looks a little odd; we can examine the variables
535 @code{lquote} and @code{rquote} to see if they are in fact the new left
536 and right quotes we specified. We use the command @code{p}
537 (@code{print}) to see their values.
538
539 @smallexample
540 (@value{GDBP}) @b{p lquote}
541 $1 = 0x35d40 "<QUOTE>"
542 (@value{GDBP}) @b{p rquote}
543 $2 = 0x35d50 "<UNQUOTE>"
544 @end smallexample
545
546 @noindent
547 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
548 To look at some context, we can display ten lines of source
549 surrounding the current line with the @code{l} (@code{list}) command.
550
551 @smallexample
552 (@value{GDBP}) @b{l}
553 533 xfree(rquote);
554 534
555 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
556 : xstrdup (lq);
557 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
558 : xstrdup (rq);
559 537
560 538 len_lquote = strlen(rquote);
561 539 len_rquote = strlen(lquote);
562 540 @}
563 541
564 542 void
565 @end smallexample
566
567 @noindent
568 Let us step past the two lines that set @code{len_lquote} and
569 @code{len_rquote}, and then examine the values of those variables.
570
571 @smallexample
572 (@value{GDBP}) @b{n}
573 539 len_rquote = strlen(lquote);
574 (@value{GDBP}) @b{n}
575 540 @}
576 (@value{GDBP}) @b{p len_lquote}
577 $3 = 9
578 (@value{GDBP}) @b{p len_rquote}
579 $4 = 7
580 @end smallexample
581
582 @noindent
583 That certainly looks wrong, assuming @code{len_lquote} and
584 @code{len_rquote} are meant to be the lengths of @code{lquote} and
585 @code{rquote} respectively. We can set them to better values using
586 the @code{p} command, since it can print the value of
587 any expression---and that expression can include subroutine calls and
588 assignments.
589
590 @smallexample
591 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
592 $5 = 7
593 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
594 $6 = 9
595 @end smallexample
596
597 @noindent
598 Is that enough to fix the problem of using the new quotes with the
599 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
600 executing with the @code{c} (@code{continue}) command, and then try the
601 example that caused trouble initially:
602
603 @smallexample
604 (@value{GDBP}) @b{c}
605 Continuing.
606
607 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
608
609 baz
610 0000
611 @end smallexample
612
613 @noindent
614 Success! The new quotes now work just as well as the default ones. The
615 problem seems to have been just the two typos defining the wrong
616 lengths. We allow @code{m4} exit by giving it an EOF as input:
617
618 @smallexample
619 @b{C-d}
620 Program exited normally.
621 @end smallexample
622
623 @noindent
624 The message @samp{Program exited normally.} is from @value{GDBN}; it
625 indicates @code{m4} has finished executing. We can end our @value{GDBN}
626 session with the @value{GDBN} @code{quit} command.
627
628 @smallexample
629 (@value{GDBP}) @b{quit}
630 @end smallexample
631 @end ifclear
632
633 @node Invocation
634 @chapter Getting In and Out of @value{GDBN}
635
636 This chapter discusses how to start @value{GDBN}, and how to get out of it.
637 The essentials are:
638 @itemize @bullet
639 @item
640 type @samp{@value{GDBP}} to start GDB.
641 @item
642 type @kbd{quit} or @kbd{C-d} to exit.
643 @end itemize
644
645 @menu
646 * Invoking GDB:: How to start @value{GDBN}
647 * Quitting GDB:: How to quit @value{GDBN}
648 * Shell Commands:: How to use shell commands inside @value{GDBN}
649 @end menu
650
651 @node Invoking GDB
652 @section Invoking @value{GDBN}
653
654 @ifset H8EXCLUSIVE
655 For details on starting up @value{GDBP} as a
656 remote debugger attached to a Hitachi microprocessor, see @ref{Hitachi
657 Remote,,@value{GDBN} and Hitachi Microprocessors}.
658 @end ifset
659
660 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
661 @value{GDBN} reads commands from the terminal until you tell it to exit.
662
663 You can also run @code{@value{GDBP}} with a variety of arguments and options,
664 to specify more of your debugging environment at the outset.
665
666 @ifset GENERIC
667 The command-line options described here are designed
668 to cover a variety of situations; in some environments, some of these
669 options may effectively be unavailable.
670 @end ifset
671
672 The most usual way to start @value{GDBN} is with one argument,
673 specifying an executable program:
674
675 @example
676 @value{GDBP} @var{program}
677 @end example
678
679 @ifclear BARETARGET
680 @noindent
681 You can also start with both an executable program and a core file
682 specified:
683
684 @example
685 @value{GDBP} @var{program} @var{core}
686 @end example
687
688 You can, instead, specify a process ID as a second argument, if you want
689 to debug a running process:
690
691 @example
692 @value{GDBP} @var{program} 1234
693 @end example
694
695 @noindent
696 would attach @value{GDBN} to process @code{1234} (unless you also have a file
697 named @file{1234}; @value{GDBN} does check for a core file first).
698
699 Taking advantage of the second command-line argument requires a fairly
700 complete operating system; when you use @value{GDBN} as a remote debugger
701 attached to a bare board, there may not be any notion of ``process'',
702 and there is often no way to get a core dump.
703 @end ifclear
704
705 You can run @code{gdb} without printing the front material, which describes
706 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
707
708 @smallexample
709 @value{GDBP} @var{-silent}
710 @end smallexample
711
712 @noindent
713 You can further control how @value{GDBN} starts up by using command-line
714 options. @value{GDBN} itself can remind you of the options available.
715
716 @noindent
717 Type
718
719 @example
720 @value{GDBP} -help
721 @end example
722
723 @noindent
724 to display all available options and briefly describe their use
725 (@samp{@value{GDBP} -h} is a shorter equivalent).
726
727 All options and command line arguments you give are processed
728 in sequential order. The order makes a difference when the
729 @samp{-x} option is used.
730
731
732 @menu
733 @ifclear GENERIC
734 @ifset REMOTESTUB
735 * Remote Serial:: @value{GDBN} remote serial protocol
736 @end ifset
737 @ifset I960
738 * i960-Nindy Remote:: @value{GDBN} with a remote i960 (Nindy)
739 @end ifset
740 @ifset AMD29K
741 * UDI29K Remote:: The UDI protocol for AMD29K
742 * EB29K Remote:: The EBMON protocol for AMD29K
743 @end ifset
744 @ifset VXWORKS
745 * VxWorks Remote:: @value{GDBN} and VxWorks
746 @end ifset
747 @ifset ST2000
748 * ST2000 Remote:: @value{GDBN} with a Tandem ST2000
749 @end ifset
750 @ifset H8
751 * Hitachi Remote:: @value{GDBN} and Hitachi Microprocessors
752 @end ifset
753 @ifset MIPS
754 * MIPS Remote:: @value{GDBN} and MIPS boards
755 @end ifset
756 @ifset SPARCLET
757 * Sparclet Remote:: @value{GDBN} and Sparclet boards
758 @end ifset
759 @ifset SIMS
760 * Simulator:: Simulated CPU target
761 @end ifset
762 @end ifclear
763 @c remnant makeinfo bug requires this blank line after *two* end-ifblahs:
764
765 * File Options:: Choosing files
766 * Mode Options:: Choosing modes
767 @end menu
768
769 @ifclear GENERIC
770 @include remote.texi
771 @end ifclear
772
773 @node File Options
774 @subsection Choosing files
775
776 @ifclear BARETARGET
777 When @value{GDBN} starts, it reads any arguments other than options as
778 specifying an executable file and core file (or process ID). This is
779 the same as if the arguments were specified by the @samp{-se} and
780 @samp{-c} options respectively. (@value{GDBN} reads the first argument
781 that does not have an associated option flag as equivalent to the
782 @samp{-se} option followed by that argument; and the second argument
783 that does not have an associated option flag, if any, as equivalent to
784 the @samp{-c} option followed by that argument.)
785 @end ifclear
786 @ifset BARETARGET
787 When @value{GDBN} starts, it reads any argument other than options as
788 specifying an executable file. This is the same as if the argument was
789 specified by the @samp{-se} option.
790 @end ifset
791
792 Many options have both long and short forms; both are shown in the
793 following list. @value{GDBN} also recognizes the long forms if you truncate
794 them, so long as enough of the option is present to be unambiguous.
795 (If you prefer, you can flag option arguments with @samp{--} rather
796 than @samp{-}, though we illustrate the more usual convention.)
797
798 @table @code
799 @item -symbols @var{file}
800 @itemx -s @var{file}
801 Read symbol table from file @var{file}.
802
803 @item -exec @var{file}
804 @itemx -e @var{file}
805 Use file @var{file} as the executable file to execute when
806 @ifset BARETARGET
807 appropriate.
808 @end ifset
809 @ifclear BARETARGET
810 appropriate, and for examining pure data in conjunction with a core
811 dump.
812 @end ifclear
813
814 @item -se @var{file}
815 Read symbol table from file @var{file} and use it as the executable
816 file.
817
818 @ifclear BARETARGET
819 @item -core @var{file}
820 @itemx -c @var{file}
821 Use file @var{file} as a core dump to examine.
822
823 @item -c @var{number}
824 Connect to process ID @var{number}, as with the @code{attach} command
825 (unless there is a file in core-dump format named @var{number}, in which
826 case @samp{-c} specifies that file as a core dump to read).
827 @end ifclear
828
829 @item -command @var{file}
830 @itemx -x @var{file}
831 Execute @value{GDBN} commands from file @var{file}. @xref{Command
832 Files,, Command files}.
833
834 @item -directory @var{directory}
835 @itemx -d @var{directory}
836 Add @var{directory} to the path to search for source files.
837
838 @ifclear BARETARGET
839 @item -m
840 @itemx -mapped
841 @emph{Warning: this option depends on operating system facilities that are not
842 supported on all systems.}@*
843 If memory-mapped files are available on your system through the @code{mmap}
844 system call, you can use this option
845 to have @value{GDBN} write the symbols from your
846 program into a reusable file in the current directory. If the program you are debugging is
847 called @file{/tmp/fred}, the mapped symbol file is @file{./fred.syms}.
848 Future @value{GDBN} debugging sessions notice the presence of this file,
849 and can quickly map in symbol information from it, rather than reading
850 the symbol table from the executable program.
851
852 The @file{.syms} file is specific to the host machine where @value{GDBN}
853 is run. It holds an exact image of the internal @value{GDBN} symbol
854 table. It cannot be shared across multiple host platforms.
855 @end ifclear
856
857 @item -r
858 @itemx -readnow
859 Read each symbol file's entire symbol table immediately, rather than
860 the default, which is to read it incrementally as it is needed.
861 This makes startup slower, but makes future operations faster.
862 @end table
863
864 @ifclear BARETARGET
865 The @code{-mapped} and @code{-readnow} options are typically combined in
866 order to build a @file{.syms} file that contains complete symbol
867 information. (@xref{Files,,Commands to specify files}, for information
868
869 a @file{.syms} file for future use is:
870
871 @example
872 gdb -batch -nx -mapped -readnow programname
873 @end example
874 @end ifclear
875
876 @node Mode Options
877 @subsection Choosing modes
878
879 You can run @value{GDBN} in various alternative modes---for example, in
880 batch mode or quiet mode.
881
882 @table @code
883 @item -nx
884 @itemx -n
885 Do not execute commands from any initialization files (normally called
886 @file{@value{GDBINIT}}). Normally, the commands in these files are
887 executed after all the command options and arguments have been
888 processed. @xref{Command Files,,Command files}.
889
890 @item -quiet
891 @itemx -q
892 ``Quiet''. Do not print the introductory and copyright messages. These
893 messages are also suppressed in batch mode.
894
895 @item -batch
896 Run in batch mode. Exit with status @code{0} after processing all the
897 command files specified with @samp{-x} (and all commands from
898 initialization files, if not inhibited with @samp{-n}). Exit with
899 nonzero status if an error occurs in executing the @value{GDBN} commands
900 in the command files.
901
902 Batch mode may be useful for running @value{GDBN} as a filter, for example to
903 download and run a program on another computer; in order to make this
904 more useful, the message
905
906 @example
907 Program exited normally.
908 @end example
909
910 @noindent
911 (which is ordinarily issued whenever a program running under @value{GDBN} control
912 terminates) is not issued when running in batch mode.
913
914 @item -cd @var{directory}
915 Run @value{GDBN} using @var{directory} as its working directory,
916 instead of the current directory.
917
918 @ifset LUCID
919 @item -context @var{authentication}
920 When the Energize programming system starts up @value{GDBN}, it uses this
921 option to trigger an alternate mode of interaction.
922 @var{authentication} is a pair of numeric codes that identify @value{GDBN}
923 as a client in the Energize environment. Avoid this option when you run
924 @value{GDBN} directly from the command line. See @ref{Energize,,Using
925 @value{GDBN} with Energize} for more discussion of using @value{GDBN} with Energize.
926 @end ifset
927
928 @ifclear DOSHOST
929 @item -fullname
930 @itemx -f
931 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells @value{GDBN}
932 to output the full file name and line number in a standard,
933 recognizable fashion each time a stack frame is displayed (which
934 includes each time your program stops). This recognizable format looks
935 like two @samp{\032} characters, followed by the file name, line number
936 and character position separated by colons, and a newline. The
937 Emacs-to-@value{GDBN} interface program uses the two @samp{\032} characters as
938 a signal to display the source code for the frame.
939 @end ifclear
940
941 @ifset SERIAL
942 @item -b @var{bps}
943 Set the line speed (baud rate or bits per second) of any serial
944 interface used by @value{GDBN} for remote debugging.
945
946 @item -tty @var{device}
947 Run using @var{device} for your program's standard input and output.
948 @c FIXME: kingdon thinks there is more to -tty. Investigate.
949 @end ifset
950 @end table
951
952 @node Quitting GDB
953 @section Quitting @value{GDBN}
954 @cindex exiting @value{GDBN}
955 @cindex leaving @value{GDBN}
956
957 @table @code
958 @kindex quit @r{[}@var{expression}@r{]}
959 @kindex q
960 @item quit
961 To exit @value{GDBN}, use the @code{quit} command (abbreviated @code{q}), or
962 type an end-of-file character (usually @kbd{C-d}). If you do not supply
963 @var{expression}, @value{GDBN} will terminate normally; otherwise it will
964 terminate using the result of @var{expression} as the error code.
965 @end table
966
967 @cindex interrupt
968 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
969 terminates the action of any @value{GDBN} command that is in progress and
970 returns to @value{GDBN} command level. It is safe to type the interrupt
971 character at any time because @value{GDBN} does not allow it to take effect
972 until a time when it is safe.
973
974 @ifclear BARETARGET
975 If you have been using @value{GDBN} to control an attached process or
976 device, you can release it with the @code{detach} command
977 (@pxref{Attach, ,Debugging an already-running process}).
978 @end ifclear
979
980 @node Shell Commands
981 @section Shell commands
982
983 If you need to execute occasional shell commands during your
984 debugging session, there is no need to leave or suspend @value{GDBN}; you can
985 just use the @code{shell} command.
986
987 @table @code
988 @kindex shell
989 @cindex shell escape
990 @item shell @var{command string}
991 Invoke a the standard shell to execute @var{command string}.
992 @ifclear DOSHOST
993 If it exists, the environment variable @code{SHELL} determines which
994 shell to run. Otherwise @value{GDBN} uses @code{/bin/sh}.
995 @end ifclear
996 @end table
997
998 The utility @code{make} is often needed in development environments.
999 You do not have to use the @code{shell} command for this purpose in
1000 @value{GDBN}:
1001
1002 @table @code
1003 @kindex make
1004 @cindex calling make
1005 @item make @var{make-args}
1006 Execute the @code{make} program with the specified
1007 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1008 @end table
1009
1010 @node Commands
1011 @chapter @value{GDBN} Commands
1012
1013 You can abbreviate a @value{GDBN} command to the first few letters of the command
1014 name, if that abbreviation is unambiguous; and you can repeat certain
1015 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1016 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1017 show you the alternatives available, if there is more than one possibility).
1018
1019 @menu
1020 * Command Syntax:: How to give commands to @value{GDBN}
1021 * Completion:: Command completion
1022 * Help:: How to ask @value{GDBN} for help
1023 @end menu
1024
1025 @node Command Syntax
1026 @section Command syntax
1027
1028 A @value{GDBN} command is a single line of input. There is no limit on
1029 how long it can be. It starts with a command name, which is followed by
1030 arguments whose meaning depends on the command name. For example, the
1031 command @code{step} accepts an argument which is the number of times to
1032 step, as in @samp{step 5}. You can also use the @code{step} command
1033 with no arguments. Some command names do not allow any arguments.
1034
1035 @cindex abbreviation
1036 @value{GDBN} command names may always be truncated if that abbreviation is
1037 unambiguous. Other possible command abbreviations are listed in the
1038 documentation for individual commands. In some cases, even ambiguous
1039 abbreviations are allowed; for example, @code{s} is specially defined as
1040 equivalent to @code{step} even though there are other commands whose
1041 names start with @code{s}. You can test abbreviations by using them as
1042 arguments to the @code{help} command.
1043
1044 @cindex repeating commands
1045 @kindex RET
1046 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1047 repeat the previous command. Certain commands (for example, @code{run})
1048 will not repeat this way; these are commands whose unintentional
1049 repetition might cause trouble and which you are unlikely to want to
1050 repeat.
1051
1052 The @code{list} and @code{x} commands, when you repeat them with
1053 @key{RET}, construct new arguments rather than repeating
1054 exactly as typed. This permits easy scanning of source or memory.
1055
1056 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1057 output, in a way similar to the common utility @code{more}
1058 (@pxref{Screen Size,,Screen size}). Since it is easy to press one
1059 @key{RET} too many in this situation, @value{GDBN} disables command
1060 repetition after any command that generates this sort of display.
1061
1062 @kindex #
1063 @cindex comment
1064 Any text from a @kbd{#} to the end of the line is a comment; it does
1065 nothing. This is useful mainly in command files (@pxref{Command
1066 Files,,Command files}).
1067
1068 @node Completion
1069 @section Command completion
1070
1071 @cindex completion
1072 @cindex word completion
1073 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1074 only one possibility; it can also show you what the valid possibilities
1075 are for the next word in a command, at any time. This works for @value{GDBN}
1076 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1077
1078 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1079 of a word. If there is only one possibility, @value{GDBN} fills in the
1080 word, and waits for you to finish the command (or press @key{RET} to
1081 enter it). For example, if you type
1082
1083 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1084 @c complete accuracy in these examples; space introduced for clarity.
1085 @c If texinfo enhancements make it unnecessary, it would be nice to
1086 @c replace " @key" by "@key" in the following...
1087 @example
1088 (@value{GDBP}) info bre @key{TAB}
1089 @end example
1090
1091 @noindent
1092 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1093 the only @code{info} subcommand beginning with @samp{bre}:
1094
1095 @example
1096 (@value{GDBP}) info breakpoints
1097 @end example
1098
1099 @noindent
1100 You can either press @key{RET} at this point, to run the @code{info
1101 breakpoints} command, or backspace and enter something else, if
1102 @samp{breakpoints} does not look like the command you expected. (If you
1103 were sure you wanted @code{info breakpoints} in the first place, you
1104 might as well just type @key{RET} immediately after @samp{info bre},
1105 to exploit command abbreviations rather than command completion).
1106
1107 If there is more than one possibility for the next word when you press
1108 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1109 characters and try again, or just press @key{TAB} a second time;
1110 @value{GDBN} displays all the possible completions for that word. For
1111 example, you might want to set a breakpoint on a subroutine whose name
1112 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1113 just sounds the bell. Typing @key{TAB} again displays all the
1114 function names in your program that begin with those characters, for
1115 example:
1116
1117 @example
1118 (@value{GDBP}) b make_ @key{TAB}
1119 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1120 make_a_section_from_file make_environ
1121 make_abs_section make_function_type
1122 make_blockvector make_pointer_type
1123 make_cleanup make_reference_type
1124 make_command make_symbol_completion_list
1125 (@value{GDBP}) b make_
1126 @end example
1127
1128 @noindent
1129 After displaying the available possibilities, @value{GDBN} copies your
1130 partial input (@samp{b make_} in the example) so you can finish the
1131 command.
1132
1133 If you just want to see the list of alternatives in the first place, you
1134 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1135 means @kbd{@key{META} ?}. You can type this
1136 @ifclear DOSHOST
1137 either by holding down a
1138 key designated as the @key{META} shift on your keyboard (if there is
1139 one) while typing @kbd{?}, or
1140 @end ifclear
1141 as @key{ESC} followed by @kbd{?}.
1142
1143 @cindex quotes in commands
1144 @cindex completion of quoted strings
1145 Sometimes the string you need, while logically a ``word'', may contain
1146 parentheses or other characters that @value{GDBN} normally excludes from its
1147 notion of a word. To permit word completion to work in this situation,
1148 you may enclose words in @code{'} (single quote marks) in @value{GDBN} commands.
1149
1150 @ifclear CONLY
1151 The most likely situation where you might need this is in typing the
1152 name of a C++ function. This is because C++ allows function overloading
1153 (multiple definitions of the same function, distinguished by argument
1154 type). For example, when you want to set a breakpoint you may need to
1155 distinguish whether you mean the version of @code{name} that takes an
1156 @code{int} parameter, @code{name(int)}, or the version that takes a
1157 @code{float} parameter, @code{name(float)}. To use the word-completion
1158 facilities in this situation, type a single quote @code{'} at the
1159 beginning of the function name. This alerts @value{GDBN} that it may need to
1160 consider more information than usual when you press @key{TAB} or
1161 @kbd{M-?} to request word completion:
1162
1163 @example
1164 (@value{GDBP}) b 'bubble( @key{M-?}
1165 bubble(double,double) bubble(int,int)
1166 (@value{GDBP}) b 'bubble(
1167 @end example
1168
1169 In some cases, @value{GDBN} can tell that completing a name requires using
1170 quotes. When this happens, @value{GDBN} inserts the quote for you (while
1171 completing as much as it can) if you do not type the quote in the first
1172 place:
1173
1174 @example
1175 (@value{GDBP}) b bub @key{TAB}
1176 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1177 (@value{GDBP}) b 'bubble(
1178 @end example
1179
1180 @noindent
1181 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1182 you have not yet started typing the argument list when you ask for
1183 completion on an overloaded symbol.
1184 @end ifclear
1185
1186
1187 @node Help
1188 @section Getting help
1189 @cindex online documentation
1190 @kindex help
1191
1192 You can always ask @value{GDBN} itself for information on its commands,
1193 using the command @code{help}.
1194
1195 @table @code
1196 @kindex h
1197 @item help
1198 @itemx h
1199 You can use @code{help} (abbreviated @code{h}) with no arguments to
1200 display a short list of named classes of commands:
1201
1202 @smallexample
1203 (@value{GDBP}) help
1204 List of classes of commands:
1205
1206 running -- Running the program
1207 stack -- Examining the stack
1208 data -- Examining data
1209 breakpoints -- Making program stop at certain points
1210 files -- Specifying and examining files
1211 status -- Status inquiries
1212 support -- Support facilities
1213 user-defined -- User-defined commands
1214 aliases -- Aliases of other commands
1215 obscure -- Obscure features
1216
1217 Type "help" followed by a class name for a list of
1218 commands in that class.
1219 Type "help" followed by command name for full
1220 documentation.
1221 Command name abbreviations are allowed if unambiguous.
1222 (@value{GDBP})
1223 @end smallexample
1224
1225 @item help @var{class}
1226 Using one of the general help classes as an argument, you can get a
1227 list of the individual commands in that class. For example, here is the
1228 help display for the class @code{status}:
1229
1230 @smallexample
1231 (@value{GDBP}) help status
1232 Status inquiries.
1233
1234 List of commands:
1235
1236 @c Line break in "show" line falsifies real output, but needed
1237 @c to fit in smallbook page size.
1238 show -- Generic command for showing things set
1239 with "set"
1240 info -- Generic command for printing status
1241
1242 Type "help" followed by command name for full
1243 documentation.
1244 Command name abbreviations are allowed if unambiguous.
1245 (@value{GDBP})
1246 @end smallexample
1247
1248 @item help @var{command}
1249 With a command name as @code{help} argument, @value{GDBN} displays a
1250 short paragraph on how to use that command.
1251
1252 @kindex complete
1253 @item complete @var{args}
1254 The @code{complete @var{args}} command lists all the possible completions
1255 for the beginning of a command. Use @var{args} to specify the beginning of the
1256 command you want completed. For example:
1257
1258 @smallexample
1259 complete i
1260 @end smallexample
1261
1262 @noindent results in:
1263
1264 @smallexample
1265 info
1266 inspect
1267 ignore
1268 @end smallexample
1269
1270 @noindent This is intended for use by @sc{gnu} Emacs.
1271 @end table
1272
1273 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1274 and @code{show} to inquire about the state of your program, or the state
1275 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1276 manual introduces each of them in the appropriate context. The listings
1277 under @code{info} and under @code{show} in the Index point to
1278 all the sub-commands. @xref{Index}.
1279
1280 @c @group
1281 @table @code
1282 @kindex info
1283 @kindex i
1284 @item info
1285 This command (abbreviated @code{i}) is for describing the state of your
1286 program. For example, you can list the arguments given to your program
1287 with @code{info args}, list the registers currently in use with @code{info
1288 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1289 You can get a complete list of the @code{info} sub-commands with
1290 @w{@code{help info}}.
1291
1292 @kindex set
1293 @item set
1294 You can assign the result of an expresson to an environment variable with
1295 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1296 @code{set prompt $}.
1297
1298 @kindex show
1299 @item show
1300 In contrast to @code{info}, @code{show} is for describing the state of
1301 @value{GDBN} itself.
1302 You can change most of the things you can @code{show}, by using the
1303 related command @code{set}; for example, you can control what number
1304 system is used for displays with @code{set radix}, or simply inquire
1305 which is currently in use with @code{show radix}.
1306
1307 @kindex info set
1308 To display all the settable parameters and their current
1309 values, you can use @code{show} with no arguments; you may also use
1310 @code{info set}. Both commands produce the same display.
1311 @c FIXME: "info set" violates the rule that "info" is for state of
1312 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1313 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1314 @end table
1315 @c @end group
1316
1317 Here are three miscellaneous @code{show} subcommands, all of which are
1318 exceptional in lacking corresponding @code{set} commands:
1319
1320 @table @code
1321 @kindex show version
1322 @cindex version number
1323 @item show version
1324 Show what version of @value{GDBN} is running. You should include this
1325 information in @value{GDBN} bug-reports. If multiple versions of @value{GDBN} are in
1326 use at your site, you may occasionally want to determine which version
1327 of @value{GDBN} you are running; as @value{GDBN} evolves, new commands are introduced,
1328 and old ones may wither away. The version number is also announced
1329 when you start @value{GDBN}.
1330
1331 @kindex show copying
1332 @item show copying
1333 Display information about permission for copying @value{GDBN}.
1334
1335 @kindex show warranty
1336 @item show warranty
1337 Display the @sc{gnu} ``NO WARRANTY'' statement.
1338 @end table
1339
1340 @node Running
1341 @chapter Running Programs Under @value{GDBN}
1342
1343 When you run a program under @value{GDBN}, you must first generate
1344 debugging information when you compile it.
1345 @ifclear BARETARGET
1346 You may start @value{GDBN} with its arguments, if any, in an environment
1347 of your choice. You may redirect your program's input and output, debug an
1348 already running process, or kill a child process.
1349 @end ifclear
1350
1351 @menu
1352 * Compilation:: Compiling for debugging
1353 * Starting:: Starting your program
1354 @ifclear BARETARGET
1355 * Arguments:: Your program's arguments
1356 * Environment:: Your program's environment
1357 * Working Directory:: Your program's working directory
1358 * Input/Output:: Your program's input and output
1359 * Attach:: Debugging an already-running process
1360 * Kill Process:: Killing the child process
1361 * Process Information:: Additional process information
1362 * Threads:: Debugging programs with multiple threads
1363 * Processes:: Debugging programs with multiple processes
1364 @end ifclear
1365 @end menu
1366
1367 @node Compilation
1368 @section Compiling for debugging
1369
1370 In order to debug a program effectively, you need to generate
1371 debugging information when you compile it. This debugging information
1372 is stored in the object file; it describes the data type of each
1373 variable or function and the correspondence between source line numbers
1374 and addresses in the executable code.
1375
1376 To request debugging information, specify the @samp{-g} option when you run
1377 the compiler.
1378
1379 Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1380 options together. Using those compilers, you cannot generate optimized
1381 executables containing debugging information.
1382
1383 @value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or without
1384 @samp{-O}, making it possible to debug optimized code. We recommend
1385 that you @emph{always} use @samp{-g} whenever you compile a program.
1386 You may think your program is correct, but there is no sense in pushing
1387 your luck.
1388
1389 @cindex optimized code, debugging
1390 @cindex debugging optimized code
1391 When you debug a program compiled with @samp{-g -O}, remember that the
1392 optimizer is rearranging your code; the debugger shows you what is
1393 really there. Do not be too surprised when the execution path does not
1394 exactly match your source file! An extreme example: if you define a
1395 variable, but never use it, @value{GDBN} never sees that
1396 variable---because the compiler optimizes it out of existence.
1397
1398 Some things do not work as well with @samp{-g -O} as with just
1399 @samp{-g}, particularly on machines with instruction scheduling. If in
1400 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1401 please report it to us as a bug (including a test case!).
1402
1403 Older versions of the @sc{gnu} C compiler permitted a variant option
1404 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1405 format; if your @sc{gnu} C compiler has this option, do not use it.
1406
1407 @need 2000
1408 @node Starting
1409 @section Starting your program
1410 @cindex starting
1411 @cindex running
1412
1413 @table @code
1414 @kindex run
1415 @item run
1416 @itemx r
1417 Use the @code{run} command to start your program under @value{GDBN}. You must
1418 first specify the program name
1419 @ifset VXWORKS
1420 (except on VxWorks)
1421 @end ifset
1422 with an argument to @value{GDBN} (@pxref{Invocation, ,Getting In and
1423 Out of @value{GDBN}}), or by using the @code{file} or @code{exec-file}
1424 command (@pxref{Files, ,Commands to specify files}).
1425
1426 @end table
1427
1428 @ifclear BARETARGET
1429 If you are running your program in an execution environment that
1430 supports processes, @code{run} creates an inferior process and makes
1431 that process run your program. (In environments without processes,
1432 @code{run} jumps to the start of your program.)
1433
1434 The execution of a program is affected by certain information it
1435 receives from its superior. @value{GDBN} provides ways to specify this
1436 information, which you must do @emph{before} starting your program. (You
1437 can change it after starting your program, but such changes only affect
1438 your program the next time you start it.) This information may be
1439 divided into four categories:
1440
1441 @table @asis
1442 @item The @emph{arguments.}
1443 Specify the arguments to give your program as the arguments of the
1444 @code{run} command. If a shell is available on your target, the shell
1445 is used to pass the arguments, so that you may use normal conventions
1446 (such as wildcard expansion or variable substitution) in describing
1447 the arguments. In Unix systems, you can control which shell is used
1448 with the @code{SHELL} environment variable. @xref{Arguments, ,Your
1449 program's arguments}.
1450
1451 @item The @emph{environment.}
1452 Your program normally inherits its environment from @value{GDBN}, but you can
1453 use the @value{GDBN} commands @code{set environment} and @code{unset
1454 environment} to change parts of the environment that affect
1455 your program. @xref{Environment, ,Your program's environment}.
1456
1457 @item The @emph{working directory.}
1458 Your program inherits its working directory from @value{GDBN}. You can set
1459 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1460 @xref{Working Directory, ,Your program's working directory}.
1461
1462 @item The @emph{standard input and output.}
1463 Your program normally uses the same device for standard input and
1464 standard output as @value{GDBN} is using. You can redirect input and output
1465 in the @code{run} command line, or you can use the @code{tty} command to
1466 set a different device for your program.
1467 @xref{Input/Output, ,Your program's input and output}.
1468
1469 @cindex pipes
1470 @emph{Warning:} While input and output redirection work, you cannot use
1471 pipes to pass the output of the program you are debugging to another
1472 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1473 wrong program.
1474 @end table
1475 @end ifclear
1476
1477 When you issue the @code{run} command, your program begins to execute
1478 immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1479 of how to arrange for your program to stop. Once your program has
1480 stopped, you may call functions in your program, using the @code{print}
1481 or @code{call} commands. @xref{Data, ,Examining Data}.
1482
1483 If the modification time of your symbol file has changed since the last
1484 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1485 table, and reads it again. When it does this, @value{GDBN} tries to retain
1486 your current breakpoints.
1487
1488 @ifclear BARETARGET
1489 @node Arguments
1490 @section Your program's arguments
1491
1492 @cindex arguments (to your program)
1493 The arguments to your program can be specified by the arguments of the
1494 @code{run} command. They are passed to a shell, which expands wildcard
1495 characters and performs redirection of I/O, and thence to your program.
1496 Your @code{SHELL} environment variable (if it exists) specifies what
1497 shell @value{GDBN} uses. If you do not define @code{SHELL},
1498 @value{GDBN} uses @code{/bin/sh}.
1499
1500 @code{run} with no arguments uses the same arguments used by the previous
1501 @code{run}, or those set by the @code{set args} command.
1502
1503 @kindex set args
1504 @table @code
1505 @item set args
1506 Specify the arguments to be used the next time your program is run. If
1507 @code{set args} has no arguments, @code{run} executes your program
1508 with no arguments. Once you have run your program with arguments,
1509 using @code{set args} before the next @code{run} is the only way to run
1510 it again without arguments.
1511
1512 @kindex show args
1513 @item show args
1514 Show the arguments to give your program when it is started.
1515 @end table
1516
1517 @node Environment
1518 @section Your program's environment
1519
1520 @cindex environment (of your program)
1521 The @dfn{environment} consists of a set of environment variables and
1522 their values. Environment variables conventionally record such things as
1523 your user name, your home directory, your terminal type, and your search
1524 path for programs to run. Usually you set up environment variables with
1525 the shell and they are inherited by all the other programs you run. When
1526 debugging, it can be useful to try running your program with a modified
1527 environment without having to start @value{GDBN} over again.
1528
1529 @table @code
1530 @kindex path
1531 @item path @var{directory}
1532 Add @var{directory} to the front of the @code{PATH} environment variable
1533 (the search path for executables), for both @value{GDBN} and your program.
1534 You may specify several directory names, separated by @samp{:} or
1535 whitespace. If @var{directory} is already in the path, it is moved to
1536 the front, so it is searched sooner.
1537
1538 You can use the string @samp{$cwd} to refer to whatever is the current
1539 working directory at the time @value{GDBN} searches the path. If you
1540 use @samp{.} instead, it refers to the directory where you executed the
1541 @code{path} command. @value{GDBN} replaces @samp{.} in the
1542 @var{directory} argument (with the current path) before adding
1543 @var{directory} to the search path.
1544 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1545 @c document that, since repeating it would be a no-op.
1546
1547 @kindex show paths
1548 @item show paths
1549 Display the list of search paths for executables (the @code{PATH}
1550 environment variable).
1551
1552 @kindex show environment
1553 @item show environment @r{[}@var{varname}@r{]}
1554 Print the value of environment variable @var{varname} to be given to
1555 your program when it starts. If you do not supply @var{varname},
1556 print the names and values of all environment variables to be given to
1557 your program. You can abbreviate @code{environment} as @code{env}.
1558
1559 @kindex set environment
1560 @item set environment @var{varname} @r{[}=@r{]} @var{value}
1561 Set environment variable @var{varname} to @var{value}. The value
1562 changes for your program only, not for @value{GDBN} itself. @var{value} may
1563 be any string; the values of environment variables are just strings, and
1564 any interpretation is supplied by your program itself. The @var{value}
1565 parameter is optional; if it is eliminated, the variable is set to a
1566 null value.
1567 @c "any string" here does not include leading, trailing
1568 @c blanks. Gnu asks: does anyone care?
1569
1570 For example, this command:
1571
1572 @example
1573 set env USER = foo
1574 @end example
1575
1576 @noindent
1577 tells a Unix program, when subsequently run, that its user is named
1578 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1579 are not actually required.)
1580
1581 @kindex unset environment
1582 @item unset environment @var{varname}
1583 Remove variable @var{varname} from the environment to be passed to your
1584 program. This is different from @samp{set env @var{varname} =};
1585 @code{unset environment} removes the variable from the environment,
1586 rather than assigning it an empty value.
1587 @end table
1588
1589 @emph{Warning:} @value{GDBN} runs your program using the shell indicated
1590 by your @code{SHELL} environment variable if it exists (or
1591 @code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1592 that runs an initialization file---such as @file{.cshrc} for C-shell, or
1593 @file{.bashrc} for BASH---any variables you set in that file affect
1594 your program. You may wish to move setting of environment variables to
1595 files that are only run when you sign on, such as @file{.login} or
1596 @file{.profile}.
1597
1598 @node Working Directory
1599 @section Your program's working directory
1600
1601 @cindex working directory (of your program)
1602 Each time you start your program with @code{run}, it inherits its
1603 working directory from the current working directory of @value{GDBN}.
1604 The @value{GDBN} working directory is initially whatever it inherited
1605 from its parent process (typically the shell), but you can specify a new
1606 working directory in @value{GDBN} with the @code{cd} command.
1607
1608 The @value{GDBN} working directory also serves as a default for the commands
1609 that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1610 specify files}.
1611
1612 @table @code
1613 @kindex cd
1614 @item cd @var{directory}
1615 Set the @value{GDBN} working directory to @var{directory}.
1616
1617 @kindex pwd
1618 @item pwd
1619 Print the @value{GDBN} working directory.
1620 @end table
1621
1622 @node Input/Output
1623 @section Your program's input and output
1624
1625 @cindex redirection
1626 @cindex i/o
1627 @cindex terminal
1628 By default, the program you run under @value{GDBN} does input and output to
1629 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
1630 to its own terminal modes to interact with you, but it records the terminal
1631 modes your program was using and switches back to them when you continue
1632 running your program.
1633
1634 @table @code
1635 @kindex info terminal
1636 @item info terminal
1637 Displays information recorded by @value{GDBN} about the terminal modes your
1638 program is using.
1639 @end table
1640
1641 You can redirect your program's input and/or output using shell
1642 redirection with the @code{run} command. For example,
1643
1644 @example
1645 run > outfile
1646 @end example
1647
1648 @noindent
1649 starts your program, diverting its output to the file @file{outfile}.
1650
1651 @kindex tty
1652 @cindex controlling terminal
1653 Another way to specify where your program should do input and output is
1654 with the @code{tty} command. This command accepts a file name as
1655 argument, and causes this file to be the default for future @code{run}
1656 commands. It also resets the controlling terminal for the child
1657 process, for future @code{run} commands. For example,
1658
1659 @example
1660 tty /dev/ttyb
1661 @end example
1662
1663 @noindent
1664 directs that processes started with subsequent @code{run} commands
1665 default to do input and output on the terminal @file{/dev/ttyb} and have
1666 that as their controlling terminal.
1667
1668 An explicit redirection in @code{run} overrides the @code{tty} command's
1669 effect on the input/output device, but not its effect on the controlling
1670 terminal.
1671
1672 When you use the @code{tty} command or redirect input in the @code{run}
1673 command, only the input @emph{for your program} is affected. The input
1674 for @value{GDBN} still comes from your terminal.
1675
1676 @node Attach
1677 @section Debugging an already-running process
1678 @kindex attach
1679 @cindex attach
1680
1681 @table @code
1682 @item attach @var{process-id}
1683 This command attaches to a running process---one that was started
1684 outside @value{GDBN}. (@code{info files} shows your active
1685 targets.) The command takes as argument a process ID. The usual way to
1686 find out the process-id of a Unix process is with the @code{ps} utility,
1687 or with the @samp{jobs -l} shell command.
1688
1689 @code{attach} does not repeat if you press @key{RET} a second time after
1690 executing the command.
1691 @end table
1692
1693 To use @code{attach}, your program must be running in an environment
1694 which supports processes; for example, @code{attach} does not work for
1695 programs on bare-board targets that lack an operating system. You must
1696 also have permission to send the process a signal.
1697
1698 When using @code{attach}, you should first use the @code{file} command
1699 to specify the program running in the process and load its symbol table.
1700 @xref{Files, ,Commands to Specify Files}.
1701
1702 The first thing @value{GDBN} does after arranging to debug the specified
1703 process is to stop it. You can examine and modify an attached process
1704 with all the @value{GDBN} commands that are ordinarily available when you start
1705 processes with @code{run}. You can insert breakpoints; you can step and
1706 continue; you can modify storage. If you would rather the process
1707 continue running, you may use the @code{continue} command after
1708 attaching @value{GDBN} to the process.
1709
1710 @table @code
1711 @kindex detach
1712 @item detach
1713 When you have finished debugging the attached process, you can use the
1714 @code{detach} command to release it from @value{GDBN} control. Detaching
1715 the process continues its execution. After the @code{detach} command,
1716 that process and @value{GDBN} become completely independent once more, and you
1717 are ready to @code{attach} another process or start one with @code{run}.
1718 @code{detach} does not repeat if you press @key{RET} again after
1719 executing the command.
1720 @end table
1721
1722 If you exit @value{GDBN} or use the @code{run} command while you have an
1723 attached process, you kill that process. By default, @value{GDBN} asks
1724 for confirmation if you try to do either of these things; you can
1725 control whether or not you need to confirm by using the @code{set
1726 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
1727 messages}).
1728
1729 @node Kill Process
1730 @c @group
1731 @section Killing the child process
1732
1733 @table @code
1734 @kindex kill
1735 @item kill
1736 Kill the child process in which your program is running under @value{GDBN}.
1737 @end table
1738
1739 This command is useful if you wish to debug a core dump instead of a
1740 running process. @value{GDBN} ignores any core dump file while your program
1741 is running.
1742 @c @end group
1743
1744 On some operating systems, a program cannot be executed outside @value{GDBN}
1745 while you have breakpoints set on it inside @value{GDBN}. You can use the
1746 @code{kill} command in this situation to permit running your program
1747 outside the debugger.
1748
1749 The @code{kill} command is also useful if you wish to recompile and
1750 relink your program, since on many systems it is impossible to modify an
1751 executable file while it is running in a process. In this case, when you
1752 next type @code{run}, @value{GDBN} notices that the file has changed, and
1753 reads the symbol table again (while trying to preserve your current
1754 breakpoint settings).
1755
1756 @node Process Information
1757 @section Additional process information
1758
1759 @kindex /proc
1760 @cindex process image
1761 Some operating systems provide a facility called @samp{/proc} that can
1762 be used to examine the image of a running process using file-system
1763 subroutines. If @value{GDBN} is configured for an operating system with this
1764 facility, the command @code{info proc} is available to report on several
1765 kinds of information about the process running your program.
1766 @code{info proc} works only on SVR4 systems that support @code{procfs}.
1767
1768 @table @code
1769 @kindex info proc
1770 @item info proc
1771 Summarize available information about the process.
1772
1773 @kindex info proc mappings
1774 @item info proc mappings
1775 Report on the address ranges accessible in the program, with information
1776 on whether your program may read, write, or execute each range.
1777
1778 @kindex info proc times
1779 @item info proc times
1780 Starting time, user CPU time, and system CPU time for your program and
1781 its children.
1782
1783 @kindex info proc id
1784 @item info proc id
1785 Report on the process IDs related to your program: its own process ID,
1786 the ID of its parent, the process group ID, and the session ID.
1787
1788 @kindex info proc status
1789 @item info proc status
1790 General information on the state of the process. If the process is
1791 stopped, this report includes the reason for stopping, and any signal
1792 received.
1793
1794 @item info proc all
1795 Show all the above information about the process.
1796 @end table
1797
1798 @node Threads
1799 @section Debugging programs with multiple threads
1800
1801 @cindex threads of execution
1802 @cindex multiple threads
1803 @cindex switching threads
1804 In some operating systems, a single program may have more than one
1805 @dfn{thread} of execution. The precise semantics of threads differ from
1806 one operating system to another, but in general the threads of a single
1807 program are akin to multiple processes---except that they share one
1808 address space (that is, they can all examine and modify the same
1809 variables). On the other hand, each thread has its own registers and
1810 execution stack, and perhaps private memory.
1811
1812 @value{GDBN} provides these facilities for debugging multi-thread
1813 programs:
1814
1815 @itemize @bullet
1816 @item automatic notification of new threads
1817 @item @samp{thread @var{threadno}}, a command to switch among threads
1818 @item @samp{info threads}, a command to inquire about existing threads
1819 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
1820 a command to apply a command to a list of threads
1821 @item thread-specific breakpoints
1822 @end itemize
1823
1824 @quotation
1825 @emph{Warning:} These facilities are not yet available on every
1826 @value{GDBN} configuration where the operating system supports threads.
1827 If your @value{GDBN} does not support threads, these commands have no
1828 effect. For example, a system without thread support shows no output
1829 from @samp{info threads}, and always rejects the @code{thread} command,
1830 like this:
1831
1832 @smallexample
1833 (@value{GDBP}) info threads
1834 (@value{GDBP}) thread 1
1835 Thread ID 1 not known. Use the "info threads" command to
1836 see the IDs of currently known threads.
1837 @end smallexample
1838 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
1839 @c doesn't support threads"?
1840 @end quotation
1841
1842 @cindex focus of debugging
1843 @cindex current thread
1844 The @value{GDBN} thread debugging facility allows you to observe all
1845 threads while your program runs---but whenever @value{GDBN} takes
1846 control, one thread in particular is always the focus of debugging.
1847 This thread is called the @dfn{current thread}. Debugging commands show
1848 program information from the perspective of the current thread.
1849
1850 @kindex New @var{systag}
1851 @cindex thread identifier (system)
1852 @c FIXME-implementors!! It would be more helpful if the [New...] message
1853 @c included GDB's numeric thread handle, so you could just go to that
1854 @c thread without first checking `info threads'.
1855 Whenever @value{GDBN} detects a new thread in your program, it displays
1856 the target system's identification for the thread with a message in the
1857 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
1858 whose form varies depending on the particular system. For example, on
1859 LynxOS, you might see
1860
1861 @example
1862 [New process 35 thread 27]
1863 @end example
1864
1865 @noindent
1866 when @value{GDBN} notices a new thread. In contrast, on an SGI system,
1867 the @var{systag} is simply something like @samp{process 368}, with no
1868 further qualifier.
1869
1870 @c FIXME!! (1) Does the [New...] message appear even for the very first
1871 @c thread of a program, or does it only appear for the
1872 @c second---i.e., when it becomes obvious we have a multithread
1873 @c program?
1874 @c (2) *Is* there necessarily a first thread always? Or do some
1875 @c multithread systems permit starting a program with multiple
1876 @c threads ab initio?
1877
1878 @cindex thread number
1879 @cindex thread identifier (GDB)
1880 For debugging purposes, @value{GDBN} associates its own thread
1881 number---always a single integer---with each thread in your program.
1882
1883 @table @code
1884 @kindex info threads
1885 @item info threads
1886 Display a summary of all threads currently in your
1887 program. @value{GDBN} displays for each thread (in this order):
1888
1889 @enumerate
1890 @item the thread number assigned by @value{GDBN}
1891
1892 @item the target system's thread identifier (@var{systag})
1893
1894 @item the current stack frame summary for that thread
1895 @end enumerate
1896
1897 @noindent
1898 An asterisk @samp{*} to the left of the @value{GDBN} thread number
1899 indicates the current thread.
1900
1901 For example,
1902 @end table
1903 @c end table here to get a little more width for example
1904
1905 @smallexample
1906 (@value{GDBP}) info threads
1907 3 process 35 thread 27 0x34e5 in sigpause ()
1908 2 process 35 thread 23 0x34e5 in sigpause ()
1909 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
1910 at threadtest.c:68
1911 @end smallexample
1912
1913 @table @code
1914 @kindex thread @var{threadno}
1915 @item thread @var{threadno}
1916 Make thread number @var{threadno} the current thread. The command
1917 argument @var{threadno} is the internal @value{GDBN} thread number, as
1918 shown in the first field of the @samp{info threads} display.
1919 @value{GDBN} responds by displaying the system identifier of the thread
1920 you selected, and its current stack frame summary:
1921
1922 @smallexample
1923 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
1924 (@value{GDBP}) thread 2
1925 [Switching to process 35 thread 23]
1926 0x34e5 in sigpause ()
1927 @end smallexample
1928
1929 @noindent
1930 As with the @samp{[New @dots{}]} message, the form of the text after
1931 @samp{Switching to} depends on your system's conventions for identifying
1932 threads.
1933
1934 @kindex thread apply
1935 @item thread apply [@var{threadno}] [@var{all}] @var{args}
1936 The @code{thread apply} command allows you to apply a command to one or
1937 more threads. Specify the numbers of the threads that you want affected
1938 with the command argument @var{threadno}. @var{threadno} is the internal
1939 @value{GDBN} thread number, as shown in the first field of the @samp{info
1940 threads} display. To apply a command to all threads, use
1941 @code{thread apply all} @var{args}.
1942 @end table
1943
1944 @cindex automatic thread selection
1945 @cindex switching threads automatically
1946 @cindex threads, automatic switching
1947 Whenever @value{GDBN} stops your program, due to a breakpoint or a
1948 signal, it automatically selects the thread where that breakpoint or
1949 signal happened. @value{GDBN} alerts you to the context switch with a
1950 message of the form @samp{[Switching to @var{systag}]} to identify the
1951 thread.
1952
1953 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
1954 more information about how @value{GDBN} behaves when you stop and start
1955 programs with multiple threads.
1956
1957 @xref{Set Watchpoints,,Setting watchpoints}, for information about
1958 watchpoints in programs with multiple threads.
1959 @end ifclear
1960
1961 @node Processes
1962 @section Debugging programs with multiple processes
1963
1964 @cindex fork, debugging programs which call
1965 @cindex multiple processes
1966 @cindex processes, multiple
1967 @value{GDBN} has no special support for debugging programs which create
1968 additional processes using the @code{fork} function. When a program
1969 forks, @value{GDBN} will continue to debug the parent process and the
1970 child process will run unimpeded. If you have set a breakpoint in any
1971 code which the child then executes, the child will get a @code{SIGTRAP}
1972 signal which (unless it catches the signal) will cause it to terminate.
1973
1974 However, if you want to debug the child process there is a workaround
1975 which isn't too painful. Put a call to @code{sleep} in the code which
1976 the child process executes after the fork. It may be useful to sleep
1977 only if a certain environment variable is set, or a certain file exists,
1978 so that the delay need not occur when you don't want to run @value{GDBN}
1979 on the child. While the child is sleeping, use the @code{ps} program to
1980 get its process ID. Then tell @value{GDBN} (a new invocation of
1981 @value{GDBN} if you are also debugging the parent process) to attach to
1982 the child process (see @ref{Attach}). From that point on you can debug
1983 the child process just like any other process which you attached to.
1984
1985 @node Stopping
1986 @chapter Stopping and Continuing
1987
1988 The principal purposes of using a debugger are so that you can stop your
1989 program before it terminates; or so that, if your program runs into
1990 trouble, you can investigate and find out why.
1991
1992 Inside @value{GDBN}, your program may stop for any of several reasons, such
1993 as
1994 @ifclear BARETARGET
1995 a signal,
1996 @end ifclear
1997 a breakpoint, or reaching a new line after a @value{GDBN}
1998 command such as @code{step}. You may then examine and change
1999 variables, set new breakpoints or remove old ones, and then continue
2000 execution. Usually, the messages shown by @value{GDBN} provide ample
2001 explanation of the status of your program---but you can also explicitly
2002 request this information at any time.
2003
2004 @table @code
2005 @kindex info program
2006 @item info program
2007 Display information about the status of your program: whether it is
2008 running or not,
2009 @ifclear BARETARGET
2010 what process it is,
2011 @end ifclear
2012 and why it stopped.
2013 @end table
2014
2015 @menu
2016 @ifclear CONLY
2017 * Breakpoints:: Breakpoints, watchpoints, and exceptions
2018 @end ifclear
2019 @ifset CONLY
2020 * Breakpoints:: Breakpoints and watchpoints
2021 @end ifset
2022 @c Remnant makeinfo bug requires blank line after *successful* end-if in menu:
2023
2024 * Continuing and Stepping:: Resuming execution
2025 @ifset POSIX
2026 * Signals:: Signals
2027 @end ifset
2028 @ifclear BARETARGET
2029 * Thread Stops:: Stopping and starting multi-thread programs
2030 @end ifclear
2031 @end menu
2032
2033 @c makeinfo node-defaulting requires adjacency of @node and sectioning cmds
2034 @c ...hence distribute @node Breakpoints over two possible @if expansions.
2035 @c
2036 @ifclear CONLY
2037 @node Breakpoints
2038 @section Breakpoints, watchpoints, and exceptions
2039 @end ifclear
2040 @ifset CONLY
2041 @node Breakpoints
2042 @section Breakpoints and watchpoints
2043 @end ifset
2044
2045 @cindex breakpoints
2046 A @dfn{breakpoint} makes your program stop whenever a certain point in
2047 the program is reached. For each breakpoint, you can add
2048 conditions to control in finer detail whether your program stops.
2049 You can set breakpoints with the @code{break} command and its variants
2050 (@pxref{Set Breaks, ,Setting breakpoints}), to specify the place where
2051 your program should stop by line number, function name or exact address
2052 in the program.
2053 @ifclear CONLY
2054 In languages with exception handling (such as @sc{gnu} C++), you can also set
2055 breakpoints where an exception is raised (@pxref{Exception Handling,,
2056 Breakpoints and exceptions}).
2057 @end ifclear
2058
2059 In SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can now set
2060 breakpoints in shared libraries before the executable is run.
2061
2062 @cindex watchpoints
2063 @cindex memory tracing
2064 @cindex breakpoint on memory address
2065 @cindex breakpoint on variable modification
2066 A @dfn{watchpoint} is a special breakpoint that stops your program
2067 when the value of an expression changes. You must use a different
2068 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2069 watchpoints}), but aside from that, you can manage a watchpoint like
2070 any other breakpoint: you enable, disable, and delete both breakpoints
2071 and watchpoints using the same commands.
2072
2073 You can arrange to have values from your program displayed automatically
2074 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2075 Automatic display}.
2076
2077 @cindex breakpoint numbers
2078 @cindex numbers for breakpoints
2079 @value{GDBN} assigns a number to each breakpoint or watchpoint when you
2080 create it; these numbers are successive integers starting with one. In
2081 many of the commands for controlling various features of breakpoints you
2082 use the breakpoint number to say which breakpoint you want to change.
2083 Each breakpoint may be @dfn{enabled} or @dfn{disabled}; if disabled, it has
2084 no effect on your program until you enable it again.
2085
2086 @menu
2087 * Set Breaks:: Setting breakpoints
2088 * Set Watchpoints:: Setting watchpoints
2089 @ifclear CONLY
2090 * Exception Handling:: Breakpoints and exceptions
2091 @end ifclear
2092
2093 * Delete Breaks:: Deleting breakpoints
2094 * Disabling:: Disabling breakpoints
2095 * Conditions:: Break conditions
2096 * Break Commands:: Breakpoint command lists
2097 @ifclear CONLY
2098 * Breakpoint Menus:: Breakpoint menus
2099 @end ifclear
2100 @c @ifclear BARETARGET
2101 @c * Error in Breakpoints:: ``Cannot insert breakpoints''
2102 @c @end ifclear
2103 @end menu
2104
2105 @node Set Breaks
2106 @subsection Setting breakpoints
2107
2108 @c FIXME LMB what does GDB do if no code on line of breakpt?
2109 @c consider in particular declaration with/without initialization.
2110 @c
2111 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2112
2113 @kindex break
2114 @kindex b
2115 @kindex $bpnum
2116 @cindex latest breakpoint
2117 Breakpoints are set with the @code{break} command (abbreviated
2118 @code{b}). The debugger convenience variable @samp{$bpnum} records the
2119 number of the breakpoints you've set most recently; see @ref{Convenience
2120 Vars,, Convenience variables}, for a discussion of what you can do with
2121 convenience variables.
2122
2123 You have several ways to say where the breakpoint should go.
2124
2125 @table @code
2126 @item break @var{function}
2127 Set a breakpoint at entry to function @var{function}.
2128 @ifclear CONLY
2129 When using source languages that permit overloading of symbols, such as
2130 C++, @var{function} may refer to more than one possible place to break.
2131 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2132 @end ifclear
2133
2134 @item break +@var{offset}
2135 @itemx break -@var{offset}
2136 Set a breakpoint some number of lines forward or back from the position
2137 at which execution stopped in the currently selected frame.
2138
2139 @item break @var{linenum}
2140 Set a breakpoint at line @var{linenum} in the current source file.
2141 That file is the last file whose source text was printed. This
2142 breakpoint stops your program just before it executes any of the
2143 code on that line.
2144
2145 @item break @var{filename}:@var{linenum}
2146 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2147
2148 @item break @var{filename}:@var{function}
2149 Set a breakpoint at entry to function @var{function} found in file
2150 @var{filename}. Specifying a file name as well as a function name is
2151 superfluous except when multiple files contain similarly named
2152 functions.
2153
2154 @item break *@var{address}
2155 Set a breakpoint at address @var{address}. You can use this to set
2156 breakpoints in parts of your program which do not have debugging
2157 information or source files.
2158
2159 @item break
2160 When called without any arguments, @code{break} sets a breakpoint at
2161 the next instruction to be executed in the selected stack frame
2162 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2163 innermost, this makes your program stop as soon as control
2164 returns to that frame. This is similar to the effect of a
2165 @code{finish} command in the frame inside the selected frame---except
2166 that @code{finish} does not leave an active breakpoint. If you use
2167 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2168 the next time it reaches the current location; this may be useful
2169 inside loops.
2170
2171 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2172 least one instruction has been executed. If it did not do this, you
2173 would be unable to proceed past a breakpoint without first disabling the
2174 breakpoint. This rule applies whether or not the breakpoint already
2175 existed when your program stopped.
2176
2177 @item break @dots{} if @var{cond}
2178 Set a breakpoint with condition @var{cond}; evaluate the expression
2179 @var{cond} each time the breakpoint is reached, and stop only if the
2180 value is nonzero---that is, if @var{cond} evaluates as true.
2181 @samp{@dots{}} stands for one of the possible arguments described
2182 above (or no argument) specifying where to break. @xref{Conditions,
2183 ,Break conditions}, for more information on breakpoint conditions.
2184
2185 @kindex tbreak
2186 @item tbreak @var{args}
2187 Set a breakpoint enabled only for one stop. @var{args} are the
2188 same as for the @code{break} command, and the breakpoint is set in the same
2189 way, but the breakpoint is automatically deleted after the first time your
2190 program stops there. @xref{Disabling, ,Disabling breakpoints}.
2191
2192 @kindex hbreak
2193 @item hbreak @var{args}
2194 Set a hardware-assisted breakpoint. @var{args} are the same as for the
2195 @code{break} command and the breakpoint is set in the same way, but the
2196 breakpoint requires hardware support and some target hardware may not
2197 have this support. The main purpose of this is EPROM/ROM code
2198 debugging, so you can set a breakpoint at an instruction without
2199 changing the instruction. This can be used with the new trap-generation
2200 provided by SPARClite DSU. DSU will generate traps when a program accesses
2201 some date or instruction address that is assigned to the debug registers.
2202 However the hardware breakpoint registers can only take two data breakpoints,
2203 and @value{GDBN} will reject this command if more than two are used.
2204 Delete or disable usused hardware breakpoints before setting
2205 new ones. @xref{Conditions, ,Break conditions}.
2206
2207 @kindex thbreak
2208 @item thbreak @var{args}
2209 Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2210 are the same as for the @code{hbreak} command and the breakpoint is set in
2211 the same way. However, like the @code{tbreak} command,
2212 the breakpoint is automatically deleted after the
2213 first time your program stops there. Also, like the @code{hbreak}
2214 command, the breakpoint requires hardware support and some target hardware
2215 may not have this support. @xref{Disabling, ,Disabling breakpoints}.
2216 Also @xref{Conditions, ,Break conditions}.
2217
2218 @kindex rbreak
2219 @cindex regular expression
2220 @item rbreak @var{regex}
2221 @c FIXME what kind of regexp?
2222 Set breakpoints on all functions matching the regular expression
2223 @var{regex}. This command
2224 sets an unconditional breakpoint on all matches, printing a list of all
2225 breakpoints it set. Once these breakpoints are set, they are treated
2226 just like the breakpoints set with the @code{break} command. You can
2227 delete them, disable them, or make them conditional the same way as any
2228 other breakpoint.
2229
2230 @ifclear CONLY
2231 When debugging C++ programs, @code{rbreak} is useful for setting
2232 breakpoints on overloaded functions that are not members of any special
2233 classes.
2234 @end ifclear
2235
2236 @kindex info breakpoints
2237 @cindex @code{$_} and @code{info breakpoints}
2238 @item info breakpoints @r{[}@var{n}@r{]}
2239 @itemx info break @r{[}@var{n}@r{]}
2240 @itemx info watchpoints @r{[}@var{n}@r{]}
2241 Print a table of all breakpoints and watchpoints set and not
2242 deleted, with the following columns for each breakpoint:
2243
2244 @table @emph
2245 @item Breakpoint Numbers
2246 @item Type
2247 Breakpoint or watchpoint.
2248 @item Disposition
2249 Whether the breakpoint is marked to be disabled or deleted when hit.
2250 @item Enabled or Disabled
2251 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2252 that are not enabled.
2253 @item Address
2254 Where the breakpoint is in your program, as a memory address
2255 @item What
2256 Where the breakpoint is in the source for your program, as a file and
2257 line number.
2258 @end table
2259
2260 @noindent
2261 If a breakpoint is conditional, @code{info break} shows the condition on
2262 the line following the affected breakpoint; breakpoint commands, if any,
2263 are listed after that.
2264
2265 @noindent
2266 @code{info break} with a breakpoint
2267 number @var{n} as argument lists only that breakpoint. The
2268 convenience variable @code{$_} and the default examining-address for
2269 the @code{x} command are set to the address of the last breakpoint
2270 listed (@pxref{Memory, ,Examining memory}).
2271
2272 @noindent
2273 @code{info break} now displays a count of the number of times the
2274 breakpoint has been hit. This is especially useful in conjunction with
2275 the @code{ignore} command. You can ignore a large number of breakpoint
2276 hits, look at the breakpoint info to see how many times the
2277 breakpoint was hit, and then run again, ignoring one less than that
2278 number. This will get you quickly to the last hit of that breakpoint.
2279 @end table
2280
2281 @value{GDBN} allows you to set any number of breakpoints at the same place in
2282 your program. There is nothing silly or meaningless about this. When
2283 the breakpoints are conditional, this is even useful
2284 (@pxref{Conditions, ,Break conditions}).
2285
2286 @cindex negative breakpoint numbers
2287 @cindex internal @value{GDBN} breakpoints
2288 @value{GDBN} itself sometimes sets breakpoints in your program for special
2289 purposes, such as proper handling of @code{longjmp} (in C programs).
2290 These internal breakpoints are assigned negative numbers, starting with
2291 @code{-1}; @samp{info breakpoints} does not display them.
2292
2293 You can see these breakpoints with the @value{GDBN} maintenance command
2294 @samp{maint info breakpoints}.
2295
2296 @table @code
2297 @kindex maint info breakpoints
2298 @item maint info breakpoints
2299 Using the same format as @samp{info breakpoints}, display both the
2300 breakpoints you've set explicitly, and those @value{GDBN} is using for
2301 internal purposes. Internal breakpoints are shown with negative
2302 breakpoint numbers. The type column identifies what kind of breakpoint
2303 is shown:
2304
2305 @table @code
2306 @item breakpoint
2307 Normal, explicitly set breakpoint.
2308
2309 @item watchpoint
2310 Normal, explicitly set watchpoint.
2311
2312 @item longjmp
2313 Internal breakpoint, used to handle correctly stepping through
2314 @code{longjmp} calls.
2315
2316 @item longjmp resume
2317 Internal breakpoint at the target of a @code{longjmp}.
2318
2319 @item until
2320 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
2321
2322 @item finish
2323 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
2324 @end table
2325
2326 @end table
2327
2328
2329 @node Set Watchpoints
2330 @subsection Setting watchpoints
2331 @cindex setting watchpoints
2332
2333 You can use a watchpoint to stop execution whenever the value of an
2334 expression changes, without having to predict a particular place
2335 where this may happen.
2336
2337 Watchpoints currently execute two orders of magnitude more slowly than
2338 other breakpoints, but this can be well worth it to catch errors where
2339 you have no clue what part of your program is the culprit.
2340
2341 @c FIXME - did Stan mean to @ignore this out?
2342 @ignore
2343 Some processors provide special hardware to support watchpoint
2344 evaluation; @value{GDBN} will use such hardware if it is available,
2345 and if the support code has been added for that configuration.
2346 @end ignore
2347
2348 @table @code
2349 @kindex watch
2350 @item watch @var{expr}
2351 Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2352 is written into by the program and its value changes.
2353 This can be used with the new trap-generation provided by
2354 SPARClite DSU. DSU will generate traps when a program accesses
2355 some date or instruction address that is assigned to the debug registers.
2356 For the data addresses, DSU facilitates the @code{watch} command.
2357 However the hardware breakpoint registers can only take two data watchpoints,
2358 and both watchpoints must be the same kind. For example, you can set two
2359 watchpoints with @code{watch} commands, two with @code{rwatch}
2360 commands, @strong{or} two with @code{awatch} commands, but you cannot set one
2361 watchpoint with one command and the other with a different command.
2362 @value{GBDN} will reject the command if you try to mix watchpoints.
2363 Delete or disable unused watchpoint commands before setting new ones.
2364
2365 @kindex rwatch
2366 @item rwatch @var{expr}
2367 Set a watchpoint that will break when watch @var{args} is read by the program.
2368 If you use both watchpoints, both must be set with the @code{rwatch}
2369 command.
2370
2371 @kindex awatch
2372 @item awatch @var{expr}
2373 Set a watchpoint that will break when @var{args} is read and written into
2374 by the program. If you use both watchpoints, both must be set with the
2375 @code{awatch} command.
2376
2377 @kindex info watchpoints
2378 @item info watchpoints
2379 This command prints a list of watchpoints and breakpoints; it is the
2380 same as @code{info break}.
2381 @end table
2382
2383 @ifclear BARETARGET
2384 @quotation
2385 @cindex watchpoints and threads
2386 @cindex threads and watchpoints
2387 @emph{Warning:} in multi-thread programs, watchpoints have only limited
2388 usefulness. With the current watchpoint implementation, @value{GDBN}
2389 can only watch the value of an expression @emph{in a single thread}. If
2390 you are confident that the expression can only change due to the current
2391 thread's activity (and if you are also confident that no other thread
2392 can become current), then you can use watchpoints as usual. However,
2393 @value{GDBN} may not notice when a non-current thread's activity changes
2394 the expression.
2395 @end quotation
2396 @end ifclear
2397
2398 @ifclear CONLY
2399 @node Exception Handling
2400 @subsection Breakpoints and exceptions
2401 @cindex exception handlers
2402
2403 Some languages, such as @sc{gnu} C++, implement exception handling. You can
2404 use @value{GDBN} to examine what caused your program to raise an exception,
2405 and to list the exceptions your program is prepared to handle at a
2406 given point in time.
2407
2408 @table @code
2409 @kindex catch
2410 @item catch @var{exceptions}
2411 You can set breakpoints at active exception handlers by using the
2412 @code{catch} command. @var{exceptions} is a list of names of exceptions
2413 to catch.
2414 @end table
2415
2416 You can use @code{info catch} to list active exception handlers.
2417 @xref{Frame Info, ,Information about a frame}.
2418
2419 There are currently some limitations to exception handling in @value{GDBN}:
2420
2421 @itemize @bullet
2422 @item
2423 If you call a function interactively, @value{GDBN} normally returns
2424 control to you when the function has finished executing. If the call
2425 raises an exception, however, the call may bypass the mechanism that
2426 returns control to you and cause your program to simply continue
2427 running until it hits a breakpoint, catches a signal that @value{GDBN} is
2428 listening for, or exits.
2429
2430 @item
2431 You cannot raise an exception interactively.
2432
2433 @item
2434 You cannot install an exception handler interactively.
2435 @end itemize
2436
2437 @cindex raise exceptions
2438 Sometimes @code{catch} is not the best way to debug exception handling:
2439 if you need to know exactly where an exception is raised, it is better to
2440 stop @emph{before} the exception handler is called, since that way you
2441 can see the stack before any unwinding takes place. If you set a
2442 breakpoint in an exception handler instead, it may not be easy to find
2443 out where the exception was raised.
2444
2445 To stop just before an exception handler is called, you need some
2446 knowledge of the implementation. In the case of @sc{gnu} C++, exceptions are
2447 raised by calling a library function named @code{__raise_exception}
2448 which has the following ANSI C interface:
2449
2450 @example
2451 /* @var{addr} is where the exception identifier is stored.
2452 ID is the exception identifier. */
2453 void __raise_exception (void **@var{addr}, void *@var{id});
2454 @end example
2455
2456 @noindent
2457 To make the debugger catch all exceptions before any stack
2458 unwinding takes place, set a breakpoint on @code{__raise_exception}
2459 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2460
2461 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2462 that depends on the value of @var{id}, you can stop your program when
2463 a specific exception is raised. You can use multiple conditional
2464 breakpoints to stop your program when any of a number of exceptions are
2465 raised.
2466 @end ifclear
2467
2468 @node Delete Breaks
2469 @subsection Deleting breakpoints
2470
2471 @cindex clearing breakpoints, watchpoints
2472 @cindex deleting breakpoints, watchpoints
2473 It is often necessary to eliminate a breakpoint or watchpoint once it
2474 has done its job and you no longer want your program to stop there. This
2475 is called @dfn{deleting} the breakpoint. A breakpoint that has been
2476 deleted no longer exists; it is forgotten.
2477
2478 With the @code{clear} command you can delete breakpoints according to
2479 where they are in your program. With the @code{delete} command you can
2480 delete individual breakpoints or watchpoints by specifying their
2481 breakpoint numbers.
2482
2483 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2484 automatically ignores breakpoints on the first instruction to be executed
2485 when you continue execution without changing the execution address.
2486
2487 @table @code
2488 @item clear
2489 @kindex clear
2490 Delete any breakpoints at the next instruction to be executed in the
2491 selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2492 the innermost frame is selected, this is a good way to delete a
2493 breakpoint where your program just stopped.
2494
2495 @item clear @var{function}
2496 @itemx clear @var{filename}:@var{function}
2497 Delete any breakpoints set at entry to the function @var{function}.
2498
2499 @item clear @var{linenum}
2500 @itemx clear @var{filename}:@var{linenum}
2501 Delete any breakpoints set at or within the code of the specified line.
2502
2503 @cindex delete breakpoints
2504 @kindex delete
2505 @kindex d
2506 @item delete @r{[}breakpoints@r{]} @r{[}@var{bnums}@dots{}@r{]}
2507 Delete the breakpoints or watchpoints of the numbers specified as
2508 arguments. If no argument is specified, delete all breakpoints (@value{GDBN}
2509 asks confirmation, unless you have @code{set confirm off}). You
2510 can abbreviate this command as @code{d}.
2511 @end table
2512
2513 @node Disabling
2514 @subsection Disabling breakpoints
2515
2516 @kindex disable breakpoints
2517 @kindex enable breakpoints
2518 Rather than deleting a breakpoint or watchpoint, you might prefer to
2519 @dfn{disable} it. This makes the breakpoint inoperative as if it had
2520 been deleted, but remembers the information on the breakpoint so that
2521 you can @dfn{enable} it again later.
2522
2523 You disable and enable breakpoints and watchpoints with the
2524 @code{enable} and @code{disable} commands, optionally specifying one or
2525 more breakpoint numbers as arguments. Use @code{info break} or
2526 @code{info watch} to print a list of breakpoints or watchpoints if you
2527 do not know which numbers to use.
2528
2529 A breakpoint or watchpoint can have any of four different states of
2530 enablement:
2531
2532 @itemize @bullet
2533 @item
2534 Enabled. The breakpoint stops your program. A breakpoint set
2535 with the @code{break} command starts out in this state.
2536 @item
2537 Disabled. The breakpoint has no effect on your program.
2538 @item
2539 Enabled once. The breakpoint stops your program, but then becomes
2540 disabled. A breakpoint set with the @code{tbreak} command starts out in
2541 this state.
2542 @item
2543 Enabled for deletion. The breakpoint stops your program, but
2544 immediately after it does so it is deleted permanently.
2545 @end itemize
2546
2547 You can use the following commands to enable or disable breakpoints and
2548 watchpoints:
2549
2550 @table @code
2551 @kindex disable breakpoints
2552 @kindex disable
2553 @kindex dis
2554 @item disable @r{[}breakpoints@r{]} @r{[}@var{bnums}@dots{}@r{]}
2555 Disable the specified breakpoints---or all breakpoints, if none are
2556 listed. A disabled breakpoint has no effect but is not forgotten. All
2557 options such as ignore-counts, conditions and commands are remembered in
2558 case the breakpoint is enabled again later. You may abbreviate
2559 @code{disable} as @code{dis}.
2560
2561 @kindex enable breakpoints
2562 @kindex enable
2563 @item enable @r{[}breakpoints@r{]} @r{[}@var{bnums}@dots{}@r{]}
2564 Enable the specified breakpoints (or all defined breakpoints). They
2565 become effective once again in stopping your program.
2566
2567 @item enable @r{[}breakpoints@r{]} once @var{bnums}@dots{}
2568 Enable the specified breakpoints temporarily. @value{GDBN} disables any
2569 of these breakpoints immediately after stopping your program.
2570
2571 @item enable @r{[}breakpoints@r{]} delete @var{bnums}@dots{}
2572 Enable the specified breakpoints to work once, then die. @value{GDBN}
2573 deletes any of these breakpoints as soon as your program stops there.
2574 @end table
2575
2576 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
2577 ,Setting breakpoints}), breakpoints that you set are initially enabled;
2578 subsequently, they become disabled or enabled only when you use one of
2579 the commands above. (The command @code{until} can set and delete a
2580 breakpoint of its own, but it does not change the state of your other
2581 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
2582 stepping}.)
2583
2584 @node Conditions
2585 @subsection Break conditions
2586 @cindex conditional breakpoints
2587 @cindex breakpoint conditions
2588
2589 @c FIXME what is scope of break condition expr? Context where wanted?
2590 @c in particular for a watchpoint?
2591 The simplest sort of breakpoint breaks every time your program reaches a
2592 specified place. You can also specify a @dfn{condition} for a
2593 breakpoint. A condition is just a Boolean expression in your
2594 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
2595 a condition evaluates the expression each time your program reaches it,
2596 and your program stops only if the condition is @emph{true}.
2597
2598 This is the converse of using assertions for program validation; in that
2599 situation, you want to stop when the assertion is violated---that is,
2600 when the condition is false. In C, if you want to test an assertion expressed
2601 by the condition @var{assert}, you should set the condition
2602 @samp{! @var{assert}} on the appropriate breakpoint.
2603
2604 Conditions are also accepted for watchpoints; you may not need them,
2605 since a watchpoint is inspecting the value of an expression anyhow---but
2606 it might be simpler, say, to just set a watchpoint on a variable name,
2607 and specify a condition that tests whether the new value is an interesting
2608 one.
2609
2610 Break conditions can have side effects, and may even call functions in
2611 your program. This can be useful, for example, to activate functions
2612 that log program progress, or to use your own print functions to
2613 format special data structures. The effects are completely predictable
2614 unless there is another enabled breakpoint at the same address. (In
2615 that case, @value{GDBN} might see the other breakpoint first and stop your
2616 program without checking the condition of this one.) Note that
2617 breakpoint commands are usually more convenient and flexible for the
2618 purpose of performing side effects when a breakpoint is reached
2619 (@pxref{Break Commands, ,Breakpoint command lists}).
2620
2621 Break conditions can be specified when a breakpoint is set, by using
2622 @samp{if} in the arguments to the @code{break} command. @xref{Set
2623 Breaks, ,Setting breakpoints}. They can also be changed at any time
2624 with the @code{condition} command. The @code{watch} command does not
2625 recognize the @code{if} keyword; @code{condition} is the only way to
2626 impose a further condition on a watchpoint.
2627
2628 @table @code
2629 @kindex condition
2630 @item condition @var{bnum} @var{expression}
2631 Specify @var{expression} as the break condition for breakpoint or
2632 watchpoint number @var{bnum}. After you set a condition, breakpoint
2633 @var{bnum} stops your program only if the value of @var{expression} is
2634 true (nonzero, in C). When you use @code{condition}, @value{GDBN}
2635 checks @var{expression} immediately for syntactic correctness, and to
2636 determine whether symbols in it have referents in the context of your
2637 breakpoint.
2638 @c FIXME so what does GDB do if there is no referent? Moreover, what
2639 @c about watchpoints?
2640 @value{GDBN} does
2641 not actually evaluate @var{expression} at the time the @code{condition}
2642 command is given, however. @xref{Expressions, ,Expressions}.
2643
2644 @item condition @var{bnum}
2645 Remove the condition from breakpoint number @var{bnum}. It becomes
2646 an ordinary unconditional breakpoint.
2647 @end table
2648
2649 @cindex ignore count (of breakpoint)
2650 A special case of a breakpoint condition is to stop only when the
2651 breakpoint has been reached a certain number of times. This is so
2652 useful that there is a special way to do it, using the @dfn{ignore
2653 count} of the breakpoint. Every breakpoint has an ignore count, which
2654 is an integer. Most of the time, the ignore count is zero, and
2655 therefore has no effect. But if your program reaches a breakpoint whose
2656 ignore count is positive, then instead of stopping, it just decrements
2657 the ignore count by one and continues. As a result, if the ignore count
2658 value is @var{n}, the breakpoint does not stop the next @var{n} times
2659 your program reaches it.
2660
2661 @table @code
2662 @kindex ignore
2663 @item ignore @var{bnum} @var{count}
2664 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
2665 The next @var{count} times the breakpoint is reached, your program's
2666 execution does not stop; other than to decrement the ignore count, @value{GDBN}
2667 takes no action.
2668
2669 To make the breakpoint stop the next time it is reached, specify
2670 a count of zero.
2671
2672 When you use @code{continue} to resume execution of your program from a
2673 breakpoint, you can specify an ignore count directly as an argument to
2674 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
2675 Stepping,,Continuing and stepping}.
2676
2677 If a breakpoint has a positive ignore count and a condition, the
2678 condition is not checked. Once the ignore count reaches zero,
2679 @value{GDBN} resumes checking the condition.
2680
2681 You could achieve the effect of the ignore count with a condition such
2682 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
2683 is decremented each time. @xref{Convenience Vars, ,Convenience
2684 variables}.
2685 @end table
2686
2687 @node Break Commands
2688 @subsection Breakpoint command lists
2689
2690 @cindex breakpoint commands
2691 You can give any breakpoint (or watchpoint) a series of commands to
2692 execute when your program stops due to that breakpoint. For example, you
2693 might want to print the values of certain expressions, or enable other
2694 breakpoints.
2695
2696 @table @code
2697 @kindex commands
2698 @kindex end
2699 @item commands @r{[}@var{bnum}@r{]}
2700 @itemx @dots{} @var{command-list} @dots{}
2701 @itemx end
2702 Specify a list of commands for breakpoint number @var{bnum}. The commands
2703 themselves appear on the following lines. Type a line containing just
2704 @code{end} to terminate the commands.
2705
2706 To remove all commands from a breakpoint, type @code{commands} and
2707 follow it immediately with @code{end}; that is, give no commands.
2708
2709 With no @var{bnum} argument, @code{commands} refers to the last
2710 breakpoint or watchpoint set (not to the breakpoint most recently
2711 encountered).
2712 @end table
2713
2714 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
2715 disabled within a @var{command-list}.
2716
2717 You can use breakpoint commands to start your program up again. Simply
2718 use the @code{continue} command, or @code{step}, or any other command
2719 that resumes execution.
2720
2721 Any other commands in the command list, after a command that resumes
2722 execution, are ignored. This is because any time you resume execution
2723 (even with a simple @code{next} or @code{step}), you may encounter
2724 another breakpoint---which could have its own command list, leading to
2725 ambiguities about which list to execute.
2726
2727 @kindex silent
2728 If the first command you specify in a command list is @code{silent}, the
2729 usual message about stopping at a breakpoint is not printed. This may
2730 be desirable for breakpoints that are to print a specific message and
2731 then continue. If none of the remaining commands print anything, you
2732 see no sign that the breakpoint was reached. @code{silent} is
2733 meaningful only at the beginning of a breakpoint command list.
2734
2735 The commands @code{echo}, @code{output}, and @code{printf} allow you to
2736 print precisely controlled output, and are often useful in silent
2737 breakpoints. @xref{Output, ,Commands for controlled output}.
2738
2739 For example, here is how you could use breakpoint commands to print the
2740 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
2741
2742 @example
2743 break foo if x>0
2744 commands
2745 silent
2746 printf "x is %d\n",x
2747 cont
2748 end
2749 @end example
2750
2751 One application for breakpoint commands is to compensate for one bug so
2752 you can test for another. Put a breakpoint just after the erroneous line
2753 of code, give it a condition to detect the case in which something
2754 erroneous has been done, and give it commands to assign correct values
2755 to any variables that need them. End with the @code{continue} command
2756 so that your program does not stop, and start with the @code{silent}
2757 command so that no output is produced. Here is an example:
2758
2759 @example
2760 break 403
2761 commands
2762 silent
2763 set x = y + 4
2764 cont
2765 end
2766 @end example
2767
2768 @ifclear CONLY
2769 @node Breakpoint Menus
2770 @subsection Breakpoint menus
2771 @cindex overloading
2772 @cindex symbol overloading
2773
2774 Some programming languages (notably C++) permit a single function name
2775 to be defined several times, for application in different contexts.
2776 This is called @dfn{overloading}. When a function name is overloaded,
2777 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
2778 a breakpoint. If you realize this is a problem, you can use
2779 something like @samp{break @var{function}(@var{types})} to specify which
2780 particular version of the function you want. Otherwise, @value{GDBN} offers
2781 you a menu of numbered choices for different possible breakpoints, and
2782 waits for your selection with the prompt @samp{>}. The first two
2783 options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
2784 sets a breakpoint at each definition of @var{function}, and typing
2785 @kbd{0} aborts the @code{break} command without setting any new
2786 breakpoints.
2787
2788 For example, the following session excerpt shows an attempt to set a
2789 breakpoint at the overloaded symbol @code{String::after}.
2790 We choose three particular definitions of that function name:
2791
2792 @c FIXME! This is likely to change to show arg type lists, at least
2793 @smallexample
2794 (@value{GDBP}) b String::after
2795 [0] cancel
2796 [1] all
2797 [2] file:String.cc; line number:867
2798 [3] file:String.cc; line number:860
2799 [4] file:String.cc; line number:875
2800 [5] file:String.cc; line number:853
2801 [6] file:String.cc; line number:846
2802 [7] file:String.cc; line number:735
2803 > 2 4 6
2804 Breakpoint 1 at 0xb26c: file String.cc, line 867.
2805 Breakpoint 2 at 0xb344: file String.cc, line 875.
2806 Breakpoint 3 at 0xafcc: file String.cc, line 846.
2807 Multiple breakpoints were set.
2808 Use the "delete" command to delete unwanted
2809 breakpoints.
2810 (@value{GDBP})
2811 @end smallexample
2812 @end ifclear
2813
2814 @c @ifclear BARETARGET
2815 @c @node Error in Breakpoints
2816 @c @subsection ``Cannot insert breakpoints''
2817 @c
2818 @c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
2819 @c
2820 @c Under some operating systems, breakpoints cannot be used in a program if
2821 @c any other process is running that program. In this situation,
2822 @c attempting to run or continue a program with a breakpoint causes
2823 @c @value{GDBN} to stop the other process.
2824 @c
2825 @c When this happens, you have three ways to proceed:
2826 @c
2827 @c @enumerate
2828 @c @item
2829 @c Remove or disable the breakpoints, then continue.
2830 @c
2831 @c @item
2832 @c Suspend @value{GDBN}, and copy the file containing your program to a new
2833 @c name. Resume @value{GDBN} and use the @code{exec-file} command to specify
2834 @c that @value{GDBN} should run your program under that name.
2835 @c Then start your program again.
2836 @c
2837 @c @item
2838 @c Relink your program so that the text segment is nonsharable, using the
2839 @c linker option @samp{-N}. The operating system limitation may not apply
2840 @c to nonsharable executables.
2841 @c @end enumerate
2842 @c @end ifclear
2843
2844 @node Continuing and Stepping
2845 @section Continuing and stepping
2846
2847 @cindex stepping
2848 @cindex continuing
2849 @cindex resuming execution
2850 @dfn{Continuing} means resuming program execution until your program
2851 completes normally. In contrast, @dfn{stepping} means executing just
2852 one more ``step'' of your program, where ``step'' may mean either one
2853 line of source code, or one machine instruction (depending on what
2854 particular command you use). Either when continuing
2855 or when stepping, your program may stop even sooner, due to
2856 @ifset BARETARGET
2857 a breakpoint.
2858 @end ifset
2859 @ifclear BARETARGET
2860 a breakpoint or a signal. (If due to a signal, you may want to use
2861 @code{handle}, or use @samp{signal 0} to resume execution.
2862 @xref{Signals, ,Signals}.)
2863 @end ifclear
2864
2865 @table @code
2866 @kindex continue
2867 @kindex c
2868 @kindex fg
2869 @item continue @r{[}@var{ignore-count}@r{]}
2870 @itemx c @r{[}@var{ignore-count}@r{]}
2871 @itemx fg @r{[}@var{ignore-count}@r{]}
2872 Resume program execution, at the address where your program last stopped;
2873 any breakpoints set at that address are bypassed. The optional argument
2874 @var{ignore-count} allows you to specify a further number of times to
2875 ignore a breakpoint at this location; its effect is like that of
2876 @code{ignore} (@pxref{Conditions, ,Break conditions}).
2877
2878 The argument @var{ignore-count} is meaningful only when your program
2879 stopped due to a breakpoint. At other times, the argument to
2880 @code{continue} is ignored.
2881
2882 The synonyms @code{c} and @code{fg} are provided purely for convenience,
2883 and have exactly the same behavior as @code{continue}.
2884 @end table
2885
2886 To resume execution at a different place, you can use @code{return}
2887 (@pxref{Returning, ,Returning from a function}) to go back to the
2888 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
2889 different address}) to go to an arbitrary location in your program.
2890
2891 A typical technique for using stepping is to set a breakpoint
2892 @ifclear CONLY
2893 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions})
2894 @end ifclear
2895 @ifset CONLY
2896 (@pxref{Breakpoints, ,Breakpoints and watchpoints})
2897 @end ifset
2898 at the
2899 beginning of the function or the section of your program where a
2900 problem is believed to lie, run your program until it stops at that
2901 breakpoint, and then step through the suspect area, examining the
2902 variables that are interesting, until you see the problem happen.
2903
2904 @table @code
2905 @kindex step
2906 @kindex s
2907 @item step
2908 Continue running your program until control reaches a different source
2909 line, then stop it and return control to @value{GDBN}. This command is
2910 abbreviated @code{s}.
2911
2912 @quotation
2913 @c "without debugging information" is imprecise; actually "without line
2914 @c numbers in the debugging information". (gcc -g1 has debugging info but
2915 @c not line numbers). But it seems complex to try to make that
2916 @c distinction here.
2917 @emph{Warning:} If you use the @code{step} command while control is
2918 within a function that was compiled without debugging information,
2919 execution proceeds until control reaches a function that does have
2920 debugging information. Likewise, it will not step into a function which
2921 is compiled without debugging information. To step through functions
2922 without debugging information, use the @code{stepi} command, described
2923 below.
2924 @end quotation
2925
2926 The @code{step} command now only stops at the first instruction of a
2927 source line. This prevents the multiple stops that used to occur in
2928 switch statements, for loops, etc. @code{step} continues to stop if a
2929 function that has debugging information is called within the line.
2930
2931 Also, the @code{step} command now only enters a subroutine if there is line
2932 number information for the subroutine. Otherwise it acts like the
2933 @code{next} command. This avoids problems when using @code{cc -gl}
2934 on MIPS machines. Previously, @code{step} entered subroutines if there
2935 was any debugging information about the routine.
2936
2937 @item step @var{count}
2938 Continue running as in @code{step}, but do so @var{count} times. If a
2939 breakpoint is reached,
2940 @ifclear BARETARGET
2941 or a signal not related to stepping occurs before @var{count} steps,
2942 @end ifclear
2943 stepping stops right away.
2944
2945 @kindex next
2946 @kindex n
2947 @item next @r{[}@var{count}@r{]}
2948 Continue to the next source line in the current (innermost) stack frame.
2949 This is similar to @code{step}, but function calls that appear within the line
2950 of code are executed without stopping. Execution stops when control
2951 reaches a different line of code at the original stack level that was
2952 executing when you gave the @code{next} command. This command is abbreviated
2953 @code{n}.
2954
2955 An argument @var{count} is a repeat count, as for @code{step}.
2956
2957
2958 @c FIX ME!! Do we delete this, or is there a way it fits in with
2959 @c the following paragraph? --- Vctoria
2960 @c
2961 @c @code{next} within a function that lacks debugging information acts like
2962 @c @code{step}, but any function calls appearing within the code of the
2963 @c function are executed without stopping.
2964
2965 The @code{next} command now only stops at the first instruction of a
2966 source line. This prevents the multiple stops that used to occur in
2967 swtch statements, for loops, etc.
2968
2969 @kindex finish
2970 @item finish
2971 Continue running until just after function in the selected stack frame
2972 returns. Print the returned value (if any).
2973
2974 Contrast this with the @code{return} command (@pxref{Returning,
2975 ,Returning from a function}).
2976
2977 @kindex until
2978 @itemx u
2979 @kindex u
2980 @item until
2981 Continue running until a source line past the current line, in the
2982 current stack frame, is reached. This command is used to avoid single
2983 stepping through a loop more than once. It is like the @code{next}
2984 command, except that when @code{until} encounters a jump, it
2985 automatically continues execution until the program counter is greater
2986 than the address of the jump.
2987
2988 This means that when you reach the end of a loop after single stepping
2989 though it, @code{until} makes your program continue execution until it
2990 exits the loop. In contrast, a @code{next} command at the end of a loop
2991 simply steps back to the beginning of the loop, which forces you to step
2992 through the next iteration.
2993
2994 @code{until} always stops your program if it attempts to exit the current
2995 stack frame.
2996
2997 @code{until} may produce somewhat counterintuitive results if the order
2998 of machine code does not match the order of the source lines. For
2999 example, in the following excerpt from a debugging session, the @code{f}
3000 (@code{frame}) command shows that execution is stopped at line
3001 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3002
3003 @example
3004 (@value{GDBP}) f
3005 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3006 206 expand_input();
3007 (@value{GDBP}) until
3008 195 for ( ; argc > 0; NEXTARG) @{
3009 @end example
3010
3011 This happened because, for execution efficiency, the compiler had
3012 generated code for the loop closure test at the end, rather than the
3013 start, of the loop---even though the test in a C @code{for}-loop is
3014 written before the body of the loop. The @code{until} command appeared
3015 to step back to the beginning of the loop when it advanced to this
3016 expression; however, it has not really gone to an earlier
3017 statement---not in terms of the actual machine code.
3018
3019 @code{until} with no argument works by means of single
3020 instruction stepping, and hence is slower than @code{until} with an
3021 argument.
3022
3023 @item until @var{location}
3024 @itemx u @var{location}
3025 Continue running your program until either the specified location is
3026 reached, or the current stack frame returns. @var{location} is any of
3027 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3028 ,Setting breakpoints}). This form of the command uses breakpoints,
3029 and hence is quicker than @code{until} without an argument.
3030
3031 @kindex stepi
3032 @kindex si
3033 @item stepi
3034 @itemx si
3035 Execute one machine instruction, then stop and return to the debugger.
3036
3037 It is often useful to do @samp{display/i $pc} when stepping by machine
3038 instructions. This makes @value{GDBN} automatically display the next
3039 instruction to be executed, each time your program stops. @xref{Auto
3040 Display,, Automatic display}.
3041
3042 An argument is a repeat count, as in @code{step}.
3043
3044 @need 750
3045 @kindex nexti
3046 @kindex ni
3047 @item nexti
3048 @itemx ni
3049 Execute one machine instruction, but if it is a function call,
3050 proceed until the function returns.
3051
3052 An argument is a repeat count, as in @code{next}.
3053 @end table
3054
3055 @ifset POSIX
3056 @node Signals
3057 @section Signals
3058 @cindex signals
3059
3060 A signal is an asynchronous event that can happen in a program. The
3061 operating system defines the possible kinds of signals, and gives each
3062 kind a name and a number. For example, in Unix @code{SIGINT} is the
3063 signal a program gets when you type an interrupt (often @kbd{C-c});
3064 @code{SIGSEGV} is the signal a program gets from referencing a place in
3065 memory far away from all the areas in use; @code{SIGALRM} occurs when
3066 the alarm clock timer goes off (which happens only if your program has
3067 requested an alarm).
3068
3069 @cindex fatal signals
3070 Some signals, including @code{SIGALRM}, are a normal part of the
3071 functioning of your program. Others, such as @code{SIGSEGV}, indicate
3072 errors; these signals are @dfn{fatal} (kill your program immediately) if the
3073 program has not specified in advance some other way to handle the signal.
3074 @code{SIGINT} does not indicate an error in your program, but it is normally
3075 fatal so it can carry out the purpose of the interrupt: to kill the program.
3076
3077 @value{GDBN} has the ability to detect any occurrence of a signal in your
3078 program. You can tell @value{GDBN} in advance what to do for each kind of
3079 signal.
3080
3081 @cindex handling signals
3082 Normally, @value{GDBN} is set up to ignore non-erroneous signals like @code{SIGALRM}
3083 (so as not to interfere with their role in the functioning of your program)
3084 but to stop your program immediately whenever an error signal happens.
3085 You can change these settings with the @code{handle} command.
3086
3087 @table @code
3088 @kindex info signals
3089 @item info signals
3090 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3091 handle each one. You can use this to see the signal numbers of all
3092 the defined types of signals.
3093
3094 @code{info handle} is the new alias for @code{info signals}.
3095
3096 @kindex handle
3097 @item handle @var{signal} @var{keywords}@dots{}
3098 Change the way @value{GDBN} handles signal @var{signal}. @var{signal} can
3099 be the number of a signal or its name (with or without the @samp{SIG} at the
3100 beginning). The @var{keywords} say what change to make.
3101 @end table
3102
3103 @c @group
3104 The keywords allowed by the @code{handle} command can be abbreviated.
3105 Their full names are:
3106
3107 @table @code
3108 @item nostop
3109 @value{GDBN} should not stop your program when this signal happens. It may
3110 still print a message telling you that the signal has come in.
3111
3112 @item stop
3113 @value{GDBN} should stop your program when this signal happens. This implies
3114 the @code{print} keyword as well.
3115
3116 @item print
3117 @value{GDBN} should print a message when this signal happens.
3118
3119 @item noprint
3120 @value{GDBN} should not mention the occurrence of the signal at all. This
3121 implies the @code{nostop} keyword as well.
3122
3123 @item pass
3124 @value{GDBN} should allow your program to see this signal; your program
3125 can handle the signal, or else it may terminate if the signal is fatal
3126 and not handled.
3127
3128 @item nopass
3129 @value{GDBN} should not allow your program to see this signal.
3130 @end table
3131 @c @end group
3132
3133 When a signal stops your program, the signal is not visible until you
3134 continue. Your program sees the signal then, if @code{pass} is in
3135 effect for the signal in question @emph{at that time}. In other words,
3136 after @value{GDBN} reports a signal, you can use the @code{handle}
3137 command with @code{pass} or @code{nopass} to control whether your
3138 program sees that signal when you continue.
3139
3140 You can also use the @code{signal} command to prevent your program from
3141 seeing a signal, or cause it to see a signal it normally would not see,
3142 or to give it any signal at any time. For example, if your program stopped
3143 due to some sort of memory reference error, you might store correct
3144 values into the erroneous variables and continue, hoping to see more
3145 execution; but your program would probably terminate immediately as
3146 a result of the fatal signal once it saw the signal. To prevent this,
3147 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
3148 program a signal}.
3149 @end ifset
3150
3151 @ifclear BARETARGET
3152 @node Thread Stops
3153 @section Stopping and starting multi-thread programs
3154
3155 When your program has multiple threads (@pxref{Threads,, Debugging
3156 programs with multiple threads}), you can choose whether to set
3157 breakpoints on all threads, or on a particular thread.
3158
3159 @table @code
3160 @cindex breakpoints and threads
3161 @cindex thread breakpoints
3162 @kindex break @dots{} thread @var{threadno}
3163 @item break @var{linespec} thread @var{threadno}
3164 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3165 @var{linespec} specifies source lines; there are several ways of
3166 writing them, but the effect is always to specify some source line.
3167
3168 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3169 to specify that you only want @value{GDBN} to stop the program when a
3170 particular thread reaches this breakpoint. @var{threadno} is one of the
3171 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3172 column of the @samp{info threads} display.
3173
3174 If you do not specify @samp{thread @var{threadno}} when you set a
3175 breakpoint, the breakpoint applies to @emph{all} threads of your
3176 program.
3177
3178 You can use the @code{thread} qualifier on conditional breakpoints as
3179 well; in this case, place @samp{thread @var{threadno}} before the
3180 breakpoint condition, like this:
3181
3182 @smallexample
3183 (gdb) break frik.c:13 thread 28 if bartab > lim
3184 @end smallexample
3185
3186 @end table
3187
3188 @cindex stopped threads
3189 @cindex threads, stopped
3190 Whenever your program stops under @value{GDBN} for any reason,
3191 @emph{all} threads of execution stop, not just the current thread. This
3192 allows you to examine the overall state of the program, including
3193 switching between threads, without worrying that things may change
3194 underfoot.
3195
3196 @cindex continuing threads
3197 @cindex threads, continuing
3198 Conversely, whenever you restart the program, @emph{all} threads start
3199 executing. @emph{This is true even when single-stepping} with commands
3200 like @code{step} or @code{next}.
3201
3202 In particular, @value{GDBN} cannot single-step all threads in lockstep.
3203 Since thread scheduling is up to your debugging target's operating
3204 system (not controlled by @value{GDBN}), other threads may
3205 execute more than one statement while the current thread completes a
3206 single step. Moreover, in general other threads stop in the middle of a
3207 statement, rather than at a clean statement boundary, when the program
3208 stops.
3209
3210 You might even find your program stopped in another thread after
3211 continuing or even single-stepping. This happens whenever some other
3212 thread runs into a breakpoint, a signal, or an exception before the
3213 first thread completes whatever you requested.
3214 @end ifclear
3215
3216 @node Stack
3217 @chapter Examining the Stack
3218
3219 When your program has stopped, the first thing you need to know is where it
3220 stopped and how it got there.
3221
3222 @cindex call stack
3223 Each time your program performs a function call, information about the call
3224 is generated.
3225 That information includes the location of the call in your program,
3226 the arguments of the call,
3227 and the local variables of the function being called.
3228 The information is saved in a block of data called a @dfn{stack frame}.
3229 The stack frames are allocated in a region of memory called the @dfn{call
3230 stack}.
3231
3232 When your program stops, the @value{GDBN} commands for examining the
3233 stack allow you to see all of this information.
3234
3235 @cindex selected frame
3236 One of the stack frames is @dfn{selected} by @value{GDBN} and many
3237 @value{GDBN} commands refer implicitly to the selected frame. In
3238 particular, whenever you ask @value{GDBN} for the value of a variable in
3239 your program, the value is found in the selected frame. There are
3240 special @value{GDBN} commands to select whichever frame you are
3241 interested in. @xref{Selection, ,Selecting a frame}.
3242
3243 When your program stops, @value{GDBN} automatically selects the
3244 currently executing frame and describes it briefly, similar to the
3245 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3246
3247 @menu
3248 * Frames:: Stack frames
3249 * Backtrace:: Backtraces
3250 * Selection:: Selecting a frame
3251 * Frame Info:: Information on a frame
3252 @ifset MIPS
3253 * MIPS Stack:: MIPS machines and the function stack
3254 @end ifset
3255 @end menu
3256
3257 @node Frames
3258 @section Stack frames
3259
3260 @cindex frame
3261 @cindex stack frame
3262 The call stack is divided up into contiguous pieces called @dfn{stack
3263 frames}, or @dfn{frames} for short; each frame is the data associated
3264 with one call to one function. The frame contains the arguments given
3265 to the function, the function's local variables, and the address at
3266 which the function is executing.
3267
3268 @cindex initial frame
3269 @cindex outermost frame
3270 @cindex innermost frame
3271 When your program is started, the stack has only one frame, that of the
3272 function @code{main}. This is called the @dfn{initial} frame or the
3273 @dfn{outermost} frame. Each time a function is called, a new frame is
3274 made. Each time a function returns, the frame for that function invocation
3275 is eliminated. If a function is recursive, there can be many frames for
3276 the same function. The frame for the function in which execution is
3277 actually occurring is called the @dfn{innermost} frame. This is the most
3278 recently created of all the stack frames that still exist.
3279
3280 @cindex frame pointer
3281 Inside your program, stack frames are identified by their addresses. A
3282 stack frame consists of many bytes, each of which has its own address; each
3283 kind of computer has a convention for choosing one byte whose
3284 address serves as the address of the frame. Usually this address is kept
3285 in a register called the @dfn{frame pointer register} while execution is
3286 going on in that frame.
3287
3288 @cindex frame number
3289 @value{GDBN} assigns numbers to all existing stack frames, starting with
3290 zero for the innermost frame, one for the frame that called it,
3291 and so on upward. These numbers do not really exist in your program;
3292 they are assigned by @value{GDBN} to give you a way of designating stack
3293 frames in @value{GDBN} commands.
3294
3295 @c below produces an acceptable overful hbox. --mew 13aug1993
3296 @cindex frameless execution
3297 Some compilers provide a way to compile functions so that they operate
3298 without stack frames. (For example, the @code{@value{GCC}} option
3299 @samp{-fomit-frame-pointer} generates functions without a frame.)
3300 This is occasionally done with heavily used library functions to save
3301 the frame setup time. @value{GDBN} has limited facilities for dealing
3302 with these function invocations. If the innermost function invocation
3303 has no stack frame, @value{GDBN} nevertheless regards it as though
3304 it had a separate frame, which is numbered zero as usual, allowing
3305 correct tracing of the function call chain. However, @value{GDBN} has
3306 no provision for frameless functions elsewhere in the stack.
3307
3308 @table @code
3309 @kindex frame
3310 @item frame @var{args}
3311 The @code{frame} command allows you to move from one stack frame to another,
3312 and to print the stack frame you select. @var{args} may be either the
3313 address of the frame of the stack frame number. Without an argument,
3314 @code{frame} prints the current stack frame.
3315
3316 @kindex select-frame
3317 @item select-frame
3318 The @code{select-frame} command allows you to move from one stack frame
3319 to another without printing the frame. This is the silent version of
3320 @code{frame}.
3321 @end table
3322
3323 @node Backtrace
3324 @section Backtraces
3325
3326 A backtrace is a summary of how your program got where it is. It shows one
3327 line per frame, for many frames, starting with the currently executing
3328 frame (frame zero), followed by its caller (frame one), and on up the
3329 stack.
3330
3331 @table @code
3332 @kindex backtrace
3333 @kindex bt
3334 @item backtrace
3335 @itemx bt
3336 Print a backtrace of the entire stack: one line per frame for all
3337 frames in the stack.
3338
3339 You can stop the backtrace at any time by typing the system interrupt
3340 character, normally @kbd{C-c}.
3341
3342 @item backtrace @var{n}
3343 @itemx bt @var{n}
3344 Similar, but print only the innermost @var{n} frames.
3345
3346 @item backtrace -@var{n}
3347 @itemx bt -@var{n}
3348 Similar, but print only the outermost @var{n} frames.
3349 @end table
3350
3351 @kindex where
3352 @kindex info stack
3353 @kindex info s
3354 The names @code{where} and @code{info stack} (abbreviated @code{info s})
3355 are additional aliases for @code{backtrace}.
3356
3357 Each line in the backtrace shows the frame number and the function name.
3358 The program counter value is also shown---unless you use @code{set
3359 print address off}. The backtrace also shows the source file name and
3360 line number, as well as the arguments to the function. The program
3361 counter value is omitted if it is at the beginning of the code for that
3362 line number.
3363
3364 Here is an example of a backtrace. It was made with the command
3365 @samp{bt 3}, so it shows the innermost three frames.
3366
3367 @smallexample
3368 @group
3369 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
3370 at builtin.c:993
3371 #1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3372 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3373 at macro.c:71
3374 (More stack frames follow...)
3375 @end group
3376 @end smallexample
3377
3378 @noindent
3379 The display for frame zero does not begin with a program counter
3380 value, indicating that your program has stopped at the beginning of the
3381 code for line @code{993} of @code{builtin.c}.
3382
3383 @node Selection
3384 @section Selecting a frame
3385
3386 Most commands for examining the stack and other data in your program work on
3387 whichever stack frame is selected at the moment. Here are the commands for
3388 selecting a stack frame; all of them finish by printing a brief description
3389 of the stack frame just selected.
3390
3391 @table @code
3392 @kindex frame
3393 @kindex f
3394 @item frame @var{n}
3395 @itemx f @var{n}
3396 Select frame number @var{n}. Recall that frame zero is the innermost
3397 (currently executing) frame, frame one is the frame that called the
3398 innermost one, and so on. The highest-numbered frame is the one for
3399 @code{main}.
3400
3401 @item frame @var{addr}
3402 @itemx f @var{addr}
3403 Select the frame at address @var{addr}. This is useful mainly if the
3404 chaining of stack frames has been damaged by a bug, making it
3405 impossible for @value{GDBN} to assign numbers properly to all frames. In
3406 addition, this can be useful when your program has multiple stacks and
3407 switches between them.
3408
3409 @ifclear H8EXCLUSIVE
3410 On the SPARC architecture, @code{frame} needs two addresses to
3411 select an arbitrary frame: a frame pointer and a stack pointer.
3412
3413 On the MIPS and Alpha architecture, it needs two addresses: a stack
3414 pointer and a program counter.
3415
3416 On the 29k architecture, it needs three addresses: a register stack
3417 pointer, a program counter, and a memory stack pointer.
3418 @c note to future updaters: this is conditioned on a flag
3419 @c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3420 @c as of 27 Jan 1994.
3421 @end ifclear
3422
3423 @kindex up
3424 @item up @var{n}
3425 Move @var{n} frames up the stack. For positive numbers @var{n}, this
3426 advances toward the outermost frame, to higher frame numbers, to frames
3427 that have existed longer. @var{n} defaults to one.
3428
3429 @kindex down
3430 @kindex do
3431 @item down @var{n}
3432 Move @var{n} frames down the stack. For positive numbers @var{n}, this
3433 advances toward the innermost frame, to lower frame numbers, to frames
3434 that were created more recently. @var{n} defaults to one. You may
3435 abbreviate @code{down} as @code{do}.
3436 @end table
3437
3438 All of these commands end by printing two lines of output describing the
3439 frame. The first line shows the frame number, the function name, the
3440 arguments, and the source file and line number of execution in that
3441 frame. The second line shows the text of that source line.
3442
3443 @need 1000
3444 For example:
3445
3446 @smallexample
3447 @group
3448 (@value{GDBP}) up
3449 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
3450 at env.c:10
3451 10 read_input_file (argv[i]);
3452 @end group
3453 @end smallexample
3454
3455 After such a printout, the @code{list} command with no arguments
3456 prints ten lines centered on the point of execution in the frame.
3457 @xref{List, ,Printing source lines}.
3458
3459 @table @code
3460 @kindex down-silently
3461 @kindex up-silently
3462 @item up-silently @var{n}
3463 @itemx down-silently @var{n}
3464 These two commands are variants of @code{up} and @code{down},
3465 respectively; they differ in that they do their work silently, without
3466 causing display of the new frame. They are intended primarily for use
3467 in @value{GDBN} command scripts, where the output might be unnecessary and
3468 distracting.
3469 @end table
3470
3471 @node Frame Info
3472 @section Information about a frame
3473
3474 There are several other commands to print information about the selected
3475 stack frame.
3476
3477 @table @code
3478 @item frame
3479 @itemx f
3480 When used without any argument, this command does not change which
3481 frame is selected, but prints a brief description of the currently
3482 selected stack frame. It can be abbreviated @code{f}. With an
3483 argument, this command is used to select a stack frame.
3484 @xref{Selection, ,Selecting a frame}.
3485
3486 @kindex info frame
3487 @kindex info f
3488 @item info frame
3489 @itemx info f
3490 This command prints a verbose description of the selected stack frame,
3491 including:
3492
3493 @itemize @bullet
3494 @item
3495 the address of the frame
3496 @item
3497 the address of the next frame down (called by this frame)
3498 @item
3499 the address of the next frame up (caller of this frame)
3500 @item
3501 the language in which the source code corresponding to this frame is written
3502 @item
3503 the address of the frame's arguments
3504 @item
3505 the program counter saved in it (the address of execution in the caller frame)
3506 @item
3507 which registers were saved in the frame
3508 @end itemize
3509
3510 @noindent The verbose description is useful when
3511 something has gone wrong that has made the stack format fail to fit
3512 the usual conventions.
3513
3514 @item info frame @var{addr}
3515 @itemx info f @var{addr}
3516 Print a verbose description of the frame at address @var{addr}, without
3517 selecting that frame. The selected frame remains unchanged by this
3518 command. This requires the same kind of address (more than one for some
3519 architectures) that you specify in the @code{frame} command.
3520 @xref{Selection, ,Selecting a frame}.
3521
3522 @kindex info args
3523 @item info args
3524 Print the arguments of the selected frame, each on a separate line.
3525
3526 @item info locals
3527 @kindex info locals
3528 Print the local variables of the selected frame, each on a separate
3529 line. These are all variables (declared either static or automatic)
3530 accessible at the point of execution of the selected frame.
3531
3532 @ifclear CONLY
3533 @kindex info catch
3534 @cindex catch exceptions
3535 @cindex exception handlers
3536 @item info catch
3537 Print a list of all the exception handlers that are active in the
3538 current stack frame at the current point of execution. To see other
3539 exception handlers, visit the associated frame (using the @code{up},
3540 @code{down}, or @code{frame} commands); then type @code{info catch}.
3541 @xref{Exception Handling, ,Breakpoints and exceptions}.
3542 @end ifclear
3543 @end table
3544
3545 @ifset MIPS
3546 @node MIPS Stack
3547 @section MIPS machines and the function stack
3548
3549 @cindex stack on MIPS
3550 @cindex MIPS stack
3551 MIPS based computers use an unusual stack frame, which sometimes
3552 requires @value{GDBN} to search backward in the object code to find the
3553 beginning of a function.
3554
3555 @cindex response time, MIPS debugging
3556 To improve response time (especially for embedded applications, where
3557 @value{GDBN} may be restricted to a slow serial line for this search)
3558 you may want to limit the size of this search, using one of these
3559 commands:
3560
3561 @table @code
3562 @cindex @code{heuristic-fence-post} (MIPS)
3563 @item set heuristic-fence-post @var{limit}
3564 Restrict @value{GDBN} to examining at most @var{limit} bytes in its search
3565 for the beginning of a function. A value of @var{0} (the default)
3566 means there is no limit. However, except for @var{0}, the larger the
3567 limit the more bytes @code{heuristic-fence-post} must search and
3568 therefore the longer it takes to run.
3569
3570 @item show heuristic-fence-post
3571 Display the current limit.
3572 @end table
3573
3574 @noindent
3575 These commands are available @emph{only} when @value{GDBN} is configured
3576 for debugging programs on MIPS processors.
3577 @end ifset
3578
3579 @node Source
3580 @chapter Examining Source Files
3581
3582 @value{GDBN} can print parts of your program's source, since the debugging
3583 information recorded in the program tells @value{GDBN} what source files were
3584 used to build it. When your program stops, @value{GDBN} spontaneously prints
3585 the line where it stopped. Likewise, when you select a stack frame
3586 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
3587 execution in that frame has stopped. You can print other portions of
3588 source files by explicit command.
3589
3590 @ifclear DOSHOST
3591 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may prefer
3592 to use
3593 Emacs facilities to view source; @pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}.
3594 @end ifclear
3595
3596 @menu
3597 * List:: Printing source lines
3598 @ifclear DOSHOST
3599 * Search:: Searching source files
3600 @end ifclear
3601
3602 * Source Path:: Specifying source directories
3603 * Machine Code:: Source and machine code
3604 @end menu
3605
3606 @node List
3607 @section Printing source lines
3608
3609 @kindex list
3610 @kindex l
3611 To print lines from a source file, use the @code{list} command
3612 (abbreviated @code{l}). By default, ten lines are printed.
3613 There are several ways to specify what part of the file you want to print.
3614
3615 Here are the forms of the @code{list} command most commonly used:
3616
3617 @table @code
3618 @item list @var{linenum}
3619 Print lines centered around line number @var{linenum} in the
3620 current source file.
3621
3622 @item list @var{function}
3623 Print lines centered around the beginning of function
3624 @var{function}.
3625
3626 @item list
3627 Print more lines. If the last lines printed were printed with a
3628 @code{list} command, this prints lines following the last lines
3629 printed; however, if the last line printed was a solitary line printed
3630 as part of displaying a stack frame (@pxref{Stack, ,Examining the
3631 Stack}), this prints lines centered around that line.
3632
3633 @item list -
3634 Print lines just before the lines last printed.
3635 @end table
3636
3637 By default, @value{GDBN} prints ten source lines with any of these forms of
3638 the @code{list} command. You can change this using @code{set listsize}:
3639
3640 @table @code
3641 @kindex set listsize
3642 @item set listsize @var{count}
3643 Make the @code{list} command display @var{count} source lines (unless
3644 the @code{list} argument explicitly specifies some other number).
3645
3646 @kindex show listsize
3647 @item show listsize
3648 Display the number of lines that @code{list} prints.
3649 @end table
3650
3651 Repeating a @code{list} command with @key{RET} discards the argument,
3652 so it is equivalent to typing just @code{list}. This is more useful
3653 than listing the same lines again. An exception is made for an
3654 argument of @samp{-}; that argument is preserved in repetition so that
3655 each repetition moves up in the source file.
3656
3657 @cindex linespec
3658 In general, the @code{list} command expects you to supply zero, one or two
3659 @dfn{linespecs}. Linespecs specify source lines; there are several ways
3660 of writing them but the effect is always to specify some source line.
3661 Here is a complete description of the possible arguments for @code{list}:
3662
3663 @table @code
3664 @item list @var{linespec}
3665 Print lines centered around the line specified by @var{linespec}.
3666
3667 @item list @var{first},@var{last}
3668 Print lines from @var{first} to @var{last}. Both arguments are
3669 linespecs.
3670
3671 @item list ,@var{last}
3672 Print lines ending with @var{last}.
3673
3674 @item list @var{first},
3675 Print lines starting with @var{first}.
3676
3677 @item list +
3678 Print lines just after the lines last printed.
3679
3680 @item list -
3681 Print lines just before the lines last printed.
3682
3683 @item list
3684 As described in the preceding table.
3685 @end table
3686
3687 Here are the ways of specifying a single source line---all the
3688 kinds of linespec.
3689
3690 @table @code
3691 @item @var{number}
3692 Specifies line @var{number} of the current source file.
3693 When a @code{list} command has two linespecs, this refers to
3694 the same source file as the first linespec.
3695
3696 @item +@var{offset}
3697 Specifies the line @var{offset} lines after the last line printed.
3698 When used as the second linespec in a @code{list} command that has
3699 two, this specifies the line @var{offset} lines down from the
3700 first linespec.
3701
3702 @item -@var{offset}
3703 Specifies the line @var{offset} lines before the last line printed.
3704
3705 @item @var{filename}:@var{number}
3706 Specifies line @var{number} in the source file @var{filename}.
3707
3708 @item @var{function}
3709 Specifies the line that begins the body of the function @var{function}.
3710 For example: in C, this is the line with the open brace.
3711
3712 @item @var{filename}:@var{function}
3713 Specifies the line of the open-brace that begins the body of the
3714 function @var{function} in the file @var{filename}. You only need the
3715 file name with a function name to avoid ambiguity when there are
3716 identically named functions in different source files.
3717
3718 @item *@var{address}
3719 Specifies the line containing the program address @var{address}.
3720 @var{address} may be any expression.
3721 @end table
3722
3723 @ifclear DOSHOST
3724 @node Search
3725 @section Searching source files
3726 @cindex searching
3727 @kindex reverse-search
3728
3729 There are two commands for searching through the current source file for a
3730 regular expression.
3731
3732 @table @code
3733 @kindex search
3734 @kindex forward-search
3735 @item forward-search @var{regexp}
3736 @itemx search @var{regexp}
3737 The command @samp{forward-search @var{regexp}} checks each line,
3738 starting with the one following the last line listed, for a match for
3739 @var{regexp}. It lists the line that is found. You can use the
3740 synonym @samp{search @var{regexp}} or abbreviate the command name as
3741 @code{fo}.
3742
3743 @item reverse-search @var{regexp}
3744 The command @samp{reverse-search @var{regexp}} checks each line, starting
3745 with the one before the last line listed and going backward, for a match
3746 for @var{regexp}. It lists the line that is found. You can abbreviate
3747 this command as @code{rev}.
3748 @end table
3749 @end ifclear
3750
3751 @node Source Path
3752 @section Specifying source directories
3753
3754 @cindex source path
3755 @cindex directories for source files
3756 Executable programs sometimes do not record the directories of the source
3757 files from which they were compiled, just the names. Even when they do,
3758 the directories could be moved between the compilation and your debugging
3759 session. @value{GDBN} has a list of directories to search for source files;
3760 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
3761 it tries all the directories in the list, in the order they are present
3762 in the list, until it finds a file with the desired name. Note that
3763 the executable search path is @emph{not} used for this purpose. Neither is
3764 the current working directory, unless it happens to be in the source
3765 path.
3766
3767 If @value{GDBN} cannot find a source file in the source path, and the
3768 object program records a directory, @value{GDBN} tries that directory
3769 too. If the source path is empty, and there is no record of the
3770 compilation directory, @value{GDBN} looks in the current directory as a
3771 last resort.
3772
3773 Whenever you reset or rearrange the source path, @value{GDBN} clears out
3774 any information it has cached about where source files are found and where
3775 each line is in the file.
3776
3777 @kindex directory
3778 @kindex dir
3779 When you start @value{GDBN}, its source path is empty.
3780 To add other directories, use the @code{directory} command.
3781
3782 @table @code
3783 @item directory @var{dirname} @dots{}
3784 @item dir @var{dirname} @dots{}
3785 Add directory @var{dirname} to the front of the source path. Several
3786 directory names may be given to this command, separated by @samp{:} or
3787 whitespace. You may specify a directory that is already in the source
3788 path; this moves it forward, so @value{GDBN} searches it sooner.
3789
3790 @kindex cdir
3791 @kindex cwd
3792 @kindex $cdir
3793 @kindex $cwd
3794 @cindex compilation directory
3795 @cindex current directory
3796 @cindex working directory
3797 @cindex directory, current
3798 @cindex directory, compilation
3799 You can use the string @samp{$cdir} to refer to the compilation
3800 directory (if one is recorded), and @samp{$cwd} to refer to the current
3801 working directory. @samp{$cwd} is not the same as @samp{.}---the former
3802 tracks the current working directory as it changes during your @value{GDBN}
3803 session, while the latter is immediately expanded to the current
3804 directory at the time you add an entry to the source path.
3805
3806 @item directory
3807 Reset the source path to empty again. This requires confirmation.
3808
3809 @c RET-repeat for @code{directory} is explicitly disabled, but since
3810 @c repeating it would be a no-op we do not say that. (thanks to RMS)
3811
3812 @item show directories
3813 @kindex show directories
3814 Print the source path: show which directories it contains.
3815 @end table
3816
3817 If your source path is cluttered with directories that are no longer of
3818 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
3819 versions of source. You can correct the situation as follows:
3820
3821 @enumerate
3822 @item
3823 Use @code{directory} with no argument to reset the source path to empty.
3824
3825 @item
3826 Use @code{directory} with suitable arguments to reinstall the
3827 directories you want in the source path. You can add all the
3828 directories in one command.
3829 @end enumerate
3830
3831 @node Machine Code
3832 @section Source and machine code
3833
3834 You can use the command @code{info line} to map source lines to program
3835 addresses (and vice versa), and the command @code{disassemble} to display
3836 a range of addresses as machine instructions. When run under @sc{gnu} Emacs
3837 mode, the @code{info line} command now causes the arrow to point to the
3838 line specified. Also, @code{info line} prints addresses in symbolic form as
3839 well as hex.
3840
3841 @table @code
3842 @kindex info line
3843 @item info line @var{linespec}
3844 Print the starting and ending addresses of the compiled code for
3845 source line @var{linespec}. You can specify source lines in any of
3846 the ways understood by the @code{list} command (@pxref{List, ,Printing
3847 source lines}).
3848 @end table
3849
3850 For example, we can use @code{info line} to discover the location of
3851 the object code for the first line of function
3852 @code{m4_changequote}:
3853
3854 @smallexample
3855 (@value{GDBP}) info line m4_changecom
3856 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
3857 @end smallexample
3858
3859 @noindent
3860 We can also inquire (using @code{*@var{addr}} as the form for
3861 @var{linespec}) what source line covers a particular address:
3862 @smallexample
3863 (@value{GDBP}) info line *0x63ff
3864 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
3865 @end smallexample
3866
3867 @cindex @code{$_} and @code{info line}
3868 After @code{info line}, the default address for the @code{x} command
3869 is changed to the starting address of the line, so that @samp{x/i} is
3870 sufficient to begin examining the machine code (@pxref{Memory,
3871 ,Examining memory}). Also, this address is saved as the value of the
3872 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
3873 variables}).
3874
3875 @table @code
3876 @kindex disassemble
3877 @cindex assembly instructions
3878 @cindex instructions, assembly
3879 @cindex machine instructions
3880 @cindex listing machine instructions
3881 @item disassemble
3882 This specialized command dumps a range of memory as machine
3883 instructions. The default memory range is the function surrounding the
3884 program counter of the selected frame. A single argument to this
3885 command is a program counter value; @value{GDBN} dumps the function
3886 surrounding this value. Two arguments specify a range of addresses
3887 (first inclusive, second exclusive) to dump.
3888 @end table
3889
3890 @ifclear H8EXCLUSIVE
3891 We can use @code{disassemble} to inspect the object code
3892 range shown in the last @code{info line} example (the example
3893 shows SPARC machine instructions):
3894
3895
3896 @smallexample
3897 (@value{GDBP}) disas 0x63e4 0x6404
3898 Dump of assembler code from 0x63e4 to 0x6404:
3899 0x63e4 <builtin_init+5340>: ble 0x63f8 <builtin_init+5360>
3900 0x63e8 <builtin_init+5344>: sethi %hi(0x4c00), %o0
3901 0x63ec <builtin_init+5348>: ld [%i1+4], %o0
3902 0x63f0 <builtin_init+5352>: b 0x63fc <builtin_init+5364>
3903 0x63f4 <builtin_init+5356>: ld [%o0+4], %o0
3904 0x63f8 <builtin_init+5360>: or %o0, 0x1a4, %o0
3905 0x63fc <builtin_init+5364>: call 0x9288 <path_search>
3906 0x6400 <builtin_init+5368>: nop
3907 End of assembler dump.
3908 @end smallexample
3909 @end ifclear
3910
3911 @ifset H8EXCLUSIVE
3912 For example, here is the beginning of the output for the
3913 disassembly of a function @code{fact}:
3914
3915
3916 @smallexample
3917 (@value{GDBP}) disas fact
3918 Dump of assembler code for function fact:
3919 to 0x808c:
3920 0x802c <fact>: 6d f2 mov.w r2,@@-r7
3921 0x802e <fact+2>: 6d f3 mov.w r3,@@-r7
3922 0x8030 <fact+4>: 6d f6 mov.w r6,@@-r7
3923 0x8032 <fact+6>: 0d 76 mov.w r7,r6
3924 0x8034 <fact+8>: 6f 70 00 08 mov.w @@(0x8,r7),r0
3925 0x8038 <fact+12> 19 11 sub.w r1,r1
3926 .
3927 .
3928 .
3929 @end smallexample
3930 @end ifset
3931
3932 @node Data
3933 @chapter Examining Data
3934
3935 @cindex printing data
3936 @cindex examining data
3937 @kindex print
3938 @kindex inspect
3939 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
3940 @c document because it is nonstandard... Under Epoch it displays in a
3941 @c different window or something like that.
3942 The usual way to examine data in your program is with the @code{print}
3943 command (abbreviated @code{p}), or its synonym @code{inspect}.
3944 @ifclear CONLY
3945 It evaluates and prints the value of an expression of the language your
3946 program is written in (@pxref{Languages, ,Using @value{GDBN} with Different
3947 Languages}).
3948 @end ifclear
3949
3950 @table @code
3951 @item print @var{exp}
3952 @itemx print /@var{f} @var{exp}
3953 @var{exp} is an expression (in the source language). By default the
3954 value of @var{exp} is printed in a format appropriate to its data type;
3955 you can choose a different format by specifying @samp{/@var{f}}, where
3956 @var{f} is a letter specifying the format; @pxref{Output Formats,,Output
3957 formats}.
3958
3959 @item print
3960 @itemx print /@var{f}
3961 If you omit @var{exp}, @value{GDBN} displays the last value again (from the
3962 @dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
3963 conveniently inspect the same value in an alternative format.
3964 @end table
3965
3966 A more low-level way of examining data is with the @code{x} command.
3967 It examines data in memory at a specified address and prints it in a
3968 specified format. @xref{Memory, ,Examining memory}.
3969
3970 If you are interested in information about types, or about how the fields
3971 of a struct
3972 @ifclear CONLY
3973 or class
3974 @end ifclear
3975 are declared, use the @code{ptype @var{exp}}
3976 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol Table}.
3977
3978 @menu
3979 * Expressions:: Expressions
3980 * Variables:: Program variables
3981 * Arrays:: Artificial arrays
3982 * Output Formats:: Output formats
3983 * Memory:: Examining memory
3984 * Auto Display:: Automatic display
3985 * Print Settings:: Print settings
3986 * Value History:: Value history
3987 * Convenience Vars:: Convenience variables
3988 * Registers:: Registers
3989 @ifclear HAVE-FLOAT
3990 * Floating Point Hardware:: Floating point hardware
3991 @end ifclear
3992 @end menu
3993
3994 @node Expressions
3995 @section Expressions
3996
3997 @cindex expressions
3998 @code{print} and many other @value{GDBN} commands accept an expression and
3999 compute its value. Any kind of constant, variable or operator defined
4000 by the programming language you are using is valid in an expression in
4001 @value{GDBN}. This includes conditional expressions, function calls, casts
4002 and string constants. It unfortunately does not include symbols defined
4003 by preprocessor @code{#define} commands.
4004
4005 @value{GDBN} now supports array constants in expressions input by
4006 the user. The syntax is @var{@{element, element@dots{}@}}. For example,
4007 you can now use the command @code{print @{1, 2, 3@}} to build up an array in
4008 memory that is malloc'd in the target program.
4009
4010 @ifclear CONLY
4011 Because C is so widespread, most of the expressions shown in examples in
4012 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4013 Languages}, for information on how to use expressions in other
4014 languages.
4015
4016 In this section, we discuss operators that you can use in @value{GDBN}
4017 expressions regardless of your programming language.
4018
4019 Casts are supported in all languages, not just in C, because it is so
4020 useful to cast a number into a pointer in order to examine a structure
4021 at that address in memory.
4022 @c FIXME: casts supported---Mod2 true?
4023 @end ifclear
4024
4025 @value{GDBN} supports these operators, in addition to those common
4026 to programming languages:
4027
4028 @table @code
4029 @item @@
4030 @samp{@@} is a binary operator for treating parts of memory as arrays.
4031 @xref{Arrays, ,Artificial arrays}, for more information.
4032
4033 @item ::
4034 @samp{::} allows you to specify a variable in terms of the file or
4035 function where it is defined. @xref{Variables, ,Program variables}.
4036
4037 @cindex @{@var{type}@}
4038 @cindex type casting memory
4039 @cindex memory, viewing as typed object
4040 @cindex casts, to view memory
4041 @item @{@var{type}@} @var{addr}
4042 Refers to an object of type @var{type} stored at address @var{addr} in
4043 memory. @var{addr} may be any expression whose value is an integer or
4044 pointer (but parentheses are required around binary operators, just as in
4045 a cast). This construct is allowed regardless of what kind of data is
4046 normally supposed to reside at @var{addr}.
4047 @end table
4048
4049 @node Variables
4050 @section Program variables
4051
4052 The most common kind of expression to use is the name of a variable
4053 in your program.
4054
4055 Variables in expressions are understood in the selected stack frame
4056 (@pxref{Selection, ,Selecting a frame}); they must be either:
4057
4058 @itemize @bullet
4059 @item
4060 global (or static)
4061 @end itemize
4062
4063 @noindent or
4064
4065 @itemize @bullet
4066 @item
4067 visible according to the scope rules of the
4068 programming language from the point of execution in that frame
4069 @end itemize
4070
4071 @noindent This means that in the function
4072
4073 @example
4074 foo (a)
4075 int a;
4076 @{
4077 bar (a);
4078 @{
4079 int b = test ();
4080 bar (b);
4081 @}
4082 @}
4083 @end example
4084
4085 @noindent
4086 you can examine and use the variable @code{a} whenever your program is
4087 executing within the function @code{foo}, but you can only use or
4088 examine the variable @code{b} while your program is executing inside
4089 the block where @code{b} is declared.
4090
4091 @cindex variable name conflict
4092 There is an exception: you can refer to a variable or function whose
4093 scope is a single source file even if the current execution point is not
4094 in this file. But it is possible to have more than one such variable or
4095 function with the same name (in different source files). If that
4096 happens, referring to that name has unpredictable effects. If you wish,
4097 you can specify a static variable in a particular function or file,
4098 using the colon-colon notation:
4099
4100 @cindex colon-colon
4101 @iftex
4102 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
4103 @kindex ::
4104 @end iftex
4105 @example
4106 @var{file}::@var{variable}
4107 @var{function}::@var{variable}
4108 @end example
4109
4110 @noindent
4111 Here @var{file} or @var{function} is the name of the context for the
4112 static @var{variable}. In the case of file names, you can use quotes to
4113 make sure @value{GDBN} parses the file name as a single word---for example,
4114 to print a global value of @code{x} defined in @file{f2.c}:
4115
4116 @example
4117 (@value{GDBP}) p 'f2.c'::x
4118 @end example
4119
4120 @ifclear CONLY
4121 @cindex C++ scope resolution
4122 This use of @samp{::} is very rarely in conflict with the very similar
4123 use of the same notation in C++. @value{GDBN} also supports use of the C++
4124 scope resolution operator in @value{GDBN} expressions.
4125 @c FIXME: Um, so what happens in one of those rare cases where it's in
4126 @c conflict?? --mew
4127 @end ifclear
4128
4129 @cindex wrong values
4130 @cindex variable values, wrong
4131 @quotation
4132 @emph{Warning:} Occasionally, a local variable may appear to have the
4133 wrong value at certain points in a function---just after entry to a new
4134 scope, and just before exit.
4135 @end quotation
4136 You may see this problem when you are stepping by machine instructions.
4137 This is because, on most machines, it takes more than one instruction to
4138 set up a stack frame (including local variable definitions); if you are
4139 stepping by machine instructions, variables may appear to have the wrong
4140 values until the stack frame is completely built. On exit, it usually
4141 also takes more than one machine instruction to destroy a stack frame;
4142 after you begin stepping through that group of instructions, local
4143 variable definitions may be gone.
4144
4145 @node Arrays
4146 @section Artificial arrays
4147
4148 @cindex artificial array
4149 @kindex @@
4150 It is often useful to print out several successive objects of the
4151 same type in memory; a section of an array, or an array of
4152 dynamically determined size for which only a pointer exists in the
4153 program.
4154
4155 You can do this by referring to a contiguous span of memory as an
4156 @dfn{artificial array}, using the binary operator @samp{@@}. The left
4157 operand of @samp{@@} should be the first element of the desired array
4158 and be an individual object. The right operand should be the desired length
4159 of the array. The result is an array value whose elements are all of
4160 the type of the left argument. The first element is actually the left
4161 argument; the second element comes from bytes of memory immediately
4162 following those that hold the first element, and so on. Here is an
4163 example. If a program says
4164
4165 @example
4166 int *array = (int *) malloc (len * sizeof (int));
4167 @end example
4168
4169 @noindent
4170 you can print the contents of @code{array} with
4171
4172 @example
4173 p *array@@len
4174 @end example
4175
4176 The left operand of @samp{@@} must reside in memory. Array values made
4177 with @samp{@@} in this way behave just like other arrays in terms of
4178 subscripting, and are coerced to pointers when used in expressions.
4179 Artificial arrays most often appear in expressions via the value history
4180 (@pxref{Value History, ,Value history}), after printing one out.
4181
4182 Another way to create an artificial array is to use a cast.
4183 This re-interprets a value as if it were an array.
4184 The value need not be in memory:
4185 @example
4186 (@value{GDBP}) p/x (short[2])0x12345678
4187 $1 = @{0x1234, 0x5678@}
4188 @end example
4189
4190 As a convenience, if you leave the array length out (as in
4191 @samp{(@var{type})[])@var{value}}) gdb calculates the size to fill
4192 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
4193 @example
4194 (@value{GDBP}) p/x (short[])0x12345678
4195 $2 = @{0x1234, 0x5678@}
4196 @end example
4197
4198 Sometimes the artificial array mechanism is not quite enough; in
4199 moderately complex data structures, the elements of interest may not
4200 actually be adjacent---for example, if you are interested in the values
4201 of pointers in an array. One useful work-around in this situation is
4202 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4203 variables}) as a counter in an expression that prints the first
4204 interesting value, and then repeat that expression via @key{RET}. For
4205 instance, suppose you have an array @code{dtab} of pointers to
4206 structures, and you are interested in the values of a field @code{fv}
4207 in each structure. Here is an example of what you might type:
4208
4209 @example
4210 set $i = 0
4211 p dtab[$i++]->fv
4212 @key{RET}
4213 @key{RET}
4214 @dots{}
4215 @end example
4216
4217 @node Output Formats
4218 @section Output formats
4219
4220 @cindex formatted output
4221 @cindex output formats
4222 By default, @value{GDBN} prints a value according to its data type. Sometimes
4223 this is not what you want. For example, you might want to print a number
4224 in hex, or a pointer in decimal. Or you might want to view data in memory
4225 at a certain address as a character string or as an instruction. To do
4226 these things, specify an @dfn{output format} when you print a value.
4227
4228 The simplest use of output formats is to say how to print a value
4229 already computed. This is done by starting the arguments of the
4230 @code{print} command with a slash and a format letter. The format
4231 letters supported are:
4232
4233 @table @code
4234 @item x
4235 Regard the bits of the value as an integer, and print the integer in
4236 hexadecimal.
4237
4238 @item d
4239 Print as integer in signed decimal.
4240
4241 @item u
4242 Print as integer in unsigned decimal.
4243
4244 @item o
4245 Print as integer in octal.
4246
4247 @item t
4248 Print as integer in binary. The letter @samp{t} stands for ``two''.
4249 @footnote{@samp{b} cannot be used because these format letters are also
4250 used with the @code{x} command, where @samp{b} stands for ``byte'';
4251 @pxref{Memory,,Examining memory}.}
4252
4253 @item a
4254 @cindex unknown address, locating
4255 Print as an address, both absolute in hexadecimal and as an offset from
4256 the nearest preceding symbol. You can use this format used to discover
4257 where (in what function) an unknown address is located:
4258
4259 @example
4260 (@value{GDBP}) p/a 0x54320
4261 $3 = 0x54320 <_initialize_vx+396>
4262 @end example
4263
4264 @item c
4265 Regard as an integer and print it as a character constant.
4266
4267 @item f
4268 Regard the bits of the value as a floating point number and print
4269 using typical floating point syntax.
4270 @end table
4271
4272 For example, to print the program counter in hex (@pxref{Registers}), type
4273
4274 @example
4275 p/x $pc
4276 @end example
4277
4278 @noindent
4279 Note that no space is required before the slash; this is because command
4280 names in @value{GDBN} cannot contain a slash.
4281
4282 To reprint the last value in the value history with a different format,
4283 you can use the @code{print} command with just a format and no
4284 expression. For example, @samp{p/x} reprints the last value in hex.
4285
4286 @node Memory
4287 @section Examining memory
4288
4289 You can use the command @code{x} (for ``examine'') to examine memory in
4290 any of several formats, independently of your program's data types.
4291
4292 @cindex examining memory
4293 @table @code
4294 @kindex x
4295 @item x/@var{nfu} @var{addr}
4296 @itemx x @var{addr}
4297 @itemx x
4298 Use the @code{x} command to examine memory.
4299 @end table
4300
4301 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4302 much memory to display and how to format it; @var{addr} is an
4303 expression giving the address where you want to start displaying memory.
4304 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4305 Several commands set convenient defaults for @var{addr}.
4306
4307 @table @r
4308 @item @var{n}, the repeat count
4309 The repeat count is a decimal integer; the default is 1. It specifies
4310 how much memory (counting by units @var{u}) to display.
4311 @c This really is **decimal**; unaffected by 'set radix' as of GDB
4312 @c 4.1.2.
4313
4314 @item @var{f}, the display format
4315 The display format is one of the formats used by @code{print},
4316 @samp{s} (null-terminated string), or @samp{i} (machine instruction).
4317 The default is @samp{x} (hexadecimal) initially.
4318 The default changes each time you use either @code{x} or @code{print}.
4319
4320 @item @var{u}, the unit size
4321 The unit size is any of
4322
4323 @table @code
4324 @item b
4325 Bytes.
4326 @item h
4327 Halfwords (two bytes).
4328 @item w
4329 Words (four bytes). This is the initial default.
4330 @item g
4331 Giant words (eight bytes).
4332 @end table
4333
4334 Each time you specify a unit size with @code{x}, that size becomes the
4335 default unit the next time you use @code{x}. (For the @samp{s} and
4336 @samp{i} formats, the unit size is ignored and is normally not written.)
4337
4338 @item @var{addr}, starting display address
4339 @var{addr} is the address where you want @value{GDBN} to begin displaying
4340 memory. The expression need not have a pointer value (though it may);
4341 it is always interpreted as an integer address of a byte of memory.
4342 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
4343 @var{addr} is usually just after the last address examined---but several
4344 other commands also set the default address: @code{info breakpoints} (to
4345 the address of the last breakpoint listed), @code{info line} (to the
4346 starting address of a line), and @code{print} (if you use it to display
4347 a value from memory).
4348 @end table
4349
4350 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4351 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4352 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4353 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
4354 @pxref{Registers}) in hexadecimal (@samp{x}).
4355
4356 Since the letters indicating unit sizes are all distinct from the
4357 letters specifying output formats, you do not have to remember whether
4358 unit size or format comes first; either order works. The output
4359 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4360 (However, the count @var{n} must come first; @samp{wx4} does not work.)
4361
4362 Even though the unit size @var{u} is ignored for the formats @samp{s}
4363 and @samp{i}, you might still want to use a count @var{n}; for example,
4364 @samp{3i} specifies that you want to see three machine instructions,
4365 including any operands. The command @code{disassemble} gives an
4366 alternative way of inspecting machine instructions; @pxref{Machine
4367 Code,,Source and machine code}.
4368
4369 All the defaults for the arguments to @code{x} are designed to make it
4370 easy to continue scanning memory with minimal specifications each time
4371 you use @code{x}. For example, after you have inspected three machine
4372 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4373 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4374 the repeat count @var{n} is used again; the other arguments default as
4375 for successive uses of @code{x}.
4376
4377 @cindex @code{$_}, @code{$__}, and value history
4378 The addresses and contents printed by the @code{x} command are not saved
4379 in the value history because there is often too much of them and they
4380 would get in the way. Instead, @value{GDBN} makes these values available for
4381 subsequent use in expressions as values of the convenience variables
4382 @code{$_} and @code{$__}. After an @code{x} command, the last address
4383 examined is available for use in expressions in the convenience variable
4384 @code{$_}. The contents of that address, as examined, are available in
4385 the convenience variable @code{$__}.
4386
4387 If the @code{x} command has a repeat count, the address and contents saved
4388 are from the last memory unit printed; this is not the same as the last
4389 address printed if several units were printed on the last line of output.
4390
4391 @node Auto Display
4392 @section Automatic display
4393 @cindex automatic display
4394 @cindex display of expressions
4395
4396 If you find that you want to print the value of an expression frequently
4397 (to see how it changes), you might want to add it to the @dfn{automatic
4398 display list} so that @value{GDBN} prints its value each time your program stops.
4399 Each expression added to the list is given a number to identify it;
4400 to remove an expression from the list, you specify that number.
4401 The automatic display looks like this:
4402
4403 @example
4404 2: foo = 38
4405 3: bar[5] = (struct hack *) 0x3804
4406 @end example
4407
4408 @noindent
4409 This display shows item numbers, expressions and their current values. As with
4410 displays you request manually using @code{x} or @code{print}, you can
4411 specify the output format you prefer; in fact, @code{display} decides
4412 whether to use @code{print} or @code{x} depending on how elaborate your
4413 format specification is---it uses @code{x} if you specify a unit size,
4414 or one of the two formats (@samp{i} and @samp{s}) that are only
4415 supported by @code{x}; otherwise it uses @code{print}.
4416
4417 @table @code
4418 @kindex display
4419 @item display @var{exp}
4420 Add the expression @var{exp} to the list of expressions to display
4421 each time your program stops. @xref{Expressions, ,Expressions}.
4422
4423 @code{display} does not repeat if you press @key{RET} again after using it.
4424
4425 @item display/@var{fmt} @var{exp}
4426 For @var{fmt} specifying only a display format and not a size or
4427 count, add the expression @var{exp} to the auto-display list but
4428 arrange to display it each time in the specified format @var{fmt}.
4429 @xref{Output Formats,,Output formats}.
4430
4431 @item display/@var{fmt} @var{addr}
4432 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
4433 number of units, add the expression @var{addr} as a memory address to
4434 be examined each time your program stops. Examining means in effect
4435 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
4436 @end table
4437
4438 For example, @samp{display/i $pc} can be helpful, to see the machine
4439 instruction about to be executed each time execution stops (@samp{$pc}
4440 is a common name for the program counter; @pxref{Registers}).
4441
4442 @table @code
4443 @kindex delete display
4444 @kindex undisplay
4445 @item undisplay @var{dnums}@dots{}
4446 @itemx delete display @var{dnums}@dots{}
4447 Remove item numbers @var{dnums} from the list of expressions to display.
4448
4449 @code{undisplay} does not repeat if you press @key{RET} after using it.
4450 (Otherwise you would just get the error @samp{No display number @dots{}}.)
4451
4452 @kindex disable display
4453 @item disable display @var{dnums}@dots{}
4454 Disable the display of item numbers @var{dnums}. A disabled display
4455 item is not printed automatically, but is not forgotten. It may be
4456 enabled again later.
4457
4458 @kindex enable display
4459 @item enable display @var{dnums}@dots{}
4460 Enable display of item numbers @var{dnums}. It becomes effective once
4461 again in auto display of its expression, until you specify otherwise.
4462
4463 @item display
4464 Display the current values of the expressions on the list, just as is
4465 done when your program stops.
4466
4467 @kindex info display
4468 @item info display
4469 Print the list of expressions previously set up to display
4470 automatically, each one with its item number, but without showing the
4471 values. This includes disabled expressions, which are marked as such.
4472 It also includes expressions which would not be displayed right now
4473 because they refer to automatic variables not currently available.
4474 @end table
4475
4476 If a display expression refers to local variables, then it does not make
4477 sense outside the lexical context for which it was set up. Such an
4478 expression is disabled when execution enters a context where one of its
4479 variables is not defined. For example, if you give the command
4480 @code{display last_char} while inside a function with an argument
4481 @code{last_char}, @value{GDBN} displays this argument while your program
4482 continues to stop inside that function. When it stops elsewhere---where
4483 there is no variable @code{last_char}---the display is disabled
4484 automatically. The next time your program stops where @code{last_char}
4485 is meaningful, you can enable the display expression once again.
4486
4487 @node Print Settings
4488 @section Print settings
4489
4490 @cindex format options
4491 @cindex print settings
4492 @value{GDBN} provides the following ways to control how arrays, structures,
4493 and symbols are printed.
4494
4495 @noindent
4496 These settings are useful for debugging programs in any language:
4497
4498 @table @code
4499 @kindex set print address
4500 @item set print address
4501 @itemx set print address on
4502 @value{GDBN} prints memory addresses showing the location of stack
4503 traces, structure values, pointer values, breakpoints, and so forth,
4504 even when it also displays the contents of those addresses. The default
4505 is @code{on}. For example, this is what a stack frame display looks like with
4506 @code{set print address on}:
4507
4508 @smallexample
4509 @group
4510 (@value{GDBP}) f
4511 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
4512 at input.c:530
4513 530 if (lquote != def_lquote)
4514 @end group
4515 @end smallexample
4516
4517 @item set print address off
4518 Do not print addresses when displaying their contents. For example,
4519 this is the same stack frame displayed with @code{set print address off}:
4520
4521 @smallexample
4522 @group
4523 (@value{GDBP}) set print addr off
4524 (@value{GDBP}) f
4525 #0 set_quotes (lq="<<", rq=">>") at input.c:530
4526 530 if (lquote != def_lquote)
4527 @end group
4528 @end smallexample
4529
4530 You can use @samp{set print address off} to eliminate all machine
4531 dependent displays from the @value{GDBN} interface. For example, with
4532 @code{print address off}, you should get the same text for backtraces on
4533 all machines---whether or not they involve pointer arguments.
4534
4535 @kindex show print address
4536 @item show print address
4537 Show whether or not addresses are to be printed.
4538 @end table
4539
4540 When @value{GDBN} prints a symbolic address, it normally prints the
4541 closest earlier symbol plus an offset. If that symbol does not uniquely
4542 identify the address (for example, it is a name whose scope is a single
4543 source file), you may need to clarify. One way to do this is with
4544 @code{info line}, for example @samp{info line *0x4537}. Alternately,
4545 you can set @value{GDBN} to print the source file and line number when
4546 it prints a symbolic address:
4547
4548 @table @code
4549 @kindex set print symbol-filename
4550 @item set print symbol-filename on
4551 Tell @value{GDBN} to print the source file name and line number of a
4552 symbol in the symbolic form of an address.
4553
4554 @item set print symbol-filename off
4555 Do not print source file name and line number of a symbol. This is the
4556 default.
4557
4558 @kindex show print symbol-filename
4559 @item show print symbol-filename
4560 Show whether or not @value{GDBN} will print the source file name and
4561 line number of a symbol in the symbolic form of an address.
4562 @end table
4563
4564 Another situation where it is helpful to show symbol filenames and line
4565 numbers is when disassembling code; @value{GDBN} shows you the line
4566 number and source file that corresponds to each instruction.
4567
4568 Also, you may wish to see the symbolic form only if the address being
4569 printed is reasonably close to the closest earlier symbol:
4570
4571 @table @code
4572 @kindex set print max-symbolic-offset
4573 @item set print max-symbolic-offset @var{max-offset}
4574 Tell @value{GDBN} to only display the symbolic form of an address if the
4575 offset between the closest earlier symbol and the address is less than
4576 @var{max-offset}. The default is 0, which tells @value{GDBN}
4577 to always print the symbolic form of an address if any symbol precedes it.
4578
4579 @kindex show print max-symbolic-offset
4580 @item show print max-symbolic-offset
4581 Ask how large the maximum offset is that @value{GDBN} prints in a
4582 symbolic address.
4583 @end table
4584
4585 @cindex wild pointer, interpreting
4586 @cindex pointer, finding referent
4587 If you have a pointer and you are not sure where it points, try
4588 @samp{set print symbol-filename on}. Then you can determine the name
4589 and source file location of the variable where it points, using
4590 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
4591 For example, here @value{GDBN} shows that a variable @code{ptt} points
4592 at another variable @code{t}, defined in @file{hi2.c}:
4593
4594 @example
4595 (@value{GDBP}) set print symbol-filename on
4596 (@value{GDBP}) p/a ptt
4597 $4 = 0xe008 <t in hi2.c>
4598 @end example
4599
4600 @quotation
4601 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
4602 does not show the symbol name and filename of the referent, even with
4603 the appropriate @code{set print} options turned on.
4604 @end quotation
4605
4606 Other settings control how different kinds of objects are printed:
4607
4608 @table @code
4609 @kindex set print array
4610 @item set print array
4611 @itemx set print array on
4612 Pretty print arrays. This format is more convenient to read,
4613 but uses more space. The default is off.
4614
4615 @item set print array off
4616 Return to compressed format for arrays.
4617
4618 @kindex show print array
4619 @item show print array
4620 Show whether compressed or pretty format is selected for displaying
4621 arrays.
4622
4623 @kindex set print elements
4624 @item set print elements @var{number-of-elements}
4625 Set a limit on how many elements of an array @value{GDBN} will print.
4626 If @value{GDBN} is printing a large array, it stops printing after it has
4627 printed the number of elements set by the @code{set print elements} command.
4628 This limit also applies to the display of strings.
4629 Setting @var{number-of-elements} to zero means that the printing is unlimited.
4630
4631 @kindex show print elements
4632 @item show print elements
4633 Display the number of elements of a large array that @value{GDBN} will print.
4634 If the number is 0, then the printing is unlimited.
4635
4636 @kindex set print null-stop
4637 @item set print null-stop
4638 Cause @value{GDBN} to stop printing the characters of an array when the first
4639 @sc{NULL} is encountered. This is useful when large arrays actually
4640 contain only short strings.
4641
4642 @kindex set print pretty
4643 @item set print pretty on
4644 Cause @value{GDBN} to print structures in an indented format with one member
4645 per line, like this:
4646
4647 @smallexample
4648 @group
4649 $1 = @{
4650 next = 0x0,
4651 flags = @{
4652 sweet = 1,
4653 sour = 1
4654 @},
4655 meat = 0x54 "Pork"
4656 @}
4657 @end group
4658 @end smallexample
4659
4660 @item set print pretty off
4661 Cause @value{GDBN} to print structures in a compact format, like this:
4662
4663 @smallexample
4664 @group
4665 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
4666 meat = 0x54 "Pork"@}
4667 @end group
4668 @end smallexample
4669
4670 @noindent
4671 This is the default format.
4672
4673 @kindex show print pretty
4674 @item show print pretty
4675 Show which format @value{GDBN} is using to print structures.
4676
4677 @kindex set print sevenbit-strings
4678 @item set print sevenbit-strings on
4679 Print using only seven-bit characters; if this option is set,
4680 @value{GDBN} displays any eight-bit characters (in strings or
4681 character values) using the notation @code{\}@var{nnn}. This setting is
4682 best if you are working in English (@sc{ascii}) and you use the
4683 high-order bit of characters as a marker or ``meta'' bit.
4684
4685 @item set print sevenbit-strings off
4686 Print full eight-bit characters. This allows the use of more
4687 international character sets, and is the default.
4688
4689 @kindex show print sevenbit-strings
4690 @item show print sevenbit-strings
4691 Show whether or not @value{GDBN} is printing only seven-bit characters.
4692
4693 @kindex set print union
4694 @item set print union on
4695 Tell @value{GDBN} to print unions which are contained in structures. This
4696 is the default setting.
4697
4698 @item set print union off
4699 Tell @value{GDBN} not to print unions which are contained in structures.
4700
4701 @kindex show print union
4702 @item show print union
4703 Ask @value{GDBN} whether or not it will print unions which are contained in
4704 structures.
4705
4706 For example, given the declarations
4707
4708 @smallexample
4709 typedef enum @{Tree, Bug@} Species;
4710 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
4711 typedef enum @{Caterpillar, Cocoon, Butterfly@}
4712 Bug_forms;
4713
4714 struct thing @{
4715 Species it;
4716 union @{
4717 Tree_forms tree;
4718 Bug_forms bug;
4719 @} form;
4720 @};
4721
4722 struct thing foo = @{Tree, @{Acorn@}@};
4723 @end smallexample
4724
4725 @noindent
4726 with @code{set print union on} in effect @samp{p foo} would print
4727
4728 @smallexample
4729 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
4730 @end smallexample
4731
4732 @noindent
4733 and with @code{set print union off} in effect it would print
4734
4735 @smallexample
4736 $1 = @{it = Tree, form = @{...@}@}
4737 @end smallexample
4738 @end table
4739
4740 @ifclear CONLY
4741 @need 1000
4742 @noindent
4743 These settings are of interest when debugging C++ programs:
4744
4745 @table @code
4746 @cindex demangling
4747 @kindex set print demangle
4748 @item set print demangle
4749 @itemx set print demangle on
4750 Print C++ names in their source form rather than in the encoded
4751 (``mangled'') form passed to the assembler and linker for type-safe
4752 linkage. The default is @samp{on}.
4753
4754 @kindex show print demangle
4755 @item show print demangle
4756 Show whether C++ names are printed in mangled or demangled form.
4757
4758 @kindex set print asm-demangle
4759 @item set print asm-demangle
4760 @itemx set print asm-demangle on
4761 Print C++ names in their source form rather than their mangled form, even
4762 in assembler code printouts such as instruction disassemblies.
4763 The default is off.
4764
4765 @kindex show print asm-demangle
4766 @item show print asm-demangle
4767 Show whether C++ names in assembly listings are printed in mangled
4768 or demangled form.
4769
4770 @kindex set demangle-style
4771 @cindex C++ symbol decoding style
4772 @cindex symbol decoding style, C++
4773 @item set demangle-style @var{style}
4774 Choose among several encoding schemes used by different compilers to
4775 represent C++ names. The choices for @var{style} are currently:
4776
4777 @table @code
4778 @item auto
4779 Allow @value{GDBN} to choose a decoding style by inspecting your program.
4780
4781 @item gnu
4782 Decode based on the @sc{gnu} C++ compiler (@code{g++}) encoding algorithm.
4783 This is the default.
4784
4785 @item lucid
4786 Decode based on the Lucid C++ compiler (@code{lcc}) encoding algorithm.
4787
4788 @item arm
4789 Decode using the algorithm in the @cite{C++ Annotated Reference Manual}.
4790 @strong{Warning:} this setting alone is not sufficient to allow
4791 debugging @code{cfront}-generated executables. @value{GDBN} would
4792 require further enhancement to permit that.
4793
4794 @item foo
4795 Show the list of formats.
4796 @end table
4797
4798 @kindex show demangle-style
4799 @item show demangle-style
4800 Display the encoding style currently in use for decoding C++ symbols.
4801
4802 @kindex set print object
4803 @item set print object
4804 @itemx set print object on
4805 When displaying a pointer to an object, identify the @emph{actual}
4806 (derived) type of the object rather than the @emph{declared} type, using
4807 the virtual function table.
4808
4809 @item set print object off
4810 Display only the declared type of objects, without reference to the
4811 virtual function table. This is the default setting.
4812
4813 @kindex show print object
4814 @item show print object
4815 Show whether actual, or declared, object types are displayed.
4816
4817 @kindex set print static-members
4818 @item set print static-members
4819 @itemx set print static-members on
4820 Print static members when displaying a C++ object. The default is on.
4821
4822 @item set print static-members off
4823 Do not print static members when displaying a C++ object.
4824
4825 @kindex show print static-members
4826 @item show print static-members
4827 Show whether C++ static members are printed, or not.
4828
4829 @kindex set print vtbl
4830 @item set print vtbl
4831 @itemx set print vtbl on
4832 Pretty print C++ virtual function tables. The default is off.
4833
4834 @item set print vtbl off
4835 Do not pretty print C++ virtual function tables.
4836
4837 @kindex show print vtbl
4838 @item show print vtbl
4839 Show whether C++ virtual function tables are pretty printed, or not.
4840 @end table
4841 @end ifclear
4842
4843 @node Value History
4844 @section Value history
4845
4846 @cindex value history
4847 Values printed by the @code{print} command are saved in the @value{GDBN}
4848 @dfn{value history}. This allows you to refer to them in other expressions.
4849 Values are kept until the symbol table is re-read or discarded
4850 (for example with the @code{file} or @code{symbol-file} commands).
4851 When the symbol table changes, the value history is discarded,
4852 since the values may contain pointers back to the types defined in the
4853 symbol table.
4854
4855 @cindex @code{$}
4856 @cindex @code{$$}
4857 @cindex history number
4858 The values printed are given @dfn{history numbers} by which you can
4859 refer to them. These are successive integers starting with one.
4860 @code{print} shows you the history number assigned to a value by
4861 printing @samp{$@var{num} = } before the value; here @var{num} is the
4862 history number.
4863
4864 To refer to any previous value, use @samp{$} followed by the value's
4865 history number. The way @code{print} labels its output is designed to
4866 remind you of this. Just @code{$} refers to the most recent value in
4867 the history, and @code{$$} refers to the value before that.
4868 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
4869 is the value just prior to @code{$$}, @code{$$1} is equivalent to
4870 @code{$$}, and @code{$$0} is equivalent to @code{$}.
4871
4872 For example, suppose you have just printed a pointer to a structure and
4873 want to see the contents of the structure. It suffices to type
4874
4875 @example
4876 p *$
4877 @end example
4878
4879 If you have a chain of structures where the component @code{next} points
4880 to the next one, you can print the contents of the next one with this:
4881
4882 @example
4883 p *$.next
4884 @end example
4885
4886 @noindent
4887 You can print successive links in the chain by repeating this
4888 command---which you can do by just typing @key{RET}.
4889
4890 Note that the history records values, not expressions. If the value of
4891 @code{x} is 4 and you type these commands:
4892
4893 @example
4894 print x
4895 set x=5
4896 @end example
4897
4898 @noindent
4899 then the value recorded in the value history by the @code{print} command
4900 remains 4 even though the value of @code{x} has changed.
4901
4902 @table @code
4903 @kindex show values
4904 @item show values
4905 Print the last ten values in the value history, with their item numbers.
4906 This is like @samp{p@ $$9} repeated ten times, except that @code{show
4907 values} does not change the history.
4908
4909 @item show values @var{n}
4910 Print ten history values centered on history item number @var{n}.
4911
4912 @item show values +
4913 Print ten history values just after the values last printed. If no more
4914 values are available, @code{show values +} produces no display.
4915 @end table
4916
4917 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
4918 same effect as @samp{show values +}.
4919
4920 @node Convenience Vars
4921 @section Convenience variables
4922
4923 @cindex convenience variables
4924 @value{GDBN} provides @dfn{convenience variables} that you can use within
4925 @value{GDBN} to hold on to a value and refer to it later. These variables
4926 exist entirely within @value{GDBN}; they are not part of your program, and
4927 setting a convenience variable has no direct effect on further execution
4928 of your program. That is why you can use them freely.
4929
4930 Convenience variables are prefixed with @samp{$}. Any name preceded by
4931 @samp{$} can be used for a convenience variable, unless it is one of
4932 the predefined machine-specific register names (@pxref{Registers}).
4933 (Value history references, in contrast, are @emph{numbers} preceded
4934 by @samp{$}. @xref{Value History, ,Value history}.)
4935
4936 You can save a value in a convenience variable with an assignment
4937 expression, just as you would set a variable in your program.
4938 For example:
4939
4940 @example
4941 set $foo = *object_ptr
4942 @end example
4943
4944 @noindent
4945 would save in @code{$foo} the value contained in the object pointed to by
4946 @code{object_ptr}.
4947
4948 Using a convenience variable for the first time creates it, but its
4949 value is @code{void} until you assign a new value. You can alter the
4950 value with another assignment at any time.
4951
4952 Convenience variables have no fixed types. You can assign a convenience
4953 variable any type of value, including structures and arrays, even if
4954 that variable already has a value of a different type. The convenience
4955 variable, when used as an expression, has the type of its current value.
4956
4957 @table @code
4958 @kindex show convenience
4959 @item show convenience
4960 Print a list of convenience variables used so far, and their values.
4961 Abbreviated @code{show con}.
4962 @end table
4963
4964 One of the ways to use a convenience variable is as a counter to be
4965 incremented or a pointer to be advanced. For example, to print
4966 a field from successive elements of an array of structures:
4967
4968 @example
4969 set $i = 0
4970 print bar[$i++]->contents
4971 @end example
4972
4973 @noindent Repeat that command by typing @key{RET}.
4974
4975 Some convenience variables are created automatically by @value{GDBN} and given
4976 values likely to be useful.
4977
4978 @table @code
4979 @kindex $_
4980 @item $_
4981 The variable @code{$_} is automatically set by the @code{x} command to
4982 the last address examined (@pxref{Memory, ,Examining memory}). Other
4983 commands which provide a default address for @code{x} to examine also
4984 set @code{$_} to that address; these commands include @code{info line}
4985 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
4986 except when set by the @code{x} command, in which case it is a pointer
4987 to the type of @code{$__}.
4988
4989 @kindex $__
4990 @item $__
4991 The variable @code{$__} is automatically set by the @code{x} command
4992 to the value found in the last address examined. Its type is chosen
4993 to match the format in which the data was printed.
4994
4995 @item $_exitcode
4996 @kindex $_exitcode
4997 The variable @code{$_exitcode} is automatically set to the exit code when
4998 the program being debugged terminates.
4999 @end table
5000
5001 @node Registers
5002 @section Registers
5003
5004 @cindex registers
5005 You can refer to machine register contents, in expressions, as variables
5006 with names starting with @samp{$}. The names of registers are different
5007 for each machine; use @code{info registers} to see the names used on
5008 your machine.
5009
5010 @table @code
5011 @kindex info registers
5012 @item info registers
5013 Print the names and values of all registers except floating-point
5014 registers (in the selected stack frame).
5015
5016 @kindex info all-registers
5017 @cindex floating point registers
5018 @item info all-registers
5019 Print the names and values of all registers, including floating-point
5020 registers.
5021
5022 @item info registers @var{regname} @dots{}
5023 Print the @dfn{relativized} value of each specified register @var{regname}.
5024 As discussed in detail below, register values are normally relative to
5025 the selected stack frame. @var{regname} may be any register name valid on
5026 the machine you are using, with or without the initial @samp{$}.
5027 @end table
5028
5029 @value{GDBN} has four ``standard'' register names that are available (in
5030 expressions) on most machines---whenever they do not conflict with an
5031 architecture's canonical mnemonics for registers. The register names
5032 @code{$pc} and @code{$sp} are used for the program counter register and
5033 the stack pointer. @code{$fp} is used for a register that contains a
5034 pointer to the current stack frame, and @code{$ps} is used for a
5035 register that contains the processor status. For example,
5036 you could print the program counter in hex with
5037
5038 @example
5039 p/x $pc
5040 @end example
5041
5042 @noindent
5043 or print the instruction to be executed next with
5044
5045 @example
5046 x/i $pc
5047 @end example
5048
5049 @noindent
5050 or add four to the stack pointer@footnote{This is a way of removing
5051 one word from the stack, on machines where stacks grow downward in
5052 memory (most machines, nowadays). This assumes that the innermost
5053 stack frame is selected; setting @code{$sp} is not allowed when other
5054 stack frames are selected. To pop entire frames off the stack,
5055 regardless of machine architecture, use @code{return};
5056 @pxref{Returning, ,Returning from a function}.} with
5057
5058 @example
5059 set $sp += 4
5060 @end example
5061
5062 Whenever possible, these four standard register names are available on
5063 your machine even though the machine has different canonical mnemonics,
5064 so long as there is no conflict. The @code{info registers} command
5065 shows the canonical names. For example, on the SPARC, @code{info
5066 registers} displays the processor status register as @code{$psr} but you
5067 can also refer to it as @code{$ps}.
5068
5069 @value{GDBN} always considers the contents of an ordinary register as an
5070 integer when the register is examined in this way. Some machines have
5071 special registers which can hold nothing but floating point; these
5072 registers are considered to have floating point values. There is no way
5073 to refer to the contents of an ordinary register as floating point value
5074 (although you can @emph{print} it as a floating point value with
5075 @samp{print/f $@var{regname}}).
5076
5077 Some registers have distinct ``raw'' and ``virtual'' data formats. This
5078 means that the data format in which the register contents are saved by
5079 the operating system is not the same one that your program normally
5080 sees. For example, the registers of the 68881 floating point
5081 coprocessor are always saved in ``extended'' (raw) format, but all C
5082 programs expect to work with ``double'' (virtual) format. In such
5083 cases, @value{GDBN} normally works with the virtual format only (the format
5084 that makes sense for your program), but the @code{info registers} command
5085 prints the data in both formats.
5086
5087 Normally, register values are relative to the selected stack frame
5088 (@pxref{Selection, ,Selecting a frame}). This means that you get the
5089 value that the register would contain if all stack frames farther in
5090 were exited and their saved registers restored. In order to see the
5091 true contents of hardware registers, you must select the innermost
5092 frame (with @samp{frame 0}).
5093
5094 However, @value{GDBN} must deduce where registers are saved, from the machine
5095 code generated by your compiler. If some registers are not saved, or if
5096 @value{GDBN} is unable to locate the saved registers, the selected stack
5097 frame makes no difference.
5098
5099 @ifset AMD29K
5100 @table @code
5101 @kindex set rstack_high_address
5102 @cindex AMD 29K register stack
5103 @cindex register stack, AMD29K
5104 @item set rstack_high_address @var{address}
5105 On AMD 29000 family processors, registers are saved in a separate
5106 ``register stack''. There is no way for @value{GDBN} to determine the extent
5107 of this stack. Normally, @value{GDBN} just assumes that the stack is ``large
5108 enough''. This may result in @value{GDBN} referencing memory locations that
5109 do not exist. If necessary, you can get around this problem by
5110 specifying the ending address of the register stack with the @code{set
5111 rstack_high_address} command. The argument should be an address, which
5112 you probably want to precede with @samp{0x} to specify in
5113 hexadecimal.
5114
5115 @kindex show rstack_high_address
5116 @item show rstack_high_address
5117 Display the current limit of the register stack, on AMD 29000 family
5118 processors.
5119 @end table
5120 @end ifset
5121
5122 @ifclear HAVE-FLOAT
5123 @node Floating Point Hardware
5124 @section Floating point hardware
5125 @cindex floating point
5126
5127 Depending on the configuration, @value{GDBN} may be able to give
5128 you more information about the status of the floating point hardware.
5129
5130 @table @code
5131 @kindex info float
5132 @item info float
5133 Display hardware-dependent information about the floating
5134 point unit. The exact contents and layout vary depending on the
5135 floating point chip. Currently, @samp{info float} is supported on
5136 the ARM and x86 machines.
5137 @end table
5138 @end ifclear
5139
5140 @ifclear CONLY
5141 @node Languages
5142 @chapter Using @value{GDBN} with Different Languages
5143 @cindex languages
5144
5145 @ifset MOD2
5146 Although programming languages generally have common aspects, they are
5147 rarely expressed in the same manner. For instance, in ANSI C,
5148 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
5149 Modula-2, it is accomplished by @code{p^}. Values can also be
5150 represented (and displayed) differently. Hex numbers in C appear as
5151 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
5152 @end ifset
5153
5154 @cindex working language
5155 Language-specific information is built into @value{GDBN} for some languages,
5156 allowing you to express operations like the above in your program's
5157 native language, and allowing @value{GDBN} to output values in a manner
5158 consistent with the syntax of your program's native language. The
5159 language you use to build expressions is called the @dfn{working
5160 language}.
5161
5162 @menu
5163 * Setting:: Switching between source languages
5164 * Show:: Displaying the language
5165 @ifset MOD2
5166 * Checks:: Type and range checks
5167 @end ifset
5168
5169 * Support:: Supported languages
5170 @end menu
5171
5172 @node Setting
5173 @section Switching between source languages
5174
5175 There are two ways to control the working language---either have @value{GDBN}
5176 set it automatically, or select it manually yourself. You can use the
5177 @code{set language} command for either purpose. On startup, @value{GDBN}
5178 defaults to setting the language automatically. The working language is
5179 used to determine how expressions you type are interpreted, how values
5180 are printed, etc.
5181
5182 In addition to the working language, every source file that
5183 @value{GDBN} knows about has its own working language. For some object
5184 file formats, the compiler might indicate which language a particular
5185 source file is in. However, most of the time @value{GDBN} infers the
5186 language from the name of the file. The language of a source file
5187 controls whether C++ names are demangled---this way @code{backtrace} can
5188 show each frame appropriately for its own language. There is no way to
5189 set the language of a source file from within @value{GDBN}.
5190
5191 This is most commonly a problem when you use a program, such
5192 as @code{cfront} or @code{f2c}, that generates C but is written in
5193 another language. In that case, make the
5194 program use @code{#line} directives in its C output; that way
5195 @value{GDBN} will know the correct language of the source code of the original
5196 program, and will display that source code, not the generated C code.
5197
5198 @menu
5199 * Filenames:: Filename extensions and languages.
5200 * Manually:: Setting the working language manually
5201 * Automatically:: Having @value{GDBN} infer the source language
5202 @end menu
5203
5204 @node Filenames
5205 @subsection List of filename extensions and languages
5206
5207 If a source file name ends in one of the following extensions, then
5208 @value{GDBN} infers that its language is the one indicated.
5209
5210 @table @file
5211 @ifset MOD2
5212 @item .mod
5213 Modula-2 source file
5214 @end ifset
5215
5216 @item .c
5217 C source file
5218
5219 @item .C
5220 @itemx .cc
5221 @itemx .cxx
5222 @itemx .cpp
5223 @itemx .cp
5224 @itemx .c++
5225 C++ source file
5226
5227 @item .ch
5228 @itemx .c186
5229 @itemx .c286
5230 CHILL source file.
5231
5232 @item .s
5233 @itemx .S
5234 Assembler source file. This actually behaves almost like C, but
5235 @value{GDBN} does not skip over function prologues when stepping.
5236 @end table
5237
5238 @node Manually
5239 @subsection Setting the working language
5240
5241 If you allow @value{GDBN} to set the language automatically,
5242 expressions are interpreted the same way in your debugging session and
5243 your program.
5244
5245 @kindex set language
5246 If you wish, you may set the language manually. To do this, issue the
5247 command @samp{set language @var{lang}}, where @var{lang} is the name of
5248 a language, such as
5249 @ifclear MOD2
5250 @code{c}.
5251 @end ifclear
5252 @ifset MOD2
5253 @code{c} or @code{modula-2}.
5254 @end ifset
5255 For a list of the supported languages, type @samp{set language}.
5256
5257 @ifset MOD2
5258 Setting the language manually prevents @value{GDBN} from updating the working
5259 language automatically. This can lead to confusion if you try
5260 to debug a program when the working language is not the same as the
5261 source language, when an expression is acceptable to both
5262 languages---but means different things. For instance, if the current
5263 source file were written in C, and @value{GDBN} was parsing Modula-2, a
5264 command such as:
5265
5266 @example
5267 print a = b + c
5268 @end example
5269
5270 @noindent
5271 might not have the effect you intended. In C, this means to add
5272 @code{b} and @code{c} and place the result in @code{a}. The result
5273 printed would be the value of @code{a}. In Modula-2, this means to compare
5274 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
5275 @end ifset
5276
5277 @node Automatically
5278 @subsection Having @value{GDBN} infer the source language
5279
5280 To have @value{GDBN} set the working language automatically, use
5281 @samp{set language local} or @samp{set language auto}. @value{GDBN}
5282 then infers the working language. That is, when your program stops in a
5283 frame (usually by encountering a breakpoint), @value{GDBN} sets the
5284 working language to the language recorded for the function in that
5285 frame. If the language for a frame is unknown (that is, if the function
5286 or block corresponding to the frame was defined in a source file that
5287 does not have a recognized extension), the current working language is
5288 not changed, and @value{GDBN} issues a warning.
5289
5290 This may not seem necessary for most programs, which are written
5291 entirely in one source language. However, program modules and libraries
5292 written in one source language can be used by a main program written in
5293 a different source language. Using @samp{set language auto} in this
5294 case frees you from having to set the working language manually.
5295
5296 @node Show
5297 @section Displaying the language
5298
5299 The following commands help you find out which language is the
5300 working language, and also what language source files were written in.
5301
5302 @kindex show language
5303 @kindex info frame
5304 @kindex info source
5305 @table @code
5306 @item show language
5307 Display the current working language. This is the
5308 language you can use with commands such as @code{print} to
5309 build and compute expressions that may involve variables in your program.
5310
5311 @item info frame
5312 Display the source language for this frame. This language becomes the
5313 working language if you use an identifier from this frame.
5314 @xref{Frame Info, ,Information about a frame}, to identify the other
5315 information listed here.
5316
5317 @item info source
5318 Display the source language of this source file.
5319 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
5320 information listed here.
5321 @end table
5322
5323 @ifset MOD2
5324 @node Checks
5325 @section Type and range checking
5326
5327 @quotation
5328 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
5329 checking are included, but they do not yet have any effect. This
5330 section documents the intended facilities.
5331 @end quotation
5332 @c FIXME remove warning when type/range code added
5333
5334 Some languages are designed to guard you against making seemingly common
5335 errors through a series of compile- and run-time checks. These include
5336 checking the type of arguments to functions and operators, and making
5337 sure mathematical overflows are caught at run time. Checks such as
5338 these help to ensure a program's correctness once it has been compiled
5339 by eliminating type mismatches, and providing active checks for range
5340 errors when your program is running.
5341
5342 @value{GDBN} can check for conditions like the above if you wish.
5343 Although @value{GDBN} does not check the statements in your program, it
5344 can check expressions entered directly into @value{GDBN} for evaluation via
5345 the @code{print} command, for example. As with the working language,
5346 @value{GDBN} can also decide whether or not to check automatically based on
5347 your program's source language. @xref{Support, ,Supported languages},
5348 for the default settings of supported languages.
5349
5350 @menu
5351 * Type Checking:: An overview of type checking
5352 * Range Checking:: An overview of range checking
5353 @end menu
5354
5355 @cindex type checking
5356 @cindex checks, type
5357 @node Type Checking
5358 @subsection An overview of type checking
5359
5360 Some languages, such as Modula-2, are strongly typed, meaning that the
5361 arguments to operators and functions have to be of the correct type,
5362 otherwise an error occurs. These checks prevent type mismatch
5363 errors from ever causing any run-time problems. For example,
5364
5365 @smallexample
5366 1 + 2 @result{} 3
5367 @exdent but
5368 @error{} 1 + 2.3
5369 @end smallexample
5370
5371 The second example fails because the @code{CARDINAL} 1 is not
5372 type-compatible with the @code{REAL} 2.3.
5373
5374 For the expressions you use in @value{GDBN} commands, you can tell the
5375 @value{GDBN} type checker to skip checking;
5376 to treat any mismatches as errors and abandon the expression;
5377 or to only issue warnings when type mismatches occur,
5378 but evaluate the expression anyway. When you choose the last of
5379 these, @value{GDBN} evaluates expressions like the second example above, but
5380 also issues a warning.
5381
5382 Even if you turn type checking off, there may be other reasons
5383 related to type that prevent @value{GDBN} from evaluating an expression.
5384 For instance, @value{GDBN} does not know how to add an @code{int} and
5385 a @code{struct foo}. These particular type errors have nothing to do
5386 with the language in use, and usually arise from expressions, such as
5387 the one described above, which make little sense to evaluate anyway.
5388
5389 Each language defines to what degree it is strict about type. For
5390 instance, both Modula-2 and C require the arguments to arithmetical
5391 operators to be numbers. In C, enumerated types and pointers can be
5392 represented as numbers, so that they are valid arguments to mathematical
5393 operators. @xref{Support, ,Supported languages}, for further
5394 details on specific languages.
5395
5396 @value{GDBN} provides some additional commands for controlling the type checker:
5397
5398 @kindex set check
5399 @kindex set check type
5400 @kindex show check type
5401 @table @code
5402 @item set check type auto
5403 Set type checking on or off based on the current working language.
5404 @xref{Support, ,Supported languages}, for the default settings for
5405 each language.
5406
5407 @item set check type on
5408 @itemx set check type off
5409 Set type checking on or off, overriding the default setting for the
5410 current working language. Issue a warning if the setting does not
5411 match the language default. If any type mismatches occur in
5412 evaluating an expression while typechecking is on, @value{GDBN} prints a
5413 message and aborts evaluation of the expression.
5414
5415 @item set check type warn
5416 Cause the type checker to issue warnings, but to always attempt to
5417 evaluate the expression. Evaluating the expression may still
5418 be impossible for other reasons. For example, @value{GDBN} cannot add
5419 numbers and structures.
5420
5421 @item show type
5422 Show the current setting of the type checker, and whether or not @value{GDBN}
5423 is setting it automatically.
5424 @end table
5425
5426 @cindex range checking
5427 @cindex checks, range
5428 @node Range Checking
5429 @subsection An overview of range checking
5430
5431 In some languages (such as Modula-2), it is an error to exceed the
5432 bounds of a type; this is enforced with run-time checks. Such range
5433 checking is meant to ensure program correctness by making sure
5434 computations do not overflow, or indices on an array element access do
5435 not exceed the bounds of the array.
5436
5437 For expressions you use in @value{GDBN} commands, you can tell
5438 @value{GDBN} to treat range errors in one of three ways: ignore them,
5439 always treat them as errors and abandon the expression, or issue
5440 warnings but evaluate the expression anyway.
5441
5442 A range error can result from numerical overflow, from exceeding an
5443 array index bound, or when you type a constant that is not a member
5444 of any type. Some languages, however, do not treat overflows as an
5445 error. In many implementations of C, mathematical overflow causes the
5446 result to ``wrap around'' to lower values---for example, if @var{m} is
5447 the largest integer value, and @var{s} is the smallest, then
5448
5449 @example
5450 @var{m} + 1 @result{} @var{s}
5451 @end example
5452
5453 This, too, is specific to individual languages, and in some cases
5454 specific to individual compilers or machines. @xref{Support, ,
5455 Supported languages}, for further details on specific languages.
5456
5457 @value{GDBN} provides some additional commands for controlling the range checker:
5458
5459 @kindex set check
5460 @kindex set check range
5461 @kindex show check range
5462 @table @code
5463 @item set check range auto
5464 Set range checking on or off based on the current working language.
5465 @xref{Support, ,Supported languages}, for the default settings for
5466 each language.
5467
5468 @item set check range on
5469 @itemx set check range off
5470 Set range checking on or off, overriding the default setting for the
5471 current working language. A warning is issued if the setting does not
5472 match the language default. If a range error occurs, then a message
5473 is printed and evaluation of the expression is aborted.
5474
5475 @item set check range warn
5476 Output messages when the @value{GDBN} range checker detects a range error,
5477 but attempt to evaluate the expression anyway. Evaluating the
5478 expression may still be impossible for other reasons, such as accessing
5479 memory that the process does not own (a typical example from many Unix
5480 systems).
5481
5482 @item show range
5483 Show the current setting of the range checker, and whether or not it is
5484 being set automatically by @value{GDBN}.
5485 @end table
5486 @end ifset
5487
5488 @node Support
5489 @section Supported languages
5490
5491 @ifset MOD2
5492 @value{GDBN} 4 supports C, C++, and Modula-2.
5493 @end ifset
5494 @ifclear MOD2
5495 @value{GDBN} 4 supports C, and C++.
5496 @end ifclear
5497 Some @value{GDBN} features may be used in expressions regardless of the
5498 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
5499 and the @samp{@{type@}addr} construct (@pxref{Expressions,
5500 ,Expressions}) can be used with the constructs of any supported
5501 language.
5502
5503 The following sections detail to what degree each source language is
5504 supported by @value{GDBN}. These sections are not meant to be language
5505 tutorials or references, but serve only as a reference guide to what the
5506 @value{GDBN} expression parser accepts, and what input and output
5507 formats should look like for different languages. There are many good
5508 books written on each of these languages; please look to these for a
5509 language reference or tutorial.
5510
5511 @ifset MOD2
5512 @menu
5513 * C:: C and C++
5514 * Modula-2:: Modula-2
5515 @end menu
5516
5517 @node C
5518 @subsection C and C++
5519 @cindex C and C++
5520 @cindex expressions in C or C++
5521
5522 Since C and C++ are so closely related, many features of @value{GDBN} apply
5523 to both languages. Whenever this is the case, we discuss those languages
5524 together.
5525 @end ifset
5526 @ifclear MOD2
5527 @c Cancel this below, under same condition, at end of this chapter!
5528 @raisesections
5529 @end ifclear
5530
5531 @cindex C++
5532 @kindex g++
5533 @cindex @sc{gnu} C++
5534 The C++ debugging facilities are jointly implemented by the @sc{gnu} C++
5535 compiler and @value{GDBN}. Therefore, to debug your C++ code
5536 effectively, you must compile your C++ programs with the @sc{gnu} C++
5537 compiler, @code{g++}.
5538
5539 For best results when debugging C++ programs, use the stabs debugging
5540 format. You can select that format explicitly with the @code{g++}
5541 command-line options @samp{-gstabs} or @samp{-gstabs+}. See
5542 @ref{Debugging Options,,Options for Debugging Your Program or @sc{gnu} CC,
5543 gcc.info, Using @sc{gnu} CC}, for more information.
5544 @end ifclear
5545 @ifset CONLY
5546 @node C
5547 @chapter C Language Support
5548 @cindex C language
5549 @cindex expressions in C
5550
5551 Information specific to the C language is built into @value{GDBN} so that you
5552 can use C expressions while degugging. This also permits @value{GDBN} to
5553 output values in a manner consistent with C conventions.
5554
5555 @menu
5556 * C Operators:: C operators
5557 * C Constants:: C constants
5558 * Debugging C:: @value{GDBN} and C
5559 @end menu
5560 @end ifset
5561 @ifclear CONLY
5562 @menu
5563 * C Operators:: C and C++ operators
5564 * C Constants:: C and C++ constants
5565 * Cplus expressions:: C++ expressions
5566 * C Defaults:: Default settings for C and C++
5567 @ifset MOD2
5568 * C Checks:: C and C++ type and range checks
5569 @end ifset
5570
5571 * Debugging C:: @value{GDBN} and C
5572 * Debugging C plus plus:: Special features for C++
5573 @end menu
5574 @end ifclear
5575
5576 @ifclear CONLY
5577 @cindex C and C++ operators
5578 @node C Operators
5579 @subsubsection C and C++ operators
5580 @end ifclear
5581 @ifset CONLY
5582 @cindex C operators
5583 @node C Operators
5584 @section C operators
5585 @end ifset
5586
5587 Operators must be defined on values of specific types. For instance,
5588 @code{+} is defined on numbers, but not on structures. Operators are
5589 often defined on groups of types.
5590
5591 @ifclear CONLY
5592 For the purposes of C and C++, the following definitions hold:
5593 @end ifclear
5594
5595 @itemize @bullet
5596 @item
5597 @emph{Integral types} include @code{int} with any of its storage-class
5598 specifiers; @code{char}; and @code{enum}.
5599
5600 @item
5601 @emph{Floating-point types} include @code{float} and @code{double}.
5602
5603 @item
5604 @emph{Pointer types} include all types defined as @code{(@var{type}
5605 *)}.
5606
5607 @item
5608 @emph{Scalar types} include all of the above.
5609 @end itemize
5610
5611 @noindent
5612 The following operators are supported. They are listed here
5613 in order of increasing precedence:
5614
5615 @table @code
5616 @item ,
5617 The comma or sequencing operator. Expressions in a comma-separated list
5618 are evaluated from left to right, with the result of the entire
5619 expression being the last expression evaluated.
5620
5621 @item =
5622 Assignment. The value of an assignment expression is the value
5623 assigned. Defined on scalar types.
5624
5625 @item @var{op}=
5626 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
5627 and translated to @w{@code{@var{a} = @var{a op b}}}.
5628 @w{@code{@var{op}=}} and @code{=} have the same precendence.
5629 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
5630 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
5631
5632 @item ?:
5633 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
5634 of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
5635 integral type.
5636
5637 @item ||
5638 Logical @sc{or}. Defined on integral types.
5639
5640 @item &&
5641 Logical @sc{and}. Defined on integral types.
5642
5643 @item |
5644 Bitwise @sc{or}. Defined on integral types.
5645
5646 @item ^
5647 Bitwise exclusive-@sc{or}. Defined on integral types.
5648
5649 @item &
5650 Bitwise @sc{and}. Defined on integral types.
5651
5652 @item ==@r{, }!=
5653 Equality and inequality. Defined on scalar types. The value of these
5654 expressions is 0 for false and non-zero for true.
5655
5656 @item <@r{, }>@r{, }<=@r{, }>=
5657 Less than, greater than, less than or equal, greater than or equal.
5658 Defined on scalar types. The value of these expressions is 0 for false
5659 and non-zero for true.
5660
5661 @item <<@r{, }>>
5662 left shift, and right shift. Defined on integral types.
5663
5664 @item @@
5665 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
5666
5667 @item +@r{, }-
5668 Addition and subtraction. Defined on integral types, floating-point types and
5669 pointer types.
5670
5671 @item *@r{, }/@r{, }%
5672 Multiplication, division, and modulus. Multiplication and division are
5673 defined on integral and floating-point types. Modulus is defined on
5674 integral types.
5675
5676 @item ++@r{, }--
5677 Increment and decrement. When appearing before a variable, the
5678 operation is performed before the variable is used in an expression;
5679 when appearing after it, the variable's value is used before the
5680 operation takes place.
5681
5682 @item *
5683 Pointer dereferencing. Defined on pointer types. Same precedence as
5684 @code{++}.
5685
5686 @item &
5687 Address operator. Defined on variables. Same precedence as @code{++}.
5688
5689 @ifclear CONLY
5690 For debugging C++, @value{GDBN} implements a use of @samp{&} beyond what is
5691 allowed in the C++ language itself: you can use @samp{&(&@var{ref})}
5692 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
5693 where a C++ reference variable (declared with @samp{&@var{ref}}) is
5694 stored.
5695 @end ifclear
5696
5697 @item -
5698 Negative. Defined on integral and floating-point types. Same
5699 precedence as @code{++}.
5700
5701 @item !
5702 Logical negation. Defined on integral types. Same precedence as
5703 @code{++}.
5704
5705 @item ~
5706 Bitwise complement operator. Defined on integral types. Same precedence as
5707 @code{++}.
5708
5709
5710 @item .@r{, }->
5711 Structure member, and pointer-to-structure member. For convenience,
5712 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
5713 pointer based on the stored type information.
5714 Defined on @code{struct} and @code{union} data.
5715
5716 @item []
5717 Array indexing. @code{@var{a}[@var{i}]} is defined as
5718 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
5719
5720 @item ()
5721 Function parameter list. Same precedence as @code{->}.
5722
5723 @ifclear CONLY
5724 @item ::
5725 C++ scope resolution operator. Defined on
5726 @code{struct}, @code{union}, and @code{class} types.
5727 @end ifclear
5728
5729 @item ::
5730 Doubled colons
5731 @ifclear CONLY
5732 also
5733 @end ifclear
5734 represent the @value{GDBN} scope operator (@pxref{Expressions,
5735 ,Expressions}).
5736 @ifclear CONLY
5737 Same precedence as @code{::}, above.
5738 @end ifclear
5739 @end table
5740
5741 @ifclear CONLY
5742 @cindex C and C++ constants
5743 @node C Constants
5744 @subsubsection C and C++ constants
5745
5746 @value{GDBN} allows you to express the constants of C and C++ in the
5747 following ways:
5748 @end ifclear
5749 @ifset CONLY
5750 @cindex C constants
5751 @node C Constants
5752 @section C constants
5753
5754 @value{GDBN} allows you to express the constants of C in the
5755 following ways:
5756 @end ifset
5757
5758 @itemize @bullet
5759 @item
5760 Integer constants are a sequence of digits. Octal constants are
5761 specified by a leading @samp{0} (i.e. zero), and hexadecimal constants by
5762 a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
5763 @samp{l}, specifying that the constant should be treated as a
5764 @code{long} value.
5765
5766 @item
5767 Floating point constants are a sequence of digits, followed by a decimal
5768 point, followed by a sequence of digits, and optionally followed by an
5769 exponent. An exponent is of the form:
5770 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
5771 sequence of digits. The @samp{+} is optional for positive exponents.
5772
5773 @item
5774 Enumerated constants consist of enumerated identifiers, or their
5775 integral equivalents.
5776
5777 @item
5778 Character constants are a single character surrounded by single quotes
5779 (@code{'}), or a number---the ordinal value of the corresponding character
5780 (usually its @sc{ASCII} value). Within quotes, the single character may
5781 be represented by a letter or by @dfn{escape sequences}, which are of
5782 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
5783 of the character's ordinal value; or of the form @samp{\@var{x}}, where
5784 @samp{@var{x}} is a predefined special character---for example,
5785 @samp{\n} for newline.
5786
5787 @item
5788 String constants are a sequence of character constants surrounded
5789 by double quotes (@code{"}).
5790
5791 @item
5792 Pointer constants are an integral value. You can also write pointers
5793 to constants using the C operator @samp{&}.
5794
5795 @item
5796 Array constants are comma-separated lists surrounded by braces @samp{@{}
5797 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
5798 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
5799 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
5800 @end itemize
5801
5802 @ifclear CONLY
5803 @node Cplus expressions
5804 @subsubsection C++ expressions
5805
5806 @cindex expressions in C++
5807 @value{GDBN} expression handling has a number of extensions to
5808 interpret a significant subset of C++ expressions.
5809
5810 @cindex C++ support, not in @sc{coff}
5811 @cindex @sc{coff} versus C++
5812 @cindex C++ and object formats
5813 @cindex object formats and C++
5814 @cindex a.out and C++
5815 @cindex @sc{ecoff} and C++
5816 @cindex @sc{xcoff} and C++
5817 @cindex @sc{elf}/stabs and C++
5818 @cindex @sc{elf}/@sc{dwarf} and C++
5819 @c FIXME!! GDB may eventually be able to debug C++ using DWARF; check
5820 @c periodically whether this has happened...
5821 @quotation
5822 @emph{Warning:} @value{GDBN} can only debug C++ code if you compile with
5823 the @sc{gnu} C++ compiler. Moreover, C++ debugging depends on the use of
5824 additional debugging information in the symbol table, and thus requires
5825 special support. @value{GDBN} has this support @emph{only} with the
5826 stabs debug format. In particular, if your compiler generates a.out,
5827 MIPS @sc{ecoff}, RS/6000 @sc{xcoff}, or @sc{elf} with stabs extensions
5828 to the symbol table, these facilities are all available. (With @sc{gnu} CC,
5829 you can use the @samp{-gstabs} option to request stabs debugging
5830 extensions explicitly.) Where the object code format is standard
5831 @sc{coff} or @sc{dwarf} in @sc{elf}, on the other hand, most of the C++
5832 support in @value{GDBN} does @emph{not} work.
5833 @end quotation
5834
5835 @enumerate
5836
5837 @cindex member functions
5838 @item
5839 Member function calls are allowed; you can use expressions like
5840
5841 @example
5842 count = aml->GetOriginal(x, y)
5843 @end example
5844
5845 @kindex this
5846 @cindex namespace in C++
5847 @item
5848 While a member function is active (in the selected stack frame), your
5849 expressions have the same namespace available as the member function;
5850 that is, @value{GDBN} allows implicit references to the class instance
5851 pointer @code{this} following the same rules as C++.
5852
5853 @cindex call overloaded functions
5854 @cindex type conversions in C++
5855 @item
5856 You can call overloaded functions; @value{GDBN} resolves the function
5857 call to the right definition, with one restriction---you must use
5858 arguments of the type required by the function that you want to call.
5859 @value{GDBN} does not perform conversions requiring constructors or
5860 user-defined type operators.
5861
5862 @cindex reference declarations
5863 @item
5864 @value{GDBN} understands variables declared as C++ references; you can use
5865 them in expressions just as you do in C++ source---they are automatically
5866 dereferenced.
5867
5868 In the parameter list shown when @value{GDBN} displays a frame, the values of
5869 reference variables are not displayed (unlike other variables); this
5870 avoids clutter, since references are often used for large structures.
5871 The @emph{address} of a reference variable is always shown, unless
5872 you have specified @samp{set print address off}.
5873
5874 @item
5875 @value{GDBN} supports the C++ name resolution operator @code{::}---your
5876 expressions can use it just as expressions in your program do. Since
5877 one scope may be defined in another, you can use @code{::} repeatedly if
5878 necessary, for example in an expression like
5879 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
5880 resolving name scope by reference to source files, in both C and C++
5881 debugging (@pxref{Variables, ,Program variables}).
5882 @end enumerate
5883
5884 @node C Defaults
5885 @subsubsection C and C++ defaults
5886 @cindex C and C++ defaults
5887
5888 If you allow @value{GDBN} to set type and range checking automatically, they
5889 both default to @code{off} whenever the working language changes to
5890 C or C++. This happens regardless of whether you or @value{GDBN}
5891 selects the working language.
5892
5893 If you allow @value{GDBN} to set the language automatically, it recognizes
5894 source files whose names end with @file{.c}, @file{.C}, or @file{.cc}, and
5895 when @value{GDBN} enters code compiled from one of these files,
5896 it sets the working language to C or C++.
5897 @xref{Automatically, ,Having @value{GDBN} infer the source language}, for
5898 further details.
5899
5900 @ifset MOD2
5901 @c Type checking is (a) primarily motivated by Modula-2, and (b)
5902 @c unimplemented. If (b) changes, it might make sense to let this node
5903 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
5904 @node C Checks
5905 @subsubsection C and C++ type and range checks
5906 @cindex C and C++ checks
5907
5908 By default, when @value{GDBN} parses C or C++ expressions, type checking
5909 is not used. However, if you turn type checking on, @value{GDBN}
5910 considers two variables type equivalent if:
5911
5912 @itemize @bullet
5913 @item
5914 The two variables are structured and have the same structure, union, or
5915 enumerated tag.
5916
5917 @item
5918 The two variables have the same type name, or types that have been
5919 declared equivalent through @code{typedef}.
5920
5921 @ignore
5922 @c leaving this out because neither J Gilmore nor R Pesch understand it.
5923 @c FIXME--beers?
5924 @item
5925 The two @code{struct}, @code{union}, or @code{enum} variables are
5926 declared in the same declaration. (Note: this may not be true for all C
5927 compilers.)
5928 @end ignore
5929 @end itemize
5930
5931 Range checking, if turned on, is done on mathematical operations. Array
5932 indices are not checked, since they are often used to index a pointer
5933 that is not itself an array.
5934 @end ifset
5935 @end ifclear
5936
5937 @ifclear CONLY
5938 @node Debugging C
5939 @subsubsection @value{GDBN} and C
5940 @end ifclear
5941 @ifset CONLY
5942 @node Debugging C
5943 @section @value{GDBN} and C
5944 @end ifset
5945
5946 The @code{set print union} and @code{show print union} commands apply to
5947 the @code{union} type. When set to @samp{on}, any @code{union} that is
5948 inside a @code{struct}
5949 @ifclear CONLY
5950 or @code{class}
5951 @end ifclear
5952 is also printed.
5953 Otherwise, it appears as @samp{@{...@}}.
5954
5955 The @code{@@} operator aids in the debugging of dynamic arrays, formed
5956 with pointers and a memory allocation function. @xref{Expressions,
5957 ,Expressions}.
5958
5959 @ifclear CONLY
5960 @node Debugging C plus plus
5961 @subsubsection @value{GDBN} features for C++
5962
5963 @cindex commands for C++
5964 Some @value{GDBN} commands are particularly useful with C++, and some are
5965 designed specifically for use with C++. Here is a summary:
5966
5967 @table @code
5968 @cindex break in overloaded functions
5969 @item @r{breakpoint menus}
5970 When you want a breakpoint in a function whose name is overloaded,
5971 @value{GDBN} breakpoint menus help you specify which function definition
5972 you want. @xref{Breakpoint Menus,,Breakpoint menus}.
5973
5974 @cindex overloading in C++
5975 @item rbreak @var{regex}
5976 Setting breakpoints using regular expressions is helpful for setting
5977 breakpoints on overloaded functions that are not members of any special
5978 classes.
5979 @xref{Set Breaks, ,Setting breakpoints}.
5980
5981 @cindex C++ exception handling
5982 @item catch @var{exceptions}
5983 @itemx info catch
5984 Debug C++ exception handling using these commands. @xref{Exception
5985 Handling, ,Breakpoints and exceptions}.
5986
5987 @cindex inheritance
5988 @item ptype @var{typename}
5989 Print inheritance relationships as well as other information for type
5990 @var{typename}.
5991 @xref{Symbols, ,Examining the Symbol Table}.
5992
5993 @cindex C++ symbol display
5994 @item set print demangle
5995 @itemx show print demangle
5996 @itemx set print asm-demangle
5997 @itemx show print asm-demangle
5998 Control whether C++ symbols display in their source form, both when
5999 displaying code as C++ source and when displaying disassemblies.
6000 @xref{Print Settings, ,Print settings}.
6001
6002 @item set print object
6003 @itemx show print object
6004 Choose whether to print derived (actual) or declared types of objects.
6005 @xref{Print Settings, ,Print settings}.
6006
6007 @item set print vtbl
6008 @itemx show print vtbl
6009 Control the format for printing virtual function tables.
6010 @xref{Print Settings, ,Print settings}.
6011
6012 @item @r{Overloaded symbol names}
6013 You can specify a particular definition of an overloaded symbol, using
6014 the same notation that is used to declare such symbols in C++: type
6015 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
6016 also use the @value{GDBN} command-line word completion facilities to list the
6017 available choices, or to finish the type list for you.
6018 @xref{Completion,, Command completion}, for details on how to do this.
6019 @end table
6020 @ifclear MOD2
6021 @c cancels "raisesections" under same conditions near bgn of chapter
6022 @lowersections
6023 @end ifclear
6024
6025 @ifset MOD2
6026 @node Modula-2
6027 @subsection Modula-2
6028 @cindex Modula-2
6029
6030 The extensions made to @value{GDBN} to support Modula-2 only support
6031 output from the @sc{gnu} Modula-2 compiler (which is currently being
6032 developed). Other Modula-2 compilers are not currently supported, and
6033 attempting to debug executables produced by them is most likely
6034 to give an error as @value{GDBN} reads in the executable's symbol
6035 table.
6036
6037 @cindex expressions in Modula-2
6038 @menu
6039 * M2 Operators:: Built-in operators
6040 * Built-In Func/Proc:: Built-in functions and procedures
6041 * M2 Constants:: Modula-2 constants
6042 * M2 Defaults:: Default settings for Modula-2
6043 * Deviations:: Deviations from standard Modula-2
6044 * M2 Checks:: Modula-2 type and range checks
6045 * M2 Scope:: The scope operators @code{::} and @code{.}
6046 * GDB/M2:: @value{GDBN} and Modula-2
6047 @end menu
6048
6049 @node M2 Operators
6050 @subsubsection Operators
6051 @cindex Modula-2 operators
6052
6053 Operators must be defined on values of specific types. For instance,
6054 @code{+} is defined on numbers, but not on structures. Operators are
6055 often defined on groups of types. For the purposes of Modula-2, the
6056 following definitions hold:
6057
6058 @itemize @bullet
6059
6060 @item
6061 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
6062 their subranges.
6063
6064 @item
6065 @emph{Character types} consist of @code{CHAR} and its subranges.
6066
6067 @item
6068 @emph{Floating-point types} consist of @code{REAL}.
6069
6070 @item
6071 @emph{Pointer types} consist of anything declared as @code{POINTER TO
6072 @var{type}}.
6073
6074 @item
6075 @emph{Scalar types} consist of all of the above.
6076
6077 @item
6078 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
6079
6080 @item
6081 @emph{Boolean types} consist of @code{BOOLEAN}.
6082 @end itemize
6083
6084 @noindent
6085 The following operators are supported, and appear in order of
6086 increasing precedence:
6087
6088 @table @code
6089 @item ,
6090 Function argument or array index separator.
6091
6092 @item :=
6093 Assignment. The value of @var{var} @code{:=} @var{value} is
6094 @var{value}.
6095
6096 @item <@r{, }>
6097 Less than, greater than on integral, floating-point, or enumerated
6098 types.
6099
6100 @item <=@r{, }>=
6101 Less than, greater than, less than or equal to, greater than or equal to
6102 on integral, floating-point and enumerated types, or set inclusion on
6103 set types. Same precedence as @code{<}.
6104
6105 @item =@r{, }<>@r{, }#
6106 Equality and two ways of expressing inequality, valid on scalar types.
6107 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
6108 available for inequality, since @code{#} conflicts with the script
6109 comment character.
6110
6111 @item IN
6112 Set membership. Defined on set types and the types of their members.
6113 Same precedence as @code{<}.
6114
6115 @item OR
6116 Boolean disjunction. Defined on boolean types.
6117
6118 @item AND@r{, }&
6119 Boolean conjuction. Defined on boolean types.
6120
6121 @item @@
6122 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
6123
6124 @item +@r{, }-
6125 Addition and subtraction on integral and floating-point types, or union
6126 and difference on set types.
6127
6128 @item *
6129 Multiplication on integral and floating-point types, or set intersection
6130 on set types.
6131
6132 @item /
6133 Division on floating-point types, or symmetric set difference on set
6134 types. Same precedence as @code{*}.
6135
6136 @item DIV@r{, }MOD
6137 Integer division and remainder. Defined on integral types. Same
6138 precedence as @code{*}.
6139
6140 @item -
6141 Negative. Defined on @code{INTEGER} and @code{REAL} data.
6142
6143 @item ^
6144 Pointer dereferencing. Defined on pointer types.
6145
6146 @item NOT
6147 Boolean negation. Defined on boolean types. Same precedence as
6148 @code{^}.
6149
6150 @item .
6151 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
6152 precedence as @code{^}.
6153
6154 @item []
6155 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
6156
6157 @item ()
6158 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
6159 as @code{^}.
6160
6161 @item ::@r{, }.
6162 @value{GDBN} and Modula-2 scope operators.
6163 @end table
6164
6165 @quotation
6166 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
6167 treats the use of the operator @code{IN}, or the use of operators
6168 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
6169 @code{<=}, and @code{>=} on sets as an error.
6170 @end quotation
6171
6172 @cindex Modula-2 built-ins
6173 @node Built-In Func/Proc
6174 @subsubsection Built-in functions and procedures
6175
6176 Modula-2 also makes available several built-in procedures and functions.
6177 In describing these, the following metavariables are used:
6178
6179 @table @var
6180
6181 @item a
6182 represents an @code{ARRAY} variable.
6183
6184 @item c
6185 represents a @code{CHAR} constant or variable.
6186
6187 @item i
6188 represents a variable or constant of integral type.
6189
6190 @item m
6191 represents an identifier that belongs to a set. Generally used in the
6192 same function with the metavariable @var{s}. The type of @var{s} should
6193 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
6194
6195 @item n
6196 represents a variable or constant of integral or floating-point type.
6197
6198 @item r
6199 represents a variable or constant of floating-point type.
6200
6201 @item t
6202 represents a type.
6203
6204 @item v
6205 represents a variable.
6206
6207 @item x
6208 represents a variable or constant of one of many types. See the
6209 explanation of the function for details.
6210 @end table
6211
6212 All Modula-2 built-in procedures also return a result, described below.
6213
6214 @table @code
6215 @item ABS(@var{n})
6216 Returns the absolute value of @var{n}.
6217
6218 @item CAP(@var{c})
6219 If @var{c} is a lower case letter, it returns its upper case
6220 equivalent, otherwise it returns its argument
6221
6222 @item CHR(@var{i})
6223 Returns the character whose ordinal value is @var{i}.
6224
6225 @item DEC(@var{v})
6226 Decrements the value in the variable @var{v}. Returns the new value.
6227
6228 @item DEC(@var{v},@var{i})
6229 Decrements the value in the variable @var{v} by @var{i}. Returns the
6230 new value.
6231
6232 @item EXCL(@var{m},@var{s})
6233 Removes the element @var{m} from the set @var{s}. Returns the new
6234 set.
6235
6236 @item FLOAT(@var{i})
6237 Returns the floating point equivalent of the integer @var{i}.
6238
6239 @item HIGH(@var{a})
6240 Returns the index of the last member of @var{a}.
6241
6242 @item INC(@var{v})
6243 Increments the value in the variable @var{v}. Returns the new value.
6244
6245 @item INC(@var{v},@var{i})
6246 Increments the value in the variable @var{v} by @var{i}. Returns the
6247 new value.
6248
6249 @item INCL(@var{m},@var{s})
6250 Adds the element @var{m} to the set @var{s} if it is not already
6251 there. Returns the new set.
6252
6253 @item MAX(@var{t})
6254 Returns the maximum value of the type @var{t}.
6255
6256 @item MIN(@var{t})
6257 Returns the minimum value of the type @var{t}.
6258
6259 @item ODD(@var{i})
6260 Returns boolean TRUE if @var{i} is an odd number.
6261
6262 @item ORD(@var{x})
6263 Returns the ordinal value of its argument. For example, the ordinal
6264 value of a character is its ASCII value (on machines supporting the
6265 ASCII character set). @var{x} must be of an ordered type, which include
6266 integral, character and enumerated types.
6267
6268 @item SIZE(@var{x})
6269 Returns the size of its argument. @var{x} can be a variable or a type.
6270
6271 @item TRUNC(@var{r})
6272 Returns the integral part of @var{r}.
6273
6274 @item VAL(@var{t},@var{i})
6275 Returns the member of the type @var{t} whose ordinal value is @var{i}.
6276 @end table
6277
6278 @quotation
6279 @emph{Warning:} Sets and their operations are not yet supported, so
6280 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
6281 an error.
6282 @end quotation
6283
6284 @cindex Modula-2 constants
6285 @node M2 Constants
6286 @subsubsection Constants
6287
6288 @value{GDBN} allows you to express the constants of Modula-2 in the following
6289 ways:
6290
6291 @itemize @bullet
6292
6293 @item
6294 Integer constants are simply a sequence of digits. When used in an
6295 expression, a constant is interpreted to be type-compatible with the
6296 rest of the expression. Hexadecimal integers are specified by a
6297 trailing @samp{H}, and octal integers by a trailing @samp{B}.
6298
6299 @item
6300 Floating point constants appear as a sequence of digits, followed by a
6301 decimal point and another sequence of digits. An optional exponent can
6302 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
6303 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
6304 digits of the floating point constant must be valid decimal (base 10)
6305 digits.
6306
6307 @item
6308 Character constants consist of a single character enclosed by a pair of
6309 like quotes, either single (@code{'}) or double (@code{"}). They may
6310 also be expressed by their ordinal value (their ASCII value, usually)
6311 followed by a @samp{C}.
6312
6313 @item
6314 String constants consist of a sequence of characters enclosed by a
6315 pair of like quotes, either single (@code{'}) or double (@code{"}).
6316 Escape sequences in the style of C are also allowed. @xref{C
6317 Constants, ,C and C++ constants}, for a brief explanation of escape
6318 sequences.
6319
6320 @item
6321 Enumerated constants consist of an enumerated identifier.
6322
6323 @item
6324 Boolean constants consist of the identifiers @code{TRUE} and
6325 @code{FALSE}.
6326
6327 @item
6328 Pointer constants consist of integral values only.
6329
6330 @item
6331 Set constants are not yet supported.
6332 @end itemize
6333
6334 @node M2 Defaults
6335 @subsubsection Modula-2 defaults
6336 @cindex Modula-2 defaults
6337
6338 If type and range checking are set automatically by @value{GDBN}, they
6339 both default to @code{on} whenever the working language changes to
6340 Modula-2. This happens regardless of whether you, or @value{GDBN},
6341 selected the working language.
6342
6343 If you allow @value{GDBN} to set the language automatically, then entering
6344 code compiled from a file whose name ends with @file{.mod} sets the
6345 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
6346 the language automatically}, for further details.
6347
6348 @node Deviations
6349 @subsubsection Deviations from standard Modula-2
6350 @cindex Modula-2, deviations from
6351
6352 A few changes have been made to make Modula-2 programs easier to debug.
6353 This is done primarily via loosening its type strictness:
6354
6355 @itemize @bullet
6356 @item
6357 Unlike in standard Modula-2, pointer constants can be formed by
6358 integers. This allows you to modify pointer variables during
6359 debugging. (In standard Modula-2, the actual address contained in a
6360 pointer variable is hidden from you; it can only be modified
6361 through direct assignment to another pointer variable or expression that
6362 returned a pointer.)
6363
6364 @item
6365 C escape sequences can be used in strings and characters to represent
6366 non-printable characters. @value{GDBN} prints out strings with these
6367 escape sequences embedded. Single non-printable characters are
6368 printed using the @samp{CHR(@var{nnn})} format.
6369
6370 @item
6371 The assignment operator (@code{:=}) returns the value of its right-hand
6372 argument.
6373
6374 @item
6375 All built-in procedures both modify @emph{and} return their argument.
6376 @end itemize
6377
6378 @node M2 Checks
6379 @subsubsection Modula-2 type and range checks
6380 @cindex Modula-2 checks
6381
6382 @quotation
6383 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
6384 range checking.
6385 @end quotation
6386 @c FIXME remove warning when type/range checks added
6387
6388 @value{GDBN} considers two Modula-2 variables type equivalent if:
6389
6390 @itemize @bullet
6391 @item
6392 They are of types that have been declared equivalent via a @code{TYPE
6393 @var{t1} = @var{t2}} statement
6394
6395 @item
6396 They have been declared on the same line. (Note: This is true of the
6397 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
6398 @end itemize
6399
6400 As long as type checking is enabled, any attempt to combine variables
6401 whose types are not equivalent is an error.
6402
6403 Range checking is done on all mathematical operations, assignment, array
6404 index bounds, and all built-in functions and procedures.
6405
6406 @node M2 Scope
6407 @subsubsection The scope operators @code{::} and @code{.}
6408 @cindex scope
6409 @kindex .
6410 @cindex colon, doubled as scope operator
6411 @ifinfo
6412 @kindex colon-colon
6413 @c Info cannot handle :: but TeX can.
6414 @end ifinfo
6415 @iftex
6416 @kindex ::
6417 @end iftex
6418
6419 There are a few subtle differences between the Modula-2 scope operator
6420 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
6421 similar syntax:
6422
6423 @example
6424
6425 @var{module} . @var{id}
6426 @var{scope} :: @var{id}
6427 @end example
6428
6429 @noindent
6430 where @var{scope} is the name of a module or a procedure,
6431 @var{module} the name of a module, and @var{id} is any declared
6432 identifier within your program, except another module.
6433
6434 Using the @code{::} operator makes @value{GDBN} search the scope
6435 specified by @var{scope} for the identifier @var{id}. If it is not
6436 found in the specified scope, then @value{GDBN} searches all scopes
6437 enclosing the one specified by @var{scope}.
6438
6439 Using the @code{.} operator makes @value{GDBN} search the current scope for
6440 the identifier specified by @var{id} that was imported from the
6441 definition module specified by @var{module}. With this operator, it is
6442 an error if the identifier @var{id} was not imported from definition
6443 module @var{module}, or if @var{id} is not an identifier in
6444 @var{module}.
6445
6446 @node GDB/M2
6447 @subsubsection @value{GDBN} and Modula-2
6448
6449 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
6450 Five subcommands of @code{set print} and @code{show print} apply
6451 specifically to C and C++: @samp{vtbl}, @samp{demangle},
6452 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
6453 apply to C++, and the last to the C @code{union} type, which has no direct
6454 analogue in Modula-2.
6455
6456 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
6457 while using any language, is not useful with Modula-2. Its
6458 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
6459 created in Modula-2 as they can in C or C++. However, because an
6460 address can be specified by an integral constant, the construct
6461 @samp{@{@var{type}@}@var{adrexp}} is still useful. (@pxref{Expressions, ,Expressions})
6462
6463 @cindex @code{#} in Modula-2
6464 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
6465 interpreted as the beginning of a comment. Use @code{<>} instead.
6466 @end ifset
6467 @end ifclear
6468
6469 @node Symbols
6470 @chapter Examining the Symbol Table
6471
6472 The commands described in this section allow you to inquire about the
6473 symbols (names of variables, functions and types) defined in your
6474 program. This information is inherent in the text of your program and
6475 does not change as your program executes. @value{GDBN} finds it in your
6476 program's symbol table, in the file indicated when you started @value{GDBN}
6477 (@pxref{File Options, ,Choosing files}), or by one of the
6478 file-management commands (@pxref{Files, ,Commands to specify files}).
6479
6480 @cindex symbol names
6481 @cindex names of symbols
6482 @cindex quoting names
6483 Occasionally, you may need to refer to symbols that contain unusual
6484 characters, which @value{GDBN} ordinarily treats as word delimiters. The
6485 most frequent case is in referring to static variables in other
6486 source files (@pxref{Variables,,Program variables}). File names
6487 are recorded in object files as debugging symbols, but @value{GDBN} would
6488 ordinarily parse a typical file name, like @file{foo.c}, as the three words
6489 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
6490 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
6491
6492 @example
6493 p 'foo.c'::x
6494 @end example
6495
6496 @noindent
6497 looks up the value of @code{x} in the scope of the file @file{foo.c}.
6498
6499 @table @code
6500 @kindex info address
6501 @item info address @var{symbol}
6502 Describe where the data for @var{symbol} is stored. For a register
6503 variable, this says which register it is kept in. For a non-register
6504 local variable, this prints the stack-frame offset at which the variable
6505 is always stored.
6506
6507 Note the contrast with @samp{print &@var{symbol}}, which does not work
6508 at all for a register variable, and for a stack local variable prints
6509 the exact address of the current instantiation of the variable.
6510
6511 @kindex whatis
6512 @item whatis @var{exp}
6513 Print the data type of expression @var{exp}. @var{exp} is not
6514 actually evaluated, and any side-effecting operations (such as
6515 assignments or function calls) inside it do not take place.
6516 @xref{Expressions, ,Expressions}.
6517
6518 @item whatis
6519 Print the data type of @code{$}, the last value in the value history.
6520
6521 @kindex ptype
6522 @item ptype @var{typename}
6523 Print a description of data type @var{typename}. @var{typename} may be
6524 the name of a type, or for C code it may have the form
6525 @ifclear CONLY
6526 @samp{class @var{class-name}},
6527 @end ifclear
6528 @samp{struct @var{struct-tag}}, @samp{union @var{union-tag}} or
6529 @samp{enum @var{enum-tag}}.
6530
6531 @item ptype @var{exp}
6532 @itemx ptype
6533 Print a description of the type of expression @var{exp}. @code{ptype}
6534 differs from @code{whatis} by printing a detailed description, instead
6535 of just the name of the type.
6536
6537 For example, for this variable declaration:
6538
6539 @example
6540 struct complex @{double real; double imag;@} v;
6541 @end example
6542
6543 @noindent
6544 the two commands give this output:
6545
6546 @example
6547 @group
6548 (@value{GDBP}) whatis v
6549 type = struct complex
6550 (@value{GDBP}) ptype v
6551 type = struct complex @{
6552 double real;
6553 double imag;
6554 @}
6555 @end group
6556 @end example
6557
6558 @noindent
6559 As with @code{whatis}, using @code{ptype} without an argument refers to
6560 the type of @code{$}, the last value in the value history.
6561
6562 @kindex info types
6563 @item info types @var{regexp}
6564 @itemx info types
6565 Print a brief description of all types whose name matches @var{regexp}
6566 (or all types in your program, if you supply no argument). Each
6567 complete typename is matched as though it were a complete line; thus,
6568 @samp{i type value} gives information on all types in your program whose
6569 name includes the string @code{value}, but @samp{i type ^value$} gives
6570 information only on types whose complete name is @code{value}.
6571
6572 This command differs from @code{ptype} in two ways: first, like
6573 @code{whatis}, it does not print a detailed description; second, it
6574 lists all source files where a type is defined.
6575
6576 @kindex info source
6577 @item info source
6578 Show the name of the current source file---that is, the source file for
6579 the function containing the current point of execution---and the language
6580 it was written in.
6581
6582 @kindex info sources
6583 @item info sources
6584 Print the names of all source files in your program for which there is
6585 debugging information, organized into two lists: files whose symbols
6586 have already been read, and files whose symbols will be read when needed.
6587
6588 @kindex info functions
6589 @item info functions
6590 Print the names and data types of all defined functions.
6591
6592 @item info functions @var{regexp}
6593 Print the names and data types of all defined functions
6594 whose names contain a match for regular expression @var{regexp}.
6595 Thus, @samp{info fun step} finds all functions whose names
6596 include @code{step}; @samp{info fun ^step} finds those whose names
6597 start with @code{step}.
6598
6599 @kindex info variables
6600 @item info variables
6601 Print the names and data types of all variables that are declared
6602 outside of functions (i.e., excluding local variables).
6603
6604 @item info variables @var{regexp}
6605 Print the names and data types of all variables (except for local
6606 variables) whose names contain a match for regular expression
6607 @var{regexp}.
6608
6609 @ignore
6610 This was never implemented.
6611 @kindex info methods
6612 @item info methods
6613 @itemx info methods @var{regexp}
6614 The @code{info methods} command permits the user to examine all defined
6615 methods within C++ program, or (with the @var{regexp} argument) a
6616 specific set of methods found in the various C++ classes. Many
6617 C++ classes provide a large number of methods. Thus, the output
6618 from the @code{ptype} command can be overwhelming and hard to use. The
6619 @code{info-methods} command filters the methods, printing only those
6620 which match the regular-expression @var{regexp}.
6621 @end ignore
6622
6623 @cindex reloading symbols
6624 Some systems allow individual object files that make up your program to
6625 be replaced without stopping and restarting your program.
6626 @ifset VXWORKS
6627 For example, in VxWorks you can simply recompile a defective object file
6628 and keep on running.
6629 @end ifset
6630 If you are running on one of these systems, you can allow @value{GDBN} to
6631 reload the symbols for automatically relinked modules:
6632
6633 @table @code
6634 @kindex set symbol-reloading
6635 @item set symbol-reloading on
6636 Replace symbol definitions for the corresponding source file when an
6637 object file with a particular name is seen again.
6638
6639 @item set symbol-reloading off
6640 Do not replace symbol definitions when re-encountering object files of
6641 the same name. This is the default state; if you are not running on a
6642 system that permits automatically relinking modules, you should leave
6643 @code{symbol-reloading} off, since otherwise @value{GDBN} may discard symbols
6644 when linking large programs, that may contain several modules (from
6645 different directories or libraries) with the same name.
6646
6647 @kindex show symbol-reloading
6648 @item show symbol-reloading
6649 Show the current @code{on} or @code{off} setting.
6650 @end table
6651
6652 @kindex maint print symbols
6653 @cindex symbol dump
6654 @kindex maint print psymbols
6655 @cindex partial symbol dump
6656 @item maint print symbols @var{filename}
6657 @itemx maint print psymbols @var{filename}
6658 @itemx maint print msymbols @var{filename}
6659 Write a dump of debugging symbol data into the file @var{filename}.
6660 These commands are used to debug the @value{GDBN} symbol-reading code. Only
6661 symbols with debugging data are included. If you use @samp{maint print
6662 symbols}, @value{GDBN} includes all the symbols for which it has already
6663 collected full details: that is, @var{filename} reflects symbols for
6664 only those files whose symbols @value{GDBN} has read. You can use the
6665 command @code{info sources} to find out which files these are. If you
6666 use @samp{maint print psymbols} instead, the dump shows information about
6667 symbols that @value{GDBN} only knows partially---that is, symbols defined in
6668 files that @value{GDBN} has skimmed, but not yet read completely. Finally,
6669 @samp{maint print msymbols} dumps just the minimal symbol information
6670 required for each object file from which @value{GDBN} has read some symbols.
6671 @xref{Files, ,Commands to specify files}, for a discussion of how
6672 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
6673 @end table
6674
6675 @node Altering
6676 @chapter Altering Execution
6677
6678 Once you think you have found an error in your program, you might want to
6679 find out for certain whether correcting the apparent error would lead to
6680 correct results in the rest of the run. You can find the answer by
6681 experiment, using the @value{GDBN} features for altering execution of the
6682 program.
6683
6684 For example, you can store new values into variables or memory
6685 locations,
6686 @ifclear BARETARGET
6687 give your program a signal, restart it
6688 @end ifclear
6689 @ifset BARETARGET
6690 restart your program
6691 @end ifset
6692 at a different address, or even return prematurely from a function.
6693
6694 @menu
6695 * Assignment:: Assignment to variables
6696 * Jumping:: Continuing at a different address
6697 @ifclear BARETARGET
6698 * Signaling:: Giving your program a signal
6699 @end ifclear
6700
6701 * Returning:: Returning from a function
6702 * Calling:: Calling your program's functions
6703 * Patching:: Patching your program
6704 @end menu
6705
6706 @node Assignment
6707 @section Assignment to variables
6708
6709 @cindex assignment
6710 @cindex setting variables
6711 To alter the value of a variable, evaluate an assignment expression.
6712 @xref{Expressions, ,Expressions}. For example,
6713
6714 @example
6715 print x=4
6716 @end example
6717
6718 @noindent
6719 stores the value 4 into the variable @code{x}, and then prints the
6720 value of the assignment expression (which is 4).
6721 @ifclear CONLY
6722 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
6723 information on operators in supported languages.
6724 @end ifclear
6725
6726 @kindex set variable
6727 @cindex variables, setting
6728 If you are not interested in seeing the value of the assignment, use the
6729 @code{set} command instead of the @code{print} command. @code{set} is
6730 really the same as @code{print} except that the expression's value is
6731 not printed and is not put in the value history (@pxref{Value History,
6732 ,Value history}). The expression is evaluated only for its effects.
6733
6734 If the beginning of the argument string of the @code{set} command
6735 appears identical to a @code{set} subcommand, use the @code{set
6736 variable} command instead of just @code{set}. This command is identical
6737 to @code{set} except for its lack of subcommands. For example, if
6738 your program has a variable @code{width}, you get
6739 an error if you try to set a new value with just @samp{set width=13},
6740 because @value{GDBN} has the command @code{set width}:
6741
6742 @example
6743 (@value{GDBP}) whatis width
6744 type = double
6745 (@value{GDBP}) p width
6746 $4 = 13
6747 (@value{GDBP}) set width=47
6748 Invalid syntax in expression.
6749 @end example
6750
6751 @noindent
6752 The invalid expression, of course, is @samp{=47}. In
6753 order to actually set the program's variable @code{width}, use
6754
6755 @example
6756 (@value{GDBP}) set var width=47
6757 @end example
6758
6759 @value{GDBN} allows more implicit conversions in assignments than C; you can
6760 freely store an integer value into a pointer variable or vice versa,
6761 and you can convert any structure to any other structure that is the
6762 same length or shorter.
6763 @comment FIXME: how do structs align/pad in these conversions?
6764 @comment /doc@cygnus.com 18dec1990
6765
6766 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
6767 construct to generate a value of specified type at a specified address
6768 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
6769 to memory location @code{0x83040} as an integer (which implies a certain size
6770 and representation in memory), and
6771
6772 @example
6773 set @{int@}0x83040 = 4
6774 @end example
6775
6776 @noindent
6777 stores the value 4 into that memory location.
6778
6779 @node Jumping
6780 @section Continuing at a different address
6781
6782 Ordinarily, when you continue your program, you do so at the place where
6783 it stopped, with the @code{continue} command. You can instead continue at
6784 an address of your own choosing, with the following commands:
6785
6786 @table @code
6787 @kindex jump
6788 @item jump @var{linespec}
6789 Resume execution at line @var{linespec}. Execution stops again
6790 immediately if there is a breakpoint there. @xref{List, ,Printing
6791 source lines}, for a description of the different forms of
6792 @var{linespec}.
6793
6794 The @code{jump} command does not change the current stack frame, or
6795 the stack pointer, or the contents of any memory location or any
6796 register other than the program counter. If line @var{linespec} is in
6797 a different function from the one currently executing, the results may
6798 be bizarre if the two functions expect different patterns of arguments or
6799 of local variables. For this reason, the @code{jump} command requests
6800 confirmation if the specified line is not in the function currently
6801 executing. However, even bizarre results are predictable if you are
6802 well acquainted with the machine-language code of your program.
6803
6804 @item jump *@var{address}
6805 Resume execution at the instruction at address @var{address}.
6806 @end table
6807
6808 You can get much the same effect as the @code{jump} command by storing a
6809 new value into the register @code{$pc}. The difference is that this
6810 does not start your program running; it only changes the address of where it
6811 @emph{will} run when you continue. For example,
6812
6813 @example
6814 set $pc = 0x485
6815 @end example
6816
6817 @noindent
6818 makes the next @code{continue} command or stepping command execute at
6819 address @code{0x485}, rather than at the address where your program stopped.
6820 @xref{Continuing and Stepping, ,Continuing and stepping}.
6821
6822 The most common occasion to use the @code{jump} command is to back up--
6823 perhaps with more breakpoints set--over a portion of a program that has
6824 already executed, in order to examine its execution in more detail.
6825
6826 @ifclear BARETARGET
6827 @c @group
6828 @node Signaling
6829 @section Giving your program a signal
6830
6831 @table @code
6832 @kindex signal
6833 @item signal @var{signal}
6834 Resume execution where your program stopped, but immediately give it the
6835 signal @var{signal}. @var{signal} can be the name or the number of a
6836 signal. For example, on many systems @code{signal 2} and @code{signal
6837 SIGINT} are both ways of sending an interrupt signal.
6838
6839 Alternatively, if @var{signal} is zero, continue execution without
6840 giving a signal. This is useful when your program stopped on account of
6841 a signal and would ordinary see the signal when resumed with the
6842 @code{continue} command; @samp{signal 0} causes it to resume without a
6843 signal.
6844
6845 @code{signal} does not repeat when you press @key{RET} a second time
6846 after executing the command.
6847 @end table
6848 @c @end group
6849
6850 Invoking the @code{signal} command is not the same as invoking the
6851 @code{kill} utility from the shell. Sending a signal with @code{kill}
6852 causes @value{GDBN} to decide what to do with the signal depending on
6853 the signal handling tables (@pxref{Signals}). The @code{signal} command
6854 passes the signal directly to your program.
6855
6856 @end ifclear
6857
6858 @node Returning
6859 @section Returning from a function
6860
6861 @table @code
6862 @cindex returning from a function
6863 @kindex return
6864 @item return
6865 @itemx return @var{expression}
6866 You can cancel execution of a function call with the @code{return}
6867 command. If you give an
6868 @var{expression} argument, its value is used as the function's return
6869 value.
6870 @end table
6871
6872 When you use @code{return}, @value{GDBN} discards the selected stack frame
6873 (and all frames within it). You can think of this as making the
6874 discarded frame return prematurely. If you wish to specify a value to
6875 be returned, give that value as the argument to @code{return}.
6876
6877 This pops the selected stack frame (@pxref{Selection, ,Selecting a
6878 frame}), and any other frames inside of it, leaving its caller as the
6879 innermost remaining frame. That frame becomes selected. The
6880 specified value is stored in the registers used for returning values
6881 of functions.
6882
6883 The @code{return} command does not resume execution; it leaves the
6884 program stopped in the state that would exist if the function had just
6885 returned. In contrast, the @code{finish} command (@pxref{Continuing
6886 and Stepping, ,Continuing and stepping}) resumes execution until the
6887 selected stack frame returns naturally.
6888
6889 @node Calling
6890 @section Calling program functions
6891
6892 @cindex calling functions
6893 @kindex call
6894 @table @code
6895 @item call @var{expr}
6896 Evaluate the expression @var{expr} without displaying @code{void}
6897 returned values.
6898 @end table
6899
6900 You can use this variant of the @code{print} command if you want to
6901 execute a function from your program, but without cluttering the output
6902 with @code{void} returned values. If the result is not void, it
6903 is printed and saved in the value history.
6904
6905 A new user-controlled variable, @var{call_scratch_address}, specifies
6906 the location of a scratch area to be used when @value{GDBN} calls a
6907 function in the target. This is necessary because the usual method
6908 of putting the scratch area on the stack does not work in systems that
6909 have separate instruction and data spaces.
6910
6911 @node Patching
6912 @section Patching programs
6913 @cindex patching binaries
6914 @cindex writing into executables
6915 @ifclear BARETARGET
6916 @cindex writing into corefiles
6917 @end ifclear
6918
6919 By default, @value{GDBN} opens the file containing your program's executable
6920 code
6921 @ifclear BARETARGET
6922 (or the corefile)
6923 @end ifclear
6924 read-only. This prevents accidental alterations
6925 to machine code; but it also prevents you from intentionally patching
6926 your program's binary.
6927
6928 If you'd like to be able to patch the binary, you can specify that
6929 explicitly with the @code{set write} command. For example, you might
6930 want to turn on internal debugging flags, or even to make emergency
6931 repairs.
6932
6933 @table @code
6934 @kindex set write
6935 @item set write on
6936 @itemx set write off
6937 If you specify @samp{set write on}, @value{GDBN} opens executable
6938 @ifclear BARETARGET
6939 and core
6940 @end ifclear
6941 files for both reading and writing; if you specify @samp{set write
6942 off} (the default), @value{GDBN} opens them read-only.
6943
6944 If you have already loaded a file, you must load it again (using the
6945 @code{exec-file}
6946 @ifclear BARETARGET
6947 or @code{core-file}
6948 @end ifclear
6949 command) after changing @code{set write}, for your new setting to take
6950 effect.
6951
6952 @item show write
6953 @kindex show write
6954 Display whether executable files
6955 @ifclear BARETARGET
6956 and core files
6957 @end ifclear
6958 are opened for writing as well as reading.
6959 @end table
6960
6961 @node GDB Files
6962 @chapter @value{GDBN} Files
6963
6964 @value{GDBN} needs to know the file name of the program to be debugged, both in
6965 order to read its symbol table and in order to start your program.
6966 @ifclear BARETARGET
6967 To debug a core dump of a previous run, you must also tell @value{GDBN}
6968 the name of the core dump file.
6969 @end ifclear
6970
6971 @menu
6972 * Files:: Commands to specify files
6973 * Symbol Errors:: Errors reading symbol files
6974 @end menu
6975
6976 @node Files
6977 @section Commands to specify files
6978 @cindex symbol table
6979
6980 @ifclear BARETARGET
6981 @cindex core dump file
6982 You may want to specify executable and core dump file names.
6983 The usual way to do this is at start-up time, using the arguments to
6984 @value{GDBN}'s start-up commands (@pxref{Invocation, ,
6985 Getting In and Out of @value{GDBN}}).
6986 @end ifclear
6987 @ifset BARETARGET
6988 The usual way to specify an executable file name is with
6989 the command argument given when you start @value{GDBN}, (@pxref{Invocation,
6990 ,Getting In and Out of @value{GDBN}}.
6991 @end ifset
6992
6993 Occasionally it is necessary to change to a different file during a
6994 @value{GDBN} session. Or you may run @value{GDBN} and forget to specify
6995 a file you want to use. In these situations the @value{GDBN} commands
6996 to specify new files are useful.
6997
6998 @table @code
6999 @cindex executable file
7000 @kindex file
7001 @item file @var{filename}
7002 Use @var{filename} as the program to be debugged. It is read for its
7003 symbols and for the contents of pure memory. It is also the program
7004 executed when you use the @code{run} command. If you do not specify a
7005 directory and the file is not found in the @value{GDBN} working directory,
7006 @value{GDBN} uses the environment variable @code{PATH} as a list of
7007 directories to search, just as the shell does when looking for a program
7008 to run. You can change the value of this variable, for both @value{GDBN}
7009 and your program, using the @code{path} command.
7010
7011 On systems with memory-mapped files, an auxiliary file
7012 @file{@var{filename}.syms} may hold symbol table information for
7013 @var{filename}. If so, @value{GDBN} maps in the symbol table from
7014 @file{@var{filename}.syms}, starting up more quickly. See the
7015 descriptions of the file options @samp{-mapped} and @samp{-readnow}
7016 (available on the command line, and with the commands @code{file},
7017 @code{symbol-file}, or @code{add-symbol-file}, described below),
7018 for more information.
7019
7020 @item file
7021 @code{file} with no argument makes @value{GDBN} discard any information it
7022 has on both executable file and the symbol table.
7023
7024 @kindex exec-file
7025 @item exec-file @r{[} @var{filename} @r{]}
7026 Specify that the program to be run (but not the symbol table) is found
7027 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
7028 if necessary to locate your program. Omitting @var{filename} means to
7029 discard information on the executable file.
7030
7031 @kindex symbol-file
7032 @item symbol-file @r{[} @var{filename} @r{]}
7033 Read symbol table information from file @var{filename}. @code{PATH} is
7034 searched when necessary. Use the @code{file} command to get both symbol
7035 table and program to run from the same file.
7036
7037 @code{symbol-file} with no argument clears out @value{GDBN} information on your
7038 program's symbol table.
7039
7040 The @code{symbol-file} command causes @value{GDBN} to forget the contents
7041 of its convenience variables, the value history, and all breakpoints and
7042 auto-display expressions. This is because they may contain pointers to
7043 the internal data recording symbols and data types, which are part of
7044 the old symbol table data being discarded inside @value{GDBN}.
7045
7046 @code{symbol-file} does not repeat if you press @key{RET} again after
7047 executing it once.
7048
7049 When @value{GDBN} is configured for a particular environment, it
7050 understands debugging information in whatever format is the standard
7051 generated for that environment; you may use either a @sc{gnu} compiler, or
7052 other compilers that adhere to the local conventions. Best results are
7053 usually obtained from @sc{gnu} compilers; for example, using @code{@value{GCC}}
7054 you can generate debugging information for optimized code.
7055
7056 On some kinds of object files, the @code{symbol-file} command does not
7057 normally read the symbol table in full right away. Instead, it scans
7058 the symbol table quickly to find which source files and which symbols
7059 are present. The details are read later, one source file at a time,
7060 as they are needed.
7061
7062 The purpose of this two-stage reading strategy is to make @value{GDBN} start up
7063 faster. For the most part, it is invisible except for occasional
7064 pauses while the symbol table details for a particular source file are
7065 being read. (The @code{set verbose} command can turn these pauses
7066 into messages if desired. @xref{Messages/Warnings, ,Optional warnings
7067 and messages}.)
7068
7069 We have not implemented the two-stage strategy for COFF yet. When the
7070 symbol table is stored in COFF format, @code{symbol-file} reads the
7071 symbol table data in full right away.
7072
7073 @kindex readnow
7074 @cindex reading symbols immediately
7075 @cindex symbols, reading immediately
7076 @kindex mapped
7077 @cindex memory-mapped symbol file
7078 @cindex saving symbol table
7079 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
7080 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
7081 You can override the @value{GDBN} two-stage strategy for reading symbol
7082 tables by using the @samp{-readnow} option with any of the commands that
7083 load symbol table information, if you want to be sure @value{GDBN} has the
7084 entire symbol table available.
7085
7086 @ifclear BARETARGET
7087 If memory-mapped files are available on your system through the
7088 @code{mmap} system call, you can use another option, @samp{-mapped}, to
7089 cause @value{GDBN} to write the symbols for your program into a reusable
7090 file. Future @value{GDBN} debugging sessions map in symbol information
7091 from this auxiliary symbol file (if the program has not changed), rather
7092 than spending time reading the symbol table from the executable
7093 program. Using the @samp{-mapped} option has the same effect as
7094 starting @value{GDBN} with the @samp{-mapped} command-line option.
7095
7096 You can use both options together, to make sure the auxiliary symbol
7097 file has all the symbol information for your program.
7098
7099 The auxiliary symbol file for a program called @var{myprog} is called
7100 @samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
7101 than the corresponding executable), @value{GDBN} always attempts to use
7102 it when you debug @var{myprog}; no special options or commands are
7103 needed.
7104
7105 The @file{.syms} file is specific to the host machine where you run
7106 @value{GDBN}. It holds an exact image of the internal @value{GDBN}
7107 symbol table. It cannot be shared across multiple host platforms.
7108
7109 @c FIXME: for now no mention of directories, since this seems to be in
7110 @c flux. 13mar1992 status is that in theory GDB would look either in
7111 @c current dir or in same dir as myprog; but issues like competing
7112 @c GDB's, or clutter in system dirs, mean that in practice right now
7113 @c only current dir is used. FFish says maybe a special GDB hierarchy
7114 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
7115 @c files.
7116
7117 @kindex core
7118 @kindex core-file
7119 @item core-file @r{[} @var{filename} @r{]}
7120 Specify the whereabouts of a core dump file to be used as the ``contents
7121 of memory''. Traditionally, core files contain only some parts of the
7122 address space of the process that generated them; @value{GDBN} can access the
7123 executable file itself for other parts.
7124
7125 @code{core-file} with no argument specifies that no core file is
7126 to be used.
7127
7128 Note that the core file is ignored when your program is actually running
7129 under @value{GDBN}. So, if you have been running your program and you wish to
7130 debug a core file instead, you must kill the subprocess in which the
7131 program is running. To do this, use the @code{kill} command
7132 (@pxref{Kill Process, ,Killing the child process}).
7133 @end ifclear
7134
7135 @kindex load @var{filename}
7136 @item load @var{filename}
7137 @ifset GENERIC
7138 Depending on what remote debugging facilities are configured into
7139 @value{GDBN}, the @code{load} command may be available. Where it exists, it
7140 is meant to make @var{filename} (an executable) available for debugging
7141 on the remote system---by downloading, or dynamic linking, for example.
7142 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
7143 the @code{add-symbol-file} command.
7144
7145 If your @value{GDBN} does not have a @code{load} command, attempting to
7146 execute it gets the error message ``@code{You can't do that when your
7147 target is @dots{}}''
7148 @end ifset
7149
7150 The file is loaded at whatever address is specified in the executable.
7151 For some object file formats, you can specify the load address when you
7152 link the program; for other formats, like a.out, the object file format
7153 specifies a fixed address.
7154 @c FIXME! This would be a good place for an xref to the GNU linker doc.
7155
7156 @ifset VXWORKS
7157 On VxWorks, @code{load} links @var{filename} dynamically on the
7158 current target system as well as adding its symbols in @value{GDBN}.
7159 @end ifset
7160
7161 @ifset I960
7162 @cindex download to Nindy-960
7163 With the Nindy interface to an Intel 960 board, @code{load}
7164 downloads @var{filename} to the 960 as well as adding its symbols in
7165 @value{GDBN}.
7166 @end ifset
7167
7168 @ifset H8
7169 @cindex download to H8/300 or H8/500
7170 @cindex H8/300 or H8/500 download
7171 @cindex download to Hitachi SH
7172 @cindex Hitachi SH download
7173 When you select remote debugging to a Hitachi SH, H8/300, or H8/500 board
7174 (@pxref{Hitachi Remote,,@value{GDBN} and Hitachi Microprocessors}),
7175 the @code{load} command downloads your program to the Hitachi board and also
7176 opens it as the current executable target for @value{GDBN} on your host
7177 (like the @code{file} command).
7178 @end ifset
7179
7180 @code{load} does not repeat if you press @key{RET} again after using it.
7181
7182 @ifclear BARETARGET
7183 @kindex add-symbol-file
7184 @cindex dynamic linking
7185 @item add-symbol-file @var{filename} @var{address}
7186 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
7187 The @code{add-symbol-file} command reads additional symbol table information
7188 from the file @var{filename}. You would use this command when @var{filename}
7189 has been dynamically loaded (by some other means) into the program that
7190 is running. @var{address} should be the memory address at which the
7191 file has been loaded; @value{GDBN} cannot figure this out for itself.
7192 You can specify @var{address} as an expression.
7193
7194 The symbol table of the file @var{filename} is added to the symbol table
7195 originally read with the @code{symbol-file} command. You can use the
7196 @code{add-symbol-file} command any number of times; the new symbol data thus
7197 read keeps adding to the old. To discard all old symbol data instead,
7198 use the @code{symbol-file} command.
7199
7200 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
7201
7202 You can use the @samp{-mapped} and @samp{-readnow} options just as with
7203 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
7204 table information for @var{filename}.
7205
7206 @kindex add-shared-symbol-file
7207 @item add-shared-symbol-file
7208 The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
7209 operating system for the Motorola 88k. @value{GDBN} automatically looks for
7210 shared libraries, however if @value{GDBN} does not find yours, you can run
7211 @code{add-shared-symbol-file}. It takes no arguments.
7212 @end ifclear
7213
7214 @kindex section
7215 @item section
7216 The @code{section} command changes the base address of section SECTION of
7217 the exec file to ADDR. This can be used if the exec file does not contain
7218 section addresses, (such as in the a.out format), or when the addresses
7219 specified in the file itself are wrong. Each section must be changed
7220 separately. The ``info files'' command lists all the sections and their
7221 addresses.
7222
7223 @kindex info files
7224 @kindex info target
7225 @item info files
7226 @itemx info target
7227 @code{info files} and @code{info target} are synonymous; both print
7228 the current target (@pxref{Targets, ,Specifying a Debugging Target}),
7229 including the
7230 @ifclear BARETARGET
7231 names of the executable and core dump files
7232 @end ifclear
7233 @ifset BARETARGET
7234 name of the executable file
7235 @end ifset
7236 currently in use by @value{GDBN}, and the files from which symbols were
7237 loaded. The command @code{help target} lists all possible targets
7238 rather than current ones.
7239 @end table
7240
7241 All file-specifying commands allow both absolute and relative file names
7242 as arguments. @value{GDBN} always converts the file name to an absolute file
7243 name and remembers it that way.
7244
7245 @ifclear BARETARGET
7246 @cindex shared libraries
7247 @value{GDBN} supports SunOS, SVr4, Irix 5, and IBM RS/6000 shared libraries.
7248 @value{GDBN} automatically loads symbol definitions from shared libraries
7249 when you use the @code{run} command, or when you examine a core file.
7250 (Before you issue the @code{run} command, @value{GDBN} does not understand
7251 references to a function in a shared library, however---unless you are
7252 debugging a core file).
7253 @c FIXME: some @value{GDBN} release may permit some refs to undef
7254 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
7255 @c FIXME...lib; check this from time to time when updating manual
7256
7257 @table @code
7258 @kindex info sharedlibrary
7259 @kindex info share
7260 @item info share
7261 @itemx info sharedlibrary
7262 Print the names of the shared libraries which are currently loaded.
7263
7264 @kindex sharedlibrary
7265 @kindex share
7266 @item sharedlibrary @var{regex}
7267 @itemx share @var{regex}
7268
7269 Load shared object library symbols for files matching a
7270 Unix regular expression.
7271 As with files loaded automatically, it only loads shared libraries
7272 required by your program for a core file or after typing @code{run}. If
7273 @var{regex} is omitted all shared libraries required by your program are
7274 loaded.
7275 @end table
7276 @end ifclear
7277
7278 @node Symbol Errors
7279 @section Errors reading symbol files
7280
7281 While reading a symbol file, @value{GDBN} occasionally encounters problems,
7282 such as symbol types it does not recognize, or known bugs in compiler
7283 output. By default, @value{GDBN} does not notify you of such problems, since
7284 they are relatively common and primarily of interest to people
7285 debugging compilers. If you are interested in seeing information
7286 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
7287 only one message about each such type of problem, no matter how many
7288 times the problem occurs; or you can ask @value{GDBN} to print more messages,
7289 to see how many times the problems occur, with the @code{set
7290 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
7291 messages}).
7292
7293 The messages currently printed, and their meanings, include:
7294
7295 @table @code
7296 @item inner block not inside outer block in @var{symbol}
7297
7298 The symbol information shows where symbol scopes begin and end
7299 (such as at the start of a function or a block of statements). This
7300 error indicates that an inner scope block is not fully contained
7301 in its outer scope blocks.
7302
7303 @value{GDBN} circumvents the problem by treating the inner block as if it had
7304 the same scope as the outer block. In the error message, @var{symbol}
7305 may be shown as ``@code{(don't know)}'' if the outer block is not a
7306 function.
7307
7308 @item block at @var{address} out of order
7309
7310 The symbol information for symbol scope blocks should occur in
7311 order of increasing addresses. This error indicates that it does not
7312 do so.
7313
7314 @value{GDBN} does not circumvent this problem, and has trouble
7315 locating symbols in the source file whose symbols it is reading. (You
7316 can often determine what source file is affected by specifying
7317 @code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
7318 messages}.)
7319
7320 @item bad block start address patched
7321
7322 The symbol information for a symbol scope block has a start address
7323 smaller than the address of the preceding source line. This is known
7324 to occur in the SunOS 4.1.1 (and earlier) C compiler.
7325
7326 @value{GDBN} circumvents the problem by treating the symbol scope block as
7327 starting on the previous source line.
7328
7329 @item bad string table offset in symbol @var{n}
7330
7331 @cindex foo
7332 Symbol number @var{n} contains a pointer into the string table which is
7333 larger than the size of the string table.
7334
7335 @value{GDBN} circumvents the problem by considering the symbol to have the
7336 name @code{foo}, which may cause other problems if many symbols end up
7337 with this name.
7338
7339 @item unknown symbol type @code{0x@var{nn}}
7340
7341 The symbol information contains new data types that @value{GDBN} does not yet
7342 know how to read. @code{0x@var{nn}} is the symbol type of the misunderstood
7343 information, in hexadecimal.
7344
7345 @value{GDBN} circumvents the error by ignoring this symbol information. This
7346 usually allows you to debug your program, though certain symbols
7347 are not accessible. If you encounter such a problem and feel like
7348 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint on
7349 @code{complain}, then go up to the function @code{read_dbx_symtab} and
7350 examine @code{*bufp} to see the symbol.
7351
7352 @item stub type has NULL name
7353 @value{GDBN} could not find the full definition for
7354 @ifclear CONLY
7355 a struct or class.
7356 @end ifclear
7357 @ifset CONLY
7358 a struct.
7359 @end ifset
7360
7361 @ifclear CONLY
7362 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
7363
7364 The symbol information for a C++ member function is missing some
7365 information that recent versions of the compiler should have output
7366 for it.
7367 @end ifclear
7368
7369 @item info mismatch between compiler and debugger
7370
7371 @value{GDBN} could not parse a type specification output by the compiler.
7372 @end table
7373
7374 @node Targets
7375 @chapter Specifying a Debugging Target
7376 @cindex debugging target
7377 @kindex target
7378
7379 A @dfn{target} is the execution environment occupied by your program.
7380 @ifclear BARETARGET
7381 Often, @value{GDBN} runs in the same host environment as your program; in
7382 that case, the debugging target is specified as a side effect when you
7383 use the @code{file} or @code{core} commands. When you need more
7384 flexibility---for example, running @value{GDBN} on a physically separate
7385 host, or controlling a standalone system over a serial port or a
7386 realtime system over a TCP/IP connection---you
7387 @end ifclear
7388 @ifset BARETARGET
7389 You
7390 @end ifset
7391 can use the @code{target} command to specify one of the target types
7392 configured for @value{GDBN} (@pxref{Target Commands, ,Commands for managing
7393 targets}).
7394
7395 @menu
7396 * Active Targets:: Active targets
7397 * Target Commands:: Commands for managing targets
7398 * Remote:: Remote debugging
7399 @end menu
7400
7401 @node Active Targets
7402 @section Active targets
7403 @cindex stacking targets
7404 @cindex active targets
7405 @cindex multiple targets
7406
7407 @ifclear BARETARGET
7408 There are three classes of targets: processes, core files, and
7409 executable files. @value{GDBN} can work concurrently on up to three active
7410 targets, one in each class. This allows you to (for example) start a
7411 process and inspect its activity without abandoning your work on a core
7412 file.
7413
7414 For example, if you execute @samp{gdb a.out}, then the executable file
7415 @code{a.out} is the only active target. If you designate a core file as
7416 well---presumably from a prior run that crashed and coredumped---then
7417 @value{GDBN} has two active targets and uses them in tandem, looking
7418 first in the corefile target, then in the executable file, to satisfy
7419 requests for memory addresses. (Typically, these two classes of target
7420 are complementary, since core files contain only a program's
7421 read-write memory---variables and so on---plus machine status, while
7422 executable files contain only the program text and initialized data.)
7423 @end ifclear
7424
7425 When you type @code{run}, your executable file becomes an active process
7426 target as well. When a process target is active, all @value{GDBN} commands
7427 requesting memory addresses refer to that target; addresses in an
7428 @ifclear BARETARGET
7429 active core file or
7430 @end ifclear
7431 executable file target are obscured while the process
7432 target is active.
7433
7434 @ifset BARETARGET
7435 Use the @code{exec-file} command to select a
7436 new executable target (@pxref{Files, ,Commands to specify
7437 files}).
7438 @end ifset
7439 @ifclear BARETARGET
7440 Use the @code{core-file} and @code{exec-file} commands to select a
7441 new core file or executable target (@pxref{Files, ,Commands to specify
7442 files}). To specify as a target a process that is already running, use
7443 the @code{attach} command (@pxref{Attach, ,Debugging an
7444 already-running process}).
7445 @end ifclear
7446
7447 @node Target Commands
7448 @section Commands for managing targets
7449
7450 @table @code
7451 @item target @var{type} @var{parameters}
7452 Connects the @value{GDBN} host environment to a target
7453 @ifset BARETARGET
7454 machine.
7455 @end ifset
7456 @ifclear BARETARGET
7457 machine or process. A target is typically a protocol for talking to
7458 debugging facilities. You use the argument @var{type} to specify the
7459 type or protocol of the target machine.
7460
7461 Further @var{parameters} are interpreted by the target protocol, but
7462 typically include things like device names or host names to connect
7463 with, process numbers, and baud rates.
7464 @end ifclear
7465
7466 The @code{target} command does not repeat if you press @key{RET} again
7467 after executing the command.
7468
7469 @kindex help target
7470 @item help target
7471 Displays the names of all targets available. To display targets
7472 currently selected, use either @code{info target} or @code{info files}
7473 (@pxref{Files, ,Commands to specify files}).
7474
7475 @item help target @var{name}
7476 Describe a particular target, including any parameters necessary to
7477 select it.
7478
7479 @kindex set gnutarget
7480 @item set gnutarget @var{args}
7481 @value{GDBN}uses its own library BFD to read your files. @value{GDBN}
7482 knows whether it is reading an @dfn{executable},
7483 a @dfn{core}, or a @dfn{.o} file, however you can specify the file format
7484 with the @code{set gnutarget} command. Unlike most @code{target} commands,
7485 with @code{gnutarget} the @code{target} refers to a program, not a machine.
7486
7487 @emph{Warning:} To specify a file format with @code{set gnutarget},
7488 you must know the actual BFD name.
7489
7490 @noindent @xref{Files, , Commands to specify files}.
7491
7492 @kindex show gnutarget
7493 @item show gnutarget
7494 Use the @code{show gnutarget} command to display what file format
7495 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
7496 @value{GDBN} will determine the file format for each file automatically
7497 and @code{show gnutarget} displays @code{The current BDF target is "auto"}.
7498 @end table
7499
7500 Here are some common targets (available, or not, depending on the GDB
7501 configuration):
7502
7503 @table @code
7504 @kindex target exec
7505 @item target exec @var{program}
7506 An executable file. @samp{target exec @var{program}} is the same as
7507 @samp{exec-file @var{program}}.
7508
7509 @ifclear BARETARGET
7510 @kindex target core
7511 @item target core @var{filename}
7512 A core dump file. @samp{target core @var{filename}} is the same as
7513 @samp{core-file @var{filename}}.
7514 @end ifclear
7515
7516 @ifset REMOTESTUB
7517 @kindex target remote
7518 @item target remote @var{dev}
7519 Remote serial target in GDB-specific protocol. The argument @var{dev}
7520 specifies what serial device to use for the connection (e.g.
7521 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
7522 now supports the @code{load} command. This is only useful if you have
7523 some other way of getting the stub to the target system, and you can put
7524 it somewhere in memory where it won't get clobbered by the download.
7525 @end ifset
7526
7527 @ifset SIMS
7528 @kindex target sim
7529 @item target sim
7530 CPU simulator. @xref{Simulator,,Simulated CPU Target}.
7531 @end ifset
7532
7533 @ifset AMD29K
7534 @kindex target udi
7535 @item target udi @var{keyword}
7536 Remote AMD29K target, using the AMD UDI protocol. The @var{keyword}
7537 argument specifies which 29K board or simulator to use. @xref{UDI29K
7538 Remote,,The UDI protocol for AMD29K}.
7539
7540 @kindex target amd-eb
7541 @item target amd-eb @var{dev} @var{speed} @var{PROG}
7542 @cindex AMD EB29K
7543 Remote PC-resident AMD EB29K board, attached over serial lines.
7544 @var{dev} is the serial device, as for @code{target remote};
7545 @var{speed} allows you to specify the linespeed; and @var{PROG} is the
7546 name of the program to be debugged, as it appears to DOS on the PC.
7547 @xref{EB29K Remote, ,The EBMON protocol for AMD29K}.
7548
7549 @end ifset
7550 @ifset H8
7551 @kindex target hms
7552 @item target hms @var{dev}
7553 A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
7554 @ifclear H8EXCLUSIVE
7555 Use special commands @code{device} and @code{speed} to control the serial
7556 line and the communications speed used.
7557 @end ifclear
7558 @xref{Hitachi Remote,,@value{GDBN} and Hitachi Microprocessors}.
7559
7560 @end ifset
7561 @ifset I960
7562 @kindex target nindy
7563 @item target nindy @var{devicename}
7564 An Intel 960 board controlled by a Nindy Monitor. @var{devicename} is
7565 the name of the serial device to use for the connection, e.g.
7566 @file{/dev/ttya}. @xref{i960-Nindy Remote, ,@value{GDBN} with a remote i960 (Nindy)}.
7567
7568 @end ifset
7569 @ifset ST2000
7570 @kindex target st2000
7571 @item target st2000 @var{dev} @var{speed}
7572 A Tandem ST2000 phone switch, running Tandem's STDBUG protocol. @var{dev}
7573 is the name of the device attached to the ST2000 serial line;
7574 @var{speed} is the communication line speed. The arguments are not used
7575 if @value{GDBN} is configured to connect to the ST2000 using TCP or Telnet.
7576 @xref{ST2000 Remote,,@value{GDBN} with a Tandem ST2000}.
7577 @end ifset
7578
7579 @ifset VXWORKS
7580 @kindex target vxworks
7581 @item target vxworks @var{machinename}
7582 A VxWorks system, attached via TCP/IP. The argument @var{machinename}
7583 is the target system's machine name or IP address.
7584 @xref{VxWorks Remote, ,@value{GDBN} and VxWorks}.
7585 @end ifset
7586
7587 @kindex target cpu32bug
7588 @item target cpu32bug @var{dev}
7589 CPU32BUG monitor, running on a CPU32 (M68K) board.
7590
7591 @kindex target op50n
7592 @item target op50n @var{dev}
7593 OP50N monitor, running on an OKI HPPA board.
7594
7595 @kindex target w89k
7596 @item target w89k @var{dev}
7597 W89K monitor, running on a Winbond HPPA board.
7598
7599 @kindex target est
7600 @item target est @var{dev}
7601 EST-300 ICE monitor, running on a CPU32 (M68K) board.
7602
7603 @kindex target rom68k
7604 @item target rom68k @var{dev}
7605 ROM 68K monitor, running on an IDP board.
7606
7607 @kindex target array
7608 @item target array @var{dev}
7609 Array Tech LSI33K RAID controller board.
7610
7611 @kindex target sparclite
7612 @item target sparclite @var{dev}
7613 Fujitsu sparclite boards, used only for the purpose of loading.
7614 You must use an additional command to debug the program.
7615 For example: target remote @var{dev} using @value{GDBN} standard
7616 remote protocol.
7617 @end table
7618
7619 @ifset GENERIC
7620 Different targets are available on different configurations of @value{GDBN};
7621 your configuration may have more or fewer targets.
7622 @end ifset
7623
7624 @section Choosing target byte order
7625 @cindex choosing target byte order
7626 @cindex target byte order
7627 @kindex set endian big
7628 @kindex set endian little
7629 @kindex set endian auto
7630 @kindex show endian
7631
7632 You can now choose which byte order to use with a target system.
7633 Use the @code{set endian big} and @code{set endian little} commands.
7634 Use the @code{set endian auto} command to instruct
7635 @value{GDBN} to use the byte order associated with the executable.
7636 You can see the current setting for byte order with the @code{show endian}
7637 command.
7638
7639 @emph{Warning:} Currently, only embedded MIPS configurations support
7640 dynamic selection of target byte order.
7641
7642 @node Remote
7643 @section Remote debugging
7644 @cindex remote debugging
7645
7646 If you are trying to debug a program running on a machine that cannot run
7647 @value{GDBN} in the usual way, it is often useful to use remote debugging.
7648 For example, you might use remote debugging on an operating system kernel,
7649 or on a small system which does not have a general purpose operating system
7650 powerful enough to run a full-featured debugger.
7651
7652 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
7653 to make this work with particular debugging targets. In addition,
7654 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
7655 but not specific to any particular target system) which you can use if you
7656 write the remote stubs---the code that runs on the remote system to
7657 communicate with @value{GDBN}.
7658
7659 Other remote targets may be available in your
7660 configuration of @value{GDBN}; use @code{help target} to list them.
7661
7662 @ifset GENERIC
7663 @c Text on starting up GDB in various specific cases; it goes up front
7664 @c in manuals configured for any of those particular situations, here
7665 @c otherwise.
7666 @menu
7667 @ifset REMOTESTUB
7668 * Remote Serial:: @value{GDBN} remote serial protocol
7669 @end ifset
7670 @ifset I960
7671 * i960-Nindy Remote:: @value{GDBN} with a remote i960 (Nindy)
7672 @end ifset
7673 @ifset AMD29K
7674 * UDI29K Remote:: The UDI protocol for AMD29K
7675 * EB29K Remote:: The EBMON protocol for AMD29K
7676 @end ifset
7677 @ifset VXWORKS
7678 * VxWorks Remote:: @value{GDBN} and VxWorks
7679 @end ifset
7680 @ifset ST2000
7681 * ST2000 Remote:: @value{GDBN} with a Tandem ST2000
7682 @end ifset
7683 @ifset H8
7684 * Hitachi Remote:: @value{GDBN} and Hitachi Microprocessors
7685 @end ifset
7686 @ifset MIPS
7687 * MIPS Remote:: @value{GDBN} and MIPS boards
7688 @end ifset
7689 @ifset SPARCLET
7690 * Sparclet Remote:: @value{GDBN} and Sparclet boards
7691 @end ifset
7692 @ifset SIMS
7693 * Simulator:: Simulated CPU target
7694 @end ifset
7695 @end menu
7696
7697 @include remote.texi
7698 @end ifset
7699
7700 @node Controlling GDB
7701 @chapter Controlling @value{GDBN}
7702
7703 You can alter the way @value{GDBN} interacts with you by using
7704 the @code{set} command. For commands controlling how @value{GDBN} displays
7705 data, @pxref{Print Settings, ,Print settings}; other settings are described
7706 here.
7707
7708 @menu
7709 * Prompt:: Prompt
7710 * Editing:: Command editing
7711 * History:: Command history
7712 * Screen Size:: Screen size
7713 * Numbers:: Numbers
7714 * Messages/Warnings:: Optional warnings and messages
7715 @end menu
7716
7717 @node Prompt
7718 @section Prompt
7719
7720 @cindex prompt
7721
7722 @value{GDBN} indicates its readiness to read a command by printing a string
7723 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
7724 can change the prompt string with the @code{set prompt} command. For
7725 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
7726 the prompt in one of the @value{GDBN} sessions so that you can always tell
7727 which one you are talking to.
7728
7729 @emph{Note:} @code{set prompt} no longer adds a space for you after the
7730 prompt you set. This allows you to set a prompt which ends in a space
7731 or a prompt that does not.
7732
7733 @table @code
7734 @kindex set prompt
7735 @item set prompt @var{newprompt}
7736 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
7737
7738 @kindex show prompt
7739 @item show prompt
7740 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
7741 @end table
7742
7743 @node Editing
7744 @section Command editing
7745 @cindex readline
7746 @cindex command line editing
7747
7748 @value{GDBN} reads its input commands via the @dfn{readline} interface. This
7749 @sc{gnu} library provides consistent behavior for programs which provide a
7750 command line interface to the user. Advantages are @sc{gnu} Emacs-style
7751 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
7752 substitution, and a storage and recall of command history across
7753 debugging sessions.
7754
7755 You may control the behavior of command line editing in @value{GDBN} with the
7756 command @code{set}.
7757
7758 @table @code
7759 @kindex set editing
7760 @cindex editing
7761 @item set editing
7762 @itemx set editing on
7763 Enable command line editing (enabled by default).
7764
7765 @item set editing off
7766 Disable command line editing.
7767
7768 @kindex show editing
7769 @item show editing
7770 Show whether command line editing is enabled.
7771 @end table
7772
7773 @node History
7774 @section Command history
7775
7776 @value{GDBN} can keep track of the commands you type during your
7777 debugging sessions, so that you can be certain of precisely what
7778 happened. Use these commands to manage the @value{GDBN} command
7779 history facility.
7780
7781 @table @code
7782 @cindex history substitution
7783 @cindex history file
7784 @kindex set history filename
7785 @kindex GDBHISTFILE
7786 @item set history filename @var{fname}
7787 Set the name of the @value{GDBN} command history file to @var{fname}.
7788 This is the file where @value{GDBN} reads an initial command history
7789 list, and where it writes the command history from this session when it
7790 exits. You can access this list through history expansion or through
7791 the history command editing characters listed below. This file defaults
7792 to the value of the environment variable @code{GDBHISTFILE}, or to
7793 @file{./.gdb_history} if this variable is not set.
7794
7795 @cindex history save
7796 @kindex set history save
7797 @item set history save
7798 @itemx set history save on
7799 Record command history in a file, whose name may be specified with the
7800 @code{set history filename} command. By default, this option is disabled.
7801
7802 @item set history save off
7803 Stop recording command history in a file.
7804
7805 @cindex history size
7806 @kindex set history size
7807 @item set history size @var{size}
7808 Set the number of commands which @value{GDBN} keeps in its history list.
7809 This defaults to the value of the environment variable
7810 @code{HISTSIZE}, or to 256 if this variable is not set.
7811 @end table
7812
7813 @cindex history expansion
7814 History expansion assigns special meaning to the character @kbd{!}.
7815 @ifset have-readline-appendices
7816 @xref{Event Designators}.
7817 @end ifset
7818
7819 Since @kbd{!} is also the logical not operator in C, history expansion
7820 is off by default. If you decide to enable history expansion with the
7821 @code{set history expansion on} command, you may sometimes need to
7822 follow @kbd{!} (when it is used as logical not, in an expression) with
7823 a space or a tab to prevent it from being expanded. The readline
7824 history facilities do not attempt substitution on the strings
7825 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
7826
7827 The commands to control history expansion are:
7828
7829 @table @code
7830 @kindex set history expansion
7831 @item set history expansion on
7832 @itemx set history expansion
7833 Enable history expansion. History expansion is off by default.
7834
7835 @item set history expansion off
7836 Disable history expansion.
7837
7838 The readline code comes with more complete documentation of
7839 editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
7840 or @code{vi} may wish to read it.
7841 @ifset have-readline-appendices
7842 @xref{Command Line Editing}.
7843 @end ifset
7844
7845 @c @group
7846 @kindex show history
7847 @item show history
7848 @itemx show history filename
7849 @itemx show history save
7850 @itemx show history size
7851 @itemx show history expansion
7852 These commands display the state of the @value{GDBN} history parameters.
7853 @code{show history} by itself displays all four states.
7854 @c @end group
7855 @end table
7856
7857 @table @code
7858 @kindex show commands
7859 @item show commands
7860 Display the last ten commands in the command history.
7861
7862 @item show commands @var{n}
7863 Print ten commands centered on command number @var{n}.
7864
7865 @item show commands +
7866 Print ten commands just after the commands last printed.
7867 @end table
7868
7869 @node Screen Size
7870 @section Screen size
7871 @cindex size of screen
7872 @cindex pauses in output
7873
7874 Certain commands to @value{GDBN} may produce large amounts of
7875 information output to the screen. To help you read all of it,
7876 @value{GDBN} pauses and asks you for input at the end of each page of
7877 output. Type @key{RET} when you want to continue the output, or @kbd{q}
7878 to discard the remaining output. Also, the screen width setting
7879 determines when to wrap lines of output. Depending on what is being
7880 printed, @value{GDBN} tries to break the line at a readable place,
7881 rather than simply letting it overflow onto the following line.
7882
7883 Normally @value{GDBN} knows the size of the screen from the termcap data base
7884 together with the value of the @code{TERM} environment variable and the
7885 @code{stty rows} and @code{stty cols} settings. If this is not correct,
7886 you can override it with the @code{set height} and @code{set
7887 width} commands:
7888
7889 @table @code
7890 @kindex set height
7891 @kindex set width
7892 @kindex show width
7893 @kindex show height
7894 @item set height @var{lpp}
7895 @itemx show height
7896 @itemx set width @var{cpl}
7897 @itemx show width
7898 These @code{set} commands specify a screen height of @var{lpp} lines and
7899 a screen width of @var{cpl} characters. The associated @code{show}
7900 commands display the current settings.
7901
7902 If you specify a height of zero lines, @value{GDBN} does not pause during
7903 output no matter how long the output is. This is useful if output is to a
7904 file or to an editor buffer.
7905
7906 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
7907 from wrapping its output.
7908 @end table
7909
7910 @node Numbers
7911 @section Numbers
7912 @cindex number representation
7913 @cindex entering numbers
7914
7915 You can always enter numbers in octal, decimal, or hexadecimal in @value{GDBN} by
7916 the usual conventions: octal numbers begin with @samp{0}, decimal
7917 numbers end with @samp{.}, and hexadecimal numbers begin with @samp{0x}.
7918 Numbers that begin with none of these are, by default, entered in base
7919 10; likewise, the default display for numbers---when no particular
7920 format is specified---is base 10. You can change the default base for
7921 both input and output with the @code{set radix} command.
7922
7923 @table @code
7924 @kindex set input-radix
7925 @item set input-radix @var{base}
7926 Set the default base for numeric input. Supported choices
7927 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
7928 specified either unambiguously or using the current default radix; for
7929 example, any of
7930
7931 @smallexample
7932 set radix 012
7933 set radix 10.
7934 set radix 0xa
7935 @end smallexample
7936
7937 @noindent
7938 sets the base to decimal. On the other hand, @samp{set radix 10}
7939 leaves the radix unchanged no matter what it was.
7940
7941 @kindex set output-radix
7942 @item set output-radix @var{base}
7943 Set the default base for numeric display. Supported choices
7944 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
7945 specified either unambiguously or using the current default radix.
7946
7947 @kindex show input-radix
7948 @item show input-radix
7949 Display the current default base for numeric input.
7950
7951 @kindex show output-radix
7952 @item show output-radix
7953 Display the current default base for numeric display.
7954 @end table
7955
7956 @node Messages/Warnings
7957 @section Optional warnings and messages
7958
7959 By default, @value{GDBN} is silent about its inner workings. If you are running
7960 on a slow machine, you may want to use the @code{set verbose} command.
7961 This makes @value{GDBN} tell you when it does a lengthy internal operation, so
7962 you will not think it has crashed.
7963
7964 Currently, the messages controlled by @code{set verbose} are those
7965 which announce that the symbol table for a source file is being read;
7966 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
7967
7968 @table @code
7969 @kindex set verbose
7970 @item set verbose on
7971 Enables @value{GDBN} output of certain informational messages.
7972
7973 @item set verbose off
7974 Disables @value{GDBN} output of certain informational messages.
7975
7976 @kindex show verbose
7977 @item show verbose
7978 Displays whether @code{set verbose} is on or off.
7979 @end table
7980
7981 By default, if @value{GDBN} encounters bugs in the symbol table of an object
7982 file, it is silent; but if you are debugging a compiler, you may find
7983 this information useful (@pxref{Symbol Errors, ,Errors reading symbol files}).
7984
7985 @table @code
7986 @kindex set complaints
7987 @item set complaints @var{limit}
7988 Permits @value{GDBN} to output @var{limit} complaints about each type of unusual
7989 symbols before becoming silent about the problem. Set @var{limit} to
7990 zero to suppress all complaints; set it to a large number to prevent
7991 complaints from being suppressed.
7992
7993 @kindex show complaints
7994 @item show complaints
7995 Displays how many symbol complaints @value{GDBN} is permitted to produce.
7996 @end table
7997
7998 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
7999 lot of stupid questions to confirm certain commands. For example, if
8000 you try to run a program which is already running:
8001
8002 @example
8003 (@value{GDBP}) run
8004 The program being debugged has been started already.
8005 Start it from the beginning? (y or n)
8006 @end example
8007
8008 If you are willing to unflinchingly face the consequences of your own
8009 commands, you can disable this ``feature'':
8010
8011 @table @code
8012 @kindex set confirm
8013 @cindex flinching
8014 @cindex confirmation
8015 @cindex stupid questions
8016 @item set confirm off
8017 Disables confirmation requests.
8018
8019 @item set confirm on
8020 Enables confirmation requests (the default).
8021
8022 @kindex show confirm
8023 @item show confirm
8024 Displays state of confirmation requests.
8025 @end table
8026
8027 @node Sequences
8028 @chapter Canned Sequences of Commands
8029
8030 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
8031 command lists}), @value{GDBN} provides two ways to store sequences of commands
8032 for execution as a unit: user-defined commands and command files.
8033
8034 @menu
8035 * Define:: User-defined commands
8036 * Hooks:: User-defined command hooks
8037 * Command Files:: Command files
8038 * Output:: Commands for controlled output
8039 @end menu
8040
8041 @node Define
8042 @section User-defined commands
8043
8044 @cindex user-defined command
8045 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to which
8046 you assign a new name as a command. This is done with the @code{define}
8047 command. User commands may accept up to 10 arguments separated by whitespace.
8048 Arguments are accessed within the user command via @var{$arg0@dots{}$arg9}.
8049 A trivial example:
8050
8051 @smallexample
8052 define adder
8053 print $arg0 + $arg1 + $arg2
8054 @end smallexample
8055
8056 @noindent To execute the command use:
8057
8058 @smallexample
8059 adder 1 2 3
8060 @end smallexample
8061
8062 @noindent This defines the command @code{adder}, which prints the sum of
8063 its three arguments. Note the arguments are text substitutions, so they may
8064 reference variables, use complex expressions, or even perform inferior
8065 functions calls.
8066
8067 @table @code
8068 @kindex define
8069 @item define @var{commandname}
8070 Define a command named @var{commandname}. If there is already a command
8071 by that name, you are asked to confirm that you want to redefine it.
8072
8073 The definition of the command is made up of other @value{GDBN} command lines,
8074 which are given following the @code{define} command. The end of these
8075 commands is marked by a line containing @code{end}.
8076
8077 @kindex if
8078 @kindex else
8079 @item if
8080 Takes a single argument, which is an expression to evaluate.
8081 It is followed by a series of commands that are executed
8082 only if the expression is true (nonzero).
8083 There can then optionally be a line @code{else}, followed
8084 by a series of commands that are only executed if the expression
8085 was false. The end of the list is marked by a line containing @code{end}.
8086
8087 @kindex while
8088 @item while
8089 The syntax is similar to @code{if}: the command takes a single argument,
8090 which is an expression to evaluate, and must be followed by the commands to
8091 execute, one per line, terminated by an @code{end}.
8092 The commands are executed repeatedly as long as the expression
8093 evaluates to true.
8094
8095 @kindex document
8096 @item document @var{commandname}
8097 Document the user-defined command @var{commandname}, so that it can be
8098 accessed by @code{help}. The command @var{commandname} must already be
8099 defined. This command reads lines of documentation just as @code{define}
8100 reads the lines of the command definition, ending with @code{end}.
8101 After the @code{document} command is finished, @code{help} on command
8102 @var{commandname} displays the documentation you have written.
8103
8104 You may use the @code{document} command again to change the
8105 documentation of a command. Redefining the command with @code{define}
8106 does not change the documentation.
8107
8108 @kindex help user-defined
8109 @item help user-defined
8110 List all user-defined commands, with the first line of the documentation
8111 (if any) for each.
8112
8113 @kindex show user
8114 @item show user
8115 @itemx show user @var{commandname}
8116 Display the @value{GDBN} commands used to define @var{commandname} (but not its
8117 documentation). If no @var{commandname} is given, display the
8118 definitions for all user-defined commands.
8119 @end table
8120
8121 When user-defined commands are executed, the
8122 commands of the definition are not printed. An error in any command
8123 stops execution of the user-defined command.
8124
8125 If used interactively, commands that would ask for confirmation proceed
8126 without asking when used inside a user-defined command. Many @value{GDBN}
8127 commands that normally print messages to say what they are doing omit the
8128 messages when used in a user-defined command.
8129
8130 @node Hooks
8131 @section User-defined command hooks
8132 @cindex command files
8133
8134 You may define @emph{hooks}, which are a special kind of user-defined
8135 command. Whenever you run the command @samp{foo}, if the user-defined
8136 command @samp{hook-foo} exists, it is executed (with no arguments)
8137 before that command.
8138
8139 In addition, a pseudo-command, @samp{stop} exists. Defining
8140 (@samp{hook-stop}) makes the associated commands execute every time
8141 execution stops in your program: before breakpoint commands are run,
8142 displays are printed, or the stack frame is printed.
8143
8144 @ifclear BARETARGET
8145 For example, to ignore @code{SIGALRM} signals while
8146 single-stepping, but treat them normally during normal execution,
8147 you could define:
8148
8149 @example
8150 define hook-stop
8151 handle SIGALRM nopass
8152 end
8153
8154 define hook-run
8155 handle SIGALRM pass
8156 end
8157
8158 define hook-continue
8159 handle SIGLARM pass
8160 end
8161 @end example
8162 @end ifclear
8163
8164 You can define a hook for any single-word command in @value{GDBN}, but
8165 not for command aliases; you should define a hook for the basic command
8166 name, e.g. @code{backtrace} rather than @code{bt}.
8167 @c FIXME! So how does Joe User discover whether a command is an alias
8168 @c or not?
8169 If an error occurs during the execution of your hook, execution of
8170 @value{GDBN} commands stops and @value{GDBN} issues a prompt
8171 (before the command that you actually typed had a chance to run).
8172
8173 If you try to define a hook which does not match any known command, you
8174 get a warning from the @code{define} command.
8175
8176 @node Command Files
8177 @section Command files
8178
8179 @cindex command files
8180 A command file for @value{GDBN} is a file of lines that are @value{GDBN}
8181 commands. Comments (lines starting with @kbd{#}) may also be included.
8182 An empty line in a command file does nothing; it does not mean to repeat
8183 the last command, as it would from the terminal.
8184
8185 @cindex init file
8186 @cindex @file{@value{GDBINIT}}
8187 When you start @value{GDBN}, it automatically executes commands from its
8188 @dfn{init files}. These are files named @file{@value{GDBINIT}}.
8189 @value{GDBN} reads the init file (if any) in your home directory, then
8190 processes command line options and operands, and then reads the init
8191 file (if any) in the current working directory. This is so the init
8192 file in your home directory can set options (such as @code{set
8193 complaints}) which affect the processing of the command line options and
8194 operands. The init files are not executed if you use the @samp{-nx}
8195 option; @pxref{Mode Options, ,Choosing modes}.
8196
8197 @ifset GENERIC
8198 @cindex init file name
8199 On some configurations of @value{GDBN}, the init file is known by a
8200 different name (these are typically environments where a specialized
8201 form of @value{GDBN} may need to coexist with other forms,
8202 hence a different name
8203 for the specialized version's init file). These are the environments
8204 with special init file names:
8205
8206 @kindex .vxgdbinit
8207 @itemize @bullet
8208 @item
8209 VxWorks (Wind River Systems real-time OS): @samp{.vxgdbinit}
8210
8211 @kindex .os68gdbinit
8212 @item
8213 OS68K (Enea Data Systems real-time OS): @samp{.os68gdbinit}
8214
8215 @kindex .esgdbinit
8216 @item
8217 ES-1800 (Ericsson Telecom AB M68000 emulator): @samp{.esgdbinit}
8218 @end itemize
8219 @end ifset
8220
8221 You can also request the execution of a command file with the
8222 @code{source} command:
8223
8224 @table @code
8225 @kindex source
8226 @item source @var{filename}
8227 Execute the command file @var{filename}.
8228 @end table
8229
8230 The lines in a command file are executed sequentially. They are not
8231 printed as they are executed. An error in any command terminates execution
8232 of the command file.
8233
8234 Commands that would ask for confirmation if used interactively proceed
8235 without asking when used in a command file. Many @value{GDBN} commands that
8236 normally print messages to say what they are doing omit the messages
8237 when called from command files.
8238
8239 @node Output
8240 @section Commands for controlled output
8241
8242 During the execution of a command file or a user-defined command, normal
8243 @value{GDBN} output is suppressed; the only output that appears is what is
8244 explicitly printed by the commands in the definition. This section
8245 describes three commands useful for generating exactly the output you
8246 want.
8247
8248 @table @code
8249 @kindex echo
8250 @item echo @var{text}
8251 @c I do not consider backslash-space a standard C escape sequence
8252 @c because it is not in ANSI.
8253 Print @var{text}. Nonprinting characters can be included in
8254 @var{text} using C escape sequences, such as @samp{\n} to print a
8255 newline. @strong{No newline is printed unless you specify one.}
8256 In addition to the standard C escape sequences, a backslash followed
8257 by a space stands for a space. This is useful for displaying a
8258 string with spaces at the beginning or the end, since leading and
8259 trailing spaces are otherwise trimmed from all arguments.
8260 To print @samp{@w{ }and foo =@w{ }}, use the command
8261 @samp{echo \@w{ }and foo = \@w{ }}.
8262
8263 A backslash at the end of @var{text} can be used, as in C, to continue
8264 the command onto subsequent lines. For example,
8265
8266 @example
8267 echo This is some text\n\
8268 which is continued\n\
8269 onto several lines.\n
8270 @end example
8271
8272 produces the same output as
8273
8274 @example
8275 echo This is some text\n
8276 echo which is continued\n
8277 echo onto several lines.\n
8278 @end example
8279
8280 @kindex output
8281 @item output @var{expression}
8282 Print the value of @var{expression} and nothing but that value: no
8283 newlines, no @samp{$@var{nn} = }. The value is not entered in the
8284 value history either. @xref{Expressions, ,Expressions}, for more information
8285 on expressions.
8286
8287 @item output/@var{fmt} @var{expression}
8288 Print the value of @var{expression} in format @var{fmt}. You can use
8289 the same formats as for @code{print}. @xref{Output Formats,,Output
8290 formats}, for more information.
8291
8292 @kindex printf
8293 @item printf @var{string}, @var{expressions}@dots{}
8294 Print the values of the @var{expressions} under the control of
8295 @var{string}. The @var{expressions} are separated by commas and may be
8296 either numbers or pointers. Their values are printed as specified by
8297 @var{string}, exactly as if your program were to execute the C
8298 subroutine
8299
8300 @example
8301 printf (@var{string}, @var{expressions}@dots{});
8302 @end example
8303
8304 For example, you can print two values in hex like this:
8305
8306 @smallexample
8307 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
8308 @end smallexample
8309
8310 The only backslash-escape sequences that you can use in the format
8311 string are the simple ones that consist of backslash followed by a
8312 letter.
8313 @end table
8314
8315 @ifclear DOSHOST
8316 @node Emacs
8317 @chapter Using @value{GDBN} under @sc{gnu} Emacs
8318
8319 @cindex Emacs
8320 @cindex @sc{gnu} Emacs
8321 A special interface allows you to use @sc{gnu} Emacs to view (and
8322 edit) the source files for the program you are debugging with
8323 @value{GDBN}.
8324
8325 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
8326 executable file you want to debug as an argument. This command starts
8327 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
8328 created Emacs buffer.
8329
8330 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
8331 things:
8332
8333 @itemize @bullet
8334 @item
8335 All ``terminal'' input and output goes through the Emacs buffer.
8336 @end itemize
8337
8338 This applies both to @value{GDBN} commands and their output, and to the input
8339 and output done by the program you are debugging.
8340
8341 This is useful because it means that you can copy the text of previous
8342 commands and input them again; you can even use parts of the output
8343 in this way.
8344
8345 All the facilities of Emacs' Shell mode are available for interacting
8346 with your program. In particular, you can send signals the usual
8347 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
8348 stop.
8349
8350 @itemize @bullet
8351 @item
8352 @value{GDBN} displays source code through Emacs.
8353 @end itemize
8354
8355 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
8356 source file for that frame and puts an arrow (@samp{=>}) at the
8357 left margin of the current line. Emacs uses a separate buffer for
8358 source display, and splits the screen to show both your @value{GDBN} session
8359 and the source.
8360
8361 Explicit @value{GDBN} @code{list} or search commands still produce output as
8362 usual, but you probably have no reason to use them from Emacs.
8363
8364 @quotation
8365 @emph{Warning:} If the directory where your program resides is not your
8366 current directory, it can be easy to confuse Emacs about the location of
8367 the source files, in which case the auxiliary display buffer does not
8368 appear to show your source. @value{GDBN} can find programs by searching your
8369 environment's @code{PATH} variable, so the @value{GDBN} input and output
8370 session proceeds normally; but Emacs does not get enough information
8371 back from @value{GDBN} to locate the source files in this situation. To
8372 avoid this problem, either start @value{GDBN} mode from the directory where
8373 your program resides, or specify an absolute file name when prompted for the
8374 @kbd{M-x gdb} argument.
8375
8376 A similar confusion can result if you use the @value{GDBN} @code{file} command to
8377 switch to debugging a program in some other location, from an existing
8378 @value{GDBN} buffer in Emacs.
8379 @end quotation
8380
8381 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
8382 you need to call @value{GDBN} by a different name (for example, if you keep
8383 several configurations around, with different names) you can set the
8384 Emacs variable @code{gdb-command-name}; for example,
8385
8386 @example
8387 (setq gdb-command-name "mygdb")
8388 @end example
8389
8390 @noindent
8391 (preceded by @kbd{ESC ESC}, or typed in the @code{*scratch*} buffer, or
8392 in your @file{.emacs} file) makes Emacs call the program named
8393 ``@code{mygdb}'' instead.
8394
8395 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
8396 addition to the standard Shell mode commands:
8397
8398 @table @kbd
8399 @item C-h m
8400 Describe the features of Emacs' @value{GDBN} Mode.
8401
8402 @item M-s
8403 Execute to another source line, like the @value{GDBN} @code{step} command; also
8404 update the display window to show the current file and location.
8405
8406 @item M-n
8407 Execute to next source line in this function, skipping all function
8408 calls, like the @value{GDBN} @code{next} command. Then update the display window
8409 to show the current file and location.
8410
8411 @item M-i
8412 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
8413 display window accordingly.
8414
8415 @item M-x gdb-nexti
8416 Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
8417 display window accordingly.
8418
8419 @item C-c C-f
8420 Execute until exit from the selected stack frame, like the @value{GDBN}
8421 @code{finish} command.
8422
8423 @item M-c
8424 Continue execution of your program, like the @value{GDBN} @code{continue}
8425 command.
8426
8427 @emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
8428
8429 @item M-u
8430 Go up the number of frames indicated by the numeric argument
8431 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
8432 like the @value{GDBN} @code{up} command.
8433
8434 @emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
8435
8436 @item M-d
8437 Go down the number of frames indicated by the numeric argument, like the
8438 @value{GDBN} @code{down} command.
8439
8440 @emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
8441
8442 @item C-x &
8443 Read the number where the cursor is positioned, and insert it at the end
8444 of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
8445 around an address that was displayed earlier, type @kbd{disassemble};
8446 then move the cursor to the address display, and pick up the
8447 argument for @code{disassemble} by typing @kbd{C-x &}.
8448
8449 You can customize this further by defining elements of the list
8450 @code{gdb-print-command}; once it is defined, you can format or
8451 otherwise process numbers picked up by @kbd{C-x &} before they are
8452 inserted. A numeric argument to @kbd{C-x &} indicates that you
8453 wish special formatting, and also acts as an index to pick an element of the
8454 list. If the list element is a string, the number to be inserted is
8455 formatted using the Emacs function @code{format}; otherwise the number
8456 is passed as an argument to the corresponding list element.
8457 @end table
8458
8459 In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
8460 tells @value{GDBN} to set a breakpoint on the source line point is on.
8461
8462 If you accidentally delete the source-display buffer, an easy way to get
8463 it back is to type the command @code{f} in the @value{GDBN} buffer, to
8464 request a frame display; when you run under Emacs, this recreates
8465 the source buffer if necessary to show you the context of the current
8466 frame.
8467
8468 The source files displayed in Emacs are in ordinary Emacs buffers
8469 which are visiting the source files in the usual way. You can edit
8470 the files with these buffers if you wish; but keep in mind that @value{GDBN}
8471 communicates with Emacs in terms of line numbers. If you add or
8472 delete lines from the text, the line numbers that @value{GDBN} knows cease
8473 to correspond properly with the code.
8474
8475 @c The following dropped because Epoch is nonstandard. Reactivate
8476 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
8477 @ignore
8478 @kindex Emacs Epoch environment
8479 @kindex Epoch
8480 @kindex inspect
8481
8482 Version 18 of @sc{gnu} Emacs has a built-in window system
8483 called the @code{epoch}
8484 environment. Users of this environment can use a new command,
8485 @code{inspect} which performs identically to @code{print} except that
8486 each value is printed in its own window.
8487 @end ignore
8488 @end ifclear
8489
8490 @ifset LUCID
8491 @node Energize
8492 @chapter Using @value{GDBN} with Energize
8493
8494 @cindex Energize
8495 The Energize Programming System is an integrated development environment
8496 that includes a point-and-click interface to many programming tools.
8497 When you use @value{GDBN} in this environment, you can use the standard
8498 Energize graphical interface to drive @value{GDBN}; you can also, if you
8499 choose, type @value{GDBN} commands as usual in a debugging window. Even if
8500 you use the graphical interface, the debugging window (which uses Emacs,
8501 and resembles the standard @sc{gnu} Emacs interface to
8502 @value{GDBN}) displays the
8503 equivalent commands, so that the history of your debugging session is
8504 properly reflected.
8505
8506 When Energize starts up a @value{GDBN} session, it uses one of the
8507 command-line options @samp{-energize} or @samp{-cadillac} (``cadillac''
8508 is the name of the communications protocol used by the Energize system).
8509 This option makes @value{GDBN} run as one of the tools in the Energize Tool
8510 Set: it sends all output to the Energize kernel, and accept input from
8511 it as well.
8512
8513 See the user manual for the Energize Programming System for
8514 information on how to use the Energize graphical interface and the other
8515 development tools that Energize integrates with @value{GDBN}.
8516
8517 @end ifset
8518
8519 @node GDB Bugs
8520 @chapter Reporting Bugs in @value{GDBN}
8521 @cindex bugs in @value{GDBN}
8522 @cindex reporting bugs in @value{GDBN}
8523
8524 Your bug reports play an essential role in making @value{GDBN} reliable.
8525
8526 Reporting a bug may help you by bringing a solution to your problem, or it
8527 may not. But in any case the principal function of a bug report is to help
8528 the entire community by making the next version of @value{GDBN} work better. Bug
8529 reports are your contribution to the maintenance of @value{GDBN}.
8530
8531 In order for a bug report to serve its purpose, you must include the
8532 information that enables us to fix the bug.
8533
8534 @menu
8535 * Bug Criteria:: Have you found a bug?
8536 * Bug Reporting:: How to report bugs
8537 @end menu
8538
8539 @node Bug Criteria
8540 @section Have you found a bug?
8541 @cindex bug criteria
8542
8543 If you are not sure whether you have found a bug, here are some guidelines:
8544
8545 @itemize @bullet
8546 @cindex fatal signal
8547 @cindex debugger crash
8548 @cindex crash of debugger
8549 @item
8550 If the debugger gets a fatal signal, for any input whatever, that is a
8551 @value{GDBN} bug. Reliable debuggers never crash.
8552
8553 @cindex error on valid input
8554 @item
8555 If @value{GDBN} produces an error message for valid input, that is a bug.
8556
8557 @cindex invalid input
8558 @item
8559 If @value{GDBN} does not produce an error message for invalid input,
8560 that is a bug. However, you should note that your idea of
8561 ``invalid input'' might be our idea of ``an extension'' or ``support
8562 for traditional practice''.
8563
8564 @item
8565 If you are an experienced user of debugging tools, your suggestions
8566 for improvement of @value{GDBN} are welcome in any case.
8567 @end itemize
8568
8569 @node Bug Reporting
8570 @section How to report bugs
8571 @cindex bug reports
8572 @cindex @value{GDBN} bugs, reporting
8573
8574 A number of companies and individuals offer support for @sc{gnu} products.
8575 If you obtained @value{GDBN} from a support organization, we recommend you
8576 contact that organization first.
8577
8578 You can find contact information for many support companies and
8579 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
8580 distribution.
8581
8582 In any event, we also recommend that you send bug reports for @value{GDBN} to one
8583 of these addresses:
8584
8585 @example
8586 bug-gdb@@prep.ai.mit.edu
8587 @{ucbvax|mit-eddie|uunet@}!prep.ai.mit.edu!bug-gdb
8588 @end example
8589
8590 @strong{Do not send bug reports to @samp{info-gdb}, or to
8591 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do not want to
8592 receive bug reports. Those that do have arranged to receive @samp{bug-gdb}.
8593
8594 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
8595 serves as a repeater. The mailing list and the newsgroup carry exactly
8596 the same messages. Often people think of posting bug reports to the
8597 newsgroup instead of mailing them. This appears to work, but it has one
8598 problem which can be crucial: a newsgroup posting often lacks a mail
8599 path back to the sender. Thus, if we need to ask for more information,
8600 we may be unable to reach you. For this reason, it is better to send
8601 bug reports to the mailing list.
8602
8603 As a last resort, send bug reports on paper to:
8604
8605 @example
8606 @sc{gnu} Debugger Bugs
8607 Free Software Foundation Inc.
8608 59 Temple Place - Suite 330
8609 Boston, MA 02111-1307
8610 USA
8611 @end example
8612
8613 The fundamental principle of reporting bugs usefully is this:
8614 @strong{report all the facts}. If you are not sure whether to state a
8615 fact or leave it out, state it!
8616
8617 Often people omit facts because they think they know what causes the
8618 problem and assume that some details do not matter. Thus, you might
8619 assume that the name of the variable you use in an example does not matter.
8620 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
8621 stray memory reference which happens to fetch from the location where that
8622 name is stored in memory; perhaps, if the name were different, the contents
8623 of that location would fool the debugger into doing the right thing despite
8624 the bug. Play it safe and give a specific, complete example. That is the
8625 easiest thing for you to do, and the most helpful.
8626
8627 Keep in mind that the purpose of a bug report is to enable us to fix
8628 the bug if it is new to us.
8629 @c
8630 @c FIX ME!!--What the heck does the following sentence mean,
8631 @c in the context of the one above?
8632 @c
8633 @c It is not as important as what happens if the bug is already known.
8634 @c
8635 Therefore, always write your bug reports on
8636 the assumption that the bug has not been reported previously.
8637
8638 Sometimes people give a few sketchy facts and ask, ``Does this ring a
8639 bell?'' Those bug reports are useless, and we urge everyone to
8640 @emph{refuse to respond to them} except to chide the sender to report
8641 bugs properly.
8642
8643 To enable us to fix the bug, you should include all these things:
8644
8645 @itemize @bullet
8646 @item
8647 The version of @value{GDBN}. @value{GDBN} announces it if you start with no
8648 arguments; you can also print it at any time using @code{show version}.
8649
8650 Without this, we will not know whether there is any point in looking for
8651 the bug in the current version of @value{GDBN}.
8652
8653 @item
8654 The type of machine you are using, and the operating system name and
8655 version number.
8656
8657 @item
8658 What compiler (and its version) was used to compile @value{GDBN}---e.g.
8659 ``@value{GCC}--2.0''.
8660
8661 @item
8662 What compiler (and its version) was used to compile the program you
8663 are debugging---e.g. ``@value{GCC}--2.0''.
8664
8665 @item
8666 The command arguments you gave the compiler to compile your example and
8667 observe the bug. For example, did you use @samp{-O}? To guarantee
8668 you will not omit something important, list them all. A copy of the
8669 Makefile (or the output from make) is sufficient.
8670
8671 If we were to try to guess the arguments, we would probably guess wrong
8672 and then we might not encounter the bug.
8673
8674 @item
8675 A complete input script, and all necessary source files, that will
8676 reproduce the bug.
8677
8678 @item
8679 A description of what behavior you observe that you believe is
8680 incorrect. For example, ``It gets a fatal signal.''
8681
8682 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we will
8683 certainly notice it. But if the bug is incorrect output, we might not
8684 notice unless it is glaringly wrong. You might as well not give us a
8685 chance to make a mistake.
8686
8687 Even if the problem you experience is a fatal signal, you should still
8688 say so explicitly. Suppose something strange is going on, such as,
8689 your copy of @value{GDBN} is out of synch, or you have encountered a
8690 bug in the C library on your system. (This has happened!) Your copy
8691 might crash and ours would not. If you told us to expect a crash,
8692 then when ours fails to crash, we would know that the bug was not
8693 happening for us. If you had not told us to expect a crash, then we
8694 would not be able to draw any conclusion from our observations.
8695
8696 @item
8697 If you wish to suggest changes to the @value{GDBN} source, send us context
8698 diffs. If you even discuss something in the @value{GDBN} source, refer to
8699 it by context, not by line number.
8700
8701 The line numbers in our development sources will not match those in your
8702 sources. Your line numbers would convey no useful information to us.
8703 @end itemize
8704
8705 Here are some things that are not necessary:
8706
8707 @itemize @bullet
8708 @item
8709 A description of the envelope of the bug.
8710
8711 Often people who encounter a bug spend a lot of time investigating
8712 which changes to the input file will make the bug go away and which
8713 changes will not affect it.
8714
8715 This is often time consuming and not very useful, because the way we
8716 will find the bug is by running a single example under the debugger
8717 with breakpoints, not by pure deduction from a series of examples.
8718 We recommend that you save your time for something else.
8719
8720 Of course, if you can find a simpler example to report @emph{instead}
8721 of the original one, that is a convenience for us. Errors in the
8722 output will be easier to spot, running under the debugger will take
8723 less time, and so on.
8724
8725 However, simplification is not vital; if you do not want to do this,
8726 report the bug anyway and send us the entire test case you used.
8727
8728 @item
8729 A patch for the bug.
8730
8731 A patch for the bug does help us if it is a good one. But do not omit
8732 the necessary information, such as the test case, on the assumption that
8733 a patch is all we need. We might see problems with your patch and decide
8734 to fix the problem another way, or we might not understand it at all.
8735
8736 Sometimes with a program as complicated as @value{GDBN} it is very hard to
8737 construct an example that will make the program follow a certain path
8738 through the code. If you do not send us the example, we will not be able
8739 to construct one, so we will not be able to verify that the bug is fixed.
8740
8741 And if we cannot understand what bug you are trying to fix, or why your
8742 patch should be an improvement, we will not install it. A test case will
8743 help us to understand.
8744
8745 @item
8746 A guess about what the bug is or what it depends on.
8747
8748 Such guesses are usually wrong. Even we cannot guess right about such
8749 things without first using the debugger to find the facts.
8750 @end itemize
8751
8752 @c The readline documentation is distributed with the readline code
8753 @c and consists of the two following files:
8754 @c rluser.texinfo
8755 @c inc-hist.texi
8756 @c Use -I with makeinfo to point to the appropriate directory,
8757 @c environment var TEXINPUTS with TeX.
8758 @include rluser.texinfo
8759 @include inc-hist.texi
8760
8761 @ifset NOVEL
8762 @ifset RENAMED
8763 @node Renamed Commands
8764 @appendix Renamed Commands
8765
8766 The following commands were renamed in @value{GDBN} 4, in order to make the
8767 command set as a whole more consistent and easier to use and remember:
8768
8769 @kindex add-syms
8770 @kindex delete environment
8771 @kindex info copying
8772 @kindex info convenience
8773 @kindex info directories
8774 @kindex info editing
8775 @kindex info history
8776 @kindex info targets
8777 @kindex info values
8778 @kindex info version
8779 @kindex info warranty
8780 @kindex set addressprint
8781 @kindex set arrayprint
8782 @kindex set prettyprint
8783 @kindex set screen-height
8784 @kindex set screen-width
8785 @kindex set unionprint
8786 @kindex set vtblprint
8787 @kindex set demangle
8788 @kindex set asm-demangle
8789 @kindex set sevenbit-strings
8790 @kindex set array-max
8791 @kindex set caution
8792 @kindex set history write
8793 @kindex show addressprint
8794 @kindex show arrayprint
8795 @kindex show prettyprint
8796 @kindex show screen-height
8797 @kindex show screen-width
8798 @kindex show unionprint
8799 @kindex show vtblprint
8800 @kindex show demangle
8801 @kindex show asm-demangle
8802 @kindex show sevenbit-strings
8803 @kindex show array-max
8804 @kindex show caution
8805 @kindex show history write
8806 @kindex unset
8807
8808 @c TEXI2ROFF-KILL
8809 @ifinfo
8810 @c END TEXI2ROFF-KILL
8811 @example
8812 OLD COMMAND NEW COMMAND
8813 @c TEXI2ROFF-KILL
8814 --------------- -------------------------------
8815 @c END TEXI2ROFF-KILL
8816 add-syms add-symbol-file
8817 delete environment unset environment
8818 info convenience show convenience
8819 info copying show copying
8820 info directories show directories
8821 info editing show commands
8822 info history show values
8823 info targets help target
8824 info values show values
8825 info version show version
8826 info warranty show warranty
8827 set/show addressprint set/show print address
8828 set/show array-max set/show print elements
8829 set/show arrayprint set/show print array
8830 set/show asm-demangle set/show print asm-demangle
8831 set/show caution set/show confirm
8832 set/show demangle set/show print demangle
8833 set/show history write set/show history save
8834 set/show prettyprint set/show print pretty
8835 set/show screen-height set/show height
8836 set/show screen-width set/show width
8837 set/show sevenbit-strings set/show print sevenbit-strings
8838 set/show unionprint set/show print union
8839 set/show vtblprint set/show print vtbl
8840
8841 unset [No longer an alias for delete]
8842 @end example
8843 @c TEXI2ROFF-KILL
8844 @end ifinfo
8845
8846 @tex
8847 \vskip \parskip\vskip \baselineskip
8848 \halign{\tt #\hfil &\qquad#&\tt #\hfil\cr
8849 {\bf Old Command} &&{\bf New Command}\cr
8850 add-syms &&add-symbol-file\cr
8851 delete environment &&unset environment\cr
8852 info convenience &&show convenience\cr
8853 info copying &&show copying\cr
8854 info directories &&show directories \cr
8855 info editing &&show commands\cr
8856 info history &&show values\cr
8857 info targets &&help target\cr
8858 info values &&show values\cr
8859 info version &&show version\cr
8860 info warranty &&show warranty\cr
8861 set{\rm / }show addressprint &&set{\rm / }show print address\cr
8862 set{\rm / }show array-max &&set{\rm / }show print elements\cr
8863 set{\rm / }show arrayprint &&set{\rm / }show print array\cr
8864 set{\rm / }show asm-demangle &&set{\rm / }show print asm-demangle\cr
8865 set{\rm / }show caution &&set{\rm / }show confirm\cr
8866 set{\rm / }show demangle &&set{\rm / }show print demangle\cr
8867 set{\rm / }show history write &&set{\rm / }show history save\cr
8868 set{\rm / }show prettyprint &&set{\rm / }show print pretty\cr
8869 set{\rm / }show screen-height &&set{\rm / }show height\cr
8870 set{\rm / }show screen-width &&set{\rm / }show width\cr
8871 set{\rm / }show sevenbit-strings &&set{\rm / }show print sevenbit-strings\cr
8872 set{\rm / }show unionprint &&set{\rm / }show print union\cr
8873 set{\rm / }show vtblprint &&set{\rm / }show print vtbl\cr
8874 \cr
8875 unset &&\rm(No longer an alias for delete)\cr
8876 }
8877 @end tex
8878 @c END TEXI2ROFF-KILL
8879 @end ifset
8880 @end ifset
8881
8882 @ifclear PRECONFIGURED
8883 @node Formatting Documentation
8884 @appendix Formatting Documentation
8885
8886 @cindex @value{GDBN} reference card
8887 @cindex reference card
8888 The @value{GDBN} 4 release includes an already-formatted reference card, ready
8889 for printing with PostScript or Ghostscript, in the @file{gdb}
8890 subdirectory of the main source directory@footnote{In
8891 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
8892 release.}. If you can use PostScript or Ghostscript with your printer,
8893 you can print the reference card immediately with @file{refcard.ps}.
8894
8895 The release also includes the source for the reference card. You
8896 can format it, using @TeX{}, by typing:
8897
8898 @example
8899 make refcard.dvi
8900 @end example
8901
8902 The @value{GDBN} reference card is designed to print in @dfn{landscape}
8903 mode on US ``letter'' size paper;
8904 that is, on a sheet 11 inches wide by 8.5 inches
8905 high. You will need to specify this form of printing as an option to
8906 your @sc{dvi} output program.
8907
8908 @cindex documentation
8909
8910 All the documentation for @value{GDBN} comes as part of the machine-readable
8911 distribution. The documentation is written in Texinfo format, which is
8912 a documentation system that uses a single source file to produce both
8913 on-line information and a printed manual. You can use one of the Info
8914 formatting commands to create the on-line version of the documentation
8915 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
8916
8917 @value{GDBN} includes an already formatted copy of the on-line Info version of
8918 this manual in the @file{gdb} subdirectory. The main Info file is
8919 @file{gdb-@r{version-number}/gdb/gdb.info}, and it refers to
8920 subordinate files matching @samp{gdb.info*} in the same directory. If
8921 necessary, you can print out these files, or read them with any editor;
8922 but they are easier to read using the @code{info} subsystem in @sc{gnu} Emacs
8923 or the standalone @code{info} program, available as part of the @sc{gnu}
8924 Texinfo distribution.
8925
8926 If you want to format these Info files yourself, you need one of the
8927 Info formatting programs, such as @code{texinfo-format-buffer} or
8928 @code{makeinfo}.
8929
8930 If you have @code{makeinfo} installed, and are in the top level @value{GDBN}
8931 source directory (@file{gdb-@value{GDBVN}}, in the case of version @value{GDBVN}), you can
8932 make the Info file by typing:
8933
8934 @example
8935 cd gdb
8936 make gdb.info
8937 @end example
8938
8939 If you want to typeset and print copies of this manual, you need @TeX{},
8940 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
8941 Texinfo definitions file.
8942
8943 @TeX{} is a typesetting program; it does not print files directly, but
8944 produces output files called @sc{dvi} files. To print a typeset
8945 document, you need a program to print @sc{dvi} files. If your system
8946 has @TeX{} installed, chances are it has such a program. The precise
8947 command to use depends on your system; @kbd{lpr -d} is common; another
8948 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
8949 require a file name without any extension or a @samp{.dvi} extension.
8950
8951 @TeX{} also requires a macro definitions file called
8952 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
8953 written in Texinfo format. On its own, @TeX{} cannot either read or
8954 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
8955 and is located in the @file{gdb-@var{version-number}/texinfo}
8956 directory.
8957
8958 If you have @TeX{} and a @sc{dvi} printer program installed, you can
8959 typeset and print this manual. First switch to the the @file{gdb}
8960 subdirectory of the main source directory (for example, to
8961 @file{gdb-@value{GDBVN}/gdb}) and then type:
8962
8963 @example
8964 make gdb.dvi
8965 @end example
8966
8967 @node Installing GDB
8968 @appendix Installing @value{GDBN}
8969 @cindex configuring @value{GDBN}
8970 @cindex installation
8971
8972 @value{GDBN} comes with a @code{configure} script that automates the process
8973 of preparing @value{GDBN} for installation; you can then use @code{make} to
8974 build the @code{gdb} program.
8975 @iftex
8976 @c irrelevant in info file; it's as current as the code it lives with.
8977 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
8978 look at the @file{README} file in the sources; we may have improved the
8979 installation procedures since publishing this manual.}
8980 @end iftex
8981
8982 The @value{GDBN} distribution includes all the source code you need for
8983 @value{GDBN} in a single directory, whose name is usually composed by
8984 appending the version number to @samp{gdb}.
8985
8986 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
8987 @file{gdb-@value{GDBVN}} directory. That directory contains:
8988
8989 @table @code
8990 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
8991 script for configuring @value{GDBN} and all its supporting libraries
8992
8993 @item gdb-@value{GDBVN}/gdb
8994 the source specific to @value{GDBN} itself
8995
8996 @item gdb-@value{GDBVN}/bfd
8997 source for the Binary File Descriptor library
8998
8999 @item gdb-@value{GDBVN}/include
9000 @sc{gnu} include files
9001
9002 @item gdb-@value{GDBVN}/libiberty
9003 source for the @samp{-liberty} free software library
9004
9005 @item gdb-@value{GDBVN}/opcodes
9006 source for the library of opcode tables and disassemblers
9007
9008 @item gdb-@value{GDBVN}/readline
9009 source for the @sc{gnu} command-line interface
9010
9011 @item gdb-@value{GDBVN}/glob
9012 source for the @sc{gnu} filename pattern-matching subroutine
9013
9014 @item gdb-@value{GDBVN}/mmalloc
9015 source for the @sc{gnu} memory-mapped malloc package
9016 @end table
9017
9018 The simplest way to configure and build @value{GDBN} is to run @code{configure}
9019 from the @file{gdb-@var{version-number}} source directory, which in
9020 this example is the @file{gdb-@value{GDBVN}} directory.
9021
9022 First switch to the @file{gdb-@var{version-number}} source directory
9023 if you are not already in it; then run @code{configure}. Pass the
9024 identifier for the platform on which @value{GDBN} will run as an
9025 argument.
9026
9027 For example:
9028
9029 @example
9030 cd gdb-@value{GDBVN}
9031 ./configure @var{host}
9032 make
9033 @end example
9034
9035 @noindent
9036 where @var{host} is an identifier such as @samp{sun4} or
9037 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
9038 (You can often leave off @var{host}; @code{configure} tries to guess the
9039 correct value by examining your system.)
9040
9041 Running @samp{configure @var{host}} and then running @code{make} builds the
9042 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
9043 libraries, then @code{gdb} itself. The configured source files, and the
9044 binaries, are left in the corresponding source directories.
9045
9046 @need 750
9047 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
9048 system does not recognize this automatically when you run a different
9049 shell, you may need to run @code{sh} on it explicitly:
9050
9051 @example
9052 sh configure @var{host}
9053 @end example
9054
9055 If you run @code{configure} from a directory that contains source
9056 directories for multiple libraries or programs, such as the
9057 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
9058 creates configuration files for every directory level underneath (unless
9059 you tell it not to, with the @samp{--norecursion} option).
9060
9061 You can run the @code{configure} script from any of the
9062 subordinate directories in the @value{GDBN} distribution if you only want to
9063 configure that subdirectory, but be sure to specify a path to it.
9064
9065 For example, with version @value{GDBVN}, type the following to configure only
9066 the @code{bfd} subdirectory:
9067
9068 @example
9069 @group
9070 cd gdb-@value{GDBVN}/bfd
9071 ../configure @var{host}
9072 @end group
9073 @end example
9074
9075 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
9076 However, you should make sure that the shell on your path (named by
9077 the @samp{SHELL} environment variable) is publicly readable. Remember
9078 that @value{GDBN} uses the shell to start your program---some systems refuse to
9079 let @value{GDBN} debug child processes whose programs are not readable.
9080
9081 @menu
9082 * Separate Objdir:: Compiling @value{GDBN} in another directory
9083 * Config Names:: Specifying names for hosts and targets
9084 * configure Options:: Summary of options for configure
9085 @end menu
9086
9087 @node Separate Objdir
9088 @section Compiling @value{GDBN} in another directory
9089
9090 If you want to run @value{GDBN} versions for several host or target machines,
9091 you need a different @code{gdb} compiled for each combination of
9092 host and target. @code{configure} is designed to make this easy by
9093 allowing you to generate each configuration in a separate subdirectory,
9094 rather than in the source directory. If your @code{make} program
9095 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
9096 @code{make} in each of these directories builds the @code{gdb}
9097 program specified there.
9098
9099 To build @code{gdb} in a separate directory, run @code{configure}
9100 with the @samp{--srcdir} option to specify where to find the source.
9101 (You also need to specify a path to find @code{configure}
9102 itself from your working directory. If the path to @code{configure}
9103 would be the same as the argument to @samp{--srcdir}, you can leave out
9104 the @samp{--srcdir} option; it is assumed.)
9105
9106 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
9107 separate directory for a Sun 4 like this:
9108
9109 @example
9110 @group
9111 cd gdb-@value{GDBVN}
9112 mkdir ../gdb-sun4
9113 cd ../gdb-sun4
9114 ../gdb-@value{GDBVN}/configure sun4
9115 make
9116 @end group
9117 @end example
9118
9119 When @code{configure} builds a configuration using a remote source
9120 directory, it creates a tree for the binaries with the same structure
9121 (and using the same names) as the tree under the source directory. In
9122 the example, you'd find the Sun 4 library @file{libiberty.a} in the
9123 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
9124 @file{gdb-sun4/gdb}.
9125
9126 One popular reason to build several @value{GDBN} configurations in separate
9127 directories is to configure @value{GDBN} for cross-compiling (where
9128 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
9129 programs that run on another machine---the @dfn{target}).
9130 You specify a cross-debugging target by
9131 giving the @samp{--target=@var{target}} option to @code{configure}.
9132
9133 When you run @code{make} to build a program or library, you must run
9134 it in a configured directory---whatever directory you were in when you
9135 called @code{configure} (or one of its subdirectories).
9136
9137 The @code{Makefile} that @code{configure} generates in each source
9138 directory also runs recursively. If you type @code{make} in a source
9139 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
9140 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
9141 will build all the required libraries, and then build GDB.
9142
9143 When you have multiple hosts or targets configured in separate
9144 directories, you can run @code{make} on them in parallel (for example,
9145 if they are NFS-mounted on each of the hosts); they will not interfere
9146 with each other.
9147
9148 @node Config Names
9149 @section Specifying names for hosts and targets
9150
9151 The specifications used for hosts and targets in the @code{configure}
9152 script are based on a three-part naming scheme, but some short predefined
9153 aliases are also supported. The full naming scheme encodes three pieces
9154 of information in the following pattern:
9155
9156 @example
9157 @var{architecture}-@var{vendor}-@var{os}
9158 @end example
9159
9160 For example, you can use the alias @code{sun4} as a @var{host} argument,
9161 or as the value for @var{target} in a @code{--target=@var{target}}
9162 option. The equivalent full name is @samp{sparc-sun-sunos4}.
9163
9164 The @code{configure} script accompanying @value{GDBN} does not provide
9165 any query facility to list all supported host and target names or
9166 aliases. @code{configure} calls the Bourne shell script
9167 @code{config.sub} to map abbreviations to full names; you can read the
9168 script, if you wish, or you can use it to test your guesses on
9169 abbreviations---for example:
9170
9171 @smallexample
9172 % sh config.sub sun4
9173 sparc-sun-sunos4.1.1
9174 % sh config.sub sun3
9175 m68k-sun-sunos4.1.1
9176 % sh config.sub decstation
9177 mips-dec-ultrix4.2
9178 % sh config.sub hp300bsd
9179 m68k-hp-bsd
9180 % sh config.sub i386v
9181 i386-unknown-sysv
9182 % sh config.sub i786v
9183 Invalid configuration `i786v': machine `i786v' not recognized
9184 @end smallexample
9185
9186 @noindent
9187 @code{config.sub} is also distributed in the @value{GDBN} source
9188 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
9189
9190 @node configure Options
9191 @section @code{configure} options
9192
9193 Here is a summary of the @code{configure} options and arguments that
9194 are most often useful for building @value{GDBN}. @code{configure} also has
9195 several other options not listed here. @inforef{What Configure
9196 Does,,configure.info}, for a full explanation of @code{configure}.
9197
9198 @example
9199 configure @r{[}--help@r{]}
9200 @r{[}--prefix=@var{dir}@r{]}
9201 @r{[}--srcdir=@var{dirname}@r{]}
9202 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
9203 @r{[}--target=@var{target}@r{]} @var{host}
9204 @end example
9205
9206 @noindent
9207 You may introduce options with a single @samp{-} rather than
9208 @samp{--} if you prefer; but you may abbreviate option names if you use
9209 @samp{--}.
9210
9211 @table @code
9212 @item --help
9213 Display a quick summary of how to invoke @code{configure}.
9214
9215 @item -prefix=@var{dir}
9216 Configure the source to install programs and files under directory
9217 @file{@var{dir}}.
9218
9219 @c avoid splitting the warning from the explanation:
9220 @need 2000
9221 @item --srcdir=@var{dirname}
9222 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
9223 @code{make} that implements the @code{VPATH} feature.}@*
9224 Use this option to make configurations in directories separate from the
9225 @value{GDBN} source directories. Among other things, you can use this to
9226 build (or maintain) several configurations simultaneously, in separate
9227 directories. @code{configure} writes configuration specific files in
9228 the current directory, but arranges for them to use the source in the
9229 directory @var{dirname}. @code{configure} creates directories under
9230 the working directory in parallel to the source directories below
9231 @var{dirname}.
9232
9233 @item --norecursion
9234 Configure only the directory level where @code{configure} is executed; do not
9235 propagate configuration to subdirectories.
9236
9237 @item --rm
9238 @emph{Remove} files otherwise built during configuration.
9239
9240 @c This does not work (yet if ever). FIXME.
9241 @c @item --parse=@var{lang} @dots{}
9242 @c Configure the @value{GDBN} expression parser to parse the listed languages.
9243 @c @samp{all} configures @value{GDBN} for all supported languages. To get a
9244 @c list of all supported languages, omit the argument. Without this
9245 @c option, @value{GDBN} is configured to parse all supported languages.
9246
9247 @item --target=@var{target}
9248 Configure @value{GDBN} for cross-debugging programs running on the specified
9249 @var{target}. Without this option, @value{GDBN} is configured to debug
9250 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
9251
9252 There is no convenient way to generate a list of all available targets.
9253
9254 @item @var{host} @dots{}
9255 Configure @value{GDBN} to run on the specified @var{host}.
9256
9257 There is no convenient way to generate a list of all available hosts.
9258 @end table
9259
9260 @noindent
9261 @code{configure} accepts other options, for compatibility with
9262 configuring other @sc{gnu} tools recursively; but these are the only
9263 options that affect @value{GDBN} or its supporting libraries.
9264 @end ifclear
9265
9266 @node Index
9267 @unnumbered Index
9268
9269 @printindex cp
9270
9271 @tex
9272 % I think something like @colophon should be in texinfo. In the
9273 % meantime:
9274 \long\def\colophon{\hbox to0pt{}\vfill
9275 \centerline{The body of this manual is set in}
9276 \centerline{\fontname\tenrm,}
9277 \centerline{with headings in {\bf\fontname\tenbf}}
9278 \centerline{and examples in {\tt\fontname\tentt}.}
9279 \centerline{{\it\fontname\tenit\/},}
9280 \centerline{{\bf\fontname\tenbf}, and}
9281 \centerline{{\sl\fontname\tensl\/}}
9282 \centerline{are used for emphasis.}\vfill}
9283 \page\colophon
9284 % Blame: doc@cygnus.com, 1991.
9285 @end tex
9286
9287 @contents
9288 @bye
This page took 0.246834 seconds and 5 git commands to generate.