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