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