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